/*NOTE: This file is intended for programmers. Aspro technical support is not advised to work with him.*/

/* Examples (uncomment to use):*/

/* Expand site width */
/* body .wrapper { max-width: 1400px !important;  } */

/* Set site background image */
/* body {  background: url(image_source) top no-repeat; }

/* Hide compare button */
/* a.compare_item { display: none !important;  }*/

@font-face {
    font-family: 'Montserrat';
    src: local('Montserrat-Regular'),
    url('../fonts/Montserrat-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: local('Montserrat-Medium'),
    url('../fonts/Montserrat-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: local('Montserrat-SemiBold'),
    url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: local('Montserrat-Bold'),
    url('../fonts/Montserrat-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: local('Montserrat-Black'),
    url('../fonts/Montserrat-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

body {
    font: 13px/20px 'Montserrat', sans-serif!important;
    color: #000000;
    overflow-x: hidden;
}

* {
    font-family: 'Montserrat', sans-serif!important;
}

p {
    color: #000000;
}

.articles-list .item .right-data .preview-text, .bx_filter_vertical .bx_filter_block label span, .bx_filter_vertical .bx_filter_block label:hover span, .bx_order_make .bx_block.r1x3.pt8, .bx_order_make .float .bx_description .name, .catalog_detail .form_wr, .catalog_detail .stock_board .txt, .colored_table thead tr, .cost.prices .price_name, .count-cell div.error, .display_list .list_item .preview_text, .display_list .list_item .props_list td, .file_type .description, .form-control label, .item-title .props .item_prop .title, .module-cart table td.name-cell .item_props .item_prop .property_value, .module-cart table td.name-cell div[class^=bx_item_detail_] .values, .module-cart thead tr, .module-order-history .module-orders-list td.drop-cell .item-shell thead td, .module-order-history .order_property.d td, .news .item .info .preview, .orderdetail .module-orders-list.colored tbody td:first-child, .reviews-post-reply-buttons a, .reviews-post-table, .soc-avt, .social_block .row .title, .top-h-row .menu li a {
    color: #000000;
}

.basket_popup_wrapp .item-title .cost-cell, .basket_popup_wrapp .item-title .one-item, .basket_sort ul.tabs li span, .bx_compare .prop_title_table .data_table_props tr td:first-child, .bx_filter_container_title .hint .hint_icon i, .bx_modal_body .item_block_title, .bx_order_make .bx_description .name, .catalog_detail .bx_item_set_hor_container_big .title, .catalog_detail .set_wrapp .title, .char_name .hint .icon i, .filter_block ul li span, .item-title .props .item_prop .value, .jobs_wrapp .item .salary, .location-block-wrapper .bx-sls .bx-ui-sls-fake, .location-block-wrapper .bx-sls .bx-ui-sls-route, .medium, .module-cart table td.name-cell div[class^=bx_item_detail_] .titles, .module-orders-list tbody td, .module-pagination .nums a, .no_products, .popup .popup-intro .pop-up-title, .props_block .char_value, .registraion-page .top p, .row_values .wrap_weight, b, h4.hover:hover, strong {
    color: #000000;
}

.iblock.text_block,
.catalog_detail .detail_text {
    color: #000000;
}

h2, h3, h4, h5 {
    line-height: 1.2;
}

#content ul,
#content ol {
    margin: 0px 0px 20px;
}

.img-fluid{
    max-width: 100%;
    height: auto;
}

.about-img{
    margin-bottom: 25px;
}
.cw_about_benefits{
    margin-top: 70px;
    display: none;
}
.cw_about_benefits h2{
    text-align: center;
    margin-bottom: 50px;
}
.cw_about_benefits_row{
    display: flex;
    justify-content: center;
}
.cw_about_benefit{
    text-align: center;
}
.cw_about_benefit img{
    margin-bottom: 15px;
}
.cw_about_benefit:not(:last-child){
   margin-right: 50px;
}

.cw_about_benefit_name{
    font-size: 18px;
    margin-bottom: 20px;
}

.nca-cookiesaccept-line.style-1 {
    background-color: #f7f7f9;
    border-top: 1px solid #e5e5e5!important;
}
.nca-cookiesaccept-line > div{
    justify-content: center;
}
.nca-cookiesaccept-line-text{
    padding-right: 0!important;
}
#nca-cookiesaccept-line-accept-btn{
    padding: 7px 35px;
    color: #FFF;
    background: #155807;
    border: none;
    cursor: pointer;
}


.nca-cookiesaccept-line.style-1 .nca-cookiesaccept-line-text{
    line-height: 1.4;
}

.footer_bottom .callback_btn{
    color: #FFF;
    background: #155807;
    padding: 11px 13px 10px;
    display: block;
    margin: 10px 0 14px;
    text-align: center;
    cursor: pointer;
}


.footer_bottom .phone_wrap a{
    font-size: 18px;
    color: #1d1a1a;
    margin-bottom: 6px;
    display: inline-block;
}

.footer_bottom_copy{
    border-top: 1px solid #e7e7e7;
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    align-items: center;
}
.footer_bottom_copy div{
    margin-right: 15px;
}
.footer_bottom_copy a{
   color: #888888;

}
.social a:first-child{
    display: flex;
}
.top-h-row ul.menu{
    font-size: 15px;
    margin-top: 5px;
    line-height: 2;
}


.articles-list.lists_block.news .button.vbig_btn.wides{
    margin-top: 20px;
}

.lists_block.news.faq .button {
    margin-top: 15px;
}

.articles-list.lists_block.news .preview-text +.date_small{
    color: #c8c8c8;
    margin-top: 18px;
    margin-bottom: 0px;
}

.catalog-icons {
    width: 100%;
    display: flex;
    text-align: center;
    flex-wrap: wrap;
    margin-top: 10px;
    margin-bottom: 30px;
}

.catalog-icons .news-item{
    display: flex;
    flex-direction: column;
    background: #f3f3f3;
    padding: 18px;
    max-width: 15%;
    flex-basis: 15%;
    margin-right: 20px;
    margin-bottom: 20px;
    align-items: center;
}

.nprod_name{
    color: #1d1a1a;
    font-size: 14px;
    font-weight: 600;
    margin-top: 15px;
}

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

.pac_gall a{
    max-width: 20%;
    margin: 5px;
}

.pac_gall a img{
    height: 200px;
}

.news-detail ul li{
    padding-left: 20px;
}

.news-detail ul li:before{
    left:0;
    position: absolute;
}

textarea.zakaz_detail {
    display: none;
}

.zakaz_header{
    display: flex;
}

.zakaz_header_left{
    width: 50vw;
    margin-left: calc(50% - 50vw);
}
.zakaz_header-slider,
.zakaz_header-slider .slick-list,
.zakaz_header-slider .slick-track {
    min-height: 456px;
    max-height: 520px;
    height: 100%;
}
.zakaz_header-slider .slick-dots {
    display: flex!important;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50px;
    margin: 0;
    list-style: none;
    flex-direction: column;
    justify-content: center;
}
.zakaz_header-slider .slick-dots li:before {
    content: none;
}
.zakaz_header-slider .slick-dots li button {
    display: block;
    width: 9px;
    height: 9px;
    margin-bottom: 10px;
    font-size: 0;
    line-height: 0;
    border: none;
    border-radius: 100%;
    background-color: #EBEBEB;
    transition: 0.3s;
}
.zakaz_header-slider .slick-dots li.slick-active button {
    background-color: #3B995D;
    transition: 0.3s;
}
.zakaz_header-slider .slick-dots li:last-child button {
    margin-bottom: 0;
}
.zakaz_header-slider .slider-arrow {
    position: absolute;
    display: flex!important;
    width: 42px;
    height: 42px;
    border: 2px solid #FFFFFF;
    border-radius: 100%;
    bottom: 50px;
    right: 108px;
    z-index: 2;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background-color: transparent;
    transition: 0.3s;
}
.zakaz_header-slider .slider-arrow:hover {
    border: 2px solid #3B995D;
    background-color: #3B995D;
    transition: 0.3s;
}
.zakaz_header-slider .slider-next-arrow {
    right: 50px;
}
.zakaz_header-slider .slider-arrow:before {
    content: '';
    display: block;
    top: 0;
    right: 0;
    width: 10px;
    height: 10px;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: rotate(45deg);
    margin-left: 5px;
}
.zakaz_header-slider .slider-next-arrow:before {
    transform: rotate(225deg);
    margin-left: 0;
    margin-right: 5px;
}
.zakaz_header_left img{
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.zakaz_header_right{
    max-width: 50%;
}

.zakaz_header_right_min{
    display: flex;
    flex-direction: column;
    position: relative;
    height: 100%;
    box-sizing: border-box;
    background-color: #EEEEEE;
    padding: 48px 0 48px 80px;
}

.zakaz_header_right_min:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 50vw;
    background-color: #EEEEEE;
    z-index: -1;
}

.zakaz_header_right_btn,
.zakaz_chars-btn {
    width: fit-content;
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #3B995D;
    border: 2px solid #3B995D;
    border-radius: 102px;
    padding: 14px 25px 13px;
    display: block;
    text-align: center;
    cursor: pointer;
    transition: ease-in-out .3s;
}
.zakaz_header_right_btn:hover,
.zakaz_chars-btn:hover{
    color:#fff;
    background: #346e49;
    border: 2px solid #346e49;
    transition: ease-in-out .3s;
}
.zakaz_min_title{
    color: #000;
    font-size: 17px;
    margin-bottom: 10px;
}

.zakaz_min_text{
    margin-bottom: 10px;
}

.zakaz_min_desc{
    font-style: italic;
    margin-top: 15px;
    margin-bottom: 41px;
}

.zakaz_phone{
    font-size: 23px;
    color: black;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    display: block;
    margin-top: 25px;
    margin-bottom: 10px;
}
.zakaz_phone_desc{
    text-align: center;
    display: block;
}

.zakaz_header_right_min h1{
    text-align: left;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 15px;
    margin-top: 0!important;
}

.zakaz_header_right_min h1 span {
    display: block;
    color: #3B995D;
    font-weight: 800;
}

.zakaz_header_desc {
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.1em;
    text-transform: lowercase;
    color: #000000;
    margin-bottom: 52px;
}

.zakaz_btn-wrapper {
    margin-top: auto;
    display: flex;
    justify-content: space-between;
}

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

.zakaz_quantity .plus,
.zakaz_quantity .minus {
    font-weight: 600;
    font-size: 25px;
    line-height: 25px;
    letter-spacing: 0.1em;
    text-transform: capitalize;
    color: #000000;
    cursor: pointer;
}

.zakaz_quantity .minus {
    font-size: 32px;
}

.zakaz_quantity input {
    width: 69px;
    height: 44px;
    padding: 5px;
    box-sizing: border-box;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.1em;
    text-transform: capitalize;
    color: #000000;
    border: 2px solid #000000;
    border-radius: 63px;
    text-align: center;
    background-color: transparent;
    margin: 0 15px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.zakaz_chars {
    position: relative;
}

.zakaz_chars:before {
    position: absolute;
    content: '';
    top: 0;
    left: calc(50% - 50vw);
    height: 100%;
    width: 100vw;
    background-color: #F8F8F8;
    z-index: -1;
}

.chars_top {
    padding: 58px 0 50px;
    display: flex;
    /*border-bottom: 2px solid #C4C4C4;*/
}

.chars_top-left {
    width: 50%;
}

.chars_top-left img {
    max-width: 100%;
}

.chars_top-right {
    width: 50%;
    padding-left: 75px;
}

.chars_top-right h3 {
    font-weight: 600;
    font-size: 25px;
    line-height: 30px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 50px;
}

.chars_radio-wrapper {
    padding-bottom: 8px;
    border-bottom: 2px solid #C4C4C4;
    margin-bottom: 39px;
}

.chars_radio {
    margin-bottom: 34px;
}

.chars_radio label {
    display: block;
    width: 280px;
    position: relative;
    cursor: pointer;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #919191;
}

.chars_radio label > span {
    color: #000000;
}

input[type="radio"] + label {
    position: relative;
}

 input[type="radio"] + label:before {
    position: absolute;
    content: '';
    top: 0;
    right: -17px;
    width: 15px;
    height: 15px;
    border: 2px solid #C4C4C4;
    border-radius: 100%;
    transition: 0.3s;
}

 input[type="radio"] + label:after {
    position: absolute;
    content: '';
    top: 4px;
    right: -13px;
    width: 11px;
    height: 11px;
    border-radius: 100%;
    background-color: transparent;
    transition: 0.3s;
}

 input[type="radio"]:checked + label:before {
    border: 2px solid #3B995D;
    transition: 0.3s;
}

input[type="radio"]:checked + label:after {
    background-color: #3B995D;
    transition: 0.3s;
}

.bx-ed-type-selector-item   input[type="radio"]:checked + label:before {
    display: none;
}

.bx-ed-type-selector-item input[type="radio"]:checked + label:after{
    display: none;
}

.bx-ed-type-selector-item   input[type="radio"] + label:before {
    display: none;
}

.bx-ed-type-selector-item input[type="radio"] + label:after{
    display: none;
}

.chars_radio input,
.chars_radio-2 input {
    display: none;
}

.chars_top-right h4 {
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 26px;
}

.chars_radio-row {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -20px;
}

.chars_radio-2:not(:last-child) {
    margin-right: 30px;
}

.chars_radio-2 {
    margin-bottom: 20px;
}

.chars_radio-2 label {
    cursor: pointer;
    position: relative;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #000000;
}

.chars_radio-2 label {
    padding-left: 30px;
}

.chars_radio-2 input[type="radio"] + label:before {
    right: unset;
    left: 0;
}

.chars_radio-2 input[type="radio"] + label:after {
    right: unset;
    left: 4px;
}

.chars_bottom {
    padding: 50px 0;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #000000;
}

.chars_bottom span {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #3B995D;
}

.chars_bottom-item {
    display: flex;
    align-items: center;
    margin-bottom: 35px;
}

.chars_bottom-name {
    width: 25%;
    padding-right: 10px;
    box-sizing: border-box;
}

.chars_bottom-min {
    min-width: 120px;
    width: 13%;
    padding-right: 10px;
    box-sizing: border-box;
}

.chars_bottom-max {
    min-width: 160px;
    width: 17%;
    padding-right: 10px;
    padding-left: 40px;
    box-sizing: border-box;
}

.chars_bottom-range {
    width: 36%;
    position: relative;
    box-sizing: border-box;
}

.chars_bottom-range-result {
    background: transparent;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-align: center;
    width: 40px;
    height: 20px;
    position: absolute;
    top: -20px;
    transform: translateX(-50%);
}

.chars_bottom-range input:focus + .chars_bottom-range-result {
    background: url(/upload/icons/range-result.svg);
    line-height: 40px;
    color: #FFFFFF;
    height: 58px;
    top: -60px;
}

.chars_bottom-output {
    min-width: 80px;
    width: 9%;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #3B995D;
    text-align: center;
    border: none;
    border-bottom: 2px solid #C4C4C4;
    outline: none;
    background-color: transparent!important;
    box-sizing: border-box;
}

.chars_bottom-range input {
    width: 100%;
    height: 2px;
    background-image: linear-gradient(#909090, #909090);
    background-repeat: no-repeat;
    background-color: #c4c4c4;
    border-radius: 0;
}

input[type=range] {
    -webkit-appearance: none;
}

/* Input Thumb */
input[type=range]::-webkit-slider-thumb {
    height: 14px;
    width: 14px;
    border-radius: 100%;
    background: #3B995D;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
}

input[type=range]::-moz-range-thumb {
    height: 14px;
    width: 14px;
    border-radius: 100%;
    background: #3B995D;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
}

input[type=range]::-ms-thumb {
    height: 14px;
    width: 14px;
    border-radius: 100%;
    background: #3B995D;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
}

/* Input Track */
input[type=range]::-webkit-slider-runnable-track  {
    -webkit-appearance: none;
    box-shadow: none;
    border: none;
    background: transparent;
}

input[type=range]::-moz-range-track {
    -webkit-appearance: none;
    box-shadow: none;
    border: none;
    background: transparent;
}

input[type="range"]::-ms-track {
    -webkit-appearance: none;
    box-shadow: none;
    border: none;
    background: transparent;
}

.zakaz_vid{
    margin-top: 70px;
}
.zakaz_vid h2{
    text-align: center;
    margin-bottom: 25px;
}
.zakaz_view-items{
    display: flex;
    justify-content: center;

}
.zakaz_view-items li{
    width: 250px;
    text-align: center;
    margin: 15px 3%;
}
.zakaz_view-items li:before{
    display: none;
}
.zakaz_view-items li div {
    font-size: 17px;
    font-weight: bold;
    margin: 15px 0 5px;
}


.zakaz_view-items  li span {
    font-size: 14px;
}
.zakaz_size{
    margin-top: 70px;
}
.size-items {
    text-align: center;
    font-size: 0;
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: flex-end;
    vertical-align: bottom;

}

.zakaz_size h2{
    text-align: center;
}

.zakaz_size .subtitle{
    text-align: center;
    font-size: 18px;
    margin-bottom: 30px;
}


.size-items div {
    min-width: 60px;
    vertical-align: bottom;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    margin: 0% 1.7%;
}


.zakaz_logo{
    margin-top: 70px;
}

.zakaz_logo h2{
    text-align: center;
}

.zakaz_logo .subtitle{
    text-align: center;
    font-size: 18px;
    margin-bottom: 30px;
}

.print-logo {
    line-height: 1.6;
    font-size: 15px;
    width: 80%;
    margin: auto;
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: flex-start;
    vertical-align: top;
    padding-bottom: 30px;
}
.print-logo-label ul li {
    padding: 7px 0;
    vertical-align: top;
    padding-left: 150px;
}
.print-logo-one:before {
    content: url(/images/color-one.png);
    margin-left: -31px;
}
.print-logo-two:before {
    content: url(/images/color-two.png);
    margin-left: -53px;
}
.print-logo-three:before {
    content: url(/images/color-three.png);
    margin-left: -75px;
}
.print-logo-four:before {
    content: url(/images/color-four.png);
    margin-left: -97px;
}

.stores_tab{
    display: none;
}

.zakaz-list{

}


.catalog_block .item_wrap{
    border: 1px solid #e8e8e8;
}

.hover_block{
    display: block!important;
    opacity: 1!important;
    visibility: visible!important;
    max-height: 100%!important;
    padding-bottom: 20px!important;
}

.zakaz-list .catalog_item .item-title a span{
    text-align: center;
}
.zakaz-list .hover_block .button_block a{
    cursor: pointer;
    font-size: 10px;
    line-height: 16px;
    text-transform: uppercase;
    background: #3b995e;
    color: #fff!important;
    text-decoration: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    text-align: center;
    padding: 9px 13px 8px;
    display: inline-block;
    border: none;
    outline: 0;
    position: relative;
    font-family: Ubuntu,Arial,Helvetica,sans-serif;
    letter-spacing: .4px;
    width: auto;
    vertical-align: middle;
}

.catalog_block .item_wrap:not(.touch):hover{
    padding-bottom: 0!important;
}

.zakaz_prod{
    margin-top: 70px;
}

.zakaz_prod h2{
    text-align: center;
}

.zakaz_prod .subtitle{
    text-align: center;
    font-size: 18px;
    margin-bottom: 30px;
}

.top_slider_wrapp .slides .box {
    background-size: cover;
}

.top_slider_wrapp .slides .box .wrapper_inner {
    position: relative;
}

.top_slider_wrapp .slides .box .wrapper_inner::before {
    position: absolute;
    content: '' !important;
    top: 0;
    left: calc(50% - 50vw);
    width: 100vw;
    height: 100%;
    background-color: #000000;
    opacity: 0.3;
}

.top_slider_wrapp .slides .box .wrapper_inner .slider_table {
    position: relative;
    z-index: 2;
}

.features-list {
    display: flex;
    flex-wrap: wrap;
}

.features-list .feature-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    width: calc(50% - 10px);
}

.features-list .feature-item:nth-child(2n - 1) {
    margin-right: 20px;
}

.features-list .feature-item img {
    width: 32px;
    height: 32px;
    margin-right: 15px;
}

.gallery__grid {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.gallery__item {
    padding: 0 15px;
    width: 33.33%;
    display: block;
    box-sizing: border-box;
    margin-bottom: 40px;
}

.gallery__item img {
    display: block;
    object-fit: contain;
    margin: 0 auto 20px;
}

.gallery__item-desc {
    text-align: center;
}

.footer-logo {
    max-width: 100%;
}

#content mark {
    background-color: transparent;
    color: #155807;
    font-weight: 700;
}

.footer_bottom .all_menu_block {
    padding: 0 0 0 30px;
}

.footer_bottom .all_menu_block ul,
.footer_bottom .submenu_top .menu_item {
    padding: 0 30px 0 0;
}

.footer_bottom_copy span {
    margin-right: 20px;
}

.services-list {
    display: flex;
    flex-wrap: wrap;
}

.services-list > .item {
    margin-top: 0!important;
    margin-bottom: 30px;
    width: calc(50% - 10px);
}

.services-list > .item:nth-child(2n - 1) {
    margin-right: 20px;
}

.services-list .wrapper_inner_block {
    display: flex;
    justify-content: space-between;
}

.services-list .wrapper_inner_block .left-data {
    max-width: 100%!important;
    width: 30%!important;
}

.services-list .wrapper_inner_block .right-data {
    width: 70%!important;
}

.articles-list.lists_block.services-list .item .left-data img {
    height: 115px;
    width: 100%;
    object-fit: cover;
}

.service__detail.news_detail_wrapp .detail_picture_block {
    float: none;
    border: none;
    margin: 0 30px 0 0;
    padding: 0;
    height: auto;
    line-height: 0;
}

.news_detail_wrapp .detail_picture_block img {
    vertical-align: top;
}

.service__detail-top {
    border: 1px solid #e5e5e5;
    display: flex;
    padding: 30px;
}

.service__detail-top .ask_big_block {
    min-height: unset;
    margin: 0;
    border: none;
    padding: 0;
}

.service__detail-top .ask_big_block .ask_btn_block {
    float: none;
}

.service__detail-top .ask_big_block .description {
    padding-left: 0;
    margin-bottom: 20px;
}

.start_promo .item {
    position: relative;
    width: calc(33.33% - 24px);
    padding-bottom: calc(33.33% - 24px) !important;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px -5px rgb(0 0 0 / 30%);
    margin-right: 35px;
    margin-bottom: 35px;
    border: none!important;
}

.start_promo .item:before {
    position: absolute;
    content: '';
    right: 50px;
    bottom: 43px;
    width: 53px;
    height: 15px;
    background: url(/upload/icons/arrow.svg) center center no-repeat;
    background-size: contain;
    z-index: 2;
    pointer-events: none;
}

.start_promo .item:nth-child(3n) {
    margin-right: 0;
}

.start_promo .item:hover .opacity_block {
    opacity: 0!important;
}

.start_promo .item img {
    max-height: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: none!important;
}

.start_promo .wrap_tizer {
    bottom: unset;
    top: 0;
    left: 0;
    color: #000000;
    width: 100%;
    max-width: 220px;
    padding: 50px;
    box-sizing: border-box;
    float: left!important;
}

.zakaz__catalog .start_promo .wrap_tizer {
    width: auto!important;
    max-width: unset!important;
}

.zakaz__catalog .start_promo .item .left_block + a {
    position: absolute;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.zakaz__catalog .start_promo .item img {
    padding-top: 50px;
    max-width: 150px;
    max-height: 150px;
    object-fit: contain;
}

.start_promo .wrap_tizer .wrapper_inner_tizer {
    padding: 0!important;
}

.start_promo .wrap_tizer .wrap_outer {
    background: transparent;
    left: 0;
    padding: 0;
}

.start_promo .wrap_tizer .wrap_outer .outer_text {
    background: transparent;
    left: 0;
    padding: 0;
}

.start_promo .item .inner_text {
    background: transparent;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #000000;
    left: 0!important;
}

.main__catalog {
    padding-top: 60px;
    padding-bottom: 65px;
}

.main__catalog .catalog_btn {
    display: none;
}

.section-title {
    font-weight: 600;
    font-size: 30px;
    line-height: 37px;
    letter-spacing: 0.1em;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 50px;
}

.section-title.center {
    text-align: center;
}

.section-title span {
    font-weight: 900;
    color: #3B995D;
}

.zakaz-section__item {
    position: relative;
    display: block;
    width: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 50px;
}

.zakaz-section__item > a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 90px 100px;
    box-sizing: border-box;
}

.zakaz-section__item:nth-child(2n - 1) {
    background-position: bottom right;
}

.zakaz-section__item:nth-child(2n) {
    background-position: bottom left;
}

.zakaz-section__item > a:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.zakaz-section__item:nth-child(2n - 1) > a:before {
    background: linear-gradient(270deg, #FFFFFF -0.83%, rgba(255, 255, 255, 0) 100%), #3B995D;
    opacity: 0.1;
}

.zakaz-section__item:nth-child(2n) > a:before {
    background: linear-gradient(90.06deg, #FFFFFF -0.66%, rgba(255, 255, 255, 0) 100.81%), #3B995D;
    opacity: 0.1;
}

.zakaz-section__item:nth-child(2n) h3 {
    text-align: right;
}

.zakaz-section__item h3 {
    width: 100%;
    position: relative;
    font-size: 30px;
    line-height: 46px;
    letter-spacing: 0.1em;
    margin-bottom: 0;
    z-index: 1;
}
.zakaz-section__item h3 span {
    display: block;
    font-weight: 800;
    font-size: 50px;
    line-height: 76px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #3B995D;
}

#header .middle-h-row .center_block {
    padding: 0 30px 0 20px;
}

#header .middle-h-row .center_block ul.menu {
    width: 100%;
}

.search_middle_block,
.center_block .search_block {
    margin-right: -30px;
}

#content .right_block.catalog .catalog_block {
    display: flex;
    flex-wrap: wrap;
}

.services-list.articles-list .item .item-title span {
    font-size: 16px;
    color: #3B995D;
}

.child.cat_menu {
    display: none!important;
}

.service-item {
    padding: 0!important;
    width: calc(33.33% - 14px)!important;
    margin-right: 20px!important;
    border: none!important;
}

.service-item:nth-child(3n) {
    margin-right: 0!important;
}

.service-item__inner {
    flex-direction: column;
}

.service-item__image img {
    display: block;
    width: 100%;
    height: 220px;
    object-fit: cover;
    margin-bottom: 20px;
}

.catalog_block .catalog_item_wrapp {
    height: auto!important;
}

.form_group:not(.form_group-btn) {
    display: flex;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid #C4C4C4;
}

.form_group-left {
    width: 40%;
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    padding-right: 10px;
}

.form_group-right {
    width: 60%;
    display: flex;
}

.form_group-radio:not(:last-child) {
    margin-right: 20px;
}

.form_group-radio input[type="radio"] {
    display: none;
}

.form_group-radio label {
    padding-left: 30px;
    cursor: pointer;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #000000;
}

.form_group-radio input[type="radio"] + label:before {
    right: unset;
    left: 0;
}

.form_group-radio input[type="radio"] + label:after {
    right: unset;
    left: 4px;
}

.form_group-right input[type="text"],
.form_group-right input[type="tel"],
.form_group-right input[type="number"],
.form_group-right input[type="email"] {
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    background-color: #fff;
}

.form_group .zakaz_chars-btn {
    margin: 15px 0 0 auto;
}


.zakaz_h1{
    margin-top: 40px;
}

#personal_block{
    display: none
}

.top-h-row .phones{
    text-align: right;
    padding-right: 10px;
    width: 44%;
}

.basket_block{
    display: none!important;
}

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

/*.zakaz_chars_tags_item{*/
/*    padding: 6px 7px;*/
/*    border: 1px solid #c4c4c4;*/
/*    margin: 5px;*/
/*}*/

.zakaz_chars_tags_title{
    font-size: 16px;
    margin-bottom: 15px;
    margin-top: 30px;
    margin-left: 5px;
}

.md-50.img img{
    max-width: 280px;
    margin-top: -15px;
}

.start_promo .item img{
    max-height: 200px;
    object-fit: contain;
    top: 54%;
    transform: translate(0%, -50%)!important;
}


.container-checkbox {
    display: block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #000000;
    margin-right: 15px;
}

/* Hide the browser's default checkbox */
.container-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: -4px;
    left: 0;
    height: 20px;
    width: 20px;
    border: 2px solid #C4C4C4;
}


/* When the checkbox is checked, add a blue background */
.container-checkbox input:checked ~ .checkmark {
    border: 2px solid #3B995D;
}

/* Create the checkmark/indicator (hidden when not checked) */
.container-checkbox:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container-checkbox input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container-checkbox .checkmark:after {
    content: '';
    left: 7px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid #3B995D;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: none;
    position: absolute;
}


.main__padding{
    padding-top: 10px;
}

#footer .copyright p{
  margin-bottom: 5px;
}
#footer .copyright img{
    max-width: 220px;
}

