/*
Theme Name: Molodost
Version: 9.0
Description: РљР»РёРЅРёРєР° СЃ СЂСѓСЃСЃРєРѕРіРѕРІРѕСЂСЏС‰РёРјРё РІСЂР°С‡Р°РјРё
РІ Dubai Marina
Author: LAIKA
Author URI: https://laikaweb.ru/
*/

@import url('https://fonts.googleapis.com/css2?family=Golos+Text:wght@400..900&display=swap');

body {
    font-family: "Golos Text", sans-serif !important;
    color: #244D61 !important;
    background-color: #F2F5F9 !important;
}

header {
    background-color: #ffffff !important;
    height: 78px;
}

h1 {
    color: #244D61;
    font-size: 40px;
    font-weight: 500;
    font-family: "Golos Text", sans-serif !important;
}

h2 {
    color: #244D61 !important;
    font-size: 40px !important;
    font-weight: 500 !important;
    font-family: "Golos Text", sans-serif !important;
}

a,
a:link,
a:visited {
    color: #244D61;
    text-decoration: none;
    font-family: "Golos Text", sans-serif !important;
    transition: 0.2s;
}

a:hover {
    color: #99AFC5;
}

p {
    color: #244D61 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    font-family: "Golos Text", sans-serif !important;
}

.btn {
    width: max-content !important;
    align-items: center;
    justify-content: center;
    height: 48px !important;
    color: #ffffff !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    font-family: "Golos Text", sans-serif !important;
    background-color: #99AFC5 !important;
    border-radius: 50px !important;
    transition: 0.2s;
}

.btn:hover {
    color: #ffffff !important;
    background-color: #244D61 !important;
}

.btn-header {
    padding-left: 30px;
    padding-right: 30px;
}

.btn-mini {
    padding-left: 30px;
    padding-right: 30px;
}

.btn-medium {
    height: 48px !important;
}

.btn-high {
    padding-left: 30px;
    padding-right: 30px;
}

.btn-intro {
    padding-left: 30px;
    padding-right: 30px;
}

.btn-spec {
    height: 39px !important;
}

@media (max-width: 1199px) {
    a {
        font-size: 14px !important;
    }
}

@media (max-width: 991px) {
    header {
        height: 100%;
    }

    h1 {
        font-size: 35px !important;
    }

    h2 {
        font-size: 32px !important;
    }
}

.white-section {
    background-color: #ffffff;
    z-index: 0;
}

/* header */

@media (max-width: 991px) {
    header .logo {
        width: 112px;
    }

    .header_list {
        line-height: 35px;
    }

    .header_list a {
        font-size: 16px !important;
        color: #244D61 !important;
        font-weight: 400 !important;
    }

    .header_list .btn {
        color: #ffffff !important;
    }
}

/* header */

/* РРЅС‚СЂРѕ СЃРµРєС†РёСЏ */

.background {
    background-image: url('https://molodost.clinic/wp-content/themes/molodost/image/intro_section_v_1.png');
    background-repeat: repeat-x;
    background-position: center;
    background-size: auto 100%;
}

