/* Font */
@font-face {
    font-family: "Roboto";
    src: url("fonts/Roboto/static/Roboto-Thin.ttf");
    font-weight: 100;
}
@font-face {
    font-family: "Roboto";
    src: url("fonts/Roboto/static/Roboto-ExtraLight.ttf");
    font-weight: 200;
}
@font-face {
    font-family: "Roboto";
    src: url("fonts/Roboto/static/Roboto-Light.ttf");
    font-weight: 300;
}
@font-face {
    font-family: "Roboto";
    src: url("fonts/Roboto/static/Roboto-Regular.ttf");
    font-weight: 400;
}
@font-face {
    font-family: "Roboto";
    src: url("fonts/Roboto/static/Roboto-Medium.ttf");
    font-weight: 500;
}
@font-face {
    font-family: "Roboto";
    src: url("fonts/Roboto/static/Roboto-Bold.ttf");
    font-weight: 700;
}
@font-face {
    font-family: "Roboto";
    src: url("fonts/Roboto/static/Roboto-ExtraBold.ttf");
    font-weight: 800;
}
@font-face {
    font-family: "Roboto";
    src: url("fonts/Roboto/static/Roboto-Black.ttf");
    font-weight: 900;
}


@font-face {
    font-family: "Inter";
    src: url("fonts/Inter/static/Inter-Bold.ttf");
    font-weight: 700;
}

/* Font */


/* Total */
* {
    font-family: Roboto;
    box-sizing: border-box;
}
html,
body {
    margin: 0;
}
body::-webkit-scrollbar,
body::-webkit-scrollbar-thumb {
    width: 2px;
    height: 2px;
}
body::-webkit-scrollbar-thumb {
    background: #000000;
    border-radius: 4px;
}
.container {
    width: 100%;
    max-width: 1280px;
    margin-right: auto;
    margin-left: auto;
}
@media(max-width: 1280px){
    .container {
        padding: 0 20px;
    }
}
@media (max-width: 480px) {
    .container {
        padding: 0 10px;
    }
}
img {
    display: block;
    max-width: 100%;
}
a {
    color: inherit;
    text-decoration: none;
}
.page {
    min-height: 70vh;
}

h2 {
    font-weight: 700;
    font-size: 36px;
    line-height: 110%;
    color: #457926;
    margin: 0;
}

/* Total */

/* Header */
.header {
    position: relative;
}
.header_top {
    width: 100%;
    background: #1B1C1D;
}
.header_top_block {
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header_top_left {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

.header_top_center {
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    color: #FFFFFF;
}

.header_top_right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 14px;
}
.header_lang {
    height: 24px;
    border: none;
    background: none;
    padding-left: 10px;
    padding-right: 29px;

    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
}
.header_lang:after {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    border: none;

    width: 20px;
    height: 20px;
    background: url('../images/Lider/chevron--down.png');
    top: 0;
    right: 0;
    margin: 0;
}
.header_lang.open:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-top: -8px;
    margin-right: 8px;
}

.header_lang .option {
    min-height: 24px;
    padding-left: 10px;
    padding-right: 29px;
    background: #0B0C0C;
}
.header_lang .list {
    background-color: #0B0C0C;
}
.header_lang .option:hover,
.header_lang .option.focus,
.header_lang .option.selected.focus {
    background-color: #0B0C0C;
}

.header_top_phone {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #FFFFFF;
}


