:root {
    --primary-color: #fff;
    --secondary-color: #ec0a18;
    --accent-color: #c8000c;
    --br-big: 20px;
    --br-small: 10px;
    --nav-bg: #1c2327;
    --nav-txtbg: #cfcfcf;
    --header-bg: #fff;
    --header-txt: #1c2327;
    --nav-txt-hover: #ec0a18;
    --txt-hover: #ec0a18;
    --nav-icons: #ec0a18;
    --checkboxes-color: #ec0a18;
}

@font-face {
    font-family: 'Museo Sans';
    src: url("/wa-content/fonts/1/MuseoSansCyrl300.eot");
    src: url("/wa-content/fonts/1/MuseoSansCyrl300.eot?#iefix")format("embedded-opentype"),
        url("/wa-content/fonts/1/MuseoSansCyrl300.woff") format("woff"),
        url("/wa-content/fonts/1/MuseoSansCyrl300.ttf") format("truetype");
    font-style: normal;
    font-weight: 300;
}

@font-face {
    font-family: 'Museo Sans';
    src: url("/wa-content/fonts/1/MuseoSansCyrl500.eot");
    src: url("/wa-content/fonts/1/MuseoSansCyrl500.eot?#iefix")format("embedded-opentype"),
        url("/wa-content/fonts/1/MuseoSansCyrl500.woff") format("woff"),
        url("/wa-content/fonts/1/MuseoSansCyrl500.ttf") format("truetype");
    font-style: bold;
    font-weight: 500;
}

@font-face {
    font-family: 'Museo Sans';
    src: url("/wa-content/fonts/1/MuseoSansCyrl700.eot");
    src: url("/wa-content/fonts/1/MuseoSansCyrl700.eot?#iefix")format("embedded-opentype"),
        url("/wa-content/fonts/1/MuseoSansCyrl700.woff") format("woff"),
        url("/wa-content/fonts/1/MuseoSansCyrl700.ttf") format("truetype");
    font-style: extrabold;
    font-weight: 700;
}

@font-face {
    font-family: 'Ruble';
    src: url('/wa-content/fonts/PTRubleSans.otf');
}

@font-face {
    font-family: 'icomoon';
    src: url('/wa-content/fonts/icomoon/fonts/icomoon.eot?ok9czq');
    src: url('/wa-content/fonts/icomoon/fonts/icomoon.eot?ok9czq#iefix') format('embedded-opentype'),
        url('/wa-content/fonts/icomoon/fonts/icomoon.ttf?ok9czq') format('truetype'),
        url('/wa-content/fonts/icomoon/fonts/icomoon.woff?ok9czq') format('woff'),
        url('/wa-content/fonts/icomoon/fonts/icomoon.svg?ok9czq#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'PTRoubleSans';
    src: url('/wa-content/fonts/PTRoubleSans/PTRoubleSans.eot') format('embedded-opentype'),
        url('/wa-content/fonts/PTRoubleSans/PTRoubleSans.woff') format('woff'),
        url('PTRoubleSans.ttf') format('truetype'),
        url('/wa-content/fonts/PTRoubleSans/PTRoubleSans.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

html {
    scroll-behavior: smooth;
}

body.body_if_filtr::before,
body.body-no-scroll::before {
    content: "";
    width: 100%;
    height: 100vh;
    display: block;
    position: fixed;
    top: 0;
    z-index: 11;
}
a {
    text-decoration: none;
}
p {
    color: #070b10;
    margin: 0 0 .8em;
    line-height: 1.3em;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable- input:focus {
    border-color: #595F64;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    outline: none;
}

.multiform-gap-value input[type='radio'],
.multiform-gap-value input[type='checkbox'] {
    position: relative;
}

button,
div {
    font-family: 'Museo Sans', sans-serif !important;
}

input {
    height: 40px;
    color: inherit;
    font: inherit;
    margin: 0;
    line-height: normal;
}

.body-no-scroll {
    overflow: hidden;
}

[class*=" icon-"],
[class^=icon-] {
    font-family: icomoon !important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1
}

.product__label {
    font-weight: normal;
    border: 1px solid var(--secondary-color);
    background-color: #fff;
    border-radius: 8px;
    text-align: center;
    padding: 0 11px;
    font-size: 13px;
    min-width: 60px;
    color: var(--secondary-color);
    height: 28px;
    overflow: hidden;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    box-sizing: border-box;
    cursor: pointer;
    transition: all .3s;
}


div.multiform-body {
    padding: 10px 0;
    margin-top: 10px;
}

.promo-code-content.promo-content {
    text-align: center;
    padding: 0px 29px 0px 29px;
    overflow-y: hidden;
    box-sizing: border-box;
    transition: all .3s;
    height: 0;
}

.couponair_stick .promo-content {
    background: #fff;
    min-width: 360px;
    box-sizing: border-box;
    display: none;
    text-align: start;
    border-radius: 20px;
}

.promo-code-content {
    position: absolute;
    z-index: 10;
    top: 100%;
    left: 0;
    right: 0;
    top: 40px;
    border: 1px solid #d9dadb;
    border-radius: 5px;
    padding: 40px 20px 15px;
    font-weight: normal;
}

.promo-code-content.promo-content:before,
.promo-code-content.promo-content:after {
    left: 55%;
    border-bottom: 6px solid #d9dadb;
    content: '';
    position: absolute;
    bottom: 100%;
    left: 90px;
    border: 6px solid transparent;
    border-bottom: 6px solid #d9dadb;
}

.promo-code-content__close {
    position: absolute;
    top: 9px;
    right: 9px;
    font-size: 10px;
    line-height: 1;
    padding: 10px;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.promo-content .promo-code-content__value {
    margin-bottom: 8px;
    text-align: center;
    margin-top: 15px;
}

.promo-code-content.promo-content .promo-elem-text {
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    color: var(--secondary-color);
    font-weight: 500;
}

.couponair_stick .promo-content .promo-code-content__title {
    margin: 13px 0 19px;
    font-weight: 100;
    font-size: 14px;
}

.couponair_stick .promo-content .btn-default {
    padding: 10px 25px;
    transition: .3s;
    background-color: transparent;
    border: 1px solid var(--secondary-color);
    color: var(--secondary-color);
    font-weight: 100;
    font-size: 14px;
    border-radius: 10px;
    transition: all .3s;
}

.couponair_stick .promo-content .btn-default:hover {
    color: white;
    background-color: var(--secondary-color);
}

.promo-code-content__txt {
    margin-top: 30px;
    margin-bottom: 30px;
}

#popup-product_promo_form {
    display: none;
}

.icon-close-2:before {
    content: "\e936"
}

.icon-comment:before {
    content: "\e933"
}

.icon-file:before {
    content: "\e934"
}

.icon-info-2:before {
    content: "\e935"
}

.icon-user:before {
    content: "\e932"
}

.icon-date:before {
    content: "\e931"
}

.icon-info:before {
    content: "\e930"
}

.icon-box-l:before {
    content: "\e92d"
}

.icon-box-m:before {
    content: "\e92e"
}

.icon-box-s:before {
    content: "\e92f"
}

.icon-clip:before {
    content: "\e92c"
}

.icon-clock:before {
    content: "\e929"
}

.icon-phone-2:before {
    content: "\e92a"
}

.icon-train:before {
    content: "\e92b"
}

.icon-guarantee:before {
    content: "\e927"
}

.icon-remove:before {
    content: "\e928"
}

.icon-minus:before {
    content: "\e925"
}

.icon-plus:before {
    content: "\e926"
}

.icon-click:before {
    content: "\e920"
}

.icon-delivery:before {
    content: "\e921"
}

.icon-files:before {
    content: "\e922"
}

.icon-mounting:before {
    content: "\e923"
}

.icon-pay:before {
    content: "\e924"
}

.icon-sort:before {
    content: "\e91f"
}

.icon-cafe:before {
    content: "\e912"
}

.icon-comments:before {
    content: "\e913"
}

.icon-cottage:before {
    content: "\e914"
}

.icon-flat:before {
    content: "\e915"
}

.icon-grid:before {
    content: "\e916"
}

.icon-life-buoy:before {
    content: "\e917"
}

.icon-list:before {
    content: "\e918"
}

.icon-next-corner:before {
    content: "\e919"
}

.icon-office:before {
    content: "\e91a"
}

.icon-pool:before {
    content: "\e91b"
}

.icon-prev-corner:before {
    content: "\e91c"
}

.icon-shop:before {
    content: "\e91d"
}

.icon-stock:before {
    content: "\e91e"
}

.icon-close:before {
    content: "\e911"
}

.icon-corner:before {
    content: "\e910"
}

.icon-attention-circle:before {
    content: "\e900"
}

.icon-callback:before {
    content: "\e901"
}

.icon-check-circle:before {
    content: "\e903"
}

.icon-compare-2:before,
.icon-compare:before {
    content: "\e904"
}

.icon-corner-fill:before {
    content: "\e906"
}

.icon--filter:before {
    font-family: FontAwesome;
    content: "\f0b0";
    font-size: 16px;
    margin-left: 3px;
    color: #ec0a18;
    font-style: normal;
}

.b_filtr_button__txt {
    font-size: 16px;
    font-weight: 500;
    color: #070b10;
}

body {
    background-color: #f3f4f6;
    overflow-x: hidden;
    min-height: 100%;
    text-rendering: optimizeLegibility;
    width: 100%;
    margin: 0;
    color: #070b10;
    font-size: 16px;
    font-weight: 300;
}

[class*=" icon-"],
[class^=icon-] {
    font-family: icomoon !important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
}

input {
    outline: none;
}

li {
    list-style-type: none;
}

button {
    cursor: pointer;
}

.center_wrapper {
    box-sizing: border-box;
    margin: 0 auto;
    width: 100%;
    padding: 0 15px;
}

.toner {
    position: fixed;
    z-index: 30;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .5);
    display: none;
    transition: opacity 0.3s;
}


.multiform-wrap.categories_manager.default-theme .multiform-gap-fields input {
    height: 55px;
    padding: 18px 12px;
    box-sizing: border-box;
    width: 100%;

}

.multiform-wrap.categories_manager.default-theme .multiform-gap-fields input[type="checkbox"] {
    height: auto;
    position: relative;
    top: 2px;
}

.multiform-wrap .multiform-gap-value {
    height: fit-content;
}

.multiform-wrap.default-theme .errormsg,
.default-theme .multiform-mask-error {
    margin: 5px 0 0px 0;
}

.popup__header-title.head_all {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 28px;
    font-weight: 300;
}

.popup__header-subtitle {
    font-size: 14px;
    line-height: 18px;
    color: #070b10;
}

.multiform.fancybox-content {
    border-radius: 20px;
}

.b-cityselect__wrapper .b-cityselect__notifier {
    padding: 0;
    position: absolute;
    z-index: 103;
    border-radius: 5px;
    background: rgb(21 21 21 / 95%);
    box-shadow: 0 0 4px 4px rgb(0 0 0 / 10%);
    border: 1px solid #545454;
    color: #070b10;
    margin-top: 0;
    width: fit-content;
    text-align: center;
    right: 0;
    top: 0;
    left: -600px;
    transition: all .3s;
    z-index: 11111;
}

.fancybox-overlay {
    background: rgba(30, 30, 30, 0.87) !important;
    z-index: 999999 !important;
}

.i-cityselect__city_yes:hover {
    opacity: .8;
}

.b-cityselect__notifier .btn_left {
    padding-left: 25px;
    background: var(--secondary-color);
    color: #fff !important;
}

.b-cityselect__wrapper .b-cityselect__notifier_buttons {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}

.multiform-gap-field.type-checkbox .multiform-gap-value label,
.settings-field.type-checkbox label {
    display: flex;
    align-items: baseline;
}

.multiform-wrap.categories_manager.default-theme .multiform-gap-fields .multiform-gap-field.type-checkbox .multiform-gap-value label input,
.settings-field.type-checkbox label input {
    width: 13px;
}

.multiform-wrap.categories_manager.default-theme .multiform-gap-fields .multiform-gap-field.type-checkbox .multiform-gap-value .checkpolitic label input {
    padding: 0;
    display: block;
    height: fit-content !important;
}

.multiform-gap-field.type-checkbox .multiform-gap-value label,
.settings-field.type-checkbox label {
    font-weight: normal;
}

.multiform-gap-field .multiform-gap-option {
    margin-bottom: 10px;
}

.multiform-gap-field .multiform-gap-option span {
    margin-left: 5px;
    vertical-align: middle;
}

.checkpolitic span,
.ds__itm__last span,
.pn__name,
.pn__val,
.service__txt {
    font-size: 14px;
}

.checkpolitic .color-link,
.color-link,
.contact__page__column .fnr__head .i-cityselect__city,
.fo__row #wahtmlcontrol_fields_field_113_19-1 a,
.geomontxt b,
.razmer__inner,
.url__class {
    color: var(--secondary-color);
    transition: .3s;
}

.checkpolitic .color-link:hover,
.color-link:hover,
.contact__page__column .fnr__head .i-cityselect__city:hover,
.fo__row #wahtmlcontrol_fields_field_113_19-1 a:hover,
.geomontxt b:hover,
.razmer__inner:hover,
.url__class:hover {
    color: var(--txt-hover);
}

.form-callback__btn {
    background-color: var(--secondary-color);
    width: 100%;
    height: 50px;
    border-radius: 10px;
    color: #fff;
    padding: 0 15px;
    text-align: center;
    border: none;
    -webkit-transition: .3s;
    transition: .3s;
    font-size: 12px;
    font-weight: 500;
}

.home__zayavka .form-callback__btn {
    text-transform: uppercase;
    transition: all .3;
}

.home__zayavka .form-callback__btn:hover {
    opacity: .8;
}

.search__form.multiform.fancybox-content .search #search {
    width: 100%;
    outline: none;
    border: none;
}

.show-all,
.show-more {
    display: inline-flex;
    text-decoration: none;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    z-index: 1;
    border: none;
    background: 0 0;
    font-size: 14px;
    padding: 0;
    transition: .3s;
    color: var(--secondary-color);
}

.show-all:before,
.show-more:before {
    content: '';
    position: absolute;
    top: 0;
    right: -50px;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.show-all::after {
    content: 'next';
    font-family: swiper-icons;
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 17px;
    font-size: 8px;
    margin-left: 5px;
    transform: rotate(90deg);
    width: 10px;
    font-weight: 800;
    transition: .3s;
}

.show-all:hover {
    color: var(--txt-hover);
}

.show-all:hover::after {
    color: var(--txt-hover);
}

.show-all-container {
    position: absolute;
    bottom: 0;
}

.content-block-text {
    height: 353px;
    overflow: hidden;
    position: relative;
    transition: height .3s;
}

.bottom_part_txt .content-block-text::after {
    background: linear-gradient(to bottom, rgba(255, 255, 255, .1) 0, rgb(243 244 246) 55%, #f3f4f6 100%);
    height: 60px;
    content: "";
    display: block;
    width: 100%;
    bottom: 0;
    position: absolute;
}

.content-block-text-open {
    overflow: visible !important;
}

.bottom_part_txt .content-block-text-open::after {
    content: none;
}

.show-all.show-open {
    bottom: -20px;
}

.show-all.show-open::after {
    transform: rotate(270deg);
    transition: .3s;
}

.bg__inner.content-block-fix {
    position: relative;
}

.b-cityselect__change.i-cityselect__change.fancybox-content {
    max-width: 520px;
    padding: 50px 40px;
    width: 100%;
    border-radius: 20px;
}

.b-cityselect__change {
    width: 500px;
}

.fancybox-skin {
    border-radius: 20px;
    max-width: 520px;
    box-sizing: border-box;
    padding: 0 !important;
}


#cityselect__change {
    max-width: 520px;
    box-sizing: border-box;
    padding: 50px 15px;
}

.fancybox-close {
    top: 10px !important;
    right: 10px !important;
}

#cityselect__change .b-cityselect__change_info {
    font-weight: 300;
    font-size: 28px;
    text-align: center;
    color: #070b10;
}

#cityselect__change .b-cityselect__change_city_wrapper {
    margin-bottom: 20px;
    margin-top: 20px;
    border: 1px solid var(--secondary-color);
    padding: 5px;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    border-radius: 10px;
    max-width: 410px;
    margin: 0 auto;
    box-sizing: border-box;
    margin-bottom: 20px;
}


.b-cityselect__list .i-cityselect__set_city.bold {
    font-weight: 500;
    white-space: nowrap;
    color: #070b10;
    transition: color .3s;
}

.b-cityselect__list .i-cityselect__set_city.bold:hover {
    color: var(--secondary-color);
}

#cityselect__change .b-cityselect__change_input {
    border: none;
    padding-top: 4px;
}

.b-cityselect__change_city_wrapper .icns__geo__inner svg {
    width: 18px !important;
    margin-right: 2px;
}

#cityselect__change .b-cityselect__change_city_wrapper .icns__geo {
    margin-right: 8px;
}

.b-cityselect__change_text {
    text-align: center;
    margin-bottom: 20px;
    color: #070b10;
}

.b-cityselect__head {
    color: #070b10;
}

.search__form .form-control {
    font-size: 14px;
    color: #888888;
    height: 50px;
    border: none;
    width: 100%;
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
    padding-left: 10px;
}




.head_all-sale {
    color: #000;
}


.prodTitleOuter {
    text-align: left;
}

.calc__arrowico,
.footer_address_phone,
.inline-link {
    font-size: 20px;
}

.itemInner__compare svg line {
    transition: all .5s;
}

.itemInner__compare svg path {
    transition: fill .5s;
}


.itemInner img {
    width: 100%;
    max-width: 220px;
    height: auto;
}

.prodTitle {
    font-weight: 300;
    color: #000;
    transition: color .3s;
}

.product__price .price {
    font-weight: 700;
}

.swiper .list_price {
    font-size: 22px;
    transition: color .3s;
    white-space: nowrap;
    font-weight: 500;
    cursor: pointer;
}

.swiper .list_price:hover {
    color: var(--txt-hover);
}

.ruble {
    font-family: 'PTRoubleSans' !important;
    margin-left: 5px;
}

.product__badge__img,
.product__badge__img svg {
    width: 20px;
    height: 20px;
}

.product__badge__txt {
    font-size: 13px;
    font-weight: 500;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    margin-top: -1px;
}

.product__buttons {
    flex-direction: row-reverse;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    padding-bottom: 2px;
    box-sizing: border-box;
}

.podpor__page form,
.product__buttons .product__buttons__buy,
label {
    width: 100%;
}

.product__buttons .red_button {
    width: 100%;
    height: 48px;
}

.product__btnwi .product__btnwi__i {
    margin-right: 5px;
}

.all_ploshad_link .hide,
.cd_row.srow1,
.cd_row.srow2,
.cd_row.srow3,
.choose_city .location__top,
.dp-product__service-col-line:first-child .dp-cost_value:before,
.product__btnwi__i {
    display: none;
}

.product__btnwi__i {
    width: 16px;
    fill: #515c68;
    height: 16px;
}

.itemInner__compareBlock {
    position: absolute;
    top: 12px;
    right: 16px;
    cursor: pointer;
    width: 24px;
    z-index: 1;

}

.swiper .itemInner__compareBlock {
    display: none;
}

.header__mob .cartCount {
    top: 4px;
    right: -7px;
}

.parent_sl .swiper-button-next.swiper-button-disabled,
.parent_sl .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 12px !important;
    color: #000;
    background: #fff;
    padding: 14px 17px;
    border-radius: 50%;
    font-weight: 900;
    box-shadow: 0 3px 8px rgb(0 0 0 / 8%);
    transition: all .3s;
    height: 40px;
    width: 40px;
    box-sizing: border-box;
}

.swiper-button-next:after {
    padding-left: 18px;
    padding-top: 15px;
}

.swiper-button-next:hover:after,
.swiper-button-prev:hover:after {
    background-color: var(--secondary-color);
    color: white;
}




.up_top_line {
    z-index: 10000;
}

.open_geo .up_top_line.headerfix .b-cityselect__notifier {
    display: block !important;
}

.top__line__inner .b-cityselect__wrapper:hover .location-choice__title {
    color: var(--secondary-color);
}

.top__line__inner .i-cityselect__var--phone {
    transition: color .3s;
}

.top__line__inner .i-cityselect__var--phone:hover {
    color: var(--secondary-color);
}

.new_l_region span,
.region__top span {
    order: 2;
}

.phone_region {
    margin-right: 1.5vw;
}

.up_top_line {
    height: 40px;
    background-color: var(--nav-bg);
    line-height: 21px;
    font-family: 'Museo Sans';
}

.top_line_wrapper .location-choice__title,
.top_line_wrapper a.i-cityselect__var--phone {
    font-size: 14px;
    color: #fff;
    transition: color .3s;
}


.i-cityselect__var--phone {
    display: inline-block;
    padding: 5px 0px 5px 0px;
    font-size: 18px;
    color: #070b10;
    font-weight: 400;
    font-family: 'Museo Sans';
}

.b-cityselect__city {
    display: flex;
    align-items: baseline;
    margin-right: 5px;
    border-bottom: unset !important;
}


.header__mob__topline .location__top {
    display: none;
}

.geo_hor .b-cityselect__notifier_buttons.nowrap input {
    border-radius: 0px;
    transition: all .3s;
    cursor: pointer;
    border: none;
    height: fit-content;
    padding: 9px 16px;
    font-size: 13px;
    font-weight: 500;
    border-radius: 5px;
}

.top_line_wrapper .location-choice__title {
    font-size: 14px;
    color: #fff;
}

.location-choice__title {
    display: inline-block;
    font-size: 13px;
    color: #fff;
    font-weight: 300;
    font-family: 'Museo Sans';
    cursor: pointer;
    white-space: nowrap;
}

.b-cityselect__city_no.btn_right.i-cityselect__city_no {
    color: #fff;
    background: transparent;
    border: 1px solid white !important;
    padding: 8px 12px !important;
}

.b-cityselect__city_no.btn_right.i-cityselect__city_no:hover {
    color: var(--secondary-color);
    border: 1px solid var(--secondary-color) !important;
}


.navmenu svg path,
.navmenu svg polygon,
.navmenu svg rect {
    fill: var(--nav-txtbg);
}

.top_line_wrapper .menu_top li {
    margin-right: 22px;
    display: flex;
    align-items: center;
}

.top_line_wrapper .menu_top li.pulse__icon {
    padding-right: 0;
}

.top_line_wrapper .menu_top li.pulse__icon::after {
    right: -3px;
}

.upperMenu-nav__has-submenu {
    position: relative;
}

.navmenu svg {
    height: 19px;
    width: auto;
    margin-right: 7px;
}

.top_line_wrapper div .navmenu a {
    line-height: 21px;
    color: #fff;
    font-size: 13px;
    white-space: nowrap;
    display: flex;
    align-items: center;
    font-weight: 500;
}

.upperMenu-nav__submenu {
    opacity: 0;
    position: fixed !important;
    background-color: #1f272e;
    z-index: 1000;
    top: 30px;
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
    padding: 25px 20px 15px 20px;
    padding-bottom: 12px;
    transition: all .3s;
    pointer-events: none;
}

.upperMenu-nav__has-submenu-open .upperMenu-nav__submenu {
    padding-top: 15px;
}



.navmenu .upperMenu-nav__has-submenu-open ul li a,
.navmenu .upperMenu-nav__has-submenu-open ul li span {
    font-size: 15px;
    margin: 5px;
}

.navmenu .upperMenu-nav__has-submenu-open ul li:hover a {
    color: var(--secondary-color);
    cursor: pointer;
}

.region__top a,
.top_line_wrapper div .navmenu a,
.top_line_wrapper div .navmenu span {
    line-height: 21px;
    color: #fff;
    font-size: 13px;
    white-space: nowrap;
    display: flex;
    align-items: center;
    font-weight: 500;
    transition: color .3s;
}
.footer-fn__url__head--span {
    cursor: context-menu;
}

.new_l_region ul li a:hover,
.btn_zayavka:hover {
    color: var(--accent-color);
}

.top_line_wrapper div .navmenu span {
    color: #b2b2b2 !important;
    cursor: context-menu;
}

.ph__col,
.region__top {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.new_l_region nav,
.region__top .minicart {
    order: 3;
}

.region__top svg path {
    fill: white !important;
}

.header__mob__inner .center_wrapper {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.geo_hor .b-cityselect__notifier_buttons,
.header__mob__topline .telephones {
    margin-top: 0;
}

.header__mob__topline .i-cityselect__var--phone,
.header__mob__topline .location-choice__title {
    color: #ffffff;
    font-size: 15px;
}


.flexMenu-popup.more_dropdown {
    top: 40px;
    background: var(--nav-bg);
    padding: 0 10px;
    margin-left: -10px;
    border-radius: 0 0 6px 6px;
    transition: all 0.3s;
    overflow: hidden;
    display: block !important;
    max-height: 0;
}

.flexMenu-viewMore.active .flexMenu-popup.more_dropdown {
    max-height: 500px;
    overflow: visible;
    padding: 10px;
}

.flexMenu-popup.more_dropdown li {
    margin-bottom: 10px;
}

.flexMenu-popup.more_dropdown li:last-child {
    margin-bottom: 0px;
}




.header {
    z-index: 9999;
    position: relative;
    background: var(--header-bg);
    box-shadow: 0 0 7px #999;
    -webkit-box-shadow: 0 0 3px #999;
    margin-bottom: 1px;
}


.head__inner_new {
    gap: 25px;
}

.head__bot_l__new {
    width: 79%;
    justify-content: space-between;
    display: flex;
    align-items: center;
    gap: 25px;
}

.head__bot_l__new-wrap {
    display: flex;
    align-items: center;
    gap: 25px;
}

.logo_new {
    display: flex;
    max-width: 300px;
    flex-direction: column;
}

div.logo__top {
    display: flex;
    flex-direction: column;
}

.logo__top svg {
    width: 130px;
    height: fit-content
}

.logo__top .st0 {
    stroke: transparent;
    fill: #434242;
}

.logo__top .st1 {
    fill: #72BF44;
    stroke: transparent;
}

.logowtxt {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
}

.limg {
    max-width: 36px;
    margin-right: 10px;
    margin-top: 6px;
}

.ltxt {
    margin-left: -57px;
}

.logo__text {
    font-size: .545em;
    font-weight: 700;
    text-align: center;
    color: var(--nav-bg);
    margin-right: 2px;
    margin-top: 3px
}

.head__inner_new .menu__new_btn {
    width: 178px;
    margin-right: 0;
    font-size: 14px;
    box-sizing: border-box;
    height: 42px;
    background-color: var(--secondary-color);
    color: white;
    border-radius: 10px;
    padding-right: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.container__hamburger svg {
    transition: transform .5s cubic-bezier(.4, 0, .2, 1);
}

.container__hamburger path:first-child {
    transform-origin: 36% 40%;
}

.container__hamburger path {
    transition: transform .5s cubic-bezier(.4, 0, .2, 1), stroke-dasharray .5s cubic-bezier(.4, 0, .2, 1), stroke-dashoffset .5s cubic-bezier(.4, 0, .2, 1);
}

.container__hamburger path:nth-child(2),
.container__hamburger path:nth-child(4) {
    stroke-dasharray: 29 299;
}

.menu__bottom > ul {
    padding-left: 0;
}
.head__inner_new .catalog-target_click.active path {
    stroke: white;
}

.active .container__hamburger path:first-child,
.active .container__hamburger path:nth-child(6) {
    transform: translateX(9px) translateY(1px) rotate(45deg);
}

.catalog-target_click.active path {
    stroke: var(--nav-icons);
    transition: .3s;
}

.active .container__hamburger path:nth-child(2),
.active .container__hamburger path:nth-child(4) {
    stroke-dasharray: 225 299;
    stroke-dashoffset: -72px;
}

.active .container__hamburger path:nth-child(3),
.active .container__hamburger path:nth-child(5) {
    transform: translateX(9px) translateY(1px) rotate(-45deg);
}



.menu-bot {
    transition: .3s;
    margin-top: -1px;
}

.head__inner_new .button__menu .menu__new {
    position: absolute;
    z-index: 100;
    top: 7.2em;
    width: 100%;
    max-width: 400px;
    left: 200px;
    height: auto;
}

.menu__new {
    opacity: 0;
    visibility: hidden;
    transition: opacity .6s ease, visibility .6s ease;
}

.menu__new.open_menu {
    opacity: 1;
    visibility: visible;
}

.catalog-nav__list>li>a:hover,
.catalog-nav__list>li>span:hover,
.submenu__list .submenu__headcat:hover {
    color: var(--txt-hover);
}

.catalog-nav__list>li>a:hover::after,
.catalog-nav__list>li>span:hover::after {
    border-left-color: var(--txt-hover);
}

.submenu {
    width: 100%;
}

.head__inner_new .submenu__list {
    padding-left: 45px;
    padding-top: 25px;
}

.submenu__list {
    margin: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
}

.submenu__iner1 {
    display: none;
    position: relative;
    margin-bottom: 1.5em;
}

.submenu__list .submenu__headcat {
    color: #2b3640;
    font-weight: 500;
    font-size: 15px;
    display: block;
    line-height: 22px;
}

.head__inner_new .nav__main-search {
    width: 100%;

}

form.search {
    display: flex;
    border: 1px solid #e2e2e2;
    padding: 5px;
    border-radius: var(--br-big);
    height: 60px;
    margin-bottom: 22px;
    align-items: center;
}

.head__inner_new .nav__main-search .search {
    align-items: center;
    height: 42px;
    background-color: #f9f9f9;
    margin-bottom: 0;
    overflow: hidden;
    padding-left: 0;
    padding: 0;
}

.head__inner_new .nav__main-search .search #search {
    border: none;
    padding-left: 25px;
    background-color: #f9f9f9;
    border-radius: 0px;
    font-size: 16px;
    width: 100%;
    height: 100%;
    outline: none;
    margin-top: -1px;
}

.head__inner_new .icon-search {
    font-size: 16px;
}

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

.actions__txt-cart {
    transition: .3s;
}

.actions__item.cart-total:hover .actions__txt-cart {
    color: var(--txt-hover);
}

.head__inner_new .actions__item.cart-total.cart.empty {

    margin-right: 0;
}

.actions__link {
    align-items: center;
    display: inline-flex;
    color: #1e262d;
}

.minicart .basket-icon svg path {
    fill: #070b10
}

#compare-leash {
    position: relative;
}

#compare-leash .action__compare,
.actions__item-favorite .header__favorite--counter {
    position: absolute;
    top: 6px;
    right: 2px;
    font-size: 8px;
    color: white;
    background: var(--secondary-color);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    z-index: 1;
    height: 16px;
    width: 16px;
    box-sizing: border-box;
    font-weight: 300;
    padding: 0;
    line-height: 12px;
    padding-left: 1px;
    padding-bottom: 1px;


}

.menu-mobile__panel #compare-leash .action__compare {
    top: -3px;
    left: 14px;
}

