.section {
    margin-bottom: 95px;
}
.area-1__item-title-upd {
    margin-bottom: 20px;
    text-transform: uppercase;
}
.custom-container {
    max-width: 1774px;
    padding: 0 40px;
    width: 100%;
    margin: 0 auto;
}
.section-title {
    font-size: 68px;
    text-align: center;
}
.benefits__content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin: 95px auto 0 auto;
    grid-row-gap: 6em;
    max-width: 1482px;
}
.benefits__item {
    display: grid;
    align-items: center;
    gap: 24px;
    justify-content: center;
    grid-template-columns: auto 290px;
}
.benefits__item:nth-child(-n+3) {
    margin-top: 0;
}
.benefits__item-text {
    color: #191919;
    opacity: 0.4;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    height: 100%;
}
.benefits__item-title {
    font-weight: 600;
    font-size: 30px;
}
.benefits__item-subtitle {
    font-weight: 500;
    font-size: 24px;
    margin-top: 15px;
}
.area-1__content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.area-1__image {
    width: 100%;
    position: relative;
}

.area-1__item {
    display: grid;
    justify-content: space-between;
    grid-template-columns: repeat(2, 1fr);
    padding: 50px;
    background: #F2F2F2;
    border-radius: 60px;
    gap: 36px;
}
.area-1__text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 700px;
    gap: 36px;
}
.area-2__item-benefits-text ul {
    margin-top: 15px;
    font-size: 24px;
    font-weight: 500;
    list-style-type: none;
    padding-left: 16px;
}
.area-2__item-benefits-text li {
    position: relative;
}
.area-2__item-benefits-text li::before {
    content: '•';
    position: absolute;
    top: 0;
    left: -16px;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    color: black;
}
.area-2__item-benefits-text p {
    margin-top: 15px;
    font-size: 24px;
    font-weight: 500;
}

