@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100..900&display=swap');
html body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-family: "Montserrat", sans-serif;
    background-color: #FFF;
}
@media (min-width: 1640px)
{
    .container {
        max-width: 1640px;
    }
}

.text-red {
    color:red;
}

.dropdown-menu  {
    background: rgba(255, 255, 255, 0.90);
    backdrop-filter: blur(11.100000381469727px);
    color: #0F1922;
}
.dropdown-menu .dropdown-item {
    color: #0F1922;
}
.dropdown-menu .dropdown-item:hover {
    color: #0F1922;
}

.breadCrumps {
    color: rgb(255 255 255 / 0.45);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}
.breadCrumps a {
    color: rgb(255 255 255 / 0.45);
}
.breadCrumps a:hover {
    color: rgb(255 255 255 / 0.35);
}


body.no-scroll {
    overflow: hidden;
}

.tox-tinymce-aux{z-index:99999999999 !important;}

/*Повышение резкости картинки*/
.sharp-img {
    image-rendering: pixelated;
    image-rendering: -moz-crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}
.row-m {
    display: flex;
    flex-wrap: wrap;
}
.row-m > div[class*='col-'] {
    display: flex;
}
#customFile .custom-file-control:lang(en)::after {
    content: "Select file1...";
}
#customFile .custom-file-control:lang(en)::before {
    content: "Click me1";
}

.header-msb-div {
    /*background: rgb(40, 40, 40);*/
    height: 90px;
    top: 0;
    left: 0;
    z-index: 2030;
    position: absolute;
}
.header-msb {
    padding-top: 0px;
    z-index: 9991;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
}
.header-msb .mr-a {
    margin-right: 98px;
}
.header-msb a {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
}
.header-msb a:hover {
    color: rgba(255, 255, 255, 0.7);
}
.header-msb a:hover img {
    opacity: 0.7;
}
.header-msb a.active {
    color: #FFF;
    text-decoration-line: underline!important;
}
.header-msb.black-a a {
    color: #222;
}
.header-msb.black-a a:hover {
    color: rgb(34 34 34 / 0.7);
}
.header-msb .lng-section a.active {
    border-radius: 2000px;
    background: #03AF4B;
    display: flex;
    width: 34px;
    height: 34px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    text-decoration: none!important;
}
.header-msb.black-a .lng-section a.active {
    color: #ffffff;
}
.header-msb .search-section {
    border-radius: 100px;
    border: 1px solid #C4C4C4;
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(2px);
    display: inline-flex;
    height: 40px;
    padding: 20px 40px;
    align-items: center;
    max-width: 159px;
}
.header-msb .search-section input {
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    background: transparent!important;
    border: none;
    color: #FFF;
    width: 100%;
}
.header-msb .search-section input::placeholder {
    color: #FFF;
    opacity: 0.7; /* чтобы цвет не был полупрозрачным */
}
.header-msb.black-a .search-section input {
    color: rgb(118 118 118 / 0.7);
}
.header-msb.black-a .search-section input::placeholder {
    color: rgb(118 118 118 / 0.7);
}



.header-msb .mr-link-a {
    margin-right: 74px;
}
.header-msb .btn-a {
    border-radius: 8px;
    background: #1A1C4F;
    backdrop-filter: blur(8.325000762939453px);
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    text-transform: capitalize;
    height: 50px;
    min-width: 189px;
}
.header-msb .btn-a:hover {
    color: rgba(255, 255, 255, 0.7);
}
.header-msb .mr-80 {
    margin-right: 80px;
}

.modal-backdrop {
    z-index: 1000;
}

.navbar-wrap {
    top: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.nav-flex {
    display: flex;
    align-items: center;
    justify-content: space-between
}
.navbar-toggler {
    padding: 0;
    font-size: 10px;
    line-height: 0;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 0;
    transition: box-shadow .15s ease-in-out;
    position: relative;
    z-index: 2000;
    display: inline-block
}
.animated-icon1 {
    width: 35px;
    height: 30px;
    position: relative;
    margin: 0px;
    transform: rotate(0deg);
    cursor: pointer;
}
.animated-icon1 span {
    display: block;
    position: absolute;
    height: 5px;
    width: 100%;
    border-radius: 1px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
    background: #333;
}
.animated-icon1 span:nth-child(1) {
    top: 0px
}
.animated-icon1 span:nth-child(2) {
    top: 12px
}
.animated-icon1 span:nth-child(3) {
    top: 24px
}
.animated-icon1.open span {
    background: #ffffff;
}
.animated-icon1.open span:nth-child(1) {
    top: 10px;
    transform: rotate(135deg);
}
.animated-icon1.open span:nth-child(2) {
    opacity: 0;
    left: 0px;
}
.animated-icon1.open span:nth-child(3) {
    top: 10px;
    transform: rotate(-135deg);
}

.pagination .page-item.disabled .page-link,
.pagination .page-item:first-child:not(.active) .page-link,
.pagination .page-item:last-child:not(.active) .page-link {
    background: transparent;
}
.pagination .page-link:hover {
    background-color: rgba(239, 36, 45, 0.7) !important;
    color: #fff
}
.pagination .page-link {
    color: #D0D0D0;
    text-align: center;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
}
.pagination .page-item.active .page-link {
    z-index: 3;
    background-color: transparent;
    border-color: transparent;
    color: #EF242D;
    text-align: center;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
}
.pagination .page-item.active .page-link:hover {
    color: #ffffff;
}

.footer {
    background-color: #282828;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    padding-top: 66px;
}
.footer .img-a {
    width: 300px;
}
.footer a {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    text-decoration: none!important;
}
.footer a:hover {
    color: rgba(255, 255, 255, 0.7)!important;
}
.footer .link-a {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
}

.footer .desc-a {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
}
.footer .desc-a a {
    color: #FFF;
}
.footer .panel-a {
    background: rgb(40, 40, 40);
    padding: 24px 0px 24px 0px;
    color: rgb(255 255 255 / 0.4);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
    border-top:1px solid rgb(217 217 217 / 0.1);
}
.footer .panel-a a {
    color: rgb(255 255 255 / 0.4);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
}
.footer .panel-a a:hover {
    color: rgba(255, 255, 255, 0.7);
}
.footer #map-footer {
    width: 100%;
    aspect-ratio: 1/1;
    border-radius: 24px;
}
.footer .leaflet-container a {
    color: #E6E6E6;
    font-size: 14px;
    font-weight: 500;
}
.footer .leaflet-container a:hover {
    color: rgb(230 230 230 / 0.7);
}

