/* Переменные */
:root {
    --primary-color: #fff;
    --secondary-color: #d60000;
    --accent-color: #c20101;
    --blue-color: #10385C;
    --br-big: 20px;
    --br-small: 10px;
    --nav-bg: #1f1e1e;
    --nav-txtbg: #fff;
    --header-bg: #fff;
    --header-txt: #1c2327;
    --nav-txt-hover: #c20101;
    --nav-icons: #d60000;
    --checkboxes-color: #c20101;
}

/* Конец - Переменные */
a:not([href]) {
   cursor: context-menu;
}
/* Общие */
html {
    font-size: 16px;
    scroll-behavior: smooth;
}
.features_block_middle .owl-theme .owl-nav [class*='owl-'],
.flvlcats .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    background-color: white;
    border-radius: 3px;
    box-sizing: border-box;
    width: 34px;
    height: 34px;
    transform: all .3s;
    display: none!important;
}
#form_zvonok {
    transition: color 0.3s ease;
}
#form_zvonok:hover {
    color: var(--secondary-color);
}
.cartCount_count {
    padding-right: 0!important;
    line-height: 0;
}
.product-price-old {
    position: relative;
    color: #070b10;
}

.product-price-old:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    top: 12px;
    z-index: 3;
    background-color: #070b10;
}

.product-price-old .ruble {
    color: #070b10;
    font-weight: 500;
    font-size: 16px;
}

.flvlcats .owl-prev,
.flvlcats .owl-next {
    display: flex !important;
    position: absolute;
    top: 21%;
    margin-top: -10px;
    background-color: #fff;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    border-radius: 50% !important;
    box-shadow: -1px 2px 4px 1px rgb(146 153 159 / 20%);
}
.category-name {
    font-size: 31px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 10px;
}
.tabs__content-col {
    width: 371px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    box-sizing: border-box;
    border-left: 1px solid #ededed;
    padding-left: 33px;
    display: flex;
    height: auto !important;
}

.features_block_middle .owl-carousel .owl-prev,
.owl-carousel .owl-next,
.flvlcats .owl-carousel .owl-prev {
    display: flex !important;
    position: absolute;
    top: 21%;
    margin-top: -10px;
    background-color: #fff;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    border-radius: 50% !important;
    box-shadow: -1px 2px 4px 1px rgb(146 153 159 / 20%);
}

.features_block_middle .owl-prev,
.features_block_middle .owl-next,
.flvlcats .owl-prev,
.flvlcats .owl-next {
    position: absolute;
    margin-top: -10px;
    z-index: 2;
    bottom: 60%;
}

.arr-left {
    width: 12px;
    transform: rotate(270deg);
}

.features_block_middle .owl-next,
.flvlcats .owl-next {
    right: -12px;
}

.features_block_middle .owl-nav .disabled,
.flvlcats .disabled {
    opacity: 0;
}

button,
p,
a,
div {
    font-family: 'Museo Sans', sans-serif !important;
}

::placeholder {
    font-size: 14px;
    color: #71767e !important
}

button {
    cursor: pointer;
}

p {
    color: #070b10;
    line-height: 1.3;
}

input {
    height: 40px;
    color: inherit;
    font: inherit;
    margin: 0;
    line-height: normal;
}

input[type='checkbox'] {
    cursor: pointer;
}

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;
    border-top-color: rgb(89, 95, 100);
    border-right-color: rgb(89, 95, 100);
    border-bottom-color: rgb(89, 95, 100);
    border-left-color: rgb(89, 95, 100);
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    outline: none;
}

.body-no-scroll {
    overflow: hidden;
}

[class*=" icon-"],
[class^=icon-] {
    font-family: icomoon !important;
    speak: never;
    font-style: normal;
    font-weight: 500;
    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;

}

.product_actions {
    display: flex;
    align-items: center;
    align-items: unset;
}

.product_actions__wrap {
    display: flex;
    gap: 15px;
    padding-top: 2px;
}

#category-products .itemInner__compareBlock svg,
#product-list .itemInner__compareBlock svg {
    width: 18px;
}

.product_actions__favorite svg {
    cursor: pointer;
    width: 16px;
}

.product__label:hover {
    background-color: var(--secondary-color);
    color: white;
}

.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: 37px;
    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-code-content__close .icon-close:before {
    color: #44A927;
}

.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: start !important;
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
}

.couponair_stick .promo-content .promo-code-content__title {
    margin: 13px 0 19px;
    font-weight: 100 !important;
    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;
}

.product__label.product__label_v1.promo-code-click__active {
    background: var(--secondary-color);
    color: white !important;
}

div [data-id=popup-product_promo_form] {
    display: none;
}

.btn__new,
button {
    font-family: 'Museo Sans' !important;
    font-weight: 300;
    transition: all .3s;
}

.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;
    transition: color .3s;
}

body {
    background-color: #f3f4f6;
    overflow-x: hidden;
    min-height: 100%;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    width: 100%;
    font-family: 'Museo Sans';
    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: 500;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
}

input {
    outline: none;
}

li {
    list-style-type: none;
}

button,
a {
    cursor: pointer;
}

a {
    color: var(--secondary-color);
}

.center_wrapper {
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 1410px;
    width: 100%;
    padding: 0 15px;
}

.red_button {
    background: var(--secondary-color);
    color: var(--primary-color);
    padding: 0 24px;
    cursor: pointer;
    transition: all .3s;
}

.red_button:hover {
    background: var(--accent-color);
}

.slide_btns .red_button {
    background: var(--blue-color);
}

.toner {
    position: fixed;
    z-index: 1010;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .5);
    display: none;
}

a {
    text-decoration: none;
}

/* 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;
}


/* Finish expert */

/* breadcumbs */
.breadcrumbs-wrap {
    position: relative;
}

.breadcrumbs {
    list-style: none;
    padding: 2px 0 5px 0;
    color: #acacac;
    font-size: 14px;
    font-weight: normal;
    margin: 25px 0 25px;
    max-width: 100%;
    display: flex;
    overflow: auto;
    white-space: nowrap;
}

.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 {
    display: inline-flex;
    margin-right: 21px;
    position: relative;
}

.breadcrumbs li:last-child:after {
    display: none;
}

.breadcrumbs li:last-child span:hover {
    color: #25282c;
    cursor: context-menu;
}

.breadcrumbs a {
    color: inherit;
}


.breadcrumbs a {
    color: inherit;
    white-space: nowrap;
    margin-right: 5px;
}

.breadcrumbs li span {
    white-space: nowrap;
    color: #25282c;
    font-size: 12px;
    transition: color .3s;
}

.breadcrumbs li span:hover {
    color: var(--secondary-color);
}

.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: -13px;
    top: .18em;
}

/* Конец breadcumbs */

/* fancybox */
.multiform-wrap.categories_manager.default-theme .multiform-gap-fields input {
    height: 55px;
    padding: 18px 12px;
    box-sizing: border-box;
    width: 100%;
    border-radius: 10px;
    font-size: 15px;
    font-family: 'Museo Sans';

}

.default-theme .multiform-gap-field {
    padding: 3px 0;
    margin: 0 0 5px;
    line-height: 1.5;
}

.multiform-gap-field .multiform-gap-option {
    margin-bottom: 10px;
}

.multiform-gap-field .multiform-gap-option label {
    font-weight: 500;
}

div.multiform-body {
    padding: 10px 0;
    margin-top: 10px;
}

.multiform-wrap .multiform-gap-field.type-hidden {
    display: none !important;
}

.multiform-wrap .multiform-gap-value {
    overflow: visible;
    clear: none;
    width: 100%;
}

.multiform-gap-value textarea,
.multiform-gap-value input,
.multiform-gap-value select {
    border: 1px solid rgba(38, 38, 38, .24);
}

.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;
}

.multiform-wrap.default-theme .multiform-form-description {
    display: none;
}

.popup__header-title.head_all {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 28px;
    font-weight: 300;
    max-width: calc(100% - 40px);
}

.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 !important;
    display: none;
    position: absolute !important;
    z-index: 103 !important;
    border-radius: 12px !important;
    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 !important;
    top: -6px !important;
    left: -615px !important;
    z-index: 1111111 !important;
}

.i-cityselect__city_yes:hover {
    opacity: .8;
}

.b-cityselect__notifier .btn_left {
    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 .multiform-gap-option span {
    margin-left: 5px;
    vertical-align: middle;
}

.checkpolitic input {
    max-width: min-content;
}

.checkpolitic div label input:checked::before {
    opacity: 1;
}

.checkpolitic div label input::before {
    position: absolute;
    content: "\2713";
    left: 2px;
    top: -2px;
    pointer-events: none;
    font-size: 12px;
    z-index: 11;
    color: white;
    /* transform: rotate(10deg); */
    transition: all .3s;
}

.checkpolitic div label input:checked::after {
    background-color: var(--checkboxes-color);
    border: 1px solid transparent;
}

.checkpolitic div label input::after {
    position: absolute;
    content: "";
    width: 14px;
    height: 14px;
    left: 0px;
    top: 0px;
    pointer-events: none;
    border-radius: 3px;
    transition: all .3s;
    background: white;
    border: 1px solid #adadad;
    box-sizing: border-box;
}

.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: all .3s;
}

