/*.raleway- @font-face {
    font-family: "Raleway", sans-serif !important;
    font-weight: 400;
    font-style: normal;
}*/

@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

.doctor-detail .sai-photo.video::after {
    content: "";
    z-index: 2;
    position: absolute;
    right: 100px;
    bottom: 34px;
    width: 55px;
    height: 55px;
    background: url(/wp-content/themes/92/img/play-btn.svg) 50%;
    background-size: cover;
}



 #dp_5 .dpc-contacts p {
    padding-top: 20px;
    margin-top: 10px!important;
}

.cb-wrap  a {
   color: #fff;
   margin-right: 20px;
   text-decoration: underline;
}

.cb-wrap_flex {
    display:flex;
    align-items: center;
}

.dpc-contacts a {
    color: #F04E23;
    text-decoration: underline;
}

.dpc-contacts  {
    align-items: center;
}

.variant a {
    color: #F04E23;
}




.s-serti .ss-slider .ss-btn-wrap {
    margin-bottom: 60px;
}

.scc-items .scc-i-right .scc-ir-disc {
    color: #fff;
    font-size: 24px;
    line-height: 140%;
    font-weight: 700;
    background: #f79433;
    border-radius: 5px;
    padding: 10.2px 16px;
    margin-right: 42px;
}

.scc-items .scc-i-right .scc-ir-old-price {
    color: #4d4d4d;
    font-size: 20px;
    line-height: 140%;
    font-weight: 400;
    text-decoration: line-through;
    order: -1;
    margin-right: 55px;
}


.s-how .sh-content .shh-col ul li {
                list-style-type: none!important; /* Убираем стандартные маркеры */
                padding-left: 1em!important; /* Отступ слева для маркеров */
        }

    .s-how .sh-content .shh-col ul li::before {
                content: "•"!important; /* Символ для маркера */
                color: #f04e23!important; /* Цвет маркера */
                font-size: 1.2em!important; /* Размер маркера */
                display: inline-block!important; /* Отображение маркера */
                width: 1em!important; /* Ширина маркера */
                margin-left: -1em!important; /* Смещение маркера влево */
        }


.scc-items .scc-i-right {
    display: flex
;
    align-items: center;
}


.white input[type=submit] {
    border-color: #fff;
    background: #fff;
    color: #fff;
    border: 1px solid #F04E23;
}

.use_custom_styles input[type=submit] {
    display: inline-block;
    color: #F04E23;
    font-size: 16px;
    line-height: 100%;
    font-weight: 700;
    font-family: RobotoCondensed, sans-serif;
    border: 1px solid #F04E23;
    background: #FFF;
    border-radius: 5px;
    padding: 15.5px 14.3px;
    transition: all .5sease;
    cursor: pointer;
}

.sw-review-bottom a {
    display: none;
}


/*Награды */

.block-awards {
    background: #fef4ea;
    padding-top: 50px;
    padding-bottom: 40px;
}

.block-awards__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 15px;
}

.col-sm-4 {
    padding-right: 15px;
    padding-left: 15px;
}

.site-container {
    max-width: 1300px;
    width: 100%;
}

.row {
    display: -ms-flexbox;
    display: flex
;
    -ms-flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}


.block-awards__item .block-awards__item-text .title {
    font-size: 20px;
    font-weight: 700;
    line-height: 22px;
    color: #002856;
    margin-bottom: 8px;
}

.block-awards__item .block-awards__item-text p {
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    color: #7f8da9;
}

.block-awards .row {
    row-gap: 15px;
}

    .col-sm-4 {
        width: 33.33333333%;
    }

@media (max-width: 768px) {


    .col-sm-4 {
        width: 100%;
    }

    .block-awards__item {
        -ms-flex-direction: row;
        flex-direction: row;
        display: -ms-grid;
        display: grid
;
        -ms-grid-columns: 90px 1fr;
        grid-template-columns: 90px 1fr;
        gap: 16px;
    }

    .row {
    flex-direction: column;
}
}

/*Награды */


/*Вопрос ответ  */

.section-accordion {
    margin: 0;
    padding: 0;
    display: flex;
    margin-top: 15px;
    margin-bottom: 80px;
}