.header_bottom_menu {
    display: flex;
    align-items: center;
    gap: 28px;
}
.header_bottom_menu_line {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #65686B;
    cursor: pointer;
}
.header_bottom {
    width: 100%;
    border-bottom: solid thin #B8B9B9;
}
.header_bottom_block {
    height: 101px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header_bottom_left .header_logo {
    max-width: 242px;
}
.header_bottom_right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 24px;
}
.header_bottom_search {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    gap: 6px;
    width: 153px;
    height: 40px;
    background: #F4F4F6;
    border-radius: 8px;
}
.header_bottom_search input {
    width: 95px;
    border: none;
    background: none;
    outline: none;
}
.header_bottom_search_btn {
    padding: 0;
    border: none;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.header_bottom_button {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 24px;
    gap: 10px;
    width: 133px;
    height: 44px;
    background: #457926;
    border-radius: 6px;

    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    cursor: pointer;
}
/* Header */

/* Footer */
.footer {
    padding: 64px 0 24px;
    background: #17290D;
}
.footer_block {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;

    padding-bottom: 64px;
    border-bottom: solid thin #6A7B60;
}
.footer_block_part {

}
.footer_block_title {
    font-weight: 600;
    font-size: 18px;
    line-height: 140%;
    color: #FFFFFF;
    margin-bottom: 12px;
}
.footer_block_list {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 8px;
}
.footer_block_line {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
}
.footer_logo {
    display: block;
    margin-top: 42px;
    height: 56px;
    overflow: visible;
    max-width: 148px;
}
.footer_logo img {
    max-width: none;
}

.footer_copyright {
    padding-top: 24px;
    text-align: center;
}

.footer_block_phones {
    margin-top: 42px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 12px;
}
.footer_block_phone {
    display: flex;
    align-items: center;
    gap: 12px;

    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
    color: #FFFFFF;
}

.header_mob {
    position: absolute;
    display: block;
    top: 100%;
    right: 10px;

    padding: 0 10px;
    background: #ffffff;
    max-height: 0;
    overflow: hidden;
    z-index: 9;
}
.header_mob.active {
    padding: 10px;
    max-height: none;
}

.header_mob .header_bottom_menu {
    display: block;
    text-align: right;
}

/* Footer */




/* Item cart */
.item_cart_block {
    display: block;
    position: relative;
    width: 100%;
    filter: drop-shadow(0px 8px 43px rgba(0, 0, 0, 0.04)) drop-shadow(0px 0.362304px 1.94738px rgba(0, 0, 0, 0.0487776)) drop-shadow(0px 2.41177px 12.9632px rgba(0, 0, 0, 0.0912224)) drop-shadow(0px 1.00172px 5.38427px rgba(0, 0, 0, 0.07));
    border-radius: 8px;
    overflow: hidden;
}
.item_cart_block .labels {
    position: absolute;
    top: 10px;
    left: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    max-width: 100%;
}
.item_cart_block .label {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2px 6px;
    height: 29px;
    background: #FFFFFF;
    border-radius: 4px;

    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
    color: #0E1808;
}
.item_cart_img {
    width: 100%;
    height: 191px;
    object-fit: cover;
}
.item_cart_data {
    padding: 12px 18px 18px;
    width: 100%;
    height: 102px;
    /* Foundation /White/white-50 */
    background: #FFFFFF;
}
.item_cart_title {
    font-weight: 700;
    font-size: 24px;
    line-height: 140%;
    color: #0E1808;
    margin-bottom: 10px;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.item_cart_prices {
    display: flex;
    align-items: center;
    gap: 14px;
    white-space: nowrap;
}
.item_cart_prices .norm {
    font-weight: 700;
    font-size: 20px;
    line-height: 140%;
    color: #6A9451;
}
.item_cart_prices .old {
    position: relative;
    font-weight: 700;
    font-size: 20px;
    line-height: 140%;
    color: #8C8E91;
}
.item_cart_prices .old:after {
    content: '';
    position: absolute;
    width: calc(100% + 4px);
    height: 2px;
    left: -1px;
    top: 13px;
    background: #8C8E91;
}
/* Item cart */

/* Main */

.main_slider_space {

}
.main_slider {

}
.main_slide {
    position: relative;

}
.main_slide_bg {
    display: block;
    position: relative;
    height: 560px;
    object-fit: cover;
}
.main_slide_img {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 4;
}
.main_slide_gradient1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.32), rgba(0, 0, 0, 0.32));
    z-index: 2;
}
.main_slide_gradient2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(265.29deg, #2C3807 21.26%, rgba(44, 56, 7, 0) 54.89%);
    z-index: 1;
}
.main_slide_block {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    height: 100%;
    padding: 80px 0;
}
.main_slide_data {
    max-width: 670px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.main_slide_data_label {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4px 11px;
    background: #82A56E;
    border-radius: 8px;

    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #ECF2E9;
    text-transform: uppercase;
}
.main_slide_data_title {
    margin-top: 14px;
    font-weight: 700;
    font-size: 46px;
    line-height: 140%;
    letter-spacing: -0.01em;
    color: #FFFFFF;
}
.main_slide_data_text {
    margin-top: 24px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
}
.main_slide_data_button {
    margin-top: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px 32px;
    background: #457926;
    border: 1px solid #6A9451;
    border-radius: 6px;

    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
}

.top_categories_block {
    padding-top: 80px;
    padding-bottom: 24px;
}
.top_categories_title {
    text-align: center;
}

.top_categories_slider .slick-list {
    width: calc(100% + 12px);
    padding: 64px 6px;
    left: -6px;
}
.top_categories_slide_space {
    padding-right: 8px;
    padding-left: 6px;
}
.top_categories_slide {
    display: block;
    width: 308px;
    height: 208px;
    border-radius: 8px;
    overflow: hidden;
}
.top_categories_slide_space.slick-active .top_categories_slide {
    filter: drop-shadow(0px 8px 43px rgba(0, 0, 0, 0.04)) drop-shadow(0px 0.362304px 1.94738px rgba(0, 0, 0, 0.0487776)) drop-shadow(0px 2.41177px 12.9632px rgba(0, 0, 0, 0.0912224)) drop-shadow(0px 1.00172px 5.38427px rgba(0, 0, 0, 0.07));
}
.top_categories_slide_img {
    display: block;
    width: 100%;
    height: 150px;
    object-fit: cover;
}
.top_categories_slide_title {
    padding: 12px 18px 18px;
    height: 58px;
    background: #FFFFFF;

    font-weight: 700;
    font-size: 20px;
    line-height: 140%;
    color: #457926;
    text-align: center;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.main_partners_slider .slick-dots,
.main_prod_slider .slick-dots,
.top_categories_slider .slick-dots {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}
.main_partners_slider .slick-dots li,
.main_prod_slider .slick-dots li,
.top_categories_slider .slick-dots li {
    display: flex;
}
.main_partners_slider .slick-dots li button,
.main_prod_slider .slick-dots li button,
.top_categories_slider .slick-dots li button {
    border: 1px solid #A9C19B;
    background: #ffffff;
    width: 12px;
    height: 12px;
    background: none;
    padding: 0;
    font-size: 0px;
    border-radius: 50px;
    cursor: pointer;
}
.main_partners_slider .slick-dots li.slick-active button,
.main_prod_slider .slick-dots li.slick-active button,
.top_categories_slider .slick-dots li.slick-active button {
    border: 1px solid #ffffff;
    background: #A9C19B;
}

.main_prod_slider_block {
    padding-top: 64px;
    padding-bottom: 24px;
}
.main_prod_slider_block.last_block {
    padding-bottom: 56px;
}
.main_prod_slider_subtitle {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #82A56E;
    margin-bottom: 10px;
}
.main_prod_slider_title {
    font-weight: 700;
    font-size: 36px;
    line-height: 110%;
    color: #3D3F41;
}
.main_prod_slider .slick-list {
    width: 100%;
    padding: 64px 4px;
}
.main_prod_slider {
}
.main_prod_slide {
    width: 308px;
    margin: 0 auto;
}
.main_prod_slide_space .item_cart_block {
    filter: none;
}
.main_prod_slide_space.slick-active .item_cart_block {
    filter: drop-shadow(0px 8px 43px rgba(0, 0, 0, 0.04)) drop-shadow(0px 0.362304px 1.94738px rgba(0, 0, 0, 0.0487776)) drop-shadow(0px 2.41177px 12.9632px rgba(0, 0, 0, 0.0912224)) drop-shadow(0px 1.00172px 5.38427px rgba(0, 0, 0, 0.07));
}

.main_partners_block {
    padding: 64px 0px;
    background: #F1F1F1;
}

.main_partners_slider .slick-list {
    padding: 64px 0;
}
.main_partners_slide {
    display: flex !important;
    gap: 16px;
}
.main_partners_slide_first {
    display: block;
    width: calc(100% - 540px);
    height: 544px;
}
.main_partners_slide_second {
    width: 524px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    height: 544px;
}
.main_partners_slide_second .half {
    display: block;
    position: relative;
    height: calc(50% - 8px);
    border-radius: 8px;
    overflow: hidden;
}
.main_partners_slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main_partners_slide_first,
.main_partners_slide_second {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}
.main_partners_slide_first .main_partner_data,
.main_partners_slide_second .main_partner_data {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;

    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 28px 24px;
    gap: 10px;

    background: linear-gradient(178.9deg, rgba(0, 0, 0, 0) 48.7%, #000000 110.04%);
    border-radius: 8px;
}

.main_partner_title {
    font-weight: 600;
    font-size: 28px;
    line-height: 110%;
    color: #FFFFFF;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 30px;
    max-width: 100%;
}
.main_partner_text {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
}
.main_partner_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6px 24px;
    height: 36px;
    border: 1px solid #FFFFFF;
    border-radius: 6px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    cursor: pointer;
}
.main_partner_btn:hover {
    background: rgba(200,200,200,0.2);
}

.main_adv_block {
    padding: 48px 0 40px;
}
.main_adv_title {
    text-align: center;
}
.main_adv_list {
    margin-top: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}
.main_adv_line {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;

    width: 256px;
    height: 202px;

    border-radius: 8px;
}
.main_adv_line_img {

}
.main_adv_line_title {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #8C8E91;
}



/* Main */

/* Catalog */
.catalog_bottom_banner_space {
    display: flex;
    align-items: center;
    padding: 64px 0px;
    gap: 62px;
    background: #F1F1F1;
}

.catalog_bottom_banner {
    display: flex;
    align-items: center;
    gap: 62px;
}
.catalog_bottom_banner_img {
    position: relative;

    width: 631px;
    height: 370px;
    border-radius: 8px;
    overflow: hidden;
}
.catalog_bottom_banner_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.catalog_bottom_banner_img_data {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;

    font-weight: 600;
    font-size: 72px;
    line-height: 140%;
    text-align: center;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.48), rgba(0, 0, 0, 0.48));
    padding: 0 60px;
}

