/* Переменные */
:root {
    --primary-color: #fff;
    --secondary-color: #007fc1;
    --accent-color: #069fe7;
    --br-big: 20px;
    --br-small: 10px;
    --nav-bg: #1c2327;
    --nav-txtbg: #cfcfcf;
    --header-bg: #fff;
    --header-txt: #1c2327;
    --nav-txt-hover: #007fc1;
    --txt-hover:#01699f;
    --nav-icons: #007fc1;
    --checkboxes-color: #007fc1
}

/* Конец - Переменные */
body.body_if_filtr::before, body.body-no-scroll::before {
    content: "";
    width: 100%;
    height: 100vh;
    display: block;
    position: fixed;
    top: 0;
    z-index: 11;
}

/* Общие */
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,
p,
a,
div {
    font-family: 'Museo Sans', sans-serif !important;
}

button {
    cursor: pointer;
}

p {
    color: #070b10;
    line-height: 1.3em;
}

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;
}

.btn__new,
button {
    font-family: 'Museo Sans' !important;
    font-weight: 300;
}

.grey_button {
    outline: #5f6c7a solid 1px;
    color: #4b4b4b;
    cursor: pointer;
    font-size: 12px !important;
}

.grey_button:hover {
    outline: #5f6c7a solid 2px;
}

.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: #357f1e;
    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,
a {
    cursor: pointer;
}

a {
    color: #070b10;
}

.center_wrapper {
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 1410px;
    width: 100%;
    padding: 0 15px;
}

.red_button {
    background: linear-gradient(to right, var(--accent-color) 0%, var(--secondary-color) 100%);
    color: var(--primary-color);
    padding: 0 24px;
    cursor: pointer;
}

.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;
}

a {
    text-decoration: none;
}

/* fancybox */
.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__notifier {
    transform: translateY(-150%);
    animation: ani 1s forwards;
}
.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;
}
.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;
}

.search__form.multiform.fancybox-content .search .btn__new {
    height: auto;
}

.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;
}
div.center_wrapper {
    padding-left: 15px;
    padding-right: 15px;
}
.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;
}

#cityselect__change .b-cityselect__change_input {
    height: 45px;
    font-family: 'Museo Sans';
    padding-top: 0;
}

.suggestions-wrapper {
    position: absolute !important;
    bottom: 0;
    left: 0;
    width: calc(100% + 2px);
    box-sizing: border-box;
}

.b-cityselect__list_wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 12px;
}
.suggestions-suggestions::-webkit-scrollbar {
    width: 4px;
}

.suggestions-suggestions::-webkit-scrollbar-thumb {
    background: var(--secondary-color);
    border-radius: 10px;
    width: 2px;
}

.b-cityselect__list_wrapper ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    margin-left: 10px;
    columns: 3;
}

#cityselect__change .b-cityselect__list_wrapper ul li {
    padding: 0;
    margin: 0;
    margin-right: 10px;
}

.b-cityselect__list .i-cityselect__set_city.bold {
    font-weight: 500;
    white-space: nowrap;
    color: #070b10;
    transition: color .3s;
}
.b-cityselect__list li:last-child span {
    display: none !important;
}
.b-cityselect__list .i-cityselect__set_city.bold:hover {
    color: var(--secondary-color);
}

#cityselect__change .b-cityselect__change_input {
    border: none;
    padding-top: 4px;
}

.fill__geo {
    fill: #676767;
}

.icns__geo__inner {
    display: flex;
    align-items: center;
    flex-direction: row;
}
.b-cityselect__change_city_wrapper .icns__geo__inner svg {
    width: 18px !important;
}
.b-cityselect__change_city_wrapper #search {
    display: none;
}

#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;
}

/* Конец fancybox */

/* ________________Подумать куда впихнуть________________________________ */
.head__cat {
   /* margin-bottom: 30px;*/
    display: flex;
    align-items: end;
    justify-content: space-between;
}

.ruble {
    font-family: 'PTRoubleSans' !important;
    margin-left: 2px;
}

.head_all {
    color: #070b10;
    font-size: 22px;
    font-weight: 500;
    font-family: 'Museo Sans';
}

.head_all-sale {
    color: #000;
}

.itemInner {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    box-sizing: border-box;
    padding: 28px 18px;
    background: #fff;
    height: 380px;
    justify-content: space-between;
    border-radius: 20px;
}