.actions__item-favorite .icon-heart {
    top: -1px;
}

#compare-leash .action__compare.action__compare--opacity {
    opacity: 0;
}

.actions__link-icon {
    position: relative;
}

.hide__button_more {
    display: none;
}

.actions__link-icon i::before {
    transition: color .3s;
}

.actions__item:hover .actions__link-icon i::before {
    color: var(--accent-color);
}

.icon-compare-2:before,
.icon-compare:before {
    content: "\e904";
}

#cart .actions__link i {
    font-size: 1.234em;
}

.actions__item.cart-total .actions__txt.actions__txt-cart {
    margin-left: 14px;
    font-weight: 400;
    font-size: 14px;

}

.actions__item a {
    color: #1e262d;
    position: relative;
}




.a2c__wrapper {
    display: none;
    position: fixed;
    top: 50% !important;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 550px;
    width: 80%;
    box-shadow: 0 0 8px rgb(0 0 0 / 14%);
    border-radius: var(--br-big);
    padding: 20px 45px 38px 45px;
    background: #fff;
    z-index: 999999999999;
    transition: .3s;
    opacity: 0;
}

.added2card .a2c__wrapper {
    display: block;
}

.added2card-active .a2c__wrapper {
    opacity: 1;
}


.a2c_close_m .fancybox-button {
    background-color: #ccc;
    top: 15px;
    right: 15px;
    border-radius: 50%;
    width: 32px;
    height: 32px;
}

.a2c__wrapper .popup__header-subtitle {
    margin-bottom: 20px;
}

.a2c__img {
    margin-right: 20px;
    max-width: 150px;
    width: 100%;
}

.a2c__img img {
    width: 100%;
}


@keyframes backBtn {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}

@keyframes ani {}

.added2card::after {
    content: '';
    opacity: 0;
    background-color: rgba(30, 30, 30, 0.87);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    transition: opacity .3s;
    z-index: 999999;
}

.empty_cart {
    display: none;
}


.menu-mobile {
    display: block;
    left: -500px;
    top: 40px;
    z-index: 5;
    height: 100vh;
    position: fixed;
    background: white;
    max-width: 500px;
    width: 100%;
    transition: .5s;
}

.menu-mobile.is-show {
    left: 0;
    transition: .5s;
    top: 40px;
    z-index: 111;
}

.menu-mobile__panel {
    position: relative;
    height: 68px;
    display: flex;
    align-items: center;
    padding: 0 15px;
    margin-bottom: 5px;
    outline: 0;
    flex-direction: row-reverse;
    justify-content: space-between;
    border-right: 2px solid #f3f4f6;
}

.m__icns__inner {
    display: flex;
    width: 100%;
    gap: 5px;
    margin-left: 20px;
    flex-direction: row-reverse;
}

.m__icns__inner span {
    color: #070b10;
}

.fav__mob,
.search__mob {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search__mob {
    margin-right: 25px;
    order: 2;
}

.fav__mob path,
.search__mob path {
    fill: #000;
}

.menu-mobile__close {
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: none;
    background-color: transparent;
    -webkit-transition: .3s;
    transition: .3s;
}

.menu-mobile__content {
    position: absolute;
    top: 68px;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    overflow-x: hidden;
    padding-bottom: 58px;
    background-color: white;
    padding-bottom: 200px;
}

.header-menu-mob {
    padding: 20px 0 10px 15px;
    display: block;
    border-bottom: 1px solid #f4f4f4;
    background: #f4f4f4;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    color: #707f8d;
    border-top: 1px solid #e5e5e5;
    display: flex;
    gap: 5px;
    align-items: center;
}

.menu-mobile__list>li>a,
.menu-mobile__list>li>span {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px;
    color: inherit;
    justify-content: space-between;
    font-weight: 400;
    width: 100%;
}

.menu-mobile__submenu {
    position: fixed;
    height: 100%;
    transform: translateX(-100%);
    max-width: 500px;
    left: -100%;
    top: 40px;
    z-index: 99999;
    background-color: #fff;
    width: 100%;
    transition: all .5s;
}

.menu-mobile__back {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 60px;
    padding: 0 10px 0 17px;
    background-color: #ededed;
    color: #2b333f;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
    z-index: 99;
    border-bottom: 1px solid #eaeaea;
    justify-content: space-between;
}

.a2c__cont,
.cd__fr,
.close_icnwtxt,
.nav__list li {
    display: flex;
    align-items: center;
}




.leftrow {
    background-color: #fff;
    border-radius: 20px;
}


.is-show_submenu {
    transform: translateX(0);
    transition: .5s;
    display: block;
    left: 0;
}

.nav-icon {
    max-width: 70px;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 4px;
    text-align: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0 21px 0 9px;
}

.nav-icon img {
    width: 41px;
    height: auto;
    margin-right: 10px;
}

.head__inner_new .subm_inner1 {
    min-width: 375px;
    background-color: #f4f4f4;
    width: fit-content;
    min-width: 400px;
    position: absolute;
    top: 0;
    left: calc(100% - 17px);
    height: 100%;
    color: #242d33;
    display: none;
    border-radius: 0 20px 20px 0;
    z-index: -1;
}

.subm_inner1 .submenu {
    width: 100%;

}

.submenu__wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
}

.head__inner_new .submenu__list {
    margin: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
}

.head__inner_new .submenu__list .submenu__iner2 {
    margin-bottom: 20px;
}

.accordion.dp-product__service-row,
.has-submenu:hover .subm_inner1,
.has-submenu:hover .subm_inner2,
.is-active2 .subm_inner1,
.nice-select {
    display: block;
}








.product__badge__img svg path,
.product__badge__img svg circle {
    stroke: var(--secondary-color);
}

.product__badge__txt a {
    transition: color .3s;
}

.product__badge:hover .product__badge__txt a {
    color: var(--txt-hover);
}




.footer__new {
    background-color: #121212;
    padding-top: 60px;
    padding-bottom: 110px;
}

.footer__new .b-cityselect__notifier.b-cityselect__notifier--default {
    display: none !important;
}

.nav__list__f {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(47%, 1fr));
    gap: 20px;
    padding: 0;
    margin-top: 0;
}

.nav__list__f .fn__url__head:hover,
.fn__col.fn__cat a:hover {
    color: var(--secondary-color);
}

.footer__new a,
.has_chiild__f {
    font-size: 16px;
    font-weight: 500;
    color: #f9f9f9;
    transition: .2s;
}

.footer__new .i-cityselect__var--phone {
    font-size: 18px;
    white-space: nowrap;
}

.fn__col.fn__cat .nav__list__f .has_chiild__f {
    margin-bottom: 20px;
}

.fn__col.fn__cat .nav__submenu__f {
    padding: 0;
    transition: all .3s;

}

.fn__col.fn__cat .nav__submenu__f li {
    margin-bottom: 10px;
}

.popularmob {
    display: none;
}

.fn__url__head.popularmob svg {
    cursor: pointer;
}

.fn__url__head.popularmob svg path {
    transition: fill .3s;
}

.fn__url__head.popularmob:hover svg path {
    fill: var(--secondary-color);
}

.nav__submenu__f .fn__url,
.footer-fn__url--span {
    font-size: 14px;
    font-weight: 300;
    color: #b2b2b2;
    transition: .2s;
}

.fn__row,
.fn__row .linkmail {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    margin-bottom: 21px;
    transition: .3s;
}

.fn__row.fn__btnoutline {
    margin-bottom: 0px;
    font-weight: 300;
}

.fn__row.fn__left-arrow {
    margin-bottom: 16px;
}

.fn__btnoutline__inner.b__fancy {

    cursor: pointer;
}

.fnr__img g {
    fill: var(--accent-color);
}

.fnr__img use,
.hp__block:hover .cls-1 {
    fill: var(--secondary-color) !important;
}

.fn__row svg .fill {
    fill: #ec0a18;
    transition: all .3s;
}

.fnr__img {
    margin-right: 10px;
}

.fn__url__head.popularmob {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 6px;
}

.fnr__head {
    font-size: 16px;
    font-weight: 500;
    color: #f9f9f9;
    transition: .2s;
    margin-bottom: 4px;
}

.fn__url__head.popularmob svg {
    width: 14px;
    height: 14px;
    margin-left: 2px;
    transition: all .3s;
}

.fn__url__head.popularmob .svg-showmen {
    transform: rotate(180deg);
}

.fn__url__head.popularmob {
    display: none;
}

.fn__row.fn__left-arrow .b-cityselect__city svg {
    display: none;
}


.fnr__city .location-choice__title {
    border-bottom: 1px dashed white;
    display: inline-block;
    font-size: 16px;
    transition: all .3s;
}


.fnr__info:hover .fnr__head.fnr__city .location-choice__title {
    color: var(--secondary-color);
    border-bottom: 1px dashed var(--secondary-color);
}

.fn__row:hover path {
    fill: var(--secondary-color) !important;
    transition: all .2s;
}

.fn__row:hover .fnr__head,
.fn__row:hover .fnr__head a {
    color: var(--secondary-color);

}

.fn__row:hover .fnr__head .location-choice__title {
    color: var(--secondary-color);
    border-bottom: 1px dashed var(--secondary-color);
}

.fn__row.fn__min:hover .fnr__phone path {
    stroke: var(--secondary-color) !important;
    fill: transparent !important;
}

.fnr__info .fnr__head.fnr__city svg path {
    transition: fill .3s;

}

.fnr__info:hover .fnr__head.fnr__city svg path {
    fill: var(--secondary-color);
}

.fnr__head.fnr__city svg {
    width: 16px;
    height: 16px;
}

.fnb__col span.logo__text {
    color: #fff;
    font-size: .54em;
}

.fnb__col .fnb__date {
    margin-bottom: 10px;
    display: block;
    text-align: left;
    font-size: 14px;
    color: #fff;
    margin-top: 20px;
}

.sitemapLink {
    font-size: 14px !important;
}

.sitemapLink:hover,
.fnb__lic a:hover {
    color: var(--secondary-color);
}

.fnb__col.fnb__datelic .fnb__lic a {
    font-size: 12px;
}

.fnr__phone path {
    stroke: var(--accent-color);
}

.fnb__txt {
    font-size: 14px;
    padding: 12px 46px;
    border: 1px solid #e2e2e2;
    color: #f9f9f9;
    border-radius: 8px;
    transition: .3s;
}

.fnb__txt:hover {
    background: #fff;
    color: #070b10;
}

.nav__submenu__f.showmen {
    display: block;
}

.fnr__info:hover .fnr__head,
.fnr__info:hover .i-cityselect__var--phone {
    color: var(--secondary-color);
    cursor: pointer;
}

.fn__col.fn__cat .nav__list__f {
    column-gap: 9px;
    row-gap: 25px;
}



.fnb__col .logo__top .st0 {
    fill: #fff;
}




.polmont_col {
    font-weight: 500;
    color: #fff;
    transition: color .3s;
    font-size: 15px;
}

.polmont_col.btn__new {
    padding: 10px 20px;
    font-size: 12px;
    font-weight: 700;
    height: fit-content;
    transition: .3s;
}


.polmont svg path {
    stroke: #fff;
    fill: #fff;
    transition: .3s;
    cursor: pointer;
}

.polmont svg:hover path {
    stroke: var(--checkboxes-color);
}

.polmont_col.pol_btn_mb svg {
    display: none;
}

.pol_btn_mb {
    display: none;
}

.fnr__city .b-cityselect__city {
    margin-right: 0;
}

.fnr__head.fnr__city {
    margin-bottom: 6px;
}
.emptyError-container {
    text-align: center;
    margin: 10px 0 20px 0;
    height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}



.b-cityselect__wrapper .b-cityselect__notifier {
    z-index: 1111111111;
}



.geo_hor {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 12px 15px 12px 32px;
}

.geo_hor .b-cityselect__notifier_triangle {
    position: absolute;
    right: -20px;
    top: 0;
    left: auto;
}

.geo_hor .b-cityselect__notifier_triangle:before {
    content: '';
    position: absolute;
    left: -20px;
    top: 4px;
    border: 10px solid transparent;
    border-left: 10px solid #545454;
}

.geo_hor .b-cityselect__notifier_triangle:after {
    content: '';
    position: absolute;
    left: -22px;
    top: 4px;
    border: 10px solid transparent;
    border-left: 10px solid;
}

.header__mob .b-cityselect__wrapper .b-cityselect__notifier_description {
    font-size: 16px;
    color: #Fff;
}

.header__mob .name .b-cityselect__wrapper .b-cityselect__notifier_buttons {
    display: flex;
    margin-left: 0;
    margin-bottom: 0;
    justify-content: flex-start;
}

.header__mob .name .b-cityselect__notifier_buttons .uni-btn {
    height: 40px;
    width: 43%;
    border-radius: 8px !important;
    -webkit-border-radius: 8px !important;
    -moz-border-radius: 8px !important;
    padding: 0;
    text-align: center;
}

.header__mob .geo_hor {
    padding: 12px 15px 12px 10px;
    flex-direction: column;
}





.popup-content .multiform-wrap.categories_manager.default-theme input::placeholder {
    font-size: 14px;
    line-height: normal;
}

.popup-content .multiform-wrap.categories_manager input {
    border-radius: 10px;
    border: 1px solid rgba(38, 38, 38, .24);
}

.multiform-wrap .multiform-gap-field.type-hidden {
    display: none !important;
}

.popup-content .multiform-wrap.categories_manager .multiform-gap-field {
    margin-bottom: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 17px;
    top: 15px;
    width: 32px;
    height: 32px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #d1d1d1;
    border-radius: 50%;
}

.fancybox-button {
    background: #d1d1d1;
    border: 0;
    box-shadow: none;
    cursor: pointer;
    height: 32px;
    margin: 0;
    padding: 0px;
    position: absolute;
    transition: all .3s !important;
    vertical-align: top;
    visibility: inherit;
    width: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: .8;
    box-sizing: border-box;
    top: 15px;
    right: 15px;

}

.fancybox-button:hover {
    opacity: 1;
}

.popup-content * {
    transition: none;
}

.popup-content button {
    text-transform: uppercase;
}




.group {
    padding: 0;
}

.group .feature-li-wrap {
    width: auto;
    display: flex;
    height: 200px;
    padding: 18px 14px 6px 18px;
    font-weight: 500;
    color: inherit;
    align-items: flex-start;
    z-index: 1;
    transition: .3s ease-in-out;
    flex-direction: column;
    background-color: white;
    border-radius: 20px;
    box-sizing: border-box;
    justify-content: space-between;
    gap: 10px;
}

.features_block .txt__icons h3.txt__icons_top {
    max-width: 185px;
    color: #000;
    line-height: 1.2rem;
    font-size: 16px;
    font-weight: 500;
    max-width: 100%;
    margin: 0;
    text-wrap: balance;
    width: -webkit-fill-available;
}

.features_block .txt__icons span {
    max-width: 100%;
    text-wrap: balance;
}

#toTop {
    cursor: pointer;
    bottom: 105px;
    right: 15px;
    position: fixed;
    z-index: 9999;
    display: flex;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .25s ease, visibility .25s ease;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border: 1px solid #d9dadb;
    border-radius: 4px;
    color: inherit;
    font-weight: 500;
    box-sizing: border-box;
    font-size: 22px;
    background-color: #ededed;
}

#toTop.is-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.features_block .owl-dots span {
    color: #000;
    line-height: 1.2rem;
    font-size: 16px;
    font-weight: 500;
    width: 7px !important;
    height: 7px !important;
}

.owl-theme .owl-dots .owl-dot.active span {
    background: var(--secondary-color) !important;
}

.owl-carousel .owl-item img {
    width: 45px;
}

.owl-theme .owl-nav .disabled {
    opacity: 0;
    cursor: default;
}

.owl-next,
.owl-prev {
    display: flex !important;
    width: 10px !important;
    padding: 12px 13px !important;
    border-radius: 50% !important;
    background: white !important;
    box-shadow: 0 3px 8px rgb(0 0 0 / 8%);
    position: relative;
    transition: all .3s;
}

.owl-next:hover,
.owl-prev:hover {
    background-color: var(--secondary-color) !important;
}

.owl-next:hover svg path,
.owl-prev:hover svg path {
    fill: white;
}

.owl-next {
    right: -14px;
}

.owl-prev {
    left: -14px;
}


.arr-left svg {
    transform: rotate(270deg);
    position: relative;
    top: 1px;
}





.product__page .tabs__expert {
    order: 2;
    border-left: 1px solid #ededed;
    max-width: 370px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.expert__filter {
    padding: 32px 32px;
    background-color: #fff;
    height: min-content;
    min-width: 342px;
    max-width: 342px;
    box-sizing: border-box;
}

.product__page .expert__filter {
    border-radius: 0;
}

.ef__head h2 {
    font-size: 18px;
    font-weight: 500;
}

.ef__head h2 {
    display: block;
    margin: 0;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #efefef;
}

.ef__btn a {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    transition: .3s;
    box-sizing: border-box;
}

.red_button {
    color: var(--primary-color);
    padding: 0 24px;
}



.breadcrumbs-wrap {
    position: relative;
}

.breadcrumbs {
    list-style: none;
    padding: 0px 0 5px 0;
    color: #acacac;
    font-size: 14px;
    font-weight: normal;
    margin: 23px 0 25px;
    max-width: 100%;
    display: flex;
    overflow: auto;
    white-space: nowrap;
    padding-bottom: 4px;
}

.breadcrumbs:after {
    content: '';
    position: absolute;
    right: 0;
    height: 14px;
    width: 100px;
    background: linear-gradient(to right, transparent 0, #f5f5f5 90%, #f5f5f5 10%);
}

.breadcrumbs:last-child {
    margin-bottom: 0;
}

.breadcrumbs li {
    margin-right: 20px;
    position: relative;
}

.breadcrumbs li:last-child:after {
    display: none;
}



.breadcrumbs a {
    color: inherit;
}


.breadcrumbs a {
    color: inherit;
    white-space: nowrap;
    margin-right: 5px;
}

.breadcrumbs li span {
    white-space: nowrap;
    color: #25282c;
    transition: color .3s;
    font-size: 12px;
}

.breadcrumbs li span:hover {
    color: var(--txt-hover);
}

.breadcrumbs li:after {
    content: "";
    width: 5px;
    height: 5px;
    border: solid #25282c;
    border-width: 1px 0 0 1px;
    transform: translate(-50%, -50%) rotate(134deg);
    margin: 8px 0 0 0;
    color: #acacac;
    position: absolute;
    right: -12px;
    top: .108em;
}

.breadcrumbs li:last-child span:hover {
    color: #25282c;
    cursor: context-menu;
}



.htmlmap ul {
    padding: 0;
}

.menu__new_btn {
    transition: all .4s;
}

.menu__new_btn:hover {
    background-color: #01699f !important;
    transition: all .4s;
}

.mf-colm6 {
    width: 50%;
}

#compare__header {
    display: block;
    font-weight: 300;
    margin: 30px 0 40px 0 !important;
}

.multiform-errorfld {
    position: relative;
}

.multiform-errorfld em.errormsg {
    display: block !important;
    position: absolute;
    left: 0;
    top: -7px;
    border: none !important;
}

input.multiform-error-field {
    background: #ffcccc !important;
    border: 1px solid #ffcccc !important;
}

.multiform-wrap .multiform-errorfld {
    text-align: start !important;
}

.multiform-gap-field.type-phone .multiform-error-field:not(:placeholder-shown)+.errormsg {
    display: block !important;
}

.fancybox-opened {
    z-index: 99999999999 !important;
}

.header__favorite--counter.hidden_value {
    display: none;
}

.checkpolitic.multiform-error-field input::after {
    background-color: #ffcccc !important;
    border-color: #ffcccc !important;
}

.getAnalog-product {
    margin-top: 0;
}

#popup-get-price .multiform-body {
    padding-top: 0;
}


.top__line__inner {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}


.red_color {
    color: #ec0a18;
}

.header {
    background: #fff;
    box-shadow: 0 0 7px #999;
    -webkit-box-shadow: 0 0 3px #999;
    margin-bottom: 1px;
    z-index: 20;
}

.up_menu {
    height: 90px;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: space-between;


}

.top_line_wrapper .minicart div {
    margin-right: -5px;
}

.top_line_wrapper .minicart .cartCount {

    font-weight: 700;
}

.minicart .fa-shopping-cart {
    color: #ec0a18;
}

.header__mob .cartCount {
    right: 0;
}

.cartCount {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    color: white;
    background-color: #ec0a18;
    font-size: 8px;
    line-height: 12px;
    padding: 2px;

    position: absolute;
    top: -4px;
    right: -7px;
    min-width: 12px;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: center;

}

.bg__products.center_wrapper {
    background-color: #fff;
    padding: 35px;
    margin-bottom: 20px;
    border-radius: 20px;
}

.up_cats {
    text-align: left;
}

.up_cats a,
.up_cats span {
    display: inline-block;
    padding: 5px 27px;

    font-size: 18px;
    color: #243346;
    font-weight: 700;
    font-family: 'Museo Sans';
    white-space: nowrap;

}

.up_cats span {
    cursor: pointer;
    display: inline-block;
    padding-right: 12px;
    font-family: 'Museo Sans';
    white-space: nowrap;
}

.minicart {
    position: relative;
    height: 40px;
    display: flex;
    align-items: center;
}


.head__inner {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.logo__top img {
    width: 210px;
}

.logo__text {
    font-size: .625em;
    font-weight: 700;
    margin-bottom: -2px;
    margin-top: 3px;
    margin-left: 41px;
    color: #070b10;
    white-space: nowrap;
}

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

.span3.logo__top {
    margin-left: 0 !Important
}

.container__hamburger {
    cursor: pointer;
    display: flex;
    margin-top: -1px;
}

.container__hamburger svg {
    transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1);
}

.active .container__hamburger svg {
    transform: rotate(90deg);
}

.container__hamburger path {
    transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1),
        stroke-dasharray 500ms cubic-bezier(0.4, 0, 0.2, 1),
        stroke-dashoffset 500ms cubic-bezier(0.4, 0, 0.2, 1);
}

.container__hamburger path:nth-child(1) {
    transform-origin: 36% 40%;
}

.container__hamburger path:nth-child(2) {
    stroke-dasharray: 29 299;
}

.container__hamburger path:nth-child(3) {
    transform-origin: 35% 63%;
}

.container__hamburger path:nth-child(4) {
    stroke-dasharray: 29 299;
}

.container__hamburger path:nth-child(5) {
    transform-origin: 61% 52%;
}

.container__hamburger path:nth-child(6) {
    transform-origin: 62% 52%;
}

.active .container__hamburger path:nth-child(1) {
    transform: translateX(9px) translateY(1px) rotate(45deg);
}

.active .container__hamburger path:nth-child(2) {
    stroke-dasharray: 225 299;
    stroke-dashoffset: -72px;
}

.active .container__hamburger path:nth-child(3) {
    transform: translateX(9px) translateY(1px) rotate(-45deg);
}

.active .container__hamburger path:nth-child(4) {
    stroke-dasharray: 225 299;
    stroke-dashoffset: -72px;
}

.active .container__hamburger path:nth-child(5) {
    transform: translateX(9px) translateY(1px) rotate(-45deg);
}

.active .container__hamburger path:nth-child(6) {
    transform: translateX(9px) translateY(1px) rotate(45deg);
}