.catalog_bottom_banner_data {
    width: calc(100% - 630px - 62px);
}

.catalog_bottom_banner_title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    font-weight: 700;
    font-size: 36px;
    line-height: 110%;
    color: #3D3F41;
}
.catalog_bottom_banner_title svg {
    min-width: 100px;
}
.catalog_bottom_banner_text {
    margin-top: 32px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #3D3F41;
}
.catalog_bottom_btn {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 223px;
    height: 48px;
    background: #457926;
    border-radius: 6px;

    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    cursor: pointer;
}

.catalog_top_banner_space {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 334px;
}
.catalog_top_banner_space_bg {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.catalog_top_banner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.64));

    display: flex;
    align-items: center;
    justify-content: center;
}

.catalog_list_block {
    padding: 80px 0;
}
.catalog_list_title {
    text-align: center;
}
.catalog_list {
    margin-top: 64px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 16px;
}
.catalog_line {
    filter: drop-shadow(0px 8px 43px rgba(0, 0, 0, 0.04)) drop-shadow(0px 0.362304px 1.94738px rgba(0, 0, 0, 0.0487776)) drop-shadow(0px 2.41177px 12.9632px rgba(0, 0, 0, 0.0912224)) drop-shadow(0px 1.00172px 5.38427px rgba(0, 0, 0, 0.07));
    width: 308px;
    height: 208px;
    border-radius: 8px;
    overflow: hidden;
}

