

/* Start:/local/templates/main/styles/common.css?177971853418417*/
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-weight: 450;
    color: var(--primary-title-color);
}
h2 {
    font-size: 28px;
    line-height: 1.14;
}
h3 {
    font-size: 24px;
    line-height: 1.08;
}
h4 {
    font-size: 21px;
    line-height: 1.23;
}
h5 {
    font-size: 18px;
    line-height: 1.44;
    font-weight: 400;
}
h6 {
    font-size: 16px;
    line-height: 1.62;
}

p {
    margin: 0;
    font-family: 'Montserrat', Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none;
    color: var(--primary-title-color);
    cursor: pointer;
}

li::marker {
    display: none;
}

button {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
}

input {
    padding: 0;
    outline: none;
}

body {
    font-family: 'Futura PT', Arial, sans-serif !important;
    font-style: normal;
    font-weight: 450;
    color: var(--primary-text-color);
    background-color: #f3f2f2;
    margin: 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}


@media screen and (min-width: 768px) {
    h2 {
        font-size: 36px;
        line-height: 36px;
    }
    p {
        font-size: 16px;
    }
}

@media screen and (min-width: 1290px) {
    h1 {
        font-size: 70px;
        line-height: 90px;
    }
    h2 {
        font-size: 60px;
        line-height: 60px;
    }
}

.input {
    width: 100%;
    height: 50px;
    background: #ffffff;
    border-radius: 10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    border: none;
    outline: none;
}

.d-hidden {
    display: none;
}

@media screen and (min-width: 1290px) {
    .input {
        font-size: 18px;
        line-height: 154.3%;
        height: 60px;
    }
}

.play-button {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -38px;
    margin-top: -38px;
    width: 76px;
    height: 76px;
    border-radius: 50%;
    border: 1px solid #f3a395;

}
.play-button__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54.29px;
    height: 54.29px;
    border-radius: 50%;
    background-color: var(--primary-accent-color);
}
.play-button .playLogo {
    margin-left: 3px;
}

/* doubleButton */
.doubleButton {
    display: flex;
    align-items: center;
}
.doubleButton__button.button {
    background-color: #fff;
    color: #3f414e;
}
.doubleButton__button.active {
    color: #fff;
    background-color: #f3a395;
}
.doubleButton__button:first-child {
    border-radius: 10px 0px 0px 10px;
}
.doubleButton__button:last-child {
    border-radius: 0px 10px 10px 0px;
}

@media screen and (min-width: 1290px) {
    .doubleButton__button {
        min-width: 189px;
    }
}

.buttonDown {
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 min-width: 40px;
	 width: 40px;
	 height: 40px;
	 border: 2px solid #f3a395;
	 border-radius: 50%;
	 transition: all ease 200ms;
}
 .buttonDown .arrowDownLogo path {
	 stroke: #f3a395;
}
 .buttonDown.active {
	 transform: rotate(180deg);
	 background-color: #f3a395;
}
 .buttonDown.active .arrowDownLogo path {
	 stroke: #fff;
}
 @media screen and (min-width: 1290px) {
	 .buttonDown {
		 min-width: 52px;
		 height: 52px;
	}
}

.listPoint {
    position: relative;
    top: -4px;
    min-width: 2.3px;
    width: 2.3px;
    height: 2px;
    border-radius: 50%;
    background-color: var(--primary-text-color);
}

.checkbox {
	 display: flex;
	 gap: 10px;
     cursor: pointer;
}
 .checkbox__input {
	 position: absolute;
	 -webkit-appearance: none;
	 -moz-appearance: none;
	 appearance: none;
}
 .checkbox__input:checked + .checkbox__checkbox .checkLogo {
	 display: block;
}
 .checkbox__checkbox {
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 position: relative;
	 min-width: 24px;
	 height: 24px;
	 background-color: #fff;
	 border-radius: 4px;
     border: 1px solid #fff;
}
.checkbox__checkbox.error {
    border: 1px solid var(--primary-accent-color);
}
 .checkbox__checkbox .checkLogo {
	 display: none;
}
 .checkbox__text {
	 text-align: left;
}
 .checkbox__text a {
    font-size: 12px;
    line-height: 14px;
 }
 .checkbox__link {
	 color: var(--secondary-accent-color);
}

.form .select {
	position: relative;
}
.filter.select {
	cursor: auto;
}
.filter.select.active {
	border-radius: 10px 10px 0 0;
}
.filter__title-block {
	cursor: pointer;
}
.donation__input {
	width: 100%;
    border: none;
    font-size: 16px;
    line-height: 21px;
    color: #3f414e;
    font-weight: 450;
    background-color: transparent;
    border-radius: 10px;
    outline: none;
	cursor: pointer;
}
.filter__title-block.form__label {
	border-radius: 10px;
	color: var(--primary-text-color);
	border: none
}
.filter__title-block.form__label.error {
	border-radius: 10px;
	color: var(--primary-accent-color);
	border: 1px solid var(--primary-accent-color);
}

.filter.select {
    cursor: pointer;
}

.iti__country-list {
    position: absolute;
    z-index: 2;
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0 0 0 -1px;
    box-shadow: 1px 1px 4px rgba(0,0,0,.2);
    background-color: #fff;
    border: 1px solid #ccc;
    white-space: nowrap;
    max-height: 200px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}
.iti__selected-flag:focus-visible {
    outline: none;
}
.iti__selected-flag {
	height: 26px !important;
    width: 45px;
    border-radius: 10px;
    top: 23px;
    margin-left: 14px;
}
/* form .select {
    position: relative;
} */
.select::after {
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 22px;
    padding-left: 22px;
    content: attr(data-current);
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 60px;
    cursor: pointer;
}
.select input[readonly] {
    font-size: 0;
    
}
.filter__title-block.form__label {
    position: relative;
    z-index: 2;
}

.hero {
	 margin-bottom: 45px;
	 text-align: center;
	 background-color: #fff;
	 border-radius: 20px;
}
 @media screen and (min-width: 930px) {
	 .hero {
		 width: 930px;
		 margin: 0 auto 60px;
	}
}
 @media screen and (min-width: 1290px) {
	 .hero {
		 width: 100%;
		 max-width: 1500px;
		 border-radius: 30px;
	}
	 .hero__wrapper {
		 display: flex;
		 width: 1290px;
		 margin: 0 auto;
	}
    .filter.select {
        margin-bottom: 0;
        padding: 0;
        height: 62px;
    }
    .form .iti--allow-dropdown input[type=text],
    .payment__form .iti--allow-dropdown input[type=text] {
        padding: 12px 0 0 60px;
    }
}

.listNumber {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 24px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    color: #fff;
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    background-color: var(--primary-accent-color);
}

.yandexMaps {
    width: 100%;
    height: 395px;
    overflow: hidden;
}
 @media screen and (min-width: 1290px) {
    .yandexMaps {
        width: 100%;
        height: 100%;
        overflow: hidden;
    }
 }

 .lightbox-list .swiper-slide{
    position: relative;
 }
.lightbox-link {
    position: absolute;
    bottom: 16px;
    left: 16px;
    width: 36px;
    height: 36px;
    font-size: 0;
    background: url(/images/fullscreen.svg) no-repeat;
    opacity: 0;
    z-index: 3;
    -webkit-transition: opacity .3s ease-in-out,-webkit-transform .3s ease-in-out;
    transition: opacity .3s ease-in-out,transform .3s ease-in-out;
    transition: opacity .3s ease-in-out,transform .3s ease-in-out,-webkit-transform .3s ease-in-out;
}

li>figure {
    position: relative;
    cursor: pointer;
    margin: 0;
}

.lightbox-list li:hover .lightbox-link {
    opacity: 1;
}

