

/* Start:/local/templates/hearttyumen_new/components/bitrix/menu/top/style.min.css?1734587342490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/local/templates/hearttyumen_new/components/bitrix/menu/top/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */


/* Start:/local/templates/hearttyumen_new/components/bitrix/menu/bottom/style.min.css?1734587342490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/local/templates/hearttyumen_new/components/bitrix/menu/bottom/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */


/* Start:/local/templates/hearttyumen_new/template_styles.css?173495535235503*/
@font-face {
	font-family: 'NTSomic'; 
	src: local('NTSomic'),
		url(/local/frontend/fonts/NTSomic-VF.ttf); 
}

body {
    /* background-image: url(/local/frontend/img/bg.png);
    background-attachment: fixed, fixed; */
    font-family: 'NTSomic', sans-serif !important;
}

.row {
    --bs-gutter-x: 0rem !important;
}

.hearttyumen .navbar {
    background-color: #0A3CD2 !important;
}

.hearttyumen .navbar-toggler {
    border: none;
}

.navbar-brand img {
    max-width: 260px;
}

.hearttyumen .navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: white;
}

.hearttyumen .nav-link {
    color: white;
    font-size: 22px;
    font-weight: 100;
    text-transform: uppercase;
    padding-left: 15px;
    padding-right: 15px;
}

.hearttyumen__btn {
    display: inline-block;
    background-color: #FF5E4F;
    color: white;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 400;
    text-decoration: none;
    padding: 11px 32px;
    border: none;
    -webkit-transition: background-color 0.3s ease, -webkit-transform 0.2s ease;
    transition: background-color 0.3s ease, -webkit-transform 0.2s ease;
    -o-transition: background-color 0.3s ease, transform 0.2s ease;
    transition: background-color 0.3s ease, transform 0.2s ease;
    transition: background-color 0.3s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
}

.hearttyumen__btn.white {
    background-color: white;
    color: black;
}
.hearttyumen__btn.white:hover {
    background-color: white;
    color: black;
}
.hearttyumen__btn.transp {
    background-color: transparent;
    color: white;
    border: 1px solid white;
}
.hearttyumen__btn.transp svg {
    fill: white;
}
.hearttyumen__btn svg {
    margin-left: 4px;
    margin-bottom: 3px;
}

.hearttyumen__btn:hover {
    background-color: #FF3B2F; /* Изменяем цвет фона при наведении */
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05); /* Увеличиваем кнопку при наведении */
}

.hearttyumen__btn:active {
    background-color: #FF2A1F; /* Изменяем цвет фона при нажатии */
    -webkit-transform: scale(0.95);
        -ms-transform: scale(0.95);
            transform: scale(0.95); /* Уменьшаем кнопку при нажатии */
}

.hearttyumen .navbar-brand {
    margin-right: 100px;
}

.main-banner {
    position: relative;
}

.main-banner__content-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.main-banner__img {
    width: 100%;
    height: 861px;
    -o-object-fit: cover;
       object-fit: cover;
}

.main-banner__content {
    position: absolute;
    top: 190px;
    bottom: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 200px 0 0px;
}

.main-banner__content-left {
    max-width: 743px;
    position: relative;
    width: 100%;
    top: 40px;
}

.main-banner__content-left img {
    width: 100%;
}

.main-banner__content-right {
    width: 100%;
    max-width: 400px;
}

.main-banner__content-center {
    font-size: 100px;
    color: white;
    font-weight: 600;
    line-height: 110px;
}

.main-banner__content-item {
    background-color: #325FDB;
    height: 300px;
    position: relative;
    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;
    border: 10px solid transparent;
}

.main-banner__content-item:hover {
    border-color: #FF5E4F;
    cursor: pointer;
}

.main-banner__content-item:hover .like {
    background-image: url(/local/frontend/img/2.svg);
    height: 61px;
}