.catalog_text {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #3D3F41;
    padding: 40px 0;
}

/* Catalog */

/* Details */
.details_top_block {
    padding: 64px 0;
}
.details_top_title {
    display: flex;
    align-items: center;
    gap: 14px;

    font-weight: 600;
    font-size: 28px;
    line-height: 110%;
    color: #0B0C0C;
}
.details_top_title .sale {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4px 12px;
    height: 42px;
    border: 2px solid #FADFB0;
    border-radius: 4px;

    font-weight: 700;
    font-size: 24px;
    line-height: 140%;
    color: #F09800;
}

.details_top {
    margin-top: 32px;

    display: flex;
    align-items: flex-start;
    padding: 12px;
    gap: 12px;

    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 8px 43px rgba(0, 0, 0, 0.04), 0px 0.362304px 1.94738px rgba(0, 0, 0, 0.0487776), 0px 2.41177px 12.9632px rgba(0, 0, 0, 0.0912224), 0px 1.00172px 5.38427px rgba(0, 0, 0, 0.07);
    border-radius: 8px;
}

.details_top_left {
    position: relative;
    width: calc(100% - 398px);
}
.details_top_right {
    padding: 10px;
    width: 386px;
}
.details_top_prices {
    display: flex;
    gap: 20px;
}
.details_top_prices .norm {
    font-weight: 600;
    font-size: 28px;
    line-height: 110%;
    color: #0B0C0C;
}
.details_top_prices .old {
    position: relative;
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    color: #8A8A8A;
}
.details_top_prices .old:after {
    content: '';
    position: absolute;
    width: calc(100% + 4px);
    top: calc(50% - 1px);
    left: -2px;
    height: 1px;
    background: #8A8A8A;
}
.details_top_prices .sale {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 6px;
    height: 30px;
    background: #F09800;
    border-radius: 4px;

    font-family: 'Inter';
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #FFFFFF;
}

.details_top_button {
    margin-top: 40px;
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
    align-items: center;

    width: 100%;
    height: 44px;
    background: #457926;
    border-radius: 6px;

    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    cursor: pointer;
}

.details_top_attr_list {

}
.details_top_attr_line {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    border-top: solid thin #B8B9B9;
    padding-top: 16px;
    margin-bottom: 16px;
}
.details_top_attr_line .title {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #8C8E91;
}
.details_top_attr_line .value {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #3D3F41;
}

.details_slider {
    position: relative;
}
.details_slider .slick-arrow {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    height: 100%;
    width: 15%;
    z-index: 1;
    opacity: 0;
    background: rgba(255,255,255,0.4);
    transition: 300ms;
    cursor: pointer;
}
.details_slider:hover .slick-arrow {
    opacity: 1;
}
.details_slider .slick-prev {
    left: 0;
}
.details_slider .slick-next {
    right: 0;
}
.details_slide {

}
.details_nav_slider {
    position: relative;
    margin-top: 12px;
}
.details_nav_slider .slick-track {
    margin-left: 0;
}
.details_nav_slider .slick-list {
    width: calc(100% + 12px);
}
.details_nav_slide_space {
    padding-right: 12px;
}
.details_nav_slide {
    width: 205px;
    cursor: pointer;
}