.minicart .button__menu.active .menu__new {
    background: rgba(102, 102, 102, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
}

.button__menu .menu__new {
    position: absolute;
    z-index: 100;
    top: 6.2em;
    height: auto;
    width: 25%;
    display: none;
    max-width: 300px;
    left: 13vw;

}

.header {
    z-index: 9999;
    position: relative;
}

.cat li.has-submenu {
    width: 100% !important;
}

.has-submenu {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 80px;
}

.cat li.has-submenu:hover .submenu {

    display: block !important;
}

.header__mob__topline .logo__text {
    flex-direction: row;
}

.header__mob__botline .logo__text {
    border: none;
    padding-left: 0;
    white-space: nowrap;
}


.header__mob .cartCount {
    top: 4px;
}



.acccc .center_wrapper {
    padding: 0 15px !important;
}


.menu-mobile__panel .minicart {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menu-mobile__panel .minicart div {
    margin-right: 10px;
}

.btn__grey2.grey_product {
    color: #070b10;
    border: none;
    width: 160px;

}

.bot__part__btn .btn__grey2.grey_product {
    color: #fff;
    background: #373737;
}

.red_button {
    font-family: 'Museo Sans';
}

.red_button {
    background-color: #ec0a18;
    color: #fff;
    padding: 0px 24px;


}

.product__buttons .red_button {
    width: 100%;
    height: 48px;
    transition: all .3s;
}

.red_button:hover {
    background-color: #c8000c;
    color: #fff !important
}

.snd__row__price .red_button {
    display: flex;
    align-items: center;
    align-content: center;

    justify-content: center;
    padding: 0;
}

.btn__grey2 {
    width: 65%;
    background-color: transparent;
    color: #070b10;
    border: 1px solid #ec0a18;
    max-width: 210px;
}

.btn__grey2:hover {
    background-color: rgb(161, 161, 161);
    transition: all .3s;
}

.menu-mobile__panel .cartCount {
    left: 15px;
}

.acccc .center_wrapper {
    padding: 0
}

.slide_btn.red_button {
    height: 44px;
}

.btn__grey2:hover {
    opacity: .8;
    transition: all .3s;
    background-color: transparent;
}

.is-active2 .subm_inner1 {
    display: block;
}


.catalog-nav__list {
    padding: 15px 0 25px 0;
    margin: 0;
    list-style: none;
}

.catalog-nav__list>li>a,
.catalog-nav__list>li>.url_head__span {
    font-size: 16px;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 28px;
    color: #2b3640;
    min-width: 210px;
}

.nav-icon {
    max-width: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 4px;
    box-sizing: border-box;
    text-align: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.nav-icon img {
    width: 41px;
    height: 44px;
    margin-right: 10px;
}

.has-submenu:hover>a:after {
    opacity: 1;
}

.has-submenu:hover .subm_inner1 {
    display: block;
}

.has-submenu>a,
.has-submenu>.url_head__span {
    position: relative;
}

.subm_inner1 .submenu {
    width: 70%;
}

.subm_inner1 {
    background-color: #f4f4f4;
    width: fit-content;
    min-width: 400px;
    position: absolute;
    z-index: 50;
    top: 0;
    left: calc(100% - 17px);
    height: 100%;
    color: #242d33;
    box-sizing: border-box;
    display: none;
    -webkit-overflow-scrolling: touch;
    scrollbar-color: #55de8f #ccc;
    scrollbar-width: thin;
    border-radius: 0 20px 20px 0;
}

.subm_inner1::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    background-color: #ccc;
}

.subm_inner1::-webkit-scrollbar-thumb {
    background-color: #0285c9;
}

.hidecenter .submenu__headcat {
    display: none !important;
}

.submenu__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    height: 200px;
    justify-content: flex-start;
}

.submenu__list {
    width: 100%;
}

.submenu__wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
    flex-wrap: no-wrap;
}

.url_head {
    height: 80px;
}

.submenu__iner2 {
    margin-bottom: 12px;
}

.submenu__list li {
    list-style-type: none;
    display: flex;
}

.submenu__iner2 li {
    margin-bottom: 0.2em;
}

.submenu__list .submenu__headcat,
.submenu__list .submenu__headcat {
    color: #2b3640;
    font-weight: 500;
    font-size: 15px;
    display: block;
    line-height: 22px;
}

.submenu__list {
    padding: 40px 20px;
}

.submenu__iner1 {
    position: relative;
    margin-bottom: 1.5em;
}

.submenu__imagecat img {
    max-width: 50px;
    position: absolute;
    top: 0;
}

.has-submenu:hover .subm_inner2 {
    display: block;
}

.open-menu .first-menu.is-active2 .subm_inner1 {
    display: flex;
    justify-content: space-between;
}

.catalog-nav>ul>li.is-active2.first-menu>a:after {
    opacity: 1;
}

.hidecenter .subm_inner1,
.hidecenter .subm_inner2 {
    width: 600px;
}

.popup-content .fancybox-button {
    padding: 0;
}

.fancybox-button svg {
    display: block;
    overflow: unset;
    position: unset;
    width: 16px;
    height: 16px;
}

.fancybox-button svg path {
    fill: #fff;
    stroke-width: 0;
}


.has-submenu>a:after,
.has-submenu>.url_head__span:after {
    content: '';
    position: absolute;
    right: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 4px solid transparent;
    border-left: 4px solid #2b3640;
    opacity: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    border-radius: 1px;
    opacity: 1;
}

.hidecenter .head__dynamic,
.submenu__iner1 {
    display: none;
}

.idcat__336 .submenu__list {
    justify-content: flex-start;
}

.idcat__5582 .submenu__list {
    justify-content: flex-start;
}

.catalog-nav>ul>li.first-menu a {
    padding-top: 7px;
}

.catalog-nav>ul>li.first-menu:first-child a {
    border-radius: 20px 0 0 0;
}

.catalog-nav .catalog-nav__list:first-child {
    padding-top: 0 !important;
}


.actions__text {
    display: none;
}

.actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.actions__item {
    text-align: center;
    padding: 10px;
    min-width: 42px;
    height: 42px;
    box-sizing: border-box;
    background-color: #f4f6fa;
    margin-right: 20px;
    border-radius: 42px;
    cursor: pointer;
    transition: all .3s;
}

.actions__link {
    color: #1e262d;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.actions__link i {
    font-size: 16px;
    display: flex;
    margin-top: 3px;
}

.actions__link-icon {
    position: relative;
    width: 20px;
    position: relative;
}

#cart .actions__link-icon {
    width: auto;
    height: auto;
}

.cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    border-bottom: 1px solid #e5e5e5;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.2;
    padding-bottom: 29px;
    margin: 0;
}

.cart:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.minicart img {
    margin-right: 8px;
}

.head__bot_l {
    display: flex;
    align-items: center;
    justify-content: flex-start;

}

.head__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.logo_new {
    display: flex;
    max-width: 300px;
    margin-right: 2.9vw;
    flex-direction: column;
}

.logo__top {
    display: flex;
    flex-direction: column;
}

.region__top .minicart {
    order: 3;
    display: flex;
}

.new_l_region nav {
    order: 3;
}

.minicart .pulse {
    margin-right: 7px;
}

nav.menu {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative
}

nav.menu .menu-item-childs {
    display: none;
    position: absolute;
    top: 0;
}

nav.menu .menu-item:hover .menu-item-childs {
    display: flex;
    flex-direction: column;
}

nav {
    display: flex;
    align-items: center;
}

.nav__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
}

.nav__list li {
    display: flex;
    align-items: center;

}

