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

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

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

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

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

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

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

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

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

* {
    padding: 0;
    margin: 0;
    border: 0;
    -webkit-tap-highlight-color: transparent;
}

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

:focus,
:active {
    outline: none;
}

a:focus,
a:active {
    outline: none;
}

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

html,
body {
    width: 100% !important;
    height: 100% !important;
    line-height: 1;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    font-family: "Manrope";
    font-size: 14px;
    background: #fafafa;
}

input,
button,
textarea {
    font-family: "Manrope";
    font-family: inherit;
}

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

button {
    cursor: pointer;
    color: inherit;
    background-color: inherit;
}

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

a,
a:visited {
    text-decoration: none;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

a:hover {
    text-decoration: none;
}

img {
    vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: 400;
}

p {
    margin: 0;
}

.lock {
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none;
}

.wrapper {
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
}

.wrapper>main {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.wrapper>* {
    min-width: 0;
}

.container {
    max-width: 1400px;
    margin: 0px auto;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

[class*=ibg] {
    position: relative;
}

[class*=ibg] img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

.button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    color: #141414;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.32px;
    border-radius: 2px;
    height: 41px;
    padding: 5px 10px;
}

.button.black {
    color: #fafafa;
    background: #141414;
    border: 1px solid transparent;
}

.button.white {
    border: 1px solid rgba(20, 20, 20, 0.26);
}

.button.transparent {
    color: #fafafa;
    border: 1px solid rgba(255, 255, 255, 0.38);
    background: rgba(255, 255, 255, 0.06);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
}

.padding-top-bottom {
    padding: 68px 0;
}

.padding-bottom {
    padding-bottom: 68px;
}

.head-row {
    margin-bottom: 25px;
}

.head-row__title {
    color: #141414;
    font-size: 36px;
    font-weight: 500;
    line-height: 110%;
}

.head-row__title.center {
    text-align: center;
    margin-bottom: 48px;
}

.head-row__text {
    color: #141414;
    font-size: 18px;
    font-weight: 400;
    line-height: 140%;
    margin-top: 12px;
}

.head-row__justify {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.head-row__justify .head-row__title {
    margin: 0;
}

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

.head-row__nav .custom-arrow__prev {
    border-radius: 0;
}

.head-row__link {
    height: 41px;
    border-radius: 2px 0 0 2px;
    margin-right: -1px;
    padding-left: 48px;
    padding-right: 48px;
    position: relative;
    z-index: 2;
    margin-right: 5px;
}

.head-row__link.yandex {
    gap: 16px;
    padding-left: 32px;
    padding-right: 32px;
}

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

.custom-arrow__next {
    margin-left: -1px;
}

.custom-arrow__button {
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid #b5b5b5;
    border: 2px 0 0 2px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.custom-arrow__button svg {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.custom-arrow__button svg path {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style-type: none;
    margin-top: 48px;
    gap: 20px;
}

.slick-dots li {
    width: 10px;
    height: 10px;
    border-radius: 2px;
    background: #dedede;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    overflow: hidden;
}

.slick-dots li.slick-active {
    width: 25px;
    background: #141414;
}

.slick-dots li button {
    font-size: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.content {
    color: rgba(20, 20, 20, 0.8);
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
}

.content *:first-child {
    margin-top: 0;
}

.content *:last-child {
    margin-bottom: 0;
}

.content p {
    margin-bottom: 14px;
}

.content ul,
.content ol {
    margin-bottom: 20px;
}

.content ol {
    margin-left: 16px;
}

.content ul li:not(:last-child),
.content ol li:not(:last-child) {
    margin-bottom: 10px;
}

.content ul {
    list-style-type: none;
}

.content ul li {
    padding-left: 24px;
    position: relative;
}

.content ul li::before {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #141414;
    top: 10px;
    left: 10px;
}

h1 {
    color: #141414;
    font-size: 36px;
    font-weight: 700;
    line-height: 110%;
    margin-bottom: 30px;
}

h2,
h3 {
    color: #141414;
    font-size: 26px;
    font-weight: 700;
    line-height: 110%;
    margin-bottom: 28px;
}

h4,
h5,
h6 {
    color: #141414;
    font-size: 20px;
    font-weight: 700;
    line-height: 110%;
    margin-bottom: 28px;
}

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

.header.transparent .header-body {
    background: #f4f4f4;
}

.header.transparent .header-body__logo svg path {
    fill: #141414 !important;
}

.header.transparent .header-body__search svg path {
    stroke: #141414 !important;
}

.header.transparent .header-body__personal svg path {
    stroke: #141414 !important;
}

.header.transparent .header-body__favorite svg path {
    stroke: #141414 !important;
}

.header.transparent .header-body__btn {
    background: #141414;
}

.header.transparent .header-body__burger span {
    background: #141414;
}

.header.transparent .header-body-burger-menu__open {
    color: #141414;
}

.header.transparent .header-body-burger-menu__open div span {
    background: #141414;
}

.header.transparent .header-body-burger-menu__submenu {
    -webkit-filter: drop-shadow(0px 4px 30px rgba(29, 29, 31, 0.16));
    filter: drop-shadow(0px 4px 30px rgba(29, 29, 31, 0.16));
}

.header.transparent .header-body-menu-catalog__open {
    position: relative;
    color: #141414;
}

.header.transparent .header-body-menu-catalog__open svg path {
    stroke: #141414 !important;
}

.header.transparent .header-body-menu-catalog__submenu {
    -webkit-filter: drop-shadow(0px 4px 30px rgba(29, 29, 31, 0.16));
    filter: drop-shadow(0px 4px 30px rgba(29, 29, 31, 0.16));
}

.header.transparent .header-body-menu__nav ul li a {
    color: #141414;
}

.header.transparent .header-search__result {
    -webkit-filter: drop-shadow(0px 4px 30px rgba(29, 29, 31, 0.16));
    filter: drop-shadow(0px 4px 30px rgba(29, 29, 31, 0.16));
}

.header-top {
    background: #141414;
    color: rgba(250, 250, 250, 0.76);
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.24px;
    text-transform: capitalize;
}

.header-top__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 10px;
    min-height: 40px;
}

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

.header-top__menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 1px;
}

.header-top__menu ul li {
    margin-left: -1px;
    position: relative;
}

.header-top__menu ul:first-child li:first-child a {
    padding-left: 0;
}

.header-top__menu ul li:first-child::before {
    display: none;
}

.header-top__menu ul li::before,
.header-top__menu ul li::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 40px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #393939;
}

.header-top__menu ul li::before {
    left: 0;
}

.header-top__menu ul li::after {
    right: 0;
}

.header-top__menu ul li:first-child {
    padding-left: 0;
}

.header-top__menu ul li a {
    padding: 0 40px;
    color: rgba(250, 250, 250, 0.76);
}

.header-top__center {
    padding: 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.header-top__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header-top__address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 40px;
    position: relative;
}

.header-top__address::before,
.header-top__address::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 40px;
    background: rgba(250, 250, 250, 0.16);
}

.header-top__address::before {
    left: 0;
}

.header-top__address::after {
    right: 0;
}

.header-top__address a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
    color: rgba(250, 250, 250, 0.76);
}

.header-top__address a svg {
    opacity: 0.76;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.header-top__phone {
    margin-left: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.header-top__phone a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
    color: rgba(250, 250, 250, 0.76);
}

.header-top__phone a svg {
    opacity: 0.76;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.header-body.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-animation: headerFixed 0.5s ease;
    animation: headerFixed 0.5s ease;
    background: #fafafa;
    -webkit-filter: drop-shadow(0px 4px 30px rgba(29, 29, 31, 0.16));
    filter: drop-shadow(0px 4px 30px rgba(29, 29, 31, 0.16));
}

.header-body.fixed .header-body__logo svg path {
    fill: #141414 !important;
}

.header-body.fixed .header-body__search svg path {
    stroke: #141414 !important;
}

.header-body.fixed .header-body__personal svg path {
    stroke: #141414 !important;
}

.header-body.fixed .header-body__favorite svg path {
    stroke: #141414 !important;
}

.header-body.fixed .header-body__btn {
    background: #141414;
}

.header-body.fixed .header-body__burger span {
    background: #141414;
}

.header-body.fixed .header-body-burger-menu__open {
    color: #141414;
}

.header-body.fixed .header-body-burger-menu__open div span {
    background: #141414;
}

.header-body.fixed .header-body-menu-catalog__open {
    position: relative;
    color: #141414;
}

.header-body.fixed .header-body-menu-catalog__open:hover {
    position: relative;
    color: #141414;
}

.header-body.fixed .header-body-menu-catalog__open svg path {
    stroke: #141414 !important;
}

.header-body.fixed .header-body-menu__nav ul li a {
    color: #141414;
}

.header-body__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 10px;
    min-height: 80px;
    position: relative;
}

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

.header-body__burger {
    display: none;
}

.header-body__logo {
    margin-right: 60px;
}

.header-body__logo a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.header-body__logo svg,
.header-body__logo a {
    max-width: 30px;
}

.header-body__logo.mobile {
    display: none;
}

.header-body__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 60px;
    -moz-column-gap: 60px;
    column-gap: 60px;
}

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

.header-body__btn {
    color: #fafafa;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.24px;
    text-transform: uppercase;
    height: 41px;
    padding: 5px 22px;
    border-radius: 2px;
    border: 1px solid rgba(255, 255, 255, 0.38);
    background: rgba(255, 255, 255, 0.06);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    margin: 0 40px;
}

.header-body__btn span {
    position: relative;
    display: inline-block;
    padding-right: 13px;
}

.header-body__btn span::before {
    content: "";
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10' fill='none'%3E%3Cpath d='M3.56836 8.30615L6.43086 5.18064L3.56836 2.05615' stroke='%23FAFAFA' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
    position: absolute;
    width: 10px;
    height: 10px;
    top: calc(50% - 1px);
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #fafafa;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.header-body__favorite {
    margin-right: 28px;
}

.header-body__search {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.header-body-burger-menu {
    position: relative;
}

.header-body-burger-menu__open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    color: #fafafa;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.28px;
    text-transform: uppercase;
}

.header-body-burger-menu__open.open div span:first-child {
    -webkit-transform: translateX(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
}

.header-body-burger-menu__open.open div span:last-child {
    -webkit-transform: translateX(-50%) rotate(-45deg);
    -ms-transform: translateX(-50%) rotate(-45deg);
    transform: translateX(-50%) rotate(-45deg);
}

.header-body-burger-menu__open.open div span:nth-child(2) {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.header-body-burger-menu__open div {
    width: 14px;
    height: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}

.header-body-burger-menu__open div span {
    position: absolute;
    display: inline-block;
    left: 50%;
    width: 10px;
    height: 1px;
    border-radius: 2px;
    background-color: #fafafa;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.header-body-burger-menu__open div span:first-child {
    -webkit-transform: translate(-50%, -3px);
    -ms-transform: translate(-50%, -3px);
    transform: translate(-50%, -3px);
}

.header-body-burger-menu__open div span:last-child {
    -webkit-transform: translate(-50%, 3px);
    -ms-transform: translate(-50%, 3px);
    transform: translate(-50%, 3px);
}

.header-body-burger-menu__open div span:nth-child(2) {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.header-body-burger-menu__submenu {
    position: absolute;
    left: 0;
    top: 35px;
    min-width: 374px;
    padding: 23px 28px;
    border-radius: 2px;
    background: #fafafa;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    /*! z-index: 15; */
}

.header-body-burger-menu__submenu.open {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.header-body-burger-menu__submenu.mobile {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    padding: 90px 20px 30px 20px;
    margin: 0px auto;
    min-width: 100%;
    height: 100%;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.header-body-burger-menu__submenu.mobile::-webkit-scrollbar {
    display: none;
}

.header-body-burger-menu__submenu.mobile.active {
    left: 0;
}

.header-body-burger-menu__submenu.mobile.back {
    left: -100%;
}

.header-body-burger-menu__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #ececec;
}

.header-body-burger-menu__top p {
    color: #141414;
    font-size: 16px;
    font-weight: 600;
    line-height: 130%;
    margin-bottom: 24px;
}

.header-body-burger-menu__top ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 16px;
}

.header-body-burger-menu__top ul li a {
    color: #76787a;
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: 0.32px;
}

.header-body-burger-menu__body {
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #ececec;
}

.header-body-burger-menu__phone {
    margin-bottom: 25px;
}

.header-body-burger-menu__phone p {
    color: #141414;
    font-family: Manrope;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 12px;
}

.header-body-burger-menu__phone a {
    color: #76787a;
    font-family: Manrope;
    font-size: 24px;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.header-body-burger-menu__social p {
    color: #141414;
    font-family: Manrope;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 12px;
}

.header-body-burger-menu__social div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

.header-body-burger-menu__social a svg,
.header-body-burger-menu__social a img {
    opacity: 0.5;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    max-width: 32px;
}

.header-body-burger-menu__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
}

.header-body-burger-menu__bottom .button {
    width: 100%;
}

.header-body-burger-menu__scroll {
    overflow-y: auto;
    height: 100%;
}

.header-body-burger-menu__scroll::-webkit-scrollbar {
    display: none;
}

.header-body-menu-catalog {
    height: 100%;
    max-height: 80px;
}

.header-body-menu-catalog__open {
    padding: 33px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fafafa;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.28px;
    text-transform: uppercase;
    gap: 8px;
    position: relative;
    top: 100%;
}

.header-body-menu-catalog__open svg {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.header-body-menu-catalog__submenu {
    position: absolute;
    left: 0px;
    right: 0px;
    -webkit-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
    pointer-events: none;
    opacity: 0;
    top: 100%;
}

.header-body-menu-catalog__submenu .container {
    max-width: 1360px;
    width: calc(100% - 40px);
    background: #fafafa;
    padding: 23px 28px;
    border-radius: 2px;
    overflow-y: auto;
    max-height: 623px;
}

.header-body-menu-catalog__submenu .container::-webkit-scrollbar {
    width: 12px;
}

.header-body-menu-catalog__submenu .container::-webkit-scrollbar-track {
    background: #fafafa;
}

.header-body-menu-catalog__submenu .container::-webkit-scrollbar-thumb {
    background-color: #141414;
    border-radius: 20px;
    border: 3px solid #fafafa;
}

.header-body-menu-catalog__submenu.mobile {
    padding: 90px 20px 30px 20px;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: auto;
    right: -150%;
    opacity: 1;
    visibility: visible;
    background: #fafafa;
    z-index: 15;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    pointer-events: all;
}

.header-body-menu-catalog__submenu.mobile .container {
    max-width: 100%;
    max-height: 100%;
    padding: 0;
    margin: 0;
    width: 100%;
    overflow: auto;
}

.header-body-menu-catalog__submenu.mobile .container::-webkit-scrollbar {
    display: none;
}

.header-body-menu-catalog__submenu.mobile.next {
    right: 0;
}

.header-body-menu-catalog__item:not(:last-child) .header-body-menu-catalog__left {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #ececec;
}

.header-body-menu-catalog__item:last-child .header-body-menu-catalog__right {
    margin-top: -60px;
}

.header-body-menu-catalog__title {
    color: #141414;
    font-size: 20px;
    font-weight: 500;
    line-height: 126%;
    margin-bottom: 20px;
}

.header-body-menu-catalog__row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 500px;
    grid-template-columns: 1fr 500px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
}

.header-body-menu-catalog__left {
    max-width: 717px;
}

.header-body-menu-catalog__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    row-gap: 20px;
}

.header-body-menu-catalog__menu div p {
    color: rgba(20, 20, 20, 0.5);
    font-size: 12px;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 10px;
}

.header-body-menu-catalog__menu div ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.header-body-menu-catalog__menu div ul li:not(:last-child) {
    margin-bottom: 10px;
}

.header-body-menu-catalog__menu div ul li a {
    color: #141414;
    font-size: 16px;
    font-weight: 500;
    line-height: 130%;
}

.header-body-menu-catalog__menu .colors ul li a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
}

.header-body-menu-catalog__menu .colors ul li a span {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 2px;
    background: rgba(20, 20, 20, 0.1);
}

.header-body-menu-catalog__menu .colors ul li a p {
    margin: 0;
    color: #141414;
    font-size: 16px;
    font-weight: 500;
    line-height: 130%;
}

.header-body-menu-catalog__all {
    color: #141414;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.32px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    margin-top: 25px;
}

.header-body-menu-catalog__all svg {
    margin-top: 2px;
}

.header-body-menu-catalog__img {
    max-height: 100%;
}

.header-body-menu-catalog__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 2px;
}

.header-body-menu__nav ul {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 60px;
    list-style-type: none;
}

.header-body-menu__nav ul li a {
    color: #fafafa;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.28px;
    text-transform: uppercase;
}

.header-search {
    position: absolute;
    top: 19px;
    padding: 0 320px 0 108px;
    z-index: 5;
    width: 100%;
    right: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.header-search.open {
    opacity: 1;
    visibility: visible;
    z-index: 17;
}

.header-search.open .header-search__top {
    width: 100%;
}

.header-search.open .header-search__result {
    opacity: 1;
}

.header-search__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 4px;
}

.header-search__input {
    width: 100%;
    height: 42px;
    border-radius: 2px;
    border: 1px solid rgba(255, 255, 255, 0.38);
    background: rgba(255, 255, 255, 0.06);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    font-size: 14px;
    font-weight: 500;
    line-height: 140%;
    color: #fff;
    padding: 16px;
}

.header-search__input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.64);
}

.header-search__input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.64);
}

.header-search__input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.64);
}

.header-search__input::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.64);
}

.header-search__input::placeholder {
    color: rgba(255, 255, 255, 0.64);
}

.header-search__btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 42px;
    height: 42px;
    border-radius: 2px;
    background: #141414;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 42px;
    flex: 0 0 42px;
}

.header-search__result {
    border-radius: 2px;
    background: #fafafa;
    padding: 25px 28px;
    margin-top: 6px;
    opacity: 0;
    -webkit-transition: all 0.5s ease 0.1s;
    transition: all 0.5s ease 0.1s;
    max-height: 575px;
    overflow-y: auto;
}

.header-search__result::-webkit-scrollbar {
    display: none;
}

.header-search__info {
    color: rgba(20, 20, 20, 0.5);
    font-size: 12px;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 12px;
}

.header-search__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 10px;
}

.header-search__item:not(:last-child) {
    margin-bottom: 10px;
}

.header-search__left {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
}

.header-search__left p {
    color: #141414;
    font-size: 15px;
    font-weight: 600;
    line-height: 140%;
}

.header-search__left span {
    display: inline-block;
    color: #2e2e2e;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.24px;
    padding: 3px 8px;
    border-radius: 88px;
    background: rgba(46, 46, 46, 0.08);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
}

.header-search__right {
    color: rgba(20, 20, 20, 0.44);
    font-size: 12px;
    font-weight: 400;
    line-height: 140%;
}

.header-search__top {
    width: 0;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.header-search__back {
    display: none;
}

.header-search__hints {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 20px;
}

.header-search__link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    color: #fafafa;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.28px;
    border-radius: 88px;
    background: #141414;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    padding: 8px 16px;
    border: 1px solid transparent;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.header-search-product {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #ececec;
}

.header-search-product__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100%;
}

.header-search-product__img {
    position: relative;
    width: 100%;
    height: 160px;
    min-height: 160px;
    overflow: hidden;
    border-radius: 2px;
    margin-bottom: 8px;
}