.accordion {
    .accordion-item {
        border-bottom: 1px solid #e5e5e5;
        transition: 600ms;
        .button2[aria-expanded='true'] {
            border-bottom: 1px solid #f04e23;

        }
    }
    .button2 {
        position: relative;
        display: block;
        text-align: left;
        width: 100%;
        padding: 1em 0;
        font-size: 1.15rem;
        font-weight: 400;
        border: none;
        background: none;
        outline: none;
        border-bottom: 1px solid #f04e2300;
        transition: 250ms;
        &:hover, &:focus {
            cursor: pointer;
            color: #f04e23;
            &::after {
                cursor: pointer;
                color: #f04e23;
                border: 1px solid #f04e23;
            }
        }
        .accordion-title {
            padding: 1em 1.5em 1em 0;
        }
        .icon {
            display: inline-block;
            position: absolute;
            top: 18px;
            right: 0;
            width: 22px;
            height: 22px;
            border: 1px solid;
            border-radius: 22px;
            &::before {
                display: block;
                position: absolute;
                content: '';
                top: 9px;
                left: 5px;
                width: 10px;
                height: 2px;
                background: currentColor;
            }
            &::after {
                display: block;
                position: absolute;
                content: '';
                top: 5px;
                left: 9px;
                width: 2px;
                height: 10px;
                background: currentColor;
            }
        }
    }
    .button2[aria-expanded='true'] {
        color: #f04e23;
        .icon {
            &::after {
                width: 0;
            }
        }
        + .accordion-content {
            opacity: 1;
            max-height: 100%;
            transition: opacity 250ms linear, max-height 250ms linear;
            will-change: opacity, max-height;
        }


    }
    .accordion-content {
        opacity: 0;
        max-height: 0;
        overflow: hidden;
        transition: opacity 250ms linear, max-height 250ms linear;
        will-change: opacity, max-height;
        p {
            font-size: 1rem;
            font-weight: 300;
            margin: 2em 0;
        }
    }
}


@media (max-width: 768px) {
    .container-main {
        flex-direction: row;
    }

    .hdt-right .hd-phone-2 {
    display: none;
}

}


/*Вопрос ответ  */

/*имплантация   */

.container-main {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
    padding: 20px;
}

.section {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-top: 30px;

    padding: 20px;
    width: 100%;
/*    max-width: 300px;  */
    text-align: center;
    transition: transform 0.3s;
}

.stage-header {
    color: #fff;
    padding: 10px 20px;
    border-radius: 8px;
    font-weight: bold;
    white-space: nowrap;
    max-width: 200px;
    background: #F04E23;
}

.bg {

    margin-bottom: 30px;
}

.stage-header i {
    margin-right: 10px;
    font-size: 24px;
}

.section:hover {
    transform: translateY(-10px);
}

.image-container {
    width: 100%;
    height: 200px; /* Фиксированная высота для всех изображений */
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: 20px;
    position: relative;
}

.image-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: opacity 0.3s;
}

.image-container:hover::before {
    opacity: 1;
}

.image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Масштабирование изображения с сохранением пропорций */
}

.text-content {
    width: 100%;
}

.text-content h2 {
    color: #333;
    margin-bottom: 10px;
    position: relative;
    font-size: 23px;
}

.text-content h2::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 4px;
    background: #f04e23;
    border-radius: 2px;
}

.text-content p {
    color: #666;
    margin-bottom: 20px;
    margin-top: 20px;
    line-height: 1.5;
}

.btn1 {
    background-color: #f04e23;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    width: 100%;
    transition: background-color 0.3s;
}

.section-implant {
    padding-bottom: 60px;
    padding-top: 60px;
}

.btn1:hover {
    background-color: #218838;
}

.pricing {
    display: flex;
    justify-content: center;
/*    margin-bottom: 20px; */
}

.price-box {
    text-align: center;
}

.price-box img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    button[aria-expanded='true'] {
        color: #f04e23;
        .icon {
            &::after {
                width: 0;
            }
        }
        + .accordion-content {
            opacity: 1;
            max-height: 20em;
            transition: opacity 550ms linear, max-height 550ms linear;
            will-change: opacity, max-height;
        }
    }
}