.nav__list>li>a {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

.nav__has-submenu {
    position: relative;
    height: 100%;
}

.nav__submenu {
    position: absolute;
    z-index: 50;
    background-color: #ffffff;
    width: 290px;
    padding: 30px;
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
    top: 5.6em;
    -webkit-transition: all .3s;
    transition: all .3s;
    border-radius: 20px;
    display: none;
    top: 135px;
}

.nav__submenu>li>a {
    display: block;
    padding: 8px 0;
}


.nav__list li:nth-child(2) a:after {
    display: none !important;
}

.nav__has-submenu.-active .nav__submenu {
    display: block !important;
    opacity: 1;
}

.catalog-target_click:hover .menu-bot,
.catalog-target_click:hover .head_mhide,
.catalog-target_click.active .menu-bot,
.catalog-target_click.active .head_mhide,
.nav__has-submenu:hover .has_chiild,
.nav__has-submenu.-active .has_chiild,
.nav__list a:hover {
    transition: all .3s;
    color: #ec0a18;
}

.nav__list .nav__submenu li a,
.nav__list .nav__submenu li .nav__has-submenu-link-span-open {
    font-size: 15px;
    font-weight: 500;
    padding: 0;
}

.has_chiild,
.nav__list li a,
.up_cats a,
.up_cats span,
.up_cats span {
    font-size: 18px;
    font-weight: 700;
    padding: 5px 27px;
    color: #243346;
}

.up_menu .up_cats span {
    padding-left: 0;
    margin: 0;
}

.up_menu .up_cats .url_head__span {
    padding: 0 28px;
}

.up_menu .up_cats .submenu__headcat__span {
    padding: 0 28px;
}

.up_menu .up_cats .nav__has-submenu-link-span {
    padding: 5px 27px;

}

.has_chiild {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    height: 100%;


    white-space: nowrap;
}

.catalog-target_click:hover path,
.catalog-target_click.active path,
.nav__has-submenu:hover .has_chiild,
.nav__has-submenu.-active .has_chiild {
    stroke: #ec0a18;
    transition: all .3s;
}

.nav__has-submenu div {
    cursor: pointer
}

.menu-bot,
.head_mhide {
    transition: all .3s;
}

.nav__submenu a {
    font-size: 16px;
    padding-bottom: 12px;
}

.nav__submenu li {
    margin-top: 0;
    margin-bottom: 20px;
}

.nav__submenu li:last-child {
    margin: 0;
}

.polmont_col.btn__new {
    padding: 10px 20px;
}

.polmont_col.btn__new:hover {
    background-color: #c8000c;
    transition: all .3s;
}

.polmont_col.btn__new {
    font-size: 12px;
    font-weight: 700;
    transition: all .3s;
}

.lr_custom:hover .url_head,
.submenu__list .submenu__headcat:hover {
    color: #ec0a18;
    transition: all .3s;
}

.lr_custom:hover .url_head::after {
    border-left-color: #ec0a18;
    transition: all .3s;
}

.actions__item a {
    color: #1e262d;
}

.actions__item:hover a {
    color: #ec0a18;
    transition: all .3s;
}

.logo__mob__top .logo__text {
    font-size: .71em;
    font-weight: 700;
    margin-bottom: 0;
    margin-top: 1px;
    margin-left: 50px;
    color: #070b10;
}

.menu-bot {
    padding-right: 0 !important;
}


.head_mhide {
    padding-left: 0 !important;
}

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

.actions__item .actions__link path {
    transition: all .3s;
}

.actions__item:hover .actions__link path {
    fill: #ec0a18;
    transition: all .3s;
}

.hp__col.lf .hp_row:last-child:hover .red_button {
    opacity: .85;
    transition: all .3s;
}


.header__mob__inner .center_wrapper {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;


}

.header__mob .container__hamburger {
    margin-left: -18px;
}

.footer__new nav {
    display: block;
}

.footer__new__inner.center_wrapper {
    padding: 0 15px;
}

.wa-close-wrapper .fancybox-button.fancybox-close-small {
    color: currentColor;
    right: 6px;
    top: 0;
    width: 32px;
    height: 32px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #d1d1d1;
    border-radius: 50%;
}

.polmont_col.red_button {
    margin-left: 15px;
}

.request .slide_btn.red_button {
    height: 50px;
    max-width: 200px;
    float: right;
    margin-right: 0;
}

.a2c__wrapper {
    display: none;
    transition: all .3s;
}

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

.added2card .a2c__wrapper {
    display: block;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 95%;
    max-width: 505px;
    max-height: 285px;
    box-sizing: border-box;
    box-shadow: 0 0 8px rgb(0 0 0 / 14%);
    border-radius: 20px;
    padding: 20px;
    background: #fff;
    z-index: 99999999;
    transition: all .3s;
}

.a2c__head {
    font-size: 22px;
    font-weight: 500;
    padding: 20px 10px;
    border-bottom: 1px solid #efefef;
    margin-bottom: 20px;
}

.a2c__img {
    margin-right: 20px;
}

.a2c__img {
    max-width: 150px;
}

.a2c__btns {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.a2c__btns .btn__grey2.grey_product {
    margin-right: 20px;
    width: auto;
    max-width: none;
    background: #373737;
    color: #fff;
    width: 200px;
    justify-content: center;
}

.a2c_close_m {
    position: relative;
}

.a2c_close_m .fancybox-button {
    background-color: #ccc;
    top: 0;
    right: 0;
    border-radius: 50%;
    width: 32px;
    height: 32px;
}

.up_cats .nav__has-submenu-link-span {
    color: #ec0a18;
    cursor: context-menu;
}

.up_cats .nav__has-submenu-link-span-open {
    color: #ec0a18;
}

.top_line_wrapper .location-choice__title,
.top_line_wrapper a.i-cityselect__var--phone {
    font-size: 14px;
    color: #fff;
}

.fn__url__head.popularmob {
    padding: 0;
}


.footer__new__inner {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
}

.footer__new__inner .footer__new__col:last-child {
    margin-right: 0 !important
}


.header__mob .b-cityselect__wrapper .b-cityselect__notifier_title {
    margin-top: 0;
    align-items: flex-start;
}

.header__mob .header__mob__topline .b-cityselect__wrapper {
    position: inherit;
}

.header__mob .name .b-cityselect__wrapper .i-cityselect__city.font-mob-24 {
    font-size: 24px;
    line-height: 12px;
    margin-bottom: 3px;
}

.header__mob .name .b-cityselect__wrapper .b-cityselect__notifier_buttons {
    display: flex;
    margin-left: 0;
    margin-bottom: 0;
}

.header__mob .b-cityselect__wrapper .b-cityselect__notifier_title {
    margin-top: 0;
    align-items: center;
    margin-bottom: 12px;
}

.header__mob .header__mob__topline .name .b-cityselect__wrapper .b-cityselect__notifier {
    left: 0;
    top: 0;
    width: 100%;
    border-radius: 0;
    color: #fff;
    padding-left: 1vw;
    margin: 0 auto;
    padding-bottom: 0.5em;
    height: 130px;
    display: flex;
    align-items: center;
    flex-direction: row;
    box-sizing: border-box;
    box-shadow: none;
    overflow: hidden;
}

.b-cityselect__wrapper .b-cityselect__notifier {
    padding: 0;
    display: none;
    position: absolute;
    z-index: 103;
    border-radius: 5px;
    background: rgb(21 21 21 / 95%);
    box-shadow: 0 0 4px 4px rgb(0 0 0 / 10%);
    border: none;
    color: #070b10;
    margin-top: 0;
    width: fit-content;

    text-align: center;
    right: 0;
    top: -5px;
    left: 285px;
    border: 1px solid #545454;
}

.b-cityselect__wrapper .b-cityselect__notifier_buttons {

    bottom: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    left: 0;
}

.b-cityselect__wrapper .i-cityselect__city.font-mob-24 {

    font-size: 24px;
    line-height: 30px;
    margin-bottom: 5px;
    margin-top: 10px;
}

.b-cityselect__city svg {
    width: 11px;
    margin-right: 6px;

}
.header__mob__inner .b-cityselect__city svg {
    margin-right: 5px;
    width: 10px;
    position: relative;
    top: -1px;
}
.b-cityselect__wrapper .b-cityselect__notifier_description {
    font-size: 13px;
    font-weight: 500;
    white-space: nowrap;

    margin-right: 25px;
    color: #fff;
}

.b-cityselect__city {
    display: flex;
    align-items: baseline;
    margin-right: 5px;
}

.i-cityselect__var--phone {
    white-space: nowrap;
}

.b-cityselect__city.i-cityselect__city_change:hover,
.podskazka_pokazat:hover,
.podskazka_close:hover {
    cursor: pointer;
    color: #f4f4f4
}

.leftside .column__inner.mail {
    font-size: 18px;
}

.header__mob__topline .location-choice svg path:nth-child(2) {
    fill: #fff;
}

.contact__page .location-choice__title {
    color: #ec0a18;
    font-size: 18px;
}


.choose_city .b-cityselect__wrapper {
    margin-bottom: 12px;
}

.choose_city .location-choice__title {
    color: #ec0a18;
    font-weight: 500;
}

.choose_city .location-choice__title:hover {
    color: #c8000c;
}

.serv__city .location-choice__title {
    color: inherit;
    font-size: 22px;
    font-weight: 500;

}

.top_line_wrapper a.i-cityselect__var--phone {
    font-weight: 500;
}

.region__top .b-cityselect__wrapper--default {
    order: 1;
}

.new_l_region .b-cityselect__wrapper--default {
    margin-right: 10px;
    order: 1;
}

.new_l_region .b-cityselect__wrapper--default {
    margin-right: 15px;
    order: 1;
}


.product__head .cls-1 {
    fill: #070707 !important;
}

.head_pr_loc .location-choice path:last-child {
    fill: #ec0a18;
}

.cart__city .location-choice__title {
    color: #383838;
    font-size: 20px;
    font-weight: 500;
}

.navmenu .cls-1,
.navmenu circle {
    fill: #9d9d9d;

}

.region__top .cls-1 {
    fill: #fff;

}

.header__mob .b-cityselect__wrapper .b-cityselect__notifier {
    background: #151515;
    box-shadow: none;

}

.header__mob .b-cityselect__wrapper .b-cityselect__notifier_description {
    color: #Fff;
}

.header__mob .b-cityselect__wrapper .b-cityselect__notifier_description {
    font-size: 16px;
}

.b-cityselect__wrapper:hover span,
.top__line__inner .i-cityselect__var--phone:hover,
.category-list__item:hover .category-list__txt,
.product__badge:hover a,
.icons__home__inner:hover .icons__about__txt__head {
    color: #ec0a18;
    text-decoration: none !important;
    transition: all .3s;
}

.header__mob .i-cityselect__var--phone,
.header__mob .location-choice__title {
    font-size: 15px;
}


.footer__new {
    background-color: #121212;
}

.footer__new a,
.has_chiild__f {
    color: #f9f9f9;
}

.nav__list__f {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(49%, 1fr));
    grid-gap: 25px 10px;
}

.fn__info .nav__list__f {
    grid-gap: 20px 10px;
}

.footer__new .fn__col:last-child {
    width: 100%;
}

.footer__new {
    padding-top: 60px;
    padding-bottom: 110px;
}

.footer__new__inner {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    grid-template-rows: 1fr min-content;
    column-gap: 30px;
}

.has_chiild__f {
    margin-bottom: 20px;
}

.nav__submenu__f li {
    margin-bottom: 10px;
}

.fn__url__head,
.f__cont .footer__phone,
.fnr__head,
.fnr__head .i-cityselect__city {
    font-size: 16px;
    font-weight: 500;
    color: #f9f9f9;
    transition: all .2s;
}

.nav__submenu__f .fn__url {
    font-size: 14px;
    font-weight: 300;
    color: #b2b2b2;
    transition: all .2s;

}

.fnr__txt {
    font-size: 13px;
    font-weight: 300;
    color: #b2b2b2;
}

.fn__col img {
    max-width: 300px;
    margin-bottom: 20px;
}

.nav__list__f .nav__has-submenu__f:last-child {
    margin-top: -50px;
}

.fnr__img svg {
    transition: all .3s;
    cursor: pointer;
    width: 21px;
    height: 21px;
}

.fn__row,
.fn__row .linkmail {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    margin-bottom: 20px;
    transition: all .3s;
}

.fnb__txt {
    font-size: 14px;
    padding: 12px 46px;
    border: 1px solid #e2e2e2;
    color: #f9f9f9;
    border-radius: 8px;
    transition: all .3s;
    white-space: nowrap;


}

.fnr__phone path {
    stroke: #ec0a18;
    transition: all .3s;
}

.fnr__city .location-choice__title {
    border-bottom: 1px dashed #fff;
    display: inline-block;
}

.fnr__head {
    margin-bottom: 4px;
}

.fn__min {
    margin-bottom: 35px;
}

.fnr__head.fnr__city svg {
    width: 12px;
    height: 12px;

}

.fnb__inner svg {
    width: 200px;
}

.fnb__col span {
    color: #b2b2b2;
    font-size: 12px;
}

.fnb__col a {
    text-decoration: underline;
    transition: all .3s;
    font-weight: 100;
    color: #f9f9f9;
}

.fnb__col a:hover {
    color: #ec0a18;
    transition: all .3s;
}

.footer__new__bot {
    border-top: 1px solid #3d3d3d;
    margin-top: 30px !important;
    padding-top: 30px !important;
}

.footer__new__bot .fnb__col:last-child {
    text-align: left;
    max-width: 64%;
    color: #b2b2b2;
}
.fnb__inner {
    margin-bottom: 20px;
}
.fnb__col .fnb__date {
    margin-bottom: 10px;
    display: block;
    text-align: left;
    font-size: 14px;
    color: #fff;
}

.fnr__head a {
    padding: 0;
}

.fn__row:hover .fnr__city .location-choice__title {
    color: #c8000c;
    transition: all .2s;
}

.fn__row:hover a {
    color: #c8000c;
    transition: all .2s;
}

.fn__row:hover {
    cursor: pointer;
    transition: all .2s;
}

.fn__row:hover path {
    fill: #c8000c;
    transition: all .2s;
}

.fn__min:hover path {
    fill: inherit !important;
    stroke: #c8000c;
    transition: all .2s;
}

.fn__row:hover .fnr__head {
    color: #c8000c;
    transition: all .2s;
}

.fn__row:hover .fnr__head span {
    border-color: #c8000c;
    transition: all .1s;
}

.fnb__txt:hover {
    background: #fff;
    color: #070b10;
    transition: all .3s;
}

.fn__url__head:hover {
    color: #c8000c;
}

.nav__submenu__f .fn__url:hover {
    color: #c8000c;
}

.fnr__city .b-cityselect__city svg {
    display: none;
}

.i-cityselect__var--address {
    white-space: nowrap;
}

.fn__url__head.popularmob svg {
    width: 14px;
    height: 14px;
    margin-left: 2px;
}

.fn__url__head.popularmob {
    flex-direction: row;
    align-items: center;
}

.popularmob:hover {
    cursor: pointer;
    transition: all .3s;
}

.fn__url__head.popularmob:hover {
    pointer-events: none;
}

.serv__city .location-choice__title {
    color: #ec0a18;
    transition: all .3s;
    border-bottom: 1px dashed #ec0a18;
    padding-bottom: 2px;
}

.serv__city:hover .location-choice__title {
    border-bottom: 1px dashed #c8000c;
    color: #c8000c;
    transition: all .3s;
}

.serv__city:hover .arrgeo path {
    fill: #c8000c !important;
    transition: all .3s;
}

.serv__city .b-cityselect__city svg {
    width: 18px;
    height: 13px;

}


.fnr__city .b-cityselect__notifier {
    display: none !important;
}


.login_up2 {
    cursor: pointer;
}

.mp__row {
    padding: 40px;
}

.pp_forms .multiform-submit {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important
}


@keyframes ani {
    0% {
        transform: translateY(-150%);
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
    }

    70% {
        box-shadow: 0 0 20px 16px rgba(0, 0, 0, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}

.show-more {
    display: inline-flex;
    text-decoration: none;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    z-index: 1;
    border: none;
    background: none;
    font-size: 14px;
    padding: 0;
    transition: all .3s;
    color: #ec0a18
}

.m__icns__inner {
    display: flex;
    width: 100%;
    margin-left: 20px;
    flex-direction: row-reverse;
}


.typography[data-v-2a0bbf6b] {
    margin: 0;
}

.typography.-no-margin[data-v-2a0bbf6b] {
    margin-bottom: 0;
}

.text[data-v-2a0bbf6b] {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 8px;
}

.text.v2[data-v-2a0bbf6b] {
    font-weight: 300;
    padding: 14px 10px;
}

.base-table[data-v-7a9dc63c] {
    width: 100%;
    border-collapse: collapse;
    position: relative;
}

.base-table .base-head[data-v-7a9dc63c] {
    background-color: #fff;
    background-color: rgb(var(--vi-background));
    border-bottom: 1px solid #dadcde;
    border-bottom: 1px solid rgb(var(--vi-secondary));
    top: 0;
}

.base-table .base-head-cell[data-v-7a9dc63c] {
    padding: 6px;
    font-size: 15px;
    line-height: 20px;
    color: #070b10;
    color: rgb(var(--vi-text-secondary));
    cursor: default;
    font-weight: 300;
}

.base-table .base-head-cell[data-v-7a9dc63c]:first-letter {
    text-transform: uppercase;
}

.base-table .base-head-cell.-bold[data-v-7a9dc63c] {
    font-weight: 500;
    text-align: left;
}

.base-table .base-row[data-v-7a9dc63c] {
    border-bottom: 1px solid #dadcde;
    border-bottom: 1px solid rgb(var(--vi-secondary));
}

.base-table .base-row[data-v-7a9dc63c]:hover {
    background-color: #f4f5f6;
    background-color: rgb(var(--vi-background-secondary));
}

.base-table .base-cell[data-v-7a9dc63c] {
    cursor: default;
    padding-right: 20px;
}

.link__doc::before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background: url('/wa-content/img/icons/download.svg');
    padding-right: 5px;
    background-repeat: no-repeat;
}

.sg__head {
    font-weight: 500;
    font-size: 18px;

}

input[type="checkbox"] {
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    appearance: checkbox
}

input[type="radio"] {
    -webkit-appearance: radio;
    -moz-appearance: radio;
    appearance: radio-button
}


body {
    background-color: #f3f4f6;
    overflow-x: hidden !important;
    min-height: 100%;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    width: 100%;
    font-family: 'Museo Sans' !important;
    margin: 0;
    color: #070b10;
    font-size: 16px;
    font-weight: 300;
}

button {
    font-family: 'Museo Sans' !important;
    font-weight: 300;
}

.input {
    display: inline-block;
    vertical-align: middle;
    padding: 2px 10px;
    height: 28px;
    line-height: 28px;

    border-radius: 10px;
    border: 1px solid #d5d5d5;
    background: #fefefe;
    -webkit-box-shadow: inset 0 0 7px #eee;
    box-shadow: inset 0 0 7px #eee;

    color: #2a2a2a;
    -webkit-font-smoothing: antialiased;
}

.top_line_wrapper {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}

.up_black_line {
    height: 15px;

    color: #797979;
}

.top_line_wrapper {
    height: 40px;
}

.up_top_line {
    height: 40px;
    background-color: #151515;
    line-height: 21px;
    font-family: 'Museo Sans';
}

.menu_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menu_top div {
    margin-right: 10px;
}

.top_line_wrapper div .navmenu a,
.top_line_wrapper div .navmenu span,
.region__top a,
.region__top .btn_zayavka {
    line-height: 21px;
    color: #fff;
    font-size: 13px;
    white-space: nowrap;
    display: flex;
    align-items: center;
    font-weight: 500;
}

.region__top .btn_zayavka {
    transition: color .3s;
}

.region__top .btn_zayavka:hover {
    color: #ec0a18;
}

.up_top_line .top_line_wrapper .navmenu a .up_top_line .top_line_wrapper .navmenu span {
    line-height: 21px;
    color: #cfcfcf;
}

.up_top_line .top_line_wrapper .navmenu a:hover {
    line-height: 21px;
    color: #ec0a18
}

.tel_line {
    line-height: 22px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 2vw;

}

.tel_line .call_phone_7 {
    margin-right: 20px;
}

.tel_line .abbr {
    font: 12px Verdana;
    color: #fff;
    font-weight: bold;
    margin-top: 3px;
    line-height: 18px;
}

.tel_line .tel_tel {

    font-size: 19px;
    font-weight: 500;
    white-space: nowrap;
}

.top_line_wrapper .cartTotal {
    margin-top: 1px;
    font-weight: 700;
    color: rgb(95, 95, 95);
}

.basket-icon svg {
    fill: #fff;
    width: 21px;
    margin-top: 5px;
}

.top_line_wrapper .menu_top li {
    margin-right: 32px;
    display: flex;
    align-items: center;
}

.top_line_wrapper a,
.top_line_wrapper span {
    display: inline-block;
    padding-right: 4px;

}

.navmenu img {
    margin-right: 8px;
}

.cartText {
    margin-left: 15px;
}

.login_up2 .bottom__part__col {
    padding: 0;
}

.header__mob .basket-icon svg {
    width: 26px !important;
    margin-right: 7px;
}

.login_up {
    float: right !important;
    margin: 7px 0 0 !important;
    padding: 2px 15px;
    color: #FFF;
    text-decoration: none;
    background-color: #313131;
    background-image: -moz-linear-gradient(top, #565656, #313131);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#565656), to(#313131));
    background-image: -webkit-linear-gradient(top, #565656, #313131);
    background-image: -o-linear-gradient(top, #565656, #313131);
    background-image: linear-gradient(to bottom, #565656, #313131);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff565656', endColorstr='#ff313131', GradientType=0);
    border-radius: 2px;
    box-shadow: 0px 1px 3px #000;
}

.login_up:hover {
    background-color: #393939;
    background-image: -moz-linear-gradient(top, #616161, #393939);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#616161), to(#393939));
    background-image: -webkit-linear-gradient(top, #616161, #393939);
    background-image: -o-linear-gradient(top, #616161, #393939);
    background-image: linear-gradient(to bottom, #616161, #393939);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff616161', endColorstr='#ff393939', GradientType=0);
    text-decoration: none;
}

.login_up:active {
    margin-top: 10px;
    box-shadow: 1px 1px 3px #000 inset;
    background-color: #313131;
    background-image: -moz-linear-gradient(top, #565656, #313131);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#565656), to(#313131));
    background-image: -webkit-linear-gradient(top, #565656, #313131);
    background-image: -o-linear-gradient(top, #565656, #313131);
    background-image: linear-gradient(to bottom, #565656, #313131);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff565656', endColorstr='#ff313131', GradientType=0);
}

.login_up11 {
    float: right !important;
    margin-left: 25px;
    margin-right: 0 !important;
    margin-top: 6px !important;
    padding: 2px 10px;
    text-decoration: none;
    background-color: #313131;
    background-image: -moz-linear-gradient(top, #C7C7C7, #F8F8F8);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#C7C7C7), to(#F8F8F8));
    background-image: -webkit-linear-gradient(top, #C7C7C7, #F8F8F8);
    background-image: -o-linear-gradient(top, #C7C7C7, #F8F8F8);
    background-image: linear-gradient(to bottom, #C7C7C7, #F8F8F8);
    background-repeat: repeat-x;
    border-radius: 10px;
    box-shadow: 0 1px 3px #000;

}

.top_line_wrapper .login_up a {
    color: #ec0a18;
}

.top_line_wrapper .login_up i {
    color: #7B7B7B;
}

.login_up2 {
    text-transform: uppercase;
    padding: 0 7px;
    height: 25px;
    line-height: 18px;
    border-radius: 2px;
    background-color: #ec0a18;
    line-height: 37px;
    display: flex;
    max-width: 200px;


}

.page__inner .login_up2 {
    justify-content: center;
}

.top_line_wrapper .login_up2 a {
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    display: flex;
}

.login_up2 span {
    margin-top: 2px;
    white-space: nowrap;
}

.top_line_wrapper .login_up2 i {
    color: #7B7B7B;
}

.login_up2:hover {
    opacity: 1;
    background: #ec0a18;
    text-decoration: none;
}

.product_page .for_products {

    background-image: none;
}

.for_products {
    margin-bottom: 10px;
    box-sizing: border-box;
}

.for_products.desc__products {
    margin-bottom: 40px;
    margin-top: 0;
}

.middle_part {
    color: #999;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 18px;
    height: 100px;
}

.itemInner {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 28px 18px;
    background: #fff;
    height: 380px;
    justify-content: space-between;
    box-sizing: border-box;
}

.popup__header-title.head_all {
    font-size: 28px;
    font-weight: 300;
}

.btn {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0 7px;
    height: 28px;
    line-height: 28px;
    color: #FFF;
    border: 0;
    border-radius: 10px;
    background-color: #d50002;
    background-image: -moz-linear-gradient(top, #e30611, #d50002);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e30611), to(#d50002));
    background-image: -webkit-linear-gradient(top, #e30611, #d50002);
    background-image: -o-linear-gradient(top, #e30611, #d50002);
    background-image: linear-gradient(to bottom, #e30611, #d50002);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe30611', endColorstr='#ffd50002', GradientType=0);
    cursor: pointer;
    -webkit-font-smoothing: antialiased;
}

.btn_big {
    height: 45px;
    line-height: 45px;
    overflow: hidden;
    display: inline-block;
    position: relative;
    -webkit-box-shadow: 0 1px 2px #333;
    box-shadow: 0 1px 2px #333;
    font-size: 18px;
    padding: 0 30px;
    outline: none;
    margin-top: 20px;
}

.btn:hover {
    opacity: 1;
    background: #ec0a18;
    text-decoration: none;
}

.logoimg {
    max-width: 310px;
    margin-top: 3px;
    width: 100%;
    min-width: 200px;
}

#flex li {
    display: inline-block;
}

.prodTitle {
    font-weight: 500;

    font-family: 'Museo Sans';
    color: #000;
}

.prodTitle:hover {
    color: #ec0a18;

}

.list_price {
    font-size: 24px;
}

.main_page_block p,
.main_page_block span {
    font-size: 14px !important;
}

.main_page_block {
    padding-top: 30px !important;
    padding-bottom: 60px !important;
}

.phone span {
    padding: 0 0 0 25px;
    font-size: 24px;
    line-height: 40px;
    color: #FFF !important;
}

.up_nav li {
    display: inline-block;
    margin: 0 15px;
    line-height: 40px;

}

.up_nav li a {
    color: #004c8a;
    text-decoration: underline;
    font-family: Arial;
    font-size: 13px
}

.up_nav li i {
    color: #ec0a18;
}

.bottom-shadow {
    height: 28px;
    background: url('/wa-content/img/bg_shade_bottom.jpg') no-repeat center bottom;
}

.top-shadow {
    height: 28px;
    background: url('/wa-content/img/bg_shade_top.jpg') no-repeat center top;
}

.pad_title {
    text-transform: uppercase;
    color: #070b10;
    font-size: 18px;
    font-weight: 500;
    margin: 10px 0;
    line-height: 1.4;
}

.pad_title .fa-chevron-right {
    color: #ec0a18;
}

.virt_tabs {
    padding-top: 15px;
    display: none;
}

.virt_tabs,
.virt_tabs p {
    font-size: 14px;
}

.virt_tabs img {
    margin-bottom: 10px;
}

.virt_tabs h3 {
    color: #ec0a18;

    font-weight: bold;
    text-transform: uppercase;
}

.vertline {
    background: url("/wa-content/img/bg_vertical-line.png") no-repeat center right;
}

.newsletter-block__label {
    font-weight: 300;
    font-size: 18px;
    color: #070b10;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
}

.form_newsletter {
    display: inline-block;
    margin: 0;
    margin-left: 20px;
}

.form_newsletter .input {
    background-color: #747474;
    border: 0;
    height: 26px;
    line-height: 26px;
    -webkit-box-shadow: 0 0 0 #000;
    box-shadow: 0 0 0 #000;
}

.form_newsletter .input {
    width: 170px;
    margin: -5px 30px 0 0;
    height: 24px;
    background-color: #b1b1b1;
    font-size: 14px;
    font-weight: 300;
    color: #fff;
}

.form_newsletter .btn {
    width: 140px;
    margin-top: -3px;
    height: 30px;
    font-size: 14px;
    line-height: 1.3;
    margin-left: 12px;
}

::-webkit-input-placeholder {
    color: #fff;
}

:-moz-placeholder {
    color: #fff;
    opacity: 1;
}

::-moz-placeholder {
    color: #fff;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #fff;
}

.form_newsletter strong {
    color: #ec0a18;
}

.sec_bottom_title .head_all {
    border-bottom: none;
    text-align: center;
    margin-bottom: 35px;
    padding-top: 60px;
}

.sec_bottom_title .head_all span {
    color: #ec0a18;
}

.sec_bottom_content p {
    text-align: center;
}

.mainpage_link {
    color: #f6293c;
}

.mainpage_link strong {
    font-size: 15px !important;
    font-weight: 700;
    color: #f6293c;
    text-transform: uppercase;
}

.mainpage_link span {
    color: #919191;
}

.mainpage_link:hover span,
.mainpage_link:hover strong {
    text-decoration: underline;
}

.mainpage_link:hover strong {
    text-decoration: underline;
}

.volcano_region {
    text-align: right;

}

#geolab_your_region {
    background: url(/wa-content/img/arr_blue_down.png) right 7px no-repeat;
    background-size: 8px;
    background-position-x: 99%;
    padding-right: 12px;
    padding-bottom: 4px;
    font-size: 15px;
    color: #070b10;
    font-weight: 500;
    font-family: 'Museo Sans';
    margin-left: 3px;

}

.telephones {
    margin-top: 5px;
}

.telephones span {
    font-size: 19px;
    color: #070b10;
    font-weight: 700;
    font-family: 'Museo Sans';
}

#slider a {
    display: block;
    height: 337px;
}

#slider_paging {
    height: 40px;
    background-color: white;
    line-height: 40px;
    text-align: center;
}

#slider_paging div {
    display: inline-block;
    margin: 0 15px;

}

#slider_paging div span {
    border-bottom: 1px dashed black;
    cursor: pointer;
}

#slider_wrapper {
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

.prd_price {
    color: #494949;
    margin-top: 7px;
}

.amountBlock {
    padding-top: 5px;
}

.amountBlock span,
.amountBlock input {
    display: inline-block;
}

.amountBlock input {
    width: 40px;
    height: 25px;
    text-align: center;
}

.dotted_block {
    height: 1em;
}

.left_d,
.right_d {
    padding: 1px 0;
    background: #fff;
    float: right;
}

.left_d {
    float: left;
    clear: both;
}

.dotted {
    border-bottom: 1px dotted grey;
    margin-bottom: 2px;
}

.summary_val {
    font-size: 19px;
}

.calculator-link {
    margin: 4px 0;
    color: #969696;
    clear: both;
    -webkit-font-smoothing: antialiased;
    min-height: 17px;
    line-height: 15px;
}

.calculator-link a {
    text-decoration: underline;
    font-weight: 700;
    color: #ec0a18;
}

.discount-link {
    //background: url(/wa-content/img/ico_bills.png) no-repeat left 5px;

}

.pages_menu_lab li span {
    opacity: .8;
}

.pages_menu_lab li a:hover {
    color: #ec0a18;
}

.footer {
    padding-top: 50px;
    color: #ffffff;
    background: #2a2a2a;
    height: 270px;
}

.footer div,
.footer a {
    color: #ffffff
}

#product_banner {
    width: 210px;
    height: 213px;
    background: url("/wa-content/img/skidki-fon.png") no-repeat;
}

#product_banner img {
    margin-top: 55px;
    margin-left: 25px;
}

#slide_cart {
    -webkit-box-shadow: 0 0 7px #666;
    box-shadow: 0 0 7px #666;
    border-radius: 0 0 3px 3px;

    display: none;
    height: 50px;
    position: absolute;
    width: 200px;
    top: 30px;
    left: 0;
    background-color: #E8E8E8;
    z-index: 10;
}

#slide_cart a {
    display: inline-block;
    margin: 10px 23px;
    padding: 0 7px;
    height: 28px;
    line-height: 28px;
    color: #FFF;
    border: 0;
    border-radius: 5px;
    background-color: #d50002;
    background-image: -moz-linear-gradient(top, #e30611, #d50002);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e30611), to(#d50002));
    background-image: -webkit-linear-gradient(top, #e30611, #d50002);
    background-image: -o-linear-gradient(top, #e30611, #d50002);
    background-image: linear-gradient(to bottom, #e30611, #d50002);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe30611', endColorstr='#ffd50002', GradientType=0);
    -webkit-font-smoothing: antialiased;
}

.main_ul li {
    color: #6A6565;
    margin-left: 15px;
    margin-bottom: 3px;
    list-style: disc outside;
}

ul.main_ul {
    margin-left: 0;
    padding-left: 10px;
    list-style: disc outside;
}

.itemInner img {
    max-width: 220px;
}

.footer {
    font-size: 14px;
}

.card__info {
    margin-top: 10px;
}

.card__info table {
    width: 100%;

}

.card__info table dot-title {
    padding-bottom: 0.5% !important;
    border: none;
    padding: 0;
    min-width: 400px;
    width: 100%;
}

.dot-title {
    overflow: hidden;
    padding: 2px 0;
}

.dot-title span {
    background-color: #fff;
}

.dot-title:before {
    float: left;
    width: 0;
    color: #999;
    white-space: nowrap;
    content: ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . "
}

.dot-title_bold {
    font-weight: bold;
}

.summary_pay tbody {
    font-size: 14px;
}

.summary_pay .btn_big {
    margin-left: 0;
}

.document-link>a:hover {
    color: rgb(30, 30, 30);
}

.document-link>a[href$=".pdf"]:hover {
    color: rgb(217, 24, 0);
}

.price.document-link>a:before {
    content: '';
    position: absolute;
    top: 5px;
    left: -45px;
    width: 38px;
    height: 43px;
    background-image: url(/wa-content/img/adobe_pdf.png);
    background-size: cover;
    margin-top: -19px;
}

.opisanie {
    padding-top: 20px;
    font-size: 21px;
    text-transform: none;
}

.charact1 {
    padding-top: 50px;

    text-transform: none;
    font-size: 26px;
    font-weight: 500;
}

.carouselfloat .caroufredsel_wrapper {
    float: left !important;
}

.features_block span, .features_block h3  {
    color: #000;
    line-height: 1.2rem;
    font-size: 16px;
    margin: 0;
    font-weight: 500;
}

.features_block span:hover {
    cursor: default;
}

.moveleft {
    margin-left: 60px !important;
}

.acc-brief {
    margin-top: 20px;
}

.plachdl {
    margin-left: 34px;
    font-size: 13px !important;
}

.newsform {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.newsform p {
    margin: 0;
}

.calc__input {
    width: 30%;
    height: 100%;
    margin-right: 2.5em;
}

.calc__input #u_phone,
.calc__input #u_name {
    width: auto !important;
    padding: 11px 0 12px 15px !important;
}

#volcano_tabs input.volcano3_btn {
    padding: 5px 30px !important;
    height: 100% !important;
    margin-left: 2em;
    margin-top: 5px;
    margin-left: 2.5em;
}

.calc__form form {
    display: flex;
    align-items: center;

}

.volcano_modal p {
    margin-bottom: 1px;
}

.v_call {
    font-size: 15px !important;
}

.v__call_phone {
    font-size: 17px;
    color: #ec0a18
}

.calc__form__flex {
    display: flex;
    margin-left: 10px;
    justify-content: space-between;
    align-items: center;
}

.calc__form input {
    border: 1px solid rgba(0, 52, 113, 0.1) !important;
}

#volcano_tabs input {
    border-radius: 3px !important;
}

.calc__form__flex .btn_next button {
    border: none !important;
    background: transparent !important;
}

.calc__form__flex .btn_next,
.calc__form__flex .v_call {
    margin: 0 !important;
    font-weight: 500;

}

.calc__form__flex p,
.calc__form__flex span {
    line-height: 1em !important;
}

.calc__form__flex .btn_next button {
    padding: 0 !important;
    line-height: auto !important;
    height: auto !important;
    font-size: 15px;
    color: #070b10;
    font-weight: 500;
}

.calc__form__flex .btn_next button:hover {
    cursor: pointer;
}

.calc__form button {
    padding: 0 20px;
}

.calc__form .multiform-body {
    padding-top: 0;
    padding-bottom: 10px;
    margin-top: 0;
}

.calc__border {
    border: 2px solid #ec0a18;
    border-radius: 2px;
    padding: 12px;
    margin-top: 14px;
}

.calc__arrowico {
    font-size: 20px;
}

.location__top {
    max-width: 15px;
}

.locationarr__top {
    max-width: 12px;
}

.menu_top div:hover a {
    color: #8f8f8f
}

.toner {
    position: fixed;
    z-index: 30;
    top: 0;
    left: 0;
    bottom: 0;
    transition: all .3s;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;

}

.toner_block {
    display: block;
}

.overlay {
    transition: all .3s;
}

.up_top_line {
    z-index: 10000;
    position: relative;
}

.open-menu {
    display: block !important;
}

.login_up2.show_discount a {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.features_block .group {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.group li {
    width: auto;
    position: relative;
    display: flex;
    height: 115px;
    padding: 6px 14px 6px 24px;
    background: #ffffff;
    border-radius: 20px;
    font-size: 1.4rem;
    line-height: 2rem;
    font-weight: 500;
    color: inherit;
    text-decoration: inherit;
    -webkit-tap-highlight-color: transparent;
    align-items: center;
    z-index: 1;
    transition: all .3s ease-in-out 0s;
    flex-direction: row-reverse;
}

.group .owl-item:hover {
    transition: all .3s;
    opacity: .7;
}

.features_block1 {
    margin-top: 30px;
    margin-bottom: 50px;
}

.head__cat {
    display: flex;
    align-items: end;
    justify-content: space-between;
}

.head__cat a {
    color: #243346;
}

.head__cat a:hover {
    color: #ec0a18;
}

.swiper_quest {
    padding-right: 20px;
}

.home_z_f_row input {
    padding: 10px;
    border-color: transparent;
    border-radius: 4px;
    width: 90%;
}

.home_z_f_row {
    width: 39%;
    margin-right: 20px;
}

.home_z_f_row_b {
    width: 22%
}

.home_z_f_row_b input {
    width: auto !important;
}

.bottom__part__inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.bottom__part__content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    width: 100%;
}

.bottom__part__col {
    display: flex;
    align-items: center;
    padding-right: 50px;

}

.bottom__part__content .bottom__part__col {
    background: #fff;
}

.bottom__part__img {
    padding: 0 14px;
    margin-right: 5px;
    max-height: 60px;
    max-width: 60px;
}

.bottom__part__img svg {
    width: 100%;
    fill: #5a5a5a;

}

.bottom__part__img svg g,
.bottom__part__img .st1,
.bottom__part__img line,
.bottom__part__img path,
.bottom__part__img polyline {
    stroke: #5a5a5a;
}

.bottom__part__col:hover svg {
    fill: #ec0a18;
    transition: .2s;
}

.bottom__part__col:hover svg g,
.bottom__part__col:hover .st1,
.bottom__part__col:hover line,
.bottom__part__col:hover path,
.bottom__part__col:hover polyline {
    stroke: #ec0a18;
    transition: .2s;
}

.bottom__part__content a:last-child {
    border-right: 2px solid transparent;
}

.desc__head {

    color: #ec0a18;
    font-family: 'Museo Sans';
    font-weight: 700;
}

.bottom__part__col:hover>.desc__head {
    color: #8f8f8f;
    transition: all .2s;
}

.desc__desc {
    font-size: 15px;
    color: #5a5a5a
}

.bottom__part__txt_inner .b_p_t_row {
    margin-bottom: 20px;
    padding: 40px 30px;
    background-color: #fff;
}

.b_p_t_row__split {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 20px;
}

.b_p_t_row2 {
    width: 45%;
    background-color: #fff;
    padding: 40px 30px;
}

.b_p_t_row2 h2 {
    margin-top: 0;
}

.b_p_t_row__split ul.main_ul {
    margin: 20px 0;
}

.b_p_t_row__split .minihead {
    margin-top: 16px;
}

.footer__new__col {
    width: 100%;
    margin-right: 20px;
}

.footer__new__col__inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.footer__logo,
.menu__footer__head {
    font-size: 22px;
    margin-bottom: 16px;
}

a.footer__phone {
    font-size: 24px;
    color: #ec0a18
}

.footer a.footer__phone:hover {
    font-size: 24px;
    color: #fff !important
}

.footer__mail a {
    font-size: 18px
}

.menu__footer__itm {
    margin-bottom: 10px;
}

.menu__footer__itm a {

    color: #c9c9c9;
    padding-bottom: 5px;
}

.menu__footer__itm a:hover {

    transition: all .4s;
    color: #fff;
}

.footer__address {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}

.footer__address span {
    margin-bottom: 5px;
}

.footer_address_phone {
    font-size: 20px;
}

.footer_address_city strong {
    font-size: 18px;
    color: #ec0a18
}

.footer__address {
    white-space: nowrap;
}

.product__carto .row-fluid:before,
.product__carto .row-fluid:after {
    display: none !important
}

.pr__selector__inner {
    display: flex;
    flex-direction: column;
    margin-bottom: 24px;
}

.pr__selector__head {
    font-size: 16px;
    margin-bottom: 20px;
}

.pr__selector__itm__count a {
    font-size: 18px;
    color: #000
}

.pr__selector__itm__count a:hover {
    outline: 2px solid #ec0a18;
    transition: all .3s;
    border: 1px solid transparent;
}

.pr__selector__inner__all {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(40px, 1fr));
    grid-gap: 10px 10px;
}

.pr__selector__itm {
    height: 40px;

}

.first__row__price:hover>.product__badge {
    border-color: #ec0a18;

}

.first__row__price:hover>.product__badge:before {
    border-color: #ec0a18;
    transition: all .3s;

}

.row-fluid1 .product__badge {
    background-color: transparent;
}

.price_count {
    font-size: 26px;
    font-weight: 500;
    transition: color .3s;
}

.find__more {

    border-bottom: 1px solid #070b10
}

.find__more {
    color: #070b10;
}

.head_all.head_prduct {
    text-transform: none !important;
    font-size: 26px;
    font-weight: 500;
}

.page__title h1 {
    font-family: 'Museo Sans';
    font-size: 40px;
    font-weight: 500;
}

.head_more {
    white-space: nowrap;
}

.check_buble .buble_vert_line,
.check_buble .buble_step {
    display: none;
}

.header__mob__botline {
    display: flex;
    height: 68px;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
}

.header__mob__topline {
    height: 40px;
    background-color: #2b3640;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
}

.header__mob__topline .telephones {
    margin-top: 0;
}

.header__mob__topline .telephones span {
    font-weight: 500;

    color: #fff;
}

.header__mob__topline #geolab_your_region {
    color: #fff;
}

.header__mob__topline .name {
    flex-direction: row;
    align-items: center;
}

.header__mob__topline .location__top {
    fill: #fff;
}

.header__mob__botline .logo__mob__top>.logo {
    display: flex;
    flex-direction: column;
}

.header__mob__botline .logo__img svg {
    width: 180px;
}

.header__mob__botline .logo__img img {
    max-width: 300px;
    min-width: 130px;
    width: auto;
}

.menu-mobile {
    display: none;
}

.plant {
    display: none;
}

.title-menu-bot {
    display: none !important;
}

.has-submenu-mobile {
    display: none;
}

.multiform-gap-description .font-normal {
    margin-top: 20px;
}

.popup__header-title.div_h2.head_all {
    text-transform: none;
}

.podskazka_all span {
    font-size: 13px;
}

.menu-mobile {
    border-right: 1px solid #eaeaea;
    position: fixed;
    display: block;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 500px;
    height: 100%;
    top: 40px;
    z-index: 7;
    background-color: #fff;
    transition: all .5s;
    transform: translateX(-100%);
    transition: transform .7s, -webkit-transform .7s;

}

.menu-mobile__submenu {
    max-width: 500px;
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    transform: translateX(-100%);
    top: 0;
    z-index: 99999;
    background-color: #fff;
    transition: all .5s;
}

.is-show_submenu {
    display: block;
    transform: translateX(0);
    left: 0;
    transition: all .5s;
}

.is-show {

    transform: translateX(0);
    transition: all .5s;
    top: 40px;
}

.menu-mobile__panel {
    height: 68px;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 15px 0 15px;
    margin-bottom: 5px;
    outline: none;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.menu-mobile__close {
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: none;
    background-color: transparent;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.menu-mobile__close:hover {
    color: #005aaa;
}

.menu-mobile__content {
    position: absolute;
    top: 68px;
    left: 0;
    right: 0;
    bottom: 0;

    overflow-y: auto;
    overflow-x: hidden;

    padding-bottom: 200px;
}

.menu-mobile__list {
    list-style: none;
    padding: 0;
    margin: 0;
    height: auto;
    overflow-y: auto;
}

.submenu_26 .header-menu-mob {
    text-transform: inherit;
    padding: 15px;
    border-bottom: 1px solid #f4f4f4;
    background: none;
    font-weight: 700;
    color: #070b10;
    border-top: 1px solid #e5e5e5;
    display: flex;
    align-items: center;
    font-size: 16px;
    text-transform: uppercase;
}

.header-menu-mob {
    padding: 16px 14px 14px 14px;
    display: flex;
    box-sizing: border-box;
    background: #f4f4f4;
    font-weight: 500;

    font-size: 14px;
    color: #070b10;
    border-top: 1px solid #e5e5e5;
    align-items: center;
}

.submenu_1 .header-menu-mob {
    text-transform: inherit;
    padding: 15px;
    border-bottom: 1px solid #f4f4f4;
    background: none;
    font-weight: 700;
    color: #070b10;
    border-top: 1px solid #e5e5e5;
    display: flex;
    align-items: center;
    font-size: 16px;
    text-transform: uppercase;
}

.menu-mobile__list>li {
    border-bottom: 1px solid #eaeaea;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menu-mobile__list>li>a,
.menu-mobile__list>li>span {
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px;
    width: 100%;
    font-weight: 500;
    color: inherit;
    justify-content: space-between;
}

.close_submenu {
    justify-content: space-between;
    align-items: center;
}

.arrow__nxt {
    margin-top: 5px;
    margin-right: 20px;
}

.menu-mobile__back {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 68px;
    padding: 0 10px 0 17px;
    background-color: #ededed;
    color: #2b333f;
    cursor: pointer;
    font-weight: 500;
    -webkit-transition: all .3s;
    transition: all .3s;
    z-index: 99;
    border-bottom: 1px solid #eaeaea;

}

.header__mob .name .b-cityselect__notifier_buttons .uni-btn {
    height: 40px;
    width: 38%;
    border-radius: 8px !important;
    -webkit-border-radius: 8px !important;
    -moz-border-radius: 8px !important;
    padding: 0;
    text-align: center;
}

.header__mob .name .btn_left {
    padding-left: 0;
    background-color: #ec0a18;
    color: #fff;
    border: 2px solid #ec0a18;
}

.header__mob .name .btn_right {
    padding-right: 0;
    border: none;
    color: #070b10;
    background: #fff;
}

.header__mob .header__mob__topline #cityselect__change.b-cityselect__change .b-cityselect__list {
    columns: 2;
}

.header__mob .mobile-geo {
    transition: all .3s;
}

.flexMenu-viewMore a {
    font-weight: 700;
}

.flexMenu-viewMore li a {
    font-weight: 300;
}

.pages_menu_lab a {
    white-space: nowrap;
}

.video-container iframe {
    max-width: 80% !important;
}

.any_questions_form .multiform-gap-fields {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.any_questions_form .multiform-gap-field.type-input {
    width: auto;
    box-sizing: border-box;
    margin-right: 20px;
    min-width: 35%;
    min-height: 50px;
}

.multiform-gap-value {
    position: relative;
}

.form-callback__input {
    background-color: #fff;
    height: 50px;
    border-radius: 5px;
    padding: 0 15px;
    border: none;
    font-size: 16px;
    color: #2b333f;
}

.form-callback__input {
    width: 100%;
}

input[type="search"],
input[type="submit"],
input[type="text"],
textarea {
    -webkit-appearance: none;
}

input[placeholder] {
    text-overflow: ellipsis;
}

.form-callback__btn:hover {
    background-color: #ec0a18;
    cursor: pointer;
    transition: all .2s;
}

.form-callback__btn {
    width: 100%;
    height: 50px;
    background-color: #ec0a18;
    border-radius: 5px;
    color: #fff;
    padding: 0 15px;
    text-align: center;
    border: none;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.any_questions_form .multiform-gap-field.type-input {
    width: auto;
    box-sizing: border-box;
    margin-right: 10px;
    min-width: 55%;
    min-height: 50px;
}

.form-callback__input {
    background-color: #fff;
    height: 50px;
    border-radius: 10px;
    padding: 0 15px;
    border: none;

    color: #2b333f;
}

.form-callback__btn {
    width: 100%;
    height: 50px;
    background-color: #ec0a18;
    border-radius: 10px;
    color: #fff;
    padding: 0 15px;
    text-align: center;
    border: none;
    -webkit-transition: all .3s;
    transition: all .3s;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
}

.popup__header-title.head_all {
    margin-top: 20px;
    margin-bottom: 20px
}

.slider_new__home {
    max-height: 400px;
    display: flex;
    margin-top: 20px;
}

.slider_new__home__inner {
    background-color: #fff;
    width: 100%;
    padding: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.slider_new_col_img img {
    max-width: 350px;
}

.slider_new_cont_head {
    font-size: 52px;
}

.slider_new_cont_desc {
    font-size: 32px;
}

.tooltip {
    position: absolute;
    left: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    white-space: nowrap;
    background-color: #898f97;
    border-radius: 10px;
    color: #fff;
    padding: 6px 10px;
    margin-left: 15px;
}

.tooltip:before {
    content: '';
    position: absolute;
    right: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 5px solid transparent;
    border-right: 5px solid #898f97;
}

.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    transition: all .3s;
    height: 34px !important;
    width: 34px !important;
    box-sizing: border-box;
}

.owl-carousel .owl-nav .owl-next:hover,
.owl-carousel .owl-nav .owl-prev:hover {
    background-color: #c8000c !important;
}

.owl-carousel .owl-nav .owl-next .arr-right svg path,
.owl-carousel .owl-nav .owl-prev .arr-left svg path {
    transition: fill .3s;
}

.owl-carousel .owl-nav .owl-next:hover .arr-right svg path,
.owl-carousel .owl-nav .owl-prev:hover .arr-left svg path {
    fill: white !important;
}

#product-list-parent {
    width: calc(100% - 357px);
}

.prodTitleOuter.mr-bottom-10 {

    text-align: left;

}

.swiper .swiper-slide {
    padding-bottom: 7px;
}

.swiper .swiper-slide .itemInner {
    box-shadow: 0 3px 6px rgb(0 0 0 / 8%);
    border-radius: 20px;
}

.swiper .swiper-slide .itemInner:hover {
    z-index: 1;
    box-shadow: 0 4px 6px rgb(0 0 0 / 24%);
}

.swiper-button-disabled {
    display: none !important;
}

.product__badge {
    display: flex;
    align-items: center;
    padding: 0 20px;
    border: 1px solid #b0b0b0;
    border-radius: 10px;
    background-color: #fff;
    transition: .3s;
    position: relative;
    margin-left: 15px;
    box-sizing: border-box;
}

.product__badge:before {
    content: "";
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    background: #fff;
    border-right: 1px solid #b0b0b0;
    border-bottom: 1px solid #b0b0b0;
    left: -5px;
    transform: rotate(-225deg);
}

.product__badge__img svg path,
.product__badge__img svg circle {
    stroke: #ec0a18;
}

.product__badge__txt {
    font-size: 13px;
    font-weight: 500;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    margin-top: -1px;
}

.product__badge__txt span {
    transition: color .3s;
}

.product__badge__txt span:hover {
    color: #ec0a18;
}

.swiper .list_price {
    font-size: 22px;
    white-space: nowrap;
    font-weight: 500;
    position: relative;
}

.product__price {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 27px;

}

.product__buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}

.product__buttons .product__buttons__form {
    width: 50%;
}

.product__buttons .product__buttons__buy {
    width: 100%;
}

.product__buttons__buy svg {
    width: 20px;
    fill: #515c68;

}

.product__btnwi {
    display: flex;
    align-items: center;
    justify-content: center;
}

.product__btnwi svg {
    width: 20px
}

.product__btnwi__i {
    height: 20px;
}

.hide__block {
    display: none;
    transition: all .3s ease-in-out 0s;
}

.itemInner:hover>.hide__block {
    display: block;
    transition: all .3s ease-in-out 0s;
}

.itemInner .image {
    padding-bottom: 0 !important;
}

.box__layout {
    background: #fff;
    padding: 30px;
}

.content_block.hide {
    height: 290px;
}

.content_block.hide:after {
    content: "";
    display: block;
    height: 80px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgb(255 255 255 / 20%), #fff 75%);
}

.content_block.hide.glavn:after {

    background-image: linear-gradient(to bottom, rgb(255 255 255 / 20%), #f3f4f6 75%);
}

.font-icon2 img {
    width: 68px !important;

    min-width: 60px;
}

.font-icon3 svg {
    width: 42px;
    margin-right: 20px;
}

.font-icon3 svg g path:first-child {
    fill: #ec0a18;
}

.desc__desc svg {
    margin-top: -0.159em;
    width: 16px;
    fill: #070b10
}

.desc__desc {
    display: flex;
    margin-top: 4px;
}

.footer__company {
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 500;
}

.call_phone_7 a {
    display: block;
    font-size: 24px;
    color: #ec0a18;
    font-weight: 700;
    margin-bottom: 10px;
}

.mail {
    display: block;
}

.footer .span3 {
    width: 22%;
    font-size: 16px;
    color: #fff;
    display: flex;
    flex-direction: column;
}

.footer__city {
    margin-bottom: 3px;

}

.footer__phones {
    margin-top: 10px;
    font-size: 19px;
    font-weight: 500;
}

.swiper_quest img {
    max-width: 170px;
}

#wahtmlcontrol_fields_field_9_1-1 {
    border-color: #b3bac1;
    border-radius: 10px;
}

.bottom__part__img img {
    max-width: 46px;
}

.button__filters_inner {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    background-color: grey;
    border-radius: 10px;
    padding: 7px 12px;
    color: #fff;
    font-weight: 300;
    line-height: 1.1;
    width: 100%;
    box-sizing: border-box;
    min-height: 50px;
    border: none;
}

.button__filters_inner:hover {
    transition: all .3s;
    background-color: #f30011;
    cursor: pointer;

}

.button__filters__icon {
    padding: 5px 12px 1px 0;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    font-size: 17px;
    margin-right: 10px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    box-sizing: border-box;
}

.button__filters__txt {
    height: 100%;
    text-align: right;
    display: contents;
}

.button__filters__txt span {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 1px;
    text-align: center;

}

.feature-time.show_discount img {
    max-width: 52px;
    margin-right: 18px;
}

.category__products__button .product__badge {
    background-color: transparent;
}

.category__products__button .product__buttons__txt {
    font-weight: 500;
}

.price_count {
    position: relative;
}

.arrow_link {
    transition: color .3s;
}

.arrow_link:hover {
    color: #ec0a18;
}

.arrow_link:after {
    transition: color .3s !important;
}

.arrow_link:hover:after {
    color: #ec0a18;
}

.div__test {
    background: #3d9a44;
    margin: 3px;
    width: 80px;
    height: 40px;
    float: left;
}

.pr__selector {
    margin: 18px 0 30px 0;

}

.pr__selector__head {

    font-weight: 500;
}

.product__btnwi__i {
    width: 20px;
    fill: #515c68;
}

.swiper3 {
    max-width: 370px;
    position: relative;
    overflow: hidden;
}

.first__row__price a:hover .product__badge {
    color: #070b10 !important;
}

.swiper-slide .product__badge {
    padding: 5px 14px;
}

.navmenu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
}

.multiform-gap-description .font-normal {
    font-size: 14px;
    color: #71767e;
}

.multiform-gap-description a {
    color: #000;
}

.b-cityselect__notifier_title {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.b-cityselect__notifier_title .location__top {
    max-width: 20px;
}

.geo_hor {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;

}

.geo_hor .b-cityselect__notifier_triangle {
    position: inherit;
    left: 0;
    right: 0;
}

.geo_hor {
    padding: 12px 15px 12px 32px;
}

.geo_hor .b-cityselect__notifier_triangle:before {
    content: '';
    position: absolute;
    left: -20px;
    top: 5px;
    border: 10px solid transparent;
    border-right: 10px solid #545454;
}

.geo_hor .b-cityselect__notifier_triangle:after {
    content: '';
    position: absolute;
    left: -18px;
    top: 5px;
    border: 10px solid transparent;
    border-right: 10px solid rgb(21 21 21 / 95%);
}

.uni-btn {
    border: none;
    background: transparent;
    font-size: 13px;

    font-family: 'Museo Sans';
    outline: 1px solid #ec0a18;
}

.uni-btn:hover {
    color: #ec0a18;
    cursor: pointer;
}

.btn_left {
    padding-left: 25px;
    font-weight: 500;
    background: #ec0a18;
    color: #fff !important;
}

.btn_right {
    padding-right: 25px;
    font-weight: 300;
    outline: 1px solid #fff;
    color: #fff
}

.geo_hor .b-cityselect__notifier_buttons {
    margin-top: 0;
}

.geo_hor input {
    height: fit-content;
    padding: 9px 16px;
}

.popup__header-title svg {
    margin-right: 12px;
}

.region__top {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;



}

.b-cityselect__list a {
    color: #070b10
}

.b-cityselect__list a:hover {
    color: #ec0a18;
}

#cityselect__change .b-cityselect__list {
    columns: 3;
}

#cityselect__change .b-cityselect__change_info .head_all {
    text-transform: none;
    margin-bottom: 12px;
}

#cityselect__change .b-cityselect__change_city_wrapper {
    margin-bottom: 20px;
    margin-top: 20px;
}

#cityselect__change .b-cityselect__change_input {
    height: 45px;
    font-family: 'Museo Sans';
    padding-top: 0;
}

#cityselect__change .b-cityselect__list li {
    margin: 0 0 11px 0;
}

.mod_content {
    z-index: 99999;
}

.menu-mobile__panel span {
    color: #070b10;
}

.menu-mobile__panel .cartText {
    margin: 0;
}

.icn__cat svg {
    max-width: 18px;
    margin-top: 5px;

}

.head__cat .head_more {
    display: flex;
    align-items: center;
    margin-bottom: -4px;
    font-size: 22px;
    font-weight: 500;
}

.head__cat .head_more:hover {

    transition: all .3s;
}

.head__cat .head_more:hover path {
    fill: #ec0a18;
    transition: all .3s;
}

.footer a:hover {
    color: #ec0a18 !important;
    transition: all .3s;
}

.header__mob__botline .basket-icon svg {
    fill: #000;
}

a.s-delete-button {
    color: #070b10;
}

a.s-delete-button:hover {
    color: #ec0a18;
}

.js-type-toggle span[data-id=company] {
    margin-left: 40px;
}

#volcano_tabs .any_questions_form .multiform-gap-field.type-input {
    min-width: 38%;
}

#volcano_tabs .multiform-gap-fields input,
#volcano_tabs .form-callback__btn {
    height: 40px;
}

.login_up2,
.product__badge:hover {
    cursor: pointer;
}

.product__badge a {
    color: #070b10;
    transition: color .3s;
}

#volcano_tabs .span7 {
    width: 61%;
}

#volcano_wrapper .span12 span {
    font-size: 12px !important
}

.slide_img .carousel__item {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slide_img .carousel__item::before {
    content: "";
    z-index: 1;
    width: 360px;
    height: 360px;
    border-radius: 50%;
    background-color: red;
    position: absolute;
    display: block;
    top: 0;

}

.slide_img .carousel__item.cass_car::before {
    left: 20px !important
}

.mod_content_reply {
    padding: 30px 20px;
}

.txt_order {
    width: 75%;
    font-weight: 500;
}

.multiform-gap-fields p {
    font-weight: 700;
}

.list_price:hover,
.category__products__button__inner .price_count:hover {
    transition: all .3s;
    color: #ec0a18;
    cursor: pointer
}

#mod_content_reply h2 {
    font-size: 26px;
}

#mod_content_reply p {
    font-size: 16px;
    line-height: 24px;
}

.v__call_phone a:hover {
    cursor: pointer;
    color: #ec0a18;
}

.button__filters_inner:hover {
    background-color: #ec0a18;
    transition: all .3s;
}

body .s-cart-empty-wrapper {
    margin: 0;
    text-align: center;
    min-height: calc(95vh - 364px);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;

}

.pp__row__inner:hover path {
    fill: #ec0a18;
}

.pp__icn {
    min-width: 60px;
}

.tc__txt {
    margin-bottom: 30px;
    display: block;

}

.tabs__content__row.hide {
    max-height: 375px;
    overflow: hidden;
    position: relative;
}

.map__inner {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-top: 30px;
}

.any_questions_form .type-checkbox .multiform-gap-option span {
    font-size: 14px;
    white-space: pre-wrap;
}

.font-bold {
    font-weight: 500;
}

.envelope_icon img {
    max-width: 20px;
}

.table-container {
    overflow-y: auto;
    margin-bottom: 33px;
}

.shipping-table th {
    font-size: 14px;
    font-weight: inherit;
    line-height: 1.5;
    color: rgba(43, 51, 63, 0.5);
    padding: 0 15px 15px;
}

.shipping-table td {
    border-top: 1px solid #e5e5e5;
    padding: 22px 10px;
    min-width: 120px;
}

.shipping-table__icon img {
    max-width: 20px;
}

img {
    vertical-align: middle;
    max-width: 100%;
    height: auto;

}

.column__inner.mail {
    color: #ec0a18;
    font-size: 18px;
    font-weight: 500;
}

.column__inner.whats {
    background-color: #005aaa;
    color: #Fff;
    padding: 10px 20px;
    width: 150px;
    text-align: center;
    white-space: nowrap;
    font-size: 14px;

}

.buttonform__icn img {
    max-width: 20px;
}

.company {
    font-size: 22px;
}

.buttonform__btn {
    white-space: nowrap;
}

.content-brands .owl-carousel.owl-drag .owl-item {
    background: #fff;
    padding: 30px 0;
    min-height: 175px;
    outline: 1px solid #ededed;
}

.txt__icons {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    white-space: nowrap;
    justify-content: space-around;
    height: 100%;
}

.group li {
    justify-content: space-between;
}

.font-icon2 {
    margin-top: -40px;
}

.owl-prev,
.owl-next {
    position: absolute;
    margin-top: -10px;
    z-index: 2;
    bottom: 60%;
}

.owl-prev {
    left: 5px;
}

.owl-next {
    right: 5px;
}

* .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #e15241 !important;
}

.owl-theme .owl-dots .owl-dot span {
    width: 7px !important;
    height: 7px !important;
}

.hp__block__txt {
    font-size: 15px;
    color: #ec0a18;
    text-decoration: underline;
    text-align: center;
}

.slide-one-nav .owl-prev {
    left: 5px;
}

.slide-one-nav .owl-next {
    right: 5px;
}

.swiper .swiper-wrapper {
    height: auto;
    padding: 0;
}

.hc__calc {
    width: 40%;
    background: #fff;
    border-radius: 10px;
    height: 100%;
    float: left;
    padding: 36px 38px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    box-sizing: border-box;

}

.hc__input__head {
    font-size: 14px;
    margin-bottom: 8px;
}

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

.hc__input input {
    width: 100%;
    border-radius: 7px;
    height: 52px;
    width: 100%;
    padding: 0 19px;
    background-color: rgb(255, 255, 255);
    border: 2px solid rgb(187, 193, 199);
    font-family: 'Museo Sans';
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 400;
}

.hc__input select {
    font-size: 15px;
    appearance: none;
    width: 100%;
    border-radius: 10px;
    height: 52px;
    width: 100%;
    padding: 0 19px;
    background-color: rgb(255, 255, 255);
    border: 2px solid rgb(187, 193, 199);
    font-family: 'Museo Sans';
}

.hc__input.selectcustom::after {
    position: absolute;
    top: 14px;
    right: 10px;
    display: block;
    content: '';
    width: 24px;
    height: 24px;
    background: url(/wa-content/img/backgrounds/arrow__gray.svg) 50% 50% no-repeat;
    background-size: 15px;
    transform: rotate(90deg);
}

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

.hc__calc__row {
    width: 100%;
    margin-bottom: 22px;
}

.hc__calc__row.btns {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top: 5px;

}

.hc__calc__head {
    text-align: left;
    width: 100%;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 20px;
}

.hc__calc__steps {
    width: 100%;
    margin-bottom: 33px;
}

.hc__calc__steps__inner span {
    font-size: 15px;
    font-weight: 500;
    border-bottom: 2px solid rgb(18, 178, 63);
}

option {
    font-size: 16px;
}

option:hover {
    background: #ec0a18;
}

.ef__head {
    font-size: 18px;
    font-weight: 500;
}

.ef__head span {
    display: block;
    padding-bottom: 10px;
    border-bottom: 1px solid #efefef;
    margin-bottom: 10px;
}

.ef__dolzhnost,
.ef__fio {
    display: flex;
    justify-content: space-between;
    margin-bottom: 4px;
    font-size: 14px;
}

.ef__desc {
    margin-bottom: 30px;
}

.ef__img {
    width: 260px;
    height: 260px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #f3f4f6;
    padding: 10px;
    box-sizing: border-box;
    margin: 0 auto 21px;
}

.ef__img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.ef__btn a {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    background-color: #363c43;
    min-height: 50px;
    transition: all .3s;
    box-sizing: border-box;
}

.ef__btn a:hover {
    transition: all .3s;
    background-color: #191c1f;
}

.rating {
    display: flex;
}

.rating svg {
    width: 14px;
    margin-right: 3px;
}

.rating svg:last-child {
    margin-right: 0;
}

.pr__page .nonbg__products {
    background-color: transparent;
}

.categories_manager.default-theme .multiform-gap-value input[type="text"] {
    height: auto;
}

.dpm__head span:first-child,
.dp__head {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 12px;
}

.dp__cont span {
    margin-bottom: 4px;
}

.dp__cont {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.dp__txtgrey {
    color: #979797;
}

.dp__phone {
    font-size: 26px;
    font-weight: 700;
    text-decoration: underline;
}

.dpm__head {
    display: flex;
    flex-direction: column;
}

.dp__row {
    margin-bottom: 20px;
    border-bottom: 1px solid #efefef;
    padding-bottom: 30px;
}

.dp__links {
    display: flex;
    flex-direction: row;
}

.yakor {
    margin-right: 20px;
    font-size: 18px;
    border-bottom: 2px #000 dashed;
    text-transform: uppercase;
    font-weight: 500;
    color: #070b10;
}

.yakor:hover {
    color: #5a5a5a;
    border-bottom: 2px #5a5a5a dashed;
    transition: all .3s;
}

.heading__dp {
    font-weight: 500;
    padding: 20px 0;

}

.dpm__txt {
    display: flex;
    flex-direction: column;
}

.del__page__inner .dp__row:last-child .dpm__txt span {
    margin-bottom: 12px;
}

.slide-one-nav2.disabled,
.slide-one-nav3.disabled,
.owl-carousel555 .owl-dots,
.owl-carousel555 .owl-nav {
    display: none !important;
}

.features_block .owl-carousel .owl-stage {
    padding-bottom: 20px;
}

.icon-prev:before {
    content: "\e90c";
}

.icon-next:before {
    content: "\e90a";
}

.fancybox-slide .b-cityselect__change {
    padding: 50px 40px;
    width: 100%;
}


.mp_wi {
    position: absolute;
    bottom: -80px;
    left: -40px;
    background: red;
    width: 450px;
    height: 250px;
    border-bottom-right-radius: 30%;
    color: #fff;
    padding: 10px 40px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.mp_wi .mp__txt {
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.3;
}

.rel {
    position: relative;
}

.center {
    align-items: center;
}

.spaceb {
    justify-content: space-between;
}

.console {
    flex-direction: column;
}

.mp__txt {
    font-size: 17px;
    margin-bottom: 20px;
    line-height: 1.4;
}

.mp__head.h2_info {
    font-size: 28px;
    font-weight: 300;
    margin-bottom: 20px;
}

.montaj__page .intro {
    background-color: #b8b8b8;
    width: 100%;
    height: 500px;
    margin-bottom: 30px;
}

.two_rows__outter {
    display: flex;
    flex-direction: row;
}

.two_rows__outter img {
    max-width: 80%;
}

.two_rows__head {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
    max-width: 70%;
}

.mp__row {
    background-color: #fff;
    margin-bottom: 30px;
}

.mp__row img {
    max-width: 80%;
}

.two_rows__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.divider {
    position: relative;
}

.divider::after {
    content: "";
    width: 100px;
    height: 5px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #e15241;
}

.two_rows li {
    margin-bottom: 12px;
    list-style: inside;
}

.console2 .two_rows__head {
    margin-top: 0;
}

.two_rows .h2_info.minh2 {
    margin-bottom: 30px;
    margin-top: 20px;
}

.buttonform:hover span {
    color: #ec0a18;
    cursor: pointer;
    transition: all .3s;
}

.pp__columns {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.calc_podbor {
    width: calc(100% - 420px);
    background-color: #fff;
    padding: 40px;
    box-sizing: border-box;
    height: 100%;
}

.form_podbor {
    max-width: 400px;
    height: 100%;
}

.pp_forms .multiform-gap-fields {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.multiform-gap-field.podbor_left_col,
.multiform-gap-field.podbor_right_col {
    width: calc(50% - 40px);
}

.podbor_cont_col {
    display: block;
    border-top: 2px solid #8e8e8e;
    margin-top: 2px !important;
    padding-top: 18px !important;
}

.multiform-gap-fields .podbor_cont_col input {

    height: 56px !important;
}

.multiform-gap-fields .podbor_cont_col .type-input:first-child {
    width: calc(50% - 40px);
    margin-right: 40px;
    box-sizing: border-box;
    float: left;
}

.default-theme.pp_forms .multiform-submit {
    padding-left: 0;
    margin-top: 10px;
}

.podbor_right_col #multiformField80_16-1 {
    margin-top: 7px;
}

.podbor_right_col #wahtmlcontrol_fields_field_79_16-1 {
    margin-top: 1px;
}

.multiform-gap-fields .podbor_cont_col .type-input:last-child {
    width: calc(50% - 40px);
    float: right;
}

.pp_forms .multiform-gap-value input[type="text"] {

    height: 60px;
}

.p2__row__inner {
    height: 100%;
}

.pp__columns {
    height: 100%;
    min-height: 500px;
}

* .podpor__page form,
label {
    width: 100%;
}

.podpor__page label {
    display: block;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.podpor__page label input:checked {
    box-shadow: 0.1em #ec0a18 inset;
}

.podpor__page .type-radio input {
    cursor: pointer;
}

.podpor__page input {
    background: gray;
    border-radius: 0;

    display: block;
    margin-bottom: 0.5em;

    transition: box-shadow var(--transDur) ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.podpor__page input:checked {
    background: gray;
    border: 3px solid #FFF;

}

.podpor__page input:focus {
    outline: transparent;
}

.podpor__page label:first-child input {
    background: #fff;
    outline: 1px solid #ac2318;
}

.podpor__page label:last-child input {
    background: #fff;
    outline: 1px solid #ac2318;
}

.podpor__page label:first-child input:checked {
    background: #ea3323;
    outline: 2px solid #fff;
    padding: 2px;
    max-width: 13px;
    max-height: 13px;
    margin-left: 7px;
    margin-right: 5px;
    margin-top: 5px;
    box-shadow: 0 0 0 3px #ac2318, 0 0 0 6px white, 3px 0 0 6px white;
}

.podpor__page label:last-child input:checked {
    background: #ea3323;
    outline: 2px solid #fff;
    padding: 2px;
    max-width: 13px;
    max-height: 13px;
    margin-left: 7px;
    margin-right: 5px;
    margin-top: 5px;
    box-shadow: 0 0 0 3px #ac2318, 0 0 0 6px white, 3px 0 0 6px white;
}

.podpor__page input {
    background: green;
}

.podpor__page input:checked {
    background: green;
}

.podpor__page .multiform-gap-field .type-radio input {
    width: 17px;
    vertical-align: middle;
    height: 17px;
    border-radius: 50%;
}

.type-radio label {
    display: flex;
    height: 24px;
}

.podbor_left_col .multiform-gap-field.type-radio .multiform-gap-option {
    width: auto;
    margin-right: 30px;
}

.podbor_right_col .multiform-gap-field.type-radio .multiform-gap-option {

    width: 24%;
}

.podpor__page .multiform-gap-field .multiform-gap-option label {
    font-weight: 300;
    font-size: 15px;
    min-width: 100px;
}

.podpor__page .default-theme .multiform-gap-name {
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 500;
}

.pp_forms .multiform-submit button {
    font-size: 16px;
    border: none;
    border-radius: 7px;
    height: 50px;
    white-space: nowrap;
    background-color: gray;
    color: #fff;
    padding: 0px 24px;
    width: 300px;
    transition: all .3s;

}

.pp_forms .multiform-submit button:hover {
    background-color: #ec0a18 !important;
    transition: all .3s;
}

select {
    font: inherit;
    letter-spacing: inherit;
    word-spacing: inherit;
}

.img_ri {
    width: auto;
    max-width: 300px;
}

.pp_forms .multiform-submit,
.pp_forms .multiform-gap-form,
.ppc__calc .multiform-body {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important
}

.podpor__page .default-theme .multiform-gap-field {
    padding: 5px 0;
}

.type__prod {
    color: gray;
    margin-bottom: 3px;
}

.product__btnwi .product__btnwi__i {
    margin-right: 10px;
}

.offers {
    width: 100%;
    box-sizing: border-box;

}



.tabs__content__row.hide {
    max-height: 410px;
    overflow: hidden;
    position: relative;
}

.tabs__content__row.hide:after {
    content: "";
    display: block;
    height: 70px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.9) 55%, #ffffff 100%);
}

.hide__button {
    display: none;
}

.zayavka.quest__new {
    display: none;
}

.cats__inner {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
}

input {
    height: 40px;
}

.price {
    font-weight: bold;
}

.mb-15 {
    margin-bottom: 15px;
}

input {
    color: inherit;
    font: inherit;
    margin: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
}

body .select-custom {
    height: auto;
    line-height: 1.2;
    border: none;
    padding-left: 0;
    padding-right: 15px;
    font-size: inherit;
    min-width: 1px;
    max-width: 100%;
    background-color: transparent;
    font-weight: inherit;
}

body .select-custom:after {
    border-bottom: .05em solid #007fc1;
    border-right: .05em solid #007fc1;
    right: 0;
    width: 5px;
    height: 5px;
    margin-top: -3px;
}

.accordion {
    font-weight: normal;
    font-size: 15px;
}

.accordion:last-child {
    border-bottom: none;
}

.accordion__header {
    height: 33px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    padding-right: 10px;
    position: relative;
}

.accordion__header-content {
    font-size: 14px;
}

.accordion__header:after {
    content: '\e919';
    font-family: 'icomoon';
    color: #2b333f;
    -webkit-transition: all .3s;
    transition: all .3s;
    position: absolute;
    right: 8px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 10px;
    line-height: 1;
}

.accordion__header-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1;
    width: 130px;
    padding-right: 10px;
    box-sizing: border-box;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.accordion__icon {
    width: 33px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    box-sizing: border-box;
    color: #40afff;
    font-size: 20px;
}

.accordion__collapse {
    font-size: 14px;
    padding-bottom: 18px;
    display: none;
}

.page__region {
    color: #007fc1 !important;
}

.flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.ai-c {
    align-items: center;
}

.mr-5 {
    margin-right: 5px;
}

body .dp-product {
    border: none;
}

body .dp-product .dp-product__header {
    padding: 0;
    width: fit-content;
    font-weight: 500;
    margin-bottom: 12px;
}

body .dp-product .dp-product__content {
    border-top: none;
    padding: 0;
}

body .dp-product .dp-product__group-title {
    display: none;
}

.dp-product__service-row {
    margin-bottom: 0 !important;
}

.dp-product__service-row img {
    width: auto;
    height: 20px;
}

.dp-product__service-row .dp-product__service-col {
    display: flex !important;
    align-items: center;
    text-decoration: none !important;
    border: none;
}

.page__region {
    color: #005aaa;
}

.accordion {
    display: none;
}

.accordion.dp-product__service-row {
    display: block;
}

.dp-product__service-list {
    margin-left: 0 !important;
}

.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-radius: 5px;
    border: solid 1px #e8e8e8;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    height: 42px;
    line-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto;
}

.nice-select:hover {
    border-color: #dbdbdb;
}

.nice-select:active,
.nice-select:focus {
    border-color: #999;
}

.nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 5px;
}

.dp-product {
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    background: #fff;
    font-size: 14px;
    line-height: 16px;
    color: #333;
}

.dp-product,
.dp-product * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Dp-Roboto", sans-serif;
}

.dp-product a,
.dp-product a:hover {
    color: #f2994a;
    text-decoration: none;
}

.dp-product__header {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
}

.dp-product__offset {
    padding: 15px 15px;
}

.dp-product__content {
    border-top: 1px solid #e0e0e0;
}

.dp-product__group-title {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 10px;
}

.dp-product__service {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 20px;
}

.dp-product__service-col-line {
    display: inline;
}

.dp-product__service-col-line div {
    display: inline;
}

.dp-product__service:last-child {
    margin-bottom: 0;
}

.dp-product__service-row {
    margin-bottom: 10px;
}

.dp-product__service_without-groups .dp-product__service-row {
    margin-bottom: 15px;
}

.dp-product__service-row_inline-mode .dp-product__service-col,
.dp-product__service-row_inline-mode .dp-product__service-calculation {
    display: inline;
}

.dp-product__service-row_inline-mode .dp-product__service-rates:before {
    content: "  ";
}

.dp-product__service-title {
    margin-bottom: 5px;
}

.dp-product__service-hint {
    font-size: 14px;
    color: #2b333f;
    margin-top: -3px;
}

.dp-product__service-calculation {
    color: #bdbdbd;
}

.dp-product .dp-cost_value:before {
    content: ", ";
}

.dp-product .dp-cost_value .dp-cost__value {
    display: inline-block;
}

.dp-product .dp-cost_value .dp-cost__value:first-letter {
    text-transform: lowercase;
}

.dp-product__service-col-line:first-child .dp-cost_value:before {
    display: none;
}

.dp-product__service-col-line:first-child .dp-cost_value .dp-cost__value:first-letter {
    text-transform: none;
}

.dp-estimated-date__value {
    font-weight: 700;
}

.dp-product a,
.dp-product a:hover {
    color: #ec0a18;
}

.dp-product__service-col-line .dp-estimated-date__value {
    font-weight: 500 !important;
}

.dp-cost__value.dp-cost__value_free {
    color: #f46b7a;
}

.pr__selector__itm a {
    border-radius: 10px !important;
}

.home__objects__inner.owl-carousel .owl-item img {
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
}

.svgggss {
    display: block !important;
    transform: rotate(90deg);
}

.pr_geo {
    display: flex;
    flex-direction: row;
    align-items: normal;
    justify-content: flex-start;
}

.product__btnwi__i {
    display: none;
}

.params .params_name {
    font-size: 14px;
    margin-bottom: 9px;
}

.product__carto .params .params_name {
    margin-bottom: 16px;
    font-size: 14px;
}

#products_thumbs {
    display: flex !important;
}


.menu_category_item_in_modal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    white-space: nowrap;
    border-bottom: 1px dotted rgb(38 152 255 / 40%);
    font-weight: 500;
    color: #ec0a18 !important;
}

.submenu__list2 {
    padding-left: 1em;
}

.cat-sub3 {
    padding: 0;
    width: 100% !important;
    margin-top: .25em;
}

.cat-sub3 li {
    padding: 0;
    width: 100% !important;
}

.cat-sub3 li a {
    font-size: 15px;
    color: #2b3640;
    font-weight: normal;
}

.cat-sub3 li a:hover {
    background-color: transparent !important;
    opacity: .85;
    transition: all .3s;
}

.submenu__list2 {
    padding: 0;
    text-align: left;
    min-width: 430px;
}

.submenu__list2 a {
    width: 100%;
    margin-bottom: .6em;
    color: #2b3640;
    font-weight: normal;
    font-size: 15px;
}

.submenu__list2 span {
    margin-bottom: .85em;
    display: block;
}

.hidecenter .subm_inner2 {
    border-radius: 20px;
    padding: 0 !important;
}

.submenu__list2 a:hover {
    text-decoration: none;
    -webkit-transition: all .3s;
    transition: all .3s;
    color: #ec0a18;
}

.subm_inner2 {
    z-index: 50;
    top: 0;
    overflow-y: auto;
    color: #242d33;
    box-sizing: border-box;
    background-color: #fff;
    border-left: 1px solid #ededed;
    -webkit-overflow-scrolling: touch;
    scrollbar-color: #55de8f #ccc;
    scrollbar-width: thin;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.hidecenter .subm_inner2 {
    left: 0;
}

.hidecenter .submenu__list2 {
    padding: 0;
    flex-direction: column;
    align-items: flex-start;
    padding: 5px 10px 30px 40px;
}

.hidecenter .submenu__list2 a {
    color: #2b3640 !important;
    text-decoration: none !important;
    border: none !important;
    padding: 0 !important;
    margin-bottom: 4px;
}

.popup-overlay {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(30, 30, 30, 0.87);
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999999;
}

.popup-overlay.popup-active {
    opacity: 1;
    visibility: visible;
}

.popup-content {
    opacity: 0;
    transform: translateY(-20px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    background: #fff;
    padding: 20px 45px;
    border-radius: 20px;
    max-width: 590px;
    width: 100%;
    box-sizing: border-box;
    margin-right: 10px;
    margin-left: 10px;
}

.popup-overlay.popup-active .popup-content {
    opacity: 1;
    transform: translateY(0);
}

.head__dynamic .hd__txt {
    font-size: 18px;
    font-weight: 500;
}

.head__dynamic {
    margin-bottom: 10px;
}

.head__dynamic,
.hd__url {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.hd__url a {
    font-size: 15px;
    color: #2b3640;
}

.hd__txt {
    margin-right: 4px;
}

.submenu__arrow {
    margin-top: 4px;
    display: inline-block;
}

.idsubcat__5578 {
    order: 1;
}

.idsubcat__72 {
    order: 2;
}

.idsubcat__5581 {
    order: 3;
    margin-top: 23px;
}

.idsubcat__1724 {
    order: 4;
    margin-top: -90px;
}

.idsubcat__5583 {
    order: 5;
    margin-top: -143px;
}

.idsubcat__753 {
    margin-top: -70px;
}

.idsubcat__337 {
    order: 1;
}

.idsubcat__5444 {
    order: 2;
}

.idsubcat__762 {
    order: 3;
}

.idsubcat__5626 {
    order: 4;
}

.idsubcat__753 {
    order: 5;
}

.idsubcat__2118 {
    order: 1;
}

.idsubcat__1746 {
    order: 2;
}

.idsubcat__1747 {
    order: 3;
    margin-top: -35px;
}

.idsubcat__1748 {
    order: 5;
    margin-top: -34px;
}

.idsubcat__3591 {
    order: 4;
    margin-top: 10px;
}

.subm_inner2 {
    width: 100% !important;
    position: relative !important;
    z-index: 50;
    top: 0;
    overflow-y: visible !important;
    color: #242d33;
    padding: 20px;
    box-sizing: border-box;
    background-color: #fff;
    border-left: none;
    -webkit-overflow-scrolling: touch;
    scrollbar-color: #86e782 #ccc;
    scrollbar-width: thin;
    border-radius: 20px;
    padding-bottom: 0;
}

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

.submenu__list2 a {
    width: auto !important;
    margin: 0.6em;
    margin-left: 0;
}

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

.menu_category_item_in_modal {
    display: none;
}

.closed_menu_category_in_modal {
    min-height: 40px !important;
    max-height: 180px !important;
    overflow: hidden !important;
}

.obj__new {
    margin-bottom: 50px;
}

#arrow-right {
    width: 18px;
    height: 18px;
}

.btn-main {
    display: inline-block;
    vertical-align: middle;
    background-color: #0285c9;
    border: 1px solid #ec0a18;
    color: #fff;
    border-radius: 8px;
    padding: 14px 30px;
    text-align: center;
    font-weight: normal;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.btn-main:hover {
    background-color: #fff;
    color: #ec0a18;
}

.btn-min-width {
    min-width: 260px;
}

.list-nav {
    list-style: none;
    margin: 0;
    padding: 0;
}

.list-nav li {
    margin-bottom: 9px;
}

.list-nav li:last-child {
    margin-bottom: 0;
}

.agree {
    font-size: 14px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.agree input {
    display: none;
}

.agree input:checked+.agree__symbol:after {
    opacity: 1;
}

.agree__symbol {
    width: 16px;
    height: 16px;
    background-color: #fff;
    border-radius: 20px;
    margin-right: 9px;
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.agree__symbol:after {
    content: '';
    width: 13px;
    height: 8px;
    border-bottom: 3px solid #ec0a18;
    border-left: 3px solid #ec0a18;
    box-sizing: border-box;
    position: absolute;
    top: 1px;
    left: 3px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.holder_reverse .sidebar {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-left: 20px;
    margin-right: 0;
}

.sidebar {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    width: 24.026%;
    margin-right: 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.sidebar__block {
    margin-bottom: 20px;
}

.sidebar__block:last-child {
    margin-bottom: 0;
}

.sidebar__block-inner {
    background-color: #fff;
    padding: 29px 35px 36px;
    border-radius: 20px;
}

.request__title {
    margin-bottom: 30px;
}

.form-request__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.form-request__content {
    margin-bottom: 20px;
}

.form-request__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.input-file {
    display: inline-block;
    vertical-align: middle;
}

.input-file input {
    display: none;
}

.input-file__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    font-weight: normal;
    color: #ec0a18;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.input-file__body:hover {
    color: #55de8f;
}

.input-file__body i {
    margin-right: 10px;
}

button {
    cursor: pointer;
    outline: none;
}

.pages_global__form .multiform-gap-name {
    display: none;
}

.multiform-errorfld {
    font-size: 12px;
    color: orangered;
}

.pages_global__form .form-request__group .multiform-gap-field {
    width: 33.333%;
    box-sizing: border-box;
    padding-right: 15px;
    margin-bottom: 8px;
}

.pages_global__form .form-request__group .multiform-gap-field:last-child {
    padding-right: 0 !important;
}

.pages_global__form .form-request__content .multiform-gap-field {
    width: 100%;
}

.pages_global__form .multiform-gap-field .multiform-gap-option input {
    width: 12px;
}

.pages_global__form .multiform-gap-field .multiform-gap-option input[type='checkbox'] {
    height: auto;
}

.pages_global__form .form-request__content .type-textarea {
    padding: 0 !important;
    box-sizing: border-box;
}

.pages_global__form .form-request__content .multiform-gap-field textarea {
    height: 130px;
    padding: 18px 12px!important;
}

.pages_global__form button[data-submit] {
    width: 100%;
}

.multiform-file-info.filesize {
    display: none;
}

.service_4captcha .multiform-gap-fields {
    position: relative;
}

.form-control {
    width: 100%;
    font-size: 18px;
}

.form-control_dark {
    border: none;
    background-color: #1e262d;
    color: #fff;
}

.btn-main_bg {
    background-color: #30a8ff;
    border-color: #30a8ff;
}

.btn-main_bg:hover {
    color: #30a8ff;
}

.btn-fluid {
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
}


.serv__txt {
    margin-bottom: 40px;
}

.serv__txt_start {
    margin-bottom: 40px;
}


.count-box {
    background-color: #2b3640;
    padding: 30px 35px;
    color: #fff;
    border-radius: 20px;
}

.count-box__title {
    font-size: 18px;
    font-weight: normal;
    margin: 0 0 15px;
}

.quote {
    font-style: italic;
    font-size: 14px;
    margin: 0 0 16px;
}

.quote_ligth {
    color: rgba(255, 255, 255, 0.5);
}

.figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
}

.figure__img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    padding: 5px;
    box-sizing: border-box;
    background-color: #2a4053;
    margin-right: 14px;
}

.figure__img img {
    width: 100%;
    border-radius: inherit;
}

.figure__content {
    font-weight: normal;
}

.figure__content-title {
    font-weight: bold;
}

.figure__content-txt {
    line-height: 1.2;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
}

.mb-20 {
    margin-bottom: 20px;
}

.font-md {
    font-size: 18px;
}

.pages_installation_form .multiform-gap-name {
    display: none;
}

.pages_installation_form .multiform-gap-fields {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.pages_installation_form .multiform-gap-field {
    margin-bottom: 10px;
}

.pages_installation_form .type-button {
    order: 4;
}

.list-main li:last-child {
    margin-bottom: 0;
}

.table-price {
    display: block;
    border: 1px solid #e4e5e7;
    border-radius: 10px;
}

.request #wahtmlcontrol_fields_field_156_22-1 {
    height: 55px;
    box-sizing: border-box;
}

.mb-30 {
    margin-bottom: 20px;
}

.img_row {
    background: #172330;
    border-radius: 20px;
}

.img_row img {
    max-width: 60%;
    max-height: 90%;
}

.img_row2 {
    background: #e2e2e2;
    border-radius: 20px;
}

[class^="icon-"] {
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-heart:before {
    content: "\e907";
}

.icon-search:before {
    content: "\e90d";
    color: #888787;
}

#compare-leash i {
    margin-left: 2px;
}

.icon-heart {
    margin-left: 1px;
}

.actions__value {
    background-color: #55de8f;
    color: #2b333f;
    font-weight: bold;
    height: 14px;
    min-width: 14px;
    box-sizing: border-box;
    padding: 0 5px;
    line-height: 1.1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50px;
    font-size: 10px;
    position: absolute;
    left: 100%;
    margin-left: -4px;
    top: -8px;
}

.actions__txt {
    margin-left: 20px;
}

.header__top .icon-cart {
    font-size: 18px;
    margin-top: 2px;
}

.header__top .actions__txt {
    margin-left: 14px;
    margin-top: 2px;
}

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

.navmenu svg path,
.navmenu svg rect,
.navmenu svg polygon {
    fill: #9d9d9d;
}

.navmenu li:first-child {
    display: flex;
}

.region__top span {
    order: 2;
}

.new_l_region {
    display: flex;
    align-items: center;
    flex-direction: row;
}

.new_l_region span {
    order: 2;
}

.phone_region {
    margin-right: 3.2vw
}

.b-cityselect__notifier {
    transform: translateY(-150%);
    animation: ani 1s forwards;
}

.open_menu,
.open_menu2 {
    display: block !important;
}

.sf__ph.noseo {
    display: none;
}

.opened {
    min-height: unset;
    max-height: unset;
}

.button_filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;

    height: 100%;
    white-space: nowrap;
    background-color: #f3f4f6;
    padding: 4px 8px;
    border-radius: 8px;
    font-size: 14px;




}

.bfiltesr_section {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    min-height: 40px;
}

.bfiltesr_contayner {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;

    position: relative;


}

.bfiltesr_contayner_absolute {
    min-width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    overflow: hidden;

    transition: 0.3s;
    z-index: 3;

}

.bfiltesr_item {
    display: none;
    padding-right: 4px;
    padding-bottom: 4px;
    height: 50%;
    width: fit-content;

}

.arr-bot svg {
    width: 8px;
    transform: rotate(180deg);
}

.sf__ph {
    width: 100%;
    border-bottom: 1px solid #e2e2e2;
    min-height: 40px;
    padding-top: 15px;
}

.filt_serv {
    max-width: 342px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    background: #fff;
    margin-bottom: 15px;
    border-radius: 20px;
    padding: 20px;
    box-sizing: border-box;
    margin-top: 0;
}

.fs__head {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;


}

.srv__itm {
    background: #f7f7f7;
    padding: 6px 8px;
    display: flex;
    max-height: 100%;
    overflow: hidden;
    border-radius: 8px;
    font-size: 14px;
    margin: 2px;
    cursor: pointer;
    width: min-content;
    transition: all .3s;
}

.srv__itm span {

    font-size: 13px;
    margin-right: 5px;
    width: fit-content;
    overflow: hidden;

}

.fs__itms {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin-top: 14px;
    margin-right: -2px;
    margin-left: -2px;
}

.polmont {
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 1000;
    background: rgb(0 0 0 / 93%);
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 7px;
}

.polmont__inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    max-width: 1410px;
    margin-top: 8px;
    justify-content: center;
}

.polmont_col {
    font-weight: 500;
}

.polmont svg {
    max-width: 24px;
    stroke: #fff;
    fill: #fff;
    width: 24px;
}

.polmont svg path {
    stroke: #fff;
    fill: #fff;
    transition: all .3s;
    cursor: pointer;
}

.polmont__exit {
    position: absolute;
    right: 30px;
    border: 1px solid rgb(243 244 246 / 30%);
    border-radius: 50%;
    padding: 4px;
    transition: all .3s;
    width: 34px;
    box-sizing: border-box;
    height: 34px;
}

.polmont_col {
    color: #fff;
}

.polmont__exit:hover {
    border: 1px solid rgb(243 244 246 / 10%);
    transition: all .3s;
    cursor: pointer;
}

.polmont__exit:hover path {
    fill: #939393;
    transition: all .3s;
}

.circwi {
    position: fixed;
    top: 170px;
    right: 65px;
    width: 98px;
    height: 98px;
    border-radius: 50%;
    background: rgb(21 21 21 / 93%);
    z-index: 999999999999999999999;
    padding: 10px;
    box-sizing: border-box;
}

.circwi__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-top: 2px;
}

.circwi__head {
    margin-bottom: 7px;
}

.circwi__bot {
    color: #ededed;
    max-width: 90%;
    text-align: center;
    font-size: 11px;
    font-weight: 500;
}

.circwi__head svg {
    width: 32px;
}

.circwi__close svg {
    width: 22px;
}

.circwi__close path {
    fill: #fff
}

.circwi {
    cursor: pointer;
}

.circwi:hover {
    opacity: .9;
}

.polmont_col {
    font-size: 15px;
}

.polmont_col b {
    font-size: 18px;
}

.circwiout {
    position: fixed;
    top: 170px;
    right: 65px;
    width: 98px;
    height: 98px;
    border-radius: 50%;
}

.circwiout.pulse::after {
    content: "";
    background: rgba(255, 255, 255, 1);
    border-radius: 50%;
    height: 100%;
    width: 100%;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 1);
    transform: scale(1);
    animation: pulse 2s infinite;


    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.srv__itm:hover {
    background-color: #e5e5e5;
    transition: all .3s;
}

.seofilter__inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.seofilter {
    padding: 18px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sf__more g {
    fill: #070b10;
    transition: all .3s
}

.sf__more {
    display: inline-flex;
    font-size: 14px;
    color: #070b10;
    transition: all .3s;
    font-weight: 500;
}

.sf__more:hover {
    color: #ec0a18;
    transition: all .3s;
    cursor: pointer;
}

.sf__more:hover g {
    fill: #ec0a18;
    transition: all .3s;
}

.sf__itm {
    font-size: 14px;
    padding: 3px 8px;
    background-color: #f7f7f7;
    border-radius: 7px;
    margin-right: 15px;
    font-weight: 300;
    white-space: nowrap;
}

.sf__more svg {
    width: 7px;
    transform: rotateX(180deg);
    margin-left: 5px;
}

.for_products .content-block-xs {
    margin-bottom: 15px;
}

.consult__form .multiform-gap-fields {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.consult__form .mf-colm4 {
    width: calc(33.3% - 20px);
}

.consult__form .multiform-gap-value.mf-colm12 {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-end;
}

.category-name.head_all {
    padding-top: 0 !important;
    margin-top: 10px;

    font-size: 32px;
}

.breadcrumbs {
    margin-top: 0 !important;
}

.rating path {
    fill: #363c43;
}

.owl-next,
.owl-prev {
    position: absolute;
    margin-top: -10px;
    z-index: 2;
    bottom: 60%;
}

.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel .owl-prev,
.owl-carousel .owl-next {
    display: flex !important;
    position: absolute;
    top: 30%;
    background-color: #fff;
    width: 34px;
    height: 34px;
    align-items: center;
    justify-content: center;
    display: flex;
    border-radius: 50% !important;
    box-shadow: -1px 2px 4px 1px rgb(146 153 159 / 20%);

}

.owl-carousel .owl-prev {
    transform: rotate(90deg)
}

.btn__podbor {
    width: 100%;
    height: 100%;
    margin-top: 15px;
}

.btn__podbor__inner {
    display: flex;
    align-items: center;
    flex-direction: row;
    background-color: #333e49;
    border-radius: 3px;
    padding: 7px;
    justify-content: center;
}

.btn_p_txt {
    color: #fff;
}

.btn_p_icn {
    margin-right: 7px;
    margin-left: -10px;
}

.ch__itms {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.ch__itm {
    width: 47%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
}

.ch__itm img {
    margin-right: 10px;
}

#overlay {
    display: none !important;
}

.category__new__head .category-name.head_all {
    display: inline-block;
}

.category__products__button .product__buttons__buy .addtocart {
    margin-bottom: 10px;
}

.bg__inner {
    background: #fff;
    padding: 40px;
    border-radius: 20px;
}

.show-more,
.show-all {
    display: inline-flex;
    text-decoration: none;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    z-index: 1;
    border: none;
    background: none;
    font-size: 14px;
    padding: 0;
    transition: all .3s;
    color: #ec0a18
}

.bottom_part_txt .show-more,
.bottom_part_txt .show-all {
    color: #ec0a18;
    border-bottom: none;
}

.show-more:before,
.show-all:before {
    content: '';
    position: absolute;
    top: 0;
    right: -50px;
    bottom: 0;
    left: 0;
    z-index: -1;

}

.show-more:hover:before,
.show-more:active:before,
.show-more:focus:before,
.show-all:hover:before,
.show-all:active:before,
.show-all:focus:before {
    transform: translateX(0);
}

.content-block-fix {
    margin: 20px 0;
    padding: 0;
    padding-bottom: 20px;
    background: transparent;
    font-size: 16px;
    position: relative;
}

.content-block-text {
    height: 353px;
    overflow: hidden;
    position: relative;
    transition: margin 0.3s;
}

.show-all-container {
    position: absolute;
    left: 0;
    bottom: 20px;
    display: none;
}

.content-block-text::after {
    content: "";
    width: 100%;
    height: 120px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.9) 55%, #ffffff 100%);



}

.bottom_part_txt .content-block-text::after {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 0%, rgb(243 244 246) 55%, #f3f4f6 100%);
    height: 60px;
}

.h2__desc {
    font-size: 28px;
    font-weight: 300;
    margin-bottom: 12px;
}

.h3__desc,
.pr__desc {
    font-size: 21px;
    font-weight: 300;
    margin-bottom: 12px;
    margin-top: 26px;
}

.p__desc,
.prp__desc {
    font-size: 15px;
}

.ul__desc,
.prul__desc {
    margin-bottom: 20px;
    padding: 0 0 0 18px;
}

.ul__desc li,
.prul__desc li {
    margin-bottom: 5px;
    position: relative
}

.ul__desc li::before,
.prul__desc li::before {
    content: " ";
    background: url('/wa-content/img/icons/check-all-svgrepo-com.svg');
    width: 12px;
    height: 12px;
    background-size: cover;
    position: absolute;
    left: -17px;
    top: 2px;
}

.product__carto .head_all {
    font-size: 28px;
}

.breadcrumbs li span:hover,
.skidka:hover .itm__txt,
.tabs__head:hover {
    color: #ec0a18;
    transition: all .3s;
    cursor: pointer;
}

.breadcrumbs li:first-child {
    margin-top: 0px;
}

.breadcrumbs li:last-child span:hover {
    color: #25282c;
}

.fancybox-content {
    border-radius: 20px;
}

.search__form .form-control {
    font-size: 14px;
    color: #888888;
    height: 50px;
    border: none;

}

.search__form.multiform.fancybox-content #search_input_form_multiform {
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
    padding-left: 6px;
}

.search__form.fancybox-content {
    max-width: 700px;
}

.info__page .breadcrumbs-wrap {
    margin-top: 28px;
}

form.search {
    display: flex;
    border: 1px solid #e2e2e2;
    padding: 5px;
    border-radius: 20px;
    height: 60px;
    box-sizing: border-box;
    margin-bottom: 22px;
}

.search__form .popup__header-title.head_all {
    margin-bottom: 30px;
}

.search__form .popup__header-subtitle {
    font-size: 14px;
    line-height: 18px;
    padding-left: 5px;
}

.search__form.fancybox-content {
    padding: 25px 34px 25px 34px
}

.get-contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 300px;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    overflow: hidden;
    border-radius: 8px;
}

.get-contacts__content {
    padding: 16px 19px;
    box-sizing: border-box;
    font-weight: 300;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 1px;
}

.get-contacts__col {
    width: 50%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.get-contacts__scroll {
    max-height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-color: #2698ff #e5e5e5;
    scrollbar-width: thin;
}

.get-contacts__scroll::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    background-color: #e5e5e5;
}

.get-contacts__scroll::-webkit-scrollbar-thumb {
    background-color: #0285c9;
}

.map {
    width: 100%;
    height: 100%;
}

.r-tabs-state-active:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    margin-top: -3px;
}

.cart__city {
    margin-bottom: 14px;
}

.cart__city {
    margin-left: 20px;
}

.head__geo__cart {
    display: flex;
    align-items: baseline;
}

.wa-details-fields-section {
    display: flex;
}

.wa-plugin-fields-wrapper {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    justify-content: space-between;
    margin-left: 20px;
}

.del_serv_inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.ds__itm {
    flex-grow: 1;
    border: 1px solid #f7f7f7;
    background-color: #fbfbfb;
    border-radius: 8px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    flex-basis: 100px;
}

.ds__itm__last span {
    font-size: 14px;
}

.ds__itm img {
    max-width: 80px;
    max-height: 42px;
}

.s-checkbox {
    display: flex !important;
    align-items: baseline;
}

.d__img_ img {
    width: 25px;
    margin-right: 10px;
}

.head_pr_loc .b-cityselect__notifier {
    display: none !important;
}

.link_cart {
    font-size: 12px;
}

.link_cart a,
.s-actions-wrapper a,
.back a,
.back {
    color: #ec0a18;
}

.region__top:hover {
    cursor: pointer;
}

.region__top a:hover,
.navmenu li a:hover {
    color: #ea3323 !important;
    transition: all .3s;
}

.bfiltesr_contayner_absolute.opened {
    justify-content: flex-start;
}

.bfiltesr_contayner_absolute.closed {
    justify-content: flex-start;
}

.navmenu svg {
    height: 19px;
    width: auto;
}

.region__top svg {
    width: 20px;
    margin-right: 5px;
}

.multiform-gap-form .errormsg {
    height: auto !important;
    border: none !important;
    font-style: normal !important;
    margin-top: 0 !important;
    font-weight: 500 !important;
    background-color: transparent !important;

}

.breadcrumbs {
    white-space: nowrap;
}

.parent_sl .prodTitle {
    font-weight: 300;
}

.slider__services .swiper-button-next,
.slider__services .swiper-button-prev {
    position: absolute;
    top: 45%;
}

.inline-link {
    font-size: 20px;
}

.header__mob .geo_hor {
    flex-direction: column;
}

.header__mob .geo_hor {
    padding: 12px 15px 12px 10px;
}

.header__mob .geo_hor .b-cityselect__notifier_triangle {
    display: none;
}

.feat_name,
.listfeatures-values {
    z-index: 9;
    background-color: #fff;
    margin-bottom: 0;
}

.breadcrumbs::-webkit-scrollbar {
    width: 3px;
    height: 3px;
}

.breadcrumbs::-webkit-scrollbar-track {
    background-color: #e2e2e2;
}

.breadcrumbs::-webkit-scrollbar-thumb {
    background-color: #cfd0d2;
    border-radius: 50px;
}

.show-all::after {
    content: 'next';
    font-family: swiper-icons;
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 17px;
    font-size: 8px;
    margin-left: 5px;
    transform: rotate(90deg);
    width: 10px;
    font-weight: 800;
    transition: all .3s;
}

.show-all.show-open::after {
    transform: rotate(270deg);
    transition: all .3s;
}

.desccat__txt .h2__desc {
    font-size: 22px;
    font-weight: 500;
}
.itemInner__compareBlock_active svg path {
    fill: var(--secondary-color)!important;
}
.desccat__txt .p__desc {
    font-size: 15px;
}

.nonbg__products .show-all {
    left: 10px;
}

.icons__mob__cont {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}

.search__mob {
    margin-right: 25px;
}

.search__mob,
.fav__mob {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;

}

.search__mob {
    order: 2;
}

.search__mob svg {
    margin-right: 7px;
}

.fav__mob svg {
    margin-right: 5px;
}

.search__mob path,
.fav__mob path {
    fill: #000;
}

.menu-mobile__panel {
    position: relative;
}

.menu-mobile__panel::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #eaeaea;
}