.area-1__text-description {
    font-size: 24px;
    font-weight: 500;
}
.area-1__item-title {
    font-size: 50px;
    font-weight: 600;
}
.area-1__item-benefits-value {
    font-size: 30px;
    font-weight: 600;
}
.area-1__item-benefits-description {
    font-size: 24px;
    font-weight:500;
    margin-top: 15px;
}
.area-1__item-benefits {
    margin-top: 48px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
}
.area-1__item-benefits-text {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
.area-1__item-benefits-item {
    display: flex;
    gap: 24px;
    align-items: center;
}
.area-1__img {
    position: relative;
}
.area-1__img img {
    width: 100%;
    /*height: 100%;*/
    border-radius: 40px;
}
.area-2__img img {
    width: 100%;
    /*height: 100%;*/
    border-radius: 40px;
}
.area-1__link-btn {
    bottom: 33px;
    text-decoration: none;
    /*color: black;*/
    color: white;
    right: 33px;
    display: inline-block;
    /*padding: 15px;*/
    padding: 15px 25px;
    border-radius: 60px;
    /*background: #FFFFFF;*/
    background: #46CB44;
    /*position: absolute;*/
    transition: .5s;
}
.area-1__link-btn:hover {
    background: black;
    transition: .5s;
    color: #fff;
}
.area-2__content {
    margin-top: 95px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.area-2__item {
    padding: 50px;
    background: #F2F2F2;
    border-radius: 60px;
    gap: 130px;
}
.area-2__item-content {
   display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 157px;
}
.area-2__text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.area-2__item-title {
    font-size: 50px;
    font-weight: 600;
}
.area-2__item-benefits-item {
    min-width: 300px;
    display: flex;
    gap: 24px;
}
.area-2__item-benefits-list {
    margin-top: 15px;
    font-size: 24px;
    font-weight: 500;
    list-style-type: none;
    padding-left: 16px;
}
.area-2__item-benefits-list li {
    position: relative;
}
.area-2__item-benefits-list li::before {
    content: '•';
    position: absolute;
    top: 0;
    left: -16px;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    color: black;
}
.area-2__item-benefits-value {
     font-size: 30px;
     font-weight: 600;
 }
.area-2__item-benefits {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.area-2__item-benefits-description {
    margin-top: 15px;
    font-size: 24px;
    font-weight:500;
}

.accordion__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    margin-top: 100px;
}

.accordion__button {
    gap: 18px;
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    font-size: 40px;
}

.accordion__icon {
    width: 34px;
    height: 34px;
    transition: transform 0.2s ease-in-out;
    transform: rotate(180deg);
}
.accordion__icon.active {
    transform: rotate(360deg);
}
.accordion__blocks {
    display: grid;
    flex-wrap: wrap;
    grid-template-columns: repeat(2, 1fr);
    justify-content: space-between;
    padding: 0 99px;
    margin-top: 48px;
    column-gap: 20px;
    row-gap: 20px;
}
.accordion__content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
}

.accordion__block {
    max-width: 629px;
    margin-bottom: 0;
}

.accordion__block:nth-child(-n + 2) {
    margin-bottom: 50px;
}

.accordion__block:last-child {
    border-bottom: none;
}
.accordion__block-title {
    font-size: 30px;
    font-weight: 600;
}

.accordion__block-description {
    margin-top: 15px;
    font-size: 24px;
}

.mobile-button-acc {
    display: none;
    color: black;
    gap: 18px;
    background: none;
    border: none;
    cursor: pointer;
    align-items: center;
    font-size: 40px;
}
.mobile-acc {
    display: none;
}
.desktop-acc {
    display: block;
}
.mobile-acc__header {
    display: none;
    margin: 0;
}
.partners-slider {
    margin-top: 40px;
}
.custom-slide {
    background: #F8F8F8;
    border-radius: 60px;
    display: flex;
    justify-content: center;
    padding: 22px 0;
}
.partners-title {
    font-size: 40px;
    font-weight: 600;
}
.pink-container {
    max-width: 1728px;
    padding: 0 50px;
    width: 100%;
    margin: 0 auto;
}
.bottom-bg {
    top: -434px;
    position: absolute;
    z-index: -1;
    left: -35%;
}
.position-relative {
    position: relative;
}
.footer__social-item {
    text-decoration: none;
    min-width: 60px;
    max-width: 60px;
    height: 60px;
    position: relative;
}
.pink-background {
    background-color: #272727;
}
.page-pink .main{
    background-color: #9BE5EF;
}
.pink-background .social_star {
    color: black;
}
.pink-background .footer__social svg path{
    fill: black;
}
.pink-background .footer__social-item:hover svg path {
    fill: #fff;
}
.pink-background .footer__top-title {
    color: black;
}
.pink-background .footer__top-title a {
    color: black;
}
.pink-background .footer .logo path {
    fill: black;
}
.pink-background .footer__phone {
    color: black;
}
.pink-background .footer__address {
    color: black;
}
.pink-background .footer_social {
    color: black;
}
.mobile-socials {
    display: none;
}
.header {
    /* padding: 47px 0; */
    position: relative;
    z-index: 999;
}
.header__wrapper {
    display: flex;
    justify-content: space-between;
}
.header__social {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    -ms-align-items: center;
    align-items: center;
    justify-content: flex-end;
}

.registration-wrapper {
    max-width: 597px;
    margin-top: 64px;
}

.header__social-item {
    text-decoration: none;
    min-width: 60px;
    max-width: 60px;
    height: 60px;
    position: relative;
}
.social_star {
    position: absolute;
    right: 0;
    color: white;
    font-size: 20px;
}
.header_social {
    color: white;
    text-align: right;
}
.header__social-item svg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.header__social-item svg path {
    fill: #272727;
    transition: .2s all;
}
.header__social-item:hover svg path {
    fill: #fff;
}
.pink-background .header .footer_social {
    margin-top: 4px;
    color: #272727;
    opacity: 0.7;
    font-size: 14px;
}
.landing-mobile-image {
    display: none;
}
.main-pink {
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: relative;
    z-index: 1;
}
.main-pink__title {
    font-size: 101px;
    color: #272727;
    font-weight: 700;
    margin-bottom: 60px;
}
.mobile-bg {
    display: none;
    position: absolute;
}
.main-pink__subtitle {
    letter-spacing: 0.62px;
    font-weight: 600;
    font-size: 39px;
    color: #272727;
}
.timer-text {
    font-size: 29px;
    color: #394F98;
    font-weight: 600;
}
.timer__wrapper {
    display: flex;
    flex-wrap: nowrap;
    gap: 75px;
    color: #272727;
    margin-top: 15px;
}
.landing-text .registration-btn {
    max-width: 597px;
    margin-top: 30px;
}
.timer-time__box {
    width: 142px;
    height: 142px;
    display: flex;
    border-radius: 30px;
    gap: 75px;
    justify-content: center;
    border: 3px solid #394F98;
}
.timer-time {
    font-size: 64px;
    width: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #394F98;
}
.left-part {
    margin: 64px 0 0 0;
}
.timer-time__text {
    margin-top: 15px;
   color: #394F98;
    font-size: 29px;
    text-align: center;
}
.registration-btn {
    width: 100%;
    background: #FFFFFF;
    font-size: 30px;
    margin-top: 18px;
    border-radius: 30px;
    padding: 22px 75px;
    transition: .5s;
    /* border: 3px solid #272727; */
    font-weight: 600;
}
.registration-btn:hover {
    color: #272727;
    transition: .5s;
    background: transparent;
    border: 3px solid #272727;
}
.main-pink__title-wrapper {
    position: relative;
    margin-top: 15px;
    letter-spacing: 0.7px;
}
.main-pink__title-wrapper h1 {
	 font-family: "Forum", serif!important;
  font-weight: 400;
  font-style: normal;
}
.main-pink__image {
    position: absolute;
    top: -4%;
    width: 279px;
    height: 137px;
    left: 14%;
}
.sale__wrapper {
    padding: 13px 55px;
    border-radius: 30px;
  /*   border: 3px solid #272727; */
    /* display: grid;
    grid-template-columns: 1fr 1fr; */
}
.residents__sale {
    display: flex;
    justify-content: flex-end;
    margin-top: 175px;
    position: relative;
    z-index: 2;
}
.sale__text {
    font-size: 43px;
    line-height: 43px;
    font-weight: 600;
}
.sale__percent {
    font-size: 50px;
    font-weight: 600;
    letter-spacing: 0px;
}
.sale__primary-text {
    font-size: 29px;
    font-weight: 600;
}
.sale-box {
    display: flex;
    justify-content: right;
    flex-direction: column;
    width: 553px;
}
.sale-box p {
    color: #272727;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sale__primary-text {
    margin-top: 16px;
}
.residents__wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 38px;
    position: relative;
    z-index: 2;
}
.residents {
    position: relative;
}
.residents__wrapper img {
    width: 100%;
    height: 100%;
}
.residents__item {
   /*  border-radius: 30px; */
    overflow: hidden;
    /* border: 3px solid #272727; */
    max-height: 432px;
        cursor: pointer;
}
.landing-text {
    max-width: 1215px;
    margin-top: 78px;
}
.landing-text p {
    color: #272727;
    font-size: 20px;
    margin-top: 37px;
  /*   line-height: 34.5px; */
}
.landing-text p:first-child {
    margin: 0;
}
.landing-section {
    margin-top: 80px;
    margin-bottom: 144px;
}
.landing-section img {
    width: 100%;
}
.text-image {
    position: relative;
}
.mobile-bottom-bg {
    display: none;
    position: absolute;
}
.mobile-logo {
    display: none;
}
.main-pink__image-mobile {
    display: none;
    position: absolute;
    top: -5px;
    width: 236px;
    height: 71px;
    left: 10px;
    max-width: 140px;
}
.header__social .social_star {
    color: #272727;
}
 .about__hero {
    	height: 363px;
    }
    @media (max-width: 768px) {
    	 .about__hero {
    	height: 200px;
    }
    }
