@media (max-width: 767px) {
    .container {
        max-width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }
    
    .full-container {
        max-width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }

    .mobile {
        display: block;
    }

    header .menu-box {
        position: fixed;
        left: -110%;
        top: 0;
        width: 100%;
        height: 100% !important;
        background: #030C0A !important;
        transition: var(--all-inout);
        z-index: 5;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 50px;
        padding: 0 16px;
        padding-top: 120px;
        padding-bottom: 120px;
        overflow: hidden;
    }

    header .menu-box::before {
        width: 527px;
        height: 721px;
        content: "";
        top: -170px;
        left: 50%;
        transform: translateX(-50%);
        border-radius: 721px;
        background: #5BD6B8;
        filter: blur(200px);
        opacity: 0.7;
        position: absolute;
    }

    header .menu-box.open {
        left: 0;
    }

    header .menu-box > * {
        position: relative;
        order: 2;
    }

    header .menu-box .menu-but-close {
        width: 40px;
        height: 40px;
        position: absolute;
        top: 20px;
        right: 12px;
        background: url('../images/Frame48096340.svg') center center no-repeat;
        border: 0;
        padding: 0;
        cursor: pointer;
    }

    header .menu-box .title {
        text-align: center;
        color: var(--white);
        text-shadow: 367px 0px 103px rgba(0, 0, 0, 0.00), 235px 0px 94px rgba(0, 0, 0, 0.00), 132px 0px 79px rgba(0, 0, 0, 0.01), 59px 0px 59px rgba(0, 0, 0, 0.02), 15px 0px 32px rgba(0, 0, 0, 0.03);
        font-size: 48px;
        line-height: normal;
        letter-spacing: -1.92px;
    }

    header .menu-box #head-menu {
        height: auto;
        flex-direction: column;
    }

    header .menu-box .logo {
        max-width: 120px !important;
    }

    header .menu-box .logo img {
        filter: brightness(0) invert(1);
    }

    header .menu-box .social {
        display: flex;
        justify-content: center;
        gap: 12px;
        margin-top: auto;
    }

    header .box {
        gap: 0;
    }

    header .box .contacts {
        display: none;
    }

    header .box .menu-but {
        width: 30px;
        height: 30px;
        position: relative;
        cursor: pointer;
        margin-left: 60px;
    }

    header .box .menu-but span {
        width: 100%;
        height: 3px;
        background: var(--dark);
        border-radius: 3px;
        position: absolute;
        left: 0%;
        top: 50%;
        transform: translate(-50% 0);
    }

    header .box .menu-but span:nth-child(2) {
        width: 20px;
        left: initial;
        right: 0;
    }

    header .box .menu-but span:nth-child(1) {
        margin-top: -6px;
    }

    header .box .menu-but span:nth-child(3) {
        margin-top: 6px;
    }

    header .box .logo {
        max-width: 90px;
    }

    header .box > .call-but {
        padding: 0 16px;
        background: url('../images/green-rectangle-menu52.svg') top center / auto 62px no-repeat;
        height: 62px;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 180px;
    }
    
    header .box > .call-but a {
        gap: 4px;
        height: 28px;
        padding: 0;
        border-radius: 24px;
        text-decoration: none;
        background: none;
        color: var(--white);
        font-size: 12px;
        white-space: wrap;
        min-width: 10px;
        flex-direction: row-reverse;
        width: 105px;
    }
    
    header .box > .call-but a::after {
        display: none;
    }

    header .box > .call-but a span.icon {
        height: 28px;
        max-width: 28px;
        background: rgba(0, 0, 0, 0.25);
    }

    header .box > .call-but a span.icon img {
        max-height: 24px;
    }

    section.first-block {
        padding-top: 80px;
    }

    section.first-block .name {
        font-size: 70px;
        letter-spacing: -2.8px;
    }

    section.first-block .box {
        padding: 24px 24px 32px;
        margin-top: 0px;
        flex-direction: column;
    }

    section.first-block .box .slider {
        width: 100%;
        margin-left: 0px;
        height: 295px;
        border-radius: 16px;
        order: 1;
        margin-bottom: 40px;
    }

    section.first-block .box .slider .item {
        gap: 12px;
    }

    section.first-block .box .slider .item .num {
        font-size: 50px;
        line-height: 60px;
    }

    section.first-block .box .info {
        padding-bottom: 0px;
        gap: 16px;
        order: 2;
    }

    section.first-block .box::after {
        height: 100%;
        border-radius: 30px;
    }

    section.first-block .box .image {
        max-height: 290px;
        margin-bottom: 0px;
        order: 3;
        display: none;
    }

    section.first-block .box .info .addr {
        letter-spacing: 1px;
    }    

    section.first-block .box .info .title {
        max-width: 100%;
    }

    section.first-block .box .info .title h1 {
        font-size: 42px;
        text-align: center;
    }

    section.first-block .after {
        height: 68px;
        background: url('../images/rectangle53.svg') center bottom / auto 100% no-repeat;
        display: grid;
        gap: 8px 8px;
        margin-top: 0px;
        grid-template-columns: 1fr 1fr;
        padding: 12px 17%;
    }

    section.first-block .after div:nth-child(2n)::after {
        display: none;
    }

    section.we-offer {
        padding: 40px 0;
    }

    section.we-offer h2 {
        font-size: 24px;
        letter-spacing: -0.96px;
    }

    section.we-offer h2 + .box {
        margin-top: 32px;
    }

    section.we-offer .box {
        grid-template-columns: 100%;
        gap: 20px;
    }

    section.we-offer .box a.item {
        border-radius: 20px;
        padding: 8px 8px 16px 8px;
        gap: 13px;
    }

    section.we-offer .box a.item:first-child {
        grid-column-end: 2;
        grid-row-end: 2;     
        border-radius: 20px;
        padding: 8px 8px 16px 8px;
        gap: 13px;   
    }

    section.we-offer .box a.item .img {
        max-height: 130px;
        border-radius: 14px;
    }

    section.we-offer .box a.item:first-child .img {
        border-radius: 14px;
    }

    section.we-offer .box a.item .info .title {
        font-size: 18px;
        letter-spacing: 0;
    }

    section.we-offer .box a.item .info {
        gap: 0px;
        padding-right: 50px;
    }

    section.we-offer .box a.item:first-child .info {
        gap: 0px;
        padding-right: 50px;
    }

    section.we-offer .box a.item:first-child .info .title {
        font-size: 18px;
    }

    section.we-offer .box a.item:first-child .info .text {
        font-size: 14px;
    }

    section.we-offer .box a.item .info::after, section.we-offer .box a.item:first-child .info::after {
        width: 36px;
        height: 36px;
        top: 5px;
        right: 7px;
        background: url('../images/arrow2.svg') center center / 14px auto no-repeat, var(--dark);
    }

    section.additional-info {
        padding: 40px 0;
    }

    section.additional-info .container .icons .subtitle {
        height: 24px;
        background: url('../images/rectangle.svg') top center / auto 23px no-repeat;
        padding-top: 4px;
    }

    section.additional-info .container .icons {
        border-radius: 20px;
        padding: 0 8px 8px 8px;
        min-height: 10px;
        gap: 12px;
    }

    section.additional-info .container {
        gap: 24px;
        flex-direction: column;
    }

    section.additional-info .container .icons .text {
        font-size: 14px;
        font-weight: 500;
    }

    section.additional-info .container .icons .list {
        gap: 12px;
    }

    section.additional-info .container .icons .list .item {
        width: 54px;
        height: 54px;
        border-radius: 10px;
        padding: 8px;
    }

    section.additional-info .container > .text p, section.additional-info .container > .text ol, section.additional-info .container > .text ul {
        font-size: 16px;
        letter-spacing: 0;
        text-align: center;
    }

    section.gallery .box .item {
        margin: 0 8px;
        height: 500px;
        padding: 0;
    }

    section.gallery {
        padding: 40px 0;
        padding-bottom: 100px;
    }

    section.gallery .title h2 {
        font-size: 24px;
        letter-spacing: -0.96px;
        text-align: center;
        width: 100%;
    }

    section.gallery .title .controls {
        position: absolute;
        left: 0;
        top: 600px;
        width: 100%;
        padding: 0 32px;
    }

    section.gallery .title + .box {
        margin-top: 32px;
    }

    section.gallery .title .controls .nums {
        font-size: 14px;
    }

    section.packets {
        padding: 40px 0;
    }

    section.gallery .box .slick-arrow.slick-next {
        right: -5px;
    }

    section.gallery .box .slick-arrow.slick-prev {
        left: -5px;
    }

    section.gallery .box .slick-arrow {
        width: 50px;
        height: 50px;
        border-radius: 10px;
    }

    section.gallery .box .slick-arrow::before {
        background: url('../images/green-slider-arrow.svg') center center / auto 24px no-repeat;
    }

    section.packets .title {
        align-items: center;
        gap: 16px;
        flex-direction: column;
    }

    section.packets .title h2 {
        font-size: 24px;
        letter-spacing: -0.96px;
    }

    section.packets .title p {
        font-size: 16px;
        letter-spacing: 0;
        max-width: 100%;
        text-align: center;
    }

    section.packets .title + .box {
        margin-top: 32px;
    }

    section.packets .box {
        grid-template-columns: 100%;
    }

    section.packets .box .item .name {
        height: 65px;
        background: url('../images/green-packet-name.svg') center center / auto 65px no-repeat;
        font-size: 30px;
    }

    section.packets .box .item .price {
        gap: 0px;
        margin-top: 0px;
    }

    section.packets .box .item .price .cost {
        font-size: 36px;
    }

    section.packets .box .item .price p {
        font-size: 14px;
    }

    section.packets .box .item {
        border-radius: 30px;
        padding: 0 32px 57px 32px;
    }

    section.packets .box .item .list .row {
        padding: 9px 18px;
        gap: 16px;
    }

    section.packets .box .item .list .row span {
        font-size: 14px;
        letter-spacing: -0.56px;
    }

    section.packets .box .item .buts {
        margin-top: 10px;
        gap: 12px;
    }

    section.packets .box .item .buts a {
        height: 44px;
        font-size: 15px;
        letter-spacing: -0.56px;
    }

    .why-we {
        padding: 40px 0;
    }
    
    .why-we h2 {
        font-size: 24px;
        letter-spacing: -0.96px;
        text-align: center;
    }

    .why-we h2 + .box {
        margin-top: 32px;
        grid-template-columns: 100%;
        gap: 30px;
    }

    .why-we .box .image {
        height: 246px;
    }

    .why-we .box .image .inner {
        border-radius: 30px;
    }

    .why-we .box .list .item {
        padding: 20px 0;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .why-we .box .list .item::before {
        font-size: 14px;
        position: relative;
        left: initial;
        top: initial;
    }

    .why-we .box .list .item button::after {
        display: none;
    }

    .why-we .box .list .item button {
        font-size: 20px;
        letter-spacing: -0.8px;
    }

    .why-we .box .list .panel {
        max-height: 2000px;
    }

    .why-we .box .list .panel .inner {
        padding-top: 0;
        padding-right: 0;
    }

    .why-we .box .list .panel .inner > * {
        font-size: 16px;
    }

    section.contact-us {
        padding: 40px 0;
    }

    section.contact-us .box {
        display: flex;
        gap: 15px;
        flex-direction: column-reverse;
    }

    section.contact-us .box .contacts-info {
        margin-top: 0;
        height: auto;
        border-radius: 30px;
        padding: 24px;
        gap: 32px;
        padding-bottom: 30px;
    }

    section.contact-us .box .contacts-info p {
        font-size: 16px;
    }

    section.contact-us .box .contacts-info .phone p {
        font-size: 16px;
        letter-spacing: 0;
    }

    section.contact-us .box .contacts-info .phone a {
        font-size: 18px;
        letter-spacing: -0.7px;
    }

    section.contact-us .box .contacts-info .dop .call-but a {
        height: 44px;
        font-size: 14px;
        min-width: 200px;
        letter-spacing: -0.48px;
        padding: 3px 3px 3px 12px;
        gap: 4px;
    }

    section.contact-us .box .contacts-info .dop .social a {
        width: 44px;
        height: 44px;
    }

    section.contact-us .box .contacts-info .dop .call-but a .icon {
        max-width: 38px;
        height: 38px;
    }

    section.contact-us .box .contacts-info .dop .call-but a::after {
        width: 38px;
        height: 38px;
    }

    section.contact-us .box .info .inner {
        border-radius: 30px;
        padding: 32px;
        flex-direction: column-reverse;
    }

    section.contact-us .box .info .inner::before {
        border-radius: 30px;
    }

    section.contact-us .box .info .inner .image {
        height: 100%;
        width: 260px;
    }

    section.contact-us .box .info .inner .award {
        align-items: flex-start;
        gap: 14px;
        max-width: 120px;
        flex-direction: column;
        position: relative;
        z-index: 2;
    }

    section.contact-us .box .info .inner .award img {
        max-width: 85px;
    }

    section.contact-us .box .info .inner .award p {
        font-size: 10px;
        letter-spacing: -0.42px;
    }

    section.contact-us .box .info .inner .title {
        position: relative;
        z-index: 4;
        font-size: 32px;
        letter-spacing: -1.28px;
        max-width: 100%;
        border-radius: 15px;
        border: 0.466px solid #FFF;
        background: rgba(19, 18, 31, 0.15);
        backdrop-filter: blur(5px);
        padding: 20px;
        text-align: center;
    }

    section.contact-us .box .info {
        padding-top: 0px;
    }

    section.text-block {
        padding-bottom: 60px;
        padding-top: 40px;
    }

    section.text-block .title {
        font-size: 40px;
        letter-spacing: -1.6px;
    }

    section.text-block p {
        color: #7f7f7f;
        font-size: 16px;
        letter-spacing: 0;
        text-align: center;
    }

    footer .full-container .name {
        font-size: 70px;
    }

    footer .full-container {
        padding-top: 40px;
    }

    footer .box {
        border-radius: 30px;
        padding: 60px 0 32px;
    }

    footer .box .contacts {
        align-items: center;
        gap: 70px;
        flex-direction: column;
    }

    footer .box .contacts .item .title {
        font-size: 24px;
        letter-spacing: -0.96px;
    }

    footer .box .contacts .item .text {
        gap: 4px;
    }

    footer .box .contacts .item .text a {
        font-size: 16px;
        letter-spacing: -0.56px;
    }

    section.breadcrumbs-block {
        padding-top: 80px;
    }

    section.breadcrumbs-block .breadcrumbs > span a, section.breadcrumbs-block .breadcrumbs > span > span {
        font-size: 15px;
    }

    section.about-us-block {
        padding: 40px 0;
    }

    section.about-us-block h2 {
        font-size: 24px;
        letter-spacing: -0.96px;
        text-align: center;
    }

    section.about-us-block h2 + .box {
        margin-top: 32px;
    }

    section.about-us-block .box {
        gap: 40px;
    }

    .grid-2 {
        grid-template-columns: 100%;
    }

    section.about-us-block .box .text {
        padding: 30px;
        border-radius: 30px;
    }

    section.about-us-block .box .text p, section.about-us-block .box .text ul, section.about-us-block .box .text ol {
        font-size: 16px;
    }

    section.about-us-block .box .image {
        height: 250px;
    }

    section.about-us-block .box .image .inner {
        border-radius: 30px;
    }

    section.about-us-block .box .item:nth-child(2n) .text {
        order: 1;
    }

    section.about-us-block .box .item:nth-child(2n) .image {
        order: 2;
    }

    section.partnership-block {
        padding: 40px 0;
    }

    section.partnership-block h2 {
        font-size: 24px;
        letter-spacing: -0.92px;
        text-align: center;
    }

    section.partnership-block h2 + .box {
        margin-top: 32px;
        gap: 30px;
    }

    section.partnership-block .box .item .form-box {
        border-radius: 30px;
        padding: 0 32px 40px;
        gap: 30px;
    }

    section.partnership-block .box .item .form-box .title {
        height: 27px;
        background: url('../images/rectangle54.svg') top center / auto 100% no-repeat;
    }

    section.partnership-block .box .item .text h3 {
        font-size: 24px;
        letter-spacing: -0.92px;
    }

    section.partnership-block .box .item .text p, section.partnership-block .box .item .text ul, section.partnership-block .box .item .text ol {
        font-size: 16px;
    }

    section.partnership-block .box .item .text h3:not(:first-child) {
        margin-top: 16px;
    }

    section.partnership-block .box .item.contacts .info-item .title {
        font-size: 18px;
    }

    section.partnership-block .box .item.contacts .info-item .contacts-items a {
        font-size: 16px;
    }

    section.packets-block {
        padding: 40px 0;
    }

    section.packets-block h2 {
        font-size: 24px;
        letter-spacing: -0.92px;
        text-align: center;
    }

    section.packets-block h2 + .box {
        margin-top: 32px;
    }

    section.packets-block .box {
        gap: 40px;
    }

    section.packets-block .box .item {
        gap: 20px;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    section.packets-block .box .item .name {
        font-size: 32px;
        letter-spacing: -1.28px;
    }

    section.packets-block .box .item .info {
        max-width: 100%;
        gap: 30px;
    }

    section.packets-block .box .item .info .inner {
        padding: 32px 24px;
        border-radius: 30px;
        gap: 20px;
    }

    section.packets-block .box .item .info .inner .title {
        padding-bottom: 20px;
    }

    section.packets-block .box .item .info .inner .title .cost {
        font-size: 22px;
        letter-spacing: 0;
    }

    section.packets-block .box .item .info .inner .title h3 {
        font-size: 18px;
        letter-spacing: 0;
    }

    section.packets-block .box .item .info .inner .packet-info {
        padding-bottom: 20px;
        columns: 1;
        gap: 0;
    }

    section.packets-block .box .item .info .inner .packet-info .row {
        padding: 8px 12px;
        border-radius: 8px;
        margin-bottom: 8px;
        font-size: 14px;
        letter-spacing: 0;
    }

    section.packets-block .box .item .info .inner .additional {
        gap: 20px;
    }

    section.packets-block .box .item .info .inner .additional .row {
        padding-bottom: 20px;
        font-size: 16px;
        letter-spacing: 0;
    }

    section.packets-block .box .item .info .contacts-info .title {
        height: 13px;
        background: url('../images/rectangle55.svg') top center / auto 100% no-repeat;
        font-size: 10px;
        line-height: 92%;
        letter-spacing: 0;
    }

    section.packets-block .box .item .info .contacts-info {
        border-radius: 20px;
    }

    section.packets-block .box .item .info .contacts-info .contacts .call-but a {
        white-space: wrap;
        min-width: 10px;
    }

    .info-page {
        padding: 40px 0;
    }

    .info-page p {
        font-size: 16px;
    }

    .info-page h1 {
        font-size: 30px;
    }

    .info-page.page-404 h1 {
        font-size: 44px;
    }

    header .menu-box > div {
        height: auto
    }

    header .menu-box > div.phone a {
        color: var(--white);
        font-size: 20px;
        text-decoration: none;
    }


    











    











    



        


}

@media (min-width: 768px) and (max-width: 1109px) {
    .container {
        max-width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }
    
    .full-container {
        max-width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }

    .mobile {
        display: block;
    }

    header .menu-box {
        position: fixed;
        left: -110%;
        top: 0;
        width: 100%;
        height: 100% !important;
        background: #030C0A !important;
        transition: var(--all-inout);
        z-index: 5;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 50px;
        padding: 0 16px;
        padding-top: 120px;
        padding-bottom: 120px;
    }

    header .menu-box.open {
        left: 0;
    }

    header .menu-box .menu-but-close {
        width: 40px;
        height: 40px;
        position: absolute;
        top: 20px;
        right: 12px;
        background: url('../images/Frame48096340.svg') center center no-repeat;
        border: 0;
        padding: 0;
        cursor: pointer;
    }

    header .menu-box .title {
        text-align: center;
        color: var(--white);
        text-shadow: 367px 0px 103px rgba(0, 0, 0, 0.00), 235px 0px 94px rgba(0, 0, 0, 0.00), 132px 0px 79px rgba(0, 0, 0, 0.01), 59px 0px 59px rgba(0, 0, 0, 0.02), 15px 0px 32px rgba(0, 0, 0, 0.03);
        font-size: 48px;
        line-height: normal;
        letter-spacing: -1.92px;
    }

    header .menu-box #head-menu {
        height: auto;
        flex-direction: column;
    }

    header .menu-box .logo {
        max-width: 120px !important;
    }

    header .menu-box .logo img {
        filter: brightness(0) invert(1);
    }

    header .menu-box .social {
        display: flex;
        justify-content: center;
        gap: 12px;
        margin-top: auto;
    }

    header .box {
        gap: 0;
    }

    header .box .contacts {
        display: none;
    }

    header .box .menu-but {
        width: 30px;
        height: 30px;
        position: relative;
        cursor: pointer;
        margin-left: 60px;
    }

    header .box .menu-but span {
        width: 100%;
        height: 3px;
        background: var(--dark);
        border-radius: 3px;
        position: absolute;
        left: 0%;
        top: 50%;
        transform: translate(-50% 0);
    }

    header .box .menu-but span:nth-child(2) {
        width: 20px;
        left: initial;
        right: 0;
    }

    header .box .menu-but span:nth-child(1) {
        margin-top: -6px;
    }

    header .box .menu-but span:nth-child(3) {
        margin-top: 6px;
    }

    header .box .logo {
        max-width: 90px;
    }

    header .box > .call-but {
        padding: 0 16px;
        background: url('../images/green-rectangle-menu52.svg') top center / auto 62px no-repeat;
        height: 62px;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 180px;
    }
    
    header .box > .call-but a {
        gap: 4px;
        height: 28px;
        padding: 0;
        border-radius: 24px;
        text-decoration: none;
        background: none;
        color: var(--white);
        font-size: 12px;
        white-space: wrap;
        min-width: 10px;
        flex-direction: row-reverse;
        width: 105px;
    }
    
    header .box > .call-but a::after {
        display: none;
    }

    header .box > .call-but a span.icon {
        height: 28px;
        max-width: 28px;
        background: rgba(0, 0, 0, 0.25);
    }

    header .box > .call-but a span.icon img {
        max-height: 24px;
    }

    section.first-block {
        padding-top: 80px;
    }

    section.first-block .name {
        font-size: 70px;
        letter-spacing: -2.8px;
    }

    section.first-block .box {
        padding: 24px 24px 32px;
        margin-top: 0px;
        flex-direction: column;
    }

    section.first-block .box .slider {
        width: 100%;
        margin-left: 0px;
        height: 295px;
        border-radius: 16px;
        order: 1;
        margin-bottom: 40px;
    }

    section.first-block .box .slider .item {
        gap: 12px;
    }

    section.first-block .box .slider .item .num {
        font-size: 50px;
        line-height: 60px;
    }

    section.first-block .box .info {
        padding-bottom: 0px;
        gap: 16px;
        order: 2;
    }

    section.first-block .box::after {
        height: 100%;
        border-radius: 30px;
    }

    section.first-block .box .image {
        max-height: 290px;
        margin-bottom: 0px;
        order: 3;
        display: none;
    }

    section.first-block .box .info .addr {
        letter-spacing: 1px;
    }    

    section.first-block .box .info .title {
        max-width: 100%;
    }

    section.first-block .box .info .title h1 {
        font-size: 42px;
        text-align: center;
    }

    section.first-block .after {
        height: 68px;
        background: url('../images/rectangle53.svg') center bottom / auto 100% no-repeat;
        display: grid;
        gap: 8px 8px;
        margin-top: 0px;
        grid-template-columns: 1fr 1fr;
        padding: 12px 17%;
    }

    section.first-block .after div:nth-child(2n)::after {
        display: none;
    }

    section.we-offer {
        padding: 40px 0;
    }

    section.we-offer h2 {
        font-size: 24px;
        letter-spacing: -0.96px;
    }

    section.we-offer h2 + .box {
        margin-top: 32px;
    }

    section.we-offer .box {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }

    section.we-offer .box a.item {
        border-radius: 20px;
        padding: 8px 8px 16px 8px;
        gap: 13px;
    }

    section.we-offer .box a.item:first-child {
        grid-column-end: 2;
        grid-row-end: 2;     
        border-radius: 20px;
        padding: 8px 8px 16px 8px;
        gap: 13px;   
    }

    section.we-offer .box a.item .img {
        max-height: 130px;
        border-radius: 14px;
    }

    section.we-offer .box a.item:first-child .img {
        border-radius: 14px;
    }

    section.we-offer .box a.item .info .title {
        font-size: 18px;
        letter-spacing: 0;
    }

    section.we-offer .box a.item .info {
        gap: 0px;
        padding-right: 50px;
    }

    section.we-offer .box a.item:first-child .info {
        gap: 0px;
        padding-right: 50px;
    }

    section.we-offer .box a.item:first-child .info .title {
        font-size: 18px;
    }

    section.we-offer .box a.item:first-child .info .text {
        font-size: 14px;
    }

    section.we-offer .box a.item .info::after, section.we-offer .box a.item:first-child .info::after {
        width: 36px;
        height: 36px;
        top: 5px;
        right: 7px;
        background: url('../images/arrow2.svg') center center / 14px auto no-repeat, var(--dark);
    }

    section.additional-info {
        padding: 40px 0;
    }

    section.additional-info .container .icons .subtitle {
        height: 24px;
        background: url('../images/rectangle.svg') top center / auto 23px no-repeat;
        padding-top: 4px;
    }

    section.additional-info .container .icons {
        border-radius: 20px;
        padding: 0 8px 8px 8px;
        min-height: 10px;
        gap: 12px;
        max-width: 100%;
    }

    section.additional-info .container {
        gap: 24px;
        flex-direction: column;
    }

    section.additional-info .container .icons .text {
        font-size: 14px;
        font-weight: 500;
    }

    section.additional-info .container .icons .list {
        gap: 12px;
    }

    section.additional-info .container .icons .list .item {
        width: 54px;
        height: 54px;
        border-radius: 10px;
        padding: 8px;
    }

    section.additional-info .container > .text p, section.additional-info .container > .text ol, section.additional-info .container > .text ul {
        font-size: 16px;
        letter-spacing: 0;
        text-align: center;
    }

    section.gallery .box .item {
        margin: 0 8px;
        height: 500px;
        padding: 0;
    }

    section.gallery {
        padding: 40px 0;
        padding-bottom: 100px;
    }

    section.gallery .title h2 {
        font-size: 24px;
        letter-spacing: -0.96px;
        text-align: center;
        width: 100%;
    }

    section.gallery .title .controls {
        position: absolute;
        left: 0;
        top: 600px;
        width: 100%;
        padding: 0 32px;
    }

    section.gallery .title + .box {
        margin-top: 32px;
    }

    section.gallery .title .controls .nums {
        font-size: 14px;
    }

    section.packets {
        padding: 40px 0;
    }

    section.gallery .box .slick-arrow.slick-next {
        right: -5px;
    }

    section.gallery .box .slick-arrow.slick-prev {
        left: -5px;
    }

    section.gallery .box .slick-arrow {
        width: 50px;
        height: 50px;
        border-radius: 10px;
    }

    section.gallery .box .slick-arrow::before {
        background: url('../images/green-slider-arrow.svg') center center / auto 24px no-repeat;
    }

    section.packets .title {
        align-items: center;
        gap: 16px;
        flex-direction: column;
    }

    section.packets .title h2 {
        font-size: 24px;
        letter-spacing: -0.96px;
    }

    section.packets .title p {
        font-size: 16px;
        letter-spacing: 0;
        max-width: 100%;
        text-align: center;
    }

    section.packets .title + .box {
        margin-top: 32px;
    }

    section.packets .box {
        grid-template-columns: 100%;
    }

    section.packets .box .item .name {
        height: 65px;
        background: url('../images/green-packet-name.svg') center center / auto 65px no-repeat;
        font-size: 30px;
    }

    section.packets .box .item .price {
        gap: 0px;
        margin-top: 0px;
    }

    section.packets .box .item .price .cost {
        font-size: 36px;
    }

    section.packets .box .item .price p {
        font-size: 14px;
    }

    section.packets .box .item {
        border-radius: 30px;
        padding: 0 32px 57px 32px;
    }

    section.packets .box .item .list .row {
        padding: 9px 18px;
        gap: 16px;
    }

    section.packets .box .item .list .row span {
        font-size: 14px;
        letter-spacing: -0.56px;
    }

    section.packets .box .item .buts {
        margin-top: 10px;
        gap: 12px;
    }

    section.packets .box .item .buts a {
        height: 44px;
        font-size: 15px;
        letter-spacing: -0.56px;
    }

    .why-we {
        padding: 40px 0;
    }
    
    .why-we h2 {
        font-size: 24px;
        letter-spacing: -0.96px;
        text-align: center;
    }

    .why-we h2 + .box {
        margin-top: 32px;
        grid-template-columns: 100%;
        gap: 30px;
    }

    .why-we .box .image {
        height: 246px;
    }

    .why-we .box .image .inner {
        border-radius: 30px;
    }

    .why-we .box .list .item {
        padding: 20px 0;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .why-we .box .list .item::before {
        font-size: 14px;
        position: relative;
        left: initial;
        top: initial;
    }

    .why-we .box .list .item button::after {
        display: none;
    }

    .why-we .box .list .item button {
        font-size: 20px;
        letter-spacing: -0.8px;
    }

    .why-we .box .list .panel {
        max-height: 2000px;
    }

    .why-we .box .list .panel .inner {
        padding-top: 0;
        padding-right: 0;
    }

    .why-we .box .list .panel .inner > * {
        font-size: 16px;
    }

    section.contact-us {
        padding: 40px 0;
    }

    section.contact-us .box {
        display: flex;
        gap: 15px;
        flex-direction: column-reverse;
    }

    section.contact-us .box .contacts-info {
        margin-top: 0;
        height: auto;
        border-radius: 30px;
        padding: 24px;
        gap: 32px;
        padding-bottom: 30px;
    }

    section.contact-us .box .contacts-info p {
        font-size: 16px;
    }

    section.contact-us .box .contacts-info .phone p {
        font-size: 16px;
        letter-spacing: 0;
    }

    section.contact-us .box .contacts-info .phone a {
        font-size: 18px;
        letter-spacing: -0.7px;
    }

    section.contact-us .box .contacts-info .dop .call-but a {
        height: 44px;
        font-size: 14px;
        min-width: 200px;
        letter-spacing: -0.48px;
        padding: 3px 3px 3px 12px;
        gap: 4px;
    }

    section.contact-us .box .contacts-info .dop .social a {
        width: 44px;
        height: 44px;
    }

    section.contact-us .box .contacts-info .dop .call-but a .icon {
        max-width: 38px;
        height: 38px;
    }

    section.contact-us .box .contacts-info .dop .call-but a::after {
        width: 38px;
        height: 38px;
    }

    section.contact-us .box .info .inner {
        border-radius: 30px;
        padding: 32px;
        flex-direction: column-reverse;
    }

    section.contact-us .box .info .inner::before {
        border-radius: 30px;
    }

    section.contact-us .box .info .inner .image {
        height: 367px;
        width: 244px;
    }

    section.contact-us .box .info .inner .award {
        align-items: flex-start;
        gap: 14px;
        max-width: 120px;
        flex-direction: column;
        position: relative;
        z-index: 2;
    }

    section.contact-us .box .info .inner .award img {
        max-width: 85px;
    }

    section.contact-us .box .info .inner .award p {
        font-size: 10px;
        letter-spacing: -0.42px;
    }

    section.contact-us .box .info .inner .title {
        position: relative;
        z-index: 4;
        font-size: 32px;
        letter-spacing: -1.28px;
        max-width: 100%;
        border-radius: 15px;
        border: 0.466px solid #FFF;
        background: rgba(19, 18, 31, 0.15);
        backdrop-filter: blur(5px);
        padding: 20px;
        text-align: center;
    }

    section.contact-us .box .info {
        padding-top: 0px;
    }

    section.text-block {
        padding-bottom: 60px;
        padding-top: 40px;
    }

    section.text-block .title {
        font-size: 40px;
        letter-spacing: -1.6px;
    }

    section.text-block p {
        color: #7f7f7f;
        font-size: 16px;
        letter-spacing: 0;
        text-align: center;
    }

    footer .full-container .name {
        font-size: 70px;
    }

    footer .full-container {
        padding-top: 40px;
    }

    footer .box {
        border-radius: 30px;
        padding: 60px 0 32px;
    }

    footer .box .contacts {
        align-items: center;
        gap: 70px;
        flex-direction: column;
    }

    footer .box .contacts .item .title {
        font-size: 24px;
        letter-spacing: -0.96px;
    }

    footer .box .contacts .item .text {
        gap: 4px;
    }

    footer .box .contacts .item .text a {
        font-size: 16px;
        letter-spacing: -0.56px;
    }

    section.breadcrumbs-block {
        padding-top: 80px;
    }

    section.breadcrumbs-block .breadcrumbs > span a, section.breadcrumbs-block .breadcrumbs > span > span {
        font-size: 15px;
    }

    section.about-us-block {
        padding: 40px 0;
    }

    section.about-us-block h2 {
        font-size: 24px;
        letter-spacing: -0.96px;
        text-align: center;
    }

    section.about-us-block h2 + .box {
        margin-top: 32px;
    }

    section.about-us-block .box {
        gap: 40px;
    }

    .grid-2 {
        grid-template-columns: 100%;
    }

    section.about-us-block .box .text {
        padding: 30px;
        border-radius: 30px;
    }

    section.about-us-block .box .text p, section.about-us-block .box .text ul, section.about-us-block .box .text ol {
        font-size: 16px;
    }

    section.about-us-block .box .image {
        height: 250px;
    }

    section.about-us-block .box .image .inner {
        border-radius: 30px;
    }

    section.about-us-block .box .item:nth-child(2n) .text {
        order: 1;
    }

    section.about-us-block .box .item:nth-child(2n) .image {
        order: 2;
    }

    section.partnership-block {
        padding: 40px 0;
    }

    section.partnership-block h2 {
        font-size: 24px;
        letter-spacing: -0.92px;
        text-align: center;
    }

    section.partnership-block h2 + .box {
        margin-top: 32px;
        gap: 30px;
    }

    section.partnership-block .box .item .form-box {
        border-radius: 30px;
        padding: 0 32px 40px;
        gap: 30px;
    }

    section.partnership-block .box .item .form-box .title {
        height: 27px;
        background: url('../images/rectangle54.svg') top center / auto 100% no-repeat;
    }

    section.partnership-block .box .item .text h3 {
        font-size: 24px;
        letter-spacing: -0.92px;
    }

    section.partnership-block .box .item .text p, section.partnership-block .box .item .text ul, section.partnership-block .box .item .text ol {
        font-size: 16px;
    }

    section.partnership-block .box .item .text h3:not(:first-child) {
        margin-top: 16px;
    }

    section.partnership-block .box .item.contacts .info-item .title {
        font-size: 18px;
    }

    section.partnership-block .box .item.contacts .info-item .contacts-items a {
        font-size: 16px;
    }

    section.packets-block {
        padding: 40px 0;
    }

    section.packets-block h2 {
        font-size: 24px;
        letter-spacing: -0.92px;
        text-align: center;
    }

    section.packets-block h2 + .box {
        margin-top: 32px;
    }

    section.packets-block .box {
        gap: 40px;
    }

    section.packets-block .box .item {
        gap: 20px;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    section.packets-block .box .item .name {
        font-size: 32px;
        letter-spacing: -1.28px;
    }

    section.packets-block .box .item .info {
        max-width: 100%;
        gap: 30px;
    }

    section.packets-block .box .item .info .inner {
        padding: 32px 24px;
        border-radius: 30px;
        gap: 20px;
    }

    section.packets-block .box .item .info .inner .title {
        padding-bottom: 20px;
    }

    section.packets-block .box .item .info .inner .title .cost {
        font-size: 22px;
        letter-spacing: 0;
    }

    section.packets-block .box .item .info .inner .title h3 {
        font-size: 18px;
        letter-spacing: 0;
    }

    section.packets-block .box .item .info .inner .packet-info {
        padding-bottom: 20px;
        columns: 1;
        gap: 0;
    }

    section.packets-block .box .item .info .inner .packet-info .row {
        padding: 8px 12px;
        border-radius: 8px;
        margin-bottom: 8px;
        font-size: 14px;
        letter-spacing: 0;
    }

    section.packets-block .box .item .info .inner .additional {
        gap: 20px;
    }

    section.packets-block .box .item .info .inner .additional .row {
        padding-bottom: 20px;
        font-size: 16px;
        letter-spacing: 0;
    }

    section.packets-block .box .item .info .contacts-info .title {
        height: 13px;
        background: url('../images/rectangle55.svg') top center / auto 100% no-repeat;
        font-size: 10px;
        line-height: 92%;
        letter-spacing: 0;
    }

    section.packets-block .box .item .info .contacts-info {
        border-radius: 20px;
    }

    section.packets-block .box .item .info .contacts-info .contacts .call-but a {
        white-space: wrap;
        min-width: 10px;
    }

}

@media (min-width: 1110px) and (max-width: 1229px) {
    :root {
	    --container: 1080px;
    }

    header .box {
        gap: 8px;
    }

    header .menu-box {
        padding: 0 67px;
        height: 70px;
        background: url('../images/green-header-menu-bg.svg') bottom center / auto 88px no-repeat;
    }

    header .menu-box #head-menu a {
        width: auto;
        padding: 0 12px;
        white-space: nowrap;
        height: 36px;
    }

    section.first-block .box .slider {
        width: 320px;
        margin-left: 0px;
        padding-bottom: 40px;
        height: 245px;
    }

    section.first-block .box .info {
        gap: 40px;
        max-width: 320px;
        padding-bottom: 70px;
    }

    section.first-block .box .info .title {
        max-width: 100%;
    }

    section.first-block .box .info .title h1 {
        font-size: 42px;
    }

    section.first-block .box {
        margin-top: -90px;
        padding: 0px 30px 0px 30px;
    }

    section.first-block .box::after {
        width: 100%;
        height: 370px;
    }

    section.first-block .after div {
	    font-size: 13px;
    }

    section.first-block .after {
        height: 60px;
        background: url('../images/rectangle53.svg') center bottom / auto 60px no-repeat;
        margin-top: -60px;
    }

    section.first-block .box .info .addr {
        letter-spacing: 0.4px;
    }

    section.first-block .name {
        font-size: 240px;
    }

    section.first-block .box .slider .item .num {
        font-size: 60px;
        line-height: 60px;
    }

    section.first-block .box .slider .item .text {
        font-size: 14px;
    }

    section.first-block .box .slider .item {
        padding: 24px 24px 0 24px;
    }

    section.first-block .box .slider .slick-dots {
        bottom: 18px;
    }

    section.first-block {
        padding-top: 80px;
    }

    section.we-offer h2 {
        font-size: 36px;
    }

    section.we-offer .box a.item .info::after {
        width: 50px;
        height: 50px;
        right: 0px;
    }

    section.we-offer .box a.item .info .title {
        font-size: 18px;
    }

    section.we-offer .box a.item .info .text {
        font-size: 13px;
    }

    section.we-offer .box {
        gap: 30px;
    }

    section.we-offer .box a.item {
        padding: 9px 9px 24px 9px;
    }

    section.we-offer .box a.item:first-child .info::after {
        width: 74px;
        height: 74px;
        right: 0px;
    }

    section.we-offer .box a.item:first-child {
        padding: 18px 18px 42px 18px;
        gap: 50px;
    }

    section.we-offer .box a.item .info {
        padding-right: 50px;
        gap: 4px;
    }

    section.we-offer .box a.item:first-child .info .text {
        font-size: 22px;
    }

    section.we-offer .box a.item:first-child .info .title {
        font-size: 36px;
    }

    section.additional-info .container {
        gap: 40px;
    }

    section.additional-info .container .icons {
        max-width: 580px;
        padding: 0 24px 24px 24px;
    }

    section.additional-info .container .icons .list .item {
        width: 80px;
        height: 80px;
        padding: 16px;
    }

    section.additional-info .container > .text p, section.additional-info .container > .text ol, section.additional-info .container > .text ul {
        font-size: 19px;
    }

    section.we-offer {
        padding: 60px 0;
    }

    section.additional-info {
        padding: 60px 0;
    }

    section.gallery {
        padding: 60px 0;
    }

    section.gallery .title h2 {
        font-size: 36px;
    }

    section.gallery .title .controls .nums {
        font-size: 20px;
    }

    section.packets .title h2 {
        font-size: 36px;
    }

    section.packets .title p {
        font-size: 18px;
    }

    section.packets .box {
        gap: 32px;
    }

    section.packets .box .item {
        padding: 0 24px 50px 24px;
    }

    section.packets .box .item .name {
        height: 64px;
        background: url('../images/packet-name.svg') center center / auto 100% no-repeat;
        font-size: 28px;
    }

    section.packets .box .item .list .row {
        padding: 12px 16px;
    }

    section.packets .box .item .price {
        margin-top: 20px;
        gap: 4px;
    }

    section.packets .box .item .price .cost {
        font-size: 42px;
    }

    section.packets .box .item .list .row span {
        font-size: 15px;
    }

    section.packets .box .item .buts {
        margin-top: 10px;
    }

    section.packets .box .item .buts a {
        height: 48px;
        font-size: 15px;
    }

    section.packets {
        padding: 60px 0;
    }

    .why-we {
        padding: 60px 0;
    }

    .why-we h2 {
        font-size: 36px;
    }

    .why-we .box .list .item {
        padding: 32px 0 32px 120px;
    }

    .why-we h2 + .box {
        grid-template-columns: 387px auto;
    }

    .why-we .box .list .item button {
        font-size: 28px;
    }

    .why-we .box .list .panel .inner {
        padding-right: 120px;
    }

    .why-we .box .list .panel .inner > * {
        font-size: 18px;
    }

    section.contact-us {
        padding: 60px 0;
    }

    section.contact-us .box .contacts-info {
        margin-top: 80px;
        height: calc(100% - 80px);
        gap: 20px;
        padding: 32px 24px
    }

    section.contact-us .box .contacts-info p {
        font-size: 18px;
    }

    section.contact-us .box .contacts-info .dop .call-but a {
        font-size: 14px;
        min-width: 232px;
    }

    section.contact-us .box {
        grid-template-columns: 605px auto;
    }

    section.contact-us .box .info .inner .title {
        font-size: 36px;
        max-width: 260px;
    }

    section.contact-us .box .info .inner .award {
        max-width: 260px;
    }

    section.contact-us .box .info .inner .award p {
        font-size: 16px;
    }

    section.contact-us .box .info .inner .award img {
        max-width: 70px;
    }

    section.contact-us .box .info .inner .image {
        height: 460px;
        width: 305px;
    }

    section.contact-us .box .info {
        padding-top: 80px;
    }

    section.contact-us .box .info .inner {
        padding: 70px 40px 60px;
        gap: 55px;
    }

    section.text-block {
        padding-bottom: 100px;
        padding-top: 60px;
    }

    section.text-block .title {
        font-size: 45px;
    }

    section.text-block p {
        font-size: 26px;
        letter-spacing: -0.44px;
    }

    footer .full-container .name {
        font-size: 220px;
    }

    footer .full-container {
        padding-top: 135px;
    }

    footer .box .contacts .item .title {
        font-size: 32px;
    }

    footer .box .contacts .item .text a {
        font-size: 20px;
    }

    footer .box {
        padding: 100px 0 40px;
        gap: 100px;
    }

    section.breadcrumbs-block {
        padding-top: 90px;
    }

    section.breadcrumbs-block .breadcrumbs > span a {
        font-size: 18px;
    }

    section.breadcrumbs-block .breadcrumbs > span > span {
        font-size: 18px;
    }

    section.about-us-block {
        padding: 60px 0;
    }

    section.about-us-block h2 {
        font-size: 36px;
    }

    section.about-us-block .box {
        gap: 50px;
    }

    section.about-us-block .box .text {
        padding: 50px;
    }

    section.about-us-block .box .text p, section.about-us-block .box .text ul, section.about-us-block .box .text ol {
        font-size: 20px;
    }

    section.partnership-block {
        padding: 60px 0;
    }

    section.partnership-block .box .item .form-box {
        padding: 0 40px 40px;
    }

    section.partnership-block .box .item .text h3 {
        font-size: 36px;
    }

    section.partnership-block .box .item .text h3:not(:first-child) {
        margin-top: 32px;
    }

    section.partnership-block .box .item .text p, section.partnership-block .box .item .text ul, section.partnership-block .box .item .text ol {
        font-size: 22px;
    }

    section.partnership-block .box .item.contacts .info-item .contacts-items a {
        font-size: 20px;
    }

    section.packets-block {
        padding: 60px 0;
    }

    section.packets-block h2 {
        font-size: 36px;
    }

    section.packets-block .box .item .name {
        font-size: 44px;
    }

    section.packets-block .box .item .info {
        max-width: 860px;
    }

    section.packets-block .box .item .info .inner {
        padding: 40px 40px;
        gap: 30px;
    }

    section.packets-block .box .item .info .inner .title h3 {
        font-size: 36px;
    }

    section.packets-block .box .item .info .inner .title .cost {
        font-size: 36px;
    }

    section.packets-block .box .item .info .inner .additional .row {
        font-size: 24px;
        padding-bottom: 30px;
    }

    section.packets-block .box .item .info .inner .packet-info {
        gap: 12px 44px;
        padding-bottom: 30px;
    }

    section.packets-block .box .item .info .inner .packet-info .row {
        font-size: 15px;
        padding: 12px 20px;
    }

    section.packets-block .box {
        gap: 120px;
    }

    section.packets-block .box .item .info .inner .additional {
        gap: 30px;
    }

    section.packets-block .box .item .info .inner .title {
        padding-bottom: 30px;
    }

    
    
}

@media (min-width: 1230px) and (max-width: 1509px) {
    :root {
	    --container: 1200px;
    }

    header .box {
        gap: 8px;
    }

    header .menu-box {
        padding: 0 67px;
        height: 70px;
        background: url('../images/green-header-menu-bg.svg') bottom center / auto 88px no-repeat;
    }

    header .menu-box #head-menu a {
        width: auto;
        padding: 0 12px;
        white-space: nowrap;
        height: 36px;
    }

    section.first-block .box .slider {
        width: 360px;
        margin-left: 0px;
        padding-bottom: 40px;
        height: 245px;
    }

    section.first-block .box .info {
        gap: 40px;
        max-width: 360px;
        padding-bottom: 70px;
    }

    section.first-block .box .info .title {
        max-width: 100%;
    }

    section.first-block .box .info .title h1 {
        font-size: 48px;
    }

    section.first-block .box::after {
        width: 100%;
        height: 390px;
    }

    section.first-block .after div {
	    font-size: 13px;
    }

    section.first-block .after {
        height: 60px;
        background: url('../images/rectangle53.svg') center bottom / auto 60px no-repeat;
        margin-top: -60px;
    }

    section.first-block .name {
        font-size: 260px;
    }

    section.first-block .box .slider .item .num {
        font-size: 60px;
        line-height: 60px;
    }

    section.first-block .box .slider .item .text {
        font-size: 14px;
    }

    section.first-block .box .slider .item {
        padding: 24px 24px 0 24px;
    }

    section.first-block .box .slider .slick-dots {
        bottom: 18px;
    }

    section.first-block {
        padding-top: 80px;
    }

    section.we-offer h2 {
        font-size: 40px;
    }

    section.we-offer .box a.item .info::after {
        width: 50px;
        height: 50px;
        right: 0px;
    }

    section.we-offer .box a.item .info .title {
        font-size: 20px;
    }

    section.we-offer .box {
        gap: 30px;
    }

    section.we-offer .box a.item {
        padding: 9px 9px 24px 9px;
    }

    section.we-offer .box a.item:first-child .info::after {
        width: 74px;
        height: 74px;
        right: 0px;
    }

    section.we-offer .box a.item:first-child {
        padding: 18px 18px 42px 18px;
        gap: 50px;
    }

    section.we-offer .box a.item .info {
        padding-right: 50px;
    }

    section.we-offer .box a.item:first-child .info .text {
        font-size: 22px;
    }

    section.we-offer .box a.item:first-child .info .title {
        font-size: 36px;
    }

    section.additional-info .container {
        gap: 40px;
    }

    section.additional-info .container .icons {
        max-width: 580px;
        padding: 0 24px 24px 24px;
    }

    section.additional-info .container .icons .list .item {
        width: 80px;
        height: 80px;
        padding: 16px;
    }

    section.additional-info .container > .text p, section.additional-info .container > .text ol, section.additional-info .container > .text ul {
        font-size: 20px;
    }

    section.we-offer {
        padding: 70px 0;
    }

    section.additional-info {
        padding: 70px 0;
    }

    section.gallery {
        padding: 70px 0;
    }

    section.gallery .title h2 {
        font-size: 40px;
    }

    section.gallery .title .controls .nums {
        font-size: 20px;
    }

    section.packets .title h2 {
        font-size: 40px;
    }

    section.packets .title p {
        font-size: 20px;
    }

    section.packets .box {
        gap: 32px;
    }

    section.packets .box .item {
        padding: 0 24px 50px 24px;
    }

    section.packets .box .item .name {
        height: 70px;
        background: url('../images/green-packet-name.svg') center center / auto 100% no-repeat;
        font-size: 32px;
    }

    section.packets .box .item .price {
        margin-top: 20px;
        gap: 4px;
    }

    section.packets .box .item .price .cost {
        font-size: 42px;
    }

    section.packets .box .item .list .row span {
        font-size: 16px;
    }

    section.packets .box .item .buts {
        margin-top: 10px;
    }

    section.packets .box .item .buts a {
        height: 48px;
        font-size: 16px;
    }

    section.packets {
        padding: 70px 0;
    }

    .why-we {
        padding: 70px 0;
    }

    .why-we h2 {
        font-size: 40px;
    }

    .why-we .box .list .item {
        padding: 32px 0 32px 120px;
    }

    .why-we h2 + .box {
        grid-template-columns: 417px auto;
    }

    .why-we .box .list .item button {
        font-size: 32px;
    }

    .why-we .box .list .panel .inner {
        padding-right: 120px;
    }

    .why-we .box .list .panel .inner > * {
        font-size: 18px;
    }

    section.contact-us {
        padding: 70px 0;
    }

    section.contact-us .box .contacts-info {
        margin-top: 80px;
        height: calc(100% - 80px);
        gap: 20px;
        padding: 32px 28px
    }

    section.contact-us .box .contacts-info p {
        font-size: 18px;
    }

    section.contact-us .box .contacts-info .dop .call-but a {
        font-size: 15px;
        min-width: 238px;
    }

    section.contact-us .box {
        grid-template-columns: 705px auto;
    }

    section.contact-us .box .info .inner .title {
        font-size: 44px;
        max-width: 330px;
    }

    section.contact-us .box .info .inner .award {
        max-width: 330px;
    }

    section.contact-us .box .info .inner .award p {
        font-size: 16px;
    }

    section.contact-us .box .info .inner .award img {
        max-width: 100px;
    }

    section.contact-us .box .info .inner .image {
        height: 460px;
        width: 305px;
    }

    section.contact-us .box .info {
        padding-top: 80px;
    }

    section.contact-us .box .info .inner {
        padding: 70px 40px 60px;
    }

    section.text-block {
        padding-bottom: 120px;
        padding-top: 70px;
    }

    section.text-block .title {
        font-size: 50px;
    }

    section.text-block p {
        font-size: 30px;
    }

    footer .full-container .name {
        font-size: 245px;
    }

    footer .full-container {
        padding-top: 135px;
    }

    footer .box .contacts .item .title {
        font-size: 32px;
    }

    footer .box .contacts .item .text a {
        font-size: 20px;
    }

    footer .box {
        padding: 100px 0 40px;
        gap: 100px;
    }

    section.breadcrumbs-block {
        padding-top: 90px;
    }

    section.breadcrumbs-block .breadcrumbs > span a {
        font-size: 18px;
    }

    section.breadcrumbs-block .breadcrumbs > span > span {
        font-size: 18px;
    }

    section.about-us-block {
        padding: 70px 0;
    }

    section.about-us-block h2 {
        font-size: 40px;
    }

    section.about-us-block .box {
        gap: 50px;
    }

    section.about-us-block .box .text {
        padding: 50px;
    }

    section.about-us-block .box .text p, section.about-us-block .box .text ul, section.about-us-block .box .text ol {
        font-size: 20px;
    }

    section.partnership-block {
        padding: 70px 0;
    }

    section.partnership-block .box .item .form-box {
        padding: 0 50px 50px;
    }

    section.partnership-block .box .item .text h3 {
        font-size: 40px;
    }

    section.partnership-block .box .item .text h3:not(:first-child) {
        margin-top: 32px;
    }

    section.partnership-block .box .item .text p, section.partnership-block .box .item .text ul, section.partnership-block .box .item .text ol {
        font-size: 22px;
    }

    section.partnership-block .box .item.contacts .info-item .contacts-items a {
        font-size: 20px;
    }

    section.packets-block {
        padding: 70px 0;
    }

    section.packets-block h2 {
        font-size: 40px;
    }

    section.packets-block .box .item .name {
        font-size: 48px;
    }

    section.packets-block .box .item .info {
        max-width: 900px;
    }

    section.packets-block .box .item .info .inner {
        padding: 60px 50px;
    }

    section.packets-block .box .item .info .inner .title h3 {
        font-size: 40px;
    }

    section.packets-block .box .item .info .inner .title .cost {
        font-size: 40px;
    }

    section.packets-block .box .item .info .inner .additional .row {
        font-size: 28px;
    }

    section.packets-block .box .item .info .inner .packet-info {
        gap: 12px 64px;
    }

    section.packets-block .box .item .info .inner .packet-info .row {
        font-size: 16px;
    }

    section.packets-block .box {
        gap: 160px;
    }




    


}