body {
    font-family: "Montserrat", sans-serif;
    color: var(--color-main);
    font-size: 16px;
}

.region-sidebar-first, .region-sidebar-second, .region-footer, .region-content {
    padding: 0;
}

.ds-2col {
    display: flex;
    flex-wrap: wrap;
}

.ds-2col .clearfix::after {
    display: none;
}


.ds-2col>.group-right, .ds-2col>.group-left {
    float: none;
    padding: 15px;
}

.node--type-services.ds-2col .group-left {
    width: 30%;
}

.node--type-services.ds-2col .group-right {
    width: 70%;
}

.node--type-services table td:nth-child(2),
table th:nth-child(2) {
    width: 110px !important;
    min-width: 110px;
    max-width: 110px;
}




img {
    max-width: 100%;
    height: auto;

}

p {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.4;

}

h1, h2, section .block-title {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 46px;
    font-style: normal;
}

h1 {
    font-size: 56px;
    line-height: 1;

}

h2, section .block-title {
    color: var(--color-main);
    font-size: 48px;
    margin-bottom: 65px;
    line-height: 1.2;

}

h4 {
    font-size: 16px;

}

h3, h4, h5, h6 {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-style: normal;

}

ul.sf-menu a, ul.sf-menu span.nolink {
    padding: 13px;
}

a {
    display: inline-flex;
    text-decoration: none;
    color: var(--color-link);
    word-break: break-word;

}

a:hover {
    color: var(--color-link-hover);
    text-decoration: none;
}


.nav {
    /* margin-left: -5px; */
    color: var(--color-white);
    --bs-nav-link-color: none;
    font-weight: 700;
    text-transform: uppercase;


}

.nav-link {
    padding: 20px 25px 16px;
    --bs-nav-link-color: none;
    --bs-nav-link-hover-color: none;

}

.nav-link:hover {
    color: var(--color-main);

}


.btn {
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    border-radius: 20px;
    padding: 14px 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;

}

