.lazy {
    transition: opacity .3s ease, visibility .3s ease;
}

.lazy:not(.loaded) {
    opacity: 0;
    visibility: hidden;
}

.lazy.loaded {
    opacity: 1;
    visibility: visible;
}
.form_max{
    display: block;
    padding: 24px;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF !important;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.5);
    text-decoration: none !important;
    height:  52px;
    padding: 13px 10px 0;
    text-indent: 55px;
    margin-bottom: 15px;
}
.form_element{
    cursor: pointer;
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    color: #1A1B27;
    margin: 0 auto;
    margin-top: 10px;
    padding: 3.5px 0;
    height: 42px;
    font-weight: 600;
    width: 100%;
    line-height: 31px;
    border:  1px solid white;
}
.footer-block-request_subscribe .sender-btn::before{
    display: none;
}
.footer-block-request_subscribe .sender-btn{
      display: flex;
    width: max-content;
    height: 56px;
    gap: 4px;
    align-items: center;
    padding: 18px 28px 18px 32px;
    box-sizing: border-box;
    border: 1px solid #fff;
    cursor: pointer;
    transition: border .1s linear;
    background: #111;
    width: 100%;
}
.footer-block-request_subscribe .sender-btn span{
        font-family: "SourceSansPro", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    color: #fff;
    text-transform: uppercase;
    transition: color .1s linear;
    white-space: nowrap;
}
.footer-block-request_subscribe .sender-btn:hover{
    border: 1px solid #f5a700;
}
.footer-block-request_subscribe .sender-btn:hover svg{
    rotate: 45deg;
}
.footer-block-request_subscribe .sender-btn svg{
transition: rotate .1s linear;
}
.footer-block-request_subscribe .sender-btn:hover svg path{
    stroke: #f5a700;
}
.footer-block-request_subscribe .sender-btn:hover span {
   
    color: #f5a700;
}
.form_element.card_element{
    margin: unset;
    margin-top: 0px;
    border: unset;
    width: 100%;
    max-width: 443px;
    height: 52px;
    border: 2px solid rgba(26, 27, 39, 1);
    line-height: 40px;
    font-weight: 400;
    text-transform: uppercase;
}

.form_element:hover{
    color: #F5A700;
    background: white;
    border: 1px solid #F5A700;
    opacity: 1;
    transition: 0.3s ease-out;
}
.form_max:hover{
    color: rgba(245, 167, 0, 1) !important;
    border: 1px solid rgba(245, 167, 0, 1) !important;
}
.form_max::before{
    content: url(/local/templates/arde-new/images/max.svg);
    position: absolute;
      left: -32px;
    top: 8px;
}
.form_telegram{
    display: block;
    padding: 24px;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF !important;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.5);
    text-decoration: none !important;
    height: 52px;
    padding: 13px 10px 0;
    text-indent: 55px;
    margin-bottom: 15px;
}
.form_telegram:hover{
    color: rgba(245, 167, 0, 1) !important;
    border: 1px solid rgba(245, 167, 0, 1) !important;
}
.form_telegram::before{
    content: url(/local/templates/arde-new/images/form_telegram.svg);
    position: absolute;
    left: -29px;
    top: 13px;
}
.form_telegram:hover:before{
    content: url(/local/templates/arde-new/images/telegram_hover.svg);

}
.form_max:hover:before{
    content: url(/local/templates/arde-new/images/max_hover.svg);

}
.seoeverywhere-tags {
    margin: 30px 0;
}

.seoeverywhere-tags__group {

}
.desc_section{
    margin-bottom: 20px;
}
.seoeverywhere-tags__group-title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
}
.header-main {
    z-index: 10000;
}
.header-main__top-phone{
    flex-direction: column;
}
.seoeverywhere-tags__list {
    display: flex;
    flex-wrap: wrap;
}
.variants__list.block_left-desc{
    margin-top: 30px;
}
.seoeverywhere-tags__item {
    margin-right: 15px;
    margin-bottom: 15px;
}

.seoeverywhere-tags__item a {
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 14px;
    color: #333;
    transition: background-color .3s;
}

.seoeverywhere-tags__item a:hover {
    background: lightgray;
}
.block {
    max-width: 1616px;
    width: 100%;
}

.entry__name {
    font-size: 50px;
    color: red;
}

.catalog__entry {
    width: 100%;
    border: none;
    margin: 0px;
    padding: 28px;
    padding-bottom: 26px;
}

a:focus {
    text-decoration: none;
}

.catalog__entry .entry__footer .entry__name {
    font-weight: 400;
    font-size: 18px;
    color: #1A1B27;
    line-height: 23.4px;
}

.catalog__entry .entry__footer .entry__name:hover {
    text-decoration: none;
}

.catalog__entry .entry__fav-element {
    background-image: url("/assets/img/svg/favorites.svg");
    position: relative;
    left: -8px;
    top: 10px;
}

@media (any-hover: hover) {
    .catalog__entry .entry__fav-element:hover {
        background-image: url("/assets/img/svg/favorites_added.svg");
    }
}

.catalog__entry .entry__fav_added {
    background-image: url("/assets/img/svg/favorites_added.svg");
}

.entry__fav {
    position: absolute;
    right: 41px;
    top: 37px;
    width: 40px;
    height: 40px;
    background: #FFFFFF70;
    border-radius: 50%;
}

tre,
prozent {
    position: relative;
    top: -3px;
}

.catalog__entry .entry__footer .entry__stock {
    margin-top: 18px;
}

.entry__block div span,
.catalog__entry .entry__footer .entry__style span,
.catalog__entry .entry__footer .entry__factory span {
    font-size: 16px;
    font-weight: 400;
    color: #00000066;
}

.entry__block div span:nth-child(2) {
    font-size: 16px;
    color: #000000CC;
    font-weight: 400;
}

.entry__brand {
    margin-top: 3px;
}

.catalog__entry .entry__footer .entry__style {
    margin-top: 9px;
}

.catalog__entry .entry__footer .entry__stock .in_stock::before {
    content: '\2022';
    font-size: 29px;
    background-image: none;
    color: #24A357;
    top: -2px;
    background-image: none;
}

.card_info {
    position: relative;
    /* top:-40px; */
    padding-bottom: 42px;
}

.catalog__entry .entry__footer .entry__stock .out_stock::before {
    content: '\2022';
    font-size: 29px;
    background-image: none;
    color: #F3AA3B;
    position: relative;
    background-image: none;
    top: 3px;
    padding-right: 7px;
}

.catalog__entry .entry__footer .entry__stock .in_stock {
    color: #24A357;
    font-size: 15px;
    font-weight: 400;
}

.catalog__entry .entry__footer .entry__price .price__current {
    font-size: 24px;
    color: black;
}

.entry__request.js-popup-order.order-btn {
    border: 1px solid #1A1B27;
    background: none;
    font-weight: 600;
    height: 44px;
    margin-top: 16px;
}

.catalog__entry .entry__footer .entry__request {
    border: 1px solid #1A1B27;
    background: none;
    font-weight: 600;
    color: #1A1B27;
    height: 44px;
    margin-top: 16px;
}

.catalog__entry:hover {
    border: 1px solid #00000026;
}

.entry__request.js-popup-order.order-btn:hover,
.catalog__entry .entry__footer .entry__request:hover {
    color: #F5A700;
    background: white;
    border: 1px solid #F5A700;
    opacity: 1;
    transition: 0.3s ease-out;
}

.entry__photo.entry__nd__photo {
    z-index: 0;
    position: relative;
}

.entry__photo.entry__nd__photo:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, black, rgba(0, 0, 0, 0.5));
    opacity: 0.5;
    transition: all 200ms linear;
}

.cats__entry:hover .entry__photo:before {
    opacity: 0.5;
}

.btn_red,
body .entry__labels .label__entry_stock,
.catalog__top-filter .filter__entry:hover,
.catalog__top-filter .filter__entry_current,
body .cats_link,
body .entry__labels .label__entry_new,
body .discount,
.catalog__entry .entry__footer .entry__purchase {
    background: #FFFFFF70 !important;
    color: #1A1B27;
    font-weight: 600;
    font-size: 16px;
    top: 13px;
    left: 14px;
    border: 1px solid #1A1B27;
}

.discount strong {
    color: #1A1B27;
    font-size: 16px;
    font-weight: 600;
}

.entry__labels {
    top: 70px;
}

.discount {
    position: absolute;
    left: 0;
    top: 0;
}

.bx-pagination {
    margin: 24px 0;
}

.catalog__entry .entry__footer .entry__detail {
    max-width: 325px;
}

.catalog__list {
    justify-content: flex-start;
}

.cats__nd__entry_catalog {
    width: 100%;
    max-height: 178px;
}

.bx-filter-parameters-box-title {
    gap: 8px;
    justify-content: flex-start;

}

.smartfilter {
    display: flex;
    margin-top: 21px;
    padding-bottom: 5px;
    border-bottom: 1px solid #0000001A;
    justify-content: flex-start;
    gap: 27px;
}

.main__entry {
    display: none;
}


.cats.cats__nd .cats__list.cats__nd__list.flex {
    display: flex;
    gap: 16px;
}

.entry__name_lvl2 {
    color: rgba(153, 153, 153, 1);
    font-size: 24px;
    width: fit-content;
    font-weight: 600;
    padding: 16px 32px 16px 32px;
    border: 1px solid rgba(204, 204, 204, 1);
}

.entry__name_lvl2:hover {
    color: rgba(245, 167, 0, 1);
    text-decoration: none;
    border: 1px solid rgba(245, 167, 0, 1);
}

.bx-filter-parameters-box {
    padding-left: 17px;
}

.bx-filter-parameters-box-title > .filter__title {
    font-size: 20px;
    font-weight: 600;
    color: #1A1B27;
}

.block-range {
    position: relative;
}

input[type="range"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    outline: none;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    background-color: transparent;
    pointer-events: none;
}

.slider-track {
    width: 100%;
    height: 5px;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    border-radius: 5px;
}

input[type="range"]::-webkit-slider-runnable-track {
    -webkit-appearance: none;
    height: 5px;
}

input[type="range"]::-moz-range-track {
    -moz-appearance: none;
    height: 5px;
}

input[type="range"]::-ms-track {
    appearance: none;
    height: 5px;
}

input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 1.7em;
    width: 1.7em;
    background-color: #3264fe;
    cursor: pointer;
    margin-top: -9px;
    pointer-events: auto;
    border-radius: 50%;
}

input[type="range"]::-moz-range-thumb {
    -webkit-appearance: none;
    height: 1.7em;
    width: 1.7em;
    cursor: pointer;
    border-radius: 50%;
    background-color: #3264fe;
    pointer-events: auto;
}

input[type="range"]::-ms-thumb {
    appearance: none;
    height: 1.7em;
    width: 1.7em;
    cursor: pointer;
    border-radius: 50%;
    background-color: #3264fe;
    pointer-events: auto;
}

input[type="range"]:active::-webkit-slider-thumb {
    background-color: #ffffff;
    border: 3px solid #3264fe;
}

.values {
    background-color: #3264fe;
    width: 32%;
    position: relative;
    margin: auto;
    padding: 10px 0;
    border-radius: 5px;
    text-align: center;
    font-weight: 500;
    font-size: 25px;
    color: #ffffff;
}

.values:before {
    content: "";
    position: absolute;
    height: 0;
    width: 0;
    border-top: 15px solid #3264fe;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    margin: auto;
    bottom: -14px;
    left: 0;
    right: 0;
}

.alphabet-block {
    text-align: start;
    position: relative;
    z-index: 10;
    padding-bottom: 33px;
    width: fit-content;
    top: 10px;
    display: inline-flex;
    float: left;
}

.alpabet {
    font-size: 19px;
    font-weight: 400;
    color: #1A1B27;
    text-transform: uppercase;
    width: 43px;
    height: 32px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
}

.alpabet:hover {
    color: #1A1B27B2;
}

.searchInput {
    width: 339px;
    float: right;
    height: 44px;
    position: relative;
    z-index: 10;
    border: 1px solid #0000001A;
    text-indent: 16px;
    color: #1A1B27;
    font-weight: 400;
    display: inline-flex;
}