a[target]:not(.btn) {
    font-weight: 500;
    text-decoration: none !important;
}

@media (max-width: 1397px)
{
    .footer {
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 16px;
        padding: 20px 0px 0px 0px;
    }
    .footer a {
        font-size: 16px;
        font-weight: 500;
        line-height: 16px;
    }
    .footer .link-a {
        font-size: 16px;
        font-weight: 500;
        line-height: 16px;
    }
    .footer .img-a {
        width: 181px;
        margin-bottom: 40px;
    }
    .footer .desc-a {
        font-size: 16px;
        font-weight: 500;
        line-height: 16px;
    }
    .footer .panel-a {
        padding: 20px 0.75rem 20px 0.75rem;
        color: rgb(255 255 255 / 0.4);
        font-size: 12px;
        line-height: 12px;
    }
    .footer .panel-a a {
        font-size: 12px;
        line-height: 12px;
    }
    .footer .text-lowercase-a {
        text-transform: lowercase;
    }
    .footer #map-footer {
        border-radius: 14px;
    }




}


.page-feedback {
    background: #F7F7F6;
    padding: 50px 0px 100px 0px;
}
.page-feedback .head-a {
    color: #0F1922;
    font-size: 72px;
    font-style: normal;
    font-weight: 700;
    line-height: 73px;
    max-width: 375px;
    margin-bottom: 76px;
}
.page-feedback .desc-a {
    color: #0F1922;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 15px;
}
.page-feedback .desc-b {
    color: #545454;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}
.page-feedback .desc-b a {
    color: #545454;
}
.page-feedback .desc-b a:hover {
    color: rgba(84, 84, 84, 0.7);
}
.page-feedback input {
    color: #B3B3B3;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    padding: 10px 24px;
    height: 60px;
    border-radius: 8px;
    background: #FFF;
    border: 0px;
}
.page-feedback .btn-feedback {
    border-radius: 8px;
    background: #0F97D4;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    padding: 10px 10px;
    height: 60px;
    margin-bottom: 16px;
}

@media (max-width: 992px)
{
    .header-msb-div {
        height: 120px;
        top: 0;
        position: absolute;
        width: 100%;
    }
    .header-msb {
        margin: 0px;
        padding: 10px .75rem 10px .75rem;
        z-index: 2030;
        top: 0;
        right: 0;
        left: 0;
    }
    .header-msb a, .header-msb a:active  {
        color: #FFF;
        text-align: center;
        font-size: 12px;
        font-style: normal;
        font-weight: 700;
        line-height: 12px;
        letter-spacing: 0.48px;
    }
    .header-msb.black-a a {
        color: #0F1922;
    }
    .header-msb .lng-section,
    #menuModal .lng-section {
        border-radius: 2000px;
        background: #03AF4B;
        display: flex;
        width: 38px;
        height: 38px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        text-decoration: none !important;
    }
    .header-msb .lng-section a,
    #menuModal .lng-section a{
        color:#ffffff;
        font-size: 10px;
        font-style: normal;
        font-weight: 500;
        line-height: 25px;
        padding: 0.55rem;
    }
    .header-msb .lng-section .dropdown-menu,
    #menuModal .lng-section .dropdown-menu{
        max-width: 50px!important;
        width: 50px!important;
        min-width: 50px;
    }
    .header-msb .lng-section .dropdown-menu a,
    #menuModal .lng-section .dropdown-menu a {
        color: #000000;
        text-align: center;
        width: 100%;
    }
    .header-msb .lng-section .dropdown-menu a.active,
    #menuModal .lng-section .dropdown-menu a.active {
        text-align: center!important;
        color: #000000;
        background: transparent;
        font-weight: 700;
    }


    .header-msb a:hover {
        color: rgba(51, 51, 51, 0.7);
    }
    #menuModal .nav a {
        color: #ffffff;
        font-size: 36px;
        font-style: normal;
        font-weight: 700;
        line-height: 100%;
        padding-right: 0px;

    }
    #menuModal .modal-dialog {
        margin: 0px;
        height: 100%;
    }
    #menuModal .modal-content {
        background: #373737;
        backdrop-filter: blur(11.100000381469727px);
        height: 100%;
    }
    #menuModal .modal-content .modal-body {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }
    #menuModal .modal-footer {
        color: #FFF;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 125%;
    }
    #menuModal .modal-footer a {
        color: #FFF;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 125%;
    }

}

.page-404 {
    margin-top: 200px;
    margin-bottom: 200px;
}

.btn-a-green {
    border-radius: 100px;
    background: #03AF4B;
    display: flex;
    height: 60px;
    padding: 20px 40px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}