.params__new__inner {
    display: flex;
    justify-content: space-between;
    position: relative;
    align-items: flex-end;
    margin-bottom: 12px;
}

.pn__val,
.pn__name {
    font-size: 14px;
}

.pn__name {
    z-index: 2;
    background: #fff;
    padding-right: 2px;
    white-space: nowrap;
    color: #686868;

}

.pn__dots {
    border-bottom: 1px dotted #bdbdbd;
    width: 100%;
    position: absolute;
    bottom: 3px;
    z-index: 1;
}

.pn__val {
    z-index: 2;
    padding-left: 2px;
    margin-left: 4%;

}

.pn__val__inner span {
    background-color: #fff;
}

.multiform-gap-field.type-phone input {
    width: 100%;
    padding: 18px 12px;
}

.menu-mobile__list.pages__list {
    margin-bottom: 50px;
}

.showmen {
    transition: all .3s ease-in;
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    box-sizing: content-box;
}

.swiper-wrapper {
    transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
    touch-action: pan-y;
}


.swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
}

.swiper-fade .swiper-slide-active {
    pointer-events: auto;
}

.factory-modal__button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
}

.factory-modal__button--prev {
    left: -40px;
}

.factory-modal__button--next {
    right: -40px;
}

.factory-modal__button-block {
    position: relative;
    padding: 5px;
}

