

/* Start:/local/assets/css/style.css?1782437107135767*/
.kpi-counter {
    position: fixed;
    z-index: 999;
    right: 0;
    top: 0;
    background: #42b983;
    color: #fff;
    font-weight: 700;
    padding: 2px 6px;
    font-size: 12px
}

.kpi-counter_alert {
    -webkit-animation: a 3s linear infinite;
    animation: a 3s linear infinite
}

@-webkit-keyframes a {
    50% {
        background: #f66
    }
}

@keyframes a {
    50% {
        background: #f66
    }
}


/*! normalize.css v3.0.1 | MIT License | git.io/normalize */

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background: 0 0
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

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

input {
    line-height: normal
}

input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

input[type=checkbox],
input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-box-sizing: content-box;
    -webkit-appearance: textfield;
    box-sizing: content-box
}

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

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

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

td,
th {
    padding: 0
}

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

@font-face {
    font-family: Manrope;
    font-display: auto;
    src: url(/local/assets/css/../fonts/Manrope-Semibold.woff2) format("woff2"), url(/local/assets/css/../fonts/Manrope-Semibold.woff) format("woff"), url(/local/assets/css/../fonts/Manrope-Semibold.ttf) format("truetype");
    font-weight: 600;
    font-style: normal
}

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

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

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

@font-face {
    font-family: Manrope;
    font-display: auto;
    src: url(/local/assets/css/../fonts/Manrope-Thin.woff2) format("woff2"), url(/local/assets/css/../fonts/Manrope-Thin.woff) format("woff"), url(/local/assets/css/../fonts/Manrope-Thin.ttf) format("truetype");
    font-weight: 200;
    font-style: normal
}

.footer {
    background: #f2f2f2
}

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

.footer__main {
    padding: 40px 0
}

.footer__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.footer__block:first-child {
    width: 55%
}

.footer__list {
    margin: 0 10% 0 0;
    list-style: none;
    -webkit-transition: all .2s;
    transition: all .2s
}

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

.footer__list li {
    margin: 0 0 16px;
    padding: 0 0 0 8px
}

.footer__list li a:not(.tel) {
    color: gray;
    text-decoration: none;
    -webkit-transition: all .2s;
    transition: all .2s
}

.footer__list li a:not(.tel):focus,
.footer__list li a:not(.tel):hover {
    color: #ffb300
}

.footer__list li a:not(.tel):focus {
    outline: 0
}

.footer__list-caption {
    position: relative;
    font-size: 14px;
    font-weight: 700
}

.footer__list-caption:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 2px;
    content: "";
    background: currentColor
}

.footer__footline {
    padding: 15px 0;
    border-top: 1px solid gray;
    -webkit-transition: all .2s;
    transition: all .2s
}

.footer_404 {
    background: 0 0
}

.footer_404 .caption {
    color: #ebebeb
}

.footer_404 .footer__container {
    width: 811px
}

.footer_404 .footer__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.footer_404 .footer__block:nth-child(1n) {
    width: calc(50% - 60px)
}

.footer_404 .footer__footline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 140px 0 70px;
    border: none;
    font-size: 14px
}

.footer_404 .footer__footline,
.footer_404 .nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.footer_404 .nav__link {
    margin: 0 0 24px
}

.footer_404 .nav__link:last-child {
    margin-bottom: 0
}

.header {
    position: relative;
    z-index: 99;
    font-size: 14px
}

.header__topline {
    padding: 4px 0;
    color: #f9f9f9;
    background: #37474f
}

.header__main {
    padding: 12px 0;
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, .05);
    box-shadow: 0 4px 8px rgba(0, 0, 0, .05)
}

.header__main-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px 0
}

.header__block:last-child {
    text-align: right
}

.header__mobile {
    display: none
}

.header__drop {
    display: none;
    position: absolute;
    z-index: 90;
    left: 0;
    top: 100%;
    padding: 24px 0;
    width: 100%;
    height: calc(100vh - 100%);
    background: #fff
}

.header__drop-foot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header__drop-foot .tel {
    margin: 0 0 8px
}

.header__mobile_show .header__drop {
    display: block
}

.header__mobile_show [data-menu] {
    z-index: 99
}

.header_404 {
    padding: 32px;
    text-align: center
}

.lang__link {
    color: currentColor
}

.lang__link_active {
    color: gray;
    text-decoration: none;
    pointer-events: none
}

.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    line-height: 1.2;
    padding: 12px 0
}

.nav__link {
    position: relative;
    z-index: 1;
    display: inline-block;
    padding: 0 8px 0 6px;
    font-weight: 700;
    color: currentColor;
    text-decoration: none;
    border-left: 2px solid #ffb300;
    -webkit-transform-origin: center;
    transform-origin: center;
    transition: color .2s, all .2s, -webkit-transform .2s .1s;
    -webkit-transition: color .2s, all .2s, -webkit-transform .2s .1s;
    transition: color .2s, transform .2s .1s, all .2s;
    transition: color .2s, transform .2s .1s, all .2s, -webkit-transform .2s .1s
}

.nav__link:focus,
.nav__link:hover {
    color: transparent;
    border-color: transparent;
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
    color: #fff;
    outline: 0
}

.nav__link:focus:before,
.nav__link:hover:before {
    -webkit-transform: scaleX(1.1) scaleY(1.5);
    transform: scaleX(1.1) scaleY(1.5);
    width: 100%
}

.nav__link:before {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    text-align: center;
    content: "";
    color: transparent;
    background: #37474f;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transition: all .5s;
    transition: all .5s
}

.m-btn {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 24px;
    height: 24px;
    color: #37474f;
    background: 0 0;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    margin: 0 4px
}

.m-btn:first-child {
    margin-left: 0
}

.m-btn:last-child {
    margin-right: 0
}

.m-btn:focus {
    outline: 0
}

.m-btn svg {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    fill: currentColor;
    width: 20px
}

.m-btn_toggle svg:first-child {
    display: block
}

.m-btn_toggle svg:last-child,
.m-btn_toggle-click svg:first-child {
    display: none
}

.m-btn_toggle-click svg:last-child {
    display: block
}

.m-btn_toggle-click:before {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: "";
    width: 72px;
    height: 74px;
    background: #fff
}

.logotype {
    display: block
}

.logotype img,
.logotype svg {
    max-width: 100%;
    max-height: 100%
}

.link {
    position: relative;
    display: inline-block;
    min-height: 24px;
    line-height: 24px;
    color: currentColor;
    text-decoration: none;
    margin: 0 0 8px;
    font-weight: 700;
    -webkit-transition: all .2s;
    transition: all .2s;
    background: 0 0;
    border: none;
    padding: 0
}

.link__ico {
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px
}

.link__ico svg {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 75%;
    max-height: 75%;
    fill: currentColor
}

.link__ico_highlight svg {
    fill: #ffb300
}

.link:last-of-type {
    margin: 0
}

.link[href]:hover {
    color: #ffb300
}

.link_ico {
    padding-left: 28px
}

.link_thin {
    font-weight: 400
}

.link_decor {
    text-decoration: underline
}

.link_size-s {
    font-size: .875em
}

.link_highlight {
    color: #ffb300
}

.link_highlight[href]:hover {
    color: #37474f
}

.link_pos-absolute {
    position: absolute;
    z-index: 1;
    top: 30px;
    font-weight: 400;
    color: gray
}

.link_pos-left {
    left: 0
}

.link_pos-right {
    right: 0
}

.links a {
    margin: 0 6.7% 0 0
}

.links a:last-child {
    margin: 0
}

.btn {
    display: inline-block;
    vertical-align: top;
    height: 40px;
    white-space: nowrap;
    line-height: 40px;
    font-size: 14px;
    padding: 0 15px;
    margin: 0 8px 8px 0;
    max-width: 100%;
    border: none;
    border-radius: 5px;
    background: #f9f9f9;
    color: #37474f;
    text-decoration: none;
    text-align: center;
    border: 1px solid #ebebeb;
    border-radius: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: all .2s;
    transition: all .2s
}

.btn:focus,
.btn:hover {
    outline: 0;
    color: #f9f9f9;
    background: #ffb300;
    border-color: #ffb300
}

.btn:focus .btn__ico,
.btn:hover .btn__ico {
    color: #f9f9f9
}

.btn:focus svg,
.btn:hover svg {
    fill: #f9f9f9
}

.btn__ico {
    left: 8px;
    width: 24px;
    height: 24px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #bdbdbd
}

.btn__ico,
.btn__ico svg {
    position: absolute;
    top: 50%
}

.btn__ico svg {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    fill: currentColor;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transition: all .2s;
    transition: all .2s
}

.btn .ico {
    margin-top: 4px
}

.btn_image {
    height: auto;
    padding: 0;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    border: none
}

.btn_image img {
    max-width: 100%
}

.btn_ico {
    position: relative;
    padding: 0 16px 0 40px
}

.btn_disable {
    background: 0 0;
    pointer-events: none
}

.btn_dark {
    color: #f9f9f9;
    background: #37474f
}

.btn_centering {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.btn_decor {
    font-size: 18px;
    font-weight: 700;
    text-decoration: underline
}

.btn_size-l {
    height: 80px;
    line-height: 80px;
    padding: 0 30px
}

.btn_full {
    width: 100%;
    margin: 0 0 16px
}

.btn_upload {
    border: 1px dashed currentColor;
    background: #fff
}

.btn_upload:hover {
    background: #37474f;
    color: #f9f9f9;
    border-color: #37474f
}

.btn_highlight {
    background: #ffb300;
    color: #fff;
    border-color: #ffb300
}

.btn_highlight:hover {
    color: #37474f;
    background: #f9f9f9;
    border: 1px solid #ebebeb
}

.tab {
    margin: 0 10px;
    pointer-events: auto
}

.tab:focus,
.tab:hover {
    outline: 0;
    background: 0 0;
    color: red
}

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

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

.tab_active {
    color: red;
    pointer-events: none
}

.tel {
    display: block;
    text-decoration: none;
    font-size: 20px;
    font-weight: 700;
    color: #37474f
}

.tel_small {
    font-size: 16px
}

.title {
    display: block;
    width: 100%;
    font-size: 64px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 auto 24px;
    -webkit-transition: all .2s;
    transition: all .2s
}

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

.title_error:before {
    position: absolute;
    z-index: -1;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: attr(data-code);
    color: #f9f9f9;
    font-size: 250px;
    pointer-events: none
}

.title_article {
    font-size: 36px
}

.title_section {
    text-align: center;
    max-width: 820px
}

.video {
    width: 100%;
    height: 664px
}

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

.ico {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 1px;
    width: 24px;
    height: 24px;
    margin: 0 4px
}

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

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

.ico svg {
    fill: currentColor;
    max-width: 100%;
    max-height: 100%
}

.ico_gray svg {
    fill: #bdbdbd
}

.ico_size-l {
    top: 8px;
    margin-right: 18px;
    width: 36px;
    height: 36px
}

.checkbox {
    display: block;
    padding: 8px 0;
    cursor: pointer
}

.checkbox:hover .checkbox__box {
    border-color: red
}

.checkbox input {
    display: none
}

.checkbox input:checked+.checkbox__content .checkbox__box:before {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg) scale(1);
    transform: translate(-50%, -50%) rotate(-45deg) scale(1)
}

.checkbox__content {
    position: relative;
    padding-left: 24px
}

.checkbox__box {
    position: absolute;
    left: 0;
    top: 4px;
    width: 16px;
    height: 16px;
    border-radius: 2px;
    background: #ffb300;
    -webkit-transition: border .2s;
    transition: border .2s
}

.checkbox__box:before {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(0) scale(0);
    transform: translate(-50%, -50%) rotate(0) scale(0);
    -webkit-transform-origin: center;
    transform-origin: center;
    content: "";
    margin-top: -1px;
    width: 10px;
    height: 5px;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    -webkit-transition: all .1s;
    transition: all .1s;
    opacity: 0
}

.checkbox__name {
    margin: 0;
    -webkit-transition: all .2s;
    transition: all .2s
}

.select,
.select.nice-select {
    width: 223px;
    max-width: 100%
}

.select.nice-select:focus,
.select:focus {
    border-color: red
}

.select .list,
.select.nice-select .list {
    width: 100%
}

.select .selected.disabled,
.select.nice-select .selected.disabled {
    display: none
}

.field {
    position: relative;
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0 0 16px
}

.field__message {
    position: absolute;
    right: 0;
    top: 100%;
    text-align: right;
    font-size: 10px;
    padding: 4px
}

.field__message p {
    margin: 0
}

.field__caption {
    display: block;
    padding: 0 16px;
    margin: 0 0 4px
}

.field__input {
    display: block;
    height: 48px
}

.field__input input {
    padding: 0 16px;
    height: 100%;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    background: #fff;
    border: 1px solid #ebebeb;
    border-radius: 2px;
    -webkit-transition: all .2s;
    transition: all .2s
}

.field__input input:focus {
    outline: 0;
    border-color: #37474f
}

.field__input input::-webkit-input-placeholder {
    color: #bcbcbc
}

.field__input input:-ms-input-placeholder,
.field__input input::-ms-input-placeholder {
    color: #bcbcbc
}

.field__input input::-webkit-input-placeholder {
    color: #bcbcbc
}

.field__input input:-ms-input-placeholder {
    color: #bcbcbc
}

.field__input input::-ms-input-placeholder {
    color: #bcbcbc
}

.field__input input::placeholder {
    color: #bcbcbc
}

.field__input_text {
    height: 100px
}

.field__input_text textarea {
    display: block;
    width: 100%;
    height: 100%;
    border: none;
    padding: 14px 16px;
    resize: none;
    background: #fff;
    border: 1px solid #ebebeb;
    border-radius: 2px;
    -webkit-transition: all .2s;
    transition: all .2s
}

.field__input_text textarea:focus {
    outline: 0;
    border-color: #37474f
}

.field__input_text textarea::-webkit-input-placeholder {
    color: #bcbcbc
}

.field__input_text textarea:-ms-input-placeholder,
.field__input_text textarea::-ms-input-placeholder {
    color: #bcbcbc
}

.field__input_text textarea::-webkit-input-placeholder {
    color: #bcbcbc
}

.field__input_text textarea:-ms-input-placeholder {
    color: #bcbcbc
}

.field__input_text textarea::-ms-input-placeholder {
    color: #bcbcbc
}

.field__input_text textarea::placeholder {
    color: #bcbcbc
}

.field__caption {
    font-size: 13px
}

.field_error input,
.field_error textarea {
    border-color: #eb5757
}

.field_error .field__message {
    color: #eb5757
}

.field_required .field__caption:after {
    display: inline-block;
    vertical-align: top;
    margin-left: 4px;
    content: "*"
}

.form {
    font-size: 14px
}

.form__line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0
}

.form__line_double>* {
    width: calc(50% - 10px)
}

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

.form__line_contacts .field:first-child {
    width: calc(57% - 5px)
}

.form__line_contacts .field:last-child {
    width: calc(43% - 5px)
}

.form__submit {
    margin: 30px 0 0;
    text-align: center
}

.form__submit .btn {
    margin: 0
}

.form__message {
    text-align: center;
    margin: 16px 0
}

.form__message p {
    margin: 0
}

.form__message_error {
    color: #eb5757
}

.form__message_success {
    color: #4bb543
}

.breadcrumbs {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0;
    text-align: center
}

.breadcrumbs__item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.428;
    margin: 0 9px
}

.breadcrumbs__item:after {
    position: absolute;
    right: -17px;
    top: 1px;
    width: 16px;
    height: 16px;
    content: "";
    background: url(/local/assets/css/../img/arrow_bread.svg) no-repeat 50%
}

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

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

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

.breadcrumbs__item a {
    position: relative;
    display: block;
    text-decoration: none;
    color: red;
}

.breadcrumbs__item a:after {
    position: absolute;
    bottom: 0;
    width: 105%;
    height: 1px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    content: "";
    background: currentColor;
    opacity: 0;
    -webkit-transition: all .25s;
    transition:  all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
}

.breadcrumbs__item a:hover:after {
    opacity: 1
}

.breadcrumbs__item:last-child a {
    color: currentColor;
    pointer-events: none
}

#jwplayer:not(.full-jw) {
    width: 100% !important;
    max-width: 1200px !important;
}

#jwplayer:not(.full-jw) #jwplayer_displayarea {
    width: 100% !important;
    max-width: 1200px !important;
}

#jwplayer:not(.full-jw) #jwplayer_video {
    width: 100% !important;
}

#jwplayer:not(.full-jw) #jwplayer_jwplayer_display {
    width: 100% !important;
}
#jwplayer:not(.full-jw) #jwplayer_jwplayer_controlbar {
    width: 100% !important;
    max-width: 1160px !important;
}
#jwplayer:not(.full-jw) #jwplayer_jwplayer_controlbar_background {
    width: 100% !important;
    max-width: 1158px !important;
}
#jwplayer:not(.full-jw) #jwplayer_jwplayer_controlbar_elements {
    width: 100% !important;
    max-width: 1158px !important;
}
#jwplayer:not(.full-jw) #jwplayer_jwplayer_controlbar_timeSliderRail {
    /*width: 100% !important;*/
    /*max-width: 974px !important;*/
}
#jwplayer:not(.full-jw) #jwplayer_jwplayer_display_iconBackground {
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
    margin: auto !important;
}

.slider {
    position: relative;
    margin: 0 0 50px;
    /* overflow: hidden; */
    -webkit-transition: all .5s;
    transition: all .5s
}

.slider[data-slider=preview] .tns-outer {
    padding: 0 42px !important
}