/*имплантация   */

/*правки на сайт  07.11.2024*/

.s-causes .sc-content .scc-items .scc-itm .scc-i-hdr, .s-causes .sc-content .scc-items .scc-itm p {
    margin-bottom: 20px!important;
}

.s-top-banner.stb-second-banner .stb-work-wrap .stb-ww-play {
    margin-bottom: 14px!important;
    margin-top: 13px!important;
}

.s-top-banner.stb-second-banner .stb-work-wrap {
    width: 230px!important;
}

.fa-angle-down::before {
    display: none;
}

.di-text .stb-ii-descr {
    color: #f04e23;
}

.di-text .stb-ii-status {
    color: #f04e23;
}

.shildik-container {
    margin-top: 10px; /* Отступ сверху, чтобы отделить от других элементов */
}

.shildik-container .dit-descr {
    color: #fff!important;
}

.shildik {
    display: inline-block!important; /* Отображать в строку */
    background-color: #f26f31; /* Цвет фона для шильдик */
    color: #333; /* Цвет текста */
    padding: 5px 10px; /* Паддинги вокруг текста */
    border-radius: 15px; /* Закругленные углы */
    margin-right: 5px; /* Отступ между шильдиками */
    font-size: 14px; /* Размер шрифта */
}

.raiting-title {
    display: block;
    color: #f04e23;
    font-family: Gilroy, sans-serif;
    font-size: 24px;
    line-height: 124%;
    font-weight: 700;
    margin-bottom: 18px;
}



.scl-text {
    margin-bottom: 20px;
}


.cb-wrap .item-color {
   color: #f04e23!important;
}

.def-form .db-btm {
    width: 100%;
     padding-top: 0px!important;
}


.wrapper-blog  {
    padding-top: 20px;
}

.wrapper-blog-page {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.wpsm_panel-heading {
    padding-left: 0px!important;
}

#wpsm_accordion_1068 .ac_title_class {
    padding-left: 0px!important;
}

.def-form .db-btm .dbb-descr {
    display: inline!important;
}

.s-clinic-photos .scp-photos .scp-ph {
    width: calc(25% - 25px);
}

.default-popup.active {
    z-index: 101;
}

.sr-items .sr-itm:hover {
        box-shadow: none !important;
}

.scc-itm ul li {
    padding-left: 27px;
    position: relative;
    color: #4d4d4d;
    font-size: 18px;
    line-height: 160%;
    font-weight: 400;
}

.scc-itm ul li::before {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    background: #4d4d4d;
    border-radius: 50%;
    left: 11px;
    top: 11px;
}

.scc-itm ul {
    padding: 10px 10px;
}

/*Стили для акций  */


.sdp-text ul {
    list-style-type: disc;
    padding-top: 10px;
    position: relative;
    padding-left: 20px;
}

.sdp-text ul li {
    color: #111;
    font-size: 16px;
    line-height: 140%;
    font-weight: 400;
}


/* Сохранить плейсхолдер при фокусировке на поле ввода */
input:focus::placeholder {
    opacity: 1; /* Установите желаемую прозрачность плейсхолдера */
}



/*карточка whatsApp   */
.s-we-soc .swc-items .swc-itm.wp {
    color: #48C95F;
}

.s-we-soc .swc-items .swc-itm.wp::before {
    background: url(/wp-content/uploads/2024/04/wp.svg);
}

.s-we-soc .swc-items .swc-itm.wp::after {
    width: 60px;
    height: 60px;
    background: url(/wp-content/uploads/2024/04/socialswp.svg);
    background-repeat: no-repeat;
    left: 100px;
}


.fa-angle-right:before {
    display: none;
}

/*переписываем шорткоды плагина формы */

.use_custom_styles input[type="submit"] {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    line-height: 100%;
    font-weight: 700;
    font-family: RobotoCondensed, sans-serif;
    border: 1px solid #f04e23;
    background: #f04e23;
    border-radius: 5px;
    padding: 15.5px 14.3px;
    transition: all .5s ease;
    cursor: pointer;
}

.use_custom_styles input[type="submit"] {
    width: 100% !important;
}