.btn-primary {
    color: var(--color-white);
    background-color: var(--color-active);
    border: none;
    background: linear-gradient(89.75deg, #00A6D5 36.42%, #B8E6F2 120.72%);
    transition: 0.3s ease;

}


.btn-primary:hover, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:focus {
    color: var(--color-main);
    border: none;
    background: linear-gradient(89.75deg, #0088b0 36.42%, #9dd9e6 120.72%);
}

.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active,
:not(.btn-check)+.btn:active, .btn.disabled, .btn:disabled, fieldset:disabled .btn {
    color: var(--color-main);
    border: none;
    background: linear-gradient(89.75deg, #0088b0 36.42%, #9dd9e6 120.72%);

}


.btn-light {
    padding: 20px;
    border: none;
    border-radius: 30px;
    color: var(--color-accent);
    background: #f8f9fa;
    box-shadow: 0px 4px 18.2px rgba(135, 141, 146, 0.4);
}

.btn-light:hover, .btn-light:not(:disabled):not(.disabled):active, .btn-light:focus {
    border: none;
    color: var(--color-main);
    background: #d2d0d0;
}

section {
    padding: 50px 0;
}

/******************** main start******************************/

main {

    padding-top: 50px;
    padding-bottom: 50px;
}

main h1 {
    font-size: 40px;
    margin-bottom: 40px;
    line-height: 1;
    /* color: var(--color-main); */
}

main h2 {
    font-size: 35px;
    margin-bottom: 40px;
    line-height: 1;
}


/******************** main end******************************/


/******************** top-bar start******************************/

header {
    padding: 26px 0 20px 0;
}

.top-bar {
    padding-bottom: 15px;
}

.top-bar-contacts {
    display: flex;
    font-weight: 500;
}

.top-bar .contact-item.socials {
    padding-right: 70px;
}

.top-bar .contact-item.phone,
.top-bar .contact-item.address>.city {
    display: flex;
    gap: 8px;
}

.top-bar .btn {
    font-size: 14px;
}

.header-bottom {
    background: linear-gradient(89.75deg, #00A6D5 36.42%, #B8E6F2 120.72%);
    border-radius: 20px;
    text-transform: uppercase;
}

header .nav-link {
    padding: 31px 20px 29px;
}


/* ********************** top-bar end ********************** */


/* ********************** top_section start ********************** */
.top_section {
    color: var(--color-white);
    padding-top: 0;
}

.top_section .region-top-section-left {
    background: linear-gradient(64.45deg, #00A6D5 45.37%, #B8E6F2 90.73%);
    border-radius: 20px;
    padding: 85px 70px 70px;
    position: relative;
}

.top_section .region-top-section-left h1 {
    line-height: 1.2;
    margin-bottom: 40px;
}

.top_section .region-top-section-left p {
    font-size: 18px;
    font-weight: 500;
}

.top_section .region-top-section-left img {
    position: absolute;
    bottom: -92px;
    right: 0;

}

.top_section_left .btn-light {
    max-width: 270px;
    width: 100%;
    height: 60px;
}

.top_section_right img {
    border-radius: 20px;
}

/* ********************** top_section end ********************** */


/* ********************** benefits start ********************** */

.benefits .top_benefits_left h2 {
    font-size: 46px;
    text-transform: none;
    list-style: 1;

}

.benefits .top_benefits_left h2>span {
    color: var(--color-accent);

}

.benefits .top_benefits_right .field--name-body p {
    list-style: 1;
    font-size: 18px;

}

.benefits .top_benefits_right .field--name-body p>span {
    color: var(--color-accent);

}

.benefits .view-preimushchestva-na-glavnoy .view-content {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    width: 100%;
}

.benefits .benefits-card h4 {
    font-size: 24px;
    font-weight: 700;
    text-transform: none;
    margin-bottom: 60px;
}

.benefits .benefits-card p {
    font-size: 18px;
    font-weight: 400;
    color: var(--color-main);
    line-height: 1.2;
    margin: 0;
}

.node.node--type-preimushchestva.node--view-mode-teaser.ds-1col.clearfix {
    position: relative;
}

.benefits .benefits-card img {
    position: absolute;
    right: 0;
    top: 0;
}



.benefits .benefits-card {
    border: 2px solid var(--color-accent);
    border-radius: 20px;
    padding: 30px;
    max-width: 370px;
    width: 100%;

}

/* ********************** benefits end ********************** */




/* ********************** services start ********************** */

.services .views-infinite-scroll-content-wrapper,
main .views-infinite-scroll-content-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;

    margin-left: calc(-1 * var(--gap));
    margin-right: calc(-1* var(--gap));
}

.services h2>span, h2>span {
    color: var(--color-accent);

}

.service-card img {
    width: 100%;
    height: auto;
    border-radius: var(--border-radius);
}

/* 
.service-card .field--type-image img, main .view-content img {
    width: 100%;
    height: auto;
    border-radius: var(--border-radius);
} */

.service-card {
    position: relative;
    padding: 15px var(--gap);
}

.service-card .service-title {
    /* .service-title  */
    font-size: 24px;
    line-height: 1.3;
    word-wrap: break-word;
    word-break: break-word;
    white-space: normal;
    overflow: hidden;
    max-width: 250px;
    text-align: center;
}

.services .more-link {
    display: flex;
    position: absolute;
    bottom: 16px;
    right: 0;
    width: 370px;
    height: 370px;
}

.region-top-section-left .field--name-body {
    position: relative;
}

.view.view-uslugi-na-glavnoy {
    position: relative;
}

.node.node--type-services.node--view-mode-teaser.ds-1col.clearfix {
    position: relative;
}


/* *************** КНОПКА ВСЕ УСЛУГИ ****************** */

.services .more-link>a {
    font-size: 36px;
    color: var(--color-white);
    /* background-color: var(--color-active); */
    border: none;
    background: linear-gradient(89.75deg, #00A6D5 36.42%, #B8E6F2 120.72%);
    transition: background 0.3s ease;
    width: 100%;
    height: 100%;
    background-color: var(--color-white);
    padding: 16px 24px;
    display: flex;
    justify-content: center;
    align-items: end;
    text-decoration: none;
    box-sizing: border-box;
    border-radius: 20px;
    padding-bottom: 40px;
}

.services .more-link>a:hover {
    color: var(--color-white);
    background: linear-gradient(89.75deg, #0088b0 36.42%, #9dd9e6 120.72%);
}

.services .more-link>a::after {
    display: block;
    position: absolute;
    content: "";
    background-image: url(../image/arrow-white.svg);
    height: 28px;
    width: 16px;
    right: 40px;
    bottom: 45px;

}

.services .more-link>a::before {
    content: '';
    position: absolute;
    top: 50px;
    width: 121px;
    height: 158px;
    background-image: url(../image/teeth.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

/* *************** КНОПКА ВСЕ УСЛУГИ end ****************** */
.service-card .field--name-node-title {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    /* background: red; */
    padding: 18px;
}

.service-card .field--name-node-title .service-title {
    margin: 0;
    width: 100%;
    display: block;
    max-width: 100%;
}

.service-card .service-title a {
    font-size: 24px;
    min-height: 95px;
    /* .service-title a { */
    right: 0;
    background-color: var(--color-white);
    padding: 16px;
    text-decoration: none;
    width: 100%;
    border-radius: 10px;
    word-wrap: break-word;
    /* padding-right: 36px; */
    text-align: center;
    position: relative;

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

.service-card .service-title a::after {
    /* .service-title a::after { */
    display: block;
    position: absolute;
    content: "";
    background-image: url(../image/arrow.svg);
    height: 28px;
    width: 16px;
    right: 10px;
    top: 50%;
    transform: translate(0px, -50%);
}

/* внутренняя страница услуги */
.node--type-services .group-left img {
    border-radius: 20px;
}

/* ********************** services end ********************** */



/******************** doctors start ******************************/

.doctors h2>span {
    color: var(--color-accent);
}

.doctor-card {
    position: relative;
    padding: 15px var(--gap);
    justify-content: center;
    display: flex;
}

.doctor-card .node--view-mode-teaser {
    width: 100%;
}

.doctor-card .field--type-image {
    width: 100%;
}

.doctor-card img {
    border-radius: 20px 20px 0 0;
    width: 100%;
    /* aspect-ratio: auto;
    object-fit: cover;
    width: 370px;
    height: 456px; */
}

.doctors .doctor-info, main .doctor-info {
    bottom: 0;
    left: 0;
    right: 0;
    padding: 16px 24px;
    justify-content: space-between;
    align-items: center;
    background-color: #ECECEC;
    border-radius: 0 0 20px 20px;
    width: 100%;
    /* width: 370px; */
    min-height: 115px;
    box-shadow: inset 0 0 0 1px #A9B0B6, inset 0 0 0 1px #A9B0B6, inset 0 0 0 1px #A9B0B6;
    line-height: 1;
}

.doctors .doctor-title h4,
main .doctor-title h4 {
    margin-bottom: 10px;
    line-height: 1;
}

.doctors .doctor-title a,
main .doctor-title a {
    font-size: 20px;
    color: var(--color-accent);
    line-height: 1;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.doctors .doctor-title a:hover,
main .doctor-title a:hover {
    color: var(--color-main);
}

.doctors .field--name-field-kratkoe-soderzhanie,
main .field--name-field-kratkoe-soderzhanie {
    color: #A9B0B6;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* .doctors .view-vrachi .views-infinite-scroll-content-wrapper,
main .view-vrachi .views-infinite-scroll-content-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-left: calc(-1 * var(--gap));
    margin-right: calc(-1* var(--gap));
} */

.doctors .view-vrachi .views-infinite-scroll-content-wrapper,
main .view-vrachi .view-content {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: center; */
    /* margin-left: calc(-1 * var(--gap));
    margin-right: calc(-1* var(--gap)); */
    width: 100%;
}

/* скрыла кнопка загрузить еще start */

.doctors ul.js-pager__items.pager {
    display: none;
}

/* скрыла кнопка загрузить еще end */


/* .doctors .view-vrachi .view-content,
main .view-vrachi .view-content {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: center; */
/* margin-left: calc(-1 * var(--gap));
    margin-right: calc(-1* var(--gap)); */
/* width: 100%;
} */

/* кнопка Все врачи */

/* .view-vrachi .pager__item>a.button {
    background: linear-gradient(89.75deg, #00A6D5 36.42%, #B8E6F2 120.72%);
    transition: background 0.3s ease;
    color: var(--color-white);
    font-weight: 700;
    padding: 5px;
    height: 48px;
    margin-top: 15px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    border-radius: 20px;
    min-width: 240px;
    width: auto;
    text-transform: uppercase;
    font-size: 16px;
    border: none;
}

.view-vrachi ul.js-pager__items.pager {
    list-style: none;
    margin: 0;
    padding: 0;
} */

.view-vrachi .more-link a,
main .more-link a {
    background: linear-gradient(89.75deg, #00A6D5 36.42%, #B8E6F2 120.72%);
    transition: background 0.3s ease;
    color: var(--color-white);
    font-weight: 700;
    padding: 5px;
    height: 48px;
    margin-top: 15px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    border-radius: 20px;
    min-width: 240px;
    width: auto;
    text-transform: uppercase;
    font-size: 16px;
    border: none;
}

.gallery .view-gallery-page .more-link a:hover, .more-link a:hover {
    color: var(--color-main);
    border: none;
    background: linear-gradient(89.75deg, #0088b0 36.42%, #9dd9e6 120.72%);
}

/* кнопка Все врачи */

/* внутренняя страница врачи */
.node--type-vrachi-materialy .group-left img {
    aspect-ratio: auto;
    object-fit: cover;
    width: 370px;
    height: 456px;
    border-radius: 20px;
}

/******************** doctors end ******************************/


/******************** form-block star t******************************/

.form-block {
    background: linear-gradient(49.39deg, #00A6D5 16.88%, #B8E6F2 71.62%);
    padding: 0;
}

/* .form-block .block-title {
    color: var(--color-white);
    text-transform: none;
} */

.form-block .webform-submission-add-form h3 {
    font-size: 36px;
    color: var(--color-white);
    text-transform: none;
    margin-bottom: 50px;
}

.form-block .webform-submission-add-form span {
    font-weight: 700;
}

.form-block .form-content {
    position: relative;
    padding: 80px 0 70px;
}

.form-block .form-content .region-form-left {
    position: relative;
}

.form-block .form-image {
    position: absolute;
    right: 0;
    bottom: 0;
    pointer-events: none;
}


.form-block .form-control {
    height: 70px;
    width: 100%;
    max-width: 400px;
    padding: 28px 48px;
    line-height: 100%;
    color: #696F73;
    margin-top: 0;
    margin-bottom: 20px;
    background: #F3F7FF;
    border-radius: 20px;
    background: rgba(243, 247, 255, 0.78);
    border-radius: none;

}

.form-block form .btn-primary {
    padding: 20px;
    border: none;
    border-radius: 30px;
    color: var(--color-accent);
    box-shadow: 0px 4px 18.2px rgba(135, 141, 146, 0.4);
    background: #f8f9fa;
    border-radius: 20px;
    height: 70px;
}


.form-block form .btn-primary:hover,
.form-block form .btn-primary:not(:disabled):not(.disabled):active, .form-block form .btn-primary:focus {
    background: #d2d0d0;
    color: var(--color-main);
}


.form-block .form-submit {
    width: 100%;
    max-width: 400px;
}

/* ................... оформление чекбокса.................... */

.form-block .form-type-checkbox {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.form-block .form-type-checkbox input[type="checkbox"i] {

    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 14px;
    height: 14px;
    border: 1.4px solid #fff;
    position: relative;
    cursor: pointer;
    /* margin: 0 12px 0 0; */
    vertical-align: middle;
    overflow: visible;
    /* Разрешаем выход за границы */
    background-color: transparent;
}

.form-block .form-type-checkbox input[type="checkbox"]:checked {
    background-color: transparent;
    border-color: #fff;
}

.form-block .form-type-checkbox input[type="checkbox"]:checked::before {
    content: '';
    position: absolute;
    top: 40%;
    left: 70%;
    transform: translate(-50%, -50%);
    width: 14px;
    height: 10px;
    background-image: url(../image/checked.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
}

.form-block .form-type-checkbox .description {
    font-size: 12px;
    line-height: 1;
    color: var(--color-white);
}

.form-block .form-type-checkbox .description a {
    color: var(--color-white);
}

.form-block .form-type-checkbox .description a:hover {
    color: var(--color-link);

}

/* ................... оформление чекбокса.................... */


.form-type-checkbox {
    margin: 15px 0 15px;
}

input[type="checkbox"i] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 16px;
    height: 14px;
    border: 2px solid var(--color-accent);
    position: relative;
    cursor: pointer;
    margin: 0 12px 0 0;
    vertical-align: middle;
    overflow: visible;
    background-color: transparent;
}

input[type="checkbox"]:checked {
    background-color: var(--color-accent);
}

input[type="checkbox"]:checked::before {
    content: '';
    position: absolute;
    top: 40%;
    left: 70%;
    transform: translate(-50%, -50%);
    width: 14px;
    height: 10px;
    background-image: url(../image/checked.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
}

/******************** form-block end ******************************/


/******************** gallery start ******************************/

.gallery {
    padding-bottom: 50px;
}

/* кнопка Все фото */

/* .gallery .view-gallery-page .pager__item>a.button,
main .view-gallery-page .pager__item>a.button {
    background: linear-gradient(89.75deg, #00A6D5 36.42%, #B8E6F2 120.72%);
    transition: background 0.3s ease;
    color: var(--color-white);
    font-weight: 700;
    padding: 5px;
    height: 48px;
    margin-top: 15px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    border-radius: 20px;
    min-width: 240px;
    width: auto;
    text-transform: uppercase;
    font-size: 16px;
    border: none;

}

.view-gallery-page ul.js-pager__items.pager {
    list-style: none;
    margin: 0;
    padding: 0;
} */

.gallery .view-gallery-page .more-link a,
main .view-gallery-page .more-link a {

    background: linear-gradient(89.75deg, #00A6D5 36.42%, #B8E6F2 120.72%);
    transition: background 0.3s ease;
    color: var(--color-white);
    font-weight: 700;
    padding: 5px;
    height: 48px;
    margin-top: 15px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    border-radius: 20px;
    min-width: 240px;
    width: auto;
    text-transform: uppercase;
    font-size: 16px;
    border: none;
}


/* кнопка Все фото конец*/

/* .gallery .view-gallery-page .views-infinite-scroll-content-wrapper,
main .view-gallery-page .views-infinite-scroll-content-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: calc(-1 * var(--gap));
    margin-right: calc(-1 * var(--gap));
} */
.gallery .view-gallery-page .view-content,
main .view-gallery-page .view-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /* margin-left: calc(-1 * var(--gap));
    margin-right: calc(-1 * var(--gap)); */
    width: 100%;
}

.gallery .view-gallery-page .photo-item .field-content a,
main .view-gallery-page .photo-item a {
    padding: 15px var(--gap);
    justify-content: center;
    display: flex;
}



.gallery .view-gallery-page .photo-item .field-content>a>img,
main .view-gallery-page .photo-item .field-content>a>img {
    width: 370px;
    height: 500px;
    aspect-ratio: auto;
    object-fit: cover;
    transition: transform 0.3s ease;
    border-radius: var(--border-radius);
}

.gallery .view-gallery-page .photo-item .field-content>a>img:hover,
main .view-gallery-page .photo-item .field-content>a>img:hover {
    transform: scale(1.1);
}

/******************** gallery end ******************************/


/******************** map_contacts start******************************/
.map-block {
    position: relative;
    padding: 0;
}

.map-contact-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
}

.map-block-container {
    position: relative;
    height: 100%;
    pointer-events: none;
}

.map-block .map-contact-block {
    position: absolute;
    padding: 50px 70px 50px 62px;
    background: var(--color-white);
    right: 0;
    top: 50%;
    border-radius: 30px 0 0 30px;
    box-shadow: 0px 4px 23.5px rgba(169, 176, 182, 0.43);
    transform: translateY(-50%);
    pointer-events: auto;
}

.map-block .map-contact-block h2 {
    margin-bottom: 80px;
    line-height: 1;
}

.map_contacts {
    font-size: 24px;
    font-weight: 500;
    line-height: 1;

}

.map-block .contact-item.socials {
    padding-bottom: 36px;
}

.map-block .contact-item.address {
    padding-bottom: 70px;
}


.map-block .map-contact-block .phone img {
    width: 30px;
    height: 30px;
    margin-right: 10px;

}

.map-block .map-contact-block .city img {
    width: 25px;
    height: 30px;
    margin-right: 15px;

}



/******************** map_contacts end******************************/


/******************** footer start******************************/

.footer {
    background: #73797C;
    border-radius: 20px 20px 0 0;
    padding: 30px;
    color: var(--color-white);
    margin-top: auto;
}

.footer a {
    color: var(--color-white);
}

.footer a:hover {
    color: var(--color-link-hover);
}

.footer .footer_1 img {
    margin-bottom: 25px;
}

.footer .footer_1 .copyrights {
    font-size: 14px;
}

.footer .copyrights>a {
    padding-top: 25px;

}

.footer .region.region-footer-2 {
    display: flex;
    justify-content: center;
}

.footer_2 .nav-link {
    padding: 6px 0;
    line-height: 1.2;
}

.footer div#block-vesta-theme-osnovnayanavigaciya-menu {
    font-weight: 700;
    line-height: 1.2;
    margin-top: 14px;
    margin-bottom: 7px;
}

.footer_2 .nav {
    --bs-nav-link-color: none;
    font-weight: 400;
    text-transform: none;
    display: block;
}

.footer .footer_3 .block-title {
    font-weight: 700;
    line-height: 1.2;
    margin-top: 14px;
    margin-bottom: 6px;
}

.footer .footer_3 .footer-catalog a {
    padding: 6px 0;
    line-height: 1.2;
}

.footer_4 .info-header {
    font-weight: 600;
    margin-top: 14px;
    margin-bottom: 12px;
    line-height: 1.2;
}

.footer_4 .contact-item.address {
    margin-top: 38px;
}

.footer .footer_4 .btn-form.btn.btn-primary {
    margin-top: 40px;
    width: 200px;
    height: 32px;
    font-weight: 500;
    font-size: 14px;
}

.footer .footer_4 .btn-form.btn.btn-primary:hover {
    color: var(--color-main);
}

.footer .footer_4 .search-api-page-block-form-search {
    margin-top: 25px;
}

.footer .footer_4 .search-form form {
    display: flex;
    align-items: center;
    width: 100%;
    border-bottom: var(--color-accent) 2px solid;
}

.footer .footer_4 .search-form form .form-type-search {
    display: flex;
    order: 1;
    flex: auto;
}

.footer .footer_4 .search-form form .form-type-search input {
    background: transparent;
    border: none;
    height: 33px;
}

.footer .footer_4 .search-form form .form-type-search input:focus {
    box-shadow: none;
}

.footer .footer_4 .search-form form .form-type-search input::placeholder {
    opacity: 0;
}

.footer .footer_4 button.search-form__submit, .footer .footer_4 button.search-form__submit:active, .footer .footer_4 button.search-form__submit:focus {
    padding: 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 23px;
    background-image: url(../image/search.svg);
    font-size: 0;
    height: 33px;
    width: 33px;
    border-radius: 0;
    border: none;
}


.footer .vesta_backlink {
    margin-top: 30px;
    align-items: center;
    display: flex;
    justify-content: center;
}

.footer .vesta_backlink p {
    font-size: 16px;
    margin: 0;
}

.footer-contacts .ajax-progress, .top-bar-col_3 .ajax-progress, .webform-ajax-form-wrapper .ajax-progress {
    display: none;
}

/* ******************** Поиск ************************ */

.search-api-page-block-form .form-type-search {
    width: 100%;
}

.search-api-page-block-form .form-search {
    height: 44px;
    width: 100%;
    background-color: var(--color-white);
}

.search-api-page-block-form {
    display: flex;
    width: 100%;
    gap: 20px;
    margin-bottom: 20px;
}

.search-api-page-block-form .form-actions .btn, .search-api-page-block-form .form-actions .btn:active {
    height: 44px;
    width: 44px;
    font-size: 0;
    border-radius: 5px;
    color: var(--color-main);
}

.search-api-page-block-form .form-actions .search-form__submit {
    padding: 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 23px;
    background-image: url(../image/search.svg);
    font-size: 0;

    border-radius: 10px;
    border: var(--color-accent) 2px solid;

}

.search-api-page-block-form .form-actions .search-form__submit:active {
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../image/search.svg);
    border-radius: 10px;
    border: var(--color-accent) 2px solid;
}

/* ******************** Поиск ************************ */

/******************** footer end******************************/


/************************* ЯНДЕКС МЕТРИКА **************************/

.block.block-vesta-privacy-access-d10 {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    color: var(--color-white);
    background: var(--color-accent);
    padding: var(--padding) 0;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.48);
    margin: 0;
    z-index: 1000;
}

.block.block-vesta-privacy-access-d10 .block-metrika-content p strong {
    color: var(--color-white);
    font-size: 16px;
    line-height: 22px;
}

.block.block-vesta-privacy-access-d10 .block-metrika-content p {
    font-family: var(--font-family);
    color: var(--color-white);
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-align: left;
}

.block.block-vesta-privacy-access-d10 .block-metrika-content p a {
    color: var(--color-white);
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-align: left;
    text-decoration: underline;
}

.block.block-vesta-privacy-access-d10 .block-metrika-btns button {
    display: inline-block;
    position: relative;
    font-family: var(--font-family);
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    text-transform: capitalize;
    color: var(--btn-color);
    vertical-align: middle;
    height: 39px;
    padding: 10px 29px;
    border-radius: 5px;
    z-index: 1;
    background-color: #ffffff;
    border: var(--btn-border-width) solid var(--btn-border-color);
    width: max-content;
    margin: 0;
    transition: var(--transition-animation);
}

.block.block-vesta-privacy-access-d10 .block-metrika-btns button#btn-metrika-yes {
    color: var(--color-accent);
    background-color: var(--color-white);
    border: none;
    /* background: linear-gradient(89.75deg, #00A6D5 36.42%, #B8E6F2 120.72%);
    transition: 0.3s ease; */
}

button#btn-metrika-yes, button#btn-metrika-no {
    color: var(--color-accent);
    background: var(--color-white);
    border: none;
}

/************************* ЯНДЕКС МЕТРИКА КОНЕЦ **************************/


/************************* ВСПЛЫВАЮЩЕЕ ОКНО **************************/



.ui-dialog .ui-dialog-titlebar {
    padding: .4em 1em;
    position: relative;
    background: var(--color-accent);
}

/* .ui-widget-header {
    background: var(--color-accent);
    color: var(--color-white);
    border: 3px solid;
    border-radius: 5px;
} */

/* .ui-widget-content {
    color: var(--color-white);
} */
/************************* ВСПЛЫВАЮЩЕЕ ОКНО КОНЕЦ **************************/

/*........................ боковое мобильное меню - навигация start..........................*/

.offcanvas img {
    max-width: 80%;
    height: auto;
}

.offcanvas .contact-item {
    margin-top: 20px;
    padding-bottom: 15px;
    color: var(--color-white);
}

.offcanvas .contact-item-el a {
    color: var(--color-white);
}

.offcanvas .contact-item-el a:hover {
    color: var(--color-main);
}


/* header .col-logo img {
    width: 70%;
    height: auto;
} */

.header-mob .col-phone {
    margin-left: auto;
}

/* иконки соцсети */

.header-mob .col-logo img {
    width: 75%;
    height: auto;
}

/*........................ боковое мобильное меню - навигация end..........................*/