.slider__controls {
    position: absolute;
    z-index: 9;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 0;
    height: 0;
    width: calc(100% - 32px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.slider__controls:focus {
    outline: 0
}

#modal-1-content .slider__controls {
    position: absolute;
    z-index: 9;
    top: 105%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 0;
    height: 0;
    width: calc(100% - 32px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.slider__arrow {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 32px;
    height: 32px;
    background: #f9f9f9;
    border-radius: 50%;
    border: none;
    margin: 0 4px;
    -webkit-transform-origin: center;
    transform-origin: center;
    transition: all .1s, opacity .2s, -webkit-transform .3s;
    -webkit-transition: all .1s, opacity .2s, -webkit-transform .3s;
    transition: all .1s, transform .3s, opacity .2s;
    transition: all .1s, transform .3s, opacity .2s, -webkit-transform .3s
}

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

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

.slider__arrow:focus {
    outline: 0
}

.slider__arrow:hover {
    background: #37474f
}

.slider__arrow:hover svg {
    fill: #ffb300
}


/* .slider__arrow[disabled] {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0
} */

.slider__arrow svg {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 50%;
    max-height: 50%;
    fill: #37474f;
    -webkit-transition: all .2s;
    transition: all .2s
}

.slider__arrow_next {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

.slider__preview {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0;
    white-space: nowrap;
    overflow: hidden
}

.slider__preview-item {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 10px;
    width: 33.333%;
    height: 126px;
    opacity: .3;
    cursor: pointer;
    overflow: hidden;
    -webkit-transition: all .2s;
    transition: all .2s
}

.slider__preview-item img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    pointer-events: none;
    max-width: 90%;
    max-height: 90%
}

.slider__preview-item:hover {
    opacity: .7
}

.slider__preview-item_active {
    opacity: 1;
    pointer-events: none
}

.slider_index {
    height: 640px
}

.slider_index .slider__controls {
    bottom: 200px;
    left: 0;
    -webkit-transform: none;
    transform: none;
    top: auto;
    width: auto
}

.slider_full {
    position: relative;
    width: 99vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.slider_full .slider__slides li {
    position: relative;
    height: 33vw;
    max-height: 634px;
    overflow: hidden;
    border-radius: 5px
}

.slider_full .slider__slides li:first-child {
    margin-left: 0
}

.slider_full .slider__controls {
    max-width: 200px
}

.slider_products {
    margin: 0 0 100px;
    height: 26vw;
    min-height: 360px;
    max-height: 500px
}

.slider_products .p-item {
    left: -160px;
    opacity: .3
}

.slider_products .p-item:hover {
    opacity: 1
}

.slider_products .slider__slides li {
    min-height: 360px
}

.slide {
    position: relative;
    height: inherit;
    /* overflow: hidden */
}

.slide__content {
    width: 500px;
    width: 44%;
    margin: 0 auto 0 0
}

.slide__image {
    position: absolute;
    top: 0;
    right: 0;
    width: 53%;
    max-width: 600px;
    text-align: center;
    -webkit-transition: all .5s;
    transition: all .5s
}

.slide__image img,
.slide__image picture {
    display: block;
    /* margin: 0 auto; */
    max-width: 100%;
    max-height: inherit
}

.gallery-slider__nav {
    margin-top: 25px;
    margin-bottom: 20px;
}

.slick-slide {
    outline: none;
}

.slider__slides {
    height: 100%;;
}

.slider__slides .slick-list {
    height: inherit;
}

.slider__slides .slick-slide {
    width: 100%;
    max-width: 1180px;
}

.slider__slides .slick-prev {
    top: auto;
    bottom: 190px;
    z-index: 10;
}

.slider__slides .slick-next {
    left: 40px;
    right: auto;
    top: auto;
    bottom: 190px;
}

.slider_images .slider__controls {
    display: none;
}

.slider_images .slick-arrow {
    background-color: #ffffff;
}

.slider_images .slick-prev{
    top: 50%;
    margin-top: -16px;
    left: 20px;
}

.slider_images .slick-next {
    top: 50%;
    margin-top: -16px;
    right: 20px;
    left: auto;
}

.gallery-slider__nav .slick-slide {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
     display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
     justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 150px !important;
    height: 110px !important;
    margin-right: 15px;
    opacity: 0.3;
    outline: none;
    cursor: pointer;
}

.gallery-slider__nav .slick-slide:hover {
    opacity: 1;
}

.gallery-slider__nav .slick-slide:last-child {
    margin-right: 0;
}

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

.gallery-slider .slick-slide {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
     display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
     justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100% !important;
    outline: none;
}

.gallery-slider__nav .slick-list {
    width: 100%;
    max-width: 496px !important;
    margin: auto !important;
    padding: 0 !important;
}

.gallery-slider__nav {
    position: relative;
}



.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    width: 32px;
    height: 32px;
    background: #F9F9F9;
    border-radius: 50%;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    outline: none;
    z-index: 1;
}

.slick-prev {
    top: 50%;
    left: 0;
    margin-top: -16px;
    background: url('/local/assets/css/../img/arrow-prev.svg') center no-repeat;
}

.slick-next {
    top: 50%;
    right: 0;
    margin-top: -16px;
    background: url('/local/assets/css/../img/arrow-next.svg') center no-repeat;
}

.slick-prev:hover,
.slick-next:hover {
    background-color: #ffb300;
}

.slick-disabled {
    opacity: 0;
}

.slick-current {
    opacity: 1 !important;
}

#mouse-drag .slick-slide,
#mouse-drag2 .slick-slide {
    opacity: 0.3;
}

#mouse-drag .slick-active,
#mouse-drag2 .slick-active {
    opacity: 1;
}

.numbers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%
}

.numbers__block strong {
    display: block;
    font-size: 56px;
    font-weight: 700;
    color: #ffb300;
    -webkit-transition: all .2s;
    transition: all .2s
}

.numbers__block p {
    margin: 0
}

.numbers_slider {
    position: absolute;
    left: 0;
    bottom: 50px;
    max-width: 560px
}

.file {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    padding: 32px;
    background: #fff;
    border-radius: 5px;
    color: currentColor;
    text-decoration: none;
    -webkit-transition: all .4s, color .2s;
    transition: all .4s, color .2s
}

.file:focus,
.file:hover {
    z-index: 2;
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 20px rgba(0, 0, 0, .2);
    outline: 0
}

.file:focus .file__name,
.file:hover .file__name {
    color: #ffb300
}

.file__info {
    width: 25%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    color: gray
}

.file__main {
    width: 75%;
    max-width: 578px;
    margin: 0 16px;
    padding: 8px 0
}

.file__type {
    position: relative;
    width: 36px;
    height: 36px;
    margin: 0 0 0 auto
}

.file__type img,
.file__type svg {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 84%;
    max-height: 84%
}

.file__type svg {
    fill: #37474f
}

.file__name {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    color: currentColor;
    text-decoration: underline;
    -webkit-transition: all .2s;
    transition: all .2s
}

.file__size {
    display: inline-block;
    padding: 5px 0 0;
    font-size: 10px;
    margin: 0 8px
}

.file__controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 8px
}

.file__options {
    margin: 20px 0
}

a.file__name {
    -webkit-transition: color .2s;
    transition: color .2s
}

a.file__name:hover {
    color: #ffb300
}

.file_info {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.file_info:hover {
    color: currentColor
}

.file_bg {
    margin: 0 0 48px;
    background: #f9f9f9;
    border-radius: 5px;
    border: 1px solid #ebebeb
}

.file_bg:hover {
    -webkit-box-shadow: none;
    box-shadow: none
}

.list-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 48px
}

.list-items>* {
    margin-left: 10px;
    margin-right: 10px
}

.list-items>:first-child {
    margin-left: 0
}

.list-items>:last-child {
    margin-right: 0
}

.list-items_single>* {
    margin-left: 0;
    margin-right: 0;
    width: 100%
}

.list-items_double>* {
    width: calc(50% - 10px)
}

.list-items_double>:nth-child(odd) {
    margin-left: 0
}

.list-items_double>:nth-child(2n) {
    margin-right: 0
}

.list-items_triple>* {
    width: calc(33.475% - 15px)
}

.list-items_triple>:nth-child(3n+4) {
    margin-left: 0
}

.list-items_triple>:nth-child(3n) {
    margin-right: 0
}

.nblock {
    position: relative;
    z-index: 1;
    padding: 24px;
    border-radius: 5px;
    background: #fff;
    -webkit-transition: all .4s;
    transition: all .4s;
    margin-bottom: 24px
}

.nblock:hover {
    z-index: 3;
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 20px rgba(0, 0, 0, .2)
}

.nblock__image {
    width: 100%;
    height: 173px;
    margin: 0 0 16px;
    overflow: hidden
}

.nblock__image img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 100%;
    min-height: 100%
}

.nblock__title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    color: currentColor;
    -webkit-transition: all .2s;
    transition: all .2s
}

.nblock__title:hover {
    color: #ffb300
}

.nblock__date {
    color: #bdbdbd
}

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

.nblock__bottom .btn {
    margin: 0
}


.timeline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0 0 50px;
    padding: 0;
    list-style: none;
    border-bottom: 1px solid #ebebeb;
    font-size: 18px
}

.timeline__item {
    position: relative;
    z-index: 3;
    top: 0;
    display: inline-block;
    vertical-align: bottom;
    white-space: nowrap;
    margin-left: 4%;
    padding-bottom: 3px;
    cursor: pointer;
    -webkit-transition: all .2s;
    transition: all .2s
}

.timeline__item a {
    color: currentColor;
    text-decoration: none
}

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

.timeline__item:hover {
    color: #fff;
    -webkit-transition: all .2s .2s;
    transition: all .2s .2s
}

.timeline__item:hover:before {
    opacity: 1;
    height: 125%;
    -webkit-transform: scaleX(1.5);
    transform: scaleX(1.5)
}

.timeline__item:before {
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 2px;
    content: "";
    background: #37474f;
    opacity: 0;
    transition: all .2s, height .2s .2s, -webkit-transform .3s .2s;
    -webkit-transition: all .2s, height .2s .2s, -webkit-transform .3s .2s;
    transition: all .2s, height .2s .2s, transform .3s .2s;
    transition: all .2s, height .2s .2s, transform .3s .2s, -webkit-transform .3s .2s
}

.timeline__item_selected {
    font-weight: normal;
    pointer-events: none
}

.timeline__item_selected span {
    text-shadow: 0 0 1px;
}

.timeline__item_selected:before {
    opacity: 1;
    background: #ffb300
}

.dblock {
    padding: 3.4% 2% 0;
    margin-bottom: 40px
}

.dblock__title {
    display: block;
    font-size: 18px;
    font-weight: 700
}

.dblock__image {
    margin: 0 0 16px;
    font-size: 0;
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 20px rgba(0, 0, 0, .2);
    border-radius: 5px;
    overflow: hidden
}

.dblock__image img {
    max-width: 100%;
    max-height: 100%
}

.dblock__info {
    position: relative;
    padding: 16px 16px 40px
}

.dblock__controls {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 8px 16px;
    width: 100%;
    color: #b2b2b2;
    font-size: 16px
}

.dblock__controls>* {
    margin: 0 24px
}

.dblock__controls>:first-child {
    margin-left: 0
}

.dblock__controls>:last-child {
    margin-right: 0
}

.dblock__text {
    margin: 0 0 8px
}

.dblock_detailed {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 0
}

.dblock_detailed .dblock__image {
    width: 180px;
    margin: 0
}

.dblock_detailed .dblock__info {
    width: calc(100% - 180px)
}

.dblock_detailed .dblock__title {
    font-size: 24px
}

.article {
    padding: 40px 0;
    width: 780px;
    max-width: 100%;
    margin: 0 auto
}

.article__image {
    position: relative;
    display: block;
    width: 100%;
    height: 300px;
    overflow: hidden
}

.article__image img {
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    min-width: 100%
}

.article__description {
    line-height: 1.5;
    margin: 0 0 32px
}

.article__content {
    margin-bottom: 56px
}

.reportage__head {
    position: relative;
    margin: 0 0 40px
}

.reportage__date {
    position: absolute;
    top: 2px;
    right: 100%;
    padding-right: 20px;
    color: #bdbdbd
}

.reportage__title {
    background: 0 0;
    border: none;
    font-weight: 700;
    font-size: 1.125em;
    text-decoration: underline;
    -webkit-transition: all .2s;
    transition: all .2s
}

.reportage__title:hover {
    color: #ffb300
}

.reportage__gallery {
    position: relative;
    width: 680px;
    margin: 0 auto;
    padding-left: 50px;
    cursor: pointer
}

.reportage__gallery:hover .reportage__gallery-image {
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 20px rgba(0, 0, 0, .2)
}

.reportage__gallery:hover .reportage__gallery-image:after {
    opacity: 0;
    right: 0
}

.reportage__gallery:hover .reportage__gallery-count {
    color: #fff;
    background: #ffb300
}

.reportage__gallery-image {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 420px;
    -webkit-transition: all .3s;
    transition: all .3s
}

.reportage__gallery-image img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-width: 100%;
    border-radius: 5px;
    min-height: 100%
}

.reportage__gallery-image:after {
    position: absolute;
    z-index: -1;
    right: -30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
    width: 30px;
    height: 100%;
    background-image: url(/local/assets/css/../pictures/reportage-after.png);
    background-repeat: no-repeat;
    background-position: 0;
    background-size: contain;
    -webkit-transition: all .3s;
    transition: all .3s;
    opacity: 1
}

.reportage__gallery-count {
    position: absolute;
    z-index: 3;
    bottom: 120px;
    left: 0;
    width: 100px;
    height: 100px;
    background: #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 20px rgba(0, 0, 0, .2);
    color: #ffb300;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    padding: 18px 10px 10px;
    -webkit-transition: all .3s;
    transition: all .3s
}

.reportage__gallery-count strong {
    display: block;
    font-size: 40px
}


.history__block {
    width: 880px;
    max-width: 100%;
    margin: 0 auto
}

.history__block_welcome {
    text-align: center
}

.history__block_ending .history__image:before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: "";
    pointer-events: none;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(40.64%, rgba(91, 54, 70, 0)), color-stop(77.4%, rgba(91, 54, 70, .85)));
    background: linear-gradient(180deg, rgba(91, 54, 70, 0) 40.64%, rgba(91, 54, 70, .85) 77.4%)
}

.history__content {
    padding: 50px 0 80px
}

.history__content_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 0
}

.history__content-main {
    width: 55%
}

.history__content-highlight {
    position: relative;
    top: 22px;
    padding: 30px;
    width: 40%;
    background: #ffb300;
    color: #37474f
}

.history__content-highlight p {
    margin: 0
}

.history__image {
    position: relative;
    z-index: 1;
    width: 100vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.history__image img {
    max-width: 100%
}

.history__image-content {
    position: absolute;
    z-index: 3;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 50px 0;
    color: #f9f9f9;
    width: 880px;
    max-width: 100%
}

.history__image-content .content {
    width: 480px;
    max-width: 100%
}

.p-seria {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 40px 48px;
    margin: 0 0 20px;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    -webkit-transition: all .3s;
    transition: all .3s
}

.p-seria:hover {
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 20px rgba(0, 0, 0, .2)
}

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

.p-seria__image {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 35%
}

.p-seria__image img {
    max-width: 100%;
    max-height: 100%
}

.p-seria__content {
    padding-left: 30px;
    width: 65%
}

.p-seria__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 34px
}

.p-seria__actions>* {
    margin: 0 24px 0 0
}

.p-seria__actions>:last-child {
    margin-right: 0
}

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

.product__gallery,
.product__info {
    width: 50%
}

.product__gallery:first-child,
.product__info:first-child {
    padding-right: 10px
}

.product__gallery:last-child,
.product__info:last-child {
    padding-left: 10px
}

#galleryModal {
    display: none;
    position: fixed;
    z-index: 9999;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
}

.gallery-Img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    cursor: pointer;
}

.gallery-modal__block {
    display: -webkit-box;
    display: -ms-flexbox;
     display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
     justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 80%;
    max-width: 700px;
    min-height: 500px;
    margin: auto;
    background: #ffffff;
    padding: 20px;
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

.modal-gallery__img {
    margin: auto;
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    /* -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s; */
}


@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0)
    }
    to {
        -webkit-transform: scale(1)
    }
}

@keyframes zoom {
    from {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

#closeGalleryModal {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

#closeGalleryModal:hover {
    cursor: pointer;
    color: #bbbbbb;
}

.product__title {
    display: block;
    margin: 0 0 40px;
    padding: 0 10%;
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    text-align: center
}

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

.product__files>* {
    width: calc(50% - 10px);
    margin: 0
}

.product__links {
    margin: 8px 0;
    padding: 0;
    list-style: none
}

.product__links li {
    display: block;
    margin: 0 0 24px
}

.product__links li a,
.product__links li button {
    text-align: left
}

.params {
    margin: 0 auto 30px;
    padding: 0;
    list-style: none;
    font-size: 14px;
    max-width: 780px
}

.params__item {
    padding: 10px 16px;
    border: 1px solid #ebebeb;
    border-bottom: none;
    border-radius: 2px;
    background: #fff;
    -webkit-transition: all .2s;
    transition: all .2s;
    color: gray;
    cursor: default
}

.params__item:last-child {
    border-bottom: 1px solid #ebebeb
}

.params__item p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0
}

.params__item p span {
    max-width: 50%
}

.params__item p strong {
    max-width: 50%;
    font-weight: 400;
    color: #000;
    text-align: right
}

.params__item:hover {
    background: rgba(255, 179, 0, .3);
    color: #37474f
}

.details {
    display: block;
    width: 100%;
    margin: 0 0 16px;
    text-align: center;
    background: #f9f9f9;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 0 1px #ebebeb;
    box-shadow: inset 0 0 0 1px #ebebeb;
    border-radius: 2px;
    -webkit-transition: all .4s;
    transition: all .4s
}

.details[open] {
    background: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 20px rgba(0, 0, 0, .2)
}

.details[open] .details__caption span:after {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1)
}

.details__caption {
    padding: 24px 8px;
    cursor: pointer
}

.details__caption span,
.details__caption span:after {
    display: inline-block;
    position: relative
}

.details__caption span:after {
    top: 6px;
    z-index: 3;
    width: 24px;
    height: 24px;
    content: "";
    -webkit-transition: all .3s;
    transition: all .3s;
    background-repeat: no-repeat;
    background-size: 12px 7px;
    background-position: 50%;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSI3IiBmaWxsPSJub25lIj4gIDxwYXRoIGZpbGw9IiMzNzQ3NEYiIGQ9Ik0xMS43LjNhMSAxIDAgMCAwLTEuNSAwTDYgNC41IDEuOC4zQTEgMSAwIDAgMCAuMy4zYTEgMSAwIDAgMCAwIDEuNWw1IDQuOWMuMi4yLjUuMy43LjMuMyAwIC41LS4xLjctLjNsNS01Yy40LS4zLjQtMSAwLTEuNHoiLz48L3N2Zz4=)
}

.details__caption:focus {
    outline: 0
}

.details__content {
    padding: 8px 24px 16px
}

.details__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none
}

.details__list li {
    max-width: 100%
}

.p-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 20vw;
    max-width: 380px;
    min-width: 280px;
    text-decoration: none;
    -webkit-transition: all .3s;
    transition: all .3s
}

.p-item__image {
    position: relative;
    margin: 0 0 24px;
    width: 100%;
    height: 20vw;
    min-height: 280px;
    max-height: 380px
}

.p-item__image img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%
}

.p-item__title {
    width: 100%;
    padding: 0 13%
}

.p-item__title .btn {
    display: block
}


.gallery .slider__arrow[disabled] {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0
}

.gallery__zoom {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 692px;
    overflow: hidden;
    -webkit-transition: all .4s;
    transition: all .4s
}

.gallery__zoom img {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 90%;
    max-height: 90%;
    opacity: 0;
    -webkit-transition: all .5s;
    transition: all .5s
}

.tabs {
    position: relative
}

.tabs__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0 0 40px;
    padding: 0;
    list-style: none;
    font-size: 18px;
    line-height: 32px;
    border-bottom: 1px solid #ebebeb
}

.tabs__item {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    white-space: nowrap;
    text-align: center;
    cursor: pointer
}

