.dropdown__hide-exit { padding: 10px; border-radius: 8px; font-size: 14px; line-height: 24px; color: var(--text); display: block; text-align: left; } .dropdown__hide-exit svg { position: relative; left: 5px; top: 4px; } @media screen and (max-width: 1240px) { .dropdown__hide-exit { padding: 10px 20px; } .header .dropdown.last-child { padding: 0; border-bottom: 0; } }@charset "UTF-8"; .select-reset, .dashform__field.select-field { /* Сбрасываем нативный вид */ -webkit-appearance: none; /* Chrome, Safari, Edge на WebKit/Blink */ -moz-appearance: none; /* Firefox */ appearance: none; /* современный стандарт */ /* Для IE/Edge (старых) скрываем стрелку */ } .select-reset::-ms-expand, .dashform__field.select-field::-ms-expand { display: none; } :root { --text: #323338; --text_gray: #ABABAB; --text_rgb80: rgba(255, 255, 255, 0.8); --text_rgb40: rgba(255, 255, 255, 0.4); --bg: #fff; --bg_gray: #F5F5F5; --border: #CCCCCC; --link: #07CFAB; --gradient: linear-gradient(120.95deg, #07CFAB 13.96%, #985EE2 179.66%); --btn_gradient: linear-gradient(92.06deg, #07CFAB -6.44%, #985EE2 196.38%); --switch: linear-gradient(98.89deg, rgba(97, 114, 226, 0.2) 0%, rgba(146, 96, 226, 0.2) 106.38%); --attention_rose: #E764EE; --violet: #796AE2; --violet_gradient: linear-gradient(90.65deg, #5E73E2 -2.24%, #985EE2 103.94%); --alarm: #EB5757; --alarm_bg: rgba(235, 87, 87, 0.15); } .first { background: #f0f0f0; padding: 80px 0; margin: 0 5%; border-radius: 50px; } @media only screen and (max-width: 1350px) { .first { margin: 0; border-radius: 30px; } } @media screen and (max-width: 1240px) { .first { margin: 0; padding: 40px 0; } .first.over { padding-top: 40px; } } .first__title { margin-bottom: 40px; font-size: 2.5rem; line-height: 1.2; text-align: center; } @media screen and (max-width: 1240px) { .first__title { margin-bottom: 20px; font-size: 1.75rem; line-height: 1.1428571429; } .first__title br { display: none; } } .first__box { display: flex; gap: 24px; } @media screen and (max-width: 1240px) { .first__box { flex-direction: column; gap: 20px; } } .first__info { border: 2px solid #d9d9d9; border-radius: 30px; padding: 60px; display: flex; flex-direction: column; } @media screen and (max-width: 1240px) { .first__info { padding: 30px; border-radius: 20px; } } .first__info.active { background: linear-gradient(92.06deg, #07cfab -6.44%, #985ee2 196.38%); border: none; } .first__info.active .first__info-title { color: #fff; } .first__info.active .first__info-text { color: #fff; } .first__info.active .first__info-action { background: white; } .first__info.active .first__info-action span { color: transparent; background-image: linear-gradient(92.06deg, #07cfab -6.44%, #985ee2 196.38%); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; } .first__info-title { font-size: 1.75rem; line-height: 1.2142857143; margin-bottom: 20px; font-weight: bold; } @media screen and (max-width: 1240px) { .first__info-title { font-size: 1.375rem; line-height: 1.1818181818; } } .first__info-text { font-size: 1rem; line-height: 1.5; margin-bottom: 20px; } .first__info-action { font-weight: 700; font-size: 14px; line-height: 20px; background: linear-gradient(92.06deg, #07cfab -6.44%, #985ee2 196.38%); border-radius: 30px; padding: 16px 60px; height: 58px; color: var(--bg); transition: 0.2s; text-transform: uppercase; text-align: center; cursor: pointer; padding-left: 0; padding-right: 0; display: block; margin-top: auto; } .first__info-action:hover { opacity: 0.9; } .first__info-action { font-size: 1.125rem; line-height: 1.3333333333; } .first__info-action span { color: #fff; } @media screen and (max-width: 1240px) { .first__info-action { font-size: 1rem; line-height: 1.5; } } .first__footer { display: flex; align-items: center; justify-content: center; margin-top: 20px; gap: 25px; } @media screen and (max-width: 1240px) { .first__footer { justify-content: center; } } .first__footer-radius { width: 36px; height: 36px; background: var(--bg); display: flex; align-items: center; justify-content: center; border-radius: 50%; } .first__footer-reviews { display: flex; align-items: center; gap: 10px; } .first__footer-name { color: var(--text); border-bottom: 1px solid var(--text); font-size: 12px; line-height: 16px; } .first__footer-name.light { color: var(--bg); border-color: var(--bg); } .first__footer-name:hover { border-color: transparent; } .first__footer-info .stars { display: flex; align-items: center; margin-top: 4px; } .first__footer-info .stars__item { width: 6px; height: 6px; flex-shrink: 0; padding-left: 2px; display: block; background: url(/template/v2/images/star-full.svg) no-repeat; background-size: contain; } @media screen and (max-width: 1240px) { .first__footer-info .stars__item { width: 9px; height: 9px; } } .first__footer-info .stars__item.empty { background-image: url(/template/v2/images/star-empty.svg); } .first__footer-assesment { color: #ababab; } .first__footer-assesment.light { color: var(--bg); } .first__footer-assesment.light span { color: var(--bg); } .first__footer-assesment span { color: var(--text); } .over-present { margin: 80px 0; } @media screen and (max-width: 1240px) { .over-present { margin: 40px 0; } } .over-present .present__list { display: grid; grid-template-columns: repeat(5, 1fr); gap: 30px; } @media screen and (max-width: 767px) { .over-present .present__list { display: flex; overflow-x: auto; -webkit-overflow-scrolling: touch; scroll-snap-type: x mandatory; } .over-present .present__list > * { min-width: 60%; scroll-snap-align: start; } } .over-present .present__item { display: flex; flex-direction: column; position: relative; padding-top: 20px; } .over-present .present__item::before { content: ""; display: block; width: 100%; height: 4px; border-radius: 4px; position: absolute; top: 0; left: 0; background: linear-gradient(92.06deg, #07cfab -6.44%, #985ee2 196.38%); } @media screen and (max-width: 767px) { .over-present .present__item { width: 100%; margin: 0; } } .over-present .present__item-title { font-size: 1.25rem; line-height: 1.3; font-weight: bold; } @media screen and (max-width: 767px) { .over-present .present__item-title { font-size: 1.125rem; line-height: 1.3333333333; } } .over-present .present__item-text { font-size: 1rem; line-height: 1.5; margin-top: 10px; } @media screen and (max-width: 767px) { .over-present .present__item-text { font-size: 1rem; line-height: 1.5; } } .top { margin: 100px 0; } @media screen and (max-width: 767px) { .top { margin: 40px 0; } .top .wrap { padding: 0; } } .top__title { font-size: 36px; text-align: center; margin-bottom: 20px; font-weight: bold; } @media screen and (max-width: 767px) { .top__title { font-size: 24px; margin-bottom: 16px; line-height: 26px; padding: 0 10px; } } .top__text { margin: 0 auto; font-size: 18px; line-height: 26px; color: #6c6e75; max-width: 750px; text-align: center; padding: 0 10px; box-sizing: border-box; } @media screen and (max-width: 1140px) { .top__text { font-size: 16px; line-height: 24px; } } @media screen and (max-width: 1140px) { .top__scroll { overflow-x: auto; margin-top: 10px; } } .top__list { display: grid; grid-template-columns: repeat(4, 1fr); grid-gap: 24px; position: relative; margin-top: 40px; } @media screen and (max-width: 1140px) { .top__list { display: inline-flex; grid-gap: 0; margin: 0; padding: 10px 10px 20px; } } .top__item { position: relative; box-shadow: 0 0 16px rgba(50, 51, 56, 0.22); border-radius: 30px; overflow: hidden; background: var(--bg); } @media screen and (max-width: 1140px) { .top__item { width: 240px; display: block; margin-right: 20px; } .top__item:last-child { margin: 0; } } .top__item img { width: 267px; height: 260px; object-fit: cover; } @media screen and (max-width: 1140px) { .top__item img { width: 240px; height: 234px; } } .top__item-wrap { display: flex; flex-wrap: wrap; gap: 2px 16px; } .top__item-wrap .option { color: #6c6e75; line-height: 24px; } .top__item-main { padding: 20px 20px 30px; box-sizing: border-box; } .top__item-name { font-size: 24px; line-height: 30px; font-weight: bold; margin-bottom: 8px; color: var(--text); } .top__item-help { margin-top: 8px; line-height: 24px; font-weight: bold; background-image: linear-gradient(92.52deg, #07cfab 35.85%, #985ee2 151.98%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; } .top__item-btn { text-transform: uppercase; color: #07cfab; font-weight: 700; font-size: 18px; line-height: 26px; background: #e7fffb; border-radius: 20px; margin-top: 16px; width: 100%; padding: 8px 0; display: flex; align-items: center; justify-content: center; } .top__link { display: block; padding: 16px 40px; width: max-content; font-size: 18px; line-height: 26px; background: linear-gradient(93.19deg, #07cfab 0%, #985ee2 126.63%); color: var(--bg); font-weight: bold; border-radius: 30px; margin: 40px auto 0; box-sizing: border-box; } @media screen and (max-width: 1140px) { .top__link { margin-top: 0; } } .top__link:hover { opacity: 0.8; } .top__about { text-align: center; margin-top: 16px; color: #6c6e75; font-size: 18px; line-height: 26px; display: flex; gap: 2px; align-items: center; justify-content: center; } .advantages { background: linear-gradient(120.95deg, #07cfab 13.96%, #985ee2 179.66%); padding-top: 80px; padding-bottom: 100px; margin: 100px 5%; border-radius: 50px; box-sizing: border-box; } @media screen and (max-width: 1240px) { .advantages { margin: 40px 0; padding: 40px 0; border-radius: 0; background: linear-gradient(101.76deg, #07cfab 0%, #985ee2 96.9%); } .advantages .wrap { padding: 0; } } .advantages__title { text-align: center; margin-bottom: 20px; color: var(--bg); } @media screen and (max-width: 767px) { .advantages__title { margin-bottom: 10px; padding: 0 10px; } } .advantages__text { font-size: 18px; line-height: 26px; color: #6c6e75; text-align: center; max-width: 752px; margin: 0 auto; } @media screen and (max-width: 767px) { .advantages__text { font-size: 16px; line-height: 24px; } } .advantages__text { color: rgba(255, 255, 255, 0.7); } @media screen and (max-width: 767px) { .advantages__text { padding: 0 10px; } } .advantages__list { margin-top: 40px; display: flex; gap: 24px; } @media screen and (max-width: 1240px) { .advantages__list { flex-direction: column; gap: 20px; margin-top: 20px; padding: 0 10px; } } .advantages__list.b2b-page { gap: 0; display: grid; grid-template-columns: repeat(3, 1fr); grid-gap: 25px; } @media screen and (max-width: 1240px) { .advantages__list.b2b-page { display: flex; flex-direction: column; gap: 20px; margin-top: 20px; padding: 0 10px; } } .advantages__item { background: #ffffff; border-radius: 30px; padding: 40px; box-sizing: border-box; width: 364px; box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.22); } @media screen and (max-width: 1240px) { .advantages__item { width: auto; padding: 30px 20px; } } .advantages__item.b2b-page { display: flex; gap: 20px; align-items: center; padding: 20px 30px; width: 100%; } .advantages__item.b2b-page img { margin: 0; width: 80px; height: 80px; } .advantages__item.b2b-page .advantages__item-text { margin: 0; } .advantages__item.long { grid-column: 2/4; } .advantages__item img { width: auto; height: auto; margin-bottom: 20px; } @media screen and (max-width: 1240px) { .advantages__item img { max-width: 92px; max-height: 60px; margin-bottom: 16px; } } .advantages__item-text { margin-top: 16px; font-size: 18px; line-height: 24px; } @media screen and (max-width: 1240px) { .advantages__item-text { margin-top: 8px; } } .advantages__item-title { font-weight: bold; font-size: 1.5rem; line-height: 1.25; } @media screen and (max-width: 1240px) { .advantages__item-title { font-size: 1.125rem; line-height: 1.3333333333; } } .psyword { margin: 100px 0; } @media screen and (max-width: 1240px) { .psyword { margin: 40px 0; } } .psyword__title { text-align: center; margin-bottom: 20px; } @media screen and (max-width: 767px) { .psyword__title { margin-bottom: 10px; } } .psyword__text { font-size: 18px; line-height: 26px; color: #6c6e75; text-align: center; max-width: 752px; margin: 0 auto; } @media screen and (max-width: 767px) { .psyword__text { font-size: 16px; line-height: 24px; } } .psyword__list { margin-top: 40px; display: grid; grid-template-columns: repeat(3, 1fr); grid-row-gap: 60px; grid-column-gap: 30px; } @media screen and (max-width: 1240px) { .psyword__list { margin-top: 20px; grid-template-columns: 1fr; gap: 20px; } } .psyword__img { grid-column: 2/3; grid-row: 1/4; width: auto; } @media screen and (max-width: 1240px) { .psyword__img { max-width: 280px; margin: 0 auto; display: block; grid-column: 1/1; grid-row: 4/4; } } .psyword__item:nth-child(2), .psyword__item:nth-child(5), .psyword__item:nth-child(7) { text-align: right; } .psyword__item-title { font-weight: bold; font-size: 20px; line-height: 26px; margin-bottom: 12px; } @media screen and (max-width: 1240px) { .psyword__item-title { margin-bottom: 8px; font-size: 18px; line-height: 24px; text-align: center; } } .psyword__item-text { font-size: 16px; line-height: 24px; } @media screen and (max-width: 1240px) { .psyword__item-text { text-align: center; max-width: 300px; margin: 0 auto; } } .psyword__action { background: linear-gradient(93.19deg, #07cfab 0%, #985ee2 126.63%); border-radius: 30px; padding: 16px 40px; box-sizing: border-box; text-transform: uppercase; color: var(--bg); font-weight: bold; font-size: 18px; line-height: 26px; text-align: center; display: block; width: max-content; margin: 40px auto 0; } .psyword__action:hover { opacity: 0.8; } .quality { background: #f0f0f0; padding-top: 80px; padding-bottom: 100px; margin: 100px 5%; border-radius: 50px; box-sizing: border-box; } .quality.over { background: transparent; padding: 0; margin: 80px 0; } @media screen and (max-width: 1240px) { .quality.over { margin: 40px 0; } } @media screen and (max-width: 1240px) { .quality { margin: 40px 0; padding: 40px 0; border-radius: 0; } } .quality__title { text-align: center; max-width: 578px; margin: 0 auto; } .quality__list { margin-top: 80px; display: grid; grid-template-columns: repeat(3, 1fr); grid-column-gap: 24px; grid-row-gap: 80px; } @media screen and (max-width: 1240px) { .quality__list { grid-template-columns: 1fr; grid-gap: 50px; } } .quality__list.over { grid-template-columns: repeat(2, 1fr); } @media screen and (max-width: 1240px) { .quality__list.over { grid-template-columns: 1fr; } } .quality__list.over .quality__item { background: #f0f0f0; } .quality__item { padding: 70px 40px 40px 40px; box-sizing: border-box; background: #ffffff; border-radius: 20px; position: relative; } @media screen and (max-width: 1240px) { .quality__item { padding: 50px 20px 20px 20px; } } .quality__item img { position: absolute; left: 50%; transform: translateX(-50%); top: -40px; } @media screen and (max-width: 1240px) { .quality__item img { width: 60px; top: -28px; } } .quality__item-title { text-align: center; font-size: 18px; font-weight: bold; line-height: 26px; margin-bottom: 8px; } .quality__text { text-align: center; line-height: 24px; margin-bottom: 16px; } @media screen and (max-width: 1240px) { .quality__text { max-width: 300px; margin: 0 auto 10px; } } .quality__link { display: block; width: max-content; margin: 0 auto; } .quality__info { text-align: center; color: #6c6e75; font-size: 18px; line-height: 26px; max-width: 752px; margin: 20px auto 0; } @media screen and (max-width: 1240px) { .quality__info { font-size: 16px; line-height: 24px; } } .reviews { margin: 100px 0; } @media screen and (max-width: 1240px) { .reviews { margin: 40px 0; } } .reviews__title { text-align: center; margin-bottom: 20px; } @media screen and (max-width: 767px) { .reviews__title { margin-bottom: 10px; } } .reviews__text { font-size: 18px; line-height: 26px; color: #6c6e75; text-align: center; max-width: 752px; margin: 0 auto; } @media screen and (max-width: 767px) { .reviews__text { font-size: 16px; line-height: 24px; } } @media screen and (max-width: 767px) { .reviews__text { position: relative; } } .reviews__text-hide { position: relative; } @media screen and (max-width: 767px) { .reviews__text-hide { position: static; } } .reviews__text-hide:hover .hide { display: block; } .reviews__text-hide .hide { display: none; position: absolute; background: #ffffff; box-shadow: 0 0 22px rgba(50, 51, 56, 0.12); width: 400px; right: 0; padding: 20px; box-sizing: border-box; border-radius: 20px; text-align: left; color: var(--text); bottom: 100%; margin-bottom: 16px; } @media screen and (max-width: 767px) { .reviews__text-hide .hide { width: 280px; left: 50%; margin-left: -140px; margin-bottom: 0; } } .reviews__text-hide .hide::before { content: ""; width: 20px; height: 20px; display: block; background: var(--bg); position: absolute; bottom: -10px; left: 50%; transform: translateX(-50%) rotate(45deg); box-shadow: 4px 4px 10px rgba(50, 51, 56, 0.12); } .reviews__text-hide .hide__title { font-weight: bold; margin-bottom: 8px; } .reviews__text-hide .hide__text { line-height: 24px; } .reviews__text-target { color: var(--link); } .reviews__list { display: grid; grid-template-columns: 364px 364px 364px; gap: 24px; justify-content: center; margin-top: 40px; } @media screen and (max-width: 1240px) { .reviews__list { grid-template-columns: 1fr; } } .reviews__column { display: flex; flex-direction: column; gap: 32px; } @media screen and (max-width: 1240px) { .reviews__column { gap: 20px; } } .reviews__item { background: #f0f0f0; border-radius: 30px; padding: 30px; box-sizing: border-box; width: 364px; } @media screen and (max-width: 1240px) { .reviews__item { width: auto; padding: 20px; } } .reviews__item-hdr { display: flex; gap: 16px; align-items: center; margin-bottom: 12px; } .reviews__item-hdr img { width: 60px; height: 60px; border-radius: 50%; } .reviews__item-name { font-size: 20px; line-height: 26px; font-weight: bold; display: flex; align-items: center; gap: 10px; } .reviews__item-work { font-size: 16px; line-height: 24px; color: #6c6e75; margin-top: 4px; } .reviews__item-social { display: flex; } .reviews__item-social .icon { width: 24px; height: 24px; display: flex; flex-shrink: 0; } .reviews__item-text { overflow: hidden; text-overflow: ellipsis; display: -moz-box; -moz-box-orient: vertical; display: -webkit-box; -webkit-line-clamp: 7; -webkit-box-orient: vertical; line-clamp: 7; line-height: 24px; } .reviews__item-text .more { color: #6c6e75; margin-top: 12px; } .reviews__option { background: linear-gradient(135.78deg, #07cfab 0%, #985ee2 98.15%); border-radius: 30px; padding: 40px 30px; box-sizing: border-box; } @media screen and (max-width: 1240px) { .reviews__option { padding: 30px 20px; } } .reviews__option-title { color: var(--bg); font-weight: bold; font-size: 20px; line-height: 26px; } .reviews__option-list { margin-top: 20px; } .reviews__option-item { margin-bottom: 10px; position: relative; color: var(--bg); display: flex; gap: 10px; align-items: center; } .reviews__option-item::before { content: ""; display: flex; background-image: url("/template/v2/images/sprite.svg#correct_w"); background-position: 0 0; background-size: contain; width: 24px; height: 24px; } .reviews__empty { background: linear-gradient(180deg, #f0f0f0 0%, #ffffff 100%); border-radius: 30px; width: 100%; height: 100%; min-height: 100px; display: block; } @media screen and (max-width: 1240px) { .reviews__empty { display: none; } } .reviews__all { border: 2px solid #796ae2; border-radius: 30px; padding: 16px 40px; box-sizing: border-box; text-transform: uppercase; color: #796ae2; font-weight: bold; font-size: 18px; line-height: 26px; text-align: center; display: block; width: max-content; margin: 20px auto 0; } .reviews__all:hover { color: var(--bg); background: #796ae2; } .faq-dashboard { background: linear-gradient(115.1deg, #07cfab 0%, #985ee2 97.45%); padding-top: 80px; padding-bottom: 100px; margin: 100px 5% 0; border-radius: 50px; box-sizing: border-box; } @media screen and (max-width: 1240px) { .faq-dashboard { margin: 40px 0; padding: 40px 0; border-radius: 0; } } .faq-dashboard__title { text-align: center; margin-bottom: 20px; color: var(--bg); } @media screen and (max-width: 767px) { .faq-dashboard__title { margin-bottom: 10px; padding: 0 10px; } } .faq-dashboard__text { font-size: 18px; line-height: 26px; color: #6c6e75; text-align: center; max-width: 752px; margin: 0 auto; } @media screen and (max-width: 767px) { .faq-dashboard__text { font-size: 16px; line-height: 24px; } } .faq-dashboard__text { color: rgba(255, 255, 255, 0.7); } @media screen and (max-width: 767px) { .faq-dashboard__text { padding: 0 10px; } } .faq-dashboard__text a { color: var(--bg); } .faq-dashboard__text a:hover { opacity: 0.8; } .faq-dashboard__list { max-width: 946px; margin: 40px auto 0; } @media screen and (max-width: 767px) { .faq-dashboard__list { margin-top: 20px; } } .faq-dashboard__item { background: var(--bg); border-radius: 20px; margin-bottom: 10px; } .faq-dashboard__item.open .faq-dashboard__item-toogle::before { transform: rotate(90deg); visibility: hidden; } .faq-dashboard__item.open .faq-dashboard__item-text { max-height: 1000px; padding-bottom: 30px; opacity: 1; margin-top: -10px; } .faq-dashboard__item:last-child { margin-bottom: 0; } .faq-dashboard__item-toogle { position: relative; width: 24px; height: 24px; } .faq-dashboard__item-toogle::before, .faq-dashboard__item-toogle::after { content: ""; display: block; border-radius: 2px; background: #796ae2; } .faq-dashboard__item-toogle::before { height: 100%; width: 4px; transition: 0.3s; } .faq-dashboard__item-toogle::after { position: absolute; top: 0; width: 4px; height: 100%; transform: rotate(90deg); } .faq-dashboard__item-header { padding: 27px 40px; box-sizing: border-box; display: flex; justify-content: space-between; align-items: center; font-size: 18px; line-height: 26px; cursor: pointer; } @media screen and (max-width: 767px) { .faq-dashboard__item-header { padding: 20px; font-size: 16px; line-height: 24px; } } .faq-dashboard__item-text { color: #6c6e75; padding: 0 40px 0px; line-height: 24px; overflow: hidden; opacity: 0; max-height: 0; transition: margin 0.3s, padding 0.3s, max-height 0.4s ease, opacity 0.3s ease; } @media screen and (max-width: 767px) { .faq-dashboard__item-text { padding: 0 20px 20px; } } .faq-dashboard__item-text p { margin: 0 0 10px; } .faq-dashboard__item-text p:last-child { margin-bottom: 0; } .faq-dashboard__action { border: 2px solid var(--bg); border-radius: 30px; padding: 16px 40px; box-sizing: border-box; text-transform: uppercase; color: var(--bg); font-weight: bold; font-size: 18px; line-height: 26px; text-align: center; display: block; width: max-content; margin: 40px auto 0; } @media screen and (max-width: 767px) { .faq-dashboard__action { margin-top: 20px; padding: 16px 30px; } } .faq-dashboard__action:hover { color: #796ae2; background: var(--bg); } .cities-all { margin: 100px 0; } @media screen and (max-width: 1240px) { .cities-all { margin: 40px 0; } } .cities-all__title { margin-bottom: 40px; text-align: center; } @media screen and (max-width: 1240px) { .cities-all__title { margin-bottom: 20px; } } .cities-all__wrap { display: flex; gap: 60px; } @media screen and (max-width: 1240px) { .cities-all__wrap { display: block; } } .cities-all__wrap img { flex-shrink: 0; } @media screen and (max-width: 1240px) { .cities-all__wrap img { display: none; } } .cities-all__list { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; } .cities-all__link { color: var(--text); padding: 8px 12px; box-sizing: border-box; background: #f0f0f0; border-radius: 6px; } .cities-all__more { margin-top: 20px; display: block; width: max-content; } @media screen and (max-width: 1240px) { .dashform .wrap { padding: 0; } } .dashform__wrapper { background: linear-gradient(120.95deg, #07cfab 13.96%, #985ee2 179.66%); padding-top: 80px; padding-bottom: 208px; margin: 0 5%; border-radius: 50px; box-sizing: border-box; } @media screen and (max-width: 1240px) { .dashform__wrapper { margin: 0; padding: 40px 0; border-radius: 0; background: linear-gradient(101.76deg, #07cfab 0%, #985ee2 96.9%); } } .dashform__title { text-align: center; margin-bottom: 20px; color: var(--bg); } @media screen and (max-width: 767px) { .dashform__title { margin-bottom: 10px; padding: 0 10px; } } .dashform__text { font-size: 18px; line-height: 26px; color: #6c6e75; text-align: center; max-width: 752px; margin: 0 auto; } @media screen and (max-width: 767px) { .dashform__text { font-size: 16px; line-height: 24px; } } .dashform__text { color: rgba(255, 255, 255, 0.7); } @media screen and (max-width: 767px) { .dashform__text { padding: 0 10px; } } .dashform__form { background: #f0f0f0; border-radius: 30px; padding: 40px 194px 80px; margin-top: -168px; } @media screen and (max-width: 1240px) { .dashform__form { padding: 30px 20px; margin: 0; border-radius: 0; } } .dashform__field { height: 58px; padding: 24px 20px 8px; transition: 0.2s; border-radius: 16px; font-size: 16px; background: var(--bg); color: var(--text); border: 0; width: 100%; box-sizing: border-box; } @media screen and (max-width: 1240px) { .dashform__field { border-radius: 12px; } } .dashform__field::-webkit-outer-spin-button, .dashform__field::-webkit-inner-spin-button { opacity: 0; -webkit-appearance: none; margin: 0; } .dashform__field:focus ~ .label, .dashform__field .label:focus { transform: translateY(-12px); font-size: 12px; } .dashform__field::placeholder { color: var(--text_gray); font-size: 0.875rem; line-height: 1.4285714286; } .dashform__field:disabled { border-color: #cccccc; background: transparent; } .dashform__message { grid-column: 1/3; } @media screen and (max-width: 1240px) { .dashform__message { grid-column: 1/1; } } .dashform__message-item { resize: none; padding: 19px 20px; font-size: 14px; line-height: 20px; vertical-align: top; height: 98px; padding: 24px 20px 8px; transition: 0.2s; border-radius: 16px; font-size: 16px; background: var(--bg); color: var(--text); border: 0; width: 100%; box-sizing: border-box; } @media screen and (max-width: 1240px) { .dashform__message-item { border-radius: 12px; } } .dashform__message-item::-webkit-outer-spin-button, .dashform__message-item::-webkit-inner-spin-button { opacity: 0; -webkit-appearance: none; margin: 0; } .dashform__message-item:focus ~ .label, .dashform__message-item .label:focus { transform: translateY(-12px); font-size: 12px; } .dashform__message-item::placeholder { color: var(--text_gray); font-size: 0.875rem; line-height: 1.4285714286; } .dashform__message-item:disabled { border-color: #cccccc; background: transparent; } @media screen and (max-width: 1240px) { .dashform__message-item { height: 295px; } } .dashform__name { grid-column: 1/3; } @media screen and (max-width: 1240px) { .dashform__name { grid-column: 1/1; } } .dashform__grid { display: grid; grid-gap: 20px; } .dashform__grid.grid--top { grid-template-columns: 2fr 1fr; margin-bottom: 40px; } @media screen and (max-width: 1240px) { .dashform__grid.grid--top { grid-template-columns: 1fr; margin-bottom: 30px; } } .dashform__grid.grid--bottom { grid-template-columns: 1fr 1fr 1fr; } @media screen and (max-width: 1240px) { .dashform__grid.grid--bottom { grid-template-columns: 1fr; } } .dashform__dropdown { position: relative; } .dashform__dropdown .field { position: relative; } @media screen and (max-width: 1240px) { .dashform__dropdown .field { margin-top: 40px; } } .dashform__dropdown .field .icon { display: block; position: absolute; right: 16px; top: 15px; } .dashform__dropdown-field { padding: 15px 16px; background: var(--bg); border-radius: 12px; display: flex; align-items: center; justify-content: space-between; gap: 10px; font-size: 14px; line-height: 20px; border: 1px solid transparent; cursor: pointer; height: 58px; } .dashform__dropdown-field span { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 420px; } @media screen and (max-width: 767px) { .dashform__dropdown-field span { max-width: 320px; } } @media screen and (max-width: 1240px) { .dashform__dropdown-field { padding: 10px 16px; border-radius: 10px; height: 58px; } } .dashform__dropdown-field .icon { transition: 0.3s; } .dashform__dropdown-field .count { display: none; width: 18px; height: 18px; align-items: center; justify-content: center; color: var(--bg); font-size: 11px; line-height: 20px; background: var(--violet); border-radius: 50%; flex-shrink: 0; } .dashform__dropdown-field.show .icon { transform: rotate(180deg); } .dashform__dropdown-field.active { border-color: var(--violet); } .dashform__dropdown-field.active .icon { display: none; } .dashform__dropdown-field.active .count { display: flex; } .dashform__dropdown-hide { display: none; position: absolute; background: var(--bg); padding: 20px; box-shadow: 0 4px 20px 0 rgba(50, 51, 56, 0.2509803922); border-radius: 12px; z-index: 5; width: 100%; } @media screen and (max-width: 1240px) { .dashform__dropdown-hide { position: fixed; width: 100%; height: 100%; top: 0; left: 0; border-radius: 0; overflow: auto; overscroll-behavior: none; padding-bottom: 100px; } } .dashform__dropdown-hide.show { display: block; } .dashform__dropdown-hide-close { display: none; } @media screen and (max-width: 1240px) { .dashform__dropdown-hide-close { display: flex; position: absolute; top: 20px; right: 20px; } .dashform__dropdown-hide-close.--is-cities { position: static; margin-left: auto; margin-bottom: 20px; } } .dashform__dropdown-title { font-size: 14px; line-height: 20px; color: var(--text_gray); margin-bottom: 16px; } .dashform__dropdown-list { max-height: 300px; overflow: auto; overscroll-behavior: none; } @media screen and (max-width: 1240px) { .dashform__dropdown-list { max-height: none; } } .dashform__dropdown-item { display: flex; align-items: center; gap: 10px; font-size: 14px; line-height: 20px; cursor: pointer; margin-bottom: 20px; } .dashform__dropdown-item:last-child { margin-bottom: 0; } .dashform__dropdown-item .checkbox { display: none; } .dashform__dropdown-item .custom { width: 20px; height: 20px; border-radius: 4px; border: 1px solid var(--border); display: flex; align-items: center; justify-content: center; } .dashform__dropdown-item .custom .icon { visibility: hidden; } .dashform__dropdown-item .checkbox:checked + .custom { background: var(--violet); border-color: var(--violet); } .dashform__dropdown-item .checkbox:checked + .custom .icon { visibility: visible; } .dashform__dropdown-footer { padding-top: 16px; } @media screen and (max-width: 1240px) { .dashform__dropdown-footer { position: fixed; bottom: 0; padding: 16px 0; width: calc(100% - 40px); background: var(--bg); } } .dashform__dropdown-action { text-align: center; background: linear-gradient(90.65deg, #5e73e2 -2.24%, #985ee2 103.94%); font-size: 14px; line-height: 20px; text-transform: uppercase; padding: 8px 0; border-radius: 8px; color: var(--bg); width: 100%; font-weight: 700; } @media screen and (max-width: 1240px) { .dashform__dropdown-action { padding: 12px 60px; } } .dashform__dropdown.error .dashform__dropdown-field { border-color: var(--alarm); } .dashform__dropdown.error .field__error { display: block; } .dashform__checkbox { font-size: 0.875rem; line-height: 1.4285714286; display: flex; align-items: center; gap: 10px; cursor: pointer; } .dashform__checkbox .checkbox { display: none; } .dashform__checkbox .custom { width: 20px; height: 20px; border-radius: 4px; border: 1px solid var(--border); display: flex; align-items: center; justify-content: center; flex-shrink: 0; } .dashform__checkbox .custom .icon { visibility: hidden; } .dashform__checkbox .checkbox:checked + .custom { background: var(--violet); border-color: var(--violet); } .dashform__checkbox .checkbox:checked + .custom .icon { visibility: visible; } .dashform__countries { position: absolute; background: var(--bg); z-index: 2; box-shadow: 0 0 22px rgba(50, 51, 56, 0.12); padding: 20px 0; border-radius: 20px; width: 100%; display: none; } .dashform__countries.show { display: block; } .dashform__countries-title { padding: 0 10px; color: var(--text_gray); margin-bottom: 12px; } .dashform__countries-item { padding: 6px 10px; display: flex; align-items: center; gap: 10px; } .dashform__countries-item:hover { background: rgba(94, 115, 226, 0.12); } .dashform__countries-item.active { background: rgba(94, 115, 226, 0.12); } .dashform__countries-item img { width: 24px; height: 24px; border-radius: 50%; flex-shrink: 0; } .dashform__countries-item span { color: var(--text_gray); } .dashform__countries-result { display: flex; align-items: center; gap: 6px; position: absolute; top: 10px; left: 20px; } .dashform__countries-result img { width: 38px; height: 38px; border-radius: 50%; } .dashform .field-phone .dashform__field-phone { padding: 10px 20px 10px 90px; } .dashform .field-phone .label { left: 107px; } .dashform__agree { margin: 20px 0; } .dashform__agree.error { color: var(--alarm); } .dashform__agree.error .custom { border-color: var(--alarm); } .dashform__agree-checkbox { font-size: 0.875rem; line-height: 1.4285714286; display: flex; align-items: center; gap: 10px; cursor: pointer; align-items: flex-start; } .dashform__agree-checkbox .checkbox { display: none; } .dashform__agree-checkbox .custom { width: 20px; height: 20px; border-radius: 4px; border: 1px solid var(--border); display: flex; align-items: center; justify-content: center; flex-shrink: 0; } .dashform__agree-checkbox .custom .icon { visibility: hidden; } .dashform__agree-checkbox .checkbox:checked + .custom { background: var(--violet); border-color: var(--violet); } .dashform__agree-checkbox .checkbox:checked + .custom .icon { visibility: visible; } .dashform__agree-checkbox .custom-text { font-size: 0.875rem; line-height: 1.4285714286; } .dashform__action { font-weight: 700; font-size: 14px; line-height: 20px; background: linear-gradient(92.06deg, #07cfab -6.44%, #985ee2 196.38%); border-radius: 29px; padding: 16px 60px; height: 58px; color: var(--bg); transition: 0.2s; text-transform: uppercase; text-align: center; cursor: pointer; font-size: 1.125rem; line-height: 1.3333333333; display: block; margin: 20px auto; } .dashform__action:hover { opacity: 0.9; } @media screen and (max-width: 1240px) { .dashform__action { padding: 17px 0; width: 100%; display: block; } } .dashform__error { background: rgba(235, 87, 87, 0.1490196078); color: #eb5757; padding: 19px 20px; border-radius: 12px; font-size: 0.875rem; line-height: 1.4285714286; } .dashform__info { display: grid; grid-template-columns: 1fr 1fr; grid-gap: 20px; margin-top: 40px; } @media screen and (max-width: 1240px) { .dashform__info { grid-template-columns: 1fr; } } .dashform__info-item { display: flex; align-items: center; gap: 20px; font-size: 0.875rem; line-height: 1.4285714286; color: #6c6e75; border: 1px solid #d9d9d9; padding: 20px 30px; border-radius: 20px; } .dashform__info-item .icon { flex-shrink: 0; } .dashform-modal { z-index: 10; display: none; } .dashform-modal.show { display: block; } .dashform-modal .overlay { background: rgba(23, 26, 33, 0.9); position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 4; transition: 0.5s; } .dashform-modal__box { background: var(--bg); z-index: 5; border-radius: 16px; overflow: hidden; max-width: 420px; margin: 0 auto; padding: 40px; position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); } @media screen and (max-width: 1240px) { .dashform-modal__box { width: calc(100% - 40px); padding: 30px 20px; } } .dashform-modal__hdr { display: flex; justify-content: space-between; align-items: flex-start; gap: 20px; margin-bottom: 20px; } .dashform-modal__title { font-size: 1.75rem; line-height: 1.2142857143; font-weight: bold; } .dashform-modal__text { margin-bottom: 20px; } .dashform-modal__field-phone { height: 58px; padding: 24px 20px 8px; transition: 0.2s; border-radius: 16px; font-size: 16px; background: var(--bg); color: var(--text); border: 0; width: 100%; box-sizing: border-box; } @media screen and (max-width: 1240px) { .dashform-modal__field-phone { border-radius: 12px; } } .dashform-modal__field-phone::-webkit-outer-spin-button, .dashform-modal__field-phone::-webkit-inner-spin-button { opacity: 0; -webkit-appearance: none; margin: 0; } .dashform-modal__field-phone:focus ~ .label, .dashform-modal__field-phone .label:focus { transform: translateY(-12px); font-size: 12px; } .dashform-modal__field-phone::placeholder { color: var(--text_gray); font-size: 0.875rem; line-height: 1.4285714286; } .dashform-modal__field-phone:disabled { border-color: #cccccc; background: transparent; } .dashform-modal__field-phone { border: 1px solid #d9d9d9 !important; } .dashform-modal__action { font-weight: 700; font-size: 14px; line-height: 20px; background: linear-gradient(92.06deg, #07cfab -6.44%, #985ee2 196.38%); border-radius: 29px; padding: 16px 60px; height: 58px; color: var(--bg); transition: 0.2s; text-transform: uppercase; text-align: center; cursor: pointer; font-size: 1.125rem; line-height: 1.3333333333; margin-top: 20px; display: block; width: 100%; } .dashform-modal__action:hover { opacity: 0.9; } @media screen and (max-width: 1240px) { .dashform-modal__action { padding: 17px 0; width: 100%; display: block; } } .main-fixed { position: fixed; bottom: 0; left: 0; width: 100%; padding: 10px 20px; background-color: #fff; z-index: 3; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2), 0 6px 20px rgba(0, 0, 0, 0.19); transform: translateY(100%); transition: transform 0.3s ease, opacity 0.3s ease; opacity: 0; pointer-events: none; } .main-fixed.visible { transform: translateY(0); opacity: 1; pointer-events: auto; } .main-fixed__btn { font-weight: 700; font-size: 14px; line-height: 20px; background: var(--btn_gradient); border-radius: 12px; padding: 16px 60px; height: 50px; color: var(--bg); transition: 0.2s; text-transform: uppercase; text-align: center; cursor: pointer; margin: 0 auto; width: 100%; display: block; } .main-fixed__btn:hover { opacity: 0.9; }.dashform .field-phone .dashform__field-phone.simple-contact-field, .catalog-form .field-phone .catalog-form__field-phone.simple-contact-field { padding: 24px 20px 8px; } .dashform .field-phone .label.simple-contact-field, .catalog-form .field-phone .label.simple-contact-field { left: 20px; } div.over-present .present__list { gap: 25px; } @media screen and (max-width: 767px) { .dashform__form .dashform__dropdown-field span { max-width: 250px; } } @media screen and (max-width: 767px) { .catalog .catalog-form__dropdown-field span { max-width: 215px; } }@charset "UTF-8"; .select-reset, .catalog-form__field.select-field { /* Сбрасываем нативный вид */ -webkit-appearance: none; /* Chrome, Safari, Edge на WebKit/Blink */ -moz-appearance: none; /* Firefox */ appearance: none; /* современный стандарт */ /* Для IE/Edge (старых) скрываем стрелку */ } .select-reset::-ms-expand, .catalog-form__field.select-field::-ms-expand { display: none; } :root { --text: #323338; --text_gray: #ABABAB; --text_rgb80: rgba(255, 255, 255, 0.8); --text_rgb40: rgba(255, 255, 255, 0.4); --bg: #fff; --bg_gray: #F5F5F5; --border: #CCCCCC; --link: #07CFAB; --gradient: linear-gradient(120.95deg, #07CFAB 13.96%, #985EE2 179.66%); --btn_gradient: linear-gradient(92.06deg, #07CFAB -6.44%, #985EE2 196.38%); --switch: linear-gradient(98.89deg, rgba(97, 114, 226, 0.2) 0%, rgba(146, 96, 226, 0.2) 106.38%); --attention_rose: #E764EE; --violet: #796AE2; --violet_gradient: linear-gradient(90.65deg, #5E73E2 -2.24%, #985EE2 103.94%); --alarm: #EB5757; --alarm_bg: rgba(235, 87, 87, 0.15); } .offer { background: var(--gradient); border-radius: 30px; margin: 0 3%; padding: 80px 8%; } @media screen and (max-width: 1400px) { .offer { margin: 0 3%; padding: 80px 3%; } } @media screen and (max-width: 1240px) { .offer { margin: 0; padding: 40px 20px; border-radius: 0; } } .offer a { color: var(--bg); border-bottom: 1px solid var(--bg); } .offer a:hover { border-color: transparent; } .offer .icon { margin-right: 6px; } .offer ul { margin: 0; padding: 0; list-style: none; display: flex; flex-direction: column; align-items: center; } .offer ul li { font-size: 16px; line-height: 24px; padding-left: 40px; margin-bottom: 10px; position: relative; color: var(--text_rgb80); } @media screen and (max-width: 767px) { .offer ul li { padding-left: 30px; } } .offer ul li::before { content: ""; position: absolute; left: 10px; font-weight: bold; width: 8px; height: 8px; border-radius: 50%; background: var(--text_rgb80); display: block; top: 6px; } @media screen and (max-width: 767px) { .offer ul li::before { position: static; display: inline-block; margin-right: 10px; } } .offer__title { color: var(--bg); text-align: center; margin-bottom: 20px; } @media screen and (max-width: 1240px) { .offer__title { margin-bottom: 10px; } } .offer__text { text-align: center; color: var(--text_rgb80); margin-bottom: 10px; } @media screen and (max-width: 1240px) { .offer__text.--hidden { overflow: hidden; text-overflow: ellipsis; display: -moz-box; -moz-box-orient: vertical; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; line-clamp: 3; } } .offer__text.active { overflow: visible !important; text-overflow: clip !important; white-space: normal !important; /* Сбрасываем специфичные для обрезки свойства */ display: block !important; -webkit-line-clamp: none !important; -webkit-box-orient: initial !important; line-clamp: none !important; } .offer__more { color: var(--bg); font-size: 14px; line-height: 20px; text-decoration: underline dashed; display: none; align-items: center; justify-content: center; margin: 0 auto; text-underline-offset: 3px; } @media screen and (max-width: 1240px) { .offer__more { display: flex; } } .offer__more.active .icon { transform: rotate(180deg); } .offer__more .icon { stroke: #e4e4e4; transition: 0.2s; } .offer__list { display: grid; grid-template-columns: 1fr 1fr 1fr; grid-gap: 24px; margin: 40px 0 20px; align-items: center; } @media screen and (max-width: 1240px) { .offer__list { grid-template-columns: 1fr; grid-gap: 10px; } } .offer__item { border: 2px solid var(--text_rgb40); padding: 20px 30px; border-radius: 20px; display: flex; align-items: center; gap: 20px; color: var(--bg); } @media screen and (max-width: 1240px) { .offer__item { padding: 16px 20px; border-radius: 12px; font-size: 14px; line-height: 20px; } } .offer__item.active { background: var(--bg); border-color: var(--bg); color: var(--text); } @media screen and (max-width: 1240px) { .offer__item.active { display: none; } } .offer__item img { flex-shrink: 0; width: 60px; height: 60px; } @media screen and (max-width: 1240px) { .offer__item img { width: 40px; height: 40px; } } .filter { margin: 40px auto; background: var(--bg); } .filter .wrap { padding: 0; } @media screen and (max-width: 1240px) { .filter { margin: 0 0 20px; background: var(--bg_gray); } } .filter__hdr { display: flex; gap: 30px; align-items: center; } @media screen and (max-width: 1240px) { .filter__hdr { display: none; } } .filter__hdr.hide { opacity: 0; visibility: hidden; } .filter__hdr-tab { padding: 20px 0 16px; font-size: 14px; line-height: 20px; text-transform: uppercase; font-weight: 500; border-top-left-radius: 20px; border-top-right-radius: 20px; } .filter__hdr-tab.active { background: var(--bg_gray); color: var(--text_gray); padding-left: 30px; padding-right: 30px; } .filter__hdr-tab:hover { color: var(--text_gray); } .filter__hdr-now { display: flex; align-items: center; color: var(--attention_rose); font-size: 14px; line-height: 20px; text-transform: uppercase; font-weight: 500; gap: 6px; padding: 15px 0 10px; border-bottom: 3px solid transparent; } .filter__hdr-now.active { border-color: var(--attention_rose); padding-bottom: 7px; padding-top: 10px; } .filter__hdr-now:hover { opacity: 0.8; } .filter__hdr-dot { width: 6px; height: 6px; display: flex; border-radius: 50%; background: var(--border); align-self: center; margin-right: 30px; } .filter__main { background: var(--bg_gray); padding: 20px 30px; border-bottom-right-radius: 20px; border-bottom-left-radius: 20px; border-top-right-radius: 20px; transition: 0.3s ease; z-index: 2; } @media screen and (max-width: 1240px) { .filter__main { padding: 0; } .filter__main .wrap { padding: 0; } } .filter__main.fixed { box-shadow: 0 4px 18px rgba(0, 0, 0, 0.1); border-radius: 0; position: fixed; width: 100%; top: 0; right: 0; left: 0; } .filter__main.hidden { transform: translateY(-100%); } @media screen and (max-width: 1240px) { .filter__main-wrap { display: grid; grid-template-columns: 56px 1fr; } } .filter__main-favorite { display: none; } @media screen and (max-width: 1240px) { .filter__main-favorite { display: flex; align-items: center; justify-content: center; padding: 16px 20px; border-right: 1px solid var(--bg); } .filter__main-favorite-link { display: flex; position: relative; } .filter__main-favorite-link .count { display: flex; align-items: center; justify-content: center; width: 16px; height: 16px; font-size: 10px; line-height: 1; color: var(--bg); background: var(--gradient); border-radius: 50%; position: absolute; top: -3px; right: -4px; } } .filter__main-list { display: flex; gap: 8px; align-items: center; } @media screen and (max-width: 1240px) { .filter__main-list { padding: 16px 20px; overflow-x: scroll; width: 100%; } } .filter__main-now { display: none; } @media screen and (max-width: 1240px) { .filter__main-now { display: flex; grid-column: 1/3; padding: 20px; background: var(--bg); } .filter__main-now__link { color: var(--attention_rose); font-weight: bold; font-size: 0.875rem; line-height: 1.4285714286; text-transform: uppercase; padding: 15px 0; border: 2px solid var(--attention_rose); width: 100%; border-radius: 12px; display: flex; align-items: center; justify-content: center; gap: 4px; height: 50px; } } .filter__radio { background: var(--bg); display: flex; border-radius: 12px; padding: 4px; } .filter__radio .radio { display: none; } .filter__radio .custom { padding: 11px 16px; font-size: 14px; line-height: 20px; border-radius: 8px; } @media screen and (max-width: 1240px) { .filter__radio .custom { padding: 6px 16px; } } .filter__radio .radio:checked + .custom { color: var(--violet); background: linear-gradient(98.89deg, rgba(97, 114, 226, 0.2) 0%, rgba(146, 96, 226, 0.2) 106.38%); } .filter__dropdown { position: relative; } .filter__dropdown.--sorting { margin-left: auto; } .filter__dropdown .field { position: relative; } @media screen and (max-width: 1240px) { .filter__dropdown .field { margin-top: 40px; } } .filter__dropdown .field .icon { display: block; position: absolute; right: 16px; top: 15px; } .filter__dropdown-cities { margin-top: 10px; max-height: 250px; overscroll-behavior: none; overflow: auto; } @media screen and (max-width: 1240px) { .filter__dropdown-cities { max-height: 100%; padding-bottom: 140px; padding-left: 16px; } } .filter__dropdown-city { margin-bottom: 10px; } .filter__dropdown-search { border-radius: 10px; border: 1px solid var(--border); padding: 15px 16px; width: 100%; } .filter__dropdown-search.--border-none { border-color: transparent; } .filter__dropdown-field { padding: 15px 16px; background: var(--bg); border-radius: 12px; display: flex; align-items: center; justify-content: space-between; gap: 10px; font-size: 14px; line-height: 20px; border: 1px solid transparent; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; cursor: pointer; } @media screen and (max-width: 1240px) { .filter__dropdown-field { padding: 10px 16px; border-radius: 10px; height: 40px; } } .filter__dropdown-field .icon { transition: 0.3s; } .filter__dropdown-field .count { display: none; width: 18px; height: 18px; align-items: center; justify-content: center; color: var(--bg); font-size: 11px; line-height: 20px; background: var(--violet); border-radius: 50%; flex-shrink: 0; } .filter__dropdown-field.show .icon { transform: rotate(180deg); } .filter__dropdown-field.active { border-color: var(--violet); } .filter__dropdown-field.active .icon { display: none; } .filter__dropdown-field.active .count { display: flex; } .filter__dropdown-hide { display: none; position: absolute; background: var(--bg); padding: 20px; box-shadow: 0 4px 20px 0 rgba(50, 51, 56, 0.2509803922); border-radius: 12px; min-width: var(--custom-min-width, 364px); z-index: 5; } @media screen and (max-width: 1240px) { .filter__dropdown-hide { position: fixed; width: 100%; height: 100%; top: 0; left: 0; border-radius: 0; overflow: auto; overscroll-behavior: none; padding-bottom: 100px; } } .filter__dropdown-hide.show { display: block; } .filter__dropdown-hide-close { display: none; } @media screen and (max-width: 1240px) { .filter__dropdown-hide-close { display: flex; position: absolute; top: 20px; right: 20px; } .filter__dropdown-hide-close.--is-cities { position: static; margin-left: auto; margin-bottom: 20px; } } .filter__dropdown-title { font-size: 14px; line-height: 20px; color: var(--text_gray); margin-bottom: 16px; } .filter__dropdown-list { max-height: 300px; overflow: auto; overscroll-behavior: none; } @media screen and (max-width: 1240px) { .filter__dropdown-list { max-height: none; } } .filter__dropdown-sort { padding: 12px 10px; display: flex; align-items: center; justify-content: space-between; border-radius: 8px; font-size: 14px; line-height: 20px; cursor: pointer; } .filter__dropdown-sort:hover { background: #f2f2f2; } .filter__dropdown-sort .sort-icon { display: none; } .filter__dropdown-sort.active { background: #f2f2f2; } .filter__dropdown-sort.active .sort-icon { display: block; } .filter__dropdown-item { display: flex; align-items: center; gap: 10px; font-size: 14px; line-height: 20px; cursor: pointer; margin-bottom: 20px; } .filter__dropdown-item:last-child { margin-bottom: 0; } .filter__dropdown-item .checkbox { display: none; } .filter__dropdown-item .custom { width: 20px; height: 20px; border-radius: 4px; border: 1px solid var(--border); display: flex; align-items: center; justify-content: center; } .filter__dropdown-item .custom .icon { visibility: hidden; } .filter__dropdown-item .checkbox:checked + .custom { background: var(--violet); border-color: var(--violet); } .filter__dropdown-item .checkbox:checked + .custom .icon { visibility: visible; } .filter__dropdown-footer { padding-top: 16px; } @media screen and (max-width: 1240px) { .filter__dropdown-footer { position: fixed; bottom: 0; padding: 16px 0; width: calc(100% - 40px); background: var(--bg); } } .filter__dropdown-action { text-align: center; background: linear-gradient(90.65deg, #5e73e2 -2.24%, #985ee2 103.94%); font-size: 14px; line-height: 20px; text-transform: uppercase; padding: 8px 0; border-radius: 8px; color: var(--bg); width: 100%; font-weight: 700; } @media screen and (max-width: 1240px) { .filter__dropdown-action { padding: 12px 60px; } } .catalog .wrap { position: relative; } .catalog__title { margin-bottom: 40px; } @media screen and (max-width: 1240px) { .catalog__title { margin-bottom: 20px; } } .catalog__card { border: 1px solid var(--border); border-radius: 20px; position: relative; overflow: hidden; margin-bottom: 20px; } .catalog__card:last-child { margin-bottom: 0; } .catalog__card-photo { border-radius: 20px 0 20px 0; margin-left: -1px; margin-top: -1px; max-width: 350px; max-height: 350px; width: 87%; object-fit: cover; } .catalog__card-advantages { display: flex; flex-direction: column; gap: 6px; position: absolute; right: 0; top: 30px; max-width: 120px; } .catalog__card-advantages .option { background: var(--text_rgb80); padding: 6px 8px; border-top-left-radius: 10px; border-bottom-left-radius: 10px; display: flex; align-items: center; color: var(--violet); gap: 10px; font-size: 13px; line-height: 16px; } .catalog__card-advantages .option .icon { flex-shrink: 0; } .catalog__card-video { background: var(--gradient); padding: 6px 8px; border-top-left-radius: 10px; border-bottom-left-radius: 10px; display: flex; align-items: center; color: var(--bg); gap: 10px; font-size: 13px; line-height: 16px; text-align: left; } .catalog__card-main { padding: 20px; } .catalog__card-name { display: block; font-weight: bold; font-size: 24px; line-height: 30px; margin-bottom: 6px; color: var(--text); } .catalog__card-tabs { display: flex; align-items: center; justify-content: space-between; gap: 30px; border-bottom: 1px solid var(--border); padding: 0 20px; } .catalog__card-tabs-item { font-size: 14px; line-height: 20px; text-transform: uppercase; font-weight: bold; border-bottom: 3px solid transparent; padding-bottom: 10px; } .catalog__card-tabs-item.active { color: var(--link); border-color: var(--link); } .catalog__card-offer { text-align: center; padding: 0 20px 20px; font-size: 14px; line-height: 20px; color: var(--link); text-decoration: underline dashed; text-underline-offset: 3px; cursor: pointer; } .catalog__card-work { padding: 16px 20px 0; } .catalog__card-work-text { font-size: 14px; line-height: 20px; margin-bottom: 16px; } .catalog__card-work-text.--is_review { overflow: hidden; text-overflow: ellipsis; display: -moz-box; -moz-box-orient: vertical; display: -webkit-box; -webkit-line-clamp: 8; -webkit-box-orient: vertical; line-clamp: 8; } .catalog__card-work-list { display: flex; flex-wrap: wrap; gap: 10px; margin: -6px 0 16px; } .catalog__card-work-item { display: flex; align-items: center; gap: 6px; padding: 3px 8px; border: 1px solid var(--border); border-radius: 6px; font-size: 14px; line-height: 20px; width: max-content; } .catalog__card-work-item .icon { flex-shrink: 0; } .catalog__item { display: grid; grid-template-columns: 1fr 249px; position: relative; overflow: hidden; margin-bottom: 20px; border: 1px solid #e6e6e6; border-radius: 20px; } .catalog__item:last-child { margin: 0; } .catalog__main { display: grid; grid-template-columns: 240px 1fr; grid-gap: 30px; padding: 30px; } .catalog__main-photo { background: #e7fffb; width: 240px; border-radius: 12px; overflow: hidden; position: relative; align-self: start; } .catalog__main-photo img { width: 240px; height: 256px; object-fit: cover; } .catalog__main-video { position: absolute; left: 50%; transform: translateX(-50%); bottom: 60px; } .catalog__main-offer { text-align: center; color: var(--link); font-size: 14px; line-height: 20px; padding: 12px 0; text-decoration: underline dotted; text-underline-offset: 2px; cursor: pointer; } .catalog__info-hdr { display: flex; flex-wrap: wrap; gap: 4px 20px; align-items: center; } .catalog__info-name { font-size: 24px; line-height: 30px; font-weight: bold; color: var(--text); } .catalog__info-recomend { display: flex; gap: 4px; padding: 3px 8px; background: #f2f2f2; border-radius: 6px; color: var(--violet); font-size: 14px; line-height: 20px; } @media screen and (max-width: 1240px) { .catalog__info-recomend { margin-bottom: 6px; width: max-content; } } .catalog__info-recomend .icon { margin-top: 3px; fill: var(--violet); } .catalog__info-intouch { display: flex; gap: 4px; padding: 3px 8px; background: #f2f2f2; border-radius: 6px; color: var(--attention_rose); font-size: 14px; line-height: 20px; } @media screen and (max-width: 1240px) { .catalog__info-intouch { margin-bottom: 6px; width: max-content; } } .catalog__info-intouch .icon { margin-top: 3px; } .catalog__info-adventages { display: flex; align-items: center; gap: 6px; margin: 12px 0; font-size: 14px; line-height: 20px; } @media screen and (max-width: 1240px) { .catalog__info-adventages { flex-wrap: wrap; gap: 4px 10px; margin: 0; padding: 20px; } } .catalog__info-adventages .option { display: flex; align-items: center; gap: 6px; font-size: 14px; line-height: 20px; } @media screen and (max-width: 1240px) { .catalog__info-adventages .option { gap: 10px; } } .catalog__info-adventages .option:not(:first-child)::before { content: ""; display: block; width: 6px; height: 6px; border-radius: 50%; background: var(--border); } .catalog__info-work { display: flex; align-items: center; gap: 20px; margin: 12px 0; } .catalog__info-work .option { display: flex; align-items: center; gap: 12px; font-size: 14px; line-height: 18px; color: var(--violet); } .catalog__info-about { margin: 12px 0; } .catalog__info-label { font-size: 14px; line-height: 20px; color: var(--text_gray); } .catalog__info-text { font-size: 14px; line-height: 20px; overflow: hidden; text-overflow: ellipsis; display: -moz-box; -moz-box-orient: vertical; display: -webkit-box; -webkit-line-clamp: 6; -webkit-box-orient: vertical; line-clamp: 6; } .catalog__info-text.--how-help { overflow: hidden; text-overflow: ellipsis; display: -moz-box; -moz-box-orient: vertical; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; line-clamp: 3; } .catalog__info-spec { display: flex; align-items: center; gap: 6px; max-width: 561px; } .catalog__info-spec .catalog__info-label { white-space: nowrap; } .catalog__info-spec .option { white-space: nowrap; } .catalog__info-spec-wrapper { display: flex; align-items: center; gap: 6px; overflow: hidden; position: relative; transition: width 0.3s ease-in-out; flex-wrap: nowrap; } .catalog__info-spec-wrapper .option { background: #f2f2f2; border-radius: 6px; font-size: 14px; line-height: 20px; padding: 3px 8px; } .catalog__info-spec-all { position: relative; margin-left: auto; font-size: 14px; line-height: 20px; color: var(--link); opacity: 0; visibility: hidden; transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out; } .catalog__info-spec-all.visible { opacity: 1; visibility: visible; } .catalog__info-spec-all::before { content: ""; position: absolute; top: -4px; right: 100%; bottom: 0; width: 100px; height: 140%; background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff 75%); pointer-events: none; } .catalog__info-footer { display: flex; justify-content: space-between; gap: 20px; margin-top: 20px; } @media screen and (max-width: 1240px) { .catalog__info-footer { flex-direction: column; justify-content: flex-start; margin: 0 0 16px; padding: 0 20px; } } .catalog__price-title { font-size: 14px; line-height: 20px; color: var(--text_gray); } .catalog__price-private { font-size: 14px; line-height: 20px; color: var(--link); border-bottom: 1px dashed var(--link); } .catalog__price-private:hover { border-color: transparent; } .catalog__price-amount { font-size: 14px; line-height: 20px; color: var(--text_gray); } .catalog__price-amount .without-amount { margin-left: 5px; color: var(--text_gray); text-decoration: line-through; } .catalog__price-amount span { color: var(--text); } .catalog__price-amount span .price-bold { display: inline; font-weight: bold; font-size: 24px; line-height: 30px; } .catalog__price-actions { display: flex; align-items: center; gap: 10px; } .catalog__price-more { font-weight: 700; font-size: 14px; line-height: 20px; background: var(--btn_gradient); border-radius: 12px; padding: 16px 60px; height: 50px; color: var(--bg); transition: 0.2s; text-transform: uppercase; text-align: center; cursor: pointer; } .catalog__price-more:hover { opacity: 0.9; } @media screen and (max-width: 1240px) { .catalog__price-more { width: 100%; text-align: center; } } .catalog__price-favorite { display: flex; align-items: center; justify-content: center; width: 50px; height: 50px; background: #f2f2f2; border-radius: 12px; } @media screen and (max-width: 1240px) { .catalog__price-favorite { flex-shrink: 0; } } .catalog__price-favorite.active .heart-path { fill: url(#a); animation: fillEffect 0.4s ease forwards; transform: scale(1.2); } .catalog__price-favorite .heart-path { fill: none; stroke: url(#a); stroke-width: 2; transition: transform 0.3s ease; transform-origin: center; } @keyframes fillEffect { 0% { fill-opacity: 0; } 100% { fill-opacity: 1; transform: scale(1); } } .catalog__sidebar { padding: 30px; background: #f2f2f2; } .catalog__sidebar-item { margin-bottom: 20px; } .catalog__sidebar-item:last-child { margin: 0; } .catalog__tooltip { position: absolute; bottom: 100px; padding: 20px; background: var(--bg); box-shadow: 0 4px 20px 0 rgba(50, 51, 56, 0.2509803922); border-radius: 12px; z-index: 1; max-width: 300px; } .catalog__tooltip-hdr { display: flex; justify-content: space-between; gap: 20px; } .catalog__tooltip-close { display: flex; } .catalog__tooltip-title, .catalog__tooltip-text, .catalog__tooltip-footer { font-size: 14px; line-height: 20px; } .catalog__tooltip-title { color: var(--text_gray); } .catalog__tooltip-footer { display: flex; flex-wrap: wrap; align-items: flex-end; column-gap: 10px; margin-top: 12px; color: var(--text_gray); } .catalog__tooltip-footer .price-bold { display: inline; font-weight: bold; font-size: 24px; line-height: 30px; color: var(--text); } .catalog__tooltip-footer .without-amount { margin-bottom: 2px; color: var(--text_gray); text-decoration: line-through; } .catalog__tooltip-label { width: 100%; } .catalog__offer-main, .catalog__help-main { display: flex; align-items: center; gap: 30px; padding: 30px; border-radius: 20px; margin: 20px 0; background: linear-gradient(90.65deg, rgba(94, 115, 226, 0.15) -2.24%, rgba(152, 94, 226, 0.15) 103.94%); } @media screen and (max-width: 1240px) { .catalog__offer-main, .catalog__help-main { flex-direction: column; padding: 20px; gap: 20px; } } .catalog__offer-main img, .catalog__help-main img { width: 200px; height: 76px; } @media screen and (max-width: 1240px) { .catalog__offer-main img, .catalog__help-main img { margin: auto; } } .catalog__offer-main-title, .catalog__help-main-title { margin-bottom: 10px; font-size: 20px; line-height: 26px; font-weight: bold; } @media screen and (max-width: 1240px) { .catalog__offer-main-title, .catalog__help-main-title { font-size: 18px; line-height: 24px; } } .catalog__offer-main-text, .catalog__help-main-text { font-size: 14px; line-height: 20px; } .catalog__offer-main-link, .catalog__help-main-link { background: linear-gradient(90.65deg, #5e73e2 -2.24%, #985ee2 103.94%); padding: 12px 30px; border-radius: 30px; text-transform: uppercase; font-size: 14px; line-height: 26px; white-space: nowrap; font-weight: bold; color: var(--bg); text-align: center; } .catalog__offer-main-link:hover, .catalog__help-main-link:hover { opacity: 0.9; } .catalog__over { margin: 40px 0 20px; text-align: center; } .catalog__over-title { margin-bottom: 10px; font-size: 28px; line-height: 34px; font-weight: bold; } @media screen and (max-width: 1240px) { .catalog__over-title { font-size: 22px; line-height: 26px; } } .catalog__over-text { font-size: 14px; line-height: 20px; color: var(--text_gray); } .catalog__more { padding: 20px 0; background: #f2f2f2; border-radius: 20px; color: var(--link); font-size: 16px; line-height: 24px; width: 100%; } .pagination { display: flex; align-items: center; justify-content: center; max-width: 230px; margin: 40px auto; } @media screen and (max-width: 1240px) { .pagination { margin: 20px auto; } } .pagination__item { margin-right: 20px; } .pagination__item:last-child { margin-right: 0; } .pagination__item span { background: transparent; color: #6c6e75; display: block; width: auto; } .pagination__btn { text-align: center; width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; background: linear-gradient(127.85deg, #07cfab 0%, #985ee2 211.89%); border-radius: 50%; color: var(--bg); } .pagination__btn[href] { background: transparent; border-radius: 50%; width: auto; color: #6c6e75; transition: none; } .pagination__btn[href]:hover { color: var(--link); } .last-reviews { padding: 80px 0; background: var(--gradient); border-radius: 30px; margin: 80px 5%; } @media screen and (max-width: 1240px) { .last-reviews { padding: 40px 20px; margin: 40px 0; border-radius: 0; } .last-reviews .wrap { padding: 0; } } .last-reviews__title { color: var(--bg); text-align: center; font-size: 40px; line-height: 48px; margin-bottom: 20px; font-weight: bold; } @media screen and (max-width: 1240px) { .last-reviews__title { font-size: 28px; line-height: 32px; } } .last-reviews__text { text-align: center; margin-bottom: 20px; color: var(--text_rgb80); font-size: 18px; line-height: 26px; } .last-reviews__text .icon { vertical-align: top; } .last-reviews__text a { color: var(--text_rgb80); border-bottom: 1px solid var(--text_rgb80); } .last-reviews__list { column-count: 2; column-gap: 16px; } @media screen and (max-width: 1240px) { .last-reviews__list { column-count: 1; margin-top: 20px; } } .last-reviews__item { break-inside: avoid; background: var(--bg); border-radius: 30px; padding: 30px; margin-bottom: 16px; } @media screen and (max-width: 1240px) { .last-reviews__item { padding: 20px; border-radius: 20px; margin-bottom: 20px; } } .last-reviews__offer { break-inside: avoid; border: 2px solid var(--bg); padding: 30px; display: flex; align-items: center; border-radius: 20px; gap: 20px; margin-bottom: 16px; } @media screen and (max-width: 1240px) { .last-reviews__offer { padding: 20px; } } .last-reviews__offer .icon { flex-shrink: 0; } .last-reviews__offer-text { font-size: 18px; line-height: 26px; color: var(--text_rgb80); } .last-reviews__offer-text a { color: var(--bg); text-decoration: underline; text-underline-offset: 3px; } .last-reviews__hdr { background: #f2f2f2; border-radius: 12px; display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; gap: 10px; } @media screen and (max-width: 1240px) { .last-reviews__hdr { margin-bottom: 16px; } } .last-reviews__hdr img { width: 92px; height: 92px; border-radius: 12px; } @media screen and (max-width: 1240px) { .last-reviews__hdr img { width: 106px; height: 106px; } } .last-reviews__person { padding: 20px 0 20px 20px; } @media screen and (max-width: 1240px) { .last-reviews__person { padding: 16px 0 16px 16px; } } .last-reviews__name { font-size: 20px; line-height: 26px; margin-bottom: 6px; font-weight: bold; color: var(--text); } @media screen and (max-width: 1240px) { .last-reviews__name { font-size: 18px; line-height: 24px; } } .last-reviews__price { font-size: 14px; line-height: 20px; color: var(--text_gray); } .last-reviews__price b { color: var(--text); } @media screen and (max-width: 1240px) { .last-reviews__price .text-desktop { display: none; } } .last-reviews__price .text-mobile { display: none; } @media screen and (max-width: 1240px) { .last-reviews__price .text-mobile { display: inline; } } .last-reviews__assesment { display: flex; align-items: center; gap: 6px 10px; font-size: 14px; line-height: 20px; margin-bottom: 6px; flex-wrap: wrap; } .last-reviews__assesment .label { color: var(--text_gray); } @media screen and (max-width: 1240px) { .last-reviews__assesment .label { width: 100%; } } .last-reviews__assesment .result { display: flex; align-items: center; gap: 4px; color: var(--text_gray); } .last-reviews__description { font-size: 14px; line-height: 20px; } .last-reviews__footer { margin-top: 20px; display: flex; align-items: center; gap: 10px 20px; font-size: 14px; line-height: 20px; } @media screen and (max-width: 1240px) { .last-reviews__footer { margin-top: 16px; flex-wrap: wrap; } } .last-reviews__date { color: var(--text_gray); } .last-reviews__status { border: 1px solid var(--border); border-radius: 6px; padding: 4px 6px; color: var(--text_gray); } .last-reviews__more { margin-left: auto; } @media screen and (max-width: 1240px) { .last-reviews__more { margin: 0; width: 100%; } } .modal { z-index: 10; display: none; } .modal.show { display: block; } .modal .overlay { background: rgba(23, 26, 33, 0.9); position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 4; transition: 0.5s; } .modal__wrap { position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 10; } @media screen and (max-width: 767px) { .modal__wrap { top: auto; max-height: 100%; height: 100%; } } .modal__scroll { position: relative; width: 100%; max-width: 656px; margin: 100px auto 50px; z-index: 3; height: auto; } @media screen and (max-width: 1600px) { .modal__scroll { margin: 40px auto; } } @media screen and (max-width: 1240px) { .modal__scroll { max-width: 100%; overflow: auto; overscroll-behavior: none; height: 100%; margin: 0; } } @media screen and (max-width: 767px) { .modal__scroll { margin: 0 auto; } } .modal__box { background: var(--bg); position: relative; z-index: 5; border-radius: 16px; overflow: hidden; } @media screen and (max-width: 1240px) { .modal__box { border-radius: 0; overflow-y: auto; height: 100%; } } .modal__header { display: flex; justify-content: space-between; flex-wrap: wrap; margin-bottom: 16px; padding: 30px 30px 0; } @media screen and (max-width: 1240px) { .modal__header { padding: 30px 20px 0; } } .modal__status { width: 100%; display: flex; align-items: center; gap: 10px; margin-top: 10px; } .modal__status__item { border: 1px solid #d9d9d9; padding: 2px 8px; font-size: 0.875rem; line-height: 1.4285714286; color: #ababab; border-radius: 6px; } .modal__status__item.urgent { border-color: transparent; background: linear-gradient(90.65deg, rgba(94, 115, 226, 0.2) -2.24%, rgba(152, 94, 226, 0.2) 103.94%); color: #796ae2; } .modal__status__date { font-size: 0.875rem; line-height: 1.4285714286; color: #ababab; } .modal__title { font-size: 1.5rem; line-height: 1.3333333333; font-weight: bold; } .modal__title.--small { font-size: 16px; line-height: 24px; font-weight: 500; color: var(--text_gray); } .modal__title.--big { font-size: 26px; line-height: 30px; } .modal__content { padding: 0 30px 30px; overflow-y: auto; overscroll-behavior: none; height: 60vh; } @media screen and (max-width: 1240px) { .modal__content { margin: 0; height: auto; padding: 0 20px 60px; } } .modal__content__text { font-size: 0.875rem; line-height: 1.4285714286; margin-bottom: 4px; } .modal__content .option { color: #ababab; font-size: 0.875rem; line-height: 1.4285714286; } .modal__main { display: grid; grid-gap: 24px; overflow-y: auto; overscroll-behavior: none; margin-top: 24px; height: 60vh; padding: 0 30px 30px; } @media screen and (max-width: 1240px) { .modal__main { margin: 0; height: auto; padding: 0 20px 60px; } .modal__main.--over { margin-top: 20px; } .modal__main.--over .modal__main-image { width: 100%; max-width: 335px; } .modal__main.--over .modal__main-text { color: #6c6e75; } } .modal__main-title { font-size: 24px; font-weight: bold; line-height: 30px; } .modal__footer { display: flex; align-items: center; gap: 10px; padding: 16px 30px; position: sticky; bottom: 0; z-index: 4; width: 100%; max-width: 656px; background: var(--bg); box-shadow: 0px -2px 16px 0px rgba(50, 51, 56, 0.1019607843); border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; } @media screen and (max-width: 1240px) { .modal__footer { max-width: 100%; flex-direction: column; padding: 16px 20px 16px 20px; } } .modal__footer-cancel { padding: 12px 20px; height: 44px; font-size: 14px; line-height: 20px; font-weight: bold; text-transform: uppercase; color: var(--violet); border: 2px solid var(--violet); border-radius: 8px; } @media screen and (max-width: 1240px) { .modal__footer-cancel { display: none; } } .modal__footer-action { padding: 12px 60px; height: 44px; font-size: 14px; line-height: 20px; font-weight: bold; text-transform: uppercase; color: var(--bg); background: linear-gradient(90.65deg, #5e73e2 -2.24%, #985ee2 103.94%); border-radius: 8px; width: max-content; } @media screen and (max-width: 1240px) { .modal__footer-action { width: 100%; } } .modal__footer-agree { padding: 17px 40px; height: 58px; font-weight: bold; text-transform: uppercase; color: var(--link); border: 2px solid var(--link); border-radius: 30px; width: max-content; } @media screen and (max-width: 1240px) { .modal__footer-agree { margin: 0 auto; } } .modal__footer-reset { margin-right: auto; font-size: 14px; line-height: 20px; color: var(--violet); } @media screen and (max-width: 1240px) { .modal__footer-reset { margin: 0; order: 1; } } .modal__switched-title { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; font-size: 1rem; line-height: 1.5; font-weight: bold; } .modal__switched-list { display: flex; padding: 4px; border: 1px solid var(--border); border-radius: 12px; } .modal__switched-label { display: flex; width: 100%; text-align: center; cursor: pointer; background: var(--bg); border-radius: 12px; } .modal__switched-label .radio { display: none; } .modal__switched-label .custom { display: flex; align-items: center; justify-content: center; gap: 6px; width: 100%; height: 40px; padding: 10px 0; font-size: 14px; line-height: 20px; border-radius: 8px; } .modal__switched-label .radio:checked + .custom { color: var(--violet); background: var(--switch); } .modal__city.active { position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 5; padding: 30px; background: var(--bg); display: flex; } @media screen and (max-width: 1240px) { .modal__city.active { position: fixed; } } .modal__city.active .modal__city-wrapper { flex: 1; } .modal__city.active .modal__city-title, .modal__city.active .modal__city-tags { display: none; } .modal__city.active .modal__city-hide-close { display: flex; } .modal__city.active .modal__city-list { display: flex; } .modal__city-hide-close { display: none; } .modal__city-title { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; font-size: 1rem; line-height: 1.5; font-weight: bold; } .modal__city-field { position: relative; } .modal__city-field .icon, .modal__city-field-reset { position: absolute; top: 15px; right: 16px; cursor: pointer; display: block; flex-shrink: 0; } .modal__city-search { padding: 15px 16px; width: 100%; background: var(--bg); border: 1px solid var(--border); border-radius: 10px; } .modal__city-tags { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 10px; } .modal__city-tags-item .radio { display: none; } .modal__city-tags-item .custom { padding: 6px 10px; border: 1px solid var(--border); border-radius: 6px; font-size: 13px; line-height: 18px; cursor: pointer; } .modal__city-tags-item .radio:checked + .custom { color: var(--violet); background: var(--switch); border-color: transparent; } .modal__city-list { display: none; flex-direction: column; justify-content: flex-start; align-items: flex-start; gap: 20px; height: calc(100% - 40px); padding-bottom: 20px; padding-left: 16px; margin-top: 20px; background: var(--bg); overflow: auto; overscroll-behavior: contain; } .modal__city-item { font-size: 14px; line-height: 20px; cursor: pointer; } .modal__choice-title { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; font-size: 1rem; line-height: 1.5; font-weight: bold; } .modal__choice-list { display: flex; flex-wrap: wrap; gap: 10px; } .modal__choice-label { display: flex; align-items: center; gap: 0; text-align: center; cursor: pointer; border-radius: 8px; } .modal__choice-label .checkbox, .modal__choice-label .radio { display: none; } .modal__choice-label .custom-big { padding: 15px 10px; font-size: 14px; line-height: 20px; height: 50px; border: 1px solid var(--border); border-radius: 8px; } .modal__choice-label .checkbox:checked + .custom-big, .modal__choice-label .radio:checked + .custom-big { color: var(--violet); background: var(--switch); border-color: transparent; } .modal__special.active .modal__special-list { visibility: visible; opacity: 1; margin-top: 12px; max-height: 500px; grid-gap: 16px; } .modal__special.active .icon { transform: rotate(180deg); } .modal__special-title { display: flex; gap: 10px; cursor: pointer; width: max-content; margin-bottom: 0; font-size: 1rem; line-height: 1.5; font-weight: bold; } .modal__special-list { display: grid; grid-template-columns: repeat(2, 1fr); grid-gap: 16px; visibility: hidden; opacity: 0; max-height: 0; overflow: hidden; transition: all 0.3s ease; } @media screen and (max-width: 1240px) { .modal__special-list { grid-template-columns: 1fr; } } .modal__special-label { display: flex; gap: 10px; cursor: pointer; } .modal__special-label .radio { display: none; } .modal__special-label .custom-small { position: relative; width: 20px; height: 20px; border: 1px solid var(--border); border-radius: 50%; display: flex; align-items: center; justify-content: center; } .modal__special-label .custom-small::before { content: ""; position: absolute; width: 12px; height: 12px; border-radius: 50%; background: var(--violet); display: block; visibility: hidden; } .modal__special-label .radio:checked + .custom-small::before { visibility: visible; } .modal__video { position: relative; } @media screen and (max-width: 1240px) { .modal__video { margin-top: 150px; padding: 0 20px; } } .modal__video-close { position: absolute; top: -34px; right: 0; width: 24px; height: 24px; background: var(--bg); display: block; z-index: 5; } @media screen and (max-width: 1240px) { .modal__video-close { right: 20px; } } .modal__symptoms-title { display: flex; align-items: center; gap: 10px; margin-bottom: 12px; font-size: 1rem; line-height: 1.5; font-weight: bold; cursor: pointer; } .modal__symptoms-list { display: grid; grid-template-columns: repeat(2, 1fr); grid-gap: 16px; } @media screen and (max-width: 1240px) { .modal__symptoms-list { grid-template-columns: 1fr; } } .modal__symptoms-label { display: flex; align-items: center; gap: 10px; cursor: pointer; } .modal__symptoms-label .checkbox { display: none; } .modal__symptoms-label .custom { width: 20px; height: 20px; border: 1px solid var(--border); border-radius: 4px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; } .modal__symptoms-label .custom .icon { visibility: hidden; flex-shrink: 0; } .modal__symptoms-label .checkbox:checked + .custom { background: var(--violet); border-color: var(--violet); } .modal__symptoms-label .checkbox:checked + .custom .icon { visibility: visible; flex-shrink: 0; } .modal__symptoms-more { margin-top: 12px; font-size: 14px; line-height: 20px; color: var(--violet); } .text-description p { font-size: 16px; line-height: 24px; margin: 0 0 20px; } .text-description h1 { margin-bottom: 30px; text-align: center; } @media screen and (max-width: 1240px) { .text-description h1 { margin-bottom: 20px; } } .text-description h2, .text-description h3, .text-description h4, .text-description h5 { margin-top: 50px; margin-bottom: 20px; text-align: center; } @media screen and (max-width: 767px) { .text-description h2, .text-description h3, .text-description h4, .text-description h5 { margin-top: 40px; margin-bottom: 20px; } } .text-description h6 { margin-bottom: 20px; text-align: center; } .text-description ol { margin: 0; padding: 0; list-style: none; counter-reset: item; } .text-description ol li { font-size: 16px; line-height: 24px; padding-left: 20px; margin-bottom: 20px; position: relative; } @media screen and (max-width: 767px) { .text-description ol li { padding-left: 30px; } } .text-description ol li::before { content: counter(item) "."; counter-increment: item; position: absolute; left: 0; color: var(--link); font-weight: 500; } .text-description ol li::after { content: ""; position: absolute; left: 0; top: 0; color: var(--link); font-weight: 500; } .text-description ul { margin: 0; padding: 0; list-style: none; } .text-description ul li { font-size: 16px; line-height: 24px; padding-left: 40px; margin-bottom: 20px; position: relative; } @media screen and (max-width: 767px) { .text-description ul li { padding-left: 30px; } } .text-description ul li::before { content: ""; position: absolute; left: 10px; color: var(--link); font-weight: bold; width: 8px; height: 8px; border-radius: 50%; background: var(--link); display: block; top: 6px; } @media screen and (max-width: 767px) { .text-description ul li::before { left: 0; } } .text-description figure { width: fit-content; margin: 30px auto; } @media screen and (max-width: 767px) { .text-description figure { margin: 20px auto; } } .text-description figure img { width: auto; max-width: 750px; margin: auto; border-radius: 20px; position: relative; } @media screen and (max-width: 767px) { .text-description figure img { width: 100%; max-width: 420px; } } .text-description figure figcaption { margin-top: 10px; font-size: 16px; line-height: 24px; } .text-description img { width: auto; max-width: 750px; border-radius: 20px; position: relative; margin: 30px auto; } @media screen and (max-width: 767px) { .text-description img { width: 100%; max-width: 420px; } } .text-description blockquote { padding: 30px; box-sizing: border-box; background: #e7fffb; margin: 30px 0; font-size: 16px; line-height: 24px; border-radius: 20px; position: relative; } @media screen and (max-width: 767px) { .text-description blockquote { padding: 20px 16px; } } .text-description blockquote p:last-child { margin-bottom: 0; } .text-description table { width: 100%; table-layout: fixed; border-collapse: collapse; } @media screen and (max-width: 1240px) { .text-description table { width: 750px; } } @media screen and (max-width: 767px) { .text-description table { width: 700px; } } .text-description table tr { border-bottom: 1px solid #e4e4e4; } .text-description table th { color: #ababab; font-size: 16px; line-height: 22px; font-weight: normal; text-align: left; padding: 16px 20px; box-sizing: border-box; width: 15%; } .text-description table td { padding: 20px; box-sizing: border-box; font-size: 16px; line-height: 22px; width: 15%; vertical-align: top; } .tags { margin-top: 40px; } @media screen and (max-width: 1240px) { .tags { margin-top: 20px; } } .tags__list { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; } .tags__list-item { border: 1px solid var(--border); border-radius: 8px; padding: 10px 16px; color: var(--link); font-size: 14px; line-height: 20px; } .tags__list-item:hover { background: #f2f2f2; border-color: #f2f2f2; color: var(--text); } .tags__list-item.active { background: #f2f2f2; border-color: #f2f2f2; color: var(--text); cursor: auto; } .tags__list-more { color: var(--link); font-size: 14px; line-height: 20px; } .catalog-form { display: grid; grid-template-columns: 240px 1fr; margin: 20px 0; background: #f0f0f0; padding: 30px; border-radius: 20px; } @media screen and (max-width: 1240px) { .catalog-form { grid-template-columns: 1fr; grid-gap: 20px; padding: 20px; } } .catalog-form img { width: 240px; } .catalog-form img.form-hide { object-fit: cover; object-position: top; height: 190px; margin-top: -10px; } @media screen and (max-width: 1240px) { .catalog-form img.form-hide { margin: 0; height: 100%; object-position: center; } } @media screen and (max-width: 1240px) { .catalog-form img { width: 100%; } } .catalog-form-title { font-weight: bold; margin-bottom: 10px; } @media screen and (max-width: 1240px) { .catalog-form-title { font-size: 24px; } } .catalog-form-title { font-size: 24px; } @media screen and (max-width: 767px) { .catalog-form-title { font-size: 18px; } } @media screen and (max-width: 1240px) { .catalog-form-title { line-height: 30px; } } .catalog-form-title { line-height: 30px; } @media screen and (max-width: 767px) { .catalog-form-title { line-height: 24px; } } .catalog-form-text { font-size: 0.875rem; line-height: 1.4285714286; margin-bottom: 20px; } .catalog-form-message { resize: none; padding: 19px 20px; font-size: 14px; line-height: 20px; vertical-align: top; height: 98px; padding: 24px 20px 8px; transition: 0.2s; border-radius: 16px; font-size: 16px; background: var(--bg); color: var(--text); border: 0; width: 100%; box-sizing: border-box; } @media screen and (max-width: 1240px) { .catalog-form-message { border-radius: 12px; } } .catalog-form-message::-webkit-outer-spin-button, .catalog-form-message::-webkit-inner-spin-button { opacity: 0; -webkit-appearance: none; margin: 0; } .catalog-form-message:focus ~ .label, .catalog-form-message .label:focus { transform: translateY(-12px); font-size: 12px; } .catalog-form-message::placeholder { color: var(--text_gray); font-size: 0.875rem; line-height: 1.4285714286; } .catalog-form-message:disabled { border-color: #cccccc; background: transparent; } @media screen and (max-width: 1240px) { .catalog-form-message { height: 295px; } } .catalog-form__dropdown { grid-column: 1/3; position: relative; } .catalog-form__dropdown .field { position: relative; } @media screen and (max-width: 1240px) { .catalog-form__dropdown .field { margin-top: 40px; } } .catalog-form__dropdown .field .icon { display: block; position: absolute; right: 16px; top: 15px; } .catalog-form__dropdown-field { padding: 15px 16px; background: var(--bg); border-radius: 12px; display: flex; align-items: center; justify-content: space-between; gap: 10px; font-size: 14px; line-height: 20px; border: 1px solid transparent; cursor: pointer; height: 58px; } .catalog-form__dropdown-field span { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 420px; } @media screen and (max-width: 767px) { .catalog-form__dropdown-field span { max-width: 320px; } } @media screen and (max-width: 1240px) { .catalog-form__dropdown-field { padding: 10px 16px; border-radius: 10px; height: 58px; } } .catalog-form__dropdown-field .icon { transition: 0.3s; } .catalog-form__dropdown-field .count { display: none; width: 18px; height: 18px; align-items: center; justify-content: center; color: var(--bg); font-size: 11px; line-height: 20px; background: var(--violet); border-radius: 50%; flex-shrink: 0; } .catalog-form__dropdown-field.show .icon { transform: rotate(180deg); } .catalog-form__dropdown-field.active { border-color: var(--violet); } .catalog-form__dropdown-field.active .icon { display: none; } .catalog-form__dropdown-field.active .count { display: flex; } .catalog-form__dropdown-hide { display: none; position: absolute; background: var(--bg); padding: 20px; box-shadow: 0 4px 20px 0 rgba(50, 51, 56, 0.2509803922); border-radius: 12px; z-index: 5; width: 100%; } @media screen and (max-width: 1240px) { .catalog-form__dropdown-hide { position: fixed; width: 100%; height: 100%; top: 0; left: 0; border-radius: 0; overflow: auto; overscroll-behavior: none; padding-bottom: 100px; } } .catalog-form__dropdown-hide.show { display: block; } .catalog-form__dropdown-hide-close { display: none; } @media screen and (max-width: 1240px) { .catalog-form__dropdown-hide-close { display: flex; position: absolute; top: 20px; right: 20px; } .catalog-form__dropdown-hide-close.--is-cities { position: static; margin-left: auto; margin-bottom: 20px; } } .catalog-form__dropdown-title { font-size: 14px; line-height: 20px; color: var(--text_gray); margin-bottom: 16px; } .catalog-form__dropdown-list { max-height: 300px; overflow: auto; overscroll-behavior: none; } @media screen and (max-width: 1240px) { .catalog-form__dropdown-list { max-height: none; } } .catalog-form__dropdown-item { display: flex; align-items: center; gap: 10px; font-size: 14px; line-height: 20px; cursor: pointer; margin-bottom: 20px; } .catalog-form__dropdown-item:last-child { margin-bottom: 0; } .catalog-form__dropdown-item .checkbox { display: none; } .catalog-form__dropdown-item .custom { width: 20px; height: 20px; border-radius: 4px; border: 1px solid var(--border); display: flex; align-items: center; justify-content: center; } .catalog-form__dropdown-item .custom .icon { visibility: hidden; } .catalog-form__dropdown-item .checkbox:checked + .custom { background: var(--violet); border-color: var(--violet); } .catalog-form__dropdown-item .checkbox:checked + .custom .icon { visibility: visible; } .catalog-form__dropdown-footer { padding-top: 16px; } @media screen and (max-width: 1240px) { .catalog-form__dropdown-footer { position: fixed; bottom: 0; padding: 16px 0; width: calc(100% - 40px); background: var(--bg); } } .catalog-form__dropdown-action { text-align: center; background: linear-gradient(90.65deg, #5e73e2 -2.24%, #985ee2 103.94%); font-size: 14px; line-height: 20px; text-transform: uppercase; padding: 8px 0; border-radius: 8px; color: var(--bg); width: 100%; font-weight: 700; } @media screen and (max-width: 1240px) { .catalog-form__dropdown-action { padding: 12px 60px; } } .catalog-form__dropdown.error .catalog-form__dropdown-field { border-color: var(--alarm); } .catalog-form__dropdown.error .field__error { display: block; } @media screen and (max-width: 1240px) { .catalog-form__dropdown { grid-column: 1/1; } } .catalog-form__grid { display: grid; grid-template-columns: 1fr 1fr 1fr; grid-gap: 20px; margin-top: 20px; } @media screen and (max-width: 1240px) { .catalog-form__grid { grid-template-columns: 1fr; } } .catalog-form__field { height: 58px; padding: 24px 20px 8px; transition: 0.2s; border-radius: 16px; font-size: 16px; background: var(--bg); color: var(--text); border: 0; width: 100%; box-sizing: border-box; } @media screen and (max-width: 1240px) { .catalog-form__field { border-radius: 12px; } } .catalog-form__field::-webkit-outer-spin-button, .catalog-form__field::-webkit-inner-spin-button { opacity: 0; -webkit-appearance: none; margin: 0; } .catalog-form__field:focus ~ .label, .catalog-form__field .label:focus { transform: translateY(-12px); font-size: 12px; } .catalog-form__field::placeholder { color: var(--text_gray); font-size: 0.875rem; line-height: 1.4285714286; } .catalog-form__field:disabled { border-color: #cccccc; background: transparent; } .catalog-form__checkbox { font-size: 0.875rem; line-height: 1.4285714286; display: flex; align-items: center; gap: 10px; cursor: pointer; } .catalog-form__checkbox .checkbox { display: none; } .catalog-form__checkbox .custom { width: 20px; height: 20px; border-radius: 4px; border: 1px solid var(--border); display: flex; align-items: center; justify-content: center; flex-shrink: 0; } .catalog-form__checkbox .custom .icon { visibility: hidden; } .catalog-form__checkbox .checkbox:checked + .custom { background: var(--violet); border-color: var(--violet); } .catalog-form__checkbox .checkbox:checked + .custom .icon { visibility: visible; } .catalog-form__countries { position: absolute; background: var(--bg); z-index: 2; box-shadow: 0 0 22px rgba(50, 51, 56, 0.12); padding: 20px 0; border-radius: 20px; width: 100%; display: none; } .catalog-form__countries.show { display: block; } .catalog-form__countries-title { padding: 0 10px; color: var(--text_gray); margin-bottom: 12px; } .catalog-form__countries-item { padding: 6px 10px; display: flex; align-items: center; gap: 10px; } .catalog-form__countries-item:hover { background: rgba(94, 115, 226, 0.12); } .catalog-form__countries-item.active { background: rgba(94, 115, 226, 0.12); } .catalog-form__countries-item img { width: 24px; height: 24px; border-radius: 50%; flex-shrink: 0; } .catalog-form__countries-item span { color: var(--text_gray); } .catalog-form__countries-result { display: flex; align-items: center; gap: 6px; position: absolute; top: 10px; left: 20px; } .catalog-form__countries-result img { width: 38px; height: 38px; border-radius: 50%; } .catalog-form .field-phone .catalog-form__field-phone { padding: 10px 20px 10px 100px; } .catalog-form .field-phone .label { left: 107px; } .catalog-form__agree { margin: 20px 0; } .catalog-form__agree.error { color: var(--alarm); } .catalog-form__agree.error .custom { border-color: var(--alarm); } .catalog-form__agree-checkbox { font-size: 0.875rem; line-height: 1.4285714286; display: flex; align-items: center; gap: 10px; cursor: pointer; align-items: flex-start; } .catalog-form__agree-checkbox .checkbox { display: none; } .catalog-form__agree-checkbox .custom { width: 20px; height: 20px; border-radius: 4px; border: 1px solid var(--border); display: flex; align-items: center; justify-content: center; flex-shrink: 0; } .catalog-form__agree-checkbox .custom .icon { visibility: hidden; } .catalog-form__agree-checkbox .checkbox:checked + .custom { background: var(--violet); border-color: var(--violet); } .catalog-form__agree-checkbox .checkbox:checked + .custom .icon { visibility: visible; } .catalog-form__agree-checkbox .custom-text { font-size: 0.875rem; line-height: 1.4285714286; } .catalog-form__action { font-weight: 700; font-size: 14px; line-height: 20px; background: linear-gradient(90.65deg, #5e73e2 -2.24%, #985ee2 103.94%); border-radius: 29px; padding: 16px 60px; height: 58px; color: var(--bg); transition: 0.2s; text-transform: uppercase; text-align: center; cursor: pointer; font-size: 1.125rem; line-height: 1.3333333333; display: block; margin: 20px auto 0; } .catalog-form__action:hover { opacity: 0.9; } @media screen and (max-width: 1240px) { .catalog-form__action { padding: 17px 0; width: 100%; display: block; } } .catalog-form__error { background: rgba(235, 87, 87, 0.1490196078); color: #eb5757; padding: 19px 20px; border-radius: 12px; font-size: 0.875rem; line-height: 1.4285714286; } .catalog-form-modal { z-index: 10; display: none; } .catalog-form-modal.show { display: block; } .catalog-form-modal .overlay { background: rgba(23, 26, 33, 0.9); position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 4; transition: 0.5s; } .catalog-form-modal__box { background: var(--bg); z-index: 5; border-radius: 16px; overflow: hidden; max-width: 420px; margin: 0 auto; padding: 40px; position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); } @media screen and (max-width: 1240px) { .catalog-form-modal__box { width: calc(100% - 40px); padding: 30px 20px; } } .catalog-form-modal__hdr { display: flex; justify-content: space-between; align-items: flex-start; gap: 20px; margin-bottom: 20px; } .catalog-form-modal__title { font-size: 1.75rem; line-height: 1.2142857143; font-weight: bold; } .catalog-form-modal__text { margin-bottom: 20px; } .catalog-form-modal__field-phone { height: 58px; padding: 24px 20px 8px; transition: 0.2s; border-radius: 16px; font-size: 16px; background: var(--bg); color: var(--text); border: 0; width: 100%; box-sizing: border-box; } @media screen and (max-width: 1240px) { .catalog-form-modal__field-phone { border-radius: 12px; } } .catalog-form-modal__field-phone::-webkit-outer-spin-button, .catalog-form-modal__field-phone::-webkit-inner-spin-button { opacity: 0; -webkit-appearance: none; margin: 0; } .catalog-form-modal__field-phone:focus ~ .label, .catalog-form-modal__field-phone .label:focus { transform: translateY(-12px); font-size: 12px; } .catalog-form-modal__field-phone::placeholder { color: var(--text_gray); font-size: 0.875rem; line-height: 1.4285714286; } .catalog-form-modal__field-phone:disabled { border-color: #cccccc; background: transparent; } .catalog-form-modal__field-phone { border: 1px solid #d9d9d9 !important; } .catalog-form-modal__action { font-weight: 700; font-size: 14px; line-height: 20px; background: linear-gradient(92.06deg, #07cfab -6.44%, #985ee2 196.38%); border-radius: 29px; padding: 16px 60px; height: 58px; color: var(--bg); transition: 0.2s; text-transform: uppercase; text-align: center; cursor: pointer; font-size: 1.125rem; line-height: 1.3333333333; margin-top: 20px; display: block; width: 100%; } .catalog-form-modal__action:hover { opacity: 0.9; } @media screen and (max-width: 1240px) { .catalog-form-modal__action { padding: 17px 0; width: 100%; display: block; } }.catalog__info-text.--how-help { -webkit-line-clamp: 4; line-clamp: 4; } .collapsed { visibility: hidden; opacity: 0; max-height: 0; overflow: hidden; } .with-transition { transition: all 0.3s ease; }.city-modal{z-index:3;display:none}.city-modal.show{display:block}.city-modal .over{background:rgba(0,0,0,.7);position:fixed;top:0;left:0;right:0;bottom:0;z-index:3;-webkit-transition:.5s;transition:.5s}.city-modal__wrap{position:fixed;top:0;left:0;right:0;bottom:0;overflow-y:auto;z-index:3}@media screen and (max-width:768px){.city-modal__wrap{background:#fff}}.city-modal__scroll{width:100%;height:auto;max-width:945px;position:relative;margin:0 auto;margin-top:100px;margin-bottom:100px;-webkit-transform:translate(0,0);transform:translate(0,0);z-index:3}@media screen and (max-width:1140px){.city-modal__scroll{margin-top:40px;margin-bottom:40px}}@media screen and (max-width:768px){.city-modal__scroll{margin:0 auto;box-sizing:border-box}}.city-modal__box{box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:flex;width:100%;position:relative}@media screen and (max-width:1140px){.city-modal__box{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column}}.city-modal__form{padding:60px 50px;background:var(--bg);box-sizing:border-box;position:relative;-webkit-box-flex:1;-webkit-flex:auto;flex:auto;border-top-left-radius:20px;border-bottom-left-radius:20px}@media screen and (max-width:1140px){.city-modal__form{border-radius:0}}@media screen and (max-width:768px){.city-modal__form{padding:30px 20px}}.city-modal__anonym{width:255px;-webkit-flex-shrink:0;flex-shrink:0;background:-webkit-linear-gradient(359.35deg,#5e73e2 -2.24%,#985ee2 103.94%);background:linear-gradient(90.65deg,#5e73e2 -2.24%,#985ee2 103.94%);padding:30px;box-sizing:border-box;margin-left:auto;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;text-align:center;border-top-right-radius:20px;border-bottom-right-radius:20px;position:relative}@media screen and (max-width:1140px){.city-modal__anonym{border-radius:0;width:100%;padding:30px 20px;-webkit-box-ordinal-group:0;-webkit-order:-1;order:-1}}.city-modal__anonym .icon{margin-bottom:50px;-webkit-flex-shrink:0;flex-shrink:0}@media screen and (max-width:768px){.city-modal__anonym .icon{margin-bottom:20px}}.city-modal__anonym-text{font-size:1rem;line-height:1.375rem;color:var(--bg)}.city-modal__bg{position:absolute;top:0;right:0;bottom:0}@media screen and (max-width:768px){.city-modal__bg{top:-30px}}@media screen and (max-width:414px){.city-modal__bg{top:-10px}}@media screen and (max-width:395px){.city-modal__bg{top:0}}.city-modal__close{position:absolute;cursor:pointer;top:10px;right:10px;z-index:1}.city-modal__close .icon{-webkit-transition:.3s;transition:.3s;-webkit-transform-origin:center;transform-origin:center;fill:rgba(255,255,255,.5);display:-webkit-box;display:-webkit-flex;display:flex}@media screen and (max-width:1140px){.city-modal__close .icon{width:20px;height:20px}}.city-modal__close:hover .icon{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.city-modal__title{font-size:1.75rem;font-weight:700;position:relative;margin-bottom:30px}@media screen and (max-width:768px){.city-modal__title{font-size:1.375rem;line-height:1.625rem}}.city-modal__list{position:relative;display:grid;grid-template-columns:1fr 1fr 1fr;grid-row-gap:12px;grid-column-gap:30px}@media screen and (max-width:768px){.city-modal__list{grid-template-columns:1fr 1fr;grid-column-gap:20px}}.city-modal__item{color:var(--text);font-size:1rem;line-height:1.5rem}.city-modal__item:hover{color:var(--link)}.city-modal__item { font-size: 0.875rem; } .city-modal__item.main-link { font-size: 1rem; } .city-modal__item.main-link.underlined { text-decoration: underline; }@charset "UTF-8"; *, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; } html { -webkit-tap-highlight-color: transparent; } a { outline: none; text-decoration: none; color: var(--link); transition: 0.2s; -webkit-tap-highlight-color: transparent; } button, button:active, button:focus { outline: none; } button { transition: 0.2s; padding: 0; cursor: pointer; background: transparent; border: none; font-size: 16px; line-height: 24px; color: var(--text); } button, input, select, textarea { font-family: inherit; } input::placeholder, textarea::placeholder { color: var(--text_gray); font-size: 16px; line-height: 24px; } input, textarea, select { outline: none; color: var(--text); background: var(--bg); -webkit-tap-highlight-color: transparent; } input:focus, textarea:focus, select:focus { outline: none; } input[type=search]::-webkit-search-cancel-button { display: none; } input:focus::placeholder, textarea:focus::placeholder { color: transparent; } img { display: block; width: auto; height: auto; } input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill, input:-webkit-autofill:hover, textarea:-webkit-autofill:hover, select:-webkit-autofill:hover, input:-webkit-autofill:focus, textarea:-webkit-autofill:focus, select:-webkit-autofill:focus { -webkit-text-fill-color: var(--text); -webkit-box-shadow: 0 0 0 1000px transparent inset; transition: background-color 5000s ease-in-out 0s; background: -webkit-linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(0, 174, 255, 0.04) 50%, rgba(255, 255, 255, 0) 51%, rgba(0, 174, 255, 0.03) 100%); } html { line-height: 1.15; /* Исправляем высоту строки */ -webkit-text-size-adjust: 100%; /* Предотвращаем изменения текста на iOS */ } body { margin: 0; /* Убираем отступ */ } main { display: block; /* Для IE */ } h1 { font-size: 2em; margin: 0.67em 0; } hr { box-sizing: content-box; height: 0; overflow: visible; } pre { font-family: monospace, monospace; font-size: 1em; } a { background-color: transparent; } abbr[title] { border-bottom: none; text-decoration: underline dotted; } b, strong { font-weight: bolder; } code, kbd, samp { font-family: monospace, monospace; font-size: 1em; } small { font-size: 80%; } sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sub { bottom: -0.25em; } sup { top: -0.5em; } img { border-style: none; } button, input, optgroup, select, textarea { font-family: inherit; font-size: 100%; line-height: 1.15; margin: 0; } button, input { overflow: visible; } button, select { text-transform: none; -webkit-appearance: button; } button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner { border-style: none; padding: 0; } button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring { outline: 1px dotted ButtonText; } fieldset { padding: 0.35em 0.75em 0.625em; } legend { box-sizing: border-box; color: inherit; display: table; max-width: 100%; padding: 0; white-space: normal; } progress { vertical-align: baseline; } textarea { overflow: auto; } [type=checkbox], [type=radio] { box-sizing: border-box; padding: 0; } [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; } details { display: block; } summary { display: list-item; } template { display: none; } [hidden] { display: none; } .select-reset { /* Сбрасываем нативный вид */ -webkit-appearance: none; /* Chrome, Safari, Edge на WebKit/Blink */ -moz-appearance: none; /* Firefox */ appearance: none; /* современный стандарт */ /* Для IE/Edge (старых) скрываем стрелку */ } .select-reset::-ms-expand { display: none; } :root { --text: #323338; --text_gray: #ABABAB; --text_rgb80: rgba(255, 255, 255, 0.8); --text_rgb40: rgba(255, 255, 255, 0.4); --bg: #fff; --bg_gray: #F5F5F5; --border: #CCCCCC; --link: #07CFAB; --gradient: linear-gradient(120.95deg, #07CFAB 13.96%, #985EE2 179.66%); --btn_gradient: linear-gradient(92.06deg, #07CFAB -6.44%, #985EE2 196.38%); --switch: linear-gradient(98.89deg, rgba(97, 114, 226, 0.2) 0%, rgba(146, 96, 226, 0.2) 106.38%); --attention_rose: #E764EE; --violet: #796AE2; --violet_gradient: linear-gradient(90.65deg, #5E73E2 -2.24%, #985EE2 103.94%); --alarm: #EB5757; --alarm_bg: rgba(235, 87, 87, 0.15); } body { margin: 0; padding: 0; font-family: "Roboto", sans-serif; outline: none; font-size: 16px; line-height: 24px; font-weight: 400; min-width: 320px; min-height: 100vh; background-color: var(--bg); position: relative; color: var(--text); display: flex; flex-direction: column; letter-spacing: 0.01em; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } h1, h2, h3, h4, h5, h6 { margin: 0; } @media screen and (max-width: 1240px) { h1 { font-size: 32px; } } h1 { font-size: 40px; } @media screen and (max-width: 767px) { h1 { font-size: 26px; } } @media screen and (max-width: 1240px) { h1 { line-height: 38px; } } h1 { line-height: 48px; } @media screen and (max-width: 767px) { h1 { line-height: 30px; } } @media screen and (max-width: 1240px) { h2 { font-size: 28px; } } h2 { font-size: 36px; } @media screen and (max-width: 767px) { h2 { font-size: 22px; } } @media screen and (max-width: 1240px) { h2 { line-height: 36px; } } h2 { line-height: 44px; } @media screen and (max-width: 767px) { h2 { line-height: 26px; } } @media screen and (max-width: 1240px) { h3 { font-size: 26px; } } h3 { font-size: 32px; } @media screen and (max-width: 767px) { h3 { font-size: 22px; } } @media screen and (max-width: 1240px) { h3 { line-height: 30px; } } h3 { line-height: 38px; } @media screen and (max-width: 767px) { h3 { line-height: 26px; } } @media screen and (max-width: 1240px) { h4 { font-size: 24px; } } h4 { font-size: 28px; } @media screen and (max-width: 767px) { h4 { font-size: 22px; } } @media screen and (max-width: 1240px) { h4 { line-height: 30px; } } h4 { line-height: 36px; } @media screen and (max-width: 767px) { h4 { line-height: 26px; } } @media screen and (max-width: 1240px) { h5 { font-size: 24px; } } h5 { font-size: 24px; } @media screen and (max-width: 767px) { h5 { font-size: 18px; } } @media screen and (max-width: 1240px) { h5 { line-height: 30px; } } h5 { line-height: 30px; } @media screen and (max-width: 767px) { h5 { line-height: 24px; } } @media screen and (max-width: 1240px) { h6 { font-size: 20px; } } h6 { font-size: 20px; } @media screen and (max-width: 767px) { h6 { font-size: 18px; } } @media screen and (max-width: 1240px) { h6 { line-height: 26px; } } h6 { line-height: 26px; } @media screen and (max-width: 767px) { h6 { line-height: 24px; } } .main { flex-grow: 1; } .wrap { max-width: 1140px; margin: 0 auto; padding: 0 20px; box-sizing: content-box; } .video { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; margin-top: 24px; margin-bottom: 24px; } .video iframe, .video object, .video embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } .field-search { position: relative; } .field-search.error input, .field-search.error textarea { border-color: var(--alarm); } .field-search.error .field__error { display: block; } .field-search .icon { position: absolute; right: 20px; top: 17px; pointer-events: none; } .field-search .field-search__reset { position: absolute; right: 20px; top: 17px; cursor: pointer; } .field { position: relative; width: 100%; } .field input { height: 58px; padding: 24px 20px 8px; transition: 0.2s; border-radius: 16px; font-size: 16px; background: var(--bg); color: var(--text); border: 0; width: 100%; box-sizing: border-box; } @media screen and (max-width: 1240px) { .field input { border-radius: 12px; } } .field input::-webkit-outer-spin-button, .field input::-webkit-inner-spin-button { opacity: 0; -webkit-appearance: none; margin: 0; } .field input:focus ~ .label, .field input .label:focus { transform: translateY(-12px); font-size: 12px; } .field input::placeholder { color: var(--text_gray); font-size: 0.875rem; line-height: 1.4285714286; } .field input:disabled { border-color: #cccccc; background: transparent; } .field.error input, .field.error textarea { border: 1px solid var(--alarm); } .field.error .field__error { display: block; } .field .icon { position: absolute; right: 20px; top: 17px; pointer-events: none; } .field .label { position: absolute; left: 20px; top: 20px; color: var(--text_gray); transition: 0.2s; pointer-events: none; font-size: 14px; line-height: 20px; } .field.active .label { transform: translateY(-12px); font-size: 12px; } .field__error { color: var(--alarm); font-size: 12px; line-height: 18px; background: var(--alarm_bg); padding: 6px 20px; margin-top: 6px; border-radius: 8px; display: none; } .preloader { width: 100%; height: 100%; position: absolute; justify-content: center; top: 0; z-index: 1; background: rgba(255, 255, 255, 0.9); display: none; } .preloader.show { display: flex; } .spinner { position: sticky; top: 50%; transform: translateY(-50%); width: 50px; height: 50px; border: 6px solid rgba(152, 94, 226, 0.4); border-top: 6px solid #985ee2; border-radius: 50%; animation: spin 1s linear infinite; margin-bottom: 20px; } @keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } /* roboto-regular - cyrillic */ @font-face { font-display: swap; font-family: "Roboto"; font-style: normal; font-weight: 400; src: local(""), url("../fonts/roboto-v20-cyrillic-regular.woff2") format("woff2"); } /* roboto-500 - cyrillic */ @font-face { font-display: swap; font-family: "Roboto"; font-style: normal; font-weight: 500; src: local(""), url("../fonts/roboto-v20-cyrillic-500.woff2") format("woff2"); } /* roboto-700 - cyrillic */ @font-face { font-display: swap; font-family: "Roboto"; font-style: normal; font-weight: 700; src: local(""), url("../fonts/roboto-v20-cyrillic-700.woff2") format("woff2"); } /* roboto-300 - cyrillic_latin */ @font-face { font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */ font-family: "Roboto"; font-style: normal; font-weight: 300; src: url("../fonts/roboto-v30-cyrillic_latin-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ } .header { padding: 15px 0; } @media screen and (max-width: 1240px) { .header.hdr-fixed { transition: 0.2s; z-index: 3; background: var(--bg); } } .header.hdr-fixed.fixed { box-shadow: 0 4px 18px rgba(0, 0, 0, 0.1); border-radius: 0; position: fixed; width: 100%; top: 0; right: 0; left: 0; } .header.hdr-fixed.hidden { transform: translateY(-100%); } @media screen and (max-width: 1240px) { .header { height: 70px; background: transparent; padding: 11px 0; } } .header__nav-wrapper { display: flex; align-items: center; gap: 30px; } @media screen and (max-width: 1240px) { .header__nav-wrapper { flex-direction: column; align-items: flex-start; background: var(--bg); width: 100%; padding: 20px; border-radius: 12px; gap: 20px; } } .header__logo img { width: 132px; } @media screen and (max-width: 1240px) { .header__logo img { width: 109px; height: 48px; } } .header__info { font-size: 13px; line-height: 18px; } @media screen and (max-width: 1240px) { .header__info { font-size: 12px; line-height: 14px; } } .header__box { display: flex; align-items: center; position: relative; } @media screen and (max-width: 1240px) { .header__box { align-items: flex-start; } } .header__box .new-year { width: auto; position: absolute; left: 290px; top: -10px; } @media screen and (max-width: 1240px) { .header__box .new-year { display: none; } } .header__favorite { display: none; } @media screen and (max-width: 1240px) { .header__favorite { display: flex; flex-shrink: 0; margin-left: auto; align-items: center; justify-content: center; width: 48px; height: 48px; position: relative; } .header__favorite .count { display: flex; align-items: center; justify-content: center; width: 16px; height: 16px; font-size: 10px; line-height: 1px; color: var(--bg); background: var(--gradient); border-radius: 100%; position: absolute; top: 8px; right: 6px; } .header__favorite.hide { visibility: hidden; } } .header__burger { display: none; } @media screen and (max-width: 1240px) { .header__burger { display: flex; flex-shrink: 0; align-items: center; justify-content: center; width: 48px; height: 48px; position: relative; } .header__burger .notify { display: block; width: 8px; height: 8px; background: var(--text); border-radius: 100%; position: absolute; top: 12px; right: 10px; } } .header__nav { display: flex; align-items: center; gap: 30px; margin-left: auto; } @media screen and (max-width: 1240px) { .header__nav { margin: 0; flex-direction: column; z-index: 3; position: fixed; top: 0; right: 0; background: #F2F2F2; padding: 80px 30px 100px 30px; overflow: auto; height: 100vh; box-sizing: border-box; transition: 0.3s; transform: translateX(100%); visibility: hidden; gap: 20px; align-items: flex-start; width: 100%; } .header__nav.show { transform: translateX(0); visibility: visible; } } .header__nav-logo { display: none; } @media screen and (max-width: 1240px) { .header__nav-logo { display: block; position: absolute; top: 10px; } } .header__nav-close { display: none; } @media screen and (max-width: 1240px) { .header__nav-close { display: block; position: absolute; top: 20px; right: 30px; } } @media screen and (max-width: 1240px) { .header__nav-notify { position: absolute; top: 20px; right: 80px; } .header__nav-notify .icon { width: 26px; height: 26px; } } .header__nav-cash { background: var(--violet); color: var(--bg); display: flex; border-radius: 30px; padding: 14px 20px; text-align: center; text-transform: uppercase; justify-content: center; font-weight: bold; } .header__nav-action { display: none; } @media screen and (max-width: 1240px) { .header__nav-action { display: flex; align-self: center; font-weight: bold; margin-top: 30px; height: 50px; padding: 14px 40px; background: linear-gradient(90.65deg, #5E73E2 -2.24%, #985EE2 103.94%); border-radius: 30px; text-transform: uppercase; color: var(--bg); box-sizing: border-box; font-size: 14px; line-height: 22px; } } @media screen and (max-width: 1240px) and (max-width: 335px) { .header__nav-action { padding-left: 20px; padding-right: 20px; } } .header__nav-wrap { display: flex; align-items: center; gap: 30px; } @media screen and (max-width: 1240px) { .header__nav-wrap { display: block; background: #f2f0fc; border-radius: 30px; width: 100%; order: -1; margin-bottom: 20px; } } .header__nav-sum { font-size: 14px; font-weight: bold; text-transform: uppercase; display: flex; color: #796AE2; align-items: center; } @media screen and (max-width: 1240px) { .header__nav-sum { margin: 0 auto; padding: 14px 20px; width: 100%; justify-content: center; box-sizing: border-box; font-size: 16px; } .header__nav-sum span { margin-right: 5px; display: inline-block; } } .header__nav-sum span { display: none; } .header__nav-sum .icon { margin-right: 13px; } @media screen and (max-width: 1240px) { .header__nav-sum .icon { display: none; } } .header__nav-link { font-size: 14px; line-height: 20px; font-weight: 500; color: var(--text); transition: 0.2s; text-transform: uppercase; position: relative; } @media screen and (max-width: 1240px) { .header__nav-link { margin: 0; display: block; padding: 0 0 20px; border-bottom: 1px solid #E6E6E6; width: 100%; } .header__nav-link.help { order: 1; } } @media screen and (min-width: 1240px) { .header__nav-link:hover { color: var(--link); } } .header__nav-link.active { color: var(--link); cursor: default; } @media screen and (min-width: 1240px) { .header__nav-link.active:hover { color: var(--link); } } .header__nav-link.--favorite { display: flex; align-items: center; gap: 6px; position: relative; } .header__nav-link.--favorite .count { display: flex; align-items: center; justify-content: center; width: 16px; height: 16px; font-size: 10px; line-height: 1px; color: var(--bg); background: var(--gradient); border-radius: 100%; position: absolute; top: -8px; right: -8px; } @media screen and (max-width: 1240px) { .header__nav-link.--favorite .count { position: relative; right: 12px; } } @media screen and (max-width: 1240px) { .header__nav-link.--favorite { background: var(--bg); border: 0; padding: 20px 30px; border-radius: 12px; } } .header .dropdown { position: relative; } @media screen and (max-width: 1240px) { .header .dropdown { padding-bottom: 20px; border-bottom: 1px solid #E6E6E6; width: 100%; } .header .dropdown:last-child { border: 0; padding: 0; } } @media screen and (min-width: 1240px) { .header .dropdown:hover .dropdown__hide { opacity: 1; visibility: visible; } } .header .dropdown__link { font-size: 14px; line-height: 24px; text-transform: uppercase; font-weight: 500; display: flex; align-items: center; gap: 6px; width: 100%; } .header .dropdown__link .icon-drop { transition: 0.3s; fill: var(--text); } .header .dropdown__link.open { color: var(--link); } .header .dropdown__link.open .icon-drop { transform: rotate(180deg); fill: var(--link); } .header .dropdown__hide { position: absolute; background: var(--bg); box-shadow: 0 0 16px rgba(50, 51, 56, 0.16); border-radius: 10px; min-width: 240px; padding: 10px; z-index: 2; opacity: 0; visibility: hidden; transition: opacity 0.3s ease, visibility 0.3s ease; } @media screen and (max-width: 1240px) { .header .dropdown__hide { position: static; min-width: auto; box-shadow: none; opacity: 1; visibility: visible; display: none; flex-direction: column; padding: 10px 0 0; } .header .dropdown__hide.show { display: flex; } } .header .dropdown__hide-link { padding: 10px; border-radius: 8px; font-size: 14px; line-height: 24px; color: var(--text); display: block; } @media screen and (max-width: 1240px) { .header .dropdown__hide-link { padding: 10px 20px; margin: 0; } .header .dropdown__hide-link:last-child { padding-bottom: 0; } } @media screen and (min-width: 1240px) { .header .dropdown__hide-link:hover { color: var(--link); background: #F2F2F2; } } .header .dropdown__hide-link.active { color: var(--link); background: #F2F2F2; } @media screen and (max-width: 1240px) { .header .dropdown__hide-link.active { background: transparent; } } .header .dropdown__hide-link.--with-dropdown { position: relative; display: flex; align-items: center; justify-content: space-between; } @media screen and (max-width: 1240px) { .header .dropdown__hide-link.--with-dropdown { justify-content: flex-start; flex-wrap: wrap; } } @media screen and (min-width: 1240px) { .header .dropdown__hide-link.--with-dropdown:hover .dropdown__hide-submenu { visibility: visible; opacity: 1; } .header .dropdown__hide-link.--with-dropdown:hover .icon-drop { fill: var(--link); } } .header .dropdown__hide-link.--with-dropdown .icon-drop { transform: rotate(-90deg); transition: transform 0.3s ease; fill: var(--text); } @media screen and (max-width: 1240px) { .header .dropdown__hide-link.--with-dropdown .icon-drop { transform: rotate(0); } } .header .dropdown__hide-link.--with-dropdown.open { background: #F2F2F2; color: var(--link); } .header .dropdown__hide-link.--with-dropdown.open .icon-drop { transform: rotate(180deg); fill: var(--link); } .header .dropdown__hide-submenu { position: absolute; background: var(--bg); box-shadow: 0 0 16px rgba(50, 51, 56, 0.16); border-radius: 10px; min-width: 240px; padding: 10px; left: 100%; top: 0; z-index: 2; transition: opacity 0.3s ease, visibility 0.3s ease; opacity: 0; visibility: hidden; } @media screen and (max-width: 1240px) { .header .dropdown__hide-submenu { position: static; min-width: auto; box-shadow: none; padding: 20px 0 10px 10px; border-radius: 12px; opacity: 1; visibility: visible; display: none; background: #F2F2F2; width: 100%; } .header .dropdown__hide-submenu.show { display: block; } } .header .dropdown__hide-submenu-link { padding: 10px; border-radius: 8px; font-size: 14px; line-height: 24px; color: var(--text); display: block; } @media screen and (max-width: 1240px) { .header .dropdown__hide-submenu-link { padding: 0; margin-bottom: 20px; } .header .dropdown__hide-submenu-link:last-child { margin: 0; } } @media screen and (min-width: 1240px) { .header .dropdown__hide-submenu-link:hover { color: var(--link); background: #F2F2F2; } } .hdr-placeholder { height: 0; transition: height 0.2s; } .footer { margin-top: 100px; padding: 80px 0; position: relative; background: #f0f0f0; } @media screen and (max-width: 1240px) { .footer { margin-top: 0; padding: 40px 20px 80px; } } .footer__help { font-size: 1rem; line-height: 1.5; color: var(--bg); background: linear-gradient(94.83deg, #07cfab -0.6%, #985ee2 141.85%); border-radius: 20px; padding: 30px; align-self: start; } @media screen and (max-width: 1240px) { .footer__help { padding: 20px; margin-top: 20px; } } .footer__help a { color: var(--bg); border-bottom: 1px solid var(--bg); } .footer__help a:hover { border-color: transparent; } .footer__nav { display: grid; grid-template-columns: 1fr 1fr 1fr 364px; gap: 40px; } @media screen and (max-width: 1240px) { .footer__nav { grid-template-columns: 1fr; gap: 20px; } } .footer__nav-wrap { display: grid; gap: 30px; } @media screen and (max-width: 1240px) { .footer__nav-wrap { gap: 20px; } } .footer__nav-link { font-size: 1rem; line-height: 1.5; color: var(--text); display: block; } .footer__nav-link.for-psy { color: var(--link); position: relative; display: flex; align-items: center; font-weight: 500; } .footer__nav-link:hover { color: var(--hover); } .footer__subnav { display: grid; grid-template-columns: 1fr 1fr 1fr 364px; gap: 40px; margin-top: 60px; } @media screen and (max-width: 1240px) { .footer__subnav { grid-template-columns: 1fr; grid-gap: 20px; margin-top: 40px; } } .footer__subnav__link { font-size: 0.875rem; line-height: 1.4285714286; color: #6c6e75; display: block; margin-bottom: 20px; } .footer__subnav__link:last-child { margin: 0; } @media screen and (max-width: 1240px) { .footer__subnav__item:last-child { order: -1; margin-bottom: 20px; } } .footer__socials { display: grid; grid-template-columns: 180px 40px 40px; grid-gap: 20px; align-items: center; padding-left: 30px; margin-bottom: 20px; } @media screen and (max-width: 1240px) { .footer__socials { padding: 0; display: block; } } .footer__socials__text { font-size: 0.875rem; line-height: 1.4285714286; color: #6c6e75; margin-bottom: 10px; } .footer__count { display: grid; grid-template-columns: 180px 1fr; grid-gap: 10px; align-items: center; padding-left: 30px; } @media screen and (max-width: 1240px) { .footer__count { padding: 0; display: block; } } .footer__count__text { font-size: 0.875rem; line-height: 1.4285714286; color: #6c6e75; } .footer__count__result { background: linear-gradient(92.06deg, #07cfab -6.44%, #985ee2 196.38%); font-weight: bold; color: transparent; background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; font-size: 2.25rem; line-height: 1.1111111111; white-space: nowrap; } @media screen and (max-width: 1240px) { .footer__count__result { margin-top: 10px; } } .footer__inform { display: grid; grid-gap: 54px; grid-template-columns: 1fr 334px; margin-top: 80px; } @media screen and (max-width: 1240px) { .footer__inform { grid-template-columns: 1fr; grid-gap: 40px; margin-top: 40px; } } .footer__inform p { font-size: 0.875rem; line-height: 1.4285714286; color: #6c6e75; margin: 0 0 10px; } .footer__inform p:last-child { margin: 0; } .footer__inform p img { display: inline; vertical-align: middle; } .breads { white-space: nowrap; overflow-y: hidden; overflow-x: auto; margin-top: 80px; margin-bottom: -40px; } @media screen and (max-width: 767px) { .breads { margin: 40px 0 20px; } } .breads__list { display: flex; align-items: center; } .breads__box { display: flex; position: relative; color: var(--text); align-items: center; transition: 0.2s; } .breads__box span { color: #ababab; max-width: 350px; overflow: hidden; text-overflow: ellipsis; font-size: 14px; } @media screen and (max-width: 767px) { .breads__box span { font-size: 12px; max-width: 200px; line-height: normal; } } .breads__box:last-child { margin-right: 0; } .breads__box:last-child:after { content: none; } .breads__box::after { content: " "; margin: 0 10px; width: 13px; height: 1px; background: #ababab; } .breads__link { display: flex; align-items: center; } .breads__link span { color: #ababab; cursor: pointer; transition: 0.2s; font-size: 14px; } @media screen and (max-width: 767px) { .breads__link span { font-size: 12px; } } .breads__link:hover span { color: var(--link); }