.use_custom_styles input[type="submit"]:hover {
    color: #f04e23;
    background: #fff;
}

.white input[type="submit"] {
    border-color: #fff;
    background: #fff;
    color: #f04e23;
    border: 1px solid #f04e23;
}

.white input[type="submit"]:hover {
    background: #f04e23;
    color: #fff;
    border: 1px solid #fff;
}

/*отключаем спиннер формы  */
.wpcf7-spinner {
    display: none !important;
}

.wpcf7-form-control-wrap .wpcf7-spinner {
    display: none !important;
}

.st-text-wrap a {
    color: #f04e23;
}

/*ховер на врача  */

.doctor-item .di-photo:hover {
    z-index: 1;
    transform: scale(1.05);
    transition: transform 0.3s ease; /* Длительность 0.3 секунды, функция ускорения ease */
    -webkit-transition: transform 0.3s ease; /* Для WebKit-браузеров (Chrome, Safari) */
    transition: transform 0.3s ease;
}

.doctor-item .di-photo {
    transition: transform 0.3s ease; /* Добавлено свойство transition для плавности */
}


/*ховер на статьи  */
.si-card .sic-photo:hover {
    z-index: 1;
    transform: scale(1.03);
    transition: transform 0.3s ease; /* Длительность 0.3 секунды, функция ускорения ease */
    -webkit-transition: transform 0.3s ease; /* Для WebKit-браузеров (Chrome, Safari) */
    transition: transform 0.3s ease;
}

.doctor-item .di-photo {
    transition: transform 0.3s ease; /* Добавлено свойство transition для плавности */
}

/*ховер на видео превью */
.svr-fl-right .svr-fl-itm video:hover {
    z-index: 0.1;
    transform: scale(1.03);
        transition: transform 0.3s ease; /* Длительность 0.3 секунды, функция ускорения ease */
    -webkit-transition: transform 0.3s ease; /* Для WebKit-браузеров (Chrome, Safari) */
    transition: transform 0.3s ease;
}

.svr-fl-right .svr-fl-itm video {
        transition: transform 0.3s ease; /* Длительность 0.3 секунды, функция ускорения ease */
}

    .sdi-right {
        position: relative;
    }

    .sdi-right::before {
        content: url('/wp-content/themes/92/img/arrowupright.svg'); /* Замените путь на фактический путь к вашему SVG-файлу */
        font-family: 'Font Awesome 5 Free'; /* Название шрифта Font Awesome */
        font-weight: 900; /* Вес шрифта, может варьироваться */
        position: absolute;
        right: -36px;
        top: 60%;
        transform: translateY(-50%);
    }

/*анимция соцсетей */

.my1 {
	position: absolute;
}


.bio_subtitle {
    color: #000;
}

.tiles {
    position: relative;

    text-align: center;

    margin: 10px;
}

.tile {
    position: relative;

    display: inline-block;

    width: 100%;
    height: 100%;

    -webkit-perspective: 1000;
    overflow: visible;

    &:hover .card {
        transform: scale3d(1,1,1) rotateY(180deg);
    }

    &:hover .front h1 {
        transition: opacity 0.15s linear;
        opacity: 0.001;
    }
}

.card {
    position: absolute;

    width: 100%;
    height: 100%;

    border-radius: 4px;

    transform: scale3d(0.9,0.9,1);

    transition: transform 0.5s cubic-bezier(.25,.75,.25,1.25);
    transform-style: preserve-3d;
}

.side {
    position: absolute;

    display: flex;
    justify-content: center;
    align-items: center;

    width: 100%;
    height: 100%;

    backface-visibility: hidden;

    border-radius: inherit;

    overflow: hidden;
}

.front h1 {
    transition: opacity 0.35s linear 0.15s;
}

.back {
    transform: rotateY(180deg);
    background-color: #FDFDFD;
}

.bio {
/*    position: absolute;
    right: 80px;*/
    margin-left: 100px;
    text-align: left;
}

.tile:nth-child(1) .card {
    background-position: 0% 0%;
}

.tile:nth-child(2) .card {
    background-position: 0% 25%;
}