.tabs__item:hover:after {
    opacity: .3
}

.tabs__item:after {
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 2px;
    content: "";
    opacity: 0;
    background: #ffb300;
    -webkit-transition: all .1s;
    transition: all .1s
}

.tabs__item_selected {
    font-weight: normal !important;
    pointer-events: none
}

.tabs__item_selected button {
    text-shadow: 0 0 1px !important;
    font-weight: normal !important;
}


.tabs__item_selected:after {
    opacity: 1
}

.tabs__item-btn {
    display: block;
    padding: 0;
    margin: 0;
    width: 100%;
    background: 0 0;
    border: none
}

.tabs__item-btn:focus {
    outline: 0;
    font-weight: normal
}

[data-tab] {
    display: none
}

.table {
    font-size: .875em;
    margin-bottom: 40px
}

.table__main {
    width: 100%;
    border-radius: 2px;
    min-width: 900px
}

.table__head {
    color: #f9f9f9;
    background: #37474f
}

.table__cell {
    padding: .8%;
    text-align: center;
    border-bottom: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    border-radius: 2px
}

.table__cell:first-child {
    border-left: 1px solid #ebebeb
}

.table__row:first-child .table__cell_head {
    border-top: 1px solid #f9f9f9
}

.table__cell_head {
    padding: 1%;
    border-color: #f9f9f9
}

.table__cell_size-s {
    width: 7%;
    word-break: break-all
}

.table_simple .table__main {
    min-width: 600px
}

.table_simple .table__cell:not(.table__cell_head) {
    padding: 1.36%;
    border-right: none
}

.info {
    width: 100%;
    margin: 0 0 56px
}

.info__wrap {
    width: 880px
}

.info__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
    padding: 0;
    list-style: none
}

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

.info__item {
    margin: 0 0 16px
}

.info__item-caption {
    padding: 0 10px;
    width: 43%;
    text-align: right;
    font-size: 1.125em;
    font-weight: 700
}

.info__item-value {
    padding: 0 10px;
    width: 57%
}

.info_bg {
    padding: 40px 32px;
    background: #f9f9f9
}

.contacts__block {
    display: block;
    margin: 0 0 36px
}

.contacts__block_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.contacts__info {
    padding: 24px;
    /* width: calc(100% - 900px); На IE не работает*/
    width: auto;
    background: #37474f
}

.contacts__info .link:hover {
    color: #fff
}

.contacts__info-line {
    position: relative;
    padding-left: 30px;
    margin: 0 0 16px
}

.contacts__info-line:last-child {
    margin-bottom: 0
}

.contacts__info-icon {
    position: absolute;
    left: 0;
    top: 2px;
    width: 24px;
    height: 24px;
    padding: 2px
}

.contacts__info-icon img,
.contacts__info-icon svg {
    max-width: 100%;
    max-height: 100%
}

.contacts__info-icon svg {
    fill: #ffb300
}

.contacts__info-list {
    margin: 0;
    padding: 0;
    list-style: none
}

#places {
    height: 470px !important;
    max-width: auto;
}



.map {
    width: 100%;
    margin: 0 0 80px
}

.map__yandex {
    height: 600px;
    background: #37474f
}

.map_simple .map__yandex {
    height: 400px
}

.toggle {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 0 16px;
    height: 48px;
    line-height: 48px;
    padding: 0 16px;
    white-space: nowrap;
    border: 1px solid #ebebeb;
    border-radius: 2px;
    text-align: left;
    background: 0 0
}

.toggle__arrow {
    position: absolute;
    right: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    -webkit-transform-origin: top;
    transform-origin: top
}

.toggle__arrow svg {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%
}

.toggle_open .toggle__arrow {
    -webkit-transform: rotate(180deg) translateY(-50%);
    transform: rotate(180deg) translateY(-50%)
}

.places__list {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    background: #f9f9f9
}

.places__item {
    padding: 20px 15px;
    border-radius: 2px;
    cursor: pointer;
    -webkit-transition: all .1s;
    transition: all .3s
}

.places__item p {
    font-size: .75em;
    margin: 0
}

.places__item:hover {
    background: #fff;
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 20px rgba(0, 0, 0, .2)
}

.places__item:hover .places__name {
    color: #ffb300
}

.places__name {
    display: block;
    margin: 0 0 2px;
    font-size: .875em;
    font-weight: 700;
    -webkit-transition: all .3s;
    transition: all .3s
}

.places_map {
    position: absolute;
    left: 32px;
    top: 100px;
    width: 280px
}

.search {
    position: relative;
    display: block;
    width: 100%;
    max-width: 100%;
    font-size: .875em;
    -webkit-transition: all .4s;
    transition: all .4s
}

.search__field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 48px;
    padding: 0 16px;
    background-color: #f9f9f9;
    border: 1px solid #ebebeb;
    border-radius: 2px;
    margin: 0 0 16px
}

.search__input {
    padding: 0;
    width: calc(100% - 80px);
    height: 100%;
    background: 0 0;
    border: none
}

.search__input:focus {
    outline: 0
}

.search__input:focus::-webkit-input-placeholder {
    opacity: 0
}

.search__input:focus:-ms-input-placeholder,
.search__input:focus::-ms-input-placeholder {
    opacity: 0
}

.search__input:focus::-webkit-input-placeholder {
    opacity: 0
}

.search__input:focus:-ms-input-placeholder {
    opacity: 0
}

.search__input:focus::-ms-input-placeholder {
    opacity: 0
}

.search__input:focus::placeholder {
    opacity: 0
}

.search__input::-webkit-input-placeholder {
    opacity: 1;
    -webkit-transition: all .2s;
    transition: all .2s
}

.search__input:-ms-input-placeholder,
.search__input::-ms-input-placeholder {
    opacity: 1;
    -webkit-transition: all .2s;
    transition: all .2s
}

.search__input::-webkit-input-placeholder {
    opacity: 1;
    -webkit-transition: all .2s;
    transition: all .2s
}

.search__input:-ms-input-placeholder {
    opacity: 1;
    -webkit-transition: all .2s;
    transition: all .2s
}

.search__input::-ms-input-placeholder {
    opacity: 1;
    -webkit-transition: all .2s;
    transition: all .2s
}

.search__input::placeholder {
    opacity: 1;
    -webkit-transition: all .2s;
    transition: all .2s
}

.search__btn {
    background: 0 0;
    border: none;
    padding: 0;
    opacity: .5;
    -webkit-transition: all .2s;
    transition: all .2s
}

.search__btn:hover {
    opacity: 1
}

.search__btn_clear {
    color: #eb5757
}

.search__results {
    margin: 0;
    padding: 16px 4%;
    list-style: none
}

.search__results li {
    display: block;
    margin: 0 0 16px
}

.search__results li:last-child {
    margin-bottom: 0
}

.search_index {
    top: 4px;
    font-size: 14px;
    width: 525px;
    max-width: 50vw
}

.search_index .search__input {
    width: calc(100% - 40px)
}

.search_mobile {
    display: none;
    position: absolute;
    z-index: 999;
    right: 0;
    top: 0;
    width: calc(100% - 72px);
    height: 100%;
    margin: 0;
    font-size: 14px
}

.search_mobile .search__field {
    height: 100%;
    border-radius: 0;
    border-top: none;
    border-right: none;
    padding-right: 24px
}

.search_mobile .search__input {
    width: calc(100% - 40px)
}

.search_mobile .search__input::-webkit-input-placeholder {
    color: gray
}

.search_mobile .search__input:-ms-input-placeholder,
.search_mobile .search__input::-ms-input-placeholder {
    color: gray
}

.search_mobile .search__input::-webkit-input-placeholder {
    color: gray
}

.search_mobile .search__input:-ms-input-placeholder {
    color: gray
}

.search_mobile .search__input::-ms-input-placeholder {
    color: gray
}

.search_mobile .search__input::placeholder {
    color: gray
}

.search_mobile .search__btn svg {
    width: 20px
}

.search_mobile-show {
    display: block
}

.modal {
    display: none
}

.modal__photo {
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
}

.modal__photo .slick-slide {
    padding: 0 30px;
}

.modal__photo .slick-arrow {
    background-color: #ffb300;
    z-index: 1;
    transition: 0.3s
}

.modal__photo .slick-arrow:hover {
    background-color: #ffffff;
}

.modal__photo .slick-prev {
    left: 30px;
}

.modal__photo .slick-next {
    right: 30px;
}

.modal.tingle-modal {
    padding: 0
}

.modal__head {
    padding: 0 10%;
    text-align: center;
    margin: 0 0 40px
}

.modal__title {
    display: block;
    font-size: 1.125em;
    font-weight: 700;
    margin: 0 0 16px
}

.modal__subtitle {
    display: block;
    margin: 0 0 16px;
    font-size: 1em;
    font-weight: 400;
    color: gray
}

.modal__text {
    color: gray
}

.modal__text p {
    margin: 0 0 16px
}

.modal__text p:last-child {
    margin: 0
}

.modal__close {
    position: absolute;
    top: 40px;
    right: 40px;
    width: 24px;
    height: 24px;
    background: 0 0;
    border: none;
    -webkit-box-shadow: none;
     box-shadow: none;
     padding: 1px;
    -webkit-transition: all .2s;
    transition: all .2s
}

.modal__close svg {
    fill: currentColor;
    max-width: 100%;
    max-height: 100%
}

.modal__close:hover {
    color: #ffb300
}

.modal_full .tingle-modal-box {
    width: 100%;
    min-height: 100%
}

.modal_size-s .tingle-modal-box {
    max-width: 678px
}

.gallery-modal__block.modal_size-big {
    max-width: 95%;
    width: 95%;
}

.modal_size-s .tingle-modal-box__content {
    padding: 32px 48px
}

.m-gallery {
    position: relative;
    width: 100vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: 0;
    padding: 0;
    list-style: none
}

.tns-outer {
    padding: 0!important
}

.tns-outer [hidden] {
    display: none!important
}

.tns-outer .tns-item {
    outline: none
}

.tns-outer [aria-controls],
.tns-outer [data-action] {
    cursor: pointer
}

.tns-slider {
    -webkit-transition: all .2s;
    transition: all 0s
}

.modal__photo .tns-item img {
    width: auto;
    max-width: 100%;
    height: auto;
}

.tns-slider>.tns-item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center
}

.tns-horizontal.tns-subpixel {
    white-space: nowrap
}

.tns-horizontal.tns-subpixel>.tns-item {
    display: inline-block;
    vertical-align: top;
    white-space: normal
}

.tns-horizontal.tns-no-subpixel:after {
    content: "";
    display: table;
    clear: both
}

.tns-horizontal.tns-no-subpixel>.tns-item {
    float: left
}

.tns-horizontal.tns-carousel.tns-no-subpixel>.tns-item {
    margin-right: -100%
}

.tns-gallery,
.tns-no-calc {
    position: relative;
    left: 0
}

.tns-gallery {
    min-height: 1px
}

.tns-gallery>.tns-item {
    position: absolute;
    left: -100%;
    transition: opacity 0s, -webkit-transform 0s;
    -webkit-box-sizing: border-box;
    transition: transform 0s, opacity 0s;
    transition: transform 0s, opacity 0s, -webkit-transform 0s
}

.tns-gallery>.tns-slide-active {
    position: relative;
    left: auto!important
}

.section__flex-block .tns-item:not(.tns-slide-active) {
    opacity: 0.3 !important;
}

.tns-gallery>.tns-moving {
    -webkit-transition: all .25s;
    transition: all .25s
}

.tns-autowidth {
    display: inline-block
}

.tns-lazy-img {
    -webkit-transition: opacity .6s;
    transition: opacity .6s;
    opacity: .6
}

.tns-lazy-img.tns-complete {
    opacity: 1
}

.tns-ah {
    -webkit-transition: height 0s;
    transition: height 0s
}

.tns-ovh {
    overflow: hidden
}

.tns-visually-hidden {
    position: absolute;
    left: -10000em
}

.tns-transparent {
    opacity: 0;
    visibility: hidden
}

.tns-fadeIn {
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 0
}

.tns-fadeOut,
.tns-normal {
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: -1
}

.tns-vpfix {
    white-space: nowrap
}

.tns-vpfix>div,
.tns-vpfix>li {
    display: inline-block
}

.tns-t-subp2 {
    margin: 0 auto;
    width: 310px;
    position: relative;
    height: 10px;
    overflow: hidden
}

.tns-t-ct {
    width: 2333.3333333%;
    width: 2333.33333%;
    position: absolute;
    right: 0
}

.tns-t-ct:after {
    content: "";
    display: table;
    clear: both
}

.tns-t-ct>div {
    width: 1.4285714%;
    width: 1.42857%;
    height: 10px;
    float: left
}


.tingle-modal * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.tingle-modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    visibility: hidden;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    background: rgba(0, 0, 0, .8);
    opacity: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    transition: -webkit-transform .2s ease;
    -webkit-transition: -webkit-transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease, -webkit-transform .2s ease
}

.tingle-modal--noClose .tingle-modal__close,
.tingle-modal__closeLabel {
    display: none
}

.tingle-modal--confirm .tingle-modal-box {
    text-align: center
}

.tingle-modal--noOverlayClose {
    cursor: default
}

.tingle-modal__close {
    position: fixed;
    top: 10px;
    right: 28px;
    z-index: 1000;
    padding: 0;
    width: 5rem;
    height: 5rem;
    border: none;
    background-color: transparent;
    color: #f0f0f0;
    font-size: 4rem;
    font-family: monospace;
    line-height: 1;
    cursor: pointer;
    -webkit-transition: color .3s ease;
    transition: color .3s ease
}

.tingle-modal__close:hover {
    color: #fff
}

.tingle-modal-box {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: auto;
    margin-bottom: auto;
    width: 60%;
    border-radius: 4px;
    background: #fff;
    opacity: 1;
    cursor: auto;
    transition: -webkit-transform .3s cubic-bezier(.175, .885, .32, 1.275);
    -webkit-transition: -webkit-transform .3s cubic-bezier(.175, .885, .32, 1.275);
    transition: transform .3s cubic-bezier(.175, .885, .32, 1.275);
    transition: transform .3s cubic-bezier(.175, .885, .32, 1.275), -webkit-transform .3s cubic-bezier(.175, .885, .32, 1.275);
    -webkit-transform: scale(.8);
    transform: scale(.8)
}

.tingle-modal-box__content {
    padding: 3rem
}

.tingle-modal-box__footer {
    padding: 1.5rem 2rem;
    width: auto;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    background-color: #f5f5f5;
    cursor: auto
}

.tingle-modal-box__footer:after {
    display: table;
    clear: both;
    content: ""
}

.tingle-modal-box__footer--sticky {
    position: fixed;
    bottom: -200px;
    z-index: 10001;
    opacity: 1;
    -webkit-transition: bottom .3s ease-in-out .3s;
    transition: bottom .3s ease-in-out .3s
}

.tingle-enabled {
    position: fixed;
    right: 0;
    left: 0;
    overflow: hidden
}

.tingle-modal--visible .tingle-modal-box__footer {
    bottom: 0
}

.tingle-enabled .tingle-content-wrapper {
    -webkit-filter: blur(8px);
    filter: blur(8px)
}

.tingle-modal--visible {
    visibility: visible;
    opacity: 1
}

.tingle-modal--visible .tingle-modal-box {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.tingle-modal--overflow {
    overflow-y: scroll;
    padding-top: 8vh
}

.tingle-btn {
    display: inline-block;
    margin: 0 .5rem;
    padding: 1rem 2rem;
    border: none;
    background-color: grey;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    vertical-align: middle;
    text-decoration: none;
    font-size: inherit;
    font-family: inherit;
    line-height: normal;
    cursor: pointer;
    -webkit-transition: background-color .4s ease;
    transition: background-color .4s ease
}

.tingle-btn--primary {
    background-color: #3498db
}

.tingle-btn--danger {
    background-color: #e74c3c
}

.tingle-btn--default {
    background-color: #34495e
}

.tingle-btn--pull-left {
    float: left
}

.tingle-btn--pull-right {
    float: right
}

@media (max-width:540px) {
    .tingle-modal {
        top: 0;
        display: block;
        padding-top: 60px;
        width: 100%
    }
    .tingle-modal-box {
        width: auto;
        border-radius: 0
    }
    .tingle-modal-box__content {
        overflow-y: scroll;
        overflow-x:hidden;
    }
    .tingle-modal--noClose {
        top: 0
    }
    .tingle-modal--noOverlayClose {
        padding-top: 0
    }
    .tingle-modal-box__footer .tingle-btn {
        display: block;
        float: none;
        margin-bottom: 1rem;
        width: 100%
    }
    .tingle-modal__close {
        top: 0;
        right: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 60px;
        border: none;
        background-color: #2c3e50;
        box-shadow: none;
        -webkit-box-shadow: none;
        color: #fff;
        line-height: 55px
    }
    .tingle-modal__closeLabel {
        display: inline-block;
        vertical-align: middle;
        font-size: 1.3rem;
        font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif
    }
    .tingle-modal__closeIcon {
        display: inline-block;
        margin-right: .5rem;
        vertical-align: middle;
        font-size: 2.5rem
    }
}

@supports ((-webkit-backdrop-filter:blur(12px)) or (backdrop-filter:blur(12px))) {
    .tingle-modal {
        -webkit-backdrop-filter: blur(20px);
        backdrop-filter: blur(20px)
    }
    @media (max-width:540px) {
        .tingle-modal {
            -webkit-backdrop-filter: blur(8px);
            backdrop-filter: blur(8px)
        }
    }
    .tingle-enabled .tingle-content-wrapper {
        -webkit-filter: none;
        filter: none
    }
}


.js-Dropdown {
    display: inline-block;
    width: 20em
}

.js-Dropdown,
.js-Dropdown-title {
    font: 400 14px sans-serif;
    position: relative
}

.js-Dropdown-title {
    background: #fff;
    border: 1px groove #a5a5a5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    height: 3em;
    padding: .5em;
    text-align: left;
    width: 100%
}

.js-Dropdown-title:after {
    border-color: #a5a5a5 transparent transparent;
    border-style: solid;
    border-width: 10px 12px;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    right: 1em;
    top: 45%;
    width: 0
}

.js-Dropdown-list {
    background: #fff;
    border-left: 1px solid #a5a5a5;
    border-right: 1px solid #a5a5a5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
    height: 0;
    list-style: none;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    -webkit-box-sizing: border-box;
    transition: .2s linear;
    width: 100%;
    z-index: 999
}

.js-Dropdown-list.is-open {
    display: block;
    height: auto;
    opacity: 1
}

.js-Dropdown-list li {
    border-bottom: 1px solid #a5a5a5;
    cursor: pointer;
    padding: 1em .5em
}

.js-Dropdown-list li:hover {
    background-color: #fff5e9
}

.js-Dropdown-list li.is-selected {
    background-color: #ffdfb6
}

.js-Dropdown-optgroup {
    border-bottom: 1px solid #a5a5a5;
    color: #a5a5a5;
    cursor: default;
    padding: 1em .5em;
    text-align: center
}

.tns-inner,
.tns-outer,
.tns-ovh {
    height: inherit;
    min-height: inherit;
    max-height: inherit
}

#modal-1-content .tns-inner {
    width: 1200px;
    margin: auto !important;
}

