@charset "UTF-8";
@font-face {
    font-family: CeraPro;
    font-display: swap;
    src: url("../fonts/CeraPro-Bold.woff2") format("woff2"), url("../fonts/CeraPro-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: CeraPro;
    font-display: swap;
    src: url("../fonts/CeraPro-Medium.woff2") format("woff2"), url("../fonts/CeraPro-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
}

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


/* Указываем box sizing 123*/

html {
    height: 100%;
    scroll-behavior: smooth;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

ul,
ol {
    padding: 0;
}

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

input:focus-visible {
    outline: none;
}

a {
    text-decoration: none;
    color: inherit;
}

body {
    min-height: 100vh;
    scroll-behavior: smooth;
    text-rendering: optimizeSpeed;
    line-height: 1;
    color: #021523;
    font-size: 16px;
    font-family: CeraPro;
    font-weight: 400;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #ffffff;
}

button {
    -webkit-appearance: none;
}

input {
    -webkit-appearance: none;
}

ul,
ol {
    list-style-position: inside;
}

ul[class],
ol[class] {
    list-style: none;
}

a:not([class]) {
    -webkit-text-decoration-skip: ink;
    text-decoration-skip-ink: auto;
}

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

article>*+* {
    margin-top: 1em;
}

input,
button,
textarea,
select {
    font: inherit;
}

.container {
    max-width: 1632px;
    padding-left: 16px;
    padding-right: 16px;
    margin: 0 auto;
}

.content {
    padding: 50px 0;
}

.title {
    font-weight: 700;
    font-size: 36px;
    line-height: 150%;
    margin-bottom: 20px;
}

.blue-btn {
    display: inline-block;
    padding: 20px 30px;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    background: #327EBF;
    color: #ffffff;
    transition: 0.2s ease-in-out;
}

.blue-btn:hover {
    background: #1a5e99;
}

.header__form-search {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    background: #fff;
    z-index: 1;
    border: 1px solid #96AEBC;
    border-top: none;
    display: none;
    border-bottom-right-radius: 5px;
    overflow: hidden;
    border-bottom-left-radius: 5px;
}

.header__form-search.active {
    display: block;
}

.header__form-items {
    display: none;
    grid-row-gap: 10px;
    padding: 20px;
}

.header__form-items.active {
    display: grid;
}

.header__form-item {
    display: grid;
    grid-template-columns: 60px 1fr;
    grid-gap: 15px 15px;
    border: 1px solid #96AEBC;
    padding: 5px;
    align-items: center;
    transition: .2s ease-in-out;
}

.header__form-item:hover {
    border-color: #00C4FF;
}

.header__form-title {
    font-size: 14px;
}

.header__form-price {
    font-size: 14px;
}

.header__form-img {
    grid-row: 2 span;
    width: 100%;
    height: 100%;
    max-height: 60px;
}

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

.header__form-link {
    display: none;
    text-align: center;
    padding: 10px;
    color: #fff;
    background: #058ff8;
    transition: .2s ease-in-out;
}

.header__form-link.active {
    display: block;
}

.header__form-link:hover {
    background: #00C4FF;
}

.header__form-result {
    display: none;
    margin: 0 10px;
    padding: 10px 0;
    text-align: left;
    font-weight: 500;
    font-size: 18px;
}

.header__form-result.active {
    display: block;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
    z-index: 10;
    background: #fff;
}

.header-space {
  padding-top: 159px;
}

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

.header__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    color: #fff;
}

.header__top-wrap {
    background: #424242;
}

.header__location {
    display: flex;
    align-items: center;
    -moz-column-gap: 35px;
    column-gap: 35px;
}

.header__location-item {
    display: flex;
    align-items: center;
}

.header__location-item img {
    flex-shrink: 0;
    margin-right: 15px;
    width: 11px;
    height: 15px;
    -o-object-fit: contain;
    object-fit: contain;
    filter: invert(1);
}

.header__socials {
    display: flex;
    align-items: center;
    -moz-column-gap: 30px;
    column-gap: 30px;
}

.header__socials-link {
    display: flex;
    align-items: center;
    -moz-column-gap: 15px;
    column-gap: 15px;
    transition: 0.2s ease-in-out;
}

.header__socials-link:hover {
    color: #327EBF;
}

.header__middle {
    display: flex;
    align-items: center;
    padding: 20px 0;
}

.header__logo {
    display: block;
    /* width: 225px;
    height: 50px; */
    margin-right: 55px;
    flex-shrink: 0;
    font-size: 60px;
    text-transform: uppercase;
    font-weight: 700;
}

.header__logo svg {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    overflow: unset;
}

.header__search {
    width: 100%;
    max-width: 600px;
    margin-right: 50px;
}

.header__search form {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
}

.header__search form .search {
    width: 100%;
    height: 50px;
    padding: 0 20px;
    line-height: 180%;
    border: 1px solid #D9DDE3;
    border-radius: 5px 0 0 5px;
}

.header__search form .search::-moz-placeholder {
    color: #8B97A7;
}

.header__search form .search:-ms-input-placeholder {
    color: #8B97A7;
}

.header__search form .search::placeholder {
    color: #8B97A7;
}

.header__search form .submit {
    font-weight: 700;
    font-size: 18px;
    width: 150px;
    height: 50px;
    background: #327EBF;
    border: none;
    outline: none;
    color: #ffffff;
    border-radius: 0px 5px 5px 0px;
    cursor: pointer;
    flex-shrink: 0;
    transition: 0.2s ease-in-out;
}

.header__search form .submit:hover {
    background: #1a5e99;
}

.header__phone {
    display: flex;
    align-items: center;
    -moz-column-gap: 20px;
    column-gap: 20px;
    margin-left: auto;
}

.header__phone-link {
    display: flex;
    align-items: center;
    transition: 0.2s ease-in-out;
    -moz-column-gap: 15px;
    column-gap: 15px;
    white-space: nowrap;
}

.header__phone-link:hover {
    color: #327EBF;
}

.header__busket {
    display: flex;
    align-items: center;
    margin-left: auto;
    transition: 0.2s ease-in-out;
}

.header__busket:hover {
    color: #327EBF;
}

.header__busket-icon {
    position: relative;
    margin-right: 15px;
    width: 28px;
}

.header__busket-icon img {
    width: 28px;
    height: 31px;
    flex-shrink: 0;
    -o-object-fit: contain;
    object-fit: contain;
}

.header__busket-icon span {
    position: absolute;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #49B630;
    color: #ffffff;
    top: -15px;
    right: -10px;
    font-size: 10px;
}

.header__bot {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #D9DDE3;
}

.header__catalog {
    position: relative;
}

.header__catalog-btn {
    display: flex;
    align-items: center;
    -moz-column-gap: 20px;
    column-gap: 20px;
    padding: 20px 25px;
    border-radius: 5px 5px 0px 0px;
    background: transparent;
    font-weight: 700;
    font-size: 18px;
    transition: 0.2s ease-in-out;
}

.header__catalog-btn img {
    transition: 0.2s ease-in-out;
    flex-shrink: 0;
}

.header__catalog-btn .arr {
    transition: 0.2s ease-in-out;
}

.header__catalog-btn.active {
    color: #ffffff;
}

.header__catalog-btn.active img {
    filter: invert(1);
}

.header__catalog-btn.active .arr {
    transform: rotate(180deg);
}

.header__nav {
    margin-right: 0;
    margin-left: auto;
}

.header__nav-list {
    display: flex;
    align-items: center;
    -moz-column-gap: 50px;
    column-gap: 50px;
}

.header__nav-link {
    font-weight: 700;
    font-size: 18px;
    transition: 0.2s ease-in-out;
}

.header__nav-link.active {
    color: #327EBF;
}

.header__nav-link:hover {
    color: #327EBF;
}

.catalog-header {
    display: flex;
    position: absolute;
    left: 0;
    top: 101%;
    background: #ffffff;
    box-shadow: 0px 4px 18px -3px rgba(116, 131, 154, 0.22);
    z-index: 1;
    width: min(1157px, 100vw);
    transform: translateX(-100vw);
    transition: 0.8s ease-in-out;
    overflow: hidden;
}

.catalog-header.active {
    transform: translateX(0);
}

.catalog-header__list {
    display: flex;
    flex-direction: column;
    box-shadow: 4px 0px 11px rgba(148, 169, 184, 0.16);
    flex-shrink: 0;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    max-width: 370px;
    width: 100%;
    max-height: 500px;
    overflow: auto;
}

.catalog-header__list-item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 37px 30px 25px;
    cursor: pointer;
    transition: 0.2s ease-in-out;
}

.catalog-header__list-item.active {
    color: #327EBF;
    text-shadow: 0px 0px 1px #058ff8;
}

.catalog-header__list-item.active svg path {
    fill: #327EBF;
}

.catalog-header__list-item svg path {
    transition: 0.2s ease-in-out;
}

.catalog-header__list-item svg {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
    flex-shrink: 0;
    pointer-events: none;
}

.catalog-header__list-item:not(:last-child) {
    border-bottom: 1px solid rgba(196, 217, 232, 0.38);
}

.catalog-header__list-item:hover:not(.active) {
    color: #327EBF;
}

.catalog-header__list-item:hover:not(.active) svg path {
    fill: #327EBF;
}

.catalog-header__items {
    display: -ms-grid;
    display: grid;
    width: 100%;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
    padding: 30px 17px 12px 30px;
    margin-right: 6px;
    height: 100%;
    overflow: auto;
}

.catalog-header__items::-webkit-scrollbar {
    width: 4px;
}

.catalog-header__items::-webkit-scrollbar-track {
    box-shadow: inset 0 0 10px 10px rgba(196, 217, 232, 0.56);
    border-radius: 5px;
    border-top: solid 30px transparent;
    border-bottom: solid 10px transparent;
}

.catalog-header__items::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 10px 10px #327EBF;
    border-radius: 5px;
    border-top: solid 30px transparent;
    border-bottom: solid 10px transparent;
}

.catalog-header__items-back {
    display: none;
}

.catalog-header__item {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 20px;
    padding: 20px 17px;
    position: relative;
    background: #FFFFFF;
    border: 1px solid #327EBF;
    border-radius: 5px;
    transition: 0.2s ease-in-out;
}

.catalog-header__item:hover {
    border-color: #1a5e99;
}

.catalog-header__item-title {
    position: relative;
    z-index: 1;
    font-weight: 500;
    max-width: 170px;
    -ms-grid-column-span: 2;
    grid-column: 2 span;
}

.catalog-header__item-count {
    background: #F9F9F9;
    border-radius: 20px;
    padding: 12px;
    color: #8B97A7;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -ms-grid-row-align: end;
    align-self: end;
    justify-self: flex-start;
}

.catalog-header__item-count span {
    margin-right: 10px;
}

