@font-face {
    font-family: 'Sansation';
    font-display: swap;
    src: url('../fonts/SansationRegular.woff') format('woff'),
    url('../fonts/SansationRegular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Sansation';
    font-display: swap;
    src: url('../fonts/SansationBold.woff') format('woff'),
    url('../fonts/SansationBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
}

*,
*::before,
*::after {
    box-sizing: border-box;
    overflow-wrap: break-word;
    word-break: break-word;
}

input[type="checkbox"] {
    accent-color: #006bde;
}

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
    margin: 0;
    padding: 0;
}

ul,
ol {
    list-style: none;
}

aside,
nav,
footer,
header,
section,
article {
    display: block;
}

body {
    min-height: 100vh;
    line-height: 1;
    text-rendering: optimizeSpeed;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

:focus,
:active {
    outline: none;
}

a {
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
}

button,
a {
    cursor: pointer;
    color: inherit;
    font-family: inherit;
}

[role='button'],
button,
a,
div {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

button {
    display: block;
    outline: none;
    border: none;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

input,
textarea,
select {
    font: inherit;
}

input::-ms-clear {
    display: none;
}

input[type='text'],
input[type='email'],
input[type='tel'],
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

img,
picture {
    max-width: 100%;
    display: block;
}

svg {
    display: block;
}

h1,
h2,
h3,
h4 {
    font: inherit;
}

html {
    font-size: 10px;
    scroll-behavior: smooth;
}

html::-webkit-scrollbar {
    width: .4em;
}

html::-webkit-scrollbar,
html::-webkit-scrollbar-thumb {
    overflow: visible;
    border-radius: 4px;
}

html::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, .2);
}

:root {
    --fs: 1.6rem;
}

body {
    min-width: 320px;
    font-family: 'Sansation', sans-serif;
    color: #505050;
    font-size: 1.6rem;
    font-weight: 400;
    background-color: #fff;
}

body._lock {
    overflow: hidden;
}

body:not(._touch) .productCalc__btn:hover {
    color: #fff !important;
    background-color: #006bde !important;
}

body:not(._touch) .prodCard__anchor:hover {
    color: #006bde;
}

body:not(._touch) .prodCard__anchor:hover svg {
    fill: #006bde;
}

body:not(._touch) .prodCard__controlBtn:hover:nth-child(2) svg {
    stroke: #006bde;
    fill: transparent;
}

body:not(._touch) .prodCard__controlBtn:hover svg {
    fill: #006bde;
}

body:not(._touch) .fileBox label:hover {
    color: #006bde;
}

body:not(._touch) .fileBox label:hover svg {
    stroke: #006bde;
}

body:not(._touch) .compareSlider__btn:hover {
    background-color: #fff;
}

body:not(._touch) .compareSlider__btn:hover svg {
    fill: #006bde;
}

body:not(._touch) .card__delete:hover {
    background-color: #fff;
}

body:not(._touch) .card__delete:hover svg {
    fill: #006bde;
}

body:not(._touch) .productCalc__counterBtn:hover {
    color: #aaa;
}

body:not(._touch) .productCalc__counterBtn:active {
    color: #006bde;
}

body:not(._touch) .productCalc__del:hover svg {
    stroke: #006bde;
}

body:not(._touch) .productCalc__del:active svg {
    stroke: #000;
}

body:not(._touch) .basket__btn:hover {
    color: #fff !important;
    background-color: #006bde !important;
    border-color: #006bde !important;
}

body:not(._touch) .history__submit:hover {
    background-color: #006bde;
    color: #fff;
}

body:not(._touch) .history__smileBox:hover svg {
    fill: #006bde;
}
body:not(._touch) .history__action:hover svg,
.history__action:focus-visible svg,
.history__action:active svg{
    color:#006BDE;
}
body:not(._touch) .history__spollerTrigger:hover svg {
    color: #006BDE;
}
body:not(._touch) .history__spollerTrigger:hover svg { color:#006BDE; }
body:not(._touch) .history__spollerTrigger:hover svg,
.history__spollerTrigger:focus-visible svg,
.history__spollerTrigger:active svg,
.history__spollerTrigger[aria-expanded="true"] svg{ color:#006BDE; }


body:not(._touch) .brands__tabsEl:hover:before,
body:not(._touch) .brands__tabsEl:hover:after {
    background-color: #9af3ef !important;
}

body:not(._touch) .brands__cardBrand:hover:before {
    background-color: #fff;
    border-color: #006bde;
}

body:not(._touch) .calculatorItemImg:hover {
    transform: translate(-50%, -50%) skewX(18deg) scale(1.1);
}

body:not(._touch) .calculatorItemImg {
    cursor: pointer;
    transition: transform 0.3s ease;
}

body:not(._touch) .productsTmp__sortItem > span:hover,
body:not(._touch) .productsTmp__sortItem > span:active {
    color: #006bde;
}

body:not(._touch) .productsTmp__sortItem > span:hover svg,
body:not(._touch) .productsTmp__sortItem > span:active svg {
    fill: #006bde;
}

body:not(._touch) .gallery__imgBox img:hover,
body:not(._touch) .brands__imgBox img:hover {
    transform: scale(1.1);
}

body:not(._touch) .add:hover {
    background-color: #006bde;
    color: #fff;
}

body:not(._touch) .menu__link:hover {
    color: #505050;
    background-color: #fff;
}

body:not(._touch) .social__link:hover {
    background-color: #006bde;
}

body:not(._touch) .infoPanel__btn:hover svg {
    fill: #006bde;
    stroke: transparent;
}

body:not(._touch) .infoPanel__btn:hover .infoPanel__svg--heart {
    fill: #006bde;
}

body:not(._touch) .catalogControl__btn {
    flex: 0 0 auto;
}

body:not(._touch) .catalogControl__btn:hover {
    background-color: #006bde;
    color: #fff;
}

body:not(._touch) .catalogControl__btn:hover svg {
    fill: #fff;
}

body:not(._touch) .catalogControl__searchBtn:hover svg {
    fill: #006bde;
}

body:not(._touch) .header__item--drop:hover,
body:not(._touch) .header__navLink:hover,
body:not(._touch) .products__link:hover,
body:not(._touch) .link:hover {
    cursor: pointer;
    color: #006bde;
}

body:not(._touch) .header__item--drop:hover svg {
    fill: #006bde;
}

body:not(._touch) .products__img {
    cursor: pointer;
    transition: transform 0.3s ease;
}

body:not(._touch) .products__img:hover {
    transform: translate(-50%, -50%) skewX(18deg) scale(1.1);
}

body:not(._touch) .newItems__tabsEl:hover {
    background-color: #fff;
}

body:not(._touch) .newItems__tabsEl:hover:before,
body:not(._touch) .newItems__tabsEl:hover:after {
    background-color: #006bde;
    border: 2px solid #006bde;
}

body:not(._touch) .newItems__tabsEl:hover,
body:not(._touch) .newItems__tabsEl:hover {
    color: #fff !important;
}

body:not(._touch) .newItems__tabsEl:hover:after {
    border-left: none;
}

body:not(._touch) .productsTmp .newItems__tabsEl:hover {
    background-color: #006bde;
    color: #fff;
}

body:not(._touch) .productsTmp .newItems__tabsEl:hover:before,
body:not(._touch) .productsTmp .newItems__tabsEl:hover:after {
    background-color: #006bde;
    border: 2px solid #006bde;
}

body:not(._touch) .productsTmp .newItems__tabsEl:hover:after {
    border-left: none;
}

body:not(._touch) .newItems__sliderBtn:hover svg {
    fill: #006bde;
}

body:not(._touch) .newItems__sliderBtn:hover.swiper-button-disabled {
    fill: #d6d6d6;
}

body:not(._touch) .prodCard__icon--share:hover svg {
    fill: #006bde;
}

body:not(._touch) .prodCard__icon--like:hover svg {
    fill: #006bde;
}

body:not(._touch) .prodCard__icon--stat:hover svg {
    fill: #006bde;
}

body:not(._touch) .process__videoWrp:hover .process__videoPlay {
    transform: translate(-50%, -50%) scale(1.15);
}

body:not(._touch) .process__videoWrp:active .process__videoPlay {
    transform: translate(-50%, -50%) scale(0.9);
}

body:not(._touch) .footer a:hover {
    color: #9af3ef;
}

body:not(._touch) .formBox__submit:hover {
    color: #fff;
    background-color: transparent;
}

.catalogControl__btn:hover {
    background-color: #006bde;
    color: #fff;
}

.catalogControl__btn:hover svg {
    fill: #fff;
}

.catalogControl__searchBtn:hover svg {
    fill: #006bde;
}

.link {
    transition: color 0.2s ease;
}

.link:active {
    color: #006bde;
}

b,
strong {
    font-weight: 700;
}

[role='button'] {
    cursor: pointer;
}

.wrapper {
    width: 100%;
    min-height: 100vh;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

._container {
    padding: 0 15px;
    max-width: 1220px;
    margin: 0 auto;
    position: relative;
}

.row {
    display: flex;
    flex-wrap: wrap;
}
.coatings_attribute_filter .row:first-child{
    margin-top: 0;
}
.coatings_attribute_filter .row{
    margin-top: 20px;
}

.mx_auto {
    margin-left: auto;
    margin-right: auto;
}

.page {
    flex: 1 1 auto;
}

.btn {
    display: inline-block;
    text-align: center;
    font-size: 14px;
    padding: 9px 18px;
    line-height: 1.2;
    color: #fff;
    background-color: #006bde;
    border: 2px solid #006bde;
    border-radius: 5px;
    transition: color 0.1s ease, background-color 0.1s ease,
    border-color 0.1s ease;
    max-width: 100%;
}

.btn--transparent {
    display: inline-flex;
    text-align: center;
    font-size: 14px;
    padding: 9px 18px;
    line-height: 1.2;
    color: #006BDE;
    background-color: transparent;
    border: 1px solid #006bde;
    border-radius: 5px;
    transition: color 0.1s ease, background-color 0.1s ease,
    border-color 0.1s ease;
    max-width: 100%;
}

.btn--transparent:not(._touch):hover {
    background-color: #006BDE;
    color: #fff;
}

.btn-with-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
}

.btn--md {
    width: 241px;
    height: 40px;
    @media screen and (max-width: 991.98px) {
        width: 100%;
    }
}

.btn:not(._touch):hover {
    background-color: transparent;
    color: #006bde;
}

.btn--cl {
    flex: 0 0 auto;
    width: 100%;
}

.btn--reset {
    border: 2px solid #bdbdbd;
    background-color: #bdbdbd;
}

.btn--reset:not(._touch):hover {
    color: #bdbdbd;
}

.btn--more {
    width: 200px;
    height: 50px;
    border: 2px solid #ebebeb;
    background-color: #ebebeb;
    font-size: 18px;
    line-height: 150%;
    color: #000;
}

.btn--more:not(._touch):hover {
    color: #000;
}

.ibg {
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.ibg img,
.ibg picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

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

.add {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 220px;
    padding: 10px 25px;
    margin: 0 auto;
    background: #ebebeb;
    border-radius: 8px;
    font-size: 1.8rem;
    line-height: 150%;
    transition: all 0.2s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.add:active {
    background-color: #006bde;
    color: #fff;
}

.checkbox {
    padding: 0;
    font-size: 1.8rem;
    line-height: 150%;
}

.checkbox__label {
    position: relative;
    display: inline-block;
    padding-left: 30px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    cursor: pointer;
}

.checkbox__label:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-60%);
    display: block;
    width: 20px;
    height: 20px;
    border: 2px solid #006bde;
    border-radius: 3px;
}

.checkbox__input {
    display: block;
    position: absolute;
    z-index: -10;
    width: 1px;
    height: 1px;
    margin: -1px -1px;
    visibility: hidden;
}

.checkbox__input:checked + label:before {
    background: #006bde url('../img/icons/ok.svg') center/12px 10px no-repeat;
}

.bold {
    font-weight: 700;
}

.req::after {
    content: '*';
    display: inline-block;
    font-size: 1.2em;
    line-height: 1;
    color: inherit;
}

.radioPanel {
    height: 100%;
}

.radioPanel span {
    display: block;
}

.radioPanel__label {
    display: block;
    height: 100%;
    margin: 0 !important;
    padding: 20px 15px 15px 45px;
    background: #fff;
    border: 1px solid #f2f2f2;
    border-radius: 4px;
    cursor: pointer;
}

.radioPanel__input {
    position: absolute;
    z-index: -1;
    width: 0;
    height: 0;
    margin: -1px;
    visibility: hidden;
}

.radioPanel__input:checked + .radioPanel__label {
    background: #f6f6f6;
}

.radioPanel__input:checked + .radioPanel__label .radioPanel__icon {
    left: -30px;
    top: 0.4em;
    width: 20px;
    height: 20px;
    border: 1px solid #006bde;
}

.radioPanel__input:checked + .radioPanel__label .radioPanel__icon:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
    height: 50%;
    border-radius: 50%;
    background-color: #006bde;
}

.radioPanel__name {
    position: relative;
    padding-bottom: 5px;
    line-height: 150%;
    font-weight: 700;
}

.radioPanel__icon {
    position: absolute;
    left: -25px;
    top: 0.5em;
    transform: translateY(-25%);
    width: 15px;
    height: 15px;
    border: 1px solid #d8d8d8;
    border-radius: 50%;
}

.radioPanel__txt {
    font-size: 1.4rem;
    line-height: 150%;
}

.radioBox {
    position: relative;
}

.radioBox__label {
    display: flex;
    align-items: center;
    cursor: pointer;
    color: #777;
}

.radioBox__icon {
    display: block;
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    border: 1px solid #bdbdbd;
    border-radius: 50%;
}

.radioBox__input {
    position: absolute;
    z-index: -1;
    width: 0px;
    height: 0px;
    margin: -1px;
    visibility: hidden;
}

.radioBox__input:checked + label {
    color: #006bde;
}

.radioBox__input:checked + label > span {
    position: relative;
    border: 1px solid #006bde;
}

.radioBox__input:checked + label > span:before {
    content: '';
    position: absolute;
    width: 50%;
    height: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #006bde;
    border-radius: 50%;
}

.popular {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.popular__title {
    font-weight: bold;
    font-size: 16px;
    line-height: 150%;
    color: #505050;
    transition: 0.3s;
    margin-right: 4px;
}

.popular__icon {
    fill: #505050;
    width: 30px;
    height: 30px;
    transition: 0.3s;
}

.popular:hover .popular__title {
    color: #006bde;
}

.popular:hover .popular__icon {
    fill: #006bde;
}

.popular--active .popular__icon {
    transform: scale(1, -1);
}

.swiper-container {
    overflow: hidden;
}

.swiper-container .swiper-wrapper {
    height: 100%;
    box-sizing: content-box;
    display: flex;
    position: relative;

}
.presentation-swiper-wrapper{
    height: fit-content !important;
}
 .colorsSlider__wrapper{
align-items: center;
}

.swiper-container.swiper-container-vertical .swiper-wrapper {
    flex-direction: column;
}

.swiper-container.swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
}

.swiper-container-initialized .swiper-slide {
    flex-shrink: 0;
}

.coatCard-slider .swiper-slide, .coatCard-thumbnails .swiper-slide {
    border: 1px solid #C8C8C8;
}
.coatCard-thumbnails .swiper-slide{
    width: 80px !important;
}

.swiper-container-android .swiper-slide,
.swiper-container-android .swiper-wrapper {
    transform: translate3d(0px, 0, 0);
}

.swiper-button-lock {
    display: none !important;
}

.contentContainer--slider {
    min-height: 293px;
    position: relative;
    margin-top: 24px;
    margin-bottom: 20px;
}

.ac-panel {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.ac-trigger {
    margin-top: 10px;
    color: #006BDE;
    cursor: pointer;
}

.history .ac {
    margin-top: 0;
    border-top: 1px solid #eee;
    background-color: transparent;
}

.history .ac:last-child {
    border-bottom: 1px solid #eee;
    margin-bottom: 40px;
}

.history .ac .ac-trigger {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    height: 100%;
    width: 40px;
    margin: 0;
    font-size: 20px;
    text-decoration: none;
    border: 0;
    background-color: transparent;
    transition: color 0.25s ease;
    cursor: pointer;
}


.history .ac .ac-trigger.off {
    display: none;
}

.history .ac .ac-trigger::after {
    content: '+';
    text-align: center;
    width: 20px;
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 50%;
}

.history .ac .ac-trigger:focus {
    color: #8a8a8a;
}

.history .ac .ac-panel {
    overflow: hidden;
    transition-property: height, visibility;
    transition-timing-function: ease;
}

.history .ac.js-enabled .ac-panel {
    visibility: hidden;
}

.history .ac.is-active .ac-trigger:after {
    content: '-';
}

.history .ac.is-active .ac-panel {
    visibility: visible;
}

.choices {
    position: relative;
    overflow: hidden;
}

.choices:focus {
    outline: 0;
}

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

.choices.is-open {
    overflow: initial;
}

.choices.is-disabled .choices__inner,
.choices.is-disabled .choices__input {
    background-color: #eaeaea;
    cursor: not-allowed;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.choices.is-disabled .choices__item {
    cursor: not-allowed;
}

.choices [hidden] {
    display: none !important;
}

.choices[data-type*='select-one'] {
    cursor: pointer;
}

.choices[data-type*='select-one'] .choices__inner {
    padding-bottom: 7.5px;
}

.choices[data-type*='select-one'] .choices__input {
    display: block;
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
    margin: 0;
}

.choices[data-type*='select-one'] .choices__button {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
    padding: 0;
    background-size: 8px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -10px;
    margin-right: 25px;
    height: 20px;
    width: 20px;
    border-radius: 10em;
    opacity: 0.25;
}

.choices[data-type*='select-one'] .choices__button:focus,
.choices[data-type*='select-one'] .choices__button:hover {
    opacity: 1;
}

.choices[data-type*='select-one'] .choices__button:focus {
    box-shadow: 0 0 0 2px #00bcd4;
}

.choices[data-type*='select-one']
.choices__item[data-value='']
.choices__button {
    display: none;
}

.choices[data-type*='select-one']:after {
    content: '';
    height: 0;
    width: 0;
    position: absolute;
    right: 11.5px;
    top: 50%;
    height: 5px;
    width: 10px;
    background: url('../img/icons/sel.svg') center/cover no-repeat;
    transform: translateY(-50%);
}

.choices[data-type*='select-one'].is-open:after {
    border-color: transparent transparent #333;
    transform: translateY(-50%) scale(1, -1);
}

.choices[data-type*='select-one'][dir='rtl']:after {
    left: 11.5px;
    right: auto;
}

.choices[data-type*='select-one'][dir='rtl'] .choices__button {
    right: auto;
    left: 0;
    margin-left: 25px;
    margin-right: 0;
}

.choices[data-type*='select-multiple'] .choices__inner,
.choices[data-type*='text'] .choices__inner {
    cursor: text;
}

.choices[data-type*='select-multiple'] .choices__button,
.choices[data-type*='text'] .choices__button {
    position: relative;
    display: inline-block;
    margin: 0 -4px 0 8px;
    padding-left: 16px;
    border-left: 1px solid #008fa1;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
    background-size: 8px;
    width: 8px;
    line-height: 1;
    opacity: 0.75;
    border-radius: 0;
}

.choices[data-type*='select-multiple'] .choices__button:focus,
.choices[data-type*='select-multiple'] .choices__button:hover,
.choices[data-type*='text'] .choices__button:focus,
.choices[data-type*='text'] .choices__button:hover {
    opacity: 1;
}

.choices__inner {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    background-color: #f9f9f9;
    padding: 7.5px 7.5px 3.75px;
    border: 1px solid #ddd;
    border-radius: 5px;
    min-height: 44px;
    overflow: hidden;
}

.is-focused .choices__inner,
.is-open .choices__inner {
    border-color: #b7b7b7;
}

.is-open .choices__inner {
    border-radius: 2.5px 2.5px 0 0;
}

.is-flipped.is-open .choices__inner {
    border-radius: 0 0 2.5px 2.5px;
}

.choices__list {
    margin: 0;
    padding-left: 0;
    list-style: none;
}

.choices__list--single {
    display: inline-block;
    padding: 4px 16px 4px 4px;
    width: 100%;
}

[dir='rtl'] .choices__list--single {
    padding-right: 4px;
    padding-left: 16px;
}

.choices__list--single .choices__item {
    width: 100%;
}

.choices__list--multiple {
    display: inline;
}

.choices__list--multiple .choices__item {
    display: inline-block;
    vertical-align: middle;
    border-radius: 20px;
    padding: 4px 10px;
    font-size: 12px;
    font-weight: 500;
    margin-right: 3.75px;
    margin-bottom: 3.75px;
    background-color: #00bcd4;
    border: 1px solid #00a5bb;
    color: #fff;
    word-break: break-all;
    box-sizing: border-box;
}

.choices__list--multiple .choices__item[data-deletable] {
    padding-right: 5px;
}

[dir='rtl'] .choices__list--multiple .choices__item {
    margin-right: 0;
    margin-left: 3.75px;
}

.choices__list--multiple .choices__item.is-highlighted {
    background-color: #00a5bb;
    border: 1px solid #008fa1;
}

.is-disabled .choices__list--multiple .choices__item {
    background-color: #aaa;
    border: 1px solid #919191;
}

.choices__list--dropdown {
    visibility: hidden;
    z-index: 10;
    position: absolute;
    width: 100%;
    background-color: #fff;
    border: 1px solid #f6f6f6;
    top: 100%;
    margin-top: -1px;
    border-bottom-left-radius: 2.5px;
    border-bottom-right-radius: 2.5px;
    overflow: hidden;
    word-break: break-all;
    will-change: visibility;
}

.choices__list--dropdown.is-active {
    visibility: visible;
}

.is-open .choices__list--dropdown {
    border-color: #b7b7b7;
}

.is-flipped .choices__list--dropdown {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: -1px;
    border-radius: 0.25rem 0.25rem 0 0;
}

.choices__list--dropdown .choices__list {
    position: relative;
    max-height: 300px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    will-change: scroll-position;
}

.choices__list--dropdown .choices__item {
    position: relative;
    padding: 10px;
    font-size: 14px;
}

[dir='rtl'] .choices__list--dropdown .choices__item {
    text-align: right;
}

.choices__list--dropdown .choices__item--selectable.is-highlighted {
    background-color: #f2f2f2;
}

.choices__list--dropdown .choices__item--selectable.is-highlighted:after {
    opacity: 0.5;
}

.choices__item {
    cursor: default;
}

.choices__item--selectable {
    cursor: pointer;
}

.choices__item--disabled {
    cursor: not-allowed;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    opacity: 0.5;
}

.choices__heading {
    font-weight: 600;
    font-size: 12px;
    padding: 10px;
    border-bottom: 1px solid #f7f7f7;
    color: gray;
}

.choices__button {
    text-indent: -9999px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

.choices__button:focus,
.choices__input:focus {
    outline: 0;
}

.choices__input {
    display: inline-block;
    vertical-align: baseline;
    background-color: #f9f9f9;
    font-size: 14px;
    margin-bottom: 5px;
    border: 0;
    border-radius: 0;
    max-width: 100%;
    padding: 4px 0 4px 2px;
}

[dir='rtl'] .choices__input {
    padding-right: 2px;
    padding-left: 0;
}

.choices__placeholder {
    opacity: 0.5;
}

.choices__list--dropdown .choices__item--selectable:after {
    display: none !important;
}


.popup {
    -webkit-overflow-scrolling: touch;
    z-index: 1112;
    padding: 50px 10px;
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    transition: visibility 0.8s ease 0s;
    visibility: hidden;
    backdrop-filter: blur(2px);
}

.popup::before {
    content: '';
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.8s ease 0s;
}

.popup.show {
    visibility: visible;
    overflow: auto;
}

.popup.show::before {
    opacity: 1;
}

.popup.show .popup__body {
    transform: scale(1);
    opacity: 1;
}

.popup._active {
    overflow: auto;
    visibility: visible;
}

.popup._active::before {
    opacity: 1;
}

.popup .popup__cross {
    opacity: 0;
    visibility: hidden;
}

.popup._active .popup__cross {
    opacity: 1;
    visibility: visible;
}

.popup._active .popup__body {
    transition: all 0.3s ease 0.2s;
    transform: scale(1);
    opacity: 1;
}

.popup__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100%;
    flex: 1 1 auto;
    width: 100%;
    padding: 10px;
}

.popup__body {
    transform: scale(0.7);
    opacity: 0;
    transition: all 0.3s ease 0s;
    width: 100%;
}

.popup__body_md {
    max-width: 580px;
}

.popup__body_lg {
    max-width: 780px;
}

.popup__box {
    padding: 40px 54px;
    background-color: #EAEAEA;
    clip-path: polygon(9% 0%, 100% 0, 100% 0, 100% 87%, 91% 100%, 0 100%, 0 100%, 0% 12%);
}

.popup__box--gray {
    background-color: #f6f6f6;
}

.popup__cross {
    width: 6rem;
    height: 6rem;
    position: absolute;
    top: 4rem;
    right: 4rem;
    cursor: pointer;
    z-index: 30;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #006BDE;
    transition: 0.1s;
    border-radius: 0.8rem;
}

.popup__cross svg {
    width: 1.6rem;
    height: 1.6rem;
    fill: #fff;
    transition: 0.3s;
}

.popup__cross:hover {
    background: #fff;
}

.popup__cross:hover svg {
    fill: #006BDE;
}

.popup__title {
    margin-bottom: 28px;
    font-size: 2.4rem !important;
    color: #505050;
    line-height: 100%;
    font-weight: 700;
}

.popup__desc {
    margin-bottom: 2rem;
    margin-top: -8px;
    font-size: 2rem;
    line-height: 2.8rem;
    font-weight: 400;
    text-align: center;
}

.popup__numberChange {
    color: #006BDE;
    cursor: pointer;
    text-decoration: underline;
    margin-left: 5px;
}

.code-inputs {
    display: flex;
    justify-content: space-between;
    margin: 0 -5px !important;
}

.code-box {
    width: 40px;
    padding: 0 5px !important;
}

.code-input {
    text-align: center;
    font-size: 18px;
}

.error-message {
    color: #ff0000;
    text-align: center;
    margin: 0 -5px 16px !important;
}

.popup .popup__info {
    font-size: 16px;
    line-height: 24px;
    color: #6E6E6E;
    margin-top: 2rem;
}

.popup .popup__info--center {
    text-align: center;
}

.popup .popup__info--gap:not(:last-child) {
    margin-bottom: 16px;
}

.wrp-popupSlider {
    margin: 0 -10px;
}

.popup__box--auth{
    max-width: 508px;
}
.popup__box--auth .popup__box{
    padding: 54px;
}
.popup__box--auth .popup__title{
    font-weight: 700;
    font-size: 2.4rem;
    color: #333333;
    margin-bottom: 24px;
}
.popup__box--auth .popup__desc{
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 150%;
    color: #6E6E6E;
    margin-bottom: 24px;
}
.popup__box--auth .input{
    border-radius: 6px;
    font-size: 16px;
    height: 54px;
}
.popup__box--auth .formRow{
    padding-bottom: 24px;
}
.popup__box--auth .btn{
    height: 54px;
    border-radius: 6px;
}
.popup__box--auth .popup__info{
    margin-top: 24px;
    font-size: 14px;
    font-weight: 400;
}
.email__formalities-body {
    background-color: #F8FAFC;
    padding: 3.2rem;
    max-width: 64rem;

}

.email__formalities-box {
    background-color: #FFFFFF;
    display: flex;
    flex-direction: column;
    padding: 3.2rem;
    font-family: "Inter", sans-serif;
    height: 100%;
    position: relative;
}
.email__formalities-title {
    font-size: 2.4rem;
    font-weight: 700;
    color: #121A26;
    margin-bottom: 2.4rem;
    line-height: 140%;

}

.email__formalities-subtitle {
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 150%;
    color: #384860;
    margin-bottom: 2.4rem;

}
.email__formalities-subtitle span {
    font-weight: 600;
    color: #121A26;
}
.email__formalities-description {
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 150%;
    color: #384860;
    margin-bottom: 2.4rem;
}

.email__formalities-point {
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 150%;
    color: #121A26;
    margin-bottom: 2.4rem;
}
.email__formalities-support{
    font-size: 1.6rem;
    font-weight: 400;
    color: #384860;
    margin-bottom: 2.4rem;
    line-height: 150%;
}
.email__formalities-support a{
    color: #006BDE;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 3px;
}
.email__formalities-respectfully{
    font-size: 1.6rem;
    font-weight: 400;
    color: #384860;
    margin-bottom: 2.4rem;
    line-height: 150%;
}
.email__formalities-respectfully span{
    font-weight: 600;
    color: #121A26;
}
.email__formalities-links{
    display: flex;
    align-items: center;

}
.email__formalities-links a svg{
    width: 2.4rem;
    height: 2.4rem;
    margin-left: 1rem;
    stroke: #006BDE;
}
.email__formalities-links a:hover svg{
    stroke: #fff;
}
.email__formalities-links a{
    padding: 1.32rem 2rem;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 160%;
    border-radius: 0.8rem;
}
.email__formalities-links a:nth-child(1){
    margin-right: 1.5rem;
}
.email__formalities-links a:nth-child(2) {
    margin-right: 1.4rem;
}
.email__formalities-buttons{
margin-bottom: 2.4rem;
    position: relative;
}
.email__formalities-buttons a {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 160%;
    padding: 1.25rem 3.6rem;
    flex-grow: 1;
    border-radius: 0.8rem;
}
.email__formalities-buttons a svg {

    fill: #fff;
    width: 2rem;
    height: 2rem;
    margin-right: 1rem;
}

.email__formalities-buttons a:hover svg {
    fill: #006BDE;
}

.email__formalities-numbers{
    display: flex;
    align-items: center;
margin-bottom: 2.4rem;
    position: relative;
}
.email__formalities-numbers *:not(:last-child){
    margin-right: 1.2rem;
}
.email__formalities-number{
    background-color: #F8FAFC;
    border-radius: 0.8rem;
    border: 1px solid #006BDE;
    padding: 0.8rem 1.6rem;
    font-size: 3.2rem;
    font-weight: 400;
    color: #121A26;
    line-height: 120%;
    width: 5.4rem;
    height: 5.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.email__order-body {
     background-color: #F8FAFC;
     padding: 3.2rem;
     max-width: 64rem;

 }

.email__order-box {
    background-color: #FFFFFF;
    display: flex;
    flex-direction: column;
    padding: 3.2rem;
    font-family: "Inter", sans-serif;
    height: 100%;
    position: relative;
}

.email__bg-logo{
    position: absolute;
    right: 0;
    top: 3.2rem;
    pointer-events: none;
}
.email__order-title {
    font-size: 2.4rem;
    font-weight: 700;
    color: #121A26;
    margin-bottom: 2.4rem;
    line-height: 140%;

}

.email__order-subtitle {
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 150%;
    color: #384860;
    margin-bottom: 2.4rem;

}

.email__order-subtitle span {
    font-weight: 600;
    color: #121A26;
}

.email__order-description {
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 150%;
    color: #384860;
    margin-bottom: 2.4rem;
}

.email__order-point {
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 150%;
    color: #121A26;
    margin-bottom: 2.4rem;
}

.email__order-products {
    display: flex;
    flex-direction: column;
}

.email__order-product {
    margin-bottom: 2.4rem;
    display: flex;
    width: 100%;
}

.email__order-picture {
    width: fit-content;
}

.email__order-picture img {
    width: 7.2rem;
    height: 7.2rem;
}

.email__order-product_info {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    margin-left: 2.4rem;
}

.email__order-product_title {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.8rem;
    width: 100%;
}

.email__order-product_name {
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 150%;
    color: #121A26;
}

.email__order-product_price {
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 150%;
    color: #384860;
}

.email__order-product_count {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 150%;
    color: #94A3B8;
}

.email__order-product_mark {
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background-color: #F1F5F9;
    margin-right: 0.8rem;
}

.email__order-more {
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 150%;
    color: #121A26;
    margin-bottom: 2.4rem;
    text-align: center;
}

.email__order-divider {
    height: 1px;
    width: 100%;
    background-color: #E2E8F0;
    margin-bottom: 2.4rem;
}

.email__order-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2.4rem;
}

.email__order-total p {
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 150%;
    color: #121A26;
}

.email__order-buttons {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2.4rem;
}

.email__order-buttons a:nth-child(1) {
    align-items: center;
    font-size: 1.6rem;
    font-weight: 700;
    margin-right: 2.4rem;
    line-height: 160%;
    padding: 1.4rem 3.6rem;
    border-radius: 0.8rem;
}

.email__order-buttons a:nth-child(2) {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 160%;
    padding: 1.4rem 3.6rem;
    flex-grow: 1;
    border-radius: 0.8rem;
}

.email__order-buttons a:nth-child(1) svg {
    stroke: #006BDE;
    fill: none;
    width: 2rem;
    height: 2rem;
    margin-right: 1rem;
}

.email__order-buttons a:nth-child(1):hover svg {
    stroke: #ffffff;
}

.email__order-buttons a:nth-child(2):hover {
    border: 1px solid #006BDE;
}

.email__order-buttons a:nth-child(2) {
    border: 1px solid #006BDE;
}

.email__order-buttons a:nth-child(2) svg {
    stroke: #fff;
    fill: none;
    width: 2rem;
    height: 2rem;
    margin-right: 1rem;
}

.email__order-buttons a:nth-child(2):hover svg {
    stroke: #006BDE;
}
.email__order-support{
    font-size: 1.6rem;
    font-weight: 400;
    color: #384860;
    margin-bottom: 2.4rem;
    line-height: 150%;
}
.email__order-support a{
    color: #006BDE;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 3px;
}
.email__order-respectfully{
    font-size: 1.6rem;
    font-weight: 400;
    color: #384860;
    margin-bottom: 2.4rem;
    line-height: 150%;
}
.email__order-respectfully span{
    font-weight: 600;
    color: #121A26;
}
.email__order-links{
    display: flex;
    align-items: center;

}
.email__order-links a svg{
    width: 2.4rem;
    height: 2.4rem;
    margin-left: 1rem;
    stroke: #006BDE;
}
.email__order-links a:hover svg{
    stroke: #fff;
}
.email__order-links a{
    padding: 1.32rem 2rem;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 160%;
    border-radius: 0.8rem;
}
.email__order-links a:nth-child(1){
 margin-right: 1.5rem;
}
.email__order-links a:nth-child(2){
    margin-right: 1.4rem;
}

.iconMenu {
    display: none;
}

.menu__wrapper--mobile {
    display: none;
}

.menu__wrapper--desktop {
    display: none;
}

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

.header__container {
    padding-top: 18px;
    padding-bottom: 16px;
}

.header__content {
    display: flex;
    justify-content: space-between;
}

.header__col--left {
    flex: 0 1 50%;
}

.header__col--center {
    flex: 0 0 auto;
    margin: -8px 20px 0;
}

.header__col--right {
    flex: 0 1 50%;
}

.header__nav {
    padding: 36px 0 0;
}

.header__navLink {
    transition: color 0.2s ease;
}

.header__navLink--tg {
    padding-top: 2px;
}

.header__navLink img, .header__navLink svg {
    width: 21px;
    height: 21px;
}

.header__navLink--tel {
    display: block;
    transform: translateY(-10%);
    font-size: 2.2rem;
    color: #006bde;
}

.header__navLink--tel svg {
    display: none;
}

.header__list {
    display: flex;
    justify-content: space-between;
    font-size: 1.8rem;
    line-height: 1.5;
}

.header__item:not(:first-child) {
    margin-left: 15px;
}

.header__item--drop {
    position: relative;
    padding-right: 16px;
    cursor: pointer;
    margin-right: 24px;
}

.header__item--drop:hover ul {
    width: 235px;
    visibility: visible;
    opacity: 1;
    height: auto;
}

.header__item--drop svg {
    display: block;
    position: absolute;
    top: 0.7em;
    right: 0;
    width: 9px;
    height: 6px;
    fill: #505050;
    transition: fill 0.2s ease;
}

.header__dropList {
    position: absolute;
    z-index: 20;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    visibility: hidden;
    opacity: 0;
    overflow: hidden;
    background: #f5f5f5;
}

.header__dropItem {
    padding: 13px 20px 12px;
    overflow: hidden;
    color: #505050;
}

.header__dropItem a:hover {
    color: #006bde;
}

.header__dropItem a {
    display: block;
    width: 100%;
    height: 100%;
}

.header__dropItem:not(:first-child) {
    border-bottom: 1px solid #fff;
}

.header__dropItem:last-child {
    border-bottom: none;
}

.header__dropItem:first-child {
    position: relative;
    background-color: #006bde;
    color: #fff;
}

.header__dropItem:first-child:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    transform-origin: bottom left;
    transform: translateX(83%) skewX(-20deg);
    background-color: #f5f5f5;
}

.header__dropItem:first-child svg {
    position: absolute;
    right: 30px;
    top: 50%;
    height: 8px;
    width: 10px;
    fill: #fff !important;
    transform: translateY(-50%);
}

.header__catalogControl {
    padding-top: 30px;
}

.header__logoBox {
    position: relative;
    display: flex;
    justify-content: center;
    width: 244px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

.header__logoBox:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform-origin: center;
    background-color: #fff;
    transform: translateY(16%) skew(0, -10deg);
}

.header__logoBox:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform-origin: right top;
    background-color: #9af3ef;
    transform: translateY(16%) skew(0, -5deg);
}

.header__logoLink {
    display: block;
    position: relative;
    z-index: 10;
}

.header__logoLink img, .header__logoLink svg {
    padding-top: 10px;
    width: 166px;
    height: 194px;
}

.header__social {
    display: flex;
    justify-content: flex-end;
}

.header__controllers {
    padding-top: 25px;
    display: flex;
    justify-content: space-between;
}

.header__calc {
    flex: 0 1 100%;
    margin-right: 15px;
}

.authorization {
    display: flex;
    align-items: center;
    font-size: 1.8rem;
    line-height: 1;
}

.authorization__icon {
    display: flex;
    width: 36px;
    height: 36px;
    background-color: #006bde;
    border-radius: 50%;
}

.authorization__icon svg {
    display: block;
    width: 16px;
    height: 16px;
    margin: auto;
    fill: #fff;
}

.authorization__list {
    display: flex;
}

.authorization__item {
    padding: 0 18px;
}

.authorization__item:last-child {
    padding: 0 0 0 18px;
    border-left: 1px solid #757575;
}

.authorization__link:hover,
.authorization__link:active {
    color: #006bde;
    text-decoration: underline;
}

.active_doc_type-font {
    font-weight: bold;
}

.post-content__body-container {
    line-height: 150%;
    padding-top: 64px;
    color: #212121;
}

.post-content__body-container h3:nth-child(1),
.post-content__body-container h2:nth-child(1),
.post-content__body-container h1:nth-child(1) {
    padding-top: 0;
}

.post-content__body-container h1,
.post-content__body-container h2,
.post-content__body-container h3 {
    font-size: 24px;
    padding-bottom: 16px;
    padding-top: 64px;
}

.post-content__body-container h1,
.post-content__body-container h2,
.post-content__body-container h3,
.post-content__body-container p {
    text-align: start !important;
}

.post-content__body-container p, .post-content__body-container span {
    line-height: 150% !important;
}

.contentContainer--text {
    line-height: 26px;
}

.doc_type {
    text-align: center;
    align-self: end;
    white-space: nowrap;
    font-size: 16px;
}

.post-content__body-container b {
    font-size: 24px !important;
    font-weight: 400 !important;
}

.catalogControl {
    position: relative;
    display: flex;
}

.catalogControl__btn {
    display: flex;
    align-items: center;
    padding: 16px 25px 16px 19px;
    font-size: 1.9rem;
    font-weight: 700;
    color: #595959;
    background-color: #f6f6f6;
    border-radius: 5px 0 0 5px;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.catalogControl__btn:hover + ul {
    display: block;
}

.catalogControl__btn svg {
    width: 21px;
    height: 15px;
    margin-right: 17px;
    fill: #595959;
    transition: fill 0.2s ease;
}

.catalogControl__searchform {
    display: block;
    width: 100%;
    position: relative;
}

.catalogControl__searchform--md {
    height: 50px;
}

.catalogControl__searchInput {
    display: block;
    height: 100%;
    width: 100%;
    padding: 5px 40px 5px 18px;
    border: 1px solid #e7e9ec;
    border-left: 0;
    border-radius: 0 5px 5px 0;
}

.catalogControl__searchBtn {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    height: 100%;
    width: 40px;
    padding: 0;
    background-color: transparent;
}

.catalogControl__searchBtn:active svg {
    fill: #006bde;
}

.catalogControl__searchBtn svg {
    margin: auto;
    width: 18px;
    height: 18px;
    fill: #505050;
}

.catalogControl__list {
    display: none;
    position: absolute;
    z-index: 1;
    padding-top: 39px;
    bottom: 0;
    left: 0;
    width: 356px;
    transform: translateY(100%);
}

.catalogControl__list:hover {
    display: block;
}

.catalogControl__item {
    font-size: 18px;
    line-height: 140.62%;
    background: #f5f5f5;
}

.catalogControl__item.fc {
    position: relative;
}

.catalogControl__item.fc:before {
    content: '';
    position: absolute;
    top: 0;
    transform: translateY(-99%);
    width: 100%;
    height: 10px;
    background-color: #006bde;
}

.catalogControl__item.fc:after {
    content: '';
    position: absolute;
    z-index: -1;
    left: 15px;
    top: 0;
    width: 56px;
    height: 56px;
    background-color: #006bde;
    transform: translate(0, -30%) rotate(45deg);
}

.catalogControl__item:hover {
    background: #006bde;
    color: #fff;
}

.catalogControl__item:not(:last-child) {
    border-bottom: 1px solid #fff;
}

.catalogControl__item--drop {
    position: relative;
}

.catalogControl__item--drop:hover > ul,
.catalogControl__itemDrop.catalogControl__item:hover > ul {
    display: block;
}

.catalogControl__listDrop {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 312px;
    transform: translateX(100%);
    box-shadow: 0px -4px 10px rgba(0, 0, 0, 0.03);
}

.catalogControl__itemDrop {
    position: relative;
    font-size: 18px;
    line-height: 140.62%;
    background: #f5f5f5;
    border-bottom: 1px solid #fff;
    background: #f5f5f5;
    color: #505050;
}

.catalogControl__itemDrop:hover {
    color: #fff;
    background: #006bde;
}

/* .catalogControl__itemDrop:first-child {
    overflow: hidden
}
.catalogControl__itemDrop.catalogControl__item:first-child{
	overflow: visible;
} */

/* .catalogControl__itemDrop:first-child:before {
    content: "";
    position: absolute;
    left: -2px;
    top: 50%;
    width: 56px;
    height: 100%;
    background-color: #006bde;
    transform: translate(-65%, -50%) rotate(45deg)
} */

.catalogControl__itemDrop a {
    padding-left: 43px;
}

.catalogControl__itemDrop:last-child {
    border-bottom: none;
}

.catalogControl__link {
    display: flex;
    align-items: center;
    height: 55px;
    padding: 5px 19px;
    width: 100%;
    transition: 0.1s ease;
}

.catalogControl__link:hover {
    background: #006bde;
    color: #fff;
}

.social {
    display: none;
    gap: 20px;
}

.social-right {
    display: flex;
}

.social__link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background-color: #d6d6d6;
    border-radius: 50%;
    transition: 0.2s ease;
}

.social__link--wapp,
.social__link--mail {
    padding-bottom: 2px;
}

.social__link--faq {
    padding-top: 2px;
}

.social__link:active {
    background-color: #006bde;
}

.social__link:nth-child(3) {
    padding-top: 1px;
}

.social__link svg {
    display: block;
    width: 20px;
    height: 20px;
    margin: auto;
    fill: #fff;
}

.calc {
    display: block;
    max-width: 236px;
    position: relative;
    padding: 16px 60px 16px 16px;
    border: 1px solid #e7e9ec;
    border-radius: 6px;

    white-space: nowrap;
}

.calc__icon {
    display: flex;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 100%;
    background: #f7f6f6;
    border-radius: 6px;
}

.calc__icon svg {
    margin: auto;
    height: 55%;
    width: 55%;
    z-index: 2;
}

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

.infoPanel__btn {
    display: flex;
    width: 42px;
    height: 46px;
}

.infoPanel__btn:not(:first-child) {
    margin-left: 12px;
}

.infoPanel__btn:active svg {
    fill: #006bde;
}

.infoPanel__svg {
    margin: auto;
    fill: #d6d6d6;
    transition: fill 0.2s ease;
}

.infoPanel__svg--oko {
    width: 3.5rem;
    height: 2.15rem;
    min-width: 3.5rem;
    min-height: 2.15rem;
}

.infoPanel__svg--heart {
    width: 3rem;
    height: 2.6rem;
    min-width: 3rem;
    min-height: 2.6rem;
    fill: #D6D6D6;
    stroke-width: 3px;
    transition: 0.2s ease;
}

.infoPanel__svg--stat {
    width: 3rem;
    height: 2.6rem;
    min-width: 3rem;
    min-height: 2.6rem;
}

.infoPanel__svg--basket {
    width: 2.7rem;
    height: 2.7rem;
    min-width: 2.7rem;
    min-height: 2.7rem;
}

.file-info {
    display: flex;
}

.btn-remove-file {
    padding: 0;
    padding-left: 4px;
    margin: 0;
    white-space: nowrap;
}

.breadcrumbs {
    padding: 61px 0 32px;
}

.breadcrumbs__list {
    display: flex;
    flex-wrap: wrap;
    row-gap: 8px;
    max-width: 97%;
    padding-bottom: 1px;
    margin-left: 6px;
}

.breadcrumbs__item {
    white-space: nowrap;
}

.breadcrumbs__item:not(:last-child) {
    margin-right: 11px;
}

.breadcrumbs__link {
    position: relative;
    display: block;
    padding: 8px 35px 8px 10px;
    color: #fff;
    background-color: #006bde;
    transition: 0.2s ease;
}

.breadcrumbs__link:hover {
    color: #505050;
    background-color: #9af3ef;
}

.breadcrumbs__link:hover svg {
    fill: #505050;
}

.breadcrumbs__link:before,
.breadcrumbs__link:after {
    content: '';
    position: absolute;
    z-index: 2;
    left: 50%;
    width: calc(100% + 6px);
    height: 51%;
    background-color: inherit;
}

.breadcrumbs__link:before {
    top: 0;
    transform: translateX(-50%) skewX(20deg);
}

.breadcrumbs__link:after {
    bottom: 0;
    transform: translateX(-50%) skewX(-20deg);
}

.breadcrumbs__link--active {
    color: #006BDE;
    background-color: transparent;
    pointer-events: none;
}

.breadcrumbs__link.breadcrumbs__link--active:before {
    border: 1px solid #006BDE;
    border-bottom: none;
}

.breadcrumbs__link.breadcrumbs__link--active:after {
    border: 1px solid #006BDE;
    border-top: none;
}

.breadcrumbs__link--active svg {
    width: 8px !important;
    height: 8px !important;
}

.breadcrumbs__link span {
    position: relative;
    z-index: 5;
    display: block;
    background-color: inherit;
}

.breadcrumbs__link svg {
    position: absolute;
    z-index: 5;
    top: 50%;
    right: 10px;
    width: 5px;
    height: 9px;
    fill: #fff;
    transform: translateY(-35%);
    transition: 0.2s ease;
}

.breadcrumbs--light .breadcrumbs__item:not(:last-child) {
    margin-right: 19px;
}

.breadcrumbs--light .breadcrumbs__link {
    background-color: transparent;
    color: #006bde;
    padding: 8px 24px 8px 0px;
}

.breadcrumbs--light .breadcrumbs__link::before {
    display: none;
}

.breadcrumbs--light .breadcrumbs__link::after {
    display: none;
}

.breadcrumbs--light .breadcrumbs__link--active {
    color: #757575;
}

.breadcrumbs--light .breadcrumbs__link:hover {
    text-decoration: underline;
}

.breadcrumbs--light svg {
    position: absolute;
    z-index: 2;
    top: 50%;
    right: 0px;
    width: 5px;
    height: 9px;
    fill: #006bde;
    transform: translateY(-35%);
    transition: 0.2s ease;
}

.filters {
    position: relative;
    margin-bottom: 20px;
    background: #f6f6f6;
}

.filters__filterGroup {
    display: flex;
    gap: 12px;
    flex-direction: column;
}

.filters__btnGroup {
    flex: 0 0 auto;
    display: flex;
    margin-left: auto;
    padding: 0 0 10px;
}

.filters svg {
    position: absolute;
    left: 13px;
    top: 50%;
    width: 32px;
    height: 35px;
    fill: #006bde;
    transform: translateY(-50%);
}

.filters__form {
    display: flex;
    gap: 8px;
    align-items: flex-start;
}

.filters__btn {
    flex: 0 0 auto;
    font-size: 1.6rem;
}

.filters__btn:not(:last-child) {
    margin-right: 11px;
    cursor: pointer;
}

.filters__btn--clear {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    padding-left: 10px;
    padding-right: 10px;
    color: #505050 !important;
    background-color: #9af3ef;
    border-color: #9af3ef;
}

.filters__btn svg {
    position: static;
    width: 12px;
    height: 12px;
    margin-right: 10px;
    fill: transparent;
    stroke: #505050;
    stroke-width: 2px;
    transform: translateY(0);
}

.filters__searchBox {
    position: relative;
}

.filters__searchInput {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 10px 35px 10px 10px;
    border-radius: 5px;
    border: 1px solid #ddd;
}

.filters__searchBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    right: 0;
    height: 100%;
    width: 36px;
    transform: translateY(-50%);
    background-color: inherit;
}

.filters__select-wrp {
    position: relative;
}

.filters__select-wrp::before {
    content: '';
    position: absolute;
    right: 14px;
    top: 17px;
    transform: rotate(45deg);
    width: 8px;
    height: 8px;
    border-right: 2px solid #333333;
    border-bottom: 2px solid #333333;
    pointer-events: none;
    z-index: 2;
}

.filters__select {
    width: 100%;
    height: 45px;
    min-width: 144px;
    border: 1px solid #f2f2f2;
    border-radius: 4px;
    padding-left: 10px;
    padding-right: 30px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.productsTmp__sortPanel .filters__select {
    background: transparent;
}

.filters__searchBtn svg {
    top: 50%;
    left: 50%;
    width: 16px;
    height: 20px;
    fill: #505050;
    transform: translate(-50%, -50%);
}

.choices__item {
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
}

.choices__list--dropdown .choices__item {
    white-space: normal;
}

.choices__list--dropdown .choices__placeholder {
    display: none;
}

.choices {
    flex: 0 0 auto;
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 1.6rem;
    line-height: 140.62%;
    color: #333 !important;
}

.choices:last-child {
    margin-bottom: 10px;
}

.choices__placeholder {
    opacity: 1;
}

.choices__inner {
    display: inline-block;
    background-color: #fff;
    padding: 5px 11px 3px;
    border: 1px solid #f6f6f6;
    border-radius: 2.5px;
    min-height: 40px;
    overflow: hidden;
    border-radius: 5px;
}

.choices[data-type*='select-one'] .choices__inner {
    padding-bottom: 4px;
}

.hero {
    background-color: #fff;
    position: relative;
    overflow: hidden;
}

.hero__container {
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
    min-height: 720px;
}

.hero__container:after {
    content: '';
    min-height: inherit;
    font-size: 0;
}

.wrp-heroSlider,
.wrp-heroSliderPreview {
    position: absolute;
    top: 0;
    right: 187px;
    height: 100%;
}

.wrp-heroSlider {
    width: 72.2vw;
    min-width: 1386px;
}

.wrp-heroSliderPreview {
    width: 39vw;
    min-width: 320px;
    transform-origin: top left;
    transform: translateX(100%) skewX(-17deg);
}

.heroSlider {
    height: 100%;
}

.heroSlider__content {
    margin-right: 0;
    padding-top: 0;
    padding-right: 200px;
    padding-bottom: 0;
    width: 100%;
    padding-left: 202px;
}

.heroSlider__content-mobile {
    display: none;
}

.heroSlider__wrapper {
    display: flex;
    justify-content: space-between;
}

.heroSlider__slide {
    display: flex;
    align-items: flex-end;
    padding: 30px 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.heroSlider__txtBox {
    position: relative;
    padding: 20px 70px 30px 30px;
    color: #373737;
    line-height: 1.5;
    background: linear-gradient(
        270deg,
        rgba(255, 255, 255, 0.45) 4.9%,
        rgba(255, 255, 255, 0.87) 100%
    );
}

.heroSlider__txtBox:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 9px;
    background-color: #03d3d4;
}
.stockSlider--static {
    overflow: visible !important;
}
.stockSlider--static .swiper-wrapper {
    display: block !important;
    transform: none !important;
    transition: none !important;
}
.stockSlider--static .swiper-slide-stock {
    width: 100% !important;
    margin-right: 0 !important;
}
.stockSlider--static .heroSlider__slide {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 400px; /* подберите нужную высоту под дизайн */
}
.wrp-heroSlider--static {
    right: 0 !important;
    width: 100% !important;
}
.heroSlider__count,
.stockSlider__count {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 9.6rem;
    line-height: 1;
    color: rgba(3, 211, 212, 0.3);
    transform: translate(-4%, -10%);
}
.stockSlider--static .heroSlider__content{
    padding-left: 0;
}
.stockSlider--static .heroSlider__txtBox{
    clip-path: polygon(0% 0%, 100% 0%, calc(100% - 60px) 100%, 0% 100%);
    width: fit-content;
}
.heroSlider__title {
    position: relative;
    z-index: 2;
    margin-bottom: 13px;
    max-width: 57.938rem;
    font-size: 3.6rem;
    line-height: 1.4;
    font-weight: 700;

}

.heroSlider__txt {
    margin-bottom: 23px;
}

.heroSlider__btn {
    min-width: 264px;
}

.heroSliderPreview,
.montageSliderPreview,
.deliverySliderPreview,
.productionSliderPreview,
.stockSliderPreview {
    position: relative;
    height: 100%;
}

.heroSliderPreview:before,
.montageSliderPreview:before,
.deliverySliderPreview:before,
.productionSliderPreview:before,
.stockSliderPreview:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 15px;
    background-color: #fff;
    z-index: 20;
}

.heroSliderPreview__slide {
    background-color: #fff;
    padding-left: 15px;
}

.heroSliderPreview__previewBox {
    cursor: pointer;
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.heroSliderPreview__previewBox:before {
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(154, 243, 239, 0.87);
}

.heroSliderPreview__previewImgBox {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 300%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transform: translate(-50%, -50%) skewX(20deg);
}

.heroSliderPreview__previewTitle,
.heroSliderPreview__count,
.stockSliderPreview__count {
    pointer-events: none;
    position: absolute;
    z-index: 2;
    left: 0;
}

.heroSliderPreview__previewTitle {
    bottom: 0;
    padding-top: 10px;
    font-size: 3.6rem;
    font-weight: 700;
    color: #fff;
    transform-origin: left top;
    transform: skewX(20deg) rotateZ(-70deg) translateX(-5%);
    word-break: keep-all;
    display: -webkit-box;           /* ширина по содержимому */
    width: 385px;                    /* ширина по содержимому */
    max-width: 385px;
    -webkit-box-orient: vertical;/* ограничение, чтобы текст не разбегался слишком широко */
    max-height: 117px;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
}

.heroSliderPreview__count,
.stockSliderPreview__count {
    top: 0;

    white-space: nowrap;
    font-size: 9.6rem;
    color: rgba(255, 255, 255, 0.63);
    transform: translate(-18%, -16%) skewX(20deg);
}

.products {
    background-color: #fff;
}

.products__content {
    padding: 64px 0 32px;
}

.products__title--wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: start;
}

.newItems__sliderBtns--mobile {
    display: none;
    margin-left: auto;
    position: relative;
    z-index: 2;
    height: 100%;
}

.products__title {
    padding-bottom: 18px;
    text-align: center;
}

.products__body {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -16px;
}

.products__body--mobile {
    display: none;
}

.products__itemWrp {
    flex: 0 1 50%;
    min-height: 244px;
    padding: 0 11px;
    margin-bottom: 20px;
}

.products__itemWrp:before {
    content: '';
    min-height: inherit;
    font-size: 0;
}

.products__itemBox {
    position: relative;
    display: flex;
    height: 100%;
}

.products__itemBox:before {
    content: '';
    position: absolute;
    width: 75%;
    height: 100%;
    top: 0;
    border: 1px solid #f6f6f6;
}

.products__itemBox--left:before {
    left: 0;
}

.products__itemBox--left .products__itemContent {
    padding: 26px 5px 23px 35px;
}

.products__itemBox--left .products__itemImgBox {
    transform-origin: bottom left;
}

.products__itemBox--right {
    flex-direction: row-reverse;
}

.products__itemBox--right:before {
    right: 0;
}

.products__itemBox--right .products__itemContent {
    padding: 26px 5px 23px 20px;
}

.products__itemBox--right .products__itemImgBox {
    transform-origin: top right;
}

.products__itemImgBox {
    position: relative;
    flex: 0 1 310px;
    height: 100%;
    transform: skew(-18deg);
    overflow: hidden;
}

.products__img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 135%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transform: translate(-50%, -50%) skew(18deg);
}

.products__itemContent {
    position: relative;
    z-index: 2;
    flex: 0 0 238px;
}

.products__name {
    padding-bottom: 10px;
    font-size: 2.4rem;
    line-height: 140.62%;
}

.products__list {
    line-height: 150%;
    color: #757575;
}

.products__listItem:not(:last-child) {
    padding-bottom: 8px;
}

.products__link {
    transition: color 0.2s ease;
    line-height: 140%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #757575;
}

.products__link:active {
    color: #006bde;
}

.t {
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 140.62%;
    color: #333333;
}

.t--sm {
    font-size: 24px;
}

.t--center {
    text-align: center;
}

.newItems {
    background-color: #fff;
}

.newItems--gray {
    background-color: #f6f6f6;
}

.newItems--gap {
    margin-bottom: 48px;
}

.newItems__more {
    margin-top: 24px;
}

.newItems__content {
    padding: 20px 0 0;
}

.newItems__title {
    margin-bottom: 27px;
    padding-right: 10px;
    flex: 1 1 0%;
}

.newItems__controlPanel {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.newItems__tabs {
    position: relative;
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    padding-right: 40px;
    overflow-x: auto;
    overflow-y: hidden;
    margin-right: 30px;
    padding-bottom: 10px;
}

.newItems__tabs::-webkit-scrollbar {
    width: 3px;
    height: 3px;
    background-color: #F6F6F6;
}

.newItems__tabs::-webkit-scrollbar-thumb {
    background-color: #B5B5B5;
}

.newItems__tabsEl {
    flex: 0 0 auto;
    white-space: nowrap;
    position: relative;
    z-index: 2;
    min-width: 66px;
    padding: 13px 15px 12px;
    color: #333;
    text-align: center;
    background-color: #f6f6f6;
    border: none;
}

.newItems__tabsEl:not(:first-child) {
    margin-left: 40px;
}

.newItems__tabsEl:after,
.newItems__tabsEl:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border: 2px solid #f6f6f6;
    background-color: #f6f6f6;
    transform: skewX(-37deg);
    transition: border-color 0.1s ease, background-color 0.1s ease;
}

.newItems__tabsEl:after {
    transform-origin: bottom left;
    border-left: none;
}

.newItems__tabsEl:before {
    transform-origin: top right;
    border-right: none;
}

.newItems__tabsEl[data-active] {
    color: #fff;
    background-color: #006bde;
}

.newItems__tabsEl[data-active]:after,
.newItems__tabsEl[data-active]:before {
    border-color: #006bde;
    background-color: #006bde;
}

.newItems__sliderBtns {
    display: flex;
    margin-left: auto;
    position: relative;
    z-index: 2;
    height: 100%;
}

.newItems__sliderBtn {
    display: flex;
    width: 26px;
    height: 26px;
    transition: opacity 0.2s ease;
}

.newItems__sliderBtn.swiper-button-disabled {
    opacity: 0.5;
    pointer-events: none;
}

.newItems__sliderBtn:active svg {
    fill: #006bde;
}

.newItems__sliderBtn svg {
    margin: auto;
    width: 16px;
    height: 26px;
    fill: #d6d6d6;
    transition: fill 0.2s ease;
}

.newItems__sliderBtn--prev,
.newItems__sliderBtn--prev--mobile {
    transform: scale(-1, 1);
}

.newItems__sliderBtn--next,
.newItems__sliderBtn--next--mobile {
    margin-left: 15px;
}

.newItems__tabBlocks {
    position: relative;
}

.newItems__tabBlock {
    position: absolute;
    z-index: -10;
    overflow: hidden;
}

.newItems__tabBlock[data-active] {
    position: static;
    z-index: 1;
    overflow: visible;
}

.wrp-itemsSlider {
    margin: 0 -10px;
}

.itemsSlider__slide {
    padding: 10px;
}

.card {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.07);
    position: relative;
}