.lightbox-link:hover {
    transform: scale(1.3);
}
.lightbox-link-wrapper {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.faq__answer {
	max-height: 0;
	overflow: hidden;
	padding: 0px;
	margin: 0;
	transition: max-height 0.3s ease, padding 0.3s ease;
}

.faq__item.active .faq__answer {
	max-height: 500px;
	padding: 15px 0px;
}

.vrt__hero-icon {
	max-width: 280px;
	width: 100%;
	height: 100%;
}
.vrt__hero-icon img {
	height: 100%;
}

.serv-descr-section .container {
	padding-top: 0px;
}
.h2-title {
	margin-block: 30px 20px;
}

.preim-cards__wr {
	display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}

.preim-card {
	padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.preim-card img {
	max-width: 200px;
}

.article-content-block {
	margin-bottom: 60px;
}

.article-content-block p {
	margin-bottom: 10px;
}

.article-content__column {
    display: grid;
    grid-gap: 30px 50px;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    align-items: center;
    margin-block: 70px;
}

.article-content__column_image {
    overflow: hidden;
    border-radius: 10px;
}

.article-content__column_image img {
    width: 100%;
    height: auto;
    aspect-ratio: 620/414;
    object-fit: cover;
}

.article-warnning {
    padding: 80px 60px;
    background: rgb(244 237 225 / .5);
    border-radius: 80px;
    display: flex;
    gap: 0 50px;
}

.article-warnning__title {
    font-family: BebasNeue, sans-serif;
    font-weight: 900;
    line-height: 1;
    font-size: 35px !important;
    color: rgb(111 113 120) !important;
}


@media (width > 1290px) {
	.h2-title {
		font-size: 60px !important;
	}

	.faq__wrapper .faq__title,
    .article-warnning__title {
		font-size: 50px !important;
	}
}

@media (width < 600px) {
	.item-card {
		padding: 30px 20px;
	}
}

@media (hover: hover) {
	.faq__wrapper .faq__item {
		transition: background 150ms cubic-bezier(.4,0,.2,1);
	}

	.faq__wrapper .faq__item:hover {
		background: #ffffff;
	}
}

@media (max-width: 768px) {
	.article-warnning {
		flex-wrap: wrap;
	}
}

.article-content-block.elem-serv {
	margin-top: 40px;
}

.article-warnning__content_text p {
	font-size: 18px;
}

.ul-list {
	list-style: disc;
}

.ul-list li {
	font-size: 16px;
	font-family: 'Montserrat', Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
	margin-bottom: 15px;
}

.card-list-wrap.column-1 {
    grid-template-columns: repeat(1, 1fr) !important;
}

.card-list-wrap.counter-list {
    counter-reset: card;
}

.card-list-wrap {
    display: grid
;
    gap: 30px;
}
.card-list-wrap.counter-list .item-card {
    position: relative;
}

.item-card {
    padding: 70px 20px;
    background: rgb(244 237 225);
    border-radius: 30px;
}

.card-list-wrap.counter-list .item-card::before {
    counter-increment: card;
    content: counter(card);
    position: absolute;
    top: 0px;
    right: 40px;
    font-size: 170px;
    font-weight: bolder;
    color: rgb(111 113 120 / .35);
    font-family: 'BebasNeue', sans-serif;
}

.swiper__title-wrapper h3, .appointment__title-block h3, .faq__item-answer .faq__item-answer-list h3, .title-block__description h3 {
    font-size: 26px;
}

.description-card, .description-card * {
    color: rgb(111 113 120);
    font-family: Montserrat, Arial, sans-serif;
    font-size: 15px !important;
    font-weight: 300;
    line-height: 1.25;
}

.name-card {
	font-size: 36px;
    margin-bottom: 10px;
    color: #676e72;
    text-transform: uppercase;
    font-weight: bold;
}

.card-list-wrap .ul-list {
	margin-left: 20px;
    margin-top: 10px;
}

.stimulation .new_faq .faq__title-block {
	display: block !important;
}
.faq__wrapper {
    padding: 80px 60px;
    background: rgb(244 237 225 / .5);
    border-radius: 80px;
    display: flex
;
    gap: 0 50px;
    flex-wrap: wrap;
}

.faq__wrapper .faq__title-block {
    display: block !important;
}

@media screen and (min-width: 1290px) {
    .faq__title-block {
        display: flex
;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 50px;
    }
}



@media (width > 1024px) {
    .faq__wrapper > .faq__title-block {
        flex-basis: 310px;
    }
}


.faq__wrapper .faq__title {
    font-family: BebasNeue, sans-serif;
    font-weight: 900;
    line-height: 1;
    font-size: 35px;
    color: rgb(111 113 120) !important;
}

@media (width > 768px) {
    .faq__wrapper .faq__title, .elem-serv .article-warnning__title {
        font-size: 30px !important;
    }
}

@media (width > 1024px) {
    .faq__wrapper > .faq__list, .elem-serv .article-warnning__content_text {
        flex: 1;
    }
}

@media screen and (min-width: 768px) {
    .faq ul {
        font-size: 16px;
    }
}

.faq__wrapper .faq__item {
    padding: 20px 30px;
    border: 2px solid !important;
    border-color: rgb(111 113 120) !important;
    border-radius: 30px;
    cursor: pointer;
    background: transparent;
}

.faq__wrapper .faq__question, .faq__wrapper .faq__answer {
    display: block;
    color: rgb(111 113 120);
    font-family: MontserratFont, sans-serif;
    text-wrap: pretty;
}

.faq__wrapper .faq__question {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}

.faq__wrapper .faq__answer {
    font-size: 15px;
    font-weight: 400;
}
.faq__wrapper .faq__list {
    display: flex;
    flex-direction: column;
    gap: 20px 0;
}


@media screen and (min-width: 1290px) {
    .faq__text {
        font-weight: 450;
        font-size: 28px;
        line-height: 32px;
        color: rgb(111 113 120);
    }
}

@media screen and (min-width: 1290px) {
    .stimulation {
        padding-top: 0px;
    }
}

.vrt__services-item {
    background-color: #fff;
    border-radius: 8px;
}

@media screen and (min-width: 1290px) {
    .vrt__services-item {
        display: flex
;
        align-items: center;
        justify-content: center;
        width: 300px;
        height: 100px;
        border-radius: 20px;
    }
}

.vrt__services-item:not(:last-child) {
    margin-bottom: 10px;
}

@media screen and (min-width: 1290px) {
    .vrt__services-item:not(:last-child) {
        margin: 0;
    }
}

.vrt__services-list {
    margin-bottom: 20px;
}

@media screen and (min-width: 1290px) {
    .vrt__services-list {
        display: flex
;
        align-items: center;
        flex-wrap: wrap;
        gap: 25px;
    }
}

.vrt__services {
    margin-bottom: 45px;
}

@media screen and (min-width: 1290px) {
    .vrt__services {
        margin-bottom: 90px;
    }
}

.vrt__services-item-link {
    display: flex
;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    line-height: 21px;
    padding: 26px 20px;
    height: 100%;
}

@media screen and (min-width: 1290px) {
    .vrt__services-item-link {
        width: 100%;
        font-size: 21px;
        line-height: 19px;
    }
}

.vrt__services-item:last-child {
    display: flex
;
    align-items: center;
    max-width: 300px;
    margin: 0 auto;
    padding: 14px 0;
    height: 50px;
    background-color: var(--secondary-accent-color);
}

.vrt__services-item:last-child {
    margin-top: 20px;
}

@media screen and (min-width: 1290px) {
    .vrt__services-item:last-child {
        margin: 0;
        padding: 0;
        height: 100px;
    }
}
.vrt__services-title {
    margin-bottom: 24px;
	font-size: 36px;
}
@media screen and (min-width: 1290px) {
    .vrt__services-item:last-child:hover, .vrt__services-item:last-child:focus {
        background-color: #3b6c69;
    }
}

.gallery__wrapper {
    display: grid
;
    grid-gap: 20px;
    grid-template-columns: repeat(2, 1fr);
}

@media (min-width: 1300px) {
    .gallery__wrapper {
        grid-template-columns: repeat(6, 1fr);
    }
}

[class|="gallery__item"] {
    position: relative;
}


@media (min-width: 1300px) {
    .gallery__item-1 {
        grid-column: 1 / 4;
        grid-row: 1 / 3;
        order: 1;
    }
}

.lightbox-link-wrapper {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.gallery__figure {
    margin: 0;
    padding: 0;
    position: relative;
}

.lightbox-link {
    position: absolute;
    bottom: 16px;
    left: 16px;
    width: 36px;
    height: 36px;
    font-size: 0;
    background: url(/images/fullscreen.svg) no-repeat;
    opacity: 0;
    z-index: 3;
    -webkit-transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
    transition: opacity .3s ease-in-out, transform .3s ease-in-out;
    transition: opacity .3s ease-in-out, transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.gallery__image {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
}

@media (min-width: 1300px) {
    .gallery__item-1 img {
        aspect-ratio: 635 / 418;
    }
}

@media screen and (max-width: 600px) {
    .gallery__image {
        aspect-ratio: 3 / 2;
    }
}

@media screen and (max-width: 600px) {
    .gallery__item-5 {
        grid-column: -1 / 1;
    }
}

@media (min-width: 1300px) {
    .gallery__item-2 {
        grid-column: 4 / 6;
        order: 2;
    }
}

@media (min-width: 1300px) {
    .gallery__item-3 {
        order: 3;
    }
}

@media (min-width: 1300px) {
    .gallery__item-4 {
        order: 5;
        grid-column: 5 / 7;
    }
}

@media (min-width: 1300px) {
    .gallery__item-5 {
        order: 4;
    }
}

@media (min-width: 1300px) {
    .gallery__item-1 img {
        aspect-ratio: 635 / 418;
    }
}

@media (min-width: 1300px) {
    :is(.gallery__item-2, .gallery__item-4) img {
        aspect-ratio: 400 / 191;
    }
}

@media (min-width: 1300px) {
    :is(.gallery__item-3, .gallery__item-5) img {
        aspect-ratio: 1;
    }
}

@media (min-width: 1300px) {
    :is(.gallery__item-3, .gallery__item-5) img {
        aspect-ratio: 1;
    }
}

@media (min-width: 1300px) {
    :is(.gallery__item-2, .gallery__item-4) img {
        aspect-ratio: 400 / 191;
    }
}




/* End */


/* Start:/local/templates/main/styles/helpers/swiper-bundle.min.css?170195396916466*/
/**
 * Swiper 8.2.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 13, 2022
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
/* End */


/* Start:/local/templates/main/styles/helpers/modern-normalize.min.css?17019539691623*/
/*! modern-normalize v0.6.0 | MIT License | https://github.com/sindresorhus/modern-normalize */*,::after,::before{box-sizing:border-box}:root{-moz-tab-size:4;tab-size:4}html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}body{font-family:system-ui,-apple-system,'Segoe UI',Roboto,Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji'}hr{height:0}abbr[title]{text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:SFMono-Regular,Consolas,'Liberation Mono',Menlo,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{padding:0}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}
/*# sourceMappingURL=modern-normalize.min.css.map */
/* End */


/* Start:/local/templates/main/styles/helpers/modal.css?17019539691903*/
.modal__backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
  pointer-events: none;
  transition: opacity 0.1s ease-in;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(10px);
}

.modal__content {
  position: relative;
  width: 480px;
  height: auto;
  transition: all .5s ease;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
}

.modal__show .modal__backdrop,
.modal__show .modal__content {
  opacity: 1;
  z-index: 100;
  pointer-events: auto;
  overflow-y: auto;
}

.modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 30px 23px 30px;
}

.modal__title {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 1.25rem;
  font-weight: 400;
}

.modal__btn-close {
  opacity: 0.5;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  z-index: 1;
}

.modal__btn-close svg {
  width: 15px;
  height: 15px;
}

.modal__btn-close:focus,
.modal__btn-close:hover {
  opacity: 0.75;
}

.modal__body {
  position: relative;
  max-width: 1000px;
  margin: auto;
  padding: 0 30px 65px 30px;
}

.modal__body .form {
  margin-top: 36px;
  padding: 0 25px;
}

.modal__body .link1.d-inline-block {
  display: none;
}

.modal__footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

@media (min-width: 577px) {
  .modal.medtur-modal .modal__content {
    width: min(70vw, 800px);
  }
}

@media (max-width: 576px) {
  .modal__content {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 0;
  }
}

@media (max-width: 420px) {
  .modal__body {
    padding: 0;
  }
}
/* End */


/* Start:/local/templates/main/styles/helpers/bvi.min.css?177740655978736*/
/*!
 * Button visually impaired v1.0.0 (https://bvi.isvek.ru/)
 * Copyright 2014-2021 <bvi@isvek.ru>
 * Licensed under MIT (https://github.com/veks/button-visually-impaired-javascript/blob/master/LICENSE.md)
 */html:not(.bvi-panel){font-size:100%}html:not(.bvi-panel) *,html:not(.bvi-panel) ::after,html:not(.bvi-panel) ::before{box-sizing:border-box}html body .bvi-panel{font-family:Arial,serif!important;font-size:1rem!important;padding:.5rem;color:#000;top:0;left:0;right:0;letter-spacing:0;position:relative;text-shadow:none;line-height:normal;border:0;margin-bottom:.3rem;background-color:#f7f7f7;box-shadow:0 1px 3px 0 rgba(0,0,0,.23);z-index:999999!important}html body .bvi-panel *{font-family:Arial,serif!important;font-size:1rem!important}html body .bvi-panel.bvi-fixed-top{position:fixed;top:0;right:0;left:0;z-index:999999}html body .bvi-panel.bvi-panel-hide{display:none}html body .bvi-panel a{color:#000!important;outline:0!important;background-color:transparent!important;text-decoration:none!important}html body .bvi-panel a:focus,html body .bvi-panel a:hover{color:#000!important;outline:0!important;background-color:transparent!important;text-decoration:none!important}html body .bvi-panel a.bvi-link{display:inline-block;line-height:1.5;font-size:.875rem!important;color:#212529!important;text-align:center;text-decoration:none;vertical-align:middle;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;background-color:#e0e0e0!important;border:1px solid #c6c6c6!important;padding:.375rem .75rem;border-radius:.25rem;position:relative;font-weight:700;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}html body .bvi-panel a.bvi-link::after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;content:""}html body .bvi-panel a.bvi-link:focus,html body .bvi-panel a.bvi-link:hover{background-color:#b6b6b6!important}html body .bvi-panel a.bvi-link.active{color:#212529!important;background-color:#b6b6b6!important}html body .bvi-panel a.bvi-link.bvi-theme-white{background-color:#fff!important;color:#000!important}html body .bvi-panel a.bvi-link.bvi-theme-black{background-color:#000!important;color:#fff!important}html body .bvi-panel a.bvi-link.bvi-theme-blue{background-color:#9dd1ff!important;color:#063462!important}html body .bvi-panel a.bvi-link.bvi-theme-brown{background-color:#f7f3d6!important;color:#4d4b43!important}html body .bvi-panel a.bvi-link.bvi-theme-green{background-color:#3b2716!important;color:#a9e44d!important}html body .bvi-panel .bvi-blocks{margin:0 auto;text-align:center;display:flex;flex-flow:row wrap}html body .bvi-panel .bvi-blocks.bvi-block-start{justify-content:flex-start}html body .bvi-panel .bvi-blocks.bvi-block-center{justify-content:center}html body .bvi-panel .bvi-blocks.bvi-block-end{justify-content:flex-end}html body .bvi-panel .bvi-block{padding:.688rem .938rem}html body .bvi-panel .bvi-block .bvi-block-title{text-align:center;font-weight:600!important;font-size:1rem!important;display:block;margin-bottom:.8rem}html body .bvi-panel .bvi-modal{position:fixed;top:0;left:0;width:100%;height:100%;overflow-x:hidden;overflow-y:auto;visibility:hidden;z-index:1050;outline:0;opacity:0;background:rgba(0,0,0,.5);-webkit-transition:opacity .2s ease-in;-moz-transition:opacity .2s ease-in;transition:opacity .2s ease-in}html body .bvi-panel .bvi-modal.show{visibility:visible;opacity:1}html body .bvi-panel .bvi-modal .bvi-modal-dialog{max-width:500px;margin:1.75rem auto;display:flex;align-items:center;height:calc(100% - 3.5rem);pointer-events:none}html body .bvi-panel .bvi-modal .bvi-modal-content{position:relative;display:flex;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;outline:0;max-height:100%;overflow:hidden}html body .bvi-panel .bvi-modal .bvi-modal-header{display:flex;flex-shrink:0;align-items:center;justify-content:space-between;padding:.8rem .8rem;border-bottom:1px solid #dee2e6;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}html body .bvi-panel .bvi-modal .bvi-modal-title{margin-top:0;margin-bottom:0;line-height:1.5;font-size:1.25rem;font-weight:600;color:#000}html body .bvi-panel .bvi-modal .bvi-modal-body{position:relative;flex:1 1 auto;padding:1rem;overflow-y:auto}html body .bvi-panel .bvi-modal .bvi-modal-body::-webkit-scrollbar{width:.5rem;background-color:transparent;opacity:0}html body .bvi-panel .bvi-modal .bvi-modal-body::-webkit-scrollbar-thumb{background-color:#dee2e6;border-radius:.25rem}html body .bvi-panel .bvi-modal .bvi-modal-footer{display:flex;flex-wrap:wrap;flex-shrink:0;align-items:center;justify-content:flex-end;padding:.8rem .8rem;border-top:1px solid #dee2e6;border-bottom-right-radius:calc(.3rem - 1px);border-bottom-left-radius:calc(.3rem - 1px)}html body .bvi-panel .bvi-modal .bvi-modal-close{float:right;font-size:1.2rem!important;font-weight:700;line-height:1;text-shadow:0 1px 0 #fff;opacity:.5}html body .bvi-panel .bvi-modal .bvi-modal-close:focus,html body .bvi-panel .bvi-modal .bvi-modal-close:hover{cursor:pointer;opacity:.75}body.bvi-active{margin:0;padding:0;top:0;left:0}body.bvi-active.bvi-noscroll{overflow:hidden!important}body .bvi-body{padding:0 .5rem}body .bvi-body[data-bvi-theme=white]:not(.bvi-no-styles){background-color:#fff!important;color:#000!important;fill:#000000!important;border-color:#000!important;box-shadow:none!important;text-shadow:none!important}body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles){background-color:#fff!important;color:#000!important;fill:#000000!important;border-color:#000!important;box-shadow:none!important;text-shadow:none!important}body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) .bvi-speech-link,body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) .bvi-speech-text{border-color:#000}body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) .bvi-link:not(.bvi-no-styles){color:#000!important;background-color:transparent!important;text-underline:none!important;outline:0!important;text-decoration:none!important}body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) .bvi-link:not(.bvi-no-styles).disabled{color:rgba(0,0,0,.5)!important;border:1px solid rgba(0,0,0,.5)!important;pointer-events:none;cursor:no-drop;text-decoration:none!important}body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) .bvi-link:not(.bvi-no-styles).disabled:focus{color:rgba(0,0,0,.5)!important;border:1px solid rgba(0,0,0,.5)!important;text-underline:none!important;text-decoration:none!important}body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) .bvi-link:not(.bvi-no-styles):hover{color:#fff!important;background-color:#000!important;text-underline:none!important;text-decoration:none!important}body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) .bvi-link:not(.bvi-no-styles):focus{color:#000!important;background-color:#fff!important;text-underline:none!important;text-decoration:none!important}body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) :checked:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) :default:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) :disabled:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) :empty:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) :enabled:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) :first-child:first-letter:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) :first-child:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) :first-of-type:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) :focus:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) :hover:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) :indeterminate:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) :last-child:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) :last-of-type:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) :link:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) :nth-last-child:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) :nth-last-of-type:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) :nth-of-type:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) :only-child:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) :only-of-type:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) :optional:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) :read-write:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) :required:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) :root:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) :target:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) :valid:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) :visited:not(.bvi-no-styles){background-color:#fff!important;box-shadow:none!important;text-shadow:none!important;border-color:#000!important;color:#000!important;fill:#000000!important}body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles)::after:not(.bvi-no-styles){background-color:rgba(255,255,255,0)!important;color:#000!important;box-shadow:none!important;text-shadow:none!important;border-color:transparent!important}body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles)::before:not(.bvi-no-styles){background-color:rgba(255,255,255,0)!important;color:#000!important;box-shadow:none!important;text-shadow:none!important;border-color:transparent!important}body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles)::selection:not(.bvi-no-styles){background-color:#000!important;color:#fff!important}body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) a:not(.bvi-no-styles){outline:0!important;color:#000!important;background-color:transparent!important}body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) a:not(.bvi-no-styles).active{color:#000!important;background-color:#fff!important}body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) a:not(.bvi-no-styles):hover:not(.bvi-no-styles){color:#fff!important;background-color:#000!important}body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) a:not(.bvi-no-styles):hover:not(.bvi-no-styles):after{background-color:rgba(255,255,255,0)!important;color:#fff!important;border-color:transparent!important}body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) a:not(.bvi-no-styles):hover:not(.bvi-no-styles):before{background-color:rgba(255,255,255,0)!important;color:#fff!important;border-color:transparent!important}body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) button:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) button[type=button]:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) button[type=submit]:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) input[type=button]:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) input[type=submit]:not(.bvi-no-styles){color:#fff!important;background-color:#000!important}body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) button:hover.active,body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) button[type=button]:hover:not(.bvi-no-styles).active,body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) button[type=submit]:hover:not(.bvi-no-styles).active,body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) input[type=button]:hover:not(.bvi-no-styles).active,body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) input[type=submit]:hover:not(.bvi-no-styles).active{color:#fff!important;background-color:#000!important}body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) button:hover:hover,body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) button[type=button]:hover:not(.bvi-no-styles):hover,body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) button[type=submit]:hover:not(.bvi-no-styles):hover,body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) input[type=button]:hover:not(.bvi-no-styles):hover,body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) input[type=submit]:hover:not(.bvi-no-styles):hover{color:#fff!important;background-color:#000!important}body .bvi-body[data-bvi-theme=black]:not(.bvi-no-styles){background-color:#000!important;color:#fff!important;fill:#ffffff!important;border-color:#fff!important;box-shadow:none!important;text-shadow:none!important}body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles){background-color:#000!important;color:#fff!important;fill:#ffffff!important;border-color:#fff!important;box-shadow:none!important;text-shadow:none!important}body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) .bvi-speech-link,body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) .bvi-speech-text{border-color:#fff}body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) .bvi-link:not(.bvi-no-styles){color:#fff!important;background-color:transparent!important;text-underline:none!important;outline:0!important;text-decoration:none!important}body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) .bvi-link:not(.bvi-no-styles).disabled{color:rgba(255,255,255,.5)!important;border:1px solid rgba(255,255,255,.5)!important;pointer-events:none;cursor:no-drop;text-decoration:none!important}body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) .bvi-link:not(.bvi-no-styles).disabled:focus{color:rgba(255,255,255,.5)!important;border:1px solid rgba(255,255,255,.5)!important;text-underline:none!important;text-decoration:none!important}body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) .bvi-link:not(.bvi-no-styles):hover{color:#000!important;background-color:#fff!important;text-underline:none!important;text-decoration:none!important}body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) .bvi-link:not(.bvi-no-styles):focus{color:#fff!important;background-color:#000!important;text-underline:none!important;text-decoration:none!important}body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) :checked:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) :default:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) :disabled:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) :empty:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) :enabled:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) :first-child:first-letter:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) :first-child:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) :first-of-type:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) :focus:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) :hover:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) :indeterminate:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) :last-child:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) :last-of-type:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) :link:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) :nth-last-child:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) :nth-last-of-type:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) :nth-of-type:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) :only-child:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) :only-of-type:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) :optional:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) :read-write:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) :required:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) :root:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) :target:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) :valid:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) :visited:not(.bvi-no-styles){background-color:#000!important;box-shadow:none!important;text-shadow:none!important;border-color:#fff!important;color:#fff!important;fill:#ffffff!important}body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles)::after:not(.bvi-no-styles){background-color:rgba(255,255,255,0)!important;color:#fff!important;box-shadow:none!important;text-shadow:none!important;border-color:transparent!important}body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles)::before:not(.bvi-no-styles){background-color:rgba(255,255,255,0)!important;color:#fff!important;box-shadow:none!important;text-shadow:none!important;border-color:transparent!important}body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles)::selection:not(.bvi-no-styles){background-color:#fff!important;color:#000!important}body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) a:not(.bvi-no-styles){outline:0!important;color:#fff!important;background-color:transparent!important}body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) a:not(.bvi-no-styles).active{color:#fff!important;background-color:#000!important}body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) a:not(.bvi-no-styles):hover:not(.bvi-no-styles){color:#000!important;background-color:#fff!important}body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) a:not(.bvi-no-styles):hover:not(.bvi-no-styles):after{background-color:rgba(255,255,255,0)!important;color:#000!important;border-color:transparent!important}body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) a:not(.bvi-no-styles):hover:not(.bvi-no-styles):before{background-color:rgba(255,255,255,0)!important;color:#000!important;border-color:transparent!important}body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) button:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) button[type=button]:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) button[type=submit]:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) input[type=button]:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) input[type=submit]:not(.bvi-no-styles){color:#000!important;background-color:#fff!important}body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) button:hover.active,body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) button[type=button]:hover:not(.bvi-no-styles).active,body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) button[type=submit]:hover:not(.bvi-no-styles).active,body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) input[type=button]:hover:not(.bvi-no-styles).active,body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) input[type=submit]:hover:not(.bvi-no-styles).active{color:#000!important;background-color:#fff!important}body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) button:hover:hover,body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) button[type=button]:hover:not(.bvi-no-styles):hover,body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) button[type=submit]:hover:not(.bvi-no-styles):hover,body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) input[type=button]:hover:not(.bvi-no-styles):hover,body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) input[type=submit]:hover:not(.bvi-no-styles):hover{color:#000!important;background-color:#fff!important}body .bvi-body[data-bvi-theme=blue]:not(.bvi-no-styles){background-color:#9dd1ff!important;color:#063462!important;fill:#063462!important;border-color:#063462!important;box-shadow:none!important;text-shadow:none!important}body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles){background-color:#9dd1ff!important;color:#063462!important;fill:#063462!important;border-color:#063462!important;box-shadow:none!important;text-shadow:none!important}body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) .bvi-speech-link,body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) .bvi-speech-text{border-color:#063462}body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) .bvi-link:not(.bvi-no-styles){color:#063462!important;background-color:transparent!important;text-underline:none!important;outline:0!important;text-decoration:none!important}body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) .bvi-link:not(.bvi-no-styles).disabled{color:rgba(6,52,98,.5)!important;border:1px solid rgba(6,52,98,.5)!important;pointer-events:none;cursor:no-drop;text-decoration:none!important}body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) .bvi-link:not(.bvi-no-styles).disabled:focus{color:rgba(6,52,98,.5)!important;border:1px solid rgba(6,52,98,.5)!important;text-underline:none!important;text-decoration:none!important}body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) .bvi-link:not(.bvi-no-styles):hover{color:#9dd1ff!important;background-color:#063462!important;text-underline:none!important;text-decoration:none!important}body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) .bvi-link:not(.bvi-no-styles):focus{color:#063462!important;background-color:#9dd1ff!important;text-underline:none!important;text-decoration:none!important}body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) :checked:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) :default:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) :disabled:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) :empty:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) :enabled:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) :first-child:first-letter:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) :first-child:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) :first-of-type:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) :focus:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) :hover:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) :indeterminate:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) :last-child:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) :last-of-type:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) :link:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) :nth-last-child:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) :nth-last-of-type:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) :nth-of-type:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) :only-child:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) :only-of-type:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) :optional:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) :read-write:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) :required:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) :root:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) :target:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) :valid:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) :visited:not(.bvi-no-styles){background-color:#9dd1ff!important;box-shadow:none!important;text-shadow:none!important;border-color:#063462!important;color:#063462!important;fill:#063462!important}body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles)::after:not(.bvi-no-styles){background-color:rgba(255,255,255,0)!important;color:#063462!important;box-shadow:none!important;text-shadow:none!important;border-color:transparent!important}body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles)::before:not(.bvi-no-styles){background-color:rgba(255,255,255,0)!important;color:#063462!important;box-shadow:none!important;text-shadow:none!important;border-color:transparent!important}body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles)::selection:not(.bvi-no-styles){background-color:#063462!important;color:#9dd1ff!important}body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) a:not(.bvi-no-styles){outline:0!important;color:#063462!important;background-color:transparent!important}body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) a:not(.bvi-no-styles).active{color:#063462!important;background-color:#9dd1ff!important}body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) a:not(.bvi-no-styles):hover:not(.bvi-no-styles){color:#9dd1ff!important;background-color:#063462!important}body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) a:not(.bvi-no-styles):hover:not(.bvi-no-styles):after{background-color:rgba(255,255,255,0)!important;color:#9dd1ff!important;border-color:transparent!important}body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) a:not(.bvi-no-styles):hover:not(.bvi-no-styles):before{background-color:rgba(255,255,255,0)!important;color:#9dd1ff!important;border-color:transparent!important}body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) button:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) button[type=button]:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) button[type=submit]:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) input[type=button]:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) input[type=submit]:not(.bvi-no-styles){color:#9dd1ff!important;background-color:#063462!important}body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) button:hover.active,body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) button[type=button]:hover:not(.bvi-no-styles).active,body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) button[type=submit]:hover:not(.bvi-no-styles).active,body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) input[type=button]:hover:not(.bvi-no-styles).active,body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) input[type=submit]:hover:not(.bvi-no-styles).active{color:#9dd1ff!important;background-color:#063462!important}body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) button:hover:hover,body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) button[type=button]:hover:not(.bvi-no-styles):hover,body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) button[type=submit]:hover:not(.bvi-no-styles):hover,body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) input[type=button]:hover:not(.bvi-no-styles):hover,body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) input[type=submit]:hover:not(.bvi-no-styles):hover{color:#9dd1ff!important;background-color:#063462!important}body .bvi-body[data-bvi-theme=brown]:not(.bvi-no-styles){background-color:#f7f3d6!important;color:#4d4b43!important;fill:#4D4B43!important;border-color:#4d4b43!important;box-shadow:none!important;text-shadow:none!important}body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles){background-color:#f7f3d6!important;color:#4d4b43!important;fill:#4D4B43!important;border-color:#4d4b43!important;box-shadow:none!important;text-shadow:none!important}body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) .bvi-speech-link,body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) .bvi-speech-text{border-color:#4d4b43}body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) .bvi-link:not(.bvi-no-styles){color:#4d4b43!important;background-color:transparent!important;text-underline:none!important;outline:0!important;text-decoration:none!important}body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) .bvi-link:not(.bvi-no-styles).disabled{color:rgba(77,75,67,.5)!important;border:1px solid rgba(77,75,67,.5)!important;pointer-events:none;cursor:no-drop;text-decoration:none!important}body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) .bvi-link:not(.bvi-no-styles).disabled:focus{color:rgba(77,75,67,.5)!important;border:1px solid rgba(77,75,67,.5)!important;text-underline:none!important;text-decoration:none!important}body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) .bvi-link:not(.bvi-no-styles):hover{color:#f7f3d6!important;background-color:#4d4b43!important;text-underline:none!important;text-decoration:none!important}body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) .bvi-link:not(.bvi-no-styles):focus{color:#4d4b43!important;background-color:#f7f3d6!important;text-underline:none!important;text-decoration:none!important}body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) :checked:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) :default:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) :disabled:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) :empty:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) :enabled:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) :first-child:first-letter:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) :first-child:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) :first-of-type:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) :focus:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) :hover:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) :indeterminate:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) :last-child:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) :last-of-type:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) :link:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) :nth-last-child:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) :nth-last-of-type:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) :nth-of-type:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) :only-child:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) :only-of-type:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) :optional:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) :read-write:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) :required:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) :root:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) :target:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) :valid:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) :visited:not(.bvi-no-styles){background-color:#f7f3d6!important;box-shadow:none!important;text-shadow:none!important;border-color:#4d4b43!important;color:#4d4b43!important;fill:#4D4B43!important}body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles)::after:not(.bvi-no-styles){background-color:rgba(255,255,255,0)!important;color:#4d4b43!important;box-shadow:none!important;text-shadow:none!important;border-color:transparent!important}body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles)::before:not(.bvi-no-styles){background-color:rgba(255,255,255,0)!important;color:#4d4b43!important;box-shadow:none!important;text-shadow:none!important;border-color:transparent!important}body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles)::selection:not(.bvi-no-styles){background-color:#4d4b43!important;color:#f7f3d6!important}body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) a:not(.bvi-no-styles){outline:0!important;color:#4d4b43!important;background-color:transparent!important}body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) a:not(.bvi-no-styles).active{color:#4d4b43!important;background-color:#f7f3d6!important}body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) a:not(.bvi-no-styles):hover:not(.bvi-no-styles){color:#f7f3d6!important;background-color:#4d4b43!important}body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) a:not(.bvi-no-styles):hover:not(.bvi-no-styles):after{background-color:rgba(255,255,255,0)!important;color:#f7f3d6!important;border-color:transparent!important}body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) a:not(.bvi-no-styles):hover:not(.bvi-no-styles):before{background-color:rgba(255,255,255,0)!important;color:#f7f3d6!important;border-color:transparent!important}body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) button:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) button[type=button]:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) button[type=submit]:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) input[type=button]:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) input[type=submit]:not(.bvi-no-styles){color:#f7f3d6!important;background-color:#4d4b43!important}body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) button:hover.active,body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) button[type=button]:hover:not(.bvi-no-styles).active,body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) button[type=submit]:hover:not(.bvi-no-styles).active,body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) input[type=button]:hover:not(.bvi-no-styles).active,body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) input[type=submit]:hover:not(.bvi-no-styles).active{color:#f7f3d6!important;background-color:#4d4b43!important}body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) button:hover:hover,body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) button[type=button]:hover:not(.bvi-no-styles):hover,body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) button[type=submit]:hover:not(.bvi-no-styles):hover,body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) input[type=button]:hover:not(.bvi-no-styles):hover,body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) input[type=submit]:hover:not(.bvi-no-styles):hover{color:#f7f3d6!important;background-color:#4d4b43!important}body .bvi-body[data-bvi-theme=green]:not(.bvi-no-styles){background-color:#3b2716!important;color:#a9e44d!important;fill:#A9E44D!important;border-color:#a9e44d!important;box-shadow:none!important;text-shadow:none!important}body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles){background-color:#3b2716!important;color:#a9e44d!important;fill:#A9E44D!important;border-color:#a9e44d!important;box-shadow:none!important;text-shadow:none!important}body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) .bvi-speech-link,body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) .bvi-speech-text{border-color:#a9e44d}body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) .bvi-link:not(.bvi-no-styles){color:#a9e44d!important;background-color:transparent!important;text-underline:none!important;outline:0!important;text-decoration:none!important}body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) .bvi-link:not(.bvi-no-styles).disabled{color:rgba(169,228,77,.5)!important;border:1px solid rgba(169,228,77,.5)!important;pointer-events:none;cursor:no-drop;text-decoration:none!important}body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) .bvi-link:not(.bvi-no-styles).disabled:focus{color:rgba(169,228,77,.5)!important;border:1px solid rgba(169,228,77,.5)!important;text-underline:none!important;text-decoration:none!important}body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) .bvi-link:not(.bvi-no-styles):hover{color:#3b2716!important;background-color:#a9e44d!important;text-underline:none!important;text-decoration:none!important}body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) .bvi-link:not(.bvi-no-styles):focus{color:#a9e44d!important;background-color:#3b2716!important;text-underline:none!important;text-decoration:none!important}body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) :checked:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) :default:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) :disabled:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) :empty:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) :enabled:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) :first-child:first-letter:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) :first-child:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) :first-of-type:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) :focus:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) :hover:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) :indeterminate:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) :last-child:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) :last-of-type:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) :link:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) :nth-last-child:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) :nth-last-of-type:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) :nth-of-type:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) :only-child:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) :only-of-type:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) :optional:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) :read-write:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) :required:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) :root:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) :target:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) :valid:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) :visited:not(.bvi-no-styles){background-color:#3b2716!important;box-shadow:none!important;text-shadow:none!important;border-color:#a9e44d!important;color:#a9e44d!important;fill:#A9E44D!important}body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles)::after:not(.bvi-no-styles){background-color:rgba(255,255,255,0)!important;color:#a9e44d!important;box-shadow:none!important;text-shadow:none!important;border-color:transparent!important}body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles)::before:not(.bvi-no-styles){background-color:rgba(255,255,255,0)!important;color:#a9e44d!important;box-shadow:none!important;text-shadow:none!important;border-color:transparent!important}body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles)::selection:not(.bvi-no-styles){background-color:#a9e44d!important;color:#3b2716!important}body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) a:not(.bvi-no-styles){outline:0!important;color:#a9e44d!important;background-color:transparent!important}body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) a:not(.bvi-no-styles).active{color:#a9e44d!important;background-color:#3b2716!important}body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) a:not(.bvi-no-styles):hover:not(.bvi-no-styles){color:#3b2716!important;background-color:#a9e44d!important}body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) a:not(.bvi-no-styles):hover:not(.bvi-no-styles):after{background-color:rgba(255,255,255,0)!important;color:#3b2716!important;border-color:transparent!important}body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) a:not(.bvi-no-styles):hover:not(.bvi-no-styles):before{background-color:rgba(255,255,255,0)!important;color:#3b2716!important;border-color:transparent!important}body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) button:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) button[type=button]:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) button[type=submit]:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) input[type=button]:not(.bvi-no-styles),body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) input[type=submit]:not(.bvi-no-styles){color:#3b2716!important;background-color:#a9e44d!important}body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) button:hover.active,body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) button[type=button]:hover:not(.bvi-no-styles).active,body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) button[type=submit]:hover:not(.bvi-no-styles).active,body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) input[type=button]:hover:not(.bvi-no-styles).active,body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) input[type=submit]:hover:not(.bvi-no-styles).active{color:#3b2716!important;background-color:#a9e44d!important}body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) button:hover:hover,body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) button[type=button]:hover:not(.bvi-no-styles):hover,body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) button[type=submit]:hover:not(.bvi-no-styles):hover,body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) input[type=button]:hover:not(.bvi-no-styles):hover,body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) input[type=submit]:hover:not(.bvi-no-styles):hover{color:#3b2716!important;background-color:#a9e44d!important}body .bvi-body[data-bvi-fontsize="40"] *{font-size:40px!important}body .bvi-body[data-bvi-fontsize="40"] * h1,body .bvi-body[data-bvi-fontsize="40"] * h1 *{font-size:47px!important}body .bvi-body[data-bvi-fontsize="40"] * h2,body .bvi-body[data-bvi-fontsize="40"] * h2 *{font-size:46px!important}body .bvi-body[data-bvi-fontsize="40"] * h3,body .bvi-body[data-bvi-fontsize="40"] * h3 *{font-size:45px!important}body .bvi-body[data-bvi-fontsize="40"] * h4,body .bvi-body[data-bvi-fontsize="40"] * h4 *{font-size:44px!important}body .bvi-body[data-bvi-fontsize="40"] * h5,body .bvi-body[data-bvi-fontsize="40"] * h5 *{font-size:43px!important}body .bvi-body[data-bvi-fontsize="40"] * h6,body .bvi-body[data-bvi-fontsize="40"] * h6 *{font-size:42px!important}body .bvi-body[data-bvi-fontsize="39"] *{font-size:39px!important}body .bvi-body[data-bvi-fontsize="39"] * h1,body .bvi-body[data-bvi-fontsize="39"] * h1 *{font-size:46px!important}body .bvi-body[data-bvi-fontsize="39"] * h2,body .bvi-body[data-bvi-fontsize="39"] * h2 *{font-size:45px!important}body .bvi-body[data-bvi-fontsize="39"] * h3,body .bvi-body[data-bvi-fontsize="39"] * h3 *{font-size:44px!important}body .bvi-body[data-bvi-fontsize="39"] * h4,body .bvi-body[data-bvi-fontsize="39"] * h4 *{font-size:43px!important}body .bvi-body[data-bvi-fontsize="39"] * h5,body .bvi-body[data-bvi-fontsize="39"] * h5 *{font-size:42px!important}body .bvi-body[data-bvi-fontsize="39"] * h6,body .bvi-body[data-bvi-fontsize="39"] * h6 *{font-size:41px!important}body .bvi-body[data-bvi-fontsize="38"] *{font-size:38px!important}body .bvi-body[data-bvi-fontsize="38"] * h1,body .bvi-body[data-bvi-fontsize="38"] * h1 *{font-size:45px!important}body .bvi-body[data-bvi-fontsize="38"] * h2,body .bvi-body[data-bvi-fontsize="38"] * h2 *{font-size:44px!important}body .bvi-body[data-bvi-fontsize="38"] * h3,body .bvi-body[data-bvi-fontsize="38"] * h3 *{font-size:43px!important}body .bvi-body[data-bvi-fontsize="38"] * h4,body .bvi-body[data-bvi-fontsize="38"] * h4 *{font-size:42px!important}body .bvi-body[data-bvi-fontsize="38"] * h5,body .bvi-body[data-bvi-fontsize="38"] * h5 *{font-size:41px!important}body .bvi-body[data-bvi-fontsize="38"] * h6,body .bvi-body[data-bvi-fontsize="38"] * h6 *{font-size:40px!important}body .bvi-body[data-bvi-fontsize="37"] *{font-size:37px!important}body .bvi-body[data-bvi-fontsize="37"] * h1,body .bvi-body[data-bvi-fontsize="37"] * h1 *{font-size:44px!important}body .bvi-body[data-bvi-fontsize="37"] * h2,body .bvi-body[data-bvi-fontsize="37"] * h2 *{font-size:43px!important}body .bvi-body[data-bvi-fontsize="37"] * h3,body .bvi-body[data-bvi-fontsize="37"] * h3 *{font-size:42px!important}body .bvi-body[data-bvi-fontsize="37"] * h4,body .bvi-body[data-bvi-fontsize="37"] * h4 *{font-size:41px!important}body .bvi-body[data-bvi-fontsize="37"] * h5,body .bvi-body[data-bvi-fontsize="37"] * h5 *{font-size:40px!important}body .bvi-body[data-bvi-fontsize="37"] * h6,body .bvi-body[data-bvi-fontsize="37"] * h6 *{font-size:39px!important}body .bvi-body[data-bvi-fontsize="36"] *{font-size:36px!important}body .bvi-body[data-bvi-fontsize="36"] * h1,body .bvi-body[data-bvi-fontsize="36"] * h1 *{font-size:43px!important}body .bvi-body[data-bvi-fontsize="36"] * h2,body .bvi-body[data-bvi-fontsize="36"] * h2 *{font-size:42px!important}body .bvi-body[data-bvi-fontsize="36"] * h3,body .bvi-body[data-bvi-fontsize="36"] * h3 *{font-size:41px!important}body .bvi-body[data-bvi-fontsize="36"] * h4,body .bvi-body[data-bvi-fontsize="36"] * h4 *{font-size:40px!important}body .bvi-body[data-bvi-fontsize="36"] * h5,body .bvi-body[data-bvi-fontsize="36"] * h5 *{font-size:39px!important}body .bvi-body[data-bvi-fontsize="36"] * h6,body .bvi-body[data-bvi-fontsize="36"] * h6 *{font-size:38px!important}body .bvi-body[data-bvi-fontsize="35"] *{font-size:35px!important}body .bvi-body[data-bvi-fontsize="35"] * h1,body .bvi-body[data-bvi-fontsize="35"] * h1 *{font-size:42px!important}body .bvi-body[data-bvi-fontsize="35"] * h2,body .bvi-body[data-bvi-fontsize="35"] * h2 *{font-size:41px!important}body .bvi-body[data-bvi-fontsize="35"] * h3,body .bvi-body[data-bvi-fontsize="35"] * h3 *{font-size:40px!important}body .bvi-body[data-bvi-fontsize="35"] * h4,body .bvi-body[data-bvi-fontsize="35"] * h4 *{font-size:39px!important}body .bvi-body[data-bvi-fontsize="35"] * h5,body .bvi-body[data-bvi-fontsize="35"] * h5 *{font-size:38px!important}body .bvi-body[data-bvi-fontsize="35"] * h6,body .bvi-body[data-bvi-fontsize="35"] * h6 *{font-size:37px!important}body .bvi-body[data-bvi-fontsize="34"] *{font-size:34px!important}body .bvi-body[data-bvi-fontsize="34"] * h1,body .bvi-body[data-bvi-fontsize="34"] * h1 *{font-size:41px!important}body .bvi-body[data-bvi-fontsize="34"] * h2,body .bvi-body[data-bvi-fontsize="34"] * h2 *{font-size:40px!important}body .bvi-body[data-bvi-fontsize="34"] * h3,body .bvi-body[data-bvi-fontsize="34"] * h3 *{font-size:39px!important}body .bvi-body[data-bvi-fontsize="34"] * h4,body .bvi-body[data-bvi-fontsize="34"] * h4 *{font-size:38px!important}body .bvi-body[data-bvi-fontsize="34"] * h5,body .bvi-body[data-bvi-fontsize="34"] * h5 *{font-size:37px!important}body .bvi-body[data-bvi-fontsize="34"] * h6,body .bvi-body[data-bvi-fontsize="34"] * h6 *{font-size:36px!important}body .bvi-body[data-bvi-fontsize="33"] *{font-size:33px!important}body .bvi-body[data-bvi-fontsize="33"] * h1,body .bvi-body[data-bvi-fontsize="33"] * h1 *{font-size:40px!important}body .bvi-body[data-bvi-fontsize="33"] * h2,body .bvi-body[data-bvi-fontsize="33"] * h2 *{font-size:39px!important}body .bvi-body[data-bvi-fontsize="33"] * h3,body .bvi-body[data-bvi-fontsize="33"] * h3 *{font-size:38px!important}body .bvi-body[data-bvi-fontsize="33"] * h4,body .bvi-body[data-bvi-fontsize="33"] * h4 *{font-size:37px!important}body .bvi-body[data-bvi-fontsize="33"] * h5,body .bvi-body[data-bvi-fontsize="33"] * h5 *{font-size:36px!important}body .bvi-body[data-bvi-fontsize="33"] * h6,body .bvi-body[data-bvi-fontsize="33"] * h6 *{font-size:35px!important}body .bvi-body[data-bvi-fontsize="32"] *{font-size:32px!important}body .bvi-body[data-bvi-fontsize="32"] * h1,body .bvi-body[data-bvi-fontsize="32"] * h1 *{font-size:39px!important}body .bvi-body[data-bvi-fontsize="32"] * h2,body .bvi-body[data-bvi-fontsize="32"] * h2 *{font-size:38px!important}body .bvi-body[data-bvi-fontsize="32"] * h3,body .bvi-body[data-bvi-fontsize="32"] * h3 *{font-size:37px!important}body .bvi-body[data-bvi-fontsize="32"] * h4,body .bvi-body[data-bvi-fontsize="32"] * h4 *{font-size:36px!important}body .bvi-body[data-bvi-fontsize="32"] * h5,body .bvi-body[data-bvi-fontsize="32"] * h5 *{font-size:35px!important}body .bvi-body[data-bvi-fontsize="32"] * h6,body .bvi-body[data-bvi-fontsize="32"] * h6 *{font-size:34px!important}body .bvi-body[data-bvi-fontsize="31"] *{font-size:31px!important}body .bvi-body[data-bvi-fontsize="31"] * h1,body .bvi-body[data-bvi-fontsize="31"] * h1 *{font-size:38px!important}body .bvi-body[data-bvi-fontsize="31"] * h2,body .bvi-body[data-bvi-fontsize="31"] * h2 *{font-size:37px!important}body .bvi-body[data-bvi-fontsize="31"] * h3,body .bvi-body[data-bvi-fontsize="31"] * h3 *{font-size:36px!important}body .bvi-body[data-bvi-fontsize="31"] * h4,body .bvi-body[data-bvi-fontsize="31"] * h4 *{font-size:35px!important}body .bvi-body[data-bvi-fontsize="31"] * h5,body .bvi-body[data-bvi-fontsize="31"] * h5 *{font-size:34px!important}body .bvi-body[data-bvi-fontsize="31"] * h6,body .bvi-body[data-bvi-fontsize="31"] * h6 *{font-size:33px!important}body .bvi-body[data-bvi-fontsize="30"] *{font-size:30px!important}body .bvi-body[data-bvi-fontsize="30"] * h1,body .bvi-body[data-bvi-fontsize="30"] * h1 *{font-size:37px!important}body .bvi-body[data-bvi-fontsize="30"] * h2,body .bvi-body[data-bvi-fontsize="30"] * h2 *{font-size:36px!important}body .bvi-body[data-bvi-fontsize="30"] * h3,body .bvi-body[data-bvi-fontsize="30"] * h3 *{font-size:35px!important}body .bvi-body[data-bvi-fontsize="30"] * h4,body .bvi-body[data-bvi-fontsize="30"] * h4 *{font-size:34px!important}body .bvi-body[data-bvi-fontsize="30"] * h5,body .bvi-body[data-bvi-fontsize="30"] * h5 *{font-size:33px!important}body .bvi-body[data-bvi-fontsize="30"] * h6,body .bvi-body[data-bvi-fontsize="30"] * h6 *{font-size:32px!important}body .bvi-body[data-bvi-fontsize="29"] *{font-size:29px!important}body .bvi-body[data-bvi-fontsize="29"] * h1,body .bvi-body[data-bvi-fontsize="29"] * h1 *{font-size:36px!important}body .bvi-body[data-bvi-fontsize="29"] * h2,body .bvi-body[data-bvi-fontsize="29"] * h2 *{font-size:35px!important}body .bvi-body[data-bvi-fontsize="29"] * h3,body .bvi-body[data-bvi-fontsize="29"] * h3 *{font-size:34px!important}body .bvi-body[data-bvi-fontsize="29"] * h4,body .bvi-body[data-bvi-fontsize="29"] * h4 *{font-size:33px!important}body .bvi-body[data-bvi-fontsize="29"] * h5,body .bvi-body[data-bvi-fontsize="29"] * h5 *{font-size:32px!important}body .bvi-body[data-bvi-fontsize="29"] * h6,body .bvi-body[data-bvi-fontsize="29"] * h6 *{font-size:31px!important}body .bvi-body[data-bvi-fontsize="28"] *{font-size:28px!important}body .bvi-body[data-bvi-fontsize="28"] * h1,body .bvi-body[data-bvi-fontsize="28"] * h1 *{font-size:35px!important}body .bvi-body[data-bvi-fontsize="28"] * h2,body .bvi-body[data-bvi-fontsize="28"] * h2 *{font-size:34px!important}body .bvi-body[data-bvi-fontsize="28"] * h3,body .bvi-body[data-bvi-fontsize="28"] * h3 *{font-size:33px!important}body .bvi-body[data-bvi-fontsize="28"] * h4,body .bvi-body[data-bvi-fontsize="28"] * h4 *{font-size:32px!important}body .bvi-body[data-bvi-fontsize="28"] * h5,body .bvi-body[data-bvi-fontsize="28"] * h5 *{font-size:31px!important}body .bvi-body[data-bvi-fontsize="28"] * h6,body .bvi-body[data-bvi-fontsize="28"] * h6 *{font-size:30px!important}body .bvi-body[data-bvi-fontsize="27"] *{font-size:27px!important}body .bvi-body[data-bvi-fontsize="27"] * h1,body .bvi-body[data-bvi-fontsize="27"] * h1 *{font-size:34px!important}body .bvi-body[data-bvi-fontsize="27"] * h2,body .bvi-body[data-bvi-fontsize="27"] * h2 *{font-size:33px!important}body .bvi-body[data-bvi-fontsize="27"] * h3,body .bvi-body[data-bvi-fontsize="27"] * h3 *{font-size:32px!important}body .bvi-body[data-bvi-fontsize="27"] * h4,body .bvi-body[data-bvi-fontsize="27"] * h4 *{font-size:31px!important}body .bvi-body[data-bvi-fontsize="27"] * h5,body .bvi-body[data-bvi-fontsize="27"] * h5 *{font-size:30px!important}body .bvi-body[data-bvi-fontsize="27"] * h6,body .bvi-body[data-bvi-fontsize="27"] * h6 *{font-size:29px!important}body .bvi-body[data-bvi-fontsize="26"] *{font-size:26px!important}body .bvi-body[data-bvi-fontsize="26"] * h1,body .bvi-body[data-bvi-fontsize="26"] * h1 *{font-size:33px!important}body .bvi-body[data-bvi-fontsize="26"] * h2,body .bvi-body[data-bvi-fontsize="26"] * h2 *{font-size:32px!important}body .bvi-body[data-bvi-fontsize="26"] * h3,body .bvi-body[data-bvi-fontsize="26"] * h3 *{font-size:31px!important}body .bvi-body[data-bvi-fontsize="26"] * h4,body .bvi-body[data-bvi-fontsize="26"] * h4 *{font-size:30px!important}body .bvi-body[data-bvi-fontsize="26"] * h5,body .bvi-body[data-bvi-fontsize="26"] * h5 *{font-size:29px!important}body .bvi-body[data-bvi-fontsize="26"] * h6,body .bvi-body[data-bvi-fontsize="26"] * h6 *{font-size:28px!important}body .bvi-body[data-bvi-fontsize="25"] *{font-size:25px!important}body .bvi-body[data-bvi-fontsize="25"] * h1,body .bvi-body[data-bvi-fontsize="25"] * h1 *{font-size:32px!important}body .bvi-body[data-bvi-fontsize="25"] * h2,body .bvi-body[data-bvi-fontsize="25"] * h2 *{font-size:31px!important}body .bvi-body[data-bvi-fontsize="25"] * h3,body .bvi-body[data-bvi-fontsize="25"] * h3 *{font-size:30px!important}body .bvi-body[data-bvi-fontsize="25"] * h4,body .bvi-body[data-bvi-fontsize="25"] * h4 *{font-size:29px!important}body .bvi-body[data-bvi-fontsize="25"] * h5,body .bvi-body[data-bvi-fontsize="25"] * h5 *{font-size:28px!important}body .bvi-body[data-bvi-fontsize="25"] * h6,body .bvi-body[data-bvi-fontsize="25"] * h6 *{font-size:27px!important}body .bvi-body[data-bvi-fontsize="24"] *{font-size:24px!important}body .bvi-body[data-bvi-fontsize="24"] * h1,body .bvi-body[data-bvi-fontsize="24"] * h1 *{font-size:31px!important}body .bvi-body[data-bvi-fontsize="24"] * h2,body .bvi-body[data-bvi-fontsize="24"] * h2 *{font-size:30px!important}body .bvi-body[data-bvi-fontsize="24"] * h3,body .bvi-body[data-bvi-fontsize="24"] * h3 *{font-size:29px!important}body .bvi-body[data-bvi-fontsize="24"] * h4,body .bvi-body[data-bvi-fontsize="24"] * h4 *{font-size:28px!important}body .bvi-body[data-bvi-fontsize="24"] * h5,body .bvi-body[data-bvi-fontsize="24"] * h5 *{font-size:27px!important}body .bvi-body[data-bvi-fontsize="24"] * h6,body .bvi-body[data-bvi-fontsize="24"] * h6 *{font-size:26px!important}body .bvi-body[data-bvi-fontsize="23"] *{font-size:23px!important}body .bvi-body[data-bvi-fontsize="23"] * h1,body .bvi-body[data-bvi-fontsize="23"] * h1 *{font-size:30px!important}body .bvi-body[data-bvi-fontsize="23"] * h2,body .bvi-body[data-bvi-fontsize="23"] * h2 *{font-size:29px!important}body .bvi-body[data-bvi-fontsize="23"] * h3,body .bvi-body[data-bvi-fontsize="23"] * h3 *{font-size:28px!important}body .bvi-body[data-bvi-fontsize="23"] * h4,body .bvi-body[data-bvi-fontsize="23"] * h4 *{font-size:27px!important}body .bvi-body[data-bvi-fontsize="23"] * h5,body .bvi-body[data-bvi-fontsize="23"] * h5 *{font-size:26px!important}body .bvi-body[data-bvi-fontsize="23"] * h6,body .bvi-body[data-bvi-fontsize="23"] * h6 *{font-size:25px!important}body .bvi-body[data-bvi-fontsize="22"] *{font-size:22px!important}body .bvi-body[data-bvi-fontsize="22"] * h1,body .bvi-body[data-bvi-fontsize="22"] * h1 *{font-size:29px!important}body .bvi-body[data-bvi-fontsize="22"] * h2,body .bvi-body[data-bvi-fontsize="22"] * h2 *{font-size:28px!important}body .bvi-body[data-bvi-fontsize="22"] * h3,body .bvi-body[data-bvi-fontsize="22"] * h3 *{font-size:27px!important}body .bvi-body[data-bvi-fontsize="22"] * h4,body .bvi-body[data-bvi-fontsize="22"] * h4 *{font-size:26px!important}body .bvi-body[data-bvi-fontsize="22"] * h5,body .bvi-body[data-bvi-fontsize="22"] * h5 *{font-size:25px!important}body .bvi-body[data-bvi-fontsize="22"] * h6,body .bvi-body[data-bvi-fontsize="22"] * h6 *{font-size:24px!important}body .bvi-body[data-bvi-fontsize="21"] *{font-size:21px!important}body .bvi-body[data-bvi-fontsize="21"] * h1,body .bvi-body[data-bvi-fontsize="21"] * h1 *{font-size:28px!important}body .bvi-body[data-bvi-fontsize="21"] * h2,body .bvi-body[data-bvi-fontsize="21"] * h2 *{font-size:27px!important}body .bvi-body[data-bvi-fontsize="21"] * h3,body .bvi-body[data-bvi-fontsize="21"] * h3 *{font-size:26px!important}body .bvi-body[data-bvi-fontsize="21"] * h4,body .bvi-body[data-bvi-fontsize="21"] * h4 *{font-size:25px!important}body .bvi-body[data-bvi-fontsize="21"] * h5,body .bvi-body[data-bvi-fontsize="21"] * h5 *{font-size:24px!important}body .bvi-body[data-bvi-fontsize="21"] * h6,body .bvi-body[data-bvi-fontsize="21"] * h6 *{font-size:23px!important}body .bvi-body[data-bvi-fontsize="20"] *{font-size:20px!important}body .bvi-body[data-bvi-fontsize="20"] * h1,body .bvi-body[data-bvi-fontsize="20"] * h1 *{font-size:27px!important}body .bvi-body[data-bvi-fontsize="20"] * h2,body .bvi-body[data-bvi-fontsize="20"] * h2 *{font-size:26px!important}body .bvi-body[data-bvi-fontsize="20"] * h3,body .bvi-body[data-bvi-fontsize="20"] * h3 *{font-size:25px!important}body .bvi-body[data-bvi-fontsize="20"] * h4,body .bvi-body[data-bvi-fontsize="20"] * h4 *{font-size:24px!important}body .bvi-body[data-bvi-fontsize="20"] * h5,body .bvi-body[data-bvi-fontsize="20"] * h5 *{font-size:23px!important}body .bvi-body[data-bvi-fontsize="20"] * h6,body .bvi-body[data-bvi-fontsize="20"] * h6 *{font-size:22px!important}body .bvi-body[data-bvi-fontsize="19"] *{font-size:19px!important}body .bvi-body[data-bvi-fontsize="19"] * h1,body .bvi-body[data-bvi-fontsize="19"] * h1 *{font-size:26px!important}body .bvi-body[data-bvi-fontsize="19"] * h2,body .bvi-body[data-bvi-fontsize="19"] * h2 *{font-size:25px!important}body .bvi-body[data-bvi-fontsize="19"] * h3,body .bvi-body[data-bvi-fontsize="19"] * h3 *{font-size:24px!important}body .bvi-body[data-bvi-fontsize="19"] * h4,body .bvi-body[data-bvi-fontsize="19"] * h4 *{font-size:23px!important}body .bvi-body[data-bvi-fontsize="19"] * h5,body .bvi-body[data-bvi-fontsize="19"] * h5 *{font-size:22px!important}body .bvi-body[data-bvi-fontsize="19"] * h6,body .bvi-body[data-bvi-fontsize="19"] * h6 *{font-size:21px!important}body .bvi-body[data-bvi-fontsize="18"] *{font-size:18px!important}body .bvi-body[data-bvi-fontsize="18"] * h1,body .bvi-body[data-bvi-fontsize="18"] * h1 *{font-size:25px!important}body .bvi-body[data-bvi-fontsize="18"] * h2,body .bvi-body[data-bvi-fontsize="18"] * h2 *{font-size:24px!important}body .bvi-body[data-bvi-fontsize="18"] * h3,body .bvi-body[data-bvi-fontsize="18"] * h3 *{font-size:23px!important}body .bvi-body[data-bvi-fontsize="18"] * h4,body .bvi-body[data-bvi-fontsize="18"] * h4 *{font-size:22px!important}body .bvi-body[data-bvi-fontsize="18"] * h5,body .bvi-body[data-bvi-fontsize="18"] * h5 *{font-size:21px!important}body .bvi-body[data-bvi-fontsize="18"] * h6,body .bvi-body[data-bvi-fontsize="18"] * h6 *{font-size:20px!important}body .bvi-body[data-bvi-fontsize="17"] *{font-size:17px!important}body .bvi-body[data-bvi-fontsize="17"] * h1,body .bvi-body[data-bvi-fontsize="17"] * h1 *{font-size:24px!important}body .bvi-body[data-bvi-fontsize="17"] * h2,body .bvi-body[data-bvi-fontsize="17"] * h2 *{font-size:23px!important}body .bvi-body[data-bvi-fontsize="17"] * h3,body .bvi-body[data-bvi-fontsize="17"] * h3 *{font-size:22px!important}body .bvi-body[data-bvi-fontsize="17"] * h4,body .bvi-body[data-bvi-fontsize="17"] * h4 *{font-size:21px!important}body .bvi-body[data-bvi-fontsize="17"] * h5,body .bvi-body[data-bvi-fontsize="17"] * h5 *{font-size:20px!important}body .bvi-body[data-bvi-fontsize="17"] * h6,body .bvi-body[data-bvi-fontsize="17"] * h6 *{font-size:19px!important}body .bvi-body[data-bvi-fontsize="16"] *{font-size:16px!important}body .bvi-body[data-bvi-fontsize="16"] * h1,body .bvi-body[data-bvi-fontsize="16"] * h1 *{font-size:23px!important}body .bvi-body[data-bvi-fontsize="16"] * h2,body .bvi-body[data-bvi-fontsize="16"] * h2 *{font-size:22px!important}body .bvi-body[data-bvi-fontsize="16"] * h3,body .bvi-body[data-bvi-fontsize="16"] * h3 *{font-size:21px!important}body .bvi-body[data-bvi-fontsize="16"] * h4,body .bvi-body[data-bvi-fontsize="16"] * h4 *{font-size:20px!important}body .bvi-body[data-bvi-fontsize="16"] * h5,body .bvi-body[data-bvi-fontsize="16"] * h5 *{font-size:19px!important}body .bvi-body[data-bvi-fontsize="16"] * h6,body .bvi-body[data-bvi-fontsize="16"] * h6 *{font-size:18px!important}body .bvi-body[data-bvi-fontsize="15"] *{font-size:15px!important}body .bvi-body[data-bvi-fontsize="15"] * h1,body .bvi-body[data-bvi-fontsize="15"] * h1 *{font-size:22px!important}body .bvi-body[data-bvi-fontsize="15"] * h2,body .bvi-body[data-bvi-fontsize="15"] * h2 *{font-size:21px!important}body .bvi-body[data-bvi-fontsize="15"] * h3,body .bvi-body[data-bvi-fontsize="15"] * h3 *{font-size:20px!important}body .bvi-body[data-bvi-fontsize="15"] * h4,body .bvi-body[data-bvi-fontsize="15"] * h4 *{font-size:19px!important}body .bvi-body[data-bvi-fontsize="15"] * h5,body .bvi-body[data-bvi-fontsize="15"] * h5 *{font-size:18px!important}body .bvi-body[data-bvi-fontsize="15"] * h6,body .bvi-body[data-bvi-fontsize="15"] * h6 *{font-size:17px!important}body .bvi-body[data-bvi-fontsize="14"] *{font-size:14px!important}body .bvi-body[data-bvi-fontsize="14"] * h1,body .bvi-body[data-bvi-fontsize="14"] * h1 *{font-size:21px!important}body .bvi-body[data-bvi-fontsize="14"] * h2,body .bvi-body[data-bvi-fontsize="14"] * h2 *{font-size:20px!important}body .bvi-body[data-bvi-fontsize="14"] * h3,body .bvi-body[data-bvi-fontsize="14"] * h3 *{font-size:19px!important}body .bvi-body[data-bvi-fontsize="14"] * h4,body .bvi-body[data-bvi-fontsize="14"] * h4 *{font-size:18px!important}body .bvi-body[data-bvi-fontsize="14"] * h5,body .bvi-body[data-bvi-fontsize="14"] * h5 *{font-size:17px!important}body .bvi-body[data-bvi-fontsize="14"] * h6,body .bvi-body[data-bvi-fontsize="14"] * h6 *{font-size:16px!important}body .bvi-body[data-bvi-fontsize="13"] *{font-size:13px!important}body .bvi-body[data-bvi-fontsize="13"] * h1,body .bvi-body[data-bvi-fontsize="13"] * h1 *{font-size:20px!important}body .bvi-body[data-bvi-fontsize="13"] * h2,body .bvi-body[data-bvi-fontsize="13"] * h2 *{font-size:19px!important}body .bvi-body[data-bvi-fontsize="13"] * h3,body .bvi-body[data-bvi-fontsize="13"] * h3 *{font-size:18px!important}body .bvi-body[data-bvi-fontsize="13"] * h4,body .bvi-body[data-bvi-fontsize="13"] * h4 *{font-size:17px!important}body .bvi-body[data-bvi-fontsize="13"] * h5,body .bvi-body[data-bvi-fontsize="13"] * h5 *{font-size:16px!important}body .bvi-body[data-bvi-fontsize="13"] * h6,body .bvi-body[data-bvi-fontsize="13"] * h6 *{font-size:15px!important}body .bvi-body[data-bvi-fontsize="12"] *{font-size:12px!important}body .bvi-body[data-bvi-fontsize="12"] * h1,body .bvi-body[data-bvi-fontsize="12"] * h1 *{font-size:19px!important}body .bvi-body[data-bvi-fontsize="12"] * h2,body .bvi-body[data-bvi-fontsize="12"] * h2 *{font-size:18px!important}body .bvi-body[data-bvi-fontsize="12"] * h3,body .bvi-body[data-bvi-fontsize="12"] * h3 *{font-size:17px!important}body .bvi-body[data-bvi-fontsize="12"] * h4,body .bvi-body[data-bvi-fontsize="12"] * h4 *{font-size:16px!important}body .bvi-body[data-bvi-fontsize="12"] * h5,body .bvi-body[data-bvi-fontsize="12"] * h5 *{font-size:15px!important}body .bvi-body[data-bvi-fontsize="12"] * h6,body .bvi-body[data-bvi-fontsize="12"] * h6 *{font-size:14px!important}body .bvi-body[data-bvi-fontsize="11"] *{font-size:11px!important}body .bvi-body[data-bvi-fontsize="11"] * h1,body .bvi-body[data-bvi-fontsize="11"] * h1 *{font-size:18px!important}body .bvi-body[data-bvi-fontsize="11"] * h2,body .bvi-body[data-bvi-fontsize="11"] * h2 *{font-size:17px!important}body .bvi-body[data-bvi-fontsize="11"] * h3,body .bvi-body[data-bvi-fontsize="11"] * h3 *{font-size:16px!important}body .bvi-body[data-bvi-fontsize="11"] * h4,body .bvi-body[data-bvi-fontsize="11"] * h4 *{font-size:15px!important}body .bvi-body[data-bvi-fontsize="11"] * h5,body .bvi-body[data-bvi-fontsize="11"] * h5 *{font-size:14px!important}body .bvi-body[data-bvi-fontsize="11"] * h6,body .bvi-body[data-bvi-fontsize="11"] * h6 *{font-size:13px!important}body .bvi-body[data-bvi-fontsize="10"] *{font-size:10px!important}body .bvi-body[data-bvi-fontsize="10"] * h1,body .bvi-body[data-bvi-fontsize="10"] * h1 *{font-size:17px!important}body .bvi-body[data-bvi-fontsize="10"] * h2,body .bvi-body[data-bvi-fontsize="10"] * h2 *{font-size:16px!important}body .bvi-body[data-bvi-fontsize="10"] * h3,body .bvi-body[data-bvi-fontsize="10"] * h3 *{font-size:15px!important}body .bvi-body[data-bvi-fontsize="10"] * h4,body .bvi-body[data-bvi-fontsize="10"] * h4 *{font-size:14px!important}body .bvi-body[data-bvi-fontsize="10"] * h5,body .bvi-body[data-bvi-fontsize="10"] * h5 *{font-size:13px!important}body .bvi-body[data-bvi-fontsize="10"] * h6,body .bvi-body[data-bvi-fontsize="10"] * h6 *{font-size:12px!important}body .bvi-body[data-bvi-fontsize="9"] *{font-size:9px!important}body .bvi-body[data-bvi-fontsize="9"] * h1,body .bvi-body[data-bvi-fontsize="9"] * h1 *{font-size:16px!important}body .bvi-body[data-bvi-fontsize="9"] * h2,body .bvi-body[data-bvi-fontsize="9"] * h2 *{font-size:15px!important}body .bvi-body[data-bvi-fontsize="9"] * h3,body .bvi-body[data-bvi-fontsize="9"] * h3 *{font-size:14px!important}body .bvi-body[data-bvi-fontsize="9"] * h4,body .bvi-body[data-bvi-fontsize="9"] * h4 *{font-size:13px!important}body .bvi-body[data-bvi-fontsize="9"] * h5,body .bvi-body[data-bvi-fontsize="9"] * h5 *{font-size:12px!important}body .bvi-body[data-bvi-fontsize="9"] * h6,body .bvi-body[data-bvi-fontsize="9"] * h6 *{font-size:11px!important}body .bvi-body[data-bvi-fontsize="8"] *{font-size:8px!important}body .bvi-body[data-bvi-fontsize="8"] * h1,body .bvi-body[data-bvi-fontsize="8"] * h1 *{font-size:15px!important}body .bvi-body[data-bvi-fontsize="8"] * h2,body .bvi-body[data-bvi-fontsize="8"] * h2 *{font-size:14px!important}body .bvi-body[data-bvi-fontsize="8"] * h3,body .bvi-body[data-bvi-fontsize="8"] * h3 *{font-size:13px!important}body .bvi-body[data-bvi-fontsize="8"] * h4,body .bvi-body[data-bvi-fontsize="8"] * h4 *{font-size:12px!important}body .bvi-body[data-bvi-fontsize="8"] * h5,body .bvi-body[data-bvi-fontsize="8"] * h5 *{font-size:11px!important}body .bvi-body[data-bvi-fontsize="8"] * h6,body .bvi-body[data-bvi-fontsize="8"] * h6 *{font-size:10px!important}body .bvi-body[data-bvi-fontsize="7"] *{font-size:7px!important}body .bvi-body[data-bvi-fontsize="7"] * h1,body .bvi-body[data-bvi-fontsize="7"] * h1 *{font-size:14px!important}body .bvi-body[data-bvi-fontsize="7"] * h2,body .bvi-body[data-bvi-fontsize="7"] * h2 *{font-size:13px!important}body .bvi-body[data-bvi-fontsize="7"] * h3,body .bvi-body[data-bvi-fontsize="7"] * h3 *{font-size:12px!important}body .bvi-body[data-bvi-fontsize="7"] * h4,body .bvi-body[data-bvi-fontsize="7"] * h4 *{font-size:11px!important}body .bvi-body[data-bvi-fontsize="7"] * h5,body .bvi-body[data-bvi-fontsize="7"] * h5 *{font-size:10px!important}body .bvi-body[data-bvi-fontsize="7"] * h6,body .bvi-body[data-bvi-fontsize="7"] * h6 *{font-size:9px!important}body .bvi-body[data-bvi-fontsize="6"] *{font-size:6px!important}body .bvi-body[data-bvi-fontsize="6"] * h1,body .bvi-body[data-bvi-fontsize="6"] * h1 *{font-size:13px!important}body .bvi-body[data-bvi-fontsize="6"] * h2,body .bvi-body[data-bvi-fontsize="6"] * h2 *{font-size:12px!important}body .bvi-body[data-bvi-fontsize="6"] * h3,body .bvi-body[data-bvi-fontsize="6"] * h3 *{font-size:11px!important}body .bvi-body[data-bvi-fontsize="6"] * h4,body .bvi-body[data-bvi-fontsize="6"] * h4 *{font-size:10px!important}body .bvi-body[data-bvi-fontsize="6"] * h5,body .bvi-body[data-bvi-fontsize="6"] * h5 *{font-size:9px!important}body .bvi-body[data-bvi-fontsize="6"] * h6,body .bvi-body[data-bvi-fontsize="6"] * h6 *{font-size:8px!important}body .bvi-body[data-bvi-fontsize="5"] *{font-size:5px!important}body .bvi-body[data-bvi-fontsize="5"] * h1,body .bvi-body[data-bvi-fontsize="5"] * h1 *{font-size:12px!important}body .bvi-body[data-bvi-fontsize="5"] * h2,body .bvi-body[data-bvi-fontsize="5"] * h2 *{font-size:11px!important}body .bvi-body[data-bvi-fontsize="5"] * h3,body .bvi-body[data-bvi-fontsize="5"] * h3 *{font-size:10px!important}body .bvi-body[data-bvi-fontsize="5"] * h4,body .bvi-body[data-bvi-fontsize="5"] * h4 *{font-size:9px!important}body .bvi-body[data-bvi-fontsize="5"] * h5,body .bvi-body[data-bvi-fontsize="5"] * h5 *{font-size:8px!important}body .bvi-body[data-bvi-fontsize="5"] * h6,body .bvi-body[data-bvi-fontsize="5"] * h6 *{font-size:7px!important}body .bvi-body[data-bvi-fontsize="4"] *{font-size:4px!important}body .bvi-body[data-bvi-fontsize="4"] * h1,body .bvi-body[data-bvi-fontsize="4"] * h1 *{font-size:11px!important}body .bvi-body[data-bvi-fontsize="4"] * h2,body .bvi-body[data-bvi-fontsize="4"] * h2 *{font-size:10px!important}body .bvi-body[data-bvi-fontsize="4"] * h3,body .bvi-body[data-bvi-fontsize="4"] * h3 *{font-size:9px!important}body .bvi-body[data-bvi-fontsize="4"] * h4,body .bvi-body[data-bvi-fontsize="4"] * h4 *{font-size:8px!important}body .bvi-body[data-bvi-fontsize="4"] * h5,body .bvi-body[data-bvi-fontsize="4"] * h5 *{font-size:7px!important}body .bvi-body[data-bvi-fontsize="4"] * h6,body .bvi-body[data-bvi-fontsize="4"] * h6 *{font-size:6px!important}body .bvi-body[data-bvi-fontsize="3"] *{font-size:3px!important}body .bvi-body[data-bvi-fontsize="3"] * h1,body .bvi-body[data-bvi-fontsize="3"] * h1 *{font-size:10px!important}body .bvi-body[data-bvi-fontsize="3"] * h2,body .bvi-body[data-bvi-fontsize="3"] * h2 *{font-size:9px!important}body .bvi-body[data-bvi-fontsize="3"] * h3,body .bvi-body[data-bvi-fontsize="3"] * h3 *{font-size:8px!important}body .bvi-body[data-bvi-fontsize="3"] * h4,body .bvi-body[data-bvi-fontsize="3"] * h4 *{font-size:7px!important}body .bvi-body[data-bvi-fontsize="3"] * h5,body .bvi-body[data-bvi-fontsize="3"] * h5 *{font-size:6px!important}body .bvi-body[data-bvi-fontsize="3"] * h6,body .bvi-body[data-bvi-fontsize="3"] * h6 *{font-size:5px!important}body .bvi-body[data-bvi-fontsize="2"] *{font-size:2px!important}body .bvi-body[data-bvi-fontsize="2"] * h1,body .bvi-body[data-bvi-fontsize="2"] * h1 *{font-size:9px!important}body .bvi-body[data-bvi-fontsize="2"] * h2,body .bvi-body[data-bvi-fontsize="2"] * h2 *{font-size:8px!important}body .bvi-body[data-bvi-fontsize="2"] * h3,body .bvi-body[data-bvi-fontsize="2"] * h3 *{font-size:7px!important}body .bvi-body[data-bvi-fontsize="2"] * h4,body .bvi-body[data-bvi-fontsize="2"] * h4 *{font-size:6px!important}body .bvi-body[data-bvi-fontsize="2"] * h5,body .bvi-body[data-bvi-fontsize="2"] * h5 *{font-size:5px!important}body .bvi-body[data-bvi-fontsize="2"] * h6,body .bvi-body[data-bvi-fontsize="2"] * h6 *{font-size:4px!important}body .bvi-body[data-bvi-fontsize="1"] *{font-size:1px!important}body .bvi-body[data-bvi-fontsize="1"] * h1,body .bvi-body[data-bvi-fontsize="1"] * h1 *{font-size:8px!important}body .bvi-body[data-bvi-fontsize="1"] * h2,body .bvi-body[data-bvi-fontsize="1"] * h2 *{font-size:7px!important}body .bvi-body[data-bvi-fontsize="1"] * h3,body .bvi-body[data-bvi-fontsize="1"] * h3 *{font-size:6px!important}body .bvi-body[data-bvi-fontsize="1"] * h4,body .bvi-body[data-bvi-fontsize="1"] * h4 *{font-size:5px!important}body .bvi-body[data-bvi-fontsize="1"] * h5,body .bvi-body[data-bvi-fontsize="1"] * h5 *{font-size:4px!important}body .bvi-body[data-bvi-fontsize="1"] * h6,body .bvi-body[data-bvi-fontsize="1"] * h6 *{font-size:3px!important}body .bvi-body[data-bvi-images=true]:not(.bvi-no-styles) .bvi-background-image:not(.bvi-no-styles),body .bvi-body[data-bvi-images=true]:not(.bvi-no-styles) img.bvi-background-image:not(.bvi-no-styles),body .bvi-body[data-bvi-images=true]:not(.bvi-no-styles) img.bvi-img:not(.bvi-no-styles){-webkit-filter:grayscale(0);filter:grayscale(0);visibility:visible}body .bvi-body[data-bvi-images=false]:not(.bvi-no-styles) .bvi-background-image:not(.bvi-no-styles),body .bvi-body[data-bvi-images=false]:not(.bvi-no-styles) img.bvi-background-image:not(.bvi-no-styles),body .bvi-body[data-bvi-images=false]:not(.bvi-no-styles) img.bvi-img:not(.bvi-no-styles){display:none;position:relative;border:1px dashed}body .bvi-body[data-bvi-images=grayscale]:not(.bvi-no-styles) .bvi-background-image:not(.bvi-no-styles),body .bvi-body[data-bvi-images=grayscale]:not(.bvi-no-styles) img.bvi-background-image:not(.bvi-no-styles),body .bvi-body[data-bvi-images=grayscale]:not(.bvi-no-styles) img.bvi-img:not(.bvi-no-styles){-moz-filter:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");-o-filter:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");-webkit-filter:grayscale(1);filter:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/></filter></svg>#grayscale");filter:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='saturate' values='0'/></filter></svg>#grayscale");filter:grayscale(1);visibility:visible}body .bvi-body[data-bvi-lineheight=normal]:not(.bvi-no-styles){line-height:1.5!important}body .bvi-body[data-bvi-lineheight=average]:not(.bvi-no-styles){line-height:2!important}body .bvi-body[data-bvi-lineheight=big]:not(.bvi-no-styles){line-height:2.5!important}body .bvi-body[data-bvi-letterspacing=normal]:not(.bvi-no-styles){letter-spacing:0!important}body .bvi-body[data-bvi-letterspacing=average]:not(.bvi-no-styles){letter-spacing:2px!important}body .bvi-body[data-bvi-letterspacing=big]:not(.bvi-no-styles){letter-spacing:4px!important}body .bvi-body[data-bvi-fontfamily=arial]:not(i):not(span):not(.bvi-no-styles){font-family:Arial,sans-serif!important}body .bvi-body[data-bvi-fontfamily=times]:not(i):not(span):not(.bvi-no-styles){font-family:"Times New roman",serif!important}body .bvi-body[data-bvi-builtelements=true]:not(.bvi-no-styles) .wp-audio-shortcode,body .bvi-body[data-bvi-builtelements=true]:not(.bvi-no-styles) figure,body .bvi-body[data-bvi-builtelements=true]:not(.bvi-no-styles) iframe,body .bvi-body[data-bvi-builtelements=true]:not(.bvi-no-styles) object,body .bvi-body[data-bvi-builtelements=true]:not(.bvi-no-styles) video,body .bvi-body[data-bvi-builtelements=true]:not(.bvi-no-styles) ymaps{display:block!important}body .bvi-body[data-bvi-builtelements=false]:not(.bvi-no-styles) .wp-audio-shortcode,body .bvi-body[data-bvi-builtelements=false]:not(.bvi-no-styles) figure,body .bvi-body[data-bvi-builtelements=false]:not(.bvi-no-styles) iframe,body .bvi-body[data-bvi-builtelements=false]:not(.bvi-no-styles) object,body .bvi-body[data-bvi-builtelements=false]:not(.bvi-no-styles) video,body .bvi-body[data-bvi-builtelements=false]:not(.bvi-no-styles) ymaps{display:none!important}body .bvi-body .bvi-speech{margin-bottom:1.5rem}body .bvi-body .bvi-speech .bvi-speech-link{display:inline-block;border:1px dashed transparent;border-bottom:0;padding:.7rem}body .bvi-body .bvi-speech .bvi-speech-text{border:1px dashed transparent;padding:.7rem}body .bvi-body .bvi-speech .bvi-highlighting mark{font-weight:700;text-decoration:underline}body .bvi-body a.bvi-link{display:inline-block;font-weight:400;line-height:1.5;font-size:.875rem!important;color:#212529!important;text-align:center;text-decoration:none;vertical-align:middle;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;background-color:#e0e0e0!important;border:1px solid #c6c6c6!important;padding:.375rem .75rem;border-radius:.25rem;position:relative;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}body .bvi-body a.bvi-link::after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;content:""}body .bvi-body .bvi-link-fixed-top{position:fixed!important;top:2.5rem!important;right:1.5rem!important;z-index:999999!important}body .bvi-body .bvi-hide{display:none!important}body .bvi-body .bvi-show{display:block!important}.bvi-images{width:18px;height:18px;letter-spacing:normal;display:inline-block;vertical-align:middle;z-index:1;background-size:100% 100%;-o-background-size:100% 100%;-webkit-background-size:100% 100%}.bvi-images.bvi-images-cog{background-image:url("/local/templates/main/styles/helpers/../img/cog.svg");background-repeat:no-repeat}.bvi-images.bvi-images-eye-slash{background-image:url("/local/templates/main/styles/helpers/../img/eye-slash.svg");background-repeat:no-repeat}.bvi-images.bvi-images-volume-up{background-image:url("/local/templates/main/styles/helpers/../img/volume-up.svg");background-repeat:no-repeat}.bvi-images.bvi-images-volume-off{background-image:url("/local/templates/main/styles/helpers/../img/volume-off.svg");background-repeat:no-repeat}.bvi-images.bvi-images-adjust{background-image:url("/local/templates/main/styles/helpers/../img/adjust.svg");background-repeat:no-repeat}.bvi-images.bvi-images-minus-circle{background-image:url("/local/templates/main/styles/helpers/../img/minus-circle.svg");background-repeat:no-repeat}.bvi-images.bvi-images-image{background-image:url("/local/templates/main/styles/helpers/../img/image.svg");background-repeat:no-repeat}.bvi-images.bvi-images-minus{background-image:url("/local/templates/main/styles/helpers/../img/minus.svg");background-repeat:no-repeat}.bvi-images.bvi-images-eye{background-image:url("/local/templates/main/styles/helpers/../img/eye.svg");background-repeat:no-repeat;fill:green}.bvi-images.bvi-images-size-32{width:32px!important;height:32px!important}
/*# sourceMappingURL=bvi.min.css.map */
/* End */


/* Start:/local/templates/main/styles/fonts.css?17587387471051*/
@font-face {
  font-family: 'Futura PT';
  src: url('/local/templates/main/styles/./fonts/FuturaCyrillicBook.ttf');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futura PT';
  src: url('/local/templates/main/styles/./fonts/FuturaCyrillicMedium.ttf');
  font-weight: 450;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/local/templates/main/styles/./fonts/Montserrat-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/local/templates/main/styles/./fonts/Montserrat-Regular.ttf');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/local/templates/main/styles/./fonts/Montserrat-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  font-weight: 600;
  src: url('/local/templates/main/styles/./fonts/Montserrat-Bold.woff') format('woff');
}
@font-face {
  font-family: 'BebasNeue';
  font-weight: 700;
  src: url('/local/templates/main/styles/./fonts/BebasNeueCyrillic.woff') format('woff');
}
/* End */


/* Start:/local/templates/main/styles/variables.css?1701953965342*/
:root {
    --primary-text-color: #6c6d76; /*основной цвет текста*/
    --primary-title-color: #3f414e; /*основной цвет заголовков*/
    --primary-accent-color: #f3a395; /*основной цвет акцента*/
    --secondary-accent-color: #4a7d7a; /*вторичный цвет акцента*/
}
/* End */


/* Start:/local/templates/main/styles/footer.css?17560396328874*/
.footer {
	 min-width: 320px;
	 margin-bottom: 60px;
	 padding: 0 10px 38px;
	 background-color: #fff;
}
 .footer__desktop-navigation, .footer__embrylife-icon, .footer__embrylife-social, .footer__search-block-desktop, .footer__bottom-block {
	 display: none;
}
 .footer__navigation-list {
	 padding-top: 14px;
}
 .footer__navigation-item {
	 padding: 0 17.5px 17px 3px;
	 color: #76767e;
	 border-bottom: 1px solid #ededed;
}
 .footer__navigation-item:not(:last-child) {
	 margin-bottom: 15px;
}
 .footer__navigation-item-button {
	 display: flex;
	 align-items: center;
	 justify-content: space-between;
	 font-weight: 450;
	 color: #76767e;
}
 .footer__navigation-item-link {
	 color: #76767e;
}
 .footer .search__block-mobile {
	 max-width: 930px;
	 margin: 0 auto;
	 margin-top: 28px;
	 margin-bottom: 65px;
}
 .footer .search__input-wrapper {
	 position: relative;
	 margin-bottom: 20px;
}
 .footer__search-input-wrapper::after {
	 content: '';
	 position: absolute;
	 right: 14px;
	 top: 16px;
	 width: 18px;
	 height: 18px;
	 background-image: url(/local/templates/main/styles/../icons/footer/searchLogo.svg);
}
 .footer .search__input.input {
	 width: 100%;
	 height: 50px;
	 padding-left: 11px;
	 border: 1px solid #d9d9d9;
	 border-radius: 10px;
}
 .footer .search__input::placeholder {
	 color: #9d9d9d;
}
 .footer__coat-of-arms-logo {
	 margin: 0 auto 14px;
	 width: 30px;
	 height: 34px;
}
 .footer__coat-of-arms-description {
	margin-bottom: 20px;
	 font-size: 12px;
	 text-align: center;
}
.search__input.transparent {
	position: absolute;
	top: 16px;
	right: 14px;
	width: 16px;
	height: 18px;
	background-color: transparent;
	outline: none;
	border: none;
	z-index: 2;
	cursor: pointer;
}
 .footer__review-button-wrapper-mobile {
	 margin-bottom: 26px;
}
 .footer__links-block {
	 display: flex;
	 align-items: center;
	 flex-direction: column-reverse;
}
 .footer__links-item {
	 text-align: center;
}
 .footer__links-item.desktop {
	 display: none;
}
 .footer__links-item:not(:last-child) {
	 margin-bottom: 14px;
}
 .footer__link {
	 font-family: 'Montserrat', Arial, sans-serif;
	 font-style: normal;
	 font-weight: 400;
	 font-size: 14px;
	 line-height: 1.5;
	 color: #6c6d76;
}
.footer .searchLogo {
	 position: absolute;
	 top: 16px;
	 right: 14px;
	 width: 16px;
	 height: 18px;
	 cursor: pointer;
}
 .footer__review-button {
		 width: 303px;
		 margin: 0 auto;
}

.footer__contacts-wrapper {
	margin-bottom: 27px;
}
.footer__search-block-mobile {
		max-width: 570px;
		margin: 28px auto 20px;
}
.b24-widget-button-position-bottom-right {
  right: 20px !important;
  bottom: 100px !important;
}
.cookies-form {
  display: flex;
  position: fixed;
  bottom: 0;
  z-index: 100;
  width: 100%;
  background: rgba(255, 255, 255, .9);
  padding: 10px;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #4a7d7a;
}
.cookies-form.cookies-form-hidden {
  display: none;
}
.cookies-form a,
.cookies-form p {
  font-size: 18px;
  font-weight: 300;
}
.cookies-form p {
  margin-right: 20px;
}
.cookies-form a {
  text-decoration: underline;
}
.cookies-form a:hover {
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .cookies-form a,
  .cookies-form p {
    font-size: 14px;
  }
  .cookies-form .button {
    padding: 14px 25px 12px 25px;
  }
}
 @media screen and (min-width: 768px) {
	 .footer {
		 padding: 0 30px 38px;
		 border-radius: 20px;
	}
	 .footer__search-block-mobile {
		 width: 570px;
		 margin: 28px auto 20px;
	}
	 .footer__coat-of-arms {
		 width: 303px;
		 margin: 0 auto;
	}
	 .footer__review-button {
		 width: 303px;
		 margin: 0 auto;
	}
}
 @media screen and (min-width: 930px) {
	 .footer {
		 width: 930px;
		 margin: 0 auto 100px;
		 padding: 0 20px 50px;
	}
	 .footer__navigation-list {
		 padding: 30px 0 0;
	}
}
 @media screen and (min-width: 992px) {
	 .footer {
		 width: 930px;
		 margin: 0 auto;
		 margin-bottom: 0;
		 padding: 68px 0 63px;
		 border-radius: 50px;
	}
	 .footer__wrapper {
		 padding-left: 30px;
	}
	 .footer__navigation, .footer__contacts-wrapper, .footer__search-block-mobile, .footer__review-button-wrapper-mobile {
		 display: none;
	}
	 .footer__desktop-navigation, .footer__embrylife-icon {
		 display: block;
	}
	 .footer .header__services {
		position: static;
		width: fit-content;
		display: grid;
		grid-template-columns: 300px 300px 300px;
		grid-row-gap: 20px;
		margin-left: 0;
		padding: 0;
		border-radius: 0;
		transform: none;
	}
	.footer .header__services-item:not(:last-child) {
		margin-bottom: 5px;
	}
	 .footer .header__services-column:nth-child(4) {
		 width: 222px;
	}
	.footer__dopmenu {
		margin: 20px 0;
		display: grid;
		grid-auto-flow: column;
		grid-template-columns: 300px;
	}
	 .footer .info__way-button {
		 display: none;
	}
	 .footer .embrylifeLogo {
		 width: 196px;
		 height: 37px;
	}
	 .footer__embrylife-icon {
		 margin-bottom: 63px;
	}
	 .footer__desktop-info {
		 display: grid;
		 grid-template-columns: repeat(3, 1fr);
		 grid-row-gap: 30px;
		 margin-bottom: 90px;
		 margin-top: 65px;
	}
	 .footer__desktop-info-link {
		 font-weight: 400;
		 font-size: 24px;
		 line-height: 31px;
	}
	 .footer__desktop-info-item:not(:last-child) {
		 margin-bottom: 20px;
	}
	 .footer .desktop {
		 display: none;
	}
	 .footer__desktop-info-item-block {
		 text-align: left;
	}
	 .footer .info__address, .footer .info__phone, .footer .info__description {
		 text-align: left;
	}
	 .footer .info__address {
		 width: 210px;
	}
	 .footer .info__description {
		 margin-bottom: 0;
	}
	 .footer__embrylife-social {
		 display: grid;
		 grid-template-columns: repeat(3, 1fr);
		 grid-row-gap: 30px;
		 margin-bottom: 30px;
	}
	 .footer .info__embrylife-social-wrapper {
		 text-align: left;
	}
	 .footer .info__embrylife-social-wrapper.top {
		 margin-bottom: 0;
	}
	 .footer .info__embrylife-social {
		 justify-content: flex-start;
	}
	 .footer__bottom-block {
		 display: flex;
		 gap: 80px;
		 margin-bottom: 60px;
	}
	 .footer__search-block-desktop {
		 display: block;
		 width: 510px;
	}
	 .footer__coat-of-arms {
		 display: flex;
		 align-items: center;
		 margin: 0;
	}
	 .footer__coat-of-arms-description {
		 display: block;
		 margin-left: 16px;
		 font-size: 12px;
		 line-height: 1.33;
		 text-align: left;
	}
	 .footer__coat-of-arms-logo {
		 min-width: 30px;
	}
	 .footer__button-block {
		 width: 220px;
	}
	 .footer__request-button {
		 width: 220px;
		 font-size: 18px;
		 margin-bottom: 22px;
		 height: 60px;
	}
	 .footer__review-button {
		 width: 220px;
		 font-size: 18px;
		 height: 40px;
	}
	 .footer__links-item.desktop {
		 display: block;
	}
	 .footer__links-block {
		 display: grid;
		 grid-template-columns: repeat(3, 1fr);
		 grid-row-gap: 30px;
	}
	 .footer__links-item {
		 text-align: left;
	}
	 .footer__links-item:not(:last-child) {
		 margin: 0;
	}
	 .footer__link {
		 font-size: 12px;
	}
	 .footer .tablet-1200 {
		 display: none;
	}
}
 @media screen and (min-width: 1200px) {
	 .footer {
		 width: 1110px;
	}
	 .footer .tablet {
		 display: none;
	}
	 .footer .tablet-1200 {
		 display: block;
	}
	 .footer .header__services-column.tablet {
		 display: block;
	}
	 .footer__search-block-desktop {
		 width: 310px;
	}
	 .footer__wrapper {
		 padding-left: 64px;
	}
	 .footer__bottom-block {
		 display: grid;
		 gap: 0;
		 grid-template-columns: repeat(3, 1fr);
		 grid-row-gap: 30px;
		 margin-bottom: 30px;
	}
	 .footer__embrylife-social {
		 margin-bottom: 60px;
	}
	 .footer .info__address {
		 margin: 0;
	}
	.footer .header__services {
		grid-template-columns: 348px 348px 348px;
	}
	.footer__dopmenu {
		grid-template-columns: 348px;
	}
}
 @media screen and (min-width: 1290px) {
	 .footer {
		 width: 100%;
		 max-width: 1500px;
	}
	.footer .header__services {
		grid-template-columns: 270px 296px 300px 219px;
		grid-column-gap: 60px;
		grid-row-gap: 20px;
	}
	 .footer__wrapper {
		 width: 1280px;
		 margin: 0 auto;
		 padding: 0;
	}
	.footer__dopmenu {
		margin: 20px 0;
		display: grid;
		grid-auto-flow: column;
		grid-template-columns: 270px;
		grid-column-gap: 60px;
	}
	 .footer .header__services-column.tablet, .footer__bottom-block {
		 display: none;
	}
	 .footer .desktop {
		 display: block;
	}
	 .footer__desktop-info {
		 margin: 25px 0;
		 grid-template-columns: 270px 296px 300px 219px;
		 grid-column-gap: 60px;
	}
	 .footer .info__address {
		 margin-bottom: 26px;
	}
	 .footer__embrylife-social {
		 grid-template-columns: 270px 296px 300px 219px;
		 grid-column-gap: 60px;
	}
	 .footer__search-block-desktop {
		 width: 300px;
	}
	 .footer .search__input-wrapper {
		 margin-bottom: 24px;
	}
	 .footer__links-block {
		 display: flex;
		 align-items: center;
		 justify-content: space-between;
		 flex-direction: row;
	}
}

.footer__company-info {
	margin-top: 20px;
}

.footer__company-info p {
	font-size: 12px;
}

@media (max-width: 600px) {
	.footer__company-info p {
		text-align: center;
	}
}
/* End */


/* Start:/local/templates/main/styles/components/sliders.css?17610380783054*/
.swiper {
	width: 100%;
	height: 100%;
}
.swiper .swiper-pagination-bullets {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin: 30px 0;
	height: 29px;
	display: none;
}
.swiper .swiper-pagination-bullet {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 15px;
	height: 15px;
	background-color: transparent;
	opacity: 1;
	border-radius: 50%;
	transition: all 200ms ease-in;
	cursor: pointer;
}
.swiper .swiper-pagination-bullet::after {
	content: '';
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #4a7d7a;
}
.swiper .swiper-pagination-bullet-active {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 27.19px;
	height: 28.53px;
	background-color: #fff;
	opacity: 1;
	border: 2px solid var(--primary-accent-color);
}
.swiper .swiper-pagination-bullet-active::after {
	content: '';
	width: 5.43px;
	height: 5.7px;
	background-color: var(--primary-accent-color);
}
.swiper .swiper-slide {
	width: 220px;
	min-height: 340px;
}
.articles__item.swiper-slide {
	min-height: 340px;
}
.main__hero .swiper-slide {
	 width: 100%;
}
.education .swiper-slide {
	width: auto;
}
.swiper__title-wrapper {
	margin-bottom: 30px;
}
.swiper__arrow.swiper-button-next, .swiper__arrow.swiper-button-prev {	
	position: static;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 48px;
	width: 48px;
	height: 48px;
	background-color: #fff;
	border-radius: 50%;
	border: 2px solid var(--primary-accent-color);
	--swiper-navigation-size: none;
	cursor: pointer;
}
.swiper__arrow.swiper-button-next.right, .swiper__arrow.swiper-button-prev.right {
	transform: rotate(180deg);
}
.swiper__arrow.swiper-button-next:hover, .swiper__arrow.swiper-button-prev:hover, .swiper__arrow.swiper-button-next:focus, .swiper__arrow.swiper-button-prev:focus {
	background-color: var(--primary-accent-color);
}
.swiper__arrow.swiper-button-next:hover .arrowLogo path, .swiper__arrow.swiper-button-prev:hover .arrowLogo path, .swiper__arrow.swiper-button-next:focus .arrowLogo path, .swiper__arrow.swiper-button-prev:focus .arrowLogo path {
	stroke: #fff;
}
.swiper__arrow.swiper-button-next::after, .swiper__arrow.swiper-button-prev::after {
	display: none;
}
.swiper__arrow.swiper-button-next svg, .swiper__arrow.swiper-button-prev svg {
	width: 8px;
	height: 14px;
}
.swiper .swiper-pagination {
	position: static;
}
.swiper__arrows-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
	height: fit-content;
}
.swiper__title-wrapper {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin-bottom: 50px;
}
@media screen and (min-width: 1290px) {
	.swiper__item-title {
		font-size: 60px;
		font-weight: 450;
	}
	.swiper .swiper-slide {
		width: 300px;
	}
	.main__hero .swiper-slide {
		width: 100%;
	}
	.education .swiper-slide {
		width: auto;
	}
}
@media screen and (max-width: 768px) {
	.swiper__arrows-wrapper, .swiper .swiper-pagination-bullets {
		display: none;
	}
}
/* End */


/* Start:/local/templates/main/styles/components/ui-kit.css?17019539692918*/
.input {
    width: 100%;
    height: 50px;
    background: #ffffff;
    border-radius: 10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    border: none;
    outline: none;
}

.doctorsFilter {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 20px 0 30px;
}

.filter {
	 position: relative;
	 background-color: #fff;
	 border-radius: 10px;
	 cursor: pointer;
}
.filter__title-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
	  width: 100%;
    padding: 12px 21px 12px 12px;
}
 .filter__button_active {
	 border-radius: 10px 10px 0 0;
}
.filter__list-wrapper {
	opacity: 0;
	visibility: hidden;
}

.filter__list_visible {
	opacity: 1;
	visibility: visible;
}

.filter__list::-webkit-scrollbar {
  display: block;
  margin-top: 20px;
  width: 4px;
  right: 7px;
  position: absolute;
}

/* Track */
.filter__list::-webkit-scrollbar-track {
  background: #F4F4F4;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 7px;
  border-radius: 50px;
}

/* Handle */
.filter__list::-webkit-scrollbar-thumb {
  background: #D9D9D9;
  border-radius: 50px;
}

/* Handle on hover */
.filter__list::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.filter__option {
  cursor: pointer;
}
.filter__option:hover {
  color: var(--secondary-accent-color);
}
 .filter__option:not(:last-child) {
	 margin-bottom: 10px;
}
 .filter__options-block {
	 position: absolute;
	 top: 64px;
	 left: 0;
	 padding: 22px 20px 34px;
	 width: 100%;
  max-height: 400px;
  overflow-y: auto;
	 background-color: #fff;
	 border-radius: 0 0 10px 10px;
	 z-index: 4;
  -webkit-box-shadow: 0px 10px 10px 0px rgba(34, 60, 80, 0.2);
  -moz-box-shadow: 0px 10px 10px 0px rgba(34, 60, 80, 0.2);
  box-shadow: 0px 10px 10px 0px rgba(34, 60, 80, 0.2);
}
.filter__input_hidden {
	display: none;
}
 .filter__option-button {
	 width: fit-content;
	 text-align: left;
	 font-size: 16px;
	 line-height: 26px;
}
 .filter__option-button:hover, .filter__option-button:focus {
	 color: var(--secondary-accent-color);
}
 .filter__option-button:active, .filter__option-button:visited {
	 color: var(--primary-text-color);
}
 .filter__icons-wrapper {
	 display: flex;
	 flex-direction: column;
	 gap: 14px;
}
 .filter__value {
	 font-size: 16px;
	 line-height: 21px;
}
.filter__wrapper {
  width: inherit;

}
 .filter__label {
	 font-size: 12px;
}
.donation__input {
  width: inherit;
}
 .filter .arrowDownLogo:first-child {
	 transform: rotate(180deg);
}

@media screen and (min-width: 1290px) {
    .input {
        font-size: 18px;
        line-height: 154.3%;
        height: 60px;
    }

    .doctorsFilter {
        flex-direction: row;
        gap: 30px;
        margin-bottom: 45px;

    }

    .doctorsFilter .filter {
        width: 410px;
    }
	 .filter__value {
		 font-size: 18px;
		 line-height: 26px;
	}
  .filter__title-block {
    padding: 12px 20px 6px;
  }
}
/* End */


/* Start:/local/templates/main/styles/components/container.css?1701953968363*/
.container {
    padding: 35px 10px 45px;
    width: 100%;
    min-width: 320px;
}

@media screen and (min-width: 768px) {
    .container {
        width: 690px;
        margin: 0 auto;
        padding: 0 0 45px;
    }
}

@media screen and (min-width: 1290px) {
    .container {
        width: 1290px;
        margin: 0 auto;
        padding: 65px 0 90px;
    }
}
/* End */


/* Start:/local/templates/main/styles/components/title-block.css?17739251052990*/
.title-block {
	 margin: 0 0 30px;
}
 .title-block__nav {
	 margin: 0 0 30px;
	 display: flex;
	 align-items: center;
	 flex-wrap: wrap;
	 gap: 10px;
	 row-gap: 5px;
}
.title-block__item {
	display: flex;
	align-items: center;
	justify-content: center;
}
 .title-block__point-wrapper {
	 display: inline-flex;
	 align-items: center;
	 justify-content: center;
}
 .title-block__point {
	 width: 3px;
	 height: 3px;
	 background-color: #6c6d76;
	 border-radius: 50%;
}
 .title-block__current-page {
	 font-size: 14px;
}
 .title-block__link {
	 font-family: 'Montserrat', Arial, sans-serif;
	 font-size: 14px;
	 color: var(--secondary-accent-color);
}
 .title-block__wrapper {
	 max-width: 500px;
	 margin: 0 auto;
}
 .title-block__title {
	 margin-bottom: 14px;
	 font-size: 32px;
	 line-height: 32px;
}
 .title-block__description {
	 margin-bottom: 20px;
}
 .title-block__button {
	 max-width: 300px;
	 margin: 0 auto 23px;
	 height: 50px;
	 font-size: 16px;
	 line-height: 154.3%;
}
.title-block__description a {
	text-decoration: underline;
	color: var(--secondary-accent-color);
}
.title-block__description a:hover {
	text-decoration: none;
}
.swiper__title-wrapper .reviews-carousel__description,
.appointment__title-block .appointment__description,
.faq__item-answer .faq__item-answer-list * {
	font-size: 18px;
}

.swiper__title-wrapper h3,
.appointment__title-block h3,
.faq__item-answer .faq__item-answer-list h3,
.title-block__description h3 {
	font-size: 26px;
}

.swiper__title-wrapper h2,
.appointment__title-block h2,
.faq__item-answer .faq__item-answer-list h2,
.title-block__description h2 {
	font-size: 36px;
}


.text-section * {
	font-family: 'Montserrat', Arial, sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
	font-style: normal;
}
.text-section ul {
	margin-bottom: 20px;
}
.text-section li {
	position: relative;
	padding-left: 10px;
}
.text-section li::before {
	content: '';
	position: absolute;
	top: 8px;
	left: 0;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: var(--secondary-accent-color);
}
.text-section h3 {
	font-size: 24px;
	margin: 20px 0 10px;
}

@media screen and (min-width: 1290px) {
	 .title-block {
		 text-align: left;
	}
	 .title-block__nav {
		 margin: 0 0 21px;
	}
	 .title-block__title {
		 font-size: 70px;
		 line-height: 72px;
	}
	 .title-block__button {
		 margin: 0;
		 font-size: 18px;
		 line-height: 154.3%;
	}
}


 
@media screen and (max-width: 768px) {
	.text-section * {
		font-size: 16px;
	}
	.swiper__title-wrapper .reviews-carousel__description,
	.appointment__title-block .appointment__description,
	.faq__item-answer .faq__item-answer-list * {
		font-size: 16px;
 }
 .swiper__title-wrapper h3,
 .appointment__title-block h3,
 .faq__item-answer .faq__item-answer-list h3,
 .title-block__description h3 {
	 font-size: 20px;
 }
 
 .swiper__title-wrapper h2,
 .appointment__title-block h2,
 .faq__item-answer .faq__item-answer-list h2,
 .title-block__description h2 {
	 font-size: 24px;
 }
}
/* End */


/* Start:/local/templates/main/styles/components/buttons.css?17019539681094*/
.button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
	max-width: 300px;
    min-height: 50px;
    height: 50px;
    color: #fff;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 450;
    outline: none;
    cursor: pointer;
    transition: all 200ms ease;
}
 .button:hover, .button:focus {
	 color: #fff;
	 background-color: #3b6c69;
}
 .button--first {
	 background-color: var(--primary-accent-color);
}
 .button--first:hover, .button--first:focus {
	 background-color: #f79787;
}
 .button--second {
	 background-color: var(--secondary-accent-color);
}
 .button--second:hover, .button--second:focus {
	 background-color: #3b6c69;
}
 .button--third {
	 color: var(--secondary-accent-color);
	 background-color: rgba(74, 125, 122, 0.1);
}
 .button--third:hover, .button--third:focus {
	 color: #fff;
	 background-color: #3b6c69;
}
 .button--gray {
	 color: var(--primary-text-color);
	 background-color: #f3f2f2;
}
 @media screen and (min-width: 1290px) {
	 .button {
		 height: 60px;
		 font-size: 18px;
		 line-height: 154.3%;
	}
}
 