.main-banner__content-item .like {
    background-image: url(/local/frontend/img/1.svg);
    background-repeat: no-repeat;
    display: block;
    z-index: 999;
    position: absolute;
    width: 60px;
    height: 60px;
    right: 0px;
    bottom: 0px;   
}

.main-banner__content-item.p-2 {
    padding: 0px !important;
    display: none;
    /* display: flex; */
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: hidden;
}

.main-banner__content-text {
    position: absolute;
    font-size: 50px;
    font-weight: 500;
    line-height: 1.2;
    color: white;
    text-align: center;
}

.main-title {
    max-width: 1400px;
    margin-top: 100px;
    margin-bottom: 100px;
}

.main-title h1 {
    font-size: 66.7px;
    font-weight: 100;
    margin-bottom: 30px;
}

.main-title__text {
    font-size: 29.2px;
    font-weight: 100;
}

.schedule {
    background-color: #5A82E4;
    width: 100%;
}
.schedule .hearttyumen__btn {
    font-size: 20px;
    padding: 10px 20px;
}

.schedule__head {
    margin-bottom: 80px;
}
.schedule__head.row {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.schedule__item {
    position: relative;
    padding-bottom: 80px;
}

.schedule__item:first-child {
    border-top: 2px solid #FF5E4F;
}

.schedule__item:nth-child(2) {
    border-top: 2px solid #325FDB;
}

.schedule__item img {
    max-width: 250px;
    height: 100%;
    margin-top: -1px;
    margin-right: 30px;
}

.schedule__title {
    font-size: 68px;
    font-weight: 400;
    line-height: 74px;
    color: white;
    margin-top: 43px;
    margin-bottom: 20px;
}

.schedule__content {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.schedule__content:not(:last-child) {
    border-bottom: 1px solid white;
    margin-bottom: 80px;
}

.schedule__content-item {
    width: 100%;
    margin-bottom: 20px;
}
.schedule__content-item .row {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.schedule__content-title {
    font-size: 42px;
    text-transform: uppercase;
    font-weight: 400;
    color: white;
    margin-bottom: 50px;
}

.schedule__content-title.sm {
    font-size: 32px;
}

.schedule__content-title b {
    font-weight: 600;
}

.schedule__content-text {
    font-size: 33.3px;
    text-transform: uppercase;
    font-weight: 100;
    color: white;
}

.schedule__content-price {
    font-size: 41.7px;
    text-transform: uppercase;
    font-weight: 600;
    color: white;
}

.schedule__content-note {
    font-size: 37.5px;
    color: white;
}

.shedule__separator {
    font-size: 36px;
    font-weight: 400;
    color: white;
    margin-bottom: 35px;
}

.schedule__content-title span {
    display: inline-block;
    font-size: 25px;
    text-transform: none;
    color: white;
    margin-top: 10px;
    margin-bottom: 10px;
}

.schedule__content-time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    margin-bottom: 35px;
}

.schedule__content-time-item {
    font-size: 28px;
    font-weight: 400;
    line-height: 30px;
    color: white;
}

.schedule-price {
    font-size: 30px;
    font-weight: 400;
    color: black !important;
    background-color: white;
    padding: 5px 20px;
    display: inline-block;
}

.schedule-zalivka {
    font-size: 26px;
    text-transform: uppercase !important;
    display: inline-block;
    color: white;
}

.schedule__content-item.text-right {
    text-align: right;
}

.spoiler {
    background-color: #345FCB;
    padding: 40px;
    margin-top: 80px;
}

.spoiler__title {
    font-size: 32px;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: white;
}

.spoiler__text {
    font-size: 28px;
    color: white;
}

.price {
    background-color: #FF5E4F;
    padding: 100px 10px;
}

.price .ob {
    /* float: left; */
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
}

.price .row {
    -ms-flex-pack: distribute;
        justify-content: space-around;
}

.price__item {
    position: relative;
    display: block;
    height: 188px;
}

.price__content::before {
    content: '';
    background-image: url(/local/frontend/img/frame1.png);
    background-repeat: no-repeat;
    width: 22px;
    height: 188px;
    position: absolute;
    left: 0;
}

.price__content::after {
    content: '';
    background-image: url(/local/frontend/img/frame2.png);
    background-repeat: no-repeat;
    width: 22px;
    height: 188px;
    position: absolute;
    right: 0;
    top: 0;
}

.price__title {
    font-size: 25px;
    color: white;
    text-align: center;
    text-transform: uppercase;
}

.price__value {
    font-size: 30px;
    color: white;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
}

.price__content {
    padding: 0px 25px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    display: block;
    /* display: flex; */
    position: relative;
    width: 100%;
    max-width: 300px;
    height: 100%;
    margin: 0 auto;
}

.action {
    margin-top: 100px;
    margin-bottom: 80px;
    display: none;
}

.action .row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.action .main-banner__content-item {
    margin: 20px;
}

.rules {
    margin: 80px 0;
}

.rules__title h2 {
    font-size: 63px;
    font-weight: 600;
    text-transform: uppercase;
    color: #303030;
    margin-bottom: 30px;
}

.rules__list {
    font-size: 30px;
    line-height: 60px;
    padding: 0 50px;
}

.faq {
    font-size: 30px;
    margin-top: 80px !important;
    margin-bottom: 80px;
    padding: 0 50px;
    -ms-flex-pack: distribute;
        justify-content: space-around;
}

.faq .accordion-button {
    border-top: 1px solid #325FDB;
    font-size: 30px;
    padding: 16px 0;
    gap: 15px;
}


.faq .accordion-button:not(.collapsed) {
    background-color: transparent;
}

.faq .accordion-item {
    border-left: none;
    border-right: none;
    border-bottom: none;
    border: none;
    padding: 0 10px;
}

.faq .accordion-item:first-of-type>.accordion-header .accordion-button {
    border-radius: 0 !important;
}

.faq .accordion-item:first-of-type {
    border-radius: 0 !important;
}

.faq .accordion-button:not(.collapsed) {
    -webkit-box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
            box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

footer {
    background-color: #5A82E4;
    padding: 80px 0px 30px;
}

footer .navbar {
    background-color: #5A82E4 !important;
}

.navbar .d-flex {
    gap: 20px;
}

footer .nav-link {
    font-size: 20px;
    text-transform: uppercase;
    color: white;
}

footer .vprioritete {
    font-size: 20px;
    color: white;
    text-decoration: none;
}

.action__modal.modal {
    font-size: 25px;
    --bs-modal-width: 1000px;
}

.action__modal .modal-header {
    border: none;
}

.action__modal .modal-title {
    font-size: 40px;
}

.action__modal .modal-footer {
    border: none;
}

.action__modal .modal-content {
    padding: 50px 100px 50px 200px;
    border-radius: 0;
    border-top: 3px solid #5A82E4;
}

.action__modal .modal-header .btn-close {
    position: absolute;
    top: 20px;
    right: 20px;
}

.modal-img {
    /* float: left; */
    width: 100px;
    top: 0;
    position: absolute;
    display: inline-block;
    left: 50px;
}

.contacts {
    padding: 0 50px;
    margin-bottom: 20px;
}

.contacts-ad {
    padding: 0 0px 0 150px;
    font-size: 30px;
    color: white;
    line-height: 50px;
}

.contacts-ad a {
    text-decoration: none;
    color: white;
}

.arrow {
    width: 100%;
    margin-bottom: 50px;
    margin-top: 50px;
}

.arrow img {
    display: block;
    margin: 0 auto;
}

.privacy {
    margin-top: 100px;
    margin-bottom: 100px;
}

.privacy h1 {
    margin-bottom: 30px;
}

.privacy img {
    width: 100%;
    max-width: 120px;
    height: 100%;
    margin-top: -1px;
    margin-right: 30px;
}

.requisites {
    margin-top: 100px;
    margin-bottom: 100px;
}

.requisites h1 {
    margin-bottom: 30px;
}

.requisites img {
    width: 100%;
    max-width: 120px;
    height: 100%;
    margin-top: -1px;
    margin-right: 30px;
}

.docs {
    margin-top: 20px;
}

.docs__item {
    line-height: 40px !important;
    padding: 0 !important;
}

.docs__item a {
    text-decoration: none !important;
    font-size: 22px;
}

.docs__item a:hover {
    text-decoration: none;
}

.contacts-ad a {
    text-decoration: underline;
}

.contacts-ad a:hover {
    text-decoration: none;
}

.promo {
    width: 100%;
    margin-top: 100px;
}

.promo__title {
    font-size: 68px;
    font-weight: 40;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 45px;
}

.promo .container {
    padding-left: 0;
    padding-right: 0;
}

.promo__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    gap: 30px; /* Промежуток между блоками */
    margin: auto; /* Центрирование контейнера */
}

.promo__item {
    position: relative; /* Для позиционирования наложения */
    overflow: hidden; /* Скрываем все, что выходит за пределы блока */
    color: white; /* Цвет текста */
    text-align: center; /* Выравнивание текста по центру */
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.33% - 20px);
            flex: 0 0 calc(33.33% - 20px);
}

.promo__item:nth-child(4),
.promo__item:nth-child(5) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 15px);
            flex: 0 0 calc(50% - 15px);
}