.btn-a-green:hover {
    background: rgb(3 175 75 / 0.7);
    color: #FFF;
}
.btn-a-white {
    border-radius: 100px;
    background: #F4F4F4;
    display: flex;
    height: 60px;
    padding: 20px 40px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #00CE1E;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}
.btn-a-white:hover {
    background: rgb(244 244 244 / 0.7);
    color: #00CE1E;
}
.btn-a-white-b {
    border-radius: 100px;
    background: #FFF;
    display: flex;
    height: 60px;
    padding: 20px 40px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #00CE1E;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}
.btn-a-white-b:hover {
    background: rgb(255 255 255 / 0.7);
    color: #00CE1E;
}

.page-catalog .section-a {
    background: #000000 url(/images/page-catalog/section-a/bg.webp?v1) center center  no-repeat;
    height: 500px;
}
.page-catalog .section-a h1 {
    color: #FFF;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 90px;
    max-width: 428px;
}
.page-catalog .btn-a {
    border-radius: 100px;
    background: #F4F4F4;
    display: flex;
    height: 48px;
    padding: 14px 28px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #222;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.page-catalog .btn-a:hover {
    background: rgb(244 244 244 / 0.7);
    color: #222;
}
.page-catalog .btn-a.active {
    background: #222;
    color: #FFF;
}
.page-catalog .section-b {
    margin-top: 80px;
    margin-bottom: 80px;
}
.page-catalog .section-c {
    margin-bottom: 200px;
}
.page-catalog .section-c .card-a {
    border-radius: 24px;
    background: #F4F4F4;
    color: #616161;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.32px
}
.page-catalog .section-c .card-a .img-a {
    border-radius: 20px;
}
.page-catalog .section-c .card-a .p-a {
    padding: 10px;
}
.page-catalog .section-c .card-a .p-b {
    padding: 20px;
}
.page-catalog .section-c .card-a .desc-a {
    color: #C4C4C4;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.page-catalog .section-c .card-a .head-a {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 20px;
    margin-bottom: 10px;
}

.page-product .section-a {
    margin-top: 196px;
    margin-bottom: 70px;
}
.page-product .section-a .breadCrumps {
    color: #767676;
}
.page-product .section-a .breadCrumps a {
    color: #767676;
}
.page-product .section-a .breadCrumps a:hover {
    color: rgb(118 118 118 / 0.7);
}
.page-product .section-b {
    color: #222;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    margin-bottom: 140px;
}
.page-product .section-b h1 {
    color: #222;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 30px;
}
.page-product .section-b .desc-a {
    color: #767676;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.32px;
}
.page-product .section-b h2 {
    color: #222;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 125%;
    margin-bottom: 10px;
}
.page-product .section-b #carousel-products .carousel-indicators {
    position: relative;
    margin-left: 0px;
    margin-right: 0px;
    display: flex;
    justify-content: start;
}
.page-product .section-b #carousel-products .carousel-indicators li {
    width: 100px;
    max-width: 100px;
    height: auto;
    padding:0px;
    flex: 1;
    margin-left: 0px;
    margin-right: 0px;
}
.page-product .section-b #carousel-products .carousel-indicators li img {
    border-radius: 12px;
    border: 2px solid rgba(196, 196, 196, 0.60);
}
.page-product .section-b #carousel-products .carousel-indicators li:not(:last-child){
    margin-right: 20px;
}
.page-product .section-b .badge-a {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 7.738px;
    background: #03AF4B;
    text-align: center;
    min-height: 56px;
    height: 56px;
    width: 90px;
}
.page-product .section-b .badge-b {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 7.738px;
    background: #F2F2F2;
    text-align: center;
    color: #222;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.page-recipe .section-a {
    margin-top: 196px;
    margin-bottom: 14px;
}
.page-recipe .section-a .breadCrumps {
    color: #767676;
}
.page-recipe .section-a .breadCrumps a {
    color: #767676;
}
.page-recipe .section-a .breadCrumps a:hover {
    color: rgb(118 118 118 / 0.7);
}
.page-recipe .section-b {
    color: #222;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    margin-bottom: 120px;
}
.page-recipe .section-b .img-a {
    border-radius: 24px;
}
.page-recipe .section-b h1 {
    color: #222;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 40px;
}
.page-recipe .section-b .head-b {
    color: #222;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 125%;
}
.page-recipe .section-b .head-b-a {
    font-weight: 500;
}
.page-recipe .section-b h2 {
    color: #222;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 125%;
    margin-bottom: 18px;
}
.page-recipe .section-b .panel-a {
    border-radius: 24px;
    background: #F2F2F2;
    padding: 20px;
    margin-bottom: 80px;
}
.page-recipe .section-b .icon-t {
    width: 48px;
    height: 48px;
    min-width: 48px;
    min-height: 48px;
    background: url(/images/icon-t.svg?v1) center center no-repeat;
    background-size: contain;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    margin-right: 15px;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
}

.page-home .section-a {
    position: relative;
    height: 1153px;
    overflow: hidden;
    margin-bottom: 200px;
}
.page-home .section-a .img-slide,
.page-home .section-a .img-bg {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}
.page-home .section-a .img-slide {
    position: absolute;
    inset: 0;              /* вместо left/bottom/width */
    width: 100%;
    height: 100%;
    object-fit: cover;     /* ВАЖНО — делает cover */
    object-position: center;
    z-index: 1;
    opacity: 0;
    transform: scale(1.05);
    transition:
            opacity 1.2s ease-in-out,
            transform 4s ease-out;
    will-change: opacity, transform;
}

.page-home .section-a .img-slide.active {
    opacity: 1;
    transform: scale(1);
}
.page-home .section-a .panel-a {
    z-index: 2;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}
.page-home .section-a .panel-a .logo {
    width: 300px;
    margin-top:150px;
}
.page-home .section-a .img-bg {
    z-index: 3;
    pointer-events: none;
}
.page-home .section-a .panel-a .head-a {
    max-width: 786px;
    margin-top:120px;
    margin-bottom: 34px;
    color: #FFF;
    font-size: 70px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
}
.page-home .section-a .panel-a .btn-a {
    border-radius: 100px;
    background: #03AF4B;
    border: 1px solid #03AF4B;
    height: 60px;
    padding: 0px 40px;
    flex-direction: row;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
}
.page-home .section-a .panel-a .btn-a:hover {
    background: rgb(3 175 75 / 0.7);
    color: #FFF;
}
.page-home .section-a .panel-a .btn-b {
    border-radius: 100px;
    border: 1px solid rgba(196, 196, 196, 0.8);
    background: rgba(0, 0, 0, 0.20);
    display: flex;
    height: 60px;
    padding: 20px 40px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}