/* End */


/* Start:/local/templates/main/styles/components/form.css?17120677281982*/
.form__input-block {
	 display: flex;
	 flex-direction: column;
	 gap: 10px;
	 margin-bottom: 20px;
}
 .form__error-description {
	 display: none;
	 position: absolute;
	 padding-left: 22px;
	 margin-top: 5px;
	 font-weight: 500;
	 font-size: 12px;
	 color: var(--primary-accent-color);
}
 .form__label {
	 position: relative;
	 border-color: #fff;
}
.form__label.phone {
	background-color: #fff;
	 border-radius: 10px;
     outline: none;
}
 .form__label.error .form__input,
 .form__label.error .form__textarea {
	 color: var(--primary-accent-color);
	 border: 1px solid var(--primary-accent-color);
}
 .form__label.error .form__label-text {
	 color: var(--primary-accent-color);
}
 .form__label.error .form__error-description {
	 display: block;
}
 .form__label-text {
	 position: absolute;
	 top: 12px;
	 left: 12px;
	 font-size: 12px;
	 z-index: 1;
}
 .form__input, .form__textarea {
	 width: 100%;
	 padding: 12px 0 0 12px;
	 border: none;
	 font-size: 16px;
	 line-height: 21px;
	 color: #3f414e;
	 font-weight: 450;
	 background-color: #fff;
	 border-radius: 10px;
     outline: none;
}
 .form__input {
	 height: 62px;
}
 .form__textarea {
	 height: 186px;
	 padding: 28px 0 0 12px;
	 resize: none;
}
 .form .send-reviews-button {
	 width: 300px;
	 margin: 0 auto;
}
.form {
	max-width: 410px;
	margin: 0 auto;
}
.form .iti {
    margin: 0;
}
.form .iti__selected-flag {
    height: 26px;
    width: 45px;
	border-radius: 10px;
	top: 23px;
	margin-left: 14px;
}
.form .iti__flag-container {
	position: absolute;
	height: 26px;
    width: 45px;	
}
.form .iti--allow-dropdown input[type=text] {
	padding: 12px 0 0 60px;
}
.form .iti--allow-dropdown {
	padding: 0;
}

 @media screen and (min-width: 980px) {
	 .form {
		 /* width: 410px; */
		 max-width: none;
		 margin: 0 auto;
	}
	 .form__input, .form__textarea {
		 font-size: 18px;
		 padding: 12px 0 0 22px;
	}
	 .form__textarea {
		 height: 130px;
		 padding: 28px 0 0 22px;
	}
	 .form__label-text {
		 left: 22px;
	}
}
 