.checkpolitic .color-link:hover {
    opacity: .9;
}

.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;
}

.form-callback__btn:hover {
    background: var(--accent-color);
}

.form-callback__btn.btn__all.mf-colm6 {
    transition: opacity .3s;
}

.b-cityselect__wrapper.b-cityselect__wrapper--default+svg path {
    fill: var(--secondary-color);
}

.form-callback__btn.btn__all.mf-colm6 {
    transition: background 0.3s ease;
}

.form-callback__btn.btn__all.mf-colm6:hover {
    background: var(--accent-color);
}
.search__form.multiform.fancybox-content .search #search {
    width: 100%;
    outline: none;
    border: none;
}

.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;
}

.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);
    transition: all .3s;
}

.show-all:hover,
.show-more:hover,
.show-all:hover::after,
.show-more:hover::after {
    color: var(--accent-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-container {
    position: absolute;
    bottom: 0;
}

.content-block-text {
    height: 353px;
    overflow: hidden;
    position: relative;
    transition: all .3s;
    padding-top: 10px;
}

.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;
    box-sizing: border-box;
    padding: 0 !important;
}

.fancybox-opened .fancybox-skin {
    max-width: 520px;
}

.fancybox-close {
    top: 10px !important;
    right: 10px !important;
}

#cityselect__change {
    max-width: 520px;
    box-sizing: border-box;
    padding: 50px 15px;
}

#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: 20px auto;
    height: 57px;
    box-sizing: border-box;
}

#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;
}

#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;
}

.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;
    columns: 3;
}

#cityselect__change .b-cityselect__list_wrapper ul li {
    padding: 0;
    margin: 0;
    margin-right: 10px;
    list-style: none!important;
}

.b-cityselect__list .i-cityselect__set_city.bold {
    font-weight: 500;
    white-space: nowrap;
    color: #070b10;
    transition: all .3s;
    border-bottom: 1px solid rgb(47 47 47 / 28%);
}

.b-cityselect__list .i-cityselect__set_city.bold:hover {
    color: var(--secondary-color);
    border-bottom: 1px solid 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 #search {
    display: none;
}

#cityselect__change .b-cityselect__change_city_wrapper .icns__geo {
    margin-right: 8px;
}

.b-cityselect__change_text {
    text-align: center;
    margin-bottom: 15px;
    color: #070b10;
}

.b-cityselect__change {
    color: #070b10;
}

/* Конец fancybox */

/* ________________Подумать куда впихнуть________________________________ */
.head__cat {
    margin-bottom: 30px;
    display: flex;
    align-items: end;
    justify-content: space-between;
}

.ruble {
    font-family: 'PTRoubleSans' !important;
    margin-left: 5px;
}

.head_all {
    color: #070b10;
    font-size: 26px;
    font-weight: 300;
}
.head_all-brands {
    font-size: 22px;
    margin: 24px 0 16px 0;
    font-weight: 300;
    
}

.head_all-sale {
    color: #070b10;
}

.itemInner {
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    padding: 28px 18px;
    background: #fff;
    height: 380px;
    justify-content: space-between;
    border-radius: 20px;
}



.calc__arrowico,
.footer_address_phone,
.inline-link {
    font-size: 20px;
}

.itemInner__compare svg path {
    transition: fill .5s;
}


.itemInner img {
    width: 100%;
    max-width: 220px;
}

.prodTitle {
    font-weight: 300;
    color: #070b10;
    transition: color .3s;
}

.prodTitle:hover {
    color: var(--secondary-color);
}

.offers {
    width: 100%;
    box-sizing: border-box;
}

.offers.price_z .product__buttons {
    margin-top: 10px;
}

.product__price {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 27px;
}

.product__price .price {
    font-weight: 700;
}

.swiper .price_zapros span {
    font-weight: 500;
    font-size: 17px;
}

.swiper .price_zapros {
    text-align: center;
}

.swiper .swiper-slide {
    width: auto;
    margin-right: 15px;
}

.swiper .swiper-slide .itemInner {
    transition: .3s ease-in-out;
    box-shadow: 0 3px 6px rgb(0 0 0 / 8%);
    border-radius: 20px;
    position: relative;
    padding: 20px;
}

.swiper .swiper-slide .itemInner:hover {
    z-index: 1;
    box-shadow: 0 4px 6px rgb(0 0 0 / 24%);
}

.swiper .list_price {
    font-size: 22px;
    white-space: nowrap;
    font-weight: 500;
    transition: color .3s;
    cursor: pointer;
    color: #070b10;
}

.swiper .list_price:hover {
    color: var(--secondary-color);
}

.product__badge {
    display: flex;
    align-items: center;
    padding: 5px 0px;
    border-radius: 10px;
    background-color: #f3f4f6;
    transition: .3s;
    position: relative;
    cursor: pointer;
    margin-left: 15px;
    justify-content: center;
    width: 100%;
    max-width: 250px;
}

.product__badge span {
    color: #070b10;
    transition: color .3s;
}

.product__badge:hover span {
    color: var(--secondary-color);
}

.product__badge:before {
    content: "";
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    background: #f3f4f6;
    border-right: 1px solid #f3f4f6;
    border-bottom: 1px solid #f3f4f6;
    left: -5px;
    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;
    display: none;
}

.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 {
    display: none;
}

.product__btnwi__i {
    width: 20px;
    fill: #515c68;
    height: 20px;
}
.slideList .product__buttons__buy > form {
    display: flex;
    gap: 10px;
}
.slideList .product__buttons__buy .product__btnwi {
    align-items: end;
}
.btn__add2card.in_slider:hover {
    background-color: #e2e2e2 !important;
    color: #070b10!important;
}
.swiper .itemInner__compare {
    display: none;
}

.itemInner__compareBlock {
    position: absolute;
    left: 0;
    top: -5px;
    z-index: 111;
    cursor: pointer;
}

.header__mob .cartCount {
    top: 4px;
    padding-top: 2px;
    right: -7px;
}

#histogram {
    fill: #727272;
}

.swiper-wrapper {
    padding: 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: #070b10;
    background: #fff;
    padding: 14px 17px;
    border-radius: 50%;
    font-weight: 900;
    box-shadow: 0 3px 8px rgb(0 0 0 / 8%);
    transition: all .3s;
}

.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;
}

.up_top_line.headerfix .new_l_region .menu_top.flexmenu {
    order: 0;
}

.pulse__icon {
    border-radius: 12px;
    padding: 1px 0px 1px 0px;
    transition: all .3s;
    position: relative;
    padding-right: 0;
}
.saleWithoutCash__sale {
    font-weight: 500;
}
.pulse__icon::after {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: var(--secondary-color);
    top: 3px;
    right: -6px;
    position: absolute;
    box-shadow: 0 0 0 0 var(--secondary-color);
    transform: scale(1);
    animation: pulse 3s infinite;
}

.up_top_line.headerfix .new_l_region .menu_top.flexmenu .navmenu li svg {
    display: none;
}

.up_top_line.headerfix .center_wrapper.top_line_wrapper .head__geo {
    display: none;
    align-items: center;
}

.up_top_line.headerfix .top__line__inner .new_l_region .head__geo .phone_region {
    margin-right: 0;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 var(--secondary-color);
    }

    70% {
        box-shadow: 0 0 0 6px rgba(85, 222, 143, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(85, 222, 143, 0);
    }
}

.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;
    width: 100%;
    transition: all .3s;
    z-index: 222222;
    justify-content: flex-start;
    max-width: fit-content;
}

/* nem Header */
.tel_line {
    line-height: 22px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 2vw;

}
.minicart_wrapper {
    display: flex;
    gap: 10px;
}

.minicart_wrapper .search {margin-right: 0;}
.minicart_wrapper .compareMainIcon {margin-right: 7px;}
.minicart_wrapper .minicart.auth {margin-right: 15px;}
.minicart_wrapper .minicart:last-child {
    margin-right: 0;
}
.minicart_wrapper .minicart {margin-right: 15px;}
.top_line_wrapper .minicart .cartCount {
    font-weight: 800;
}

.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;
}

.top_line_wrapper div a {
    line-height: 21px;
    color: #fff;
    font-size: 14px;
    white-space: nowrap;
    display: flex;
    align-items: center;
    font-weight: 300;
}

.top_line_wrapper .tel_line .tel_tel {
    color: #fff;
    font-size: 19px;
    font-weight: 500;
    white-space: nowrap;
}


