body {

}

.d-flex {
    display: flex;
}

.d-column {
    flex-direction: column;
}

.justify-center {
    justify-content: center;
}

.justify-between {
    justify-content: space-between;
}

.items-center {
    align-items: center;
}

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

.main-block {
    background: url(../img/main/main-bg.jpg)no-repeat;
    background-size: cover;
}

.parallax-mouse {
    width: 100%;
    display: block;
    position: relative;
    overflow: hidden;
}

.parallax-mouse .parallax-element {
    position: absolute;
    z-index: 2;
}

#square-1 {
    width: 215px;
    height: 236px;
    background: url(../img/main/leaflet-1.png)no-repeat;
    background-size: contain;
    margin-top: 445px;
    margin-left: -50px;
}

#square-2 {
    width: 85px;
    height: 151px;
    background: url(../img/main/leaflet-2.png)no-repeat;
    background-size: contain;
    margin-top: 14%;
    margin-left: 66%;
}

#square-3 {
    width: 212px;
    height: 236px;
    background: url(../img/main/leaflet-3.png)no-repeat;
    background-size: contain;
    margin-left: 82%;
    margin-top: 450px;
}

#square-4 {
    width: 240px;
    height: 130px;
    background: url(../img/main/leaflet-4.png)no-repeat;
    background-size: contain;
    margin-left: 85%;
    margin-top: 5%;
}

.top-header-row {
    justify-content: flex-end;
    padding: 9px 0;
}

.phone-top {
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    text-align: right;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    position: relative;
    transition: all 0.4s ease-in-out 0s;
}

.soc-row {
    margin-right: 30px;
}

.soc-box:not(:last-child) {
    margin-right: 15px;
}

.main-header {
    background: #0C0800;
    padding: 30px 0;
    position: relative;
}

.main-header:before {
    content: "";
    width: 65%;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 50.16%, rgba(255, 255, 255, 0) 100%);
    display: block;
    height: 1px;
    position: absolute;
    top: 0;
    right: 0;
}

.main-header:after {
    content: "";
    width: 65%;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 50.16%, rgba(255, 255, 255, 0) 100%);
    display: block;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.middle-list li a {
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    position: relative;
    transition: all 0.4s ease-in-out 0s;
}

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

.middle-list li a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    margin: -8px 0;
    background: linear-gradient(94.33deg, #DAB758 29.33%, #F7DB6F 53.2%, #DBB658 73.83%);
    visibility: hidden;
    transform: scaleX(0);
    transition: all 0.4s ease-in-out 0s;
}

.middle-list li a:hover:before {
    visibility: visible;
    transform: scaleX(1);
}

.middle-list li a:hover {
    color: #DAB758;
}

.sub_menu {
    border-radius: 4px;
    box-shadow: 0px 0px 70px -9px rgba(0, 0, 0, 0.35);
    position: absolute;
    min-width: 170px;
    left: -1px;
    z-index: 5;
    visibility: hidden;
    opacity: 0;
    transform: translate(0, 9px);
    transition: .3s ease-in-out;
    background: #fff;
}
.menu li:hover > .sub_menu {
    visibility: visible;
    opacity: 1;
    transform: translate(-10px, 9px)
}
.sub_menu li a {
    border-bottom: 0.6px solid #35383F;
    background: #fff;
    padding: 15px 15px;
    width: 100%;
    display: block;
    color:#000;
    transition: .4s all ease-out;
}
.sub_menu li a:before{
    display: none !important;
}
.sub_menu li {
    position: relative;
    margin-right:0 !important;
}
.menu li {
    position: relative;
}

.btn-header {
    padding: 10px 14px;
    background: #241d0b;
    border-radius: 4px;
    border: 1px solid #DAB758;
    font-weight: 400;
    font-size: 16px;
    color: #DBB658;
    transition: all 0.4s ease-in-out 0s;
}

.btn-header svg {
    margin-right: 10px;
    margin-top: -2px;
}

.btn-header:hover {
    background: transparent;
}