/* End */


/* Start:/local/templates/main/styles/components/appointments.css?17019539683426*/
.appointment {
	 margin-bottom: 60px;
}
 .appointment__title {
	 margin-bottom: 18px;
}
 .appointment__title-about {
	 display: none;
}
 .appointment__title-block-wrapper {
	 margin-bottom: 30px;
}
 .appointment__title-block-button.desktop {
	 display: none;
}
 .appointment__description {
	 margin-bottom: 30px;
}
 .appointment__gallery {
	 margin-bottom: 20px;
}
 .appointment__gallery-button {
	 max-width: 300px;
	 margin: 0 auto;
}
.appointment__gallery-item-link {
	 display: flex;
	 flex-direction: column;
	 justify-content: space-between;
}
.appointment__gallery-item-wrapper {
	display: flex;
	 flex-direction: column;
	 justify-content: space-between;
	 height: 100%;
}
 .appointment__gallery-item {
	display: flex;
	 flex-direction: column;
	 justify-content: space-between;
	 width: auto;
	 height: auto;
	 /* height: 470px; */
	 padding: 20px 18px 32px;
	 background-color: #fff;
	 border-radius: 20px;
}
.appointment__gallery-card-button-text {
	width: 100%;
	height: 100%;
}
 .appointment__image-wrapper {
	 margin: 0 auto 14px;
	 width: 184px;
	 /* height: 178px; */
}
 .appointment__employee-controls {
	 display: none;
}
 .appointment__employee-name {
	 margin-bottom: 8px;
	 font-size: 21px;
	 line-height: 26px;
}
 .appointment__employee-description {
	 font-size: 12px;
}
 .appointment__gallery-card-button {
	 line-height: 154.3%;
}
 .appointment__gallery-card-button.top {
	 margin-bottom: 10px;
	 height: 30px;
	 font-weight: 400;
	 font-size: 14px;
}
 .appointment__gallery-card-button.bottom {
	display: block;
	 height: 44px;
	 font-size: 16px;
}
 .appointment__gallery-button {
	 background-color: #fff;
	 line-height: 154.3%;
}
 .appointment__gallery-button.top {
	 margin-bottom: 10px;
	 color: var(--secondary-accent-color);
}
 .appointment__gallery-button.bottom {
	 display: none;
	 color: var(--primary-accent-color);
}
 @media screen and (min-width: 768px) {
	 .appointment__title-block {
		 text-align: left;
	}
	 .appointment__title-block-wrapper {
		 margin-bottom: 45px;
	}
	 .appointment__gallery {
		 margin-bottom: 30px;
	}
}
 @media screen and (min-width: 1290px) {
	 .appointment {
		 width: 1290px;
		 margin: 0 auto;
		 margin-bottom: 90px;
	}
	 .appointment__gallery-list {
		 margin-bottom: 30px;
	}
	 .appointment__gallery-buttons.mobile {
		 display: none;
	}
	 .appointment__title-block {
		 width: 715px;
		 text-align: left;
	}
	 .appointment__title-block-button.desktop {
		 display: flex;
		 width: 251px;
		 margin-right: 30px;
		 color: var(--secondary-accent-color);
		 background-color: #fff;
	}
	 .appointment__title-block-wrapper {
		 display: flex;
		 align-items: flex-end;
		 justify-content: space-between;
		 margin-bottom: 43px;
	}
	 .appointment__description {
		 margin-bottom: 0;
	}
	 .appointment__employee-controls {
		 display: block;
	}
	 .appointment__description {
		 font-size: 16px;
	}
	 .appointment__gallery-item {
		 /* height: 566px; */
		 padding: 21px 21px 28px;
	}
	 .appointment__image-wrapper {
		 width: 254px;
		 /* height: 230px; */
	}
	 .appointment__employee-name {
		 margin-bottom: 20px;
		 font-size: 26px;
		 line-height: 1.23;
	}
	 .appointment__employee-description {
		 font-size: 14px;
	}
	 .appointment__gallery-card-button {
		 line-height: 154.3%;
	}
	 .appointment__gallery-card-button.top {
		 height: 40px;
		 font-size: 18px;
	}
	 .appointment__gallery-card-button.bottom {
		 height: 60px;
		 font-size: 18px;
	}
}
 

