@media screen and (max-width: 1440px) {
    section.sp-main:before {
        left: -175px;
        top: -155px;
    }
}

@media screen and (max-width: 1360px) {
    section.sp-main:before {
        width: 318px;
    }

    section.sp-main {
        padding: 70px 0;
    }
}

@media screen and (max-width: 1024px) {
    section.about-premium-oil {
        padding: 70px 0 40px;
    }

    .review-swipe-box-txt p {
        min-height: 165px;
        max-height: 165px;
    }

    .rev-next {
        right: -25px;
    }

    .rev-prev {
        left: -25px;
    }

    .rec-next {
        right: -25px;
    }

    .rec-prev {
        left: -25px;
    }

    .about-premium-oil-txt p {
        font-size: 16px;
    }

    .about-premium-oil-txt p:not(:last-child) {
        margin-bottom: 15px;
    }

    .review-swiper-box {
        padding: 0 25px;
    }

    .sp-box-img {
        margin-right: 10px;
    }

    .sp-title {
        font-size: 22px;
        line-height: 27px;
    }

    .sp-box {
        width: calc(100%/3);
        max-width: 300px;
    }

    .sp-box-img {
        width: 50px;
    }

    .sp-box-img img {
        width: 100%;
    }

    section.sp-main {
        padding: 40px 0;
    }

    section.sp-main:before {
        width: 268px;
    }

    .main-title-xl {
        font-size: 54px;
        line-height: 72px;
    }

    .main-subtitle {
        font-size: 18px;
        line-height: 29px;
    }

    .middle-list li:not(:last-child) {
        margin-right: 30px;
    }

    section.review-main {
        padding: 60px 0 90px;
    }

    .main-inst-box {
        max-width: 295px;
        max-height: 295px;
        width: calc(100% / 3);
    }

    section.main-inst {
        padding: 50px 0;
    }

    .main-header {
        padding: 20px 0;
    }

    .map-sp-box {
        max-width: 300px;
        padding: 20px 15px;
    }

    .map-sp-box-contetn {
        max-width: 100%;
        width: 100%;
        margin-top: 15px;
    }

    .contact-main-input {
        max-width: 300px;
    }

    .form-row-txt {
        max-width: 590px;
    }

    .map {
        height: 560px;
    }

    section.map-sp {
        margin-top: -100px;
    }

    .line-product-box:before {
        opacity: 1;
        width: 155px;
        height: 155px;
        top: -30px;
    }

    .line-product-box-txt-link {
        position: inherit;
        transform: none;
        left: auto;
        top: auto;
        opacity: 1;
        margin-top: 20px;
    }

    .btn-product-hov {
        margin: 0 auto;
    }

    .recipes-main-row .recipes-swipe-box {
        width: calc(100%/3);
        max-width: 298px;
        margin-right: 20px;
        margin-bottom: 20px;
    }

    .recipes-main-row .recipes-swipe-box:nth-child(4n) {
        margin-right: 20px;
    }

    .recipes-main-row .recipes-swipe-box:nth-child(3n) {
        margin-right: 0;
    }

    .recipes-swipe-box-title p {
        font-size: 20px;
        line-height: 25px;
    }

    
    /* about */
    .about-sp-box {
        max-width: 275px;
    }

    .about-main-content-txt {
        max-width: 650px;
        padding-bottom: 25px;
    }

    .about-main-content-titles {
        font-size: 28px;
        width: 230px;
        margin-right: 20px;
    }

    .about-main-content-row:not(:last-child) {
        margin-bottom: 25px;
    }

    .about-vision-txt {
        font-size: 16px;
        line-height: 140%;
    }

    .about-mission-left {
        max-width: 370px;
    }

    .about-mission-left img {
        width: 100%;
    }

    .about-mission-right {
        max-width: 550px;
    }

    .about-mission-right-title {
        font-size: 44px;
        margin-bottom: 15px;
    }

    .about-mission-right-txt {
        font-size: 16px;
        line-height: 140%;
    }

    /* about end */
}