.footer_bottom .menu_block {
    width: 80%;
}
.footer_bottom .social_block {
    width: 20%;
}

.footer_bottom .copy_block {
    width: 30%;
}
.footer_bottom .all_menu_block{
    width: 70%;
}

.phone_wrap span{
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px!important;
    margin-top: -3px!important;
}

.start_promo .item a{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
}

.rosupack{
	display:none;
    position: fixed;
    width: 520px;
    bottom: 10px;
    left: 15px;
    z-index: 999;
}
.rosupack .close{
    background: url(/bitrix/templates/aspro_mshop/css/../images/close_icons.png) -1px -59px no-repeat;
    display: inline-block;
    width: 19px;
    height: 19px;
    border: none;
    background-position: 4px 4px !important;
    position: absolute;
    top: -20px;
    right: 0px;
    cursor: pointer;
}
.rosupack img{
    max-width: 100%;
}

.span-none{
    position: absolute;
    left: -99999px;
    z-index: -99999;
}



.chars_top-title{
    font-size: 16px;
    text-align: center;
    margin-top: 10px;
    font-weight: 500;
}

div.btn-container{
    margin: 0 auto;
    display: block;
    max-width: fit-content;
    margin-bottom: 15px;
    text-align: center;
}

div.btn-container i{
    display: inline-block;
    position: relative;
    top: -9px;
}

