body {
    font-family: "Mulish", sans-serif;
    font-size: 4.29vw;
    color: #fff;
    font-weight: 400;
    background: #141320;
    margin: 0;
    padding: 0
}

.body--secondary {
    background: #0e0b07
}

.container {
    width: 91.957vw;
    margin-left: auto;
    margin-right: auto
}

.h1 {
    text-align: center;
    font-size: 9.7vw;
    font-style: italic;
    font-weight: 700;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 0;
    font-family: "IBM Plex Sans", sans-serif
}

.h1 span {
    display: block;
    color: #29a0dc
}

h1 {
    margin-top: 0;
    margin-bottom: 0
}

.h2 {
    font-size: 10.724vw;
    font-weight: 700;
    font-style: italic;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 0;
    font-family: "IBM Plex Sans", sans-serif
}

p {
    font-size: 4.826vw;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 0
}

.button {
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 74.531vw;
    height: 13.673vw;
    margin-left: auto;
    margin-right: auto;
    border-radius: 20vw;
    text-decoration: none;
    color: #29a0dc;
    font-weight: 900;
    font-size: 4.826vw;
    background: -webkit-gradient(linear, left top, left bottom, from(#6CC3FF), to(#0077B5));
    background: linear-gradient(to bottom, #6CC3FF, #0077B5);
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 4px 10px rgba(0, 0, 0, .2);
    color: #fff
}

.button__icon {
    margin-left: 2vw;
    position: relative;
    top: .7vw
}

.button__icon img {
    width: 8.043vw;
    height: 8.043vw
}

.button__icon-num {
    position: absolute;
    top: 0;
    right: 0;
    background: #ff8c04;
    color: #fff;
    font-size: 2.493vw;
    width: 4.021vw;
    height: 4.021vw;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: translateX(35%) translateY(-30%);
    -ms-transform: translateX(35%) translateY(-30%);
    transform: translateX(35%) translateY(-30%)
}

.h3 {
    font-size: 5.867vw;
    font-weight: 800;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-family: "IBM Plex Sans", sans-serif
}

.button--white {
    background: #fff;
    color: #29a0dc;
    -webkit-box-shadow: none;
    box-shadow: none
}

.header {
    padding-top: 7vw;
    padding-bottom: 15.2vw
}

.logo {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 98%
}

.logo img {
    width: 100%
}

.main-screen__content {
    margin-top: 27vw;
    border-radius: 5.898vw;
    padding-bottom: 6.971vw;
    text-align: center;
    padding-left: 3.485vw;
    padding-right: 3.485vw;
    background: linear-gradient(135.19deg, #FF3720 15.85%, #EB2852 92.58%);
    -webkit-box-shadow: 0px 12px 34.2px rgba(191, 93, 66, 0.19);
    box-shadow: 0px 12px 34.2px rgba(191, 93, 66, 0.19);
    border-radius: 22px;
}

.photos-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    top: -6.667vw
}

.photo {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    border: 1.877vw solid #F84C23;
    border-radius: 50%;
    background: #F84C23
}

.photo1 {
    width: 39.142vw;
    height: 39.142vw
}

.photo2 {
    width: 42.895vw;
    height: 42.895vw
}

.photo-item--2 {
    -webkit-transform: rotate(12.84deg) translateX(-8vw);
    -ms-transform: rotate(12.84deg) translateX(-8vw);
    transform: rotate(12.84deg) translateX(-8vw);
    position: relative
}

.photo-item--1 {
    -webkit-transform: rotate(-6.72deg) translateX(8vw);
    -ms-transform: rotate(-6.72deg) translateX(8vw);
    transform: rotate(-6.72deg) translateX(8vw);
    position: relative
}

.photo-item--1 .name-wrapper {
    background: #F32E3E
}

.photo-item--2 .name-wrapper {
    background: #FF3720
}

.main-screen p {
    margin-top: 4.29vw;
    margin-bottom: 4.29vw
}

.main-screen__content-wrapper {
    margin-top: -5vw
}

.name-wrapper {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-53%) translateY(-150%);
    -ms-transform: translateX(-53%) translateY(-150%);
    transform: translateX(-53%) translateY(-150%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    white-space: nowrap;
    font-size: 4.8vw;
    line-height: 1;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 3vw;
    padding-right: 3vw;
    padding-top: 1vw;
    padding-bottom: 1vw;
    border-radius: 10vw
}

.name-wrapper img {
    width: 4.8vw;
    height: auto;
    display: block;
    margin-left: 1.333vw
}

.photo-item--2 .name-wrapper {
    background: #ff3620;
    -webkit-transform: translateX(-40%) translateY(-120%);
    -ms-transform: translateX(-40%) translateY(-120%);
    transform: translateX(-40%) translateY(-120%)
}

.items-section {
    padding-top: 4.267vw;
    padding-bottom: 10vw
}

.item {
    border-radius: 5.333vw;
    margin-bottom: 5.333vw;
    padding-top: 6.667vw;
    padding-left: 6.667vw;
    padding-right: 6.667vw;
    background: linear-gradient(137.55deg, #191829 27.03%, #892237 121.72%);
    -webkit-box-shadow: 1px 7px 9.5px rgba(248, 21, 100, .13);
    box-shadow: 1px 7px 9.5px rgba(248, 21, 100, .13);
    border: 1px solid rgba(240, 182, 169, .14)
}

.item__image {
    width: 65.067vw;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3vw
}

.item__image--lg {
    /*width: 100%;*/
    /*margin-top: 10vw*/
}

.item--lg {
    padding-bottom: 10.667vw
}

.button--orange {
    background: -webkit-gradient(linear, left top, left bottom, from(#EB7328), to(#940025));
    background: linear-gradient(#EB7328, #940025);
    color: #fff;
    width: 100%
}

.benefits {
    text-align: center;
    padding-bottom: 16vw
}

.benefits__icon-wrapper {
    width: 16vw;
    height: 16vw;
    border-radius: 50%;
    background: linear-gradient(135.19deg, #FF3720 15.85%, #EB2852 92.58%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 4.267vw;
    border: 2px solid rgba(76, 75, 85, .8);
    -webkit-box-shadow: 2px 2px 4px rgba(246, 60, 36, .13), 12px 15px 34px rgba(247, 71, 32, 0.23);
    box-shadow: 2px 2px 4px rgba(246, 60, 36, .13), 12px 15px 34px rgba(247, 71, 32, 0.23);
}

.benefits__icon-wrapper img {
    max-width: 70%;
    max-height: 70%
}

.benefits__item {
    margin-top: 8vw
}

.benefits__title {
    font-size: 5.867vw;
    font-weight: 600;
    font-family: "IBM Plex Sans", sans-serif
}

.review .h2 {
    margin-bottom: 8vw;
    text-align: center
}

.review__item {
    background: #F12C43;
    margin-top: 1.867vw;
    border-radius: 4.267vw;
    padding: 8.533vw
}

.review__item:nth-child(even) {
    background: #FF3B25
}

.review__author-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.review__author-wrapper img {
    width: 14px;
    display: block;
    margin-right: 2vw
}

.review__author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.review__date {
    opacity: .6;
    margin-left: 2vw
}

.review__text {
    font-size: 5.867vw;
    margin-top: 3vw;
    font-weight: 500;
    line-height: 1.3
}

.review__item-img {
    width: 22.4vw;
    height: 22.4vw
}

.stars-img {
    display: block;
    margin-top: 1.87vw
}

.cta {
    text-align: center;
    padding-top: 6.667vw
}

.cta .button {
    margin-top: 6.4vw
}

.footer {
    padding-top: 17.067vw;
    padding-bottom: 25vw
}

.footer__link {
    display: block;
    color: #eb7328;
    text-decoration: none;
    text-align: center;
    padding-bottom: 4.267vw;
    background: linear-gradient(135.19deg, #940025 15.85%, #EB2852 92.58%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    background-clip: text;
    text-fill-color: rgba(0, 0, 0, 0);
    font-weight: 700
}

.footer__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: .5;
    border-top: 1px solid #fff;
    padding-top: 7.2vw;
    margin-top: 7.2vw;
    padding-bottom: 4.27vw
}

.footer__bottom span {
    padding-left: .533vw;
    padding-right: .533vw
}

.footer__bottom-link {
    color: #fff;
    text-decoration: none
}

.footer__bottom-link:hover {
    color: #fff
}

.footer__copy {
    color: hsla(0, 0%, 100%, .5);
    text-align: center
}

.fixed-button-wrapper {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-bottom: 2vw;
    z-index: 99
}

.fixed-button-wrapper .button {
    width: 100%
}

.get-vip .header {
    background: linear-gradient(135.19deg, #FF3720 15.85%, #EB2852 92.58%);
    padding-top: 23px;
    padding-bottom: 29px;
    margin-bottom: 37px;
    text-align: center
}

.get-vip .logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-decoration: none;
    width: 100%;
    font-style: italic
}

.get-vip .logo img {
    width: 55px
}

.get-vip .logo a {
    text-decoration: none;
    display: block
}

.get-vip h1 {
    font-size: 32px;
    color: #fff;
    text-decoration: none
}

.premium-wrapper h2 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 30px;
    font-weight: 800;
    font-style: italic;
    line-height: 1;
    margin-bottom: 20px
}

.sub-title {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 30px
}

.list-title {
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 16px
}

.premium__list {
    margin-left: 0;
    padding-left: 0;
    list-style: none;
    padding-bottom: 100px
}

.premium__list li {
    font-size: 18px;
    font-weight: 600;
    padding-left: 25px;
    padding-top: 8px;
    padding-bottom: 8px;
    position: relative
}

.premium__list li:before {
    content: "";
    position: absolute;
    top: 12px;
    left: 0;
    width: 16px;
    height: 16px;
    background-color: #f16025;
    background-image: url("/static/latinoheart/img/tick.svg?5b1e8d7ca50b");
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%
}

.next-button-wrapper {
    position: fixed;
    bottom: 32px;
    left: 0;
    width: 100%
}

.next-button-wrapper .button {
    width: 91.467vw;
    border-radius: 12px;
    background: linear-gradient(135.19deg, #FF3720 15.85%, #EB2852 92.58%); /*linear-gradient(135.19deg, #940025 15.85%, #EB7328 92.58%);*/
    color: #fff;
    font-size: 18px;
    height: 46px
}

.next-button-wrapper .button a {
    color: #fff;
    text-decoration: none
}

.title-text {
    font-size: 30px;
    line-height: 1;
    font-weight: 800;
    font-style: italic;
    margin-bottom: 20px;
    display: block
}

.content__header-text {
    text-align: center;
    margin-left: auto;
    margin-right: auto
}

.content__header:nth-child(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.content__header:nth-child(2) .content__header-text {
    background: #fff;
    color: #eb7328;
    font-size: 18px;
    font-weight: 900;
    padding: 7px 16px;
    border-radius: 30px;
    margin-bottom: 30px
}

.content__header:nth-child(2) .content__header-text span {
    background: linear-gradient(135.19deg, #FF3720 15.85%, #EB2852 92.58%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    background-clip: text;
    text-fill-color: rgba(0, 0, 0, 0)
}

.get-vip .item {
    background: #fff;
    border-radius: 10px;
    padding: 13px 16px;
    color: #0e0b07;
    position: relative;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 28px
}

.get-vip .item .best-price {
    position: absolute;
    top: 0;
    right: 16px;
    background: #f16025;
    color: #fff;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 12px;
    font-weight: 600;
    padding: 5px 10px;
    padding-top: 3px;
    padding-bottom: 4px;
    border-radius: 4px;
    line-height: 1
}

.get-vip .item__footer {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    -webkit-transform: translateY(115%);
    -ms-transform: translateY(115%);
    transform: translateY(115%);
    font-size: 12px
}

.get-vip .item__content-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 3px
}

.get-vip .items-list {
    margin-bottom: 70px
}

.item__price {
    font-weight: 700
}

.old-price {
    text-decoration: line-through
}

.get-vip .item.active {
    background: #F12540;
    color: #fff
}

.get-vip .item.active .best-price {
    background: #fff;
    color: #f16025
}

.cancle-link {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 23px;
    color: rgba(254, 250, 245, .5);
    font-weight: 900;
    text-decoration: none
}

.payment-complete .premium__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    padding-bottom: 0
}

.payment-complete .premium__list li:before {
    display: none
}

.payment-complete .premium__list li {
    padding: 0;
    background: #fd3620;
    width: 48%;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 143px;
    font-size: 22px;
    font-weight: 800;
    border-radius: 8px
}

.plus {
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    z-index: 2;
    color: #eb7328;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.plus img {
    width: 16px
}

.discount {
    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%;
    font-size: 17px
}

.discount__value {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%
}

.discount__value {
    font-size: 18px
}

.discount__value .through {
    color: #fff;
    opacity: .5;
    text-decoration: line-through;
    margin-right: 14px
}

.discount__value span {
    color: #eb7328
}

.title-m {
    text-align: center;
    font-size: 18px;
    margin-bottom: 23px
}

.terms-content {
    background: #fff;
    color: #000;
    font-size: 16px;
    padding-top: 60px;
    padding-bottom: 80px
}

.terms-content p {
    font-size: 16px;
    margin-bottom: 15px
}

.get-vip .header.header--terms {
    margin-bottom: 0
}

.sub-page__title {
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 30px
}

h3 {
    font-size: 26px
}

.agreement-btn {
    background: #FF3720;
    color: #fff;
    height: 48px;
    margin-left: auto;
    margin-right: auto;
    width: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50px;
    margin-top: 50px;
    cursor: pointer
}

.agreement-btn.active {
    background: #1b8127
}

.agreement-btn.active:after {
    content: "✓";
    font-size: 22px;
    font-weight: 700;
    padding-left: 15px
}

.cancle-link {
    font-size: 18px
}

.next-button-wrapper .button a {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.agreement-btn__wrapper {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.1)), to(white));
    background: linear-gradient(rgba(255, 255, 255, 0.1), white)
}

.benefits--secondary .benefits__icon-wrapper {
    background: linear-gradient(231.68deg, #940025 4.12%, #FF7700 66.97%);
    border: none;
    -webkit-box-shadow: 2px 2px 4px rgba(246, 60, 36, .13), 12px 15px 34px rgba(247, 71, 32, .23);
    box-shadow: 2px 2px 4px rgba(246, 60, 36, .13), 12px 15px 34px rgba(247, 71, 32, .23)
}

.review--secondary .review__item {
    background: #f16025
}

.review--secondary .review__item:nth-child(even) {
    background: #ff3b25
}

.footer__menu--secondary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.footer__menu--secondary .footer__link {
    padding-bottom: 0;
    color: #ffc079;
    background: linear-gradient(135.19deg, #FFC079 15.85%, #FFC079 92.58%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    background-clip: text;
    text-fill-color: rgba(0, 0, 0, 0)
}

.footer__menu--secondary .dot {
    width: 2.5px;
    height: 2.5px;
    background: #ffc079;
    border-radius: 50%;
    display: block;
    margin-left: 4.27vw;
    margin-right: 4.27vw
}

.header--secondary {
    background: linear-gradient(135.19deg, #940025 15.85%, #EB7328 92.58%);
    border-bottom-right-radius: 5.33vw;
    border-bottom-left-radius: 5.33vw;
    padding-top: 10.67vw;
    text-align: center
}

.logo--white {
    width: 66.67vw
}

.header-secondary__content {
    margin-top: 10.67vw;
    margin-bottom: 9.07vw
}

.header-secondary__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 37.6vw
}

.header-photo-item {
    width: 20vw;
    height: 20vw;
    background: #ff6f3f;
    padding: .8vw;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative
}

.header-photo-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    border-radius: 50%
}

.header-photo-item:first-child {
    display: none
}

.header-photo-item:nth-child(2) {
    display: none
}

.header-photo-item:nth-child(3) {
    -ms-flex-item-align: center;
    align-self: center
}

.header-photo-item:nth-child(4) {
    position: relative;
    top: 9px
}

.header-photo-item:nth-child(5) {
    -ms-flex-item-align: end;
    align-self: flex-end;
    width: 28vw;
    height: 28vw;
    padding: 1.07vw;
    background: #ffb386
}

.header-photo-item:nth-child(6) {
    -ms-flex-item-align: center;
    align-self: center
}

.header-photo-item:nth-child(7) {
    display: none
}

.header-photo-item:nth-child(8) {
    display: none
}

.header-photo-item__name {
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-80%);
    -ms-transform: translateX(-50%) translateY(-80%);
    transform: translateX(-50%) translateY(-80%);
    background: #fff;
    color: #940025;
    font-size: 2.87vw;
    padding: .53vw 3.5vw;
    border-radius: 10vw;
    font-weight: 700
}

.header-photo-item__text {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-100%);
    -ms-transform: translateX(-50%) translateY(-100%);
    transform: translateX(-50%) translateY(-100%);
    min-width: 26.67vw;
    height: 8vw;
    font-size: 3.2vw;
    background-image: url("/static/latinoheart/img/bable.svg?fd92146c9024");
    background-repeat: no-repeat;
    background-size: 100%;
    color: #940025;
    font-weight: 900;
    padding-top: .2vw
}

.button--secondary {
    margin-top: 6.4vw
}

.header--secondary {
    padding-bottom: 15vw
}

.users-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.user__item {
    width: 13.5vw;
    height: 13.5vw;
    min-width: 12.53vw;
    margin-left: 1vw;
    margin-right: 1vw;
    background: #ffb963;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700
}

.user__item img {
    width: 100%;
    border: 2px solid #fff;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.user__item--last {
    background: rgba(0, 0, 0, 0);
    padding: .53vw;
    border: .53vw solid #ffb963
}

.user__item--last .user__item--content {
    width: 100%;
    height: 100%;
    background: #ffb963;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 3.48vw
}

.secondary-item {
    width: 100%;
    height: 90.4vw;
    position: relative;
    display: block;
    margin-bottom: 4.27vw;
    padding: 5.33vw 7.2vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    text-decoration: none
}

.secondary-item .h3 {
    position: relative;
    z-index: 1;
    color: #fff;
    text-align: left;
    text-decoration: none
}

.secondary-item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.items-section--secondary {
    padding-top: 5vw
}

.fixed-button-wrapper .tg-blue {
    display: none
}

.fixed-title {
    display: none
}

.back-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid hsla(0, 0%, 100%, .4);
    color: hsla(0, 0%, 100%, .9);
    text-decoration: none;
    padding: 2.2vw 5.33vw;
    border-radius: 10vw;
    font-size: 4.8vw;
    line-height: 1
}

.back-button img {
    width: 2.17vw;
    display: inline-block;
    margin-right: 3.88vw
}

.back-button__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.about__img-wrapper {
    background: linear-gradient(137.55deg, #191829 27.03%, #892237 121.72%);
    border-radius: 5.333vw;
    margin-bottom: 6.4vw;
    margin-top: 6.4vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-top: 4vw;
    -webkit-box-shadow: 1px 7px 9.5px rgba(248, 21, 100, .13);
    box-shadow: 1px 7px 9.5px rgba(248, 21, 100, .13);
    border: 1px solid #3e2a38
}

.about__img {
    width: 64.53vw;
    display: inline-block;
    margin-left: auto;
    margin-right: auto
}

.about {
    padding-top: 32px
}

.about .h2 {
    text-align: center;
    margin-bottom: 16px
}

.about p {
    margin-bottom: 2vw
}

.red {
    color: #ff3d52
}

.join-img {
    width: 100%;
    margin-top: 6.4vw;
    margin-bottom: 6.4vw
}

.join-section {
    padding-top: 12.8vw
}

.join-section .h2 {
    text-align: center
}

.join-section .button--white {
    width: 100%;
    margin-top: 6.4vw
}

.contact-section p {
    text-align: center
}

.contact-section__title {
    font-size: 5.87vw;
    text-align: center;
    font-weight: 600;
    margin-bottom: 10px
}

.contact-item {
    background: linear-gradient(137.55deg, #191829 27.03%, #892237 121.72%);
    -webkit-box-shadow: 1px 7px 9.5px rgba(248, 21, 100, .13);
    box-shadow: 1px 7px 9.5px rgba(248, 21, 100, .13);
    border-radius: 5.33vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 6.4vw 5vw;
    border: 1px solid #3e2a38;
    font-size: 4.8vw;
    font-weight: 800;
    color: #fff;
    font-weight: 900;
    margin-bottom: 4.27vw
}

.contact-item__icon {
    width: 12.8vw;
    height: 12.8vw;
    min-width: 12.8vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    margin-right: 16px;
    border: 1px solid #3e2a38;
    background: linear-gradient(231.68deg, #940025 4.12%, #FF7700 66.97%);
    -webkit-box-shadow: 1.6px 1.6px 3.2px rgba(246, 60, 36, .13), 9.6px 12px 27.2px rgba(247, 71, 32, .23);
    box-shadow: 1.6px 1.6px 3.2px rgba(246, 60, 36, .13), 9.6px 12px 27.2px rgba(247, 71, 32, .23)
}

.contact-list {
    margin-bottom: 10.67vw
}

.text-center {
    text-align: center
}

.orange {
    color: #ed7830
}

.mt-5 {
    margin-bottom: 6.4vw
}

.body--secondary .footer__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.body--secondary .footer a.footer__link {
    background: linear-gradient(135.19deg, #FFC079 15.85%, #FFC079 92.58%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    background-clip: text;
    text-fill-color: rgba(0, 0, 0, 0);
    padding-bottom: 0
}

.body--secondary .footer-dot {
    width: .67vw;
    height: .67vw;
    border-radius: 50%;
    background: rgba(255, 192, 121, .5);
    display: inline-block;
    margin-left: 16px;
    margin-right: 16px
}

.body--secondary .contact-item {
    background: linear-gradient(135.19deg, #940025 15.85%, #EB7328 92.58%), linear-gradient(137.55deg, #191829 27.03%, #892237 121.72%);
    -webkit-box-shadow: 1px 7px 9.5px rgba(248, 21, 100, .13);
    box-shadow: 1px 7px 9.5px rgba(248, 21, 100, .13)
}

.body--secondary .contact-item__icon {
    background: #fff;
    border: none
}

.header-secondary__content {
    width: 91.957vw;
    margin-left: auto;
    margin-right: auto
}

.header--secondary {
    position: relative
}

.header-bg {
    position: absolute;
    top: 67vw;
    left: -19.9vw;
    width: 34.67vw
}

.header-bg-2 {
    width: 23vw;
    position: absolute;
    top: 55vw;
    right: -8vw
}

.main-screen p {
    font-size: 4.267vw
}

.text-image-section {
    padding-top: 4.267vw;
    padding-bottom: 0vw
}

.text-image-section__content {
    padding: 5.333vw 5vw 5vw;
    background: linear-gradient(137.55deg, #191829 27.03%, #892237 121.72%);
    -webkit-box-shadow: 1px 7px 9.5px rgba(248, 21, 100, 0.13);
    box-shadow: 1px 7px 9.5px rgba(248, 21, 100, 0.13);
    border-radius: 5.333vw;
    border: 1px solid rgba(240, 182, 169, .14);
    text-align: center;
    overflow: hidden
}

.text-image__icon {
    font-size: 48px;
    font-family: "IBM Plex Sans", sans-serif
}

.text-image-section__title {
    font-size: 8.533vw;
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 600;
    margin-bottom: 5vw
}

.text-image-section__text {
    font-size: 6.4vw;
    font-weight: 600;
    font-family: "IBM Plex Sans", sans-serif
}

.photos-list {
    margin-top: 11.733vw;
    margin-bottom: 11.733vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.photo-l {
    min-width: 32vw;
    max-width: 32vw;
    min-height: 32vw;
    max-height: 32vw;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    border-radius: 50%;
    border: .8vw solid #8d211d;
    margin-left: -5vw
}

.photo-l:first-child {
    margin-left: 0
}

.premium__list li:before {
    background-color: #fd3620
}

.next-button-wrapper .button a {
    background: linear-gradient(135.19deg, #FF3720 15.85%, #EB2852 92.58%);
    border-radius: 10px
}

.contact-item__icon {
    display: none
}

.contact-section .container p {
    margin-bottom: 7vw;
    margin-top: 7vw
}

@media only screen and (max-width: 768px) {
    .agreement-btn__wrapper .agreement-btn {
        width: 90%
    }

    div.photo-l2:first-child {
        margin-left: -1vw;
    }

    div.photo-l2 {
        min-width: 25vw;
        width: 25vw;
        height: 25vw;
        border-radius: 50%;
        overflow: hidden;
        position: relative;
        border: .8vw solid #8d211d;
        margin-left: -8vw;
    }

    div.photo-l2 img {
        min-width: 25vw;
        width: 25vw;
        position: absolute;
        top: 0;
        left: 0;
        height: 25vw;
        object-fit: cover;
    }

}

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

    div.photo-l2:first-child {
        margin-left: -1vw;
    }

    div.photo-l2 {
        min-width: 10vw;
        width: 10vw;
        height: 10vw;
        border-radius: 50%;
        overflow: hidden;
        position: relative;
        border: .4vw solid #8d211d;
        margin-left: -3vw;
    }

    div.photo-l2 img {
        min-width: 10vw;
        width: 10vw;
        position: absolute;
        top: 0;
        left: 0;
        height: 10vw;
        object-fit: cover;
    }
    .logo {
        width: 250px
    }

    .fixed-button-wrapper {
        display: none
    }

    .header {
        padding-top: 40px
    }

    .header {
        padding-bottom: 50px
    }

    .h1 {
        font-size: 60px
    }

    .h1 img {
        width: 50px;
        position: relative;
        top: 6px
    }

    .h2 {
        font-size: 56px
    }

    p {
        font-size: 18px
    }

    .photos-row {
        top: 0;
        width: 50%
    }

    .main-screen__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .photo1 {
        width: 245px;
        height: 245px
    }

    .photo2 {
        width: 270px;
        height: 270px
    }

    .name-wrapper {
        font-size: 23px;
        font-weight: 600
    }

    .button {
        font-size: 18px;
        width: 320px;
        height: 60px
    }

    .main-screen__content-wrapper {
        width: 50%
    }

    .main-screen__content {
        margin-top: 60px
    }

    .container {
        width: 1140px;
        max-width: 91.957vw
    }

    .main-screen__content-wrapper {
        margin-top: 0
    }

    .main-screen__content {
        padding: 30px
    }

    .name-wrapper {
        border: 2px solid hsla(0, 0%, 100%, .3);
        -webkit-box-shadow: 0px 0px 25px hsla(0, 0%, 100%, .2);
        box-shadow: 0px 0px 25px hsla(0, 0%, 100%, .2)
    }

    .button__icon img {
        width: 30px;
        height: 30px
    }

    .button__icon-num {
        font-size: 10px;
        width: 15px;
        height: 15px
    }

    .main-screen p {
        margin-top: 25px;
        margin-bottom: 25px
    }

    .main-screen__content {
        border-radius: 30px
    }

    .photo-item--1 {
        -webkit-transform: translateX(13%) translateY(0) rotate(-6deg);
        -ms-transform: translateX(13%) translateY(0) rotate(-6deg);
        transform: translateX(13%) translateY(0) rotate(-6deg)
    }

    .photo-item--2 {
        -webkit-transform: translateX(-13%) translateY(0) rotate(10deg);
        -ms-transform: translateX(-13%) translateY(0) rotate(10deg);
        transform: translateX(-13%) translateY(0) rotate(10deg)
    }

    .photo {
        border: 8px solid #F84C23;
        -webkit-box-shadow: 0px 0px 25px hsla(0, 0%, 100%, .2);
        box-shadow: 0px 0px 25px hsla(0, 0%, 100%, .2);
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .name-wrapper img {
        width: 20px;
        margin-left: 5px
    }

    .name-wrapper {
        padding: 5px 20px
    }

    .photos-row {
        margin-top: 60px;
        padding-right: 50px
    }

    .main-screen__content-wrapper {
        width: 350px;
        margin-left: auto;
        margin-right: auto;
        max-width: 50%
    }

    .main-screen__content {
        margin-top: 40px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .button__icon {
        margin-left: 10px;
        top: 5px
    }

    .items-row {
        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
    }

    .items-row .item {
        width: 49%;
        padding: 30px;
        border-radius: 30px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin-bottom: 60px;
        padding-bottom: 0;
        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;
        overflow: hidden
    }

    .item__image {
        max-width: 100%
    }

    .h3 {
        font-size: 24px
    }

    .items-section {
        padding-top: 120px;
        padding-bottom: 120px
    }

    .item__image {
        margin-top: 24px
    }

    .item:nth-child(3) img {
        margin-bottom: 0px;
        position: relative;
        top: 38px
    }

    .item:nth-child(4) {
        padding-bottom: 40px;
        max-width: 100%
    }

    .item:nth-child(4) img {
        width: 400px;
        margin-left: auto;
        margin-right: auto
    }

    .benefits__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
    }

    .benefits__item {
        width: 33%;
        margin-top: 42px
    }

    .benefits__icon-wrapper {
        width: 70px;
        height: 70px;
        margin-bottom: 25px
    }

    .benefits__title {
        font-size: 22px
    }

    .benefits__icon-wrapper img {
        max-width: 60%;
        max-height: 60%
    }

    .benefits {
        padding-bottom: 120px
    }

    .review .h2 {
        margin-bottom: 60px
    }

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

    .review__item {
        width: 32.8%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 30px;
        border-radius: 30px;
        margin-top: 26px
    }

    .review__text {
        font-size: 22px
    }

    .review__author-wrapper {
        font-size: 18px
    }

    .review__author-wrapper {
        margin-top: 14px
    }

    .review__text {
        margin-top: 25px
    }

    .review .h2 {
        margin-bottom: 30px
    }

    .cta .button {
        margin-top: 50px
    }

    .footer {
        padding-top: 120px;
        font-size: 16px
    }

    .footer__link {
        padding-bottom: 0;
        margin-right: 15px;
        margin-left: 15px
    }

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

    .footer__bottom {
        margin-top: 30px
    }

    .footer__bottom {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .footer__copy {
        text-align: center
    }

    .footer {
        padding-bottom: 40px
    }

    .header--secondary {
        padding-top: 30px
    }

    .header-secondary__content {
        margin-top: 40px;
        margin-bottom: 100px
    }

    .header-photo-item:first-child {
        display: block;
        width: 12.15vw;
        min-width: 12.15vw;
        height: 12.15vw
    }

    .header-photo-item:nth-child(2) {
        display: block;
        width: 12.15vw;
        min-width: 12.15vw;
        height: 12.15vw
    }

    .header-photo-item {
        width: 12.15vw;
        min-width: 12.15vw;
        height: 12.15vw;
        padding: .56vw;
        margin: 0 .6vw
    }

    .header-photo-item:nth-child(3) {
        padding: .56vw;
        width: 12.15vw;
        min-width: 12.15vw;
        height: 12.15vw
    }

    .header-photo-item:nth-child(4) {
        padding: .56vw;
        width: 12.15vw;
        min-width: 12.15vw;
        height: 12.15vw
    }

    .header-photo-item:nth-child(5) {
        width: 17.92vw;
        min-width: 17.92vw;
        height: 17.92vw;
        padding: .63vw
    }

    .header-photo-item:nth-child(7) {
        display: block
    }

    .header-photo-item:nth-child(8) {
        display: block
    }

    .header-secondary__content {
        height: 26vw;
        padding-top: 2vw;
        padding-bottom: 2vw
    }

    .header-photo-item__name {
        padding: 5px 25px;
        font-size: 20px
    }

    .header-photo-item__text {
        font-size: 24px;
        min-width: 215px;
        height: 61px
    }

    .header-secondary__content {
        margin-top: 90px
    }

    .header-secondary__content {
        margin-bottom: 80px
    }

    .button--secondary {
        margin-top: 40px
    }

    .header--secondary {
        padding-bottom: 115px
    }

    .user__item {
        width: 100px;
        height: 100px;
        min-width: 100px
    }

    .user__item--last .user__item--content {
        font-size: 22px
    }

    .user__item--last {
        padding: 4px
    }

    .user__item--last {
        border-width: 4px
    }

    .user__item img {
        border-width: 4px
    }

    .user__item {
        padding: 4px
    }

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

    .secondary-item {
        width: 23%;
        height: 300px;
        padding: 10px 20px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border-radius: 15px;
        overflow: hidden
    }

    .items-section {
        padding-top: 40px
    }

    .secondary-item {
        margin-bottom: 50px
    }

    .secondary-item .h3 {
        font-size: 18px
    }

    .footer__menu--secondary .dot {
        margin-left: 15px;
        margin-right: 15px
    }

    .h1 span {
        display: inline-block
    }

    .main-screen__content-wrapper {
        text-align: left;
        margin-left: 0
    }

    .main-screen__content-wrapper .button {
        margin-left: 0
    }

    .main-screen .h2 {
        font-size: 56px
    }

    .main-screen__content {
        padding-left: 90px
    }

    .photo-item--1 .name-wrapper, .photo-item--2 .name-wrapper {
        background: #fff;
        color: #f63036
    }

    .item__image {
        width: 244px
    }

    .item .h3 br {
        display: none
    }

    .benefits__title {
        width: 260px;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%
    }

    .review__item-img {
        width: 84px;
        height: 84px
    }

    .review__item {
        padding: 24px;
        border-radius: 16px;
        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-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .stars-img {
        margin-top: 7px
    }

    .review__date {
        margin-left: 7px
    }

    .review__text {
        margin-top: 7px
    }

    .fixed-button-wrapper {
        display: block
    }

    .fixed-button-wrapper .container {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        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;
        padding: 7px 9px 7px 34px;
        width: 493px;
        max-width: 100%;
        background: #1a1521;
        color: #fff;
        border-radius: 50px;
        font-size: 30px;
        font-weight: 600;
        -webkit-box-shadow: 0px 0px 10px rgba(223, 83, 51, .43), -10px -5px 93.2px rgba(255, 170, 130, .37);
        box-shadow: 0px 0px 10px rgba(223, 83, 51, .43), -10px -5px 93.2px rgba(255, 170, 130, .37)
    }

    .fixed-button-wrapper .container .button {
        width: 292px;
        height: 51px;
        margin-right: 0;
        margin-left: 0;
        background: #fff;
        color: #29a0dc
    }

    .fixed-title {
        font-size: 30px;
        font-family: "IBM Plex Sans", sans-serif
    }

    .fixed-button-wrapper {
        padding-bottom: 40px
    }

    .fixed-button-wrapper img {
        display: none
    }

    .fixed-button-wrapper .tg-blue {
        display: block
    }

    .fixed-button-wrapper .button__icon {
        top: 0px
    }

    .footer {
        padding-bottom: 150px
    }

    .fixed-title {
        display: block
    }

    .about .container {
        width: 608px
    }

    .back-button {
        font-size: 18px;
        padding: 10px 21px
    }

    .back-button img {
        width: 8.13px;
        margin-right: 14.56px
    }

    .about__img-wrapper {
        margin-top: 24px;
        margin-bottom: 24px;
        border-radius: 20px;
        padding-top: 12px;
        border: 1px solid #3e2a38
    }

    .about p {
        margin-bottom: 5px
    }

    .about__img {
        width: 244px
    }

    .join-section {
        padding-top: 80px
    }

    .join-section .container {
        width: 608px
    }

    .join-img {
        margin-top: 42px;
        margin-bottom: 24px
    }

    .join-section .button--white {
        margin-top: 24px;
        width: 292px
    }

    .contact-section__title {
        font-size: 22px;
        margin-top: 48px
    }

    .contact-item {
        font-size: 18px;
        padding: 24px;
        border-radius: 20px;
        margin-bottom: 16px
    }

    .contact-item__icon {
        width: 48px;
        height: 48px;
        min-width: 48px
    }

    .contact-list {
        margin-bottom: 48px
    }

    .mt-5 {
        margin-bottom: 42px
    }

    .body--secondary .footer-dot {
        width: 2.5px;
        height: 2.5px;
        margin-left: 0px;
        margin-right: 0px
    }

    .body--secondary .header--secondary .header-secondary__content {
        overflow: hidden;
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .header-bg {
        width: 386px;
        left: 0;
        top: auto;
        bottom: 0
    }

    .header--secondary {
        overflow: hidden
    }

    .header-bg-2 {
        top: 150px;
        right: -25px;
        width: 300px
    }

    .secondary-item {
        width: 49%;
        margin-bottom: 20px
    }

    .secondary-items-list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .items-section--secondary .button {
        margin-top: 40px
    }

    .main-screen p {
        font-size: 18px
    }

    .text-image-section__title {
        font-size: 32px
    }

    .text-image-section__title br {
        display: none
    }

    .text-image-section__text {
        font-size: 23px;
        margin-left: auto;
        margin-right: auto
    }

    .photo-l {
        width: 120px;
        height: 120px;
        border-width: 3px
    }

    .photo-l {
        margin-left: -20px
    }

    .text-image-section__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .text-image-section__item {
        width: 50%
    }

    .text-image-section__item:first-child {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .text-image-section__item:last-child {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .photos-list {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        margin-left: auto;
        margin-right: auto;
        margin-top: 55px;
        margin-bottom: 0
    }

    .text-image-section__content {
        border-radius: 20px;
        padding: 50px 40px
    }

    .text-image__icon {
        line-height: 1;
        margin-bottom: 34px
    }

    .text-image-section__title {
        margin-bottom: 35px
    }

    .text-image-section {
        padding-top: 40px
    }

    .stars-img {
        width: 160px;
        margin-bottom: 14px;
        margin-top: 14px
    }

    .contact-item__icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .main-screen .h1 br {
        display: none
    }

    .contact-section .container p {
        margin-bottom: 0px;
        margin-top: 30px
    }
}