@media (max-width: 1440px) {
    .area-1__item-title {
        font-size: 36px;
    }
   
    .area-1__item-benefits-value {
        font-size: 24px;
    }
    .area-1__item-benefits-description {
        font-size: 24px;
        margin-top: 12px;
    }
    .area-1__text-description {
        font-size: 24px;
        margin-top: 35px;
    }
    .area-1__item-benefits-icon img {
        max-width: 60px;
    }
    .area-1__item {
        gap: 12px;
        padding: 28px;
        border-radius: 28px;
    }
    .area-1__item-benefits {
        margin-top: 36px;
        row-gap: 20px;
        gap: 20px;
    }
    .area-1__link-btn {
        font-size: 24px;
        padding: 10px;
        bottom: 20px;
        right: 20px;
    }
}

@media (max-width: 1200px) {
    .left-part {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .main-pink__bg {
        display: none;
    }
    .main-pink__subtitle {
        font-size: 35px;
    }
    .main-pink__title {
        font-size: 90px;
    }
    .timer-text {
        margin-top: 105px;
    }
    .mobile-bottom-bg {
        display: block;
        left: -60px;
        top: -50px;
        transform: translate(60px, 5%);
    }
    .bottom-bg {
        display: none;
    }
    .registration-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .timer-text {
        text-align: center;
    }
    .timer__wrapper {
        justify-content: center;
    }
    .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
    }
    .mobile-bg {
        display: block;
        top: -61%;
        left: 40%;
        transform: translate(-47%) rotate(1deg);
        filter: blur(13px);
    }
    .mobile-bg img {
        height: 1600px;
    }
    .main-pink__title {
        text-align: center;
    }
    .main-pink__subtitle {
        text-align: center;
    }
    .main-pink {
        display: block;
    }
    .footer__social {
        justify-content: start;
    }
    .mobile-socials {
        display: block;
    }
    .custom-container {
        padding: 0 30px;
    }
    .pink-container {
        padding: 0 23px;
    }
    .benefits__content {
        gap: 50px;
    }
    .benefits__item-title {
        font-size: 25px;
    }
    .benefits__item-subtitle {
        font-size: 25px;
    }
    .section-title {
        font-size: 50px;
    }
    .section {
        margin-bottom: 66px;
    }
}

