@charset "UTF-8";
@-webkit-keyframes bg {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes bg {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes scale {
    0% {
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes scale {
    0% {
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@-webkit-keyframes shake {
    0%,50%,to {
        -webkit-transform: rotate(90deg) translateX(0);
        transform: rotate(90deg) translateX(0)
    }

    25% {
        -webkit-transform: rotate(90deg) translateX(-3px);
        transform: rotate(90deg) translateX(-3px)
    }

    75% {
        -webkit-transform: rotate(90deg) translateX(3px);
        transform: rotate(90deg) translateX(3px)
    }
}

@keyframes shake {
    0%,50%,to {
        -webkit-transform: rotate(90deg) translateX(0);
        transform: rotate(90deg) translateX(0)
    }

    25% {
        -webkit-transform: rotate(90deg) translateX(-3px);
        transform: rotate(90deg) translateX(-3px)
    }

    75% {
        -webkit-transform: rotate(90deg) translateX(3px);
        transform: rotate(90deg) translateX(3px)
    }
}

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

ol[class],ul[class] {
    padding: 0
}

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

body {
    min-height: 100vh;
    scroll-behavior: smooth;
    text-rendering: optimizeSpeed;
    line-height: 1.5;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    color: var(--color-black);
    font-family: var(--geometria-font);
    font-size: .875rem;
    font-weight: 400;
    background-color: var(--color-white);
    padding: 0;
    height: 100%
}

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

a {
    text-decoration: none
}

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

a:visited {
    text-decoration: none
}

img,svg,video {
    display: block;
    max-width: 100%;
    height: auto
}

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

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

textarea {
    resize: none;
    border-radius: 0
}

textarea::-webkit-input-placeholder {
    opacity: 1
}

textarea::-moz-placeholder {
    opacity: 1
}

textarea:-ms-input-placeholder {
    opacity: 1
}

textarea::-ms-input-placeholder {
    opacity: 1
}

textarea::placeholder {
    opacity: 1
}

textarea:invalid {
    -webkit-box-shadow: none;
    box-shadow: none
}

select {
    border-radius: 0
}

input::-ms-clear,input::-ms-reveal {
    display: none
}

input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-results-button,input[type=search]::-webkit-search-results-decoration {
    -webkit-appearance: none;
    appearance: none
}

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

[type=button],[type=reset],[type=submit],button,input:matches([type=email],[type=number],[type=password],[type=search],[type=tel],[type=text],[type=url]),select,textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

:root {
    --color-primary: #F25C05;
    --color-primary-light: #F27405;
    --color-primary-dark: #BF2604;
    --color-secondary: #4586BF;
    --color-black: #16122b;
    --color-black-light: #524e63;
    --color-black-lighter: #a9a7af;
    --color-warning: #eb7d40;
    --color-warning-dark: #d6713b;
    --color-danger: #EB493F;
    --color-blue: #3F96EB;
    --color-blue-light: #3FEBE4;
    --color-success: #63EB3F;
    --color-white: #ffffff;
    --color-white-dark: #f4f4f4;
    --color-white-darker: #ebeaf0;
    --geometria-font: "Geometria", sans-serif;
    --ease-in: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    --transition: all 0.2s var(--ease-in) 0s
}

@font-face {
    font-family: "Geometria";
    src: url(Geometria-Regular.eot);
    src: url(Geometria-Regular.eot) format("embedded-opentype"),url(Geometria-Regular.woff2) format("woff2"),url(Geometria-Regular.woff) format("woff"),url(Geometria-Regular.ttf) format("truetype"),url(Geometria-Regular.svg#Geometria-Regular) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: "Geometria";
    src: url(Geometria-Medium.eot);
    src: url(Geometria-Medium.eot) format("embedded-opentype"),url(Geometria-Medium.woff2) format("woff2"),url(Geometria-Medium.woff) format("woff"),url(Geometria-Medium.ttf) format("truetype"),url(Geometria-Medium.svg#Geometria-Medium) format("svg");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: "Geometria";
    src: url(Geometria-Bold.eot);
    src: url(Geometria-Bold.eot) format("embedded-opentype"),url(Geometria-Bold.woff2) format("woff2"),url(Geometria-Bold.woff) format("woff"),url(Geometria-Bold.ttf) format("truetype"),url(Geometria-Bold.svg#Geometria-Bold) format("svg");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: "Geometria";
    src: url(Geometria-Heavy.eot);
    src: url(Geometria-Heavy.eot) format("embedded-opentype"),url(Geometria-Heavy.woff2) format("woff2"),url(Geometria-Heavy.woff) format("woff"),url(Geometria-Heavy.ttf) format("truetype"),url(Geometria-Heavy.svg#Geometria-Heavy) format("svg");
    font-weight: 900;
    font-style: normal
}

.button {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: .4688rem 1.25rem;
    font-family: var(--geometria-font);
    font-size: .875rem;
    font-weight: 500;
    line-height: 1.3;
    text-align: center;
    border: 0;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: var(--transition);
    transition: var(--transition)
}

.button-33 {
    min-height: 33px;
    height: 33px;
    font-weight: 400;
    line-height: 33px
}

.button-40 {
    min-height: 40px;
    height: 40px;
    line-height: 40px
}

.button-50 {
    min-height: 50px;
    height: 50px;
    line-height: 50px
}

.button-60 {
    min-height: 60px;
    height: 60px;
    line-height: 60px
}

.button-70 {
    min-height: 70px;
    height: 70px;
    line-height: 70px
}

.button-primary {
    color: var(--color-white);
    background-color: var(--color-primary)
}

.button-primary:focus,.button-primary:hover {
    background-color: var(--color-primary-light)
}

.button-primary:active {
    background-color: var(--color-primary-dark)
}

.button-secondary {
    color: var(--color-secondary);
    background-color: transparent;
    border: .0625rem solid var(--color-secondary)
}

.button-secondary:focus,.button-secondary:hover {
    color: var(--color-white);
    background-color: var(--color-secondary)
}

.button-outline,.button-secondary:active {
    color: var(--color-secondary);
    background-color: transparent
}

.button-outline {
    color: var(--color-black);
    border: .0625rem solid var(--color-black)
}

.button-outline._active,.button-outline:hover {
    color: var(--color-white);
    background-color: var(--color-warning);
    border: .0625rem solid var(--color-warning)
}

.button-outline-dark,.button-outline-primary {
    color: var(--color-primary);
    background-color: transparent;
    border: .0625rem solid var(--color-primary)
}

.button-outline-primary._active,.button-outline-primary:hover {
    color: var(--color-white);
    background-color: var(--color-primary-dark);
    border: .0625rem solid var(--color-primary-dark)
}

.button-outline-dark {
    color: var(--color-black-light);
    border: .0625rem solid var(--color-black-light)
}

.button-outline-dark._active,.button-outline-dark:hover {
    color: var(--color-white);
    background-color: var(--color-black-lighter);
    border: .0625rem solid var(--color-dark)
}

.button-dark {
    color: var(--color-black-light);
    background-color: var(--color-black-lighter)
}

.button-dark:focus,.button-dark:hover {
    color: var(--color-black)
}

.button-dark:active {
    background-color: var(--color-black-light)
}

.form-group {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: .75rem
}

.form-label,.form-select__label {
    margin-bottom: .375rem;
    line-height: 1.3
}

.form-control,.form-label,.form-select,.form-select__label {
    color: var(--color-black-light);
    font-size: .75rem
}

.form-control {
    padding: .625rem .875rem;
    line-height: 1.5;
    background: var(--color-white-darker);
    border: 0;
    outline-color: var(--color-black-light)
}

input.form-control {
    height: 2.5rem
}

.form-select {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: .75rem
}

.form-select__text-field {
    position: relative;
    min-height: 2.5rem;
    padding: .625rem 2rem .625rem .875rem;
    background-color: var(--color-white);
    border: 0;
    outline: 0;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    cursor: pointer
}

.form-select__text-field span {
    display: block;
    max-width: 15rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.form-select__text-field::after {
    position: absolute;
    content: "";
    top: 50%;
    right: .5rem;
    width: 1.5rem;
    height: 1.5rem;
    background-image: url(../icons/arrow-drop-down.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.form-select__text-field._active::after {
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg)
}

.form-select__list {
    display: none;
    position: absolute;
    top: 105%;
    left: .5rem;
    right: .5rem;
    max-height: 10rem;
    background-color: var(--color-white);
    border: 0;
    -webkit-box-shadow: 0 .375rem .625rem .125rem rgba(34,60,80,.2);
    box-shadow: 0 .375rem .625rem .125rem rgba(34,60,80,.2);
    z-index: 5;
    overflow-y: auto
}

.form-select__item {
    padding: .625rem .875rem;
    cursor: pointer
}

.form-select__item:hover {
    background: var(--color-white-dark)
}

.form-group.search-input {
    display: none;
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    width: 100%;
    margin-right: 1rem
}

.search-input .form-control {
    padding-right: 40px
}

.search-input .form-input-clear-button {
    position: absolute;
    content: "";
    top: 50%;
    right: .5rem;
    padding: 5px;
    width: 24px;
    height: 24px;
    background-image: url(../icons/black-cross.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer
}

nav.c-navigation-breadcrumbs {
    margin: 1em auto;
    color: var(--color-black-light)
}

nav.c-navigation-breadcrumbs ol {
    list-style-type: none;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0
}

nav.c-navigation-breadcrumbs a:focus {
    outline: thin dotted
}

*,nav.c-navigation-breadcrumbs a:link {
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

nav.c-navigation-breadcrumbs a:active,nav.c-navigation-breadcrumbs a:hover {
    outline: 0
}

nav.c-navigation-breadcrumbs a:visited:not([rel=external]) {
    color: var(--color-black-light)
}

nav.c-navigation-breadcrumbs body {
    margin: 32px;
    font: 16px/32px
}

nav.c-navigation-breadcrumbs .o-inline-svg-icon {
    stroke: var(--color-black-light)
}

nav.c-navigation-breadcrumbs .o-inline-svg-icon--baseline {
    position: relative;
    top: .125em;
    width: 1em;
    height: 1em
}

nav.c-navigation-breadcrumbs .c-navigation-breadcrumbs__item.current {
    color: var(--color-black)
}

nav.c-navigation-breadcrumbs .c-navigation-breadcrumbs__directory {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

nav.c-navigation-breadcrumbs .c-navigation-breadcrumbs__link:link {
    color: #007c89
}

nav.c-navigation-breadcrumbs .c-navigation-breadcrumbs__link:link:hover {
    background-image: -webkit-gradient(linear,left top, left bottom,from(var(--color-black-light)),to(var(--color-black-light)));
    background-image: linear-gradient(var(--color-black-light),var(--color-black-light));
    background-size: auto 1px;
    background-repeat: repeat-x;
    background-position: 0 calc(50% + 1ex)
}

nav.c-navigation-breadcrumbs .u-visually-hidden {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden
}

.burger {
    position: relative;
    display: none;
    width: 1.875rem;
    height: 1.875rem;
    margin-left: auto;
    cursor: pointer;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
    z-index: 10
}

.burger span:nth-child(1),.burger span:nth-child(2) {
    position: absolute;
    width: 100%;
    height: .125rem;
    margin: auto;
    background: var(--color-primary);
    display: block;
    -webkit-transition: .15s;
    transition: .15s;
    border-radius: .625rem
}

.burger span:nth-child(1) {
    top: .5rem;
    -webkit-transition: top .15s .15s,-webkit-transform .15s cubic-bezier(.23,1,.32,1);
    transition: top .15s .15s,-webkit-transform .15s cubic-bezier(.23,1,.32,1);
    transition: top .15s .15s,transform .15s cubic-bezier(.23,1,.32,1);
    transition: top .15s .15s,transform .15s cubic-bezier(.23,1,.32,1),-webkit-transform .15s cubic-bezier(.23,1,.32,1)
}

.burger span:nth-child(2) {
    bottom: .5rem;
    -webkit-transition: bottom .15s .15s,-webkit-transform .15s cubic-bezier(.23,1,.32,1);
    transition: bottom .15s .15s,-webkit-transform .15s cubic-bezier(.23,1,.32,1);
    transition: bottom .15s .15s,transform .15s cubic-bezier(.23,1,.32,1);
    transition: bottom .15s .15s,transform .15s cubic-bezier(.23,1,.32,1),-webkit-transform .15s cubic-bezier(.23,1,.32,1)
}

.burger._active span:nth-child(1) {
    content: "";
    top: .875rem;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: top .15s,-webkit-transform .15s .15s cubic-bezier(.68,-.55,.265,1.55);
    transition: top .15s,-webkit-transform .15s .15s cubic-bezier(.68,-.55,.265,1.55);
    transition: top .15s,transform .15s .15s cubic-bezier(.68,-.55,.265,1.55);
    transition: top .15s,transform .15s .15s cubic-bezier(.68,-.55,.265,1.55),-webkit-transform .15s .15s cubic-bezier(.68,-.55,.265,1.55)
}

.burger._active span:nth-child(2) {
    content: "";
    bottom: .875rem;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: bottom .15s,-webkit-transform .15s .15s cubic-bezier(.68,-.55,.265,1.55);
    transition: bottom .15s,-webkit-transform .15s .15s cubic-bezier(.68,-.55,.265,1.55);
    transition: bottom .15s,transform .15s .15s cubic-bezier(.68,-.55,.265,1.55);
    transition: bottom .15s,transform .15s .15s cubic-bezier(.68,-.55,.265,1.55),-webkit-transform .15s .15s cubic-bezier(.68,-.55,.265,1.55)
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.7);
    opacity: 1;
    -webkit-animation: bg .5s ease;
    animation: bg .5s ease;
    z-index: 10
}

.modal-dialog {
    position: relative;
    display: none;
    max-height: 85%;
    width: 85%;
    padding-right: 3.75rem;
    -webkit-transition: .3s;
    transition: .3s;
    overflow-y: auto;
    -webkit-animation: scale .5s ease;
    animation: scale .5s ease;
    z-index: 11;
    -ms-overflow-style: none;
    scrollbar-width: none
}

.modal-dialog:not(._big) {
    max-width: 26.75rem
}

.modal-dialog._big {
    max-width: 31.125rem
}

.modal-dialog::-webkit-scrollbar {
    display: none
}

.modal__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    padding: 2.5rem;
    background-color: var(--color-white)
}

.modal__dialog:not(._big) .modal__content {
    max-width: 23rem
}

.modal-dialog__close {
    position: absolute;
    top: 0;
    right: -1.25rem;
    height: 2.5rem;
    width: 2.5rem;
    padding: 0;
    background: unset;
    border: .0625rem solid var(--color-primary);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: var(--transition);
    transition: var(--transition);
    cursor: pointer;
    z-index: 12
}

.modal-dialog__close:focus,.modal-dialog__close:hover {
    background: var(--color-primary-light)
}

.modal-dialog__close:active {
    background: unset
}

.modal-dialog__close img {
    margin: auto
}

.modal__title {
    margin-bottom: 1.5rem;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.3
}

.modal .form-select__list,.modal .form-select__text-field {
    background-color: var(--color-white-darker)
}

.modal .form-select__list {
    left: 0;
    right: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.modal__button {
    width: 100%;
    margin-top: .75rem
}

.gallery-slider {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px
}

.slides__item {
    position: relative;
    display: none;
    padding: 0 0 60.267%
}

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

.cursor {
    cursor: pointer
}

.thumbnails {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 20px
}

.thumbnails__item {
    position: relative;
    width: 33.33%;
    padding: 0 0 18.27%
}

._more img+.backdrop,img.active+.backdrop {
    position: absolute;
    content: "";
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .7;
    cursor: pointer;
    z-index: 1
}

img.active+.backdrop {
    background: var(--color-warning)
}

._more img+.backdrop+.eye,.active+.backdrop+.eye {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    cursor: pointer;
    z-index: 2
}

.active+.backdrop+.eye {
    height: 48px;
    width: 48px;
    background-image: url(../icons/eye.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

._more img+.backdrop {
    background: var(--color-black)
}

._more img+.backdrop+.eye {
    color: var(--color-white);
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3
}

#mse2_form .form-group {
    margin-bottom: 0
}

.product-description__table table {
    border-collapse: collapse;
    border: 0;
    border-color: #fff;
    width: 100%!important
}

.product-description__table table td {
    padding: 5px 0
}

.product-description__table table td:last-child {
    font-weight: 600;
    width: 45%
}

main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 2.5rem;
    padding-bottom: 3.75rem;
    background-color: var(--color-white-dark);
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

._container {
    max-width: 77.5rem;
    width: 100%;
    margin: 0 auto;
    padding: 0 1.25rem
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    clip: rect(0 0 0 0);
    overflow: hidden
}

.subtitle,.title {
    color: var(--color-black);
    font-weight: 700
}

.title {
    margin: 1.25rem 0 2.5rem;
    font-size: 1.75rem;
    line-height: 1.3
}

.subtitle {
    margin-bottom: 1.25rem;
    font-size: 1.25rem
}

._overflow-hidden {
    overflow: hidden
}

._hidden {
    display: none
}

::-webkit-scrollbar {
    width: .5rem
}

::-webkit-scrollbar-track {
    background: var(--color-white-dark)
}

::-webkit-scrollbar-thumb {
    background: var(--color-primary);
    border: 0;
    border-radius: .75rem
}

.col-100,.col-16,.col-33,.col-50 {
    max-width: 100%;
    padding: 0 .5rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

.main-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.logo {
    margin-right: 3.75rem
}

.main-nav__logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    min-width: 10.3125rem;
    width: 10.3125rem
}

.main-nav__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%
}

.main-nav__list-item-link {
    position: relative;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    padding: .4688rem .9375rem;
    color: var(--color-black);
    font-weight: 700;
    line-height: 1.3;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer
}

.main-nav__list-item-link:hover {
    color: var(--color-primary);
    -webkit-transition: var(--transition);
    transition: var(--transition)
}

.main-nav__list-item-link._active {
    color: var(--color-primary-dark)
}

.main-nav__list-item-link._active::before {
    position: absolute;
    content: "";
    left: .9375rem;
    right: .9375rem;
    bottom: 0;
    height: .125rem;
    background: var(--color-primary-dark)
}

nav .main-nav__list {
    margin-right: auto
}

.main-nav__box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 23.75rem;
    width: 23.75rem;
    height: 100%
}

.main-nav__contacts {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 3.4375rem;
    line-height: 1.3
}

.main-nav__contacts-phone {
    margin-bottom: .25rem;
    color: var(--color-black);
    font-size: 1rem;
    font-weight: 700;
    line-height: inherit;
    white-space: nowrap;
    text-decoration: none
}

.main-nav__contacts-email {
    color: var(--color-blue);
    font-size: .75rem;
    font-weight: 500;
    line-height: inherit;
    white-space: nowrap
}

.main-nav__button {
    min-width: 10.9375rem;
    width: 10.9375rem
}

.main-nav__button._mobile,.main-nav__contacts._mobile {
    display: none
}

.header .main-nav {
    min-height: 4.375rem;
    height: 4.375rem
}

.equipment-filter {
    position: relative;
    min-height: 12.5rem;
    margin-bottom: 2.5rem;
    padding: 2.9688rem 0
}

.equipment-filter::after,.equipment-filter::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.equipment-filter::before {
    background: url(/assets/cache_image/upload/3/parking_1200x0_d6a.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 0
}

.equipment-filter::after {
    background: rgba(0,0,0,.4705882353);
    z-index: 1
}

.equipment-filter__container {
    position: relative;
    z-index: 3
}

.equipment-filter__form-box,.equipment-filter__form-row._active,.search-input._active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.equipment-filter__form-row {
    display: none;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin-left: -.5rem;
    margin-right: 2.25rem
}

.search-input {
    display: none
}

.equipment-filter__subtitle.subtitle {
    margin-bottom: 1.5rem;
    color: var(--color-white)
}

.equipment-filter__form-button {
    width: 100%
}

.equipment-filter__form-button-search {
    width: 2.5rem
}

.equipment-filter__form-button-search img {
    min-width: 1.5rem
}

.catalog__title {
    text-align: center
}

.catalog__items {
    display: grid;
    gap: .5rem;
    grid-template-columns: repeat(auto-fit,minmax(295px,1fr));
    margin-bottom: 4.375rem
}

.catalog-item {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background: var(--color-white-dark)
}

.catalog-item__img {
    position: relative;
    padding: 0 0 81.335%
}

.catalog-item__img img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 3s linear;
    transition: all 3s linear;
    z-index: 0
}

.catalog-item__label {
    position: absolute;
    top: .25rem;
    left: 0;
    color: var(--color-black);
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.17;
    z-index: 2;
    text-transform: uppercase;
    padding: .4rem;
    width: 100%;
    text-align: center;
    -webkit-transition: color .2s;
    transition: color .2s;
    text-shadow: .05em 0 #fff,0 .05em #fff,-.05em 0 #fff,0 -.05em #fff,-.05em -.05em #fff,-.05em .05em #fff,.05em -.05em #fff,.05em .05em #fff
}

.catalog-item:hover .catalog-item__label,.catalog-products-item:hover .catalog-products-item__price,.catalog-products-item:hover .catalog-products-item__title,.catalog-products-item:hover ul.catalog-products-item__params li b,.product__delivery span {
    color: var(--color-primary)
}

.info-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 1.25rem
}

.info-block__subtitle {
    margin-bottom: 1.875rem
}

.info-block__desc {
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--color-black-light)
}

.info-block__desc p:not(:last-child) {
    margin-bottom: 1.875rem
}

.info-block__image {
    margin: 3.75rem auto 0
}

.footer {
    margin-bottom: 3.125rem
}

.footer .main-nav {
    margin-bottom: .625rem
}

.footer__columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 5.625rem;
    gap: 1.25rem
}

.footer__column-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    margin-right: auto;
    color: var(--color-black-light)
}

.footer__address {
    margin-bottom: 1.875rem;
    font-style: normal
}

.footer__column-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    min-width: 23.75rem;
    width: 23.75rem
}

.footer__socials {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: auto
}

.footer__social-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 1.75rem;
    min-width: 1.75rem;
    width: 1.75rem;
    margin-bottom: 1.125rem;
    margin-right: 1.125rem
}

.footer__made-by,.product__personal .phone a {
    color: var(--color-black-light)
}

.footer__made-by-link {
    color: var(--color-blue)
}

.footer__oferta {
    font-size: .85em;
    padding: 1em 0;
    text-align: justify;
    line-height: 1.17;
    color: var(--color-black-lighter)
}

.info__columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.contacts {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 17.5rem;
    margin-right: 1.25rem
}

.info__contacts {
    margin-bottom: 1.875rem
}

.contacts__label {
    margin-bottom: .25rem;
    color: var(--color-black-light);
    font-size: .75rem;
    font-weight: 400
}

.contacts__address,.contacts__phone,.contacts__schedule {
    color: var(--color-black)
}

.contacts__email,.contacts__phone,.contacts__schedule {
    margin-bottom: 1.25rem;
    line-height: 1.3
}

.contacts__phone {
    font-size: 1.375rem;
    font-weight: 900;
    letter-spacing: -.0625rem
}

.contacts__email {
    color: var(--color-blue);
    font-size: 1.125rem;
    font-weight: 500
}

.contacts__schedule {
    font-size: 1.375rem;
    font-weight: 700
}

.contacts__address {
    margin-bottom: 1.875rem;
    font-size: 1rem;
    font-weight: 700;
    font-style: normal;
    line-height: 1.3
}

.contacts__socials {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1.875rem
}

.contacts__social-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 1.75rem;
    min-width: 1.75rem;
    width: 1.75rem;
    margin-right: 1.125rem
}

.contacts__action {
    max-width: 15.25rem
}

.contacts__button {
    width: 100%
}

.info__map {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 790px;
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-shadow: 0 .375rem .625rem .125rem rgba(34,60,80,.2);
    box-shadow: 0 .375rem .625rem .125rem rgba(34,60,80,.2)
}

.category {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 1.25rem;
    margin-bottom: 1.875rem
}

.category__list {
    display: grid;
    gap: .375rem;
    grid-template-columns: repeat(auto-fit,minmax(11.25rem,1fr))
}

.category__item-link {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: .375rem .75rem;
    color: var(--color-black);
    font-size: .875rem;
    background-color: var(--color-white);
    border: 0;
    -webkit-transition: var(--transition);
    transition: var(--transition)
}

.category__item-link._active,.category__item-link:hover {
    color: var(--color-white);
    background-color: var(--color-primary)
}

.category__item-link-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.category__more {
    margin-top: 1.125rem;
    font-size: .875rem;
    color: var(--color-blue);
    font-weight: 500;
    line-height: 1.3
}

.catalog-products__header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 1.25rem;
    margin-bottom: 2.5rem
}

.catalog-products__title {
    margin: 0 auto 0 0
}

.catalog-products__sorting-type {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: .375rem;
    max-width: 21.25rem;
    width: 100%
}

.catalog-products__sorting-type-button {
    width: 100%
}

.catalog-products__items {
    display: grid;
    gap: 2.5rem 1.875rem;
    grid-template-columns: repeat(auto-fill,minmax(17.5rem,1fr));
    margin-bottom: 3.75rem
}

.catalog-products-item {
    display: grid;
    padding: 0;
    grid-template-rows: 17.875rem auto auto -webkit-min-content;
    grid-template-rows: 17.875rem auto auto min-content;
    background: var(--color-white);
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.catalog-products-item:hover {
    -webkit-box-shadow: 0 0 20px -2px rgba(235,125,64,.5215686275);
    box-shadow: 0 0 20px -2px rgba(235,125,64,.5215686275)
}

.catalog-products-item__img {
    position: relative;
    overflow: hidden
}

.catalog-products-item__img::after,.catalog-products-item__img::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    z-index: 1
}

.catalog-products-item__img::after {
    content: "АДВАНТА";
    color: rgba(255,255,255,.2);
    font-weight: 700;
    font-size: 2rem;
    text-align: center;
    -webkit-transform: translateY(37%);
    -ms-transform: translateY(37%);
    transform: translateY(37%)
}

.catalog-products-item__img-notstock,
.catalog-products-item__img-stock,
.catalog-products-item__img-sklad {
    position: absolute;
    top: 0;
    left: 0;
    padding: .375rem .75rem;
    color: var(--color-white);
    font-size: .75rem;
    font-weight: 500;
    line-height: 1.3;
    z-index: 2
}
.catalog-products-item__img-sklad { 
    right: 0;
    left: auto;
    background: var(--color-black-light);
}
.catalog-products-item__img-notstock {
    background: var(--color-blue);
}
.catalog-products-item__img-stock {
    background: var(--color-success);
}
.products-item__img-notstock,
.products-item__img-stock {
    padding: .175rem .75rem;
    color: var(--color-white);
    font-weight: 500;
}
.products-item__img-notstock {
    background: var(--color-blue);
}
.products-item__img-stock {
    background: var(--color-success);
}
.catalog-products-item__img-rubber {
    position: absolute;
    top: 0;
    left: 0;
    padding: .375rem .75rem;
    color: var(--color-white);
    font-size: .75rem;
    font-weight: 500;
    line-height: 1.3;
    background: var(--color-success);
    z-index: 2
}

.catalog-products-item__img img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.catalog-products-item__img:hover img {
    width: 105%;
    height: 105%;
    top: -2.5%
}

.catalog-products-item__price,.catalog-products-item__oldprice,.catalog-products-item__title {
    font-weight: 700;
    line-height: 1.3;
    padding: 0 1rem;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.catalog-products-item__title {
        margin: 1.25rem 0 1rem;
    font-size: 1.2rem
}
.catalog-products-item__desc {
    margin: 0 1rem 1.2rem;
    font-size: .75rem;
}

ul.catalog-products-item__params {
    padding: 0 1rem 1.2rem
}

ul.catalog-products-item__params li {
    font-size: 1rem;
    color: var(--color-black-lighter);
    padding: .1rem 0
}

ul.catalog-products-item__params li span,ul.product__params li span {
    font-weight: 400;
    color: var(--color-black-light);
    display: inline-block;
    line-height: 1
}

ul.catalog-products-item__params li span {
    width: 50%
}

ul.catalog-products-item__params li b,ul.product__params li b {
    font-weight: 700;
    color: var(--color-black-light);
    width: 45%;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.catalog-products-item__oldprice {
    margin-top: auto;
    color: gray;
    font-weight: 400;
    text-decoration: line-through;
    font-size: 1rem;
}

.catalog-products-item__price {
    margin-top: auto;
    font-size: 1.25rem
}

.catalog-products-item__actions {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: .625rem;
    margin-top: 1.25rem;
    padding: 0 1rem 1.2rem
}

.catalog-products-item__button {
    width: 100%;
    text-transform: uppercase;
    font-weight: 700
}

.product {
    margin-bottom: 50px
}

.product__columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: var(--color-white)
}

.product__left {
    width: 55%;
    margin-right: 20px
}

.wrapCarouselFull,.wrapCarouselThumbs {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 640px
}

.wrapCarouselThumbs {
    margin: 20px auto 0
}

.wrapCarouselThumbs .owl-item {
    border: 3px solid var(--color-white-dark);
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.wrapCarouselThumbs .owl-item.current {
    border: 3px solid var(--color-primary)
}

.product__right {
    width: 45%;
    padding: 1.5rem 1rem
}

.product__label {
    color: var(--color-black-light);
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    border-bottom: 1px dotted var(--color-black-lighter);
    padding-bottom: .625rem
}

.product__preim {
    position: relative;
    font-size: .85em;
    line-height: 1.17;
    margin-bottom: 14px;
    color: var(--color-secondary)
}

.product__preim_item {
    background-position: top left;
    display: block;
    margin-bottom: 4px;
    padding-top: 11px;
    background-size: 25px;
    min-height: 25px;
    padding-left: 28px
}

.product__preim_item.fast {
    background-image: url(/assets/template/icons/fast.png);
    width: 30%;
}

.product__preim_item.factory {
    background-image: url(/assets/template/icons/factory.png)
}

.product__preim_item.enchance {
    background-image: url(/assets/template/icons/enchance.png)
}

.product__delivery,.product__description {
    line-height: 1.17;
    margin-bottom: 14px;
    position: relative
}

.product__delivery {
    padding-left: 28px;
    font-size: .85em;
    color: var(--color-black-light)
}

.product__delivery:before {
    position: absolute;
    content: "";
    width: 12px;
    height: 15px;
    background: url(/assets/template/icons/map-marker.svg) 50% no-repeat;
    opacity: 1;
    left: 7px;
    top: 0;
    bottom: 0;
    margin: auto 0
}

ul.product__params {
    line-height: 1.1;
    margin-bottom: 28px
}

ul.product__params li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: .625em
}

ul.product__params li::after {
    background-image: radial-gradient(circle,var(--color-black-lighter) 1px,transparent 1px);
    background-position: bottom;
    background-size: 4px 1px;
    background-repeat: space no-repeat;
    content: "";
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 1em;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2
}

ul.product__params li span {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}

ul.product__params li b {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    color: var(--color-secondary);
    width: 40%;
    padding-left: 4px
}

.product__description {
    font-size: 1em;
    margin-top: 1em;
    display: block;
    padding: .5em 1em;
    border: 1px dashed var(--color-black-lighter);
    color: var(--color-primary)
}

.product__description:before {
    content: "Описание";
    color: var(--color-black-lighter);
    background: #fff;
    font-weight: 100;
    font-size: .85em;
    position: absolute;
    top: -.675em;
    left: .675em;
    display: block;
    padding: 0 .5em;
    z-index: 2
}

.product__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 30px
}

.product__price {
    margin-right: 36px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    white-space: nowrap;
    color: var(--color-primary);
    margin-bottom: .5em
}

.product__price div {
    display: inline-block
}

.product__price .val {
    font-size: 1.2em
}

.product__price .rub {
    font-size: .8em
}

.product__price .nds {
    font-size: .6em;
    color: var(--color-black-lighter)
}

.product__text {
    max-width: 22em;
    color: var(--color-black-lighter);
    font-size: .85em;
    font-style: italic;
    line-height: 1.17
}

.product__text a {
    white-space: nowrap
}

.product__personal {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 1em;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1;
    margin-bottom: 2em
}

.product__personal .ico {
    width: 30px;
    height: 30px;
    border-radius: 100%
}

.product__personal .info .fio {
    font-weight: 700;
    color: var(--color-black-light);
    margin-bottom: .325em
}

.product__personal .info .dolg {
    font-weight: 100;
    color: var(--color-black-lighter);
    font-size: .85em
}

.product__personal .phone {
    font-weight: 700;
    font-size: 1.2em;
    line-height: 1.3;
    color: var(--color-black-light)
}

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

.product__button {
    width: 50%
}

.product-description__tabs {
    -webkit-box-pack: unset;
    -webkit-justify-content: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    background: var(--color-white);
    overflow-y: auto
}

.product-description__tabs::-webkit-scrollbar,.product-description__tabs::-webkit-scrollbar-track {
    display: none
}

.product-description__content {
    background: var(--color-white)
}

.product-description__content:not(._active) {
    display: none
}

.product-description__box {
    padding: 50px 60px;
    border-top: 2px solid var(--color-white-dark)
}

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

.product-description__box .title {
    margin-top: 0
}

.product-description__left,.product-description__right {
    width: 50%
}

.product-description__left {
    margin-right: 30px
}

.product-description__info {
    color: var(--color-black-light);
    font-weight: 400
}

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

.product-description__group>* {
    margin-bottom: .5rem
}

.product-description__label {
    width: 55%;
    margin-right: 40px;
    color: var(--color-black-light);
    font-weight: 400
}

.product-description__text {
    width: 45%;
    color: var(--color-black);
    font-weight: 500
}

.tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0 30px
}

.tabs__item {
    position: relative;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    color: var(--color-black);
    font-weight: 700;
    line-height: 1.3;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer
}

.tabs__item input {
    height: 0;
    width: 0;
    margin: 0;
    opacity: 0
}

.tabs__item label {
    padding: 21px .9375rem;
    white-space: nowrap
}

.tabs__item input:checked+label {
    color: var(--color-primary)
}

.tabs__item input:checked+label::before {
    position: absolute;
    content: "";
    left: .9375rem;
    right: .9375rem;
    bottom: 0;
    height: .125rem;
    background: var(--color-primary)
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0,0,0)
}

.owl-carousel .owl-item,.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0)
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled {
    display: none
}

.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: 0;
    padding: 0!important;
    font: inherit
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    transition: opacity 400ms ease
}

.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(/assets/template/icons/owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform 100ms ease;
    transition: -webkit-transform 100ms ease;
    transition: transform 100ms ease;
    transition: transform 100ms ease, -webkit-transform 100ms ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3,1.3);
    -webkit-transform: scale(1.3,1.3);
    transform: scale(1.3,1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    transition: opacity 400ms ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.owl-theme .owl-nav {
    margin-top: 10px
}

.owl-theme .owl-nav [class*=owl-] {
    color: #fff;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #d6d6d6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #fff;
    text-decoration: none
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px
}

.owl-theme .owl-dots,.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom:1;*display: inline
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791
}

*,:after,:before {
    max-height: 999999px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-repeat: no-repeat;
    outline: 0
}

:after,:before {
    text-decoration: inherit;
    vertical-align: inherit
}

html {
    height: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    cursor: default
}

.container {
    margin: 0 auto;
    padding: 0;
    width: 100%
}

.no-scroll,body.menu-opened {
    overflow: hidden
}

.header__menu-main_submenu .header__menu-list-item a:after,.hidden {
    display: none
}

.row,.row_padding {
    padding-top: 90px;
    padding-bottom: 90px
}

.row {
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
    width: 1320px
}

.row:after {
    content: " ";
    display: block;
    height: 0;
    clear: both
}

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

.body-wrap {
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    min-width: 320px;
    position: relative
}

.body-wrap-card {
    overflow: inherit
}

.header {
    background-color: #fff;
    -webkit-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s;
    position: fixed;
    z-index: 16;
    top: 0;
    left: 0;
    border-bottom: 1px solid rgba(158,158,158,.15)
}

.header:before {
    position: absolute;
    content: "";
    height: 40px;
    width: 100%;
    display: none;
    top: 0;
    left: 0;
    background-color: #373737
}

.header:after {
    position: absolute;
    content: "";
    height: 1px;
    width: 100%;
    display: none;
    top: 120px;
    left: 0;
    background-color: rgba(158,158,158,.15)
}

.header.active {
    background-color: var(--color-primary)
}

.header.active .header__logo-name,.header.active .header__logo-name span {
    color: #fff
}

.header .row {
    padding-top: 0;
    padding-bottom: 0
}

.header .header__logo {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0
}

.header .header__logo img {
    margin-right: 15px;
    width: 48px;
    height: 43px
}

.header .header__logo-name {
    font-weight: 700;
    font-size: 18px;
    color: #343434;
    -webkit-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s
}

.header .header__logo-name span {
    display: block;
    font-size: 9px;
    letter-spacing: .05em;
    color: #595959;
    text-transform: uppercase;
    -webkit-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s;
    line-height: 11px
}

.header__wrap {
    height: 60px
}

.header__menu-main {
    position: absolute;
    width: 100%;
    height: calc(100vh - 60px);
    top: 60px;
    left: 100%;
    background-color: #fff;
    -webkit-transition: left .2s ease-in-out;
    transition: left .2s ease-in-out;
    overflow-y: scroll
}

.header__menu-main::-webkit-scrollbar {
    width: 4px
}

.header__menu-main::-webkit-scrollbar-track {
    background: 0 0
}

.header__menu-main::-webkit-scrollbar-thumb {
    background-color: #c4c4c4
}

.header__menu-main.active {
    left: 0
}

.header__menu-main_submenu {
    position: fixed;
    z-index: 1
}

.header__menu-main_submenu .header__menu-list {
    border-bottom: none
}

.header__menu-main_submenu .header__menu-list_title {
    border-bottom: 1px solid rgba(158,158,158,.15)
}

.header__menu-main_submenu .header__menu-list_title .header__menu-list-item a {
    padding-left: 0
}

.header__menu-main_submenu .header__menu-list-item a {
    font-size: 15px;
    font-weight: 300;
    padding-left: 20px
}

.header__menu-main_submenu .header__menu-list-item.active a {
    color: var(--color-primary);
    position: relative
}

.header__menu-main_submenu .header__menu-list-item.active a:before {
    position: absolute;
    content: "";
    width: 11px;
    height: 8px;
    left: 2px;
    top: 6px;
    background: url(/assets/template/icons/arrow-red.svg) 50% no-repeat
}

.header__menu-modal {
    margin-top: 25px
}

.header__menu-modal a {
    min-width: 200px;
    vertical-align: middle;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    border-radius: 0;
    border: 2px solid var(--color-primary);
    -webkit-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s;
    color: var(--color-primary);
    border-color: var(--color-primary);
    background: 0 0;
    font-size: 15px;
    line-height: 20px;
    padding: 13px 25px
}

.header__menu-modal a:active,.header__menu-modal a:focus,.header__menu-modal a:hover,.header__menu-modal a:link,.header__menu-modal a:visited {
    color: var(--color-primary);
    background: 0 0;
    vertical-align: middle;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    border-radius: 0;
    font-size: 15px;
    line-height: 20px;
    border: 2px solid var(--color-primary);
    border-color: var(--color-primary);
    padding: 0 25px;
    -webkit-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s
}

.header__menu-modal a:active:hover,.header__menu-modal a:focus:hover,.header__menu-modal a:hover,.header__menu-modal a:link:hover,.header__menu-modal a:visited:hover {
    background: var(--color-primary-dark);
    color: #fff
}

.header__menu-list {
    padding: 20px;
    border-bottom: 1px solid rgba(158,158,158,.15)
}

.header__menu-list_main>.header__menu-list-item.nav-active a {
    color: var(--color-white);
    background: var(--color-primary)
}

.header__menu-list_main>.header__menu-list-item.nav-active:hover>a {
    color: var(--color-white);
    background: var(--color-primary-light)
}

.header__menu-list_main>.header__menu-list-item.nav-active:hover>a span {
    color: var(--color-white)
}

.header__menu-list_main>.header__menu-list-item.nav-active .header__menu-list-item a,.header__menu-list_main>.header__menu-list-item.nav-active .header__menu-list-item.nav-active a,.header__menu-list_main>.header__menu-list-item.nav-active .header__menu-list-item:first-child a,.header__menu-list_main>.header__menu-list-item.nav-active .header__menu-list-item:first-child.nav-active a {
    color: var(--color-black)
}

.header__menu-list_main>.header__menu-list-item.nav-active .header__menu-list-item:first-child:hover a,.header__menu-list_main>.header__menu-list-item.nav-active .header__menu-list-item:hover a {
    color: var(--color-primary)
}

.header__menu-list_main>.header__menu-list-item.nav-active .header__menu-list-item.nav-active:hover a,.header__menu-list_main>.header__menu-list-item.nav-active .header__menu-list-item:first-child.nav-active:hover a {
    color: var(--color-primary-light)
}

.header__menu-list_main>.header__menu-list-item:not(.header__menu-list-item_services) .nav-active.nav-active:hover a,.header__menu-list_main>.header__menu-list-item:not(.header__menu-list-item_services) .nav-active:hover a {
    color: var(--color-primary-dark)!important
}

.header__menu-list-item_main a {
    font-weight: 500
}

.header__menu-list-more {
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1
}

.header__menu-list-more:hover .header__menu-list-more-wrap {
    min-height: 100%;
    max-height: 75vh;
    overflow-y: scroll;
    overflow-x: hidden
}

.header__menu-list-more:hover .header__menu-list-more-list .header__menu-list-item a {
    background: 0 0
}

.header__menu-list-more-item {
    display: none
}

.header__menu-list-more-item:hover {
    background-color: var(--color-white-dark)
}

.header__menu-list-more-item:hover span {
    color: var(--color-primary)
}

.header__menu-list-more-item:hover svg use,.header__search-button.opened svg use {
    fill: var(--color-primary)
}

.header__menu-list-more-item span {
    display: block;
    width: 100%;
    position: relative;
    line-height: 60px;
    font-weight: 900;
    font-size: 16px;
    color: #000;
    text-align: center;
    -webkit-transform: skew(9.5deg);
    -ms-transform: skew(9.5deg);
    transform: skew(9.5deg);
    -webkit-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s
}

.header__menu-list-more-item svg {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto 0;
    width: 7px;
    height: 12px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.header__menu-list-more-item svg use {
    -webkit-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s
}

.header__menu-list_submenu .header__menu-list-item {
    font-size: 13px;
    font-weight: 300
}

.header__menu-list_submenu .header__menu-list-item:hover:not(.header__menu-list-item_services) a {
    background: 0 0
}

.header__menu-list_submenu .header__menu-list-item_services .header__menu-main .header__menu-list-item a {
    padding-left: 15px;
    padding-right: 15px
}

.header__menu-list-item,.header__menu-list-item>a {
    font-size: 15px;
    line-height: 20px;
    color: #000;
    vertical-align: top
}

.header__menu-list-item>a {
    margin-bottom: 20px
}

.header__menu-list-item>a:active,.header__menu-list-item>a:focus,.header__menu-list-item>a:hover,.header__menu-list-item>a:link,.header__menu-list-item>a:visited {
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    cursor: pointer;
    outline: 0;
    -webkit-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s
}

.header__menu-list-item:last-child {
    margin-bottom: 0
}

.header__menu-list-item:hover:not(.header__menu-list-item_services)>.header__menu-main .header__menu-list {
    background: 0 0
}

.header__menu-list-item[data-submenu] a {
    position: relative;
    width: 100%
}

.header__menu-list-item[data-submenu] a:after {
    position: absolute;
    content: "";
    border: 2px solid #000;
    border-left: none;
    border-bottom: none;
    width: 7px;
    height: 7px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 7px;
    right: 2px
}

.header__menu-about {
    position: absolute;
    width: 1280px;
    height: 120px;
    padding: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0
}

.header__menu-address {
    position: relative;
    color: var(--color-primary);
    font-size: 13px;
    font-weight: 500;
    padding-left: 20px;
    cursor: pointer
}

.header__menu-address span {
    border-bottom: 1px dotted rgba(0,51,102,.6)
}

.header__menu-address:before {
    position: absolute;
    content: "";
    width: 12px;
    height: 15px;
    background: url(/assets/template/icons/map-marker.svg) 50% no-repeat;
    opacity: .3;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0
}

.header__menu-phone {
    padding-top: 10px;
    position: absolute;
    top: 40px;
    right: 355px;
    margin-top: 0;
    z-index: 10
}

.header__menu-phone a,.header__menu-phone a>a {
    display: block;
    color: #666;
    font-size: 18px;
    font-weight: 700
}

.header__menu-phone a span,.header__menu-phone a>a span {
    border-bottom: 1px dotted rgba(0,0,0,.4)
}

.header__menu-time {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 79px;
    color: #666;
    font-size: 13px;
    font-weight: 300
}

.header__menu-back:before,.header__menu-time::before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    margin: auto 0
}

.header__menu-time::before {
    height: 24px;
    width: 1px;
    left: -28px;
    background-color: rgba(158,158,158,.15)
}

.header__menu-time a.mails,.header__menu-time span {
    font-size: 13px;
    line-height: 18px;
    color: #666
}

.header__menu-back {
    position: relative;
    font-size: 13px;
    font-weight: 300;
    color: #000;
    line-height: 50px;
    padding-left: 40px;
    border-bottom: 1px solid rgba(158,158,158,.15)
}

.header__menu-back:before {
    border: 2px solid #000;
    border-left: none;
    border-bottom: none;
    width: 7px;
    height: 7px;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    left: 20px
}

.header__main {
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.header__burger {
    position: relative;
    width: 26px;
    height: 16px;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0
}

.header__burger>.header__burger-line {
    position: absolute;
    width: 100%;
    height: 2px;
    border-radius: 2px;
    left: 0;
    background-color: #666
}

.header__burger>.header__burger-line:first-child {
    top: 0;
    -webkit-transition: top .2s ease-in .2s,-webkit-transform .2s ease-in 0s;
    transition: top .2s ease-in .2s,-webkit-transform .2s ease-in 0s;
    transition: transform .2s ease-in 0s,top .2s ease-in .2s;
    transition: transform .2s ease-in 0s,top .2s ease-in .2s,-webkit-transform .2s ease-in 0s
}

.header__burger>.header__burger-line:nth-child(2) {
    top: 7px;
    -webkit-transition: opacity .2s ease-in-out 0s;
    transition: opacity .2s ease-in-out 0s
}

.header__burger>.header__burger-line:last-child {
    bottom: 0;
    -webkit-transition: bottom .2s ease-in .2s,-webkit-transform .2s ease-in 0s;
    transition: bottom .2s ease-in .2s,-webkit-transform .2s ease-in 0s;
    transition: transform .2s ease-in 0s,bottom .2s ease-in .2s;
    transition: transform .2s ease-in 0s,bottom .2s ease-in .2s,-webkit-transform .2s ease-in 0s
}

.header.active .header__burger-line {
    background-color: #fff
}

.header.active .header__burger-line:first-child {
    top: 7px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: top .2s ease-in 0s,-webkit-transform .2s ease-in .2s;
    transition: top .2s ease-in 0s,-webkit-transform .2s ease-in .2s;
    transition: top .2s ease-in 0s,transform .2s ease-in .2s;
    transition: top .2s ease-in 0s,transform .2s ease-in .2s,-webkit-transform .2s ease-in .2s
}

.header.active .header__burger-line:nth-child(2) {
    opacity: 0
}

.header.active .header__burger-line:last-child {
    bottom: 7px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: bottom .2s ease-in 0s,-webkit-transform .2s ease-in .2s;
    transition: bottom .2s ease-in 0s,-webkit-transform .2s ease-in .2s;
    transition: bottom .2s ease-in 0s,transform .2s ease-in .2s;
    transition: bottom .2s ease-in 0s,transform .2s ease-in .2s,-webkit-transform .2s ease-in .2s
}

.header-link-hover:hover {
    opacity: .5
}

.catalog-filter:before {
    right: 15%
}

.block-title {
    width: 100%;
    text-align: center;
    color: #000;
    font-weight: 700;
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 20px;
    margin-top: 30px
}

.catalog-text__title {
    color: #000;
    font-weight: 900;
    font-size: 38px;
    line-height: 45px
}

.modal-regions .default-modal__title {
    font-size: 24px;
    line-height: 30px;
    font-weight: 900;
    margin-bottom: 20px;
    text-align: left
}

.modal-regions .default-modal__list {
    list-style: none;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0
}

.modal-regions .default-modal__list li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    width: 50%;
    padding-right: 15px
}

.catalog-text-before-catalog {
    background-color: #fff;
    position: relative;
    z-index: 2
}

.catalog-text-before-catalog .row {
    padding-bottom: 1px
}

.catalog-text-before-catalog .catalog-text__wrap {
    display: block
}

.catalog-text-before-catalog .catalog-text__wrap,.catalog-text-before-catalog .catalog-text__wrap p,input {
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    color: #000
}

.modal-leasing .default-modal__title {
    font-size: 24px;
    line-height: 30px;
    font-weight: 900;
    margin-bottom: 20px;
    text-align: left
}

.modal-leasing .default-modal__content {
    max-width: 500px
}

.catalog-filter__form {
    height: 450px
}

.header__menu_ico {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    line-height: 1;
    list-style: none;
    width: 100%;
    padding: 0;
    margin: 0
}

.header__menu_ico li {
    padding-right: 10px
}

.header__menu_ico li a {
    text-decoration: none
}

.header__menu_social img {
    width: 19px;
    height: 19px
}

.header__mobile-menu_ico {
    display: none
}

input {
    font-family: Museo Sans Cyrl,sans-serif;
    line-height: 20px;
    font-size: 15px;
    font-weight: 500;
    outline: 0;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
    height: 50px;
    border: 1px solid transparent;
    background: #fff;
    -webkit-appearance: none;
    resize: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    padding: 0 20px
}

input ::input-placeholder,input:-ms-input-placeholder,input::-moz-placeholder,input::-webkit-input-placeholder {
    color: #9d9d9d;
    font-size: inherit
}

button.btn-dark-bg,button.btn-red,button.btn-white,button.btn-white-blue,button.btn-white-red,input.btn-dark-bg[type=submit],input.btn-red[type=submit],input.btn-white-blue[type=submit],input.btn-white-red[type=submit],input.btn-white[type=submit] {
    vertical-align: middle;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    border-radius: 0;
    border: 2px solid var(--color-primary);
    padding: 0 25px;
    -webkit-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s
}

button {
    border: 0;
    padding: 0
}

button,input[type=submit] {
    color: var(--color-blue);
    font-size: 18px;
    line-height: 30px;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    cursor: pointer;
    outline: 0;
    -webkit-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s
}

button.btn-white,input[type=submit].btn-white {
    color: var(--color-primary);
    border-color: var(--color-primary);
    background: 0 0
}

input[type=submit].btn-red,input[type=submit].btn-white:hover {
    background: var(--color-primary);
    color: #fff
}

button.btn-red:hover,input[type=submit].btn-red:hover {
    color: var(--color-primary);
    background: #fff
}

button.btn_small,input[type=submit].btn_small {
    font-size: 15px;
    line-height: 20px;
    padding-top: 10px;
    padding-bottom: 10px
}

button.btn_medium,input[type=submit].btn_medium {
    font-size: 15px;
    line-height: 20px;
    padding-top: 13px;
    padding-bottom: 13px
}

a.btn_small,a:active.btn_small,a:focus.btn_small,a:hover.btn_small,a:link.btn_small,a:visited.btn_small {
    font-size: 15px;
    line-height: 20px;
    padding-top: 10px;
    padding-bottom: 10px
}

a.btn-dark-bg,a.btn-red,a.btn-white,a.btn-white-blue,a.btn-white-red {
    vertical-align: middle;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    border-radius: 0;
    border: 2px solid var(--color-primary);
    padding: 0 25px;
    -webkit-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s
}

a.btn-dark-bg:active,a.btn-dark-bg:focus,a.btn-dark-bg:hover,a.btn-dark-bg:link,a.btn-dark-bg:visited,a.btn-red:active,a.btn-red:focus,a.btn-red:hover,a.btn-red:link,a.btn-red:visited,a.btn-white-blue:active,a.btn-white-blue:focus,a.btn-white-blue:hover,a.btn-white-blue:link,a.btn-white-blue:visited,a.btn-white-red:active,a.btn-white-red:focus,a.btn-white-red:hover,a.btn-white-red:link,a.btn-white-red:visited,a.btn-white:active,a.btn-white:focus,a.btn-white:hover,a.btn-white:link,a.btn-white:visited {
    vertical-align: middle;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    border-radius: 0;
    border: 2px solid var(--color-primary);
    padding: 0 25px;
    -webkit-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s
}

a.btn-white,a:active.btn-white,a:focus.btn-white,a:hover.btn-white,a:link.btn-white,a:visited.btn-white {
    color: var(--color-primary);
    border-color: var(--color-primary);
    background: 0 0
}

a.btn-red,a.btn-white:hover,a:active.btn-red,a:active.btn-white:hover {
    background: var(--color-primary);
    color: #fff
}

a:focus.btn-red,a:focus.btn-white:hover {
    background: var(--color-primary);
    color: #fff
}

a:hover.btn-red,a:hover.btn-white:hover,a:link.btn-red,a:link.btn-white:hover,a:visited.btn-red,a:visited.btn-white:hover,button.btn-red,button.btn-white:hover {
    background: var(--color-primary);
    color: #fff
}

a.btn-red:hover,a:active.btn-red:hover,a:focus.btn-red:hover,a:hover.btn-red:hover,a:link.btn-red:hover,a:visited.btn-red:hover {
    color: var(--color-primary);
    background: #fff
}

.header__price-btn {
    position: absolute;
    right: 0;
    top: 0;
    display: none
}

.header__price-btn a {
    display: block;
    height: 40px;
    width: 130px;
    background-color: var(--color-primary);
    font-size: 13px;
    line-height: 40px;
    padding-left: 40px;
    color: #fff;
    position: relative
}

.header__price-btn a:hover span {
    border-color: transparent
}

.header__price-btn a span {
    border-bottom: 1px dotted rgba(255,255,255,.6);
    -webkit-transition: border-color .25s linear;
    transition: border-color .25s linear
}

.header__price-btn a:before {
    position: absolute;
    content: "";
    width: 12px;
    height: 15px;
    background: url(/assets/template/icons/price-list.png) 50% no-repeat;
    top: 0;
    bottom: 0;
    left: 20px;
    margin: auto 0
}

.blue-btn {
    color: var(--color-blue)!important;
    border: 0!important;
    margin-right: -55px;
    padding: 8px 25px!important
}

.blue-btn:hover {
    background: var(--color-blue)!important;
    color: #fff!important
}

.btn-red.leasing {
    font-size: 15px;
    margin-bottom: 25px;
    color: var(--color-primary);
    background: #fff;
    padding: 3px 10px;
    margin-left: 19px
}

.catalog-filter__form-button span,.catalog-filter__form:before,.text-block .img-decor,.text-block__img {
    -webkit-transform: skew(-9.5deg);
    -ms-transform: skew(-9.5deg);
    transform: skew(-9.5deg)
}

.catalog-filter__form-button,.text-block__img img {
    -webkit-transform: skew(9.5deg);
    -ms-transform: skew(9.5deg);
    transform: skew(9.5deg)
}

.header__search-form form input {
    border-color: var(--color-white-darker);
    padding-left: 10px;
    padding-right: 20px;
    -webkit-box-shadow: 0 2px 20px rgba(0,0,0,.07);
    box-shadow: 0 2px 20px rgba(0,0,0,.07);
    border-color: rgba(158,158,158,.2);
    color: #9d9d9d;
    font-weight: 500;
    font-size: 15px
}

.header__search-button {
    width: 15px;
    height: 15px
}

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

.header__search-button svg use {
    fill: #9d9d9d;
    -webkit-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s
}

.header__search-form {
    position: absolute;
    width: 100%;
    background-color: #fff;
    top: 100%;
    left: 0;
    border-top: 1px solid rgba(158,158,158,.15);
    -webkit-transition: height .2s ease-in-out 0s,background-color .2s ease-in-out 0s;
    transition: height .2s ease-in-out 0s,background-color .2s ease-in-out 0s;
    z-index: 2;
    overflow: visible!important
}

.header__search-form:not(.opened) {
    display: none
}

.header__search-form form {
    width: 100%;
    height: 100%;
    padding: 10px 20px;
    position: relative
}

.header__search-form form input:-ms-input-placeholder {
    color: #9d9d9d;
    font-weight: 500;
    font-size: 15px
}

.header__search-form form input::-ms-input-placeholder {
    color: #9d9d9d;
    font-weight: 500;
    font-size: 15px
}

.header__search-form form input:-ms-input-placeholder,.header__search-form form input::placeholder {
    color: #9d9d9d;
    font-weight: 500;
    font-size: 15px
}

.header__search-form form button {
    position: absolute;
    right: 30px;
    top: 24px;
    margin: auto 0;
    width: 7px;
    height: 12px;
    background: url(assets/template/icons/arrow.svg) 50% no-repeat
}

.header__search-form form button svg {
    display: none;
    width: 100%;
    height: 100%
}

.header__search-form form button svg use {
    fill: #9d9d9d
}

.header .active .header__search-button svg use {
    fill: #fff
}

.header .active .header__search-form {
    background-color: var(--color-primary);
    border-color: #fff
}

.header .active .header__search-form form input {
    border-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none
}

.table-responsive {
    overflow-x: auto;
    min-height: .01%
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    max-width: 100%;
    width: 100%;
    margin-bottom: 20px
}

.table-bordered {
    border: 1px solid #ddd
}

.table thead:first-child tr th {
    background: var(---color-black-light);
    color: var(--color-white);
    border-color: var(---color-black-light)
}

.table thead:first-child tr:first-child>th {
    background: var(--color-primary);
    color: var(--color-white);
    border-color: var(--color-primary-light)
}

.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top;
    border: 1px solid var(--color-black-light)
}