.searchInput::placeholder {
    color: #1A1B27;
}

.rows-label-filter {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
}

/*.bx_filter_input_checkbox input*/
.bx_filter_input_checkbox + label {
    display: inline-flex;
    align-items: center;
    user-select: none;
}

.bx_filter_input_checkbox + label::before {
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #adb5bd;
    border-radius: 0.25em;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

.show_page {
    position: relative;
    cursor: pointer;
    width: fit-content;
    margin-right: 0px;
    margin: 0 auto;
}

.show_page.show_page_sort {
    margin: 0 auto;
    margin-right: 0px;
    margin-left: 110px;
}

.show_page.show_page_last {
    margin-right: 11px;
    margin-left: 0px;
}

.show_page:before {
    position: absolute;
    transform: rotate(180deg);
    top: 23px;
    right: -10px;
    content: url("/local/templates/arde-new/images/arrow_top.svg");
}

.show_page.active:before {
    top: 20px;
    transform: rotate(0deg);
}

.show_page.active .selected_page_show {
    display: block;
}

.selected_page_show {
    border: 1px solid #E5E5E5;
    padding: 28px 24px;
    width: fit-content;
    margin-top: 2px;
    background: #FFFFFF;
    right: -13px;
    display: none;
    position: absolute;
    z-index: 1;
}

.selected_page_show span {
    display: inline-block;
}

.selected_page_show span:first-child a {
    margin-bottom: 8px;
    display: block;
}

.selected_page_show a {
    color: #1A1B27B2;
    font-weight: 400;
    font-size: 18px;
}

.selected_page_show a:hover {
    color: #1A1B27;
    text-decoration: none;
}

.show_page p {
    padding: 16px 22px 16px 22px;
    font-weight: 400;
    font-size: 20px;
    color: #00000099;
}

.show_page p:hover {
    color: #000000CC;

}

.selected_page_show.select_sort {
    width: 313px;
    left: 24px;
    right: 0px;
    z-index: 20;
}

.params.params-text {
    margin: 0px;
    position: relative;
    top: 11px;
    font-weight: 600;
}

.selected_page_show.select_sort a {
    font-size: 18px;
    color: #1A1B27;
    display: flex;
    position: relative;
    font-weight: 400;
    align-items: flex-end;
    justify-content: space-between;
}

.radio_selected {
    width: 19px;
    height: 19px;
    border: 1px solid #CCCCCC;
    border-radius: 50%;
}

.radio_selected.active {
    border: none;
}

.radio_selected.active:before {
    content: url("/local/templates/arde-new/images/selected_active.svg");
}

.selected_page_show.select_sort a:hover {
    font-weight: 600;
}

.selected_page_show.select_sort li {
    margin-bottom: 16px;
}

.selected-filter-params {
    margin-bottom: 20px;
    margin-top: 39px;
}

.selected-filter-params .params-list {
    font-size: 0;
    margin-left: -5px;
    margin-right: -5px;
    padding-left: 0;
    padding-right: 0;
}

.selected-filter-params .params-list .params {
    display: inline-block;
    vertical-align: top;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
    font-size: 14px;
}

.selected-filter-params .params-value {
    padding: 12px 16px;
    border: 1px solid #0000001A;
    font-size: 16px;
    line-height: 16px;
    background: white;
    color: #1A1B27;
    font-weight: 400;
    display: block;
    position: relative;
    cursor: pointer;
}

.selected-filter-params .close-btn {
    position: absolute;
    right: 11px;
    top: 7px;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.selected-filter-params .close-btn:before,
.selected-filter-params .close-btn:after {
    position: absolute;
    left: 17px;
    top: 5px;
    content: url("/local/templates/arde-new/images/close_params.svg");
    height: 17px;
    width: 2px;
}

.bx_filter .bx_filter_section {
    margin-bottom: 30px;
}

.main_title {
    font-size: 60px;
    color: #1A1B27;
    font-weight: 600;
    padding-bottom: 52px;
}

.bx_filter_container_modef {
    position: relative;
}

.title_container {
    font-size: 60px;
    color: #1A1B27;
    font-weight: 600;
    text-align: start;
    padding-bottom: 60px;
}

.filter_mobile {
    justify-content: space-between;
    position: fixed;
    bottom: 0px;
    align-items: center;
    width: 100%;
    background: white;
    z-index: 25;
    left: 0px;
    box-shadow: 0px -5px 10px 0px rgba(0, 0, 0, 0.12);
    padding: 11px 23px;
    background: white;
}

.consultation_form {
    /*background-image: url("/local/templates/arde-new/images/form_consultation.png");*/
    height: 1000px;
}

.input_consultation {
    border: 1px solid #FFFFFF80;
    height: 76px;
    width: 786px;
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 400;
    text-indent: 24px;
    background: border-box;
}

.input_consultation::placeholder {
    color: #FFFFFF;
}

.in-phone.block_consultation {
    margin-top: 16px;
}

.btn-form-consultation {
    background: border-box;
    border: none;
    text-transform: uppercase;
    font-weight: 400;
    color: #FFFFFF;
    font-size: 28px;

}

.btn-form-sumbit {
    border: 2px solid #FFFFFF;
    height: 76px;
    width: 786px;
    margin-top: 28px;
    position: relative;
    line-height: 84px;
    background: border-box;
    text-align: center;
    transition: 0.3s ease-out;
}

.btn-form-sumbit:hover {
    border: 2px solid #E59C00;
}

.btn-form-sumbit:hover input {
    transition: 0.3s ease-out;
    color: #E59C00;
}

.city-name,
.topbar__worktime span,
.contacts__email {
    color: #FFFFFFBF;
    font-size: 18px;
    font-weight: 400;
}

.contacts__phone {
    color: #FFFFFF;
    position: relative;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: -0.4px;
    left: 10px;
    line-height: 20px;
    top: 1px;
}

.header_svg {
    cursor: pointer;
}

.header_svg svg rect {
    stroke: none;
    position: relative;
    top: 5px;
}

.header_svg:hover svg rect {
    stroke: #F5A700;
}

.geo_info .address span {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
}

.geo_info .phone a {
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 600;
}

.geo_info .work_time span {
    color: #FFFFFFB2;
    font-size: 16px;
    font-weight: 600;
}

.geo-row {
    display: flex;
    gap: 40px;
}

.geo_block {
    display: flex;
    flex-direction: column;
    gap: 10px;
    top: -3px;
    position: relative;
}

.social_footer .header_svg {
    display: inline-block;
}

.left-form-block {
    position: relative;
    left: 8px;
}

.social_footer .header_svg svg rect {
    stroke: white;
}

.social_footer .header_svg :hover svg g {
    opacity: 1;
}

.social_footer .header_svg:hover svg rect {
    stroke: #F5A700;
}

.geo_social {
    display: flex;
    gap: 56px;
    margin-top: 28px;
}

.menu__lnk.menu__lnk_footer {
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 600;
    text-transform: none;
}

.menu__lnk.menu__lnk_footer:hover {
    color: #F5A700;
}

/*.footer-meadle img{*/
/*    width:296px;*/
/*    height: 98px;*/
/*}*/
.menu__lnk.menu__lnk_footer:hover {
    text-decoration: none;
}

.container-header__col.btn_footer {
    margin-top: 0px;
}

.container-header__col.btn_footer .btn_header {
    margin-top: 3px;
    height: 56px;
    border-radius: 0px;
}

.container-header__col.btn_footer .btn_header button {
    width: 262px;
    height: 56px;
    margin-top: -1px;
    font-size: 20px;
    text-indent: 26px;
    text-align: start;
}

.container-header__col.btn_footer .btn_header svg {
    right: 27px;
    width: 36px;
}

.menu__list ul {
    width: -webkit-fill-available;
}

.footer-meadle {
    align-items: flex-start;
}

.bottom__menu .menu__list_footer {
    display: flex;
    gap: 40px;
}

.bottom__menu {
    padding-bottom: 16px;
    border-bottom: 1px solid #FFFFFF26;
}

.topbar__callback.mobile {
    margin-top: 4px;
}

.footer-meadle .btn_header svg {
    top: 5px;
}

.vertical_menu.menu__entry.menu__entry_non-empty > a {
    display: block;
    padding-top: 7px;
}

.flex_row a:hover {
    color: #F5A700;
    text-decoration: none;
}

.favorite_searh_block {
    position: relative;
    display: flex;
    left: 54px;
    align-items: center;
    top: -23px;
}

.header__search-show {
    top: -4px;
}

.contacts__favorite {
    height: 27px;
    display: block;
    background-repeat: no-repeat;
    width: 40px;
    background-image: url("/local/templates/arde-new/images/favorite_white.svg");
}

.icon_serach {
    position: relative;
}

.icon_serach:after {
    position: absolute;
    left: 16px;
    content: url(/local/templates/arde-new/images/search.svg);
    top: -34px;
}

.icon_serach.active:after {
    content: url(/local/templates/arde-new/images/active_search.svg);
}

.header_svg:hover svg path {
    fill: #F5A700;
}

.counter-favorite {
    position: absolute;
    right: 16px;
    color: rgba(255, 52, 52, 1);
    font-size: 14px;
    font-weight: 700;
    bottom: -7px;
    z-index: 11;
}

.btn-form-sumbit {
    position: relative;
}

.btn-form-sumbit input {
    margin-right: -11px;
    position: relative;
    top: -1px;
}

.btn-form-sumbit:hover:after {
    content: url("/local/templates/arde-new/images/arrow-right_hover.svg");
    transition: 0.3s ease-out;
}

.btn-form-sumbit:after {
    top: 11px;
    content: url(/local/templates/arde-new/images/arrow-up-right.svg);
    position: relative;
    right: -12px;
    transition: 0.3s ease-out;
}

.form-text {
    color: #FFFFFF;
    font-weight: 600;
    font-size: 60px;
    line-height: 57px;
    width: 674px;
    padding-bottom: 36px;
}

.form-span {
    width: 634px;
    color: #FFFFFF;
    display: block;
    font-weight: 400;
    font-size: 20px;
    line-height: 29px;
    padding-bottom: 36px;
}

.form-info {
    display: flex;
    align-items: center;
}

.form-phone {
    padding-left: 32px;
    color: #FFFFFF;
    font-size: 36px;
    font-weight: 400;
    text-decoration: none;
}

.form-phone:hover {
    color: #E59C00;
    text-decoration: none;
}

.svg-whatsap {
    margin-right: 16px;
}

.svg-whatsap,
.svg-telega {
    cursor: pointer;
}

.svg-whatsap:hover > rect,
.svg-telega:hover > rect {
    stroke: #E59C00;
}

.svg-whatsap:hover path,
.svg-telega:hover path {
    fill: #E59C00;
}

.mobile_fix_available label,
.mobile_fix_filter,
.mobile_fix_sort {
    color: #1A1B27;
    position: relative;
    cursor: pointer;
    font-weight: 600;
    font-size: 12px;
}

.rows-form {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding-top: 150px;
}

.main-block-forms {
    width: 1606px;
    margin: 0 auto;
}

.mobile_fix_filter:before {
    position: absolute;
    content: url("/local/templates/arde-new/images/mobile_filter.svg");
    left: -23px;
    top: -2px;
}

.mobile_fix_sort:before {
    position: absolute;
    content: url("/local/templates/arde-new/images/mobile_sort.svg");
    left: -22px;
    top: 1px;
}

.mobile_fix_filter.params:after {
    position: absolute;
    content: '';
    top: -5px;
    width: 8px;
    height: 8px;
    left: -25px;
    background: #F5A700;
    border-radius: 50%;
    z-index: 1;
}

.mobile_fix_sort {
    position: relative;
    left: 6px;
}

.js_mobile_block {
    position: fixed;
    top: 68px;
    z-index: 50;
    background: white;
    height: 100vh;
    width: 100%;
    left: 0;
}

.js_filter_name.bx_filter_parameters_box_title:after {
    display: none;
}

.js_filter_name.bx_filter_parameters_box_title {
    padding: 0px;
    text-transform: uppercase;
}

.js_close_filter {
    background: url(/local/templates/arde-new/images/js_close.svg);
    float: right;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    position: relative;
    display: inline-block;
    left: 21px;
    top: 3px;
}

.bx_filter_block.bx_filter_block_send.mobile_send {
    display: none;
}

.politicy {
    font-weight: 600;
    color: #FFFFFF;
    font-size: 18px;
    cursor: pointer;
}

.politicy:hover {
    color: #F5A700;
    text-decoration: none;
}

.politicy_text {
    margin-top: 20px;
    font-weight: 400;
    color: #FFFFFF;
    font-size: 18px;
}

.mobile_copy {
    display: none;
}

.filter_mobile {
    display: none
}

.main-container.menu_active {
    overflow: hidden;
    /*filter: blur(5px);*/
}

.main-container.menu_active:after {
    content: '';
    background: #1A1B27BF;
    width: 100%;
    height: 100vh;
    /*position: absolute;*/
    z-index: 1;
}

.wrapper.menu_active:after {
    content: '';
    background: #1A1B27BF;
    width: 100%;
    height: 100vh;
    position: absolute;
    z-index: 1;
}

.close-search {
    cursor: pointer;
    color: rgba(255, 255, 255, 0.75);
    font-weight: 400;
    font-size: 16px;
    margin-top: 12px;
    position: relative;
    left: -143px;
    float: right;
    margin-right: 14px;
}

.close-search:before {
    content: url(/local/templates/arde-new/images/close_search_desck.png);
    width: 24px;
    position: absolute;
    top: 3px;
    height: 20px;
    right: -35px;
}

#title-search {
    height: 96px;
}

.text_menus.gorod {
    color: #FFFFFFBF;
    font-weight: 400;
    font-size: 16px;
}

.text_menus.work:before {
    display: none;
}

.text_menus.work span {
    color: #FFFFFFBF;
    font-size: 16px;
    font-weight: 400;
}

.text_menus.mail {
    color: #FFFFFFBF;
    font-weight: 400;
    font-size: 16px;
}

.row-phone-social {
    display: flex;
    gap: 103px;
    margin-top: 16px;
}

.row-social {
    display: flex;
    gap: 8px;
}

.text_menus.phone {
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 700;
}

.polosca_menu_mobil {
    display: none;
}

.content_modals .text_menus.btn_header {
    width: 100%;
    text-align: center;
    max-width: 285px;
}

.row-social svg {
    width: 40px;
}

.right-form-block {
    position: relative;
    top: -3px;
}

#catalogFilter_72_3937705287 {
    border: 1px solid black;
    /* Черная рамка */
}