.js-Dropdown {
    display: block;
    width: 100%;
    margin: 0 0 16px
}

.js-Dropdown .js-Dropdown-title {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    background: #fff;
    border: 1px solid #ebebeb;
    border-radius: 2px;
    height: 48px;
    line-height: 48px;
    padding: 0 16px;
    -webkit-transition: all .2s;
    transition: all .2s
}

.js-Dropdown .js-Dropdown-title:after {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: none;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 12px 7px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAxMiA3Ij4gIDxwYXRoIGZpbGw9IiMzNzQ3NEYiIGQ9Ik0xMS43LjNjLS40LS40LTEuMDYtLjQtMS40NyAwTDYgNC41MSAxLjc3LjMxQTEuMDQgMS4wNCAwIDAgMCAuMy4zYy0uNC40LS40IDEuMDUgMCAxLjQ1TDUuMjYgNi43Yy4yMS4yLjUuMy43Ny4zLjI2IDAgLjUxLS4xLjctLjNsNC45Ny00Ljk0Yy40LS40LjQtMS4wNSAwLTEuNDZ6Ii8+PC9zdmc+)
}

.js-Dropdown .js-Dropdown-title:focus {
    outline: 0;
    border-color: #37474f
}

.js-Dropdown .js-Dropdown-list {
    font-size: 0;
    border: 1px solid #37474f;
    border-top: none;
    border-radius: 0 0 2px 2px
}

.js-Dropdown .js-Dropdown-list li {
    font-size: 14px;
    border-bottom: 1px solid #ebebeb
}

.js-Dropdown .js-Dropdown-list li:hover {
    color: #f9f9f9;
    background: #37474f
}

.js-Dropdown .js-Dropdown-list li:last-child {
    border: none
}

.js-Dropdown .js-Dropdown-list li.is-selected {
    font-weight: 700;
    color: #f9f9f9;
    background: #ffb300;
    border-color: #ffb300
}

body,
html {
    width: 100%;
    min-height: 100%
}

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

details summary::-webkit-details-marker {
    display: none
}

.page {
    position: relative;
    z-index: 1;
    font-family: Manrope, sans-serif;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    -moz-font-feature-settings: "liga", "kern";
    color: #37474f;
    min-width: 320px;
    height: 100vh
}

.page__container {
    padding-bottom: 76px
}

.page__title {
    padding: 24px;
    margin: 24px 0;
    border: 1px solid #ededed;
    text-align: center
}

.page__content {
    padding: 50px 0
}

.page__side {
    width: 279px
}
.page__main {
    width: calc(100% - 279px);
    padding-left: 18px
}

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

.page__modals {
    display: none
}
.page_frozen {
    height: 100vh;
    overflow: hidden
}

.content p {
    line-height: 1.5
}
/*LETSROCK*/
.container {
    width: 1180px;
    margin: 0 auto;
    max-width: 100%
}
/*LETSROCK*/

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

.section__header {
    position: relative
}

.section__block {
    padding: 40px 0;
    border-bottom: 1px solid #ebebeb
}

.section__block:last-child {
    border: none
}

.section__block_bg {
    padding: 40px 60px 110px 48px;
    background: #f9f9f9;
    border-radius: 5px;
    overflow: hidden;
    margin: 0 0 70px
}

.section__block_with-image {
    background-position: 100% 100%;
    background-repeat: no-repeat
}

.section__block_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    border: none
}

.section__block_flex>* {
    width: 50%
}

.section__block_flex>:first-child {
    padding-right: 18px
}

.section__block_flex>:last-child {
    padding-left: 18px
}

.section__text {
    position: relative;
    margin: 34px 0
}

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

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

.section__text p {
    position: relative;
    padding-left: 12px;
    margin: 0 0 16px
}

.section__text p:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    content: "";
    background: #ffb300
}

.section__text_bg {
    padding: 32px 52px 32px 24px;
    background: #fff
}

.section__text_bg p {
    padding-left: 0
}

.section__text_bg p:before {
    display: none
}

.section__text_size-m {
    width: 630px;
    max-width: 100%
}

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

.section__flex-block {
    position: relative;
    z-index: 1;
    width: calc(50% - 10px);
    height: 569px;
    background: #f9f9f9;
    overflow: hidden;
    background-repeat: no-repeat;
    text-decoration: none;
    color: currentColor
}


/* .section__flex-block:first-child {
    background-image: url(/local/assets/css/../pictures/config-bg-1.png);
    background-position: right 30px bottom 30px
}

.section__flex-block:last-child {
    background-image: url(/local/assets/css/../pictures/config-bg-2.png);
    background-position: left 264px bottom 0
} */

.section__flex-title {
    display: block;
    max-width: 580px;
    padding-left: 32px;
    padding-top: 32px;
    font-size: 36px;
    font-weight: 700;
    margin: 0 auto 40px 0
}

.section__flex-title strong {
    display: block;
    margin: 0 0 8px;
    color: #ffb300;
    font-size: 16px
}

.section__flex-title_align-right {
    margin: 0 0 40px auto
}

.section_error {
    padding: 70px 0;
    text-align: center
}

.caption {
    display: block;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.6;
    margin: 0 0 24px
}

.caption_size-s {
    font-size: 18px
}

.caption_center {
    padding: 0 8.5%;
    text-align: center;
    margin: 0 0 56px
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

[data-tabs-content]:not([data-simplebar])>*,
[data-tabs-content][data-simplebar] .simplebar-content>* {
    display: none
}

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

.items>* {
    -webkit-transition: all .4s;
    transition: all .4s
}

.items_25>* {
    width: calc(25% - 12px);
    margin: 0 8px 24px
}

.items_25>:first-child,
.items_25>:nth-child(4n+5) {
    margin-left: 0
}

.items_25>:nth-child(4n) {
    margin-right: 0
}

.items_33>* {
    width: calc(33.333% - 12px);
    margin: 0 9px 24px
}

.items_33>:first-child,
.items_33>:nth-child(3n+4) {
    margin-left: 0
}

.items_33>:nth-child(3n) {
    margin-right: 0
}

.featherlight .featherlight-content {
    border-radius: 5px;
    -webkit-box-shadow: 0 12px 17px rgba(0, 0, 0, .14), 0 5px 22px rgba(0, 0, 0, .12), 0 7px 8px rgba(0, 0, 0, .2);
    box-shadow: 0 12px 17px rgba(0, 0, 0, .14), 0 5px 22px rgba(0, 0, 0, .12), 0 7px 8px rgba(0, 0, 0, .2)
}


@media (max-width:1200px) {
    .container {
        padding: 0 24px
    }
    .title {
        font-size: 52px
    }
    .title_section {
        max-width: 100%;
        padding: 0 18%
    }
    .title_article {
        font-size: 32px
    }
    .section__text_bg {
        background: hsla(0, 0%, 100%, .8)
    }
    .slider_index {
        height: 560px
    }
    .slide__content {
        width: 60%
    }
    .slide__image {
        width: 40%
    }
    .numbers__block strong {
        font-size: 48px
    }
    .contacts__block_info {
        position: relative;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0 0 24px
    }
    .contacts__info {
        position: absolute;
        z-index: 3;
        right: 0;
        top: 100%;
        width: auto;
        margin: 0 auto;
        margin-top: 24px
    }
    .info {
        margin: 0
    }
    .info__wrap {
        padding: 24px;
        width: 100%
    }
    .info_bg {
        padding: 24px 24px 0
    }
    .dblock__title {
        font-size: 16px
    }
    .btn_size-l {
        padding: 0 8px;
        line-height: 54px
    }
    .btn_size-l .ico {
        display: block;
        margin: 0 auto
    }
    .btn_size-l .ico_size-l {
        display: inline-block;
        margin: 0 18px 0
    }
    .btn_decor {
        font-size: 16px
    }
    .section__flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .section__flex-block {
        width: 100%;
        margin: 0 0 20px;
        background-size: auto 300px;
        height: 40vw
    }
    .section__flex-block:first-child {
        background-position: left 0 bottom 20px
    }
    .section__flex-block:last-child {
        background-position: right 0 bottom 0
    }
    .section__flex-title_align-right {
        margin: 0
    }
    #jwplayer:not(.full-jw) #jwplayer_jwplayer_controlbar {
        left: 0 !important;
    }
}

@media (max-width:1000px) {
    .nav {
        font-size: 12px
    }
    .footer__block:first-child {
        width: 70%
    }
    .footer__block:last-child {
        width: 30%
    }
    .caption {
        font-size: 20px;
        margin: 0 0 16px
    }
    .caption_size-s {
        font-size: 16px
    }
    .p-seria {
        padding: 24px
    }
    .p-seria__image {
        width: 30%
    }
    .p-seria__content {
        width: 70%;
        padding-left: 15px
    }
    .section__block_with-image {
        padding: 24px
    }
    .tabs__list {
        margin: 0 0 20px;
        font-size: 14px
    }
    .map {
        margin: 0
    }
    .map_simple {
        margin: 0 0 40px
    }
    .list-items_double>* {
        width: 100%;
        margin: 0 0 40px
    }
    .list-items_double.list-items_links>* {
        margin: 0 0 8px
    }
    .history__content {
        padding: 24px 0
    }
    .history__image-content {
        padding: 24px
    }
    .nblock {
        padding: 0
    }
    .nblock:hover {
        box-shadow: none
    }
    .nblock__title {
        font-size: 16px
    }
    .title_article {
        font-size: 28px
    }
    .article {
        padding: 0
    }
    .reportage__date {
        position: static;
        display: block;
        margin: 0
    }
    .reportage__title {
        padding: 0
    }
    .file__name {
        font-size: 16px
    }
    .file__main {
        padding: 0
    }
    .file__controls {
        font-size: 14px
    }
    .file_info {
        padding: 8px;
        margin: 0 0 24px
    }
    .product__section {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0 0 60px
    }
    .product__gallery,
    .product__info {
        width: 100%
    }
    .product__gallery:nth-child(1n),
    .product__info:nth-child(1n) {
        padding: 0
    }
    .gallery__zoom {
        height: 360px;
        margin-bottom: 20px
    }
    .link_pos-absolute {
        top: -30px
    }
    .table {
        overflow-x: scroll;
        font-size: 13px
    }
    .table__cell_head {
        overflow: hidden
    }
    .search_index {
        width: 40vw
    }
    .center_image {
        overflow-x: scroll;
    }
}

