.dropdown {
    max-width: max-content;
    margin: 0 auto;
}

.dropdown__body {
    display: none;
    position: fixed;
    background-color: white;
    box-shadow: 0px 11px 20px rgba(0, 0, 0, .2);
    overflow: auto;
    margin-top: 15px;
    z-index: 9999;
}

.dropdown__body.is-open {
    display: block;
    white-space: nowrap;
}

.text-decore {
    position: relative;
    font-size: inherit;
    color: var(--web-primary);
}

.text-decore::after {
    content: '';
    display: block;
    width: 100%;
    height: 7px;
    position: absolute;
    bottom: -5px;
    left: 0;
    background-image: var(--image);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.offer-title {
    font-weight: 500;
    margin-bottom: 20px;
    letter-spacing: -1.28px;
}

.offer-title .text-decore::after {
    height: 14px;
}

.under-title {
    color: var(--web-secondary, #FFD1DC);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.36px;
    margin-bottom: 12px;
}
.under-title-white {
    color: white;
}
.bg-danger {
    background-color: var(--danger);
}
.sections-title {
    letter-spacing: -0.96px;
}
.subtitle-offer {
    color: var(--secondary);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}
.info-card__text {
    color: var(--web-gray, #8E949C);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
.first-section {
    padding-top: 50px;
}

.gx-74 {
    --bs-gutter-x: 74px;

}
.gx-32 {
    --bs-gutter-x: 32px;
}
.gy-20 {
    --bs-gutter-y: 20px;
}
.g-100 {
    --bs-gutter-x: 100px;
    --bs-gutter-y: 100px;
}
.bg-white {
    background-color: #fff;
}
.section {
    padding: 84px 0 135px;
}
.waves {
    position: relative;
    width: 100%;
    height: 15vh;
    margin-bottom: -7px;
    /*Fix for safari gap*/
    min-height: 100px;
    max-height: 145px;
}


.parallax>use {
    animation: move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite;
}

.parallax>use:nth-child(1) {
    animation-delay: -2s;
    animation-duration: 7s;
}

.parallax>use:nth-child(2) {
    animation-delay: -3s;
    animation-duration: 10s;
}

.parallax>use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 13s;
}

.parallax>use:nth-child(4) {
    animation-delay: -5s;
    animation-duration: 20s;
}

@keyframes move-forever {
    0% {
        transform: translate3d(-90px, 0, 0);
    }

    100% {
        transform: translate3d(85px, 0, 0);
    }
}


.img-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.info-card__icon {
    margin-bottom: 12px;
}

.subtitle-text {
    color: var(--web-gray, #8E949C);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.selfi-result {
    display: flex;
    background-color: #fff;
    padding: 6px 3px;
    border-radius: 21px;
    position: relative;
}
.selfi-result__item {
    flex: 0 0 calc(50% - 6px);
    width: calc(50% - 6px);
    margin-left: 3px;
    margin-right: 3px;
    overflow: hidden;
}
.selfi-result__item:first-child {
    border-radius: 21px 0 0 21px;
}
.selfi-result__item:last-child {
    border-radius: 0 21px 21px 0;
}
.selfi-result__img {
    overflow: hidden;
    display: flex;
    width: 100%;
}

.selfi-result__img img {
    width: 100%;
}
.d-h-11:after {
    height: 11px;
}
.selfi-result-arrow {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 28px;
    box-shadow: 0 0 0px 5px rgba(255, 255, 255, 0.80);
    background:  #FFF;
    padding: 12px;
    border-radius: 50%;
    z-index: 1;
}
.how-work-list__item {
    display: flex;
    align-items: center;
}
.how-work-list__item + .how-work-list__item {
    margin-top: 52px;
}
.how-work-list__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 58px;
    width: 58px;
    height: 58px;
    border-radius: 28px;
    background: #FFEDF1;
    padding: 12px;
    margin-right: 20px;
}
.how-work-list__text {
    color: var(--web-gray, #8E949C);
    font-size: 20px;
    font-family: var(--fotnFamilyMontserrat);
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}

.testimonials-section {
    padding: 68px 0 130px;
}

.testimonials-item {
    height: 100%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    padding: 52px;
    border-radius: 32px;
    border: 1px solid var(--gray-secondary, #F5F5F5);
    background: #FFF;
    box-shadow: 12.018778800964355px 12.018778800964355px 24.03755760192871px -1.5023473501205444px rgba(16, 24, 40, 0.08);
}

.testimonials-item__text {
    color: var(--web-gray, #8E949C);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.32px;
}

.rating {
    display: flex;
    align-items: center;
    margin-top: auto;
    margin-bottom: 12px;
}
.stars {
    display: flex;
    align-items: center;
    margin-right: 4px;
}
.stars > * {
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
}
.stars > * + * {
    margin-left: 4px;
}
.rating__text {
    color: var(--base-black, #333);
    font-size: 18px;
    font-family: Verdana;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}
.swiper-testimonials {
    padding: 50px 20px;
    margin: -50px -20px;
}
.swiper-slide {
    height: auto;
}

.swiper-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 52px;
    --swiper-navigation-size: 40px;
}

.swiper-nav > * {
    position: static;
}
.swiper-button-next, .swiper-button-prev {
    margin-top: 0;
    width: 40px;
    --swiper-navigation-color: var(--web-primary, #EC4067);
}
.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{
    transform: translateX(0);
    height: 16px;
}
.swiper-button-next:after, .swiper-button-prev:after {
    display: none;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
    color: rgba(29, 41, 57, 1);
}
.swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    background: var(--web-primary, #EC4067);
    
}


.accordeon {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.accordeon__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 32px 20px;
    cursor: pointer;
}
.accordeon.active .accordeon__head h4,
.accordeon__head:hover h4{
    color: var(--web-primary, #EC4067);
}
.accordeon__icon {
    transition: all .2s;
    margin-left: 20px;
    flex: 0 0 36px;
}
.accordeon.active .accordeon__icon{
    transform: rotate(45deg);
}
.accordeon__body {
    display: none;
}

.accordeon__content {
    color: var(--web-gray, #8E949C);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    padding: 12px 20px 32px;
}

.price-section {
    padding: 84px 0 155px;
}

.discover-card {
    border-radius: 34px;
    background:  #FFD1DC;
    max-width: 1090px;
    margin-left: auto;
    margin-right: auto;
    padding: 132px 84px;
}

.subtitle-text .text-decore:after{
    bottom: -5px;
}
.footer {
    padding: 24px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
    background: var(--web-black, #1D2939);
    color: #fff;
}
.footer .container {
    max-width: 1330px;
}

.footer-body {
    display: flex;
    align-items: center;
}

.footer-item {
    display: flex;
    align-items: center;
}
.footer-nav {
    flex: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding:0 10px;
}
.footer-list {
    display: flex;
    align-items: center;
}
.footer-list li a {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}
.footer-list li a:hover {
    color: var(--web-primary, #EC4067);
}
.footer-list li + li {
    margin-left: 32px;
}
.footer-logo {
    width: 52px;
    height: 52px;
    flex: 0 0 52px;
    margin-right: 20px;
}
.social-links {
    display: flex;
    align-items: center;
}
.social-links a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
    border-radius: 6px;
    background: var(--web-primary, #EC4067);
}

.social-links a + a {
    margin-left: 12px;
}

.terms-privacy {
    padding-top: 84px;
    padding-bottom: 84px;
}