.promo__item:nth-child(1),
.promo__item:nth-child(3),
.promo__item:nth-child(5) {
    background-color: transparent; /* Убираем цвет фона, так как будет изображение */
}

.promo__item:nth-child(2) { /* Занимает 50% ширины для 2 и 4 блока */
    background-color: #325FDB; /* Цвет фона для блоков 2 и 4 */
}

.promo__item:nth-child(4) { /* Занимает 50% ширины для 2 и 4 блока */
    background-color: #FF5E4F; /* Цвет фона для блоков 2 и 4 */
}

.promo__item img {
    width: 100%; /* Ширина изображения 100% */
    height: auto; /* Автоматическая высота */
    display: block; /* Убираем пробелы под изображением */
}

.promo__item:nth-child(1)::before,
.promo__item:nth-child(3)::before {
    content: ""; /* Создаем пустой контент для наложения */
    position: absolute; /* Абсолютное позиционирование */
    top: 0; /* Сверху */
    left: 0; /* Слева */
    right: 0; /* Справа */
    bottom: 0; /* Снизу */
    background-color: rgba(0, 70, 108, 0.8); /* Прозрачный черный цвет */
    z-index: 1; /* На переднем плане */
}

.promo__item:nth-child(5)::before {
    content: ""; /* Создаем пустой контент для наложения */
    position: absolute; /* Абсолютное позиционирование */
    top: 0; /* Сверху */
    left: 0; /* Слева */
    right: 0; /* Справа */
    bottom: 0; /* Снизу */
    background-color: rgba(119, 22, 24, 0.8);/* Прозрачный черный цвет */
    z-index: 1; /* На переднем плане */
}

