h3::after {
    display: none;
}

body {
    overflow: unset;
}

header {
    z-index: 7;
}

.f-share {
    z-index: 6!important;
}

.nextorch-landing {
    margin: 0;
    padding: 0;
    background-color: #FAFFFB;
}

.nexthead {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
}

.nexthead__name {
    margin: 0 0 20px;
    padding: 0;
    object-fit: contain;
    width: 100%;
}

.nexthead__image {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 687px;
    background-image: url(/image/catalog/landings/t53_set/nexthead_image_bg.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.nexthead__description {
    margin: 0;
    padding: 27px;
    background-color: #47B134;
    display: flex;
}

.nexthead__description p {
    margin: auto;
    padding: 0;
    color: #FAFFFB;
    font-size: 65px;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
}

.nexthead__text {
    margin: 50px 0 40px;
    padding: 0;
    color: #212121;
    font-size: 18px;
    font-weight: 500;
    line-height: 140%;
}

.nexthead__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(5, 220px);
    grid-template-rows: 1fr;
    justify-content: space-between;
}

.nexthead__item {
    margin: 0;
    padding: 0;
    width: 220px;
    height: 220px;
    border-radius: 220px;
    background-color: #47B134;
    display: flex;
}

.nexthead__item div {
    margin: auto;
    padding: 0;
    width: 180px;
    height: 180px;
    border-radius: 180px;
    background-color: #FAFFFB;
    display: flex;
}

.nexthead__item p {
    margin: auto;
    padding: 0;
    width: 158px;
    color: #212121;
    text-align: center;
    font-size: 18px;
    font-weight: 800;
    line-height: 140%;
    text-transform: uppercase;
}

@media screen and (max-width: 1499px) {
    .nexthead__image {
        height: 547px;
    }
    .nexthead__description {
        padding: 25px;
    }
    .nexthead__description p {
        font-size: 50px;
    }
    .nexthead__text {
        margin: 40px 0;
    }
    .nexthead__list {
        grid-template-columns: repeat(5, 186px);
    }
    .nexthead__item {
        width: 186px;
        height: 186px;
    }
    .nexthead__item div {
        width: 153px;
        height: 153px;
    }
    .nexthead__item p {
        width: 141px;
        font-size: 16px;
    }
}

@media screen and (max-width: 1299px) {
    .nexthead__image {
        height: 420px;
    }
    .nexthead__description {
        padding: 20px;
    }
    .nexthead__description p {
        font-size: 35px;
    }
    .nexthead__text {
        margin: 30px 0;
    }
    .nexthead__list {
        grid-template-columns: repeat(6, 1fr);
        grid-template-rows: repeat(2, 1fr);
    }
    .nexthead__item:nth-child(1) {
        grid-area: 1 / 1 / 2 / 3;
    }
    .nexthead__item:nth-child(2) {
        grid-area: 1 / 3 / 2 / 5;
    }
    .nexthead__item:nth-child(3) {
        grid-area: 1 / 5 / 2 / 7;
    }
    .nexthead__item:nth-child(4) {
        grid-area: 2 / 2 / 3 / 4;
    }
    .nexthead__item:nth-child(5) {
        grid-area: 2 / 4 / 3 / 6;
    }
    .nexthead__item {
        margin: 0 auto;
    }
}

@media screen and (max-width: 767px) {
    .nexthead__name {
        margin: 0 0 10px;
    }
    .nexthead__image {
        height: 65vw;
    }
    .nexthead__description {
        padding: 14px;
    }
    .nexthead__description p {
        font-size: 30px;
    }
    .nexthead__text {
        margin: 20px 0 30px;
        font-size: 16px;
    }
    .nexthead__item {
        width: 175px;
        height: 175px;
    }
    .nexthead__item div {
        width: 144px;
        height: 144px;
    }
    .nexthead__item p {
        width: 133px;
        font-size: 14px;
    }
}

@media screen and (max-width: 566px) {
    .nexthead__description {
        padding: 6px;
    }
    .nexthead__description p {
        font-size: 24px;
    }
    .nexthead__text {
        margin: 20px 0 80px;
        font-size: 16px;
    }
    .nexthead__list {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(5, 1fr);
    }
    .nexthead__item:nth-child(1) {
        grid-area: unset;
    }
    .nexthead__item:nth-child(2) {
        grid-area: unset;
    }
    .nexthead__item:nth-child(3) {
        grid-area: unset;
    }
    .nexthead__item:nth-child(4) {
        grid-area: unset;
    }
    .nexthead__item:nth-child(5) {
        grid-area: unset;
    }
    .nexthead__item {
        margin: -50px auto 0;
        width: 160px;
        height: 160px;
    }
    .nexthead__item div {
        width: 132px;
        height: 132px;
    }
    .nexthead__item p {
        width: 122px;
        font-size: 14px;
    }
}

.nights {
    margin: 300px 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.nights__title {
    margin: 0 auto;
    padding: 0;
    color: #47B134;
    text-align: center;
    font-size: 60px;
    font-weight: 700;
    line-height: 140%;
    text-transform: uppercase;
}

.nights__content {
    margin: 0;
    padding: 0;
    background-image: url(/image/catalog/landings/t53_set/nights_bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    display: flex;
    align-items: flex-end;
    height: 826px;
}

.nights__content-list {
    margin: 0;
    padding: 0;
    width: 100%;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: 1fr;
    align-items: start;
}

.nights__content-item {
    margin: 0;
    padding: 22px 37px;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 14px;
    justify-content: center;
}

.nights__content-item:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 130%;
    width: 2px;
    background-color: #FAFFFB;
}

.nights__content-item h3 {
    margin: 0;
    padding: 0;
    color: #FAFFFB;
    font-size: 18px;
    font-weight: 800;
    line-height: 140%;
    text-transform: uppercase;
}

.nights__content-item p {
    margin: 0;
    padding: 0;
    color: rgba(250, 255, 251, 0.9);
    font-size: 18px;
    font-weight: 500;
    line-height: 140%;
}

@media screen and (max-width: 1599px) {
    .nights__title {
        max-width: 730px;
    }
    .nights__content-item {
        padding: 27px 25px;
    }
}

@media screen and (max-width: 1499px) {
    .nights {
        margin: 250px 0;
        gap: 40px;
    }
    .nights__title {
        font-size: 50px;
        max-width: 800px;
    }
    .nights__content {
        height: 666px;
        background-image: url(/image/catalog/landings/t53_set/nights_bg_middle.webp);
        background-position: center bottom;
    }
    .nights__content-list {
        grid-template-columns: repeat(2, 221px);
        grid-template-rows: repeat(3, minmax(min-content, max-content));
        justify-content: space-between;
    }
    .nights__content-item {
        padding: 25px 20px;
        gap: 10px;
    }
    .nights__content-item:nth-child(1) {
        grid-area: 1 / 1 / 2 / 2;
    }
    .nights__content-item:nth-child(2) {
        grid-area: 2 / 1 / 3 / 2;
    }
    .nights__content-item:nth-child(3) {
        grid-area: 3 / 1 / 4 / 2;
    }
    .nights__content-item:nth-child(4) {
        grid-area: 2 / 2 / 3 / 3;
    }
    .nights__content-item:nth-child(5) {
        grid-area: 3 / 2 / 4 / 3;
    }
    .nights__content-item:not(:last-child)::after {
        right: 0;
        top: 0;
        height: 2px;
        width: 100%;
        background-color: #FAFFFB;
    }
    .nights__content-item:not(:last-child):nth-child(1):after {
        height: 0;
    }
    .nights__content-item:not(:last-child):nth-child(4):after {
        height: 0;
    }
    .nights__content-item:nth-child(5)::after {
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        height: 2px;
        width: 100%;
        background-color: #FAFFFB;
    }
}

@media screen and (max-width: 1299px) {
    .nights {
        gap: 30px;
    }
    .nights__title {
        font-size: 35px;
        max-width: unset;
    }
    .nights__content {
        height: 616px;
        background-image: url(/image/catalog/landings/t53_set/nights_bg.webp);
        background-size: 160% auto;
        background-position: center;
    }
    .nights__content-item {
        gap: 5px;
    }
}

@media screen and (max-width: 767px) {
    .nights {
        margin: 180px 0;
        gap: 0;
    }
    .nights__title {
        font-size: 30px;
    }
    .nights__content {
        background-image: url(/image/catalog/landings/t53_set/nights_bg_middle.webp);
        background-size: cover;
        background-position: center bottom;
    }
    .nights__content-list {
        grid-template-columns: repeat(2, 185px);
        justify-content: space-between;
    }
    .nights__content-item {
        margin: auto 0;
        padding: 12px;
        gap: 5px;
    }
    .nights__content-item h3 {
        font-size: 16px;
    }
    .nights__content-item p {
        font-size: 16px;
    }
}

@media screen and (max-width: 566px) {
    .nights {
        margin: 150px 0;
    }
    .nights__title {
        font-size: 25px;
        max-width: unset;
        text-align: left;
    }
    .nights__content {
        height: unset;
        background-image: unset;
        align-items: unset;
        display: flex;
        flex-direction: column;
        gap: 0;
        width: 100%;
    }
    .nights__content-image {
        margin: 20px 0 0;
        padding: 0;
        position: relative;
        background-image: url(/image/catalog/landings/t53_set/nights_bg_middle.webp);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        width: 100%;
        height: 111vw;
    }
    .nights__content-list {
        margin: 0;
        width: unset;
        grid-template-columns: 1fr;
        grid-template-rows: repeat(6, 1fr);
    }
    .nights__content-item:nth-child(1) {
        grid-area: unset;
    }
    .nights__content-item:nth-child(2) {
        grid-area: unset;
    }
    .nights__content-item:nth-child(3) {
        grid-area: unset;
    }
    .nights__content-item:nth-child(4) {
        grid-area: unset;
    }
    .nights__content-item:nth-child(5) {
        grid-area: unset;
    }
    .nights__content-item {
        margin: 0;
        padding: 10px 0;
        display: flex;
        flex-direction: row;
        gap: unset;
        justify-content: space-between;
    }
    .nights__content-item:not(:last-child) {
        border-bottom: 1px solid #212121;
    }
    .nights__content-item h3 {
        margin: 0;
        font-size: 16px;
        width: 114px;
        color: #47B134;
    }
    .nights__content-item:nth-child(4) h3 {
        word-break: break-all;
    }
    .nights__content-item p {
        margin: auto 0;
        font-size: 16px;
        color: #212121;
        width: 161px;
    }
}

.lights {
    margin: 300px auto;
    padding: 0;
}

.lights__title {
    margin: 0 auto;
    padding: 0;
    text-align: center;
    color: #47B134;
    font-size: 60px;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
}

.lights__desc {
    margin: 20px auto 75px;
    padding: 0;
    color: #212121;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 140%;
    max-width: 1139px;
}

.lights__content {
    margin: 0 auto;
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.lights__first {
    margin: auto -80px auto 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 50px;
    z-index: 2;
}

.lights__first img {
    margin: 0;
    padding: 0;
    object-fit: contain;
    width: 321px;
}

.lights__first div {
    margin: 0 auto;
    padding: 27px;
    width: 212px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: 2px solid #47B134;
}

.lights__first h3 {
    margin: 0 auto;
    padding: 0;
    text-align: center;
    color: #212121;
    font-size: 18px;
    font-weight: 800;
    line-height: 140%;
    text-transform: uppercase;
}

.lights__first p {
    margin: 0 auto;
    padding: 0;
    text-align: center;
    color: #47B134;
    font-size: 18px;
    font-weight: 800;
    line-height: 140%;
    text-transform: uppercase;
}

.lights__second {
    margin: auto 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 50px;
    z-index: 3;
}

.lights__second img {
    margin: 0;
    padding: 0;
    object-fit: contain;
    width: 433px;
}

.lights__second div {
    margin: 0 auto;
    padding: 27px;
    width: 212px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: 2px solid #47B134;
}

.lights__second h3 {
    margin: 0 auto;
    padding: 0;
    text-align: center;
    color: #212121;
    font-size: 18px;
    font-weight: 800;
    line-height: 140%;
    text-transform: uppercase;
}

.lights__second p {
    margin: 0 auto;
    padding: 0;
    text-align: center;
    color: #47B134;
    font-size: 18px;
    font-weight: 800;
    line-height: 140%;
    text-transform: uppercase;
}

.lights__third {
    margin: auto 0 auto -80px;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 50px;
    z-index: 2;
}

.lights__third img {
    margin: 0;
    padding: 0;
    object-fit: contain;
    width: 321px;
}

.lights__third div {
    margin: 0 auto;
    padding: 27px;
    width: 212px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: 2px solid #47B134;
}

.lights__third h3 {
    margin: 0 auto;
    padding: 0;
    text-align: center;
    color: #212121;
    font-size: 18px;
    font-weight: 800;
    line-height: 140%;
    text-transform: uppercase;
}

.lights__third p {
    margin: 0 auto;
    padding: 0;
    text-align: center;
    color: #47B134;
    font-size: 18px;
    font-weight: 800;
    line-height: 140%;
    text-transform: uppercase;
}

@media screen and (max-width: 1599px) {
    .lights__desc {
        margin: 20px auto 50px;
        max-width: 1113px;
    }
}

@media screen and (max-width: 1499px) {
    .lights {
        margin: 250px auto;
    }
    .lights__title {
        font-size: 50px;
    }
    .lights__desc {
        margin: 15px auto 40px;
        max-width: unset;
    }
    .lights__first {
        gap: 40px;
    }
    .lights__first div {
        padding: 25px;
        width: 208px;
    }
    .lights__second {
        gap: 40px;
    }
    .lights__second div {
        padding: 25px;
        width: 208px;
    }
    .lights__third {
        gap: 40px;
    }
    .lights__third div {
        padding: 25px;
        width: 208px;
    }
}

@media screen and (max-width: 1299px) {
    .lights {
        margin: 200px auto;
    }
    .lights__title {
        font-size: 35px;
    }
    .lights__desc {
        margin: 15px auto 30px;
    }
    .lights__first {
        margin: auto -70px auto 0;        
        gap: 30px;
    }
    .lights__first img {
        width: 259px;
    }
    .lights__first div {
        padding: 18px;
        width: 165px;
    }
    .lights__first h3 {
        font-size: 16px;
    }
    .lights__first p {
        font-size: 16px;
    }
    .lights__second { 
        gap: 30px;
    }
    .lights__second img {
        width: 340px;
    }
    .lights__second div {
        padding: 18px;
        width: 165px;
    }
    .lights__second h3 {
        font-size: 16px;
    }
    .lights__second p {
        font-size: 16px;
    }
    .lights__third {
        margin: auto 0 auto -70px;
        gap: 30px;
    }
    .lights__third img {
        width: 259px;
    }
    .lights__third div {
        padding: 18px;
        width: 165px;
    }
    .lights__third h3 {
        font-size: 16px;
    }
    .lights__third p {
        font-size: 16px;
    }
}

@media screen and (max-width: 767px) {
    .lights {
        margin: 180px auto;
    }
    .lights__title {
        font-size: 30px;
        line-height: 140%;
    }
    .lights__desc {
        margin: 10px auto 20px;
        font-size: 16px;
    }
    .lights__first {
        margin: auto -45px auto 0;        
        gap: 20px;
    }
    .lights__first img {
        width: 188px;
    }
    .lights__first div {
        border: 1px solid #47B134;
    }
    .lights__second { 
        gap: 20px;
    }
    .lights__second img {
        width: 250px;
    }
    .lights__second div {
        border: 1px solid #47B134;
    }
    .lights__third {
        margin: auto 0 auto -45px;
        gap: 20px;
    }
    .lights__third img {
        width: 188px;
    }
    .lights__third div {
        border: 1px solid #47B134;
    }
}

@media screen and (max-width: 566px) {
    .lights {
        margin: 150px auto;
    }
    .lights__title {
        font-size: 25px;
        text-align: left;
    }
    .lights__desc {
        margin: 10px auto 20px;
        font-size: 18px;
        text-align: left;
    }
    .lights__content {
        flex-direction: column;
        gap: 30px;
    }
    .lights__first {
        order: 3;
        margin: 0 auto;
    }
    .lights__first img {
        width: 60vw;
    }
    .lights__first div {
        padding: 15px;
        width: 170px;
    }
    .lights__second {
        order: 1;
        margin: 0 auto;
    }
    .lights__second img {
        width: 60vw;
    }
    .lights__second div {
        padding: 15px;
        width: 170px;
    }
    .lights__third {
        order: 2;
        margin: 0 auto;
    }
    .lights__third img {
        width: 60vw;
    }
    .lights__third div {
        padding: 15px;
        width: 170px;
    }
}

.fingers {
    margin: 300px 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.fingers__title {
    margin: 0 auto;
    padding: 0;
    text-align: center;
    color: #47B134;
    font-size: 60px;
    font-weight: 700;
    line-height: 140%;
    text-transform: uppercase;
}

.fingers__content {
    margin: 0 88px;
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border: 2px solid #47B134;
}

.fingers__content-wheel {
    margin: 0 0 0 -88px;
    padding: 0;
    display: flex;
    flex-direction: column;
    max-width: 559px;
}

.fingers__content-wheel-text {
    margin: 0 0 0 88px;
    padding: 27px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.fingers__content-wheel-text h3 {
    margin: 0;
    padding: 0;
    color: #47B134;
    font-size: 18px;
    font-weight: 800;
    line-height: 140%;
    text-transform: uppercase;
}

.fingers__content-wheel-text p {
    margin: 0;
    padding: 0;
    color: #212121;
    font-size: 18px;
    font-weight: 500;
    line-height: 140%;
}

.fingers__content-wheel-image {
    margin: 0 0 34px;
    padding: 0;
    object-fit: contain;
    width: 100%;
    max-width: 559px;
}


.fingers__content-button {
    margin: 0 -88px 0 0;
    padding: 0;
    display: flex;
    flex-direction: column-reverse;
    max-width: 559px;
}

.fingers__content-button-text {
    margin: 0 88px 0 0;
    padding: 27px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.fingers__content-button-text h3 {
    margin: 0;
    padding: 0;
    text-align: right;
    color: #47B134;
    font-size: 18px;
    font-weight: 800;
    line-height: 140%;
    text-transform: uppercase;
}

.fingers__content-button-text p {
    margin: 0;
    padding: 0;
    text-align: right;
    color: #212121;
    font-size: 18px;
    font-weight: 500;
    line-height: 140%;
}

.fingers__content-button-image {
    margin: 34px 0 0;
    padding: 0;
    object-fit: contain;
    width: 100%;
    max-width: 559px;
}

@media screen and (max-width: 1599px) {
    .fingers__title {
        font-size: 60px;
    }
    .fingers__content {
        margin: 0 23px;
    }
    .fingers__content-wheel {
        margin: 0 0 0 -23px;
    }
    .fingers__content-wheel-text {
        margin: 0 0 0 23px;
        padding: 20px;
    }
    .fingers__content-wheel-image {
        margin: 0 0 78px;
    }
    .fingers__content-button {
        margin: 0 -23px 0 0;
    }
    .fingers__content-button-text {
        margin: 0 23px 0 0;
        padding: 20px;
    }
    .fingers__content-button-image {
        margin: auto 0 0;
    }
}

@media screen and (max-width: 1499px) {
    .fingers {
        margin: 250px 0;
        gap: 40px;
    }
    .fingers__title {
        font-size: 50px;
    }
    .fingers__content {
        margin: 0 16px;
    }
    .fingers__content-wheel {
        margin: 0 0 0 -16px;
        max-width: 475px;
    }
    .fingers__content-wheel-text {
        margin: 0 0 0 16px;
        padding: 24px;
    }
    .fingers__content-wheel-image {
        margin: 0 0 25px;
        max-width: 475px;
    }
    .fingers__content-button {
        margin: 0 -16px 0 0;
        max-width: 475px;
    }
    .fingers__content-button-text {
        margin: 0 16px 0 0;
        padding: 24px;
    }
}

@media screen and (max-width: 1299px) {
    .fingers {
        gap: 30px;
    }
    .fingers__title {
        font-size: 35px;
    }
    .fingers__content {
        margin: 0 83px;
        flex-direction: column;
        gap: 30px;
    }
    .fingers__content-wheel {
        margin: 0 104px 0 -10px;
        max-width: unset;
    }
    .fingers__content-wheel-text {
        margin: 0 0 0 10px;
        padding: 18px 0 18px 18px;
        gap: 5px;
    }
    .fingers__content-wheel-image {
        margin: 0;
        max-width: unset;
    }
    .fingers__content-button {
        margin: 0 -10px 0 104px;
        padding: 0;
        max-width: unset;
        flex-direction: column;
        align-self: flex-end;
    }
    .fingers__content-button-text {
        margin: 0 10px 0 0;
        padding: 18px 18px 18px 0;
    }
    .fingers__content-button-image {
        margin: 0 0 20px;
        max-width: unset;
    }
}

@media screen and (max-width: 767px) {
    .fingers {
        margin: 180px 0;
        gap: 20px;
    }
    .fingers__title {
        font-size: 30px;
    }
    .fingers__content {
        margin: 0 21px;
        border: 1px solid #47B134;
    }
    .fingers__content-wheel {
        margin: 0 40px 0 -21px;
        max-width: unset;
    }
    .fingers__content-wheel-text {
        margin: 0 0 0 21px;
        padding: 10px;
        gap: 5px;
    }
    .fingers__content-wheel-text h3 {
        font-size: 16px;
    }
    .fingers__content-wheel-text p {
        font-size: 16px;
    }
    .fingers__content-wheel-image {
        margin: 0;
        max-width: unset;
    }
    .fingers__content-button {
        margin: 0 -21px 0 40px;
        max-width: unset;
    }
    .fingers__content-button-text {
        margin: 0 21px 0 0;
        padding: 10px 10px 10px 0;
        gap: 5px;
    }
    .fingers__content-button-text h3 {
        font-size: 16px;
    }
    .fingers__content-button-text p {
        font-size: 16px;
    }
    .fingers__content-button-image {
        margin: 0 0 8px;
        max-width: unset;
    }
}

@media screen and (max-width: 566px) {
    .fingers {
        margin: 150px 0;
        gap: 20px;
    }
    .fingers__title {
        margin: 0;
        font-size: 25px;
        text-align: left;
    }
    .fingers__content {
        border: unset;
        margin: 0;
        padding: 0;
        gap: 30px;
    }
    .fingers__content-wheel {
        margin: 0;
        padding: 0;
        gap: 16px;
    }
    .fingers__content-wheel-text {
        margin: 0;
        padding: 0;
        gap: 5px;
    }
    .fingers__content-button {
        margin: 0;
        padding: 0;
        gap: 16px;
    }
    .fingers__content-button-text {
        margin: 0;
        padding: 0;
        gap: 5px;
    }
    .fingers__content-button-text h3 {
        text-align: left;
    }
    .fingers__content-button-text p {
        text-align: left;
    }
    .fingers__content-button-image {
        margin: 0;
        padding: 0;
    }





}

.installations {
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: minmax(min-content, max-content) 1fr;
    grid-template-rows: repeat(3, minmax(min-content, max-content));
}

.installations__title {
    grid-area: 1 / 1 / 2 / 3;
    margin: 0 auto 50px;
    padding: 0;
    color: #47B134;
    text-align: center;
    font-size: 60px;
    font-weight: 700;
    line-height: 140%;
    text-transform: uppercase;
}

.installations__under {
    grid-area: 2 / 1 / 4 / 2;
    margin: 0;
    padding: 0;
    width: 740px;
    position: relative;
    background-image: url(/image/catalog/landings/t53_set/installations_under_bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
}

.installations__under img {
    margin: auto;
    padding: 0;
    width: 100%;
    max-width: 470px;
    object-fit: contain;
    z-index: 3;
}

.installations__under div {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 27px;
    border-right: 2px solid #FAFFFB;
    border-top: 2px solid #FAFFFB;
    width: 212px;
    z-index: 2;
}

.installations__under div p {
    margin: auto;
    padding: 0;
    color: #FAFFFB;
    text-align: center;
    font-size: 18px;
    font-weight: 800;
    line-height: 140%;
    text-transform: uppercase;
}

.installations__description {
    grid-area: 2 / 2 / 3 / 3;
    margin: 0;
    padding: 0 0 27px 27px;
    display: flex;
}

.installations__description p {
    margin: 0;
    padding: 0;
    color: #212121;
    font-size: 18px;
    font-weight: 500;
    line-height: 140%;
}

.installations__button {
    grid-area: 3 / 2 / 4 / 3;
    margin: 0;
    padding: 0;
    position: relative;
    background-image: url(/image/catalog/landings/t53_set/installations_button_bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
}

.installations__button img {
    margin: auto;
    padding: 56px 0 69px;
    width: 100%;
    max-width: 492px;
    object-fit: contain;
    z-index: 3;
}

.installations__button div {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 27px;
    border-right: 2px solid #FAFFFB;
    border-top: 2px solid #FAFFFB;
    width: 212px;
    z-index: 2;
}

.installations__button div p {
    margin: auto;
    padding: 0;
    color: #FAFFFB;
    text-align: center;
    font-size: 18px;
    font-weight: 800;
    line-height: 140%;
    text-transform: uppercase;
}

@media screen and (max-width: 1599px) {
    .installations__under {
        width: 575px;
    }
    .installations__under img {
        max-width: 399px;
    }
    .installations__description {
        padding: 0 0 20px 20px;
    }
}

@media screen and (max-width: 1499px) {
    .installations__title {
        margin: 0 auto 40px;
        font-size: 50px;
    }
    .installations__under {
        width: 459px;
    }
    .installations__under img {
        max-width: 375px;
    }
    .installations__under div {
        padding: 25px;
    }
    .installations__description {
        padding: 0 0 16px 16px;
    }
    .installations__button img {
        max-width: 405px;
    }
    .installations__button div {
        padding: 25px;
    }
}

@media screen and (max-width: 1299px) {
    .installations__title {
        margin: 0 auto 30px;
        font-size: 35px;
        max-width: 500px;
    }
    .installations__under {
        width: 364px;
    }
    .installations__under img {
        max-width: 345px;
    }
    .installations__under div {
        padding: 18px;
    }
    .installations__description {
        padding: 0 0 10px 10px;
    }
    .installations__button {
        padding: 45px 20px;
    }
    .installations__button img {
        max-width: 328px;
        padding: 0;
    }
    .installations__button div {
        padding: 18px;
        width: 196px;
    }
}

@media screen and (max-width: 767px) {
    .installations {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(4, minmax(min-content, max-content));
    }
    .installations__title {
        grid-area: 1 / 1 / 2 / 2;
        margin: 0 auto;
        font-size: 30px;
    }
    .installations__description {
        grid-area: 2 / 1 / 3 / 2;
        margin: 10px 0 30px;
        padding: 0;
        display: flex;
    }
    .installations__description p {
        font-size: 16px;
        text-align: center;
    }
    .installations__under {
        grid-area: 3 / 1 / 4 / 2;
        width: unset;
        height: 314px;
        background-image: url(/image/catalog/landings/t53_set/installations_under_bg.webp);
    }
    .installations__under img {
        max-width: 321px;
    }
    .installations__under div {
        padding: 10px;
        border-right: 1px solid #FAFFFB;
        border-top: 1px solid #FAFFFB;
        width: 177px;
    }
    .installations__under div p {
        font-size: 16px;
    }
    .installations__button {
        grid-area: 4 / 1 / 5 / 2;
        padding: 0;
        width: unset;
        height: 203px;
        background-image: url(/image/catalog/landings/t53_set/installations_button_bg.webp);
        background-position: center bottom;
    }
    .installations__button img {
        max-width: 328px;
    }
    .installations__button div {
        padding: 10px;
        border-right: 1px solid #FAFFFB;
        border-top: 1px solid #FAFFFB;
        width: 177px;
    }
    .installations__button div p {
        font-size: 16px;
    }
}

@media screen and (max-width: 566px) {
    .installations__title {
        font-size: 25px;
        text-align: left;
    }
    .installations__description {
        margin: 10px 0 20px;
    }
    .installations__description p {
        text-align: left;
    }
    .installations__under img {
        max-width: 259px;
    }
    .installations__button img {
        max-width: 260px;
    }
}

.watersafes {
    margin: 300px 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    position: relative;
}

.watersafes__content {
    margin: 0;
    padding: 50px 285px 655px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    background-image: url(/image/catalog/landings/t53_set/watersafes_bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.watersafes__content h2 {
    margin: 0;
    padding: 0;
    color: #FAFFFB;
    text-align: center;
    font-size: 60px;
    font-weight: 700;
    line-height: 140%;
    text-transform: uppercase;
}

.watersafes__description {
    position: absolute;
    top: 248px;
    left: 92px;
    right: 92px;
    margin: 0;
    color: #FAFFFB;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 140%;
}

.watersafes__list {
    margin: -150px auto 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(3, 300px);
    grid-template-rows: 1fr;
    gap: 70px;
}

.watersafes__item {
    margin: 0;
    padding: 0;
    width: 300px;
    height: 300px;
    border-radius: 300px;
    background-color: #47B134;
    display: flex;
}

.watersafes__item div {
    margin: auto;
    padding: 0;
    width: 245px;
    height: 245px;
    border-radius: 245px;
    background-color: #FAFFFB;
    display: flex;
}

.watersafes__item p {
    margin: auto;
    padding: 0;
    width: 210px;
    color: #212121;
    text-align: center;
    font-size: 18px;
    font-weight: 800;
    line-height: 140%;
    text-transform: uppercase;
}

@media screen and (max-width: 1599px) {
    .watersafes__content {
        padding: 50px 120px 562px;
    }
    .watersafes__description {
        top: 239px;
        left: 28px;
        right: 28px;
    }
    .watersafes__list {
        gap: 50px;
    }
}

@media screen and (max-width: 1499px) {
    .watersafes {
        margin: 250px 0;
    }
    .watersafes__content {
        padding: 40px 105px 518px;
    }
    .watersafes__content h2 {
        font-size: 50px;
    }
    .watersafes__description {
        top: 195px;
        left: 30px;
        right: 30px;
    }
    .watersafes__list {
        margin: -129px auto 0;
        grid-template-columns: repeat(3, 258px);
        gap: 40px;
    }
    .watersafes__item {
        width: 258px;
        height: 258px;
    }
    .watersafes__item div {
        width: 210px;
        height: 210px;
    }
    .watersafes__item p {
        width: 170px;
    }
}

@media screen and (max-width: 1299px) {
    .watersafes__content {
        padding: 40px 100px 560px;
        background-image: url(/image/catalog/landings/t53_set/watersafes_bg_middle.webp);
    }
    .watersafes__content h2 {
        font-size: 35px;
    }
    .watersafes__description {
        top: 153px;
        left: 15px;
        right: 15px;
    }
    .watersafes__list {
        margin: -114px auto 0;
        grid-template-columns: repeat(3, 228px);
        gap: 17px;
    }
    .watersafes__item {
        width: 228px;
        height: 228px;
    }
    .watersafes__item div {
        width: 185px;
        height: 185px;
    }
    .watersafes__item p {
        width: 170px;
    }
}

@media screen and (max-width: 1099px) {
    .watersafes__content {
        padding: 40px 85px 73vw;
    }
}

@media screen and (max-width: 767px) {
    .watersafes {
        margin: 180px 0;
    }
    .watersafes__content {
        padding: 30px 40px 68vw;
    }
    .watersafes__content h2 {
        font-size: 30px;
    }
    .watersafes__description {
        position: relative;
        top: unset;
        left: unset;
        right: unset;
        margin: 21px 0 0;
        color: #212121;
    }
    .watersafes__list {
        margin: -100px auto 0;
        grid-template-columns: repeat(3, minmax(min-content, max-content));
        gap: unset;
    }
    .watersafes__item {
        width: 200px;
        height: 200px;
    }
    .watersafes__item:nth-child(2) {
        margin: 0 0 0 -32px;
    }
    .watersafes__item:nth-child(3) {
        margin: 0 0 0 -32px;
    }
    .watersafes__item div {
        width: 165px;
        height: 165px;
    }
    .watersafes__item p {
        width: 155px;
        font-size: 16px;
    }
}

@media screen and (max-width: 566px) {
    .watersafes {
        margin: 150px 0;
    }
    .watersafes__content {
        padding: 20px 14px 75vw;
        background-position: left bottom;
    }
    .watersafes__content h2 {
        font-size: 25px;
    }
    .watersafes__description {
        margin: 20px 0 0;
        text-align: left;
    }
    .watersafes__list {
        margin: 0 auto 0;
        grid-template-columns: 1fr;
        grid-template-rows: repeat(3, 1fr);
        gap: unset;
    }
    .watersafes__item {
        margin: -65px auto 0;
    }
    .watersafes__item:nth-child(2) {
        margin: -65px auto 0;
    }
    .watersafes__item:nth-child(3) {
        margin: -65px auto 0;
    }
}

.autonomics {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    position: relative;
}

.autonomics__text {
    order: 3;
    margin: 0 200px;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.autonomics__text h2 {
    margin: 0 auto;
    padding: 0;
    color: #47B134;
    text-align: center;
    font-size: 60px;
    font-weight: 700;
    line-height: 140%;
    text-transform: uppercase;
}

.autonomics__text p {
    margin: 0 auto;
    padding: 0;
    color: #212121;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 140%;
}

.autonomics__image {
    order: 1;
    margin: 0 auto;
    padding: 0;
    position: relative;
    object-fit: contain;
    width: 100%;
    max-width: 685px;
}

.autonomics__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}

.autonomics__item {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
    max-width: 271px;
}

.autonomics__item h3 {
    margin: 0 auto;
    padding: 0;
    color: #47B134;
    text-align: center;
    font-size: 18px;
    font-weight: 800;
    line-height: 140%;
    text-transform: uppercase;
}

.autonomics__item p {
    margin: 0 auto;
    padding: 0;
    color: #212121;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 140%;
}

.autonomics__item span {
    font-size: 20px;
    font-weight: 800;
}

.autonomics__item-first {
    position: absolute;
    margin: 0 auto;
    top: -110px;
    left: 0;
    right: 0;
}

.autonomics__item-second {
    position: absolute;
    top: 190px;
    right: 40px;
    margin: auto 0;
}

.autonomics__item-third {
    position: absolute;
    top: 190px;
    left: 40px;
    margin: auto 0;
}

@media screen and (max-width: 1599px) {
    .autonomics__text {
        margin: 0 135px;
    }
    .autonomics__item-second {
        right: 30px;
        max-width: 183px;
    }
    .autonomics__item-third {
        left: 30px;
        max-width: 183px;
    }
}

@media screen and (max-width: 1499px) {
    .autonomics__text {
        margin: 0 35px;
        gap: 15px;
    }
    .autonomics__text h2 {
        font-size: 50px;
    }
    .autonomics__image {
        max-width: 562px;
    }
    .autonomics__item {
        gap: 10px;
    }
    .autonomics__item-first {
        top: -100px;
    }
    .autonomics__item-second {
        top: 115px;
        right: 10px;
    }
    .autonomics__item-third {
        top: 115px;
        left: 10px;
    }
}

@media screen and (max-width: 1299px) {
    .autonomics__text {
        margin: 0;
    }
    .autonomics__text h2 {
        font-size: 35px;
    }
    .autonomics__image {
        max-width: 461px;
        content: url(/image/catalog/landings/t53_set/autonomics_img_mini.webp);
    }
    .autonomics__item-first {
        top: -105px;
    }
    .autonomics__item-second {
        top: -15px;
        right: 5px;
    }
    .autonomics__item-third {
        top: -15px;
        left: 5px;
    }
}

@media screen and (max-width: 1099px) {
    .autonomics__item-second {
        top: -40px;
        right: calc(50vw - 360px);
    }
    .autonomics__item-third {
        top: -40px;
        left: calc(50vw - 360px);
    }
}

@media screen and (max-width: 767px) {
    .autonomics {
        margin: 230px 0 0 ;
    }
    .autonomics__text {
        gap: 10px;
    }
    .autonomics__text h2 {
        font-size: 30px;
    }
    .autonomics__image {
        max-width: 375px;
    }
    .autonomics__item h3 {
        font-size: 16px;
    }
    .autonomics__item p {
        font-size: 16px;
    }
    .autonomics__item span {
        font-size: 16px;
    }
    .autonomics__item-first {
        top: -110px;
        max-width: 163px;
    }
    .autonomics__item-second {
        top: -70px;
        right: calc(50vw - 275px);
        max-width: 163px;
    }
    .autonomics__item-third {
        top: -70px;
        left: calc(50vw - 275px);
        max-width: 163px;
    }
}

@media screen and (max-width: 566px) {
    .autonomics {
        margin: 0 ;
    }
    .autonomics__text {
        order: 1;
    }
    .autonomics__text h2 {
        margin: 0;
        font-size: 25px;
        text-align: left;
    }
    .autonomics__text p {
        text-align: left;
    }
    .autonomics__image {
        order: 2;
        margin: 20px auto;
        max-width: 90vw;
        content: url(/image/catalog/landings/t53_set/autonomics_img_micro.webp);
    }
    .autonomics__list {
        order: 3;
        display: flex;
        flex-direction: column;
        gap: 30px;
    }
    .autonomics__item {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        max-width: unset;
        gap: unset;
    }

    .autonomics__item h3 {
        margin: 0;
        text-align: left;
        width: unset;
    }
    .autonomics__item p {
        margin: 0;
        text-align: left;
        width: 163px;
    }
    .autonomics__item-first {
        position: relative;
        top: unset;
        left: unset;
        right: unset;
        max-width: unset;
        padding: 0;
        margin: 0;
        gap: 50px;
    }
    .autonomics__item-second {
        position: relative;
        top: unset;
        right: unset;
        max-width: unset;
        padding: 0;
        margin: 0;
        gap: 50px;
    }
    .autonomics__item-third {
        position: relative;
        top: unset;
        left: unset;
        max-width: unset;
        padding: 0;
        margin: 0;
        gap: 50px;
    }
}

.tents {
    margin: 300px 0 0;
    padding: 0 0 430px;
    display: flex;
    flex-direction: column;
    gap: 324px;
    background-image: url(/image/catalog/landings/t53_set/tents_bg.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center top 280px;
}

.warrantys {
    margin: 0;
    padding: 0 0 0 90px;
    display: flex;
    justify-content: space-between;
    gap: 86px;
}

.warrantys__image {
    margin: 0;
    padding: 0;
    object-fit: contain;
    width: 100%;
    max-width: 287px;
}

.warrantys__text {
    margin: 128px 0 auto;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.warrantys__text h2 {
    margin: 0;
    padding: 0;
    color: #47B134;
    font-size: 60px;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
}

.warrantys__text p {
    margin: 0;
    padding: 0;
    color: #212121;
    font-size: 18px;
    font-weight: 500;
    line-height: 140%;
}

.complectations {
    margin: 0;
    padding: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.complectations h2 {
    margin: 0;
    padding: 0;
    color: #47B134;
    font-size: 60px;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
}

.complectations__list {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 5px;
    list-style: none;
}

.complectations__item {
    margin: 0;
    padding: 0 0 0 27px;
    position: relative;
    color: #212121;
    font-size: 18px;
    font-weight: 800;
    line-height: 220%;
    text-transform: uppercase;
}

.complectations__item::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 17px;
    height: 17px;
    border-radius: 20px;
    margin: auto 0;
    background-color: #47B134;
}

.complectations__image {
    position: absolute;
    bottom: -282px;
    right: 0;
    width: 100%;
    max-width: 981px;
    object-fit: contain;
}

@media screen and (max-width: 1599px) {
    .tents {
        padding: 0 0 287px;
        gap: 271px;
        background-position: center top 280px;
    }
    .warrantys {
        padding: 0 0 0 24px;
        gap: 84px;
    }
    .warrantys__text {
        margin: 95px 0 auto;
    }
    .complectations__image {
        bottom: -259px;
        max-width: 917px;
    }
}

@media screen and (max-width: 1499px) {
    .tents {
        margin: 250px 0 0;
        padding: 0 0 254px;
        gap: 300px;
        background-position: center top 280px;
    }
    .warrantys {
        padding: 0;
        gap: 31px;
    }
    .warrantys__image {
        max-width: 266px;
    }
    .warrantys__text {
        margin: 65px 0 auto;
        gap: 15px;
    }
    .warrantys__text h2 {
        font-size: 50px;
    }
    .complectations {
        gap: 15px;
    }
    .complectations h2 {
        font-size: 50px;
    }
    .complectations__image {
        bottom: -254px;
        max-width: 817px;
    }
}

@media screen and (max-width: 1299px) {
    .tents {
        padding: 0 0 192px;
        gap: 200px;
        background-position: center top 260px;
    }
    .warrantys {
        gap: 15px;
    }
    .warrantys__image {
        max-width: 232px;
    }
    .warrantys__text {
        margin: 0 0 auto;
    }
    .warrantys__text h2 {
        font-size: 35px;
    }
    .complectations {
        gap: 15px;
    }
    .complectations h2 {
        font-size: 35px;
    }
    .complectations__image {
        bottom: -192px;
        max-width: 592px;
    }
}

@media screen and (max-width: 1099px) {
    .tents {
        padding: 0 0 25vw;
    }
    .warrantys__image {
        max-width: 30vw;
    }
    .complectations__image {
        max-width: 77vw;
        bottom: -25vw;
    }
}

@media screen and (max-width: 767px) {
    .tents {
        margin: 200px 0 0;
        padding: 0 0 177px;
        gap: 105px;
        background-position: center top 210px;
    }
    .warrantys {
        gap: 14px;
    }
    .warrantys__image {
        max-width: 30vw;
    }
    .warrantys__text h2 {
        font-size: 30px;
    }
    .warrantys__text p {
        font-size: 16px;
    }
    .complectations {
        gap: 10px;
    }
    .complectations h2 {
        font-size: 30px;
    }
    .complectations__item {
        padding: 0 0 0 14px;
        font-size: 13px;
    }
    .complectations__item::after {
        width: 10px;
        height: 10px;
    }
    .complectations__image {
        bottom: -177px;
        max-width: 80vw;
    }
}

@media screen and (max-width: 566px) {
    .tents {
        margin: 150px 0 0;
        padding: 0;
        gap: unset;
        background-position: center top 460px;
    }
    .warrantys {
        gap: 90px;
        flex-direction: column-reverse;
    }
    .warrantys__image {
        margin: 0 122px 0 auto;
        max-width: 45vw;
    }
    .warrantys__text {
        gap: 10px;
    }
    .warrantys__text h2 {
        font-size: 25px;
    }
    .complectations {
        margin: 137px 0 30px;
        gap: 10px;
    }
    .complectations h2 {
        font-size: 25px;
        text-align: center;
    }
    .complectations__image {
        position: relative;
        bottom: unset;
        right: unset;
        max-width: 100vw;
    }




}