.card__new-label {
    position: absolute;
    top: 30px;
    left: 0;
    width: 83px;
    height: 30px;
    background-color: #006BDE;
    color: #fff;
    font-size: 1.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    clip-path: polygon(0 0, 100% 0, calc(100% - 30px) 100%, 0 100%);
    z-index: 1;
    padding-right: 20px;
}

.card__promo-label {
    position: absolute;
    bottom: 0;
    left: -20px;
    width: 90%;
    height: 30px;
    background-color: #25A141;
    color: #fff;
    font-size: 1.3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    clip-path: polygon(0 0, 100% 0, calc(100% - 30px) 100%, 0 100%);
    z-index: 1;
    padding-right: 20px;
    padding-left: 4px;
}

.card--simple {
    padding: 0;
    box-shadow: none;
}

.card--simple .card__imgWrp::before,
.card--simple .card__imgWrp::after {
    display: none;
}

.card--simple .card__imgBox {
    padding-bottom: calc(166 / 280 * 100%);
}

.card__delete {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: #006bde;
    border: 2px solid #006bde;
    border-radius: 50%;
    top: -30px;
    right: -30px;
    transition: 0.2s ease;
}

.card__delete:active {
    background-color: #fff;
}

.card__delete:active svg {
    fill: #006bde;
}

.card__delete svg {
    width: 12px;
    height: 12px;
    fill: #fff;
    transition: 0.2s ease;
}

.card__imgWrp {
    position: relative;
    margin-bottom: 13px;
}

.card__imgWrp:before {
    content: '';
    position: absolute;
    z-index: 2;
    top: -1px;
    left: -1px;
    border: 18px solid #fff;
    border-right: 18px solid transparent;
    border-bottom: 18px solid transparent;
}

.card__imgWrp:after {
    content: '';
    position: absolute;
    z-index: 2;
    bottom: -1px;
    right: -1px;
    border: 18px solid #fff;
    border-left: 18px solid transparent;
    border-top: 18px solid transparent;
}

.card__imgBox {
    display: block;
    position: relative;
    width: 100%;
    padding-bottom: 69%;
}

.coatCard-slider__item,
.prodCard-slider__item,
.presentation-slider__item,
.prodCard-thumbnails__item,
.coatCard-thumbnails__item,
.presentation-thumbnails__item {
    flex-shrink: 0 !important;
}

.cropped-img {
    clip-path: polygon(12% 0, 100% 0, 100% 81%, 86% 100%, 0 100%, 0 15%);
}

.cropped-img-large {
    clip-path: polygon(10% 0, 100% 0, 100% 80%, 90% 100%, 0 100%, 0 20%);
}

.info__txt ul {
    padding-left: 0 !important;
}

.info__txt {
    /*padding-top: 16px;*/
}

.card__imgBox picture,
.card__imgBox img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.card__body {
    flex: 1 1 0%;
    display: flex;
    flex-direction: column;
}

.card__title {
    margin-top: 12px;
    margin-bottom: 6px;
    font-size: 1.8rem;
    line-height: 150%;
    font-weight: 700;
}

.card__title .link {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.card__chars {
    margin-bottom: 10px;
    line-height: 150%;
    position: relative;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.card__chars li {
    list-style-type: none;
}
.card__chars.custom-list .card__char{
    list-style-type: disc;
}

.card__price {
    display: flex;
    gap: 12px;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
    margin-bottom: 12px;
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 1.2;
}

.card__price-promo {
    color: #006BDE;
    font-weight: 700;
    font-size: 2.4rem;
}

.card__price-old {
    text-decoration: line-through;
    font-size: 14px;
}

.card__price-promo span {
    font-size: 1.6rem;
}

.card__controllers {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 4px;
}

.comparison__card .card__controllers{
    margin-top: auto;
}

.card__controllers a {
    display: flex;
    width: 100%;
}

.card__btn {
    flex-grow: 1;
    width: 100%;
    height: 40px;
    font-size: 1.6rem;
    letter-spacing: 0;
    word-break: normal;
}

.card__icons {
    display: flex;
}

.card__mini-icons-mobile {
    display: none;
}

.card__icon {
    display: flex;
}

.card__icon:not(:first-child) {
    margin-left: 20px;
}

.card__icon svg {
    display: block;
    margin: auto;
    width: 1.8rem;
    height: 1.8rem;
    transition: fill 0.1s ease, stroke 0.1s ease;
}

.card__imgBox-wrapper {
    position: relative;
}

.card__watermark {
    position: absolute;
    left: 10px;
    bottom: 10px;
    height: 54px;
    width: 48px !important;
    user-select: none;
    pointer-events: none;
}

.card__mini-icons {
    position: absolute;
    display: flex;
    flex-direction: column;
    gap: 8px;
    top: 8px;
    right: 8px;
}

.card__badges {
    position: absolute;
    display: flex;
    gap: 8px;
    top: 8px;
    left: 8px;
    z-index: 5;
}

.card__mini-icon {
    background: rgb(255, 255, 255, 1);
    padding: 0.7rem;
    border-radius: 6px;
    transition: transform 0.1s;
    position: relative;
    z-index: 1;
}

.card__mini-icon:hover {
    transform: scale(1.1);
    z-index: 2;
}

.card__mini-icon svg {
    width: 1.8rem;
    height: 1.8rem;
    transition: transform 0.1s;
}

.prodCard__icons {
    display: flex;
    gap: 30px;
}

.prodCard__icon svg {
    width: 22px;
    height: 22px;
    transition: transform 0.1s;
}

.card__mini-icon span {
    opacity: 0;
    visibility: hidden;
    transform: translateX(-10px) translateY(-50%);
    transition: 0.2s;
    font-size: 1.4rem;
    font-weight: 700;
    padding: 1rem;
    line-height: 16px;
    position: absolute;
    left: calc(100% + 7px);
    white-space: nowrap;
    top: 50%;
    background: #fff;
    border-radius: 8px;
    z-index: 5;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.card__mini-icon span::before {
    content: "";
    position: absolute;
    left: -7px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid #fff;
    filter: drop-shadow(-2px 0 2px rgba(0, 0, 0, 0.1));
}

.badge--sale {
    background: #FFD700;
}

.badge--new {
    background: #25A141;
}

.badge--hit {
    background: #5100DE;
}

.badge--sale svg {
    fill: #000;
}

.badge--new svg {
    fill: #fff;
}

.card__mini-icon:hover span {
    opacity: 1;
    visibility: visible;
    transform: translateX(0) translateY(-50%);
}

.prodCard__icon--stat svg {
    fill: #757575;
}

.prodCard__icon--like svg {
    fill: #757575;
}

.prodCard__icon--share svg {
    fill: #757575;
}

.card__icon--stat svg {
    fill: #9e9e9e;
}

.card__icon--like svg {
    fill: #9e9e9e;
}

.card__basket {
    justify-content: center;
    display: flex;
    align-items: center;
    height: 40px !important;
    border-radius: 8px;
    background: #006BDE;
    padding: 1rem 1.6rem;
    border: 2px solid #006BDE;
    color: #fff;
    white-space: nowrap;
    transition: all 0.2s;
}

.card__basket:hover {
    background: #fff;
    color: #006BDE;
}

.card__basket svg {
    fill: #fff;
    width: 18px;
    height: 18px;
    margin-right: 8px;
}

.card__basket-container {
    width: calc(100% - 5rem);
}

.card__basket--in-cart {
    justify-content: center;
    display: flex;
    align-items: center;
    height: 40px !important;
    border-radius: 8px;
    background: transparent;
    border: 2px solid #006bde;
    padding: 1rem 1.6rem;
    color: #006bde;
    white-space: nowrap;
    transition: all 0.2s;
}

.card__basket--in-cart:hover {
    background: #006bde;
    color: #fff;
}

.card__basket--in-cart svg {
    fill: #fff;
    width: 18px;
    height: 18px;
    margin-right: 8px;
}

.card__icon--bordered {
    height: 40px !important;
    width: 40px !important;
    border: 1px solid #006BDE;
    border-radius: 4px;
}

.card__icon--like svg._checked {
    stroke: #006bde;
    fill: #006bde;
}

.card__icon--stat svg._checked {
    fill: #006bde;
}

.prodCard__icon--like svg._checked {
    stroke: #006bde;
    fill: #006bde;
}

.prodCard__icon--stat svg._checked {
    fill: #006bde;
}

.prodCard__icon--share svg._checked {
    fill: #006bde;
}

.card__counter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 4rem;
    border: 0;
}

.counter__btn {
    background-color: rgba(0, 0, 0, 0);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 4rem;
    flex: 0 0 4rem;
    position: relative;
    height: 100%;
    display: block;
    cursor: pointer;
    color: #272727;
    -webkit-transition: .2s;
    transition: .2s;
    padding: 0;
    border-radius: 8px;

    &:hover {
        background: #e0e0e0;
    }
}

.counter__btn::after, .counter__btn::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 14px;
    height: 2px;
    background-color: #000;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.counter__btn--plus::after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.counter__value {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.counter__input {
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 16px;
    display: block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    padding: 0;
    outline: none !important;
    border: none !important;
}

.card__footer {
    margin-top: auto;
}

.card--cart {
    padding: 0;
    flex-direction: row;
    align-items: center;
    background: #f6f6f6;
}

.card--cart .card__imgWrp {
    width: calc(181 / 680 * 100%);
    margin-right: 20px;
    margin-bottom: 0;
}

.card--cart .card__title {
    width: calc(202 / 680 * 100%);
}

.card--cart .card__item {
    font-size: 16px;
    line-height: calc(26 / 16);
    color: #505050;
    margin-left: auto;
    width: 96px;
}

.oplata__info {
    margin-top: 7px;
    display: flex;
    flex-direction: row;
}

.gallery__filters {
    flex-wrap: wrap;
    display: flex;
    margin-bottom: 20px;
    gap: 8px;
    align-items: flex-start;
    padding: 15px 15px 15px 60px;
}
.gallery__filters .filters__form{
    margin: 0;
}

.gallery__filters .filters__btnGroup{
    padding: 0;
}

.gallery__filters-icon-mobile,
.productsTmp__filters-icon-mobile {
    display: none;
    cursor: pointer;
}

.production__slider {
    margin-bottom: 32px;
}

.wrapperHome .newItems__sliderBtns:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 50%;
    height: 170%;
    left: 0;
    width: 60px;
    background-color: #fff;
    transform-origin: top right;
    transform: translate(-50%, -50%) skew(-37deg);
}