.login_up2 {
    text-transform: uppercase;
    padding: 0 7px;
    height: 25px;
    line-height: 18px;
    border-radius: 2px;
    background-color: var(--secondary-color);
    line-height: 37px;
    display: flex;
    transition: all 0.3s ease;
    max-width: 200px;
    border: none;
}

.page__inner .login_up2 {
    justify-content: center;
}

.login_up2 span {
    margin-top: 2px;
    white-space: nowrap;
    font-size: 10px;
    font-weight: 700;
}


/* Finish nem Header */

.Icons_locationArrow__gDL3c .fill {
    transition: all .3s;
    fill: rgb(127, 127, 127);
}

.headerfix .Icons_locationArrow__gDL3c .fill {
    fill: #d3d3d3;
}

.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;
}
.region__top > span {
    padding-right: 0;
}
.phone_region {
    margin-right: 1.5vw;
}

.up_top_line {
    height: 40px;
    background-color: #1f1e1e;
    line-height: 21px;
}

.top_line_wrapper a.i-cityselect__var--phone {
    font-weight: 700;
    text-wrap: nowrap;
    padding-right: 0;
}

.top_line_wrapper .location-choice__title,
.top_line_wrapper a.i-cityselect__var--phone {
    font-size: 14px;
    color: #fff;
    transition: color .3s;
}
.class__top__bottom_header {
    order: 2;
}

.i-cityselect__var--phone {
    display: inline-block;
    padding: 5px 0px 5px 0px;
    font-size: 18px;
    color: #070b10;
    font-weight: 500;
    font-family: 'Museo Sans';
}

.new_l_region .b-cityselect__wrapper--default {
    margin-right: 15px;
    order: 1;
}

.up_top_line div.b-cityselect__city {
    display: flex;
    align-items: center;
    margin-right: 10px;
    border-bottom: unset !important;
    
}
.up_top_line div.b-cityselect__city:hover .location-choice__title, .top_line_wrapper a.i-cityselect__var--phone:hover{
    color: var(--accent-color);
}
.up_top_line div.b-cityselect__city svg path {
    transition: fill .3s;
}

.up_top_line div.b-cityselect__city:hover svg path {
    fill: var(--accent-color)!important;
}
.header__mob__topline .b-cityselect__city {
    margin-left: 2px;
    border-bottom: none;
}

.header__mob__topline .location__top {
    width: 10px;
    height: 10px;
}

.header__mob__topline .Icons_locationArrow__gDL3c .fill {
    fill: rgb(127, 127, 127);
}

.b-cityselect__city svg {
    width: 11px;
    margin-right: 6px;
}

.header__mob__topline .i-cityselect__var--phone,
.header__mob__topline .location-choice__title {
    font-size: 15px;
}

.header__mob__topline .i-cityselect__var--phone {
    font-weight: 500;
}

.header__mob__topline .location-choice__title {
    margin-left: 0 !important;
    font-weight: 300;
    line-height: 20px;
}

.geo_hor input {
    height: fit-content;
    padding: 9px 16px;
}

.geo_hor .b-cityselect__notifier_buttons.nowrap input {
    border-radius: 3px !important;
    transition: all .3s;
    cursor: pointer;
    border: none;
}

.top_line_wrapper .location-choice__title {
    font-size: 13px;
    color: #fff;
    font-weight: 500;
}

.location-choice__title {
    display: inline-block;
    font-size: 13px;
    color: #fff;
    font-weight: 500;
    font-family: 'Museo Sans';
    cursor: pointer;
    white-space: nowrap;
}

.b-cityselect__city_no.btn_right.i-cityselect__city_no {
    color: #fff;
    background: transparent;
}

.b-cityselect__city_no.btn_right.i-cityselect__city_no:hover {
    color: black;
    background-color: white;
}

.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;
}

.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;
    background-color: #1F1E1E;
    z-index: 1000;
    top: 27px;
    margin-left: -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;
}

.fancybox-lock .fancybox-overlay {
    z-index: 222222;
}

.fancybox-overlay {
    background: rgba(30, 30, 30, 0.87) !important;
}

.upperMenu-nav__has-submenu-open .upperMenu-nav__submenu {
    padding-top: 15px;
}

.upperMenu-nav__has-submenu:hover .upperMenu-nav__submenu {
    opacity: .97;
}

.navmenu .upperMenu-nav__has-submenu-open ul li a,
.navmenu .upperMenu-nav__has-submenu-open ul li span {
    font-size: 15px;
    margin: 5px;
    font-weight: 300;
}

.navmenu .upperMenu-nav__has-submenu-open ul li span {
    color: var(--secondary-color);
}

.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: 23px;
    color: #fff;
    font-size: 13px;
    white-space: nowrap;
    display: flex;
    align-items: center;
    font-weight: 500;
    transition: color .3s;
}
.top_line_wrapper div .navmenu a,
.top_line_wrapper div .navmenu span {
    line-height: 21px!important;
}
.top_line_wrapper div .navmenu span {
    cursor: context-menu;
}
.top_line_wrapper div .navmenu a:hover {
    color: var(--accent-color);
}

.btn_zayavka {
    transition: color .3s;
}

.new_l_region ul li a:hover,
.btn_zayavka:hover {
    color: var(--secondary-color);
}

.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 {
    width: 20px;
    margin-right: 5px;
}

.region__top svg path {
    fill: #fff !important;
}

.header__mob__topline {
    height: 40px;
    background-color: #1f1e1e;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
}

.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;
    gap: 3px;
}

.geo_hor .b-cityselect__notifier_buttons,
.header__mob__topline .telephones {
    margin-top: 0;
}

.header__mob__topline .i-cityselect__var--phone {
    color: #ffffff;
}
.more_dropdown::before {
content: "";
  position: absolute;
  top: -8px;           
  left: 63px;           
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid var(--nav-bg); 
}
.flexMenu-popup.more_dropdown {
    top: 48px;
    background: var(--nav-bg);
    padding: 0px 20px;
    margin-left: -60px;
    border-radius: 16px;
    transition: all 0.3s;
    overflow: hidden;
    display: block !important;
    max-height: 0;
    position: relative;

}

.flexMenu-viewMore.active .flexMenu-popup.more_dropdown {
    max-height: 500px;
    overflow: visible;
    padding: 20px;
    position: fixed!important;
}

.flexMenu-viewMore {
    margin-right: 0 !important;
}
.flexMenu-viewMore svg {
    transition: all .3s;
}
.flexMenu-viewMore:hover svg {
    opacity: .8;
}
.flexMenu-viewMore.active svg {
    opacity: .8;
}
.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: 1013;
    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 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.head__bot_l__new {
    width: 82%;
    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 {
    margin-top: 5px;
    display: flex;
    flex-direction: row;
}

.logo__top svg {
    width: 200px;
    margin-top: 5px;
}

/*
.head__inner_new .logo__top svg{
    width: 145px;
}*/
.head__inner_new .logo__top svg {
    width: 210px;
}

.head__inner_new .logo__top svg.ltxt {
    margin-left: 0;
}

.logo__top .st0 {
    stroke: transparent;
    fill: #434242;
}

.logo__top .st1 {
    fill: #72BF44;
    stroke: transparent;
}

.logowtxt {
    position: relative;
}

.limg {
    max-width: 36px;
    margin-right: 10px;
    margin-top: 6px;
}

.ltxt {
    margin-left: -57px;
}

.logo__text {
    font-size: .54em;
    font-weight: 500;
    text-align: center;
    color: #2f2f2f;
    position: absolute;
    bottom: -2px;
    white-space: nowrap;
}

.head__inner_new .menu__new_btn {
    width: 178px;
    margin-right: 0;
    font-size: 14px;
    box-sizing: border-box;
    height: 42px;
    background-color: var(--blue-color);
    color: white;
    border-radius: 10px;
    padding-right: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s;
}

.head__inner_new .menu__new_btn:hover {
    background-color: var(--blue-color);
}

.container__hamburger {
    cursor: pointer;
    display: flex;
}

.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), stroke .3s;
}

.nav-mobile.container__hamburger svg path {
    stroke: #434242;
}

.nav-mobile.container__hamburger svg {
    width: 60px;
    height: 60px;
    margin-top: -5px;
}
.header__mob__topline div.b-cityselect__city svg {
    position: relative;
    top: 3px;
}
.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%;
    transform: translateX(-10px) translateY(0) rotate(0);
}

.container__hamburger path:nth-child(6) {
    transform-origin: 62% 52%;
    transform: translateX(-15px) translateY(0) rotate(0);
}

/* Анимация кнопку Каталог товара */
.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;
}

.button__menu.menu__new_btn .menu-bot {
    margin-top: -1px;
}

.head__inner_new .button__menu .menu__new {
    position: absolute;
    z-index: 100;
    top: 95px;
    width: 100%;
    max-width: 405px;
    left: 200px;
    height: auto;
}

.menu__new {
    opacity: 0;
    visibility: hidden;
    transition: opacity .6s ease, visibility .6s ease;
}
.menu__new .leftrow .url_head .nav-icon {
    padding-left: 0;
}
.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(--secondary-color);
}

