@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

@-webkit-keyframes progress {
    0% {
        stroke-dasharray: 0 100;
    }
}

@keyframes progress {
    0% {
        stroke-dasharray: 0 100;
    }
}

* {
    font-family: 'Roboto', Arial, sans-serif !important;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
}


.slick-slide img,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    position: relative;
    font-size: 16px;
    line-height: 1.3;
    color: #171219;
    background: #fff;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

br {
    font-size: 0;
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.slick-dots li button:focus,
.slick-dots li button:hover,
.slick-list:focus,
button,
button:focus,
input,
input:focus {
    outline: 0;
}

a {
    text-decoration: none;
}

button {
    border: 0;
    display: block;
    padding: 0;
    background: 0 0;
}

::-moz-focus-inner,
::-moz-focus-outer {
    border: 0;
    padding: 0;
}

a:-moz-focusring,
select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}

:active,
:focus,
:hover,
:visited,
a,
a:active,
a:focus,
a:hover,
a:visited {
    outline: 0 !important;
}

::-moz-focus-inner {
    border: 0;
    outline: 0;
}

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

svg {
    overflow: hidden;
}

.btn,
.container {
    width: 100%;
    margin: 0 auto;
}

.container {
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
}

.post__img-wrap {
    overflow: hidden;
    border-radius: 12px 12px 0 0;
}

.btn {
    text-align: center;
    display: block;
    padding: 18px;
    background: linear-gradient(94.75deg, #5134AB -32.94%, #E7346C 133.47%);
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: 700;
    -webkit-transition: 0.8s;
    transition: 0.8s;
    /* border: 1px solid transparent; */
    border-radius: 8px;

}

.btn,
.text-bold {
    font-weight: 700;
}

.title {
    text-transform: uppercase;
    font-size: 18px;
    color: #6F349F;
    line-height: 37px;
    margin-bottom: 18px;
}

.subtitle {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
}

.slick-slider {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: "";
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-loading .slick-list {
    background: #fff;
}

.slick-next,
.slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0;
}

.slick-next {
    display: block;
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
    color: transparent;
    outline: 0;
    background: 0 0;
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before,
.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: 1;
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: 0.25;
}

.slick-next:before,
.slick-prev:before {
    font-size: 20px;
    line-height: 1;
    opacity: 0.75;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}

[dir="rtl"] .slick-prev {
    right: -25px;
    left: auto;
}

.slick-prev:before {
    content: "←";
}

.slick-next:before,
[dir="rtl"] .slick-prev:before {
    content: "→";
}

.slick-next {
    right: -25px;
}

[dir="rtl"] .slick-next {
    right: auto;
    left: -25px;
}

[dir="rtl"] .slick-next:before {
    content: "←";
}

.slick-dots,
.slick-dots li button:before {
    position: absolute;
    left: 0;
    text-align: center;
}

.slick-dots {
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0;
}

.slick-dots li button:before {
    font-size: 6px;
    line-height: 20px;
    top: 0;
    width: 20px;
    height: 20px;
    content: "";
    opacity: 0.25;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: 0.75;
    color: #000;
}

.slick-slide {
    outline: 0;
}

.block {
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
}

.header {
    padding-top: 15px;
    padding-bottom: 10px;
    background: #fff;
    z-index: 9;
    border-bottom: 1px solid rgba(127, 127, 127, 0.5);
}

.header .container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.burger {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    background: #6F349F;
    z-index: 10;
}

.burger span {
    width: 14px;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #fff;
}

.burger span:nth-of-type(2) {
    top: 10px;
    right: 0;
}

.burger span:nth-of-type(3) {
    top: auto;
    right: 0;
    bottom: 8px;
}

.burger.active span:nth-of-type(1) {
    display: none;
}

.burger.active span:nth-of-type(2) {
    width: 14px;
    top: 50%;
    left: 9px;
    -webkit-transform: translate(0) rotate(45deg);
    transform: translate(0) rotate(45deg);
}

.burger.active span:nth-of-type(3) {
    width: 14px;
    top: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%, 0) rotate(-45deg);
    transform: translate(-50%, 0) rotate(-45deg);
}

.hidden {
    overflow: hidden;
}

.nav {
    width: 100%;
    position: absolute;
    top: 70px;
    left: 50%;
    -webkit-transform: translate(-50%, -999px);
    transform: translate(-50%, -999px);
}

.nav .logo {
    width: 100%;
    max-width: 160px;
    margin: 0;
}

.logo-desk {
    display: none;
}

.nav__wrapper {
    max-width: 325px;
    width: 100%;
    margin: 0 auto;
}

.links {
    margin-bottom: 10px;
}

.links.active {
    cursor: default;
}

.links__link {
    position: relative;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    font-weight: 500;
    width: 100%;
    max-width: 190px;
    font-size: 14px;
    text-align: center;
    display: block;
    color: #000;
    margin: 0 auto;
    padding: 10px;

}

.links__link.active {
    position: relative;
    cursor: default;
    font-weight: 700;
    color: #6F349F;
}

.links__link.active:before {
    position: absolute;
    content: "";
    top: 50%;
    left: -4px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background: url(../img/play-arrow.svg) no-repeat;
    background-size: 100%;
}

.pages {
    margin-bottom: 20px;
}

.pages__link {
    max-width: 325px;
    width: 100%;
    font-size: 18px;
    text-align: center;
    display: block;
    padding: 10px;
    color: #171219;
    margin: 0 auto;
}

.quiz-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.quiz-link__text {
    margin-bottom: 15px;
}

.quiz-link__btn {
    max-width: 315px;
    width: 100%;
    font-weight: 700;
    background: linear-gradient(94.75deg, #5134AB -32.94%, #E7346C 133.47%);
    padding: 16px 18px;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    /* border-radius: 12px; */
    text-align: center;
}

.rate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
}

.rate-text {
    margin-bottom: 15px;
}

.rate-btn {
    text-align: center;
    max-width: 310px;
    width: 100%;
    font-weight: 700;
    background: linear-gradient(94.75deg, #5134AB -32.94%, #E7346C 133.47%);
    padding: 16px 18px;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    /* border-radius: 12px; */
}

.promo {
    overflow: hidden;
    background: linear-gradient(96.18deg, #5134AB -2.53%, #E7346C 103.75%);

    padding-top: 30px;
}

.promo__title {
    font-size: 24px;
    line-height: 1.2;
    text-align: center;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
}

.promo__text {
    font-size: 14px;
    color: #fff;
    margin-bottom: 30px;
}

.promo__btn {
    max-width: 200px;
    margin: 0 0 25px;
}

.promo__btn.btn {
    background: #fff;
    color: rgba(47, 47, 47, 1);
}

.promo__break {
    display: none;
}

.promo__img,
.promo__img-wrapper {
    max-width: 315px;
    width: 100%;
    position: relative;
    margin: 0 auto;
}

.promo__img {
    max-width: 280px;
    z-index: 2;
}

.promo__circle {
    position: absolute;
    width: 320px;
    height: 320px;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    /* background: #6F349F; */
    border-radius: 50%;
}

.breadcrumbs {
    padding-top: 15px;
    padding-bottom: 15px;
}

.breadcrumbs-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px;
}

.breadcrumbs-item {
    position: relative;
}

.breadcrumbs-item:not(:first-child) {
    padding-left: 15px;
}

.breadcrumbs-item:not(:first-child):before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    width: 10px;
    height: 10px;
    background: url(../img/play-arrow.svg) no-repeat;
    background-size: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.breadcrumbs-item__link {
    display: block;
    font-size: 14px;
    line-height: 1.2;
    color: #9f9f9f;
}

.breadcrumbs-item__link.active {
    color: #6F349F;
}

.catalog {
    padding-top: 20px;
    padding-bottom: 40px;
}

.catalog-item__rating,
.catalog-item__title,
.catalog-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.catalog-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style-type: none;
    counter-reset: section;
    gap: 15px;
}

.catalog-item__flex {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 1rem
}

.catalog-item__rating,
.catalog-item__title {
    text-align: center;
    margin-bottom: 15px;
}