.factory-modal__button img {
    width: 16px;
    height: 32px;
    object-fit: scale-down;
}

.factory-modal {
    opacity: 0;
    position: fixed;
    z-index: 99;
    left: -200%;
    top: 50px;
    transform: translateX(-50%);
    width: 68vw;
}

.factory-modal__close {
    background-color: #264e5e;
    position: absolute;
    right: -50px;
    top: 0px;
    padding: 0;
}

.factory-modal__close-wrapper {
    position: relative;
    width: 50px;
    height: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.factory-modal__close-block {
    width: 25px;
    height: 25px;
    position: relative;
}

.factory-modal__close-block::before {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    width: 100%;
    height: 1px;
    background-color: #fff;
    transform: translate(-50%, -50%) rotate(45deg);
}

.factory-modal__close-block::after {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    width: 100%;
    height: 1px;
    background-color: #fff;
    transform: translate(-50%, -50%) rotate(-45deg);
}

.factory-modal__swiper {
    width: 100%;
    max-height: 820px;
}

.factory-modal__swiper .swiper-slide {
    width: 100%;
    height: 100%;
}

.factory-modal__swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nonbg__products .bg__inner {
    background-color: #fff;
    padding: 30px;
    padding-bottom: 40px;
}

.show-all-container {
    position: absolute;
    left: 20px;
}

.b-cityselect__list_wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 12px;
}