.tile:nth-child(3) .card {
    background-position: 0% 50%;
}

.tile:nth-child(4) .card {
    background-position: 0% 75%;
}





/*пульс на кнопку плей*/

.video:before {
    content: "";
    position: absolute;
    z-index: 1;
    right: 7px;
    bottom: 7px;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 55px;
    height: 55px;
    background: #f04e23;
    border-radius: 55%;
    animation: pulse-border 1800ms ease-out infinite;
}


/*телефон в шапке */

.hd-phone {
    display: none;
}

.hd-phone-descr {
    padding-top: 10px;
}


.hd-phone-2 {
    color: #000;
    font-size: 20px;
    line-height: 100%;
    font-weight: 500;
    font-family: RobotoCondensed, sans-serif;
    position: relative;
/*    padding-left: 30px; */
    display: block;
}

.s-top-banner1 {
      background: #f6fdff;
}

.s-top-banner1 .my-container.flex {
    position: relative;
    height: 100%!important;
    align-items: center;
    padding-top: 25px;
    padding-bottom: 25px;

}

.f_header {
    -webkit-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
}

.scl-f-price-1 {
    font-size: 16px !important;
    font-weight: 500 !important;
    color: #a2a2a2 !important;
    margin-right: 4px;
    position: relative;
    top: 15px;
    text-decoration: line-through;
}

/* Стили для прелоадера */

.preloader {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 50px;
	height: 50px;

	border-radius: 50%;
	overflow: hidden;

	animation: spin 1s linear infinite;

	&:before,
	&:after {
		content: "";
		position: absolute;
		width: 100%;
		top: 0;
		bottom: 0;
		background-color: #f60;

		border-radius: 50%;

		animation: scaling 1.5s linear infinite;
	}
	&:before {
		left: 50%;
	}
	&:after {
		right: 50%;
	}

}

.ftt-view .bvi-shortcode a {
    color: #ffffff !important;
}

.svr-fl-right .scf-text-vacansia {
    width: 100%;
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 50px;
    position: relative;
    overflow: hidden;
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}

@keyframes scaling {
	0% {
		transform: scale(.8);
	}
	33% {
		transform: scale(.2);
	}
	66% {
		transform: scale(1.4);
	}
	100% {
		transform: scale(.8);
	}
}





@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}



@media (max-width: 768px) {

.s-we-soc .swc-items .swc-itm.wp::after {
    left: 19px;
}


.hd-phone {
    display: block;
 }


.svr-fl-right .scf-text-vacansia {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0px;
    position: relative;
    overflow: hidden;
}

    .sdi-right::before {
        content: url('/wp-content/uploads/2024/03/arrowupright.svg'); /* Замените путь на фактический путь к вашему SVG-файлу */
        font-family: 'Font Awesome 5 Free'; /* Название шрифта Font Awesome */
        font-weight: 900; /* Вес шрифта, может варьироваться */
        position: absolute;
        right: 66px;
        top: 60%;
        transform: translateY(-50%);
    }
}





@media (min-width: 979px) {
	ul.nav li.dropdown.show-on-hover:hover > ul.dropdown-menu { /* для раскрывания субменю по наведению */
		display: block;
	}
	.comment-list .children { /* для комментов */
		padding: 0;
		margin-left: 74px;
		padding-bottom: 15px;
	}
	.comment-list .media {
		margin-top: 0;
	}

}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}


.search-form button {
    background:transparent;
}

header .hd-address {
    border-left: 1px solid #eceff3;
    border-right: 1px solid #eceff3;
    align-items: center;
}

header .hd-btm .hdb-right::after {
    display:none!important
}

.search-form button {
    right: -70px!important;
}

header .hd-btm .hdb-right {
    padding-top: 0;
    flex-basis: 20%;
    flex-basis: calc(20% + 22px);
    min-width: calc(20% + 22px);
    justify-content: flex-end;
}





header .hd-btm .my-container.flex {
    flex-wrap: nowrap;
}

header .hd-address::before {
    left: 8px!important;
    top: 0!important;
    bottom: 0;
    margin: auto!important;
}

header .hd-btm .hdb-right .hd-search {
    top: 0!important;
    bottom: 0;
    margin: auto 20px!important;
    min-width:20px;
}