label {
    font-size: 13px;
    color: #424242;
    font-weight: 500;
}

.btn-color-mode-switch{
    display: inline-block;
    margin: 0px;
    position: relative;
}

.btn-color-mode-switch > label.btn-color-mode-switch-inner{
    margin: 0px;
    width: 160px;
    height: 30px;
    background: #E0E0E0;
    border-radius: 26px;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease;
    /*box-shadow: 0px 0px 8px 0px rgba(17, 17, 17, 0.34) inset;*/
    display: block;
    cursor: pointer;
}

.btn-color-mode-switch > label.btn-color-mode-switch-inner:before{
    content: attr(data-on);
    position: absolute;
    font-size: 12px;
    font-weight: 500;
    top: 5px;
    right: 20px;

}

.btn-color-mode-switch > label.btn-color-mode-switch-inner:after{
    content: attr(data-off);
    width: 80px;
    height: 16px;
    background: #3B995D;
    border-radius: 26px;
    color: #fff;
    position: absolute;
    left: 2px;
    top: 2px;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0px 0px 6px -2px #111;
    padding: 3px 0px 7px 0px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 26px;
}

.btn-color-mode-switch > .alert{
    display: none;
    background: #FF9800;
    border: none;
    color: #fff;
}

.btn-color-mode-switch input[type="checkbox"]{
    cursor: pointer;
    width: 50px;
    height: 25px;
    opacity: 0;
    position: absolute;
    top: 0;
    z-index: 1;
    margin: 0px;
}