.header-search-product__img img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.header-search-product__body {
    border-radius: 2px;
    border: 1px solid #dedede;
    -webkit-box-shadow: -2px 2px 40px 0 rgba(46, 46, 46, 0.02);
    box-shadow: -2px 2px 40px 0 rgba(46, 46, 46, 0.02);
    padding: 10px 16px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header-search-product__top {
    margin-bottom: 16px;
}

.header-search-product__title {
    color: #141414;
    font-size: 16px;
    font-weight: 600;
    line-height: 140%;
    margin-bottom: 3px;
}

.header-search-product__category {
    color: rgba(20, 20, 20, 0.5);
    font-size: 12px;
    font-weight: 400;
    line-height: 140%;
}

.header-search-product__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.header-search-product__price {
    color: #141414;
    font-size: 16px;
    font-weight: 600;
    line-height: 140%;
}

.header-search-product__old {
    color: rgba(20, 20, 20, 0.5);
    font-size: 12px;
    font-weight: 500;
    line-height: 140%;
    text-decoration-line: line-through;
}

.header-search-product__all {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.32px;
    margin-top: 30px;
}

.header-search-product__all a {
    color: #141414;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
}

.header-mobile__close {
    width: 45px;
    height: 45px;
    position: absolute;
    top: 20px;
    left: 20px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 2px;
    background: #f4f4f4;
}

.header-mobile__catalog p {
    margin: 0;
}

.header-mobile__back {
    width: 45px;
    height: 45px;
    position: absolute;
    top: 20px;
    left: 20px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 2px;
    background: #f4f4f4;
}

.main-banner {
    position: relative;
    margin-top: -80px;
}

.main-banner::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, right top, from(rgba(16, 16, 16, 0.6)), to(rgba(16, 16, 16, 0)));
    background: linear-gradient(90deg, rgba(16, 16, 16, 0.6) 0%, rgba(16, 16, 16, 0) 100%);
    z-index: 2;
}

.main-banner::after {
    content: "";
    position: absolute;
    width: 800px;
    height: 100%;
    top: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, right top, from(rgba(16, 16, 16, 0.6)), to(rgba(16, 16, 16, 0)));
    background: linear-gradient(90deg, rgba(16, 16, 16, 0.6) 0%, rgba(16, 16, 16, 0) 100%);
    z-index: 3;
}

.main-banner .container {
    height: 90vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.main-banner__body {
    position: relative;
    z-index: 4;
    padding: 160px 0 80px 0;
    max-width: 860px;
}

.main-banner__title {
    color: #fafafa;
    font-size: 60px;
    font-weight: 400;
    line-height: 110%;
    margin-bottom: 20px;
}

.main-banner__text {
    color: rgba(250, 250, 250, 0.9);
    font-size: 25px;
    font-weight: 200;
    line-height: 140%;
}

.main-banner__btn {
    margin-top: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
}

.main-banner__btn .button {
    padding-left: 24px;
    padding-right: 24px;
}

.main-banner__img {
    /* position: absolute; */
    /* width: 100%; */
    /* height: 100%; */
    top: 0;
    left: 0;
}

.main-banner__img.mobile {
    display: none;
}

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

.main-banner__calc span:last-child {
    display: none;
}

.product-category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 1px;
    padding-left: 1px;
}

.product-category__item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    color: rgba(20, 20, 20, 0.8);
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    /* letter-spacing: 0.32px; */
    padding: 10px 24px;
    border: 1px solid #dedede;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    /* margin-top: -1px; */
    /* margin-left: -1px; */
    letter-spacing: 0.2px;
}

.product-category__item.active {
    color: #fff;
    background: #141414;
    border-color: #141414;
}

.popular-models {
    margin-top: 25px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.product-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100%;
}

.product-card__top {
    min-height: 190px;
    height: 190px;
    position: relative;
    overflow: hidden;
    border-radius: 2px;
    margin-bottom: 12px;
}

.product-card__img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.product-card__img img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.product-card__discount {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 2;
    color: #fafafa;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.24px;
    border-radius: 88px;
    border: 1px solid rgba(250, 250, 250, 0.34);
    background: rgba(250, 250, 250, 0.12);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    padding: 3px 10px;
}

.product-card__body {
    padding: 10px 10px;
    border-radius: 2px;
    border: 1px solid #dedede;
    -webkit-box-shadow: -2px 2px 40px 0 rgba(46, 46, 46, 0.02);
    box-shadow: -2px 2px 40px 0 rgba(46, 46, 46, 0.02);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 10px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
}

.product-card__info {
    margin-bottom: 14px;
}

.product-card__title {
    display: inline-block;
    color: #141414;
    font-size: 18px;
    font-weight: 600;
    line-height: 140%;
    margin-bottom: 1px;
}

.product-card__category {
    color: rgba(20, 20, 20, 0.5);
    font-size: 12px;
    font-weight: 400;
    line-height: 140%;
}

.product-card__characteristics {
    margin-bottom: 20px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
}

.product-card__characteristics div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}

.product-card__characteristics div::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 3px;
    border-bottom: 1px dashed rgba(20, 20, 20, 0.18);
}

.product-card__characteristics div:not(:last-child) {
    margin-bottom: 9px;
}

.product-card__characteristics div p {
    color: rgba(20, 20, 20, 0.8);
    font-size: 14px;
    font-weight: 500;
    line-height: 140%;
    background: #fafafa;
    position: relative;
    z-index: 3;
}

.product-card__characteristics div p:first-child {
    padding-right: 8px;
}

.product-card__characteristics div p:last-child {
    padding-left: 8px;
}

.product-card__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 10px;
    margin-bottom: 10px;
}

.product-card__current {
    color: #141414;
    font-size: 18px;
    font-weight: 600;
    line-height: 140%;
}

.product-card__old {
    color: rgba(20, 20, 20, 0.5);
    font-size: 12px;
    font-weight: 500;
    line-height: 140%;
    text-decoration-line: line-through;
}

.product-card__buttons {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 52px;
    grid-template-columns: 1fr 50px;
    gap: 8px;
}

.product-card__favorite {
    width: 100%;
    height: 41px;
    background: #141414;
    border-radius: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid transparent;
}

.product-card__favorite svg {
    max-width: 24px;
}

.product-card__favorite svg path {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.product-card__favorite.active svg path {
    fill: #fafafa;
}

.sale {
    margin: 48px -10px 0 -10px;
}

.sale .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.sale__slide {
    padding: 0 10px;
    height: auto;
}

.find-cost {
    position: relative;
    min-height: 316px;
}

.find-cost::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(20, 20, 20, 0.85)), to(rgba(20, 20, 20, 0.85)));
    background: linear-gradient(0deg, rgba(20, 20, 20, 0.85) 0%, rgba(20, 20, 20, 0.85) 100%);
    z-index: 2;
}

.find-cost .container {
    height: 90vh;
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
    z-index: 3;
}

.find-cost__top {
    text-align: center;
    max-width: 820px;
    margin: 0px auto 40px auto;
}

.find-cost__title {
    color: #fafafa;
    font-size: 36px;
    font-weight: 400;
    line-height: 110%;
    margin-bottom: 30px;
}

.find-cost__text {
    color: #fafafa;
    font-size: 20px;
    font-weight: 300;
    line-height: 140%;
}

.find-cost__text span {
    opacity: 0.65;
}

.find-cost__nav {
    margin-bottom: 35px;
}

.find-cost__nav .slick-dots {
    margin: 0;
    gap: 28px;
}

.find-cost__nav .slick-dots li {
    width: 100% !important;
    border-radius: 9px;
    background: rgba(255, 255, 255, 0.15);
    height: 2px;
    pointer-events: none;
}

.find-cost__nav .slick-dots li.slick-active {
    background: #fff;
}

.find-cost__nav .slick-dots li button {
    display: none;
}

.find-cost__info {
    margin-bottom: 32px;
}

.find-cost__step {
    color: rgba(250, 250, 250, 0.5);
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.32px;
    margin-bottom: 7px;
}

.find-cost__question {
    color: #fafafa;
    font-size: 24px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.48px;
}

.find-cost__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px;
}

.find-cost__body.no-icon {
    flex-direction: column;
}

.find-cost__body.no-icon .find-cost__item {
    padding: 27px;
}

.find-cost__item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(20% - 15px);
    flex: 1 1 calc(20% - 15px);
    padding: 53px 27px 27px 27px;
    border-radius: 2px;
    border: 1px solid rgba(250, 250, 250, 0.05);
    background: rgba(255, 255, 255, 0.03);
    -webkit-backdrop-filter: blur(1.5px);
    backdrop-filter: blur(1.5px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    cursor: pointer;
}

.find-cost__item input {
    display: none;
}

.find-cost__item input:checked+.find-cost__name::before {
    content: "";
    border-color: #fff;
}

.find-cost__item input:checked+.find-cost__name::after {
    -webkit-transform: translateY(-50%) scale(0.7);
    -ms-transform: translateY(-50%) scale(0.7);
    transform: translateY(-50%) scale(0.7);
}

.find-cost__img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

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

.find-cost__name {
    color: #fafafa;
    font-size: 16px;
    font-weight: 600;
    line-height: 20%;
    position: relative;
    padding-left: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.find-cost__name::before {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 1px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.find-cost__name::after {
    content: "";
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='10' viewBox='0 0 12 10' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.3693 0.195265C11.7217 0.491285 11.7674 1.01694 11.4714 1.36934L4.47142 9.70266C4.31628 9.88735 4.08873 9.99576 3.84756 9.99988C3.6064 10.004 3.37528 9.90342 3.21392 9.72414L0.213928 6.39081C-0.0939536 6.04872 -0.0662217 5.52181 0.275869 5.21393C0.61796 4.90605 1.14487 4.93378 1.45275 5.27587L3.81165 7.89687L10.1952 0.297359C10.4913 -0.0550467 11.0169 -0.100756 11.3693 0.195265Z' fill='%2399242C'/%3E%3C/svg%3E");
    position: absolute;
    width: 12px;
    height: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%) scale(0);
    -ms-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    left: 1px;
    background: #fff;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.find-cost__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
    margin-top: 40px;
}

.find-cost__bottom .button {
    background: #fff;
    padding-left: 48px;
    padding-right: 48px;
    height: 40px;
    gap: 10px;
    border: 1px solid transparent;
}

.find-cost__bottom .button svg {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.find-cost__next {
    opacity: 0.8;
    pointer-events: none;
}

.find-cost__next.active {
    opacity: 1;
    pointer-events: all;
}

.find-cost__prev svg {
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
}

.find-cost__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 53px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
}

.find-cost__icon img {
    max-width: 205px;
    width: 100%;
}

.find-cost__modal {
    opacity: 0.8;
    pointer-events: none;
}

.find-cost__modal.active {
    opacity: 1;
    pointer-events: all;
}

.promotions-offers-slider {
    margin-top: 48px;
    /* height: 50vh; */
}

.promotions-offers-slider__img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

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

.promotions-offers-slider__item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 560px;
    overflow: hidden;
    border-radius: 2px;
}

.promotions-offers-slider__item::after {
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    left: 0;
    background: -webkit-gradient(linear, right top, left top, from(rgba(20, 20, 20, 0)), to(rgba(20, 20, 20, 0.8)));
    background: linear-gradient(270deg, rgba(20, 20, 20, 0) 0%, rgba(20, 20, 20, 0.8) 100%);
}

.promotions-offers-slider__item::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    border-radius: 2px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(20, 20, 20, 0.5)), to(rgba(20, 20, 20, 0.5)));
    background: linear-gradient(0deg, rgba(20, 20, 20, 0.5) 0%, rgba(20, 20, 20, 0.5) 100%);
}

.promotions-offers-slider__body {
    text-align: center;
    position: relative;
    z-index: 3;
    max-width: 830px;
    margin: 30px 20px;
    word-wrap: break-word;
}

.promotions-offers-slider__title {
    color: #fafafa;
    font-size: 54px;
    font-weight: 600;
    line-height: 110%;
    margin-bottom: 20px;
}

.promotions-offers-slider__text {
    color: rgba(250, 250, 250, 0.9);
    font-size: 26px;
    font-weight: 300;
    line-height: 133%;
    /* word-break: break-all; */
}

.promotions-offers-slider__btn {
    padding-left: 24px;
    padding-right: 24px;
    margin-top: 44px;
}

.main-video__item {
    height: 640px;
    border-radius: 2px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}

.main-video__btn {
    position: relative;
    z-index: 2;
}

.main-video__icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.main-video__text {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-animation: rotate 5s linear infinite;
    animation: rotate 5s linear infinite;
}

.main-video__img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

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

.main-video .head-row__title {
    /* text-align: center; */
    margin-bottom: 48px;
}

.main-reviews {
    margin-top: 48px;
    margin-left: -10px;
    margin-right: -10px;
}

.main-reviews .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.main-reviews__slide {
    padding: 0 10px;
    height: auto;
}

.main-reviews__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100%;
    padding: 32px;
    border-radius: 2px;
    border: 1px solid #dedede;
    background: #fafafa;
}

.main-reviews__info {
    margin-bottom: 15px;
}

.main-reviews__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}

.main-reviews__img {
    width: 48px;
    height: 48px;
}

.main-reviews__img img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
}

.main-reviews__name {
    color: #141414;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 8px;
}

.main-reviews__rang {
    color: #989898;
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
}

.main-reviews__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
}

.main-reviews__stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1px;
}

.main-reviews__stars svg path {
    fill: transparent;
    stroke: #fea64f;
}

.main-reviews__stars svg.active path {
    fill: #fea64f;
}

.main-reviews__date {
    color: #989898;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
}

.main-reviews__text {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 1005;
    flex: 1 1 1005;
    color: #141414;
    font-size: 18px;
    font-weight: 400;
    line-height: 155.556%;
}

.main-contacts {
    position: relative;
    overflow: hidden;
}

.main-contacts__map {
    width: 100%;
    height: 640px;
    margin-left: 178px;
    overflow: hidden;
    border-radius: 2px;
    position: relative;
}

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

.main-contacts__row {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 33px 36px 33px 0;
    border-radius: 2px;
    background: #fafafa;
    max-width: 410px;
    height: 560px;
    overflow: hidden;
}

.main-contacts__info {
    height: 100%;
    overflow-y: auto;
    max-height: 385px;
    padding-right: 16px;
    margin-right: -16px;
}

.main-contacts__info::-webkit-scrollbar {
    width: 8px;
}

.main-contacts__info::-webkit-scrollbar-track {
    border-radius: 2px;
    background: rgba(222, 222, 222, 0.5);
}

.main-contacts__info::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background: #c7c7c7;
}

.main-contacts__item {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(222, 222, 222, 0.21);
}

.main-contacts__title {
    color: #2e2e2e;
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 10px;
}

.main-contacts__phone {
    color: #2e2e2e;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 20px;
}

.main-contacts__phone a {
    color: #2e2e2e;
    text-decoration-line: underline;
    text-decoration-style: solid;
    -webkit-text-decoration-skip: ink;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.main-contacts__address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
}

.main-contacts__address svg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16px;
    flex: 0 0 16px;
}

.main-contacts .head-row__title {
    margin-bottom: 20px;
}

.breadcrumbs {
    margin-bottom: 38px;
    margin-top: 23px;
}

.breadcrumbs__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 16px;
    row-gap: 5px;
}

.breadcrumbs__item {
    color: rgba(20, 20, 20, 0.46);
    font-family: Manrope;
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.48px;
}

.breadcrumbs__item:not(:last-child) {
    position: relative;
}

.breadcrumbs__item:not(:last-child)::before {
    content: "/";
    position: absolute;
    top: 50%;
    right: -10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: rgba(20, 20, 20, 0.46);
    font-family: Manrope;
    font-size: 9px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.36px;
}

.breadcrumbs__item a {
    color: rgba(20, 20, 20, 0.46);
}

.breadcrumbs__info {
    margin-top: 46px;
}

.breadcrumbs__info h1 {
    color: #141414;
    font-size: 36px;
    font-weight: 500;
    line-height: 110%;
}

.breadcrumbs__img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

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

.breadcrumbs.bg {
    position: relative;
    margin-top: -80px;
    margin-bottom: 88px;
}

.breadcrumbs.bg .container {
    position: relative;
    z-index: 4;
    padding-top: 104px;
    padding-bottom: 100px;
    height: 100%;
    min-height: 800px;
    height: 100vh;
}

.breadcrumbs.bg::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, right top, from(rgba(16, 16, 16, 0.6)), to(rgba(16, 16, 16, 0)));
    background: linear-gradient(90deg, rgba(16, 16, 16, 0.6) 0%, rgba(16, 16, 16, 0) 100%);
    z-index: 2;
}

.breadcrumbs.bg::after {
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 3;
    background: -webkit-gradient(linear, left top, right top, from(rgba(16, 16, 16, 0.8)), to(rgba(16, 16, 16, 0)));
    background: linear-gradient(90deg, rgba(16, 16, 16, 0.8) 0%, rgba(16, 16, 16, 0) 100%);
}

.breadcrumbs.bg .breadcrumbs__info {
    margin-top: 11px;
}

.breadcrumbs.bg .breadcrumbs__info h1 {
    display: inline-block;
    white-space: nowrap;
    color: #fff;
    text-transform: uppercase;
    opacity: 0;
    line-height: 1;
    -webkit-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
    margin: 0;
}

.breadcrumbs.bg .breadcrumbs__info h1.show {
    opacity: 1;
}

.breadcrumbs.bg .breadcrumbs__item {
    color: rgba(255, 255, 255, 0.46);
}

.breadcrumbs.bg .breadcrumbs__item:not(:last-child) {
    position: relative;
}

.breadcrumbs.bg .breadcrumbs__item:not(:last-child)::before {
    color: rgba(255, 255, 255, 0.46);
}

.breadcrumbs.bg .breadcrumbs__item a {
    color: #fff;
    opacity: 0.46;
}

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

.about__slider {
    display: -ms-grid !important;
    display: grid !important;
}

.about__slider .slick-dots {
    position: absolute;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2;
    margin: 0;
}

.about__img {
    width: 100%;
    height: 530px;
    position: relative;
}

.about__img img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 2px;
    -o-object-fit: cover;
    object-fit: cover;
}

.about__title {
    color: #141414;
    font-size: 36px;
    font-weight: 500;
    line-height: 110%;
    margin-bottom: 36px;
}

.about__year {
    color: #141414;
    /* text-align: right; */
    font-size: 44px;
    font-weight: 400;
    line-height: 110%;
    text-transform: uppercase;
    margin-bottom: 46px;
    padding-bottom: 11px;
    border-bottom: 1px solid #141414;
    position: relative;
}

.about__year::before {
    /* content: ""; */
    position: absolute;
    width: 1px;
    height: 20px;
    bottom: 0;
    left: -1px;
    background: #141414;
}

.about__text {
    color: rgba(20, 20, 20, 0.8);
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 46px;
}

.about__text p:not(:last-child) {
    margin-bottom: 18px;
}

.about__btn {
    width: 100%;
    max-width: 267px;
}

.about-advantages {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[5];
    grid-template-columns: repeat(5, 1fr);
}

.about-advantages__item {
    border: 1px solid #d0d0d0;
    padding: 24px;
}

.about-advantages__item:not(:last-child) {
    border-right: none;
}

.about-advantages__icon {
    margin-bottom: 54px;
    border-radius: 2px;
    background: #f0f0f0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50px;
    height: 50px;
}

.about-advantages__icon svg,
.about-advantages__icon img {
    max-width: 34px;
}

.about-advantages__text {
    color: rgba(20, 20, 20, 0.8);
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
}

.about-advantages__logo {
    border: 1px solid #d0d0d0;
    border-right: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 24px;
}

.about-advantages__logo svg,
.about-advantages__logo img {
    max-width: 125px;
}