.page-home .section-a .panel-a .btn-b:hover {
    background: rgb(3 175 75 / 0.7);
    color: #FFF;
}
.page-home .section-b {
    background: url(/images/page-home/section-b/bg-b.webp?v1) center right no-repeat, url(/images/page-home/section-b/bg.webp?v1) center left no-repeat;
    background-size: auto auto, auto 100%;
    margin-bottom: 105px;
}
.page-home .section-b .head-a {
    color: #000;
    text-align: center;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 40px;
}
.page-home .section-b .desc-a {
    color: #000;
    text-align: center;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    max-width: 1327px;
    margin-bottom: 94px;
}
.page-home .section-b .img-a {
    max-width: 455px;

}
.page-home .section-b .panel-b {
    border-radius: 0 48px;
    background: #F0F0F0;
    width: 730px;
    min-height: 270px;
    padding: 38px 129px 38px 150px;
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    position: relative;
}
.page-home .section-b .panel-b .head-panel-b-a {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 20px;
}
.page-home .section-b .panel-b .btn-a {
    border-radius: 100px;
    background: #F0F0F0;
    border: 1px solid #03AF4B;
    display: table;
    height: 40px;
    padding: 10px 40px;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    color: #03AF4B;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 30px;
}
.page-home .section-b .panel-b .btn-a:hover {
    background: rgb(240 240 240 / 0.7);
    color: rgb(3 175 75 / 0.7);
}
.page-home .section-b .panel-b .icon-t {
    width: 150px;
    height: 150px;
    min-width: 150px;
    min-height: 150px;
    background: url(/images/icon-t.svg?v1) center center no-repeat;
    background-size: contain;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    margin-right: 15px;
    color: #FFF;
    text-align: center;
    font-size: 80px;
    font-style: normal;
    font-weight: 700;
    line-height: 125%;
    position: absolute;
    top:-48px;
    left: -38px;
}
.page-home .section-b .panel-b.mb-a {
    margin-bottom: 80px;
}
.page-home .section-c {
    color: #000;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    margin-bottom: 200px;
}
.page-home .section-c .head-a {
    color: #000;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 40px;
    max-width: 968px;
}
.page-home .section-c .desc-a {
    max-width: 968px;
}
.page-home .section-c .card-a {
    background: #03AF4B;
    border-top-right-radius: 40px;
    border-bottom-left-radius: 40px;
    height: 600px;
}
.page-home .section-c .card-a .panel-a {
    height: 168px;
    max-height: 168px;
    padding: 20px;
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.page-home .section-c .card-a .img-1 {
    background: url(/images/page-home/section-c/img-1.webp?v1) center center no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    border-top-right-radius: 40px;
}
.page-home .section-c .card-a .img-2 {
    background: url(/images/page-home/section-c/img-2.webp?v1) top center no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    border-top-right-radius: 40px;
}
.page-home .section-c .card-a .img-3 {
    background: url(/images/page-home/section-c/img-3.webp?v1) center center no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    border-top-right-radius: 40px;
}
.page-home .section-c .card-a .img-4 {
    background: url(/images/page-home/section-c/img-4.webp?v1) center center no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    border-top-right-radius: 40px;
}
.page-home .section-d {
    margin-bottom: 200px;
    position: relative;
}
.page-home .section-d .bg-b {
    position: absolute;
    top: -150px;
    width: 100%;
    height: 100%;
    background: url(/images/page-home/section-d/bg-b.webp?v1) top right no-repeat;
}
.page-home .section-d .panel-a {
    border-radius: 24px;
    padding: 80px 50px;
    background: #F2F2F2 url(/images/page-home/section-d/bg-a.webp?v1) bottom right no-repeat;
}
.page-home .section-d .panel-a .head-a {
    color: #000;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 125%;
    max-width: 760px;
    margin-bottom: 40px;
}
.page-home .section-d .panel-a .desc-a {
    color: #000;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    max-width: 670px;
    margin-bottom: 60px;
}
.page-home .section-e {
    position: relative;
    background: #ffffff;
}
.page-home .section-e::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url(/images/page-home/section-e/bg-a.svg?v1) top center no-repeat;
    opacity: 0.7;
    pointer-events: none;
}
.page-home .section-e .bg-b {
    border-radius: 24px;
}
.page-home .section-e .head-a {
    color: #000;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 125%;
    margin-bottom: 40px;
    max-width: 520px;
}
.page-home .section-e .desc-a {
    max-width: 580px;
    color: #000;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
}
.page-home .section-e .btn-a-green {
    padding: 20px 70px;
}
.page-home .section-f {
    background: url(/images/page-home/section-f/bg-1.webp?v1) top right no-repeat;
    margin-bottom: 200px;
}
.page-home .section-f .bg-2 {
    background: url(/images/page-home/section-f/bg-2.webp?v1) top right no-repeat;
    width: 220px;
    height: 353px;
    position: absolute;
    top:-120px;
    right: 130px;
}
.page-home .section-f .head-a {
    color: #000;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 125%;
    margin-bottom: 40px;
    margin-top: 170px;
    max-width: 1000px;
}
.page-home .section-f .desc-a {
    color: #000;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    margin-bottom: 80px;
    max-width: 1050px;
}
.page-home .section-f .img-1 {
    background: url(/images/page-home/section-f/img-1.webp?v1) center center no-repeat;
    background-size: cover;
    height: 600px;
    width: 100px;
    border-top-left-radius: 40px;
}
.page-home .section-f .img-2 {
    background: url(/images/page-home/section-f/img-2.webp?v1) center center no-repeat;
    background-size: cover;
    height: 600px;
    width: 100px;
}
.page-home .section-f .img-3 {
    background: url(/images/page-home/section-f/img-3.webp?v1) center center no-repeat;
    background-size: cover;
    height: 600px;
    width: 100px;
    border-bottom-right-radius: 40px;
}
.page-home .section-f .mb-a {
    margin-bottom: 200px;
}
.page-home .section-f .panel-a {
    padding: 50px 145px 50px 50px;
    border-radius: 40px 0 0 0;
    background: #F0F0F0;
}
.page-home .section-f .panel-b {
    background: url(/images/page-home/section-f/bg-3.webp?v1) center center no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
    border-bottom-right-radius: 40px;
    color: #FFF;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    padding: 130px 65px 0px 65px;
}
.page-home .section-f .panel-b .head-k {
    color: #FFF;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 125%;
    margin-bottom: 40px;
}
.page-home .section-f .panel-a .head-k {
    color: #000;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    max-width: 451px;
    margin-bottom: 40px;
}
.page-home .section-f input
{
    display: flex;
    height: 60px;
    padding: 17px 50px;
    align-items: center;
    border-radius: 100px;
    background: #DCDCDC;
    color: rgb(0 0 0);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
}
.page-home .section-f input::placeholder,
.page-home .section-f textarea::placeholder
{
    color: rgb(0 0 0 / 0.2);
}
.page-home .section-f textarea
{
    display: flex;
    height: 120px;
    padding: 17px 50px;
    align-items: center;
    border-radius: 24px;
    background: #DCDCDC;
    color: rgb(0 0 0);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
}