.catalog-nav__list>li>a:hover::after,
.catalog-nav__list>li>span:hover::after {
    border-left-color: var(--secondary-color);
}
.catalog-nav__list .nav-icon__molnia {
    margin-right: 0;
}
.url_head {
    height: 80px;
}

.head__inner_new .subm_inner1 {
    min-width: 350px;
    background-color: #f4f4f4;
    width: fit-content;
    position: absolute;
    top: 0;
    left: calc(100% - 17px);
    height: 100%;
    display: none;
    border-radius: 0 20px 20px 0;
    z-index: -1;
}

.submenu {
    width: 100%;
}

.submenu__wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
}

.head__inner_new .submenu__list {
    padding-left: 38px;
    padding-top: 37px;
}

.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;
}


.submenu__list .submenu__headcat {
    color: #2b3640;
    font-weight: 500;
    font-size: 15px;
    display: block;
    line-height: 22px;
    transition: color .3s;
}

.head__inner_new .nav__main-search {
    width: 100%;
    max-width: 712px;
}

form.search {
    display: flex;
    border: 1px solid #ededed;
    padding: 5px;
    border-radius: var(--br-big);
    height: 60px;
    box-sizing: border-box;
    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;
}

.btn__new {
    font-size: 13px;
    border: none;
    border-radius: 10px;
    height: 42px;
    white-space: nowrap;
    font-weight: 500;
    text-transform: uppercase;
}

.nav__main-search .btn__new {
    background-color: transparent;
    padding-right: 15px;
    padding-left: 15px;
    height: 24px;
}
.swiper .product__btnwi__i {
    fill: #515c68;
    display: block;
    width: 16px;
    height: 16px;
}

.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;
}

.minicart .actions .actions__item .actions__link.cart-summary {
    transition: all .3s;
    align-items: flex-start;
}

.minicart .actions .actions__item:hover .actions__link.cart-summary {
    color: var(--secondary-color);
}

.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;
}

.header__mob__botline .minicart .basket-icon svg path {
    fill: #434242 !important;
}
.header__mob__botline .minicart #svg_basket circle {
    fill: #434242 !important;
}
.header__mob__botline .cartCountmob {
    top: -9px;
}
#compare-leash .actions__link {
    margin-top: 3px;
}

#compare-leash{
    position: relative;
}

#heart-leash {
    margin-right: 10px;
}

#compare-leash .action__compare, #heart-leash .action__compare {
    position: absolute;
    top: 3px;
    right: 2px;
    font-size: 8px;
    color: white;
    background: var(--secondary-color);
    display: flex;
    justify-content: center;
    border-radius: 27px;
    z-index: 1;
    height: 16px;
    width: 16px;
    box-sizing: border-box;
    padding-top: .216rem;
    padding-left: 0px;
    font-weight: 500;
    display: flex;
    align-items: center;
    padding: 0;
    line-height: 1.3;
}

.actions__link-icon {
    position: relative;
    color: white;
}

.actions__link-icon i::before {
    transition: color .3s;
}
.favoriteMainIcon, .compareMainIcon {
    position: relative;
}

.actions__item:hover .actions__link-icon i::before {
    color: var(--accent-color);
}
.compareMainIcon .action__compare {
    left: 3px;
}
.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: 500;
    font-size: 14px;
    margin-top: 2px;
}

.cartCount {
    position: absolute;
    top: -7px;
    right: -9px;
    border-radius: 10px;
    background-color: var(--secondary-color);
    font-size: 8px;
    line-height: 0;
    min-width: 0;
    font-weight: 500;
    padding: 0;
    text-align: right;
    display: flex;
    justify-content: center;
    color: var(--primary-color);
    height: 16px;
    box-sizing: border-box;
    width: 16px;
    text-align: center;
    align-items: center;
}
.sticky-nav .owl-nav.disabled {
    display: none;
}
.cartCount {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    color: white;
    background-color: #d60000;
    font-size: 8px;
    line-height: 9px;
    padding: 4px;
    top: -10px;
    left: 6px;
    width: 9px;
    text-align: center;
    padding: 8px;
}

.basket-icon svg {
    fill: #fff;
    width: 21px;
}

.cartCountmob {
    position: absolute;
    top: 3px;
    right: -7px;
    border-radius: 10px;
    background-color: var(--secondary-color);
    font-size: 8px;
    display: flex;
    justify-content: center;
    color: var(--primary-color);
    height: 16px;
    width: 16px;
    text-align: center;
    align-items: center;
    box-sizing: border-box;

}
.cartCountmob.action__compare--opacity {
    opacity: 0;
} 
.cart-total.cart.empty .cartCount {
    display: none;
}

.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;
}

.head__inner_new .nav__main-search .search #search {
    margin-top: -2px;
}

.actions__item.cart-total {
    padding: 10px 20px;
}

.actions__item a {
    color: #1e262d;
    position: relative;
}
/*слайдер брендов на hero экране*/

.ab__txt__slider .sl_ab_item{
    height:105px;
    box-sizing:border-box;
    display:flex;
    align-items:center;
    justify-content:center;
}
.ab__txt__slider{   
    display: flex;
    gap: 5px;
    margin-bottom: 140px;
    padding: 0 10px;
    overflow: hidden;
    justify-content: space-between;
}
.ab__txt__slider .owl-stage {
    align-items: end;
}
.ab__txt__slider .owl-carousel .owl-stage{
    display:flex;
    align-items:center;
    justify-content:center;
}
.ab__txt__slider .owl-carousel .owl-stage{
    display:block;
}
.ab__txt__slider img {
    /*max-width: 125px;*/
    transition: all .2s;
    filter: brightness(0) invert(1) brightness(35.7%) saturate(0);
    
}
.ab__txt__slider .sl_ab_item {
    height: auto;
    box-sizing: border-box;
    display: flex;
    align-items: end;
    justify-content: center;
}
.sl_ab_item {height: auto;}
/*слайдер брендов на hero экране*/
/* блок a2c */
.a2c__wrapper {
    display: none;
    position: fixed;
    top: 50% !important;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 550px;
    width: 95%;
    box-sizing: border-box;
    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 {
    position: relative;
}

.a2c_close_m .fancybox-button {
    background-color: #ccc;
    top: -5px;
    right: -30px;
    border-radius: 50%;
    width: 32px;
    height: 32px;
}

.a2c__head {
    padding: 20px 0px 0px 0px;
    margin-bottom: 20px;
    font-size: 28px;
    font-weight: 300;
}

.a2c__cont {
    display: flex;
    align-items: center;
}

.a2c__img {
    margin-right: 20px;
    max-width: 150px;
    width: 100%;
}
.a2c__wrapper .popup__header-subtitle {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 20px;
}
.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;
}

.btn__grey2.grey_product.a2c_close_m.a2c_continue {
    position: relative;
    background-color: transparent;
    border: 1px solid #515c68;
    overflow: hidden;
    height: 42px;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 0 15px;
    cursor: pointer;
    padding-top: 13px!important;
    font-weight: 500;
    color: #4b4b4b;
    font-size: 13px;
    text-transform: uppercase;
}

.a2c_continue_key::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 42px;
    background: #f3f4f6 !important;
    animation-duration: 10.5s;
    animation-name: backBtn;
    z-index: -1;
}

@keyframes backBtn {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}

.added2card::after {
    content: '';
    opacity: 0;
    background-color: rgba(30, 30, 30, 0.87);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 1111111;
    transition: all 0.3s;
}

.added2card-active::after {
    opacity: 1;
}

#compare-leash .action__compare--opacity {
    display: none;
}

.action__compare__count {
    position: absolute;
    width: -webkit-fill-available;
    left: 1px;
}

.empty_cart {
    display: none;
}

/* Конец блок 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;
}
.logo__mob__top svg {
    width: 150px;
}
.logo__mob__top .container-animate-text__text {
    font-size: .51rem;
}
.logo__mob__top .container-animate-text {
    height: 12px;
}
.is-show {
    left: 0;
    transition: .5s;
    top: 40px;
    z-index: 222;
}

.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: #070b10;
}

.menu-mobile__panel::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #eaeaea;
}

.menu-mobile__close {
    padding: 10px 0;
    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;
    margin: 0;
    align-items: center;
}

.header-menu-mob-cat {
    padding: 0;
}
.header-menu-mob-cat-dynamice a{
    font-weight: 300!important;
}
.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: 500;
    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;
    overflow-y: scroll;
}
.menu-mobile__submenu .menu-mobile__list {
    margin-bottom: 125px;
}
.menu-mobile__back {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 60px;
    padding: 0 10px 0 15px;
    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;
}
.close_icnwtxt {
    font-weight: 500;
}
/* Конец header - menu */



.leftrow {
    background-color: #fff;
    border-radius: 20px;
}