/* End */


/* Start:/local/templates/main/styles/components/question.css?1701953968675*/
.question {
    width: 300px;
    margin: 0 auto;
    padding: 17px 20px 42px;
    text-align: center;
    background-color: #ffffff;
    border-radius: 20px;
}

.question__title {
    margin-bottom: 10px;
}
.question__description {
    margin-bottom: 20px;
    font-size: 16px;
}
.question__description-more {
    display: none;
}
.question__button {
    width: 212px;
    margin: 0 auto;
}

@media screen and (min-width: 1290px) {
    .question {
        min-width: 300px;
        margin: 0;
    }
    .question__title {
        margin-bottom: 15px;
        font-size: 30px;
        line-height: 30px;
    }
    .question__description {
        margin-bottom: 15px;
    }
}
/* End */


/* Start:/local/templates/main/styles/components/tabs.css?17019539692591*/
.tabs {
	 position: fixed;
	 bottom: 0;
	 left: 0;
	 width: 100%;
	 background: #fff;
	 box-shadow: 0px -12px 37px rgba(230, 235, 243, 0.5);
	 border-radius: 20px 20px 1px 1px;
}
 .tabs__list {
	 display: flex;
	 align-items: center;
	 justify-content: space-between;
	 text-align: center;
	 max-width: 930px;
	 margin: 0 auto;
	 height: 81px;
}
 .tabs__item {
	 display: flex;
	 align-items: center;
	 justify-content: space-between;
	 flex-direction: column;
	 width: 100px;
	 height: 60px;
}
 .tabs__item.plus {
	 position: relative;
	 top: -28px;
}
 .tabs__text {
	 font-size: 12px;
	 line-height: 2;
	 color: #78839c;
}
 .tabs__icon-wrapper {
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 width: 64px;
	 min-height: 64px;
	 background-color: var(--secondary-accent-color);
	 border-radius: 50%;
	 border: 5px solid #fff;
}
 .tabs .plusIcon {
	 height: 20px;
	 width: 20px;
}
 .tabs__location {
	 height: 600px;
	 overflow-y: scroll;
}
 .tabs__location-image {
	 position: relative;
	 margin-bottom: 20px;
}
 .tabs__location-cross-icon {
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 position: absolute;
	 top: 14px;
	 right: 16px;
	 width: 28px;
	 height: 28px;
	 background-color: #fff;
	 border-radius: 50%;
}
 .tabs .crossLogo {
	 width: 13px;
	 height: 13px;
}
 .tabs__location-info {
	 padding: 0 10px 24px;
	 text-align: center;
}
 .tabs__location-title {
	 margin-bottom: 18px;
}
 .tabs__location-phone {
	 font-size: 21px;
	 line-height: 26px;
	 margin-bottom: 4px;
}
 .tabs__location-description {
	 margin-bottom: 11px;
}
 .tabs__location-find {
	 margin: 0 auto 10px;
}
 .tabs__location-buttons-block {
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 gap: 10px;
	 margin-bottom: 10px;
}
 .tabs__location-grey-btn {
	 color: #6c6d76;
	 background: #f3f2f2;
	 border-radius: 10px;
}
 .tabs__appointment {
	 padding: 20px 10px 18px;
	 text-align: center;
}
 .tabs__appointment .button--second {
	 margin-bottom: 10px;
}
 .tabs__appointment-btn-wrapper {
	 text-align: right;
}
 .tabs__appointment-cross-icon {
	 margin-right: 10px;
	 width: 15px;
	 height: 16px;
}
 .tabs__appointment-cross-icon .crossLogo {
	 width: 15px;
	 height: 16px;
}
 .tabs__appointment-phone {
	 margin-bottom: 4px;
}
 .tabs__appointment-description {
	 margin-bottom: 16px;
}
 @media screen and (min-width: 930px) {
	 .tabs {
		 width: 930px;
		 left: 50%;
		 margin-left: -465px;
	}
}
 @media screen and (min-width: 992px) {
	 .tabs {
		 display: none;
	}
}
 @media screen and (min-width: 1290px) {
	 .tabs {
		 display: none;
	}
}
 