.cover-image {
    -webkit-box-sizing: initial;
    box-sizing: initial;
    width: 100%;
    display: block;
    background-size: cover;
    max-height: 50vh;
    background-position: center;
    height: 400px;
    overflow: hidden;
    position: relative
}

.cover-image img {
    display: none;
    width: 100%
}

.cover-title {
    position: absolute;
    top: 50%;
    margin-top: -2rem;
    font-size: 1.5rem;
    background: rgba(0,0,0,.6509803922);
    color: #fff;
    padding: .5rem 1.25rem;
    -webkit-transform: skew(-9.5deg);
    -ms-transform: skew(-9.5deg);
    transform: skew(-9.5deg)
}

.cover-title span {
    display: block;
    -webkit-transform: skew(9.5deg);
    -ms-transform: skew(9.5deg);
    transform: skew(9.5deg)
}

@media (min-width: 128px) {
    .header__menu-time {
        position:absolute;
        line-height: 80px;
        font-weight: 500;
        top: 40px;
        right: 200px;
        z-index: 10
    }
}

@media (min-width: 501px) {
    nav.c-navigation-breadcrumbs .c-navigation-breadcrumbs__item:nth-last-child(n+2):after {
        display:inline-block;
        content: "​";
        background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23767676' stroke-width='2' stroke-linecap='round' stroke-linejoin='round%5C'%3E%3Cpolyline points='9 18 15 12 9 6'%3E%3C/polyline%3E%3C/svg%3E") center/16px 16px no-repeat;
        width: 16px;
        margin: 0 8px
    }

    nav.c-navigation-breadcrumbs .c-navigation-breadcrumbs__link {
        display: block;
        float: left
    }
}