.catalog-item__rating {
    font-size: 24px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
}

.catalog-item__rating--desk,
.catalog-item__title span {
    display: none;
}

.catalog-item__advanteges {
    position: relative;
    font-size: 14px;
    padding-left: 15px;
    color: #171219;
}

.catalog-item__advanteges:before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    width: 10px;
    height: 10px;
    background: url(../img/play-arrow.svg) no-repeat;
    background-size: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.catalog-item__advanteges:not(:last-of-type) {
    margin-bottom: 10px;
}

.catalog-item__more {
    text-transform: uppercase;
    font-weight: 700;
    color: #6F349F;
    margin-top: 15px;
    margin-bottom: 20px;
    font-size: 14px;
}

.catalog-item {
    max-width: 320px;
    width: 100%;
    padding: 25px 20px;
    position: relative;
    counter-increment: section;
    background: #F2F6F6;
    -webkit-box-shadow: 0 4px 16px rgba(23, 18, 25, 0.1);
    box-shadow: 0px 4px 16px 0px rgba(23, 18, 25, 0.10);
    border-radius: 12px;
}

.catalog-item:before {
    content: counter(section) "";
    padding: 10px;
    top: 0;
    left: 0px;
    width: 38px;
    height: 46px;
    text-align: center;
    position: absolute;
    font-size: 16px;
    line-height: 1;
    color: #fff;
    font-weight: bold;
    z-index: 2;
    background: url(../img/flag.svg);
    border-radius: 9px 0 0 0;
}

 img.title-star {
    width: 16px;
    height: 16px;
    display: block;
    margin-left: 2px;
}

 img.title-star.empty {
    opacity: .5;
}

.catalog-item__title img.title-star:first-child {
    margin-left: 8px;
}

.catalog-item .catalog-item__subtitle {
    display: flex;
    align-items: center;
    /* justify-content: center; */
}

.catalog-item__title img,
.catalog-item__visit {
    margin: 0 auto;
    max-width: 170px;
    width: 100%;
}

.catalog-item__visit {
    text-transform: uppercase;
    max-width: 280px;
}

@keyframes pulsing {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }
}

.catalog-list .catalog-item__visit.btn {
    animation: pulsing 1.5s ease infinite;
}

.catalog-item--popular {
    position: relative;
    border: 2px solid #C93479;
    padding-top: 50px;
    background-color: #faf7fb;
}

.catalog-item--popular:before {
    background: url(../img/flag-popular.svg);
}

.catalog-item--popular:after {
    position: absolute;
    content: "🔥 Popular Choice";
    color: #fff;
    top: -25px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-weight: 700;
    padding: 10px 0;
    text-align: center;
    background: url(../img/popular-bg.svg) no-repeat;
    background-position: center;
    line-height: 1.2;
    font-size: 16px;
    width: 220px;
    height: 47px;
}

.catalog-item--popular-asian:after {
    content: "🔥 Senior Dating";
}

.catalog-item--popular-slavic:after {
    content: "🔥 Adventure Seekers";
}

.catalog-item--popular-latina:after {
    content: "🔥 Niche Dating";
}

.catalog-item__advanteges--none {
    display: none;
}

.blog-post {
    padding-bottom: 80px;
    padding-top: 40px;
}

.blog-post__wrapper,
.blog__list {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}

.blog__list {
    max-width: 320px;
    padding-bottom: 30px;
}

.blog__list .slick-slide {
    margin: 0 15px 20px;
}

.blog__list .slick-list {
    margin: 0 -15px;
}

.blog__list .slick-next,
.slick-prev {
    display: none !important;
}

.blog__list .slick-dots li button,
.blog__list .slick-dots li button:before {
    width: 10px;
    height: 10px;
}

.blog__list .slick-dots li {
    border: 1px solid #6F349F;
    width: 18px;
    height: 18px;
    padding: 3px;
    border-radius: 50%;
}

.blog__list .slick-dots li.slick-active button {
    padding: 0;
    width: 10px;
    height: 10px;
    background: #6F349F;
    border-radius: 50%;
}

.blog__list .slick-dots {
    bottom: 0;
}

.blog {
    padding-top: 40px;
    padding-bottom: 40px;
}

.blog__subtitle {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
}

.blog__text {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 40px;
}

.steps__title {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 15px;
}

.steps__text {
    font-size: 18px;
    line-height: 30px;
}

.steps__text:not(:last-of-type) {
    margin-bottom: 40px;
}

.steps__bio {
    padding: 20px 20px 0;
    background-color: #6F349F;
    background-image: url(../img/bio-shadow.svg);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 20px;
    border-radius: 12px;
}

.steps__bio-list {
    margin-bottom: 12px;
}

.steps__bio-item {
    position: relative;
    padding-left: 10px;
}

.steps__bio-item:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 5px;
    height: 6px;
    background: url(../img/arrow-bio.svg);
    background-size: 100%;
    background-repeat: no-repeat;
}

.steps__bio-item:not(:last-of-type) {
    margin-bottom: 8px;
}

.steps__bio-info {
    display: none;
}

.steps__bio-info h4 {
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
}

.steps__bio-img {
    max-width: 280px;
    width: 100%;
    margin: 0 auto;
}

.steps__bio-title {
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    margin-bottom: 25px;
}

.blog__aside {
    display: none;
}

.blog__wrapper,
.faq__wrapper {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}

.faq {
    padding-top: 40px;
    padding-bottom: 40px;
}

.faq__text {
    margin-bottom: 40px;
}

.faq__title {
    margin-bottom: 25px;
}

.faq__item {
    position: relative;
}

.faq__item:not(:last-child) {
    margin-bottom: 24px;
}

.faq__item.open {
    padding-top: 30px;
    background: #f2f6f6;
    padding-bottom: 15px;
}

.faq__item-title {
    padding-left: 10px;
    padding-right: 35px;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    min-height: 34px;
    cursor: pointer;
    padding-bottom: 24px;
}

.faq__item-title:before {
    position: absolute;
    content: "";
    height: 1px;
    width: 100%;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #7f7f7f;
}

.open .faq__item-title:before {
    width: calc(100% - 20px);
}

.faq__item-title:after,
.interactive:after {
    position: absolute;
    background-position: center;
}

.faq__item-title:after {
    content: "";
    display: block;
    right: 10px;
    top: 0;
    width: 14px;
    height: 14px;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.46876 9.89941C0.46876 9.2744 0.975434 8.76773 1.60045 8.76773L18.1985 8.76773C18.8235 8.76773 19.3302 9.27441 19.3302 9.89942C19.3302 10.5244 18.8235 11.0311 18.1985 11.0311L1.60045 11.0311C0.975435 11.0311 0.468761 10.5244 0.46876 9.89941Z' fill='%23333333'/%3E%3Cpath d='M9.8995 19.3301C9.27449 19.3301 8.76781 18.8235 8.76781 18.1985L8.76781 1.60037C8.76781 0.975353 9.27448 0.46868 9.89949 0.46868C10.5245 0.46868 11.0312 0.975354 11.0312 1.60037L11.0312 18.1985C11.0312 18.8235 10.5245 19.3301 9.8995 19.3301Z' fill='%23333333'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
}

.open .faq__item-title:after {
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='4' viewBox='0 0 20 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.46876 1.89941C0.46876 1.2744 0.975434 0.767727 1.60045 0.767727L18.1985 0.767732C18.8235 0.767732 19.3302 1.27441 19.3302 1.89942C19.3302 2.52443 18.8235 3.03111 18.1985 3.03111L1.60045 3.0311C0.975435 3.0311 0.468761 2.52443 0.46876 1.89941Z' fill='%23333333'/%3E%3C/svg%3E%0A");
}

.faq__item-text,
.open .faq__item-text {
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
}

.faq__item-text {
    margin-bottom: 0;
    color: #666;
    max-height: 0;
    overflow: hidden;
    font-size: 14px;
    font-weight: 500;
    padding-left: 10px;
    padding-right: 10px;
}

.open .faq__item-text {
    max-height: 300px;
    margin-top: 25px;
}