@media (max-width:768px) {
    .header__desktop,
    [adaptive=hide] {
        display: none
    }
    .header__main {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 24px
    }
    .header__mobile {
        display: block
    }
    .nav {
        font-size: 14px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 24px
    }
    .nav__link {
        display: block;
        margin: 0 0 28px
    }
    .nav__link:before {
        display: none
    }
    .nav__link:focus,
    .nav__link:hover {
        color: #ffb300;
        -webkit-transform: none;
        transform: none
    }
    .page {
        font-size: 14px
    }
    .page__content {
        padding: 40px 0
    }
    .section {
        overflow: hidden
    }
    .section__block {
        padding: 24px 0;
        margin: 0 0 16px
    }
    .section__block_flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .section__block_flex>* {
        width: 100%
    }
    .section__block_flex>:nth-child(1n) {
        padding: 0
    }
    .section__block_bg {
        background: 0 0!important;
        border: 1px solid #ebebeb;
        padding: 16px;
        margin: 0 0 40px
    }
    .section__text_bg {
        width: 100%;
        padding: 0
    }
    .section__header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .section__text {
        margin: 24px 0
    }
    .section__flex-block {
        height: auto
    }
    .section__flex-block:nth-child(1n) {
        background: #f9f9f9
    }
    .section__flex-title {
        position: static;
        padding: 16px 24px;
        font-size: 24px;
        margin: 0;
        max-width: none;
        width: 100%;
        text-align: center
    }
    .section__flex-title strong {
        font-size: 14px;
        margin: 0
    }
    .title {
        font-size: 40px
    }
    .title_section {
        padding: 0;
        font-size: 30px
    }
    .title_article {
        font-size: 24px
    }
    .slide__content .title {
        font-size: 24px !important;
    }
    .link_pos-absolute {
        position: static
    }
    .link_pos-absolute:nth-child(1n) {
        margin: 0 0 16px
    }
    .slider_index {
        height: auto;
        overflow: visible
    }
    .slider_index .slider__controls {
        width: 100%;
        top: 150px;
        bottom: auto
    }
    .slider_images {
        height: 196px
    }
    /* .slider_images .slider__slides li {
        position: relative;
        z-index: 1;
        height: inherit
    } */
    /* .slider_images .slider__slides li.tns-slide-active {
        z-index: 3
    } */
    /* .slider_images .slider__slides li img {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        max-width: none
    }
    .slider_full .slider__slides li {
        height: auto
    } */
    .slider_products {
        min-height: 0;
        height: 300px;
        margin: 0 0 40px
    }
    .slider_products .slider__slides li {
        opacity: 1;
        min-height: 0
    }
    .slider_products .p-item {
        left: auto
    }
    .slide {
        padding-top: 300px;
        overflow: visible
    }
    .slide__content,
    .slide__image {
        width: 100%;
        max-width: 100%
    }
    .slide__image {
        max-height: 289px
    }
    .p-item__image {
        min-height: 0;
        height: 180px
    }
    .numbers_slider {
        position: static;
        max-width: 100%
    }
    .numbers {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .numbers__block {
        margin: 0 0 16px
    }
    .numbers__block:last-child {
        margin-bottom: 0
    }
    .numbers__block strong {
        font-size: 38px
    }
    .footer {
        position: relative
    }
    .footer__container {
        display: block
    }
    .footer__main {
        padding: 24px 0 16px
    }
    .footer__footline {
        padding: 74px 0 24px;
        text-align: center
    }
    .footer__block {
        display: block
    }
    .footer__block:nth-child(1n) {
        width: 100%
    }
    .footer__list {
        display: block;
        width: 100%;
        padding: 0;
        margin: 0 0 24px
    }
    .footer__list li {
        padding: 0
    }
    .footer__list li.footer__list-caption {
        padding-left: 8px
    }
    .logotype {
        width: 131px;
        height: 24px
    }
    .logotype_footer {
        position: absolute;
        left: 50%;
        bottom: 54px;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 182px;
        height: auto
    }
    .file {
        display: block;
        position: relative;
        padding: 0;
        margin: 0 0 16px
    }
    .file:hover {
        -webkit-box-shadow: none;
        box-shadow: none
    }
    .file__info {
        position: absolute;
        left: 0;
        top: 8px;
        width: 32px
    }
    .file__main {
        width: 100%;
        margin: 0;
        padding: 0
    }
    .file__name {
        display: block;
        padding: 8px 0 8px 40px;
        font-size: 16px;
        margin: 0 0 8px
    }
    .file__options {
        margin: 0
    }
    .file_bg {
        padding: 8px
    }
    .file_bg .file__info {
        left: 8px;
        top: 16px
    }
    .file_info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
    .file_info,
    .file_info .file__info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    .file_info .file__info {
        position: static;
        width: 100%;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .file_info .file__controls {
        width: 50%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin: 0 0 8px
    }
    .file_info .file__controls .link {
        margin: 0 8px
    }
    .file_info .file__size {
        margin: 0
    }
    .file_info .file__name {
        padding: 0
    }
    .file_info .file__main {
        max-width: 100%
    }
    .timeline {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 0 24px
    }
    .timeline__item {
        width: 33.333%;
        text-align: center;
        margin: 0 0 8px;
        padding: 4px 0
    }
    .timeline__item:before {
        display: none
    }
    .timeline__item_selected {
        background: #ffb300;
        color: #fff
    }
    .timeline__item:hover {
        color: #37474f
    }
    .btn {
        font-size: 12px
    }
    .caption {
        font-size: 18px;
        margin: 0 0 8px
    }
    .p-seria {
        display: block;
        padding: 0;
        margin: 0 0 40px
    }
    .p-seria:hover {
        -webkit-box-shadow: none;
        box-shadow: none
    }
    .p-seria__content,
    .p-seria__image {
        width: 100%
    }
    .p-seria__image {
        height: 200px;
        margin: 0 0 16px
    }
    .info__wrap,
    .p-seria__content {
        padding: 0
    }
    .info__item {
        display: block
    }
    .info__item-caption {
        padding: 0;
        text-align: left
    }
    .info__item-caption,
    .info__item-value {
        display: block;
        width: 100%
    }
    .info_bg {
        padding: 16px
    }
    .contacts__info {
        position: static;
        width: 100%
    }
    .map {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
    .map__yandex {
        height: 300px
    }
    .map_simple,
    .tabs__item,
    .tabs__list {
        display: block
    }
    .tabs__item {
        width: 100%
    }
    .form__line_double>* {
        width: 100%;
    }
    .places_map {
        position: static;
        margin: 0 0 16px;
        width: 100%
    }
    .dblock {
        margin: 0 0 20px
    }
    .dblock__title {
        font-size: 14px
    }
    .dblock__image {
        -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
        box-shadow: 0 2px 10px rgba(0, 0, 0, .2)
    }
    .dblock__controls {
        position: static
    }
    .dblock_detailed {
        display: block;
        margin: 0 0 40px
    }
    .dblock_detailed .dblock__title {
        font-size: 18px
    }
    .dblock_detailed .dblock__image {
        margin: 0 auto 20px
    }
    .dblock_detailed .dblock__info {
        padding: 0;
        width: 100%
    }
    .history__block_welcome .history__content {
        padding: 0 0 24px
    }
    .history__image-content {
        position: static;
        color: #37474f;
        -webkit-transform: none;
        transform: none
    }
    .history__block_ending .history__image:before {
        display: none
    }
    .history__content_flex {
        display: block
    }
    .history__content-main {
        display: block;
        width: 100%
    }
    .history__content-highlight {
        display: block;
        padding: 24px;
        width: 100%
    }
    .article__image {
        height: auto
    }
    .article__image img {
        position: relative;
        width: 100%
    }
    .reportage__head {
        margin: 0 0 20px
    }
    .reportage__date {
        display: block;
        width: 100%;
        padding: 0
    }
    .reportage__title {
        text-align: left
    }
    .reportage__gallery {
        /*display: none;*/
        padding: 70px 0 0;
        width: 100%
    }
    .reportage__gallery-count {
        left: 50%;
        top: 0;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
    .reportage__gallery-image {
        overflow: hidden
    }
    .reportage__gallery-image img {
        width: 100%
    }
    .reportage__gallery-image:after {
        display: none
    }
    .modal .tingle-modal-box__content {
        padding: 24px
    }
    .modal__head {
        padding: 30px 0 0
    }
    .modal__subtitle {
        margin: 0
    }
    .modal__close {
        top: 24px;
        right: 24px
    }
    .list-items_triple {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .list-items_triple>* {
        width: calc(50% - 10px)
    }
    .list-items_triple>:nth-child(1n) {
        margin-left: 0;
        margin-right: 0
    }
    .product__title {
        margin: 0 0 20px
    }
    .product__files {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .product__files>* {
        width: 100%;
        margin: 0 0 16px
    }
    .gallery__zoom {
        height: 240px
    }
    .slider__preview-item {
        height: 80px
    }
    .slider__preview-item img {
        max-width: 70%;
        max-height: 70%
    }
    .slider__controls {
        width: 100%;
        padding: 0 8px
    }
    .slider__slides .slick-arrow {
        display: none !important;
    }
    .slider[data-slider=preview] .tns-outer {
        padding: 0 32px !important
    }
    .params__item {
        padding: 8px 4px
    }
    .params__item:hover {
        background: 0 0
    }
    .params__item p {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
    .params__item p span,
    .params__item p strong {
        max-width: 100%;
        text-align: left
    }
    .details__content {
        padding: 8px
    }
    .table {
        position: relative;
        /* left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 100vw */
    }
    .table_simple__cell {
        padding: 1%
    }
    .header_404 .logotype {
        margin: 0 auto
    }
    .section_error {
        padding: 40px 0
    }
    .title_error:before {
        font-size: 150px
    }
    .footer_404 .footer__block:nth-child(1n) {
        width: 100%
    }
    .footer_404 .footer__footline {
        padding: 40px 0
    }
}
@media (max-width: 550px) {
    .btn_size-l .ico_size-l {
        display: block;
        margin: 0 auto
    }
}
@media (max-width:500px) {
    .list-items_news.list-items_triple>* {
        display: block;
        width: 100%;
        margin: 0 0 24px
    }

    .gallery-slider__nav .slick-slide {
        width: 250px !important;
        margin: 0 11px;
    }
    .slider__slides .slick-slide {
        width: 100%;
        max-width: 500px;
    }
}

[adaptive=show] {
    display: none
}

.animation-ico_spin svg {
    -webkit-animation: b 2.4s cubic-bezier(.85, -.48, .26, .67) infinite;
    animation: b 2.4s cubic-bezier(.85, -.48, .26, .67) infinite
}

@-webkit-keyframes b {
    0% {
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }
    10% {
        -webkit-transform: rotate(-5deg) translate(-50%, -50%);
        transform: rotate(-5deg) translate(-50%, -50%)
    }
    70% {
        -webkit-transform: rotate(359deg) translate(-50%, -50%);
        transform: rotate(359deg) translate(-50%, -50%)
    }
    to {
        -webkit-transform: rotate(1turn) translate(-50%, -50%);
        transform: rotate(1turn) translate(-50%, -50%)
    }
}

@keyframes b {
    0% {
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }
    10% {
        -webkit-transform: rotate(-5deg) translate(-50%, -50%);
        transform: rotate(-5deg) translate(-50%, -50%)
    }
    70% {
        -webkit-transform: rotate(359deg) translate(-50%, -50%);
        transform: rotate(359deg) translate(-50%, -50%)
    }
    to {
        -webkit-transform: rotate(1turn) translate(-50%, -50%);
        transform: rotate(1turn) translate(-50%, -50%)
    }
}


@media (min-width:769px) {
    .footer__footline .footer__container {
        display: block;
        text-align: right;
    }

    .footer__container.container .footer__block:first-child {
        align-items: top;
    }

    .footer__container.container .footer__block:first-child :first-child {
        align-self: center;
    }

    .footer__container.container .footer__block:first-child a:first-child {
        margin-top: -10px;
    }
}




.checkbox-round {}

.checkbox-round__input {
    display: none;
}

.checkbox-round__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
}

.checkbox-round__title {
    width: calc(100% - 20px);
    font-size: 14px;
    line-height: 19px;
    color: #808080;
    margin-left: 4px;
}

.checkbox-round__box {
    position: relative;
    left: 0;
    top: 4px;
    width: 16px;
    height: 16px;
    border-radius: 2px;
    background: #ffb300;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.checkbox-round__box:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 10px;
    height: 8px;
    -webkit-transition: all .1s;
    transition: all .1s;
    background: no-repeat center url("data:image/svg+xml,%3Csvg width='10' height='8' viewBox='0 0 10 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 4.25L3.25 6.5L8.75 1' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}

.checkbox-round__input:not(:checked)+.checkbox-round__content .checkbox-round__box {
    width: 16px;
    height: 16px;
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.checkbox-round__input:not(:checked)+.checkbox-round__content .checkbox-round__box::before {
    content: none;
}

.checkbox-round__input:checked+.checkbox-round__content .checkbox-round__title {
    color: #FFB300;
}

.checkbox-round__input:disabled+.checkbox-round__content .checkbox-round__title {
    color: #EBEBEB;
}

.checkbox-round__input:disabled+.checkbox-round__content {
    cursor: not-allowed;
}

.hint {
    position: relative;
    width: 18px;
    height: 20px;
    background: no-repeat center url("data:image/svg+xml,%3Csvg width='18' height='20' viewBox='0 0 18 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 4H9C9.70797 3.99962 10.3933 4.24963 10.9347 4.70581C11.4761 5.162 11.8387 5.79496 11.9584 6.49274C12.0781 7.19052 11.9472 7.90819 11.5888 8.51874C11.2304 9.12929 10.6676 9.59337 10 9.82898V10C10 10.2652 9.89463 10.5196 9.70709 10.7071C9.51956 10.8946 9.26522 11 9 11C8.73478 11 8.48044 10.8946 8.29291 10.7071C8.10537 10.5196 8 10.2652 8 10V9C8 8.73478 8.10537 8.48044 8.29291 8.29291C8.48044 8.10537 8.73478 8 9 8C9.26522 8 9.51956 7.89463 9.70709 7.70709C9.89463 7.51956 10 7.26522 10 7C10 6.73478 9.89463 6.48044 9.70709 6.29291C9.51956 6.10537 9.26522 6 9 6H7C6.73478 6 6.48044 5.89463 6.29291 5.70709C6.10537 5.51956 6 5.26522 6 5C6 4.73478 6.10537 4.48044 6.29291 4.29291C6.48044 4.10537 6.73478 4 7 4Z' fill='%23EBEBEB'/%3E%3Cpath d='M8.44443 12.1685C8.60888 12.0586 8.80222 12 9 12C9.26522 12 9.51956 12.1054 9.70709 12.2929C9.89463 12.4804 10 12.7348 10 13C10 13.1978 9.94136 13.3911 9.83148 13.5555C9.7216 13.72 9.56542 13.8482 9.38269 13.9239C9.19996 13.9996 8.99888 14.0194 8.8049 13.9808C8.61092 13.9422 8.43276 13.8469 8.29291 13.7071C8.15306 13.5672 8.05781 13.389 8.01923 13.1951C7.98064 13.0011 8.00042 12.8 8.07611 12.6173C8.1518 12.4346 8.27998 12.2784 8.44443 12.1685Z' fill='%23EBEBEB'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 2C0 0.89543 0.895431 0 2 0H16C17.1046 0 18 0.895431 18 2V16C18 17.1046 17.1046 18 16 18H5.10555C4.7107 18 4.32469 18.1169 3.99615 18.3359L2.49615 19.3359C1.42917 20.0472 0 19.2823 0 18V2ZM2 2H16V16H5.10555C4.31585 16 3.54382 16.2338 2.88675 16.6718L2 17.263V2Z' fill='%23EBEBEB'/%3E%3C/svg%3E%0A");
    cursor: help;
}

.hint__message {
    position: absolute;
    left: 34px;
    top: -9px;
    display: none;
    width: 160px;
    padding: 8px; 
    font-size: 13px;
    line-height: 18px;
    color: #37474F;
    box-sizing: border-box;
    border-radius: 2px;
    background: #FFF7E5;
    border: 1px solid #FFB300;
    box-sizing: border-box;
    z-index: 100;
}
.hint__message::before {
    content: '';
    position: absolute;
    left: -6px;
    width: 13px;
    height: 13px;
    background: #FFF7E5;
    border: 1px solid #FFB300;
    box-sizing: border-box;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: -2;
}
.hint__message::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background: #FFF7E5;
    box-sizing: border-box;
    z-index: -1;
}

.hint:hover .hint__message {
    display: block;
    opacity: 1;
}



@media (max-width: 1550px) {
    .configurator-right .hint__message {
        left: -320px;
        top: -12px;
    }
    .configurator-right .hint__message::before {
        left: auto;
        right:  -6px;
    }
}

.required {
    font-size: 14px;
    line-height: 1;
    height: 10px;
    color: #eb5756;
    display: inline-block;
    position: relative;
    top: 0px;
    left: -2px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 16px;
    border-radius: 23px;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    -ms-border-radius: 23px;
    -o-border-radius: 23px;
}


.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}


.switch .switch-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    border-radius: 34px;
    height: 100%;
    transition: .4s ease all;
    -webkit-transition: .4s ease all;
    -moz-transition: .4s ease all;
    -ms-transition: .4s ease all;
    -o-transition: .4s ease all;
}

.switch .switch-slider:before {
    position: absolute;
    content: "";
    height: 22px;
    width: 22px;
    left: -4px;
    bottom: -3px;
    background-color: #37474F;
    border-radius: 50%;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.75735 0.530339C1.46446 0.237446 0.989583 0.237446 0.69669 0.530339C0.403797 0.823232 0.403797 1.29811 0.69669 1.591L5.02252 5.91683L0.696701 10.2427C0.403807 10.5355 0.403807 11.0104 0.696701 11.3033C0.989594 11.5962 1.46447 11.5962 1.75736 11.3033L6.08318 6.97749L10.2426 11.1369C10.5355 11.4298 11.0104 11.4298 11.3033 11.1369C11.5962 10.844 11.5962 10.3692 11.3033 10.0763L7.14384 5.91683L11.3033 1.75737C11.5962 1.46448 11.5962 0.989607 11.3033 0.696714C11.0104 0.403821 10.5355 0.403821 10.2426 0.696714L6.08318 4.85617L1.75735 0.530339Z' fill='white'/%3E%3C/svg%3E%0A");
    background-position: center;
    background-size: 12px 12px;
    background-repeat: no-repeat;
    transition: .4s ease transform, background-color;
    -webkit-transition: .4s ease transform, background-color;
    -moz-transition: .4s ease transform, background-color;
    -ms-transition: .4s ease transform, background-color;
    -o-transition: .4s ease transform, background-color;
}

.switch input:checked+.switch-slider {
    background-color: rgba(255, 179, 0, 0.5);
}

.switch input:focus+.switch-slider {
    -webkit-box-shadow: 0 0 1px #FFB300;
    box-shadow: 0 0 1px #FFB300;
}

.switch input:checked+.switch-slider:before {
    -webkit-transform: translateX(26px);
    transform: translateX(26px);
    background-color: #FFB300;
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='8' viewBox='0 0 10 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 4.25L3.25 6.5L8.75 1' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}

.scale {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.scale__input {
    display: none;
}

.scale__item {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 50px;
    width: 100%;
    height: 100%;
    transition: .5s ease-in-out all;
    -webkit-transition: .5s ease-in-out all;
    -moz-transition: .5s ease-in-out all;
    -ms-transition: .5s ease-in-out all;
    -o-transition: .5s ease-in-out all;
}

.scale__item>label {
    width: 100%;
    height: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
}

.scale__item:hover::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #F9F9F9;
    z-index: -2;
    transition: .5s ease-in-out all;
    -webkit-transition: .5s ease-in-out all;
    -moz-transition: .5s ease-in-out all;
    -ms-transition: .5s ease-in-out all;
    -o-transition: .5s ease-in-out all;
}

.scale__content {
    width: 100%;
    height: 100%;
    text-align: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
}

.scale__value {
    font-size: 14px;
    line-height: 19px;
    color: #808080;
    margin-bottom: 4px;
}

.scale__input:not(:checked)~.scale__content .scale__chechbox {
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.scale__chechbox {
    top: 0;
    margin: 0 auto;
}

.scale__input:checked~.scale__content .scale__value {
    color: #FFB300;
}

.scale__input:disabled~.scale__content .scale__value {
    color: #EBEBEB;
}

.scale__input:disabled~.scale__content {
    cursor: not-allowed;
}

.scale__chechbox::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    right: 0;
    margin: auto;
    width: 50px;
    height: 2px;
    background: #EBEBEB;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
}

.configurator {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.configurator-tab {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    list-style: none;
    text-align: center;
    margin: -30px 0 0 0;
    padding: 40px 0
}

.configurator-tab__item {
    position: relative;
    width: calc(50% - 60px);
    text-align: right;
}

.configurator-tab__item:first-child {
    width: 120px;
}


.configurator-tab__item-inner {
    position: relative;
    display: inline-block;
    max-width: 120px;
    text-align: center;
    z-index: 1;
    cursor: pointer;
}

.configurator-tab__item a {
    text-decoration: none;
}

.configurator-tab__item::before {
    content: '';
    position: absolute;
    top: 24px;
    bottom: auto;
    right: 60px;
    left: auto;
    margin: auto;
    width: 100%;
    height: 2px;
    background: #EBEBEB;
    z-index: -1;

}

.configurator-tab__item.active::before  {
    background: #FFB300;
}

.configurator-tab__item:first-child::before {
    content: none;
}

.configurator-tab__circle {
    position: relative;
    width: 48px;
    height: 48px;
    margin: 0 auto 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: #EBEBEB;
    font-size: 24px;
    line-height: 38px;
    color: #fff;
    text-decoration: none;

}

.configurator-tab__circle::before {
    content: '';
    position: absolute;
    margin: auto;
    width: 64px;
    height: 64px;
    border: 2px solid #EBEBEB;
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    z-index: -1;

}

.configurator-tab .configurator-tab__item.active .configurator-tab__circle {
    background-color: #FFB300;
}

.configurator-tab .configurator-tab__item.active  .configurator-tab__circle::before {
    border-color: #FFB300;
}

.configurator-tab__text {
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #EBEBEB;
    text-decoration: none;
}

.configurator-tab .configurator-tab__item.active  .configurator-tab__text {
    color: #FFB300;
}

.configurator-left {
    width: 180px;
    max-width: 180px;
    width: 100%;
    margin-right: 20px;
}
.configurator-right {
    max-width: 180px;
    width: 100%;
}
/* configurator-type */

.configurator-type {
    position: relative;
    width: 100%;
    margin-bottom: 8.5px;
}

.configurator-type:last-child {
    margin-bottom: 0;
}

.configurator-type__input {
    display: none;
}

.configurator-type__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.configurator-type__content {
    border-radius: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #EBEBEB;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 7px;
    cursor: pointer;
}

.configurator-type__name {
    font-size: 14px;
    line-height: 19px;
    font-weight: bold;
    color: #37474F;
    width: calc(100% - 71px);
    margin-left: 8px;
    opacity: 0.3;
}

.configurator-type__img {
    max-width: 71px;
    width: 100%;
    height: auto;
    opacity: 0.3;
}

.configurator-type__checkbox {
    position: absolute;
    top: auto;
    left: auto;
    bottom: 8px;
    right: 8px;
    margin: auto;
}

.configurator-type__input:not(:checked)~.configurator-type__content .configurator-type__checkbox {
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.configurator-type__hint {
    position: absolute;
    position: absolute;
    top: 8px;
    right: 8px;
    left: auto;
    bottom: auto;
    margin: auto;
    z-index: 1;
}

.configurator-type__input:not(:checked)~.configurator-type__content .configurator-type__hint {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.3)), to(rgba(255, 255, 255, 0.3))), url("data:image/svg+xml,%3Csvg width='18' height='20' viewBox='0 0 18 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 4H9C9.70797 3.99962 10.3933 4.24963 10.9347 4.70581C11.4761 5.162 11.8387 5.79496 11.9584 6.49274C12.0781 7.19052 11.9472 7.90819 11.5888 8.51874C11.2304 9.12929 10.6676 9.59337 10 9.82898V10C10 10.2652 9.89463 10.5196 9.70709 10.7071C9.51956 10.8946 9.26522 11 9 11C8.73478 11 8.48044 10.8946 8.29291 10.7071C8.10537 10.5196 8 10.2652 8 10V9C8 8.73478 8.10537 8.48044 8.29291 8.29291C8.48044 8.10537 8.73478 8 9 8C9.26522 8 9.51956 7.89463 9.70709 7.70709C9.89463 7.51956 10 7.26522 10 7C10 6.73478 9.89463 6.48044 9.70709 6.29291C9.51956 6.10537 9.26522 6 9 6H7C6.73478 6 6.48044 5.89463 6.29291 5.70709C6.10537 5.51956 6 5.26522 6 5C6 4.73478 6.10537 4.48044 6.29291 4.29291C6.48044 4.10537 6.73478 4 7 4Z' fill='%23EBEBEB'/%3E%3Cpath d='M8.44443 12.1685C8.60888 12.0586 8.80222 12 9 12C9.26522 12 9.51956 12.1054 9.70709 12.2929C9.89463 12.4804 10 12.7348 10 13C10 13.1978 9.94136 13.3911 9.83148 13.5555C9.7216 13.72 9.56542 13.8482 9.38269 13.9239C9.19996 13.9996 8.99888 14.0194 8.8049 13.9808C8.61092 13.9422 8.43276 13.8469 8.29291 13.7071C8.15306 13.5672 8.05781 13.389 8.01923 13.1951C7.98064 13.0011 8.00042 12.8 8.07611 12.6173C8.1518 12.4346 8.27998 12.2784 8.44443 12.1685Z' fill='%23EBEBEB'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 2C0 0.89543 0.895431 0 2 0H16C17.1046 0 18 0.895431 18 2V16C18 17.1046 17.1046 18 16 18H5.10555C4.7107 18 4.32469 18.1169 3.99615 18.3359L2.49615 19.3359C1.42917 20.0472 0 19.2823 0 18V2ZM2 2H16V16H5.10555C4.31585 16 3.54382 16.2338 2.88675 16.6718L2 17.263V2Z' fill='%23EBEBEB'/%3E%3C/svg%3E%0A");
    background-image: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3)), url("data:image/svg+xml,%3Csvg width='18' height='20' viewBox='0 0 18 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 4H9C9.70797 3.99962 10.3933 4.24963 10.9347 4.70581C11.4761 5.162 11.8387 5.79496 11.9584 6.49274C12.0781 7.19052 11.9472 7.90819 11.5888 8.51874C11.2304 9.12929 10.6676 9.59337 10 9.82898V10C10 10.2652 9.89463 10.5196 9.70709 10.7071C9.51956 10.8946 9.26522 11 9 11C8.73478 11 8.48044 10.8946 8.29291 10.7071C8.10537 10.5196 8 10.2652 8 10V9C8 8.73478 8.10537 8.48044 8.29291 8.29291C8.48044 8.10537 8.73478 8 9 8C9.26522 8 9.51956 7.89463 9.70709 7.70709C9.89463 7.51956 10 7.26522 10 7C10 6.73478 9.89463 6.48044 9.70709 6.29291C9.51956 6.10537 9.26522 6 9 6H7C6.73478 6 6.48044 5.89463 6.29291 5.70709C6.10537 5.51956 6 5.26522 6 5C6 4.73478 6.10537 4.48044 6.29291 4.29291C6.48044 4.10537 6.73478 4 7 4Z' fill='%23EBEBEB'/%3E%3Cpath d='M8.44443 12.1685C8.60888 12.0586 8.80222 12 9 12C9.26522 12 9.51956 12.1054 9.70709 12.2929C9.89463 12.4804 10 12.7348 10 13C10 13.1978 9.94136 13.3911 9.83148 13.5555C9.7216 13.72 9.56542 13.8482 9.38269 13.9239C9.19996 13.9996 8.99888 14.0194 8.8049 13.9808C8.61092 13.9422 8.43276 13.8469 8.29291 13.7071C8.15306 13.5672 8.05781 13.389 8.01923 13.1951C7.98064 13.0011 8.00042 12.8 8.07611 12.6173C8.1518 12.4346 8.27998 12.2784 8.44443 12.1685Z' fill='%23EBEBEB'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 2C0 0.89543 0.895431 0 2 0H16C17.1046 0 18 0.895431 18 2V16C18 17.1046 17.1046 18 16 18H5.10555C4.7107 18 4.32469 18.1169 3.99615 18.3359L2.49615 19.3359C1.42917 20.0472 0 19.2823 0 18V2ZM2 2H16V16H5.10555C4.31585 16 3.54382 16.2338 2.88675 16.6718L2 17.263V2Z' fill='%23EBEBEB'/%3E%3C/svg%3E%0A");
}

.configurator-type__input:checked~.configurator-type__content {
    border: 2px solid #FFB300;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 6px;
}

.configurator-type__input:checked~.configurator-type__content .configurator-type__img {
    opacity: 1;
}

.configurator-type__input:checked~.configurator-type__content .configurator-type__name {
    color: #FFB300;
    opacity: 1;
}


/* configurator-center */
.configurator-center {
    max-width: 780px;
    width: 100%;
    margin-right: 20px;
}

.configurator-center__top {
    margin-bottom: 8px;
}

.configurator-center__preview {
    width: 100%;
    position: relative;
    height: 705px;
    margin-bottom: 8px;
    background: #F9F9F9;
    border: 1px solid #EBEBEB;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
     align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
     justify-content: center;
}

.configurator-power {
    position: relative;
    width: 100%;
    border: 1px solid #EBEBEB;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.configurator-power__title {
    max-width: 90px;
    padding: 23px 0 23px 16px;
    margin-right: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 19px;
    font-weight: bold;
    color: #37474F;
}

.configurator-power__scale {
    width: calc(100% - 120px);
    margin-right: 40px;
}

.configurator-power__hint {
    position: absolute;
    top: 11px;
    right: 11px;
}

.configurator-pic, 
.configurator-text {
    display: none;
    position: relative;
}

.configurator-pic.active,
.configurator-text.active {
    display: block;
}

.configurator-pic {
    max-width: 780px;
    max-height: 705px;
}

.configurator-pic img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.configurator-text__inner {
    padding: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.configurator-additions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
    margin: 0;
    list-style: none;
}

.configurator-additions__item {
    width: calc(33.33% - 6px);
}

.configurator-additions__content {
    position: relative;
    padding: 16px 30px 16px 16px;
    border: 1px solid #EBEBEB;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.configurator-additions__switch {
    margin: 0 auto;
}

.configurator-additions__input {
    display: none;
}

.configurator-additions__input:checked+.configurator-additions__content .switch .switch-slider {
    background-color: rgba(255, 179, 0, 0.5);
}

.configurator-additions__input:focus+.configurator-additions__content .switch .switch-slider {
    -webkit-box-shadow: 0 0 1px #FFB300;
    box-shadow: 0 0 1px #FFB300;
}

.configurator-additions__input:checked+.configurator-additions__content .switch .switch-slider:before {
    -webkit-transform: translateX(26px);
    transform: translateX(26px);
    background-color: #FFB300;
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='8' viewBox='0 0 10 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 4.25L3.25 6.5L8.75 1' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}

.configurator-additions__input:disabled:not(:checked)+.configurator-additions__content .configurator-additions__switch,
.configurator-additions__input:disabled:not(:checked)+.configurator-additions__content .configurator-additions__switch .switch-slider,
.configurator-additions__input:disabled:not(:checked)+.configurator-additions__content .configurator-additions__title {
    opacity: 0.3;
    cursor: not-allowed;
}


.configurator-additions__input:disabled:not(:checked)+.configurator-additions__content .configurator-additions__hint {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.3)), to(rgba(255, 255, 255, 0.3))), url("data:image/svg+xml,%3Csvg width='18' height='20' viewBox='0 0 18 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 4H9C9.70797 3.99962 10.3933 4.24963 10.9347 4.70581C11.4761 5.162 11.8387 5.79496 11.9584 6.49274C12.0781 7.19052 11.9472 7.90819 11.5888 8.51874C11.2304 9.12929 10.6676 9.59337 10 9.82898V10C10 10.2652 9.89463 10.5196 9.70709 10.7071C9.51956 10.8946 9.26522 11 9 11C8.73478 11 8.48044 10.8946 8.29291 10.7071C8.10537 10.5196 8 10.2652 8 10V9C8 8.73478 8.10537 8.48044 8.29291 8.29291C8.48044 8.10537 8.73478 8 9 8C9.26522 8 9.51956 7.89463 9.70709 7.70709C9.89463 7.51956 10 7.26522 10 7C10 6.73478 9.89463 6.48044 9.70709 6.29291C9.51956 6.10537 9.26522 6 9 6H7C6.73478 6 6.48044 5.89463 6.29291 5.70709C6.10537 5.51956 6 5.26522 6 5C6 4.73478 6.10537 4.48044 6.29291 4.29291C6.48044 4.10537 6.73478 4 7 4Z' fill='%23EBEBEB'/%3E%3Cpath d='M8.44443 12.1685C8.60888 12.0586 8.80222 12 9 12C9.26522 12 9.51956 12.1054 9.70709 12.2929C9.89463 12.4804 10 12.7348 10 13C10 13.1978 9.94136 13.3911 9.83148 13.5555C9.7216 13.72 9.56542 13.8482 9.38269 13.9239C9.19996 13.9996 8.99888 14.0194 8.8049 13.9808C8.61092 13.9422 8.43276 13.8469 8.29291 13.7071C8.15306 13.5672 8.05781 13.389 8.01923 13.1951C7.98064 13.0011 8.00042 12.8 8.07611 12.6173C8.1518 12.4346 8.27998 12.2784 8.44443 12.1685Z' fill='%23EBEBEB'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 2C0 0.89543 0.895431 0 2 0H16C17.1046 0 18 0.895431 18 2V16C18 17.1046 17.1046 18 16 18H5.10555C4.7107 18 4.32469 18.1169 3.99615 18.3359L2.49615 19.3359C1.42917 20.0472 0 19.2823 0 18V2ZM2 2H16V16H5.10555C4.31585 16 3.54382 16.2338 2.88675 16.6718L2 17.263V2Z' fill='%23EBEBEB'/%3E%3C/svg%3E%0A");
    background-image: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3)), url("data:image/svg+xml,%3Csvg width='18' height='20' viewBox='0 0 18 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 4H9C9.70797 3.99962 10.3933 4.24963 10.9347 4.70581C11.4761 5.162 11.8387 5.79496 11.9584 6.49274C12.0781 7.19052 11.9472 7.90819 11.5888 8.51874C11.2304 9.12929 10.6676 9.59337 10 9.82898V10C10 10.2652 9.89463 10.5196 9.70709 10.7071C9.51956 10.8946 9.26522 11 9 11C8.73478 11 8.48044 10.8946 8.29291 10.7071C8.10537 10.5196 8 10.2652 8 10V9C8 8.73478 8.10537 8.48044 8.29291 8.29291C8.48044 8.10537 8.73478 8 9 8C9.26522 8 9.51956 7.89463 9.70709 7.70709C9.89463 7.51956 10 7.26522 10 7C10 6.73478 9.89463 6.48044 9.70709 6.29291C9.51956 6.10537 9.26522 6 9 6H7C6.73478 6 6.48044 5.89463 6.29291 5.70709C6.10537 5.51956 6 5.26522 6 5C6 4.73478 6.10537 4.48044 6.29291 4.29291C6.48044 4.10537 6.73478 4 7 4Z' fill='%23EBEBEB'/%3E%3Cpath d='M8.44443 12.1685C8.60888 12.0586 8.80222 12 9 12C9.26522 12 9.51956 12.1054 9.70709 12.2929C9.89463 12.4804 10 12.7348 10 13C10 13.1978 9.94136 13.3911 9.83148 13.5555C9.7216 13.72 9.56542 13.8482 9.38269 13.9239C9.19996 13.9996 8.99888 14.0194 8.8049 13.9808C8.61092 13.9422 8.43276 13.8469 8.29291 13.7071C8.15306 13.5672 8.05781 13.389 8.01923 13.1951C7.98064 13.0011 8.00042 12.8 8.07611 12.6173C8.1518 12.4346 8.27998 12.2784 8.44443 12.1685Z' fill='%23EBEBEB'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 2C0 0.89543 0.895431 0 2 0H16C17.1046 0 18 0.895431 18 2V16C18 17.1046 17.1046 18 16 18H5.10555C4.7107 18 4.32469 18.1169 3.99615 18.3359L2.49615 19.3359C1.42917 20.0472 0 19.2823 0 18V2ZM2 2H16V16H5.10555C4.31585 16 3.54382 16.2338 2.88675 16.6718L2 17.263V2Z' fill='%23EBEBEB'/%3E%3C/svg%3E%0A");
}

