.js-webform .spinner-form {
    position: absolute;
    top: 0;
    left: 0;
    background-color:#0000003e;
    width: 100%;
    height: 100%;
    z-index: 100;
}
.js-webform .spinner-form .spin{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
    background: url(../img/spinners/loader.gif) center center/cover no-repeat;
}


.title {
    margin: 0 0 .45em;
    color: #000;
    font-size: 45px;
    font-weight: 700;
    line-height: 1.33
}

.title_smaller {
    font-size: 40px
}

.title_mb-big {
    margin-bottom: .9em
}

.title_m-big {
    margin: 1.7em 0 1em
}

.h1, h1 {
    margin: 2em 0 .7em;
    font-size: 45px
}

.h1, .h2, h1, h2 {
    color: #000;
    font-weight: 700;
    line-height: 1.33
}

.h2, h2 {
    margin: 1em 0;
    font-size: 30px
}

.h3, h3 {
    margin: 1em 0 .7em;
    color: #000;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.33
}

p {
    margin-bottom: 1.5em
}

.video {
    margin: 45px 0
}

.video iframe {
    display: block;
    width: 100%;
    height: 528px
}

.gray {
    color: #cbc7be
}

.block-margin {
    margin-bottom: 85px
}

.title-block {
    display: flex;
    justify-content: space-between;
    align-items: flex-start
}

.title-block__title {
    margin-top: -.2em
}

.title-block__button {
    flex-shrink: 0;
    margin-left: 2em;
    min-width: 226px
}

.title-block__buttons {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    margin-left: 2em
}

.title-block__buttons > * {
    margin-top: 20px;
    min-width: 226px
}

.title-block__buttons > :first-child {
    margin-top: 0
}

.title-block__date {
    margin-bottom: 12px;
    color: #dad6ce;
    font-size: 17px;
    font-weight: 500
}

.title-block_page {
    flex-direction: column;
    font-size: 45px
}

.title-block_page .title-block__title {
    margin-top: 0
}

.page-title {
    margin-top: 1.6em
}

.button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-right: 24px;
    padding: 1.1em .3em 1.2em 1.4em;
    background-color: #e5481d;
    border: none;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer
}

.button:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    width: 24px;
    background: linear-gradient(to bottom right, #e5481d 50%, transparent 52%)
}

.button svg {
    flex-shrink: 0;
    display: block;
    margin-left: .5em
}

.button svg path {
    fill: #fff
}

/* .button:focus,  */
.button:hover {
    background-color: #17191b;
    color: #fff;
    text-decoration: none
}