.about-video {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.about-video .main-video__item {
    height: 460px;
}

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

.about-diplomas__item img {
    max-width: 100%;
}

.promotions-top {
    margin-bottom: 20px;
}

.promotions-top .promotions-offers-slider__item {
    min-height: 530px;
}

.promotions-top .promotions-offers-slider__body {
    max-width: 1000px;
}

.promotions-list .promotions-offers-slider__item:not(:last-child) {
    margin-bottom: 22px;
}

.promotions-detail__top {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 456px;
    /* grid-template-columns: 1fr 456px; */
    gap: 36px;
    margin-bottom: 68px;
}

.promotions-detail__img {
    height: 422px;
    width: 100%;
    position: relative;
}

.promotions-detail__img img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 2px;
}

.promotions-detail__bottom {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 456px;
    grid-template-columns: 1fr 456px;
    gap: 36px;
}

.promotions-detail__btn {
    width: 100%;
    max-width: 195px;
    margin-top: 36px;
}

.promotions-detail__images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 14px;
}

.promotions-detail__images img {
    max-width: 100%;
    border-radius: 2px;
}

.contacts__map {
    border-radius: 2px;
    overflow: hidden;
    height: 560px;
    position: relative;
}

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

.contacts__scroll {
    margin-top: -57px;
}

.contacts__row {
    position: relative;
    z-index: 2;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}

.contacts__bottom .head-row__title {
    display: none;
}

.contacts__column {
    border-radius: 2px;
    background: #f4f4f4;
    padding: 20px 26px;
}

.contacts__item:not(:last-child) {
    margin-bottom: 14px;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(20, 20, 20, 0.08);
}

.contacts__title {
    color: #2e2e2e;
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 8px;
}

.contacts__phone {
    color: #2e2e2e;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 14px;
}

.contacts__phone a {
    color: #2e2e2e;
    text-decoration-line: underline;
    text-decoration-style: solid;
    -webkit-text-decoration-skip: ink;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.contacts__address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    color: #2e2e2e;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}

.contacts__address svg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16px;
    flex: 0 0 16px;
    margin-top: 5px;
}

.news-sections {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 38px;
}

.news-sections__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 1px;
    padding-left: 1px;
}

.news-sections__item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    border: 1px solid #dedede;
    padding: 15px 35px;
    color: rgba(20, 20, 20, 0.8);
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.32px;
    margin-top: -1px;
    margin-left: -1px;
    text-align: center;
}

.news-sections__item.active {
    font-weight: 700;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.news-sections.flex-multiline {
    display: block;
}

.news-sections.flex-multiline .news-search {
    margin-top: 12px;
}

.news-search {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-left: -1px;
}

.news-search form {
    position: relative;
}

.news-search form input {
    background: transparent;
    width: 100%;
    padding: 15px 55px;
    border: 1px solid #dedede;
    color: #141414;
    font-size: 16px;
    font-weight: 600;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.news-search form input::-webkit-input-placeholder {
    color: #bababa;
}

.news-search form input::-moz-placeholder {
    color: #bababa;
}

.news-search form input:-ms-input-placeholder {
    color: #bababa;
}

.news-search form input::-ms-input-placeholder {
    color: #bababa;
}

.news-search form input::placeholder {
    color: #bababa;
}

.news-search form input:focus {
    background: #141414;
    color: #fff;
    border-color: #141414;
}

.news-search form button {
    position: absolute;
    width: 14px;
    height: 14px;
    top: 50%;
    left: 35px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.news-search form button svg {
    max-width: 14px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.news-search form button svg path {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.news-promotions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
}

.news {
    margin-top: 48px;
}

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

.news__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
}

.news__img {
    position: relative;
    display: inline-block;
    min-height: 190px;
    overflow: hidden;
    border-radius: 2px;
}

.news__img img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.news__body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding: 20px;
    border-radius: 2px;
    border: 1px solid #dedede;
    -webkit-box-shadow: -2px 2px 40px 0 rgba(46, 46, 46, 0.02);
    box-shadow: -2px 2px 40px 0 rgba(46, 46, 46, 0.02);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.news__top {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding-bottom: 24px;
    margin-bottom: 20px;
    border-bottom: 1px solid #dedede;
}

.news__catagory {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    color: #fafafa;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.24px;
    /* border-radius: 88px; */
    background: #2e2e2e;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    padding: 4px 10px;
    margin-bottom: 12px;
}

.news__title {
    display: block;
    color: #141414;
    font-size: 18px;
    font-weight: 600;
    line-height: 140%;
    margin-bottom: 5px;
}

.news__text {
    color: rgba(20, 20, 20, 0.7);
    font-size: 14px;
    font-weight: 500;
    line-height: 140%;
}

.news__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
}

.news__date {
    color: rgba(20, 20, 20, 0.7);
    font-size: 14px;
    font-weight: 500;
    line-height: 140%;
}

.news__right {
    padding-left: 20px;
    border-left: 1px solid #dedede;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.news__like {
    color: rgba(20, 20, 20, 0.7);
    font-size: 14px;
    font-weight: 500;
    line-height: 140%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

.news__like svg {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    max-width: 18px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 18px;
    flex: 0 0 18px;
    opacity: 0.7;
}

.news__share {
    max-width: 18px;
    opacity: 0.7;
}

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

.projects__promotions {
    -ms-grid-column-span: 4;
    grid-column: span 4;
    margin: 96px 0;
}

.projects .news__img {
    min-height: 288px;
}

.projects .news__top {
    padding-bottom: 20px;
}

.news-detail {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 325px;
    grid-template-columns: 1fr 325px;
    gap: 36px;
}

.news-detail__left {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
}

.news-detail__category p {
    display: inline-block;
    color: #fafafa;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.28px;
    /* border-radius: 2px; */
    background: #2e2e2e;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    padding: 3px 10px;
}

.news-detail__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.news-detail__date {
    color: rgba(20, 20, 20, 0.7);
    font-size: 14px;
    font-weight: 500;
    line-height: 140%;
}

.news-detail__like {
    color: rgba(20, 20, 20, 0.7);
    font-size: 14px;
    font-weight: 500;
    line-height: 140%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    padding-left: 20px;
    margin-left: 20px;
    border-left: 1px solid #dedede;
}

.news-detail__like svg {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    max-width: 18px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 18px;
    flex: 0 0 18px;
    opacity: 0.7;
}

.news-detail__share {
    max-width: 18px;
    opacity: 0.7;
}

.news-detail__gallery {
    margin-top: 26px;
    -ms-grid-column-span: 2;
    grid-column: span 2;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
}

.news-detail__gallery a {
    position: relative;
    display: inline-block;
    height: auto;
}

.news-detail__gallery a img {
    //position: absolute;
max-width:100%;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 2px;
}

.news-detail__text {
    -ms-grid-column-span: 2;
    grid-column: span 2;
    margin-top: 36px;
}

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

.news-detail__contacts {
    border-radius: 2px;
    background: #f4f4f4;
    -webkit-box-shadow: -2px 2px 40px 0 rgba(46, 46, 46, 0.02);
    box-shadow: -2px 2px 40px 0 rgba(46, 46, 46, 0.02);
    padding: 23px 28px;
}

.news-detail__contacts p {
    color: #141414;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 20px;
}

.news-detail__contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 2px;
}

.news-detail__contact:not(:last-child) {
    margin-bottom: 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(20, 20, 20, 0.1);
}

.news-detail__contact p,
.news-detail__contact a {
    display: inline-block;
    color: #141414;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    margin: 0;
}

.news-detail__contact span {
    color: rgba(20, 20, 20, 0.8);
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
}

.news-detail__links {
    padding: 23px 28px;
    border-radius: 2px;
    background: #f4f4f4;
    -webkit-box-shadow: -2px 2px 40px 0 rgba(46, 46, 46, 0.02);
    box-shadow: -2px 2px 40px 0 rgba(46, 46, 46, 0.02);
    margin-bottom: 20px;
}

.news-detail__links p {
    color: #141414;
    font-size: 16px;
    font-weight: 600;
    line-height: 144%;
    margin-bottom: 20px;
}

.news-detail__links ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.news-detail__links ul li:not(:last-child) {
    margin-bottom: 10px;
}

.news-detail__links ul li a {
    color: rgba(20, 20, 20, 0.8);
    font-family: Manrope;
    font-size: 13px;
    font-weight: 500;
    line-height: 144%;
}

.news-detail__links ul li a span {
    color: rgb(20, 20, 20);
    opacity: 0.4;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.news-slider {
    margin: 0 -10px;
    margin-top: 50px;
    margin-bottom: 30px;
}

.news-slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.news-slider__slide {
    padding: 0 10px;
    height: auto;
}

.news-slider .news__item {
    height: 100%;
}

.cabinet {
    border-radius: 2px;
    background: #f4f4f4;
    -webkit-box-shadow: -2px 2px 40px 0 rgba(46, 46, 46, 0.02);
    box-shadow: -2px 2px 40px 0 rgba(46, 46, 46, 0.02);
    padding: 36px;
    max-width: 700px;
    margin: 70px auto 70px auto;
}

.cabinet__title {
    color: #141414;
    font-size: 36px;
    font-weight: 500;
    line-height: 110%;
    margin-bottom: 32px;
}

.cabinet__input {
    margin-bottom: 20px;
}

.cabinet__input input {
    width: 100%;
    border-radius: 2px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: #fafafa;
    padding: 12px 16px;
    height: 60px;
    color: #141414;
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    border: 1px solid transparent;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.cabinet__input input::-webkit-input-placeholder {
    color: #76787a;
    opacity: 0.5;
}

.cabinet__input input::-moz-placeholder {
    color: #76787a;
    opacity: 0.5;
}

.cabinet__input input:-ms-input-placeholder {
    color: #76787a;
    opacity: 0.5;
}

.cabinet__input input::-ms-input-placeholder {
    color: #76787a;
    opacity: 0.5;
}

.cabinet__input input::placeholder {
    color: #76787a;
    opacity: 0.5;
}

.cabinet__input input:focus {
    border-color: #141414;
}

.cabinet__bottom {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.cabinet__bottom .button {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
}

.cabinet__bottom .button.transparent {
    color: #141414;
    border: 1px solid rgba(20, 20, 20, 0.26);
}

.cabinet__info {
    color: #141414;
    font-family: Inter;
    font-size: 15px;
    font-weight: 400;
    line-height: 160%;
}

.faq__section {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 380px 1fr;
    grid-template-columns: 380px 1fr;
    gap: 20px;
}

.faq__section:not(:last-child) {
    margin-bottom: 68px;
}

.faq__title {
    color: #141414;
    font-size: 36px;
    font-weight: 500;
    line-height: 110%;
}

.faq__item {
    padding: 25px;
    border-radius: 2px;
    border: 1px solid #dedede;
}

.faq__item:not(:last-child) {
    margin-bottom: 18px;
}

.faq__item.open .faq__header svg {
    -webkit-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    transform: scaleY(-1);
}

.faq__item.no-header .faq__body {
    margin: 0;
    display: block !important;
}

.faq__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    color: #141414;
    font-size: 16px;
    font-weight: 600;
    line-height: 140%;
    cursor: pointer;
}

.faq__header svg {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.faq__body {
    display: none;
    margin-top: 25px;
}

.b2b {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.b2b__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100%;
    gap: 12px;
}

.b2b__slider {
    display: -ms-grid !important;
    display: grid !important;
    position: relative;
}

.b2b__slider .slick-list {
    border-radius: 2px;
}

.b2b__slider .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
    font-size: 0;
    width: 26px;
    height: 46px;
    background: rgb(43 41 41 / 48%);
    -webkit-backdrop-filter: blur(2.5px);
    /* backdrop-filter: blur(2.5px); */
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.b2b__slider .slick-arrow::before {
    content: "";
    position: absolute;
    width: 6px;
    height: 11px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #fff;
}

.b2b__slider .slick-prev {
    left: 0;
    border-radius: 0 66px 66px 0;
    border-top: 1px solid rgba(250, 250, 250, 0.34);
    border-bottom: 1px solid rgba(250, 250, 250, 0.34);
    border-right: 1px solid rgba(250, 250, 250, 0.34);
}

.b2b__slider .slick-prev::before {
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='11' viewBox='0 0 6 11' fill='none'%3E%3Cpath d='M5 1.37109L0.992501 5.74681L5 10.1211' stroke='white' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
    left: 8px;
}

.b2b__slider .slick-next {
    right: 0;
    border-radius: 66px 0 0 66px;
    border-top: 1px solid rgba(250, 250, 250, 0.34);
    border-bottom: 1px solid rgba(250, 250, 250, 0.34);
    border-left: 1px solid rgba(250, 250, 250, 0.34);
}

.b2b__slider .slick-next::before {
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='11' viewBox='0 0 6 11' fill='none'%3E%3Cpath d='M1 9.62891L5.0075 5.25319L1 0.878906' stroke='white' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
    right: 8px;
}

.b2b__slider .slick-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2;
}

.b2b__slider .slick-dots li {
    background: #fff;
}

.b2b__slider .slick-dots li.slick-active {
    background: #141414;
}

.b2b__img {
    height: 100%;
    position: relative;
    min-height: 288px;
}

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

.b2b__body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 10px;
    padding: 20px;
    border-radius: 2px;
    border: 1px solid #dedede;
    -webkit-box-shadow: -2px 2px 40px 0 rgba(46, 46, 46, 0.02);
    box-shadow: -2px 2px 40px 0 rgba(46, 46, 46, 0.02);
}

.b2b__title {
    display: inline-block;
    color: #141414;
    font-size: 18px;
    font-weight: 600;
    line-height: 140%;
}

.b2b__text {
    color: rgba(20, 20, 20, 0.8);
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
}

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

.catalog-sections__item {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 37px 48px;
    min-height: 280px;
    border-radius: 2px;
    position: relative;
}

.catalog-sections__item:nth-child(1),
.catalog-sections__item:nth-child(2) {
    -ms-grid-column-span: 2;
    grid-column: span 2;
    min-height: 410px;
}

.catalog-sections__itemNZ:nth-child(1),
.catalog-sections__itemNZ:nth-child(2) {
    -ms-grid-column-span: 1;
    grid-column: span 1;
    min-height: 210px;
}

.catalog-sections__item::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, right top, from(rgba(16, 16, 16, 0.88)), to(rgba(16, 16, 16, 0)));
    background: linear-gradient(90deg, rgba(16, 16, 16, 0.88) 0%, rgba(16, 16, 16, 0) 100%);
    z-index: 2;
}

.catalog-sections__img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.catalog-sections__bottom {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    z-index: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
}

.catalog-sections__title {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    line-height: 140%;
}

.catalog-sections__arrow {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid rgba(250, 250, 250, 0.34);
    background: rgba(250, 250, 250, 0.12);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.catalog-sections__arrow svg {
    max-width: 16px;
}

.catalog__top {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 325px 1fr;
    grid-template-columns: 325px 1fr;
    gap: 20px;
    margin-bottom: 48px;
}

.catalog__title {
    color: #141414;
    font-size: 36px;
    font-weight: 500;
    line-height: 110%;
}

.catalog__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 24px;
    padding-left: 118px;
}

.catalog__body {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 325px 1fr;
    grid-template-columns: 325px 1fr;
    gap: 20px;
}

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

.catalog__filter.open {
    left: 0;
}

.catalog-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 8;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background: rgba(20, 20, 20, 0.55);
}

.catalog-overlay.open {
    opacity: 1;
    visibility: visible;
}

.catalog-sort {
    position: relative;
}

.catalog-sort__btn {
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    color: rgba(20, 20, 20, 0.8);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    font-size: 16px;
    font-weight: 500;
    line-height: 140%;
}