.other_counter {
    position: absolute;
    bottom: 0;
    right: 0;

    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(RpL9r0L2XjrdGIFtig8ZqbrF.jpg);

    font-weight: 700;
    font-size: 46px;
    line-height: 140%;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    z-index: 11;
}
.project_top_slider_block .other_counter {
    bottom: 12px;
    right: 12px;
}


.details_attr_block {
    padding-bottom: 64px;
}
.details_attr_title {
    font-weight: 700;
    font-size: 36px;
    line-height: 110%;
    color: #3D3F41;
    margin-bottom: 20px;
}
.details_attr {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 36px 32px;
    gap: 8px 56px;

    background: #FFFFFF;
    box-shadow: 0px 8px 43px rgba(0, 0, 0, 0.04), 0px 0.362304px 1.94738px rgba(0, 0, 0, 0.0487776), 0px 2.41177px 12.9632px rgba(0, 0, 0, 0.0912224), 0px 1.00172px 5.38427px rgba(0, 0, 0, 0.07);
    border-radius: 8px;
}
.details_attr_col_line {
    display: flex;
    align-items: stretch;
    width: 548px;
    height: 44px;
    border-radius: 4px;

    border-bottom: 1px solid #B8B9B9;
}
.details_attr_col_line .title,
.details_attr_col_line .value {
    padding: 10px 16px;
    width: 50%;
}
.details_attr_col_line .title {
    background: #FAFAFA;

    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #4F5154;
}
.details_attr_col_line .value {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #3D3F41;
}

.details_rec_block {
    padding: 24px 0;
}
.details_bottom_space {
    position: relative;
}
.link_local {
    position: absolute;
    top: 0;
    left: 0;
}
.details_bottom_space img {
    display: block;
}
.details_bottom {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    display: flex;
    align-items: center;
    justify-content: center;
    padding: 112px 0px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8));
}

.details_bottom_data {
    padding: 56px 0px;
    width: 100%;
    max-width: 816px;
    background: #FFFFFF;
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.16);
    border-radius: 8px;
}

.details_bottom_data_block {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 614px;
    margin: 0 auto;
}

.details_bottom_data_title {
    margin-top: 40px;
    font-weight: 700;
    font-size: 36px;
    line-height: 110%;
    color: #457926;
    text-align: center;
}
.details_bottom_data_text {
    margin-top: 24px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #3D3F41;
    text-align: center;
}
.details_bottom_data_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 198px;
    height: 61px;
    margin: 28px 0;

    background: #457926;
    border-radius: 6px;
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    color: #FFFFFF;
    cursor: pointer;
}
.details_bottom_data_subtext {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #3D3F41;
}
/* Details */


/* Projects */
.projects_block {
    padding: 80px 0;
}
.projects_title {
    font-weight: 700;
    font-size: 36px;
    line-height: 110%;
    color: #0B0C0C;
    text-align: center;
}
.projects_list {
    margin-top: 64px;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}