.catalog-header__item-img {
    position: absolute;
    height: 100%;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: min(165px, 100%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.catalog-header__item-img img {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.burger {
    position: relative;
    z-index: 1;
    display: none;
    cursor: pointer;
}

.burger__dot {
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background-color: #ffffff;
    position: relative;
    transition: background-color 0.3s ease;
    pointer-events: none;
}

.burger__dot--line {
    background-color: transparent;
}

.burger__dot--line::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 5px;
    background-color: #ffffff;
    border-radius: 5px;
    transition: width 0.3s ease;
    transform-origin: 2.5px 2.5px;
}

.burger__dot--left-top::before {
    transform: rotate(45deg);
}

.burger__dot--right-bottom::before {
    transform: rotate(-135deg);
}

.burger__dot--right-top::before {
    transform: rotate(135deg);
}

.burger__dot--left-bottom::before {
    transform: rotate(-45deg);
}

.burger._opened .burger__dot--line::before {
    width: 18px;
}

.burger._opened .burger__dot--aside {
    background-color: transparent;
}

.footer {
    background: #1F94D2;
    margin-top: auto;
}

.footer__container {
    padding: 100px 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    -moz-column-gap: 20px;
    column-gap: 20px;
    row-gap: 20px;
    color: #fff;
}

.footer__logo {
    display: block;
    /* width: 225px;
    height: 50px; */
    margin-right: 55px;
    flex-shrink: 0;
    font-size: 60px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
}

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

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

.footer__nav-title {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 30px;
}

.footer__nav-list {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
    max-width: 284px;
}

.footer__nav-item {
    display: flex;
    align-items: center;
    font-size: 18px;
    line-height: 120%;
}

.footer__nav-item img {
    flex-shrink: 0;
    margin-right: 15px;
    filter: invert(1);
}

.footer__nav-link {
    transition: 0.2s ease-in-out;
}

.footer__nav-link:hover {
    color: #327EBF;
}

.footer__social {
    display: flex;
    align-items: center;
    -moz-column-gap: 30px;
    column-gap: 30px;
}

.footer__bot {
    background: #1F94D2;
}

.footer__bot-container {
    padding: 25px 0;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #327EBF;
}


/*alert*/

.box-size {
    box-sizing: border-box;
}

.alert--fixed {
    position: fixed;
    width: 100%;
    height: 100%;
    display: none;
    align-items: center;
    justify-content: center;
    top: 0px;
    left: 0px;
    z-index: 999;
}

.alert--error,
.alert--warning,
.alert--active {
    display: flex;
}

.alert--width {
    width: 400px;
}

.alert--img__item svg {
    width: 80px;
    height: 80px;
    flex-shrink: 0;
}

.alert--img__item {
    display: none;
    flex-shrink: 0;
}

.alert--active .active {
    display: block;
}

.alert--warning .warning {
    display: block;
}

.alert--error .error {
    display: block;
}

.alert--content {
    position: relative;
    z-index: 12;
    border-radius: 15px;
    display: flex;
    align-items: center;
    flex-direction: column;
    background-color: white;
    padding: 30px;
    color: #333333;
    margin-bottom: 10%;
}

.alert--bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.6;
    z-index: 11;
    top: 0px;
    left: 0px;
}

.alert-text {
    margin-top: 15px;
    text-align: center;
}

.alert--active .active path {
    fill: #4ad395;
}

.alert--warning .warning path {
    fill: #e5e75d;
}

.alert--error .error path {
    fill: #f81919;
}

.alert--title {
    font-size: 28px;
    font-weight: 500;
}

.alert--subtitle {
    font-weight: 400;
    font-size: 18px;
    padding-top: 8px;
    margin-top: 8px;
    border-top: 1px solid #ccbbbb;
}

.alert--x {
    position: absolute;
    width: 30px;
    height: 30px;
    padding: 8px;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

.alert--x svg {
    width: 100%;
    height: 100%;
}

.alert--x svg path {
    fill: #968787;
    transition: all 0.3s ease;
}

.alert--x:hover path {
    fill: black;
}


/*alert*/


/*formLoader*/

.form_loader {
    position: fixed;
    display: none;
    z-index: 999;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
}

.form_loader_block {
    position: absolute;
    width: 350px;
    max-width: 90%;
    left: 50%;
    top: 45%;
    padding: 40px;
    border-radius: 10px;
    background-color: #fff;
    transform: translate(-50%, -50%);
}

.form_loader_animate {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
}

.form_loader_animate:after {
    content: "";
    display: block;
    width: 85%;
    height: 85%;
    /*margin: 8px;*/
    border-radius: 50%;
    border: 6px solid #fff;
    border-color: #C53364 transparent #C53364 transparent;
    -webkit-animation: loader-animate 1.2s linear infinite;
    animation: loader-animate 1.2s linear infinite;
}

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

@-webkit-keyframes loader-animate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes loader-animate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


/*formLoader*/

.mobile-nav {
    position: fixed;
    right: 0;
    left: 0;
    bottom: 0;
    background: #ffffff;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
    padding: 15px;
    display: none;
    z-index: 100;
}

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

.mobile-nav__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 5px;
    font-size: 12px;
    line-height: 150%;
}

.mobile-nav__item svg {
    width: 15px;
    height: 15px;
    flex-shrink: 0;
}

.breadcrumbs__container {
    padding: 30px 0;
}

.breadcrumbs__list {
    display: flex;
    align-items: center;
    overflow: auto;
}

.breadcrumbs__list::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.breadcrumbs__list-item {
    position: relative;
}

.breadcrumbs__list-item:not(:last-child) {
    margin-right: 28px;
}

.breadcrumbs__list-item:not(:last-child)::before {
    position: absolute;
    content: "/";
    top: 50%;
    transform: translateY(-50%);
    right: -16px;
}

.breadcrumbs__list-link {
    transition: 0.2s ease-in-out;
    white-space: nowrap;
    color: #8B97A7;
}

.breadcrumbs__list-link:hover {
    color: #327EBF;
}

.breadcrumbs__list-link.active {
    color: #021523;
    pointer-events: none;
}

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

.hero__slider {
    width: 100%;
    height: 600px;
}

.hero__slider .slick-list,
.hero__slider .slick-track {
    height: 100%;
}

.hero__slider .slick-dots {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 28px;
    display: flex;
    align-items: center;
    -moz-column-gap: 30px;
    column-gap: 30px;
}

.hero__slider .slick-dots li {
    font-size: 0;
}

.hero__slider .slick-dots li.slick-active button {
    background: #327EBF;
}

.hero__slider .slick-dots li button {
    border: none;
    outline: none;
    background: #fff;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    cursor: pointer;
    transition: 0.2s ease-in-out;
}

.hero__slider-item {
    position: relative;
    height: 100%;
    width: 100%;
}

.hero__slider-img {
    width: 100%;
    height: 100%;
}

.hero__slider-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: right;
    object-position: right;
}

.hero__slider-block {
    position: absolute;
    left: 70px;
    right: 70px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 30px;
}

.hero__slider-tag {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    padding: 10px 20px;
    color: #ffffff;
    background: #00C4FF;
    border-radius: 50px;
}

.hero__slider-editor {
    max-width: 50%;
}

.hero__slider-link {
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    text-transform: uppercase;
    padding: 15px 35px;
    background: #00C4FF;
    border-radius: 50px;
    transition: 0.2s ease-in-out;
}

.hero__slider-link:hover {
    color: #ffffff;
}

.hero__product {
    display: flex;
    flex-direction: column;
    width: 29%;
    height: 463px;
    flex-shrink: 0;
    padding: 50px;
    border: 1px solid #D9DDE3;
    transition: 0.2s ease-in-out;
}

.hero__product:hover {
    border-color: #327EBF;
}

.hero__product-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 150%;
    margin-bottom: 20px;
}

.hero__product-img {
    width: 100%;
    max-height: 130px;
    display: flex;
    justify-content: center;
    margin-bottom: 45px;
}

.hero__product-img img {
    -o-object-fit: contain;
    object-fit: contain;
}

.hero__product-name {
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    margin-bottom: 30px;
}

.hero__product-price {
    display: flex;
    align-items: flex-start;
    margin-top: auto;
}

.hero__product-price .current {
    margin-right: 25px;
    font-weight: 700;
    font-size: 26px;
    line-height: 150%;
    color: #ED3833;
}

.hero__product-price .old {
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
    color: #8B97A7;
}

.assortment__block {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 420px;
    grid-template-columns: 1fr 420px;
    grid-gap: 40px;
}

.assortment__filter {
    background: #ffffff;
    border: 1px solid #D9DDE3;
    box-shadow: 0px 0px 30px rgba(2, 21, 35, 0.05);
    padding: 50px;
}

.assortment__filter form {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    grid-gap: 30px;
}

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

.assortment__col span:not(.select2,
.select2-selection,
.select2-selection__rendered) {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 180%;
}

.assortment__col-inputs {
    display: flex;
    align-items: center;
    gap: 10px;
}

.assortment__col-inputs label {
    position: relative;
}

.assortment__col-inputs label div {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 30px;
    color: #8B97A7;
    font-size: 18px;
}

.assortment__col-inputs label input,
.assortment__col-inputs label select {
    height: 54px;
    border: 1px solid #D9DDE3;
    border-radius: 5px;
}

.assortment__col-inputs label input {
    padding-left: 60px;
    padding-right: 10px;
    font-size: 18px;
}

.assortment__col-inputs label input::-webkit-inner-spin-button,
.assortment__col-inputs label input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.assortment__col-inputs label select {
    width: 167px;
    padding: 0 30px;
}

.assortment__col-inputs label .select2-selection--single {
    border: 1px solid #D9DDE3;
    border-radius: 5px;
}

.assortment__col-inputs label .select2-container--default .select2-selection--single,
.assortment__col-inputs label .select2-selection__rendered {
    height: 54px;
}

.assortment__col-inputs label .select2-container .select2-selection--single .select2-selection__rendered {
    display: flex;
    align-items: center;
    padding-left: 20px;
    white-space: unset;
    line-height: 100%;
}

.assortment__col-inputs label .select2-container--default .select2-selection--single .select2-selection__arrow {
    margin-bottom: 0;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    background: #ffffff;
    border-radius: 50%;
    height: 20px;
}

.assortment__col-inputs.price label:nth-child(1) input {
    width: 156px;
}

.assortment__col-inputs.price label:nth-child(2) input {
    width: 188px;
}

.assortment__col-inputs.square label:nth-child(1) input {
    width: 108px;
}

.assortment__col-inputs.square label:nth-child(2) input {
    width: 142px;
}

.assortment__submit {
    width: 164px;
    height: 54px;
    border: 1px solid #D9DDE3;
    border-radius: 5px;
    background: #327EBF;
    color: #ffffff;
    font-weight: 700;
    font-size: 18px;
    border: none;
    outline: none;
    cursor: pointer;
    transition: 0.2s ease-in-out;
}

.assortment__submit:hover {
    background: #1a5e99;
}

.assortment__ban {
    position: relative;
}

.assortment__ban img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.assortment__ban-text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 25px;
    right: 20px;
}

.assortment__ban-text p {
    line-height: 180%;
    margin-bottom: 10px;
}

.assortment__ban-text h3 {
    font-weight: 700;
    font-size: 26px;
    line-height: 150%;
}

.popular {
    overflow: hidden;
}

.popular__container {
    border-bottom: 1px solid #D9DDE3;
}

.popular__wrap {
    position: relative;
}

.popular__wrap .swiper-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    border: 0;
    background: unset;
    z-index: 1;
    cursor: pointer;
    width: 12.5px;
    height: 25px;
}

.popular__wrap .swiper-button svg {
    width: 100%;
    height: 100%;
}

.popular__wrap .swiper-button svg path {
    transition: 0.2s ease-in-out;
}

.popular__wrap .swiper-button:hover svg path {
    stroke: #327EBF;
}

.popular__wrap .swiper-button.swiper-button-next-inner {
    right: -20px;
}

.popular__wrap .swiper-button.swiper-button-prev-inner {
    left: -20px;
}

.popular__slider-item {
    position: relative;
}

.popular__slider-item::before {
    display: block;
    content: "";
}

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