.promo__content {
    position: absolute; /* Абсолютное позиционирование для текста */
    top: 50%; /* Центрируем по вертикали */
    left: 50%; /* Центрируем по горизонтали */
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); /* Сдвигаем на половину ширины и высоты для центрирования */
    z-index: 2; /* На переднем плане, чтобы текст был виден */
    width: 100%;
    padding: 30px;
    max-width: 500px;
}

.promo__content-title {
    font-size: 34px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 35px;
}

.promo__content-subtitle {
    font-size: 26px;
    font-weight: 400;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.promo__content-text {
    font-size: 20px;
    text-transform: lowercase;
}

.advertising__wrapper {
    padding: 80px 140px;
    background-color: #5A82E4;
}

.advertising__wrapper img  {
    width: 100%;
}

.advertising__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    margin-bottom: 60px;
}

.advertising__title {
    font-size: 68px;
    line-height: 74px;
    color: white;
}

.advertising__text {
    font-size: 36px;
    font-weight: 400;
    line-height: 50px;
    text-align: right;
    max-width: 605px;
    color: white;
}

.custom-close-btn, .custom-prev-btn, .custom-next-btn {
    background: none;
    border: none;
    cursor: pointer;
    padding: 10px;
}
.custom-close-btn svg, .custom-prev-btn svg, .custom-next-btn svg {
    width: 24px;
    height: 24px;
}