.catalog-sort__btn svg {
    opacity: 0.8;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.catalog-sort__btn.open {
    color: rgb(20, 20, 20);
}

.catalog-sort__btn.open svg {
    opacity: 1;
}

.catalog-sort__btn.open .catalog-sort__arrow svg {
    -webkit-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    transform: scaleY(-1);
}

.catalog-sort__list {
    width: 100%;
    left: 0;
    top: 30px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    position: absolute;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-box-shadow: 0px 6px 20px 0px rgba(5, 13, 18, 0.08);
    box-shadow: 0px 6px 20px 0px rgba(5, 13, 18, 0.08);
    padding: 20px;
    border-radius: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
    color: #141414;
    font-size: 14px;
    font-weight: 400;
    line-height: 144%;
    z-index: 10;
    background: #fff;
    max-width: 210px;
    min-width: 200px;
}

.catalog-sort__list a {
    display: inline-block;
    color: #141414;
}

.catalog-sort__list span {
    opacity: 0.7;
}

.catalog-sort__list.open {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.catalog-sort__icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 20px;
    height: 20px;
}

.catalog-sort__arrow {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    margin-left: 12px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.catalog-search {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.catalog-search__form {
    position: relative;
}

.catalog-search__input {
    width: 100%;
    height: 40px;
    border-radius: 2px;
    border: 1px solid #dedede;
    padding: 0 32px;
    color: #141414;
    font-size: 14px;
    font-weight: 600;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.catalog-search__input:focus {
    border-color: #141414;
}

.catalog-search__input::-webkit-input-placeholder {
    color: #bababa;
}

.catalog-search__input::-moz-placeholder {
    color: #bababa;
}

.catalog-search__input:-ms-input-placeholder {
    color: #bababa;
}

.catalog-search__input::-ms-input-placeholder {
    color: #bababa;
}

.catalog-search__input::placeholder {
    color: #bababa;
}

.catalog-search__btn {
    position: absolute;
    width: 12px;
    height: 12px;
    top: 50%;
    left: 14px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.catalog-search__btn svg {
    max-width: 12px;
}

.catalog-search__btn svg path {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.catalog-search__clear {
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    right: 14px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.catalog-search__clear svg {
    max-width: 10px;
}

.catalog-search__clear.active {
    opacity: 1;
    visibility: visible;
}

.catalog-btn-mobile {
    display: none;
    color: rgba(20, 20, 20, 0.8);
    font-size: 16px;
    font-weight: 500;
}

.catalog-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 48px;
}

.catalog-filter__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 36px;
    padding: 5px 16px;
    /* border-radius: 88px; */
    background: #141414;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    gap: 3px;
}

.catalog-filter__name {
    color: #fafafa;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.28px;
}

.catalog-filter__items {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 22px;
}

.catalog-filter__item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    color: rgba(250, 250, 250, 0.8);
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.28px;
}

.catalog-filter__item:not(:last-child) {
    position: relative;
}

.catalog-filter__item:not(:last-child)::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 16px;
    top: 50%;
    right: -11px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: rgba(250, 250, 250, 0.3);
}

.catalog-filter__close {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16px;
    flex: 0 0 16px;
    width: 16px;
    height: 16px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.bx-filter {
    padding: 28px;
    border-radius: 2px;
    background: #f4f4f4;
    -webkit-box-shadow: -2px 2px 40px 0 rgba(46, 46, 46, 0.02);
    box-shadow: -2px 2px 40px 0 rgba(46, 46, 46, 0.02);
}

.bx-filter .bx-filter-close {
    display: none;
}

.bx-filter .bx-filter-properties {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    /* gap: 37px; */
}

.bx-filter .bx-filter-price-box {
    /* width: 100%; */
}

.bx-filter .bx-filter-parameters-box-hint,
.bx-filter .price-title {
    color: #141414;
    font-size: 16px;
    font-weight: 600;
    line-height: 144%;
    margin-bottom: 26px;
    display: inline-block;
}

.bx-filter .price-filter-block {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    width: 100%;
}

.bx-filter .price-input-block input {
    border-radius: 2px;
    background: rgba(222, 222, 222, 0.48);
    width: 100%;
    height: 38px;
    padding: 11px;
    border: 1px solid transparent;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    color: #141414;
    font-size: 13px;
    font-weight: 400;
    line-height: 144%;
}

.bx-filter .price-input-block input:focus {
    border-color: #141414;
}

.bx-filter .price-input-block input::-webkit-input-placeholder {
    color: rgba(20, 20, 20, 0.22);
}

.bx-filter .price-input-block input::-moz-placeholder {
    color: rgba(20, 20, 20, 0.22);
}

.bx-filter .price-input-block input:-ms-input-placeholder {
    color: rgba(20, 20, 20, 0.22);
}

.bx-filter .price-input-block input::-ms-input-placeholder {
    color: rgba(20, 20, 20, 0.22);
}

.bx-filter .price-input-block input::placeholder {
    color: rgba(20, 20, 20, 0.22);
}

.bx-filter .price-input-block-text {
    color: rgba(20, 20, 20, 0.8);
    font-size: 13px;
    font-weight: 400;
    line-height: 144%;
    margin-bottom: 6px;
}

.bx-filter .bx-ui-slider-track-container {
    /* margin-top: 17px; */
    /* margin-bottom: 4px; */
}

.bx-filter .bx-ui-slider-track {
    /* position: relative; */
    /* height: 2px; */
    /* background: #9a9a9a; */
}

.bx-filter .bx-ui-slider-pricebar-v {
    position: absolute;
    top: 0;
    height: 100%;
    background: #141414;
}

.bx-filter .bx-ui-slider-handle {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid #141414;
    position: absolute;
    top: -4px;
    background: #f4f4f4;
}

.bx-filter .filter-checkbox-all {
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    margin-top: 18px;
}

.bx-filter .filter-checkbox-all.open .filter-checkbox-all-text span:first-child {
    opacity: 0;
}

.bx-filter .filter-checkbox-all.open .filter-checkbox-all-text span:last-child {
    opacity: 1;
}

.bx-filter .filter-checkbox-all-arrow {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20px;
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.bx-filter .filter-checkbox-all-arrow svg {
    max-width: 100%;
}

.bx-filter .filter-checkbox-all-text {
    color: rgba(20, 20, 20, 0.8);
    font-size: 13px;
    font-weight: 500;
    line-height: 140%;
    position: relative;
}

.bx-filter .filter-checkbox-all-text span {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.bx-filter .filter-checkbox-all-text span:last-child {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
}

.bx-filter .filter-checkbox {
    min-height: 22px;
}

.bx-filter .filter-checkbox:not(:last-child) {
    margin-bottom: 10px;
}

.bx-filter .bx-filter-param-label {
    display: inline-block;
    cursor: pointer;
}

.bx-filter .bx-filter-input-checkbox {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    color: rgba(20, 20, 20, 0.8);
    font-size: 13px;
    font-weight: 500;
    line-height: 144%;
}

.bx-filter .bx-filter-input-checkbox input {
    display: none;
}

.bx-filter .bx-filter-input-checkbox input:checked+span::before {
    background: #141414;
}

.bx-filter .bx-filter-input-checkbox input:checked+span::after {
    opacity: 1;
}

.bx-filter .bx-filter-param-text {
    display: inline-block;
    position: relative;
    padding-left: 32px;
}

.bx-filter .bx-filter-param-text::before {
    content: "";
    position: absolute;
    width: 22px;
    height: 22px;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 2px;
    background: rgba(222, 222, 222, 0.48);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.bx-filter .bx-filter-param-text::after {
    content: "";
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M4.66797 7.91876C5.2956 8.37521 6.55085 9.63047 7.06437 10.4863C7.69199 9.11696 9.28959 6.03587 11.0013 4.6665' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    position: absolute;
    width: 16px;
    height: 16px;
    top: 50%;
    left: 3px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    background: #fff;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.bx-filter .bx-filter-param-count {
    color: rgba(20, 20, 20, 0.4);
}

.bx-filter .bx-filter-button-box {
    display: none;
}

.bx-filter .filter-checkbox-block-hidden {
    display: none;
    margin-top: 18px;
}

.catalog-detail__row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 456px;
    grid-template-columns: 1fr 456px;
    gap: 36px;
}

.catalog-detail__row:not(:last-child) {
    margin-bottom: 68px;
}

.catalog-detail__left {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 110px 1fr;
    grid-template-columns: 110px 1fr;
    gap: 8px;
    overflow: hidden;
}

.catalog-detail__article {
    color: rgba(20, 20, 20, 0.5);
    font-size: 12px;
    font-weight: 400;
    line-height: 100%;
    margin-bottom: 6px;
}

.catalog-detail__title {
    color: #141414;
    font-size: 36px;
    font-weight: 600;
    line-height: 100%;
    margin-bottom: 23px;
}

.catalog-detail__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 37px;
}

.catalog-detail__current {
    color: #141414;
    font-size: 22px;
    font-weight: 600;
    line-height: 100%;
}

.catalog-detail__old {
    color: rgba(20, 20, 20, 0.5);
    font-size: 14px;
    font-weight: 500;
    line-height: 100%;
    text-decoration-line: line-through;
}

.catalog-detail__buttons {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 52px;
    grid-template-columns: 1fr 52px;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
    row-gap: 16px;
    margin-bottom: 36px;
}

.catalog-detail__order {
    height: 52px;
}

.catalog-detail__favorite {
    height: 52px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 2px;
    background: #141414;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border: 1px solid transparent;
}

.catalog-detail__favorite svg {
    max-width: 24px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.catalog-detail__favorite svg path {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.catalog-detail__favorite.active svg path {
    fill: #fff;
}

.catalog-detail__calc {
    height: 52px;
    -ms-grid-column-span: 2;
    grid-column: span 2;
}

.catalog-detail__tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 1px;
    margin-top: 1px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 36px;
}

.catalog-detail__tabs a {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    white-space: nowrap;
    padding: 5px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    color: rgba(20, 20, 20, 0.8);
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.32px;
    height: 72px;
    border: 1px solid #dedede;
    margin-left: -1px;
    margin-top: -1px;
}

.catalog-detail__tabs a.active {
    color: #fff;
    background: #141414;
    border-color: #141414;
}

.catalog-detail__column {
    display: none;
}

.catalog-detail__column.active {
    -webkit-animation: opacity 0.5s ease;
    animation: opacity 0.5s ease;
    display: block;
}

.catalog-detail__column .catalog-detail-characteristics {
    margin-bottom: 27px;
}

.catalog-detail__column .catalog-detail-characteristics__item:not(:last-child) {
    margin-bottom: 12px;
}

.catalog-detail__images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 14px;
}

.catalog-detail__images a {
    display: inline-block;
    width: 100%;
    height: 320px;
    position: relative;
}

.catalog-detail__images a img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 2px;
}

.catalog-detail-slider-small {
    display: -ms-grid;
    display: grid;
    margin: -4px 0;
    position: relative;
}


.catalog-detail-slider-small__slide {
    padding: 4px 0;
}

.catalog-detail-slider-small__img {
    display: block;
    position: relative;
    height: 119px;
}

.catalog-detail-slider-small__img img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 2px;
}

.catalog-detail-slider {
    display: -ms-grid;
    display: grid;
}

.catalog-detail-slider__img {
    display: block;
    height: 500px;
    position: relative;
}

.catalog-detail-slider__img img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 2px;
}

.catalog-detail-characteristics__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
    position: relative;
    color: rgba(20, 20, 20, 0.8);
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
}

.catalog-detail-characteristics__item:not(:last-child) {
    margin-bottom: 10px;
}

.catalog-detail-characteristics__item::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 4px;
    left: 0;
    border-bottom: 1px dashed #d1d1d1;
}

.catalog-detail-characteristics__name {
    font-weight: 500;
    padding-right: 8px;
    background: #fafafa;
    position: relative;
    z-index: 2;
}

.catalog-detail-characteristics__value {
    padding-left: 8px;
    background: #fafafa;
    position: relative;
    z-index: 2;
    text-align: right;
}

.catalog-detail-reviews__top {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
}

.catalog-detail-reviews__top h3 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    margin-bottom: 8px;
}

.catalog-detail-reviews__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
}

.catalog-detail-reviews__rating {
    color: #141414;
    font-size: 24px;
    font-weight: 600;
    line-height: 140%;
}

.catalog-detail-reviews__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 40px;
    position: relative;
}

.catalog-detail-reviews__row::before {
    content: "/";
    position: absolute;
    color: rgba(20, 20, 20, 0.46);
    font-size: 15px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.6px;
    top: 50%;
    left: 132px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.catalog-detail-reviews__stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 2px;
}

.catalog-detail-reviews__stars label {
    max-width: 22px;
}

.catalog-detail-reviews__stars label path {
    stroke: #fea64f;
}

.catalog-detail-reviews__count {
    color: #989898;
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
}

.catalog-detail-reviews__item:not(:last-child) {
    margin-bottom: 28px;
}

.catalog-detail-reviews__profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}

.catalog-detail-reviews__photo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48px;
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    position: relative;
}

.catalog-detail-reviews__photo img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
}

.catalog-detail-reviews__name {
    color: #141414;
    font-size: 16px;
    font-weight: 500;
    line-height: 100%;
    margin-bottom: 5px;
}

.catalog-detail-reviews__level {
    color: #989898;
    font-size: 13px;
    font-weight: 400;
    line-height: 100%;
}

.catalog-detail-reviews__center {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}

.catalog-detail-reviews__center svg {
    max-width: 16px;
}

.catalog-detail-reviews__center svg path {
    stroke: #fea64f;
}

.catalog-detail-reviews__center svg.active {
    fill: #fea64f;
}

.catalog-detail-reviews__evaluation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 2px;
}

.catalog-detail-reviews__date {
    color: #989898;
    font-size: 14px;
    font-weight: 400;
    line-height: 100%;
}

.catalog-detail-reviews__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 20px;
}

.catalog-detail-reviews__img a {
    display: inline-block;
    width: 60px;
    height: 60px;
    position: relative;
}

.catalog-detail-reviews__img a img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 2px;
}

.catalog-detail-reviews__text {
    color: #141414;
    font-size: 18px;
    font-weight: 400;
    line-height: 155.556%;
}

.personal-cabinet {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 307px 1fr;
    grid-template-columns: 307px 1fr;
    gap: 38px;
    margin-bottom: 140px;
}

.personal-cabinet__nav {
    padding: 40px;
    border-radius: 2px;
    background: #f4f4f4;
    -webkit-box-shadow: -2px 2px 40px 0 rgba(46, 46, 46, 0.02);
    box-shadow: -2px 2px 40px 0 rgba(46, 46, 46, 0.02);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.personal-cabinet__link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0.5;
    gap: 12px;
    color: #141414;
    font-size: 16px;
    font-weight: 600;
    line-height: 110%;
    margin-bottom: 34px;
}

.personal-cabinet__link.active {
    opacity: 1;
}

.personal-cabinet__link.exit {
    opacity: 1;
    margin-top: 34px;
    margin-bottom: 0;
    position: relative;
}

.personal-cabinet__link.exit::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    top: -34px;
    left: 0;
    background: rgba(20, 20, 20, 0.12);
}

.personal-cabinet__icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20px;
    flex: 0 0 20px;
    height: 20px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.personal-cabinet__icon svg {
    max-width: 20px;
    max-height: 20px;
}

.personal-cabinet__data {
    padding: 40px;
    border-radius: 2px;
    background: #f4f4f4;
    -webkit-box-shadow: -2px 2px 40px 0 rgba(46, 46, 46, 0.02);
    box-shadow: -2px 2px 40px 0 rgba(46, 46, 46, 0.02);
}

.personal-cabinet__title {
    color: #141414;
    font-size: 26px;
    font-weight: 500;
    line-height: 110%;
    margin-bottom: 32px;
}

.personal-cabinet__form {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 17px;
    -moz-column-gap: 17px;
    column-gap: 17px;
    row-gap: 16px;
}

.personal-cabinet__field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 2px;
    background: #fafafa;
    padding: 8px 8px 8px 16px;
    position: relative;
    height: 67px;
    border: 1px solid transparent;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.personal-cabinet__field:last-child {
    -ms-grid-column-span: 2;
    grid-column: span 2;
}

.personal-cabinet__field.focus {
    border-color: #141414;
}

.personal-cabinet__label {
    opacity: 0.7;
    color: #76787a;
    font-family: Inter;
    font-size: 12px;
    font-weight: 400;
    line-height: 100%;
    display: block;
    margin-bottom: 7px;
}

.personal-cabinet__input {
    width: 100%;
    color: #141414;
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    line-height: 100%;
    background: transparent;
    padding-right: 70px;
}

.personal-cabinet__input::-webkit-input-placeholder {
    color: rgba(20, 20, 20, 0.7);
}

.personal-cabinet__input::-moz-placeholder {
    color: rgba(20, 20, 20, 0.7);
}

.personal-cabinet__input:-ms-input-placeholder {
    color: rgba(20, 20, 20, 0.7);
}

.personal-cabinet__input::-ms-input-placeholder {
    color: rgba(20, 20, 20, 0.7);
}

.personal-cabinet__input::placeholder {
    color: rgba(20, 20, 20, 0.7);
}

.personal-cabinet__edit {
    position: absolute;
    width: 51px;
    height: 51px;
    top: 50%;
    right: 8px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 2px;
    background: rgba(20, 20, 20, 0.05);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.personal-cabinet__edit svg {
    max-width: 18px;
}

.personal-cabinet__edit svg path {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.personal-cabinet__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 38px;
}

.personal-cabinet__top .personal-cabinet__title {
    margin-bottom: 0;
}

.personal-cabinet__top .catalog-sort__list {
    right: 0;
    left: auto;
}

.personal-cabinet-contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
}

.personal-cabinet-contacts__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 10px;
    padding: 8px 8px 8px 16px;
    border-radius: 2px;
    background: #fafafa;
}

.personal-cabinet-contacts__date {
    color: #76787a;
    font-family: Inter;
    font-size: 12px;
    font-weight: 400;
    line-height: 100%;
    opacity: 0.7;
    margin-bottom: 9px;
}

.personal-cabinet-contacts__name {
    color: #141414;
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
}

.personal-cabinet-contacts__btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    gap: 8px;
    height: 51px;
    color: #141414;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    padding: 16px;
    border-radius: 2px;
    background: rgba(20, 20, 20, 0.05);
}

.personal-cabinet-contacts__icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20px;
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.personal-cabinet-contacts__icon svg {
    max-width: 15px;
}

.personal-cabinet-contacts__icon svg path {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.personal-cabinet-favourites {
    margin-bottom: 140px;
}

.personal-cabinet-favourites__top {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 10px;
}

.personal-cabinet-favourites__count {
    color: rgba(20, 20, 20, 0.8);
    font-size: 16px;
    font-weight: 600;
    line-height: 140%;
}

.personal-cabinet-favourites__body {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.personal-cabinet-favourites__right {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 40px;
}

.personal-cabinet-favourites__message {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 6px 8px;
    border-radius: 2px;
    background: #2e2e2e;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    color: #fafafa;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.28px;
    gap: 8px;
}

.personal-cabinet-favourites__message p {
    margin: 0;
    padding: 0;
}

.personal-cabinet-favourites__message svg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20px;
    flex: 0 0 20px;
}

.personal-cabinet-favourites.not-auth .personal-cabinet-favourites__body {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
}

.personal-order-history__item {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 393px;
    grid-template-columns: 1fr 393px;
    gap: 20px;
    padding: 30px 40px 30px 30px;
    border-radius: 2px;
    background: #fafafa;
}

.personal-order-history__item:not(:last-child) {
    margin-bottom: 16px;
}

.personal-order-history__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 32px;
}

.personal-order-history__name {
    color: #141414;
    font-family: Inter;
    font-size: 18px;
    font-weight: 500;
    line-height: 160%;
    margin-bottom: 2px;
}

.personal-order-history__date {
    color: #76787a;
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 160%;
    opacity: 0.7;
}

.personal-order-history__images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
}

.personal-order-history__images img {
    width: 52px;
    height: 52px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 2px;
}

.personal-order-history__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 40px;
}

.personal-order-history__price {
    text-align: right;
    color: #141414;
    font-family: Inter;
    font-size: 20px;
    font-weight: 500;
    line-height: 160%;
    margin-top: 10px;
}

.personal-order-history__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 14px;
}

.personal-order-history__buttons .button {
    padding: 5px 28px;
    width: 100%;
}

.personal-order-history__detail {
    max-width: 178px;
}

.personal-order-history__question {
    background: transparent;
    border-color: #141414 !important;
}

.personal-track-order__info {
    color: rgba(20, 20, 20, 0.8);
    font-size: 16px;
    font-weight: 500;
    line-height: 140%;
}

.personal-track-order__form {
    margin-top: 20px;
    position: relative;
}

.personal-track-order__input {
    width: 100%;
    height: 67px;
    border-radius: 2px;
    background: #fafafa;
    color: #141414;
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 160%;
    padding-left: 16px;
    padding-right: 144px;
}

.personal-track-order__input::-webkit-input-placeholder {
    opacity: 0.7;
}

.personal-track-order__input::-moz-placeholder {
    opacity: 0.7;
}

.personal-track-order__input:-ms-input-placeholder {
    opacity: 0.7;
}

.personal-track-order__input::-ms-input-placeholder {
    opacity: 0.7;
}

.personal-track-order__input::placeholder {
    opacity: 0.7;
}

.personal-track-order__btn {
    position: absolute;
    top: 50%;
    right: 8px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 136px;
    gap: 8px;
    font-weight: 600;
    font-size: 14px;
    border-radius: 2px;
    background: rgba(20, 20, 20, 0.05);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.personal-track-order__btn svg {
    max-width: 20px;
}

.personal-track-order__btn svg path {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.pesonal-gratitude {
    margin: 230px 0 350px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 38px;
    text-align: center;
}

.pesonal-gratitude__title {
    color: #141414;
    font-size: 36px;
    font-weight: 500;
    line-height: 110%;
}

.pesonal-gratitude__btn {
    padding-left: 32px;
    padding-right: 32px;
}

.personal-cabinet-order-detail {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 400px;
    grid-template-columns: 1fr 400px;
    gap: 38px;
    margin-bottom: 140px;
}

.personal-cabinet-order-detail__wrapper {
    padding: 40px;
    border-radius: 2px;
    background: #f4f4f4;
    -webkit-box-shadow: -2px 2px 40px 0 rgba(46, 46, 46, 0.02);
    box-shadow: -2px 2px 40px 0 rgba(46, 46, 46, 0.02);
}

.personal-cabinet-order-detail__wrapper .personal-cabinet__title {
    margin-bottom: 0;
}

.personal-cabinet-order-detail__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 38px;
    padding-bottom: 34px;
    border-bottom: 1px solid rgba(20, 20, 20, 0.1);
}

.personal-cabinet-order-detail__count {
    color: #141414;
    font-family: Manrope;
    font-size: 16px;
    font-weight: 700;
    line-height: 140%;
}

.personal-cabinet-order-detail__item {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 188px;
    grid-template-columns: 1fr 188px;
    gap: 10px;
}

.personal-cabinet-order-detail__item:not(:last-child) {
    padding-bottom: 34px;
    margin-bottom: 34px;
    border-bottom: 1px solid rgba(20, 20, 20, 0.1);
}

.personal-cabinet-order-detail__info {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 90px 1fr;
    grid-template-columns: 90px 1fr;
    gap: 16px;
}

.personal-cabinet-order-detail__img {
    width: 90px;
    height: 90px;
    position: relative;
    display: block;
}

.personal-cabinet-order-detail__img img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 2px;
}