.b-cityselect__list_wrapper ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    margin-left: 10px;
}

#cityselect__change .b-cityselect__list_wrapper ul li {
    padding: 0;
    margin: 0;
    margin-right: 10px;
}

.fill__geo {
    fill: #676767;

}

.icns__geo svg {
    width: 18px;
    height: 18px;
    margin-right: 10px;

}

.b-cityselect__change_city_wrapper #search {
    display: none;
}

.b-cityselect__change_city_wrapper {
    border: 1px solid #ec0a18;
    padding: 5px;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    border-radius: 10px;
    max-width: 410px;
    margin: 0 auto;
}

.b-cityselect__change_input {
    border: none !important;
}

.icns__geo__inner {
    display: flex;
    align-items: center;
    flex-direction: row;
}

.icns__geo__inner #search {
    width: 26px;
    height: 26px;
}

#cityselect__change .b-cityselect__change_info {
    font-weight: 300;
    font-size: 28px;
    text-align: center;
}

.b-cityselect__change_text {
    text-align: center;
}

g .st2 {
    fill: #FFFFFF;
    stroke: transparent;
    stroke-width: 1;
}

.b-cityselect__list li:last-child span {
    display: none !important;
}



.b-cityselect__list .i-cityselect__set_city.bold {
    font-weight: 500;
    white-space: nowrap;
}

.burger__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.burger__row {
    width: 16px;
    height: 3px;
    border-radius: 2px;
    background-color: #000;
}

.burger__row {
    margin-bottom: 2px;
}

.header__mob .basket-icon svg {
    width: 26px !important;
}

.b-cityselect__change.i-cityselect__change.fancybox-content {
    max-width: 520px;
}

.home__col .show-all-container {
    left: 0
}

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

.serv__city .arrgeo {
    width: 16px;
}

.table-price .table-price__row:nth-child(even) {
    background-color: #fff;
}

.city_main {
    white-space: nowrap;
}

.home__zayavka__row .multiform-gap-fields {
    border: 1px solid #e2e2e2;
    display: flex;
    border-radius: 20px;
    justify-content: space-between;
    max-height: 75px;
}

.tab__btn__msk {
    padding-top: 10px !important;
    padding-bottom: 29px !important;
}

.tab__btn__spb {
    padding-bottom: 31px !important;
    padding-top: 10px !important;
}

.tab__btn__rst {
    padding-top: 9px !important;
    padding-bottom: 12px !important;
}

.url__class {
    color: #ec0a18;
}

.main__search {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.base-row {
    border-bottom: 1px solid #efefef !important
}

.base-head th p {
    font-weight: 500;
    text-align: left;
}

.base-head tr {
    border-bottom: 1px solid #efefef;
    margin-bottom: 20px;
}

.p__a__content ul {
    margin-bottom: 20px;
}

.p__a__content li {
    margin-top: 10px;
    list-style-type: disc;
}

.category__products__button .price_count.zp_price {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 12px;
    padding-top: 8px;
}

.link__doc {
    display: flex;
    align-items: center;
    margin-right: 15px;
}

.frow__doc {
    display: grid;
    grid-template-columns: .4fr 1fr .7fr;
}

.frow__doc span:last-child {
    border-right: none;
}

.rows__doc {
    padding: 22px 0;
    border-bottom: 1px solid #e1e2e4;
    min-height: 150px;

}

.razmer__doc {
    display: inline;
    white-space: nowrap;
    margin-right: 12px;
}

.txt_razm {
    margin-right: 5px;
    color: #ec0a18;
}

.razmer__inner {
    color: #ec0a18;
}

.razmdate__doc {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.date__doc::before {
    content: "RU";
    display: block;
    width: 20px;
    margin-right: 10px;
    padding: 3px 5px;
    display: inline-block;
    color: #94A0B1;
    line-height: 1.2;
    border: 1px solid #94A0B1;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 14px;
}

.srow__doc {
    margin-top: 30px;
    display: flex;
    align-items: center;

}

.tdoc__head__inner {
    display: grid;
    grid-template-columns: .4fr 1fr .7fr;
    border-bottom: 1px solid #efefef;
}

.tdoc__head__inner .td__itm {
    font-size: 16px;
}

.td__itm {
    font-weight: 500;
    padding-top: 0;
    padding-bottom: 20px;
    text-align: left;
}

.head__select {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.head__select select {
    height: 50px;
    border: 1px solid #e2e2e2;
    border-radius: 10px;
    padding: 0 12px;
}

.primech__doc,
.date__doc {
    color: #94A0B1;
}

.date__doc {
    margin-right: 15px;
}

.models__doc {
    padding-right: 40px;
}

.rows__doc__inner {
    width: 100%;
    min-height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.all__instr {
    margin-top: 40px;
}

.head__select {
    margin-bottom: 40px;
}

.info__page div.head_allб .sel__doc {
    margin-bottom: 30px;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 96%;
    background-position-y: 11px;
}

.dn__itm {
    color: #ec0a18;
    font-weight: 500;
    border-bottom: 1px solid #ff989e;
    margin-right: 24px;

}

.span5 .razmer__inner,
.dc__all .razmer__inner,
.dc__all .txt_razm {
    color: #070b10;
    font-size: 14px;
}

.dc__all {
    margin-top: 10px;
    margin-bottom: 10px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    max-width: none;
    width: auto;
    row-gap: 40px;
}

.span5 {
    margin-bottom: 80px;
}

.docs__cert__inner a::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 50px;
    height: 50px;
    margin-right: 20px;
    background: url('/wa-content/img/icons/pdf-new.svg');
    background-size: cover;
    float: left;

}

.docs__cert__inner {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    left: 0;
    padding-left: 72px;
    padding-right: 20px;
}

.sg__head,
.fo__row .default-theme .multiform-gap-name {
    font-weight: 500;
    font-size: 18px;

}

.sg__head {
    margin-bottom: 12px;
    line-height: 1.4;
}

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

.sg__inner img {
    max-width: 40px;
}

.war__p h1.head_all {
    margin-bottom: 10px;
}

.steps,
.stage {
    margin-bottom: 60px;
}

.sg__col {
    background: #f3f4f6;
    padding: 26px;
    border-radius: 20px;
}

.sg__col img {
    margin-bottom: 12px;
}

.fo__row .type-button .multiform-gap-value {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    align-items: center;
}

.fo__row #wahtmlcontrol_fields_field_113_19-1 input {
    max-width: 14px;
    height: 22px;

}

.fo__row #wahtmlcontrol_fields_field_113_19-1 label {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
}

.fo__row #wahtmlcontrol_fields_field_113_19-1 a {
    color: #ec0a18;
}

.dc__all {
    position: relative;
    padding-bottom: 70px;
}

.dc__all::after {
    content: "";
    background: #f3f4f6;
    height: 20px;
    width: calc(100% + 80px);
    position: absolute;
    bottom: 0;
    left: -40px;
}

[data-id="pickup"] .all2_dost {
    display: none !important;
}

[data-id="pickup"] .cent_dost {
    display: block !important;
}

.swiper-container.gallery-top .swiper-slide,
.gallery-top #swiper-wrapper-5e72703f86481d81 {
    height: fit-content;
}

.product__page.mob_product_tabs .ef__head span {
    border: none;
}


.mob_product_tabs .tabs__content__row.hide {
    max-height: none;
}

.a2c__wrapper .btn__new {
    align-items: center;
    display: flex;
}

.a2c__btns .red_button a {
    color: #fff !important;
}

.mob_product_tabs .tabs__content__row.hide:after {
    display: none;
}

.owl-next svg:hover {
    cursor: pointer;
}

.servp {
    margin-bottom: 50px;
}

.spt__itm {
    width: 50%
}

.serv__row .show-all-container {
    left: 10px !important;
}

.serv__row .bg__inner.content-block-fix {
    margin: 0;
    padding: 0;
}

.horizz .multiform-gap-option span {
    font-size: 14px;
}

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

.checkpolitic .multiform-gap-option {
    display: flex !important;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap !important;
}

.checkpolitic input {
    max-width: min-content;
}

.checkpolitic .color-link,
.color-link {
    color: #ec0a18 !important;
}

.checkpolitic .color-link:hover {
    color: #c8000c;
}

input.form-control.form-control_dark {
    max-height: 55px;
}

.multiform-wrap .multiform-error-field,
.multiform-wrap input.multiform-error-field,
.multiform-wrap select.multiform-error-field {
    border-radius: 10px;
}

input,
button,
textarea,
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 0px
}

.multiform-wrap.default-theme .errormsg,
.default-theme .multiform-mask-error {
    text-align: left;
}

.checkpolitic input {
    height: 20px !important;
}

.any_questions_form.form__cont .multiform-gap-fields {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-column-gap: 10px;
    padding: 0px 10px;

}


#wahtmlcontrol_fields_field_156_22-1 {
    background: #fff;
}

.default-theme .multiform-gap-value input[type="text"],
.default-theme .multiform-gap-value textarea,
.default-theme .multiform-gap-value input[type="email"],
.default-theme .multiform-gap-value select,
.default-theme .multiform-gap-value .multiform-formula span {

    max-height: 55px;
}

li.feature-discounts,
li.feature-discounts:hover,
li.feature-discounts span,
li.feature-discounts span:hover {
    cursor: auto !important;
}


.default-theme.pages_global__form .multiform-gap-value textarea {
    padding: 10px;
}

.above-overlay {
    position: relative;
    z-index: 2000;
}

.geomontxt {
    margin-bottom: 10px;
}

.geomontxt b {
    color: #ec0a18;
}

.podskazka {
    max-width: 220px;
    width: 100% !important;
}

#podskazka_count {
    padding-right: 3px;
}

.emptyError-container {
    text-align: center;
    margin: 10px 0 20px 0;
    height: 25vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.top_line_wrapper div .navmenu span.flexmenu__disable_link {
    color: #ec0a18;
    cursor: context-menu;
}

.multiform-gap-field.type-checkbox .multiform-gap-value label {
    display: flex;
}


.default-theme .multiform-gap-field.type-section {
    gap: 0px;
}

.home__zayavka .multiform-gap-field.type-checkbox .multiform-gap-value label {
    align-items: flex-start;
}


.checkpolitic div label input::before {
    position: absolute;
    content: "\2713";
    left: 2px;
    top: -1px;
    pointer-events: none;
    font-size: 12px;
    z-index: 11;
    color: white;
}

.checkpolitic div label input::after {
    position: absolute;
    content: "";
    width: 14px;
    height: 14px;
    left: -1px;
    top: 0px;
    pointer-events: none;
    border-radius: 3px;
}

.checkpolitic span {
    font-size: 14px;
}

.checkpolitic div label input:checked::before {
    opacity: 1;
}

.checkpolitic div label input:checked::after {
    background-color: #ec0a18;
}

.swiper-button-next,
.swiper-button-prev {
    transition: .3s;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    transition: all .3s;
}

.swiper-button-prev:hover:after,
.swiper-button-next:hover:after {
    color: white;
    background-color: #ec0a18;
}

.multiform-wrap.default-theme .errormsg {
    display: none !important;
    font-size: 12px !important;
    color: orangered !important;
    font-weight: 500;
    font-style: normal !important;
    margin: 3px 0 0 0 !important;
}

.multiform-gap-field .multiform-error-field {
    background: #ffcccc !important;
    border: 1px solid #ffcccc !important;
}

.multiform-gap-field[data-type="checkbox"] .multiform-error-field {
    background: none !important;
    border: none !important;
}


.itemInner__compareBlock.itemInner__compareBlock_active svg path {
    fill: #c8000c;
}

.multiform-gap-field .checkpolitic.multiform-error-field {
    background: unset !important;
    border: unset !important;
}

.multiform-gap-field .checkpolitic.multiform-error-field input::after {
    background: #ffcccc !important;
}

.multiform-gap-field .checkpolitic.multiform-error-field input::before {
    color: #ffcccc !important;
}

.multiform-wrap.default-theme .multiform-errorfld .errormsg {
    display: inline-block !important;
    text-wrap: nowrap;
}

.cookie-overlay {
    background-color: #070707;
    border-radius: 20px;
    box-sizing: border-box;
    color: #f5f7fa;
    display: flex;
    flex-direction: column;
    padding: 20px;
    width: 282px;
    position: fixed;
    bottom: 67px;
    z-index: 9999999;
    right: 15px;
    opacity: 0;
    transition: opacity .6s;
}

.cookie-overlay-loaded {
    opacity: 1;
}

.p__a__itm {
    overflow: hidden;
}

.cookie-popup__header {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: .4px;
    line-height: 24px;
    margin: 0 0 12px;
}

.cookie-popup__texts {
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    letter-spacing: .2px;
}

.cookie-popup__texts p {
    color: white;
    margin: 5px 0 0 0;
}

.cookie-popup__texts p a {
    color: white;
}

.wa-error-text {
    text-align: left !important;
    font-size: 12px !important;
    color: orangered !important;
    font-weight: 500 !important;
    font-style: normal !important;
    margin: 10px 0 0 0 !important;
}

.added2card::after {
    content: '';
    opacity: 0;
    background-color: rgba(30, 30, 30, 0.87);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    transition: opacity .3s;
    z-index: 99999;
}

.added2card-active.added2card::after {
    opacity: 1;
}

.btn__new {
    font-size: 13px;
    border: none;
    cursor: pointer;
    border-radius: 10px;
    height: 42px;
    white-space: nowrap;
    font-weight: 500;
    text-transform: uppercase;
}

.buttons__card .btn__new {
    flex-basis: 48%;
    padding: 0;
}

.grey_button {
    background-color: transparent;
    color: #070b10;
    border: 1px solid #5f6c7a;
    padding: 0px 7px;
    box-sizing: border-box;
    transition: all .3s;
}

.owl-next,
.owl-prev {
    position: absolute;
    margin-top: -10px;
    z-index: 2;
    bottom: 60%;
}

.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-theme .owl-nav [class*=owl-] {
    color: #fff;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #d6d6d6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #fff;
    text-decoration: none;
}

.owl-theme .owl-nav {
    margin-top: 10px;
}

.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-prev {
    left: -12px;
}

.owl-next {
    right: -12px;
}

.owl-theme .owl-nav .disabled {
    opacity: 0 !important;
    cursor: default;
}

.arr-left {
    width: 12px;
    transform: rotate(270deg);
}

.arr-right {
    width: 12px;
    transform: rotate(90deg);
}

.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 2px !important;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none;
}

.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
}

.suggestions-wrapper {
    position: absolute !important;
    bottom: 0;
    left: 0;
    width: calc(100% + 2px);
    box-sizing: border-box;
}

#cityselect__change .suggestions-wrapper .suggestions-suggestions {
    max-height: 61px;
    overflow-y: auto;
    max-width: 410px;
    width: 100%;
    border: 1px solid var(--secondary-color);
    left: -1px;
    top: -6px;
    border-top: none;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.suggestions-suggestions::-webkit-scrollbar {
    width: 4px;
}

.suggestions-suggestions::-webkit-scrollbar-thumb {
    background: var(--secondary-color);
    border-radius: 10px;
    width: 2px;
}
.htmlmap-content {
    background-color: #fff;
    padding: 36px;
    border-radius: 20px;
}
body .htmlmap p {
    padding-top: 0!important;
}
@media screen and (min-width: 1920px) {

    .head_mhide {
        margin-left: 5px !important;
    }
}

@media (min-width:1361px) and (max-width:1800px) {

    .subm_inner2 .submenu__list2 {
        min-width: fit-content;
    }
}

@media (min-width: 1591px) {

    .actions__item:last-child {
        padding-right: 0;
    }
}

@media (max-width: 1590px) {


    .catalog-nav__list>li>a,
    .catalog-nav__list>li>.url_head__span {
        padding: 0 15px;
    }

    .up_menu .up_cats .url_head__span {
        padding: 0 15px !important;
    }
}

@media (max-width: 1460px) {

    .service-grid__sidebar {
        margin-left: 30px;
        width: 350px;
    }
}

@media (min-width: 1451px) {

    .bg__products.center_wrapper.content-tab-pr {
        margin-top: 40px;
    }

    .center_wrapper {
        box-sizing: border-box;
        margin: 0 auto;
        max-width: 1410px;
        width: 100%;

    }
}

@media (max-width: 1450px) {

    .page__content .span12 {
        width: 90%;
    }

    .swiper .swiper-slide {
        font-size: 14px;
    }

    .center_wrapper.bg__products.content-tab-pr {
        padding: 15px !important;
    }
}

@media only screen and (min-width: 1051px) and (max-width: 1450px) {

    .region__top .i-cityselect__var--phone {
        font-size: 16px;
    }

    .logo__top .logoimg {
        max-width: 200px;
    }

    .bottom__part__head .head_all {
        max-width: 100%;
    }
}

@media (max-width: 1450px) {

    .sidebar {
        width: 345px;
    }
}

@media (min-width: 1411px) {

    .center_wrapper {
        padding: 0 15px;
        box-sizing: border-box;
    }

    .prd_image img {
        min-width: 460px;
    }
}

@media (max-width: 1410px) {

    .center_wrapper {
        padding: 0 15px;
        box-sizing: border-box;
    }
}

@media only screen and (min-width: 1360px) and (max-width: 1410px) {

    .caroufredsel_wrapper #product_slider {
        max-width: 420px;
    }

    .head_mhide {
        display: none;
    }
}

@media (max-width: 1409px) {

    .breadcrumbs:after {
        content: '';
        position: absolute;
        right: 0;
        height: 14px;
        width: 100px;
        background: linear-gradient(to right, transparent 0%, #f5f5f5 90%, #f5f5f5 10%);
    }
}

@media (max-width: 1380px) {

    .accordion__header-title {
        width: auto;
    }
}

@media (max-width:1367px) {

    .submenu {
        width: 70%;
    }

    .subm_inner2 {
        width: 30%;
        right: 0;
    }

    .subm_inner1 {
        width: 100%;
    }
}

@media (min-width: 1300px) and (max-width: 1366px) {


    .has_chiild,
    .nav__list li a,
    .up_cats a,
    .up_cats span {
        padding: 5px 20px;
    }

    .up_cats span {
        padding-left: 0;
    }

    .up_menu .up_cats .url_head__span {
        padding: 0 15px;
    }
}

@media (max-width: 1366px) {

    .first-menu.is-active2 .subm_inner1 {
        min-width: 70vw !important;
    }

    .subm_inner2 {
        background-color: transparent !important;
    }

    .catalog-nav__list .first-menu.is-active2 .subm_inner1 {
        width: auto;
    }

    .subm_inner1 .submenu {
        width: 70vw;
    }
}

@media (min-width: 1179px) and (max-width:1365px) {

    .footer__new .footer__new__bot .fnb__inner .fnb__datelic {
        max-width: 70%;
    }

}

@media (min-width: 1361px) {

    #company-logo {
        width: 200px;
    }

    #volcano_tabs .span7 {
        white-space: nowrap;
        font-size: 15px;
    }

    .subm_inner2 {
        width: auto;
        right: 0;
        padding-left: 60px;
        margin-top: -10px;
    }

    .submenu {
        width: 100% !important;
    }
}

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

    div.header__mob .b-cityselect__wrapper .b-cityselect__notifier_title {
        flex-direction: row;
        align-items: center;
        margin-top: -40px !important;
        margin-left: 12px;
    }

    div.header__mob .name .b-cityselect__wrapper .i-cityselect__city.font-mob-24 {
        margin-right: 20px;
        margin-top: -1px !important;
    }
}

@media (max-width: 1360px) {

    .bg__products.center_wrapper.content-tab-pr {
        margin-left: 10px;
        margin-right: 10px;
    }

    .header__mob .b-cityselect__notifier_title .location__top {
        display: none;
    }

    #products_thumbs {
        margin: 0 auto;
    }

    .features_block1.center_wrapper {
        margin-bottom: 30px;
    }

    #company-logo {
        width: 160px;
    }

    .region__top a,
    .region__top span {
        white-space: nowrap;
    }

    .region__top {
        width: min-content;
    }

    body {
        overflow-x: hidden !important;


    }

    .prodTitleOuter {
        padding: 0;
        min-width: 100%;
    }
}

@media only screen and (min-width: 450px) and (max-width: 1360px) {

    #products_thumbs img:first-child {
        margin-left: 0;
    }

    .b_p_t_row__split .b_p_t_row2:first-child {
        margin-right: 20px;
    }
}

@media only screen and (min-width: 1050px) and (max-width: 1360px) {


    .prd_image,
    .prd_image img {
        /*height: 24vw !important;
    width: 24vw !important;*/
        margin-left: 5px;
    }
}

@media (max-width:1360px) {

    .navmenu svg {
        margin-right: 7px;
    }

    .top_line_wrapper .menu_top li {
        margin-right: 30px;
    }

    .phone_region {
        margin-right: 3vw;
    }

    .actions__item {
        margin-right: 16px;
    }
}

@media screen and (max-width: 1359px) {

    .center_wrapper.bg__products {
        padding: 10px !important;
    }
}

@media only screen and (min-width: 1199px) and (max-width: 1359px) {

    .caroufredsel_wrapper #product_slider {
        max-width: 340px;
    }
}