.popular__slider-item::after {
    position: absolute;
    content: "";
    inset: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 50%);
}

.popular__slider-item::before {
    padding-top: 60%;
}

.popular__slider-item p {
    position: absolute;
    left: 40px;
    bottom: 40px;
    font-weight: 700;
    font-size: 18px;
    color: #ffffff;
    z-index: 2;
    transition: .2s ease-in-out;
}

.popular__slider-item:hover p {
    color: #327EBF;
}

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

.insta__title {
    margin-bottom: 0;
}

.insta__subtitle {
    font-size: 18px;
    margin-bottom: 30px;
}

.insta__items {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px;
}

.insta__item {
    padding-top: 70px;
    padding-bottom: 60px;
    position: relative;
}

.insta__item::before {
    display: block;
    content: "";
}

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

.insta__item img {
    padding-top: 70px;
    padding-bottom: 60px;
    z-index: 1;
}

.insta__item::before {
    padding-top: 100%;
}

.insta__item::after {
    position: absolute;
    content: "";
    inset: 0;
    width: 100%;
    height: 100%;
    background: url("../img/inst-bg.jpg") center no-repeat;
    background-size: 100% 100%;
}

.part {
    overflow: hidden;
}

.part__container {
    padding: 50px 0;
    border-top: 1px solid #D9DDE3;
    border-bottom: 1px solid #D9DDE3;
}

.part__items {
    height: 60px;
}

.part__items .js-marquee {
    display: flex;
}

.part__item {
    width: 105px;
    height: 60px;
    margin-right: 88px;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

.info {
    overflow: hidden;
}

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

.info__block {
    margin-right: 140px;
}

.info__block p {
    line-height: 180%;
}

.info__slider {
    width: 700px;
    flex-shrink: 0;
}

.info__slider .slick_arrow {
    position: absolute;
    padding: 0;
    border: none;
    background: unset;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    cursor: pointer;
}

.info__slider .slick_arrow.slick_next {
    right: -25px;
}

.info__slider .slick_arrow.slick_prev {
    left: -25px;
}

.info__slider .slick_arrow span:nth-child(2) {
    display: none;
}

.info__slider-item {
    position: relative;
}

.info__slider-item::before {
    display: block;
    content: "";
}

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

.info__slider-item::before {
    padding-top: 65%;
}

.about__container {
    display: flex;
    align-items: flex-start;
}

.about__info {
    width: 100%;
    margin-right: 140px;
}

.about__info p {
    line-height: 180%;
}

.about__subtitle {
    font-weight: 700;
    font-size: 26px;
    line-height: 150%;
    margin-bottom: 30px;
}

.about__slider {
    position: relative;
    width: 810px;
    margin-bottom: 30px;
}

.about__slider .slick_arrow {
    position: absolute;
    padding: 0;
    border: none;
    background: unset;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    cursor: pointer;
}

.about__slider .slick_arrow.slick_next {
    right: 10px;
}

.about__slider .slick_arrow.slick_prev {
    left: 10px;
}

.about__slider-item {
    position: relative;
}

.about__slider-item::before {
    display: block;
    content: "";
}

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

.about__slider-item::before {
    padding-top: 56%;
}

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

.about__social-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
}

.about__social-items {
    display: flex;
    align-items: center;
    -moz-column-gap: 16px;
    column-gap: 16px;
}

.about__social-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 8px;
}

.about__social-item span {
    font-size: 12px;
    line-height: 150%;
    text-align: center;
}

.about__social-item:hover .about__social-img {
    transform: translateY(-10px);
}

.about__social-img {
    width: 72px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #F7F8F9;
    transition: 0.2s ease-in-out;
}

.about__social-img img {
    width: 24px;
    height: 24px;
    -o-object-fit: contain;
    object-fit: contain;
}

.clients__wrap {
    position: relative;
}

.clients__wrap .swiper-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    border: 0;
    background: unset;
    z-index: 1;
    cursor: pointer;
    width: 12.5px;
    height: 25px;
}

.clients__wrap .swiper-button svg {
    width: 100%;
    height: 100%;
}

.clients__wrap .swiper-button svg path {
    transition: 0.2s ease-in-out;
}

.clients__wrap .swiper-button:hover svg path {
    stroke: #327EBF;
}

.clients__wrap .swiper-button.swiper-button-next-inner {
    right: -20px;
}

.clients__wrap .swiper-button.swiper-button-prev-inner {
    left: -20px;
}

.clients__slider-img {
    margin-bottom: 20px;
    position: relative;
}

.clients__slider-img::before {
    display: block;
    content: "";
}

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

.clients__slider-img::before {
    padding-top: 66%;
}

.clients__slider-title {
    font-weight: 700;
    font-size: 18px;
}

.install__container {
    display: flex;
    align-items: flex-start;
}

.install__ckeditor {
    width: 100%;
}

.install__ckeditor p {
    line-height: 180%;
}

.install__ckeditor h1 {
    font-size: 36px;
    line-height: 150%;
}

.install__ckeditor h2 {
    font-size: 30px;
    line-height: 150%;
}

.install__ckeditor ul,
.install__ckeditor ol {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.install__sidebar {
    display: flex;
    flex-direction: column;
    width: 390px;
    margin-left: 30px;
    flex-shrink: 0;
}

.install__sidebar-form {
    margin-bottom: 24px;
}

.install__sidebar-form form {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
    padding: 42px;
    border: 1px solid #327EBF;
    border-radius: 5px;
}

.install__sidebar-form form div {
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
}

.install__sidebar-form form span {
    font-size: 16px;
    line-height: 180%;
}

.install__sidebar-form form .form-input {
    padding: 10px 14px;
    line-height: 180%;
    border: 1px solid #D9DDE3;
    border-radius: 5px;
}

.install__sidebar-form form .form-input::-moz-placeholder {
    color: #8B97A7;
}

.install__sidebar-form form .form-input:-ms-input-placeholder {
    color: #8B97A7;
}

.install__sidebar-form form .form-input::placeholder {
    color: #8B97A7;
}

.install__sidebar-form form .form-submit {
    padding: 15px 0;
    font-weight: 700;
    font-size: 18px;
    color: #ffffff;
    border: none;
    background: #327EBF;
    transition: 0.2s ease-in-out;
    cursor: pointer;
}

.install__sidebar-form form .form-submit:hover {
    background: #1a5e99;
}

.install__sidebar-block {
    display: flex;
    flex-direction: column;
    row-gap: 25px;
    padding: 42px;
    background: #F7F8F9;
    border-radius: 5px;
}

.install__sidebar-block ul {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    font-size: 16px;
    line-height: 180%;
}

.install__sidebar-item {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
}

.install__sidebar-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
}

.contact__container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 100px;
}

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

.contact__list {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
}

.contact__list-item {
    display: flex;
    align-items: center;
    max-width: 300px;
    font-size: 18px;
    line-height: 120%;
}

.contact__list-item img {
    width: 11px;
    height: 15px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-right: 15px;
}

.contact__list-item a {
    transition: 0.2s ease-in-out;
}

.contact__list-item a:hover {
    color: #327EBF;
}

.contact__map {
    width: 810px;
    height: 453px;
}

.contact__map iframe {
    width: 100%;
    height: 100%;
}

.catalog__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #D9DDE3;
}

.catalog__title {
    font-weight: 700;
    font-size: 26px;
    line-height: 150%;
}

.catalog__select {
    border: none;
    font-weight: 700;
    font-size: 18px;
    cursor: pointer;
}

.catalog__wrapper {
    display: flex;
    align-items: flex-start;
}

.catalog__card {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-top: 30px;
}

.card__items {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px;
}

.card__item {
    display: flex;
    flex-direction: column;
    padding: 20px;
    background: #ffffff;
    border: 1px solid #D9DDE3;
    border-radius: 6px;
    transition: 0.2s ease-in-out;
}

.card__item:hover {
    border: 1px solid #FBD249;
    box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.04);
}

.card__tags {
    display: flex;
    align-items: center;
    -moz-column-gap: 10px;
    column-gap: 10px;
}

.card__tag {
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    padding: 6px 15px;
    border-radius: 16px;
    color: #ffffff;
}

.card__tag.stock {
    background: #ED3833;
}

.card__tag.popular {
    background: #49B630;
}

.card__tag.to-order {
    background: #d9d9d9;
}

.card__item-img {
    margin: 20px 0;
    width: 100%;
    position: relative;
}

.card__item-img::before {
    display: block;
    content: "";
}

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

.card__item-img::before {
    padding-top: 100%;
}

.card__item-img img {
    -o-object-fit: contain;
    object-fit: contain;
    padding: 20px;
    transition: 0.2s ease-in-out;
}

.card__item-img:hover img {
    transform: scale(1.06);
}

.card__item-title {
    transition: 0.2s ease-in-out;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 20px;
    font-size: 16px;
}

.card__item-title:hover {
    color: #327EBF;
}

.card__item-elements {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: auto;
}

.card__item-price {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.card__item-price .old {
    font-size: 16px;
    color: #8B97A7;
    text-decoration: line-through;
}

.card__item-price .current {
    font-weight: 700;
    font-size: 18px;
    color: #327EBF;
}

.card__item-buy {
    position: relative;
    width: 45px;
    height: 45px;
    border: 1px solid #D9DDE3;
    border-radius: 6px;
    background: #fff;
    /* background: url("../img/card-busk.png") center no-repeat; */
    /* background-size: 25px 25px; */
    cursor: pointer;
    transition: 0.2s ease-in-out;
}

.card__item-buy svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    flex-shrink: 0;
    width: 25px;
    height: 25px;
}

.card__item-buy svg path {
    transition: .2s ease-in-out;
}

.card__item-buy:hover svg path {
    fill: #fff;
}

.card__item-buy.disable {
    filter: grayscale(1);
    opacity: 0.8;
    pointer-events: none;
}

.card__item-buy:hover {
    border-color: #327EBF;
    background: #327EBF;
}

.filter {
    width: 360px;
    flex-shrink: 0;
    margin-right: 30px;
    padding-top: 30px;
    border-right: 1px solid #D9DDE3;
}

.filter__list {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
}

.filter__list-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 15px;
    padding-right: 10px;
    border-bottom: 1px solid #D9DDE3;
}

.filter__list-link span {
    font-weight: 700;
    font-size: 18px;
}

.filter__list-link svg {
    transition: 0.2s ease-in-out;
    flex-shrink: 0;
}

.filter__list-link.active svg {
    transform: rotate(180deg);
}

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

.filter__list-checkbox {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 15px;
    max-height: 185px;
    overflow: auto;
    margin-right: 10px;
    /* width */
    /* Track */
    /* Handle */
    /* Handle on hover */
}

.filter__list-checkbox::-webkit-scrollbar {
    width: 6px;
}

.filter__list-checkbox::-webkit-scrollbar-track {
    background: #F7F8F9;
    border-radius: 6px;
}

.filter__list-checkbox::-webkit-scrollbar-thumb {
    background: #327EBF;
    border-radius: 6px;
}

.filter__list-checkbox::-webkit-scrollbar-thumb:hover {
    background: #155b99;
}

.filter__list-checkbox label {
    display: flex;
    align-items: center;
    -moz-column-gap: 20px;
    column-gap: 20px;
    cursor: pointer;
}

.filter__list-checkbox label input {
    width: 25px;
    height: 25px;
    margin: 0;
    border: 1px solid #D9DDE3;
    border-radius: 6px;
    -webkit-appearance: auto;
}