.personal-cabinet-order-detail__center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 10px;
}

.personal-cabinet-order-detail__article {
    color: #76787a;
    font-family: Inter;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    opacity: 0.7;
    margin-bottom: 2px;
}

.personal-cabinet-order-detail__name {
    color: #141414;
    font-size: 18px;
    font-weight: 600;
    line-height: 140%;
}

.personal-cabinet-order-detail__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 10px;
}

.personal-cabinet-order-detail__curent {
    color: #141414;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
}

.personal-cabinet-order-detail__old {
    color: rgba(20, 20, 20, 0.5);
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
    text-decoration-line: line-through;
}

.personal-cabinet-order-detail__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.personal-cabinet-order-detail__buttons .button {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.personal-cabinet-order-detail__bottom {
    padding-top: 38px;
    margin-top: 34px;
    border-top: 1px solid rgba(20, 20, 20, 0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.personal-cabinet-order-detail__back {
    color: #141414;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.32px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
}

.personal-cabinet-order-detail__back svg {
    max-width: 11px;
}

.personal-cabinet-order-detail__right .personal-cabinet__title {
    margin-bottom: 38px;
    padding-bottom: 38px;
    border-bottom: 1px solid rgba(20, 20, 20, 0.1);
}

.personal-cabinet-order-detail__right .personal-cabinet-order-detail__item {
    display: block;
}

.personal-cabinet-order-detail__right .personal-cabinet-order-detail__item:not(:last-child) {
    margin-bottom: 20px;
    padding: 0;
    border: none;
}

.personal-cabinet-order-detail__data {
    padding-bottom: 38px;
    margin-bottom: 38px;
    border-bottom: 1px solid rgba(20, 20, 20, 0.1);
}

.personal-cabinet-order-detail__subtitle {
    color: #76787a;
    font-family: Inter;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 4px;
}

.personal-cabinet-order-detail__number {
    color: #141414;
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    line-height: 160%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
    position: relative;
}

.personal-cabinet-order-detail__copy {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 18px;
    flex: 0 0 18px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.personal-cabinet-order-detail__copy.no-active {
    pointer-events: none;
    opacity: 0.7;
}

.personal-cabinet-order-detail__text {
    color: #141414;
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    line-height: 130%;
}

.personal-cabinet-order-detail__line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 10px;
    color: #141414;
    font-size: 16px;
    line-height: 140%;
    font-weight: 400;
}

.personal-cabinet-order-detail__line:not(:last-child) {
    margin-bottom: 20px;
}

.personal-cabinet-order-detail__line span {
    display: inline-block;
}

.personal-cabinet-order-detail__line p {
    font-weight: 500;
}

.personal-cabinet-order-detail__total {
    color: #141414;
    font-size: 18px;
    font-weight: 700;
    line-height: 140%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.personal-cabinet-order-detail__copied {
    position: absolute;
    top: -30px;
    left: 0;
    height: auto;
    background: #141414;
    color: #fff;
    border-radius: 2px;
    padding: 8px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    font-size: 12px;
    white-space: nowrap;
    line-height: 1;
    z-index: 2;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    opacity: 0;
    visibility: hidden;
}

.personal-cabinet-order-detail__copied.active {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.personal-cabinet-feedback {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 325px;
    grid-template-columns: 1fr 325px;
    gap: 38px;
    margin-bottom: 140px;
}

.personal-cabinet-feedback__form {
    padding: 40px;
    border-radius: 2px;
    background: #f4f4f4;
    -webkit-box-shadow: -2px 2px 40px 0 rgba(46, 46, 46, 0.02);
    box-shadow: -2px 2px 40px 0 rgba(46, 46, 46, 0.02);
}

.personal-cabinet-feedback__stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 30px;
}

.personal-cabinet-feedback__stars label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 24px;
    height: 22px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
}

.personal-cabinet-feedback__stars label svg {
    max-width: 22px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.personal-cabinet-feedback__stars label svg path {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.personal-cabinet-feedback__stars input {
    display: none;
}

.personal-cabinet-feedback__stars input:checked svg,
.personal-cabinet-feedback__stars input:checked~label svg {
    fill: #fea64f;
}

.personal-cabinet-feedback__stars input:checked svg path,
.personal-cabinet-feedback__stars input:checked~label svg path {
    stroke: #fea64f;
}

.personal-cabinet-feedback__stars label:hover svg,
.personal-cabinet-feedback__stars label:hover~label svg,
.personal-cabinet-feedback__stars label:checked~label:hover svg {
    fill: #fea64f;
}

.personal-cabinet-feedback__stars label:hover svg path,
.personal-cabinet-feedback__stars label:hover~label svg path,
.personal-cabinet-feedback__stars label:checked~label:hover svg path {
    stroke: #fea64f;
}

.personal-cabinet-feedback__row {
    margin-bottom: 30px;
}

.personal-cabinet-feedback__field {
    border-radius: 2px;
    background: #fafafa;
    padding: 16px;
    position: relative;
    border: 1px solid transparent;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.personal-cabinet-feedback__field:not(:last-child) {
    margin-bottom: 16px;
}

.personal-cabinet-feedback__field.focus {
    border-color: #141414;
}

.personal-cabinet-feedback__label {
    color: #76787a;
    font-family: Inter;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    opacity: 0.7;
}

.personal-cabinet-feedback__input {
    background: transparent;
    color: #141414;
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    width: 100%;
    padding-right: 20px;
}

.personal-cabinet-feedback__close {
    position: absolute;
    width: 12px;
    height: 12px;
    bottom: 16px;
    right: 16px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
}

.personal-cabinet-feedback__close svg {
    max-width: 12px;
}

.personal-cabinet-feedback__close.active {
    opacity: 1;
    visibility: visible;
}

.personal-cabinet-feedback__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}

.personal-cabinet-feedback__images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    max-width: 365px;
}

.personal-cabinet-feedback__images.wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.personal-cabinet-feedback__add {
    border-radius: 2px;
    background: #bababa;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 52px;
    flex: 0 0 52px;
    width: 52px;
    height: 52px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.personal-cabinet-feedback__add svg {
    max-width: 18px;
}

.personal-cabinet-feedback__text {
    margin-left: 16px;
}

.personal-cabinet-feedback__text p {
    color: #141414;
    font-family: Manrope;
    font-size: 15px;
    font-weight: 600;
    line-height: 140%;
}

.personal-cabinet-feedback__text span {
    display: inline-block;
    color: #76787a;
    font-family: Inter;
    font-size: 12px;
    font-weight: 400;
    line-height: 160%;
}

.personal-cabinet-feedback__file {
    display: none;
}

.personal-cabinet-feedback__btn {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    padding-left: 32px;
    padding-right: 32px;
    white-space: nowrap;
}

.personal-cabinet-feedback__preview {
    position: relative;
    width: 52px;
    height: 52px;
}

.personal-cabinet-feedback__preview img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 2px;
    -o-object-fit: cover;
    object-fit: cover;
}

.personal-cabinet-feedback__preview::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 2px;
    background: #141414;
    opacity: 0.3;
    z-index: 2;
}

.personal-cabinet-feedback__remove {
    cursor: pointer;
    position: absolute;
    width: 46px;
    height: 26px;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 3;
    border-radius: 66px 66px 0 0;
    border-right: 1px solid rgba(250, 250, 250, 0.34);
    border-top: 1px solid rgba(250, 250, 250, 0.34);
    border-left: 1px solid rgba(250, 250, 250, 0.34);
    background: rgba(250, 250, 250, 0.12);
    -webkit-backdrop-filter: blur(2.5px);
    backdrop-filter: blur(2.5px);
}

.personal-cabinet-feedback__remove::before {
    content: "";
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8' fill='none'%3E%3Cpath d='M7 1L1 7M1 1L7 7' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    position: absolute;
    width: 8px;
    height: 8px;
    top: 9px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #fff;
}


.footer__top {
    padding: 70px 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 233px 1fr;
    grid-template-columns: 233px 1fr;
    gap: 85px;
}

.footer__logo a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 64px;
    position: relative;
}

.footer__logo a::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 28px;
    top: 50%;
    left: 79px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #b8b9ba;
}

.footer__logo a svg,
.footer__logo a img {
    max-width: 48px;
}

.footer__logo span {
    display: inline-block;
    color: #76787a;
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: 0.32px;
    max-width: 120px;
}

.footer__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 85px;
    -moz-column-gap: 85px;
    column-gap: 85px;
    row-gap: 38px;
}

.footer__menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.footer__menu ul li {
    margin: 0;
}

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

.footer__menu ul li:first-child {
    margin-bottom: 22px;
}

.footer__menu ul li:first-child a {
    color: #3d3b37;
    font-weight: 600;
}

.footer__menu ul li a {
    color: #76787a;
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: 0.32px;
}

.footer__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
    row-gap: 10px;
    padding-top: 6px !important;
}

.footer__social li {
    margin: 0 !important;
}