.fancybox-navigation .fancybox-button--arrow_left,
.fancybox-navigation .fancybox-button--arrow_right {
    padding: 0 !important;
}

.fancybox-button {
    background: none !important;
}

.fancybox-navigation .fancybox-button {
    opacity: 1 !important;
}

.fancybox-navigation .fancybox-button {
    visibility: visible !important;
}

.fancybox-button svg path {
    stroke-width: 1 !important;
}

.fancybox-button {
    display: inline-block !important;
    margin: 0 5px !important;
}
.fancybox-navigation {
    position: absolute !important;
    bottom: 10px !important;
    left: 50% !important;
    -webkit-transform: translateX(-50%) !important;
        -ms-transform: translateX(-50%) !important;
            transform: translateX(-50%) !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    width: 100% !important;
}

.fancybox-slide--iframe .fancybox-content {
    width  : 650px !important;
    max-width  : 80% !important;
    max-height : 80% !important;
    margin: 0 !important;
}
.my-fancy .fancybox-content {
    width: 100% !important;
    max-width: 650px !important;
    max-height: 650px !important;
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
    right: 0 !important;
    margin: 0 auto !important;
    top: auto !important;
}
.fancybox-navigation .fancybox-button {
    top: calc(0% - 0px) !important;
}
.fancybox-navigation .fancybox-button--arrow_left {
    left: 35% !important;
}
.fancybox-navigation .fancybox-button--arrow_right {
    right: 35% !important;
}
.d-flex.bottom-buttons {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 483px;
    margin-top: 20px;
    gap: 20px;
}

.d-flex.bottom-buttons a {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 10px);
            flex: 0 0 calc(50% - 10px);
    text-decoration: none;
    text-align: center;
    font-size: 20px;
    padding: 11px 10px;
    line-height: initial;
}
.d-flex.bottom-buttons a:last-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 0px);
            flex: 0 0 calc(100% - 0px);
}

@media (max-width: 1800px) {
    .hearttyumen .nav-link {
        font-size: 20px;
    }

    .main-banner__content-center {
        font-size: 70px;
        line-height: 90px;
    }

    .navbar-brand img {
        max-width: 200px;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 15px !important;
    }
}

@media (max-width: 1700px) {
    .faq .accordion-button {
        font-size: 24px;
    }

    .faq {
        font-size: 20px;
    }
}

@media (max-width: 1584px) {
    .hearttyumen .navbar-brand {
        margin-right: 30px;
    }

    .hearttyumen .nav-link {
        font-size: 16px;
    }

    .main-banner__content {
        padding: 0 100px 0 0;
    }
}

@media (max-width: 1540px) {
    .main-banner__content {
        padding: 0 20px 0 0;
    }

    .main-banner__content-text {
        font-size: 40px;
    }

    .price__title, .price__value {
        font-size: 22px;
    }
}

@media (max-width: 1467px) {
    footer .nav-link {
        font-size: 16px;
    }

    footer .vprioritete {
        font-size: 16px;
    }
}

@media (max-width: 1399px) {
    .schedule__content-title {
        font-size: 24px;
    }
    .schedule-price {
        font-size: 28px;
        padding: 5px 15px;
    }
    .schedule__content-time-item {
        font-size: 26px;
    }
    .schedule-zalivka {
        font-size: 24px;
    }
}

@media (max-width: 1333px) {
    .hearttyumen__btn {
        font-size: 16px;
        padding: 10px 20px;
    }
}