.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;
}

.offers {
    width: 100%;
    box-sizing: border-box;
}

.product__price {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 27px;
}

.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);
}
.product__badge {
    display: flex;
    align-items: center;
    padding: 5px 0px;
    border-radius: 10px;
    background-color: #fff;
    transition: .3s;
    position: relative;
    cursor: pointer;
    margin-left: 15px;
    justify-content: center;
    width: 100%;
    background-color: #f3f4f6;
    max-width: 250px;
}

.product__badge:before {
    content: "";
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    background: #fff;
    left: -5px;
    background-color: #f3f4f6;
    transform: rotate(-225deg);
}

.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__badge a {
    color: #070b10;
}

.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 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.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;
}

.swiper-wrapper {
    padding: 0;
    margin-top: 0;
}

.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-prev:after {

}
.swiper-button-next:hover:after, .swiper-button-prev:hover:after {
    background-color: var(--secondary-color);
    color: white;
}

/* Конец - Общие */





/* header - up_top_line */
.up_top_line {
    z-index: 10000;
}
.up_top_line.headerfix .top__line__inner .new_l_region {
    width: 100%;
    justify-content: space-between;
}

.open_geo .up_top_line.headerfix .b-cityselect__notifier{
    display: block !important;
}
.top_line_wrapper {
    height: 40px;
}

.top_line_wrapper {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}

.top__line__inner {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    transition: all .3s;
    z-index: 222222;
}

.Icons_locationArrow__gDL3c .fill {
    transition: all .3s;
}
.header__mob__topline .Icons_locationArrow__gDL3c .fill {
    fill: white;
}
.top__line__inner .b-cityselect__wrapper:hover .Icons_locationArrow__gDL3c .fill {
    fill: var(--secondary-color);
}


.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 {
    display: flex;
    align-items: center;
    flex-direction: row;
}

.new_l_region span,
.region__top span {
    order: 2;
}

.top_line_wrapper a,
.top_line_wrapper span {
    display: inline-block;
    padding-right: 4px;
}

.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 a.i-cityselect__var--phone {
    font-weight: 500;
}

.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';
}

.new_l_region .b-cityselect__wrapper--default {
    margin-right: 15px;
    order: 1;
}

.b-cityselect__city {
    display: flex;
    align-items: baseline;
    margin-right: 5px;
    border-bottom: unset !important;
}


.header__mob__topline .location__top {
    display: none;
}
.b-cityselect__city svg {
    width: 11px;
    margin-right: 6px;
}


.geo_hor input {
    height: fit-content;
    padding: 9px 16px;
}
.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;
}

.contact__icons__inner,
.menu_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navmenu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0;
    margin: 0;
    z-index: 22222;
    height: 21px;
}

.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;
}
.upperMenu-nav__submenu li a{
    font-weight: 300!important;
}
.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;
}

.minicart {
    position: relative;
    height: 40px;
    display: flex;
    align-items: center;
}

.region__top svg {
    width: 20px;
    margin-right: 5px;
}

.region__top svg path {
    fill: white !important;
}

.header__mob__topline {
    height: 40px;
    background-color: #2b3640;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
}
.s-back-link .grey_button {
    outline: transparent;
}
.header__mob__inner .center_wrapper {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.header__mob__topline .name {
    flex-direction: row;
    align-items: center;
}

.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: #1c2327;
    padding: 10px;
    margin-left: -10px;
    border-radius: 0 0 10px 10px;
}
.flexMenu-popup.more_dropdown {
    top: 40px;
    background: var(--nav-bg);
    padding: 0px 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 - up_top_line */

/* header - menu */
.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;
}

.up_menu {
    justify-content: space-between;
    height: 90px;
    display: flex;
    align-items: center;
    position: relative;
}


.head__inner_new {
    gap: 25px;
}

.head__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.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
}
.headerfix .Icons_locationArrow__gDL3c .fill {
    fill: #d3d3d3;
}
.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 {
    cursor: pointer;
    display: flex;
    margin-top: -1px;
}

.container__hamburger svg {
    transition: transform .5s cubic-bezier(.4, 0, .2, 1);
    margin-top: -1px;
}

.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;
}

.container__hamburger path:nth-child(3) {
    transform-origin: 35% 63%;
}

.container__hamburger path:nth-child(5) {
    transform-origin: 61% 52%;
}

