* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: Outfit, sans-serif;
}
.container {
    width: 100%;
    max-width: 1714px;
    height: auto;
    padding: 0 27px;
    margin: 0 auto;
}
a {
    text-decoration: none;
}
ol,
ul {
    list-style-type: none;
}
html {
    scroll-behavior: smooth;
}
body,
html {
    height: 100%;
}
.overflow {
    overflow: hidden;
}
:root {
    --primary-50: #fcf5fb;
    --primary-50: #ff3e79;
    --primary-100: #efcde9;
    --primary-200: #e3a8d9;
    --primary-300: #d782c8;
    --primary-400: #ca5bb8;
    --primary-500: #be35a7;
    --primary-600: #982a86;
    --primary-700: #722064;
    --primary-800: #4c1543;
    --primary-900: #260b21;
}
.header {
    padding-top: 18px;
    padding-bottom: 31px;
}
.header-logo {
    display: block;
    width: clamp(101px, 8.59375vw, 165px);
    height: clamp(49px, 4.1666666667vw, 80px);
    margin: 0 auto 18px;
}
.header-logo img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
@media (max-width: 1199px) {
    .header-logo {
        margin: 0;
    }
    .header-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
        z-index: 101;
    }
}
.header-nav {
    -webkit-transition-property: left, -webkit-transform;
    transition-property: left, -webkit-transform;
    transition-property: transform, left;
    transition-property: transform, left, -webkit-transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
@media (max-width: 1199px) {
    .header-nav {
        position: fixed;
        left: -100%;
        top: 80px;
        top: 0;
        width: 100%;
        z-index: -1;
        padding-top: 124px;
        padding-bottom: 56px;
        backdrop-filter: blur(15px);
        border-radius: 0 0 10px 10px;
    }
}
.header-nav-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 1199px) {
    .header-nav-menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 30px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
.header-nav-menu_item_link {
    color: #012969;
    font-weight: 700;
    line-height: 25px;
    text-align: left;
    text-transform: uppercase;
    font-size: clamp(16px, 1.0416666667vw, 20px);
}
.header-nav_active {
    left: 0;
}
.burger {
    width: 40px;
    height: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    display: none;
}
.burger span {
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #012969;
    border-radius: 5px;
    -webkit-transition-property: -webkit-transform width;
    transition-property: -webkit-transform width;
    transition-property: transform width;
    transition-property: transform width, -webkit-transform width;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.burger span:first-child {
    top: 0;
}
.burger span:nth-child(2) {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
}
.burger span:nth-child(3) {
    bottom: 0;
}
.burger_active span:first-child {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
}
.burger_active span:nth-child(2) {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    width: 0;
}
.burger_active span:nth-child(3) {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    -ms-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
}
@media (max-width: 1199px) {
    .burger {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
.hero {
    width: 100%;
    height: auto;
    padding-top: 156px;
    padding-bottom: 157px;
}
@media (max-width: 767px) {
    .hero {
        padding-top: 35px;
        padding-bottom: 40px;
    }
}
.hero-wrapper,
.hero_shape {
    position: relative;
}
.hero_shape {
    width: 100%;
    height: 666px;
    padding: 45px 0 45px 120px;
    border-radius: 20px;
    -webkit-box-shadow: 0 4px 24.2px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 4px 24.2px 0 rgba(0, 0, 0, 0.25);
    background: #fff;
    z-index: 1;
}
@media (max-width: 1199px) {
    .hero_shape {
        height: 565px;
        padding: 30px 25px 0;
    }
}
@media (max-width: 575px) {
    .hero_shape {
        border-radius: 10px;
    }
}
.hero_shape-tablet {
    position: absolute;
    top: -135px;
    left: 20px;
    display: block;
    z-index: -1;
    width: clamp(90px, 17.03125vw, 327px);
    height: clamp(80px, 14.8958333333vw, 286px);
}
@media (max-width: 1199px) {
    .hero_shape-tablet {
        left: 168px;
        top: -60px;
    }
}
.hero_shape-desciption {
    min-width: 0;
    width: 100%;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 575px) {
    .hero_shape-desciption {
        margin: 0 auto;
    }
}
.hero_shape-flower {
    right: 0;
    bottom: 0;
    position: absolute;
    display: block;
    width: clamp(240px, 38.4375vw, 738px);
    height: clamp(300px, 42.8125vw, 822px);
}
@media (max-width: 575px) {
    .hero_shape-flower {
        width: 100%;
        -o-object-fit: contain;
        object-fit: contain;
        -o-object-position: bottom right;
        object-position: bottom right;
    }
}
.hero_shape-img {
    display: block;
    width: 100%;
    margin-bottom: 63px;
    width: clamp(240px, 37.5vw, 720px);
    height: clamp(140px, 18.125vw, 348px);
}
@media (max-width: 1199px) {
    .hero_shape-img {
        margin-bottom: 20px;
    }
}
.hero_shape-title {
    width: clamp(280px, 50.0694444444vw, 721px);
    height: clamp(71px, 9.9305555556vw, 143px);
    color: #012969;
    font-size: clamp(15px, 1.9791666667vw, 38px);
    font-weight: 700;
    line-height: normal;
    text-align: center;
}
.aboutus {
    width: 100%;
    height: auto;
    padding-bottom: 90px;
}
@media (max-width: 767px) {
    .aboutus {
        padding-bottom: 40px;
    }
}
.aboutus-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
}
@media (max-width: 767px) {
    .aboutus-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 44px;
    }
}
.aboutus-title-wrap {
    position: relative;
    width: 100%;
    max-width: 958px;
    height: 100%;
    
    border-radius: 20px;
    background: #012969;
    padding: clamp(16px, 1.71875vw, 33px) 140px 64px clamp(16px, 6.1458333333vw, 118px);
}
@media (max-width: 767px) {
    .aboutus-title-wrap {
        padding: 17px;
    }
}
@media (max-width: 575px) {
    .aboutus-title-wrap {
        border-radius: 22px;
    }
}
.aboutus-title-wrap img {
    display: block;
    position: absolute;
    width: clamp(100px, 21.4583333333vw, 412px);
    height: clamp(70px, 14.7395833333vw, 283px);
    right: -27%;
    top: -19%;
}
@media (min-width: 600px) and (max-width: 768px) {
    .aboutus-title-wrap img {
        -webkit-transform: rotate(22deg);
        -ms-transform: rotate(22deg);
        transform: rotate(22deg);
    }
}
@media (max-width: 1570px) {
    .aboutus-title-wrap img {
        top: -84px;
    }
}
@media (max-width: 1199px) {
    .aboutus-title-wrap img {
        right: -1%;
        top: 69%;
    }
}
@media (max-width: 991px) {
    .aboutus-title-wrap img {
        top: 80%;
    }
}
.aboutus_title {
    font-size: clamp(40px, 5.3645833333vw, 103px);
    font-weight: 700;
    line-height: 130px;
    margin-bottom: 26px;
}
.aboutus_description,
.aboutus_title {
    color: #fff;
    line-height: normal;
    text-align: left;
}
.aboutus_description {
    max-width: 700px;
    font-size: clamp(18px, 1.8229166667vw, 35px);
    font-weight: 400;
}
.aboutus-txt p {
    max-width: 680px;
    color: #000;
    font-size: clamp(16px, 1.3541666667vw, 26px);
    font-weight: 400;
    line-height: normal;
    text-align: left;
}
.mission {
    width: 100%;
    height: auto;
    padding-bottom: 90px;
}
@media (max-width: 767px) {
    .mission {
        padding-bottom: 40px;
    }
}
.mission-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 1199px) {
    .mission-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .mission-content:first-child {
        margin-bottom: 20px;
    }
    .mission-content:first-child .mission-title-wrapp {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
}
.mission-title_img {
    display: block;
    width: 100%;
    max-width: 540px;
    height: 100%;
    max-height: 364px;
    -o-object-fit: cover;
    object-fit: cover;
}
@media (max-width: 1199px) {
    .mission-title_img {
        max-width: 340px;
        height: 230px;
        border-radius: 20px;
    }
}
@media (max-width: 575px) {
    .mission-title_img {
        border-radius: 10px;
    }
}
.mission-second_img {
    display: block;
    width: 100%;
    max-width: 540px;
    height: 100%;
    max-height: 292px;
    -o-object-fit: cover;
    object-fit: cover;
}
@media (max-width: 1199px) {
    .mission-second_img {
        border-radius: 20px;
        max-width: 340px;
        height: 230px;
    }
}
@media (max-width: 575px) {
    .mission-second_img {
        border-radius: 10px;
    }
}
.mission_title {
    color: #c00a30;
    font-size: clamp(40px, 5vw, 96px);
    font-weight: 500;
    line-height: normal;
    text-align: left;
}
.mission-title-wrapp {
    max-width: 1100px;
}
.mission_descr {
    color: #000;
    font-size: 68px;
    font-size: clamp(30px, 3.5416666667vw, 68px);
    font-weight: 500;
    line-height: normal;
    text-align: left;
}
.mission_subdescr {
    font-size: clamp(16px, 1.8229166667vw, 35px);
}
.mission-second-descr,
.mission_subdescr {
    color: #000;
    font-weight: 400;
    line-height: normal;
    text-align: left;
}
.mission-second-descr {
    max-width: 1100px;
    font-size: clamp(16px, 1.3541666667vw, 26px);
}
.values {
    width: 100%;
    height: auto;
    padding-bottom: 114px;
}
@media (max-width: 767px) {
    .values {
        padding-bottom: 40px;
    }
}
.values--title-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 108px;
    padding-bottom: 46px;
}
@media (max-width: 1199px) {
    .values--title-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 30px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
.values-title {
    color: #012969;
    font-size: clamp(46px, 5vw, 96px);
    font-weight: 700;
    text-align: left;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.values--descr-wrap {
    padding-top: 15px;
    -webkit-box-flex: 1;
    -ms-flex: 1 3 auto;
    flex: 1 3 auto;
}
@media (max-width: 1199px) {
    .values--descr-wrap {
        padding-top: 0;
    }
}
.values-desc-title {
    color: #000;
    font-size: clamp(22px, 1.8229166667vw, 35px);
    font-weight: 600;
    line-height: 44px;
    line-height: normal;
    text-align: left;
}
.values-descr {
    color: #000;
    font-size: clamp(18px, 1.3541666667vw, 26px);
    font-weight: 400;
    line-height: 33px;
    line-height: normal;
    text-align: left;
}
.values--card-wrapp-f {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 33px;
}
.values--card-wrapp-f_values--card {
    width: clamp(320px, 37.5vw, 540px);
    height: clamp(160px, 25.6944444444vw, 370px);
    border-radius: 20px;
    -webkit-box-shadow: 0 8px 8.4px 0 rgba(0, 0, 0, 0.14);
    box-shadow: 0 8px 8.4px 0 rgba(0, 0, 0, 0.14);
    background: #fff;
    padding: clamp(20px, 5.15625vw, 99px) 20px 20px clamp(20px, 2.65625vw, 51px);
    position: relative;
}
@media (max-width: 991px) {
    .values--card-wrapp-f_values--card {
        border-radius: 10px;
        -webkit-box-shadow: 1px 4px 8px 0 rgba(0, 0, 0, 0.14);
        box-shadow: 1px 4px 8px 0 rgba(0, 0, 0, 0.14);
        background: #fff;
    }
}
.values--card-wrapp-f_values--card img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    aspect-ratio: 16/9;
}
.values--card-wrapp-f_values--card_title {
    margin-bottom: 9px;
    max-width: 377px;
    color: #000;
    font-size: clamp(18px, 1.8229166667vw, 35px);
    font-weight: 600;
    line-height: 44px;
    line-height: normal;
    text-align: left;
}
.values--card-wrapp-f_values--card_descr {
    max-width: 369px;
    color: #000;
    font-size: clamp(16px, 1.3541666667vw, 26px);
    font-weight: 400;
    line-height: normal;
    text-align: left;
}
@media (max-width: 991px) {
    .values--card-wrapp-f {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 20px;
    }
}
.values--card-wrapp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
}
.values--card-wrapp_values--card:first-child {
    width: clamp(320px, 27.7777777778vw, 400px);
    height: clamp(160px, 25.6944444444vw, 370px);
    border-radius: 20px;
    -webkit-box-shadow: 0 8px 8.4px 0 rgba(0, 0, 0, 0.14);
    box-shadow: 0 8px 8.4px 0 rgba(0, 0, 0, 0.14);
    background: #fff;
    padding: clamp(20px, 5.15625vw, 99px) 20px 20px clamp(20px, 2.65625vw, 51px);
}
@media (max-width: 991px) {
    .values--card-wrapp_values--card:first-child {
        width: clamp(320px, 37.5vw, 540px);
        height: clamp(160px, 25.6944444444vw, 370px);
        border-radius: 10px;
        -webkit-box-shadow: 1px 4px 8px 0 rgba(0, 0, 0, 0.14);
        box-shadow: 1px 4px 8px 0 rgba(0, 0, 0, 0.14);
        background: #fff;
    }
}
.values--card-wrapp_values--card:nth-child(2) {
    width: clamp(320px, 66.6666666667vw, 960px);
    height: clamp(220px, 25.6944444444vw, 370px);
    position: relative;
    padding: clamp(20px, 5.15625vw, 99px) 20px 20px clamp(20px, 2.65625vw, 51px);
}
@media (max-width: 991px) {
    .values--card-wrapp_values--card:nth-child(2) {
        width: clamp(320px, 37.5vw, 540px);
        height: clamp(220px, 25.6944444444vw, 370px);
        border-radius: 10px;
        -webkit-box-shadow: 1px 4px 8px 0 rgba(0, 0, 0, 0.14);
        box-shadow: 1px 4px 8px 0 rgba(0, 0, 0, 0.14);
        background: #fff;
    }
}
.values--card-wrapp_values--card:nth-child(2) .values--card-wrapp_values--card_title {
    max-width: 584px;
    position: relative;
    z-index: 10;
    color: #fff;
    font-size: clamp(18px, 1.8229166667vw, 35px);
    font-weight: 600;
    line-height: 44px;
    line-height: normal;
    text-align: left;
}
@media (max-width: 1199px) {
    .values--card-wrapp_values--card:nth-child(2) .values--card-wrapp_values--card_title {
        max-width: 286px;
    }
}
.values--card-wrapp_values--card:nth-child(2) .values--card-wrapp_values--card_descr {
    position: relative;
    z-index: 10;
    max-width: 509px;
    color: #fff;
    font-weight: 400;
    line-height: 33px;
    line-height: normal;
    text-align: left;
}
@media (max-width: 1199px) {
    .values--card-wrapp_values--card:nth-child(2) .values--card-wrapp_values--card_descr {
        max-width: 233px;
    }
}
.values--card-wrapp_values--card:nth-child(2) img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    aspect-ratio: 16/9;
}
.values--card-wrapp_values--card:nth-child(3) {
    width: clamp(150px, 18.0555555556vw, 260px);
    height: clamp(160px, 25.6944444444vw, 370px);
    position: relative;
}
@media (max-width: 991px) {
    .values--card-wrapp_values--card:nth-child(3) {
        border-radius: 10px;
        -webkit-box-shadow: 1px 4px 8px 0 rgba(0, 0, 0, 0.14);
        box-shadow: 1px 4px 8px 0 rgba(0, 0, 0, 0.14);
        background: #fff;
        width: clamp(320px, 37.5vw, 540px);
        height: clamp(150px, 25.6944444444vw, 370px);
    }
}
.values--card-wrapp_values--card:nth-child(3) img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    aspect-ratio: 16/9;
}
.values--card-wrapp_values--card_title {
    margin-bottom: 9px;
    max-width: 331px;
    color: #000;
    font-size: clamp(18px, 1.8229166667vw, 35px);
    font-weight: 600;
    line-height: 44px;
    line-height: normal;
    text-align: left;
}
.values--card-wrapp_values--card_descr {
    max-width: 269px;
    color: #000;
    font-size: clamp(16px, 1.3541666667vw, 26px);
    font-weight: 400;
    line-height: 33px;
    line-height: normal;
    text-align: left;
}
@media (max-width: 991px) {
    .values--card-wrapp {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
.colloborations {
    width: 100%;
    height: 100%;
    padding-bottom: 114px;
}
@media (max-width: 767px) {
    .colloborations {
        padding-bottom: 40px;
    }
}
.colloborations-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 16/9.5;
    min-height: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    gap: 50px;
}
@media (max-width: 1199px) {
    .colloborations-wrapper {
        height: -webkit-max-content;
        height: -moz-max-content;
        height: max-content;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        aspect-ratio: unset;
        gap: 30px;
    }
}
.colloborations__image_wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}
.colloborations__image_wrapper img {
    display: block;
    width: 100%;
}
@media (max-width: 575px) {
    .colloborations__image_wrapper img {
        border-radius: 10px;
    }
}
@media (max-width: 1199px) {
    .colloborations__image_wrapper {
        position: static;
    }
}
.colloborations-title-wrapper {
    z-index: 10;
}
@media (max-width: 1199px) {
    .colloborations-title-wrapper {
        color: #012969;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
}
.colloborations__descr__wrapper {
    z-index: 10;
}
.colloborations__title {
    color: #c00a30;
    font-size: clamp(46px, 5vw, 96px);
    font-weight: 700;
    line-height: normal;
    text-align: left;
}
@media (max-width: 1199px) {
    .colloborations__title {
        color: #012969;
    }
}
.colloborations__descr {
    font-size: clamp(18px, 1.8229166667vw, 35px);
}
.colloborations__descr,
.colloborations__description {
    color: #000;
    font-weight: 400;
    line-height: normal;
    text-align: left;
}
.colloborations__description {
    font-size: clamp(16px, 1.3541666667vw, 26px);
}
.produce {
    width: 100%;
    height: auto;
    padding-bottom: 90px;
}
@media (max-width: 767px) {
    .produce {
        padding-bottom: 40px;
    }
}
.produce_mob-img {
    display: none;
}
@media (max-width: 767px) {
    .produce_mob-img {
        display: block;
        position: absolute;
        right: 0;
        top: -40px;
        width: 158px;
        height: 148px;
        z-index: -10;
    }
}
@media (max-width: 374px) {
    .produce_mob-img {
        width: 143px;
        height: 140px;
        right: -15px;
    }
}
.produce__wrapper {
    width: 100%;
    min-height: 637px;
    background-image: url(images/product.png);
    background-position: 0 0;
    background-size: 815px 631px;
    background-repeat: no-repeat;
    position: relative;
	display: flex;
	justify-content:end;
}
@media (max-width: 991px) {
    .produce__wrapper {
        background-position: 100% 0;
        background-size: 600px 400px;
        height: 399px;
    }
}
@media (max-width: 767px) {
    .produce__wrapper {
        height: -webkit-max-content;
        height: -moz-max-content;
        height: max-content;
		min-height: max-content;
        background-image: none;
    }
}
.produce__text_wrapper {
    width: 100%;
    max-width: 960px;
    height:max-content;
    
}
@media (max-width: 767px) {
    .produce__text_wrapper {
        position: static;
    }
}
@media (max-width: 1199px) {
    .produce__text_wrapper {
        top: 0;
        left: 0;
    }
}
.produce__title_wrapper {
    margin-bottom: 44px;
}
.produce__title {
    color: #012969;
    font-size: clamp(40px, 5vw, 96px);
    font-weight: 700;
    line-height: 121px;
    line-height: normal;
    text-align: left;
}
.produce__descr {
    font-size: clamp(18px, 1.8229166667vw, 35px);
}
.produce__descr,
.produce__description {
    color: #000;
    font-weight: 400;
    line-height: normal;
    text-align: left;
}
.produce__description {
    font-size: clamp(16px, 1.3541666667vw, 26px);
}
.serve {
    width: 100%;
    height: auto;
    padding-bottom: 85px;
}
@media (max-width: 767px) {
    .serve {
        padding-bottom: 40px;
    }
}
.serve__wrapper {
    width: 100%;
}
.serve__title_wrapper {
    width: 100%;
    height: 368px;
    border-radius: 20px;
    background-image: url(images/serve.png);
    background-position: 75% 0;
    background-size: auto 100%;
    background-repeat: no-repeat;
    position: relative;
    padding-top: clamp(20px, 4.21875vw, 81px);
    padding-left: clamp(16px, 5.9895833333vw, 115px);
}
@media (max-width: 1199px) {
    .serve__title_wrapper {
        background-position: 45% 100%;
    }
}
@media (max-width: 991px) {
    .serve__title_wrapper {
        background-position: 45% 100%;
    }
}
@media (max-width: 575px) {
    .serve__title_wrapper {
        background-position: 100% 0;
        background-size: cover;
        background-image: url(images/serve-mob.png);
        padding-top: 20px;
        padding-left: 16px;
        height: 290px;
        border-radius: 10px;
    }
}
.serve__title {
    font-size: clamp(47px, 5vw, 96px);
    font-weight: 700;
}
.serve__descr,
.serve__title {
    color: #fff;
    line-height: normal;
    text-align: left;
}
.serve__descr {
    max-width: 700px;
    width: clamp(164px, 36.4583333333vw, 700px);
    height: clamp(200px, 10.4166666667vw, 200px);
    font-size: clamp(18px, 1.8229166667vw, 35px);
    font-weight: 400;
}
.serve__txt {
    width: 100%;
    max-width: 1420px;
    margin: 36px auto 0;
    color: #000;
    font-size: clamp(16px, 1.3541666667vw, 26px);
    font-weight: 400;
    line-height: 33px;
    line-height: normal;
    text-align: left;
}
.headed {
    width: 100%;
    height: auto;
    padding-bottom: 96px;
}
@media (max-width: 767px) {
    .headed {
        padding-bottom: 40px;
        position: relative;
        overflow-x: hidden;
    }
}
.headed__wrapper {
    width: 100%;
    min-height: 637px;
    background-image: url(images/headed.png);
    background-position: 0 0;
    background-size: 498px 631px;
    background-repeat: no-repeat;
    position: relative;
	display: flex;
	justify-content: end;
}
@media (max-width: 767px) {
    .headed__wrapper {
        background-image: none;
        height: -webkit-max-content;
        height: -moz-max-content;
        height: max-content;
		min-height: max-content;
    }
}
.headed_mob-img {
    display: none;
}
@media (max-width: 767px) {
    .headed_mob-img {
        position: absolute;
        right: -67px;
        top: 2rem;
        display: block;
        width: 224px;
        height: 123px;
    }
}
.headed__text_wrapper {
    width: 100%;
    max-width: 1120px;
    
    right: 80px;
    top: 87px;
}
@media (max-width: 1430px) {
    .headed__text_wrapper {
        right: 60px;
    }
}
@media (max-width: 1199px) {
    .headed__text_wrapper {
        position: static;
        top: 0;
        left: 0;
    }
}
.headed__title_wrapper {
    margin-bottom: 44px;
}
@media (max-width: 767px) {
    .headed__title_wrapper {
        margin-bottom: 30px;
    }
}
.headed__title {
    font-size: clamp(40px, 5vw, 96px);
    font-weight: 800;
}
.headed__descr,
.headed__title {
    color: #012969;
    line-height: normal;
    text-align: left;
}
.headed__descr {
    font-size: clamp(29px, 4.1666666667vw, 80px);
    font-weight: 600;
}
.headed__description {
    color: #000;
    font-size: clamp(16px, 1.3541666667vw, 26px);
    font-weight: 400;
    line-height: normal;
    text-align: left;
}
.contacts {
    width: 100%;
    height: auto;
    padding-bottom: 70px;
}
@media (max-width: 767px) {
    .contacts {
        padding-bottom: 40px;
    }
}
.contacts__title {
    position: absolute;
    top: 45%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 140px;
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#f9df7c),
        color-stop(#f4d875),
        color-stop(#d9b14a),
        color-stop(#c5952a),
        color-stop(#b98417),
        color-stop(#b57e11),
        color-stop(#c39228),
        color-stop(#d6ae46),
        color-stop(#e5c35e),
        color-stop(#f0d36e),
        color-stop(#f6dc78),
        color-stop(#f9df7c),
        color-stop(#f6db77),
        color-stop(#eecf6b),
        color-stop(#e0bc56),
        color-stop(#cea138),
        to(#b57e11)
    );
    background: linear-gradient(90deg, #f9df7c, #f4d875, #d9b14a, #c5952a, #b98417, #b57e11, #c39228, #d6ae46, #e5c35e, #f0d36e, #f6dc78, #f9df7c, #f6db77, #eecf6b, #e0bc56, #cea138, #b57e11);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-size: clamp(46px, 5vw, 96px);
    font-weight: 700;
    line-height: normal;
    text-align: left;
}
@media (max-width: 991px) {
    .contacts__title {
        left: 0;
    }
}
.contacts__wrapper {
    width: 100%;
    height: clamp(340px, 43.4666666667vw, 815px);
    position: relative;
}
@media (max-width: 991px) {
    .contacts__wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: -webkit-max-content;
        height: -moz-max-content;
        height: max-content;
        gap: 30px;
    }
}
.contacts__banner_wrapper {
    width: 100%;
    position: absolute;
    top: 0;
}
.contacts__banner_wrapper img {
    display: block;
    width: 100%;
    height: 100%;
    aspect-ratio: 16/5;
    border-radius: 10px;
}
@media (max-width: 991px) {
    .contacts__banner_wrapper {
        position: relative;
    }
}
.contacts__txt_wrapper {
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 140px;
}
@media (max-width: 991px) {
    .contacts__txt_wrapper {
        position: static;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 30px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
.contacts__blocks {
    width: 100%;
    width: clamp(320px, 42.7083333333vw, 820px);
    height: clamp(236px, 24.1145833333vw, 463px);
    padding-top: clamp(20px, 4.0104166667vw, 77px);
    padding-left: clamp(20px, 7.2916666667vw, 140px);
    padding-right: 20px;
    border-radius: 20px;
    -webkit-box-shadow: 0 8px 8.4px 0 rgba(0, 0, 0, 0.14);
    box-shadow: 0 8px 8.4px 0 rgba(0, 0, 0, 0.14);
    background: #c00a30;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 29px;
}
@media (max-width: 991px) {
    .contacts__blocks {
        padding: 20px;
    }
}
@media (max-width: 575px) {
    .contacts__blocks {
        border-radius: 10px;
    }
}
.contacts__blocks_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 63px;
}
.contacts__blocks_link a,
.contacts__blocks_link p {
    color: #fff;
    font-size: clamp(17px, 1.3541666667vw, 26px);
    font-weight: 400;
    line-height: normal;
    text-align: left;
}
@media (max-width: 991px) {
    .contacts__blocks_link {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 10px;
    }
}
.contacts__blocks_target img {
    display: block;
    width: clamp(21px, 2.96875vw, 57px);
    height: clamp(27px, 3.8020833333vw, 73px);
}
.contacts__blocks_target p {
    max-width: 420px;
}
.contacts__blocks_sites img {
    display: block;
    width: clamp(21px, 2.96875vw, 57px);
    height: clamp(21px, 2.96875vw, 57px);
}
.contacts__blocks_mail img {
    display: block;
    width: clamp(21px, 2.96875vw, 57px);
    height: clamp(14px, 2.0833333333vw, 40px);
}
.contacts__logo_blocks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    padding-bottom: 60px;
    gap: 71px;
}
.contacts__logo_blocks img:first-child {
    display: block;
    width: clamp(163px, 19.1666666667vw, 368px);
    height: clamp(79px, 9.0625vw, 174px);
}
.contacts__logo_blocks img:nth-child(2) {
    display: block;
    width: clamp(62px, 7.2916666667vw, 140px);
    height: clamp(62px, 7.2916666667vw, 140px);
}