.page-contacts .section-a {
    height: 360px;
    margin-bottom: 40px;
}
.page-contacts .section-a h1 {
    color: #222;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 40px;
}
.page-contacts .section-a .breadCrumps {
    color: #767676;
}
.page-contacts .section-a .breadCrumps a {
    color: #767676;
}
.page-contacts .section-b {
    margin-bottom: 80px;
}
.page-contacts .section-b .card-a {
    color: #222;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    padding: 40px 40px;
    border-radius: 24px;
    background: #F4F4F4;
}
.page-contacts .section-b .card-a a {
    color: #222;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
}
.page-contacts .section-b .card-a .head-a {
    color: #222;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 125%;
    margin-bottom: 14px;
}
.page-contacts .section-c {
    margin-bottom: 200px;
}
.page-contacts .section-c .head-s {
    color: #222;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 40px;
}
.page-contacts .section-c #map {
    width: 100%;
    height: 600px;
    border-radius: 24px;
}
.page-contacts .section-c .card-a {
    color: #222;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.32px;
    border-radius: 24px;
    background: #F2F2F2;
    padding: 20px;
}
.page-contacts .section-c .card-a a {
    color: #222;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.32px;
}
.page-contacts .section-c .card-a a:hover {
    color: rgb(34 34 34 / 0.7);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.32px;
}
.page-contacts .section-c .card-a .head-d {
    color: #222;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 10px;
}
.page-contacts .section-c .leaflet-container a {
    color: #E6E6E6;
}
.page-contacts .section-c .leaflet-container a:hover {
    color: rgb(230 230 230 / 0.7);
}

.page-about .section-a {
    background: #000000 url(/images/page-about/section-a/bg.webp?v1) center center no-repeat;
    height: 360px;
    margin-bottom: 80px;
}
.page-about .section-a h1 {
    color: #FFF;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 40px;
}
.page-about .section-b {
    background:
            url(/images/page-about/section-b/m1.webp?v1) center right no-repeat,
            url(/images/page-about/section-b/m2.webp?v1) top right no-repeat,
            url(/images/page-about/section-b/m3.webp?v1) bottom left no-repeat;
    margin-bottom: 200px;
}
.page-about .section-b .head-a {
    color: #000;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 80px;
}
.page-about .section-b .card-a {
    border-radius: 0 48px;
    background: #F0F0F0;
    position: relative;
    max-width: 650px;
}
.page-about .section-b .card-a .head-v {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-radius: 0 48px;
    background: #03AF4B;
    padding: 40px 60px 20px 110px;
}
.page-about .section-b .card-a .desc-v {
    color: #222;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    padding: 25px 60px 25px 110px;
}
.page-about .section-b .card-a .card-a-bg {
    position: absolute;
    top:-30px;
    left:-30px;
}
.page-about .section-b .card-b {
    height: 500px;
    border-radius: 0 48px;
}
.page-about .section-b .card-b.card-b-1 {
    background: #000000 url(/images/page-about/section-b/bg-1.webp?v1) center center no-repeat;
    background-size: cover;
}
.page-about .section-b .card-b.card-b-2 {
    background: #000000 url(/images/page-about/section-b/bg-2.webp?v1) center center no-repeat;
    background-size: cover;
}
.page-about .section-b .card-b.card-b-3 {
    background: #000000 url(/images/page-about/section-b/bg-3.webp?v1) center center no-repeat;
    background-size: cover;
}
.page-about .section-c {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    margin-bottom: 180px;
}
.page-about .section-c .card-a {
    padding: 50px 60px;
    min-height: 800px;
    background-color: #F0F0F0;
    background-image:
            url('/images/page-about/section-c/bg-a.webp?v1'),
            url('/images/page-about/section-c/bg-b.webp?v1');
    background-position:
            center bottom,
            bottom right;
    background-repeat:
            no-repeat,
            no-repeat;
}
.page-about .section-c .card-a .head-a {
    color: #000;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 40px;
    max-width: 750px;
}
.page-about .section-c .card-a .desc-a {
    max-width: 610px;
}
.page-about .section-c .card-b {
    border-radius: 0 0 0 48px;
    background: #F0F0F0;
    color: #000;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    padding: 40px 138px;
}
.page-about .section-c .card-b .head-a {
    color: #000;
    text-align: center;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 125%;
    margin-top: 20px;
    margin-bottom: 14px;
}
.page-about .section-c .card-b img {
    height: 177px;
}
.page-about .section-c .card-c {
    background: #F0F0F0;
    color: #000;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    padding: 40px 138px;
}
.page-about .section-c .card-c .head-a {
    color: #000;
    text-align: center;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 125%;
    margin-top: 20px;
    margin-bottom: 14px;
}
.page-about .section-c .card-c img {
    height: 177px;
}
.page-about .section-d {
    margin-bottom: 200px;
}
.page-about .section-d .card-d-1 {
    background: url(/images/page-about/section-d/card-d-1.webp?v1) center center no-repeat;
    background-size: cover;
    height: 400px;
    width: 100%;
    border-radius: 0 0 0 60px;
}
.page-about .section-d .card-d-2 {
    position: relative;
    height: calc(400px - 1.5rem);
    width: 100%;
    overflow: hidden;
}
.page-about .section-d .card-d-2::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 70%;
    height: 100%;
    background: url(/images/page-about/section-d/card-d-2.webp?v1) center center no-repeat;
    background-size: cover;
    border-radius: 0 0 0 60px;
}
.page-about .section-d .card-d-3 {
    background: url(/images/page-about/section-d/card-d-3.webp?v1) center center no-repeat;
    background-size: cover;
    height: 800px;
    width: 100%;
    border-radius: 0 60px 0 0;
}
.page-about .section-d .card-d-4 {
    height: 400px;
    width: 100%;
}
.page-about .section-d .card-d-5 {
    background: url(/images/page-about/section-d/card-d-5.webp?v1) center center no-repeat;
    background-size: cover;
    border-radius: 0 60px 0 0;
    height: calc(400px - 1.5rem);
    width: 100%;
}

.page-halal .section-a {
    background: #000000 url(/upload/banner/21.webp?v1) center center no-repeat;
    height: 360px;
}
.page-halal .section-a h1 {
    color: #FFF;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 40px;
}
.page-halal .section-b {
    padding-top: 150px;
    color: #222;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    margin-bottom: 130px;
}
.page-halal .section-b h2 {
    color: #222;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 40px;
}
.page-halal .section-b h3 {
    color: #222;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 125%;
    margin-bottom: 20px;
}
.page-halal .section-c {
    color: #222;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    margin-bottom: 130px;
    background: url(/images/page-halal/section-c/bg.webp?v1) center right no-repeat;
    background-size: auto 100%;
}
.page-halal .section-c h2 {
    color: #222;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 40px;
}