.container__hamburger path:nth-child(6) {
    transform-origin: 62% 52%;
}

/* Анимация кнопку Каталог товара */
.active .container__hamburger svg {
    transform: rotate(90deg);
}

.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;
}

.leftrow {
    background-color: #fff;
    border-radius: 20px;
}





.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);
}

.url_head {
    height: 80px;
}



.submenu {
    width: 100%;
}

.submenu__wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
}

.head__inner_new .submenu__list {
    padding-left: 45px;
    padding-top: 25px;
}

.submenu__list {
    padding: 40px 20px;
}

.submenu__list {
    margin: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
}

.submenu__list li {
    list-style-type: none;
    display: flex;
}

.submenu__iner1 {
    display: none;
    position: relative;
    margin-bottom: 1.5em;
}

.head__inner_new .submenu__list .submenu__iner2 {
    margin-bottom: 20px;
}

.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%;
    /*max-width: 670px;*/
}

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;
}

.btn__new {
    font-size: 13px;
    border: none;
    border-radius: 10px;
    height: 42px;
    white-space: nowrap;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer;
}

.nav__main-search .btn__new {
    background-color: transparent;
    padding-right: 15px;
    padding-left: 15px;
    height: 24px;
}

.head__inner_new .icon-search {
    font-size: 16px;
}

.icon-search:before {
    content: "\e90d";
    color: #888787;
}

.head__inner_new .icon-search {
    font-size: 16px;
}

.minicart {
    position: relative;
    height: 40px;
    display: flex;
    align-items: center;
}

.actions {
    display: flex;
    align-items: center;
}

.minicart .actions .actions__item {
    background-color: #f6f6f6;
}
.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 {
   /* padding-right: 12px;*/
    margin-right: 0;
}

.actions__link {
    align-items: center;
    display: inline-flex;
    color: #1e262d;
}

.minicart .basket-icon svg path {
    fill: #070b10
}

#compare-leash .actions__link {
    margin-top: 3px;
}

#compare-leash {
    position: relative;
}

#compare-leash .action__compare, .actions__item-favorite .header__favorite--counter {
     position: absolute;
  top: 3px;
  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: 900;
  padding: 0;
  line-height: 1;
    padding-left: 1px;
    padding-bottom: 1px;

    
}
.actions__item-favorite .icon-heart {
    top: -1px;
}
#compare-leash .action__compare.action__compare--opacity {
    opacity: 0;
}
.actions__link-icon {
    position: relative;
}

.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";
}

.icon-heart {
    margin-left: 1px;
}

.icon-heart:before {
    content: "\e907";
}

#cart .actions__link i {
    font-size: 1.234em;
}

.icon-cart:before {
    content: "\e902";
}

.actions__text {
    display: none;
}

.actions__item.cart-total .actions__txt.actions__txt-cart {
    margin-left: 14px;
    font-weight: 400;
    font-size: 14px;
   /* margin-top: 2px;*/
}

.cartCount {
    top: -7px;
    right: -10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    background-color: var(--secondary-color);
    font-size: 8px;
    line-height: 12px;
    padding: 0px;
    width: 16px;
    height: 16px;
    position: absolute;
    min-width: 12px;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-color);
    font-weight: 900;
}


.actions__item {
    text-align: center;
    padding: 10px;
    min-width: 42px;
    height: 42px;
    box-sizing: border-box;
    background-color: #eeeff1;
    margin-right: 20px;
    border-radius: 42px;
    cursor: pointer;
    transition: all .3s;
}

.actions__item a {
    color: #1e262d;
    position: relative;
}

/* блок a2c */


.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__head {
    padding: 20px 0px 0px 0px;
    margin-bottom: 20px;
    font-size: 28px;
    font-weight: 300;
}
.a2c__wrapper .popup__header-subtitle {
    margin-bottom: 20px;
}
.a2c__cont {
    display: flex;
    align-items: center;
}

.a2c__img {
    margin-right: 20px;
    max-width: 150px;
    width: 100%;
}

.a2c__img img {
    width: 100%;
}

.a2c__btns {
    display: flex;
    align-items: center;
    margin-top: 10px;
    gap: 15px;
}

.a2c__btns .red_button a {
    color: #fff !important;
    align-items: center;
    display: flex;
    padding-top: 14px;
    justify-content: center;
}