/* End */


/* Start:/local/templates/main/styles/components/mobileMenu.css?17019539682051*/
.mobile-menu-popup .mobile-menu {
	 position: fixed;
	 top: 0;
	 left: 0;
	 width: 100vw;
	 height: 100vh;
	 min-width: 320px;
	 padding: 15px 10px 42px;
	 z-index: 5;
	 background-color: #fff;
	 overflow-y: scroll;
}
 .mobile-menu-popup .mobile-menu__header {
	 display: flex;
	 align-items: center;
	 justify-content: space-between;
	 margin-bottom: 15px;
}
 .mobile-menu-popup .mobile-menu__item {
	 font-size: 18px;
	 line-height: 1.44;
	 color: #76767e;
	 border-bottom: 1px solid #ededed;
}
 .mobile-menu-popup .mobile-menu__item:first-child {
	 border-top: 1px solid #ededed;
}
 .mobile-menu-popup .mobile-menu__item.active {
	 position: relative;
	 left: -5px;
	 padding: 14px 23px 17px 9px;
	 color: #fff;
	 border: none;
	 border-radius: 10px;
	 background-color: var(--primary-accent-color);
}
 .mobile-menu-popup .mobile-menu__item.active .mobile-menu__item-button {
	 padding: 0;
	 color: #fff;
}
 .mobile-menu-popup .mobile-menu__item.active .arrowRightLogo stroke {
	 fill: #fff;
}
 .mobile-menu-popup .mobile-menu__item-button {
	 display: flex;
	 align-items: center;
	 justify-content: space-between;
	 padding: 14px 17px 17px 3px;
}
 .mobile-menu-popup .mobile-menu__arrowRightLogo {
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 width: 12px;
	 height: 12px;
}
 .mobile-menu-popup .mobile-menu__item-link {
	 display: block;
	 width: 100%;
	 padding: 14px 17px 17px 3px;
	 color: #76767e;
}
 @media screen and (min-width: 768px) {
	 .mobile-menu-popup {
		 position: fixed;
		 top: 0;
		 left: 0;
		 width: 100vw;
		 height: 100vh;
		 z-index: 5;
		 background-color: rgba(68, 68, 68, 0.6);
	}
	 .mobile-menu-popup .mobile-menu {
		 width: 369px;
		 padding: 34px 34.5px 60px;
	}
	 .mobile-menu-popup .mobile-menu__header {
		 margin-bottom: 34px;
	}
	 .mobile-menu-popup .mobile-menu .header__embrylife-icon, .mobile-menu-popup .mobile-menu__phone-icon {
		 display: none;
	}
	 .mobile-menu-popup .mobile-menu .info__request-button, .mobile-menu-popup .mobile-menu .info__way-button {
		 width: 300px;
	}
}
 
/* End */


/* Start:/local/templates/main/styles/components/info.css?17727947721049*/
.info {
	 margin-top: 40px;
}
 .info__address {
	 margin-bottom: 26px;
	 font-size: 21px;
	 line-height: 1.24;
	 text-align: center;
}
 .info__phone {
	 display: block;
	 margin-bottom: 4px;
	 font-size: 21px;
	 line-height: 1.24;
	 text-align: center;
}
 .info__description {
	 margin-bottom: 26px;
	 text-align: center;
}
 .info__request-button {
	 margin: 0 auto 10px;
}
 .info__way-button {
	 margin: 0 auto 40px;
}
 .info__embrylife-social-wrapper {
	 text-align: center;
}
 .info__embrylife-social-wrapper.top {
	 margin-bottom: 42px;
}
 .info__embrylife-social {
    display: flex;
    justify-content: center;
	 gap: 15px;
	 margin-bottom: 16px;
}
 .info__description-embrylife {
	 margin-bottom: 10px;
	 font-weight: 400;
	 font-size: 24px;
	 line-height: 26px;
}
 .info__join {
	 font-size: 18px;
	 line-height: 26px;
	 color: var(--secondary-accent-color);
}
 @media screen and (min-width: 768px) {
	 .info__request-button {
		 width: 568px;
		 margin: 0 auto 10px;
	}
	 .info__way-button {
		 width: 568px;
		 margin: 0 auto 40px;
	}
}
 
/* End */


/* Start:/local/templates/main/styles/components/appointment.css?17147321474318*/
.appointment {
	 margin-bottom: 60px;
}
 .appointment__title {
	 margin-bottom: 18px;
}
 .appointment__title-about {
	 display: none;
}
 .appointment__title-block-wrapper {
	 margin-bottom: 30px;
}
 .appointment__title-block-button.desktop {
	 display: none;
}
 .appointment__description {
	 margin-bottom: 30px;
}
 .appointment__gallery {
	 margin-bottom: 20px;
}
 .appointment__gallery-button {
	 max-width: 300px;
	 margin: 0 auto;
}
 .appointment__gallery-item {
	 width: auto;
	 padding: 20px 18px 32px;
	 background-color: #fff;
	 border-radius: 20px;
}
 .appointment__image-wrapper {
	background-color: #ECECEC;
	 display: block;
    height: 208px;
	position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.appointment__image-wrapper1::before {
	position: absolute;
    top: 0;
    left: -20%;
    right: 0;
    bottom: 0;
    z-index: 0;
    width: 140%;
    height: 100%;
    margin: auto;
    content: "";
    background: #f3f3f5;
    border-radius: 98% 145% 129% 100%/148% 148% 100% 74%;
    /* border-radius: 60% 120% 80% 90%/80% 120% 60% 90%; */
    -webkit-transform: scale(-1,-1);
    transform: scale(-1,-1);
}
.appointment__image-wrapper1::after {
	position: absolute;
    top: 0;
    left: -31%;
    right: 0;
    bottom: 2px;
    z-index: 0;
    width: 140%;
    height: 100%;
    margin: auto;
    content: "";
    background: transparent;
    border-radius: 98% 135% 129% 100%/148% 148% 100% 74%;
	box-sizing: content-box;
	border: 16px solid white;
    -webkit-transform: scale(-1,-1);
    transform: scale(-1,-1);
	z-index: 3;
}
.appointment__image-wrapper img {
	-o-object-fit: contain;
	object-fit: contain;
	height: 100%;
	position: relative;
	left: 10px;
	z-index: 1;
}
 .appointment__employee-controls {
	 display: none;
}
 .appointment__employee-name {
	 margin-bottom: 8px;
	 font-size: 21px;
	 line-height: 26px;
}
 .appointment__employee-description {
	 font-size: 12px;
	 margin-bottom: 5px;
}
 .appointment__gallery-card-button {
	 line-height: 154.3%;
}
 .appointment__gallery-button-price.top {
	 margin-bottom: 10px;
	 height: 30px;
	 font-weight: 400;
	 font-size: 14px;
}
 .appointment__gallery-card-button.bottom {
	 height: 44px;
	 font-size: 16px;
}
 .appointment__gallery-button {
	 background-color: #fff;
	 line-height: 154.3%;
}
 .appointment__gallery-button.top {
	 margin-bottom: 10px;
	 color: var(--secondary-accent-color);
}
 .appointment__gallery-button.bottom {
	 display: none;
	 color: var(--primary-accent-color);
}
 @media screen and (min-width: 768px) {
	 .appointment__title-block {
		 text-align: left;
	}
	 .appointment__title-block-wrapper {
		 margin-bottom: 45px;
	}
	 .appointment__gallery {
		 margin-bottom: 30px;
	}
}
 @media screen and (min-width: 1290px) {
	 .appointment {
		 width: 1290px;
		 margin: 0 auto;
		 margin-bottom: 90px;
	}
	 .appointment__gallery-list {
		 margin-bottom: 30px;
	}
	 .appointment__gallery-buttons.mobile {
		 display: none;
	}
	 .appointment__title-block {
		 width: 715px;
		 text-align: left;
	}
	.appointment__title-block-button.desktop:hover {
		background-color: #e7e7e7;
	}
	 .appointment__title-block-button.desktop {
		 display: flex;
		 width: 251px;
		 margin-right: 30px;
		 color: var(--secondary-accent-color);
		 background-color: #fff;
	}
	 .appointment__title-block-wrapper {
		 display: flex;
		 align-items: flex-end;
		 justify-content: space-between;
		 margin-bottom: 43px;
	}
	 .appointment__description {
		 margin-bottom: 0;
	}
	 .appointment__employee-controls {
		 display: block;
	}
	 .appointment__description {
		 font-size: 16px;
	}
	 .appointment__gallery-item {
		 padding: 21px 21px 28px;
	}
	 .appointment__image-wrapper {
		height: 232px;
	}
	 .appointment__image-wrapper img {
		-o-object-fit: contain;
    	object-fit: contain;
	}
	.appointment__image-wrapper::after {
		left: -29%;
		scale: 0.98;
		border: 17px solid white;
	}
	 .appointment__employee-name {
		 margin-bottom: 20px;
		 font-size: 26px;
		 line-height: 1.23;
	}
	 .appointment__employee-description {
		 font-size: 14px;
	}
	 .appointment__gallery-card-button {
		 line-height: 154.3%;
	}
	 .appointment__gallery-button-price.top {
		 height: 40px;
		 font-size: 18px;
	}
	 .appointment__gallery-card-button.bottom {
		 height: 60px;
		 font-size: 18px;
	}
}
 
/* End */


/* Start:/local/templates/main/styles/components/price.css?17373694104037*/
.price {
	margin-bottom: 45px;
}
.price__title {
	margin-bottom: 16px;
}
.price__subtitle {
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 10px;
}
.price__description {
	margin-bottom: 30px;
}
.price__block {
	margin-bottom: 90px;
}
.price__block table {
	margin-bottom: 30px;
	background-color: #fff;
	border-radius: 8px;
}
.price__block a {
	color: var(--secondary-accent-color);
	text-decoration: underline;
}
.price__block a:hover {
	text-decoration: none;
}
.price__block div {
	padding-bottom: 10px;
}
.only-text {
	padding-left: 10px;
}
.price__block * {
	font-family: 'Futura PT', Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
}
.price__block h5 {
	padding: 10px 10px 0;
}
.price__block table, .price__block  {
	display: block;
}
.price__block tbody {
	width: 100%;
	display: block;
}
.price__block td:last-child {
	min-width: 94px;
	text-align: right;
}
.price__block td:last-child:nth-child(1) {
	text-align: left;
}
.price__block td[colspan][colspan="3"] {
	font-weight: 500;
	width: 100%;
}
.price__block tr {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	padding: 15px 10px;
}
.price__block tr.flex-start {
	align-items: flex-start;
}
.price__block tr:not(:last-child) {
	border-bottom: 1px solid #EDEDED;
}
td:nth-child(2) {
	min-width: 100px;
}
thead {
	display: block;
}
.text .markup {
	padding: 10px;
}
thead .price {
	margin: 0;
	width: 90px;
}
thead td {
	display: block;
}
thead tr {
	display: block;
}
 .price__item-title {
	 margin-bottom: 10px;
}
 .price__list {
	 border-radius: 8px;
	 background-color: #fff;
}
.price-page__card-title {
	margin-bottom: 24px;
}
.price__item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 15px 10px;
	font-weight: 400;
	font-size: 16px;
	line-height: 21px;
	color: var(--primary-title-color);
	border-bottom: 1px solid #ededed;
}
.price__item-name {
	width: 60%;
}
.price__button:first-child {
	margin-bottom: 10px;
}
.price__buttons {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.table .price {
	margin: 0;
}
.table .subtext {
	margin-left: 10px;
	margin-bottom: 5px;
}
thead td:first-child {
	width: 70%;
} 
tr td:first-child {
	width: 70%;
}
.price__block .markup {
	font-family: Futura PT, arial;
	font-weight: 400;
	line-height: 21px;
}
@media screen and (min-width: 400px) {
	.price__block tr {
		gap: 10px;
	}
 }
@media screen and (min-width: 1290px) {
	.price {
		margin-bottom: 90px;
	}
	.price__block * {
		font-size: 21px;
	}
	 .price__title {
		margin-bottom: 0;
	}
	.price__subtitle {
		font-size: 48px;
		line-height: 48px;
		margin-bottom: 15px;
	}
	.price__title-block {
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin-bottom: 33px;
		padding-bottom: 25px;
		border-bottom: 1px solid #dcdcdc;
	}
	.price__description {
		width: 625px;
		margin-bottom: 0;
	}
	.price__block h5 {
		padding: 20px 47px 0 40px;
		font-weight: 450;
	}
	.only-text {
		padding-left: 40px;
	}
	.price__block .markup {
		font-size: 21px;
		line-height: 26px;
	}
	.text .markup  {
		padding: 23px 40px;
	}
	.price__block tr {
		padding: 23px 47px 23px 40px;
		gap: 150px;
	}
	 .price__item-title {
		 margin-bottom: 20px;
		 font-size: 28px;
		 line-height: 32px;
	}
	 .price__item {
		 padding: 23px 47px 23px 40px;
		 font-size: 21px;
		 line-height: 26px;
	}
	 .price__item-quantity {
		 font-weight: 400;
		 font-size: 24px;
		 line-height: 26px;
	}
	 .price__buttons {
		 display: flex;
		 align-items: center;
		 justify-content: center;
		 flex-direction: row;
	}
	 .price__button {
		 width: 249px;
	}
	 .price__button:first-child {
		 margin-right: 16px;
		 margin-bottom: 0;
	}
	.price__block td:first-child {
		width: 65%;
	}
	td:nth-child(2) {
		text-align: left;
		min-width: 130px;
	}
	.price__block td:last-child {
		min-width: 130px;
	}
	.table .subtext {
		margin-left: 40px;
		margin-bottom: 5px;
	}
}

@media screen and (max-width: 768px) {
	.price__block {
		margin-bottom: 30px;
	}
}
 
/* End */


/* Start:/local/templates/main/styles/components/reviewsCarousel.css?17097208734113*/
.reviews-carousel {
	 margin-bottom: 45px;
}
 .reviews-carousel__title {
	 margin-bottom: 24px;
}
 .reviews-carousel__description {
	 display: none;
}
 .reviews-carousel__title-block-button.desktop {
	 display: none;
}
 .reviews-carousel__gallery {
	 margin-bottom: 20px;
}
 .reviews-carousel__gallery .main__controls-dots {
	 display: none;
}
 .reviews-carousel__more-button {
	 /* width: 300px; */
	 margin: 0 auto;
}
 .reviews-carousel__gallery-item {
	 display: flex;
	 flex-direction: column;
	 justify-content: space-between;
	 width: 220px !important;
	 height: 403px;
	 padding: 20px 17px;
	 background-color: #fff;
	 border-radius: 20px;
}
 .reviews-carousel__image-wrapper {
	 margin-bottom: 10px;
	 width: 167px;
	 height: 31px;
}
 .reviews-carousel__review-date {
	 font-size: 12px;
}
 .reviews-carousel__reviewer-name {
	 font-size: 18px;
	 line-height: 26px;
}
 .reviews-carousel__info {
	 margin-bottom: 17px;
}
.reviews-carousel__wrapper {
    margin-bottom: 20px;
}
 .reviews-carousel__like-block {
	 overflow: hidden;
}
 .reviews-carousel__like {
	 color: #3f414e;
	 font-size: 12px;
	 font-weight: 600;
}
.reviews-carousel__like-block p,
 .reviews-carousel__like-text {
	/* margin-bottom: 30px; */
	 font-size: 12px;
}
 .reviews-carousel__like-text.top {
	 margin-bottom: 10px;
}
.reviews-carousel__like-block p::-webkit-scrollbar,
.reviews-carousel__like-text::-webkit-scrollbar {
 	width: 5px;
}
.reviews-carousel__like-block p::-webkit-scrollbar-track,
.reviews-carousel__like-text::-webkit-scrollbar-track {
 	 background-color: #fff;
}
.reviews-carousel__like-block p::-webkit-scrollbar-thumb,
.reviews-carousel__like-text::-webkit-scrollbar-thumb {
 	 background-color: #b8b8b8;
	 border-radius: 3px;
}
 .reviews-carousel__more-button {
	 height: 44px;
}
 .reviews-carousel__gallery-button:first-child {
	 margin-bottom: 10px;
	 color: var(--secondary-accent-color);
	 background-color: #fff;
}
 .reviews-carousel__gallery-buttons {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.reviews-carousel__like-block p,
.reviews-carousel__like-text {
	max-height: 194px;
}

.reviews-carousel__like-block p {
	font-size: 12px;
}

 @media screen and (min-width: 1290px) {
	 .reviews-carousel__title-block-button.desktop {
		 display: flex;
		 position: relative;
		 left: -142px;
		 width: 251px;
		 color: var(--secondary-accent-color);
		 background-color: #fff;
	}
	 .reviews-carousel__wrapper {
		 margin-bottom: 30px;
	}
	 .reviews-carousel__gallery-item-inner {
		 overflow: hidden;
	}
	 .reviews-carousel__gallery {
		 margin-bottom: 30px;
	}
	 .reviews-carousel__gallery .main__controls-dots {
		 display: flex;
		 position: static;
		 margin-top: 30px;
		 margin-left: -22px;
	}
	 .reviews-carousel__gallery .main__hero-controls-arrow {
		 display: flex;
		 top: 4px;
	}
	 .reviews-carousel__gallery .main__hero-controls-arrow.left {
		 left: auto;
		 right: 63px;
	}
	 .reviews-carousel__gallery .main__hero-controls-arrow.right {
		 right: 0;
	}
	 .reviews-carousel__gallery-item {
		 padding: 30px 13px 30px 21px;
		 width: 300px !important;
		 height: 468px;
	}
	 .reviews-carousel__review-date {
		 margin-top: 20px;
		 font-size: 14px;
	}
	 .reviews-carousel__reviewer-name {
		 margin-bottom: 13px;
		 font-size: 26px;
		 line-height: 32px;
	}
	 .reviews-carousel__like {
		 font-size: 16px;
		 line-height: 24px;
	}
	.reviews-carousel__like-block p,
	 .reviews-carousel__like-text {
		 font-size: 16px;
		 line-height: 24px;
	}
	 .reviews-carousel__gallery-buttons {
		 display: flex;
		 align-items: flex-end;
		 justify-content: center;
         flex-direction: row;
	}
	 .reviews-carousel__gallery-button.top {
		 display: none;
	}
	 .reviews-carousel__gallery-button.bottom {
		 width: 248px;
	}
	 .reviews-carousel__title-block {
		 display: flex;
		 align-items: flex-end;
		 justify-content: space-between;
		 margin-bottom: 40px;
	}
	 .reviews-carousel__description {
		 display: block;
	}
	 .reviews-carousel__title-block-wrapper {
		 width: 689px;
	}
	 .reviews-carousel__more-button {
		 height: 60px;
		 width: 257px;
	}
}
 
/* End */


/* Start:/local/templates/main/styles/components/articlesCarousel.css?17435062571782*/
.articles {
    margin-bottom: 45px;
}
.articles .title-block__description {
	 display: none;
}
 .articles__list {
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 flex-wrap: wrap;
	 gap: 20px;
	 margin-bottom: 20px;
}
 .articles__item {
	 display: flex;
	 justify-content: space-between;
	 flex-direction: column;
	 width: 300px;
	 padding: 30px 20px;
	 background: #fff;
	 border-radius: 20px;
}
 .articles__item-title {
	 margin-bottom: 5px;
}
 .articles__item-description {
	 height: 105px;
	 overflow: hidden;
	 margin-bottom: 24px;
	 font-size: 14px;
}
 .articles__show-more {
	 width: 300px;
	 margin: 0 auto;
}
.articles__gallery-button {
    background-color: #fff;
    color: var(--secondary-accent-color);
}
.articles__gallery-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


.articles__list .articles__item {
  height: 100% !important;
  min-height: 409px;
}

.articles__list .articles__item .article-information-wrap {
  margin-top: auto;
}

 @media screen and (min-width: 930px) {
	 .articles__list {
		 grid-template-columns: repeat(2, 1fr);
		 grid-column-gap: 20px;
	}
}
 @media screen and (min-width: 1290px) {
	 .articles__list {
		 display: grid;
		 grid-template-columns: repeat(4, 1fr);
		 grid-column-gap: 20px;
		 grid-row-gap: 30px;
		 margin-bottom: 45px;
	}
	.swiper__arrows-wrapper .articles__gallery-button {
		width: 251px;
	}
	 .articles__item {
		 height: 409px;
		 padding: 54px 14px 54px 20px;
	}
	 .articles__item-title {
		 font-size: 26px;
		 line-height: 32px;
		 min-height: 96px;
	}
	 .articles__item-description {
		 margin-bottom: 30px;
	}
	 .articles__show-more {
		 width: 249px;
	}
    .articles__gallery-buttons {
        flex-direction: row;
    }
}
/* End */


/* Start:/local/templates/main/styles/components/faq.css?17097224042186*/
.faq {
	 min-width: 320px;
	 margin-bottom: 45px;
}
 .faq__title {
	 margin-bottom: 16px;
}
 .faq__description {
	 margin-bottom: 15px;
}
 .faq__item {
	 padding: 18px 0;
	 border-bottom: 1px solid #dbdbdb;
}
.faq__item-answer-list li {
	margin: 0;
    font-family: 'Montserrat', Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
}
.faq__item-answer-list a {
	color: var(--secondary-accent-color);
	cursor: pointer;
}
.faq__item-answer-list li {
	position: relative;
	padding-left: 10px;
}
.faq__item-answer-list li::before {
	content: '';
	position: absolute;
	top: 8px;
	left: 0;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: var(--secondary-accent-color);;

}
.faq__item-answer h4 {
	font-weight: 400;
	font-size: 18px;
}
.faq__arrow {
	transition: all 150ms ease-in;
}
.faq__arrow.rotate {
	transform: rotate(90deg);
}
 .faq__item:first-child {
	 border-top: 1px solid #dbdbdb;
}
 .faq__item-link {
	position: relative;
	 display: flex;
	 align-items: center;
	 justify-content: space-between;
	 gap: 20px;
}
.faq__item-answer {
 	margin-top: 15px;
}
 .faq__text {
	 font-weight: 400;
	 font-size: 24px;
	 line-height: 26px;
	 padding: 10px 0;
}

 @media screen and (max-width: 767px) {
	.faq {
		padding: 0 10px;
	}
 }

 @media screen and (min-width: 768px) {
	.faq {
		width: 690px;
    	margin: 0 auto 45px;
	}
	.faq ul{
		font-size: 16px;
	}
	.faq__item-answer-list li {
		font-size: 15px;
		padding-left: 14px;
	}
	.faq__item-answer-list li::before {
		width: 5px;
		height: 5px;
	}
	.faq__item-answer h4 {
		font-size: 20px;
	}
}
 /* @media screen and (min-width: 930px) {
	 .faq {
		 width: 930px;
		 margin: 0 auto 60px;
	}
} */
 @media screen and (min-width: 1290px) {
	 .faq {
		 width: 1290px;
		 margin: 0 auto 90px;
	}
	 .faq__title {
		 margin-bottom: 0;
	}
	 .faq__title-block {
		 display: flex;
		 align-items: center;
		 justify-content: space-between;
		 margin-bottom: 50px;
	}
	 .faq__item {
		 padding: 25px 0;
		 cursor: pointer;
	}
	 .faq__description {
		 width: 631px;
		 margin-bottom: 0;
	}
	 .faq__text {
		 font-weight: 450;
		 font-size: 28px;
		 line-height: 32px;
	}
}
 
/* End */


/* Start:/local/templates/main/styles/components/main.css?177279477513005*/
.main__hero-icon {
 height: 351px;
}
.main__hero-block {
 height: 255px;
}
.main .container {
  padding-top: 0;
}

.main .main-track {
  border-radius: 20px;
}

.main .main__hero .swiper-pagination-bullets {
  display: flex;
  bottom: 14px;
}

.main__hero {
  position: relative;
  margin-bottom: 50px;
}

.main__hero-item {
  padding: 30px 12px 64px;
  background-color: #fff;
  border-radius: 20px;
  text-align: center;
}

.main__hero-title {
  margin-bottom: 14px;
  font-size: 32px;
  line-height: 1;
}

.main__hero-description {
  margin-bottom: 23px;
}

.main__hero-controls-dots {
  display: none;
}

.main__hero-button {
  width: 150px;
  margin: 0 auto;
  height: 50px;
  margin-bottom: 8px;
}

.main__hero-icon img {
  width: 100%;
  height: 100%;
}

.main__hero-icon figure {
  margin: 0;
}

.main__hero-controls-arrow,
.main__services-title-block {
  display: none;
}

.main__controls-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 19px;
  position: absolute;
  bottom: 23px;
  left: 50%;
  margin-left: -55px;
}

.main__services {
  margin-bottom: 60px;
}

.main__services-list {
  margin-bottom: 20px;
}

.main__services-item {
  height: 73px;
  padding: 7px 22px 8px 12px;
  background-color: #fff;
  border-radius: 8px;
}

.main__services-item:hover,
.main__services-item:focus {
  background-color: #e7e7e7;
}

.main__services-item.desktop {
  display: none;
}

.main__services-item:not(:last-child) {
  margin-bottom: 10px;
}

.main .arrowRight {
  width: 8px;
  height: 12px;
}

.main__services-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
}