.filter__list-checkbox label span {
    font-size: 16px;
    line-height: 140%;
}

.filter__list-inputs {
    display: flex;
    align-items: center;
    -moz-column-gap: 20px;
    column-gap: 20px;
}

.filter__list-inputs label input {
    width: 115px;
    padding: 10px;
    border: 1px solid #D9DDE3;
    border-radius: 6px;
    font-size: 16px;
    line-height: 180%;
}

.filter__list-inputs label input::-moz-placeholder {
    color: #8B97A7;
}

.filter__list-inputs label input:-ms-input-placeholder {
    color: #8B97A7;
}

.filter__list-inputs label input::placeholder {
    color: #8B97A7;
}

.filter__list-inputs label input::-webkit-inner-spin-button,
.filter__list-inputs label input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
}

.filter__list-links {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 10px;
}

.filter__list-links a {
    color: #327EBF;
    transition: 0.2s ease-in-out;
    font-size: 16px;
    line-height: 180%;
}

.filter__list-links a:hover {
    color: #327EBF;
}

.filter__submit {
    margin-top: 30px;
    padding: 12px 25px;
    font-weight: 700;
    font-size: 16px;
    background: #327EBF;
    border: 1px solid #D9DDE3;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    transition: 0.2s ease-in-out;
}

.filter__submit:hover {
    background: #1a5e99;
}

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    -moz-column-gap: 5px;
    column-gap: 5px;
    margin-top: 50px;
}

.pagination li.prev a,
.pagination li.next a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
}

.pagination li.prev a svg path,
.pagination li.next a svg path {
    transition: 0.2s ease-in-out;
}

.pagination li.prev a:hover svg path,
.pagination li.next a:hover svg path {
    stroke: #327EBF;
}

.pagination li.active a {
    background: #327EBF;
    color: #ffffff;
}

.pagination li:not(.prev,
.next) a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border: 1px solid #D9DDE3;
    border-radius: 6px;
    transition: 0.2s ease-in-out;
    font-weight: 700;
}

.pagination li:not(.prev,
.next) a:hover {
    background: #327EBF;
    color: #ffffff;
}

.product__container {
    display: flex;
    align-items: flex-start;
}

.product__left {
    width: 670px;
    margin-right: 30px;
    flex-shrink: 0;
}

.product__slider-big {
    position: relative;
    margin-bottom: 20px;
}

.product__slider-big .card__tags {
    position: absolute;
    top: 30px;
    left: 30px;
    pointer-events: none;
    z-index: 2;
}

.product__slider-big .swiper-slide {
    border: 1px solid #D9DDE3;
    position: relative;
    background: #fff;
}

.product__slider-big .swiper-slide::before {
    display: block;
    content: "";
}

.product__slider-big .swiper-slide img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.product__slider-big .swiper-slide::before {
    padding-top: 100%;
}

.product__slider-big .swiper-slide img {
    padding: 85px;
    -o-object-fit: contain;
    object-fit: contain;
}

.product__slider-mini .swiper-slide {
    cursor: pointer;
    border: 1px solid #D9DDE3;
    position: relative;
}

.product__slider-mini .swiper-slide::before {
    display: block;
    content: "";
}

.product__slider-mini .swiper-slide img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.product__slider-mini .swiper-slide img {
    padding: 16px;
    -o-object-fit: contain;
    object-fit: contain;
}

.product__slider-mini .swiper-slide::before {
    padding-top: 100%;
}

.product__right {
    width: 100%;
}

.product__art {
    font-size: 16px;
    line-height: 180%;
    color: #8B97A7;
    margin-bottom: 15px;
}

.product__avails {
    display: flex;
    align-items: center;
    -moz-column-gap: 15px;
    column-gap: 15px;
    margin-bottom: 15px;
}

.product__avail {
    display: flex;
    align-items: center;
    -moz-column-gap: 10px;
    column-gap: 10px;
    padding: 10px 20px;
    font-size: 16px;
    line-height: 180%;
    background: #F7F8F9;
}

.product__avail svg {
    flex-shrink: 0;
}

.product__avail.in {
    color: #49B630;
    border-radius: 6px;
}

.product__price {
    display: flex;
    align-items: center;
    -moz-column-gap: 15px;
    column-gap: 15px;
    margin-bottom: 15px;
}

.product__price .current {
    font-weight: 700;
    font-size: 30px;
    line-height: 150%;
    color: #ED3833;
}

.product__price .old {
    color: #8B97A7;
    font-size: 18px;
    text-decoration: line-through;
}

.product__stock {
    display: inline-block;
    padding: 15px 20px;
    background: #EEF7FE;
    border: 1px solid #AAD4F9;
    border-radius: 6px;
    color: #327EBF;
    font-size: 16px;
    line-height: 180%;
    margin-bottom: 30px;
}

.product__elems {
    border: 1px solid #D9DDE3;
    border-radius: 6px;
}

.product__elem {
    display: flex;
    align-items: center;
    padding: 30px;
    border-bottom: 1px solid #D9DDE3;
}

.product__counter {
    display: inline-flex;
    align-items: center;
    background: #FFFFFF;
    border: 1px solid #D9DDE3;
    box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.04);
    border-radius: 6px;
    overflow: hidden;
    margin-right: 20px;
}

.product__counter span {
    display: inline-block;
    font-weight: 700;
    font-size: 18px;
    margin: 0 20px;
}

.product__counter button {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 55px;
    width: 55px;
    border: none;
    background: #fff;
    transition: 0.2s ease-in-out;
    cursor: pointer;
    padding: 0;
}

.product__counter button svg {
    pointer-events: none;
}

.product__counter button svg path {
    transition: 0.2s ease-in-out;
}

.product__counter button:hover {
    background: #327EBF;
}

.product__counter button:hover svg path {
    stroke: #ffffff;
}

.product__buy {
    height: 55px;
    padding: 15px 30px;
    background: #327EBF;
    border: 1px solid #327EBF;
    border-radius: 5px;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    margin-right: 50px;
    transition: 0.2s ease-in-out;
    cursor: pointer;
    padding: 0 30px;
}

.product__buy:hover {
    background: #1a5e99;
}

.product__buy span {
    pointer-events: none;
}

.product__buy .hide {
    display: none;
}

.product__buy.disable {
    background: #828f99;
    border-color: #828f99;
}

.product__buy.disable .hide {
    display: block;
}

.product__buy.disable .show {
    display: none;
}

.product__click {
    display: flex;
    align-items: center;
    -moz-column-gap: 15px;
    column-gap: 15px;
    text-decoration: underline;
    font-size: 18px;
    transition: 0.2s ease-in-out;
}

.product__click:hover {
    color: #327EBF;
}

.product__info {
    display: flex;
    align-items: flex-start;
    padding: 30px;
}

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

.product__info-title {
    display: flex;
    align-items: center;
    -moz-column-gap: 30px;
    column-gap: 30px;
    width: 170px;
    margin-right: 30px;
    font-weight: 700;
    font-size: 18px;
    flex-shrink: 0;
}

.product__info-title img {
    width: 24px;
    height: 24px;
    -o-object-fit: contain;
    object-fit: contain;
}

.product__info-list {
    list-style-type: disc !important;
    list-style-position: inside;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.product__info-list li {
    font-size: 16px;
    line-height: 180%;
}

.desc__header {
    display: flex;
    align-items: center;
    -moz-column-gap: 50px;
    column-gap: 50px;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #D9DDE3;
}

.desc__header-item {
    font-weight: 700;
    font-size: 26px;
    line-height: 150%;
    color: #8B97A7;
    transition: 0.2s ease-in-out;
}

.desc__header-item:hover {
    color: #327EBF;
}

.desc__header-item.active {
    color: #101010;
    pointer-events: none;
}

.desc__item {
    display: none;
}

.desc__item.active {
    display: block;
}

.desc__item-text {
    font-size: 16px;
    line-height: 180%;
}

.desc__item-table {
    max-width: 700px;
}

.desc__item-table div {
    border-bottom: 1px solid #D9DDE3;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 5px;
    padding-top: 5px;
}

.desc__item-table div span {
    font-size: 16px;
    line-height: 180%;
}

.similar__title {
    font-weight: 700;
    font-size: 26px;
    line-height: 150%;
    padding-bottom: 30px;
    border-bottom: 1px solid #D9DDE3;
    margin-bottom: 30px;
}

.similar__items {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[5];
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 30px;
}

.busket__container {
    padding-bottom: 100px;
}

.busket__title {
    margin-bottom: 50px;
}

.busket__table {
    display: flex;
    justify-content: flex-start;
    padding-bottom: 15px;
    border-bottom: 1px solid #101010;
}

.busket__table.disabled {
    display: none;
}

.busket__table-item {
    color: #8B97A7;
    font-size: 18px;
}

.busket__table-item:nth-child(1) {
    width: 38%;
    padding-left: 110px;
}

.busket__table-item:nth-child(2) {
    width: 15%;
}

.busket__table-item:nth-child(3) {
    width: 16%;
}

.busket__table-item:nth-child(4) {
    width: 15%;
}

.busket__table-item:nth-child(5) {
    width: 16%;
}

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

.busket__items.disabled {
    display: none;
}

.busket__item {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    border-radius: 5px;
    padding-bottom: 30px;
    padding-top: 30px;
    border-bottom: 1px solid #D9DDE3;
}

.busket__item.montage {
    padding-bottom: 100px;
}

.busket__item-img {
    position: relative;
    width: 80px;
    flex-shrink: 0;
    overflow: hidden;
}

.busket__item-img::before {
    display: block;
    content: "";
    padding-top: 100%;
}

.busket__item-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    transition: 0.2s ease-in-out;
}

.busket__item-img:hover img {
    transform: scale(1.03);
}

.busket__item-info {
    width: 33%;
    padding-left: 30px;
    padding-right: 100px;
}

.busket__item-title {
    display: block;
    font-weight: 700;
    max-width: 400px;
    margin-bottom: 20px;
    transition: 0.2s ease-in-out;
}

.busket__item-title:hover {
    color: #327EBF;
}

.busket__item-articul {
    color: #8B97A7;
}

.busket__item-price {
    width: 15%;
    font-weight: 700;
    font-size: 18px;
    color: #8B97A7;
}

.busket__item-wrapper {
    display: flex;
    width: 20%;
}

.busket__item-counter-wrapper {
    width: 16%;
}

.busket__item-install {
    position: relative;
    width: 15%;
}

.busket__item-install span {
    display: none;
}

.busket__item-install .js-montage {
    margin: 0;
    width: 25px;
    height: 25px;
    cursor: pointer;
    -webkit-appearance: auto;
}

.busket__item-selects {
    position: absolute;
    display: none;
    align-items: center;
    -moz-column-gap: 30px;
    column-gap: 30px;
    left: 0;
    transform: translateX(-50%);
    top: 65px;
}

.busket__item-selects select {
    width: 200px;
    padding: 10px 50px 10px 20px;
    border: 1px solid #D9DDE3;
    border-radius: 6px;
    line-height: 180%;
    -webkit-appearance: none;
    background: url(../img/sel-arr.png) no-repeat right;
    background-position-x: calc(100% - 15px);
    background-color: #ffffff;
    cursor: pointer;
}

.busket__item-selects select:focus-visible {
    outline: none;
}

.busket__item-selects input {
    border: 1px solid #D9DDE3;
    width: 360px;
    padding: 10px;
    margin: 0;
    border-radius: 6px;
    line-height: 180%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #ffffff;
}

.busket__item-selects input::-webkit-inner-spin-button,
.busket__item-selects input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
}