@media (max-width: 1300px) {
    .main-banner__content-center {
        font-size: 50px;
        line-height: 70px;
    }
}

@media (max-width: 1280px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 13px !important;
        font-size: 15px;
    }

    .main-title h1 {
        font-size: 40px;
    }

    .main-title__text {
        font-size: 22px;
    }

    .schedule__item img {
        max-width: 150px;
    }

    .schedule__title {
        font-size: 60px;
        margin-top: 40px;
    }

    .shedule__separator {
        font-size: 30px;
    }

    .schedule__content .hearttyumen__btn {
        font-size: 18px;
        padding: 15px 25px;
    }

    .price {
        padding: 60px 10px;
    }

    .action {
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .rules {
        margin: 60px 0;
    }

    .main-banner__content-text {
        font-size: 30px;
    }

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

    .rules__list {
        font-size: 22px;
        line-height: 38px;
    }

    .contacts-ad {
        font-size: 24px;
        line-height: 34px;
    }

    .main-banner__img {
        height: 660px;
    }

    .main-banner__content {
        top: 0;
    }
    .advertising__title {
        font-size: 50px;
    }
    .advertising__text {
        font-size: 23px;
        max-width: 400px;
    }

}

@media (max-width: 1199px) {
    .schedule-price {
        font-size: 20px;
        padding: 5px 15px;
    }
    .schedule-zalivka {
        font-size: 20px;
    }
    .schedule__content-time-item {
        font-size: 22px;
    }
    .schedule__content-title.sm {
        font-size: 22px;
    }
    .schedule__content-title span {
        font-size: 20px;
    }
    .schedule__content-title {
        margin-bottom: 30px;
    }
    .spoiler__title {
        font-size: 22px;
    }
    .spoiler__text {
        font-size: 20px;
    }
    .spoiler {
        padding: 20px;
        margin-top: 40px;
    }
    .schedule__title {
        font-size: 42px;
        margin-top: 10px;
    }
    .schedule__title {
        margin-bottom: 10px;
    }
    .shedule__separator {
        font-size: 26px;
        margin-bottom: 15px;
    }
    .promo__title {
        font-size: 38px;
    }
    .advertising__title {
        font-size: 38px;
    }
    .advertising__text {
        font-size: 26px;
        max-width: 500px;
    }
    .promo__content-title {
        font-size: 26px;
        margin-bottom: 20px;
    }
    .promo__content-subtitle {
        font-size: 22px;
        margin-bottom: 10px;
    }
    .promo__content-text {
        font-size: 16px;
    }
}

@media (max-width: 1190px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 10px !important;
        font-size: 12px;
    }

    .navbar-brand img {
        max-width: 170px;
    }

    .hearttyumen__btn {
        font-size: 12px;
    }
    .d-flex.bottom-buttons {
        max-width: 400px;
    }
}

@media (max-width:990px) {
    .main-banner__content-right {
        display: none;
    }

    .price__item:not(:last-child) {
        margin-bottom: 30px;
    }

    .hearttyumen .hstack {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
    }

    .main-banner__content-center {
        width: 80%;
    }

    .main-banner__content-left {
        max-width: 500px;
    }

    .schedule__title {
        font-size: 30px;
        margin-top: 0px;
        line-height: 60px;
    }
    .hearttyumen__btn {
        padding: 10px 20px;
    }
    .schedule-price {
        font-size: 18px;
        padding: 5px 9px;
    }
    .schedule__content-time {
        gap: 20px;
    }
    .schedule__content-time-item {
        font-size: 18px;
    }
    .schedule-zalivka {
        font-size: 16px;
    }

    .schedule__item img {
        max-width: 120px;
    }

    .schedule__content-title {
        font-size: 21px;
    }

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

    .rules__list {
        font-size: 20px;
        line-height: 36px;
    }

    .contacts-ad {
        margin-bottom: 20px;
    }
    .advertising__wrapper {
        padding: 50px 80px;
    }
    .advertising__text {
        font-size: 20px;
        max-width: 400px;
        line-height: 40px;
    }
    .main-banner__content-left img {
        width: 100%;
        max-width: 400px;
    }
    .promo__item {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 calc(50% - 15px);
                flex: 0 0 calc(50% - 15px);
        height: 330px;
    }
    .promo__item img {
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
    }
    .promo__item:nth-child(4), .promo__item:nth-child(5) {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 calc(50% - 15px);
                flex: 0 0 calc(50% - 15px);
    }
    .advertising__title {
        font-size: 26px;
    }
    .advertising__head {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
    }
    .advertising__text {
        text-align: left;
    }
}