.btn-color-mode-switch input[type="checkbox"]:checked + label.btn-color-mode-switch-inner{
    background: #151515;
    color: #fff;
}

.btn-color-mode-switch input[type="checkbox"]:checked + label.btn-color-mode-switch-inner:after{
    content: attr(data-on);
    left: 78px;
    background:  #3B995D;
    color: #fff;
}

.btn-color-mode-switch input[type="checkbox"]:checked + label.btn-color-mode-switch-inner:before{
    content: attr(data-off);
    right: auto;
    left: 18px;
}

.btn-color-mode-switch input[type="checkbox"]:checked + label.btn-color-mode-switch-inner{
    background: #E0E0E0;
    color: #000;
}

.btn-color-mode-switch input[type="checkbox"]:checked ~ .alert{
    display: block;
}

/*mode preview*/
.dark-preview{
    background: #0d0d0d;
}

.dark-preview div.btn-container i.fa-sun-o{
    color: #777;
}

.dark-preview div.btn-container i.fa-moon-o{
    color: #fff;
    text-shadow: 0px 0px 11px #fff;
}

.white-preview{
    background: #fff;
}

.white-preview div.btn-container i.fa-sun-o{
    color: #ffa500;
    text-shadow: 0px 0px 16px #ffa500;
}

.white-preview div.btn-container i.fa-moon-o{
    color: #777;
}