.btn__grey2.grey_product.a2c_close_m.a2c_continue {
    position: relative;
    background-color: transparent;
    border: 1px solid var(--secondary-color);
    overflow: hidden;
    height: 42px;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 0 5px;
    padding-top: 10px;
    color: white;
    cursor: pointer;
}

.a2c_continue_key::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 42px;
    background: #f3f4f6 !important;
    animation-duration: 10s;
    animation-name: backBtn;
    z-index: -1;
}

@keyframes backBtn {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}
@keyframes ani {
    0% {
        transform: translateY(-150%);
    }
    100% {
        transform: translateX(0);
    }
}
.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;
}
.added2card-active.added2card::after {
    opacity: 1;
}
.empty_cart {
    display: none;
}

.a2c__wrapper .btn__grey2.a2c_close_m.a2c_continue {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 13px;
    padding-top: 13px;
    color: #4b4b4b;
    padding-right: 15px;
    padding-left: 15px;
    border: 1px solid #515c68;
}
/* Конец блок a2c */
.header__mob__botline {
    display: flex;
    height: 68px;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
}

.header__mob .container__hamburger {
    margin-left: -18px;
}

.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%;
    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__panel::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #eaeaea;
}

.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__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: 58px;
    background-color: white;
    padding-bottom: 200px;
}

.menu-mobile__list {
    list-style: none;
    padding: 0;
    margin: 0;
    height: auto;
    overflow-y: auto;
}

.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: 25px;
    align-items: center;
}

.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 {
    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%;
}

.arrow__nxt {
    margin-top: 5px;
    margin-right: 20px;
}

.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;
}

/* Конец header - menu */


.leftrow {
    background-color: #fff;
    border-radius: 20px;
}

.catalog-nav__list {
    padding: 5px 0 10px;
    margin: 0;
    padding-top: 15px !important;
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    box-sizing: border-box;
    list-style: none;
}

.catalog-nav__list>li>a,
.catalog-nav__list>li>span {
    padding: 0 21px;
    position: relative;
    font-size: 15px;
    font-weight: 500;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #2b3640;
    width: 100%;
    transition: all .3s;
}

.has-submenu {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 75px;
}

.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;
}

.has-submenu>a:after,
.has-submenu>span:after {
    content: '';
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 4px solid transparent;
    border-left: 4px solid #2b3640;
    opacity: 0;
    -webkit-transition: .3s;
    transition: .3s;
    border-radius: 1px;
    opacity: 1;
}

.head__inner_new .subm_inner1 {
    min-width: 350px;
    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%;
}

.submenu__list li {
    list-style-type: none;
    display: flex;
}

.submenu__iner1 {
    position: relative;
    margin-bottom: 1.5em;
}

.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;
}

/* header - popup-menu */


/* Конец header - popup-menu */

/* Card */

.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);
}

/* Конец Card */

/* Footer*/
.footer__new {
    background-color: #121212;
    padding-top: 60px;
    padding-bottom: 110px;
}
.footer__new .b-cityselect__notifier.b-cityselect__notifier--default {
    display: none !important;
}
.footer__new__inner.center_wrapper {
    padding: 0 15px;
}

.footer__new__inner {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    grid-template-rows: 1fr min-content;
    column-gap: 30px;
}

.footer__new .fn__col:last-child {
    width: 100%;
}

.footer__new nav {
    display: block;
}

.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: 16px;
    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;
}

.ch__itm img,
.fnr__img,
div.logo__mob__top .logo__img {
    margin-right: 10px;
}

.fnr__img svg {
    transition: .3s;
    cursor: pointer;
    width: 21px;
    height: 21px;
}

.fnr__img g{
    fill: var(--accent-color);
}
.fnr__img use,
.hp__block:hover .cls-1 {
    fill: var(--secondary-color) !important;
}

.docs__nav__top__inner,
.fn__url__head.popularmob,
.fnr__head.fnr__city {
    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;
}

.fnr__txt {
    font-size: 13px;
    font-weight: 300;
    color: #b2b2b2;
}

.fn__url__head.popularmob svg {
    width: 14px;
    height: 14px;
    margin-left: 2px;
    transition: all .3s;
}

.fn__url__head.popularmob .svg-showmen {
    transform: rotate(180deg);
}

.docs__nav__top__inner,
.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;
}