#catalogFilter_72_3937705287:checked + .bx_filter_param_text {
    color: grey;
    /* Серый цвет галочки */
}

.property_value_block {
    display: flex;
    gap: 8px;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 400;
    line-height: 21.6px;
    color: rgba(0, 0, 0, 0.4);

}

.property_value_block span {
    font-size: 18px;
    font-weight: 400;
    line-height: 21.6px;
    color: rgba(0, 0, 0, 0.8);

}

.property_value_block a:hover {
    color: #f5a700;
    text-decoration: none;
}

.title_card {
    font-size: 28px;
    font-weight: 600;
    line-height: 30.8px;
    padding-bottom: 20px;
    color: rgba(26, 27, 39, 1);

}

.card_arrow_next {
    background: rgba(255, 255, 255, 0.5);
    background-image: url(/local/templates/arde-new/images/arrow-right_slider.svg);
    background-repeat: no-repeat;
    width: 60px;
    height: 60px;
    position: absolute;
    background-position-x: -2px;
    bottom: 14px;
    background-position-y: -1px;
    right: 11px;
    z-index: 1;
    border: none;
}

pay-text {
    font-size: 18px;
    font-weight: 400;
    line-height: 23.4px;
    color: rgba(77, 77, 77, 1);

}

.card_arrow_next:hover {
    background: rgba(255, 255, 255, 0.5);
    background-image: url(/local/templates/arde-new/images/arrow-right_slider_hover.svg);
}

.card_arrow_prev {
    background: rgba(255, 255, 255, 0.5);
    transform: rotate(180deg);
    background-image: url(/local/templates/arde-new/images/arrow-right_slider.svg);
    background-repeat: no-repeat;
    width: 60px;
    height: 60px;
    position: absolute;
    background-position-x: -2px;
    bottom: 14px;
    background-position-y: -3px;
    left: 13px;
    z-index: 1;
    border: none;
}

.card_arrow_prev:hover {
    background: rgba(255, 255, 255, 0.5);
    transform: rotate(180deg);
    background-image: url(/local/templates/arde-new/images/arrow-right_slider_hover.svg);
}

.block-desc {
    display: flex;
    margin-top: 44px;
    gap: 28px;
}

/* .rows-products{
        display:flex;
        margin-top:44px;
        gap: 28px;
} */
.block_left-desc > div.first-element {
    border-top: 1px solid rgba(0, 0, 0, 0.5)
}