@media (min-width: 1331px) {

    .service-price__item:first-child {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .service-price__item:last-child {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

@media only screen and (min-width: 1199px) and (max-width: 1310px) {

    .page__all .mp__row {
        padding: 30px;
    }
}

@media (min-width: 1279px) and (max-width: 1299px) {


    .has_chiild,
    .nav__list li a,
    .up_cats a,
    .up_cats span {
        padding: 5px 20px;
        font-size: 17px
    }

    .up_cats span {
        padding-left: 0;
    }
}

@media only screen and (min-width: 991px) and (max-width: 1299px) {


    .podbor_right_col .multiform-gap-field.type-radio .multiform-gap-option,
    #wahtmlcontrol_fields_field_78_16-1 .multiform-gap-option {
        width: 100% !important;
    }

    .multiform-gap-field.podbor_left_col,
    .multiform-gap-field.podbor_right_col,
    .multiform-gap-fields .podbor_cont_col .type-input:first-child {
        width: calc(50% - 10px) !important;
    }

    .podbor_left_col .multiform-gap-name,
    .podbor_right_col .multiform-gap-name {
        font-size: 13px !important;
    }

    .montaj__page .mp__txt {
        font-size: 16px;
        margin-bottom: 3vw;
    }

    .swiper .offers {
        width: 100%;
    }

    .swiper .red_button {
        justify-content: center;
    }

    .swiper .product__buttons__form {
        width: 50%;
    }


    .swiper .product__btnwi {
        justify-content: center;
    }
}

@media only screen and (min-width: 990px) and (max-width: 1281px) {

    img.location__top {
        display: none;
    }

    .prodTitleOuter {
        min-width: 90%;
    }

    .itemInner {
        padding: 28px 30px;
    }
}

@media screen and (min-width: 1280px) {

    #product_slider {
        max-width: 460px;
        height: auto !important;
    }
}

@media (max-width:1279px) {

    .polmont_col.pol_btn_mb svg {
        display: block;
    }

    .polmont__txt {
        display: flex;
        margin-right: 20px;
        align-items: center;
    }
}

@media only screen and (min-width: 1119px) and (max-width: 1279px) {

    .head__bot_l .logo_new {
        margin-right: 2.5vw !important;
    }

    .up_menu .up_cats a,
    .up_menu .up_cats .nav__has-submenu-link-span,
    .up_menu .up_cats span,
    .nav__list .has_chiild {
        padding: 5px 14px;
        font-size: 16px;
    }

    .logo_new .logo__text {
        font-size: .51em;
        margin-left: 33px;
    }

    .head__bot_l .logo_new {
        display: flex;
        max-width: 300px;
        margin-right: 1.5vw;
    }

    .head__inner .head__bot_l .logo__top img {
        width: 170px;
    }
}

@media screen and (max-width: 1279px) {
    .i-cityselect__var--address {
        white-space: normal !important;
    }
}

@media only screen and (min-width: 1051px) and (max-width: 1279px) {

    .pr__selector__inner .pr__selector__inner__all {
        align-items: flex-start;
        align-content: baseline;
        flex-direction: column;
        max-height: 200px;

    }
}

@media only screen and (min-width: 999px) and (max-width: 1279px) {

    .new_l_region .phone_region {
        margin-right: 2vw;
    }

    .up_top_line .top_line_wrapper .menu_top li {
        margin-right: 16px;
    }

    .up_top_line .navmenu svg {
        margin-right: 6px;
    }
}

@media (min-width: 1230px) and (max-width: 1278px) {


    .has_chiild,
    .nav__list li a,
    .up_cats a,
    .up_cats span {
        padding: 5px 14px;
        font-size: 17px
    }
}

@media screen and (max-width: 1278px) {

    #product_slider {
        max-width: 360px;
        height: auto !important;
    }
}

@media only screen and (min-width: 1180px) and (max-width: 1229px) {

    .head__bot_l .logo_new {
        margin-right: 2.5vw !important;
    }

    .up_menu .up_cats a,
    .up_menu .up_cats .nav__has-submenu-link-span,
    .up_menu .up_cats span,
    .nav__list .has_chiild {
        padding: 5px 16px;
        font-size: 17px;
    }

    .logo_new .logo__text {
        font-size: .51em;
        margin-left: 33px;
    }

    .head__bot_l .logo_new {
        display: flex;
        max-width: 300px;
        margin-right: 1.5vw;
    }

    .head__inner .head__bot_l .logo__top img {
        width: 170px;
    }
}

@media (min-width: 1201px) {


    .obj__inner .owl-dots,
    .obj__inner .custom-nav {
        display: none;
    }

    .slide-one-nav {
        display: none;
    }
}

@media (max-width: 1200px) {

    .slide_new.desktop .center_wrapper {
        align-items: center;
        padding: 0 20px;
    }

    .content-brands .owl-carousel .owl-stage-outer {
        padding-bottom: 20px;
    }

    .obj__inner .owl-dots {
        position: absolute;
        left: 45.5vw;
        bottom: -30px;
    }

    .custom-nav.slide-one-nav {
        padding-top: 30px;
    }

    .obj__inner {
        position: relative;
    }

    .owl-carousel.slide-one .owl-item img {
        width: 100%;
        min-height: auto;
    }

    .features_block_middle .group li {
        padding: 6px 15px 6px 15px;
    }

    .features_block span, .features_block h3 {
        font-size: 15px;
    }

    .b-cityselect__city .location__top {
        display: none;
    }

    .cat-sub3 li a {
        font-size: 14px !important;
    }
}

@media only screen and (min-width: 360px) and (max-width: 1199px) {


    .hp__col .content_block.hide:after,
    .hp__col .content_toggle {
        display: none !important;
    }
}

@media (min-width: 799px) and (max-width:1198px) {

    .checkpolitic label {
        display: inline-flex;
    }

    .any_questions_form .type-checkbox .multiform-gap-option span {
        white-space: normal;
    }

}

@media (max-width: 1197px) {

    .bottom__part__col {
        padding-right: 0.5vw;
    }

    .form-callback__input {
        width: 100%;
        padding-right: 0;
        margin: 0 0 20px;
    }

    .holder_reverse .sidebar {
        margin-left: 0;
        margin-top: 20px;
    }

    .sidebar {
        width: 100%;
        margin: 35px 0 0;
    }

    .header__nav .actions__txt {
        display: none !important;
    }
}

@media (min-width: 999px) and (max-width:1178px) {

    .footer__new .footer__new__bot .fnb__inner .fnb__datelic {
        max-width: 90%;
    }
}

@media (min-width: 739px) and (max-width:1170px) {

    .row-fluid .product__row.left {
        min-width: 60%;
    }
}

@media only screen and (min-width: 999px) and (max-width: 1170px) {

    .swiper-free-mode>.swiper-wrapper {
        max-height: 40px !important;
    }

    .row-fluid .product__row.left {
        max-width: 50%;
        min-width: auto;
    }

    .row-fluid .product__row.right {
        width: calc(45% - 30px);
    }
}

@media (max-width: 1150px) {

    .center_wrapper .banner__cat__inner .bc__col.bc__left {
        max-width: 100%;
    }
}

@media screen and (max-width: 1150px) {
    .podskazka .podskazka_all__desc {
        display: none;
    }

    .podskazka_all span {
        font-size: 12px;
    }
}

@media only screen and (min-width: 1059px) and (max-width: 1118px) {


    .up_menu .up_cats a,
    .up_menu .up_cats .nav__has-submenu-link-span,
    .up_menu .up_cats span,
    .nav__list .has_chiild {
        padding: 5px 10px;
        font-size: 16px;
    }

    .logo_new .logo__text {
        font-size: .49em;
        margin-left: 33px;
    }

    .head__bot_l .logo_new {
        display: flex;
        max-width: 300px;
        margin-right: 1.5vw;
    }

    .head__inner .head__bot_l .logo__top img {
        width: 170px;
    }

    .head__inner .actions__item {
        min-width: 40px;
        height: 40px;
        margin-right: 12px;
    }
}

@media (max-width: 1100px) {

    .head__inner_new .button__menu .menu__new {
        max-width: 400px;
        left: 50px;
    }
}

@media(min-width:999px) and (max-width:1100px) {

    .footer__new .footer__new__inner {
        grid-template-columns: .8fr 1.9fr 1.2fr;
        column-gap: 15px;
        padding-right: 0 !important;
        width: 100%;
    }

    .footer__new {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .fn__col {
        margin-bottom: 20px;
    }

    .nav__f .nav__list__f {
        grid-gap: 15px 5px;
    }
}

@media only screen and (min-width: 739px) and (max-width: 1060px) {}

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

    .up_menu .up_cats a,
    .up_menu .up_cats .nav__has-submenu-link-span,
    .up_menu .up_cats span,
    .nav__list .has_chiild {
        padding: 5px 10px;
        font-size: 15px;
    }

    .logo_new .logo__text {
        font-size: .44em;
        margin-left: 29px;
    }

    .head__bot_l .logo_new {
        display: flex;
        max-width: 300px;
        margin-right: 1vw;
    }

    .head__inner .head__bot_l .logo__top img {
        width: 150px;
    }

    .head__inner .actions__item {
        min-width: 40px;
        height: 40px;
        margin-right: 12px;
    }

    .up_cats.red_color.menu__bottom {
        margin-right: 10px;
    }
}

@media screen and (min-width: 1051px) {

    .copyright {
        font-size: 14px;
    }

    .footer__col {
        display: flex;
        flex-direction: column;
        width: 25%;

    }

    .f__cont {
        margin-right: 5vw;
    }

    .mail {
        margin-bottom: 50px;
    }
}

@media only screen and (min-width: 450px) and (max-width: 1051px) {

    body .logoimg {
        max-width: 210px;
        margin-top: 3px;
        width: 100%;
        min-width: 170px;
    }

    .up_cats a,
    .up_cats span {
        padding: 5px 10px;
        font-size: 18px;
    }

    .prodTitleOuter {
        /* max-width: 30vw;*/
        min-width: 10px !important;
    }
}

@media screen and (max-width: 1050px) {

    .for_products h1 {
        font-size: 22px;
    }

    .top_line_wrapper .minicart .cartText div {
        margin-right: -10px;
    }

    .top_line_wrapper .minicart .cartCount {
        margin-right: 1px !important;
    }

    .top_line_wrapper .basket-icon svg {
        fill: #fff;
    }

    .for_products {
        display: block !important
    }

    .product__buttons {
        width: 100%;
    }

    .swiper-button-next,
    .swiper-button-prev {
        top: 45% !important;
    }

    .features_block1 {
        margin-bottom: 35px;
    }

    .head__cat a {
        font-size: 15px;
    }

    .fancybox-skin .fancybox-close {
        top: 3px;
        right: 3px;
    }

    #cityselect__change.b-cityselect__change .b-cityselect__list {
        columns: 2;
    }

    .fancybox-wrap .b-cityselect__change_info {
        font-size: 16px;
    }

    .fancybox-wrap .b-cityselect__change {
        padding: 10px;
    }

    .fancybox-wrap .head_all {
        font-size: 17px;
        font-weight: 700;
    }

    .minicart .basket-icon svg {
        margin-top: 4px;
    }

    .swiper .prodTitle {
        font-size: 15px;
        text-align: center;

    }

    .swiper .prodTitleOuter.mr-bottom-10 {
        text-align: center;
    }

    .b-cityselect__wrapper .location__top {
        display: none;
    }

    .header__mob__topline .b-cityselect__wrapper {
        position: inherit;
    }

    .name .b-cityselect__wrapper .i-cityselect__city.font-mob-24 {
        font-size: 24px;
        line-height: 12px;
        margin-bottom: 3px;
        margin-top: -5px;
    }

    .name .b-cityselect__notifier_buttons .uni-btn {
        height: 40px;
        width: 38%;
        border-radius: 3px !important;
        -webkit-border-radius: 3px !important;
        -moz-border-radius: 3px !important;
        padding: 0;
        text-align: center;
    }

    .name .btn_left {
        padding-left: 0;
        background-color: #ec0a18;
        color: #fff;
        border: 2px solid #ec0a18;
    }

    .name .btn_right {
        padding-right: 0;
        border: 2px solid #515c68;
        color: #070b10;
    }

    .name .b-cityselect__wrapper .b-cityselect__notifier_buttons {
        display: flex;
        margin-left: 20px;
        margin-bottom: 22px;
    }

    .name .b-cityselect__wrapper .b-cityselect__notifier_buttons {
        justify-content: flex-start;
    }

    #product_slider .prd_image {
        margin-left: 0;
    }

    .default-theme .multiform-gap-field {
        margin: 0;
    }

    .itemInner .product__buttons__form {
        width: 50%;
    }

    .pad_title {
        margin: 0 !important;
        font-size: 15px;
    }

    .itemInner .red_button {
        /*width: 100%;*/
        text-align: center;
        justify-content: center;
    }


    .itemInner {
        padding: 28px 22px;
    }

    .offers {
        min-width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .swiper .list_price {
        font-size: 28px;
    }

    .bottom__part__col .desc__desc svg {
        margin-top: -0.1em;
    }

    .bottom_part .head_all,
    .content_block.hide .head_all {
        font-size: 18px;
        font-weight: 700;
        line-height: 24px;
    }

    .footer__phones {
        margin-top: 7px;
        display: block;
    }

    .footer .footer__company {
        margin-bottom: 12px;
    }

    .copyright {
        font-size: 14px;
    }

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

    .f__cont {
        margin: 0
    }

    .mail {
        margin-bottom: 32px;
    }

    .any_questions_form .multiform-gap-field.type-input {
        width: 100% !important;
    }

    .multiform-gap-field .multiform-gap-option {
        margin-left: px;
    }

    .up_cats {
        display: block !important;
    }

    .plant {
        display: block !important;
    }

    .title-menu-bot {
        display: block !important;
        padding: 0 50px;
    }

    .volcano_steps {
        display: flex;
        flex-direction: column;
    }

    .bottom__part__img img {
        max-width: 40px !important;
    }

    .desc__head {
        font-size: 16px;
    }

    .desc__desc {
        font-size: 16px;
        white-space: nowrap;
    }

    .bottom__part__col {
        height: auto;
    }

    .bottom__part__img {
        padding: 10px;
    }

    .footer {
        height: auto;
    }

    .footer__new__col {
        width: 40vw;
        margin-right: 10px !important;
    }

    .footer__new__inner {
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .features_block .group {
        flex-wrap: wrap;
    }

    .features_block li:nth-child(even) {
        margin-right: 0 !important;
    }

    .bottom__part__content .bottom__part__col {
        width: 40%;
        margin-bottom: 20px;
    }

    .bottom__part__inner {
        flex-direction: column;
    }

    .bottom__part__content {
        align-items: center;
        flex-wrap: wrap;
    }

    .up_cats {
        display: none;
    }

    .footer {
        padding: 30px 0;
    }

    .product_page .for_products {
        background-color: transparent;
    }

    .center_wrapper .product__row.left,
    .center_wrapper .product__mid__row {
        margin-right: 18px;
    }

    .center_wrapper #product_slider_wrapper {
        align-items: center;
        margin-bottom: 20px;
    }

    .params .params_name span {
        /*min-width: 60px !important;*/
        text-align: right;
    }

    .center_wrapper #products_thumbs img {
        cursor: pointer;
        max-height: 43px;
    }

    .sale__product {
        left: 35px;
        font-size: 14px;
        position: absolute;
        bottom: 35px;

    }
}

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

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

    .footer .footer__phones {
        font-size: 17px;
    }

    .footer .mail {
        font-size: 16px
    }

    .footer .call_phone_7 a {
        font-size: 20px;
    }

    .footer .footer__company {
        font-size: 2.5em;
    }

    .footer .footer__col {
        font-size: 13px;
    }
}

@media only screen and (min-width: 980px) and (max-width: 1050px) {

    .features_block li {
        box-sizing: border-box;
    }
}

@media only screen and (min-width: 999px) and (max-width: 1023px) {

    .up_cats.red_color.menu__bottom {
        margin-right: 10px;
    }

    .up_menu .up_cats a,
    .up_menu .up_cats .nav__has-submenu-link-span,
    .up_menu .up_cats span,
    .nav__list .has_chiild {
        padding: 5px 9px;
        font-size: 15px;
    }

    .logo_new .logo__text {
        font-size: .44em;
        margin-left: 29px;
    }

    .head__bot_l .logo_new {
        display: flex;
        max-width: 300px;
        margin-right: 1vw;
    }

    .head__inner .head__bot_l .logo__top img {
        width: 150px;
    }

    .head__inner .actions__item {
        min-width: 40px;
        height: 40px;
        margin-right: 12px;
    }
}

@media (max-width:1023px) {


    .first__column .list-main {
        padding-right: 0 !important;
    }

    .grid_col .design__garantii__img {
        max-width: 400px;
        margin: 0 auto;
        display: block;
        width: 100%;
        height: auto;

    }

    .grid_col .second__column {
        margin-top: 20px;
    }

    .design__flex.grid_col {
        display: grid;
        grid-template-columns: 1fr;
    }
}
@media (min-width: 999px) {

    .popularmob {
        display: none;
    }
}

@media (max-width:998px) {

    .pol_btn_mb {
        display: inline-block;
    }

    .footer__new__inner {
        grid-template-columns: 1fr 1.5fr 1.6fr;
    }

    .fn__url__head.popularmob {
        display: flex;
        align-items: center;
    }


    .nav__list__f {
        grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
        gap: 21px;
    }

    .nav__list__f .nav__has-submenu__f:last-child {
        margin-top: 0;
    }

    .features_block_middle .group .feature-li-wrap {
        padding: 15px 14px 6px 15px;
    }

    .features_block_middle .owl-dots {
        margin-top: 10px;
    }

    .features_block .txt__icons__head {
        font-size: 15px;
    }

    .fn__col.fn__cat .nav__submenu__f {
        height: 0;
        overflow-y: hidden;
    }

    .fn__col.fn__cat .nav__list__f .nav__has-submenu__f .has_chiild__f {
        margin-bottom: 0;
    }

    .fn__col.fn__cat .nav__list__f {
        margin-bottom: 0;
    }


    .footer__new {
        padding-bottom: 70px;
    }
}



@media(min-width:999px) {

    .swiper2 .swiper-slide {
        padding: 0;
        padding-bottom: 10px;
    }
}



@media (max-width: 998px) {

    .fn__url__head.populardesk {
        display: none;
    }

    .nav__submenu__f {
        display: none;
    }
    .owl-carousel.owl-theme .owl-prev,
    .owl-carousel.owl-theme .owl-next {
        width: 30px!important;
        height: 30px!important;
    }

    .owl-carousel3.owl-theme .owl-prev,
    .owl-carousel3.owl-theme .owl-next {
        top: 19%;
    }

    .header__mob .header__mob__topline .location-choice__title {
        color: #ffffff !important;
    }

    .footer__new {
        padding-bottom: 50px !important;
    }

    .footer__new .footer__new__bot .fnb__col:last-child {
        max-width: none;
    }

    .fn__url__head {
        white-space: nowrap
    }

    .nav__submenu__f {
        display: none;
        height: 0;
        overflow: hidden;
        transition: all .3s ease-in;
    }

    .nav__submenu__f.showmen {
        display: block;

    }

    .head__bot_l .logo__top img {
        width: 150px !important;
    }

    .head__bot_l .logo__text {
        font-size: .44em;
        margin-left: 31px;
    }

    .podskazka_all span {
        font-size: 12px;
    }
}

@media only screen and (min-width: 739px) and (max-width: 998px) {

    .row-fluid .product__row.left {
        max-width: 50%;
        min-width: auto;
    }

    #products_thumbs {
        max-width: none !important;
    }
}

@media (max-width: 998px) {

    .product__carto .ef__head span {
        border: none;
    }

    .fancybox-stage .search__form.fancybox-content {
        padding: 10px 25px;
    }

    .home__col .content-block-fix {
        margin-top: 0;
    }

    .lr_custom .subm_inner1 .submenu {
        width: auto;
    }

    .head__bot_l .up_cats a {
        white-space: normal;
    }

    .nav {
        display: none;
    }
}

@media(max-width:998px) {

    .design__flex.grid_col .list-main {
        margin-top: 20px;
    }

    .bg__products.center_wrapper.content-tab-pr {
        height: fit-content;
        padding-bottom: 40px !important;
        padding-top: 10px !important;
    }

    .product__carto .head_all {
        font-size: 24px;
        line-height: 26px;
    }

    .righttside .column__inner.buttonform {
        margin-bottom: 20px;
    }

    .worktime br {
        display: none;
    }


    .footer__new .footer__new__inner {
        grid-template-columns: 1fr 1.5fr 1.6fr;
        column-gap: 15px;
        width: 100%;
    }

    .nav__list__f .nav__has-submenu__f:last-child {
        margin-top: 0 !important;
    }

    .footer__new__inner .fn__cat {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .fn__col .nav__f .nav__list__f {
        display: grid;
        grid-template-columns: 1fr;
        min-width: 220px;
    }

    .nav__has-submenu__f .has_chiild__f {
        margin-bottom: 10px;
    }

    .populardesk {
        display: none !important;
    }

    .body {
        overflow-x: hidden;
    }
    .footer__new__inner .fn__cat {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media (min-width: 991px) {

    .basket-icon svg {
        margin-right: 7px;
    }
}

@media (max-width: 991px) {

    .form__open .form__open__inner .multiform-body .multiform-wrap.categories_manager.default-theme .multiform-gap-fields {
        grid-template-columns: unset;
    }

    .form__open .form__open__inner .multiform-body .multiform-wrap.categories_manager.default-theme .multiform-gap-field {
        display: flex;
        flex-direction: column;
    }

    .service-grid {
        display: block;
    }

    .service-grid__sidebar {
        margin: 30px auto 0;
        width: 100%;
        max-width: 400px;
    }

}

@media (min-width: 991px) {

    .visible-lg {
        display: none;
    }

}

@media (min-width:991px) {


    .owl-carousel .owl-prev,
    .owl-carousel .owl-next {
        background: #fff !important;
    }
}


@media (max-width: 990px) {

    .button__menu .menu__new {
        width: 50%;
        left: 10px;
    }

    .slide__left_inner .slide_img .carousel__item::before {
        width: 220px;
        height: 220px;
    }

    .region__top:hover a,
    .navmenu li:hover a {
        color: #e4e4e4 !important;
        transition: all .3s;
    }
    .open_geo .header__mob {
        margin-top: 90px;
        transition: all .3s;
    }

    .flexMenu-popup.more_dropdown {
        top: 40px;
    }

    .owl-carousel555 .owl-stage-outer {
        width: 100%;
    }

    .half .owl-theme {
        width: 100%;
    }

    .center_wrapper .allcats {
        flex-direction: column;
    }

    .polmont__txt {
        display: flex;
        align-items: self-end;
        margin-right: 20px;
    }

    .pol_btn_ds {
        display: none;
    }


    .pp_forms .multiform-gap-name {
        font-size: 14px !important;
    }

    .multiform-gap-fields .podbor_cont_col .type-input:first-child {
        width: calc(50% - 10px) !important;

    }

    .actions__item {
        background-color: transparent;
        min-width: 30px;
        margin-right: 10px !important;
    }
    .logo__mob__top {
        margin-top: 5px;
    }
    .breadcrumbs {
        overflow-x: auto;
    }
    .owl-carousel .owl-prev, .owl-carousel .owl-next {
        background: var(--secondary-color) !important;
    }
    #Dribbble-Light-Preview {
        fill: #fff;
    }
}

@media (max-width: 738px) {
    body .footer__new .footer__new__inner {
        grid-template-columns: repeat(auto-fill, 48%);
    }
    .probel {
        margin-right: 2px;
    }
    .footer__new .footer__new__inner .fn__cat {
        display: block;
        margin-top: 30px;
        max-height: none;
    }

    .nav__f .nav__list__fx {
        grid-gap: 7px 7px;
    }
    .footer__new .footer__new__inner .fn__cat {
        order: 1;
    }
    .fn__col.fn__cat .nav__f .nav__list__f {
        grid-gap: 7px 7px;
    }
    .logo__img, .logo__text {
        display: flex;
    }
    .fn__min {
        margin-bottom: 12px !important;
    }
    .fn__url__head.popularmob {
        margin-bottom: 13px;
    }
    .popup-content .multiform-wrap.categories_manager.default-theme .multiform-gap-fields input {
        height: 48px;
    }
}

@media (max-width: 670px) {
    .swiper-button-next, .swiper-button-prev {
        display: none!important;
    }
    div[data-role="compare-init"] .swiper-button-next, .swiper-button-prev {
        display: flex!important;
    }
}
@media (max-width: 630px) {
    .fn__col {
        max-height: 330px;
    }
    
}
@media (max-width: 550px) {
    .popup-content, .a2c__wrapper {
        padding: 12px 12px 20px 12px;
    }
    .popup__header-title.div_h2.head_all {
        font-size: 22px;
        font-weight: 500;
        margin-bottom: 10px;
        margin-top: 5px;
    }
    .popup-content div.multiform-body {
        padding-bottom: 0;
        padding-top: 0;
    }
    .txt__icons span {
        text-align: center !important;
        white-space: normal !important;
    }
    .popup-content .multiform-wrap.categories_manager .multiform-gap-field.type-checkbox {
        margin-bottom: 0;
        margin-top: 10px;
    }
    .popup__header-subtitle {
        padding: 0 15px 0 0;
    }
    
    .fnb__inner {
        padding-top: 35px;
    }
    .txt__icons {
        text-align: center !important;
        align-items: center !important;
        white-space: normal !important;
    }

    .txt__icons br {
        display: none !important;
    }
    .center_wrapper {
        padding: 0 10px !important;
    }
    .font-icon2 {
        margin-top: 0;
        min-height: 60px;
    }
    .footer__new__inner.center_wrapper {
        padding: 0 10px!important;
    }
    .features_block li {
        padding: 10px !important;
        flex-direction: column;
        align-items: center;
        min-height: 150px;
        box-sizing: border-box;
    }
    .features_block_middle .features_block span, .features_block_middle .features_block h3 {
        font-size: 13px!important;
    }
    .a2c__btns .btn__grey2.grey_product {
        margin-right: 10px;
    }
   
}
@media (max-width: 500px) {
    .fn__col .fn__url__head, .fn__col .f__cont .footer__phone, .fn__col .fnr__head, .fn__col .fnr__head .i-cityselect__city, .fn__col .fnr__head .i-cityselect__var--phone {
        font-size: 14px;
    }
    .fn__col .fn__url__head a {
        font-size: 14px;
    }
    .nav__has-submenu__f .nav__submenu__f .fn__url {
        font-size: 13px;
    }
}
@media (max-width: 450px) {
    .header__mob .header__mob__botline .logo__img img {
        max-width: 190px;
    }
    .header__mob .logo__mob__top .logo__text {
        font-size: .56em;
        margin-left: 39px;
    }
    .header__mob .logo__mob__top .logo__text {
        font-size: .56em;
        margin-left: 39px;
    }
    body .footer__new .footer__new__inner {
        column-gap: 15px;
    }
    .fn__row.fn__btnoutline {
        margin-left: -5px;
    }
    .for_products .features_block_middle .features_block span, .features_block_middle .features_block h3 {
        font-size: 12px !important;
    }
    .a2c__btns {
        flex-direction: column;
        gap: 5px;
    }
    .a2c__btns .btn__grey2.grey_product, .a2c__wrapper .btn__new {
        width: 100%;
        margin-right: 0;
        justify-content: center;
        box-sizing: border-box;
    }
    .added2card .a2c__wrapper {
        max-height: max-content;
    }
    .footer__new .footer__new__inner {
        column-gap: 0;
    }
}
@media (max-width: 420px) {
    body .footer__new .footer__new__inner {
        column-gap: 0;
    }
    #cityselect__change .b-cityselect__list_wrapper ul li {
        margin-right: 3px;
    }
    .swiper .list_price {
        font-size: 22px;
    }
    
}
@media (max-width: 380px) {
    .pages_global__form .form-request__group .multiform-gap-field {
        width: 100%;
        padding-right: 0;
    }
    .swiper .product__price {
        flex-direction: column;
        height: auto;
        gap: 5px;
    }
    .swiper .product__buttons {
        margin-top: 10px;
    }
    .fn__col.fn__left {
        margin-bottom: 0;
    }
    #cityselect__change .b-cityselect__list .i-cityselect__set_city {
        font-size: 12px;
    }
    .b-cityselect__list_wrapper ul {
        margin-left: 5px;
    }
   
}
@media (max-width: 375px) {
    body .footer__new .footer__new__inner {
        grid-template-columns: 1fr !important;
        grid-gap: 20px !important;
    }
    .fn__left {
        order: -1;
        margin-bottom: 20px;
    }
    .footer__new .footer__new__inner .fn__cat {
        margin-top: 0;
    }
    .for_products .features_block_middle .features_block span {
        font-size: 11px !important;
    }
    .features_block li {
        padding: 0px 6px 15px 6px !important;
    }
}