/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.bvi-open {
	cursor: pointer;
}

.elementor-element-ee09582, .elementor-element-b620d7f {
	aspect-ratio: 4 / 3;
	min-height: 250px;
}

.elementor-element-e48bdc8 {
	background-size: cover!important;
}

h2, h3, h4, h5, h6 {
    line-height: inherit!important;
    margin-block-end: 0!important;
    margin-block-start: 0!important;
	margin: 1.8rem 0 0.9rem 0!important
}

figure {
    margin-block-end: 0.9rem!important;
    margin-block-start: 0.9rem!important;	
}

/* Стиль встроенного PDF */

.pdfemb-viewer {
	border: 1px solid var(--e-global-color-primary)!important;
}

/* Убрать подпись в лайтбоксе галереи */

.elementor-slideshow__footer {
	display: none!important;
}

/* Стили переключения города */

.cities-menu {
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 10px;
}

.cities-menu a, .cities-menu a:visited, .cities-menu a:focus, .cities-menu a:active {
	color: var(--e-global-color-primary)!important;
	border: none!important;
	text-decoration: none!important;
}
.cities-menu a:hover {
	color: var(--e-global-color-accent)!important;
	border: none!important;
	text-decoration: none!important;	
}

.cities-menu a.active {
    font-weight: bold;
}

/* Стили левого меню */

ul#menu-1-395d54f li.menu-item {
	border-bottom: 1px solid var(--e-global-color-3478289)!important;
}

/* Стили иконок */

.elementor-icon-wrapper {
	line-height: 0!important;
}

/* Отступ в выпадающем меню */

ul.elementor-nav-menu--dropdown a, ul.elementor-nav-menu--dropdown a:focus, ul.elementor-nav-menu--dropdown a:hover {
    border-inline-start: 0!important;
}

/* Отступы абзацев и списков */

.elementor-widget-text-editor p, .elementor-widget-text-editor ul, .elementor-widget-text-editor ol,
.elementor-widget-heading p, .elementor-widget-heading ul, .elementor-widget-heading ol,
.elementor-widget-theme-post-content p, .elementor-widget-theme-post-content ul, .elementor-widget-theme-post-content ol
{
	margin-bottom: 0.9rem!important;
}

.elementor-widget-text-editor p:last-child, .elementor-widget-text-editor ul:last-child, .elementor-widget-text-editor ol:last-child,
.elementor-widget-heading p:last-child, .elementor-widget-heading ul:last-child, .elementor-widget-heading ol:last-child,
.elementor-widget-theme-post-content p:last-child, .elementor-widget-theme-post-content ul:last-child, .elementor-widget-theme-post-content ol:last-child
{
	margin-bottom: 0!important;
}

/* Стиль пунктов списка в слайдере */

.elementor-element-48577ff ul {
    margin: 0 0 10px;
	padding-inline-start: 0!important;
}

.elementor-element-48577ff ul li:before {
    content: "—";
    margin-left: -26px;
    width: 32px;
    display: inline-block;
}

.elementor-element-48577ff ul li {
    list-style-type: none;
    margin-left: 32px;
}

/* Стиль ссылок */

.elementor-location-footer .elementor-nav-menu .menu-item a:hover {
	color: var(--e-global-color-accent)!important;
}

.bs a:not(.phone, .email), .bs a:not(.phone, .email):visited, .bs a:not(.phone, .email):focus, .bs a:not(.phone, .email):active {
	color: var(--e-global-color-primary)!important;
	border-bottom: 1px solid var(--e-global-color-11c11e3)!important;	
}
.bs a:not(.phone, .email):hover {
	color: var(--e-global-color-accent)!important;
	border-bottom: 1px solid var(--e-global-color-60e8b90)!important;
}

.bs_b a, .bs_b a:visited, .bs_b a:focus, .bs_b a:active {
	color: var(--e-global-color-accent)!important;
	border-bottom: 1px solid var(--e-global-color-60e8b90)!important;
}
.bs_b a:hover {
	color: var(--e-global-color-primary)!important;
	border-bottom: 1px solid var(--e-global-color-11c11e3)!important;	
}

.bs_w a, .bs_w a:visited, .bs_w a:focus, .bs_w a:active {
	color: var(--e-global-color-3478289)!important;
	border-bottom: 1px solid var(--e-global-color-29c41cb)!important;
}
.bs_w a:hover {
	color: var(--e-global-color-4e8392f)!important;
	border-bottom: 1px solid var(--e-global-color-7e5acb2)!important;	
}

a.phone, a.email {
	color: inherit!important;
	text-decoration: none!important;
	border: none!important;
}

.elementor-field-type-acceptance .elementor-field-option {
	display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
}

.elementor-field-type-acceptance .elementor-field-option input {
	margin-top: 7px;
}

/* Стиль изображения клиники */

img.about {
	border-radius: 15px;
}

iframe body {
	background: #fff!important;
}

@media (max-width: 1024px) {
	
/* Стили иконки Вконтакте */

	.elementor-element-7dbe2f1 .elementor-icon, .elementor-element-2ed0e9d .elementor-icon {
		padding: 10px!important;
	}
}