.form_group.form_group_full{
  display: none;
}


.form-zakaz{
    border: 1px solid #afafaf;
    padding: 25px;
    padding-top: 10px;
    margin-top: 25px;
}

.form_flex{
    max-width: 600px;
    margin: 0 auto;
    margin-bottom: 80px;
}

.form_body_flex{
    display: flex;
    justify-content: space-between;
    gap: 30px;
    width: 100%;
}


.form_body_flex .form-control{
    width: 100%;
}

.form_flex h4{
    text-align: center;
    font-size: 24px;
}


.form_btn_flex{
    display: flex;
    justify-content: center;
}

.form_flex .licence_block{
    text-align: center;
    display: flex!important;
    justify-content: center;
    align-items: center;
}


.form_flex .section-title.center {
    margin-bottom: 30px;
}


@media (min-width: 1177px) {
    .catalog_block .catalog_item_wrapp {
        width: 25%;
    }
}

@media(max-width: 1199px){
    .articles-list.lists_block.services-list .item .left-data img {
        height: 100px;
    }
}

@media(max-width: 1199px){
    .start_promo .wrap_tizer {
        padding: 25px;
    }
    .start_promo .item:before {
        right: 25px;
        bottom: 18px;
    }
    .zakaz_header_right_min {
        padding: 48px 0 48px 48px;
    }
    .chars_top-right {
        padding-left: 40px;
    }
    .form_group-left {
        width: 33%;
    }
    .form_group-right {
        width: 67%;
    }
}