.catalog-nav__list {
    padding: 5px 0 8px;
    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: 45px;
    margin-right: 0px;
}

.has-submenu>a:after,
.has-submenu>span:after {
    content: '';
    position: absolute;
    right: 37px;
    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: 19px;
}

.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(--secondary-color);
}

/* Конец 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: .8fr 2.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: 18px;
}

.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;
    margin-top: 8px;

}

.fn__col.fn__cat .nav__submenu__f li {
    margin-bottom: 10px;
}



.nav__submenu__f .fn__url,
.footer-fn__url--span {
    font-size: 14px;
    font-weight: 300;
    color: #b2b2b2;
    transition: .2s;
}

.fnb__inner .fnb__col.fnb__datelic .footer-linl__circl-link {
    color: #fff;
    font-size: 14px;
    cursor: context-menu;
}

.fn__row,
.fn__row .linkmail {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    margin-bottom: 21px;
    transition: .3s;
}

.fn__row {
    cursor: pointer;
}

.fn__row.fn__left-arrow {
    margin-bottom: 16px;
}

.fn__btnoutline__inner.b__fancy {
    margin-top: 18px;
    cursor: pointer;
}

.fn__btnoutline__inner.b__fancy .fnb__txt {
    display: block;
}

.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,
.fnr__img use,
.hp__block:hover .cls-1 {
    fill: var(--secondary-color) !important;
}

.menu_top.flexmenu .flexmenu__disable_link {
    color: #c3c3c3;
    
}

.docs__nav__top__inner,

.fnr__head.fnr__city {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 6px;
}

.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;
    display: block;
    transition: .2s;
    padding: 5px 0;
}

.fnr__head .i-cityselect__var--phone {
    padding: 0;
}

.fnr__head.fnr__city {
    padding: 0;
}

.fnr__info.b__fancy .fnr__head {
    padding-bottom: 3px;
}

.fnr__head.fnr__city svg {
    width: 12px;
    height: 12px;
}

.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;
    position: relative;
    top: 1px;
}

.fn__url__head.popularmob .svg-showmen {
    transform: rotate(180deg);
}

.docs__nav__top__inner {
    display: none;
}
.sticky .b-cityselect__city {
    border: none;
}
.fnr__city .location-choice__title {
    /*border-bottom: 1px dashed #fff;*/
    display: inline-block;
    font-size: 16px;
    transition: color .3s;
}

.fnr__info:hover .fnr__head.fnr__city .location-choice__title {
    color: var(--secondary-color);
   /* border-bottom: 1px dashed var(--secondary-color);*/
}

.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: 29px;
    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 .fnb__date .fnb__date-sitemap {
    font-size: 14px;
    color: #fff;
    transition: color .3s;
    white-space: nowrap;
}

.fnb__col .fnb__date .fnb__date-sitemap:hover {
    color: var(--secondary-color);
}

.fnb__col span {
    color: #b2b2b2;
    font-size: 12px;
}

.fnb__lic {
    display: inline-block;
    line-height: 14px;
}

.fnb__col a {
    text-decoration: underline;
    transition: .3s;
    color: #f9f9f9;
}

.fnb__col.fnb__datelic .fnb__lic a {
    font-size: 12px;
    transition: color .3s;
}

.fnb__col.fnb__datelic .fnb__lic a:hover {
    color: var(--secondary-color);
}

.fn__row svg .fill {
    fill: var(--secondary-color);
}

.fnr__phone path {
    stroke: var(--secondary-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: 15px;
}

/*
.nav__list__f .nav__has-submenu__f:last-child {
    margin-top: -50px;
}*/

.fnb__col .logo__top .st0 {
    fill: #fff;
}

/* Конец Footer */

/* Polmont */
.polmont {
    width: 100%;
    position: sticky;
    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;
    height: fit-content;
    transition: .3s;
}

.polmont_col.btn__new:hover {
    color: white;
}

.polmont_col.red_button {
    margin-left: 15px;
}

.polmont__exit {
    position: absolute;
    right: 30px;
    /*border: 1px solid;
    border-radius: 50%;
    padding: 4px;*/
    transition: .3s;
    height: 26px;
}

.polmont svg {
    max-width: 24px;
    stroke: #fff;
    fill: #fff;
    width: 24px;
}

.polmont__exit svg {
    border: 1px solid rgb(243 244 246 / 30%);
    border-radius: 50%;
    padding: 4px;
    transition: all .3s;
}

.polmont__exit svg:hover {
    border: 1px solid rgb(243 244 246 / 10%);
    transition: all .3s;
    cursor: pointer;
}

.polmont svg path {
    stroke: #fff;
    fill: #fff;
    transition: .3s;
    cursor: pointer;
}

.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 {
    background-color: #151515;
    left: 0 !important;
    top: 0 !important;
    width: 100%;
    border-radius: 0 !important;
    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 !important;
    right: -20px !important;
    top: 0 !important;
    left: auto !important;
}

.geo_hor .b-cityselect__notifier_triangle:before {
    content: '' !important;
    position: absolute !important;
    left: -20px !important;
    top: 4px !important;
    border: 10px solid transparent !important;
    border-left: 10px solid #545454 !important;
}

.geo_hor .b-cityselect__notifier_triangle:after {
    content: '' !important;
    position: absolute !important;
    left: -22px !important;
    top: 4px !important;
    border: 10px solid transparent !important;
    border-left: 10px solid rgb(21 21 21 / 95%) !important;
}

.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: 14px;
    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: 1111111;
}

.popup-overlay.popup-active {
    opacity: 1;
    visibility: visible;
    overflow: auto;
}

.popup-content {
    opacity: 0;
    transform: translateY(-20px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    background: #fff;
    padding: 25px 44px 15px 44px;
    border-radius: 20px;
    max-width: 500px;
    width: 100%;
}

.popup-content .multiform-body input[type=tel] {
    height: 54px;
    padding-left: 10px;
    width: 100%;
}

.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;
    background-color: var(--secondary-color);
}

.fancybox-button svg {
    display: block;
    overflow: visible;
    position: relative;
    width: 16px;
    height: 16px;
}

.fancybox-button svg path {
    fill: #fff;
    stroke-width: 0;
}

.popup-content * {
    transition: none;
}

.popup-content button {
    text-transform: uppercase;
    transition: all .3s;
}

.popup-content button:hover {
    background-color: var(--secondary-color);
}

.polmont__txt {
    color: white;
    font-weight: 500;
    height: 15px;
}

/* Конец Попапы */
/* features_block */

.features_block .group {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.features_block .owl-carousel .owl-stage {
    padding-bottom: 20px;
}

.group {
    padding: 0;
}

.group .feature-li-wrap {
    width: auto;
    display: flex;
    height: 115px;
    padding: 6px 14px 6px 24px;
    font-weight: 500;
    color: inherit;
    align-items: flex-start;
    z-index: 1;
    transition: .3s ease-in-out;
    flex-direction: row-reverse;
    background-color: white;
    border-radius: 20px;
    box-sizing: border-box;
    justify-content: start;
    gap: 20px;
}
.feature-li-wrap__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px!important;
    height: 30px;
    border: 1px solid var(--secondary-color);
    border-radius: 50%;
    color: var(--secondary-color)!important;
    font-size: 15px!important;
    font-weight: 500;
    box-sizing: border-box;
    padding-top: 1px;
    position: absolute;
    right: 15px;
    top: 15px;
}

.txt__icons {
    display: flex;
    height: 100%;
    flex-direction: column;
    align-items: flex-start;
    white-space: nowrap;
    justify-content: center;
    gap: 15px;
}
.ef__head h2 {
    display: block;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #efefef;
    color: #070b10;
    font-size: 18px;
    font-weight: 500;
    margin-top: 0;
}
.features_block span, .features_block h3 {
    color: #070b10;
    line-height: 1.2rem;
    font-size: 16px;
    font-weight: 500;
    width: -webkit-fill-available;
    margin: 0;
}

.features_block .owl-dots {
    display: flex;
    justify-content: center;
}