@media screen and (max-width: 768px) {

    .main-header-middle .sub_menu {
        position: static;
        opacity: 1;
        visibility: visible;
        box-shadow:none;
        margin-top:25px;
    }
    .sub_menu li a {
        color:#241d0b !important;
        border:none;
        margin-bottom: 25px;
        padding:0;
    }
    .sub_menu li:last-child {
        margin-bottom: 0;
    }
    .map {
        height: 460px;
    }

    .map-sp-box {
        max-width: 220px;
    }

    .map-sp-box-contetn {
        min-height: 75px;
    }

    .contact-main-textarea {
        margin-top: 15px;
        font-size: 17px;
        padding-top: 15px;
    }

    .contact-main-input {
        max-width: 225px;
        font-size: 18px;
    }

    .form-row-txt {
        max-width: 420px;
        margin-left: 30px;
    }

    .contact-form-subtitle {
        font-size: 18px;
        line-height: 27px;
    }

    .burger-menu {
        margin-left: 22px;
        width: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        cursor: pointer;
    }

    .burger-menu span {
        display: block;
        width: 100%;
        height: 3px;
        background: #fff;
        top: 0;
        transition: .2s all linear;
    }

    .burger-menu span:nth-child(2) {
        margin: 11px 0;
    }

    .burger-menu.active span:first-child {
        transform: rotate(-45deg);
        margin-top: 25px;
    }

    .burger-menu.active span:nth-child(2) {
        opacity: 0;
        transform: rotate(45deg);
    }

    .burger-menu.active span:last-child {
        transform: rotate(45deg);
        margin-top: -28px;
    }

    .burger-menu.active {
        margin-top: -28px;
    }

    ul.middle-list {
        align-items: flex-start;
        flex-direction: column;
        position: fixed;
        left: 0;
        height: 100vh;
        top: 0;
        background: #fff;
        width: 450px;
        padding-top: 50px;
        padding-left: 25px;
        transition: .2s all linear;
        transform: translateX(-150%);
    }

    .bottom-header .row {
        z-index: 123123123;
    }

    header {
        z-index: 999999999999999;
    }

    ul.middle-list li a {
        font-size: 21px;
        color: #241d0b;
    }

    ul.middle-list li {
        margin-bottom: 25px;
    }

    ul.middle-list.active {
        transform: translateX(0);
    }

    .main-header-right {
        display: flex;
        align-items: center;
    }

    .main-right:before {
        width: 724px;
        height: 724px;
    }

    .main-title-xl {
        font-size: 35px;
        line-height: 52px;
    }

    .main-title {
        font-size: 42px;
        line-height: 40px;
    }

    .main-right {
        max-width: 330px;
    }

    .main-right img {
        width: 100%;
    }

    #square-1 {
        margin-top: 375px;
    }

    .main-left-btn {
        margin-top: 26px;
    }

    .sp-box-img {
        width: auto;
        margin-bottom: 7px;
    }

    .line-product-box {
        width: calc(100%/2);
        margin-bottom: 55px;
    }

    .line-product-row {
        flex-wrap: wrap;
    }

    .about-premium-oil-img {
        max-width: 260px;
    }

    .about-premium-oil-img img {
        width: 100%;
    }

    .about-premium-oil-row.d-flex {
        flex-wrap: wrap;
    }

    .main-inst-box {
        max-width: 335px;
        max-height: 335px;
        width: calc(100% / 2);
    }

    .main-product-left:before {
        width: 627px;
        height: 627px;
    }

    section.main-product {
        padding: 50px 0 55px;
    }

    section.main-product {
        overflow: hidden;
    }

    .middle-list .btn-header {
        display: flex;
        color: #DBB658;
        font-size: 16px;
    }

    .recipes-main-row .recipes-swipe-box {
        max-width: 218px;
        margin-right: 20px;
        margin-bottom: 20px;
    }

    .recipes-swipe-box-img {
        height: 170px;
    }

    .recipes-main-titles {
        margin-bottom: 40px;
    }

    .recipe-one-step-txt {
        max-width: 320px;
    }

    
    /* about */
    .about-sp-box {
        width: calc(100%/2);
        max-width: 315px;
        margin-bottom: 30px;
    }

    .about-vision-left {
        width: 100%;
    }

    .about-vision-right {
        width: 100%;
        justify-content: center;
        margin-bottom: 0;
        margin-top: 25px;
    }

    .about-vision-row {
        flex-wrap: wrap;
    }

    .about-vision-row:before {
        right: -370px;
    }

    .about-mission-right {
        max-width: 370px;
    }

    section.about-main-content {
        padding: 40px 0;
    }

    .about-main-content-txt {
        max-width: 450px;
    }

    /* about end */
}