@media(max-width: 1099px){
    .main-nav ul.menu>li>a span {
        font-size: 11px;
    }
}

@media(max-width: 991px){
    .zakaz-section__item {
        margin-bottom: 30px;
    }
    .zakaz-section__item > a {
        padding: 50px;
    }
    .zakaz-section__item h3 span {
        font-size: 40px;
        line-height: 52px;
    }
    .zakaz_header_right_min {
        padding: 40px 0;
    }
    .zakaz_header_desc {
        margin-bottom: 35px;
    }
    .zakaz_header {
        flex-wrap: wrap;
    }
    .zakaz_header_left {
        width: 100vw;
        margin-left: -15px;
    }
    .zakaz_header_right {
        width: 100%;
        max-width: 100%;
    }
    .zakaz_header_right_min:before {
        left: -15px;
        width: 100vw;
    }
    .zakaz_btn-wrapper {
        max-width: 330px;
    }
    /*.chars_top-right {*/
    /*    padding-left: 40px;*/
    /*}*/
    .chars_radio-2 label {
        font-size: 13px;
    }
    .chars_radio-2:not(:last-child) {
        margin-right: 15px;
    }
    .zakaz__catalog .start_promo .item .inner_text {
        font-size: 14px;
        line-height: 20px;
    }
    .zakaz__catalog .start_promo .wrap_tizer {
        padding: 20px;
    }
    .zakaz__catalog .start_promo .item img {
        max-width: 100px;
        max-height: 100px;
    }
    .service-item {
        width: calc(50% - 10px) !important;
    }
    .service-item:nth-child(3n) {
        margin-right: 20px!important;
    }
    .service-item:nth-child(2n) {
        margin-right: 0!important;
    }
    .chars_top {
        position: relative;
        border: none;
        flex-wrap: wrap;
    }
    .chars_top-left {
        width: 100%;
        margin-bottom: 40px;
    }
    .chars_top-right {
        width: 100%;
        padding-left: 0;
    }
    .form_group-left {
        width: 40%;
    }
    .form_group-right {
        width: 60%;
    }
    .form_group-right {
        flex-wrap: wrap;
    }
    .form_group-radio:not(:last-child) {
        margin-bottom: 5px;
    }
    .start_promo .item img {
        max-height: 145px;
    }
}