.features_block .owl-dots span {
    color: #070b10;
    line-height: 1.2rem;
    font-size: 16px;
    font-weight: 500;
    width: 7px !important;
    height: 7px !important;
    display: block;
    background: #D6D6D6;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    margin: 5px 7px;
    border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span {
    background: var(--secondary-color) !important;
}

.owl-carousel .owl-item img {
    width: 45px;
    margin-top: 0px;
    margin-right: 15px;
}

.owl-carousel .owl-item .feature-li-wrap img {
    margin-top: 6px;
    margin-right: -23px;
    width: 42px;
    transform: rotate(-24deg);
    overflow: hidden;
}

.features_block span.arr-left,
.features_block span.arr-right {
    width: 12px;
}

.features_block div.owl-prev,
.features_block div.owl-next {
    transition: all .3s;
}

.features_block div.owl-prev:hover,
.features_block div.owl-next:hover {
    background-color: var(--secondary-color) !important;
}

.features_block div.owl-prev svg path,
.features_block div.owl-next svg path {
    transition: all .3s;
}

.features_block div.owl-prev:hover svg path,
.features_block div.owl-next:hover svg path {
    fill: white;
}

.features_block span.arr-left {
    transform: rotate(-90deg);
}

.features_block span.arr-right {
    transform: rotate(90deg);
}

.b-cityselect__list li:last-child span {
    display: none !important;
}


.fn__cat .nav__f ul {
    padding: 0;
    margin: 0;
}

.fn__cat .nav__f li {
    margin-bottom: 18px;
}

.clickOverlay {
    position: absolute;
    width: 100%;
    box-sizing: border-box;
    height: 100vh;
}

input.multiform-error-field {
    background: #ffcccc !important;
    border: 1px solid #ffcccc !important;
}

.errormsg, .errormsgNew {
    display: none !important;
    font-size: 12px !important;
    color: orangered !important;
    font-weight: 500;
    font-style: normal !important;
    margin: 3px 0 0 0 !important;
}
.errormsgNew {
    padding: 5px;
}
.multiform-error-field input[type="checkbox"]::after {
    background-color: #ffcccc !important;
    border-color: #ffcccc !important;
}

.multiform-error-field input[type="checkbox"]::before {
    color: #ffcccc !important;
}

.multiform-errorfld {
    position: relative;
}

.multiform-wrap .multiform-errorfld {
    text-align: left !important;
}

.multiform-errorfld em.errormsg {
    display: block !important;
    position: absolute;
    left: 0;
    top: -7px;
    border: none !important;

}

input:-internal-autofill-selected {
    appearance: none;
    background-color: transparent !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 1000px #f9f9f9 inset !important;
    -webkit-text-fill-color: #333 !important;
}

input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%2344a326"><path d="M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"/></svg>') no-repeat;
    width: 16px;
    height: 16px;
    cursor: pointer;

}

.couponair_stick .promo-content .btn-default {
    background-color: var(--secondary-color);
    color: white;
    transition: opacity .3s;
    text-transform: uppercase;
    font-size: 12px;
}

.couponair_stick .promo-content .btn-default:hover {
    opacity: .9;
}

.popup-content svg {
    overflow: unset;
    position: unset;
}

.popup-content .fancybox-button {
    padding: 0;
}

.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;
    top: auto!important;
    bottom: 67px;
    z-index: 9999999;
    right: 15px;
    opacity: 0;
    transition: opacity .6s;
}

.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: 500;
    letter-spacing: .2px;
}

.cookie-popup__texts p {
    color: white;
    margin: 5px 0 0 0;
}

.cookie-popup__texts p a {
    color: white;
    transition: all .3s;
}
.cookie-popup__texts p a:hover {
    color: var(--secondary-color);
}
.cookie-overlay-loaded {
    opacity: 1;
}

/* new styles */

.top_line_wrapper .cartTotal {
    margin-top: 1px;
    font-weight: 800;
    color: rgb(95, 95, 95);
}

.head__inner {
    justify-content: start;
}
.up_cats a, .up_cats span {
    font-size: 17px;
    font-weight: 500;
}
.up_cats span {
    cursor: pointer;
    display: inline-block;
    padding-right: 20px;
    white-space: nowrap;
    transition: color .3s;
}
.up_top_line.headerfix svg .st0{
    fill: none;
}
.up_cats li, .sticky-nav__menu li {
    list-style: none!important;
}

.button__menu:hover .menu-bot, .button__menu:hover .container__hamburger svg path {
    color: var(--accent-color);
    stroke: var(--accent-color);
}
.header .i-cityselect__var--phone {
    display: inline-block !important;
    padding: 5px 0px 5px 0px !important;
    font-size: 18px !important;
    color: #070b10 !important;
    font-weight: 700 !important;
    font-family: 'Museo Sans' !important;
}

.header .b-cityselect__wrapper {
    display: inline-block;
    position: relative;
}

.header .b-cityselect__city .location__top {
    margin-right: 3px;
    margin-bottom: 2px;
}

.header .location__top {
    max-width: 15px;
}
.header .location__top__header{
    display: block!important;
    margin-right: 5px;
}
.header .Icons_locationArrow__gDL3c {
    display: none!important;
}
.header .class__top__bottom_header {
    display: none!important;
}
.header .class__top__bottom_header{
    display: block!important;
    right: -8px;
    position: absolute;
    width: 17px;
}
.header .class__top__bottom_header path{
    fill: #070b10!important;
}
.header .location-choice__title {
    display: inline-block;
    font-size: 16px;
    color: #070b10;
    font-weight: 300;
    font-family: 'Museo Sans';
    cursor: pointer;
    margin-right: 15px;
}


#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: 50px;
    font-family: 'Museo Sans';
}


#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 .cartCount {
    left: 15px;
}

.menu-mobile__panel .cartText {
    margin: 0;
}

.icn__cat svg {
    max-width: 18px;
    margin-top: 5px;

}

.menu__bottom {
    display: flex;
    align-items: center;
}


.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 {
    transform: rotateZ(180deg);
    width: 16px;
}
/*
.region__top .b-cityselect__city svg{
    transform: rotateZ(90deg);

}*/
div.b-cityselect__city svg {
    width: 14px;
    margin-right: 6px;
    order: 2;
}
.up_menu .b-cityselect__wrapper .b-cityselect__notifier_description {
    font-size: 18px;
    line-height: 36px;
}

.up_menu .region__top {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.up_menu .b-cityselect__city {
    display: flex;
    align-items: center;
}


.up_menu .b-cityselect__list a {
    color: #070b10
}

.up_menu .b-cityselect__list a:hover {
    color: #d60000;
}
.cartText a {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #070b10;
    font-size: 14px;
    font-weight: 500;
    margin-left: -5px;
}
.header__mob__botline .cartText a {
    margin-left: 0;
}

/*
.minicart_wrapper svg {
    width: 32px;

}*/
#svg_auth {
    height: 17px; 
    margin-top: 1px;
    stroke-linecap: round;

}
#svg_basket {
    width:20px; 
    overflow:visible;
    margin-right: 5px;
}
#svg_compare{
    margin-top: -1px;
}
#svg_search {
    width: 33px;
    margin-top: 1px;
}
.minicart_wrapper svg rect,
.minicart_wrapper svg path {
    fill: #070b10;
}

.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: #d60000;
    text-decoration: none;
}

.logoimg {
    max-width: 310px;
    margin-top: 3px;
    width: 100%;
    min-width: 200px;
}

.up_cats {
    text-align: left;
}

.up_cats a, .up_cats span {
    display: inline-block;
    padding: 5px 20px;
    color: #070b10;
    white-space: nowrap;
    transition: color .3s;

}
.left300px .breadcrumbs {
    margin-bottom: 0;
}
.left300px .category-name {
    font-weight: 300;
    margin-top: 10px;
    font-size: 36px;
}
.up_cats a:hover {
    color: var(--accent-color)
}
.up_cats a:not([href]):hover {
    color:#070b10;
    cursor: default;
}
.basket-icon svg path {
    fill: #fff !important;
    width: 21px;
    margin-top: 5px;
}
.minicart a {
    transition: all 0.3s ease;
}
.minicart a:hover {
    color: var(--secondary-color);
}
.top_line_wrapper .login_up2 i {
    color: #7B7B7B;
}
.login_up2:hover {
    opacity: 1;
    background: var(--accent-color);
    text-decoration: none;
}
.login_up2 .bottom__part__col {
    padding: 0;
}
.footer__new .fn__row.fn__left-arrow .b-cityselect__city svg {
    display: none;
}

.tabs__content-flex {
    display: flex;
    gap: 10px;
}

.tags-list {
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0 -5px;
    display: flex;
    align-items: center;
    font-weight: normal;
    flex-grow: 1;
    min-width: 1px;
}
.tags-list > li {
    padding: 5px 5px;
    white-space: nowrap;
}
.tags-list > li > a {
    display: block;
    padding: 7px 11px;
    line-height: 1;
    border-radius: 8px;
}

.tags-list__item a {
    background-color: #ffffff;
    color: #070b10;
    transition: color .3s;
    font-size: 14px;
}
.tags-list__item:hover a {
    color:  var(--secondary-color)
}
.tags-list__more.hidden  {
    display: none;
}
/* Finish new styles */

