@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');:root {--general-color: #2760D7;--second-color: #0343C7;--dark-color: #1E1E1E;--general-light: #E9EFFB;--general-font: "Open Sans", sans-serif;}body {font-family: var(--general-font);background: #ffffff;font-size: 16px;font-weight: 400;line-height: 1.12em;color: #1E1E1E;margin: 0;padding: 0;position: relative;}*, *:after, *:before {box-sizing: border-box;}h1, h2, h3, h4, h5, h6, p, ul, li {font-size: inherit;font-weight: inherit;margin: 0;padding: 0;}.lh-1-1 {line-height: 1.1em !important;}.hide {display: none !important;}.map {height: calc(100vh - 60px);z-index: 1;}.btn {color: #FFFFFF;text-align: center;font-weight: 700;padding: 12px 25px;border-radius: 5px;background: var(--general-color);width: 100%;max-width: 270px;margin: 0 auto;border: 0;font-size: 16px;line-height: 18px;transition: .3s;text-decoration: none;cursor: pointer;}.btn:hover {background: var(--second-color);}.btn-second {color: var(--general-color);background: #FFFFFF;box-shadow: inset 0 0 0 3px var(--general-color);}.btn-second:hover {color: #FFFFFF;background: var(--general-color);}.--blue {color: var(--general-color);}#preloader {position: fixed;z-index: 999999;background: rgb(0 0 0 / 70%);width: 100vw;height: 100vh;display: flex;justify-content: center;}.preloader__wrapper {display: flex;align-items: center;justify-content: center;flex-direction: column;}.preloader__text {max-width: 340px;color: #FFF;text-align: center;font-size: 20px;font-weight: 600;line-height: 30px;margin-top: 6px;}.--age {background-image: url('images/icons/age.svg');}.--work {background-image: url('images/icons/jobs.svg');}.--weight {background-image: url('images/icons/weight.svg');}.--relationship {background-image: url('images/icons/love_status.svg');}#preloader img {width: 52px;}.closeBtn {display: flex;position: absolute;top: 10px;right: 10px;cursor: pointer;}.confetti {width: 100%;position: absolute;top: 50%;left: 0;z-index: 1000;pointer-events: none;transform: translateY(-50%);}.progress {position: absolute;top: 60px;right: 0;width: inherit;min-width: 100%;background: #FFF;padding: 20px 40px 8px;border-bottom: 1px solid #E2E2E2;display: flex;gap: 12px;align-items: center;}.progress__thumb {border-radius: 6px;background: rgb(40 95 215 / 20%);width: 100%;height: 8px;}.progress__line {width: 16.3333%;display: block;background-color: #2760D7;height: 100%;border-radius: 6px;}.progress__number {width: 32px;color: #6C6C6C;font-size: 14px;font-weight: 600;line-height: 24px;display: flex;justify-content: flex-end;align-items: baseline;}.progress__selectNumber {color: #222;font-size: 16px;}.header {background-color: var(--dark-color);padding: 12px;height: 60px;position: relative;z-index: 30;}.logo {display: flex;justify-content: center;}.quizSection {position: fixed;bottom: 0;left: 0;width: 50px;height: 100vh;z-index: 20;background: #ffffff;display: flex;justify-content: flex-end;align-items: center;transition: .3s;}.quizSection.active {width: 500px;}.openQuiz {position: absolute;top: 50%;transform: translateY(calc(-50% + 20px));background: var(--general-color);width: 40px;height: 40px;border-radius: 50%;display: flex;align-items: center;justify-content: center;right: -20px;border: 2px solid var(--general-color);cursor: pointer;transition: background-color .3s;}.openQuiz.active {background: #ffffff;transform: rotate(180deg);}.openQuiz.active path {stroke: var(--general-color);}.quizSection__wrapper {display: flex;height: 100%;width: 500px;align-items: center;justify-content: center;}.startQuiz {padding: 0 80px;width: inherit;}.startQuiz__mobile {display: none;}.startQuiz__wrapper {display: flex;flex-direction: column;gap: 16px;}.startQuiz__image {display: flex;}.startQuiz__image img {width: 100%;}.startQuiz__title {text-align: center;font-size: 24px;font-weight: 800;line-height: 32px;text-transform: uppercase;}.startQuiz__description {text-align: center;font-size: 16px;line-height: 24px;margin-bottom: 8px;}.quizStep {padding: 0 40px;width: inherit;}.quizStep__question {text-align: center;font-size: 18px;font-weight: 800;line-height: 24px;text-transform: uppercase;margin-bottom: 24px;}.quizStep__answers {display: flex;flex-direction: column;gap: 16px;}.answerItem {border-radius: 4px;border: 1px solid #AFAFAF;background: #F8F8F8;padding: 8px 16px;display: flex;align-items: center;gap: 16px;cursor: pointer;}.answerItem {border-radius: 4px;border: 1px solid #AFAFAF;background: #F8F8F8;padding: 8px 16px;display: flex;align-items: center;gap: 16px;cursor: pointer;transition: .3s;}.answerItem:hover {border-color: #2760D7;background-color: #E9EFFB;}.answerItem__img {width: 28px;height: 28px;flex-shrink: 0;}.answerItem__img img {width: 100%;}.answerItem__titleWrapper {display: flex;flex-direction: column;}.answerItem__title {font-size: 16px;font-weight: 600;line-height: 24px;max-width: 295px;}.answerItem__description {color: #6C6C6C;font-size: 14px;line-height: 20px;}.quizStep__answersWithImg {flex-direction: row;flex-wrap: wrap;}.answerItem__withImg {width: calc(50% - 8px);flex-direction: column;padding: 0;gap: 0;}.answerItem__withImg .answerItem__img {width: 100%;height: 100px;}.answerItem__withImg .answerItem__img img {width: 100%;height: 100%;object-fit: cover;}.answerItem__withImg .answerItem__titleWrapper {padding: 12px 12px 16px;width: 100% }.answerItem__withImg .answerItem__title {font-size: 14px;line-height: 20px;}.quizStep__action {padding: 0 40px;}.quizStep__actionWrapper {display: flex;flex-direction: column;gap: 20px;}.quizStep__actionVideoWrapper {display: flex;border-radius: 10px;overflow: hidden;}.quizStep__actionVideoWrapper video {width: 100%;}.quizStep__actionTitle {color: #1E1E1E;font-size: 18px;font-weight: 800;line-height: 24px;text-transform: uppercase;text-align: center;margin-bottom: 12px;}.quizStep__actionBTN {max-width: 100%;}.loaderWrapper__result {width: inherit;padding: 0 79px;min-height: 300px;}.loaderWrapper__title {text-align: center;font-size: 24px;font-weight: 800;text-transform: uppercase;margin-bottom: 32px;}.loaderWrapper__progressWrapper {width: 100%;margin-bottom: 20px;background-color: var(--general-light);border-radius: 100px;overflow: hidden;height: 16px;display: flex;}.loaderWrapper__progress {width: 0;height: 100%;background-color: var(--general-color);transition: width 0.5s ease-out;border-radius: 100px;}.loaderWrapper__doneWrapper {margin-bottom: 12px;}.loaderWrapper__textList {list-style: none;display: flex;flex-direction: column;gap: 12px;align-items: center;}.loaderWrapper__textList li {line-height: 24px;}#progressSubmit {display: none;margin-top: 20px;}.congratStep {padding: 0 80px;display: flex;flex-direction: column;align-items: center;}.congratStep__title {text-align: center;font-size: 24px;font-weight: 800;line-height: 32px;text-transform: uppercase;margin-bottom: 32px;}.congratStep__subtitle {text-align: center;font-size: 18px;line-height: 28px;margin-bottom: 12px;}.congratStep__saleBlock {color: #222;text-align: center;font-size: 18px;line-height: 28px;background: rgb(254 180 62 / 20%);border-radius: 999px;width: 200px;display: flex;align-items: center;padding: 12px 16px;position: relative;margin-bottom: 12px;}.congratStep__saleBlock:before {content: '';background-image: url("./images/confeti.svg");width: 285px;height: 106px;position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);}.congratStep__sale {padding: 12px 16px;background: #FEB540;border-radius: 999px;border: 16px solid #ffdaa1;border-top-width: 12px;border-bottom-width: 12px;width: 100%;color: #1E1E1E;text-align: center;font-size: 28px;font-weight: 700;line-height: 24px;text-transform: uppercase;}.congratStep__description {text-align: center;font-size: 18px;line-height: 28px;margin-bottom: 32px;}.congratStep .btn {max-width: 100%;}.leaflet-popup {cursor: pointer;}.leaflet-popup:hover {z-index: 10;}.leaflet-popup-content-wrapper, .leaflet-popup-tip {display: block;background-color: transparent !important;}.leaflet-popup-tip-container {display: none !important;}.leaflet-popup-content-wrapper {transition: transform linear 0.1s;box-shadow: none !important;border-radius: 0 !important;}.leaflet-popup-content {margin: 0 !important;}.marker {width: 75px;max-width: 100%;position: relative;}.marker__imageWrapper {border-radius: 50%;border: 2px solid var(--general-color);height: 75px;width: 75px;padding: 3px;background-color: #ffffff;}.marker__image {width: 100%;height: 100%;border-radius: 50%;overflow: hidden;}.marker__image img {width: 100%;height: 100%;object-fit: cover;}.marker__description {position: absolute;width: 100%;padding: 4px;background-color: #ffffff;display: flex;flex-direction: column;align-items: center;border-radius: 5px;bottom: -16px;}.marker__name {color: var(--dark-color);font-family: var(--general-font);font-size: 8px;font-weight: 700;line-height: normal;display: flex;align-items: center;}.marker__name svg {margin-left: 5px;width: 10px;}.marker__online {color: var(--dark-color);text-align: center;font-family: var(--general-font);font-size: 6px;font-weight: 400;line-height: normal;}.modelPopup {position: fixed;top: 0;left: 0;width: 100vw;height: 100vh;z-index: 20;background-color: rgba(30, 30, 30, 0.50);backdrop-filter: blur(2px);}.modelPopup__close {appearance: none;border: 0;background: transparent;padding: 0;display: flex;align-items: center;justify-content: center;height: 30px;width: 30px;position: absolute;top: 20px;right: 20px;cursor: pointer;}.modelPopup__wrapper {max-width: 600px;position: absolute;padding: 20px;top: 50%;left: 50%;transform: translate(-50%, -50%);border-radius: 10px;background: #FFFFFF;box-shadow: 0 4px 45px 0 rgba(0, 0, 0, 0.10), 0 4px 20px 0 rgba(0, 0, 0, 0.54);}.modelPopup__inner {display: flex;flex-direction: column;align-items: center;gap: 14px;}.modelPopup__image {width: 158px;height: 158px;border-radius: 50%;border: 4px solid var(--general-color);padding: 6px;position: relative;}.modelPopup__image:after {content: '';position: absolute;width: calc(100% - 12px);height: calc(100% - 12px);border-radius: 100%;top: 6px;left: 6px;background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 33.57%, rgba(0, 0, 0, 0.76) 100%);}.modelPopup__image.online:before {content: '';width: 21px;height: 21px;display: block;position: absolute;background: #12D553;border-radius: 50%;border: 3px solid #ffffff;bottom: -3px;right: 29px;z-index: 10;}.modelPopup__img {width: 100%;height: 100%;object-fit: cover;border-radius: 50%;}.modelPopup__modelName {color: #FFFFFF;font-weight: 700;line-height: normal;position: absolute;left: 50%;transform: translateX(-50%);bottom: 18px;z-index: 10;}.modelPopup__content {display: flex;flex-direction: column;gap: 14px;}.modelPopup__content hr {height: 1px;width: 100%;margin: 0;background: rgba(30, 30, 30, 0.25);border: 0;}.modelPopup__contentRow {display: flex;flex-wrap: wrap;gap: 5px;}.modelPopup__contentTitle {font-size: 18px;font-weight: 700;line-height: normal;width: 100%;}.modelPopup__contentText {width: 100%;line-height: normal;}.modelPopup__contentText.--withIcon {width: calc(50% - 3px);display: flex;align-items: center;}.modelPopup__contentIcon {width: 20px;height: 20px;display: block;background-position: center;background-repeat: no-repeat;margin-right: 15px;}.modelPopup__contentList {display: flex;flex-direction: column;padding-left: 25px;}.modelPopup__contentList li {line-height: normal;}.modelPopup__buttons {display: flex;width: 100%;gap: 5px;}#modelAge {margin-right: 5px;}@media (max-width: 768px) {.quizSection__wrapper {width: 100%;}.quizSection.active {width: 100%;height: 400px;transform: translateY(0);}.quizSection.quizStarted.active {width: 100%;height: auto;transform: translateY(0);}.openQuiz {top: 0;transform: translate(50%, -50%) rotate(-90deg);width: 32px;height: 32px;right: 50%;z-index: 10;}.openQuiz.active {transform: translate(50%, -50%) rotate(-270deg);}.startQuiz__mobile-first {display: flex;align-items: center;justify-content: center;height: 48px;}.quizSection.active .startQuiz__mobile {display: none;}.startQuiz__mobileText {font-weight: bold;max-width: 300px;text-align: center;}.startQuiz__mobile-second, .startQuiz__mobile-quizStarted {display: none;}.startQuiz {padding: 12px 16px;width: 100%;height: inherit;}.startQuiz__mobile {display: block;}.secondActive .startQuiz__mobile-first, .quizSection-short .startQuiz__mobile-first {display: none;}.startQuiz__mobile-second {height: 48px;justify-content: center;align-items: center;}.secondActive .startQuiz__mobile-second, .quizSection-short .startQuiz__mobile-second {display: flex;}.quizSection-short:not(.quizStarted) .openQuiz {display: none;}.startQuiz__mobile-second .startQuiz__mobileText {font-weight: 400;}.startQuiz__image {display: flex;width: 180px;}.startQuiz__wrapper {display: flex;flex-direction: column;gap: 16px;align-items: center;}.quizSection {width: 100%;border-radius: 12px 12px 0 0;transform: translateY(calc(100% - 72px));}.startQuiz__wrapper {gap: 12px;}.startQuiz__title {font-size: 20px;line-height: 24px;}.quizSection.quizStarted {width: 100%;border-radius: 12px 12px 0 0;height: auto;transform: translateY(calc(100% - 64px));}.quizStarted .startQuiz__mobile-quizStarted {display: flex;padding: 24px 16px 16px;justify-content: center;align-items: center;}.quizStarted .startQuiz__mobile-quizStarted .startQuiz__mobileText {color: #000;line-height: 24px;}.quizStep {padding: 0 12px;width: 100%;height: inherit;}.progress {position: relative;top: 0;right: 0;width: calc(100% + 24px);margin-left: -12px;background: transparent;margin-bottom: 20px;padding: 20px 12px 8px;}.quizStep__question {font-size: 16px;margin-bottom: 16px;}.quizStep__answers {margin-bottom: 20px;}.quizStep__action {padding: 40px 28px 24px;}.quizStep__actionWrapper {align-items: center;}.quizStep__actionVideoWrapper {max-width: 300px;}.quizStep__actionVideoWrapper video {height: 200px;object-fit: cover;}#progressSubmit {margin-top: 12px;}.loaderWrapper__result {padding: 32px 40px 24px;min-height: 350px;}.congratStep {padding: 32px 40px 24px;}.startQuiz__mobileBtn {max-width: 83px;font-size: 14px;padding: 12px 10px;margin-left: 16px;}.quizStep__actionTitle {font-size: 20px;}.loaderWrapper__title {font-size: 20px;margin-bottom: 24px;}}@media (max-width: 610px) {.modelPopup__wrapper {width: 95%;max-width: 326px;}.modelPopup__contentText.--withIcon {width: 100%;}.modelPopup__buttons {flex-wrap: wrap;}.modelPopup__content {max-height: calc(100vh - 370px);overflow: auto;}}@media (max-width: 400px) {.congratulationStep {display: flex;max-height: calc(100vh - 200px);overflow: scroll;}}@media (max-width: 360px) {.congratulationStep__title {font-size: 14px;}.congratulationStep__label {font-size: 18px;}}
