.user-select {
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.icon {
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

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

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

a, article, aside, b, blockquote, body, caption, center, cite, code, dd, div, dl, dt, em, fgroup, fieldset, figcaption, figure, font, footer, form, h1, h2, h3, h4, h5, h6, header, hr, html, i, iframe, img, label, legend, li, main, nav, object, ol, p, pre, q, s, section, small, span, strong, table, tbody, td, tfoot, th, thead, time, tr, ul {
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    border: 0;
    outline: 0;
    background: 0 0
}

article, aside, fgroup, figcaption, figure, footer, header, hr, main, nav, picture, section, time {
    display: block
}

html {
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: rgba(0, 0, 0, .1)
}

body {
    line-height: 1
}

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

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

[type=button], [type=reset], [type=submit], button {
    cursor: pointer;
    -webkit-appearance: none;
    background-color: transparent
}

button, textarea {
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    outline: 0;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -webkit-focus-ring-color: none
}

input {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -webkit-focus-ring-color: none
}

button {
    overflow: visible
}

textarea {
    overflow: auto
}

blockquote, q {
    quotes: none
}

blockquote:after, blockquote:before, q:after, q:before {
    content: ''
}

:focus {
    outline: 0
}

:disabled {
    cursor: default
}

table {
    border-spacing: 0;
    border-collapse: collapse
}

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

img {
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

@font-face {
    font-family: Gilroy;
    src: url(../fonts/gilroy-black-webfont.eot);
    src: url(../fonts/gilroy-black-webfont.eot?#iefix) format('embedded-opentype'), url(../fonts/gilroy-black-webfont.woff2) format('woff2'), url(../fonts/gilroy-black-webfont.woff) format('woff'), url(../fonts/gilroy-black-webfont.ttf) format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Gilroy;
    src: url(../fonts/gilroy-bold-webfont.eot);
    src: url(../fonts/gilroy-bold-webfont.eot?#iefix) format('embedded-opentype'), url(../fonts/gilroy-bold-webfont.woff2) format('woff2'), url(../fonts/gilroy-bold-webfont.woff) format('woff'), url(../fonts/gilroy-bold-webfont.ttf) format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Gilroy;
    src: url(../fonts/gilroy-extrabold-webfont.eot);
    src: url(../fonts/gilroy-extrabold-webfont.eot?#iefix) format('embedded-opentype'), url(../fonts/gilroy-extrabold-webfont.woff2) format('woff2'), url(../fonts/gilroy-extrabold-webfont.woff) format('woff'), url(../fonts/gilroy-extrabold-webfont.ttf) format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Gilroy;
    src: url(../fonts/gilroy-medium-webfont.eot);
    src: url(../fonts/gilroy-medium-webfont.eot?#iefix) format('embedded-opentype'), url(../fonts/gilroy-medium-webfont.woff2) format('woff2'), url(../fonts/gilroy-medium-webfont.woff) format('woff'), url(../fonts/gilroy-medium-webfont.ttf) format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Gilroy;
    src: url(../fonts/gilroy-regular-webfont.eot);
    src: url(../fonts/gilroy-regular-webfont.eot?#iefix) format('embedded-opentype'), url(../fonts/gilroy-regular-webfont.woff2) format('woff2'), url(../fonts/gilroy-regular-webfont.woff) format('woff'), url(../fonts/gilroy-regular-webfont.ttf) format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Gilroy;
    src: url(gilroy-semibold-webfont.eot);
    src: url(gilroy-semibold-webfont.eot?#iefix) format('embedded-opentype'), url(../fonts/gilroy-semibold-webfont.woff2) format('woff2'), url(../fonts/gilroy-semibold-webfont.woff) format('woff'), url(../fonts/gilroy-semibold-webfont.ttf) format('truetype');
    font-weight: 600;
    font-style: normal
}

html {
    height: 100% !important;
    margin: auto;
    position: relative
}

body {
    min-width: 320px;
    height: 100% !important;
    position: relative;
    font: 500 14px/24px Gilroy;
    background: #f5f7fa;
    color: #57677a
}

.page-container {
    max-width: 100%;
    min-height: 100%;
    margin: auto;
    padding: 168px 0 0;
    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;
    position: relative
}

.ie .page-container {
    display: block
}

.main {
    width: 100%;
    min-width: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    padding: 64px 0 0
}

.main:before {
    content: "";
    width: 100%;
    height: 200px;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    border-radius: 0 0 16px 16px
}

.container {
    width: 100%;
    min-width: 320px;
    max-width: 1328px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 48px;
    padding-left: 48px
}

.block {
    padding-bottom: 100px
}

.block__title {
    margin-bottom: 20px;
    font: bold 40px/48px Gilroy;
    color: #1b1e2e
}

.title-1 {
    font: bold 40px/48px Gilroy;
    color: #1b1e2e
}

.title-2 {
    font: bold 32px/40px Gilroy;
    color: #1b1e2e
}

.title-3 {
    font: bold 24px/30px Gilroy;
    color: #1b1e2e
}

.title-4 {
    font: bold 18px/24px Gilroy;
    color: #1b1e2e
}

.title-5 {
    font: bold 16px/24px Gilroy;
    color: #1b1e2e
}

.title-6 {
    font: bold 14px/24px Gilroy;
    color: #1b1e2e
}

h1 {
    font: bold 40px/48px Gilroy;
    color: #1b1e2e
}

h2 {
    font: bold 32px/40px Gilroy;
    color: #1b1e2e
}

h3 {
    font: bold 24px/30px Gilroy;
    color: #1b1e2e
}

h4 {
    font: bold 18px/24px Gilroy;
    color: #1b1e2e
}

h5 {
    font: bold 16px/24px Gilroy;
    color: #1b1e2e
}

h6 {
    font: bold 14px/24px Gilroy;
    color: #1b1e2e
}

ul > li {
    list-style: none
}

ol {
    list-style: none;
    counter-reset: item
}

ol > li:before {
    content: counter(item, decimal) ". ";
    counter-increment: item
}

img {
    max-width: 100%;
    height: auto
}

a {
    color: #17b3c2;
    text-decoration: none;
    -webkit-transition: .25s linear;
    transition: .25s linear
}

button, input[type=reset], input[type=submit] {
    -webkit-transition: .25s linear;
    transition: .25s linear
}

button {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

button, input, label, textarea {
    font-family: Gilroy
}

hr {
    height: 2px;
    margin: 28px 0;
    padding: 0;
    border: none;
    background: #1b1e2e
}

.button {
    min-height: 48px;
    padding: 12px 26px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #17b3c2;
    border: none;
    border-radius: 8px;
    font: 600 16px/20px Gilroy;
    color: #fff;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.desktop .button:hover {
    background: #1e8993
}

.desktop .button:active {
    background: #17b3c2;
    -webkit-transition: none;
    transition: none
}

.button.active {
    background: #57677a
}

.desktop .button.active:hover {
    background: #57677a
}

.desktop .button.active:active {
    background: #17b3c2
}

.button.active .button__add-to-basket:before {
    display: none
}

.button.active .button__add-to-basket:after {
    display: block
}

.button_large {
    min-height: 56px;
    padding-top: 16px;
    padding-bottom: 16px;
    line-height: 24px
}

.button__add-to-basket {
    height: 24px;
    display: block
}

.button__add-to-basket:after, .button__add-to-basket:before {
    content: "";
    width: 24px;
    height: 24px;
    display: block;
    background-repeat: no-repeat;
    background-size: 100% 100%
}

.button__add-to-basket:before {
    background-image: url(../img/svg/add-to-basket.svg)
}

.button__add-to-basket:after {
    display: none;
    background-image: url(../img/svg/added-to-basket.svg)
}

.button__text {
    margin: 0 7px
}

.button__text:first-child {
    margin-left: 0
}

.button__text:last-child {
    margin-right: 0
}

.toggle-button {
    padding: 0 18px 0 0;
    display: inline-block;
    vertical-align: top;
    position: relative;
    background: 0 0;
    border: none;
    text-align: left;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font: 500 14px/24px Gilroy;
    color: #57677a
}

.toggle-button:after {
    content: "";
    width: 10px;
    height: 6px;
    margin: -2.5px 0 0;
    position: absolute;
    top: 50%;
    right: 0;
    background: url(../img/svg/arrow-more.svg) no-repeat;
    background-size: 100% 100%;
    -webkit-transition: .25s linear;
    transition: .25s linear
}

.desktop .toggle-button:hover .toggle-button__text {
    border-color: transparent
}

.toggle-button.active:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.toggle-button__text {
    border-bottom: 1px dashed #57677a;
    -webkit-transition: .25s linear;
    transition: .25s linear
}

.close-button {
    width: 40px;
    height: 40px;
    display: block;
    position: relative;
    background: #fff;
    border-radius: 50%
}

.close-button:after, .close-button:before {
    content: "";
    width: 22px;
    height: 2px;
    margin: -1px 0 0 -11px;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #2d3d86;
    -webkit-transition: .25s linear;
    transition: .25s linear;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.close-button:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.desktop .close-button:hover:after, .desktop .close-button:hover:before {
    background: #17b3c2
}

.burger-button {
    height: 48px;
    padding: 0 17px 0 47px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    background: #1b1e2e;
    border-radius: 8px;
    font: 600 16px/48px Gilroy;
    color: #fff
}

.burger-button:hover .burger-button__icon {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.burger-button.active {
    border-radius: 8px 8px 0 0
}

.burger-button.active .burger-button__icon {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.burger-button.active .burger-button__icon:before {
    width: 20px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 6px;
    left: -2px
}

.burger-button.active .burger-button__icon:after {
    opacity: 0
}

.burger-button.active .burger-button__icon span {
    width: 20px;
    margin-top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 6px;
    left: -2px
}

.burger-button__icon {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 16px;
    left: 16px;
    -webkit-transition: .25s linear;
    transition: .25s linear
}

.burger-button__icon span, .burger-button__icon:after, .burger-button__icon:before {
    content: "";
    width: 16px;
    height: 2px;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    -webkit-transition: .25s linear;
    transition: .25s linear
}

.burger-button__icon:after {
    margin-top: 7px
}

.burger-button__icon span {
    margin-top: 14px
}

.trash-button {
    width: 24px;
    height: 24px;
    display: block;
    position: relative;
    background: 0 0;
    border: none
}

.trash-button:after, .trash-button:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    -webkit-transition: .25s linear;
    transition: .25s linear
}

.trash-button:before {
    background-image: url(../img/svg/trash.svg)
}

.trash-button:after {
    background-image: url(../img/svg/trash-green.svg);
    opacity: 0
}

.desktop .trash-button:hover:after {
    opacity: 1
}

.more-button {
    padding: 0 10px 0 0;
    display: inline-block;
    vertical-align: top;
    position: relative;
    font: 600 14px/18px Gilroy;
    color: #17b3c2
}

.more-button:after {
    content: "";
    width: 0;
    height: 0;
    margin: -1px 0 0;
    position: absolute;
    top: 50%;
    right: 0;
    border-style: solid;
    border-width: 3px 0 3px 3px;
    border-color: transparent transparent transparent #17b3c2;
    -webkit-transition: .25s linear;
    transition: .25s linear
}

.desktop a.more-button:hover {
    color: #1e8993
}

.desktop a.more-button:hover:after {
    border-color: transparent transparent transparent #1e8993
}

.desktop a.more-button:active {
    color: #17b3c2;
    -webkit-transition: none;
    transition: none
}

.desktop a.more-button:active:after {
    border-color: transparent transparent transparent #17b3c2;
    -webkit-transition: none;
    transition: none
}

::-moz-placeholder {
    opacity: 1;
    color: #57677a
}

::-webkit-input-placeholder {
    line-height: normal;
    opacity: 1;
    color: #57677a
}

:-ms-input-placeholder {
    opacity: 1;
    color: #57677a
}

.input {
    padding: 0 0 8px
}

.input__label {
    display: block;
    cursor: text;
    font-size: 14px;
    line-height: 24px;
    color: #1b1e2e
}

.input__field {
    width: 100%;
    height: 48px;
    margin: 0 0 8px;
    padding: 0 14px;
    display: block;
    background: #fff;
    border: 1px solid #dfe4ea;
    border-radius: 4px;
    font: 500 14px/1 Gilroy;
    color: #1b1e2e
}

.input__field:focus {
    border-color: #1b1e2e
}

.input__area {
    min-width: 100%;
    max-width: 100%;
    height: 112px;
    min-height: 112px;
    margin: 0 0 8px;
    padding: 12px 14px;
    display: block;
    background: #fff;
    border: 1px solid #dfe4ea;
    border-radius: 4px;
    font: 500 14px/24px Gilroy;
    color: #1b1e2e;
    resize: none
}

.input__area:focus {
    border-color: #1b1e2e
}

.input__area::-webkit-input-placeholder {
    line-height: 24px
}

.selectbox {
    height: 40px;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: normal;
    background: #fff;
    color: #1b1e2e
}

.selectbox.opened {
    z-index: 20
}

.selectbox.opened .selectbox__head {
    border-color: #1b1e2e
}

.selectbox.opened .selectbox__arrow {
    margin-top: -2px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.selectbox__container {
    cursor: pointer
}

.selectbox__head {
    width: 100%;
    max-width: 100%;
    height: 40px;
    padding: 0 32px 0 15px;
    position: relative;
    z-index: 1;
    border: 1px solid #dfe4ea;
    font: 600 14px/38px Gilroy;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: .25s linear;
    transition: .25s linear
}

.desktop .selectbox__head:hover {
    border-color: #1b1e2e
}

.selectbox__arrow {
    width: 0;
    height: 0;
    margin: -1px 0 0;
    position: absolute;
    top: 50%;
    right: 15px;
    border-style: solid;
    border-width: 4px 4px 0 4px;
    border-color: #57677a transparent transparent transparent
}

.selectbox__dropdown {
    width: 100%;
    max-height: 238px;
    padding: 6px 0;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    overflow: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    background: #fff;
    border: 1px solid #dfe4ea;
    border-top: none;
    cursor: default;
    white-space: nowrap
}

.selectbox__dropdown::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background: #dedede
}

.selectbox__dropdown::-webkit-scrollbar-thumb {
    background: #1b1e2e
}

.selectbox__item {
    padding: 4px 15px;
    display: block;
    cursor: pointer;
    -webkit-transition: .25s linear;
    transition: .25s linear;
    position: relative;
    word-break: break-all;
    font: 600 14px/20px Gilroy
}

.desktop .selectbox__item:hover {
    color: #17b3c2
}

.selectbox__input {
    display: none
}

.selectbox__input:checked + .selectbox__text {
    color: #17b3c2
}

.selectbox__text {
    position: relative;
    z-index: 1
}

.content > h1:last-child, .content > h2:last-child, .content > h3:last-child, .content > h4:last-child {
    margin-bottom: 0
}

.content > p:last-child {
    margin-bottom: 0
}

.content > * > a {
    color: #17b3c2
}

.desktop .content > * > a:hover {
    color: #1e8993
}

.content > ul > li {
    padding: 0 0 4px 14px;
    position: relative
}

.content > ul > li:before {
    content: "•";
    position: absolute;
    top: 1px;
    left: 0
}

.content > ul > li:last-child {
    padding-bottom: 0
}

.content > ul:last-child {
    margin-bottom: 0
}

.content > ol > li {
    padding: 0 0 8px 24px;
    position: relative
}

.content > ol > li:before {
    width: 19px;
    position: absolute;
    top: 0;
    left: 5px
}

.seo__content p {
    clear: both;
}

.content > ol > li:last-child {
    padding-bottom: 0
}

.content > ol:last-child {
    margin-bottom: 0
}

.check-list {
    margin-bottom: 24px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px
}

.check-list > ul > li {
    padding: 0 0 24px 33px;
    position: relative
}

.check-list > ul > li:before {
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../img/svg/check-marker.svg) no-repeat;
    background-size: 100% 100%
}

.check-list > ul > li:last-child {
    padding-bottom: 0
}

.check-list:last-child {
    margin-bottom: 0
}

.header {
    width: 100%;
    min-width: 0;
    min-height: 168px;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 999
}

.header-top {
    margin: 0 -12px 24px;
    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;
    position: relative
}

.header-top__col {
    padding: 0 12px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.header-top__col_1 {
    display: none
}

.header-top__col_5 {
    width: 100%;
    min-width: 0;
    -ms-flex-negative: 1;
    flex-shrink: 1
}

.logo {
    display: block
}

.logo__image {
    max-width: 288px
}

.header-work {
    padding: 10px 16px 10px 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #17b3c2;
    border-radius: 8px;
    font: 600 14px/1 Gilroy;
    color: #fff
}

.header-work__icon {
    width: 24px;
    margin: 0 8px 0 0
}

.header-contacts {
    margin: 0 7px
}

.header-contacts__number {
    display: block;
    font: 600 20px/22px Gilroy;
    color: #1b1e2e;
    white-space: nowrap
}

.desktop .header-contacts__number:hover {
    color: #17b3c2
}

.header-contacts__mail {
    display: block;
    font: 600 16px/20px Gilroy;
    color: #57677a
}

.desktop .header-contacts__mail:hover {
    color: #17b3c2
}

.search {
    margin-right: -8px;
    position: relative;
    background: #f5f7fa;
    border-radius: 8px
}

.search__icon {
    width: 16px;
    height: 16px;
    margin: -8px 0 0;
    position: absolute;
    top: 50%;
    left: 16px
}

.search__input {
    width: 100%;
    height: 48px;
    padding: 0 0 0 47px;
    display: block;
    position: relative;
    z-index: 1;
    background: 0 0;
    border: 1px solid transparent;
    border-radius: 8px;
    font: 500 14px/1 Gilroy;
    color: #1b1e2e
}

.search__input:focus {
    border-color: #57677a
}

.header-user {
    margin: 0 -8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.header-user__item {
    padding: 0 8px
}

.header-user__item.active .header-user__link {
    border-color: #17b3c2
}

.header-user__item.active .header-user__icon_default {
    display: none
}

.header-user__item.active .header-user__icon_active {
    display: block
}

.header-user__link {
    width: 40px;
    height: 40px;
    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;
    border: 2px solid #dfe4ea;
    border-radius: 8px
}

.desktop .header-user__link:hover {
    border-color: #57677a
}

.desktop .header-user__link:active {
    border-color: #dfe4ea;
    -webkit-transition: none;
    transition: none
}

.desktop .header-user__link:active .header-user__icon_default {
    display: none
}

.desktop .header-user__link:active .header-user__icon_active {
    display: block
}

.header-user__icon {
    width: 24px;
    height: 24px
}

.header-user__icon_active {
    display: none
}

.header-user__count {
    min-width: 23px;
    height: 23px;
    position: absolute;
    top: -10px;
    right: -10px;
    z-index: 1;
    background: #17b3c2;
    border: 2px solid #fff;
    border-radius: 50%;
    font: 500 12px/20px Gilroy;
    text-align: center;
    color: #fff
}

.header-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding: 8px 0;
}

.header-bottom__left {
    padding-right: 56px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.header-bottom__right {
    width: 100%;
    min-width: 0
}

.header-nav > ul {
    margin: 0 -5px 0 0;
    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
}

.header-nav > ul > li {
    margin: 0 -15px;
    position: relative;
    font: 600 16px/20px Gilroy
}

.header-nav > ul > li > a {
    padding: 13px 20px;
    display: block;
    position: relative;
    border: 1px solid transparent;
    border-bottom: none;
    border-radius: 8px 8px 0 0;
    color: #57677a;
    white-space: nowrap;
    -webkit-transition-property: color;
    transition-property: color
}

.header-nav > ul > li > a b {
    display: inline-block;
    vertical-align: middle;
    position: relative
}

.header-nav > ul > li > a b + b {
    width: 15px;
    height: 4px;
    margin-right: -9px;
    position: relative
}

.header-nav > ul > li > a b + b:after {
    content: "";
    width: 0;
    height: 0;
    margin: -1px 0 0;
    position: absolute;
    top: 50%;
    right: 0;
    border-style: solid;
    border-width: 4px 4px 0 4px;
    border-color: #57677a transparent transparent transparent
}

.desktop .header-nav > ul > li > a:hover {
    color: #1b1e2e
}

.desktop .header-nav > ul > li > a:active {
    color: #57677a;
    -webkit-transition: none;
    transition: none
}

.header-nav > ul > li > ul {
    padding: 7px 15px;
    display: none;
    position: absolute;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-count: 2;
    -moz-column-gap: 0;
    column-gap: 0;
    -webkit-column-gap: 0;
    top: 100%;
    left: 0;
    z-index: 10;
    background: #fff;
    border: 1px solid #dfe4ea;
    border-radius: 0 8px 8px 8px
}

.header-nav > ul > li > ul > li {
    padding: 0
}

.header-nav > ul > li > ul > li > a {
    padding: 13px 5px;
    display: block;
    color: #57677a;
    white-space: nowrap
}

.desktop .header-nav > ul > li > ul > li > a:hover {
    color: #17b3c2
}

.desktop .header-nav > ul > li > ul > li > a:active {
    color: #57677a;
    -webkit-transition: none;
    transition: none
}

.header-nav > ul > li > ul.no-cols {
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-count: 1;
    -moz-column-gap: 0;
    column-gap: 0;
    -webkit-column-gap: 0
}

.header-nav > ul > li.opened > a {
    color: #1b1e2e;
    background-color: #fff;
    border-color: #dfe4ea
}

.header-nav > ul > li.opened > a:after {
    content: "";
    width: 100%;
    height: 4px;
    margin: -2px 0 0;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    z-index: 11
}

.header-nav > ul > li.opened > a b + b:after {
    margin-top: -2px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.header-nav > ul > li.active > a > b:first-child {
    position: relative
}

.header-nav > ul > li.active > a > b:first-child:before {
    content: "";
    width: 100%;
    height: 3px;
    margin-top: 8px;
    position: absolute;
    top: 100%;
    left: 0;
    background: #17b3c2;
    border-radius: 2px
}

.footer {
    width: 100%;
    min-width: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    position: relative;
    background: #fff
}

.footer__main {
    padding-top: 24px;
    padding-bottom: 24px
}

.footer__cols {
    margin: 0 -16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.footer__left {
    padding: 0 16px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.footer__center {
    width: 100%;
    min-width: 0;
    max-width: 412px;
    padding: 0 16px
}

.footer__right {
    padding: 0 16px 0 122px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.copyrights {
    margin: 0 0 8px
}

.copyrights:last-child {
    margin-bottom: 0
}

.socials {
    margin: 0 -4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.socials:last-child {
    margin-bottom: -8px
}

.socials__item {
    margin: 0 4px 8px
}

.socials__link {
    width: 32px;
    height: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px solid #dfe4ea;
    border-radius: 8px
}

.desktop .socials__link_telegram:hover {
    border-color: #38b1f1
}

.desktop .socials__link_vk:hover {
    border-color: #5383b6
}

.desktop .socials__link_whatsapp:hover {
    border-color: #35b648
}

.desktop .socials__link:active {
    border-color: #dfe4ea;
    -webkit-transition: none;
    transition: none
}

.footer-nav > ul {
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-count: 2;
    -moz-column-gap: 32px;
    column-gap: 32px;
    -webkit-column-gap: 32px
}

.footer-nav > ul > li {
    break-inside: avoid;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid
}

.footer-nav > ul > li a {
    font-weight: 600;
    color: #1b1e2e
}

.desktop .footer-nav > ul > li a:hover {
    color: #17b3c2
}

.footer-info {
    margin-bottom: 8px;
    line-height: 16px
}

.footer-info a {
    color: #17b3c2
}

.desktop .footer-info a:hover {
    color: #1e8993
}

.footer-info a[href^=tel] {
    color: #57677a
}

.desktop .footer-info a[href^=tel]:hover {
    color: #17b3c2
}

.footer-info:first-child {
    margin-top: 3px
}

.footer-info:last-child {
    margin-bottom: 0
}

.mob-menu {
    width: 100%;
    height: 100%;
    padding: 168px 0 0;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    background: rgba(0, 0, 0, .7)
}

.mob-menu__bg {
    padding: 7px 0 0 0;
    position: relative;
    z-index: 1;
    background: #1b1e2e;
    color: #fff
}

.mob-menu__mask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.mob-menu__top {
    display: none
}

.mob-menu__bottom {
    display: none
}

.mob-nav {
    display: none
}

.mob-nav ul > li a {
    padding: 21px 16px 20px 0;
    display: block;
    position: relative;
    border-bottom: 1px solid #dfe4ea;
    font: 600 18px/22px Gilroy;
    color: #1b1e2e
}

.mob-nav ul > li a b {
    width: 6px;
    height: 10px;
    margin: -5px 0 0;
    position: absolute;
    top: 50%;
    right: 0;
    background: url(../img/svg/arrow-forward.svg) no-repeat;
    background-size: 100% 100%
}

.desktop .mob-nav ul > li a:hover {
    color: #17b3c2
}

.mob-nav ul > li a + a {
    padding-left: 32px;
    display: none;
    font-weight: 700;
    font-size: 20px
}

.mob-nav ul > li a + a:before {
    content: "";
    width: 6px;
    height: 10px;
    margin: -5px 0 0;
    position: absolute;
    top: 50%;
    left: 0;
    background: url(../img/svg/arrow-back.svg) no-repeat;
    background-size: 100% 100%
}

.mob-nav ul > li a.active {
    display: none
}

.mob-nav ul > li a.active + a {
    display: block
}

.mob-nav ul > li a.active + a + ul > li > a:first-child {
    display: block
}

.mob-nav ul > li a.active + a + ul > li > a:first-child.active {
    display: none
}

.mob-nav ul > li a.active + a + ul > li > a:first-child.active + a {
    display: block
}

.mob-nav ul > li a.active + a + ul > li > a:first-child.active + a + ul > li > a:first-child {
    display: block
}

.mob-nav ul > li a.hidden {
    display: none !important
}

.mob-nav ul > li > ul li a {
    display: none
}

.mob-nav ul > li.hidden {
    display: none
}

.hidden-nav {
    padding-left: 47px
}

.hidden-nav ul {
    width: 263px;
    padding-bottom: 16px;
    position: relative
}

.hidden-nav ul:before {
    content: "";
    width: 1px;
    height: calc(100% - 32px);
    position: absolute;
    top: 16px;
    right: 0;
    z-index: 2;
    background: #292e45
}

.hidden-nav ul > li ul {
    width: 416px;
    min-height: 100%;
    display: none;
    position: absolute;
    top: 0;
    left: 100%
}

.hidden-nav ul > li ul:after {
    content: "";
    width: 10000px;
    height: 100%;
    position: absolute;
    top: 0;
    left: -5000px;
    z-index: 0;
    background: #1b1e2e
}

.hidden-nav ul > li ul li a {
    padding-left: 30px
}

.hidden-nav ul > li ul li a:before {
    width: calc(100% - 60px);
    left: 30px
}

.hidden-nav ul > li ul li.opened > a {
    color: #17b3c2
}

.hidden-nav ul > li ul li:last-child a:before {
    display: none
}

.hidden-nav ul > li ul li ul {
    width: 412px
}

.hidden-nav ul > li ul li ul:before {
    display: none
}

.hidden-nav ul > li a {
    padding: 28px 40px 28px 0;
    display: block;
    position: relative;
    z-index: 3;
    font: 16px/1 Gilroy;
    color: #fff
}

.hidden-nav ul > li a:before {
    content: "";
    width: calc(100% - 30px);
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #292e45
}

.hidden-nav ul > li a b {
    width: 0;
    height: 0;
    margin: -4px 0 0;
    position: absolute;
    top: 50%;
    right: 30px;
    border-style: solid;
    border-width: 4px 0 4px 4px;
    border-color: transparent transparent transparent #17b3c2
}

.desktop .hidden-nav ul > li a:hover {
    color: #17b3c2
}

.hidden-nav ul > li:last-child a:before {
    display: none
}

.hidden-nav ul > li.opened > a {
    color: #17b3c2
}

.popup {
    width: 100%;
    height: 100%;
    max-height: 100%;
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    background: rgba(0, 0, 0, .7)
}

.popup.active .popup__video, .popup.active .popup__window {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.popup__row {
    width: 100%;
    height: 100%;
    display: table;
    table-layout: fixed;
    position: relative
}

.popup__cell {
    width: 100%;
    height: 100%;
    padding: 46px 48px 48px;
    display: table-cell;
    vertical-align: middle
}

.popup__window {
    width: 100%;
    max-width: 608px;
    margin: auto;
    padding: 21px 32px 32px;
    position: relative;
    z-index: 1;
    background: #fff;
    border-radius: 16px;
    color: #57677a;
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .25s linear;
    transition: .25s linear
}

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

.popup__close {
    position: absolute;
    top: -43px;
    right: -40px;
    z-index: 1
}

.popup__title {
    margin-bottom: 9px;
    font: bold 32px/40px Gilroy;
    color: #1b1e2e
}

.popup__text {
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 24px
}

.popup-form__cols {
    margin: 0 -8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.popup-form__col {
    width: 50%;
    min-width: 0;
    padding: 0 8px
}

.popup-form__text {
    margin-bottom: 24px;
    font-size: 14px;
    line-height: 24px
}

.popup-form__text a {
    color: #1b1e2e
}

.desktop .popup-form__text a:hover {
    color: #17b3c2
}

.popup-form__button {
    min-width: 193px
}

.page-nav {
    padding: 0 0 48px
}

.page-nav__list {
    margin: 0 -4px;
    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
}

.page-nav__item {
    padding: 0 4px 8px;
    position: relative;
    font: 500 13px/32px Gilroy
}

.page-nav__item.disabled:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2
}

.page-nav__item.disabled .page-nav__link:after, .page-nav__item.disabled .page-nav__link:before {
    opacity: .2
}

.page-nav__item.active .page-nav__link {
    border-color: #17b3c2 !important;
    background-color: #17b3c2;
    color: #fff
}

.page-nav__link {
    min-width: 32px;
    height: 32px;
    display: block;
    position: relative;
    background: #fff;
    border: 1px solid #dfe4ea;
    border-radius: 8px;
    text-align: center;
    line-height: 30px;
    color: #57677a
}

.desktop .page-nav__link:hover {
    border-color: #17b3c2
}

.desktop .page-nav__link:active {
    border-color: #dfe4ea;
    -webkit-transition: none;
    transition: none
}

.page-nav__link_prev {
    margin-right: 8px
}

.page-nav__link_prev:before {
    content: "";
    width: 6px;
    height: 10px;
    margin: -5px 0 0 -3px;
    position: absolute;
    top: 50%;
    left: 50%;
    background: url(../img/svg/arrow-back-grey.svg) no-repeat;
    background-size: 100% 100%
}

.page-nav__link_next {
    margin-left: 8px
}

.page-nav__link_next:before {
    content: "";
    width: 6px;
    height: 10px;
    margin: -5px 0 0 -3px;
    position: absolute;
    top: 50%;
    left: 50%;
    background: url(../img/svg/arrow-forward-grey.svg) no-repeat;
    background-size: 100% 100%
}

.breadcrumbs {
    margin-top: -6px;
    padding-bottom: 26px
}

.breadcrumbs > ul {
    margin-right: -8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 12px;
    line-height: 20px;
    color: #1b1e2e
}

.breadcrumbs > ul > li {
    margin-right: 8px
}

.breadcrumbs > ul > li > a {
    color: #57677a
}

.desktop .breadcrumbs > ul > li > a:hover {
    color: #17b3c2
}

.breadcrumbs > ul > li:after {
    content: "/";
    margin-left: 5px;
    color: #57677a
}

.breadcrumbs > ul > li:last-child:after {
    display: none
}

.counter {
    width: 96px;
    position: relative;
    border-radius: 8px;
    overflow: hidden
}

.counter_small {
    width: 85px
}

.counter_small .counter__input {
    height: 40px;
    font-size: 14px
}

.counter__input {
    width: 100%;
    height: 56px;
    padding: 0 24px;
    display: block;
    font: 600 16px/1 Gilroy;
    text-align: center;
    color: #1b1e2e;
    border: 1px solid #dfe4ea;
    border-radius: 8px
}

.counter__minus, .counter__plus {
    width: 24px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-right: 1px solid #dfe4ea
}

.counter__minus:after, .counter__minus:before, .counter__plus:after, .counter__plus:before {
    content: "";
    width: 10px;
    height: 2px;
    margin: -1px 0 0 -5px;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #57677a;
    -webkit-transition: all .25s linear 0s;
    transition: all .25s linear 0s
}

.counter__minus:after, .counter__plus:after {
    display: none
}

.desktop .counter__minus:hover:after, .desktop .counter__minus:hover:before, .desktop .counter__plus:hover:after, .desktop .counter__plus:hover:before {
    background: #17b3c2
}

.desktop .counter__minus:active:after, .desktop .counter__minus:active:before, .desktop .counter__plus:active:after, .desktop .counter__plus:active:before {
    background: #57677a;
    -webkit-transition: none;
    transition: none
}

.counter__plus {
    left: auto;
    right: 0;
    border-right: none;
    border-left: 1px solid #dfe4ea
}

.counter__plus:after {
    display: block;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.first-screen {
    padding-bottom: 126px
}

.brands {
    margin: 0 -8px -16px;
    padding-bottom: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.brands:last-child {
    padding-bottom: 0
}

.brands_inner {
    padding-top: 10px
}

.brands__item {
    /* width: calc(25% - 16px); */
    /* margin: 0 8px 16px; */
}

.brands__bg {
    max-width: 100%;
    min-height: 100%;
    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;
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    -webkit-transition: .25s linear;
    transition: .25s linear
}

.desktop .brands__bg:hover {
    -webkit-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, .1);
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, .1)
}

.desktop .brands__bg:active {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    transition: none
}

.brands__logo {
    max-width: 100%;
    max-height: 100%
}

.brands__logo_mob, .brands__logo_tablet, .brands__logo_xmob {
    display: none
}

.main-banner {
    margin-bottom: 32px;
    position: relative;
    overflow: hidden;
    background: #d9d9d9;
    border-radius: 16px;
    color: #fff
}

.main-banner:last-child {
    margin-bottom: 0
}

.main-banner__image-wrap {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    border-radius: 16px
}

.main-banner__image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: left center;
    object-position: left center
}

.main-banner__image_mob {
    display: none
}

.main-banner__row {
    width: 100%;
    display: table;
    table-layout: fixed
}

.main-banner__cell {
    height: 520px;
    padding: 0 48px;
    display: table-cell;
    vertical-align: middle
}

.main-banner__max {
    max-width: 500px;
    padding: 20px 0;
    position: relative;
    bottom: 10px
}

.main-banner__title {
    margin-bottom: 19px;
    font: bold 40px/48px Gilroy;
    color: #1b1e2e;
    color: #fff
}

.main-banner__subtitle {
    max-width: 360px;
    margin-bottom: 26px;
    font: bold 16px/24px Gilroy;
    color: #1b1e2e;
    font-weight: 600;
    color: #fff
}

.main-banner__button {
    margin-bottom: 20px
}

.categories {
    padding-bottom: 115px
}

.categories__list {
    margin: 0 -8px -16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.categories__item {
    width: calc(20% - 16px);
    height: 296px;
    margin: 0 8px 16px;
    position: relative;
    background: #fff;
    border-radius: 16px;
}

/*.categories__item:nth-child(1) {
    width: calc(50% - 16px)
}*/

.categories__image-wrap::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(305deg, rgb(255,255,255), transparent);
}

.categories__link {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    border-radius: 16px
}

.desktop .categories__link:hover {
    -webkit-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, .1);
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, .1)
}

.desktop .categories__link:hover + .categories__image-wrap + .categories__title {
    color: #17b3c2
}

.desktop .categories__link:active {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    transition: none
}

.desktop .categories__link:active + .categories__image-wrap + .categories__title {
    color: #1b1e2e;
    -webkit-transition: none;
    transition: none
}

.categories__image-wrap {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    border-radius: 16px
}

.categories__image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: left center;
    object-position: left center
}

.categories__image_mob {
    display: none
}

.categories__title {
    max-width: 170px;
    position: absolute;
    bottom: 24px;
    right: 32px;
    font: bold 18px/24px Gilroy;
    color: #1b1e2e;
    text-align: right;
    -webkit-transition: .25s linear;
    transition: .25s linear
}

.carousel {
    margin: 0 -8px;
    position: relative
}

.carousel:before {
    content: "";
    width: 1000px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 100%;
    z-index: 1
}

.carousel:after {
    content: "";
    width: 1000px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 1
}

.carousel.loaded {
    height: 285px;
    overflow: hidden
}

.carousel.loaded:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    z-index: 9;
    background: #f5f7fa
}

.carousel.loaded:after {
    content: "";
    width: 64px;
    height: 64px;
    margin: -32px 0 0 -32px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    background: url(../img/gif/loader.gif) no-repeat;
    background-size: 100% 100%
}

.mob .carousel.loaded:after {
    display: block
}

.carousel .slick-list, .carousel .slick-track {
    overflow: visible !important
}

.carousel .slick-prev {
    position: absolute;
    top: 152px;
    left: -16px;
    z-index: 2
}

.carousel .slick-next {
    position: absolute;
    top: 152px;
    right: -16px;
    z-index: 2
}

.carousel .catalog-item, .carousel .news-item {
    margin: 0 8px
}

.carousel_news .carousel__item.active-3, .carousel_news .carousel__item.active-4 {
    opacity: 0
}

.carousel_news .slick-next, .carousel_news .slick-prev {
    margin-top: -43px;
    top: 50%
}

.carousel__item {
    opacity: 0;
    -webkit-transition: .2s linear;
    transition: .2s linear
}

.carousel__item.active-1, .carousel__item.active-2, .carousel__item.active-3, .carousel__item.active-4 {
    opacity: 1
}

.catalog-item {
    position: relative;
    background: #fff;
    -webkit-transition: .25s linear;
    transition: .25s linear;
    border-radius: 16px;
    overflow: hidden;
    color: #6f747b
}

.desktop .catalog-item:hover {
    -webkit-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, .1);
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, .1)
}

.catalog-item__link {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}

.catalog-item__top {
    height: 199px;
    margin-top: 16px;
    margin-bottom: 16px;
    overflow: hidden
}

.catalog-item__image {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    opacity: 1 !important
}

.catalog-item__middle {
    margin: 0 32px 77px
}

.catalog-item__title {
    margin-bottom: 5px;
    font: bold 16px/24px Gilroy;
    color: #1b1e2e;
    position: relative;
    z-index: 2
}

.catalog-item__title a {
    display: block;
    color: #1b1e2e
}

.desktop .catalog-item__title a:hover {
    color: #17b3c2
}

.desktop .catalog-item__title a:active {
    color: #1b1e2e;
    -webkit-transition: none;
    transition: none
}

.catalog-item__title:last-child {
    margin-bottom: 0
}

.catalog-item__text {
    margin-bottom: 5px;
    font: 600 12px/16px Gilroy
}

.catalog-item__text:last-child {
    margin-bottom: 0
}

.catalog-item__quantity {
    margin-bottom: -4px;
    font: 600 12px/16px Gilroy
}

.catalog-item__quantity b, .catalog-item__quantity strong {
    font-weight: 600;
    color: #1b1e2e
}

.catalog-item__bottom {
    width: 100%;
    padding: 0 32px 16px;
    position: absolute;
    bottom: 0;
    left: 0
}

.catalog-item__cols {
    margin: 0 -3px;
    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
}

.catalog-item__col {
    padding: 0 3px
}

.catalog-item__price {
    font: bold 14px/20px Gilroy;
    color: #1b1e2e
}

.catalog-item__button {
    min-height: 40px;
    margin-right: -8px;
    padding: 8px;
    position: relative;
    z-index: 2
}

.benefits {
    padding-bottom: 115px
}

.benefits__list {
    margin: 0 -8px -16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.benefits__item {
    width: calc(33.333% - 16px);
    margin: 0 8px 16px;
    padding: 0 0 26px;
    overflow: hidden;
    background: #fff;
    border-radius: 16px
}

.benefits__circle {
    width: 128px;
    height: 128px;
    margin: -16px 0 38px -16px;
    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;
    background: #17b3c2;
    border-radius: 50%
}

.benefits__icon {
    width: 64px;
    position: relative;
    top: 6px;
    left: 10px
}

.benefits__title {
    max-width: 280px;
    margin: 0 32px;
    font: bold 16px/24px Gilroy;
    color: #1b1e2e;
    font-weight: 600
}

.seo {
    padding-bottom: 115px
}

.seo.active .seo__hidden {
    display: block
}

.seo__hidden {
    padding: 0 0 24px;
    display: none
}

.seo__content h1, .seo__content h2, .seo__content h3, .seo__content h4 {
    margin-bottom: 14px
}

.seo__content h1:first-child, .seo__content h2:first-child, .seo__content h3:first-child, .seo__content h4:first-child {
    font: bold 40px/48px Gilroy;
    color: #1b1e2e
}

.seo__content p {
    margin-bottom: 12px
}

.seo__content p:last-child {
    margin-bottom: 0
}

.seo__button .toggle-button__text:before {
    content: "Развернуть текст"
}

.seo__button.active .toggle-button__text:before {
    content: "Свернуть текст"
}

.inner-page_cert {
    margin-bottom: 40px;
    padding-bottom: 0 !important
}

.inner-page__title {
    margin: -7px 0 10px;
    font: bold 40px/48px Gilroy;
    color: #1b1e2e
}

.catalog-page__cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.catalog-page__left {
    width: 310px;
    padding: 0 30px 0 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.catalog-page__right {
    width: 100%;
    min-width: 0;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.catalog-page__right .seo {
    padding-top: 80px;
    margin-bottom: 18px
}

.catalog-page__title {
    margin-top: -5px;
    margin-bottom: 23px;
    font: bold 40px/48px Gilroy;
    color: #1b1e2e
}

.catalog-page__title_uppercase {
    text-transform: uppercase
}

.catalog-page__back {
    display: none
}

.sidebar {
    padding: 6px 0 4px;
    background: #fff;
    border-radius: 16px
}

.sidebar_uppercase {
    text-transform: uppercase
}

.sidebar__item {
    padding: 0 24px;
    position: relative
}

.sidebar__item:after {
    content: "";
    width: calc(100% - 48px);
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 24px;
    background: #dfe4ea
}

.sidebar__item.active .sidebar__link {
    color: #1b1e2e
}

.sidebar__item.active .sidebar__link:before {
    opacity: 1
}

.sidebar__item.active .sidebar__link b:before {
    display: none
}

.sidebar__item.opened .sidebar__link b:before {
    display: none
}

.sidebar__item_logout {
    padding-top: 12px
}

.sidebar__item:last-child:after {
    display: none
}

.sidebar__link {
    padding: 21px 0 20px;
    display: block;
    position: relative;
    z-index: 1;
    font: 600 16px/1 Gilroy;
    color: #57677a
}

.sidebar__link:before {
    content: "";
    width: 5px;
    height: 25px;
    margin: -12.5px 0 0;
    position: absolute;
    top: 50%;
    left: -25px;
    -webkit-transition: .25s linear;
    transition: .25s linear;
    background: #17b3c2;
    border-radius: 0 4px 4px 0;
    opacity: 0
}

.desktop .sidebar__link:hover {
    color: #1b1e2e
}

.desktop .sidebar__link:hover b:after, .desktop .sidebar__link:hover b:before {
    background: #1b1e2e
}

.sidebar__link b {
    padding: 0 30px 0 0;
    display: block;
    position: relative;
    font-weight: 600
}

.sidebar__link b:after, .sidebar__link b:before {
    content: "";
    width: 10px;
    height: 2px;
    position: absolute;
    top: 50%;
    right: 0;
    background: #57677a;
    -webkit-transition: .25s linear;
    transition: .25s linear
}

.sidebar__link b:before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.sidebar__hidden {
    display: none
}

.sidebar-nav__item:first-child .sidebar-nav__link {
    padding-top: 6px
}

.sidebar-nav__item:last-child .sidebar-nav__link {
    padding-bottom: 23px
}

.sidebar-nav__item.active .sidebar-nav__link b:before, .sidebar-nav__item.opened .sidebar-nav__link b:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.sidebar-nav__link {
    padding: 13px 6px;
    display: block;
    font: 600 14px/1 Gilroy;
    color: #57677a
}

.sidebar-nav__link b {
    padding: 0 20px 0 0;
    display: inline-block;
    vertical-align: top;
    position: relative
}

.sidebar-nav__link b:before {
    content: "";
    width: 0;
    height: 0;
    margin: -1px 0 0;
    position: absolute;
    top: 50%;
    right: 0;
    border-style: solid;
    border-width: 4px 4px 0 4px;
    border-color: #57677a transparent transparent transparent
}

.desktop .sidebar-nav__link:hover {
    color: #1b1e2e
}

.sidebar-nav__hidden {
    display: none
}

.sidebar-subnav__link {
    padding: 13px 12px;
    display: block;
    font: 600 14px/1 Gilroy;
    color: #57677a
}

.desktop .sidebar-subnav__link:hover {
    color: #1b1e2e
}

.filters {
    margin: 0 -8px -16px;
    padding: 0 0 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.filters__col {
    width: 50%;
    max-width: 208px;
    padding: 0 8px 16px
}

.catalog {
    margin: 0 -8px -16px;
    padding: 0 0 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.catalog .catalog-item {
    width: calc(33.333% - 16px);
    margin: 0 8px 16px
}

.card-page {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.card-page__left {
    width: 56.49%;
    min-width: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.card-page__right {
    width: 43.57%;
    padding: 0 0 0 28px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.card-page__title {
    margin-top: -2px;
    margin-bottom: 22px;
    font: bold 32px/40px Gilroy;
    color: #1b1e2e;
    word-break: break-all
}

.card-page__quantity {
    margin-bottom: 18px;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px
}

.card-page__quantity b, .card-page__quantity strong {
    font-weight: 600;
    color: #1b1e2e
}

.card-page__price {
    margin-bottom: 18px;
    font: bold 20px/24px Gilroy;
    color: #1b1e2e
}

.card-page__mob {
    display: none
}

.card-page__bottom {
    margin: 0 -8px -16px;
    padding: 0 0 31px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.card-page__bottom-col {
    padding: 0 8px 16px
}

.card-page__button {
    padding-left: 24px;
    padding-right: 24px;
    font-weight: 700
}

.card-page__button .button__text:before {
    content: "Добавить в корзину"
}

.card-page__button.active .button__text:before {
    content: "Добавлено в корзину"
}

.card-page__line {
    height: 1px;
    margin: 0 0 30px;
    background: #dfe4ea
}

.card-chars__title {
    margin-bottom: 12px;
    font: bold 20px/24px Gilroy;
    color: #1b1e2e
}

.card-chars__file {
    margin: 0 0 10px -3px
}

.card-chars__file:last-child {
    margin-bottom: 0
}

.chars {
    margin: 0 0 27px;
    padding: 8px 24px;
    background: #fff;
    border-radius: 8px
}

.chars:last-child {
    margin-bottom: 0
}

.chars__item {
    padding: 7px 0 8px;
    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;
    border-bottom: 1px solid #dfe4ea;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px
}

.chars__item:last-child {
    border: none
}

.chars__key {
    padding-right: 16px
}

.chars__value {
    color: #1b1e2e
}

.file {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: #57677a
}

.desktop .file:hover {
    color: #17b3c2
}

.file__icon {
    width: 24px;
    margin: 0 5px 0 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.file__name {
    padding-top: 4px;
    padding-bottom: 4px
}

.slider {
    margin: 0 0 32px;
    position: relative;
    overflow: hidden;
    background: #fff;
    border-radius: 8px
}

.slider.loaded {
    height: 480px
}

.slider.loaded:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    z-index: 9;
    background: #fff;
    border-radius: 8px
}

.slider.loaded:after {
    content: "";
    width: 64px;
    height: 64px;
    margin: -32px 0 0 -32px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    background: url(../img/gif/loader-white-bg.gif) no-repeat;
    background-size: 100% 100%
}

.mob .slider.loaded:after {
    display: block
}

.slider .slick-list, .slider .slick-track {
    overflow: visible !important
}

.slider .slick-prev {
    margin: -24px 0 0;
    position: absolute;
    top: 50%;
    left: 16px;
    z-index: 1;
    background-color: #fff
}

.slider .slick-next {
    margin: -24px 0 0;
    position: absolute;
    top: 50%;
    right: 16px;
    z-index: 1;
    background-color: #fff
}

.slider .slick-dots {
    width: 100%;
    position: absolute;
    bottom: 16px;
    left: 0;
    z-index: 1
}

.slider:last-child {
    margin-bottom: 0
}

.slider__image-link {
    height: 480px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden
}

.slider__image {
    max-width: 100%;
    max-height: 100%;
    opacity: 1 !important
}

.info {
    margin: 0 0 8px;
    background: #fff;
    border-radius: 8px
}

.info:last-child {
    margin: 0
}

.info.opened .info__button:before {
    display: none
}

.info__button {
    width: 100%;
    padding: 20px 64px 20px 24px;
    display: block;
    position: relative;
    border: none;
    font: bold 20px/24px Gilroy;
    text-align: left;
    color: #1b1e2e
}

.info__button:after, .info__button:before {
    content: "";
    width: 16px;
    height: 2px;
    position: absolute;
    top: 50%;
    right: 24px;
    background: #57677a;
    -webkit-transition: .25s linear;
    transition: .25s linear
}

.info__button:before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.desktop .info__button:hover {
    color: #17b3c2
}

.desktop .info__button:hover:after, .desktop .info__button:hover:before {
    background: #17b3c2
}

.info__hidden {
    padding: 0 24px 24px;
    display: none
}

.basket-page__title {
    margin-top: -7px;
    margin-bottom: 20px;
    font: bold 40px/48px Gilroy;
    color: #1b1e2e
}

.basket-page__cols {
    max-width: 1158px;
    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
}

.basket-page__right {
    padding: 0 0 0 16px
}

.basket-page__button {
    min-width: 193px
}

.basket-page__price {
    font: bold 20px/24px Gilroy;
    color: #1b1e2e
}

.basket {
    padding-bottom: 24px
}

.basket__item {
    min-height: 112px;
    margin: 0 0 8px;
    padding: 24px 14px;
    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;
    position: relative;
    background: #fff;
    border-radius: 8px
}

.basket__col {
    padding: 0 10px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.basket__col_2 {
    width: 100%;
    min-width: 0;
    -ms-flex-negative: 1;
    flex-shrink: 1
}

.basket__col_3 {
    min-width: 17.36%
}

.basket__col_4 {
    min-width: 20.76%
}

.basket__image-link {
    width: 60px;
    height: 64px;
    display: block;
    overflow: hidden
}

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

.basket__text {
    margin-bottom: 6px;
    font: 600 12px/16px Gilroy
}

.basket__text b, .basket__text strong {
    font-weight: 600;
    color: #1b1e2e
}

.basket__text:last-child {
    margin-bottom: 0
}

.basket__title {
    margin-bottom: 2px;
    font: bold 16px/24px Gilroy;
    color: #57677a;
    word-break: break-all
}

.basket__title a {
    color: #57677a
}

.desktop .basket__title a:hover {
    color: #17b3c2
}

.basket__title:last-child {
    margin-bottom: 0
}

.basket__price {
    font: bold 14px/24px Gilroy;
    color: #1b1e2e
}

.about-company {
    margin-bottom: 40px;
    overflow: hidden
}

.about-company > p {
    margin-bottom: 8px
}

.about-company > p:first-child {
    margin-bottom: 24px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px
}

.about-company > img {
    margin: 0 32px 24px 0;
    float: left;
    border-radius: 16px
}

.about-company > br {
    clear: both
}

.about-company > ul {
    margin-bottom: 8px;
    overflow: hidden
}

.about-company a {
    font-weight: 600
}

.gallery {
    margin: 0 -8px -16px;
    padding: 0 0 37px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.gallery:last-child {
    padding-bottom: 0
}

.gallery__item {
    width: 50%;
    padding: 0 8px 16px
}

.gallery__image-link {
    height: 472px;
    display: block;
    border-radius: 16px;
    overflow: hidden
}

.gallery__image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center top;
    object-position: center top;
    border-radius: 16px
}

.company-mission {
    margin-bottom: 40px
}

.company-mission:last-child {
    margin-bottom: 0
}

.company-mission__title {
    margin: 0 0 17px;
    font: bold 32px/40px Gilroy;
    color: #1b1e2e
}

.payment {
    padding-top: 18px
}

.payment > h2, .payment > h3, .payment > h4 {
    margin: 0 0 9px
}

.payment > p {
    margin: 0 0 8px
}

.payment a {
    font-weight: 600
}

.payment a[href^=mailto] {
    font-size: 16px
}

.payment a[href^=tel] {
    color: #1b1e2e;
    font-size: 16px
}

.desktop .payment a[href^=tel]:hover {
    color: #17b3c2
}

.payment > br + h2 {
    margin-top: -2px
}

.contacts {
    padding-top: 8px;
    padding-bottom: 50px
}

.contacts__title {
    margin: 0 0 2px;
    font: bold 20px/24px Gilroy
}

.contacts__text {
    font-size: 14px;
    line-height: 24px
}

.contacts__text a {
    font-weight: 600;
    color: #17b3c2
}

.desktop .contacts__text a:hover {
    color: #1e8993
}

.contacts__text a[href^=tel] {
    color: #1b1e2e
}

.desktop .contacts__text a[href^=tel]:hover {
    color: #17b3c2
}

.contacts__top-cols {
    max-width: 1159px;
    margin: 0 -12px -19px;
    padding-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.contacts__top-cols:last-child {
    padding-bottom: 0
}

.contacts__top-col {
    padding: 0 12px 19px;
    position: relative
}

.contacts__top-col:nth-child(2) {
    left: 15px
}

.contacts__bottom-cols {
    max-width: 1140px;
    margin: 0 -12px -44px;
    padding-bottom: 44px;
    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
}

.contacts__bottom-cols:last-child {
    padding-bottom: 0
}

.contacts__bottom-cols .contacts__title {
    padding-bottom: 6px
}

.contacts__bottom-col {
    padding: 0 12px 44px
}

.contacts__bottom-col:nth-child(2) {
    margin-top: 120px
}

.workers {
    margin: 0 -24px -44px 0;
    padding-bottom: 44px
}

.workers:last-child {
    padding-bottom: 0
}

.workers__item {
    padding: 0 24px 44px 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.workers__item:nth-child(2n-1) {
    width: 310px
}

.workers__image {
    width: 88px;
    height: 88px;
    margin: 0 16px 0 0;
    border-radius: 50%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    object-fit: cover;
}

.workers__text {
    font-size: 14px;
    line-height: 24px
}

.workers__text b, .workers__text strong {
    font-weight: 600;
    font-size: 16px;
    color: #17b3c2
}

.workers__text a {
    font-weight: 600;
    color: #17b3c2
}

.desktop .workers__text a:hover {
    color: #1e8993
}

.workers__text a[href^=tel] {
    color: #1b1e2e
}

.desktop .workers__text a[href^=tel]:hover {
    color: #17b3c2
}

.contacts-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.contacts-block__left {
    width: 100%;
    min-width: 0;
    min-height: 400px;
    background-color: #ccc;
    border-radius: 16px;
    overflow: hidden
}

.contacts-block__right {
    width: 400px;
    margin-left: 16px;
    padding: 16px 24px 24px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background: #fff;
    border-radius: 16px
}

.ymaps-2-1-79-controls__control_toolbar, .ymaps-2-1-79-copyright__link, .ymaps-2-1-79-copyright__text, .ymaps-2-1-79-gototech, .ymaps-2-1-79-gotoymaps {
    display: none !important
}

.contacts-form .input__area {
    height: 128px;
    min-height: 128px
}

.contacts-form__title {
    margin-bottom: 18px;
    font: bold 32px/40px Gilroy;
    color: #1b1e2e;
    text-align: center
}

.contacts-form__text {
    margin-bottom: 17px;
    font-size: 14px;
    line-height: 24px
}

.contacts-form__text a {
    color: #1b1e2e
}

.desktop .contacts-form__text a:hover {
    color: #17b3c2
}

.contacts-form__bottom {
    text-align: center
}

.contacts-form__button {
    min-width: 193px
}

.captcha {
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.captcha__text {
    margin-right: 8px;
    font-size: 14px;
    line-height: 24px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.captcha__image-wrap {
    max-width: 90px;
    margin-right: 8px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.captcha__input-wrap {
    width: 100%;
    min-width: 0;
    padding: 0
}

.captcha__input-wrap .input__field {
    height: 32px;
    margin: 0;
    padding: 0 12px
}

.news {
    margin: 0 -8px -16px;
    padding: 12px 0 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.news:last-child {
    padding-bottom: 0
}

.news .news-item {
    width: calc(50% - 16px);
    margin: 0 8px 16px
}

.news-item {
    padding: 24px;
    position: relative;
    background: #fff;
    border-radius: 16px
}

.news-item__link {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    border-radius: 16px
}

.desktop .news-item__link:hover {
    -webkit-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, .1);
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, .1)
}

.desktop .news-item__link:hover + .news-item__cols .news-item__title {
    color: #17b3c2
}

.desktop .news-item__link:active {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    transition: none
}

.desktop .news-item__link:active + .news-item__cols .news-item__title {
    color: #1b1e2e;
    -webkit-transition: none;
    transition: none
}

.news-item__cols {
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.news-item__image-wrap {
    width: 216px;
    height: 248px;
    margin: 0 16px 0 0;
    border-radius: 8px;
    overflow: hidden;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.news-item__image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.news-item__right {
    width: 100%;
    min-width: 0;
    padding: 0 0 26px;
    position: relative
}

.news-item__more {
    position: absolute;
    bottom: 4px;
    left: 0
}

.news-item__date {
    margin: 0 0 7px;
    font: 500 12px/24px Gilroy
}

.news-item__title {
    margin: 0 0 8px;
    font: bold 16px/24px Gilroy;
    color: #1b1e2e;
    -webkit-transition: .25s linear;
    transition: .25s linear
}

.news-item__content {
    margin-right: -4px;
    font-size: 14px;
    line-height: 24px
}

.news-item__content ol, .news-item__content p, .news-item__content ul {
    margin-bottom: 0
}

.news-article {
    margin-top: -15px;
    margin-bottom: 60px;
    padding-bottom: 0 !important;
    overflow: hidden
}

.news-article__title {
    margin: 0 0 5px;
    font: bold 40px/48px Gilroy;
    color: #1b1e2e
}

.news-article__date {
    margin: 0 0 15px;
    font-size: 12px;
    line-height: 24px
}

.news-article__content {
    padding-bottom: 60px;
    border-bottom: 1px solid #dfe4ea;
    overflow: hidden
}

.news-article__content > img {
    max-width: 592px;
    margin: 0 32px 24px 0;
    float: left;
    border-radius: 16px
}

.news-article__content ol, .news-article__content ul, .news-article__content > p {
    margin-bottom: 24px;
    overflow: hidden
}

.news-article__content ol + br, .news-article__content ul + br, .news-article__content > p + br {
    height: 0;
    margin: 0;
    padding: 0;
    display: block;
    clear: both;
    line-height: 0
}

.news-article__content ol + h1, .news-article__content ol + h2, .news-article__content ol + h3, .news-article__content ul + h1, .news-article__content ul + h2, .news-article__content ul + h3, .news-article__content > p + h1, .news-article__content > p + h2, .news-article__content > p + h3 {
    padding-top: 10px
}

.news-article__content a {
    font-weight: 600
}

.news-article__content h1, .news-article__content h2, .news-article__content h3 {
    margin-bottom: 8px
}

.news-article__content h4 {
    margin-bottom: 8px;
    font: bold 16px/24px Gilroy;
    color: #1b1e2e
}

.other-news__title {
    margin: 0 0 22px;
    font: bold 40px/48px Gilroy;
    color: #1b1e2e
}

.cert-block__title {
    margin-bottom: 11px;
    font: bold 32px/40px Gilroy;
    color: #1b1e2e
}

.cert {
    margin: 0 -8px -16px;
    padding-top: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.cert__item {
    width: calc(25% - 16px);
    margin: 0 8px 16px
}

.cert__image-link {
    padding: 16px;
    display: block;
    position: relative;
    border-radius: 16px;
    background: #fff
}

.cert__image-link:after {
    content: "";
    width: 18px;
    height: 18px;
    position: absolute;
    bottom: 22px;
    right: 22px;
    background: url(../img/svg/zoom.svg) no-repeat;
    background-size: 100% 100%
}

.desktop .cert__image-link:hover {
    -webkit-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, .1);
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, .1)
}

.desktop .cert__image-link:active {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    transition: none
}

.cert__image {
    width: 100%;
    border-radius: 8px
}

.service {
    margin-top: -10px;
    overflow: hidden
}

.service > ol, .service > p, .service > ul {
    min-width: 100%;
    overflow: hidden;
    margin-bottom: 24px
}

.service > ol + h2, .service > ol + h3, .service > ol + h4, .service > p + h2, .service > p + h3, .service > p + h4, .service > ul + h2, .service > ul + h3, .service > ul + h4 {
    padding-top: 7px
}

.service > p + hr + ul, .service > p + ul {
    margin-top: -16px
}

.service > p + img {
    margin-top: -8px
}

.service > p + img + img {
    margin-top: -8px
}

.service > ul + p {
    margin-top: -8px
}

.service > ul + img {
    margin-top: -8px
}

.service > ul + img + img {
    margin-top: -8px
}

.service > ul + .services {
    padding-top: 16px
}

.service b, .service strong {
    font-weight: 600;
    color: #17b3c2
}

.service a {
    font-weight: 600;
    color: #17b3c2
}

.desktop .service a:hover {
    color: #1e8993
}

.service > h2 {
    margin-bottom: 10px
}

.service > h3, .service > h4 {
    margin-bottom: 10px
}

.service > img {
    width: calc(50% - 8px);
    margin: 0 8px 24px 0;
    float: left;
    position: relative;
    border-radius: 16px
}

.service > img + img {
    left: 8px
}

.service > img + img + img {
    left: auto
}

.service > img + img + img + img {
    left: 8px
}

.service > img + img + img + img + img {
    left: auto
}

.service > img + img + img + img + img + img {
    left: 8px
}

.service > hr {
    height: 0;
    margin: 0;
    padding: 0;
    background: 0 0;
    border: none
}

.service > hr + ul {
    min-width: 0;
    max-width: 520px;
    margin-bottom: 16px;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-count: 2;
    -moz-column-gap: 16px;
    column-gap: 16px;
    -webkit-column-gap: 16px
}

.service > hr + ul > li {
    break-inside: avoid;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid
}

.service > hr + ul > li:last-child {
    padding-bottom: 8px
}

.services {
    margin: -7px -8px -16px;
    padding: 0 0 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.services_details .services__bg {
    border-radius: 8px 8px 16px 16px
}

.services__item {
    width: calc(33.333% - 16px);
    margin: 0 8px 16px;
    position: relative
}

.services__bg {
    height: 264px;
    border-radius: 16px;
    overflow: hidden
}

.services__image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.services__title {
    width: 100%;
    min-height: 48px;
    margin: 0;
    padding: 8px 16px;
    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: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: #fff;
    border-radius: 8px;
    text-align: center;
    font: bold 16px/1 Gilroy;
    color: #1b1e2e;
    -webkit-transition: .25s linear;
    transition: .25s linear
}

.services__link {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    border-radius: 16px 16px 8px 8px
}

.desktop .services__link:hover {
    -webkit-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, .1);
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, .1)
}

.desktop .services__link:hover + .services__bg + .services__title {
    color: #17b3c2
}

.desktop .services__link:active {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    transition: none
}

.desktop .services__link:active + .services__bg + .services__title {
    color: #1b1e2e;
    -webkit-transition: none;
    transition: none
}

.lk-mob {
    width: 100%;
    display: none
}

.lk-mob__title {
    margin-bottom: 19px;
    font: bold 24px/1 Gilroy;
    color: #1b1e2e
}

.lk-form {
    max-width: 400px;
    margin-top: -10px
}

.lk-form__bottom {
    padding-top: 8px
}

.lk-form__button {
    min-width: 193px
}

.order {
    padding: 0 0 48px
}

.order:last-child {
    padding-bottom: 0
}

.order__item {
    margin: 0 0 16px;
    padding: 22px 24px 20px;
    background: #fff;
    border-radius: 8px
}

.order__item:last-child {
    margin-bottom: 0
}

.order__header {
    padding: 0 0 16px;
    font: bold 16px/24px Gilroy;
    color: #1b1e2e;
    border-bottom: 1px solid #dfe4ea
}

.order__footer {
    padding: 15px 0 0;
    font: bold 16px/24px Gilroy;
    color: #1b1e2e
}

.history__item {
    padding: 20px 0 19px;
    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;
    position: relative;
    border-bottom: 1px solid #dfe4ea
}

.history__col {
    padding: 0 20px 0 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.history__col_2 {
    width: 100%;
    min-width: 0;
    -ms-flex-negative: 1;
    flex-shrink: 1
}

.history__col_3 {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    text-align: right
}

.history__col:last-child {
    padding-right: 0
}

.history__image-link {
    width: 60px;
    height: 64px;
    display: block;
    overflow: hidden
}

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

.history__text {
    margin-bottom: 5px;
    font: 600 12px/16px Gilroy
}

.history__text b, .history__text strong {
    font-weight: 600;
    color: #1b1e2e
}

.history__text:last-child {
    margin-bottom: 0
}

.history__title {
    margin-bottom: 3px;
    font: bold 16px/24px Gilroy;
    color: #57677a;
    word-break: break-all
}

.history__title a {
    color: #57677a
}

.desktop .history__title a:hover {
    color: #17b3c2
}

.history__title:last-child {
    margin-bottom: 0
}

.history__price {
    font: bold 14px/24px Gilroy;
    color: #1b1e2e
}

.lk-nav__item {
    padding: 0 0 16px
}

.lk-nav__item:last-child {
    padding-bottom: 0
}

.lk-nav__link {
    padding: 15px 24px 15px 47px;
    display: block;
    position: relative;
    border: 1px solid #57677a;
    background: #57677a;
    font: bold 14px/24px Gilroy;
    color: #fff;
    border-radius: 8px
}

.lk-nav__link:after {
    content: "";
    width: 6px;
    height: 10px;
    margin: -5px 0 0;
    position: absolute;
    top: 50%;
    right: 14px;
    background: url(../img/svg/lk-arrow.svg) no-repeat;
    background-size: 100% 100%
}

.desktop .lk-nav__link:hover {
    background: rgba(87, 103, 122, .8)
}

.desktop .lk-nav__link:active {
    background: #57677a;
    -webkit-transition: none;
    transition: none
}

.lk-nav__link_logout {
    background: 0 0;
    color: #57677a
}

.lk-nav__link_logout:after {
    display: none
}

.desktop .lk-nav__link_logout:hover {
    background: rgba(87, 103, 122, .15)
}

.desktop .lk-nav__link_logout:active {
    background: 0 0
}

.lk-nav__icon {
    width: 24px;
    height: 24px;
    margin: -12px 0 0;
    position: absolute;
    top: 50%;
    left: 14px
}

.brand-header {
    margin-bottom: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.brand-header__left {
    margin: 0 32px 0 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.brand-header__image-wrap {
    width: 234px;
    height: 112px;
    background: #fff;
    border-radius: 16px;
    overflow: hidden
}

.brand-header__image {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.brand-header__image_mob {
    display: none
}

.brand-header__title {
    font: bold 16px/24px Gilroy;
    color: #1b1e2e
}

.brand > ol, .brand > p, .brand > ul {
    margin-bottom: 24px
}

.brand > ol + h2, .brand > ol + h3, .brand > p + h2, .brand > p + h3, .brand > ul + h2, .brand > ul + h3 {
    padding-top: 8px
}

.brand > p + ol, .brand > p + ul {
    margin-top: -13px
}

.brand > h2 {
    margin-bottom: 21px;
    font: bold 24px/30px Gilroy;
    color: #1b1e2e
}

.brand > h3 {
    margin-bottom: 21px;
    font: bold 32px/40px Gilroy;
    color: #1b1e2e
}

.brand > h3 + ol {
    margin-top: -5px
}

.brand > h4 {
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 24px
}

.brand > ul {
    padding-bottom: 4px;
    line-height: 16px
}

.brand > ul > li {
    padding-bottom: 16px
}

.brand b, .brand strong {
    font-weight: 700;
    color: #1b1e2e
}

.brand > * > a {
    font-weight: 600;
    color: #17b3c2
}

.desktop .brand > * > a:hover {
    color: #1e8993
}

.brand > img {
    margin: 0 0 32px;
    border-radius: 16px
}

.brand > img + h2, .brand > img + h3 {
    padding-top: 8px
}

.brand > img + p {
    margin-top: -8px
}

.brand > img[style*="float:right"] {
    max-width: 184px;
    margin-left: 32px
}

.brand > table {
    width: 100%;
    margin: 0 0 40px;
    position: relative;
    line-height: 16px
}

.brand > table:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    border: 1px solid #dfe4ea;
    border-radius: 16px 16px 0 0
}

.brand > table th {
    height: 56px;
    padding: 12px 23px 11px;
    position: relative;
    font-weight: 700;
    text-align: left;
    background: #fff;
    border-bottom: 1px solid #dfe4ea;
    border-right: 1px solid #dfe4ea;
    color: #1b1e2e;
    overflow: hidden;
    vertical-align: middle
}

.brand > table th:first-child {
    border-top-left-radius: 16px
}

.brand > table th:last-child {
    border-top-right-radius: 16px;
    border-right: none
}

.brand > table th:nth-child(2) {
    width: 16.52%
}

.brand > table th:nth-child(3) {
    width: 15.54%
}

.brand > table td {
    height: 56px;
    padding: 12px 23px 11px;
    position: relative;
    background: #fff;
    border-bottom: 1px solid #dfe4ea;
    border-right: 1px solid #dfe4ea;
    vertical-align: middle
}

.brand > table td:last-child {
    border-right: none
}

.brand > table tr:last-child td {
    border-bottom: none
}

.brand .services {
    margin-top: 0;
    padding-top: 2px
}

.files {
    padding-top: 14px;
    padding-bottom: 40px
}

.files:first-child {
    padding-top: 20px
}

.files:last-child {
    padding-bottom: 0
}

.files .file {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: top;
    color: #1b1e2e
}

.desktop .files .file:active {
    color: #1b1e2e
}

.files + .files {
    padding-top: 0
}

.files_cols {
    margin: 0 -20px -40px 0
}

.files_cols .files__col {
    padding: 0 20px 40px 0
}

.files__title {
    margin-bottom: 20px;
    font: bold 24px/1 Gilroy;
    color: #1b1e2e
}

.files__cols {
    margin: 0 0 -36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.files__image {
    width: 150px;
    margin: 0 33px 36px 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 16px
}

.files__content {
    width: 100%;
    min-width: 0;
    margin: 0 0 36px -3px;
    padding: 6px 0 0
}

.files__content:first-child {
    padding-top: 0
}

.files__list {
    margin-bottom: -8px
}

.files__item {
    padding-bottom: 8px
}

.construction {
    margin: 0 -8px -26px;
    padding: 15px 0 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.construction__item {
    width: 50%;
    min-width: 0;
    padding: 0 8px 26px
}

.construction__title {
    max-width: 280px;
    margin: 0 0 24px;
    font: bold 18px/24px Gilroy
}

.construction__image {
    width: 100%;
    max-width: 452px;
    border-radius: 16px
}

.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer
}

.slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: none;
    transform: none
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block
}

.slick-track:after, .slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
    border: none !important
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-next, .slick-prev {
    width: 48px;
    height: 48px;
    display: block;
    position: relative;
    overflow: hidden;
    border: 2px solid #dfe4ea;
    border-radius: 50%
}

.desktop .slick-next:hover, .desktop .slick-prev:hover {
    border-color: #17b3c2
}

.desktop .slick-next:active, .desktop .slick-prev:active {
    border-color: #dfe4ea;
    -webkit-transition: none;
    transition: none
}

.slick-next.slick-disabled, .slick-prev.slick-disabled {
    opacity: 0
}

.slick-next:before, .slick-prev:before {
    content: "";
    width: 15px;
    height: 12px;
    margin: -6px 0 0 -7.5px;
    position: absolute;
    top: 50%;
    left: 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%
}

.slick-prev:before {
    background-image: url(../img/svg/arrow-prev.svg)
}

.slick-next:before {
    background-image: url(../img/svg/arrow-next.svg)
}

.slick-dots {
    margin: 25px -4px -8px;
    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
}

.slick-dots li {
    margin: 0 0 8px
}

.slick-dots li button {
    width: 16px;
    height: 8px;
    display: block;
    position: relative;
    background: 0 0;
    border: none
}

.slick-dots li button:before {
    content: "";
    width: 8px;
    height: 8px;
    margin: -4px 0 0 -4px;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #dfe4ea;
    border-radius: 50%;
    -webkit-transition: .25s linear;
    transition: .25s linear
}

.desktop .slick-dots li button:hover:before {
    background: #17b3c2
}

.desktop .slick-dots li button:active:before {
    background: #dfe4ea;
    -webkit-transition: none;
    transition: none
}

.slick-dots li.slick-active button:before {
    background: #17b3c2
}

.hero-block {
    margin-top: -64px;
    margin-bottom: 64px;
    padding: 64px 0;
    min-height: 600px;
    display: flex;
    align-items: center;
    position: relative;
    color: white;
}

.picture-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.picture-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.picture-bg::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0,0,0,0.7);
}

.hero-block__name {
    color: inherit;
    margin-bottom: 32px;
}

.hero-block__breadcrumb {
    color: inherit;
}

.hero-block .container {
    position: relative;
}

.hero-block__breadcrumbs {
    margin-bottom: 8px;
    display: flex;
    flex-wrap: wrap;
}

.hero-block__breadcrumb:not(:last-child) {
    margin-right: 8px;
    opacity: 0.5;
    display: flex;
    align-items: center;
    gap: 8px;
}

.hero-block__breadcrumb:not(:last-child)::after {
    content: '/';
}

.application-childrens {
    padding: 64px 0;
}

.application-childrens__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.application-children {height: 100%;display: flex;flex-direction: column;}

.application-children__image {
    padding-bottom: 50%;
    position: relative;
    display: block;
    width: 100%;
}

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

.application-children__content {
    display: flex;
    flex-direction: column;
    padding: 15px;
    background-color: white;
    height: 100%;
}

.application-children__name {
    font-size: 16px;
    font-weight: 600;
}

.application-children__introtext {
    opacity: 0.75;
    margin-top: 8px;
}

.text-start {
    text-align: start;
}

.popup__text ul {
    padding-left: 24px;
    list-style: disc;
}

.popup__text ul li {
    list-style: disc;
}

.content ul {
    margin-bottom: 24px;
}

.content h3, .content h3:first-child {
    font-size: 18px;
}

.content h2, .content h2:first-child {
    font-size: 24px;
}

.content h2, .content h3,.content h4 {
    line-height: 1.2;
}

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

.ratio::before {
    content: '';
    padding-bottom: 75%;
    display: block;
}

.ratio>* {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.row {
    --row-cols: 4;
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(var(--row-cols), 1fr);
    margin: 24px 0;
}

.row-cols-1 {
    --row-cols: 1;
}

.row-cols-2 {
    --row-cols: 2;
}

.row-cols-3 {
    --row-cols: 3;
}

.row-cols-4 {
    --row-cols: 4;
}

.row-cols-5 {
    --row-cols: 5;
}

.row-cols-6 {
    --row-cols: 6;
}

.socials__link_max .socials__icon {
    width: 20px;
}

.desktop .socials__link_max:hover {
    border-color: #3378fc
}

.main-banner__buttons {
    display: flex;
    gap: 8px;
}

.main-banner__buttons .button {
    margin: unset;
}

.button.button--border {
    background: rgba(255, 255, 255, 0.2);
    color: white;
    border: 2px solid white;
    backdrop-filter: blur(10px);
}
.button.button--border:hover {
    border-color: #1e8993;
}

/* About Text Section */

.about-header {
    margin-bottom: 25px;
}

.about-text-section h2 {
    font-size: 26px;
    font-weight: 700;
    color: #333333;
    margin-bottom: 0;
}

.about-subtitle {
    font-size: 16px;
    color: #666666;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.6;
}

.about-content-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
    margin-bottom: 25px;
}

.about-card {
    background: #ffffff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border: 1px solid #eeeeee;
    position: relative;
    overflow: hidden;
}

.about-card:nth-child(3),
.about-card:nth-child(4) {
    grid-column: 1 / -1;
}

.about-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(135deg, #00bcd4 0%, #0097a7 100%);
    transition: all 0.3s ease;
}

.about-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.about-card:hover::before {
    width: 6px;
}

.about-card-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 12px;
}

.about-card-icon {
    width: 45px;
    height: 45px;
    min-width: 45px;
    background: linear-gradient(135deg, #4dd0e1 0%, #00bcd4 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 20px;
    box-shadow: 0 4px 15px rgba(0, 188, 212, 0.3);
    flex-shrink: 0;
}

.about-card h3 {
    font-size: 18px;
    font-weight: 700;
    color: #333333;
    margin: 0;
    line-height: 1.3;
}

.about-card p {
    font-size: 14px;
    color: #333333;
    line-height: 1.6;
    margin-bottom: 10px;
}

.about-card p:last-child {
    margin-bottom: 0;
}

.about-card strong {
    color: #00bcd4;
    font-weight: 600;
}

.about-highlight {
    background: linear-gradient(135deg, rgba(0, 188, 212, 0.1) 0%, rgba(0, 151, 167, 0.1) 100%);
    padding: 15px 20px;
    border-radius: 8px;
    border-left: 4px solid #00bcd4;
    font-style: italic;
    margin-top: 15px !important;
}

.about-list {
    list-style: none;
    padding: 0;
    margin: 15px 0 0 0;
}

.about-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 14px;
    color: #333333;
    line-height: 1.6;
    margin-bottom: 10px;
    padding-left: 5px;
}

.about-list li:last-child {
    margin-bottom: 0;
}

.about-list li i {
    color: #00bcd4;
    font-size: 16px;
    margin-top: 3px;
    flex-shrink: 0;
}

.about-card-wide {
    grid-column: 1 / -1;
}

.about-products-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin: 20px 0;
}

.about-product-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 15px;
    background: #f5f5f5;
    border-radius: 8px;
    font-size: 14px;
    color: #333333;
    transition: all 0.3s ease;
    border: 1px solid #eeeeee;
}

.about-product-item:hover {
    background: rgba(0, 188, 212, 0.1);
    border-color: #00bcd4;
    transform: translateX(5px);
}

.about-product-item i {
    color: #00bcd4;
    font-size: 8px;
}

.about-innovation {
    background: linear-gradient(135deg, rgba(0, 188, 212, 0.05) 0%, rgba(0, 151, 167, 0.05) 100%);
    padding: 15px 18px;
    border-radius: 8px;
    border-left: 4px solid #00bcd4;
    margin-top: 15px !important;
    font-size: 14px;
    line-height: 1.6;
}

.about-cta {
    background: linear-gradient(135deg, #00bcd4 0%, #0097a7 100%);
    padding: 20px 25px;
    border-radius: 10px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    box-shadow: 0 8px 30px rgba(0, 188, 212, 0.3);
    margin-top: 25px;
}

.about-cta-content {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 1;
}

.about-cta-content i {
    font-size: 28px;
    opacity: 0.9;
    flex-shrink: 0;
}

.about-cta-content h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 4px;
    color: #ffffff;
}

.about-cta-content p {
    font-size: 13px;
    opacity: 0.95;
    margin: 0;
    line-height: 1.4;
}

.about-cta-buttons {
    display: flex;
    gap: 15px;
    flex-shrink: 0;
}

.btn-about-catalog {
    background: #ffffff;
    color: #00bcd4;
    padding: 12px 24px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.btn-about-catalog:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
    background: #f8f9fa;
}

.btn-about-phone {
    background: rgba(255, 255, 255, 0.2);
    color: #ffffff;
    padding: 12px 24px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 2px solid #ffffff;
    display: flex;
    align-items: center;
    gap: 8px;
    backdrop-filter: blur(10px);
}

.btn-about-phone:hover {
    background: #ffffff;
    color: #00bcd4;
    transform: translateY(-2px);
}

.about-text-section {
    margin-bottom: 80px;
}

.smart-captcha {
    margin: 10px 0 20px;
}

.services__item-content {
    width: 100%;
    background-color: #fff;
    margin-top: 12px;
    padding: 8px 16px;
    border-radius: 8px;
    flex: 1 0 auto;
}

.services__item-content .services__title {
    background-color: transparent;
    position: static;
    padding: 0;
    line-height: 1.2!important;
    font-size: 18px!important;
}

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

.services__item ul > li {
    list-style: disc;
}

.services__item ul {
    padding-left: 16px;
}

@media (min-width: 575px) {
    .row-cols-sm-1 {
        --row-cols: 1;
    }

    .row-cols-sm-2 {
        --row-cols: 2;
    }

    .row-cols-sm-3 {
        --row-cols: 3;
    }

    .row-cols-sm-4 {
        --row-cols: 4;
    }

    .row-cols-sm-5 {
        --row-cols: 5;
    }

    .row-cols-sm-6 {
        --row-cols: 6;
    }
}

@media (min-width: 767px) {
    .row-cols-md-1 {
        --row-cols: 1;
    }

    .row-cols-md-2 {
        --row-cols: 2;
    }

    .row-cols-md-3 {
        --row-cols: 3;
    }

    .row-cols-md-4 {
        --row-cols: 4;
    }

    .row-cols-md-5 {
        --row-cols: 5;
    }

    .row-cols-md-6 {
        --row-cols: 6;
    }
}

@media (min-width: 991px) {
    .row-cols-lg-1 {
        --row-cols: 1;
    }

    .row-cols-lg-2 {
        --row-cols: 2;
    }

    .row-cols-lg-3 {
        --row-cols: 3;
    }

    .row-cols-lg-4 {
        --row-cols: 4;
    }

    .row-cols-lg-5 {
        --row-cols: 5;
    }

    .row-cols-lg-6 {
        --row-cols: 6;
    }
}

@media (min-width: 1200px) {
    .row-cols-xl-1 {
        --row-cols: 1;
    }

    .row-cols-xl-2 {
        --row-cols: 2;
    }

    .row-cols-xl-3 {
        --row-cols: 3;
    }

    .row-cols-xl-4 {
        --row-cols: 4;
    }

    .row-cols-xl-5 {
        --row-cols: 5;
    }

    .row-cols-xl-6 {
        --row-cols: 6;
    }
}

@media (min-width: 951px) {
    .brands_inner .brands__item {
        width: calc(25% - 16px)
    }

    .brands_inner .brands__bg {
        max-width: 296px
    }

    .desktop-tab {
        display: none
    }

    .desktop-tab.active {
        display: block
    }
}

@media (min-width: 1280px) {
    .services_details .services__item {
        width: calc(25% - 16px);
        padding-bottom: 32px
    }

    .services_details .services__item:nth-child(1), .services_details .services__item:nth-child(2), .services_details .services__item:nth-child(3) {
        width: calc(33.333% - 16px)
    }

    .services_details .services__bg {
        height: 168px;
        border-radius: 8px 8px 0 0 !important
    }

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

    .files_cols .files__col {
        width: 50%
    }

    .files__cols_wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .files__list_cols-1 {
        max-width: 840px;
        margin-right: -20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .files__list_cols-1 .files__item {
        width: 50%;
        padding-right: 20px
    }

    .files__list_cols-2 {
        margin-right: -20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .files__list_cols-2 .files__item {
        width: 60%;
        padding-right: 20px
    }

    .files__list_cols-2 .files__item:nth-child(2n) {
        width: 40%
    }

    .files__list_cols-3 {
        margin-right: -20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .files__list_cols-3 .files__item {
        width: 63%;
        padding-right: 20px
    }

    .files__list_cols-3 .files__item:nth-child(2n) {
        width: 37%
    }

    .files__list_cols-4 {
        max-width: 630px;
        margin-right: -20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .files__list_cols-4 .files__item {
        width: 50%;
        padding-right: 20px
    }
}

@media (max-width: 1279px) {
    .container {
        padding-right: 32px;
        padding-left: 32px
    }

    .block {
        padding-bottom: 90px
    }

    .block__title {
        font-size: 36px;
        line-height: 44px
    }

    .title-1 {
        font-size: 36px;
        line-height: 44px
    }

    .title-2 {
        font-size: 28px;
        line-height: 36px
    }

    h1 {
        font-size: 36px;
        line-height: 44px
    }

    h2 {
        font-size: 28px;
        line-height: 36px
    }

    .logo__image {
        max-width: 210px;
        margin-right: -8px
    }

    .header-contacts {
        margin: 0 -8px
    }

    .header-contacts__number {
        font-size: 16px;
        line-height: 20px
    }

    .header-contacts__mail {
        font-size: 14px
    }

    .header-bottom__left {
        padding-right: 24px
    }

    .footer__right {
        padding-left: 16px
    }

    .hidden-nav > ul > li ul {
        width: 293px !important
    }

    .popup__cell {
        padding: 46px 32px 32px
    }

    .popup__title {
        font-size: 28px;
        line-height: 36px
    }

    .main-banner__cell {
        height: 480px
    }

    .main-banner__max {
        bottom: auto
    }

    .main-banner__title {
        font-size: 36px;
        line-height: 44px
    }

    .main-banner__button {
        margin-bottom: 10px
    }

    .categories__item {
        height: 250px
    }

    .categories__title {
        right: 24px
    }

    .carousel__item.active-4 {
        opacity: 0
    }

    .seo__content h1:first-child, .seo__content h2:first-child, .seo__content h3:first-child, .seo__content h4:first-child {
        font-size: 36px;
        line-height: 44px
    }

    .inner-page__title {
        font-size: 36px;
        line-height: 44px
    }

    .catalog-page__right .seo {
        padding-top: 40px;
        margin-bottom: 0
    }

    .catalog-page__title {
        font-size: 36px;
        line-height: 44px
    }

    .catalog .catalog-item {
        width: calc(50% - 16px)
    }

    .card-page {
        margin-bottom: 0
    }

    .card-page__title {
        font-size: 28px;
        line-height: 36px
    }

    .basket-page__title {
        font-size: 36px;
        line-height: 44px
    }

    .about-company > img {
        margin-bottom: 40px;
        margin-right: 0;
        float: none
    }

    .gallery__image-link {
        height: 400px
    }

    .company-mission__title {
        font-size: 28px;
        line-height: 36px
    }

    .contacts__top-col:nth-child(2) {
        left: auto
    }

    .contacts__bottom-cols {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .contacts__bottom-col:nth-child(2) {
        margin-top: 0
    }

    .contacts-form__title {
        font-size: 28px;
        line-height: 36px
    }

    .news-article {
        margin-bottom: 55px
    }

    .news-article__title {
        font-size: 36px;
        line-height: 44px
    }

    .news-article__content > img {
        max-width: 500px
    }

    .other-news__title {
        font-size: 36px;
        line-height: 44px
    }

    .cert-block__title {
        font-size: 28px;
        line-height: 36px
    }

    .services__bg {
        height: 240px
    }

    .brand > h3 {
        font-size: 28px;
        line-height: 36px
    }
}

@media (max-width: 1100px) {
    .burger-button {
        font-size: 15px
    }

    .header-bottom__left {
        padding-right: 16px
    }

    .header-nav > ul {
        margin-right: 0
    }

    .header-nav > ul > li {
        margin: 0 -12px;
        font-size: 15px
    }

    .header-nav > ul > li > a {
        padding: 15px 12px
    }

    .header-nav > ul > li > a b + b {
        margin-right: 0
    }

    .header-nav > ul > li > ul {
        padding: 7px
    }
}

@media (max-width: 1024px) {
    .page-container {
        padding-top: 56px
    }

    .main {
        padding-top: 32px
    }

    .main:before {
        display: none
    }

    .block {
        padding-bottom: 80px
    }

    .burger-button {
        width: 50px;
        height: 56px;
        margin: 0 -15px;
        padding: 0;
        display: block;
        background: 0 0;
        border-radius: 0
    }

    .burger-button.active {
        border-radius: 0
    }

    .burger-button.active .burger-button__icon:before {
        width: 22px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 7px;
        left: 0
    }

    .burger-button.active .burger-button__icon span {
        width: 22px;
        margin-top: 0;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 7px;
        left: 0
    }

    .burger-button__icon {
        width: 20px;
        height: 18px;
        margin: -9px 0 0 -10px;
        top: 50%;
        left: 50%
    }

    .burger-button__icon span, .burger-button__icon:after, .burger-button__icon:before {
        width: 20px;
        background: #1b1e2e
    }

    .burger-button__icon:after {
        margin-top: 8px
    }

    .burger-button__icon span {
        margin-top: 16px
    }

    .burger-button__text {
        display: none
    }

    .header {
        min-height: 56px;
        position: fixed;
        border-radius: 0 0 8px 8px
    }

    .header.scrolled {
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
        box-shadow: 0 0 10px rgba(0, 0, 0, .1)
    }

    .header__main {
        padding-top: 0
    }

    .header-top {
        margin-bottom: 0
    }

    .header-top__col {
        display: none;
        -ms-flex-negative: 1;
        flex-shrink: 1
    }

    .header-top__col_1, .header-top__col_2, .header-top__col_6 {
        width: 100%;
        min-width: 0;
        display: block
    }

    .header-top__col_2 {
        width: auto;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .logo__image {
        margin-right: 0
    }

    .header-work {
        margin: -8px 0 0;
        padding: 16px 32px 8px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-radius: 0 0 8px 8px
    }

    .header-work br {
        display: none
    }

    .header-contacts {
        margin: 0;
        padding: 0 32px;
        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
    }

    .header-contacts__number {
        padding-left: 34px;
        position: relative;
        font-size: 20px;
        line-height: 24px
    }

    .header-contacts__number:before {
        content: "";
        width: 24px;
        height: 24px;
        margin: -12px 0 0;
        position: absolute;
        top: 50%;
        left: 0;
        background: url(../img/svg/tel.svg) no-repeat;
        background-size: 100% 100%
    }

    .header-contacts__mail {
        font-size: 16px;
        line-height: 20px;
        color: #17b3c2
    }

    .desktop .header-contacts__mail:hover {
        color: #1e8993
    }

    .search {
        margin: 0;
        position: relative;
        bottom: 8px;
        border-radius: 0
    }

    .search__icon {
        width: 18px;
        height: 18px;
        margin-top: -6px;
        left: 34px
    }

    .search__input {
        height: 64px;
        padding-top: 8px;
        padding-left: 65px;
        border-radius: 0
    }

    .search__input:focus {
        border-color: transparent
    }

    .header-user {
        margin: 0 -10px
    }

    .header-user__item {
        padding: 0 3px
    }

    .header-user__item.active .header-user__link {
        border-color: transparent
    }

    .header-user__link {
        width: 32px;
        height: 32px;
        background: 0 0;
        border-color: transparent
    }

    .desktop .header-user__link:active {
        border-color: transparent
    }

    .header-user__count {
        top: -8px
    }

    .header-bottom {
        display: none
    }

    .footer__center {
        width: auto
    }

    .footer__right {
        -ms-flex-negative: 1;
        flex-shrink: 1
    }

    .footer-nav ul {
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-count: 2;
        -moz-column-gap: 16px;
        column-gap: 16px;
        -webkit-column-gap: 16px
    }

    .mob-menu {
        padding-top: 56px;
        position: fixed
    }

    .mob-menu__all {
        min-width: 400px;
        width: 50%;
        height: 100%;
        padding: 56px 0;
        position: relative;
        background: #fff
    }

    .mob-menu__bg {
        height: 100%;
        overflow-x: hidden;
        overflow-y: auto;
        background: 0 0
    }

    .mob-menu__top {
        width: 100%;
        height: 56px;
        display: block;
        position: absolute;
        top: 0;
        left: 0
    }

    .mob-menu__bottom {
        width: 100%;
        height: 56px;
        padding-top: 16px;
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 1;
        background: #fafafa
    }

    .mob-nav {
        display: block
    }

    .hidden-nav {
        display: none
    }

    .categories__item {
        height: 220px
    }

    .benefits__circle {
        margin-bottom: 26px
    }

    .gallery__image-link {
        height: 350px
    }

    .news-article__content > img {
        max-width: 592px;
        margin-bottom: 24px;
        margin-right: 0;
        float: none
    }

    .news-article__content ol + br, .news-article__content ul + br, .news-article__content > p + br {
        display: none
    }

    .cert__item {
        width: calc(33.333% - 16px)
    }

    .services__bg {
        height: 190px
    }

    .brand-header__left {
        margin-right: 24px
    }
}

@media (max-width: 950px) {
    .block__title {
        font-size: 32px;
        line-height: 40px
    }

    .title-1 {
        font-size: 32px;
        line-height: 40px
    }

    h1 {
        font-size: 32px;
        line-height: 40px
    }

    .footer__right {
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .footer-nav ul {
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-count: 1;
        -moz-column-gap: 0;
        column-gap: 0;
        -webkit-column-gap: 0
    }

    .brands__item {
        width: calc(25% - 16px)
    }

    .brands__logo_desktop {
        display: none
    }

    .brands__logo_tablet {
        display: block
    }

    .main-banner__cell {
        height: 440px;
        padding: 0 36px
    }

    .main-banner__title {
        font-size: 32px;
        line-height: 40px
    }

    .categories__item {
        width: calc(50% - 16px);
        height: 250px
    }

    .categories__item:nth-child(1) {
        width: calc(100% - 16px)
    }

    .carousel_news .carousel__item.active-2 {
        opacity: 0
    }

    .carousel_news .news-item__cols {
        height: auto !important
    }

    .carousel__item.active-3 {
        opacity: 0
    }

    .benefits__item {
        width: calc(50% - 16px)
    }

    .benefits__title {
        max-width: none
    }

    .seo__content h1:first-child, .seo__content h2:first-child, .seo__content h3:first-child, .seo__content h4:first-child {
        font-size: 32px;
        line-height: 40px
    }

    .inner-page__title {
        font-size: 32px;
        line-height: 40px
    }

    .catalog-page__left {
        display: none
    }

    .catalog-page__title {
        font-size: 32px;
        line-height: 40px
    }

    .catalog-page__back {
        margin: 0 0 24px;
        padding: 0 0 0 22px;
        display: block;
        position: relative;
        font: bold 24px/1 Gilroy;
        color: #1b1e2e
    }

    .catalog-page__back:before {
        content: "";
        width: 6px;
        height: 10px;
        margin: -5px 0 0;
        position: absolute;
        top: 50%;
        left: 0;
        background: url(../img/svg/arrow-back-green.svg) no-repeat;
        background-size: 100% 100%
    }

    .desktop .catalog-page__back:hover {
        color: #17b3c2
    }

    .dekstop .catalog-page__back:active {
        color: #1b1e2e;
        -webkit-transition: none;
        transition: none
    }

    .catalog-page__back + .catalog-page__title {
        display: none
    }

    .card-page {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .card-page__left {
        width: 100%
    }

    .card-page__right {
        width: 100%;
        padding: 0 0 25px
    }

    .card-page__mob {
        width: 100%;
        display: block;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .card-page__desktop {
        display: none
    }

    .basket-page__title {
        font-size: 32px;
        line-height: 40px
    }

    .gallery__image-link {
        height: 300px
    }

    .contacts__top-cols {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .contacts__top-col {
        width: 100%
    }

    .contacts-block {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .contacts-block__left {
        margin-bottom: 24px
    }

    .contacts-block__right {
        width: 100%;
        margin-left: 0
    }

    .news .news-item {
        width: calc(100% - 16px)
    }

    .news-article__title {
        font-size: 32px;
        line-height: 40px
    }

    .other-news__title {
        font-size: 32px;
        line-height: 40px
    }

    .mob-tab {
        display: none
    }

    .mob-tab.active {
        display: block
    }

    .lk-mob.active {
        display: block
    }

    .lk-mob.active + .mob-tab, .lk-mob.active + .mob-tab + .mob-tab {
        display: none !important
    }

    .lk-form {
        max-width: none
    }
}

@media (max-width: 767px) {
    body {
        font-size: 12px;
        line-height: 16px
    }

    .main {
        padding-top: 16px
    }

    .container {
        padding-right: 16px;
        padding-left: 16px
    }

    .block {
        padding-bottom: 43px
    }

    .block__title {
        font-size: 24px;
        line-height: 1
    }

    .title-1 {
        font-size: 24px;
        line-height: 1
    }

    .title-2 {
        font-size: 24px;
        line-height: 30px
    }

    .title-5 {
        font-size: 14px;
        line-height: 18px
    }

    h1 {
        font-size: 24px;
        line-height: 1
    }

    h2 {
        font-size: 24px;
        line-height: 30px
    }

    h5 {
        font-size: 14px;
        line-height: 18px
    }

    .button {
        min-height: 40px;
        padding: 12px 23px;
        font-size: 12px;
        line-height: 16px;
        border-radius: 4px
    }

    .button__add-to-basket {
        height: 16px
    }

    .button__add-to-basket:before {
        width: 16px;
        height: 16px;
        background-image: url(../img/svg/plus.svg)
    }

    .button__add-to-basket:after {
        width: 16px;
        height: 16px;
        background-image: url(../img/svg/minus.svg)
    }

    .toggle-button {
        padding-right: 15px;
        font-size: 12px;
        line-height: 16px
    }

    .input__area {
        height: 128px;
        min-height: 128px
    }

    .content > ol > li {
        padding-left: 18px
    }

    .content > ol > li:before {
        width: 16px;
        left: 2px
    }

    .check-list {
        font-size: 12px;
        line-height: 16px
    }

    .check-list > ul > li {
        padding: 0 0 8px 14px
    }

    .check-list > ul > li:before {
        content: "•";
        width: auto;
        height: auto;
        position: absolute;
        top: 1px;
        left: 0;
        background: 0 0
    }

    .header-work {
        padding: 16px 16px 8px
    }

    .header-contacts {
        padding: 0 16px
    }

    .search__icon {
        left: 18px
    }

    .search__input {
        padding-left: 49px
    }

    .footer__main {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .footer__cols {
        display: block
    }

    .footer__left {
        padding-bottom: 20px
    }

    .footer__center {
        max-width: none;
        padding-bottom: 13px
    }

    .copyrights {
        margin-bottom: 12px
    }

    .footer-nav ul {
        margin-bottom: -8px;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-count: 3;
        -moz-column-gap: 16px;
        column-gap: 16px;
        -webkit-column-gap: 16px
    }

    .footer-nav ul li {
        padding-bottom: 8px
    }

    .footer-info br {
        display: none
    }

    .mob-menu__all {
        min-width: 0;
        width: 100%
    }

    .popup__cell {
        padding: 72px 16px 16px
    }

    .popup__window {
        max-width: none;
        padding: 16px 16px 24px
    }

    .popup__close {
        margin: 0 -20px 0 0;
        top: -56px;
        right: 50%
    }

    .popup__title {
        font-size: 24px;
        line-height: 30px
    }

    .popup__title {
        margin-bottom: 6px;
        font-size: 24px;
        line-height: 32px;
        text-align: center
    }

    .popup-form__col {
        width: 100%
    }

    .popup-form__text {
        margin-bottom: 18px
    }

    .popup-form__bottom {
        text-align: center
    }

    .popup-form__button {
        min-height: 48px;
        padding: 12px 23px;
        font-size: 16px;
        line-height: 24px;
        border-radius: 8px
    }

    .page-nav {
        padding: 0 0 24px
    }

    .breadcrumbs {
        margin-top: 5px;
        padding-bottom: 20px
    }

    .breadcrumbs > ul {
        font-size: 11px;
        line-height: 16px
    }

    .counter__minus, .counter__plus {
        width: 30px
    }

    .first-screen {
        padding-bottom: 32px
    }

    .brands {
        margin: 0 -4px -8px;
        padding-bottom: 16px
    }

    .brands_inner {
        padding-top: 5px
    }

    .brands__item {
        width: calc(33.333% - 8px);
        margin: 0 4px 8px
    }

    .brands__bg {
        border-radius: 8px
    }

    .main-banner {
        margin-bottom: 16px
    }

    .main-banner__cell {
        height: 280px;
        padding: 0 24px
    }

    .main-banner__max {
        max-width: 250px
    }

    .main-banner__title {
        font-size: 24px;
        line-height: 1
    }

    .main-banner__title {
        margin-bottom: 17px;
        font-size: 20px;
        line-height: 24px
    }

    .main-banner__subtitle {
        font-size: 14px;
        line-height: 18px
    }

    .main-banner__subtitle {
        max-width: 200px;
        margin-bottom: 24px;
        font-size: 12px;
        line-height: 16px
    }

    .main-banner__button {
        margin-bottom: 5px
    }

    .categories__list {
        margin: 0 -4px -8px
    }

    .categories__item {
        width: calc(50% - 8px);
        height: 176px;
        margin: 0 4px 8px;
        border-radius: 8px
    }

    .categories__item:nth-child(1) {
        width: calc(100% - 8px)
    }

    .categories__link {
        border-radius: 8px
    }

    .categories__image-wrap {
        border-radius: 8px
    }

    .categories__image_desktop {
        display: none
    }

    .categories__image_mob {
        display: block
    }

    .categories__title {
        max-width: 130px;
        font-size: 14px;
        line-height: 16px;
        right: 24px;
        bottom: 20px
    }

    .carousel {
        margin: 0 -4px;
        padding-right: 14px
    }

    .carousel_news {
        padding-right: 0
    }

    .carousel .catalog-item, .carousel .news-item {
        margin: 0 4px
    }

    .carousel .slick-next, .carousel .slick-prev {
        display: none !important
    }

    .carousel__item.active-3, .carousel__item.active-4 {
        opacity: 1
    }

    .catalog-item {
        border-radius: 8px
    }

    .catalog-item__top {
        height: 128px;
        margin-bottom: 12px
    }

    .catalog-item__middle {
        margin: 0 16px 63px
    }

    .catalog-item__title {
        font-size: 14px;
        line-height: 18px
    }

    .catalog-item__title, .catalog-item__title a {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        font-size: 12px;
        line-height: 16px
    }

    .catalog-item__text {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        font-size: 11px
    }

    .catalog-item__quantity {
        margin-bottom: 4px;
        font-size: 11px
    }

    .catalog-item__bottom {
        padding: 0 16px 16px
    }

    .catalog-item__price {
        font-size: 12px;
        line-height: 16px
    }

    .catalog-item__button {
        min-height: 24px;
        margin-right: 0;
        padding: 4px
    }

    .benefits__item {
        width: calc(100% - 16px);
        padding: 0 16px 0 87px;
        position: relative;
        border-radius: 8px
    }

    .benefits__circle {
        width: 100px;
        height: 100px;
        margin: -53px 0 0;
        position: absolute;
        top: 50%;
        left: -28px
    }

    .benefits__icon {
        width: 40px;
        top: 3px;
        left: 11px
    }

    .benefits__title {
        font-size: 14px;
        line-height: 18px
    }

    .benefits__title {
        min-height: 72px;
        margin: 0;
        padding: 8px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .seo__hidden {
        padding-bottom: 16px
    }

    .seo__content h1:first-child, .seo__content h2:first-child, .seo__content h3:first-child, .seo__content h4:first-child {
        font-size: 24px;
        line-height: 1
    }

    .seo__content h1, .seo__content h2, .seo__content h3, .seo__content h4 {
        margin-bottom: 16px
    }

    .seo__content p {
        margin-bottom: 8px
    }

    .inner-page__title {
        font-size: 24px;
        line-height: 1
    }

    .inner-page__title {
        margin-top: 5px;
        margin-bottom: 12px
    }

    .catalog-page__cols {
        padding-top: 4px
    }

    .catalog-page__right .seo {
        padding-top: 12px
    }

    .catalog-page__title {
        font-size: 24px;
        line-height: 1
    }

    .catalog-page__title {
        margin-top: 0;
        margin-bottom: 20px
    }

    .filters {
        margin: 0 -4px -8px;
        padding: 0 0 24px
    }

    .filters__col {
        max-width: none;
        padding: 0 4px 8px
    }

    .catalog {
        margin: 0 -4px -8px;
        padding: 0 0 24px
    }

    .catalog .catalog-item {
        width: calc(33.333% - 8px);
        margin: 0 4px 8px
    }

    .card-page__right {
        padding-bottom: 20px
    }

    .card-page__title {
        font-size: 24px;
        line-height: 30px
    }

    .card-page__title {
        margin-bottom: 12px
    }

    .card-page__quantity {
        margin-bottom: 10px
    }

    .card-page__bottom {
        padding-bottom: 24px
    }

    .card-page__button {
        min-height: 56px;
        padding: 16px 24px;
        font-size: 16px;
        line-height: 24px;
        border-radius: 8px
    }

    .card-page__button .button__add-to-basket {
        height: 24px
    }

    .card-page__button .button__add-to-basket:before {
        width: 24px;
        height: 24px;
        background-image: url(../img/svg/add-to-basket.svg)
    }

    .card-page__button .button__add-to-basket:after {
        width: 24px;
        height: 24px;
        display: none;
        background-image: url(../img/svg/added-to-basket.svg)
    }

    .card-page__line {
        display: none
    }

    .card-chars__title {
        font-size: 18px;
        line-height: 24px
    }

    .chars {
        margin-bottom: 22px;
        padding: 8px 16px
    }

    .slider {
        margin-bottom: 27px;
        background: 0 0;
        border-radius: 0
    }

    .slider.loaded {
        height: 264px
    }

    .slider .slick-next, .slider .slick-prev {
        display: none !important
    }

    .slider .slick-dots {
        position: relative;
        bottom: auto;
        left: auto
    }

    .slider__image-link {
        height: 264px;
        background: #fff;
        border-radius: 8px
    }

    .info__button {
        padding: 20px 48px 20px 16px;
        font-size: 18px;
        line-height: 24px
    }

    .info__button:after, .info__button:before {
        right: 16px
    }

    .basket-page__title {
        font-size: 24px;
        line-height: 1
    }

    .basket-page__title {
        margin-top: 5px
    }

    .basket-page__cols {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .basket-page__left {
        width: 100%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .basket-page__right {
        width: 100%;
        padding: 0 0 18px;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .basket-page__button {
        min-height: 48px;
        padding: 12px 23px;
        font-size: 16px;
        line-height: 24px;
        border-radius: 8px
    }

    .basket-page__price {
        font-size: 18px;
        line-height: 24px
    }

    .basket {
        padding-bottom: 16px
    }

    .basket__item {
        min-height: 90px;
        padding: 13px 6px 0 88px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .basket__col {
        padding: 0 8px 16px
    }

    .basket__col_1 {
        width: 60px;
        position: absolute;
        top: 16px;
        left: 16px;
        z-index: 1
    }

    .basket__col_3 {
        min-width: 0;
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .basket__col_4 {
        width: 100%;
        margin-top: -4px
    }

    .basket__col_5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .about-company {
        margin-bottom: 35px
    }

    .about-company > p:first-child {
        margin-bottom: 16px;
        font-size: 14px
    }

    .about-company > img {
        margin-bottom: 35px
    }

    .about-company > ul {
        margin-bottom: 12px
    }

    .gallery {
        margin: 0 -4px -8px;
        padding-bottom: 33px
    }

    .gallery__item {
        padding: 0 4px 8px
    }

    .gallery__image-link {
        height: 250px
    }

    .company-mission {
        margin-bottom: 33px
    }

    .company-mission__title {
        font-size: 24px;
        line-height: 30px
    }

    .company-mission__title {
        margin-bottom: 13px;
        font-size: 20px;
        line-height: 24px
    }

    .payment {
        padding-top: 0
    }

    .contacts {
        padding-top: 0;
        padding-bottom: 42px
    }

    .contacts__title {
        margin-bottom: 5px;
        font-size: 18px
    }

    .contacts__text {
        line-height: 16px
    }

    .contacts__top-cols {
        padding-bottom: 20px
    }

    .contacts__bottom-cols {
        margin-bottom: -24px
    }

    .contacts__bottom-cols .contacts__title {
        padding-bottom: 4px
    }

    .contacts__bottom-col {
        padding-bottom: 24px
    }

    .workers {
        margin-bottom: -24px;
        padding-top: 6px;
        padding-bottom: 24px
    }

    .workers__item {
        width: 100% !important;
        padding-bottom: 24px
    }

    .contacts-block__left {
        min-height: 352px
    }

    .contacts-block__right {
        padding: 16px
    }

    .contacts-form__title {
        font-size: 24px;
        line-height: 30px
    }

    .contacts-form__title {
        margin-bottom: 15px
    }

    .contacts-form__text {
        margin-bottom: 18px
    }

    .contacts-form__button {
        min-height: 48px;
        padding: 12px 23px;
        font-size: 16px;
        line-height: 24px;
        border-radius: 8px
    }

    .captcha {
        margin-bottom: 8px
    }

    .news {
        margin-bottom: -8px;
        padding-bottom: 24px
    }

    .news .news-item {
        margin-bottom: 8px
    }

    .news-item {
        padding: 16px 16px 10px
    }

    .news-item__image-wrap {
        width: 136px;
        height: 156px
    }

    .news-item__right {
        padding-bottom: 33px
    }

    .news-item__date {
        margin-bottom: 17px;
        font-size: 10px;
        line-height: 1
    }

    .news-item__title {
        margin-bottom: 13px;
        font-size: 16px;
        line-height: 1
    }

    .news-item__content {
        font-size: 12px;
        line-height: 16px
    }

    .news-article {
        margin-top: -4px;
        margin-bottom: 40px
    }

    .news-article__title {
        font-size: 24px;
        line-height: 1
    }

    .news-article__title {
        margin-bottom: 15px
    }

    .news-article__date {
        margin-bottom: 20px;
        font-size: 11px;
        line-height: 16px
    }

    .news-article__content h4 {
        font-size: 14px;
        line-height: 18px
    }

    .news-article__content {
        padding-bottom: 0;
        border: none
    }

    .news-article__content h2, .news-article__content h3, .news-article__content h4 {
        margin-bottom: 8px;
        font-size: 18px;
        line-height: 24px
    }

    .news-article__content ol, .news-article__content ul, .news-article__content > p {
        margin-bottom: 16px;
        overflow: hidden
    }

    .news-article__content ol + h1, .news-article__content ol + h2, .news-article__content ol + h3, .news-article__content ul + h1, .news-article__content ul + h2, .news-article__content ul + h3, .news-article__content > p + h1, .news-article__content > p + h2, .news-article__content > p + h3 {
        padding-top: 0
    }

    .news-article__content > img {
        max-width: 100%;
        margin-bottom: 20px
    }

    .news-article__content > ul {
        margin-left: 5px
    }

    .other-news__title {
        font-size: 24px;
        line-height: 1
    }

    .other-news__title {
        margin-bottom: 22px
    }

    .cert-block__title {
        font-size: 24px;
        line-height: 30px
    }

    .cert-block__title {
        font-size: 20px;
        line-height: 24px
    }

    .cert {
        margin: 0 -4px -8px;
        padding-top: 8px
    }

    .cert__item {
        width: calc(33.333% - 8px);
        margin: 0 4px 8px
    }

    .cert__image-link {
        padding: 10px
    }

    .cert__image-link:after {
        display: none
    }

    .service {
        margin-top: -4px
    }

    .service > ol, .service > p, .service > ul {
        margin-bottom: 16px
    }

    .service > ol + h2, .service > ol + h3, .service > ol + h4, .service > p + h2, .service > p + h3, .service > p + h4, .service > ul + h2, .service > ul + h3, .service > ul + h4 {
        padding-top: 8px
    }

    .service > p + hr + ul, .service > p + ul {
        margin-top: -8px
    }

    .service > p + img {
        margin-top: 0
    }

    .service > p + img + img {
        margin-top: 0
    }

    .service > ul + p {
        margin-top: 0
    }

    .service > ul + img {
        margin-top: 0
    }

    .service > ul + img + img {
        margin-top: 0
    }

    .service > ul + .services {
        padding-top: 16px
    }

    .service b, .service strong {
        font-weight: 600;
        color: #17b3c2
    }

    .service a {
        font-weight: 600;
        color: #17b3c2
    }

    .desktop .service a:hover {
        color: #1e8993
    }

    .service > h2 {
        margin-bottom: 8px;
        font-size: 20px;
        line-height: 24px
    }

    .service > h3, .service > h4 {
        margin-bottom: 8px;
        font-size: 18px;
        line-height: 24px
    }

    .service > img {
        width: calc(50% - 4px);
        margin: 0 4px 20px 0
    }

    .service > img + img {
        left: 4px
    }

    .service > img + img + img {
        left: auto
    }

    .service > img + img + img + img {
        left: 4px
    }

    .service > img + img + img + img + img {
        left: auto
    }

    .service > img + img + img + img + img + img {
        left: 4px
    }

    .service > hr + ul {
        max-width: 480px;
        margin-bottom: 16px;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-count: 2;
        -moz-column-gap: 8px;
        column-gap: 8px;
        -webkit-column-gap: 8px
    }

    .service > hr + ul > li {
        break-inside: avoid;
        -webkit-column-break-inside: avoid;
        page-break-inside: avoid
    }

    .service > hr + ul > li:last-child {
        padding-bottom: 8px
    }

    .services {
        margin: 0 -4px -8px;
        padding-top: 4px
    }

    .services__item {
        width: calc(33.333% - 8px);
        margin: 0 4px 8px
    }

    .services__bg {
        height: 168px;
        border-radius: 8px 8px 16px 16px
    }

    .services__title {
        min-height: 40px;
        padding: 6px 12px;
        font-size: 12px;
        line-height: 14px
    }

    .lk-form__button {
        min-height: 48px;
        padding: 12px 24px;
        font-size: 16px;
        line-height: 24px;
        border-radius: 8px
    }

    .order {
        padding-bottom: 24px
    }

    .order__item {
        margin-bottom: 8px;
        padding: 12px 16px 12px
    }

    .order__header {
        padding-bottom: 12px;
        font-size: 14px
    }

    .order__footer {
        padding-top: 10px;
        font-size: 14px
    }

    .history__item {
        padding: 12px 0 7px 48px;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .history__col {
        padding: 0 0 5px
    }

    .history__col_1 {
        width: 38px;
        position: absolute;
        top: 15px;
        left: 0;
        z-index: 1
    }

    .history__image-link {
        width: 38px;
        height: 40px
    }

    .history__price {
        font-size: 12px;
        line-height: 16px
    }

    .brand-header {
        margin-bottom: 21px
    }

    .brand-header__left {
        margin-right: 12px
    }

    .brand-header__image-wrap {
        width: 123px;
        height: 64px;
        border-radius: 8px
    }

    .brand-header__image_desktop {
        display: none
    }

    .brand-header__image_mob {
        display: block
    }

    .brand-header__title {
        font-size: 14px;
        line-height: 16px
    }

    .brand > h3 {
        font-size: 24px;
        line-height: 30px
    }

    .brand > ol, .brand > p, .brand > ul {
        margin-bottom: 16px
    }

    .brand > ol + h2, .brand > ol + h3, .brand > p + h2, .brand > p + h3, .brand > ul + h2, .brand > ul + h3 {
        padding-top: 8px
    }

    .brand > p + ol, .brand > p + ul {
        margin-top: -13px
    }

    .brand > p + img {
        margin-top: 28px
    }

    .brand > h2 {
        margin-bottom: 16px;
        font-size: 20px;
        line-height: 24px
    }

    .brand > h3 {
        margin-bottom: 16px;
        font-size: 20px;
        line-height: 24px
    }

    .brand > h3 + ol {
        margin-top: -4px
    }

    .brand > h3 + h4 {
        margin-top: -4px
    }

    .brand > h3 + img {
        margin-top: 18px
    }

    .brand > h4 {
        margin-bottom: 6px;
        font-size: 16px;
        line-height: 24px
    }

    .brand > ul {
        padding-bottom: 0
    }

    .brand > ul > li {
        padding-bottom: 8px
    }

    .brand b, .brand strong {
        font-weight: 700;
        color: #1b1e2e
    }

    .brand > * > a {
        font-weight: 600;
        color: #17b3c2
    }

    .desktop .brand > * > a:hover {
        color: #1e8993
    }

    .brand > img {
        margin: 0 0 8px;
        border-radius: 8px;
        float: none !important
    }

    .brand > img + h2, .brand > img + h3 {
        padding-top: 20px
    }

    .brand > img + ol, .brand > img + p, .brand > img + ul {
        margin-top: 0;
        padding-top: 11px
    }

    .brand > img[style*="float:right"] {
        margin-left: 0
    }

    .brand > table {
        width: auto;
        margin: 0 0 24px;
        display: block;
        background: #fff;
        border: 1px solid #dfe4ea;
        border-radius: 16px 16px 0 0
    }

    .brand > table:before {
        display: none
    }

    .brand > table tr {
        padding: 8px 0;
        display: block;
        border-bottom: 1px solid #dfe4ea
    }

    .brand > table thead {
        display: block
    }

    .brand > table tbody {
        display: block
    }

    .brand > table tbody tr:last-child {
        border: none
    }

    .brand > table th {
        width: auto !important;
        height: auto;
        padding: 4px 16px;
        display: block;
        background: 0 0;
        border: none !important;
        border-radius: 0 !important
    }

    .brand > table td {
        height: auto;
        padding: 4px 16px;
        display: block;
        background: 0 0;
        border: none !important;
        border-radius: 0 !important
    }

    .brand .services {
        margin-top: 0;
        padding-top: 4px;
        padding-bottom: 29px
    }

    .files {
        padding-top: 10px;
        padding-bottom: 20px
    }

    .files .file {
        font-size: 12px
    }

    .files .file__name {
        margin-left: -1px
    }

    .files_cols {
        margin-bottom: -20px
    }

    .files__title {
        margin-bottom: 18px;
        font-size: 18px;
        line-height: 24px
    }

    .files__cols {
        margin: 0 0 -19px;
        display: block
    }

    .files__image {
        width: 104px;
        margin: 0 0 19px;
        border-radius: 8px
    }

    .files__content {
        margin-bottom: 19px;
        padding-top: 0
    }

    .construction {
        padding: 12px 0 32px;
        display: block
    }

    .construction__item {
        width: auto
    }

    .construction__title {
        max-width: none;
        margin-bottom: 16px;
        font-size: 16px
    }

    .slick-dots {
        margin-top: 20px
    }

    .about-content-grid {
        grid-template-columns: 1fr;
    }

    .about-cta {
        flex-direction: column;
        text-align: center;
    }
    
    .about-cta-content {
        flex-direction: column;
        text-align: center;
    }
    
    .about-cta-buttons {
        flex-direction: column;
        width: 100%;
    }
    
    .btn-about-catalog,
    .btn-about-phone {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 600px) {
    .catalog .catalog-item {
        width: calc(50% - 8px)
    }

    .gallery__image-link {
        height: 200px
    }

    .services__item {
        width: calc(50% - 8px)
    }
    .main-banner__buttons {
        flex-direction: column;
    }
}

@media (max-width: 479px) {
    .logo__image {
        margin-left: -10px
    }

    .footer-nav ul {
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-count: 2;
        -moz-column-gap: 16px;
        column-gap: 16px;
        -webkit-column-gap: 16px
    }

    .brands__logo_tablet {
        display: none
    }

    .brands__logo_mob {
        display: block
    }

    .main-banner__image {
        opacity: .9
    }

    .main-banner__image_desktop {
        display: none
    }

    .main-banner__image_mob {
        display: block
    }

    .benefits__title {
        max-width: 270px
    }

    .gallery__item {
        width: 100%
    }

    .gallery__image-link {
        height: 264px
    }

    .cert__item {
        width: calc(50% - 8px)
    }
}

@media (max-width: 400px) {
    .categories__item {
        height: 150px
    }

    .gallery__image-link {
        height: 236px
    }

    .news-item__image-wrap {
        width: 110px;
        height: 126px
    }

    .services__bg {
        height: 158px
    }
}

@media (max-width: 374px) {
    .header-top__col {
        width: auto
    }

    .logo__image {
        max-width: 190px;
        margin-left: 5px
    }

    .carousel {
        padding-right: 0
    }
}

@media (max-width: 359px) {
    .logo__image {
        max-width: 175px;
        margin-left: 0
    }

    .header-contacts__number {
        padding-left: 30px;
        font-size: 17px
    }

    .header-contacts__mail {
        font-size: 15px
    }

    .page-nav__item {
        line-height: 30px
    }

    .page-nav__link {
        min-width: 30px;
        height: 30px;
        line-height: 28px
    }

    .page-nav__link_prev {
        margin-right: 0
    }

    .page-nav__link_next {
        margin-left: 0
    }

    .brands__item {
        width: calc(50% - 8px)
    }

    .brands__logo_mob {
        display: none
    }

    .brands__logo_xmob {
        display: block
    }

    .categories__item {
        width: calc(100% - 8px)
    }

    .carousel {
        width: 204px
    }

    .carousel_news {
        width: auto
    }

    .carousel .slick-dots {
        min-width: 100vw;
        margin-left: -16px;
        margin-right: -16px
    }

    .filters__col {
        width: 100%
    }

    .catalog .catalog-item {
        width: calc(100% - 8px)
    }

    .card-page__title {
        font-size: 18px;
        line-height: 24px
    }

    .slider.loaded {
        height: 245px
    }

    .slider__image-link {
        height: 245px
    }

    .gallery__image-link {
        height: 199px
    }

    .contacts-block__left {
        min-height: 300px
    }

    .news-item__image-wrap {
        width: 70px;
        height: 80px
    }

    .cert__image-link {
        padding: 8px
    }

    .service > hr + ul {
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-count: 1;
        -moz-column-gap: 0;
        column-gap: 0;
        -webkit-column-gap: 0
    }

    .services__bg {
        height: 140px
    }

    .history__item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .history__col {
        width: 100%;
        text-align: left
    }

    .brand-header {
        display: block
    }

    .brand-header__left {
        margin: 0 0 15px
    }
}

@media (max-width: 1279px) and (min-width: 951px) {
    .news-item__image-wrap {
        width: 180px;
        height: 200px
    }
}

@media (max-width: 1024px) and (min-width: 951px) {
    .news-item__image-wrap {
        width: 165px;
        height: auto;
        min-height: 165px
    }

    .news-item__date {
        margin-bottom: 5px;
        line-height: 14px
    }

    .news-item__title {
        margin-bottom: 5px;
        font-size: 14px;
        line-height: 18px
    }

    .news-item__content {
        line-height: 18px
    }
}

@media (max-width: 575px) {
    .services__item-content .services__title {
        font-size: 14px!important;
    }
}