.acardion-desc {
    color: rgba(26, 27, 39, 1);
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    cursor: pointer;
    position: relative;
    padding: 23px 0px 22px 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

.acardion-desc:hover {
    color: #f5a700;
}

.acardion-desc:before {
    content: url("/local/templates/arde-new/images/acardion-top.svg");
    position: absolute;
    right: -3px;
    bottom: 24px;
    transform: rotate(180deg);

}

.acardion-desc.active:before {
    content: url("/local/templates/arde-new/images/acardion-top.svg");
    transform: rotate(0deg);
    bottom: unset;
}

.acardion-desc.active .acardion-desc-text {
    height: auto;
    margin-top: 16px;
    opacity: 1;
    padding-bottom: 8px;
}

.acardion-desc-text {
    font-size: 18px;
    font-weight: 400;
    line-height: 23.4px;
    opacity: 0;
    height: 0px;
    transition: opacity 0.3s ease;
    color: rgba(77, 77, 77, 1);

}

.acardion-desc-text-pay {
    font-size: 18px;
    font-weight: 400;
    line-height: 23.4px;
    color: rgba(77, 77, 77, 1);

}

.name_product_info {
    font-size: 24px;
    font-weight: 600;
    line-height: 26.4px;
    padding-bottom: 24px;
    color: rgba(26, 27, 39, 1);

}

.block_left-desc {
    width: 49%;
}

.manager_text {
    padding-bottom: 42px;
    color: rgba(26, 27, 39, 1);
    font-size: 18px;
    font-weight: 400;
    line-height: 23.4px;

}

.link_manager {
    color: #f5a700;
}

.card .catalog__list .slick-slide {
    margin: 0px 12px;
}

.block-video-main {
    padding-top: 90px;

}

.desc_section p {
    font-size: 15px;
    font-weight: 300;
    line-height: 20px;
    color: rgba(66, 66, 66, 1);

}

.desc_section h2 {
    margin-top: 19px;
    font-size: 30px;
    font-weight: 400;
    line-height: 36px;
    margin-bottom: 12px;

}

.desc_section h3 {
    color: rgba(66, 66, 66, 1);
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    margin-top: 24px;
    margin-bottom: 12px;

}

.desc_section ul li {
    padding-bottom: 5px;
    padding-left: 5px;
    list-style-type: disc;
}

.desc_section ul {
    padding-left: 24px;
    padding-top: 4px;
    padding-bottom: 4px;
}

.desc_section ol {
    padding-left: 20px;
    padding-top: 4px
}

.desc_section ol li {
    padding-bottom: 13px;
    padding-left: 18px;
    list-style-type: auto;
}

.desc_section ol li::marker {
    color: rgba(66, 66, 66, 1);
    font-weight: 500;

}

.desc_section span {
    color: rgba(66, 66, 66, 1);
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    margin-top: 18px;
    display: block;
}

.desc_section ol {
    padding-bottom: 2px;
}

.rows-information {
    display: flex;
    gap: 60px;
}

.container-information {
    position: relative;
    /*left: 60px;*/
    display: flex;
    flex-direction: column;
}

.left-block__information {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.right-block__information {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.center-block__information {
    width: 88%;
    margin: 0 auto;
}

.rows-information p {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 22px;
    line-height: 29px;
    color: rgba(26, 27, 39, 1);
}

.rows-information .section-information p {
    margin-bottom: 12px;
}

.container-information .title-information {
    font-size: 40px;
    font-weight: 600;
    line-height: 44px;
    margin-bottom: 20px;
    color: rgba(26, 27, 39, 1);
    margin-top: 0px;
}

.rows-information .phone-information {
    font-size: 20px !important;
    font-weight: 400;
    line-height: 29px;
    color: rgba(255, 255, 255, 1) !important;

}

.information__bottom-block {
    position: relative;
}

.information__top-text {
    position: absolute;
    padding: 48px;

}

.information__bottom-block p {
    color: rgba(255, 255, 255, 1);
}

.btn_header .topbar__callback.information {
    font-size: 28px;
    font-weight: 400;
    line-height: 26.6px;
    background: unset;
    color: rgba(255, 255, 255, 1);
    position: relative;
    border: none;
    width: fit-content;
    text-indent: 0px;

}

.information__top-text .btn_header:before {
    content: url("/local/templates/arde-new/images/arrow_2px.svg");
    position: absolute;
    right: -45px;
    top: -14px;
}

.information__top-text .btn_header {
    border: none;
    left: -7px;
    top: 5px;
}

.information__top-text .btn_header:hover {
    border: unset;
}

.information__top-text .btn_header:hover:before {
    content: url("/local/templates/arde-new/images/arrow-right_hover.svg");
}

.menu .menu__entry a:hover {
    text-decoration: none;
}

.main-block__delivery {
    display: flex;
    gap: 32px;
    margin-top: 50px;
    padding-bottom: 19px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

.information-text__span {
    color: rgba(26, 27, 39, 1);
    font-size: 20px;
    font-weight: 400;
    line-height: 29px;
}

.container-information .step__delivery {
    font-size: 24px;
    font-weight: 300;
    line-height: 26.4px;
    color: rgba(140, 141, 147, 1);
}

.container-information .desc__delivery {
    font-size: 32px;
    font-weight: 600;
    width: 335px;
    line-height: 35.2px;
    color: rgba(26, 27, 39, 1);

}

.main-block__delivery p {
    font-size: 20px;
    font-weight: 400;
    line-height: 29px;
    color: rgba(26, 27, 39, 1);
}

.rows-block__services {
    display: flex;
    gap: 60px;
    margin-top: 49px;

}

.title-information.services {
    margin-top: 0px;
}

.rows-block__services p {
    font-size: 20px;
    font-weight: 400;
    line-height: 29px;
    color: rgba(26, 27, 39, 1);
}

.span__services, .rows-block__services p.info__services {
    font-size: 16px;
    font-weight: 400;
    line-height: 23.2px;
    color: rgba(26, 27, 39, 1);
}

.span__services {
    display: block;
    margin-bottom: 10px;
}

.left-img__services {
    margin-top: 40px;
}

.right-block__services .center-block__information {
    margin-top: 51px;
}

.right-img__services {
    margin-bottom: 40px;
}

.cats_link.cats__nd__link.btn__services {
    background-color: #fff;
    left: 0px;
    font-weight: 400;
    top: 30px;
    text-transform: uppercase;
    color: #1A1B27 !important;
    border: 2px solid #1A1B27;
    width: auto;
    max-height: 76px;
    height: auto;
    text-decoration: none;
    border-radius: 0;
    width: 393px;
    font-size: 28px;
    padding: 24px 79px 25px 52px;
    line-height: 95%;
}

.cats_link.cats__nd__link.btn__services:before {
    content: url(/local/templates/arde-new/images/arrow_2px_black.svg);
    position: absolute;
    right: 33px;
    top: 17px;
}

.cats_link.cats__nd__link.btn__services:hover {
    color: #F5A700 !important;
    border: 2px solid #F5A700;
    transition: 0.4s;
}

.cats_link.cats__nd__link.btn__services:hover:before {
    content: url(/local/templates/arde-new/images/arrow-right_hover.svg);
}

.container-information .top-text__services {
    font-size: 20px;
    font-weight: 400;
    line-height: 29px;
    color: rgba(26, 27, 39, 1);

}

.rows-section__page {
    display: flex;
    flex-direction: column;
}

.popup.hideover.opened, .popup.hideover.opened .popup-overlay {
    background: rgba(26, 27, 39, 0.75);
}

.b24-form-field-agreement {
    display: none !important;
}

.polityForm {
    font-size: 16px;
    font-weight: 400;
    line-height: 26.1px;
    color: rgba(255, 255, 255, 1);
    margin-top: 10px;

}

.polityLink {
    font-size: 16px;
    font-weight: 600 !important;
    line-height: 26.1px;
    color: rgba(255, 255, 255, 1) !important;
    text-decoration: none !important;
}

.rows-about-block {
    display: flex;
    gap: 24px;
}

.title-about {
    font-size: 40px;
    font-weight: 600;
    line-height: 44px;
    color: rgba(26, 27, 39, 1);
    margin-bottom: 20px;
    max-width: 651px;
}

.rows-about-block p {
    font-size: 20px !important;
    font-weight: 400;
    line-height: 29px;
    max-width: 651px;
    margin-bottom: 21px;
    color: rgba(26, 27, 39, 1);
}

.img-about {
    width: 100%;
}

.left-block-about, .right-block-about {
    width: 50%;
}

.cats__button.actions_btn.about {
    margin-top: 48px;
    padding: 18px;
    font-size: 28px;
    width: 393px;
    text-indent: 32px;
}

.cats__button.actions_btn.about:before {
    content: url(/local/templates/arde-new/images/arrow_2px_black.svg);
    right: 36px;
    top: 15px;
}

.about {
    flex-direction: column;
}

.cats__button.actions_btn.about:hover:before {
    content: url(/local/templates/arde-new/images/arrow-right_hover.svg);
}

.section.has-video {
    margin-top: 90px;
    left: 50%;
    transform: translateX(-50%);
    width: 99.1vw;
}

.actual-block__rows {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    padding-bottom: 150px;
    gap: 16px;
}

.actual-main-block {
    position: relative;
}

.actual-main-block .actual__text {
    color: rgba(255, 255, 255, 1);
    font-size: 24px;
    font-weight: 600;
    line-height: 33.6px;
    position: relative;
}

.actual-main-block .actual__text:before {
    position: absolute;
    content: url("/local/templates/arde-new/images/arrow-up-right.svg");
    right: 6px;
    top: -6px;
}

.actual__link:hover .actual-main-block .actual__text:before {
    content: url("/local/templates/arde-new/images/arrow-right_hover.svg");
}

.actual__link:hover .actual-main-block .actual__text {
    color: rgba(245, 167, 0, 1);
}

.actual-main-block .actual__info {
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
    color: rgba(255, 255, 255, 1);
}

.actual__link:hover .actual-main-block .actual__info {
    color: rgba(245, 167, 0, 1);
}

.actual-bottom__info {
    position: absolute;
    bottom: -3px;
    padding: 21px;
}

@media (max-width: 1600px) {
    .cats__entry .entry__photo img,.right-block__information img, .information__img-desktop {
        width: 100%;
    }
    .left-img__services.desktop.width{
        max-width:unset;
    }
    .rows-form {
        align-items: flex-start;
        gap: 30px;
        padding-left: 30px;
        flex-direction: column;
    }

    .cats__nd__entry_catalog {
        max-width: 100%;
    }

    .container-header__col.btn_footer .btn_header {
        margin-top: 15px;
        left: 0px;
    }

    .topbar__worktime {
        display: none;
    }

    .container_header_body .flex_row {
        justify-content: flex-start;
        gap: 40px;
        width: fit-content;
    }

    .container-header__col {
        right: 115px;
        position: relative;
    }

    .icon_serach:after {
        left: -135px;
    }

    .favorite_searh_block {
        left: -141px;
    }

    .close-search {
        top: -32px;
    }

    .selected_page_show.select_sort {
        left: unset;
        right: 0px;
    }
}

.smartfilter {
    flex-wrap: wrap;
    gap: 15px;


}

.actions__list {
    gap: 24px;
}

.block-action {
    position: relative;
}

.action__text {
    position: absolute;
    bottom: 21px;
    z-index: 20;
    font-size: 24px;
    font-weight: 600;
    line-height: 33.6px;
    color: rgba(255, 255, 255, 1);
    left: 20px;
    max-width: 297px;
    cursor: pointer;
}

.action__text:hover {
    color: #F5A700;
    text-decoration: none;
}

.actions-page {
    flex-direction: row-reverse;
}

.action__text:before {
    content: url("/local/templates/arde-new/images/arrow-up-right.svg");
    position: absolute;
    right: -44px;
    top: 11px;
}

.action__text:hover:before {
    content: url("/local/templates/arde-new/images/arrow-right_hover.svg")
}

.actions__stock-time span, .actions__brand_name span {
    font-size: 16px;
    font-weight: 400;
    line-height: 20.8px;
    color: rgba(153, 153, 153, 1);

}

span.actions__stock-time-value, span.actions__brand_name-value {
    color: rgba(103, 103, 103, 1);

}

.actions__contact {
    display: flex;
    margin-top: 33px;
    gap: 48px;
    padding-bottom: 30px;
}

.actions__contact-city {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 16px;
    line-height: 17.6px;
    color: rgba(26, 27, 39, 1);

}

.actions__contact-adres {
    display: flex;
    margin-bottom: 12px;
    gap: 24px;
}

.actions__contact-adres span {
    font-size: 14px;
    font-weight: 400;
    line-height: 15.4px;
    color: rgba(26, 27, 39, 1);
}

.actions__stock-time {
    margin-bottom: 6px;
}

.actions__contact-phone a, .actions__contact-phone-text {
    font-size: 18px;
    font-weight: 600;
    line-height: 19.8px;
    color: rgba(26, 27, 39, 1);

}

.action-right_contact {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.actions__contact-phone {
    display: flex;
    gap: 43px;
}

.copyright-contact {
    color: rgba(153, 153, 153, 1);
    font-size: 16px;
    font-weight: 400;
    line-height: 20.8px;
    margin-top: 32px;
}

.actions__content h3 {
    font-size: 28px;
    margin-top: 32px;
    margin-bottom: 31px;
    font-weight: 600;
    line-height: 33.6px;
    color: rgba(26, 27, 39, 1);

}

.actions__content p {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    color: rgba(26, 27, 39, 1);
}

.cats__button.actions_btn {
    color: rgba(26, 27, 39, 1);
    font-size: 20px;
    font-weight: 400;
    border: 2px solid rgba(26, 27, 39, 1);
    border-radius: 2px;
    width: 277px;
    position: relative;
    text-transform: uppercase;
    padding: 12px;
    text-indent: -30px;
}

.cats__button.actions_btn:hover {
    border: 2px solid #F5A700;
}

.cats__button.actions_btn:before {
    content: url("/local/templates/arde-new/images/arrow-up-right_black.svg");
    position: absolute;
    right: 26px;
    top: 8px;
}

.cats__button.actions_btn:hover a {
    color: #F5A700;
    text-decoration: none;
}

.cats__button.actions_btn:hover:before {
    content: url("/local/templates/arde-new/images/arrow-hover-32px.svg");
}

.actions-page {
    gap: 60px;
}

.main-block-action.mobile {
    display: none;
}

.img-about.mobile {
    display: none;
}

.btn_header.btn_header_current.btn-design {
    border: 2px solid rgba(26, 27, 39, 1);
    padding: 12px;
    left: 0px;
    /* top: 40px; */
    display: block;
    width: 479px;
    text-indent: 12px;
    margin-top: 40px;
}

.btn_header.btn_header_current.btn-design:hover {
    border: 2px solid rgba(245, 167, 0, 1);

}

.btn_header.btn_header_current.btn-design:hover button {
    color: rgba(245, 167, 0, 1);
}

.btn_header.btn_header_current.btn-design:before {
    content: url(/local/templates/arde-new/images/arrow_2px_black.svg);
    position: absolute;
    right: 38px;
    top: 15px;
}

.btn_header.btn_header_current.btn-design:hover:before {
    content: url(/local/templates/arde-new/images/arrow-right_hover.svg);
}

.btn_header.btn_header_current.btn-design button {
    font-size: 28px;
    font-weight: 400;
    line-height: 26.6px;
    color: rgba(26, 27, 39, 1);
    width: 479px;
}

.actual-design {
    margin-top: 150px;
}

.rows-block__services.desing {
    margin-top: 0px;
}

.contact-design-city {
    font-size: 20px;
    font-weight: 600;
    line-height: 22px;
    color: rgba(26, 27, 39, 1);
    position: relative;
    top: 5px;
}

.contact-design-adres {
    font-size: 14px;
    font-weight: 400;
    line-height: 15.4px;
    color: rgba(26, 27, 39, 1);
    position: relative;
    top: 14px;
}

.content a.contact-design-mail {
    color: rgba(26, 27, 39, 1) !important;
    font-size: 14px;
    position: relative;
    top: 19px;
}

.content a.contact-design-mail:hover {
    color: #f5a700 !important;
}

.content a.contact-design-phone {
    color: rgba(26, 27, 39, 1) !important;
    font-size: 18px;
    position: relative;
    top: 27px;
    font-weight: 600;
}

.content a.contact-design-phone:hover {
    color: #f5a700 !important;
}

.container-information .information__img-mobile {
    display: none;
}

.container-information .left-img__services.mobile, .container-information .right-img__services.mobile {
    display: none;
}

/* скоро поступление */
.soon-section {
    display: flex;
    width: 100%;
    background-color: #FFF;
}

.soon-block {
    display: flex;
    flex-direction: column;
    max-width: 1616px;
    width: 100%;
    gap: 75px;
    margin: 0 auto;
    padding: 150px 10px;
    position: relative;
    box-sizing: border-box;
}

.soon__title {
    display: flex;
    width: 100%;
}

.soon__title h2 {
    font: 600 60px/95% 'SourceSansPro', sans-serif;
    color: #1A1B27;
    margin: 0;
    text-align: left;
}

.soon__items {
    display: flex;
    width: 100%;
}

.soon__item {
    max-width: 381px;
    width: 100%;
    display: flex!important;
    flex-direction: column;
    gap: 16px;
    padding: 28px;
    box-sizing: border-box;
    border: 1px solid rgba(0, 0, 0, 0);
    position: relative;
    transition: border .1s linear;
}

.soon__item:hover {
    border: 1px solid rgba(0, 0, 0, 0.15);
}

.soon__item-image {
    display: flex;
    width: 100%;
    aspect-ratio: 325 / 325;
}

.soon__item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: scale .1s linear;
}

.soon__item:hover .soon__item-image img {
    scale: 105%;
}

.soon__item-favourite-icon {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: absolute;
    right: 38px;
    top: 39px;
    background-color: rgba(255, 255, 255, 0.44);
    backdrop-filter: blur(12px);
    border-radius: 50%;
}

.soon__item-favourite-icon svg {
    transition: fill .1s linear;
}

.soon__item-favourite-icon:hover svg path {
    transition: stroke .1s linear;
}

.soon__item-favourite-icon:hover svg path {
    stroke: #1A1B27;
}

.soon__item-favourite-icon:hover svg {
    fill: #1A1B27;
}

.soon__item-favourite-icon.active svg {
    fill: #1A1B27;
}

.soon__item-favourite-icon.active svg path {
    stroke: #1A1B27;
}

.soon__item-info {
    display: flex;
    flex-direction: column;
    width: 100%;
    flex: 1;
}

.soon__item-info-title {
    display: flex;
    width: 100%;
    padding: 15px 0 15px;
    box-sizing: border-box;
    flex: 1;
}

.soon__item-info-title a {
    font: 18px/23px 'SourceSansPro', sans-serif;
    color: #1A1B27;
    transition: color .1s linear;
}

.soon__item-info-title a:hover {
    text-decoration: none;
    color: #F3AA3B;
}

.soon__item-info-specs {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.soon__item-info-spec {
    display: flex;
    gap: 4px;
    padding: 4px 0;
    box-sizing: border-box;
}

.soon__item-info-spec span {
    font: 16px/19px 'SourceSansPro', sans-serif;
    color: rgba(0, 0, 0, .4);
}

.soon__item-info-spec a {
    font: 16px/19px 'SourceSansPro', sans-serif;
    color: rgba(0, 0, 0, .8);
    transition: color .1s linear;
}

.soon__item-info-spec a:hover {
    text-decoration: none;
    color: #F3AA3B;
}

.soon__item-info-available {
    display: flex;
    gap: 8px;
    align-items: center;
    padding: 16px 0 12px;
    box-sizing: border-box;
}

.soon__item-info-available-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #24A357;
}

.soon__item-info-available span {
    font: 15px/18px 'SourceSansPro', sans-serif;
    color: #24A357;
}

.soon__item-info-not-available {
    display: flex;
    gap: 8px;
    align-items: center;
    padding: 16px 0 12px;
    box-sizing: border-box;
}

.soon__item-info-not-available-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #F3AA3B;
}

.soon__item-info-not-available span {
    font: 15px/18px 'SourceSansPro', sans-serif;
    color: #F3AA3B;
}

.soon__item-info-price {
    display: flex;
    padding: 4px 0;
    box-sizing: border-box;
}

.soon__item-info-price span {
    font: 600 24px/29px 'SourceSansPro', sans-serif;
    color: #1A1B27;
}

.soon__item-info-price.soon__item-info-price-not-available span {
    visibility: hidden;
}

.soon__item-order {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    border: 1px solid #1A1B27;
    outline: none;
    font: 600 18px/20px 'SourceSansPro', sans-serif;
    color: #1A1B27;
    height: 44px;
    margin-top: 16px;
    background-color: #FFF;
    transition: border .1s linear, color .1s linear;
}

.soon__item-order:hover {
    border: 1px solid #f5a700;
    color: #f5a700;
}

.soon-block .swiper-button-prev,
.soon-block .swiper-button-next {
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 172px;
}

.soon-block .swiper-button-prev {
    right: 93px;
    left: unset;
}

.soon-block .swiper-button-next {
    right: 9px;
}

.soon-block .swiper-button-prev:before,
.soon-block .swiper-button-next:before,
.soon-block .swiper-button-prev:after,
.soon-block .swiper-button-next:after  {
    content: none;
}

/* подписка на новинки */

.subscribe-section {
    display: flex;
    width: 100%;
    background-color: #F8F8F8;
}

.subscribe-block {
    display: flex;
    max-width: 1616px;
    width: 100%;
    height: 786px;
    gap: 83px;
    margin: 0 auto;
    padding: 0 10px;
    box-sizing: border-box;
    overflow: hidden;
}

.subscribe__form {
    display: flex;
    flex-direction: column;
    max-width: 1050px;
    width: 100%;
    justify-content: space-between;
    padding: 150px 0;
    box-sizing: border-box;
}

.subscribe__title {
    display: flex;
    flex-direction: column;
    max-width: 760px;
    width: 100%;
}

.subscribe__title h2 {
    font: 600 80px/88px 'SourceSansPro', sans-serif;
    color: #1A1B27;
    margin: 0;
    text-align: left;
}

.subscribe__title p {
    font: 24px/33px 'SourceSansPro', sans-serif;
    color: #1A1B27;
    margin: 24px 0 0;
    text-align: left;
}

.subscribe__type {
    display: flex;
    margin-top: 48px;
    gap: 16px;
}

.subscribe__type span {
    display: flex;
    width: max-content;
    justify-content: center;
    align-items: center;
    border: 1px solid #CCCCCC;
    box-sizing: border-box;
    font: 600 24px/26px 'SourceSansPro', sans-serif;
    color: #999999;
    padding: 0 32px;
    height: 58px;
    cursor: pointer;
}

.subscribe__type span:hover {
    border: 1px solid #1A1B27;
}

.subscribe__type span.active {
    border: 2px solid #1A1B27;
    color: #1A1B27;
    padding: 0 31px;
}

.subscribe__inputs {
    display: flex;
    width: 100%;
    gap: 16px;
    margin-top: 48px;
}

.subscribe__input {
    display: flex;
    max-width: 380px;
    width: 100%;
    height: 52px;
    border: 1px solid #D7D9DD;
    box-sizing: border-box;
    transition: border .1s linear;
}

.subscribe__input.hidden {
    display: none;
}

.subscribe__input input {
    width: 100%;
    height: 100%;
    display: flex;
    padding: 0 20px;
    box-sizing: border-box;
    border: none;
    outline: none;
    font: 16px/23px 'SourceSansPro', sans-serif;
    color: #1A1B27;
    background-color: #F8F8F8;
}

.subscribe__input input::placeholder {
    font: 16px/23px 'SourceSansPro', sans-serif;
    color: #9299A5;
}

.subscribe__input:hover {
    border: 1px solid #1A1B27;
}

.subscribe__input:focus-within {
    border: 1px solid #1A1B27;
}

.subscribe__submit {
    display: flex;
    max-width: 220px;
    width: 100%;
    position: relative;
    border: 2px solid #000000;
    transition: border .1s linear;
}

.subscribe__submit input {
    display: flex;
    width: 100%;
    font: 18px/18px 'SourceSansPro', sans-serif;
    color: #1A1B27;
    text-transform: uppercase;
    padding-right: 34px;
    background-color: #F8F8F8;
    border: none;
    transition: color .1s linear;
}

.subscribe__submit svg {
    position: absolute;
    top: calc(50% - 16px);
    right: 33px;
    transition: rotate .1s linear;
}

.subscribe__submit svg path {
    transition: stroke .1s linear;
}

.subscribe__submit:hover {
    border: 2px solid #f5a700;
}

.subscribe__submit:hover input {
    color: #f5a700;
}

.subscribe__submit:hover svg {
    rotate: 45deg;
}

.subscribe__submit:hover svg path {
    stroke: #f5a700;
}

.subscribe__text {
    font: 16px/22px 'SourceSansPro', sans-serif;
    color: #808080;
    margin-top: 24px;
}

.subscribe__text a {
    font: 16px/22px 'SourceSansPro', sans-serif;
    color: #808080;
    transition: color .1s linear;
}

.subscribe__text a:hover {
    text-decoration: none;
    color: #f5a700;
}

.subscribe__slider {
    max-width: 300px;
    width: 100%;
    display: flex;
    margin: 0 auto;
}

.subscribe__slider-item {
    max-width: 100%;
    width: max-content;
    display: flex;
    aspect-ratio: 300 / 300;
}

.subscribe__slider-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}

/* видео блок */

.video-section {
    display: flex;
    width: 100%;
    background-color: #FFF;
    overflow-x: hidden;
}

.video-block {
    display: flex;
    flex-direction: column;
    max-width: 1616px;
    width: 100%;
    gap: 36px;
    margin: 0 auto;
    padding: 150px 10px;
    position: relative;
    box-sizing: border-box;
}

.video__title {
    display: flex;
    width: 100%;
    align-items: baseline;
    gap: 32px;
    justify-content: space-between;
    padding-right: 12%;
}

.video__title a {
    display: flex;
    padding: 12px 32px;
    align-items: center;
    width: max-content;
    position: relative;
    border: 2px solid #000000;
    text-decoration: none;
    transition: border .1s linear, color .1s linear;
    font: 28px / 28px 'SourceSansPro', sans-serif;
}

.video__title a svg {
    rotate: 0deg;
    transition: rotate .1s linear;
}

.video__title a svg path {
    transition: stroke .1s linear;
}

.video__title a:hover {
    border: 2px solid #f5a700;
    color: #f5a700;
}

.video__title a:hover svg {
    rotate: 45deg;
}

.video__title a:hover svg path {
    stroke: #f5a700;
}

.video__title h2 {
    font: 600 60px/130% 'SourceSansPro', sans-serif;
    color: #1A1B27;
    margin: 0;
    text-align: left;
}

.video__slider {
    display: flex;
    width: 100%;
}

.video__slider-item {
    max-width: 516px;
    width: 100%;
    display: flex!important;
    flex-direction: column;
    gap: 24px;
    cursor: grab;
}

.video__slider-item-frame {
    width: 100%;
    display: flex;
    aspect-ratio: 516 / 720;
    position: relative;
}

.video__slider-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    opacity: 0;
    transition: visibility .3s linear, opacity .3s linear;
}

.video__slider-image.visible {
    visibility: visible;
    opacity: 1;
}

.video__slider-image-play-btn {
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #FFFFFF;
    border-radius: 50%;
    box-sizing: border-box;
    padding-left: 12px;
    cursor: pointer;
    transition: border .1s linear;
}

.video__slider-image-play-btn:hover svg path {
    transition: fill .1s linear;
}

.video__slider-image-play-btn:hover {
    border: 1px solid #f5a700;
}

.video__slider-image-play-btn:hover svg path {
    fill: #f5a700;
}

.video__slider-item-frame iframe {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.video__slider-item-title {
    font: 600 24px/34px 'SourceSansPro', sans-serif;
    color: #1A1B27;
    transition: color .1s linear;
}

.video__slider-item:hover .video__slider-item-title {
    color: #f5a700;
}

.video-block .swiper-button-prev,
.video-block .swiper-button-next {
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 172px;
}

.video-block .swiper-button-prev {
    right: 93px;
    left: unset;
}

.video-block .swiper-button-next {
    right: 9px;
}

.video-block .swiper-button-prev:before,
.video-block .swiper-button-next:before,
.video-block .swiper-button-prev:after,
.video-block .swiper-button-next:after  {
    content: none;
}

.video-popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, .6);
    z-index: 10000;
    visibility: hidden;
    opacity: 0;
    transition: visibility .2s linear, opacity .2s linear;
}