.process {
    background-color: #fff;
}

.process__content {
    display: flex;
    justify-content: space-between;
    padding: 43px 0 64px;
}

.process__videoBox {
    flex: 0 0 50%;
    position: relative;
    display: flex;
    padding-bottom: 33.5%;
}

.process__videoBox:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 96%;
    height: 96%;
    background-color: #cae0f8;
}

.process__videoWrp {
    position: absolute;
    top: 0;
    right: 0;
    width: 96%;
    height: 94.5%;
}

.process__videoWrp video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    cursor: pointer;
}

.process__videoWrp:active + .process__videoPlay {
    transform: translate(-50%, -50%) scale(0.9);
}

.process__videoPlay {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 15%;
    height: 25%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    transform-origin: center;
    transition: transform 0.2s ease;
}

.process__body {
    flex: 0 1 50%;
    align-self: center;
    padding: 0 0 0 60px;
}

.process__title {
    margin-bottom: 22px;
}

.process__title-mobile {
    display: none;
}

.process__txt {
    line-height: 150%;
}

.services {
    background: linear-gradient(266.19deg, #c3dcf7 -3.38%, #f1f7fd 100.37%);
}

.services__content {
    padding: 70px 0 80px;
}

.services__title {
    text-align: center;
    margin-bottom: 17px;
}

.services__body {
    display: flex;
    margin: 0 -10px;
}

.services__itemWrp {
    flex: 0 1 25%;
    padding: 0 10px;
}

.serviceCard {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding-top: 25px;
    position: relative;
}

.serviceCard__imgBox {
    position: relative;
    width: 100%;
    padding-bottom: 70.3%;
    overflow: hidden;
    margin-bottom: 20px;
}

.serviceCard__imgWrp {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform-origin: top right;
    transform: skewY(-8deg);
    overflow: hidden;
}

.serviceCard__imgWrp img,
.serviceCard__imgWrp picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.serviceCard__imgWrp img {
    transform-origin: top right;
    transform: skewY(8deg);
}

.serviceCard__count {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 9.6rem;
    line-height: 1;
    font-weight: 700;
    color: rgba(0, 107, 222, 0.41);
}

.serviceCard__title {
    font-size: 2.4rem;
    line-height: 120%;
    font-weight: 700;
}

.serviceCard__txt {
    margin: auto;
    line-height: 150%;
}

.serviceCard__btn {
    align-self: flex-start;
    display: block;
    margin-top: 10px;
    font-size: 14px;
}

.benefits {
    background-color: #fff;
}

.benefits__content {
    padding: 64px 0 64px;
}

.benefits__title {
    text-align: center;
    margin-bottom: 30px;
}

.benefits__body {
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
    margin: 0 -10px;
}

.benefits__itemWrp {
    flex: 0 1 33.333%;
    padding: 0 10px;
}

.benefitCard {
    position: relative;
    height: 100%;
    padding: 71px 40px 31px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.07);
}

.benefitCard__countRow {
    position: relative;
    height: 95px;
    margin-bottom: 19px;
    background-color: #c7e2ff;
}

.benefitCard__countRow:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    width: 200%;
    background: inherit;
    transform: translateX(-50%);
}

.benefitCard__countRow:after {
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #fff;
    transform-origin: left bottom;
    transform: translateX(83%) skewX(-28deg);
}

.benefitCard__txt {
    font-size: 3.5rem;
    line-height: 130%;
    letter-spacing: -0.05em;
}

.benefitCard__count {
    position: absolute;
    white-space: nowrap;
    z-index: 2;
    left: 42%;
    top: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transform: translateY(-50%);
    font-size: 14rem;
    color: rgba(255, 255, 255, 0.5);
}

.benefitCard__svg {
    position: absolute;
    top: 0;
    left: 0;
    fill: #006bde;
    transform: translateY(-30%);
}

.benefitCard__svg--b1 {
    width: 109px;
    height: 109px;
}

.benefitCard__svg--b2 {
    width: 126px;
    height: 102px;
}

.benefitCard__svg--b3 {
    width: 103px;
    height: 103px;
}

.benefitCard__svg--b4 {
    width: 109px;
    height: 109px;
}

.benefitCard__svg--b5 {
    width: 104px;
    height: 110px;
    transform: translate(-10%, -30%);
}

.benefitCard__svg--b6 {
    width: 109px;
    height: 109px;
}

.gallery__title {
    margin-bottom: 32px;
}

.gallery__body {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-right: -10px;
}

.gallery__itemWrp {
    flex: 0 1 33.333%;
    padding-right: 10px;
    padding-bottom: 12px;
}

.gallery__imgBox {
    display: block;
    padding-bottom: 52.17%;
    margin-bottom: 10px;
    overflow: hidden;
}

.gallery__imgBox img {
    transition: transform 0.2s ease;
}

.gallery__itemTitle {
    color: #595959;
    font-size: 2.2rem;
    line-height: 140.62%;
    margin-bottom: 6px;
}

.gallery__params {
    font-size: 1.4rem;
    line-height: 150%;
}

.gallery .addBox {
    margin-top: 30px;
}

.productsTmp .newItems__controlPanel {
    margin-bottom: 20px;
}

.productsTmp .newItems__tabs {
    margin-right: 0;
}

.productsTmp__content {
    padding-bottom: 64px;
}

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

.productsTmp__sort {
    margin-right: 30px;
}

.productsTmp__filterToggler {
    width: 20px;
    display: none;
}

.productsTmp__filterToggler svg {
    fill: #505050;
    width: 20px;
    max-width: 20px;
    height: 20px;
}

.productsTmp__filterToggler svg:hover {
    fill: #006bde;
}

.productsTmp__filters {

    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    gap: 8px;
    padding: 15px 15px 4px 60px;
}

.productsTmp__sortPanel {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.productsTmp__sortBox {
    display: flex;
    justify-content: flex-start;
}

.productsTmp__sortBox form {
    margin-bottom: 0;
}

.productsTmp__sortDropBox {
    position: absolute;
    z-index: 10;
    bottom: -10px;
    left: 0;
    padding: 10px 15px;
    border: 1px solid #d6d6d6;
    background-color: #fff;
    visibility: hidden;
    opacity: 0;
    transform: translateY(100%);
    transition: opacity 0.2s ease, visibility 0.2s ease;
}

.productsTmp__sortDropBox > div {
    padding: 10px 0;
    margin: 0;
}

.productsTmp__sortItem--drop._active > .productsTmp__sortDropBox {
    visibility: visible;
    opacity: 1;
    width: auto;
    height: auto;
}

.productsTmp__sortItem--drop._active > span {
    color: #006bde;
}

.productsTmp__sortItem--drop._active > span svg {
    fill: #006bde;
}

.productsTmp__sortItem {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    margin-right: 46px;
    white-space: nowrap;
}

.productsTmp__sortItem > span {
    display: block;
}

.productsTmp__sortItem > span:active {
    color: #006bde;
}

.productsTmp__sortItem > span:active svg {
    fill: #006bde;
}

.productsTmp__sortItem svg {
    display: none;
    width: 7px;
    height: 8px;
    fill: #505050;
    transition: 0.2s ease;
}

.productsTmp__sortItem--drop {
    margin-right: 50px;
}

.productsTmp__sortItem--drop svg {
    display: inline-block;
    margin-left: 14px;
}

.productsTmp__layoutControl {
    display: flex;
    width: 82px;
    height: 32px;
    background: #ededed;
    border-radius: 5px;
}

.productsTmp__layoutBtn {
    flex: 0 0 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    border-radius: 5px;
}

.productsTmp__layoutBtn svg {
    fill: #b8b7b7;
}

.productsTmp__layoutBtn._active {
    background-color: #006bde;
    pointer-events: none;
}

.productsTmp__layoutBtn._active svg {
    fill: #fff;
}

.productsTmp__layoutBtn--col svg {
    width: 20px;
    height: 20px;
}

.productsTmp__layoutBtn--line svg {
    width: 23px;
    height: 17px;
}

.productsTmp__itemWrp {
    flex: 0 1 25%;
    padding: 8px;
}

@media (min-width: 1101px) {
    #products-container .productsTmp__body:not(.productsTmp__body--line) .productsTmp__itemWrp {
        flex: 0 1 33.33%;
    }
}

.productsTmp__itemWrp--main {
    flex: 0 1 33.333%;
}

.productsTmp .filters__form {
    gap: 12px;
}

.productsTmp .filters__btnGroup {
    order: 2;
}

.productsTmp .filters__filterGroup {
    order: 1;
}

.productsTmp .addBox {
    padding: 20px 0;
}

.productsTmp p {
    line-height: 150%;
    padding: 10px 0;
}

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

.productsTmp__body {
    display: flex;
    flex-wrap: wrap;
    row-gap: 32px;
}

.productsTmp__body--main {
    flex: 1 1 0%;
    padding-top: 0;
}

.productsTmp__aside {
    flex: 0 0 358px;
    margin-right: 20px;
}

.wrapperBrands > main {
    padding-bottom: 77px;
}

.wrapperBrands > main > ._container > p {
    line-height: 150%;
    padding: 10px 0;
}

.wrapperBrands .newItems__sliderBtns {
    margin-left: 10px;
}

.wrapperBrands .newItems__sliderBtns:before {
    display: none;
}

.brands__tabsEl {
    display: block;
    transition: color 0.2s ease;
}

.brands__tabsEl:before,
.brands__tabsEl:after {
    transition: background 0.2s ease;
    border-color: transparent !important;
}

.brands__tabsEl:active:before,
.brands__tabsEl:active:after {
    background-color: #9af3ef;
}

.brands__tabsEl--active {
    pointer-events: none;
    color: #fff;
}

.brands__tabsEl--active:before,
.brands__tabsEl--active:after {
    background-color: #006bde;
}

.brands__head {
    display: flex;
    justify-content: space-between;
    padding-bottom: 32px;
}

.brands__title {
    line-height: 1.2;
}

.brands__controls {
    padding: 0;
    margin: 0 0 0 15px;
    overflow: hidden;
}

.brands__body {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.brands__cardWrp {
    flex: 0 1 33.333%;
    padding: 0 10px 45px;
}

.brands__imgLink {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.brands__imgBox {
    display: block;
    padding-bottom: 45.4%;
    margin-bottom: 20px;
}

.brands__imgBox img {
    transition: transform 0.2s ease;
}

.brands__imgBox:after,
.brands__imgBox:before {
    content: '';
    position: absolute;
    z-index: 2;
    top: 50%;
    height: 110%;
    width: 20%;
    background-color: #fff;
}

.brands__imgBox:before {
    right: 0;
    transform-origin: top left;
    transform: translate(100%, -50%) skewX(-10deg);
}

.brands__imgBox:after {
    left: 0;
    transform-origin: bottom right;
    transform: translate(-100%, -50%) skewX(-10deg);
}

.brands__cardTitle {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 2.4rem;
    line-height: 140.62%;
    margin-bottom: 12px;
}

.brands__cardBrands {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}

.brands__cardBrandWrp {
    flex: 0 1 50%;
    padding: 10px 5px;
}

.brands__cardBrand {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 35px;
    height: 100%;
    padding: 3px 12px;
    text-align: center;
    color: #006bde;
}

.brands__cardBrand:active:before {
    background-color: #fff;
    border-color: #006bde;
}

.brands__cardBrand:before {
    content: '';
    position: absolute;
    z-index: -1;
    left: 50%;
    top: 0;
    height: 100%;
    width: 93%;
    background: #f6f6f6;
    border: 2px solid transparent;
    transform: translateX(-50%) skewX(-15deg);
    transition: background 0.2s ease, border 0.2s ease;
}

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

.brand__advantages {
    display: flex;
    background: #F6F6F6;
    clip-path: polygon(10% 0, 100% 0, 100% 80%, 91% 100%, 0 100%, 0 20%);
    line-height: 150%;
    overflow: hidden;
    margin-bottom: 40px;
    max-height: 470px;
}

.brand__advantages h1,
.brand__advantages h2,
.brand__advantages h3 {
    font-size: 3.6rem;
    font-weight: 700;
    color: #006BDE;
    line-height: 100%;
}

.brand__readMore {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}

.brand__readMore h3 {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 141%;
    padding-right: 24px;
    color: #006BDE;
}

.brand__description {
    margin-bottom: 40px;
}

.card__btn-catalog {
    justify-content: center;
    background: #fff;
    color: #006BDE;
    transition: 0.2s;
    border: 2px solid #fff;
    font-weight: 500;
}

.card__btn-catalog:not(._touch):hover {
    color: #fff;
    background: #006BDE;
    border: 2px solid #fff;
}

.card__empty {
    background: #006BDE;
}

.brand__description-short {
    text-align: center;
    background: #E3F1FF;
    padding: 3.2rem 8rem;
    color: #000;
    line-height: 150%;
}

.brand__description-left {
    line-height: 150%;
    margin-right: 20px;
    width: 44%;
}

.brand__description-main {
    align-items: center;
    display: flex;
    padding-top: 160px;
    margin-top: -160px;
}

.brand__description-image {
    width: 56%;
    clip-path: polygon(9% 0, 100% 0, 100% 82%, 91% 100%, 0 100%, 0 18%);
    max-height: 272px;
    object-fit: cover;
    object-position: center;
}

.brand__readMore svg {
    width: 16px;
    height: 24px;
}

.brand__list {
    margin-top: 5.2rem;
    margin-bottom: 5.2rem;
    margin-left: 10rem;
    margin-right: 2.2rem;
    width: 55%;
    overflow-y: auto;
    padding-right: 10px;
    line-height: 150%;
}

.brand__list::-webkit-scrollbar {
    width: .4em;
}

.brand__list::-webkit-scrollbar,
.brand__list::-webkit-scrollbar-thumb {
    overflow: visible;
    border-radius: 4px;
}

.brand__list::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, .2);
}

.brand__list ul, .brand__list ol {
    padding-left: 28px;
}

.brand__list li {
    position: relative;
}

.brand__list li:not(:last-child) {
    margin-bottom: 16px;
}

.brand__list li::before {
    content: "";
    position: absolute;
    left: -28px;
    top: 0;
    width: 20px;
    height: 20px;
    background-image: url('/img/icons/star.svg');
    background-repeat: no-repeat;
    background-size: contain;
}

.brand__image {
    width: 45%;
    height: 470px;
    clip-path: polygon(19% 0, 100% 0, 100% 80%, 90% 100%, 0 100%, 0 20%);
    position: relative;
}

.brand__logo {
    position: absolute;
    top: 3.2rem;
    right: 3.2rem;
    width: 23.2rem;
    height: 9.6rem;
    padding-left: 2.4rem;
    padding-right: 2.4rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    background: #fff;
    clip-path: polygon(10% 0, 100% 0, 100% 80%, 90% 100%, 0 100%, 0 20%);
}

.brand__products-title {
    margin-top: 4rem;
    margin-bottom: 3.2rem;
}



.brand__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.brand__logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    -o-object-fit: contain;
}

.card__controllers--mobile {
    display: none;
}

.brands__cardBrand:after {
    content: '';
    min-height: inherit;
    font-size: 0;
}

.brands__cardCategory {
    background-color: #F6F6F6;
    color: #006BDE;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    text-align: center;
    border-radius: 4px;
    transition: 0.1s;

    padding: 10px 16px;
    /*display: -webkit-box;*/
    /*-webkit-line-clamp: 2;*/
    /*-webkit-box-orient: vertical;*/
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
    text-align: center;
}

.brands__cardCategory-more {
    background-color: #FFF;
    color: #fff;
    border: 1px solid #F6F6F6;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    text-align: center;
    border-radius: 4px;
    transition: 0.1s;
    background: #006BDE;
}