.busket__item-selects input::-moz-placeholder {
    color: #8B97A7;
}

.busket__item-selects input:-ms-input-placeholder {
    color: #8B97A7;
}

.busket__item-selects input::placeholder {
    color: #8B97A7;
}

.busket__item-counter {
    display: inline-flex;
    align-items: center;
    padding: 3px;
    background: #FFFFFF;
    border: 1px solid #D9DDE3;
    box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.04);
    border-radius: 6px;
}

.busket__item-count {
    display: block;
    margin: 0 15px;
    font-weight: 500;
}

.busket__item-decrease,
.busket__item-increase {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 6px;
    border: none;
    background: #ffffff;
    transition: 0.2s ease-in-out;
    cursor: pointer;
}

.busket__item-decrease svg,
.busket__item-increase svg {
    pointer-events: none;
}

.busket__item-decrease svg path,
.busket__item-increase svg path {
    transition: 0.2s ease-in-out;
}

.busket__item-decrease:hover,
.busket__item-increase:hover {
    background: #327EBF;
}

.busket__item-decrease:hover svg path,
.busket__item-increase:hover svg path {
    fill: #ffffff;
}

.busket__item-total {
    width: 15%;
    font-size: 18px;
    font-weight: 700;
}

.busket__item-delete {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 12px;
    height: 12px;
    display: flex;
    justify-content: center;
}

.busket__item-delete svg {
    pointer-events: none;
}

.busket__item-delete svg path {
    transition: 0.2s ease-in-out;
}

.busket__item-delete:hover svg path {
    fill: #ED3833;
}

.busket__form {
    margin-top: 100px;
}

.busket__form.disabled {
    display: none;
}

.busket-form__wrapper {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.busket-form__areas {
    display: -ms-grid;
    display: grid;
    grid-row-gap: 40px;
    width: 100%;
}

.busket-form__delivery {
    padding: 20px;
    border: 1px solid rgba(137, 168, 185, 0.33);
    border-radius: 5px;
}

.busket-form__title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 30px;
}

.busket-form__radios {
    display: flex;
    justify-content: flex-start;
}

.busket-form__radios label {
    font-size: 18px;
    cursor: pointer;
}

.busket-form__radios label:not(:last-child) {
    margin-right: 20px;
}

.busket-form__radios label input {
    margin: 0;
    margin-right: 10px;
    -webkit-appearance: auto;
}

.busket-form__payment {
    padding: 20px;
    border: 1px solid rgba(137, 168, 185, 0.33);
    border-radius: 5px;
}

.busket-form__info {
    padding: 20px;
    border: 1px solid rgba(137, 168, 185, 0.33);
    border-radius: 5px;
}

.busket-form__fields {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 40px 20px;
}

.busket-form__col {
    display: flex;
    flex-direction: column;
}

.busket-form__col span {
    display: block;
    margin-bottom: 10px;
    font-weight: 500;
}

.busket-form__col input,
.busket-form__col textarea {
    width: 100%;
    background: #ffffff;
    border-radius: 5px;
    padding: 12px;
    border: 1px solid #D9DDE3;
    border-radius: 6px;
    outline: none;
}

.busket-form__col input::-moz-placeholder,
.busket-form__col textarea::-moz-placeholder {
    color: #D9DDE3;
}

.busket-form__col input:-ms-input-placeholder,
.busket-form__col textarea:-ms-input-placeholder {
    color: #D9DDE3;
}

.busket-form__col input::placeholder,
.busket-form__col textarea::placeholder {
    color: #D9DDE3;
}

.busket-form__col input:focus-visible,
.busket-form__col textarea:focus-visible {
    outline: none;
}

.busket-form__col.area {
    -ms-grid-column-span: 3;
    grid-column: 3 span;
}

.busket-form__col textarea {
    resize: none;
    height: 122px;
}

.busket-form__col.entity {
    display: none;
}

.busket-form__order {
    position: -webkit-sticky;
    position: sticky;
    top: 20px;
    width: 407px;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    margin-left: 30px;
    padding: 20px;
    border: 1px solid rgba(137, 168, 185, 0.33);
    border-radius: 5px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
}

.busket-form__order-title {
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: 700;
}

.busket-form__order-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.busket-form__order-row span:nth-child(1) {
    font-weight: 700;
}

.busket-form__order-row span:nth-child(2) {
    font-weight: 500;
}

.busket-form__link {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #327EBF;
    margin-top: 10px;
    color: #327EBF;
    border-radius: 5px;
    padding: 12px;
    margin-bottom: 20px;
    transition: 0.2s ease-in-out;
}

.busket-form__link svg {
    margin-right: 10px;
}

.busket-form__link svg path {
    transition: 0.2s ease-in-out;
}

.busket-form__link:hover {
    background: #327EBF;
    color: #ffffff;
    border-color: #327EBF;
}

.busket-form__link:hover svg path {
    fill: #ffffff;
}

.busket-form__submit {
    display: block;
    padding: 14px;
    text-align: center;
    color: #ffffff;
    background: #327EBF;
    border: none;
    outline: none;
    cursor: pointer;
    border-radius: 5px;
    font-weight: 700;
    font-size: 18px;
    transition: 0.2s ease-in-out;
}

.busket-form__submit:hover {
    background: #327EBF;
}

.busket-form__submit.entity {
    display: none;
}

.empty {
    display: none;
    align-items: center;
    padding: 100px 0 250px 0;
}

.empty.active {
    display: flex;
    flex-direction: column;
}

.empty__img {
    margin-bottom: 20px;
}

.empty__title {
    color: #327EBF;
    font-size: 24px;
    font-weight: 500;
}

.popup-order {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(25, 26, 33, 0.59);
    inset: 0;
    z-index: 10;
    display: none;
}

.popup-order__block {
    padding: 30px;
    background: #fff;
    border-radius: 5px;
    width: 100%;
    max-width: 420px;
    margin: 0 20px;
}

.popup-order__title {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
}

.popup-order__col {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.popup-order__col span {
    font-weight: 500;
    margin-bottom: 10px;
}

.popup-order__col input {
    background: #F8F8F8;
    border-radius: 5px;
    padding: 8px;
    border: none;
    outline: none;
}

.popup-order__submit {
    width: 100%;
    padding: 16px;
    background: #327EBF;
    color: #ffffff;
    text-align: center;
    border: none;
    outline: none;
    cursor: pointer;
    transition: 0.2s ease-in-out;
}

.popup-order__submit:hover {
    background: #1a5e99;
}

.map__container {
    padding-top: 50px;
    padding-bottom: 100px;
}

.map__title {
    margin-bottom: 50px;
}

.map__items {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 30px;
}

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

.map__item-title {
    margin-bottom: 20px;
    padding: 20px;
    background: #327EBF;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 700;
    border-radius: 5px;
}

.map__nav {
    background: #F8F8F8;
    border-radius: 5px;
    padding: 20px;
    overflow: hidden;
}

.map__nav_first-level {
    display: -ms-grid;
    display: grid;
    grid-row-gap: 20px;
}

.map__nav_second-level {
    position: relative;
    display: -ms-grid;
    display: grid;
    grid-row-gap: 40px;
    padding-left: 66px;
    padding-top: 20px;
}

.map__nav_second-level::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 97%;
    top: 0;
    left: 7px;
    background: #327EBF;
}

.map__nav_second-level .map__nav-item:last-child .map__nav_third-level {
    position: relative;
}

.map__nav_second-level .map__nav-item:last-child .map__nav_third-level::after {
    position: absolute;
    content: "";
    width: 100vw;
    height: 110%;
    left: 50%;
    transform: translateX(-50%);
    background: #F8F8F8;
    top: -10px;
}

.map__nav_second-level>.map__nav-item:last-child>.map__nav-link::before {
    position: absolute;
    content: "";
    width: 20px;
    height: 1px;
    top: 50%;
    transform: translateY(-50%);
    background: #327EBF;
    right: 136%;
    z-index: 1;
}

.map__nav_third-level {
    position: relative;
    padding-left: 30px;
    padding-top: 20px;
    display: -ms-grid;
    display: grid;
    grid-row-gap: 20px;
}

.map__nav_third-level::before {
    position: absolute;
    content: "";
    width: 1px;
    top: 0;
    bottom: 8px;
    left: 6px;
    background: #327EBF;
    z-index: 1;
}

.map__nav_third-level .map__nav-link::before {
    position: absolute;
    content: "";
    width: 20px;
    height: 1px;
    top: 50%;
    transform: translateY(-50%);
    background: #327EBF;
    left: -23px;
    z-index: 1;
}

.map__nav-item {
    position: relative;
    z-index: 1;
}

.map__nav-link {
    position: relative;
    display: inline-block;
    color: #327EBF;
    transition: 0.2s ease-in-out;
    z-index: 1;
}

.map__nav-link:hover {
    color: #1a5e99;
}

.select2-selection__placeholder {
    margin-bottom: 0!important;
}

.popup-phones {
    position: fixed;
    inset: 0;
    z-index: 99;
    display: none;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .8);
}

.popup-phones.active {
    display: flex;
}

.popup-phones div {
    background: #fff;
    border-radius: 5px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    row-gap: 25px;
}

.preloader-form {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, .8);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 1001;
}

.lds-spinner {
    color: official;
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-spinner div {
    transform-origin: 40px 40px;
    animation: lds-spinner 1.2s linear infinite;
}

.lds-spinner div:after {
    content: " ";
    display: block;
    position: absolute;
    top: 3px;
    left: 37px;
    width: 6px;
    height: 18px;
    border-radius: 20%;
    background: #1785E5;
}

.lds-spinner div:nth-child(1) {
    transform: rotate(0deg);
    animation-delay: -1.1s;
}

.lds-spinner div:nth-child(2) {
    transform: rotate(30deg);
    animation-delay: -1s;
}

.lds-spinner div:nth-child(3) {
    transform: rotate(60deg);
    animation-delay: -0.9s;
}

.lds-spinner div:nth-child(4) {
    transform: rotate(90deg);
    animation-delay: -0.8s;
}

.lds-spinner div:nth-child(5) {
    transform: rotate(120deg);
    animation-delay: -0.7s;
}

.lds-spinner div:nth-child(6) {
    transform: rotate(150deg);
    animation-delay: -0.6s;
}

.lds-spinner div:nth-child(7) {
    transform: rotate(180deg);
    animation-delay: -0.5s;
}

.lds-spinner div:nth-child(8) {
    transform: rotate(210deg);
    animation-delay: -0.4s;
}

.lds-spinner div:nth-child(9) {
    transform: rotate(240deg);
    animation-delay: -0.3s;
}

.lds-spinner div:nth-child(10) {
    transform: rotate(270deg);
    animation-delay: -0.2s;
}

.lds-spinner div:nth-child(11) {
    transform: rotate(300deg);
    animation-delay: -0.1s;
}

.lds-spinner div:nth-child(12) {
    transform: rotate(330deg);
    animation-delay: 0s;
}

@keyframes lds-spinner {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.loader {
    position: fixed;
    z-index: 999;
    background: rgb(0, 0, 0);
    width: 100%;
    height: 100%;
}

.loader ul {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: rotate(45deg) translate(-50%, -50%);
}

.loader ul li {
    list-style-type: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 20px;
    height: 20px;
    background: #327EBF;
    border-radius: 50%;
}

#a {
    animation: a 1s ease-in-out infinite;
    top: -40px;
    left: -40px;
}

#b {
    animation: b 1s ease-in-out infinite;
    top: -40px;
    left: 0px;
}