.footer__new__bot.center_wrapper {
    margin-top: 14px;
    padding-top: 30px;
    border-top: 1px solid #3d3d3d;
}

.fnb__inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}

.fnb__col span.logo__text {
    color: #fff;
    font-size: .54em;
}

.footer__new__bot .fnb__col:last-child {
    text-align: left;
    max-width: 64%;
    color: #b2b2b2;
}

.fnb__col .fnb__date {
    margin-bottom: 10px;
    display: block;
    text-align: left;
    font-size: 14px;
    color: #fff;
    margin-top: 20px;
}

.fnb__col span {
    color: #b2b2b2;
    font-size: 12px;
}

.fnb__col a {
    text-decoration: underline;
    transition: .3s;
    color: #f9f9f9;
}
.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;
}

.fnb__lic {
    display: inline-block;
    line-height: 14px;
}

.fn__row svg .fill {
    fill: var(--secondary-color);
}

.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;
}

/* Конец Footer */

/* Polmont */
.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;
    justify-content: center;
}

.polmont_col {
    font-weight: 500;
    color: #fff;
    font-size: 15px;
}

.polmont_col.btn__new {
    padding: 10px 20px;
    font-size: 12px;
    font-weight: 700;
    height: fit-content;
    transition: .3s;
}

.polmont_col.red_button {
    margin-left: 15px;
}

.polmont__exit {
    position: absolute;
    right: 30px;
    border-radius: 50%;
    padding: 4px;
    transition: .3s;
    top: 13px;
}

.polmont svg {
    max-width: 24px;
    stroke: #fff;
    fill: #fff;
    cursor: pointer;
    width: 24px;
}

.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;
}

/* Конец Polmont */

/*.emptyError */
.emptyError-container {
    text-align: center;
    margin: 10px 0 20px 0;
    height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

/* Finish .emptyError */

.b-cityselect__wrapper .b-cityselect__notifier {
    z-index: 1111111111;
}


/* city select */
.header__mob .header__mob__topline .b-cityselect__wrapper {
    position: inherit;
}

.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;
}
.geo_hor {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 12px 15px 12px 32px;
}
.header__mob .geo_hor .b-cityselect__notifier_triangle {
    display: none;
}
.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_title {
    margin-top: 0;
    align-items: center;
    margin-bottom: 12px;
}
.b-cityselect__wrapper .b-cityselect__notifier_description {
    font-size: 13px;
    font-weight: 500;
    white-space: nowrap;
    margin-right: 25px;
    color: #fff;
}
.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;
}



/* Конец city select */
/* Попапы */
.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: 500px;
    width: 100%;
    margin-right: 10px;
    margin-left: 10px;
}
.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;
}
.popup-content .fancybox-button {
    padding: 0;
}
.popup-overlay.popup-active .popup-content {
    opacity: 1;
    transform: translateY(0);
}

.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;
}
.fancybox-button svg {
    display: block;
    overflow: unset;
    position: unset;
    width: 16px;
    height: 16px;
}

.fancybox-button svg path {
    fill: #fff;
    stroke-width: 0;
}

.popup-content * {
    transition: none;
}
.popup-content button {
    text-transform: uppercase;
}

/* Конец Попапы */
/* features_block */

.features_block .group{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.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;
}

.txt__icons {
    display: flex;
    height: 100%;
    flex-direction: column;
    align-items: flex-start;
    white-space: nowrap;
    justify-content: space-around;
    justify-content: center;
    gap: 8px;
}
.features_block span {
    color: #000;
    line-height: 1.2rem;
    font-size: 16px;
    font-weight: 500;
    width: -webkit-fill-available;
    max-width: 60px;
}
.features_block .txt__icons span.txt__icons_top {
    max-width: 185px;
} 
.features_block .txt__icons span {
    max-width: 100%;
    text-wrap: balance;
}

.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;
}
.font-icon2 {
    background-color: var(--secondary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    height: 55px;
    width: 55px;
    min-height: 55px;
    min-width: 55px;
    box-sizing: border-box;
}
.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    display: flex;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    top: 75px;
}
.owl-theme .owl-nav .disabled {
    opacity: 0;
    cursor: default;
}
.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-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, .arr-right svg{
    width: 12px;
    display: block;
    transform: rotate(90deg);
    color: #000;
    line-height: 1.2rem;
    font-size: 16px;
    transition: all .3s;
    font-weight: 500;
}
.arr-left svg {
    transform: rotate(270deg);
    position: relative;
    left: -4px;
}
/* Конец features_block */