.page-recipes .section-a {
    background: #000000 url(/images/page-recipes/section-a/bg.webp?v1) center center  no-repeat;
    height: 360px;
}
.page-recipes .section-a h1 {
    color: #FFF;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 40px;
}
.page-recipes .section-b {
    margin-top: 80px;
    margin-bottom: 80px;
}
.page-recipes .btn-a {
    border-radius: 100px;
    background: #F4F4F4;
    display: flex;
    height: 48px;
    padding: 14px 28px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #222;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.page-recipes .btn-a:hover {
    background: rgb(244 244 244 / 0.7);
    color: #222;
}
.page-recipes .btn-a.active {
    background: #222;
    color: #FFF;
}
.page-recipes .section-c {
    margin-bottom: 200px;
}
.page-recipes .section-c .card-a {
    border-radius: 24px;
    background: #F4F4F4;
    color: #616161;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.32px
}
.page-recipes .section-c .card-a .img-a {
    border-radius: 20px;
}
.page-recipes .section-c .card-a .p-a {
    padding: 10px;
}
.page-recipes .section-c .card-a .p-b {
    padding: 0px 20px 20px 20px;
}
.page-recipes .section-c .card-a .head-a {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 10px;
    margin-bottom: 10px;
}
.page-recipes .section-c .card-a .head-b {
    color: #222;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: -0.32px;
}
.page-recipes .section-c .card-a .head-b-a {
    font-weight: 500;
}
.page-recipes .section-c .btn-a {
    border-radius: 100px;
    background: #03AF4B;
    display: flex;
    height: 40px;
    padding: 20px 40px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.page-recipes .section-c .btn-a:hover {
    background: rgb(3 175 75 / 0.7);
    color: #FFF;
}



@media (max-width: 576px)
{
    .page-home .section-a {
        height: 547px;
        margin-bottom: 48px;
    }
    .page-home .section-a .panel-a .btn-a {
        border-radius: 100px;
        height: 40px;
        padding: 0px 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 10px;
    }
    .page-home .section-a .panel-a .btn-b {
        border-radius: 100px;
        height: 40px;
        padding: 5px 20px;
        font-size: 10px;
    }
    .page-home .section-a .panel-a .logo {
        width: 191px;
        margin-top: 67px;
    }
    .page-home .section-a .panel-a .head-a {
        margin-top: 120px;
        margin-bottom: 20px;
        font-size: 32px;
    }
    .page-home .section-b {
        background-image: none;
        margin-bottom: 80px;
    }
    .page-home .section-b .df-mob {
        background: url(/images/page-home/section-b/bg-mobile.webp?v1) center center no-repeat;
        background-size: cover;
    }
    .page-home .section-b .img-a {
        max-width: 120px;
        margin-left: 3.6rem;
        margin-top:1.2rem;
        margin-bottom:1.2rem;
    }
    .page-home .section-b .head-a {
        font-size: 30px;
        margin-bottom: 20px;
    }
    .page-home .section-b .desc-a {
        font-size: 16px;
        margin-bottom: 40px;
    }
    .page-home .section-b #carouselIndicators .carousel-indicators li {
        width: 15px;
        height: 15px;
        margin-left: 5px;
        margin-right: 5px;
        background-color: #D9D9D9!important;
    }
    .page-home .section-b #carouselIndicators .carousel-indicators li.active {
        background-color: #03AF4B!important;
    }
    .page-home .section-b .panel-b {
        border-radius: 0 48px;
        width: 100%;
        padding: 80px 20px 20px 20px;
        font-size: 16px;
        min-height: 380px;
    }
    .page-home .section-b .panel-b .icon-t {
        width: 81px;
        height: 81px;
        min-width: 81px;
        min-height: 81px;

        margin-right: 15px;
        color: #FFF;
        text-align: center;
        font-size: 43px;

        top: -40px;
        left: 0px;
    }
    .page-home .section-b .panel-b .btn-a {
        font-size: 14px;
        margin-bottom: 25px;
    }
    .page-home .section-c {
        font-size: 16px;
        margin-bottom: 80px;
    }
    .page-home .section-c .card-a {
        background: #03AF4B;
        border-top-right-radius: 20px;
        border-bottom-left-radius: 20px;
        height: 193px;
    }
    .page-home .section-c .card-a .img-1 {
        border-top-right-radius: 20px;
    }
    .page-home .section-c .card-a .img-2 {
        border-top-right-radius: 20px;
    }
    .page-home .section-c .card-a .img-3 {
        border-top-right-radius: 20px;
    }
    .page-home .section-c .card-a .img-4 {
        border-top-right-radius: 20px;
    }
    .page-home .section-c .card-a .panel-a {
        height: auto;
        padding: 15px 20px 15px 20px;
        color: #FFF;
        font-size: 14px;
    }
    .page-home .section-c .card-a .panel-a .icon-arrow-right-b {
        width: 15px;
    }
    .page-home .section-c .head-a {
        font-size: 30px;
        margin-bottom: 20px;
    }
    .page-home .section-d {
        margin-bottom: 80px;
    }
    .page-home .section-d .bg-b {
        position: absolute;
        right: 20px;
        top: -60px;
        width: 100%;
        height: 100%;
        background: url(/images/page-home/section-d/bg-b-mobile.webp?v1) top right no-repeat;
        background-size: 35% auto;
        pointer-events: none;
    }
    .page-home .section-d .panel-a {
        padding: 20px 20px;
        background: #F2F2F2 url(/images/page-home/section-d/bg-a-mobile.webp?v1) bottom right no-repeat;
        //background-size: 50% auto;
    }
    .page-home .section-d .panel-a .head-a {
        font-size: 30px;
        margin-bottom: 20px;
    }
    .page-home .section-d .panel-a .desc-a {
        font-size: 16px;
        margin-bottom: 40px;
    }
    .page-home .section-d .img-halal {
        width: 100px;
        height:100px;
    }
    .page-home .section-e {
        background: none;
    }
    .page-home .section-e::before {
        background: none;
    }
    .page-home .section-e .head-a {
        font-size: 30px;
        margin-bottom: 20px;
    }
    .page-home .section-e .desc-a {
        font-size: 16px;
    }
    .page-home .section-f {
        background: url(/images/page-home/section-f/bg-1.webp?v1) top right no-repeat;
        background-position: right 0px top 100px;
        background-size: 100% auto;
        margin-bottom: 80px;
    }
    .page-home .section-f .bg-2 {
        background: url(/images/page-home/section-f/bg-2.webp?v1) top right no-repeat;
        background-size: 40% auto;
        width: 220px;
        height: 353px;
        position: absolute;
        top: -30px;
        right: 10px;
    }
    .page-home .section-f .mb-a {
        margin-bottom: 80px;
    }
    .page-home .section-f .head-a {
        font-size: 30px;
        margin-bottom: 20px;
        margin-top: 100px;
        max-width: 250px;
    }
    .page-home .section-f .desc-a {
        font-size: 16px;
        margin-bottom: 40px;
    }
    .page-home .section-f .img-1 {
        height: 135px;
        border-top-left-radius: 11px;
    }
    .page-home .section-f .img-2 {
        height: 135px;
    }
    .page-home .section-f .img-3 {
        height: 135px;
        border-bottom-right-radius: 11px;
    }
    .page-home .section-f .pr-mobile {
        padding-right: 0rem !important;
    }
    .page-home .section-f .pl-mobile {
        padding-left: 0.3rem !important;
    }
    .page-home .section-f .panel-a {
        padding: 20px 20px 20px 20px;
        border-radius: 0 0 0 40px;
        background: #F0F0F0;
    }
    .page-home .section-f .panel-b {
        background: url(/images/page-home/section-f/bg-3.webp?v1) center center no-repeat;
        background-size: cover;
        height: 300px;
        width: 100%;
        border-radius: 0 40px 0 0;
        font-size: 16px;
        padding: 62px 20px 0px 20px;
    }
    .page-home .section-f .panel-a .head-k {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .page-home .section-f input {
        height: 40px;
        padding: 17px 20px;
        font-size: 13px;
    }
    .page-home .section-f textarea {
        height: 120px;
        padding: 17px 20px;
        font-size: 13px;
    }
    .page-home .section-f .panel-b .head-k {
        font-size: 30px;
        margin-bottom: 20px;
    }
    .page-home .section-f .panel-a .desc-b {
        color: #222;
        font-size: 10px;
        line-height: 10px;
    }

    .page-product .section-a {
        background: #ffffff;
        height: 170px;
        margin-top: 0px;
        margin-bottom: 10px;
    }
    .page-product .section-b h1 {
        font-size: 30px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .page-product .section-b {
        font-size: 16px;
        margin-bottom: 40px;
    }
    .page-product .section-b h2 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .page-product .section-b .badge-a {
        border-radius: 5px;
        min-height: 37px;
        height: 37px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
    .page-product .section-b .badge-a img {
        height: 17px;
    }
    .page-product .section-b .badge-b {
        border-radius: 5px;
        font-size: 12px;
    }

    .page-catalog .section-a {
        height: 260px;
    }
    .page-catalog .section-a h1 {
        font-size: 30px;
    }
    .page-catalog .section-b {
        margin-top: 40px;
        margin-bottom: 0px;
    }
    .page-catalog .btn-a {
        border-radius: 200px;
        height: 40px;
        padding: 14px 15px;
        font-size: 14px;
        width: calc(50% - 0.25rem);
        text-align: center;
        margin-right: 0 !important;
    }
    .page-catalog .section-c {
        margin-bottom: 70px;
    }
    .page-catalog .section-c .card-a {
        border-radius: 24px;
        font-size: 14px;
        letter-spacing: -0.28px;
    }
    .page-catalog .section-c .card-a .head-a {
        font-size: 18px;
        margin-top: 20px;
        margin-bottom: 10px;
    }












    .page-contacts .section-a {
        background: #ffffff;
        height: 170px;
        margin-top: 80px;
        margin-bottom: 10px;
    }
    .page-contacts .section-a .breadCrumps {
        color: #767676;
        font-size: 10px;
        font-style: normal;
        font-weight: 400;
        line-height: 10px;
        width: 100%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .page-contacts .section-a .breadCrumps a {
        color: #767676;
        font-size: 10px;
        line-height: 10px;
    }
    .page-contacts .section-a .breadCrumps a:hover {
        color: rgb(118 118 118 / 0.7);
    }
    .page-contacts .section-a h1 {
        font-size: 30px;
        margin-bottom: 40px;
    }
    .page-contacts .section-b {
        margin-bottom: 50px;
    }
    .page-contacts .section-b .card-a {
        font-size: 16px;
        padding: 9px 20px 20px 20px;
    }
    .page-contacts .section-b .card-a a {
        font-size: 16px;
    }
    .page-contacts .section-b .card-a .head-a {
        font-size: 24px;
        margin-bottom: 25px;
    }
    .page-contacts .section-c {
        margin-bottom: 60px;
    }
    .page-contacts .section-c .head-s {
        font-size: 30px;
        margin-bottom: 20px;
    }
    .page-contacts .section-c #map {
        width: 100%;
        height: 330px;
        border-radius: 14px;
    }
    .page-contacts .section-c .card-a .head-d {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .page-contacts .section-c .card-a .show-point {
        color: #767676;
        font-weight: 500;
    }

    .page-recipe .section-a {
        background: #ffffff;
        height: 170px;
        margin-top: 0px;
        margin-bottom: 10px;
    }
    .page-recipe .section-a .breadCrumps {
        color: #767676;
        font-size: 10px;
        font-style: normal;
        font-weight: 400;
        line-height: 10px;
        width: 100%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .page-recipe .section-a .breadCrumps a {
        color: #767676;
        font-size: 10px;
        line-height: 10px;
    }
    .page-recipe .section-a .breadCrumps a:hover {
        color: rgb(118 118 118 / 0.7);
    }
    .page-recipe .section-b {
        font-size: 16px;
        margin-bottom: 40px;
    }
    .page-recipe .section-b h1 {
        font-size: 30px;
        margin-bottom: 20px;
    }
    .page-recipe .section-b .head-b {
        font-size: 14px;
        letter-spacing: -0.28px;
    }
    .page-recipe .section-b .panel-a {
        margin-bottom: 40px;
        font-size: 14px;
    }
    .page-recipe .section-b h2 {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .page-recipe .section-b .icon-t-i {
        width: 25px;
        height: 25px;
    }
    .page-recipe .section-b .icon-t {
        width: 25px;
        height: 25px;
        min-width: 25px;
        min-height: 25px;
        margin-right: 15px;
        font-size: 10px;
    }

    .page-recipes .section-a {
        height: 260px;
    }
    .page-recipes .section-a h1 {
        font-size: 30px;
    }
    .page-recipes .section-b {
        margin-top: 40px;
        margin-bottom: 0px;
    }
    .page-recipes .btn-a {
        border-radius: 200px;
        height: 40px;
        padding: 14px 15px;
        font-size: 14px;
        width: calc(50% - 0.25rem);
        text-align: center;
        margin-right: 0 !important;
    }
    .page-recipes .section-c {
        margin-bottom: 80px;
    }
    .page-recipes .section-c .card-a .head-a {
        font-size: 18px;
        margin-top: 10px;
        margin-bottom: 20px;
    }
    .page-recipes .section-c .card-a .head-b {
        font-size: 14px;
        letter-spacing: -0.28px;
    }
    .page-recipes .section-c .btn-a {
        border-radius: 100px;
        height: 40px;
        padding: 20px 40px;
        font-size: 10px;
        width: 100%;
    }
    .page-recipes .section-c .card-a {
        font-size: 14px;
        letter-spacing: -0.28px;
    }
    .page-recipes .section-c .card-a .p-b {
        padding: 0px 20px 10px 20px;
    }

    .page-halal .section-a {
        background: #000000 url(/upload/banner/21-mobile.webp?v1) center center no-repeat;
        height: 260px;
    }
    .page-halal .section-a h1 {
        font-size: 30px;
        margin-bottom: 40px;
    }
    .page-halal .section-b {
        padding-top: 40px;
        color: #222;
        font-size: 16px;
        margin-bottom: 40px;
    }
    .page-halal .section-b h2 {
        font-size: 30px;
        margin-bottom: 20px;
    }
    .page-halal .section-b h3 {
        font-size: 24px;
        margin-bottom: 30px;
    }
    .page-halal .section-b .img-label {
        width: 20px;
        height: 20px;
    }
    .page-halal .section-c {
        font-size: 16px;
        margin-bottom: 80px;
        background: url(/images/page-halal/section-c/bg.webp?v1) 0px right no-repeat;
        background-size: 55% 55%;
    }
    .page-halal .section-c h2 {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .btn-a-white {
        height: 40px;
        padding: 5px 40px;
        font-size: 10px;
    }
    .btn-a-green {
        height: 40px;
        padding: 5px 40px;
        font-size: 10px;
    }
    .btn-a-white-b {
        height: 40px;
        padding: 5px 40px;
        font-size: 10px;
    }

    .page-about .section-a {
        background: #ffffff;
        height: 170px;
        margin-bottom: 10px;
    }
    .page-about .section-a .breadCrumps {
        color: #767676;
        font-size: 10px;
        font-style: normal;
        font-weight: 400;
        line-height: 10px;
    }
    .page-about .section-a .breadCrumps a {
        color: #767676;
        font-size: 10px;
        line-height: 10px;
    }
    .page-about .section-a .breadCrumps a:hover {
        color: rgb(118 118 118 / 0.7);
    }
    .page-about .section-b {
        background: transparent;
        margin-bottom: 10px;
    }
    .page-about .section-b .head-a {
        font-size: 30px;
        margin-bottom: 40px;
    }
    .page-about .section-b .card-a {
        border-radius: 0 24px;
        max-width: 100%;
    }
    .page-about .section-b .card-a .head-v {
        font-size: 18px;
        border-radius: 0 24px;
        padding: 40px 20px 33px 20px;
    }
    .page-about .section-b .card-a .desc-v {
        font-size: 16px;
        padding: 20px 20px 20px 20px;
    }
    .page-about .section-b .card-a .card-a-bg {
        position: absolute;
        top: -20px;
        left: -12px;
        width: 40px;
        height: 40px;
    }
    .page-about .section-b .card-b {
        height: 350px;
        border-radius: 0 48px;
    }
    .page-about .section-c {
        font-size: 16px;
        margin-bottom: 30px;
    }
    .page-about .section-c .card-a {
        padding: 20px 20px;
        min-height: 684px;
        background-image: url(/images/page-about/section-c/bg-b.webp?v1);
        background-position: bottom right;
        background-repeat: no-repeat;
        background-size: auto 360px;
    }
    .page-about .section-c .card-a .head-a {
        font-size: 30px;
        margin-bottom: 20px;
        max-width: 100%;
    }
    .page-about .section-c .card-b {
        border-radius: 0 0 0 0px;
        font-size: 16px;
        padding: 40px 20px;
    }
    .page-about .section-c .card-b .head-a {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .page-about .section-c .card-b img {
        height: 100px;
    }
    .page-about .section-c .card-c {
        border-radius: 0 0 0 24px;
        font-size: 16px;
        padding: 40px 20px;
    }
    .page-about .section-c .card-c .head-a {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .page-about .section-c .card-c img {
        height: 100px;
    }
    .page-about .section-d {
        margin-bottom: 80px;
    }
    .page-about .section-d .card-d-3 {
        height: 614px;
        border-radius: 0 24px 0 0;
    }
    .page-about .section-d .card-d-1 {
        height: 228px;
        border-radius: 0 0 0 24px;
    }
    .page-about .section-d .card-d-2 {
        position: relative;
        height: 292px;
    }
    .page-about .section-d .card-d-2::before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background: url(/images/page-about/section-d/card-d-2.webp?v1) center center no-repeat;
        background-size: cover;
        border-radius: 0 24px 0 0;
    }
    .page-about .section-d .card-d-4 {
        height: 0px;
    }
    .page-about .section-d .card-d-5 {
        height: 290px;
        border-radius: 0 0 0 24px;
    }












    .page-feedback {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .page-feedback .head-a {
        font-size: 26px;
        line-height: 27px;
        margin-bottom: 40px;
        text-transform: uppercase;
    }
    .page-feedback .desc-a {
        font-size: 16px;
        line-height: 18px;
        margin-bottom: 30px;
        text-transform: lowercase;
    }
    .page-feedback .desc-b {
        font-size: 14px;
        line-height: 14px;
    }
    .page-feedback input {
        color: #B3B3B3;
        font-size: 12px;
        line-height: 12px;
        padding: 10px 24px;
        height: 40px;
    }
    .page-feedback .btn-feedback {
        font-size: 12px;
        font-style: normal;
        font-weight: 700;
        line-height: 12px;
        padding: 10px 10px;
        height: 40px;
    }


    .breadCrumps {
        font-size: 10px;
        font-style: normal;
        font-weight: 400;
        line-height: 10px;
        letter-spacing: -0.5px;
    }
    .breadCrumps .text-lowercase-a {
        text-transform: lowercase !important;
    }



}