.footer__social li a {
    opacity: 0.5;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.footer__social li a img,
.footer__social li a svg {
    max-width: 32px;
}

.footer__bottom {
    position: relative;
    padding: 18px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 35px;
    -moz-column-gap: 35px;
    column-gap: 35px;
    row-gap: 12px;
}

.footer__bottom::before {
    content: "";
    position: absolute;
    width: 200vw;
    height: 1px;
    top: 0;
    left: -100vw;
    background: #ececec;
}

.footer__bottom a {
    color: rgba(20, 20, 20, 0.4);
    font-size: 14px;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: 0.28px;
}

.footer__copyright {
    color: rgba(20, 20, 20, 0.4);
    font-size: 14px;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: 0.28px;
}

@-webkit-keyframes headerFixed {
    from {
        top: -100%;
    }

    to {
        top: 0;
    }
}

@keyframes headerFixed {
    from {
        top: -100%;
    }

    to {
        top: 0;
    }
}

@-webkit-keyframes rotate {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes opacity {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes opacity {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@media (min-width: 1024px) {
    .header.transparent .header-search__input {
        border-color: #141414;
        color: #141414;
    }

    .header.transparent .header-search__input::-webkit-input-placeholder {
        color: #141414;
    }

    .header.transparent .header-search__input::-moz-placeholder {
        color: #141414;
    }

    .header.transparent .header-search__input:-ms-input-placeholder {
        color: #141414;
    }

    .header.transparent .header-search__input::-ms-input-placeholder {
        color: #141414;
    }

    .header.transparent .header-search__input::placeholder {
        color: #141414;
    }

    .header-body.fixed .header-search__input {
        border-color: #141414;
        color: #141414;
    }

    .header-body.fixed .header-search__input::-webkit-input-placeholder {
        color: #141414;
    }

    .header-body.fixed .header-search__input::-moz-placeholder {
        color: #141414;
    }

    .header-body.fixed .header-search__input:-ms-input-placeholder {
        color: #141414;
    }

    .header-body.fixed .header-search__input::-ms-input-placeholder {
        color: #141414;
    }

    .header-body.fixed .header-search__input::placeholder {
        color: #141414;
    }
}

@media (min-width: 1025px) {
    .personal-cabinet-feedback .product-card__top {
        height: 208px;
    }

    .personal-cabinet-feedback .product-card__price {
        margin: 0;
    }

    .personal-cabinet-feedback .product-card__buttons {
        display: none;
    }
}

@media (max-width: 1440px) {
    .breadcrumbs.bg .breadcrumbs__info h1 {
        font-size: 100px !important;
    }
}

@media (max-width: 1300px) {
    .popular-models {
        -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    }

    .find-cost__item {
        padding: 30px 15px 15px 15px;
    }

    .about-diplomas {
        -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    }

    .catalog__row {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    }

    .personal-cabinet-favourites__body {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    }

    .personal-cabinet-favourites.not-auth .personal-cabinet-favourites__body {
        -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 1280px) {
    .header-search-product {
        -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    }

    .header-search-product__item:nth-child(4) {
        display: none;
    }
}

@media (max-width: 1200px) {
    .main-banner .container {
        min-height: 580px;
    }

    .main-banner__body {
        padding: 0px 0 42px 0;
    }

    .main-banner__title {
        font-size: 45px;
    }

    .main-banner__text {
        font-size: 20px;
    }

    .find-cost__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(33.333% - 15px);
        flex: 0 1 calc(33.333% - 15px);
    }

    .about {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .about-advantages__item {
        padding: 20px;
    }

    .about-advantages__logo {
        padding: 20px;
    }

    .news__row {
        -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    }

    .projects__row {
        -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    }

    .projects__promotions {
        -ms-grid-column-span: 3;
        grid-column: span 3;
    }

    .news-detail {
        gap: 20px;
        -ms-grid-columns: 1fr 290px;
        grid-template-columns: 1fr 290px;
    }

    .news-detail__gallery {
        gap: 10px;
    }

    .news-detail__links {
        padding: 20px;
    }

    .news-detail__contacts {
        padding: 20px;
    }

    .news-detail__gallery a {
        height: 300px;
    }

    .catalog-detail__row {
        -ms-grid-columns: 1fr 400px;
        grid-template-columns: 1fr 400px;
        gap: 15px;
    }

    .personal-cabinet {
        gap: 35px;
    }

    .personal-cabinet__nav {
        padding: 30px;
    }

    .personal-cabinet__data {
        padding: 30px;
    }

    .personal-order-history__item {
        padding: 20px;
        -ms-grid-columns: 1fr 300px;
        grid-template-columns: 1fr 300px;
    }

    .personal-order-history__buttons {
        gap: 10px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .personal-order-history__buttons .button {
        padding-left: 18px;
        padding-right: 18px;
    }

    .personal-order-history__detail {
        max-width: 100%;
    }

    .personal-cabinet-order-detail {
        gap: 35px;
    }

    .personal-cabinet-order-detail__wrapper {
        padding: 30px;
    }

    .personal-cabinet-feedback {
        gap: 35px;
    }

    .personal-cabinet-feedback__form {
        padding: 30px;
    }

    .calculator__items {
        gap: 6px;
    }

    .calculator__price {
        font-size: 18px;
    }

    .calculator__item {
        padding: 20px;
    }
}

@media (max-width: 1150px) {
    .header-search-product {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    }

    .header-search-product__item:nth-child(3) {
        display: none;
    }

    .contacts__row {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 1100px) {
    .free-design__row {
        gap: 20px;
    }

    .free-design__right {
        padding: 0 30px;
    }

    .free-design__title {
        font-size: 34px;
    }

    .free-design__info {
        gap: 30px;
    }

    .catalog-sections {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    }

    .catalog-sections__item:nth-child(1),
    .catalog-sections__item:nth-child(2) {
        -ms-grid-column-span: 1;
        grid-column: span 1;
        min-height: 280px;
    }

    .catalog-sections__title {
        font-size: 20px;
    }

    .subscribe__row {
        -ms-grid-columns: 430px 1fr;
        grid-template-columns: 430px 1fr;
        gap: 30px;
    }

    .subscribe__title {
        font-size: 24px;
    }

    .subscribe__form .form-row {
        -ms-grid-columns: 1fr 150px;
        grid-template-columns: 1fr 150px;
    }
}

@media (max-width: 1024px) {
    .header-top__menu ul li a {
        padding: 0 20px;
    }

    .header-top__address {
        padding: 0 20px;
    }

    .header-top__phone {
        margin-left: 20px;
    }

    .header-body__menu {
        display: none;
    }

    .header-body__btn {
        display: none;
    }

    .header-body__favorite {
        margin-right: 0px;
    }

    .header-body__right {
        gap: 20px;
    }

    .header-body__logo {
        display: none;
    }

    .header-body__logo.mobile {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .header-body__burger {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 27px;
        height: 16px;
        position: relative;
    }

    .header-body__burger span {
        display: inline-block;
        position: absolute;
        height: 1px;
        background: #ffffff;
    }

    .header-body__burger span:first-child {
        width: 16px;
        -webkit-transform: translateY(-6px);
        -ms-transform: translateY(-6px);
        transform: translateY(-6px);
    }

    .header-body__burger span:nth-child(2) {
        width: 100%;
    }

    .header-body__burger span:last-child {
        width: 16px;
        -webkit-transform: translateY(6px);
        -ms-transform: translateY(6px);
        transform: translateY(6px);
    }

    .header-body__row {
        min-height: 60px;
    }

    .header-body-menu-catalog__row {
        -ms-grid-columns: 1fr 300px;
        grid-template-columns: 1fr 300px;
    }

    .header-body-menu-catalog__item:last-child .header-body-menu-catalog__right {
        margin: 0;
    }

    .header-search {
        padding: 0;
        position: fixed;
        width: 100%;
        height: 100vh;
        top: 0;
        left: 0;
        z-index: 15;
        background: #fafafa;
        padding: 20px;
    }

    .header-search__back {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 45px;
        flex: 0 0 45px;
        width: 45px;
        height: 45px;
        border-radius: 2px;
        background: #f4f4f4;
    }

    .header-search__top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 6px;
    }

    .header-search__input {
        height: 45px;
        border-radius: 2px;
        background: #f4f4f4;
        color: #141414;
        padding: 16px 16px 16px 38px;
    }

    .header-search__input::-webkit-input-placeholder {
        color: #6e6e6e;
    }

    .header-search__input::-moz-placeholder {
        color: #6e6e6e;
    }

    .header-search__input:-ms-input-placeholder {
        color: #6e6e6e;
    }

    .header-search__input::-ms-input-placeholder {
        color: #6e6e6e;
    }

    .header-search__input::placeholder {
        color: #6e6e6e;
    }

    .header-search__result {
        padding: 0;
        margin-top: 25px;
        padding-bottom: 30px;
    }

    .header-search__btn {
        background: transparent;
        width: 16px;
        height: 16px;
        position: absolute;
        z-index: 2;
        top: 50%;
        left: 69px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16px;
        flex: 0 0 16px;
    }

    .header-search__btn svg {
        width: 16px;
        height: 16px;
    }

    .header-search__btn svg path {
        stroke: #6e6e6e;
    }

    .header-search__form {
        position: relative;
    }

    .header-search-product {
        -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
    }

    .header-search-product__item:nth-child(3) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .header-search-product__item:nth-child(4) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .main-banner {
        /* margin-top: -60px; */
    }

    .product-category {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow-x: auto;
        margin-right: -20px;
    }

    .product-category::-webkit-scrollbar {
        display: none;
    }

    .product-category__item {
        white-space: nowrap;
    }

    .product-category__item:last-child {
        margin-right: 20px;
    }

    .main-contacts {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        gap: 30px;
    }

    .main-contacts__map {
        margin: 0;
    }

    .main-contacts__row {
        position: static;
        max-height: 450px;
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0);
        width: 100%;
        max-width: 100%;
        padding: 20px;
    }

    .main-contacts__info {
        padding-right: 20px;
        margin: 0;
    }

    .main-contacts__info::-webkit-scrollbar {
        width: 4px;
    }

    .breadcrumbs.bg {
        margin-bottom: 44px;
    }

    .breadcrumbs.bg::before {
        background: -webkit-gradient(linear, left top, right top, from(rgba(16, 16, 16, 0.44)), to(rgba(16, 16, 16, 0)));
        background: linear-gradient(90deg, rgba(16, 16, 16, 0.44) 0%, rgba(16, 16, 16, 0) 100%);
    }

    .breadcrumbs.bg::after {
        width: 100%;
        background: -webkit-gradient(linear, left top, right top, from(rgba(16, 16, 16, 0.8)), to(rgba(16, 16, 16, 0)));
        background: linear-gradient(90deg, rgba(16, 16, 16, 0.8) 0%, rgba(16, 16, 16, 0) 100%);
    }

    .breadcrumbs.bg .container {
        padding-top: 95px;
        padding-bottom: 60px;
        min-height: 620px;
    }

    .breadcrumbs.bg .breadcrumbs__info {
        margin-top: 100px;
        margin-left: -8px;
    }

    .breadcrumbs.bg .breadcrumbs__info h1 {
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg);
        font-size: 40px !important;
    }

    .about-advantages {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
        margin-right: -1px;
    }

    .about-advantages__logo {
        -ms-grid-column-span: 2;
        grid-column: span 2;
        border: 1px solid #d0d0d0;
        margin: -1px 0;
    }

    .about-advantages__item {
        border: 1px solid #d0d0d0;
        margin-left: -1px;
    }

    .about-advantages__item:not(:last-child) {
        border: 1px solid #d0d0d0;
    }

    .promotions-detail__top {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        gap: 28px;
        margin-bottom: 0;
    }

    .promotions-detail__bottom {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        gap: 88px;
    }

    .news-detail {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .cabinet {
        margin-top: 34px;
        margin-bottom: 44px;
    }

    .catalog__body {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .catalog__filter {
        position: fixed;
        top: 0;
        left: -100%;
        z-index: 10;
        -webkit-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
        min-width: 280px;
        height: 100vh;
        overflow-y: auto;
    }

    .catalog__top {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .catalog__nav {
        padding: 0;
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    }

    .catalog-search {
        -ms-grid-column-span: 2;
        grid-column: span 2;
        -ms-grid-row: 1;
        grid-row-start: 1;
        -ms-grid-row-span: 1;
        grid-row-end: 2;
    }

    .catalog-btn-mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .catalog-btn-mobile__row {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 10px;
    }

    .catalog-btn-mobile__row svg {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 15px;
        flex: 0 0 15px;
    }

    .bx-filter .bx-filter-close {
        width: 20px;
        height: 20px;
        display: block;
        position: absolute;
        top: 28px;
        right: 20px;
    }

    .bx-filter .bx-filter-button-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 8px;
        margin-top: 37px;
    }

    .bx-filter .bx-filter-button-box .button {
        width: 100%;
    }

    .catalog-detail__row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 28px;
    }

    .catalog-detail__tabs {
        margin-right: -20px;
        margin-left: -20px;
        margin-top: 0;
        overflow-x: scroll;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        min-width: 0;
        margin-bottom: 28px;
    }

    .catalog-detail__tabs::-webkit-scrollbar {
        display: none;
    }

    .catalog-detail__tabs a {
        margin-top: 0;
        padding: 20px;
    }

    .catalog-detail__tabs a:first-child {
        margin-left: 20px;
    }

    .catalog-detail__tabs a:last-child {
        margin-right: 20px;
    }

    .catalog-detail__column .content {
        padding: 20px;
        border-radius: 2px;
        background: #f4f4f4;
    }

    .personal-cabinet {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .personal-cabinet__link {
        margin-bottom: 20px;
    }

    .personal-cabinet__link.exit {
        margin-top: 20px;
    }

    .personal-cabinet__link.exit::before {
        top: -20px;
    }

    .personal-cabinet-favourites.not-auth .personal-cabinet-favourites__body {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    }

    .personal-cabinet-favourites.not-auth .personal-cabinet-favourites__top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 28px;
    }

    .personal-cabinet-favourites.not-auth .personal-cabinet-favourites__right {
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .personal-order-history__item {
        padding: 20px;
        -ms-grid-columns: 1fr 390px;
        grid-template-columns: 1fr 390px;
    }

    .personal-order-history__buttons {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .pesonal-gratitude {
        margin: 100px 0 340px;
    }

    .pesonal-gratitude__title {
        font-size: 30px;
    }

    .personal-cabinet-order-detail {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .personal-cabinet-feedback {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .subscribe {
        padding: 44px 0;
    }
}

@media (max-width: 992px) {
    .header-search-product {
        -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    }

    .header-search-product__item:nth-child(4) {
        display: none;
    }

    .popular-models {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    }

    .promotions-offers-slider__title {
        font-size: 34px;
    }

    .promotions-offers-slider__text {
        font-size: 18px;
    }

    .about-video {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .faq__section {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .faq__section:not(:last-child) {
        margin-bottom: 44px;
    }

    .subscribe__row {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .footer__top {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        gap: 38px;
        padding: 40px 0;
    }

    .footer__menu {
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 950px) {
    .header-body-menu-catalog__row {
        -ms-grid-columns: 1fr !important;
        grid-template-columns: 1fr !important;
        gap: 25px;
    }

    .header-body-menu-catalog__right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .header-body-menu-catalog__img {
        max-width: 100%;
        height: 260px;
    }

    .header-body-menu-catalog__item:not(:last-child) {
        padding-bottom: 25px;
        margin-bottom: 25px;
        border-bottom: 1px solid #ececec;
    }

    .header-body-menu-catalog__item:not(:last-child) .header-body-menu-catalog__left {
        border-bottom: 0;
        margin-bottom: 25px;
        padding: 0;
    }

    .header-body-menu-catalog__left {
        max-width: 100%;
    }

    .header-body-menu-catalog__all {
        display: none;
    }

    .header-body-menu-catalog__all.mobile {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0;
    }

    .header-body-menu-catalog__menu {
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
        row-gap: 25px;
    }
}

@media (max-width: 900px) {
    .news__row {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
        gap: 18px;
    }

    .projects__row {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
        gap: 18px;
    }

    .projects__promotions {
        -ms-grid-column-span: 2;
        grid-column: span 2;
    }
}

@media (max-width: 850px) {
    .header-top__menu {
        display: none;
    }

    .header-top__address {
        display: none;
    }

    .header-top__phone {
        display: none;
    }

    .header-top__center {
        padding: 0;
    }

    .free-design {
        padding: 44px 0 30px 0;
    }

    .free-design::before {
        display: none;
    }

    .free-design__row {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        gap: 44px;
    }

    .free-design__left {
        max-width: 100%;
    }

    .free-design__info {
        border: 1px solid rgba(255, 255, 255, 0.1);
        background: rgba(255, 255, 255, 0.03);
        padding: 10px 18px;
        max-width: 100%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .free-design__phone {
        max-width: 100%;
    }

    .free-design__phone a {
        font-size: 14px;
        border-radius: 4px;
        border: 1px solid rgba(255, 255, 255, 0.06);
        background: rgba(255, 255, 255, 0.02);
        -webkit-backdrop-filter: blur(3px);
        backdrop-filter: blur(3px);
        padding: 9px 13px;
    }

    .free-design__right {
        padding: 30px 0 0 0;
        position: relative;
    }

    .free-design__right form {
        position: relative;
        z-index: 2;
    }

    .free-design__right::before {
        content: "";
        position: absolute;
        width: calc(100% + 40px);
        height: calc(100% + 30px);
        top: 0px;
        left: -20px;
        background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(#141414)), rgba(255, 255, 255, 0.03);
        background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, #141414 100%), rgba(255, 255, 255, 0.03);
        -webkit-backdrop-filter: blur(6px);
        backdrop-filter: blur(6px);
    }

    .calculator__price {
        font-size: 16px;
    }

    .calculator__variant {
        font-size: 12px;
    }
}

@media (max-width: 800px) {
    .b2b {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .padding-top-bottom {
        padding: 44px 0;
    }

    .padding-bottom {
        padding-bottom: 44px;
    }

    .head-row__title {
        font-size: 28px;
        margin-bottom: 6px;
    }

    .head-row__title.center {
        text-align: center;
        margin-bottom: 28px;
    }

    .head-row__text {
        font-size: 16px;
    }

    .head-row__link {
        height: 45px;
    }

    .head-row__link.yandex {
        padding-left: 20px;
        padding-right: 20px;
        gap: 8px;
    }

    .head-row__link.yandex svg {
        width: 18px;
        height: 18px;
    }

    .head-row__justify {
        -webkit-column-gap: 10px;
        -moz-column-gap: 10px;
        column-gap: 10px;
    }

    .head-row__justify .head-row__left {
        max-width: 500px;
    }

    .custom-arrow__button {
        width: 45px;
        height: 45px;
    }

    .slick-dots {
        gap: 8px;
        margin-top: 28px;
    }

    .slick-dots li {
        width: 6px;
        height: 6px;
    }

    .slick-dots li.slick-active {
        width: 18px;
    }

    .pagination {
        margin-top: 28px;
    }

    .pagination ul li a,
    .pagination ul li span {
        width: 38px;
        height: 38px;
    }

    h1 {
        font-size: 24px;
    }

    h2,
    h3 {
        font-size: 18px;
        margin-bottom: 16px;
    }

    h4,
    h5,
    h6 {
        font-size: 14px;
        margin-bottom: 16px;
    }

    .header-top__row {
        min-height: 34px;
    }

    .header-body-menu-catalog__menu {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    }

    .header-search-product {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    }

    .header-search-product__item:nth-child(3) {
        display: none;
    }

    .hystmodal__window {
        padding: 58px 20px;
        border-radius: 2px;
    }

    .hystmodal__close {
        top: 20px;
        right: 20px;
    }

    .modal__title {
        font-size: 26px;
        margin-bottom: 20px;
    }

    .modal__text {
        font-size: 14px;
    }

    .form-row .form-group {
        margin-bottom: 10px;
    }

    .form-row .form-control {
        height: 45px;
    }

    .form-row .form-agreement {
        font-size: 12px;
        margin-top: 20px;
    }

    .product-category__item {
        padding: 17px 20px;
        font-size: 14px;
    }

    .popular-models {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .find-cost .container {
        padding-top: 30px;
        padding-bottom: 20px;
    }

    .find-cost__title {
        font-size: 28px;
        margin-bottom: 14px;
    }

    .find-cost__text {
        font-size: 16px;
    }

    .find-cost__body {
        gap: 8px;
    }

    .find-cost__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(50% - 4px);
        flex: 0 1 calc(50% - 4px);
    }

    .find-cost__item:nth-child(odd):last-child {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    }

    .find-cost__nav {
        margin-bottom: 18px;
    }

    .find-cost__nav .slick-dots {
        gap: 10px;
    }

    .find-cost__question {
        font-size: 18px;
        margin-bottom: 3px;
    }

    .find-cost__icon {
        margin-bottom: 30px;
    }

    .promotions-offers-slider {
        margin-top: 20px;
    }

    .promotions-offers-slider__title {
        margin-bottom: 16px;
    }

    .promotions-offers-slider__btn {
        margin-top: 28px;
    }

    .promotions-offers-slider__item {
        min-height: 460px;
    }

    .main-video .head-row__title {
        text-align: left;
        margin-bottom: 28px;
    }

    .main-reviews {
        margin-top: 20px;
    }

    .main-reviews__item {
        padding: 20px;
    }

    .main-reviews__text {
        font-size: 14px;
    }

    .main-contacts {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 10px;
    }

    .main-contacts__map {
        height: 360px;
    }

    .free-design .form-row .button {
        height: 45px;
    }

    .breadcrumbs {
        margin-top: 15px;
        margin-bottom: 28px;
    }

    .breadcrumbs__info {
        margin-top: 36px;
    }

    .breadcrumbs__info h1 {
        font-size: 24px;
    }

    .about__title {
        font-size: 18px;
        line-height: 130%;
        margin-bottom: 28px;
    }

    .about__year {
        font-size: 26px;
        padding-bottom: 9px;
        margin-bottom: 28px;
    }

    .about__text {
        font-size: 14px;
        margin-bottom: 28px;
    }

    .about__text p:not(:last-child) {
        margin-bottom: 12px;
    }

    .about-diplomas {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .promotions-top {
        margin-bottom: 0;
    }

    .promotions-top .promotions-offers-slider__item {
        min-height: 578px;
    }

    .promotions-list .promotions-offers-slider__item {
        min-height: 490px;
    }

    .promotions-list .promotions-offers-slider__item:not(:last-child) {
        margin-bottom: 12px;
    }

    .promotions-detail__img {
        height: 400px;
    }

    .contacts__scroll {
        background: #f4f4f4;
        padding: 20px;
        margin-top: 8px;
        border-radius: 2px;
    }

    .contacts__map {
        height: 360px;
    }

    .contacts__item:not(:last-child),
    .contacts__column:not(:last-child) {
        padding-bottom: 20px;
        margin-bottom: 20px;
        border-bottom: 1px solid rgba(20, 20, 20, 0.08);
    }

    .contacts__row {
        display: block;
        max-height: 450px;
        overflow-y: auto;
        padding-right: 20px;
    }

    .contacts__row::-webkit-scrollbar {
        width: 4px;
    }

    .contacts__row::-webkit-scrollbar-track {
        border-radius: 2px;
        background: rgba(222, 222, 222, 0.5);
    }

    .contacts__row::-webkit-scrollbar-thumb {
        border-radius: 2px;
        background: #c7c7c7;
    }

    .contacts__column {
        padding: 0;
        background: transparent;
    }

    .contacts .head-row {
        display: none;
    }

    .contacts .head-row__title {
        display: block;
        margin-bottom: 24px;
    }

    .news-sections {
        margin-bottom: 28px;
    }

    .news-sections__item {
        padding: 17px 20px;
        font-size: 14px;
    }

    .news-search form input {
        padding: 16px 34px;
    }

    .news-search form button {
        left: 16px;
    }

    .news-promotions .promotions-offers-slider__item {
        min-height: 490px;
    }

    .news {
        margin-top: 28px;
    }

    .projects .promotions-offers-slider__item {
        height: 490px;
    }

    .projects__promotions {
        margin: 70px 0;
    }

    .news-detail__gallery a {
        height: 260px;
    }

    .news-slider {
        margin-top: 30px;
    }

    .cabinet {
        padding: 20px;
    }

    .cabinet__title {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .cabinet__input input {
        padding: 12px 16px;
        height: 45px;
        font-size: 14px;
    }

    .cabinet__bottom {
        gap: 8px;
    }

    .cabinet__bottom .button {
        height: 45px;
    }

    .faq__title {
        font-size: 24px;
        line-height: 110%;
    }

    .faq__item {
        padding: 18px 20px;
    }

    .faq__item:not(:last-child) {
        margin-bottom: 8px;
    }

    .b2b {
        gap: 18px;
    }

    .b2b__item {
        gap: 5px;
    }

    .b2b__title {
        font-size: 16px;
    }

    .b2b__body {
        gap: 10px;
    }

    .b2b__text {
        font-size: 14px;
    }

    .catalog-sections {
        gap: 8px;
    }

    .catalog-sections__title {
        font-size: 18px;
    }

    .catalog-sections__item {
        padding: 20px;
        min-height: 210px;
    }

    .catalog-sections__item:nth-child(1),
    .catalog-sections__item:nth-child(2) {
        min-height: 210px;
    }

    .catalog-sections__arrow {
        width: 26px;
        height: 26px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 26px;
        flex: 0 0 26px;
        -ms-flex-item-align: end;
        align-self: flex-end;
    }

    .catalog-sections__arrow svg {
        max-width: 8px;
    }

    .catalog-sections__bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        height: 100%;
    }

    .catalog__top {
        gap: 18px;
        margin-bottom: 28px;
    }

    .catalog__title {
        font-size: 24px;
    }

    .catalog__nav {
        gap: 18px;
        -webkit-column-gap: 10px;
        -moz-column-gap: 10px;
        column-gap: 10px;
    }

    .catalog__row {
        gap: 18px;
    }

    .catalog-filter {
        margin-bottom: 28px;
        gap: 8px;
    }

    .catalog-detail__row:not(:last-child) {
        margin-bottom: 38px;
    }

    .catalog-detail__title {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .catalog-detail__left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .catalog-detail__price {
        margin-bottom: 20px;
    }

    .catalog-detail__current {
        font-size: 18px;
    }

    .catalog-detail__old {
        font-size: 12px;
    }

    .catalog-detail__buttons {
        margin-bottom: 34px;
    }

    .catalog-detail__tabs a {
        font-size: 14px;
        padding: 10px 20px;
        height: 50px;
    }

    .catalog-detail-slider-small {
        margin: 0 -4px;
    }

    .catalog-detail-slider-small__slide {
        padding: 0 4px;
    }

    .catalog-detail-slider-small .slick-arrow {
        top: 50%;
        -webkit-transform: translateY(-50%) rotate(-90deg);
        -ms-transform: translateY(-50%) rotate(-90deg);
        transform: translateY(-50%) rotate(-90deg);
    }

    .catalog-detail-slider-small .slick-next {
        right: -6px;
        left: auto;
        bottom: auto;
    }

    .catalog-detail-slider-small .slick-prev {
        left: -6px;
    }

    .catalog-detail-slider__img {
        height: 340px;
    }

    .catalog-detail-reviews__top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 0px;
        padding: 20px;
        margin-bottom: 12px;
        border-radius: 2px;
        background: #f4f4f4;
    }

    .catalog-detail-reviews__top h3 {
        margin-bottom: 20px;
    }

    .catalog-detail-reviews__rating {
        font-size: 16px;
    }

    .catalog-detail-reviews__row {
        gap: 35px;
    }

    .catalog-detail-reviews__row::before {
        font-size: 12px;
        left: 113px;
    }

    .catalog-detail-reviews__count {
        font-size: 14px;
    }

    .catalog-detail-reviews__stars label {
        max-width: 18px;
    }

    .catalog-detail-reviews__left {
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid rgba(20, 20, 20, 0.06);
    }

    .catalog-detail-reviews__item {
        padding: 20px;
        border-radius: 2px;
        background: #f4f4f4;
    }

    .catalog-detail-reviews__item:not(:last-child) {
        margin-bottom: 12px;
    }

    .catalog-detail-reviews__text {
        font-size: 14px;
    }

    .personal-cabinet {
        margin-bottom: 44px;
    }

    .personal-cabinet .personal-cabinet-favourites {
        margin-bottom: 0;
    }

    .personal-cabinet.personal-cabinet-main .personal-cabinet__right {
        display: none;
    }

    .personal-cabinet.personal-cabinet-other .personal-cabinet__left {
        display: none;
    }

    .personal-cabinet.personal-cabinet-other .personal-cabinet__title {
        display: none;
    }

    .personal-cabinet__form {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .personal-cabinet__field:last-child {
        -ms-grid-column-span: 1;
        grid-column: span 1;
    }

    .personal-cabinet__link {
        opacity: 1;
        position: relative;
        padding-right: 20px;
    }

    .personal-cabinet__link::after {
        content: "";
        position: absolute;
        -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M6.75 4.5L11.25 9L6.75 13.5' stroke='%23141414'/%3E%3C/svg%3E");
        width: 18px;
        height: 18px;
        top: 50%;
        right: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        background: #141414;
    }

    .personal-cabinet__link.exit::after {
        display: none;
    }

    .personal-cabinet__data {
        padding: 12px;
    }

    .personal-cabinet__form {
        gap: 12px;
    }

    .personal-cabinet-contacts {
        gap: 12px;
    }

    .personal-cabinet-contacts__name {
        font-size: 14px;
    }

    .personal-cabinet-favourites {
        margin-bottom: 44px;
    }

    .personal-cabinet-favourites__top {
        margin-bottom: 28px;
    }

    .personal-order-history .personal-cabinet__data {
        padding: 0;
        background: transparent;
    }

    .personal-order-history .personal-cabinet__top {
        padding: 12px;
        border-radius: 2px;
        background: #f4f4f4;
        -webkit-box-shadow: -2px 2px 40px 0 rgba(46, 46, 46, 0.02);
        box-shadow: -2px 2px 40px 0 rgba(46, 46, 46, 0.02);
        margin-bottom: 12px;
    }

    .personal-order-history__row {
        padding: 12px;
        border-radius: 2px;
        background: #f4f4f4;
        -webkit-box-shadow: -2px 2px 40px 0 rgba(46, 46, 46, 0.02);
        box-shadow: -2px 2px 40px 0 rgba(46, 46, 46, 0.02);
    }

    .personal-order-history__item {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        padding: 14px;
    }

    .personal-order-history__left {
        gap: 20px;
    }

    .personal-order-history__right {
        gap: 20px;
    }

    .personal-order-history__buttons {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    }

    .personal-order-history__price {
        text-align: left;
        margin: 0;
    }

    .personal-order-history .catalog-sort__list {
        right: auto;
        left: 0;
    }

    .pesonal-gratitude {
        margin-top: 38px;
        gap: 28px;
    }

    .pesonal-gratitude__title {
        font-size: 24px;
    }

    .personal-cabinet-order-detail {
        margin-bottom: 44px;
    }

    .personal-cabinet-order-detail__wrapper {
        padding: 20px;
    }

    .personal-cabinet-order-detail__wrapper .personal-cabinet__title {
        font-size: 18px;
    }

    .personal-cabinet-order-detail__count {
        font-size: 14px;
    }

    .personal-cabinet-order-detail__top {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .personal-cabinet-order-detail__item:not(:last-child) {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    .personal-cabinet-order-detail__bottom {
        margin-top: 20px;
        padding-top: 20px;
    }

    .personal-cabinet-order-detail__right .personal-cabinet__title {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    .personal-cabinet-order-detail__data {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .personal-cabinet-feedback {
        margin-bottom: 44px;
        gap: 20px;
    }

    .personal-cabinet-feedback__form {
        padding: 12px;
    }

    .personal-cabinet-feedback__bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .calculator__items {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .calculator__scroll {
        padding: 20px;
    }

    .calculator__scroll .simplebar-track {
        width: 4px;
    }

    .calculator__scroll .simplebar-track.simplebar-vertical {
        right: 10px;
        top: 20px;
        bottom: 20px;
    }

    .calculator__body {
        height: 530px;
    }

    .calculator__scroll {
        max-height: 530px;
    }

    .calculator__bubble {
        font-size: 14px;
    }

    .calculator__radio label {
        font-size: 14px;
    }

    .calculator__hint {
        font-size: 14px;
    }

    .calculator__num {
        font-size: 14px;
    }

    .calculator__checkbox label:last-child {
        margin-right: 64px;
    }

    .calculator__checkbox label span {
        font-size: 14px;
    }

    .calculator__user.calculator-checkbox {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        position: relative;
    }

    .calculator__user.calculator-checkbox .calculator__next {
        width: 52px;
        height: 52px;
        position: absolute;
        bottom: 0;
        right: 0;
    }

    .calculator__user.calculator-checkbox .calculator__hint {
        -ms-grid-column-span: 1;
        grid-column: span 1;
    }

    .calculator__input {
        font-size: 14px;
    }

    .calculator__accept {
        font-size: 12px;
    }

    .subscribe__title {
        font-size: 18px;
    }
}

@media (max-width: 640px) {
    .header-body-burger-menu__top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .main-banner::before {
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(16, 16, 16, 0.44)), to(rgba(16, 16, 16, 0)));
        background: linear-gradient(180deg, rgba(16, 16, 16, 0.44) 0%, rgba(16, 16, 16, 0) 100%);
    }

    .main-banner::after {
        width: 100%;
        background: -webkit-gradient(linear, left top, right top, from(rgba(16, 16, 16, 0.8)), to(rgba(16, 16, 16, 0)));
        background: linear-gradient(90deg, rgba(16, 16, 16, 0.8) 0%, rgba(16, 16, 16, 0) 100%);
    }

    .main-banner__title {
        font-size: 35px;
    }

    .main-banner__text {
        font-size: 16px;
    }

    .main-banner__btn {
        margin-top: 34px;
    }

    .main-banner__btn .button {
        padding-left: 13px;
        padding-right: 13px;
    }

    .promotions-offers-slider__title {
        font-size: 28px;
    }

    .promotions-offers-slider__text {
        font-size: 14px;
    }

    .main-video__item {
        height: 380px;
    }

    .main-video__text {
        width: 68px;
        height: 68px;
    }

    .main-video__icon {
        width: 34px;
        height: 34px;
    }

    .free-design__info {
        gap: 0;
    }

    .free-design__title {
        font-size: 24px;
        margin-bottom: 44px;
    }

    .free-design__social {
        min-width: 134px;
        padding-right: 21px;
        gap: 8px;
    }

    .free-design__social div {
        gap: 8px;
    }

    .free-design__social a svg {
        width: 32px;
        height: 32px;
    }

    .about__img {
        height: 360px;
    }

    .about-advantages__icon {
        width: 42px;
        height: 42px;
        margin-bottom: 20px;
    }

    .about-advantages__icon img,
    .about-advantages__icon svg {
        max-width: 26px;
    }

    .about-advantages__logo {
        padding: 20px;
    }

    .about-advantages__logo img,
    .about-advantages__logo svg {
        max-width: 88px;
    }

    .about-video {
        gap: 12px;
    }

    .about-video .main-video__item {
        height: 380px;
    }

    .promotions-detail__btn {
        max-width: 100%;
        margin-top: 28px;
    }

    .news__row {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .projects__row {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .projects__promotions {
        -ms-grid-column-span: 1;
        grid-column: span 1;
    }

    .catalog__row {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .personal-cabinet-favourites__body {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .personal-cabinet-favourites.not-auth .personal-cabinet-favourites__body {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .personal-cabinet-order-detail__item {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .calculator__bubble {
        padding: 12px 12px 30px 12px;
    }

    .calculator__time {
        bottom: 12px;
        right: 12px;
        line-height: normal;
        font-size: 10px;
    }

    .calculator__bot {
        margin-bottom: 6px;
    }

    .calculator__user {
        margin-top: 16px;
    }

    .calculator__radio {
        gap: 6px;
    }

    .calculator__radio label {
        height: 37px;
        padding: 5px 12px;
    }

    .calculator__checkbox {
        gap: 6px;
    }

    .calculator__checkbox label:last-child {
        margin-right: 43px;
    }

    .calculator__checkbox label span {
        height: 37px;
        padding: 5px 12px;
    }

    .calculator__edit {
        max-width: 18px;
        height: 18px;
        left: -30px;
    }

    .calculator__edit::before {
        -webkit-transform: translate(-50%, -50%) scale(0.9);
        -ms-transform: translate(-50%, -50%) scale(0.9);
        transform: translate(-50%, -50%) scale(0.9);
    }

    .calculator__user.calculator-answer .calculator__bubble {
        padding: 12px 12px 30px 12px;
    }

    .calculator__user.calculator-answer .calculator__time {
        right: 26px;
    }

    .calculator__user.calculator-answer .calculator__time::before {
        -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='6' viewBox='0 0 11 6' fill='none'%3E%3Cpath d='M6.24464 0.899902L1.87881 5.0999L0.390625 3.66824M9.82909 0.899902L5.68156 5.0999L4.26778 3.66824' stroke='%23B5B5B5' stroke-width='0.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
        width: 11px;
        height: 6px;
        right: -15px;
    }

    .calculator__user.calculator-answer .calculator__time::after {
        display: none;
    }

    .calculator__user.calculator-number .calculator__bubble {
        -ms-grid-columns: 1fr 45px;
        grid-template-columns: 1fr 45px;
        gap: 6px;
        row-gap: 10px;
    }

    .calculator__user.calculator-checkbox .calculator__next {
        width: 37px;
        height: 37px;
    }

    .calculator__num {
        height: 45px;
        padding: 16px;
    }

    .calculator__next {
        height: 45px;
    }

    .calculator__next::before {
        -webkit-transform: translate(-50%, -50%) scale(0.9);
        -ms-transform: translate(-50%, -50%) scale(0.9);
        transform: translate(-50%, -50%) scale(0.9);
    }

    .calculator__row {
        -ms-grid-columns: 1fr 45px;
        grid-template-columns: 1fr 45px;
        gap: 6px;
        row-gap: 8px;
    }

    .calculator__form {
        width: 100%;
        max-width: 100%;
    }

    .calculator__input {
        height: 45px;
    }

    .calculator__input:not(:last-of-type) {
        -ms-grid-column-span: 2;
        grid-column: span 2;
    }

    .calculator__accept {
        font-size: 10px;
    }

    .calculator__variants {
        margin-top: 10px;
    }

    .footer__menu {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .news-detail__left {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .news-detail__gallery {
        -ms-grid-column-span: 1;
        grid-column: span 1;
        gap: 8px;
        margin: 0;
    }

    .news-detail__gallery a {
        height: 170px;
    }

    .news-detail__nav {
        -ms-grid-row: 3;
        grid-row-start: 3;
        -ms-grid-row-span: 1;
        grid-row-end: 4;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .news-detail__text {
        -ms-grid-column-span: 1;
        grid-column: span 1;
        margin-top: 20px;
    }

    .news-detail__links {
        margin-bottom: 8px;
    }

    .catalog-detail-slider-small__img {
        height: 66px;
    }
}

@media (max-width: 480px) {
    .button {
        font-size: 20px;
        height: 50px;
    }

    .head-row__title {
        font-size: 24px;
    }

    .head-row__text {
        font-size: 12px;
    }

    .head-row__nav {
        width: 100%;
    }

    .head-row__link {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .head-row__justify {
        -webkit-column-gap: 10px;
        -moz-column-gap: 10px;
        column-gap: 10px;
    }

    .head-row__justify .head-row__left {
        max-width: 260px;
    }

    .pagination ul li a,
    .pagination ul li span {
        font-size: 10px;
    }

    .content {
        font-size: 12px;
    }

    .header-top__row {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        gap: 0;
    }

    .header-body__search svg {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20px;
        flex: 0 0 20px;
        max-width: 20px;
        height: 20px;
    }

    .header-body__right {
        gap: 16px;
    }

    .header-body__favorite svg {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20px;
        flex: 0 0 20px;
        max-width: 20px;
        height: 20px;
    }

    .header-body__personal svg {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20px;
        flex: 0 0 20px;
        max-width: 20px;
        height: 20px;
    }

    .header-body-burger-menu__top ul li a {
        font-size: 12px;
    }

    .header-body-burger-menu__phone p {
        font-size: 12px;
    }

    .header-body-burger-menu__phone a {
        font-size: 20px;
    }

    .header-body-burger-menu__social p {
        font-size: 12px;
    }

    .header-body-burger-menu__bottom {
        gap: 4px;
    }

    .header-body-burger-menu__top {
        gap: 23px;
    }

    .header-body-menu-catalog__title {
        font-size: 16px;
    }

    .header-body-menu-catalog__all {
        font-size: 12px;
    }

    .header-body-menu-catalog__menu div p {
        font-size: 10px;
    }

    .header-body-menu-catalog__menu div ul li a {
        font-size: 12px;
    }

    .header-body-menu-catalog__menu .colors ul li a p {
        font-size: 12px;
    }

    .header-search__left p {
        font-size: 12px;
    }

    .header-search__left span {
        font-size: 10px;
    }

    .header-search__right {
        font-size: 10px;
    }

    .header-search__hints {
        gap: 6px;
        margin-bottom: 25px;
    }

    .header-search__link {
        font-size: 10px;
        padding: 5.5px 10px;
    }

    .header-search-product {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .header-search-product__img {
        min-height: 180px;
        height: 180px;
        margin-bottom: 5px;
    }

    .header-search-product__body {
        padding: 14px 20px;
    }

    .header-search-product__all {
        font-size: 12px;
    }

    .header-search-product__all a {
        gap: 7px;
    }

    .modal__title {
        font-size: 18px;
    }

    .modal__text {
        font-size: 12px;
    }

    .form-row .form-control {
        font-size: 12px;
    }

    .form-row .control-label {
        font-size: 12px;
    }

    .form-row .button {
        height: 45px;
        font-size: 12px;
        margin-top: 20px;
    }

    .form-row .form-agreement {
        font-size: 9px;
    }

    .main-banner__img {
        display: none;
    }

    .main-banner__img.mobile {
        display: block;
    }

    .main-banner__title {
        font-size: 31px;
        margin-bottom: 16px;
    }

    .main-banner__text {
        font-size: 12px;
    }

    .main-banner__calc span:first-child {
        display: none;
    }

    .main-banner__calc span:last-child {
        display: inline-block;
    }

    .main-banner__btn .button {
        padding-left: 17px;
        padding-right: 17px;
    }

    .product-category__item {
        font-size: 10px;
    }

    .product-card__top {
        min-height: 180px;
        height: 180px;
        margin-bottom: 5px;
    }

    .product-card__discount {
        font-size: 10px;
    }

    .product-card__title {
        font-size: 16px;
        margin-bottom: 4px;
    }

    .product-card__category {
        font-size: 12px;
    }

    .product-card__characteristics {
        margin-bottom: 10px;
    }

    .product-card__characteristics div p {
        font-size: 12px;
    }

    .product-card__current {
        font-size: 16px;
    }

    .product-card__old {
        font-size: 10px;
    }

    .product-card__buttons {
        -ms-grid-columns: 1fr 45px;
        grid-template-columns: 1fr 45px;
        gap: 4px;
    }

    .product-card__favorite {
        height: 45px;
    }

    .product-card__favorite svg {
        max-width: 20px;
        height: 20px;
    }

    .find-cost__top {
        text-align: left;
        margin-bottom: 44px;
    }

    .find-cost__title {
        font-size: 24px;
        margin-bottom: 14px;
    }

    .find-cost__text {
        font-size: 12px;
    }

    .find-cost__info {
        margin-bottom: 18px;
    }

    .find-cost__step {
        font-size: 9px;
        margin-bottom: 2px;
    }

    .find-cost__question {
        font-size: 12px;
    }

    .find-cost__name {
        font-size: 12px;
        padding-left: 20px;
    }

    .find-cost__name::before {
        width: 12px;
        height: 12px;
    }

    .find-cost__name::after {
        content: "";
        left: 0;
    }

    .find-cost__item {
        padding: 24px;
    }

    .find-cost__item input:checked+.find-cost__name::after {
        content: "";
        -webkit-transform: translateY(-50%) scale(0.6);
        -ms-transform: translateY(-50%) scale(0.6);
        transform: translateY(-50%) scale(0.6);
    }

    .find-cost__icon img {
        max-width: 110px;
    }

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

    .find-cost__bottom .button {
        height: 45px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .promotions-offers-slider__title {
        font-size: 22px;
    }

    .promotions-offers-slider__text {
        font-size: 12px;
    }

    .main-reviews__name {
        font-size: 14px;
    }

    .main-reviews__rang {
        font-size: 10px;
    }

    .main-reviews__date {
        font-size: 12px;
    }

    .main-contacts__title {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .main-contacts__phone {
        font-size: 12px;
    }

    .main-contacts__address {
        font-size: 12px;
    }

    .main-contacts .head-row__title {
        margin-bottom: 24px;
    }

    .free-design__info p {
        font-size: 12px;
    }

    .free-design__phone {
        padding-left: 21px;
    }

    .free-design__phone a {
        font-size: 12px;
    }

    .free-design__social {
        border-right: 1px solid rgba(255, 255, 255, 0.1);
    }

    .free-design .form-row .form-group {
        margin-bottom: 20px;
    }

    .free-design .form-row .form-agreement {
        margin-top: 20px;
    }

    .free-design .form-row .form-checkbox {
        font-size: 12px;
    }

    .free-design .form-row .button {
        margin-top: 20px;
    }

    .breadcrumbs__item {
        font-size: 10px;
    }

    .about__text {
        font-size: 12px;
    }

    .about__btn {
        max-width: 100%;
    }

    .about-advantages__text {
        font-size: 12px;
    }

    .contacts__title {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .contacts__phone {
        font-size: 12px;
        margin-bottom: 20px;
    }

    .contacts__address {
        font-size: 12px;
    }

    .news-sections__item {
        font-size: 10px;
    }

    .news-search form input {
        padding-top: 13px;
        padding-bottom: 13px;
        font-size: 12px;
    }

    .news__catagory {
        font-size: 10px;
    }

    .news__top {
        padding-bottom: 20px;
    }

    .news__title {
        font-size: 14px;
    }

    .news__text {
        font-size: 12px;
    }

    .news__date {
        font-size: 12px;
    }

    .news__right {
        padding-left: 14px;
    }

    .news__like {
        gap: 6px;
        font-size: 12px;
    }

    .news__like svg {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 14px;
        flex: 0 0 14px;
        max-width: 14px;
    }

    .news__share {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 14px;
        flex: 0 0 14px;
    }

    .news__share svg {
        max-width: 14px;
    }

    .projects .news__img {
        min-height: 190px;
    }

    .news-detail__date {
        font-size: 12px;
    }

    .news-detail__like {
        padding-left: 14px;
        margin-left: 14px;
        gap: 6px;
        font-size: 12px;
    }

    .news-detail__like svg {
        max-width: 14px;
    }

    .news-detail__share {
        max-width: 14px;
    }

    .news-detail__share svg {
        max-width: 14px;
    }

    .news-detail__links p {
        font-size: 14px;
        margin-bottom: 16px;
    }

    .news-detail__links ul li:not(:last-child) {
        margin-bottom: 8px;
    }

    .news-detail__links ul li a {
        font-size: 12px;
    }

    .news-detail__contacts p {
        font-size: 14px;
        margin-bottom: 16px;
    }

    .news-detail__contact:not(:last-child) {
        margin-bottom: 16px;
        padding-bottom: 16px;
    }

    .news-detail__contact p,
    .news-detail__contact a,
    .news-detail__contact span {
        font-size: 12px;
        margin: 0;
    }

    .news-detail__category p {
        font-size: 10px;
        padding: 4px 10px;
    }

    .cabinet__bottom {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .cabinet__info {
        font-size: 12px;
    }

    .b2b__text {
        font-size: 12px;
    }

    .catalog-sections__title {
        font-size: 12px;
    }

    .catalog-sort__btn {
        color: #020202;
        font-size: 12px;
        font-weight: 600;
        gap: 6px;
        line-height: normal;
    }

    .catalog-sort__btn svg {
        opacity: 1;
    }

    .catalog-sort__arrow {
        margin-left: 2px;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        width: 18px;
        height: 18px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 18px;
        flex: 0 0 18px;
    }

    .catalog-sort__arrow svg {
        max-width: 10px;
    }

    .catalog-sort__list {
        gap: 10px;
        padding: 10px;
        font-size: 12px;
    }

    .catalog-sort__btn {
        white-space: nowrap;
    }

    .catalog-search__input {
        font-size: 12px;
    }

    .catalog-btn-mobile {
        color: #020202;
        font-size: 12px;
        font-weight: 600;
        line-height: normal;
    }

    .catalog-filter__name {
        font-size: 10px;
        line-height: normal;
        letter-spacing: 0.2px;
    }

    .catalog-filter__row {
        min-height: 34px;
    }

    .catalog-filter__item {
        font-size: 10px;
        line-height: normal;
        letter-spacing: 0.2px;
    }

    .catalog-filter__item:not(:last-child)::before {
        content: "";
        height: 10px;
        right: -8px;
    }

    .catalog-filter__items {
        gap: 16px;
    }

    .catalog-detail__article {
        font-size: 10px;
    }

    .catalog-detail__buttons {
        -ms-grid-columns: 1fr 45px;
        grid-template-columns: 1fr 45px;
        gap: 4px;
    }

    .catalog-detail__order {
        height: 45px;
    }

    .catalog-detail__favorite {
        height: 45px;
    }

    .catalog-detail__calc {
        height: 45px;
    }

    .catalog-detail__tabs a {
        font-size: 10px;
    }

    .catalog-detail__images {
        gap: 12px;
    }

    .catalog-detail__images a {
        height: 200px;
    }

    .catalog-detail-characteristics__item {
        font-size: 12px;
    }

    .catalog-detail-characteristics__item:not(:last-child) {
        margin-bottom: 12px;
    }

    .catalog-detail-reviews__count {
        font-size: 12px;
    }

    .catalog-detail-reviews__text {
        font-size: 12px;
        line-height: 150%;
    }

    .catalog-detail-reviews__photo {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 38px;
        flex: 0 0 38px;
        width: 38px;
        height: 38px;
    }

    .catalog-detail-reviews__name {
        font-size: 12px;
    }

    .catalog-detail-reviews__level {
        font-size: 10px;
    }

    .catalog-detail-reviews__evaluation svg {
        max-width: 12px;
    }

    .catalog-detail-reviews__date {
        font-size: 12px;
    }

    .catalog-detail-reviews__img a {
        width: 64px;
        height: 60px;
    }

    .personal-cabinet__nav {
        padding: 27px;
    }

    .personal-cabinet__link {
        margin-bottom: 28px;
        font-size: 12px;
    }

    .personal-cabinet__link.exit {
        margin-top: 28px;
    }

    .personal-cabinet__link.exit::before {
        top: -28px;
    }

    .personal-cabinet__icon {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 18px;
        flex: 0 0 18px;
        width: 18px;
        height: 18px;
    }

    .personal-cabinet__icon svg {
        max-width: 18px;
        max-height: 18px;
    }

    .personal-cabinet__field {
        padding: 6px 6px 6px 14px;
        height: 54px;
    }

    .personal-cabinet__label {
        font-size: 10px;
    }

    .personal-cabinet__input {
        font-size: 12px;
        padding-right: 50px;
    }

    .personal-cabinet__edit {
        width: 42px;
        height: 42px;
    }

    .personal-cabinet__edit svg {
        max-width: 13px;
    }

    .personal-cabinet-contacts__item {
        padding: 6px 6px 6px 14px;
    }

    .personal-cabinet-contacts__btn {
        padding: 10px 12px;
        height: 42px;
        font-size: 10px;
        gap: 4px;
        white-space: nowrap;
    }

    .personal-cabinet-contacts__date {
        font-size: 10px;
    }

    .personal-cabinet-contacts__name {
        font-size: 12px;
    }

    .personal-cabinet-contacts__icon {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16px;
        flex: 0 0 16px;
        width: 16px;
        height: 16px;
    }

    .personal-cabinet-contacts__icon svg {
        max-width: 12px;
    }

    .personal-cabinet-favourites__count {
        font-size: 12px;
    }

    .personal-cabinet-favourites .catalog-sort__list {
        left: auto;
        right: 0;
    }

    .personal-cabinet-favourites__message {
        font-size: 12px;
        padding: 8px 12px;
        gap: 8px;
    }

    .personal-cabinet-favourites__message svg {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 14px;
        flex: 0 0 14px;
    }

    .personal-order-history__buttons {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        gap: 4px;
    }

    .personal-order-history__name {
        font-size: 12px;
    }

    .personal-order-history__date {
        font-size: 10px;
    }

    .personal-order-history__images img {
        width: 62px;
        height: 62px;
    }

    .personal-order-history__price {
        font-size: 12px;
    }

    .personal-track-order__input {
        height: 54px;
        padding: 0 14px;
        font-size: 12px;
    }

    .personal-track-order__btn {
        position: static;
        margin-top: 6px;
        width: 100%;
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0);
    }

    .personal-track-order__btn svg {
        max-width: 14px;
    }

    .personal-track-order__info {
        font-size: 12px;
    }

    .pesonal-gratitude__btn {
        width: 100%;
    }

    .personal-cabinet-order-detail {
        gap: 20px;
    }

    .personal-cabinet-order-detail__wrapper .personal-cabinet__title {
        font-size: 14px;
    }

    .personal-cabinet-order-detail__count {
        font-size: 10px;
    }

    .personal-cabinet-order-detail__info {
        -ms-grid-columns: 70px 1fr;
        grid-template-columns: 70px 1fr;
        gap: 10px;
    }

    .personal-cabinet-order-detail__img {
        width: 70px;
        height: 70px;
    }

    .personal-cabinet-order-detail__article {
        font-size: 10px;
    }

    .personal-cabinet-order-detail__name {
        font-size: 12px;
    }

    .personal-cabinet-order-detail__price {
        gap: 8px;
    }

    .personal-cabinet-order-detail__curent {
        font-size: 14px;
    }

    .personal-cabinet-order-detail__old {
        font-size: 12px;
    }

    .personal-cabinet-order-detail__back {
        font-size: 12px;
        gap: 5px;
    }

    .personal-cabinet-order-detail__back svg {
        max-width: 9px;
    }

    .personal-cabinet-order-detail__subtitle {
        font-size: 10px;
        margin-bottom: 6px;
    }

    .personal-cabinet-order-detail__number {
        font-size: 12px;
    }

    .personal-cabinet-order-detail__copy {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 14px;
        flex: 0 0 14px;
    }

    .personal-cabinet-order-detail__copy svg {
        max-width: 14px;
    }

    .personal-cabinet-order-detail__text {
        font-size: 12px;
    }

    .personal-cabinet-order-detail__line {
        font-size: 12px;
    }

    .personal-cabinet-order-detail__line:not(:last-child) {
        margin-bottom: 16px;
    }

    .personal-cabinet-order-detail__total {
        font-size: 16px;
    }

    .personal-cabinet-feedback__stars {
        margin-bottom: 20px;
    }

    .personal-cabinet-feedback__field {
        padding: 14px;
    }

    .personal-cabinet-feedback__field:not(:last-child) {
        margin-bottom: 12px;
    }

    .personal-cabinet-feedback__label {
        font-size: 10px;
    }

    .personal-cabinet-feedback__input {
        font-size: 12px;
        padding-right: 16px;
    }

    .personal-cabinet-feedback__close {
        top: 14px;
        right: 14px;
    }

    .personal-cabinet-feedback__add {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 42px;
        flex: 0 0 42px;
        width: 42px;
        height: 42px;
        gap: 8px;
    }

    .personal-cabinet-feedback__text {
        margin-left: 4px;
    }

    .personal-cabinet-feedback__text p {
        font-size: 12px;
    }

    .personal-cabinet-feedback__text span {
        font-size: 10px;
    }

    .personal-cabinet-feedback__btn {
        width: 100%;
    }

    .personal-cabinet-feedback__preview {
        width: 42px;
        height: 42px;
    }

    .personal-cabinet-feedback__remove {
        background: transparent;
        border: none;
        width: 100%;
        height: 100%;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        border-radius: 0;
        -webkit-backdrop-filter: blur(0);
        backdrop-filter: blur(0);
    }

    .personal-cabinet-feedback__remove::before {
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .calculator__count {
        font-size: 12px;
    }

    .calculator__top {
        gap: 20px;
        padding: 16px 20px;
    }

    .calculator__warning {
        font-size: 10px;
        line-height: 1.5;
    }

    .calculator__item {
        height: 93px;
    }

    .calculator__buttons {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        gap: 6px;
    }

    .calculator__variant {
        font-size: 10px;
        font-weight: 400;
    }

    .calculator__bubble {
        font-size: 12px;
    }

    .calculator__radio label {
        font-size: 12px;
    }

    .calculator__hint {
        font-size: 12px;
    }

    .calculator__num {
        font-size: 12px;
    }

    .calculator__checkbox label span {
        font-size: 12px;
    }

    .calculator__input {
        font-size: 12px;
    }

    .calculator__accept {
        font-size: 10px;
    }

    .calculator__time {
        font-size: 8px;
    }

    .subscribe__form .form-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .subscribe__form .form-row .button {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .subscribe__form .control-label {
        font-size: 12px;
    }

    .subscribe__form .form-control {
        font-size: 12px;
    }

    .subscribe__form .form-agreement {
        font-size: 10px;
    }

    .footer__logo a {
        gap: 32px;
    }

    .footer__logo a::before {
        left: 54px;
        height: 22px;
    }

    .footer__logo a img,
    .footer__logo a svg {
        max-width: 38px;
    }

    .footer__logo a span {
        font-size: 10px;
    }

    .footer__menu ul li a {
        font-size: 10px;
    }

    .footer__menu ul li:not(:last-child) {
        margin-bottom: 8px;
    }

    .footer__menu ul li:first-child {
        margin-bottom: 16px;
    }

    .footer__menu ul li:first-child a {
        font-size: 12px;
    }

    .footer__bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 28px 0;
    }

    .footer__bottom a {
        font-size: 10px;
        font-weight: 500;
        line-height: 130%;
        letter-spacing: 0.2px;
    }

    .footer__copyright {
        font-size: 10px;
        font-weight: 500;
        line-height: 130%;
        letter-spacing: 0.2px;
    }

    .find-cost__body.no-icon .find-cost__item {
        padding: 15px;
    }
}

@media (max-width: 360px) {
    .head-row__justify .head-row__left {
        max-width: 220px;
    }
}

@media (max-width: 359px) {

    .pagination ul li a,
    .pagination ul li span {
        width: 30px;
        height: 30px;
    }

    .main-banner__btn {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .main-banner__btn .button {
        width: 100%;
    }

    .free-design__info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .free-design__phone {
        padding: 0;
        gap: 10px;
    }

    .free-design__social {
        padding: 0;
        gap: 10px;
        padding-bottom: 20px;
        margin-bottom: 20px;
        position: relative;
        border: none;
    }

    .free-design__social::before {
        content: "";
        position: absolute;
        width: calc(100% + 36px);
        height: 1px;
        bottom: 0;
        left: -18px;
        background: rgba(255, 255, 255, 0.1);
    }

    .catalog-sections__item {
        min-height: 150px;
    }

    .catalog-sections__item:nth-child(1),
    .catalog-sections__item:nth-child(2) {
        min-height: 150px;
    }

    .catalog-detail-characteristics__item::before {
        content: "";
        top: 50%;
        bottom: auto;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

@media (any-hover: hover) {
    .button.black:hover {
        color: #141414;
        background: #fafafa;
        border-color: #141414;
    }

    .button.white:hover {
        color: #fafafa;
        background: #141414;
    }

    .button.transparent:hover {
        background: rgb(255, 255, 255);
        color: #141414;
        border-color: #141414;
    }

    .custom-arrow__button:hover {
        background: #141414;
        border-color: #141414;
    }

    .custom-arrow__button:hover svg path {
        stroke: #fff;
    }

    .pagination ul li a:hover {
        opacity: 0.8;
    }

    .pagination .arrow a:hover {
        opacity: 1;
    }

    .header.transparent .header-body__btn:hover {
        background: rgba(255, 255, 255, 0.06);
    }

    .header-top__menu ul li a:hover {
        color: #fafafa;
    }

    .header-top__address a:hover {
        color: #fafafa;
    }

    .header-top__address a:hover svg {
        opacity: 1;
    }

    .header-top__phone a:hover {
        color: #fafafa;
    }

    .header-top__phone a:hover svg {
        opacity: 1;
    }

    .header-body.fixed .header-body__btn:hover {
        background: rgba(255, 255, 255, 0.06);
    }

    .header-body__btn:hover {
        color: #141414;
        border-color: #141414;
        background: #fafafa;
    }

    .header-body__btn:hover span::before {
        content: "";
        background: #141414;
    }

    .header-body__favorite:hover {
        opacity: 0.8;
    }

    .header-body__personal:hover {
        opacity: 0.8;
    }

    .header-body__search:hover {
        opacity: 0.8;
    }

    .header-body-burger-menu__open:hover {
        opacity: 0.8;
    }

    .header-body-burger-menu__top ul li a:hover {
        opacity: 0.8;
    }

    .header-body-burger-menu__phone a:hover {
        opacity: 0.8;
    }

    .header-body-burger-menu__social a:hover svg {
        opacity: 1;
    }

    .header-body-menu-catalog:hover .header-body-menu-catalog__submenu {
        opacity: 1;
        pointer-events: all;
    }

    .header-body-menu-catalog:hover .header-body-menu-catalog__open svg {
        -webkit-transform: scale(-1);
        -ms-transform: scale(-1);
        transform: scale(-1);
    }

    .header-body-menu-catalog__open:hover {
        opacity: 0.8;
    }

    .header-body-menu-catalog__menu div ul li a:hover {
        opacity: 0.8;
    }

    .header-body-menu-catalog__all:hover {
        opacity: 0.8;
    }

    .header-body-menu__nav ul li a:hover {
        opacity: 0.8;
    }

    .header-search__item:hover {
        opacity: 0.8;
    }

    .header-search__link:hover {
        color: #141414;
        background: #fafafa;
        border-color: #141414;
    }

    .header-search-product__item:hover .header-search-product__img img {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
    }

    .header-search-product__all a:hover {
        opacity: 0.8;
    }

    .hystmodal__close:hover {
        opacity: 0.8;
    }

    .product-category__item:hover {
        background: #141414;
        color: #fafafa;
        border-color: #141414;
    }

    .product-card:hover .product-card__img img {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
    }

    .product-card__favorite:hover {
        background: transparent;
        border-color: rgba(20, 20, 20, 0.26);
    }

    .product-card__favorite:hover.active svg path {
        fill: #141414;
    }

    .product-card__favorite:hover svg path {
        stroke: #141414;
    }

    .find-cost__bottom .button:hover {
        background: transparent;
        border-color: #fff;
        color: #fff;
    }

    .find-cost__bottom .button:hover svg path {
        stroke: #fff;
    }

    .free-design__phone a:hover {
        opacity: 0.8;
    }

    .free-design__right .form-row .button:hover {
        background: #fff;
        color: #141414;
    }

    .breadcrumbs__item a:hover {
        color: rgb(20, 20, 20);
    }

    .breadcrumbs.bg .breadcrumbs__item a:hover {
        opacity: 1;
    }

    .news-sections__item:hover {
        background: #141414;
        border-color: #141414;
        color: #fff;
    }

    .news-search form button:hover svg path {
        stroke: #fff !important;
    }

    .news__item:hover .news__img img {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
    }

    .news__item:hover .news__title {
        opacity: 0.8;
    }

    .news__like:hover {
        color: rgb(20, 20, 20);
    }

    .news__like:hover svg {
        opacity: 1;
        fill: #141414 !important;
    }

    .news__share:hover {
        opacity: 1;
    }

    .news-detail__like:hover {
        color: rgb(20, 20, 20);
    }

    .news-detail__like:hover svg {
        opacity: 1;
        fill: #141414 !important;
    }

    .news-detail__share:hover {
        opacity: 1;
    }

    .news-detail__contact a:hover {
        opacity: 0.8;
    }

    .news-detail__links ul li a:hover {
        color: rgb(20, 20, 20);
    }

    .news-detail__links ul li a:hover span {
        opacity: 1;
    }

    .cabinet__bottom .button.transparent:hover {
        color: #fff;
        border-color: #141414;
        background: #141414;
    }

    .b2b__slider .slick-arrow:hover {
        background: #141414;
        border-color: #141414;
    }

    .catalog-sections__item:hover .catalog-sections__img {
        -webkit-transform: translateZ(0) scale(1.2);
        transform: translateZ(0) scale(1.2);
    }

    .catalog-sections__item:hover .catalog-sections__arrow {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .catalog-sort__list a:hover {
        opacity: 0.8;
    }

    .catalog-search__btn:hover svg path {
        stroke: #141414;
    }

    .catalog-search__clear:hover {
        opacity: 0.8;
    }

    .catalog-detail__favorite:hover {
        border-color: #dedede;
        background: transparent;
    }

    .catalog-detail__favorite:hover svg path {
        stroke: #141414;
    }

    .catalog-detail__favorite:hover.active svg path {
        fill: #141414;
    }

    .catalog-detail__tabs a:hover {
        background: #141414;
        color: #fff;
        border-color: #141414;
    }

    .catalog-detail__tabs a:hover.active {
        color: #fff;
    }

    .personal-cabinet__link:hover {
        opacity: 0.8;
    }

    .personal-cabinet__edit:hover {
        background: #141414;
    }

    .personal-cabinet__edit:hover svg path {
        stroke: #fff;
    }

    .personal-cabinet-contacts__btn:hover {
        color: #fff;
        background: #141414;
    }

    .personal-cabinet-contacts__btn:hover svg path {
        stroke: #fff;
    }

    .personal-order-history__detail:hover {
        border-color: #141414 !important;
    }

    .personal-track-order__btn:hover {
        color: #fff;
        background: #141414;
    }

    .personal-track-order__btn:hover svg path {
        stroke: #fff;
    }

    .personal-cabinet-order-detail__back:hover {
        opacity: 0.8;
    }

    .personal-cabinet-order-detail__copy:hover {
        opacity: 0.8;
    }

    .personal-cabinet-feedback__add:hover {
        background: #141414;
    }

    .calculator__radio label:hover {
        background: #141414;
        border-color: #141414;
        color: #fff;
    }

    .calculator__edit:hover {
        opacity: 0.8;
    }

    .calculator__next:hover {
        background: transparent;
    }

    .calculator__next:hover::before {
        background: #141414;
    }

    .calculator__checkbox label span:hover {
        background: #141414;
        color: #fff;
        border-color: #141414;
    }

    .calculator__submit:hover {
        border-color: #141414;
        background: transparent;
    }

    .calculator__submit:hover svg path {
        stroke: #141414;
    }

    .calculator__item:hover .calculator__img img {
        -webkit-transform: translateZ(0) scale(1.1);
        transform: translateZ(0) scale(1.1);
    }

    .footer__social li a:hover {
        opacity: 1;
    }

    .footer__bottom a:hover {
        color: rgb(20, 20, 20);
    }
}


.about-diplomas-wrapper {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
}

.about-diplomas {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding: 10px 0;
}

.about-diplomas::-webkit-scrollbar {
    display: none;
}

.about-diplomas__item {
    flex: 0 0 auto;
    width: 200px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

.about-diplomas__item:hover {
    transform: translateY(-5px);
}

.about-diplomas__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-diplomas__nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: white;
    border: 1px solid #e0e0e0;
    border-radius: 50%;
    display: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.about-diplomas__nav:hover {
    background: #f5f5f5;
    transform: translateY(-50%) scale(1.1);
}

.about-diplomas__nav--prev {
    left: -20px;
}

.about-diplomas__nav--next {
    right: -20px;
}

.about-diplomas__nav svg {
    width: 20px;
    height: 20px;
    color: #333;
}

/* Показываем кнопки только когда есть возможность прокрутки */
.about-diplomas-wrapper.has-scroll .about-diplomas__nav {
    display: flex;
}

/* Мобильная версия */
@media (max-width: 768px) {
    .about-diplomas__item {
        /* width: 150px; */
        /* height: 252px; */
    }

    .about-diplomas__nav {
        width: 35px;
        height: 35px;
    }

    .about-diplomas__nav--prev {
        left: -15px;
    }

    .about-diplomas__nav--next {
        right: -15px;
    }
}

@media (max-width: 480px) {
    .about-diplomas__item {
        /* width: 129px; */
    }

    .about-diplomas {
        gap: 15px;
    }

    .main-banner .container {
        height: 60vh;

    }
}