.configurator-additions__input:disabled:not(:checked)+.configurator-additions__content {
    border-color: rgba(235, 235, 235, 0.3);
    cursor: not-allowed;
}

.configurator-additions__input:disabled:checked+.configurator-additions__content, .configurator-additions__input:disabled:checked+.configurator-additions__content * {
    cursor: not-allowed;
    opacity: 0.85;
}

.configurator-additions__title {
    max-width: 120px;
    font-size: 14px;
    font-weight: bold;
    line-height: 19px;
    color: #37474F;
    cursor: pointer;
}

.configurator-additions__hint {
    position: absolute;
    top: 11px;
    right: 11px;
}

.configurator-options {
    list-style: none;
    padding: 0;
    margin: 0;
}

.configurator-options__title {
    max-width: 135px;
    font-size: 14px;
    font-weight: bold;
    line-height: 19px;
    color: #37474F;
    margin-bottom: 8px;
}

.configurator-options__item {
    position: relative;
    padding: 8px 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #EBEBEB;
    box-sizing: border-box;
    border-radius: 2px;
}

.configurator-options__item+.configurator-options__item {
    margin-top: -1px;
}

.configurator-options__checkbox {
    display: block;
    margin-bottom: 5px;
}

.configurator-options__another {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.configurator-options__another>span {
    font-size: 14px;
    line-height: 19px;
    color: #808080;
    margin-right: 8px;

}

.configurator-options__another .field__input {
    height: 24px;
}

.configurator-options__another input {
    width: 100%;
    border: 1px solid #EBEBEB;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 2px;
    height: 24px;
    padding: 0 4px;
}

.configurator-options__hint {
    position: absolute;
    top: 11px;
    right: 11px;
}

.configurator__required-block {
    width: 100%;
    padding: 12px 16px;
    margin-top: 16px;
    background: rgba(235, 87, 87, 0.1);
    border: 1px solid #EB5757;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 2px;
    font-size: 13px;
    line-height: 18px;
    color: #EB5757;
}
.configurator-order__right .configurator-requirements {
    margin-top: 32px;
}
.configurator-requirements {
    width: 100%;
    margin-top: 24px;
}

.configurator-requirements__title {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #808080;
    margin-bottom: 5px;
}

.configurator-requirements__message {
    width: 100%;
    min-height: 137px;
    resize: none;
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    box-sizing: border-box;
    border-radius: 2px;
    padding: 8px;
    box-sizing: border-box;
}
.configurator-requirements__message::-webkit-input-placeholder,
.configurator-requirements__message:-ms-input-placeholder,
.configurator-requirements__message::placeholder {
    font-size: 16px;
    line-height: 22px;
    color: #EBEBEB;
}
.configurator-requirements__message:focus {
    outline: 0;
    border-color: #37474f;
}

.configurator-controls {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.configurator-controls__link {
    width: 100%;
    padding: 14px 16px;
    box-sizing: border-box;
    background: #F9F9F9;
    border-radius: 2px;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #37474F;
}

.configurator-controls__back {
    max-width: 50%;
    margin-right: 20px;
    margin-bottom: 0;
}
.configurator-controls__link-small {
    max-width: 180px;
}
.configurator-controls__quarter .link__ico,
.configurator-controls__back .link__ico {
    left: 19px;
    top: 0;
    bottom: 0;
    right: auto;
    margin: auto
}

.configurator-controls__center {
    max-width: 180px;
    margin-right: 20px;
    margin-bottom: 0;
}

.configurator-controls__next {
    max-width: 50%;
    background: #FFB300;
    color: #fff;
}
.configurator-controls__right {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: calc(100% - 400px);
    width: 100%;
    margin-left: auto;
}

.configurator-controls__right .configurator-controls__next {
    max-width: 180px;
    margin-left: 20px;
}
.configurator-controls .configurator-controls__next:hover {
    color: #000;
}
.configurator-controls__quarter {
    width: calc(25% - 20px);
    margin: 0;
}
.configurator-step {
    display: none;
}

.configurator-step.active {
    display: block;
}

/* configurator-order */

.configurator-order {

}
.configurator-order__right {
    width: 100%;
}

.configurator-order__link {
    color: #ffb301;
    text-decoration: underline;

}
.configurator-order__content {
    display: flex;
    
}

.configurator-order__title {
    font-size: 48px;
    font-weight: bold;
    line-height: 66px;
    text-align: center;
    color: #37474F;
    margin-bottom: 56px;
}

.configurator-order__fields {
    max-width: 380px;
    width: 100%;
    margin-right: 20px;
}

.configurator-order__field {
    margin-bottom: 16px;
}

.configurator-order__field_main {
    margin-top: 24px;
    margin-bottom: 32px;
}

.configurator-order__field-title {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #808080;
    margin-bottom: 5px;
}

.configurator-order__field-big-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    color: #37474F;
    margin-bottom: 16px;
}

.configurator-order__field-box {
    display: flex;
    align-items: center;
}

.configurator-order__field-box .js-Dropdown {
    margin-bottom: 0;
    width: calc(100% - 31px);
}

.configurator-order__field-hint {
    margin-left: 11px;
}

.configurator-order__select-title {
    font-size: 14px;
    line-height: 19px;
    font-weight: bold;
    color: #37474F;
    margin-bottom: 2px;
    text-transform: inherit;
    letter-spacing: initial;
}
.configurator-order__date {
    margin-top: 28px;
}

.configurator-order__date-title {
    font-size: 14px;
    line-height: 19px;
    color: #808080;
    margin-right: 4px;
}

.configurator-order__date-value {
    font-size: 18px;
    font-weight: 600;
    line-height: 21px;
    color: #37474F;
}

.configurator-agree {
    margin-top: 12px;
}

.configurator-order__params {
    max-width: 480px;
    width: 100%;
    margin-right: 20px;
}

.configurator-center__view-drawing {
    position: absolute;
    bottom: 16px;
    right: 16px;
    font-size: 14px;
    line-height: 28px;
    color: #fff;
    padding: 14px 16px;
    background: #37474F;
    border-radius: 2px;
    text-decoration: none;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
}

.configurator-center__view-drawing:hover {
    opacity: .8;
}

.number {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 134px;
    height: 48px;
    border: 1px solid #EBEBEB;
    box-sizing: border-box;
    border-radius: 2px;
}

.minus, .plus {
    position: relative;
    width: 40px;
    height: 100%;
    cursor: pointer;
}
.minus::before,
.plus::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 12px;
    height: 2px;
    background: #37474F;
    border-radius: 2px;
}

.plus::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 2px;
    height: 12px;
    background: #37474F;
    border-radius: 2px;
}

.number input {
    width: 54px;
    height: 22px;
    text-align: center;
    font-size: 16px;
    line-height: 22px;
    border: none;
}

.number input:focus,
.number input:active {
    outline: none;
}



/* End */


/* Start:/local/assets/css/slick.css?17824371071775*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

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

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */


/* Start:/local/templates/.default/static/layout/css/swiper.css?178243710718436*/
/**
 * Swiper 11.0.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 5, 2024
 */

 @font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active{pointer-events:auto}.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
/* End */