.video-popup.opened {
    visibility: visible;
    opacity: 1;
}

.video-popup-outer {
    display: flex;
    max-width: 640px;
    width: 100%;
    aspect-ratio: 640 / 880;
    position: relative;
}

.video-popup-container {
    width: 100%;
    display: flex;
}

.video-popup-outer .popup-button-prev,
.video-popup-outer .popup-button-next {
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: calc(50% - 40px);
    cursor: pointer;
}

.video-popup-outer .popup-button-prev {
    left: -144px;
}

.video-popup-outer .popup-button-next {
    right: -144px;
}

.video-popup-outer .popup-button-prev:hover svg path,
.video-popup-outer .popup-button-next:hover svg path {
    transition: stroke .1s linear;
}

.video-popup-outer .popup-button-prev:hover svg path,
.video-popup-outer .popup-button-next:hover svg path {
    stroke: #f5a700;
}

.video-popup__close {
    position: absolute;
    top: 0;
    right: -24px;
    width: 24px;
    height: 24px;
    display: flex;
    cursor: pointer;
}

.video-popup__close svg path {
    transition: stroke .1s linear;
}

.video-popup__close:hover svg path {
    stroke: #f5a700;
}

.videoblog-page {
    display: flex;
    width: 100%;
    padding-bottom: 64px;
}

.videoblog {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 64px 24px;
    width: 100%;
}

.videoblog .video__slider-item {
    cursor: default;
    width: 100%;
}

.footer__agreements-list a,
.cookie-notice a {
    color: #fff;
}