@media (max-width: 767px) {
    .price__item {
        width: 50%;
    }

    .schedule__content-note {
        margin-bottom: 20px;
    }
    .schedule__content-time {
        width: 100%;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
    .advertising__wrapper {
        padding: 30px 50px;
    }
    .advertising__title {
        font-size: 28px;
    }
    .advertising__text {
        font-size: 16px;
        max-width: 300px;
        line-height: 32px;
    }
    .advertising__head {
        margin-bottom: 30px;
    }
    .schedule__item img {
        display: none;
    }
    .schedule__item:first-child {
        border: none;
    }
}

@media (max-width: 640px) {
    body {
        padding: 0;
    }

    .accordion-button:focus {
        -webkit-box-shadow: none !important;
                box-shadow: none !important;
    }

    .navbar-brand img {
        max-width: 130px;
    }

    .hearttyumen .navbar-brand {
        margin-right: 0;
    }

    .main-banner__content {
        padding: 0px;
        top: 490px;
    }

    .main-banner__content-left img {
        max-width: 370px;
    }

    .main-banner__content-center {
        font-size: 23px;
        line-height: 30px;
        font-weight: 500;
        padding: 0 30px;
    }

    .main-banner__img {
        height: 431px;
    }

    .main-banner__content-left {
        top: 27px;
    }

    .main-title h1 {
        font-size: 23px;
    }

    .main-title__text {
        font-size: 18px;
    }

    .main-title {
        margin-bottom: 50px;
    }

    .schedule__item {
        padding-top: 0;
        padding-bottom: 40px;
    }

    .schedule__title {
        font-size: 40px;
        font-weight: 600;
        margin-bottom: 0;
        margin-top: 0;
    }

    .shedule__separator {
        font-size: 18px;
        margin-top: 0;
        font-weight: 500;
        margin-bottom: 30px;
    }

    .action {
        padding: 0;
        margin-top: 50px;
        margin-bottom: 0px;
    }

    .action .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    
    .main-banner__content-text {
        font-size: 35px;
    }

    .action .main-banner__content-item {
        margin: 0 20px 20px;
    }

    .rules {
        margin: 0;
    }

    .rules__title h2 {
        font-size: 22px;
        font-weight: 500;
    }

    .rules__list {
        font-size: 18px;
        line-height: 24px;
        padding: 0 0px;
    }

    .faq {
        padding: 0 20px;
        font-size: 18px;
        margin-top: 50px !important;
    }

    .faq .accordion-button {
        font-size: 18px;
    }

    footer {
        padding: 30px 0 30px;
    }

    footer .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .contacts {
        padding: 0;
    }

    .contacts-ad div{
        padding: 0 0 0 30px;
        font-size: 18px;
        font-weight: 100;
        line-height: 20px;
        margin-bottom: 20px;
    }

    .contacts__social {
        padding: 0 0 0 30px;
    }

    .schedule__content-title {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .schedule__content-text {
        font-size: 18px;
    }

    .schedule__content-price {
        font-size: 20px;
        font-weight: 500;
    }

    .schedule__content-item span {
        font-size: 18px;
    }

    .schedule__content-note {
        font-size: 18px;
        margin-bottom: 20px;
    }

    footer .navbar {
        padding: 0 20px;
        margin-top: 20px;
    }

    .action__modal .modal-title {
        font-size: 24px;
    }

    .action__modal .modal-content {
        padding: 50px 10px 50px 20px;
    }

    .modal-body {
        font-size: 18px;
        line-height: 24px;
    }

    .modal-img {
        left: 38px;
        max-width: 50px;
    }

    .price {
        padding: 40px 10px;
    }

    .faq .accordion-button:not(.collapsed) {
        -webkit-box-shadow: none;
                box-shadow: none;
    }

    .privacy img, .requisites img {
        max-width: 100px;
        margin-bottom: 20px;
    }
    .docs__item {
        line-height: 20px !important;
    }
    .privacy {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .requisites {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .docs__item a {
        font-size: 18px;
    }
    .promo {
        margin-bottom: 30px;
    }
    .promo__item {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
    }
    .promo__item:nth-child(4), .promo__item:nth-child(5) {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
    }
    .advertising__wrapper {
        padding: 35px 15px;
    }
    .faq .accordion-item {
        padding: 0;
    }
    .fancybox-navigation .fancybox-button--arrow_left {
        left: 30% !important;
    }
    .fancybox-navigation .fancybox-button--arrow_right {
        right: 30% !important;
    }
    .my-fancy .fancybox-content {
        top: 20% !important;
    }
    .d-flex.bottom-buttons {
        max-width: 100%;
        padding: 0 15px;
    }
    .map script {
        height: 200px;
        padding: 0 15px;
        overflow: hidden;
    }
}

@media (max-width: 480px) {
    .schedule__title {
        font-size: 26px;
        font-weight: 400;
        margin-bottom: 10px;
        margin-top: 30px;
        line-height: 28px;
    }
    .shedule__separator {
        font-weight: 400;
        margin-bottom: 20px;
    }
    .hearttyumen__btn {
        width: 100%;
        text-align: center;
        font-size: 14px;
        padding: 10px 0;
    }
    .schedule__head {
        margin-bottom: 50px;
    }
    .schedule__content-time-item {
        font-size: 16px;
    }
    .schedule__content-time {
        margin-bottom: 15px;
    }
    .schedule-price {
        font-size: 16px;
        padding: 7px 20px;
    }
    .schedule__content:not(:last-child) {
        margin-bottom: 35px;
    }
    .schedule__content-title span {
        font-size: 18px;
        line-height: 19px;
    }
    .schedule__content-title.sm {
        font-size: 20px;
        text-transform: uppercase;
        line-height: 22px;
        font-weight: 400;
    }
    .spoiler__title {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .price__title, .price__value {
        font-size: 20px;
    }
    .promo__title {
        font-size: 30px;
        font-weight: 400;
        line-height: 33px;
    }
    .promo__content-title {
        font-size: 24px;
    }
    .promo__wrapper {
        gap: 15px
    }
    .contacts-ad div {
        padding: 0 0 0 15px;
    }
    .contacts__social {
        padding: 0 0 0 15px;
    }
    .faq {
        padding: 0 15px;
    }
    .price {
        padding: 40px 15px;
    }
    .price__content {
        padding: 0;
        max-width: 100%;
    }
}

@media (max-width: 410px) {
    .main-banner__content-center {
        width: 100%;
    }
}

.news-back {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
    margin: 80px 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
}

.news-back a {
    text-decoration: none;
}

.news-back img {
    -webkit-transform: scale(-1, -1);
    -ms-transform: scale(-1, -1);
        transform: scale(-1, -1);
}

.news-back:hover .news-back-img {
    margin-top: -5px;
    margin-bottom: 5px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
/* End */
/* /local/templates/hearttyumen_new/components/bitrix/menu/top/style.min.css?1734587342490 */
/* /local/templates/hearttyumen_new/components/bitrix/menu/bottom/style.min.css?1734587342490 */
/* /local/templates/hearttyumen_new/template_styles.css?173495535235503 */