/* Start:/local/templates/.default/static/layout/css/configurator.css?178243710735236*/
body {
  font-family: Manrope, sans-serif;
}
.custom-select {
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #000000;
}
.custom-select input[type="radio"],
.custom-select input[type="checkbox"] {
  position: absolute;
  visibility: hidden;
  z-index: -1;
}
.custom-select.open {
  z-index: 10;
}
.custom-select.open .custom-select-selected {
  background: #FFFFFF;
  outline: 2px solid #FFB300;
}
.custom-select.open .custom-select-selected .custom-select-arrow {
  rotate: 180deg;
}
.custom-select.open .custom-select-options {
  display: block;
}
.custom-select .custom-select-hint {
  display: none;
}
.custom-select .custom-select-selected {
  background: #FAFAFA;
  outline: 1px solid #EBEBEB;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
}
.custom-select .custom-select-selected .custom-select-arrow {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 20px;
  height: 10px;
  background-image: url('/local/templates/.default/static/layout/css/../media/select-arrow.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 20px;
}
.custom-select .custom-select-selected .custom-select-selected-content {
  min-height: 88px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
}
.custom-select .custom-select-selected .custom-select-hint .configurator-type__hint {
  top: 8px;
  right: 21px;
}
.custom-select .custom-select-selected .custom-select-hint .configurator-type__hint .hint__message {
  left: auto;
  right: calc(100% + 12px);
}
.custom-select .custom-select-selected .custom-select-hint .configurator-type__hint .hint__message::before {
  left: auto;
  right: -6px;
}
.custom-select .custom-select-options {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  display: none;
  overflow-y: auto;
  outline: 2px solid #FFB300;
  z-index: 100;
  background: #FFFFFF;
  scrollbar-width: thin;
  scrollbar-color: #FFB300 #FAFAFA;
}
.custom-select .custom-select-options .custom-select-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  outline: 1px solid #FFB300;
  cursor: pointer;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
  padding: 0 20px;
}
.custom-select .custom-select-options .custom-select-option:hover {
  background: #FFDA82;
}
.custom-select .custom-select-options .custom-select-option.active {
  background: #FFB300;
}
.custom-select .custom-select-options .custom-select-option.disabled {
  opacity: 0.25;
  pointer-events: none;
}
.custom-select .custom-select-content .custom-option-name {
  all: unset;
  display: block;
  font-size: 16px;
  font-weight: 700;
}
.custom-select.custom-select-type .custom-select-options {
  max-height: 263px;
}
.custom-select.custom-select-type .custom-select-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 88px;
  gap: 20px;
}
.custom-select.custom-select-type .custom-select-content img {
  width: 54px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.custom-select.custom-select-type .custom-select-content .custom-select-info .custom-option-description {
  font-size: 10px;
  font-weight: 400;
}
.custom-select.custom-select-param {
  background: #FAFAFA;
  outline: 1px solid #EBEBEB;
}
.custom-select.custom-select-param.open {
  background: #FFFFFF;
  outline: 2px solid #FFB300;
}
.custom-select.custom-select-param .custom-select-options {
  max-height: 247px;
  top: auto;
}
.custom-select.custom-select-param .custom-select-label {
  position: absolute;
  top: 18px;
  left: 20px;
  z-index: 2;
  font-size: 14px;
  font-weight: 400;
}
.custom-select.custom-select-param .custom-select-label span {
  color: #F00000;
}
.custom-select.custom-select-param .custom-select-selected {
  background: none;
  outline: none;
}
.custom-select.custom-select-param .custom-select-selected .custom-select-content {
  min-height: 88px;
}
.custom-select.custom-select-param .custom-select-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 62px;
  gap: 20px;
}
.custom-select.custom-select-param .custom-select-content .custom-option-name {
  padding-top: 8px;
}
.custom-select-option-data {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 8px;
}
.custom-select-option-data .custom-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  width: 100%;
}
.custom-select-option-data .custom-data-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FFB300;
  height: 40px;
  padding: 0 12px;
  font-size: 14px;
  text-decoration: none;
  color: #FFFFFF;
  border-radius: 3px;
}
.config-area-d {
  background: #FAFAFA;
  display: -ms-grid;
  display: grid;
}
.config-area-d .custom-select-param:last-child .custom-select-content {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.config-area-d .custom-select-param:last-child .custom-select-selected-content .custom-option-name {
  padding-top: 40px;
  line-height: 100%;
}
.config-area-d .custom-select-param:last-child .custom-select-options .custom-select-option .custom-option-name {
  padding-top: 0;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.config-tabs,
.config-tabs-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-bottom: 20px;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 768px) {
  .config-tabs,
  .config-tabs-2 {
    gap: 14px;
  }
}
.config-tabs .config-tab-false,
.config-tabs-2 .config-tab-false {
  position: absolute;
  visibility: hidden;
  z-index: -1;
}
.config-tabs .config-tab,
.config-tabs-2 .config-tab,
.config-tabs .config-tab-2,
.config-tabs-2 .config-tab-2 {
  all: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 12px;
  border: 1px dashed #EBEBEB;
  border-radius: 6px;
  background: #FFFFFF;
  -webkit-transition: border, background 0.3s ease-in-out;
  transition: border, background 0.3s ease-in-out;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  color: #000000;
}
.config-tabs .config-tab:hover,
.config-tabs-2 .config-tab:hover,
.config-tabs .config-tab-2:hover,
.config-tabs-2 .config-tab-2:hover {
  background: #EBEBEB;
  border-style: solid;
  border-color: #EBEBEB;
}
.config-tabs .config-tab:disabled,
.config-tabs-2 .config-tab:disabled,
.config-tabs .config-tab-2:disabled,
.config-tabs-2 .config-tab-2:disabled {
  background: #FFFFFF !important;
  border-style: dashed !important;
  border-color: #EBEBEB !important;
  color: #EBEBEB !important;
  cursor: inherit;
}
.config-tabs .config-tab.active,
.config-tabs-2 .config-tab.active,
.config-tabs .config-tab-2.active,
.config-tabs-2 .config-tab-2.active {
  background: #FFDA82;
  border-style: solid;
  border-color: #FFDA82;
}
.config-checkbox {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.config-checkbox input {
  position: absolute;
  visibility: hidden;
  z-index: -1;
}
.config-checkbox input[type="checkbox"]:checked + .config-checkbox-content {
  background: #FFDA82;
}
.config-checkbox input[type="checkbox"]:checked + .config-checkbox-content .config-checkbox-check {
  background: #FFB300;
}
.config-checkbox input[type="checkbox"]:checked + .config-checkbox-content .config-checkbox-check::before {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg) scale(1);
      -ms-transform: translate(-50%, -50%) rotate(-45deg) scale(1);
          transform: translate(-50%, -50%) rotate(-45deg) scale(1);
  opacity: 1;
}
.config-checkbox input[type="checkbox"]:disabled + .config-checkbox-content {
  color: #EBEBEB;
}
.config-checkbox input[type="checkbox"]:disabled + .config-checkbox-content .config-checkbox-check {
  background: #FFFFFF;
  border-color: #EBEBEB;
}
.config-checkbox input[type="checkbox"]:checked:disabled + .config-checkbox-content {
  color: #EBEBEB;
  background: #FFFFFF;
}
.config-checkbox input[type="checkbox"]:checked:disabled + .config-checkbox-content .config-checkbox-check {
  background: #FFFFFF;
  border-color: #EBEBEB;
}
.config-checkbox input[type="checkbox"]:checked:disabled + .config-checkbox-content .config-checkbox-check::before {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg) scale(1);
      -ms-transform: translate(-50%, -50%) rotate(-45deg) scale(1);
          transform: translate(-50%, -50%) rotate(-45deg) scale(1);
  opacity: 1;
  border-color: #EBEBEB;
}
.config-checkbox .config-checkbox-content {
  background: #FFFFFF;
  border-radius: 6px;
  border: 1px solid #EBEBEB;
  padding: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.config-checkbox .config-checkbox-content .config-checkbox-check {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16px;
          flex: 0 0 16px;
  width: 16px;
  height: 16px;
  background: #FFFFFF;
  border-radius: 2px;
  border: 1px solid #FFB300;
  position: relative;
}
.config-checkbox .config-checkbox-content .config-checkbox-check::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(0) scale(0);
      -ms-transform: translate(-50%, -50%) rotate(0) scale(0);
          transform: translate(-50%, -50%) rotate(0) scale(0);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  margin-top: -1px;
  width: 10px;
  height: 5px;
  border-bottom: 2px solid #FFFFFF;
  border-left: 2px solid #FFFFFF;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  opacity: 0;
}
.configurator-agree .config-checkbox-content {
  gap: 16px;
  cursor: pointer;
}
.configurator-agree .config-checkbox-content span {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
}
.config-areas {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(558px, 780px) minmax(386px, 400px);
  grid-template-columns: minmax(558px, 780px) minmax(386px, 400px);
      grid-template-areas: "a b" "c d" "c e";
}
@media (max-width: 992px) {
  .config-areas {
    -ms-grid-columns: minmax(272px, 992px);
    grid-template-columns: minmax(272px, 992px);
        grid-template-areas: "a" "b" "d" "c" "e";
  }
}
.config-areas .config-area {
  outline: 1px solid #EBEBEB;
}
.config-areas .config-area-a {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: a;
}
.config-areas .config-area-b {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: b;
}
.config-areas .config-area-c {
  -ms-grid-row: 2;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  grid-area: c;
  padding: 30px;
}
.config-areas .config-area-d {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  grid-area: d;
  padding-top: 1px;
}
.config-areas .config-area-e {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
  grid-area: e;
  background: #FAFAFA;
}
.config-title {
  font-size: 24px;
  font-weight: 700;
  color: #000000;
  display: inline;
  margin-bottom: 20px;
}
.config-title.full {
  display: block;
}
.config-swiper .swiper-slide {
  background: #FFFFFF;
}
.config-swiper .swiper-slide .configurator-pic {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.config-swiper .swiper-slide .title-config-in-pic {
  position: absolute;
  visibility: hidden;
  z-index: -1;
}
.config-swiper .swiper-slide .configurator-center__preview {
  border: none;
  height: inherit;
}
.config-swiper .swiper-slide img {
  max-width: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.config-swiper-2 .swiper-slide {
  background: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.config-swiper-2 .swiper-slide .config-swiper-image {
  position: relative;
}
.config-swiper-2 .swiper-slide img {
  position: absolute;
  max-width: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -o-object-fit: contain;
     object-fit: contain;
}
.config-swiper-2 .swiper-slide img:first-child {
  position: initial;
}
.swiper-slide-params {
  display: block !important;
  width: 100%;
  height: 100%;
}
.config-elem-param {
  padding: 20px;
  color: #000000;
}
.config-elem-param.config-elem-param-requirements {
  position: relative;
  border-bottom: 1px solid #EBEBEB;
}
.config-elem-param.config-elem-param-requirements .checkbox-round__input {
  position: absolute;
  visibility: hidden;
  z-index: -1;
}
.config-elem-param.config-elem-param-requirements .config-elem-param-title {
  font-size: 14px;
  font-weight: 400;
  display: block;
  margin-bottom: 8px;
}
.config-elem-param.config-elem-param-additional .config-elem-param-title {
  font-size: 16px;
  font-weight: 700;
  display: block;
  margin-bottom: 20px;
}
.config-elem-param.config-elem-param-additional .config-checkboxs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.new-input {
  background: #FFFFFF;
  border-radius: 2px;
  border: 1px solid #EBEBEB;
  min-height: 40px;
  width: 100%;
  padding: 0 20px;
  color: #000000;
}
.new-input::-webkit-input-placeholder {
  color: #757575;
  font-size: 14px;
  font-weight: 400;
}
.new-input::-moz-placeholder {
  color: #757575;
  font-size: 14px;
  font-weight: 400;
}
.new-input:-ms-input-placeholder {
  color: #757575;
  font-size: 14px;
  font-weight: 400;
}
.new-input::-ms-input-placeholder {
  color: #757575;
  font-size: 14px;
  font-weight: 400;
}
.new-input::placeholder {
  color: #757575;
  font-size: 14px;
  font-weight: 400;
}
.new-input:focus {
  outline-color: #FFDA82;
}
.configurator-tab__item.active::before {
  background: #FFDA82;
}
.configurator-tab__item.active .configurator-tab__circle {
  background: #FFDA82 !important;
}
.configurator-tab__item.active .configurator-tab__circle::before {
  border-color: #FFDA82 !important;
}
.configurator-tab__item.active .configurator-tab__text {
  color: #000000 !important;
}
.configurator-tab__item.current .configurator-tab__circle {
  background: #FFB300 !important;
}
.configurator-tab__item.current .configurator-tab__circle::before {
  border-color: #FFB300 !important;
}
.params {
  all: unset;
}
.config-order {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(558px, 780px) minmax(386px, 400px);
  grid-template-columns: minmax(558px, 780px) minmax(386px, 400px);
      grid-template-areas: "a b";
  outline: 1px solid #EBEBEB;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .config-order {
    -ms-grid-columns: minmax(272px, 992px);
    grid-template-columns: minmax(272px, 992px);
        grid-template-areas: "a" "b";
  }
  .config-order > .config-area-a {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .config-order > .config-area-b {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
}
.config-order .config-order-side-a {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: a;
  padding: 30px;
}
.config-order .config-order-side-a .config-tabs-2 {
  margin-top: 20px;
}
.config-order .config-order-side-b {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: b;
  background: #FAFAFA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.config-order-2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(458px, 600px) minmax(386px, 580px);
  grid-template-columns: minmax(458px, 600px) minmax(386px, 580px);
      grid-template-areas: "a b";
  outline: 1px solid #EBEBEB;
}
@media (max-width: 992px) {
  .config-order-2 {
    -ms-grid-columns: minmax(272px, 992px);
    grid-template-columns: minmax(272px, 992px);
        grid-template-areas: "a" "b";
  }
  .config-order-2 > .config-area-a {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .config-order-2 > .config-area-b {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .config-order-2 > .config-order-side-a {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .config-order-2 > .config-order-side-b {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
}
.config-order-2 .config-order-2-side-a {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: a;
  padding: 30px;
}
.config-order-2 .config-order-2-side-a .config-tabs-2 {
  margin-top: 20px;
}
.config-order-2 .config-order-2-side-b {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: b;
  outline: 1px solid #EBEBEB;
  background: #FAFAFA;
  padding: 30px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.config-order-2-images {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}
.config-order-2-images img {
  position: absolute;
  max-width: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -o-object-fit: contain;
     object-fit: contain;
}
.config-order-2-images img:first-child {
  position: initial;
}
.config-order-2-scheme {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.config-order-2-scheme img {
  max-width: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.config-params {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
.config-params .config-param-elem {
  color: #000000;
}
.config-params .config-param-elem .config-param-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 12px;
}
.configurator-text__inner {
  padding: 30px;
  color: #000000;
}
.configurator-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
@media (max-width: 992px) {
  .configurator-controls {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.configurator-controls-end {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
      grid-template-areas: "a b c d e";
}
@media (max-width: 992px) {
  .configurator-controls-end {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
        grid-template-areas: "b b" "c d" "a e";
  }
  .configurator-controls-end > .config-area-a {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .configurator-controls-end > .config-area-b {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .configurator-controls-end > .config-area-c {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
  .configurator-controls-end > .config-area-d {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .configurator-controls-end > .config-area-e {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  .configurator-controls-end > .config-order-side-a {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .configurator-controls-end > .config-order-side-b {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .configurator-controls-end > .config-order-2-side-a {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .configurator-controls-end > .config-order-2-side-b {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
}
@media (max-width: 374px) {
  .configurator-controls-end {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
        grid-template-areas: "b" "c" "d" "e" "a";
  }
  .configurator-controls-end > .config-area-a {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .configurator-controls-end > .config-area-b {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .configurator-controls-end > .config-area-c {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
  .configurator-controls-end > .config-area-d {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .configurator-controls-end > .config-area-e {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
  .configurator-controls-end > .config-order-side-a {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .configurator-controls-end > .config-order-side-b {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .configurator-controls-end > .config-order-2-side-a {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .configurator-controls-end > .config-order-2-side-b {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
}
.configurator-controls-end .configurator-controls__link {
  max-width: 100%;
  width: 100%;
}
.configurator-controls-end .configurator-controls__link-a {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: a;
}
.configurator-controls-end .configurator-controls__link-b {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: b;
}
.configurator-controls-end .configurator-controls__link-c {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  grid-area: c;
}
.configurator-controls-end .configurator-controls__link-d {
  -ms-grid-row: 1;
  -ms-grid-column: 4;
  grid-area: d;
}
.configurator-controls-end .configurator-controls__link-e {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
  grid-area: e;
}
@media (max-width: 992px) {
  .config-areas .config-area-a {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .config-areas .config-area-b {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .config-areas .config-area-c {
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
  .config-areas .config-area-d {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .config-areas .config-area-e {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .config-order .config-order-side-a {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .config-order > .config-order-side-a {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .config-order .config-order-side-b {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .config-order > .config-order-side-b {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .config-order-2 .config-order-2-side-a {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .config-order > .config-order-2-side-a {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .config-order-2 > .config-order-2-side-a {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .config-order-2 .config-order-2-side-b {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .config-order > .config-order-2-side-b {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .config-order-2 > .config-order-2-side-b {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .configurator-controls-end .configurator-controls__link-a {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .config-order > .configurator-controls__link-a {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .config-order-2 > .configurator-controls__link-a {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .configurator-controls-end > .configurator-controls__link-a {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .configurator-controls-end .configurator-controls__link-b {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .config-order > .configurator-controls__link-b {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .config-order-2 > .configurator-controls__link-b {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .configurator-controls-end > .configurator-controls__link-b {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .configurator-controls-end .configurator-controls__link-c {
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
  .configurator-controls-end > .configurator-controls__link-c {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
  .configurator-controls-end .configurator-controls__link-d {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .configurator-controls-end > .configurator-controls__link-d {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .configurator-controls-end .configurator-controls__link-e {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .configurator-controls-end > .configurator-controls__link-e {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
}
@media (max-width: 374px) {
  .configurator-controls-end > .configurator-controls__link-a {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .configurator-controls-end > .configurator-controls__link-b {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .configurator-controls-end > .configurator-controls__link-c {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
  .configurator-controls-end > .configurator-controls__link-d {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .configurator-controls-end > .configurator-controls__link-e {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
}
.configurator-controls__link {
  border-radius: 3px;
  color: #000000;
  margin: 0;
}
@media (max-width: 576px) {
  .configurator-controls__link {
    max-width: 100% !important;
    width: 100%;
  }
}
.configurator-requirements__title {
  all: unset;
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  margin-bottom: 8px;
  display: block;
}
.section__block {
  border-bottom: none;
}
.configurator-controls__next {
  color: #FFFFFF;
}
.configurator-controls__back {
  max-width: 180px;
  gap: 20px;
}
.configurator-controls__back .link__ico {
  position: initial;
  margin: 0;
}
.configurator-controls__back .link__ico svg {
  position: initial;
  -webkit-transform: translate(0);
      -ms-transform: translate(0);
          transform: translate(0);
}
.configurator-order__date {
  padding: 24px 20px;
  background: #EBEBEB;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.configurator-order__date .configurator-order__date-title {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
}
.configurator-order__date .configurator-order__date-value {
  font-size: 16px;
  font-weight: 700;
  color: #000000;
}
.config-order-list {
  padding: 30px 20px 0;
}
.config-order-list .config-order-elem {
  margin-bottom: 30px;
}
.config-order-list .config-order-elem:last-child {
  margin-bottom: 0;
}
.config-order-list .config-order-elem .config-order-item {
  margin-bottom: 20px;
}
.config-order-list .config-order-elem .config-order-item .number {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: none;
}
.config-order-list .config-order-elem .config-order-item .number input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 48px;
  border: 1px solid #EBEBEB;
  background: #FFFFFF;
  color: #000000;
}
.config-order-list .config-order-elem .config-order-item .number .minus,
.config-order-list .config-order-elem .config-order-item .number .plus {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
  background: #FFDA82;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.config-order-list .config-order-elem .config-order-item .number .minus::after,
.config-order-list .config-order-elem .config-order-item .number .plus::after,
.config-order-list .config-order-elem .config-order-item .number .minus::before,
.config-order-list .config-order-elem .config-order-item .number .plus::before {
  background: #000000;
}
.config-order-list .config-order-elem .config-order-item .number .minus:hover,
.config-order-list .config-order-elem .config-order-item .number .plus:hover {
  background: #FFB300;
}
.config-order-list .config-order-elem .config-order-title {
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 20px;
  display: block;
}
.config-order-list .config-order-elem .config-order-subtitle {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  margin-bottom: 8px;
  display: block;
}
.params {
  all: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  margin-top: 10px;
}
.params .params__item {
  all: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 4px;
  color: #000000;
}
.params .params__item span {
  white-space: nowrap;
  font-size: 14px;
  font-weight: 400;
}
@media (max-width: 576px) {
  .params .params__item span {
    white-space: initial;
  }
}
.params .params__item strong {
  width: auto;
  font-size: 14px;
  font-weight: 700;
  text-align: end;
  white-space: nowrap;
}
.params .params__item .dashed {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='397' height='2' viewBox='0 0 397 2' fill='none'%3E%3Cpath d='M0 1H397' stroke='%23DBDBDB' stroke-dasharray='2 2'/%3E%3C/svg%3E");
  display: block;
  height: 2px;
  width: 100%;
  max-width: 100%;
}
.params .params__item-other {
  margin: 24px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  text-align: start;
}
.params .params__item-other strong {
  white-space: initial;
}
.params .params__item-other-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  margin: 12px 0;
}
.params .params__item-other-2 strong {
  white-space: initial;
}
.configurator-tab {
  padding: 30px 0;
}
.configurator {
  margin-top: 20px;
}
.configurator__required-block {
  padding: 12px 20px;
  background: #FFF3D8;
  border: 1px solid #FFDA82;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.configurator__required-block::before {
  content: '';
  background-image: url('/local/templates/.default/static/layout/css/../media/icon-warning.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 20px;
  height: 20px;
  display: block;
}
.configurator__required-block.custom-hint {
  margin: 0 0 10px;
  border-color: #FFDA82;
  background: #FFF3D8;
  color: #000000;
  -webkit-animation: none;
          animation: none;
}
@font-face {
  font-family: Manrope;
  font-display: auto;
  src: url(/local/templates/.default/static/layout/css/../fonts/Manrope-Bold.woff2) format("woff2"), url(/local/templates/.default/static/layout/css/../fonts/fonts/Manrope-Bold.woff) format("woff"), url(/local/templates/.default/static/layout/css/../fonts/fonts/Manrope-Bold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Manrope;
  font-display: auto;
  src: url(/local/templates/.default/static/layout/css/../fonts/fonts/Manrope-Semibold.woff2) format("woff2"), url(/local/templates/.default/static/layout/css/../fonts/fonts/Manrope-Semibold.woff) format("woff"), url(/local/templates/.default/static/layout/css/../fonts/fonts/Manrope-Semibold.ttf) format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: Manrope;
  font-display: auto;
  src: url(/local/templates/.default/static/layout/css/../fonts/fonts/Manrope-Medium.woff2) format("woff2"), url(/local/templates/.default/static/layout/css/../fonts/fonts/Manrope-Medium.woff) format("woff"), url(/local/templates/.default/static/layout/css/../fonts/fonts/Manrope-Medium.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: Manrope;
  font-display: auto;
  src: url(/local/templates/.default/static/layout/css/../fonts/fonts/Manrope-Regular.woff2) format("woff2"), url(/local/templates/.default/static/layout/css/../fonts/fonts/Manrope-Regular.woff) format("woff"), url(/local/templates/.default/static/layout/css/../fonts/fonts/Manrope-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Manrope;
  font-display: auto;
  src: url(/local/templates/.default/static/layout/css/../fonts/fonts/Manrope-Light.woff2) format("woff2"), url(/local/templates/.default/static/layout/css/../fonts/fonts/Manrope-Light.woff) format("woff"), url(/local/templates/.default/static/layout/css/../fonts/fonts/Manrope-Light.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: Manrope;
  font-display: auto;
  src: url(/local/templates/.default/static/layout/css/../fonts/fonts/Manrope-Thin.woff2) format("woff2"), url(/local/templates/.default/static/layout/css/../fonts/fonts/Manrope-Thin.woff) format("woff"), url(/local/templates/.default/static/layout/css/../fonts/fonts/Manrope-Thin.ttf) format("truetype");
  font-weight: 200;
  font-style: normal;
}

/* End */


/* Start:/local/templates/.default/static/layout/css/style.css?1782437107561*/
#mouse-drag .slick-slide__title {
  max-width: 260px;
  margin: 0 auto;
}
.back-home {
  margin-bottom: 12px;
}
@media (min-width: 768px) and (max-width: 1000px) {
  .back-home {
    -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
            transform: translateY(-30px);
  }
}
.back-home a {
  font-size: 14px;
  color: #808080;
  font-weight: 400;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.back-home a:hover {
  color: #ffb300;
}
.print-wrap {
  position: relative;
}

/* End */


/* Start:/local/components/axi/view/templates/cookie/style.css?17824371141157*/
.axi-cookie-message {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  background: #fff;
  z-index: 102;
  box-shadow: 0 0 10px 0 #666;
  opacity: 1;
}
.axi-cookie-message__wrapper {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 30px;
}
@media screen and (min-width: 920px) {
  .axi-cookie-message__wrapper {
    max-width: 992px;
    flex-flow: row nowrap;
  }
}
.axi-cookie-message__text {
  color: #000;
  flex-basis: 100%;
  font-size: 14px;
  line-height: 1.1;
}
@media screen and (min-width: 920px) {
  .axi-cookie-message__text {
    max-width: 70%;
    flex-basis: 70%;
  }
}
.axi-cookie-message__more {
  font-size: 12px;
  width: 50%;
  flex-basis: 50%;
  text-align: center;
  text-decoration: underline;
}
@media screen and (min-width: 920px) {
  .axi-cookie-message__more {
    flex-basis: 15%;
    max-width: 15%;
  }
}
.axi-cookie-message__ok {
  outline: none;
  cursor: pointer;
}
@media screen and (max-width: 919px) {
  .axi-cookie-message__ok {
    flex-basis: 50%;
    max-width: 50%;
    margin: 0;
  }
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/letsrock/template_styles.css?178243710712131*/
body {
	overflow-x: hidden;
}

.p-seria__content a, .dblock a {
	color: inherit;
}

div[id^="wait_"] {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0;
    bottom: 0;
    border: none !important;
    background: rgba(255, 255, 255, 0.611764705882353) !important;
    color: transparent !important;
}

div[id^="wait_"]:before {
	display: block;
	content: '';
	background: url(/local/assets/img/loader.svg);
	background-size: contain;
	position: absolute;
	top: calc(50% - 20px);
	left: calc(50% - 20px);
	height: 120px;
	width: 120px;
}

.attention {
    color: #ffffff;
}

.footer__list li.footer__list-caption a {
    color: inherit;
    cursor: pointer;
}

.footer__block {
    width: 35%;
}
.footer__block:first-child {
    width: 60%;
}

.numbers__block {
	max-width: 35%;
}

[data-tabyeardoc]:not([data-tabyeardoc="0"]) {
	display: none;
}
[data-video] {
	cursor: pointer;
}

html.no-details details > summary::before {
	display: none !important;
}

.history__image {
	width: 99.1vw;
}

button {
	outline: none;
}

nav .nav__block {
	position: relative;
}
/*nav .nav__block .nav__drop::before {
	content: '';
    display: block;
    background: #FFFFFF;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    top: 30px;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
}*/
nav .nav__block .nav__drop {
    display: none;
    position: absolute;
	box-sizing: content-box;
    height: auto;    
    top: 22px;    
    padding: 16px 24px 20px;
    margin: 0 0 0;
    background: #FFFFFF;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
}

nav .nav__block:not(:nth-last-child(2)):not(:last-child) .nav__drop {
    left: -17px;
}
nav .nav__block:last-child .nav__drop, nav .nav__block:nth-last-child(2) .nav__drop {
    left: initial;
    right: -15px;
}

nav .nav__block .nav__drop ul:not(:first-child) {
	margin-left: 20px;
}
nav .nav__block .nav__drop ul {
	padding: 0;
	margin: 0;
	float: left;
    list-style-type: none;
}
nav .nav__block .nav__drop li {
	min-width: 230px;
}
nav .nav__block:hover {
    padding-bottom: 20px;
    margin-bottom: -20px;
}
nav .nav__block:hover .nav__drop {
	display: flex;
}
nav .nav__block .nav__drop a:hover:after {
	display: none;
}
nav .nav__block .nav__drop a:after {
    content: '';
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 1px;
    background: #37474f87;
    bottom: 7px;
    left: 0px;
}
nav .nav__block .nav__drop a {
    white-space: nowrap;
	position: relative;
    color: currentColor;
    text-decoration: none;
    display: inline-block;
    line-height: 2.5em;
}


@media (max-width: 768px) {
    .product__info .btn_pdf {
        height: auto;
        display: flex;
        padding-bottom: 15px;
    }
    .product__info .btn_pdf i {
        float: left;
        margin-right: 5px;
    }
    .product__info .btn_pdf span {
        white-space: normal;
        line-height: 14px;
        display: inherit;
        text-align: left;
        padding: 15px 0 0 15px;
    }
    .header__mobile  nav .nav__block:hover .nav__drop {
        display: none;
    }
    .header__mobile  nav .nav__block .nav__drop.nav__mobile-open:before {
        display: none;
    }
    .header__mobile  nav .nav__block .nav__drop.nav__mobile-open {
        display: block;
        position: relative;
        margin: -45px 0 40px;
        padding: 5px 20px 5px 10px;
        overflow: hidden;
        background: #f9f9f9;
    }
    nav .nav__block .nav__drop a:after {
        display: none;
    }
    nav .nav__block .nav__drop a {
        font-size: 0.9em;
        white-space: normal;
        text-decoration: underline !important;
        color: currentColor;
        text-decoration: none;
        display: inline-block;
        line-height: 2.5em;
    }
    nav .nav__block .nav__drop a:after {
        bottom: 9px;
    }
    nav .nav__block .nav__drop ul {
        float: none;
    }
    nav .nav__block .nav__drop ul:not(:first-child) {
        margin-left: 0px;
    }
    nav .nav__block .nav__drop {
        left: initial;
    }
    nav .nav__block:last-child .nav__drop, nav .nav__block:nth-last-child(2) .nav__drop {
        right: initial;
    }
    .nav {
        max-height: 100%;
        overflow-y: scroll;
    }
    .slick-slide img {
        max-width: 100%;
    }
    .slider_images {
        height: auto;
    }
    .numbers {
        flex-direction: inherit;
    }
    .numbers__block {
        font-size: 0.85em;
        padding-right: 15px;
    }
    .tabs__contents img {
        height: auto;
    }
    .header__mobile nav .nav__block .nav__drop.nav__mobile-open {
        width: 100%;
    }
}


.header__block .tel {
    line-height: 20px;
}
/* .header__block {
    margin-right: 60px;
}
.header__block:last-child {
    margin-left: auto;
    margin-right: 0;
} */
.header__main-top {
    /*justify-content: left;*/
    -webkit-box-align: left;
    -ms-flex-align: left;
    align-items: left;
}
.link_pos-absolute, .nblock__date {
    font-size: 14px;
}

#jwplayer {
    margin: 0 auto;
}

.tns-outer .tns-item {
    width: auto !important;
}
.slider_index .tns-outer .tns-item {
    width: 100% !important;
}
.tns-slider {
    max-width: max-content !important;
}


.link_interval {
    line-height: 2.4em;
    font-size: 15px;
}

[data-slider]:not([data-slider="init"]) .tns-outer .tns-item {
    min-width: 50px;
    margin-right: 25px;
}

#mouse-drag2 > .tns-item, #mouse-drag > .tns-item  {
    margin: 25px;
}
#mouse-drag2 .tns-item.tns-slide-active, #mouse-drag .tns-item.tns-slide-active {
    opacity: 0.3;
}
#mouse-drag2 .tns-item.tns-slide-active+.tns-item.tns-slide-active, #mouse-drag .tns-item.tns-slide-active+.tns-item.tns-slide-active {
    opacity: 1;
}

.places_map ul.js-Dropdown-list {
    max-height: 450px;
}

.js-Dropdown .js-Dropdown-title {
    padding: 0 35px 0 16px;
}

.slide__image {
    z-index: -1;
}
.slide__content .title {
    font-size: 26px;
}


.center_image img {
    margin: 0 auto 15px;
    display: block;
    max-width: 100%;
    height: auto;
}
.center {
    text-align: center;
}

.btn_file_name {
    height: auto;
    white-space: normal;
    text-align: left;
    line-height: 1.5em;
    padding-top: 9px;
    padding-bottom: 9px;
}

.file {
	z-index: 0;
}

.file:focus .file__name, .file:hover .file__name {
    color: inherit;
}
.file a.file__name:hover, .file a.file__name:focus, .file a.file__name:hover *, .file a.file__name:focus *, .file .link:hover, .file .link:focus, .file .link:hover *, .file .link:focus * {
    color: #ffb300 !important;
}

.file__info {
	position: relative;
}

.file__type {
	position: absolute;
	top: 0;
	right: 0;
}

.nav__link:before {
    display: none;
}
.timeline__item:hover:before {
    display: none;
}
.nav__link:focus, .nav__link:hover, .timeline__item a:focus, .timeline__item a:hover {
    cursor: pointer;
    -webkit-transform: none;
    transform: none;
    color: #ffb300;
    outline: none;
    border-left-color: inherit; 
    transition: all .1s .1s;
}
.timeline__item:hover {
    color: #ffb300;
    transition: all .1s .1s;
}
.no_top_padding {
    padding-top: 0;
}

.p-seria__actions .link {
    font-weight: normal;
}
.p-seria__actions .link:hover {
    font-weight: normal;
    text-shadow: 0 0 1px;
}

.file_name_left {
    display: block;
}
.file_name_left a {
    padding-left: 45px;
    position: relative;
}



.list-items_double>* {
    margin-bottom: 0 !important;
}

.list-items_double  .btn {
    width: 100%;
}
.list-items_double>:nth-child(2n) {
    margin-left: 0;
}

.article__image img {
    left: 0;
    min-width: inherit;
    -webkit-transform: none; 
    transform: none; 

}

#bx-panel.nodisplay {
    display: none !important;
}

.gallery-Img:not([data-step3-img]) {
    max-height: 500px;
    max-width: calc(100% - 40px);
}
.slide__content * {
    text-align: left;
}

#jwplayer_wrapper {
    margin: 0 auto;
}

.is-disabled {
    display: none;
}

[data-slider="index"] .slider__slides {
    padding: 0 !important;
}


@media (min-width:769px) {
    .btn_minitext i {
        margin-top: -10px !important;
    }
    .btn_minitext {
        height: auto;
        line-height: 0.95em;
        padding: 15px 10px 15px 30px;
        font-size: 17px;
        text-align: left;
        text-decoration: none;
    }
    .btn_minitext:hover span {
        text-decoration: none;
    }
    .btn_minitext span {
        text-decoration: underline;
        white-space: normal;
        line-height: 23px;
        padding: 0;
        display: inline-block;
        max-width: calc(100% - 65px);
    }
}
.table__cell_head  p {
margin: 0;
}

/*.table__cell_head {
margin: 0;
}*/



.reportage__gallery-image {
    background: #d2d2d2;
    border-radius: 5px;
}
.reportage__gallery-image img {
    min-width: auto;
    min-height: auto;
    max-width: 100%;
    max-height: 100%;
}

.page__content {
    min-height: calc(100vh - 450px);
}


.tabs__contents img {
    max-width: 100%;
}


.js-Dropdown-title {
    overflow-y: hidden;
}
.contacts__info-item {
    white-space: nowrap;
}


@media print  
{
    .p-seria {
        page-break-inside: avoid;
    }

    .list-items.list-items_single {
        display: block;
    }
}



.custom-hint {
    margin: 0 0 15px;
    border-color: #37474f;
    background: #ebebeb;
    color: #37474f;
    -webkit-animation: glow linear 3s 1; 
    animation: glow linear 3s 1;
}
@-webkit-keyframes glow { 
    0% { background-color:rgba(235, 87, 87, 0.1);color: #EB5757;border-color: #EB5757; }
    60% { background-color:rgba(235, 235, 235, 0.7);color: #EB5757;border-color: #EB5757; }
    100% { background-color:#ebebeb; color: #37474f;border-color: #37474f;} 

} 
@keyframes glow { 
    0% { background-color:rgba(235, 87, 87, 0.1);color: #EB5757;border-color: #EB5757; }
    60% { background-color:rgba(235, 235, 235, 0.7);color: #EB5757;border-color: #EB5757; }
    100% { background-color:#ebebeb; color: #37474f;border-color: #37474f;} 
}

[data-load-img] {
    /*display: none !important;*/
}
.toggle-local-config {
    display: none;
}
[data-localconfig]:hover  .toggle-local-config, .toggle-local-config:hover {
    display: block;
    position: absolute;
    top: 99%;
    right: -15px;
    background: #37474f;
    margin: 0;
    padding: 4px 15px;
    list-style-type: none;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    width: 100%;
    text-align: right;
    z-index: 15;
    height: 180px;
}
.toggle-local-config a:hover { 
    text-decoration: none;
}
.toggle-local-config a { 
    color: #ffffff;
}


[data-preview="pic"] {
    position: relative;
}


.pic-scheme img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
}



.js-configurator-preview .configurator-pic {
    background: #ffffff;
}

.configurator-text.active {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    align-items: center;
}

.js-configurator-preview .configurator-pic.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;

}
.configurator-center__preview {
    display: block;
}

.router-3d .configurator-additions__item {
    width: 100%;
    background: #ffffff;
    margin-bottom: 5px;
    margin-top: 5px;
}
.router-3d .configurator-additions__title {
    max-width: initial;
    width: 240px;
}
.table-step1 .params .params__item {
    padding: 8px 16px;
}
.table-step1 .params {
    font-size: 12px;
}
.table-step1 {    
    width: 260px;
}


.pic-step1 {    
    width: 515px;
    position: relative;
    align-self: center;
}
.pic-step1-sh.hidePic {
    display: none;
}
.pic-step1-sh.hidePic+.pic-step1-3d {
    display: block;
}
.pic-step1-3d {
    display: none;
}

.pic-step1-sh img {
    max-width: 500px;
    max-height: 550px;
}

.title-config-in-pic {
    position: absolute;
    top: 5px;
    left: 15px;
    font-weight: 600;
    font-size: 21px;
    width: 500px;
    z-index: 15;
}


[data-step2-img] {
    height: auto;
}
[data-step3-img-pre] {
    cursor: pointer;
}
/* End */
/* /local/assets/css/style.css?1782437107135767 */
/* /local/assets/css/slick.css?17824371071775 */
/* /local/templates/.default/static/layout/css/swiper.css?178243710718436 */
/* /local/templates/.default/static/layout/css/configurator.css?178243710735236 */
/* /local/templates/.default/static/layout/css/style.css?1782437107561 */
/* /local/components/axi/view/templates/cookie/style.css?17824371141157 */
/* /local/templates/letsrock/template_styles.css?178243710712131 */