.projects_line_half,
.projects_line_three {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}
.projects_line_half {
    width: calc(100% - 540px);
    height: 544px;
}
.projects_line_half.vertical {
    width: 524px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.projects_line_half img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.projects_line_three {
    width: 100%;
    height: 264px;
}
.projects_line_data {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(178.9deg, rgba(0, 0, 0, 0) 48.7%, #000000 110.04%);
    padding: 28px 24px;

    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
}
.projects_line_title {
    font-weight: 600;
    font-size: 28px;
    line-height: 110%;
    color: #FFFFFF;
    margin-bottom: 10px;
}
.projects_line_text {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
}

.project_top_block {
    padding-top: 64px;
    padding-bottom: 48px;
}

.project_top_title {
    font-weight: 500;
    font-size: 36px;
    line-height: 110%;
    color: #0B0C0C;
}

.project_top_slider_block {
    position: relative;
    margin-top: 32px;
    padding: 12px;
    background: #FFFFFF;
    box-shadow: 0px 8px 43px rgba(0, 0, 0, 0.04), 0px 0.362304px 1.94738px rgba(0, 0, 0, 0.0487776), 0px 2.41177px 12.9632px rgba(0, 0, 0, 0.0912224), 0px 1.00172px 5.38427px rgba(0, 0, 0, 0.07);
    border-radius: 8px;
}

.pro_counter {
    position: absolute;
    top: 22px;
    left: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4px 10px;
    gap: 4px;
    height: 33px;
    background: #EEEFF1;
    border-radius: 4px;

    font-weight: 600;
    font-size: 18px;
    line-height: 140%;
    color: #0B0C0C;
    z-index: 4;
}
.details_top_left .pro_counter {
    top: 10px;
    left: 10px;
}
.project_top_slider {

}
.project_top_nav_slider {
    margin-top: 12px;
}
.project_top_nav_slider .slick-list {
    width: calc(100% + 12px);
}
.project_top_nav_slide_space {
    padding-right: 12px;
}
.project_top_nav_slide {
    width: 100%;
    height: 168px;
    cursor: pointer;
    object-fit: cover;
}


.project_text {
    padding: 40px 0;
    max-width: 700px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #3D3F41;
}
.project_text p {
    margin: 0;
}

.project_lines_block {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 40px;
    padding-bottom: 64px;
}
.project_lines_col {
    width: calc(50% - 20px);
    padding: 36px 32px;
    background: #FFFFFF;
    box-shadow: 0px 8px 43px rgba(0, 0, 0, 0.04), 0px 0.362304px 1.94738px rgba(0, 0, 0, 0.0487776), 0px 2.41177px 12.9632px rgba(0, 0, 0, 0.0912224), 0px 1.00172px 5.38427px rgba(0, 0, 0, 0.07);
    border-radius: 8px;
}
.project_lines_title {
    font-weight: 500;
    font-size: 28px;
    line-height: 110%;
    color: #0B0C0C;
    margin-bottom: 24px;
}

.project_lines_list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 18px;
}
.project_lines_list_line {
    display: flex;
    align-items: flex-start;
    gap: 12px;

    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #3D3F41;
}
.project_lines_list_line svg {
    min-width: 24px;
}
.project_lines_list_line span {
    font-weight: 500;
    color: #457926;
}

/* Projects */

/* News */
.news_block {
    padding: 80px 0;
}
.news_title {
    font-weight: 700;
    font-size: 36px;
    line-height: 110%;
    color: #0B0C0C;
    text-align: center;
}
.news_list {
    margin-top: 64px;
    display: flex;
    flex-wrap: wrap;
    gap: 40px 16px;
}
.news_line {
    filter: drop-shadow(0px 8px 43px rgba(0, 0, 0, 0.04)) drop-shadow(0px 0.362304px 1.94738px rgba(0, 0, 0, 0.0487776)) drop-shadow(0px 2.41177px 12.9632px rgba(0, 0, 0, 0.0912224)) drop-shadow(0px 1.00172px 5.38427px rgba(0, 0, 0, 0.07));
    border-radius: 8px;
    overflow: hidden;
}
.news_line.half {
    width: calc(50% - 8px);
}
.news_line.three {
    width: calc((100% - 32px)/3);
}

.news_line_img {
    display: block;
}
.news_line_data {
    padding: 12px 24px 18px;
    background: #FFFFFF;
}

.news_line_title {
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    color: #0B0C0C;
    margin: 0;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.news_line_date {
    margin-top: 13px;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #666768;
}

.news_pagination {
    margin-top: 64px;
    display: flex;
    gap: 16px;
    align-items: center;
    justify-content: center;
}
.news_pagination_arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 16px;
    gap: 6px;
    height: 44px;
    background: #457926;
    border-radius: 8px;

    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    color: #FFFFFF;
    cursor: pointer;
}
.news_pagination_arrow svg path {
    fill: #ffffff;
}
.news_pagination_arrow.disabled {
    background: #F4F4F6;
    cursor: default;
}
.news_pagination_arrow.disabled svg path {
    fill: #1B1C1D;
}
.news_pagination_arrow.disabled .text {
    display: none;
}

.news_pagination_list {
    display: flex;
    align-items: center;
}
.news_pagination_page {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 44px;
    height: 44px;
    border-radius: 8px;
    cursor: pointer;

    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    color: #1B1C1D;
}
.news_pagination_page.active {
    background: #457926;
    color: #FFFFFF;
}

.news_details_block {
    padding: 64px 0;
}
.news_details_title {
    font-weight: 500;
    font-size: 36px;
    line-height: 110%;
    color: #0B0C0C;
    margin-bottom: 32px;
}
.news_details_img {
    width: 100%;
    padding: 12px;
    background: #FFFFFF;
    box-shadow: 0px 8px 43px rgba(0, 0, 0, 0.04), 0px 0.362304px 1.94738px rgba(0, 0, 0, 0.0487776), 0px 2.41177px 12.9632px rgba(0, 0, 0, 0.0912224), 0px 1.00172px 5.38427px rgba(0, 0, 0, 0.07);
    border-radius: 8px;
}
.news_details_img img {
    width: 100%;
}
.news_details_date {
    margin-top: 16px;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #666768;
}
.news_details_text {
    margin-top: 32px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #3D3F41;
}

/* News */


/* Catalog list */
.category_list_block {
    padding: 80px 0;
}
.category_list_title {
    text-align: center;
}
.category_list {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 16px;
}
.category_line {
    width: calc((100% - 32px)/3);
}
.category_list_flex {
    margin-top: 64px;
    display: flex;
    align-items: flex-start;
    gap: 16px;
}
.category_list_left {
    width: 308px;
}
.category_list_right {
    width: calc(100% - 324px);
}

.catalog_filtr_list {
    width: 100%;
    padding: 36px 32px;
    background: #FFFFFF;
    box-shadow: 0px 8px 43px rgba(0, 0, 0, 0.04), 0px 0.362304px 1.94738px rgba(0, 0, 0, 0.0487776), 0px 2.41177px 12.9632px rgba(0, 0, 0, 0.0912224), 0px 1.00172px 5.38427px rgba(0, 0, 0, 0.07);
    border-radius: 8px;
}

.catalog_filtr_line {
    margin-bottom: 40px;
}
.catalog_filtr_title {
    font-weight: 500;
    font-size: 28px;
    line-height: 110%;
    color: #0B0C0C;
}
.catalog_filtr_checkbox_list {
    margin-top: 16px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
}
.catalog_filtr_checkbox_line {
    display: flex;
    align-items: flex-start;
    gap: 12px;

    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #3D3F41;
    cursor: pointer;
}
.catalog_filtr_checkbox_line.hidden {
    display: none;
}
.catalog_filtr_checkbox_switch {
    margin-top: 10px;
    color: #6A9451;
    cursor: pointer;
    font-weight: 500;
    font-size: 14px;
}
.catalog_filtr_checkbox_switch:hover {
    text-decoration: underline;
}
.catalog_filtr_checkbox_switch .default,
.catalog_filtr_checkbox_list.open .catalog_filtr_checkbox_switch .hover {
    display: block;
}
.catalog_filtr_checkbox_list.open .catalog_filtr_checkbox_switch .default,
.catalog_filtr_checkbox_switch .hover {
    display: none;
}
.catalog_filtr_checkbox_list.open .catalog_filtr_checkbox_line.hidden {
    display: flex;
}
.catalog_filtr_checkbox_line input {
    position: relative;
    width: 20px;
    height: 20px;
}
.catalog_filtr_checkbox_line input:after {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    left: -2px;
    top: -2px;
    background: #F4F4F6;
    border-radius: 8px;
    z-index: 2;
}
.catalog_filtr_checkbox_line input:checked:before {
    content: '\f00c';
    position: absolute;
    top: 3px;
    left: 3px;
    font-family: FontAwesome;
    color: #6A9451;
    z-index: 3;
}
.catalog_filtr_block_input {
    margin-top: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.catalog_filtr_block_input input {
    padding: 12px;
    width: 80px;
    height: 36px;
    border: 1px solid #B8B9B9;
    background: #EEEFF1;
    border-radius: 4px;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #3D3F41;
    outline: none;
}

.catalog_filtr_range_block {
    margin-top: 16px;
}
.catalog_filtr_range_block .ui-state-default,
.catalog_filtr_range_block .ui-widget-content .ui-state-default,
.catalog_filtr_range_block .ui-widget-header .ui-state-default,
.catalog_filtr_range_block .ui-button,
.catalog_filtr_range_block .ui-button.ui-state-disabled:hover,
.catalog_filtr_range_block .ui-button.ui-state-disabled:active {
    background: #6A9451;
    border-color: #264315;
    outline: none;
}
.catalog_filtr_range_block .ui-widget-header {
    background: #6A9451;
}
.catalog_filtr_range_block .ui-widget.ui-widget-content {
    border: 1px solid #264315;
}

.catalog_filtr_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 44px;
    background: #457926;
    border-radius: 6px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    cursor: pointer;
}

.category_sort_block {
    width: 100%;
    padding: 36px 32px;
    background: #FFFFFF;
    box-shadow: 0px 8px 43px rgba(0, 0, 0, 0.04), 0px 0.362304px 1.94738px rgba(0, 0, 0, 0.0487776), 0px 2.41177px 12.9632px rgba(0, 0, 0, 0.0912224), 0px 1.00172px 5.38427px rgba(0, 0, 0, 0.07);
    border-radius: 8px;
    margin-bottom: 48px;
}

.category_sort_select {
    width: 100%;
    height: 40px;
    background: #F4F4F6;
    border-radius: 8px;
    float: none;
}
.category_sort_select .option.disabled {
    display: none;
}
.category_sort_select.open .list {
    width: 100%;
}
/* Catalog list */


/* Text */
.text_block {
    padding: 80px 0;
}
.text_title {
    text-align: center;
}
.text_text {
    margin-top: 45px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #3D3F41;
    min-height: 40vh;
}
.text_text p {
    margin-bottom: 10px;
}
/* Text */


/* Contact */
.contact_space {
    padding: 80px 0;
}
.contact_title {
    font-weight: 700;
    font-size: 36px;
    line-height: 110%;
    color: #0B0C0C;
}
.contact_block {
    padding-top: 42px;
}
.contact_text {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #3D3F41;
}
.contact_form_block {
    margin-top: 24px;
    padding: 36px 32px;
    background: #FFFFFF;
    box-shadow: 0px 8px 43px rgba(0, 0, 0, 0.04), 0px 0.362304px 1.94738px rgba(0, 0, 0, 0.0487776), 0px 2.41177px 12.9632px rgba(0, 0, 0, 0.0912224), 0px 1.00172px 5.38427px rgba(0, 0, 0, 0.07);
    border-radius: 8px;
    display: flex;
    align-items: flex-start;
    gap: 40px;
}
.contact_map_block {
    margin-top: 24px;
    padding: 36px 32px;
    background: #FFFFFF;
    box-shadow: 0px 8px 43px rgba(0, 0, 0, 0.04), 0px 0.362304px 1.94738px rgba(0, 0, 0, 0.0487776), 0px 2.41177px 12.9632px rgba(0, 0, 0, 0.0912224), 0px 1.00172px 5.38427px rgba(0, 0, 0, 0.07);
    border-radius: 8px;
}
.contact_map_block iframe {
    width: 100%;
    height: 400px;
}
.contact_form {
    max-width: 540px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 24px 16px;
}
.contact_form_input {
    width: calc(50% - 8px);
}
.contact_form_input.full {
    width: 100%;
}
.contact_form_lines {
    width: calc(100% - 580px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 18px;
}
.contact_form_line {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #3D3F41;
}
.contact_form_line svg {
    min-width: 24px;
}
.contact_form_line span {
    font-weight: 500;
    color: #457926;
}
.contact_form_line_title {
    font-weight: 500;
    font-size: 28px;
    line-height: 110%;
    color: #0B0C0C;
    margin-bottom: 12px;
}
/* Contact */

/* Form */
.form_input {
    width: 100%;
    height: 40px;
    background: #F4F4F6;
    border-radius: 8px;
    outline: none;
    border: none;
    padding: 8px 10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #3D3F41;
}
.form_input::placeholder {
    color: #8C8E91;
}
textarea.form_input {
    height: 88px;
    resize: none;
}
.form_input_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 44px;
    background: #457926;
    border-radius: 6px;

    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    cursor: pointer;
}
/* Form */

/* Modal */
.modal_space {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    display: none;
    align-items: center;
    justify-content: center;
    background: rgba(200,200,200,0.2);
    z-index: 9999;
}
.modal_space.active {
    display: flex;
}
.modal_block {
    position: relative;
    padding: 38px 32px;
    background: #FFFFFF;
    box-shadow: 0px 8px 43px rgba(0, 0, 0, 0.04), 0px 0.362304px 1.94738px rgba(0, 0, 0, 0.0487776), 0px 2.41177px 12.9632px rgba(0, 0, 0, 0.0912224), 0px 1.00172px 5.38427px rgba(0, 0, 0, 0.07);
    border-radius: 8px;
    width: auto;
    max-width: 90%;
    max-height: 100vh;
    overflow-y: scroll;
}
.modal_block::-webkit-scrollbar,
.modal_block::-webkit-scrollbar-thumb {
    width: 2px;
    height: 2px;
}
.modal_block::-webkit-scrollbar-thumb {
    background: #457926;
}
.modal_close {
    position: absolute;
    top: 12px;
    right: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    font-size: 20px;
    cursor: pointer;
}
.modal_title {
    font-weight: 700;
    font-size: 36px;
    line-height: 110%;
    color: #3D3F41;
}
.modal_form {
    margin-top: 32px;
}

.footer_block_phonea {
    display: flex;
    align-items: center;
    gap: 12px;
}
/* Modal */

/* Scroll up */
.scroll_up {
    position: fixed;
    bottom: 5vh;
    right: 230px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background: #FFFFFF;
    border-radius: 100px;
    cursor: pointer;
    z-index: 90;
}
/* Scroll up */

/* Cookies */
.cookies_block {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    padding: 36px 32px;
    background: #FFFFFF;
    box-shadow: 0px 8px 43px rgba(0, 0, 0, 0.04), 0px 0.362304px 1.94738px rgba(0, 0, 0, 0.0487776), 0px 2.41177px 12.9632px rgba(0, 0, 0, 0.0912224), 0px 1.00172px 5.38427px rgba(0, 0, 0, 0.07);
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 20px;
    z-index: 77;
}
.cookies_title {
    font-weight: 500;
    font-size: 24px;
    line-height: 110%;
    color: #0B0C0C;
}
.cookies_text {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #3D3F41;
}
.cookies_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 130px;
    height: 44px;
    background: #457926;
    border-radius: 6px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    cursor: pointer;
}
/* Cookies */