@media screen and (max-width: 767px) {
    section.line-product.wh-edit {
        padding-bottom: 30px;
    }

    .main-product-left {
        margin: 0 auto;
    }

    .main-right:before {
        /* width: 112px; */
    }

    .main-row {
        flex-wrap: wrap;
        padding: 45px 0 60px;
    }

    .main-header-right .btn-header {
        display: none;
    }

    .main-left-txt {
        margin-top: 0;
    }

    div#square-1 {
        display: none;
    }

    div#square-3 {
        display: none;
    }

    .main-right {
        max-width: 100%;
        margin-top: 25px;
    }

    .sp-box {
        width: 100%;
        max-width: 100%;
        margin-bottom: 15px;
    }

    .sp-row {
        flex-wrap: wrap;
    }

    .sp-box-txt {
        max-width: 290px;
    }

    section.sp-main:before {
        display: none;
    }

    section.line-product {
        padding: 40px 0 50px;
    }

    section.line-product:before {
        display: none;
    }

    .line-prd-title {
        font-size: 38px;
        line-height: 43px;
    }

    .line-product-titles {
        margin-bottom: 40px;
    }

    section.review-main {
        padding: 40px 0 80px;
    }

    .review-main-titles .line-prd-title {
        font-size: 42px;
        line-height: 39px;
    }

    .review-main-titles {
        margin-bottom: 30px;
    }

    .rev-next {
        right: -5px;
    }

    .rev-prev {
        left: -5px;
    }

    .review-swiper-box {
        padding: 0 30px;
    }

    .rev-prev,
    .rev-next {
        width: 35px;
        height: 35px;
    }

    .rev-next:after,
    .rev-prev:after {
        height: 17px;
    }

    .about-prem-oil-title {
        font-size: 41px;
        line-height: 51px;
    }

    .rec-next {
        right: -5px;
    }

    .rec-prev {
        left: -5px;
    }


    .rec-prev,
    .rec-next {
        width: 35px;
        height: 35px;
    }


    .rec-next:after,
    .rec-prev:after {
        height: 17px;
    }

    .main-inst-box {
        max-width: 188px;
        max-height: 188px;
        margin-bottom: 10px;
    }

    .footer-row {
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;
    }

    .footer-row>div {
        margin: 0 auto 10px;
        text-align: center;
        max-width: max-content;
    }


    footer {
        padding: 20px 0 10px;
    }

    .inst-main-titles .line-prd-title {
        font-size: 36px;
        line-height: 33px;
    }

    section.main-inst {
        padding: 30px 0;
    }

    .inst-main-titles {
        margin-bottom: 30px;
    }

    .burger-menu.active span {
        background: #000;
    }

    #square-2 {
        margin-top: 550px;
        margin-left: 90px;
    }

    #square-4 {
        margin-left: 240px;
        margin-top: 820px;
        width: 180px;
        height: 80px;
    }

    section.recipes-main {
        padding: 40px 0;
    }

    .recipes-main-titles .line-prd-title {
        font-size: 30px;
        line-height: 35px;
    }

    .map-sp-box {
        width: 100%;
        max-width: 100%;
        margin-bottom: 15px;
        padding: 16px 10px;
        min-height: auto;
    }

    section.map-sp {
        margin-top: 0;
        padding: 25px 0 5px;
    }

    section.contact-form {
        margin-top: 0;
    }

    .map-sp-box-contetn {
        min-height: auto;
        width: auto;
        max-width: 252px;
        margin-top: 0;
    }

    .contact-main-input {
        width: 100%;
        max-width: 100%;
        margin-bottom: 15px;
    }

    .contact-main-textarea {
        margin-top: 0;
    }

    section.contact-form {
        padding: 30px 0 30px;
    }

    .form-row {
        flex-wrap: wrap;
    }

    .form-row .btn-header {
        margin-left: 0;
        margin-bottom: 15px;
    }

    .form-row-txt {
        max-width: 100%;
        margin: 0;
    }

    .d-flex.maps-flex {
        flex-wrap: wrap;
    }

    .maps-right.d-flex {
        flex-wrap: wrap;
    }

    .maps-left {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .maps-left img {
        width: 100%;
        max-height: 150px;
        object-fit: cover;
    }

    .modal-site {
        padding: 25px 15px 30px;
    }

    .recipes-main-row .recipes-swipe-box {
        width: calc(100%/2);
        margin-right: 15px;
        margin-bottom: 15px;
        max-width: 187px;
    }

    .recipes-main-row .recipes-swipe-box:nth-child(3n),
    .recipes-main-row .recipes-swipe-box:nth-child(4n) {
        margin-right: 15px;
    }

    .recipes-main-row .recipes-swipe-box:nth-child(2n) {
        margin-right: 0;
    }

    .recipes-swipe-box-title p {
        font-size: 18px;
        line-height: 21px;
    }

    .recipes-main-content-box {
        min-height: 75px;
    }

    .recipes-main-titles {
        margin-bottom: 30px;
    }

    .recipe-one-title {
        font-size: 28px;
        line-height: 27px;
    }

    .recipe-one-sp-box:not(:last-child) {
        margin-right: 20px;
    }

    .recipe-one-sp-row {
        margin: 15px 0 20px;
        flex-wrap: wrap;
    }

    .recipe-one-sp-txt p {
        font-size: 14px;
    }

    .main-recipe-one-img {
        margin-bottom: 25px;
    }

    .main-recipe-one-content-txt p {
        font-size: 17px;
        line-height: 170%;
    }

    .main-recipe-one-content-txt {
        padding-bottom: 25px;
    }

    .main-recipe-one-content-ingridients {
        margin-top: 25px;
        padding-bottom: 25px;
    }

    .main-recipe-one-content-step-column {
        margin-top: 25px;
        padding-bottom: 25px;
    }

    .recipe-one-step-row {
        flex-wrap: wrap;
    }

    .recipe-one-step-img {
        width: 100%;
        margin-bottom: 10px;
        height: 250px;
    }

    .recipe-one-step-txt {
        max-width: 100%;
    }

    section.main-recipe-one {
        padding: 30px 0 40px;
    }

    
    /* about */
    .about-main-content-row {
        flex-wrap: wrap;
    }

    .about-main-content-titles {
        width: 100%;
        margin-right: 0;
        font-size: 22px;
        margin-bottom: 15px;
    }

    .about-main-content-txt h6 {
        line-height: 1;
        font-size: 21px;
        margin-bottom: 10px;
    }

    .about-main-content-txt p {
        font-size: 16px;
        line-height: 160%;
        margin-bottom: 10px;
    }

    .about-sp-box {
        width: 100%;
        max-width: 100%;
    }

    .about-sp-box:last-child {
        margin-bottom: 0;
    }

    section.about-sp {
        padding: 25px 0;
    }

    .about-sp-titles p {
        font-size: 22px;
    }

    .about-sp-titles span {
        font-size: 16px;
    }

    .about-mission-row {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .about-vision-title {
        font-size: 44px;
        margin-bottom: 15px;
    }

    section.about-vision {
        padding: 40px 0;
    }

    .about-vision-row:before {
        right: -480px;
        height: 1395px;
    }

    /* about end */
}

@media screen and (max-width: 390px) {
    section.line-product.wh-edit {
        padding-bottom: 30px;
    }

    .product-title-xl {
        font-size: 34px;
        line-height: 1;
    }

    .main-product-titles {
        margin-bottom: 15px;
    }

    .prd-label-box {
        padding: 5px 20px;
        font-size: 21px;
    }

    .main-product-left img {
        max-height: 360px;
    }

    .sp-box-img {
        width: 65px;
    }

    .line-product-box-img {
        max-height: 230px;
        min-height: 230px;
    }

    section.recipes-main {
        padding: 40px 0;
    }

    .recipes-main-titles .line-prd-title {
        font-size: 30px;
        line-height: 35px;
    }

    .main-inst-box {
        max-width: 178px;
        max-height: 178px;
        margin-bottom: 10px;
    }

    .map-sp-box-contetn {
        max-width: 235px;
    }

    .map-sp-box-img {
        width: 70px;
        text-align: center;
    }

    .recipes-main-row .recipes-swipe-box {
        max-width: 174px;
    }

    .recipes-swipe-box-img {
        height: 135px;
    }

    .recipes-swipe-box-title p {
        font-size: 16px;
        line-height: 19px;
    }

    .recipes-main-content-box {
        min-height: 68px;
    }

    .ingridients-box {
        font-size: 16px;
    }
    
    .recipe-one-step-txt p {
        font-size: 16px;
        line-height: 160%;
    }
}

@media screen and (max-width: 375px) {
    .main-inst-box {
        max-width: 170px;
        max-height: 170px;
    }

    .maps-left img {
        width: 100%;
        max-height: 100px;
        object-fit: cover;
    }

    .recipes-main-row .recipes-swipe-box {
        max-width: 168px;
    }

    
    /* about */
    .about-vision-right {
        display: none;
    }
    
    .about-mission-left {
        display: none;
    }
    /* about end */
}

@media screen and (max-width: 360px) {
    .sp-box-txt {
        max-width: 240px;
    }

    section.sp-main {
        padding: 30px 0;
    }

    p.prd-title {
        font-size: 19px;
        line-height: 26px;
    }


    .line-product-box {
        width: 100%;
        margin-bottom: 15px;
    }

    .main-inst-box {
        max-width: 163px;
        max-height: 163px;
    }

    .recipes-main-titles .line-prd-title {
        font-size: 30px;
        line-height: 35px;
    }

    section.recipes-main {
        padding: 30px 0;
    }

    .map-sp-box-contetn {
        max-width: 215px;
    }

    .contact-form-subtitle {
        font-size: 16px;
        line-height: 23px;
    }

    .recipes-main-row .recipes-swipe-box {
        max-width: 160px;
    }

    .recipes-swipe-box-img {
        height: 125px;
    }
}