.main .service {
  width: 54px;
  height: 52px;
}

.main__services-title {
  margin-left: 15px;
  font-size: 16px;
  line-height: 1.31;
}

.main__services-arrow-icon {
  margin-left: auto;
}

.main__services-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.main__about-title {
  margin-bottom: 16px;
  font-size: 28px;
  line-height: 1.14;
}

.main__about-description {
  margin-bottom: 14px;
}

.main__about-list {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 33px;
}

.main__about-item {
  width: 142px;
}

.main__about-value {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 131px;
  height: 131px;
  font-size: 32px;
  line-height: 1;
  color: var(--secondary-accent-color);
  background-image: url(/images/main/shape.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.main__about-value-description {
  padding-left: 10px;
}

.main__about-button {
  width: 300px;
  margin: 0 auto;
}

.main .heroLogo {
  width: 193px;
  height: 197px;
  margin: auto;
  display: block;
}

.h2 {
  margin-bottom: 15px;
  color: #3F414E;
  font-size: 48px;
  font-weight: 450;
  line-height: 48px;
}

.appointment__title.h2 {
  font-size: 36px;
}

.article-information-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 18px;
  margin-bottom: 30px;
}

.article-information-wrap * {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 16px;
}

.article-information-wrap .article-show {}

.article-information-wrap .article-date {}

.article-information-wrap .article-date::before {
  content: url('data:image/svg+xml, <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-calendar3" viewBox="0 0 16 16"><path d="M14 0H2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2M1 3.857C1 3.384 1.448 3 2 3h12c.552 0 1 .384 1 .857v10.286c0 .473-.448.857-1 .857H2c-.552 0-1-.384-1-.857z"/><path d="M6.5 7a1 1 0 1 0 0-2 1 1 0 0 0 0 2m3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2m3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2m-9 3a1 1 0 1 0 0-2 1 1 0 0 0 0 2m3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2m3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2m3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2m-9 3a1 1 0 1 0 0-2 1 1 0 0 0 0 2m3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2m3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2"/></svg>');
  width: 22px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
}

.article-information-wrap .article-show::before {
  content: url('data:image/svg+xml, <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-eye-fill" viewBox="0 0 16 16"><path d="M10.5 8a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0"/><path d="M0 8s3-5.5 8-5.5S16 8 16 8s-3 5.5-8 5.5S0 8 0 8m8 3.5a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7"/></svg>');
  width: 22px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
}

.article-information-wrap .bx-rating {}

.author-article-wrap {
  display: grid;
  grid-gap: 0 30px;
  grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
}

.cardAuthor {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 0;
  background: #fff;
  padding: 54px clamp(20px, 1.5dvw + 16px, 40px);
  border-radius: 20px;
  margin-bottom: 90px;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}

.cardAuthor.author {}

.cardAuthor.editor {}

.cardAuthor.author::before {
  content: 'Автор статьи:';
}

.cardAuthor.editor::before {
  content: 'Редактор:';
}

.cardAuthor::before {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 14px;
  position: absolute;
  top: 20px;
}

.imgAuthor {
  width: 100%;
  max-width: 260px;
  height: auto;
  aspect-ratio: 3/4;
  object-fit: contain;
  order: 1;
  position: absolute;
  right: 20px;
  bottom: 0;
}

.informationAuthor {}

.informationAuthor > *:not(.nameAuthor, .button) {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 16px;
  margin-bottom: .83em;
  display: block;
}

.nameAuthor {
  display: block;
  font-size: clamp(24px, 1.5dvw + 16px, 70px);
  max-width: 300px;
  color: #6c6d76;
  margin-bottom: .83em;
}

.statusAuthor {}

@media screen and (max-width: 600px) {
  .cardAuthor {
    justify-content: center;
  }

  .imgAuthor {
    position: static;
    order: 0;
  }
}

@media screen and (max-width: 768px) {
  .appointment__title.h2 {
    font-size: 24px;
  }

  .carousels-list .articles__item {
    width: auto;
    min-height: 350px;
  }

  .author-article-wrap {
    grid-template-columns: 1fr;
  }
}

@media screen and (min-width: 768px) {
  .main__hero {
    width: 100%;
    margin: 0 auto 50px;
  }

  .main__hero-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 30px 20px 64px;
    text-align: left;
  }

  .main__hero-icon {
    height: 35vw;
    width: 50%;
  }

  .main__hero-block {
    width: 50%;
  }

  .main__hero-button {
    margin: 0;
  }

  .main__hero-title {
    font-size: 56px;
  }

  .main__hero-description {
    width: 470px;
  }

  .main .heroLogo {
    width: 477px;
    height: 454px;
  }

  .main__services-title-block {
    display: block;
    margin-bottom: 30px;
    text-align: center;
  }

  .main__services-title-block-title {
    margin-bottom: 15px;
  }

  .main__services-title {
    margin-left: 20px;
    font-size: 21px;
    line-height: 19px;
  }

  .main .title {
    font-size: 48px;
    line-height: 62px;
  }

  .main .service {
    width: 76px;
    height: 81px;
  }

  .main__services-list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
  }

  .main__services-item {
    width: 330px;
    height: 100px;
    border-radius: 20px;
    transition: background-color 200ms ease;
  }

  .main__services-item.desktop {
    display: block;
  }

  .main__services-item:not(:last-child) {
    margin-bottom: 0;
  }

  .main__services-item.price-item {
    background-color: var(--primary-accent-color);
  }

  .main__services-item.price-item:hover {
    background-color: #f79787;
  }

  .main__services-link.price-item {
    justify-content: center;
    font-size: 21px;
    line-height: 19px;
    color: #fff;
  }

  .main__services-buttons {
    display: none;
  }

  .main__about-title-block {
    text-align: center;
  }

  .main__about-list {
    gap: 30px;
    margin-bottom: 60px;
  }

  .main__about-item {
    width: 288px;
  }

  .main__about-value {
    width: 252px;
    height: 250px;
    margin: 0 auto;
    font-size: 48px;
    line-height: 62px;
    background-image: url(/images/main/shape-desktop.png);
  }

  .main__about-value-description {
    font-size: 18px;
    text-align: center;
  }

  .main__about-value-description.effective {
    width: 200px;
    margin: 0 auto;
  }

  .main__about-button {
    width: 264px;
  }
}

@media screen and (min-width: 930px) {
  .main__hero {
    width: 930px;
    margin: 0 auto 60px;
  }
}

@media screen and (min-width: 1290px) {
  .main__hero {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto 60px;
  }

  .main__hero-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 0 60px 60px 80px;
    text-align: left;
  }

  .main__hero-icon {
    height: 464px;
  }

  .main__hero-controls-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    position: static;
    margin-top: 30px;
    margin-left: -22px;
  }

  .main .heroLogo {
    width: 492px;
    height: 464px;
  }

  .main .title {
    font-size: 60px;
    line-height: 77px;
  }

  .main__hero-block {
    width: 600px;
  }

  .main__hero-title {
    margin-bottom: 4px;
    font-size: 70px;
  }

  .main__hero-description {
    margin: 0;
    font-size: 16px;
  }

  .main__hero-button {
    margin: 30px 0 0;
    width: 198px;
    height: 60px;
    font-size: 18px;
    line-height: 154.3%;
    font-weight: 400;
  }

  .main__hero-controls-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 38%;
    margin-top: -100px;
    width: 48px;
    height: 48px;
    background-color: #fff;
    border-radius: 50%;
    border: 2px solid var(--primary-accent-color);
  }

  .main__hero .swiper__arrow {
    position: absolute;
  }

  .main__hero .swiper__arrow.left {
    left: 30px;
  }

  .main__hero .swiper__arrow.right {
    right: 30px;
    transform: rotate(180deg);
  }

  .main__hero-controls-arrow:hover,
  .main__hero-controls-arrow:focus {
    background-color: var(--primary-accent-color);
  }

  .main__hero-controls-arrow:hover .arrowLogo path,
  .main__hero-controls-arrow:focus .arrowLogo path {
    stroke: #fff;
  }

  .main__hero-controls-arrow {
    top: 4px;
  }

  .main__hero-controls-arrow.left {
    left: auto;
    right: 63px;
  }

  .main__hero-controls-arrow.right {
    right: 0;
  }

  .main__hero .swiper__arrow {
    top: 38%;
  }

  .main__hero-controls-arrow.hero-carousel {
    top: 50%;
    margin-top: -80px;
  }

  .main__hero-controls-arrow.hero-carousel.left {
    left: 10px;
    right: 0;
  }

  .main__hero-controls-arrow.hero-carousel.right {
    right: 10px;
    transform: rotate(180deg);
  }

  .main .arrowLogo {
    height: 14px;
  }

  .main__services {
    width: 1290px;
    margin: 0 auto;
    margin-bottom: 130px;
  }

  .main__services-title-block {
    display: block;
    margin-bottom: 36px;
    text-align: left;
  }

  .main__services-title-block-title {
    font-size: 21px;
    line-height: 19px;
  }

  .main__services-link.price-item {
    justify-content: center;
    font-size: 21px;
    line-height: 19px;
    color: #fff;
  }

  .main__services-title-description {
    font-size: 16px;
  }

  .main__services-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 20px;
    margin-bottom: 0;
  }

  .main__services-item {
    width: 300px;
    height: 100px;
  }

  .main__services-item.price-item {
    background-color: var(--primary-accent-color);
  }

  .main__services-item:not(:last-child) {
    margin: 0;
  }

  .main__services-item.desktop {
    display: block;
  }

  .main .appointment__title-block {
    text-align: left;
  }

  .main .appointment__title-about {
    display: none;
  }

  .main .appoimtment__gallery .main__hero-controls-arrow {
    top: 4px;
  }

  .main__services-icon {
    width: 76px;
    height: 82px;
  }

  .main .service {
    width: 76px;
    height: 82px;
  }

  .main__services-buttons {
    display: none;
  }

  .main__about {
    width: 1290px;
    margin: 0 auto;
  }

  .main__about-title-block {
    display: flex;
    align-items: center;
    gap: 100px;
    text-align: left;
  }

  .main__about-description {
    width: 538px;
    font-size: 16px;
  }

  .main__about-list {
    gap: 40px;
    margin-bottom: 80px;
  }

  .main__about-item {
    width: 288px;
    font-size: 18px;
  }

  .main__about-value {
    width: 200px;
    height: 230px;
    margin: 0;
    font-size: 60px;
    line-height: 77px;
    background-image: url(/images/main/shape-desktop.png);
  }

  .main__about-value-description {
    font-size: 18px;
    text-align: left;
  }

  .main__about-value-description.effective {
    margin: 0;
  }

  .main__about-button {
    width: 264px;
    height: 60px;
    margin: 0 auto;
  }
}
/* End */


/* Start:/local/templates/main/styles/components/reviewModal.css?17019539681725*/
.review-modal-popup .review-modal {
	 position: fixed;
	 top: 0;
	 left: 0;
	 width: 100vw;
	 height: 100vh;
	 min-width: 320px;
	 padding: 20px 10px 57px;
	 z-index: 5;
	 background-color: #fff;
	 overflow-y: scroll;
}
.review-modal-popup__review {
	width: 100%;
}
 .review-modal-popup .review-modal__close-icon {
	 position: relative;
	 right: 10px;
	 margin-bottom: 54px;
	 text-align: right;
}
 .review-modal-popup .review-modal .reviews-carousel__gallery-item-inner {
	 margin-bottom: 36px;
}
 .review-modal-popup .review-modal .reviews-carousel__like-text {
	 padding-right: 10px;
	 max-height: 300px;
	 overflow-y: auto;
}
 .review-modal-popup .review-modal .reviews-carousel__more-button {
	 width: 300px;
	 margin: 0 auto;
}
 @media screen and (min-width: 1290px) {
	 .review-modal-popup {
		 position: fixed;
		 top: 0;
		 left: 0;
		 width: 100vw;
		 height: 100vh;
		 z-index: 5;
		 background-color: rgba(108, 109, 118, 0.8);
	}
	 .review-modal-popup .review-modal {
		 display: flex;
		 align-items: flex-start;
		 flex-direction: row-reverse;
		 padding: 45px 79px;
		 width: 1068px;
		 height: auto;
		 top: 50%;
		 left: 50%;
		 margin-left: -534px;
		 margin-top: -211px;
		 border-radius: 10px;
		 overflow: hidden;
	}
	 .review-modal-popup .review-modal__close-icon {
		 position: relative;
		 top: -14px;
		 right: -48px;
		 margin: 0;
		 width: 17px;
	}
	 .review-modal-popup .review-modal .reviews-carousel__reviews-carousel__like-block {
		 width: 100%;
		 overflow: hidden;
		 text-overflow: ellipsis;
	}
	 .review-modal-popup .review-modal .reviews-carousel__more-button {
		 width: 258px;
	}
	 .review-modal-popup .review-modal .reviews-carousel__gallery-item-inner {
		 margin-bottom: 20px;
	}
}
 
/* End */


/* Start:/local/templates/main/styles/components/sendReviewModal.css?17670396451455*/
.send-review-popup .send-review {
	 position: fixed;
	 top: 0;
	 left: 0;
	 width: 100vw;
	 height: 100vh;
	 min-width: 320px;
	 padding: 20px 10px 57px;
	 text-align: center;
	 z-index: 10;
	 background-color: #f3f2f2;
	 overflow-y: scroll;
}
.send-review__wrapper {
	max-width: 490px;
	margin: 0 auto;
}

 .send-review-popup .send-review__close-icon {
	width: fit-content;
	margin-left: auto;
	 margin-bottom: 10px;
}
 .send-review-popup .send-review__title {
	 margin-bottom: 5px;
}
 .send-review-popup .send-review__description {
	 margin-bottom: 20px;
}

 /* @media screen and (min-width: 640px) {
	.send-review-popup .send-review {
		padding: 20px 120px 57px;
	}
} */

 @media screen and (min-width: 980px) {
	 .send-review-popup {
		 position: fixed;
		 top: 0;
		 left: 0;
		 width: 100vw;
		 height: 100vh;
		 z-index: 100;
		 background-color: rgba(108, 109, 118, 0.8);
	}
	.send-review form {
		max-width: 410px;
		margin: 0 auto;
	}
	 .send-review-popup .send-review {
		 padding: 30px 10px 60px;
		 width: 630px;
		 height: 750px;
		 top: 50%;
		 left: 50%;
		 margin-left: -315px;
		 margin-top: -375px;
		 border-radius: 10px;
	}
	.send-review__title {
		font-size: 48px;
		line-height: 1;
	}
	 .send-review-popup .send-review__close-icon {
		 margin-bottom: 15px;
		 margin-right: 20px;
	}
	 .send-review-popup .send-review__title {
		 margin-bottom: 15px;
	}
	 .send-review-popup .send-review__description {
		 margin-bottom: 30px;
	}
}
 
/* End */


/* Start:/local/templates/main/styles/components/successModal.css?17434269761187*/
.success-modal-popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 100;
	background-color: rgba(108, 109, 118, 0.8);

}
.success-modal__title {
	margin-bottom: 5px;
	font-size: 21px;
}
.success-modal {
	position: absolute;
	width: 300px;
	top: 50%;
	left: 50%;
	margin-left: -150px;
	margin-top: -170px;
	padding: 20px;
	background-color: #fff;
	border-radius: 10px;
}
.success-modal__close-icon {
	margin-left: auto;
	margin-bottom: 5px;
	position: relative;
	width: 17px;
	height: 17px;
}
.success-modal-popup .womanLogo{
	margin: 0 auto;
}
.success-modal__logo {
	text-align: center;
}

 @media screen and (min-width: 980px) {
	 .success-modal-popup {
		 position: fixed;
		 top: 0;
		 left: 0;
		 width: 100vw;
		 height: 100vh;
		 z-index: 5;
		 background-color: rgba(108, 109, 118, 0.8);
	}
	 .success-modal-popup .success-modal {
		position: absolute;
		 padding: 20px;
		width: 436px;
		 top: 50%;
		 left: 50%;
		 margin-left: -218px;
		 margin-top: -155px;
		 border-radius: 10px;
		 background-color: #f3f2f2;
	}
	.success-modal__title {
		font-size: 32px;
	}
	 .success-modal-popup .success-modal__description {
		 margin-bottom: 30px;
	}
}
/* End */