#c {
    animation: c 1s ease-in-out infinite;
    top: -40px;
    left: 40px;
}

#d {
    animation: d 1s ease-in-out infinite;
    top: 0px;
    left: -40px;
}

#e {
    animation: e 1s ease-in-out infinite;
    top: 0px;
    left: 0px;
}

#f {
    animation: f 1s ease-in-out infinite;
    top: 0px;
    left: 40px;
}

#g {
    animation: g 1s ease-in-out infinite;
    top: 40px;
    left: -40px;
}

#h {
    animation: h 1s ease-in-out infinite;
    top: 40px;
    left: 0px;
}

#i {
    animation: i 1s ease-in-out infinite;
    top: 40px;
    left: 40px;
}

@keyframes a {
    50% {
        top: 0px;
        left: -40px;
    }
    100% {
        top: 0px;
        left: -40px;
    }
}

@keyframes b {
    50% {
        top: -40px;
        left: -40px;
    }
    100% {
        top: -40px;
        left: -40px;
    }
}

@keyframes c {
    50% {
        top: -40px;
        left: 0px;
    }
    100% {
        top: -40px;
        left: 0px;
    }
}

@keyframes d {
    50% {
        top: 40px;
        left: -40px;
    }
    100% {
        top: 40px;
        left: -40px;
    }
}

@keyframes f {
    50% {
        top: -40px;
        left: 40px;
    }
    100% {
        top: -40px;
        left: 40px;
    }
}

@keyframes g {
    50% {
        top: 40px;
        left: 0px;
    }
    100% {
        top: 40px;
        left: 0px;
    }
}

@keyframes h {
    50% {
        top: 40px;
        left: 40px;
    }
    100% {
        top: 40px;
        left: 40px;
    }
}

@keyframes i {
    50% {
        top: 0px;
        left: 40px;
    }
    100% {
        top: 0px;
        left: 40px;
    }
}

.filter__list-show-all {
    margin-top: 30px;
    padding: 12px 25px;
    font-weight: 700;
    font-size: 16px;
    background: #327EBF;
    border: 1px solid #D9DDE3;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    transition: 0.2s ease-in-out;
    text-align: center;
}
.filter__list-show-all.hide {
    display: none;
}
.filter__list-show-all:hover {
    background: #1a5e99;
}
.filter__list-show-all:active {
    background: #1a5e99;
}
.filter__list-item {
    display: none;
}
.filter__list-item.js-active {
    display: block;
}

.header__bot-wrapper {
  background: #00C4FF;
}