header .hd-btm .my-container.flex::after, header .hd-btm .my-container.flex::before {
    display:none;
}

header .hd-btm .hdb-right::after {
    display:none;
}

/*Поиск - фиксы*/

header .hd-btm .hdb-left {
    flex-basis: 80%;
}

@media screen and (min-width:1024px) {
	header .hd-btm .hdb-left {flex-basis: 100%;}


}

@media screen and (max-width:768px) {
	header .hd-search-wrap input {line-height:28px;}
	.search-form button {right: 0; top: 25px;}

    header .hd-btm .my-container.flex {
        flex-wrap: nowrap!important;
    }

    header .hd-btm .hdb-right .hd-phone {
        order: 2;
    }

    header .hd-btm .hdb-right .hd-search {
        min-width: 20px;
    }


}


@media screen and (max-width:992px) {
    header .hd-btm .hdb-right .hd-phone {
        min-width: 34px;
    }

    header .hd-btm .hdb-right {
        min-width: 94px;
    }

    header .hd-btm .hdb-right {
        justify-content: flex-end!important;
    }

    .search-form button {
        right: -50px !important;
        top: 0 !important;
        bottom: 0;
        margin: auto;
    }
}

/*Поиск - фиксы*/





@media screen and (min-width:1024px) and (max-width:1400px) {
    .search-form button {
        right: -40px !important;
    }
}

body.search .search-form button {
    right: 40px !important;
}

@media screen and (min-width:1024px) and (max-width:1400px) {
header .hd-btm .hdb-right {
    padding-top: 0;
    flex-basis: calc(15% + 22px);
    min-width: calc(15% + 22px);
    justify-content: flex-end;
}

}

/*Политика*/
.page_text h1 {font-weight:600; margin:20px 0;}
.page_text h2 {font-weight:600; margin:20px 0;}
.page_text h3 {font-weight:600; margin:20px 0;}
.page_text p {margin:10px 0;}

@media only screen and (max-width: 768px) {
	.page_text h1, .page_text h2, .page_text h3 {line-height:120%;}
}

/*Политика*/



/* MODAL ALERT COOKIES */
#cookie_note {
	display: none;
	position: fixed;
	gap: 30px;
	align-items: center;
	z-index: 100;
	bottom: 15px;
	left: 50%;
	max-width: 768px;
	transform: translateX(-50%);
	padding: 20px 36px;
	background-color: #fff;
	border-radius: 4px;
	box-shadow: 2px 3px 10px rgba(0,0,0,.4);
	width: 100%;
	box-sizing: border-box;
	justify-content: space-between;
    font-family: Gilroy,sans-serif;
}
#cookie_note .btn{
    font-family: Gilroy,sans-serif;
}
#cookie_note p {
	margin: 0;
	font-size: 1rem;
	text-align: left;
	color: #000;
	/* text-wrap: balance; */
	width: fit-content;
	font-family: Gilroy,sans-serif;
    line-height: 1.4;
}
#cookie_note p a{
    /* white-space: nowrap; */
    color: #f04e23;
}

#cookie_note .btn-sm {
    display: block;
    margin: 0 auto;
    width: fit-content;
    white-space: nowrap;
    border-radius: 6px;
    border: 1px solid #f04e23;
    background-color: #f04e23;
    color: #fff;
    padding: 8px 20px;
    cursor: pointer;
}
#cookie_note .btn-sm:hover {
    background-color: #fff;
    color: #f04e23;
}

.cookie_accept {
    width: 20%;
}
@media (800px >= width) {
    #cookie_note.show {
        max-width: calc(100vw - 20px);
    }
}

@media (min-width: 576px) {
    #cookie_note.show {
        display: flex;
    }
}

@media (max-width: 575px) {
    #cookie_note.show {
        display: flex;
        text-align: center;
        flex-direction: column;
        width: calc(100vw - 20px);
        gap: 16px;
    }
    #cookie_note.show p{
        text-align: center;
    }
}
@media (425px >= width) {
    #cookie_note p {
        font-size: 4vw;
    }
}
/* MODAL ALERT COOKIES */