/* .button:focus:before,  */
.button:hover:before {
    background: linear-gradient(to bottom right, #17191b 50%, transparent 52%)
}

.button:focus {
    outline: none
}

.button_bright-orange {
    background-color: #e7422f
}

.button_bright-orange:before {
    background: linear-gradient(to bottom right, #e7422f 50%, transparent 52%)
}

.button-empty {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-right: 24px;
    padding: 1.1em 1.4em 1.05em;
    background-color: transparent;
    border: 1px solid #dad6ce;
    border-right: none;
    color: #dad6ce;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer
}

.button-empty:before {
    content: "";
    position: absolute;
    top: -1px;
    bottom: -1px;
    left: 100%;
    width: 24px;
    background: linear-gradient(to bottom right, transparent 49%, #dad6ce 50%, transparent 52%);
    border-top: 1px solid #dad6ce
}

/* .button-empty:focus, */
 .button-empty:hover {
    color: #fff;
    background-color: #17191b;
    border: 1px solid #17191b;
    text-decoration: none
}

/* .button-empty:focus:before,  */
.button-empty:hover:before {
    background: linear-gradient(to bottom right, #17191b 50%, transparent 52%);
    border-top: 1px solid #17191b
}

.button-empty:focus svg path, .button-empty:hover svg path {
    fill: #fff
}

.button-empty:focus {
    outline: none
}

.button-empty svg {
    flex-shrink: 0;
    display: block;
    margin-left: .5em
}

.button-empty svg path {
    fill: #dad6ce
}

.button-empty_orange-text {
    color: #e5481d
}

.button-empty_orange-text svg path {
    fill: #e5481d
}

.button-empty_orange-text:focus svg path, .button-empty_orange-text:hover svg path {
    fill: #fff
}

.button-skew {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 0 14px;
    padding: 1.1em 1.1em 1.2em;
    background-color: #e5481d;
    border-top: 1px solid #e5481d;
    border-bottom: 1px solid #e5481d;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer
}

.button-skew:before {
    left: 100%;
    background: linear-gradient(to bottom right, #e5481d 50%, transparent 52%)
}

.button-skew:after, .button-skew:before {
    content: "";
    position: absolute;
    top: -1px;
    bottom: -1px;
    width: 14px
}

.button-skew:after {
    right: 100%;
    background: linear-gradient(to top left, #e5481d 50%, transparent 52%)
}

.button-skew:focus, .button-skew:hover {
    background-color: #17191b;
    border-color: #17191b;
    color: #fff;
    text-decoration: none
}

.button-skew:focus:before, .button-skew:hover:before {
    background: linear-gradient(to bottom right, #17191b 50%, transparent 52%)
}

.button-skew:focus:after, .button-skew:hover:after {
    background: linear-gradient(to top left, #17191b 50%, transparent 52%)
}

.button-skew:focus {
    outline: none
}

.button-skew.active {
    background-color: #fff;
    border-color: #dad6ce;
    color: #dad6ce;
    cursor: auto
}

.button-skew.active:before {
    left: 100%;
    width: 14px;
    background: linear-gradient(to bottom right, #fff 49%, #dad6ce 50%, transparent 52%);
    border-top: 1px solid #dad6ce
}

.button-skew.active:after {
    right: 100%;
    width: 14px;
    background: linear-gradient(to top left, #fff 49%, #dad6ce 50%, transparent 52%);
    border-bottom: 1px solid #dad6ce
}

a {
    color: #e5481d
}

a:hover {
    color: #000;
    text-decoration: none
}

.link {
    display: inline;
    background-image: linear-gradient(90deg, rgba(229, 72, 29, .3) 100%, transparent 0);
    background-position: 0 1.1em;
    background-repeat: repeat-x;
    background-size: 4px 1px;
    color: #e5481d;
    cursor: pointer
}

.link:hover {
    background-image: none;
    color: #e5481d;
    text-decoration: none
}

.link__icon {
    margin-right: 10px
}

.link_invert {
    background-image: none
}

.link_invert:hover {
    background-image: linear-gradient(90deg, rgba(229, 72, 29, .3) 100%, transparent 0);
    color: #e5481d
}

.link_color-hover {
    color: #000
}

.link_color-hover:hover {
    color: #e5481d;
    background-image: linear-gradient(90deg, rgba(229, 72, 29, .3) 100%, transparent 0)
}

.link_nodecor {
    background-image: none
}

.link_nodecor:hover {
    color: #000;
    text-decoration: none
}

.link_nodecor.active {
    color: #cec9bf
}

.link_nodecor.link_icon .link__text span {
    background-image: none
}

.link_nodecor.link_icon:hover .link__text span {
    color: #000;
    text-decoration: none
}

.link_gray {
    background-image: linear-gradient(90deg, rgba(44, 48, 51, .8) 100%, transparent 0)
}

.link_gray, .link_gray:hover {
    color: #2c3033
}

.link_icon {
    display: inline-flex;
    align-items: center;
    background-image: none
}

.link_icon .link__icon {
    flex-shrink: 0
}

.link_icon .link__text span {
    background-image: linear-gradient(90deg, rgba(229, 72, 29, .3) 100%, transparent 0);
    background-position: 0 1.1em;
    background-repeat: repeat-x;
    background-size: 4px 1px
}

.link_icon:hover .link__text span {
    background-image: none;
    color: #e5481d;
    text-decoration: none
}

.link-dashed {
    display: inline;
    background-image: linear-gradient(90deg, rgba(229, 72, 29, .3) 50%, transparent 0);
    background-position: 0 1.14em;
    background-repeat: repeat-x;
    background-size: 4px 1px;
    color: #e5481d;
    cursor: pointer
}

.link-dashed:hover {
    color: #e5481d;
    text-decoration: none
}

.link-dashed:hover, .link-dashed_invert {
    background-image: none
}

.link-dashed_invert:hover {
    background-image: linear-gradient(90deg, rgba(229, 72, 29, .3) 50%, transparent 0);
    color: #e5481d
}

.link-dashed_color-hover {
    color: #000
}

.link-dashed_color-hover:hover {
    color: #e5481d;
    background-image: linear-gradient(90deg, rgba(229, 72, 29, .3) 50%, transparent 0)
}

.arrow {
    cursor: pointer
}

.arrow svg {
    display: block
}

.arrow svg path {
    fill: #e5481d
}

.arrow:hover path {
    fill: #1f2029
}

.arrow.disabled {
    cursor: auto
}

.arrow.disabled path {
    fill: #dad6ce
}

.accordions {
    margin-bottom: 100px
}

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

.accordions__title {
    margin-bottom: .9em
}

.accordions__item {
    width: 100%;
    margin-top: 3px
}

.accordions__item:first-child {
    margin-top: 0
}

.accordion {
    background: #f1f0ed;
    background: linear-gradient(-64deg, transparent 21px, #f1f0ed 0)
}

.accordion:not(.opened):hover {
    background: linear-gradient(-64deg, transparent 21px, #f8f8f6 0)
}

.accordion:not(.opened):hover .accordion__title {
    color: #000
}

.accordion:not(.opened):hover .accordion__icon:after, .accordion:not(.opened):hover .accordion__icon:before {
    background-color: #000
}

.accordion.opened .accordion__title {
    color: #000
}

.accordion.opened .accordion__icon:before {
    background-color: #000
}

.accordion.opened .accordion__icon:after {
    display: none
}

.accordion.show .accordion__content {
    display: block;
    overflow: unset;
}

.accordion__head {
    padding: 32px 0 34px;
    cursor: pointer
}

.accordion__head > .container {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.accordion__title {
    color: #e5481d;
    font-size: 25px;
    font-weight: 700
}

.accordion__icon {
    position: relative;
    margin-left: 20px;
    width: 12px;
    height: 12px
}

.accordion__icon:before {
    top: 50%;
    left: 0;
    margin-top: -1px;
    width: 100%;
    height: 2px
}

.accordion__icon:after, .accordion__icon:before {
    content: "";
    position: absolute;
    background-color: #e5481d
}

.accordion__icon:after {
    top: 0;
    left: 50%;
    margin-left: -1px;
    width: 2px;
    height: 100%
}

.accordion__content {
    display: none;
    position: relative;
    overflow: hidden
}

.accordion__content > :first-child {
    margin-top: 7px
}

.accordion__content > :last-child {
    margin-bottom: 34px
}

.table {
    position: relative;
    margin: 65px 0;
    font-size: 1em
}

.table .hover {
    position: absolute;
    z-index: -1;
    right: -80px;
    left: -610px;
    background-image: linear-gradient(-64deg, transparent 24px, #000 25px)
}

.table thead tr:hover {
    background-color: transparent;
    color: inherit
}

.table tr {
    position: relative;
    border-top: 1px solid #dad6ce
}

.table tr:first-child {
    border: none
}

.table tr:hover {
    background-color: #000;
    color: #fff
}

.table td, .table th {
    padding: .9em .8em
}

.table th {
    font-weight: 700
}

.table td {
    font-weight: 500
}

.form-group {
    margin-bottom: 30px
}

.form-group__range {
    display: flex
}

.form-group__delimeter {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-basis: 50px;
    flex-shrink: 0;
    border-bottom: 1px solid #dad6ce;
    color: #cbc7be
}

.form-group__delimeter:before {
    content: "—"
}

.form-group__item:last-child {
    margin-left: 20px;
    text-align: right
}

.form-group_line {
    display: flex;
    justify-content: space-between;
    margin-top: 40px
}

.form-control {
    padding: 0;
    width: 100%;
    height: 36px;
    background: transparent;
    border: none;
    border-bottom: 1px solid #dad6ce;
    border-radius: 0;
    color: #000;
    font-size: 17px;
    font-weight: 500;
    resize: none
}

.form-control:focus {
    outline: none
}

.form-control::-webkit-input-placeholder {
    color: #cbc7be
}

.form-control::-moz-placeholder {
    color: #cbc7be
}

.form-control:-ms-input-placeholder {
    color: #cbc7be
}

.form-control:-moz-placeholder {
    color: #cbc7be
}

textarea.form-control {
    padding-top: 6px;
    padding-bottom: 5px;
    line-height: 1.43
}

.form-control-empty {
    padding: 0 20px 6px;
    height: 50px;
    background-color: transparent;
    border: none;
    border-radius: 0;
    color: #fff;
    font-size: 17px;
    font-weight: 500
}

.form-control-empty:focus {
    border-color: #e5481d;
    color: #fff;
    outline: none
}

.form-control-empty::-webkit-input-placeholder {
    color: #2c3033;
    font-size: 14px
}

.form-control-empty::-moz-placeholder {
    color: #2c3033;
    font-size: 14px
}

.form-control-empty:-ms-input-placeholder {
    color: #2c3033;
    font-size: 14px
}

.form-control-empty:-moz-placeholder {
    color: #2c3033;
    font-size: 14px
}

.label {
    display: block;
    margin-bottom: .25em;
    color: #000;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.25
}

.checkboxes__item {
    margin-bottom: 10px
}

.checkbox__input:checked + .checkbox__label:after {
    content: "";
    position: absolute;
    top: -2px;
    left: 6px;
    width: 10px;
    height: 18px;
    background: url(../img/checkbox.svg) 50% no-repeat
}

.checkbox__label {
    position: relative;
    padding-left: 31px;
    color: #000;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.4;
    cursor: pointer
}

.checkbox__label:before {
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    width: 23px;
    height: 15px;
    background-color: #fff;
    background: linear-gradient(-64deg, transparent 8px, #fff 0)
}

.radio__input:checked ~ .radio__label:after {
    content: "";
    position: absolute;
    top: 8px;
    left: 5px;
    width: 9px;
    height: 9px;
    background-color: #e5481d;
    border-radius: 50%
}

.radio__input:checked ~ .radio__icon svg path, .radio__input:checked ~ .radio__label .radio__small-icons svg path {
    fill: #e5481d
}

.radio__icon {
    display: flex;
    align-items: flex-end;
    margin-bottom: 20px;
    cursor: pointer
}

.radio__icon svg {
    display: block
}

.radio__icon svg path {
    fill: #d3cfc5
}

.radio__label {
    position: relative;
    padding-left: 33px;
    color: #000;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.47;
    cursor: pointer
}

.radio__label:before {
    content: "";
    position: absolute;
    top: 3px;
    left: 0;
    width: 19px;
    height: 19px;
    background-color: #fff;
    border: 1px solid #e5481d;
    border-radius: 50%
}

.radio__label span {
    display: block;
    margin-top: 6px
}

.radio__small-icons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 16px
}

.radio__small-icons svg {
    display: block
}

.radio__small-icons svg path {
    fill: #d3cfc5
}

.form-wrap {
    margin-bottom: 85px
}

.form-wrap:last-child {
    margin-bottom: 0
}

.form-wrap:first-child {
    margin-top: 100px
}

.form {
    padding: 85px 0 65px;
    background: linear-gradient(-64deg, transparent 60px, #f1f0ed 0);
    overflow: hidden
}

.form__title {
    margin-bottom: 1.5em
}

.form__links {
    text-align: right
}

.form__img {
    display: flex;
    justify-content: center;
    padding-top: 35px;
    height: 100%
}

.form__img svg {
    display: block;
    margin-left: auto;
    max-width: 100%
}

.form__img svg path {
    fill: #e5481d
}

.form__img_right {
    justify-content: flex-end
}

.form__img_right svg {
    margin-right: -24%;
    width: 119%;
    height: auto;
    max-width: none
}

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

.form__bottom_auth {
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 100px
}

.form__bottom_auth .form__submit {
    margin-right: 80px
}

.form__bottom .social {
    margin: 20px 0
}

.form__conf {
    margin-right: 10px
}

.form__submit {
    flex-shrink: 0;
    width: 226px
}

.form_small-padding {
    padding: 63px 0 55px
}

.skew-corner-bg {
    background: linear-gradient(-64deg, transparent 21px, #f1f0ed 22px)
}

.clip-corner-bg {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 51px), calc(100% - 25px) 100%, 0 100%)
}

@media (max-width: 1199px) {
    .form {
        padding-right: 20px;
        padding-left: 20px
    }
}

@media (max-width: 991px) {
    .title_m-big {
        margin: 1.4em 0 .8em
    }

    .page-title {
        margin-top: 1em
    }

    .video iframe {
        height: 450px
    }

    .form {
        padding-right: 0;
        padding-left: 0
    }

    .product-card .product-card__overlay.product-card__overlay_show {
        transform: skewY(0deg);
    }

    .product-card .product-card__overlay .nornal {
        transform: skewY(0deg);
    }

}

@media (max-width: 767px) {
    .form {
        padding: 45px 20px;
        background: linear-gradient(-64deg, transparent 40px, #f1f0ed 0)
    }

    .form__img {
        display: none
    }

    .form__bottom {
        margin-top: 40px
    }

    .form__bottom_auth {
        margin-top: 20px
    }

    .form__links {
        text-align: left
    }

    .accordion {
        background: linear-gradient(-64deg, transparent 21px, #f1f0ed 0)
    }

    .accordion__head {
        padding-right: 10px;
        padding-left: 10px
    }

    .accordion__content {
        padding: 0 10px
    }
}

@media (max-width: 575px) {
    .title {
        font-size: 40px;
        line-height: 1.25;
        word-break: break-word
    }

    .form-control-empty {
        padding-bottom: 2px;
        height: 40px;
        font-size: 14px
    }

    .video {
        margin: 35px 0
    }

    .video iframe {
        height: 300px
    }

    .form__bottom {
        flex-direction: column;
        align-items: stretch
    }

    .form__conf {
        order: 1;
        margin-top: 30px
    }

    .accordions__title {
        margin-bottom: .7em
    }

    .accordion {
        background: #f1f0ed
    }

    .accordion:not(.opened):hover {
        background: #f8f8f6
    }

    .accordion__title {
        font-size: 20px
    }
}

@media (min-width: 1200px) {
    .form__img svg {
        margin-left: 0
    }

    .form__bottom {
        margin-right: 200px
    }
}

.select__title {
    margin-bottom: 3px;
    color: #000;
    font-size: 17px;
    font-weight: 500
}

.select__title_gray {
    color: #cbc7be
}

.select__cont {
    width: 100%
}

.select2-container {
    border-bottom: 1px solid #dad6ce
}

.select2-container .select2-selection--single {
    height: 36px
}

.select2-container.select2-container--open {
    border-color: #e5481d
}

.select2-container.select2-container--open .select2-selection--multiple:before, .select2-container.select2-container--open .select2-selection__arrow {
    transform: rotate(180deg)
}

.select2-dropdown {
    margin-top: 10px;
    padding: 7px 0 18px;
    background-color: #f1f0ed;
    border: none;
    border-radius: 0;
    box-shadow: 0 11px 38.7px 4.3px rgba(67, 59, 36, .13)
}

.select2-container--default .select2-selection--single {
    background-color: transparent;
    border: none;
    border-radius: 0
}

.select2-container--default .select2-selection--single:focus {
    outline: none
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-right: 30px;
    padding-left: 0;
    color: #e5481d;
    font-size: 17px;
    font-weight: 700;
    line-height: 36px
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    width: 20px;
    height: 11px;
    background: url(../img/select-arrow.svg) 50%/cover no-repeat
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none
}

.select2-container--default.select2-container--focus .select2-selection--multiple, .select2-container--default .select2-selection--multiple {
    border: none
}

.select2-container--default .select2-search--inline .select2-search__field {
    margin: 0 5px 5px 0
}

.select2-container--default .select2-search__field::-webkit-input-placeholder {
    color: #cbc7be
}

.select2-container--default .select2-search__field::-moz-placeholder {
    color: #cbc7be
}

.select2-container--default .select2-search__field:-ms-input-placeholder {
    color: #cbc7be
}

.select2-container--default .select2-search__field:-moz-placeholder {
    color: #cbc7be
}

.select2-container--default .select2-selection--multiple {
    position: relative;
    padding: 6px 30px 0 0
}

.select2-container--default .select2-selection--multiple:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -5px;
    width: 20px;
    height: 11px;
    background: url(../img/select-arrow.svg) 50%/cover no-repeat;
    cursor: pointer
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    position: relative;
    margin: 0 5px 5px 0;
    padding: 3px 9px 3px 23px;
    background-color: #f1f0ed;
    border: none
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    border: none
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    background-color: inherit
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    padding: 0
}

.select2-container--default .select2-results > .select2-results__options {
    position: relative;
    max-height: 300px
}

.select2-container--default .select2-results__option {
    position: relative;
    padding: .5em 1.2em;
    color: #000;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.25
}

.select2-container--default .select2-results__option:hover {
    background-color: #000;
    color: #fff;
    text-decoration: none
}

.select2-container--default .select2-results__option--selected {
    padding-right: 3em;
    background-color: transparent
}

.select2-container--default .select2-results__option--selected:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -5px;
    width: 11px;
    height: 10px;
    background: url(../img/check-gray.svg) 50%/cover no-repeat
}

.select2-container--default .select2-results__option--selected:after svg {
    display: block
}

.select2-container--default .select2-results__option--selected:after svg path {
    fill: #d3cfc5
}

.select2-container--default .select2-results__option--selectable.select2-results__option--highlighted {
    background-color: #b3b3b3
}

body, html {
    height: 100%
}

body {
    color: #000;
    font-family: Montserrat, sans-serif;
    font-size: 17px;
    line-height: 1.5;
    font-weight: 500
}

.wrapper {
    display: flex;
    flex-direction: column;
    flex: 1 0 auto;
    height: 100%
}

.wrapper-inner {
    flex: 1 0 auto;
    padding-bottom: 85px;
    overflow: hidden
}

.footer, .header {
    flex-shrink: 0
}

.footer {
    padding-top: 80px;
    padding-bottom: 45px;
    background-color: #17191b
}

.header__top {
    height: 114px
}

.header__middle {
    position: relative;
    height: 80px
}

.header__bottom {
    background-color: #f1f0ed
}

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

.header.fixed .header-personal, .header.fixed .header-search, .header.fixed .header__bottom, .header.fixed .header__top {
    display: none
}

.header.fixed .header-fix-basket {
    display: flex
}

.header.fixed .header__middle {
    background-color: #f1f0ed;
    box-shadow: 0 11px 38.7px 4.3px rgba(67, 59, 36, .13)
}

.header-top, .header.fixed .header-search__panel {
    background-color: #f1f0ed
}

.header-top {
    position: relative;
    margin: 0 36px
}

.header-top:after, .header-top:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 36px
}

.header-top:before {
    right: 100%;
    background: linear-gradient(to top left, #f1f0ed 50%, transparent 52%)
}

.header-top:after {
    left: 100%;
    background: linear-gradient(to bottom right, #f1f0ed 50%, transparent 52%)
}

.header-top__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%
}

.header-top__logo:focus, .header-top__logo:hover {
    text-decoration: none
}

.header-top__city {
    margin-top: -24px
}

.header-top__link {
    width: 130px;
    background-position: 0 1.3em;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5
}

.header-top__link .link-dashed {
    cursor: pointer;
    user-select: none
}

.header-top__icons {
    display: flex
}

.header-top__icons .icon-link-wrap:last-child {
    margin-left: 22px;
    width: auto
}

.header-top__contacts {
    line-height: 1.25
}

.header-middle__inner {
    display: flex;
    justify-content: space-between;
    position: relative;
    height: 100%
}

.header-middle__menu-main {
    position: relative;
    flex-basis: 100%
}

.header-middle__menu-main .menu {
    height: 100%
}

.header-middle__service {
    display: flex;
    justify-content: space-between;
    flex-basis: 110px;
    flex-shrink: 0;
    flex-grow: 1
}

.header-city__text {
    position: relative;
    margin-left: 22px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.25;
    user-select: none;
    cursor: pointer
}

.header-city__icon {
    position: absolute;
    left: -22px;
    top: 50%;
    margin-top: -7px
}

.header-city__icon path {
    fill: #e5481d
}

.header-contacts__phone {
    display: inline-block;
    margin-bottom: 4px;
    color: #000;
    font-size: 17px;
    font-weight: 700
}

.header-contacts__phone:hover {
    color: #000;
    text-decoration: none
}

.header-contacts__mail {
    font-size: 16px;
    font-weight: 500
}

.icon-link-wrap {
    width: 100px;
    text-align: center
}

.icon-link-wrap .icon-link {
    height: 100%
}

.icon-link {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.25;
    cursor: pointer
}

.icon-link:hover {
    color: #e5481d;
    text-decoration: none
}

.icon-link path {
    fill: #e5481d
}

.icon-link__icon {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative
}

.icon-link__icon svg {
    display: block
}

.icon-link__counter {
    position: absolute;
    top: -6px;
    right: -6px;
    padding: 0 .25em;
    min-width: 16px;
    height: 16px;
    background-color: #fff;
    border-radius: 50%;
    color: #e5481d;
    font-size: 14px;
    font-weight: 500
}

.icon-link__text {
    margin-top: 8px;
    background-position: 0 1.14em;
    background-repeat: repeat-x;
    background-size: 4px 1px;
    background-image: linear-gradient(90deg, rgba(229, 72, 29, .3) 100%, transparent 0)
}

.icon-link_disabled {
    color: #cec9bf
}

.icon-link_disabled .icon-link__icon path {
    fill: #dad6ce
}

.icon-link_disabled:hover {
    color: #cec9bf
}

.icon-link_disabled:hover .icon-link__text {
    background-image: linear-gradient(90deg, #cec9bf 100%, transparent 0)
}

.icon-link_disabled .icon-link__text {
    background-image: none
}

.icon-link_press {
    color: #cec9bf
}

.icon-link_press .icon-link__icon path {
    fill: #dad6ce
}

.icon-link_press.active .icon-link__icon path {
    fill: #e5481d
}

.icon-link_press:hover .icon-link__icon path {
    fill: #000
}

.icon-link_inline {
    flex-direction: row
}

.icon-link_inline .icon-link__icon {
    margin: 0 6px 0 0
}

.icon-link_inline .icon-link__text {
    margin-top: 0
}

.icon-link_icon-hover:hover path {
    fill: #000
}

.icon-link_icon-hover:hover .icon-link__counter {
    color: #000
}

.icon-link_download {
    margin: 20px 0 40px;
    color: #e5481d
}

.icon-link_download:last-child {
    margin-bottom: 0
}

.icon-link_download svg #PDF {
    fill: #fff
}

.icon-link_download .icon-link__icon {
    margin-right: 9px
}

.icon-link_download:hover {
    color: #000
}

.icon-link_download:hover .icon-link__text {
    background-image: none
}

.icon-link_white {
    color: #fff
}

.icon-link_white .icon-link__text {
    background-image: linear-gradient(90deg, #ca7c65 100%, transparent 0)
}

.icon-link_white:hover {
    color: #fff
}

.menu {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap
}

.menu__item:first-child .menu__link {
    padding-left: 0
}

.menu__item:hover .menu__sub {
    visibility: visible
}

.menu__item.hidden {
    display: none
}

.menu__link {
    display: flex;
    align-items: center;
    padding: 0 12px;
    height: 100%;
    color: #e5481d;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer
}

.menu__link:hover {
    color: #1f2029;
    text-decoration: none
}

.menu__link:hover .menu__link-icon path {
    fill: #1f2029
}

.menu__link-icon {
    margin-right: 8px
}

.menu__link-icon path {
    fill: #e5481d
}

.menu__sub {
    visibility: hidden;
    position: absolute;
    z-index: 10;
    top: 100%;
    padding: 20px 0 14px;
    min-width: 220px;
    background-color: #f1f0ed;
    box-shadow: 0 11px 38.7px 4.3px rgba(67, 59, 36, .13)
}

.menu__sub_catalog {
    width: 220px
}

.menu__sub_catalog .menu-sub__link {
    white-space: normal
}

.menu-sub__item:hover .menu-sub__link {
    background-color: #000;
    color: #fffefe;
    text-decoration: none
}

.menu-sub__item:hover .menu-sub__sub {
    visibility: visible
}

.menu-sub__link {
    display: block;
    padding: 8px 20px;
    color: #e5481d;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.25;
    white-space: nowrap
}

.menu-sub:before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 21px;
    border: 7.5px solid transparent;
    border-top: none;
    border-bottom: 10px solid #f1f0ed
}

.menu-sub__sub {
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 100%;
    min-height: 100%;
    width: 720px
}

.menu-catalog {
    padding: 24px 20px 30px;
    background-color: #fff;
    box-shadow: 0 11px 38.7px 4.3px rgba(67, 59, 36, .13)
}

.menu-catalog__title {
    color: #000;
    font-size: 25px;
    font-weight: 700;
    line-height: 1.25
}

.menu-catalog__item {
    margin-top: 20px
}

.menu-section__link {
    display: block;
    width: 100%;
    padding: 11px 85px 11px 14px;
    height: 105px;
    background-color: #f1f0ed;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    color: #e5481d;
    line-height: 1.25
}

.menu-section__link path {
    fill: #e5481d
}

.menu-section__link:hover {
    text-decoration: none;
    color: #000
}

.menu-section__link:hover path {
    fill: #000
}

.menu-section__link svg {
    margin-bottom: 1px
}

.menu-section__name {
    display: block;
    font-size: 14px;
    line-height: 1.43;
    font-weight: 700;
    text-transform: uppercase
}

.menu-section__sub {
    position: relative;
    z-index: 5;
    padding-top: 2px
}

.menu-section_right {
    display: flex
}

.menu-section_right .menu-section__sub {
    padding: 0 0 0 2px
}

.menu-section_right .column-catalog-menu__list {
    position: absolute;
    z-index: 10;
    top: -30px;
    left: calc(100% + 20px)
}

.column-catalog-menu {
    position: relative;
    line-height: 1.25
}

.column-catalog-menu__toggle.opened + .column-catalog-menu__list {
    display: flex
}

.column-catalog-menu__list {
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding-top: 21px;
    padding-bottom: 30px
}

.column-catalog-menu__list_wide {
    align-items: unset;
    margin-right: calc(-200% - 40px)
}

.column-catalog-menu__list_drop {
    padding: 26px 22px 28px;
    background-color: #fff;
    box-shadow: 0 11px 38.7px 4.3px rgba(67, 59, 36, .13)
}

.column-catalog-menu__section .column-catalog-menu__link:last-child {
    margin-bottom: 1em
}

.column-catalog-menu__section:last-child .column-catalog-menu__link:last-child {
    margin-bottom: 0
}

.column-catalog-menu__title {
    margin-bottom: 1em;
    font-size: 13px;
    color: #000;
    font-weight: 700
}

.column-catalog-menu__link {
    display: block;
    margin-bottom: 1.1em;
    width: 100%;
    color: #e5481d;
    font-size: 13px;
    font-weight: 500
}

.column-catalog-menu__link:hover {
    color: #000;
    text-decoration: none
}

.column-catalog-menu__link:last-child {
    margin-bottom: 0
}

.inline-menu {
    display: flex;
    flex-wrap: wrap
}

.inline-menu__link {
    margin-right: 30px;
    margin-bottom: 8px;
    color: #e5481d;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase
}

.inline-menu__link:hover {
    color: #000
}

.inline-menu__link:hover svg path {
    fill: #000
}

.inline-menu__link.active {
    color: #cbc7be
}

.inline-menu__link.active svg path {
    fill: #cbc7be
}

.inline-menu__link svg {
    margin-left: 8px;
    opacity: .3
}

.inline-menu__link svg path {
    fill: #e5481d
}

@media (max-width: 991px) {
    .column-catalog-menu__list_wide {
        margin-right: calc(-100% - 20px)
    }

    .column-catalog-menu__link:last-child {
        margin-bottom: 1.1em
    }
}

.menu-simple {
    display: flex;
    justify-content: center
}

.menu-simple__link {
    position: relative;
    z-index: 1;
    padding: 1.4em 1.5%;
    color: #000;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.25;
    text-transform: uppercase
}

.menu-simple__link:hover {
    color: #e5481d;
    text-decoration: none
}

.menu-simple__link.active {
    color: #fff
}

.menu-simple__link.active:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    right: -10px;
    bottom: 0;
    left: -10px;
    background-image: linear-gradient(-72deg, transparent 17px, #1f2029 18px, #1f2029 60%, transparent 0), linear-gradient(108deg, transparent 17px, #1f2029 18px, #1f2029 60%, transparent 0)
}

.header-search {
    display: flex;
    align-items: stretch
}

.header-search__icon {
    display: flex;
    align-items: center;
    padding: 0 10px;
    cursor: pointer
}

.header-search__icon:hover path {
    fill: #000
}

.header-search__icon path {
    fill: #e5481d
}

.header-search__panel {
    display: none;
    position: absolute;
    z-index: 100;
    left: 10px;
    right: 10px;
    height: 100%;
    background: #fff
}

.header-search.opened + .header-personal {
    visibility: hidden
}

.search-panel__label {
    display: block;
    margin: 0;
    height: 100%
}

.search-panel__input {
    padding: 0 42px;
    width: 100%;
    height: 100%;
    background-color: transparent;
    border: none;
    border-radius: 0;
    color: #000;
    font-size: 17px;
    font-weight: 500
}

.search-panel__input:focus {
    outline: none
}

.search-panel__input::-webkit-input-placeholder {
    color: #dad6ce
}

.search-panel__input::-moz-placeholder {
    color: #dad6ce
}

.search-panel__input:-ms-input-placeholder {
    color: #dad6ce
}

.search-panel__input:-moz-placeholder {
    color: #dad6ce
}

.search-panel__icon {
    position: absolute;
    top: 50%;
    margin-top: -13px;
    width: 26px;
    height: 26px
}

.search-panel__icon svg {
    width: 100%;
    height: 100%
}

.search-panel__icon svg path {
    fill: #e5481d
}

.search-panel__result {
    position: absolute;
    z-index: 100;
    top: 100%;
    right: 0;
    left: 0
}

.search-panel__close {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 30px;
    background: url(../img/close.png) 100% no-repeat;
    cursor: pointer
}

.search-dropdown {
    padding: 7px 0 18px;
    background-color: #f1f0ed;
    box-shadow: 0 11px 38.7px 4.3px rgba(67, 59, 36, .13)
}

.search-dropdown__link {
    display: block;
    padding: .5em 2.5em;
    color: #000;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.25
}

.search-dropdown__link:hover {
    background-color: #000;
    color: #fff;
    text-decoration: none
}

.header-personal {
    display: flex;
    align-items: center;
    position: relative
}

.header-personal__login {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #e5481d;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase
}

.header-personal__login:hover {
    color: #000;
    text-decoration: none
}

.header-personal__button {
    margin-right: 0;
    padding: 0 0 0 10px;
    width: 41px;
    height: 50px;
    font-size: 17px;
    user-select: none
}

.header-personal__button.opened {
    padding-left: 15px;
    font-size: 0
}

.header-personal__button.opened + .header-personal__info {
    display: flex !important
}

.header-personal__button.opened + .header-personal__info + .header-personal__bg {
    display: block
}

.header-personal__button.opened span {
    display: inline-flex
}

.header-personal__button span {
    display: none;
    align-items: center
}

.header-personal__button span svg path {
    fill: #fff
}

.header-personal__info {
    display: none !important;
    position: absolute;
    z-index: 20;
    top: 50%;
    right: 100%;
    margin-top: -25px;
    width: 220px
}

.header-personal__bg {
    display: none;
    position: fixed;
    z-index: 15;
    top: 54px;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
    opacity: .7
}

.side-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #f1f0ed;
    box-shadow: 0 11px 38.7px 4.3px rgba(67, 59, 36, .13)
}

.side-card__photo {
    height: 220px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.side-card__photo_original-size {
    background-size: auto
}

.side-card__photo + .side-card__main {
    padding-top: 26px
}

.side-card__main {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 34px 21px 17px;
    height: 100%
}

.side-card__name {
    margin-bottom: 1em;
    color: #000;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.47
}

.side-card__name_bold {
    font-weight: 700
}

.side-card__name_big {
    margin-bottom: 1.4em;
    font-size: 20px
}

.side-card__info {
    margin-bottom: 12px
}

.side-card__info_total {
    margin-top: auto
}

.side-card__info_total .desc-item__text {
    font-size: 25px;
    font-weight: 700
}

.side-card__info + .side-card__links {
    margin-top: 6px
}

.side-card__links {
    margin-bottom: 20px
}

.side-card__links:last-child {
    margin-bottom: 0
}

.side-card__buttons {
    position: relative
}

.side-card__button {
    display: block;
    margin: 0;
    padding: 15px 10px 13px;
    border-top: 1px solid #dad6ce;
    text-align: center;
    color: #e5481d;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase
}

.side-card__button:last-child {
    position: absolute;
    top: 100%;
    left: 0;
    right: 24px;
    border: none;
    color: #fff
}

.side-card__button_order {
    padding-left: 35px
}

.side-card_no-shadow {
    box-shadow: none
}

.card-links__item {
    margin-right: 1em;
    margin-bottom: .8em
}

.card-link {
    display: inline-flex;
    color: #e5481d;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
    text-transform: uppercase
}

.card-link:hover {
    color: #1f2029;
    text-decoration: none
}

.card-link:hover svg path {
    fill: #1f2029
}

.card-link__icon {
    display: inline-flex;
    align-items: center;
    margin-right: .7em
}

.card-link__icon svg path {
    fill: #e5481d
}

.header-fix-basket {
    display: none;
    justify-content: flex-end;
    align-items: center;
    width: 100%
}

.footer__menu {
    margin-bottom: 54px
}

.menu-column__item {
    margin-bottom: 30px;
    line-height: 1.25
}

.menu-column__link {
    display: inline-block;
    width: 100%;
    color: #e5481d;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.43;
    text-transform: uppercase
}

.menu-column__link > svg {
    margin-left: 9px
}

.menu-column__link > svg path {
    fill: #2c3033
}

.menu-column__link:hover {
    color: #e5481d;
    text-decoration: none
}

.menu-column__link:hover > svg path {
    fill: #e5481d
}

.menu-column__sub {
    padding-top: 9px
}

.plus-toggle {
    position: relative;
    width: 12px;
    height: 12px;
    cursor: pointer;
    user-select: none
}

.plus-toggle:after, .plus-toggle:before {
    content: "";
    position: absolute;
    background-color: #e5481d
}

.plus-toggle:before {
    top: 50%;
    left: 50%;
    margin-top: -1px;
    margin-left: -6px;
    width: 12px;
    height: 2px
}

.plus-toggle:after {
    top: 50%;
    left: 50%;
    margin-top: -6px;
    margin-left: -1px;
    width: 2px;
    height: 12px
}

.plus-toggle.opened:after {
    display: none
}

.plus-toggle_square {
    width: 41px;
    height: 41px;
    background-color: #f8f8f6
}

.plus-toggle_square:hover:after, .plus-toggle_square:hover:before {
    background-color: #000
}

.plus-toggle_square.opened:before {
    background-color: #cec9bf
}

.column-submenu {
    position: relative
}

.column-submenu__toggle.opened + .column-submenu__list {
    display: flex
}

.column-submenu__list {
    display: none;
    flex-direction: column;
    align-items: flex-start;
    margin-top: -11px;
    padding-left: 22px
}

.column-submenu__link {
    margin-bottom: 11px;
    width: 100%;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.25
}

.column-submenu__link:hover {
    color: #e5481d;
    text-decoration: none
}

.column-submenu__link:last-child {
    margin-bottom: 0
}

.footer-contacts {
    padding-left: 36px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.25
}

.footer-contacts__logo {
    display: inline-block;
    margin-bottom: 28px;
    margin-left: -36px
}

.footer-contacts__address {
    margin-bottom: 2em;
    line-height: 1.78
}

.footer-medium {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px
}

.footer-medium__social .social {
    margin: -2px 0 0
}

.footer-medium__dev {
    max-width: 232px;
    color: #2c3033;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.43
}

.footer-medium__dev svg {
    margin-bottom: 2px
}

.footer-medium__dev a {
    color: #2c3033;
    text-decoration: underline
}

.footer-medium__dev a:hover {
    color: #2c3033;
    text-decoration: none
}

.social {
    margin: 45px 0;
    font-size: 16px;
    line-height: 1.25
}

.social__title {
    margin-bottom: 1em;
    color: #fff;
    font-size: 14px;
    font-weight: 500
}

.social__list {
    display: flex
}

.social__item {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    width: 35px;
    height: 35px;
    background-color: #fff
}

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

.social__item path {
    fill: #15181c
}

.social__item:hover {
    background-color: #e5481d
}

.social__item_gray {
    background-color: #e2e0da
}

.social__item_gray path {
    fill: #fff
}

.social__item-text {
    margin-right: 30px
}

.social__item-text, .social__item-text span:first-child {
    display: inline-flex;
    justify-content: center;
    align-items: center
}

.social__item-text span:first-child {
    width: 35px;
    height: 35px;
    background-color: #e5481d
}

.social__item-text span:first-child path {
    fill: #fff
}

.social__item-text span:nth-child(2) {
    margin-left: 11px;
    color: #e5481d;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase
}

.social__item-text:hover span:first-child {
    background-color: #000
}

.social__item-text:hover span:nth-child(2) {
    color: #000
}

.subscribe__title {
    margin-bottom: 1em;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.25
}

.subscribe__form {
    display: flex;
    height: 50px
}

.subscribe__label {
    position: relative;
    margin: 0;
    width: 100%;
    height: 100%;
    border-top: 1px solid #2c3033;
    border-bottom: 1px solid #2c3033;
    cursor: text
}

.subscribe__label:before {
    content: "";
    position: absolute;
    top: -1px;
    bottom: -1px;
    right: 100%;
    width: 24px;
    background: linear-gradient(to bottom right, transparent 49%, #2c3033 50%, transparent 52%);
    border-bottom: 1px solid #2c3033
}

.subscribe__input {
    width: 100%
}

.subscribe__submit {
    flex-shrink: 0;
    width: 196px;
    font-size: 17px;
    text-transform: none
}

.subscribe__submit:focus, .subscribe__submit:hover {
    background-color: #e5481d
}

.subscribe__submit:focus:before, .subscribe__submit:hover:before {
    background: linear-gradient(to bottom right, #e5481d 50%, transparent 52%)
}

.subscribe__caption {
    display: flex;
    justify-content: flex-end;
    color: #2c3033;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.43
}

.subscribe__caption span {
    display: inline-block;
    margin-top: 1.4em;
    width: 188px
}

.footer__conf, .footer__dev {
    display: none;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.43
}

.footer__dev {
    color: #2c3033
}

.footer__dev > div {
    max-width: 232px
}

.footer__dev svg {
    margin-top: 4px;
    margin-right: 16px
}

.footer__dev a {
    color: #2c3033;
    text-decoration: underline
}

.footer__dev a:hover {
    color: #2c3033;
    text-decoration: none
}

@media (max-width: 991px) {
    .footer {
        padding-top: 55px;
        padding-bottom: 40px
    }

    .footer__menu {
        display: none
    }

    .footer-contacts {
        display: flex;
        justify-content: space-between;
        margin-bottom: 70px;
        padding-left: 0
    }

    .footer-contacts__logo {
        margin-top: 4px;
        margin-bottom: 0;
        margin-left: 0
    }

    .footer-contacts__address {
        margin-top: -.3em;
        margin-bottom: 0
    }

    .footer-medium {
        margin-bottom: 62px
    }

    .footer-medium .social__title, .footer-medium__dev {
        display: none
    }

    .subscribe__title {
        font-size: 17px;
        font-weight: 700
    }

    .subscribe__form {
        margin-bottom: 38px;
        padding-left: 24px
    }

    .subscribe__submit {
        width: 160px;
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase
    }

    .subscribe__caption {
        justify-content: flex-start;
        margin-bottom: .8em
    }

    .subscribe__caption span {
        width: auto
    }

    .footer__conf {
        display: inline-block
    }

    .footer__dev {
        display: flex;
        margin-top: 78px
    }
}

@media (max-width: 575px) {
    .footer {
        padding-top: 55px;
        padding-bottom: 28px
    }

    .footer__dev {
        flex-direction: column;
        align-items: center;
        margin-top: 65px;
        text-align: center
    }

    .footer__dev svg {
        margin-bottom: 10px
    }

    .footer .subscribe__form {
        padding-left: 0
    }

    .footer .subscribe__label {
        margin-left: -10px
    }

    .footer .subscribe__label:before {
        display: none
    }

    .footer .subscribe__input {
        padding-left: 20px
    }

    .footer .subscribe__caption {
        margin-bottom: 1.1em
    }

    .footer-contacts {
        flex-direction: column;
        align-items: center;
        margin-bottom: 37px;
        text-align: center
    }

    .footer-contacts__logo {
        margin: 0 0 30px
    }

    .footer-contacts__address {
        margin: 0 0 2.5em
    }

    .footer-medium {
        justify-content: center;
        margin-bottom: 45px
    }

    .subscribe__form {
        height: 40px
    }

    .subscribe__title {
        text-align: center
    }

    .subscribe__submit {
        padding: 1.2em .3em 1.1em 1.4em;
        width: 130px;
        font-size: 12px
    }
}

/*.tabs {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 37px;
    padding: 0;
    list-style: none;
    line-height: 1.25
}

.tabs__item {
    margin-right: 30px;
    margin-bottom: .5em
}

.tabs__link {
    color: #e5481d;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase
}

.tabs__link:hover {
    color: #1f2029;
    text-decoration: none
}

.tabs__link.active {
    color: #cec9bf
}*/

.tabs-skew {
    display: flex;
    margin: 0 0 45px;
    padding: 0;
    list-style: none
}

.tabs-skew__item {
    flex-grow: 1
}

.tabs-skew__link {
    margin-right: 0;
    padding: .7em 1.1em .8em;
    width: calc(100% - 14px);
    height: 100%
}

.tabs-content__item {
    display: none
}

.tabs-content__item.active {
    display: block
}

.points {
    display: flex;
    margin: 0 0 45px;
    padding: 0;
    list-style: none
}

.points__link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 27px;
    height: 27px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 11px 38.7px 4.3px rgba(67, 59, 36, .13);
    transform: translate(50%, -50%)
}

.points__link:before {
    content: "";
    width: 11px;
    height: 11px;
    background-color: #e5481d;
    border-radius: 50%
}

.points__link:hover {
    width: 36px;
    height: 36px
}

.points__link:hover:before {
    width: 16px;
    height: 16px;
    background-color: #000
}

.points__link.active {
    width: 36px;
    height: 36px;
    background: #fff url(../img/check.svg) 50% no-repeat
}

.points__link.active:before {
    display: none
}

.gray-skew-bg {
    position: absolute;
    z-index: -1;
    top: -440px;
    left: 50%;
    margin-left: -1280px;
    width: 2560px;
    height: 2040px;
    background-image: linear-gradient(152deg, transparent 38.5%, #f1f0ed 0, #f8f7f5 62%, transparent 0)
}

.gray-skew-bg:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 220px;
    left: 0;
    background-image: linear-gradient(-10deg, transparent 45%, hsla(0, 0%, 100%, .3) 53%, hsla(0, 0%, 100%, .7) 56%, #fff)
}

.image-menu-block {
    position: relative
}

.image-menu-block__bg {
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden
}

.image-menu-block__bg:before {
    content: "";
    position: absolute;
    top: -158px;
    left: 50%;
    margin-left: -314px;
    width: 1011px;
    height: 648px;
    background: url(../img/bg-clouds.png) no-repeat;
    background-position: 50%;
    background-size: contain
}

.image-menu-block__head {
    position: absolute;
    z-index: 5;
    top: 50px
}

.image-menu-block__content {
    padding: 136px 0 85px;
    min-height: 700px
}

.image-menu-item {
    position: relative
}

.image-menu-item__image-wrap {
    position: absolute;
    right: 0;
    width: 100%
}

.image-menu-item__image {
    padding-bottom: 88.33%;
    background-repeat: no-repeat;
    background-size: contain
}

.image-menu-item__menu {
    position: relative;
    margin-left: -20px;
    width: 300px
}

.image-menu-item__points {
    margin: 0
}

.image-menu-item__points .points__item {
    position: absolute
}

.vertical-menu {
    position: relative;
    padding: 20px 20px 30px;
    background-color: #fff;
    box-shadow: 0 11px 38.7px 4.3px rgba(67, 59, 36, .13)
}

.vertical-menu__controls {
    position: absolute;
    top: 24px;
    right: 20px
}

.vertical-menu__title {
    display: block;
    margin-right: 120px;
    margin-bottom: 24px;
    min-height: 1.9em;
    color: #e5481d;
    font-size: 25px;
    font-weight: 700;
    line-height: 1.2;
    user-select: none
}

.vertical-menu__title svg {
    display: block;
    margin-bottom: 6px
}

.vertical-menu__title svg path {
    fill: #e5481d
}

.vertical-menu__title:hover {
    color: #000;
    text-decoration: none
}

.vertical-menu__title:hover svg path {
    fill: #000
}

.vertical-menu__item {
    margin-bottom: 20px
}

.vertical-menu__item:last-child {
    margin-bottom: 0
}

.vertical-menu__item .column-catalog-menu__list {
    min-width: 255px
}

.vertical-menu__item .menu-section__link {
    width: calc(100% - 43px)
}

.controls {
    justify-content: space-between;
    width: 70px;
    height: 35px
}

.controls, .controls__close {
    display: flex;
    align-items: center
}

.controls__close {
    justify-content: center;
    width: 30px;
    height: 30px
}

@media (min-width: 992px) {
    .tabs_column {
        flex-direction: column
    }

    .tabs_column .tabs__item {
        margin-right: 0;
        margin-bottom: 1.1em
    }
}

@media (max-width: 991px) {
    .image-menu-block .container, .image-menu-block .container-extra {
        max-width: 100%
    }

    .image-menu-block .gray-skew-bg {
        display: none
    }

    .image-menu-block__head {
        top: 46px;
        right: 24px;
        left: 10px;
        max-width: 620px
    }

    .image-menu-item__menu {
        margin-left: -10px
    }

    .image-menu-item__image-wrap {
        left: 160px
    }

    .image-menu-item__menu .vertical-menu__title {
        display: flex;
        align-items: flex-end;
        min-height: 1.8em
    }

    .image-menu-item__menu .vertical-menu__title svg {
        display: none
    }
}

@media (max-width: 575px) {
    .tabs-skew__link {
        padding: .7em .3em .8em
    }

    .image-menu-block__head {
        top: 40px;
        left: -22px;
        max-width: 620px
    }

    .image-menu-block__head .tabs-skew__item:first-child .tabs-skew__link {
        padding-left: 28px
    }

    .image-menu-block__bg {
        display: none
    }

    .image-menu-block__content {
        padding: 139px 0 85px;
        min-height: 0
    }

    .image-menu-item__menu {
        margin: 0 -10px;
        width: auto
    }

    .image-menu-item__image-wrap, .image-menu-item__menu .controls__close {
        display: none
    }

    .vertical-menu__item {
        display: block;
        position: relative
    }

    .vertical-menu__item .menu-section__sub {
        position: static;
        padding: 0
    }

    .vertical-menu__item .menu-section__link:not(:last-child) {
        margin-right: 43px;
        width: auto
    }

    .vertical-menu__item .column-catalog-menu__toggle {
        position: absolute;
        top: 0;
        right: 0
    }

    .vertical-menu__item .column-catalog-menu__list {
        position: static;
        padding: 6px 0 0;
        box-shadow: none
    }

    .vertical-menu__item .column-catalog-menu__list .column-catalog-menu__section:first-child {
        margin-top: 10px
    }

    .vertical-menu__item .column-catalog-menu__title {
        margin-bottom: .5em;
        font-size: 16px
    }

    .vertical-menu__item .column-catalog-menu__link {
        margin: 0;
        padding: .5em 0;
        font-size: 16px
    }
}

.slider-block {
    margin-bottom: 80px
}

.big-slider {
    position: relative
}

.big-slider__pag {
    position: absolute;
    z-index: 10;
    top: 47px;
    left: 44px
}

.big-slider__next, .big-slider__prev {
    position: absolute;
    z-index: 10;
    bottom: 56px;
    padding: 13px
}

.big-slider__prev {
    right: 164px
}

.big-slider__next {
    right: 28px
}

.pag {
    font-size: 14px;
    line-height: 1.25
}

.pag__item {
    margin-right: 16px;
    padding: 0;
    width: 17px;
    height: 17px;
    background-color: transparent;
    border: 2px solid #fafaf9;
    border-radius: 50%;
    cursor: pointer
}

.pag__item:focus {
    outline: none
}

.pag__item.active, .price-skew {
    background-color: #fff
}

.price-skew {
    display: inline-flex;
    align-items: center;
    position: relative;
    margin-left: 18px;
    padding: .3em 1.3em .3em .6em;
    color: #000;
    font-size: 30px;
    font-weight: 700
}

.price-skew:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100%;
    width: 18px;
    background: linear-gradient(to top left, #fff 50%, transparent 52%)
}

.sticker {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #e5481d;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.25
}

.sticker span {
    margin-top: 20px
}

.sticker svg path {
    fill: #e5481d
}

.sticker:hover {
    color: #17191b;
    text-decoration: none
}

.sticker:hover svg path {
    fill: #17191b
}

.big-product-card {
    display: flex;
    position: relative;
    height: 686px;
    background-color: #f1f0ed;
    background: linear-gradient(-64deg, transparent 151px, #f1f0ed 0)
}

.big-product-card__img {
    flex-basis: 41.8%;
    position: relative;
    background-position: 100% 50%;
    background-size: cover;
    background-repeat: no-repeat
}

.big-product-card__img-sticker {
    position: absolute;
    top: 40px;
    right: 38px
}

.big-product-card__img-sticker svg path {
    fill: #fff
}

.big-product-card__main {
    flex-basis: 58.2%;
    padding-bottom: 125px
}

.big-product-card__panel {
    position: absolute;
    right: 0;
    bottom: 48px;
    left: 0
}

.big-product-card__price {
    position: absolute;
    right: 58.2%;
    bottom: 100%;
    height: 57px
}

.big-product-card__button {
    position: absolute;
    bottom: 100%;
    left: 41.8%;
    width: 250px;
    height: 57px;
    font-size: 20px
}

.big-product-card-desc {
    position: relative;
    padding: 40px 40px 0 68px
}

.big-product-card-desc__sticker {
    float: right;
    margin-bottom: 20px;
    margin-left: 20px
}

.big-product-card-desc__title {
    margin-top: -.3em;
    margin-bottom: .4em;
    color: #1f2029;
    font-size: 45px;
    font-weight: 700;
    line-height: 1.33
}

.big-product-card-desc__text {
    margin-bottom: 40px;
    color: #000;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5
}

.card-benefits {
    display: flex;
    flex-wrap: wrap
}

.card-benefits__item {
    margin-right: 2.5em;
    margin-bottom: 20px;
    font-size: 14px
}

.card-benefits-item, .card-benefits-item__icon {
    display: flex;
    align-items: center
}

.card-benefits-item__icon {
    justify-content: center;
    flex-shrink: 0;
    width: 72px
}

.card-benefits-item__icon svg {
    max-width: 100%
}

.card-benefits-item__icon svg path {
    fill: #ccc8bf
}

.card-benefits-item__text {
    margin-left: .8em;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.43
}

@media (max-width: 1100px) {
    .big-product-card-desc__benefits .card-benefits__item {
        margin-right: 1.3em
    }
}

@media (max-width: 991px) {
    .slider-block {
        margin-bottom: 100px
    }

    .slider-block > .container-extra {
        padding: 0;
        max-width: 100%
    }

    .big-slider__arrows {
        display: none
    }

    .big-slider__pag {
        left: 10px
    }

    .big-product-card {
        height: 951px;
        background: #f1f0ed
    }

    .big-product-card__main {
        flex-basis: 51.56%
    }

    .big-product-card__img {
        flex-basis: 48.44%;
        flex-shrink: 0
    }

    .big-product-card__price {
        right: 51.56%
    }

    .big-product-card__button {
        left: 48.44%
    }

    .big-product-card__img-sticker {
        top: 47px;
        right: 23px
    }

    .big-product-card__img-sticker svg {
        width: 76px;
        height: auto
    }

    .big-product-card-desc {
        display: flex;
        flex-direction: column;
        padding: 27px 20px 0 36px
    }

    .big-product-card-desc__title {
        order: 1;
        margin-top: 0
    }

    .big-product-card-desc__text {
        order: 2;
        margin-bottom: 15px
    }

    .big-product-card-desc__sticker {
        flex-direction: row;
        order: 3;
        margin-left: 0
    }

    .big-product-card-desc__sticker svg {
        width: 78px;
        height: auto
    }

    .big-product-card-desc__sticker span {
        margin: 0 0 0 15px
    }

    .big-product-card-desc__benefits {
        display: flex;
        flex-direction: column;
        order: 4;
        margin-top: 25px
    }

    .big-product-card-desc__benefits .card-benefits__item {
        margin: 0 0 30px
    }

    .big-product-card-desc__benefits .card-benefits-item__icon {
        justify-content: flex-end
    }
}

@media (max-width: 575px) {
    .big-slider__arrows {
        display: none
    }

    .big-slider__pag {
        top: 20px;
        left: 20px
    }

    .big-product-card {
        flex-direction: column;
        height: auto;
        background: #f1f0ed
    }

    .big-product-card__main {
        flex-basis: 788px;
        padding-bottom: 35px
    }

    .big-product-card__img {
        flex-basis: 284px;
        background-position: 100% 0
    }

    .big-product-card__panel {
        display: flex;
        top: 243px;
        bottom: auto;
        padding-right: 10px
    }

    .big-product-card__price {
        flex-shrink: 0;
        position: relative;
        right: auto;
        left: auto;
        margin-left: 0;
        padding-left: 20px;
        width: 133px;
        height: 41px;
        font-size: 14px
    }

    .big-product-card__price:before {
        display: none
    }

    .big-product-card__button {
        position: relative;
        right: auto;
        left: auto;
        height: 41px;
        font-size: 14px
    }

    .big-product-card__img-sticker {
        top: 20px;
        right: 20px
    }

    .big-product-card__img-sticker svg {
        width: 76px;
        height: auto
    }

    .big-product-card-desc {
        padding: 20px 20px 0
    }

    .big-product-card-desc__title {
        font-size: 40px;
        line-height: 1.25
    }
}

.cards, .solutions-block {
    margin-bottom: 85px
}

.cards__top {
    margin-bottom: 11px
}

.cards__button, .cards__top + .cards__list {
    margin-top: 30px
}

.cards__button {
    display: none;
    text-align: center
}

.cards_m-top {
    margin-top: 75px
}

.cards-tight-list__item {
    display: block;
    margin-bottom: 10px
}

.cards-tight-list > .row {
    margin-right: -5px;
    margin-left: -5px
}

.cards-tight-list > .row > div {
    padding-right: 5px;
    padding-left: 5px
}

.simple-card {
    display: block
}

.simple-card:hover {
    text-decoration: none
}

.simple-card:hover .simple-card__content:before {
    content: "";
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 0;
    width: 50px;
    height: 51px;
    background-color: #e5481d;
    clip-path: polygon(25px 0, 100% 0, 26px 100%, 0 100%)
}

.simple-card__img {
    height: 188px;
    background-color: #f1f0ed;
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat
}

.simple-card__img_big {
    height: 413px
}

.simple-card__img_small {
    height: 168px
}

.simple-card__content {
    display: flex;
    align-items: center;
    position: relative;
    padding: 0 58px 0 24px;
    min-height: 51px;
    background-color: #f1f0ed;
    background: linear-gradient(-64deg, transparent 23px, #f1f0ed 0)
}

.simple-card__content_small {
    padding: 0 25px 0 16px
}

.simple-card__title {
    margin-top: -.1em;
    color: #000;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.25
}

.simple-card__title_bold {
    font-weight: 700
}

.simple-card__tags {
    display: flex;
    flex-wrap: wrap;
    padding: .5em 0;
    color: #cec9bf;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.33
}

.simple-card__tags span {
    margin-right: 1em
}

.simple-card_border .simple-card__img {
    border: 1px solid #e1dfd9;
    border-bottom: none
}

.simple-card_border .simple-card__content {
    margin-right: 24px;
    border-bottom: 1px solid #e1dfd9;
    border-left: 1px solid #e1dfd9
}

.simple-card_border .simple-card__content:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: -1px;
    left: 100%;
    width: 24px;
    background: linear-gradient(to bottom right, transparent 48%, #e1dfd9 0, #e1dfd9 calc(48% + 1px), transparent calc(48% + 1px))
}

.simple-card_border:hover .simple-card__content:before {
    right: -23px;
    bottom: -1px
}

@media (max-width: 991px) {
    .solutions-block {
        margin-bottom: 110px
    }

    .cards__top .title-block__button, .cards__top .title-block__buttons {
        display: none
    }

    .cards__button {
        display: block
    }
}

@media (max-width: 575px) {
    .cards__button {
        display: flex;
        margin-left: -10px
    }

    .cards__button .button {
        flex-basis: 100%
    }
}

.brands-block {
    margin-bottom: 70px
}

.brands-block__title {
    margin-bottom: .8em
}

.simple-slider {
    position: relative
}

.simple-slider__item {
    display: block;
    height: 96px
}

.simple-slider__item img {
    display: block;
    margin: 0 auto;
    width: auto !important;
    max-height: 100%;
    filter: grayscale(1);
    transition-duration: .2s
}

.simple-slider__item:hover img {
    filter: none
}

.simple-slider__next, .simple-slider__prev {
    position: absolute;
    z-index: 5;
    top: 50px;
    margin-top: -17px
}

.simple-slider__prev {
    left: -20px
}

.simple-slider__next {
    right: -20px
}

@media (max-width: 767px) {
    .simple-slider__next {
        right: 0
    }

    .simple-slider__prev {
        left: 0
    }
}

.container + .benefits-block {
    margin-top: 110px
}

.benefits-block {
    position: relative;
    margin-bottom: 125px
}

.benefits-block__title {
    margin-bottom: 1.4em
}

.benefits-block .gray-skew-bg {
    top: -660px
}

.benefits-scheme {
    display: flex;
    flex-direction: column;
    position: relative;
    min-height: 590px
}

.benefit-desc {
    color: #000;
    line-height: 1.43
}

.benefit-desc__title {
    margin-bottom: .4em;
    font-size: 17px;
    font-weight: 700
}

.benefit-desc__text {
    font-size: 14px;
    font-weight: 500
}

@media (min-width: 768px) {
    .benefits-scheme:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 50%;
        bottom: 0;
        margin-top: -297px;
        width: 100%;
        max-height: 550px;
        background: url(../img/work-scheme.svg) 50% no-repeat;
        background-size: contain
    }

    .benefits-scheme__item {
        width: 27.5%
    }

    .benefits-scheme__item:nth-child(odd) {
        align-self: flex-end
    }

    .benefits-scheme__item:first-child {
        margin-top: .1em
    }

    .benefits-scheme__item:nth-child(2) {
        margin-top: -.5em
    }

    .benefits-scheme__item:nth-child(3) {
        margin-top: -.9em
    }

    .benefits-scheme__item:nth-child(4) {
        margin-top: 2.9em
    }

    .benefits-scheme__item:nth-child(5) {
        margin-top: -1.9em
    }
}

@media (max-width: 767px) {
    .benefits-block .gray-skew-bg {
        top: -580px
    }

    .benefits-scheme {
        counter-reset: benefits
    }

    .benefits-scheme__item {
        counter-increment: benefits;
        position: relative;
        margin-bottom: 30px;
        padding-left: 50px
    }

    .benefits-scheme__item:before {
        content: counter(benefits);
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: 5px;
        left: 0;
        width: 36px;
        height: 36px;
        background: #e5481d;
        border-radius: 50%;
        color: #fff;
        font-weight: 500
    }
}

.skew-slider-block {
    margin-bottom: 85px
}

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

.filter-slider__title {
    margin-bottom: .7em
}

.filter-slider__nav {
    padding-right: 125px
}

.filter-slider__slider {
    position: relative
}

.filter-slider__arrows {
    display: flex;
    justify-content: space-between;
    position: absolute;
    z-index: 5;
    top: -72px;
    right: 0;
    width: 104px
}

.filter-slider__wrap {
    display: flex
}

.filter-slider__wrap .owl-stage-outer {
    overflow: visible
}

.filter-slider__item {
    flex-shrink: 0;
    margin-right: 8px
}

.skew-slide-1 {
    display: block;
    padding: 25px 290px 0 30px;
    width: 531px;
    height: 302px;
    background-color: #f0efec;
    background-position: right 0;
    background-size: contain;
    background-repeat: no-repeat;
    clip-path: polygon(0 0, 100% 0, calc(100% - 146px) 100%, 0 100%);
    color: #1f2029
}

.skew-slide-1:hover {
    color: #1f2029;
    text-decoration: none
}

.skew-slide-1__title {
    margin-bottom: .4em;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.33
}

.skew-slide-1__text {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.43
}

.skew-slide-2 {
    display: block;
    position: relative;
    padding: 25px 30px 0 29px;
    width: 319px;
    height: 302px;
    color: #1f2029
}

.skew-slide-2:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: -146px;
    background-color: #f1f0ed;
    clip-path: polygon(146px 0, 100% 0, 100% 100%, 0 100%)
}

.skew-slide-2:hover {
    color: #1f2029;
    text-decoration: none
}

.skew-slide-2__title {
    margin-bottom: .4em;
    font-size: 25px;
    font-weight: 500;
    line-height: 1.2
}

.skew-slide-2__text {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.43
}

.skew-slide-2__img {
    position: absolute;
    right: 60px;
    bottom: 15px;
    width: 270px;
    height: 160px;
    background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat
}

.skew-slide-3 {
    display: block;
    position: relative;
    padding: 25px 170px 0 30px;
    width: 449px;
    height: 302px;
    background-color: #f1f0ed;
    clip-path: polygon(0 0, 100% 0, calc(100% - 146px) 100%, 0 100%);
    color: #fff
}

.skew-slide-3:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 362px;
    height: 233px;
    background-color: #e88d0f;
    clip-path: polygon(0 0, 100% 0, calc(100% - 113px) 100%, 0 100%)
}

.skew-slide-3:hover {
    color: #fff;
    text-decoration: none
}

.skew-slide-3__title {
    margin-bottom: .5em;
    font-size: 25px;
    font-weight: 500;
    line-height: 1.2
}

.skew-slide-3__text {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.43
}

/* TASK 30813  */
@media (max-width: 991px) {
    .filter-slider__nav {
        padding: 0
    }

    .filter-slider__arrows {
        top: auto;
        bottom: -50px;
        left: 10px;
        width: 240px
    }
}

/* TASK 30813  */
.skew-line-bg:before {
    content: "";
    position: absolute;
    z-index: -1;
    right: 16px;
    bottom: -29px;
    width: 346px;
    height: 381px;
    background-color: #e5481d;
    clip-path: polygon(219px 0, 100% 0, 162px 100%, 0 100%)
}

.skew-line-bg:after {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    right: 10px;
    bottom: 0;
    left: -610px;
    background-color: #f0efec;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 435px), calc(100% - 210px) 100%, 0 100%)
}

.skew-line-bg_no-back:before {
    display: none
}

.skew-line-bg_to-left:before {
    right: 16px;
    bottom: -29px;
    clip-path: polygon(219px 0, 100% 0, 162px 100%, 0 100%)
}

.skew-line-bg_to-left:after {
    right: -610px;
    left: 10px;
    clip-path: polygon(210px 0, 100% 0, 100% 100%, 0 100%, 0 435px)
}

.contacts-block {
    position: relative;
    margin-top: 190px;
    margin-bottom: 60px;
    padding-bottom: 29px
}

.contacts-block:last-child {
    margin-bottom: 0
}

.contacts-block__wrap {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 1;
    height: 435px
}

.contacts-block__bg-img {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: -730px;
    width: 1021px;
    background: #f0efec url(../img/bg-contacts-block.jpg) 0/cover no-repeat
}

.contacts-block__photo {
    align-self: flex-end;
    position: relative;
    margin-left: 25px;
    width: 449px;
    height: 521px;
    background: url(../img/temp/contacts-person1.png) 50%/contain no-repeat
}

.contacts-block__info {
    display: flex;
    flex-direction: column;
    position: relative;
    margin-right: auto;
    margin-left: 35px;
    padding: 60px 0 62px;
    width: 320px;
    color: #1f2029
}

.contacts-block__name {
    margin-bottom: .4em;
    font-size: 25px;
    font-weight: 700;
    line-height: 1.4
}

.contacts-block__text {
    color: #1f2029;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.47
}

.contacts-block__phone {
    display: inline-block;
    margin-top: .8em;
    color: #1f2029;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2
}

.contacts-block__phone:hover {
    color: #1f2029;
    text-decoration: none
}

.contacts-block__photo-caption {
    position: absolute;
    top: 14px;
    right: -30px;
    width: 130px;
    color: #1f2029;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.25;
    user-select: none
}

.contacts-block__photo-caption:before {
    content: "";
    position: absolute;
    top: calc(100% + 12px);
    left: -10px;
    width: 64px;
    height: 54px;
    background: url(../img/leaders.svg) 50% no-repeat
}

.contacts-block__button {
    margin-top: auto;
    width: 185px
}

@media (min-width: 1200px) {
    .contacts-block__bg-img {
        left: -715px
    }
}

@media (max-width: 991px) {
    .skew-line-bg {
        display: none
    }

    .contacts-block {
        padding: 0;
        background-color: #f1f0ed
    }

    .contacts-block__photo {
        flex-shrink: 0;
        margin-left: -100px
    }

    .contacts-block__bg-img {
        left: -860px
    }

    .contacts-block__info {
        margin-left: 10px
    }
}

@media (max-width: 767px) {
    .contacts-block__bg-img {
        left: -938px
    }

    .contacts-block__info {
        margin-left: -40px
    }
}

@media (max-width: 575px) {
    .contacts-block {
        margin-bottom: 140px
    }

    .contacts-block__bg-img {
        left: -962px
    }

    .contacts-block__photo {
        position: absolute;
        margin-left: -130px
    }

    .contacts-block__photo-caption {
        top: 46px;
        right: 16px
    }

    .contacts-block__info {
        margin: 0 0 -50px;
        padding: 0 10px;
        justify-content: flex-end
    }

    .contacts-block__phone {
        margin-top: 1.1em;
        font-size: 35px
    }

    .contacts-block__button {
        margin-top: 28px;
        margin-left: -20px;
        width: calc(100% + 6px)
    }
}

.viewed-block {
    margin-bottom: 100px
}

.viewed-block:last-child {
    margin-bottom: 0
}

.product-slider {
    position: relative
}

.product-slider__next, .product-slider__prev {
    position: absolute;
    z-index: 10;
    top: 50%;
    margin-top: -17px
}

.product-slider__prev {
    left: -50px
}

.product-slider__next {
    right: -50px
}

.product-card {
    position: relative;
    height: 540px;
    overflow: hidden
}

.product-card:hover .product-card__overlay {
    opacity: 1;
    transition: opacity .3s
}

.product-card__img {
    display: block;
    position: relative;
    height: 465px;
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 106px), 0 100%)
}

.product-card__stickers {
    position: absolute;
    top: 19px;
    right: 13px
}

.product-card__stickers img, .product-card__stickers svg {
    display: block;
    width: 76px;
    height: auto
}

.product-card__stickers img + img, .product-card__stickers img + svg, .product-card__stickers svg + img, .product-card__stickers svg + svg {
    margin-top: 15px
}

.product-card__stickers svg path {
    fill: #fff
}

.product-card__price {
    margin-top: 4px;
    color: #000;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.25
}

.product-card__overlay {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #f1f0ed;
    opacity: 0
}

.small-props-list {
    margin-bottom: 1em;
    padding: 0;
    list-style: none
}

.small-props-list__item {
    color: #7d7d7d;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.43
}

.product-card-desc__main {
    padding: 14px 16px;
    line-height: 1.25
}

.product-card-desc__title {
    display: block;
    margin-bottom: .12em;
    color: #000;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.47
}

.product-card-desc__title:hover {
    color: #000;
    text-decoration: none
}

.product-card-desc__caption {
    margin-bottom: .6em;
    color: #7d7d7d;
    font-size: 17px;
    font-weight: 500
}

.product-card-desc__props {
    margin-bottom: 1.4em
}

.product-card-desc__sku {
    margin-bottom: 16px;
    position: relative;
    left: -16px;
    width: calc(100% + 32px);
}

.product-card-desc__price {
    color: #000;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.25
}

.product-card-desc__bottom {
    display: flex
}

.product-card-desc__button {
    flex-shrink: 0;
    width: 133px
}

.product-card-desc__favor {
    width: 100%
}

.small-sku-slider {
    display: flex
}

.small-sku-slider__wrap {
    width: 100%;
}

.small-sku-slider__wrap .owl-stage {
    padding-bottom: 4px
}

.small-sku-slider__arrows {
    position: relative;
    margin-left: 10px;
    width: 40px;
    height: 40px
}

.small-sku-slider__arrows svg {
    width: 11px;
    height: 20px
}

.small-sku-slider__next, .small-sku-slider__prev {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #f8f8f6
}

.small-sku-slider__next.disabled {
    display: none
}

.small-sku-slider__item {
    display: block;
    position: relative;
    width: 35px;
    height: 40px;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat
}

.small-sku-slider__item.selected:before {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #e5481d
}

@media (min-width: 992px) {
    .product-slider {
        padding-left: 40px
    }

    .product-slider__wrap {
        display: flex
    }

    .product-slider__wrap > .owl-stage-outer {
        margin-left: -100px;
        padding-left: 100px;
        overflow: hidden
    }

    .product-slider__wrap > .owl-stage-outer > .owl-stage > .owl-item {
        visibility: hidden;
        opacity: 0
    }

    .product-slider__wrap > .owl-stage-outer > .owl-stage > .owl-item.active {
        visibility: visible;
        opacity: 1;
        transition: opacity 1s
    }

    .product-slider__item {
        /* task №35097 */
        width: 100%;
        /* width: 180px; */
        /* task №35097 */
    }

    .product-slider__item .product-card {
        position: relative;
        left: 0;
        /* margin-left: -40px; */
        margin-right: 20px;
        transition: all .3s
    }

    /* task №35097 */
    /* .product-slider__item:hover .product-card {
        left: -60px
    } */
    /* task №35097 */

    .product-slider__item:hover .product-card__overlay {
        opacity: 1;
        transition: opacity .3s
    }
}

@media (max-width: 991px) {
    .product-slider__item {
        margin: 0 auto;
        width: 220px
    }

    .product-slider__prev {
        left: -25px
    }

    .product-slider__next {
        right: -25px
    }

    .product-card__overlay {
        opacity: 1
    }

    .viewed-block {
        margin-bottom: 40px
    }
}

@media (max-width: 767px) {
    .product-slider {
        padding: 0 30px
    }

    .product-slider__item {
        margin: 0 auto;
        width: 220px
    }

    .product-slider__prev {
        left: 0
    }

    .product-slider__next {
        right: 0
    }
}

.map-block {
    position: relative;
    margin-top: 195px;
    padding-top: 40px
}

.map-block__content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.map-block__desc {
    position: absolute;
    top: 0;
    right: 53px;
    width: 560px;
    height: 328px
}

.map {
    position: relative;
    padding-bottom: 57.47%
}

.map__img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto
}

.map__img path {
    fill: #f1f0ed
}

.map__img_dark path {
    fill: #e7e5e0
}

.map__marks .map-mark {
    position: absolute
}

.cities-list {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 1.25
}

.cities-list__section {
    margin-bottom: 15px
}

.cities-list__item {
    margin-bottom: .6em;
    font-size: 16px;
    font-weight: 500
}

.cities-list__link {
    position: relative;
    padding-left: 29px
}

.cities-list__link.active:before {
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    width: 20px;
    height: 11px;
    background: url(../img/map-mark.svg) 50%/contain no-repeat
}

.cities-list__link_outer-flag {
    padding: 0
}

.cities-list__link_outer-flag.active:before {
    left: -29px
}

.cities-list__subtitle {
    margin-bottom: 0.1em;
    color: #dad6ce;
    font-size: 17px;
    font-weight: 700
}

.cities-list_modal .cities-list__item {
    margin-bottom: .2em;
    font-size: 17px;
    font-weight: 700
}

.cities-list_modal .cities-list__link.active {
    color: #000
}

.map-mark {
    display: block;
    position: relative;
    width: 29px;
    height: 16px
}

.map-mark:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(../img/map-mark.svg) 50%/contain no-repeat;
    transition: all .3s
}

.map-mark.active {
    z-index: 1
}

.map-mark.active:before {
    top: -11px;
    right: -20px
}

.map-mark_flag {
    margin-top: -45px
}

.map-mark_flag:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 2px;
    height: 29px;
    background-color: #dad6ce
}

.map-point-desc__controls {
    position: absolute;
    top: 7px;
    right: 36px;
    z-index: 10
}

.map-point-desc__img {
    position: absolute;
    z-index: 10;
    top: calc(100% - 30px);
    right: 35px;
    width: 457px;
    padding-top: 36.6%;
    background: url(../img/temp/map-office.png) 50%/contain no-repeat
}

.map-point-desc__content {
    position: relative;
    z-index: 1;
    padding-top: 8px;
    padding-left: 100px;
    height: 100%;
    line-height: 1.25
}

.map-point-desc__content:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
    clip-path: polygon(156px 0, 100% 0, calc(100% - 156px) 100%, 0 100%)
}

.map-point-desc__title {
    display: block;
    margin-right: 160px;
    margin-bottom: 44px;
    color: #1f2029;
    font-size: 25px;
    font-weight: 700
}

.map-point-desc__contacts {
    padding-right: 140px;
    font-size: 16px
}

.map-point-desc__select {
    margin-bottom: 28px;
    padding-right: 82px
}

.map-point-desc__select .select2-results__option, .map-point-desc__select.select2-selection--single .select2-selection__rendered {
    font-size: 16px
}

.map-point-desc__select .select2-container {
    width: 100%
}

.map-point-desc__phone {
    margin-bottom: .3em;
    color: #1f2029;
    font-weight: 500
}

.map-point-desc__phone:hover {
    color: #1f2029;
    text-decoration: none
}

.map-point-desc__mail {
    margin-bottom: .3em;
    font-weight: 500
}

.map-point-desc__time {
    margin-top: 1em;
    color: #000;
    font-size: 16px;
    font-weight: 500
}

.map-point-desc__time td {
    padding: .2em
}

.map-point-desc__office {
    display: none
}

.map-point-desc__office.active {
    display: block
}

.map-point-desc__links {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px
}

.map-point-desc__link {
    margin-bottom: 20px
}

@media (max-width: 991px) {
    .map-block {
        margin-top: 48px
    }

    .map-block__cities {
        display: none
    }

    .map-block__desc {
        position: relative;
        top: auto;
        right: auto;
        margin-top: 134px;
        margin-bottom: 175px;
        width: auto;
        height: 388px
    }

    .map, .map-block__content {
        position: static
    }

    .map {
        padding: 0
    }

    .map__img {
        z-index: -1;
        top: -59px;
        left: -7px;
        width: 1098px;
        height: 631px
    }

    .map__marks {
        display: none
    }

    .map-point-desc__content:before {
        left: -156px
    }

    .map-point-desc__controls {
        top: 43px;
        right: 78px
    }

    .map-point-desc__title {
        margin-top: 34px
    }

    .map-point-desc__img {
        top: calc(100% - 55px)
    }
}

@media (max-width: 575px) {
    .map-block {
        margin-top: 0
    }

    .map-block__desc {
        margin: 45px -10px 148px;
        padding-bottom: 87px;
        height: auto;
        background-color: #fff
    }

    .map__img {
        top: -93px;
        left: -80px
    }

    .map-point-desc__title {
        margin-right: 100px;
        word-break: break-all
    }

    .map-point-desc__controls {
        right: 10px;
        width: 89px
    }

    .map-point-desc__content {
        padding: 8px 10px 0
    }

    .map-point-desc__content:before {
        display: none
    }

    .map-point-desc__img {
        padding: 0;
        right: 10px;
        width: 457px;
        height: 204px
    }

    .map-point-desc__contacts {
        padding-right: 0
    }

    .map-point-desc__select {
        padding: 0
    }
}

.modal {
    background-color: rgba(0, 0, 0, .5)
}

.modal-body, .modal-footer, .modal-header {
    padding: 0
}

.modal-header {
    margin-bottom: 42px;
    padding-right: 20px;
    border: none
}

.modal-body .modal-title {
    margin-bottom: .6em
}

.modal-title-icon {
    margin-bottom: 26px
}

.modal-title-icon svg {
    max-width: 100%
}

.modal-title-icon svg path {
    fill: #e5481d
}

.modal-link {
    display: inline-block;
    margin-bottom: 1em;
    color: #e5481d;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase
}

.modal-link svg {
    margin-left: 10px
}

.modal-link svg path {
    fill: #e5481d
}

.modal-link:hover {
    color: #000
}

.modal-link:hover svg path {
    fill: #000
}

.modal-footer {
    margin-top: 70px;
    border: none
}

.modal-content {
    padding: 45px 79px;
    background-color: #f1f0ed;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 51px), calc(100% - 25px) 100%, 0 100%);
    border: none;
    border-radius: 0
}

.modal-content_big-height {
    min-height: 595px
}

.modal-title {
    color: #000;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.33
}

.modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer
}

.modal-conf {
    margin-top: 15px
}

.modal__map {
    position: absolute;
    z-index: -1;
    top: 50%;
    right: -509px;
    padding: 0;
    margin-top: -395px;
    width: 1098px;
    height: 631px
}

.modal__submit {
    flex-shrink: 0;
    width: 226px
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 780px
    }
}

@media (max-width: 991px) {
    .modal__map {
        top: 43%;
        right: -673px
    }

    .modal__map .map__marks {
        display: none
    }

    .modal-close {
        right: 10px
    }

    .modal-content {
        padding: 45px 23px
    }

    .modal .cities-list {
        padding-left: 33px
    }

    .modal__submit {
        width: 194px
    }
}

@media (max-width: 820px) {
    .modal-dialog {
        margin: .5rem
    }
}

@media (max-width: 575px) {
    .modal-content {
        padding: 23px 20px
    }

    .modal-footer {
        flex-direction: column;
        align-items: stretch;
        margin-top: 40px
    }

    .modal-title-icon {
        margin-bottom: 6px
    }

    .modal__submit {
        margin-left: 0;
        width: auto
    }

    .modal-conf {
        order: 1;
        margin-top: 30px
    }

    .modal__map {
        top: 42%;
        left: 134px
    }
}

.header-mobile {
    display: none;
    justify-content: space-between;
    height: 54px;
    background-color: #f1f0ed
}

.header-mobile__menu-open {
    padding: 0;
    width: 44px;
    height: 100%
}

.header-mobile__menu-open svg {
    margin-left: 3px
}

.header-mobile__menu-open:before {
    width: 17px
}

.header-mobile__logo {
    display: flex;
    align-items: center;
    margin-right: auto;
    margin-left: 3px
}

.header-mobile__logo img {
    display: block;
    height: 36px
}

.header-mobile__icons {
    display: flex;
    align-items: stretch;
    margin-right: 5px;
    margin-left: auto
}

.header-mobile__icon {
    padding: 0 15px
}

.header-mobile__icon_basket svg {
    height: 27px
}

.header-mobile__icon_basket svg path {
    fill: #e7422f
}

.header-mobile__icon_favour svg {
    height: 25px
}

.header-mobile__icon_close {
    display: none
}

.header-mobile__icon_close path {
    fill: #d9d5cd
}

.header-mobile__personal {
    display: none
}

.header-mobile__personal .header-personal__button {
    padding: 0;
    width: 44px;
    height: 100%;
    font-size: 14px
}

.header-mobile__personal .header-personal__button.opened {
    padding: 0;
    font-size: 0
}

.header-mobile__personal .header-personal__button svg {
    margin-left: 3px
}

.header-mobile__personal .header-personal__button:before {
    width: 17px
}

.header-mobile__search .header-search {
    height: 100%
}

.header-mobile__search .header-search__panel {
    right: 0;
    left: 0;
    background-color: #f1f0ed
}

.header-mobile__search .search-panel__icon {
    left: 10px
}

.header-mobile__search .search-panel__close {
    width: 50px;
    background-position: 7px
}

.header-mobile__search .search-panel__input {
    padding: 0 52px
}

.header-mobile__search .search-dropdown__link {
    padding: .5em 3.1em
}

.header-mobile__dropdown {
    display: none;
    position: fixed;
    z-index: 9;
    top: 54px;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #f1f0ed
}

.header-mobile.opened .header-mobile__logo, .header-mobile.opened .header-mobile__menu-open {
    display: none
}

.header-mobile.opened .header-mobile__icon_close {
    display: inline-flex
}

.header-mobile.opened .header-mobile__personal {
    display: flex
}

.header-mobile.opened .header-mobile__dropdown {
    display: block
}

.header-mobile .header-personal__login {
    padding: 0 20px
}

.header-mobile .header-personal__info {
    right: auto;
    left: 0;
    top: 100%;
    margin-top: 0
}

.mobile-menu__section {
    padding: 16px 0;
    background-color: #f1f0ed;
    box-shadow: 0 11px 38.7px 4.3px rgba(67, 59, 36, .13)
}

.mobile-menu__section_padding {
    padding: 25px 20px
}

.mobile-menu__item {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap
}

.mobile-menu__item.opened {
    margin-bottom: 14px;
    background-color: #000
}

.mobile-menu__item.opened .mobile-menu__link {
    color: #fff
}

.mobile-menu__item.opened .mobile-menu__icon {
    opacity: 1
}

.mobile-menu__item.opened .mobile-menu__icon:before {
    background-color: #fff
}

.mobile-menu__item.opened .mobile-menu__sub {
    display: block
}

.mobile-menu__link {
    flex-grow: 1;
    padding: 10px 0 10px 20px;
    color: #e7422f;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.33;
    text-transform: uppercase
}

.mobile-menu__link:hover {
    color: #000;
    text-decoration: none
}

.mobile-menu__icon {
    flex-shrink: 0;
    width: 50px;
    height: auto;
    opacity: .5
}

.mobile-menu__sub {
    display: none;
    width: 100%;
    padding: 5px 10px 25px;
    background-color: #fff;
    box-shadow: 0 11px 38.7px 4.3px rgba(67, 59, 36, .13)
}

.mobile-menu__sub.menu-sub {
    padding: 12px 0 10px
}

.mobile-menu__sub.menu-sub:before {
    display: none
}

.mobile-menu__sub .menu-sub__link {
    padding-left: 25px;
    white-space: normal
}

.mobile-menu-catalog {
    width: 100%;
    padding: 5px 10px 25px;
    background-color: #fff;
    box-shadow: 0 11px 38.7px 4.3px rgba(67, 59, 36, .13)
}

.mobile-menu-catalog__item {
    margin-top: 20px
}

.mobile-menu-catalog__item .column-catalog-menu__list {
    padding-bottom: 0
}

.mobile-contacts {
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.mobile-contacts__mail {
    margin-bottom: .6em;
    font-weight: 500
}

.mobile-contacts__phone {
    display: inline-block;
    margin-bottom: 1.2em;
    color: #000;
    font-size: 17px;
    font-weight: 700
}

.mobile-contacts__city {
    font-weight: 500;
    cursor: pointer
}

@media (max-width: 991px) {
    .wrapper {
        padding-top: 54px
    }

    .header {
        position: fixed;
        z-index: 100;
        top: 0;
        right: 0;
        left: 0
    }

    .header__bottom, .header__middle, .header__top {
        display: none
    }

    .header-mobile {
        display: flex
    }
}

@media (max-width: 575px) {
    .header-mobile__icons {
        margin-right: 10px
    }

    .header-mobile__icon {
        padding: 0 5px
    }

    .header-mobile__icon_city, .header-mobile__icon_favour {
        display: none
    }

    .header-mobile.opened .header-mobile__icons {
        margin-right: 0
    }

    .header-mobile.opened .header-mobile__icon {
        padding: 0 8px
    }

    .header-mobile.opened .header-mobile__icon_city, .header-mobile.opened .header-mobile__icon_favour {
        display: inline-flex
    }

    .header-mobile__search .search-panel__close {
        width: 45px;
        background-position: 50%
    }
}

.sections-list {
    margin-top: 60px
}

.sections-list__item {
    margin-bottom: 20px
}

.catalog {
    margin-bottom: 60px
}

.catalog-top-panels {
    margin-top: 40px;
    margin-bottom: 40px
}

.catalog-panel {
    display: flex;
    position: relative;
    min-height: 186px
}

.catalog-panel:before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    right: -300px;
    bottom: 0;
    left: -300px;
    background: #f1f0ed
}

.catalog-panel > .row {
    z-index: 1;
    flex: 1 0 100%;
    width: 100%
}

.catalog-panel + .catalog-panel {
    margin-top: 3px
}

.catalog-panel__menu {
    display: flex;
    align-items: center;
    padding-top: 14px;
    padding-bottom: 14px
}

.catalog-panel__menu .inline-menu {
    margin-top: 8px;
    align-items: center;
    min-height: 100px
}

.catalog-panel__sort {
    display: flex;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 20px
}

.catalog-panel__sort > .row {
    flex: 1 0 100%
}

.catalog-panel__sort-item {
    margin-bottom: 20px
}

.catalog-title {
    margin-bottom: 1em;
    margin-left: -10px
}

.catalog-section { /*margin-top:80px*/
    margin-top: 35px
}

.catalog-section:first-child {
    margin-top: 0
}

.catalog-section .product-card {
    margin-bottom: 20px
}

.catalog-filter {
    margin-bottom: 40px
}

.catalog-filter__fields {
    margin-bottom: 54px
}

.catalog-filter__item {
    margin-bottom: 28px
}

.catalog-filter__apply {
    width: calc(100% - 24px);
    font-size: 17px;
    text-transform: none
}

@media (min-width: 992px) {
    .catalog {
        margin-bottom: 20px
    }

    .catalog-top-panels {
        margin-top: 80px
    }

    .catalog-panel:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        right: 0;
        bottom: 0;
        left: -330px;
        background: linear-gradient(-64deg, transparent 81px, #f1f0ed 0, #f1f0ed calc(100% - 82px), transparent calc(100% - 81px))
    }

    .catalog-panel:not(.catalog-panel_zero) + .catalog-panel:before {
        right: 91px;
        left: -421px
    }

    .catalog-panel_zero:before {
        right: -91px;
        left: -239px
    }

    .catalog-panel__sort {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .catalog-panel__sort-item {
        margin-bottom: 0
    }

    .catalog-filter {
        padding-right: 33px
    }
}

@media (max-width: 575px) {
    .catalog-section {
        margin-top: 60px
    }
}

.steps-block {
    position: relative;
    margin-bottom: 40px
}

.steps-block__bg {
    top: -480px;
    height: 1650px
}

.steps-block__title {
    margin-bottom: 40px
}

.steps-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.steps-info__item {
    flex-basis: 280px;
    margin: 0 20px 25px
}

.steps-info_nums {
    counter-reset: step;
    position: relative
}

.steps-info_nums .info-step__desc {
    padding-left: 17px
}

.steps-info_nums .info-step__title {
    counter-increment: step 1
}

.steps-info_nums .info-step__title:after {
    content: counter(step);
    position: absolute;
    top: 0;
    left: -17px
}

.info-step {
    line-height: 1.43
}

.info-step__img {
    display: flex;
    align-items: center;
    height: 240px
}

.info-step__img svg {
    max-width: 100%;
    max-height: 100%
}

.info-step__img path {
    fill: #e5481d
}

.info-step__title {
    position: relative;
    margin-bottom: 7px;
    color: #000;
    font-size: 17px;
    font-weight: 700
}

.info-step__text {
    color: #000;
    font-size: 14px;
    font-weight: 500
}

@media (max-width: 991px) {
    .steps-block__bg {
        top: -1000px;
        height: auto;
        bottom: -1000px
    }
}

@media (max-width: 575px) {
    .steps-block__bg {
        top: -2000px;
        height: auto;
        bottom: -2000px
    }
}

@media (min-width: 992px) {
    .steps-info {
        justify-content: space-between
    }

    .steps-info__item {
        margin: 0 0 25px
    }

    .steps-info__item:nth-child(4) {
        margin-right: 115px;
        margin-left: auto
    }

    .steps-info__item:nth-child(5) {
        margin-right: auto
    }

    .steps-info_nums {
        counter-reset: step;
        position: relative;
        margin: 0 auto;
        width: 940px
    }

    .steps-info_nums .steps-info__item {
        position: static
    }

    .steps-info_nums .steps-info__item:first-child {
        flex-basis: 260px
    }

    .steps-info_nums .steps-info__item:first-child:before {
        content: "";
        z-index: -1;
        position: absolute;
        top: 252px;
        left: 195px;
        width: 153px;
        height: 2px;
        background-color: #dad6ce
    }

    .steps-info_nums .steps-info__item:nth-child(2) {
        flex-basis: 245px
    }

    .steps-info_nums .steps-info__item:nth-child(2):before {
        content: "";
        z-index: -1;
        position: absolute;
        top: 252px;
        left: 438px;
        width: 250px;
        height: 2px;
        background-color: #dad6ce
    }

    .steps-info_nums .steps-info__item:nth-child(3) {
        flex-basis: 247px
    }

    .steps-info_nums .steps-info__item:nth-child(3):before {
        content: "";
        z-index: -1;
        position: absolute;
        top: 264px;
        right: 242px;
        width: 2px;
        height: 11px;
        background-color: #dad6ce
    }

    .steps-info_nums .steps-info__item:nth-child(3):after {
        content: "";
        z-index: -1;
        position: absolute;
        top: 273px;
        right: 243px;
        width: 277px;
        height: 2px;
        background-color: #dad6ce;
        transform: rotate(-28deg);
        transform-origin: top right
    }

    .steps-info_nums .steps-info__item:nth-child(4) {
        flex-basis: 280px
    }

    .steps-info_nums .steps-info__item:nth-child(4) .info-step__img svg {
        margin-left: -48px
    }

    .steps-info_nums .steps-info__item:nth-child(4) .info-step__desc {
        padding: 0
    }

    .steps-info_nums .steps-info__item:nth-child(4) .info-step__title:after {
        position: static;
        margin-left: .6em
    }

    .steps-info_nums .steps-info__item:nth-child(4):before {
        content: "";
        position: absolute;
        top: 403px;
        right: 485px;
        width: 2px;
        height: 89px;
        background-color: #dad6ce
    }

    .steps-info_nums .steps-info__item:nth-child(4):after {
        content: "";
        position: absolute;
        top: 490px;
        right: 486px;
        width: 190px;
        height: 2px;
        background-color: #dad6ce;
        transform: rotate(-28deg);
        transform-origin: top right
    }

    .steps-info_nums .steps-info__item:nth-child(5) {
        flex-basis: 250px
    }

    .steps-info_nums .steps-info__item:nth-child(5) .info-step__img svg {
        margin-left: -30px
    }

    .steps-info_nums .steps-info__item:nth-child(5):before {
        content: "";
        position: absolute;
        top: 580px;
        left: 286px;
        width: 2px;
        height: 16px;
        background-color: #dad6ce
    }

    .steps-info_nums .steps-info__item:nth-child(5):after {
        content: "";
        position: absolute;
        top: 607px;
        left: 298px;
        width: 240px;
        height: 2px;
        background-color: #dad6ce
    }

    .steps-info_nums .info-step__desc {
        padding-left: 17px
    }

    .steps-info_nums .info-step__title {
        counter-increment: step 1
    }

    .steps-info_nums .info-step__title:after {
        content: counter(step);
        position: absolute;
        top: 0;
        left: -17px
    }

    .steps-info_nums .info-step__text {
        padding-right: 10px
    }
}

.contacts {
    position: relative;
    min-height: 750px;
    background-color: #f0efec
}

.contacts:not(:last-child) {
    margin-bottom: 90px
}

.contacts__map {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: calc(50% + 90px)
}

.contacts__content {
    min-height: 750px;
    background-color: #f0efec;
    clip-path: polygon(0 0, 897px 0, 771px 270px, 100% 100%, 0 100%, 225px 270px, 10px 270px, 137px 0);
    transform: translateZ(0);
}

.big-map__cities {
    display: none
}

.big-map__desc .map-point-desc__img {
    position: static;
    padding: 0;
    width: 887px;
    height: 270px;
    background: url(../img/temp/map-office-big.png) 0/contain no-repeat
}

.big-map__desc .map-point-desc__content {
    padding-top: 45px;
    padding-bottom: 30px;
    padding-left: 240px
}

.big-map__desc .map-point-desc__content:before {
    display: none
}

.big-map__desc .map-point-desc__title {
    margin-bottom: 34px;
    font-size: 30px
}

.big-map__desc .map-point-desc__controls {
    top: 315px;
    right: 10px;
    width: 100px
}

.big-map__desc .map-point-desc__select {
    margin-bottom: 28px;
    padding: 0
}

.big-map__desc .map-point-desc__contacts {
    padding: 0;
    line-height: 1.56
}

.big-map__desc .map-point-desc__time {
    margin-top: 1.5em
}

.big-map__desc .map-point-desc__time td {
    padding: 0 0.2em
}

.schedule__top {
    margin-bottom: 45px
}

.schedule__cont {
    position: relative;
    z-index: 1;
    padding: 60px 0;
    height: 490px
}

.schedule__items {
    height: 100%
}

.schedule .skew-line-bg:after {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 490px), calc(100% - 237px) 100%, 0 100%)
}

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

.charts__item {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-right: 20px;
    width: 40px
}

.charts__item:first-child .charts__visual, .charts__item:nth-child(5) .charts__visual, .charts__item:nth-child(7) .charts__visual {
    transform: rotateY(180deg)
}

.charts__visual {
    position: relative;
    width: 13px;
    background-color: #d83b18
}

.charts__visual:before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 13px;
    height: 7px;
    background: linear-gradient(to top right, #d83b18 50%, transparent 52%)
}

.charts__visual[data-zone="1"] {
    background-color: #fee4c8
}

.charts__visual[data-zone="1"]:before {
    background: linear-gradient(to top right, #fee4c8 50%, transparent 52%)
}

.charts__visual[data-zone="2"] {
    background-color: #fbcb9c
}

.charts__visual[data-zone="2"]:before {
    background: linear-gradient(to top right, #fbcb9c 50%, transparent 52%)
}

.charts__visual[data-zone="3"] {
    background-color: #f8b67a
}

.charts__visual[data-zone="3"]:before {
    background: linear-gradient(to top right, #f8b67a 50%, transparent 52%)
}

.charts__visual[data-zone="4"] {
    background-color: #f5a15d
}

.charts__visual[data-zone="4"]:before {
    background: linear-gradient(to top right, #f5a15d 50%, transparent 52%)
}

.charts__visual[data-zone="5"] {
    background-color: #f18c4b
}

.charts__visual[data-zone="5"]:before {
    background: linear-gradient(to top right, #f18c4b 50%, transparent 52%)
}

.charts__visual[data-zone="6"] {
    background-color: #e56527
}

.charts__visual[data-zone="6"]:before {
    background: linear-gradient(to top right, #e56527 50%, transparent 52%)
}

.charts__visual[data-zone="7"] {
    background-color: #df4e1c
}

.charts__visual[data-zone="7"]:before {
    background: linear-gradient(to top right, #df4e1c 50%, transparent 52%)
}

.charts__value {
    margin-top: 16px;
    color: #1f2029;
    font-size: 14px;
    font-weight: 500
}

@media (max-width: 991px) {
    .contacts__map {
        position: static;
        width: 100%;
        height: 350px
    }

    .contacts__content {
        min-height: 720px;
        clip-path: none
    }

    .big-map__desc .map-point-desc__img {
        margin-left: -54px
    }

    .big-map__desc .map-point-desc__controls {
        top: 310px
    }

    .big-map__desc .map-point-desc__title {
        margin-top: 0
    }

    .big-map__desc .map-point-desc__content {
        padding-top: 35px;
        padding-bottom: 30px;
        padding-left: 0
    }

    .schedule__wrap {
        background-color: #f0efec
    }
}

@media (max-width: 575px) {
    .contacts:not(:last-child) {
        margin-bottom: 50px
    }

    .big-map__desc .map-point-desc__controls {
        width: 60px
    }

    .big-map__desc .map-point-desc__title {
        margin-right: 50px
    }

    .big-map__desc .map-point-desc__img {
        margin-left: -140px
    }

    .charts__item {
        margin-right: 0;
        width: 30px
    }

    .charts__item:nth-child(2n):not(:last-child) .charts__value, .charts__item:nth-last-of-type(2) .charts__value {
        opacity: 0
    }
}

.basket {
    margin-bottom: 85px
}

.basket__main {
    margin-left: -11.5%
}

.basket__search {
    margin-bottom: 3px;
    padding: 38px 10% 56px calc(11.5% - 5px)
}

.basket__total .side-card__main {
    min-height: 364px
}

.basket__item {
    margin-top: 3px
}

.basket__item:first-child {
    margin-top: 0
}

.basket-item {
    position: relative
}

.basket-item__main {
    display: flex;
    justify-content: stretch;
    padding: 55px 10% 38px calc(11.5% - 5px)
}

.basket-item__controls {
    flex-shrink: 0;
    width: 170px
}

.basket-item__desc {
    padding-right: 20px;
    width: 100%
}

.basket-item__desc .property__title {
    width: 43.7%
}

.basket-item__img {
    height: 230px
}

.basket-item__delete {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 22px;
    height: 22px;
    background: url(../img/close.png) 100% no-repeat;
    cursor: pointer
}

.basket-item__quantity {
    margin-top: 6px
}

.horizontal-photo {
    position: relative;
    background-repeat: no-repeat;
    background-position: 50%
}

.horizontal-photo__sticker {
    position: absolute;
    top: 16px;
    right: 20px
}

.horizontal-photo__sticker svg {
    margin-left: 20px;
    width: 76px;
    height: auto
}

.horizontal-photo__sticker svg path {
    fill: #fff
}

.props__item {
    margin-bottom: 11px
}

.property {
    display: flex;
    justify-content: stretch;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.43
}

.property__title {
    flex-shrink: 0;
    margin-right: 10px;
    width: 50%;
    color: #787878
}

.property__value {
    color: #000
}

.property_accent .property__title {
    display: flex;
    align-items: center
}

.property_accent .property__value {
    font-size: 25px;
    font-weight: 700
}

.quantity {
    display: flex;
    position: relative;
    margin-right: 24px;
    height: 50px;
    border: 1px solid #dad6ce;
    border-right: none
}

.quantity__minus {
    flex-shrink: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    cursor: pointer
}

.quantity__minus:before {
    content: "";
    display: block;
    width: 11px;
    height: 2px;
    background-color: #e5481d
}

.quantity__minus:hover:before {
    background-color: #000
}

.quantity__plus {
    flex-shrink: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    cursor: pointer
}

.quantity__plus:after {
    content: "";
    position: absolute;
    top: -1px;
    bottom: -1px;
    left: 100%;
    width: 24px;
    background: linear-gradient(to bottom right, transparent 49%, #dad6ce 50%, transparent 52%);
    border-top: 1px solid #dad6ce
}

.quantity__plus span {
    position: relative;
    margin-right: -11px;
    width: 12px;
    height: 12px
}

.quantity__plus span:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -1px;
    width: 100%;
    height: 2px;
    background-color: #e5481d
}

.quantity__plus span:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -1px;
    width: 2px;
    height: 100%;
    background-color: #e5481d
}

.quantity__plus:hover span:after, .quantity__plus:hover span:before {
    background-color: #000
}

.quantity__value {
    padding: 0;
    width: 100%;
    background-color: transparent;
    border: 1px solid #dad6ce;
    border-top: none;
    border-bottom: none;
    text-align: center;
    color: #000;
    font-size: 17px;
    font-weight: 700
}

.quantity__value:focus {
    outline: none
}

.item-price {
    white-space: nowrap
}

.item-price__active {
    color: #000;
    font-size: 25px;
    font-weight: 700
}

.desc-item__title {
    color: #cec9bf;
    font-size: 17px;
    font-weight: 500
}

.desc-item__text {
    color: #000;
    font-size: 17px;
    font-weight: 500
}

.simple-search__label {
    display: block;
    position: relative;
    margin: 0;
    height: 100%
}

.simple-search__input {
    padding: 8px 28px 7px;
    width: 100%;
    height: 100%;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #dad6ce;
    border-radius: 0;
    color: #000;
    font-size: 17px;
    font-weight: 500
}

.simple-search__input:focus {
    outline: none
}

.simple-search__input::-webkit-input-placeholder {
    color: #cbc7be
}

.simple-search__input::-moz-placeholder {
    color: #cbc7be
}

.simple-search__input:-ms-input-placeholder {
    color: #cbc7be
}

.simple-search__input:-moz-placeholder {
    color: #cbc7be
}

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

.simple-search__icon svg {
    width: 100%;
    height: 100%
}

.simple-search__icon svg path {
    fill: #e5481d
}

@media (min-width: 768px) {
    .basket-item__price .item-price__active:first-child {
        margin-top: 45px
    }
}

@media (max-width: 991px) {
    .basket__main {
        margin-left: 0
    }

    .basket__search {
        padding: 30px 65px 40px 20px
    }

    .basket__total {
        margin-bottom: 60px
    }

    .basket__total .side-card__main {
        min-height: 0
    }

    .basket-item__main {
        padding: 20px 65px 20px 20px
    }
}

@media (max-width: 767px) {
    .basket-item__main {
        flex-direction: column
    }

    .basket-item__desc {
        padding-right: 0
    }

    .basket-item__controls {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        width: 100%
    }

    .basket-item__quantity {
        flex-shrink: 0;
        margin-top: 20px;
        margin-right: 50px;
        width: 146px
    }

    .basket-item__price {
        margin-top: 20px
    }
}

@media (max-width: 575px) {
    .basket__search {
        padding-right: 30px
    }

    .basket-item__main {
        padding-right: 45px
    }

    .property {
        flex-direction: column
    }
}

.make-order {
    margin-top: 40px
}

.make-order__main {
    margin-left: -11.5%
}

.make-order__search {
    margin-bottom: 3px;
    padding: 38px 10% 56px calc(11.5% - 5px)
}

.make-order__total .side-card__main {
    min-height: 414px
}

.make-order__section {
    margin-top: 3px
}

.make-order__section:first-child {
    margin-top: 0
}

.make-order__section_mt {
    margin-top: 50px
}

.order-block {
    position: relative
}

.order-block__main {
    padding: 34px 10% 40px calc(11.5% - 5px)
}

.order-block__title {
    margin-bottom: 22px;
    color: #000;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.43
}

.order-block__form {
    margin-bottom: -30px
}

.order-block__cities {
    margin-bottom: 25px
}

.order-block__cities .inline-menu__link {
    margin-right: 22px;
    margin-bottom: 4px
}

.order-block__radio {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 20px
}

.order-block__radio .radio {
    flex-shrink: 0;
    margin-top: 22px;
    margin-right: 15px;
    max-width: 280px
}

.order-block__radio_delivery .radio__icon {
    height: 211px
}

.order-block__radio_payment .radio__icon {
    height: 190px
}

.order-block__buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 45px
}

.order-block__buttons:first-child {
    margin-top: 0
}

.order-block__buttons .order-block__caption {
    margin: 0 0 10px
}

.order-block__conf {
    margin-top: 6px;
    margin-right: 10px
}

.order-block__submit {
    margin-top: 6px;
    flex-shrink: 0;
    min-width: 195px
}

.order-block__caption {
    margin-top: 16px;
    color: #dad6ce;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.47
}

.order-block__map {
    height: 276px
}

@media (max-width: 991px) {
    .make-order__main {
        margin-left: 0
    }

    .make-order__total {
        margin-bottom: 60px
    }

    .make-order__total .side-card__main {
        min-height: 0
    }

    .make-order__personal {
        margin-bottom: 60px
    }

    .order-block__main {
        padding: 24px 25px 30px
    }
}

@media (max-width: 575px) {
    .order-block__radio .radio {
        max-width: 100%
    }
}

@media (min-width: 576px) {
    .order-block__buttons_right {
        justify-content: flex-end
    }

    .order-block__submit {
        padding: 1.1em 1.2em 1.2em 2.3em
    }
}

@media (min-width: 768px) {
    .order-block__buttons .order-block__caption {
        margin: 0 15px 0 0;
        max-width: 270px
    }
}

.cards-list {
    margin-bottom: 65px
}

.cards-list__item {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    width: 100%
}

.cards-list > .row > div {
    display: flex
}

.card:hover {
    text-decoration: none
}

.card:hover .card__content:before {
    content: "";
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 0;
    width: 50px;
    height: 51px;
    background-color: #e5481d;
    clip-path: polygon(25px 0, 100% 0, 26px 100%, 0 100%)
}

.card__img {
    flex-shrink: 0;
    height: 263px;
    background-color: #f1f0ed;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat
}

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

.card__img_right {
    background-position-x: right;
    background-size: auto
}

.card__img_left {
    background-position-x: left;
    background-size: auto
}

.card__img_center {
    background-position: 50%;
    background-size: auto
}

.card__img_empty {
    background: linear-gradient(-64deg, #f1f0ed 115px, #e88d0f 116px)
}

.card__content {
    position: relative;
    padding: 26px 20px 64px 30px;
    height: 100%;
    background-color: #f1f0ed;
    background: linear-gradient(-64deg, transparent 23px, #f1f0ed 0)
}

.card__title {
    color: #1f2029;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.25
}

.card__title + .card__text {
    margin-top: 13px
}

.card__text {
    color: #1f2029;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.47
}

.card__tags {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0 60px 12px 30px;
    height: 47px;
    color: #cbc7be;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.1;
    overflow: hidden
}

.card__tags span {
    display: inline-block;
    margin-right: 12px
}

.tags {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px
}

.tags_top {
    margin-top: 78px
}

.tags__item {
    margin-right: 23px;
    color: #cbc7be;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    text-transform: uppercase
}

.tags + .page-title {
    margin-top: 0
}

.board {
    margin: 60px 0
}

.board .skew-line-bg:after {
    clip-path: polygon(249px 0, 100% 0, 100% 100%, 0 100%, 0 514px)
}

.board__wrap {
    line-height: 1.47
}

.board__sticker {
    margin-top: 43px
}

.board__sticker svg {
    display: block;
    margin: 0 27px 0 auto;
    max-width: 100%
}

.board__sticker svg path {
    fill: #e5481d
}

.board__main {
    padding: 46px 0 30px
}

.board__title {
    margin-bottom: 15px;
    color: #000;
    font-size: 25px;
    font-weight: 700
}

.board__text {
    color: #000;
    font-size: 17px;
    font-weight: 500
}

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

.board__img img {
    display: block;
    margin: 0 auto;
    max-width: 100%
}

@media (max-width: 991px) {
    .tags_top {
        margin-top: 50px
    }

    .board {
        background-color: #f1f0ed
    }
}

@media (max-width: 575px) {
    .board__sticker {
        margin: 0 0 30px
    }

    .board__sticker svg {
        margin: 0 auto 0 0
    }
}

@media (min-width: 576px) {
    .card_big .card__img {
        height: 350px
    }

    .card_big .card__img_empty {
        background: linear-gradient(-64deg, #f1f0ed 154px, #e88d0f 155px)
    }

    .card_big .card__content {
        padding-right: 165px;
        padding-bottom: 26px
    }

    .card_big .card__tags {
        display: block;
        top: 30px;
        right: 0;
        bottom: 14px;
        left: auto;
        padding: 0;
        width: 155px;
        height: auto;
        line-height: 1.25
    }
}

@media (min-width: 992px) {
    .board__wrap {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        position: relative;
        z-index: 10;
        min-height: 514px
    }

    .board__img {
        margin-right: -8.51%
    }

    .board__img img {
        margin: 0 0 0 auto
    }
}

@media (min-width: 1200px) {
    .board__img {
        margin-right: 0
    }
}

.solutions-list {
    margin-top: 82px
}

.big-photo-slider {
    position: relative;
    margin: 80px 0 40px
}

.big-photo-slider__item {
    display: flex;
    align-items: center
}

.big-photo-slider__item img {
    display: block;
    width: 100%
}

.big-photo-slider__prev {
    position: absolute;
    top: 50%;
    left: -38px;
    margin-top: -17px
}

.big-photo-slider__next {
    position: absolute;
    top: 50%;
    right: -38px;
    margin-top: -17px
}

.cards-slider {
    position: relative;
    margin: 40px 0 100px
}

.cards-slider__wrap .owl-stage {
    display: flex
}

.cards-slider__wrap .owl-item {
    flex-shrink: 0
}

.cards-slider__item {
    height: 100%
}

.cards-slider__prev {
    left: -38px
}

.cards-slider__next, .cards-slider__prev {
    position: absolute;
    top: 50%;
    margin-top: -17px
}

.cards-slider__next {
    right: -38px
}

.cards-slider .cards-list__item {
    margin-bottom: 0
}

.card-icon {
    display: block
}

.card-icon:hover .card-icon__icon svg path {
    fill: #17191b
}

.card-icon__icon {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 30px 10px 0;
    height: 300px
}

.card-icon__icon svg {
    display: block;
    max-width: 100%
}

.card-icon__icon svg path {
    fill: #e5481d
}

.card-icon__main {
    padding: 20px 30px 27px;
    color: #000;
    line-height: 1.47
}

.card-icon__title {
    font-size: 20px;
    font-weight: 700
}

.card-icon__text {
    margin-top: 10px;
    font-size: 17px;
    font-weight: 500
}

@media (max-width: 991px) {
    .big-photo-slider {
        margin: 30px 0 40px
    }
}

@media (max-width: 800px) {
    .cards-slider {
        margin-right: 35px;
        margin-left: 35px
    }
}

.icon-info {
    display: flex;
    flex-direction: column;
    color: #000;
    line-height: 1.43
}

.icon-info__icon {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 14px;
    height: 320px
}

.icon-info__icon svg {
    display: block;
    max-width: 100%
}

.icon-info__icon svg path {
    fill: #e5481d
}

.icon-info__title {
    font-size: 17px;
    font-weight: 700
}

.icon-info__title + .icon-info__text {
    margin-top: 8px
}

.icon-info__text {
    font-size: 14px;
    font-weight: 500
}

.icon-info-list {
    display: flex;
    justify-content: space-between
}

.icon-info-list_wrap {
    flex-wrap: wrap
}

.icon-info-list__item {
    width: 230px
}

.icon-info-block {
    position: relative;
    margin-bottom: 90px
}

.icon-info-block__bg {
    top: auto;
    bottom: -437px;
    height: 1500px
}

.icon-info-block__title {
    margin-bottom: .7em
}

.icon-info-block__title_m-big {
    margin-bottom: 2.7em
}

.icon-info-block__buttons {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    margin-top: 40px
}

.icon-info-block__buttons > :last-child {
    margin-right: 0
}

.product-info {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    line-height: 1.43
}

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

.product-info__photo {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    margin-right: 50px;
    width: 60px;
    height: 60px
}

.s-15 {
    font-size: 15px !important;
}

.product-info__photo img {
    display: block;
    max-width: 100%;
    max-height: 100%
}

.product-info__desc {
    width: 100%;
    display: flex;
    align-items: center;
}

.product-info__desc .property__title {
    width: 38.7%
}

.product-info__end {
    flex-shrink: 0;
    margin-left: 20px;
    width: 140px
}

.product-info__price {
    text-align: right;
    color: #000;
    font-size: 17px;
    font-weight: 700
}

.product-detail {
    margin-bottom: 85px
}

.product-detail:last-child {
    margin-bottom: 0
}

.product-detail__title {
    display: inline;
    margin: 0
}

.product-detail__favour {
    position: relative;
    bottom: -2px;
    margin-left: 20px
}

.product-detail__top-tabs {
    margin-bottom: 26px
}

.product-detail__wrap {
    position: relative
}

.product-detail__slider {
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #f1f0ed
}

.product-detail__board {
    margin-top: 15px
}

.product-detail__sku {
    position: absolute;
    z-index: 10;
    bottom: 0;
    left: 35.6%;
    padding: 0 23px
}

.product-detail__sku .ps__rail-x, .product-detail__sku .ps__rail-y {
    visibility: hidden
}

.sku-list {
    display: flex
}

.sku-list__item {
    position: relative;
    margin-left: -1px
}

.sku-list__item:first-child {
    margin-left: 0
}

.sku-list__item.active:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    margin-top: -5px;
    margin-left: -5px;
    width: 11px;
    height: 10px;
    background: url(../img/check-white.svg) 50% no-repeat
}

.sku-list__card {
    width: 70px;
    height: 95px;
    background-color: #f1f0ed;
    transform: skewX(-26deg);
    cursor: pointer
}

.product-detail-slider__wrap, .product-detail-slider__wrap .owl-item, .product-detail-slider__wrap > .owl-stage-outer, .product-detail-slider__wrap > .owl-stage-outer > .owl-stage {
    height: 100%
}

.product-detail-slider__pag {
    position: absolute;
    z-index: 10;
    top: 42px;
    left: 67.7%
}

.product-detail-slider__slide {
    height: 100%;
    background-repeat: no-repeat;
    background-position: 100% 60%;
    background-size: auto
}

.product-detail-slider__slide_fullsize {
    background-repeat: no-repeat;
    background-position: calc(50% + 589px) 0;
    background-size: auto
}

.product-detail-slider__slide_texture {
    background-repeat: repeat-x;
    background-position: top;
    background-size: auto
}

.product-detail-slider__stickers {
    position: absolute;
    z-index: 5;
    top: 43px;
    right: 30px
}

.stickers__item {
    margin-bottom: 30px
}

.sticker-value {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    font-style: italic;
    line-height: .75;
    cursor: default;
    user-select: none
}

.sticker-value span {
    display: flex;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 50px;
    text-align: center;
    transform: translate(-50%, -50%)
}

.sticker-value svg path {
    fill: #fff
}

.sticker-value_orange {
    color: #e5481d
}

.sticker-value_orange svg path {
    fill: #e5481d
}

.sticker-value_fs_big {
    font-size: 37px
}

.sticker-value_fs_big span {
    max-width: 100px
}

.detail-card {
    position: relative;
    padding-top: 44px;
    height: 612px;
    background-color: #f1f0ed;
    background: linear-gradient(-64deg, transparent 268px, #f1f0ed 0);
    clip-path: polygon(-11.5% -1px, 100% -1px, 100% calc(100% - 612px), calc(100% - 297px) 100%, -11.5% 100%)
}

.detail-card:before {
    left: -11.5%;
    width: 11.5%;
    background-color: #f1f0ed
}

.detail-card:after, .detail-card:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0
}

.detail-card:after {
    right: 0;
    width: 17px;
    background-color: #fff;
    transform: skewX(-26deg);
    transform-origin: top
}

.detail-card__main {
    margin-bottom: 20px;
    max-width: 75%;
    height: 240px;
    overflow: hidden
}

.detail-card__props .property__title {
    margin-right: 15px;
    width: 40%
}

.detail-card__controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    width: 58%
}

.detail-card__quantity {
    flex-shrink: 0;
    width: 145px
}

.detail-card__buttons {
    display: flex;
    padding-right: 24px;
    margin-bottom: 28px;
    width: 58%
}

.detail-card__buy {
    position: relative;
    z-index: 5;
    margin: 0;
    padding: 1.2em .3em 1.1em 1.4em;
    width: 47%
}

.detail-card__fast-order {
    margin: 0;
    padding: 1.1em 0 1.05em 1.7em;
    width: 53%
}

.detail-card__links {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 310px
}

.detail-card__links .card-links__item {
    margin-bottom: 1.5em
}

.board-info__cont {
    position: relative;
    padding-top: 48px;
    padding-bottom: 30px;
    min-height: 492px
}

.board-info__cont .skew-line-bg:after {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 490px), calc(100% - 239px) 100%, 0 100%)
}

.board-info__content, .board-info__tabs {
    position: relative
}

.board-info__content .property__title {
    width: 35%
}

.see-more {
    position: relative;
    margin-bottom: 100px
}

.see-more__wrap {
    background-color: #f1f0ed
}

.see-more__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    height: 492px;
    background-color: #f1f0ed;
    background: linear-gradient(-64deg, transparent 215px, #f1f0ed 0)
}

.see-more__content:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -17px;
    width: 17px;
    background-color: #fff;
    transform: skewX(-26deg);
    transform-origin: top
}

.see-more__img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: calc(50% - 154px);
    background: url(../img/builder.jpg) 0 no-repeat
}

.see-more__title {
    margin-bottom: 25px;
    max-width: 440px;
    color: #1f2029;
    font-size: 45px;
    font-weight: 700;
    line-height: 1.15
}

.see-more__text {
    max-width: 380px;
    color: #000;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.47
}

.see-more__text p:last-child {
    margin-bottom: 0
}

.see-more__button {
    margin-top: 60px;
    width: 227px
}

.product-detail-slider__slide_fullsize.product-detail-slider__slide_fullsize_2650{
    background-position: 0 0
}
@media (min-width: 1200px) {
    .icon-info-list {
        justify-content: space-around
    }

    .product-detail-slider__slide {
        background-position: calc(50% + 365px) 60%
    }

    .product-detail-slider__slide_fullsize {
        background-position: calc(50% + 620px) 0
    }

    .product-detail-slider__slide_texture {
        background-position: top
    }

    .product-detail__sku {
        left: 40.6%
    }
}

@media (min-width: 992px) {
    .icon-info-block__buttons {
        display: none
    }

    .icon-info-block + .board-tabs {
        margin-top: 125px
    }

    .icon-info-list__item.icon-info_row {
        width: 48%
    }

    .icon-info_row {
        flex-direction: row
    }

    .icon-info_row .icon-info__icon {
        flex-shrink: 0;
        width: 220px;
        height: auto
    }

    .icon-info_row .icon-info__main {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-left: 20px
    }
}

@media (min-width: 1640px) {
    .product-detail-slider__stickers {
        right: -130px
    }

    .product-detail-slider__slide {
        background-position: calc(50% + 442px) 60%
    }

    .product-detail-slider__slide_fullsize {
        background-position: calc(50% + 620px) 0
    }

    .product-detail-slider__slide_texture {
        background-position: top
    }
}

@media (max-width: 991px) {
    .icon-info {
        flex-direction: row;
        align-items: center
    }

    .icon-info__icon {
        flex-shrink: 0;
        margin-right: 20px
    }

    .icon-info-list {
        flex-direction: column
    }

    .icon-info-list__item {
        margin-left: 80px;
        width: auto;
        max-width: 460px
    }

    .icon-info-block__bg {
        top: -770px;
        height: auto;
        bottom: -850px
    }

    .icon-info-block .title-block__button, .icon-info-block .title-block__buttons {
        display: none
    }

    .product-detail__wrap {
        display: flex;
        flex-direction: column
    }

    .product-detail__slider {
        order: 1;
        position: static;
        height: 612px
    }

    .product-detail__sku {
        left: 10px
    }

    .product-detail__card {
        margin-bottom: 15px;
        background-color: #f1f0ed
    }

    .product-detail-slider__pag {
        left: 10px
    }

    .product-detail-slider__slide {
        background-position: center 50%
    }

    .product-detail-slider__slide_fullsize {
        background-position: -140px 0
    }

    .product-detail-slider__slide_texture {
        background-position: top
    }

    .product-detail-slider__stickers {
        right: 10px
    }

    .detail-card:before {
        display: none
    }

    .board-info {
        background-color: #f1f0ed
    }

    .board-info__cont {
        padding-top: 43px;
        min-height: 0
    }

    .board-info__tabs {
        margin-bottom: 30px
    }

    .see-more__title {
        max-width: 80%
    }

    .see-more__text {
        max-width: 70%
    }

    .see-more__img {
        left: calc(50% + -255px)
    }

    .see-more__img_left {
        right: calc(50% + -54px);
        left: 0
    }
}

@media (max-width: 767px) {
    .product-info .property__title {
        display: none
    }

    .product-info__photo {
        justify-content: flex-start;
        padding-top: 7px;
        width: 120px
    }

    .product-info__end {
        width: 120px
    }

    .see-more__button {
        padding-left: .4em;
        width: 190px
    }
}

/*.board-info__tabs .tabs__item, .board-info__tabs .tabs__item .tabs__link {
    margin-right: 0px !important;
}

.board-info__tabs .tabs__item .tabs__link {
    padding: 8px 8px 8px 8px;
    border-bottom: 1px solid #AEAEAE;
    color: #000 !important;
}*/

/*.board-info__tabs .tabs__item .tabs__link {
display: inline-flex;
justify-content: center;
align-items: center;
position: relative;
margin-right: 24px;
padding: 1.1em 1.4em 1.05em;
background-color: transparent;
border: 1px solid #dad6ce;
  border-right-color: rgb(218, 214, 206);
  border-right-style: solid;
  border-right-width: 1px;
border-right: none;
color: #e5481d;
font-weight: 700;
font-size: 14px;
line-height: 18px;
text-align: center;
text-transform: uppercase;
cursor: pointer;
}
.board-info__tabs .tabs__item .tabs__link.active, .board-info__tabs .tabs__item:hover .tabs__link.active{
	background: #e5481d;
	color: #fff;
	border-top: 0px;
}
.board-info__tabs .tabs__item .tabs__link.active::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  width: 24px;
  background: linear-gradient(to bottom right,#e5481d 50%,transparent 52%);
  z-index:2;
}

.board-info__tabs .tabs__item:hover .tabs__link{
	color: #fff !important;
	background: #17191b;
	border-top: 1px solid #17191b;
}*/

/*.board-info__tabs .tabs__item .tabs__link.active {
    border-bottom: none !important;
    border-radius: 5px 5px 0px 0px;
    border: 1px solid #AEAEAE;
    color: #e5481d !important;
}*/

@media (max-width: 575px) {

    h1 {
        font-size: 9vw;
    }

    .icon-info {
        flex-direction: column;
        align-items: normal
    }

    /*TASK 30813*/
    .icon-info-block__list.icon-info-list {
        display: block;
        /* align-items: center; */
    }

    .icon-info__icon {
        margin: 0 auto 14px; /* justify-content:end */
    }

    .icon-info__main {
        margin: 8px auto;
    }

    .icon-info__icon {
        justify-content: center;
    }

    .icon-info-list {
        flex-direction: column
    }

    .icon-info-list__item {
        /* margin-left:0; */
        /* margin-bottom:30px; */
        margin: 0 auto;
        max-width: 280px
    }

    /*TASK 30813 end*/
    .icon-info-block__bg {
        top: -1520px;
        height: auto;
        bottom: -1570px
    }

    .product-info {
    }

    .product-info__photo {
        margin: 0 20px 0 0;
        padding: 0;
        width: 60px;
        height: 60px
    }

    .sets .row > div {
        padding: 0 !important;
    }

    .sets .container {
        padding: 0 15px !important;
    }

    .product-info__photo img {
        max-width: 100%;
        max-height: 140px
    }

    .product-info__end {
        margin-top: 12px;
        margin-left: 0;
        width: 120px
    }

    .product-info__price {
        text-align: left
    }

    .product-detail__sku {
        right: 0;
        left: 0;
        padding-left: 23px
    }

    .product-detail-slider__pag {
        left: 20px
    }

    .product-detail-slider__slide {
        background-position: center 50%
    }

    .product-detail-slider__slide_fullsize {
        background-position: -140px 0
    }

    .product-detail-slider__slide_texture {
        background-position: top
    }

    .product-detail-slider__stickers {
        right: 20px
    }

    .detail-card {
        padding-bottom: 18px;
        height: auto;
        background: none;
        clip-path: none
    }

    .detail-card:after {
        display: none
    }

    .detail-card__main {
        max-width: 100%;
        height: auto
    }

    .detail-card__controls {
        width: auto;
        max-width: 340px
    }

    .detail-card__controls .item-price__active {
        font-size: 20px
    }

    .detail-card__buttons {
        width: 340px
    }

    .see-more__wrap {
        padding-top: 280px
    }

    .see-more__content {
        margin: 0 -10px;
        padding: 32px 10px 40px;
        height: auto;
        min-height: 212px;
        background: #f1f0ed
    }

    .see-more__content:after {
        display: none
    }

    .see-more__title {
        max-width: 100%;
        font-size: 40px
    }

    .see-more__text {
        max-width: 100%
    }

    .see-more__button {
        margin-top: 40px
    }

    .see-more__img {
        bottom: auto;
        left: 0;
        height: 492px;
        background-position-x: 27%
    }
}

@media (max-width: 370px) {
    .detail-card__buttons, .detail-card__controls {
        margin-left: -10px
    }
}

.card-stock:hover {
    text-decoration: none
}

.card-stock:hover .card-stock__img svg path {
    fill: #000
}

.card-stock:hover .sticker-value {
    color: #000
}

.card-stock__img {
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 300px;
    background-color: #f1f0ed
}

.card-stock__img svg {
    display: block
}

.card-stock__img svg path {
    fill: #e5481d
}

.card-stock__img .sticker-value {
    cursor: pointer
}

.card-stock__content {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
    padding: 20px 20px 27px 30px;
    height: 100%;
    min-height: 164px;
    background-color: #f1f0ed;
    background: linear-gradient(-64deg, transparent 23px, #f1f0ed 0)
}

.card-stock__text {
    color: #1f2029;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.47
}

.card-stock__caption {
    margin-top: 26px;
    color: #cbc7be;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.1
}

.card-stock_disabled .card-stock__img svg path {
    fill: #cec9bf
}

.card-stock_disabled .sticker-value {
    color: #cec9bf
}

.stock__sticker {
    margin-top: 2.1em
}

@media (max-width: 991px) {
    .stock__sticker {
        display: inline-block;
        margin: 0 0 30px
    }
}

.vacancies {
    margin-top: 80px
}

.vacancies-section__img svg {
    display: block;
    margin: 20px 0 0;
    max-width: 100%
}

.vacancies-section__img svg path {
    fill: #e5481d
}

.vacancies-section__links {
    display: flex;
    flex-direction: column
}

.vacancy-link {
    position: relative;
    z-index: 3;
    padding: 15px 20px 16px 0;
    color: #e5481d;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.47
}

.vacancy-link:hover {
    color: #fff
}

.vacancy-link:hover:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    right: -200px;
    bottom: 0;
    left: -200px;
    background: #000
}

.more-panel {
    display: flex;
    position: relative;
    margin-top: 100px;
    min-height: 260px
}

.more-panel:before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    right: -300px;
    bottom: 0;
    left: -300px;
    background: #f1f0ed
}

.more-panel > .row {
    z-index: 1;
    flex: 1 0 100%
}

.more-panel__menu {
    display: flex;
    align-items: center;
    padding-top: 14px;
    padding-bottom: 30px
}

.more-panel__menu .inline-menu {
    align-items: center;
    min-height: 96px
}

.more-panel__title {
    margin-top: 1.9em;
    color: #000;
    font-size: 25px;
    font-weight: 700;
    line-height: 1.47
}

.more-panel_small {
    margin: 50px 0 100px;
    min-height: 213px
}

.more-panel_small .more-panel__menu .inline-menu {
    min-height: 85px
}

.vacancy-card {
    position: relative;
    margin-top: 85px;
    margin-bottom: 45px;
    padding: 60px 0;
    min-height: 376px
}

.vacancy-card:before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    right: -300px;
    bottom: 0;
    left: -300px;
    background: #f1f0ed
}

.vacancy-card__img svg {
    display: block;
    margin: 20px 0 0;
    max-width: 100%
}

.vacancy-card__img svg path {
    fill: #e5481d
}

.vacancy-card__section {
    margin-bottom: 25px;
    color: #000;
    font-size: 17px
}

.vacancy-card__section:last-child {
    margin-bottom: 0
}

.vacancy-card__prop {
    font-weight: 700
}

.vacancy-card__value {
    font-weight: 500
}

.vacancy-body {
    margin-bottom: 95px
}

.vacancy-body__title {
    color: #000;
    font-size: 17px;
    font-weight: 700
}

.text-list {
    margin-bottom: 1.8em;
    padding: 0;
    list-style: none
}

.text-list li {
    position: relative;
    padding: 0 0 0 22px
}

.text-list li:before {
    content: "—";
    position: absolute;
    top: 0;
    left: 0
}

.num-list {
    counter-reset: numlist;
    margin-bottom: 1.8em;
    padding: 0;
    list-style: none
}

.num-list li {
    counter-increment: numlist;
    position: relative;
    margin-bottom: 11px;
    padding: 0 0 0 27px
}

.num-list li:before {
    content: counter(numlist);
    position: absolute;
    top: 0;
    left: 0;
    color: #dad6ce;
    font-weight: 700
}

@media (min-width: 576px) {
    .vacancy-link:hover:before {
        right: 0;
        background: linear-gradient(-64deg, transparent 24px, #000 0)
    }
}

@media (min-width: 992px) {
    .vacancies-section__img svg {
        margin: 0 0 0 auto
    }

    .vacancies-section__links {
        padding-right: 22px
    }

    .more-panel:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        right: 0;
        bottom: 0;
        left: -330px;
        background: linear-gradient(-64deg, transparent 113px, #f1f0ed 114px, #f1f0ed calc(100% - 113px), transparent calc(100% - 114px))
    }

    .more-panel:after {
        content: "";
        position: absolute;
        z-index: -2;
        right: 19px;
        bottom: -12px;
        width: 200px;
        height: 200px;
        background-image: linear-gradient(-64deg, transparent 88px, #e5481d 89px, #e5481d 180px, transparent 181px)
    }

    .more-panel > .row > .container {
        display: flex;
        flex-direction: column;
        justify-content: space-around
    }

    .more-panel__menu {
        padding-right: 20px
    }

    .vacancy-card {
        display: flex
    }

    .vacancy-card > .row {
        flex: 1 0 auto;
        align-items: center
    }

    .vacancy-card:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        right: -20px;
        bottom: 0;
        left: -330px;
        background: linear-gradient(-64deg, transparent 165px, #f1f0ed 166px)
    }

    .vacancy-card__img svg {
        margin: 0 0 0 auto
    }

    .vacancy-card__main {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%
    }

    .vacancy-card__desc {
        margin-bottom: 7px
    }
}

@media (max-width: 991px) {
    .vacancies, .vacancy-card {
        margin-top: 50px
    }
}

.wide-banner-block {
    margin: 45px 0 85px
}

.wide-banner {
    height: 437px;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: 50%
}

.anchor-menu-wrap {
    background-color: #f1f0ed
}

.anchor-menu-wrap .menu-simple {
    justify-content: flex-start;
    margin: 0 -12px;
    white-space: nowrap
}

.anchor-menu-wrap .menu-simple__link {
    padding: 1.4em 12px
}

.anchor-menu-wrap.fixed {
    position: fixed;
    z-index: 99;
    top: 80px;
    width: 100%
}

.board-tabs {
    position: relative
}

.board-tabs__title {
    margin-bottom: 1.3em
}

.board-tabs__head {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    padding: 0 10px
}

.board-top-image {
    margin-top: 118px;
    margin-bottom: 90px
}

.board-top-image__wrap {
    position: relative;
    padding: 144px 0 50px;
    min-height: 350px
}

.board-top-image__wrap:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -610px;
    left: 10px;
    background-image: linear-gradient(116deg, transparent 259px, #f1f0ed 260px)
}

.board-top-image__main {
    position: relative
}

.board-top-image__title {
    margin-bottom: .8em;
    color: #000;
    font-size: 25px;
    font-weight: 700;
    line-height: 1.33
}

.board-top-image__text {
    color: #000;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.47
}

.board-top-image__button {
    margin-top: 10px;
    margin-left: -14px;
    min-width: 226px
}

.board-top-image__img {
    position: absolute;
    top: -262px;
    left: -55px;
    width: 720px;
    height: 230px;
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat
}

.board-top-image_no-img {
    margin-top: 70px
}

.board-top-image_no-img .board-top-image__wrap {
    padding: 70px 0 30px
}

.board-row {
    margin-bottom: 100px
}

.board-row_big-height .board-row__wrap {
    min-height: 590px
}

.board-row_big-height .board-row__img {
    max-height: 510px
}

.board-row_big-height .board-row__bg:after {
    background-image: linear-gradient(116deg, transparent 258px, #f1f0ed 259px)
}

.board-row_big-height .board-row__bg_to-right:after {
    background-image: linear-gradient(-64deg, transparent 259px, #f1f0ed 260px)
}

.board-row__bg:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -610px;
    left: 10px;
    background-image: linear-gradient(116deg, transparent 215px, #f1f0ed 216px)
}

.board-row__bg_to-right:after {
    left: -610px;
    right: 10px;
    background-image: linear-gradient(-64deg, transparent 215px, #f1f0ed 216px)
}

.board-row__wrap {
    display: flex;
    flex-direction: column;
    padding: 40px 0;
    position: relative;
    min-height: 492px
}

.board-row__wrap > .row {
    flex: 1 0 auto
}

.board-row__img {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
    max-height: 412px
}

.board-row__img img {
    display: block
}

.board-row__img svg {
    display: block;
    max-width: 100%
}

.board-row__img svg path {
    fill: #e5481d
}

.board-row__img_to-right {
    justify-content: flex-start
}

.board-row__main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%
}

.board-row__main_p-left {
    padding-left: 15px
}

.board-row__title {
    margin-bottom: .5em;
    color: #000;
    font-size: 25px;
    font-weight: 700;
    line-height: 1.33
}

.board-row__text {
    color: #000;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.47
}

.board-row__text > :last-child {
    margin-bottom: 0
}

.board-row__text_big {
    font-size: 20px
}

.board-row__buttons {
    margin-top: 35px
}

.board-row__buttons .button {
    min-width: 226px
}

.board-row__buttons_m-big {
    margin-top: 60px
}

.board-row__single-img {
    flex: 1 0 auto;
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.board-row__single-img img {
    display: block;
    max-width: 80%
}

.board-rows {
    margin-bottom: 90px
}

.board-rows__top {
    margin-bottom: 45px
}

.board-rows__item {
    margin: 30px 0
}

.tabs-block__top {
    margin-bottom: 30px
}

.tabs-block__tabs {
    margin-bottom: 27px
}

.card-image {
    display: block;
    position: relative;
    min-height: 465px;
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat
}

.card-image:hover .card-image__main {
    background: transparent;
    color: #fff
}

.card-image:hover .card-image__main:before {
    opacity: 0
}

.card-image__main {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 25px 25px 27px 30px;
    min-height: 163px;
    background-color: #f1f0ed;
    color: #000;
    transition: background-color .3s, color .2s
}

.card-image__main:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    border-color: transparent #fff #fff transparent;
    border-style: solid;
    border-width: 26px 12px
}

.card-image__title {
    margin-bottom: .6em;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.33
}

.card-image__text {
    font-size: 17px;
    font-weight: 500;
    line-height: 1.47
}

.info-card:hover {
    text-decoration: none
}

.info-card:hover .info-card__stickers .sticker-value {
    color: #000
}

.info-card:hover .info-card__icon svg path.cls-1, .info-card:hover .info-card__stickers svg path {
    fill: #000
}

.info-card.opened .info-card__desc {
    display: flex
}

.info-card.to-left .info-card__desc {
    right: 0;
    left: -115px
}

.info-card__img {
    position: relative;
    height: 413px;
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat
}

.info-card__desc {
    display: none;
    flex-direction: column;
    align-items: flex-start;
    position: absolute;
    z-index: 5;
    top: 0;
    right: -115px;
    bottom: 0;
    left: 0;
    padding: 15px 30px 30px;
    background-color: #17191b;
    color: #fff;
    font-size: 14px;
    line-height: 1.43;
    cursor: default
}

.info-card__doc {
    margin-top: auto
}

.info-card__content {
    display: flex;
    align-items: center;
    position: relative;
    padding: 0 62px 0 17px;
    min-height: 51px;
    background-color: #f1f0ed;
    background: linear-gradient(-64deg, transparent 23px, #f1f0ed 0)
}

.info-card__title {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.25
}

.info-card__icon {
    position: absolute;
    top: 50%;
    right: 24px;
    padding: 10px;
    transform: translateY(-50%)
}

.info-card__icon svg {
    display: block
}

.info-card__icon svg path.cls-1 {
    fill: #e5481d
}

.info-card__stickers {
    position: absolute;
    top: 21px;
    right: 16px;
    width: 77px
}

.info-card__stickers .stickers__item {
    margin-bottom: 10px
}

.info-card__stickers .sticker-value {
    cursor: pointer
}

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

.split-row {
    position: relative;
    margin-bottom: 100px
}

.split-row__wrap {
    background-color: #f1f0ed
}

.split-row__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    height: 492px;
    background-color: #f1f0ed;
    background: linear-gradient(116deg, transparent 215px, #f1f0ed 0)
}

.split-row__content:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -17px;
    width: 17px;
    background-color: #fff;
    transform: skewX(-26deg);
    transform-origin: bottom
}

.split-row__img {
    position: absolute;
    top: 0;
    right: calc(50% - 22px);
    bottom: 0;
    left: 0;
    background-position: 100%;
    background-size: auto 100%;
    background-repeat: no-repeat
}

.split-row__img_right {
    background-position-x: 0
}

.split-row__title {
    margin-bottom: 25px;
    max-width: 440px;
    color: #1f2029;
    font-size: 45px;
    font-weight: 700;
    line-height: 1.15
}

.split-row__text {
    color: #000;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.47
}

.split-row__text p:last-child {
    margin-bottom: 0
}

.split-rows {
    margin-bottom: 90px
}

.split-rows__top {
    margin-bottom: 40px
}

.split-rows__item {
    margin-bottom: 10px
}

.board-small__bg:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -380px;
    width: 950px
}

.board-small__bg:after, .board-small__bg_to-right:after {
    background-image: linear-gradient(-64deg, transparent 128px, #f1f0ed 129px, #f1f0ed 854px, transparent 855px)
}

.board-small__bg_to-right:after {
    left: -380px;
    right: auto
}

.board-small__wrap {
    display: flex;
    flex-direction: column;
    padding: 20px 0;
    position: relative;
    min-height: 292px
}

.board-small__wrap > .row {
    flex: 1 0 auto
}

.board-small__main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%
}

.board-small__title {
    margin-bottom: .5em;
    color: #000;
    font-size: 25px;
    font-weight: 700;
    line-height: 1.33
}

.board-small__text {
    color: #000;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.47
}

.board-small__text > :last-child {
    margin-bottom: 0
}

.board-small + .icon-info-block {
    margin-top: -28px
}

.table-block {
    position: relative;
    margin-bottom: 110px
}

.table-block .gray-skew-bg {
    top: -610px
}

.table-block__text > :last-child {
    margin-bottom: 0
}

.table-block__table {
    position: relative;
    margin-top: 55px
}

.table-block__table .table {
    margin: 0
}

.big-photo-slider-block {
    position: relative;
    margin-bottom: 90px
}

.big-photo-slider-block__top {
    margin-bottom: 45px
}

.big-photo-slider-block__title {
    margin-bottom: .6em
}

.big-photo-slider-block .big-photo-slider {
    margin: 0
}

.big-photo-slider-block__board {
    position: relative;
    z-index: 10;
    margin-bottom: -96px
}

.big-skew-slide {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
    padding: 0 175px 0 40px;
    width: 740px;
    height: 490px;
    background: linear-gradient(-64deg, transparent 215px, #f1f0ed 216px)
}

.big-skew-slide:before {
    content: "";
    position: absolute;
    width: 240px;
    top: 0;
    right: 100%;
    bottom: 0;
    background: linear-gradient(116deg, transparent 216px, #f1f0ed 217px)
}

.big-skew-slide__main {
    padding: 60px 0
}

.big-skew-slide__title {
    margin-bottom: .8em;
    color: #000;
    font-size: 25px;
    font-weight: 700;
    line-height: 1.33
}

.big-skew-slide__text {
    color: #000;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.47
}

.big-skew-slide__text > * {
    margin-bottom: 0
}

.big-skew-slide__img {
    margin-top: auto;
    max-width: 460px
}

.big-skew-slide__img img {
    display: block;
    width: auto;
    max-width: 100%
}

.big-skew-slider-block {
    margin-bottom: 100px
}

.big-skew-slider__top {
    margin-bottom: 30px
}

.big-skew-slider__title {
    margin: 0
}

.big-skew-slider__nav {
    margin: 36px 0 0
}

.big-skew-slider__top-button {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start
}

.big-skew-slider__top-button .button {
    margin-bottom: 14px
}

.big-skew-slider__wrap {
    display: flex;
    margin-left: -40px
}

.big-skew-slider__wrap .owl-stage-outer {
    overflow: visible
}

.big-skew-slider__wrap.owl-carousel .owl-item img {
    display: block;
    width: auto;
    max-width: 100%
}

.big-skew-slider__slider {
    position: relative
}

.big-skew-slider__arrows {
    position: absolute;
    z-index: 10;
    top: 28px;
    right: -20px
}

.big-skew-slider__next {
    position: absolute;
    top: 0;
    background: #f1f0ed
}

.big-skew-slider__next.disabled {
    display: none
}

.big-skew-slider__item {
    margin-right: 15px
}

.big-skew-slider__button {
    display: none
}

@media (min-width: 768px) {
    .split-row_small .split-row__img {
        right: 41%
    }

    .split-row_small .split-row__img_right {
        right: 0;
        left: 39%
    }

    .split-row_small .split-row__content {
        height: 292px;
        background: linear-gradient(116deg, transparent 150px, #f1f0ed 151px)
    }

    .split-row_small .split-row__content:after {
        left: 16px;
        width: 10px
    }

    .split-row_small .split-row__content_left {
        background: linear-gradient(-64deg, transparent 235px, #f1f0ed 236px)
    }

    .split-row_small .split-row__content_left:after {
        right: 254px;
        left: auto
    }

    .split-row_small .split-row__title {
        margin-bottom: 15px;
        font-size: 25px
    }
}

@media (min-width: 992px) {
    .board-row__bg_back:before {
        content: "";
        position: absolute;
        z-index: 0;
        right: 37px;
        bottom: -30px;
        width: 346px;
        height: 381px;
        background-image: linear-gradient(-64deg, transparent 167px, #e5481d 168px, #e5481d 311px, transparent 312px)
    }

    .board-row__bg_small-back:before {
        right: 50px;
        bottom: -26px
    }

    .board-row__title_big {
        font-size: 45px
    }

    .board-row__img_abs-icon {
        position: absolute;
        bottom: 30px;
        left: -140px;
        width: 100%;
        height: auto;
        justify-content: flex-start
    }

    .big-photo-slider-block__title {
        margin-bottom: .6em
    }

    .big-photo-slider-block__title_pos-absolute {
        position: absolute;
        z-index: 11;
        top: 0;
        margin-top: -.2em
    }

    .big-photo-slider-block + .big-photo-slider-block, .big-photo-slider-block + .board-small {
        margin-top: -40px
    }

    .split-row_small .split-row__img {
        right: 41%
    }

    .split-row_small .split-row__img_right {
        right: 0;
        left: 45%
    }

    .split-row_small .split-row__content {
        height: 292px;
        background: linear-gradient(116deg, transparent 150px, #f1f0ed 151px)
    }

    .split-row_small .split-row__content:after {
        left: 16px;
        width: 10px
    }

    .split-row_small .split-row__content_left {
        background: linear-gradient(-64deg, transparent 182px, #f1f0ed 183px)
    }

    .split-row_small .split-row__content_left:after {
        right: 194px;
        left: auto
    }

    .split-row_small .split-row__title {
        margin-bottom: 15px;
        font-size: 25px
    }
}

@media (min-width: 1200px) {
    .board-row__single-img {
        padding-right: 12.2%
    }

    .split-row_small .split-row__img {
        right: 43.5%
    }

    .split-row_small .split-row__img_right {
        right: 0;
        left: 45%
    }

    .split-row_small .split-row__content_left {
        background: linear-gradient(-64deg, transparent 221px, #f1f0ed 222px)
    }

    .split-row_small .split-row__content_left:after {
        right: 238px;
        left: auto
    }

    .big-skew-slider__arrows {
        right: 100px
    }
}

@media (max-width: 991px) {
    .wide-banner {
        height: 400px
    }

    .anchor-menu-wrap {
        display: none
    }

    .board-tabs__head {
        position: static;
        flex-direction: row
    }

    .board-top-image {
        background-color: #f1f0ed
    }

    .board-top-image__wrap {
        min-height: 0
    }

    .board-top-image__wrap:before {
        display: none
    }

    .board-top-image__img {
        right: -10px;
        left: -10px;
        width: auto;
        background-size: cover
    }

    .board-top-image_no-img {
        margin-top: 0
    }

    .board-top-image_no-img .board-top-image__wrap {
        padding-top: 40px
    }

    .board-row {
        background-color: #f1f0ed
    }

    .board-row__bg {
        display: none
    }

    .board-row__wrap {
        min-height: 0
    }

    .board-row__single-img {
        justify-content: center
    }

    .board-row__single-img img {
        max-width: 100%
    }

    .board-row__img img {
        margin-top: 0 !important;
        margin-left: 0 !important;
        max-width: 100%
    }

    .split-row__img {
        right: calc(50% - 22px)
    }

    .board-small {
        background-color: #f1f0ed
    }

    .board-small__bg {
        display: none
    }

    .board-small__wrap {
        padding: 30px 0;
        min-height: 0
    }

    .big-photo-slider-block {
        margin-bottom: 50px
    }

    .big-photo-slider-block__top {
        margin-bottom: 45px
    }

    .big-photo-slider-block__title {
        margin-bottom: .6em
    }

    .big-photo-slider-block__board {
        margin-bottom: 0
    }

    .big-skew-slider__arrows {
        right: 60px
    }
}

@media (max-width: 767px) {
    .wide-banner-block {
        margin-bottom: 65px
    }

    .board-top-image {
        margin-bottom: 70px
    }

    .board-top-image__button {
        margin-left: 0
    }

    .board-row__buttons {
        margin-top: 20px
    }

    .split-row__content {
        margin: 0 -10px;
        padding: 32px 10px 40px;
        height: auto;
        min-height: 212px;
        background: #f1f0ed
    }

    .split-row__content:after {
        display: none
    }

    .split-row__title {
        font-size: 40px
    }

    .split-row__text {
        max-width: 100%
    }

    .split-row__button {
        margin-top: 40px
    }

    .split-row__img {
        position: static;
        bottom: auto;
        right: 0;
        height: 280px;
        background-position: 70% 0
    }

    .split-rows {
        margin-bottom: 60px
    }

    .big-skew-slider__top-button {
        display: none
    }

    .big-skew-slider__button {
        display: block;
        margin-top: 40px;
        text-align: center
    }

    .big-skew-slider__wrap {
        margin-left: 0
    }

    .big-skew-slider__arrows {
        right: 25px
    }

    .big-skew-slider__item {
        margin-right: 0
    }

    .big-skew-slider .owl-stage {
        height: 100%;
        overflow: hidden
    }

    .big-skew-slide {
        padding: 0 20px;
        width: auto;
        height: auto;
        background-color: #f1f0ed
    }

    .big-skew-slide:before {
        display: none
    }

    .big-skew-slide__img {
        max-width: 100%
    }

    .big-skew-slide__img img {
        margin: 0 auto
    }
}

@media (max-width: 575px) {
    .wide-banner {
        height: 280px
    }

    .board-row__img {
        display: block;
        margin-bottom: 20px
    }

    .board-row__img img {
        margin: 0 auto;
        max-width: 100%
    }

    .info-card.to-left .info-card__desc {
        left: 0
    }

    .info-card__desc {
        right: 0;
        padding: 6px 10px 10px
    }
}

.adjuster-list__item {
    margin-bottom: 50px
}

.adjuster {
    padding: 50px 0 57px;
    background-image: linear-gradient(-64deg, transparent 60px, #f1f0ed 61px)
}

.adjuster__tags {
    display: flex;
    flex-wrap: wrap;
    margin-top: -.3em;
    margin-bottom: 25px;
    color: #cec9bf;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.33;
    text-transform: uppercase
}

.adjuster__tags span {
    margin-right: 2em;
    margin-bottom: .5em
}

.adjuster__desc {
    margin-bottom: 45px
}

.adjuster__title {
    margin-bottom: .5em;
    color: #000;
    font-size: 25px;
    font-weight: 700;
    line-height: 1.33
}

.adjuster__text {
    color: #000;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.47
}

.adjuster__works {
    margin-bottom: 42px
}

.adjuster__bottom .social {
    margin: 0
}

.adjuster__logo {
    display: inline-block;
    margin-bottom: 74px
}

.adjuster__logo img {
    max-width: 100%;
    filter: grayscale(1);
    transition-duration: .2s;
    user-select: none
}

.adjuster__logo:hover img {
    filter: none
}

.adjuster__message {
    color: #cec9bf;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.47
}

.contact {
    margin-bottom: 24px
}

.contact__title {
    margin-bottom: .3em;
    font-weight: 700
}

.contact__text, .contact__title {
    color: #000;
    font-size: 17px;
    line-height: 1.33
}

.contact__text {
    font-weight: 500
}

.contact__table {
    width: 100%;
    color: #000;
    font-size: 16px;
    font-weight: 500
}

.contact__table td {
    padding: 1px 0
}

.case-slider__top {
    padding-right: 120px
}

.case-slider__title {
    margin-bottom: .9em;
    color: #000;
    font-size: 25px;
    font-weight: 700;
    line-height: 1.33
}

.case-slider__slider {
    position: relative
}

.case-slider__arrows {
    display: flex;
    justify-content: space-between;
    position: absolute;
    z-index: 5;
    top: -55px;
    right: 0;
    width: 104px
}

@media (min-width: 992px) {
    .adjuster__main {
        padding-right: 30px
    }

    .adjuster__side {
        padding-left: 30px
    }
}

@media (max-width: 767px) {
    .adjuster {
        margin-right: -10px;
        margin-left: -10px;
        padding-right: 10px;
        padding-left: 10px;
        background: #f1f0ed
    }

    .adjuster__logo {
        margin-bottom: 30px
    }

    .adjuster__side {
        margin-top: 30px
    }

    .contact {
        margin-bottom: 18px
    }
}

@media (max-width: 575px) {
    .case-slider__top {
        padding-right: 70px
    }

    .case-slider__arrows {
        width: 65px
    }
}

.gallery {
    margin-top: 75px;
    margin-bottom: 80px
}

.gallery__item {
    margin-bottom: 20px
}

.gallery__item .gallery-item {
    height: 100%
}

.gallery-item {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 8px;
    background-color: #f1f0ed;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.43;
    cursor: pointer
}

.gallery-item:hover .gallery-item__overlay {
    display: flex
}

.gallery-item img {
    display: block;
    max-width: 100%;
    user-select: none
}

.gallery-item__overlay {
    display: none;
    flex-direction: column;
    justify-content: flex-end;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 25px 30px;
    background-color: #f1f0ed
}

.gallery-item__title {
    font-weight: 700
}

.common-slider {
    margin: 90px 0 100px
}

.common-slider__top {
    padding-right: 120px
}

.common-slider__title {
    margin-bottom: 1em
}

.common-slider__slider {
    position: relative
}

.common-slider__arrows {
    display: flex;
    justify-content: space-between;
    position: absolute;
    z-index: 5;
    top: -91px;
    right: 0;
    width: 104px
}

@media (max-width: 575px) {
    .common-slider__top {
        padding-right: 70px
    }

    .common-slider__arrows {
        top: -80px;
        width: 65px
    }
}

.news-list {
    margin-top: 65px;
    margin-bottom: 90px
}

.news-list__item {
    margin-bottom: 80px
}

.news-preview__date {
    margin-bottom: .8em;
    color: #dad6ce;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.33
}

.news-preview__title {
    margin: 0 0 .6em;
    line-height: 1.5
}

.news-preview__title a {
    display: block;
    color: #000
}

.news-preview__title a:hover {
    color: #e5481d
}

@media (max-width: 991px) {
    .news-list {
        margin-top: 45px;
        margin-bottom: 70px
    }

    .news-list__item {
        margin-bottom: 60px
    }
}

.block-404-wrap {
    margin-top: 85px;
    background-color: #f1f0ed
}

.block-404 {
    position: relative;
    padding-top: 65px;
    padding-bottom: 65px
}

.block-404__img {
    display: block;
    max-width: 100%
}

.block-404__img path {
    fill: #e5481d
}

@media (min-width: 992px) {
    .block-404-wrap {
        background-color: transparent
    }

    .block-404 {
        height: 376px
    }

    .block-404:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        right: 0;
        bottom: 0;
        left: -330px;
        background-image: linear-gradient(-64deg, transparent 165px, #f1f0ed 166px, #f1f0ed calc(100% - 164px), transparent calc(100% - 165px))
    }
}

.brands {
    margin-bottom: 60px
}

.brands__title {
    margin: 0 0 .8em
}

.brands__item {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    height: 100%
}

.brands__item img {
    display: block;
    max-width: 100%;
    filter: grayscale(1);
    transition-duration: .2s;
    user-select: none
}

.brands__item:hover img {
    filter: none
}

.brands_m-top {
    margin-top: 90px
}

@media (max-width: 575px) {
    .brands__item {
        height: auto
    }
}

.title ~ .workers {
    margin-top: 100px
}

.workers__item {
    margin-bottom: 20px
}

.workers__item .worker {
    height: 100%
}

.worker {
    display: block;
    background-color: #f1f0ed;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.47
}

.worker__img {
    height: 300px;
    background-color: #848485;
    background-position: bottom;
    background-size: auto;
    background-repeat: no-repeat;
    clip-path: polygon(0 0, 100% 0, 100% 196px, 0 100%)
}

.worker__content {
    padding: 12px 16px 16px
}

.worker__name {
    margin-bottom: .6em;
    color: #000
}

.worker__post {
    color: #cbc7be
}

.services {
    margin: 45px 0 60px
}

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

.services__title {
    margin-bottom: 1.1em
}

.services__item {
    margin-bottom: 25px
}

.card-service {
    display: block
}

.card-service:hover .card-service__icon svg path {
    fill: #17191b
}

.card-service__icon {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    height: 250px
}

.card-service__icon svg {
    display: block;
    max-width: 100%;
    max-height: 100%
}

.card-service__icon svg path {
    fill: #e5481d
}

.card-service__main {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 10px 15px 17px;
    min-height: 70px;
    color: #000;
    line-height: 1.47
}

.card-service__title {
    font-size: 17px;
    font-weight: 500
}

.service-title-wrap {
    margin-top: 50px;
    background-color: #f1f0ed
}

.service-title {
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px
}

.service-title .row {
    height: 100%
}

.service-title__img-wrap {
    display: none
}

.service-title__main {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.service-title__text p:last-child {
    margin-bottom: 0
}

.service-title__img {
    display: block;
    max-width: 100%
}

.service-title__img path {
    fill: #e5481d
}

@media (min-width: 768px) {
    .service-title-wrap {
        margin-top: 85px
    }

    .service-title__img-wrap {
        display: flex;
        align-items: center
    }

    .service-title__main {
        padding-left: 48px
    }
}

@media (min-width: 992px) {
    .service-title-wrap {
        background-color: transparent
    }

    .service-title {
        height: 376px
    }

    .service-title:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        right: 0;
        bottom: 0;
        left: -330px;
        background-image: linear-gradient(-64deg, transparent 165px, #f1f0ed 166px, #f1f0ed calc(100% - 164px), transparent calc(100% - 165px))
    }

    .service-title__main {
        padding-left: 48px
    }

    .service-title__title {
        margin-top: -.5em
    }
}

.title-banner {
    margin-bottom: 85px;
    height: 550px;
    background-position: 50%;
    background-size: auto 100%;
    background-repeat: no-repeat
}

.title-banner__title {
    padding-top: 1.6em;
    color: #fff
}

.reviews-slider__top {
    padding-right: 120px
}

.reviews-slider__title {
    margin-bottom: 1em
}

.reviews-slider__slider {
    position: relative
}

.reviews-slider__wrap {
    margin-bottom: 85px
}

.reviews-slider__wrap .owl-item .row {
    min-height: 492px
}

.reviews-slider__arrows {
    display: flex;
    justify-content: space-between;
    position: absolute;
    z-index: 5;
    top: -89px;
    right: 10px;
    width: 104px
}

.review-slide {
    padding: 0;
    line-height: 1.47
}

.review-slide__img {
    height: 300px;
    background-color: #848485;
    background-position: bottom;
    background-size: auto;
    background-repeat: no-repeat;
    clip-path: polygon(0 0, 100% 0, 100% 196px, 0 100%)
}

.review-slide__main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    padding: 34px 20% 34px 36px;
    height: 100%
}

.review-slide__date {
    margin-bottom: .4em;
    color: #cbc7be;
    font-size: 17px;
    font-weight: 500
}

.review-slide__name {
    margin-bottom: .4em;
    color: #000;
    font-size: 25px;
    font-weight: 700
}

.review-slide__post {
    margin-bottom: 1.2em;
    color: #cbc7be;
    font-size: 17px;
    font-weight: 500
}

.review-slide__text {
    color: #000;
    font-size: 17px;
    font-weight: 500
}

.review-slide .animated {
    animation-duration: .7s
}

@media (max-width: 575px) {
    .reviews-slider__top {
        padding-right: 70px
    }

    .reviews-slider__arrows {
        top: -80px;
        width: 65px
    }
}

@media (min-width: 992px) {
    .review-slide__date {
        position: absolute;
        width: 100%;
        top: 34px;
        left: 0;
        text-align: right
    }
}

.owl-carousel .fadeIn {
    animation-name: fadeIn
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.order-item {
    padding: 36px 7% 28px calc(11.5% - 5px);
    color: #000;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.47
}

.order-item__status {
    margin-bottom: 20px;
    font-size: 14px
}

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

.order-item__info {
    margin-right: 24px
}

.order-item__product-list {
    margin-right: 34px
}

.order-item__product-list .order-product:last-child {
    margin-bottom: 0
}

.order-item__buttons {
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    width: 210px
}

.order-item__id {
    font-weight: 700
}

.order-item__date {
    color: #cbc7be
}

.order-item__button {
    margin-top: 20px
}

.order-item__button:first-child {
    margin-top: 0
}

.order-product {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px
}

.order-product__name {
    font-weight: 700
}

.order-product__price {
    color: #cbc7be
}

.order-product__sum {
    margin-left: 15px;
    font-weight: 700;
    white-space: nowrap
}

.order-item-block {
    color: #000;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.47
}

.order-item-block__title {
    margin-bottom: 20px;
    margin-left: calc(37% + 10px);
    font-size: 20px;
    font-weight: 700
}

.order-item-block__main {
    position: relative;
    padding: 26px 10% 12px calc(11.5% - 5px);
    min-height: 228px
}

.order-item-block__main .property__title {
    width: 37%
}

.order-item-block__button {
    margin: 10px 0 15px;
    width: 188px
}

.order-item-block__img {
    height: 230px
}

@media (min-width: 768px) {
    .order-item-block__button {
        position: absolute;
        right: 10%;
        bottom: 25px
    }

    .order-item-block_total .property_accent .property__value {
        padding-right: 220px
    }
}

@media (max-width: 991px) {
    .order-item {
        padding: 36px 30px 28px
    }
}

@media (max-width: 767px) {
    .order-item__main {
        flex-direction: column
    }

    .order-item__info {
        margin-right: 0;
        margin-bottom: 15px
    }

    .order-item__product-list {
        margin-right: 0;
        margin-bottom: 20px
    }

    .order-item__buttons {
        width: 100%
    }

    .order-product {
        flex-direction: column
    }

    .order-product__sum {
        margin-left: 0
    }
}

@media (max-width: 575px) {
    .order-item-block__title {
        margin-left: 0
    }
}

.js-menu-phone {
    display: none;
}

.js-menu-phone a {
    padding: 0 5px;
    margin: 0 0 0 10px;
}

.fixed .js-menu-phone {
    display: flex;
    align-items: center;
    justify-content: center;
}

.js-menu-more-button {
    display: flex;
    align-items: center;
    justify-content: center;
}

.js-menu-more-button .menu__link {
    width: 15px;
    height: 15px;
    position: relative;
    padding: 0;
}

.js-menu-more-button .menu__link:after, .js-menu-more-button .menu__link:before {
    content: "";
    position: absolute;
    background-color: #e5481d;
}

.js-menu-more-button .menu__link:before {
    top: 50%;
    left: 0;
    margin-top: -1px;
    width: 100%;
    height: 2px;
}

.js-menu-more-button .menu__link:after {
    top: 0;
    left: 50%;
    margin-left: -1px;
    width: 2px;
    height: 100%;
}

.js-menu-more-button:hover .menu__link:after {
    display: none;
}

.sets .accordions__item {
    height: 100%
}

.sets .container {
    padding: 0 70px;
}

.product-info__photo > div:hover {
    width: 170px;
    height: 170px;
    background: white;
    position: absolute;
    display: flex;
    box-shadow: 0px 0px 51px 18px rgba(34, 60, 80, 0.09);
}

.product-info__photo > div:hover img {
    margin: auto;
}

.product-info__photo > div {
    transition: all 0.3s ease-out;
}

/*.home-catalog-more{
	cursor:pointer;
	width:100%;
	color:#CE2300;
	font-size:14px;
	padding:15px 10px 17px;
	font-weight:700;
	background: #fff;
	margin-bottom: 10px;

}*/
.home-catalog-more {
    width: calc(100% - 24px);
    color: #CE2300;
    margin-bottom: 10px;
}

.sort-paddings-fix {
    padding: 0px;
}

@media (max-width: 991px) {
    .filter-container, .desktop-sorter {
        display: none;
    }

    .filter-container.opened {
        display: block !important;
    }
}

.mobile-filter-sorter {
    width: 100%;
    padding: 0px 10px;
}

@media (min-width: 992px) {
    .mobile-filter-sorter {
        display: none;
    }
}

.mobile-filter-sorter .col-xs-6 {
    display: inline-block;
    width: 50%;
}

.mobile-filter-sorter .col-xs-6:first-child {
    float: left;
}

.toggleFilter {
    font-weight: 500;
    font-size: 17px;
    text-transform: uppercase;
    color: #000;
    cursor: pointer;
    position: relative;
    top: 20px;
}

.toggleFilter svg {
    margin-right: 8px;
    position: relative;
    top: 3px;
}

#product-design .owl-carousel .owl-item img,
#product-gallery .owl-carousel .owl-item img {
    width: auto;
}


/*21.02.2023*/
/*NEW TABS STYLES START*/
.board-info__tabs,
.product-detail__top-tabs {
    padding: 0;
}

.tabs {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}

.tabs__item {
    transform: skew(-20deg);
    background: #FFF;
    border: 1px solid #DAD6CE;
    margin-left: -1px;
    margin-bottom: -1px;
}

.tabs__item:hover {
    background: #17191B;
    border-color: #17191B;
}

.tabs__item.active {
    background: #E5481D;
    border-color: #E5481D;
}

.tabs__item.active .tabs__link,
.tabs__item:hover .tabs__link {
    color: #fff;
}

.tabs__item:first-child {
    position: relative;
    transform: none;
    margin-left: 0;
}

.tabs__item:first-child:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    top: -1px;
    right: -1px;
    width: 20px;
    height: 52px;
    transform: skew(-20deg);
    border: 1px solid #DAD6CE;
    border-left: none;
    background: #fff;
}
.board-tabs .tabs__item:first-child:before {
	content: none;
}
.board-tabs .tabs__item:first-child {
  transform: skew(-20deg);
}
.board-tabs .tabs__item:first-child .tabs__link {
  transform: skew(20deg);
}
.tabs__item:hover:before {
    background: #17191B;
    border-color: #17191B;
}

.tabs__item.active:before {
    background: #E5481D;
    border-color: #E5481D;
}

.tabs__item:first-child .tabs__link {
    transform: none;
}

.tabs__link {
    display: block;
    padding: 0 38px;
    line-height: 50px;
    font-weight: 700;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    transform: skew(20deg);
}

@media only screen and (max-width: 767px) {
    .board-info__tabs,
    .product-detail__top-tabs {
        padding-left: 10px;
        padding-right: 10px;
    }

    .tabs__item {
        width: 100%;
    }

    .tabs__item:first-child {
        transform: skew(-20deg);
        margin-left: -1px;
    }

    .tabs__item:first-child:before {
        display: none;
    }

    .tabs__item:first-child .tabs__link {
        transform: skew(20deg);
    }
}

/*NEW TABS STYLES END*/
.header-contacts__phone, .header-contacts__mail, .footer-phone, .footer-mail {
    display: inline-block;
    margin-bottom: .5em;
    color: #e5481d
}

.footer-phone:hover, .footer-mail:hover {
    color: #fff;
    text-decoration: none
}
.header-contacts__phone:hover, .header-contacts__mail:hover {
    color: black;
}

.basket__total {
    transition: 0.1s;
}



.fixed-cart {
    transition: 0.1s;
    position: fixed;
    top: 100px;
    width: 265px;
    z-index: -1;
}

@media screen and (max-width: 1200px) {
    .fixed-cart {
        width: 220px;
    }
}

@media (max-width: 768px) {
    .tabs__link {
        font-size: 15px;
        line-height: 34px;
    }
}