/* Expert */

.product__page .tabs__expert {
    order: 2;
    border-left: 1px solid #ededed;
    max-width: 370px;
    margin-top: 30px;
    margin-bottom: 30px;
    float: right;
}

.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 {
    font-size: 18px;
    font-weight: 500;
}

.ef__head span {
    display: block;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #efefef;
}
.ef__desc {
    margin-bottom: 30px;
}

.ef__dolzhnost, .ef__fio {
    display: flex;
    justify-content: space-between;
    margin-bottom: 4px;
    font-size: 14px;
}
.rating {
    display: flex;
}
.rating svg {
    width: 14px;
    margin-right: 3px;
}

.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;
    min-height: 50px;
    transition: .3s;
    box-sizing: border-box;
}

.red_button {
    color: var(--primary-color);
    padding: 0 24px;
}
.btn__new {
    font-size: 13px;
    border: none;
    border-radius: 10px;
    height: 42px;
    white-space: nowrap;
    font-weight: 500;
    box-sizing: border-box;
    transition: all .3s;
}
.btn__new.red_button:hover {
    color: white !important;

}

/* Finish expert */
/* breadcumbs */
.breadcrumbs-wrap {
    position: relative;
}

.breadcrumbs {
    list-style: none;
    padding: 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::-webkit-scrollbar {
    width: 3px;
    height: 3px;
}

.breadcrumbs::-webkit-scrollbar-thumb {
    background-color: #cfd0d2;
    border-radius: 50px;
}

.breadcrumbs::-webkit-scrollbar-track {
    background-color: #e2e2e2;
}

.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-top: 7px;
    color: #acacac;
    position: absolute;
    right: -12px;
    top: 2px;
}
.breadcrumbs li:last-child span:hover {
    color: #25282c;
    cursor: context-menu;
}
/* Конец breadcumbs */

.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;
}
.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-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;
}
.features__new .product__buttons__buy_flex .btn__new.red_button {
    padding: 0!important;
}

.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;
}
.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;
    z-index: 111;
}
.getAnalog-product {
    margin-top: 0;
}
#popup-get-price .multiform-body {
    padding-top: 0;
}

@media (max-width:1279px) {
    .polmont_col.pol_btn_mb svg {
        display: block;
    }

    .polmont__txt {
        display: flex;
        margin-right: 20px;
        align-items: center;
    }
}
@media (max-width: 1100px) {
    .head__inner_new .button__menu .menu__new {
        max-width: 400px;
        left: 50px;
    }
}
@media (max-width:999px) {
    .pol_btn_ds {
        display: none;
    }

    .pol_btn_mb {
        display: inline-block;
    }

    .footer__new__inner {
        grid-template-columns: 1fr 1.5fr 1.6fr;
    }

    .docs__nav__top__inner{
        display: block;
    }
    .fn__url__head.popularmob {
    display: flex;
    align-items: center;
    }
    .fn__url__head.populardesk {
        display: none;
    }

    .nav__submenu__f {
        display: none;
    }

    .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 .fn__col.fn__cat {
        justify-content: flex-end;
    }
    
    .footer__new {
        padding-bottom: 70px;
    }
}

@media (max-width: 990px) {
    .open_geo .header__mob {
        margin-top: 90px;
        transition: all .3s;
    }
}