.policy-block {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.policy-block label {
    font-weight: 400;
}

.policy-block label a {
    color: #f5a700;
}

.contacts .contacts__form .form__bottom {
    flex-direction: column;
}

.polityForm .b24-form-errors {
    display: none;
    color: red;
}

@media(max-width: 1600px){
    .right-block__services img{
        max-width:100%;
    }
    .left-img__services{
        max-width:100%;
    }
    .container-header__col {
        right: 0px;
    }
}
@media(max-width: 1400px){
    .left-img__services.desktop.width{
        max-width:400px;
    }

}
@media (max-width: 1350px) {


    .block_left-desc {
        width: 100%;
    }

    .container-information img {
        max-width: 100%
    }

    .pages-info {
        float: none;
    }

    .container-information {
        margin-top: 40px;
    }

    .content.rows-section__page {
        padding: 0px !important;
    }

    .rows-block__services {
        flex-direction: column;
    }

    .center-block__information {
        width: 100%;
    }

    .selected_page_show.select_sort {
        left: 24px;
        right: 0;
    }

    .video__title {
        padding-right: 17%;
    }

    .video__title a {
        padding: 12px 32px;
        font: 24px / 24px 'SourceSansPro', sans-serif;
    }
}

@media (max-width: 1250px) {
    .top_header .menu__container > ul > li:nth-last-child(-n+2) {
        display: none;
    }

    .container_header_body .flex_row {
        gap: 15px;
    }

    .container-header__col {
        right: unset;
    }

    .rows-about-block {
        flex-direction: column;
    }

    .left-block-about, .right-block-about {
        width: 100%;
    }

    .rows-about-block p, .title-about {
        max-width: 100%;
    }

    /* подписка на новинки */

    .subscribe-block {
        gap: 50px;
    }
    .subscribe__title h2 {
        font: 600 60px/60px 'SourceSansPro', sans-serif;
    }
    .subscribe__title p {
        font: 20px/36px 'SourceSansPro', sans-serif;
    }
    .subscribe__type span {
        font: 20px/24px 'SourceSansPro', sans-serif;
    }
    .subscribe__submit input {
        font: 16px/16px 'SourceSansPro', sans-serif;
    }
    .subscribe__submit svg {
        right: 15px;
    }
    .subscribe__text {
        font: 14px/20px 'SourceSansPro', sans-serif;
    }
    .subscribe__text a {
        font: 14px/20px 'SourceSansPro', sans-serif;
    }
    .subscribe__slider {
        max-width: 250px;
    }
}

@media (max-width: 992px) {
    .mfeedback form {
        max-width: fit-content;
    }
    .row-phone-social{
        gap: 40px;
        align-items: flex-end;
        padding-bottom: 20px;
    }
    .topbar__callback.mobile {
        position: unset;
    }
    .right-block__services img, .container-information img,.right-block__information img, .information__img-desktop{
        max-width:unset;
    }
    .left-img__services.desktop.width{
        max-width:unset;
    }
    .container-information {
        margin-top: 0px;
    }

    .input_consultation {
        width: 100%;
    }

    .actual-design {
        margin-top: 48px;
        margin-bottom: 20px;
    }

    .actual-block__rows {
        padding-bottom: 48px;
    }

    .btn-form-sumbit {
        width: 100%;
    }
    .videoblog {
        grid-template-columns: repeat(2, 1fr);
        gap: 64px 24px;
    }
    .video__slider-item-title {
        font: 600 20px / 28px 'SourceSansPro', sans-serif;
    }
}

@media (max-width: 900px) {
    .alphabet-block {
        display: none;
    }

    .main-block__delivery {
        flex-direction: column;
    }

    .rows-label-filter {
        grid-template-columns: 1fr 1fr;
    }

    .cats_link.cats__nd__link.btn__services {
        font-size: 16px;
        top: 0px;
        padding: 16px;
        width: 100%;
        border: 1px solid rgba(26, 27, 39, 1);
    }

    .right-img__services {
        position: relative;
        top: 30px;
    }

    .cats_link.cats__nd__link.btn__services:before {
        top: 12px;
        content: url(/local/templates/arde-new/images/arrow-up-right_10px.svg);
    }

    .cats_link.cats__nd__link.btn__services:hover:before {
        content: url(/local/templates/arde-new/images/arrow-hover-left-menu.svg);
    }

    .rows-block__services {
        flex-direction: column;
        gap: 0px;
    }

    .right-block__services {
        display: flex;
        flex-direction: column-reverse;
    }

    .container-information .title-information {
        margin-bottom: 10px;
        margin-top: 0px;
    }

    .searchInput {
        width: 100%;
        height: 40px;
        position: relative;
        border: 1px solid #CCCCCC;
    }

    .rows-label-filter.js_height_filter {
        padding-top: 12px;
    }

    .mm-spn.mm-spn--dark.mm-spn--navbar:after {
        display: none !important;
    }

    .mm-ocd {
        top: 79px !important;
    }

    .catalog__entry {
        padding: 0px;
    }

    .selected_page_show.select_sort {
        left: unset;
        right: 0;
    }

    .subscribe__submit svg {
        right: 8px;
    }
    .video__title {
        padding-right: 25%;
    }

    .video__title a {
        padding: 12px 24px;
        font: 20px / 20px 'SourceSansPro', sans-serif;
    }
}

@media (max-width: 792px) {
    .rows-information {
        flex-direction: column;
    }
    .btn_red{
        left: 0px;
    }
    .btn_header.btn_header_current.btn-design {
        margin-top: 16px;
        border: 1px solid rgba(26, 27, 39, 1);
        padding: 3px;
        width: 100%;
    }

    .btn_header.btn_header_current.btn-design button {
        font-size: 16px;
        width: 100%;
    }

    .content ul li:before {
        display: none;
    }

    .actual-design .slick-dotted.slick-slider {
        margin-bottom: 40px;
    }

    .btn_header.btn_header_current.btn-design:before {
        content: url(/local/templates/arde-new/images/arrow-up-right_10px.svg);
    }

    .btn_header.btn_header_current.btn-design:hover:before {
        content: url(/local/templates/arde-new/images/arrow-hover-left-menu.svg);
    }

    .actual-block__rows {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .rows-block__services {
        margin-top: 30px;
    }

    .main-block__delivery {
        margin-top: 30px;
        gap: 24px;
    }

    .container-information .desc__delivery {
        width: 100%;
    }

    .information__top-text .btn_header:before {
        right: 0px;
        top: 23px;
    }

    .container-information img {
        width: 100%;
    }

    .btn_header.btn_header_current {
        display: block;
    }

    .information__top-text {
        padding: 20px;
    }

    .btn_header .topbar__callback.information {
        top: 20px;
        left: 16px;
    }

    .right-block__information {
        flex-direction: column-reverse;
    }

    .center-block__information {
        width: 100%;
    }

    .left-block__information, .rows-information {
        gap: 30px;
    }

    .soon-block .swiper-button-prev,
    .soon-block .swiper-button-next {
        display: none;
    }

    .video-block .swiper-button-prev,
    .video-block .swiper-button-next {
        display: none;
    }

    /* подписка на новинки */

    .subscribe-block {
        gap: 50px;
    }
    .subscribe__title h2 {
        font: 600 60px/60px 'SourceSansPro', sans-serif;
    }
    .subscribe__title p {
        font: 20px/36px 'SourceSansPro', sans-serif;
    }
    .subscribe__type span {
        font: 20px/24px 'SourceSansPro', sans-serif;
    }
    .subscribe__submit input {
        font: 16px/16px 'SourceSansPro', sans-serif;
    }
    .subscribe__submit svg {
        right: 15px;
    }
    .subscribe__text {
        font: 14px/20px 'SourceSansPro', sans-serif;
    }
    .subscribe__text a {
        font: 14px/20px 'SourceSansPro', sans-serif;
    }
    .subscribe__slider {
        display: none;
    }
    .video__title {
        padding-right: 0;
        justify-content: space-between;
        align-items: center;
    }
    .video__title a {
        padding: 7px 16px;
        font: 16px / 18px 'SourceSansPro', sans-serif;
    }
    .video__title a svg {
        width: 32px;
        height: 32px;
    }
}

@media (max-width: 576px) {
    .mobile_send .bx_filter_search_button.active {
        color: rgba(26, 27, 39, 1);
        border: 1px solid rgba(26, 27, 39, 1);
    }
    .form_element{
        margin-top: 15px;
    }
    .popup .popup-container {
        padding: 0px !important;
    }

    .rows-section__delivery {
        padding-bottom: 20px;
    }
    .footer-block-request_subscribe .sender-btn{
        justify-content: center;
        padding: 10px 20px;
        height: 50px;
    }
    .footer-block-request_subscribe input.bx-form-control{
        height: 50px !important;
    }
     .footer-block-request_subscribe .sender-btn span{
        font-size: 14px;
     }
    .footer-block-request_subscribe .sender-btn svg{
        width: 24px;
        height: 24px;
    }
    .container-information .left-img__services, .container-information .right-img__services {
        display: none;
    }

    .right-block__services {
        padding-bottom: 10px;
    }

    .container-information .left-img__services.mobile, .container-information .right-img__services.mobile {
        display: block;
    }

    .actual-block__rows {
        grid-template-columns: 1fr;
    }

    .left-block__services {
        width: 100%;
    }

    .actual-block__rows {
        width: 100%;
    }

    .actual__link {
        width: 100%;
    }

    .actual-design {
        width: 100%;
    }

    .right-block__services .center-block__information {
        margin-top: 30px;
    }

    .main-block-action img {
        width: 100%;
    }

    .main-block-action.mobile {
        display: block;
    }

    .img-about.dekstop {
        display: none;
    }

    .content a.contact-design-phone {
        display: block;
        padding-bottom: 30px;
    }

    .img-about.mobile {
        margin-top: 30px;
        margin-bottom: 30px;
        display: block;
    }

    .title-about {
        font-size: 24px;
        line-height: 28.8px;
    }

    .cats__button.actions_btn.about {
        font-size: 16px;
        width: 100%;
        border: 1px solid rgba(26, 27, 39, 1);
        padding: 13px;
        text-indent: 43px;
        margin-top: 16px;

    }

    .cats__button.actions_btn.about:hover:before {
        content: url(/local/templates/arde-new/images/arrow-hover-left-menu.svg);

    }

    .section.has-video {
        margin-top: 6px;
    }

    .cats__button.actions_btn.about:before {
        right: 50px;
        top: 11px;
        content: url(/local/templates/arde-new/images/arrow-up-right_10px.svg);
    }

    .block-bottom-about {
        display: none;
    }

    .rows-about-block p {
        font-size: 14px !important;
        line-height: 18.9px;
    }

    .main-block-action.desktop {
        display: none;
    }

    .action__text {
        font-size: 14px;
        line-height: 15px;
        left: 9px;
        width: 209px;
        bottom: 10px;
    }

    .action__text:before {
        content: url(/local/templates/arde-new/images/arrow_white_24px.svg);
        right: -52px;
        top: -1px;
    }

    .action__text:hover:before {
        content: url(/local/templates/arde-new/images/arrow-action_hover_20px.svg);
    }

    .actions .actions__list {
        margin-bottom: 16px;
    }

    .block .actions {
        margin-top: 10px;
    }

    .actions__list {
        gap: 16px;
    }

    .information-text__span, .container-information .top-text__services {
        font-size: 14px;
        line-height: 20.3px;
    }

    .menu .menu__lnk {
        font-size: 16px;
    }

    .b24-form-header-title {
        font-size: 24px !important;
        line-height: 28px !important;
    }

    .btn_header .topbar__callback.information {
        font-size: 16px;
    }

    .rows-block__services p.info__services {
        font-size: 14px;
        line-height: 20.3px;
    }

    .main-block__delivery p, .container-information .step__delivery, .rows-block__services p {
        font-size: 14px;
        line-height: 20.3px;
    }

    .main-block__delivery {
        padding-bottom: 24px;
        gap: 16px;
    }

    .container-information .step__delivery {
        margin-bottom: 0px;
    }

    .container-information .desc__delivery {
        font-size: 18px;
        margin-bottom: 0px;
    }

    .rows-information .phone-information {
        font-size: 14px !important;
    }

    .btn_header .topbar__callback.information {
        left: 4px;
    }

    .information__top-text .btn_header:before {
        content: url(/local/templates/arde-new/images/arrow_white_right_10px.svg);
    }

    .information__top-text .btn_header:before {
        top: 36px;
    }

    .container-information .title-information {
        font-size: 24px;
        margin-top: 0px;
        line-height: 28px;
        margin-bottom: 10px;
    }

    .menu .menu__lnk {
        padding: 11px 0px 8px 0px;
    }

    .col_aside .menu__entry:before {
        top: 12px;
    }

    .container-information .information__img-desktop {
        display: none;
    }

    .container-information .information__img-mobile {
        display: block;
    }

     .container-information .left-img__services.none, .container-information .right-block__services.none, .container-information .right-img__services.none .container-information, .container-information .left-img__service.none {
        display: block;
    }

    .information__top-text .btn_header:hover:before {
        content: url(/local/templates/arde-new/images/arrow-20px_active.svg);
    }

    .right-block__information {
        padding-bottom: 20px;
    }

    .rows-information p {
        font-size: 14px;
        line-height: 18.9px;
        margin-bottom: 16px;
    }

    .card_info {
        padding-bottom: 0px;
    }

    .block-desc {
        margin-top: 15px;
    }

    .card__chars {
        margin-bottom: 0px;
    }

    .mm-ocd {
        top: 68px !important;
    }

    .favorite_searh_block {
        left: 54px;
    }

    .title_card {
        font-size: 18px;
        padding-bottom: 0px;
        line-height: 18px;
    }

    .selected-filter-params {
        margin-top: 30px;
    }

    .selected-filter-params .params-value {
        font-size: 12px;
        padding: 5px 12px;
    }

    .selected-filter-params .close-btn {
        right: 5px;
        top: 2px;
    }

    .name_product_info {
        font-size: 18px;
        padding-bottom: 5px;
    }

    .manager_text {
        font-size: 16px;
        padding-bottom: 20px;
    }

    .acardion-desc {
        font-size: 16px;
        padding: 13px 0px 12px 0px;
    }

    .bx-pagination {
        margin: -11px 0 11px 0px;
    }

    .acardion-desc.active .acardion-desc-text {
        font-size: 14px;
    }

    .property_value_block, .property_value_block span {
        font-size: 16px;
    }

    .selected-filter-params .params-list .params {
        margin-bottom: 8px;
        padding-right: 3px;
    }

    .entry__name_lvl2 {
        font-size: 16px;
        padding: 8px 16px 8px 16px;
    }

    .icon_serach:after {
        left: -3px;
        top: -12px;
    }

    .bx-input-group-btn .icon_serach:after {
        left: -18px;
    }

    .form-info svg {
        width: 44px;
        height: 44px;
    }

    .svg-whatsap {
        margin-right: 8px;
    }

    .close-search {
        cursor: pointer;
        color: rgba(255, 255, 255, 0.7);
        font-weight: 400;
        font-size: 14px;
        margin-top: 40px;
        position: relative;
        float: right;
        top: 91px;
        position: sticky;
        margin-right: 33px;
    }

    .close-search:before {
        content: url(/local/templates/arde-new/images/filter_mobile_menu.svg);
        width: 24px;
        position: absolute;
        top: 3px;
        height: 20px;
        right: -38px;
    }

    .mobile_send .bx_filter_search_reset.active {
        color: rgba(26, 27, 39, 1);
    }

    .bx_filter_parameters_box_container i.mobile_reset.active:before {
        background: url('/local/templates/arde-new/images/close_filter_mobile_active.svg') no-repeat;
    }

    .filter_mobile {
        display: flex;
    }

    .entry__block div span:nth-child(2) {
        font-size: 12px;
    }

    .selected_page_show.select_sort {
        position: absolute;
        width: 100%;
        bottom: 43px;
        display: none;
        left: 0px;
        box-shadow: 0px -4px 12px 0px rgba(0, 0, 0, 0.12);
        padding: 18px 20px 0px 20px;
    }

    .selected_page_show.select_sort.active {
        display: block;
        position: fixed;
        bottom: 43px;
    }

    .selected_page_show.select_sort ul {
        width: 100%;
    }

    .selected_page_show.select_sort .radio_selected {
        padding: 8px;
    }

    .selected_page_show.select_sort a {
        font-size: 14px;
    }

    .favorite_searh_block {
        top: -15px;
        display: none;
    }

    .banner__btn-wrap {
        right: 10px;
        top: 10px;
    }

    .form-text {
        font-size: 24px;
        width: fit-content;
        line-height: 24px;
        padding-bottom: 16px;
    }

    .form-phone {
        font-size: 20px;
    }

    .main-block-forms {
        width: 100%;
        position: relative;
        padding: 0px 20px;
    }

    .input_consultation {
        height: 40px;
        width: 100%;
    }

    .btn-form-sumbit {
        width: 100%;
        height: 48px;
        border: 1px solid #FFFFFF;
    }

    .right-form-block {
        width: 100%;
        margin-top: 100px;
    }

    .in-phone.block_consultation {
        margin-top: 8px;
    }

    .btn-form-sumbit {
        margin-top: 16px;
    }

    .btn-form-sumbit:hover {
        border: 1px solid #E59C00;
    }

    .geo_social svg {
        width: 40px;
        height: 40px;
        stroke: rgba(255, 255, 255, 1);
    }

    .geo_social svg g {
        opacity: 1;
    }

    .container-header__col.btn_footer .btn_header button {
        font-size: 16px;
        width: 100%;
        height: 48px;
        text-align: center;
        text-indent: -20px;
    }

    .container-header__col.btn_footer .btn_header svg {
        width: 21px;
        right: 58px;
        top: 3px;
    }

    .container-header__col.btn_footer .btn_header:hover svg path {
        stroke: #F5A700;
    }

    .container-header__col.btn_footer .btn_header:hover svg {
        transform: rotate(45deg);
    }

    .rows-form {
        flex-direction: column;
        justify-content: center;
        padding-left: 0px;
        gap: 0px;
        padding-top: 0px;
    }

    .btn-form-sumbit input {
        font-size: 16px;
        position: relative;
        top: -20px;
    }

    .center_footer {
        padding-top: 15px;
    }

    .menu__lnk.menu__lnk_footer {
        font-size: 16px;
    }

    .geo-row {
        flex-direction: column;
    }

    .geo_social {
        flex-direction: column;
        gap: 28px;
    }

    .geo_info .address span,
    .geo_info .work_time span {
        font-size: 14px;
    }

    .geo_info .phone a {
        font-size: 18px;
    }

    .bottom__menu {
        padding-bottom: 20px;
        padding-top: 20px;
        border-bottom: 1px solid #FFFFFF26;
        border-top: 1px solid #FFFFFF26;
    }

    .btn_footer .btn_header {
        display: block;
    }


    .container-header__col.btn_footer {
        margin-top: 28px;
        width: 100%;
        height: 48px;
        text-align: center;

    }

    .center_footer {
        width: 100%;
    }

    .btn_footer .btn_header svg {
        right: 75px;
    }

    .container-header__col.btn_footer .btn_header {
        width: 100%;
    }

    .btn_footer .btn_header .topbar__callback {
        font-size: 16px;
        text-align: center;
        text-indent: -20px;
    }

    .bottom__menu .menu__list_footer {
        flex-direction: column;
        gap: 12px;
    }

    .mobile_copy {
        display: block;
    }

    .left-form-block {
        padding-top: 60px;
    }

    .btn-form-sumbit:after {
        content: url(/local/templates/arde-new/images/mobile-arrows.svg);
        top: -12px;
    }

    .btn-form-sumbit:hover:after {
        content: url(/local/templates/arde-new/images/mobile-arr-active.svg);
    }

    .politicy {
        font-size: 12px;
        margin-top: 12px;
    }

    .politicy_text {
        font-size: 12px;
    }

    .input_consultation::placeholder,
    .input_consultation {
        font-size: 16px;
    }

    .consultation_form {
        position: relative;
        height: 700px;
        background-size: cover;
    }

    .consultation_form:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 58%, rgba(0, 0, 0, 0.5) 100%);
    }

    .form-span {
        font-size: 14px;
        width: fit-content;
        line-height: 19px;
        padding-bottom: 24px;
    }

    .bx_filter_parameters_box.box_one_item {
        order: -2;
    }

    .bx_filter .bx_filter_parameters_box_title:after {
        right: -27px;
    }

    .bx_filter .bx_filter_parameters_box_title {
        width: 87%;
        font-size: 16px;
        padding: 9px 0px;
    }

    .cats_link.cats__nd__link.cats_link_current.btn-slider {
        width: 148px;
        height: 48px;
        border: 1px solid #FFFFFF;
        border-radius: 0px;
        text-align: start;
        line-height: 19px;
        font-size: 16px;
        padding: 12px 20px 12px 24px;
        text-indent: 0px;
    }

    .banner__btn-wrap .button__arrow {
        bottom: 12px;
        width: 24px;
        right: 4px;
        height: 25px;
    }

    .banners .banners__content .banners__title {
        width: 280px;
        font-size: 28px;
        padding-bottom: 20px;
        line-height: 26.6px;
    }

    .title_container {
        font-size: 24px;
    }

    .title_container {
        padding-bottom: 30px
    }

    .bx_filter .bx_filter_parameters_box_container .bx_filter_input_container input {
        width: 130px;
        height: 40px;
        font-size: 14px;
    }

    .bx_filter .bx_filter_parameters_box_container .bx_filter_input_container {
        max-width: 100%;
    }

    .hr-filter:before {
        left: 1px;
        top: 2px;
        width: 12px;
    }

    .bx_filter .bx_ui_slider_track {
        left: 1px;
        top: 3px;
    }

    .bx_filter .bx_filter_parameters_box_container .bx_filter_input_container input::placeholder {
        font-size: 14px;
    }

    .bx_filter_parameters_box.box_one_item {
        padding-left: 0px;
        padding: 24px 4px;
    }

    .bx_filter_parameters_box {
        display: flex;
        border-bottom: 1px solid #E5E5E5;
        width: 91%;
        left: 21px;
        position: relative;
        margin-bottom: 0px !important;
    }

    .js_filter_name.bx_filter_parameters_box_title {
        color: #1A1B27;
        order: -2;
        position: relative;
        font-size: 16px;
        height: 34px;
        font-weight: 600;
        display: inline-block;
        float: left;
        width: 88%;
        padding: 0px;
        left: 21px;
        border-bottom: 1px solid #1A1B27;
    }

    .show_page:before {
        display: none;
    }

    .mobile_fix_available label {
        margin: 0;
        margin-right: 5px;
    }

    .bx_filter .bx_filter_param_btn.one_checked {
        top: -1px;
        margin-right: 5px;
    }

    .bx_filter .bx_filter_input_checkbox input[type=radio],
    .bx_filter .bx_filter_input_checkbox input[type=checkbox] {
        top: -1px;
    }

    .main_title {
        font-size: 24px;
        padding-top: 17px;
        padding-bottom: 0px;
    }

    .block > .content {
        margin-top: 0px !important;
    }

    .smartfilter > .clb {
        display: none;
    }

    .show_page {
        display: flex;
        align-items: center;
        padding-top: 20px;
    }

    .show_page p {
        color: #1A1B27;
        font-weight: 600;
        font-size: 16px;
    }

    .bx_filter_parameters_box_title_item_one {
        font-size: 16px;
        padding: 0px;
    }

    .selected_page_show {
        display: flex;
        gap: 8px;
        padding: 0px;
        position: relative;
        border: none;
    }

    .selected_page_show span {
        padding: 4px 12px;
        border: 1px solid #E6E6E6;
    }

    .selected_page_show span.active {
        border: 1px solid #1A1B27;
        /*border:none;*/
    }

    .selected_page_show span.active a {
        color: #1A1B27;
    }

    .bx_filter .mobile_send .bx_filter_search_button {
        height: 31px;
        text-indent: 0px;
        padding: 0px 32px;
        line-height: 1px;
    }

    .bx_filter .mobile_send .bx_filter_search_reset {
        height: 31px;
        text-indent: -4px;
        padding: 0px 40px;
        line-height: 1px;
    }

    .show_page p {
        padding: 0px;
        padding-left: 22px;
    }

    .selected_page_show span:first-child a {
        margin-bottom: 0px;
    }

    .radio_selected.active:before {
        position: relative;
        top: -9px;
        left: -8px;
    }


    .rows-label-filter.js_height_filter {
        padding-top: 12px;
        height: auto;
        padding-bottom: 200px;
        overflow: auto;
        grid-template-columns: 1fr 1fr;
    }

    .rows-label-filter.js_height_filter::-webkit-scrollbar {
        width: 4px;
    }

    .rows-label-filter.js_height_filter::-webkit-scrollbar-track {
        -webkit-box-shadow: 5px 5px 5px -5px rgba(34, 60, 80, 0.2) inset;
        background-color: rgba(0, 0, 0, 0.05);
    }

    .rows-label-filter.js_height_filter::-webkit-scrollbar-thumb {
        background-color: rgba(26, 27, 39, 1);
        background-image: -webkit-linear-gradient(45deg, rgba(26, 27, 39, 1),
        transparent 25%,
        transparent 50%,
        rgba(26, 27, 39, 1),
        rgba(26, 27, 39, 1),
        transparent 100%,
        transparent);
    }

    .rows-label-filter {
        grid-template-columns: 1fr 1fr;
        padding-top: 12px;
    }

    .searchInput {
        width: 100%;
        height: 40px;
        position: relative;
        border: 1px solid #CCCCCC;
    }

    .label-searchInput {
        width: 30px;
        height: 30px;
        background-image: url("/local/templates/arde-new/images/search_filter.svg");
        position: absolute;
        z-index: 20;
        right: 17px;
        background-repeat: no-repeat;
        top: 9px;
    }

    .searchInput::placeholder {
        color: #CCCCCC;
    }

    .searchInput:after {
        content: '213';
        position: absolute;
        right: 0px;
        width: 50px;
        height: 50px;
        background: red;
    }

    .activ.Цена .main_conteiner_filter {
        margin: 0px;
        width: 96%;
    }

    .bx_filter_block.Цена .bx_filter_block {
        display: none !important;
    }

    .bx_filter_parameters_box_container.mobile_sumbit {
        display: none;
    }

    .bx_filter_block.bx_filter_block_send.mobile_send {
        display: block;
        position: fixed;
        left: 0px;
        height: 56px;
        width: 100%;
        padding: 12px 20px;
        box-shadow: 0px -5px 10px 0px rgba(0, 0, 0, 0.12);
        bottom: 0px;
        z-index: 40;
        background: white;
    }

    .mobile_send .bx_filter_search_button {
        color: #999999;
        border: 1px solid #999999;
        padding: 9px 32px;
        font-size: 14px;
        line-height: normal;
        width: 100%;
        left: 0px;
    }

    .mobile_send .bx_filter_parameters_box_container {
        display: flex;
    }

    .mobile_send .bx_filter_search_reset {
        color: #CCCCCC;
        border: 1px solid #CCCCCC;
        padding: 9px 32px;
        line-height: normal;
        width: 100%;
        font-size: 14px;
        left: 0px;
        margin-right: 0px;
    }

    .mobile_send .bx_filter_search_reset,
    .mobile_send .bx_filter_search_button {
        margin-bottom: 0px;
        text-indent: -10px;
    }

    .bx_filter .bx_filter_input_checkbox .bx_filter_param_text {
        line-height: 22px;
        margin-left: 30px;
        font-size: 14px;
    }

    .bx_filter_parameters_box.active .bx_filter_parameters_box_container {
        border: none;
    }

    .bx_filter_block.activ {
        top: 44px;
    }

    .main_conteiner_filter {
        padding: 0px;
        width: 96%;
    }

    .js_mobile_block .bx_filter_parameters_box.active {
        border: none;
    }

    .bx_filter_parameters_box.active .bx_filter_parameters_box_title {
        width: 100%;
        border: none;
        background: none;
        padding: 11px 0px;
    }

    .selected_page_show a {
        font-size: 14px;
        color: #E6E6E6;
        font-weight: 400;
    }

    .smartfilter {
        display: none;
        gap: 0px;
        border-bottom: none;
        flex-direction: column;
    }

    .catalog .catalog__list {
        display: grid;
        column-gap: 8px;
        row-gap: 10px;
        grid-template-columns: 1fr 1fr;
    }

    .catalog__entry .entry__footer .entry__name {
        font-size: 14px;
        font-weight: 600;
        line-height: 16.8px;
    }

    .catalog__entry .entry__footer .entry__detail {
        margin-bottom: 0px;
    }

    .catalog__list .catalog__entry {
        padding: 0px;
        margin: 0px;
    }

    .entry__block div span,
    .catalog__entry .entry__footer .entry__style span,
    .catalog__entry .entry__footer .entry__factory span {
        font-size: 12px;
    }

    .catalog__entry .entry__footer .entry__stock .in_stock {
        font-size: 12px;
    }

    .catalog__entry .entry__footer .entry__style {
        margin-top: 2px;
    }

    .catalog__entry .entry__footer .entry__stock {
        margin-top: 8px;
    }

    .catalog__entry > .entry__footer > .entry__block {
        margin-bottom: 5px;
    }

    .catalog__entry .entry__footer .entry__request {
        margin-top: 10px;
        height: 31px;
    }

    .catalog__entry .entry__footer .entry__price .price__current {
        font-size: 18px;
    }

    .catalog__entry .entry__footer .entry__request {
        font-size: 14px;
    }

    .entry__fav {
        right: 0px;
        top: 3px;
    }

    .btn_red,
    body .entry__labels .label__entry_stock,
    .catalog__top-filter .filter__entry:hover,
    .catalog__top-filter .filter__entry_current,
    body .cats_link,
    body .entry__labels .label__entry_new,
    body .discount,
    .catalog__entry .entry__footer .entry__purchase {
        top: 5px;

    }

    .discount strong {
        font-size: 14px;
    }

    .discount {
        width: 42px;
        height: 42px;
        line-height: 39px;
    }

    .wrapper .colgroup {
        display: block;
        margin-bottom: 0px;
    }

    .card_arrow_next {
        background-image: url(/local/templates/arde-new/images/arrow-right_slider_mobile.svg);
        width: 32px;
        height: 32px;

    }

    .card_arrow_next:hover {
        background-image: url(/local/templates/arde-new/images/arrow-right_slid_hover_mobile.svg);
    }

    .card_arrow_prev:hover {
        background-image: url(/local/templates/arde-new/images/arrow-right_slid_hover_mobile.svg);
    }

    .card_arrow_prev {
        background-image: url(/local/templates/arde-new/images/arrow-right_slider_mobile.svg);
        width: 32px;
        height: 32px;
        background-position-x: -1px;
        background-position-y: 0px;
    }

    .acardion-desc:before {
        right: 0px;
        bottom: 12px;
    }

    /* скоро поступление */
    .soon-block {
        gap: 30px;
        padding: 70px 10px;
    }
    .soon__title h2 {
        font: 600 24px/95% 'SourceSansPro', sans-serif;
    }
    .soon__item {
        max-width: 290px;
        gap: 16px;
        padding: 20px;
    }
    .soon__item-info-title {
        padding: 10px 0 10px;
    }
    .soon__item-info-title a {
        font: 16px/20px 'SourceSansPro', sans-serif;
    }
    .soon__item-info-spec span {
        font: 14px/18px 'SourceSansPro', sans-serif;
    }
    .soon__item-info-spec a {
        font: 14px/18px 'SourceSansPro', sans-serif;
    }
    .soon__item-info-available span {
        font: 14px/18px 'SourceSansPro', sans-serif;
    }
    .soon__item-info-not-available span {
        font: 14px/18px 'SourceSansPro', sans-serif;
    }
    .soon__item-info-price span {
        font: 600 24px/29px 'SourceSansPro', sans-serif;
        color: #1A1B27;
    }
    /* подписка на новинки */

    .subscribe-block {
        height: auto;
        gap: unset;
    }
    .subscribe__form {
        padding: 70px 0;
        justify-content: unset;
    }
    .subscribe__title h2 {
        font: 600 32px/32px 'SourceSansPro', sans-serif;
    }
    .subscribe__title p {
        font: 18px/24px 'SourceSansPro', sans-serif;
        margin: 20px 0 0;
    }
    .subscribe__type {
        margin-top: 32px;
        justify-content: space-between;
    }
    .subscribe__type span {
        width: 100%;
        font: 20px/24px 'SourceSansPro', sans-serif;
        height: 50px;
        padding: 0 16px;
    }
    .subscribe__type span.active {
        padding: 0 15px;
    }
    .subscribe__inputs {
        margin-top: 32px;
        flex-wrap: wrap;
    }
    .subscribe__input {
        max-width: unset;
    }
    .subscribe__submit {
        max-width: unset;
        height: 50px;
    }
    .subscribe__submit input {
        font: 16px/16px 'SourceSansPro', sans-serif;
    }
    .subscribe__submit svg {
        right: 34px;
    }

    /* видео блок */

    .video-block {
        gap: 30px;
        padding: 70px 10px;
    }
    .video__title h2 {
        font: 600 24px/130% 'SourceSansPro', sans-serif;
    }
    .video__slider-item {
        max-width: 320px;
    }
    .video__slider-item-title {
        font: 600 20px/26px 'SourceSansPro', sans-serif;
    }
    .video-popup-outer {
        display: flex;
        max-width: 90%;
        max-height: 90%;
    }
    .video-popup-outer .video-popup-container {
        width: 100%;
    }
    .video-popup-outer .popup-button-prev,
    .video-popup-outer .popup-button-next {
        width: 40px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: calc(50% - 20px);
        cursor: pointer;
    }
    .video-popup-outer .popup-button-prev {
        left: 0;
    }
    .video-popup-outer .popup-button-next {
        right: 0;
    }
    .video-popup__close {
        top: -24px;
        right: 0;
    }
    .videoblog {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .video__slider-item {
        max-width: unset;
    }
    .video__slider-item-title {
        font: 600 18px / 24px 'SourceSansPro', sans-serif;
    }
}

@media (max-width: 400px) {
    .property_value_block, .property_value_block span {
        font-size: 14px;
    }

    .btn_header.btn_header_current.btn-design:before {
        right: 14px;
        top: 17px
    }
    @media (max-width: 576px){
        .form_element{
            margin-top: 10px;
            height: 35px;
            line-height: 25px;
            font-size: 14px;
        } 
        .form_element.card_element{
            height: 40px;
            line-height: 28px;
            font-size: 16px;
            border: 1px solid rgba(26, 27, 39, 1);
        }
    }
}

@media (max-width: 325px) {
    .banners .banners__content .banners__title {
        padding-bottom: 14px;
    }

    .bx_filter .bx_filter_parameters_box_title:after {
        right: -18px;
    }

    .banners .banners__content {
        padding-left: 20px;
    }

    .bx_filter_parameters_box_container i.mobile_reset:before {
        right: 8px;
        top: 11px;

    }
}

@media (max-width: 320px) {
    .form-text {
        line-height: 28px;
    }

    .right-form-block {
        margin-top: 118px;
    }

    .geo-row {
        gap: 25px;
    }

    .container-header__col.btn_footer {
        margin-top: 20px;
    }

    .icon_serach:after {
        left: -18px;
        top: -12px;
    }
}

.ip-check {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.53);
    z-index: 99999;
}

