

@media (max-width: 983px){
    .contact__top{
        display: none;
    }
    .b-mobile {
        display: block;
        margin: 0 0 0 10px;
    }
    .header__right .active ~ .primary__btn {
        display: none;
    }
    .menu-open .primary__btn {
        display: none;
    }
    .menu-icon {
        position: relative;
        z-index: 10001;
        cursor: pointer;
        width: 30px;
        height: 22px;
        transition: 0.3s;
    }

    .menu-icon__wrapper {
        position: relative;
        margin: 0 auto 0;
        width: 30px;
    }

    .menu-icon.active b {
        transition: 0.5s;
    }
    .menu-icon .b-menu__line {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 4px;
        border-radius: 6px;
        background: #2D8107;
        -webkit-transition: background-color 0.35s, -webkit-transform 0.175s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.175s cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: background-color 0.35s, transform 0.175s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.175s cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translateY(0) translateZ(0);
        transform: translateY(0) translateZ(0);
    }

    .menu-icon .b-menu__line_1 {
        top: 0;
    }

    .menu-icon .b-menu__line_2 {
        top: 8px;
    }

    .menu-icon .b-menu__line_3 {
        top: 16px;
        width: 100%;
    }

    .menu-icon.active .b-menu__line {
        background: #2D8107;
    }

    .menu-icon.active .b-menu__line_1 {
        -webkit-transform: translateY(8px) rotate(45deg);
        transform: translateY(8px) rotate(45deg);
        top: 0px;
    }

    .menu-icon.active .b-menu__line_2 {
        opacity: 0;
    }

    .menu-icon.active .b-menu__line_3 {
        -webkit-transform: translateY(-8px) rotate(-45deg);
        transform: translateY(-8px) rotate(-45deg);
        top: 16px;
        width: 100%;
    }    .header__menu-logo img{
        width: auto;
        height: 33.74683px;
    }
    .header__right {
        display: flex;
        flex-direction: column;
        background: #FFF;
        position: fixed;
        top: 82px;
        right: 0;
        width: 100%;
        height: 100vh;
        opacity: 0;
        visibility: hidden;
        transform: translateX(100%);
        transition: 0.3s;
        z-index: 999999;
    }
    .header__right .header__menu .container{
        display: flex;
        justify-content: space-between;
        padding-top: 12px;
    }
    .header__right.active {
        opacity: 1;
        visibility: visible;
        transform: translateX(0);
        z-index: 999999;
    }
    .nav__mob ul{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 14px;
    }
    .header__right-row{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 70px 15px;
    }
    .header__right-row .nav__mob ul li a {
        padding: 21.04px 43.15px;
        display: block;
        color: #2D2D2D;
        text-align: center;
        font-family: "Wix Madefor Display";
        font-size: 28.766px;
        font-weight: 700;
        line-height: normal;
        border-radius: 61.641px;
        transition: 0.3s;

        &:hover{
            background: #367817;
            color: #FFF;
        }
        &.current__link {
            background: #1C3104;
            color: #FFF;
        }
    }
    .header__bottom {
        padding: 23.19px 0 21.19px 0;
    }
    .header__nav{
        display: none;
    }
    .header__logo  a{
        gap: 6.27px;
        
        & svg path {
            width: 37.612px;
            height: 37.612px;
        }
    }

    .header__logo-title{
        font-size: 24.179px;
        letter-spacing: -0.725px;
    }
    .header__logo-subtitle{
        font-size: 9.851px;
        letter-spacing: -0.394px;
    }
    .hero {
        padding: 66px 0 0 0;
        gap: 63.57px;
    }
    .hero .container {
        max-width: 464px;
        gap: 10px;
    }
    .hero__title {
        font-size: 48px;
        letter-spacing: -0.96px;
    }
    .hero__subtitle {
        font-size: 20px;
    }
    .hero__text {
        font-size: 12px;
    }
    .hero__bottom {
        padding: 31px 0;
    }
    .hero__bottom .container {
        gap: 16px;
    }
    .hero__bottom--svg {
        position: absolute;
        top: -15px;
    }
    .hero__bottom--svg svg {
        width: 30px;
        height: 30px;
    }
    .hero__bottom--text {
        max-width: 306px;
        font-size: 12px;
    }
    .info {
        padding: 47px 0 60px 0;
    }
    .info .container {
        gap: 41px;
    }
    .info__img--des {
        display: none;
    }
    .info__img {
        display: block;
        max-width: 465px;
        aspect-ratio: 465/265;
        border-radius: 177.5px;
        overflow: hidden;
        margin-left: -139px;
        
        img {
            width: 100%;
            border-radius: 177.5px;
        }
    }
    .info__block {
        padding-bottom: 15px;
        gap: 10px;
    }
    .info__title {
        font-size: 32px;
        letter-spacing: -0.64px;
    }
    .info__subtitle {
        font-size: 20px;
    }
    .info__text{
        font-size: 12px;
    }
    .info__item{
        gap: 14.62px;
    }
    .info__item--svg svg{
        width: 85.432px;
        height: 78.378px;
    }
    .info__item p{
        font-size: 12px;
    }
    .wellness {
        padding: 55px 0 43px 0;
    }
    .wellness .container {
        gap: 31.57px;
    }
    .wellness__top {
        gap: 10px;
    }
    .wellness__title {
        font-size: 32px;
        letter-spacing: -0.64px;
    }
    .wellness__subtitle {
        font-size: 20px;
    }
    .wellness__text {
        max-width: 450px;
        font-size: 12px;
    }
    .wellness__img {
        max-width: 354px;
    }
    .footer__top{
        padding: 62.33px 0;
    }
    .footer__top .container {
        gap: 10.03px;
    }
    .footer__top--svg svg {
        width: 71.646px;
        height: 71.647px;
        flex-shrink: 0;
        aspect-ratio: 71.65/71.65;
    }
    .footer__top--title {
        font-size: 32px;
        letter-spacing: -0.64px;
    }
    .footer__top--text {
        font-size: 20px;
    }
    .footer__bottom {
        padding: 13px 0;
    }
    .footer__bottom .container {
        justify-content: center;
    }
    .footer__bottom--text{
        font-size: 12px;
    }
    .footer__nav ul {
        display: none;
    }
    .footer__top--confirm {
        padding: 62px 0;
    }
    .footer__top--confirm .container {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .footer__top--text--confirm {
        width: 80%;
        text-align: center;
        font-size: 12px;
    }
    .hero__about {
        padding: 66px 0 64.57px 0;
    }
    .hero__content--about .container {
        max-width: 702px;
        gap: 10px;
    }
     .hero__text--about {
        font-size: 20px;
    }
     .start {
        padding: 43px 0 44px 0;
    }
     .start .container {
        gap: 32px;
    }
     .start__left {
        gap: 10px;
    }
     .start__title{
        font-size: 32px;
        letter-spacing: -0.64px;
    }
    .start__subtitle{
        max-width: 317px;
        font-size: 20px;
    }
     .start__text{
        font-size: 12px;
    }
     .start__right{
        max-width: 317px;
        aspect-ratio: 317/272;
        margin: 0 auto;
    }
    .believe {
        padding: 45px 0 42px 0;
    }
    .believe .container {
        gap: 13.57px;
    }
    .believe__top{
        gap: 10px;
    }
    .believe__title {
        font-size: 32px;
        letter-spacing: -0.64px;
    }
    .believe__subtitle {
        font-size: 20px;
    }
    .believe__text {
        max-width: 507px;
        font-size: 12px;
    }
    .believe__img {
        max-width: 272px;
        aspect-ratio: 272/146;
        overflow: hidden;
    }
     .work {
        padding: 47px 0 48px 0;
    }
     .work .container {
        gap: 65px;
    }
     .work__right {
        gap: 10px;
    }
     .work__title {
        font-size: 32px;
        letter-spacing: -0.64px;
    }
     .work__subtitle {
        max-width: 353px;
        font-size: 20px;
    }
     .work__text {
        font-size: 12px;
    }
     .work__left {
        max-width: 285px;
        aspect-ratio: 285/222;
        overflow: hidden;
    }
    .hero__contact {
        padding: 66px 0 77.57px 0;
    }
    .hero__content--contact .container {
         max-width: 464px;
        gap: 10px;
    }
    .hero__text--contact {
        font-size: 12px;
    }
    .contact__info {
        padding: 57px 0 61px 0;
    }
    .contact__info .container {
        gap: 54px;
    }
    .contact__info--left {
        max-width: 296px;
        aspect-ratio: 296/199;
    }
    .contact__info--right {
        gap: 10px;
    }
    .contact__info--title {
        font-size: 32px;
        letter-spacing: -0.64px;
    }
    .contact__info--connect{
        gap: 10px;
    }
    .contact__info--connect a {
        font-size: 20px;
    }
    .contact__info--connect p {
        font-size: 12px;
    }
    .check__order {
        padding: 46px 0 58px 0;
    }
    .check__order--top, .check__order__form {
        max-width: 90%;
        gap: 10px;
    }
    .check__order--text-top{
        display: block;
        color: #396B00;
        text-align: center;
        font-family: "Radio Canada Big";
        font-size: 12px;
        font-weight: 400;
        line-height: normal;
        margin-bottom: 19.51px;
    }

    .check__order__form form label {
        font-size: 12px;
    }
    .check__order__form form input {
        width: 273px;
        height: 30px;
        font-size: 12px;
    }
     .check__order__form form label input::placeholder{
        font-size: 12px;
    }
    .check__order-btn .primary__btn{
        width: 100%;
        height: 30px;
        font-size: 12px;
        margin-top: 14px;
    }
    .check__order--text {
        display: none;
    }

}

@media (max-width: 730px) {
    .hero {
        gap: 48px;
    }
    .hero .container {
        max-width: 90%;
    }
    .hero__title {
        font-size: 40px;
        letter-spacing: -0.8px;
    }
    .hero__content--svg::after, .hero__content--svg::before{
        width: 117px;
        max-width: 117px;
    }
    .hero__bottom--text {
        max-width: 90%;
        font-size: 12px;
    }

    .info {
        padding: 36px 0 50px 0;
    }
    .info .container {
        gap: 29px;
    }
    .info__top {
        display: flex;
        flex-direction: column-reverse;
        gap: 15px;
    }
    .info__img {
        width: 320px;
        aspect-ratio: 320/182;
        margin-left: 0;
        margin: 0 auto;
        
        img {
            width: 100%;
            border-radius: 177.5px;
        }
    }
    .info__block {
        padding-bottom: 0;
    }
    .info__list {
        flex-direction: column;
        gap: 13.41px;
    }
    .info__item{
        flex-direction: row;
        gap: 12.35px;
    }
    .info__item--svg svg{
        width: 63.649px;
        height: 58.393px;
    }
    .info__item p{
        font-size: 12px;
    }
    .wellness {
        padding: 39px 0 55px 0;
    }
    .wellness__text {
        max-width: 100%;
    }
    .wellness__svg-1, .wellness__svg-2{
       max-width: 117px;
    }
      .footer__top--text--confirm {
        width: 90%;
        font-size: 12px;
    }
    .hero__about {
        padding: 66px 0 107.57px 0;
    }
    .hero__content--about .container {
        max-width: 90%;
        gap: 10px;
    }
    .start {
        padding: 36px 0 49px 0;
    }
     .start .container {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 20px;
    }
    .start__subtitle{
        max-width: 90%;
    }
     .start__right{
        max-width: 319px;
        aspect-ratio: 319/272;
        margin: 0 auto;
    }
    .believe {
        padding: 39px 0 41px 0;
    }
    .believe .container {
        gap: 30.57px;
    }
    .believe__text {
        max-width: 90%;
    }
     .work {
        padding: 39px 0 47px 0;
    }
     .work .container {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;
        gap: 28px;
    }
     .work__left {
        max-width: 320px;
        aspect-ratio: 320/250;
    }
    .hero__contact {
        padding: 66px 0 95.57px 0;
    }
    .hero__content--contact .container {
         max-width: 100%;
    }
    .contact__info {
        padding: 37px 0 61px 0;
    }
    .contact__info .container {
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        gap: 33px;
    }
    .contact__info--left {
        max-width: 319px;
        aspect-ratio: 319/213;
    }
    .contact__info--connect{
        gap: 7px;
    }
    .check__order {
        padding: 35.72px 0 57px 0;
    }
    .check__order--top, .check__order__form {
        max-width: 100%;
        gap: 10px;
    }
    .check__order--text-top{
        width: 90%;
    }






}
@media (max-width: 350px) {
    .container{
        padding: 0 15px;
    }
}