@media (max-width: 800px) {
    .features_block_middle .group .feature-li-wrap {
        gap: 12px;
    }

}
@media (max-width:871px){
    .head__inner_new .button__menu .menu__new {
        max-width: 360px;
        left: 25px;
    }
    .catalog-nav__list>li>a {
        font-size: 14px;
    }
    .head__inner_new .subm_inner1 {
        min-width: 330px;
    }
    .submenu__list .submenu__headcat {
        font-size: 14px;
    }
}
@media (max-width:767px) {
    .multiform-wrap.categories_manager.default-theme .multiform-gap-fields input {
        height: 48px;
    }
    .footer__new .nav__list__f li .fn__url__head {
        font-size: 14px;
    }
    .footer__new .fn__col.fn__cat .nav__list__f li a{
        font-weight: 500;
        font-size: 14px;
    }
    .actions__item {
        margin-right: 10px;
    }

}
@media (max-width:678px) {
    .b-cityselect__change {
        width: 100%;
        box-sizing: border-box;
    }
    #cityselect__change .b-cityselect__change_info {
        font-size: 22px;
        font-weight: 500;
        margin-bottom: 20px;
    }
    .b-cityselect__list_wrapper ul {
        flex-wrap: wrap;
    }
    .footer__new .footer__new__inner {
        grid-template-columns: repeat(auto-fill, 45%);
    }

    .footer__new__inner .fn__cat {
        order: 3;
        width: 187px;
    }

    .footer__new a,
    .has_chiild__f {
        font-size: 14px;
    }

    .fn__btnoutline__inner.b__fancy {
        width: 100%;
        text-align: center;
    }

    .fn__btnoutline__inner.b__fancy .fnb__txt {
        padding: 12px 6px;
    }

    .fn__col.fn__info .nav__list__f {
        gap: 17px;
        margin-bottom: 49px;
    }

    .fn__col.fn__cat .nav__list__f .has_chiild__f {
        margin-bottom: 16px;
    }

    .fn__col.fn__cat .nav__list__f {
        column-gap: 9px;
        row-gap: 0;
    }

    .footer__new__bot .fnb__col:last-child {
        max-width: 95%;
    }

    .features_block li {
        min-height: 150px;
    }

    .features_block_middle .features_block span {
        font-size: 13px;
    }

    .features_block_middle .txt__icons span:last-child {
        font-size: 11px !important;
    }


    .features_block_middle .group .feature-li-wrap {
        flex-direction: column;
        gap: 15px;
    }
    .features_block span {
        line-height: 1.1rem;
    }

    .group .feature-li-wrap {
        flex-direction: column;
        height: 160px;
    }

    .group .feature-li-wrap span img,
    .feature-online .font-icon2 img {
        margin-top: 0px;
    }

    .group .feature-li-wrap div.txt__icons {
        gap: 5px;
        width: 100%;
    }

    .group .feature-li-wrap .txt__icons .txt__icons__text {
        text-align: center;
        font-size: 12px;
    }

    .group .feature-li-wrap .txt__icons .txt__icons__head {
        font-size: 14px;
        text-wrap: balance;
        text-align: center;
    }

    .carousel__item .feature-discounts {
        gap: 0;
    }

    .owl-carousel .owl-item img {
        margin-right: 0 !important;
    }
    .features_block .font-icon2 {
        min-height: 45px;
        width: 45px;
        min-width: 45px;
    }
    .features_block .txt__icons span.txt__icons_top {
        max-width: 100%;
    }
    .fn__col.fn__info .nav__list__f {
        gap: 17px;
        margin-bottom: 0px;
    }
    .footer__new .footer__new__inner {
        grid-template-columns: repeat(auto-fill, 50%);
        gap: 0;
    }
    .footer__new__inner.center_wrapper .fn__col.fn__left .fn__min {
        margin-bottom: 13px !important;
    }
    .footer__new .fn__col.fn__cat .nav__list__f li a {
        text-wrap: nowrap;
    }
}