@media (max-width: 996px) {
    .timer__wrapper {
        justify-content: center;
        gap: 60px;
    }
    .timer-time {
        font-size: 50px;
        width: auto;
    }
    .timer-text {
        text-align: center;
    }
    .main-pink__title {
        font-size: 80px;
    }
    .main-pink__subtitle {
        font-size: 30px;
    }
    .left-part {
        margin: 105px 0;
    }
    .accordion__header {
        margin-top: 50px;
    }
    .accordion__button {
        font-size: 26px;
    }
    .accordion__block-description {
        font-size: 18px;
    }
    .accordion__block-title {
        font-size: 18px;
    }
    .area-2__item-benefits-list li {
        font-size: 14px;
    }
    .area-2__item-title {
        font-size: 26px;
    }
    .area-2__item-benefits-value {
        font-size: 18px;
    }
    .area-2__item-benefits-description {
        font-size: 18px;
        margin-top: 6px;
    }
    .area-2__text-description {
        font-size: 18px;
        margin-top: 35px;
    }
    .area-2__item-benefits-icon img {
        max-width: 43px;
    }
    .area-2__item {
        gap: 12px;
        padding: 28px;
        border-radius: 28px;
    }
    .area-2__item-benefits {
        margin-top: 30px;
        row-gap: 20px;
    }
    .area-2__content {
        margin-top: 37px;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    .accordion__blocks {
        padding: 0;
    }
    .area-2__item {
        padding: 28px;
    }
    .area-2__item-content {
        gap: 80px;
    }
    .benefits__content {
        gap: 30px;
    }
    .benefits__item-title {
        font-size: 18px;
    }
    .benefits__item-subtitle {
        font-size: 18px;
    }
    .benefits__item-img img {
        max-width: 60px;
    }
    .area-1__item-title {
        font-size: 28px;
    }
    .area-1__item-benefits-value {
        font-size: 16px;
    }
    .area-1__item-benefits-description {
        font-size: 16px;
        margin-top: 6px;
    }
    .area-1__text-description {
        font-size: 16px;
        margin-top: 35px;
    }
    .area-1__item-benefits-icon img {
        max-width: 43px;
    }
    .area-1__item {
        gap: 12px;
        padding: 28px;
        border-radius: 28px;
    }
    .area-1__item-benefits {
        margin-top: 30px;
        row-gap: 20px;
    }
    .area-1__link-btn {
        font-size: 16px;
        padding: 10px;
        bottom: 14px;
        right: 14px;
    }
}

@media (max-width: 768px) {
    .mobile-bottom-bg {
        display: block;
        left: -60px;
        top: -155px;
        transform: translate(60px, 5%);
    }
    .mobile-bottom-bg img {
        width: 745px;
    }
    .landing-section {
        margin-top: 69px;
        margin-bottom: 89px;
    }
    .landing-text .registration-btn {
        margin-top: 29px;
        max-width: 100%;
    }
    .landing-text {
        margin-top: 72px;
    }
    .residents__item {
        /* max-width: 322px; */
        max-height: 322px;
    }
    .sale__primary-text {
        margin-top: 0;
        font-size: 25px;
    }
    .sale__wrapper {
        padding: 12px 31px 12px 54px;
        height: 115px;
    }
    .sale-box {
        width: 500px;
    }
    .sale__primary-text {
        margin-top: 15px;
        justify-content: center;
    }
    .sale-box p {
        line-height: 37px;
    }
    .residents__sale {
        margin-top: 159px;
    }
    .sale__percent {
        font-size: 88px;
        font-weight: 600;
    }
    .sale__text {
        font-size: 36px;
        font-weight: 600;
    }
    .main-pink__title-wrapper {
        margin-top: 22px;
    }
    .main-pink__image {
        position: absolute;
        top: 0%;
        width: 240px;
        height: 119px;
        left: 14%;
    }
    .main-pink__title {
        margin-bottom: 13px;
        letter-spacing: 1.3px;
        font-size: 83px;
    }
    .main-pink__subtitle {
        font-size: 34px;
    }
    .header__wrapper .desktop-logo {
        width: 139px;
    }
    .header {
        padding: 64px 0 30px 0;
    }
    .left-part {
        margin-top: 101px;
        display: flex;
        flex-direction: column;
    }
    .timer__wrapper {
        margin-top: 21px;
    }
    .timer-text {
        margin-top: 41px;
        text-align: center;
        font-size: 25px;
    }
    .registration-wrapper {
        margin-top: 133px;
        max-width: 100%;
        width: 100%;
    }
    .landing-mobile-image {
        display: block;
    }
    .landing-image {
        display: none;
    }
    .registration-btn {
        font-size: 35px;
        width: 100%;
        padding: 25px 0;
    }
    .landing-text p {
        font-size: 25px;
        line-height: 30px;
        margin-top: 31px;
    }
    .residents__wrapper {
        grid-template-columns: repeat(1, 1fr);
        gap: 34px;
    }
    .residents__sale {
        justify-content: center;
    }
    .timer-time__box {
        max-width: 7.5rem;
        max-height: 7.5rem;
    }
    .timer__wrapper {
        justify-content: center;
        gap: 58px;
    }
    .timer-time {
        font-size: 55px;
    }
    .partners-title {
        font-size: 30px;
    }
    .area-2__item-content {
        gap: 12px;
    }
    .accordion__block:nth-child(-n + 2) {
        margin-bottom: 15px;
    }
    .accordion__blocks {
        padding: 0;
    }
    .accordion__block-title {
        font-size: 14px;
    }
    .accordion__block-description {
        font-size: 14px;
    }
    .area-2__item-benefits-list {
        margin-top: 6px;
    }
    .area-2__item-benefits-list li {
        font-size: 14px;
    }
    .accordion__button {
        font-size: 26px;
    }
    .area-2__item-title {
        font-size: 26px;
    }
    .area-2__item-benefits-value {
        font-size: 14px;
    }
    .area-2__item-benefits-description {
        font-size: 14px;
        margin-top: 6px;
    }
    .area-2__text-description {
        font-size: 14px;
        margin-top: 35px;
    }
    .area-2__item-benefits-icon img {
        max-width: 43px;
    }
    .area-2__item {
        gap: 12px;
        padding: 28px;
        border-radius: 28px;
    }
    .area-2__item-benefits {
        margin-top: 30px;
        row-gap: 20px;
    }
    .area-2__content {
        margin-top: 37px;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    .section {
        margin-bottom: 55px;
    }
    .custom-container {
        padding: 0 20px;
    }
    .pink-container {
        padding: 0 31px;
    }
    .section-title {
        font-size: 36px;
    }
    .benefits__content {
        margin-top: 44px;
        gap: 40px;
        grid-template-columns: repeat(2, 1fr);
    }
    .benefits__item-title {
        font-size: 14px;
    }
    .benefits__item-subtitle {
        font-size: 14px;
    }
    .benefits__item-img img {
        max-width: 50px;
    }
    .area-1__item-title {
        font-size: 26px;
    }
    .area-1__item-benefits-value {
        font-size: 14px;
    }
    .area-1__item-benefits-description {
        font-size: 14px;
        margin-top: 6px;
    }
    .area-1__text-description {
        font-size: 14px;
        margin-top: 35px;
    }
    .area-1__item-benefits-icon img {
        max-width: 43px;
    }
    .area-1__item {
        gap: 12px;
        padding: 28px;
        border-radius: 28px;
    }
    .area-1__item-benefits {
        margin-top: 30px;
        row-gap: 20px;
    }
    .area-1__link-btn {
        font-size: 14px;
        padding: 10px;
        bottom: 14px;
        right: 14px;
        margin-bottom: 10px;
    }
}
@media (max-width: 660px) {
    .desktop-acc {
        display: none;
    }
    .mobile-acc {
        display: block;
    }
    .mobile-button-acc {
        display: flex;
        font-size: 26px;
    }
    .accordion__button {
        display: none;
    }
    .accordion__header {
        margin: 0;
    }
    .mobile-acc__header {
        margin: 30px 0;
        display: block;
    }
    .accordion__blocks {
        margin: 0 0 30px 0;
    }
    .area-2__item-content {
        display: block;
    }
    .area-2__item {
        padding: 0;
        background: none;
    }
    .area-1__item-benefits {
        gap: 24px;
    }
    .area-1__item {
        display: block;
        background: none;
        padding: 0;
    }
    .area-1__text-description {
        margin: 30px 0;
    }
    .area-1__item-benefits-item {
        gap: 12px;
    }
}
@media (max-width: 550px) {
    .footer_social {
margin-top: 20px;
}
    .header__social-item {
        min-width: 50px;
        max-width: 50px;
        height: 50px;
    }
    .footer__social-item {
        min-width: 50px;
        max-width: 50px;
        height: 50px;
    }
    .mobile-bg img {
        width: 1100px;
        height: 1050px;
    }
    .mobile-bottom-bg {
        top: -80px;
    }
    .mobile-bottom-bg img {
        width: 458px;
    }
    .main {
        border-radius: 0px 0px 60px 60px;
    }
    .landing-text p:first-child {
        line-height: 17px;
    }
    .header {
        padding: 30px 0 30px 0;
    }
    .pink-container {
        padding: 0 20px;
    }
    .residents__item {
        border-radius: 15px;
        width: 100%;
        height: 100%;
    }
    .residents__sale {
        margin-top: -20px;
    }
    .sale-box p {
        line-height: 20px;
    }
    .landing-text .registration-btn {
        margin-top: 20px;
    }
    .landing-section {
        margin-top: 37px;
        margin-bottom: 82px;
    }
    .landing-text {
        margin-top: 33px;
    }
    .residents__wrapper {
        gap: 20px;
        margin-top: 19px;
    }
    .mobile-bg {
        top: -50%;
        left: 45%;
    }
    .pink-background .header .footer_social {
        margin-top: 10px;
    }
    .main-pink__title-wrapper {
        margin-top: 10px;
    }
    .registration-wrapper {
        margin-top: 25px;
    }
    .timer-text {
        margin-top: 28px;
    }

    .registration-btn {
        padding: 13px 0;
        margin-top: 12px;
    }
    .landing-text p {
        margin-top: 17px;
        font-size: 14px;
        line-height: 17px;
    }
    .sale__primary-text {
        margin-top: 5px;
    }
    .sale__wrapper {
                padding: 20px 34px;
        border-radius: 15px;
        height: 75px;
    }
    .sale__primary-text {
        font-size: 14px;
        text-align: center;
    }
    .sale-box {
        justify-content: center;
        align-items: center;
        max-width: 300px;
    }
    .sale__percent {
        font-size: 51px;
    }
    .sale__text {
        font-size: 21px;
        line-height: 28px;
    }
    .registration-wrapper {
        width: 100%;
    }
    .left-part {
        margin-top: 0;
    }b
    .main-section {
        padding-top: 146px;
    }
    .registration-btn {
        font-size: 20px;
        border-radius: 15px;
    }
    .timer-text {
        font-size: 14px;
    }
    .timer__wrapper {
        margin-top: 13px;
    }
    .timer-time__box {
        border-radius: 15px;
        min-width: 70px;
        max-height: 70px;
        width: 100%;
        height: 100%;
    }
    .timer__wrapper {
        gap: 15px;
        justify-content: space-between;
    }
    .timer-time__text {
        font-size: 14px;
    }
    .timer-time {
        font-size: 32px;
    }
    .main-pink__image {
        display: none;
    }
    .main-pink__image-mobile {
            display: block;
    position: absolute;
    top: 5px;
    width: 121px;
    height: 45px;
    left: 30px;
    max-width: 140px;
    transform: rotate(15deg);
    }
    .main-pink__title {
        font-size: 45px;
        line-height: 49px;
    }
    .main-pink__subtitle {
        font-size: 19px;
    }
    .desktop-logo {
        display: none;
    }
    .mobile-logo {
        display: block;
        padding-top: 10px;
    }
    .pink-background .header .footer_social {
        font-size: 7px;
    }
    .partners-slider {
        margin-top: 30px;
    }
    .partners-title {
        font-size: 22px;
    }
    .accordion__block {
        margin-bottom: 35px;
    }
    .accordion__block-description {
        margin-top: 9px;
    }
    .accordion__blocks {
        display: block;
    }
    .section-title {
        font-size: 26px;
    }
    .benefits__item-subtitle {
        margin-top: 6px;
    }
    .benefits__item {
        gap: 12px;
    }
    .benefits__content {
        margin-top: 49px;
        gap: 29px;
    }
}
.header-pink {
	padding: 47px 0;
}