* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.clearfix::after {
    display: block;
    content: "";
    clear: both;
}

@font-face {
    font-family: "Carrinady";
    src:
        url("../fonts/subset-Carrinady.woff2") format("woff2"),
        url("../fonts/subset-Carrinady.woff") format("woff"),
        url("../fonts/subset-Carrinady.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Poppins */

@font-face {
    font-family: "Poppins";
    src: url("../fonts/subset-Poppins-Medium.eot");
    src:
        url("../fonts/subset-Poppins-Medium.eot?#iefix")
            format("embedded-opentype"),
        url("../fonts/subset-Poppins-Medium.woff2") format("woff2"),
        url("../fonts/subset-Poppins-Medium.woff") format("woff"),
        url("../fonts/subset-Poppins-Medium.ttf") format("truetype"),
        url("../fonts/subset-Poppins-Medium.svg#Poppins-Medium") format("svg");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    src: url("../fonts/subset-Poppins-Bold.eot");
    src:
        url("../fonts/subset-Poppins-Bold.eot?#iefix")
            format("embedded-opentype"),
        url("../fonts/subset-Poppins-Bold.woff2") format("woff2"),
        url("../fonts/subset-Poppins-Bold.woff") format("woff"),
        url("../fonts/subset-Poppins-Bold.ttf") format("truetype"),
        url("../fonts/subset-Poppins-Bold.svg#Poppins-Bold") format("svg");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    src: url("../fonts/subset-Poppins-Light.eot");
    src:
        url("../fonts/subset-Poppins-Light.eot?#iefix")
            format("embedded-opentype"),
        url("../fonts/subset-Poppins-Light.woff2") format("woff2"),
        url("../fonts/subset-Poppins-Light.woff") format("woff"),
        url("../fonts/subset-Poppins-Light.ttf") format("truetype"),
        url("../fonts/subset-Poppins-Light.svg#Poppins-Light") format("svg");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    src: url("../fonts/subset-Poppins-Regular.eot");
    src:
        url("../fonts/subset-Poppins-Regular.eot?#iefix")
            format("embedded-opentype"),
        url("../fonts/subset-Poppins-Regular.woff2") format("woff2"),
        url("../fonts/subset-Poppins-Regular.woff") format("woff"),
        url("../fonts/subset-Poppins-Regular.ttf") format("truetype"),
        url("../fonts/subset-Poppins-Regular.svg#Poppins-Regular") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    src: url("../fonts/subset-Poppins-SemiBold.eot");
    src:
        url("../fonts/subset-Poppins-SemiBold.eot?#iefix")
            format("embedded-opentype"),
        url("../fonts/subset-Poppins-SemiBold.woff2") format("woff2"),
        url("../fonts/subset-Poppins-SemiBold.woff") format("woff"),
        url("../fonts/subset-Poppins-SemiBold.ttf") format("truetype"),
        url("../fonts/subset-Poppins-SemiBold.svg#Poppins-SemiBold")
            format("svg");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* Poppins */

.page {
    display: block;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    min-width: 315px;
    background-color: #fff;
    overflow: hidden;
}

.main_center {
    display: block;
    width: 100%;
    max-width: 1232px;
    padding: 0 16px;
    margin: 0 auto;
}

/* html {
  scroll-behavior: smooth;
} */

body {
    font-family: "Poppins", Arial, Helvetica, sans-serif;
}

/*! ====  ALL PAGES CSS START  ===== */

main {
    display: block;
    position: relative;
    width: 100%;
    min-height: 480px;
    padding: 0px 0;
}

.section_wrap {
    display: block;
    position: relative;
    width: 100%;
}

.wrap_left {
    float: left;
    max-width: 300px;
}

.wrap_right {
    float: left;
    max-width: 300px;
}

.sect_body {
    display: block;
    width: 100%;
}

.sect_footer {
    display: flex;
    justify-content: center;
    width: 100%;
}

.sect_header {
    display: block;
    width: 100%;
    padding: 0 0 40px 0;
}

.sect_title,
.sect_title a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0;
    position: relative;
    text-align: left;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.4;
    color: #67c106;
    opacity: 1;
    word-break: break-word;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.sect_title a {
    display: inline-flex;
    width: auto;
}

.sect_info {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    /* max-width: 650px; */
    margin-top: 20px;
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    color: #000;
    opacity: 1;
    word-break: break-word;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

/* breadcrumb */

.wrap_breadcrumb {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    gap: 16px;
    padding: 44px 0;
    /* background-color: #fff; */
    overflow: hidden;
}

.breadcrumb {
    display: flex;
    align-items: center;
    width: auto;
    max-width: 100%;
    gap: 24px;
    margin-right: auto;
    text-align: left;
    color: var(--Black-01, #0b0f0e);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    /* 25.6px */
    overflow: hidden;
    overflow-x: auto;
}

.breadcrumb a:last-child::before {
    display: none;
}

.breadcrumb a::before {
    content: "-";
    display: block;
    position: absolute;
    right: -20px;
    text-align: left;
    font-weight: normal;
    font-size: 26px;
    line-height: 1;
    color: #c3c3c3;
}

.breadcrumb span {
    white-space: nowrap;
}

.breadcrumb a {
    display: inline-flex;
    align-items: center;
    position: relative;
    float: left;
    width: auto;
    margin-right: 12px;
    text-align: left;
    color: var(--Dark-Green-03, #b7b7b7);
    font-size: 18px;
    font-style: italic;
    font-weight: 400;
    line-height: 160%;
    /* 25.6px */
    white-space: nowrap;
    transition: all 0.25s;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
}

.breadcrumb a:hover {
    text-decoration: underline;
}

.pr_like_button {
    display: flex;
    align-items: center;
}

/* breadcrumb */

.itm_title {
    display: block;
    width: 100%;
    margin: 12px 0 0 0;
    text-align: left;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    color: #001833;
    opacity: 1;
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
}

.itm_title_second {
    display: block;
    width: 100%;
    margin: 12px 0 0 0;
    text-align: left;
    font-size: 36px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.2;
    color: #001833;
    opacity: 1;
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
}

.itm_info {
    display: block;
    width: 100%;
    margin: 12px 0;
    text-align: left;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.4px;
    color: #747678;
    opacity: 1;
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
}

.itm_date {
    display: block;
    width: 100%;
    text-align: left;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.5px;
    color: #001833;
    opacity: 1;
}

.itm_more {
    display: inline-flex;
    align-items: center;
    position: relative;
    width: auto;
    padding: 12px 48px 12px 16px;
    text-align: left;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: #00428e;
    opacity: 1;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.itm_more::before {
    content: "";
    display: block;
    position: absolute;
    right: 16px;
    width: 24px;
    height: 24px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url("../img/icons/more_right.svg");
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.itm_more:hover {
    background-color: #d1e3ff;
    padding-left: 32px;
}

.itm_more:hover::before {
    right: 10px;
}

.more {
    display: inline-flex;
    align-items: center;
    position: relative;
    width: auto;
    padding: 12px 64px 12px 32px;
    text-align: left;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: #00428e;
    opacity: 1;
    border: 1px solid #00428e;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.more svg {
    display: block;
    position: absolute;
    right: 32px;
    width: 24px;
    height: 24px;
}

.more svg path {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.more:hover {
    background-color: #00428e;
    color: #fff;
}

.more:hover svg path {
    fill: #fff;
}

.itm_info ul,
.itm_info ol {
    list-style: auto;
    margin: auto;
    padding-left: 30px;
}

.itm_info li {
    display: list-item;
    width: 100%;
    list-style-type: disc;
    /* margin: 4px 0; */
    text-align: left;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.4px;
    color: #747678;
}

.tour_price {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 48px;
    padding: 8px 14px;
    margin: 12px 0 0 0;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    word-break: break-word;
    border: 1px solid #ebebeb;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.tour_price span {
    margin-left: 4px;
    text-align: left;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 0.21px;
    color: #7f7f7f;
    opacity: 1;
    word-break: break-word;
}

/* .itm_info_short {
  margin: 8px 0px 0px 0px;
  text-align: left;
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0px;
  color: #80868B;
} */

.item_img {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.col_in:hover .item_img img,
.col_in:hover .item_img video,
.col_in:hover .item_img iframe {
    transform: scale(1.04);
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -ms-transform: scale(1.04);
    -o-transform: scale(1.04);
}

.item_img img,
.item_img video,
.item_img iframe {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    object-fit: cover;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}

.item_img::before {
    content: "";
    display: block;
    position: relative;
    width: 100%;
    padding-top: 100%;
}

.item_content {
    display: block;
    width: 100%;
}

.item_content_btm {
    display: block;
    width: 100%;
}

/* main card */
.main_news_row {
    display: grid;
    grid-template-columns: 1fr 1fr; /* 2 sütun */
    grid-template-rows: auto auto; /* 2 sətir */
    gap: 44px;
    padding: 0 16px;
}

/* Birinci kart – böyük, solda 2 sətir tutur */
.main_news_card:nth-child(1) {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
}

/* İkinci kart – sağ üst */
.main_news_card:nth-child(2) {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
}

/* Üçüncü kart – sağ alt */
.main_news_card:nth-child(3) {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
}

.main_news_card {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 0;
    /* background: #fff;
    overflow: hidden; */
}
.main_news_card:hover .item_img {
    box-shadow: 0px 2px 8px 2px #6f6f6fc4;
    transform: scale(1.01);
    -webkit-transform: scale(1.01);
    -moz-transform: scale(1.01);
    -ms-transform: scale(1.01);
    -o-transform: scale(1.01);
}
.main_news_card .item_img,
.main_news_card .item_content {
    width: 50%;
    padding: 0 0 0 24px;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.main_news_card .itm_title {
    margin: 0;
    font-size: 24px;
    color: #67c106;
}
.main_news_card .itm_info {
    margin: 12px 0;
    font-size: 16px;
    color: #000;
}
.main_news_card:nth-child(1) .item_img,
.main_news_card:nth-child(1) .item_content {
    width: 100%;
    padding: 0;
}
.main_news_card:nth-child(1) .item_img::before {
    padding-top: 66.66%; /* 3:2 nisbəti üçün */
}
.read_more {
    display: flex;
    align-items: center;
    position: relative;
    text-align: left;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.4;
    color: #000000;
    opacity: 1;
    padding-left: 18px;
}
.read_more::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 12px;
    height: 12px;
    background-image: url("../img/icons/arrow_right_fill.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}
/* main card */

/* service card */
.services_row {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 1px;
    width: 100%;
    overflow: hidden;
    overflow: auto;
}

.service_card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    background: #f5f5f5;
    padding: 64px 30px;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.5;
    color: #000;
    transition: 0.3s;
    cursor: pointer;
}

.service_card .arrow {
    font-size: 24px;
}

.service_card:hover {
    color: #fff;
    background: #2f8c11;
    border-radius: 16px 16px 0 0;
    -webkit-border-radius: 16px 16px 0 0;
    -moz-border-radius: 16px 16px 0 0;
    -ms-border-radius: 16px 16px 0 0;
    -o-border-radius: 16px 16px 0 0;
}
.service_card:hover .arrow {
    color: #fff;
}
/* main video sect */
.main_video_sect {
    display: flex;
    align-items: center;
    width: 100%;
    background: linear-gradient(135deg, #f79a15 0%, #67c106 64%, #67c106 100%);
}
.main_video_sect .item_img::before {
    padding-top: 63%;
}
.main_video_sect .item_img {
    width: 70%;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}
.main_video_sect .item_content {
    width: 37%;
    padding: 24px 56px;
}
.main_video_sect .itm_title {
    margin: 0 0 12px 0;
    font-size: 36px;
    font-weight: 600;
    color: #fff;
    -webkit-line-clamp: initial;
}
.main_video_sect .itm_info {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    -webkit-line-clamp: initial;
}
/* main video sect */
/* Mobile — 1 column */
@media (max-width: 1140px) {
    .services_row {
        grid-template-columns: repeat(3, 1fr);
        gap: 1px;
    }

    .service_card {
        padding: 36px 24px;
        font-size: 20px;
    }
    /* main video sect */

    .main_video_sect .item_img {
        width: 50%;
    }
    .main_video_sect .item_content {
        width: 50%;
        padding: 24px 16px;
    }
    .main_video_sect .itm_title {
        font-size: 20px;
    }
    .main_video_sect .itm_info {
        font-size: 16px;
    }
    /* main video sect */
}
/* Mobile — 1 column */
@media (max-width: 860px) {
    .services_row {
        grid-template-columns: repeat(2, 1fr);
        gap: 1px;
    }

    .service_card {
        padding: 32px 20px;
        font-size: 18px;
    }
    /* main video sect */
    .main_video_sect {
        align-items: center;
        flex-wrap: wrap;
    }
    .main_video_sect .item_img::before {
        padding-top: 63%;
    }
    .main_video_sect .item_img {
        width: 100%;
    }
    .main_video_sect .item_content {
        width: 100%;
        padding: 24px 16px;
    }
    .main_video_sect .itm_title {
        margin: 0;
        font-size: 20px;
    }
    .main_video_sect .itm_info {
        font-size: 16px;
    }
    /* main video sect */
}
/* Mobile — 1 column */
@media (max-width: 560px) {
    .services_row {
        grid-template-columns: 1fr;
    }

    .service_card {
        padding: 32px 20px;
        font-size: 18px;
    }

    /* main video sect */
    .main_video_sect {
        align-items: center;
        flex-wrap: wrap;
    }
    .main_video_sect .item_img::before {
        padding-top: 63%;
    }
    .main_video_sect .item_img {
        width: 100%;
    }
    .main_video_sect .item_content {
        width: 100%;
        padding: 24px 16px;
    }
    .main_video_sect .itm_title {
        margin: 0;
        font-size: 20px;
    }
    .main_video_sect .itm_info {
        font-size: 16px;
    }
    /* main video sect */
}

/* service card */

/*! ---Wrap Top Container --- */

.wrap_top_container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    background: #315e00;
    width: 100%;
    min-height: 100vh;
    padding-top: 190px;
}
.wrap_top_container::before {
    content: "";
    display: block;
    width: 100%;
    height: 60%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(to bottom, #315e00 0%, #315e0000 100%);
    z-index: 1;
}

.agro_img {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    padding: 0 16px;
    width: 100%;
    left: 0%;
    bottom: 5%;
    text-align: center;
    font-family: "Carrinady";
    font-weight: 400;
    font-size: clamp(48px, 10vw, 200px);
    color: #fff;
}
/* .agro_img img {
    display: block;
    width: auto !important;
    max-width: 100% !important;
    min-height: 0 !important;
} */

.top_bg_image {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    overflow: hidden;
    background: linear-gradient(to bottom, #315e00 0%, #315e0000 100%);
}

.top_bg_image img,
.top_bg_image video,
.top_bg_image iframe {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.top_content {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: calc(100vh - 190px);
    padding: 0px 16px 220px 16px;
    /* position: absolute; */
    z-index: 2;
    background: linear-gradient(to top, #00000098 0%, #315e0000 100%);
    /* overflow: auto; */
}
.top_title {
    display: block;
    text-align: center;
    font-weight: 700;
    font-size: 30px;
    line-height: 1.4;
    color: #fff;
    opacity: 1;
    word-break: break-word;
}
.top_text {
    display: block;
    margin-top: 28px;
    text-align: center;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.8;
    color: #fff;
    opacity: 1;
    word-break: break-word;
}

.top_30 {
    font-size: 30px;
}
.wrap_main_post {
    display: flex;
    flex-wrap: wrap;
    gap: 44px 0;
    width: 100%;
    background: #fff;
    position: relative;
    overflow: hidden;
}

.main_news_item {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
}

.main_news_item .item_content {
    margin: 0 -10% 0 0;
    padding: 44px 56px;
    max-width: 740px;
    z-index: 1;
    background: linear-gradient(135deg, #315e00 0%, #67c106 100%);
    border-radius: 48px;
    -webkit-border-radius: 48px;
    -moz-border-radius: 48px;
    -ms-border-radius: 48px;
    -o-border-radius: 48px;
}

.main_news_item .item_img::before {
    display: none;
}
.main_news_item .item_img {
    width: 100%;
    max-width: 56%;
    position: relative;
}

.main_news_item .item_img img {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.main_news_item:nth-child(2n + 2) {
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-end;
}
.main_news_item:nth-child(2n + 2) .item_content {
    margin: 0 0 0 -10%;
}
.main_news_item:nth-child(2n + 2) .item_img {
    border-radius: 0 48px 48px 0;
    -webkit-border-radius: 0 48px 48px 0;
    -moz-border-radius: 0 48px 48px 0;
    -ms-border-radius: 0 48px 48px 0;
    -o-border-radius: 0 48px 48px 0;
}
.main_news_item:nth-child(2n + 1) .item_img {
    border-radius: 48px 0 0 48px;
    -webkit-border-radius: 48px 0 0 48px;
    -moz-border-radius: 48px 0 0 48px;
    -ms-border-radius: 48px 0 0 48px;
    -o-border-radius: 48px 0 0 48px;
}

.main_news_item:nth-child(1) .item_img {
    border-radius: 0 0 0 48px;
    -webkit-border-radius: 0 0 0 48px;
    -moz-border-radius: 0 0 0 48px;
    -ms-border-radius: 0 0 0 48px;
    -o-border-radius: 0 0 0 48px;
}

.main_news_item .itm_title {
    margin: 0 0 28px 0;
    font-size: 40px;
    font-weight: 500;
    color: #fff;
}

.main_news_item .itm_info {
    margin: 0;
    font-size: 18px;
    font-weight: 300;
    -webkit-line-clamp: 5;
    color: #fff;
}
.main_news_item.more_clicked .itm_info {
    -webkit-line-clamp: none;
}
.main_item_more {
    display: inline-flex;
    align-items: center;
    position: relative;
    width: auto;
    margin: 32px auto 0 0;
    padding-right: 24px;
    text-align: left;
    font-weight: bold;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0px;
    color: #fff;
}
.main_item_more::before {
    content: "";
    display: block;
    position: absolute;
    right: 0px;
    width: 16px;
    height: 16px;
    background-size: 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-image: url("../img/icons/arrow_dropf.svg");
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.main_news_item.more_clicked .main_item_more::before {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
/* responsive */

.btn_start {
    border-color: #fff;
}

.btn_get {
    background-color: #cc5a16;
    border-color: #cc5a16;
}

/* about items */
.partners_slider {
    padding: 0 16px;
}

.about_news_item {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
}

.about_news_item .item_content {
    padding: 44px 56px;
    max-width: 740px;
    z-index: 1;
    background: #fff;
}

.about_news_item .item_img::before {
    display: none;
}
.about_news_item .item_img {
    width: 100%;
    max-width: 50%;
    position: relative;
}

.about_news_item .item_img img {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.about_news_item:nth-child(2n + 2) {
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-end;
}
.about_news_item:nth-child(2n + 2) .item_img {
    border-radius: 0 48px 48px 0;
    -webkit-border-radius: 0 48px 48px 0;
    -moz-border-radius: 0 48px 48px 0;
    -ms-border-radius: 0 48px 48px 0;
    -o-border-radius: 0 48px 48px 0;
}
.about_news_item:nth-child(2n + 1) .item_img {
    border-radius: 48px 0 0 48px;
    -webkit-border-radius: 48px 0 0 48px;
    -moz-border-radius: 48px 0 0 48px;
    -ms-border-radius: 48px 0 0 48px;
    -o-border-radius: 48px 0 0 48px;
}

.about_news_item:nth-child(1) .item_img {
    border-radius: 0 0 0 48px;
    -webkit-border-radius: 0 0 0 48px;
    -moz-border-radius: 0 0 0 48px;
    -ms-border-radius: 0 0 0 48px;
    -o-border-radius: 0 0 0 48px;
}

.about_news_item .itm_title {
    margin: 0 0 28px 0;
    text-align: center;
    font-size: 30px;
    font-weight: 500;
    color: #000;
}

.about_news_item .itm_info {
    margin: 0;
    text-align: center;
    font-size: 18px;
    font-weight: 300;
    -webkit-line-clamp: inherit;
    color: #000;
}
.map_about {
    display: block;
    width: 100%;
    position: relative;
}

/* .map_about::before {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        max-height: 380px;
        position: relative;
        padding-top: 22%;
    } */

.map_about img,
.map_about video,
.map_about iframe {
    display: block;
    width: 100%;
    max-width: 100%;
    /* height: 100%;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        object-fit: cover; */
}

/* about items */
/*! ---Wrap Top Container --- */

/*! ---FAQ --- */

.wrap_faq {
    width: 100%;
    padding: 48px 16px 72px 16px;
}

.faq_body {
    position: relative;
    width: 100%;
    /* padding: 15px 0px; */
}

.wrap_faq .sect_header {
    padding-bottom: 8px;
}

.wrap_faq .item_col {
    width: 50%;
}

.wrap_faq_page {
    padding-bottom: 24px;
}

.wrap_faq_page .wrap_faq {
    max-width: 792px;
    padding: 0px 0 48px 0;
    margin: 0 auto;
}

.wrap_faq_page .wrap_faq .sect_title,
.wrap_faq_page .wrap_faq .sect_title a {
    font-weight: 500;
    font-size: 22px;
}

.wrap_faq_search {
    margin: 12px 0 48px 0;
    padding: 72px 16px;
    border: 2px solid #ebebeb;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.wrap_faq_search .form_item {
    position: relative;
    max-width: 996px;
    margin: 0 auto;
}

.wrap_faq_search .item_input::placeholder {
    font-weight: normal;
}

.wrap_faq_search .item_input {
    background: #f5f5f5;
    padding: 15px 56px 15px 20px;
    height: 48px;
    font-weight: normal;
}

.search_faq_btn {
    display: block;
    position: absolute;
    right: 16px;
    width: 24px;
    height: 24px;
    border: none;
    outline: none;
    background: none;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    background-image: url(../img/icons/search.svg);
    cursor: pointer;
}

.faq_title {
    margin-bottom: 24px;
    text-align: center;
    font-weight: bold;
    font-size: 36px;
    line-height: 1.4;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    word-break: break-word;
}

.collapse_row {
    width: 100%;
    border-bottom: 1px solid #ebebeb;
}

.collapse_btn {
    display: flex;
    align-items: flex-start;
    position: relative;
    width: 100%;
    padding: 16px 40px 16px 0;
    text-align: left;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.24px;
    color: #000000;
    opacity: 1;
    word-break: break-word;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.collapse_btn::before {
    content: "";
    display: block;
    position: absolute;
    right: 0px;
    width: 24px;
    height: 24px;
    background-size: 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-image: url("../img/icons/arrow_drop.svg");
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.collapse_btn.clp_clicked::before {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.collapse_content {
    display: none;
    width: 100%;
    padding: 0px 0 16px 16px;
    text-align: left;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.24px;
    color: #444444;
    word-break: break-word;
}

/*! ---FAQ --- */

/*! ---Sliders Part --- */

.slider_container {
    position: relative;
    /* overflow: hidden; */
}

.swiper-container {
    overflow: hidden;
}

.swiper-link {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 100%;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.swiper_pagin_items {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 48px;
}

/* .swiper_pagin_items .swiper-pagination {
  width: 100%;
  position: relative;
  left: 0;
  bottom: 0;
} */

.slider_container {
    position: relative;
}

.wrap_slider .swiper-pagination {
    display: flex;
    justify-content: center;
    position: relative;
    width: 100%;
    margin-top: 48px;
    padding: 0 0;
    bottom: 0;
    right: 0;
    left: 0;
    outline: none;
}

.wrap_slider .swiper-pagination-bullet {
    display: inline-block;
    opacity: 0.6;
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.wrap_slider .swiper-pagination-bullet-active {
    opacity: 1;
    background: #dc2751;
}

.wrap_slider .swiper_arrows {
    display: flex;
    align-items: center;
    position: absolute;
    width: 100%;
    top: calc(50% - 20px);
    left: 0;
}

.wrap_slider .swiper-button-next:hover,
.wrap_slider .swiper-button-prev:hover {
    opacity: 1;
    /* background-color: #F5F5F5; */
}

.wrap_slider .swiper-button-next::after,
.wrap_slider .swiper-button-prev::after,
.wrap_slider .swiper-rtl .swiper-button-next:after {
    display: none;
}

/* .wrap_slider .swiper-button-next:hover,
.wrap_slider .swiper-button-prev:hover {
    background-color: #dc2751;
} */

.wrap_slider .swiper-button-next,
.wrap_slider .swiper-button-prev {
    display: block;
    position: relative;
    width: 40px;
    height: 40px;
    margin: 0;
    top: 0;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #fff;
    background-size: 100%;
    border: none;
    transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
}

/* .wrap_slider .swiper-button-disabled {
  opacity: 0 !important;
} */

.wrap_slider .swp_show {
    opacity: 1 !important;
    pointer-events: all;
}

.wrap_slider .swiper-button-next {
    float: right;
    background-image: url("../img/icons/next.svg");
    right: 0;
    margin-left: auto;
}

.wrap_slider .swiper-button-prev {
    float: left;
    background-image: url("../img/icons/prev.svg");
    left: 0;
    margin-right: auto;
}

/*! ---Sliders Part --- */

/*!Pgination*/

.pagination {
    display: block;
    width: 100%;
    padding: 48px 0;
}

.pagination_list {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0;
}

.pagination_list li {
    display: block;
    float: left;
    margin: 0 4px;
}

.pagination_list li a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 48px;
    min-height: 48px;
    padding: 6px;
    background-color: #f7f7f7;
    text-align: center;
    font-weight: 400;
    font-size: 17px;
    line-height: 1.2;
    letter-spacing: 0;
    color: #363636;
    opacity: 1;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
}

.pagination_list li.active a {
    background-color: #f79a15;
    color: #fff;
}

.pagination_list li:hover:not(.active) a {
    background-color: #778f86;
    color: #fff;
}

.pagination_list li.first-a a::before,
.pagination_list li.last-a a::before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100%;
}

.pagination_list li.first-a a::before {
    background-image: url("../img/icons/p_prev.svg");
}

.pagination_list li.last-a a::before {
    background-image: url("../img/icons/p_next.svg");
}

.pagination_list li.first-a a:hover:before {
    background-position: 0 100%;
}

.pagination_list li.last-a a:hover:before {
    background-position: 0 100%;
}

/*!Pgination*/

/*! ---Popup Part --- */

.modal {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #00000085;
    z-index: 9999999999;
}

.modal_body {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 20px 16px;
}

.modal_content {
    display: block;
    position: relative;
    width: 100%;
    max-width: 1200px;
    /* max-width: 368px; */
    height: auto;
    padding: 0px;
}

.modal_btn {
    display: block;
    position: absolute;
    right: 0;
    float: right;
    width: 24px;
    height: 24px;
    margin: 0;
    background-position: 0 0;
    background-size: 100%;
    background-repeat: no-repeat;
    background-image: url(../img/icons/close_modal.svg);
    cursor: pointer;
}

/*! ---Popup Part --- */

/* !form items */

.form_item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    position: relative;
}

.form_item::after {
    content: "";
    display: block;
    clear: both;
}

.show_label .itm_inp_label {
    display: block;
    opacity: 1;
    visibility: visible;
    font-size: 11px;
    top: -5px;
}

.show_error .itm_inp_label {
    color: #d61e24;
}

.itm_inp_label {
    display: block;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    /* padding: 0 4px; */
    text-align: left;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: 0.5px;
    color: #7f7f7f;
    background: #fff;
    left: 0;
    top: 17px;
    z-index: 999999;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
}

.item_input {
    /* display: flex; */
    /* align-items: center; */
    min-width: 100%;
    width: 100%;
    padding: 12px 0;
    height: 48px;
    font-family: "Segoe Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.4px;
    color: #001833;
    opacity: 1;
    border: none;
    outline: none;
    border-bottom: 1px solid #dcdee0;
    background-color: #fff;
    -webkit-transition: border 0.3s ease;
    -moz-transition: border 0.3s ease;
    -ms-transition: border 0.3s ease;
    -o-transition: border 0.3s ease;
    transition: border 0.3s ease;
}

.item_input:focus {
    border-color: #001833;
}

.show_error .item_input {
    border-color: #d61e24;
}

.item_input::placeholder {
    color: #747678;
}

.form_submit {
    display: block;
    width: 100%;
}

.form-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: 48px;
    margin-top: 24px;
    padding: 6px 32px;
    cursor: pointer;
    border: none;
    outline: none;
    font-family: "Segoe Pro";
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: #181e00;
    opacity: 1;
    background-color: #bbd900;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.form-btn:hover {
    background: #dcf056 !important;
}

.customDrop {
    z-index: 9999999;
}

/* !form items */

.row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 0 -12px;
}

.col {
    display: block;
    float: left;
    padding: 0 12px;
}

.col_in {
    display: block;
    width: 100%;
}

.row_inner {
    width: 100%;
}

/*! === Fancybox Gallery ==== */

.fancybox_item {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.fancybox_item:hover::before,
.fancybox_item:hover .fancybox_content {
    opacity: 1;
    visibility: visible;
}

.fancybox_item::before {
    opacity: 0;
    visibility: hidden;
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #0000008c;
    z-index: 1;
    transition: all 0.25s;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
}
.fancybox_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    width: 100%;
    max-width: 320px;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transition: all 0.25s;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
}
.fancy_title {
    display: block;
    margin: 0 0 28px 0;
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.4;
    color: #fff;
    opacity: 1;
    word-break: break-word;
}
.fancy_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: auto;
    min-height: 32px;
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.4;
    color: #fff;
    opacity: 1;
    padding: 8px 24px;
    border: 1px solid #fff;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    transition: all 0.25s;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
}

.fancy_btn:hover {
    background-color: #315e00;
    border-color: #315e00;
}

.fancybox_img {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    overflow: hidden;
    background-color: #3cb878;
}

.fancybox_img::before {
    content: "";
    display: block;
    position: relative;
    width: 100%;
    padding-top: 57%;
}

.fancybox_img img,
.fancybox_img video,
.fancybox_img iframe {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    object-fit: cover;
}
.pad_top_56 {
    padding-top: 56px !important;
}
.pad_bottom_56 {
    padding-bottom: 56px !important;
}
.pad_top_100 {
    padding-top: 100px !important;
}
.pad_bottom_100 {
    padding-bottom: 100px !important;
}
/*! === Fancybox Gallery ==== */

@media only screen and (min-width: 1025px) and (max-width: 1370px) {
    /* .main_center {
        padding: 0px;
    } */
    /* .main_news_item {
        flex-direction: column-reverse;
        align-items: center;
    } */
    /* .main_news_item .itm_title {
        margin: 0 0 12px 0;
        font-size: 20px;
    }
    .main_news_item .itm_info {
        font-size: 14px;
    } */
    .main_news_item .item_content {
        position: absolute;
        max-width: 56%;
        padding: 24px;
        right: 40%;
        border-radius: 24px;
        -webkit-border-radius: 24px;
        -moz-border-radius: 24px;
        -ms-border-radius: 24px;
        -o-border-radius: 24px;
        margin: 0;
    }
    .main_news_item .item_img {
        max-width: 60%;
    }
    .main_news_item:nth-child(2n + 2) .item_content {
        right: auto;
        left: 40%;
        margin: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .main_center {
        padding: 0px;
    }
    /* .sect_title,
    .sect_title a {
        font-size: 32px;
    } */
    .itm_title {
        font-size: 22px;
    }
    .onl_title {
        font-size: 36px;
    }
    /*! ---Wrap Top Container --- */
    .top_bg_image {
        min-height: 0;
    }

    .top_bg_image img,
    .top_bg_image video,
    .top_bg_image iframe {
        min-height: 0;
        object-fit: cover;
    }
    .wrap_main_post {
        gap: 24px 0;
    }
    /* .main_news_item {
        flex-direction: column-reverse;
        align-items: center;
    } */
    .main_news_item .itm_title {
        margin: 0 0 12px 0;
        font-size: 20px;
    }
    .main_news_item .itm_info {
        font-size: 14px;
    }
    .main_news_item .item_content {
        position: absolute;
        max-width: 56%;
        padding: 24px;
        right: 40%;
        border-radius: 24px;
        -webkit-border-radius: 24px;
        -moz-border-radius: 24px;
        -ms-border-radius: 24px;
        -o-border-radius: 24px;
        margin: 0;
    }
    .main_news_item .item_img {
        max-width: 60%;
    }
    .main_news_item:nth-child(2n + 2) .item_content {
        right: auto;
        left: 40%;
        margin: 0;
    }
    .wrap_top_container {
        padding-top: 80px;
    }
    .top_content {
        min-height: calc(100vh - 80px);
        padding: 0px 16px 140px 16px;
        position: relative;
        background: transparent;
        max-height: none;
        overflow: visible;
    }
    .top_title {
        font-size: 22px;
    }
    .top_text {
        margin-top: 24px;
        font-size: 16px;
    }
    .top_30 {
        font-size: 22px;
    }
    /* about items */
    .about_news_item .item_content {
        padding: 24px 16px;
        max-width: 100%;
    }
    /* about items */
    /*! ---Wrap Top Container --- */
}

@media only screen and (min-width: 561px) and (max-width: 767px) {
    .main_center {
        padding: 0px;
    }
    .sect_header {
        padding: 0 0 24px 0;
    }
    /* .sect_title,
    .sect_title a {
        font-size: 32px;
    } */
    .itm_title {
        font-size: 22px;
    }
    .onl_title {
        font-size: 36px;
    }
    /*! ---Wrap Top Container --- */
    .top_bg_image {
        min-height: 0;
    }

    .top_bg_image img,
    .top_bg_image video,
    .top_bg_image iframe {
        min-height: 0;
        object-fit: cover;
    }
    .wrap_main_post {
        gap: 24px 0;
    }
    .main_news_item {
        flex-direction: column-reverse;
        align-items: center;
    }
    .main_news_item .itm_title {
        margin: 0 0 12px 0;
        font-size: 20px;
    }
    .main_news_item .itm_info {
        font-size: 14px;
    }
    .main_news_item .item_content {
        padding: 24px;
        max-width: 90%;
        margin: -10% 0 0 0;
        border-radius: 24px;
        -webkit-border-radius: 24px;
        -moz-border-radius: 24px;
        -ms-border-radius: 24px;
        -o-border-radius: 24px;
    }
    .main_news_item .item_img {
        max-width: 100%;
        border-radius: 0 !important;
        -webkit-border-radius: 0 !important;
        -moz-border-radius: 0 !important;
        -ms-border-radius: 0 !important;
        -o-border-radius: 0 !important;
    }
    .main_news_item:nth-child(2n + 2) {
        flex-direction: column-reverse;
    }
    .main_news_item:nth-child(2n + 2) .item_content {
        margin: -10% 0 0 0;
    }

    /* about items */
    .about_news_item {
        flex-direction: column-reverse;
        align-items: center;
    }
    .about_news_item .itm_title {
        margin: 0 0 12px 0;
        font-size: 20px;
    }
    .about_news_item .itm_info {
        font-size: 14px;
    }
    .about_news_item .item_content {
        padding: 24px 16px;
        max-width: 100%;
    }
    .about_news_item .item_img {
        max-width: 100%;
        border-radius: 0 !important;
        -webkit-border-radius: 0 !important;
        -moz-border-radius: 0 !important;
        -ms-border-radius: 0 !important;
        -o-border-radius: 0 !important;
    }

    .about_news_item:nth-child(2n + 2) {
        flex-direction: column-reverse;
    }
    /* about items */

    .pad_top_56 {
        padding-top: 32px !important;
    }
    .pad_bottom_56 {
        padding-bottom: 32px !important;
    }
    .pad_top_100 {
        padding-top: 48px !important;
    }
    .pad_bottom_100 {
        padding-bottom: 48px !important;
    }

    .wrap_top_container {
        padding-top: 80px;
    }
    .top_content {
        min-height: calc(100vh - 80px);
        padding: 0px 16px 96px 16px;
        position: relative;
        background: transparent;
        max-height: none;
        overflow: visible;
    }
    .top_title {
        font-size: 22px;
    }
    .top_text {
        margin-top: 24px;
        font-size: 22px;
    }
    .top_30 {
        font-size: 22px;
    }

    /*! ---Wrap Top Container --- */
}

@media only screen and (min-width: 0px) and (max-width: 560px) {
    .main_center {
        padding: 0px;
    }
    .row {
        margin: 0px;
    }
    .col {
        padding: 0px 0px 12px 0px;
    }
    .sect_header {
        padding: 0 0 24px 0;
    }
    /* .sect_title,
    .sect_title a {
        font-size: 24px;
    } */
    .itm_title {
        font-size: 22px;
    }
    .onl_title {
        font-size: 36px;
    }
    /*! ---Wrap Top Container --- */
    .top_bg_image {
        min-height: 0;
    }

    .top_bg_image img,
    .top_bg_image video,
    .top_bg_image iframe {
        min-height: 0;
        object-fit: cover;
    }
    .wrap_main_post {
        gap: 24px 0;
    }

    .main_news_item {
        flex-direction: column-reverse;
        align-items: center;
    }
    .main_news_item .itm_title {
        margin: 0 0 12px 0;
        font-size: 20px;
    }
    .main_news_item .itm_info {
        font-size: 14px;
    }
    .main_news_item .item_content {
        padding: 24px;
        max-width: 90%;
        margin: -10% 0 0 0;
        border-radius: 24px;
        -webkit-border-radius: 24px;
        -moz-border-radius: 24px;
        -ms-border-radius: 24px;
        -o-border-radius: 24px;
    }
    .main_news_item .item_img {
        max-width: 100%;
        border-radius: 0 !important;
        -webkit-border-radius: 0 !important;
        -moz-border-radius: 0 !important;
        -ms-border-radius: 0 !important;
        -o-border-radius: 0 !important;
    }
    .main_item_more {
        font-weight: 500;
        margin: 16px auto 0 0;
    }
    .main_news_item:nth-child(2n + 2) {
        flex-direction: column-reverse;
    }
    .main_news_item:nth-child(2n + 2) .item_content {
        margin: -10% 0 0 0;
    }
    /* about items */
    .about_news_item {
        flex-direction: column-reverse;
        align-items: center;
    }
    .about_news_item .itm_title {
        margin: 0 0 12px 0;
        font-size: 20px;
    }
    .about_news_item .itm_info {
        font-size: 14px;
    }
    .about_news_item .item_content {
        padding: 24px 16px;
        max-width: 100%;
    }
    .about_news_item .item_img {
        max-width: 100%;
        border-radius: 0 !important;
        -webkit-border-radius: 0 !important;
        -moz-border-radius: 0 !important;
        -ms-border-radius: 0 !important;
        -o-border-radius: 0 !important;
    }

    .about_news_item:nth-child(2n + 2) {
        flex-direction: column-reverse;
    }
    /* about items */

    .pad_top_56 {
        padding-top: 32px !important;
    }
    .pad_bottom_56 {
        padding-bottom: 32px !important;
    }
    .pad_top_100 {
        padding-top: 48px !important;
    }
    .pad_bottom_100 {
        padding-bottom: 48px !important;
    }
    .wrap_top_container {
        padding-top: 70px;
    }
    .top_content {
        min-height: calc(100vh - 70px);
        padding: 0px 16px 90px 16px;
        position: relative;
        background: transparent;
        max-height: none;
        overflow: visible;
    }
    .top_title {
        font-size: 22px;
    }
    .top_text {
        margin-top: 16px;
        font-size: 16px;
    }
    .top_30 {
        font-size: 16px;
    }

    /*! ---Wrap Top Container --- */
    .fancy_title {
        margin: 0 0 12px 0;
        font-weight: normal;
        font-size: 14px;
    }
    .fancy_btn {
        gap: 4px;
        min-height: 20px;
        font-size: 14px;
        font-weight: normal;
        padding: 2px 10px;
    }
}

/*! ====  MAIN START  ===== */

.wrap_main_slider {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    width: 100%;
    /* padding-top: 112px;   */
}

.wrap_main_slider .item_img {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}

.wrap_main_slider .item_img::before {
    padding-top: 100vh;
}

.wrap_main_slider .item_img::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(
        0deg,
        rgba(23, 24, 25, 0.5) 0%,
        rgba(23, 24, 25, 0.5) 100%
    );
    z-index: 2;
}

.wrap_main_slider .item_content {
    position: absolute;
    left: 0;
    bottom: 105px;
    z-index: 2;
}

.wrap_main_slider .itm_title {
    margin: 16px 0 0 0;
    text-align: left;
    font-size: 94px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -1px;
    color: #fff;
    opacity: 1;
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
}

.wrap_main_slider .itm_info {
    margin: 0;
    text-align: left;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.1px;
    color: #fff;
    opacity: 1;
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
}

/*! Manshet tab */

.desktop_show {
    display: block !important;
}

.mobile_show {
    display: none !important;
}

/*! ---Gallery Slider --- */

.wrap_gallery_item {
    display: block;
    width: 100%;
}

.wrap_gallery_detail {
    display: block;
    width: calc(100% + 32px);
    margin: 48px -16px;
    padding: 100px 16px;
    background-color: #f6f6f6;
}

.wrap_gallery_detail .fancybox_item {
    float: left;
    width: 50%;
}

.team_gallery .row {
    margin: 0 -10px;
}

.team_gallery .fancybox_item {
    float: left;
    width: 20%;
    padding: 0 10px 20px 10px;
}

.team_gallery .fancybox_img::before {
    display: none;
}

.team_gallery .fancybox_img {
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
}

.team_gallery .fancybox_img img,
.team_gallery .fancybox_img video,
.team_gallery .fancybox_img iframe {
    position: relative;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

/*! ---Gallery Slider --- */

/*! ---  Paartners section --- */

.wrap_partners {
    padding: 48px 16px;
    background-color: #f5f5f5;
}

.wrap_partners .row {
    margin: 0 -16px;
}

.wrap_partners .item_col {
    width: 20%;
    padding: 0 16px 32px 16px;
}

.partner_items {
    position: relative;
}

/* .partner_items::before,
.partner_items::after {
    content: "";
    display: block;
    width: 100px;
    height: 100%;
    top: 0;
    position: absolute;
    z-index: 3;
} */

/* .partner_items::before {
    left: 0;
    background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.00) 100%);
}

.partner_items::after {
    right: 0;
    background: linear-gradient(270deg, #ffffff 0%, rgba(255, 255, 255, 0.00) 100%);
} */

.partner_img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    /* padding: 24px; */
    margin: 0 auto;
    /* background-color: #EBEEF2; */
    overflow: hidden;
    transition: all 0.25s;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
    /* border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px; */
}

.partner_img img {
    display: block;
    width: auto;
    max-width: 100%;
    margin: 0 auto;
    transition: all 0.25s;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
}

/* .partner_img:hover img {
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
} */

/*! ---  Paartners section --- */

.wrap_product_slider {
    padding: 48px 0;
}

.wrap_product_slider .swiper_arrows {
    top: calc(40% - 24px);
}

.product_item {
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
    width: 100%;
}

.product_img_block {
    position: relative;
    width: 100%;
    padding: 48px 0 0 0;
    overflow: hidden;
}

.product_img {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    width: 100%;
    max-width: 160px;
    overflow: hidden;
    border-radius: 50%;
}

.product_img::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90%;
    height: 90%;
    z-index: 1;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transition: all 0.25s;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
    transform: translate(-50%, -50%);
}
.product_img::before {
    content: "";
    display: block;
    position: relative;
    width: 100%;
    padding-top: 100%;
}

.product_item:hover .product_img::after {
    -webkit-box-shadow: inset 0 0 0 4px #f79a15;
    box-shadow: inset 0 0 0 4px #f79a15;
    border-color: #f79a15;
}
/* Lines default: hidden */
.hov_lines {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: absolute;
    bottom: 165px;
    left: 50%;
    transform: translateX(-50%) scale(0.8);
    opacity: 0;
    gap: 20px;
    transition:
        opacity 0.35s ease,
        transform 0.35s ease;
    pointer-events: none;
}

/* lines */
.hov_lines span {
    display: block;
    position: relative;
    width: 5px;
    height: 44px;
    border-radius: 3px;
    background-color: #f79a15;
    /* transform-origin: bottom center; */
    animation-duration: 1.2s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}
/* 1-3-5: height up → down */
.hov_lines span:nth-child(1),
.hov_lines span:nth-child(3),
.hov_lines span:nth-child(5) {
    animation-name: raysUpDown;
} /* 2-4: height down → up (reverse effect) */
.hov_lines span:nth-child(2),
.hov_lines span:nth-child(4) {
    animation-name: raysDownUp;
} /* ANIMATIONS */
@keyframes raysUpDown {
    0% {
        height: 22px;
    }
    50% {
        height: 34px;
    }
    100% {
        height: 22px;
    }
}

@keyframes raysDownUp {
    0% {
        height: 34px;
    }
    50% {
        height: 22px;
    }
    100% {
        height: 34px;
    }
}

/* Şüaları dairəvi etmək üçün rotate veririk */
.hov_lines span:nth-child(1) {
    transform: rotate(-35deg);
    bottom: -15px;
}
.hov_lines span:nth-child(2) {
    transform: rotate(-15deg);
    bottom: -5px;
}
.hov_lines span:nth-child(3) {
    transform: rotate(0deg);
    bottom: -2px;
}
.hov_lines span:nth-child(4) {
    transform: rotate(15deg);
    bottom: -5px;
}
.hov_lines span:nth-child(5) {
    transform: rotate(35deg);
    bottom: -15px;
}

/* Hover zamanı görünür */
.product_item:hover .hov_lines {
    opacity: 1;
    transform: translateX(-50%) scale(1);
}

.product_img img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90%;
    height: 90%;
    object-fit: contain;
    object-position: center;
    border-radius: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
}

.product_content {
    display: block;
    position: relative;
    width: 100%;
}

.product_content .itm_title {
    margin: 20px 0 0 0;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.4;
    color: #fff;
}

.product_content .itm_info {
    margin: 20px 0 0 0;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: normal;
    color: #315e00;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    align-self: stretch;
}

.product_item:hover .vid_icon {
    background-image: url("../img/icons/vid_icon_hov.png");
}
.wrap_our_product {
    padding-left: 16px;
    padding-right: 16px;
}
.wrap_our_product .sect_title {
    text-align: center;
    font-size: 36px;
    color: #315e00;
}
.wrap_our_product .wrap_product_slider .slider_container {
    padding: 0 64px;
}
.wrap_our_product .product_content .itm_title {
    margin: 40px 0 0 0;
    font-size: 36px;
    font-weight: 600;
    color: #315e00;
}

.wrap_our_product .product_img_block {
    padding: 0;
}

.wrap_our_product .product_img {
    max-width: 260px;
}

.wrap_our_product .product_img::after {
    width: calc(100% - 16px);
    height: calc(100% - 16px);
    border: 1px solid #315e00;
}

.wrap_our_product .product_item:hover .product_img::after {
    -webkit-box-shadow: inset 0 0 0 10px #67c106;
    box-shadow: inset 0 0 0 10px #67c106;
    border-color: #67c106;
}

.wrap_fruit_content {
    display: block;
    width: 100%;
    padding: 24px 0;
    background-color: #f79a15;
}
.fruit_image {
    display: block;
    width: 100%;
    overflow: hidden;
}
.fruit_image img,
.fruit_image video,
.fruit_image iframe {
    display: block;
    width: 100%;
    overflow: hidden;
}
.fruit_content {
    display: block;
    width: 100%;
    padding: 48px 16px;
}
.fruit_title {
    display: block;
    width: 100%;
    margin: 0 0 36px 0;
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.3;
    color: #fff;
    opacity: 1;
    word-break: break-word;
}
.fruit_info {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6;
    color: #fff;
    opacity: 1;
    word-break: break-word;
}
/*! ---Teams --- */

.wrap_blogs {
    width: 100%;
    padding: 96px 16px;
}

.wrap_blogs .swiper_arrows {
    display: inline-flex;
    width: auto;
    top: auto;
    right: 0;
    left: auto;
}

.wrap_blogs .swiper-button-prev {
    left: auto;
    margin-right: 0;
}

.wrap_blogs .swiper-button-next {
    right: 0;
    margin-left: 8px;
}

.wrap_blogs .swiper-button-next:hover,
.wrap_blogs .swiper-button-prev:hover {
    background-color: #fdfdfd78;
}

.wrap_blogs .sect_header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.wrap_blogs .sect_title {
    color: #fff;
}

.wrap_blogs .sect_info {
    margin: 0 0 12px 0;
    color: #fff;
}

.wrap_blogs .row {
    margin: 0 -24px;
}

.wrap_blogs .item_col {
    width: 33.33%;
    padding: 0 24px 72px 25px;
}

.blog_item {
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
    width: 100%;
    padding: 6px;
    border: 1px solid transparent;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.blog_item:hover {
    border-color: #5a4a42;
}

.blog_img_block {
    position: relative;
    width: 100%;
    padding: 0;
    overflow: hidden;
    background-color: #fff;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.blog_img {
    position: relative;
    width: 100%;
}

.blog_img::before {
    content: "";
    display: block;
    position: relative;
    width: 100%;
    padding-top: 70%;
}

.blog_img img {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    object-fit: cover;
}

.blog_content {
    display: block;
    position: relative;
    width: 100%;
    padding: 28px 0;
    /* margin-top: 32px; */
    /* border: 1px solid #f7f7f7; */
    /* background-color: #fff; */
    transition: all 0.25s;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
}

.blog_content .itm_title {
    margin: 0;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.4;
    color: #000;
    transition: all 0.25s;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
}

.blog_content .itm_info {
    margin: 16px 0 0 0;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: normal;
    color: #5a4a42;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    align-self: stretch;
}

/* .blog_item:hover .news_catg {
    background-color: #dc2751;
    color: #fff;
}

.blog_item:hover .blog_content .itm_title {
    color: #dc2751;
} */

.blog_item:hover .vid_icon {
    background-image: url("../img/icons/vid_icon_hov.png");
}

.news_date {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0 0 16px 0;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: normal;
    color: #5a4a42;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    align-self: stretch;
}

.news_catg {
    display: inline-flex;
    width: auto;
    position: absolute;
    left: 12px;
    bottom: 12px;
    font-size: 14px;
    font-weight: normal;
    color: #1d1d1d;
    background-color: #fff;
    padding: 10px 20px;
    z-index: 1;
    transition: all 0.25s;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
}

.vid_icon {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    bottom: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url("../img/icons/vid_icon.png");
    z-index: 1;
    transition: all 0.25s;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
    transform: translate(-50% 50%);
    -webkit-transform: translate(-50% 50%);
    -moz-transform: translate(-50% 50%);
    -ms-transform: translate(-50% 50%);
    -o-transform: translate(-50% 50%);
}

/*! ---Teams --- */

/*! ====  MAIN FINISH  ===== */

/*! ====  MAIN RESPONSIVE START  ===== */

@media only screen and (max-height: 768px) and (max-width: 1366px) {
    .wrap_main_slider .itm_title {
        font-size: 64px;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1132px) {
    .main_center {
        padding: 0px;
    }
    /* *** ---Home Main Slider ---*** */
    .wrap_main_slider .item_content {
        padding: 0 16px;
    }
    .wrap_main_slider .itm_title {
        font-size: 64px;
    }
    /* *** ---Home Main Slider ---*** */
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .main_center {
        padding: 0px;
    }
    /* *** ---Home Main Slider ---*** */
    .wrap_main_slider .item_content {
        padding: 0 16px;
    }
    .wrap_main_slider .itm_title {
        font-size: 48px;
    }
    /* *** ---Home Main Slider ---*** */
    /* *** ---Adventages ---*** */
    .wrap_advantage {
        padding: 56px 16px;
    }
    .wrap_advantage .item_col {
        width: 50%;
        padding-bottom: 24px;
    }
    /* *** ---Adventages ---*** */
    /* *** ---Paartners ---*** */
    .wrap_partners {
        padding: 32px 16px;
    }
    .wrap_partners .row {
        margin: 0 -8px;
    }
    .wrap_partners .item_col {
        width: 33.33%;
        padding: 0 8px 16px 8px;
    }
    .partner_items::before,
    .partner_items::after {
        width: 50px;
    }
    .partner_img {
        padding: 16px;
    }
    /* *** ---Paartners ---*** */
}

@media only screen and (min-width: 561px) and (max-width: 767px) {
    .product_content .itm_title {
        margin: 16px 0 0 0;
        font-size: 20px;
    }

    .product_content .itm_info {
        margin: 12px 0 0 0;
        font-size: 14px;
    }

    .wrap_our_product .sect_title {
        font-size: 24px;
    }
    .wrap_our_product .wrap_product_slider .slider_container {
        padding: 0;
    }
    .wrap_our_product .product_img {
        max-width: 160px;
    }
    .wrap_our_product .product_content .itm_title {
        margin: 16px 0 0 0;
        font-size: 20px;
    }

    .wrap_our_product .product_img::after {
        width: calc(100% - 8px);
        height: calc(100% - 8px);
    }

    .wrap_our_product .product_item:hover .product_img::after {
        -webkit-box-shadow: inset 0 0 0 4px #67c106;
        box-shadow: inset 0 0 0 4px #67c106;
    }
    .main_center {
        padding: 0px;
    }
    .desktop_show {
        display: none !important;
    }
    .mobile_show {
        display: block !important;
    }
    /* *** ---Adventages ---*** */
    .wrap_advantage {
        padding: 56px 16px;
    }
    .wrap_advantage .item_col {
        width: 50%;
        padding-bottom: 24px;
    }
    .atg_item {
        padding: 24px;
    }
    /* *** ---Adventages ---*** */
    /* *** ---Team ---*** */
    .wrap_container_page .sect_header {
        padding: 24px 0 0 0;
    }
    .wrap_container_page .sect_title {
        font-size: 24px;
    }
    .wrap_container_page .sect_info {
        font-size: 18px;
    }
    .wrap_teams {
        padding: 64px 16px 56px 16px;
    }
    .wrap_teams .row {
        margin: 0 -8px;
    }
    .wrap_teams .item_col {
        width: 33.33%;
        padding: 0 8px;
    }
    .team_content .itm_title_second {
        margin: 12px 0 0 0;
        font-size: 18px;
    }
    .team_content .itm_info {
        margin: 24px 0 0 0;
        font-size: 16px;
    }
    .team_img_block {
        padding: 16px;
    }
    /* *** ---Team ---*** */
    /* *** ---Paartners ---*** */
    .wrap_partners {
        padding: 32px 16px;
    }
    .wrap_partners .row {
        margin: 0 -8px;
    }
    .wrap_partners .item_col {
        width: 50%;
        padding: 0 8px 16px 8px;
    }
    .partner_items::before,
    .partner_items::after {
        width: 50px;
    }
    .partner_img {
        padding: 16px;
    }
    /* *** ---Paartners ---*** */
    /* *** ---Blogs ---*** */
    .wrap_blogs {
        padding: 64px 16px 56px 16px;
    }
    .wrap_bg_item {
        display: block !important;
    }
    .wrap_blogs .sect_title {
        font-size: 22px;
    }
    .wrap_blogs .row {
        margin: 0 -8px;
    }
    .wrap_blogs .item_col {
        width: 50%;
        padding: 0 8px 16px 8px;
    }
    .blog_content {
        margin-top: 24px;
    }
    .blog_content .itm_title {
        font-size: 18px;
    }
    .wrap_blogs .itm_info {
        font-size: 16px;
    }
    /* *** ---Blogs ---*** */
    /* *** ---Gallery ---*** */
    .wrap_gallery_detail {
        margin: 24px -16px;
        padding: 48px 16px;
    }
    /* *** ---Gallery ---*** */
    .wrap_product_slider {
        padding: 24px 0;
    }
    .wrap_product_slider .slider_container {
        padding: 0;
    }
    .wrap_product_slider .swiper_arrows {
        padding: 0 12px;
    }
    .wrap_slider .swiper-pagination {
        margin-top: 24px;
    }
}

@media only screen and (min-width: 0px) and (max-width: 560px) {
    /* *** ---Home Main Slider ---*** */

    .product_content .itm_title {
        margin: 16px 0 0 0;
        font-size: 20px;
    }

    .product_content .itm_info {
        margin: 12px 0 0 0;
        font-size: 14px;
    }
    .wrap_our_product .sect_title {
        font-size: 24px;
    }
    .wrap_our_product .wrap_product_slider .slider_container {
        padding: 0;
    }
    .wrap_our_product .product_img {
        max-width: 160px;
    }
    .wrap_our_product .product_content .itm_title {
        margin: 16px 0 0 0;
        font-size: 20px;
    }

    .wrap_our_product .product_img::after {
        width: calc(100% - 8px);
        height: calc(100% - 8px);
    }

    .wrap_our_product .product_item:hover .product_img::after {
        -webkit-box-shadow: inset 0 0 0 4px #67c106;
        box-shadow: inset 0 0 0 4px #67c106;
    }
    .fruit_content {
        padding: 24px 16px;
    }
    .fruit_title {
        margin: 0 0 20px 0;
        font-size: 28px;
    }
    /* *** ---Home Main Slider ---*** */
    .desktop_show {
        display: none !important;
    }
    .mobile_show {
        display: block !important;
    }
    /* *** ---Adventages ---*** */
    .wrap_advantage {
        padding: 56px 16px 0 16px;
    }
    .wrap_advantage .item_col {
        width: 100%;
        padding-bottom: 24px;
    }
    .atg_item {
        padding: 24px;
    }
    /* *** ---Adventages ---*** */
    /* *** ---Team ---*** */
    .wrap_container_page .sect_header {
        padding: 24px 0 0 0;
    }
    .wrap_container_page .sect_title {
        font-size: 24px;
    }
    .wrap_container_page .sect_info {
        font-size: 18px;
    }
    .wrap_teams {
        padding: 0 16px 56px 16px;
    }
    .wrap_teams .sect_header {
        display: none;
    }
    .wrap_teams .row {
        margin: 0;
    }
    .wrap_teams .item_col {
        float: none;
        width: 100%;
        padding: 0 0 0 0;
    }
    .team_content .itm_title_second {
        margin: 12px 0 0 0;
        font-size: 18px;
    }
    .team_content .itm_info {
        margin: 24px 0 0 0;
        font-size: 16px;
    }
    .team_img_block {
        padding: 24px;
    }
    /* *** ---Team ---*** */
    /* *** ---Paartners ---*** */
    .wrap_partners {
        padding: 32px 16px;
    }
    .wrap_partners .row {
        margin: 0 -8px;
    }
    .wrap_partners .item_col {
        width: 50%;
        padding: 0 8px 16px 8px;
    }
    .partner_items::before,
    .partner_items::after {
        width: 50px;
    }
    .partner_img {
        padding: 16px;
    }
    /* *** ---Paartners ---*** */
    /* *** ---Blogs ---*** */
    .wrap_blogs {
        padding: 56px 16px;
    }
    .wrap_blogs .sect_title {
        font-size: 22px;
    }
    .wrap_blogs .row {
        margin: 0;
    }
    .wrap_blogs .item_col {
        float: none;
        width: 100%;
        padding: 0 0 16px 0;
    }
    .blog_content {
        padding: 0;
        margin-top: 24px;
    }
    .wrap_blogs .itm_info {
        font-size: 16px;
    }
    .wrap_blogs .swiper_arrows {
        bottom: 16px;
    }
    .wrap_blogs .sect_header {
        padding-bottom: 64px;
    }
    /* *** ---Blogs ---*** */
    /* *** ---Gallery ---*** */
    .wrap_gallery_detail {
        margin: 24px -16px;
        padding: 16px;
    }
    .wrap_static_video {
        padding: 16px !important;
    }
    /* .wrap_gallery_detail .fancybox_item {
        float: none;
        width: 100%;
    } */
    /* *** ---Gallery ---*** */
    .wrap_product_slider {
        padding: 24px 0;
    }
    .wrap_product_slider .slider_container {
        padding: 0;
    }
    .wrap_product_slider .swiper_arrows {
        position: relative;
        padding: 12px;
    }
    .wrap_slider .swiper-pagination {
        margin-top: 24px;
    }
}

/*! ====  MAIN RESPONSIVE FINISH  ===== */

/** ---- Category Page ---- */

/*! ---Category --- */

.wrap_category {
    display: block;
    padding-top: 64px;
    padding-bottom: 104px;
    width: 100%;
}

.main_catg {
    padding: 104px 16px !important;
}

.wrap_category .item_col {
    float: none;
    width: 100%;
    padding: 0 0 48px 0;
}

.wrap_category .item_img {
    float: left;
    width: 100%;
    max-width: 536px;
}

.wrap_category .item_img::before {
    padding-top: 56%;
}

.wrap_category .item_content {
    float: left;
    width: calc(100% - 536px);
    padding: 30px 0 30px 48px;
}

.wrap_category .item_content {
    font-size: 36px;
    font-style: normal;
    font-weight: 510;
    line-height: 1.2;
    color: #001833;
}

/*! ---Category --- */

@media only screen and (min-width: 1025px) and (max-width: 1132px) {
    /* !Wrap category */
    .wrap_category {
        padding: 48px 16px;
    }
    .main_catg {
        padding: 64px 16px !important;
    }
    .wrap_category .item_col {
        padding: 0 0 24px 0;
    }
    .wrap_category .item_img {
        max-width: 50%;
    }
    .wrap_category .item_content {
        width: 50%;
        padding: 16px 0 16px 24px;
    }
    .wrap_category .item_img::before {
        padding-top: 67%;
    }
    /* !Wrap category */
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    /* !Wrap category */
    .wrap_category {
        padding: 48px 16px;
    }
    .main_catg {
        padding: 64px 16px !important;
    }
    .wrap_category .item_col {
        padding: 0 0 24px 0;
    }
    .wrap_category .item_img {
        max-width: 50%;
    }
    .wrap_category .item_content {
        width: 50%;
        padding: 16px 0 16px 24px;
    }
    .wrap_category .item_img::before {
        padding-top: 67%;
    }
    /* !Wrap category */
}

@media only screen and (min-width: 561px) and (max-width: 767px) {
    /* !Wrap category */
    .wrap_category {
        padding: 48px 16px;
    }
    .main_catg {
        padding: 64px 16px !important;
    }
    .wrap_category .item_col {
        padding: 0 0 24px 0;
    }
    .wrap_category .item_img {
        float: none;
        width: 100%;
        max-width: 100%;
    }
    .wrap_category .item_content {
        float: none;
        width: 100%;
        padding: 16px 0 0 0;
    }
    .wrap_category .item_img::before {
        padding-top: 67%;
    }
    /* !Wrap category */
}

@media only screen and (min-width: 0px) and (max-width: 560px) {
    /* !Wrap category */
    .wrap_category {
        padding: 48px 16px;
    }
    .main_catg {
        padding: 64px 16px !important;
    }
    .wrap_category .item_col {
        padding: 0 0 24px 0;
    }
    .wrap_category .item_img {
        float: none;
        width: 100%;
        max-width: 100%;
    }
    .wrap_category .item_content {
        float: none;
        width: 100%;
        padding: 16px 0 0 0;
    }
    .wrap_category .item_img::before {
        padding-top: 67%;
    }
    /* !Wrap category */
}

/** ---- Category Page ---- */

/** ---- Gallery Page ---- */

.wrap_gallery {
    padding: 64px 16px 104px 16px;
}

/* Light gallery */

.news_in_gallery {
    display: flex;
    position: relative;
    width: 100%;
    text-align: center;
    padding: 0px 0px 24px 0px;
}

.demo-gallery {
    width: 100%;
}

.demo-gallery-poster img {
    width: 20px;
    height: 20px;
}

.news_in_gallery .prosmotr_ul {
    display: block;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
}

#lg-counter span::after {
    display: inline;
}

.news_in_gallery .prosmotr_ul li {
    display: block;
    position: relative;
    float: left;
    list-style: none;
    width: 100%;
    max-width: calc(25% - 18px);
    margin: 0px 24px 24px 0px;
    padding: 0;
    overflow: hidden;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.news_in_gallery .prosmotr_ul li:nth-child(4n) {
    margin: 0 0px 24px 0;
}

.news_in_gallery .prosmotr_ul li::before {
    content: "";
    display: block;
    width: 100%;
    position: relative;
    padding-top: 100%;
}

.news_in_gallery .prosmotr_ul li a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 0 !important;
}

.demo-gallery > ul > li a:hover > img {
    transform: scale(1.02);
}

img.product_gallery_images_upload {
    display: block;
    position: absolute;
    width: 100%;
    min-height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    object-fit: cover;
    border-radius: 0 !important;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .wrap_gallery {
        padding: 48px 16px;
    }
    .news_in_gallery .prosmotr_ul li {
        max-width: calc(33.33% - 13px) !important;
        margin: 0px 17px 17px 0px !important;
    }
    .news_in_gallery .prosmotr_ul li:nth-child(3n) {
        margin: 0px 0px 17px 0px !important;
    }
    .news_in_gallery .prosmotr_ul li:nth-child(4n) {
        margin: 0px 17px 17px 0px !important;
    }
    .news_in_gallery .prosmotr_ul li::before {
        padding-top: 87%;
    }
}

@media only screen and (min-width: 561px) and (max-width: 767px) {
    .wrap_gallery {
        padding: 48px 16px;
    }
    .news_in_gallery .prosmotr_ul li {
        max-width: calc(50% - 9px) !important;
        margin: 0px 17px 17px 0px !important;
    }
    .news_in_gallery .prosmotr_ul li:nth-child(2n) {
        margin: 0px 0px 17px 0px !important;
    }
    .news_in_gallery .prosmotr_ul li::before {
        padding-top: 87%;
    }
}

@media only screen and (min-width: 0px) and (max-width: 560px) {
    .wrap_gallery {
        padding: 48px 16px;
    }
    .news_in_gallery .prosmotr_ul li {
        max-width: calc(50% - 9px) !important;
        margin: 0px 17px 17px 0px !important;
    }
    .news_in_gallery .prosmotr_ul li:nth-child(2n) {
        margin: 0px 0px 17px 0px !important;
    }
    .news_in_gallery .prosmotr_ul li::before {
        padding-top: 87%;
    }
}

/* Gallery------ */

/** ---- Gallery Page ---- */

.benefit_tabs {
    width: 100%;
}

.bf_tb_content {
    width: 100%;
}

.bf_tb_hd {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    margin-top: 12px;
    margin-bottom: 44px;
}

.bt_tb_title:last-child {
    margin-right: 0 !important;
}

.bt_tb_title {
    display: inline-block;
    width: auto;
    position: relative;
    margin-right: 24px;
    padding: 10px 0;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.4px;
    color: #747678;
    cursor: pointer;
    opacity: 0.7;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.bt_tb_title::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #001833;
    transition: transform 0.5s;
    transform: scaleX(0);
    transform-origin: right;
}

.bt_tb_title:hover {
    color: #001833;
    opacity: 1;
}

.bt_tb_title.active {
    color: #001833;
    opacity: 1;
}

.bt_tb_title.active::after {
    transform: scaleX(1);
    transform-origin: left;
}

.bf_tb_items {
    display: none;
    width: 100%;
}

.bf_tb_items.active {
    display: block;
}

@media only screen and (min-width: 1025px) and (max-width: 1132px) {
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
}

@media only screen and (min-width: 561px) and (max-width: 767px) {
}

@media only screen and (min-width: 0px) and (max-width: 560px) {
}

/** ---- Services Page ---- */

/** ---- Static Page ---- */
.wrap_static_page {
    padding: 96px 16px;
    margin: 0 auto;
}

.wrap_static_page .detail_image {
    display: block;
    margin: 0 auto 32px;
    width: 100%;
    /* max-width: 800px; */
    overflow: hidden;
}

.wrap_static_page .detail_image img {
    display: block;
    margin: 0 auto;
    width: auto;
    max-width: 100%;
}

/* .wrap_static_page .main_center {
  max-width: 904px;
} */

.wrap_static_page .news_in_gallery {
    padding-top: 48px;
    padding-bottom: 48px;
}

.wrap_static_video {
    width: calc(100% + 32px);
    margin: 24px -16px;
    padding: 48px 16px;
}

.wrap_static_page iframe,
.wrap_static_page video {
    display: block;
    max-width: 100%;
    width: 100%;
    min-height: 480px;
    margin: 0 auto 24px auto;
}

.wrap_static_page .news_date {
    color: #315e00;
    margin-bottom: 48px;
}
.wrap_static_page .detail_title {
    display: block;
    margin: 0 auto 32px auto;
    /* max-width: 800px; */
    text-align: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5;
    color: #000;
    opacity: 1;
    word-break: break-word;
}

.wrap_static_page h1,
.wrap_static_page h2,
.wrap_static_page h3,
.wrap_static_page h4,
.wrap_static_page h5,
.wrap_static_page h6 {
    margin-bottom: 12px;
    text-align: left;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5;
    color: #000;
    opacity: 1;
    word-break: break-word;
}

.wrap_static_page p,
.wrap_static_page li {
    display: block;
    width: 100%;
    margin: 16px auto;
    text-align: justify;
    font-weight: normal;
    font-size: 20px;
    line-height: 1.5;
    color: #000;
    opacity: 1;
    word-break: break-word;
}

.wrap_static_page ul,
.wrap_static_page ol {
    padding-left: 16px;
    margin: 10px auto;
}
.wrap_static_page ul {
    list-style: disc;
}
.wrap_static_page ol {
    list-style: numeric;
}

/** Error Page */

.error_page {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 560px;
    margin: 16px auto;
}

.error_page a:hover {
    background: #dc2751;
}

.error_page a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    margin-top: 16px;
    padding: 15px 20px;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.24px;
    color: #ffffff;
    opacity: 1;
    background-color: #f79a15;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.error_img {
    display: block;
    width: 330px;
    height: 220px;
    margin: 0 auto 32px auto;
}

.error_img img {
    display: block;
    width: 100%;
    height: 100%;
}

.wrap_static_page .error_page h1 {
    text-align: center;
    font-size: 22px;
    margin-bottom: 16px;
}

.wrap_static_page .error_page p {
    text-align: center;
    color: #444444;
    margin-bottom: 24px;
}

@media only screen and (min-width: 1025px) and (max-width: 1132px) {
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
}

@media only screen and (min-width: 561px) and (max-width: 767px) {
    /* Static--- */
    .wrap_static_page {
        padding-top: 24px;
        padding-bottom: 24px;
    }
    .wrap_static_page h1,
    .wrap_static_page .static_title {
        margin-top: 12px;
        margin-bottom: 12px;
        font-size: 22px;
    }
    .wrap_static_page .blog_item {
        display: block;
        max-width: 500px;
        float: none;
        margin: 0 auto;
    }
    .wrap_static_page .team_item {
        display: block;
        max-width: 340px;
        float: none;
        margin: 0 auto;
    }
}

@media only screen and (min-width: 0px) and (max-width: 560px) {
    /* Static--- */
    .wrap_static_page {
        padding-top: 24px;
        padding-bottom: 24px;
    }
    .wrap_static_page .detail_image {
        margin: 0 auto 24px;
    }
    .wrap_static_page .detail_title {
        margin: 0 auto 24px auto;
        font-size: 18px;
    }
    .wrap_static_page h1,
    .wrap_static_page .static_title {
        margin-top: 12px;
        margin-bottom: 12px;
        font-size: 18px;
    }
    .wrap_static_page .blog_item {
        display: block;
        max-width: 500px;
        float: none;
        margin: 0 auto;
    }
    .wrap_static_page .team_item {
        display: block;
        max-width: 340px;
        float: none;
        margin: 0 auto;
    }
    .wrap_static_page .news_date {
        margin-bottom: 0;
    }
    .wrap_static_page p,
    .wrap_static_page li {
        font-size: 16px;
    }
}

/** ---- Static Page ---- */

/** ---- Search Page ---- */
.wrap_search_page .search_form {
    max-width: 1024px;
    margin: 24px auto;
}
.wrap_search_page .search_row {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    gap: 12px;
    padding: 0;
    /* box-shadow: 0 24px 48px rgba(0, 0, 0, 0.28); */
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
}
.search_filter_sect {
    display: flex;
    align-items: center;
    gap: 8px 28px;
    flex-wrap: wrap;
    max-width: 1024px;
    margin: 0 auto 24px auto;
}

.search_filter_item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}

.search_filter_item input[type="radio"] {
    margin: 0;
    width: 16px;
    height: 26px;
    accent-color: #fff;
    cursor: pointer;
}

/** ---- Search Page ---- */

/** ---- Product Detail Page ---- */

.pd-wrap {
    background: #f3f7ee;
    padding: 48px 0 64px;
}

.pd-back {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 32px;
    font-size: 14px;
    font-weight: 600;
    color: #315e00;
    text-decoration: none;
    letter-spacing: 0.03em;
    transition: color 0.2s, gap 0.2s;
}

.pd-back:hover {
    color: #f79a15;
    gap: 10px;
}

.pd-layout {
    display: flex;
    align-items: flex-start;
    gap: 48px;
}

.pd-image-col {
    flex-shrink: 0;
    width: 42%;
}

.pd-image-frame {
    background: #fff;
    border-radius: 16px;
    border: 1px solid #e0eccc;
    padding: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 360px;
    box-shadow: 0 4px 20px rgba(49, 94, 0, 0.08);
    position: sticky;
    top: 96px;
}

.pd-image-frame img {
    display: block;
    max-width: 100%;
    max-height: 380px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.pd-info-col {
    flex: 1;
    min-width: 0;
    padding-top: 8px;
}

.pd-badge {
    display: inline-flex;
    align-items: center;
    padding: 4px 14px;
    background: #315e00;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    border-radius: 20px;
    margin-bottom: 16px;
}

.pd-name {
    font-size: 32px;
    font-weight: 800;
    color: #1a3500;
    letter-spacing: 0.05em;
    line-height: 1.2;
    margin-bottom: 0;
    word-break: break-word;
}

.pd-divider {
    width: 56px;
    height: 3px;
    background: linear-gradient(90deg, #f79a15 0%, #ffc85a 100%);
    border-radius: 2px;
    margin: 16px 0 24px;
    transition: width 0.3s;
}

.pd-info-col:hover .pd-divider {
    width: 88px;
}

.pd-description {
    font-size: 16px;
    color: #3a3a3a;
    line-height: 1.75;
}

.pd-description p {
    margin: 0 0 12px;
    font-size: 16px;
    line-height: 1.75;
    color: #3a3a3a;
}

.pd-description span {
    font-size: 16px !important;
}

/* Intro paragraph */
.pd-intro p {
    font-size: 16px;
    color: #4a4a4a;
    line-height: 1.75;
    margin: 0 0 6px;
}

/* Spec cards */
.pd-specs {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.pd-spec-item {
    background: #fff;
    border: 1px solid #dde8cc;
    border-top: 3px solid #315e00;
    border-radius: 8px;
    padding: 14px 22px;
    min-width: 120px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(49, 94, 0, 0.06);
    transition: border-top-color 0.2s, box-shadow 0.2s;
}

.pd-spec-item:hover {
    border-top-color: #f79a15;
    box-shadow: 0 4px 14px rgba(49, 94, 0, 0.1);
}

.pd-spec-label {
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #315e00;
    margin-bottom: 8px;
}

.pd-spec-value {
    font-size: 15px;
    font-weight: 700;
    color: #1a3500;
    line-height: 1.3;
}

/* Related */
.pd-related {
    background: #fff;
    padding: 56px 0 64px;
    border-top: 1px solid #e8f0de;
}

.pd-related-header {
    margin-bottom: 32px;
    padding-bottom: 16px;
    border-bottom: 2px solid #e8f0de;
    display: flex;
    align-items: center;
    gap: 12px;
}

.pd-related-header::before {
    content: '';
    display: block;
    width: 4px;
    height: 24px;
    background: #f79a15;
    border-radius: 2px;
    flex-shrink: 0;
}

.pd-related-title {
    font-size: 20px;
    font-weight: 700;
    color: #315e00;
    letter-spacing: 0.02em;
}

.pd-related-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.pd-related-card {
    display: flex;
    align-items: center;
    background: #fafcf7;
    border: 1px solid #e4edd8;
    border-radius: 10px;
    overflow: hidden;
    text-decoration: none;
    transition: box-shadow 0.2s, transform 0.2s, border-color 0.2s;
}

.pd-related-card:hover {
    box-shadow: 0 6px 20px rgba(49, 94, 0, 0.12);
    transform: translateY(-2px);
    border-color: #b8d48a;
}

.pd-related-card__circle {
    flex-shrink: 0;
    width: 72px;
    height: 72px;
    margin: 12px;
    border-radius: 50%;
    overflow: hidden;
    background: #fff;
    border: 2px solid #dde8cc;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: border-color 0.2s;
}

.pd-related-card:hover .pd-related-card__circle {
    border-color: #8cc63f;
}

.pd-related-card__circle img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 6px;
}

.pd-related-card__body {
    padding: 10px 14px 10px 4px;
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
    border-left: 1px solid #edf2e6;
}

.pd-related-card__name {
    font-size: 13px;
    font-weight: 700;
    color: #1e3c00;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    line-height: 1.3;
    display: block;
}

.pd-related-card__desc {
    font-size: 12px;
    color: #777;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

@media only screen and (max-width: 1024px) {
    .pd-layout {
        flex-direction: column;
        gap: 32px;
    }

    .pd-image-col {
        width: 100%;
    }

    .pd-image-frame {
        position: static;
        min-height: 260px;
    }

    .pd-related-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .pd-name {
        font-size: 26px;
    }
}

@media only screen and (max-width: 640px) {
    .pd-wrap {
        padding: 32px 0 48px;
    }

    .pd-name {
        font-size: 22px;
    }

    .pd-related-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .pd-related-card__circle {
        width: 60px;
        height: 60px;
        margin: 10px;
    }
}

/** ---- Contact Page ---- */

.wrap_contact_page {
    margin: 0 auto;
}

.wrap_contact_items {
    margin: 0 auto;
}

.contact_col_sect {
    display: flex;
    width: 100%;
    /* gap: 32px; */
}

.contact_col_left {
    display: flex;
    flex-wrap: wrap;
    width: 50%;
    padding: 64px;
    flex: 1;
    background-color: #fff;
    overflow: hidden;
}

.contact_col_left img {
    display: block;
    width: 100%;
}

.contact_social_block {
    display: flex;
    flex-direction: column;
    flex: 1;
    float: left;
    width: 50%;
    padding: 64px;
    background-color: #f6f6f6;
    /* max-width: 424px; */
}
.contact_center {
    margin: 48px auto 32px auto;
    width: 100%;
    max-width: 536px;
    color: #fff !important;
}
.top_content .contact_center * {
    color: #fff !important;
}

.contact_cover .wrap_top_container {
    min-height: 0;
}
.contact_cover .top_content {
    min-height: 0;
}
.contact_col_left .contact_center {
    margin-left: auto;
}
.contact_social_block .contact_center {
    margin-right: auto;
}

.contact_social_block .sect_header {
    padding: 0 0 24px 0;
}

.contact_social_block .sect_title {
    font-size: 36px;
}

.contatc_person_name {
    display: block;
    margin-bottom: 32px;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4;
    color: #315e00;
}

.error_type {
    margin-top: 4px;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.5px;
    color: #d61e24;
}

.cnt_item {
    display: flex;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 24px;
}

.cnt_item_link:hover .cnt_itm_img {
    background-color: #d8e7ff;
}

.cnt_item_link {
    display: inline-flex;
    align-items: flex-start;
    gap: 8px 24px;
}

.cnt_itm_img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    /* background-color: #EDF4FF; */
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.cnt_itm_img img {
    display: block;
    width: 24px;
    height: 24px;
}

.cnt_itm_text {
    width: calc(100% - 32px);
    padding-left: 12px;
}

.cnt_itm_name,
.cnt_itm_value {
    display: block;
    text-align: left;
    font-size: 18px;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0.1px;
    color: #4b4b4b;
    word-break: break-word;
}

.cnt_itm_name {
    min-width: 110px;
    margin-bottom: 4px;
    font-weight: 700;
}

.cnt_itm_value {
    font-weight: 400;
}

.scl_title {
    display: block;
    margin-bottom: 12px;
    text-align: left;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 0.24px;
    color: #444444;
    opacity: 1;
}

.contact_social {
    margin: 0 0 48px 0;
}

.contact_social .socials li {
    margin: 0 12px 0 0;
}

.map {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.map::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    max-height: 380px;
    /* min-height: 240px; */
    position: relative;
    padding-top: 22%;
}

.map iframe {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    object-fit: cover;
}

.cnt_form {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
}

.contact_content {
    display: block;
    width: 100%;
}

.cnt_hd {
    margin-bottom: 10px;
    text-align: left;
    font-weight: 500;
    font-size: 36px;
    line-height: 43px;
    color: #0e1013;
}

.lg_input:last-child {
    margin: 0;
}

.lg_input {
    display: block;
    width: 100%;
    position: relative;
    margin: 0 auto 30px auto;
}
.lg_input label {
    display: block;
    width: 100%;
    position: relative;
    padding: 0 0 8px 0;
    cursor: pointer;
    display: block;
    text-align: left;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 0px;
    color: #315e00;
}

.login_submit {
    display: block;
    width: 100%;
    margin: 14px 0 0 0;
}

.login-btn {
    display: inline-flex;
    justify-content: center;
    width: auto;
    min-width: 285px;
    padding: 17px 16px 17px 16px;
    cursor: pointer;
    border: none;
    outline: none;
    text-decoration: none;
    text-align: center;
    font-family: "Poppins";
    font-weight: normal;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 0px;
    color: #fff;
    background-color: #58a604;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.login_submit .login-btn:hover {
    background: #3b7200;
}

.lg_inputs {
    display: block;
    width: 100%;
    min-height: 44px;
    padding: 8px 16px;
    font-family: "Poppins";
    text-align: left;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 0px;
    color: #000000;
    background-color: #fff;
    border: 1px solid #80868b;
    -webkit-transition: border 0.3s ease;
    -moz-transition: border 0.3s ease;
    -ms-transition: border 0.3s ease;
    -o-transition: border 0.3s ease;
    transition: border 0.3s ease;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.prof_inf_inpt {
    display: block;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    min-height: 160px;
    padding: 8px 16px;
    font-family: "Poppins";
    text-align: left;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 0px;
    color: #000000;
    outline: none;
    background-color: #fff;
    border: 1px solid #80868b;
    -webkit-transition: border 0.3s ease;
    -moz-transition: border 0.3s ease;
    -ms-transition: border 0.3s ease;
    -o-transition: border 0.3s ease;
    transition: border 0.3s ease;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.lg_inputs:focus,
.prof_inf_inpt:focus {
    border-color: #39b36a;
}

.lg_inputs::placeholder,
.prof_inf_inpt::placeholder {
    font-weight: normal !important;
    color: #80868b !important;
}

.lp-check {
    float: left;
    margin: 0px 0 0 0;
}

.lp-check input {
    display: none;
}

.lp-check label {
    position: relative;
    padding: 3px 0 0 30px;
    cursor: pointer;
    display: block;
    text-align: left;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0px;
    color: #0e1013;
}

.lp-check label a {
    font-weight: 600;
    color: #0e1013;
}

.lp-check label:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #80868b;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}

.lp-check label:after {
    content: "";
    position: absolute;
    left: 4px;
    top: 4px;
    width: 12px;
    height: 12px;
    display: block;
    background-size: cover;
    background-image: url("../img/check.svg?v1");
    z-index: 10;
    opacity: 0;
}

.lp-check input:checked ~ label:before {
    border-color: #39b36a;
}

.lp-check input:checked ~ label:after {
    opacity: 1;
}
.twoCol {
    display: grid;
    align-items: flex-start;
    grid-template-columns: 1fr 1fr;
    gap: 0 16px;
    width: 100%;
    margin-bottom: 16px;
}
.wrap_career_main {
    gap: 0 !important;
}
.wrap_career_main .about_news_item {
    align-items: stretch;
}
.wrap_career_main .about_news_item .item_img {
    display: flex;
    align-items: stretch;
    max-width: 50% !important;
}
.wrap_career_main .about_news_item:last-child .item_img {
    border-bottom-left-radius: 0 !important;
}
.wrap_career_main .about_news_item .item_content {
    /* display: flex;
    align-items: stretch; */
    max-width: 50% !important;
    width: 100%;
    padding-top: 24px !important;
    padding-bottom: 24px !important;
}
.career_form_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    background-color: #f79a15;
    /* gap: 16px; */
}
.career_col {
    display: flex;
    align-items: stretch;
    width: 100%;
}
.career_form_grid .cnt_form {
    padding: 96px 48px;
}
.career_form_grid .cnt_form .login-btn {
    display: inline-flex;
    align-items: center;
    min-width: 0;
    width: auto;
    height: 44px;
    padding: 4px 24px;
}
.career_img {
    display: flex;
    align-items: stretch;
    width: 100%;
    overflow: hidden;
}
.career_img img {
    display: block;
    width: 100%;
    object-fit: cover;
}
.lg_file_upload {
    display: flex;
    align-items: center;
    min-height: 44px;
    gap: 16px 32px;
}
.career_form_grid .custom-file-upload {
    display: inline-flex;
    align-items: center;
    width: auto;
    min-height: 44px;
    padding: 8px 16px;
    font-family: "Poppins";
    text-align: left;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 0px;
    color: #000000;
    background-color: #fff;
    -webkit-transition: border 0.3s ease;
    -moz-transition: border 0.3s ease;
    -ms-transition: border 0.3s ease;
    -o-transition: border 0.3s ease;
    transition: border 0.3s ease;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}
.career_form_grid .custom-file-upload input {
    display: none;
}
.form_header {
    display: block;
    width: 100%;
    padding: 0 0 48px 0;
}
.form_title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 8px;
    position: relative;
    text-align: left;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
    opacity: 1;
    word-break: break-word;
}
.form_info {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    width: 100%;
    text-align: left;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    color: #fff;
    opacity: 1;
    word-break: break-word;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    /* main card */
    .main_news_row {
        gap: 16px;
        padding: 0 16px;
    }

    /* .main_news_card:nth-child(1),
    .main_news_card:nth-child(2),
    .main_news_card:nth-child(3) {
        grid-column: 1 / 2 !important;
        grid-row: auto !important;
    } */
    .main_news_card .item_img,
    .main_news_card .item_content {
        width: 50%;
        padding: 0 0 0 16px;
        border-radius: 8px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        -o-border-radius: 8px;
    }
    .main_news_card .itm_title {
        font-size: 20px;
    }
    .main_news_card:nth-child(1) .item_img,
    .main_news_card:nth-child(1) .item_content {
        padding: 16px 0;
    }
    .main_news_card:nth-child(1) .item_img::before {
        padding-top: 66.66%; /* 3:2 nisbəti üçün */
    }
    /* main card */
    .contact_social_block,
    .contact_col_left {
        max-width: 50%;
        padding: 32px 24px;
    }
    .wrap_career_main .about_news_item .item_img {
        max-width: 100% !important;
    }
    .career_form_grid {
        grid-template-columns: 1fr;
    }
    .career_form_grid .cnt_form {
        padding: 32px 16px;
    }
    .form_header {
        padding: 0 0 24px 0;
    }
    .form_title {
        font-size: 20px;
    }
    .form_info {
        font-size: 16px;
    }
    .lg_file_upload {
        gap: 16px;
    }
}

@media only screen and (min-width: 561px) and (max-width: 767px) {
    /* main card */
    .sect_info {
        font-size: 20px;
    }
    .main_news_row {
        grid-template-columns: 1fr !important;
        grid-template-rows: auto;
        gap: 16px;
        padding: 0;
    }

    .main_news_card:nth-child(1),
    .main_news_card:nth-child(2),
    .main_news_card:nth-child(3) {
        grid-column: 1 / 2 !important;
        grid-row: auto !important;
    }
    .main_news_card .item_img,
    .main_news_card .item_content {
        width: 100%;
        padding: 16px;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
    }
    .main_news_card .itm_title {
        font-size: 20px;
    }
    .main_news_card:nth-child(1) .item_img,
    .main_news_card:nth-child(1) .item_content {
        padding: 16px;
    }
    .main_news_card .item_img::before {
        padding-top: 66.66%; /* 3:2 nisbəti üçün */
    }
    /* main card */
    .contact_col_left,
    .contact_social_block {
        float: none;
        width: 100%;
        max-width: 100%;
        padding: 24px 16px;
    }
    .contact_col_sect {
        flex-direction: column;
        gap: 24px;
    }
    .contatc_person_name {
        font-size: 24px;
    }
    .contact_center {
        max-width: 100%;
    }
    .wrap_career_main .about_news_item .item_img,
    .wrap_career_main .about_news_item .item_content {
        max-width: 100% !important;
    }
    .career_form_grid {
        grid-template-columns: 1fr;
    }

    .career_form_grid .cnt_form {
        padding: 32px 16px;
    }

    .form_header {
        padding: 0 0 24px 0;
    }
    .form_title {
        font-size: 20px;
    }
    .form_info {
        font-size: 16px;
    }
    .lg_file_upload {
        gap: 16px;
    }
}

@media only screen and (min-width: 0px) and (max-width: 560px) {
    /* main card */
    .sect_info {
        font-size: 20px;
    }
    .main_news_row {
        grid-template-columns: 1fr !important;
        grid-template-rows: auto;
        gap: 16px;
        padding: 0;
    }

    .main_news_card:nth-child(1),
    .main_news_card:nth-child(2),
    .main_news_card:nth-child(3) {
        grid-column: 1 / 2 !important;
        grid-row: auto !important;
    }
    .main_news_card .item_img,
    .main_news_card .item_content {
        width: 100%;
        padding: 16px;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
    }
    .main_news_card .itm_title {
        font-size: 20px;
    }
    .main_news_card:nth-child(1) .item_img,
    .main_news_card:nth-child(1) .item_content {
        padding: 16px;
    }
    .main_news_card .item_img::before {
        padding-top: 66.66%; /* 3:2 nisbəti üçün */
    }
    /* main card */
    .cnt_item_link {
        align-items: flex-start;
        flex-direction: column;
    }
    .cnt_itm_text {
        width: 100%;
        padding-left: 0;
    }
    .contact_col_left,
    .contact_social_block {
        float: none;
        width: 100%;
        max-width: 100%;
        padding: 24px 16px;
    }
    .contact_col_sect {
        flex-direction: column;
        gap: 24px;
    }
    .contatc_person_name {
        font-size: 24px;
    }
    .wrap_career_main .about_news_item .item_img,
    .wrap_career_main .about_news_item .item_content {
        max-width: 100% !important;
    }
    .career_form_grid {
        grid-template-columns: 1fr;
    }
    .career_form_grid .cnt_form {
        padding: 32px 16px;
    }
    .form_header {
        padding: 0 0 24px 0;
    }
    .form_title {
        font-size: 20px;
    }
    .form_info {
        font-size: 16px;
    }
    .lg_file_upload {
        gap: 16px;
    }
}

/** ---- Contact Page ---- */

/** ---- Products Two-Column Layout ---- */

.products-page-body {
    background-color: #f3f7ee;
    padding: 56px 0 72px;
}

.products-layout {
    display: flex;
    align-items: flex-start;
    gap: 32px;
}

/* ---- Sidebar ---- */
.products-sidebar {
    flex-shrink: 0;
    width: 256px;
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 2px 16px rgba(49, 94, 0, 0.08);
    position: sticky;
    top: 96px;
}

.sidebar-header {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 16px 20px;
    background: #315e00;
    color: #fff;
}

.sidebar-header__icon {
    display: flex;
    align-items: center;
    opacity: 0.85;
}

.sidebar-header__label {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.sidebar-categories {
    list-style: none;
    margin: 0;
    padding: 6px 0;
}

.sidebar-cat-item {
    position: relative;
}

.sidebar-cat-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background: transparent;
    transition: background 0.2s;
    border-radius: 0 2px 2px 0;
}

.sidebar-cat-item.is-active::before {
    background: #f79a15;
}

.sidebar-cat-link {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 9px 16px 9px 20px;
    text-decoration: none;
    transition: background 0.18s;
}

.sidebar-cat-link:hover {
    background: #f3f7ee;
}

.sidebar-cat-item.is-active .sidebar-cat-link {
    background: #fffbf2;
}

.sidebar-cat-img {
    flex-shrink: 0;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    overflow: hidden;
    background: #f0f7e8;
    border: 2px solid #e2ecce;
    transition: border-color 0.2s;
}

.sidebar-cat-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.sidebar-cat-item.is-active .sidebar-cat-img {
    border-color: #f79a15;
}

.sidebar-cat-name {
    font-size: 14px;
    font-weight: 500;
    color: #3a3a3a;
    line-height: 1.3;
    transition: color 0.18s;
}

.sidebar-cat-item.is-active .sidebar-cat-name {
    color: #c47a00;
    font-weight: 700;
}

.sidebar-cat-item:not(:last-child) .sidebar-cat-link {
    border-bottom: 1px solid #f0f4eb;
}

/* ---- Main products area ---- */
.products-main {
    flex: 1;
    min-width: 0;
}

.products-main-header {
    margin-bottom: 28px;
    padding: 24px 28px;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 1px 8px rgba(49, 94, 0, 0.06);
    border-left: 4px solid #f79a15;
}

.products-main-title {
    font-size: 24px;
    font-weight: 700;
    color: #315e00;
    margin-bottom: 10px;
    line-height: 1.3;
}

.products-main-desc {
    font-size: 15px;
    color: #5a5a5a;
    line-height: 1.7;
    margin: 0;
}

/* ---- Products grid ---- */
.products-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

/* Horizontal product card — inspired by reference design */
.product-card {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #e4ecd8;
    text-decoration: none;
    transition: box-shadow 0.22s, transform 0.22s, border-color 0.22s;
    min-height: 180px;
}

.product-card:hover {
    box-shadow: 0 8px 28px rgba(49, 94, 0, 0.13);
    transform: translateY(-3px);
    border-color: #b8d48a;
}

.product-card.is-active {
    border-color: #f79a15;
    box-shadow: 0 0 0 2px rgba(247, 154, 21, 0.22);
}

/* Circular image wrapper */
.product-card__img-wrap {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 160px;
    padding: 20px 16px 20px 20px;
}

.product-card__circle {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    background: #fff;
    border: 2px solid #d6e9c0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: border-color 0.22s, box-shadow 0.22s;
}

.product-card:hover .product-card__circle {
    border-color: #8cc63f;
    box-shadow: 0 0 0 4px rgba(103, 193, 6, 0.1);
}

.product-card.is-active .product-card__circle {
    border-color: #f79a15;
    box-shadow: 0 0 0 4px rgba(247, 154, 21, 0.12);
}

.product-card__circle img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 10px;
    transition: transform 0.3s ease;
}

.product-card:hover .product-card__circle img {
    transform: scale(1.08);
}

/* Vertical divider between image and text */
.product-card__img-wrap::after {
    content: '';
    display: block;
    width: 1px;
    height: 100px;
    background: #e8ede0;
    position: absolute;
    pointer-events: none;
}

.product-card__img-wrap {
    position: relative;
}

/* Content area */
.product-card__body {
    padding: 20px 20px 20px 20px;
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    border-left: 1px solid #edf2e6;
}

.product-card__name {
    font-size: 17px;
    font-weight: 800;
    color: #1e3c00;
    letter-spacing: 0.06em;
    line-height: 1.2;
    margin-bottom: 0;
}

.product-card__divider {
    width: 40px;
    height: 2px;
    background: #315e00;
    margin: 10px 0 12px;
    border-radius: 2px;
    transition: width 0.25s, background 0.25s;
}

.product-card:hover .product-card__divider {
    width: 64px;
    background: #f79a15;
}

.product-card.is-active .product-card__divider {
    background: #f79a15;
    width: 56px;
}

.product-card__desc {
    font-size: 13px;
    color: #5a5a5a;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    flex: 1;
}

.product-card__more {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin-top: 14px;
    font-size: 11px;
    font-weight: 700;
    color: #315e00;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    opacity: 0;
    transform: translateX(-6px);
    transition: opacity 0.2s, transform 0.2s, color 0.2s;
}

.product-card:hover .product-card__more {
    opacity: 1;
    transform: translateX(0);
    color: #f79a15;
}

.products-empty {
    font-size: 17px;
    color: #999;
    padding: 40px 0;
    text-align: center;
}

/* ---- Responsive — tablet ---- */
@media only screen and (max-width: 1024px) {
    .products-layout {
        flex-direction: column;
        gap: 20px;
    }

    .products-sidebar {
        width: 100%;
        position: static;
        border-radius: 12px;
    }

    .sidebar-categories {
        display: flex;
        flex-direction: row;
        padding: 4px 6px;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        gap: 2px;
    }

    .sidebar-categories::-webkit-scrollbar {
        display: none;
    }

    .sidebar-cat-item {
        flex-shrink: 0;
    }

    .sidebar-cat-item::before {
        top: auto;
        bottom: 0;
        left: 0;
        right: 0;
        width: auto;
        height: 3px;
        border-radius: 2px 2px 0 0;
    }

    .sidebar-cat-item:not(:last-child) .sidebar-cat-link {
        border-bottom: none;
    }

    .sidebar-cat-link {
        flex-direction: column;
        gap: 5px;
        padding: 8px 10px;
        text-align: center;
        border-radius: 8px;
    }

    .sidebar-cat-name {
        font-size: 12px;
    }

    .sidebar-cat-img {
        width: 36px;
        height: 36px;
    }

    .products-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
    }

    .product-card__img-wrap {
        width: 130px;
        padding: 14px 12px 14px 14px;
    }

    .product-card__circle {
        width: 96px;
        height: 96px;
    }
}

/* ---- Responsive — mobile ---- */
@media only screen and (max-width: 640px) {
    .products-page-body {
        padding: 28px 0 48px;
    }

    .products-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .product-card {
        min-height: unset;
    }

    .product-card__img-wrap {
        width: 110px;
        padding: 14px 10px 14px 14px;
    }

    .product-card__circle {
        width: 80px;
        height: 80px;
    }

    .product-card__name {
        font-size: 15px;
    }

    .product-card__desc {
        font-size: 12px;
        -webkit-line-clamp: 3;
    }

    .product-card__body {
        padding: 14px 14px 14px 14px;
    }
}

/*! ====  ALL PAGES CSS FINISH  ===== */