.main-title {
    font-weight: 400;
    font-size: 48px;
    line-height: 54px;
    color: #FFFFFF;
    margin-bottom: 7px;
}

.main-title-xl {
    font-weight: 700;
    font-size: 64px;
    line-height: 72px;
    text-transform: uppercase;
    color: #DBB658;
    margin-bottom: 8px;
}

.main-subtitle {
    font-family: 'Forum';
    font-weight: 400;
    font-size: 24px;
    line-height: 40px;
    color: #FFFFFF;
    max-width: 510px;
}

.main-row {
    padding: 45px 0 120px;
}

.main-right {
    position: relative;
}

.btn-main {
    background: linear-gradient(94.33deg, #DAB758 29.33%, #F7DB6F 53.2%, #DBB658 73.83%);
    border-radius: 4px;
    max-width: max-content;
    padding: 17px 22px;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #030303;
    border:none;
    cursor: pointer;
}

.btn-main svg {
    margin-right: 10px;
    z-index: 1;
    position: relative;
}

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

.main-left-txt {
    margin-top: 80px;
}

@keyframes shake {
    25% {
        transform: rotate(calc(var(--angle) * -1));
    }

    50% {
        transform: rotate(var(--angle));
    }

    100% {
        transform: rotate(0deg);
    }
}

.hover {
    --width: 100%;
    --time: 0.7s;
    position: relative;
    overflow: hidden;
}

.hover text {
    position: relative;
    z-index: 5;
    transition: color var(--time);
}

.hover:hover text {
    color: #222;
}

.hover span {
    position: absolute;
    display: block;
    content: "";
    z-index: 0;
    width: 0;
    height: 0;
    border-radius: 100%;
    background: #fff;
    transform: translate(-50%, -50%);
    transition: width var(--time), padding-top var(--time);
}

.hover:hover span {
    width: calc(var(--width) * 2.25);
    padding-top: calc(var(--width) * 2.25);
}

.animated {
    --angle: 5deg;
    animation: shake 0.3s;
}

.main-right:before {
    content: "";
    width: 1124px;
    height: 1124px;
    background: url(../img/main/main-radial.png)no-repeat;
    background-size: contain;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
}

.main-right img {
    position: relative;
    z-index: 1;
}

header {
    z-index: 1;
    position: relative;
}

.phone-top:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    margin: -3px 0;
    background: linear-gradient(94.33deg, #DAB758 29.33%, #F7DB6F 53.2%, #DBB658 73.83%);
    visibility: hidden;
    transform: scaleX(0);
    transition: all 0.4s ease-in-out 0s;
}

.phone-top:hover:before {
    visibility: visible;
    transform: scaleX(1);
}


.phone-top:hover {
    color: #DAB758;
}

.sp-title {
    font-weight: 700;
    font-size: 28px;
    line-height: 31px;
    color: #634200;
    margin-bottom: 10px;
}

.sp-subtitle {
    font-family: 'Forum';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
}

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

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

section.sp-main {
    padding: 100px 0;
    position: relative;
}

section.sp-main:before {
    content: "";
    width: 358px;
    height: 388px;
    background: url(../img/main/olivo.png)no-repeat;
    background-size: contain;
    position: absolute;
    left: -135px;
    top: -135px;
}

section.line-product {
    padding: 90px 0 160px;
    background: #141002;
    position: relative;
}

.line-prd-sub-title {
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    letter-spacing: 0.315em;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.line-prd-title {
    font-weight: 700;
    font-size: 48px;
    line-height: 54px;
    text-align: center;
    text-transform: uppercase;
    color: #DBB658;
}

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

.line-product-box-img {
    margin-bottom: 30px;
}

.prd-title {
    font-weight: 400;
    font-size: 27px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 6px;
    color: #DBB658;
}

.prd-sub-title {
    font-family: 'Forum';
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
}

section.line-product:before {
    content: "";
    width: 176px;
    height: 172px;
    position: absolute;
    bottom: -50px;
    right: 0;
    display: block;
    background: url(../img/main/leaflet-bg.png)no-repeat;
}

.line-product-box-img {
    overflow: hidden;
}

.line-product-box-img {
    transition: .5s all linear;
}

.line-product-box:hover .line-product-box-img {
    transform: scale(1.1);
}

.line-product-box {
    width: 225px;
    position: relative;
}


.line-product-box:before {
    content: "";
    position: absolute;
    width: 175px;
    height: 175px;
    left: 50%;
    top: -60px;
    transform: translateX(-50%);
    background: linear-gradient(94.33deg, #DAB758 29.33%, #F7DB6F 53.2%, #DBB658 73.83%);
    border-radius: 50%;
    z-index: 0;
    transition: .4s all linear;
    opacity: 0;
}

.line-product-box-img {
    position: relative;
    min-height: 231px;
}

.line-product-box:hover:before {
    opacity: 1;
}

.review-swiper-box {
    position: relative;
}

.btn-product-hov {
    width: 100%;
    padding: 10px 22px 10px 21px;
    height: 48px;
    border-radius: 4px;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #DBB658;
    border: 1px solid #DBB658;
    max-width: max-content;
}

.btn-product-hov svg {
    margin-right: 10px;
}

.line-product-box-txt {
    position: relative;
}

.line-product-box-txt-link {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: .5s all linear;
    opacity: 0;
}

.line-product-box-txt-cont {
    transition: .2s all linear;
    opacity: 1;
}

.line-product-box:hover .line-product-box-txt-cont {
    opacity: 0;
}

.line-product-box:hover .line-product-box-txt-link {
    opacity: 1;
}

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

.review-main-titles .line-prd-sub-title {
    color: #010101;
}

.review-main-titles .line-prd-title {
    font-weight: 700;
    font-size: 56px;
    line-height: 63px;
    color: #634200;
    text-transform: inherit;
}

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

.review-swipe-box-txt p {
    font-family: 'Forum';
    font-weight: 400;
    font-size: 15px;
    line-height: 180%;
    text-align: center;
    color: #000000;
    -webkit-line-clamp: 6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    min-height: 135px;
    max-height: 135px;
}

.review-swipe-box-star-box:not(:last-child) {
    margin-right: 7px;
}

.review-swipe-box-title p {
    font-weight: 700;
    font-size: 16px;
    line-height: 180%;
    text-align: center;
    color: #000000;
}

.review-swipe-box-star-row {
    margin: 10px 0;
}

.rev-prev,
.rev-next {
    width: 41px;
    height: 41px;
    background: #FFFFFF;
    box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.18);
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rev-prev:after {
    font-size: 0;
    width: 10px;
    height: 20px;
    background: url(../img/main/prev-arr.svg)no-repeat;
    background-size: contain;
}

.rev-next:after {
    font-size: 0;
    width: 10px;
    height: 20px;
    background: url(../img/main/next-arr.svg)no-repeat;
    background-size: contain;
}

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

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

.rev-pag span {
    width: 8px;
    height: 8px;
    background: #CDCDCD;
    opacity: 1;
}

.rev-pag span.swiper-pagination-bullet-active {
    background: #6B6B6B;
}

.rev-pag {
    bottom: -50px !important;
}

section.about-premium-oil {
    background: linear-gradient(93.15deg, #655620 21.53%, #AB8715 54.6%, #8A7429 83.17%);
    padding: 84px 0 0;
}

.about-prem-oil-subtitle {
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0.315em;
    text-transform: uppercase;
    color: #FFFFFF;
}

.about-prem-oil-title {
    font-weight: 700;
    font-size: 56px;
    line-height: 63px;
    color: #FFFFFF;
}

.about-premium-oil-title {
    margin-bottom: 25px;
}

.about-premium-oil-txt p {
    font-family: 'Forum';
    font-weight: 400;
    font-size: 18px;
    line-height: 180%;
    color: #FFFFFF;
}

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

.rec-prev,
.rec-next {
    width: 41px;
    height: 41px;
    background: #FFFFFF;
    box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.18);
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 43%;
}

.rec-prev:after {
    font-size: 0;
    width: 10px;
    height: 20px;
    background: url(../img/main/prev-arr.svg)no-repeat;
    background-size: contain;
}

.rec-next:after {
    font-size: 0;
    width: 10px;
    height: 20px;
    background: url(../img/main/next-arr.svg)no-repeat;
    background-size: contain;
}

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

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

section.recipes-main {
    background: #141002;
    padding: 70px 0;
}

.recipes-main-titles .line-prd-title {
    font-size: 40px;
    line-height: 45px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 9px;
}

.recipes-main-titles .line-prd-subtitle {
    font-family: 'Forum';
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: #FFFFFF;
}

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

.recipes-swiper-box {
    position: relative;
    margin-bottom: 50px;
}

.recipes-swipe-box-img {
    width: 100%;
    height: 200px;
    margin-bottom: 20px;
    overflow: hidden;
}

.recipes-swipe-box-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .7s all linear;
}

.recipes-swipe-box-title p {
    font-weight: 700;
    font-size: 24px;
    line-height: 27px;
    color: #FFFFFF;
}

.recipes-swipe-box-title {
    margin-bottom: 13px;
}

.recipes-swipe-box-label p {
    font-family: 'Forum';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 17px;
    color: #FFFFFF;
    margin-left: 10px;
}

.btn-header {
    max-width: max-content;
    margin: 0 auto;
}

.recipes-swipe-box:hover .recipes-swipe-box-img img {
    transform: scale(1.5);
}

.recipes-swipe-box:hover .recipes-swipe-box-title p,
.recipes-swipe-box:hover .recipes-swipe-box-label p {
    color: #DBB658;
    transition: .2s all linear;
}

.recipes-swipe-box:hover .recipes-swipe-box-label svg path {
    fill: #DBB658;
}

.recipes-swipe-box-label svg path,
.recipes-swipe-box-label svg {
    transition: .2s all linear;
}

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

.inst-main-titles .line-prd-title {
    font-weight: 700;
    font-size: 56px;
    line-height: 63px;
    text-align: center;
    color: #634200;
    margin-bottom: 11px;
}

.inst-main-titles .line-prd-sub-title {
    color: #010101;
    margin: 0;
}

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

.main-inst-box {
    max-width: 255px;
    max-height: 255px;
    width: calc(100% / 4);
    margin-bottom: 30px;
}

.main-inst-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.inst-btn {
    color: #121212;
    background: #fff;
    border-color: #121212;
    line-height: 1;
}

.inst-btn:hover {
    border-color: #DBB658;
    color: #DBB658;
}

.inst-btn:hover svg path {
    fill: #DBB658;
}

.inst-btn svg path {
    transition: all 0.4s ease-in-out 0s;
}

.inst-btn svg {
    margin-top: 0;
}

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

footer {
    background: #0C0800;
    padding: 30px 0;
    margin-top:auto;
}

.footer-middle p {
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
}

section.main-product {
    background: #0C0800;
    padding: 90px 0 175px;
}

section.line-product.wh-edit {
    background: #fff;
    padding-bottom: 110px;
}

.wh-edit .line-prd-sub-title {
    color: #131313;
}

.wh-edit .prd-title {
    color: #333333;
}

.wh-edit .prd-sub-title {
    color: #686868;
}

.main-product-right {
    max-width: 650px;
    position: relative;
    z-index: 2;
}

.product-sub-title {
    font-weight: 400;
    font-size: 24px;
    line-height: 27px;
    color: #FFFFFF;
}

.product-title-xl {
    font-style: normal;
    font-weight: 700;
    font-size: 64px;
    line-height: 72px;
    text-transform: capitalize;
    background: linear-gradient(94.33deg, #DAB758 29.33%, #F7DB6F 53.2%, #DBB658 73.83%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

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

.product-txt {
    font-family: 'Forum';
    font-weight: 400;
    font-size: 16px;
    line-height: 180%;
    color: #FFFFFF;
}

.main-product-txt {
    margin-bottom: 30px;
}
.full-name.active {
    display: flex;
}
.full-name{
    display: none;
}
.prd-label-box {
    background:#000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 24px;
    font-family: 'Forum';
    font-weight: 400;
    font-size: 24px;
    line-height: 180%;
    color: #FFFFFF;
    border: 1px solid #DAB758;
    cursor: pointer;
    transition: .2s all linear;
}

.main-product-label-box:not(:last-child) {
    margin-right: 16px;
}

.main-product-label-box input:checked+.prd-label-box {
    background: linear-gradient(94.33deg, #DAB758 29.33%, #F7DB6F 53.2%, #DBB658 73.83%);
    color: #000;
}

.main-product-label-box input {
    display: none;
}

.main-product-labels {
    margin-bottom: 25px;
}

.main-product-price p {
    font-weight: 400;
    font-size: 44px;
    line-height: 180%;
    color: #FFFFFF;
}

.main-product-price {
    margin-bottom: 13px;
}

.main-product-btn .btn-header {
    margin-left: 0;
}

.main-product-left {
    position: relative;
}

.main-product-left img {
    position: relative;
    z-index: 1;
}

.main-product-left:before {
    content: "";
    width: 1127px;
    height: 1127px;
    background: url(../img/product/product-radial.png)no-repeat;
    background-size: cover;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

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

.map {
    height: 680px;
}

.maps-right-left p {
    font-family: 'Forum';
    font-weight: 400;
    font-size: 15px;
    align-items: center;
    color: #5B5B5B;
}

.maps-right-left b {
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    display: flex;
    align-items: center;
    color: #000000;
    margin-bottom: 5px;
}

.maps-left {
    margin-right: 12px;
}

.maps-right-right a {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.map-sp-box {
    width: calc(100%/3);
    max-width: 340px;
    background: #FFFFFF;
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.4);
    border-radius: 8px;
    padding: 30px 15px;
    padding-left: 30px;
    min-height: 135px;
}

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

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

.map-sp-box-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 19px;
    color: #000000;
    margin-bottom: 10px;
}

.map-sp-box-txt {
    font-family: 'Forum';
    font-weight: 400;
    font-size: 14px;
    line-height: 15px;
    display: flex;
    align-items: center;
    color: #000000;
    transition: .2s all linear;
    margin-bottom: 4px;
}

.map-sp-box-txt:hover {
    color: #986927;
}

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

section.map-sp {
    background: transparent;
    margin-top: -70px;
    position: relative;
    z-index: 1;
}

section.contact-form {
    background: #1A1203;
    padding: 110px 0 70px;
    margin-top: -60px;
}

.contact-form-title {
    font-weight: 700;
    font-size: 31px;
    line-height: 50px;
    color: #FFFFFF;
}

.contact-form-subtitle {
    font-weight: 400;
    font-size: 20px;
    line-height: 33px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    font-family: 'Forum';
}
.ajax_form .error {
    border:1px solid red !important;
}
.alertify-notifier div{
    color:#fff !important;
}
.alertify-notifier {
    z-index:9999999999999999999 !important;
}

.contact-main-input {
    width: calc(100%/3);
    height: 57px;
    background: #FFFFFF;
    border: 1px solid #919191;
    border-radius: 5px;
    max-width: 350px;
    padding-left: 15px;
    font-weight: 300;
    font-size: 20px;
    line-height: 23px;
    color: #868686;
    font-family: 'Forum', cursive;
}

.contact-main-textarea {
    width: 100%;
    height: 145px;
    background: #FFFFFF;
    border: 1px solid #919191;
    border-radius: 5px;
    padding-left: 15px;
    font-weight: 300;
    font-size: 20px;
    line-height: 23px;
    color: #868686;
    font-family: 'Forum', cursive;
    margin-top: 35px;
    padding-top: 20px;
}

.form-row {
    display: flex;
    align-items: center;
    margin-top: 40px;
}

.form-row-txt {
    max-width: 680px;
    margin-left: 50px;
}

.form-row-txt p {
    font-family: 'Forum';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #FFFFFF;
}

.form-row-txt p a {
    color: #01A7CF;
}

.form-row-txt p a:hover {
    text-decoration: underline;
}

.contact-form-titles {
    margin-bottom: 30px;
}

.burger-menu {
    display: none;
}

.form-modal-title {
    font-weight: 700;
    font-size: 30px;
    line-height: 50px;
    color: #000000;
    margin-bottom: 13px;
}

.form-modal-subtitle {
    font-family: 'Forum';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 19px;
    color: #000000;
    margin-bottom: 19px;
}

.modal-input {
    height: 54px;
    background: #FFFFFF;
    border: 1px solid #919191;
    border-radius: 5px;
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 24px;
    font-family: 'Forum';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 22px;
    color: #868686;
    padding-left: 15px;
}

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

.modal-btn {
    width: 100%;
    max-width: 100%;
    font-family: 'Philosopher';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 21px;
}

.fancybox__container {
    z-index: 99999;
}

.middle-list .btn-header {
    display: none;
}
.block {
    display: none;
}
.block.active {
    display:block;
}

section.recipes-main-page {
    background: #141002;
    padding: 45px 0 90px;
}

.recipes-main-page .line-prd-title {
    font-size: 56px;
    line-height: 63px;
    text-transform: capitalize;
}

.recipes-main-row .recipes-swipe-box {
    width: calc(100%/4);
    max-width: 255px;
    margin-right: 30px;
    margin-bottom: 40px;
}

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

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

.recipe-one-title {
    font-weight: 700;
    font-size: 32px;
    line-height: 36px;
    text-align: center;
    color: #634200;
}

.recipe-one-sp-row {
    margin: 23px 0 37px;
}

section.main-recipe-one {
    padding: 50px 0 60px;
    overflow: hidden;
}

.recipe-one-sp-txt p {
    font-family: 'Forum';
    font-weight: 400;
    font-size: 15px;
    line-height: 1;
    text-transform: uppercase;
    color: #6D6D6D;
}

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

.recipe-one-sp-txt {
    margin-left: 5px;
}

.recipe-one-sp-img {
    height: 20px;
    display: flex;
    align-items: center;
}

.main-recipe-one-img {
    max-width: 730px;
    max-height: 450px;
    margin: 0 auto 45px;
    position: relative;
    overflow: hidden;
}

.main-recipe-one-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-recipe-one-img:before {
    content: "";
    width: 400vw;
    height: 219px;
    left: -250%;
    top: 117px;
    background: #F5F5F5;
    position: absolute;
    z-index: -1;
}

.main-recipe-one-content-txt p {
    font-family: 'Forum';
    font-weight: 400;
    font-size: 18px;
    line-height: 180%;
    color: #393939;
}

.main-recipe-one-content-ingridients {
    margin-top: 35px;
    border-bottom: 1px solid #ECECEC;
    padding-bottom: 35px;
}

.ingridients-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 15px;
}

.ingridients-box {
    font-family: 'Forum';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    color: #393939;
    margin-bottom: 15px;
    position: relative;
}

.ingridients-box:before {
    content: "";
    width: 99%;
    position: absolute;
    bottom: 5px;
    border: 1px dashed #9B9B9B;
}

.ingridients-box p,
.ingridients-box a {
    padding: 0 5px;
    position: relative;
    z-index: 2;
    background: #fff;
}

.ingridients-box p:first-child,
.ingridients-box a:first-child {
    padding-left: 0;
}

.ingridients-box p:last-child {
    padding-right: 0;
}


.ingridients-box.active a {
    color: #A16C05;
    text-decoration: underline;
}


.step-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 25px;
}

.main-recipe-one-content-step-column {
    margin-top: 35px;
    border-bottom: 1px solid #ECECEC;
    padding-bottom: 35px;
}

.recipe-one-step-txt p {
    font-family: 'Forum';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 180%;
    display: flex;
    align-items: center;
    color: #393939;
}

.recipe-one-step-img {
    width: 350px;
    height: 235px;
}

.recipe-one-step-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

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

.main-recipe-one-titles,
.main-recipe-one-content {
    max-width: 730px;
    margin: 0 auto;
}

.recipe-one-step-row {
    justify-content: space-between;
    margin-bottom: 25px;
}

.main-recipe-one-content-txt {
    border-bottom: 1px solid #ECECEC;
    padding-bottom: 35px;
}

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

.recipe-one-step-row:last-child {
    margin-bottom: 0;
}

.main-recipe-one-share-title p {
    font-family: 'Forum';
    font-weight: 400;
    font-size: 17px;
    line-height: 1; 
    text-transform: uppercase; 
    color: #383838;
}

.main-recipe-one-share-title svg {
    margin-right: 15px;
}

.main-recipe-one-share {
    max-width: 730px;
    margin: 35px auto 0;
}

.main-recipe-one-share-box p{
    margin-top: 12px;
    font-family: 'Forum';
    font-weight: 400;
    font-size: 17px;
    line-height: 1;
    text-transform: uppercase;
    color: #383838;
}


/* ABOUT */
section.about-vision {
    padding: 60px 0;
    background: #0C0800;
    overflow: hidden;
}

.about-vision-title {
    font-family: Philosopher;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    background: var(--87, linear-gradient(158deg, #DAB758 0%, #F6DB6F 53.65%, #DBB658 100%));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 30px;
}

.about-vision-txt {
    color: #FFF;
    font-family: Forum;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 27px */
}

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

.about-vision-right {
    margin-bottom: -57px;
    display: flex;
    align-items: flex-end;
    position: relative;
    z-index: 1;
}

.about-vision-row {
    position: relative;
}

.about-vision-row:before {
    content: "";
    width: 1349px;
    height: 995px;
    background: radial-gradient(37.67% 37.67% at 50.00% 45.07%, rgba(185, 157, 57, 0.25) 0%, rgba(139, 115, 40, 0.00) 100%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: -570px;
}

.about-mission-right-title {
    color: #000;
    font-family: Philosopher;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.about-mission-right-txt {
    color: #323232;
    font-family: Forum;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 27px */
}

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

section.about-mission {
    padding: 30px 0 50px;
}

.about-sp-titles p {
    color: #000;
    text-align: center;
    font-family: Philosopher;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 13px;
}

.about-sp-titles span {
    color: #323232;
    text-align: center;
    font-family: Forum;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 27px */
}

.about-sp-titles {
    max-width: 735px;
    margin: 0 auto 50px;
}

section.about-sp {
    padding: 50px 0 60px;
    background: #F4F4F4;
}

.about-sp-box {
    width: calc(100%/3);
    max-width: 325px;
    margin-bottom: 70px;
}

.about-sp-box-img {
    margin-bottom: 20px;
}

.about-sp-box-title {
    color: #634200;
    font-family: Philosopher;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 20px;
}

.about-sp-box-txt {
    color: #000;
    text-align: center;
    font-family: Forum;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 137.5% */
    height: 66px;
}

.about-mission-left {
    margin-right: 15px;
}

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

.about-main-content-titles {
    color: #000;
    font-family: Philosopher;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    width: 350px;
    margin-right: 30px;
}

.about-main-content-txt {
    max-width: 730px;
    padding-bottom: 34px;
    border-bottom: 1px solid #D0D0D0;
}

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

.about-main-content-txt p {
    color: #000;
    font-family: Forum;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%; /* 32.4px */
    margin-bottom: 20px;
}

.about-main-content-txt p:last-child {
    margin-bottom: 0;
}

.about-main-content-txt h6 {
    color: #000;
    font-family: Philosopher;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 180%;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.about-main-content-txt p b {
    color: #8F1717;
    font-family: Philosopher;
}
/* ABOUT END */