@media (max-width:670px) {
    .features__new .swiper-button-next.swp_bt_next0, .features__new .swiper-button-prev.swp_bt_pre0 {
        display: none;
    } 
    
}
@media (max-width:669px) {
    .for_products.home__col.for_products-add2Buy .swiper-button-next, .for_products.home__col.for_products-add2Buy .swiper-button-prev {
        display: none;
    }
}
@media (max-width:610px) {
    .a2c__wrapper .btn__grey2.a2c_close_m.a2c_continue {
        display: flex;
        align-items: center;
        padding: 0 10px;
        font-weight: 500;
        font-size: 13px;
        justify-content: center;
    }
    .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;
    }
    .footer__new .nav__list__f li .fn__url__head, .footer__new .fn__col.fn__cat .nav__list__f li a {
        font-size: 14px;
    }
}
@media (max-width:550px) {

.p__head .ph__col {
    flex-direction: column;
}
    .txt__icons {
        justify-content: flex-start;
    }
    .popup__header-title.head_all {
        font-size: 22px;
        margin-bottom: 10px;
        font-weight: 500;
        margin-top: 5px;
        width: 85%;
    }
    .popup-overlay .fancybox-close-small {
        top: 10px;
        right: 10px;
    }
    .popup-overlay.popup-active .multiform-body {
        margin-bottom: 10px;
    }
    .group .feature-li-wrap .txt__icons .txt__icons__head {
        font-size: 11px;
    }
    .group .feature-li-wrap {
        height: 200px;
    }
    .popup-content, .a2c__wrapper {
        padding: 12px 12px 20px 12px;
        
    }
    .a2c__wrapper .a2c__head{
        font-size: 22px;
        font-weight: 500;
        max-width: 80%;
    }
    .popup-overlay.popup-active .multiform-body {
        margin-bottom: 0!important;
    }
    div.multiform-body {
        padding: 0!important;
    }
    .a2c__wrapper .a2c__btns .btn__grey2 {
        flex: 55%;
        padding: 0 5px;
        font-size: 12px !important;
        text-align: center;
    }
    .a2c__wrapper .a2c__btns .btn__new{
        flex: 45%;
        padding: 0 5px;
        font-size: 12px;
    }
    .popup__header-title.div_h2.head_all {
        font-size: 22px;
        font-weight: 500;
    }
    .popup-content .multiform-wrap.categories_manager .multiform-gap-field.type-checkbox {
        margin-bottom: 0;
        margin-top: 10px;
    }
    .popup-content .multiform-wrap.categories_manager .multiform-gap-field.type-button {
        margin-bottom: 0;
    }
    div#cityselect__change .b-cityselect__list_wrapper ul li {
        margin-right: 5px;
    }
    .b-cityselect__list .i-cityselect__set_city.bold {
        font-size: 13px;
    }
}
@media (max-width:450px){
    .couponair_stick .promo-content {
        min-width: 250px;
        left: -10px;
    }
    .a2c__btns {
        flex-direction: column;
        gap: 5px;
    }
    .a2c__wrapper .btn__grey2.a2c_close_m.a2c_continue {
        width: 100%;
        padding: 13px 0;
    }
    .a2c__wrapper .a2c__btns .btn__new {
        width: 100%;
        padding: 14px 0;
    }
    .a2c__wrapper .a2c__btns .btn__new a{
        padding: 0;
    }

    .a2c__img {
        margin-right: 8px;
    }
    .a2c__wrapper .a2c__cont {
        flex-direction: column;
    }
    .a2c__wrapper .a2c__name {
        text-align: center;
    }
    .polmont_col {
        font-size: 13px;
    }

    .polmont__exit {
        top: 16px;
    }
    .polmont svg {
        width: 20px;
    }
    .fancybox-wrap {
        width: 98% !important;
        left: 4px !important;
        right: 5px !important;
    }
    .fancybox-skin .fancybox-inner {
        width: 100% !important;
        height: auto !important;
    }
}
@media (max-width:400px) {
    #cityselect__change .b-cityselect__list .i-cityselect__set_city {
        font-size: 12px;
    }
}
@media (max-width:380px) {
    #cityselect__change .b-cityselect__head {
        font-size: 13px;
    }
    #cityselect__change {
        padding: 50px 10px 40px 10px;
    }
    div#cityselect__change .b-cityselect__list_wrapper ul li {
        margin-right: 3px;
    }

    .b-cityselect__list_wrapper ul {
        flex-wrap: wrap;
        margin-left: 1px;
    }
    
    .footer__new .footer__new__inner {
        grid-template-columns: repeat(auto-fill, 100%);
    }

    .footer__new {
        padding-top: 30px;
    }

    .owl-carousel .owl-item img {
        width: 38px;
    }
    .red_button {
        padding: 0 10px;
    }
    .footer__new__inner.center_wrapper .fn__col.fn__left {
        min-height: auto!important;
        margin: 8px 0 25px 0;
    }
    .footer__new .footer__new__inner .fn__cat {
        margin-top: 0!important;
    }
    .polmont_col.pol_btn_mb svg {
        display: none;
    }
    .polmont__exit {
        right: 20px;
    }

}

@media (max-width:340px) {
    .group .feature-li-wrap .txt__icons .txt__icons__head {
        font-size: 13px;
    }

    .group .feature-li-wrap .txt__icons .txt__icons__text {
        font-size: 12px;
    }
    .group .feature-li-wrap {
        height: 205px;
    }
    .features_block_middle .group .feature-li-wrap {
        padding: 10px 5px 6px 10px;
    }
}