@media(max-width: 950px){
    .header_wrap #header .middle-h-row .center_block ul.menu {
        width: 93%;
    }
    .search_middle_block, .center_block .search_block {
        margin-right: 0;
    }
}

@media(max-width: 768px){
    .gallery__item {
        width: 50%;
    }
    .catalog-icons .news-item{
        max-width: 25%;
        flex-basis: 25%;
    }
    .services-list > .item {
        width: 100%;
    }
    .services-list > .item:nth-child(2n - 1) {
        margin-right: 0;
    }
    .features-list .feature-item {
        width: 100%;
    }
    .features-list .feature-item:nth-child(2n - 1) {
        margin-right: 0;
    }
    .start_promo .item {
        width: calc(50% - 18px)!important;
        padding-bottom: calc(50% - 18px) !important;
    }
    .start_promo .item:nth-child(2n - 1) {
        margin-right: 35px!important;
    }
    .start_promo .item:nth-child(2n) {
        margin-right: 0;
    }
    .chars_radio-wrapper {
        position: relative;
        border: none;
    }
    .chars_bottom-item {
        position: relative;
        justify-content: space-between;
        padding-bottom: 35px;
    }
    /*.chars_bottom-item:before,*/
    /*.chars_top:before,*/
    /*.chars_radio-wrapper:before {*/
    /*    position: absolute;*/
    /*    content: '';*/
    /*    width: calc(100% - 40px);*/
    /*    height: 2px;*/
    /*    background-color: #C4C4C4;*/
    /*    bottom: 0;*/
    /*    left: 20px;*/
    /*}*/
    .chars_bottom-name {
        width: 40%;
        order: 1;
        padding: 0;
    }
    .chars_bottom-range {
        display: none;
        width: 100%;
        margin-bottom: 10px;
        order: 2;
    }
    .chars_bottom-min {
        min-width: unset;
        width: fit-content;
        order: 2;
    }
    .chars_bottom-max {
        min-width: unset;
        width: fit-content;
        text-align: right;
        order: 4;
        padding: 0 0 0 10px;
    }
    .chars_bottom-output {
        min-width: unset;
        width: 20%;
        order: 3;
    }
    .chars_bottom-item .chars_radio-row {
        order: 2;
    }
    .chars_top-left img {
        display: block;
        margin-bottom: 30px;
    }
    .zakaz-section__item > a {
        padding: 30px;
    }
    .zakaz-section__item h3 span {
        font-size: 30px;
        line-height: 44px;
    }
    .section-title {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 30px;
        margin-top: 30px;
    }
    /*.chars_top {*/
    /*    position: relative;*/
    /*    border: none;*/
    /*    flex-wrap: wrap;*/
    /*}*/
    /*.chars_top-left {*/
    /*    width: 100%;*/
    /*}*/
    /*.chars_top-right {*/
    /*    width: 100%;*/
    /*    padding-left: 0;*/
    /*}*/
    .zakaz__catalog .start_promo .item img {
        max-width: 130px;
        max-height: 130px;
    }
    .main-nav ul.menu > li > a span {
        font-size: 10px;
    }
    .wrapper_inner .catalog_block .catalog_item_wrapp {
        width: 50%!important;
    }
    .start_promo .item img {
        max-height: 200px;
    }

    .main__padding .section-title{
        margin-top: 0;
    }
    #footer .copyright img {
        max-width: 185px;
    }

    .form_body_flex{
        flex-direction: column;
        gap: 0;
    }
}