@media screen and (min-width: 575.98px) {
    .col-16,.col-25,.col-50 {
        max-width:50%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%
    }

    .catalog-item__img:hover img {
        scale: 1.1
    }

    .product__label {
        margin-bottom: .5em;
        font-size: 22px
    }

    .product__preim {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        gap: 2em
    }

    .product__preim_item {
        background-position: left center;
        padding-top: 0;
        background-size: 40px;
        min-height: 40px;
        padding-left: 45px;
        -webkit-align-content: end;
        -ms-flex-line-pack: end;
        align-content: end
    }

    .product__price {
        font-size: 24px
    }

    .product__personal .phone {
        white-space: nowrap
    }

    .product__personal .phone a {
        white-space: nowrap
    }
}

@media screen and (min-width: 575.99px) and (max-width:991px) {
    main {
        margin-top:0
    }
}

@media screen and (min-width: 767.98px) {
    .col-16,.col-25 {
        max-width:25%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%
    }

    .product__label {
        font-size: 1.625rem
    }
}

@media (min-width: 768px) {
    .header__search-form:not(.opened) {
        display:block
    }

    .header__search-form {
        position: relative;
        top: unset;
        left: unset;
        border-top: none;
        -webkit-box-shadow: 0 2px 20px rgba(0,0,0,.07);
        box-shadow: 0 2px 20px rgba(0,0,0,.07);
        max-width: 340px;
        margin-right: 60px
    }

    .header__search-form form {
        padding: 0
    }

    .header__search-form form input {
        height: 40px;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        font-size: 12px;
        min-width: 340px
    }

    .header__search-form form input:-ms-input-placeholder {
        font-size: 12px
    }

    .header__search-form form input::-ms-input-placeholder {
        font-size: 12px
    }

    .header__search-form form input:-ms-input-placeholder,.header__search-form form input::placeholder {
        font-size: 12px
    }

    .header__search-form form button {
        background: 0 0;
        width: 16px;
        height: 16px;
        top: 0;
        bottom: 0;
        right: 10px
    }

    .header__search {
        -ms-flex-preferred-size: 100%;
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -ms-flex-pack: end;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        justify-content: flex-end
    }

    .header__search-button {
        display: none
    }

    .header__search-form form button svg {
        display: block
    }
}