/*бренды*/
.brand-wrap .tabs__content-col {
    padding: 0;
    margin-top: 15px;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    right: 20px;
}
.brand-wrap .tabs__content-col img {
    width: 100%;
    max-width: 140px;
}
.left300px .center_wrapper {
    position: relative;
}
.multiform-wrap.default-theme .errormsg, .default-theme .multiform-mask-error {
    padding: 0!important;
}
/*бренды*/
.product__label.cash__label.product__label_v2.promo-code-click {
    padding-top: 0!important;
    text-wrap: nowrap;
}
.minicart_wrapper a svg path {
    transition: fill .3s;
}
.minicart_wrapper > a:hover svg path {
    fill: var(--secondary-color);
}
.cartText:hover #svg_basket path, .cartText:hover #svg_basket circle{
 fill: var(--secondary-color);
}
.popularmob {
    display: none !important;
}
.header__mob__inner #svg_basket{
    width: 21px;
}
@media (max-width:1279px) {
    .polmont_col.pol_btn_mb svg {
        display: block;
        margin-top: 4px;
    }

    .polmont__txt {
        display: flex;
        align-items: center;
    }
    .header .up_cats a, .header .up_cats span {
        padding: 5px 15px;
    }
}

@media (max-width:1250px) {

    .sticky-nav__item a {
        padding: 8px 8px!important;
    }
    
}

@media (max-width:1200px) {

    .up_cats.red_color.menu__bottom > ul {
        padding-left: 15px;
    }
    .head__inner_new .logo__top svg {
        width: 180px;
    }
    .minicart #svg_basket + span {
        display: none;
    }
    .minicart #svg_basket {
        margin-right: 0;
    }
    
}
@media (max-width:1130px) {
    .header .up_cats a, .header .up_cats span {
        font-size: 16px;
    }
    .sticky-nav__item a {
        padding: 8px 8px!important;
    }
}

@media (max-width:1090px) {
    .sticky-nav__item a {
        height: 32px!important;
        padding: 8px 8px!important;
    }

    
}



@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%;
    }
    .up_menu .up_cats.red_color.menu__bottom {
        flex: auto;
    }
    .header .up_cats a {
        padding: 5px 10px;
    }
    .header .up_cats span {
        padding: 5px 10px;
    }
   
}
@media (max-width:1060px) {
    .header .up_cats a {
        padding: 5px 8px;
    }
    .header .up_cats span {
        padding: 5px 8px;
    }
    .head__inner_new .logo__top svg {
        width: 150px !important;
    }
    
}

@media (max-width:1040px) {
    .head__inner_new .button__menu .menu__new {
        left: 165px;
    }
    
}

@media (max-width:999px) {
    .pol_btn_ds {
        display: none;
    }

    .footer__new {
        padding-bottom: 70px;
    }

    .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.populardesk {
        display: none;
    }

    .nav__submenu__f {
        display: none;
    }

    .nav__list__f {
        grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
        gap: 20px;
    }

    .fn__col.fn__cat.nav__list__f {
        display: flex;
        flex-direction: column;
    }

    .fn__col.fn__cat.nav__list__f li {
        margin-bottom: 20px;
    }

    .fn__col.fn__cat .nav__submenu__f li {
        margin-bottom: 10px;
    }

    .fn__col.fn__cat.nav__list__f li:last-child {
        margin-bottom: 0;
    }

    .nav__list__f .nav__has-submenu__f:last-child {
        margin-top: 0;
    }

    .features_block_middle .group .feature-li-wrap {
        padding: 0px 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;
    }

    .itemInner {
        text-align: center;
    }

    .nav__has-submenu__f.second_menu_f {
        padding-top: 0;
    }

    .header .i-cityselect__var--phone {
        font-size: 15px !important;
    }
    .header .location-choice__title {
        font-size: 14px;
    }
    .up_cats.red_color.menu__bottom > ul {
        padding-left: 5px;
    }
    .header .up_cats span {
        padding-right: 8px;
    }
    .up_cats.red_color.menu__bottom > ul > li:not(.button__menu) {
        display: none;
    }
    .up_menu .head__inner_new {
        gap: 15px;
    }
    .header .up_cats li.button__menu > span {
        font-size: 17px;
    }
    .popularmob {
        display: block !important;
    }
}


@media (max-width: 990px) {
    .open_geo .header__mob {
        margin-top: 90px;
        transition: all .3s;
    }
    .popup-overlay.popup-active .popup-content {
        padding: 10px 25px;
    }
    .head__inner_new .button__menu .menu__new {
        left: 25px;
    }
    .popup__header-title.head_all {
        font-size: 22px;
    }
    .footer__new__bot .fnb__col:last-child {
        max-width: 95%;
    }
    .fancybox-stage .fancybox-content {
        padding: 10px 25px;
    }
    
}
@media (max-width: 950px) {
    .header .up_cats a, .header .up_cats span {
        font-size: 15px;
    }
    .header .up_cats li.button__menu > span {
        font-size: 17px;
    }
}
@media (max-width: 830px) {
    .sticky-nav__item a {
        font-size: 12px!important;
    }

}
@media (max-width: 800px) {
    .features_block_middle .group .feature-li-wrap {
        gap: 12px;
    }

    .head__inner_new .subm_inner1 {
        min-width: 330px;
    }

    .head__bot_l__new-wrap,
    .head__bot_l__new,
    .head__inner_new {
        gap: 15px;
    }

    .actions__item {
        margin-right: 10px;
    }

    .logo__top-desc .limg {
        max-width: 30px;
        margin-right: 5px;
    }

    .head__inner_new .logo__top svg {
        width: 122px;
    }

    .logo__top-desc .logo__text {
        font-size: .46em;
    }
}

@media (max-width: 767px) {
    .breadcrumbs {
        padding-left: 0;
        margin-left: 2px;
    }
    .sticky-nav__item a {
        gap: 3px!important;
        flex-direction: column!important;
        height: 54px !important;
        text-align: center!important;
    }
    .footer__new {
        padding-bottom: 100px;
    }
    .multiform-wrap.categories_manager.default-theme .multiform-gap-fields input {
        height: 44px;
    }

}

@media (max-width: 738px) {
    .icons__mob__cont {
        margin-right: 7px;
    }

    div.center_wrapper {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (max-width:678px) {
    .b-cityselect__change {
        width: 100%;
        box-sizing: border-box;
    }

    .menu-bot__visible {
        display: none;
    }

    .head__inner_new .menu__new_btn {
        width: 100%;
    }

    #cityselect__change .b-cityselect__change_info {
        font-size: 24px;
    }

    .footer__new .footer__new__inner {
        grid-template-columns: repeat(auto-fill, 50%);
        gap: 0;
    }

    .nav__has-submenu__f {
        margin-bottom: 7px;
    }

    .footer__new__inner .fn__cat {
        order: 3;
    }

    .footer__new a,
    .footer-fn__url__head--span,
    .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: 17px;
    }

    .features_block_middle .group .feature-li-wrap {
        gap: 10px;
    }
    .fn__col.fn__cat .nav__list__f .has_chiild__f {
        margin-bottom: 10px;
    }

    .fn__col.fn__cat .nav__list__f {
        column-gap: 9px;
        row-gap: 0;
    }



    .carousel__item .feature-discounts {
        gap: 0;
    }

    .fn__row.fn__btnoutline,
    .fn__btnoutline__inner.b__fancy {
        margin: 0;
    }

    .fn__row.fn__min {
        margin-bottom: 13px;
    }

    .fn__col.fn__cat.nav__list__f {
        grid-column: 1 / -1;
    }

}

@media (max-width:670px) {

    .features__new .swiper-button-next.swp_bt_next0,
    .features__new .swiper-button-prev.swp_bt_pre0 {
        display: none;
    }

    .actions__link.cart-summary .actions__txt-cart {
        display: none;
    }

    .actions__item.cart-total {
        padding: 10px;
    }
    .slideList.parent_sl .swiper-button-next, .slideList.parent_sl .swiper-button-prev {
        display: none;
    }
}
@media (max-width:600px) {

    .features_block_middle .owl-carousel .owl-item img {
        margin: 10px auto 10px auto !important;
    }

    .features_block span, .features_block h3 {
        max-width: 100%;
    }
    .features_block .txt__icons__head {
        font-size: 14px;
    }
    .feature-li-wrap__icon {
        right: 15px;
    }
    .features_block span:last-child {
        font-size: 13px !important;
    }
    .feature-li-wrap.feature-online .font-icon2 {
        margin-top: 13px;
        margin-top: 0 !important;
    }

    .feature-li-wrap.feature-discounts .font-icon2 img {
        margin-bottom: 0 !important;
        margin-top: 0 !important;
    }

    .feature-li-wrap.feature-montazh .font-icon2 img {
        margin-top: 12px !important;
    }

    .feature-li-wrap.feature-delivery .font-icon2 img,
    .feature-li-wrap.feature-time .font-icon2 img,
    .feature-li-wrap.feature-onScklad .font-icon2 img {
        margin-bottom: 0 !important;
        margin-top: 0 !important;
    }

    .feature-li-wrap.feature-onScklad .font-icon2 img {
        margin-top: 3px !important;
    }

    .feature-li-wrap.feature-online .font-icon2 img {
        margin-top: 13px !important;
        margin-bottom: 11px !important;
    }

    .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;
    }
    .features_block span, .features_block h3 {
        line-height: normal;
    }
}