/* Start:/local/templates/main/styles.css?177917699228368*/
.medflex-round-widget__button {
  width: 56px!important;
  height: 56px!important;
  font-size: 14px!important;
	right: 25px !important;
	bottom: 180px !important;
	z-index: 250 !important;
}
.medflex-round-widget__button::before,
.medflex-round-widget__button::after {
	background-color: var(--secondary-accent-color)!important;
}
.header {
	width: 100%;
	min-width: 320px;
	max-width: 930px;
	margin: 0 auto;
	position: relative;
	height: 71px;
	background-color: #f3f2f2;
	z-index: 5;
}
.header .phoneLogo {
	width: 46px;
	height: 46px;
}
.header__wrapper {
	width: 100%;
	padding: 15px 10px 10px;
	background-color: #f3f2f2;
	z-index: 5;
}
.header__mobile {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header__menu-icon {
	width: 23px;
	height: 16px;
}
.header__embrylife-icon {
	height: 26px;
}
.header__phone-icon {
	display: flex;
	align-items: center;
	gap: 15px;
}
.header__phone-icon .phoneLogo > rect:first-child {
	transition: fill 200ms ease;
	fill: var(--primary-accent-color);
}
.header__phone-icon .phoneLogo > rect:last-child {
	transition: fill 200ms ease;
	fill: var(--primary-accent-color);
}
.header__phone-icon:hover .phoneLogo > rect:first-child, .header__phone-icon:focus .phoneLogo > rect:first-child {
	fill: #f79787;
}
.header__phone-icon:hover .phoneLogo > rect:last-child, .header__phone-icon:focus .phoneLogo > rect:last-child {
	fill: #f79787;
}
.header__desktop, .header__tablet {
	display: none;
}
.tabs__appointment-btn {
   margin: 0 auto;
}
.tabs__location-grey-btn {
   margin: 0 auto;
}
.header__services-list-wrap {
   display: none;
}
.header__location * {
	transition: all ease 200ms;
}
.header__location .header__location-icon path {
	animation: locationChange 6s infinite ease-in-out;
}
@keyframes locationChange {
  0% {
    fill: #B5BBC9;
  }
  50% {
    fill: #f4a396;
  }
  100% {
    fill: #B5BBC9;
  }
}
.header__location:hover .header__location-icon path {
	fill: #4a7d7a;
} 
.header__location:hover .header__location-text {
	color: #4a7d7a;
}
@media screen and (min-width: 768px) {
	.header {
		height: 86px;
   }
	.header__wrapper {
		padding: 20px 39px;
   }
	.header__mobile {
		display: none;
   }
	.header__tablet {
		display: flex;
		align-items: center;
		justify-content: space-between;
   }
	.header__tablet-left-block {
		display: flex;
		align-items: center;
   }
	.header__tablet-left-block .header__embrylife-icon {
		margin-left: 20px;
   }
	.header__tablet-ritgh-block {
		display: flex;
		align-items: center;
		gap: 12px;
   }
	.header__tablet-ritgh-block .header__whatsApp-icon {
		display: flex;
		align-items: center;
   }
	.header__tablet-ritgh-block .whatsAppLogo {
		margin-left: 20px;
   }
	.header__tablet-ritgh-block .header__phone-number {
		font-weight: 400;
		font-size: 18px;
		line-height: 26px;
   }
}
@media screen and (min-width: 992px) {
	.header {
		height: 134px;
		max-width: 1500px;
		margin-bottom: 25px;
   }
	.header__wrapper {
		max-width: 1500px;
		padding: 25px 0 0;
		position: fixed;
		top: 0;
   }
	.header__tablet {
		display: none;
   }
	.header__desktop {
		display: block;
		width: 929px;
		height: 134px;
		margin: 0 auto;
   }
	.header__desktop-top-block {
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin-bottom: 15px;
   }
	.header__embrylife-icon {
		margin-right: 10px;
   }
	.header__location {
		display: flex;
		align-items: center;
		margin-right: 10px;
   }
	.header__location-icon {
		height: 22px;
		margin-right: 14px;
   }
	.header__location-text {
		font-size: 16px;
		line-height: 1.17;
   }
	.header__working-hours {
		display: none;
   }
	.header__contacts {
		display: flex;
		align-items: center;
   }
	.header__whatsApp-icon {
		height: 40px;
		margin-right: 12px;
   }
	.header__whatsApp-icon .whatsAppLogo > rect {
		transition: fill 200ms ease;
		fill: var(--secondary-accent-color);
   }
	.header__whatsApp-icon:hover .whatsAppLogo > rect, .header__whatsApp-icon:focus .whatsAppLogo > rect {
		fill: #3b6c69;
   }
	.header .phoneLogo {
		width: 44px;
		min-width: 44px;
		height: 44px;
   }
	.header__phone-icon {
		font-size: 18px;
		line-height: 26px;
		font-weight: 400;
   }
	.header__phone-icon .phoneLogo > rect:first-child {
		transition: fill 200ms ease;
		fill: var(--primary-accent-color);
   }
	.header__phone-icon .phoneLogo > rect:last-child {
		transition: fill 200ms ease;
		fill: var(--primary-accent-color);
   }
	.header__phone-icon:hover .phoneLogo > rect:first-child, .header__phone-icon:focus .phoneLogo > rect:first-child {
		fill: #f79787;
   }
	.header__phone-icon:hover .phoneLogo > rect:last-child, .header__phone-icon:focus .phoneLogo > rect:last-child {
		fill: #f79787;
   }
	.header__phone {
		font-size: 18px;
		line-height: 1.44;
		cursor: text;
   }
	.header__search-icon {
		height: 22px;
		/* margin-right: 39px; */
   }
	.header__language {
		display: flex;
		align-items: center;
		gap: 15px;
   }
	.header__language-item {
		font-size: 18px;
		font-weight: 450;
		line-height: 1.17;
		color: #b5bbc9;
		transition: all 200ms ease;
   }
	.header__language-item:hover, .header__language-item:focus {
		color: var(--primary-accent-color);
   }

	.header__nav-list {
		display: flex;
		align-items: center;
		height: 60px;
		background-color: #ececec;
		border-radius: 10px;
		justify-content: space-between;
   }
	.header__nav-item {
		display: flex;
		align-items: center;
		justify-content: center;
		position: relative;
		height: 60px;
		font-weight: 400;
		font-size: 18px;
		line-height: 21px;
		border-radius: 10px;
		cursor: pointer;
   }
	.header__nav-item:hover, .header__nav-item:focus {
		background-color: #fff;
   }
	.header__nav-item:hover .header__nav-arrowDown-btn, .header__nav-item:focus .header__nav-arrowDown-btn {
		color: var(--primary-accent-color);
   }
	.header__nav-item:hover .header__nav-item-link, .header__nav-item:focus .header__nav-item-link {
		color: var(--primary-accent-color);
   }
	.header__nav-item:hover .arrowDownLogo path, .header__nav-item:focus .arrowDownLogo path {
		stroke: var(--primary-accent-color);
   }
	.header__nav-item.active {
		background-color: #fff;
   }
	.header__nav-item.active::before {
		content: '';
		height: 12px;
		width: 100%;
		background-color: transparent;
		position: absolute;
		bottom: -12px;
		left: 0;
   }
	.header__nav-item.active::after {
		content: '';
		position: absolute;
		bottom: -20px;
		left: 43%;
		border: 11px solid transparent;
		border-top: 11px solid #fff;
   }
	.header__nav-item.active .header__nav-arrowDown-btn, .header__nav-item.active .header__nav-item-link {
		color: var(--primary-accent-color);
   }
	.header__nav-item.active .arrowDownLogo path {
		stroke: var(--primary-accent-color);
   }
   .header__nav-item.active .header__services-title .arrowDownLogo path {
	   stroke: var(--primary-title-color);
}
	.header__nav-arrowDown-btn {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 10px;
		height: 100%;
		width: 100%;
		padding: 0 5px;
		font-size: 16px;
   }
	.header__nav-item-link {
		display: flex;
		align-items: center;
		height: 100%;
		font-size: 16px;
		padding: 0 10px;
	}
	.header .arrowDownLogo {
		transition: all 200ms ease;
		transform: rotate(0);
   }
	.header .arrowDownLogo.rotate {
		transform: rotate(180deg);
   }
	.header__submenu {
		cursor: auto;
   }
   .header__request-button, .header__link-button {
	   width: 115px;
	   height: 32px;
	   min-height: 32px;
	   font-size: 14px;
   }
   .header__nav-item:first-child .header__services {
	   left: 0;
	   transform: translateX(0);
	   column-count: 1;
	   overflow: visible;
	   width: 400px;
   }
   .header__services {
	   position: absolute;
	   top: 50px;
	   left: 50%;
	   transform: translateX(-50%);
	   width: max-content;
	   height: auto;
	   padding: 30px 0;
	   overflow-y: auto;
	   background-color: #fff;
	   border-radius: 30px;
   }
   header .header__services {
		-webkit-box-shadow: 0px 10px 10px 0px rgba(34, 60, 80, 0.2);
	   -moz-box-shadow: 0px 10px 10px 0px rgba(34, 60, 80, 0.2);
	   box-shadow: 0px 10px 10px 0px rgba(34, 60, 80, 0.2);
   }
   .header__services-block-item {
	   break-inside: avoid;
	   padding: 0 30px;
   }
	.header__services-row {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		grid-row-gap: 30px;
		margin-bottom: 30px;
   }
	.header__services-column {
		width: 300px;
   }
	.header__services-block.desktop {
		display: none;
   }
	.header__services-title {
		font-size: 24px;
		line-height: 31px;
		transition: all 200ms ease;
		position: relative;
		padding: 0 30px;
   }
   .header .header__services-title .arrowDownLogo {
	   transform: rotate(-90deg);
	   position: absolute;
	   right: 0;
	   top: 12px;
   }
   .header .header__services-block-item:hover .header__services-title .arrowDownLogo path {
	   stroke: var(--secondary-accent-color);
   }
	.header .header__services-block-item:hover > .header__services-list-wrap  {
	   display: block;
	   position: absolute;
	   margin-top: -50px;
	   left: 97%;
	   width: 100%;
	   height: 100%;
	}
    .header .header__services-item:hover > .header__services-list-wrap{
        display: block;
	   position: absolute;
	   margin-top: -50px;
	   left: 78%;
	   width: 100%;
	   height: 100%;   
    }
	.header__services-list-wrap--nested {
		/*display: none !important;*/
	}
	.header__services-item--nested:hover > .header__services-list-wrap--nested {
		display: block !important;
		position: absolute;
		margin-top: -50px;
		left: 100% !important;
		width: 100%;
		height: 100%;
		padding-left: 2%;
	}
   .header .header__services-block-item:hover .header__services-list {
	   width: max-content;
	   -webkit-box-shadow: 0px 10px 10px 0px rgba(34, 60, 80, 0.2);
	   -moz-box-shadow: 0px 10px 10px 0px rgba(34, 60, 80, 0.2);
	   box-shadow: 0px 10px 10px 0px rgba(34, 60, 80, 0.2);
	   padding: 30px;
	   overflow-y: auto;
	   background-color: #fff;
	   border-radius: 30px;
   }
   .footer .header__services-block-item {
	   padding: 0;
   }
   .footer .header__services-title .arrowDownLogo {
	   display: none;
   }
   .footer .header__services-title {
	   padding: 0;
   }
   .footer .header__services-list-wrap {
	   display: inherit;
   }
   .footer {}
   .footer {}
	.header__services-title:not(:last-child) {
		margin-bottom: 5px;
   }
	.header__services-title:hover .header__services-link, .header__services-title:focus .header__services-link {
		color: var(--secondary-accent-color);
   }
	.header__services-list {
		margin-bottom: 15px;
   }
	.header__services-item {
		transition: all 200ms ease;
   }
	.header__services-item:not(:last-child) {
		margin-bottom: 0px;
   }
	.header__services-item:hover .header__services-link, .header__services-item:focus .header__services-link {
		color: var(--secondary-accent-color);
   }
	.header__services-item .header__services-link {
		font-family: 'Montserrat', Arial, sans-serif;
		font-style: normal;
		color: #6c6d76;
		font-weight: 400;
		font-size: 14px;
		line-height: 150%;
   }
}
@media screen and (min-width: 1200px) {
	.header__desktop {
		width: 1109px;
   }
	.header__embrylife-icon {
		margin-right: 30px;
   }
	.header__location {
		margin-right: 60px;
   }
	.header__search-icon {
		margin-right: 60px;
   }
	.header__nav-arrowDown-btn {
		padding: 0 24px;
   }
	.header__nav-item-link {
		padding: 0 10px;
   }
}
@media screen and (min-width: 1290px) {
	.header {
		height: 136px;
   }
	.header__desktop {
		width: 1290px;
		max-width: 1500px;
		margin: 0 auto;
   }
	.header .phoneLogo {
		width: 44px;
		min-width: 44px;
		height: 44px;
   }
	.header__location {
		margin-right: 140px;
   }
	.header__working-hours {
		display: block;
		margin-right: 33px;
		font-size: 18px;
		line-height: 1.17;
   }
	.header__request-button, .header__link-button {
	   width: 190px;
	   height: 60px;
	   font-size: 18px;
   }
	.header__nav-arrowDown-btn {
		padding: 0 22px;
   }
	.header__nav-item-link {
		padding: 0 27px;
   }
	.header__services-block.desktop {
		display: block;
		position: relative;
		top: 31px;
   }
   
	.header__services-row {
		grid-template-columns: 270px 296px 300px 219px;
		grid-column-gap: 60px;
		grid-row-gap: 30px;
		margin-bottom: 0;
   }
	.header__services-row:last-child {
		position: relative;
		bottom: 40px;
		width: 918px;
		grid-template-columns: 270px 296px 300px;
		grid-row-gap: 54px;
   }
	.header__services-column.tablet {
		display: none;
   }
}

:is(.h2, .h3, .h4, .h5) {
   margin: 0;
   color: var(--primary-title-color);
   font-family: "Futura PT", Arial, sans-serif;
}

.h2, .h3 {
   font-weight: 450;
}

.h5 {
   font-family: "Futura PT", Arial, sans-serif;
   color: var(--primary-title-color);
}


.stimulation {
	padding-top: 0px;
}

.ul-list {
    margin: 20px 0;
    padding-inline-start: 40px;
    list-style: disc;
}
.ul-list li {
    font-size: 18px;
    font-family: Montserrat, Arial, sans-serif;
    color: rgb(108 109 118);
    font-weight: 400;
    margin-bottom: 10px;
}
.vrt__hero-wrapper {
    max-width: 930px;
}

.preim-cards__wr {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding-block: 20px 60px;
}

.preim-card {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 20px;
}

.preim-card img {
  	width: auto;
    max-width: 200px;
    height: auto;
}

p.preim-card-descr {
    font-size: 18px;
}

@media (max-width: 1290px) {
	.preim-cards__wr {
		grid-template-columns: 1fr;
	}	

	.preim-card {
		align-items: center;
	}
}	

.card-list-wrap.counter-list {
    counter-reset: card;
}

.card-list-wrap.column-1 {
    grid-template-columns: repeat(1, 1fr) !important;
}

.card-list-wrap.counter-list .item-card {
    position: relative;
}

.item-card {
    padding: 70px 20px;
    background: rgb(244 237 225);
    border-radius: 30px;
}

.card-list-wrap.counter-list .item-card::before {
    counter-increment: card;
    content: counter(card);
    position: absolute;
    top: 0px;
    right: 40px;
    font-size: 170px;
    font-weight: bolder;
    color: rgb(111 113 120 / .35);
    font-family: 'BebasNeue', sans-serif;
}

.duble-usl .name-card {
    color: rgb(111 113 120);
    text-transform: uppercase;
    font-family: unset;
    font-weight: 600;
    font-size: 28px !important;
    line-height: 1;
    margin-bottom: 10px;
}

.description-card, .description-card * {
    color: rgb(111 113 120);
    font-family: Montserrat, Arial, sans-serif;
    font-size: 15px !important;
    font-weight: 300;
    line-height: 1.25;
}

.card-list-wrap {
    display: grid;
    gap: 30px;
}

.card-list-wrap.duble-usl {
	margin-block: 30px 60px;
}

.elem-serv .article-warnning {
    padding: 80px 60px;
    background: rgb(244 237 225 / .5);
    border-radius: 80px;
    display: flex;
    gap: 0 50px;
    flex-wrap: wrap;
}


.article-content-block.elem-serv {
    margin-bottom: 60px;
}

.elem-serv .article-warnning__title {
    font-family: BebasNeue, sans-serif;
    font-weight: 900;
    line-height: 1;
    font-size: 25px !important;
	text-transform: uppercase;
    color: rgb(111 113 120) !important;
}

@media (width > 768px) {
    .faq__wrapper .faq__title, .elem-serv .article-warnning__title {
        font-size: 36px !important;
    }
}

.elem-serv .article-warnning__content_text {
    color: var(--primary-title-color);
}

.elem-serv .article-content-block p {
    margin-bottom: 10px;
}

@media (width > 1024px) {
    .faq__wrapper > .faq__list, .elem-serv .article-warnning__content_text {
        flex: 1;
    }
}


.text-block {
	margin-bottom: 60px;
}

.text-block p {
	margin-top: 20px;
}

.stimulation .faq__title-block {
	display: flex;
}


@media screen and (min-width: 1290px) {
    .faq.serv-faq  {
        width: 1290px;
        margin: 0 auto 90px;
    }
}

.faq__wrapper.serv-faq {
    padding: 80px 60px;
    background: rgb(244 237 225 / .5);
    border-radius: 80px;
    display: flex;
    gap: 0 50px;
    flex-wrap: wrap;
	min-width: 320px;
}

@media screen and (min-width: 768px) {
    .faq.serv-faq {
        width: 690px;
        margin: 0 auto 45px;
    }
}
@media (width > 1024px) {
    .faq__wrapper > .faq__title-block {
        flex-basis: 310px;
    }
}

@media screen and (min-width: 1290px) {
    .faq__title-block {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 50px;
    }
}

.faq__wrapper .faq__title-block {
    display: block !important;
}

.faq__wrapper .faq__list {
    display: flex;
    flex-direction: column;
    gap: 20px 0;
}

.faq__wrapper .faq__item {
    padding: 20px 30px;
    border: 2px solid !important;
    border-color: rgb(111 113 120) !important;
    border-radius: 30px;
	cursor: pointer;
    background: transparent;
}

.faq__item-link {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.faq__item-answer {
    margin-top: 15px;
}

.faq__text {
    font-weight: 400;
    font-size: 24px;
    line-height: 26px;
    padding: 10px 0;
}

.faq__arrow {
    transition: all 150ms ease-in;
}

@media screen and (min-width: 1290px) {
    .faq.serv-faq {
        width: 1290px;
        margin: 0 auto 90px;
		padding: 80px 60px;
    }
}


@media screen and (min-width: 1290px) {
    .faq__text {
        font-weight: 450;
        font-size: 28px;
        line-height: 32px;
    }
}

.serv-faq .faq__title {
	line-height: normal;
}

.h2-title {
	margin-block: 30px 20px;
}


.article-content-block.elem-serv {
	margin-bottom: 10px;
}

.article-warnning__content_text a {
	color: #f79787;
}

.serv-form {
	margin-top: 20px;
}

@media screen and (min-width: 1290px) {
    .vrt__services {
        margin-bottom: 90px;
    }
}

.vrt__services-title {
    margin-bottom: 20px;
}

.container.other_serv .vrt__services-title {
    margin-bottom: 50px;
}
@media screen and (min-width: 1290px) {
    .vrt__services-list {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 25px;
    }
}

.vrt__services-list {
    margin-bottom: 20px;
}

.vrt__services-item:not(:last-child) {
    margin-bottom: 10px;
}

@media screen and (min-width: 1290px) {
    .vrt__services-item:not(:last-child) {
        margin: 0;
    }
}

@media screen and (min-width: 1290px) {
    .vrt__services-item {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 300px;
        height: 100px;
        border-radius: 20px;
    }
}

.vrt__services-item {
    background-color: #fff;
}

.vrt__services-item-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    line-height: 21px;
    padding: 26px 20px;
    height: 100%;
}

@media screen and (min-width: 1290px) {
    .vrt__services-item-link {
        width: 100%;
        font-size: 21px;
        line-height: 19px;
    }
}

@media screen and (min-width: 1290px) {
    .vrt__services-item {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 300px;
        height: 100px;
        border-radius: 20px;
    }
}
.vrt__services-item:last-child {
    display: flex;
    align-items: center;
    max-width: 300px;
    margin: 0 auto;
    padding: 14px 0;
    height: 50px;
    background-color: var(--secondary-accent-color);
}

@media screen and (min-width: 1290px) {
    .vrt__services-item:last-child {
        margin: 0;
        padding: 0;
        height: 100px;
    }
}

@media screen and (min-width: 1290px) {
    .vrt__services-item:last-child:hover, .vrt__services-item:last-child:focus {
        background-color: #3b6c69;
    }
}

.other_serv {
	padding-top: 0px;
}

.green-block__wr {
	background: #3b6c69;
    color: #fff;
    padding: 30px;
    border-radius: 20px;
	margin-bottom: 20px;
}

.title-text {
	font-size: 24px;
    font-weight: 600;
}	

.about__why {
    margin-bottom: 45px;
	margin-top: 40px;
}


.about__why-title {
    margin-bottom: 15px;
	margin-top: 30x;
	font-size: 60px !important;
	line-height: 60px;
}

.about__why-description {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 30px;
}

@media screen and (min-width: 1290px) {
    .about__why-description {
        flex-direction: row;
        gap: 81px;
        margin-bottom: 90px;
    }
}

@media screen and (min-width: 1290px) {
    .about__why-description-block {
        width: 578px;
    }
}

.about__why-list {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

@media screen and (min-width: 1290px) {
    .about__why-list {
        flex-direction: row;
        gap: 68px;
    }
}

.about__why-item {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

@media screen and (min-width: 1290px) {
    .about__why-item {
        min-width: 252px;
    }
}

.about__why-item-point {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    font-size: 28px;
    line-height: 32px;
    color: #fff;
    background-color: var(--secondary-accent-color);
    border-radius: 50%;
}

@media screen and (min-width: 1290px) {
    .about__why-item-point {
        width: 70px;
        height: 70px;
    }
}

p.about__why_item-title {
    font-size: 20px;
    font-weight: bold;
}

@media screen and (min-width: 1290px) {
    .vrt__hero-block {
        justify-content: space-between;
    }
}
.text-img-descr__wr {
	display: grid;
    grid-template-columns: 70% 28%;
    gap: 2%;
	margin-block: 30px;
}

@media (max-width: 768px) {
    .text-img-descr__wr {
		grid-template-columns: 1fr;
		gap: 20px;
	}
}

.text-img-descr__wr img {
	max-height: 300px;
    object-fit: cover;
    border-radius: 20px;
}

.text-img-item_text {
	padding: 30px;
    display: flex;
    align-items: center;
    padding-right: 0px;
}



@media screen and (min-width: 1290px) {
    .more_service .vrt__services-item {
        height: 300px;
    }

	.more_service .vrt__services-item-link {
        line-height: 24px;
    }
}

.more_service {
	margin-block: 30px;
}

@media screen and (min-width: 1290px) {
    .education__carousel-item-title {
        font-weight: 600;
    }
}

@media screen and (min-width: 1290px) {
    .articles__item-title {
        font-family: 'Futura PT', Arial, sans-serif !important;
        font-weight: 500;
        color: #3f414e;
    }
}

.vrt__hero-icon {
	max-height: 300px;
}
.vrt__hero-icon img {
	height: 100%;
    object-fit: contain;
}

.text-img_wr {
	display: grid;
    grid-template-columns: 65% 35%;
}


.text-img_wr img {
	border-radius: 20px;
    max-height: 550px;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.text-img_wr .text-block_wr {
	padding-left: 15px;
}

@meida (max-width: 768px) {
	.text-img_wr {
		grid-template-columns: 1fr;
	}
	.text-img_wr .text-block_wr {
		padding-left: 0px;
	}
}


.more_service .vrt__services-item-link {
	align-items: start;
}

.more_service .vrt__services-item:last-child {
	height: auto;
	border-radius: 10px;
}

.more_service .vrt__services-item:last-child a {
	font-size: 20px;
}

.more_service .vrt__services-item-link {
    align-items: start;
    display: flex;
    flex-direction: column;
    justify-content: start;
	font-size: 18px;
}

span.vrt__services-item-title-row {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}


@media (max-width: 768px) {
	.text-img_wr {
		grid-template-columns: 1fr;
	}
}

span.vrt__services-item-price {
    font-size: 18px;
    color: #4A7D7A;
}

.vrt__services-item-content {
	display:flex;
	flex-direction: column;
	gap: 20px;
}

span.vrt__services-item-name {
    height: 100%;
}

.vrt__services-item-content:has(.vrt__services-item-price) .vrt__services-item-name {
    height: 38px;
	align-content: center;
}

.footer .header__services-list-wrap.header__services-list-wrap--nested {
	display: none !important;
}

@media screen and (min-width: 1290px) {
    .article li.swiper-slide {
		height: auto;
    }

	.articles__item {
        height: 100%;
    }
}

.article-information-wrap {
	margin-top: auto;
}

.tabs_caption {
    display: flex
;
    gap: 9px;
    flex-wrap: wrap;
    margin-bottom: 60px;
}

.tabs_caption a {
    --border-color: rgba(74, 125, 122, 0.1);
    --color: rgb(74 125 122);
    --bg-color: rgba(74, 125, 122, 0.1);
    box-sizing: border-box;
    padding: 0 24px;
    height: 60px;
    border: 1px solid;
    border-color: var(--border-color);
    display: block;
    align-content: center;
    text-align: center;
    color: var(--color);
    background: var(--bg-color);
    cursor: pointer;
    border-radius: 10px;
    font-family: "Futura PT", Arial, sans-serif;
    font-size: 18px;
    font-weight: 450;
    transition: scale 150ms 
linear;
}

.tabs_caption .active > a {
    --border-color: rgb(243 163 149);
    --color: #ffffff;
    --bg-color: rgb(243 163 149);
}

@media (hover: hover) {
    .tabs_caption a {
        transition: border-color 400ms 
ease, background 400ms 
ease, color 400ms 
ease;
    }
}

.nameAuthor {
	max-width: 430px !important;
}

.cardAuthor.author::before {
    content: '';
}


.normal-text p {
	margin-bottom: 5px;
}

.normal-text ul {
	list-style: disc;
	padding-left: 22px;
	margin-block: 15px;
}

.normal-text ul  li {
	margin-bottom: 7px;
    font-family: 'Montserrat', Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
}

.normal-text {
	padding: 40px;
    border-radius: 20px;
    background: #fff;
}

.normal-text ul  li::marker {
	font-size: 24px;
}

.empty-block__btn__wr {
    margin-top: 20px;
    display: flex;
    gap: 20px;
}

.empty-block__btn__wr a, .empty-block__btn__wr button {
	max-width: 250px;
	width: 100%;
	color: #fff;
	transition: ease 0.3s;
	display: flex;
    justify-content: center;
    align-items: center;
	border-radius: 10px;
	height: 50px;
}

.articles_height {
	min-height: 450px;
}

.social__icon_rutube {
	display: block;
	width: 34px;
	height: 34px;
	display: flex;
	background: #cfd0d7;
	border-radius: 10em;
}

.social__icon_rutube::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: white;
    margin: auto;
    mask-image: url('data:image/svg+xml, <svg viewBox="0 0 112 98" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M59.0071 59.2582H17.5723V42.6574H59.0071C61.4274 42.6574 63.1103 43.0845 63.9548 43.8304C64.7994 44.5763 65.3226 45.9597 65.3226 47.9806V53.9414C65.3226 56.0707 64.7994 57.4541 63.9548 58.2C63.1103 58.9459 61.4274 59.2646 59.0071 59.2646V59.2582ZM61.8497 27.0064H0V98H17.5723V74.9028H49.9562L65.3226 98H85L68.058 74.7945C74.3041 73.8573 77.1089 71.9193 79.422 68.7253C81.7351 65.5314 82.8949 60.4249 82.8949 53.6099V48.2866C82.8949 44.2448 82.4726 41.0508 81.7351 38.6028C80.9977 36.1547 79.7371 34.0254 77.9471 32.1129C76.0563 30.3023 73.9511 29.0273 71.4237 28.173C68.8963 27.4271 65.7385 27 61.8497 27V27.0064Z" fill="white"/><path d="M98.5 27C105.956 27 112 20.9558 112 13.5C112 6.04416 105.956 0 98.5 0C91.0442 0 85 6.04416 85 13.5C85 20.9558 91.0442 27 98.5 27Z" fill="white"/></svg>');
    mask-position: 10px 8px;
    mask-size: 16px;
    mask-repeat: no-repeat;
}

.reviews .reviews__gallery {
	margin-bottom: 20px;
}

.review__btns {
	display: grid;
	grid-gap: 1rem;
	grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}

.reveiw-mtop {
	margin-top: 2rem;
}

.button-primary {
	background-color: var(--primary-accent-color);
}

@media (max-width: 768px) {
	.empty-block__btn__wr {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	.normal-text ul  li {
		font-size: 14px;
	}
}
.bvi-panel .bvi-images.bvi-images-cog {
  background-image:url("/local/templates/main/./images/bvi/cog.svg");
}
.bvi-panel .bvi-images.bvi-images-eye-slash{
  background-image:url("/local/templates/main/./images/bvi/eye-slash.svg");
}
.bvi-panel .bvi-images.bvi-images-volume-up{
  background-image:url("/local/templates/main/./images/bvi/volume-up.svg");
}
.bvi-panel .bvi-images.bvi-images-volume-off{
  background-image:url("/local/templates/main/./images/bvi/volume-off.svg");
}
.bvi-panel .bvi-images.bvi-images-adjust{
  background-image:url("/local/templates/main/./images/bvi/adjust.svg");
}
.bvi-panel .bvi-images.bvi-images-minus-circle{
  background-image:url("/local/templates/main/./images/bvi/minus-circle.svg");
}
.bvi-panel .bvi-images.bvi-images-image{
  background-image:url("/local/templates/main/./images/bvi/image.svg");
}
.bvi-panel .bvi-images.bvi-images-minus{
  background-image:url("/local/templates/main/./images/bvi/minus.svg");
}
.bvi-panel .bvi-images.bvi-images-eye{
  background-image:url("/local/templates/main/./images/bvi/eye.svg");
}

/* End */


/* Start:/local/templates/main/template_styles.css?1754934033674*/
ul.fields>li>input[type=submit] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
}

ul.fields>li>input[type=submit] {
	font-family: "Source sans pro",sans-serif;
	font-size: .8125rem;
	font-weight: 600;
	line-height: 1.38;
	letter-spacing: .15em;
	text-transform: uppercase;
	background: #f3a395;
	color: #fff;

	display: inline-block;
	padding: 16px 24px;
	white-space: nowrap;
	border-radius: 26px;
}
div[id^=wait_comp]{display:none}
/* End */
/* /local/templates/main/styles/common.css?177971853418417 */
/* /local/templates/main/styles/helpers/swiper-bundle.min.css?170195396916466 */
/* /local/templates/main/styles/helpers/modern-normalize.min.css?17019539691623 */
/* /local/templates/main/styles/helpers/modal.css?17019539691903 */
/* /local/templates/main/styles/helpers/bvi.min.css?177740655978736 */
/* /local/templates/main/styles/fonts.css?17587387471051 */
/* /local/templates/main/styles/variables.css?1701953965342 */
/* /local/templates/main/styles/footer.css?17560396328874 */
/* /local/templates/main/styles/components/sliders.css?17610380783054 */
/* /local/templates/main/styles/components/ui-kit.css?17019539692918 */
/* /local/templates/main/styles/components/container.css?1701953968363 */
/* /local/templates/main/styles/components/title-block.css?17739251052990 */
/* /local/templates/main/styles/components/buttons.css?17019539681094 */
/* /local/templates/main/styles/components/form.css?17120677281982 */
/* /local/templates/main/styles/components/appointments.css?17019539683426 */
/* /local/templates/main/styles/components/question.css?1701953968675 */
/* /local/templates/main/styles/components/tabs.css?17019539692591 */
/* /local/templates/main/styles/components/mobileMenu.css?17019539682051 */
/* /local/templates/main/styles/components/info.css?17727947721049 */
/* /local/templates/main/styles/components/appointment.css?17147321474318 */
/* /local/templates/main/styles/components/price.css?17373694104037 */
/* /local/templates/main/styles/components/reviewsCarousel.css?17097208734113 */
/* /local/templates/main/styles/components/articlesCarousel.css?17435062571782 */
/* /local/templates/main/styles/components/faq.css?17097224042186 */
/* /local/templates/main/styles/components/main.css?177279477513005 */
/* /local/templates/main/styles/components/reviewModal.css?17019539681725 */
/* /local/templates/main/styles/components/sendReviewModal.css?17670396451455 */
/* /local/templates/main/styles/components/successModal.css?17434269761187 */
/* /local/templates/main/styles.css?177917699228368 */
/* /local/templates/main/template_styles.css?1754934033674 */