.post {
    display: block;
    -webkit-box-shadow: 0 4px 16px rgba(23, 18, 25, 0.1);
    box-shadow: 0 4px 16px rgba(23, 18, 25, 0.1);
    margin-bottom: 20px;
    max-width: 320px;
    width: 100%;
    border-radius: 0 0 12px 12px;
}

.post__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px;
}

.post__date {
    color: #7f7f7f;
    font-size: 14px;
}

.post__category {
    color: #6F349F;
    font-size: 14px;
    text-transform: uppercase;
}

.post__title {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
    color: #171219 !important;
}

.post__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 28px 20px 20px;
    background: #f2f6f6;
    min-height: 200px;
    border-radius: 0 0 12px 12px;
    overflow: hidden;
}

.post__link {
    width: 36px;
    display: block;
    margin-left: auto;
    align-self: flex-end;
}

.quiz,
footer {
    padding-bottom: 40px;
}

.quiz {
    padding-top: 40px;
}

.quiz__wrapper {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}

.quiz__text {
    font-size: 18px;
    margin-bottom: 40px;
}

.interactive__bg {
    overflow: hidden;
    padding: 55px 20px 0;
    background-color: #6F349F;
    background-image: url(../img/quiz-shadow.svg);
    background-position: top right;
    background-repeat: no-repeat;
    border-radius: 12px;
}

.interactive,
.interactive__right {
    position: relative;
}

.interactive:after {
    content: "🔎 Find the Platform";
    color: #fff;
    top: -15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 10px 0;
    text-align: center;
    background: url(../img/popular-bg.svg) no-repeat;
    line-height: 1.2;
    font-size: 16px;
    font-weight: 700;
    width: 220px;
    height: 47px;
    z-index: 2;
}

.interactive.active .interactive__bg {
    background-position: center;
    background-size: cover;
    position: relative;
    padding: 55px 10px 12px;
}

.interactive.active .interactive__bg:before,
.interactive__right:before {
    position: absolute;
    content: "";
    background-color: #E0346F;
    border-radius: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -100;
}

.interactive.active .interactive__bg:before {
    bottom: -160px;
    width: 570px;
    height: 520px;
}

.interactive__right:before {
    top: 10px;
    width: 500px;
    height: 525px;
}

.interactive__column {
    position: relative;
    z-index: 2;
}

.interactive__title {
    width: 100%;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #fff;
    text-transform: uppercase;
}

.interactive__subtitle {
    font-size: 14px;
    margin-bottom: 12px;
    color: #fff;
}

.interactive__btn {
    font-weight: 700;
    max-width: 210px;
    width: 100%;
    background: #031740;
    text-transform: uppercase;
    color: #fff;
    padding: 18px;
    margin-bottom: 40px;
    border-radius: 12px;
}

.interactive__img {
    position: relative;
    z-index: 2;
    max-width: 350px;
    width: 100%;
    margin: 0 auto;
}

.interactive__right .interactive__left {
    width: 100%;
    max-width: 250px;
}

.interactive-block {
    margin-top: 80px;
}

.quiz-box {
    position: relative;
    z-index: 2;
}

.quiz-box h2,
.quiz-box__item label span {
    text-align: center;
    text-transform: uppercase;
}

.quiz-box h2 {
    padding: 0;
    margin: 0 0 20px;
    color: #fff;
    font-size: 18px;
}

.quiz-box__list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

.quiz-box__item,
.quiz-box__item label {
    overflow: hidden;
    width: 100%;
    border-radius: 25px;
}

.quiz-box__item {
    max-width: 400px;
    height: 150px;
    background: #f2f6f6;
    font-size: 20px;
    margin: 0;
    -webkit-box-shadow: 0 4px 16px rgba(23, 18, 25, 0.08);
    box-shadow: 0 4px 16px rgba(23, 18, 25, 0.08);
}

.quiz-box__item label img {
    width: 100%;
    display: block;
    -o-object-fit: contain;
    object-fit: contain;
    height: 84px;
    margin: 0 auto;
}

.quiz-box__item label span {
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: 700;
}

.quiz-box__item label {
    border-top: 15px solid #f2f6f6;
    /* border-left: 15px solid #f2f6f6;
    border-right: 15px solid #f2f6f6; */
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 0 0;
    cursor: pointer;
}

.quiz-box .answer {
    display: none;
}

.quiz-box .question-text {
    color: #fff;
    text-align: center;
    margin-bottom: 10px;
}

.counter-next {
    color: rgba(255, 255, 255, 0.2392156863);
}

.quiz-box .animation-result {
    display: none;
    height: 200px;
    background: #ff0;
}

.quiz-box .loading {
    display: none;
    position: relative;
    width: 100%;
    text-align: center;
    padding-bottom: 70px;
    padding-top: 70px;
}

.quiz-box .loading-text {
    color: #fff;
    font-size: 18px;
    margin-top: 10px;
}

.finish,
.quiz-box {
    display: none;
}

.finish-title {
    font-size: 14px;
    text-align: center;
    color: #fff;
    margin-bottom: 16px;
}

.finish-box__title {
    font-size: 20px;
    color: #171219;
    font-weight: 700;
    margin-bottom: 20px;
}

.finish-title span,
.quiz-box h2 {
    font-weight: 700;
}

.finish-box {
    position: relative;
    max-width: 280px;
    width: 100%;
    margin: 0 auto;
    color: #171219;
    background: #fff;
    border: 10px solid #f2f6f6;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    border-bottom: none;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    min-height: 416px;
}

.finish-box__text {
    margin-bottom: 15px;
}

.finish-box .finish__btn {
    max-width: 100%;
    position: relative;
    z-index: 10;
    text-transform: uppercase;
    width: 100%;
    margin: -25px 0 0;
    display: block;
    text-align: center;
    line-height: 100%;
}

.finish-box__subtitle,
.finish-img {
    margin-bottom: 10px;
}

.finish-box__img {
    opacity: 0;
    -webkit-transition: 2s;
    transition: 2s;
    width: 130px;
    max-width: 130px;
    margin-left: -30px;
}

.finish-box__circle {
    position: relative;
    z-index: 1;
}

.finish-box__column-right {
    margin-bottom: 10px;
}

.finish-box__column-left {
    position: relative;
    z-index: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.finish-box__fade-1,
.finish-box__fade-2,
.finish-box__fade-3,
.finish-box__fade-4 {
    display: none;
    -webkit-transition: all 2s;
    transition: all 2s;
}

.circular-chart {
    z-index: 2;
    margin: 10px auto;
    width: 120px;
}

.circle,
.circle-bg {
    fill: none;
    stroke: #f2f6f6;
    stroke-width: 6;
}

.circle {
    stroke-dasharray: 90, 100;
    stroke-width: 9;
    stroke: #6F349F;
    -webkit-animation: progress 3s ease-out;
    animation: progress 3s ease-out;
}

.percentage {
    fill: #363636;
    font-size: 0.5em;
    text-anchor: middle;
    font-family: Helvetica;
    font-weight: 700;
}

footer {
    background: #f2f6f6;
}

footer .logo {
    margin: 0 auto;
}

footer .rate {
    margin-bottom: 0;
}

.footer__logo {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
}

.footer__logo:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: rgba(127, 127, 127, 0.5);
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.footer__text {
    margin-bottom: 20px;
    text-align: center;
}

footer .links__link,
footer .pages__link {
    color: #171219;
    font-size: 16px;
}

.footer__rate-desk {
    display: none;
}

.checked {
    padding-top: 40px;
    padding-bottom: 30px;
}

.checked-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
}

.checked-item {
    font-weight: 700;
    font-size: 16px;
    position: relative;
    padding-left: 24px;
}

.checked-item:before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background: url(../img/check-circle.svg) no-repeat;
    background-size: 100%;
}

@media screen and (min-width: 360px) {

    .quiz-link__btn,
    .rate-btn {
        padding: 16px 30px;
    }

    .promo__title {
        font-size: 28px;
        text-align: left;
    }
}