@media (max-width:550px) {
    .popup-overlay .popup-content {
        margin: 20px 10px!important;
        padding: 16px 16px 11px 16px!important;
    }
    .popup__header-title.head_all {
        font-weight: 500;
        margin-top: 0;
    }
    .popup-content div.multiform-body {
        padding-bottom: 0;
    }
    .popup-content .multiform-gap-field .multiform-gap-option span {
        font-size: 12px;
        line-height: 1.2;
    }
    
    .feature-li-wrap__icon {
        position: unset;
        padding: 10px 0;
    }
    .features_block_middle .group .feature-li-wrap {
        flex-direction: column;
        padding: 14px 10px 14px 10px;
        height: 165px;
    }
    #cityselect__change {
        padding: 50px 20px 40px 20px;
    }

    #cityselect__change .b-cityselect__list .i-cityselect__set_city {
        font-size: 13px;
    }
    .a2c__wrapper {
        padding: 10px;
    }
    .a2c_close_m .fancybox-button {
        top: 5px;
        right: 5px;
    }

    .expert__filter {
        padding: 0;
        min-width: auto;
    }

    .nav__main-search {
        display: none;
    }

    .menu-bot__visible {
        display: inline;
    }

    .ef__img {
        width: 230px;
        height: 230px;
    }

    .features_block_middle .owl-carousel .txt__icons {
        gap: 0;
    }

    .polmont__exit {
        position: unset;
    }

    .group .feature-li-wrap .txt__icons .txt__icons__head {
        font-size: 13px;
        text-wrap: balance;
        text-align: center;
        line-height: 1.2;
        margin-bottom: 5px;
    }
    .features_block span:last-child br {
        display: none;
    }
    .features_block span:last-child {
        font-size: 12px !important;
        text-align: center;
        text-wrap: wrap;
        line-height: 1.3;
    }
    .feature-li-wrap__icon {
        margin:  0 auto!important;
    }
    .features_block_middle .owl-carousel .txt__icons {
        width: 100%;
        justify-content: flex-start;
    }

    .popup-content {
        padding: 10px 20px;
    }

    .couponair_stick .promo-content {
        min-width: 260px;
        left: 0px;
        box-sizing: border-box;
        width: 100%;
    }

    .promo-code-content.promo-content .promo-elem-text {
        font-size: 16px;
    }

    .couponair_stick .promo-content .promo-code-content__title {
        font-size: 13px;
    }

    .btn__grey2.grey_product.a2c_close_m.a2c_continue {
        flex-basis: 55%;
        text-align: center;
        font-size: 12px;
    }
    .a2c__btns .btn__new.red_button {
        flex-basis: 45%;
    }
    .a2c__btns .red_button a {
        justify-content: center;
        font-size: 12px;
    }
    .nav__has-submenu__f .nav__submenu__f .fn__url {
        font-size: 13px;
    }

    .footer__new__bot.center_wrapper {
        padding-top: 20px;
    }

    .footer__new .footer__new__inner {
        grid-template-columns: 1fr 1fr;
    }

    .polmont svg {
        max-width: 20px;
    }

    #cityselect__change .b-cityselect__change_info {
        font-weight: 500;
        font-size: 22px;
        text-align: center;
        margin-bottom: 20px;
    }

    .sticky-nav .sticky-nav__menu {
        gap: 5px!important;
    }
    .sticky-nav__item a {
        padding: 8px 5px !important;
    }
    .sticky-nav__item a {
        height: 42px!important;
    }
    .a2c__wrapper .a2c__head {
        font-size: 22px;
        font-weight: 500;
        max-width: 80%;
    }
    .btn__grey2.grey_product.a2c_close_m.a2c_continue {
        padding-right: 0;
        padding-left: 0;
    }
    .popup-overlay.popup-active .popup-content .fancybox-button{
        top: 14px;
        right: 14px;
        width: 28px;
        height: 28px;
    }
}

@media (max-width:480px) {
    .menu-bot__visible {
        display: none;
    }

    .a2c__head {
        font-size: 22px;
        font-weight: 500;
    }

    /* .sticky-nav__item a span {
        display: none;
    }
    .sticky-nav__item a {
        height: 23px !important;
    } */
}

@media (max-width:450px) {
    .a2c__btns {
        flex-direction: column;
        gap: 5px;
    }

    .a2c__btns .red_button a {
        justify-content: center;
    }

    .a2c__btns .btn__new {
        width: 100%;
        box-sizing: border-box;
    }

    .btn__grey2.grey_product.a2c_close_m.a2c_continue {
        flex-basis: 100%;
        text-align: center;
        min-height: 42px;
        display: block;
        width: 100%;
    }
    .a2c__btns {
        gap: 7px;
    }
    .a2c__head {
        padding-right: 34px;
        padding-top: 7px;
    }
    .popup__header-title.div_h2.head_all {
        margin-bottom: 12px;
    }
    .a2c__wrapper .popup__header-subtitle {
        text-align: center;
    }
    .a2c__btns .btn__new.red_button {
        padding: 15px 0 13px 0;
    }
    .a2c__btns .red_button a {
        padding: 0;
    }
    .a2c__cont {
        flex-direction: column;
    }

    .a2c__img {
        margin-right: 0;
    }

    .a2c__name {
        font-size: 16px;
        text-align: center;
    }

    .fancybox-wrap {
        width: 98% !important;
        left: 4px !important;
        right: 5px !important;
    }

    .fancybox-skin .fancybox-inner {
        width: 100% !important;
        height: auto !important;
    }

    .cartCount {
        font-weight: 100;
    }

    .sticky-nav__item a {
        font-size: 11px!important;
        padding: 8px 1px!important;
    }
    .a2c__wrapper .a2c__head {
        max-width: 100%;
        padding-right: 0;
        text-align: center;
    }
}

@media (min-width: 910px) {
    .category__products__button .product__badge {
        margin-bottom: 10px;
    }

    .category__products__button .price_count.zp_price {
        margin-bottom: 10px;
    }
}
@media (max-width:430px) {
    .features_block_middle .group .feature-li-wrap {
        height: 150px;
        padding-top: 19px;
        gap: 12px;
    }
}

@media (min-width: 381px) and (max-width: 409px) {

    .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: 13px !important;
    }

    .nav__has-submenu__f .fn__url__head a {
        font-size: inherit;
    }
}

@media (max-width:400px) {
    .group .feature-li-wrap .txt__icons .txt__icons__head {
        font-size: 12px;
    }
    .features_block_middle .group .feature-li-wrap {
        height: 150px;
    }
    #cityselect__change .b-cityselect__list_wrapper ul li {
        margin-right: 7px;
    }

    .b-cityselect__list_wrapper ul {
        margin-left: 1px;
    }
    .features_block_middle .group .feature-li-wrap {
        text-wrap: wrap;
    }

    .features_block_middle .owl-carousel .owl-item img {
        margin-left: unset !important;
    }

    .footer__new .fn__col:last-child {
        margin-bottom: 30px;
    }
}
@media (max-width:390px) {
    .a2c__wrapper .a2c__head {
        padding-right: 20px;
        text-align: center;
    }
}
@media (max-width:380px) {
    .polmont svg {
        max-width: 20px;
    }

    .polmont_col {
        font-size: 14px;
    }

    .footer__new .footer__new__inner {
        grid-template-columns: repeat(auto-fill, 100%);
    }

    .b-cityselect__list_wrapper ul {
        flex-wrap: wrap;
        row-gap: 4px;
    }

    #cityselect__change .b-cityselect__list_wrapper {
        align-items: baseline;
        gap: 3px;
    }

    .footer__new {
        padding-top: 30px;
    }

    .owl-carousel .owl-item img {
        width: 38px;
        margin-top: 12px;
    }



    .fn__col.fn__info {
        order: 2;
    }

    .fn__col.fn__info .nav__list__f {
        margin-bottom: 50px;
    }

    .footer__new__bot .fnb__col:last-child {
        max-width: 100%;
    }

    #cityselect__change {
        padding: 50px 10px 40px 10px;
    }

    #cityselect__change .b-cityselect__head {
        font-size: 13px;
    }

    #cityselect__change .b-cityselect__list .i-cityselect__set_city {
        font-size: 12px;
    }
    .slideList .product__buttons__buy > form {
        gap: 5px;
    }
    .features_block_middle .group .feature-li-wrap {
        height: 160px;
    }
}

@media (max-width:370px) {
    .a2c__wrapper .a2c__head {
        padding-right: 30px;
    }
}

@media (max-width:340px) {
    .polmont_col {
        font-size: 13px;
    }

    .group .feature-li-wrap .txt__icons .txt__icons__head {
        font-size: 11px;
        line-height: 14px;
    }

    .group .feature-li-wrap .txt__icons .txt__icons__text {
        line-height: 16px;
    }

    .polmont__exit {
        margin-top: 3px;
    }

    .polmont svg {
        max-width: 16px;
    }
}