@media (max-width: 1650px) {
  .header-space {
  padding-top: 177px;
}
    .map__title {
        margin-bottom: 30px;
    }
    body {
        font-size: 16px;
    }
    .container {
        max-width: 1400px;
    }
    .title {
        font-size: 30px;
    }
    .blue-btn {
        padding: 15px 25px;
        font-size: 18px;
    }
    .header__middle {
        padding: 30px 0;
    }
    .header__logo {
        /* width: 180px; */
        margin-right: 30px;
    }
    .header__search form .submit {
        width: 110px;
    }
    .header__search {
        margin-right: 50px;
        max-width: 450px;
    }
    .header__catalog-btn {
        font-size: 16px;
    }
    .header__nav-list {
        -moz-column-gap: 30px;
        column-gap: 30px;
    }
    .header__nav-link {
        font-size: 16px;
    }
    .catalog-header {
        width: min(900px, 100vw);
    }
    .catalog-header__list {
        max-width: 300px;
    }
    .catalog-header__list-item {
        font-size: 14px;
        padding: 24px 40px 24px 25px;
    }
    .catalog-header__items::-webkit-scrollbar-track {
        border-top: solid 20px transparent;
    }
    .catalog-header__items::-webkit-scrollbar-thumb {
        border-top: solid 20px transparent;
    }
    .catalog-header__items {
        grid-gap: 15px;
        padding: 20px 17px 12px 20px;
    }
    .catalog-header__item {
        padding: 15px 17px;
    }
    .catalog-header__item-title {
        font-size: 14px;
        max-width: 150px;
    }
    .catalog-header__item-count {
        padding: 8px 10px;
        font-size: 14px;
    }
    .catalog-header__item-img {
        width: min(95px, 100%);
    }
    .footer__container {
        padding: 70px 0;
    }
    .footer__nav-title {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .footer__nav-item {
        font-size: 16px;
    }
    .hero__slider {
        /* height: 420px; */
    }
    .hero__product {
        height: 420px;
        padding: 25px;
    }
    .hero__product-title {
        font-size: 22px;
        margin-bottom: 2px;
    }
    .hero__product-price .current {
        font-size: 22px;
    }
    .hero__product-price .old {
        font-size: 18px;
    }
    .assortment__filter {
        padding: 30px;
    }
    .popular__slider-item p {
        left: 20px;
        bottom: 20px;
        font-size: 18px;
    }
    .insta__subtitle {
        font-size: 18px;
    }
    .insta__item {
        padding-top: 60px;
        padding-bottom: 50px;
    }
    .insta__item img {
        padding-top: 60px;
        padding-bottom: 50px;
    }
    .info__block {
        margin-right: 100px;
    }
    .info__slider {
        width: 600px;
    }
    .about__info {
        margin-right: 80px;
    }
    .about__slider {
        width: 700px;
    }
    .clients__slider-img {
        margin-bottom: 10px;
    }
    .clients__slider-title {
        font-size: 18px;
    }
    .install__ckeditor h1 {
        font-size: 30px;
    }
    .install__ckeditor h2 {
        font-size: 26px;
    }
    .contact__list-item {
        font-size: 18px;
    }
    .catalog__header {
        padding-bottom: 15px;
    }
    .catalog__title {
        font-size: 24px;
    }
    .catalog__select {
        font-size: 18px;
    }
    .card__items {
        grid-gap: 15px;
    }
    .card__item {
        padding: 15px;
    }
    .card__tag {
        font-size: 12px;
        padding: 4px 10px;
    }
    .filter__list-link span {
        font-size: 18px;
    }
    .filter__list-checkbox {
        max-height: 160px;
    }
    .filter__list-checkbox label input {
        width: 20px;
        height: 20px;
    }
    .filter__list-checkbox label span {
        font-size: 14px;
    }
    .filter__list-inputs label input {
        line-height: 140%;
        width: 100px;
    }
    .product__left {
        width: 600px;
    }
    .product__price .current {
        font-size: 26px;
    }
    .product__price .old {
        font-size: 18px;
    }
    .product__counter button {
        width: 45px;
        height: 45px;
    }
    .product__buy {
        height: 45px;
        font-size: 16px;
    }
    .product__click {
        font-size: 16px;
    }
    .product__info-title img {
        width: 20px;
        height: 20px;
    }
    .product__info-title {
        font-size: 18px;
    }
    .desc__header {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
    .desc__header-item {
        font-size: 18px;
    }
    .similar__title {
        padding-bottom: 20px;
        margin-bottom: 20px;
        font-size: 24px;
    }
    .busket__item-info {
        width: 32%;
    }
    .busket__item-title {
        font-size: 16px;
    }
    .busket__item-price {
        font-size: 18px;
    }
    .busket__item-selects {
        transform: translateX(-51%);
    }
    .busket__item-total {
        font-size: 18px;
    }
    .busket-form__title {
        font-size: 18px;
    }
    .busket-form__radios label {
        font-size: 16px;
        padding: 8px;
    }
    .busket-form__col span {
        font-size: 16px;
    }
    .busket-form__submit {
        font-size: 18px;
    }
    .empty {
        padding-top: 80px;
        padding-bottom: 200px;
    }
}

@media (max-width: 1450px) {
  .header-space {
  padding-top: 142px;
}
    .container {
        max-width: 1200px;
    }
    .map__nav_second-level>.map__nav-item:last-child>.map__nav-link::before {
        right: 133%;
    }
    .map__item-title {
        font-size: 14px;
        padding: 12px;
    }
    .map__nav_second-level {
        padding-left: 58px;
    }
    .map__nav-link {
        font-size: 14px;
    }
    .title {
        font-size: 26px;
    }
    .blue-btn {
        font-size: 16px;
    }
    .header__search form .submit {
        font-size: 18px;
        width: 120px;
    }
    .header__phone {
        flex-direction: column;
        row-gap: 10px;
    }
    .header__busket-icon {
        margin-right: 10px;
    }
    .header__catalog-btn {
        font-size: 16px;
        padding: 14px;
    }
    .header__nav-list {
        -moz-column-gap: 20px;
        column-gap: 20px;
    }
    .header__nav-link {
        font-size: 14px;
    }
    .footer__container {
        padding: 50px 0;
    }
    .hero__slider {
        height: 500px;
    }
    .hero__slider-block {
        left: 40px;
        right: 40px;
    }
    .hero__product {
        height: 350px;
    }
    .hero__product-title {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .hero__product-img {
        max-height: 80px;
    }
    .hero__product-name {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .hero__product-price .current {
        font-size: 18px;
    }
    .hero__product-price .old {
        font-size: 16px;
    }
    .insta__subtitle {
        font-size: 16px;
    }
    .insta__item {
        padding-top: 50px;
        padding-bottom: 40px;
    }
    .insta__item img {
        padding-top: 50px;
        padding-bottom: 40px;
    }
    .info__slider {
        width: 500px;
    }
    .about__info {
        margin-right: 40px;
    }
    .about__info p {
        font-size: 14px;
    }
    .about__subtitle {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .about__slider {
        width: 550px;
    }
    .about__social {
        flex-direction: column;
        align-items: flex-start;
    }
    .about__social-title {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .about__social-img {
        width: 60px;
        height: 60px;
    }
    .clients__slider-img {
        margin-bottom: 5px;
    }
    .clients__slider-title {
        font-size: 16px;
    }
    .install__ckeditor h1 {
        font-size: 26px;
    }
    .install__ckeditor h2 {
        font-size: 22px;
    }
    .install__sidebar {
        width: 350px;
    }
    .install__sidebar-form form {
        padding: 25px;
    }
    .install__sidebar-form form div {
        font-size: 18px;
    }
    .install__sidebar-form form span {
        font-size: 14px;
    }
    .install__sidebar-form form .form-input {
        padding: 8px 12px;
    }
    .install__sidebar-form form .form-submit {
        padding: 12px 0;
        font-size: 16px;
    }
    .install__sidebar-block {
        row-gap: 20px;
        padding: 25px;
    }
    .install__sidebar-block ul {
        font-size: 14px;
    }
    .install__sidebar-title {
        font-size: 18px;
    }
    .catalog__title {
        font-size: 22px;
    }
    .catalog__select {
        font-size: 16px;
    }
    .card__items {
        -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    }
    .filter {
        width: 350px;
    }
    .filter__submit {
        font-size: 16px;
        padding: 12px 25px;
    }
    .busket__table-item {
        font-size: 16px;
    }
    .busket__item-info {
        width: 31%;
    }
    .busket__item-selects {
        transform: translateX(-48%);
    }
    .busket__item-selects select {
        width: 180px;
        padding: 8px 40px 8px 15px;
        border: 1px solid #D9DDE3;
        border-radius: 6px;
        font-size: 14px;
    }
    .busket__item-selects input {
        width: 320px;
        padding: 10px;
        line-height: 160%;
        font-size: 14px;
    }
    .busket__item-count {
        margin: 0 15px;
    }
    .busket__item-decrease,
    .busket__item-increase {
        width: 30px;
        height: 30px;
        flex-shrink: 0;
    }
    .busket-form__col input,
    .busket-form__col textarea {
        padding: 8px;
    }
    .busket-form__submit {
        font-size: 16px;
        padding: 12px;
    }
    .header__location-item {
        font-size: 12px;
    }
    .header__location {
        column-gap: 15px;
    }
    .header__location-item img {
        margin-right: 5px;
    }
    .header__middle {
        padding: 15px 0;
    }
}

@media (max-width: 1440px) {
    .product__elem {
        padding: 15px;
    }
    .product__counter span {
        font-size: 16px;
        margin: 0 15px;
    }
    .product__counter button {
        width: 35px;
        height: 35px;
    }
    .product__buy {
        height: 35px;
    }
    .product__info {
        padding: 15px;
    }
    .product__info-title {
        -moz-column-gap: 15px;
        column-gap: 15px;
        font-size: 16px;
        margin-right: 15px;
    }
    .product__info-list li {
        line-height: 160%;
    }
}

@media (max-width: 1300px) {
    .busket__item-title {
        font-size: 14px;
    }
    .busket__item-articul {
        font-size: 14px;
    }
    .busket__form {
        margin-top: 50px;
    }
    .busket-form__wrapper {
        flex-direction: column;
    }
    .busket-form__areas {
        grid-row-gap: 30px;
    }
    .busket-form__order {
        margin-left: 0;
        margin-top: 30px;
    }
}

@media (max-width: 1240px) {
  .header-space {
  padding-top: 148px;
}
    .container {
        max-width: 980px;
    }
    .header__search {
        margin-right: 0;
    }
    .title {
        font-size: 20px;
    }
    .blue-btn {
        font-size: 14px;
    }
    .header {
        box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
    }
    .header__top {
        display: none;
    }
    .header__middle {
        display: flex;
        justify-content: center;
        grid-gap: 20px;
        padding-top: 15px;
        padding-bottom: 10px;
    }
    .header__logo {
        /* width: 136px;
        height: 30px; */
        margin-right: 0;
        -ms-grid-column-align: center;
        justify-self: center;
    }
    .header__search {
        max-width: unset;
        -ms-grid-row: 2;
        grid-row: 2/2;
        -ms-grid-column-span: 3;
        grid-column: 3 span;
    }
    .header__search form .search {
        height: 28px;
        font-size: 10px;
    }
    .header__search form .submit {
        height: 28px;
        font-size: 12px;
    }
    .header__phone {
        display: none;
    }
    .header__busket {
        font-size: 0;
    }
    .header__busket-icon {
        margin-right: 0;
    }
    .header__bot {
        padding: 10px 0;
        border-top: 1px solid #D9DDE3;
        border-bottom: none;
    }
    .header__catalog-btn {
        /* display: inline-flex;
        -moz-column-gap: 0;
        column-gap: 0;
        font-size: 0; */
        background: unset;
        font-size: 14px;
        margin-right: 20px;
    }
    .header__catalog-btn img {
        width: 18px;
        height: 12px;
        flex-shrink: 0;
    }
    .header__catalog-btn img:last-child {
        display: none;
    }
    .header__nav {
        overflow: auto;
        margin-right: -16px;
        margin-left: 0;
    }
    .header__nav::-webkit-scrollbar {
        width: 0;
        height: 0;
    }
    .header__nav-list {
        padding-right: 16px;
    }
    .header__nav-item:last-child {
        padding-right: 16px;
    }
    .header__nav-link {
        white-space: nowrap;
        line-height: 150%;
    }
    .hero__slider {
        height: 450px;
    }
    .hero__slider .slick-dots {
        -moz-column-gap: 10px;
        column-gap: 10px;
        bottom: 10px;
    }
    .hero__slider .slick-dots li button {
        width: 12px;
        height: 12px;
    }
    .hero__slider-block {
        transform: unset;
        top: 20px;
        left: 20px;
        right: 20px;
    }
    .hero__slider-tag {
        font-size: 12px;
    }
    .hero__slider-link {
        font-size: 12px;
    }
    .hero__product {
        height: 300px;
        padding: 20px;
    }
    .hero__product-title {
        font-size: 10px;
        color: #327EBF;
        margin-bottom: 20px;
    }
    .hero__product-name {
        font-size: 12px;
    }
    .hero__product-price .current {
        font-size: 12px;
    }
    .hero__product-price .old {
        font-size: 10px;
    }
    .assortment__block {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        grid-gap: 16px;
    }
    .assortment__filter {
        padding: 15px;
    }
    .assortment__filter form {
        grid-row-gap: 10px;
        grid-column-gap: 15px;
    }
    .assortment__col span:not(.select2,
    .select2-selection,
    .select2-selection__rendered) {
        margin-bottom: 5px;
        font-size: 10px;
    }
    .assortment__col-inputs label div {
        font-size: 16px;
        left: 15px;
    }
    .assortment__col-inputs label input,
    .assortment__col-inputs label select {
        height: 40px;
    }
    .assortment__col-inputs label input {
        padding-left: 35px;
    }
    .assortment__col-inputs label .select2-container--default .select2-selection--single,
    .assortment__col-inputs label .select2-selection__rendered {
        height: 40px;
    }
    .assortment__col-inputs label .select2-container .select2-selection--single .select2-selection__rendered {
        font-size: 14px;
    }
    .assortment__submit {
        height: 40px;
        font-size: 16px;
    }
    .assortment__ban {
        width: 100%;
        height: 250px;
    }
    .popular__wrap .swiper-button {
        width: 5px;
        height: 10px;
    }
    .popular__wrap .swiper-button.swiper-button-next-inner {
        right: 0;
    }
    .popular__wrap .swiper-button.swiper-button-prev-inner {
        right: 20px;
        left: unset;
    }
    .popular__wrap .swiper-button {
        top: -40px;
        transform: unset;
    }
    .insta__subtitle {
        font-size: 14px;
        margin-bottom: 20px;
    }
    .insta__items {
        grid-gap: 10px;
    }
    .insta__item {
        padding-top: 40px;
        padding-bottom: 30px;
    }
    .insta__item img {
        padding-top: 40px;
        padding-bottom: 30px;
    }
    .info__container {
        flex-direction: column;
    }
    .info__block {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .info__slider .slick_arrow.slick_next {
        right: 10px;
    }
    .info__slider .slick_arrow.slick_prev {
        left: 10px;
    }
    .info__slider .slick_arrow span:nth-child(2) {
        display: block;
    }
    .info__slider .slick_arrow span:nth-child(1) {
        display: none;
    }
    .about__container {
        flex-direction: column;
        row-gap: 30px;
    }
    .clients__wrap .swiper-button {
        width: 5px;
        height: 10px;
    }
    .clients__wrap .swiper-button.swiper-button-next-inner {
        right: 0;
    }
    .clients__wrap .swiper-button.swiper-button-prev-inner {
        right: 20px;
        left: unset;
    }
    .clients__wrap .swiper-button {
        top: -40px;
        transform: unset;
    }
    .clients__slider-title {
        font-size: 14px;
    }
    .install__container {
        flex-direction: column;
        row-gap: 30px;
    }
    .install__ckeditor h1 {
        font-size: 18px;
    }
    .install__ckeditor h2 {
        font-size: 18px;
    }
    .install__sidebar {
        width: 100%;
        margin-left: 0;
    }
    .install__sidebar-form {
        width: 350px;
    }
    .install__sidebar-block {
        width: 100%;
    }
    .contact__list-item {
        font-size: 14px;
    }
    .contact__map {
        width: 500px;
        height: 400px;
    }
    .catalog__title {
        font-size: 18px;
    }
    .catalog__card {
        padding-top: 15px;
    }
    .card__item-img {
        margin: 10px 0;
    }
    .card__item-title {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .card__item-price .old {
        font-size: 12px;
    }
    .card__item-price .current {
        font-size: 16px;
    }
    .filter {
        width: 280px;
        margin-right: 15px;
        padding-top: 15px;
    }
    .filter__list-link span {
        font-size: 16px;
    }
    .product__left {
        width: 450px;
    }
    .product__slider-big .card__tags {
        top: 15px;
        left: 15px;
    }
    .product__slider-big .swiper-slide img {
        padding: 60px;
    }
    .product__price .current {
        font-size: 22px;
    }
    .product__price .old {
        font-size: 16px;
    }
    .product__stock {
        font-size: 14px;
        padding: 12px 16px;
    }
    .product__buy {
        font-size: 14px;
        margin-right: 25px;
    }
    .product__click {
        font-size: 14px;
        -moz-column-gap: 8px;
        column-gap: 8px;
    }
    .product__click svg {
        width: 20px;
        height: 20px;
    }
    .product__info-list li {
        font-size: 14px;
    }
    .desc__header-item {
        font-size: 18px;
    }
    .desc__item-text {
        font-size: 14px;
    }
    .similar__title {
        font-size: 18px;
    }
    .similar__items {
        -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 15px;
    }
    .busket__item-info {
        width: 30%;
    }
    .busket__item-install .js-montage {
        width: 20px;
        height: 20px;
    }
    .busket__item-selects {
        transform: unset;
        left: auto;
        right: 0;
    }
    .busket-form__submit {
        font-size: 14px;
    }
}

@media (max-width: 1200px) {
    .catalog-header {
        width: min(600px, 100vw);
    }
    .map__nav {
        padding: 10px;
    }
    .catalog-header__list {
        max-width: 250px;
    }
    .catalog-header__list-item svg {
        width: 15px;
        height: 15px;
    }
    .catalog-header__list-item {
        font-size: 12px;
        padding: 12px 30px 12px 10px;
    }
    .catalog-header__items {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    .catalog-header__item {
        padding: 12px 10px;
    }
    .catalog-header__item-title {
        font-size: 12px;
    }
    .catalog-header__item-count {
        font-size: 12px;
    }
    .alert--width {
        width: 370px;
    }
    .alert--content {
        padding: 25px;
    }
    .alert--img__item svg {
        width: 75px;
        height: 75px;
    }
    .alert-text {
        margin-top: 10px;
    }
    .alert--title {
        font-size: 24px;
    }
    .alert--subtitle {
        font-size: 18px;
    }
    .busket__item-info {
        padding-right: 50px;
        padding-left: 30px;
    }
}

@media (max-width: 992px) {
    .busket__item-install span {
        display: block;
        margin-bottom: 15px;
    }
    body {
        font-size: 14px;
    }
    .map__container {
        padding-top: 0;
        padding-bottom: 75px;
    }
    .map__items {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 20px;
        grid-row-gap: 40px;
    }
    .title {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .blue-btn {
        padding: 10px 20px;
        font-size: 12px;
    }
    .burger {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (5px)[3];
        grid-template-columns: repeat(3, 5px);
        justify-content: space-between;
        width: 25px;
        row-gap: 5px;
        -moz-column-gap: 5px;
        column-gap: 5px;
        margin-left: auto;
    }
    .footer__container {
        padding: 20px 0;
    }
    .footer__logo {
        /* width: 135px;
        height: 30px; */
    }
    .footer__nav-title {
        font-size: 12px;
        margin-bottom: 10px;
    }
    .footer__nav-list {
        row-gap: 5px;
    }
    .footer__nav-item {
        font-size: 12px;
    }
    .footer__bot-container {
        flex-direction: column;
        row-gap: 20px;
    }
    .mobile-nav {
        /* display: block; */
    }
    .popular__wrap .swiper-button {
        top: -25px;
    }
    .insta__title {
        margin-bottom: 0;
    }
    .insta__subtitle {
        font-size: 12px;
    }
    .part__container {
        padding: 20px 0;
    }
    .part__items {
        height: 30px;
    }
    .part__item {
        width: 52.5px;
        height: 30px;
        margin-right: 25px;
    }
    .clients__wrap .swiper-button {
        top: -25px;
    }
    .clients__slider-title {
        font-size: 12px;
    }
    .contact__container {
        flex-direction: column;
        row-gap: 30px;
        padding-bottom: 60px;
    }
    .contact__map {
        width: 100%;
        height: 350px;
    }
    .catalog__title {
        font-size: 18px;
    }
    .card__items {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    }
    .pagination li.prev a,
    .pagination li.next a {
        width: 35px;
        height: 35px;
    }
    .pagination li:not(.prev,
    .next) a {
        width: 35px;
        height: 35px;
    }
    .product__container {
        flex-direction: column;
        row-gap: 30px;
    }
    .product__left {
        margin: auto;
    }
    .similar__items {
        -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    }
    .busket__table {
        display: none;
    }
    .busket__items {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 20px;
    }
    .busket__item.montage {
        padding-bottom: 10px;
    }
    .busket__item {
        flex-direction: column;
        border: 1px solid #d9dde3;
        padding: 10px;
    }
    .busket__item-img::before {
        padding-top: 70%;
    }
    .busket__item-img {
        width: 100%;
    }
    .busket__item-info {
        width: 100%;
        padding: 0;
        margin-bottom: 40px;
        margin-top: 20px;
        text-align: center;
    }
    .busket__item-price {
        font-size: 16px;
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
    .busket__item-wrapper {
        width: 100%;
        justify-content: center;
        margin-bottom: 20px;
    }
    .busket__item-counter-wrapper {
        width: auto;
        margin-bottom: 20px;
    }
    .busket__item-install {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: auto;
        margin-bottom: 15px;
    }
    .busket__item-selects {
        position: relative;
        margin-top: 15px;
        flex-direction: column;
        row-gap: 10px;
        top: 0;
    }
    .busket__item-total {
        width: 100%;
        font-size: 16px;
        text-align: center;
        margin-bottom: 30px;
    }
    .busket__item-delete {
        position: relative;
        top: unset;
        transform: unset;
        right: unset;
        margin-top: auto;
        width: 16px;
        height: 16px;
    }
    .busket__item-delete svg {
        width: 100%;
        height: 100%;
    }
    .empty {
        padding-bottom: 100px;
    }
}

@media (max-width: 992.9px) {
    .container {
        width: 100%;
        max-width: none;
    }
}

@media (max-width: 768px) {
    .content {
        padding: 20px 0;
    }
    .catalog-header {
        width: calc(100vw - 32px);
    }
    .hero__container {
        flex-direction: column;
    }
    .hero__slider {
        width: 100%;
        height: 400px;
        margin-bottom: 10px;
    }
    .hero__slider-img img {
        -o-object-position: unset;
        object-position: unset;
    }
    .hero__slider-block {
        row-gap: 10px;
    }
    .hero__slider-tag {
        font-size: 8px;
        padding: 5px 10px;
    }
    .hero__slider-link {
        padding: 10px 25px;
        font-size: 8px;
    }
    .hero__product {
        position: relative;
        width: 100%;
        height: auto;
    }
    .hero__product-img {
        margin-bottom: 20px;
        max-height: unset;
    }
    .hero__product-name {
        margin-right: 130px;
    }
    .hero__product-price .current {
        margin-right: 15px;
    }
    .insta__subtitle {
        font-size: 10px;
        margin-bottom: 10px;
    }
    .insta__items {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    }
    .insta__item {
        padding: 0;
        height: 480px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .insta__item::before {
        display: none;
    }
    .insta__item img {
        padding: 0;
        position: relative;
        height: 350px;
    }
    .about__content {
        width: 100%;
    }
    .about__subtitle {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .about__slider {
        width: 100%;
        margin-bottom: 15px;
    }
    .clients__slider-title {
        font-size: 10px;
    }
    .catalog__title {
        font-size: 16px;
    }
    .catalog__select {
        font-size: 14px;
    }
    .catalog__wrapper {
        flex-direction: column;
    }
    .card__items {
        -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    }
    .card__tags {
        -moz-column-gap: 5px;
        column-gap: 5px;
    }
    .card__tag {
        font-size: 8px;
    }
    .card__item-title {
        font-size: 14px;
    }
    .card__item-price {
        row-gap: 5px;
    }
    .card__item-price .old {
        font-size: 10px;
    }
    .card__item-price .current {
        font-size: 14px;
    }
    .card__item-buy {
        width: 30px;
        height: 30px;
    }
    .card__item-buy svg {
        width: 20px;
        height: 20px;
    }
    .filter {
        width: 100%;
        border-right: none;
        margin-bottom: 20px;
    }
    .filter__list {
        row-gap: 20px;
    }
    .filter__list-link span {
        font-size: 14px;
    }
    .filter__list-inputs label input {
        line-height: 120%;
        padding: 8px;
        font-size: 14px;
    }
    .filter__list-links a {
        font-size: 12px;
    }
    .filter__submit {
        margin-top: 15px;
    }
    .busket__items {
        -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 10px;
        max-width: 375px;
        margin-left: auto;
        margin-right: auto;
    }
    .busket-form__fields {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    }
    .busket-form__col.area {
        -ms-grid-column-span: 2;
        grid-column: 2 span;
    }
}

@media (max-width: 576px) {
    .catalog-header__list-item {
        font-size: 14px;
        padding: 20px 30px 20px 10px;
    }
    .catalog-header__list {
        max-width: unset;
        width: 100%;
    }
    .map__items {
        -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    }
    .catalog-header__items::-webkit-scrollbar {
        width: 8px;
    }
    .catalog-header__items::-webkit-scrollbar-track {
        border-top: solid 60px transparent;
        border-right: solid 6px transparent;
    }
    .catalog-header__items::-webkit-scrollbar-thumb {
        border-top: solid 60px transparent;
        border-right: solid 6px transparent;
    }
    .catalog-header__items {
        position: absolute;
        left: 0;
        top: 0;
        background: #ffffff;
        margin-right: 0;
        padding-top: 60px;
        grid-gap: 10px;
        padding-right: 10px;
        left: 100%;
        transition: 0.4s ease-in-out;
    }
    .catalog-header__items.active {
        left: 0;
    }
    .catalog-header__items-back {
        position: absolute;
        left: 20px;
        top: 20px;
        font-size: 14px;
        display: block;
        padding: 4px 18px;
        background: #327EBF;
        color: #ffffff;
        font-weight: 500;
        border-radius: 5px;
    }
    .catalog-header__item {
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
    }
    .assortment__col-inputs label div {
        font-size: 12px;
        left: 10px;
    }
    .assortment__col-inputs label input,
    .assortment__col-inputs label select {
        height: 32px;
    }
    .assortment__col-inputs label input {
        padding-left: 25px;
    }
    .assortment__col-inputs label select {
        width: 120px;
    }
    .assortment__col-inputs label .select2-container--default .select2-selection--single,
    .assortment__col-inputs label .select2-selection__rendered {
        height: 32px;
    }
    .assortment__col-inputs label .select2-container .select2-selection--single .select2-selection__rendered {
        font-size: 12px;
        padding-left: 8px;
    }
    .assortment__col-inputs label .select2-container--default .select2-selection--single .select2-selection__arrow {
        right: 1px;
    }
    .assortment__col-inputs.price label:nth-child(1) input {
        width: 70px;
    }
    .assortment__col-inputs.price label:nth-child(2) input {
        width: 96px;
    }
    .assortment__col-inputs.square label:nth-child(1) input {
        width: 48px;
    }
    .assortment__col-inputs.square label:nth-child(2) input {
        width: 69px;
    }
    .assortment__submit {
        width: 122px;
        height: 32px;
        font-size: 12px;
    }
    .assortment__ban-text p {
        font-size: 12px;
    }
    .assortment__ban-text h3 {
        font-size: 18px;
    }
    .assortment__ban {
        height: 130px;
    }
    .popular__slider-item p {
        font-size: 12px;
        left: 10px;
        bottom: 10px;
    }
    .insta__header {
        margin-bottom: 5px;
        align-items: flex-start;
    }
    .insta__item {
        height: 350px;
    }
    .insta__item img {
        height: 250px;
    }
    .info__slider {
        width: 100%;
    }
    .card__items {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    }
    .product__left {
        width: 100%;
    }
    .product__elem {
        flex-direction: column;
        align-items: flex-start;
        row-gap: 20px;
    }
    .product__buy {
        margin-right: 0;
    }
    .similar__items {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    }
    .empty__title {
        font-size: 18px;
    }
}

@media (max-width: 500px) {
    .alert--content {
        width: 92%;
    }
    .alert--img__item svg {
        width: 60px;
        height: 60px;
    }
    .alert--title {
        font-size: 22px;
    }
}

@media (max-width: 480px) {
    .hero__slider-block {
        top: 10px;
        left: 10px;
    }
    .hero__slider {
        /* height: 150px; */
    }
    .hero__slider-link {
        padding: 6px 25px;
    }
    .footer__container {
        -moz-column-gap: 0;
        column-gap: 0;
    }
    .footer__logo {
        width: 100%;
        display: flex;
        align-items: flex-start;
    }
    .footer__logo img {
        /* width: 135px; */
    }
    .footer__nav {
        width: 47%;
    }
    .footer__social {
        align-self: flex-end;
        -moz-column-gap: 15px;
        column-gap: 15px;
    }
    .footer__bot-container {
        font-size: 12px;
    }
    .insta__item {
        height: 300px;
    }
    .insta__item img {
        height: 220px;
    }
    .info__block p {
        font-size: 10px;
    }
    .about__slider .slick_arrow svg {
        width: 25px;
        height: 25px;
    }
    .about__social-img {
        width: 40px;
        height: 40px;
    }
    .about__social-img img {
        width: 16px;
        height: 16px;
    }
    .product__info-title {
        width: 120px;
        font-size: 14px;
    }
    .desc__item-table div span {
        font-size: 14px;
    }
    .busket__item {
        padding: 8px;
    }
    .busket__item-title {
        font-size: 12px;
        margin-bottom: 10px;
    }
    .busket__item-articul {
        font-size: 14px;
    }
    .busket__item-price {
        font-size: 14px;
    }
    .busket__item-total {
        font-size: 14px;
    }
    .busket-form__radios {
        flex-direction: column;
        row-gap: 10px;
    }
    .busket-form__fields {
        -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
        grid-row-gap: 20px;
    }
    .busket-form__col.area {
        -ms-grid-column-span: 1;
        grid-column: 1 span;
    }
    .busket-form__order {
        width: 100%;
    }
}

@media (max-width: 420px) {
    .insta__item {
        height: 250px;
    }
    .insta__item img {
        height: 170px;
    }
    .catalog__header {
        padding-bottom: 10px;
    }
    .catalog__title {
        font-size: 14px;
    }
    .catalog__select {
        font-size: 10px;
    }
    .card__item {
        padding: 8px;
    }
    .card__item-title {
        font-size: 12px;
    }
    .busket__items {
        -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    }
    .busket__item-info {
        margin-bottom: 20px;
    }
}

@media (max-width: 375px) {
    .insta__item {
        height: 236px;
    }
    .insta__item img {
        height: 167px;
    }
}


/* @media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
} */