@media(max-width: 701px){
    .catalog-icons .news-item{
        max-width: 22%;
        flex-basis: 22%;
    }
}

@media(max-width: 575px) {
    .start_promo .item {
        width: calc(50% - 6px) !important;
        padding-bottom: calc(50% - 6px) !important;
        margin-bottom: 12px !important;
    }

    .start_promo .item:nth-child(2n - 1) {
        margin-right: 12px !important;
    }

    .start_promo .wrap_tizer {
        padding: 10px;
        max-width: 130px;
    }

    .start_promo .item:before {
        right: 10px;
        bottom: 10px;
        width: 30px;
        height: 10px;
    }

    .start_promo .item .inner_text {
        font-size: 10px !important;
        line-height: 12px !important;
    }

    .zakaz-section__item h3 {
        font-size: 18px;
        line-height: 30px;
        text-align: center !important;
    }

    .zakaz-section__item h3 span {
        font-size: 18px;
        line-height: 30px;
        text-align: center !important;
    }

    .zakaz_header_right_min h1 {
        font-size: 16px;
    }

    .zakaz_header-slider, .zakaz_header-slider .slick-list, .zakaz_header-slider .slick-track {
        min-height: 380px;
    }

    .zakaz_header-slider .slick-dots {
        width: 100%;
        height: 10px;
        left: 0;
        bottom: 0;
        top: unset;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

    .zakaz_header-slider .slick-dots li button {
        margin-bottom: 0;
        margin-right: 10px;
    }

    .zakaz_header-slider .slick-dots li:last-child button {
        margin-right: 0;
    }

    .zakaz_header-slider .slider-arrow {
        width: 30px;
        height: 30px;
        bottom: calc(50% - 15px);
        right: unset;
        left: 15px;
    }

    .zakaz_header-slider .slider-next-arrow {
        left: unset;
        right: 15px;
    }

    .zakaz_header_right_btn,
    .zakaz_chars-btn {
        font-size: 13px;
    }

    .zakaz_quantity input {
        margin: 0 10px;
    }

    .zakaz__catalog .start_promo .item img {
        padding-top: 20px;
        max-width: 80px;
        max-height: 80px;
    }

    .zakaz__catalog .start_promo .item .inner_text {
        font-size: 9px !important;
        line-height: 10px !important;
    }

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

    .chars_bottom-name {
        width: 100%;
        margin-bottom: 20px;
    }

    .service-item {
        width: 100% !important;
        margin-right: 0 !important;
    }

    .service-item:nth-child(3n) {
        margin-right: 0 !important;
    }

    .wrapper_inner .catalog_block .catalog_item_wrapp {
        width: 100% !important;
    }

    .zakaz__catalog .start_promo .wrap_tizer {
        padding: 10px;
        text-align: center;
    }

    .wrap_tizer .wr_block {
        line-height: .8;
    }

    .start_promo .item {
        padding-bottom: calc(72% - 6px) !important;
    }

    .zakaz__catalog .start_promo .item img {
        padding-top: 37px;
    }
    .footer_desc{
        display: none;
    }
    #footer .footer_bottom{
        padding-bottom: 0;
    }
    #footer .footer_bottom .wrap_md{
        display: flex;
        flex-direction: column;
    }
    .footer_bottom .copy_block{
        width: 100%;
    }
    #footer .copyright img{
        max-width: 200px;
    }
    #footer .copyright{
        margin: 0;
    }
    .footer_bottom .all_menu_block{
        padding-left: 0;
        width: 100%;
        margin-bottom: 12px;
    }
    .zakaz__catalog .start_promo .wrap_tizer{
        width: 100%!important;
    }



}

@media(max-width: 525px){
    .catalog-icons .news-item{
        max-width: 36%;
        flex-basis: 36%;
    }
    .catalog-icons{
        justify-content: center;
    }
    .gallery__item {
        width: 100%;
    }
    .rosupack{
        display: none!important;
    }
}


@media(max-width: 428px){
    .catalog-icons .news-item{
        margin-right: 0;
        max-width: 45%;
        flex-basis: 45%;
    }
}