@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); } html { line-height: 1.5; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; -webkit-tap-highlight-color: transparent; scroll-behavior: smooth; } 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; overflow-x: hidden; } 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%; } select { appearance: none; -webkit-appearance: none; -moz-appearance: none; padding-right: 40px; } .field-search { position: relative; } .field-search.error input, .field-search.error select, .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, .field select { height: 58px; padding: 24px 20px 8px; transition: 0.2s; border-radius: 12px; font-size: 16px; background: var(--bg); color: var(--text); border: 0; width: 100%; box-sizing: border-box; } .field input::-webkit-outer-spin-button, .field input::-webkit-inner-spin-button, .field select::-webkit-outer-spin-button, .field select::-webkit-inner-spin-button { opacity: 0; -webkit-appearance: none; margin: 0; } .field input:focus ~ .label, .field input .label:focus, .field select:focus ~ .label, .field select .label:focus { transform: translateY(-12px); font-size: 12px; } .field input::placeholder, .field select::placeholder { color: var(--text_gray); font-size: 0.875rem; line-height: 1.4285714286; } .field input:disabled, .field select:disabled { border: 2px solid #d9d9d9; background: transparent; } .field.error input, .field.error select, .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); } } .nothing { margin-top: 100px; } @media screen and (max-width: 1240px) { .nothing { margin-top: 40px; margin-bottom: 40px; } } .nothing__title { font-weight: 500; margin-bottom: 20px; text-align: center; font-size: 2.5rem; line-height: 1; } @media screen and (max-width: 1240px) { .nothing__title { font-size: 1.875rem; line-height: 1.2; } } .nothing__main { font-weight: bold; text-shadow: 0px 0px 20px rgba(120, 101, 234, 0.66); color: #5e73e2; text-align: center; font-size: 23.125rem; line-height: 1; } @media screen and (max-width: 1240px) { .nothing__main { font-size: 10rem; line-height: 1; } } .nothing__info { text-align: center; font-size: 1.125rem; line-height: 1.1111111111; } @media screen and (max-width: 1240px) { .nothing__info { font-size: 0.875rem; line-height: 1.4285714286; } } .cookies-baner { padding: 30px; border-radius: 20px; border: 1px solid #d9d9d9; position: fixed; bottom: 165px; right: 20px; background: #ffffff; z-index: 20; width: 480px; display: grid; grid-template-columns: 48px 1fr; grid-gap: 20px; } @media screen and (max-width: 1240px) { .cookies-baner { width: calc(100% - 40px); padding: 30px 20px; bottom: auto; top: 50%; left: 50%; transform: translate(-50%, -50%); } } .cookies-baner img { width: 48px; height: 48px; flex-shrink: 0; margin-right: 10px; } .cookies-baner__action { width: 100%; grid-column: 1/3; display: block; font-weight: 700; font-size: 14px; line-height: 20px; background: linear-gradient(90.65deg, #5e73e2 -2.24%, #985ee2 103.94%); border-radius: 12px; padding: 16px 60px; height: 50px; color: var(--bg); transition: 0.2s; text-transform: uppercase; text-align: center; cursor: pointer; } .cookies-baner__action:hover { opacity: 0.9; } .cookies-baner__close { display: flex; position: absolute; right: 30px; top: 30px; } @media screen and (max-width: 1240px) { .cookies-baner__overlay { background: rgba(50, 51, 56, 0.6); z-index: 30; position: fixed; top: 0; left: 0; right: 0; bottom: 0; } } .chat-banner { padding: 30px 40px; background: linear-gradient(90.65deg, #5e73e2 -2.24%, #985ee2 103.94%); border-radius: 20px; display: flex; align-items: center; gap: 10px; position: fixed; width: 100%; bottom: 20px; max-width: 960px; left: 50%; transform: translateX(-50%) translateY(0); color: var(--bg); z-index: 10; } .chat-banner.--top-fixed { top: 20px; bottom: auto; background: var(--bg); border: 1px solid #e6e6e6; color: var(--text); max-width: 900px; gap: 0; box-shadow: 0px 4px 20px rgba(120, 101, 234, 0.1); } @media screen and (max-width: 1240px) { .chat-banner.--top-fixed { flex-wrap: nowrap; gap: 10px; } .chat-banner.--top-fixed .icon-attention { flex-shrink: 0; width: 48px; height: 48px; } .chat-banner.--top-fixed .chat-banner__info { max-width: 213px; } } .chat-banner.--no-fixed { position: static; transform: none; max-width: 1140px; margin: 0 auto; } @media screen and (max-width: 1240px) { .chat-banner { flex-wrap: wrap; width: calc(100% - 40px); align-items: start; padding: 30px; } .chat-banner img { width: 48px; height: 48px; flex-basis: 10%; } } .chat-banner__text { font-size: 1.25rem; line-height: 1.3; font-weight: bold; margin-left: 20px; margin-right: 30px; } @media screen and (max-width: 1240px) { .chat-banner__text { font-size: 1.125rem; line-height: 1.3333333333; flex-basis: 75%; margin: 0; margin-bottom: 20px; } } .chat-banner__link { font-weight: 700; font-size: 14px; line-height: 20px; background: var(--bg); border-radius: 12px; padding: 16px 60px; height: 50px; color: var(--bg); transition: 0.2s; text-transform: uppercase; text-align: center; cursor: pointer; height: 56px; color: #323338; border-radius: 30px; line-height: 24px; } .chat-banner__link:hover { opacity: 0.9; } @media screen and (max-width: 1240px) { .chat-banner__link { width: 100%; } } .chat-banner__send { font-weight: 700; font-size: 14px; line-height: 20px; background: var(--bg); border-radius: 12px; padding: 16px 60px; height: 50px; color: var(--bg); transition: 0.2s; text-transform: uppercase; text-align: center; cursor: pointer; height: 50px; padding-top: 0; padding-bottom: 0; color: #323338; border-radius: 12px; line-height: 24px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; color: #796ae2; } .chat-banner__send:hover { opacity: 0.9; } @media screen and (max-width: 1240px) { .chat-banner__send { width: 100%; } } .chat-banner__info { margin-left: 30px; } @media screen and (max-width: 1240px) { .chat-banner__info { margin-left: 0; } } .chat-banner__info-title { font-size: 1.125rem; line-height: 1.5555555556; font-weight: bold; text-transform: uppercase; margin-bottom: 4px; } .chat-banner__close { color: var(--bg); font-weight: 700; font-size: 14px; line-height: 20px; background: transparent; border-radius: 12px; padding: 16px 60px; height: 50px; color: var(--bg); transition: 0.2s; text-transform: uppercase; text-align: center; cursor: pointer; height: 56px; border: 2px solid rgba(255, 255, 255, 0.6); border-radius: 30px; padding-left: 40px; padding-right: 40px; line-height: 24px; } .chat-banner__close:hover { opacity: 0.9; } @media screen and (max-width: 1240px) { .chat-banner__close { width: 100%; order: 3; } } .profile-moderation-on-check { background: #ffffb4; padding: 12px 16px; margin-top: 8px; border-radius: 8px; font-size: 0.875rem; line-height: 1.5; color: #716e48; } .profile-moderation-rejected { background: #ffc2c2; padding: 12px 16px; margin-top: 8px; border-radius: 8px; font-size: 0.875rem; line-height: 1.5; color: #7d4242; display: flex; flex-direction: column; align-items: flex-start; gap: 4px; } .profile-moderation-comment { margin-top: 6px; font-size: 0.8125rem; color: #6c6e75; } .profile-moderation-cancel { font-size: 0.8125rem; color: #7d4242; text-decoration: underline; } /* 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); }.chat-banner { z-index: 1; }.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; } }/** * Swiper 12.1.3 * Most modern mobile touch slider and framework with hardware accelerated transitions * https://swiperjs.com * * Copyright 2014-2026 Vladimir Kharlampidi * * Released under the MIT License * * Released on: March 24, 2026 */ :root{--swiper-theme-color:#007aff}:host{display:block;margin-left:auto;margin-right:auto;position:relative;z-index:1}.swiper{display:block;list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{box-sizing:initial;display:flex;height:100%;position:relative;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);width:100%;z-index:1}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{display:block;flex-shrink:0;height:100%;position:relative;transition-property:transform;width:100%}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px;.swiper-cube-shadow,.swiper-slide{transform-style:preserve-3d}}.swiper-css-mode{>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none;&::-webkit-scrollbar{display:none}}>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}&.swiper-horizontal{>.swiper-wrapper{scroll-snap-type:x mandatory}>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-slides-offset-before);scroll-margin-inline-start:var(--swiper-slides-offset-before)}>.swiper-wrapper>.swiper-slide:last-child{margin-inline-end:var(--swiper-slides-offset-after)}}&.swiper-vertical{>.swiper-wrapper{scroll-snap-type:y mandatory}>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-slides-offset-before);scroll-margin-block-start:var(--swiper-slides-offset-before)}>.swiper-wrapper>.swiper-slide:last-child{margin-block-end:var(--swiper-slides-offset-after)}}&.swiper-free-mode{>.swiper-wrapper{scroll-snap-type:none}>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}}&.swiper-centered{>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}}&.swiper-centered.swiper-horizontal{>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}}&.swiper-centered.swiper-vertical{>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}}}.swiper-3d{.swiper-slide-shadow,.swiper-slide-shadow-bottom,.swiper-slide-shadow-left,.swiper-slide-shadow-right,.swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-slide-shadow{background:#00000026}.swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00000080,#0000)}.swiper-slide-shadow-right{background-image:linear-gradient(90deg,#00000080,#0000)}.swiper-slide-shadow-top{background-image:linear-gradient(0deg,#00000080,#0000)}.swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,#00000080,#0000)}}.swiper-lazy-preloader{border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top:4px solid #0000;box-sizing:border-box;height:42px;left:50%;margin-left:-21px;margin-top:-21px;position:absolute;top:50%;transform-origin:50%;width:42px;z-index:10}.swiper-watch-progress .swiper-slide-visible,.swiper:not(.swiper-watch-progress){.swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}@charset "UTF-8"; .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); } .psycard { background: #f0f0f0; padding: 80px 0; margin: 0 5%; border-radius: 50px; } @media only screen and (max-width: 1450px) { .psycard { margin: 0; } } @media screen and (max-width: 1240px) { .psycard { margin: 0; border-radius: 0; padding: 0; } .psycard.over { padding-top: 40px; } .psycard .wrap { padding: 0; } } .psycard__box { display: flex; gap: 80px; } @media screen and (max-width: 1240px) { .psycard__box { flex-direction: column; gap: 20px; } } .psycard__image { width: 502px; height: 534px; object-fit: cover; } @media screen and (max-width: 1240px) { .psycard__image { width: 100%; height: 450px; max-width: 450px; } } .psycard__slider { overflow: hidden; position: relative; border-radius: 20px; flex-shrink: 0; width: 502px; align-self: flex-start; } @media screen and (max-width: 1240px) { .psycard__slider { width: 100%; max-width: 450px; margin: 0 auto; border-radius: 0; } } .psycard__slider-preloader { position: absolute; inset: 0; z-index: 10; background: #e0e0e0; border-radius: 20px; overflow: hidden; } @media screen and (max-width: 1240px) { .psycard__slider-preloader { border-radius: 0; } } .psycard__slider-preloader__shimmer { width: 100%; height: 100%; background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%); background-size: 200% 100%; animation: psycard-shimmer 1.4s infinite; } .psycard__slider.swiper-initialized .psycard__slider-preloader { display: none; } .psycard__slider:not(.swiper-initialized) .psycard__slider-controls { opacity: 0; pointer-events: none; } .psycard__slider-controls { position: absolute; inset: 0; z-index: 2; pointer-events: none; } @media screen and (max-width: 1240px) { .psycard__slider-controls { display: none; } } @keyframes psycard-shimmer { 0% { background-position: -200% 0; } 100% { background-position: 200% 0; } } .psycard__slider-item { width: 502px; height: 502px; object-fit: cover; } @media screen and (max-width: 1240px) { .psycard__slider-item { width: 100%; height: 100%; } } .psycard__slider-next { background: linear-gradient(270deg, rgba(50, 51, 56, 0.5) 0%, rgba(50, 51, 56, 0) 100%); width: 64px; height: 100%; margin-top: 0; display: flex; align-items: center; justify-content: center; position: absolute; top: 0; right: 0; bottom: 0; z-index: 2; pointer-events: auto; transform: none; transition: opacity 0.2s ease; } .psycard__slider-next.swiper-button-disabled { opacity: 0; } .psycard__slider-next::after { content: none; } .psycard__slider-next .icon { width: 24px; height: 24px; } .psycard__slider-prev { background: linear-gradient(-270deg, rgba(50, 51, 56, 0.5) 0%, rgba(50, 51, 56, 0) 100%); width: 64px; height: 100%; margin-top: 0; display: flex; align-items: center; justify-content: center; position: absolute; top: 0; left: 0; bottom: 0; z-index: 2; pointer-events: auto; transform: none; transition: opacity 0.2s ease; } .psycard__slider-prev::after { content: none; } .psycard__slider-prev.swiper-button-disabled { opacity: 0; } .psycard__slider-prev .icon { transform: rotate(180deg); width: 24px; height: 24px; } .psycard__slider-footer { position: absolute; z-index: 2; bottom: 0; background: linear-gradient(180deg, rgba(255, 255, 255, 0.9) 82.76%, rgba(255, 255, 255, 0) 165.52%); padding: 11px 20px; border-top-left-radius: 12px; border-top-right-radius: 12px; left: 50%; transform: translateX(-50%); width: 209px; } @media screen and (max-width: 1240px) { .psycard__slider-footer { right: 0; transform: none; left: auto; background: linear-gradient(92.06deg, #07cfab -6.44%, #985ee2 196.38%); width: 134px; padding: 9px 20px 9px 10px; border-radius: 12px 0 0 12px; bottom: 22px; } } .psycard__slider-video { display: flex; align-items: center; text-align: left; color: #07cfab; gap: 10px; cursor: pointer; font-size: 0.875rem; line-height: 1.2857142857; } @media screen and (max-width: 1240px) { .psycard__slider-video { color: var(--bg); } } .psycard__slider-video .icon-green { display: block; flex-shrink: 0; } @media screen and (max-width: 1240px) { .psycard__slider-video .icon-green { display: none; } } .psycard__slider-video .icon { display: none; } @media screen and (max-width: 1240px) { .psycard__slider-video .icon { display: block; flex-shrink: 0; } } .psycard__info { position: relative; } @media screen and (max-width: 1240px) { .psycard__info { padding: 0 20px 40px; } } .psycard__info-hidden { display: none; position: absolute; box-shadow: 0px 4px 20px 0px rgba(50, 51, 56, 0.25); border-radius: 12px; background: #fff; padding: 20px; z-index: 10; left: 0; width: 100%; max-width: 295px; } @media screen and (max-width: 1240px) { .psycard__info-hidden { left: auto; } } .psycard__info-hidden.show { display: block; } .psycard__info-hidden__close { position: absolute; top: 10px; right: 10px; cursor: pointer; } .psycard__info-hidden__title { color: #ababab; font-size: 0.875rem; line-height: 1.4285714286; } .psycard__info-hidden__text { margin-top: 10px; font-size: 0.875rem; line-height: 1.2857142857; } .psycard__info-hidden__img { margin-top: 10px; width: 100%; height: 150px; object-fit: cover; } .psycard__info-contacts { margin: 20px 0 30px; } .psycard__info-contacts__title { margin-bottom: 10px; font-size: 0.875rem; line-height: 1.4285714286; } .psycard__info-contacts__wrap { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; } .psycard__info-contacts__item { display: flex; align-items: center; gap: 10px; } .psycard__info-contacts__label { color: #ababab; font-size: 0.875rem; line-height: 1; } .psycard__info-contacts__link { font-size: 0.875rem; line-height: 1.4285714286; } .psycard__info-link { display: block; margin-top: 12px; width: fit-content; text-decoration: underline dashed; text-underline-offset: 3px; font-size: 0.875rem; line-height: 1.4285714286; } .psycard__info-link:hover { text-decoration: none; } .psycard__info-name { font-weight: bold; margin-bottom: 20px; font-size: 2.5rem; line-height: 1.2; } @media screen and (max-width: 1240px) { .psycard__info-name { font-size: 1.75rem; line-height: 1.1428571429; margin-bottom: 20px; } } .psycard__info-tags { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; margin: 20px 0 30px 0; } @media screen and (max-width: 1240px) { .psycard__info-tags { margin: 20px 0; } } .psycard__info-tag { padding: 10px; border: 1px solid #d9d9d9; border-radius: 8px; font-size: 0.875rem; line-height: 1.2857142857; display: flex; align-items: center; gap: 5px; } @media screen and (max-width: 1240px) { .psycard__info-tag { gap: 10px; } } .psycard__info-tag.recomend { color: #796ae2; } .psycard__info-tag.hot { color: var(--attention_rose); } .psycard__info-tag .icon { fill: #796ae2; } .psycard__info-tabs { display: none; } @media screen and (max-width: 1240px) { .psycard__info-tabs { display: flex; border-radius: 8px; padding: 5px; margin: 20px 0 10px; background: #fff; } .psycard__info-tabs-btn { border-radius: 6px; padding: 10px 0; width: 100%; text-align: center; font-size: 0.875rem; line-height: 1.4285714286; } .psycard__info-tabs-btn.active { background: linear-gradient(98.89deg, rgba(97, 114, 226, 0.2) 0%, rgba(146, 96, 226, 0.2) 106.38%); color: #796ae2; } } .psycard__info-prices { display: grid; grid-template-columns: 1fr 1.2fr; grid-gap: 20px 40px; } @media screen and (max-width: 1240px) { .psycard__info-prices { background: var(--bg); grid-template-columns: 1fr; padding: 20px; border-radius: 12px; grid-gap: 20px; } } .psycard__info-footer { margin-top: 30px; display: flex; align-items: center; gap: 20px; } @media screen and (max-width: 1240px) { .psycard__info-footer.fixed { position: fixed; bottom: 0; left: 0; right: 0; z-index: 100; margin-top: 0; padding: 16px 20px; background: rgba(255, 255, 255, 0.88); backdrop-filter: blur(10px); box-shadow: 0 -2px 20px rgba(50, 51, 56, 0.12); animation: psycard-footer-up 0.3s ease forwards; } @keyframes psycard-footer-up { from { transform: translateY(100%); opacity: 0; } to { transform: translateY(0); opacity: 1; } } } .psycard__info-action { width: 100%; 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; } .psycard__info-action:hover { opacity: 0.9; } @media screen and (max-width: 1240px) { .psycard__info-action { padding-left: 0; padding-right: 0; } } .psycard__info-favorite { display: flex; align-items: center; justify-content: center; width: 50px; height: 50px; border: 1px solid #d9d9d9; border-radius: 12px; flex-shrink: 0; } .psycard__info-favorite.active .heart-path { fill: url(#a); animation: fillEffect 0.4s ease forwards; transform: scale(1.2); } .psycard__info-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); } } .psycard__price-hdr { font-size: 0.875rem; line-height: 1.2857142857; } .psycard__price-hdr .--lgrey { color: #ababab; } .psycard__price-hdr a { text-decoration: underline dotted; cursor: pointer; } .psycard__price-result { font-size: 0.875rem; line-height: 1.2857142857; } .psycard__price-result .--amount { font-size: 1.75rem; line-height: 1.2142857143; font-weight: bold; } .psycard__price-result .--old-price { color: #ababab; text-decoration: line-through; } .psycard__support { background: #f5f5f5; max-width: 1140px; padding: 30px; border-bottom-left-radius: 30px; border-bottom-right-radius: 30px; margin: 10px auto 0; } @media screen and (max-width: 1240px) { .psycard__support { border-radius: 0; padding: 20px; font-size: 14px; line-height: 20px; } } .psycard__support-text { text-align: center; max-width: 646px; margin: 0 auto; } .psycard__support-text .icon { vertical-align: middle; } .about-psycard { margin: 80px 0; } @media screen and (max-width: 1240px) { .about-psycard { margin: 20px 0 40px; } } .about-psycard__box { display: grid; grid-template-columns: 492px 1fr; grid-gap: 90px; } @media screen and (max-width: 1240px) { .about-psycard__box { grid-template-columns: 1fr; gap: 40px; } } .about-psycard__list { display: grid; grid-template-columns: 1fr 1fr; grid-gap: 30px; } @media screen and (max-width: 1240px) { .about-psycard__list { gap: 10px; } } .about-psycard__item { background: #f5f5f5; border-radius: 20px; padding: 30px; position: relative; } @media screen and (max-width: 1240px) { .about-psycard__item { padding: 20px; } } .about-psycard__item:last-child { grid-column: 1/3; } .about-psycard__item-img { position: absolute; top: 26px; right: 32px; width: 28px; height: 28px; } @media screen and (max-width: 1240px) { .about-psycard__item-img { display: none; } } .about-psycard__item-title { font-size: 0.875rem; line-height: 1.4285714286; } @media screen and (max-width: 1240px) { .about-psycard__item-title { margin-bottom: 6px; } } .about-psycard__item-title .--amount { font-size: 2.25rem; line-height: 1.2222222222; font-weight: bold; } @media screen and (max-width: 1240px) { .about-psycard__item-title .--amount { font-size: 1.75rem; line-height: 1.0714285714; } } .about-psycard__item-title .--isBold { font-weight: bold; } .about-psycard__item-text { font-size: 0.875rem; line-height: 1.4285714286; } .about-psycard__info-title { margin-bottom: 20px; } .about-psycard__info-more { color: #07cfab; text-decoration: underline dotted; font-size: 0.875rem; line-height: 1.4285714286; } .about-psycard__info-text { font-size: 0.875rem; line-height: 1.4285714286; } .about-psycard__info-text p { margin-top: 0; margin-bottom: 10px; } .about-psycard__info-text ul { padding: 0; list-style: none; margin: 0 0 10px; } .about-psycard__info-text ul li { padding-left: 30px; margin-bottom: 10px; position: relative; } @media screen and (max-width: 767px) { .about-psycard__info-text ul li { padding-left: 20px; } } .about-psycard__info-text ul li::before { content: ""; position: absolute; left: 10px; color: #323338; font-weight: bold; width: 5px; height: 5px; border-radius: 50%; background: #323338; display: block; top: 9px; } @media screen and (max-width: 767px) { .about-psycard__info-text ul li::before { left: 0; } } .photo-checking { margin: 40px 0; } .photo-checking__box { padding: 40px 80px; background: rgba(121, 106, 226, 0.2); border-radius: 30px; margin-bottom: 20px; } .photo-checking__box:last-child { margin-bottom: 0; } .photo-checking__hdr { display: flex; align-items: center; gap: 20px; margin-bottom: 20px; } .photo-checking__main { display: flex; align-items: flex-start; gap: 20px; margin-bottom: 20px; } .photo-checking__main .photo-checking__gallery-item { flex-shrink: 0; } @media screen and (max-width: 1240px) { .photo-checking__main { flex-direction: column; } } .photo-checking__title { font-weight: 700; font-size: 1.125rem; line-height: 1.5555555556; text-transform: uppercase; color: var(--text); margin: 0; } .photo-checking__text { font-size: 0.875rem; line-height: 1.4285714286; color: var(--text); margin: 0; } .photo-checking__text p { margin: 0; } .photo-checking__text p:not(:last-child) { margin-bottom: 10px; } .photo-checking__new-data { color: var(--violet); font-size: 0.875rem; line-height: 1.4285714286; border: 1px solid rgba(121, 106, 226, 0.4); border-radius: 6px; padding: 4px 12px; text-decoration: none; transition: 0.2s; } .photo-checking__new-data:hover { background: var(--violet); color: var(--bg); } .photo-checking__gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 20px; } @media screen and (max-width: 767px) { .photo-checking__gallery { grid-template-columns: 1fr; } } .photo-checking__gallery-item { height: fit-content; aspect-ratio: 1/1; max-width: 360px; } .photo-checking__gallery-item.--small { max-width: 180px; } .photo-checking__gallery-item img { width: 100%; height: 100%; object-fit: cover; display: block; border-radius: 16px; } .photo-checking__gallery-name { display: block; margin-top: 10px; font-size: 0.875rem; line-height: 1.4285714286; color: var(--text); } .photo-checking__comment { margin-bottom: 24px; } .photo-checking__textarea { width: 100%; min-height: 80px; padding: 20px; border: 0; border-radius: 12px; background: var(--bg); color: var(--text); font-size: 16px; line-height: 24px; font-family: "Roboto", sans-serif; resize: vertical; box-sizing: border-box; transition: 0.2s; } .photo-checking__textarea::placeholder { color: var(--text_gray); } .photo-checking__textarea:focus { outline: none; box-shadow: 0 0 0 2px rgba(121, 106, 226, 0.3); } .photo-checking__actions { display: flex; gap: 16px; } @media screen and (max-width: 767px) { .photo-checking__actions { flex-direction: column; } } .photo-checking__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; flex: 1; padding-top: 0; padding-bottom: 0; max-width: 240px; } .photo-checking__btn:hover { opacity: 0.9; } .photo-checking__btn.--outline { background: transparent; border: 2px solid var(--violet); color: var(--violet); } .photo-checking__btn.--outline:hover { background: var(--violet); color: var(--bg); opacity: 1; } .photo-checking__btn.--filled { background: var(--violet_gradient); border: 2px solid transparent; color: var(--bg); } .principle { background: linear-gradient(92.06deg, #07cfab -6.44%, #985ee2 196.38%); padding: 80px 0; margin: 80px 5%; border-radius: 50px; color: var(--bg); } @media only screen and (max-width: 1350px) { .principle { margin: 0; border-radius: 30px; } } @media screen and (max-width: 1240px) { .principle { margin: 40px 20px; padding: 40px 20px; border-radius: 12px; } .principle .wrap { padding: 0; } } .principle__title { text-transform: uppercase; color: rgba(255, 255, 255, 0.8); margin-bottom: 20px; text-align: center; font-size: 0.875rem; line-height: 1.4285714286; } @media screen and (max-width: 1240px) { .principle__title { margin-bottom: 10px; } } .principle__content { font-weight: bold; color: var(--bg); max-width: 946px; margin: 0 auto; text-align: center; font-size: 1.75rem; line-height: 1.2142857143; } @media screen and (max-width: 1240px) { .principle__content { font-size: 1.375rem; line-height: 1.1818181818; } } .how-help { margin: 80px 0; } @media screen and (max-width: 1240px) { .how-help { margin: 40px 0; } } .how-help__box { display: flex; align-items: center; justify-content: space-between; } @media screen and (max-width: 1240px) { .how-help__box { flex-direction: column; justify-content: flex-start; } } .how-help__info { width: 655px; } @media screen and (max-width: 1240px) { .how-help__info { width: 100%; } } .how-help__info-title { margin-bottom: 20px; } .how-help__info-list { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; margin-bottom: 20px; } .how-help__info-text { overflow: hidden; text-overflow: ellipsis; display: -moz-box; -moz-box-orient: vertical; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; line-clamp: 4; font-size: 0.875rem; line-height: 1.4285714286; } .how-help__info-text p { margin-top: 0; margin-bottom: 10px; } .how-help__info-text ul { padding: 0; list-style: none; margin: 0 0 10px; } .how-help__info-text ul li { padding-left: 30px; margin-bottom: 10px; position: relative; } @media screen and (max-width: 767px) { .how-help__info-text ul li { padding-left: 20px; } } .how-help__info-text ul li::before { content: ""; position: absolute; left: 10px; color: #323338; font-weight: bold; width: 5px; height: 5px; border-radius: 50%; background: #323338; display: block; top: 9px; } @media screen and (max-width: 767px) { .how-help__info-text ul li::before { left: 0; } } .how-help__info-more { color: #07cfab; text-decoration: underline dotted; margin-top: 10px; font-size: 0.875rem; line-height: 1.4285714286; } .how-help__info-item { border: 1px solid #d9d9d9; display: flex; align-items: center; gap: 6px; padding: 10px; border-radius: 8px; font-size: 0.875rem; line-height: 1.4285714286; } .how-help__choose { border-radius: 8px; padding: 5px; border: 1px solid #d9d9d9; width: fit-content; margin-bottom: 20px; } .how-help__choose-btn { border-radius: 6px; padding: 10px 20px; font-size: 0.875rem; line-height: 1.4285714286; } .how-help__choose-btn.active { background: linear-gradient(98.89deg, rgba(97, 114, 226, 0.2) 0%, rgba(146, 96, 226, 0.2) 106.38%); color: #796ae2; } .how-help__video { position: relative; border-radius: 20px; overflow: hidden; flex-shrink: 0; } @media screen and (max-width: 1240px) { .how-help__video { margin-top: 40px; } } .how-help__video::before { content: ""; display: block; width: 100%; height: 100%; background: rgba(50, 51, 56, 0.2); z-index: 2; position: absolute; } .how-help__video-img { width: 348px; height: 348px; object-fit: cover; z-index: 1; } @media screen and (max-width: 1240px) { .how-help__video-img { width: 335px; height: 335px; } } .how-help__video-action { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 209px; height: 58px; display: flex; align-items: center; gap: 10px; background: linear-gradient(92.06deg, #07cfab -6.44%, #985ee2 196.38%); padding: 11px 20px; z-index: 2; color: var(--bg); text-align: left; border-radius: 12px; font-size: 0.875rem; line-height: 1.4285714286; } .how-help__video-action .icon { flex-shrink: 0; width: 32px; height: 32px; } .education { margin: 80px 0; padding: 80px 0; background: #f5f5f5; } @media screen and (max-width: 1240px) { .education { margin: 40px 0; padding: 40px 0; } } .education__box { display: grid; grid-template-columns: 1fr 558px; grid-gap: 90px; } @media screen and (max-width: 1240px) { .education__box { grid-template-columns: 1fr; grid-gap: 20px; } } .education__types { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; margin-bottom: 20px; } .education__types-item { border: 1px solid #d9d9d9; display: flex; align-items: center; gap: 6px; padding: 10px; border-radius: 8px; font-size: 0.875rem; line-height: 1.4285714286; } .education__types-item.--checked { color: #796ae2; } .education__wrapper-image { margin-bottom: 20px; } @media screen and (max-width: 1240px) { .education__wrapper-image { display: none; } } .education__gallery { display: flex; align-items: center; gap: 12px; overflow: hidden; } @media screen and (max-width: 1240px) { .education__gallery { flex-wrap: wrap; } } .education__gallery-link img { width: 156px; height: 120px; object-fit: cover; border-radius: 12px; } @media screen and (max-width: 1240px) { .education__gallery-link img { width: 105px; height: 80px; } } .education__gallery-link.--last { position: relative; border-radius: 12px; overflow: hidden; } .education__gallery-link.--last::before { content: "+ " attr(data-count) " ФОТО"; width: 100%; height: 100%; background: rgba(50, 51, 56, 0.6); z-index: 2; position: absolute; color: var(--bg); display: flex; align-items: center; justify-content: center; font-weight: bold; } @media screen and (max-width: 1240px) { .education__info { order: -1; } } .education__info-title { margin-bottom: 20px; } .education__info-more { color: #07cfab; text-decoration: underline dotted; margin-top: 20px; font-size: 0.875rem; line-height: 1.4285714286; } .education__info-text { border-top: 1px solid #d9d9d9; display: grid; grid-template-columns: 100px 1fr; gap: 10px; padding: 10px; font-size: 0.875rem; line-height: 1.4285714286; } .education__info-text:last-child { border-bottom: 1px solid #d9d9d9; } .practice { margin: 80px 0; } @media screen and (max-width: 1240px) { .practice { margin: 40px 0; } } .practice__title { margin-bottom: 40px; } @media screen and (max-width: 1240px) { .practice__title { margin-bottom: 20px; } } .practice__tabs-hdr { display: flex; gap: 4px; } @media screen and (max-width: 1240px) { .practice__tabs-hdr { display: none; } } .practice__tabs-item-title { font-weight: bold; font-size: 1.25rem; line-height: 1.3; } .practice__tabs-item-status { padding: 3px 8px; border: 1px solid #d9d9d9; color: #ababab; border-radius: 6px; font-size: 0.875rem; line-height: 1.4285714286; } .practice__tabs-item-hdr { display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; } @media screen and (max-width: 1240px) { .practice__tabs-item-hdr { margin-bottom: 10px; padding: 0 20px; } } .practice__tabs-item-main { display: grid; grid-template-columns: 1fr 338px; grid-gap: 30px; } @media screen and (max-width: 1240px) { .practice__tabs-item-main { grid-template-columns: 1fr; grid-gap: 20px; } } .practice__tabs-item-wrapper { display: grid; grid-template-columns: 70px 1fr; grid-gap: 10px; margin-bottom: 10px; } @media screen and (max-width: 1240px) { .practice__tabs-item-wrapper { grid-template-columns: 1fr; padding: 0 20px; } } .practice__tabs-item-wrapper:last-child { margin: 0; } .practice__tabs-item-option { color: #ababab; font-weight: bold; text-transform: uppercase; font-size: 0.75rem; line-height: 1.3333333333; } .practice__tabs-item-text { font-size: 0.875rem; line-height: 1.4285714286; } .practice__tabs-result { background: linear-gradient(90.65deg, #5e73e2 -2.24%, #985ee2 103.94%); padding: 20px; border-radius: 12px; color: #fff; } @media screen and (max-width: 1240px) { .practice__tabs-result { border-top-right-radius: 0; border-top-left-radius: 0; } } .practice__tabs-result-title { text-transform: uppercase; font-weight: 500; margin-bottom: 6px; font-size: 0.75rem; line-height: 1.3333333333; } .practice__tabs-result-text { font-size: 0.875rem; line-height: 1.4285714286; } .practice__tabs-main { border: 1px solid #d9d9d9; padding: 40px 30px; border-radius: 0 20px 20px 20px; } @media screen and (max-width: 1240px) { .practice__tabs-main { border-radius: 20px; padding: 20px 0 0; } } .practice__tabs-tab { padding: 20px 30px; font-weight: 500; background: #f5f5f5; border-top-right-radius: 20px; border-top-left-radius: 20px; color: #07cfab; width: fit-content; text-transform: uppercase; border: 1px solid transparent; border-bottom: none; position: relative; cursor: pointer; font-size: 0.75rem; line-height: 1.5; } .practice__tabs-tab.active { background: transparent; border-color: #d9d9d9; color: #ababab; cursor: default; } .practice__tabs-tab.active::after { content: ""; background: #fff; display: block; width: 100%; height: 2px; z-index: 2; position: absolute; bottom: -2px; left: 0; } .practice__more { padding: 15px 0; background: #f5f5f5; width: 100%; text-align: center; color: #07cfab; margin-top: 20px; border-radius: 12px; display: none; font-size: 0.875rem; line-height: 1.4285714286; } @media screen and (max-width: 1240px) { .practice__more { display: block; } } .practice__tabs-item { display: none; } .practice__tabs-item.active { display: block; } @media screen and (max-width: 1240px) { .practice__tabs-item.active + .practice__tabs-item.active { margin-top: 30px; padding-top: 30px; border-top: 1px solid #d9d9d9; } } .psy-reviews { margin: 80px 0; } @media screen and (max-width: 1240px) { .psy-reviews { margin: 40px 0; } } .psy-reviews__title { margin-bottom: 40px; } @media screen and (max-width: 1240px) { .psy-reviews__title { margin-bottom: 20px; } } .psy-reviews__list { column-count: 2; column-gap: 24px; } @media screen and (max-width: 1240px) { .psy-reviews__list { display: flex; flex-direction: column; } } .psy-reviews__assessment { background: #f5f5f5; padding: 30px; border-radius: 20px; display: grid; grid-template-columns: 186px 1fr; grid-gap: 30px; break-inside: avoid; margin-bottom: 24px; } @media screen and (max-width: 1240px) { .psy-reviews__assessment { grid-template-columns: 1fr; position: relative; padding: 30px 20px 50px; gap: 20px; } } .psy-reviews__info { display: flex; flex-direction: column; align-items: center; } @media screen and (max-width: 1240px) { .psy-reviews__info { flex-direction: row; justify-content: space-between; gap: 20px; } } .psy-reviews__info-header { display: flex; align-items: center; gap: 10px; margin-bottom: 16px; } @media screen and (max-width: 1240px) { .psy-reviews__info-header { gap: 6px; margin: 0; } } .psy-reviews__info-header .icon { width: 40px; height: 40px; } .psy-reviews__info-num { font-weight: bold; font-size: 2.25rem; line-height: 1.2222222222; } @media screen and (max-width: 1240px) { .psy-reviews__info-num { font-size: 1.625rem; line-height: 1.1538461538; } } .psy-reviews__info-action { 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; } .psy-reviews__info-action:hover { opacity: 0.9; } .psy-reviews__info-action { padding-left: 30px; padding-right: 30px; } @media screen and (max-width: 1240px) { .psy-reviews__info-action { padding-left: 24px; padding-right: 24px; } } .psy-reviews__info-link { display: block; margin-top: 10px; text-align: center; text-decoration: underline dotted; font-size: 0.875rem; line-height: 1.4285714286; } @media screen and (max-width: 1240px) { .psy-reviews__info-link { position: absolute; bottom: 20px; } } .psy-reviews__text { margin-bottom: 10px; font-size: 0.875rem; line-height: 1.4285714286; } .psy-reviews__item { display: grid; grid-template-columns: 70px 160px 1fr; gap: 10px; align-items: center; color: #ababab; margin-bottom: 6px; white-space: nowrap; font-size: 0.875rem; line-height: 1.4285714286; } @media screen and (max-width: 1240px) { .psy-reviews__item { grid-template-columns: 70px 1fr 32px; } } .psy-reviews__item:last-child { margin-bottom: 0; } .psy-reviews__item-progress { background: rgba(50, 51, 56, 0.1); display: block; width: 100%; height: 6px; border-radius: 5px; position: relative; overflow: hidden; } .psy-reviews__item-progress .line { position: absolute; height: 6px; background: rgb(251, 194, 21); } .psy-reviews__chunk { padding: 30px; border: 1px solid #d9d9d9; border-radius: 20px; break-inside: avoid; margin-bottom: 20px; } @media screen and (max-width: 1240px) { .psy-reviews__chunk { padding: 20px; margin-bottom: 20px; } .psy-reviews__chunk:last-child { margin-bottom: 0; } } .psy-reviews__chunk__hdr { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 10px; } .psy-reviews__chunk__date { color: #ababab; display: flex; flex-wrap: wrap; gap: 0 4px; font-size: 0.875rem; line-height: 1.4285714286; } .psy-reviews__chunk__assessment { display: flex; align-items: center; } .psy-reviews__chunk__assessment span { color: #ababab; margin-left: 3px; font-size: 0.875rem; line-height: 1.4285714286; } .psy-reviews__chunk__status { font-weight: bold; margin-right: 10px; font-size: 1.25rem; line-height: 1.3; } .psy-reviews__chunk__action { background: linear-gradient(92.06deg, rgba(7, 207, 171, 0.15) -6.44%, rgba(152, 94, 226, 0.15) 196.38%); margin-top: 10px; padding: 15px 0; color: #07cfab; font-weight: bold; text-transform: uppercase; border-radius: 12px; width: 100%; font-size: 0.875rem; line-height: 1.4285714286; } .psy-reviews__chunk__text { font-size: 0.875rem; line-height: 1.4285714286; } .psy-reviews__chunk__answer { margin-top: 20px; padding: 20px; background: #f2f2f2; border-radius: 12px; } .psy-reviews__chunk-answer__title { color: #ababab; font-size: 0.875rem; line-height: 1.4285714286; } .psy-reviews__chunk-answer__edit { color: #07cfab; font-size: 0.875rem; line-height: 1.4285714286; } .psy-reviews__more { background: #f5f5f5; border-radius: 12px; margin-top: 20px; display: block; width: 100%; padding: 20px 0; color: #07cfab; } .psy-reviews__more:hover { opacity: 0.8; } .psy-articles { --content-offset: max(20px, calc((100vw - 1140px) / 2)); margin: 80px 0; } @media screen and (max-width: 1240px) { .psy-articles { margin: 40px 0; } .psy-articles .wrap { padding: 0; } } .psy-articles__hdr { display: flex; align-items: center; justify-content: space-between; margin-bottom: 40px; padding-left: var(--content-offset); padding-right: var(--content-offset); } @media screen and (max-width: 1240px) { .psy-articles__hdr { margin-bottom: 20px; padding: 0 20px; } } .psy-articles__controls { display: flex; align-items: center; gap: 10px; } @media screen and (max-width: 1240px) { .psy-articles__controls { display: none; } } .psy-articles__prev { width: 38px; height: 38px; display: flex; align-items: center; justify-content: center; border-radius: 8px; border: 1px solid #d9d9d9; } .psy-articles__prev.disabled { opacity: 0.4; cursor: not-allowed; } .psy-articles__prev .icon { transform: rotate(180deg); } .psy-articles__next { width: 38px; height: 38px; display: flex; align-items: center; justify-content: center; border-radius: 8px; border: 1px solid #d9d9d9; } .psy-articles__next.disabled { opacity: 0.4; cursor: not-allowed; } .psy-articles__slider { display: flex; align-items: center; width: 100%; padding-left: var(--content-offset); padding-right: 450px; box-sizing: border-box; } @media screen and (max-width: 1240px) { .psy-articles__slider { padding: 0 20px; overflow: hidden; } } .psy-articles__item { border: 1px solid #d9d9d9; border-radius: 20px; padding: 30px; width: 588px; } @media screen and (max-width: 1240px) { .psy-articles__item { width: 295px; padding: 20px; } } .psy-articles__item.--last { display: flex; gap: 20px; background: #f0f0f0; border-color: #f0f0f0; } @media screen and (max-width: 1240px) { .psy-articles__item.--last img { display: none; } } .psy-articles__item__title { font-weight: bold; margin-bottom: 10px; font-size: 1.25rem; line-height: 1.3; } @media screen and (max-width: 1240px) { .psy-articles__item__title { font-size: 1.125rem; line-height: 1.3333333333; } } .psy-articles__item__text { font-size: 0.875rem; line-height: 1.4285714286; } .psy-articles__item__text a { text-decoration: underline dotted; } .psy-articles__link { color: var(--text); font-weight: bold; display: block; margin-bottom: 10px; font-size: 1.25rem; line-height: 1.3; } .psy-articles__date { color: #d9d9d9; font-size: 0.875rem; line-height: 1.4285714286; } .swiper-slide { height: auto; align-self: stretch; } .psy-more { margin: 80px 0; } @media screen and (max-width: 1240px) { .psy-more { margin: 40px 0; } .psy-more .wrap { padding: 0; } } .psy-more__hdr { display: flex; align-items: center; justify-content: space-between; margin-bottom: 40px; } @media screen and (max-width: 1240px) { .psy-more__hdr { margin-bottom: 20px; padding: 0 20px; } } .psy-more__controls { display: flex; align-items: center; gap: 10px; } @media screen and (max-width: 1240px) { .psy-more__controls { display: none; } } .psy-more__prev { width: 38px; height: 38px; display: flex; align-items: center; justify-content: center; border-radius: 8px; border: 1px solid #d9d9d9; } .psy-more__prev.disabled { opacity: 0.4; cursor: not-allowed; } .psy-more__prev .icon { transform: rotate(180deg); } .psy-more__next { width: 38px; height: 38px; display: flex; align-items: center; justify-content: center; border-radius: 8px; border: 1px solid #d9d9d9; } .psy-more__next.disabled { opacity: 0.4; cursor: not-allowed; } @media screen and (max-width: 1240px) { .psy-more__slider { padding: 0 20px; } } .psy-more__slider .swiper-wrapper { align-items: stretch; } .psy-more__item { border-top-right-radius: 20px; border-top-left-radius: 20px; overflow: hidden; flex-shrink: 0; height: auto; display: flex; flex-direction: column; } @media screen and (max-width: 1240px) { .psy-more__item { width: 267px; } } .psy-more__item:last-child { margin: 0; } .psy-more__img { width: 267px; height: 260px; } .psy-more__main { border: 1px solid #d9d9d9; border-top: none; border-bottom-right-radius: 20px; border-bottom-left-radius: 20px; overflow: hidden; flex: 1; display: flex; flex-direction: column; justify-content: space-between; } .psy-more__main-wrapper { padding: 20px 30px; } .psy-more__name { font-weight: bold; margin-bottom: 10px; color: var(--text); display: block; font-size: 1.25rem; line-height: 1.3; } .psy-more__options { display: flex; align-items: center; flex-wrap: wrap; gap: 4px 16px; } .psy-more__options .option { color: #6c6e75; font-size: 0.875rem; line-height: 1.4285714286; } .psy-more__options .option.bold { font-weight: bold; } .psy-more__action { background: linear-gradient(92.06deg, rgba(7, 207, 171, 0.15) -6.44%, rgba(152, 94, 226, 0.15) 196.38%); padding: 20px 0; color: #07cfab; text-transform: uppercase; width: 100%; font-weight: bold; font-size: 0.875rem; line-height: 1.4285714286; } .psy-tags { margin: 80px 0; } @media screen and (max-width: 1240px) { .psy-tags { margin: 40px 0; } } .psy-tags__title { margin-bottom: 20px; } .psy-tags__list { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; } @media screen and (max-width: 1240px) { .psy-tags__list { gap: 8px; } } .psy-tags__item { border: 1px solid #d9d9d9; border-radius: 8px; padding: 10px 16px; color: #07cfab; }.account__workmethod-article-link { margin: 30px 0 0; padding: 20px; background: #e6f9f7; border-radius: 15px; line-height: 1.5; } .account__workmethod-catalog-link { margin: 20px 0 0; } .modal-review button.review__ok { margin-left: auto; margin-right: auto; margin-top: 30px; padding: 11px 60px; }@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__title { color: var(--bg); text-align: center; margin-bottom: 20px; } @media screen and (max-width: 1240px) { .offer__title { margin-bottom: 10px; } } .offer__box { display: flex; gap: 24px; max-width: 1140px; margin: 0 auto; } @media screen and (max-width: 1240px) { .offer__box { flex-direction: column; gap: 20px; } } .offer__info { border-radius: 30px; padding: 60px; display: flex; border: 2px solid rgba(255, 255, 255, 0.4); flex-direction: column; } @media screen and (max-width: 1240px) { .offer__info { padding: 30px; border-radius: 20px; } } .offer__info.active { background-color: #fff; border-color: transparent; } .offer__info.active .offer__info-title { color: var(--text); } .offer__info.active .offer__info-text { color: var(--text); } .offer__info.active .offer__info-action { background: linear-gradient(92.06deg, #07cfab -6.44%, #985ee2 196.38%); color: var(--bg); } .offer__info.active .offer__info-action span { color: var(--bg); background-image: none; -webkit-background-clip: unset; background-clip: unset; -webkit-text-fill-color: unset; } .offer__info-title { font-size: 1.75rem; line-height: 1.2142857143; margin-bottom: 20px; font-weight: bold; color: var(--bg); } @media screen and (max-width: 1240px) { .offer__info-title { font-size: 1.375rem; line-height: 1.1818181818; } } .offer__info-text { font-size: 1rem; line-height: 1.5; margin-bottom: 20px; color: var(--bg); } .offer__info-action { font-weight: 700; font-size: 14px; line-height: 20px; background: transparent; border-radius: 30px; padding: 16px 60px; height: 58px; color: var(--bg); transition: 0.2s; text-transform: uppercase; text-align: center; cursor: pointer; } .offer__info-action:hover { opacity: 0.9; } .offer__info-action { padding-left: 0; padding-right: 0; display: block; margin-top: auto; background-color: var(--bg); /* Gradient text */ color: transparent; } .offer__info-action span { background-image: linear-gradient(92.06deg, #07cfab -6.44%, #985ee2 196.38%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; } .offer__info-action { font-size: 1.125rem; line-height: 1.3333333333; } @media screen and (max-width: 1240px) { .offer__info-action { font-size: 1rem; line-height: 1.5; } } .offer__footer-text { text-align: center; color: rgba(255, 255, 255, 0.8); max-width: 946px; margin: 0 auto; margin-top: 40px; font-size: 1rem; line-height: 1.5; } .offer__footer-text span { display: inline-block; align-items: center; gap: 3px; } .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-box-orient: vertical; } } .offer__text.active { overflow: visible !important; text-overflow: clip !important; white-space: normal !important; display: block !important; -webkit-box-orient: initial !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; } } .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; } } .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; white-space: nowrap; flex-shrink: 0; } @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-adventages .option:first-child { flex-shrink: 1; min-width: 0; overflow: hidden; text-overflow: ellipsis; } .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.6); 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; } .modal__wrap.--notice { display: flex; align-items: center; justify-content: center; } .modal__wrap.--notice .modal__close { margin-left: auto; } .modal__wrap.--notice .modal__main-image { margin: 0 auto; } .modal__wrap.--notice .modal__main { margin: 0; height: auto; text-align: center; overflow: visible; } @media screen and (max-width: 1240px) { .modal__wrap.--notice .modal__main { padding-bottom: 40px; } } @media screen and (max-width: 1240px) { .modal__wrap.--notice .modal__box { height: auto; border-radius: 30px; } } @media screen and (max-width: 1240px) { .modal__wrap.--notice .modal__footer-cancel { display: flex; } } @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; } .modal__box.--notice { width: 368px; } @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: 65vh; } @media screen and (max-width: 1240px) { .modal__content { margin: 0; height: auto; overflow: visible; padding: 0 20px 60px; } } .modal__content__text { font-size: 0.875rem; line-height: 1.4285714286; margin-bottom: 4px; } .modal__content__text p { margin: 0; line-height: 1.5; margin-bottom: 10px; } .modal__content__text p:last-child { margin-bottom: 0; } .modal__content__text ul { padding: 0; list-style: none; margin: 0 0 10px; } .modal__content__text ul li { padding-left: 30px; margin-bottom: 10px; position: relative; } @media screen and (max-width: 767px) { .modal__content__text ul li { padding-left: 20px; } } .modal__content__text ul li::before { content: ""; position: absolute; left: 10px; color: #323338; font-weight: bold; width: 5px; height: 5px; border-radius: 50%; background: #323338; display: block; top: 7px; } @media screen and (max-width: 767px) { .modal__content__text ul li::before { left: 0; } } .modal__content__text ol { margin: 0; padding-left: 20px; margin-bottom: 12px; } .modal__content__text ol li { margin-bottom: 8px; } .modal__content__text ol li:last-child { margin-bottom: 0; } .modal__content .option { color: #ababab; font-size: 0.875rem; line-height: 1.4285714286; } .modal__content-review { background-color: #f2f2f2; padding: 30px; border-radius: 20px; } .modal__content__textarea { width: 100%; min-height: 120px; padding: 20px; border: 1px solid #d9d9d9; border-radius: 12px; background: var(--bg); color: var(--text); font-size: 16px; line-height: 24px; font-family: "Roboto", sans-serif; resize: vertical; box-sizing: border-box; transition: 0.2s; margin-top: 20px; } .modal__content__textarea::placeholder { color: var(--text_gray); } .modal__content__textarea:focus { outline: none; box-shadow: 0 0 0 2px rgba(121, 106, 226, 0.3); } .modal__content__btn { 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; } .modal__content__btn:hover { opacity: 0.9; } .modal__content__btn { width: max-content; margin: 20px auto 0; display: block; } .modal__main { display: grid; grid-gap: 20px; overflow-y: auto; overscroll-behavior: none; margin-top: 20px; 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); } .modal__ftr { display: flex; align-items: center; gap: 10px; } .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; } .services-cities { margin: 40px 0; display: grid; grid-template-columns: repeat(2, 1fr); grid-gap: 10px 24px; } @media screen and (max-width: 1240px) { .services-cities { grid-template-columns: 1fr; grid-gap: 4px; } } .services-cities__item { border: 1px solid #e6e6e6; border-radius: 12px; padding: 20px 30px; display: flex; align-items: center; gap: 10px; } @media screen and (max-width: 1240px) { .services-cities__item { padding: 16px 20px; display: block; position: relative; padding-right: 48px; } .services-cities__item .icon { position: absolute; top: 28px; right: 20px; } } .services-cities__label { font-size: 18px; line-height: 26px; color: #323338; } @media screen and (max-width: 1240px) { .services-cities__label { font-size: 16px; line-height: 24px; } } .services-cities__price { margin-left: auto; color: #ababab; font-size: 18px; line-height: 26px; } @media screen and (max-width: 1240px) { .services-cities__price { font-size: 16px; line-height: 24px; } } .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: 12px; font-size: 16px; background: var(--bg); color: var(--text); border: 0; width: 100%; box-sizing: border-box; } .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: 2px solid #d9d9d9; 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: 12px; font-size: 16px; background: var(--bg); color: var(--text); border: 0; width: 100%; box-sizing: border-box; } .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: 2px solid #d9d9d9; 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; } .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 { align-items: flex-start; } .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; } .catalog-form__action:hover { opacity: 0.9; } .catalog-form__action { font-size: 1.125rem; line-height: 1.3333333333; display: block; margin: 20px auto 0; } @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: 12px; font-size: 16px; background: var(--bg); color: var(--text); border: 0; width: 100%; box-sizing: border-box; } .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: 2px solid #d9d9d9; 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; } .catalog-form-modal__action:hover { opacity: 0.9; } .catalog-form-modal__action { font-size: 1.125rem; line-height: 1.3333333333; margin-top: 20px; display: block; width: 100%; } @media screen and (max-width: 1240px) { .catalog-form-modal__action { padding: 17px 0; width: 100%; display: block; } }.modal-review{z-index:3;opacity:0;visibility:hidden;-webkit-transition:.2s ease-in;transition:.2s ease-in}.modal-review.show{opacity:1;visibility:visible}.modal-review .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}.modal-review__wrap{position:fixed;top:0;left:0;right:0;bottom:0;overflow-y:auto;z-index:3}.modal-review__scroll{width:100%;height:auto;max-width:660px;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:1600px){.modal-review__scroll{margin-top:40px;margin-bottom:40px}}@media mqPnone{.modal-review__scroll{margin:0 auto;box-sizing:border-box;margin-top:60px;margin-bottom:60px}}.modal-review__box{width:100%;position:relative}.modal-review__close{position:absolute;cursor:pointer;top:20px;right:20px;z-index:2}.modal-review__close .icon{-webkit-transition:.3s;transition:.3s;-webkit-transform-origin:center;transform-origin:center;fill:rgba(50,51,56,.4);display:-webkit-box;display:-webkit-flex;display:flex}.modal-review__close:hover .icon{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.modal-review .review{z-index:1;background:var(--bg);border-radius:20px;padding:50px;box-sizing:border-box;overflow:hidden;position:relative}@media only screen and (max-width:767px){.modal-review .review{padding:40px 20px;width:calc(100vw - 20px);left:10px}}.modal-review .review__hdr{display:-webkit-box;display:-webkit-flex;display:flex;gap:20px;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-bottom:20px}@media mqPnone{.modal-review .review__hdr{gap:16px}}.modal-review .review__hdr img{width:100px;height:100px;border-radius:50%}@media only screen and (max-width:767px){.modal-review .review__hdr img{width:60px;height:60px}}.modal-review .review__name{font-size:1.75rem;line-height:2.125rem;font-weight:700;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;gap:10px}@media only screen and (max-width:767px){.modal-review .review__name{font-size:1.375rem;line-height:1.625rem}}.modal-review .review__option{font-size:.875rem;color:#6c6e75;margin-bottom:10px;font-weight:700}.modal-review .review__title{margin-bottom:30px;font-size:2rem;line-height:2.375rem;font-weight:700}.modal-review .review__work{font-size:1rem;line-height:1.5rem;color:#6c6e75;margin-top:4px}.modal-review .review__social{display:-webkit-box;display:-webkit-flex;display:flex}.modal-review .review__social .icon{width:24px;height:24px;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex-shrink:0;flex-shrink:0}.modal-review .review__ok{display:-webkit-box;display:-webkit-flex;display:flex;padding:11px 20px;-webkit-box-align:center;-webkit-align-items:center;align-items:center;gap:10px;border-radius:36px;border:2px solid #07cfab;font-size:.875rem;font-weight:700;line-height:1.125rem;color:#07cfab;margin-top:16px;text-transform:uppercase}.modal-review .review__text{line-height:1.5rem}.modal-review .review__text p{margin:0;margin-bottom:20px}.modal-review .review__text p:last-child{margin:0}.modal-review .review__text p a{font-weight:700}.modal-review .review__text ul{margin:0;padding:0;list-style:none}.modal-review .review__text ul li{font-size:1rem;line-height:1.5rem;padding-left:40px;margin-bottom:10px;position:relative}.modal-review .review__text ul li a{font-weight:700}@media only screen and (max-width:767px){.modal-review .review__text ul li{padding-left:30px}}.modal-review .review__text ul li:before{content:'';position:absolute;left:10px;color:var(--link);font-weight:700;width:8px;height:8px;border-radius:50%;background:var(--link);display:block;top:7px}@media only screen and (max-width:767px){.modal-review .review__text ul li:before{left:0}}.modal-review .review__text ul ol{margin:0;padding:0;list-style:none;counter-reset:item}.modal-review .review__text ul ol li{font-size:1rem;line-height:1.5rem;padding-left:40px;margin-bottom:20px;position:relative}.modal-review .review__text ul ol li a{font-weight:700}@media only screen and (max-width:767px){.modal-review .review__text ul ol li{padding-left:30px}}.modal-review .review__text ul ol li:before{content:counter(item) '.';counter-increment:item;position:absolute;left:0;color:var(--link);font-weight:700}.feedback__action,.feedback__list .new-select .dropdown__action{background:var(--btn);color:var(--bg);padding:0;border:0;border-radius:29px;padding:18px 0;width:360px;box-sizing:border-box;text-align:center;display:block;font-size:1.125rem;line-height:normal;cursor:pointer;font-weight:700;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;text-transform:uppercase;height:58px;position:relative;overflow:hidden;z-index:1}.feedback__action:before,.feedback__list .new-select .dropdown__action:before{position:absolute;content:'';top:0;left:0;right:0;bottom:0;background:-webkit-linear-gradient(357.72deg,#985ee2 -2.24%,#5e73e2 103.94%);background:linear-gradient(92.28deg,#985ee2 -2.24%,#5e73e2 103.94%);z-index:-1;-webkit-transition:opacity .3s linear;transition:opacity .3s linear;opacity:0}@media screen and (max-width:768px){.feedback__action,.feedback__list .new-select .dropdown__action{font-size:.9375rem;width:300px}}.feedback__action:hover:before,.feedback__list .new-select .dropdown__action:hover:before{opacity:1}.feedback__action:hover:before .icon,.feedback__list .new-select .dropdown__action:hover:before .icon{-webkit-transform:translateX(7px);transform:translateX(7px)}.feedback__action .icon,.feedback__list .new-select .dropdown__action .icon{fill:var(--bg);width:16px;height:16px;margin-left:15px;-webkit-flex-shrink:0;flex-shrink:0;margin-top:0;-webkit-transition:.3s;transition:.3s}.feedback__action:disabled,.feedback__list .new-select .dropdown__action:disabled{background:rgba(171,171,171,.3);box-shadow:none;color:#6c6e75;cursor:not-allowed}.feedback__action:disabled:hover,.feedback__list .new-select .dropdown__action:disabled:hover{background:rgba(171,171,171,.3);box-shadow:none;color:#6c6e75;cursor:not-allowed}.feedback__action:disabled:hover:before,.feedback__list .new-select .dropdown__action:disabled:hover:before{content:none}.feedback{z-index:3;display:none}.feedback.show{display:block}.feedback .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}.feedback__wrap{position:fixed;top:0;left:0;right:0;bottom:0;overflow-y:auto;z-index:3;-ms-scroll-chaining:none;overscroll-behavior:contain}.feedback__scroll{width:100%;height:auto;max-width:970px;position:relative;margin:0 auto;margin-top:100px;margin-bottom:100px;z-index:3}@media screen and (max-width:1600px){.feedback__scroll{margin-top:40px;margin-bottom:40px}}@media screen and (max-width:768px){.feedback__scroll{margin:0 auto;box-sizing:border-box}}.feedback__tabs{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-flex-wrap:wrap;flex-wrap:wrap;gap:10px 20px;margin-top:20px;margin-bottom:40px}@media screen and (max-width:767px){.feedback__tabs{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;gap:10px;margin-bottom:30px}}.feedback__tabs-text{width:100%;color:#6c6e75}.feedback__tabs-btn{color:var(--link);text-transform:uppercase;font-size:1.125rem;line-height:1.625rem;border-radius:12px;border:1px solid #ccc;padding:10px 20px;height:46px;-webkit-transition:none;transition:none;font-weight:700}.feedback__tabs-btn:hover{background:-webkit-linear-gradient(8.53deg,#07cfab 2.41%,#598fca 89.37%);background:linear-gradient(81.47deg,#07cfab 2.41%,#598fca 89.37%);color:var(--bg);border-color:#f0f0f0}.feedback__tabs-btn.active{background:-webkit-linear-gradient(8.53deg,#07cfab 2.41%,#598fca 89.37%);background:linear-gradient(81.47deg,#07cfab 2.41%,#598fca 89.37%);color:var(--bg);border-color:#f0f0f0}.feedback__box{box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:flex;width:100%;position:relative}@media screen and (max-width:1140px){.feedback__box{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column}}.feedback__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){.feedback__form{border-radius:0}}@media screen and (max-width:768px){.feedback__form{padding:30px 20px}}.feedback__anonym{width:255px;-webkit-flex-shrink:0;flex-shrink:0;background:-webkit-linear-gradient(299.48deg,#07cfab -2.41%,#985ee2 118.71%);background:linear-gradient(150.52deg,#07cfab -2.41%,#985ee2 118.71%);padding:100px 30px 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;text-align:center;border-top-right-radius:20px;border-bottom-right-radius:20px;position:relative}@media screen and (max-width:1140px){.feedback__anonym{border-radius:0;width:100%;padding:30px 20px;-webkit-box-ordinal-group:0;-webkit-order:-1;order:-1}}.feedback__anonym .icon{margin-bottom:50px;-webkit-flex-shrink:0;flex-shrink:0}@media screen and (max-width:768px){.feedback__anonym .icon{display:none}}.feedback__anonym-title{color:var(--bg);font-weight:700;font-size:1.125rem;line-height:1.5rem;margin-bottom:20px}@media screen and (max-width:768px){.feedback__anonym-title{margin-bottom:10px}}.feedback__anonym-text{font-size:1rem;line-height:1.375rem;color:var(--bg)}.feedback__anonym-info{font-size:1rem;line-height:1.375rem;color:var(--bg);margin-top:200px}@media screen and (max-width:1140px){.feedback__anonym-info{margin-top:20px}}.feedback__bg{position:absolute;top:0;right:0;bottom:0}@media screen and (max-width:768px){.feedback__bg{top:-30px}}@media screen and (max-width:414px){.feedback__bg{top:-10px}}@media screen and (max-width:395px){.feedback__bg{top:0}}.feedback__close{position:absolute;cursor:pointer;top:10px;right:10px;z-index:1}.feedback__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){.feedback__close .icon{width:20px;height:20px}}.feedback__close:hover .icon{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.feedback__title{font-size:1.75rem;font-weight:700;position:relative;margin-bottom:30px}@media screen and (max-width:768px){.feedback__title{font-size:1.375rem;line-height:1.625rem;text-align:center;margin-bottom:20px}}.feedback__footer{position:relative}.feedback__list{display:grid;grid-template-columns:340px 1fr;grid-gap:20px;margin:20px 0}@media screen and (max-width:767px){.feedback__list{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;grid-gap:0;gap:20px;-webkit-box-align:start;-webkit-align-items:flex-start;align-items:flex-start;margin-top:10px}}.feedback__list-item{position:relative;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}@media screen and (max-width:767px){.feedback__list-item{width:100%}}.feedback__list-item.disabled .label{background:0 0}.feedback__list-item.disabled .label::before{content:none}.feedback__list-item.long-field{grid-column:1/3}@media screen and (max-width:767px){.feedback__list-item.long-field{grid-column:1/1}}.feedback__list-item.complete .custom-select__field,.feedback__list-item.complete .feedback__message,.feedback__list-item.complete .input,.feedback__list-item.complete .select{border-color:#07cfab}.feedback__list-item .item-arrow{fill:#07cfab;position:absolute;right:20px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);pointer-events:none}.feedback__list-item .countries{position:absolute;top:10px;left:10px}.feedback__list-item .countries__field{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;cursor:pointer}.feedback__list-item .countries__field.active .icon-arrow{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.feedback__list-item .countries__field .icon-arrow{fill:#07cfab;margin-left:6px;pointer-events:none;-webkit-transition:.2s;transition:.2s}.feedback__list-item .countries__field img{width:38px;height:38px;border-radius:50%;pointer-events:none}.feedback__list-item .countries__list{background:var(--bg);padding:20px 0;box-shadow:0 0 22px rgba(50,51,56,.12);border-radius:20px;width:255px;left:-10px;box-sizing:border-box;z-index:2;position:absolute;margin-top:10px}@media screen and (max-width:767px){.feedback__list-item .countries__list{width:calc(100vw - 20px)}}.feedback__list-item .countries__list-title{color:#ababab;font-size:1rem;margin-bottom:8px;line-height:1.375rem;margin-left:15px}.feedback__list-item .countries__list-item{padding:6px 15px;box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;cursor:pointer}.feedback__list-item .countries__list-item.active{background:rgba(94,115,226,.12)}.feedback__list-item .countries__list-item:hover{background:rgba(94,115,226,.12)}.feedback__list-item .countries__list-item img{width:24px;height:24px;border-radius:50%;-webkit-flex-shrink:0;flex-shrink:0;margin-right:15px}.feedback__list-item .countries__list-item .countries-name{font-size:1rem;line-height:1.5rem}.feedback__list-item .countries__list-item .countries-code{font-size:1rem;line-height:1.5rem;color:#ababab;margin-left:10px}.feedback__list-item.error .custom-select__field,.feedback__list-item.error .feedback__message,.feedback__list-item.error .input,.feedback__list-item.error .select{border-color:var(--alarm)}.feedback__list-item.error .error-field{display:block}.feedback__list-item .icon{fill:var(--form)}.feedback__list-item .error-field{font-size:.75rem;color:var(--alarm);position:absolute;bottom:105%;left:16px}.feedback__list .new-select{position:relative;margin:0;width:100%}.feedback__list .new-select.complete .new-select__field{border-color:#07cfab}.feedback__list .new-select.error .new-select__field{border-color:var(--alarm)}.feedback__list .new-select.show .new-select__title{font-size:.8125rem;-webkit-transform:translateY(-150%);transform:translateY(-150%)}.feedback__list .new-select.show .dropdown{display:block}.feedback__list .new-select.show .item-arrow{-webkit-transform:translateY(-50%) rotate(180deg);transform:translateY(-50%) rotate(180deg)}.feedback__list .new-select .error-field{font-size:.75rem;color:var(--alarm);position:absolute;bottom:105%;left:16px}.feedback__list .new-select__field{border:1px solid #ccc;box-sizing:border-box;border-radius:16px;background:var(--bg);padding:8px 20px;padding-right:30px;height:58px;position:relative;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:end;-webkit-align-items:flex-end;align-items:flex-end;cursor:pointer;z-index:1}.feedback__list .new-select__field .item-arrow{fill:var(--form);position:absolute;right:20px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.feedback__list .new-select__title{color:#6c6e75;font-size:1rem;position:absolute;left:20px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:.2s;transition:.2s}.feedback__list .new-select__title.active{font-size:.8125rem;-webkit-transform:translateY(-150%);transform:translateY(-150%)}.feedback__list .new-select__result{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;font-size:1rem;margin-bottom:5px}.feedback__list .new-select .dropdown{position:absolute;background:var(--bg);position:absolute;padding:20px 15px;padding-top:0;box-sizing:border-box;box-shadow:0 0 22px rgba(50,51,56,.12);border-radius:20px;top:100%;width:100%;display:none;z-index:2}@media screen and (max-width:767px){.feedback__list .new-select .dropdown{position:fixed;top:0;left:0;right:0;bottom:0;z-index:3;overflow-y:auto;border-radius:0;padding:0 20px 150px 20px}}@media screen and (max-width:767px){.feedback__list .new-select .dropdown__header{position:-webkit-sticky;position:sticky;padding-top:20px;top:0;background:var(--bg);z-index:1}}.feedback__list .new-select .dropdown__close{display:none}@media screen and (max-width:767px){.feedback__list .new-select .dropdown__close{display:block;padding:10px;box-sizing:border-box;margin-top:-10px;margin-right:-10px;margin-left:auto;margin-bottom:2px}.feedback__list .new-select .dropdown__close .icon-close{fill:#6c6e75}}.feedback__list .new-select .dropdown__title{font-size:1rem;line-height:1.375rem;color:#ababab;padding-bottom:15px;padding-top:20px;background:var(--bg)}.feedback__list .new-select .dropdown__name{display:none}@media screen and (max-width:767px){.feedback__list .new-select .dropdown__name{display:block;font-weight:700;font-size:1.5rem;line-height:1.75rem}}.feedback__list .new-select .dropdown__action{display:none}@media screen and (max-width:767px){.feedback__list .new-select .dropdown__action{display:block;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:calc(100% - 20px);max-width:420px;position:fixed;bottom:10px;height:50px}}.feedback__list .new-select .dropdown__list{overflow-y:auto;max-height:274px}@media screen and (max-width:767px){.feedback__list .new-select .dropdown__list{max-height:none}}.feedback__list .new-select .dropdown__list::-webkit-scrollbar{width:3px;background-color:var(--otext)}.feedback__list .new-select .dropdown__list::-webkit-scrollbar-thumb{background-color:var(--ltext);border-radius:3px}.feedback__list .new-select .dropdown__item{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.feedback__list .new-select .dropdown__choose{cursor:pointer;padding-bottom:15px;display:block;width:100%}.feedback__list .new-select .dropdown__choose .checkbox{display:none}.feedback__list .new-select .dropdown__option{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;position:relative}.feedback__list .new-select .dropdown__option:before{content:'';border:1px solid #5e73e2;background:var(--bg);box-sizing:border-box;width:20px;height:20px;border-radius:4px;margin-right:15px;-webkit-transition:.2s;transition:.2s;-webkit-flex-shrink:0;flex-shrink:0}.feedback__list .new-select .dropdown__option:after{content:'';background-image:url(/img/sprite.svg#check);width:13px;height:13px;background-repeat:no-repeat;background-size:cover;position:absolute;left:3px;top:50%;-webkit-transition:.2s;transition:.2s;-webkit-transform:translateY(-50%) scale(1);transform:translateY(-50%) scale(1)}.feedback__list .new-select .dropdown .checkbox:checked+.dropdown__option:before{background:#5e73e2}.feedback__list .new-select .dropdown .checkbox:checked+.dropdown__option:after{-webkit-transform:translateY(-50%) scale(1);transform:translateY(-50%) scale(1)}.feedback__message{width:100%;resize:none;vertical-align:top;height:120px;border:1px solid #ccc;box-sizing:border-box;border-radius:20px;padding:10px 20px}@media screen and (max-width:767px){.feedback__message{height:200px}}.feedback__choose{cursor:pointer;width:-webkit-max-content;width:-moz-max-content;width:max-content}@media screen and (max-width:768px){.feedback__choose{display:block}}.feedback__choose .checkbox{display:none}.feedback__choose-option{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;position:relative}.feedback__choose-option:before{content:'';border:1px solid #5e73e2;background:var(--bg);box-sizing:border-box;width:20px;height:20px;border-radius:4px;margin-right:10px;-webkit-transition:.2s;transition:.2s;-webkit-flex-shrink:0;flex-shrink:0}.feedback__choose-option:after{content:'';background-image:url(/img/sprite.svg#check);width:13px;height:13px;background-repeat:no-repeat;background-size:cover;position:absolute;left:3px;-webkit-transition:.2s;transition:.2s;-webkit-transform:scale(1);transform:scale(1)}.feedback__choose .checkbox:checked+.feedback__choose-option:before{background:#5e73e2}.feedback__choose .checkbox:checked+.feedback__choose-option:after{-webkit-transform:scale(1);transform:scale(1)}.feedback__input:disabled{background:rgba(171,171,171,.3);color:#6c6e75;cursor:default;box-shadow:none;text-transform:none}.feedback__input:disabled::before{content:none}.feedback__action{position:relative;width:-webkit-max-content;width:-moz-max-content;width:max-content;padding:17px 28px;margin:0 auto}@media screen and (max-width:768px){.feedback__action{margin-bottom:15px}}.feedback .phone-input{padding-left:82px!important}.present__line{font-size:.875rem;line-height:1.375rem;color:#6c6e75;margin-bottom:10px;display:block}.present__line .checkbox{display:none}.present__line-custom{display:-webkit-box;display:-webkit-flex;display:flex;position:relative}.present__line-custom:before{content:'';border:1px solid #5e73e2;background:var(--bg);box-sizing:border-box;width:20px;height:20px;border-radius:4px;margin-right:15px;-webkit-transition:.2s;transition:.2s;-webkit-flex-shrink:0;flex-shrink:0}.present__line-custom:after{content:'';background-image:url(/img/sprite.svg#check);width:13px;height:13px;background-repeat:no-repeat;background-size:cover;position:absolute;left:3px;-webkit-transition:.2s;transition:.2s;top:3px;-webkit-transform:scale(1);transform:scale(1)}.present__line .checkbox:checked+.present__line-custom:before{background:#5e73e2}.present__line .checkbox:checked+.present__line-custom:after{-webkit-transform:scale(1);transform:scale(1)}.reg__action,.reg__info-item .dropdown-select__action{background:var(--btn);color:var(--bg);padding:0;border:0;border-radius:29px;padding:18px 0;width:360px;box-sizing:border-box;text-align:center;display:block;font-size:1.125rem;line-height:normal;cursor:pointer;font-weight:700;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;text-transform:uppercase;height:58px;position:relative;overflow:hidden;z-index:1}.reg__action:before,.reg__info-item .dropdown-select__action:before{position:absolute;content:'';top:0;left:0;right:0;bottom:0;background:-webkit-linear-gradient(357.72deg,#985ee2 -2.24%,#5e73e2 103.94%);background:linear-gradient(92.28deg,#985ee2 -2.24%,#5e73e2 103.94%);z-index:-1;-webkit-transition:opacity .3s linear;transition:opacity .3s linear;opacity:0}@media screen and (max-width:768px){.reg__action,.reg__info-item .dropdown-select__action{font-size:.9375rem;width:300px}}.reg__action:hover:before,.reg__info-item .dropdown-select__action:hover:before{opacity:1}.reg__action:hover:before .icon,.reg__info-item .dropdown-select__action:hover:before .icon{-webkit-transform:translateX(7px);transform:translateX(7px)}.reg__action .icon,.reg__info-item .dropdown-select__action .icon{fill:var(--bg);width:16px;height:16px;margin-left:15px;-webkit-flex-shrink:0;flex-shrink:0;margin-top:0;-webkit-transition:.3s;transition:.3s}.reg__action:disabled,.reg__info-item .dropdown-select__action:disabled{background:rgba(171,171,171,.3);box-shadow:none;color:#6c6e75;cursor:not-allowed}.reg__action:disabled:hover,.reg__info-item .dropdown-select__action:disabled:hover{background:rgba(171,171,171,.3);box-shadow:none;color:#6c6e75;cursor:not-allowed}.reg__action:disabled:hover:before,.reg__info-item .dropdown-select__action:disabled:hover:before{content:none}.reg{width:100%;margin-top:30px;margin-bottom:40px}@media screen and (max-width:1140px){.reg{margin-top:10px}}.reg__attention{padding:20px;background:#e7fffb;border-radius:20px;box-sizing:border-box;position:relative;font-size:1.125rem;line-height:1.5rem;font-weight:700;margin:100px 0}.reg__inform{display:-webkit-box;display:-webkit-flex;display:flex;padding:20px 30px;-webkit-box-align:center;-webkit-align-items:center;align-items:center;background:#e7fffb;border-radius:20px;position:relative;margin-bottom:40px}@media screen and (max-width:767px){.reg__inform{padding:20px;font-size:.875rem;line-height:1.375rem;margin-bottom:30px}}.reg__inform .icon{margin-right:30px;-webkit-flex-shrink:0;flex-shrink:0}@media screen and (max-width:767px){.reg__inform .icon{display:none}}.reg__box{box-shadow:0 0 16px rgba(50,51,56,.16);display:grid;grid-template-columns:1.6fr 1fr;grid-column-gap:60px;background:var(--bg);position:relative;border-radius:20px;padding:30px;box-sizing:border-box}.reg__box._db{display:block}@media screen and (max-width:1140px){.reg__box{grid-template-columns:1fr;grid-row-gap:30px}}@media screen and (max-width:767px){.reg__box{padding:20px 14px 30px 14px;display:block}}.reg__logo{width:132px;margin-bottom:20px}@media screen and (max-width:1140px){.reg__logo{width:76px;margin-bottom:10px}}.reg__title{font-size:2.5rem;font-weight:700;margin-bottom:30px;margin-top:90px}@media screen and (max-width:767px){.reg__title{font-size:1.875rem;margin-top:40px;margin-bottom:20px}}.reg__info-title{font-size:1.25rem;font-weight:500;color:var(--form);padding-bottom:20px;border-bottom:1px solid var(--border)}@media screen and (max-width:767px){.reg__info-title{font-size:1.125rem;line-height:1.375rem}}.reg__info-list{display:grid;grid-template-columns:1fr 1fr;grid-column-gap:30px;grid-row-gap:20px;margin-top:30px}@media screen and (max-width:767px){.reg__info-list{margin-top:20px;display:block;width:auto}}.reg__info-item{position:relative;width:100%;max-width:300px;margin:0 auto}@media screen and (max-width:767px){.reg__info-item{margin-bottom:30px;max-width:none}.reg__info-item:last-child{margin-bottom:0}}.reg__info-item .custom-select{width:100%}.reg__info-item .custom-select.active .item-arrow{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.reg__info-item .custom-select__field{background:#fff;border:1px solid #5e73e2;box-sizing:border-box;border-radius:20px;padding:11px 16px;padding-right:35px;height:40px;cursor:pointer}.reg__info-item .custom-select__resalt{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.reg__info-item .dropdown-select{background:#fff;position:absolute;padding:20px 15px;padding-top:0;box-sizing:border-box;box-shadow:0 0 22px rgba(50,51,56,.12);border-radius:20px;z-index:2;top:100%;width:100%;display:none}@media screen and (max-width:767px){.reg__info-item .dropdown-select{position:fixed;top:0;left:0;width:100%;height:100vh;z-index:3;overflow-y:auto;border-radius:0;padding:0 20px 150px 20px}}.reg__info-item .dropdown-select.show{display:block}@media screen and (max-width:767px){.reg__info-item .dropdown-select__header{position:-webkit-sticky;position:sticky;padding-top:20px;top:0;background:var(--bg);z-index:1}}.reg__info-item .dropdown-select__close{display:none}@media screen and (max-width:767px){.reg__info-item .dropdown-select__close{display:block;padding:10px;box-sizing:border-box;margin-top:-10px;margin-right:-10px;margin-left:auto;margin-bottom:2px}.reg__info-item .dropdown-select__close .icon-close{fill:#6c6e75}}.reg__info-item .dropdown-select__title{font-size:1rem;line-height:1.375rem;color:#ababab;padding-bottom:15px;padding-top:20px;background:var(--bg)}.reg__info-item .dropdown-select__name{display:none}@media screen and (max-width:767px){.reg__info-item .dropdown-select__name{display:block;font-weight:700;font-size:1.5rem;line-height:1.75rem}}.reg__info-item .dropdown-select__action{display:none}@media screen and (max-width:767px){.reg__info-item .dropdown-select__action{display:block;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:calc(100% - 20px);max-width:420px;position:fixed;bottom:10px;height:50px}}.reg__info-item .dropdown-select__list{overflow-y:auto;max-height:274px}@media screen and (max-width:767px){.reg__info-item .dropdown-select__list{max-height:none}}.reg__info-item .dropdown-select__list::-webkit-scrollbar{width:3px;background-color:var(--otext)}.reg__info-item .dropdown-select__list::-webkit-scrollbar-thumb{background-color:var(--ltext);border-radius:3px}.reg__info-item .dropdown-select__item{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.reg__info-item .dropdown-select__choose{cursor:pointer;padding-bottom:15px;display:block;width:100%}.reg__info-item .dropdown-select__choose .checkbox{display:none}.reg__info-item .dropdown-select__option{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;position:relative}.reg__info-item .dropdown-select__option:before{content:'';border:1px solid #5e73e2;background:var(--bg);box-sizing:border-box;width:20px;height:20px;border-radius:4px;margin-right:15px;-webkit-transition:.2s;transition:.2s;-webkit-flex-shrink:0;flex-shrink:0}.reg__info-item .dropdown-select__option:after{content:'';background-image:url(/img/sprite.svg#check);width:13px;height:13px;background-repeat:no-repeat;background-size:cover;position:absolute;left:3px;top:50%;-webkit-transition:.2s;transition:.2s;-webkit-transform:translateY(-50%) scale(1);transform:translateY(-50%) scale(1)}.reg__info-item .dropdown-select .checkbox:checked+.dropdown-select__option:before{background:#5e73e2}.reg__info-item .dropdown-select .checkbox:checked+.dropdown-select__option:after{-webkit-transform:translateY(-50%) scale(1);transform:translateY(-50%) scale(1)}.reg__info-item.long-field{grid-column:1/3;max-width:none}.reg__info-item .item-arrow{position:absolute;pointer-events:none;right:16px;top:14px;background:var(--bg);height:12px;width:12px;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;border-top-right-radius:20px;border-bottom-right-radius:20px}@media screen and (max-width:1140px){.reg__info-item{max-width:none}}.reg__info-item.error .custom-select__field,.reg__info-item.error .input,.reg__info-item.error .textarea{border-color:var(--alarm)}.reg__info-item.error .error-field{display:block}.reg__info-item.error .label{display:none}.reg__info-item .icon{fill:var(--form)}.reg__info-item .error-field{font-size:.75rem;color:var(--alarm);position:absolute;bottom:105%;left:16px;display:none}@media screen and (max-width:767px){.reg__info-item .error-field{font-size:.625rem}}.reg__info-item .reg__password{position:absolute;width:20px;height:20px;display:block;background-repeat:no-repeat;background-size:cover;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);right:16px;cursor:pointer;background-image:url(/img/sprite.svg#hide)}.reg__info-item .reg__password.show{background-image:url(/img/sprite.svg#show)}.reg__over{margin-top:60px}@media screen and (max-width:767px){.reg__over{margin-top:40px}}@media screen and (max-width:767px){.reg__content{margin-top:40px}}.reg__content-title{font-size:1.25rem;font-weight:500;color:var(--form);padding-bottom:20px;border-bottom:1px solid var(--border)}@media screen and (max-width:767px){.reg__content-title{font-size:1.125rem;line-height:1.375rem}}.reg__content-text{margin-top:30px;margin-bottom:25px}@media screen and (max-width:767px){.reg__content-text{margin-top:20px}}.reg__content-text p{font-size:1rem;line-height:1.375rem;margin:0;margin-bottom:20px}.reg__content-text p:last-child{margin-bottom:0}@media screen and (max-width:767px){.reg__content-text p{font-size:.875rem;line-height:1.25rem}}.reg__content-item{width:100%;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-bottom:25px}.reg__content-item:last-child{margin-bottom:0}.reg__content-select{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-flex-shrink:0;flex-shrink:0}.reg__content-select.hide .reg__content-plus{display:none}.reg__content-select .file{display:none}.reg__content-link{font-weight:500;color:var(--hover);display:-webkit-box;display:-webkit-flex;display:flex;cursor:pointer;-webkit-box-align:center;-webkit-align-items:center;align-items:center;white-space:nowrap;-webkit-tap-highlight-color:transparent;-webkit-tap-highlight-color:transparent}@media screen and (max-width:767px){.reg__content-link{font-size:.875rem}}.reg__content-name{width:167px}@media screen and (max-width:767px){.reg__content-name{width:146px}}.reg__content-plus{margin-left:10px}.reg__content-error{font-size:.75rem;line-height:.875rem;color:var(--alarm);margin-left:10px;display:none}@media screen and (max-width:767px){.reg__content-error{font-size:.625rem;line-height:.75rem}}.reg__content-error.show{display:block}.reg__content-photo{margin-left:10px}.reg__content-photo.hide{display:none}.reg__content-photo .photo-item{position:relative}.reg__content-photo .photo-item.loading:before{position:absolute;content:'';background:rgba(0,0,0,.6);width:100%;height:100%;background-image:url(/img/preloader.svg)}.reg__content-photo .photo-item .img{width:40px;height:40px;object-fit:cover}.reg__content-photo .photo-item__close{position:absolute;right:-5px;bottom:80%;width:16px;height:16px;-webkit-flex-shrink:0;flex-shrink:0;-webkit-tap-highlight-color:transparent;-webkit-tap-highlight-color:transparent;cursor:pointer}.reg__content-photo .photo-item__close .icon{width:16px;height:16px;-webkit-flex-shrink:0;flex-shrink:0}.reg__action{grid-column:1/3;display:block;padding:9px 40px;height:40px;max-width:218px;font-size:.875rem;margin-top:30px}@media screen and (max-width:1140px){.reg__action{grid-column:1/1}}.reg__policy{text-align:center;margin-top:15px}.reg__policy-agree{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.reg__policy-agree .checkbox{display:none}.reg__policy-agree .custom__text{font-size:1rem;line-height:1.5rem;position:relative;color:#6c6e75;padding-left:34px}.reg__policy-agree .custom__text:before{content:'';border:1px solid #ccc;background:var(--bg);box-sizing:border-box;width:24px;height:24px;border-radius:6px;margin-right:10px;-webkit-transition:.2s;transition:.2s;-webkit-flex-shrink:0;flex-shrink:0;display:block;position:absolute;left:0}.reg__policy-agree .custom__text:after{content:'';background-image:url(/img/sprite.svg#check);width:12px;height:12px;background-repeat:no-repeat;background-size:cover;position:absolute;left:6px;-webkit-transition:.2s;transition:.2s;-webkit-transform:scale(1);transform:scale(1);top:13px}.reg__policy-agree .checkbox:checked+.custom__text::before{background:#5e73e2}.reg__policy-agree .checkbox:checked+.custom__text::after{-webkit-transform:translateY(-60%) scale(1);transform:translateY(-60%) scale(1)}.send__action{background:var(--btn);color:var(--bg);padding:0;border:0;border-radius:29px;padding:18px 0;width:360px;box-sizing:border-box;text-align:center;display:block;font-size:1.125rem;line-height:normal;cursor:pointer;font-weight:700;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;text-transform:uppercase;height:58px;position:relative;overflow:hidden;z-index:1}.send__action:before{position:absolute;content:'';top:0;left:0;right:0;bottom:0;background:-webkit-linear-gradient(357.72deg,#985ee2 -2.24%,#5e73e2 103.94%);background:linear-gradient(92.28deg,#985ee2 -2.24%,#5e73e2 103.94%);z-index:-1;-webkit-transition:opacity .3s linear;transition:opacity .3s linear;opacity:0}@media screen and (max-width:768px){.send__action{font-size:.9375rem;width:300px}}.send__action:hover:before{opacity:1}.send__action:hover:before .icon{-webkit-transform:translateX(7px);transform:translateX(7px)}.send__action .icon{fill:var(--bg);width:16px;height:16px;margin-left:15px;-webkit-flex-shrink:0;flex-shrink:0;margin-top:0;-webkit-transition:.3s;transition:.3s}.send__action:disabled{background:rgba(171,171,171,.3);box-shadow:none;color:#6c6e75;cursor:not-allowed}.send__action:disabled:hover{background:rgba(171,171,171,.3);box-shadow:none;color:#6c6e75;cursor:not-allowed}.send__action:disabled:hover:before{content:none}.send{max-width:750px;margin:0 auto;margin-top:80px}@media screen and (max-width:767px){.send{margin-top:40px;max-width:none}}.send__title{font-size:2.25rem;margin-bottom:20px;text-align:center}@media screen and (max-width:767px){.send__title{font-size:1.625rem;margin-bottom:20px;text-align:left}}.send__info{font-size:1rem;line-height:1.5rem;margin-bottom:50px;text-align:center;max-width:628px;margin:0 auto}@media screen and (max-width:767px){.send__info{text-align:left;max-width:none}}.send__info-link{position:relative;padding-left:30px}.send__info-link .icon{-webkit-flex-shrink:0;flex-shrink:0;margin-right:6px;width:24px;height:24px;position:absolute;left:0}.send__attention{font-size:1rem;line-height:1.5rem;max-width:750px;margin:0 auto;box-sizing:border-box;margin-top:30px;border-radius:18px;position:relative;padding:20px;padding-left:54px;background:var(--alarm);color:var(--bg)}.send__attention a{border-bottom:1px solid var(--bg);color:var(--bg)}.send__attention a:hover{border-color:transparent}.send__attention .icon{position:absolute;left:20px;fill:var(--bg)}.send__action{margin:0 auto;margin-top:40px;width:258px;font-size:1.125rem}@media screen and (max-width:767px){.send__action{margin-top:30px;font-size:.9375rem;width:221px}}.send__list{display:grid;max-width:750px;margin:0 auto;grid-template-columns:repeat(2,1fr);margin-top:25px;grid-column-gap:30px;grid-row-gap:25px}@media screen and (max-width:767px){.send__list{margin-top:20px;max-width:100%;grid-row-gap:20px;grid-template-columns:1fr}}.send__list-item{position:relative;width:100%}.send__list-item:last-child{grid-column:1/3}@media screen and (max-width:767px){.send__list-item:last-child{grid-column:1/1}}.send__list-item.error .input{border-color:var(--alarm)}.send__list-item.error .message{border-color:var(--alarm)}.send__list-item.error .error-field{display:block}.send__list-item.error .label{display:none}.send__list-item .error-field{font-size:.75rem;color:var(--alarm);position:absolute;bottom:103%;left:16px;display:none}@media screen and (max-width:767px){.send__list-item .error-field{font-size:.625rem}}.send__list-item .message{box-sizing:border-box;width:100%;border-radius:20px;display:block;padding:10px 0;-webkit-appearance:none;padding-left:16px;font-size:1rem;color:var(--text);resize:none;border:1px solid #ccc;min-height:105px}@media screen and (max-width:767px){.send__list-item .message{font-size:.875rem;min-height:110px}}.send__list-item .message::-webkit-input-placeholder{font-size:.875rem;color:var(--ltext)}.send__list-item .message::-moz-placeholder{font-size:.875rem;color:var(--ltext)}.send__list-item .message::-ms-input-placeholder{font-size:.875rem;color:var(--ltext)}.send__list-item .message::placeholder{font-size:.875rem;color:var(--ltext)}.send__label{text-align:left;font-size:.875rem;padding-left:30px;display:inline-block;position:relative;color:var(--ltext);line-height:1.25rem;cursor:pointer;-webkit-tap-highlight-color:transparent;-webkit-tap-highlight-color:transparent;max-width:750px;margin:0 auto;display:block;margin-top:10px}@media screen and (max-width:767px){.send__label{font-size:.75rem;line-height:1.25rem}}.send__label a{text-decoration:underline}.send__label a:hover{text-decoration:none}.send .checkbox{display:none}.send .checkbox+.send__label:before{content:'';width:16px;height:16px;border:1px solid var(--ltext);display:block;border-radius:4px;background:var(--bg);position:absolute;left:0}@media screen and (max-width:767px){.send .checkbox+.send__label:before{margin-top:2px}}.send .checkbox+.send__label:after{content:'';width:20px;height:20px;background-image:url(/img/sprite.svg#tick);display:block;background-repeat:no-repeat;position:absolute;top:-4px;left:2px;-webkit-transition:.2s;transition:.2s;opacity:0}@media screen and (max-width:767px){.send .checkbox+.send__label:after{top:-2px}}.send .checkbox:checked+.send__label:after{opacity:1}.send__action{margin:0 auto;margin-top:25px;padding-left:38px;padding-right:38px;box-sizing:border-box;width:-webkit-max-content;width:-moz-max-content;width:max-content}@media screen and (max-width:767px){.send__action{margin-top:20px;padding-left:22px;padding-right:22px}}.checkbox__wrap{position:relative}.checkbox__wrap.error .error-field{display:block}.checkbox__wrap .error-field{font-size:.75rem;color:var(--alarm);padding-left:30px;line-height:.875rem;display:none}@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; } .first__info-action:hover { opacity: 0.9; } .first__info-action { padding-left: 0; padding-right: 0; display: block; margin-top: auto; } .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(/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(/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("/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__wrapper.--account-form { padding-bottom: 208px; } } .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__form.--is-grid { display: grid; grid-template-columns: 312px 1fr; grid-gap: 60px; padding: 60px 80px; } @media screen and (max-width: 1240px) { .dashform__form.--is-grid { grid-template-columns: 1fr; border-radius: 20px; padding: 20px; margin-left: 20px; display: flex; flex-direction: column; margin-right: 20px; margin-top: -168px; } } .dashform__image { position: relative; overflow: hidden; border-radius: 30px; align-self: start; } @media screen and (max-width: 1240px) { .dashform__image { display: none; } } .dashform__image img { width: 312px; height: 312px; object-fit: cover; } .dashform__image-name { position: absolute; padding: 20px; color: white; background: rgba(50, 51, 56, 0.5); width: 190px; bottom: 0; z-index: 1; border-top-right-radius: 30px; font-size: 0.875rem; line-height: 1.4285714286; } .dashform__field { height: 58px; padding: 24px 20px 8px; transition: 0.2s; border-radius: 12px; font-size: 16px; background: var(--bg); color: var(--text); border: 0; width: 100%; box-sizing: border-box; } .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: 2px solid #d9d9d9; 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: 12px; font-size: 16px; background: var(--bg); color: var(--text); border: 0; width: 100%; box-sizing: border-box; } .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: 2px solid #d9d9d9; 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; } @media screen and (max-width: 1240px) { .dashform__grid { display: flex; flex-direction: column; gap: 20px; } } .dashform__grid.grid--column { grid-template-columns: 1fr; margin-bottom: 20px; } .dashform__grid.grid--column .dashform__message { grid-column: 1/1; } .dashform__grid.grid--top { grid-template-columns: 2fr 1fr; margin-bottom: 40px; } @media screen and (max-width: 1240px) { .dashform__grid.grid--top { display: flex; flex-direction: column; margin-bottom: 30px; } } .dashform__grid.grid--duo { grid-template-columns: 1fr 1fr; margin-bottom: 20px; } @media screen and (max-width: 1240px) { .dashform__grid.grid--duo { grid-template-columns: 1fr; } } .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; } .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 { align-items: flex-start; } .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; } .dashform__action:hover { opacity: 0.9; } .dashform__action { font-size: 1.125rem; line-height: 1.3333333333; display: flex; align-items: center; justify-content: center; gap: 10px; margin: 20px auto; } @media screen and (max-width: 1240px) { .dashform__action { padding: 17px 0; width: 100%; } } .dashform__action-loader { display: none; flex-shrink: 0; } .dashform__action-spinner { animation: dashform-spin 0.8s linear infinite; } .dashform__action.loading .dashform__action-text { opacity: 0.6; } .dashform__action.loading .dashform__action-loader { display: flex; } @keyframes dashform-spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } .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: 12px; font-size: 16px; background: var(--bg); color: var(--text); border: 0; width: 100%; box-sizing: border-box; } .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: 2px solid #d9d9d9; 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; } .dashform-modal__action:hover { opacity: 0.9; } .dashform-modal__action { font-size: 1.125rem; line-height: 1.3333333333; margin-top: 20px; display: block; width: 100%; } @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; } .main-fixed__btn:hover { opacity: 0.9; } .main-fixed__btn { margin: 0 auto; width: 100%; display: block; }@charset "UTF-8"; .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); } .faq { margin-top: 80px; } @media screen and (max-width: 1240px) { .faq { margin: 40px 0; } } .faq__title { margin-bottom: 20px; } .faq__info { color: #6c6e75; margin-bottom: 20px; text-align: center; } @media screen and (max-width: 1240px) { .faq__info { text-align: left; } } .faq__list { display: flex; flex-direction: column; gap: 20px; } .faq__item { border: 1px solid #d9d9d9; border-radius: 20px; } .faq__item.open > .faq__item-hdr { padding-bottom: 0; } .faq__item.open > .faq__item-hdr > .icon { transform: rotate(180deg); } .faq__item.open > .faq__item-toggle::before { opacity: 0; transform: translateY(-50%) scaleY(0); } .faq__item.open > .faq__item-main { max-height: 10000px; opacity: 1; } .faq__item--nested { border: none; border-top: 1px solid #d9d9d9; border-radius: 0; } .faq__item--nested:first-child { border-top: none; } .faq__item--nested.open > .faq__item-hdr { padding-bottom: 0; } .faq__item--nested.open > .faq__item-hdr .faq__item-toggle::before { opacity: 0; transform: translateY(-50%) scaleY(0); } .faq__item--nested.open > .faq__item-main { opacity: 1; padding-bottom: 40px; } @media screen and (max-width: 1240px) { .faq__item--nested.open > .faq__item-main { padding-left: 20px; padding-right: 0; } } .faq__item--nested .faq__item-hdr { font-size: 1rem; line-height: 1.375; font-weight: 400; padding: 20px 0 20px 20px; position: relative; } @media screen and (max-width: 1240px) { .faq__item--nested .faq__item-hdr { padding: 20px 0 20px 20px; font-size: 0.9375rem; line-height: 1.3333333333; } } .faq__item--nested .faq__item-main { padding: 0 20px; } .faq__item--nested .faq__item-main > *:last-child { margin-bottom: 20px; } .faq__item--nested .faq__item-main p { margin-top: 20px; margin-bottom: 10px; } .faq__item--nested .faq__item-main p:last-child { margin-bottom: 0; } @media screen and (max-width: 1240px) { .faq__item--nested .faq__item-main { padding: 0 20px; } } .faq__item-hdr { font-size: 1.25rem; line-height: 1.3; font-weight: bold; display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 30px 40px; cursor: pointer; } @media screen and (max-width: 1240px) { .faq__item-hdr { padding: 20px; font-size: 1.125rem; line-height: 1.3333333333; } } .faq__item-hdr .icon { flex-shrink: 0; transition: transform 0.3s; } .faq__item-toggle { position: relative; width: 16px; height: 16px; display: block; } .faq__item-toggle::before, .faq__item-toggle::after { content: ""; display: block; position: absolute; top: 50%; right: 10px; width: 2px; height: 16px; border-radius: 2px; background: var(--text); } .faq__item-toggle::before { transform: translateY(-50%); transition: transform 0.3s, opacity 0.3s; } .faq__item-toggle::after { transform: translateY(-50%) rotate(90deg); } .faq__item-main { max-height: 0; overflow: hidden; opacity: 0; transition: none; padding: 0 40px; } @media screen and (max-width: 1240px) { .faq__item-main { padding: 0 20px; } } .faq__item-main blockquote { background: linear-gradient(92.06deg, rgba(7, 207, 171, 0.15) -6.44%, rgba(152, 94, 226, 0.15) 196.38%); padding: 20px 40px; font-size: 1rem; line-height: 1.5; margin: 20px 0; border-radius: 12px; } .faq__item-main p { color: #6c6e75; margin: 0 0 10px; } .faq__item-main ol { margin: 0; padding: 0; list-style: none; counter-reset: item; } .faq__item-main ol li { padding-left: 30px; margin-bottom: 10px; position: relative; color: #6c6e75; } .faq__item-main ol li ul { margin: 10px 0; } @media screen and (max-width: 767px) { .faq__item-main ol li { padding-left: 30px; } } .faq__item-main ol li::before { content: counter(item) "."; counter-increment: item; position: absolute; left: 0; color: #323338; font-weight: 500; font-size: 18px; line-height: 24px; } .faq__item-main ol li::after { content: ""; position: absolute; left: 0; top: 0; color: #323338; font-weight: 500; } .faq__item-main ul { margin: 0; padding: 0; list-style: none; } .faq__item-main ul li { font-size: 16px; line-height: 24px; padding-left: 30px; margin-bottom: 10px; position: relative; color: #6c6e75; } @media screen and (max-width: 767px) { .faq__item-main ul li { padding-left: 20px; } } .faq__item-main ul li::before { content: ""; position: absolute; left: 10px; color: #323338; font-weight: bold; width: 5px; height: 5px; border-radius: 50%; background: #323338; display: block; top: 9px; } @media screen and (max-width: 767px) { .faq__item-main ul li::before { left: 0; } } .faq__item-banner { background: linear-gradient(92.06deg, rgba(7, 207, 171, 0.2) -6.44%, rgba(152, 94, 226, 0.2) 196.38%); position: relative; padding: 50px 120px 50px 400px; border-radius: 18px; margin-top: 30px; } @media screen and (max-width: 1240px) { .faq__item-banner { padding: 0; } } .faq__item-banner.--right-banner { padding-left: 60px; padding-right: 400px; } @media screen and (max-width: 1240px) { .faq__item-banner.--right-banner { padding: 0; display: grid; } } .faq__item-banner.--right-banner img { left: auto; right: 0; } .faq__item-banner.--right-banner .faq__item-banner-content { order: -1; } .faq__item-banner img { position: absolute; left: 0; bottom: 0; } @media screen and (max-width: 1240px) { .faq__item-banner img { top: 0; bottom: auto; position: static; width: 100%; } } @media screen and (max-width: 1240px) { .faq__item-banner-content { padding: 30px; } } .faq__item-banner-text { font-size: 1.25rem; line-height: 1.3; font-weight: bold; } @media screen and (max-width: 1240px) { .faq__item-banner-text { font-size: 1.125rem; line-height: 1.3333333333; } } .faq__item-banner-info { margin-top: 10px; font-size: 1rem; line-height: 1.5; } .accepted__hdr { background: var(--gradient); border-radius: 30px; margin: 0 3%; padding: 80px 8%; } @media screen and (max-width: 1400px) { .accepted__hdr { margin: 0 3%; padding: 80px 3%; } } @media screen and (max-width: 1240px) { .accepted__hdr { padding: 40px 0; margin: 0; border-radius: 0; } } .accepted__title { text-align: center; color: var(--bg); margin-bottom: 30px; } @media screen and (max-width: 1240px) { .accepted__title { margin-bottom: 20px; } } .accepted__text { font-size: 1.125rem; line-height: 1.4444444444; color: var(--bg); text-align: center; max-width: 700px; margin: 0 auto 30px; } @media screen and (max-width: 1240px) { .accepted__text { font-size: 1rem; line-height: 1.5; margin-bottom: 20px; } } .accepted__chat { background: var(--bg); border-radius: 20px; margin: 0 auto; overflow: hidden; position: relative; } .accepted__chat-btn-scroll { position: absolute; bottom: 200px; right: 40px; background-color: #f0f0f0; border: none; border-radius: 50%; width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; cursor: pointer; font-size: 0.875rem; line-height: 1.4285714286; } @media screen and (max-width: 1240px) { .accepted__chat-btn-scroll { right: 20px; bottom: 140px; } } .accepted__chat-btn-scroll.hidden { visibility: hidden; } .accepted__chat-btn-scroll::before { content: attr(data-count); position: absolute; top: -2px; right: -2px; background-color: var(--text); color: #fff; width: 16px; height: 16px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 10px; } .accepted__chat-main { padding: 30px 194px 30px 145px; max-height: 500px; overflow-y: auto; margin: 0 auto; display: flex; flex-direction: column; gap: 16px; } @media screen and (max-width: 1240px) { .accepted__chat-main { padding: 20px 10px; gap: 12px; } } .accepted__chat-date { font-size: 0.8125rem; line-height: 1.3846153846; color: var(--text_gray); text-align: center; padding: 4px 0; } .accepted__chat-date:not(:first-child) { margin-top: 20px; } @media screen and (max-width: 1240px) { .accepted__chat-date:not(:first-child) { margin-top: 10px; } } @media screen and (max-width: 1240px) { .accepted__chat-date { font-size: 0.75rem; line-height: 1.3333333333; } } .accepted__chat-row { display: flex; gap: 10px; align-items: flex-end; } .accepted__chat-row--in { justify-content: flex-start; } .accepted__chat-row--out { justify-content: flex-end; } .accepted__chat-avatar { flex-shrink: 0; width: 40px; height: 40px; border-radius: 50%; overflow: hidden; } @media screen and (max-width: 1240px) { .accepted__chat-avatar { width: 28px; height: 28px; } } .accepted__chat-avatar img { width: 100%; height: 100%; object-fit: cover; } .accepted__chat-bubble { max-width: 65%; padding: 10px 12px; border-radius: 8px; position: relative; font-size: 0.875rem; line-height: 1.4285714286; } @media screen and (max-width: 1240px) { .accepted__chat-bubble { max-width: 80%; } } .accepted__chat-bubble--in { border: 1px solid #e6e6e6; border-bottom-left-radius: 0; color: var(--text); } .accepted__chat-bubble--out { background: linear-gradient(92.06deg, #07cfab -6.44%, #985ee2 196.38%); border-color: transparent; border-bottom-right-radius: 0; color: var(--bg); } .accepted__chat-sender { font-weight: 700; font-size: 0.875rem; line-height: 1.4285714286; margin-bottom: 4px; } .accepted__chat-body { word-break: break-word; } .accepted__chat-quote { background: linear-gradient(92.06deg, rgba(7, 207, 171, 0.16) -6.44%, rgba(152, 94, 226, 0.16) 196.38%); border-left: 3px solid; border-image: linear-gradient(92.06deg, #07cfab -6.44%, #985ee2 196.38%) 1; padding: 8px; margin-bottom: 8px; border-radius: 0 4px 4px 0; overflow: hidden; font-size: 0.75rem; line-height: 1.5; } .accepted__chat-quote--out { background: rgba(255, 255, 255, 0.3019607843); border-image: var(--bg); } .accepted__chat-quote--link { background: rgba(121, 106, 226, 0.16); border-image: none; border-color: rgb(121, 106, 226); margin-top: 4px; padding: 16px; display: flex; align-items: center; gap: 12px; border-radius: 0 8px 8px 0; max-width: 315px; font-size: 0.875rem; line-height: 1.4285714286; } @media screen and (max-width: 1240px) { .accepted__chat-quote--link { display: block; padding: 10px; } } .accepted__chat-quote--link a { display: block; color: var(--text); text-decoration: underline; } .accepted__chat-quote-name { display: block; font-weight: 700; margin-bottom: 2px; } .accepted__chat-quote-img { width: 62px; height: 62px; border-radius: 6px; object-fit: cover; } @media screen and (max-width: 1240px) { .accepted__chat-quote-img { margin-bottom: 4px; } } .accepted__chat-time { display: flex; align-items: center; justify-content: flex-end; gap: 4px; font-size: 0.75rem; line-height: 1.3333333333; color: var(--text_gray); margin-top: 6px; } .accepted__chat-check { color: rgba(255, 255, 255, 0.8); } .accepted__chat-bubble--out .accepted__chat-time { color: rgba(255, 255, 255, 0.8); } .accepted__chat-footer { display: flex; align-items: flex-end; gap: 12px; padding: 20px 194px 40px 145px; background: #f0f0f0; } @media screen and (max-width: 1240px) { .accepted__chat-footer { padding: 12px 16px; } } .accepted__chat-input { flex: 1; border: none; outline: none; background: transparent; font-family: inherit; background-color: var(--bg); font-size: 1rem; line-height: 1.375; color: var(--text); resize: none; min-height: 76px; max-height: 120px; border-radius: 12px; padding: 18px 20px; overflow-y: auto; } .accepted__chat-input::placeholder { color: var(--text_gray); } .accepted__chat-send { flex-shrink: 0; width: 44px; height: 44px; border-radius: 50%; background: linear-gradient(90.65deg, #5e73e2 -2.24%, #985ee2 103.94%); color: var(--bg); border: none; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: 0.2s; } .accepted__chat-send:hover { opacity: 0.85; } .accepted__box { display: grid; grid-template-columns: 1fr 1fr; grid-gap: 24px; } @media screen and (max-width: 1240px) { .accepted__box { grid-template-columns: 1fr; grid-gap: 20px; } } .accepted__info { background: var(--bg); padding: 30px; border-radius: 20px; } @media screen and (max-width: 1240px) { .accepted__info { padding: 20px; } } .accepted__info-action { font-weight: 700; font-size: 14px; line-height: 20px; background: linear-gradient(92.06deg, rgba(7, 207, 171, 0.15) -6.44%, rgba(152, 94, 226, 0.15) 196.38%); border-radius: 12px; padding: 16px 60px; height: 50px; color: var(--bg); transition: 0.2s; text-transform: uppercase; text-align: center; cursor: pointer; } .accepted__info-action:hover { opacity: 0.9; } .accepted__info-action { display: block; color: var(--link); margin-top: 10px; } .accepted__info-hdr { display: flex; align-items: center; gap: 20px; } .accepted__info-hdr img { width: 100px; height: 100px; border-radius: 6px; } .accepted__info-name { font-size: 1.5rem; line-height: 1.25; font-weight: bold; margin-bottom: 10px; } @media screen and (max-width: 1240px) { .accepted__info-name { font-size: 1.125rem; line-height: 1.3333333333; margin-bottom: 4px; } } .accepted__info-timezone { font-size: 0.875rem; line-height: 1.4285714286; color: #ababab; display: inline-flex; align-items: flex-end; gap: 6px; } @media screen and (max-width: 1240px) { .accepted__info-timezone { display: block; } } .accepted__info-timezone span { display: inline-flex; align-items: center; gap: 4px; color: var(--text); } .accepted__info-text { margin-top: 20px; font-size: 0.875rem; line-height: 1.4285714286; } .accepted__info-timer { background: linear-gradient(92.06deg, rgba(7, 207, 171, 0.15) -6.44%, rgba(152, 94, 226, 0.15) 196.38%); padding: 3px 8px; font-size: 0.875rem; line-height: 1.4285714286; width: max-content; margin-top: 4px; border-radius: 6px; } .accepted__info-footer { margin-top: 30px; padding-top: 20px; font-size: 0.875rem; line-height: 1.4285714286; border-top: 1px solid #d9d9d9; } .accepted__info-footer-text { display: inline-block; vertical-align: middle; } .accepted__info-footer-text .icon { display: inline-block; vertical-align: middle; } .accepted__contact { display: grid; grid-template-columns: 1fr 100px; gap: 10px; border: 2px solid var(--text_rgb40); padding: 30px; margin-bottom: 30px; border-radius: 20px; } @media screen and (max-width: 1240px) { .accepted__contact { align-items: center; margin-bottom: 20px; } } .accepted__contact:last-child { margin-bottom: 0; } .accepted__contact-title { font-size: 1.25rem; line-height: 1.3; font-weight: bold; margin-bottom: 10px; color: var(--bg); } @media screen and (max-width: 1240px) { .accepted__contact-title { font-size: 1.125rem; line-height: 1.3333333333; } } .accepted__contact-text { font-size: 0.875rem; line-height: 1.4285714286; color: var(--text_rgb80); margin-bottom: 4px; } .accepted__contact-link { color: var(--bg); font-size: 0.875rem; line-height: 1.4285714286; } .accepted__chat-off { display: flex; align-items: center; gap: 20px; background: var(--bg); border-radius: 20px; padding: 30px 240px; } @media screen and (max-width: 1240px) { .accepted__chat-off { flex-direction: column; text-align: center; padding: 30px 40px; } } .accepted__chat-off img { width: 160px; height: 160px; } @media screen and (max-width: 1240px) { .accepted__chat-off img { height: 100px; } } .accepted__chat-off-text { font-size: 1.25rem; line-height: 1.3; color: var(--text); font-weight: bold; } @media screen and (max-width: 1240px) { .accepted__chat-off-text { font-size: 1.125rem; line-height: 1.3333333333; } }.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; } .footer__nav-wrap.flex-direction-column { display: flex; flex-direction: column; }.psy-review__form-action{background:var(--btn);color:var(--bg);padding:0;border:0;border-radius:29px;padding:18px 0;width:360px;box-sizing:border-box;text-align:center;display:block;font-size:1.125rem;line-height:normal;cursor:pointer;font-weight:700;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;text-transform:uppercase;height:58px;position:relative;overflow:hidden;z-index:1}.psy-review__form-action:before{position:absolute;content:'';top:0;left:0;right:0;bottom:0;background:-webkit-linear-gradient(357.72deg,#985ee2 -2.24%,#5e73e2 103.94%);background:linear-gradient(92.28deg,#985ee2 -2.24%,#5e73e2 103.94%);z-index:-1;-webkit-transition:opacity .3s linear;transition:opacity .3s linear;opacity:0}@media screen and (max-width:768px){.psy-review__form-action{font-size:.9375rem;width:300px}}.psy-review__form-action:hover:before{opacity:1}.psy-review__form-action:hover:before .icon{-webkit-transform:translateX(7px);transform:translateX(7px)}.psy-review__form-action .icon{fill:var(--bg);width:16px;height:16px;margin-left:15px;-webkit-flex-shrink:0;flex-shrink:0;margin-top:0;-webkit-transition:.3s;transition:.3s}.psy-review__form-action:disabled{background:rgba(171,171,171,.3);box-shadow:none;color:#6c6e75;cursor:not-allowed}.psy-review__form-action:disabled:hover{background:rgba(171,171,171,.3);box-shadow:none;color:#6c6e75;cursor:not-allowed}.psy-review__form-action:disabled:hover:before{content:none}.psy-review{margin:0 auto;margin-top:60px;width:750px}@media screen and (max-width:1140px){.psy-review{margin-top:20px}}@media screen and (max-width:767px){.psy-review{margin-top:20px;width:auto}}.psy-review[v-cloak]{display:none}.psy-review__title{margin-bottom:40px;font-size:2.5rem;text-align:center}@media screen and (max-width:767px){.psy-review__title{font-size:1.875rem;margin-bottom:20px}}.psy-review__title span{color:var(--form)}.psy-review__text{text-align:center;font-size:1.125rem;line-height:1.5rem}.psy-review__form{display:grid;grid-template-columns:repeat(2,1fr);grid-column-gap:14px}@media screen and (max-width:767px){.psy-review__form{display:block}}.psy-review__form-item{position:relative;width:100%;margin:0 auto}@media screen and (max-width:1140px){.psy-review__form-item{max-width:none}}@media screen and (max-width:767px){.psy-review__form-item{margin-bottom:20px}}.psy-review__form-item.error .input{border-color:var(--alarm)}.psy-review__form-item.error .error-field{display:block}.psy-review__form-item.error .label{display:none}.psy-review__form-item .icon{fill:var(--form)}.psy-review__form-item .error-field{font-size:.75rem;color:var(--alarm);position:absolute;bottom:105%;left:16px;display:none}@media screen and (max-width:767px){.psy-review__form-item .error-field{font-size:.625rem}}.psy-review__form-assessment{-webkit-align-self:center;align-self:center;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;height:40px;border:1px solid transparent;padding:10px 0;padding-left:16px;border-radius:20px;box-sizing:border-box;position:relative}@media screen and (max-width:767px){.psy-review__form-assessment{height:auto}}.psy-review__form-assessment.error{border-color:var(--alarm)}.psy-review__form-assessment.error .error-field{display:block}@media screen and (max-width:767px){.psy-review__form-assessment{padding-left:16px;display:block}}.psy-review__form-assessment .assessment__title{margin-right:10px}.psy-review__form-assessment .assessment__stars{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}@media screen and (max-width:767px){.psy-review__form-assessment .assessment__stars{margin-top:10px}}.psy-review__form-assessment .assessment__stars-item{width:22px;height:22px;-webkit-flex-shrink:0;flex-shrink:0;padding-left:6px;background-image:url(/img/star-empty.svg);display:block;background-repeat:no-repeat;background-size:contain;background-position:0 0;cursor:pointer}.psy-review__form-assessment .assessment__stars-item.full{background-image:url(/img/star-full.svg)}.psy-review__form-assessment .error-field{font-size:.75rem;color:var(--alarm);position:absolute;bottom:105%;left:16px;display:none}@media screen and (max-width:767px){.psy-review__form-assessment .error-field{font-size:.625rem}}.psy-review__form-agree{margin-top:10px;grid-column:1/3}@media screen and (max-width:767px){.psy-review__form-agree{margin-top:20px}}.psy-review__form-message{position:relative;width:100%;margin-top:25px;grid-column:1/3}@media screen and (max-width:767px){.psy-review__form-message{margin-top:20px}}.psy-review__form-message.error .message{border-color:var(--alarm)}.psy-review__form-message.error .error-field{display:block}.psy-review__form-message.error .label{display:none}.psy-review__form-message .error-field{font-size:.75rem;color:var(--alarm);position:absolute;bottom:103%;left:16px;display:none}@media screen and (max-width:767px){.psy-review__form-message .error-field{font-size:.625rem}}.psy-review__form-message .message{box-sizing:border-box;width:100%;border-radius:20px;display:block;padding:10px;padding-right:16px;-webkit-appearance:none;padding-left:16px;font-size:1rem;color:var(--text);resize:none;border:1px solid var(--form);min-height:105px}@media screen and (max-width:767px){.psy-review__form-message .message{font-size:.875rem;min-height:110px}}.psy-review__form-message .message::-webkit-input-placeholder{font-size:1rem;line-height:1.5rem;color:var(--ltext)}.psy-review__form-message .message::-moz-placeholder{font-size:1rem;line-height:1.5rem;color:var(--ltext)}.psy-review__form-message .message::-ms-input-placeholder{font-size:1rem;line-height:1.5rem;color:var(--ltext)}.psy-review__form-message .message::placeholder{font-size:1rem;line-height:1.5rem;color:var(--ltext)}.psy-review__form-label{text-align:left;font-size:.875rem;padding-left:30px;display:inline-block;position:relative;color:var(--ltext);line-height:1.25rem;cursor:pointer;-webkit-tap-highlight-color:transparent;-webkit-tap-highlight-color:transparent}@media screen and (max-width:767px){.psy-review__form-label{font-size:.75rem;line-height:1.25rem}}.psy-review__form-label a{text-decoration:underline}.psy-review__form-label a:hover{text-decoration:none}.psy-review__form .checkbox{display:none}.psy-review__form .checkbox+.psy-review__form-label:before{content:'';width:16px;height:16px;border:1px solid var(--ltext);display:block;border-radius:4px;background:var(--bg);position:absolute;left:0}@media screen and (max-width:767px){.psy-review__form .checkbox+.psy-review__form-label:before{margin-top:2px}}.psy-review__form .checkbox+.psy-review__form-label:after{content:'';width:20px;height:20px;background-image:url(/img/sprite.svg#tick);display:block;background-repeat:no-repeat;position:absolute;top:-4px;left:2px;-webkit-transition:.2s;transition:.2s;opacity:0}@media screen and (max-width:767px){.psy-review__form .checkbox+.psy-review__form-label:after{top:-2px}}.psy-review__form .checkbox:checked+.psy-review__form-label:after{opacity:1}.psy-review__form-action{grid-column:1/3;margin:0 auto;margin-top:30px;padding-left:38px;padding-right:38px;box-sizing:border-box;width:-webkit-max-content;width:-moz-max-content;width:max-content}@media screen and (max-width:767px){.psy-review__form-action{padding-left:33px;padding-right:33px}}.psy-review__over{margin-top:50px}@media screen and (max-width:767px){.psy-review__over{margin-top:40px}}.psy-review__over-text{font-size:.875rem;line-height:1.25rem;margin-bottom:20px;text-align:center}.psy-review__over-list{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:40px}@media screen and (max-width:767px){.psy-review__over-list{grid-template-columns:1fr 1fr;grid-gap:20px}}@media screen and (max-width:767px){.psy-review__over-link{-webkit-align-self:center;align-self:center;justify-self:center}}.psy-review__over-link img{width:auto}@media screen and (max-width:767px){.psy-review__over-link img{width:120px}}.psy-call__form-action{background:var(--btn);color:var(--bg);padding:0;border:0;border-radius:29px;padding:18px 0;width:360px;box-sizing:border-box;text-align:center;display:block;font-size:1.125rem;line-height:normal;cursor:pointer;font-weight:700;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;text-transform:uppercase;height:58px;position:relative;overflow:hidden;z-index:1}.psy-call__form-action:before{position:absolute;content:'';top:0;left:0;right:0;bottom:0;background:-webkit-linear-gradient(357.72deg,#985ee2 -2.24%,#5e73e2 103.94%);background:linear-gradient(92.28deg,#985ee2 -2.24%,#5e73e2 103.94%);z-index:-1;-webkit-transition:opacity .3s linear;transition:opacity .3s linear;opacity:0}@media screen and (max-width:768px){.psy-call__form-action{font-size:.9375rem;width:300px}}.psy-call__form-action:hover:before{opacity:1}.psy-call__form-action:hover:before .icon{-webkit-transform:translateX(7px);transform:translateX(7px)}.psy-call__form-action .icon{fill:var(--bg);width:16px;height:16px;margin-left:15px;-webkit-flex-shrink:0;flex-shrink:0;margin-top:0;-webkit-transition:.3s;transition:.3s}.psy-call__form-action:disabled{background:rgba(171,171,171,.3);box-shadow:none;color:#6c6e75;cursor:not-allowed}.psy-call__form-action:disabled:hover{background:rgba(171,171,171,.3);box-shadow:none;color:#6c6e75;cursor:not-allowed}.psy-call__form-action:disabled:hover:before{content:none}.psy-call{margin:0 auto;margin-top:60px;width:750px}@media screen and (max-width:1140px){.psy-call{margin-top:20px}}@media screen and (max-width:767px){.psy-call{margin-top:20px;width:auto}}.psy-call[v-cloak]{display:none}.psy-call__title{margin-bottom:30px;font-size:2.5rem;text-align:center}@media screen and (max-width:767px){.psy-call__title{font-size:1.875rem;margin-bottom:20px}}.psy-call__info{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;gap:30px;background:#e7fffb;border-radius:12px;padding:20px 30px;line-height:1.5rem;margin:30px 0;position:relative}@media screen and (max-width:767px){.psy-call__info{-webkit-box-align:start;-webkit-align-items:flex-start;align-items:flex-start;padding:20px 16px;gap:20px}}.psy-call__info .icon{-webkit-flex-shrink:0;flex-shrink:0}.psy-call__text{font-size:1.125rem;line-height:1.5rem;text-align:center}.psy-call__form-item{position:relative;width:100%;margin:0 auto;max-width:360px;margin-bottom:30px}@media screen and (max-width:1140px){.psy-call__form-item{max-width:none}}@media screen and (max-width:767px){.psy-call__form-item{margin-bottom:20px}}.psy-call__form-item.error .input{border-color:var(--alarm)}.psy-call__form-item.error .error-field{display:block}.psy-call__form-item.error .label{display:none}.psy-call__form-item .icon{fill:var(--form)}.psy-call__form-item .error-field{font-size:.75rem;color:var(--alarm);position:absolute;bottom:105%;left:16px;display:none}@media screen and (max-width:767px){.psy-call__form-item .error-field{font-size:.625rem}}.psy-call__form-action{margin:0 auto;margin-top:30px;padding-left:38px;padding-right:38px;box-sizing:border-box;width:-webkit-max-content;width:-moz-max-content;width:max-content}@media screen and (max-width:767px){.psy-call__form-action{padding-left:33px;padding-right:33px}}.notice__action{background:var(--btn);color:var(--bg);padding:0;border:0;border-radius:29px;padding:18px 0;width:360px;box-sizing:border-box;text-align:center;display:block;font-size:1.125rem;line-height:normal;cursor:pointer;font-weight:700;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;text-transform:uppercase;height:58px;position:relative;overflow:hidden;z-index:1}.notice__action:before{position:absolute;content:'';top:0;left:0;right:0;bottom:0;background:-webkit-linear-gradient(357.72deg,#985ee2 -2.24%,#5e73e2 103.94%);background:linear-gradient(92.28deg,#985ee2 -2.24%,#5e73e2 103.94%);z-index:-1;-webkit-transition:opacity .3s linear;transition:opacity .3s linear;opacity:0}@media screen and (max-width:768px){.notice__action{font-size:.9375rem;width:300px}}.notice__action:hover:before{opacity:1}.notice__action:hover:before .icon{-webkit-transform:translateX(7px);transform:translateX(7px)}.notice__action .icon{fill:var(--bg);width:16px;height:16px;margin-left:15px;-webkit-flex-shrink:0;flex-shrink:0;margin-top:0;-webkit-transition:.3s;transition:.3s}.notice__action:disabled{background:rgba(171,171,171,.3);box-shadow:none;color:#6c6e75;cursor:not-allowed}.notice__action:disabled:hover{background:rgba(171,171,171,.3);box-shadow:none;color:#6c6e75;cursor:not-allowed}.notice__action:disabled:hover:before{content:none}.notice{z-index:1;display:none}.notice.show{display:block}.notice .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}.notice__wrap{background:var(--bg);border-radius:20px;padding:0 50px;position:fixed;z-index:3;top:50%;max-width:600px;min-height:388px;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;width:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;overflow:hidden;text-align:center}@media screen and (max-width:767px){.notice__wrap{min-height:316px;width:94vw;max-width:300px;padding:20px}}.notice__bg{position:absolute;top:0;right:0;bottom:0}.notice__close{position:absolute;cursor:pointer;top:20px;right:20px}.notice__close .icon{-webkit-transition:.3s;transition:.3s;-webkit-transform-origin:center;transform-origin:center}@media screen and (max-width:767px){.notice__close .icon{width:20px;height:20px}}.notice__close:hover .icon{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.notice__title{font-size:2.25rem;font-weight:500;text-align:center;position:relative;margin-bottom:20px}@media screen and (max-width:767px){.notice__title{font-size:1.875rem}}.notice__text{font-size:1rem;line-height:1.375rem}@media screen and (max-width:767px){.notice__text{font-size:.875rem;line-height:1.25rem}}.notice__item{position:relative;width:100%;margin-bottom:20px}.notice__item .message{box-sizing:border-box;width:100%;border-radius:20px;display:block;padding:10px 0;-webkit-appearance:none;padding-left:16px;font-size:1rem;color:var(--text);resize:none;border:1px solid var(--form);min-height:180px}@media screen and (max-width:767px){.notice__item .message{font-size:.875rem;min-height:200px}}.notice__item .message::-webkit-input-placeholder{font-size:.875rem;color:var(--ltext)}.notice__item .message::-moz-placeholder{font-size:.875rem;color:var(--ltext)}.notice__item .message::-ms-input-placeholder{font-size:.875rem;color:var(--ltext)}.notice__item .message::placeholder{font-size:.875rem;color:var(--ltext)}.notice__action{position:relative;width:-webkit-max-content;width:-moz-max-content;width:max-content;padding:17px 28px;margin:0 auto}.attention{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20px;border:1px solid #f4d44e;border-radius:20px;box-sizing:border-box;width:-webkit-max-content;width:-moz-max-content;width:max-content;background:var(--bg);position:relative;margin:0 auto;margin-top:30px;width:max-content;max-width:100%}.attention.hide{display:none}.attention.error{background:#eb5757;color:var(--bg);width:100%;max-width:760px;margin-bottom:0;border-color:#eb5757}.attention.error .icon{-webkit-align-self:flex-start;align-self:flex-start;margin-right:10px;-webkit-flex-shrink:0;flex-shrink:0;margin-top:4px}.attention.error a{color:var(--bg);border-bottom:1px solid var(--bg)}.attention.error a:hover{border-color:transparent}.attention.alarm{border-color:var(--alarm)}.attention.alarm .icon{fill:var(--alarm)}@media screen and (max-width:767px){.attention{padding:16px 10px;margin:20px 0}}.attention__text{font-size:1rem;line-height:1.5rem}.system-note{position:fixed;right:calc(50% - 570px);z-index:2}@media screen and (max-width:767px){.system-note{right:auto;left:30px;width:calc(100vw - 20px)}}.system-note__item{background:var(--bg);box-shadow:0 0 12px rgba(50,51,56,.3);border-radius:20px;padding:30px;box-sizing:border-box;max-width:456px;width:100%;position:relative}.system-note__item:not(:first-child){margin-top:10px}.system-note__item.hide{display:none}@media only screen and (max-width:1140px){.system-note__item{right:20px}}@media screen and (max-width:767px){.system-note__item{max-width:none;padding:20px;padding-top:40px}}.system-note__item .icon{width:24px;height:24px;-webkit-flex-shrink:0;flex-shrink:0;margin-right:20px}.system-note__close{position:absolute;top:0;right:0;padding:20px}@media screen and (max-width:767px){.system-note__close{margin-top:0;margin-right:0}}.system-note__close:hover .icon-close{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.system-note__close .icon-close{width:16px;height:16px;-webkit-flex-shrink:0;flex-shrink:0;-webkit-transition:.2s;transition:.2s;fill:#6c6e75}.system-note__text{padding-right:10px}@media screen and (max-width:767px){.system-note__text{padding:0}}.system-note__text p{margin:0;margin-bottom:10px;color:#6c6e75;font-size:1rem;line-height:1.5rem}.system-note__text p:last-child{margin:0}.system-note__text b,.system-note__text strong{color:var(--text)}.system-note__action{display:block;border:2px solid #07cfab;text-transform:uppercase;font-weight:700;font-size:.875rem;line-height:1.375rem;padding:9px 30px;border-radius:20px;box-sizing:border-box;color:var(--link);margin-top:16px}.system-note__action:hover{background:var(--link);color:var(--bg)}.present .new-select .dropdown__action,.present__footer-action{background:var(--btn);color:var(--bg);padding:0;border:0;border-radius:29px;padding:18px 0;width:360px;box-sizing:border-box;text-align:center;display:block;font-size:1.125rem;line-height:normal;cursor:pointer;font-weight:700;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;text-transform:uppercase;height:58px;position:relative;overflow:hidden;z-index:1}.present .new-select .dropdown__action:before,.present__footer-action:before{position:absolute;content:'';top:0;left:0;right:0;bottom:0;background:-webkit-linear-gradient(357.72deg,#985ee2 -2.24%,#5e73e2 103.94%);background:linear-gradient(92.28deg,#985ee2 -2.24%,#5e73e2 103.94%);z-index:-1;-webkit-transition:opacity .3s linear;transition:opacity .3s linear;opacity:0}@media screen and (max-width:768px){.present .new-select .dropdown__action,.present__footer-action{font-size:.9375rem;width:300px}}.present .new-select .dropdown__action:hover:before,.present__footer-action:hover:before{opacity:1}.present .new-select .dropdown__action:hover:before .icon,.present__footer-action:hover:before .icon{-webkit-transform:translateX(7px);transform:translateX(7px)}.present .new-select .dropdown__action .icon,.present__footer-action .icon{fill:var(--bg);width:16px;height:16px;margin-left:15px;-webkit-flex-shrink:0;flex-shrink:0;margin-top:0;-webkit-transition:.3s;transition:.3s}.present .new-select .dropdown__action:disabled,.present__footer-action:disabled{background:rgba(171,171,171,.3);box-shadow:none;color:#6c6e75;cursor:not-allowed}.present .new-select .dropdown__action:disabled:hover,.present__footer-action:disabled:hover{background:rgba(171,171,171,.3);box-shadow:none;color:#6c6e75;cursor:not-allowed}.present .new-select .dropdown__action:disabled:hover:before,.present__footer-action:disabled:hover:before{content:none}.present{background:#f0f0f0;padding-top:104px;padding-bottom:80px;margin:0 5%;border-radius:50px;position:relative;margin-top:160px}@media only screen and (max-width:1140px){.present{margin:0;margin-top:40px;margin-bottom:40px;padding:40px 0 40px 0;border-radius:0;border-bottom-right-radius:50px;border-bottom-left-radius:50px}}.present__welcome{background:-webkit-linear-gradient(357.48deg,#07cfab 35.85%,#985ee2 151.98%);background:linear-gradient(92.52deg,#07cfab 35.85%,#985ee2 151.98%);border-radius:30px;padding:40px 0;text-align:center;width:1140px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);box-sizing:border-box;margin-top:-60px;position:absolute;top:0}@media only screen and (max-width:1140px){.present__welcome{position:absolute;width:auto;-webkit-transform:none;transform:none;padding:20px 0;border-radius:16px;width:calc(100vw - 20px);left:10px;margin:0 auto;top:-35px;display:none}}.present__welcome-title{font-size:2.25rem;line-height:2.75rem;color:var(--bg);font-weight:700}@media only screen and (max-width:1140px){.present__welcome-title{font-size:1.75rem}}@media only screen and (max-width:767px){.present__welcome-title{font-size:1.5rem}}@media only screen and (max-width:1140px){.present__welcome-title{line-height:2.25rem}}@media only screen and (max-width:767px){.present__welcome-title{line-height:1.75rem}}@media only screen and (max-width:1140px){.present__welcome-title{display:none}}.present__welcome-phone{display:none}@media only screen and (max-width:1140px){.present__welcome-phone{display:block;font-weight:700;font-size:1.625rem;line-height:1.875rem;color:var(--bg)}}.present .overlay{position:fixed;width:100%;height:100%;background:rgba(0,0,0,.6);display:block;z-index:3;top:0;left:0}.present .new-select{grid-column:1/3;position:relative}@media screen and (max-width:1140px){.present .new-select{margin:0;width:100%}}.present .new-select.complete .new-select__field{border-color:#07cfab}.present .new-select.complete .input{border-color:#07cfab}.present .new-select.error .new-select__field{border-color:var(--alarm)}.present .new-select.show .new-select__title{font-size:.8125rem;-webkit-transform:translateY(-150%);transform:translateY(-150%)}.present .new-select.show .dropdown{display:block}.present .new-select.show .item-arrow{-webkit-transform:translateY(-50%) rotate(180deg);transform:translateY(-50%) rotate(180deg)}.present .new-select .error-field{position:absolute;color:var(--alarm);margin-left:16px;font-size:.75rem;line-height:.875rem;top:102%}.present .new-select__field{border:1px solid #ccc;box-sizing:border-box;border-radius:16px;background:var(--bg);padding:8px 20px;padding-right:30px;height:58px;position:relative;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:end;-webkit-align-items:flex-end;align-items:flex-end;cursor:pointer;z-index:1}.present .new-select__field .item-arrow{fill:#07cfab;position:absolute;right:20px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.present .new-select__title{color:#6c6e75;font-size:1rem;position:absolute;left:20px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:.2s;transition:.2s}.present .new-select__title.active{font-size:.8125rem;-webkit-transform:translateY(-150%);transform:translateY(-150%)}.present .new-select__result{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;font-size:1rem;margin-bottom:5px}.present .new-select .dropdown{position:absolute;background:var(--bg);position:absolute;padding:20px 15px;padding-top:0;box-sizing:border-box;box-shadow:0 0 22px rgba(50,51,56,.12);border-radius:20px;top:100%;width:100%;display:none;z-index:2;-ms-scroll-chaining:none;overscroll-behavior:contain}@media screen and (max-width:767px){.present .new-select .dropdown{position:fixed;top:0;left:0;width:100%;height:100vh;z-index:3;overflow-y:auto;border-radius:0;padding:0 20px 150px 20px}}@media screen and (max-width:767px){.present .new-select .dropdown__header{position:-webkit-sticky;position:sticky;padding-top:20px;top:0;background:var(--bg);z-index:1}}.present .new-select .dropdown__close{display:none}@media screen and (max-width:767px){.present .new-select .dropdown__close{display:block;padding:10px;box-sizing:border-box;margin-top:-10px;margin-right:-10px;margin-left:auto;margin-bottom:2px}.present .new-select .dropdown__close .icon-close{fill:#6c6e75}}.present .new-select .dropdown__title{font-size:1rem;line-height:1.375rem;color:#ababab;padding-bottom:15px;padding-top:20px;background:var(--bg)}.present .new-select .dropdown__name{display:none}@media screen and (max-width:767px){.present .new-select .dropdown__name{display:block;font-weight:700;font-size:1.5rem;line-height:1.75rem}}.present .new-select .dropdown__action{display:none}@media screen and (max-width:767px){.present .new-select .dropdown__action{display:block;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:calc(100% - 20px);max-width:420px;position:fixed;bottom:10px;height:50px}}.present .new-select .dropdown__list{overflow-y:auto;max-height:274px}@media screen and (max-width:767px){.present .new-select .dropdown__list{max-height:none}}.present .new-select .dropdown__list::-webkit-scrollbar{width:3px;background-color:var(--otext)}.present .new-select .dropdown__list::-webkit-scrollbar-thumb{background-color:var(--ltext);border-radius:3px}.present .new-select .dropdown__item{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.present .new-select .dropdown__choose{cursor:pointer;padding-bottom:15px;display:block;width:100%}.present .new-select .dropdown__choose .checkbox{display:none}.present .new-select .dropdown__option{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;position:relative}.present .new-select .dropdown__option:before{content:'';border:1px solid #5e73e2;background:var(--bg);box-sizing:border-box;width:20px;height:20px;border-radius:4px;margin-right:15px;-webkit-transition:.2s;transition:.2s;-webkit-flex-shrink:0;flex-shrink:0}.present .new-select .dropdown__option:after{content:'';background-image:url(/img/sprite.svg#check);width:13px;height:13px;background-repeat:no-repeat;background-size:cover;position:absolute;left:3px;top:50%;-webkit-transition:.2s;transition:.2s;-webkit-transform:translateY(-50%) scale(1);transform:translateY(-50%) scale(1)}.present .new-select .dropdown .checkbox:checked+.dropdown__option:before{background:#5e73e2}.present .new-select .dropdown .checkbox:checked+.dropdown__option:after{-webkit-transform:translateY(-50%) scale(1);transform:translateY(-50%) scale(1)}.present__selection{width:740px;margin:0 auto;margin-bottom:40px}.present__selection.mb-top{margin-top:40px}@media screen and (max-width:1140px){.present__selection{width:auto}}.present__selection:last-child{margin-bottom:0}.present__selection-instruction{color:var(--link)}.present__selection-double{display:grid;grid-template-columns:1fr 1fr;grid-gap:20px}@media screen and (max-width:767px){.present__selection-double{grid-template-columns:1fr;width:100%}}.present__selection-offline{display:grid;grid-template-columns:1fr 1fr 1fr;grid-gap:20px;margin-top:30px}@media screen and (max-width:767px){.present__selection-offline{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;grid-gap:0;gap:20px;-webkit-box-align:start;-webkit-align-items:flex-start;align-items:flex-start;margin-top:10px}}.present__selection-offline .new-select{grid-column:1/4}@media screen and (max-width:767px){.present__selection-offline .new-select{grid-column:1/1}}.present__selection .anonim{-webkit-align-self:center;align-self:center;cursor:pointer;margin-left:10px;justify-self:start}@media screen and (max-width:767px){.present__selection .anonim{display:block;margin-left:0;-webkit-align-self:flex-start;align-self:flex-start}}.present__selection .anonim .checkbox{display:none}.present__selection .anonim__text{font-size:1rem;line-height:1.5rem;position:relative;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;color:#6c6e75}.present__selection .anonim__text:before{content:'';border:1px solid #ccc;background:var(--bg);box-sizing:border-box;width:24px;height:24px;border-radius:6px;margin-right:10px;-webkit-transition:.2s;transition:.2s;-webkit-flex-shrink:0;flex-shrink:0}.present__selection .anonim__text:after{content:'';background-image:url(/img/sprite.svg#check);width:12px;height:12px;background-repeat:no-repeat;background-size:cover;position:absolute;left:6px;top:50%;-webkit-transition:.2s;transition:.2s;-webkit-transform:translateY(-48%) scale(1);transform:translateY(-48%) scale(1)}.present__selection .anonim .checkbox:checked+.anonim__text:before{background:#5e73e2}.present__selection .anonim .checkbox:checked+.anonim__text:after{-webkit-transform:translateY(-60%) scale(1);transform:translateY(-60%) scale(1)}.present__selection-title{font-weight:700;font-size:1.5rem;line-height:1.875rem;text-align:center}@media screen and (max-width:767px){.present__selection-title{font-size:1.375rem;line-height:1.625rem;max-width:300px;margin:0 auto}}.present__selection-info{grid-column:2/3;grid-row:3/5;border-radius:20px;padding:20px;font-size:1rem;line-height:1.5rem;color:#6c6e75;border:1px solid #ccc;box-sizing:border-box;position:relative;display:-webkit-box;display:-webkit-flex;display:flex;gap:20px}.present__selection-info.over{grid-row:1/3}@media screen and (max-width:1140px){.present__selection-info{-webkit-box-ordinal-group:0;-webkit-order:-1;order:-1;text-align:center;padding:0;border:0;padding:0;margin-bottom:10px}}.present__selection-info .icon{width:50px;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-align-self:flex-start;align-self:flex-start}@media screen and (max-width:1140px){.present__selection-info .icon{display:none}}.present__selection-list{display:grid;grid-template-columns:1.2fr 1fr;grid-gap:20px;margin-top:20px}@media screen and (max-width:767px){.present__selection-list{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;grid-gap:0;gap:20px;-webkit-box-align:start;-webkit-align-items:flex-start;align-items:flex-start;margin-top:10px}}.present__selection-field{position:relative;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.present__selection-field.complete .field-item{border-color:#07cfab}.present__selection-field.complete .new-input{border-color:#07cfab}.present__selection-field.social{margin-left:10px}@media screen and (max-width:767px){.present__selection-field.social{margin-left:0;-webkit-box-ordinal-group:0;-webkit-order:-1;order:-1}}.present__selection-field .icon-social{margin-right:10px}@media screen and (max-width:1140px){.present__selection-field{width:100%}}@media screen and (max-width:767px){.present__selection-field{-webkit-align-self:flex-start;align-self:flex-start}}.present__selection-field.error .field-item{border-color:var(--alarm)}.present__selection-field.error .new-input{border-color:var(--alarm)}.present__selection-field.disabled .field-title{background:0 0}.present__selection-field.disabled .field-title:before{background:0 0}.present__selection-field .error-field{position:absolute;color:var(--alarm);margin-left:16px;font-size:.75rem;line-height:.875rem;top:102%}.present__selection-field .item-arrow{fill:#07cfab;position:absolute;right:20px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);pointer-events:none}.present__selection-field .item-arrow.active{-webkit-transform:translateY(-50%) rotate(180deg);transform:translateY(-50%) rotate(180deg)}.present__selection-field.phone-input .countries{position:absolute;top:10px;left:10px}.present__selection-field.phone-input .countries__field{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;cursor:pointer}.present__selection-field.phone-input .countries__field.active .icon-arrow{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.present__selection-field.phone-input .countries__field .icon-arrow{fill:#07cfab;margin-left:6px;pointer-events:none;-webkit-transition:.2s;transition:.2s}.present__selection-field.phone-input .countries__field img{width:38px;height:38px;border-radius:50%;pointer-events:none}.present__selection-field.phone-input .countries__list{background:var(--bg);padding:20px 0;box-shadow:0 0 22px rgba(50,51,56,.12);border-radius:20px;width:370px;left:-10px;box-sizing:border-box;z-index:2;position:absolute;margin-top:10px}@media screen and (max-width:767px){.present__selection-field.phone-input .countries__list{width:calc(100vw - 20px)}}.present__selection-field.phone-input .countries__list-title{color:#ababab;font-size:1rem;margin-bottom:8px;line-height:1.375rem;margin-left:15px}.present__selection-field.phone-input .countries__list-item{padding:6px 15px;box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;cursor:pointer}.present__selection-field.phone-input .countries__list-item.active{background:rgba(94,115,226,.12)}.present__selection-field.phone-input .countries__list-item:hover{background:rgba(94,115,226,.12)}.present__selection-field.phone-input .countries__list-item img{width:24px;height:24px;border-radius:50%;-webkit-flex-shrink:0;flex-shrink:0;margin-right:15px}.present__selection-field.phone-input .countries__list-item .countries-name{font-size:1rem;line-height:1.5rem}.present__selection-field.phone-input .countries__list-item .countries-code{font-size:1rem;line-height:1.5rem;color:#ababab;margin-left:10px}.present__selection-field.phone-input .new-input{padding-left:82px}.present__selection-field .field-title{color:#6c6e75;font-size:1rem;position:absolute;left:20px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:-webkit-transform .2s;transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s;background:var(--bg);pointer-events:none;min-width:100px}.present__selection-field .field-title:before{content:'';position:absolute;background:var(--bg);width:100%;height:6px;top:96%;pointer-events:none}.present__selection-field .field-title.active{margin-top:0;-webkit-transform:translate(-15%,-120%) scale(.7);transform:translate(-15%,-120%) scale(.7)}.present__selection-field .field-item{border:1px solid #ccc;box-sizing:border-box;border-radius:16px;background:var(--bg);color:var(--text);padding:20px 20px;padding-right:30px;height:58px;padding-bottom:14px;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:end;-webkit-align-items:flex-end;align-items:flex-end;cursor:pointer;width:100%;-webkit-appearance:none}.present__selection-field .field-item:focus{outline:0}.present__selection-field .new-input{box-sizing:border-box;width:100%;border-radius:16px;height:58px;display:block;padding:8px 20px;padding-right:30px;-webkit-appearance:none;font-size:1rem;color:var(--text);background:var(--bg);border:1px solid #ccc;padding-top:18px}.present__selection-field .new-input.user_phone{padding-top:10px}.present__selection-field .new-input.over{padding-top:20px}.present__selection-field .new-input:disabled{border-color:rgba(212,212,212,.3);background:rgba(212,212,212,.3)}.present__selection-field .new-input::-webkit-input-placeholder{font-size:1rem;left:24px;color:var(--ltext)}.present__selection-field .new-input::-moz-placeholder{font-size:1rem;left:24px;color:var(--ltext)}.present__selection-field .new-input::-ms-input-placeholder{font-size:1rem;left:24px;color:var(--ltext)}.present__selection-field .new-input::placeholder{font-size:1rem;left:24px;color:var(--ltext)}.present__selection-field .new-input::-webkit-inner-spin-button,.present__selection-field .new-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.present__selection-message{grid-column:1/3;width:100%}.present__selection-message.complete .message{border-color:#07cfab}.present__selection-message .message{width:100%;resize:none;vertical-align:top;height:120px;border:1px solid #ccc;box-sizing:border-box;border-radius:20px;padding:10px 20px}.present__selection-message .message::-webkit-input-placeholder{font-size:1rem;line-height:1.5rem}.present__selection-message .message::-moz-placeholder{font-size:1rem;line-height:1.5rem}.present__selection-message .message::-ms-input-placeholder{font-size:1rem;line-height:1.5rem}.present__selection-message .message::placeholder{font-size:1rem;line-height:1.5rem}@media screen and (max-width:767px){.present__selection-message .message{height:200px}}.present__footer{margin-top:30px}.present__footer-action{max-width:330px;margin:0 auto}.present__line{font-size:.875rem;line-height:1.375rem;color:#6c6e75;margin-bottom:10px;display:block}.present__line .checkbox{display:none}.present__line-custom{display:-webkit-box;display:-webkit-flex;display:flex;position:relative}.present__line-custom:before{content:'';border:1px solid #5e73e2;background:var(--bg);box-sizing:border-box;width:20px;height:20px;border-radius:4px;margin-right:15px;-webkit-transition:.2s;transition:.2s;-webkit-flex-shrink:0;flex-shrink:0}.present__line-custom:after{content:'';background-image:url(/img/sprite.svg#check);width:13px;height:13px;background-repeat:no-repeat;background-size:cover;position:absolute;left:3px;-webkit-transition:.2s;transition:.2s;top:3px;-webkit-transform:scale(1);transform:scale(1)}.present__line .checkbox:checked+.present__line-custom:before{background:#5e73e2}.present__line .checkbox:checked+.present__line-custom:after{-webkit-transform:scale(1);transform:scale(1)}.present__tabs{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;gap:20px;margin-top:20px;margin-bottom:40px}@media screen and (max-width:767px){.present__tabs{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;gap:10px}}.present__tabs-btn{color:var(--link);text-transform:uppercase;font-size:1.125rem;line-height:1.625rem;border-radius:12px;border:1px solid #ccc;padding:10px 20px;height:46px;-webkit-transition:none;transition:none;font-weight:700}.present__tabs-btn:hover{background:-webkit-linear-gradient(8.53deg,#07cfab 2.41%,#598fca 89.37%);background:linear-gradient(81.47deg,#07cfab 2.41%,#598fca 89.37%);color:var(--bg);border-color:#f0f0f0}.present__tabs-btn.active{background:-webkit-linear-gradient(8.53deg,#07cfab 2.41%,#598fca 89.37%);background:linear-gradient(81.47deg,#07cfab 2.41%,#598fca 89.37%);color:var(--bg);border-color:#f0f0f0}.present__modal-close{position:absolute;top:20px;right:30px;background:var(--bg);border-radius:50%;display:-webkit-box;display:-webkit-flex;display:flex}.present__modal-close .icon{opacity:.3}.present__modal-box{position:fixed;top:0;right:0;width:457px;height:100%;background:var(--bg);z-index:5}@media only screen and (max-width:1140px){.present__modal-box{width:100%;left:0;bottom:0}}.present__modal-main{padding:50px;overflow:auto;height:calc(100% - 80px);-ms-scroll-chaining:none;overscroll-behavior:none;box-sizing:border-box}@media only screen and (max-width:1140px){.present__modal-main{padding:20px;height:100%}}.present__modal-main img{margin-bottom:20px}@media only screen and (max-width:1140px){.present__modal-main img{width:100%;max-width:300px;margin:0 auto;margin-bottom:20px}}.present__modal-main p{margin:0;margin-bottom:20px;font-size:1rem;line-height:1.5rem}.present__modal-title{margin-bottom:10px}.load{opacity:0;visibility:hidden}[v-cloak]{opacity:0;visibility:hidden}.over-present{margin-top:80px;margin-bottom:100px}@media only screen and (max-width:1140px){.over-present{margin:40px 0}}.over-present .present__list{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;grid-gap:50px}@media only screen and (max-width:767px){.over-present .present__list{display:grid;grid-template-columns:1fr;grid-gap:20px}}.over-present .present__item{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column}@media only screen and (max-width:767px){.over-present .present__item{width:100%;margin:0}}.over-present .present__item-title{font-size:2.25rem;line-height:2.75rem;font-weight:700}@media only screen and (max-width:767px){.over-present .present__item-title{font-size:1.625rem;line-height:1.875rem;text-align:center}}.over-present .present__item-text{font-size:1.125rem;line-height:1.625rem;margin-top:8px}@media only screen and (max-width:767px){.over-present .present__item-text{margin-top:4px;font-size:1rem;line-height:1.5rem;text-align:center;max-width:280px;margin:0 auto;width:100%}}.vue-catalog-review-form { --btn: linear-gradient(92.28deg, #5e73e2 -2.24%, #985ee2 103.94%); --form: #5e73e2; --ltext: #6c6e75; --otext: #d5d5d5; } .vue-catalog-review-form .label { color: #6c6e75; font-size: 1rem; position: absolute; left: 20px; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); -webkit-transition: -webkit-transform .2s; transition: -webkit-transform .2s; transition: transform .2s; transition: transform .2s, -webkit-transform .2s; background: var(--bg); pointer-events: none; min-width: 140px; } .vue-catalog-review-form .label:before { content: ''; position: absolute; background: var(--bg); width: 100%; height: 6px; top: 96%; pointer-events: none; } .vue-catalog-review-form .label.active { margin-top: 0; -webkit-transform: translate(-15%, -120%) scale(.7); transform: translate(-15%, -120%) scale(.7); } .vue-catalog-review-form .input { border: 1px solid #ccc; box-sizing: border-box; border-radius: 16px; background: var(--bg); color: var(--text); padding: 20px 20px; padding-right: 30px; height: 58px; padding-bottom: 14px; display: -webkit-box; display: -webkit-flex; display: flex; -webkit-box-align: end; -webkit-align-items: flex-end; align-items: flex-end; width: 100%; -webkit-appearance: none; } .vue-catalog-review-form .input:focus { outline: 0; } .vue-catalog-review-form .input:disabled { color: var(--text); } .vue-catalog-review-form .input.error { border-color: var(--alarm); } .vue-catalog-review-form .select { border: 1px solid #ccc; box-sizing: border-box; border-radius: 16px; background: var(--bg); color: var(--text); padding: 20px 20px; padding-right: 30px; height: 58px; padding-bottom: 14px; display: -webkit-box; display: -webkit-flex; display: flex; -webkit-box-align: end; -webkit-align-items: flex-end; align-items: flex-end; cursor: pointer; width: 100%; -webkit-appearance: none; } .vue-catalog-review-form .select:focus { outline: 0; } .vue-catalog-review-form .over { background: rgba(0, 0, 0, .7); position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 3; } .nothing{text-align:center;margin-top:60px}@media screen and (max-width:1140px){.nothing{margin-top:20px}}.nothing__title{font-size:2.5rem;font-weight:500}@media screen and (max-width:1140px){.nothing__title{font-size:1.875rem}}.nothing__main{font-size:23.125rem;font-weight:500;color:#5e73e2;text-shadow:0 0 20px rgba(120,101,234,.66)}@media screen and (max-width:1140px){.nothing__main{font-size:10rem}}.nothing__info{font-size:1.125rem}@media screen and (max-width:1140px){.nothing__info{font-size:.875rem}}