.background-m {
    background-image: url('https://molodost.clinic/wp-content/uploads/2024/04/group-48095837.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%;
}

.intro_vector {
    z-index: -1;
    height: 100% !important;
}

.intro_section_card {
    background-color: #F2F5F9;
}

.intro_section_card p {
    font-weight: 500 !important;
}

.intro_section {
    height: 488px;
}

.intro_page {
    position: absolute;
    bottom: 0;
    right: 0;
}

@media (max-width: 1399px) {
    .intro_section {
        height: 100%;
    }

    .intro_section .btn-medium {
        bottom: -20px !important;
    }

    .intro_section .btn-medium {
        width: 100%;
    }

    .intro_page {
        position: relative;
    }
}

@media (max-width: 991px) {

    h2 {
        text-align: center;
    }

    .intro_section h2 {
        text-align: start !important;
    }

    .btn-medium,
    .btn-mini,
    .btn-high {
        width: 100%;
    }

    .white-section {
        background-color: #F2F5F9;
    }

    .intro_section_card {
        background-color: #ffffff;
    }

    .intro_section_card img {
        width: 35px;
    }

}

.info_block {
    position: unset;
}

@media (max-width: 991px) {

    .info_block {
        position: absolute;
        z-index: 2;
    }

}

/* РРЅС‚СЂРѕ СЃРµРєС†РёСЏ */

/* РЈСЃР»СѓРіРё СЃРµРєС†РёСЏ */

.service_card {
    background-color: #ffffff;
    transition: 0.2s;
    cursor: pointer;
    border-radius: 16px;
}

.service_card:hover {
    background-color: #99AFC5;
}

.service_card:hover p {
    color: #ffffff !important;
}

.service-title {
    font-size: 22px !important;
    font-weight: 500 !important;
}

.service_arrow {
    width: 30px;
    height: 30px;
    background-color: #99AFC5;
    border-radius: 50%;
    position: relative;
}

.service_arrow::before {
    display: block;
    content: '';
    height: 8px;
    width: 8px;
    position: absolute;
    top: 37%;
    left: 30%;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(315deg);
    border-bottom: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    border-radius: 1px;
}

.service_card:hover .service_arrow {
    background-color: #ffffff;
}

.service_card:hover .service_arrow::before {
    border-bottom: 2px solid #99AFC5;
    border-right: 2px solid #99AFC5;
}

@media (max-width: 991px) {
    .service-title {
        font-size: 14px !important;
    }
}

/* РЈСЃР»СѓРіРё СЃРµРєС†РёСЏ */

/* Рѕ РєР»РёРЅРёРєРµ СЃРµРєС†РёСЏ */


.slick-dots li img:nth-child(1) {
    display: block;
}

.slick-dots li img:nth-child(2) {
    display: none;
}

.slick-dots li.slick-active img:nth-child(1) {
    display: none;
}

.slick-dots li.slick-active img:nth-child(2) {
    display: block;
}

.slick-dots {
    width: 98% !important;
    bottom: 15px !important;
}

.slick-dotted.slick-slider {
    margin-bottom: 0 !important;
}

.next,
.prev {
    z-index: 2;
    cursor: pointer;
}

.next {
    right: 25px;
}

.prev {
    left: 25px;
}

.specialist_section .slick-list {
    height: 380px !important;
}

.specialist_section .slick-dots {
    bottom: -50px !important;
}

.our-works .slick-dots {
    bottom: -50px !important;
}

.our-works .prev {
    left: -50px;
}

.our-works .next {
    right: -50px;
}

@media (max-width: 991px) {
    .slick-dotted.slick-slider {
        margin-bottom: 3rem !important;
    }

    .slick-dots {
        width: 96% !important;
    }
}

/* Рѕ РєР»РёРЅРёРєРµ СЃРµРєС†РёСЏ */

/* РЎРїРµС†РёР°Р»РёСЃС‚С‹ СЃРµРєС†РёСЏ */

.specialist_card {
    background-color: #99AFC5;
    border-radius: 16px;
}

.sp_img_1 {
    z-index: 2;
    border-radius: 0 0 0 16px;
    max-width: 200px;
    height: auto;
}

.sp_img_single {
    z-index: 2;
    border-radius: 0 0 0 16px;
    max-width: 400px;
    height: auto;
}

.specialist_card .btn {
    color: #244D61 !important;
    background-color: #ffffff !important;
}

.specialist_card .btn:hover {
    color: #ffffff !important;
    background-color: #244D61 !important;
}

.sp_img_2 {
    top: 15px;
    left: 70px;
    z-index: -1;
    width: 434px;
}

.nav-pills .nav-link {
    font-size: 24px !important;
    padding: 0 !important;
}

@media (max-width: 1199px) {
    .nav-pills .nav-link {
        font-size: 22px !important;
    }

    .nav-pills .nav-link.active {
        font-size: 28px !important;
    }
}

@media (max-width: 991px) {

    .archive-container {
        margin-right: calc(var(--bs-gutter-x) * .0);
        margin-left: calc(var(--bs-gutter-x) * .0);
    }

    .sp_img_2 {
        left: 25px;
    }

    .specialist_section .white-section {
        background-color: #ffffff !important;
    }

    .specialist_section h1 {
        font-size: 24px !important;
        text-align: center;
    }

    .specialist_section ul {
        padding: 0 !important;
    }
}

@media (max-width: 768px) {

    .sp_img_single {
        max-width: 155px;
    }

    .sp_img_2 {
        left: 50px;
    }
}

@media (max-width: 576px) {

    .sp_img_2 {
        display: none;
    }
}

/* РЎРїРµС†РёР°Р»РёСЃС‚С‹ СЃРµРєС†РёСЏ */

/* РЎС‚СЂР°РЅРёС†Р° РєРѕРЅС‚Р°РєС‚С‹ */

.contact_list a {
    font-size: 24px !important;
    font-weight: 500 !important;
}

.contact_list {
    font-size: 24px;
    font-weight: 500 !important;
}

/* РЎС‚СЂР°РЅРёС†Р° РєРѕРЅС‚Р°РєС‚С‹ */

/* РЎС‚СЂР°РЅРёС†Р° Р‘Р»РѕРі */

.col-blog {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 16px;
    background: #ffffff;
}

.blog-image {
    border-radius: 16px;
}

.single-blog-image {
    border-radius: 60px 0px;
}

.blog-title {
    font-size: 20px;
    color: #244D61;
    font-weight: 500;
}

/* РЎС‚СЂР°РЅРёС†Р° Р‘Р»РѕРі */

/* footer */



/* footer */

/* РЎРїРµС†РёР°Р»РёСЃС‚С‹ СЃС‚СЂР°РЅРёС†Р° */

.specialist_card .service-title {
    font-size: 18px !important;
}

/* РЎРїРµС†РёР°Р»РёСЃС‚С‹ СЃС‚СЂР°РЅРёС†Р° */

/* Р‘СѓСЂРіРµСЂ РјРµРЅСЋ */

.navbar-toggler {
    background-color: #99AFC5 !important;
    padding-top: 8px !important;
    padding-left: 8px !important;
    padding-right: 8px !important;
    border-radius: 50px !important;
}

.hamburger {
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    margin: 0 0 0 25px;
    overflow: visible;
    outline: none;
    border: none;
    --bs-navbar-toggler-border-color: none;
    --bs-navbar-toggler-focus-width: none;
}

.hamburger-box {
    width: 25px;
    height: 25px;
    display: inline-block;
    position: relative;
}

.hamburger-inner {
    display: block;
    top: 50%;
    left: 0.3px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    width: 25px;
    height: 2px;
    background-color: #F2F5F9;
    border-radius: 0;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
    content: "";
    display: block;
}

.hamburger-inner::before {
    top: -8px;
}

.hamburger-inner::after {
    bottom: -8px;
}

.hamburger--squeeze .hamburger-inner {
    transition-duration: 0.075s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
    transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

.hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze[aria-expanded="true"] .hamburger-inner {
    transform: rotate(45deg);
    transition-delay: 0.12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze[aria-expanded="true"] .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

.hamburger--squeeze[aria-expanded="true"] .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.navbar-light .navbar-toggler {
    color: #FFFFFF;
    border: 0;
}

/* Р‘СѓСЂРіРµСЂ РјРµРЅСЋ */

#wpadminbar a {
    color: #ffffff !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
}

/* modal */
.wpcf7,
.wpcf7 a {
    font-size: 14px !important;
}

.wpcf7 p {
    margin: 0;
}

.wpcf7-not-valid-tip {
    padding-top: 5px;
}

.wpcf7 form .wpcf7-response-output {
    margin: 30px 0 0;
    padding: 0;
    border: 0;
}

.wpcf7-list-item {
    margin: 0;
}

.modal {
    --bs-modal-header-border-width: 0;
    --bs-modal-border-radius: 1rem;
}

.form-control {
    padding: 10px 15px;
    border-radius: 50px;
    font-size: 14px;
}

.form-control:focus {
    box-shadow: none;
    border-color: #99AFC5;
}

.form-check-input:checked {
    background-color: #99AFC5;
    border-color: #99AFC5;
}

.form-check-input[type=checkbox] {
    border-radius: 2px;
}

.form-check-input:focus {
    border-color: inherit;
    box-shadow: none;
}

.btn-close:focus {
    box-shadow: none;
}

/* /modal */
@media(max-width:767.98px) {
    .specialist_section .slick-list {
        height: auto !important;
    }

    .specialist_section .slider-job__item {
        padding-left: 5px;
        padding-right: 5px;
    }
}

.specialist_card__text {
    z-index: 3;
}

/* breadcrumbs */
.breadcrumbs {
    font-size: 16px;
    font-weight: 400;
    color: #99AFC5;
    padding-top: 15px;
    margin-left: -5px;
    margin-right: -5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    overflow: auto;
    display: flex;
    flex-wrap: nowrap;
}

.breadcrumbs a {
    color: #244D61;
    text-decoration: none;
    transition: color .15s ease-in-out;
}

.breadcrumbs>span {
    margin-left: 5px;
    margin-right: 5px;
    white-space: nowrap;
}

.breadcrumbs>span:first-child {
    margin-left: 0;
}

@media (max-width: 1199px) {
    .breadcrumbs {
        font-size: 14px !important;
    }
}

/* /breadcrumbs */
.single-specialist-text {
    z-index: 1;
}

.slider-job {
    margin-left: -12px;
    margin-right: -12px;
}

.slider-job__item {
    padding-left: 12px;
    padding-right: 12px;
}

.header-lang-switch::before {
    content: 'RU ';
}

html[lang="en"] .header-lang-switch::before {
    content: 'EN ';
}

.header-lang-switch-dropdown a {
    color: #244D61;
}

.header-lang-switch-dropdown .glink img {
    display: none;
}

.header-lang-switch-dropdown .glink {
    text-transform: uppercase;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: inherit;
}

.nav-link:focus,
.nav-link:hover {
    color: #99AFC5;
}

/*СѓСЃС‚Р°РЅР°РІР»РёРІР°РµРј РЅРµР°РєС‚РёРІРЅС‹РјРё РІСЃРµ СЃР»Р°Р№РґС‹ РІ СЃР»Р°Р№РґРµСЂРµ РєСЂРѕРјРµ РїРµСЂРІРѕРіРѕ*/
.slider-jobs .our-works-slider__item:not(:first-child),
.slider-about .slider-about__item:not(:first-child) {
    display: none;
}

.slider-jobs:not(.slick-initialized) .our-works-slider__item img {
    max-width: 408px;
}

/*СѓСЃС‚Р°РЅР°РІР»РёРІР°РµРј РІСЃРµ СЃР»Р°Р№РґС‹ РІ СЃР»Р°Р№РґРµСЂРµ Р°РєС‚РёРІРЅС‹РјРё РїРѕСЃР»Рµ РёРЅРёС†РёР°Р»РёР·Р°С†РёРё slick-slider*/
.slider-jobs.slick-initialized .our-works-slider__item:not(:first-child),
.slider-about.slick-initialized .slider-about__item:not(:first-child) {
    display: block;
}

@media(max-width:767.98px) {
    .our-works .next {
        right: -5px;
    }

    .our-works .prev {
        left: -5px;
    }

    .our-works .next,
    .our-works .prev {
        background: #f2f5f9;
        border-radius: 50%;
        padding: 1px;
    }
}

/* ARCHIVE PRICES\SERVICES */
.prices-filter-col {
    max-width: 275px;
    width: 100%;
    margin-bottom: 48px;
}

.prices-filter-col label {
    color: #244D61;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 155%;
    /* 24.8px */
    letter-spacing: 0.16px;
    margin-bottom: 8px;
}

.prices-accordion {
    position: relative;
    height: 46px;
    width: 100%;
}

.prices-accordion-panel {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 2;
    border-radius: 15px;
    background: #fff;
}

.prices-accordion-heading {
    color: #A8C0D8;
    font-size: 16px;
    font-style: normal;
    display: flex;
    padding: 12px 20px;
    align-items: center;
    position: relative;
    cursor: pointer;
}

.prices-accordion-heading::after {
    content: '';
    display: block;
    position: absolute;
    right: 23px;
    top: 15px;
    width: 14px;
    height: 14px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='15' viewBox='0 0 14 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.9482 6.43507C12.8642 6.13274 12.5679 5.89215 12.2343 5.85382C12.0943 5.83892 11.882 5.87298 11.7467 5.93473C11.6861 5.96241 10.8415 6.71824 9.32746 8.09791L6.99919 10.2206L4.67326 8.09791C3.15685 6.71824 2.31233 5.96241 2.25167 5.93473C1.81775 5.73885 1.30683 5.90279 1.10387 6.30307C1.05021 6.41165 1.03855 6.45849 1.04088 6.61179C1.04088 6.95244 0.816917 6.7225 3.82174 9.46905C5.63443 11.1255 6.52794 11.9282 6.60026 11.9644C6.77057 12.0474 6.96887 12.0772 7.14617 12.0431C7.22549 12.0282 7.3398 11.992 7.39813 11.9644C7.47045 11.9282 8.36396 11.1255 10.1767 9.46905C12.5562 7.2931 12.8525 7.01419 12.8992 6.91412C12.9575 6.78424 12.9808 6.55643 12.9482 6.43507Z' fill='%233C604A'/%3E%3C/svg%3E%0A");
    transition: .3s;
}

.prices-accordion-heading.in::after {
    transform: rotate(180deg);
}

.prices-accordion-collapse {
    padding-bottom: 7px;
    display: none;
}

.prices-accordion-collapse-item {
    color: #244D61;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: 0.16px;
    cursor: pointer;
    padding: 7px 23px 7px 23px;
}

/* table */
.wp-content-table table {
    --bs-table-color: #244D61;
    --bs-table-bg: #fff;
    background-color: #fff;
    --bs-table-border-color: transparent;
    margin-bottom: 48px;
    border-radius: 16px;
    overflow: hidden;
    font-size: 16px;
    width: 100%;
}

.wp-content-table table>:not(caption)>*>* {
    padding: 16px 32px;
}

.wp-content-table table>:not(caption)>*>*:not(:last-child)::after {
    width: 100%;
}

.wp-content-table table>:not(caption)>*>*:last-child {
    text-align: right;
    white-space: nowrap;
}

.wp-content-table table>:not(caption)>*>* {
    position: relative;
}

.wp-content-table table>:not(caption)>*>*::after {
    position: absolute;
    bottom: 0;
    left: 32px;
    right: 0;
    content: '';
    display: block;
    width: calc(100% - 32px);
    height: 1px;
    background-color: rgba(36, 77, 97, .5);
}

.wp-content-table table>:not(caption)>*>*:last-child::after {
    right: 32px;
    left: 0;
}

.wp-content-table table>:not(caption)>*:last-child>*::after {
    display: none;
}

@media(max-width:767.98px) {
    .wp-content-table table {
        border-radius: 30px;
        font-size: 16px;
    }

    .wp-content-table table>:not(caption)>*>* {
        padding: 16px;
    }

    .wp-content-table table>:not(caption)>*>*::after {
        left: 16px;
        right: 0;
        width: calc(100% - 16px);
    }

    .wp-content-table table>:not(caption)>*>*:last-child::after {
        right: 16px;
        left: 0;
        width: calc(100% - 32px);
        transform: translateX(16px);
    }

    .wp-content-table table>:not(caption)>*>*:first-child::after {
        display: none;
    }
}

.table-hover>tbody>tr:hover>* {
    --bs-table-accent-bg: rgb(231 234 250);
    color: var(--bs-table-hover-color);
}

@media(max-width:767px) {
    .archive-prices tr td {
        display: block;
        text-align: left !important;
        height: auto !important;
    }

    .table>:not(caption)>*>* {
        border-bottom: none !important;
    }

    .wp-content-table table>:not(caption)>*>*:not(:last-child)::after {
        width: calc(100% - 32px);
    }

    .wp-content-table table>:not(caption)>*>*:not(:last-child, :first-child)::after {
        opacity: 0;
    }
}

.page-title-h3 {
    font-size: 24px !important;
    font-weight: 500 !important;
}

.excerpt-block {
    background-color: #fff;
    padding: 30px 80px;
    border-radius: 10px;
    text-align: center;
    background-size: 60px;
    background-position: left 20px top 12px;
    background-repeat: no-repeat;
    line-height: 155%;
}

.excerpt-block p {
    font-size: 20px !important;
    margin: 0;
}

.sp_img_blog {
    z-index: 2;
    border-radius: 0 0 0 16px;
    max-width: 125px;
    height: auto;
}

.circle-spec {
    background: #99AFC5;
    height: 100px;
    width: auto;
}

.tags-link {
    font-size: 14px;
    color: #ffffff;
    background-color: #99AFC5;
}

.mb-6 {
    margin-bottom: 5rem;
}

.mb-7 {
    margin-bottom: 7rem;
}

@media(max-width:991px) {
    .mb-6-d {
        margin-bottom: 6rem !important;
    }

    .mb-7 {
        margin-bottom: 6rem;
    }

    .mb-6 {
        margin-bottom: 3rem;
    }

    .excerpt-block {
        padding: 30px 30px;
    }

    .excerpt-block p {
        font-size: 14px !important;
    }
}

/* СЃРёРЅРіР» СѓСЃР»СѓРіРё */

.entry-excerpt p {
    font-size: 24px !important;
    margin-top: 0 !important;
    margin-bottom: 0.5rem !important;
    font-weight: 500 !important;
    line-height: 1.2 !important;
}

.entry-content p {
    font-size: 16px !important;
}

.m-l-cus {
    margin-left: 14px;
}

.m-r-cus {
    margin-right: 14px;
}

@media(max-width:767px) {
    .m-l-cus {
        margin-left: 0px;
    }

    .m-r-cus {
        margin-right: 0px;
    }
}

.bottom-center {
    bottom: -25px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    left: 0;
    right: 0;
}

/* СЃРёРЅРіР» СѓСЃР»СѓРіРё */

.accordion-button:focus {
    border-color: 0 !important;
    outline: none !important;
    box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
    color: #ffffff !important;
    background-color: #99AFC5 !important;
    box-shadow: none !important;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}

.border-radius-t {
    border-top-left-radius: var(--bs-border-radius-lg) !important;
    border-top-right-radius: var(--bs-border-radius-lg) !important;
}

.border-radius-b {
    border-bottom-left-radius: var(--bs-border-radius-lg) !important;
    border-bottom-right-radius: var(--bs-border-radius-lg) !important;
}

.btn-wa {
    width: 254px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    padding-left: 30px;
    padding-right: 30px;
    color: #ffffff !important;
    font-size: 14px;
    font-weight: 500;
    font-family: "Golos Text", sans-serif;
    background-color: #48C95F;
    border-radius: 50px;
    transition: 0.2s;
}

.btn-wa:hover {
    color: #ffffff;
    background-color: #244D61;
}

.feedback-form {
    display: flex;
    justify-content: space-between;
}

.feedback-input {
    width: 235px;
    border: 0;
    height: 48px;
    outline: none;
    background: #F2F5F9;
    border-radius: 50px;
    padding-left: 25px;
}

.feedback-button {
    display: block;
    width: 235px;
    border: 0;
    height: 48px;
    outline: none;
    color: #ffffff;
    background: #99AFC5;
    border-radius: 50px;
    transition: 0.3s;
}

.feedback-button:hover {
    background: #244D61;
    transition: 0.3s;
}

.feedback-check {
    color: #A8C0D8;
}

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

@media(max-width:991px) {
    .feedback-form {
        display: block;
    }

    .feedback-input {
        width: 100%;
        margin-bottom: 25px;
    }

    .feedback-button {
        width: 100%;
    }
}

.a-prise {
    font-size: 18px;
    font-weight: 600;
}

.a-prise p {
    font-size: 18px !important;
    font-weight: 600 !important;
    display: inline-block;
    margin-bottom: 0;
}

.video {
    min-width: 100%;
    min-height: 400px;
    object-fit: cover;
    -webkit-size: cover;
}

html[lang="ru"] .specials_en {
    display: none;
}
html[lang="en"] .specials_ru {
    display: none;
}

h1[title="Arij I M Hillis"] .sp-title{
	display: none;
}

.my-title{
	display: none;
}

h1[title="Arij I M Hillis"] .my-title{
	display: block;
}