.ip-check.non-detected {
    display: none;
}

.ip-check .ip-check__block {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 40%;
    background: #fff;
    padding: 10px;
    border: 4px solid #000;
    font-weight: 400;
    font-size: 24px;
    color: #000;
    opacity: 1;
}

.ip-check .ip-check__text {
    margin-bottom: 10px;
}

.ip-check .ip-check__buttons {
    display: flex;
    align-items: center;
    gap: 10px;
    transition: color .3s ease-in-out;
}

.ip-check .ip-check__buttons a:hover {
    color: #F5A700;
}

body {
    overflow-x: hidden;
}

@media (max-width: 1600px) {
    .consultation_form:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 1000px;
        background: linear-gradient(69deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 58%, rgba(0, 0, 0, 0.5) 100%);
    }
}

@media (max-width: 1080px) {
    .header__logo img {
        width: 100%;
    }

    .topmenu .container_header_body .container-header__col {
        right: 15px;
    }

    .icon_serach:after,
    .favorite_searh_block {
        left: -25px;
    }
}

@media (max-width: 992px) {
    .ip-check .ip-check__block {
        width: 80%;
    }
}

@media (max-width: 576px) {
    .consultation_form:before {
        height: 100%;
    }
}

@media (max-width: 460px) {
    .ip-check .ip-check__block {
        font-size: 16px;
    }
}

.main-block-forms .right-form-block {width:100%}
.main-block-forms .right-form-block .b24-form-wrapper {margin-left:0;}

@media (max-width:300px) {
    html {
        overflow-x: hidden;
    }
    .topmenu_fixed {
        position: fixed;
    }
}