@media screen and (min-width: 991.98px) {
    .col-16 {
        max-width:33%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33%;
        -ms-flex: 0 0 33%;
        flex: 0 0 33%
    }

    .product__preim_item {
        background-position: left top;
        padding-top: 16px;
        padding-left: 43px;
        -webkit-align-content: start;
        -ms-flex-line-pack: start;
        align-content: start
    }

    .product__wrap {
        display: block
    }
}

@media screen and (min-width: 992px) and (max-width:1279px) {
    main {
        margin-top:60px
    }
}

@media screen and (min-width: 1199.98px) {
    .col-16 {
        max-width:16.66%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66%;
        -ms-flex: 0 0 16.66%;
        flex: 0 0 16.66%
    }
}

@media (min-width: 1280px) {
    .header {
        height:180px;
        position: relative;
        -webkit-box-shadow: 0 0 30px rgba(0,0,0,.08);
        box-shadow: 0 0 30px rgba(0,0,0,.08)
    }

    .header:before {
        display: block
    }

    .header:after {
        display: block
    }

    .header__wrap {
        position: relative;
        height: 120px;
        padding-top: 40px
    }

    .header__menu-main {
        background-color: transparent;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow: visible
    }

    .header__menu-main_submenu {
        position: absolute;
        top: 100%;
        display: none
    }

    .header__menu-main_submenu .header__menu-list_title {
        display: none
    }

    .header__menu-main_submenu .header__menu-list-item a:before {
        position: absolute;
        content: "";
        width: 11px;
        height: 8px;
        left: 2px;
        top: 16px;
        background: url(/assets/template/icons/arrow-red.svg) 50% no-repeat;
        opacity: 0;
        -webkit-transition: all .2s ease-in-out 0s;
        transition: all .2s ease-in-out 0s
    }

    .header__menu-main_submenu .header__menu-list-item:first-child:hover a {
        background-color: transparent!important
    }

    .header__menu-main_submenu .header__menu-list-item:hover a {
        color: var(--color-primary);
        position: relative
    }

    .header__menu-main_submenu .header__menu-list-item:hover a:before {
        opacity: 1
    }

    .header__menu-main_submenu .header__menu-list-item.active a:before {
        opacity: 1;
        top: 16px
    }

    .header__menu-modal {
        position: absolute;
        margin-top: 0;
        top: 60px;
        right: 0;
        z-index: 10
    }

    .header__menu-modal a {
        padding-top: 8px!important;
        padding-bottom: 8px!important;
        min-width: 150px
    }

    .header__menu-list {
        position: absolute;
        width: 100%;
        height: 60px;
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        top: 100%;
        left: 0;
        padding: 0;
        border-bottom: none
    }

    .header__menu-list_main {
        position: static;
        padding-top: 120px;
        width: 1280px;
        margin: auto
    }

    .header__menu-list_main>.header__menu-list-item.nav-active .header__menu-list-item.nav-active:hover a,.header__menu-list_main>.header__menu-list-item.nav-active .header__menu-list-item:first-child.nav-active:hover a {
        color: var(--color-primary-light)
    }

    .header__menu-list_main>.header__menu-list-item:not(.header__menu-list-item_services) .nav-active a,.header__menu-list_main>.header__menu-list-item:not(.header__menu-list-item_services) .nav-active.nav-active a {
        color: var(--color-primary)!important
    }

    .header__menu-list_main-sticky .header__menu-main.header__menu-main_submenu.js-header__menu-main_submenu {
        padding-left: 26%;
        -webkit-transform: translateX(-17%);
        -ms-transform: translateX(-17%);
        transform: translateX(-17%)
    }

    .header__menu-list_main-sticky .header__menu-list-item:hover:not(.header__menu-list-item_services)>.header__menu-main {
        min-width: 1920px
    }

    .header__menu-list_main-sticky .header__menu-list-item:hover:not(.header__menu-list-item_services)>.header__menu-main .header__menu-list {
        width: 1920px;
        margin-left: 0
    }

    .header__menu-main.js-header__menu-main.header__menu-list_main-sticky {
        background: #fff
    }

    .header__menu-main.js-header__menu-main.header__menu-list_main-sticky .header__menu-list.header__menu-list_main {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        padding: 0;
        z-index: 99
    }

    .header__menu-main.js-header__menu-main.header__menu-list_main-sticky::after {
        content: "";
        position: fixed;
        top: 0;
        width: 100%;
        background: #fff;
        height: 60px;
        left: 0;
        right: 0;
        z-index: 9
    }

    .header__menu-list-more:hover .header__menu-list-more-wrap {
        display: block;
        position: absolute;
        width: 100%;
        left: 0;
        top: 100%;
        background-color: var(--color-white-dark)
    }

    .header__menu-list-more:hover .header__menu-list-more-list {
        width: 1280px;
        margin: auto;
        padding: 30px 0;
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -ms-flex-pack: justify;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .header__menu-list-more:hover .header__menu-list-more-list .header__menu-list-item {
        width: 33.33333%;
        padding: 0 20px
    }

    .header__menu-list-more:hover .header__menu-list-more-list .header__menu-list-item:first-child:hover a {
        background-color: transparent!important
    }

    .header__menu-list-more:hover .header__menu-list-more-list .header__menu-list-item:hover .header__menu-main.header__menu-main_submenu {
        display: none
    }

    .header__menu-list-more:hover .header__menu-list-more-list .header__menu-list-item a {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        background-repeat: no-repeat;
        background-position: top;
        background-size: 150px;
        padding-top: 110px;
        color: #000
    }

    .header__menu-list-more:hover .header__menu-list-more-list .header__menu-list-item a:hover {
        background-color: transparent!important;
        color: var(--color-primary)
    }

    .header__menu-list-more-wrap {
        display: none
    }

    .header__menu-list-more-item {
        display: block;
        -webkit-transform: skew(-9.5deg);
        -ms-transform: skew(-9.5deg);
        transform: skew(-9.5deg);
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        padding-right: 10px;
        cursor: pointer
    }

    .header__menu-list-more .header__menu-list-item a span {
        display: block;
        -webkit-transform: skew(0);
        -ms-transform: skew(0);
        transform: skew(0);
        -webkit-transition: all .2s ease-in-out 0s;
        transition: all .2s ease-in-out 0s
    }

    .header__menu-list_submenu {
        position: absolute;
        z-index: 10;
        width: 1280px;
        height: 40px;
        left: 0;
        right: 0;
        top: 0;
        margin: 0 auto
    }

    .header__menu-list_submenu .header__menu-list-item {
        margin-bottom: 0;
        -ms-flex-positive: 0;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        flex-grow: 0;
        -webkit-transform: none!important;
        -ms-transform: none!important;
        transform: none!important
    }

    .header__menu-list_submenu .header__menu-list-item a {
        color: #fff;
        line-height: 40px;
        font-size: 13px;
        -webkit-transform: none!important;
        -ms-transform: none!important;
        transform: none!important;
        font-weight: 500!important
    }

    .header__menu-list_submenu .header__menu-list-item:hover a {
        color: #fff
    }

    .header__menu-list_submenu .header__menu-list-item_services:hover .header__menu-main {
        top: 0
    }

    .header__menu-list_submenu .header__menu-list-item_services {
        position: relative
    }

    .header__menu-list_submenu .header__menu-list-item_services .header__menu-main {
        height: 40px!important;
        background-color: transparent!important;
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        top: 0;
        left: 0;
        width: auto
    }

    .header__menu-list_submenu .header__menu-list-item_services .header__menu-main .header__menu-list-item a {
        padding-left: 25px;
        padding-right: 25px;
        font-size: 13px
    }

    .header__menu-list_submenu .header__menu-list-item_services .header__menu-main .header__menu-list {
        top: 0;
        left: 0;
        width: auto;
        padding: 0!important;
        height: 40px
    }

    .header__menu-list_submenu .header__menu-list-item_services .header__menu-main .header__menu-list .header__menu-list-item {
        line-height: 40px!important
    }

    .header__menu-list_submenu .header__menu-list-item_services .header__menu-main .header__menu-list-item:hover a:before,.header__menu-list_submenu .header__menu-list-item_services>a {
        display: none
    }

    .header__menu-list_submenu .header__menu-list-item_services .header__menu-main .header__menu-list-item:first-child {
        padding-left: 25px
    }

    .header__menu-list-item {
        line-height: 60px;
        text-align: center;
        margin-bottom: 0;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        flex-grow: 1;
        -webkit-transition: all .2s ease-in-out 0s;
        transition: all .2s ease-in-out 0s
    }

    .header__menu-list-item>a {
        line-height: 60px;
        text-align: center;
        width: 100%;
        font-weight: 700;
        -webkit-transform: skew(-9.5deg);
        -ms-transform: skew(-9.5deg);
        transform: skew(-9.5deg)
    }

    .header__menu-list-item>a span {
        display: block;
        -webkit-transform: skew(9.5deg);
        -ms-transform: skew(9.5deg);
        transform: skew(9.5deg);
        -webkit-transition: all .2s ease-in-out 0s;
        transition: all .2s ease-in-out 0s
    }

    .header__menu-list-item:hover:not(.header__menu-list-item_services) a {
        background-color: var(--color-white-dark)
    }

    .header__menu-list-item:hover:not(.header__menu-list-item_services) a span,.header__menu-list-item:hover:not(.header__menu-list-item_services)>.header__menu-main .header__menu-list .header__menu-list-itemfirst-child:hover a {
        color: var(--color-primary)
    }

    .header__menu-list-item:hover:not(.header__menu-list-item_services)>.header__menu-main {
        position: absolute;
        display: block;
        top: 100%;
        height: auto;
        background-color: var(--color-white-dark)
    }

    .header__menu-list-item:hover:not(.header__menu-list-item_services)>.header__menu-main>.header__menu-list_title {
        display: none!important
    }

    .header__menu-list-item:hover:not(.header__menu-list-item_services)>.header__menu-main .header__menu-list {
        position: relative;
        width: 1280px;
        height: 300px;
        margin: auto;
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -ms-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: start;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        -ms-flex-align: start;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
        -ms-flex-line-pack: start;
        -webkit-align-content: flex-start;
        align-content: flex-start;
        background-repeat: no-repeat;
        padding: 50px 0 50px 420px
    }

    .header__menu-list-item:hover:not(.header__menu-list-item_services)>.header__menu-main .header__menu-list .header__menu-list-item {
        line-height: 40px;
        max-height: 40px;
        margin-right: 110px;
        margin-left: 0
    }

    .header__menu-list-item:hover:not(.header__menu-list-item_services)>.header__menu-main .header__menu-list .header__menu-list-item.active a {
        color: var(--color-primary)!important
    }

    .header__menu-list-item:hover:not(.header__menu-list-item_services)>.header__menu-main .header__menu-list .header__menu-list-item a {
        font-weight: 300;
        font-size: 15px;
        line-height: 40px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .header__menu-list-item[data-submenu] a:after {
        display: none
    }

    .header__menu-about {
        position: absolute;
        width: 1280px;
        height: 120px;
        padding: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        top: 0
    }

    .header__menu-address {
        position: absolute;
        top: 0;
        right: 140px;
        color: #fff;
        line-height: 40px;
        padding-left: 35px;
        z-index: 10
    }

    .header__menu-address span {
        border-bottom: none
    }

    .header__menu-address:before {
        background: url(/assets/template/icons/map-marker-white.svg) 50% no-repeat;
        opacity: 1
    }

    .header__menu-phone {
        position: absolute;
        top: 56px;
        right: 377px;
        margin-top: 0;
        z-index: 10
    }

    .header__menu-phone a span,.header__menu-phone a>a span {
        border-bottom: none;
        line-height: 30px
    }

    .header__menu-time {
        position: absolute;
        line-height: 80px;
        font-weight: 500;
        top: 40px;
        right: 200px;
        z-index: 10
    }

    .header__menu-back {
        display: none
    }

    .header__main {
        -ms-flex-pack: start;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start
    }

    .header__burger {
        display: none
    }

    .header__menu-list-item:hover:not(.header__menu-list-item_services)>.header__menu-main .header__menu-list {
        background-size: 400px;
        height: 350px;
        padding-bottom: 0
    }

    .mobile_menu_padding {
        padding-left: 40px
    }

    .header__price-btn {
        z-index: 10;
        display: block
    }

    .header__search-form {
        max-width: 100%;
        margin-right: 0
    }

    .header__search-form form input {
        font-size: 15px
    }

    .header__search-form form input:-ms-input-placeholder {
        font-size: 15px
    }

    .header__search-form form input::-ms-input-placeholder {
        font-size: 15px
    }

    .header__search-form form input:-ms-input-placeholder,.header__search-form form input::placeholder {
        font-size: 15px
    }

    .header__search-form form button {
        right: 20px
    }

    .header__search {
        -ms-flex-preferred-size: 500px;
        -webkit-flex-basis: 500px;
        flex-basis: 500px;
        margin-left: 30px
    }

    .cover-image {
        max-height: 30vh;
        background-size: 1320px
    }
}

@media (max-width: 500px) {
    nav.c-navigation-breadcrumbs .c-navigation-breadcrumbs__item:not(:nth-last-child(2)) {
        display:none
    }

    nav.c-navigation-breadcrumbs .c-navigation-breadcrumbs__link:before {
        display: inline-block;
        content: "​";
        background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23007c89' stroke-width='2' stroke-linecap='round' stroke-linejoin='round%5C'%3E%3Cline x1='19' y1='12' x2='5' y2='12'%3E%3C/line%3E%3Cpolyline points='12 19 5 12 12 5'%3E%3C/polyline%3E%3C/svg%3E") center/16px 16px no-repeat;
        width: 16px
    }
}

@media screen and (max-width: 991.98px) {
    .burger {
        display:block
    }

    .header .main-nav__list {
        position: fixed;
        top: 0;
        left: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        height: 100%;
        min-height: 100vh;
        background: var(--color-white);
        opacity: 0;
        -webkit-transition: var(--transition);
        transition: var(--transition);
        z-index: 10
    }

    .header .main-nav__list._active {
        left: 0;
        opacity: 1
    }

    .main-nav__list-item-link {
        padding: .9375rem
    }

    .header .main-nav__box,.header .main-nav__button:not(._mobile),.header .main-nav__contacts:not(._mobile) {
        display: none
    }

    .main-nav__button._mobile,.main-nav__contacts._mobile {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    .main-nav__contacts._mobile {
        margin: 1rem 0;
        text-align: center
    }

    .main-nav__contacts._mobile>* {
        margin-bottom: 1rem
    }

    .main-nav__button.button-70 {
        min-height: 3.125rem;
        height: 3.125rem;
        line-height: 3.125rem
    }

    .product__columns {
        -webkit-flex-wrap: wrap-reverse;
        -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse
    }

    .product__right {
        width: 100%;
        margin-bottom: 40px
    }

    .product-description__columns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .product-description__left,.product-description__right {
        width: 100%
    }

    .product-description__left {
        margin-right: 0;
        margin-bottom: 30px
    }

    .product__left {
        margin-right: 0;
        width: 100%
    }
}

@media (max-width: 991.98px) {
    .modal-dialog {
        right:calc(-10px + -10*(100vw - 320px)/920);
        padding-right: calc(50px + 10*(100vw - 320px)/920)
    }

    .modal__content {
        padding: calc(25px + 15*(100vw - 320px)/920)
    }
}

@media screen and (max-width: 575.98px) {
    .gallery-slider {
        gap:10px
    }

    .thumbnails {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        gap: 10px
    }

    .active+.backdrop+.eye {
        height: 28px;
        width: 28px
    }

    main {
        margin-bottom: 1.25rem;
        padding-bottom: 2.5rem
    }

    .title {
        margin-bottom: 25px;
        font-size: 1.375rem
    }

    .subtitle {
        font-size: 1.125rem
    }

    .catalog__items {
        margin-bottom: 1.875rem
    }

    .info-block__subtitle {
        margin-bottom: 1.25rem
    }

    .info-block__desc {
        font-size: .813rem
    }

    .info-block__desc p:not(:last-child) {
        margin-bottom: 1rem
    }

    .info-block__image {
        margin: 1.875rem auto 0
    }

    .footer .main-nav__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .contacts__email,.contacts__phone {
        font-size: 1.125rem
    }

    .contacts__schedule {
        font-size: 1.375rem
    }

    .contacts__address {
        margin-bottom: 1rem;
        font-size: .875rem
    }

    .contacts__socials {
        margin-bottom: 1.5rem
    }

    .contacts__button.button-60 {
        min-height: 3.125rem;
        height: 3.125rem;
        line-height: 3.125rem
    }

    .info__map iframe {
        min-width: 0
    }

    .category {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 1rem;
        margin-bottom: 1.25rem
    }

    .category__list {
        grid-template-columns: repeat(auto-fit,minmax(6rem,1fr))
    }

    .category__item-link {
        font-size: .688rem
    }

    .catalog-products__items {
        gap: 1.875rem 1.25rem;
        margin-bottom: 1.875rem
    }

    .catalog-products-item__title {
        margin-top: 1rem;
        margin-bottom: 1rem;
        font-size: 1rem
    }

    .catalog-products-item__button.button-50 {
        min-height: 2.5rem;
        height: 2.5rem;
        line-height: 2.5rem
    }

    .product {
        margin-bottom: 30px
    }

    .product__right {
        margin-bottom: 25px
    }

    .product__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .product-description__title {
        margin-bottom: 1.25rem
    }

    .product-description__subtitle {
        margin-bottom: 1rem
    }

    .product-description__box {
        padding: 20px 15px
    }

    .product-description__label {
        margin-right: 20px
    }

    .product-description__info,.product-description__label,.product-description__text {
        font-size: 12px
    }

    .tabs {
        padding: 0 10px
    }

    .tabs__item label {
        padding: 15px 10px;
        font-size: 12px;
        letter-spacing: -1px
    }

    .tabs__item input:checked+label::before {
        left: 10px;
        right: 10px
    }
}

@media screen and (max-width: 991.97px) {
    .equipment-filter__form-button-search {
        display:none
    }

    .equipment-filter__form-row {
        margin-right: 0!important;
        margin-left: 0!important
    }
}

@media (max-width: 575.98px) {
    .equipment-filter {
        margin-bottom:1rem;
        padding: 2rem 0
    }

    .equipment-filter__form-row {
        margin-right: 0
    }
}

@media screen and (max-width: 799.98px) {
    .footer .main-nav {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .footer .main-nav>* {
        margin-bottom: 1rem
    }

    .footer .main-nav__contacts,.footer .main-nav__list,.footer .main-nav__logo {
        margin-right: 0;
        text-align: center
    }

    .footer .main-nav__box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        min-width: 0;
        width: auto
    }

    .footer .main-nav__contacts {
        margin-bottom: 1rem
    }

    .footer__columns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        height: auto
    }

    .footer__column-left {
        margin: 0;
        text-align: center
    }

    .footer__column-right {
        min-width: 0;
        width: auto
    }

    .footer__socials {
        margin: auto
    }

    .footer__social-link:last-child {
        margin-right: 0
    }
}

@media (max-width: 1199.98px) {
    .info__columns {
        -webkit-flex-wrap:wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media screen and (max-width: 767.98px) {
    .product-description__box {
        padding:40px
    }

    .tabs {
        padding: 0 20px
    }
}

@media (max-width: 991px) {
    .row,.row_padding {
        padding-top:60px;
        padding-bottom: 60px
    }

    .row {
        max-width: 768px;
        padding-left: 24px;
        padding-right: 24px
    }

    .body-wrap {
        padding-top: 60px
    }

    .header__menu-modal a {
        font-size: 16px;
        padding-top: 13px;
        padding-bottom: 13px
    }

    .header__menu-modal a:active,.header__menu-modal a:focus,.header__menu-modal a:hover,.header__menu-modal a:link,.header__menu-modal a:visited {
        font-size: 16px;
        padding-top: 13px;
        padding-bottom: 13px
    }

    a.btn_big,a.btn_small,a:active.btn_big,a:active.btn_small,a:focus.btn_big,a:focus.btn_small,a:hover.btn_big,a:hover.btn_small,a:link.btn_big,a:link.btn_small,a:visited.btn_big,a:visited.btn_small {
        font-size: 16px;
        padding-top: 13px;
        padding-bottom: 13px
    }

    button.btn_big,button.btn_small,input[type=submit].btn_big,input[type=submit].btn_small {
        font-size: 16px;
        padding-top: 13px;
        padding-bottom: 13px
    }

    .cover-image {
        height: auto
    }

    .cover-image img {
        display: block
    }
}

@media (max-width: 579px) {
    .row {
        width:100%
    }

    input {
        font-size: 12px;
        padding: 0 10px
    }
}

@media (max-width: 767px) {
    .row {
        max-width:580px;
        padding-left: 20px;
        padding-right: 20px
    }

    .header__menu-modal a {
        font-size: 15px;
        padding-top: 8px;
        padding-bottom: 8px
    }

    .header__menu-modal a:active,.header__menu-modal a:focus,.header__menu-modal a:hover,.header__menu-modal a:link,.header__menu-modal a:visited {
        font-size: 15px;
        padding-top: 8px;
        padding-bottom: 8px
    }

    input {
        height: 40px
    }

    a.btn_big,a.btn_small,a:active.btn_big,a:active.btn_small,a:focus.btn_big,a:focus.btn_small,a:hover.btn_big,a:hover.btn_small,a:link.btn_big,a:link.btn_small,a:visited.btn_big,a:visited.btn_small {
        font-size: 15px;
        padding-top: 8px;
        padding-bottom: 8px
    }

    button.btn_big,button.btn_medium,button.btn_small,input[type=submit].btn_big,input[type=submit].btn_medium,input[type=submit].btn_small {
        font-size: 15px;
        padding-top: 8px;
        padding-bottom: 8px
    }
}

@media (max-width: 1279px) {
    .row {
        max-width:960px;
        padding-left: 16px;
        padding-right: 16px
    }

    .body-wrap-card {
        overflow: hidden
    }

    .header .row {
        width: 100%
    }

    .header__menu-modal {
        width: 100%;
        margin-top: 20px
    }

    .header__menu-modal a {
        width: 100%;
        display: block;
        max-width: 100%;
        min-width: 100%
    }

    .header__menu-list_main {
        margin: 110px 0 0
    }

    .header__menu-list_submenu {
        margin: 0 0 80px
    }

    .header__menu-list_submenu .header__menu-list-item_services header__menu-main .header__menu-list-item a {
        padding-left: 10px;
        padding-right: 10px
    }

    .header__menu-about {
        position: absolute;
        width: 100%;
        height: auto;
        padding: 20px 20px 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .header__menu-phone {
        display: none
    }

    .header__menu-time {
        display: none
    }

    .header.active {
        z-index: 100000000000
    }
}

@media (max-width: 1340px) {
    .row {
        max-width:1280px;
        width: 100%
    }

    .header__menu-list_main {
        max-width: 1240px;
        width: 100%
    }

    .header__menu-list-more:hover .header__menu-list-more-list {
        max-width: 1240px;
        width: 100%
    }

    .header__menu-list_submenu {
        max-width: 1240px;
        width: 100%
    }

    .header__menu-list-item:hover:not(.header__menu-list-item_services)>.header__menu-main .header__menu-list {
        max-width: 1240px;
        width: 100%
    }

    .header__menu-about {
        max-width: 1240px;
        width: 100%
    }
}

@media (max-width: 1280px) {
    .header__menu-main_submenu .header__menu-list {
        background:0 0!important
    }

    .header__menu-back.js-header__menu-back {
        display: none
    }

    .header__menu-back.js-header__menu-back:first-child {
        display: block
    }

    .default-modal.active {
        z-index: 9999999999999
    }

    .header__menu-list-item:hover:not(.header__menu-list-item_services)>.header__menu-main .header__menu-list,.header__menu-list-item[data-submenu] a {
        background: 0 0!important
    }
}
 
@media (max-width: 768px) {
    .header__mobile-menu_ico {
        display:block
    }

    .header__mobile-menu_ico .header__menu_ico li {
        padding: 0 2px
    }

    .header__mobile-menu_ico .header__menu_ico li:first-child {
        padding-left: 0
    }

    .header__mobile-menu_ico .header__menu_ico li:last-child {
        padding-right: 0
    }

    .header__mobile-menu_ico .header__menu_ico li a {
        line-height: .6
    }

    .header__mobile-menu_ico .header__menu_ico li img {
        width: 19px;
        height: 19px
    }

    #ajax_search_result {
        margin: 0 20px;
        width: 94%;
        top: 49px
    }
}

@media (max-width: 480px) {
    .btn-red.leasing {
        width:280px;
        margin-left: 0
    }
}

@media (max-width: 610px) {
    #ajax_search_result {
        margin:0 20px;
        width: auto
    }

    .pxp_search_items ul li a {
        font-size: 12px;
        line-height: 14px
    }

    .pxp_search_name {
        font-size: 15px
    }
}