@media screen and (min-width: 480px) {

    .promo__text,
    .promo__title {
        text-align: center;
    }

    .promo__btn {
        margin: 0 auto 25px;
    }

    .promo__img-wrapper {
        max-width: 350px;
    }

    .promo__img {
        max-width: 380px;
    }

    .promo__circle {
        width: 380px;
        height: 380px;
    }

    .faq__item {
        padding-bottom: 0;
    }

    .faq__item-title {
        min-height: 1px;
    }

    .faq__item-text {
        font-size: 16px;
    }

    .faq__item.open {
        padding-bottom: 25px;
    }

    .interactive.active .interactive__bg {
        padding: 55px 30px 20px;
    }

    .interactive.active .interactive__bg:before {
        bottom: -260px;
        width: 622px;
        height: 628px;
    }

    .interactive__title {
        text-align: center;
    }

    .interactive__btn {
        margin: 0 auto 40px;
    }

    .interactive__left {
        text-align: center;
        max-width: 100%;
    }

    .finish-box {
        max-width: 330px;
        border: 15px solid #f2f6f6;
        border-top-right-radius: 25px;
        border-top-left-radius: 25px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .finish-box .finish__btn {
        margin-left: 0;
    }
}

@media screen and (min-width: 640px) {
    .nav__wrapper {
        max-width: 100%;
    }

    .links {
        width: 100%;
        gap: 30px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 30px;
    }

    .links,
    .pages,
    .promo .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .pages {
        gap: 30px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 30px;
    }

    .promo {
        padding-top: 0;
    }

    .promo .container {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .promo__text,
    .promo__title {
        text-align: left;
    }

    .promo__btn {
        margin-bottom: 0;
        margin-left: 0;
    }

    .promo__wrapper {
        width: 100%;
        -ms-flex-item-align: center;
        align-self: center;
        padding-bottom: 30px;
        padding-top: 30px;
        margin-right: 10px;
    }

    .promo__img-wrapper {
        max-width: 330px;
        margin: 0;
    }

    .promo__img {
        max-width: 320px;
    }

    .promo__circle {
        width: 320px;
        height: 320px;
    }

    .catalog-list {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .catalog-item {
        max-width: 280px;
    }

    .blog__list {
        max-width: 650px;
    }

    .steps__bio-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 40px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .steps__bio-info {
        display: block;
        color: #fff;
        max-width: 300px;
        width: 100%;
    }

    .steps__bio-img {
        margin: 0;
    }

    .steps__bio--second .steps__bio-wrap {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .interactive__bg {
        padding: 55px 0 143px 20px;
    }

    .interactive.active .interactive__bg {
        padding: 55px 40px 50px;
    }

    .interactive.active .interactive__bg:before {
        bottom: -370px;
        width: 760px;
        height: 730px;
    }

    .interactive__right:before {
        -webkit-transform: none;
        transform: none;
        left: auto;
        top: -5px;
        right: -157px;
        width: 522px;
        height: 528px;
    }

    .interactive__column {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .interactive__title {
        text-align: left;
        font-size: 22px;
        margin-bottom: 0;
    }

    .interactive__btn {
        margin-bottom: 0;
        margin-left: 0;
    }

    .interactive__img {
        margin: 0;
        max-width: 330px;
    }

    .interactive__left {
        text-align: left;
        margin-top: 30px;
        max-width: 230px;
    }

    .quiz-box h2 {
        font-size: 22px;
    }

    .quiz-box__list {
        gap: 15px;
    }

    .finish-box {
        max-width: 550px;
        border-bottom: 0;
        padding-bottom: 35px;
        min-height: 360px;
    }

    .finish-box .finish__btn {
        max-width: 210px;
        margin-top: 35px;
    }

    .finish-img {
        margin-bottom: 15px;
    }

    .finish-box__img {
        opacity: 1;
        width: 100%;
        max-width: 265px;
        margin: 0;
        position: absolute;
        bottom: -140px;
        right: 0;
    }

    .finish-box__column {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 20px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .finish-box__column-left {
        position: static;
        width: 100%;
    }

    .finish__btn-mob {
        display: none;
    }

    .circular-chart {
        width: 145px;
    }

    .checked-list {
        max-width: 600px;
        width: 100%;
        margin: 0 auto;
    }

    .checked-item {
        padding-left: 30px;
    }

    .checked-item:before {
        width: 24px;
        height: 24px;
    }
}

@media screen and (max-width: 767px) {
    .nav.active {
        height: 100vh;
        overflow-x: auto;
        width: 100vw;
        padding: 10px 24px 30px;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        z-index: 10;
        background: #fff;
    }
}

@media screen and (min-width: 768px) {
    .container {
        width: 730px;
    }

    .subtitle {
        font-size: 24px;
    }

    .block {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .header {
        border-bottom: none;
    }

    .burger {
        display: none;
    }

    .nav {
        height: auto;
        width: 100%;
        position: static;
        -webkit-transform: translate(0);
        transform: translate(0);
        background: 0 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-backdrop-filter: none;
        backdrop-filter: none;
    }

    .nav .logo {
        max-width: 130px;
    }

    .logo-mob {
        display: none;
    }

    .logo-desk {
        display: block;
    }

    .links,
    .nav__wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .nav__wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        max-width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .links {
        width: auto;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        gap: 10px;
        padding-bottom: 0;
        margin-bottom: 0;
        border: 0;
    }

    .links__link {
        font-size: 14px;
    }

    .pages {
        margin-bottom: 0;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        gap: 10px;
    }

    .pages__link {
        color: #7f7f7f;
        font-size: 14px;
    }

    .pages__wrapper {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        margin-bottom: 10px;
        /* padding-bottom: 10px; */
    }

    /* 
    .pages__wrapper:before {
        position: absolute;
        content: "";
        width: 100%;
        height: 1px;
        background: rgba(127, 127, 127, 0.5);
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    } */

    .quiz-link {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .quiz-link__text {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .quiz-link__btn {
        padding: 0;
        color: #171219;
        background: 0 0;
    }

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

    .rate {
        margin-bottom: 0;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .rate-text {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .rate-btn {
        padding: 0;
        color: #171219;
        background: 0 0;
    }

    .promo__break {
        display: block;
    }

    .promo__img,
    .promo__img-wrapper {
        max-width: 385px;
    }

    .promo__circle {
        width: 385px;
        height: 385px;
    }

    .catalog-item {
        max-width: 330px;
        width: 100%;
    }

    .blog__text {
        font-size: 18px;
    }

    .blog__subtitle {
        font-size: 24px;
    }

    .steps__title {
        font-size: 22px;
    }

    .steps__bio-title {
        font-size: 18px;
        margin-bottom: 30px;
    }

    .faq__text {
        margin-bottom: 60px;
    }

    .faq-title {
        font-size: 18px;
    }

    .interactive__column {
        gap: 20px;
    }

    .interactive__title {
        font-size: 24px;
    }

    .interactive__subtitle {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .interactive__left {
        max-width: 300px;
    }

    .quiz-box h2 {
        font-size: 26px;
    }

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

    .finish-box__img {
        max-width: 280px;
    }

    .footer__logo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .footer__text {
        margin-bottom: 0;
        max-width: 350px;
        width: 100%;
    }

    .footer__wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    footer .pages {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

    footer .links__link,
    footer .pages__link {
        font-size: 16px;
    }

    footer .links {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

    .footer__rate-mob {
        display: none;
    }

    .footer__rate-desk {
        display: block;
    }
}

@media screen and (min-width: 1024px) {
    .container {
        width: 1024px;
    }

    .title {
        font-size: 20px;
        margin-bottom: 16px;
        line-height: 34px;
    }

    .subtitle {
        font-size: 28px;
    }

    .block {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .nav .logo {
        max-width: 160px;
    }

    .links {
        gap: 12px;
    }

    .links__link {
        cursor: pointer;
    }

    .pages {
        gap: 30px;
    }

    .pages__link {
        cursor: pointer;
    }

    .quiz-link {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin: 0 auto;
    }

    .quiz-link__text {
        white-space: nowrap;
        margin-bottom: 0;
        margin-right: 5px;
    }

    .quiz-link__btn {
        cursor: pointer;
        position: relative;
        padding-left: 15px;
    }

    .quiz-link__btn:before,
    .rate-btn:before {
        position: absolute;
        content: "";
        top: 50%;
        left: 0;
        width: 10px;
        height: 10px;
        background: url(../img/play-arrow.svg) no-repeat;
        background-size: 100%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .rate {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .rate-text {
        margin-bottom: 0;
        margin-right: 5px;
        white-space: nowrap;
    }

    .rate-btn {
        cursor: pointer;
        position: relative;
        padding-left: 15px;
    }

    .promo__text {
        font-size: 16px;
    }

    .promo__wrapper {
        margin-right: 0;
        max-width: 370px;
        padding-top: 0;
        padding-bottom: 0;
    }

    .promo__img-wrapper {
        max-width: 550px;
    }

    .promo__img {
        max-width: 530px;
    }



    .promo__circle {
        width: 550px;
        height: 550px;
        top: auto;
        bottom: -150px;
    }

    .breadcrumbs-item {
        cursor: pointer;
    }

    .catalog-list {
        gap: 20px;
        max-width: 1000px;
        width: 100%;
        margin: 0 auto;
    }

    .catalog-item__title {
        max-width: 260px;
        margin-right: 80px;
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 0;
    }

    .catalog-item__rating--mob {
        display: none;
    }

    .catalog-item__rating--desk {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .catalog-item__more {
        cursor: pointer;
        margin-bottom: 0;
    }

    .catalog-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        max-width: 100%;
        width: 100%;
        padding: 25px 40px 25px 55px;
    }

    .catalog-item__title img {
        margin: 0;
    }

    .catalog-item__title span {
        display: block;
        text-align: left;
        font-weight: 700;
        line-height: 1.2;
        margin-top: 10px;
    }

    .catalog-item__visit {
        margin: 0;
        max-width: 210px;
    }

    .catalog-item__bottom {
        width: 100%;
        max-width: 215px;
        margin-left: auto;
    }

    .catalog__question {
        cursor: pointer;
    }

    .catalog-item--popular {
        padding-top: 25px;
    }

    .catalog-item--popular:after {
        -webkit-transform: none;
        transform: none;
        left: 55px;
    }

    /* 
    .catalog-item__advanteges--none {
        display: block;
    } */

    .blog__list {
        max-width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 20px;
        padding-bottom: 0;
    }

    .blog__subtitle,
    .quiz-box h2 {
        font-size: 28px;
    }

    .steps__title {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .steps__bio {
        padding: 30px 40px 0;
    }

    .steps__bio-wrap {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

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

    .blog__left {
        width: 100%;
        margin-right: 40px;
    }

    .blog__aside {
        display: block;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 300px;
        /* margin-top: 40px; */
    }

    .blog__wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .aside__title {
        font-size: 28px;
        font-weight: 700;
        margin-bottom: 20px;
    }

    .blog__aside .post__img-wrap img {
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%;
        height: 120px;
    }

    .blog__aside .post:not(:last-of-type) {
        margin-bottom: 20px;
    }

    .faq__text {
        font-size: 18px;
        margin-bottom: 80px;
    }

    .post {
        margin-bottom: 0;
    }

    .post__link {
        margin: 0;
    }

    .quiz__text {
        margin-bottom: 45px;
    }

    .interactive__bg {
        padding-top: 80px;
        padding-left: 40px;
    }

    .interactive.active .interactive__bg {
        background-size: 100%;
        padding: 60px 60px 65px;
    }

    .interactive.active .interactive__bg:before {
        top: 160px;
        right: -146px;
        width: 1500px;
        height: 1500px;
    }

    .interactive__right:before {
        top: -8px;
        right: -146px;
        width: 722px;
        height: 728px;
    }

    .interactive__column {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .interactive__title {
        font-size: 28px;
        max-width: 630px;
    }

    .interactive__subtitle {
        font-size: 18px;
        margin-bottom: 30px;
    }

    .interactive__btn {
        cursor: pointer;
    }

    .interactive__img {
        max-width: 500px;
    }

    .interactive__left {
        max-width: 380px;
    }

    .quiz-box__list {
        gap: 20px;
    }

    .quiz-box__item {
        max-width: 235px;
        height: 230px;
    }

    .quiz-box__item label img {
        height: 130px;
    }

    .quiz-box__item label span {
        font-size: 18px;
    }

    .quiz-box .loading {
        padding-top: 50px;
        padding-bottom: 0;
    }

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

    .finish-box__title {
        font-size: 24px;
        margin-bottom: 24px;
    }

    .finish-box {
        min-height: 415px;
        max-width: 600px;
        width: 100%;
        padding-top: 20px;
        margin: 0 auto;
    }

    .finish-img {
        margin-bottom: 20px;
    }

    .finish-box__img {
        max-width: 320px;
    }

    .finish-box__column-right {
        max-width: 350px;
        width: 100%;
    }

    .circular-chart {
        width: 165px;
    }

    .footer__text {
        max-width: 525px;
        text-align: left;
    }

    footer .links,
    footer .pages {
        gap: 10px;
    }

    .checked-list {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        max-width: 1000px;
        width: 100%;
        margin: 0 auto;
    }

    .checked-item {
        font-size: 16px;
    }
}

@media screen and (min-width: 1220px) {
    .container {
        width: 1220px;
    }

    .block {
        padding-top: 75px;
        padding-bottom: 75px;
    }

    .promo__title {
        font-size: 32px;
    }

    .promo__text {
        margin-bottom: 35px;
    }

    .promo__wrapper {
        max-width: 460px;
    }

    .promo__img-wrapper {
        max-width: 690px;
    }

    .promo__img {
        max-width: 100%;
    }

    .promo__circle {
        width: 690px;
        height: 690px;
        top: auto;
        bottom: -150px;
    }

    .quiz-box__item {
        max-width: 250px;
        height: 240px;
    }

    .quiz-box__item label img {
        height: 140px;
    }
}

@media screen and (min-width: 1440px) {
    .container {
        width: 1280px;
    }
}

.info-page {
    margin: 24px auto 64px;
    color: #333;
}

.info-page h1 {
    font-size: 44px;
    font-weight: 900;
    text-align: center;
    line-height: normal;
    margin-bottom: 32px;
}

.info-page h2 {
    font-size: 32px;
    font-weight: 900;
    line-height: normal;
    margin-bottom: 20px;
}

.info-page p,
.info-page ul {
    font-size: 16px;
    margin-bottom: 30px;
    line-height: 25px;
}

.info-page strong {
    font-weight: 600;
}

@media screen and (max-width: 767px) {
    .info-page {
        margin: 24px auto 64px;
        color: #333;
    }

    .info-page h1 {
        font-size: 32px;
        font-weight: 900;
        text-align: center;
        line-height: normal;
        margin-bottom: 32px;
    }

    .info-page h2 {
        font-size: 24px;
        font-weight: 900;
        line-height: normal;
        margin-bottom: 20px;
    }

    .info-page p,
    .info-page ul {
        font-size: 16px;
        margin-bottom: 30px;
        line-height: 25px;
    }

    .info-page strong {
        font-weight: 600;
    }
}


.blog a {
    color: #0785F2;
}

.promo__text a {
    color: #fff;
    text-decoration: underline;
}

.promo {
    position: relative;
}

.promo:before {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50%;
    max-width: 640px;
    /* background-image: url(../img/promo-bg-1.png); */
    background-repeat: no-repeat;
    background-position: left;
    mix-blend-mode: soft-light;
    pointer-events: none;
}

.promo.ukrainian:before {
    background-image: url(../img/promo-bg-1.png);
}

.promo.russian:before {
    background-image: url(../img/promo-bg-2.png);
}

.promo.latina:before {
    background-image: url(../img/promo-bg-3.png);
}

.promo.asian:before {
    background-image: url(../img/promo-bg-4.png);
}

.promo.international:before {
    background-image: url(../img/promo-bg-5.png);
}

@media screen and (max-width: 640px) {
    .promo.ukrainian:before {
        background-image: url(../img/promo-bg-1-mob.png);
        right: 0;
        top: unset;
        bottom: 0;
        width: 100%;
        max-width: unset;
        background-position: top right;
        height: 50%;
    }

    .promo.russian:before {
        background-image: url(../img/promo-bg-2-mob.png);
        right: 0;
        top: unset;
        bottom: 0;
        width: 100%;
        max-width: unset;
        background-position: top right;
        height: 50%;
    }

    .promo.latina:before {
        background-image: url(../img/promo-bg-3-mob.png);
        right: 0;
        top: unset;
        bottom: 0;
        width: 100%;
        max-width: unset;
        background-position: top right;
        height: 50%;
    }

    .promo.asian:before {
        background-image: url(../img/promo-bg-4-mob.png);
        right: 0;
        top: unset;
        bottom: 0;
        width: 100%;
        max-width: unset;
        background-position: top right;
        height: 50%;
    }

    .promo.international:before {
        background-image: url(../img/promo-bg-5-mob.png);
        right: 0;
        top: unset;
        bottom: 0;
        width: 100%;
        max-width: unset;
        background-position: top right;
        height: 50%;
    }
}

.promo__img--small {
    max-width: 600px;
    padding-top: 30px
}

@media (min-width: 1024px) {}

.product {
    padding-top: 40px;
    padding-bottom: 40px
}

.product__subtitle {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px
}

.product__wrapper {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto
}

.product__left {
    margin-bottom: 80px
}

.product__right .product__right-popular {
    display: none
}

.product__step {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 15px
}

.product__text {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 40px
}

.product__text a {
    color: #0785F2;
    /* font-weight: 700; */
    white-space: nowrap
}

.product__list {
    list-style: decimal;
    padding-left: 25px
}

.product__item {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 40px
}

.product__banner {
    padding: 20px 20px 0;
    background-color: #51225d;
    background-image: url(../img/bio-shadow.svg);
    background-position: bottom center;
    background-repeat: no-repeat;
    margin-bottom: 55px;
    margin-top: 40px
}

.product__banner-img {
    margin: 0 auto
}

.product__banner-title {
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    margin-bottom: 25px
}

.product__btn {
    max-width: 320px;
    margin: 0 auto
}

.product__stats {
    margin-bottom: 55px
}

.product__stats-wrapper {
    max-width: 100%;
    width: 100%;
    background: #f2f6f6;
    padding: 20px 20px 40px;
    border-radius: 8px;
    -webkit-box-shadow: 0 4px 16px rgba(23, 18, 25, 0.1);
    box-shadow: 0px 4px 16px 0px rgba(23, 18, 25, 0.10);
}

.product__stats-wrapper:not(:last-of-type) {
    margin-bottom: 20px
}

.product__stats-title {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 20px
}

.product__stats-item {
    font-size: 16px;
    line-height: 22px;
    position: relative;
    padding-left: 15px
}

.product__stats-item:before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    width: 10px;
    height: 10px;
    background: url(../img/play-arrow.svg) no-repeat;
    background-size: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.product-banner__advanteges:not(:last-of-type),
.product__stats-item:not(:last-of-type) {
    margin-bottom: 10px
}

.product__right-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 35px
}

.product-banner {
    position: relative;
    background: #faf7fb;
    -webkit-box-shadow: 0 4px 16px rgba(23, 18, 25, .1);
    box-shadow: 0 4px 16px rgba(23, 18, 25, .1);
    padding: 25px 20px;
    max-width: 320px;
    width: 100%;
    border-radius: 8px;
    margin: 0 auto
}

.product-banner:before {
    content: "1";
    padding: 10px;
    top: 0;
    left: 0;
    width: 38px;
    height: 46px;
    text-align: center;
    position: absolute;
    font-size: 16px;
    line-height: 1;
    color: #fff;
    z-index: 2;
    background: url(../img/flag.svg)
}

.product-banner__rating,
.product-banner__title {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.product-banner__title {
    width: 100%;
    margin: 0 auto 25px
}

.product-banner__rating {
    font-size: 24px;
    margin-bottom: 35px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px
}

.product-banner__question {
    width: 20px;
    height: 20px
}

.product-banner__info {
    margin-bottom: 35px
}

.product-banner__visit {
    text-transform: uppercase;
    max-width: 280px;
    width: 100%;
    margin: 0 auto
}

.product-banner__advanteges {
    position: relative;
    font-size: 14px;
    padding-left: 15px;
    color: #171219
}

.product-banner__advanteges:before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    width: 10px;
    height: 10px;
    background: url(../img/play-arrow.svg) no-repeat;
    background-size: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.product-banner--popular {
    position: relative;
    border: 2px solid #C93479;
    padding-top: 50px
}

.product-banner--popular:before {
    background: url(../img/flag-popular.svg)
}

.product-banner--popular:after {
    position: absolute;
    content: "🔥 Popular Choice";
    color: #fff;
    top: -25px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 10px 0;
    font-weight: bold;
    text-align: center;
    background: url(../img/popular-bg.svg) no-repeat;
    background-position: center;
    line-height: 1.2;
    font-size: 16px;
    width: 220px;
    height: 47px
}

.product-banner--popular-dating:after {
    position: absolute;
    content: "🔥 Niche Dating"
}

.product-banner--popular-senior:after {
    position: absolute;
    content: "🔥 Senior Dating"
}

.product-banner--simple {
    border: 2px solid #97c9e8
}

.product-banner--simple:before {
    background: url(../img/flag.svg)
}

.product-banner--simple:after {
    display: none
}

.amourfeel .product-banner:before,
.asianfeels .product-banner:before,
.funchatt .product-banner:before {
    content: "4"
}

.Latinfeels .product-banner:before,
.amourfactory .product-banner:before,
.asianmelodies .product-banner:before {
    content: "3"
}

.easternhoneys .product-banner:before,
.jollyromance .product-banner:before,
.lovefort .product-banner:before {
    content: "2"
}

.loverwhirl .product-banner:before,
.rondevo .product-banner:before {
    content: "5"
}

.product__right-popular {
    margin-bottom: 40px
}

.product-platform,
.product-platform__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.product-platform__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    background: #f2f6f6;
    padding: 35px 20px;
    border-radius: 8px;
    -webkit-box-shadow: 0 4px 16px rgba(23, 18, 25, 0.1);
    box-shadow: 0px 4px 16px 0px rgba(23, 18, 25, 0.10);
}

.product-platform {
    width: 100%;
    max-width: 270px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.product-platform:not(:last-of-type) {
    border-bottom: 1px solid rgba(127, 127, 127, .5);
    padding-bottom: 25px;
    margin-bottom: 25px
}

.product-platform__title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 25px
}

.product-platform-wrapper {
    max-width: 125px;
    width: 100%;
    margin-bottom: 10px
}

.product-platform__visit {
    padding: 14px;
    text-transform: uppercase;
    max-width: 140px;
    width: 100%;
    margin: 0
}

.product-platform__rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px
}

.product-platform__question {
    width: 14px;
    height: 14px;
    cursor: pointer
}

.product-platform__img,
.service ul li {
    margin-bottom: 10px
}

.rate-slider .slick-arrow {
    display: none
}

.product__banner--inner img {
    margin-right: -20px
}

@media (min-width: 1024px) {
    .product__subtitle {
        font-size: 28px
    }

    .product__wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .product__left .product__right-popular {
        display: none
    }

    .product__left {
        width: 100%;
        margin-right: 40px;
        margin-bottom: 0
    }

    .product__right {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 300px;
        margin-top: 0
    }

    .product__right .product__right-popular {
        display: block
    }

    .product__step {
        font-size: 24px;
        margin-bottom: 20px
    }

    .product__banner {
        padding: 40px 40px 0
    }

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

    .product__btn {
        max-width: 200px;
        width: 100%;
        margin-left: 0
    }

    .product__right-title {
        font-size: 32px;
        margin-bottom: 25px
    }

    .product-banner {
        display: block;
        max-width: 320px;
        margin: 0
    }

    .product-banner__title {
        margin: 0 auto 25px;
        max-width: 200px
    }

    .product-banner__rating {
        margin-bottom: 35px
    }

    .product-banner__question {
        cursor: pointer
    }

    .product-banner__info {
        margin-bottom: 35px
    }

    .product-banner__bottom {
        width: 100%;
        max-width: 215px;
        margin: 0 auto
    }

    .product-banner__visit {
        margin: 0;
        max-width: 210px
    }



    .product-platform__list {
        display: block;
        padding: 35px 10px
    }

    .product-platform:not(:last-of-type) {
        border-bottom: 1px solid rgba(127, 127, 127, .5);
        padding-bottom: 25px;
        margin-bottom: 25px
    }

    .product-platform__title {
        margin-bottom: 20px
    }

    .product-banner--desk {
        display: block
    }

    .product-banner--mob {
        display: none
    }

    .product__banner--inner img {
        margin-right: -40px
    }
}

.quiz-block {
    padding: 40px 0;
}

.product-banner--mob {
    display: none
}

.breadcrumbs,
.catalog__question,
.product-banner__question,
.catalog__tooltip,
.footer__rate-desk,
.footer__rate-mob {
    display: none !important;
}

.product-platform__rating {
    justify-content: center;
}

.blog-items {
    padding: 48px 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 24px;
}

.blog-item {
    background-color: #f2f6f6;
    border-radius: 15px;
    overflow: hidden;
    width: 280px;
    box-shadow: 0 4px 15px #00000020;
}

.blog-item img {
    height: 200px;
    object-fit: cover;
}

.blog-item__title {
    padding: 16px;
    font-size: 24px;
    font-weight: 600;
    color: #171219;
}

.quiz-page .promo {
    /* background: linear-gradient(42deg, #5134AB -2.53%, #E7346C 103.75%); */
    padding: 80px 0;
}

.quiz-page #quiz .container {
    /* padding: 20px; */
}

.quiz-page #quiz {
    color: #fff;
}

.quiz-page #quiz .title {
    color: #fff;
    font-weight: bold;
    font-size: 32px;
}

.quiz-page .quiz-box__item label span {
    color: #000;
}

.quiz-page .interactive__bg {
    background: #fff;
}

.quiz-page .interactive__title,
.quiz-page .interactive__subtitle,
.quiz-page #question,
.quiz-page .question-text,
.quiz-page .finish-title {
    color: #050505;
}


.quiz-page .quiz-box__item {
    box-shadow: 0 4px 16px rgba(23, 18, 25, 0.3);
}

.quiz-page .counter-next {
    color: rgb(128, 128, 128)
}

.quiz-page .interactive__btn {
    animation: 1s quiz-btn infinite;
    font-size: 20px;
}

@keyframes quiz-btn {

    0%,
    100% {
        transform: scale(1);
        background-color: #031740;
    }

    50% {
        transform: scale(1.04);
        background-color: #0c358a;
    }
}


@media screen and (max-width: 639px) {
    .finish-box__column-left {
        flex-direction: column;
        align-items: center;
    }

    .finish-box {
        padding-bottom: 40px;
        border-bottom: unset;
    }

    .finish-box__img {
        max-width: 230px;
        width: 230px;
    }

    .quiz-page .promo {
        /* background: linear-gradient(42deg, #5134AB -2.53%, #E7346C 103.75%); */
        padding: 20px 0;
    }

    .quiz-page .promo .subtitle {
        margin-bottom: 36px;
        font-size: 18px;
    }

    .quiz-page .promo .quiz__title {
        margin-bottom: 4px;
    }

    .quiz-page .promo .quiz__text {
        display: none;
    }

    .quiz-page .interactive__left {
        width: 100%;
        max-width: unset;
    }

    .quiz-page .interactive__btn {
        width: 100%;
        max-width: unset;
        display: block;
    }

    .quiz__title.title,
    .quiz__title.subtitle {
        transition: .3s all;
        height: 1.2em;
    }

    .promo {
        transition: .3s all;
    }

    .promo .container,
    .interactive:after {
        transition: .3s all;
    }

    .mobileScale .quiz__title.title,
    .mobileScale .subtitle {
        transition: .3s all;
        opacity: 0;
        height: 0;
        overflow: hidden;
        margin-bottom: 0 !important;
    }

    .mobileScale.promo {
        padding: 0;
        min-height: 100vh;

    }

    .mobileScale .quiz__block {
        min-height: 100vh;

    }

    .mobileScale .interactive__bg {
        border-radius: 0;
        min-height: 100vh;

    }

    .mobileScale .interactive:after {
        opacity: 0;
        height: 0;
        padding: 0;
    }

    .mobileScale .container {
        padding: 0;
    }

    .mobileScale .finish-box {
        max-width: calc(100% - 32px);
        min-width: 230px;
        border-radius: 15px;
        border-bottom: 10px solid #f2f6f6;
    }

    .mobileScale .finish {
        padding-bottom: 20px;
    }
}


/* one-page styles */

.one-page-header {
    background-color: #6dff96;
    min-height: 100vh;
}

.one-page-header .container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    min-height: 100vh;
    max-width: 360px;
}

.oph-marquee {
    animation: slide-right 400s linear infinite;
    background: bottom/auto 100% repeat-x;
    height: 123px;
    background-image: url(../img/4f991229abba9465ed0796839f2cd5aa1692025619.png);
    width: 360px;
    max-width: 100%;
    margin-top: 12px;
}

.oph-title {
    color: #1f371e;
    font-size: 26px;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
}

.oph-subtitle {
    color: #30462f;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: .02em;
    line-height: 23px;
    margin-top: 12px;
    text-align: center;
}

.oph-btn-title {
    color: #1f371e;
    font-size: 26px;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
    margin-top: 24px;
}

.oph-button {
    animation-duration: 1.2s;
    animation-iteration-count: infinite;
    animation-name: pulse;
    animation-timing-function: ease-in-out;
    background-color: #2e432d;
    border: 2px solid #86ffa8;
    border-radius: 60px;
    box-shadow: 0 8px 16px #0000008c;
    color: #6dff96;
    font-family: Helvetica, sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    height: 56px;
    letter-spacing: .04em;
    line-height: 28px;
    text-transform: uppercase;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    will-change: transform;
    margin-top: 12px;
}

@keyframes pulse {
    0% {
        transform: scaleX(1)
    }

    50% {
        transform: scale3d(1.08, 1.08, 1.08)
    }

    to {
        transform: scaleX(1)
    }
}

@keyframes slide-right {
    0% {
        background-position-x: 0;
    }

    100% {
        background-position-x: -1000vw;
    }
}


body.one-page header.header,
body.one-page section.promo {
    display: none;
}

.oph-logo {
    position: absolute;
    top: 12px;
    left: 50%;
    transform: translate(-50%, 0);
    max-width: 100%;
}

@media screen and (max-width: 540px) {
    .oph .container {
        width: 100%;
        max-width: unset;
    }

    .oph-button {
        max-width: 90%;
    }

    .oph-marquee {
        position: relative;
        width: 100vw;
        max-width: unset;
        /* left: -20px; */
    }
}

.footer .links {
    flex-wrap: wrap;
}

.profiles {
    margin-top: 20px;
    max-width: 100vw;
    overflow-x: hidden;
    padding-bottom: 16px;
}

.profiles .container {
    position: unset;
}

.profiles__wrapper {
    max-width: 1000px;
    margin: 0 auto;
}

.profiles__list {
    /* position: absolute !important; */
    width: 1000px;
    box-sizing: unset;
    /* left: 0 !important; */
    /* padding: 0 16px; */
    margin: 0 auto;
}


.profiles__list .owl-stage-outer {
    /* overflow: unset !important; */
    padding-bottom: 16px;
}

.profiles__item {
    height: 400px;
    display: block;
    width: 320px;
    border-radius: 8px;
    overflow: hidden;
    /* box-shadow: 0px 4px 16px 0px rgba(23, 18, 25, 0.10); */
    background: #F2F6F6;
    /* margin-right: 32px; */
}

.owl-nav {
    position: absolute;
    top: calc(50% - 300px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    transform: translate(0, -50%);
}

.owl-nav button.owl-prev,
.owl-nav button.owl-next {
    font-size: 0 !important;
    border-radius: 8px;
    background: #44DA92 !important;
    width: 56px;
    height: 56px;
    background-image: url(../img/maki_arrow.svg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.20) !important;
    position: relative;
    left: 28px;
    transition: .5s all;
    top: 300px;
}

.owl-nav button.owl-prev {
    transform: rotate(-180deg);
    left: -28px;
}

.owl-nav button.disabled {
    opacity: 0;
    cursor: default !important;
}

/* .owl-item:first-child{
    padding-left: calc((100vw - 1000px) / 2) !important;
} */

.profile__photo {
    position: relative;
}

.profile__photo img {
    height: 200px;
    width: 100%;
    object-fit: cover;
    object-position: center 15%;
    transition: .3s all;
}

.profile__photo img:hover {
    opacity: .8;
    cursor: pointer;
}

.profile__photo-count {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: rgba(23, 18, 25, .4);
    width: 68px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    color: #FFF;
    backdrop-filter: blur(6px);
    border-radius: 8px;
    font-family: Verdana;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    transition: .3s all;
}

.profile__photo-count:hover {
    filter: invert(1);
    cursor: pointer;
    backdrop-filter: unset;
    background-color: rgba(23, 18, 25, .9);
}

.profile__photo-giftbtn {
    width: 146px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #F2F6F6;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.12);
    position: absolute;
    bottom: 0;
    left: 10px;
    transform: translate(0, 50%);
    transition: .3s all;
    z-index: 100;
}

.profile__photo-mailbtn {
    width: 146px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: linear-gradient(90deg, #5734A8 0%, #E0346F 100%);
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.12);
    position: absolute;
    bottom: 0;
    right: 10px;
    transform: translate(0, 50%);
    transition: .3s all;
    z-index: 100;
}

.profile__photo-mailbtn:hover {
    filter: brightness(1.1);
    cursor: pointer;
}

.profile__photo-giftbtn:hover {
    filter: brightness(0.9);
    cursor: pointer;
}

.profile__info {
    padding: calc(55px / 2 + 30px) 20px 40px;
    position: relative;
    background-image: url(../img/wave.png);
    background-repeat: no-repeat;
    background-position: right 30px bottom 40px;
}



.profile__name {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
    color: #171219;
    font-family: Verdana;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.profile__name b {
    text-transform: uppercase;
}

.profile__short {
    margin-top: 16px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 6px;
    flex-direction: column;
}

.profile__short-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
    color: #7F7F7F;

    font-family: Verdana;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

@keyframes banner-pulsing {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }
}

@keyframes banner-pulsing-small {

    0%,
    100% {
        transform: scale(1) translate(-50%, 0);
    }

    50% {
        transform: scale(1.05) translate(-50%, 0);
    }
}


.blog-banner {
    margin-bottom: 40px;
    display: block;
    max-width: 100%;
    position: relative;
}

.blog-banner:before {
    user-select: none;
    pointer-events: none;
    content: 'Join Now';
    border-radius: 8px;
    background: #fff;
    box-shadow: 0px 4px 20px 0px rgba(23, 18, 25, 0.10);
    display: flex;
    width: 180px;
    padding: 18px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #171219;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    position: absolute;

    bottom: 25%;
    left: 3.6%;
    animation: banner-pulsing 1.5s ease infinite;
}

.blog-banner.right:before {
    left: unset;
    right: 3.6%;
}

.blog-banner.center:before {
    content: 'Register Now';
    left: 50%;
    width: 215px;
    bottom: 24.5%;
    transform-origin: 0 50%;
    animation: banner-pulsing-small 1.5s ease infinite;

}

@media screen and (max-width: 1023px) {
    .blog-banner:before {
        left: 5.7%;
    }

    .blog-banner.right:before {
        left: unset;
        right: 5.7%;
    }
}

@media screen and (max-width: 768px) {
    .blog-banner:before {
        width: 165px;
        transform-origin: 0% 50%;
        left: calc(50% - 58px) !important;
        right: unset !important;
        transform: translate(-50%, 0);
        bottom: 10%;
        animation: banner-pulsing-small 1.5s ease infinite;
    }

    .blog-banner.center:before {
        left: 50% !important;
        width: 265px;
        bottom: 11%;
        transform-origin: 0 50%;
        animation: banner-pulsing-small 1.5s ease infinite;

    }
}

.links.footer {
    flex-direction: row !important;
    flex-wrap: unset;
}

.links.footer .links__link {
    max-width: unset;
    width: unset;
    font-size: 14px;
}

.footer .pages {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.footer__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 65px auto;
}

.footer__text,
.footer__right {
    width: 48%;
}

@media screen and (max-width: 768px) {
    .footer .footer__logo {
        flex-direction: column;
    }

    .footer .footer__wrapper {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .footer .pages {
        flex-direction: column;
    }
}

.totop {
    border-radius: 8px;
    background: #44DA92;
    width: 56px;
    height: 56px;
    background-image: url(../img/maki_arrow.svg);
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.20);
    position: fixed;
    right: 40px;
    /* transition: .5s all; */
    bottom: 100px;
    transform: rotate(-90deg);
    /* cursor: pointer; */
    transition: .3s all;
    opacity: 0;
    pointer-events: none;
    cursor: default;
    z-index: 1000;
}

.totop.active {
    opacity: 1;
    pointer-events: all;
    cursor: pointer;
}

.interactive__img {
    position: absolute;
    height: 364px;
    width: 707px;
    right: 0;
    bottom: -143px;
    z-index: -1;
    max-width: unset;
}

.interactive__bg {
    box-shadow: 0px 4px 16px 0px rgba(23, 18, 25, 0.10);
}

body:not(.quiz-page) .interactive__btn:not(.finish__btn) {
    background-color: #fff;
    color: #171219;
}

body.quiz-page .interactive__bg {
    background-image: unset;
    background-position: top right;
    background-repeat: no-repeat;
    background-size: cover;
}

.steps__bio-wrap picture img,
.blog-banner img {
    display: block;
    margin: 0 auto;
}



@media screen and (max-width: 1023px) {
    .catalog-list .catalog-item__title {
        flex-direction: column;
    }

    .catalog-list .catalog-item__title .catalog-item__subtitle {
        font-size: 0;
        align-items: center;
        justify-content: center;
        width: 105px;
        height: 0;
        position: relative;
        top: 55px;
        left: 50%;
        transform: translate(-50%, 0);
    }

    .catalog-item__rating {
        margin-bottom: 30px;
    }

    .interactive__img {
        width: 500px;
        height: auto;
    }

    .links.footer {
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 767px) {

    .owl-nav button.owl-prev,
    .owl-nav button.owl-next {
        top: 200px;
        left: -18px;
    }

    .owl-nav button.owl-prev {
        left: 18px;
    }

    .interactive__bg {
        padding-bottom: 150px;

    }

    .interactive__img {
        width: 320px;
        height: auto;
        bottom: -150px;
        right: -20px;
    }

    .steps__bio {
        max-width: 320px;
        margin-left: auto;
        margin-right: auto;
    }
}



html,
body {
    max-width: 100vw;
    overflow-x: hidden;
}

.catalog-item,
.profiles__item .profile__info {
    transition: .3s all;
}

.catalog-item:hover {
    transform: scale(1.025, 1);
}

.profiles__item:hover .profile__info {
    background-color: #c9347999;
}

.profiles__item:hover .profile__info * {
    color: #fff;
    fill: #fff
}


@keyframes pulsingandtranslate {

    0%,
    100% {
        transform: scale(1.00) translate(0, 50%);
    }

    50% {
        transform: scale(1.0325) translate(0, 50%);
    }
}

.profile__photo-mailbtn,
.profile__photo-giftbtn {
    animation: pulsingandtranslate 1.5s ease infinite;
}

.catalog-item__rating{
    text-align: left;
    font-weight: 700;
    line-height: 1.2;
    margin-top: 10px;
    font-size: 16px;
}

.catalog-item__subtitle{
    display: none !important;
}