.brands__cardCategory-more p {
    padding: 10px 16px;
    font-weight: 400;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.categories__cardCategories,
.brands__cardCategories {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.brands__cardCategory:hover {
    color: #F6F6F6;
    background-color: #006BDE;
}

.brands__cardMore {
    font-size: 14px;
    line-height: 150%;
    display: flex;
    align-items: center;
    color: #bebebe;
}

.brands__cardMore:not(:first-child) {
    margin-top: 9px;
}

.brands__cardMore::before {
    content: attr(data-more-open) ' ';
}

.brands__cardMore[aria-expanded='true']::before {
    content: attr(data-more-close) ' ';
}

.brands__cardMore[aria-expanded='true'] .brands__cardArrow {
    transform: scale(1, -1);
}

.brands__cardArrow {
    fill: none;
    stroke: #505050;
    width: 9px;
    height: 5px;
    transition: 0.3s;
    margin-left: 12px;
}

.newProducts {
    padding-bottom: 10px;
}

.newProducts .newItems__title {
    margin-bottom: 0px;
}

.saleProducts {
    padding-bottom: 0px;
}

.saleProducts .newItems__title {
    margin-bottom: 0;
}

.saleProducts .card__imgBox {
    overflow: visible !important;
}

.saleProducts .card__imgBox > .card__cardImgWrp {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

.card__desc-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column
}

.productsTmp__body--line .card__desc-wrapper {
    flex: 1 1 0%;
    height: auto;
}

.productsTmp__body--line .card__price {
    justify-content: start;
    gap: 12px;
}

.productsTmp__body--line .card__imgBox {
    padding-bottom: 100%;
}

.productsTmp__body--line .card__controllers--desktop .card__btn {
    width: auto;
    flex-grow: 0;
}

.productsTmp__body--line .card__controllers--desktop {
    justify-content: flex-start;
}

.productsTmp__body--line .card__controllers--desktop a {
    width: auto;
}

.card__sale {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: -20px;
    padding: 5px 0px 4px 10px;
    font-size: 1.4rem;
    line-height: 150%;
    color: #fff;
    background-color: #25a141;
}

.card__sale:before {
    content: '';
    position: absolute;
    z-index: -1;
    right: 0;
    top: 0;
    height: 100%;
    width: 50%;
    background-color: inherit;
    transform-origin: bottom right;
    transform: skewX(-40deg);
}

.history__content {
    padding-bottom: 50px;

}

.history__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 22px;
}

.history__getDocs {
    margin-left: 15px;
}

.history__getDocs:active {
    background-color: #fff;
    color: #006bde;
}

.history__titlesBox { padding-right: 96px; }

.history__titlesBox > div{
    display:flex; align-items:center; min-height:40px;
    font-size:1.4rem; line-height:150%; color:#b8b8b8; border:none;
}

.history__titlesBox > div:after{ content:''; font-size:0; min-height:inherit; }

.history__row{
    display:flex;
    border-top:3px solid #f6f6f6;
    color:#1f2937;
}

.history__grid{
    display:grid;
    grid-template-columns:
    100px              /* № */
    160px              /* Дата */
    110px              /* Сумма */
    130px              /* Доставка */
    120px              /* Оплата */
    minmax(220px,1fr)  /* Адрес */
    fit-content(160px) /* Статус */
    minmax(220px,260px)/* Комментарии/действия */;
    column-gap:16px;
    align-items:center;
    padding:10px 0;
}
.history__row.history__grid{ display:grid !important; }

.history__col{
    flex:initial;
    min-width:0;
    overflow:hidden; white-space:nowrap; text-overflow:ellipsis;
}
.history__col .unread-badge_{
    color: #006BDE;
}

.history__col:not(:last-child) {

}

.history__row { color:#1f2937; }
.history__row .history__col,
.history__row .history__col a,
.history__row .link-like { color:inherit; }

.history__status {
    /*min-width: 134px;*/
    /*min-width: 130px;*/
}

.addr__text{
    display:block;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    outline:none;
}

.has-tip .tip-bubble{
    opacity:0;
    visibility:hidden;
    transform:translateX(-10px) translateY(-50%);
    transition:0.2s;
    font-size:1.4rem;
    font-weight:700;
    padding:1rem;
    line-height:16px;
    position:absolute;
    left:calc(100% + 7px);
    top:50%;
    white-space:nowrap;
    background:#fff;
    border-radius:8px;
    z-index:10;
    box-shadow:0 0 10px rgba(0,0,0,.2);
}
.has-tip .tip-bubble::before{
    content:"";
    position:absolute;
    left:-7px;
    top:50%;
    transform:translateY(-50%);
    width:0; height:0;
    border-top:8px solid transparent;
    border-bottom:8px solid transparent;
    border-right:8px solid #fff;
    z-index: 10;
    filter:drop-shadow(-2px 0 2px rgba(0,0,0,.1));
}


.history__col--address{
    position:relative;
    max-width:130px;
}
.has-tip:hover .tip-bubble
{
    opacity:1;
    visibility:visible;
    transform:translateX(0) translateY(-50%);
}
.comments-new{
    color: #006BDE;
}

.history__status { font-weight:700;
text-overflow: ellipsis;
overflow: hidden;
}
.history__status.status--new { color:#16a34a; }
.history__status.status--default { color:#1f2937; }

.history__status.paid {
    color: #00bc40 !important;
}

.history__status.cancell {
    color: #ef0b0b !important;
}

.history__substatus {
    color: #b4b2b2;
    font-weight: 400;
}

.history__spollerBox {
    border: none !important;
    overflow: visible !important;
}

.history__spoller {
    position: relative;
    padding-right: 70px;
    overflow: visible !important;
}

.history__spoller > div {
    display: flex;
    align-items: center;
    white-space: nowrap;
    flex-wrap: nowrap;
    min-height: 40px;
    padding: 15px 0;
    font-size: 1.4rem;
    line-height: 150%;
    color: #5B5B5B;
}

.history__spoller > div > div {
    font-weight: 700;
}

.history__spoller > div > div:nth-child(1) {
    color: #777;
}

.history__spoller > div > div:nth-child(2) {
    font-weight: 400;
    color: #373737;
}

.history__spoller > div > div:nth-child(3) {
    font-weight: 700;
    color: #373737;
}

.history__spoller > div > div:nth-child(4) {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.history__spoller > div:after {
    content: '';
    font-size: 0;
    min-height: inherit;
}

.history__spollerTrigger.has-tip,
.history__export-document.has-tip,
.history__refresh-order.has-tip{ position:relative; overflow:visible; }

.history__spollerTrigger.has-tip .tip-bubble,
.history__export-document.has-tip .tip-bubble,
.history__refresh-order.has-tip .tip-bubble{
    left:50% !important;
    top:auto !important;
    font-size: 1.4rem;
    bottom:calc(100% + 6px);
    transform:translate(-50%);
    white-space:nowrap;
    z-index: 10;
    font-size: .6rem;
}
.history__spollerTrigger.has-tip:hover .tip-bubble,
.history__export-document.has-tip:hover .tip-bubble,
.history__refresh-order.has-tip:hover .tip-bubble{
    opacity:1; visibility:visible; transform:translate(-50%,0);
}

.history__spollerTrigger.has-tip .tip-bubble::before,
.history__export-document.has-tip .tip-bubble::before,
.history__refresh-order.has-tip .tip-bubble::before{
    left:50% !important; top:auto !important; bottom:-8px;
    transform:translateX(-50%);
    border:none;
    font-size: 1.4rem;
    border-left:8px solid transparent;
    border-right:8px solid transparent;
    border-top:8px solid #fff;

    z-index: 6;
    filter:drop-shadow(0 2px 2px rgba(0,0,0,.08));
}

/*.history .history__spollerTrigger,*/
/*.history .history__export-document,*/
/*.history .history__refresh-order{*/
/*    position: absolute;*/
/*    top: 0; bottom: 0;*/
/*    display: flex; align-items: center; justify-content: center;*/
/*    width: 24px;*/
/*    cursor: pointer;*/
/*    z-index: 1;*/
/*}*/

.history__action-button .ac-trigger{
    position: static !important;
    top: auto !important; right: auto !important;
    width: 32px; height: 32px; margin: 0;
}

/*.history__spollerTrigger{ right:0; }*/
/*.history__export-document{ right:32px; }*/
/*.history__refresh-order{ right:64px; }*/

.history__spollerTrigger[aria-expanded='true'] svg {
    transform: scale(1, -1);
}

.history__spollerTrigger:active svg {
    color: #006BDE;
}

.history__spollerTrigger:after,
.history__refresh-order:after,
.history__export-document:after{
    content: '';
    display: none;
}

.history__spollerTrigger svg,
.history__refresh-order svg,
.history__export-document svg{
    width: 30px;
    height: 30px;
    fill: none;
    color: #292D32;
    stroke-width: 2px;
    transition: color 0.2s ease, transform 0.4s ease;
}

.history__statusBox {
    flex: 0 0 auto;
    color: #25A141;

}
.history__actions{
    position: absolute;
    top: 0; right: 0; height: 100%;
    display: flex; align-items: center;
    z-index: 1;
}

.history__icons {
    flex: 0 1 100%;
    max-width: 100px;
    display: flex;
    justify-content: space-between;
    margin-left: 15px;
    color: #a7a7a7;
    font-size: 1.4rem;
}
.history__actions .ac-trigger{
    position: static !important;
    top: auto !important; right: auto !important;
    width: 24px !important; height: 24px !important; margin: 0;
}
.history__action{
    display: inline-flex; align-items: center; justify-content: center;
    width: 24px;
    border: 0; background: transparent; padding: 0; cursor: pointer;
    position: relative;
}
.history__action svg{
    width: 24px; height: 24px;
    fill: none; color: #292D32;
    stroke-width: 2px; transition: color .2s ease, transform .3s ease;
}

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

.history__icon svg {
    display: block;
    width: 16px;
    height: 16px;
    margin-right: 8px;
    fill: #a7a7a7;
}

.history__panelGrid {
    display: flex;
    padding: 3px 0 31px;
}

.history__panelBody {
    flex: 0 1 100%;
}

.history__panelSide {
    flex: 0 0 328px;
    margin-left: 20px;
}

.history__panelCardWrp:not(:last-child) {
    margin-bottom: 20px;
}

.history__panelCard {
    display: flex;
    background-color: #f6f6f6;
}

.history__imgBox {
    flex: 0 0 181px;
    position: relative;
    overflow: hidden;
}

.history__imgBox:before,
.history__imgBox:after {
    content: '';
    position: absolute;
    z-index: 2;
    width: 20px;
    height: 20px;
}

.history__imgBox:before {
    top: 0;
    left: 0;
    transform-origin: right top;
    transform: skewX(-45deg);
    background-color: #fff;
}

.history__imgBox:after {
    bottom: 0;
    right: 0;
    transform-origin: left bottom;
    transform: skewX(-45deg);
    background-color: #f6f6f6;
}

.history__imgWrp {
    display: block;
    height: 100%;
    padding-bottom: 45.9%;
}

.history__imgWrp img {
    cursor: pointer;
    transition: 0.2s ease;
}

.history__imgWrp img:hover {
    transform: scale(1.1);
}

.history__panelCardInfo {
    flex: 0 1 100%;
    /*display: flex;*/
    padding: 17px 18px 13px;
}

.history__panelCardCol {
    line-height: 150%;
}

.history__panelCardCol:first-child {
    flex: 0 1 325px;
    font-weight: 700;
}

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

.history__panelCardCol:not(:first-child) {
    word-break: keep-all;
}

.history__panelSideList {
    padding: 2.4rem;
    border: 1px solid #F6F6F6;
    border-radius: 2rem;
    margin-bottom: 20px;
}

.history__panelSideItem {
    line-height: 100%;
    font-weight: 700;
    font-size: 1.4rem;
    color: #757575;
}

.history__panelSideItem:not(:last-child) {
    padding-bottom: 1.6rem;
    border-bottom: 1px solid #F6F6F6;
}
.history__panelSideItem:not(:first-child) {
    padding-top: 1.6rem;
}

.history__panelSideItem--now{
color: #25A141;
    font-weight: 700;
    font-size: 1.4rem;

}

.history__panelSideItem--alert{
    color: #28303F;
    font-weight: 700;
    font-size: 1.4rem;
}
.history__panelSideItem--alert small{
    font-size: 1.2rem;
    font-weight: 700;
    display: block;
    color: #757575;
    padding-top: 12px;
}

.history__panelSideItem span {
    display: block;
    padding-top: 12px;
    color: #006bde;
    font-weight: 700;
    font-size: 1.8rem;
}

.history__pay {
    width: 100%;
    max-width: 241px;
}

/* ===== Таблица и колонки ===== */
.history__table{ width:100%; border-collapse:separate; border-spacing: 1rem; table-layout:fixed; }
.history__thead th{
    text-align:left; font-size:1.4rem; line-height:150%; color:#b8b8b8; font-weight:400;
    padding:12px 5px; border:none;
}


/* №, Дата, Сумма, Доставка, Оплата, Статус, Комментарии, Действия */
.history__thead th:nth-child(1){ width:11rem; }   /* № */
.history__thead th:nth-child(2){ width:16rem; }   /* Дата */
.history__thead th:nth-child(3){ width:11rem; }   /* Сумма */
.history__thead th:nth-child(4){ width:11rem; }   /* Доставка */
.history__thead th:nth-child(5){ width:10rem; }   /* Оплата */
.history__thead th:nth-child(7){ width:8.5rem; }   /* Статус */
.history__thead th:nth-child(8){ width:20.5rem; }   /* Комментарии */
.history__th--actions{ width:10.4rem; }              /* Действия */

.history__tbody td{
    position: relative;
    padding:15px 5px;
    font-size:1.4rem; line-height:150%; font-weight: 700 ; color:#5B5B5B;
    vertical-align:middle;
    overflow:visible;
    white-space:nowrap; text-overflow:ellipsis;
}
.history__tbody td:first-child(){
    border-top:3px solid #f6f6f6;
}

.history__tr{ position:relative; }

/* ===== Адрес с обрезкой и тултипом ===== */
.history__td--address{ position:relative; min-width: 8rem; width: 20.5rem}
.addr__text{
    display:block;
    max-width:100%; /* берёт ширину ячейки */
    white-space:nowrap; overflow:hidden; text-overflow:ellipsis; outline:none;
}

/* ===== Комментарии колонка ===== */
.history__td--comments .comments-link{
    display:inline-flex; align-items: center; background:none; border:0; padding:0; cursor:pointer;
    color:inherit; font:inherit; white-space:nowrap;
}
.comments-new{ color:#006BDE; }
.comments-link.disabled {
    cursor: default; /* Курсор не доступен */
}
/* ===== Статус ===== */
.history__status{ font-weight:700;
    position: relative;
    /*min-width:120px;*/
}
.history__status.status--new{ color:#16a34a; }
.history__status.status--default{ color:#1f2937; }
.history__status.paid{ color:#00bc40 !important; }
.history__status.cancell{ color:#ef0b0b !important; }

/* ===== Иконки действий справа (ровно в линию, 24px) ===== */

.history__actions{
    display:flex; align-items:center; justify-content:flex-end; gap:8px; min-width:96px;
}
.history__action{
    display:inline-flex; align-items:center; justify-content:center;
    width:24px; height:24px; border:0; background:transparent; padding:0; cursor:pointer; position:relative;
}
.history__action svg{
    display:block; /* чтобы не прыгали по базовой линии */
    width:24px; height:24px; fill:none; color:#292D32; stroke-width:2px;
    transition: color .2s ease, transform .3s ease;
}

/* Ховеры для всех кнопок */
body:not(._touch) .history__action:hover svg,
.history__action:focus-visible svg{ color:#006BDE; }

/* Стрелка-триггер */
.history__spollerTrigger[aria-expanded="true"] svg{ transform: scaleY(-1); }
body:not(._touch) .history__spollerTrigger:hover svg,
.history__spollerTrigger:focus-visible svg,
.history__spollerTrigger:active svg,
.history__spollerTrigger[aria-expanded="true"] svg{ color:#006BDE; }
.history__td--actions{ position:relative; padding: 15px 0 !important;}
/* ===== Анимация раскрытия ===== */
.history__detailsCell{ padding:0 !important; }
.details-content{
    overflow:hidden;
    max-height:0;
    opacity:0;
    padding:0 0;             /* убираем вертикальные отступы в закрытом состоянии */
    transition: max-height .35s ease, opacity .25s ease, padding .25s ease;
}
.history__details.is-open .details-content{
    max-height:10000px;       /* достаточно большое значение под контент */
    opacity:1;
    padding:8px 0 16px;      /* мягкие отступы при открытии */
}

/* Панель внутри — как было */
.history__panelGrid{ display:flex; padding:3px 0 31px; }
.history__panelBody{ flex:0 1 100%; }
.history__panelSide{ flex:0 0 328px; margin-left:20px; }

.comments-link__icon {
    width: 14px;
    height: 14px;
    margin-left: 3px; /* Отступ от текста */
    transition: transform 0.3s ease; /* Плавная анимация */
    color: #006BDE; /* Цвет стрелочки */
}
.history__details.is-open .comments-link__icon,
.history__commentsContainer.is-open {
    transform: rotate(180deg); /* Поворот стрелочки */
}
/* При раскрытии комментариев — стрелочка переворачивается */
.history__details.is-open .comments-link__icon {
    transform: rotate(180deg); /* Поворот стрелочки */
}
.history__table {
    width: 100%;
    border-collapse: collapse; /* Убираем двойные бордеры между ячейками */
    table-layout: fixed;
}

.history__tbody td, .history__thead th {
    border-bottom: 1px solid #f6f6f6; /* Одинарный бордер */
}

.history__tr .comments-link__icon,
.history__tr .history__spollerTrigger svg {
    transition: transform .25s ease;
    transform: rotate(0deg);
}

.history__tr.is-open .comments-link__icon,
.history__tr.is-open .history__spollerTrigger svg {
    transform: rotate(180deg);
}

.all__messages {
    max-height: 280px;
    overflow: auto;
    padding: 12px;
    width: 100%;
    margin-bottom: 12px;
    background: #fff;
    scrollbar-gutter: stable;
    overscroll-behavior: contain;
}

.all__messages::-webkit-scrollbar { width: 8px; }
.all__messages::-webkit-scrollbar-track { background: transparent; }
.all__messages::-webkit-scrollbar-thumb {
    background-color: #006bde;
    border-radius: 8px;
    border: 2px solid transparent;
    background-clip: content-box;
}
.all__messages:hover::-webkit-scrollbar-thumb { background-color: rgba(0,107,222,.6); }
.all__messages::-webkit-scrollbar-thumb:active { background-color: rgba(0,107,222,.8); }
.all__messages { scrollbar-width: thin; scrollbar-color: rgba(0,107,222,.6) transparent; }

.history__commentsBox {
    border: none !important;
    margin-bottom: 0px !important;
}

.history__commentsSpoller {
    position: relative;
    display: flex;
    align-items: center;
    padding: 10px 0;
    color: #006bde;
    font-weight: 700;
    padding-left: 25px;
}

.history__commentsChat {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    margin-right: 10px;
    fill: #006bde;
}

.history__commentsSel {
    width: 13px;
    height: 13px;
    fill: none;
    stroke: #505050;
    stroke-width: 3px;
}

.history__commentsPlug {
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
    width: 100% !important;
    height: 100% !important;
}

.history__commentsPlug svg {
    transition: 0.4s ease;
}

.history__commentsPlug[aria-expanded='true'] svg {
    transform: scale(1, -1);
}

.history__commentsPlug:after {
    display: none;
}

.history__commentsPanel {
    padding-left: 25px;
}

.history__comment {
    line-height: 150%;
}

.history__comment:not(:last-of-type) {
    margin-bottom: 22px;
}

.history__commentHead {
    display: flex;
    padding-top: 2px;
    padding-bottom: 8px;
}

.history__commentName {
    margin-right: 10px;
    font-size: 1.6rem;
    font-weight: 700;
}

.history__commentTime {
    font-size: 1.4rem;
    color: #bdbdbd;
}
.history__commentRead {
    margin-left: auto;
    font-size: 1.2rem;
    color: #9e9e9e;
    line-height: 1;
    white-space: nowrap;
}

.history__commentBody {
    padding-bottom: 10px;
}

.history__commentAnswer {
    display: inline-block;
    color: #bdbdbd;
}

.history__form {
    position: relative;
    width: 100%;
    padding: 12px;
    border: 1px solid #bdbdbd;
    box-sizing: border-box;
    border-radius: 7px;
}

.history__textarea {
    display: block;
    height: 66px;
    width: 100%;
    padding-right: 150px;
    font-size: 1.4rem;
    line-height: 150%;
    color: #505050;
    border: none;
    resize: none;
}

.history__commentControls {
    position: absolute;
    bottom: 12px;
    right: 12px;
    display: flex;
    align-items: center;
}

.history__smileBox {
    cursor: pointer;
    margin-right: 12px;
}

.history__smileBox:active svg {
    fill: #006bde;
}

.history__smileBox svg {
    width: 20px;
    height: 20px;
    fill: #bdbdbd;
    transition: 0.2s ease;
}

.history__submit {
    padding: 8px 20px 10px;
    background-color: #cdcdcd;
    border-radius: 33px;
    transition: 0.2s ease;
}

.history__submit:active {
    background-color: #006bde;
    color: #fff;
}

.basket__content {
    padding-bottom: 64px;
}

.basket__title {
    padding: 0 0 32px;
}

.basket__grid {
    display: flex;
}

.basket__body {
    display: flex;
    flex: 0 1 100%;
    flex-direction: column;
}

.basket__side {
    flex: 0 0 380px;
    margin-left: 20px;
}

.basket__cardBody {
    display: flex;
    padding: 16px;
    padding-bottom: 20px;
}

.basket__cardImgBox {
    position: relative;
    max-height: 93px;
    height: 93px;
    flex: 0 0 181px;
    margin-right: 18px;
    overflow: hidden;
}

/*.basket__cardImgBox:before,*/
/*.basket__cardImgBox:after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    z-index: 2;*/
/*    width: 20px;*/
/*    height: 20px;*/
/*}*/

/*.basket__cardImgBox:before {*/
/*    top: 0;*/
/*    left: 0;*/
/*    transform-origin: right top;*/
/*    transform: skewX(-45deg);*/
/*    background-color: #f8f9fa;*/
/*}*/

/*.basket__cardImgBox:after {*/
/*    bottom: 0;*/
/*    right: 0;*/
/*    transform-origin: left bottom;*/
/*    transform: skewX(-45deg);*/
/*    background-color: #f8f9fa;*/
/*}*/

.basket__cardImgWrp {
    display: block;
    height: 100%;
    padding-bottom: 45.9%;
}

.basket__cardImgWrp img {
    cursor: pointer;
    transition: 0.2s ease;
    clip-path: polygon(
        20px 0,
        100% 0,
        100% calc(100% - 20px),
        calc(100% - 20px) 100%,
        0 100%,
        0 20px
    );
}

.basket__cardImgWrp img:hover {
    transform: scale(1.1);
}
@media (min-width: 994px) {
    .basket__cardDesc {
        flex: 0 1 328px;
        line-height: 162%;
        margin-right: 20px;
    }
}

.basket__cardTitle {
    position: relative;
    top: -6px;
    font-weight: 700;
}

.basket__cardChars {
    position: relative;
    bottom: -6px;
}

.basket__cardPrice {
    flex: 0 1 84px;
    margin: auto 0 auto auto;
    font-weight: 700;
    color: #006bde;
}

.basket__sideBox {
    padding: 15px 20px;
    background: #f6f6f6;
    font-size: 1.6rem;
    line-height: 150%;
}

.basket__sideName {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 19px;
}

.basket__sideRow {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 19px;
}

.basket__sideData {
    margin-left: 15px;
    white-space: nowrap;
}

.basket__sideData--price {
    font-size: 2rem;
    font-weight: 700;
}

.favorite__sideBtns {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.favorite__sideBtns a, .favorite__sideBtns div {
    width: 100%;
}

.basket__deleteAll {
    background: rgba(42, 42, 43, 1);
    border-color: rgba(42, 42, 43, 1);
}

.basket__deleteAll:hover {
    color: rgba(42, 42, 43, 1) !important;
}

.favorite__sideBtns,
.basket__sideBtns {
    font-size: 1.4rem;
    margin-top: 5px;
}

.basket__combinedContainer {
    display: flex;
    flex: 1;
}

.favorite__checkout,
.basket__checkout {
    width: 100%;
}

.favorite__checkout:active,
.basket__checkout:active {
    background-color: transparent;
    color: #006bde;
}

.productCalc__warn.error {
    color: #ff0000;
    font-weight: bold;
}

.basket__btnsGroup {
    display: flex;
}

.basket__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 1 50%;
    padding: 5px 10px;
    background-color: #bcbcbc;
    border-color: #bcbcbc;
}

.basket__btn:active {
    background-color: #006bde !important;
    border-color: #006bde !important;
    color: #fff !important;
}

.basket__btn--mailto {

}

.productCalc {
    position: relative;
    padding: 20px;
    background: #f6f6f6;
}

.productCalc__body {
    display: flex;
}

.productCalc__body {
    margin-bottom: 20px;
}

.productCalc__col--wrp {
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 20px;
    gap: 12px;
}

.productCalc__col--inner {
    display: flex;
    align-items: center;
    text-align: center;
}

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

.productCalc__col--long {
    flex: 0 1 237px;
}

.productCalc__col--long .choices {
    font-size: 1.4rem;
    width: 100% !important;
}

.productCalc__col--long .choices .choices__list {
    max-height: 120px;
}

.productCalc__col--long .choices .choices__inner {
    border: 1px solid transparent;
    border-radius: 0;
    padding-top: 8px;
    padding-bottom: 6px;
    padding-left: 8px;
}

.productCalc__col--long .choices.is-open .choices__inner {
    border: 1px solid #afafaf;
    border-radius: 0;
    width: 100% !important;
}

.productCalc__col--long .choices:after {
    display: block;
    width: 46px;
    height: 29px;
    right: 0;
    background: url('../img/icons/v2.svg') center/16px 14px no-repeat;
}

.productCalc__col--long .choices:before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 46px;
    height: 29px;
    right: 0;
    border-left: 1px solid #e9e7e7;
}

.productCalc__col--total .productCalc__named {
    display: flex;
}

.productCalc__col--total .productCalc__named span {
    position: relative;
    top: -0.5em;
    display: block;
    padding: 5px 6px 4px;
    margin-left: 10px;
    background: #98efeb;
    border-radius: 3px;
    font-size: 1.4rem;
    line-height: 150%;
    color: #777;
    white-space: nowrap;
}

.productCalc__col--wrapper {
    display: flex;
    justify-content: space-between;
}

.productCalc__named {

    white-space: nowrap;
}

.productCalc__counter {
    display: flex;
    height: 44px;
    background-color: #fff;
    font-weight: 700;
    font-size: 2.4rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.productCalc__counterBtn {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    font-size: 2.4rem;
    font-weight: 700;
    color: #000;
    cursor: pointer;
    transition: 0.1s ease;
}

.productCalc__counterBtn:active {
    color: #006bde;
}

.productCalc__counterBtn:before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 30px;
    width: 1px;
    background-color: #e9e7e7;
}

.productCalc__counterBtn--minus:before {
    right: 0;
}

.productCalc__counterBtn--plus:before {
    left: 0;
}

.productCalc__inpCount {
    display: block;
    height: 100%;
    width: 98px;
    padding: 0 10px;
    text-align: center;
    border: none;
}

.productCalc__result {
    position: relative;
    top: -0.4em;
    font-size: 2.4rem;
    line-height: 150%;
    font-weight: 700;
    color: #000;
    white-space: nowrap;
}

.productCalc__footer {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-top: 10px;
    color: #777;
}

.productCalc__add {
    position: relative;
    font-size: 1.4rem;
    line-height: 150%;
    padding-left: 22px;
}

.productCalc__add:before {
    content: '+';
    position: absolute;
    left: 0;
    top: -3px;
    display: block;
    color: #006bde;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1;
}

.productCalc__minInfo {
    display: flex;
    align-items: center;
    padding: 5px 10px;
    margin-left: 47px;
    border-radius: 3px;
    background-color: #9af3ef;
    font-size: 1.4rem;
    line-height: 150%;
}

.productCalc__minInfo svg {
    margin-right: 7px;
    width: 19px;
    height: 19px;
    fill: #777;
}

.productCalc__del {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 20px;
    height: 20px;
    transform: translateY(-50%);
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.productCalc__del svg {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: #e0e0e0;
    stroke-width: 1px;
    transition: 0.2s ease;
}

.productCalc__del svg:active {
    stroke: #000;
}

.productCalc .choices__list--dropdown .choices__item[data-id='3'] {
    display: block;
}

.video__info--warning--mobile {
    display: none;
}

.comparison__content {
    padding-bottom: 64px;
}

.comparison__tabsWrp {
    position: relative;
}

.comparison__tabsWrp:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #f6f6f6;
}

.comparison__tabs {
    position: relative;
    flex-wrap: wrap;
    gap: 18px;
    display: flex;
    line-height: 150%;
    padding: 20px 0 10px;
}

.comparison__show-more {
    display: none;
}

@media (min-width: 767.98px) {
    .comparison__tabs {
        max-height: 98px;
        overflow: hidden;
        transition: max-height 0.3s ease;
    }

    .comparison__show-more {
        display: flex;
        padding-top: 6px;
        padding-bottom: 10px;
    }
}

.comparison__tab {
    white-space: nowrap;
    cursor: pointer;
}

.comparison__show-more-btn {
    cursor: pointer;
}

.comparison__show-more-btn:hover {
    background-color: #0056b3;
}

.comparison__tab[data-active] {
    pointer-events: none;
    position: relative;
    font-weight: 700;
    letter-spacing: 0.08px;
}

.comparison__tab[data-active]:before {
    content: '';
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 3px;
    bottom: -10px;
    left: 0;
    background-color: #006bde;
}

.comparison__tabCount {
    color: #006bde;
    font-weight: 700;
}

.comparison__tabBlocks {
    padding-top: 30px;
}

.comparison__tabBlock {
    display: none;
}

.comparison__tabBlock[data-active] {
    display: block;
}

.comparison__search {
    max-width: 564px;
    padding-top: 30px;
}

.comparison__categoryName {
    padding: 2px 0 0;
    margin-bottom: 25px;
    font-size: 2.4rem;
    line-height: 1.3;
    font-weight: 700;
}

.comparison__delAll {
    font-size: 1.4rem;
    white-space: nowrap;
}

.comparison__parameterName {
    display: none;
}

.comparison__parameterRow {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 55px;
    padding: 10px 20px;
    font-size: 1.8rem;
    text-align: center;
    line-height: 1.3;
}

.comparison__parameterRow:nth-child(2n-1) {
    background-color: #f8f8f8;
}

.comparison__parameterRow:before {
    content: '';
    min-height: inherit;
    font-size: 0;
}

.comparison__parameterRow--name {
    justify-content: flex-start;
    text-align: start;
}

.comparison__settings {
    padding: 10px 0 15px;
}

.comparison__back {
    padding-top: 25px;
}

.comparison__backBtn {
    font-size: 1.4rem;
    min-width: 173px;
}

.comparisonGrid {
    display: flex;
}

.comparisonGrid__col--left {
    flex: 0 0 292px;
}

.comparisonGrid__col--right {
    position: relative;
    flex: 0 1 100%;
    min-width: 0;
}

.wrp-compareSlider,
.wrp-compareParametersSlider {
    min-width: 100vw;
    overflow: hidden;
}

.compareSlider__btn {
    position: absolute;
    z-index: 10;
    right: -80px;
    top: 50%;
    display: flex;
    width: 50px;
    height: 50px;
    background: #006bde;
    border: 2px solid #006bde;
    border-radius: 50%;
    transform: translateY(-50%);
    transition: all 0.2s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.compareSlider__btn:active {
    background-color: #fff;
}

.compareSlider__btn:active svg {
    fill: #006bde;
}

.compareSlider__btn svg {
    margin: auto auto auto 38%;
    width: 15px;
    height: 25px;
    fill: #fff;
    transition: all 0.2s ease;
}

.compareSlider,
.compareParametersSlider {
    width: 908px;
    overflow: visible;
}

.compareSlider .swiper-slide,
.compareParametersSlider .swiper-slide {
    opacity: 0.35;
    transition: opacity 0.4s ease;
    pointer-events: none;
}

.compareSlider .swiper-slide-active,
.compareSlider .swiper-slide-active + div,
.compareSlider .swiper-slide-active + div + div,
.compareSlider .swiper-slide-active + div + div + div,
.compareParametersSlider .swiper-slide-active,
.compareParametersSlider .swiper-slide-active + div,
.compareParametersSlider .swiper-slide-active + div + div,
.compareParametersSlider .swiper-slide-active + div + div + div {
    pointer-events: all;
    opacity: 1;
}

.compareParametersSlider .swiper-slide {
    opacity: 1 !important;
    transition: color 0.4s ease;
    pointer-events: none;
    color: rgba(80, 80, 80, 0.3);
}

.compareParametersSlider .swiper-slide-active,
.compareParametersSlider .swiper-slide-active + div,
.compareParametersSlider .swiper-slide-active + div + div,
.compareParametersSlider .swiper-slide-active + div + div + div {
    pointer-events: all;
    color: #505050;
}

.catalogContainer {
    display: flex;
    flex-wrap: wrap;
    max-width: 1220px;
    margin: 0 auto;
    justify-content: center;
    padding-top: 43px;
    /*padding: 0 15px;*/
    column-gap: 95px;
    row-gap: 30px;
}

.catalogItemBoxWrp {
    flex: 0 1 46%;
    min-height: 244px;
    /*padding: 0 7px;*/
    width: 100%;
    /*max-width: 625px;*/
}



.menu__calc-mobile {
    display: none;
}

.catalogItemBox {
    position: relative;
    display: flex;
    height: 100%;
    justify-content: flex-end;
}

.catalogDesc {
    padding-top: 12px;
    padding-bottom: 12px;
    line-height: 150%;
}

.catalogItemContent {
    position: relative;
    z-index: 2;
    flex: 0 0 238px;
}

.catalogItemBox--left:before {
    left: 0;
}

.catalogItemBox--right:before {
    right: 0;
}

.catalogItemBox--right {
    flex-direction: row-reverse;
}

.catalogItemBox:before {
    content: '';
    position: absolute;
    width: 75%;
    height: 100%;
    top: 0;
    border: 1px solid #f6f6f6;
}

.catalogTitle {
    font-size: 24px;
    line-height: 140.6%;
    transition: 0.2s;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.catalogItemBoxWrp:hover .catalogTitle {
    color: #006BDE;
}

.catalogItemBox--right .catalogItemContent {
    padding: 20px 5px 20px 10px;
}

.catalogItemBox--left .catalogItemContent {
    padding: 20px 5px 20px 20px;
}

.catalogItemImgBox {
    position: relative;
    flex: 0 1 310px;
    height: 100%;
    transform: skew(-18deg);
    overflow: hidden;
}

.catalogItemBox--left .catalogItemImgBox {
    transform-origin: bottom left;
}

.catalogItemBox--right .catalogItemImgBox {
    transform-origin: top right;
}

.catalogItemImg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 395px;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transform: translate(-50%, -50%) skew(18deg);
}

.ordering__confirmBox {
    padding: 20px 30px 25px;
    background: #f6f6f6;
}

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

.ordering__confirmTxt {
    line-height: 150%;
    font-weight: 700;
    max-width: 337px;
}

.ordering__submit {
    width: 100%;
    max-width: 260px;
    margin-left: 20px;
}

.ordering__map {
    width: 100%;
    height: 297px;
    background-color: #f7f7f7;
    border-radius: 4px;
}

.ordering__content {
    padding-bottom: 80px;
}

.ordering__grid {
    display: flex;
}

.ordering__body {
    flex: 0 1 100%;
}

.ordering__side {
    flex: 0 0 380px;
    margin-left: 20px;
}

.ordering__title {
    margin-bottom: 25px;
}

.ordering__personData {
    padding-bottom: 42px;
}

.ordering__personDataHead {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 23px;
}

.ordering__subTitle {
    font-size: 2.4rem;
    line-height: 1.2;
    font-weight: 700;
    color: #505050;
}

.ordering__login {
    font-size: 1.4rem;
    padding: 0 10px;
}

.ordering__login a {
    text-decoration: underline;
}

.ordering__radioBox {
    padding: 0 10px 10px;
}

.ordering__deliveryData {
    padding-bottom: 60px;
}

.ordering__deliveryDataHead {
    padding-bottom: 25px;
}

.ordering__payData {
    padding-bottom: 20px;
}

.ordering__payDataHead {
    padding-bottom: 25px;
}

.ordering__basketInfo {
    padding: 20px;
    background: #fff;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
    margin-bottom: 25px;
}

.ordering__basketInfoHead {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 12px;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 15px;
    font-size: 1.1rem;
    color: #333;
    font-weight: 500;
}

.ordering__basketInfoSum {
    font-size: 1.3rem;
    font-weight: 700;
    color: #006bde;
}

.ordering__basketInfoBody {
    line-height: 1.4;
}

.ordering__basketInfoCard {
    background: #f9fafc;
    border-radius: 10px;

    margin-bottom: 18px;
    transition: all 0.2s ease;
}

.ordering__basketInfoCard:hover {

}

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

.ordering__basketInfoCardTitle {
    font-size: 1.15rem;
    font-weight: 600;
    color: #222;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
}

.ordering__basketInfoCardTitle::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #006bde;
    border-radius: 50%;
    margin-right: 10px;
}

/* Таблица товаров */
.basketInfo-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 12px;
}

.basketInfo-header {
    background: #f0f4f9;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 10px;
}

.basketInfo-columns {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 10px 15px;
    font-weight: 600;
    color: #006bde;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-align: center;
}

.basketInfo-columns.simple {
    grid-template-columns:  1fr 1fr;
}

.basketInfo-positions {
    overflow: hidden;
}

.basketInfo-position-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 12px 15px;
    border-bottom: 1px solid #f0f0f0;
    justify-items: center;
}
.basketInfo-position-row.simple{
    grid-template-columns:  1fr 1fr;
}

.basketInfo-columns.simple {
    grid-template-columns:   1fr 1fr;
}
.basketInfo-position-row:last-child {
    border-bottom: none;
}

.basketInfo-position-row:not(:last-child) {
    border-bottom: 1px solid #f0f0f0;
}

.basketInfo-position-row:nth-child(even) {
    background: #f9fafc;
}

.basketInfo-positions.simple {
    grid-template-columns: 1fr 1fr;
    .basketInfo-position-row{
        grid-template-columns: repeat(2, 1fr);
    }
}

.basketInfo-position-item {
    display: flex;
    align-items: center;
    font-size: 14px;
    text-align: center;
    color: #555;
}

.basketInfo-position-item.quantity,
.basketInfo-position-item.value {
    justify-content: center;
}

.basketInfo-position-item.price,
.basketInfo-position-item.total {
    font-weight: 500;
}

.basketInfo-position-item.total {
    color: #006bde;
}

/* Итоговая сумма товара */
.ordering__basketInfoCardSum {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 15px;
    background: #f0f4f9;
    border-radius: 8px;
    font-weight: 600;
    color: #222;
    margin-top: 15px;
}

.ordering__basketInfoCardSum strong {
    color: #006bde;
}

/* Общая сумма заказа */
.ordering__basketInfoFooter {
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px solid #eaeaea;
}

.ordering__finalyPrice {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.1rem;
    font-weight: 700;
}

.ordering__finalySum {
    font-size: 1.3rem;
    color: #006bde;
    font-weight: 700;
}

/* Адаптивность для мобильных устройств */
@media (max-width: 768px) {
    .basketInfo-columns,
    .basketInfo-position-row {
        grid-template-columns: 1fr 1fr;
        gap: 8px;
    }

    .basketInfo-columns.simple,
    .basketInfo-position-row.simple {
        grid-template-columns: 1fr 1fr;
    }

    .basketInfo-position-item:nth-child(3),
    .basketInfo-position-item:nth-child(4) {
        display: none;
    }

    .ordering__basketInfoCardSum {
        flex-direction: column;
        align-items: flex-start;
        gap: 6px;
    }

    .ordering__basketInfoCardSum::after {
        content: "";
        display: block;
        width: 100%;
        height: 1px;
        background: #eaeaea;
        margin: 8px 0;
    }
}

.ordering__help {
    width: 100%;
    max-width: 242px;
    padding: 12px 20px 12px;
    font-size: 1.4rem;
}

.ordering__help:active {
    background-color: #fff;
    color: #006bde;
}

.ordering__policy {
    display: flex;
}

.ordering__policy .checkbox {
    font-size: 14px !important;
    line-height: 1.3 !important;
    padding: 20px 0 0 !important;
}

.ordering__policy .checkbox label {
    display: inline-block;
}

.ordering__policyLink {
    border-bottom: 1px solid #006BDE;
    color: #006BDE;
}

.ordering .checkbox.ordering_checkbox {
    padding: 0 10px;
    font-size: 1.6rem;
}

.ordering .checkbox.ordering_checkbox input:checked + label:before,
.ordering .checkbox.ordering_checkbox input:checked + div:before {
    background: #fff url('../img/icons/ok2.svg') center/14px 10px no-repeat;
}

.ordering .checkbox.ordering_checkbox .checkbox__label:before {
    border: 1px solid #f2f2f2;
    transform: translateY(-50%);
    background-color: #fff;
}

.formRow {
    display: flex;
    margin: 0 -10px;
    padding-bottom: 16px;
}

.formRow--radioPanel {
    padding-bottom: 29px;
}

.textarea {
    display: block;
    width: 100%;
    height: 140px;
    resize: none;
    border: none;
}

.textareaWrp {
    padding: 10px;
    border: 1px solid #f2f2f2;
    border-radius: 4px;
}

.textareaWrp._focus {
    border-color: #006bde;
}

.textareaBox {
    flex: 0 1 100%;
    padding: 0 10px;
}

.textareaBox label {
    display: block;
    margin-bottom: 15px;
}

.inpBox {
    padding: 0 10px;
}

.inpBox label {
    display: block;
}

.input {
    width: 100%;
    height: 45px;
    border: 1px solid #f2f2f2;
    border-radius: 4px;
    padding: 0 10px;
    background: #fff;
}

.input_coop {
    border: 1px solid #bdbdbd;
    border-radius: 0px;
    padding: 0 18px;
    background-color: transparent;
}

.input:focus {
    border: 1px solid #006bde;
}

.travel-map {
    padding-top: 52px;
    padding-bottom: 52px;
}

body:not(._touch) .empty-btn {
    flex: 0 0 auto;
}

.empty-btn {
    display: flex;
    align-items: center;
    padding: 12px 16px 12px 16px;
    font-size: 1.9rem;
    font-weight: 700;
    color: #fff;
    background-color: #006bde;
    border-radius: 6px;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.empty-btn:hover svg {
    fill: #006bde;
}

.empty-btn svg {
    width: 21px;
    height: 15px;
    margin-right: 17px;
    fill: #FFF;
    transition: fill 0.2s ease;
}

.empty__block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 70px;
}

.promo-empty__footer {
    text-align: center;
    width: 60%;
    margin-top: 10rem;
}

.promo-empty__title {
    color: #006BDE;
    text-align: center;
    font-size: 4rem;
    font-weight: 700;
    line-height: 141%;
    margin-bottom: 3.2rem;
}

.promo-empty__block {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 10rem;
    padding-bottom: 3.2rem;
    background-image: url('../img/builders.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.promo-empty__footer a {
    color: #006BDE;
    border-bottom: 1px solid #006BDE;
}

.promo-empty__text {
    text-align: center;
    color: #333333;
    font-weight: 400;
    font-size: 2rem;
    margin-bottom: 3.2rem;
    width: 65%;
    line-height: 141% !important;
    padding: 0 !important;
}

.empty__block img {
    width: 53.5rem;
    height: 34.5rem;
}

.empty__title {
    color: rgba(0, 107, 222, 0.85);
    font-size: 4.8rem;
    font-weight: 700;
    line-height: 53px;
    margin-bottom: 5rem;
}

.empty__text {
    color: rgba(89, 89, 89, 1);
    font-weight: 500;
    font-size: 1.8rem;
    margin-bottom: 7.2rem;
    width: 70%;
    line-height: 21.94px !important;
    padding: 0 !important;
}

.empty__block-info .btn {
    background: rgba(0, 107, 222, 0.85);
    font-size: 2.4rem;
    font-weight: 700;
    border: 2px solid rgba(0, 107, 222, 0.85);
    padding: 15px 58px;
}

.uploader__chosen{
    display:none;
    margin-left:8px;
    font-size:14px;
    color:#6c757d;
}

.imgviewer {
    position: fixed; inset: 0;
    background: rgba(0,0,0,.75);
    display: none; align-items: center; justify-content: center;
    z-index: 9999;
}
.imgviewer.is-open { display: flex; }
.imgviewer__img { max-width: 90vw; max-height: 90vh; box-shadow: 0 10px 40px rgba(0,0,0,.5); border-radius: 8px; }
.imgviewer__close { position: absolute; top: 16px; right: 16px; background: rgba(0,0,0,.5); color: #fff; border: 0; border-radius: 6px; padding: 8px 10px; cursor: pointer; }

/* uploader */
.uploader__label--locked{ pointer-events: none; cursor: default; opacity: .7; }
.uploaderBox.has-file .uploader__chosen{ display:inline; }

.uploaderBox { position: relative; display: inline-flex; align-items: center; }
.uploaderBox input[type=file] { position: absolute; left: -9999px; }
.uploader__label { display: inline-flex; align-items: center; cursor: pointer; white-space: nowrap; }

.uploader__status{
    display: none;
    margin-top: 1rem;
    color: #03664d;
    border-radius: 4px;
    font-size: 14px; line-height: 1.2;
    max-width: 100%;
}
.uploaderBox.has-file .uploader__status{ display:block; }
.uploaderBox.has-file .uploader__label, .uploaderBox.has-file .uploader__label .fileIconSvg{ color:#0369a1; stroke: #0369a1; }

.ordering-entityReq{ display:none; }
.ordering-entityReq.is-visible{ display:inline-flex; }
.sr-only{ position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0; }

.uploaderBox.fileBox{
    display:flex; flex-direction:column; align-items:flex-start;
    white-space:normal; overflow:visible;
}

.uploader__statusHead{
    display:flex; align-items:center; gap:12px; flex-wrap:wrap;
    font-size:14px; margin-bottom:.75rem;
}
.uploader__count{ font-weight:600; color:#0369a1; }
.uploader__clear{ border:0; background:transparent; color:#ef4444; cursor:pointer; }

.uploader__grid{
    display:flex; flex-wrap:wrap; gap:12px;
    --uploader-card-w: 24rem;
}

.uploader__card{
    position:relative;
    width: var(--uploader-card-w);
    box-sizing: border-box;
    display:flex; gap:10px; align-items:flex-start;
    border:1px solid #e5e7eb; background:#fff;
    border-radius:10px; padding:10px 40px 10px 10px;
}

.uploader__cardThumb{
    width:4.8rem; min-width:4.8rem; height:4.8rem;
    border-radius:8px; object-fit:cover;
    background:#f3f4f6; display:flex; align-items:center; justify-content:center;
    font-size:12px; color:#374151; user-select:none;
}

.uploader__cardMeta{ min-width:0; display:flex; flex-direction:column; gap:4px; }

.uploader__cardName{
    display:block;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    font-size:13px; font-weight:500; line-height:1.2;
}

.uploader__cardSize{ font-size:12px; color:#6b7280; }

.uploader__cardRemove{
    position:absolute; top:8px; right:8px; z-index:1;
    width:24px; height:24px; text-align:center;
    border:0; background:transparent; color:#ef4444; cursor:pointer; border-radius:6px;
}
.uploader__cardRemove:hover{ background:#fee2e2; }

.uploader__thumb{ display:none !important; }


.fileBox {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: nowrap;
    padding: 0 10px;
}

.fileBox input {
    position: absolute;
    width: 0;
    height: 0;
    margin: -1px;
    z-index: -1;
    visibility: hidden;
}

.fileBox label {
    display: flex;
    cursor: pointer;
    color: #006BDE;
}

.fileBox label:active {
    color: #006bde;
}

.fileBox label:active svg {
    stroke: #006bde;
}

.inpBox {
    width: 100%;
}

.inpBox33 {
    flex: 0 1 33.333%;
}

.inpBox50 {
    flex: 0 1 50%;
}

.inpBox66 {
    flex: 0 1 66.666%;
}

.inpBox_auto {
    width: auto;
    flex: 0 0 auto;
}

.fileIconSvg {
    fill: transparent;
    stroke: #505050;
    width: 16px;
    height: 16px;
    margin-right: 14px;
    transition: 0.2s ease;
}

.service__usluga-wrapper {
    gap: 30px;
    align-items: center;
    display: flex;
    margin-bottom: 80px;
}

#map > ymaps,
#map > ymaps > ymaps {
    width: 100% !important;
    height: 100% !important;
}

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

.entityReq {
    display: none;
}

.reg {
    padding-bottom: 10px;
}

.share-icon {
    display: none !important;
}

.prodCard__content {
    display: flex;
    padding-bottom: 40px;
}

.prodCard__side {
    position: relative;
    padding: 10px 20px 0 0;
    width: 480px;
    flex: 0 0 500px;
}

.prodCard__sideBody {
    position: relative;
}

.prodCard__body {
    width: 100%;
    flex: 0 1 100%;
}

.prodCard__galleryHero {
    margin-bottom: 10px;
}

.prodCard__gallery--mobile {
    display: none;
    overflow: hidden;
    position: relative;
}

.prodCard__gallery--desktop {
    display: block;
    height: max-content;
}

.prodCard__galleryItem {
    display: none;
}

.prodCard__galleryItem:first-of-type {
    display: block;
}

.prodCard__title--mobile, .prodCard__art--mobile {
    display: none;
}

.prodCard__title--desktop .prodCard__art--desktop {
    display: block;
}

.prodCard__arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    color: black;
    cursor: pointer;
    z-index: 2;
    border-radius: 50%;
}

.prodCard__arrow svg {
    width: 24px;
    height: 24px;
    fill: #D6D6D6;
}

.prodCard__arrow--left svg {
    transform: rotate(180deg);
}

.prodCard__arrow--left {
    left: 10px;
}

.prodCard__arrow--right {
    right: 10px;
}

.prodCard__hiddenImgs {
    display: none;
}

.prodCard__heroBox {
    border: 1px solid #c8c8c8;
    cursor: pointer;
}

.prodCard__galleryThumbs {
    position: relative;
}

.prodCard__thumbsBox--all {
    position: relative;
}

.prodCard__thumbsBox--all:before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(47, 47, 47, 0.8);
}

.prodCard__thumbCount {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 3.6rem;
    font-weight: 700;
    color: #fff;
}

.prodCard__anchors {
    padding: 0 20px;
    background: #f6f6f6;
    color: #757575;
}

.prodCard__anchor {
    white-space: nowrap;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 0;
    transition: 0.2s ease;
}

.prodCard__anchor:active {
    color: #006bde;
}

.prodCard__anchor:active svg {
    fill: #006bde;
}

.prodCard__anchor-wrapper:not(:last-child) {
    border-bottom: 1px solid #e2e2e2;
}

.prodCard__anchor svg {
    width: 10px;
    height: 14px;
    fill: #757575;
    transition: 0.2s ease;
}

.prodCard__title {
    position: relative;
    padding-bottom: 20px;
    font-size: 3.6rem;
    line-height: 1.25;
    font-weight: 700;
}

.prodCard__art {
    padding-bottom: 40px;
    color: #757575;
}

.prodCard__selBox {
    padding-bottom: 13px;
    flex-grow: 1;
}

.prodCard__selRow {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.prodCard__wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 100%;
    justify-content: space-between;
}

.total__square {
    white-space: nowrap;
    flex: 0 1 100px;
    margin-right: 8px;
}

.prodCard__selRow:not(:last-child) {
    padding-bottom: 19px;
}

.addToCartLink.disabled {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}

.addToCartLinkOneClick.disabled {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}

.productCalc__selWrp {
    position: relative;
    display: inline-block;

    height: 42px;
    overflow: hidden;
    width: 100%;
}

.lengthSelect {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #FFF;
    height: 100%;
    width: 100%;
    padding: 0 10px;
    border: none;
    outline: none;
    color: #000;
    cursor: pointer;
}
.productCalc__input {
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 16px;
    transition: border-color 0.3s;
    height: 4.2rem;
}

.productCalc__input:focus {
    border-color: #006bde;
    outline: none;
}

.productCalc__input.warning {
    border-color: #ff4444;
    box-shadow: 0 0 5px rgba(255, 68, 68, 0.3);
}

.length-hint {
    margin-top: 5px;
    font-size: 12px;
}

/*.productCalc__selWrp::after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    right: 14px;*/
/*    top: 50%;*/
/*    transform: translateY(-50%);*/
/*    width: 0;*/
/*    height: 0;*/
/*    border-left: 6px solid transparent;*/
/*    border-right: 6px solid transparent;*/
/*    border-top: 8px solid #000;*/
/*    pointer-events: none;*/
/*    z-index: 2;*/
/*}*/

/*.productCalc__selWrp::before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: 25%;*/
/*    bottom: 25%;*/
/*    right: 35px;*/
/*    width: 1px;*/
/*    background-color: #E9E7E7;*/
/*    pointer-events: none;*/
/*    z-index: 1;*/
/*}*/

.prodCard__selWrp {
    flex: 0 1 100%;
    position: relative;
    display: inline-block;
    background-color: #F6F6F6;
    height: 40px;
    overflow: hidden;
    clip-path: polygon(30px 0, 100% 0, 100% 100%, 0 100%);
}

.prodCard__select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #F6F6F6;
    height: 100%;
    width: 100%;
    padding-left: 48px;
    padding-right: 40px;
    border: none;
    outline: none;
    border-radius: 8px 0 0 8px;
    color: #757575;
    cursor: pointer;
}

.prodCard__selWrp::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    background-color: #006BDE;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.prodCard__selWrp::before {
    content: '';
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #fff;
    pointer-events: none;
    z-index: 2;
}

.prodCard__selWrp .choices {
    flex: 0 1 100%;
    max-width: 466px;
    position: relative;
    margin: 0;
    padding-left: 25px;
    padding-right: 30px;
    margin-left: auto;
    margin-right: 20px;
    overflow: visible;
}

.prodCard__selWrp .choices:after {
    background: #006bde url('../img/icons/v3.svg') center/14px no-repeat;
    height: 100%;
    width: 40px;
    right: 0;
    z-index: 2;
}

.prodCard__selWrp .choices__inner {
    position: relative;
    z-index: 1;
    padding-left: 10px;
    background: #f6f6f6;
    border-radius: 0;
    border: none;
    color: #757575;
}

.prodCard__selWrp .choices__list--dropdown {
    border-color: #f6f6f6;
    background-color: #f6f6f6;
    z-index: 50 !important;
    left: 0;
}

.prodCard__selWrp
.choices__list--dropdown
.choices__item--selectable.is-highlighted {
    background-color: #e6e6e6;
}

.prodCard__selName {
    flex: 0 0 130px;
    margin-right: 10px;
    line-height: 150%;
}

.prodCard__name {
    flex: 0 0 130px;
    margin-right: 10px;
    line-height: 150%;
}

.prodCard__tippy {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    cursor: pointer;
}

.prodCard__tippy:hover {
    color: #006bde;
}

.prodCard__tippy:hover svg {
    fill: #006bde;
}

.prodCard__tippy svg {
    width: 20px;
    height: 28px;
    fill: #d6d6d6;
    transition: 0.2s ease;
}

.prodCard__colorBox {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
}

.prodCard__colors {
    flex: 0 1 100%;
    max-width: 507px;
    display: flex;
    margin: 0 -5px;
    padding: 5px 7px 0;
    overflow: auto;
}

.wrp-colorsSlider {
    flex: 0 1 100%;
    max-width: 535px;
    min-width: 0;
    display: flex;
}

.wrp-colorsSlider::-webkit-scrollbar {
    width: 3px;
    height: 3px;
    background-color: #F6F6F6;
}

.wrp-colorsSlider::-webkit-scrollbar-thumb {
    background-color: #B5B5B5;
}

.prodCard__colorWrp {
    flex: 0 1 25%;
    margin: 0;
    height: 4rem;
    padding: 0 5px;
}

.productsTmp__title {
    margin-bottom: 32px;
}

.productsTmp__body--line .card__imgBox-wrapper {
    flex: 0 0 24%;
    margin: 0 20px 0 0;
    height: fit-content;
}

.productsTmp__body {
    margin: 0 -8px;
}

.prodCard__color {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 18px;
    min-height: 20px;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    transform: skewX(-30deg);
}

.prodCard__color span {
    transform: skewX(30deg);
}

.prodCard__color:before {
    content: '';
    min-height: inherit;
    font-size: 0;
}

.prodCard__stockParameter {
    padding-top: 5px;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 16px;
}

.prodCard__parameterData-wrapper {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    gap: 10px;
}

.prodCard__parameterData {
    color: #757575;
}

.prodCard__controlsBox {
    padding: 7px 0 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

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

.prodCard__controlBtn:not(:first-child) {
    margin-left: 30px;
}

.prodCard__controlBtn:nth-child(2) svg {
    stroke: #757575;
    stroke-width: 2px;
    fill: transparent;
}

.prodCard__controlBtn:nth-child(2).prodCard__controlBtn--active svg {
    stroke: #006bde !important;
}

.prodCard__controlBtn svg {
    width: 24px;
    height: 24px;
    fill: #757575;
}

.prodCard__controlBtn:active:nth-child(2) svg {
    stroke: #006bde;
    fill: transparent;
}

.prodCard__controlBtn:active svg {
    fill: #006bde;
}

.prodCard__controlBtn--active svg {
    fill: #006bde !important;
}

.prodCard__price {
    font-size: 3.6rem;
    line-height: 1.3;
    font-weight: 700;
    color: #006bde;
    text-align: right;
}

.prodCard__links {
    display: flex;
    padding-bottom: 30px;
}

.prodCard__link {
    color: gray;
    text-decoration: underline;
}

.prodCard__link:not(:first-child) {
    margin-left: 30px;
}

.prodCard__chars {
    padding-top: 30px;
}

.prodCard__subtitle {
    padding-bottom: 22px;
    font-size: 2.4rem;
    line-height: 150%;
    font-weight: 700;
    color: #000;
}

.prodCard__charsBody {
    line-height: 150%;
}

.prodCard__charsRow {
    display: flex;
    padding-bottom: 15px;
}

.prodCard__charsRowName {
    flex: 0 0 180px;
}

.prodCard__charsRowData {
    margin-left: 20px;
}

.prodCard__desc {
    padding-top: 25px;
}

.prodCard__descText {
    margin-top: 30px;
    line-height: 26px;
}

.prodCard__descBenefits {
    display: flex;
    gap: 20px;
}

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

.prodCard__descBenefit p {
    line-height: 21px;
}

.prodCard__descImg {
    width: 45px;
    height: 45px;
    margin-bottom: 20px;
}

.prodCard__descTitle {
    font-weight: 700;
    font-size: 2rem;
    margin-bottom: 12px;
}

.prodCard__descItemWrp {
    flex: 0 1 33.333%;
    padding: 0 10px;
}

.prodCard__descItem svg {
    width: 45px;
    height: 45px;
    fill: #006bde;
}

.prodCard__descItemName {
    padding: 20px 0 13px;
    font-size: 2rem;
    line-height: 150%;
    font-weight: 700;
}

.prodCard__descTxt {
    line-height: 140%;
}

.prodCard__descPr {
    padding-bottom: 10px;
    line-height: 150%;
}

.prodCard__docs {
    padding-top: 30px;
}

.prodCard__docsBody--wrp {
    display: flex;
    gap: 10px;
}

.prodCard__docsItemWrp {
    flex: 0 0 30%;
    border: 1px solid #F2F2F2;
    min-height: 200px;
    position: relative;
    padding: 24px;
    background-image: url("../img/document-bg.png");
    background-position: center;
    background-size: 100%;
    transition: background-size 0.3s ease;
    max-width: 377px;
    min-width: 377px;
}
.prodCard__docsItemWrp:hover{
    background-size: 110%;
    .prodCard__docsName{
        color: #006bde;
    }
}
.prodCard__docsBody {
    display: flex;
    flex-wrap: wrap;
    row-gap: 24px;
    column-gap: 24px;
}

.prodCard__docsItem {
    display: flex;
    flex-direction: column;
    align-items: start;
}
.docs__showDocs-mobile{
    display: none;
}

.prodCard__docsItemWrp:not(:first-child) svg {
    position: relative;
    left: -5px;
}

.prodCard__docsSvgBox {

    position: absolute;
    bottom: 24px;
    right: 24px;
}

.prodCard__docsSvgBox svg {
    height: 34px;
    width: 32px;
    fill: #006bde;
}

.prodCard__docsName {
    display: block;
    color: #605E55;
    font-size: 2rem;
    line-height: 120%;
    font-weight: 700;
    float: left;
}

.colorsSlider__wrapper {
    display: flex;
}

.colorsSlider {
    padding: 5px 7px 0;
    cursor: -webkit-grab;
    cursor: grab;
    width: 100%;
}

.productCalc__info {
    text-align: justify;
    padding: 25px 0 25px;
    font-size: 1.2rem;
    line-height: 150%;
}

.basket__checkout-link.disabled {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}

.productCalc__warn {
    display: flex;
    gap: 8px;
    position: relative;
    padding: 6px 11px;
    background: #98efeb;
    border-radius: 3px;
    font-size: 1.4rem;
    line-height: 150%;
    color: #777;
    width: fit-content;
    white-space: nowrap;
}

.productCalc__warn.error {
    color: #ff0000;
    font-weight: bold;
}

.productCalc__warn svg, .productCalc__warn img {
    width: 19px;
    height: 19px;
}

.productCalc__warn.error img {
    filter: invert(16%) sepia(99%) saturate(7404%) hue-rotate(4deg) brightness(95%) contrast(118%);
}

.productCalc__party {
    display: flex;
    gap: 58px;
    align-items: center;
}

.productCalc__inputCount {
    border: none !important;
}

.productCalc__btnGroup {
    display: flex;
    margin: 0 -10px;
}

.productCalc__btnWrp {
    flex: 1 1 auto;
    padding: 0 10px;
}

.productCalc__btn {
    white-space: nowrap;
    width: 100%;
    background-color: transparent;
    color: #006bde;
    font-size: 1.4rem;
}

.productCalc__btn:active {
    color: #fff !important;
    background-color: #006bde !important;
}

.wrapperProdCard .benefits__content {
    padding-top: 25px;
}

.wrapperProdCard .newItems__content {
    padding-bottom: 50px;
}

.wrapperProdCard .newItems__title {
    margin-bottom: 8px;
}

.wrapperProdCard .productCalc__col--long {
    flex: 0 1 50%;
}

.productCalc__counter {
    height: 42px;
}

.cart-list__item:not(:last-child) {
    margin-bottom: 16px;
}

.cart-list__body:not(:last-child) {
    margin-bottom: 20px;
}

.cart-list__controls {
    display: flex;
    align-items: center;
}

.cart-list__info {
    flex: 1 1 0%;
}

.cart-list__info:not(:last-child) {
    margin-right: 20px;
}

.cart-list__control {
    flex: 0 0 auto;
}

.cart-list__control:not(:last-child) {
    margin-right: 20px;
}

.personalData {
    padding-bottom: 80px;
}

.personalData .choices {
    margin-right: 0;
    margin-bottom: 0;
}

.personalData__title {
    margin-bottom: 32px;
}

.personalData__checkboxes {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.personalData__checkboxes--gap {
    margin-bottom: 24px;
}

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

.personalData__checkbox:not(:last-child) {
    margin-right: 28px;
}

.personalData__box {
    margin-bottom: 32px;
}

.personalData__subtitle {
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    color: #505050;
}

.personalData__subtitle--gap {
    margin-bottom: 16px;
}

.personalData__btn--gap {
    margin-top: 16px;
}

.cooperation {
    padding-bottom: 64px;
}

.MsoNormalTable {
    width: 100% !important;
    margin: 10px 0px !important;
    border-collapse: collapse !important;
    border-spacing: 0 !important;
    min-width: 1000px;
}

.MsoNormalTable tbody {
    border: 1px solid #ccc !important;
}

.MsoNormalTable tr {
    border: 1px solid #ddd !important;
    padding: 5px !important;
}

.MsoNormalTable th,
.MsoNormalTable td {
    padding: 10px !important;
    text-align: center !important;
    border-right: 1px solid #ddd !important;
}

.video__first-block {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 75px;
}

.video__text {
    color: #212121;
    line-height: 150%;
    font-size: 1.6rem;
}

.video__desc--line {
    border-left: 2px solid #ECECEC;
    margin-right: 60px;
    margin-left: 60px;
}

.video__desc--advantages {
    display: flex;
    flex-direction: column;
}

.video__desc--advantages__item img,
.video__desc--advantages__item svg {
    width: 24px;
    height: 24px;
    max-width: none;
}

.video__desc--advantages__item {
    display: flex;
    align-items: start;
    margin-top: 16px;
}

.video__desc--advantages__item p {
    margin-left: 12px;
}

.video__desc--left {
    flex: 0 1 50%;
}

.video__desc--right {
    flex: 0 1 50%;
}

.video__desc--left p:nth-child(1) {
    margin-bottom: 32px;
}

.video__info--warning {
    padding: 40px 32px;
    background-color: #E3F1FF;
    color: #212121;
    margin-top: auto;
}

.video__second-block {
    display: flex;
    gap: 20px;
    margin-bottom: 75px;
}

.video__info--left {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.video__info--video {
    width: 100%;
    height: 100%;
    position: relative;
}

.video__info--right {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.video__info--text p{
    margin-top: 0 !important;
    margin-bottom: 16px !important;
}

.video__third-block {
    margin-bottom: 75px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.video__rec {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: 32px;
}

.video__rec--title {
    width: 50%;
}

.video__rec--message {
    margin-top: 32px;
    padding: 32px 200px;
    color: #212121;
    background-color: #E3F1FF;
    text-align: center;
}

.video__rec--message p {
    margin-bottom: 16px;
}

.video__rec--message input {
    padding-left: 60px;
    padding-right: 60px;
    cursor: pointer;
}

.video__rec--card {
    width: 33%;
    padding: 16px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.07);
}

.video__spec--card {
    width: 33%;
    padding: 16px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.07);
}

.video__rec--text {
    display: flex;
    gap: 10px;
    flex-direction: column;
    margin-top: 16px;
}

.video__spec--text {
    display: flex;
    gap: 10px;
    flex-direction: column;
    margin-top: 16px;
}

.video__spec--card img {
    width: 100%;
}

.video__rec--card img {
    width: 100%;
    clip-path: polygon(12% 0, 100% 0, 100% 81%, 86% 100%, 0 100%, 0 15%);
}

.video__fourth-block {
    display: flex;
    flex-direction: column;
    background-color: #F6F6F6;
    padding: 32px 100px;
    margin-bottom: 75px;
}

.video__comp--list {
    display: flex;
    margin-bottom: 32px;
}

.video__comp--left, .video__comp--right {
    flex: 0 1 50%;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.video__comp--item {
    display: flex;
    align-items: baseline;
}

.video__comp--list p {
    width: 95%;
}

.video__comp--list svg {
    width: 12px;
    height: 12px;
    margin-right: 12px;
}

.cooperation__title {
    margin-bottom: 32px;
    line-height: 1;
}

.comparison__title {
    margin-bottom: 32px;
}

.cooperation__subTitle {
    font-size: 2.4rem;
    line-height: 150%;
    color: #000;
    font-weight: 700;
    margin-bottom: 32px;
}

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

.cta__body {
    display: flex;
}

.cooperation__cta .cta__form {
    margin: 0;
}

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

.cta p {
    padding: 8px 0;
}

.cta__img {
    -o-object-fit: cover;
    object-fit: cover;
    margin: 0;
    flex: 0 0 auto;
    width: 53%;
    min-height: 404px;
}

.cta__form {
    position: relative;
    flex: 0 0 auto;
    width: 47%;
    background-color: #f6f6f6;
    padding: 20px;
}

.cta__form::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 100%;
    width: 80px;
    height: 100%;
    background: url(../img/cooperation/triangle.svg);
    background-size: 100% 100%;
    z-index: 1;
}

.cta__form::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 100%;
    width: 90px;
    height: 100%;
    background: url(../img/cooperation/trap.svg);
    background-size: 100% 100%;
    z-index: 0;
}

.ctaForm__inputs {
    display: flex;
    justify-content: space-between;
}

.ctaForm__header {
    margin-bottom: 24px;
}

.ctaForm__body {
    max-width: 361px;
}

.ctaForm__title {
    font-size: 24px;
    line-height: calc(36 / 24);
    font-weight: 700;
    color: #505050;
}

.cta__description {
    padding-top: 64px;
    line-height: 150%;
}

.ctaForm__link {
    color: #006bde;
    font-size: inherit;
    line-height: calc(36 / 24);
    font-weight: 700;
}

.ctaForm__link:hover {
    text-decoration: underline;
}

.ctaForm__subtitle {
    font-size: 16px;
    line-height: 150%;
    color: #505050;
    font-weight: 400;
}

.ctaForm__info {
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    color: #aaa;
    padding-top: 12px;
}

.ctaForm__info span {
    text-decoration: underline;
}

.info__txt {
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
    color: #505050;
}

.info__txt--gap:not(:last-child) {
    margin-bottom: 1em;
}

.productsTmp .newItems__tabs {
    flex-wrap: wrap;
    font-size: 1.4rem;
    overflow: hidden;
}

.productsTmp .newItems__tabsEl:not(:first-child) {
    margin-left: 0;
}

.productsTmp .newItems__tabsEl:active:after {
    border-left: none;
}

.productsTmp .newItems__tabsEl:not(:last-child) {
    margin-right: 38px;
}

.newItems__tabs .all_categories {
    padding-left: 12px !important;
}

.documents__list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -80px;
    margin-bottom: -24px;
}

.documents__item {
    padding-left: 80px;
    padding-bottom: 24px;
    flex: 0 0 auto;
    width: 25%;
}

.document__icon {
    width: 34px;
    height: 45px;
    fill: #006bde;
    margin-bottom: 20px;
}

.document__title {
    font-weight: bold;
    font-size: 20px;
    line-height: 150%;
    color: #505050;
}

.contacts__title {
    color: rgba(0, 107, 222, 1);
    margin-bottom: 32px;
}

.ctaForm__btn {
    width: 100%;
}

.document__title:hover {
    color: #006bde;
    text-decoration: underline;
}

.sideDash--sticky {
    position: absolute;
    top: 0px;
    left: calc(100% + 32px);
    z-index: 2;
}

.sideDash__item {
    position: relative;
    width: 50px;
    height: 50px;
    background-color: #e8e8e8;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.sideDash__item:hover .sideDash__mark {
    transform: rotate3d(0, 1, 0, 0deg);
}

.sideDash__item--gap:not(:last-child) {
    margin-bottom: 10px;
}

.sideDash__item--active {
    background-color: #006bde;
}

.sideDash__item--active .sideDash__icon {
    fill: #fff;
}

.sideDash__icon {
    width: 70%;
    height: 70%;
    -o-object-fit: contain;
    object-fit: contain;
    fill: #006bde;
}

.sideDash__mark {
    position: absolute;
    top: 0;
    right: 100%;
    height: 100%;
    transition: 0.3s;
    transform: rotate3d(0, 1, 0, 90deg);
    transform-origin: right;
    background-color: #006bde;
    white-space: nowrap;
    color: #fff;
    display: flex;
    align-items: center;
    padding: 4px 12px;
    font-weight: bold;
    font-size: 24px;
    line-height: 140.62%;
    z-index: 1;
}

.sideDash__mark::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 100%;
    height: 100%;
    width: 16px;
    background: url(../img/cooperation/marker.svg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    z-index: 1;
}

.solution__top {
    display: flex;
    gap: 2rem;
    align-items: flex-start;
}

.solution__composition {
    width: 50%;
    line-height: 150%;
    height: 100%;
    flex: 1;
    min-width: 30rem;
}

.solution__composition ul, .solution__composition ol {
    margin: 0 !important;
    list-style-position: inside;
}

.solution__composition a {
    color: #006BDE !important;
    text-decoration: underline !important;
}

.solution__image {
    width: 50%;
    max-height: 40rem;
    object-fit: cover;
    clip-path: polygon(12% 0, 100% 0, 100% 81%, 86% 100%, 0 100%, 0 15%);
    flex: 1;
    min-width: 30rem;
}

.solution__top.box.third {
    flex: 1;
    min-width: 32rem;
    max-width: 40rem;
}
.solution__documents{
    margin-top: 32px;
}

.solution__title {
    text-align: center;
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 150%;
    margin-top: 3.2rem;
    margin-bottom: 2.4rem;
}

.solution__works {
    background: #F6F6F6;
    padding: 3.1rem;
    line-height: 150%;
    margin-bottom: 2.4rem;
}

.solution__works ol, .solution__works ul {
    padding: 0 !important;
    margin: 0 !important;
    list-style-position: inside;
}

.solution__description {
    margin-bottom: 3.2rem;
    line-height: 150%;
}

.brands-container {
    display: grid;
    row-gap: 16px;
    column-gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(225px, 1fr));
}

.brand-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    transition: all 0.2s ease;
}

.brand-item:hover {
    transform: scale(1.02);
}

.brand-item:hover svg {
    transform: translateX(10px);
}

.brand-image {
    height: 200px;
    width: 100%;
    object-fit: contain;
    -o-object-fit: contain;
    padding: 3rem;
    background: #f7f7f7;
}

.brand-image.placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f0f0f0;
    color: #999;
    font-size: 14px;
}

.brand-title {
    display: flex;
    align-items: center;
    margin-top: 12px;
}

.brand-title p {
    margin-right: 8px;
}

.brand-title svg {
    width: 16px;
    height: 12px;
    transition: all 0.2s ease;
}

.project__info {
    margin-bottom: 24px;
    display: block;
}

.project__info--mobile {
    margin-top: 16px;
    display: none;
}

.project__presentation {
    margin-bottom: 80px;
}

.presentation__picture {
    margin-bottom: 10px;
}

.coatCard-slider__item,
.prodCard-slider__item,
.presentation-slider__item {
    display: block;
    position: relative;
}

.coatCard-slider__item:before,
.prodCard-slider__item:before,
.presentation-slider__item:before {
    display: block;
    content: '';
    width: 100%;
    padding-top: calc(594 / 1182 * 100%);
}

.coatCard-slider__item .ratio__box,
.prodCard-slider__item .ratio__box,
.presentation-slider__item .ratio__box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.coatCard-slider__item,
.prodCard-slider__item {
    height: 100%;
    width: 100%;
}

.coatCard-slider__item .coatCard-slider__pic,
.prodCard-slider__item .prodCard-slider__pic {
    height: 100%;
    width: 100%;
}

.presentation-slider__item .ratio__box img,
.presentation-slider__item .ratio__box iframe,
.presentation-slider__item .ratio__box picture {
    width: 100%;
    height: 100%;
    max-height: 600px;
    object-fit: cover;
}


.presentation-slider__pic {
    position: absolute;
    width: 100%;
    height: 100%;
}

.coatCard-slider__controls,
.prodCard-slider__controls,
.presentation-slider__controls {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    z-index: 2;
}

.prodCard__gallery--desktop .prodCard-slider,
.prodCard__gallery--desktop .coatCard-slider {
    width: 100%;

}

.prodCard__gallery--desktop .prodCard-slider {
    height: 330px;
}

.prodCard__gallery--desktop .coatCard-slider {


}

.presentation-slider__controls {
    padding: 0 16px;
}


.coatCard-slider__controls,
.prodCard-slider__controls {
    padding: 0 8px;
}


.coatCard-slider__btn,
.prodCard-slider__btn,
.presentation-slider__btn {
    pointer-events: auto;
}

.coatCard-slider__arrow,
.prodCard-slider__arrow,
.presentation-slider__arrow {
    width: 30px;
    height: 30px;
    -o-object-fit: contain;
    object-fit: contain;
    fill: #fff;
    cursor: pointer;
}

.coatCard-slider__arrow:hover,
.prodCard-slider__arrow:hover,
.presentation-slider__arrow:hover {
    fill: #9af3ef;
}

.prodCard-thumbnails,
.presentation-thumbnails,
.coatCard-thumbnails {
    position: relative;
}

.coatCard-thumbnails__item,
.prodCard-thumbnails__item,
.presentation-thumbnails__item {
    display: block;
    position: relative;
    background-color: #000;
}

.coatCard-thumbnails__item:before,
.prodCard-thumbnails__item:before,
.presentation-thumbnails__item:before {
    display: block;
    content: '';
    width: 100%;
    padding-top: calc(594 / 1182 * 100%);
}

.coatCard-thumbnails__item .ratio__box,
.prodCard-thumbnails__item .ratio__box,
.presentation-thumbnails__item .ratio__box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.coatCard-thumbnails__item .ratio__box img,
.coatCard-thumbnails__item .ratio__box iframe,
.coatCard-thumbnails__item .ratio__box picture,
.prodCard-thumbnails__item .ratio__box img,
.prodCard-thumbnails__item .ratio__box iframe,
.prodCard-thumbnails__item .ratio__box picture,
.presentation-thumbnails__item .ratio__box img,
.presentation-thumbnails__item .ratio__box iframe,
.presentation-thumbnails__item .ratio__box picture {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.presentation-thumbnails__item.swiper-slide-thumb-active
.presentation-thumbnails__pic {
    opacity: 1;
}

.prodCard-thumbnails__item.swiper-slide-thumb-active
.prodCard-thumbnails__pic {
    opacity: 1;
}

.coatCard-thumbnails__item.swiper-slide-thumb-active
.coatCard-thumbnails__pic {
    opacity: 1;
}

.coatCard-thumbnails__pic,
.prodCard-thumbnails__pic,
.presentation-thumbnails__pic {
    position: absolute;
    width: 100%;
    height: 100%;
    /*-o-object-fit: cover;*/
    /*object-fit: cover;*/
    cursor: pointer;
    opacity: 0.5;
}

.aside__head {
    background-color: #f6f6f6;
    padding: 20px;
}

.aside__head:not(:last-child) {
    margin-bottom: 20px;
}

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

.aside__list:not(:last-child) {
    margin-bottom: 20px;
}

.aside__item {
    margin-bottom: 28px;
    padding-left: 15px;
    flex: 0 1 100%;
}

.aside .choices {
    margin-bottom: 0;
    margin-right: 0;
    width: 100%;
}

.aside .choices:not(:last-child) {
    margin-bottom: 20px;
}

.quizBlock__head:not(:last-child) {
    margin-bottom: 16px;
}

.quizBlock__title {
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    color: #505050;
}

.quizBlock__item:not(:last-child) {
    margin-bottom: 12px;
}

.footer {
    position: relative;
    background-color: #373737;
}

.footer a:active {
    color: #9af3ef;
    transition: color 0.2s ease;
}

.footer__bg {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 79%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.footer__bg:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        #373737 11.36%,
        rgba(55, 55, 55, 0.72) 100%
    );
}

.footer__bg:after {
    content: '';
    position: absolute;
    left: -5px;
    top: 0;
    height: 100%;
    width: 10px;
    background-color: #373737;
}

.footer__container {
    position: relative;
    z-index: 2;
}

.footer__top {
    display: flex;
    padding: 35px 0 3px;
}

.footer__menu {
    display: flex;
    flex-wrap: wrap;
    padding-left: 30px;
    color: #fff;
}

.footer__spollerBox {
    flex: 0 1 33.333%;
    padding-left: 40px;
}

.footer__menuList {
    margin-bottom: 38px;
}

.footer__menuItem:not(:last-child) {
    padding-bottom: 16px;
}

.footer__menuItem:first-child {
    font-size: 19px;
    line-height: 120%;
    font-weight: 700;
}

.footer__bottom {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding: 33px 0;
    margin-top: -15px;
    color: #fff;
    line-height: 150%;
}

.footer__bottom:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    height: 3px;
    width: 100%;
    background-color: rgba(129, 129, 129, 0.3);
    transform: translateX(-50%);
}

.footer__copyBox {
    flex: 0 1 33.333%;
}

.footer__copyBoxItem {
    padding-bottom: 8px;
}

.footer__contactsBox {
    flex: 0 1 66.666%;
    display: flex;
}

.footer__contactsBoxList {
    flex: 0 1 33.333%;
    padding-right: 20px;
}

.footer__contactsBoxList:not(:first-child) {
    padding-left: 20px;
}

.footer__contactsBoxItem {
    padding-bottom: 10px;
}

.footer__formBox {
    padding-top: 9px;
}

.footer__spoller {
    display: none;
}

.formBox {
    max-width: 325px;
}

.formBox__formTitle {
    margin-bottom: 31px;
    font-size: 24px;
    line-height: 120%;
    font-weight: 700;
    color: #fff;
}

.formBox__form input[type='file'] {
    position: absolute;
    visibility: hidden;
    width: 1px;
    height: 1px;
    margin: -1px;
}

.ctaForm__body input[type='file'] {
    position: absolute;
    visibility: hidden;
    width: 1px;
    height: 1px;
    margin: -1px;
}

.formBox__fileLabel {
    display: inline-flex;
    margin-bottom: 2rem;
    color: #006BDE;
    cursor: pointer;
    transition: color 0.2s ease;
}

.file-name {
    color: #505050 !important;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: normal;
}

.formBox__fileLabel svg {
    width: 16px;
    height: 17px;
    margin-right: 14px;
    fill: #fff;
    transition: fill 0.2s ease;
}

.footer .formBox__input {
    height: 5.4rem !important;
}

.formBox__input[type='text'] {
    display: flex;
    align-items: center;
    height: 40px;
    width: 100%;
    padding: 11px 18px;
    margin-bottom: 16px;
    border: 1px solid #fff;
    border-radius: 6px;
}

.formBox__submit {
    display: block;
    padding: 1.6rem 3.4rem;
    margin-bottom: 23px;
    font-size: 16px;
    color: #fff;
    border-radius: 5px;
    border: 2px solid #006bde;
    background: #006bde;
    transition: 0.2s ease;
}

.ctaForm__btn.disabled,
.formBox__submit.disabled,
.ordering__submit.disabled {
    color: #fff;
    background: rgba(184, 183, 183, 1);
    border-color: rgba(184, 183, 183, 1);
    transition: 0.2s ease;
    cursor: not-allowed;
}

.btn--cl.disabled {
    color: #fff;
    background: rgba(184, 183, 183, 1);
    border-color: rgba(184, 183, 183, 1);
    transition: 0.2s ease;
    cursor: not-allowed;
}

body:not(._touch) .ordering__submit.disabled:hover,
body:not(._touch) .ordering__submit:disabled:hover,
body:not(._touch) .ctaForm__btn.disabled:hover,
body:not(._touch) .ctaForm__btn:disabled:hover,
body:not(._touch) .formBox__submit.disabled:hover,
body:not(._touch) .formBox__submit:disabled:hover {
    background-color: rgba(184, 183, 183, 1);
    border-color: rgba(184, 183, 183, 1);
    cursor: not-allowed;
    color: #fff;
}

body:not(._touch) .btn--cl.disabled:hover,
body:not(._touch) .btn--cl:disabled:hover {
    background-color: rgba(184, 183, 183, 1);
    border-color: rgba(184, 183, 183, 1);
    cursor: not-allowed;
    color: #fff;
}

.formBox__policy {
    color: #e0e0e0;
    font-size: 14px;
    line-height: 1.2;
}

.formBox__policy a {
    text-decoration: underline;
}

.tabBar {
    display: none;
}

#successModal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.38));
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1112;
}

.modal-content {
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
    text-align: center;
    align-items: center;
    position: relative;
    background: #fff;
    padding: 3.2rem;
    border-radius: 8px;
    max-width: 40.5rem;
}

.modal-close {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 15px;
    height: 15px;
    cursor: pointer;
}

.modal-status {
    width: 112px;
    height: 112px;
}

.modal-content h3 {
    font-size: 3.6rem;
    font-weight: 700;
    color: #000;
}

.modal-content p {
    font-size: 1.6rem;
    font-weight: 400;
    color: #000;
}

.modal-content span {
    font-size: 1.6rem;
    font-weight: 400;
    color: rgba(129, 129, 129, 1);
}

.history__action.history__spollerTrigger.has-tip { position: relative; overflow: visible; }

.history__action.history__spollerTrigger.has-tip .tip-bubble{
    left: auto !important;
    right: calc(100% + 12px) !important;
    top: 50% !important;
    bottom: auto !important;
    font-size: 1.4rem;
    transform: translateY(-50% ) translateX(50%) !important;
    z-index: 12;
    pointer-events: none;
    opacity: 0; visibility: hidden;
    white-space: nowrap;
}
.history__action.history__export-document.has-tip .tip-bubble {

    font-size: 1.4rem;

}
.history__action.history__refresh-order.has-tip .tip-bubble {

    font-size: 1.4rem;

}
.history__action.history__spollerTrigger.has-tip:hover .tip-bubble{
    opacity: 1; visibility: visible;
}

.history__action.history__spollerTrigger.has-tip .tip-bubble::before{
    left: auto !important;
    right: -8px !important;
    top: 50% !important;
    bottom: auto !important;
    transform: translateY(-50%) !important;
    border: none !important;
    border-top: 8px solid transparent !important;
    border-bottom: 8px solid transparent !important;
    border-left: 8px solid #fff !important;
    filter: drop-shadow(2px 0 2px rgba(0,0,0,.12));
}
body:not(._touch) .history__spollerTrigger:hover svg,
.history__spollerTrigger:focus-visible svg,
.history__spollerTrigger:active svg,
.history__spollerTrigger[aria-expanded="true"] svg{
    color:#006BDE;
}





#consent,
#consent_1,
#consent_2,
#consent_3,
#consent_4,
#consent_5,
#consent_6,
#consent_7,
#consent_8,
#consent_9,
#consent_10,
#consent_11 {
    margin: 0;
    vertical-align: bottom;
}

@media (min-width: 1px) {
    .menu {
        position: fixed;
        z-index: 100;
        top: 0;
        left: 0;
        width: 1px;
        height: 1px;
        margin: -1px;
        visibility: hidden;
        overflow: scroll;
        transition: background 0.6s ease, width 0s 0.6s, height 0s 0.6s, visibility 0s 0.6s;
    }

    .menu__body {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 10px;
        width: 100%;
        background-color: #fff;
        transform: translate3d(0, 0, 0);
        transition: transform 0.6s ease;
    }

    .menu--active {
        width: 100%;
        min-width: 320px;
        margin: 0;
        background-color: rgba(0, 0, 0, 0.4);
        visibility: visible;
        transition: background 0.6s ease;
        height: 100%;
    }

    .filter__menu {
        position: fixed;
        top: -100%;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.95);
        transition: top 0.4s ease;
        z-index: 100;
    }

    .filter__menu-wrapper {
        padding: 16px;
        height: 100%;
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .filter__menu--active {
        top: 0;
    }

    .filter__menu-close-button {
        position: absolute;
        top: 16px;
        right: 16px;
        cursor: pointer;
        z-index: 101;
    }

    .filter__menu-list {
        display: flex;
        flex-direction: column;
        gap: 14px;
    }

    .filter__menu-select-wrp {
        position: relative;
    }

    .filter__menu-select-wrp::before {
        content: '';
        position: absolute;
        right: 14px;
        top: 17px;
        transform: rotate(45deg);
        width: 8px;
        height: 8px;
        border-right: 2px solid #333333;
        border-bottom: 2px solid #333333;
        pointer-events: none;
        z-index: 2;
    }

    .filter__menu-select {
        width: 100%;
        height: 45px;
        border: 1px solid #006BDE;
        border-radius: 4px;
        padding: 0 10px;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
    }

    .filter__menu-close-icon {
        width: 24px;
        height: 24px;
        fill: #333;
    }

    .filter__menu-header {
        display: flex;
        justify-content: space-between;
        margin-bottom: 32px;
    }

    .filter__menu-footer {
        display: flex;
        flex-direction: column;
        gap: 16px;
        flex: 1;
        justify-content: end;
        margin-bottom: 16px;
    }

    .filter__menu-body {
        padding-top: 16px;
        padding-bottom: 16px;
        display: flex;
        height: 100%;
        flex-direction: column;
        justify-content: space-between;
    }

    .filter__menu-filter-icon svg {
        width: 35px;
        height: 35px;
        fill: #006BDE;
    }

    .menu__wrapper {
        width: 100%;
        background-color: orange;
        transform: translate3d(0, -100%, 0);
    }

    .menu__link:active {
        color: #505050;
        background-color: #fff;
    }

    .menu__logoBox {
        flex: 0 0 auto;
        margin: 0 20px;
    }

    .menu__logoBox img {
        width: 102px;
        height: 119px;
    }

    .menu__close {
        display: none;
    }

    .menu--active .menu__body {
        transform: translate3d(0, 100%, 0);
    }
}

@media (max-width: 991.98px) {
    .brand__advantages {
        flex-direction: column-reverse;
        max-height: none;
        overflow: visible;
        clip-path: none;
        margin-bottom: 24px;
        background: none;
    }

    .brand__list {
        margin: 0;
        width: 100%;
        padding: 0;
    }

    .brand__description {
        margin-bottom: 24px;
    }

    .brand__advantages h1, .brand__advantages h2, .brand__advantages h3 {
        font-size: 24px;
    }

    .brand__image {
        width: 100%;
        max-height: 470px;
        margin-bottom: 16px;
        height: auto;
        clip-path: polygon(0 0, 100% 0, 100% 80%, 90% 100%, 0 100%, 0 0);
    }

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

    .brand__description-image {
        width: 100%;
        max-height: 400px;
    }

    .brand__description-short {
        padding: 24px;
    }

    .brand__description-left {
        width: 100%;
        margin-right: 0;
        margin-bottom: 24px;
    }

    .brand__readMore {
        display: none;
    }

    .gallery__filters {
        display: none;
    }

    .promo-empty__text {
        padding: 0 16px !important;
        width: 100%;
        font-size: 16px;
    }

    .promo-empty__title {
        font-size: 24px;
    }

    .promo-empty__footer {
        width: 100%;
        margin-top: 24px;
        padding: 0 16px !important;
    }

    .promo-empty__block {
        margin: 0 -16px;
        padding-top: 4rem;
        padding-bottom: 2rem;
    }

    .travel-map {
        padding-top: 0;
        padding-bottom: 32px;
    }

    .empty__block {
        flex-direction: column;
        gap: 30px;
    }

    .empty__block img {
        width: auto;
        height: auto;
    }

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

    .empty__title {
        font-size: 36px;
        line-height: 36px;
        margin-bottom: 20px;
    }

    .empty__block-info .btn {
        font-size: 14px;
        padding: 9px 18px;
    }

    .wrp-colorsSlider {
        max-width: none;
        padding: 0;
        margin: 0;
    }

    .menu__wrapper--mobile {
        display: flex;
    }

    .brands__head {
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
        padding-bottom: 24px;
    }

    .video__comp--list p {
        width: 85%;
    }

    .card__delete {
        width: 24px;
        height: 24px;
        top: -18px;
        right: -18px;
    }

    .productsTmp__filters-icon {
        display: none;
    }

    .productsTmp__filters {
        display: none;
    }

    .catalogControl__wrapper {
        padding-bottom: 20px;
    }

    .ordering__submit {
        max-width: 100%;
    }

    .oplata__info {
        margin-top: 0;
        display: flex;
        gap: 20px;
        flex-direction: column;
    }

    .pay_card {
        height: auto;
    }

    .ctaForm__body {
        max-width: 100%;
    }

    .pay_icons_div {
        justify-content: space-between;
        margin-bottom: 16px;
    }

    .ctaForm__inputs {
        display: flex;
        flex-direction: column;
        justify-content: start;
    }

    .ctaForm__inputs .formRow {
        width: 100% !important;
    }
    .gallery__title {
        margin-bottom: 24px;
    }

    .ctaForm .formRow {
        width: 100% !important;
    }

    .inpBox__oplata input {
        width: 100% !important;
    }

    .inpBox__oplata {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .ctaForm__body .formRow .inpBox {
        padding: 0;
    }

    .cta__img {
        margin-bottom: 30px;
    }
    .prodCard__docsBody{
        gap: 24px;

    }
    .docs__showDocs-mobile{
        display: flex;
        justify-content: center;
        margin-top: 24px;
    }
    .prodCard__docsItemWrp{
        min-width: 324px;
    }

    .ctaForm__body .formRow {
        margin: 0;
    }

    .cta__form::before {
        display: none;
    }

    .inpBox__oplata label {
        margin: 0 !important;
    }

    .cooperation__content {
        overflow-x: auto;
    }

    .menu__body {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        padding: 10px;
        background-color: #fff;
        transform: translate3d(0, 0, 0);
        transition: transform 0.6s ease;
    }

    .menu__nav {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        margin-bottom: 32px;
        padding: 0;
    }

    .menu__list {
        width: 100%;
        display: flex !important;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 0;
        padding: 0;
    }
    .productsTmp__title {
        margin-bottom: 24px;
    }

    .menu__logoBoxMobile {
        margin-top: 16px;
        text-align: center;
    }

    .menu__logoLinkMobile img {
        max-width: 100%;
        height: auto;
        width: 47px;
        height: 50px;
        margin-bottom: 24px;
    }

    .menu__item {
        display: flex;
        align-items: center;
        justify-content: center;
        flex: 0 1 48%;
        margin-bottom: 16px;
        border-radius: 5px;
        border: 1px solid #006BDE;
        box-sizing: border-box;
    }

    .menu__link {
        transition: background-color 0.2s ease;
        padding: 16px;
        font-size: 13px;
        font-weight: 400;
        text-align: center;
        align-content: center;
        color: #006BDE;
        text-decoration: none;
        width: 100%;
        height: 100%;
    }

    .menu__item:hover .menu__link {
        color: white !important;
        background: #006BDE !important;
    }
}

@media (min-width: 1px) and (min-width: 991.98px) {
    .menu__contentWrp {
        pointer-events: all;
        background-color: unset;
        padding: 0;
        width: 100%;
        display: flex;
    }

    .menu--active {
        pointer-events: none;
        background-color: unset;
    }
}

@media (min-width: 640px) {
    .choices__list--dropdown .choices__item--selectable {
        padding-right: 10px;
    }

    .choices__list--dropdown .choices__item--selectable:after {
        content: attr(data-select-text);
        font-size: 12px;
        opacity: 0;
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
    }

    [dir='rtl'] .choices__list--dropdown .choices__item--selectable {
        text-align: right;
        padding-left: 10px;
        padding-right: 10px;
    }

    [dir='rtl'] .choices__list--dropdown .choices__item--selectable:after {
        right: auto;
        left: 10px;
    }
}

@media (min-width: 767.98px) {
    .productsTmp__aside {
        height: auto !important;
    }

    .productsTmp__body--line .productsTmp__itemWrp {
        flex: 0 1 100%;
    }

    .productsTmp__body--line .productsTmp__card {
        flex-direction: row;
    }

    .productsTmp__body--line .card__body {
        flex: 1 1 100%;
    }

    .productsTmp__body--line .card__footer {
        margin-top: auto;
    }

    .productsTmp__body--line .card__imgWrp {
        flex: 0 0 24%;
        margin: 0 20px 0 0;
    }

    .productsTmp__body--line .card__imgBox {
        padding-bottom: 75%;
        margin: 0 20px 0 0;
    }

    .brands__cardWrp:nth-child(3n) .brands__imgBox:before {
        display: none;
    }

    .brands__cardWrp:nth-child(3n-2) .brands__imgBox:after {
        display: none;
    }

    .prodCard__selWrp .choices:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 27px;
        height: 100%;
        background-color: #f6f6f6;
        transform-origin: bottom left;
        transform: skewX(-30deg);
    }
    .history__commentsPanel {
        padding-left: 0;
    }
}

@media (min-width: 991.98px) {
    .menu {
        overflow: visible;
    }

    .menu__wrapper--desktop {
        display: flex;
    }

    .menu__nav {
        display: flex;
        align-items: center;
        flex: 0 1 50%;
        font-size: 1.8rem;
        line-height: 120%;
        color: #fff;
        text-align: center;
    }

    .menu__list {
        display: flex;
        justify-content: space-between;
        margin: 0 -5px;
    }

    .menu__item {
        display: flex;
        align-items: center;
        justify-content: center;
        flex: 1 1 25%;
        border-radius: 5px;
        padding: 5px;
    }

    .menu__link {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        padding: 2px 13px;
        border-radius: 5px;
        background-color: #006bde;
        border: 2px solid #006bde;
        transition: 0.2s ease;
    }

    .productsTmp .newItems__tabsEl {
        margin-bottom: 10px;
        padding-left: 4px;
        padding-right: 4px;
        transition: 0.2s ease;
    }

    .productsTmp .newItems__tabsEl:active {
        background-color: #006bde;
        color: #fff;
    }

    .productsTmp .newItems__tabsEl:active:before,
    .productsTmp .newItems__tabsEl:active:after {
        background-color: #006bde;
        border: 2px solid #006bde;
    }
}

@media (max-width: 1390px) {
    .sideDash__mark {
        display: none;
    }

    .sticky-spacer {
        display: none !important;
    }

    .sideDash--sticky {
        position: relative !important;
        top: auto;
        left: auto;
        display: flex;
        gap: 10px;
        margin-bottom: 30px;
        z-index: 3 !important;
    }

    .sideDash__item--gap:not(:last-child) {
        margin: 0;
    }
}

@media (max-width: 1220px) {
    .show__map {
        margin: 0 -16px;
    }

    .breadcrumbs {
        padding-top: 24px;
    }

    .catalogItemBoxWrp {
        flex: 0 1 100%;
        max-width: 768px;
        margin: 0 auto 16px;
    }

    .catalogItemBox {
        overflow: hidden;
    }

    .catalogItemBox:before {
        width: 100%;
        overflow: hidden;
        z-index: -1;
    }

    .catalogItemContent {
        flex: 0 1 50%;
    }

    .catalogItemImgBox {
        flex: 0 0 50%;
    }

    .catalogItemBox--left .catalogItemImg {
        left: 0;
        transform: translate(-25%, -50%) skew(18deg);
    }

    .catalogItemBox--right .catalogItemImg {
        left: unset;
        right: 0;
        transform: translate(25%, -50%) skew(18deg);
    }

    html {
        font-size: 9px;
    }

    .checkbox__label:before {
        transform: translateY(-50%);
    }

    .header__list {
        font-size: 1.6rem;
    }

    .header__item:not(:first-child) {
        margin-left: 10px;
    }

    .header__item--drop {
        margin-right: 10px;
        white-space: nowrap;
    }

    .header__logoBox {
        width: 190px;
    }

    .header__logoBox:after {
        transform: translateY(15%) skew(0, -10deg);
    }

    .header__logoBox:before {
        transform: translateY(15%) skew(0, -5deg);
    }

    .header__logoLink img, .header__logoLink svg {
        width: 146px;
        height: auto;
    }

    .filters__filterGroup {
        order: 3;
    }

    .filters__btnGroup {
        order: 2;
    }

    .filters__form {
        flex-wrap: wrap;
    }

    .filters__btn--clear {
        margin-left: 0;
    }

    .filters__searchBox {
        order: 1;
        flex: 1 1 50%;
        margin-bottom: 10px;
    }

    .hero__container {
        position: static;
        min-height: 600px;
    }

    .wrp-heroSlider,
    .wrp-heroSliderPreview {
        right: 0;
    }

    .wrp-heroSlider {
        width: 100vw;
        min-width: unset;
        min-width: 320px;
    }

    .heroSlider__content {
        padding: 0 15px;
        margin: 0 auto;
    }

    .heroSlider__txtBox {
        padding: 20px 300px 30px 30px;
    }

    .products__title {
        padding-bottom: 28px;
    }

    .products__itemWrp {
        flex: 0 1 100%;
        max-width: 768px;
        margin: 0 auto 40px;
    }

    .products__itemBox {
        overflow: hidden;
    }

    .products__itemBox:before {
        width: 100%;
        overflow: hidden;
    }

    .products__itemBox--left .products__img {
        left: 0;
        transform: translate(-25%, -50%) skew(18deg);
    }

    .products__itemBox--right .products__img {
        left: unset;
        right: 0;
        transform: translate(25%, -50%) skew(18deg);
    }

    .products__itemImgBox {
        flex: 0 0 50%;
    }

    .products__itemContent {
        flex: 0 1 50%;
    }

    .services__title {
        margin-bottom: 27px;
    }

    .benefitCard__countRow {
        height: 75px;
    }

    .benefitCard__txt {
        font-size: 2.7rem;
    }

    .benefitCard__count {
        font-size: 12rem;
    }

    .productsTmp__itemWrp--main {
        flex: 0 1 50%;
    }

    .productsTmp__aside {
        flex: 0 0 250px;
    }

    .history__titlesBox {
        padding-right: 45px;
    }

    .history__spoller {
        padding-right: 45px;
    }

    .history__spollerTrigger svg {
        width: 25px;
        height: 25px;
    }

    .history__panelSide {
        flex: 0 0 220px;
    }

    .basket__side {
        flex: 0 0 340px;
    }

    .productCalc__inpCount {
        width: 68px;
    }

    .productCalc__add:before {
        top: -4px;
    }

    .comparison__container {
        max-width: 992px;
    }

    .compareSlider__btn {
        right: 0px;
        width: 40px;
        height: 40px;
    }

    .compareSlider__btn svg {
        width: 10px;
        height: 20px;
    }

    .compareSlider,
    .compareParametersSlider {
        width: 606px;
    }

    .ordering__side {
        flex: 0 0 340px;
    }

    .prodCard__side {
        width: 430px;
        flex: 0 0 450px;
    }

    .aside__head {
        padding: 15px;
    }

    .aside .choices:not(:last-child) {
        margin-bottom: 15px;
    }
}

.catalogControl__searchform-mobile {
    display: none;
}

@media (max-width: 1220px) {
    ._container {
        max-width: 970px;
    }
}

@media (max-width: 1150px) {
    .prodCard__side {
        width: 360px;
        flex: 0 0 380px;
    }
}

@media (max-width: 991.98px) {
    .solution__top {
        flex-direction: column;
    }

    .solution__image {
        width: 100%;
        clip-path: none;
        border: 1px solid #929292;
    }

    .solution__composition {
        width: 100%;
    }

    .solution__title {
        text-align: start;
    }

    .solution__description {
        padding: 16px;
    }

    .gallery__filters-icon-mobile,
    .productsTmp__filters-icon-mobile {
        display: block;
        width: 21px;
        min-width: 21px;
        height: 23px;
        min-height: 23px;
        fill: #006bde;
    }

    .gallery__filters-icon-mobile {
        margin-bottom: 24px;
    }

    .breadcrumbs {
        padding-top: 94px;
    }

    .brands__controls {
        margin: 10px 0 0 0;
    }

    .post-content__body-container {
        padding-top: 0;
    }

    .cta__description {
        padding-top: 0;
    }

    .breadcrumbs__item {
        max-width: 90vw;
    }

    .breadcrumbs__link span {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 100%;
        display: inline-block;
        vertical-align: top;
    }

    .cta__body {
        flex-direction: column;
        margin-bottom: 64px;
    }

    .categories__cardCategories,
    .brands__cardCategories {
        grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
    }

    .menu--active {
        background: #fff;
    }

    .social {
        display: flex;
        gap: 12px;
    }

    .social-right {
        display: none;
    }

    .prodCard__gallery--desktop {
        display: none;
    }

    .prodCard__gallery--mobile {
        display: flex;
    }

    .prodCard__gallery--mobile .prodCard-slider-mobile,
    .prodCard__gallery--mobile .coatCard-slider-mobile {
        height: 390px;
        width: 100%;
    }

    .catalogItemBox--left .catalogItemContent {
        padding: 16px;
    }

    .catalogItemBox--right .catalogItemContent {
        padding: 16px;
    }

    .cooperation__content {
        overflow: hidden;
    }

    .products__itemImgBox {
        height: 100%;
    }

    .products__itemBox--left .products__itemContent {
        padding: 16px;
    }

    .products__itemBox--right .products__itemContent {
        padding: 16px;
    }

    ._container {
        margin: 0 auto;
        padding-left: 16px;
        padding-right: 16px;
    }

    .newItems__tabsEl {
        min-width: auto;
        padding-left: 8px;
        padding-right: 8px;
    }

    .newItems__tabsEl--first {
        position: relative;
        width: 100%;
        height: 100%;
    }

    .newItems__tabs .all_categories {
        padding-left: 18px;
    }

    .newItems__tabs:before {
        content: '';
        position: absolute;
        z-index: 10;
        width: 18px;
        /*height: -moz-available;*/
        /*height: -webkit-fill-available;*/
        /*height: fill-available;*/
        left: -18px;
        background: #fff;
        height: 100%;
    }

    .newItems__tabsEl:not(:first-child) {
        margin-left: 30px;
    }

    .newItems__tabsEl:after, .newItems__tabsEl:before {
        transform: skewX(-28deg);
    }

    .newItems__tabs {
        padding-right: 30px;
        flex-wrap: wrap;
        margin-top: 0;
        margin-right: 0;
        row-gap: 8px;
    }

    .productsTmp .newItems__tabs {
        flex-wrap: nowrap;
        font-size: 1.4rem;
        overflow: auto;
    }

    .productsTmp .newItems__tabs::-webkit-scrollbar {
        width: 0;
    }

    .newItems__sliderBtns {
        display: none;
        margin-left: auto;
        position: relative;
        z-index: 2;
        height: 100%;
    }

    .newItems {
        background-color: #fff;
    }

    .products__content {
        padding: 64px 0 30px;
    }
    .contacts__title {

        margin-bottom: 24px;
    }

    .products {
        background-color: #fff;
    }

    .catalogControl {
        display: none;
        width: 100%;
        margin: 16px;
    }

    .catalogControl__btn {
        display: none;
        align-items: center;
        padding: 16px 25px 16px 19px;
        font-size: 1.9rem;
        font-weight: 700;
        color: #595959;
        background-color: #f6f6f6;
        border-radius: 5px 0 0 5px;
        transition: background-color 0.2s ease, color 0.2s ease;
    }

    .catalogControl__searchform-mobile {
        margin-top: 20px;
        display: flex;
        align-items: center;
        width: 100%;
        height: 40px;
        border-radius: 6px;
        border: 1px solid #E7E9EC;
        padding: 0 10px;
        background-color: white;
    }

    .catalogControl__searchInput-mobile {
        flex: 1;
        height: 100%;
        border: none;
        outline: none;
        font-size: 14px;
        padding: 0 10px;
    }

    .catalogControl__searchBtn-mobile {
        background: none;
        border: none;
        cursor: pointer;
        padding: 0 10px;
    }

    .catalogControl__searchBtn-mobile svg {
        width: 20px;
        height: 20px;
    }

    .hero {
        background-color: #fff;
        position: relative;
        overflow: hidden;
    }

    .heroSlider__count,
    .stockSlider__count {
        position: absolute;
        top: -20px;
        left: 0;
        font-size: 9.6rem;
        line-height: 1;
        color: rgba(3, 211, 212, 0.3);
        transform: translate(-4%, -10%);
    }

    .close-button {
        position: absolute;
        top: 35px;
        right: 16px;
        width: 24px;
        height: 24px;
        cursor: pointer;
        z-index: 1000;
    }

    .close-icon {
        width: 100%;
        height: 100%;
        fill: #000;
    }

    .authorization__link {
        text-decoration: none;
        border-radius: 6px;
        font-size: 14px;
        font-weight: 400;
        text-align: center;
        align-content: center;
        width: 100%;
        height: 100%;
    }

    .authorization__link:hover,
    .authorization__link:active {
        text-decoration: none;
    }

    .authorization__item_mobile {
        align-items: center;
        height: 50px;
        text-decoration: none;
        transition: background-color 0.2s ease;
        color: white;
        background-color: #006BDE;
        border-radius: 5px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 42px;
        cursor: pointer;
    }

    .authorization__item_mobile:hover {
        background-color: white;
        color: #005bb5;
        border: 2px solid #006BDE;
    }

    .header__infoPanels {
        width: 100%;
    }

    body:not(._touch) .infoPanel__btn:hover svg {
        fill: #006bde;
        stroke: transparent;
    }

    .infoPanel {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0;
        margin: 0;
        margin-bottom: 10px;
    }

    .infoPanel__svg {
        margin: 0;
        padding: 0;
        vertical-align: middle;
    }

    .infoPanel__btn:active svg {
        fill: #006bde;
    }

    .infoPanel__btn:active svg {
        fill: #006bde;
    }

    .infoPanel__svg--oko {
        width: 20px;
        height: 20px;
        fill: #fff;
        min-height: auto;
        min-width: auto;
    }

    .infoPanel__svg--heart {
        width: 20px;
        height: 20px;
        fill: #fff;
        min-height: auto;
        min-width: auto;
    }

    .infoPanel__svg--stat {
        fill: #fff;
        width: 20px;
        height: 20px;
        min-height: auto;
        min-width: auto;
    }

    .infoPanel__svg--basket {
        width: 20px;
        height: 20px;
        min-height: auto;
        min-width: auto;
        fill: #fff;
    }

    .infoPanel__btn--basket {
        display: block;
    }

    .iconMenu {
        position: relative;
        z-index: 100;
        display: flex;
        order: 2;
        align-items: center;
        justify-content: center;
        width: 30px;
        height: 22px;
    }

    .iconMenu span,
    .iconMenu:before,
    .iconMenu:after {
        display: block;
        width: 100%;
        height: 100%;
        background: url('../img/icons/line.svg') center/100% 40px no-repeat;
        transition: top 0.2s ease 0.2s, bottom 0.2s ease 0.2s, transform 0.2s ease;
    }

    .iconMenu:before,
    .iconMenu:after {
        content: '';
        position: absolute;
        left: 0;
        transform: translate3d(0, 0, 0);
    }

    .iconMenu span {
        transform: translate3d(0, 0, 0) scale(1);
    }

    .iconMenu:before {
        top: 50%;
    }

    .iconMenu:after {
        bottom: 50%;
    }

    .iconMenu--active:before,
    .iconMenu--active:after {
        transform-origin: center;
        transition: top 0.2s ease, bottom 0.2s ease, transform 0.2s ease 0.2s;
    }

    .iconMenu--active:before {
        top: 0;
        transform: translate3d(0, 0, 0) rotate(45deg);
    }

    .iconMenu--active:after {
        bottom: 0;
        transform: translate3d(0, 0, 0) rotate(-45deg);
    }

    .iconMenu--active span {
        transform: translate3d(0, 0, 0) scale(0);
    }

    .header {
        min-height: 116px;
    }


    .header__container {
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        right: 0;
        background-color: #fff;
        max-width: none;
    }

    .header__col .authorization {
        position: absolute;
        z-index: -10;
        width: 0;
        height: 0;
        visibility: hidden;
    }

    .header__col--left {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .header__col--right {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-end;
    }

    .header__authorization {
        margin: 0px auto 25px;
    }

    .header__nav {
        display: none;
    }

    .header__navLink--tel {
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        width: 40px;
        height: 40px;
        color: rgba(255, 255, 255, 0);
        overflow: hidden;
        border-radius: 50%;
        transform: translateY(50%);
    }

    .header__navLink--tel svg {
        position: absolute;
        z-index: 1;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        display: block;
        width: 17px;
        height: 17px;
        fill: #fff;
    }

    .header__navLink--tel:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #006bde;
        transition: 0.2s ease;
    }

    .header__navLink--tel:active:before {
        background-color: #d6d6d6;
    }

    .header__item {
        display: none;
        transition: color 0.2s ease;
    }

    .header__logoBox {
        margin: 0 15px;
        width: 135px;
    }

    .header__logoLink img, .header__logoLink svg {
        width: 80px;
        height: 100px;
    }

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

    .header__controllers {
        display: none;
    }

    .header__infoPanel {
        width: 100%;
        justify-content: space-between;
    }


    .catalogControl--vis {
        display: block;
    }

    .social__link {
        width: 36px;
        height: 36px;
        background-color: #03D3D4;
    }

    .social__link--mail,
    .social__link--faq {
        display: none;
    }

    .social__link:active {
        background-color: #d6d6d6;
    }

    .calc {
        display: none;
    }

    .infoPanel__btn {
        width: unset;
        height: unset;
        order: 1;
        display: none;
        margin-right: 5px;
    }

    .infoPanel__btn--mobile {
        position: relative;
        display: flex !important;
        justify-content: center;
        align-items: center;
        margin-right: 16px;
        width: 40px;
        height: 40px;
        background-color: #03D3D4;
        border-radius: 50%;
    }

    .countOfCart {
        position: absolute;
        right: 0%;
        top: 30%;
    }

    .infoPanel__btn--basket {
        display: block;
    }

    .filters__filterGroup {
        width: 100%;
    }

    .filter {
        display: none;
        white-space: nowrap;
    }

    .filters__btn--clear {
        white-space: nowrap;
    }

    .gallery__filters-icon {
        display: none;
    }

    .filters__btnGroup {
        order: 3;
        gap: 8px;
        display: flex;
        width: 100%;
        padding: 10px 0 10px;
    }

    .filters__form {
        flex-wrap: wrap;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .filters {
        background: transparent;
    }

    .choices {
        flex: 1 1 100%;
        margin-right: 0;
    }

    .card__btn, .cancel_coatings_btn {
        width: 100% !important;
    }

    .right__side {
        width: 100%;
    }

    .productsTmp__body--line .card__imgWrp {
        flex: 0 0 24%;
        margin: 0 20px 0 0;
    }

    .productsTmp__body--line .productsTmp__card {
        flex-direction: row;
    }

    .productsTmp__body--line {
        display: block;
    }

    .swiper-container .swiper-wrapper {
        height: 100%;
        box-sizing: content-box;
         display: flex;
        position: relative;
    }

    .wrp-heroSliderPreview {
        width: 380px;
        transform-origin: top left;
        transform: translateX(100%) skewX(-20deg);
    }

    .heroSlider__txtBox {
        padding: 20px 150px 30px 30px;
    }

    .heroSliderPreview:before {
        width: 10px;
    }

    .montageSliderPreview:before,
    .deliverySliderPreview:before,
    .productionSliderPreview:before,
    .paymentSliderPreview:before,
    .calculationSliderPreview:before,
    .stockSliderPreview:before {
        width: 5px;
    }

    .heroSliderPreview__slide {
        padding-left: 10px;
    }

    .swiper-slide-montage,
    .swiper-slide-delivery,
    .swiper-slide-production,
    .swiper-slide-calculation,
    .swiper-slide-payment,
    .swiper-slide-stock {
        padding-left: 5px;
    }

    .heroSliderPreview__previewImgBox {
        transform: translate(-50%, -50%) skewX(0);
    }

    .heroSliderPreview__previewTitle {
        left: 10%;
        padding: 0;
        font-size: 2.6rem;
        width: 298px;
        max-width: 298px;
        transform: skewX(20deg) rotateZ(-70deg) translateX(0%);
    }

    .heroSliderPreview__count,
    .stockSliderPreview__count {
        font-size: 8.6rem;
        transform: translate(-18%, -16%) skewX(0);
    }

    .process__content {
        justify-content: center;
        flex-wrap: wrap;
        padding-top: 0;
        padding-bottom: 76px;
    }

    .process__videoBox {
        flex: 0 1 100%;
        order: 1;
        padding-bottom: 60%;
    }

    .process__body {
        flex: 0 1 100%;
        padding: 0;
        order: 2;
    }

    .services__content {
        padding: 70px 0 50px;
    }

    .services__body {
        flex-wrap: wrap;
        justify-content: center;
    }

    .services__itemWrp {
        flex: 0 1 50%;
        max-width: 320px;
        margin-bottom: 50px;
    }

    .serviceCard__txt {
        padding: 8px 0;
    }

    .benefits__body {
        justify-content: space-between;
    }

    .benefits__body {
        justify-content: center;
    }

    .benefits__itemWrp {
        flex: 0 1 50%;
    }

    .gallery__itemTitle {
        font-size: 16px;
        margin-bottom: 16px;
    }

    .productsTmp__sortDropBox > div {
        padding: 10px 0;
    }

    .productsTmp__itemWrp {
        flex: 0 1 33.333%;
    }

    .productsTmp__itemWrp--main {
        flex: 0 1 50%;
    }

    .productsTmp .filters__form {
        flex-wrap: wrap;
    }

    .productsTmp__aside {
        flex: 0 0 200px;
    }

    .wrapperBrands > main {
        padding-bottom: 60px;
    }

    .brands__cardWrp {
        padding: 0 10px 30px;
    }

    .brands__imgBox {
        margin-bottom: 14px;
        padding-bottom: 50.4%;
    }

    .brands__cardTitle {
        font-size: 2rem;
    }

    .brands__cardBrands {
        margin: 0 -5px;
    }

    .brands__cardBrandWrp {
        padding: 5px;
    }

    .brands__cardBrand {
        font-size: 1.4rem;
    }

    .history__status {
        min-width: unset;
    }
    .cooperation__title{
        margin-bottom: 24px;
    }
    .breadcrumbs{
        padding-bottom: 24px;
    }


    .history__icons {
        display: none;
    }

    .history__panelGrid {
        flex-wrap: wrap;
    }

    .history__panelSide {
        flex: 0 0 100%;
        margin: 20px 0 0;
    }

    .basket__title {
        padding: 10px 0 25px;
    }

    .basket__grid {
        flex-wrap: wrap;
    }

    .basket__side {
        border-top: 2px solid #006bde;
        flex: 0 0 100%;
        margin: 50px 0 0;
    }

    .comparison__categoryName {
        font-size: 18px;
    }

    .comparison__parameterRow {
        font-size: 14px;
    }

    .comparisonGrid__col--left {
        flex: 0 0 252px;
    }

    .compareSlider__btn {
        right: -20px;
        width: 35px;
        height: 35px;
    }

    .compareSlider,
    .compareParametersSlider {
        width: 478px;
    }

    .ordering__grid {
        flex-wrap: wrap;
    }

    .ordering__body {
        order: 1;
    }

    .ordering__side {
        flex: 0 1 100%;
        margin: 0 0 50px;
        order: 2;
    }

    .ordering__policy {
        margin-bottom: 20px;
    }

    .prodCard__content {
        flex-wrap: wrap;
    }

    .prodCard__side {
        flex: 0 1 100%;
        padding: 4px 0 30px 0;
    }

    .prodCard__galleryHero {
        flex: 0 0 72%;
        margin-bottom: 0;
        padding-right: 5px;
    }

    .prodCard__heroBox {
        min-height: 100%;
    }

    .prodCard__galleryThumbs {
        flex: 0 0 28%;
        flex-direction: column;
        justify-content: space-between;
        margin: -5px 0;
        padding-left: 5px;
    }

    .prodCard__thumbsWrp {
        padding: 5px 0;
    }

    .prodCard__title {
        font-size: 28px;
    }

    .cta__img {
        width: 100%;
    }

    .cta__form {
        width: 100%;
    }

    .cta__form::before {
        top: auto;
        bottom: 100%;
        right: 0;
        width: 100%;
        height: 60px;
    }

    .cta__form::after {
        display: none;
    }

    .ctaForm__title {
        font-size: 18px;
    }

    .ctaForm__subtitle {
        font-size: 14px;
    }

    .documents__list {
        margin-left: -40px;
    }

    .documents__item {
        width: calc(100% / 3);
        padding-left: 40px;
    }

    .document__title {
        font-size: 16px;
    }

    .aside__head {
        padding: 10px;
    }

    .aside .choices:not(:last-child) {
        margin-bottom: 10px;
    }

    .footer__menu {
        flex: 0 1 100%;
    }

    .footer__spollerBox {
        flex: 0 1 50%;
        padding-left: 20px;
    }

    .footer__contactsBoxList {
        padding-right: 0;
        text-align: center;
    }

    .footer__contactsBoxList:not(:first-child) {
        padding-left: 10px;
    }

    .footer__contactsBoxList:first-child {
        padding-left: 10px;
    }

    .footer__formBox {
        flex: 0 0 270px;
    }
    .history__thead th, .history__tbody td {
        font-size: 1rem;
        padding: 10px 4px;
    }

    .history__thead th:nth-child(1) { width: 9rem; }
    .history__thead th:nth-child(2) { width: 14rem; }
    .history__thead th:nth-child(3) { width: 9rem; }
    .history__thead th:nth-child(4) { width: 9rem; }
    .history__thead th:nth-child(5) { width: 8rem; }
    .history__thead th:nth-child(6) { width: 8rem; }
    .history__thead th:nth-child(7) { width: 7rem; }
    .history__thead th:nth-child(8) { width: 18rem; }
    .history__th--actions { width: 9rem; }

    .history__td--address { min-width: 7rem; width: 18rem; }

    .history__panelSide { flex: 0 0 280px; margin-left: 15px; }

    .history__actions { gap: 6px; min-width: 80px; }

    .history__body {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .history__panelGrid { padding: 3px 0 25px; }

    .history__spollerTrigger.has-tip .tip-bubble,
    .history__export-document.has-tip .tip-bubble,
    .history__refresh-order.has-tip .tip-bubble{
        font-size: .9rem;
    }

    .history__spollerTrigger.has-tip .tip-bubble::before,
    .history__export-document.has-tip .tip-bubble::before,
    .history__refresh-order.has-tip .tip-bubble::before{
        left:50% !important; top:auto !important; bottom:-8px;
        transform:translateX(-50%);
        border:none;
        border-left:8px solid transparent;
        border-right:8px solid transparent;
        border-top:8px solid #fff;

        z-index: 6;
        filter:drop-shadow(0 2px 2px rgba(0,0,0,.08));
    }

    .has-tip .tip-bubble{
        opacity:0;
        visibility:hidden;
        transform:translateX(-10px) translateY(-50%);
        transition:0.2s;
        font-size:.9rem;
        font-weight:700;
        padding:.6rem;
        line-height:16px;
        position:absolute;
        left:calc(100% + 7px);
        top:50%;
        white-space:nowrap;
        background:#fff;
        border-radius:8px;
        z-index:10;
        box-shadow:0 0 10px rgba(0,0,0,.2);
    }

    .cooperation {
        padding-bottom: 32px;
    }
    .benefits__content {
        padding: 64px 0 32px;
    }
    .productsTmp__content {
        padding-bottom: 32px;
    }
    .basket__content {
        padding-bottom: 32px;
    }
    .comparison__content {
        padding-bottom: 32px;
    }
}

.cooperation--cta_item-bg:nth-child(3) {
    display: none;
}

.cooperation--cta {
    gap: 8px;
}

.comparison__infoCompare--mobile {
    display: none;
}

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

@media (max-width: 767.98px) {
    .productCalc__warn {
        text-align: start;
        white-space: normal;
    }

    .brand__logo {
        top: 1rem;
        right: 1rem;
        padding: 1rem;
        width: 18rem;
        height: 7.4rem;
    }

    .card__basket {
        padding: 0.75rem 0.925rem;
        height: 36px;
        font-size: 14px;
    }

    .card__basket--in-cart {
        padding: 0.75rem 1rem;
        height: 36px;
    }

    .counter__btn {
        -ms-flex: 0 0 2rem;
        flex: 0 0 2rem;
    }

    .brands-container {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    }

    .gallery__filters-icon-mobile {
        margin-bottom: 0;
    }

    .products__name .link {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .brands__cardCategory {
        padding: 8px;
    }

    .brands__cardCategory-more p {
        padding: 8px;
    }

    .card__controllers--mobile {
        display: flex;
    }

    .productsTmp__body--line .card__imgBox-wrapper {
        flex: 0 0 33%;
    }

    .productsTmp__body--line .card__new-label, .productsTmp__body--line .card__promo-label {
        display: none;
    }

    .prodCard__anchor-wrapper {
        position: relative;
        margin-right: 1%;
        background: #2424240f;
        padding: 0 1rem;
        cursor: pointer;
        margin-bottom: 1%;
        text-align: center;
        transform: skew(-20deg);
    }

    .prodCard__anchor {
        display: inline-block;
        transform: skew(20deg);
        margin: 1.2rem 1rem;
        text-align: center;
        padding: 0;
        background: #F6F6F6;
        vertical-align: middle;
    }

    .prodCard__anchor-wrapper:not(:last-child) {
        border-bottom: none;
    }

    .menu__calc-mobile {
        display: flex;
        position: relative;
    }

    .calc-mobile {
        display: flex;
        justify-content: center;
        width: 100%;
        position: relative;
        padding: 16px;
        border: 1px solid #e7e9ec;
        border-radius: 6px;
        margin-bottom: 32px;
    }





    .tabBar {
        display: flex;
        position: fixed;
        background: #fff;
        bottom: 0;
        left: 0;
        padding: 21px 25px;
        width: 100%;
        z-index: 10;
        border-top: 2px solid #006BDE;
    }

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

    .tabBar__inner svg {
        cursor: pointer;
        width: 24px;
        height: 24px;
        color: #B9BCBE;
    }

    .tabBar__item-active {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .tabBar__item-active span {
        font-size: 16px;
        font-weight: 600;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .tabBar__item-active svg {
        width: 6px;
        height: 6px;
        color: #1DAEFF;
    }

    .presentation-slider__item {
        height: 260px;
    }

    .catalogItemBoxWrp {
        min-height: 185px;
    }

    .gallery .filters__filterGroup {
        display: none;
    }

    .project__info {
        display: none;
    }

    .project__info--mobile {
        display: block;
    }

    .card__title {
        margin-top: 8px;
    }

    .card__delete {
        right: -12px;
        top: -12px;
    }

    .sideDash__mark {
        top: 50%;
        right: 50%;
        transform: rotate3d(0, 1, 0, -90deg);
        z-index: 100000;
        transition: 0.2s;
        font-size: 18px;
        padding: 2px 10px;
    }

    .sideDash__item {
        z-index: 0;
    }

    .contentContainer--slider {
        margin-top: 16px;
        margin-bottom: 16px;
    }

    .products__itemWrp {
        margin: 0 0 32px 0;
    }

    .products__title--wrapper {
        justify-content: space-between;
    }

    .products__title {
        padding-bottom: 16px;
    }

    .itemsSlider__slide {
        padding: 4px;
    }

    .prodCard__charsRow {
        justify-content: space-between;
    }

    .comparison__parameterRow--name {
        margin-left: 10px;
    }

    .comparisonGrid__col--left--desktop {
        display: none;
    }

    .comparison__infoCompare--mobile {
        display: block;
    }

    .cta__body {
        flex-direction: column;
        margin-bottom: 64px;
    }

    .service__usluga-wrapper {
        margin-bottom: 40px;
    }



    .video__info--warning--desktop {
        display: none;
    }

    .video__info--warning--mobile {
        display: block;
    }

    .video__info--warning {
        padding: 32px;
    }

    .cooperation__subTitle {
        font-size: 18px;
    }

    .video__text {
        font-size: 14px;
    }

    .video__first-block {
        flex-direction: column;
        margin-bottom: 64px;
    }

    .video__second-block {
        flex-direction: column;
        margin-bottom: 64px;
    }

    .video__third-block {
        flex-direction: column;
        margin-bottom: 64px;
        gap: 32px;
    }

    .video__rec--title {
        width: 100%;
    }

    .video__rec {
        flex-direction: column;
        gap: 32px;
    }

    .video__rec--card {
        width: 99%;
        margin: 0 auto;
    }

    .video__rec--message {
        padding: 32px;
    }

    .video__comp--list {
        flex-direction: column;
        gap: 16px;
    }

    .video__rec--message input {
        width: 100%;
    }

    .video__fourth-block {
        margin-bottom: 64px;
        padding: 32px 16px;
    }

    .video__spec--card {
        width: 99%;
        margin: 0 auto;
    }

    .video__info--video {
        height: 242px;
    }

    .video__info--right {
        gap: 32px;
    }

    .video__desc--left p:nth-child(1) {
        margin-bottom: 16px;
    }

    .video__desc--line {
        border-left: none;
        border-bottom: 2px solid #ECECEC;
        margin-left: 0;
        margin-right: 0;
        margin-top: 32px;
        margin-bottom: 32px;
    }

    .card__promo-label {
        left: -8px;
        width: 102%;
        white-space: nowrap;
        height: 21px;
        font-size: 1.1rem;
        padding-left: 8px;
        clip-path: polygon(0 0, 100% 0, calc(100% - 23px) 100%, 0 100%);
    }

    .catalogTitle {
        font-size: 24px;
    }

    .production__slider {
        margin-bottom: 16px;
    }

    .post-content__body-container {
        padding: 0 16px;
    }

    .cooperation__content ul {
        margin: 0 0 0 25px !important;
    }

    .cta__form {
        padding: 20px 16px;
    }

    .cta__description {
        padding: 0 16px;
        padding-top: 0;
    }

    .basket__combinedContainer {
        flex-direction: column;
    }

    .basket__cardDesc {
        flex: 0;
        margin-bottom: 8px;
    }

    .favorite__checkout,
    .basket__checkout {
        margin-bottom: 8px;
    }

    .basket__btn--mailto {
        margin-left: 8px;
    }

    .basket__side {
        margin-top: 20px;
        border-top: none;
    }

    .basket__sideBox {
        background: none;
        padding: 0;
    }

    .basket__btn {
        flex: auto;
    }

    .basket__btnsGroup {
        justify-content: space-between;
    }

    .basket__btnsGroup a:nth-child(1) {
        flex: 1 0 50%;
        display: flex;
    }

    .basket__btnsGroup a:nth-child(2) {
        flex: 1 0 50%;
        display: flex;
    }

    .basket__cardBody {
        padding-bottom: 40px;
    }

    .productCalc__col--wrp {
        flex-wrap: wrap;
        position: relative;
    }

    .productCalc__col--inner {
        flex-wrap: wrap;
        position: relative;
    }

    .productCalc__btnWrp:nth-child(1) {
        flex: 0 1 100%;
    }

    .productCalc__info {
        padding-top: 18px;
    }

    .productCalc__col--wrapper {
        gap: 16px;
    }

    .prodCard__wrapper {
        gap: 8px;
    }

    .prodCard__anchors {
        display: flex;
        overflow: auto;
        gap: 8px;
        background: transparent;
        padding-bottom: 10px;
        padding-left: 0;
        padding-right: 0;
        position: relative;
    }

    .prodCard__anchors:before {
        content: '';
        position: absolute;
        z-index: 2;
        width: 18px;
        /*height: -moz-available;*/
        /*height: -webkit-fill-available;*/
        /*height: fill-available;*/
        left: -10px;
        background: #fff;

        height: 100%;
    }

    .prodCard__anchors::-webkit-scrollbar {
        width: 3px;
        height: 3px;
        background-color: #F6F6F6;
    }

    .prodCard__anchors::-webkit-scrollbar-thumb {
        background-color: #B5B5B5;
    }

    .prodCard__anchors svg {
        display: none;
    }

    .prodCard__title--mobile {
        margin-top: 8px;
        justify-content: space-between;
    }

    .prodCard__title--mobile, .prodCard__art--mobile {
        display: flex;
    }

    .prodCard__title--desktop, .prodCard__art--desktop {
        display: none;
    }

    .prodCard__title {
        font-size: 30px;
        color: #595959;
    }

    .prodCard__art {
        font-size: 12px;
    }

    .prodCard__galleryItem {
        flex: 0 0 auto;
        width: 100%;
        scroll-snap-align: start;
    }

    .prodCard__heroBox {
        width: 100%;
        border: 1px solid #c8c8c8;
        margin-bottom: 5px;
    }

    .share-icon {
        display: inline-flex !important;
        position: static !important;
        align-items: end;
    }

    .share-icon ul {
        margin-bottom: 0 !important;
    }

    .newItems__tabBlocks {
        margin-top: 16px;
    }

    .comparison__tabs {
        flex-wrap: nowrap;
        overflow: auto;
        padding-bottom: 32px;
    }

    .comparison__tabs::-webkit-scrollbar {
        width: 3px;
        height: 3px;
        background-color: #F6F6F6;
    }

    .comparison__tabs::-webkit-scrollbar-thumb {
        background-color: #B5B5B5;
    }

    .cooperation--cta {
        margin-left: -16px;
        width: 170% !important;
    }

    .cooperation--cta_item-bg:nth-child(3) {
        display: block;
    }

    .service_montazh_btn, .service_usluga_btn, .service_oplata_btn, .service_raschet_btn {
        width: 100%;
    }

    .formBox__fileLabel-mobile {
        display: none;
    }

    .card__chars {
        font-size: 1.3rem;
    }

    .productsTmp__itemWrp {
        padding: 4px;
    }

    .productsTmp__body {
        margin: 0 -4px;
    }

    .productsTmp__sortItem--btn {
        display: none;
    }

    .newItems__controlPanel {
        margin-bottom: 0;
    }

    .brands__imgBox {
        padding-bottom: 122%;
    }

    .newItems__content {
        padding-bottom: 64px;
        padding-top: 0;
    }


    .brands__cardCategory {
        max-width: fit-content;
    }

    .breadcrumbs__link {
        padding: 5px 25px 5px 10px;
        font-size: 12px;
    }

    .catalogControl__wrapper {
        padding-bottom: 16px;
    }

    .brands__cardCategory p {
        padding: 8px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;

        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .card {
        padding: 8px;
    }

    .formBox {
        max-width: none;
    }

    .formBox__policy {
        margin-bottom: 64px;
    }

    .benefitCard__countRow {
        height: 42px;
    }

    .benefitCard__svg--b1,
    .benefitCard__svg--b2,
    .benefitCard__svg--b3,
    .benefitCard__svg--b4,
    .benefitCard__svg--b5,
    .benefitCard__svg--b6 {
        height: 53px;
        width: 53px;
    }

    .benefitCard__count {
        font-size: 6.7rem;
    }

    .benefitCard__count {
        left: 50%;
    }

    .benefitCard__svg {
        left: 20px;
        top: 0;
    }

    .benefitCard {
        padding: 40px 8px 40px;
    }

    .serviceCard__btn {
        margin-top: 0;
    }

    .services__title {
        text-align: start;
    }

    .card__controllers {
        gap: 6px;
    }

    .card__btn {
        padding: 9px 10px;
        font-size: 14px;
    }

    .card__mini-icons-mobile {
        display: flex;
    }

    .card__mini-icon svg {
        width: 16px;
        height: 16px;
    }

    .heroSlider__content-mobile {
        display: block;
    }

    .catalogControl__searchform-mobile {
        margin-top: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .catalogControl__searchBtn-mobile svg {
        width: 18px;
        height: 18px;
        fill: #505050;
    }

    .hero__container {
        min-height: 377px;
    }

    .basket__grid {
        display: block !important;
        margin-bottom: 0;
    }

    .brands__imgBox:after, .brands__imgBox:before {
        display: none;
    }

    ._container {
        max-width: none;
        padding: 0 16px;
    }

    .popular__title {
        display: none;
    }

    .history .ac {
        margin-top: 0;
        border-top: 1px solid #eee;
        background-color: transparent;
        box-sizing: border-box;
    }

    .history .ac:last-child {
        border-bottom: 1px solid #eee;
        margin-bottom: 40px;
    }

    .history .ac .ac-trigger {
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        height: 100%;
        width: 40px;
        margin: 0;
        font-size: 20px;
        text-decoration: none;
        border: 0;
        background-color: transparent;
        transition: color 0.25s ease;
        cursor: pointer;
    }



    .history .ac .ac-trigger.off {
        display: none;
    }

    .history .ac .ac-trigger::after {
        content: '+';
        text-align: center;
        width: 20px;
        transform: translate(-50%, -50%);
        position: absolute;
        left: 50%;
        top: 50%;
    }

    .history .ac .ac-trigger:focus {
        color: #8a8a8a;
    }

    .history .ac .ac-panel {
        overflow: hidden;
        transition-property: height, visibility;
        transition-timing-function: ease;
    }

    .history .ac.js-enabled .ac-panel {
        visibility: hidden;
    }

    .history .ac.is-active .ac-trigger:after {
        content: '-';
    }

    .history .ac.is-active .ac-panel {
        visibility: visible;
    }

    .popup {
        padding: 30px 10px;
    }

    .popup__box {
        padding: 40px 32px;
        clip-path: none;
    }

    .popup__title {
        margin-bottom: 20px;
    }

    .header {
        min-height: 104px;
    }

    .header__content {
        padding: 10px 0;
    }

    .header__logoBox {
        width: 115px;
    }

    .header__logoLink img, .header__logoLink svg {
        width: 70px;
        height: 90px;
    }

    .menu .authorization {
        display: flex;
    }

    .wrp-heroSliderPreview {
        width: 100px;
    }

    .heroSlider__txtBox {
        padding-right: 0;
    }

    .heroSliderPreview__count,
    .stockSliderPreview__count {
        font-size: 5.6rem;
        transform: translate(0%, 0%) skewX(20deg);
    }

    .t {
        font-size: 3.3rem;
        display: flex;
    }

    .t--sm {
        font-size: 18px;
    }

    .newItems--gap {
        margin-bottom: 24px;
    }

    .wrp-itemsSlider {
        max-width: 600px;
        margin: 0;
    }

    .card--simple {
        padding: 0;
    }

    .card--cart {
        padding: 0 0 16px;
        flex-direction: column;
        align-items: flex-start;
    }

    .card--cart .card__imgWrp {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .card--cart .card__title {
        width: 100%;
        padding: 0 16px 0;
    }

    .card--cart .card__item {
        margin-left: 0;
        padding: 0 16px 0;
        width: 100%;
    }

    .services__content {
        padding: 70px 0 30px;
    }

    .services__itemWrp {
        flex: 0 1 100%;
        margin-bottom: 32px;
    }

    .benefits__card {
        max-width: 350px;
        margin: 0 auto;
    }

    .benefitCard__txt {
        font-size: 1.8rem;
    }

    .benefitCard__svg {
        transform: translate(-30%, -30%) scale(0.8);
    }

    .gallery__itemWrp {
        flex: 0 1 50%;
        padding-bottom: 30px;
    }

    .productsTmp__sort {
        margin-right: 15px;
    }

    .productsTmp__filterToggler {
        display: block;
    }

    .productsTmp__sortPanel {
        margin-bottom: 16px;
    }

    .productsTmp__sortBox {
        align-items: center;
        text-align: center;
    }

    .productsTmp__sortDropBox > div {
        margin: 0 !important;
    }

    .productsTmp__sortItem {
        margin-right: 0;
    }

    .productsTmp__sortItem:not(:last-child) {
        margin-bottom: 15px;
        margin-right: 0;
    }

    .productsTmp__sortItem--drop svg {
        margin-left: 5px;
    }

    .productsTmp__itemWrp {
        flex: 0 1 50%;
    }

    .productsTmp__aside {
        flex: 0 1 100%;
        margin-bottom: 20px;
        margin-right: 0px;
    }

    .brands__cardWrp {
        flex: 0 1 50%;
    }

    .brands__cardWrp:nth-child(2n) .brands__imgBox:before {
        display: none;
    }

    .brands__cardWrp:nth-child(2n-1) .brands__imgBox:after {
        display: none;
    }

    .history__head {
        display: block;
    }

    .history__getDocs {
        margin: 10px 0 0;
    }

    .history__titlesBox {
        padding-right: 35px;
    }

    .history__titlesBox > div {
        font-size: 12px;
    }

    .history__spoller {
        padding-right: 35px;
    }

    .history__spoller > div {
        font-size: 12px;
    }

    .history__spollerTrigger svg {
        width: 20px;
        height: 20px;
    }

    .history__panelGrid {
        margin: 0 -10px;
    }

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

    .history__panelSide {
        margin: 0;
        padding: 0 10px;
    }

    .history__panelCardWrp {
        flex: 0 1 50%;
        padding: 0 10px;
    }

    .history__panelCard {
        display: block;
    }

    .history__imgBox:before,
    .history__imgBox:after {
        width: 25px;
        height: 25px;
    }

    .history__panelCardInfo {
        display: block;
        padding: 10px;
    }

    .history__panelCardCol:not(:last-child) {
        margin: 0 0 10px;
    }

    .history__commentsBox {
        padding: 0 10px;
        margin-bottom: 20px !important;
    }

    .history__smileBox {
        display: none;
    }

    .basket__cardImgBox:before,
    .basket__cardImgBox:after {
        width: 25px;
        height: 25px;
    }

    .basket__cardImgBox {

    }

    .basket__cardImgWrp {
    }

    .basket__cardPrice {
        margin: 8px 0 0 0;
        flex: 0;
    }

    .prodCard__chars {
        order: 6;
        padding-top: 64px;
    }


    .productCalc {
        padding: 35px 15px 21px 15px;
        flex: 1 1 275px;
        order: 5;
    }

    .prodCard__desc {
        order: 7;
        padding-top: 64px;
    }

    .productCalc__body {
        display: block;
        margin-bottom: 0;
    }

    .productCalc__col:not(:last-child) {
        margin: 0 0 25px;
        margin-right: 25px;
    }

    .productCalc__inpCount {
        width: 100%;
    }

    .productCalc__footer {
        flex-direction: column;
        align-items: flex-start;
    }

    .productCalc__minInfo {
        margin: 15px 0 0;
    }

    .productCalc__del {
        top: 15px;
        right: 15px;
        transform: translateY(0);
    }



    .comparison__parameterRow {
        padding: 0 16px;
    }

    .comparison__backBtn {
        width: 100%;
    }

    .comparison__parameters {
        margin-left: -16px;
        padding-bottom: 24px;
    }

    .comparison__settings {
        padding: 20px 0 15px;
        margin-left: 16px;
    }

    .comparison .card__controllers {
        align-items: flex-end;
    }

    .comparison .card__icons {
        display: block;
    }

    .comparison .card__icon:not(:first-child) {
        margin: 10px 0 0 0;
    }

    .wrp-compareSlider,
    .wrp-compareParametersSlider {
        min-width: 320px;
        margin: 0 -10px;
    }

    .compareSlider__btn {
        display: none;
    }

    .compareSlider,
    .compareParametersSlider {
        width: 85vw;
        min-width: 320px;
        max-width: 606px;
    }

    .compareSlider .swiper-slide,
    .compareParametersSlider .swiper-slide {
        pointer-events: all;
        opacity: 1;
    }

    .compareParametersSlider .swiper-slide {
        pointer-events: all;
        color: #505050;
        padding: 0;
    }

    .ordering__confirmBoxWrp {
        flex-wrap: wrap;
    }

    .ordering__confirmTxt {
        text-align: center;
        max-width: none;
        width: 100%;
    }

    .ordering__submit {
        margin: 15px auto 0 auto;
    }

    .ordering__content {
        padding-bottom: 60px;
    }

    .ordering__personDataHead {
        display: block;
    }

    .ordering__policy {
        margin: 0px auto;
    }

    .formRow {
        flex-wrap: wrap;
        padding-bottom: 20px;
    }

    .inpBox:not(:last-child) {
        padding-bottom: 20px;
    }

    .inpBox33 {
        flex: 0 1 100%;
    }

    .inpBox50 {
        flex: 0 1 100%;
    }

    .inpBox66 {
        flex: 0 1 100%;
    }

    .reg {
        padding-bottom: 5px;
    }

    .prodCard__art {
        padding-bottom: 25px;
    }

    .prodCard__selBox {
        display: flex;
        flex-direction: column;
        padding-bottom: 25px;
    }

    .prodCard__selRow {
        flex-wrap: wrap;
        order: 2;
    }

    .prodCard__selRow:not(:last-child) {
        padding-bottom: 16px;
    }

    .prodCard__selWrp .choices {
        flex: 0 1 100%;
        margin-top: 10px;
        padding-left: 0;
        margin-left: 0;
        max-width: none;
    }

    .prodCard__colorBox {
        flex-direction: column;
        order: 3;
        gap: 8px;
    }

    .prodCard__name {
        flex: auto;
    }

    .prodCard__wrapper .leftPointer img, .prodCard__wrapper .rightPointer img {
        width: 36px;
        height: 36px;
    }

    .prodCard__colorBox {
        align-items: start;
    }

    .prodCard__stockParameter {
        padding-top: 16px;
        order: 4;
    }

    .productCalc {
        margin-top: 64px;
    }

    .productCalc__selWrp {
        max-width: 237px;
    }

    .productCalc__party {
        flex-direction: column-reverse;
        gap: 20px;
        align-items: start;
    }

    .prodCard__parameterData {
        border: none !important;
        padding-left: 0;
        max-width: none;
        flex: auto;
    }

    .prodCard__controlsBox {
        flex-wrap: nowrap;
        order: 1;
    }

    .prodCard__controls {
        flex: 0 1 100%;
        padding-top: 22px;
    }

    .prodCard__subtitle {
        font-size: 18px;
    }

    .prodCard__descBody {
        font-size: 16px;
    }

    .prodCard__icons {
        gap: 8px;
    }

    .prodCard__selRow {
        gap: 8px;
    }

    .prodCard__selWrp {
        clip-path: polygon(20px 0, 100% 0, 100% 100%, 0 100%);
    }

    .prodCard__side {
        padding-bottom: 0;
    }

    .prodCard__price {
        white-space: nowrap;
        padding-top: 20px;
        font-size: 28px;
    }

    .prodCard__descBenefits {
        flex-wrap: wrap;
        padding: 0;
    }

    .prodCard__descBenefit {
        flex-direction: row;
        gap: 32px;
    }

    .prodCard__descBenefit p {
        font-size: 14px;
    }

    .prodCard__descItemWrp {
        flex: 0 1 100%;
        padding: 0 10px 30px;
    }

    .prodCard__descItemName {
        padding: 10px 0 0;
    }

    .prodCard__descPr {
        padding-bottom: 20px;
    }

    .prodCard__docsBody {
        flex-wrap: wrap;
    }

    .prodCard__docsItemWrp:not(:last-child) {
        padding-bottom: 20px;
    }

    .prodCard__docsItemWrp:not(:first-child) svg {
        left: 0;
    }

    .prodCard__docsItemWrp {
        flex: 0 0 50%;
    }

    .prodCard__docsName {
        font-size: 16px;
        line-height: 130%;
    }

    .productCalc__btnGroup {
        flex-wrap: wrap;
    }

    .productCalc__btnWrp:not(:last-child) {
        margin-bottom: 20px;
    }

    .wrapperProdCard .productCalc__body {
        display: flex;
        flex-wrap: wrap;
    }

    .wrapperProdCard .productCalc__col--long {
        padding-right: 10px;
    }

    .wrapperProdCard .productCalc__col--count {
        flex: 0 1 50%;
        padding-left: 10px;
    }

    .cart-list__controls {
        flex-direction: column;
    }

    .cart-list__info {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .cart-list__control {
        margin-right: auto;
        margin-left: auto;
    }

    .cart-list__control:not(:last-child) {
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 16px;
    }

    .personalData {
        padding-bottom: 60px;
    }



    .project__presentation {
        margin-bottom: 0;
    }

    .aside__item {
        flex: 0 1 50%;
    }

    .footer__bg {
        top: 0;
        right: 0;
        width: 100%;
        height: 25%;
    }

    .footer__bg:before {
        background: linear-gradient(0deg, #373737 11.36%, rgba(55, 55, 55, 0.72) 100%);
    }

    .footer__bg:after {
        bottom: -5px;
        top: auto;
        left: 0;
        width: 100%;
        height: 10px;
    }

    .footer__top {
        padding: 35px 0;
        flex-direction: column;
    }

    .footer__menu {
        flex: 0 1 50%;
        display: flex;
        row-gap: 32px;
        order: 2;
        width: 100%;
        padding: 0;
    }

    .footer__spollerBox {
        padding-left: 0;
    }

    .footer__menuList {
        margin-bottom: 0;
        padding-top: 10px;
    }

    .footer__menuItem:first-child {
        display: none;
    }

    .footer__bottom {
        margin-top: 0;
        flex-wrap: wrap;
    }

    .footer__copyBox {
        flex: 0 1 100%;
        padding-bottom: 32px;
    }

    .footer__copyBoxItem {
        text-align: center;
    }

    .footer__contactsBox {
        flex: 0 1 100%;
        flex-wrap: wrap;
    }

    .footer__contactsBoxList {
        flex: 0 1 100%;
        padding-bottom: 28px;
    }

    .footer__contactsBoxList:first-child {
        padding-left: 0;
    }

    .footer__contactsBoxList:last-child {
        padding-bottom: 0;
    }

    .footer__contactsBoxList:not(:first-child) {
        padding-left: 0;
    }

    .footer__formBox {
        padding: 0;
        order: 1;
    }

    .footer__spoller {
        position: relative;
        display: flex;
        align-items: center;
        font-size: 18px;
        line-height: 120%;
        font-weight: 700;
    }
    .history__thead th, .history__tbody td {
        font-size: .8rem;
        padding: 8px 3px;
    }

    /* Remove fixed widths for better fitting, but keep overflow for scroll if needed */
    .history__thead th:nth-child(1) { width: 4rem; }
    .history__thead th:nth-child(2) { width: 7rem; }
    .history__thead th:nth-child(3) { width: 5rem; }
    .history__thead th:nth-child(4) { width: 5rem; }
    .history__thead th:nth-child(5) { width: 4rem; }
    .history__thead th:nth-child(6) { width: 6rem; }
    .history__thead th:nth-child(7) { width: 3rem; }
    .history__thead th:nth-child(8) { width: 9rem; }
    .history__th--actions { width: 9rem; }

    .history__td--address { min-width: auto; width: auto; }

    /* Stack the panel grid vertically */
    .history__panelGrid {
        flex-direction: column;
        padding: 3px 0 20px;
    }

    .history__panelSide {
        flex: 0 0 auto;
        margin-left: 0;
        margin-top: 20px;
    }

    .history__actions {
        gap: 2px;
        justify-content: flex-end;
        min-width: auto;
    }

    .history__action {
        width: 16px;
        height: 16px;
    }

    .history__action svg {
        width: 20px;
        height: 20px;
    }

    .history__body {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    /* Allow text wrapping in cells for better readability on small screens */
    .history__tbody td {
        white-space: normal;
        text-overflow: clip;
    }

    /* Adjust comments link */
    .history__td--comments .comments-link {
        font-size: .8rem;
    }

    .comments-link__icon {
        width: 12px;
        height: 12px;
        margin-left: 2px;
    }

    /* Ensure details content adjusts */
    .history__details.is-open .details-content {
        padding: 6px 0 12px;
    }
    .history__spollerTrigger.has-tip .tip-bubble,
    .history__export-document.has-tip .tip-bubble,
    .history__refresh-order.has-tip .tip-bubble{
        font-size: .9rem;
    }

    .history__spollerTrigger.has-tip .tip-bubble::before,
    .history__export-document.has-tip .tip-bubble::before,
    .history__refresh-order.has-tip .tip-bubble::before{
        left:50% !important; top:auto !important; bottom:-8px;
        transform:translateX(-50%);
        border:none;
        border-left:8px solid transparent;
        border-right:8px solid transparent;
        border-top:8px solid #fff;

        z-index: 6;
        filter:drop-shadow(0 2px 2px rgba(0,0,0,.08));
    }

    .has-tip .tip-bubble{
        opacity:0;
        visibility:hidden;
        transform:translateX(-10px) translateY(-50%);
        transition:0.2s;
        font-size:.8rem;
        font-weight:700;
        padding:.6rem;
        line-height:16px;
        position:absolute;
        left:calc(100% + 7px);
        top:50%;
        white-space:nowrap;
        background:#fff;
        border-radius:8px;
        z-index:10;
        box-shadow:0 0 10px rgba(0,0,0,.2);
    }
    .history__action svg{
        width: 16px; height: 16px;
        fill: none; color: #292D32;
        stroke-width: 2px; transition: color .2s ease, transform .3s ease;
    }
}

@media (max-width: 767.98px) and (max-width: 479.98px) {
    .compareSlider,
    .compareParametersSlider {
        width: 100%;
    }
}

@media (max-width: 600px) {
    .brand__image {
        max-height: 272px;
        clip-path: polygon(0 0, 100% 0, 100% 80%, 85% 100%, 0 100%, 0 0);
    }

    .brand__description-image {
        max-height: 272px;
    }

    .cooperation--cta_item-bg {
        max-width: 90px !important;
    }

    .productsTmp__itemWrp .card__new-label {
        font-size: 10px;
        height: 18px;
        width: 48px;
        top: 15px;
        clip-path: polygon(0 0, 100% 0, calc(100% - 17px) 100%, 0 100%)
    }

    .services__itemWrp {
        max-width: none;
    }

    .services__content {
        padding: 50px 0 30px;
    }
}

@media (max-width: 479.98px) {
    .wrp-compareParametersSlider .swiper-container .swiper-wrapper {
        gap: 0 !important;
    }

    .prodCard__side {
        width: 240px;
    }

    .header__col--right, .header__col--left {
        justify-content: start;
    }

    .header__content {
        padding-bottom: 5px;
    }

    .card__new-label {
        top: 15px;
        width: 48px;
        height: 18px;
        font-size: 10px;
        clip-path: polygon(0 0, 100% 0, calc(100% - 20px) 100%, 0 100%);
    }

    .benefitCard__count {
        left: 40%;
        white-space: nowrap;
    }

    .serviceCard__txt {
        padding: 16px 0;
    }

    .serviceCard__imgBox {
        margin-bottom: 32px;
    }

    .services__content {
        padding: 32px 0 30px;
    }

    .footer__formBox .formBox__formTitle {
        text-align: start;
    }

    .popup__box {
        padding: 24px 16px;
    }

    .header {
        min-height: 130px;
    }

    .header__col--center {
        margin: -8px 0 0;
    }

    .header__logoBox {
        width: 62px;
        height: 56px;
        margin-top: 10px;
    }

    .header__logoLink img, .header__logoLink svg {
        width: 45px;
        height: 60px;
        padding-top: 5px;
    }

    .infoPanel__btn {
        width: 40px;
        height: 40px;
        margin-right: 3px;
    }

    .filters > svg {
        top: 10px;
        left: 50%;
        width: 25px;
        height: 27px;
        transform: translate(-50%, 0);
    }

    .filters__form {
        padding: 45px 15px 14px 15px;
    }

    /*.filters__btn {*/
    /*    flex: 0 1 100%;*/
    /*}*/
    .filters__btn:not(:last-child) {
        margin: 0 0 10px 0;
    }

    .benefits__card {
        max-width: 300px;
    }

    .gallery__itemWrp {
        flex: 0 1 100%;
    }

    .productsTmp__header {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: #006BDE;
        color: white;
        font-size: 16px;
        height: 33px;
        padding: 4% 1%;
        z-index: 3;
    }

    .brands__head {

    }

    .breadcrumbs {
        padding: 4px 0 28px;
    }

    .brands__cardWrp:last-child {
        padding: 0 10px 60px;
    }

    .history__titlesBox {
        padding-right: 0px;
    }

    .history__titlesBox > div > div:last-child {
        margin-bottom: 15px;
    }

    .history__row {
        display: block !important;
        padding-right: 30px !important;
    }

    .history__col:not(:last-child) {
        padding-right: 0;
        margin-bottom: 5px;
    }

    .history__spollerBox:last-child {
        margin: 0 !important;
    }

    .history__spoller {
        padding-right: 0px;
    }

    .history__panelSide {
        margin: 35px 0 0;
    }

    .history__panelCardWrp {
        flex: 0 1 100%;
        margin: 0px auto;
    }

    .history__panelCardWrp:not(:last-child) {
        margin-bottom: 35px;
    }

    .history__commentsBox {
        margin-bottom: 0 !important;
    }

    .history__form {
        padding-bottom: 50px;
    }

    .history__textarea {
        padding-right: 0px;
    }

    .history__commentControls {
        bottom: 8px;
    }

    .favorite__card,
    .basket__card {
        display: block;
    }

    .basket__cardBody {
        margin: 0;
    }

    .basket__cardDesc {
        margin-bottom: 18px;
    }

    .basket__cardTitle {
        position: static;
    }

    .basket__cardImgBox {
    }

    .basket__sideName {
        font-size: 18px;
    }

    .basket__sideTitle {
        font-size: 14px;
    }

    .basket__sideData {
        font-size: 14px;
    }

    .basket__sideData--price {
        font-size: 15px;
    }

    .productCalc__col:not(:last-child) {
        margin: 0 0 20px;
        margin-right: 20px;
    }

    .comparison__infoCompare {
        display: block;
    }

    .comparisonGrid__col--left {
        flex: 0 0 152px;
    }

    .comparison__delAll {
        margin: 10px 0 0;
    }

    .comparison__parameterName {
        left: 10px;
    }

    .comparison__parameterRow {
        font-size: 14px;
    }

    .compareParametersSlider .swiper-slide {
        padding: 0;
    }

    .ordering__login {
        margin: 10px 0 0;
    }

    .ordering__policy .checkbox {
        font-size: 12px !important;
    }

    .fileBox label:not(:last-child) {
        padding-bottom: 10px;
    }

    .reg {
        display: block;
    }


.fileBox.js-file-uploader.entityReq{
    margin-top: 1rem;
}
    .filesRow {
        display: block;

    }

    .wrapperProdCard .productCalc__col--long {
        flex: 0 1 100%;
        padding-right: 0px;
    }

    .wrapperProdCard .productCalc__col--count {
        flex: 0 1 100%;
        padding-left: 0;
    }

    .cta__form::before {
        height: 40px;
    }

    .documents__list {
        margin-left: -20px;
    }

    .documents__item {
        width: calc(100% / 2);
        padding-left: 20px;
    }
    .history__thead th:nth-child(1) { width: 4rem; }
    .history__thead th:nth-child(2) { width: 7rem; }
    .history__thead th:nth-child(3) { width: 5rem; }
    .history__thead th:nth-child(4) { width: 5.4rem; }
    .history__thead th:nth-child(5) { width: 6rem; }
    .history__thead th:nth-child(6) { width: 8rem; }
    .history__thead th:nth-child(7) { width: 5rem; }
    .history__thead th:nth-child(8) { width: 9rem; }
    .history__th--actions { width: 15rem; }

    .history__action svg{
        width: 16px; height: 16px;
        fill: none; color: #292D32;
        stroke-width: 2px; transition: color .2s ease, transform .3s ease;
    }
    .addr__text{
        display:block;
        white-space:wrap;
        overflow:visible;


    }
}

@media (min-width: 1px) and (max-width: 991.98px) {
    .process__title {
        display: none;
    }

    .process__content {
        justify-content: start;
        gap: 16px;
    }

    .process__title-mobile {
        display: block;
    }

    .cooperation--cta {
        gap: 4px;
        margin-top: 16px !important;
    }

    .card__price {
        display: flex;
        gap: 8px;
    }

    .prodCard__parameterData {
        text-align: end;
    }

    .menu__contentWrp {
        width: 100%;
    }

    .menu__nav {
        display: block;
    }

    .menu__list {
        display: block;
        max-width: 100%;
        margin: 0px auto;
    }

    .menu__logoBox {
        display: none;
    }

    .menu__close {
        display: flex;
        position: absolute;
        top: 40px;
        right: 20px;
        width: 30px;
        height: 30px;
    }

    .menu__close svg {
        margin: auto;
        width: 25px;
        height: 25px;
        fill: #006bde;
    }
}

@media (min-width: 1px) and (max-width: 1220px) {
    .menu__logoBox {
        margin: 0 10px;
    }
}

@media (max-width: 1220px) and (min-width: 767.98px) {

    .compareSlider .swiper-slide-active + div + div + div,
    .compareParametersSlider .swiper-slide-active + div + div + div {
        pointer-events: none;
        opacity: 0.35;
    }

    .compareParametersSlider .swiper-slide-active + div + div + div {
        pointer-events: none;
        color: rgba(80, 80, 80, 0.3);
    }
}

.serif {
    font-family: sans-serif;
}

.cooperation__body ul {
    list-style: disc;
}

/*.cooperation__body ol,*/
/*.cooperation__body ul {*/
/*  margin: 1rem 0 2rem;*/
/*}*/

/*.cooperation__body ol li,*/
/*.cooperation__body ul li {*/
/*  margin: 0.5rem 0;*/
/*}*/

.container {
    margin: auto;
    width: 1200px;
    padding: 0 15px;
}

@media screen and (max-width: 1200px) {
    .container {
        width: 100%;
    }
}

.socials {
    display: flex;
    justify-content: space-between;
    max-width: 700px;
    margin: 0 auto 45px;
}

.socials__item {
    transition: 0.5s all;
    text-decoration: none;
}

.socials__item img {
    width: 6.4rem;
    height: 6.4rem;
}

@media screen and (max-width: 1024px) {
    .socials {
        max-width: none;
        margin: 0;
        margin-bottom: 32px;
    }

    .socials__item img {
        width: 43px;
        height: 43px;
    }
}

.socials__item:hover {
    transition: 0.5s all;
    opacity: 0.8;
}

.minfo {
    display: flex;
    position: relative;
    margin-bottom: 80px;
}

.minfo2 {
    display: flex;
    position: relative;
    margin-bottom: 80px;
}

.minfo2__container {
    display: flex;
    align-items: center;
    height: 602px;
}

.minfo .container {
    display: flex;
    padding-left: 0;
}

.minfo__oa {
    min-height: 350px;
}

@media screen and (max-width: 1650px) {
    .minfo__oa {
        min-height: 400px;
        object-fit: fill;
    }
}

@media screen and (max-width: 1024px) {
    .minfo__oa {
        min-height: unset;
        object-fit: unset;
    }
}

.minfo__left {
    padding: 32px 0;
    width: 57%;
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.minfo__left-imageWrp {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    display: flex;
    align-items: center;
    width: 47%;
}

.minfo__left-breadcrumbs {
    display: flex;
    gap: 8px;
    z-index: 2;
    height: fit-content;
}

.minfo__left-breadcrumbs-item {
    white-space: nowrap;
    height: 32px;
}

.minfo__left-breadcrumbs-item a {
    position: relative;
    display: flex;
    gap: 3px;
    height: 100%;
    align-items: center;
    padding: 8px 10px 8px 10px;
    color: #fff;
    transition: 0.2s ease;
}

.minfo__left-breadcrumbs-item:first-child a {
    background-color: rgba(255, 68, 51, 1);
    padding-right: 18px;
}

.minfo__left-breadcrumbs-item:last-child a {
    background-color: rgba(0, 107, 222, 1);
}

.minfo__left-breadcrumbs-item:first-child {
    clip-path: polygon(0% 0%, 96% 0%, 100% 50%, 96% 100%, 0% 100%);
}

.minfo__left-breadcrumbs-item:last-child a:before, .minfo__left-breadcrumbs-item:last-child a:after {
    content: '';
    position: absolute;
    z-index: 2;
    left: 50%;
    width: calc(100% + 6px);
    height: 50%;
    background-color: inherit;
}

.minfo__left-breadcrumbs-item:last-child a:before {
    top: 0;
    transform: translateX(-50%) skewX(20deg);
}

.minfo__left-breadcrumbs-item:last-child a:after {
    bottom: 0;
    transform: translateX(-50%) skewX(-20deg);
}

.minfo__left-breadcrumbs-item svg {
    width: 20px;
    height: 20px;
    z-index: 5;
    display: block;
}

.minfo__left-breadcrumbs-item span {
    position: relative;
    z-index: 5;
    display: block;
    background-color: inherit;
}

.minfo__left-socials {
    display: flex;
    gap: 24px;
    z-index: 4;
    position: relative;
}

.minfo__left-social {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    width: 54px;
    height: 54px;
    transition: 0.2s;
}

.minfo__left-social:hover {
    transform: scale(1.05);
}

@media screen and (max-width: 1024px) {
    .minfo__left {
        max-width: 100%;
    }
}

.minfo__left--revert {
    margin-left: auto;
    display: block;
    width: 57%;
}

@media screen and (max-width: 1024px) {
    .minfo__left--revert iframe {
        height: 350px !important;
    }
}

.minfo__left img {
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 2;
}

.minfo__container {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
}

@media screen and (max-width: 1024px) {
    .minfo__container {
        position: static;
    }
}

.minfo__title {
    color: #006ce2;
    font-size: 24px;
    font-family: 'SansationBold';
    margin-bottom: 18px;
}

.minfo__subtitle {
    font-size: 16px;
    color: #006ce2;
    font-family: 'SansationBold';
    margin: 10px 0;
}

.minfo__text {
    color: #000;
    font-size: 18px;
    margin-bottom: 16px;
    line-height: 27px;
}

.minfo__text-last {
    display: flex;
}

.minfo__text-last span {
    margin-right: 4px;
}

.minfo__text2 {
    font-size: 18px;
    line-height: 27px;
}


.minfo__right {
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative;
    width: 53%;
}

.minfo__block-numbers {
    color: rgba(0, 107, 222, 1);
    font-size: 1.8rem;
    font-weight: 700;
}

.minfo__block {
    position: relative;
    z-index: 2;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    background: #fff;
}

.minfo__block-inner {
    display: flex;
    gap: 40px;
    height: 246px;
    position: relative;
    justify-content: flex-end;
    padding-right: 20px;
}

.minfo__block-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 18px;
    position: relative;
}

.minfo__block:first-child .minfo__block-imageWrp {
    left: -25px;
}

.minfo__block:last-child .minfo__block-imageWrp {
    left: -83px;
}

.minfo__block:first-child .minfo__block-text {
    width: 48%;
}

.minfo__block:last-child .minfo__block-text {
    width: 58%;
}

.minfo__block-title {
    color: rgba(0, 42, 132, 1);
    font-size: 2rem;
    font-weight: 700;
}

.minfo__block-description {
    color: rgba(80, 80, 80, 1);
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 2.5rem;
}

.minfo__block-imageWrp {
    position: absolute;
    width: 260px;
    height: 265px;
    height: 100%;
    transform: skew(-12deg);
    overflow: hidden;
}

.minfo__block-image {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 125%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transform: translate(-50%, -50%) skew(12deg);
}

.minfo__block-image img {
    width: 100%;
    height: 100%;
}

.minfo::after {
    content: '';
    background: url('../img/bg321.png') no-repeat;
    position: absolute;
    right: 0;
    top: 25px;
    width: 56%;
    height: 465px;
}

.minfo2::after {
    content: '';
    background: url('../img/bg321.png') no-repeat;
    transform: rotateX(180deg) rotateY(180deg);
    position: absolute;
    left: 0;
    top: 43px;
    background-size: cover;
    width: 46%;
    height: 518px;
    pointer-events: none;
}

.minfo2 iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 76%;
}

@media screen and (max-width: 1620px) {
    .minfo::after {
        width: 58%;
    }
}

@media screen and (max-width: 1220px) {
    .minfo::after {
        display: none !important;
    }
}

.minfo2__wrapper {
    filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.3));
    position: relative;
    z-index: 4;
    min-width: 754px;
}

.minfo2__inner {
    padding: 3.2rem 3.2rem;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.07);
    clip-path: polygon(0 0, 100% 0, 88% 100%, 0% 100%);
    background: #fff;
}

.minfo2__inner::after {
    transform: rotate(180deg);
    left: 0;
    right: unset;
    top: 45px;
}

.show {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.show__center {
    text-align: center;
}

.show__title {
    color: #006ce2;
    font-size: 24px;
    font-weight: bold;
    font-family: 'SansationBold';
    line-height: 32px;
}

.show__title-second {
    margin-top: 18px;
}

@media screen and (max-width: 1024px) {
    .show__title {
        font-size: 18px;
    }

    .show__title br {
        display: none;
    }
}

.show__caption {
    position: relative;
}

.show__caption div {
    position: relative;
    z-index: 2;
}

.show__caption:first-child {
    min-width: 445px;
    position: relative;
    z-index: 3;
    left: 7%;
    filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.3));
}

.show__yanderWrp {
    background-image: url('../img/arrow-bg.png');
    background-repeat: no-repeat;
}

.show__yandex {
    display: flex;
    align-items: center;
    padding: 8px 16px;
    padding-top: 6px;
    line-height: 30px;
    color: #006bde;
    font-size: 2rem;
}


.show__yandex svg {
    width: 20px;
    height: 20px;
    margin-right: 4px;
}

.show__caption iframe {
    height: 416px;
    width: 100%;
}

.show__caption-inner {
    padding: 2.4rem 3.2rem;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.07);
    background: #fff;

    clip-path: polygon(0 0, 85% 0, 100% 100%, 0% 100%);
}

.minfo3 {
    position: relative;
    margin-bottom: 80px;
}

.minfo3:after {
    content: '';
    width: 60%;
    height: 449px;
    background: url('../img/bg321.png') no-repeat;
    transform: rotateX(180deg) rotateY(180deg);
    position: absolute;
    top: -15px;
    left: 0;
}

.show__caption:last-child {
    width: 100%;
    height: 416px;
}

.show__contacts {
    display: flex;
    flex-direction: column;
    color: #006ce2;
    margin-top: 22px;
    margin-bottom: 18px;
    gap: 12px;
    white-space: nowrap;
}

.show__contacts a {
    display: flex;
    align-items: center;
    width: fit-content;
}

.show__contacts svg {
    margin-right: 5px;
    width: 19px;
    height: 19px;
    color: #006ce2;
}

.show__contacts p {
    color: #505050;
    font-weight: 700;
    font-size: 1.8rem;
}

.show__description {
    font-size: 20px;
    font-weight: bold;
    font-family: 'SansationBold';
    line-height: 32px;
    color: #006ce2;
}

.show__description-inner {
    display: flex;
    gap: 3.6rem;
}

@media screen and (max-width: 1024px) {
    .show__description {
        font-size: 18px;
        margin: 10px 0;
    }

    .show__description-inner {
        justify-content: center;
        flex-direction: column;
        gap: 0;
    }

    .show__description-second {
        gap: 12px;
        display: flex;
        flex-direction: column;
    }

    .show__title-second {
        display: none;
    }
}

@media screen and (max-width: 1024px) {
    .show__caption:after {
        display: none !important;
    }

    .show__title {
        margin-top: 0;
    }
}


.show__description a {
    font-size: 23px;
    font-weight: bold;
    text-decoration: none;
    color: inherit;
    font-family: 'SansationBold';
}

.show__main {
    font-size: 70px;
    font-weight: bold;
    text-transform: uppercase;
    white-space: nowrap;
    color: #006ce2;
    font-family: 'SansationBold';
}

@media screen and (max-width: 1024px) {
    .show__main {
        font-size: 30px;
    }
}

.show__de {
    font-weight: bold;
    font-size: 34px;
    margin-top: 20px;
    font-family: 'SansationBold';
}

@media screen and (max-width: 1024px) {
    .show__de {
        font-size: 18px;
        margin-top: 10px;
    }
}

.show__de2 {
    font-size: 27px;
    margin-top: 15px;
}

@media screen and (max-width: 1024px) {
    .show__de2 {
        font-size: 18px;
        margin-top: 10px;
    }
}

.show__btn {
    color: #fff;
    background: #006ce2;
    font-size: 70px;
    text-transform: uppercase;
    width: 450px;
    height: 105px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: skew(-19deg);
    margin: 20px auto 0;
    cursor: pointer;
    transition: 0.5s all;
    border: none;
}

@media screen and (max-width: 1024px) {
    .show__btn {
        font-size: 30px;
        width: 100%;
        max-width: 300px;
        margin-top: 10px;
        height: 70px;
    }
}

.show__btn:hover {
    transition: 0.5s all;
    opacity: 0.8;
}

.show__btn span {
    transform: skew(19deg);
}

.contacter {
    display: flex;
    flex-direction: column;
    background: #006BDE;
    transform: skew(-23deg);
    width: 95%;
}

.contacter__inner {
    transform: skew(23deg);
    color: #fff;
    padding: 32px 95px;
}

.contacter__inner h3 {
    font-size: 20px;
    margin-bottom: 14px;
    line-height: 27px;
}

.contacter__text {
    display: flex;
    justify-content: space-between;
}

.contacter__text-right {
    text-align: end;
}

.contacter__inner p {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
}

.contacter__inner > *:not(:last-child) {
    margin-bottom: 2.4rem;
}

.contacter__wrapper {
    display: flex;
    width: 100%;
    justify-content: center;
    position: relative;
    margin-bottom: 64px;
}

.contacter__wrapper .container {
    display: flex;
    justify-content: center;
    width: 1140px;
}

.contacter__wrapper:before {
    content: '';
    background: #9AF3EF;
    position: absolute;
    left: -3%;
    top: 0;
    width: 50.5rem;
    height: 100%;

    clip-path: polygon(0 0, 100% 0, 65% 100%, 0% 100%);
}

.contacter__wrapper:after {
    content: '';
    background: #9AF3EF;
    position: absolute;
    right: -3%;
    top: 0;
    width: 50.5rem;
    height: 100%;
    clip-path: polygon(35% 0, 100% 0, 100% 100%, 0% 100%);
}

@media screen and (max-width: 1840px) {
    .contacter__wrapper:before {
        left: -13%;
    }

    .contacter__wrapper:after {
        right: -13%;
    }
}

@media screen and (max-width: 1540px) {
    .contacter__wrapper:before {
        left: -18%;
    }

    .contacter__wrapper:after {
        right: -18%;
    }
}

@media screen and (max-width: 1440px) {
    .contacter__wrapper:before {
        left: -29%;
    }

    .contacter__wrapper:after {
        right: -29%;
    }
}

@media screen and (max-width: 1220px) {
    .contacter__wrapper:before {
        display: none;
    }

    .contacter__wrapper:after {
        display: none;
    }

    .contacter {
        transform: skew(0);
        width: 100%;
    }

    .contacter__inner {
        transform: skew(0);
    }

    .contacter__wrapper .container {
        width: 100%;
    }
}

@media screen and (max-width: 1024px) {
    .minfo2 {
        flex-direction: column;
    }

    .minfo2::after {
        display: none;
    }

    .minfo__left--revert {
        margin: 0;
        width: 100%;
    }
}

@media screen and (max-width: 500px) {
    .contacter {
        align-items: flex-start;
    }

    .card__badges {
        gap: 6px;
    }

    .card__mini-icons {
        gap: 6px;
    }

    .card__mini-icon {
        padding: 0.5rem;
    }

    .productsTmp__body--line .card__badges {
        flex-direction: column;
        gap: 2px;
    }
}

@media screen and (max-width: 400px) {
    .productsTmp__itemWrp {
        flex: 0 1 100%;
    }
}


.bts-box {
    display: flex;
    align-items: center;
    max-width: 125px;
    position: absolute;
    right: 20%;
    bottom: 20px;
    z-index: 3;
}

.bts-box a {
    background: #fff;
    border-radius: 50%;
    overflow: hidden;
    display: block;
    margin-right: 15px;
    cursor: pointer;
}

iframe.note-video-clip {
    padding: 0 20px 20px 0;
    float: left;
}

/*# sourceMappingURL=style.css.map */

.cooperation__content ul {
    list-style-type: disc;
    margin: 0 0 0 35px;
    padding: 15px 0 5px 0;
}

.cooperation__content ul li {
    margin: 4px 0 4px 0;
}

.cooperation__content ol {
    counter-reset: num;
    margin: 0 0 0 35px;
    padding: 15px 0 5px 0;
    list-style-type: decimal;
}

.cooperation__content ol li {
    position: relative;
    margin: 0 0 0 0;
    padding: 0 0 10px 0;
}

@media (max-width: 389px) {
    .social__link {
        width: 30px;
        height: 30px;
    }

    .social__link svg {
        height: 14px;
        width: 14px;
    }

    .header__logoBox {
        width: 56px;
        height: 50px;
    }

    .iconMenu {
        width: 26px;
        height: 18px;
    }

    .header__logoLink img, .header__logoLink svg {
        width: 39px;
        height: 59px;
    }
}

@media (max-width: 370px) {
    .tabBar__item-active span {
        width: 90%;
    }

    .tabBar {
        padding: 16px 25px;
    }

    .tabBar__inner {
        gap: 28px;
    }
}

@media (max-width: 350px) {
    .header__navLink--phone {
        display: none;
    }

    .header__navLink--heart {
        display: none;
    }
}

/* HTML: <div class="loader"></div> */
.spinner-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1111;
}

.loader {
    width: 50px;
    aspect-ratio: 1;
    display: grid;
    border-radius: 50%;
    background: linear-gradient(0deg, rgb(0 0 0/50%) 30%, #0000 0 70%, rgb(0 0 0/100%) 0) 50%/8% 100%,
    linear-gradient(90deg, rgb(0 0 0/25%) 30%, #0000 0 70%, rgb(0 0 0/75%) 0) 50%/100% 8%;
    background-repeat: no-repeat;
    animation: l23 1s infinite steps(12);
}

.loader::before,
.loader::after {
    content: "";
    grid-area: 1/1;
    border-radius: 50%;
    background: inherit;
    opacity: 0.915;
    transform: rotate(30deg);
}

.loader::after {
    opacity: 0.83;
    transform: rotate(60deg);
}

@keyframes l23 {
    100% {
        transform: rotate(1turn)
    }
}

.contacts__container {
    padding: 0;
}

@media (max-width: 1220px) {
    .contacts__container {
        padding: 0 15px;
    }

    .minfo .container {
        padding-left: 15px;
        flex-direction: column;
    }

    .minfo__right {
        width: 100%;
    }

    .minfo__right:after {
        content: '';
        background: url(../img/bg321.png) no-repeat;
        position: absolute;
        right: -15px;
        top: -23px;
        width: 100%;
        height: 113%;
        filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.3));
    }

    .minfo__left {
        width: 100%;
        flex-direction: column-reverse;
        margin-bottom: 24px;
    }

    .minfo__block {
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    }

    .minfo__left-imageWrp {
        position: static;
        width: 100%;
    }

    .minfo__left-socials {
        margin-top: 24px;
    }

    .minfo__block:last-child .minfo__block-imageWrp {
        right: -45px;
        left: auto;
    }

    .minfo__block-inner {
        padding-right: 0;
        flex-direction: row-reverse;
        height: 166px;
    }

    .minfo__block-imageWrp {
        width: 200px;
    }

    .minfo__block-title {
        font-size: 16px;
        line-height: 22.5px;
        width: 125%;
    }

    .minfo__block-description {
        font-size: 12px;
        margin-top: 6px;
        line-height: 16.88px;
    }

    .minfo__block-numbers {
        font-size: 16px;
        color: rgba(0, 42, 132, 1);
        line-height: 22.5px;
    }

    .minfo__block:first-child .minfo__block-imageWrp {
        right: -45px;
        left: auto;
    }

    .minfo__block-text {
        padding: 16px;
        padding-right: 0;
        gap: 0;
        width: 80%;
    }

    .minfo__block:first-child .minfo__block-text {
        width: 70%;
    }

    .minfo__block:last-child .minfo__block-text {
        width: 70%;
    }

    .minfo2__container {
        height: auto;
        flex-direction: column;
        width: 100%;
    }

    .minfo2 iframe {
        position: static;
        width: 100%;
        height: 416px;
    }

    .minfo2__inner {
        min-width: 0;
        width: fit-content;
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
        position: relative;
        padding: 24px;
        clip-path: none;
    }

    .minfo2__wrapper {
        width: 100%;
        display: flex;
        justify-content: flex-end;
        position: relative;
        min-width: 0;
    }

    .minfo2__wrapper:after {
        content: '';
        background: url(../img/bg321.png) no-repeat;
        position: absolute;
        right: -50px;
        top: -20px;
        width: 100%;
        height: 113%;
        left: auto;
        transform: none;
        z-index: -1;
    }

    .minfo2::after {
        display: none;
    }

    .minfo2__map {
        width: 103%;
        margin-top: 72px;
    }
}

@media (max-width: 991.98px) {
    .show {
        flex-direction: column;
        margin-bottom: 30px;
        align-items: flex-start;
    }

    .show__title {
        font-size: 20px;
        line-height: 30px;
    }

    .show__description {
        font-size: 20px;
        line-height: 30px;
        margin: 0;
    }

    .show__description-second {
        gap: 0;
    }

    .show__contacts {
        font-size: 18px;
        line-height: 32px;
    }

    .show__yandex {
        font-size: 20px;
        line-height: 30px;
    }

    .show__contacts p {
        line-height: 27px;
    }

    .show__caption:first-child {
        width: 100%;
        height: auto;
        margin-bottom: 24px;
        min-width: auto;
        left: 0;
        filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.3));
        clip-path: none;
    }

    .show__caption-inner {
        clip-path: polygon(0 0, 85% 0, 100% 100%, 0% 100%);
        padding: 24px;
    }

    .contacter__wrapper {
        margin-bottom: 32px;
    }

    .contacter__inner > *:not(:last-child) {
        margin-bottom: 18px;
    }

    .minfo3:after {
        content: '';
        width: 100%;
        height: 400px;
        background: url(../img/bg321.png) no-repeat;
        position: absolute;
        transform: rotateX(180deg) rotateY(180deg);
        top: -15px;
        left: 0;
        filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.3));
    }

    .show__caption:last-child {
        margin-top: 24px;
    }

    .contacter__inner > div:last-child {
        display: none;
    }

    .contacter__text {
        flex-direction: column;
    }

    .contacter__text-right {
        text-align: start;
        margin-top: 18px;
    }
}

@media (max-width: 767.98px) {
    .minfo2__inner {
        width: 100%;
    }

    .minfo2__wrapper {
        display: block;
    }

    .minfo__block:first-child .minfo__block-imageWrp {
        right: -110px;
    }

    .minfo__block:last-child .minfo__block-imageWrp {
        right: -110px;
    }

    .minfo__block:first-child .minfo__block-text {
        width: 60%;
    }

    .minfo__block:last-child .minfo__block-text {
        width: 60%;
    }

    .minfo__title {
        font-size: 20px;
        line-height: 30px;
    }

    .minfo__text {
        font-size: 12px;
        line-height: 18px;
    }

    .minfo__text2 {
        font-size: 12px;
        line-height: 18px;
    }

    .contacter__inner {
        padding: 24px;
        padding-bottom: 6px;
    }

    .contacter__inner h3 {
        font-size: 16px;
        line-height: 24px;
        font-weight: 700;
    }

    .contacter__inner p {
        font-size: 14px;
        line-height: 21px;
    }

    .minfo2__map:not(.is-active) * {
        pointer-events: none;
    }

    .show__map:not(.is-active) * {
        pointer-events: none;
    }
}

@media (max-width: 385px) {
    .show__yanderWrp {
        background: none;
    }

    .show__yandex {
        padding: 0;
    }

    .show__yandex svg {
        display: none;
    }
}

@media (max-width: 375px) {
    .minfo__block-inner {
        height: 186px;
    }
}

.menu-compare {
    display: none;
}

@media (min-width: 991.98px) {
    .menu-compare {
        display: block;
        overflow: visible;

        position: fixed;
        z-index: 100;
        top: 0;
        left: 0;
        width: 1px;
        height: 1px;
        margin: -1px;
        visibility: hidden;
        transition: background 0.6s ease, width 0s 0.6s, height 0s 0.6s, visibility 0s 0.6s;
    }

    .menu-compare--active {
        width: 100%;
        min-width: 320px;
        margin: 0;
        background-color: rgba(0, 0, 0, 0.4);
        visibility: visible;
        transition: background 0.6s ease;
        height: 100%;

        pointer-events: none;
        background-color: unset;
    }

    .menu-compare-wrapper {
        display: flex;
        width: 100%;
        background-color: orange;
        transform: translate3d(0, -100%, 0);
    }

    .menu-compare--active .menu-compare-body {
        transform: translate3d(0, 100%, 0);
    }

    .menu-compare-body {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 10px;
        width: 100%;
        background-color: #fff;
        transform: translate3d(0, 0, 0);
        transition: transform 0.6s ease;
    }

    .menu-compare-content {
        pointer-events: all;
        background-color: unset;
        padding: 0;
        width: 100%;
        display: flex;
    }
}
