

/* Start:/local/templates/.default/css/preloader.css?163887445315058*/
.page-loader {
    position: relative;
    display: block;
    background: #fff;
    -webkit-transition: background 0.5s ease;
    transition: background 0.5s ease;
}

.page-loader__logo-holder {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 48px;
    height: 45px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: width 0.9s ease, top 0.5s ease-in, left 0.5s ease-in;
    transition: width 0.9s ease, top 0.5s ease-in, left 0.5s ease-in;
}
.page-loader__logo {
    position: relative;
    width: 100%;
    height: 100%;
}
.page-loader__logo:before,
.page-loader__logo:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: block;
}
.page-loader__logo:before {
    height: 13px;
    width: 23px;
    background: #c81d1e;
    -webkit-transform: translate(25px, 0);
    transform: translate(25px, 0);
    -webkit-animation: plHbRotate 3s infinite;
    animation: plHbRotate 3s infinite;
    -webkit-transition: width 0.9s ease;
    transition: width 0.9s ease;
}
.page-loader__logo:after {
    height: 26px;
    width: 19px;
    background: #142e74;
    -webkit-transform: translate(0, 19px);
    transform: translate(0, 19px);
    -webkit-animation: plVbRotate 3s infinite;
    animation: plVbRotate 3s infinite;
    -webkit-transition: width 0.9s ease;
    transition: width 0.9s ease;
}
.page-loader__m {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 30px;
    height: 13px;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-animation: plMRotate 3s infinite;
    animation: plMRotate 3s infinite;
}
.page-loader__m-l {
    display: block;
    width: 19px;
    height: 13px;
    fill: #000;
}
.page-loader__m-a {
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    width: 7px;
    height: 13px;
    fill: #000;
    opacity: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: opacity 0.6s ease 0.3s;
    transition: opacity 0.6s ease 0.3s;
}
.page-loader__d {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 130px;
    height: 27px;
    -webkit-transform: translate(25px, 19px);
    transform: translate(25px, 19px);
    -webkit-animation: plDRotate 3s infinite;
    animation: plDRotate 3s infinite;
}
.page-loader__d-l {
    display: block;
    width: 23px;
    height: 27px;
    fill: #000;
}
.page-loader__d-a {
    position: absolute;
    top: 50%;
    right: 0;
    width: 104px;
    height: 27px;
    fill: #000;
    opacity: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: opacity 0.6s ease 0.3s;
    transition: opacity 0.6s ease 0.3s;
}
.page-loader_is_stopped .page-loader__m,
.page-loader_is_stopped .page-loader__d,
.page-loader_is_stopped .page-loader__logo:before,
.page-loader_is_stopped .page-loader__logo:after {
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
@media only screen and (min-width: 768px) {
    .page-loader_type_full .page-loader__logo-holder {
        width: 171px;
    }
}
@media only screen and (min-width: 768px) {
    .page-loader_type_full .page-loader__logo:before {
        width: 128px;
        -webkit-transform: translate(43px, 0);
        transform: translate(43px, 0);
        -webkit-transition: width 0.9s ease 0.5s, -webkit-transform 0.5s ease-in !important;
        transition: width 0.9s ease 0.5s, -webkit-transform 0.5s ease-in !important;
        transition: transform 0.5s ease-in, width 0.9s ease 0.5s !important;
        transition: transform 0.5s ease-in, width 0.9s ease 0.5s, -webkit-transform 0.5s ease-in !important;
    }
}
@media only screen and (min-width: 768px) {
    .page-loader_type_full .page-loader__logo:after {
        width: 35px;
    }
}
@media only screen and (min-width: 768px) {
    .page-loader_type_full .page-loader__d {
        -webkit-transform: translate(42px, 19px);
        transform: translate(42px, 19px);
        -webkit-transition: -webkit-transform 0.5s ease-in !important;
        transition: -webkit-transform 0.5s ease-in !important;
        transition: transform 0.5s ease-in !important;
        transition: transform 0.5s ease-in, -webkit-transform 0.5s ease-in !important;
    }
}
@media only screen and (min-width: 768px) {
    .page-loader_type_full .page-loader__m-a,
    .page-loader_type_full .page-loader__d-a {
        opacity: 1;
    }
}
.page-loader_style_dark {
    background: #000;
}
.page-loader_style_dark .page-loader__m-l,
.page-loader_style_dark .page-loader__m-a,
.page-loader_style_dark .page-loader__d-l,
.page-loader_style_dark .page-loader__d-a {
    fill: #fff;
}
@-webkit-keyframes plMRotate {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    10% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    20% {
        -webkit-transform: translate(26px, 0);
        transform: translate(26px, 0);
    }
    25% {
        -webkit-transform: translate(26px, 0);
        transform: translate(26px, 0);
    }
    40% {
        -webkit-transform: translate(26px, 0);
        transform: translate(26px, 0);
    }
    45% {
        -webkit-transform: translate(26px, 32px);
        transform: translate(26px, 32px);
    }
    50% {
        -webkit-transform: translate(26px, 32px);
        transform: translate(26px, 32px);
    }
    60% {
        -webkit-transform: translate(26px, 32px);
        transform: translate(26px, 32px);
    }
    70% {
        -webkit-transform: translate(0, 32px);
        transform: translate(0, 32px);
    }
    75% {
        -webkit-transform: translate(0, 32px);
        transform: translate(0, 32px);
    }
    90% {
        -webkit-transform: translate(0, 32px);
        transform: translate(0, 32px);
    }
    95% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}
@keyframes plMRotate {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    10% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    20% {
        -webkit-transform: translate(26px, 0);
        transform: translate(26px, 0);
    }
    25% {
        -webkit-transform: translate(26px, 0);
        transform: translate(26px, 0);
    }
    40% {
        -webkit-transform: translate(26px, 0);
        transform: translate(26px, 0);
    }
    45% {
        -webkit-transform: translate(26px, 32px);
        transform: translate(26px, 32px);
    }
    50% {
        -webkit-transform: translate(26px, 32px);
        transform: translate(26px, 32px);
    }
    60% {
        -webkit-transform: translate(26px, 32px);
        transform: translate(26px, 32px);
    }
    70% {
        -webkit-transform: translate(0, 32px);
        transform: translate(0, 32px);
    }
    75% {
        -webkit-transform: translate(0, 32px);
        transform: translate(0, 32px);
    }
    90% {
        -webkit-transform: translate(0, 32px);
        transform: translate(0, 32px);
    }
    95% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}
@-webkit-keyframes plDRotate {
    0% {
        -webkit-transform: translate(25px, 19px);
        transform: translate(25px, 19px);
    }
    10% {
        -webkit-transform: translate(25px, 19px);
        transform: translate(25px, 19px);
    }
    20% {
        -webkit-transform: translate(0, 19px);
        transform: translate(0, 19px);
    }
    25% {
        -webkit-transform: translate(0, 19px);
        transform: translate(0, 19px);
    }
    30% {
        -webkit-transform: translate(0, 19px);
        transform: translate(0, 19px);
    }
    40% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    50% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    60% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    70% {
        -webkit-transform: translate(25px, 0);
        transform: translate(25px, 0);
    }
    75% {
        -webkit-transform: translate(25px, 0);
        transform: translate(25px, 0);
    }
    80% {
        -webkit-transform: translate(25px, 0);
        transform: translate(25px, 0);
    }
    95% {
        -webkit-transform: translate(25px, 19px);
        transform: translate(25px, 19px);
    }
}
@keyframes plDRotate {
    0% {
        -webkit-transform: translate(25px, 19px);
        transform: translate(25px, 19px);
    }
    10% {
        -webkit-transform: translate(25px, 19px);
        transform: translate(25px, 19px);
    }
    20% {
        -webkit-transform: translate(0, 19px);
        transform: translate(0, 19px);
    }
    25% {
        -webkit-transform: translate(0, 19px);
        transform: translate(0, 19px);
    }
    30% {
        -webkit-transform: translate(0, 19px);
        transform: translate(0, 19px);
    }
    40% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    50% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    60% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    70% {
        -webkit-transform: translate(25px, 0);
        transform: translate(25px, 0);
    }
    75% {
        -webkit-transform: translate(25px, 0);
        transform: translate(25px, 0);
    }
    80% {
        -webkit-transform: translate(25px, 0);
        transform: translate(25px, 0);
    }
    95% {
        -webkit-transform: translate(25px, 19px);
        transform: translate(25px, 19px);
    }
}
@-webkit-keyframes plVbRotate {
    0% {
        -webkit-transform: translate(0, 19px);
        transform: translate(0, 19px);
    }
    15% {
        -webkit-transform: translate(0, 19px);
        transform: translate(0, 19px);
    }
    20% {
        -webkit-transform: translate(29px, 19px);
        transform: translate(29px, 19px);
    }
    25% {
        -webkit-transform: translate(29px, 19px);
        transform: translate(29px, 19px);
    }
    35% {
        -webkit-transform: translate(29px, 19px);
        transform: translate(29px, 19px);
    }
    45% {
        -webkit-transform: translate(29px, 0);
        transform: translate(29px, 0);
    }
    50% {
        -webkit-transform: translate(29px, 0);
        transform: translate(29px, 0);
    }
    65% {
        -webkit-transform: translate(29px, 0);
        transform: translate(29px, 0);
    }
    70% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    75% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    85% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    95% {
        -webkit-transform: translate(0, 19px);
        transform: translate(0, 19px);
    }
}
@keyframes plVbRotate {
    0% {
        -webkit-transform: translate(0, 19px);
        transform: translate(0, 19px);
    }
    15% {
        -webkit-transform: translate(0, 19px);
        transform: translate(0, 19px);
    }
    20% {
        -webkit-transform: translate(29px, 19px);
        transform: translate(29px, 19px);
    }
    25% {
        -webkit-transform: translate(29px, 19px);
        transform: translate(29px, 19px);
    }
    35% {
        -webkit-transform: translate(29px, 19px);
        transform: translate(29px, 19px);
    }
    45% {
        -webkit-transform: translate(29px, 0);
        transform: translate(29px, 0);
    }
    50% {
        -webkit-transform: translate(29px, 0);
        transform: translate(29px, 0);
    }
    65% {
        -webkit-transform: translate(29px, 0);
        transform: translate(29px, 0);
    }
    70% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    75% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    85% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    95% {
        -webkit-transform: translate(0, 19px);
        transform: translate(0, 19px);
    }
}
@-webkit-keyframes plHbRotate {
    0% {
        -webkit-transform: translate(25px, 0);
        transform: translate(25px, 0);
    }
    5% {
        -webkit-transform: translate(25px, 0);
        transform: translate(25px, 0);
    }
    20% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    25% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    30% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    45% {
        -webkit-transform: translate(0, 31px);
        transform: translate(0, 31px);
    }
    50% {
        -webkit-transform: translate(0, 31px);
        transform: translate(0, 31px);
    }
    55% {
        -webkit-transform: translate(0, 31px);
        transform: translate(0, 31px);
    }
    70% {
        -webkit-transform: translate(25px, 31px);
        transform: translate(25px, 31px);
    }
    75% {
        -webkit-transform: translate(25px, 31px);
        transform: translate(25px, 31px);
    }
    80% {
        -webkit-transform: translate(25px, 31px);
        transform: translate(25px, 31px);
    }
    95% {
        -webkit-transform: translate(25px, 0);
        transform: translate(25px, 0);
    }
}
@keyframes plHbRotate {
    0% {
        -webkit-transform: translate(25px, 0);
        transform: translate(25px, 0);
    }
    5% {
        -webkit-transform: translate(25px, 0);
        transform: translate(25px, 0);
    }
    20% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    25% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    30% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    45% {
        -webkit-transform: translate(0, 31px);
        transform: translate(0, 31px);
    }
    50% {
        -webkit-transform: translate(0, 31px);
        transform: translate(0, 31px);
    }
    55% {
        -webkit-transform: translate(0, 31px);
        transform: translate(0, 31px);
    }
    70% {
        -webkit-transform: translate(25px, 31px);
        transform: translate(25px, 31px);
    }
    75% {
        -webkit-transform: translate(25px, 31px);
        transform: translate(25px, 31px);
    }
    80% {
        -webkit-transform: translate(25px, 31px);
        transform: translate(25px, 31px);
    }
    95% {
        -webkit-transform: translate(25px, 0);
        transform: translate(25px, 0);
    }
}

.page__body_is_full-loading .page__loader {
    display: block;
}

.page__loader {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2000;
    display: none;
    width: 100%;
    height: 100%;
}
/* End */


/* Start:/local/templates/.default/markup/mockup/assets/components/select2/dist/css/select2.min.css?161821836815180*/
.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none}.select2-container--default .select2-selection--multiple .select2-selection__placeholder{color:#999;margin-top:5px;float:left}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-top:5px;margin-right:10px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline{float:right}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{float:right;margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}

/* End */


/* Start:/local/templates/.default/markup/mockup/assets/components/swiper-5.3.1/css/swiper.min.css?161821836813666*/
/**
 * Swiper 5.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 8, 2020
 */

@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") format("woff");font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}.swiper-container-multirow-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-container-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-container-3d{perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-container-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(-1 * 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:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{content:'next'}.swiper-button-next.swiper-button-white,.swiper-button-prev.swiper-button-white{--swiper-navigation-color:#ffffff}.swiper-button-next.swiper-button-black,.swiper-button-prev.swiper-button-black{--swiper-navigation-color:#000000}.swiper-button-lock{display:none}.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-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;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:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background: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-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white{--swiper-pagination-color:#ffffff}.swiper-pagination-black{--swiper-pagination-color:#000000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);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}.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%;animation:swiper-preloader-spin 1s infinite linear;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-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-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}
/* End */


/* Start:/local/templates/.default/markup/mockup/assets/components/fancybox/jquery.fancybox.min.css?161969099312795*/
body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}
/* End */


/* Start:/local/templates/.default/markup/mockup/assets/components/malihu-custom-scrollbar-plugin-master/jquery.mCustomScrollbar.min.css?162126017742839*/
.mCustomScrollbar{-ms-touch-action:pinch-zoom;touch-action:pinch-zoom}.mCustomScrollbar.mCS_no_scrollbar,.mCustomScrollbar.mCS_touch_action{-ms-touch-action:auto;touch-action:auto}.mCustomScrollBox{position:relative;overflow:hidden;height:100%;max-width:100%;outline:0;direction:ltr}.mCSB_container{overflow:hidden;width:auto;height:auto}.mCSB_inside>.mCSB_container{margin-right:30px}.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{margin-right:0}.mCS-dir-rtl>.mCSB_inside>.mCSB_container{margin-right:0;margin-left:30px}.mCS-dir-rtl>.mCSB_inside>.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{margin-left:0}.mCSB_scrollTools{position:absolute;width:16px;height:auto;left:auto;top:0;right:0;bottom:0;opacity:.75;filter:"alpha(opacity=75)";-ms-filter:"alpha(opacity=75)"}.mCSB_outside+.mCSB_scrollTools{right:-26px}.mCS-dir-rtl>.mCSB_inside>.mCSB_scrollTools,.mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools{right:auto;left:0}.mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools{left:-26px}.mCSB_scrollTools .mCSB_draggerContainer{position:absolute;top:0;left:0;bottom:0;right:0;height:auto}.mCSB_scrollTools a+.mCSB_draggerContainer{margin:20px 0}.mCSB_scrollTools .mCSB_draggerRail{width:2px;height:100%;margin:0 auto;-webkit-border-radius:16px;-moz-border-radius:16px;border-radius:16px}.mCSB_scrollTools .mCSB_dragger{cursor:pointer;width:100%;height:30px;z-index:1}.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{position:relative;width:4px;height:100%;margin:0 auto;-webkit-border-radius:16px;-moz-border-radius:16px;border-radius:16px;text-align:center}.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{width:12px}.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{width:8px}.mCSB_scrollTools .mCSB_buttonDown,.mCSB_scrollTools .mCSB_buttonUp{display:block;position:absolute;height:20px;width:100%;overflow:hidden;margin:0 auto;cursor:pointer}.mCSB_scrollTools .mCSB_buttonDown{bottom:0}.mCSB_horizontal.mCSB_inside>.mCSB_container{margin-right:0;margin-bottom:30px}.mCSB_horizontal.mCSB_outside>.mCSB_container{min-height:100%}.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden{margin-bottom:0}.mCSB_scrollTools.mCSB_scrollTools_horizontal{width:auto;height:16px;top:auto;right:0;bottom:0;left:0}.mCustomScrollBox+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCustomScrollBox+.mCSB_scrollTools.mCSB_scrollTools_horizontal{bottom:-26px}.mCSB_scrollTools.mCSB_scrollTools_horizontal a+.mCSB_draggerContainer{margin:0 20px}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:2px;margin:7px 0}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger{width:30px;height:100%;left:0}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{width:100%;height:4px;margin:6px auto}.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{height:12px;margin:2px auto}.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{height:8px;margin:4px 0}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight{display:block;position:absolute;width:20px;height:100%;overflow:hidden;margin:0 auto;cursor:pointer}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft{left:0}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight{right:0}.mCSB_container_wrapper{position:absolute;height:auto;width:auto;overflow:hidden;top:0;left:0;right:0;bottom:0;margin-right:30px;margin-bottom:30px}.mCSB_container_wrapper>.mCSB_container{padding-right:30px;padding-bottom:30px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mCSB_vertical_horizontal>.mCSB_scrollTools.mCSB_scrollTools_vertical{bottom:20px}.mCSB_vertical_horizontal>.mCSB_scrollTools.mCSB_scrollTools_horizontal{right:20px}.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden+.mCSB_scrollTools.mCSB_scrollTools_vertical{bottom:0}.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden+.mCSB_scrollTools~.mCSB_scrollTools.mCSB_scrollTools_horizontal{right:0}.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_scrollTools.mCSB_scrollTools_horizontal{left:20px}.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden+.mCSB_scrollTools~.mCSB_scrollTools.mCSB_scrollTools_horizontal{left:0}.mCS-dir-rtl>.mCSB_inside>.mCSB_container_wrapper{margin-right:0;margin-left:30px}.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden>.mCSB_container{padding-right:0}.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden>.mCSB_container{padding-bottom:0}.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden{margin-right:0;margin-left:0}.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden{margin-bottom:0}.mCSB_scrollTools,.mCSB_scrollTools .mCSB_buttonDown,.mCSB_scrollTools .mCSB_buttonLeft,.mCSB_scrollTools .mCSB_buttonRight,.mCSB_scrollTools .mCSB_buttonUp,.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{-webkit-transition:opacity .2s ease-in-out,background-color .2s ease-in-out;-moz-transition:opacity .2s ease-in-out,background-color .2s ease-in-out;-o-transition:opacity .2s ease-in-out,background-color .2s ease-in-out;transition:opacity .2s ease-in-out,background-color .2s ease-in-out}.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar{-webkit-transition:width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;-moz-transition:width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;-o-transition:width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;transition:width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out}.mCS-autoHide>.mCustomScrollBox>.mCSB_scrollTools,.mCS-autoHide>.mCustomScrollBox~.mCSB_scrollTools{opacity:0;filter:"alpha(opacity=0)";-ms-filter:"alpha(opacity=0)"}.mCS-autoHide:hover>.mCustomScrollBox>.mCSB_scrollTools,.mCS-autoHide:hover>.mCustomScrollBox~.mCSB_scrollTools,.mCustomScrollBox:hover>.mCSB_scrollTools,.mCustomScrollBox:hover~.mCSB_scrollTools,.mCustomScrollbar>.mCustomScrollBox>.mCSB_scrollTools.mCSB_scrollTools_onDrag,.mCustomScrollbar>.mCustomScrollBox~.mCSB_scrollTools.mCSB_scrollTools_onDrag{opacity:1;filter:"alpha(opacity=100)";-ms-filter:"alpha(opacity=100)"}.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.4);filter:"alpha(opacity=40)";-ms-filter:"alpha(opacity=40)"}.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.75);filter:"alpha(opacity=75)";-ms-filter:"alpha(opacity=75)"}.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.85);filter:"alpha(opacity=85)";-ms-filter:"alpha(opacity=85)"}.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.9);filter:"alpha(opacity=90)";-ms-filter:"alpha(opacity=90)"}.mCSB_scrollTools .mCSB_buttonDown,.mCSB_scrollTools .mCSB_buttonLeft,.mCSB_scrollTools .mCSB_buttonRight,.mCSB_scrollTools .mCSB_buttonUp{background-image:url(/local/templates/.default/markup/mockup/assets/components/malihu-custom-scrollbar-plugin-master/mCSB_buttons.png);background-repeat:no-repeat;opacity:.4;filter:"alpha(opacity=40)";-ms-filter:"alpha(opacity=40)"}.mCSB_scrollTools .mCSB_buttonUp{background-position:0 0}.mCSB_scrollTools .mCSB_buttonDown{background-position:0 -20px}.mCSB_scrollTools .mCSB_buttonLeft{background-position:0 -40px}.mCSB_scrollTools .mCSB_buttonRight{background-position:0 -56px}.mCSB_scrollTools .mCSB_buttonDown:hover,.mCSB_scrollTools .mCSB_buttonLeft:hover,.mCSB_scrollTools .mCSB_buttonRight:hover,.mCSB_scrollTools .mCSB_buttonUp:hover{opacity:.75;filter:"alpha(opacity=75)";-ms-filter:"alpha(opacity=75)"}.mCSB_scrollTools .mCSB_buttonDown:active,.mCSB_scrollTools .mCSB_buttonLeft:active,.mCSB_scrollTools .mCSB_buttonRight:active,.mCSB_scrollTools .mCSB_buttonUp:active{opacity:.9;filter:"alpha(opacity=90)";-ms-filter:"alpha(opacity=90)"}.mCS-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.15)}.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:rgba(0,0,0,.85)}.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:rgba(0,0,0,.9)}.mCS-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-80px 0}.mCS-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-80px -20px}.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-80px -40px}.mCS-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-80px -56px}.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail,.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail{width:4px;background-color:#fff;background-color:rgba(255,255,255,.1);-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px}.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:4px;background-color:#fff;background-color:rgba(255,255,255,.75);-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px}.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:4px;margin:6px auto}.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.85)}.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.9)}.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp{background-position:-32px 0}.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown{background-position:-32px -20px}.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft{background-position:-40px -40px}.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight{background-position:-40px -56px}.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.1);-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px}.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75);-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px}.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp{background-position:-112px 0}.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown{background-position:-112px -20px}.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft{background-position:-120px -40px}.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight{background-position:-120px -56px}.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail,.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail{width:4px;background-color:#fff;background-color:rgba(255,255,255,.1);-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:6px;background-color:#fff;background-color:rgba(255,255,255,.75);-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:4px;margin:6px 0}.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{width:100%;height:6px;margin:5px auto}.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.85)}.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.9)}.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp{background-position:-16px 0}.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown{background-position:-16px -20px}.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft{background-position:-20px -40px}.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight{background-position:-20px -56px}.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.1);-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75);-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp{background-position:-96px 0}.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown{background-position:-96px -20px}.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft{background-position:-100px -40px}.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight{background-position:-100px -56px}.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail{background-color:#fff;background-color:rgba(255,255,255,.1)}.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:2px}.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%}.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{width:100%;height:2px;margin:7px auto}.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.15)}.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp{background-position:-80px 0}.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown{background-position:-80px -20px}.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft{background-position:-80px -40px}.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight{background-position:-80px -56px}.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail{background-color:#fff;background-color:rgba(255,255,255,.15)}.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger,.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,.mCS-rounded.mCSB_scrollTools .mCSB_dragger{height:14px}.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:14px;margin:0 1px}.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger{width:14px}.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{height:14px;margin:1px 0}.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{width:16px;height:16px;margin:-1px 0}.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{width:4px}.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{height:16px;width:16px;margin:0 -1px}.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{height:4px;margin:6px 0}.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp{background-position:0 -72px}.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown{background-position:0 -92px}.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft{background-position:0 -112px}.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight{background-position:0 -128px}.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.15)}.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-80px -72px}.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-80px -92px}.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-80px -112px}.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-80px -128px}.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail,.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail{width:4px}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail{background-color:transparent;background-position:center}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==);background-repeat:repeat-y;opacity:.3;filter:"alpha(opacity=30)";-ms-filter:"alpha(opacity=30)"}.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail{height:4px;margin:6px 0;background-repeat:repeat-x}.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp{background-position:-16px -72px}.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown{background-position:-16px -92px}.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft{background-position:-20px -112px}.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight{background-position:-20px -128px}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=)}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-96px -72px}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-96px -92px}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-100px -112px}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-100px -128px}.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-repeat:repeat-y;background-image:-moz-linear-gradient(left,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:-webkit-gradient(linear,left top,right top,color-stop(0,rgba(255,255,255,.5)),color-stop(100%,rgba(255,255,255,0)));background-image:-webkit-linear-gradient(left,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:-o-linear-gradient(left,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:-ms-linear-gradient(left,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:linear-gradient(to right,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%)}.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{background-repeat:repeat-x;background-image:-moz-linear-gradient(top,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(255,255,255,.5)),color-stop(100%,rgba(255,255,255,0)));background-image:-webkit-linear-gradient(top,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:-o-linear-gradient(top,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:-ms-linear-gradient(top,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:linear-gradient(to bottom,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%)}.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger,.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger{height:70px}.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger{width:70px}.mCS-3d-dark.mCSB_scrollTools,.mCS-3d.mCSB_scrollTools{opacity:1;filter:"alpha(opacity=30)";-ms-filter:"alpha(opacity=30)"}.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_draggerRail{-webkit-border-radius:16px;-moz-border-radius:16px;border-radius:16px}.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-3d.mCSB_scrollTools .mCSB_draggerRail{width:8px;background-color:#000;background-color:rgba(0,0,0,.2);box-shadow:inset 1px 0 1px rgba(0,0,0,.5),inset -1px 0 1px rgba(255,255,255,.2)}.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#555}.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:8px}.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:8px;margin:4px 0;box-shadow:inset 0 1px 1px rgba(0,0,0,.5),inset 0 -1px 1px rgba(255,255,255,.2)}.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{width:100%;height:8px;margin:4px auto}.mCS-3d.mCSB_scrollTools .mCSB_buttonUp{background-position:-32px -72px}.mCS-3d.mCSB_scrollTools .mCSB_buttonDown{background-position:-32px -92px}.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft{background-position:-40px -112px}.mCS-3d.mCSB_scrollTools .mCSB_buttonRight{background-position:-40px -128px}.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.1);box-shadow:inset 1px 0 1px rgba(0,0,0,.1)}.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{box-shadow:inset 0 1px 1px rgba(0,0,0,.1)}.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-112px -72px}.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-112px -92px}.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-120px -112px}.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-120px -128px}.mCS-3d-thick-dark.mCSB_scrollTools,.mCS-3d-thick.mCSB_scrollTools{opacity:1;filter:"alpha(opacity=30)";-ms-filter:"alpha(opacity=30)"}.mCS-3d-thick-dark.mCSB_scrollTools,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer,.mCS-3d-thick.mCSB_scrollTools,.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer{-webkit-border-radius:7px;-moz-border-radius:7px;border-radius:7px}.mCSB_inside+.mCS-3d-thick-dark.mCSB_scrollTools_vertical,.mCSB_inside+.mCS-3d-thick.mCSB_scrollTools_vertical{right:1px}.mCS-3d-thick-dark.mCSB_scrollTools_vertical,.mCS-3d-thick.mCSB_scrollTools_vertical{box-shadow:inset 1px 0 1px rgba(0,0,0,.1),inset 0 0 14px rgba(0,0,0,.5)}.mCS-3d-thick-dark.mCSB_scrollTools_horizontal,.mCS-3d-thick.mCSB_scrollTools_horizontal{bottom:1px;box-shadow:inset 0 1px 1px rgba(0,0,0,.1),inset 0 0 14px rgba(0,0,0,.5)}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;box-shadow:inset 1px 0 0 rgba(255,255,255,.4);width:12px;margin:2px;position:absolute;height:auto;top:0;bottom:0;left:0;right:0}.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{box-shadow:inset 0 1px 0 rgba(255,255,255,.4);height:12px;width:auto}.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#555}.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer{background-color:#000;background-color:rgba(0,0,0,.05);box-shadow:inset 1px 1px 16px rgba(0,0,0,.1)}.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail{background-color:transparent}.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp{background-position:-32px -72px}.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown{background-position:-32px -92px}.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft{background-position:-40px -112px}.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight{background-position:-40px -128px}.mCS-3d-thick-dark.mCSB_scrollTools{box-shadow:inset 0 0 14px rgba(0,0,0,.2)}.mCS-3d-thick-dark.mCSB_scrollTools_horizontal{box-shadow:inset 0 1px 1px rgba(0,0,0,.1),inset 0 0 14px rgba(0,0,0,.2)}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{box-shadow:inset 1px 0 0 rgba(255,255,255,.4),inset -1px 0 0 rgba(0,0,0,.2)}.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{box-shadow:inset 0 1px 0 rgba(255,255,255,.4),inset 0 -1px 0 rgba(0,0,0,.2)}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#777}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer{background-color:#fff;background-color:rgba(0,0,0,.05);box-shadow:inset 1px 1px 16px rgba(0,0,0,.1)}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail{background-color:transparent}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-112px -72px}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-112px -92px}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-120px -112px}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-120px -128px}.mCSB_outside+.mCS-minimal-dark.mCSB_scrollTools_vertical,.mCSB_outside+.mCS-minimal.mCSB_scrollTools_vertical{right:0;margin:12px 0}.mCustomScrollBox.mCS-minimal+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCustomScrollBox.mCS-minimal+.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCustomScrollBox.mCS-minimal-dark+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCustomScrollBox.mCS-minimal-dark+.mCSB_scrollTools.mCSB_scrollTools_horizontal{bottom:0;margin:0 12px}.mCS-dir-rtl>.mCSB_outside+.mCS-minimal-dark.mCSB_scrollTools_vertical,.mCS-dir-rtl>.mCSB_outside+.mCS-minimal.mCSB_scrollTools_vertical{left:0;right:auto}.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger,.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger{height:50px}.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger{width:50px}.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.2);filter:"alpha(opacity=20)";-ms-filter:"alpha(opacity=20)"}.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.5);filter:"alpha(opacity=50)";-ms-filter:"alpha(opacity=50)"}.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.2);filter:"alpha(opacity=20)";-ms-filter:"alpha(opacity=20)"}.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.5);filter:"alpha(opacity=50)";-ms-filter:"alpha(opacity=50)"}.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail{width:6px;background-color:#000;background-color:rgba(0,0,0,.2)}.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:6px}.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:6px;margin:5px 0}.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{width:12px}.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{height:12px;margin:2px 0}.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp{background-position:-32px -72px}.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown{background-position:-32px -92px}.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft{background-position:-40px -112px}.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight{background-position:-40px -128px}.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.1)}.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp{background-position:-112px -72px}.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown{background-position:-112px -92px}.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft{background-position:-120px -112px}.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight{background-position:-120px -128px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset.mCSB_scrollTools .mCSB_draggerRail{width:12px;background-color:#000;background-color:rgba(0,0,0,.2)}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:6px;margin:3px 5px;position:absolute;height:auto;top:0;bottom:0;left:0;right:0}.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{height:6px;margin:5px 3px;position:absolute;width:auto;top:0;bottom:0;left:0;right:0}.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:12px;margin:2px 0}.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp,.mCS-inset.mCSB_scrollTools .mCSB_buttonUp{background-position:-32px -72px}.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown,.mCS-inset.mCSB_scrollTools .mCSB_buttonDown{background-position:-32px -92px}.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft,.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft{background-position:-40px -112px}.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight,.mCS-inset.mCSB_scrollTools .mCSB_buttonRight{background-position:-40px -128px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.1)}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp,.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-112px -72px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown,.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-112px -92px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft,.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-120px -112px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight,.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-120px -128px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail{background-color:transparent;border-width:1px;border-style:solid;border-color:#fff;border-color:rgba(255,255,255,.2);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail{border-color:#000;border-color:rgba(0,0,0,.2)}.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail{background-color:#fff;background-color:rgba(255,255,255,.6)}.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.6)}.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.75)}.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.85)}.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.9)}
/* End */


/* Start:/local/templates/.default/markup/mockup/assets/styles/grid.css?1618218368165423*/
.grid {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-width: 320px;
}
.grid__container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 25px;
}
@media only screen and (min-width: 768px) {
  .grid__container {
    padding: 0 50px;
  }
}
@media only screen and (min-width: 1280px) {
  .grid__container {
    padding: 0 56px;
  }
}
@media only screen and (min-width: 1440px) {
  .grid__container {
    padding: 0 63px;
  }
}
@media only screen and (min-width: 1600px) {
  .grid__container {
    padding: 0 70px;
  }
}
.grid__container_width_full {
  width: 100%;
  max-width: 100%;
}
@media only screen and (min-width: 1px) {
  .grid__container_width_fixed {
    width: 320px;
  }
}
@media only screen and (min-width: 768px) {
  .grid__container_width_fixed {
    width: 100%;
    max-width: 668px;
  }
}
@media only screen and (min-width: 1025px) {
  .grid__container_width_fixed {
    width: 100%;
    max-width: 925px;
  }
}
@media only screen and (min-width: 1280px) {
  .grid__container_width_fixed {
    width: 100%;
    max-width: 1180px;
  }
}
@media only screen and (min-width: 1440px) {
  .grid__container_width_fixed {
    width: 100%;
    max-width: 1340px;
  }
}
@media only screen and (min-width: 1600px) {
  .grid__container_width_fixed {
    width: 100%;
    max-width: 1500px;
  }
}
.grid__container_space_basic {
  padding: 0 20px;
}
.grid__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 -15px;
}
.grid__group_no_gutters .grid__col {
  padding: 0;
}
.grid__group_align-items_start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.grid__group_align-items_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.grid__group_align-items_end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media only screen and (min-width: 1px) {
  .grid__group_align-items_xs-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media only screen and (min-width: 1px) {
  .grid__group_align-items_xs-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (min-width: 1px) {
  .grid__group_align-items_xs-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media only screen and (min-width: 768px) {
  .grid__group_align-items_s-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media only screen and (min-width: 768px) {
  .grid__group_align-items_s-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (min-width: 768px) {
  .grid__group_align-items_s-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media only screen and (min-width: 1025px) {
  .grid__group_align-items_m-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media only screen and (min-width: 1025px) {
  .grid__group_align-items_m-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (min-width: 1025px) {
  .grid__group_align-items_m-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media only screen and (min-width: 1280px) {
  .grid__group_align-items_l-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media only screen and (min-width: 1280px) {
  .grid__group_align-items_l-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (min-width: 1280px) {
  .grid__group_align-items_l-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media only screen and (min-width: 1440px) {
  .grid__group_align-items_xl-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media only screen and (min-width: 1440px) {
  .grid__group_align-items_xl-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (min-width: 1440px) {
  .grid__group_align-items_xl-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media only screen and (min-width: 1600px) {
  .grid__group_align-items_xxl-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media only screen and (min-width: 1600px) {
  .grid__group_align-items_xxl-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (min-width: 1600px) {
  .grid__group_align-items_xxl-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.grid__group_justify-content_start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.grid__group_justify-content_center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.grid__group_justify-content_end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.grid__group_justify-content_around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.grid__group_justify-content_between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (min-width: 1px) {
  .grid__group_justify-content_xs-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media only screen and (min-width: 1px) {
  .grid__group_justify-content_xs-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (min-width: 1px) {
  .grid__group_justify-content_xs-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media only screen and (min-width: 1px) {
  .grid__group_justify-content_xs-around {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
@media only screen and (min-width: 1px) {
  .grid__group_justify-content_xs-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (min-width: 768px) {
  .grid__group_justify-content_s-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media only screen and (min-width: 768px) {
  .grid__group_justify-content_s-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (min-width: 768px) {
  .grid__group_justify-content_s-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media only screen and (min-width: 768px) {
  .grid__group_justify-content_s-around {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
@media only screen and (min-width: 768px) {
  .grid__group_justify-content_s-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (min-width: 1025px) {
  .grid__group_justify-content_m-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media only screen and (min-width: 1025px) {
  .grid__group_justify-content_m-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (min-width: 1025px) {
  .grid__group_justify-content_m-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media only screen and (min-width: 1025px) {
  .grid__group_justify-content_m-around {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
@media only screen and (min-width: 1025px) {
  .grid__group_justify-content_m-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (min-width: 1280px) {
  .grid__group_justify-content_l-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media only screen and (min-width: 1280px) {
  .grid__group_justify-content_l-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (min-width: 1280px) {
  .grid__group_justify-content_l-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media only screen and (min-width: 1280px) {
  .grid__group_justify-content_l-around {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
@media only screen and (min-width: 1280px) {
  .grid__group_justify-content_l-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (min-width: 1440px) {
  .grid__group_justify-content_xl-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media only screen and (min-width: 1440px) {
  .grid__group_justify-content_xl-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (min-width: 1440px) {
  .grid__group_justify-content_xl-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media only screen and (min-width: 1440px) {
  .grid__group_justify-content_xl-around {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
@media only screen and (min-width: 1440px) {
  .grid__group_justify-content_xl-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (min-width: 1600px) {
  .grid__group_justify-content_xxl-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media only screen and (min-width: 1600px) {
  .grid__group_justify-content_xxl-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (min-width: 1600px) {
  .grid__group_justify-content_xxl-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media only screen and (min-width: 1600px) {
  .grid__group_justify-content_xxl-around {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
@media only screen and (min-width: 1600px) {
  .grid__group_justify-content_xxl-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.grid__col {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.grid .grid__group > .grid__col {
  min-height: 1px;
  padding: 0 15px;
}
.grid .grid__group > .grid__col_align-self_start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.grid .grid__group > .grid__col_align-self_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.grid .grid__group > .grid__col_align-self_end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media only screen and (min-width: 1px) {
  .grid .grid__group > .grid__col_align-self_xs-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media only screen and (min-width: 1px) {
  .grid .grid__group > .grid__col_align-self_xs-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (min-width: 1px) {
  .grid .grid__group > .grid__col_align-self_xs-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media only screen and (min-width: 768px) {
  .grid .grid__group > .grid__col_align-self_s-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media only screen and (min-width: 768px) {
  .grid .grid__group > .grid__col_align-self_s-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (min-width: 768px) {
  .grid .grid__group > .grid__col_align-self_s-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media only screen and (min-width: 1025px) {
  .grid .grid__group > .grid__col_align-self_m-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media only screen and (min-width: 1025px) {
  .grid .grid__group > .grid__col_align-self_m-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (min-width: 1025px) {
  .grid .grid__group > .grid__col_align-self_m-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media only screen and (min-width: 1280px) {
  .grid .grid__group > .grid__col_align-self_l-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media only screen and (min-width: 1280px) {
  .grid .grid__group > .grid__col_align-self_l-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (min-width: 1280px) {
  .grid .grid__group > .grid__col_align-self_l-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media only screen and (min-width: 1440px) {
  .grid .grid__group > .grid__col_align-self_xl-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media only screen and (min-width: 1440px) {
  .grid .grid__group > .grid__col_align-self_xl-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (min-width: 1440px) {
  .grid .grid__group > .grid__col_align-self_xl-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media only screen and (min-width: 1600px) {
  .grid .grid__group > .grid__col_align-self_xxl-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media only screen and (min-width: 1600px) {
  .grid .grid__group > .grid__col_align-self_xxl-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (min-width: 1600px) {
  .grid .grid__group > .grid__col_align-self_xxl-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.grid .grid__group > .grid__col_size_auto {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media only screen and (min-width: 1px) {
  .grid .grid__group > .grid__col_size_xs-auto {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
@media only screen and (min-width: 768px) {
  .grid .grid__group > .grid__col_size_s-auto {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
@media only screen and (min-width: 1025px) {
  .grid .grid__group > .grid__col_size_m-auto {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
@media only screen and (min-width: 1280px) {
  .grid .grid__group > .grid__col_size_l-auto {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
@media only screen and (min-width: 1440px) {
  .grid .grid__group > .grid__col_size_xl-auto {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
@media only screen and (min-width: 1600px) {
  .grid .grid__group > .grid__col_size_xxl-auto {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
.grid .grid__group > .grid__col_size_1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.333333333333334%;
          flex: 0 0 8.333333333333334%;
  max-width: 8.333333333333334%;
}
.grid .grid__group > .grid__col_size_2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.666666666666668%;
          flex: 0 0 16.666666666666668%;
  max-width: 16.666666666666668%;
}
.grid .grid__group > .grid__col_size_3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}
.grid .grid__group > .grid__col_size_4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333333333333336%;
          flex: 0 0 33.333333333333336%;
  max-width: 33.333333333333336%;
}
.grid .grid__group > .grid__col_size_5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66666666666667%;
          flex: 0 0 41.66666666666667%;
  max-width: 41.66666666666667%;
}
.grid .grid__group > .grid__col_size_6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}
.grid .grid__group > .grid__col_size_7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.333333333333336%;
          flex: 0 0 58.333333333333336%;
  max-width: 58.333333333333336%;
}
.grid .grid__group > .grid__col_size_8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66666666666667%;
          flex: 0 0 66.66666666666667%;
  max-width: 66.66666666666667%;
}
.grid .grid__group > .grid__col_size_9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}
.grid .grid__group > .grid__col_size_10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33333333333334%;
          flex: 0 0 83.33333333333334%;
  max-width: 83.33333333333334%;
}
.grid .grid__group > .grid__col_size_11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66666666666667%;
          flex: 0 0 91.66666666666667%;
  max-width: 91.66666666666667%;
}
.grid .grid__group > .grid__col_size_12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
@media only screen and (min-width: 1px) {
  .grid .grid__group > .grid__col_size_xs-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333333333334%;
            flex: 0 0 8.333333333333334%;
    max-width: 8.333333333333334%;
  }
}
@media only screen and (min-width: 1px) {
  .grid .grid__group > .grid__col_size_xs-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666666666666668%;
            flex: 0 0 16.666666666666668%;
    max-width: 16.666666666666668%;
  }
}
@media only screen and (min-width: 1px) {
  .grid .grid__group > .grid__col_size_xs-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
}
@media only screen and (min-width: 1px) {
  .grid .grid__group > .grid__col_size_xs-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333333333336%;
            flex: 0 0 33.333333333333336%;
    max-width: 33.333333333333336%;
  }
}
@media only screen and (min-width: 1px) {
  .grid .grid__group > .grid__col_size_xs-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666666666667%;
            flex: 0 0 41.66666666666667%;
    max-width: 41.66666666666667%;
  }
}
@media only screen and (min-width: 1px) {
  .grid .grid__group > .grid__col_size_xs-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (min-width: 1px) {
  .grid .grid__group > .grid__col_size_xs-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333333333336%;
            flex: 0 0 58.333333333333336%;
    max-width: 58.333333333333336%;
  }
}
@media only screen and (min-width: 1px) {
  .grid .grid__group > .grid__col_size_xs-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666666666667%;
            flex: 0 0 66.66666666666667%;
    max-width: 66.66666666666667%;
  }
}
@media only screen and (min-width: 1px) {
  .grid .grid__group > .grid__col_size_xs-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
}
@media only screen and (min-width: 1px) {
  .grid .grid__group > .grid__col_size_xs-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333333334%;
            flex: 0 0 83.33333333333334%;
    max-width: 83.33333333333334%;
  }
}
@media only screen and (min-width: 1px) {
  .grid .grid__group > .grid__col_size_xs-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666666666667%;
            flex: 0 0 91.66666666666667%;
    max-width: 91.66666666666667%;
  }
}
@media only screen and (min-width: 1px) {
  .grid .grid__group > .grid__col_size_xs-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .grid .grid__group > .grid__col_size_s-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333333333334%;
            flex: 0 0 8.333333333333334%;
    max-width: 8.333333333333334%;
  }
}
@media only screen and (min-width: 768px) {
  .grid .grid__group > .grid__col_size_s-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666666666666668%;
            flex: 0 0 16.666666666666668%;
    max-width: 16.666666666666668%;
  }
}
@media only screen and (min-width: 768px) {
  .grid .grid__group > .grid__col_size_s-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
}
@media only screen and (min-width: 768px) {
  .grid .grid__group > .grid__col_size_s-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333333333336%;
            flex: 0 0 33.333333333333336%;
    max-width: 33.333333333333336%;
  }
}
@media only screen and (min-width: 768px) {
  .grid .grid__group > .grid__col_size_s-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666666666667%;
            flex: 0 0 41.66666666666667%;
    max-width: 41.66666666666667%;
  }
}
@media only screen and (min-width: 768px) {
  .grid .grid__group > .grid__col_size_s-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .grid .grid__group > .grid__col_size_s-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333333333336%;
            flex: 0 0 58.333333333333336%;
    max-width: 58.333333333333336%;
  }
}
@media only screen and (min-width: 768px) {
  .grid .grid__group > .grid__col_size_s-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666666666667%;
            flex: 0 0 66.66666666666667%;
    max-width: 66.66666666666667%;
  }
}
@media only screen and (min-width: 768px) {
  .grid .grid__group > .grid__col_size_s-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
}
@media only screen and (min-width: 768px) {
  .grid .grid__group > .grid__col_size_s-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333333334%;
            flex: 0 0 83.33333333333334%;
    max-width: 83.33333333333334%;
  }
}
@media only screen and (min-width: 768px) {
  .grid .grid__group > .grid__col_size_s-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666666666667%;
            flex: 0 0 91.66666666666667%;
    max-width: 91.66666666666667%;
  }
}
@media only screen and (min-width: 768px) {
  .grid .grid__group > .grid__col_size_s-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 1025px) {
  .grid .grid__group > .grid__col_size_m-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333333333334%;
            flex: 0 0 8.333333333333334%;
    max-width: 8.333333333333334%;
  }
}
@media only screen and (min-width: 1025px) {
  .grid .grid__group > .grid__col_size_m-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666666666666668%;
            flex: 0 0 16.666666666666668%;
    max-width: 16.666666666666668%;
  }
}
@media only screen and (min-width: 1025px) {
  .grid .grid__group > .grid__col_size_m-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
}
@media only screen and (min-width: 1025px) {
  .grid .grid__group > .grid__col_size_m-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333333333336%;
            flex: 0 0 33.333333333333336%;
    max-width: 33.333333333333336%;
  }
}
@media only screen and (min-width: 1025px) {
  .grid .grid__group > .grid__col_size_m-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666666666667%;
            flex: 0 0 41.66666666666667%;
    max-width: 41.66666666666667%;
  }
}
@media only screen and (min-width: 1025px) {
  .grid .grid__group > .grid__col_size_m-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (min-width: 1025px) {
  .grid .grid__group > .grid__col_size_m-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333333333336%;
            flex: 0 0 58.333333333333336%;
    max-width: 58.333333333333336%;
  }
}
@media only screen and (min-width: 1025px) {
  .grid .grid__group > .grid__col_size_m-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666666666667%;
            flex: 0 0 66.66666666666667%;
    max-width: 66.66666666666667%;
  }
}
@media only screen and (min-width: 1025px) {
  .grid .grid__group > .grid__col_size_m-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
}
@media only screen and (min-width: 1025px) {
  .grid .grid__group > .grid__col_size_m-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333333334%;
            flex: 0 0 83.33333333333334%;
    max-width: 83.33333333333334%;
  }
}
@media only screen and (min-width: 1025px) {
  .grid .grid__group > .grid__col_size_m-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666666666667%;
            flex: 0 0 91.66666666666667%;
    max-width: 91.66666666666667%;
  }
}
@media only screen and (min-width: 1025px) {
  .grid .grid__group > .grid__col_size_m-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 1280px) {
  .grid .grid__group > .grid__col_size_l-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333333333334%;
            flex: 0 0 8.333333333333334%;
    max-width: 8.333333333333334%;
  }
}
@media only screen and (min-width: 1280px) {
  .grid .grid__group > .grid__col_size_l-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666666666666668%;
            flex: 0 0 16.666666666666668%;
    max-width: 16.666666666666668%;
  }
}
@media only screen and (min-width: 1280px) {
  .grid .grid__group > .grid__col_size_l-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
}
@media only screen and (min-width: 1280px) {
  .grid .grid__group > .grid__col_size_l-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333333333336%;
            flex: 0 0 33.333333333333336%;
    max-width: 33.333333333333336%;
  }
}
@media only screen and (min-width: 1280px) {
  .grid .grid__group > .grid__col_size_l-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666666666667%;
            flex: 0 0 41.66666666666667%;
    max-width: 41.66666666666667%;
  }
}
@media only screen and (min-width: 1280px) {
  .grid .grid__group > .grid__col_size_l-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (min-width: 1280px) {
  .grid .grid__group > .grid__col_size_l-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333333333336%;
            flex: 0 0 58.333333333333336%;
    max-width: 58.333333333333336%;
  }
}
@media only screen and (min-width: 1280px) {
  .grid .grid__group > .grid__col_size_l-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666666666667%;
            flex: 0 0 66.66666666666667%;
    max-width: 66.66666666666667%;
  }
}
@media only screen and (min-width: 1280px) {
  .grid .grid__group > .grid__col_size_l-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
}
@media only screen and (min-width: 1280px) {
  .grid .grid__group > .grid__col_size_l-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333333334%;
            flex: 0 0 83.33333333333334%;
    max-width: 83.33333333333334%;
  }
}
@media only screen and (min-width: 1280px) {
  .grid .grid__group > .grid__col_size_l-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666666666667%;
            flex: 0 0 91.66666666666667%;
    max-width: 91.66666666666667%;
  }
}
@media only screen and (min-width: 1280px) {
  .grid .grid__group > .grid__col_size_l-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 1440px) {
  .grid .grid__group > .grid__col_size_xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333333333334%;
            flex: 0 0 8.333333333333334%;
    max-width: 8.333333333333334%;
  }
}
@media only screen and (min-width: 1440px) {
  .grid .grid__group > .grid__col_size_xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666666666666668%;
            flex: 0 0 16.666666666666668%;
    max-width: 16.666666666666668%;
  }
}
@media only screen and (min-width: 1440px) {
  .grid .grid__group > .grid__col_size_xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
}
@media only screen and (min-width: 1440px) {
  .grid .grid__group > .grid__col_size_xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333333333336%;
            flex: 0 0 33.333333333333336%;
    max-width: 33.333333333333336%;
  }
}
@media only screen and (min-width: 1440px) {
  .grid .grid__group > .grid__col_size_xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666666666667%;
            flex: 0 0 41.66666666666667%;
    max-width: 41.66666666666667%;
  }
}
@media only screen and (min-width: 1440px) {
  .grid .grid__group > .grid__col_size_xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (min-width: 1440px) {
  .grid .grid__group > .grid__col_size_xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333333333336%;
            flex: 0 0 58.333333333333336%;
    max-width: 58.333333333333336%;
  }
}
@media only screen and (min-width: 1440px) {
  .grid .grid__group > .grid__col_size_xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666666666667%;
            flex: 0 0 66.66666666666667%;
    max-width: 66.66666666666667%;
  }
}
@media only screen and (min-width: 1440px) {
  .grid .grid__group > .grid__col_size_xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
}
@media only screen and (min-width: 1440px) {
  .grid .grid__group > .grid__col_size_xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333333334%;
            flex: 0 0 83.33333333333334%;
    max-width: 83.33333333333334%;
  }
}
@media only screen and (min-width: 1440px) {
  .grid .grid__group > .grid__col_size_xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666666666667%;
            flex: 0 0 91.66666666666667%;
    max-width: 91.66666666666667%;
  }
}
@media only screen and (min-width: 1440px) {
  .grid .grid__group > .grid__col_size_xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 1600px) {
  .grid .grid__group > .grid__col_size_xxl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333333333334%;
            flex: 0 0 8.333333333333334%;
    max-width: 8.333333333333334%;
  }
}
@media only screen and (min-width: 1600px) {
  .grid .grid__group > .grid__col_size_xxl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666666666666668%;
            flex: 0 0 16.666666666666668%;
    max-width: 16.666666666666668%;
  }
}
@media only screen and (min-width: 1600px) {
  .grid .grid__group > .grid__col_size_xxl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
}
@media only screen and (min-width: 1600px) {
  .grid .grid__group > .grid__col_size_xxl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333333333336%;
            flex: 0 0 33.333333333333336%;
    max-width: 33.333333333333336%;
  }
}
@media only screen and (min-width: 1600px) {
  .grid .grid__group > .grid__col_size_xxl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666666666667%;
            flex: 0 0 41.66666666666667%;
    max-width: 41.66666666666667%;
  }
}
@media only screen and (min-width: 1600px) {
  .grid .grid__group > .grid__col_size_xxl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (min-width: 1600px) {
  .grid .grid__group > .grid__col_size_xxl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333333333336%;
            flex: 0 0 58.333333333333336%;
    max-width: 58.333333333333336%;
  }
}
@media only screen and (min-width: 1600px) {
  .grid .grid__group > .grid__col_size_xxl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666666666667%;
            flex: 0 0 66.66666666666667%;
    max-width: 66.66666666666667%;
  }
}
@media only screen and (min-width: 1600px) {
  .grid .grid__group > .grid__col_size_xxl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
}
@media only screen and (min-width: 1600px) {
  .grid .grid__group > .grid__col_size_xxl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333333334%;
            flex: 0 0 83.33333333333334%;
    max-width: 83.33333333333334%;
  }
}
@media only screen and (min-width: 1600px) {
  .grid .grid__group > .grid__col_size_xxl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666666666667%;
            flex: 0 0 91.66666666666667%;
    max-width: 91.66666666666667%;
  }
}
@media only screen and (min-width: 1600px) {
  .grid .grid__group > .grid__col_size_xxl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.grid .grid__group > .grid__col_order_1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.grid .grid__group > .grid__col_order_2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.grid .grid__group > .grid__col_order_3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.grid .grid__group > .grid__col_order_4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
.grid .grid__group > .grid__col_order_5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}
.grid .grid__group > .grid__col_order_6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}
.grid .grid__group > .grid__col_order_7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}
.grid .grid__group > .grid__col_order_8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}
.grid .grid__group > .grid__col_order_9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}
.grid .grid__group > .grid__col_order_10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}
.grid .grid__group > .grid__col_order_11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}
.grid .grid__group > .grid__col_order_12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}
.grid .grid__group > .grid__col_order_first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
.grid .grid__group > .grid__col_order_last {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13;
}
@media only screen and (min-width: 1px) {
  .grid .grid__group > .grid__col_order_xs-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media only screen and (min-width: 1px) {
  .grid .grid__group > .grid__col_order_xs-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media only screen and (min-width: 1px) {
  .grid .grid__group > .grid__col_order_xs-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media only screen and (min-width: 1px) {
  .grid .grid__group > .grid__col_order_xs-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
@media only screen and (min-width: 1px) {
  .grid .grid__group > .grid__col_order_xs-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
}
@media only screen and (min-width: 1px) {
  .grid .grid__group > .grid__col_order_xs-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}
@media only screen and (min-width: 1px) {
  .grid .grid__group > .grid__col_order_xs-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
}
@media only screen and (min-width: 1px) {
  .grid .grid__group > .grid__col_order_xs-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
}
@media only screen and (min-width: 1px) {
  .grid .grid__group > .grid__col_order_xs-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
}
@media only screen and (min-width: 1px) {
  .grid .grid__group > .grid__col_order_xs-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
}
@media only screen and (min-width: 1px) {
  .grid .grid__group > .grid__col_order_xs-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
}
@media only screen and (min-width: 1px) {
  .grid .grid__group > .grid__col_order_xs-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
}
@media only screen and (min-width: 1px) {
  .grid .grid__group > .grid__col_order_xs-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
@media only screen and (min-width: 1px) {
  .grid .grid__group > .grid__col_order_xs-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
}
@media only screen and (min-width: 768px) {
  .grid .grid__group > .grid__col_order_s-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media only screen and (min-width: 768px) {
  .grid .grid__group > .grid__col_order_s-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media only screen and (min-width: 768px) {
  .grid .grid__group > .grid__col_order_s-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media only screen and (min-width: 768px) {
  .grid .grid__group > .grid__col_order_s-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
@media only screen and (min-width: 768px) {
  .grid .grid__group > .grid__col_order_s-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
}
@media only screen and (min-width: 768px) {
  .grid .grid__group > .grid__col_order_s-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}
@media only screen and (min-width: 768px) {
  .grid .grid__group > .grid__col_order_s-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
}
@media only screen and (min-width: 768px) {
  .grid .grid__group > .grid__col_order_s-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
}
@media only screen and (min-width: 768px) {
  .grid .grid__group > .grid__col_order_s-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
}
@media only screen and (min-width: 768px) {
  .grid .grid__group > .grid__col_order_s-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
}
@media only screen and (min-width: 768px) {
  .grid .grid__group > .grid__col_order_s-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
}
@media only screen and (min-width: 768px) {
  .grid .grid__group > .grid__col_order_s-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
}
@media only screen and (min-width: 768px) {
  .grid .grid__group > .grid__col_order_s-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
@media only screen and (min-width: 768px) {
  .grid .grid__group > .grid__col_order_s-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
}
@media only screen and (min-width: 1025px) {
  .grid .grid__group > .grid__col_order_m-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media only screen and (min-width: 1025px) {
  .grid .grid__group > .grid__col_order_m-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media only screen and (min-width: 1025px) {
  .grid .grid__group > .grid__col_order_m-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media only screen and (min-width: 1025px) {
  .grid .grid__group > .grid__col_order_m-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
@media only screen and (min-width: 1025px) {
  .grid .grid__group > .grid__col_order_m-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
}
@media only screen and (min-width: 1025px) {
  .grid .grid__group > .grid__col_order_m-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}
@media only screen and (min-width: 1025px) {
  .grid .grid__group > .grid__col_order_m-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
}
@media only screen and (min-width: 1025px) {
  .grid .grid__group > .grid__col_order_m-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
}
@media only screen and (min-width: 1025px) {
  .grid .grid__group > .grid__col_order_m-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
}
@media only screen and (min-width: 1025px) {
  .grid .grid__group > .grid__col_order_m-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
}
@media only screen and (min-width: 1025px) {
  .grid .grid__group > .grid__col_order_m-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
}
@media only screen and (min-width: 1025px) {
  .grid .grid__group > .grid__col_order_m-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
}
@media only screen and (min-width: 1025px) {
  .grid .grid__group > .grid__col_order_m-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
@media only screen and (min-width: 1025px) {
  .grid .grid__group > .grid__col_order_m-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
}
@media only screen and (min-width: 1280px) {
  .grid .grid__group > .grid__col_order_l-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media only screen and (min-width: 1280px) {
  .grid .grid__group > .grid__col_order_l-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media only screen and (min-width: 1280px) {
  .grid .grid__group > .grid__col_order_l-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media only screen and (min-width: 1280px) {
  .grid .grid__group > .grid__col_order_l-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
@media only screen and (min-width: 1280px) {
  .grid .grid__group > .grid__col_order_l-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
}
@media only screen and (min-width: 1280px) {
  .grid .grid__group > .grid__col_order_l-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}
@media only screen and (min-width: 1280px) {
  .grid .grid__group > .grid__col_order_l-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
}
@media only screen and (min-width: 1280px) {
  .grid .grid__group > .grid__col_order_l-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
}
@media only screen and (min-width: 1280px) {
  .grid .grid__group > .grid__col_order_l-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
}
@media only screen and (min-width: 1280px) {
  .grid .grid__group > .grid__col_order_l-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
}
@media only screen and (min-width: 1280px) {
  .grid .grid__group > .grid__col_order_l-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
}
@media only screen and (min-width: 1280px) {
  .grid .grid__group > .grid__col_order_l-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
}
@media only screen and (min-width: 1280px) {
  .grid .grid__group > .grid__col_order_l-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
@media only screen and (min-width: 1280px) {
  .grid .grid__group > .grid__col_order_l-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
}
@media only screen and (min-width: 1440px) {
  .grid .grid__group > .grid__col_order_xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media only screen and (min-width: 1440px) {
  .grid .grid__group > .grid__col_order_xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media only screen and (min-width: 1440px) {
  .grid .grid__group > .grid__col_order_xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media only screen and (min-width: 1440px) {
  .grid .grid__group > .grid__col_order_xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
@media only screen and (min-width: 1440px) {
  .grid .grid__group > .grid__col_order_xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
}
@media only screen and (min-width: 1440px) {
  .grid .grid__group > .grid__col_order_xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}
@media only screen and (min-width: 1440px) {
  .grid .grid__group > .grid__col_order_xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
}
@media only screen and (min-width: 1440px) {
  .grid .grid__group > .grid__col_order_xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
}
@media only screen and (min-width: 1440px) {
  .grid .grid__group > .grid__col_order_xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
}
@media only screen and (min-width: 1440px) {
  .grid .grid__group > .grid__col_order_xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
}
@media only screen and (min-width: 1440px) {
  .grid .grid__group > .grid__col_order_xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
}
@media only screen and (min-width: 1440px) {
  .grid .grid__group > .grid__col_order_xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
}
@media only screen and (min-width: 1440px) {
  .grid .grid__group > .grid__col_order_xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
@media only screen and (min-width: 1440px) {
  .grid .grid__group > .grid__col_order_xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
}
@media only screen and (min-width: 1600px) {
  .grid .grid__group > .grid__col_order_xxl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media only screen and (min-width: 1600px) {
  .grid .grid__group > .grid__col_order_xxl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media only screen and (min-width: 1600px) {
  .grid .grid__group > .grid__col_order_xxl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media only screen and (min-width: 1600px) {
  .grid .grid__group > .grid__col_order_xxl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
@media only screen and (min-width: 1600px) {
  .grid .grid__group > .grid__col_order_xxl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
}
@media only screen and (min-width: 1600px) {
  .grid .grid__group > .grid__col_order_xxl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}
@media only screen and (min-width: 1600px) {
  .grid .grid__group > .grid__col_order_xxl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
}
@media only screen and (min-width: 1600px) {
  .grid .grid__group > .grid__col_order_xxl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
}
@media only screen and (min-width: 1600px) {
  .grid .grid__group > .grid__col_order_xxl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
}
@media only screen and (min-width: 1600px) {
  .grid .grid__group > .grid__col_order_xxl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
}
@media only screen and (min-width: 1600px) {
  .grid .grid__group > .grid__col_order_xxl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
}
@media only screen and (min-width: 1600px) {
  .grid .grid__group > .grid__col_order_xxl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
}
@media only screen and (min-width: 1600px) {
  .grid .grid__group > .grid__col_order_xxl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
@media only screen and (min-width: 1600px) {
  .grid .grid__group > .grid__col_order_xxl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
}
.grid .grid__group > .grid__col_push_1 {
  position: relative;
  left: 8.333333333333334%;
}
.grid .grid__group > .grid__col_push_2 {
  position: relative;
  left: 16.666666666666668%;
}
.grid .grid__group > .grid__col_push_3 {
  position: relative;
  left: 25%;
}
.grid .grid__group > .grid__col_push_4 {
  position: relative;
  left: 33.333333333333336%;
}
.grid .grid__group > .grid__col_push_5 {
  position: relative;
  left: 41.66666666666667%;
}
.grid .grid__group > .grid__col_push_6 {
  position: relative;
  left: 50%;
}
.grid .grid__group > .grid__col_push_7 {
  position: relative;
  left: 58.333333333333336%;
}
.grid .grid__group > .grid__col_push_8 {
  position: relative;
  left: 66.66666666666667%;
}
.grid .grid__group > .grid__col_push_9 {
  position: relative;
  left: 75%;
}
.grid .grid__group > .grid__col_push_10 {
  position: relative;
  left: 83.33333333333334%;
}
.grid .grid__group > .grid__col_push_11 {
  position: relative;
  left: 91.66666666666667%;
}
.grid .grid__group > .grid__col_push_12 {
  position: relative;
  left: 100%;
}
@media only screen and (min-width: 1px) {
  .grid .grid__group > .grid__col_push_xs-1 {
    position: relative;
    left: 8.333333333333334%;
  }
}
@media only screen and (min-width: 1px) {
  .grid .grid__group > .grid__col_push_xs-2 {
    position: relative;
    left: 16.666666666666668%;
  }
}
@media only screen and (min-width: 1px) {
  .grid .grid__group > .grid__col_push_xs-3 {
    position: relative;
    left: 25%;
  }
}
@media only screen and (min-width: 1px) {
  .grid .grid__group > .grid__col_push_xs-4 {
    position: relative;
    left: 33.333333333333336%;
  }
}
@media only screen and (min-width: 1px) {
  .grid .grid__group > .grid__col_push_xs-5 {
    position: relative;
    left: 41.66666666666667%;
  }
}
@media only screen and (min-width: 1px) {
  .grid .grid__group > .grid__col_push_xs-6 {
    position: relative;
    left: 50%;
  }
}
@media only screen and (min-width: 1px) {
  .grid .grid__group > .grid__col_push_xs-7 {
    position: relative;
    left: 58.333333333333336%;
  }
}
@media only screen and (min-width: 1px) {
  .grid .grid__group > .grid__col_push_xs-8 {
    position: relative;
    left: 66.66666666666667%;
  }
}
@media only screen and (min-width: 1px) {
  .grid .grid__group > .grid__col_push_xs-9 {
    position: relative;
    left: 75%;
  }
}
@media only screen and (min-width: 1px) {
  .grid .grid__group > .grid__col_push_xs-10 {
    position: relative;
    left: 83.33333333333334%;
  }
}
@media only screen and (min-width: 1px) {
  .grid .grid__group > .grid__col_push_xs-11 {
    position: relative;
    left: 91.66666666666667%;
  }
}
@media only screen and (min-width: 1px) {
  .grid .grid__group > .grid__col_push_xs-12 {
    position: relative;
    left: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .grid .grid__group > .grid__col_push_s-1 {
    position: relative;
    left: 8.333333333333334%;
  }
}
@media only screen and (min-width: 768px) {
  .grid .grid__group > .grid__col_push_s-2 {
    position: relative;
    left: 16.666666666666668%;
  }
}
@media only screen and (min-width: 768px) {
  .grid .grid__group > .grid__col_push_s-3 {
    position: relative;
    left: 25%;
  }
}
@media only screen and (min-width: 768px) {
  .grid .grid__group > .grid__col_push_s-4 {
    position: relative;
    left: 33.333333333333336%;
  }
}
@media only screen and (min-width: 768px) {
  .grid .grid__group > .grid__col_push_s-5 {
    position: relative;
    left: 41.66666666666667%;
  }
}
@media only screen and (min-width: 768px) {
  .grid .grid__group > .grid__col_push_s-6 {
    position: relative;
    left: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .grid .grid__group > .grid__col_push_s-7 {
    position: relative;
    left: 58.333333333333336%;
  }
}
@media only screen and (min-width: 768px) {
  .grid .grid__group > .grid__col_push_s-8 {
    position: relative;
    left: 66.66666666666667%;
  }
}
@media only screen and (min-width: 768px) {
  .grid .grid__group > .grid__col_push_s-9 {
    position: relative;
    left: 75%;
  }
}
@media only screen and (min-width: 768px) {
  .grid .grid__group > .grid__col_push_s-10 {
    position: relative;
    left: 83.33333333333334%;
  }
}
@media only screen and (min-width: 768px) {
  .grid .grid__group > .grid__col_push_s-11 {
    position: relative;
    left: 91.66666666666667%;
  }
}
@media only screen and (min-width: 768px) {
  .grid .grid__group > .grid__col_push_s-12 {
    position: relative;
    left: 100%;
  }
}
@media only screen and (min-width: 1025px) {
  .grid .grid__group > .grid__col_push_m-1 {
    position: relative;
    left: 8.333333333333334%;
  }
}
@media only screen and (min-width: 1025px) {
  .grid .grid__group > .grid__col_push_m-2 {
    position: relative;
    left: 16.666666666666668%;
  }
}
@media only screen and (min-width: 1025px) {
  .grid .grid__group > .grid__col_push_m-3 {
    position: relative;
    left: 25%;
  }
}
@media only screen and (min-width: 1025px) {
  .grid .grid__group > .grid__col_push_m-4 {
    position: relative;
    left: 33.333333333333336%;
  }
}
@media only screen and (min-width: 1025px) {
  .grid .grid__group > .grid__col_push_m-5 {
    position: relative;
    left: 41.66666666666667%;
  }
}
@media only screen and (min-width: 1025px) {
  .grid .grid__group > .grid__col_push_m-6 {
    position: relative;
    left: 50%;
  }
}
@media only screen and (min-width: 1025px) {
  .grid .grid__group > .grid__col_push_m-7 {
    position: relative;
    left: 58.333333333333336%;
  }
}
@media only screen and (min-width: 1025px) {
  .grid .grid__group > .grid__col_push_m-8 {
    position: relative;
    left: 66.66666666666667%;
  }
}
@media only screen and (min-width: 1025px) {
  .grid .grid__group > .grid__col_push_m-9 {
    position: relative;
    left: 75%;
  }
}
@media only screen and (min-width: 1025px) {
  .grid .grid__group > .grid__col_push_m-10 {
    position: relative;
    left: 83.33333333333334%;
  }
}
@media only screen and (min-width: 1025px) {
  .grid .grid__group > .grid__col_push_m-11 {
    position: relative;
    left: 91.66666666666667%;
  }
}
@media only screen and (min-width: 1025px) {
  .grid .grid__group > .grid__col_push_m-12 {
    position: relative;
    left: 100%;
  }
}
@media only screen and (min-width: 1280px) {
  .grid .grid__group > .grid__col_push_l-1 {
    position: relative;
    left: 8.333333333333334%;
  }
}
@media only screen and (min-width: 1280px) {
  .grid .grid__group > .grid__col_push_l-2 {
    position: relative;
    left: 16.666666666666668%;
  }
}
@media only screen and (min-width: 1280px) {
  .grid .grid__group > .grid__col_push_l-3 {
    position: relative;
    left: 25%;
  }
}
@media only screen and (min-width: 1280px) {
  .grid .grid__group > .grid__col_push_l-4 {
    position: relative;
    left: 33.333333333333336%;
  }
}
@media only screen and (min-width: 1280px) {
  .grid .grid__group > .grid__col_push_l-5 {
    position: relative;
    left: 41.66666666666667%;
  }
}
@media only screen and (min-width: 1280px) {
  .grid .grid__group > .grid__col_push_l-6 {
    position: relative;
    left: 50%;
  }
}
@media only screen and (min-width: 1280px) {
  .grid .grid__group > .grid__col_push_l-7 {
    position: relative;
    left: 58.333333333333336%;
  }
}
@media only screen and (min-width: 1280px) {
  .grid .grid__group > .grid__col_push_l-8 {
    position: relative;
    left: 66.66666666666667%;
  }
}
@media only screen and (min-width: 1280px) {
  .grid .grid__group > .grid__col_push_l-9 {
    position: relative;
    left: 75%;
  }
}
@media only screen and (min-width: 1280px) {
  .grid .grid__group > .grid__col_push_l-10 {
    position: relative;
    left: 83.33333333333334%;
  }
}
@media only screen and (min-width: 1280px) {
  .grid .grid__group > .grid__col_push_l-11 {
    position: relative;
    left: 91.66666666666667%;
  }
}
@media only screen and (min-width: 1280px) {
  .grid .grid__group > .grid__col_push_l-12 {
    position: relative;
    left: 100%;
  }
}
@media only screen and (min-width: 1440px) {
  .grid .grid__group > .grid__col_push_xl-1 {
    position: relative;
    left: 8.333333333333334%;
  }
}
@media only screen and (min-width: 1440px) {
  .grid .grid__group > .grid__col_push_xl-2 {
    position: relative;
    left: 16.666666666666668%;
  }
}
@media only screen and (min-width: 1440px) {
  .grid .grid__group > .grid__col_push_xl-3 {
    position: relative;
    left: 25%;
  }
}
@media only screen and (min-width: 1440px) {
  .grid .grid__group > .grid__col_push_xl-4 {
    position: relative;
    left: 33.333333333333336%;
  }
}
@media only screen and (min-width: 1440px) {
  .grid .grid__group > .grid__col_push_xl-5 {
    position: relative;
    left: 41.66666666666667%;
  }
}
@media only screen and (min-width: 1440px) {
  .grid .grid__group > .grid__col_push_xl-6 {
    position: relative;
    left: 50%;
  }
}
@media only screen and (min-width: 1440px) {
  .grid .grid__group > .grid__col_push_xl-7 {
    position: relative;
    left: 58.333333333333336%;
  }
}
@media only screen and (min-width: 1440px) {
  .grid .grid__group > .grid__col_push_xl-8 {
    position: relative;
    left: 66.66666666666667%;
  }
}
@media only screen and (min-width: 1440px) {
  .grid .grid__group > .grid__col_push_xl-9 {
    position: relative;
    left: 75%;
  }
}
@media only screen and (min-width: 1440px) {
  .grid .grid__group > .grid__col_push_xl-10 {
    position: relative;
    left: 83.33333333333334%;
  }
}
@media only screen and (min-width: 1440px) {
  .grid .grid__group > .grid__col_push_xl-11 {
    position: relative;
    left: 91.66666666666667%;
  }
}
@media only screen and (min-width: 1440px) {
  .grid .grid__group > .grid__col_push_xl-12 {
    position: relative;
    left: 100%;
  }
}
@media only screen and (min-width: 1600px) {
  .grid .grid__group > .grid__col_push_xxl-1 {
    position: relative;
    left: 8.333333333333334%;
  }
}
@media only screen and (min-width: 1600px) {
  .grid .grid__group > .grid__col_push_xxl-2 {
    position: relative;
    left: 16.666666666666668%;
  }
}
@media only screen and (min-width: 1600px) {
  .grid .grid__group > .grid__col_push_xxl-3 {
    position: relative;
    left: 25%;
  }
}
@media only screen and (min-width: 1600px) {
  .grid .grid__group > .grid__col_push_xxl-4 {
    position: relative;
    left: 33.333333333333336%;
  }
}
@media only screen and (min-width: 1600px) {
  .grid .grid__group > .grid__col_push_xxl-5 {
    position: relative;
    left: 41.66666666666667%;
  }
}
@media only screen and (min-width: 1600px) {
  .grid .grid__group > .grid__col_push_xxl-6 {
    position: relative;
    left: 50%;
  }
}
@media only screen and (min-width: 1600px) {
  .grid .grid__group > .grid__col_push_xxl-7 {
    position: relative;
    left: 58.333333333333336%;
  }
}
@media only screen and (min-width: 1600px) {
  .grid .grid__group > .grid__col_push_xxl-8 {
    position: relative;
    left: 66.66666666666667%;
  }
}
@media only screen and (min-width: 1600px) {
  .grid .grid__group > .grid__col_push_xxl-9 {
    position: relative;
    left: 75%;
  }
}
@media only screen and (min-width: 1600px) {
  .grid .grid__group > .grid__col_push_xxl-10 {
    position: relative;
    left: 83.33333333333334%;
  }
}
@media only screen and (min-width: 1600px) {
  .grid .grid__group > .grid__col_push_xxl-11 {
    position: relative;
    left: 91.66666666666667%;
  }
}
@media only screen and (min-width: 1600px) {
  .grid .grid__group > .grid__col_push_xxl-12 {
    position: relative;
    left: 100%;
  }
}
.grid .grid__group > .grid__col_pull_1 {
  position: relative;
  right: 8.333333333333334%;
}
.grid .grid__group > .grid__col_pull_2 {
  position: relative;
  right: 16.666666666666668%;
}
.grid .grid__group > .grid__col_pull_3 {
  position: relative;
  right: 25%;
}
.grid .grid__group > .grid__col_pull_4 {
  position: relative;
  right: 33.333333333333336%;
}
.grid .grid__group > .grid__col_pull_5 {
  position: relative;
  right: 41.66666666666667%;
}
.grid .grid__group > .grid__col_pull_6 {
  position: relative;
  right: 50%;
}
.grid .grid__group > .grid__col_pull_7 {
  position: relative;
  right: 58.333333333333336%;
}
.grid .grid__group > .grid__col_pull_8 {
  position: relative;
  right: 66.66666666666667%;
}
.grid .grid__group > .grid__col_pull_9 {
  position: relative;
  right: 75%;
}
.grid .grid__group > .grid__col_pull_10 {
  position: relative;
  right: 83.33333333333334%;
}
.grid .grid__group > .grid__col_pull_11 {
  position: relative;
  right: 91.66666666666667%;
}
.grid .grid__group > .grid__col_pull_12 {
  position: relative;
  right: 100%;
}
@media only screen and (min-width: 1px) {
  .grid .grid__group > .grid__col_pull_xs-1 {
    position: relative;
    right: 8.333333333333334%;
  }
}
@media only screen and (min-width: 1px) {
  .grid .grid__group > .grid__col_pull_xs-2 {
    position: relative;
    right: 16.666666666666668%;
  }
}
@media only screen and (min-width: 1px) {
  .grid .grid__group > .grid__col_pull_xs-3 {
    position: relative;
    right: 25%;
  }
}
@media only screen and (min-width: 1px) {
  .grid .grid__group > .grid__col_pull_xs-4 {
    position: relative;
    right: 33.333333333333336%;
  }
}
@media only screen and (min-width: 1px) {
  .grid .grid__group > .grid__col_pull_xs-5 {
    position: relative;
    right: 41.66666666666667%;
  }
}
@media only screen and (min-width: 1px) {
  .grid .grid__group > .grid__col_pull_xs-6 {
    position: relative;
    right: 50%;
  }
}
@media only screen and (min-width: 1px) {
  .grid .grid__group > .grid__col_pull_xs-7 {
    position: relative;
    right: 58.333333333333336%;
  }
}
@media only screen and (min-width: 1px) {
  .grid .grid__group > .grid__col_pull_xs-8 {
    position: relative;
    right: 66.66666666666667%;
  }
}
@media only screen and (min-width: 1px) {
  .grid .grid__group > .grid__col_pull_xs-9 {
    position: relative;
    right: 75%;
  }
}
@media only screen and (min-width: 1px) {
  .grid .grid__group > .grid__col_pull_xs-10 {
    position: relative;
    right: 83.33333333333334%;
  }
}
@media only screen and (min-width: 1px) {
  .grid .grid__group > .grid__col_pull_xs-11 {
    position: relative;
    right: 91.66666666666667%;
  }
}
@media only screen and (min-width: 1px) {
  .grid .grid__group > .grid__col_pull_xs-12 {
    position: relative;
    right: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .grid .grid__group > .grid__col_pull_s-1 {
    position: relative;
    right: 8.333333333333334%;
  }
}
@media only screen and (min-width: 768px) {
  .grid .grid__group > .grid__col_pull_s-2 {
    position: relative;
    right: 16.666666666666668%;
  }
}
@media only screen and (min-width: 768px) {
  .grid .grid__group > .grid__col_pull_s-3 {
    position: relative;
    right: 25%;
  }
}
@media only screen and (min-width: 768px) {
  .grid .grid__group > .grid__col_pull_s-4 {
    position: relative;
    right: 33.333333333333336%;
  }
}
@media only screen and (min-width: 768px) {
  .grid .grid__group > .grid__col_pull_s-5 {
    position: relative;
    right: 41.66666666666667%;
  }
}
@media only screen and (min-width: 768px) {
  .grid .grid__group > .grid__col_pull_s-6 {
    position: relative;
    right: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .grid .grid__group > .grid__col_pull_s-7 {
    position: relative;
    right: 58.333333333333336%;
  }
}
@media only screen and (min-width: 768px) {
  .grid .grid__group > .grid__col_pull_s-8 {
    position: relative;
    right: 66.66666666666667%;
  }
}
@media only screen and (min-width: 768px) {
  .grid .grid__group > .grid__col_pull_s-9 {
    position: relative;
    right: 75%;
  }
}
@media only screen and (min-width: 768px) {
  .grid .grid__group > .grid__col_pull_s-10 {
    position: relative;
    right: 83.33333333333334%;
  }
}
@media only screen and (min-width: 768px) {
  .grid .grid__group > .grid__col_pull_s-11 {
    position: relative;
    right: 91.66666666666667%;
  }
}
@media only screen and (min-width: 768px) {
  .grid .grid__group > .grid__col_pull_s-12 {
    position: relative;
    right: 100%;
  }
}
@media only screen and (min-width: 1025px) {
  .grid .grid__group > .grid__col_pull_m-1 {
    position: relative;
    right: 8.333333333333334%;
  }
}
@media only screen and (min-width: 1025px) {
  .grid .grid__group > .grid__col_pull_m-2 {
    position: relative;
    right: 16.666666666666668%;
  }
}
@media only screen and (min-width: 1025px) {
  .grid .grid__group > .grid__col_pull_m-3 {
    position: relative;
    right: 25%;
  }
}
@media only screen and (min-width: 1025px) {
  .grid .grid__group > .grid__col_pull_m-4 {
    position: relative;
    right: 33.333333333333336%;
  }
}
@media only screen and (min-width: 1025px) {
  .grid .grid__group > .grid__col_pull_m-5 {
    position: relative;
    right: 41.66666666666667%;
  }
}
@media only screen and (min-width: 1025px) {
  .grid .grid__group > .grid__col_pull_m-6 {
    position: relative;
    right: 50%;
  }
}
@media only screen and (min-width: 1025px) {
  .grid .grid__group > .grid__col_pull_m-7 {
    position: relative;
    right: 58.333333333333336%;
  }
}
@media only screen and (min-width: 1025px) {
  .grid .grid__group > .grid__col_pull_m-8 {
    position: relative;
    right: 66.66666666666667%;
  }
}
@media only screen and (min-width: 1025px) {
  .grid .grid__group > .grid__col_pull_m-9 {
    position: relative;
    right: 75%;
  }
}
@media only screen and (min-width: 1025px) {
  .grid .grid__group > .grid__col_pull_m-10 {
    position: relative;
    right: 83.33333333333334%;
  }
}
@media only screen and (min-width: 1025px) {
  .grid .grid__group > .grid__col_pull_m-11 {
    position: relative;
    right: 91.66666666666667%;
  }
}
@media only screen and (min-width: 1025px) {
  .grid .grid__group > .grid__col_pull_m-12 {
    position: relative;
    right: 100%;
  }
}
@media only screen and (min-width: 1280px) {
  .grid .grid__group > .grid__col_pull_l-1 {
    position: relative;
    right: 8.333333333333334%;
  }
}
@media only screen and (min-width: 1280px) {
  .grid .grid__group > .grid__col_pull_l-2 {
    position: relative;
    right: 16.666666666666668%;
  }
}
@media only screen and (min-width: 1280px) {
  .grid .grid__group > .grid__col_pull_l-3 {
    position: relative;
    right: 25%;
  }
}
@media only screen and (min-width: 1280px) {
  .grid .grid__group > .grid__col_pull_l-4 {
    position: relative;
    right: 33.333333333333336%;
  }
}
@media only screen and (min-width: 1280px) {
  .grid .grid__group > .grid__col_pull_l-5 {
    position: relative;
    right: 41.66666666666667%;
  }
}
@media only screen and (min-width: 1280px) {
  .grid .grid__group > .grid__col_pull_l-6 {
    position: relative;
    right: 50%;
  }
}
@media only screen and (min-width: 1280px) {
  .grid .grid__group > .grid__col_pull_l-7 {
    position: relative;
    right: 58.333333333333336%;
  }
}
@media only screen and (min-width: 1280px) {
  .grid .grid__group > .grid__col_pull_l-8 {
    position: relative;
    right: 66.66666666666667%;
  }
}
@media only screen and (min-width: 1280px) {
  .grid .grid__group > .grid__col_pull_l-9 {
    position: relative;
    right: 75%;
  }
}
@media only screen and (min-width: 1280px) {
  .grid .grid__group > .grid__col_pull_l-10 {
    position: relative;
    right: 83.33333333333334%;
  }
}
@media only screen and (min-width: 1280px) {
  .grid .grid__group > .grid__col_pull_l-11 {
    position: relative;
    right: 91.66666666666667%;
  }
}
@media only screen and (min-width: 1280px) {
  .grid .grid__group > .grid__col_pull_l-12 {
    position: relative;
    right: 100%;
  }
}
@media only screen and (min-width: 1440px) {
  .grid .grid__group > .grid__col_pull_xl-1 {
    position: relative;
    right: 8.333333333333334%;
  }
}
@media only screen and (min-width: 1440px) {
  .grid .grid__group > .grid__col_pull_xl-2 {
    position: relative;
    right: 16.666666666666668%;
  }
}
@media only screen and (min-width: 1440px) {
  .grid .grid__group > .grid__col_pull_xl-3 {
    position: relative;
    right: 25%;
  }
}
@media only screen and (min-width: 1440px) {
  .grid .grid__group > .grid__col_pull_xl-4 {
    position: relative;
    right: 33.333333333333336%;
  }
}
@media only screen and (min-width: 1440px) {
  .grid .grid__group > .grid__col_pull_xl-5 {
    position: relative;
    right: 41.66666666666667%;
  }
}
@media only screen and (min-width: 1440px) {
  .grid .grid__group > .grid__col_pull_xl-6 {
    position: relative;
    right: 50%;
  }
}
@media only screen and (min-width: 1440px) {
  .grid .grid__group > .grid__col_pull_xl-7 {
    position: relative;
    right: 58.333333333333336%;
  }
}
@media only screen and (min-width: 1440px) {
  .grid .grid__group > .grid__col_pull_xl-8 {
    position: relative;
    right: 66.66666666666667%;
  }
}
@media only screen and (min-width: 1440px) {
  .grid .grid__group > .grid__col_pull_xl-9 {
    position: relative;
    right: 75%;
  }
}
@media only screen and (min-width: 1440px) {
  .grid .grid__group > .grid__col_pull_xl-10 {
    position: relative;
    right: 83.33333333333334%;
  }
}
@media only screen and (min-width: 1440px) {
  .grid .grid__group > .grid__col_pull_xl-11 {
    position: relative;
    right: 91.66666666666667%;
  }
}
@media only screen and (min-width: 1440px) {
  .grid .grid__group > .grid__col_pull_xl-12 {
    position: relative;
    right: 100%;
  }
}
@media only screen and (min-width: 1600px) {
  .grid .grid__group > .grid__col_pull_xxl-1 {
    position: relative;
    right: 8.333333333333334%;
  }
}
@media only screen and (min-width: 1600px) {
  .grid .grid__group > .grid__col_pull_xxl-2 {
    position: relative;
    right: 16.666666666666668%;
  }
}
@media only screen and (min-width: 1600px) {
  .grid .grid__group > .grid__col_pull_xxl-3 {
    position: relative;
    right: 25%;
  }
}
@media only screen and (min-width: 1600px) {
  .grid .grid__group > .grid__col_pull_xxl-4 {
    position: relative;
    right: 33.333333333333336%;
  }
}
@media only screen and (min-width: 1600px) {
  .grid .grid__group > .grid__col_pull_xxl-5 {
    position: relative;
    right: 41.66666666666667%;
  }
}
@media only screen and (min-width: 1600px) {
  .grid .grid__group > .grid__col_pull_xxl-6 {
    position: relative;
    right: 50%;
  }
}
@media only screen and (min-width: 1600px) {
  .grid .grid__group > .grid__col_pull_xxl-7 {
    position: relative;
    right: 58.333333333333336%;
  }
}
@media only screen and (min-width: 1600px) {
  .grid .grid__group > .grid__col_pull_xxl-8 {
    position: relative;
    right: 66.66666666666667%;
  }
}
@media only screen and (min-width: 1600px) {
  .grid .grid__group > .grid__col_pull_xxl-9 {
    position: relative;
    right: 75%;
  }
}
@media only screen and (min-width: 1600px) {
  .grid .grid__group > .grid__col_pull_xxl-10 {
    position: relative;
    right: 83.33333333333334%;
  }
}
@media only screen and (min-width: 1600px) {
  .grid .grid__group > .grid__col_pull_xxl-11 {
    position: relative;
    right: 91.66666666666667%;
  }
}
@media only screen and (min-width: 1600px) {
  .grid .grid__group > .grid__col_pull_xxl-12 {
    position: relative;
    right: 100%;
  }
}
.grid .grid__group > .grid__col_offset_1 {
  margin-left: 8.333333333333334%;
}
.grid .grid__group > .grid__col_offset_2 {
  margin-left: 16.666666666666668%;
}
.grid .grid__group > .grid__col_offset_3 {
  margin-left: 25%;
}
.grid .grid__group > .grid__col_offset_4 {
  margin-left: 33.333333333333336%;
}
.grid .grid__group > .grid__col_offset_5 {
  margin-left: 41.66666666666667%;
}
.grid .grid__group > .grid__col_offset_6 {
  margin-left: 50%;
}
.grid .grid__group > .grid__col_offset_7 {
  margin-left: 58.333333333333336%;
}
.grid .grid__group > .grid__col_offset_8 {
  margin-left: 66.66666666666667%;
}
.grid .grid__group > .grid__col_offset_9 {
  margin-left: 75%;
}
.grid .grid__group > .grid__col_offset_10 {
  margin-left: 83.33333333333334%;
}
.grid .grid__group > .grid__col_offset_11 {
  margin-left: 91.66666666666667%;
}
.grid .grid__group > .grid__col_offset_12 {
  margin-left: 100%;
}
@media only screen and (min-width: 1px) {
  .grid .grid__group > .grid__col_offset_xs-1 {
    margin-left: 8.333333333333334%;
  }
}
@media only screen and (min-width: 1px) {
  .grid .grid__group > .grid__col_offset_xs-2 {
    margin-left: 16.666666666666668%;
  }
}
@media only screen and (min-width: 1px) {
  .grid .grid__group > .grid__col_offset_xs-3 {
    margin-left: 25%;
  }
}
@media only screen and (min-width: 1px) {
  .grid .grid__group > .grid__col_offset_xs-4 {
    margin-left: 33.333333333333336%;
  }
}
@media only screen and (min-width: 1px) {
  .grid .grid__group > .grid__col_offset_xs-5 {
    margin-left: 41.66666666666667%;
  }
}
@media only screen and (min-width: 1px) {
  .grid .grid__group > .grid__col_offset_xs-6 {
    margin-left: 50%;
  }
}
@media only screen and (min-width: 1px) {
  .grid .grid__group > .grid__col_offset_xs-7 {
    margin-left: 58.333333333333336%;
  }
}
@media only screen and (min-width: 1px) {
  .grid .grid__group > .grid__col_offset_xs-8 {
    margin-left: 66.66666666666667%;
  }
}
@media only screen and (min-width: 1px) {
  .grid .grid__group > .grid__col_offset_xs-9 {
    margin-left: 75%;
  }
}
@media only screen and (min-width: 1px) {
  .grid .grid__group > .grid__col_offset_xs-10 {
    margin-left: 83.33333333333334%;
  }
}
@media only screen and (min-width: 1px) {
  .grid .grid__group > .grid__col_offset_xs-11 {
    margin-left: 91.66666666666667%;
  }
}
@media only screen and (min-width: 1px) {
  .grid .grid__group > .grid__col_offset_xs-12 {
    margin-left: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .grid .grid__group > .grid__col_offset_s-1 {
    margin-left: 8.333333333333334%;
  }
}
@media only screen and (min-width: 768px) {
  .grid .grid__group > .grid__col_offset_s-2 {
    margin-left: 16.666666666666668%;
  }
}
@media only screen and (min-width: 768px) {
  .grid .grid__group > .grid__col_offset_s-3 {
    margin-left: 25%;
  }
}
@media only screen and (min-width: 768px) {
  .grid .grid__group > .grid__col_offset_s-4 {
    margin-left: 33.333333333333336%;
  }
}
@media only screen and (min-width: 768px) {
  .grid .grid__group > .grid__col_offset_s-5 {
    margin-left: 41.66666666666667%;
  }
}
@media only screen and (min-width: 768px) {
  .grid .grid__group > .grid__col_offset_s-6 {
    margin-left: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .grid .grid__group > .grid__col_offset_s-7 {
    margin-left: 58.333333333333336%;
  }
}
@media only screen and (min-width: 768px) {
  .grid .grid__group > .grid__col_offset_s-8 {
    margin-left: 66.66666666666667%;
  }
}
@media only screen and (min-width: 768px) {
  .grid .grid__group > .grid__col_offset_s-9 {
    margin-left: 75%;
  }
}
@media only screen and (min-width: 768px) {
  .grid .grid__group > .grid__col_offset_s-10 {
    margin-left: 83.33333333333334%;
  }
}
@media only screen and (min-width: 768px) {
  .grid .grid__group > .grid__col_offset_s-11 {
    margin-left: 91.66666666666667%;
  }
}
@media only screen and (min-width: 768px) {
  .grid .grid__group > .grid__col_offset_s-12 {
    margin-left: 100%;
  }
}
@media only screen and (min-width: 1025px) {
  .grid .grid__group > .grid__col_offset_m-1 {
    margin-left: 8.333333333333334%;
  }
}
@media only screen and (min-width: 1025px) {
  .grid .grid__group > .grid__col_offset_m-2 {
    margin-left: 16.666666666666668%;
  }
}
@media only screen and (min-width: 1025px) {
  .grid .grid__group > .grid__col_offset_m-3 {
    margin-left: 25%;
  }
}
@media only screen and (min-width: 1025px) {
  .grid .grid__group > .grid__col_offset_m-4 {
    margin-left: 33.333333333333336%;
  }
}
@media only screen and (min-width: 1025px) {
  .grid .grid__group > .grid__col_offset_m-5 {
    margin-left: 41.66666666666667%;
  }
}
@media only screen and (min-width: 1025px) {
  .grid .grid__group > .grid__col_offset_m-6 {
    margin-left: 50%;
  }
}
@media only screen and (min-width: 1025px) {
  .grid .grid__group > .grid__col_offset_m-7 {
    margin-left: 58.333333333333336%;
  }
}
@media only screen and (min-width: 1025px) {
  .grid .grid__group > .grid__col_offset_m-8 {
    margin-left: 66.66666666666667%;
  }
}
@media only screen and (min-width: 1025px) {
  .grid .grid__group > .grid__col_offset_m-9 {
    margin-left: 75%;
  }
}
@media only screen and (min-width: 1025px) {
  .grid .grid__group > .grid__col_offset_m-10 {
    margin-left: 83.33333333333334%;
  }
}
@media only screen and (min-width: 1025px) {
  .grid .grid__group > .grid__col_offset_m-11 {
    margin-left: 91.66666666666667%;
  }
}
@media only screen and (min-width: 1025px) {
  .grid .grid__group > .grid__col_offset_m-12 {
    margin-left: 100%;
  }
}
@media only screen and (min-width: 1280px) {
  .grid .grid__group > .grid__col_offset_l-1 {
    margin-left: 8.333333333333334%;
  }
}
@media only screen and (min-width: 1280px) {
  .grid .grid__group > .grid__col_offset_l-2 {
    margin-left: 16.666666666666668%;
  }
}
@media only screen and (min-width: 1280px) {
  .grid .grid__group > .grid__col_offset_l-3 {
    margin-left: 25%;
  }
}
@media only screen and (min-width: 1280px) {
  .grid .grid__group > .grid__col_offset_l-4 {
    margin-left: 33.333333333333336%;
  }
}
@media only screen and (min-width: 1280px) {
  .grid .grid__group > .grid__col_offset_l-5 {
    margin-left: 41.66666666666667%;
  }
}
@media only screen and (min-width: 1280px) {
  .grid .grid__group > .grid__col_offset_l-6 {
    margin-left: 50%;
  }
}
@media only screen and (min-width: 1280px) {
  .grid .grid__group > .grid__col_offset_l-7 {
    margin-left: 58.333333333333336%;
  }
}
@media only screen and (min-width: 1280px) {
  .grid .grid__group > .grid__col_offset_l-8 {
    margin-left: 66.66666666666667%;
  }
}
@media only screen and (min-width: 1280px) {
  .grid .grid__group > .grid__col_offset_l-9 {
    margin-left: 75%;
  }
}
@media only screen and (min-width: 1280px) {
  .grid .grid__group > .grid__col_offset_l-10 {
    margin-left: 83.33333333333334%;
  }
}
@media only screen and (min-width: 1280px) {
  .grid .grid__group > .grid__col_offset_l-11 {
    margin-left: 91.66666666666667%;
  }
}
@media only screen and (min-width: 1280px) {
  .grid .grid__group > .grid__col_offset_l-12 {
    margin-left: 100%;
  }
}
@media only screen and (min-width: 1440px) {
  .grid .grid__group > .grid__col_offset_xl-1 {
    margin-left: 8.333333333333334%;
  }
}
@media only screen and (min-width: 1440px) {
  .grid .grid__group > .grid__col_offset_xl-2 {
    margin-left: 16.666666666666668%;
  }
}
@media only screen and (min-width: 1440px) {
  .grid .grid__group > .grid__col_offset_xl-3 {
    margin-left: 25%;
  }
}
@media only screen and (min-width: 1440px) {
  .grid .grid__group > .grid__col_offset_xl-4 {
    margin-left: 33.333333333333336%;
  }
}
@media only screen and (min-width: 1440px) {
  .grid .grid__group > .grid__col_offset_xl-5 {
    margin-left: 41.66666666666667%;
  }
}
@media only screen and (min-width: 1440px) {
  .grid .grid__group > .grid__col_offset_xl-6 {
    margin-left: 50%;
  }
}
@media only screen and (min-width: 1440px) {
  .grid .grid__group > .grid__col_offset_xl-7 {
    margin-left: 58.333333333333336%;
  }
}
@media only screen and (min-width: 1440px) {
  .grid .grid__group > .grid__col_offset_xl-8 {
    margin-left: 66.66666666666667%;
  }
}
@media only screen and (min-width: 1440px) {
  .grid .grid__group > .grid__col_offset_xl-9 {
    margin-left: 75%;
  }
}
@media only screen and (min-width: 1440px) {
  .grid .grid__group > .grid__col_offset_xl-10 {
    margin-left: 83.33333333333334%;
  }
}
@media only screen and (min-width: 1440px) {
  .grid .grid__group > .grid__col_offset_xl-11 {
    margin-left: 91.66666666666667%;
  }
}
@media only screen and (min-width: 1440px) {
  .grid .grid__group > .grid__col_offset_xl-12 {
    margin-left: 100%;
  }
}
@media only screen and (min-width: 1600px) {
  .grid .grid__group > .grid__col_offset_xxl-1 {
    margin-left: 8.333333333333334%;
  }
}
@media only screen and (min-width: 1600px) {
  .grid .grid__group > .grid__col_offset_xxl-2 {
    margin-left: 16.666666666666668%;
  }
}
@media only screen and (min-width: 1600px) {
  .grid .grid__group > .grid__col_offset_xxl-3 {
    margin-left: 25%;
  }
}
@media only screen and (min-width: 1600px) {
  .grid .grid__group > .grid__col_offset_xxl-4 {
    margin-left: 33.333333333333336%;
  }
}
@media only screen and (min-width: 1600px) {
  .grid .grid__group > .grid__col_offset_xxl-5 {
    margin-left: 41.66666666666667%;
  }
}
@media only screen and (min-width: 1600px) {
  .grid .grid__group > .grid__col_offset_xxl-6 {
    margin-left: 50%;
  }
}
@media only screen and (min-width: 1600px) {
  .grid .grid__group > .grid__col_offset_xxl-7 {
    margin-left: 58.333333333333336%;
  }
}
@media only screen and (min-width: 1600px) {
  .grid .grid__group > .grid__col_offset_xxl-8 {
    margin-left: 66.66666666666667%;
  }
}
@media only screen and (min-width: 1600px) {
  .grid .grid__group > .grid__col_offset_xxl-9 {
    margin-left: 75%;
  }
}
@media only screen and (min-width: 1600px) {
  .grid .grid__group > .grid__col_offset_xxl-10 {
    margin-left: 83.33333333333334%;
  }
}
@media only screen and (min-width: 1600px) {
  .grid .grid__group > .grid__col_offset_xxl-11 {
    margin-left: 91.66666666666667%;
  }
}
@media only screen and (min-width: 1600px) {
  .grid .grid__group > .grid__col_offset_xxl-12 {
    margin-left: 100%;
  }
}
.grid__holder {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
}
.grid__panel {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px;
}
.grid__breaker {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100% !important;
}
.grid__breaker_xs {
  display: none;
}
@media only screen and (min-width: 1px) {
  .grid__breaker_xs {
    display: block;
  }
}
.grid__breaker_s {
  display: none;
}
@media only screen and (min-width: 768px) {
  .grid__breaker_s {
    display: block;
  }
}
.grid__breaker_m {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .grid__breaker_m {
    display: block;
  }
}
.grid__breaker_l {
  display: none;
}
@media only screen and (min-width: 1280px) {
  .grid__breaker_l {
    display: block;
  }
}
.grid__breaker_xl {
  display: none;
}
@media only screen and (min-width: 1440px) {
  .grid__breaker_xl {
    display: block;
  }
}
.grid__breaker_xxl {
  display: none;
}
@media only screen and (min-width: 1600px) {
  .grid__breaker_xxl {
    display: block;
  }
}
.grid__view-panel {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 0;
}
.grid_cols_12 .grid__group > .grid__col {
  min-height: 1px;
  padding: 0 15px;
}
.grid_cols_12 .grid__group > .grid__col_align-self_start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.grid_cols_12 .grid__group > .grid__col_align-self_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.grid_cols_12 .grid__group > .grid__col_align-self_end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media only screen and (min-width: 1px) {
  .grid_cols_12 .grid__group > .grid__col_align-self_xs-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media only screen and (min-width: 1px) {
  .grid_cols_12 .grid__group > .grid__col_align-self_xs-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (min-width: 1px) {
  .grid_cols_12 .grid__group > .grid__col_align-self_xs-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media only screen and (min-width: 768px) {
  .grid_cols_12 .grid__group > .grid__col_align-self_s-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media only screen and (min-width: 768px) {
  .grid_cols_12 .grid__group > .grid__col_align-self_s-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (min-width: 768px) {
  .grid_cols_12 .grid__group > .grid__col_align-self_s-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media only screen and (min-width: 1025px) {
  .grid_cols_12 .grid__group > .grid__col_align-self_m-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media only screen and (min-width: 1025px) {
  .grid_cols_12 .grid__group > .grid__col_align-self_m-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (min-width: 1025px) {
  .grid_cols_12 .grid__group > .grid__col_align-self_m-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media only screen and (min-width: 1280px) {
  .grid_cols_12 .grid__group > .grid__col_align-self_l-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media only screen and (min-width: 1280px) {
  .grid_cols_12 .grid__group > .grid__col_align-self_l-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (min-width: 1280px) {
  .grid_cols_12 .grid__group > .grid__col_align-self_l-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media only screen and (min-width: 1440px) {
  .grid_cols_12 .grid__group > .grid__col_align-self_xl-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media only screen and (min-width: 1440px) {
  .grid_cols_12 .grid__group > .grid__col_align-self_xl-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (min-width: 1440px) {
  .grid_cols_12 .grid__group > .grid__col_align-self_xl-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media only screen and (min-width: 1600px) {
  .grid_cols_12 .grid__group > .grid__col_align-self_xxl-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media only screen and (min-width: 1600px) {
  .grid_cols_12 .grid__group > .grid__col_align-self_xxl-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (min-width: 1600px) {
  .grid_cols_12 .grid__group > .grid__col_align-self_xxl-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.grid_cols_12 .grid__group > .grid__col_size_auto {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media only screen and (min-width: 1px) {
  .grid_cols_12 .grid__group > .grid__col_size_xs-auto {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
@media only screen and (min-width: 768px) {
  .grid_cols_12 .grid__group > .grid__col_size_s-auto {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
@media only screen and (min-width: 1025px) {
  .grid_cols_12 .grid__group > .grid__col_size_m-auto {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
@media only screen and (min-width: 1280px) {
  .grid_cols_12 .grid__group > .grid__col_size_l-auto {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
@media only screen and (min-width: 1440px) {
  .grid_cols_12 .grid__group > .grid__col_size_xl-auto {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
@media only screen and (min-width: 1600px) {
  .grid_cols_12 .grid__group > .grid__col_size_xxl-auto {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
.grid_cols_12 .grid__group > .grid__col_size_1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.333333333333334%;
          flex: 0 0 8.333333333333334%;
  max-width: 8.333333333333334%;
}
.grid_cols_12 .grid__group > .grid__col_size_2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.666666666666668%;
          flex: 0 0 16.666666666666668%;
  max-width: 16.666666666666668%;
}
.grid_cols_12 .grid__group > .grid__col_size_3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}
.grid_cols_12 .grid__group > .grid__col_size_4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333333333333336%;
          flex: 0 0 33.333333333333336%;
  max-width: 33.333333333333336%;
}
.grid_cols_12 .grid__group > .grid__col_size_5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66666666666667%;
          flex: 0 0 41.66666666666667%;
  max-width: 41.66666666666667%;
}
.grid_cols_12 .grid__group > .grid__col_size_6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}
.grid_cols_12 .grid__group > .grid__col_size_7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.333333333333336%;
          flex: 0 0 58.333333333333336%;
  max-width: 58.333333333333336%;
}
.grid_cols_12 .grid__group > .grid__col_size_8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66666666666667%;
          flex: 0 0 66.66666666666667%;
  max-width: 66.66666666666667%;
}
.grid_cols_12 .grid__group > .grid__col_size_9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}
.grid_cols_12 .grid__group > .grid__col_size_10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33333333333334%;
          flex: 0 0 83.33333333333334%;
  max-width: 83.33333333333334%;
}
.grid_cols_12 .grid__group > .grid__col_size_11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66666666666667%;
          flex: 0 0 91.66666666666667%;
  max-width: 91.66666666666667%;
}
.grid_cols_12 .grid__group > .grid__col_size_12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
@media only screen and (min-width: 1px) {
  .grid_cols_12 .grid__group > .grid__col_size_xs-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333333333334%;
            flex: 0 0 8.333333333333334%;
    max-width: 8.333333333333334%;
  }
}
@media only screen and (min-width: 1px) {
  .grid_cols_12 .grid__group > .grid__col_size_xs-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666666666666668%;
            flex: 0 0 16.666666666666668%;
    max-width: 16.666666666666668%;
  }
}
@media only screen and (min-width: 1px) {
  .grid_cols_12 .grid__group > .grid__col_size_xs-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
}
@media only screen and (min-width: 1px) {
  .grid_cols_12 .grid__group > .grid__col_size_xs-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333333333336%;
            flex: 0 0 33.333333333333336%;
    max-width: 33.333333333333336%;
  }
}
@media only screen and (min-width: 1px) {
  .grid_cols_12 .grid__group > .grid__col_size_xs-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666666666667%;
            flex: 0 0 41.66666666666667%;
    max-width: 41.66666666666667%;
  }
}
@media only screen and (min-width: 1px) {
  .grid_cols_12 .grid__group > .grid__col_size_xs-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (min-width: 1px) {
  .grid_cols_12 .grid__group > .grid__col_size_xs-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333333333336%;
            flex: 0 0 58.333333333333336%;
    max-width: 58.333333333333336%;
  }
}
@media only screen and (min-width: 1px) {
  .grid_cols_12 .grid__group > .grid__col_size_xs-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666666666667%;
            flex: 0 0 66.66666666666667%;
    max-width: 66.66666666666667%;
  }
}
@media only screen and (min-width: 1px) {
  .grid_cols_12 .grid__group > .grid__col_size_xs-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
}
@media only screen and (min-width: 1px) {
  .grid_cols_12 .grid__group > .grid__col_size_xs-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333333334%;
            flex: 0 0 83.33333333333334%;
    max-width: 83.33333333333334%;
  }
}
@media only screen and (min-width: 1px) {
  .grid_cols_12 .grid__group > .grid__col_size_xs-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666666666667%;
            flex: 0 0 91.66666666666667%;
    max-width: 91.66666666666667%;
  }
}
@media only screen and (min-width: 1px) {
  .grid_cols_12 .grid__group > .grid__col_size_xs-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .grid_cols_12 .grid__group > .grid__col_size_s-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333333333334%;
            flex: 0 0 8.333333333333334%;
    max-width: 8.333333333333334%;
  }
}
@media only screen and (min-width: 768px) {
  .grid_cols_12 .grid__group > .grid__col_size_s-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666666666666668%;
            flex: 0 0 16.666666666666668%;
    max-width: 16.666666666666668%;
  }
}
@media only screen and (min-width: 768px) {
  .grid_cols_12 .grid__group > .grid__col_size_s-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
}
@media only screen and (min-width: 768px) {
  .grid_cols_12 .grid__group > .grid__col_size_s-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333333333336%;
            flex: 0 0 33.333333333333336%;
    max-width: 33.333333333333336%;
  }
}
@media only screen and (min-width: 768px) {
  .grid_cols_12 .grid__group > .grid__col_size_s-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666666666667%;
            flex: 0 0 41.66666666666667%;
    max-width: 41.66666666666667%;
  }
}
@media only screen and (min-width: 768px) {
  .grid_cols_12 .grid__group > .grid__col_size_s-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .grid_cols_12 .grid__group > .grid__col_size_s-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333333333336%;
            flex: 0 0 58.333333333333336%;
    max-width: 58.333333333333336%;
  }
}
@media only screen and (min-width: 768px) {
  .grid_cols_12 .grid__group > .grid__col_size_s-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666666666667%;
            flex: 0 0 66.66666666666667%;
    max-width: 66.66666666666667%;
  }
}
@media only screen and (min-width: 768px) {
  .grid_cols_12 .grid__group > .grid__col_size_s-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
}
@media only screen and (min-width: 768px) {
  .grid_cols_12 .grid__group > .grid__col_size_s-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333333334%;
            flex: 0 0 83.33333333333334%;
    max-width: 83.33333333333334%;
  }
}
@media only screen and (min-width: 768px) {
  .grid_cols_12 .grid__group > .grid__col_size_s-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666666666667%;
            flex: 0 0 91.66666666666667%;
    max-width: 91.66666666666667%;
  }
}
@media only screen and (min-width: 768px) {
  .grid_cols_12 .grid__group > .grid__col_size_s-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 1025px) {
  .grid_cols_12 .grid__group > .grid__col_size_m-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333333333334%;
            flex: 0 0 8.333333333333334%;
    max-width: 8.333333333333334%;
  }
}
@media only screen and (min-width: 1025px) {
  .grid_cols_12 .grid__group > .grid__col_size_m-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666666666666668%;
            flex: 0 0 16.666666666666668%;
    max-width: 16.666666666666668%;
  }
}
@media only screen and (min-width: 1025px) {
  .grid_cols_12 .grid__group > .grid__col_size_m-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
}
@media only screen and (min-width: 1025px) {
  .grid_cols_12 .grid__group > .grid__col_size_m-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333333333336%;
            flex: 0 0 33.333333333333336%;
    max-width: 33.333333333333336%;
  }
}
@media only screen and (min-width: 1025px) {
  .grid_cols_12 .grid__group > .grid__col_size_m-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666666666667%;
            flex: 0 0 41.66666666666667%;
    max-width: 41.66666666666667%;
  }
}
@media only screen and (min-width: 1025px) {
  .grid_cols_12 .grid__group > .grid__col_size_m-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (min-width: 1025px) {
  .grid_cols_12 .grid__group > .grid__col_size_m-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333333333336%;
            flex: 0 0 58.333333333333336%;
    max-width: 58.333333333333336%;
  }
}
@media only screen and (min-width: 1025px) {
  .grid_cols_12 .grid__group > .grid__col_size_m-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666666666667%;
            flex: 0 0 66.66666666666667%;
    max-width: 66.66666666666667%;
  }
}
@media only screen and (min-width: 1025px) {
  .grid_cols_12 .grid__group > .grid__col_size_m-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
}
@media only screen and (min-width: 1025px) {
  .grid_cols_12 .grid__group > .grid__col_size_m-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333333334%;
            flex: 0 0 83.33333333333334%;
    max-width: 83.33333333333334%;
  }
}
@media only screen and (min-width: 1025px) {
  .grid_cols_12 .grid__group > .grid__col_size_m-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666666666667%;
            flex: 0 0 91.66666666666667%;
    max-width: 91.66666666666667%;
  }
}
@media only screen and (min-width: 1025px) {
  .grid_cols_12 .grid__group > .grid__col_size_m-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 1280px) {
  .grid_cols_12 .grid__group > .grid__col_size_l-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333333333334%;
            flex: 0 0 8.333333333333334%;
    max-width: 8.333333333333334%;
  }
}
@media only screen and (min-width: 1280px) {
  .grid_cols_12 .grid__group > .grid__col_size_l-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666666666666668%;
            flex: 0 0 16.666666666666668%;
    max-width: 16.666666666666668%;
  }
}
@media only screen and (min-width: 1280px) {
  .grid_cols_12 .grid__group > .grid__col_size_l-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
}
@media only screen and (min-width: 1280px) {
  .grid_cols_12 .grid__group > .grid__col_size_l-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333333333336%;
            flex: 0 0 33.333333333333336%;
    max-width: 33.333333333333336%;
  }
}
@media only screen and (min-width: 1280px) {
  .grid_cols_12 .grid__group > .grid__col_size_l-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666666666667%;
            flex: 0 0 41.66666666666667%;
    max-width: 41.66666666666667%;
  }
}
@media only screen and (min-width: 1280px) {
  .grid_cols_12 .grid__group > .grid__col_size_l-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (min-width: 1280px) {
  .grid_cols_12 .grid__group > .grid__col_size_l-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333333333336%;
            flex: 0 0 58.333333333333336%;
    max-width: 58.333333333333336%;
  }
}
@media only screen and (min-width: 1280px) {
  .grid_cols_12 .grid__group > .grid__col_size_l-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666666666667%;
            flex: 0 0 66.66666666666667%;
    max-width: 66.66666666666667%;
  }
}
@media only screen and (min-width: 1280px) {
  .grid_cols_12 .grid__group > .grid__col_size_l-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
}
@media only screen and (min-width: 1280px) {
  .grid_cols_12 .grid__group > .grid__col_size_l-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333333334%;
            flex: 0 0 83.33333333333334%;
    max-width: 83.33333333333334%;
  }
}
@media only screen and (min-width: 1280px) {
  .grid_cols_12 .grid__group > .grid__col_size_l-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666666666667%;
            flex: 0 0 91.66666666666667%;
    max-width: 91.66666666666667%;
  }
}
@media only screen and (min-width: 1280px) {
  .grid_cols_12 .grid__group > .grid__col_size_l-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 1440px) {
  .grid_cols_12 .grid__group > .grid__col_size_xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333333333334%;
            flex: 0 0 8.333333333333334%;
    max-width: 8.333333333333334%;
  }
}
@media only screen and (min-width: 1440px) {
  .grid_cols_12 .grid__group > .grid__col_size_xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666666666666668%;
            flex: 0 0 16.666666666666668%;
    max-width: 16.666666666666668%;
  }
}
@media only screen and (min-width: 1440px) {
  .grid_cols_12 .grid__group > .grid__col_size_xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
}
@media only screen and (min-width: 1440px) {
  .grid_cols_12 .grid__group > .grid__col_size_xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333333333336%;
            flex: 0 0 33.333333333333336%;
    max-width: 33.333333333333336%;
  }
}
@media only screen and (min-width: 1440px) {
  .grid_cols_12 .grid__group > .grid__col_size_xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666666666667%;
            flex: 0 0 41.66666666666667%;
    max-width: 41.66666666666667%;
  }
}
@media only screen and (min-width: 1440px) {
  .grid_cols_12 .grid__group > .grid__col_size_xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (min-width: 1440px) {
  .grid_cols_12 .grid__group > .grid__col_size_xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333333333336%;
            flex: 0 0 58.333333333333336%;
    max-width: 58.333333333333336%;
  }
}
@media only screen and (min-width: 1440px) {
  .grid_cols_12 .grid__group > .grid__col_size_xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666666666667%;
            flex: 0 0 66.66666666666667%;
    max-width: 66.66666666666667%;
  }
}
@media only screen and (min-width: 1440px) {
  .grid_cols_12 .grid__group > .grid__col_size_xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
}
@media only screen and (min-width: 1440px) {
  .grid_cols_12 .grid__group > .grid__col_size_xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333333334%;
            flex: 0 0 83.33333333333334%;
    max-width: 83.33333333333334%;
  }
}
@media only screen and (min-width: 1440px) {
  .grid_cols_12 .grid__group > .grid__col_size_xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666666666667%;
            flex: 0 0 91.66666666666667%;
    max-width: 91.66666666666667%;
  }
}
@media only screen and (min-width: 1440px) {
  .grid_cols_12 .grid__group > .grid__col_size_xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 1600px) {
  .grid_cols_12 .grid__group > .grid__col_size_xxl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333333333334%;
            flex: 0 0 8.333333333333334%;
    max-width: 8.333333333333334%;
  }
}
@media only screen and (min-width: 1600px) {
  .grid_cols_12 .grid__group > .grid__col_size_xxl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666666666666668%;
            flex: 0 0 16.666666666666668%;
    max-width: 16.666666666666668%;
  }
}
@media only screen and (min-width: 1600px) {
  .grid_cols_12 .grid__group > .grid__col_size_xxl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
}
@media only screen and (min-width: 1600px) {
  .grid_cols_12 .grid__group > .grid__col_size_xxl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333333333336%;
            flex: 0 0 33.333333333333336%;
    max-width: 33.333333333333336%;
  }
}
@media only screen and (min-width: 1600px) {
  .grid_cols_12 .grid__group > .grid__col_size_xxl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666666666667%;
            flex: 0 0 41.66666666666667%;
    max-width: 41.66666666666667%;
  }
}
@media only screen and (min-width: 1600px) {
  .grid_cols_12 .grid__group > .grid__col_size_xxl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (min-width: 1600px) {
  .grid_cols_12 .grid__group > .grid__col_size_xxl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333333333336%;
            flex: 0 0 58.333333333333336%;
    max-width: 58.333333333333336%;
  }
}
@media only screen and (min-width: 1600px) {
  .grid_cols_12 .grid__group > .grid__col_size_xxl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666666666667%;
            flex: 0 0 66.66666666666667%;
    max-width: 66.66666666666667%;
  }
}
@media only screen and (min-width: 1600px) {
  .grid_cols_12 .grid__group > .grid__col_size_xxl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
}
@media only screen and (min-width: 1600px) {
  .grid_cols_12 .grid__group > .grid__col_size_xxl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333333334%;
            flex: 0 0 83.33333333333334%;
    max-width: 83.33333333333334%;
  }
}
@media only screen and (min-width: 1600px) {
  .grid_cols_12 .grid__group > .grid__col_size_xxl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666666666667%;
            flex: 0 0 91.66666666666667%;
    max-width: 91.66666666666667%;
  }
}
@media only screen and (min-width: 1600px) {
  .grid_cols_12 .grid__group > .grid__col_size_xxl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.grid_cols_12 .grid__group > .grid__col_order_1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.grid_cols_12 .grid__group > .grid__col_order_2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.grid_cols_12 .grid__group > .grid__col_order_3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.grid_cols_12 .grid__group > .grid__col_order_4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
.grid_cols_12 .grid__group > .grid__col_order_5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}
.grid_cols_12 .grid__group > .grid__col_order_6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}
.grid_cols_12 .grid__group > .grid__col_order_7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}
.grid_cols_12 .grid__group > .grid__col_order_8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}
.grid_cols_12 .grid__group > .grid__col_order_9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}
.grid_cols_12 .grid__group > .grid__col_order_10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}
.grid_cols_12 .grid__group > .grid__col_order_11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}
.grid_cols_12 .grid__group > .grid__col_order_12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}
.grid_cols_12 .grid__group > .grid__col_order_first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
.grid_cols_12 .grid__group > .grid__col_order_last {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13;
}
@media only screen and (min-width: 1px) {
  .grid_cols_12 .grid__group > .grid__col_order_xs-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media only screen and (min-width: 1px) {
  .grid_cols_12 .grid__group > .grid__col_order_xs-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media only screen and (min-width: 1px) {
  .grid_cols_12 .grid__group > .grid__col_order_xs-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media only screen and (min-width: 1px) {
  .grid_cols_12 .grid__group > .grid__col_order_xs-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
@media only screen and (min-width: 1px) {
  .grid_cols_12 .grid__group > .grid__col_order_xs-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
}
@media only screen and (min-width: 1px) {
  .grid_cols_12 .grid__group > .grid__col_order_xs-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}
@media only screen and (min-width: 1px) {
  .grid_cols_12 .grid__group > .grid__col_order_xs-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
}
@media only screen and (min-width: 1px) {
  .grid_cols_12 .grid__group > .grid__col_order_xs-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
}
@media only screen and (min-width: 1px) {
  .grid_cols_12 .grid__group > .grid__col_order_xs-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
}
@media only screen and (min-width: 1px) {
  .grid_cols_12 .grid__group > .grid__col_order_xs-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
}
@media only screen and (min-width: 1px) {
  .grid_cols_12 .grid__group > .grid__col_order_xs-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
}
@media only screen and (min-width: 1px) {
  .grid_cols_12 .grid__group > .grid__col_order_xs-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
}
@media only screen and (min-width: 1px) {
  .grid_cols_12 .grid__group > .grid__col_order_xs-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
@media only screen and (min-width: 1px) {
  .grid_cols_12 .grid__group > .grid__col_order_xs-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
}
@media only screen and (min-width: 768px) {
  .grid_cols_12 .grid__group > .grid__col_order_s-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media only screen and (min-width: 768px) {
  .grid_cols_12 .grid__group > .grid__col_order_s-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media only screen and (min-width: 768px) {
  .grid_cols_12 .grid__group > .grid__col_order_s-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media only screen and (min-width: 768px) {
  .grid_cols_12 .grid__group > .grid__col_order_s-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
@media only screen and (min-width: 768px) {
  .grid_cols_12 .grid__group > .grid__col_order_s-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
}
@media only screen and (min-width: 768px) {
  .grid_cols_12 .grid__group > .grid__col_order_s-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}
@media only screen and (min-width: 768px) {
  .grid_cols_12 .grid__group > .grid__col_order_s-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
}
@media only screen and (min-width: 768px) {
  .grid_cols_12 .grid__group > .grid__col_order_s-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
}
@media only screen and (min-width: 768px) {
  .grid_cols_12 .grid__group > .grid__col_order_s-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
}
@media only screen and (min-width: 768px) {
  .grid_cols_12 .grid__group > .grid__col_order_s-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
}
@media only screen and (min-width: 768px) {
  .grid_cols_12 .grid__group > .grid__col_order_s-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
}
@media only screen and (min-width: 768px) {
  .grid_cols_12 .grid__group > .grid__col_order_s-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
}
@media only screen and (min-width: 768px) {
  .grid_cols_12 .grid__group > .grid__col_order_s-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
@media only screen and (min-width: 768px) {
  .grid_cols_12 .grid__group > .grid__col_order_s-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
}
@media only screen and (min-width: 1025px) {
  .grid_cols_12 .grid__group > .grid__col_order_m-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media only screen and (min-width: 1025px) {
  .grid_cols_12 .grid__group > .grid__col_order_m-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media only screen and (min-width: 1025px) {
  .grid_cols_12 .grid__group > .grid__col_order_m-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media only screen and (min-width: 1025px) {
  .grid_cols_12 .grid__group > .grid__col_order_m-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
@media only screen and (min-width: 1025px) {
  .grid_cols_12 .grid__group > .grid__col_order_m-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
}
@media only screen and (min-width: 1025px) {
  .grid_cols_12 .grid__group > .grid__col_order_m-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}
@media only screen and (min-width: 1025px) {
  .grid_cols_12 .grid__group > .grid__col_order_m-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
}
@media only screen and (min-width: 1025px) {
  .grid_cols_12 .grid__group > .grid__col_order_m-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
}
@media only screen and (min-width: 1025px) {
  .grid_cols_12 .grid__group > .grid__col_order_m-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
}
@media only screen and (min-width: 1025px) {
  .grid_cols_12 .grid__group > .grid__col_order_m-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
}
@media only screen and (min-width: 1025px) {
  .grid_cols_12 .grid__group > .grid__col_order_m-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
}
@media only screen and (min-width: 1025px) {
  .grid_cols_12 .grid__group > .grid__col_order_m-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
}
@media only screen and (min-width: 1025px) {
  .grid_cols_12 .grid__group > .grid__col_order_m-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
@media only screen and (min-width: 1025px) {
  .grid_cols_12 .grid__group > .grid__col_order_m-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
}
@media only screen and (min-width: 1280px) {
  .grid_cols_12 .grid__group > .grid__col_order_l-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media only screen and (min-width: 1280px) {
  .grid_cols_12 .grid__group > .grid__col_order_l-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media only screen and (min-width: 1280px) {
  .grid_cols_12 .grid__group > .grid__col_order_l-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media only screen and (min-width: 1280px) {
  .grid_cols_12 .grid__group > .grid__col_order_l-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
@media only screen and (min-width: 1280px) {
  .grid_cols_12 .grid__group > .grid__col_order_l-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
}
@media only screen and (min-width: 1280px) {
  .grid_cols_12 .grid__group > .grid__col_order_l-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}
@media only screen and (min-width: 1280px) {
  .grid_cols_12 .grid__group > .grid__col_order_l-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
}
@media only screen and (min-width: 1280px) {
  .grid_cols_12 .grid__group > .grid__col_order_l-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
}
@media only screen and (min-width: 1280px) {
  .grid_cols_12 .grid__group > .grid__col_order_l-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
}
@media only screen and (min-width: 1280px) {
  .grid_cols_12 .grid__group > .grid__col_order_l-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
}
@media only screen and (min-width: 1280px) {
  .grid_cols_12 .grid__group > .grid__col_order_l-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
}
@media only screen and (min-width: 1280px) {
  .grid_cols_12 .grid__group > .grid__col_order_l-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
}
@media only screen and (min-width: 1280px) {
  .grid_cols_12 .grid__group > .grid__col_order_l-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
@media only screen and (min-width: 1280px) {
  .grid_cols_12 .grid__group > .grid__col_order_l-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
}
@media only screen and (min-width: 1440px) {
  .grid_cols_12 .grid__group > .grid__col_order_xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media only screen and (min-width: 1440px) {
  .grid_cols_12 .grid__group > .grid__col_order_xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media only screen and (min-width: 1440px) {
  .grid_cols_12 .grid__group > .grid__col_order_xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media only screen and (min-width: 1440px) {
  .grid_cols_12 .grid__group > .grid__col_order_xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
@media only screen and (min-width: 1440px) {
  .grid_cols_12 .grid__group > .grid__col_order_xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
}
@media only screen and (min-width: 1440px) {
  .grid_cols_12 .grid__group > .grid__col_order_xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}
@media only screen and (min-width: 1440px) {
  .grid_cols_12 .grid__group > .grid__col_order_xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
}
@media only screen and (min-width: 1440px) {
  .grid_cols_12 .grid__group > .grid__col_order_xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
}
@media only screen and (min-width: 1440px) {
  .grid_cols_12 .grid__group > .grid__col_order_xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
}
@media only screen and (min-width: 1440px) {
  .grid_cols_12 .grid__group > .grid__col_order_xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
}
@media only screen and (min-width: 1440px) {
  .grid_cols_12 .grid__group > .grid__col_order_xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
}
@media only screen and (min-width: 1440px) {
  .grid_cols_12 .grid__group > .grid__col_order_xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
}
@media only screen and (min-width: 1440px) {
  .grid_cols_12 .grid__group > .grid__col_order_xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
@media only screen and (min-width: 1440px) {
  .grid_cols_12 .grid__group > .grid__col_order_xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
}
@media only screen and (min-width: 1600px) {
  .grid_cols_12 .grid__group > .grid__col_order_xxl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media only screen and (min-width: 1600px) {
  .grid_cols_12 .grid__group > .grid__col_order_xxl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media only screen and (min-width: 1600px) {
  .grid_cols_12 .grid__group > .grid__col_order_xxl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media only screen and (min-width: 1600px) {
  .grid_cols_12 .grid__group > .grid__col_order_xxl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
@media only screen and (min-width: 1600px) {
  .grid_cols_12 .grid__group > .grid__col_order_xxl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
}
@media only screen and (min-width: 1600px) {
  .grid_cols_12 .grid__group > .grid__col_order_xxl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}
@media only screen and (min-width: 1600px) {
  .grid_cols_12 .grid__group > .grid__col_order_xxl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
}
@media only screen and (min-width: 1600px) {
  .grid_cols_12 .grid__group > .grid__col_order_xxl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
}
@media only screen and (min-width: 1600px) {
  .grid_cols_12 .grid__group > .grid__col_order_xxl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
}
@media only screen and (min-width: 1600px) {
  .grid_cols_12 .grid__group > .grid__col_order_xxl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
}
@media only screen and (min-width: 1600px) {
  .grid_cols_12 .grid__group > .grid__col_order_xxl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
}
@media only screen and (min-width: 1600px) {
  .grid_cols_12 .grid__group > .grid__col_order_xxl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
}
@media only screen and (min-width: 1600px) {
  .grid_cols_12 .grid__group > .grid__col_order_xxl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
@media only screen and (min-width: 1600px) {
  .grid_cols_12 .grid__group > .grid__col_order_xxl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
}
.grid_cols_12 .grid__group > .grid__col_push_1 {
  position: relative;
  left: 8.333333333333334%;
}
.grid_cols_12 .grid__group > .grid__col_push_2 {
  position: relative;
  left: 16.666666666666668%;
}
.grid_cols_12 .grid__group > .grid__col_push_3 {
  position: relative;
  left: 25%;
}
.grid_cols_12 .grid__group > .grid__col_push_4 {
  position: relative;
  left: 33.333333333333336%;
}
.grid_cols_12 .grid__group > .grid__col_push_5 {
  position: relative;
  left: 41.66666666666667%;
}
.grid_cols_12 .grid__group > .grid__col_push_6 {
  position: relative;
  left: 50%;
}
.grid_cols_12 .grid__group > .grid__col_push_7 {
  position: relative;
  left: 58.333333333333336%;
}
.grid_cols_12 .grid__group > .grid__col_push_8 {
  position: relative;
  left: 66.66666666666667%;
}
.grid_cols_12 .grid__group > .grid__col_push_9 {
  position: relative;
  left: 75%;
}
.grid_cols_12 .grid__group > .grid__col_push_10 {
  position: relative;
  left: 83.33333333333334%;
}
.grid_cols_12 .grid__group > .grid__col_push_11 {
  position: relative;
  left: 91.66666666666667%;
}
.grid_cols_12 .grid__group > .grid__col_push_12 {
  position: relative;
  left: 100%;
}
@media only screen and (min-width: 1px) {
  .grid_cols_12 .grid__group > .grid__col_push_xs-1 {
    position: relative;
    left: 8.333333333333334%;
  }
}
@media only screen and (min-width: 1px) {
  .grid_cols_12 .grid__group > .grid__col_push_xs-2 {
    position: relative;
    left: 16.666666666666668%;
  }
}
@media only screen and (min-width: 1px) {
  .grid_cols_12 .grid__group > .grid__col_push_xs-3 {
    position: relative;
    left: 25%;
  }
}
@media only screen and (min-width: 1px) {
  .grid_cols_12 .grid__group > .grid__col_push_xs-4 {
    position: relative;
    left: 33.333333333333336%;
  }
}
@media only screen and (min-width: 1px) {
  .grid_cols_12 .grid__group > .grid__col_push_xs-5 {
    position: relative;
    left: 41.66666666666667%;
  }
}
@media only screen and (min-width: 1px) {
  .grid_cols_12 .grid__group > .grid__col_push_xs-6 {
    position: relative;
    left: 50%;
  }
}
@media only screen and (min-width: 1px) {
  .grid_cols_12 .grid__group > .grid__col_push_xs-7 {
    position: relative;
    left: 58.333333333333336%;
  }
}
@media only screen and (min-width: 1px) {
  .grid_cols_12 .grid__group > .grid__col_push_xs-8 {
    position: relative;
    left: 66.66666666666667%;
  }
}
@media only screen and (min-width: 1px) {
  .grid_cols_12 .grid__group > .grid__col_push_xs-9 {
    position: relative;
    left: 75%;
  }
}
@media only screen and (min-width: 1px) {
  .grid_cols_12 .grid__group > .grid__col_push_xs-10 {
    position: relative;
    left: 83.33333333333334%;
  }
}
@media only screen and (min-width: 1px) {
  .grid_cols_12 .grid__group > .grid__col_push_xs-11 {
    position: relative;
    left: 91.66666666666667%;
  }
}
@media only screen and (min-width: 1px) {
  .grid_cols_12 .grid__group > .grid__col_push_xs-12 {
    position: relative;
    left: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .grid_cols_12 .grid__group > .grid__col_push_s-1 {
    position: relative;
    left: 8.333333333333334%;
  }
}
@media only screen and (min-width: 768px) {
  .grid_cols_12 .grid__group > .grid__col_push_s-2 {
    position: relative;
    left: 16.666666666666668%;
  }
}
@media only screen and (min-width: 768px) {
  .grid_cols_12 .grid__group > .grid__col_push_s-3 {
    position: relative;
    left: 25%;
  }
}
@media only screen and (min-width: 768px) {
  .grid_cols_12 .grid__group > .grid__col_push_s-4 {
    position: relative;
    left: 33.333333333333336%;
  }
}
@media only screen and (min-width: 768px) {
  .grid_cols_12 .grid__group > .grid__col_push_s-5 {
    position: relative;
    left: 41.66666666666667%;
  }
}
@media only screen and (min-width: 768px) {
  .grid_cols_12 .grid__group > .grid__col_push_s-6 {
    position: relative;
    left: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .grid_cols_12 .grid__group > .grid__col_push_s-7 {
    position: relative;
    left: 58.333333333333336%;
  }
}
@media only screen and (min-width: 768px) {
  .grid_cols_12 .grid__group > .grid__col_push_s-8 {
    position: relative;
    left: 66.66666666666667%;
  }
}
@media only screen and (min-width: 768px) {
  .grid_cols_12 .grid__group > .grid__col_push_s-9 {
    position: relative;
    left: 75%;
  }
}
@media only screen and (min-width: 768px) {
  .grid_cols_12 .grid__group > .grid__col_push_s-10 {
    position: relative;
    left: 83.33333333333334%;
  }
}
@media only screen and (min-width: 768px) {
  .grid_cols_12 .grid__group > .grid__col_push_s-11 {
    position: relative;
    left: 91.66666666666667%;
  }
}
@media only screen and (min-width: 768px) {
  .grid_cols_12 .grid__group > .grid__col_push_s-12 {
    position: relative;
    left: 100%;
  }
}
@media only screen and (min-width: 1025px) {
  .grid_cols_12 .grid__group > .grid__col_push_m-1 {
    position: relative;
    left: 8.333333333333334%;
  }
}
@media only screen and (min-width: 1025px) {
  .grid_cols_12 .grid__group > .grid__col_push_m-2 {
    position: relative;
    left: 16.666666666666668%;
  }
}
@media only screen and (min-width: 1025px) {
  .grid_cols_12 .grid__group > .grid__col_push_m-3 {
    position: relative;
    left: 25%;
  }
}
@media only screen and (min-width: 1025px) {
  .grid_cols_12 .grid__group > .grid__col_push_m-4 {
    position: relative;
    left: 33.333333333333336%;
  }
}
@media only screen and (min-width: 1025px) {
  .grid_cols_12 .grid__group > .grid__col_push_m-5 {
    position: relative;
    left: 41.66666666666667%;
  }
}
@media only screen and (min-width: 1025px) {
  .grid_cols_12 .grid__group > .grid__col_push_m-6 {
    position: relative;
    left: 50%;
  }
}
@media only screen and (min-width: 1025px) {
  .grid_cols_12 .grid__group > .grid__col_push_m-7 {
    position: relative;
    left: 58.333333333333336%;
  }
}
@media only screen and (min-width: 1025px) {
  .grid_cols_12 .grid__group > .grid__col_push_m-8 {
    position: relative;
    left: 66.66666666666667%;
  }
}
@media only screen and (min-width: 1025px) {
  .grid_cols_12 .grid__group > .grid__col_push_m-9 {
    position: relative;
    left: 75%;
  }
}
@media only screen and (min-width: 1025px) {
  .grid_cols_12 .grid__group > .grid__col_push_m-10 {
    position: relative;
    left: 83.33333333333334%;
  }
}
@media only screen and (min-width: 1025px) {
  .grid_cols_12 .grid__group > .grid__col_push_m-11 {
    position: relative;
    left: 91.66666666666667%;
  }
}
@media only screen and (min-width: 1025px) {
  .grid_cols_12 .grid__group > .grid__col_push_m-12 {
    position: relative;
    left: 100%;
  }
}
@media only screen and (min-width: 1280px) {
  .grid_cols_12 .grid__group > .grid__col_push_l-1 {
    position: relative;
    left: 8.333333333333334%;
  }
}
@media only screen and (min-width: 1280px) {
  .grid_cols_12 .grid__group > .grid__col_push_l-2 {
    position: relative;
    left: 16.666666666666668%;
  }
}
@media only screen and (min-width: 1280px) {
  .grid_cols_12 .grid__group > .grid__col_push_l-3 {
    position: relative;
    left: 25%;
  }
}
@media only screen and (min-width: 1280px) {
  .grid_cols_12 .grid__group > .grid__col_push_l-4 {
    position: relative;
    left: 33.333333333333336%;
  }
}
@media only screen and (min-width: 1280px) {
  .grid_cols_12 .grid__group > .grid__col_push_l-5 {
    position: relative;
    left: 41.66666666666667%;
  }
}
@media only screen and (min-width: 1280px) {
  .grid_cols_12 .grid__group > .grid__col_push_l-6 {
    position: relative;
    left: 50%;
  }
}
@media only screen and (min-width: 1280px) {
  .grid_cols_12 .grid__group > .grid__col_push_l-7 {
    position: relative;
    left: 58.333333333333336%;
  }
}
@media only screen and (min-width: 1280px) {
  .grid_cols_12 .grid__group > .grid__col_push_l-8 {
    position: relative;
    left: 66.66666666666667%;
  }
}
@media only screen and (min-width: 1280px) {
  .grid_cols_12 .grid__group > .grid__col_push_l-9 {
    position: relative;
    left: 75%;
  }
}
@media only screen and (min-width: 1280px) {
  .grid_cols_12 .grid__group > .grid__col_push_l-10 {
    position: relative;
    left: 83.33333333333334%;
  }
}
@media only screen and (min-width: 1280px) {
  .grid_cols_12 .grid__group > .grid__col_push_l-11 {
    position: relative;
    left: 91.66666666666667%;
  }
}
@media only screen and (min-width: 1280px) {
  .grid_cols_12 .grid__group > .grid__col_push_l-12 {
    position: relative;
    left: 100%;
  }
}
@media only screen and (min-width: 1440px) {
  .grid_cols_12 .grid__group > .grid__col_push_xl-1 {
    position: relative;
    left: 8.333333333333334%;
  }
}
@media only screen and (min-width: 1440px) {
  .grid_cols_12 .grid__group > .grid__col_push_xl-2 {
    position: relative;
    left: 16.666666666666668%;
  }
}
@media only screen and (min-width: 1440px) {
  .grid_cols_12 .grid__group > .grid__col_push_xl-3 {
    position: relative;
    left: 25%;
  }
}
@media only screen and (min-width: 1440px) {
  .grid_cols_12 .grid__group > .grid__col_push_xl-4 {
    position: relative;
    left: 33.333333333333336%;
  }
}
@media only screen and (min-width: 1440px) {
  .grid_cols_12 .grid__group > .grid__col_push_xl-5 {
    position: relative;
    left: 41.66666666666667%;
  }
}
@media only screen and (min-width: 1440px) {
  .grid_cols_12 .grid__group > .grid__col_push_xl-6 {
    position: relative;
    left: 50%;
  }
}
@media only screen and (min-width: 1440px) {
  .grid_cols_12 .grid__group > .grid__col_push_xl-7 {
    position: relative;
    left: 58.333333333333336%;
  }
}
@media only screen and (min-width: 1440px) {
  .grid_cols_12 .grid__group > .grid__col_push_xl-8 {
    position: relative;
    left: 66.66666666666667%;
  }
}
@media only screen and (min-width: 1440px) {
  .grid_cols_12 .grid__group > .grid__col_push_xl-9 {
    position: relative;
    left: 75%;
  }
}
@media only screen and (min-width: 1440px) {
  .grid_cols_12 .grid__group > .grid__col_push_xl-10 {
    position: relative;
    left: 83.33333333333334%;
  }
}
@media only screen and (min-width: 1440px) {
  .grid_cols_12 .grid__group > .grid__col_push_xl-11 {
    position: relative;
    left: 91.66666666666667%;
  }
}
@media only screen and (min-width: 1440px) {
  .grid_cols_12 .grid__group > .grid__col_push_xl-12 {
    position: relative;
    left: 100%;
  }
}
@media only screen and (min-width: 1600px) {
  .grid_cols_12 .grid__group > .grid__col_push_xxl-1 {
    position: relative;
    left: 8.333333333333334%;
  }
}
@media only screen and (min-width: 1600px) {
  .grid_cols_12 .grid__group > .grid__col_push_xxl-2 {
    position: relative;
    left: 16.666666666666668%;
  }
}
@media only screen and (min-width: 1600px) {
  .grid_cols_12 .grid__group > .grid__col_push_xxl-3 {
    position: relative;
    left: 25%;
  }
}
@media only screen and (min-width: 1600px) {
  .grid_cols_12 .grid__group > .grid__col_push_xxl-4 {
    position: relative;
    left: 33.333333333333336%;
  }
}
@media only screen and (min-width: 1600px) {
  .grid_cols_12 .grid__group > .grid__col_push_xxl-5 {
    position: relative;
    left: 41.66666666666667%;
  }
}
@media only screen and (min-width: 1600px) {
  .grid_cols_12 .grid__group > .grid__col_push_xxl-6 {
    position: relative;
    left: 50%;
  }
}
@media only screen and (min-width: 1600px) {
  .grid_cols_12 .grid__group > .grid__col_push_xxl-7 {
    position: relative;
    left: 58.333333333333336%;
  }
}
@media only screen and (min-width: 1600px) {
  .grid_cols_12 .grid__group > .grid__col_push_xxl-8 {
    position: relative;
    left: 66.66666666666667%;
  }
}
@media only screen and (min-width: 1600px) {
  .grid_cols_12 .grid__group > .grid__col_push_xxl-9 {
    position: relative;
    left: 75%;
  }
}
@media only screen and (min-width: 1600px) {
  .grid_cols_12 .grid__group > .grid__col_push_xxl-10 {
    position: relative;
    left: 83.33333333333334%;
  }
}
@media only screen and (min-width: 1600px) {
  .grid_cols_12 .grid__group > .grid__col_push_xxl-11 {
    position: relative;
    left: 91.66666666666667%;
  }
}
@media only screen and (min-width: 1600px) {
  .grid_cols_12 .grid__group > .grid__col_push_xxl-12 {
    position: relative;
    left: 100%;
  }
}
.grid_cols_12 .grid__group > .grid__col_pull_1 {
  position: relative;
  right: 8.333333333333334%;
}
.grid_cols_12 .grid__group > .grid__col_pull_2 {
  position: relative;
  right: 16.666666666666668%;
}
.grid_cols_12 .grid__group > .grid__col_pull_3 {
  position: relative;
  right: 25%;
}
.grid_cols_12 .grid__group > .grid__col_pull_4 {
  position: relative;
  right: 33.333333333333336%;
}
.grid_cols_12 .grid__group > .grid__col_pull_5 {
  position: relative;
  right: 41.66666666666667%;
}
.grid_cols_12 .grid__group > .grid__col_pull_6 {
  position: relative;
  right: 50%;
}
.grid_cols_12 .grid__group > .grid__col_pull_7 {
  position: relative;
  right: 58.333333333333336%;
}
.grid_cols_12 .grid__group > .grid__col_pull_8 {
  position: relative;
  right: 66.66666666666667%;
}
.grid_cols_12 .grid__group > .grid__col_pull_9 {
  position: relative;
  right: 75%;
}
.grid_cols_12 .grid__group > .grid__col_pull_10 {
  position: relative;
  right: 83.33333333333334%;
}
.grid_cols_12 .grid__group > .grid__col_pull_11 {
  position: relative;
  right: 91.66666666666667%;
}
.grid_cols_12 .grid__group > .grid__col_pull_12 {
  position: relative;
  right: 100%;
}
@media only screen and (min-width: 1px) {
  .grid_cols_12 .grid__group > .grid__col_pull_xs-1 {
    position: relative;
    right: 8.333333333333334%;
  }
}
@media only screen and (min-width: 1px) {
  .grid_cols_12 .grid__group > .grid__col_pull_xs-2 {
    position: relative;
    right: 16.666666666666668%;
  }
}
@media only screen and (min-width: 1px) {
  .grid_cols_12 .grid__group > .grid__col_pull_xs-3 {
    position: relative;
    right: 25%;
  }
}
@media only screen and (min-width: 1px) {
  .grid_cols_12 .grid__group > .grid__col_pull_xs-4 {
    position: relative;
    right: 33.333333333333336%;
  }
}
@media only screen and (min-width: 1px) {
  .grid_cols_12 .grid__group > .grid__col_pull_xs-5 {
    position: relative;
    right: 41.66666666666667%;
  }
}
@media only screen and (min-width: 1px) {
  .grid_cols_12 .grid__group > .grid__col_pull_xs-6 {
    position: relative;
    right: 50%;
  }
}
@media only screen and (min-width: 1px) {
  .grid_cols_12 .grid__group > .grid__col_pull_xs-7 {
    position: relative;
    right: 58.333333333333336%;
  }
}
@media only screen and (min-width: 1px) {
  .grid_cols_12 .grid__group > .grid__col_pull_xs-8 {
    position: relative;
    right: 66.66666666666667%;
  }
}
@media only screen and (min-width: 1px) {
  .grid_cols_12 .grid__group > .grid__col_pull_xs-9 {
    position: relative;
    right: 75%;
  }
}
@media only screen and (min-width: 1px) {
  .grid_cols_12 .grid__group > .grid__col_pull_xs-10 {
    position: relative;
    right: 83.33333333333334%;
  }
}
@media only screen and (min-width: 1px) {
  .grid_cols_12 .grid__group > .grid__col_pull_xs-11 {
    position: relative;
    right: 91.66666666666667%;
  }
}
@media only screen and (min-width: 1px) {
  .grid_cols_12 .grid__group > .grid__col_pull_xs-12 {
    position: relative;
    right: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .grid_cols_12 .grid__group > .grid__col_pull_s-1 {
    position: relative;
    right: 8.333333333333334%;
  }
}
@media only screen and (min-width: 768px) {
  .grid_cols_12 .grid__group > .grid__col_pull_s-2 {
    position: relative;
    right: 16.666666666666668%;
  }
}
@media only screen and (min-width: 768px) {
  .grid_cols_12 .grid__group > .grid__col_pull_s-3 {
    position: relative;
    right: 25%;
  }
}
@media only screen and (min-width: 768px) {
  .grid_cols_12 .grid__group > .grid__col_pull_s-4 {
    position: relative;
    right: 33.333333333333336%;
  }
}
@media only screen and (min-width: 768px) {
  .grid_cols_12 .grid__group > .grid__col_pull_s-5 {
    position: relative;
    right: 41.66666666666667%;
  }
}
@media only screen and (min-width: 768px) {
  .grid_cols_12 .grid__group > .grid__col_pull_s-6 {
    position: relative;
    right: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .grid_cols_12 .grid__group > .grid__col_pull_s-7 {
    position: relative;
    right: 58.333333333333336%;
  }
}
@media only screen and (min-width: 768px) {
  .grid_cols_12 .grid__group > .grid__col_pull_s-8 {
    position: relative;
    right: 66.66666666666667%;
  }
}
@media only screen and (min-width: 768px) {
  .grid_cols_12 .grid__group > .grid__col_pull_s-9 {
    position: relative;
    right: 75%;
  }
}
@media only screen and (min-width: 768px) {
  .grid_cols_12 .grid__group > .grid__col_pull_s-10 {
    position: relative;
    right: 83.33333333333334%;
  }
}
@media only screen and (min-width: 768px) {
  .grid_cols_12 .grid__group > .grid__col_pull_s-11 {
    position: relative;
    right: 91.66666666666667%;
  }
}
@media only screen and (min-width: 768px) {
  .grid_cols_12 .grid__group > .grid__col_pull_s-12 {
    position: relative;
    right: 100%;
  }
}
@media only screen and (min-width: 1025px) {
  .grid_cols_12 .grid__group > .grid__col_pull_m-1 {
    position: relative;
    right: 8.333333333333334%;
  }
}
@media only screen and (min-width: 1025px) {
  .grid_cols_12 .grid__group > .grid__col_pull_m-2 {
    position: relative;
    right: 16.666666666666668%;
  }
}
@media only screen and (min-width: 1025px) {
  .grid_cols_12 .grid__group > .grid__col_pull_m-3 {
    position: relative;
    right: 25%;
  }
}
@media only screen and (min-width: 1025px) {
  .grid_cols_12 .grid__group > .grid__col_pull_m-4 {
    position: relative;
    right: 33.333333333333336%;
  }
}
@media only screen and (min-width: 1025px) {
  .grid_cols_12 .grid__group > .grid__col_pull_m-5 {
    position: relative;
    right: 41.66666666666667%;
  }
}
@media only screen and (min-width: 1025px) {
  .grid_cols_12 .grid__group > .grid__col_pull_m-6 {
    position: relative;
    right: 50%;
  }
}
@media only screen and (min-width: 1025px) {
  .grid_cols_12 .grid__group > .grid__col_pull_m-7 {
    position: relative;
    right: 58.333333333333336%;
  }
}
@media only screen and (min-width: 1025px) {
  .grid_cols_12 .grid__group > .grid__col_pull_m-8 {
    position: relative;
    right: 66.66666666666667%;
  }
}
@media only screen and (min-width: 1025px) {
  .grid_cols_12 .grid__group > .grid__col_pull_m-9 {
    position: relative;
    right: 75%;
  }
}
@media only screen and (min-width: 1025px) {
  .grid_cols_12 .grid__group > .grid__col_pull_m-10 {
    position: relative;
    right: 83.33333333333334%;
  }
}
@media only screen and (min-width: 1025px) {
  .grid_cols_12 .grid__group > .grid__col_pull_m-11 {
    position: relative;
    right: 91.66666666666667%;
  }
}
@media only screen and (min-width: 1025px) {
  .grid_cols_12 .grid__group > .grid__col_pull_m-12 {
    position: relative;
    right: 100%;
  }
}
@media only screen and (min-width: 1280px) {
  .grid_cols_12 .grid__group > .grid__col_pull_l-1 {
    position: relative;
    right: 8.333333333333334%;
  }
}
@media only screen and (min-width: 1280px) {
  .grid_cols_12 .grid__group > .grid__col_pull_l-2 {
    position: relative;
    right: 16.666666666666668%;
  }
}
@media only screen and (min-width: 1280px) {
  .grid_cols_12 .grid__group > .grid__col_pull_l-3 {
    position: relative;
    right: 25%;
  }
}
@media only screen and (min-width: 1280px) {
  .grid_cols_12 .grid__group > .grid__col_pull_l-4 {
    position: relative;
    right: 33.333333333333336%;
  }
}
@media only screen and (min-width: 1280px) {
  .grid_cols_12 .grid__group > .grid__col_pull_l-5 {
    position: relative;
    right: 41.66666666666667%;
  }
}
@media only screen and (min-width: 1280px) {
  .grid_cols_12 .grid__group > .grid__col_pull_l-6 {
    position: relative;
    right: 50%;
  }
}
@media only screen and (min-width: 1280px) {
  .grid_cols_12 .grid__group > .grid__col_pull_l-7 {
    position: relative;
    right: 58.333333333333336%;
  }
}
@media only screen and (min-width: 1280px) {
  .grid_cols_12 .grid__group > .grid__col_pull_l-8 {
    position: relative;
    right: 66.66666666666667%;
  }
}
@media only screen and (min-width: 1280px) {
  .grid_cols_12 .grid__group > .grid__col_pull_l-9 {
    position: relative;
    right: 75%;
  }
}
@media only screen and (min-width: 1280px) {
  .grid_cols_12 .grid__group > .grid__col_pull_l-10 {
    position: relative;
    right: 83.33333333333334%;
  }
}
@media only screen and (min-width: 1280px) {
  .grid_cols_12 .grid__group > .grid__col_pull_l-11 {
    position: relative;
    right: 91.66666666666667%;
  }
}
@media only screen and (min-width: 1280px) {
  .grid_cols_12 .grid__group > .grid__col_pull_l-12 {
    position: relative;
    right: 100%;
  }
}
@media only screen and (min-width: 1440px) {
  .grid_cols_12 .grid__group > .grid__col_pull_xl-1 {
    position: relative;
    right: 8.333333333333334%;
  }
}
@media only screen and (min-width: 1440px) {
  .grid_cols_12 .grid__group > .grid__col_pull_xl-2 {
    position: relative;
    right: 16.666666666666668%;
  }
}
@media only screen and (min-width: 1440px) {
  .grid_cols_12 .grid__group > .grid__col_pull_xl-3 {
    position: relative;
    right: 25%;
  }
}
@media only screen and (min-width: 1440px) {
  .grid_cols_12 .grid__group > .grid__col_pull_xl-4 {
    position: relative;
    right: 33.333333333333336%;
  }
}
@media only screen and (min-width: 1440px) {
  .grid_cols_12 .grid__group > .grid__col_pull_xl-5 {
    position: relative;
    right: 41.66666666666667%;
  }
}
@media only screen and (min-width: 1440px) {
  .grid_cols_12 .grid__group > .grid__col_pull_xl-6 {
    position: relative;
    right: 50%;
  }
}
@media only screen and (min-width: 1440px) {
  .grid_cols_12 .grid__group > .grid__col_pull_xl-7 {
    position: relative;
    right: 58.333333333333336%;
  }
}
@media only screen and (min-width: 1440px) {
  .grid_cols_12 .grid__group > .grid__col_pull_xl-8 {
    position: relative;
    right: 66.66666666666667%;
  }
}
@media only screen and (min-width: 1440px) {
  .grid_cols_12 .grid__group > .grid__col_pull_xl-9 {
    position: relative;
    right: 75%;
  }
}
@media only screen and (min-width: 1440px) {
  .grid_cols_12 .grid__group > .grid__col_pull_xl-10 {
    position: relative;
    right: 83.33333333333334%;
  }
}
@media only screen and (min-width: 1440px) {
  .grid_cols_12 .grid__group > .grid__col_pull_xl-11 {
    position: relative;
    right: 91.66666666666667%;
  }
}
@media only screen and (min-width: 1440px) {
  .grid_cols_12 .grid__group > .grid__col_pull_xl-12 {
    position: relative;
    right: 100%;
  }
}
@media only screen and (min-width: 1600px) {
  .grid_cols_12 .grid__group > .grid__col_pull_xxl-1 {
    position: relative;
    right: 8.333333333333334%;
  }
}
@media only screen and (min-width: 1600px) {
  .grid_cols_12 .grid__group > .grid__col_pull_xxl-2 {
    position: relative;
    right: 16.666666666666668%;
  }
}
@media only screen and (min-width: 1600px) {
  .grid_cols_12 .grid__group > .grid__col_pull_xxl-3 {
    position: relative;
    right: 25%;
  }
}
@media only screen and (min-width: 1600px) {
  .grid_cols_12 .grid__group > .grid__col_pull_xxl-4 {
    position: relative;
    right: 33.333333333333336%;
  }
}
@media only screen and (min-width: 1600px) {
  .grid_cols_12 .grid__group > .grid__col_pull_xxl-5 {
    position: relative;
    right: 41.66666666666667%;
  }
}
@media only screen and (min-width: 1600px) {
  .grid_cols_12 .grid__group > .grid__col_pull_xxl-6 {
    position: relative;
    right: 50%;
  }
}
@media only screen and (min-width: 1600px) {
  .grid_cols_12 .grid__group > .grid__col_pull_xxl-7 {
    position: relative;
    right: 58.333333333333336%;
  }
}
@media only screen and (min-width: 1600px) {
  .grid_cols_12 .grid__group > .grid__col_pull_xxl-8 {
    position: relative;
    right: 66.66666666666667%;
  }
}
@media only screen and (min-width: 1600px) {
  .grid_cols_12 .grid__group > .grid__col_pull_xxl-9 {
    position: relative;
    right: 75%;
  }
}
@media only screen and (min-width: 1600px) {
  .grid_cols_12 .grid__group > .grid__col_pull_xxl-10 {
    position: relative;
    right: 83.33333333333334%;
  }
}
@media only screen and (min-width: 1600px) {
  .grid_cols_12 .grid__group > .grid__col_pull_xxl-11 {
    position: relative;
    right: 91.66666666666667%;
  }
}
@media only screen and (min-width: 1600px) {
  .grid_cols_12 .grid__group > .grid__col_pull_xxl-12 {
    position: relative;
    right: 100%;
  }
}
.grid_cols_12 .grid__group > .grid__col_offset_1 {
  margin-left: 8.333333333333334%;
}
.grid_cols_12 .grid__group > .grid__col_offset_2 {
  margin-left: 16.666666666666668%;
}
.grid_cols_12 .grid__group > .grid__col_offset_3 {
  margin-left: 25%;
}
.grid_cols_12 .grid__group > .grid__col_offset_4 {
  margin-left: 33.333333333333336%;
}
.grid_cols_12 .grid__group > .grid__col_offset_5 {
  margin-left: 41.66666666666667%;
}
.grid_cols_12 .grid__group > .grid__col_offset_6 {
  margin-left: 50%;
}
.grid_cols_12 .grid__group > .grid__col_offset_7 {
  margin-left: 58.333333333333336%;
}
.grid_cols_12 .grid__group > .grid__col_offset_8 {
  margin-left: 66.66666666666667%;
}
.grid_cols_12 .grid__group > .grid__col_offset_9 {
  margin-left: 75%;
}
.grid_cols_12 .grid__group > .grid__col_offset_10 {
  margin-left: 83.33333333333334%;
}
.grid_cols_12 .grid__group > .grid__col_offset_11 {
  margin-left: 91.66666666666667%;
}
.grid_cols_12 .grid__group > .grid__col_offset_12 {
  margin-left: 100%;
}
@media only screen and (min-width: 1px) {
  .grid_cols_12 .grid__group > .grid__col_offset_xs-1 {
    margin-left: 8.333333333333334%;
  }
}
@media only screen and (min-width: 1px) {
  .grid_cols_12 .grid__group > .grid__col_offset_xs-2 {
    margin-left: 16.666666666666668%;
  }
}
@media only screen and (min-width: 1px) {
  .grid_cols_12 .grid__group > .grid__col_offset_xs-3 {
    margin-left: 25%;
  }
}
@media only screen and (min-width: 1px) {
  .grid_cols_12 .grid__group > .grid__col_offset_xs-4 {
    margin-left: 33.333333333333336%;
  }
}
@media only screen and (min-width: 1px) {
  .grid_cols_12 .grid__group > .grid__col_offset_xs-5 {
    margin-left: 41.66666666666667%;
  }
}
@media only screen and (min-width: 1px) {
  .grid_cols_12 .grid__group > .grid__col_offset_xs-6 {
    margin-left: 50%;
  }
}
@media only screen and (min-width: 1px) {
  .grid_cols_12 .grid__group > .grid__col_offset_xs-7 {
    margin-left: 58.333333333333336%;
  }
}
@media only screen and (min-width: 1px) {
  .grid_cols_12 .grid__group > .grid__col_offset_xs-8 {
    margin-left: 66.66666666666667%;
  }
}
@media only screen and (min-width: 1px) {
  .grid_cols_12 .grid__group > .grid__col_offset_xs-9 {
    margin-left: 75%;
  }
}
@media only screen and (min-width: 1px) {
  .grid_cols_12 .grid__group > .grid__col_offset_xs-10 {
    margin-left: 83.33333333333334%;
  }
}
@media only screen and (min-width: 1px) {
  .grid_cols_12 .grid__group > .grid__col_offset_xs-11 {
    margin-left: 91.66666666666667%;
  }
}
@media only screen and (min-width: 1px) {
  .grid_cols_12 .grid__group > .grid__col_offset_xs-12 {
    margin-left: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .grid_cols_12 .grid__group > .grid__col_offset_s-1 {
    margin-left: 8.333333333333334%;
  }
}
@media only screen and (min-width: 768px) {
  .grid_cols_12 .grid__group > .grid__col_offset_s-2 {
    margin-left: 16.666666666666668%;
  }
}
@media only screen and (min-width: 768px) {
  .grid_cols_12 .grid__group > .grid__col_offset_s-3 {
    margin-left: 25%;
  }
}
@media only screen and (min-width: 768px) {
  .grid_cols_12 .grid__group > .grid__col_offset_s-4 {
    margin-left: 33.333333333333336%;
  }
}
@media only screen and (min-width: 768px) {
  .grid_cols_12 .grid__group > .grid__col_offset_s-5 {
    margin-left: 41.66666666666667%;
  }
}
@media only screen and (min-width: 768px) {
  .grid_cols_12 .grid__group > .grid__col_offset_s-6 {
    margin-left: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .grid_cols_12 .grid__group > .grid__col_offset_s-7 {
    margin-left: 58.333333333333336%;
  }
}
@media only screen and (min-width: 768px) {
  .grid_cols_12 .grid__group > .grid__col_offset_s-8 {
    margin-left: 66.66666666666667%;
  }
}
@media only screen and (min-width: 768px) {
  .grid_cols_12 .grid__group > .grid__col_offset_s-9 {
    margin-left: 75%;
  }
}
@media only screen and (min-width: 768px) {
  .grid_cols_12 .grid__group > .grid__col_offset_s-10 {
    margin-left: 83.33333333333334%;
  }
}
@media only screen and (min-width: 768px) {
  .grid_cols_12 .grid__group > .grid__col_offset_s-11 {
    margin-left: 91.66666666666667%;
  }
}
@media only screen and (min-width: 768px) {
  .grid_cols_12 .grid__group > .grid__col_offset_s-12 {
    margin-left: 100%;
  }
}
@media only screen and (min-width: 1025px) {
  .grid_cols_12 .grid__group > .grid__col_offset_m-1 {
    margin-left: 8.333333333333334%;
  }
}
@media only screen and (min-width: 1025px) {
  .grid_cols_12 .grid__group > .grid__col_offset_m-2 {
    margin-left: 16.666666666666668%;
  }
}
@media only screen and (min-width: 1025px) {
  .grid_cols_12 .grid__group > .grid__col_offset_m-3 {
    margin-left: 25%;
  }
}
@media only screen and (min-width: 1025px) {
  .grid_cols_12 .grid__group > .grid__col_offset_m-4 {
    margin-left: 33.333333333333336%;
  }
}
@media only screen and (min-width: 1025px) {
  .grid_cols_12 .grid__group > .grid__col_offset_m-5 {
    margin-left: 41.66666666666667%;
  }
}
@media only screen and (min-width: 1025px) {
  .grid_cols_12 .grid__group > .grid__col_offset_m-6 {
    margin-left: 50%;
  }
}
@media only screen and (min-width: 1025px) {
  .grid_cols_12 .grid__group > .grid__col_offset_m-7 {
    margin-left: 58.333333333333336%;
  }
}
@media only screen and (min-width: 1025px) {
  .grid_cols_12 .grid__group > .grid__col_offset_m-8 {
    margin-left: 66.66666666666667%;
  }
}
@media only screen and (min-width: 1025px) {
  .grid_cols_12 .grid__group > .grid__col_offset_m-9 {
    margin-left: 75%;
  }
}
@media only screen and (min-width: 1025px) {
  .grid_cols_12 .grid__group > .grid__col_offset_m-10 {
    margin-left: 83.33333333333334%;
  }
}
@media only screen and (min-width: 1025px) {
  .grid_cols_12 .grid__group > .grid__col_offset_m-11 {
    margin-left: 91.66666666666667%;
  }
}
@media only screen and (min-width: 1025px) {
  .grid_cols_12 .grid__group > .grid__col_offset_m-12 {
    margin-left: 100%;
  }
}
@media only screen and (min-width: 1280px) {
  .grid_cols_12 .grid__group > .grid__col_offset_l-1 {
    margin-left: 8.333333333333334%;
  }
}
@media only screen and (min-width: 1280px) {
  .grid_cols_12 .grid__group > .grid__col_offset_l-2 {
    margin-left: 16.666666666666668%;
  }
}
@media only screen and (min-width: 1280px) {
  .grid_cols_12 .grid__group > .grid__col_offset_l-3 {
    margin-left: 25%;
  }
}
@media only screen and (min-width: 1280px) {
  .grid_cols_12 .grid__group > .grid__col_offset_l-4 {
    margin-left: 33.333333333333336%;
  }
}
@media only screen and (min-width: 1280px) {
  .grid_cols_12 .grid__group > .grid__col_offset_l-5 {
    margin-left: 41.66666666666667%;
  }
}
@media only screen and (min-width: 1280px) {
  .grid_cols_12 .grid__group > .grid__col_offset_l-6 {
    margin-left: 50%;
  }
}
@media only screen and (min-width: 1280px) {
  .grid_cols_12 .grid__group > .grid__col_offset_l-7 {
    margin-left: 58.333333333333336%;
  }
}
@media only screen and (min-width: 1280px) {
  .grid_cols_12 .grid__group > .grid__col_offset_l-8 {
    margin-left: 66.66666666666667%;
  }
}
@media only screen and (min-width: 1280px) {
  .grid_cols_12 .grid__group > .grid__col_offset_l-9 {
    margin-left: 75%;
  }
}
@media only screen and (min-width: 1280px) {
  .grid_cols_12 .grid__group > .grid__col_offset_l-10 {
    margin-left: 83.33333333333334%;
  }
}
@media only screen and (min-width: 1280px) {
  .grid_cols_12 .grid__group > .grid__col_offset_l-11 {
    margin-left: 91.66666666666667%;
  }
}
@media only screen and (min-width: 1280px) {
  .grid_cols_12 .grid__group > .grid__col_offset_l-12 {
    margin-left: 100%;
  }
}
@media only screen and (min-width: 1440px) {
  .grid_cols_12 .grid__group > .grid__col_offset_xl-1 {
    margin-left: 8.333333333333334%;
  }
}
@media only screen and (min-width: 1440px) {
  .grid_cols_12 .grid__group > .grid__col_offset_xl-2 {
    margin-left: 16.666666666666668%;
  }
}
@media only screen and (min-width: 1440px) {
  .grid_cols_12 .grid__group > .grid__col_offset_xl-3 {
    margin-left: 25%;
  }
}
@media only screen and (min-width: 1440px) {
  .grid_cols_12 .grid__group > .grid__col_offset_xl-4 {
    margin-left: 33.333333333333336%;
  }
}
@media only screen and (min-width: 1440px) {
  .grid_cols_12 .grid__group > .grid__col_offset_xl-5 {
    margin-left: 41.66666666666667%;
  }
}
@media only screen and (min-width: 1440px) {
  .grid_cols_12 .grid__group > .grid__col_offset_xl-6 {
    margin-left: 50%;
  }
}
@media only screen and (min-width: 1440px) {
  .grid_cols_12 .grid__group > .grid__col_offset_xl-7 {
    margin-left: 58.333333333333336%;
  }
}
@media only screen and (min-width: 1440px) {
  .grid_cols_12 .grid__group > .grid__col_offset_xl-8 {
    margin-left: 66.66666666666667%;
  }
}
@media only screen and (min-width: 1440px) {
  .grid_cols_12 .grid__group > .grid__col_offset_xl-9 {
    margin-left: 75%;
  }
}
@media only screen and (min-width: 1440px) {
  .grid_cols_12 .grid__group > .grid__col_offset_xl-10 {
    margin-left: 83.33333333333334%;
  }
}
@media only screen and (min-width: 1440px) {
  .grid_cols_12 .grid__group > .grid__col_offset_xl-11 {
    margin-left: 91.66666666666667%;
  }
}
@media only screen and (min-width: 1440px) {
  .grid_cols_12 .grid__group > .grid__col_offset_xl-12 {
    margin-left: 100%;
  }
}
@media only screen and (min-width: 1600px) {
  .grid_cols_12 .grid__group > .grid__col_offset_xxl-1 {
    margin-left: 8.333333333333334%;
  }
}
@media only screen and (min-width: 1600px) {
  .grid_cols_12 .grid__group > .grid__col_offset_xxl-2 {
    margin-left: 16.666666666666668%;
  }
}
@media only screen and (min-width: 1600px) {
  .grid_cols_12 .grid__group > .grid__col_offset_xxl-3 {
    margin-left: 25%;
  }
}
@media only screen and (min-width: 1600px) {
  .grid_cols_12 .grid__group > .grid__col_offset_xxl-4 {
    margin-left: 33.333333333333336%;
  }
}
@media only screen and (min-width: 1600px) {
  .grid_cols_12 .grid__group > .grid__col_offset_xxl-5 {
    margin-left: 41.66666666666667%;
  }
}
@media only screen and (min-width: 1600px) {
  .grid_cols_12 .grid__group > .grid__col_offset_xxl-6 {
    margin-left: 50%;
  }
}
@media only screen and (min-width: 1600px) {
  .grid_cols_12 .grid__group > .grid__col_offset_xxl-7 {
    margin-left: 58.333333333333336%;
  }
}
@media only screen and (min-width: 1600px) {
  .grid_cols_12 .grid__group > .grid__col_offset_xxl-8 {
    margin-left: 66.66666666666667%;
  }
}
@media only screen and (min-width: 1600px) {
  .grid_cols_12 .grid__group > .grid__col_offset_xxl-9 {
    margin-left: 75%;
  }
}
@media only screen and (min-width: 1600px) {
  .grid_cols_12 .grid__group > .grid__col_offset_xxl-10 {
    margin-left: 83.33333333333334%;
  }
}
@media only screen and (min-width: 1600px) {
  .grid_cols_12 .grid__group > .grid__col_offset_xxl-11 {
    margin-left: 91.66666666666667%;
  }
}
@media only screen and (min-width: 1600px) {
  .grid_cols_12 .grid__group > .grid__col_offset_xxl-12 {
    margin-left: 100%;
  }
}
.grid_cols_12 .grid__group_no_gutters .grid__col {
  padding: 0;
}
.grid_style_debug .grid__col {
  outline: 1px solid #f00;
}
.grid_style_debug .grid__panel {
  background: #f4f4f4;
}
.grid_style_debug .grid__holder {
  outline: 1px solid #008000;
}
.grid_style_demo .grid__col {
  padding-top: 7.5px;
  padding-bottom: 7.5px;
}
.grid_style_demo .grid__panel {
  color: #7d7d7d;
  font-size: 14px;
  line-height: 1.2;
  background: #f4f4f4;
  border: 1px solid #c7c7c7;
}

/* End */


/* Start:/local/templates/.default/markup/mockup/assets/styles/app.css?1639577235718095*/
@font-face {
  font-family: 'Cera Pro';
  src: url("/local/templates/.default/markup/mockup/assets/styles/../fonts/CeraPro/CeraPro-Light.eot");
  src: local('Cera Pro Light'), local('CeraPro-Light'), url("/local/templates/.default/markup/mockup/assets/styles/../fonts/CeraPro/CeraPro-Light.eot?#iefix") format('embedded-opentype'), url("/local/templates/.default/markup/mockup/assets/styles/../fonts/CeraPro/CeraPro-Light.woff2") format('woff2'), url("/local/templates/.default/markup/mockup/assets/styles/../fonts/CeraPro/CeraPro-Light.woff") format('woff'), url("/local/templates/.default/markup/mockup/assets/styles/../fonts/CeraPro/CeraPro-Light.ttf") format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cera Pro';
  src: url("/local/templates/.default/markup/mockup/assets/styles/../fonts/CeraPro/CeraPro-MediumItalic.eot");
  src: local('Cera Pro Medium Italic'), local('CeraPro-MediumItalic'), url("/local/templates/.default/markup/mockup/assets/styles/../fonts/CeraPro/CeraPro-MediumItalic.eot?#iefix") format('embedded-opentype'), url("/local/templates/.default/markup/mockup/assets/styles/../fonts/CeraPro/CeraPro-MediumItalic.woff2") format('woff2'), url("/local/templates/.default/markup/mockup/assets/styles/../fonts/CeraPro/CeraPro-MediumItalic.woff") format('woff'), url("/local/templates/.default/markup/mockup/assets/styles/../fonts/CeraPro/CeraPro-MediumItalic.ttf") format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Cera Pro';
  src: url("/local/templates/.default/markup/mockup/assets/styles/../fonts/CeraPro/CeraPro-RegularItalic.eot");
  src: local('Cera Pro Regular Italic'), local('CeraPro-RegularItalic'), url("/local/templates/.default/markup/mockup/assets/styles/../fonts/CeraPro/CeraPro-RegularItalic.eot?#iefix") format('embedded-opentype'), url("/local/templates/.default/markup/mockup/assets/styles/../fonts/CeraPro/CeraPro-RegularItalic.woff2") format('woff2'), url("/local/templates/.default/markup/mockup/assets/styles/../fonts/CeraPro/CeraPro-RegularItalic.woff") format('woff'), url("/local/templates/.default/markup/mockup/assets/styles/../fonts/CeraPro/CeraPro-RegularItalic.ttf") format('truetype');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Cera Pro';
  src: url("/local/templates/.default/markup/mockup/assets/styles/../fonts/CeraPro/CeraPro-BlackItalic.eot");
  src: local('Cera Pro Black Italic'), local('CeraPro-BlackItalic'), url("/local/templates/.default/markup/mockup/assets/styles/../fonts/CeraPro/CeraPro-BlackItalic.eot?#iefix") format('embedded-opentype'), url("/local/templates/.default/markup/mockup/assets/styles/../fonts/CeraPro/CeraPro-BlackItalic.woff2") format('woff2'), url("/local/templates/.default/markup/mockup/assets/styles/../fonts/CeraPro/CeraPro-BlackItalic.woff") format('woff'), url("/local/templates/.default/markup/mockup/assets/styles/../fonts/CeraPro/CeraPro-BlackItalic.ttf") format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Cera Pro';
  src: url("/local/templates/.default/markup/mockup/assets/styles/../fonts/CeraPro/CeraPro-Medium.eot");
  src: local('Cera Pro Medium'), local('CeraPro-Medium'), url("/local/templates/.default/markup/mockup/assets/styles/../fonts/CeraPro/CeraPro-Medium.eot?#iefix") format('embedded-opentype'), url("/local/templates/.default/markup/mockup/assets/styles/../fonts/CeraPro/CeraPro-Medium.woff2") format('woff2'), url("/local/templates/.default/markup/mockup/assets/styles/../fonts/CeraPro/CeraPro-Medium.woff") format('woff'), url("/local/templates/.default/markup/mockup/assets/styles/../fonts/CeraPro/CeraPro-Medium.ttf") format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cera Pro';
  src: url("/local/templates/.default/markup/mockup/assets/styles/../fonts/CeraPro/CeraPro-BoldItalic.eot");
  src: local('Cera Pro Bold Italic'), local('CeraPro-BoldItalic'), url("/local/templates/.default/markup/mockup/assets/styles/../fonts/CeraPro/CeraPro-BoldItalic.eot?#iefix") format('embedded-opentype'), url("/local/templates/.default/markup/mockup/assets/styles/../fonts/CeraPro/CeraPro-BoldItalic.woff2") format('woff2'), url("/local/templates/.default/markup/mockup/assets/styles/../fonts/CeraPro/CeraPro-BoldItalic.woff") format('woff'), url("/local/templates/.default/markup/mockup/assets/styles/../fonts/CeraPro/CeraPro-BoldItalic.ttf") format('truetype');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Cera Pro';
  src: url("/local/templates/.default/markup/mockup/assets/styles/../fonts/CeraPro/CeraPro-ThinItalic.eot");
  src: local('Cera Pro Thin Italic'), local('CeraPro-ThinItalic'), url("/local/templates/.default/markup/mockup/assets/styles/../fonts/CeraPro/CeraPro-ThinItalic.eot?#iefix") format('embedded-opentype'), url("/local/templates/.default/markup/mockup/assets/styles/../fonts/CeraPro/CeraPro-ThinItalic.woff2") format('woff2'), url("/local/templates/.default/markup/mockup/assets/styles/../fonts/CeraPro/CeraPro-ThinItalic.woff") format('woff'), url("/local/templates/.default/markup/mockup/assets/styles/../fonts/CeraPro/CeraPro-ThinItalic.ttf") format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Cera Pro';
  src: url("/local/templates/.default/markup/mockup/assets/styles/../fonts/CeraPro/CeraPro-LightItalic.eot");
  src: local('Cera Pro Light Italic'), local('CeraPro-LightItalic'), url("/local/templates/.default/markup/mockup/assets/styles/../fonts/CeraPro/CeraPro-LightItalic.eot?#iefix") format('embedded-opentype'), url("/local/templates/.default/markup/mockup/assets/styles/../fonts/CeraPro/CeraPro-LightItalic.woff2") format('woff2'), url("/local/templates/.default/markup/mockup/assets/styles/../fonts/CeraPro/CeraPro-LightItalic.woff") format('woff'), url("/local/templates/.default/markup/mockup/assets/styles/../fonts/CeraPro/CeraPro-LightItalic.ttf") format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Cera Pro';
  src: url("/local/templates/.default/markup/mockup/assets/styles/../fonts/CeraPro/CeraPro-Black.eot");
  src: local('Cera Pro Black'), local('CeraPro-Black'), url("/local/templates/.default/markup/mockup/assets/styles/../fonts/CeraPro/CeraPro-Black.eot?#iefix") format('embedded-opentype'), url("/local/templates/.default/markup/mockup/assets/styles/../fonts/CeraPro/CeraPro-Black.woff2") format('woff2'), url("/local/templates/.default/markup/mockup/assets/styles/../fonts/CeraPro/CeraPro-Black.woff") format('woff'), url("/local/templates/.default/markup/mockup/assets/styles/../fonts/CeraPro/CeraPro-Black.ttf") format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cera Pro';
  src: url("/local/templates/.default/markup/mockup/assets/styles/../fonts/CeraPro/CeraPro-Bold.eot");
  src: local('Cera Pro Bold'), local('CeraPro-Bold'), url("/local/templates/.default/markup/mockup/assets/styles/../fonts/CeraPro/CeraPro-Bold.eot?#iefix") format('embedded-opentype'), url("/local/templates/.default/markup/mockup/assets/styles/../fonts/CeraPro/CeraPro-Bold.woff2") format('woff2'), url("/local/templates/.default/markup/mockup/assets/styles/../fonts/CeraPro/CeraPro-Bold.woff") format('woff'), url("/local/templates/.default/markup/mockup/assets/styles/../fonts/CeraPro/CeraPro-Bold.ttf") format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cera Pro';
  src: url("/local/templates/.default/markup/mockup/assets/styles/../fonts/CeraPro/CeraPro-Regular.eot");
  src: local('Cera Pro Regular'), local('CeraPro-Regular'), url("/local/templates/.default/markup/mockup/assets/styles/../fonts/CeraPro/CeraPro-Regular.eot?#iefix") format('embedded-opentype'), url("/local/templates/.default/markup/mockup/assets/styles/../fonts/CeraPro/CeraPro-Regular.woff2") format('woff2'), url("/local/templates/.default/markup/mockup/assets/styles/../fonts/CeraPro/CeraPro-Regular.woff") format('woff'), url("/local/templates/.default/markup/mockup/assets/styles/../fonts/CeraPro/CeraPro-Regular.ttf") format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cera Pro';
  src: url("/local/templates/.default/markup/mockup/assets/styles/../fonts/CeraPro/CeraPro-Thin.eot");
  src: local('Cera Pro Thin'), local('CeraPro-Thin'), url("/local/templates/.default/markup/mockup/assets/styles/../fonts/CeraPro/CeraPro-Thin.eot?#iefix") format('embedded-opentype'), url("/local/templates/.default/markup/mockup/assets/styles/../fonts/CeraPro/CeraPro-Thin.woff2") format('woff2'), url("/local/templates/.default/markup/mockup/assets/styles/../fonts/CeraPro/CeraPro-Thin.woff") format('woff'), url("/local/templates/.default/markup/mockup/assets/styles/../fonts/CeraPro/CeraPro-Thin.ttf") format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Playfair Display';
  src: url("/local/templates/.default/markup/mockup/assets/styles/../fonts/PlayfairDisplay/static/PlayfairDisplay-Regular.ttf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
* {
  margin: 0;
  padding: 0;
  font: inherit;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
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;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-focus-ring-color: rgba(255,255,255,0);
  cursor: default;
}
body {
  font-size: 100%;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
a {
  background: transparent;
}
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}
ol,
ul {
  list-style: none;
}
pre {
  -moz-tab-size: 4;
    -o-tab-size: 4;
       tab-size: 4;
  white-space: pre-wrap;
}
q {
  quotes: '\201C' '\201D' '\2018' '\2019';
}
img {
  border: none;
}
svg:not(:root) {
  overflow: hidden;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button {
  overflow: visible;
}
button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type='checkbox'],
input[type='radio'] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  height: auto;
}
input[type='search'] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: none;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
button,
input,
select[multiple],
textarea {
  background-image: none;
}
input,
select,
textarea {
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
input,
textarea {
  resize: none;
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text;
}
[placeholder]:focus::-webkit-input-placeholder {
  color: transparent;
}
[placeholder]:focus::-moz-placeholder {
  color: transparent;
}
[placeholder]:focus:-ms-input-placeholder {
  color: transparent;
}
[placeholder]:focus::-ms-input-placeholder {
  color: transparent;
}
[placeholder]:focus::placeholder {
  color: transparent;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body {
  color: #141414;
  font-family: 'Cera Pro', 'Open Sans', Arial, sans-serif;
  font-variant: no-common-ligatures;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.01em;
}
@media only screen and (min-width: 768px) {
  body {
    line-height: 1.75;
  }
}
@media only screen and (min-width: 1280px) {
  body {
    font-size: 15px;
    line-height: 1.75;
  }
}
@media only screen and (min-width: 1600px) {
  body {
    font-size: 16px;
    line-height: 1.7;
  }
}
h1:not([class]),
h2:not([class]),
h3:not([class]),
h4:not([class]),
h5:not([class]),
h6:not([class]) {
  margin: 30px 0;
  font-weight: 700;
  line-height: 1.3;
}
h1:not([class]):first-child,
h2:not([class]):first-child,
h3:not([class]):first-child,
h4:not([class]):first-child,
h5:not([class]):first-child,
h6:not([class]):first-child {
  margin-top: 0;
}
h1:not([class]):last-child,
h2:not([class]):last-child,
h3:not([class]):last-child,
h4:not([class]):last-child,
h5:not([class]):last-child,
h6:not([class]):last-child {
  margin-bottom: 0;
}
h1:not([class]) {
  font-size: 96px;
}
h2:not([class]) {
  font-size: 44px;
}
h3:not([class]) {
  font-size: 40px;
}
h4:not([class]) {
  font-size: 22px;
}
@media only screen and (min-width: 1280px) {
  h4:not([class]) {
    font-size: 30px;
  }
}
h5:not([class]) {
  font-size: 18px;
}
@media only screen and (min-width: 1280px) {
  h5:not([class]) {
    font-size: 20px;
  }
}
h6:not([class]) {
  font-size: 18px;
}
p:not([class]),
ul:not([class]),
ol:not([class]),
table:not([class]),
img:not([class]),
hr:not([class]),
fieldset:not([class]) {
  margin: 0 0 10px;
}
p:not([class]):last-child,
ul:not([class]):last-child,
ol:not([class]):last-child,
table:not([class]):last-child,
img:not([class]):last-child,
hr:not([class]):last-child,
fieldset:not([class]):last-child {
  margin-bottom: 0;
}
img:not([class]) {
  max-width: 100%;
}
ul:not([class]) {
  margin: 0 0 20px;
  list-style: none;
}
ul:not([class]) > li:not([class]):before {
  content: '';
  position: absolute;
  top: 0.8em;
  left: 8px;
  width: 5px;
  height: 5px;
  background: #343434;
  border-radius: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
ol:not([class]) {
  counter-reset: ol;
}
ol:not([class]) > li:not([class]) {
  position: relative;
  padding: 0 0 0 20px;
}
ol:not([class]) > li:not([class]):before {
  content: counter(ol);
  counter-increment: ol;
  position: absolute;
  top: 0;
  left: 8px;
  display: block;
  color: #343434;
}
li:not([class]) {
  position: relative;
  margin: 0 0 10px;
  padding: 0 0 0 20px;
  list-style: none;
}
li:not([class]):last-child {
  margin-bottom: 0;
}
table:not([class]) {
  display: table;
  width: 100%;
  margin: 0 0 20px;
  border-spacing: 1px;
  border-collapse: collapse;
  border: 1px solid #dedede;
}
caption:not([class]) {
  display: table-caption;
  padding: 0 0 10px;
  font-size: 1.1em;
  text-align: center;
}
th:not([class]) {
  vertical-align: middle;
  padding: 10px;
  font-weight: 700;
  text-align: center;
  background: #f1f1f1;
  border: 1px solid #dedede;
}
tbody:not([class]) th:not([class]) {
  text-align: left;
}
td:not([class]) {
  padding: 10px;
  border: 1px solid #dedede;
}
tr:not([class]):nth-child(even) th:not([class]),
tr:not([class]):nth-child(even) td:not([class]) {
  background: #e6e6e6;
}
thead:not([class]) {
  color: #888;
}
tfoot:not([class]) {
  color: #888;
}
tfoot:not([class]) th:not([class]),
tfoot:not([class]) td:not([class]) {
  background: #e6e6e6;
}
a:not([class]) {
  text-decoration: none;
  border-bottom: 1px solid rgba(22,49,116,0.2);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:not([class]):link {
  color: #163072;
}
a:not([class]):visited {
  color: #163072;
  border-bottom: transparent;
}
a:not([class]):hover {
  color: #163072;
  border-bottom: transparent;
}
a:not([class]):active {
  color: #163072;
  border-bottom: transparent;
}
sub:not([class]) {
  bottom: -0.25em;
  vertical-align: bottom;
  font-size: 0.75em;
}
sup:not([class]) {
  top: -0.5em;
  vertical-align: top;
  font-size: 0.75em;
}
i:not([class]),
em:not([class]),
dfn:not([class]) {
  font-style: italic;
}
b:not([class]),
strong:not([class]) {
  font-weight: 700;
}
s:not([class]),
strike:not([class]),
del:not([class]) {
  text-decoration: line-through;
}
ins:not([class]) {
  text-decoration: underline;
}
q:not([class]) {
  display: inline;
}
q:not([class]):before {
  content: open-quote;
}
q:not([class]):after {
  content: close-quote;
}
kbd:not([class]) {
  font-family: monospace, monospace;
}
mark:not([class]) {
  padding: 0 0.25em;
  color: #fff;
  background: #bf0000;
}
abbr:not([class]) {
  position: relative;
  text-decoration: none;
}
abbr:not([class])[title]:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px dotted #000;
}
blockquote:not([class]) {
  margin: 0 0 20px;
  padding: 20px;
  background: #f1f1f1;
  border: 1px solid #b1b1b1;
}
dl:not([class]) {
  margin: 0 0 20px;
}
dd:not([class]) {
  padding: 0 0 0 50px;
}
hr:not([class]) {
  width: 100%;
  height: 0;
  background: none;
  border: none;
  border-bottom: 2px groove #dedede;
}
fieldset:not([class]) {
  padding: 20px;
  border: 1px solid #dedede;
}
legend:not([class]) {
  margin: 0 0 0 2em;
  padding: 0 0.5em;
}
select:not([class]) {
  width: 200px;
  padding: 10px;
  line-height: 1.6;
  background: #fff;
  border: 1px solid #343434;
}
input[type='text']:not([class]),
input[type='password']:not([class]),
input[type='email']:not([class]),
input[type='url']:not([class]),
input[type='number']:not([class]),
input[type='datetime']:not([class]),
input[type='datetime-local']:not([class]),
input[type='search']:not([class]),
input[type='tel']:not([class]),
input[type='month']:not([class]),
input[type='week']:not([class]),
input[type='date']:not([class]),
input[type='time']:not([class]),
textarea:not([class]) {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 200px;
  margin: 0 0 5px;
  padding: 10px;
  color: #343434;
  font-size: 1em;
  line-height: 1.6;
  text-align: left;
  background: #fff;
  border: 1px solid #343434;
  outline: none;
}
input[type='text']:not([class])::-webkit-input-placeholder,
input[type='password']:not([class])::-webkit-input-placeholder,
input[type='email']:not([class])::-webkit-input-placeholder,
input[type='url']:not([class])::-webkit-input-placeholder,
input[type='number']:not([class])::-webkit-input-placeholder,
input[type='datetime']:not([class])::-webkit-input-placeholder,
input[type='datetime-local']:not([class])::-webkit-input-placeholder,
input[type='search']:not([class])::-webkit-input-placeholder,
input[type='tel']:not([class])::-webkit-input-placeholder,
input[type='month']:not([class])::-webkit-input-placeholder,
input[type='week']:not([class])::-webkit-input-placeholder,
input[type='date']:not([class])::-webkit-input-placeholder,
input[type='time']:not([class])::-webkit-input-placeholder,
textarea:not([class])::-webkit-input-placeholder {
  color: #ddd;
  font-size: 16px;
}
input[type='text']:not([class]):-ms-input-placeholder,
input[type='password']:not([class]):-ms-input-placeholder,
input[type='email']:not([class]):-ms-input-placeholder,
input[type='url']:not([class]):-ms-input-placeholder,
input[type='number']:not([class]):-ms-input-placeholder,
input[type='datetime']:not([class]):-ms-input-placeholder,
input[type='datetime-local']:not([class]):-ms-input-placeholder,
input[type='search']:not([class]):-ms-input-placeholder,
input[type='tel']:not([class]):-ms-input-placeholder,
input[type='month']:not([class]):-ms-input-placeholder,
input[type='week']:not([class]):-ms-input-placeholder,
input[type='date']:not([class]):-ms-input-placeholder,
input[type='time']:not([class]):-ms-input-placeholder,
textarea:not([class]):-ms-input-placeholder {
  color: #ddd;
  font-size: 16px;
}
input[type='text']:not([class])::-moz-placeholder,
input[type='password']:not([class])::-moz-placeholder,
input[type='email']:not([class])::-moz-placeholder,
input[type='url']:not([class])::-moz-placeholder,
input[type='number']:not([class])::-moz-placeholder,
input[type='datetime']:not([class])::-moz-placeholder,
input[type='datetime-local']:not([class])::-moz-placeholder,
input[type='search']:not([class])::-moz-placeholder,
input[type='tel']:not([class])::-moz-placeholder,
input[type='month']:not([class])::-moz-placeholder,
input[type='week']:not([class])::-moz-placeholder,
input[type='date']:not([class])::-moz-placeholder,
input[type='time']:not([class])::-moz-placeholder,
textarea:not([class])::-moz-placeholder {
  color: #ddd;
  font-size: 16px;
  opacity: 1;
}
input[type='text']:not([class])::-ms-input-placeholder,
input[type='password']:not([class])::-ms-input-placeholder,
input[type='email']:not([class])::-ms-input-placeholder,
input[type='url']:not([class])::-ms-input-placeholder,
input[type='number']:not([class])::-ms-input-placeholder,
input[type='datetime']:not([class])::-ms-input-placeholder,
input[type='datetime-local']:not([class])::-ms-input-placeholder,
input[type='search']:not([class])::-ms-input-placeholder,
input[type='tel']:not([class])::-ms-input-placeholder,
input[type='month']:not([class])::-ms-input-placeholder,
input[type='week']:not([class])::-ms-input-placeholder,
input[type='date']:not([class])::-ms-input-placeholder,
input[type='time']:not([class])::-ms-input-placeholder,
textarea:not([class])::-ms-input-placeholder {
  color: #ddd;
  font-size: 16px;
  opacity: 1;
}
input[type='text']:not([class])::placeholder,
input[type='password']:not([class])::placeholder,
input[type='email']:not([class])::placeholder,
input[type='url']:not([class])::placeholder,
input[type='number']:not([class])::placeholder,
input[type='datetime']:not([class])::placeholder,
input[type='datetime-local']:not([class])::placeholder,
input[type='search']:not([class])::placeholder,
input[type='tel']:not([class])::placeholder,
input[type='month']:not([class])::placeholder,
input[type='week']:not([class])::placeholder,
input[type='date']:not([class])::placeholder,
input[type='time']:not([class])::placeholder,
textarea:not([class])::placeholder {
  color: #ddd;
  font-size: 16px;
  opacity: 1;
}
textarea:not([class]) {
  resize: none;
}
input[type='radio']:not([class]),
input[type='checkbox']:not([class]) {
  margin: 0 2px;
}
button:not([class]),
input[type='button']:not([class]),
input[type='reset']:not([class]),
input[type='submit']:not([class]) {
  padding: 10px;
  font-size: 1em;
  line-height: 1.6;
  background: #f5f5f5;
  border: 1px solid #dedede;
  border-radius: 0;
  outline: none;
}
button:not([class]):hover,
input[type='button']:not([class]):hover,
input[type='reset']:not([class]):hover,
input[type='submit']:not([class]):hover {
  background: #bbb;
}
label:not([class]) {
  font-weight: 700;
}
.bs-group {
  margin: 0 0 40px;
  padding: 20px 0;
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
}
.bs-group__title {
  margin: 0 0 20px;
  color: #909090;
  text-transform: uppercase;
}
.bs-tags-style li {
  margin: 0 0 8px;
}
.bs-tags-style li:last-child {
  margin-bottom: 0;
}
[class|="bx"] a:not([class]) {
  -webkit-text-fill-color: currentColor;
  background-color: transparent;
  background-image: none;
}
.accordion {
  display: block;
  opacity: 1;
  border-top: 1px solid #efefef;
  -webkit-transition: opacity 0.9s ease 0.2s;
  transition: opacity 0.9s ease 0.2s;
}
.accordion__title {
  padding: 16px 0;
  color: #bf0000;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .accordion__title {
    padding: 45px 0;
    font-size: 14px;
    line-height: 1.2;
  }
}
@media only screen and (min-width: 1440px) {
  .accordion__title {
    padding: 51px 0;
    font-size: 16px;
  }
}
@media only screen and (min-width: 1600px) {
  .accordion__title {
    padding: 58px 0;
    font-size: 18px;
  }
}
.accordion__text-holder {
  display: inline-block;
  vertical-align: middle;
}
.accordion__text-holder:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 4px;
  height: 4px;
  margin: -8px 0 0 5px;
  border-right: 2px solid #141414;
  border-bottom: 2px solid #141414;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media only screen and (min-width: 1280px) {
  .accordion__text-holder:after {
    margin: -2px 0 0 2px;
  }
}
@media only screen and (min-width: 1600px) {
  .accordion__text-holder:after {
    margin: -8px 0 0 5px;
  }
}
.accordion__content {
  overflow: hidden;
  height: auto;
  border-bottom: 1px solid #efefef;
  background: #efefef;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.accordion__panel {
  width: 100%;
  margin: 0 auto;
  padding: 25px 0;
  font-size: 14px;
  line-height: 1.75;
}
@media only screen and (min-width: 768px) {
  .accordion__panel {
    max-width: 783px;
    padding: 52px 0 50px;
    font-size: 15px;
  }
}
@media only screen and (min-width: 1280px) {
  .accordion__panel {
    padding: 47px 0 50px;
    font-size: 16px;
  }
}
@media only screen and (min-width: 1440px) {
  .accordion__panel {
    max-width: 882px;
    padding: 55px 0 50px;
    font-size: 16px;
    line-height: 1.7;
  }
}
@media only screen and (min-width: 1600px) {
  .accordion__panel {
    max-width: 955px;
    padding: 62px 0 50px;
    font-size: 18px;
    line-height: 1.75;
  }
}
.accordion__item_state_close .accordion__title {
  color: #141414;
}
.accordion__item_state_close .accordion__text-holder:after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.accordion__item_state_close .accordion__content {
  height: 2px;
}
.accordion_is_invisible {
  opacity: 0;
}
.accordion_is_visible {
  opacity: 1;
}
.alert {
  position: relative;
  display: block;
}
.alert:before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  opacity: 0.05;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #141414;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.alert__panel {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  .alert__panel {
    font-size: 24px;
  }
}
.alert__panel:before,
.alert__panel:after {
  position: absolute;
  top: 50%;
  left: 21px;
  display: block;
  width: 15px;
  height: 2px;
  background: #bf0000;
}
.alert__panel:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.alert__panel:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.alert_type_default {
  color: inherti;
}
.alert_type_success:before {
  content: '';
}
.alert_type_success .alert__panel {
  padding: 52px 0 0;
}
@media only screen and (min-width: 768px) {
  .alert_type_success .alert__panel {
    padding: 0 0 0 65px;
  }
}
.alert_type_success .alert__panel:before {
  display: none;
}
.alert_type_success .alert__panel:after {
  content: '';
  top: 50%;
  width: 13px;
  height: 6px;
  background: transparent;
  border-left: 2px solid #04b300;
  border-bottom: 2px solid #04b300;
}
.alert_type_danger:before {
  content: '';
}
.alert_type_danger .alert__panel {
  padding: 52px 0 0;
}
@media only screen and (min-width: 768px) {
  .alert_type_danger .alert__panel {
    padding: 0 0 0 65px;
  }
}
.alert_type_danger .alert__panel:before,
.alert_type_danger .alert__panel:after {
  content: '';
}
.alert_type_warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert_type_info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert_type_light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert_type_grayscale {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
.alert_type_dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.animate {
  display: block;
}
.banner-group {
  display: block;
  overflow: hidden;
}
.banner-group__holder {
  display: block;
}
@media only screen and (min-width: 768px) {
  .banner-group__holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
}
.banner-group__item {
  position: relative;
  min-height: 205px;
}
@media only screen and (min-width: 768px) {
  .banner-group__item {
    -ms-flex-preferred-size: 37.5%;
        flex-basis: 37.5%;
    width: 37.5%;
    min-height: 344px;
  }
}
@media only screen and (min-width: 1280px) {
  .banner-group__item {
    min-height: 576px;
  }
}
@media only screen and (min-width: 1440px) {
  .banner-group__item {
    min-height: 648px;
  }
}
@media only screen and (min-width: 1600px) {
  .banner-group__item {
    min-height: 720px;
  }
}
.banner-group__item:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: block;
  width: 5px;
  height: 100%;
  background: #fff;
}
@media only screen and (min-width: 768px) {
  .banner-group__item:before {
    width: 10px;
  }
}
@media only screen and (min-width: 1280px) {
  .banner-group__item:before {
    width: 11px;
  }
}
@media only screen and (min-width: 1440px) {
  .banner-group__item:before {
    width: 13px;
  }
}
@media only screen and (min-width: 1600px) {
  .banner-group__item:before {
    width: 14px;
  }
}
.banner-group__item:first-child:before {
  display: none;
}
@media only screen and (min-width: 768px) {
  .banner-group__item_type_primary {
    -ms-flex-preferred-size: 62.5%;
        flex-basis: 62.5%;
    width: 62.5%;
  }
}
@media only screen and (max-width: 767px) {
  .banner-group_type_carousel .banner-group__holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
@media only screen and (max-width: 767px) {
  .banner-group_type_carousel .banner-group__item {
    width: 100%;
    min-width: 174px;
    max-width: 54.375%;
  }
}
.banner-group_type_carousel .banner-group__item_type_primary {
  width: 100%;
  min-width: 284px;
  max-width: 88.75%;
}
.bl-product-panel {
  position: relative;
  display: block;
}
.bl-product-panel__container {
  display: block;
  height: 100%;
  color: #fff;
  background-color: #343434;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.bl-product-panel__container:before {
  content: '';
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  padding: 71.5% 0 0;
  background: linear-gradient(0, rgba(0,0,0,0.5) 0, transparent 116px, transparent 100%);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media only screen and (min-width: 768px) {
  .bl-product-panel__container:before {
    background: linear-gradient(0, rgba(0,0,0,0.5) 0, transparent 161px, transparent 100%);
  }
}
@media only screen and (min-width: 1280px) {
  .bl-product-panel__container:before {
    padding: 63% 0 0;
  }
}
@media only screen and (min-width: 1440px) {
  .bl-product-panel__container:before {
    background: linear-gradient(0, rgba(0,0,0,0.5) 0, transparent 209px, transparent 100%);
  }
}
@media only screen and (min-width: 1600px) {
  .bl-product-panel__container:before {
    padding: 60.96% 0 0;
    background: linear-gradient(0, rgba(0,0,0,0.5) 0, transparent 233px, transparent 100%);
  }
}
.bl-product-panel__container:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.bl-product-panel__container:hover:before {
  opacity: 0;
}
.bl-product-panel__container:hover:after {
  opacity: 0.5;
}
.bl-product-panel__image {
  display: none;
}
.bl-product-panel__wrapper {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0 25px 24px;
}
@media only screen and (min-width: 1280px) {
  .bl-product-panel__wrapper {
    padding: 0 43px 38px;
  }
}
.bl-product-panel__holder {
  display: block;
  width: 100%;
}
@media only screen and (min-width: 1280px) {
  .bl-product-panel__holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.bl-product-panel__title {
  width: 100%;
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media only screen and (min-width: 1280px) {
  .bl-product-panel__title {
    margin: 0 0 8px;
    font-size: 18px;
  }
}
.bl-product-panel__title:last-child {
  margin-bottom: 0;
}
.bl-product-panel__link {
  display: block;
  max-width: 100%;
  overflow: hidden;
  color: #fff;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media only screen and (min-width: 1280px) {
  .bl-product-panel__link {
    white-space: normal;
  }
}
.bl-product-panel__link:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: transparent;
}
.bl-product-panel__description {
  display: none;
  font-size: 13px;
  line-height: 17px;
  letter-spacing: 0.01em;
  opacity: 0.75;
}
@media only screen and (min-width: 1280px) {
  .bl-product-panel__description {
    display: block;
  }
}
@media only screen and (min-width: 1440px) {
  .bl-product-panel__description {
    font-size: 14px;
    line-height: 20px;
  }
}
@media only screen and (min-width: 1600px) {
  .bl-product-panel__description {
    line-height: 22px;
  }
}
.bl-product-panel__price-group {
  display: block;
  width: auto;
  font-size: 0;
}
@media only screen and (min-width: 1280px) {
  .bl-product-panel__price-group {
    text-align: right;
  }
}
.bl-product-panel__price {
  display: block;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.01em;
}
@media only screen and (min-width: 1280px) {
  .bl-product-panel__price {
    margin: 0 0 6px;
    font-size: 22px;
  }
}
.bl-product-panel__price:last-child {
  margin-bottom: 0;
}
.bl-product-panel__price_type_old {
  color: rgba(255,255,255,0.5);
  font-size: 13px;
  line-height: 1.2;
  text-decoration: line-through;
  letter-spacing: -0.04em;
}
@media only screen and (min-width: 1440px) {
  .bl-product-panel__price_type_old {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1600px) {
  .bl-product-panel__price_type_old {
    font-size: 15px;
  }
}
.bl-product-panel__unit {
  font-size: 12px;
}
@media only screen and (min-width: 1280px) {
  .bl-product-panel__unit {
    font-size: 16px;
  }
}
.block-quote {
  position: relative;
  display: block;
  padding: 33px 30px 44px;
  color: #fff;
  text-align: center;
  background: rgba(0,0,0,0.2);
  -webkit-backdrop-filter: blur(22.4px);
          backdrop-filter: blur(22.4px);
}
@media only screen and (min-width: 768px) {
  .block-quote {
    padding: 33px 30px 44px;
  }
}
@media only screen and (min-width: 1280px) {
  .block-quote {
    padding: 50px 35px 74px;
  }
}
@media only screen and (min-width: 1600px) {
  .block-quote {
    padding: 55px 30px 83px;
  }
}
.block-quote:before,
.block-quote:after {
  content: '';
  position: absolute;
  z-index: 10;
  width: 14px;
  height: 13px;
  background: url("/local/templates/.default/markup/mockup/assets/styles/../blocks/block-quote/images/quot.svg") center center no-repeat;
  background-size: contain;
}
@media only screen and (min-width: 1280px) {
  .block-quote:before,
  .block-quote:after {
    width: 17px;
    height: 16px;
  }
}
.block-quote:before {
  top: 20px;
  left: 20px;
}
@media only screen and (min-width: 1280px) {
  .block-quote:before {
    top: 25px;
    left: 25px;
  }
}
@media only screen and (min-width: 1600px) {
  .block-quote:before {
    top: 30px;
    left: 30px;
  }
}
.block-quote:after {
  bottom: 20px;
  right: 20px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media only screen and (min-width: 1280px) {
  .block-quote:after {
    bottom: 25px;
    right: 25px;
  }
}
@media only screen and (min-width: 1600px) {
  .block-quote:after {
    bottom: 30px;
    right: 30px;
  }
}
.block-quote__text {
  font-family: 'Playfair Display', serif;
  letter-spacing: 0.01em;
}
.block-quote__text font-size 18px {
  line-height: 1.45;
}
@media only screen and (min-width: 1280px) {
  .block-quote__text {
    font-size: 24px;
    line-height: 1.7;
  }
}
@media only screen and (min-width: 1600px) {
  .block-quote__text {
    font-size: 28px;
    line-height: 1.6;
  }
}
.block-quote__cite {
  display: block;
  margin: 33px 0 0;
  font-size: 12px;
  font-family: 'Cera Pro', sans-serif;
  line-height: 1.3;
  letter-spacing: 0.01em;
}
@media only screen and (min-width: 1280px) {
  .block-quote__cite {
    margin: 35px 0 0;
    font-size: 14px;
  }
}
@media only screen and (min-width: 1600px) {
  .block-quote__cite {
    margin: 41px 0 0;
    font-size: 15px;
  }
}
.no-backdropfilter .block-quote {
  background: rgba(0,0,0,0.5);
}
.breadcrumbs {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #141414;
  font-size: 0;
  line-height: 1.1;
  letter-spacing: 0.1em;
}
.breadcrumbs__item {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  font-size: 14px;
}
.breadcrumbs__item:first-child:before {
  display: none;
}
.breadcrumbs__item:before {
  content: '|';
  display: inline-block;
  vertical-align: baseline;
  width: auto;
  height: auto;
  margin: 0 8px;
  color: inherit;
}
.breadcrumbs__link {
  display: inline;
  color: rgba(20,20,20,0.6);
  text-decoration: none;
  outline: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.breadcrumbs__link:hover,
.breadcrumbs__link:focus,
.breadcrumbs__link:active {
  color: rgba(20,20,20,0.6);
  text-decoration: none;
}
.breadcrumbs_style_light {
  color: #fff;
}
.breadcrumbs_style_light .breadcrumbs__link {
  color: #fff;
}
.breadcrumbs_style_light .breadcrumbs__link:hover,
.breadcrumbs_style_light .breadcrumbs__link:focus,
.breadcrumbs_style_light .breadcrumbs__link:active {
  opacity: 0.6;
}
.breeding-group {
  display: block;
}
.breeding-group__group {
  margin: 0 0 79px;
}
.breeding-group__group:last-child {
  margin-bottom: 0;
}
.breeding-group__header {
  margin: 0 0 30px;
}
.breeding-group__header:last-child {
  margin-bottom: 0;
}
.breeding-group__title {
  display: block;
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .breeding-group__title {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1280px) {
  .breeding-group__title {
    font-size: 30px;
  }
}
.breeding-group__title_align_left {
  text-align: left;
}
.breeding-group__title_align_center {
  text-align: center;
}
.breeding-group__title_align_right {
  text-align: right;
}
.breeding-group__extra {
  display: inline-block;
  vertical-align: middle;
  padding: 0 0 0 10px;
  opacity: 0.3;
}
.breeding-group__illustration {
  height: 183px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media only screen and (min-width: 1280px) {
  .breeding-group__illustration {
    height: 300px;
  }
}
.breeding-group__image {
  display: none;
}
.breeding-group__item {
  padding: 10px 0;
  border-bottom: 1px solid #e1e1e1;
}
.breeding-group__item:last-child {
  border-bottom: none;
}
.breeding-group__item:hover .breeding-group__panel:before {
  width: 100px;
}
.breeding-group__panel {
  position: relative;
  padding: 29px 100px 29px 10px;
}
@media only screen and (min-width: 768px) {
  .breeding-group__panel {
    padding: 25px 110px 37px 0;
  }
}
@media only screen and (min-width: 1280px) {
  .breeding-group__panel {
    padding: 29px 110px 29px 10px;
  }
}
.breeding-group__panel:before,
.breeding-group__panel:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
}
.breeding-group__panel:before {
  width: 70px;
  height: 2px;
  background: #141414;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.breeding-group__panel:after {
  width: 11px;
  height: 11px;
  border-top: 2px solid #141414;
  border-right: 2px solid #141414;
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
}
.breeding-group__item-title {
  display: block;
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
}
.breeding-group__item-title:last-child {
  margin-bottom: 0;
}
.breeding-group__link {
  color: inherit;
  text-decoration: none;
}
.breeding-group__link:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: transparent;
}
.breeding-group__description {
  font-size: 15px;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  .breeding-group__description {
    max-width: 400px;
  }
}
@media only screen and (min-width: 1280px) {
  .breeding-group__description {
    max-width: 100%;
  }
}
.breeding-group__review {
  padding: 44px 10px 62px;
  background: #fff;
}
@media only screen and (min-width: 768px) {
  .breeding-group__review {
    padding: 40px 0 62px;
  }
}
@media only screen and (min-width: 1280px) {
  .breeding-group__review {
    padding: 44px 10px 62px;
  }
}
.burger {
  position: relative;
  z-index: 10;
  display: inline-block;
  vertical-align: middle;
  width: 64px;
  height: 66px;
  margin: 0;
  font-size: 0;
  line-height: 1;
  cursor: pointer;
  background: #56595c;
  background: linear-gradient(80deg, #56595c 0%, #191717 100%);
  border: none;
  border-left: none;
  border-right: none;
  outline: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 768px) {
  .burger {
    width: 106px;
    height: 110px;
  }
}
@media only screen and (min-width: 1440px) {
  .burger {
    width: 119px;
    height: 124px;
  }
}
@media only screen and (min-width: 1600px) {
  .burger {
    width: 132px;
    height: 138px;
  }
}
.burger:hover {
  background: #bf0000;
}
.burger:before,
.burger:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 20px;
  height: 2px;
  background: #fff;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media only screen and (min-width: 768px) {
  .burger:before,
  .burger:after {
    width: 32px;
  }
}
@media only screen and (min-width: 1440px) {
  .burger:before,
  .burger:after {
    width: 35px;
  }
}
@media only screen and (min-width: 1600px) {
  .burger:before,
  .burger:after {
    width: 38px;
  }
}
.burger:before {
  -webkit-transform: translate(-50%, -250%);
          transform: translate(-50%, -250%);
}
.burger:after {
  -webkit-transform: translate(-50%, 200%);
          transform: translate(-50%, 200%);
}
.burger_style_regular {
  background: #163072;
}
.burger_type_close {
  background: #bf0000;
  border-color: transparent;
}
.burger_type_close:before {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.burger_type_close:after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.burger_type_simple {
  width: 50px;
  height: 50px;
  background: transparent;
}
.burger_type_simple:hover {
  background: transparent;
}
.burger_type_simple:before {
  width: 23px;
  height: 6px;
  background: transparent;
  border-top: 1px solid #141414;
  border-bottom: 1px solid #141414;
  -webkit-transform: translate(-50%, -70%);
          transform: translate(-50%, -70%);
}
.burger_type_simple:after {
  width: 12px;
  height: 1px;
  background: #141414;
  -webkit-transform: translate(-100%, 8px);
          transform: translate(-100%, 8px);
}
.burger_type_simple-close {
  width: 50px;
  height: 50px;
}
.burger_type_simple-close:hover {
  background: transparent;
}
.burger_type_simple-close:before,
.burger_type_simple-close:after {
  width: 23px;
  height: 1px;
  background: #141414;
  border: none;
  -webkit-transform: translate(-50%, -70%) rotate(45deg);
          transform: translate(-50%, -70%) rotate(45deg);
}
.burger_type_simple-close:after {
  -webkit-transform: translate(-50%, -70%) rotate(-45deg);
          transform: translate(-50%, -70%) rotate(-45deg);
}
.burger_size_s {
  width: 40px;
  height: 40px;
}
.burger_size_s:before,
.burger_size_s:after {
  width: 20px;
}
.button {
  display: inline-block;
  vertical-align: middle;
  height: 52px;
  padding: 0 15px;
  color: #141414;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.1em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  background: #fff;
  border: 2px solid #fff;
  outline: none;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 768px) {
  .button {
    padding: 0 15px;
  }
}
@media only screen and (min-width: 1440px) {
  .button {
    height: 58px;
    padding: 5px 15px;
    font-size: 14px;
  }
}
@media only screen and (min-width: 1600px) {
  .button {
    height: 64px;
    font-size: 15px;
  }
}
.button:hover {
  background: #fff;
  opacity: 0.8;
}
.button:active {
  background: #fff;
  opacity: 0.7;
}
.button:disabled {
  background: #fff;
  opacity: 0.2;
}
.button__holder {
  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: 100%;
  height: 100%;
  text-align: center;
}
.button__text {
  letter-spacing: 0.1em;
}
.button__icon {
  width: 23px;
  height: 23px;
  margin: 0 10px 0 0;
  fill: currentColor;
}
.button_size_s {
  height: 40px;
}
@media only screen and (min-width: 1440px) {
  .button_size_s {
    height: 46px;
  }
}
.button_size_m {
  height: 40px;
}
@media only screen and (min-width: 1440px) {
  .button_size_m {
    height: 53px;
  }
}
.button_size_xl {
  height: 53px;
}
@media only screen and (min-width: 1440px) {
  .button_size_xl {
    height: 64px;
  }
}
@media only screen and (min-width: 1600px) {
  .button_size_xl {
    height: 74px;
    font-size: 17px;
  }
}
.button_size_xxl {
  height: 68px;
}
@media only screen and (min-width: 1280px) {
  .button_size_xxl {
    height: 80px;
  }
}
@media only screen and (min-width: 1440px) {
  .button_size_xxl {
    height: 90px;
  }
}
@media only screen and (min-width: 1600px) {
  .button_size_xxl {
    height: 100px;
  }
}
.button_text-size_xs {
  font-size: 12px;
}
@media only screen and (min-width: 1440px) {
  .button_text-size_xs {
    font-size: 13px;
  }
}
.button_text-size_s {
  font-size: 13px;
}
@media only screen and (min-width: 1440px) {
  .button_text-size_s {
    font-size: 15px;
  }
}
.button_width_full {
  display: block;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
.button_type_simple {
  height: auto;
  padding: 0;
  color: #163072;
  letter-spacing: 0.1em;
  background: transparent;
  border: none;
  opacity: 1;
}
.button_type_simple:hover,
.button_type_simple:active {
  color: #0d2256;
  background: transparent;
  opacity: 1;
}
.button_type_disunited {
  height: auto;
  padding: 0;
  background: transparent;
  border: none;
  opacity: 1;
}
.button_type_disunited:hover {
  opacity: 1;
}
.button_type_disunited .button__text {
  display: inline-block;
  vertical-align: middle;
  padding: 4px 8px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background: #bf0000;
}
@media only screen and (min-width: 768px) {
  .button_type_disunited .button__text {
    font-size: 11px;
  }
}
@media only screen and (min-width: 1280px) {
  .button_type_disunited .button__text {
    font-size: 10px;
  }
}
@media only screen and (min-width: 1440px) {
  .button_type_disunited .button__text {
    font-size: 11px;
  }
}
@media only screen and (min-width: 1600px) {
  .button_type_disunited .button__text {
    font-size: 12px;
  }
}
.button_type_arrow {
  position: relative;
  width: 129px;
  color: #fff;
  font-size: 0;
  background: #163072;
  border: none;
}
@media only screen and (min-width: 1280px) {
  .button_type_arrow {
    width: 152px;
  }
}
@media only screen and (min-width: 1440px) {
  .button_type_arrow {
    width: 171px;
  }
}
@media only screen and (min-width: 1600px) {
  .button_type_arrow {
    width: 190px;
  }
}
.button_type_arrow:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  display: block;
  width: 73px;
  height: 4px;
  background: currentColor;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
@media only screen and (min-width: 1280px) {
  .button_type_arrow:before {
    width: 85px;
  }
}
@media only screen and (min-width: 1440px) {
  .button_type_arrow:before {
    width: 95px;
  }
}
@media only screen and (min-width: 1600px) {
  .button_type_arrow:before {
    width: 102px;
    height: 5px;
  }
}
.button_type_arrow:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 73px;
  z-index: 1;
  display: block;
  width: 10px;
  height: 10px;
  border-top: 4px solid currentColor;
  border-right: 4px solid currentColor;
  -webkit-transform: translate(-92%, -50%) rotate(45deg);
          transform: translate(-92%, -50%) rotate(45deg);
  -webkit-transition: left 0.3s ease;
  transition: left 0.3s ease;
}
@media only screen and (min-width: 1280px) {
  .button_type_arrow:after {
    left: 85px;
    width: 12px;
    height: 12px;
  }
}
@media only screen and (min-width: 1440px) {
  .button_type_arrow:after {
    left: 95px;
  }
}
@media only screen and (min-width: 1600px) {
  .button_type_arrow:after {
    left: 102px;
    width: 14px;
    height: 14px;
    border-top-width: 5px;
    border-right-width: 5px;
  }
}
.button_type_arrow:hover,
.button_type_arrow:active {
  background: #163072;
  opacity: 1;
}
.button_type_arrow:hover:before,
.button_type_arrow:active:before {
  width: 103px;
}
@media only screen and (min-width: 1280px) {
  .button_type_arrow:hover:before,
  .button_type_arrow:active:before {
    width: 115px;
  }
}
@media only screen and (min-width: 1440px) {
  .button_type_arrow:hover:before,
  .button_type_arrow:active:before {
    width: 125px;
  }
}
@media only screen and (min-width: 1600px) {
  .button_type_arrow:hover:before,
  .button_type_arrow:active:before {
    width: 132px;
  }
}
.button_type_arrow:hover:after,
.button_type_arrow:active:after {
  left: 103px;
}
@media only screen and (min-width: 1280px) {
  .button_type_arrow:hover:after,
  .button_type_arrow:active:after {
    left: 115px;
  }
}
@media only screen and (min-width: 1440px) {
  .button_type_arrow:hover:after,
  .button_type_arrow:active:after {
    left: 125px;
  }
}
@media only screen and (min-width: 1600px) {
  .button_type_arrow:hover:after,
  .button_type_arrow:active:after {
    left: 132px;
  }
}
.button_type_arrow:disabled {
  background: #163072;
}
.button_type_arrow .button__holder {
  display: none;
}
.button_type_arrow.button_style_primary {
  border: none;
}
.button_type_arrow-simple {
  position: relative;
  height: auto;
  padding: 0 47px 0 0;
  color: #163072;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.1em;
  background: transparent;
  border: none;
  opacity: 1;
}
@media only screen and (min-width: 1280px) {
  .button_type_arrow-simple {
    padding: 0 56px 0 0;
    font-size: 16px;
  }
}
@media only screen and (min-width: 1440px) {
  .button_type_arrow-simple {
    padding: 0 62px 0 0;
    font-size: 18px;
  }
}
@media only screen and (min-width: 1600px) {
  .button_type_arrow-simple {
    padding: 0 70px 0 0;
    font-size: 20px;
  }
}
.button_type_arrow-simple:before {
  content: '';
  position: absolute;
  top: 8px;
  right: 37px;
  z-index: 1;
  display: block;
  width: 23px;
  height: 1px;
  background: currentColor;
  -webkit-transform: translate(100%, 0);
          transform: translate(100%, 0);
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
@media only screen and (min-width: 1280px) {
  .button_type_arrow-simple:before {
    top: 13px;
    right: 44px;
    width: 28px;
  }
}
@media only screen and (min-width: 1440px) {
  .button_type_arrow-simple:before {
    top: 14px;
    right: 50px;
    width: 32px;
  }
}
@media only screen and (min-width: 1600px) {
  .button_type_arrow-simple:before {
    top: 16px;
    right: 56px;
    width: 36px;
  }
}
.button_type_arrow-simple:after {
  content: '';
  position: absolute;
  top: 8px;
  right: 14px;
  z-index: 1;
  display: block;
  width: 4px;
  height: 4px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  -webkit-transform: translate(0, -2px) rotate(45deg);
          transform: translate(0, -2px) rotate(45deg);
  -webkit-transition: right 0.3s ease;
  transition: right 0.3s ease;
}
@media only screen and (min-width: 1280px) {
  .button_type_arrow-simple:after {
    top: 13px;
    right: 16px;
    width: 6px;
    height: 6px;
    -webkit-transform: translate(0, -3px) rotate(45deg);
            transform: translate(0, -3px) rotate(45deg);
  }
}
@media only screen and (min-width: 1440px) {
  .button_type_arrow-simple:after {
    top: 14px;
    right: 18px;
    width: 7px;
    height: 7px;
    -webkit-transform: translate(0, -4px) rotate(45deg);
            transform: translate(0, -4px) rotate(45deg);
  }
}
@media only screen and (min-width: 1600px) {
  .button_type_arrow-simple:after {
    top: 16px;
    right: 20px;
    width: 8px;
    height: 8px;
    -webkit-transform: translate(0, -4px) rotate(45deg);
            transform: translate(0, -4px) rotate(45deg);
  }
}
.button_type_arrow-simple:hover,
.button_type_arrow-simple:active {
  background: transparent;
  opacity: 1;
}
.button_type_arrow-simple:hover:before,
.button_type_arrow-simple:active:before {
  width: 37px;
}
@media only screen and (min-width: 1280px) {
  .button_type_arrow-simple:hover:before,
  .button_type_arrow-simple:active:before {
    width: 44px;
  }
}
@media only screen and (min-width: 1440px) {
  .button_type_arrow-simple:hover:before,
  .button_type_arrow-simple:active:before {
    width: 50px;
  }
}
@media only screen and (min-width: 1600px) {
  .button_type_arrow-simple:hover:before,
  .button_type_arrow-simple:active:before {
    width: 56px;
  }
}
.button_type_arrow-simple:hover:after,
.button_type_arrow-simple:active:after {
  right: 0;
}
.button_type_arrow-simple:disabled {
  background: transparent;
  opacity: 0.2;
}
.button_type_arrow-simple .button__holder {
  text-align: left;
}
.button_type_arrow-left-simple {
  padding: 0 0 0 47px;
}
@media only screen and (min-width: 1280px) {
  .button_type_arrow-left-simple {
    padding: 0 0 0 56px;
  }
}
@media only screen and (min-width: 1440px) {
  .button_type_arrow-left-simple {
    padding: 0 0 0 62px;
  }
}
@media only screen and (min-width: 1600px) {
  .button_type_arrow-left-simple {
    padding: 0 0 0 70px;
  }
}
.button_type_arrow-left-simple:before {
  right: auto;
  left: 37px;
  -webkit-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
}
@media only screen and (min-width: 1280px) {
  .button_type_arrow-left-simple:before {
    left: 44px;
  }
}
@media only screen and (min-width: 1440px) {
  .button_type_arrow-left-simple:before {
    left: 50px;
  }
}
@media only screen and (min-width: 1600px) {
  .button_type_arrow-left-simple:before {
    left: 56px;
  }
}
.button_type_arrow-left-simple:after {
  right: auto;
  left: 14px;
  -webkit-transform: translate(0, -2px) rotate(-135deg);
          transform: translate(0, -2px) rotate(-135deg);
  -webkit-transition: left 0.3s ease;
  transition: left 0.3s ease;
}
@media only screen and (min-width: 1280px) {
  .button_type_arrow-left-simple:after {
    left: 16px;
    -webkit-transform: translate(0, -3px) rotate(-135deg);
            transform: translate(0, -3px) rotate(-135deg);
  }
}
@media only screen and (min-width: 1440px) {
  .button_type_arrow-left-simple:after {
    left: 18px;
    -webkit-transform: translate(0, -4px) rotate(-135deg);
            transform: translate(0, -4px) rotate(-135deg);
  }
}
@media only screen and (min-width: 1600px) {
  .button_type_arrow-left-simple:after {
    left: 20px;
    -webkit-transform: translate(0, -4px) rotate(-135deg);
            transform: translate(0, -4px) rotate(-135deg);
  }
}
.button_type_arrow-left-simple:hover:after,
.button_type_arrow-left-simple:active:after {
  right: auto;
  left: 0;
}
.button_type_prev {
  position: relative;
  padding: 0 0 0 37px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.03em;
}
.button_type_prev:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  display: block;
  width: 19px;
  height: 1px;
  background: currentColor;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.button_type_prev:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  display: block;
  width: 7px;
  height: 7px;
  border-top: 1px solid currentColor;
  border-left: 1px solid currentColor;
  -webkit-transform: translate(0, -50%) rotate(-45deg);
          transform: translate(0, -50%) rotate(-45deg);
}
.button_type_prev:hover:before,
.button_type_prev:active:before {
  width: 30px;
}
.button_type_next {
  position: relative;
  padding: 0 37px 0 0;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.03em;
}
.button_type_next:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  display: block;
  width: 19px;
  height: 1px;
  background: currentColor;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.button_type_next:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  display: block;
  width: 7px;
  height: 7px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
}
.button_type_next:hover:before,
.button_type_next:active:before {
  width: 30px;
}
.button_style_primary {
  color: #fff;
  background: #bf0000;
  border: 1px solid #bf0000;
}
.button_style_primary:hover {
  background: #a70000;
  border-color: #a70000;
  opacity: 1;
}
.button_style_primary:active {
  background: #980000;
  border-color: #980000;
  opacity: 1;
}
.button_style_primary:disabled,
.button_style_primary:disabled:hover {
  background: #bf0000;
  border-color: #bf0000;
  opacity: 0.2;
}
.button_style_secondary {
  color: #fff;
  background: #163072;
  border: 1px solid #163072;
}
.button_style_secondary:hover {
  background: #0d2256;
  border-color: #0d2256;
  opacity: 1;
}
.button_style_secondary:active {
  background: ;
  border-color: ;
  opacity: 1;
}
.button_style_secondary:disabled,
.button_style_secondary:disabled:hover {
  background: #163072;
  border-color: #163072;
  opacity: 0.2;
}
.button_style_bordered {
  color: #fff;
  background: transparent;
  border: 2px solid rgba(255,255,255,0.3);
}
.button_style_bordered:hover {
  background: rgba(255,255,255,0.12);
  border-color: rgba(255,255,255,0.3);
}
.button_style_bordered:active {
  background: rgba(255,255,255,0.2);
  border-color: rgba(255,255,255,0.3);
  opacity: 1;
}
.button_style_bordered:disabled,
.button_style_bordered:disabled:hover {
  background: transparent;
  border-color: #fff;
  opacity: 0.2;
}
.button_style_bordered-dark {
  color: #141414;
  background: transparent;
  border: 2px solid rgba(20,20,20,0.2);
}
.button_style_bordered-dark:hover {
  background: rgba(20,20,20,0.06);
  border-color: rgba(20,20,20,0.2);
}
.button_style_bordered-dark:active {
  background: rgba(20,20,20,0.12);
  border-color: rgba(20,20,20,0.2);
  opacity: 1;
}
.button_style_bordered-dark:disabled,
.button_style_bordered-dark:disabled:hover {
  background: transparent;
  border-color: #141414;
  opacity: 0.2;
}
.button_style_confluent {
  opacity: 1;
  color: #163072;
  background: transparent;
  border-color: transparent;
}
.button_style_confluent:hover,
.button_style_confluent:active {
  opacity: 0.6;
  color: #163072;
  background: transparent;
  border-color: transparent;
}
.button_style_success {
  color: #fff;
  background: #04b300;
  border-color: #04b300;
}
.button_style_success:hover,
.button_style_success:active {
  color: #fff;
  background: #04b300;
  border-color: #04b300;
}
.button_style_shy {
  color: #141414;
  background: #ebebeb;
  border-color: #ebebeb;
}
.button_style_shy:hover,
.button_style_shy:active {
  color: #141414;
  background: #ebebeb;
  border-color: #ebebeb;
}
.carousel-counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.02em;
}
@media only screen and (min-width: 768px) {
  .carousel-counter {
    font-size: 28px;
  }
}
@media only screen and (min-width: 1440px) {
  .carousel-counter {
    font-size: 32px;
  }
}
@media only screen and (min-width: 1600px) {
  .carousel-counter {
    font-size: 36px;
  }
}
@media only screen and (min-width: 1440px) {
  .carousel-counter__item {
    min-width: 15px;
  }
}
.carousel-counter__item_type_current {
  color: #bf0000;
}
.carousel-counter__item_type_separator {
  display: block;
  padding: 0 4px;
}
@media only screen and (min-width: 768px) {
  .carousel-counter__item_type_separator {
    padding: 0 7px;
  }
}
@media only screen and (min-width: 1440px) {
  .carousel-counter__item_type_separator {
    padding: 0 9px;
  }
}
@media only screen and (min-width: 1600px) {
  .carousel-counter__item_type_separator {
    padding: 0 12px;
  }
}
.carousel {
  counter-reset: carouselCounter;
  position: relative;
  display: block;
  overflow: hidden;
  height: 100vh;
  color: #fff;
  background: #080808;
}
@media only screen and (min-width: 768px) {
  .carousel {
    height: 656px;
    height: 100vh;
  }
}
@media only screen and (min-width: 1280px) {
  .carousel {
    cursor: url("/local/templates/.default/markup/mockup/assets/styles/../images/cursor-next.svg"), auto;
  }
}
@media only screen and (min-width: 1440px) {
  .carousel {
    height: 738px;
    height: 100vh;
  }
}
@media only screen and (min-width: 1600px) {
  .carousel {
    height: 820px;
    height: 100vh;
  }
}
.carousel__background {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-transition: opacity 0s linear 2.9s;
  transition: opacity 0s linear 2.9s;
}
.carousel__background:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #000), to(rgba(0,0,0,0)));
  background: linear-gradient(180deg, #000 0, rgba(0,0,0,0) 100%);
}
.carousel__background_state_0 {
  opacity: 1;
}
.carousel__slides {
  position: relative;
  z-index: 20;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.carousel__slide {
  position: absolute;
  top: 50%;
  left: 29%;
  z-index: 10;
  width: 168px;
  height: 341px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-transform: translate(-50%, -42%);
          transform: translate(-50%, -42%);
  -webkit-transition: width 1.8s ease 1.1s, height 1.8s ease 1.1s, -webkit-transform 1s linear;
  transition: width 1.8s ease 1.1s, height 1.8s ease 1.1s, -webkit-transform 1s linear;
  transition: transform 1s linear, width 1.8s ease 1.1s, height 1.8s ease 1.1s;
  transition: transform 1s linear, width 1.8s ease 1.1s, height 1.8s ease 1.1s, -webkit-transform 1s linear;
  will-change: width, height, transform;
}
@media only screen and (min-width: 768px) {
  .carousel__slide {
    left: 46%;
    width: 225px;
    height: 422px;
  }
}
@media only screen and (min-width: 1025px) {
  .carousel__slide {
    left: 56%;
    width: 225px;
    height: 422px;
  }
}
@media only screen and (min-width: 1440px) {
  .carousel__slide {
    width: 253px;
    height: 475px;
  }
}
@media only screen and (min-width: 1600px) {
  .carousel__slide {
    width: 281px;
    height: 528px;
  }
}
.carousel__slide:before {
  content: counters(carouselCounter, '.', decimal-leading-zero);
  counter-increment: carouselCounter;
  position: absolute;
  top: 12px;
  left: 15px;
  z-index: 30;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: -0.04em;
  opacity: 0.5;
}
@media only screen and (min-width: 768px) {
  .carousel__slide:before {
    top: 27px;
    left: 35px;
    font-size: 24px;
    line-height: 30px;
  }
}
@media only screen and (min-width: 1440px) {
  .carousel__slide:before {
    top: 27px;
    left: 35px;
    font-size: 27px;
    line-height: 34px;
  }
}
@media only screen and (min-width: 1600px) {
  .carousel__slide:before {
    top: 27px;
    left: 35px;
    font-size: 30px;
    line-height: 38px;
  }
}
.carousel__slide:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #000), to(rgba(0,0,0,0)));
  background: linear-gradient(180deg, #000 0, rgba(0,0,0,0) 100%);
}
.carousel__slide_state_0 {
  left: 50%;
  z-index: 5;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: width 1.8s ease 1s, height 1.6s ease 1.2s, -webkit-transform 1s ease;
  transition: width 1.8s ease 1s, height 1.6s ease 1.2s, -webkit-transform 1s ease;
  transition: transform 1s ease, width 1.8s ease 1s, height 1.6s ease 1.2s;
  transition: transform 1s ease, width 1.8s ease 1s, height 1.6s ease 1.2s, -webkit-transform 1s ease;
}
.carousel__slide_state_0:before {
  opacity: 0;
}
.carousel__slide_state_0 .carousel__content {
  display: block;
  left: 25px;
  bottom: 88px;
  max-width: 50%;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
@media only screen and (min-width: 768px) {
  .carousel__slide_state_0 .carousel__content {
    left: 50px;
    bottom: 96px;
  }
}
@media only screen and (min-width: 1280px) {
  .carousel__slide_state_0 .carousel__content {
    left: 56px;
    bottom: 100px;
  }
}
@media only screen and (min-width: 1440px) {
  .carousel__slide_state_0 .carousel__content {
    left: 63px;
    bottom: 105px;
  }
}
@media only screen and (min-width: 1600px) {
  .carousel__slide_state_0 .carousel__content {
    left: 70px;
    bottom: 125px;
  }
}
.carousel__slide_state_0 .carousel__title {
  font-size: 50px;
  line-height: 90%;
  letter-spacing: -0.03em;
}
@media only screen and (min-width: 768px) {
  .carousel__slide_state_0 .carousel__title {
    font-size: 86px;
  }
}
@media only screen and (min-width: 1280px) {
  .carousel__slide_state_0 .carousel__title {
    font-size: 92px;
  }
}
@media only screen and (min-width: 1440px) {
  .carousel__slide_state_0 .carousel__title {
    font-size: 104px;
  }
}
@media only screen and (min-width: 1600px) {
  .carousel__slide_state_0 .carousel__title {
    font-size: 116px;
  }
}
.carousel__slide_state_0 .carousel__description {
  display: block;
}
.carousel__slide_state_0 .carousel__link {
  display: block;
}
.carousel__slide_state_1 {
  -webkit-transition: width 0.3s linear, height 0.3s linear 0.1s, -webkit-transform 0.6s ease 0.4s;
  transition: width 0.3s linear, height 0.3s linear 0.1s, -webkit-transform 0.6s ease 0.4s;
  transition: transform 0.6s ease 0.4s, width 0.3s linear, height 0.3s linear 0.1s;
  transition: transform 0.6s ease 0.4s, width 0.3s linear, height 0.3s linear 0.1s, -webkit-transform 0.6s ease 0.4s;
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
}
.carousel__slide_state_2 {
  -webkit-transition: width 0.3s linear, height 0.3s linear 0.1s, -webkit-transform 0.6s ease 0.4s;
  transition: width 0.3s linear, height 0.3s linear 0.1s, -webkit-transform 0.6s ease 0.4s;
  transition: transform 0.6s ease 0.4s, width 0.3s linear, height 0.3s linear 0.1s;
  transition: transform 0.6s ease 0.4s, width 0.3s linear, height 0.3s linear 0.1s, -webkit-transform 0.6s ease 0.4s;
  -webkit-transform: translate(calc(200% + 25px), -50%);
          transform: translate(calc(200% + 25px), -50%);
}
.carousel__slide_state_3 {
  -webkit-transition: width 0.3s linear, height 0.3s linear 0.1s, -webkit-transform 0.6s ease 0.4s;
  transition: width 0.3s linear, height 0.3s linear 0.1s, -webkit-transform 0.6s ease 0.4s;
  transition: transform 0.6s ease 0.4s, width 0.3s linear, height 0.3s linear 0.1s;
  transition: transform 0.6s ease 0.4s, width 0.3s linear, height 0.3s linear 0.1s, -webkit-transform 0.6s ease 0.4s;
  -webkit-transform: translate(calc(300% + 50px), -50%);
          transform: translate(calc(300% + 50px), -50%);
}
.carousel__slide_state_4 {
  -webkit-transition: width 0.3s linear, height 0.3s linear 0.1s, -webkit-transform 0.6s ease 0.4s;
  transition: width 0.3s linear, height 0.3s linear 0.1s, -webkit-transform 0.6s ease 0.4s;
  transition: transform 0.6s ease 0.4s, width 0.3s linear, height 0.3s linear 0.1s;
  transition: transform 0.6s ease 0.4s, width 0.3s linear, height 0.3s linear 0.1s, -webkit-transform 0.6s ease 0.4s;
  -webkit-transform: translate(calc(400% + 75px), -50%);
          transform: translate(calc(400% + 75px), -50%);
}
.carousel__slide_state_5 {
  -webkit-transition: width 0.3s linear, height 0.3s linear 0.1s, -webkit-transform 0.6s ease 0.4s;
  transition: width 0.3s linear, height 0.3s linear 0.1s, -webkit-transform 0.6s ease 0.4s;
  transition: transform 0.6s ease 0.4s, width 0.3s linear, height 0.3s linear 0.1s;
  transition: transform 0.6s ease 0.4s, width 0.3s linear, height 0.3s linear 0.1s, -webkit-transform 0.6s ease 0.4s;
  -webkit-transform: translate(calc(500% + 100px), -50%);
          transform: translate(calc(500% + 100px), -50%);
}
.carousel__slide_state_6 {
  -webkit-transition: width 0.3s linear, height 0.3s linear 0.1s, -webkit-transform 0.6s ease 0.4s;
  transition: width 0.3s linear, height 0.3s linear 0.1s, -webkit-transform 0.6s ease 0.4s;
  transition: transform 0.6s ease 0.4s, width 0.3s linear, height 0.3s linear 0.1s;
  transition: transform 0.6s ease 0.4s, width 0.3s linear, height 0.3s linear 0.1s, -webkit-transform 0.6s ease 0.4s;
  -webkit-transform: translate(calc(600% + 125px), -50%);
          transform: translate(calc(600% + 125px), -50%);
}
.carousel__slide_state_7 {
  -webkit-transition: width 0.3s linear, height 0.3s linear 0.1s, -webkit-transform 0.6s ease 0.4s;
  transition: width 0.3s linear, height 0.3s linear 0.1s, -webkit-transform 0.6s ease 0.4s;
  transition: transform 0.6s ease 0.4s, width 0.3s linear, height 0.3s linear 0.1s;
  transition: transform 0.6s ease 0.4s, width 0.3s linear, height 0.3s linear 0.1s, -webkit-transform 0.6s ease 0.4s;
  -webkit-transform: translate(calc(700% + 150px), -50%);
          transform: translate(calc(700% + 150px), -50%);
}
.carousel__slide_state_8 {
  -webkit-transition: width 0.3s linear, height 0.3s linear 0.1s, -webkit-transform 0.6s ease 0.4s;
  transition: width 0.3s linear, height 0.3s linear 0.1s, -webkit-transform 0.6s ease 0.4s;
  transition: transform 0.6s ease 0.4s, width 0.3s linear, height 0.3s linear 0.1s;
  transition: transform 0.6s ease 0.4s, width 0.3s linear, height 0.3s linear 0.1s, -webkit-transform 0.6s ease 0.4s;
  -webkit-transform: translate(calc(800% + 175px), -50%);
          transform: translate(calc(800% + 175px), -50%);
}
.carousel__slide_state_9 {
  -webkit-transition: width 0.3s linear, height 0.3s linear 0.1s, -webkit-transform 0.6s ease 0.4s;
  transition: width 0.3s linear, height 0.3s linear 0.1s, -webkit-transform 0.6s ease 0.4s;
  transition: transform 0.6s ease 0.4s, width 0.3s linear, height 0.3s linear 0.1s;
  transition: transform 0.6s ease 0.4s, width 0.3s linear, height 0.3s linear 0.1s, -webkit-transform 0.6s ease 0.4s;
  -webkit-transform: translate(calc(900% + 200px), -50%);
          transform: translate(calc(900% + 200px), -50%);
}
.carousel__slide_state_10 {
  -webkit-transition: width 0.3s linear, height 0.3s linear 0.1s, -webkit-transform 0.6s ease 0.4s;
  transition: width 0.3s linear, height 0.3s linear 0.1s, -webkit-transform 0.6s ease 0.4s;
  transition: transform 0.6s ease 0.4s, width 0.3s linear, height 0.3s linear 0.1s;
  transition: transform 0.6s ease 0.4s, width 0.3s linear, height 0.3s linear 0.1s, -webkit-transform 0.6s ease 0.4s;
  -webkit-transform: translate(calc(1000% + 225px), -50%);
          transform: translate(calc(1000% + 225px), -50%);
}
.carousel__slide_type_last {
  z-index: 1;
  -webkit-transition: width 0.8s linear, height 0.8s linear, -webkit-transform 1s ease-in 0.3s;
  transition: width 0.8s linear, height 0.8s linear, -webkit-transform 1s ease-in 0.3s;
  transition: transform 1s ease-in 0.3s, width 0.8s linear, height 0.8s linear;
  transition: transform 1s ease-in 0.3s, width 0.8s linear, height 0.8s linear, -webkit-transform 1s ease-in 0.3s;
}
.carousel__image {
  display: none;
}
.carousel__link {
  display: none;
}
.carousel__content {
  position: absolute;
  left: 17px;
  bottom: 20px;
  z-index: 20;
  max-width: 100%;
  -webkit-transition: opacity 1.5s ease, -webkit-transform 0.9s ease;
  transition: opacity 1.5s ease, -webkit-transform 0.9s ease;
  transition: transform 0.9s ease, opacity 1.5s ease;
  transition: transform 0.9s ease, opacity 1.5s ease, -webkit-transform 0.9s ease;
}
@media only screen and (min-width: 768px) {
  .carousel__content {
    left: 28px;
    bottom: 26px;
  }
}
@media only screen and (min-width: 1440px) {
  .carousel__content {
    left: 34px;
    bottom: 33px;
  }
}
@media only screen and (min-width: 1600px) {
  .carousel__content {
    left: 34px;
    bottom: 33px;
  }
}
.carousel__title {
  margin: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0;
}
@media only screen and (min-width: 768px) {
  .carousel__title {
    font-size: 15px;
  }
}
@media only screen and (min-width: 1440px) {
  .carousel__title {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1600px) {
  .carousel__title {
    font-size: 18px;
  }
}
.carousel__description {
  display: none;
  padding: 23px 0 0;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.01em;
  opacity: 0.8;
}
@media only screen and (min-width: 768px) {
  .carousel__description {
    padding: 29px 0 0;
    font-size: 15px;
    line-height: 1.2;
  }
}
@media only screen and (min-width: 1280px) {
  .carousel__description {
    padding: 24px 0 0;
  }
}
@media only screen and (min-width: 1440px) {
  .carousel__description {
    padding: 26px 0 0;
    font-size: 16px;
  }
}
@media only screen and (min-width: 1600px) {
  .carousel__description {
    padding: 29px 0 0;
    font-size: 18px;
  }
}
.carousel__counter {
  position: absolute;
  left: 25px;
  bottom: 31px;
  z-index: 30;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.02em;
  -webkit-transition: opacity 0.9s ease 0.5s;
  transition: opacity 0.9s ease 0.5s;
}
@media only screen and (min-width: 768px) {
  .carousel__counter {
    left: 48px;
    bottom: 30px;
    font-size: 25px;
  }
}
@media only screen and (min-width: 1280px) {
  .carousel__counter {
    left: 55px;
    bottom: 37px;
  }
}
@media only screen and (min-width: 1440px) {
  .carousel__counter {
    left: 61px;
    bottom: 42px;
    font-size: 29px;
  }
}
@media only screen and (min-width: 1600px) {
  .carousel__counter {
    left: 70px;
    bottom: 51px;
    font-size: 32px;
  }
}
.carousel__separator {
  display: block;
  padding: 0 5px;
}
@media only screen and (min-width: 768px) {
  .carousel__separator {
    padding: 0 7px;
  }
}
@media only screen and (min-width: 1280px) {
  .carousel__separator {
    padding: 0 9px;
  }
}
.carousel__progress {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 50;
  overflow: hidden;
  width: 100%;
  height: 5px;
  background: rgba(255,255,255,0.3);
}
@media only screen and (min-width: 768px) {
  .carousel__progress {
    height: 6px;
  }
}
@media only screen and (min-width: 1280px) {
  .carousel__progress {
    height: 7px;
  }
}
@media only screen and (min-width: 1440px) {
  .carousel__progress {
    height: 8px;
  }
}
@media only screen and (min-width: 1600px) {
  .carousel__progress {
    height: 10px;
  }
}
.carousel__bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #bf0000;
  -webkit-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.carousel__bar_state_active,
.carousel__bar_state_full {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.carousel__current {
  color: #bf0000;
}
.carousel__link {
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
  bottom: 60px;
  z-index: 20;
  display: none;
  width: auto;
  height: auto;
  font-size: 0;
  text-decoration: none;
  background: transparent;
}
@media only screen and (min-width: 768px) {
  .carousel__link {
    top: 120px;
    right: 35%;
    bottom: 70px;
  }
}
@media only screen and (min-width: 1025px) {
  .carousel__link {
    right: 30%;
  }
}
@media only screen and (min-width: 1280px) {
  .carousel__link {
    cursor: url("/local/templates/.default/markup/mockup/assets/styles/../images/cursor-open.svg"), auto;
  }
}
@media only screen and (min-width: 1440px) {
  .carousel__link {
    top: 140px;
    bottom: 100px;
  }
}
@media only screen and (min-width: 1600px) {
  .carousel__link {
    top: 150px;
  }
}
.carousel_state_init .carousel__background {
  display: none;
}
.carousel_state_init .carousel__slide_state_0 {
  opacity: 1;
  -webkit-transition: opacity 0.9s ease;
  transition: opacity 0.9s ease;
}
.carousel_state_init .carousel__slide_state_0 .carousel__content {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.carousel_state_init .carousel__slide_state_1 {
  opacity: 1;
  -webkit-transition: opacity 1.1s ease, left 1.1s ease 0.2s;
  transition: opacity 1.1s ease, left 1.1s ease 0.2s;
}
.carousel_state_init .carousel__slide_state_2 {
  opacity: 1;
  -webkit-transition: opacity 1.1s ease, left 1.1s ease 0.4s;
  transition: opacity 1.1s ease, left 1.1s ease 0.4s;
}
.carousel_state_init .carousel__slide_state_3 {
  opacity: 1;
  -webkit-transition: opacity 1.1s ease, left 1.1s ease 0.6s;
  transition: opacity 1.1s ease, left 1.1s ease 0.6s;
}
.carousel_state_init .carousel__slide_state_4 {
  opacity: 1;
  -webkit-transition: opacity 1.1s ease, left 1.1s ease 0.8s;
  transition: opacity 1.1s ease, left 1.1s ease 0.8s;
}
.carousel_state_init .carousel__slide_state_5 {
  opacity: 1;
  -webkit-transition: opacity 1.1s ease, left 1.1s ease 1s;
  transition: opacity 1.1s ease, left 1.1s ease 1s;
}
.carousel_state_init .carousel__slide_state_6 {
  opacity: 1;
  -webkit-transition: opacity 1.1s ease, left 1.1s ease 1.2s;
  transition: opacity 1.1s ease, left 1.1s ease 1.2s;
}
.carousel_state_init .carousel__slide_state_7 {
  opacity: 1;
  -webkit-transition: opacity 1.1s ease, left 1.1s ease 1.4s;
  transition: opacity 1.1s ease, left 1.1s ease 1.4s;
}
.carousel_state_init .carousel__slide_state_8 {
  opacity: 1;
  -webkit-transition: opacity 1.1s ease, left 1.1s ease 1.6s;
  transition: opacity 1.1s ease, left 1.1s ease 1.6s;
}
.carousel_state_init .carousel__slide_state_9 {
  opacity: 1;
  -webkit-transition: opacity 1.1s ease, left 1.1s ease 1.8s;
  transition: opacity 1.1s ease, left 1.1s ease 1.8s;
}
.carousel_state_init .carousel__slide_state_10 {
  opacity: 1;
  -webkit-transition: opacity 1.1s ease, left 1.1s ease 2s;
  transition: opacity 1.1s ease, left 1.1s ease 2s;
}
.carousel_state_start .carousel__slide_state_0 {
  opacity: 0;
}
.carousel_state_start .carousel__slide_state_0 .carousel__content {
  opacity: 0;
  -webkit-transform: translate(0, 300%);
          transform: translate(0, 300%);
  -webkit-transition: all 0s ease;
  transition: all 0s ease;
}
.carousel_state_start .carousel__slide_state_1 {
  left: 90%;
  opacity: 0;
}
.carousel_state_start .carousel__slide_state_2 {
  left: 90%;
  opacity: 0;
}
.carousel_state_start .carousel__slide_state_3 {
  left: 90%;
  opacity: 0;
}
.carousel_state_start .carousel__slide_state_4 {
  left: 90%;
  opacity: 0;
}
.carousel_state_start .carousel__slide_state_5 {
  left: 90%;
  opacity: 0;
}
.carousel_state_start .carousel__slide_state_6 {
  left: 90%;
  opacity: 0;
}
.carousel_state_start .carousel__slide_state_7 {
  left: 90%;
  opacity: 0;
}
.carousel_state_start .carousel__slide_state_8 {
  left: 90%;
  opacity: 0;
}
.carousel_state_start .carousel__slide_state_9 {
  left: 90%;
  opacity: 0;
}
.carousel_state_start .carousel__slide_state_10 {
  left: 90%;
  opacity: 0;
}
.carousel_is_animating .carousel__slide_state_0 .carousel__content {
  opacity: 0;
  -webkit-transform: translate(0, 300%);
          transform: translate(0, 300%);
  -webkit-transition: all 0s ease;
  transition: all 0s ease;
}
.cart-final {
  display: block;
  line-height: 1.5;
  letter-spacing: 0;
}
.cart-final__main {
  display: block;
  margin: 0 0 10px;
  padding: 0 0 19px;
  border-bottom: 2px solid;
}
@media only screen and (min-width: 1440px) {
  .cart-final__main {
    padding: 0 0 30px;
  }
}
.cart-final__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 0 0 5px;
  font-size: 13px;
}
@media only screen and (min-width: 1440px) {
  .cart-final__line {
    margin: 0 0 10px;
    font-size: 14px;
  }
}
.cart-final__line:last-child {
  margin-bottom: 0;
}
.cart-final__line_size_l {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}
@media only screen and (min-width: 1440px) {
  .cart-final__line_size_l {
    font-size: 18px;
  }
}
.cart-final__line_size_l .cart-final__label {
  letter-spacing: 0.1em;
}
.cart-final__line_size_l .cart-final__value {
  font-size: 16px;
}
@media only screen and (min-width: 1440px) {
  .cart-final__line_size_l .cart-final__value {
    font-size: 21px;
  }
}
.cart-final__line_size_l .cart-final__price {
  font-size: 22px;
}
@media only screen and (min-width: 1440px) {
  .cart-final__line_size_l .cart-final__price {
    font-size: 30px;
  }
}
.cart-final__line_type_noted {
  position: relative;
  padding: 0 0 19px;
}
@media only screen and (min-width: 1440px) {
  .cart-final__line_type_noted {
    padding: 0;
  }
}
.cart-final__label {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  padding: 0 20px 0 0;
}
.cart-final__value {
  font-size: 14px;
  font-weight: 500;
  text-align: right;
}
@media only screen and (min-width: 1440px) {
  .cart-final__value {
    font-size: 15px;
  }
}
.cart-final__value-text {
  display: inline-block;
  vertical-align: baseline;
}
.cart-final__price {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.02em;
}
@media only screen and (min-width: 1440px) {
  .cart-final__price {
    font-size: 18px;
  }
}
.cart-final__price_style_primary {
  color: #bf0000;
}
.cart-final__line-note {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  display: block;
}
@media only screen and (min-width: 1440px) {
  .cart-final__line-note {
    position: static;
    display: inline-block;
    vertical-align: baseline;
    margin: 0 13px 0 0;
  }
}
.cart-final__line-note:last-child {
  margin-right: 0;
}
.cart-final__note {
  display: block;
  color: rgba(20,20,20,0.5);
  font-size: 12px;
  font-weight: 400;
}
@media only screen and (min-width: 1440px) {
  .cart-final__note {
    font-size: 15px;
  }
}
.cart-form {
  display: block;
}
.cart-form__section {
  margin: 0 0 40px;
}
@media only screen and (min-width: 768px) {
  .cart-form__section {
    margin: 0 0 29px;
  }
}
@media only screen and (min-width: 1440px) {
  .cart-form__section {
    margin: 0 0 47px;
  }
}
.cart-form__section:last-child {
  margin-bottom: 0;
}
.cart-form__trigger {
  margin: 0 0 41px;
  text-align: center;
}
@media only screen and (min-width: 1025px) {
  .cart-form__trigger {
    display: none;
  }
}
.cart-form__trigger:last-child {
  margin-bottom: 0;
}
.cart-form__title {
  margin: 0 0 43px;
  text-align: center;
}
@media only screen and (min-width: 1025px) {
  .cart-form__title {
    display: none;
  }
}
.cart-form__title:last-child {
  margin-bottom: 0;
}
.cart-form__contacts {
  padding: 40px 0 0;
}
@media only screen and (min-width: 768px) {
  .cart-form__contacts {
    padding: 80px 0 0;
  }
}
@media only screen and (min-width: 1440px) {
  .cart-form__contacts {
    padding: 100px 0 0;
  }
}
.cart-list {
  display: block;
  overflow: hidden;
}
@media only screen and (min-width: 1280px) {
  .cart-list:hover .cart-list__quantity {
    pointer-events: auto;
    opacity: 1;
  }
}
.cart-list__header {
  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;
  width: 100%;
  margin: 0 0 15px;
  padding: 0 20px;
}
@media only screen and (min-width: 768px) {
  .cart-list__header {
    padding: 0 0 0 20px;
  }
}
@media only screen and (min-width: 1440px) {
  .cart-list__header {
    margin: 0 0 30px;
    padding: 0 0 0 70px;
  }
}
.cart-list__header:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1440px) {
  .cart-list__items {
    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: -10px -10px 0;
  }
}
.cart-list__item {
  position: relative;
  margin: 0 0 5px;
  background: #f0f0f0;
}
@media only screen and (min-width: 1440px) {
  .cart-list__item {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    width: 50%;
    max-width: 50%;
    margin: 0;
    padding: 10px;
    background: transparent;
  }
}
.cart-list__item:last-child {
  margin-bottom: 0;
}
.cart-list__item_type_custom {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  width: 100%;
  max-width: none;
  margin: 0 0 5px;
}
@media only screen and (min-width: 1280px) {
  .cart-list__item_type_custom {
    margin: 0 0 40px;
    padding: 5px 10px;
  }
}
.cart-list__item_type_custom:font-size {
  margin-bottom: 0;
}
.cart-list__item_type_custom .cart-list__info {
  padding: 9px 0;
}
@media only screen and (min-width: 1280px) {
  .cart-list__item_type_custom .cart-list__info {
    padding: 22px;
  }
}
.cart-list__product {
  position: relative;
}
.cart-list__snippet {
  position: relative;
  z-index: 1;
}
.cart-list__quantity {
  display: block;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}
@media only screen and (min-width: 1440px) {
  .cart-list__quantity {
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 10;
    pointer-events: none;
    border: none;
    opacity: 0;
    background: #fff;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
}
.cart-list__remove {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  display: block;
  width: 40px;
  height: 40px;
  color: #141414;
  font-size: 0;
  background: #f6f6f6;
  border: none;
  outline: none;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
@media only screen and (min-width: 1440px) {
  .cart-list__remove {
    top: 50%;
    width: 53px;
    height: 53px;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
.cart-list__remove:before,
.cart-list__remove:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: block;
  width: 12px;
  height: 1px;
  background: currentColor;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
@media only screen and (min-width: 1440px) {
  .cart-list__remove:before,
  .cart-list__remove:after {
    width: 16px;
    height: 2px;
  }
}
.cart-list__remove:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.cart-list__remove:hover {
  background: #e6e6e6;
}
.cart-list__info {
  position: relative;
  padding: 7px 0 5px;
}
@media only screen and (min-width: 1440px) {
  .cart-list__info {
    padding: 16px 17px 14px;
  }
}
.cart-list__articul {
  position: absolute;
  top: 15px;
  right: 0;
  opacity: 0.6;
  display: none;
  max-width: 100px;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.01em;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media only screen and (min-width: 1280px) {
  .cart-list__articul {
    display: block;
  }
}
@media only screen and (min-width: 1280px) {
  .cart-list__articul + * {
    padding-right: 100px;
  }
}
.cart-list__params-trigger {
  position: absolute;
  top: 35px;
  left: 42px;
  right: 42px;
  z-index: 10;
  display: none;
}
@media only screen and (min-width: 1280px) {
  .cart-list__params-trigger {
    display: block;
  }
}
.cart-list__controls {
  text-align: right;
}
.cart-list__control {
  display: inline-block;
  vertical-align: middle;
  height: 18px;
  opacity: 1;
  padding: 0 10px;
  color: #141414;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
  outline: none;
  border: none;
  background: #fff;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.cart-list__control:hover {
  opacity: 0.6;
}
.cart-panel {
  display: block;
  width: 100%;
}
.cart-panel__intro {
  display: none;
}
@media only screen and (min-width: 768px) {
  .cart-panel__intro {
    display: block;
    padding-top: 44px;
    padding-bottom: 52px;
  }
}
@media only screen and (min-width: 1440px) {
  .cart-panel__intro {
    padding-top: 57px;
    padding-bottom: 135px;
  }
}
.cart-panel__wrapper {
  width: 100%;
  padding: 10px 0 0;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .cart-panel__wrapper {
    padding: 0;
  }
}
.cart-panel__holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 200%;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media only screen and (min-width: 768px) {
  .cart-panel__holder {
    width: 100%;
  }
}
.cart-panel__main {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  width: 50%;
  max-width: 50%;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .cart-panel__main {
    padding: 0 15px 0 0;
  }
}
@media only screen and (min-width: 1280px) {
  .cart-panel__main {
    -ms-flex-preferred-size: 61%;
        flex-basis: 61%;
    width: 61%;
    max-width: 61%;
    padding: 0 20px 0 0;
  }
}
@media only screen and (min-width: 1600px) {
  .cart-panel__main {
    padding: 0 82px 0 0;
  }
}
.cart-panel__aside {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  width: 50%;
  max-width: 50%;
}
@media only screen and (min-width: 768px) {
  .cart-panel__aside {
    padding: 0 0 0 20px;
  }
}
@media only screen and (min-width: 1280px) {
  .cart-panel__aside {
    -ms-flex-preferred-size: 39%;
        flex-basis: 39%;
    width: 39%;
    max-width: 39%;
  }
}
.cart-panel__header {
  display: block;
  margin: 0 0 33px;
}
@media only screen and (min-width: 768px) {
  .cart-panel__header {
    display: none;
  }
}
.cart-panel__title {
  display: block;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 1280px) {
  .cart-panel__title {
    font-size: 20px;
  }
}
.cart-panel__title_type_primary {
  font-size: 20px;
  text-align: center;
}
.cart-panel__number {
  opacity: 0.4;
}
.cart-panel__final {
  padding: 30px 25px;
}
@media only screen and (min-width: 768px) {
  .cart-panel__final {
    display: none;
  }
}
.cart-panel__summary {
  margin: 0 0 31px;
}
.cart-panel__summary:last-child {
  margin-bottom: 0;
}
.cart-panel__trigger {
  padding: 0 27px 40px 0;
  text-align: center;
}
.cart-panel__info-message {
  padding: 115px 0 50px;
}
@media only screen and (min-width: 768px) {
  .cart-panel__info-message {
    padding: 22px 0 70px;
  }
}
@media only screen and (min-width: 1280px) {
  .cart-panel__info-message {
    padding: 0 0 143px;
  }
}
.cart-panel_aside_open .cart-panel__holder {
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media only screen and (min-width: 768px) {
  .cart-panel_aside_open .cart-panel__holder {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.cart-product {
  display: block;
  background: #f0f0f0;
}
@media only screen and (min-width: 1280px) {
  .cart-product {
    background: transparent;
  }
}
@media only screen and (min-width: 1280px) {
  .cart-product:hover .cart-product__quantity {
    pointer-events: auto;
    opacity: 1;
  }
}
.cart-product__main {
  position: relative;
}
.cart-product__container:before {
  content: '';
  display: block;
  width: 100%;
  height: auto;
  padding: 60.96% 0 0;
}
.cart-product__container .cart-product__wrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
}
.cart-product__remove {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 10;
  display: block;
  width: 53px;
  height: 53px;
  color: #141414;
  font-size: 0;
  background: #f6f6f6;
  border: none;
  outline: none;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.cart-product__remove:before,
.cart-product__remove:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: block;
  width: 16px;
  height: 2px;
  background: currentColor;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.cart-product__remove:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.cart-product__remove:hover {
  background: #e6e6e6;
}
.cart-product__quantity {
  display: block;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}
@media only screen and (min-width: 1280px) {
  .cart-product__quantity {
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 10;
    pointer-events: none;
    border: none;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
}
.cart-product__props {
  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;
  padding: 16px 17px 44px;
}
@media only screen and (min-width: 1280px) {
  .cart-product__props {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.cart-product__prop {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  padding: 0 20px;
  line-height: 20px;
}
@media only screen and (min-width: 1280px) {
  .cart-product__prop {
    line-height: 22px;
  }
}
.cart-product__prop-label {
  font-size: 10px;
  letter-spacing: 0.01em;
  opacity: 0.5;
}
@media only screen and (min-width: 1280px) {
  .cart-product__prop-label {
    font-size: 12px;
  }
}
.cart-product__prop-value {
  font-size: 13px;
}
@media only screen and (min-width: 1280px) {
  .cart-product__prop-value {
    font-size: 15px;
  }
}
.cart-section {
  display: block;
  padding: 29px 20px 24px;
}
@media only screen and (min-width: 768px) {
  .cart-section {
    padding: 34px 30px 20px 20px;
  }
}
@media only screen and (min-width: 1440px) {
  .cart-section {
    padding: 52px 54px 40px;
  }
}
.cart-section__header {
  display: block;
  margin: 0 0 14px;
}
@media only screen and (min-width: 1440px) {
  .cart-section__header {
    margin: 0 0 31px;
  }
}
.cart-section__header:last-child {
  margin-bottom: 0;
}
.cart-section__form-inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -6px -6px 20px;
}
@media only screen and (min-width: 768px) {
  .cart-section__form-inputs {
    margin: -6px -6px 16px;
  }
}
@media only screen and (min-width: 1440px) {
  .cart-section__form-inputs {
    margin: -7px -7px 25px;
  }
}
.cart-section__form-inputs:last-child {
  margin-bottom: -6px;
}
@media only screen and (min-width: 1440px) {
  .cart-section__form-inputs:last-child {
    margin-bottom: -7px;
  }
}
.cart-section__title {
  display: block;
  margin: 0 0 11px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media only screen and (min-width: 1440px) {
  .cart-section__title {
    font-size: 19px;
    line-height: 24px;
  }
}
.cart-section__title:last-child {
  margin-bottom: 0;
}
.cart-section__title_size_s {
  margin: 0 0 20px;
}
@media only screen and (min-width: 1440px) {
  .cart-section__title_size_s {
    margin: 0 0 19px;
    font-size: 15px;
    line-height: 1.2;
  }
}
.cart-section__title_size_s:last-child {
  margin-bottom: 0;
}
.cart-section__title_type_heading {
  margin: 0 0 17px;
  font-size: 12px;
  line-height: 1.2;
  opacity: 0.4;
}
@media only screen and (min-width: 1440px) {
  .cart-section__title_type_heading {
    margin: 0 0 19px;
    font-size: 15px;
    opacity: 1;
  }
}
.cart-section__title_type_heading:last-child {
  margin-bottom: 0;
}
.cart-section__label {
  display: block;
  font-size: 12px;
  line-height: 1.5;
  opacity: 0.5;
}
@media only screen and (min-width: 1440px) {
  .cart-section__label {
    font-size: 14px;
  }
}
.cart-section__form-input {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  width: 100%;
  max-width: 100%;
  padding: 6px;
}
@media only screen and (min-width: 1440px) {
  .cart-section__form-input {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    width: 50%;
    max-width: 50%;
    padding: 7px;
  }
}
.cart-section__form-input_width_half {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  width: 50%;
  max-width: 50%;
}
.cart-section__form-input_width_full {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  width: 100%;
  max-width: 100%;
}
.cart-section__note {
  color: rgba(20,20,20,0.5);
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
}
@media only screen and (min-width: 1440px) {
  .cart-section__note {
    text-align: left;
  }
}
.cart-section__note_align_center {
  text-align: center;
}
.cart-section__note_size_l {
  font-size: 12px;
  line-height: 1.5;
}
@media only screen and (min-width: 1440px) {
  .cart-section__note_size_l {
    font-size: 14px;
    line-height: 1.6;
  }
}
.cart-section__sub-section {
  padding: 29px 0 20px;
}
@media only screen and (min-width: 1440px) {
  .cart-section__sub-section {
    padding: 34px 0 26px;
  }
}
.cart-section__check-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -16px;
}
.cart-section__check-group:last-child {
  margin-bottom: -11px;
}
@media only screen and (min-width: 1440px) {
  .cart-section__check-group:last-child {
    margin-bottom: -20px;
  }
}
.cart-section__check-item {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: auto;
  max-width: 100%;
  padding: 0 16px 11px;
}
@media only screen and (min-width: 1440px) {
  .cart-section__check-item {
    padding: 0 16px 20px;
  }
}
.cart-section__check-item:last-child {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.cart-section__controls {
  display: block;
  margin: 0 0 23px;
}
@media only screen and (min-width: 1440px) {
  .cart-section__controls {
    margin: 0 0 32px;
  }
}
.cart-section__controls:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1440px) {
  .cart-section__controls_type_offset {
    padding: 0 54px;
  }
}
.cart-section__tag {
  padding: 15px 0 0;
}
.cart-section__tag:first-child {
  padding-top: 0;
}
.cart-section__check-result_demo_delivery-pickup {
  display: none;
}
.cart-section__summary-details {
  display: block;
  margin: 0 0 29px;
}
.cart-section__summary-details:last-child {
  margin-bottom: 0;
}
.cart-section__description {
  display: block;
  margin: 0 0 21px;
  padding: 10px 0 0;
}
@media only screen and (min-width: 1440px) {
  .cart-section__description {
    margin: 0 0 25px;
    padding: 0;
  }
}
.cart-section__description:last-child {
  margin-bottom: 0;
}
.cart-section__check-results {
  padding: 16px 0 0;
}
.cart-section_type_outer {
  padding-top: 0;
  padding-bottom: 0;
}
@media only screen and (min-width: 1440px) {
  .cart-section_type_outer {
    padding-left: 0;
  }
}
.cart-section_type_close {
  padding-top: 0;
  padding-bottom: 0;
}
@media only screen and (min-width: 1440px) {
  .cart-section_type_close {
    padding: 0;
  }
}
.cart-section_style_gray {
  background: #f0f0f0;
}
.cart-section_demo_delivery-pickup .cart-section__check-result {
  display: none;
}
.cart-section_demo_delivery-pickup .cart-section__check-result_demo_delivery-pickup {
  display: block;
}
.cart {
  display: block;
}
@media only screen and (min-width: 768px) {
  .cart__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.cart__main {
  display: block;
}
@media only screen and (min-width: 768px) {
  .cart__main {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    width: 100%;
    max-width: 100%;
    padding: 0 28px 0 0;
  }
}
@media only screen and (min-width: 1280px) {
  .cart__main {
    overflow: hidden;
    padding: 0 80px 0 0;
  }
}
@media only screen and (min-width: 1600px) {
  .cart__main {
    padding: 0 106px 0 0;
  }
}
.cart__aside {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 300;
  display: block;
  overflow: auto;
  width: 100%;
  height: 100%;
  background: #f6f6f6;
  -webkit-transform: translate(100%, 0);
          transform: translate(100%, 0);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media only screen and (min-width: 768px) {
  .cart__aside {
    position: static;
    z-index: auto;
    overflow: hidden;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 370px;
            flex: 0 0 370px;
    width: 370px;
    max-width: 370px;
    height: auto;
    background: transparent;
    -webkit-transform: none;
            transform: none;
  }
}
@media only screen and (min-width: 1280px) {
  .cart__aside {
    -ms-flex-preferred-size: 480px;
        flex-basis: 480px;
    width: 480px;
    max-width: 480px;
  }
}
@media only screen and (min-width: 1440px) {
  .cart__aside {
    -ms-flex-preferred-size: 600px;
        flex-basis: 600px;
    width: 600px;
    max-width: 600px;
  }
}
.cart__section {
  position: relative;
  margin: 0 0 50px;
}
@media only screen and (min-width: 1280px) {
  .cart__section {
    margin: 0 0 50px;
    padding: 0 0 60px;
  }
}
@media only screen and (min-width: 1280px) {
  .cart__section:after {
    content: '';
    position: absolute;
    right: 0;
    left: 56px;
    bottom: 0;
    z-index: 1;
    display: block;
    width: auto;
    height: 1px;
    background: #dadada;
  }
}
@media only screen and (min-width: 1440px) {
  .cart__section:after {
    left: 64px;
  }
}
@media only screen and (min-width: 1600px) {
  .cart__section:after {
    left: 70px;
  }
}
.cart__section:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.cart__section:last-child:after {
  display: none;
}
.cart__header {
  margin: 0 0 15px;
  padding: 0 25px;
}
@media only screen and (min-width: 768px) {
  .cart__header {
    padding: 0 0 0 50px;
  }
}
@media only screen and (min-width: 1280px) {
  .cart__header {
    margin: 0 0 30px;
    padding: 0 0 0 56px;
  }
}
@media only screen and (min-width: 1440px) {
  .cart__header {
    padding: 0 0 0 63px;
  }
}
@media only screen and (min-width: 1600px) {
  .cart__header {
    padding: 0 0 0 70px;
  }
}
.cart__header:last-child {
  margin-bottom: 0;
}
.cart__header-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.cart__title-wrapper {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  width: 100%;
  max-width: 100%;
}
.cart__title {
  display: block;
  color: #212121;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media only screen and (min-width: 1280px) {
  .cart__title {
    font-size: 20px;
  }
}
.cart__title-quantity {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 15px;
  opacity: 0.3;
}
.cart__label-wrapper {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
}
.cart__label {
  display: inline-block;
  vertical-align: middle;
  padding: 1px 7px;
  color: #313131;
  font-size: 12px;
  font-weight: 500;
  line-height: 19px;
  background: #fff;
}
@media only screen and (min-width: 1280px) {
  .cart__label {
    padding: 1px 9px;
    font-size: 15px;
  }
}
@media only screen and (min-width: 1280px) {
  .cart__product-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -5px;
  }
}
@media only screen and (min-width: 1440px) {
  .cart__product-grid {
    margin: 0 -6px;
  }
}
@media only screen and (min-width: 1600px) {
  .cart__product-grid {
    margin: 0 -7px;
  }
}
.cart__product-item {
  display: block;
  margin: 0 0 5px;
}
@media only screen and (min-width: 1280px) {
  .cart__product-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
    margin: 0;
    padding: 0 5px;
  }
}
@media only screen and (min-width: 1440px) {
  .cart__product-item {
    padding: 0 6px;
  }
}
@media only screen and (min-width: 1600px) {
  .cart__product-item {
    padding: 0 7px;
  }
}
.cart__product-item:last-child {
  margin-bottom: 0;
}
.cart__final {
  padding: 30px 25px;
}
@media only screen and (min-width: 768px) {
  .cart__final {
    display: none;
  }
}
.cart__summary {
  margin: 0 0 31px;
}
.cart__summary:last-child {
  margin-bottom: 0;
}
.cart_aside_open .cart__aside {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.catalog-snippet {
  position: relative;
  display: block;
  color: #141414;
  background: #f0f0f0;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.catalog-snippet:before {
  content: '';
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  padding: 62.5% 0 0;
}
@media only screen and (min-width: 768px) {
  .catalog-snippet:before {
    padding: 73% 0 0;
  }
}
.catalog-snippet__image {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  display: block;
  max-width: 80%;
  max-height: 80%;
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: transform 0.6s ease, opacity 0.6s ease;
  transition: transform 0.6s ease, opacity 0.6s ease, -webkit-transform 0.6s ease;
}
.catalog-snippet__fields {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  height: 100%;
  padding: 23px 25px;
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: transform 0.6s ease, opacity 0.6s ease;
  transition: transform 0.6s ease, opacity 0.6s ease, -webkit-transform 0.6s ease;
}
@media only screen and (min-width: 768px) {
  .catalog-snippet__fields {
    padding: 30px 34px;
  }
}
@media only screen and (min-width: 1280px) {
  .catalog-snippet__fields {
    padding: 46px 56px;
  }
}
@media only screen and (min-width: 1440px) {
  .catalog-snippet__fields {
    padding: 48px 63px;
  }
}
@media only screen and (min-width: 1600px) {
  .catalog-snippet__fields {
    padding: 50px 67px;
  }
}
.catalog-snippet__title {
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .catalog-snippet__title {
    font-size: 18px;
    line-height: 23px;
  }
}
@media only screen and (min-width: 1280px) {
  .catalog-snippet__title {
    font-size: 20px;
    line-height: 25px;
  }
}
@media only screen and (min-width: 1440px) {
  .catalog-snippet__title {
    font-size: 23px;
    line-height: 29px;
  }
}
@media only screen and (min-width: 1600px) {
  .catalog-snippet__title {
    font-size: 26px;
    line-height: 33px;
  }
}
.catalog-snippet__link {
  color: inherit;
  text-decoration: none;
}
.catalog-snippet__link:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  display: block;
  background: transparent;
}
.catalog-snippet:hover,
.catalog-snippet:active {
  background: #e8e8e8;
}
.catalog-snippet:hover .catalog-snippet__image,
.catalog-snippet:active .catalog-snippet__image {
  -webkit-transform: translate(-50%, -50%) scale(1.2);
          transform: translate(-50%, -50%) scale(1.2);
}
.catalog-snippet__loader {
  position: absolute;
  top: 50%;
  left: 50%;
  display: none;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.catalog-snippet_is_invisible .catalog-snippet__image {
  opacity: 0;
  -webkit-transform: translate(-50%, -50%) scale(0.8);
          transform: translate(-50%, -50%) scale(0.8);
}
.catalog-snippet_is_visible .catalog-snippet__image {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}
.catalog-snippet_is_visible:hover .catalog-snippet__image,
.catalog-snippet_is_visible:active .catalog-snippet__image {
  -webkit-transform: translate(-50%, -50%) scale(1.2);
          transform: translate(-50%, -50%) scale(1.2);
}
.catalog-snippet_is_loading {
  background: #eaeaea;
  pointer-events: none;
}
.catalog-snippet_is_loading .catalog-snippet__image {
  opacity: 0;
  -webkit-transform: translate(-50%, -50%) scale(0.8);
          transform: translate(-50%, -50%) scale(0.8);
}
.catalog-snippet_is_loading .catalog-snippet__fields {
  opacity: 0;
}
.catalog-snippet_is_loading .catalog-snippet__loader {
  display: block;
}
.check-elem {
  position: relative;
  display: inline-block;
  opacity: 1;
}
.check-elem:hover .check-elem__label {
  color: #163072;
}
.check-elem:hover .check-elem__label:before {
  border-color: rgba(22,48,114,0.3);
}
.check-elem__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}
.check-elem__input[type='radio'] + .check-elem__label:before {
  border-radius: 50%;
}
.check-elem__input[type='radio'] + .check-elem__label:after {
  top: 8px;
  left: 8px;
  width: 0px;
  height: 0px;
  border: none;
  border-radius: 50%;
  border-width: 4px;
  border-style: solid;
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.check-elem__input:checked + .check-elem__label {
  color: #163072;
}
.check-elem__input:checked + .check-elem__label:after {
  opacity: 1;
}
.check-elem__input:disabled + .check-elem__label {
  cursor: not-allowed;
  opacity: 0.3;
}
.check-elem__input_state_error + .check-elem__label:before {
  border-color: #bf0000;
}
.check-elem__label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 24px;
  padding: 0 0 0 40px;
  color: #141414;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.check-elem__label:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 24px;
  height: 24px;
  background: #fff;
  border: 1px solid #dedede;
  border-radius: 3px;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
.check-elem__label:after {
  content: '';
  position: absolute;
  top: 7px;
  left: 7px;
  z-index: 10;
  display: block;
  opacity: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 11px;
  height: 7px;
  border-left: 2px solid #163072;
  border-bottom: 2px solid #163072;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.check-elem__text {
  display: block;
  line-height: 1;
}
.check-elem__note {
  display: block;
  margin: 0 0 -1px;
  color: rgba(20,20,20,0.5);
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}
.check-elem_style_light:hover .check-elem__label {
  color: #fff;
  opacity: 0.8;
}
.check-elem_style_light:hover .check-elem__label:before {
  border-color: #dedede;
}
.check-elem_style_light .check-elem__label {
  color: #fff;
}
.check-elem_style_light .check-elem__label:before {
  border-color: #dedede;
  background: transparent;
}
.check-elem_style_light .check-elem__label:after {
  border-color: #fff;
}
.check-elem_style_light .check-elem__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}
.check-elem_style_light .check-elem__input:checked + .check-elem__label {
  color: #fff;
}
.check-elem_type_panel {
  display: block;
  padding: 15px 10px;
  background: #e5e5e5;
}
.check-elem_type_panel .check-elem__label {
  padding: 0 0 0 32px;
  font-size: 12px;
  letter-spacing: -0.025em;
}
@media only screen and (min-width: 1280px) {
  .check-elem_type_panel .check-elem__label {
    font-size: 16px;
  }
}
.checklist {
  display: block;
}
.checklist__item {
  position: relative;
  overflow: hidden;
}
.checklist__holder {
  display: block;
  cursor: pointer;
}
.checklist__label {
  display: block;
  padding: 11px 60px 11px 33px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  background: rgba(255,255,255,0);
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.checklist__input {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 1px;
  height: 1px;
  opacity: 0.1;
  -webkit-transform: translate(-110%, -50%);
          transform: translate(-110%, -50%);
}
.checklist__input + .checklist__label:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 25px;
  display: block;
  opacity: 0;
  width: 11px;
  height: 6px;
  border-left: 1px solid #163072;
  border-bottom: 1px solid #163072;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.checklist__input:checked + .checklist__label {
  background: rgba(255,255,255,0.06);
}
.checklist__input:checked + .checklist__label:after {
  opacity: 1;
}
.choice-group {
  display: block;
  overflow: hidden;
}
.choice-group__list {
  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 -7px;
}
.choice-group__item {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  width: 50%;
  max-width: 50%;
  padding: 0 7px 14px;
}
@media only screen and (min-width: 1280px) {
  .choice-group__item {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    width: 25%;
    max-width: 25%;
  }
}
.choice-panel {
  position: relative;
  display: block;
}
.choice-panel__input {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.choice-panel__input:checked + .choice-panel__content {
  border-color: #fff;
}
.choice-panel__input:checked + .choice-panel__content:after {
  opacity: 1;
}
.choice-panel__content {
  position: relative;
  z-index: 10;
  display: block;
  background-color: #343434;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border: 1px solid transparent;
  cursor: pointer;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
.choice-panel__content:before {
  content: '';
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  opacity: 0.6;
  padding: 100% 0 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#000), to(rgba(0,0,0,0)));
  background: linear-gradient(180deg, #000 0%, rgba(0,0,0,0) 100%);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.choice-panel__content:after {
  content: '';
  position: absolute;
  top: 14px;
  right: 4px;
  z-index: 20;
  display: block;
  opacity: 0;
  width: 9px;
  height: 4px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.choice-panel__image {
  display: none;
}
.choice-panel__fields {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  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;
  width: 100%;
  padding: 0 16px 10px;
  font-weight: 700;
  line-height: 1.4;
}
.choice-panel__name {
  padding: 0 10px 0 0;
  font-size: 14px;
}
.choice-panel__number {
  opacity: 0.5;
  font-size: 16px;
}
.choice-panel:hover .choice-panel__content:before {
  opacity: 0.3;
}
.choice-panel:hover .choice-panel__input:checked + .choice-panel__content:before {
  opacity: 0.6;
}
.collapsible-panel {
  display: block;
}
.collapsible-panel__panel_state_hidden {
  display: none;
}
.collapsible-panel__controls {
  padding: 21px 0 0;
}
@media only screen and (min-width: 768px) {
  .collapsible-panel__controls {
    padding: 19px 0 0;
  }
}
@media only screen and (min-width: 1280px) {
  .collapsible-panel__controls {
    padding: 24px 0 0;
  }
}
@media only screen and (min-width: 1440px) {
  .collapsible-panel__controls {
    padding: 26px 0 0;
  }
}
@media only screen and (min-width: 1600px) {
  .collapsible-panel__controls {
    padding: 45px 0 0;
  }
}
.collapsible-panel__control {
  color: #163072;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background: transparent;
  outline: none;
  border: none;
  border-bottom: 2px dashed rgba(22,48,114,0.2);
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
@media only screen and (min-width: 1280px) {
  .collapsible-panel__control {
    font-size: 14px;
    border-bottom-width: 1px;
  }
}
@media only screen and (min-width: 1440px) {
  .collapsible-panel__control {
    font-size: 15px;
  }
}
@media only screen and (min-width: 1600px) {
  .collapsible-panel__control {
    font-size: 16px;
  }
}
.collapsible-panel__control:hover {
  border-color: transparent;
}
.communication-panel {
  display: block;
  padding: 20px;
  color: #141414;
  background: #ededed;
}
@media only screen and (min-width: 768px) {
  .communication-panel {
    padding: 20px 48px;
  }
}
.communication-panel__header {
  margin: 0 0 30px;
}
.communication-panel__header:last-child {
  margin-bottom: 0;
}
.communication-panel__title {
  display: block;
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.communication-panel__title:last-child {
  margin-bottom: 0;
}
.communication-panel__description {
  font-size: 15px;
  line-height: 1.5;
  opacity: 0.6;
}
.communication-panel_type_line {
  overflow: hidden;
  padding: 20px;
}
@media only screen and (min-width: 768px) {
  .communication-panel_type_line {
    padding: 30px 48px;
  }
}
@media only screen and (min-width: 1025px) {
  .communication-panel_type_line .communication-panel__holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 -20px;
  }
}
.communication-panel_type_line .communication-panel__section {
  margin: 0 0 30px;
}
@media only screen and (min-width: 1025px) {
  .communication-panel_type_line .communication-panel__section {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 50%;
    max-width: 50%;
    margin: 0;
    padding: 0 20px;
  }
}
@media only screen and (min-width: 1600px) {
  .communication-panel_type_line .communication-panel__section {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    width: 25%;
    max-width: 25%;
  }
}
.communication-panel_type_line .communication-panel__section:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1025px) {
  .communication-panel_type_line .communication-panel__section_type_controls {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100%;
    max-width: 1000%;
    padding: 30px 0 0;
  }
}
@media only screen and (min-width: 1600px) {
  .communication-panel_type_line .communication-panel__section_type_controls {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    width: 50%;
    max-width: 50%;
    padding: 0;
  }
}
@media only screen and (min-width: 768px) {
  .communication-panel_type_line .communication-panel__controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.communication-panel_type_line .communication-panel__control {
  margin: 0 0 30px;
}
@media only screen and (min-width: 768px) {
  .communication-panel_type_line .communication-panel__control {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    width: 50%;
    max-width: 50%;
    margin: 0;
  }
}
@media only screen and (min-width: 1600px) {
  .communication-panel_type_line .communication-panel__control:first-child {
    padding: 0 5px 0 10px;
  }
}
.communication-panel_type_line .communication-panel__control:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1600px) {
  .communication-panel_type_line .communication-panel__control:last-child {
    padding: 0 10px 0 5px;
  }
}
.compact-rating {
  display: block;
  font-size: 0;
}
.compact-rating__icon-wrapper {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  line-height: 1.2;
}
.compact-rating__icon {
  display: block;
  width: 18px;
  height: 18px;
  fill: rgba(20,20,20,0.3);
}
.compact-rating__label {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
}
.compact-rating_size_l .compact-rating__icon {
  width: 22px;
  height: 22px;
}
.compact-rating_size_l .compact-rating__label {
  font-size: 24px;
}
.contact-block {
  display: block;
  padding: 25px;
  background: #ededed;
}
@media only screen and (min-width: 1600px) {
  .contact-block {
    padding: 35px 58px 75px;
  }
}
.contact-block__title {
  margin: 0 0 30px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.contact-block__title:last-child {
  margin-bottom: 0;
}
.contact-block__person {
  margin: 0 0 39px;
}
.contact-block__person:last-child {
  margin-bottom: 0;
}
.contact-block__control {
  margin: 0 0 36px;
}
.contact-block__control:last-child {
  margin-bottom: 0;
}
.contact-group {
  display: block;
}
.contact-group__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #212121;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0em;
  text-decoration: none;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .contact-group__link {
    font-size: 22px;
  }
}
@media only screen and (min-width: 1280px) {
  .contact-group__link {
    font-size: 34px;
  }
}
.contact-group__illustration {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 17px;
  height: 17px;
  margin: 0 10px 0 0;
  border-radius: 50%;
}
@media only screen and (min-width: 768px) {
  .contact-group__illustration {
    width: 23px;
    height: 23px;
  }
}
@media only screen and (min-width: 1280px) {
  .contact-group__illustration {
    width: 44px;
    height: 44px;
  }
}
.contact-group__illustration_type_whatsapp {
  background: #25d366;
}
.contact-group__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media only screen and (min-width: 768px) {
  .contact-group__icon {
    width: 14px;
    height: 14px;
  }
}
@media only screen and (min-width: 1280px) {
  .contact-group__icon {
    width: 26px;
    height: 26px;
  }
}
.contact-group__social {
  padding: 50px 0 0;
}
.contact-group__fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
}
.contact-group__field {
  padding: 0 15px 10px;
}
@media only screen and (min-width: 1440px) {
  .contact-group__field {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    width: 50%;
    max-width: 50%;
  }
}
@media only screen and (min-width: 1px) {
  .contact-group__field_order_xs-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media only screen and (min-width: 1px) {
  .contact-group__field_order_xs-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media only screen and (min-width: 1px) {
  .contact-group__field_order_xs-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media only screen and (min-width: 1px) {
  .contact-group__field_order_xs-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
@media only screen and (min-width: 1px) {
  .contact-group__field_order_xs-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
}
@media only screen and (min-width: 1px) {
  .contact-group__field_order_xs-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}
@media only screen and (min-width: 768px) {
  .contact-group__field_order_s-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media only screen and (min-width: 768px) {
  .contact-group__field_order_s-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media only screen and (min-width: 768px) {
  .contact-group__field_order_s-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media only screen and (min-width: 768px) {
  .contact-group__field_order_s-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
@media only screen and (min-width: 768px) {
  .contact-group__field_order_s-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
}
@media only screen and (min-width: 768px) {
  .contact-group__field_order_s-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}
@media only screen and (min-width: 1025px) {
  .contact-group__field_order_m-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media only screen and (min-width: 1025px) {
  .contact-group__field_order_m-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media only screen and (min-width: 1025px) {
  .contact-group__field_order_m-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media only screen and (min-width: 1025px) {
  .contact-group__field_order_m-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
@media only screen and (min-width: 1025px) {
  .contact-group__field_order_m-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
}
@media only screen and (min-width: 1025px) {
  .contact-group__field_order_m-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}
@media only screen and (min-width: 1280px) {
  .contact-group__field_order_l-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media only screen and (min-width: 1280px) {
  .contact-group__field_order_l-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media only screen and (min-width: 1280px) {
  .contact-group__field_order_l-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media only screen and (min-width: 1280px) {
  .contact-group__field_order_l-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
@media only screen and (min-width: 1280px) {
  .contact-group__field_order_l-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
}
@media only screen and (min-width: 1280px) {
  .contact-group__field_order_l-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}
@media only screen and (min-width: 1440px) {
  .contact-group__field_order_xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media only screen and (min-width: 1440px) {
  .contact-group__field_order_xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media only screen and (min-width: 1440px) {
  .contact-group__field_order_xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media only screen and (min-width: 1440px) {
  .contact-group__field_order_xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
@media only screen and (min-width: 1440px) {
  .contact-group__field_order_xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
}
@media only screen and (min-width: 1440px) {
  .contact-group__field_order_xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}
@media only screen and (min-width: 1600px) {
  .contact-group__field_order_xxl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media only screen and (min-width: 1600px) {
  .contact-group__field_order_xxl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media only screen and (min-width: 1600px) {
  .contact-group__field_order_xxl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media only screen and (min-width: 1600px) {
  .contact-group__field_order_xxl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
@media only screen and (min-width: 1600px) {
  .contact-group__field_order_xxl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
}
@media only screen and (min-width: 1600px) {
  .contact-group__field_order_xxl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}
.contact-panel {
  display: block;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.01em;
  background: #f0f0f0;
}
@media only screen and (min-width: 768px) {
  .contact-panel__holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .contact-panel__aside,
  .contact-panel__main {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 50%;
    max-width: 50%;
  }
}
.contact-panel__aside {
  padding: 37px 70px;
  color: #fff;
  background: #163072;
}
.contact-panel__main {
  padding: 36px 50px;
}
.contact-panel__title {
  margin: 0 0 10px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.contact-panel__title:last-child {
  margin-bottom: 0;
}
.contact-panel__description {
  opacity: 0.75;
}
.contact-panel__controls {
  padding: 41px 0 0;
}
.contact-panel__control {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .contact-panel__control {
    width: 225px;
  }
}
@media only screen and (min-width: 1280px) {
  .contact-panel__control {
    width: 311px;
  }
}
.contact-panel__contact-group {
  max-width: 610px;
}
.content-carousel {
  position: relative;
  display: block;
  opacity: 1;
  -webkit-transition: opacity 0.9s ease 0.2s;
  transition: opacity 0.9s ease 0.2s;
}
.content-carousel__slide {
  width: 295px;
}
@media only screen and (min-width: 768px) {
  .content-carousel__slide {
    width: 768px;
    height: auto;
  }
}
@media only screen and (min-width: 1280px) {
  .content-carousel__slide {
    width: 1280px;
  }
}
@media only screen and (min-width: 1440px) {
  .content-carousel__slide {
    width: 1440px;
  }
}
@media only screen and (min-width: 1600px) {
  .content-carousel__slide {
    width: 1600px;
  }
}
.content-carousel__slide_state_active .content-carousel__illustration {
  -webkit-transform: translate(-50%, -50%) scale(1.2);
          transform: translate(-50%, -50%) scale(1.2);
}
@media only screen and (min-width: 768px) {
  .content-carousel__holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
  }
}
.content-carousel__main {
  padding: 20px 20px;
}
@media only screen and (min-width: 768px) {
  .content-carousel__main {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    width: 50%;
    max-width: 50%;
    padding: 40px;
  }
}
@media only screen and (min-width: 1280px) {
  .content-carousel__main {
    padding: 84px 110px 30px 70px;
  }
}
@media only screen and (min-width: 1440px) {
  .content-carousel__main {
    -ms-flex-preferred-size: 37%;
        flex-basis: 37%;
    width: 37%;
    max-width: 37%;
  }
}
.content-carousel__aside {
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .content-carousel__aside {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    width: 50%;
    max-width: 50%;
  }
}
@media only screen and (min-width: 1440px) {
  .content-carousel__aside {
    -ms-flex-preferred-size: 63%;
        flex-basis: 63%;
    width: 63%;
    max-width: 63%;
  }
}
.content-carousel__aside:before {
  content: '';
  display: block;
  width: 100%;
  height: auto;
  padding: 182% 0 0;
}
@media only screen and (min-width: 768px) {
  .content-carousel__aside:before {
    padding: 101% 0 0;
  }
}
@media only screen and (min-width: 1440px) {
  .content-carousel__aside:before {
    padding: 80% 0 0;
  }
}
.content-carousel__illustration {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
}
.content-carousel__image {
  display: none;
}
.content-carousel__counter {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 10;
  color: #fff;
  font-size: 36px;
}
@media only screen and (min-width: 1280px) {
  .content-carousel__counter {
    top: auto;
    left: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1440px) {
  .content-carousel__counter {
    left: 40px;
    bottom: 40px;
  }
}
.content-carousel__title {
  margin: 0 0 35px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .content-carousel__title {
    margin: 0 0 8px;
    font-size: 30px;
  }
}
@media only screen and (min-width: 1440px) {
  .content-carousel__title {
    margin: 0 0 35px;
    font-size: 40px;
  }
}
.content-carousel__title:last-child {
  margin-bottom: 0;
}
.content-carousel__description {
  font-size: 14px;
  line-height: 1.65;
  letter-spacing: 0.01em;
}
@media only screen and (min-width: 1440px) {
  .content-carousel__description {
    font-size: 16px;
  }
}
.content-carousel__next {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  display: none;
  width: 50%;
  height: 100%;
  font-size: 0;
  background: transparent;
  border: none;
  outline: none;
}
@media only screen and (min-width: 768px) {
  .content-carousel__next {
    display: block;
  }
}
@media only screen and (min-width: 1280px) {
  .content-carousel__next {
    cursor: url("/local/templates/.default/markup/mockup/assets/styles/../images/cursor-next.svg"), auto;
  }
}
.content-carousel_is_invisible {
  opacity: 0;
}
.content-carousel_is_visible {
  opacity: 1;
}
.content-grid {
  display: block;
  overflow: hidden;
}
.content-grid__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -5px;
}
@media only screen and (min-width: 768px) {
  .content-grid__wrapper {
    margin: -5px;
  }
}
@media only screen and (min-width: 1440px) {
  .content-grid__wrapper {
    margin: -6px;
  }
}
@media only screen and (min-width: 1600px) {
  .content-grid__wrapper {
    margin: -7px;
  }
}
.content-grid__item {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
  padding: 0 5px 5px;
}
@media only screen and (min-width: 768px) {
  .content-grid__item {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    width: 50%;
    max-width: 50%;
    padding: 5px;
  }
}
@media only screen and (min-width: 1440px) {
  .content-grid__item {
    padding: 6px;
  }
}
@media only screen and (min-width: 1600px) {
  .content-grid__item {
    padding: 7px;
  }
}
@media only screen and (min-width: 768px) {
  .content-grid__item_type_primary {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100%;
    max-width: 100%;
  }
}
.content-grid__item_type_primary .content-grid__content:before {
  padding: 161.5625% 0 0;
}
@media only screen and (min-width: 768px) {
  .content-grid__item_type_primary .content-grid__content:before {
    padding: 57.2917% 0 0;
  }
}
@media only screen and (min-width: 1280px) {
  .content-grid__item_type_primary .content-grid__content:before {
    padding: 52.17391% 0 0;
  }
}
.content-grid__content {
  position: relative;
}
.content-grid__content:before {
  content: '';
  display: block;
  width: 100%;
  height: auto;
  padding: 93.75% 0 0;
}
@media only screen and (min-width: 768px) {
  .content-grid__content:before {
    padding: 56.1% 0 0;
  }
}
@media only screen and (min-width: 1280px) {
  .content-grid__content:before {
    padding: 52.817% 0 0;
  }
}
.content-grid__content .content-grid__content-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.content-grid__illustration {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  background-color: #999;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.content-grid__illustration:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(0, #000), color-stop(50%, transparent), to(transparent));
  background: linear-gradient(0, #000 0, transparent 50%, transparent 100%);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.content-grid__illustration:hover:before {
  opacity: 0.5;
}
.content-grid__illustration:hover .content-grid__info {
  opacity: 1;
}
.content-grid__image {
  display: none;
}
.content-grid__info {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 5;
  display: block;
  width: 100%;
  height: auto;
  padding: 30px 34px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media only screen and (min-width: 768px) {
  .content-grid__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.content-grid__title {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  width: 100%;
  max-width: 100%;
  color: inherit;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .content-grid__title {
    font-size: 13px;
  }
}
@media only screen and (min-width: 1280px) {
  .content-grid__title {
    font-size: 14px;
  }
}
.content-grid__title:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
}
.content-grid__price {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  padding: 10px 0 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
}
@media only screen and (min-width: 768px) {
  .content-grid__price {
    padding: 0 0 0 20px;
    font-size: 15px;
    line-height: 19px;
  }
}
@media only screen and (min-width: 1280px) {
  .content-grid__price {
    font-size: 17px;
    line-height: 21px;
  }
}
.content-panel {
  display: block;
  opacity: 1;
  background: #fff;
  -webkit-transition: opacity 0.9s ease 0.2s;
  transition: opacity 0.9s ease 0.2s;
}
.content-panel__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .content-panel__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.content-panel__col {
  position: relative;
  display: block;
}
@media only screen and (min-width: 768px) {
  .content-panel__col {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    width: 50%;
  }
}
.content-panel__main {
  padding: 35px 20px 75px 25px;
}
@media only screen and (min-width: 768px) {
  .content-panel__main {
    min-height: 565px;
    padding: 58px 35px 58px 50px;
  }
}
@media only screen and (min-width: 1025px) {
  .content-panel__main {
    min-height: 675px;
    padding: 70px 45px 80px 56px;
  }
}
@media only screen and (min-width: 1280px) {
  .content-panel__main {
    min-height: 789px;
    padding: 79px 50px 100px 63px;
  }
}
@media only screen and (min-width: 1440px) {
  .content-panel__main {
    min-height: 888px;
  }
}
@media only screen and (min-width: 1600px) {
  .content-panel__main {
    min-height: 987px;
    padding: 86px 70px 122px;
  }
}
@media only screen and (min-width: 768px) {
  .content-panel__section-content {
    max-width: 300px;
  }
}
@media only screen and (min-width: 1025px) {
  .content-panel__section-content {
    max-width: 410px;
  }
}
@media only screen and (min-width: 1440px) {
  .content-panel__section-content {
    max-width: 430px;
  }
}
@media only screen and (min-width: 1600px) {
  .content-panel__section-content {
    max-width: 520px;
  }
}
.content-panel__illustration {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.content-panel__illustration-wrapper {
  width: 100%;
  height: 100%;
}
.content-panel__image {
  display: none;
}
.content-panel_order_normal .content-panel__col:last-child {
  -webkit-box-ordinal-group: auto;
      -ms-flex-order: auto;
          order: auto;
}
.content-panel_order_reversed .content-panel__col:last-child {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
@media only screen and (min-width: 1px) {
  .content-panel_order_xs-normal .content-panel__col:last-child {
    -webkit-box-ordinal-group: auto;
        -ms-flex-order: auto;
            order: auto;
  }
}
@media only screen and (min-width: 1px) {
  .content-panel_order_xs_-eversed .content-panel__col:last-child {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
@media only screen and (min-width: 768px) {
  .content-panel_order_s-normal .content-panel__col:last-child {
    -webkit-box-ordinal-group: auto;
        -ms-flex-order: auto;
            order: auto;
  }
}
@media only screen and (min-width: 768px) {
  .content-panel_order_s_-eversed .content-panel__col:last-child {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
@media only screen and (min-width: 1025px) {
  .content-panel_order_m-normal .content-panel__col:last-child {
    -webkit-box-ordinal-group: auto;
        -ms-flex-order: auto;
            order: auto;
  }
}
@media only screen and (min-width: 1025px) {
  .content-panel_order_m_-eversed .content-panel__col:last-child {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
@media only screen and (min-width: 1280px) {
  .content-panel_order_l-normal .content-panel__col:last-child {
    -webkit-box-ordinal-group: auto;
        -ms-flex-order: auto;
            order: auto;
  }
}
@media only screen and (min-width: 1280px) {
  .content-panel_order_l_-eversed .content-panel__col:last-child {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
@media only screen and (min-width: 1440px) {
  .content-panel_order_xl-normal .content-panel__col:last-child {
    -webkit-box-ordinal-group: auto;
        -ms-flex-order: auto;
            order: auto;
  }
}
@media only screen and (min-width: 1440px) {
  .content-panel_order_xl_-eversed .content-panel__col:last-child {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
@media only screen and (min-width: 1600px) {
  .content-panel_order_xxl-normal .content-panel__col:last-child {
    -webkit-box-ordinal-group: auto;
        -ms-flex-order: auto;
            order: auto;
  }
}
@media only screen and (min-width: 1600px) {
  .content-panel_order_xxl_-eversed .content-panel__col:last-child {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
@media only screen and (min-width: 768px) {
  .content-panel_first-col_xs .content-panel__col:first-child {
    -ms-flex-preferred-size: 35.375%;
        flex-basis: 35.375%;
    width: 35.375%;
    max-width: 35.375%;
  }
}
@media only screen and (min-width: 768px) {
  .content-panel_first-col_s .content-panel__col:first-child {
    -ms-flex-preferred-size: 39.375%;
        flex-basis: 39.375%;
    width: 39.375%;
    max-width: 39.375%;
  }
}
@media only screen and (min-width: 768px) {
  .content-panel_first-col_m .content-panel__col:first-child {
    -ms-flex-preferred-size: 45.6%;
        flex-basis: 45.6%;
    width: 45.6%;
    max-width: 45.6%;
  }
}
.content-panel_type_no-image .content-panel__illustration {
  display: none;
}
@media only screen and (min-width: 768px) {
  .content-panel_type_no-image .content-panel__illustration {
    display: block;
  }
}
@media only screen and (max-width: 0px) {
  .content-panel_type_xs-no-image .content-panel__wrapper {
    display: block;
  }
}
@media only screen and (max-width: 0px) {
  .content-panel_type_xs-no-image .content-panel__col,
  .content-panel_type_xs-no-image .content-panel__col:first-child {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 0px) {
  .content-panel_type_xs-no-image .content-panel__section-content {
    max-width: 100%;
  }
}
.content-panel_type_xs-no-image .content-panel__illustration {
  display: none;
}
@media only screen and (min-width: 1px) {
  .content-panel_type_xs-no-image .content-panel__illustration {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .content-panel_type_s-no-image .content-panel__wrapper {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .content-panel_type_s-no-image .content-panel__col,
  .content-panel_type_s-no-image .content-panel__col:first-child {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .content-panel_type_s-no-image .content-panel__section-content {
    max-width: 100%;
  }
}
.content-panel_type_s-no-image .content-panel__illustration {
  display: none;
}
@media only screen and (min-width: 768px) {
  .content-panel_type_s-no-image .content-panel__illustration {
    display: block;
  }
}
@media only screen and (max-width: 1024px) {
  .content-panel_type_m-no-image .content-panel__wrapper {
    display: block;
  }
}
@media only screen and (max-width: 1024px) {
  .content-panel_type_m-no-image .content-panel__col,
  .content-panel_type_m-no-image .content-panel__col:first-child {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .content-panel_type_m-no-image .content-panel__section-content {
    max-width: 100%;
  }
}
.content-panel_type_m-no-image .content-panel__illustration {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .content-panel_type_m-no-image .content-panel__illustration {
    display: block;
  }
}
@media only screen and (max-width: 1279px) {
  .content-panel_type_l-no-image .content-panel__wrapper {
    display: block;
  }
}
@media only screen and (max-width: 1279px) {
  .content-panel_type_l-no-image .content-panel__col,
  .content-panel_type_l-no-image .content-panel__col:first-child {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 1279px) {
  .content-panel_type_l-no-image .content-panel__section-content {
    max-width: 100%;
  }
}
.content-panel_type_l-no-image .content-panel__illustration {
  display: none;
}
@media only screen and (min-width: 1280px) {
  .content-panel_type_l-no-image .content-panel__illustration {
    display: block;
  }
}
@media only screen and (max-width: 1439px) {
  .content-panel_type_xl-no-image .content-panel__wrapper {
    display: block;
  }
}
@media only screen and (max-width: 1439px) {
  .content-panel_type_xl-no-image .content-panel__col,
  .content-panel_type_xl-no-image .content-panel__col:first-child {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 1439px) {
  .content-panel_type_xl-no-image .content-panel__section-content {
    max-width: 100%;
  }
}
.content-panel_type_xl-no-image .content-panel__illustration {
  display: none;
}
@media only screen and (min-width: 1440px) {
  .content-panel_type_xl-no-image .content-panel__illustration {
    display: block;
  }
}
@media only screen and (max-width: 1599px) {
  .content-panel_type_xxl-no-image .content-panel__wrapper {
    display: block;
  }
}
@media only screen and (max-width: 1599px) {
  .content-panel_type_xxl-no-image .content-panel__col,
  .content-panel_type_xxl-no-image .content-panel__col:first-child {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 1599px) {
  .content-panel_type_xxl-no-image .content-panel__section-content {
    max-width: 100%;
  }
}
.content-panel_type_xxl-no-image .content-panel__illustration {
  display: none;
}
@media only screen and (min-width: 1600px) {
  .content-panel_type_xxl-no-image .content-panel__illustration {
    display: block;
  }
}
.content-panel_height_auto .content-panel__main {
  min-height: auto;
}
.content-panel_height_auto .content-panel__illustration {
  position: static;
}
.content-panel_is_invisible {
  opacity: 0;
}
.content-panel_is_visible {
  opacity: 1;
}
.content {
  display: block;
}
@media only screen and (min-width: 1280px) {
  .content__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
@media only screen and (min-width: 1280px) {
  .content__aside-container {
    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: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media only screen and (min-width: 1280px) {
  .content__aside-container_align_bottom {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.content__aside {
  display: block;
  padding: 40px 25px;
}
@media only screen and (min-width: 1280px) {
  .content__aside {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 350px;
            flex: 0 0 350px;
    width: 350px;
    max-width: 350px;
    padding: 40px 30px 0;
  }
}
@media only screen and (min-width: 1600px) {
  .content__aside {
    -ms-flex-preferred-size: 450px;
        flex-basis: 450px;
    width: 450px;
    max-width: 450px;
    padding: 50px 50px 0;
  }
}
@media only screen and (min-width: 1280px) {
  .content__aside_position_fixed {
    position: fixed;
    top: 0;
  }
}
@media only screen and (min-width: 1280px) {
  .content__aside_position_bottom {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}
.content__section {
  display: block;
  padding: 57px 25px 58px;
  font-size: 14px;
  line-height: 1.75;
  letter-spacing: 0.01em;
}
@media only screen and (min-width: 768px) {
  .content__section {
    padding: 57px 123px 58px 53px;
  }
}
@media only screen and (min-width: 1280px) {
  .content__section {
    padding: 60px 133px 60px 56px;
    font-size: 18px;
  }
}
@media only screen and (min-width: 1440px) {
  .content__section {
    padding: 60px 143px 60px 64px;
  }
}
@media only screen and (min-width: 1600px) {
  .content__section {
    padding: 69px 130px 60px 70px;
  }
}
.content__section_style_primary {
  background: rgba(22,48,114,0.08);
}
.content__section_style_gray {
  background: #f0f0f0;
}
.content__section_weight_medium {
  font-weight: 500;
  letter-spacing: 0;
}
.content__section_size_m {
  font-size: 18px;
  line-height: 1.7;
}
@media only screen and (min-width: 768px) {
  .content__section_size_m {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1280px) {
  .content__section_size_m {
    font-size: 24px;
  }
}
.content__section_size_l {
  font-size: 18px;
  line-height: 1.8;
}
@media only screen and (min-width: 768px) {
  .content__section_size_l {
    font-size: 17px;
    line-height: 1.7;
  }
}
@media only screen and (min-width: 1280px) {
  .content__section_size_l {
    font-size: 28px;
  }
}
.content__info {
  display: block;
  margin: 0 0 25px;
}
.content__info:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 1279px) {
  .content__info_type_desktop {
    display: none;
  }
}
.content__info-title {
  display: block;
  margin: 0 0 18px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.01em;
}
@media only screen and (min-width: 768px) {
  .content__info-title {
    margin: 0 0 10px;
    font-size: 16px;
  }
}
@media only screen and (min-width: 1280px) {
  .content__info-title {
    margin: 0 0 18px;
    font-size: 18px;
  }
}
.content__info-title:last-child {
  margin-bottom: 0;
}
.content__form {
  display: block;
  max-width: 377px;
  margin: 0 auto;
}
@media only screen and (min-width: 1280px) {
  .content__form {
    max-width: none;
    margin: 0;
    padding: 45px 0 20px;
  }
}
.content__footer {
  display: block;
  padding: 10px 25px 58px;
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0.01em;
}
@media only screen and (min-width: 768px) {
  .content__footer {
    padding: 10px 53px 58px;
  }
}
@media only screen and (min-width: 1280px) {
  .content__footer {
    padding: 10px 56px 58px;
    font-size: 18px;
  }
}
@media only screen and (min-width: 1440px) {
  .content__footer {
    padding: 85px 64px 80px;
  }
}
@media only screen and (min-width: 1600px) {
  .content__footer {
    padding: 85px 153px 80px 70px;
  }
}
.content__stats {
  display: block;
  padding: 0 10px;
  font-size: 0;
  text-align: center;
  background: #eaeaea;
}
@media only screen and (min-width: 768px) {
  .content__stats {
    display: inline-block;
    text-align: left;
  }
}
.content__stat {
  display: inline-block;
  vertical-align: middle;
  padding: 10px;
  color: rgba(20,20,20,0.8);
  font-size: 13px;
  line-height: 22px;
  letter-spacing: -0.01em;
}
.content__main-container {
  display: block;
  background: #fff;
}
@media only screen and (min-width: 1280px) {
  .content__main-container {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    width: 100%;
    max-width: calc(100% - 350px);
  }
}
@media only screen and (min-width: 1600px) {
  .content__main-container {
    max-width: calc(100% - 450px);
  }
}
.content__main h2:not([class]) {
  margin: 60px 0 30px;
}
@media only screen and (min-width: 768px) {
  .content__main h2:not([class]) {
    margin: 40px 0 60px;
  }
}
@media only screen and (min-width: 1280px) {
  .content__main h2:not([class]) {
    margin: 120px 0 38px;
  }
}
.content__main h3:not([class]) {
  margin: 45px 0 15px;
}
@media only screen and (min-width: 768px) {
  .content__main h3:not([class]) {
    margin: 40px 0 10px;
  }
}
@media only screen and (min-width: 1280px) {
  .content__main h3:not([class]) {
    margin: 70px 0 20px;
  }
}
.content__main h2:not([class]),
.content__main h3:not([class]),
.content__main h4:not([class]),
.content__main h5:not([class]),
.content__main h6:not([class]) {
  text-transform: uppercase;
}
.content__main h2:not([class]):first-child,
.content__main h3:not([class]):first-child,
.content__main h4:not([class]):first-child,
.content__main h5:not([class]):first-child,
.content__main h6:not([class]):first-child {
  margin-top: 0;
}
.content__main h2:not([class]):last-child,
.content__main h3:not([class]):last-child,
.content__main h4:not([class]):last-child,
.content__main h5:not([class]):last-child,
.content__main h6:not([class]):last-child {
  margin-bottom: 0;
}
.content__label {
  display: block;
  margin: 15px 0;
  color: rgba(20,20,20,0.6);
  font-size: 12px;
  line-height: 1.7;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .content__label {
    margin: 20px 0;
  }
}
@media only screen and (min-width: 1280px) {
  .content__label {
    margin: 26px 0;
    font-size: 15px;
  }
}
.content__label:first-child {
  margin-top: 0;
}
.content__label:last-child {
  margin-bottom: 0;
}
.control-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
}
.control-group__item {
  display: block;
  padding: 0 5px;
}
@media only screen and (min-width: 768px) {
  .control-group__item {
    padding: 0 14px;
  }
}
@media only screen and (min-width: 1440px) {
  .control-group__item {
    padding: 0 14px;
  }
}
@media only screen and (min-width: 1600px) {
  .control-group__item {
    padding: 0 18px;
  }
}
.control-group__item:first-child {
  padding-left: 0;
}
.control-group__item:last-child {
  padding-right: 0;
}
.control-group__item_hidden {
  display: none;
}
@media only screen and (min-width: 1px) {
  .control-group__item_hidden_xs {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .control-group__item_hidden_s {
    display: none;
  }
}
@media only screen and (min-width: 1025px) {
  .control-group__item_hidden_m {
    display: none;
  }
}
@media only screen and (min-width: 1280px) {
  .control-group__item_hidden_l {
    display: none;
  }
}
@media only screen and (min-width: 1440px) {
  .control-group__item_hidden_xl {
    display: none;
  }
}
@media only screen and (min-width: 1600px) {
  .control-group__item_hidden_xxl {
    display: none;
  }
}
.control-group__link {
  position: relative;
  display: block;
  color: inherit;
  line-height: 0;
  text-decoration: none;
}
.control-group__link_badge_visible .control-group__badge {
  opacity: 1;
}
.control-group__icon {
  width: 23px;
  height: 23px;
  fill: inherit;
}
@media only screen and (min-width: 768px) {
  .control-group__icon {
    width: 20px;
    height: 20px;
  }
}
@media only screen and (min-width: 1280px) {
  .control-group__icon {
    width: 16px;
    height: 16px;
  }
}
@media only screen and (min-width: 1440px) {
  .control-group__icon {
    width: 21px;
    height: 21px;
  }
}
.control-group__badge {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  display: block;
  width: auto;
  min-width: 16px;
  height: 16px;
  padding: 0 2px;
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  background: #bf0000;
  border-radius: 50%;
  opacity: 0;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.control-group_align_left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.control-group_align_center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.control-group_align_right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.control-group_size_m .control-group__item {
  display: block;
  padding: 0 10px;
}
@media only screen and (min-width: 1280px) {
  .control-group_size_m .control-group__item {
    padding: 0 8px;
  }
}
@media only screen and (min-width: 1440px) {
  .control-group_size_m .control-group__item {
    padding: 0 9px;
  }
}
@media only screen and (min-width: 1600px) {
  .control-group_size_m .control-group__item {
    padding: 0 9px;
  }
}
.control-group_size_m .control-group__item:first-child {
  padding-left: 0;
}
.control-group_size_m .control-group__item:last-child {
  padding-right: 0;
}
.control-group_size_m .control-group__item_hidden {
  display: none;
}
@media only screen and (min-width: 1px) {
  .control-group_size_m .control-group__item_hidden_xs {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .control-group_size_m .control-group__item_hidden_s {
    display: none;
  }
}
@media only screen and (min-width: 1025px) {
  .control-group_size_m .control-group__item_hidden_m {
    display: none;
  }
}
@media only screen and (min-width: 1280px) {
  .control-group_size_m .control-group__item_hidden_l {
    display: none;
  }
}
@media only screen and (min-width: 1440px) {
  .control-group_size_m .control-group__item_hidden_xl {
    display: none;
  }
}
@media only screen and (min-width: 1600px) {
  .control-group_size_m .control-group__item_hidden_xxl {
    display: none;
  }
}
.control-group_size_m .control-group__icon {
  width: 23px;
  height: 23px;
  fill: inherit;
}
@media only screen and (min-width: 768px) {
  .control-group_size_m .control-group__icon {
    width: 20px;
    height: 20px;
  }
}
@media only screen and (min-width: 1440px) {
  .control-group_size_m .control-group__icon {
    width: 21px;
    height: 21px;
  }
}
.cookie-policy {
  position: relative;
  display: block;
  padding: 20px 0;
  font-size: 16px;
  line-height: 20px;
  border: 1px solid #f0f0f0;
  background: #fff;
}
@media only screen and (min-width: 1440px) {
  .cookie-policy__holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
}
.cookie-policy__content {
  padding: 0 30px 15px 0;
}
@media only screen and (min-width: 1440px) {
  .cookie-policy__content {
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
    width: 60%;
    max-width: 60%;
    padding: 0 15px 0 0;
  }
}
@media only screen and (min-width: 1440px) {
  .cookie-policy__controls {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    width: 40%;
    max-width: 40%;
    padding: 0 0 0 15px;
  }
}
.cookie-policy__control {
  max-width: 320px;
  margin: 0 auto;
}
@media only screen and (min-width: 1025px) {
  .cookie-policy__control {
    max-width: 281px;
    margin: 0;
  }
}
@media only screen and (min-width: 1440px) {
  .cookie-policy__control {
    max-width: 336px;
  }
}
.cookie-policy__close {
  position: absolute;
  top: 15px;
  right: 20px;
  width: 17px;
  height: 17px;
  font-size: 0;
  line-height: 0;
  border: none;
  outline: none;
  background: transparent;
}
@media only screen and (min-width: 1440px) {
  .cookie-policy__close {
    top: 20px;
    right: 50px;
  }
}
.cookie-policy__close:hover:before,
.cookie-policy__close:hover:after {
  background: #141414;
}
.cookie-policy__close:before,
.cookie-policy__close:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 20px;
  height: 1px;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  background: #141414;
}
.cookie-policy__close:after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.cookie-policy_style_dark {
  color: #fff;
  border-color: #bf0000;
  background: #141414;
}
.cookie-policy_style_dark .cookie-policy__close:before,
.cookie-policy_style_dark .cookie-policy__close:after {
  background: #fff;
}
.cookie-policy_style_dark .cookie-policy__close:hover:before,
.cookie-policy_style_dark .cookie-policy__close:hover:after {
  background: #141414;
}
.description-panel {
  display: block;
  opacity: 1;
  -webkit-transition: opacity 0.9s ease 0.2s;
  transition: opacity 0.9s ease 0.2s;
}
.description-panel__holder {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .description-panel__holder {
    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;
  }
}
.description-panel__header {
  width: 100%;
  margin: 0 0 15px;
}
@media only screen and (min-width: 768px) {
  .description-panel__header {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 143px;
    margin: 0;
  }
}
@media only screen and (min-width: 1280px) {
  .description-panel__header {
    width: 175px;
  }
}
@media only screen and (min-width: 1440px) {
  .description-panel__header {
    width: 218px;
  }
}
@media only screen and (min-width: 1600px) {
  .description-panel__header {
    width: 243px;
  }
}
.description-panel__title {
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-weight: 700;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .description-panel__title {
    font-size: 19px;
  }
}
@media only screen and (min-width: 1280px) {
  .description-panel__title {
    font-size: 22px;
  }
}
@media only screen and (min-width: 1440px) {
  .description-panel__title {
    font-size: 25px;
  }
}
@media only screen and (min-width: 1600px) {
  .description-panel__title {
    font-size: 28px;
  }
}
@media only screen and (min-width: 768px) {
  .description-panel__content {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding: 0 0 0 15px;
  }
}
@media only screen and (min-width: 1280px) {
  .description-panel__content {
    padding: 0 7px 0 15px;
  }
}
@media only screen and (min-width: 1440px) {
  .description-panel__content {
    padding: 0 30px 0 15px;
  }
}
@media only screen and (min-width: 1600px) {
  .description-panel__content {
    padding: 0 50px 0 15px;
  }
}
.description-panel_is_invisible {
  opacity: 0;
}
.description-panel_is_visible {
  opacity: 1;
}
.description {
  display: block;
  font-size: 14px;
  line-height: 1.5;
}
.description__title {
  display: block;
  margin: 0 0 13px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
}
@media only screen and (min-width: 1600px) {
  .description__title {
    font-size: 18px;
    line-height: 1.5;
  }
}
.description__title:last-child {
  margin-bottom: 0;
}
.description__field {
  display: block;
  margin: 0 0 24px;
}
.description__field:last-child {
  margin-bottom: 0;
}
.design-trigger {
  display: block;
}
.design-trigger__illustration {
  position: relative;
  display: block;
  color: #fff;
  text-decoration: none;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.design-trigger__illustration:before {
  content: '';
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: auto;
  padding: 96% 0 0;
  border: 2px solid transparent;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
.design-trigger__illustration:hover {
  color: #fff;
  text-decoration: none;
}
.design-trigger__illustration:hover:before {
  border-color: #fff;
}
.design-trigger__image {
  display: none;
}
.design-trigger__label {
  position: absolute;
  left: 0;
  bottom: 100%;
  z-index: 1;
  display: block;
  padding: 0 0 17px;
  font-size: 13px;
  line-height: 18px;
  white-space: nowrap;
  letter-spacing: 0.01em;
  pointer-events: none;
  opacity: 0;
}
@media only screen and (min-width: 768px) {
  .design-trigger__label {
    padding: 0 0 10px;
  }
}
@media only screen and (min-width: 1280px) {
  .design-trigger__label {
    padding: 0 0 13px;
  }
}
@media only screen and (min-width: 1440px) {
  .design-trigger__label {
    padding: 0 0 17px;
    font-size: 14px;
  }
}
.design-trigger_state_active .design-trigger__illustration:before {
  border-color: rgba(255,255,255,0.4);
}
.design-trigger_state_active .design-trigger__label {
  pointer-events: auto;
  opacity: 1;
}
.design-triggers {
  display: block;
  padding: 35px 0 0;
}
.design-triggers__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.design-triggers__item {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 94px;
          flex: 0 0 94px;
  width: 94px;
  max-width: 94px;
  margin: 0 20px 0 0;
}
@media only screen and (min-width: 768px) {
  .design-triggers__item {
    width: 56px;
    max-width: 56px;
    margin: 0 8px 0 0;
  }
}
@media only screen and (min-width: 1280px) {
  .design-triggers__item {
    width: 76px;
    max-width: 76px;
    margin: 0 15px 0 0;
  }
}
@media only screen and (min-width: 1440px) {
  .design-triggers__item {
    width: 83px;
    max-width: 83px;
    margin: 0 20px 0 0;
  }
}
@media only screen and (min-width: 1600px) {
  .design-triggers__item {
    width: 94px;
    max-width: 94px;
  }
}
.design-triggers__item:last-child {
  margin-right: 0;
}
.designer-panel {
  position: relative;
  display: block;
  overflow: hidden;
  background: transparent;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.designer-panel__loader {
  position: absolute;
  top: 50%;
  left: 50%;
  display: none;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.designer-panel__container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.designer-panel__image {
  display: none;
}
.designer-panel__wrapper {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 30px 15px 38px;
  color: #fff;
  text-align: center;
  background: rgba(0,0,0,0.1);
  -webkit-backdrop-filter: blur(28px);
          backdrop-filter: blur(28px);
}
@media only screen and (min-width: 768px) {
  .designer-panel__wrapper {
    padding: 30px 25px 38px;
  }
}
@media only screen and (min-width: 1280px) {
  .designer-panel__wrapper {
    left: 75px;
    right: 75px;
    bottom: 80px;
    padding: 65px 50px 62px;
  }
}
@media only screen and (min-width: 1440px) {
  .designer-panel__wrapper {
    left: 85px;
    right: 85px;
    bottom: 105px;
    padding: 65px 50px 54px;
  }
}
@media only screen and (min-width: 1600px) {
  .designer-panel__wrapper {
    left: 95px;
    right: 95px;
    padding: 65px 60px 74px;
  }
}
.designer-panel__wrapper:before {
  content: '';
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 10;
  width: 14px;
  height: 13px;
  background: url("/local/templates/.default/markup/mockup/assets/styles/../blocks/designer-panel/images/quot.svg") center center no-repeat;
  background-size: contain;
}
@media only screen and (min-width: 1280px) {
  .designer-panel__wrapper:before {
    top: 32px;
    left: 29px;
    width: 17px;
    height: 16px;
  }
}
.designer-panel__description {
  margin: 0 0 18px;
  font-size: 17px;
  font-family: 'Playfair Display', serif;
  line-height: 1.5;
  letter-spacing: 0.01em;
}
@media only screen and (min-width: 1280px) {
  .designer-panel__description {
    margin: 0 0 21px;
    font-size: 20px;
    line-height: 1.6;
  }
}
@media only screen and (min-width: 1440px) {
  .designer-panel__description {
    margin: 0 0 18px;
    font-size: 23px;
  }
}
@media only screen and (min-width: 1600px) {
  .designer-panel__description {
    margin: 0 0 28px;
    font-size: 25px;
  }
}
.designer-panel__description:last-child {
  margin-bottom: 0;
}
.designer-panel__title {
  opacity: 0.6;
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: 0.01em;
}
@media only screen and (min-width: 1280px) {
  .designer-panel__title {
    font-size: 13px;
  }
}
@media only screen and (min-width: 1440px) {
  .designer-panel__title {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1600px) {
  .designer-panel__title {
    font-size: 15px;
  }
}
.designer-panel__control {
  width: 100%;
  max-width: 280px;
  margin: 0 auto;
  padding: 31px 0 0;
}
@media only screen and (min-width: 768px) {
  .designer-panel__control {
    padding: 31px 0 0;
  }
}
@media only screen and (min-width: 1280px) {
  .designer-panel__control {
    padding: 45px 0 0;
  }
}
@media only screen and (min-width: 1440px) {
  .designer-panel__control {
    max-width: 310px;
    padding: 50px 0 0;
  }
}
@media only screen and (min-width: 1600px) {
  .designer-panel__control {
    max-width: 340px;
    padding: 58px 0 0;
  }
}
.designer-panel_is_loading {
  background: #eaeaea;
  pointer-events: none;
}
.designer-panel_is_loading .designer-panel__container {
  opacity: 0;
}
.designer-panel_is_loading .designer-panel__loader {
  display: block;
}
.no-backdropfilter .designer-panel__wrapper {
  background: rgba(47,47,47,0.8);
}
.developer-link {
  display: block;
}
.developer-link__label {
  opacity: 0.6;
}
.developer-link__link {
  color: inherit;
  text-decoration: none;
}
.doc {
  display: block;
  padding: 100px 0;
  color: #fff;
  background: #343434;
}
.doc__section {
  margin-bottom: 100px;
}
.doc__section:last-child {
  margin-bottom: 0;
}
.doc__group {
  margin-bottom: 60px;
}
.doc__group:last-child {
  margin-bottom: 0;
}
.doc__title {
  margin: 0 0 20px;
  font-weight: 700;
}
.doc__title_size_h1 {
  font-size: 40px;
}
.doc__title_size_h2 {
  font-size: 35px;
}
.doc__title_size_h3 {
  font-size: 30px;
}
.doc__title_size_h4 {
  font-size: 25px;
}
.doc__title_size_h5 {
  font-size: 20px;
}
.doc__title_size_h6 {
  font-size: 18px;
}
.doc__item {
  margin: 0 0 30px;
}
.doc__item:last-child {
  margin-bottom: 0;
}
.doc__panel {
  padding: 15px;
  background: #2f2f2f;
}
.doc__panel_style_light {
  background: #fdfdfd;
}
.entear-group {
  display: block;
  background: #fff;
}
@media only screen and (min-width: 1280px) {
  .entear-group__holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
}
.entear-group__items {
  padding: 50px 20px 70px 25px;
}
@media only screen and (min-width: 768px) {
  .entear-group__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 30px 50px;
  }
}
@media only screen and (min-width: 1280px) {
  .entear-group__items {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 41%;
        flex-basis: 41%;
    display: block;
    width: 41%;
    padding: 72px 70px 154px;
  }
}
.entear-group__illustration {
  height: 250px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .entear-group__illustration {
    height: 384px;
  }
}
@media only screen and (min-width: 1280px) {
  .entear-group__illustration {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 59%;
        flex-basis: 59%;
    width: 59%;
    height: auto;
  }
}
.entear-group__image {
  display: none;
}
.entear-group__item {
  margin: 0 0 37px;
}
@media only screen and (min-width: 768px) {
  .entear-group__item {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    width: 50%;
    margin: 0;
    padding: 20px;
  }
}
@media only screen and (min-width: 1280px) {
  .entear-group__item {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    width: 100%;
    margin: 0 0 99px;
    padding: 0;
  }
}
.entear-group__item:last-child {
  margin-bottom: 0;
}
.entear-group__title {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .entear-group__title {
    margin: 0 0 13px;
  }
}
@media only screen and (min-width: 1280px) {
  .entear-group__title {
    margin: 0 0 20px;
    font-size: 30px;
  }
}
.entear-group__title:last-child {
  margin-bottom: 0;
}
.entear-group__description {
  font-size: 13px;
  line-height: 1.65;
  letter-spacing: 0;
}
@media only screen and (min-width: 1280px) {
  .entear-group__description {
    font-size: 17px;
  }
}
.entear-group_type_broken {
  background: transparent;
}
.entear-group_type_broken .entear-group__holder {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.entear-group_type_broken .entear-group__items {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  width: auto;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .entear-group_type_broken .entear-group__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin: 0 -7px;
  }
}
.entear-group_type_broken .entear-group__item {
  margin: 0;
  padding: 0 0 7px;
}
@media only screen and (min-width: 768px) {
  .entear-group_type_broken .entear-group__item {
    -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%;
    width: 33.333%;
    margin: 0;
    padding: 0 7px 14px;
  }
}
.entear-group_type_broken .entear-group__panel {
  padding: 35px 20px;
  background: #fff;
}
@media only screen and (min-width: 768px) {
  .entear-group_type_broken .entear-group__panel {
    height: 100%;
    padding: 35px 30px 27px 37px;
  }
}
@media only screen and (min-width: 1280px) {
  .entear-group_type_broken .entear-group__panel {
    padding: 45px 60px 70px 52px;
  }
}
.entear-group_type_broken .entear-group__title {
  margin: 0 0 25px;
}
@media only screen and (min-width: 768px) {
  .entear-group_type_broken .entear-group__title {
    margin: 0 0 15px;
  }
}
@media only screen and (min-width: 1280px) {
  .entear-group_type_broken .entear-group__title {
    margin: 0 0 31px;
    font-size: 25px;
  }
}
.entear-group_type_broken .entear-group__title:last-child {
  margin-bottom: 0;
}
.entear-group_type_broken .entear-group__description {
  font-size: 13px;
  line-height: 1.65;
}
@media only screen and (min-width: 1280px) {
  .entear-group_type_broken .entear-group__description {
    font-size: 16px;
    line-height: 1.65;
  }
}
.entear-group_type_broken .entear-group__illustration {
  display: none;
}
@media only screen and (min-width: 768px) {
  .entear-group_type_broken .entear-group__illustration {
    display: block;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    width: 100%;
    height: 400px;
  }
}
.entear-panel {
  display: block;
  background: #fff;
}
@media only screen and (min-width: 1280px) {
  .entear-panel__holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
}
.entear-panel__main {
  padding: 50px 20px;
}
@media only screen and (min-width: 768px) {
  .entear-panel__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    padding: 30px 50px;
  }
}
@media only screen and (min-width: 1280px) {
  .entear-panel__main {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 41%;
        flex-basis: 41%;
    display: block;
    width: 41%;
    padding: 72px 70px 154px;
  }
}
.entear-panel__illustration {
  display: none;
}
@media only screen and (min-width: 1280px) {
  .entear-panel__illustration {
    display: block;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 59%;
        flex-basis: 59%;
    width: 59%;
    height: auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
.entear-panel__image {
  display: none;
}
.entear-panel__panel {
  width: 100%;
}
.entear-panel__title {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .entear-panel__title {
    margin: 0 0 13px;
  }
}
@media only screen and (min-width: 1280px) {
  .entear-panel__title {
    margin: 0 0 20px;
    font-size: 30px;
  }
}
.entear-panel__title:last-child {
  margin-bottom: 0;
}
.entear-panel__description {
  margin: 0 0 30px;
  font-size: 13px;
  line-height: 1.65;
  letter-spacing: 0;
}
@media only screen and (min-width: 1280px) {
  .entear-panel__description {
    font-size: 17px;
  }
}
.entear-panel__description:last-child {
  margin-bottom: 0;
}
.entry-carousel {
  display: block;
}
.entry-carousel__slide {
  position: relative;
  width: 298px;
  height: auto;
}
@media only screen and (min-width: 768px) {
  .entry-carousel__slide {
    width: 343px;
  }
}
@media only screen and (min-width: 1280px) {
  .entry-carousel__slide {
    width: 450px;
  }
}
.entry-carousel__slide-wrapper:before {
  content: '';
  display: block;
  width: 100%;
  height: auto;
  padding: 107.383% 0 0;
}
@media only screen and (min-width: 768px) {
  .entry-carousel__slide-wrapper:before {
    padding: 100% 0 0;
  }
}
.entry-carousel__holder {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: block;
  width: 100%;
  height: 100%;
}
.entry-carousel__panel {
  display: block;
  width: 100%;
  height: 100%;
}
.entry-panel {
  position: relative;
  display: block;
}
.entry-panel__container {
  display: block;
  height: 100%;
  color: #fff;
  opacity: 1;
  background-color: #343434;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: transform 0.6s ease, opacity 0.6s ease;
  transition: transform 0.6s ease, opacity 0.6s ease, -webkit-transform 0.6s ease;
}
.entry-panel__container:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(0, rgba(0,0,0,0.5) 0, transparent 116px, transparent 100%);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media only screen and (min-width: 768px) {
  .entry-panel__container:before {
    background: linear-gradient(0, rgba(0,0,0,0.5) 0, transparent 161px, transparent 100%);
  }
}
@media only screen and (min-width: 1440px) {
  .entry-panel__container:before {
    background: linear-gradient(0, rgba(0,0,0,0.5) 0, transparent 209px, transparent 100%);
  }
}
@media only screen and (min-width: 1600px) {
  .entry-panel__container:before {
    background: linear-gradient(0, rgba(0,0,0,0.5) 0, transparent 233px, transparent 100%);
  }
}
.entry-panel__container:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(#000), to(rgba(0,0,0,0)));
  background: linear-gradient(0deg, #000 0%, rgba(0,0,0,0) 100%);
  opacity: 0.5;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.entry-panel__container:hover:before {
  opacity: 0;
}
.entry-panel__container:hover:after {
  opacity: 0.5;
}
.entry-panel__layers {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  font-size: 0;
}
.entry-panel__layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  background-color: #343434;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.entry-panel__layer:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(0, rgba(0,0,0,0.5) 0, transparent 116px, transparent 100%);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media only screen and (min-width: 768px) {
  .entry-panel__layer:before {
    background: linear-gradient(0, rgba(0,0,0,0.5) 0, transparent 161px, transparent 100%);
  }
}
@media only screen and (min-width: 1440px) {
  .entry-panel__layer:before {
    background: linear-gradient(0, rgba(0,0,0,0.5) 0, transparent 209px, transparent 100%);
  }
}
@media only screen and (min-width: 1600px) {
  .entry-panel__layer:before {
    background: linear-gradient(0, rgba(0,0,0,0.5) 0, transparent 233px, transparent 100%);
  }
}
.entry-panel__layer_state_active {
  opacity: 1;
}
.entry-panel__wrapper {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.entry-panel__image {
  display: none;
}
.entry-panel__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: auto 0 0;
}
@media only screen and (min-width: 1280px) {
  .entry-panel__content {
    display: block;
  }
}
.entry-panel__main {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  width: 100%;
  max-width: 100%;
  padding: 45px 24px 33px;
}
@media only screen and (min-width: 1280px) {
  .entry-panel__main {
    padding: 60px 42px 36px;
  }
}
.entry-panel__main:last-child {
  margin-bottom: 0;
}
.entry-panel__title {
  display: block;
  margin: 0 0 5px;
  color: inherit;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.entry-panel__title:last-child {
  margin-bottom: 0;
}
.entry-panel__title:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
}
.entry-panel__labels {
  display: block;
  font-size: 0;
}
.entry-panel__label {
  display: inline-block;
  vertical-align: middle;
  margin: 0 24px 0 0;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0;
  opacity: 0.75;
}
.entry-panel__label:last-child {
  margin-right: 0;
}
.entry-panel__fields {
  display: block;
  max-width: 400px;
}
@media only screen and (min-width: 1280px) {
  .entry-panel__fields {
    max-width: 510px;
  }
}
.entry-panel__field {
  display: block;
  margin: 0 0 20px;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.01em;
}
@media only screen and (min-width: 768px) {
  .entry-panel__field {
    font-size: 15px;
  }
}
@media only screen and (min-width: 1280px) {
  .entry-panel__field {
    font-size: 18px;
  }
}
.entry-panel__field:last-child {
  margin-bottom: 0;
}
.entry-panel__pagination {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .entry-panel__pagination {
    position: absolute;
    top: 55px;
    right: 48px;
    left: 48px;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.entry-panel__pagination-item {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: auto;
  padding: 0 7px;
}
.entry-panel__pagination-button {
  display: block;
  width: 100%;
  height: 3px;
  font-size: 0;
  text-decoration: none;
  background: #fff;
  border: none;
  outline: none;
}
.entry-panel__pagination-button_state_active {
  background: #bf0000;
}
.entry-panel__slides {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .entry-panel__slides {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 200;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: 100%;
    height: 100%;
    pointer-events: none;
  }
}
.entry-panel__slide {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  width: 100%;
  max-width: 100%;
  font-size: 0;
  pointer-events: auto;
  opacity: 0;
}
.entry-panel__tags {
  display: block;
  margin: 0 0 16px;
  font-size: 0;
}
.entry-panel__tags:last-child {
  margin-bottom: 0;
}
.entry-panel__tag {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 0 0;
  padding: 1px 9px;
  color: #313131;
  font-size: 15px;
  font-weight: 500;
  line-height: 19px;
  background: #fff;
}
.entry-panel__tag:last-child {
  margin-right: 0;
}
.entry-panel__loader {
  position: absolute;
  top: 50%;
  left: 50%;
  display: none;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media only screen and (min-width: 1600px) {
  .entry-panel_size_xs .entry-panel__container:before {
    background: linear-gradient(0, rgba(0,0,0,0.5) 0, transparent 186px, transparent 100%);
  }
}
.entry-panel_size_xs .entry-panel__main {
  padding: 50px 22px 25px 25px;
}
@media only screen and (min-width: 768px) {
  .entry-panel_size_xs .entry-panel__main {
    padding: 50px 28px 27px;
  }
}
@media only screen and (min-width: 1440px) {
  .entry-panel_size_xs .entry-panel__main {
    padding: 50px 34px 31px;
  }
}
@media only screen and (min-width: 1600px) {
  .entry-panel_size_xs .entry-panel__main {
    padding: 50px 36px 34px;
  }
}
.entry-panel_size_xs .entry-panel__tags {
  margin: 0 0 8px;
}
@media only screen and (min-width: 768px) {
  .entry-panel_size_xs .entry-panel__tags {
    margin: 0 0 12px;
  }
}
@media only screen and (min-width: 1600px) {
  .entry-panel_size_xs .entry-panel__tags {
    margin: 0 0 16px;
  }
}
.entry-panel_size_xs .entry-panel__tags:last-child {
  margin-bottom: 0;
}
.entry-panel_size_xs .entry-panel__tag {
  padding: 1px 7px;
  font-size: 14px;
  line-height: 18px;
}
@media only screen and (min-width: 1440px) {
  .entry-panel_size_xs .entry-panel__tag {
    padding: 1px 9px;
    font-size: 15px;
    line-height: 19px;
  }
}
.entry-panel_size_xs .entry-panel__title {
  margin: 0 0 7px;
  font-size: 16px;
  line-height: 21px;
}
@media only screen and (min-width: 768px) {
  .entry-panel_size_xs .entry-panel__title {
    max-width: 80%;
    margin: 0 0 13px;
    font-size: 16px;
    line-height: 21px;
  }
}
@media only screen and (min-width: 1440px) {
  .entry-panel_size_xs .entry-panel__title {
    margin: 0 0 15px;
    font-size: 18px;
    line-height: 23px;
  }
}
@media only screen and (min-width: 1600px) {
  .entry-panel_size_xs .entry-panel__title {
    margin: 0 0 16px;
    font-size: 20px;
    line-height: 1.3;
  }
}
.entry-panel_size_xs .entry-panel__title:last-child {
  margin-bottom: 0;
}
.entry-panel_size_xs .entry-panel__label {
  margin: 0 12px 0 0;
  font-size: 11px;
  line-height: 22px;
  letter-spacing: -0.01em;
}
@media only screen and (min-width: 768px) {
  .entry-panel_size_xs .entry-panel__label {
    margin: 0 10px 0 0;
    line-height: 18px;
  }
}
@media only screen and (min-width: 1440px) {
  .entry-panel_size_xs .entry-panel__label {
    margin: 0 11px 0 0;
    font-size: 12px;
    line-height: 20px;
  }
}
@media only screen and (min-width: 1600px) {
  .entry-panel_size_xs .entry-panel__label {
    margin: 0 15px 0 0;
    font-size: 13px;
  }
}
.entry-panel_size_xs .entry-panel__label:last-child {
  margin-right: 0;
}
@media only screen and (min-width: 1600px) {
  .entry-panel_size_s .entry-panel__container:before {
    background: linear-gradient(0, rgba(0,0,0,0.5) 0, transparent 186px, transparent 100%);
  }
}
.entry-panel_size_s .entry-panel__main {
  padding: 50px 21px 27px;
}
@media only screen and (min-width: 768px) {
  .entry-panel_size_s .entry-panel__main {
    padding: 50px 36px 34px;
  }
}
.entry-panel_size_s .entry-panel__tags {
  margin: 0 0 8px;
}
@media only screen and (min-width: 768px) {
  .entry-panel_size_s .entry-panel__tags {
    margin: 0 0 16px;
  }
}
.entry-panel_size_s .entry-panel__tags:last-child {
  margin-bottom: 0;
}
.entry-panel_size_s .entry-panel__tag {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 15px;
}
@media only screen and (min-width: 768px) {
  .entry-panel_size_s .entry-panel__tag {
    padding: 1px 9px;
    font-size: 15px;
    line-height: 19px;
  }
}
.entry-panel_size_s .entry-panel__title {
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  .entry-panel_size_s .entry-panel__title {
    margin: 0 0 16px;
    line-height: 1.3;
  }
}
.entry-panel_size_s .entry-panel__title:last-child {
  margin-bottom: 0;
}
.entry-panel_size_s .entry-panel__label {
  margin: 0 12px 0 0;
  font-size: 11px;
  line-height: 22px;
  letter-spacing: -0.01em;
}
@media only screen and (min-width: 768px) {
  .entry-panel_size_s .entry-panel__label {
    margin: 0 15px 0 0;
    font-size: 13px;
  }
}
.entry-panel_size_s .entry-panel__label:last-child {
  margin-right: 0;
}
@media only screen and (min-width: 1600px) {
  .entry-panel_size_m .entry-panel__container:before {
    background: linear-gradient(0, rgba(0,0,0,0.6) 0, transparent 350px, transparent 100%);
  }
}
.entry-panel_size_m .entry-panel__main {
  padding: 50px 22px 25px 25px;
}
@media only screen and (min-width: 768px) {
  .entry-panel_size_m .entry-panel__main {
    padding: 60px 37px 33px;
  }
}
@media only screen and (min-width: 1440px) {
  .entry-panel_size_m .entry-panel__main {
    padding: 60px 42px 39px;
  }
}
@media only screen and (min-width: 1600px) {
  .entry-panel_size_m .entry-panel__main {
    padding: 60px 48px 42px;
  }
}
.entry-panel_size_m .entry-panel__tags {
  margin: 0 0 8px;
}
@media only screen and (min-width: 768px) {
  .entry-panel_size_m .entry-panel__tags {
    margin: 0 0 12px;
  }
}
@media only screen and (min-width: 1440px) {
  .entry-panel_size_m .entry-panel__tags {
    margin: 0 0 15px;
  }
}
@media only screen and (min-width: 1600px) {
  .entry-panel_size_m .entry-panel__tags {
    margin: 0 0 16px;
  }
}
@media only screen and (min-width: 768px) {
  .entry-panel_size_m .entry-panel__tags:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .entry-panel_size_m .entry-panel__tag {
    padding: 1px 7px;
    font-size: 14px;
    line-height: 18px;
  }
}
@media only screen and (min-width: 768px) {
  .entry-panel_size_m .entry-panel__tag {
    padding: 2px 8px 3px;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.03em;
  }
}
@media only screen and (min-width: 1440px) {
  .entry-panel_size_m .entry-panel__tag {
    padding: 2px 9px;
    font-size: 18px;
    line-height: 23px;
  }
}
@media only screen and (min-width: 1600px) {
  .entry-panel_size_m .entry-panel__tag {
    padding: 2px 10px 4px;
    font-size: 20px;
    line-height: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .entry-panel_size_m .entry-panel__title {
    margin: 0 0 7px;
    font-size: 16px;
    line-height: 21px;
  }
}
@media only screen and (min-width: 768px) {
  .entry-panel_size_m .entry-panel__title {
    max-width: 60%;
    margin: 0 0 24px;
    font-size: 22px;
    line-height: 29px;
  }
}
@media only screen and (min-width: 1280px) {
  .entry-panel_size_m .entry-panel__title {
    max-width: 90%;
  }
}
@media only screen and (min-width: 1440px) {
  .entry-panel_size_m .entry-panel__title {
    margin: 0 0 27px;
    font-size: 25px;
    line-height: 32px;
  }
}
@media only screen and (min-width: 1600px) {
  .entry-panel_size_m .entry-panel__title {
    max-width: 95%;
    margin: 0 0 30px;
    font-size: 28px;
    line-height: 1.3;
  }
}
.entry-panel_size_m .entry-panel__title:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .entry-panel_size_m .entry-panel__label {
    margin: 0 8px 0 0;
    font-size: 11px;
    line-height: 22px;
    letter-spacing: -0.01em;
  }
}
@media only screen and (min-width: 768px) {
  .entry-panel_size_m .entry-panel__label {
    margin: 0 17px 0 0;
    font-size: 12.44px;
    line-height: 18px;
  }
}
@media only screen and (min-width: 1440px) {
  .entry-panel_size_m .entry-panel__label {
    font-size: 14px;
    line-height: 20px;
  }
}
@media only screen and (min-width: 1600px) {
  .entry-panel_size_m .entry-panel__label {
    margin: 0 24px 0 0;
    font-size: 15px;
    line-height: 22px;
  }
}
.entry-panel_size_m .entry-panel__label:last-child {
  margin-right: 0;
}
@media only screen and (min-width: 1600px) {
  .entry-panel_size_l .entry-panel__container:before {
    background: linear-gradient(0, rgba(0,0,0,0.6) 0, transparent 350px, transparent 100%);
  }
}
.entry-panel_size_l .entry-panel__main {
  padding: 50px 21px 27px;
}
@media only screen and (min-width: 768px) {
  .entry-panel_size_l .entry-panel__main {
    padding: 60px 48px 42px;
  }
}
.entry-panel_size_l .entry-panel__tags {
  margin: 0 0 8px;
}
@media only screen and (min-width: 768px) {
  .entry-panel_size_l .entry-panel__tags {
    margin: 0 0 16px;
  }
}
@media only screen and (min-width: 768px) {
  .entry-panel_size_l .entry-panel__tags:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .entry-panel_size_l .entry-panel__tag {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .entry-panel_size_l .entry-panel__tag {
    padding: 2px 10px 4px;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: -0.03em;
  }
}
@media only screen and (max-width: 767px) {
  .entry-panel_size_l .entry-panel__title {
    margin: 0 0 10px;
    font-size: 20px;
    line-height: 1.5;
  }
}
@media only screen and (min-width: 768px) {
  .entry-panel_size_l .entry-panel__title {
    max-width: 80%;
    margin: 0 0 30px;
    font-size: 28px;
    line-height: 1.3;
  }
}
@media only screen and (min-width: 1280px) {
  .entry-panel_size_l .entry-panel__title {
    max-width: 77%;
  }
}
.entry-panel_size_l .entry-panel__title:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .entry-panel_size_l .entry-panel__label {
    margin: 0 12px 0 0;
    font-size: 11px;
    line-height: 22px;
    letter-spacing: -0.01em;
  }
}
@media only screen and (min-width: 768px) {
  .entry-panel_size_l .entry-panel__label {
    font-size: 15px;
    line-height: 22px;
    letter-spacing: -0.01em;
  }
}
.entry-panel_size_l .entry-panel__label:last-child {
  margin-right: 0;
}
.entry-panel_type_info .entry-panel__content {
  display: block;
  height: 100%;
}
.entry-panel_type_info .entry-panel__container:before {
  background: #141414;
  opacity: 0.5;
}
.entry-panel_type_info .entry-panel__container:hover:before {
  opacity: 0;
}
.entry-panel_type_info .entry-panel__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding: 32px 25px 33px;
}
@media only screen and (min-width: 768px) {
  .entry-panel_type_info .entry-panel__main {
    padding: 60px 61px 57px;
  }
}
@media only screen and (min-width: 1600px) {
  .entry-panel_type_info .entry-panel__main {
    padding: 75px 77px 65px;
  }
}
.entry-panel_type_info .entry-panel__title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  max-width: 630px;
  margin: 0 0 auto;
  padding: 0 0 20px;
  font-size: 22px;
  line-height: 1.3;
}
@media only screen and (min-width: 768px) {
  .entry-panel_type_info .entry-panel__title {
    max-width: 550px;
    font-size: 36px;
  }
}
@media only screen and (min-width: 1280px) {
  .entry-panel_type_info .entry-panel__title {
    max-width: 630px;
    font-size: 44px;
  }
}
.entry-panel_active-slide_0 .entry-panel__slide:nth-child(1) {
  pointer-events: none;
}
.entry-panel_active-slide_1 .entry-panel__slide:nth-child(2) {
  pointer-events: none;
}
.entry-panel_active-slide_2 .entry-panel__slide:nth-child(3) {
  pointer-events: none;
}
.entry-panel_active-slide_3 .entry-panel__slide:nth-child(4) {
  pointer-events: none;
}
.entry-panel_active-slide_4 .entry-panel__slide:nth-child(5) {
  pointer-events: none;
}
.entry-panel_active-slide_5 .entry-panel__slide:nth-child(6) {
  pointer-events: none;
}
.entry-panel_active-slide_6 .entry-panel__slide:nth-child(7) {
  pointer-events: none;
}
.entry-panel_active-slide_7 .entry-panel__slide:nth-child(8) {
  pointer-events: none;
}
.entry-panel_active-slide_8 .entry-panel__slide:nth-child(9) {
  pointer-events: none;
}
.entry-panel_active-slide_9 .entry-panel__slide:nth-child(10) {
  pointer-events: none;
}
.entry-panel_active-slide_10 .entry-panel__slide:nth-child(11) {
  pointer-events: none;
}
.entry-panel_active-slide_11 .entry-panel__slide:nth-child(12) {
  pointer-events: none;
}
.entry-panel_active-slide_12 .entry-panel__slide:nth-child(13) {
  pointer-events: none;
}
.entry-panel_is_invisible .entry-panel__container {
  opacity: 0;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
.entry-panel_is_visible .entry-panel__container {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.entry-panel_is_loading {
  background: #eaeaea;
  pointer-events: none;
}
.entry-panel_is_loading .entry-panel__container {
  opacity: 0;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
.entry-panel_is_loading .entry-panel__loader {
  display: block;
}
.extra-nav {
  position: relative;
  display: block;
}
.extra-nav__wrapper {
  margin: 0 auto;
  padding: 28px 28px;
}
@media only screen and (min-width: 1440px) {
  .extra-nav__wrapper {
    max-width: 1000px;
  }
}
.extra-nav__close {
  position: relative;
  display: block;
  opacity: 1;
  width: 33px;
  height: 15px;
  margin: 0 0 20px;
  font-size: 0;
  background: transparent;
  border: none;
  outline: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media only screen and (min-width: 1280px) {
  .extra-nav__close {
    position: absolute;
    top: 0;
    right: 0;
    width: 154px;
    height: 81px;
    background: #bf0000;
  }
}
.extra-nav__close:last-child {
  margin-bottom: 0;
}
.extra-nav__close:hover {
  opacity: 0.6;
}
.extra-nav__close:before,
.extra-nav__close:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 10px;
  height: 10px;
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
}
@media only screen and (min-width: 1280px) {
  .extra-nav__close:before,
  .extra-nav__close:after {
    left: 50%;
    width: 31px;
    height: 3px;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
    background: #fff;
    border: none;
  }
}
.extra-nav__close:before {
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
@media only screen and (min-width: 1280px) {
  .extra-nav__close:before {
    border: none;
  }
}
.extra-nav__close:after {
  width: 33px;
  height: 2px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background: #fff;
}
@media only screen and (min-width: 1280px) {
  .extra-nav__close:after {
    idth: 31px;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
  }
}
.extra-nav__title {
  display: block;
  margin: 0 0 30px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media only screen and (min-width: 1280px) {
  .extra-nav__title {
    margin: 0 0 25px;
    font-size: 30px;
  }
}
.extra-nav__title:last-child {
  margin-bottom: 0;
}
.extra-nav__subtitle {
  margin: 0 0 10px;
  opacity: 0.6;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.extra-nav__subtitle:last-child {
  margin-bottom: 0;
}
.extra-nav__primary {
  margin: 0 0 28px;
}
.extra-nav__primary:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .extra-nav__holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (min-width: 768px) {
  .extra-nav__group {
    -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%;
    width: 33.333%;
    max-width: 33.333%;
    padding: 0 0 30px;
  }
}
@media only screen and (min-width: 1025px) {
  .extra-nav__group {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    width: 20%;
    max-width: 20%;
  }
}
.fancybox-content {
  padding: 0;
}
.fancybox-slide {
  padding: 0;
}
.fancybox-can-swipe .fancybox-content {
  cursor: default;
}
.fancybox-close-small {
  width: 100%;
  height: 60px;
  opacity: 1;
  background: #e8e8e8;
  border: none;
  outline: none;
  fill: #141414;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 768px) {
  .fancybox-close-small {
    width: 154px;
    height: 81px;
  }
}
.fancybox-close-small:hover {
  fill: #fff;
  background: #bf0000;
}
.fancybox-close-small:hover svg {
  opacity: 1;
}
.fancybox-close-small svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 35px;
  height: 35px;
  fill: inherit;
  opacity: 0.8;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.fancybox-slide--html .fancybox-close-small {
  top: 0;
  left: 0;
  right: auto;
}
@media only screen and (min-width: 768px) {
  .fancybox-slide--html .fancybox-close-small {
    top: 55px;
    left: auto;
    right: 0;
  }
}
.fb-trigger {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 0 0 0 34px;
  color: inherit;
  text-decoration: none;
}
@media only screen and (min-width: 1025px) {
  .fb-trigger {
    padding: 0 0 0 28px;
  }
}
@media only screen and (min-width: 1280px) {
  .fb-trigger {
    padding: 0 0 0 34px;
  }
}
.fb-trigger__icon {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 26px;
  height: 20px;
  stroke: currentColor;
  fill: transparent;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media only screen and (min-width: 768px) {
  .fb-trigger__icon {
    width: 20px;
    height: 16px;
  }
}
@media only screen and (min-width: 1280px) {
  .fb-trigger__icon {
    width: 26px;
    height: 20px;
  }
}
.fb-trigger__panel {
  display: block;
  padding: 0 7px;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
  background: #bf0000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 1280px) {
  .fb-trigger__panel {
    padding: 0 4px;
    font-size: 11px;
  }
}
@media only screen and (min-width: 1280px) {
  .fb-trigger__panel {
    padding: 0 4px;
    font-size: 10px;
  }
}
@media only screen and (min-width: 1440px) {
  .fb-trigger__panel {
    padding: 0 4px;
    font-size: 11px;
  }
}
@media only screen and (min-width: 1600px) {
  .fb-trigger__panel {
    padding: 0 7px;
    font-size: 12px;
  }
}
.fb-trigger:hover .fb-trigger__panel {
  color: #bf0000;
  background: #fff;
}
.fb-trigger_width_full {
  display: block;
  width: 100%;
}
.fb-trigger_type_reverse {
  padding: 0 34px 0 0;
}
@media only screen and (min-width: 1025px) {
  .fb-trigger_type_reverse {
    padding: 0 28px 0 0;
  }
}
@media only screen and (min-width: 1280px) {
  .fb-trigger_type_reverse {
    padding: 0 34px 0 0;
  }
}
.fb-trigger_type_reverse .fb-trigger__icon {
  left: auto;
  right: 0;
}
.fb-trigger_type_simple {
  padding: 0;
}
.fb-trigger_type_simple .fb-trigger__icon {
  display: none;
}
.fb-trigger_type_simple .fb-trigger__panel {
  padding: 0 4px;
  font-size: 10px;
}
@media only screen and (min-width: 1440px) {
  .fb-trigger_type_simple .fb-trigger__panel {
    padding: 0 6px;
    font-size: 11px;
  }
}
.filter-panel {
  position: relative;
  display: block;
  padding: 17px 40px;
  color: #141414;
  background: #f6f6f6;
  border-top: 1px solid #e8e8e8;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 768px) {
  .filter-panel {
    padding: 25px 40px;
  }
}
@media only screen and (min-width: 1280px) {
  .filter-panel {
    padding: 17px 20px;
  }
}
@media only screen and (min-width: 1600px) {
  .filter-panel {
    padding: 17px 72px 17px 70px;
  }
}
.filter-panel__toggles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (min-width: 1280px) {
  .filter-panel__toggles {
    display: none;
  }
}
.filter-panel__toggle {
  display: inline-block;
  vertical-align: middle;
  border: none;
  outline: none;
}
@media only screen and (min-width: 1280px) {
  .filter-panel__holder {
    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;
    width: 100%;
  }
}
.filter-panel__toggle-back {
  display: none;
}
.filter-panel__toggle-done {
  display: none;
}
.filter-panel__main {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  width: 320px;
  height: 628px;
  max-height: calc(100vh - 64px);
  padding: 0 0 80px;
  background: #f6f6f6;
  overflow: hidden;
}
@media only screen and (min-width: 1280px) {
  .filter-panel__main {
    position: static;
    overflow: visible;
    display: block;
    width: auto;
    height: auto;
    max-height: none;
    padding: 0;
    background: transparent;
  }
}
.filter-panel__main_state_active {
  display: block;
}
.filter-panel__main_item_open .filter-panel__list {
  -webkit-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
}
@media only screen and (min-width: 1280px) {
  .filter-panel__main_item_open .filter-panel__list {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@media only screen and (max-width: 1279px) {
  .filter-panel__main_item_open .filter-panel__item {
    display: none;
  }
}
.filter-panel__main_item_open .filter-panel__item_state_open {
  display: block;
}
.filter-panel__main_item_open .filter-panel__toggle-back {
  display: block;
}
.filter-panel__main_item_open .filter-panel__toggle-panel-close {
  display: none;
}
.filter-panel__main_not_empty .filter-panel__toggle-panel-close {
  display: none;
}
.filter-panel__main_not_empty .filter-panel__toggle-done {
  display: block;
}
.filter-panel__main_not_empty .filter-panel__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 1280px) {
  .filter-panel__main_not_empty .filter-panel__footer {
    display: none;
  }
}
.filter-panel__footer {
  position: absolute;
  left: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 60px;
  background: #ececec;
}
@media only screen and (min-width: 1280px) {
  .filter-panel__footer {
    display: none;
  }
}
.filter-panel__aside {
  position: absolute;
  top: 100%;
  right: 0;
  display: none;
  width: 320px;
  width: 320px;
  height: 628px;
  background: #f6f6f6;
}
@media only screen and (min-width: 1280px) {
  .filter-panel__aside {
    position: static;
    display: block;
    width: auto;
    height: auto;
    max-height: none;
    background: transparent;
  }
}
.filter-panel__aside_state_active {
  display: block;
}
@media only screen and (min-width: 1280px) {
  .filter-panel__list {
    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;
  }
}
.filter-panel__item {
  position: relative;
  margin: 0 0 10px;
}
@media only screen and (min-width: 1280px) {
  .filter-panel__item {
    margin: 0;
    padding: 0 0 0 20px;
  }
}
@media only screen and (min-width: 1600px) {
  .filter-panel__item {
    padding: 0 0 0 42px;
  }
}
.filter-panel__item:first-child {
  padding-left: 0;
}
.filter-panel__item:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1280px) {
  .filter-panel__item_state_open .filter-panel__trigger {
    opacity: 1;
  }
}
.filter-panel__item_state_open .filter-panel__trigger:after {
  -webkit-transform: translate(0, -30%) rotate(-45deg);
          transform: translate(0, -30%) rotate(-45deg);
}
@media only screen and (min-width: 1280px) {
  .filter-panel__item_state_open .filter-panel__trigger:after {
    -webkit-transform: translate(0, -30%) rotate(-135deg);
            transform: translate(0, -30%) rotate(-135deg);
  }
}
.filter-panel__item_state_open .filter-panel__drop {
  display: block;
}
@media only screen and (min-width: 1280px) {
  .filter-panel__item_state_open .filter-panel__label-text {
    color: #163072;
    border-color: #163072;
  }
}
.filter-panel__item_state_hidden {
  display: none;
}
@media only screen and (min-width: 1280px) {
  .filter-panel__item_not_empty .filter-panel__label-text {
    color: #163072;
    border-color: #163072;
  }
}
.filter-panel__item_type_reset {
  display: none;
}
@media only screen and (min-width: 1280px) {
  .filter-panel__item_type_reset {
    display: block;
  }
}
@media only screen and (max-width: 1279px) {
  .filter-panel__item_mobile_open .filter-panel__label,
  .filter-panel__item_mobile_open .filter-panel__trigger {
    display: none;
  }
  .filter-panel__item_mobile_open .filter-panel__drop {
    display: block;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.filter-panel__trigger {
  position: relative;
  display: block;
  opacity: 0.6;
  padding: 5px 30px;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media only screen and (min-width: 1280px) {
  .filter-panel__trigger {
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px 0 0;
  }
}
.filter-panel__trigger:hover {
  opacity: 1;
}
.filter-panel__trigger:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  width: 3px;
  height: 3px;
  border-right: 1px solid #141414;
  border-bottom: 1px solid #141414;
  -webkit-transform: translate(0, -70%) rotate(-45deg);
          transform: translate(0, -70%) rotate(-45deg);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media only screen and (min-width: 1280px) {
  .filter-panel__trigger:after {
    right: 0;
    -webkit-transform: translate(0, -70%) rotate(45deg);
            transform: translate(0, -70%) rotate(45deg);
  }
}
.filter-panel__label {
  display: block;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  -webkit-transition: border 0.3s ease;
  transition: border 0.3s ease;
}
@media only screen and (min-width: 1280px) {
  .filter-panel__label {
    font-size: 12px;
  }
}
@media only screen and (min-width: 1600px) {
  .filter-panel__label {
    font-size: 13px;
  }
}
.filter-panel__label-text {
  border-bottom: 1px solid transparent;
}
.filter-panel__number {
  display: none;
  width: 16px;
  height: 16px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0;
  text-align: center;
  border-radius: 50%;
  background: #163072;
}
.filter-panel__number_state_active {
  display: inline-block;
  vertical-align: text-bottom;
}
.filter-panel__drop {
  display: none;
  width: 100%;
  padding: 0 20px;
  -webkit-transform: translate(100%, 0);
          transform: translate(100%, 0);
}
@media only screen and (min-width: 1280px) {
  .filter-panel__drop {
    position: absolute;
    top: 100%;
    left: 50%;
    display: none;
    width: auto;
    min-width: 280px;
    padding: 19px 0 0;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
@media only screen and (min-width: 1280px) {
  .filter-panel__drop:after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 15px 20px 15px;
    border-color: transparent transparent #fff transparent;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
.filter-panel__drop_pull_left {
  left: 0;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.filter-panel__drop_pull_left:after {
  left: 30px;
}
.filter-panel__drop_pull_right {
  left: auto;
  right: 0;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.filter-panel__drop_pull_right:after {
  left: auto;
  right: 30px;
}
@media only screen and (min-width: 1280px) {
  .filter-panel__container {
    background: #fff;
  }
}
@media only screen and (min-width: 1280px) {
  .filter-panel__checklist {
    padding: 16px 0 0;
  }
}
.filter-panel__choice-group {
  color: #fff;
}
@media only screen and (min-width: 1280px) {
  .filter-panel__choice-group {
    min-width: 692px;
    padding: 25px 33px 0;
  }
}
@media only screen and (min-width: 1280px) {
  .filter-panel__range {
    width: 339px;
    padding: 25px 30px 10px;
    color: #343434;
  }
}
.filter-panel__control {
  display: none;
}
@media only screen and (min-width: 1280px) {
  .filter-panel__control {
    display: block;
    padding: 20px 33px 28px;
  }
}
@media only screen and (min-width: 1280px) {
  .filter-panel__texture {
    width: 386px;
    padding: 20px 30px;
  }
}
.filter-panel__reset {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 0 0 0 15px;
  opacity: 0.5;
  color: inherit;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
  text-align: left;
  text-decoration: none;
  background: transparent;
  border: none;
  outline: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.filter-panel__reset:hover {
  opacity: 1;
}
.filter-panel__reset:before,
.filter-panel__reset:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 12px;
  height: 1px;
  background: #141414;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.filter-panel__reset:before {
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
}
.filter-panel__reset:after {
  -webkit-transform: translate(0, -50%) rotate(-45deg);
          transform: translate(0, -50%) rotate(-45deg);
}
.filter-panel__reset_type_primary {
  padding: 0 15px 0 0;
  text-transform: uppercase;
}
.filter-panel__reset_type_primary:before,
.filter-panel__reset_type_primary:after {
  left: auto;
  right: 0;
}
.filter-panel__title {
  display: block;
  margin: 0 0 30px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (min-width: 1280px) {
  .filter-panel__title {
    display: none;
  }
}
.filter-panel__toggle-group {
  margin: 0 0 20px;
  background: #e6e6e6;
}
@media only screen and (min-width: 1280px) {
  .filter-panel__toggle-group {
    display: none;
  }
}
.filter-panel__toggle-group:last-child {
  margin-bottom: 0;
}
.filter-panel_style_glass {
  background: transparent;
  border: none;
}
@media only screen and (min-width: 1280px) {
  .filter-panel_style_glass {
    color: #fff;
  }
}
.filter-panel_style_glass .filter-panel__item_state_open .filter-panel__trigger {
  opacity: 1;
}
.filter-panel_style_glass .filter-panel__item_state_open .filter-panel__label-text {
  color: #fff;
  border-color: #fff;
}
.filter-panel_style_glass .filter-panel__item_not_empty .filter-panel__label-text {
  color: #fff;
  border-color: #fff;
}
.filter-panel_style_glass .filter-panel__drop:after {
  display: none;
}
.filter-panel_style_glass .filter-panel__container {
  background: rgba(255,255,255,0.1);
  -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
}
.filter-panel_style_glass .filter-panel__trigger:after {
  border-color: #fff;
}
@media only screen and (min-width: 1280px) {
  .filter-panel_style_glass .filter-panel__range {
    color: #fff;
  }
}
.filter-panel_style_glass .filter-panel__number {
  color: #163072;
  background: #fff;
}
.filter-panel_drop_up .filter-panel__drop {
  top: auto;
  bottom: 0;
  left: 0;
  padding: 0 0 36px;
}
.filter-panel_drop_up .filter-panel__reset:before,
.filter-panel_drop_up .filter-panel__reset:after {
  background: #fff;
}
.no-backdropfilter .filter-panel_style_glass .filter-panel__container {
  background: rgba(47,47,47,0.7);
}
.flat-banner {
  position: relative;
  display: block;
  opacity: 1;
  color: #fff;
  background: #343434;
  -webkit-transition: opacity 0.9s ease 0.2s;
  transition: opacity 0.9s ease 0.2s;
}
.flat-banner__holder {
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 100%;
  padding: 16px 22px;
  opacity: 1;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media only screen and (min-width: 768px) {
  .flat-banner__holder {
    padding: 20px 29px 27px 37px;
    background-position: center -50px;
  }
}
@media only screen and (min-width: 1280px) {
  .flat-banner__holder {
    padding: 25px 49px 45px 59px;
    background-position: center center;
  }
}
@media only screen and (min-width: 1440px) {
  .flat-banner__holder {
    padding: 27px 55px 50px 67px;
  }
}
@media only screen and (min-width: 1600px) {
  .flat-banner__holder {
    padding: 30px 61px 57px 74px;
  }
}
.flat-banner__image {
  display: none;
}
.flat-banner__panel {
  position: relative;
  display: block;
  margin: 0 0 13px;
  padding: 7px 12px 10px;
}
@media only screen and (min-width: 768px) {
  .flat-banner__panel {
    margin: 0 0 21px;
    padding: 11px 19px 17px;
  }
}
@media only screen and (min-width: 1280px) {
  .flat-banner__panel {
    margin: 0 0 35px;
    padding: 20px 33px 27px;
  }
}
@media only screen and (min-width: 1440px) {
  .flat-banner__panel {
    margin: 0 0 40px;
    padding: 22px 37px 30px;
  }
}
@media only screen and (min-width: 1600px) {
  .flat-banner__panel {
    margin: 0 0 44px;
    padding: 28px 41px 32px;
  }
}
.flat-banner__panel:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  background: #bf0000;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  mix-blend-mode: darken;
}
.flat-banner__panel:last-child {
  margin-bottom: 0;
}
.flat-banner__title {
  position: relative;
  z-index: 1;
  display: block;
  margin: 0;
  font-size: 10.23px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .flat-banner__title {
    font-size: 17.19px;
  }
}
@media only screen and (min-width: 1280px) {
  .flat-banner__title {
    font-size: 28.8px;
  }
}
@media only screen and (min-width: 1440px) {
  .flat-banner__title {
    font-size: 32.4px;
  }
}
@media only screen and (min-width: 1600px) {
  .flat-banner__title {
    font-size: 36px;
  }
}
.flat-banner__label {
  display: block;
  -ms-flex-item-align: end;
      align-self: flex-end;
  padding: 5px 8px;
  font-size: 6.7px;
  font-weight: 500;
  line-height: 1.2;
  text-align: left;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background: #163072;
}
@media only screen and (min-width: 768px) {
  .flat-banner__label {
    padding: 8px 12px 10px;
    font-size: 11.26px;
  }
}
@media only screen and (min-width: 1280px) {
  .flat-banner__label {
    padding: 13px 21px 16px;
    font-size: 18.86px;
  }
}
@media only screen and (min-width: 1440px) {
  .flat-banner__label {
    padding: 16px 24px;
    font-size: 21.22px;
  }
}
@media only screen and (min-width: 1600px) {
  .flat-banner__label {
    padding: 18px 26px;
    font-size: 23.58px;
  }
}
.flat-banner__value {
  position: relative;
  z-index: 1;
  margin: -3px 0 0;
  font-size: 37.51px;
  font-weight: 500;
  line-height: 1;
  text-align: right;
  letter-spacing: -0.01em;
}
@media only screen and (min-width: 768px) {
  .flat-banner__value {
    margin: -9px 0 0;
    font-size: 63px;
  }
}
@media only screen and (min-width: 1280px) {
  .flat-banner__value {
    margin: -13px 0 0;
    font-size: 105.6px;
  }
}
@media only screen and (min-width: 1440px) {
  .flat-banner__value {
    margin: -14px 0 0;
    font-size: 118.8px;
  }
}
@media only screen and (min-width: 1600px) {
  .flat-banner__value {
    margin: -17px 0 0;
    font-size: 132px;
  }
}
.flat-banner__value-items {
  font-size: 0;
}
.flat-banner__value-item {
  font-size: 37.51px;
}
@media only screen and (min-width: 768px) {
  .flat-banner__value-item {
    font-size: 63px;
  }
}
@media only screen and (min-width: 1280px) {
  .flat-banner__value-item {
    font-size: 105.6px;
  }
}
@media only screen and (min-width: 1440px) {
  .flat-banner__value-item {
    font-size: 118.8px;
  }
}
@media only screen and (min-width: 1600px) {
  .flat-banner__value-item {
    font-size: 132px;
  }
}
.flat-banner__value-separator {
  position: relative;
  font-size: 37.51px;
}
@media only screen and (min-width: 768px) {
  .flat-banner__value-separator {
    font-size: 63px;
  }
}
@media only screen and (min-width: 1280px) {
  .flat-banner__value-separator {
    font-size: 105.6px;
  }
}
@media only screen and (min-width: 1440px) {
  .flat-banner__value-separator {
    font-size: 118.8px;
  }
}
@media only screen and (min-width: 1600px) {
  .flat-banner__value-separator {
    font-size: 132px;
  }
}
.flat-banner__value-separator:before {
  content: '';
  position: absolute;
  top: 0.69em;
  left: 50%;
  z-index: 1;
  display: block;
  width: 0.0909em;
  height: 0.0909em;
  background: currentColor;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.flat-banner__link {
  font-size: 0;
  line-height: 0;
}
.flat-banner__link:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: transparent;
}
.flat-banner__tags {
  pointer-events: none;
}
.flat-banner__tags_position_primary {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 218px;
}
.flat-banner__tags_position_secondary {
  position: absolute;
  bottom: 30px;
  left: 30px;
}
.flat-banner__tag {
  padding: 0 5px;
  color: #141414;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  text-align: left;
  background: #fff;
}
.flat-banner__tag_type_primary {
  padding: 10px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  text-transform: uppercase;
}
.flat-banner__tag-icon {
  display: block;
  width: 26px;
  height: auto;
  margin: 0 0 10px;
}
.flat-banner__loader {
  position: absolute;
  top: 50%;
  left: 50%;
  display: none;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.flat-banner_type_primary .flat-banner__holder {
  padding: 23px 30px 25px 20px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media only screen and (min-width: 768px) {
  .flat-banner_type_primary .flat-banner__holder {
    padding: 39px 54px 39px 34px;
  }
}
@media only screen and (min-width: 1280px) {
  .flat-banner_type_primary .flat-banner__holder {
    padding: 65px 87px 65px 56px;
  }
}
@media only screen and (min-width: 1440px) {
  .flat-banner_type_primary .flat-banner__holder {
    padding: 73px 97px 73px 63px;
  }
}
@media only screen and (min-width: 1600px) {
  .flat-banner_type_primary .flat-banner__holder {
    padding: 82px 110px 82px 70px;
  }
}
.flat-banner_type_primary .flat-banner__title {
  font-size: 12.5px;
  line-height: 1.3;
}
@media only screen and (min-width: 768px) {
  .flat-banner_type_primary .flat-banner__title {
    font-size: 21px;
  }
}
@media only screen and (min-width: 1280px) {
  .flat-banner_type_primary .flat-banner__title {
    font-size: 35.2px;
  }
}
@media only screen and (min-width: 1440px) {
  .flat-banner_type_primary .flat-banner__title {
    font-size: 39.6px;
  }
}
@media only screen and (min-width: 1600px) {
  .flat-banner_type_primary .flat-banner__title {
    font-size: 44px;
  }
}
.flat-banner_type_primary .flat-banner__panel {
  max-width: 76.3%;
  padding: 8px 12px 6px;
}
@media only screen and (min-width: 768px) {
  .flat-banner_type_primary .flat-banner__panel {
    max-width: 76.3%;
    padding: 14px 21px 13px 20px;
  }
}
@media only screen and (min-width: 1280px) {
  .flat-banner_type_primary .flat-banner__panel {
    max-width: 76.4%;
    padding: 24px 35px 20px;
  }
}
@media only screen and (min-width: 1440px) {
  .flat-banner_type_primary .flat-banner__panel {
    max-width: 76.3%;
    padding: 25px 39px 24px;
  }
}
@media only screen and (min-width: 1600px) {
  .flat-banner_type_primary .flat-banner__panel {
    max-width: 76.6%;
    padding: 29px 44px 26px 43px;
  }
}
.flat-banner_type_simple {
  padding: 0 0 72%;
}
.flat-banner_type_simple .flat-banner__holder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
}
.flat-banner_type_simple .flat-banner__panel {
  position: static;
  background: transparent;
}
.flat-banner_type_simple .flat-banner__panel:before {
  display: none;
}
.flat-banner_type_solo-grid {
  height: 550px;
}
.flat-banner_type_solo-grid .flat-banner__holder {
  height: 100%;
}
.flat-banner_is_invisible {
  opacity: 0;
}
.flat-banner_is_visible {
  opacity: 1;
}
.flat-banner_is_loading {
  background: #eaeaea;
  pointer-events: none;
}
.flat-banner_is_loading .flat-banner__holder {
  opacity: 0;
}
.flat-banner_is_loading .flat-banner__loader {
  display: block;
}
.no-backdropfilter .flat-banner__panel:before {
  background: rgba(191,0,0,0.8);
}
.footer {
  display: block;
  padding: 25px 0 41px;
  color: #141414;
}
@media only screen and (min-width: 768px) {
  .footer {
    padding: 32px 0 41px;
  }
}
@media only screen and (min-width: 1280px) {
  .footer {
    padding: 32px 0 33px;
  }
}
@media only screen and (min-width: 1440px) {
  .footer {
    padding: 35px 0 38px;
  }
}
@media only screen and (min-width: 1600px) {
  .footer {
    padding: 40px 0 45px;
  }
}
.footer__main {
  padding: 0 0 40px;
}
.footer__contacts {
  margin: 0 0 31px;
}
.footer__contacts:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .footer__contacts {
    margin: 0;
  }
}
.footer__info {
  padding: 10px 0 35px;
}
@media only screen and (min-width: 768px) {
  .footer__info {
    padding: 14px 0 21px;
  }
}
@media only screen and (min-width: 1280px) {
  .footer__info {
    padding: 27px 0 44px;
  }
}
@media only screen and (min-width: 1440px) {
  .footer__info {
    padding: 38px 0 50px;
  }
}
@media only screen and (min-width: 1600px) {
  .footer__info {
    padding: 49px 0 54px;
  }
}
.footer__meta {
  font-size: 13px;
  line-height: 130%;
  letter-spacing: -0.02em;
}
@media only screen and (min-width: 1440px) {
  .footer__meta {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1600px) {
  .footer__meta {
    font-size: 15px;
  }
}
.footer__group {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .footer__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (min-width: 1280px) {
  .footer__group {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.footer__meta-group {
  width: 100%;
}
@media only screen and (min-width: 1280px) {
  .footer__meta-group {
    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;
  }
}
@media only screen and (min-width: 768px) {
  .footer__social {
    padding: 6px 0 0;
  }
}
@media only screen and (min-width: 1280px) {
  .footer__social {
    padding: 9px 0 0;
  }
}
@media only screen and (min-width: 1440px) {
  .footer__social {
    padding: 10px 0 0;
  }
}
@media only screen and (min-width: 1600px) {
  .footer__social {
    padding: 12px 0 0;
  }
}
.footer__copyright {
  color: #6d6d6d;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
}
@media only screen and (min-width: 1280px) {
  .footer__copyright {
    margin: 0;
  }
}
@media only screen and (min-width: 1600px) {
  .footer__copyright {
    font-size: 14px;
  }
}
.footer__item {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}
.footer__info-line {
  padding: 0 0 22px;
}
@media only screen and (min-width: 1280px) {
  .footer__info-line {
    padding: 0;
  }
}
.form-control {
  display: block;
  color: #141414;
}
.form-control__holder {
  position: relative;
  display: block;
}
.form-control__panel:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: block;
  pointer-events: none;
  border: 2px solid #163072;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.form-control__input,
.form-control__textarea {
  position: relative;
  display: block;
  width: 100%;
  height: 52px;
  padding: 0 20px;
  color: #141414;
  font-size: 14px;
  line-height: 52px;
  background: rgba(20,20,20,0.04);
  border: 2px solid transparent;
  outline: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 1440px) {
  .form-control__input,
  .form-control__textarea {
    height: 58px;
    font-size: 16px;
    line-height: 58px;
  }
}
@media only screen and (min-width: 1600px) {
  .form-control__input,
  .form-control__textarea {
    height: 64px;
    font-size: 18px;
    line-height: 64px;
  }
}
.form-control__input:focus,
.form-control__textarea:focus {
  opacity: 1;
}
.form-control__input:focus + .form-control__panel:before,
.form-control__textarea:focus + .form-control__panel:before {
  opacity: 1;
}
.form-control__input:disabled,
.form-control__textarea:disabled {
  opacity: 0.2;
}
.form-control__input:disabled + .form-control__panel,
.form-control__textarea:disabled + .form-control__panel {
  opacity: 0.2;
}
.form-control__textarea {
  height: 156px;
  padding: 20px;
  line-height: 1.6;
}
.form-control__label {
  position: absolute;
  top: 30px;
  left: 0;
  display: block;
  width: 100%;
  padding: 0 22px;
  font-size: 14px;
  opacity: 0.6;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 1280px) {
  .form-control__label {
    font-size: 16px;
  }
}
.form-control__messages {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  padding: 0 8px 3px 0;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.27;
  text-align: right;
  opacity: 0;
}
.form-control__message_type_error {
  color: #bf0000;
}
.form-control__toggle {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background: transparent;
  border: none;
  outline: none;
}
.form-control__toggle_state_active .form-control__toggle-icon {
  display: none;
}
.form-control__toggle_state_active .form-control__toggle-icon_type_active {
  display: block;
}
.form-control__toggle-icon {
  display: block;
  width: 16px;
  height: 16px;
  fill: #141414;
}
.form-control__toggle-icon_type_active {
  display: none;
}
.form-control:hover .form-control__input:not([disabled]) + .form-control__panel:before,
.form-control:hover .form-control__textarea:not([disabled]) + .form-control__panel:before {
  opacity: 0.1;
}
.form-control_style_light .form-control__input,
.form-control_style_light .form-control__label {
  color: #fff;
}
.form-control_style_light .form-control__input,
.form-control_style_light .form-control__textarea {
  background: rgba(255,255,255,0.15);
}
.form-control_style_light .form-control__input:disabled,
.form-control_style_light .form-control__textarea:disabled {
  opacity: 0.2;
}
.form-control_style_light .form-control__input:disabled + .form-control__panel,
.form-control_style_light .form-control__textarea:disabled + .form-control__panel {
  opacity: 0.2;
}
.form-control_style_light .form-control__panel:before {
  border-color: #fff;
}
.form-control_style_light .form-control__toggle-icon {
  fill: #fff;
}
.form-control_style_light:hover .form-control__input:not([disabled]) + .form-control__panel:before,
.form-control_style_light:hover .form-control__textarea:not([disabled]) + .form-control__panel:before {
  opacity: 0.2;
}
.form-control_is_filled .form-control__label {
  top: 12px;
  font-size: 11px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media only screen and (min-width: 1280px) {
  .form-control_is_filled .form-control__label {
    font-size: 12px;
  }
}
.form-control_is_filled .form-control__panel:before {
  opacity: 1;
}
.form-control_is_filled:hover .form-control__input:not([disabled]) + .form-control__panel:before,
.form-control_is_filled:hover .form-control__textarea:not([disabled]) + .form-control__panel:before {
  opacity: 1;
}
.form-control_state_invalid .form-control__panel:before {
  opacity: 1;
  border-color: #bf0000;
}
.form-control_size_s .form-control__input {
  height: 54px;
  font-size: 16px;
  line-height: 54px;
}
.form-control_size_s .form-control__label {
  top: 26px;
  font-size: 14px;
}
@media only screen and (min-width: 1440px) {
  .form-control_size_s .form-control__label {
    font-size: 15px;
  }
}
.form-control_size_s.form-control_is_filled .form-control__label {
  top: 12px;
  font-size: 12px;
}
.form {
  display: block;
}
.form__inputs {
  margin: 0 0 30px;
}
.form__inputs:last-child {
  margin-bottom: 0;
}
.form__line {
  position: relative;
  display: block;
  padding: 0 0 20px;
}
.form__line_offset_bottom-xs {
  padding: 0 0 5px;
}
.form__line_offset_bottom-s {
  padding: 0 0 10px;
}
.form__line_offset_bottom-m {
  padding: 0 0 20px;
}
.form__line_offset_bottom-l {
  padding: 0 0 40px;
}
.form__line_offset_bottom-xl {
  padding: 0 0 80px;
}
.form__line_offset_bottom-xxl {
  padding: 0 0 160px;
}
.form__line_type_required:after {
  content: '*';
  position: absolute;
  top: 5px;
  left: 8px;
  z-index: 1;
  display: block;
  color: #d00101;
  font-size: 12px;
}
.form__line_align_left {
  text-align: left;
}
.form__line_align_center {
  text-align: center;
}
.form__line_align_right {
  text-align: right;
}
.form__label {
  display: block;
  padding: 0 0 5px;
  opacity: 0.5;
  color: #141414;
  font-size: 15px;
}
.form__field-wrapper {
  position: relative;
  display: block;
}
.form__input,
.form__select,
.form__textarea {
  display: block;
  width: 100%;
  height: 40px;
  margin: 0;
  padding: 0 15px;
  color: #000;
  font-size: 16px;
  line-height: 40px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  outline: none;
  -webkit-transition: border 0.3s ease;
  transition: border 0.3s ease;
}
.form__input::-webkit-input-placeholder,
.form__select::-webkit-input-placeholder,
.form__textarea::-webkit-input-placeholder {
  color: #999;
  font-size: 16px;
}
.form__input:-ms-input-placeholder,
.form__select:-ms-input-placeholder,
.form__textarea:-ms-input-placeholder {
  color: #999;
  font-size: 16px;
}
.form__input::-moz-placeholder,
.form__select::-moz-placeholder,
.form__textarea::-moz-placeholder {
  color: #999;
  font-size: 16px;
  opacity: 1;
}
.form__input::-ms-input-placeholder,
.form__select::-ms-input-placeholder,
.form__textarea::-ms-input-placeholder {
  color: #999;
  font-size: 16px;
  opacity: 1;
}
.form__input::placeholder,
.form__select::placeholder,
.form__textarea::placeholder {
  color: #999;
  font-size: 16px;
  opacity: 1;
}
.form__input:hover:not(:disabled),
.form__select:hover:not(:disabled),
.form__textarea:hover:not(:disabled),
.form__input:active:not(:disabled),
.form__select:active:not(:disabled),
.form__textarea:active:not(:disabled) {
  border-color: #000;
}
.form__input:focus,
.form__select:focus,
.form__textarea:focus {
  border-color: #2196f3;
}
.form__input:disabled,
.form__select:disabled,
.form__textarea:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.form__input_state_error,
.form__select_state_error,
.form__textarea_state_error {
  border-color: #d00101;
}
.form__input_state_valid,
.form__select_state_valid,
.form__textarea_state_valid {
  border-color: #3cd9ff;
}
.form__textarea {
  height: auto;
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 1.4;
}
.form__check-group {
  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;
  min-height: 40px;
}
.form__check-item {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 1.4;
}
.form__check-item:last-child {
  margin-bottom: 0;
}
.form__select2_state_error + .select2-container .select2-selection {
  border-color: #d00101 !important;
}
.form__select2_state_valid + .select2-container .select2-selection {
  border-color: #3cd9ff !important;
}
.form__select {
  padding: 0 11px;
}
.form__select:invalid {
  color: #999;
}
.form__option {
  color: #000;
  font-size: 16px;
}
.form__submit {
  text-align: center;
}
.form__controls {
  display: block;
}
.form__controls_align_left {
  text-align: left;
}
.form__controls_align_center {
  text-align: center;
}
.form__controls_align_right {
  text-align: right;
}
.form__control {
  display: block;
  margin: 0;
  max-width: 380px;
}
.form__control_type_inline {
  display: inline-block;
  vertical-align: middle;
}
.form__control_width_full {
  max-width: 100%;
}
.form__control_width_s {
  width: 100%;
  max-width: 100px;
}
.form__control_width_m {
  width: 100%;
  max-width: 200px;
}
.form__control_width_l {
  width: 100%;
  max-width: 380px;
}
.form__control_width_xl {
  width: 100%;
  max-width: 480px;
}
.form__control_width_xxl {
  width: 100%;
  max-width: 520px;
}
.form__info {
  padding: 40px 0 0;
  color: rgba(20,20,20,0.4);
  font-size: 13px;
}
@media only screen and (min-width: 1280px) {
  .form__info {
    padding: 60px 0 0;
  }
}
.form__info_align_left {
  text-align: left;
}
.form__info_align_center {
  text-align: center;
}
.form__info_align_right {
  text-align: right;
}
.form__link {
  color: #141414;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.form__link:hover {
  color: #bf0000;
}
.form__info-label {
  color: rgba(20,20,20,0.4);
  font-size: 12px;
  line-height: 1.5;
}
.form__info-label_type_master {
  font-size: 15px;
}
.form__social-nav {
  padding: 20px 0 0;
}
.form__input-file {
  padding: 10px 0 20px;
}
.gallery-carousel {
  position: relative;
  display: block;
  padding: 0 0 40px;
  opacity: 1;
  color: #fff;
  overflow: hidden;
  width: 100%;
  background: #141414;
  -webkit-transition: opacity 0.9s ease 0.2s;
  transition: opacity 0.9s ease 0.2s;
}
@media only screen and (min-width: 768px) {
  .gallery-carousel {
    padding-bottom: 0;
  }
}
.gallery-carousel__header {
  color: #141414;
  padding: 30px 0;
}
@media only screen and (min-width: 768px) {
  .gallery-carousel__header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    padding: 65px 0 0;
    color: #fff;
  }
}
@media only screen and (min-width: 768px) {
  .gallery-carousel__header-holder {
    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;
    width: 100%;
  }
}
.gallery-carousel__title {
  padding: 0 15px 0 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .gallery-carousel__title {
    font-size: 30px;
    text-align: left;
  }
}
@media only screen and (min-width: 1280px) {
  .gallery-carousel__title {
    font-size: 36px;
  }
}
@media only screen and (min-width: 1440px) {
  .gallery-carousel__title {
    font-size: 40px;
  }
}
@media only screen and (min-width: 1600px) {
  .gallery-carousel__title {
    font-size: 44px;
  }
}
.gallery-carousel__counter-holder {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0 20px;
}
@media only screen and (min-width: 768px) {
  .gallery-carousel__counter-holder {
    position: static;
    padding: 0;
  }
}
.gallery-carousel__inner {
  position: relative;
  z-index: 1;
}
.gallery-carousel__slide {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.gallery-carousel__slide:before {
  content: '';
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 100%;
  height: auto;
  padding: 50% 0 0;
}
@media only screen and (min-width: 1280px) {
  .gallery-carousel__slide:before {
    padding: 51.801% 0 0;
  }
}
.gallery-carousel__image {
  display: none;
}
.gallery-carousel_is_invisible {
  opacity: 0;
}
.gallery-carousel_is_visible {
  opacity: 1;
}
.header {
  position: relative;
  display: block;
  min-height: 64px;
  padding: 15px 15px 0 81px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.28;
}
@media only screen and (min-width: 768px) {
  .header {
    min-height: 106px;
    padding: 27px 50px 0 142px;
    font-size: 12px;
  }
}
@media only screen and (min-width: 1280px) {
  .header {
    padding: 20px 0 0 137px;
    font-size: 12px;
  }
}
@media only screen and (min-width: 1440px) {
  .header {
    min-height: 119px;
    padding: 20px 0 0 158px;
    font-size: 13px;
  }
}
@media only screen and (min-width: 1600px) {
  .header {
    min-height: 138px;
    padding: 22px 0 0 159px;
    font-size: 14px;
  }
}
.header__holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .header__holder {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.header__burger {
  position: absolute;
  top: 0;
  left: 0;
}
.header__burger_type_simple {
  display: none;
}
.header__logo {
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .header__logo {
    padding: 10px 0 0;
  }
}
@media only screen and (min-width: 1280px) {
  .header__logo {
    padding: 0;
  }
}
@media only screen and (min-width: 1440px) {
  .header__logo {
    padding: 17px 0 0;
  }
}
@media only screen and (min-width: 1600px) {
  .header__logo {
    padding: 7px 0 0;
  }
}
.header__logo-image_size_large {
  display: none;
}
@media only screen and (min-width: 768px) {
  .header__logo-image_size_large {
    display: block;
  }
}
.header__logo-image_size_small {
  display: block;
}
@media only screen and (min-width: 768px) {
  .header__logo-image_size_small {
    display: none;
  }
}
.header__logo-holder {
  display: block;
}
@media only screen and (min-width: 768px) {
  .header__logo-holder {
    width: 149px;
  }
}
@media only screen and (min-width: 1280px) {
  .header__logo-holder {
    width: 137px;
  }
}
@media only screen and (min-width: 1440px) {
  .header__logo-holder {
    width: 154px;
  }
}
@media only screen and (min-width: 1600px) {
  .header__logo-holder {
    width: 171px;
  }
}
.header__logo-holder_style_dark {
  display: none;
}
.header__top-line {
  position: relative;
  z-index: 20;
}
@media only screen and (min-width: 1025px) {
  .header__top-line {
    padding: 15px 0 0;
  }
}
@media only screen and (min-width: 1280px) {
  .header__top-line {
    padding: 0;
  }
}
.header__main {
  position: relative;
  z-index: 10;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  padding: 5px 0 0;
}
@media only screen and (min-width: 768px) {
  .header__main {
    padding: 0 0 10px;
  }
}
@media only screen and (min-width: 1280px) {
  .header__main {
    padding: 5px 45px 0 27px;
  }
}
@media only screen and (min-width: 1600px) {
  .header__main {
    padding: 5px 45px 0 27px;
  }
}
.header__location {
  display: none;
}
@media only screen and (min-width: 1280px) {
  .header__location {
    display: block;
    padding: 0 18px 0 0;
  }
}
@media only screen and (min-width: 1440px) {
  .header__location {
    padding: 0 22px 0 0;
  }
}
@media only screen and (min-width: 1600px) {
  .header__location {
    padding: 0 37px 0 0;
  }
}
.header__contact {
  display: none;
}
@media only screen and (min-width: 1280px) {
  .header__contact {
    display: block;
    oveflow: hidden;
    padding: 0 0 0 21px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
@media only screen and (min-width: 1440px) {
  .header__contact {
    padding: 0 0 0 34px;
  }
}
@media only screen and (min-width: 1600px) {
  .header__contact {
    padding: 0 0 0 34px;
  }
}
.header__feedback {
  display: none;
}
@media only screen and (min-width: 768px) {
  .header__feedback {
    display: block;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    text-align: right;
  }
}
@media only screen and (min-width: 1280px) {
  .header__feedback {
    padding: 0 21px 0 0;
  }
}
@media only screen and (min-width: 1440px) {
  .header__feedback {
    padding: 0 29px 0 0;
  }
}
@media only screen and (min-width: 1600px) {
  .header__feedback {
    padding: 0 31px 0 0;
  }
}
.header__nav {
  display: none;
}
@media only screen and (min-width: 1280px) {
  .header__nav {
    display: block;
    color: rgba(255,255,255,0.6);
  }
}
.header__subnav {
  color: #fff;
}
.header__primary-nav {
  display: none;
}
@media only screen and (min-width: 1280px) {
  .header__primary-nav {
    display: block;
    padding: 15px 0 0;
    font-size: 11px;
  }
}
@media only screen and (min-width: 1440px) {
  .header__primary-nav {
    padding: 15px 0 0;
    font-size: 12px;
  }
}
@media only screen and (min-width: 1600px) {
  .header__primary-nav {
    padding: 25px 0 0;
  }
}
.header__controls {
  width: auto;
  padding: 0 0 0 30px;
  fill: #fff;
}
@media only screen and (min-width: 1280px) {
  .header__controls {
    padding: 9px 0 0;
  }
}
.header__link {
  color: inherit;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.header__link_type_primary {
  width: 23px;
  height: 23px;
}
@media only screen and (min-width: 768px) {
  .header__link_type_primary {
    width: 20px;
    height: 20px;
  }
}
@media only screen and (min-width: 1280px) {
  .header__link_type_primary {
    width: 16px;
    height: 16px;
  }
}
@media only screen and (min-width: 1440px) {
  .header__link_type_primary {
    width: 26px;
    height: 26px;
  }
}
.header_style_dark {
  color: #000;
}
.header_style_dark .header__nav {
  color: #000;
}
.header_style_dark .header__subnav {
  color: #000;
}
.header_style_dark .header__logo-holder_style_light {
  display: none;
}
.header_style_dark .header__logo-holder_style_dark {
  display: block;
}
.header_style_dark .header__controls {
  fill: #141414;
}
.header_type_panel {
  min-height: 50px;
  padding: 5px 15px 5px 15px;
  color: #000;
  background: #fefefe;
}
@media only screen and (min-width: 1280px) {
  .header_type_panel {
    min-height: 0;
    padding: 5px 15px 5px 15px;
  }
}
.header_type_panel .header__logo,
.header_type_panel .header__logo-holder,
.header_type_panel .header__logo-image,
.header_type_panel .header__location,
.header_type_panel .header__nav,
.header_type_panel .header__feedback,
.header_type_panel .header__contact {
  display: none;
}
.header_type_panel .header__burger {
  display: none;
}
.header_type_panel .header__burger_type_simple {
  display: block;
}
@media only screen and (min-width: 1280px) {
  .header_type_panel .header__burger_type_simple {
    display: none;
  }
}
.header_type_panel .header__icon {
  width: 14px;
  height: 14px;
}
.header_type_panel .header__primary-nav {
  padding: 0;
}
.header_type_panel .header__main {
  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;
  width: 100%;
  padding: 0;
}
.header_type_panel .header__primary-nav {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding-right: 20px;
}
.header_type_panel .header__top-line {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media only screen and (min-width: 768px) {
  .header_type_panel .header__top-line {
    max-width: none;
  }
}
@media only screen and (min-width: 1280px) {
  .header_type_panel .header__top-line {
    max-width: 250px;
  }
}
.header_type_panel .header__controls {
  fill: #141414;
  padding: 5px 6px 0 0;
}
.header_type_panel .nav__item {
  padding: 0 14px 0 16px;
}
.header_type_panel .nav__item:first-child {
  padding-left: 0;
}
.header_type_panel .nav__item:last-child {
  padding-right: 0;
}
.header_state_disabled .header__can-off {
  opacity: 0.2 !important;
  pointer-events: none;
}
.header_state_disabled .header__can-off_disabled {
  opacity: 1 !important;
  pointer-events: all;
}
.highlight {
  padding: 0.1em 0.25em;
  color: #fff;
  background: #bf0000;
}
.highlight_style_secondary {
  background: #163072;
}
.illustration-panel {
  display: block;
  background: #f0f0f0;
}
@media only screen and (min-width: 768px) {
  .illustration-panel__holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
}
.illustration-panel__description {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 30px 25px 52px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.65;
}
@media only screen and (min-width: 768px) {
  .illustration-panel__description {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
    width: 30%;
    padding: 30px 20px 30px 40px;
    font-size: 16px;
  }
}
@media only screen and (min-width: 1280px) {
  .illustration-panel__description {
    padding: 55px 20px 20px 115px;
    font-size: 22px;
  }
}
.illustration-panel__visual {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.illustration-panel__image {
  display: block;
  max-width: 100%;
  min-width: 100%;
  height: auto;
}
.illustration-panel__image-holder {
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background: none !important;
}
@media only screen and (min-width: 768px) {
  .illustration-panel__image-holder_type_xs {
    display: none;
  }
}
.illustration-panel__image-holder_type_s {
  display: none;
}
@media only screen and (min-width: 768px) {
  .illustration-panel__image-holder_type_s {
    display: block;
  }
}
@media only screen and (min-width: 1280px) {
  .illustration-panel__image-holder_type_s {
    display: none;
  }
}
.illustration-panel__image-holder_type_l {
  display: none;
}
@media only screen and (min-width: 768px) {
  .illustration-panel__image-holder_type_l {
    display: block;
  }
}
.image-carousel {
  display: block;
}
.image-carousel__slide {
  height: auto;
  background-color: #999;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.image-carousel__slide:before {
  content: '';
  display: block;
  width: 100%;
  height: auto;
  padding: 161.5625% 0 0;
}
@media only screen and (min-width: 768px) {
  .image-carousel__slide:before {
    padding: 57.2917% 0 0;
  }
}
@media only screen and (min-width: 1280px) {
  .image-carousel__slide:before {
    padding: 52.17391% 0 0;
  }
}
.image-carousel__image {
  display: none;
}
.image-carousel__counter {
  position: absolute;
  top: 30px;
  left: 20px;
  z-index: 10;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .image-carousel__counter {
    right: 38px;
    left: auto;
  }
}
@media only screen and (min-width: 1280px) {
  .image-carousel__counter {
    top: 51px;
    right: 50px;
  }
}
.ind-panel {
  display: block;
  opacity: 1;
  color: #fff;
  background: #bf0000;
  -webkit-transition: opacity 0.9s ease 0.2s;
  transition: opacity 0.9s ease 0.2s;
}
@media only screen and (min-width: 1280px) {
  .ind-panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
}
.ind-panel__illustration {
  min-height: 170px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .ind-panel__illustration {
    min-height: 240px;
  }
}
@media only screen and (min-width: 1280px) {
  .ind-panel__illustration {
    -ms-flex-preferred-size: 52.5%;
        flex-basis: 52.5%;
    min-height: 0;
  }
}
.ind-panel__image {
  display: none;
}
.ind-panel__content {
  display: block;
  padding: 21px 25px 42px;
}
@media only screen and (min-width: 768px) {
  .ind-panel__content {
    max-width: 582px;
    padding: 34px 50px 38px;
  }
}
@media only screen and (min-width: 1280px) {
  .ind-panel__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    -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;
    max-width: 560px;
    min-height: 280px;
    padding: 23px 28px 21px 50px;
  }
}
@media only screen and (min-width: 1440px) {
  .ind-panel__content {
    max-width: 632px;
    min-height: 315px;
    padding: 21px 35px 21px 56px;
  }
}
@media only screen and (min-width: 1600px) {
  .ind-panel__content {
    max-width: 700px;
    min-height: 350px;
    padding: 41px 36px 45px 62px;
  }
}
.ind-panel__header {
  margin: 0 0 20px;
}
@media only screen and (min-width: 768px) {
  .ind-panel__header {
    margin: 0 0 22px;
  }
}
@media only screen and (min-width: 1280px) {
  .ind-panel__header {
    margin: 0 0 24px;
  }
}
@media only screen and (min-width: 1440px) {
  .ind-panel__header {
    margin: 0 0 26px;
  }
}
@media only screen and (min-width: 1600px) {
  .ind-panel__header {
    margin: 0 0 31px;
  }
}
.ind-panel__title {
  display: block;
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .ind-panel__title {
    font-size: 24px;
    line-height: 30px;
  }
}
@media only screen and (min-width: 1280px) {
  .ind-panel__title {
    font-size: 22.4px;
    line-height: 28px;
  }
}
@media only screen and (min-width: 1440px) {
  .ind-panel__title {
    font-size: 25.2px;
    line-height: 32px;
  }
}
@media only screen and (min-width: 1600px) {
  .ind-panel__title {
    font-size: 28px;
    line-height: 35px;
  }
}
.ind-panel__form {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.ind-panel__control-group {
  display: block;
  padding: 20px 0 0;
}
@media only screen and (min-width: 768px) {
  .ind-panel__control-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
}
.ind-panel__control-group:first-child {
  padding-top: 0;
}
.ind-panel__field {
  display: block;
  padding: 0 0 16px;
}
@media only screen and (min-width: 768px) {
  .ind-panel__field {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    padding: 0 13px 0 0;
  }
}
@media only screen and (min-width: 1440px) {
  .ind-panel__field {
    padding: 0 14px 0 0;
  }
}
@media only screen and (min-width: 1600px) {
  .ind-panel__field {
    padding: 0 15px 0 0;
  }
}
.ind-panel__control {
  display: block;
}
@media only screen and (min-width: 768px) {
  .ind-panel__control {
    -ms-flex-preferred-size: 41.7%;
        flex-basis: 41.7%;
    max-width: 41.7%;
  }
}
.ind-panel__control_width_full {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  max-width: 100%;
}
.ind-panel__input {
  display: block;
  width: 100%;
  padding: 16px 16px 17px;
  color: #fff;
  font-size: 15px;
  line-height: 19px;
  letter-spacing: -0.02em;
  background: rgba(255,255,255,0.15);
  border: none;
  outline: none;
}
.ind-panel__input::-webkit-input-placeholder {
  color: rgba(255,255,255,0.6);
  font-size: 15px;
}
.ind-panel__input:-ms-input-placeholder {
  color: rgba(255,255,255,0.6);
  font-size: 15px;
}
.ind-panel__input::-moz-placeholder {
  color: rgba(255,255,255,0.6);
  font-size: 15px;
  opacity: 1;
}
.ind-panel__input::-ms-input-placeholder {
  color: rgba(255,255,255,0.6);
  font-size: 15px;
  opacity: 1;
}
.ind-panel__input::placeholder {
  color: rgba(255,255,255,0.6);
  font-size: 15px;
  opacity: 1;
}
@media only screen and (min-width: 1440px) {
  .ind-panel__input {
    padding: 19px 18px;
    font-size: 16px;
    line-height: 20px;
  }
  .ind-panel__input::-webkit-input-placeholder {
    color: rgba(255,255,255,0.6);
    font-size: 16px;
  }
  .ind-panel__input:-ms-input-placeholder {
    color: rgba(255,255,255,0.6);
    font-size: 16px;
  }
  .ind-panel__input::-moz-placeholder {
    color: rgba(255,255,255,0.6);
    font-size: 16px;
    opacity: 1;
  }
  .ind-panel__input::-ms-input-placeholder {
    color: rgba(255,255,255,0.6);
    font-size: 16px;
    opacity: 1;
  }
  .ind-panel__input::placeholder {
    color: rgba(255,255,255,0.6);
    font-size: 16px;
    opacity: 1;
  }
}
@media only screen and (min-width: 1600px) {
  .ind-panel__input {
    padding: 18px 20px;
    font-size: 18px;
    line-height: 1.6;
  }
  .ind-panel__input::-webkit-input-placeholder {
    color: rgba(255,255,255,0.6);
    font-size: 18px;
  }
  .ind-panel__input:-ms-input-placeholder {
    color: rgba(255,255,255,0.6);
    font-size: 18px;
  }
  .ind-panel__input::-moz-placeholder {
    color: rgba(255,255,255,0.6);
    font-size: 18px;
    opacity: 1;
  }
  .ind-panel__input::-ms-input-placeholder {
    color: rgba(255,255,255,0.6);
    font-size: 18px;
    opacity: 1;
  }
  .ind-panel__input::placeholder {
    color: rgba(255,255,255,0.6);
    font-size: 18px;
    opacity: 1;
  }
}
.ind-panel__footer {
  padding: 22px 0 0;
  color: rgba(255,255,255,0.6);
  font-size: 13px;
  line-height: 1.4;
}
@media only screen and (min-width: 768px) {
  .ind-panel__footer {
    padding: 32px 0 0;
    font-size: 14px;
    line-height: 1.6;
  }
}
@media only screen and (min-width: 1280px) {
  .ind-panel__footer {
    padding: 53px 0 0;
  }
}
@media only screen and (min-width: 1440px) {
  .ind-panel__footer {
    padding: 60px 0 0;
  }
}
@media only screen and (min-width: 1600px) {
  .ind-panel__footer {
    padding: 67px 0 0;
  }
}
.ind-panel__link {
  color: #fff;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.ind-panel__messages {
  display: none;
}
.ind-panel__labels {
  display: block;
  padding: 41px 43px;
}
.ind-panel__label-item {
  display: block;
  margin: 0 0 16px;
}
.ind-panel__label-item:last-child {
  margin-bottom: 0;
}
.ind-panel__label {
  display: inline-block;
  vertical-align: middle;
  padding: 2px 10px;
  color: #313131;
  font-size: 15px;
  font-weight: 500;
  line-height: 19px;
  background: #fff;
}
.ind-panel_is_loading {
  cursor: wait;
}
.ind-panel_is_loading .ind-panel__form {
  opacity: 0.3;
  pointer-events: none;
}
.ind-panel_type_reversed {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.ind-panel_type_spread-content .ind-panel__content {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ind-panel_style_secondary {
  background: #163072;
}
.ind-panel_style_secondary .ind-panel__footer {
  color: #fff;
}
.ind-panel_size_l .ind-panel__title {
  font-size: 20px;
  line-height: 30px;
}
@media only screen and (min-width: 768px) {
  .ind-panel_size_l .ind-panel__title {
    font-size: 30px;
    line-height: 42px;
  }
}
@media only screen and (min-width: 1280px) {
  .ind-panel_size_l .ind-panel__title {
    font-size: 32px;
    line-height: 45px;
  }
}
@media only screen and (min-width: 1440px) {
  .ind-panel_size_l .ind-panel__title {
    font-size: 36px;
    line-height: 50px;
  }
}
@media only screen and (min-width: 1600px) {
  .ind-panel_size_l .ind-panel__title {
    font-size: 40px;
    line-height: 56px;
  }
}
.ind-panel_size_l .ind-panel__footer {
  font-size: 14px;
  line-height: 1.7;
}
@media only screen and (min-width: 768px) {
  .ind-panel_size_l .ind-panel__footer {
    font-size: 15px;
    line-height: 1.6;
  }
}
@media only screen and (min-width: 1280px) {
  .ind-panel_size_l .ind-panel__footer {
    max-width: 70%;
  }
}
@media only screen and (min-width: 1440px) {
  .ind-panel_size_l .ind-panel__footer {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1600px) {
  .ind-panel_size_l .ind-panel__footer {
    font-size: 18px;
  }
}
.ind-panel_sended_success .ind-panel__form {
  display: none;
}
.ind-panel_sended_success .ind-panel__messages {
  display: block;
}
.ind-panel_sended_success .ind-panel__message_type_success {
  display: block;
}
.ind-panel_sended_success .ind-panel__message_type_error {
  display: none;
}
.ind-panel_sended_error .ind-panel__form {
  display: none;
}
.ind-panel_sended_error .ind-panel__messages {
  display: block;
}
.ind-panel_sended_error .ind-panel__message_type_success {
  display: none;
}
.ind-panel_sended_error .ind-panel__message_type_error {
  display: block;
}
.ind-panel_is_invisible {
  opacity: 0;
}
.ind-panel_is_visible {
  opacity: 1;
}
.info-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  opacity: 1;
  color: #fff;
  letter-spacing: 0;
  background: #bf0000;
  -webkit-transition: opacity 0.9s ease 0.2s;
  transition: opacity 0.9s ease 0.2s;
}
@media only screen and (min-width: 768px) {
  .info-banner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.info-banner__illustration {
  -ms-flex-preferred-size: 165px;
      flex-basis: 165px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 100%;
  height: 165px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .info-banner__illustration {
    -ms-flex-preferred-size: 33.86%;
        flex-basis: 33.86%;
    width: 33.86%;
    height: auto;
    border-left: 11px solid #f6f6f6;
  }
}
@media only screen and (min-width: 1280px) {
  .info-banner__illustration {
    -ms-flex-preferred-size: 41.5%;
        flex-basis: 41.5%;
    width: 41.5%;
  }
}
@media only screen and (min-width: 1440px) {
  .info-banner__illustration {
    border-left-width: 13px;
  }
}
@media only screen and (min-width: 1600px) {
  .info-banner__illustration {
    border-left-width: 15px;
  }
}
.info-banner__illustration[href]:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
}
.info-banner__image {
  display: none;
}
.info-banner__content {
  position: relative;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
  padding: 23px 25px 28px;
  font-size: 13px;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  .info-banner__content {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: 66.14%;
        flex-basis: 66.14%;
    width: 66.14%;
    padding: 39px 50px 44px;
    font-size: 15px;
  }
}
@media only screen and (min-width: 1280px) {
  .info-banner__content {
    -ms-flex-preferred-size: 58.5%;
        flex-basis: 58.5%;
    width: 58.5%;
    padding: 40px 56px 50px;
    font-size: 18px;
  }
}
@media only screen and (min-width: 1440px) {
  .info-banner__content {
    padding: 45px 63px 57px;
    font-size: 20px;
  }
}
@media only screen and (min-width: 1600px) {
  .info-banner__content {
    padding: 48px 70px 64px;
    font-size: 22px;
  }
}
.info-banner__description {
  opacity: 0.9;
}
.info-banner__title {
  margin: 0 0 17px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .info-banner__title {
    margin: 0 0 31px;
    font-size: 28px;
  }
}
@media only screen and (min-width: 1280px) {
  .info-banner__title {
    margin: 0 0 54px;
    font-size: 32px;
  }
}
@media only screen and (min-width: 1440px) {
  .info-banner__title {
    margin: 0 0 61px;
    font-size: 36px;
  }
}
@media only screen and (min-width: 1600px) {
  .info-banner__title {
    margin: 0 0 68px;
    font-size: 40px;
  }
}
.info-banner__title:last-child {
  margin-bottom: 0;
}
.info-banner__icon {
  position: absolute;
  top: 50%;
  right: -3px;
  z-index: 10;
  display: none;
  width: 140px;
  -webkit-transform: translate(53.3%, -50%);
          transform: translate(53.3%, -50%);
}
@media only screen and (min-width: 768px) {
  .info-banner__icon {
    display: block;
  }
}
@media only screen and (min-width: 1280px) {
  .info-banner__icon {
    right: 0;
    width: 218px;
  }
}
@media only screen and (min-width: 1440px) {
  .info-banner__icon {
    width: 245px;
  }
}
@media only screen and (min-width: 1600px) {
  .info-banner__icon {
    width: 272px;
  }
}
.info-banner_is_invisible {
  opacity: 0;
}
.info-banner_is_visible {
  opacity: 1;
}
.info-board {
  display: block;
  width: 100%;
  background: #fff;
}
@media only screen and (min-width: 768px) {
  .info-board {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (min-width: 1280px) {
  .info-board {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.info-board__items {
  padding: 20px 25px;
}
@media only screen and (min-width: 768px) {
  .info-board__items {
    overflow: hidden;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 60px 20px 40px 114px;
  }
}
@media only screen and (min-width: 1280px) {
  .info-board__items {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    width: 66.666%;
  }
}
.info-board__illustration {
  display: none;
}
@media only screen and (min-width: 768px) {
  .info-board__illustration {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    display: block;
    width: 100%;
    height: 331px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }
}
@media only screen and (min-width: 1280px) {
  .info-board__illustration {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    width: 33.333%;
    height: auto;
  }
}
.info-board__image {
  display: none;
}
.info-board__holder {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
}
.info-board__item {
  padding: 15px;
}
@media only screen and (min-width: 768px) {
  .info-board__item {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    width: 50%;
    padding: 15px 15px 105px;
  }
}
.info-board_style_dimmed {
  background: #f0f0f0;
}
@media only screen and (min-width: 768px) {
  .info-board_type_full .info-board__items {
    padding: 60px 114px 40px;
  }
}
@media only screen and (min-width: 1280px) {
  .info-board_type_full .info-board__items {
    width: 100%;
  }
}
@media only screen and (min-width: 1280px) {
  .info-board_type_full .info-board__item {
    -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%;
    width: 33.333%;
  }
}
.info-line {
  display: block;
}
@media only screen and (min-width: 768px) {
  .info-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.info-line__item {
  margin: 0 0 20px;
}
@media only screen and (min-width: 768px) {
  .info-line__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: auto;
    margin: 0;
    padding: 0 11px 0 12px;
    white-space: nowrap;
  }
}
@media only screen and (min-width: 1600px) {
  .info-line__item {
    padding: 0 12px 0 13px;
  }
}
@media only screen and (min-width: 768px) {
  .info-line__item:first-child {
    padding-left: 0;
  }
}
.info-line__item:last-child {
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .info-line__item:last-child {
    padding-right: 0;
  }
}
.info-line__link {
  color: inherit;
  text-decoration: none;
  opacity: 0.6;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.info-line__link:hover {
  opacity: 1;
}
.info-line__link_style_decorated {
  border-bottom: 1px solid rgba(20,20,20,0.1);
}
.info-message {
  display: block;
  text-align: center;
}
.info-message__wrapper {
  display: block;
  max-width: 1000px;
  margin: 0 auto;
}
.info-message__illustration {
  display: block;
  margin: 0 0 45px;
}
.info-message__illustration:last-child {
  margin-bottom: 0;
}
.info-message__image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
}
.info-message__icon-wrapper {
  display: block;
  margin: 0 0 25px;
}
@media only screen and (min-width: 768px) {
  .info-message__icon-wrapper {
    margin: 0 0 35px;
  }
}
@media only screen and (min-width: 1280px) {
  .info-message__icon-wrapper {
    margin: 0 0 45px;
  }
}
.info-message__icon-wrapper:last-child {
  margin-bottom: 0;
}
.info-message__icon {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
}
@media only screen and (min-width: 768px) {
  .info-message__icon {
    width: 42px;
    height: 42px;
  }
}
@media only screen and (min-width: 1280px) {
  .info-message__icon {
    width: 58px;
    height: 58px;
  }
}
.info-message__fields {
  display: block;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.01em;
}
@media only screen and (min-width: 768px) {
  .info-message__fields {
    font-size: 24px;
    line-height: 1.3;
  }
}
@media only screen and (min-width: 1280px) {
  .info-message__fields {
    font-size: 30px;
    line-height: 1.7;
  }
}
.info-panel {
  display: block;
  padding: 22px 0 26px;
  color: #fff;
  font-size: 15px;
  line-height: 23px;
  letter-spacing: 0;
  background: #163072;
}
@media only screen and (min-width: 768px) {
  .info-panel {
    padding: 34px 0 36px;
    font-size: 17px;
    line-height: 1.5;
  }
}
@media only screen and (min-width: 1280px) {
  .info-panel {
    padding: 46px 0 44px;
    font-size: 18px;
  }
}
@media only screen and (min-width: 1440px) {
  .info-panel {
    padding: 51px 0;
    font-size: 20px;
  }
}
@media only screen and (min-width: 1600px) {
  .info-panel {
    padding: 52px 0 56px;
    font-size: 22px;
  }
}
.info-panel__fields {
  margin: 0 0 15px;
}
.info-panel__fields:last-child {
  margin-bottom: 0;
}
.info-panel__fields p:not([class]) {
  margin: 0;
}
.info-plate {
  display: block;
  opacity: 1;
  -webkit-transition: opacity 0.9s ease 0.2s;
  transition: opacity 0.9s ease 0.2s;
}
@media only screen and (min-width: 768px) {
  .info-plate__holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
}
.info-plate__illustration {
  position: relative;
  height: 360px;
  margin: 0 0 4px;
  overflow: hidden;
  background-color: #c4c4c4;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .info-plate__illustration {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    width: 50%;
    height: auto;
    margin: 0;
  }
}
@media only screen and (min-width: 1280px) {
  .info-plate__illustration {
    -ms-flex-preferred-size: 54.5%;
        flex-basis: 54.5%;
    width: 54.5%;
  }
}
.info-plate__image {
  display: none;
}
.info-plate__sticker {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.info-plate__content {
  display: block;
}
@media only screen and (min-width: 768px) {
  .info-plate__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    width: 50%;
    padding: 0 0 0 12px;
  }
}
@media only screen and (min-width: 1280px) {
  .info-plate__content {
    -ms-flex-preferred-size: 45.5%;
        flex-basis: 45.5%;
    width: 45.5%;
  }
}
@media only screen and (min-width: 1440px) {
  .info-plate__content {
    padding: 0 0 0 15px;
  }
}
.info-plate__panel {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 0 0 4px;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.01em;
  background: #eaeaea;
}
@media only screen and (min-width: 768px) {
  .info-plate__panel {
    margin: 0 0 15px;
  }
}
@media only screen and (min-width: 1280px) {
  .info-plate__panel {
    font-size: 18px;
    line-height: 1.65;
  }
}
@media only screen and (min-width: 1440px) {
  .info-plate__panel {
    font-size: 20px;
    line-height: 1.6;
  }
}
@media only screen and (min-width: 1600px) {
  .info-plate__panel {
    font-size: 22px;
  }
}
.info-plate__panel:last-child {
  margin-bottom: 0;
}
.info-plate__wrapper {
  padding: 32px 25px 35px;
}
@media only screen and (min-width: 768px) {
  .info-plate__wrapper {
    padding: 28px 31px;
  }
}
@media only screen and (min-width: 1280px) {
  .info-plate__wrapper {
    padding: 50px 56px;
  }
}
@media only screen and (min-width: 1440px) {
  .info-plate__wrapper {
    padding: 56px 63px;
  }
}
@media only screen and (min-width: 1600px) {
  .info-plate__wrapper {
    padding: 63px 71px 70px;
  }
}
.info-plate__title {
  margin: 0 0 20px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .info-plate__title {
    margin: 0 0 26px;
    font-size: 19px;
  }
}
@media only screen and (min-width: 1280px) {
  .info-plate__title {
    margin: 0 0 41px;
    font-size: 22px;
  }
}
@media only screen and (min-width: 1440px) {
  .info-plate__title {
    margin: 0 0 45px;
    font-size: 25px;
  }
}
@media only screen and (min-width: 1600px) {
  .info-plate__title {
    margin: 0 0 50px;
    font-size: 28px;
  }
}
.info-plate__title:last-child {
  margin-bottom: 0;
}
.info-plate_is_invisible {
  opacity: 0;
}
.info-plate_is_visible {
  opacity: 1;
}
.info-snippet {
  display: block;
  padding: 45px 13px 59px 25px;
  background: #fff;
}
@media only screen and (min-width: 768px) {
  .info-snippet {
    padding: 42px 55px 42px 43px;
  }
}
@media only screen and (min-width: 1280px) {
  .info-snippet {
    padding: 50px 53px;
  }
}
.info-snippet__title {
  display: block;
  overflow: hidden;
  margin: 0 0 12px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.1em;
  text-overflow: ellipsis;
}
@media only screen and (min-width: 1280px) {
  .info-snippet__title {
    margin: 0 0 20px;
    font-size: 20px;
  }
}
@media only screen and (min-width: 1440px) {
  .info-snippet__title {
    margin: 0 0 32px;
    font-size: 25px;
  }
}
.info-snippet__title:last-child {
  margin-bottom: 0;
}
.info-snippet__title_size_small {
  font-size: 35px;
}
.info-snippet__fields {
  line-height: 1.6;
}
.info-snippet__label {
  display: block;
  overflow: hidden;
  color: #bf0000;
  text-overflow: ellipsis;
}
.info-snippet__description {
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  .info-snippet__description {
    font-size: 12px;
  }
}
@media only screen and (min-width: 1280px) {
  .info-snippet__description {
    font-size: 17px;
  }
}
.info-snippet_type_inner {
  background: transparent;
}
.info-snippet_type_primary {
  padding: 0;
}
.info-snippet_type_primary .info-snippet__title {
  margin: 0 0 25px;
  font-size: 25px;
  line-height: 1.25;
  letter-spacing: -0.05em;
}
@media only screen and (min-width: 768px) {
  .info-snippet_type_primary .info-snippet__title {
    margin: 0 0 25px;
    font-size: 36px;
  }
}
@media only screen and (min-width: 1280px) {
  .info-snippet_type_primary .info-snippet__title {
    margin: 0 0 25px;
  }
}
.info-snippet_type_primary .info-snippet__title:last-child {
  margin-bottom: 0;
}
.info-snippet_type_simple {
  padding: 0;
}
.info-snippet_type_simple .info-snippet__title {
  font-size: 25px;
  letter-spacing: -0.05em;
}
@media only screen and (min-width: 768px) {
  .info-snippet_type_simple .info-snippet__title {
    margin: 0 0 25px;
  }
}
@media only screen and (min-width: 1280px) {
  .info-snippet_type_simple .info-snippet__title {
    margin: 0 0 25px;
    font-size: 36px;
  }
}
.input-file {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  fill: #163072;
  color: #163072;
  font-size: 13px;
  font-weight: 700;
  line-height: 22px;
  text-transform: uppercase;
  cursor: pointer;
}
.input-file__holder {
  display: block;
  width: 100%;
}
.input-file__input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.input-file__label {
  position: relative;
  display: block;
  min-height: 22px;
  padding: 0 15px 0 25px;
}
.input-file__icon {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 18px;
  height: 18px;
  fill: transparent;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.input-file__panel {
  position: relative;
  display: block;
  overflow: hidden;
  max-width: 201px;
  padding: 0 15px 0 0;
  line-height: 22px;
}
.input-file__name {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #141414;
  font-weight: 400;
  white-space: nowrap;
  opacity: 0.7;
}
.input-file__number {
  display: none;
  opacity: 0.7;
  color: #141414;
  font-size: 12px;
  font-weight: 400;
}
.input-file__clear {
  position: absolute;
  top: 5px;
  right: 0;
  z-index: 10;
  display: none;
  width: 12px;
  height: 12px;
  border: none;
  outline: none;
  background: transparent;
  opacity: 0.7;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.input-file__clear:before,
.input-file__clear:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 100%;
  height: 1px;
  opacity: 0.7;
  background: #141414;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.input-file__clear:after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.input-file__clear:hover {
  opacity: 0.3;
}
.input-file_state_selected .input-file__clear {
  display: block;
}
.input-file_state_multi-selection .input-file__number {
  display: block;
}
.input-slider {
  display: block;
}
.input-slider__input {
  display: none;
  border: 1px solid #343434;
  outline: none;
}
.input-slider .noUi-horizontal {
  height: 2px;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  border-radius: 1px;
}
.input-slider .noUi-horizontal:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.1;
  background: #141414;
  border-radius: 1px;
}
.input-slider .noUi-horizontal .noUi-handle {
  top: -17px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #fff;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.input-slider .noUi-handle:before,
.input-slider .noUi-handle:after {
  top: 50%;
  left: 50%;
  width: 12px;
  height: 2px;
  background: #f1f1f1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.input-slider .noUi-handle:before {
  -webkit-transform: translate(-50%, -2px);
          transform: translate(-50%, -2px);
}
.input-slider .noUi-handle:after {
  -webkit-transform: translate(-50%, 2px);
          transform: translate(-50%, 2px);
}
.interior-trigger {
  position: relative;
  display: block;
}
.interior-trigger__button {
  position: relative;
  z-index: 10;
  display: inline-block;
  vertical-align: middle;
  width: 64px;
  height: 64px;
  padding: 0;
  color: #fff;
  font-size: 15px;
  line-height: 64px;
  text-align: center;
  text-transform: lowercase;
  letter-spacing: 0.01em;
  background: transparent;
  border: 1px solid rgba(255,255,255,0.3);
  border-radius: 50%;
  outline: none;
  opacity: 1;
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media only screen and (min-width: 768px) {
  .interior-trigger__button {
    width: 92px;
    height: 92px;
    line-height: 92px;
  }
}
@media only screen and (min-width: 1440px) {
  .interior-trigger__button {
    width: 104px;
    height: 104px;
    line-height: 104px;
  }
}
@media only screen and (min-width: 1600px) {
  .interior-trigger__button {
    width: 116px;
    height: 116px;
    font-size: 16px;
    line-height: 116px;
  }
}
.interior-trigger__list {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.interior-trigger__item {
  display: block;
  padding: 2px 2px 10px;
  opacity: 0;
  -webkit-transform: translate(-80%, 0);
          transform: translate(-80%, 0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}
.interior-trigger__preview {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  padding: 7px;
  color: #fff;
  text-decoration: none;
  border: 1px solid rgba(255,255,255,0.3);
  border-radius: 50%;
  -webkit-transition: border 0.3s ease;
  transition: border 0.3s ease;
}
@media only screen and (min-width: 1280px) {
  .interior-trigger__preview {
    width: 70px;
    height: 70px;
    padding: 16px;
  }
}
.interior-trigger__preview:hover,
.interior-trigger__preview_state_active {
  border: 1px solid rgba(255,255,255,0.8);
}
.interior-trigger__preview:hover .interior-trigger__label {
  opacity: 1;
}
.interior-trigger__image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 50%;
}
.interior-trigger__label {
  position: relative;
  top: 100%;
  left: 50%;
  display: table;
  font-size: 16px;
  line-height: 1;
  white-space: nowrap;
  letter-spacing: 0.01em;
  pointer-events: none;
  opacity: 0;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.interior-trigger:hover .interior-trigger__button {
  z-index: 1;
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
.interior-trigger:hover .interior-trigger__list {
  z-index: 10;
  visibility: visible;
}
.interior-trigger:hover .interior-trigger__item {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.interior-trigger:hover .interior-trigger__item:nth-child(7) {
  -webkit-transition-delay: -0.4s;
          transition-delay: -0.4s;
}
.interior-trigger:hover .interior-trigger__item:nth-child(6) {
  -webkit-transition-delay: -0.3s;
          transition-delay: -0.3s;
}
.interior-trigger:hover .interior-trigger__item:nth-child(5) {
  -webkit-transition-delay: -0.2s;
          transition-delay: -0.2s;
}
.interior-trigger:hover .interior-trigger__item:nth-child(4) {
  -webkit-transition-delay: -0.1s;
          transition-delay: -0.1s;
}
.interior-trigger:hover .interior-trigger__item:nth-child(3) {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.interior-trigger:hover .interior-trigger__item:nth-child(2) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.interior-trigger:hover .interior-trigger__item:nth-child(1) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.interior-trigger_list-direction_inverse {
  text-align: right;
}
.interior-trigger_list-direction_inverse .interior-trigger__list {
  right: 0;
  left: auto;
}
.interior-widget {
  position: relative;
  display: block;
  overflow: hidden;
  color: #fff;
}
.interior-widget__heading {
  display: block;
  width: 100%;
  padding: 26px 25px;
  color: #fff;
  background: #163072;
}
@media only screen and (min-width: 768px) {
  .interior-widget__heading {
    padding: 29px 50px;
  }
}
@media only screen and (min-width: 1025px) {
  .interior-widget__heading {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 5;
    max-width: 700px;
    padding: 29px 48px;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
@media only screen and (min-width: 1440px) {
  .interior-widget__heading {
    max-width: 788px;
    padding: 34px 54px;
  }
}
@media only screen and (min-width: 1600px) {
  .interior-widget__heading {
    max-width: 876px;
    padding: 35px 60px 41px;
  }
}
.interior-widget__title {
  font-size: 44px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media only screen and (min-width: 1600px) {
  .interior-widget__title {
    font-size: 44px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.1em;
  }
}
.interior-widget__panel {
  position: relative;
  z-index: 1;
  background-color: #343434;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: transform 0.6s ease, opacity 0.6s ease;
  transition: transform 0.6s ease, opacity 0.6s ease, -webkit-transform 0.6s ease;
}
.interior-widget__panel:before {
  content: '';
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  padding: 77.5% 0 0;
  opacity: 0.3;
  background: #000;
}
@media only screen and (min-width: 768px) {
  .interior-widget__panel:before {
    padding: 69.5% 0 0;
  }
}
@media only screen and (min-width: 1280px) {
  .interior-widget__panel:before {
    padding: 57.5% 0 0;
  }
}
.interior-widget__image {
  display: none;
}
.interior-widget__label {
  padding: 29px 0 0 8px;
  font-size: 16px;
  line-height: 1.65;
  letter-spacing: 0.01em;
}
@media only screen and (min-width: 768px) {
  .interior-widget__label {
    font-size: 15px;
    padding: 37px 0 0 22px;
  }
}
@media only screen and (min-width: 1280px) {
  .interior-widget__label {
    padding: 15px 0 0 6px;
  }
}
@media only screen and (min-width: 1600px) {
  .interior-widget__label {
    padding: 29px 0 0 8px;
    font-size: 16px;
  }
}
.interior-widget__trigger-holder {
  position: absolute;
  z-index: 30;
  display: none;
  width: 100%;
  max-width: 250px;
}
@media only screen and (min-width: 768px) {
  .interior-widget__trigger-holder {
    display: block;
  }
}
@media only screen and (min-width: 1280px) {
  .interior-widget__trigger-holder {
    max-width: 350px;
  }
}
.interior-widget__footer {
  display: block;
  padding: 15px 0 0;
}
@media only screen and (min-width: 768px) {
  .interior-widget__footer {
    position: absolute;
    left: 0;
    bottom: 42px;
    z-index: 50;
    width: 100%;
  }
}
@media only screen and (min-width: 1280px) {
  .interior-widget__footer {
    bottom: 50px;
  }
}
@media only screen and (min-width: 1440px) {
  .interior-widget__footer {
    bottom: 57px;
  }
}
@media only screen and (min-width: 1600px) {
  .interior-widget__footer {
    bottom: 64px;
  }
}
@media only screen and (min-width: 768px) {
  .interior-widget__controls {
    font-size: 0;
    text-align: center;
  }
}
.interior-widget__control {
  padding: 5px 0;
}
@media only screen and (min-width: 768px) {
  .interior-widget__control {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
    padding: 0;
  }
}
@media only screen and (min-width: 1440px) {
  .interior-widget__control {
    margin: 0 12px 0 0;
  }
}
@media only screen and (min-width: 1600px) {
  .interior-widget__control {
    margin: 0 14px 0 0;
  }
}
.interior-widget__control:last-child {
  margin: 0;
}
.interior-widget__layer {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.interior-widget__layer_state_active {
  opacity: 1;
}
.interior-widget__description {
  padding: 20px 25px 5px;
  color: #141414;
  font-size: 14px;
  line-height: 1.6;
}
@media only screen and (min-width: 1px) {
  .interior-widget__description_hidden_xs {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .interior-widget__description_hidden_s {
    display: none;
  }
}
@media only screen and (min-width: 1025px) {
  .interior-widget__description_hidden_m {
    display: none;
  }
}
@media only screen and (min-width: 1280px) {
  .interior-widget__description_hidden_l {
    display: none;
  }
}
@media only screen and (min-width: 1440px) {
  .interior-widget__description_hidden_xl {
    display: none;
  }
}
@media only screen and (min-width: 1600px) {
  .interior-widget__description_hidden_xxl {
    display: none;
  }
}
.interior-widget__loader {
  position: absolute;
  top: 50%;
  left: 50%;
  display: none;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.interior-widget_is_invisible .interior-widget__panel {
  opacity: 0;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
.interior-widget_is_visible .interior-widget__panel {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.interior-widget_is_loading {
  background: #eaeaea;
  pointer-events: none;
}
.interior-widget_is_loading .interior-widget__panel {
  opacity: 0;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
.interior-widget_is_loading .interior-widget__loader {
  display: block;
}
.intro {
  position: relative;
  display: block;
  max-width: 100%;
  text-align: center;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.intro__container {
  padding: 0 15px;
}
.intro__breadcrumbs {
  display: block;
  margin: 0 0 57px;
}
@media only screen and (min-width: 768px) {
  .intro__breadcrumbs {
    margin: 0 0 28px;
  }
}
@media only screen and (min-width: 1440px) {
  .intro__breadcrumbs {
    margin: 0 0 36px;
  }
}
.intro__breadcrumbs:last-child {
  margin-bottom: 0;
}
.intro__header {
  position: relative;
  margin: 0 auto 33px;
}
@media only screen and (min-width: 768px) {
  .intro__header {
    margin: 0 auto 26px;
  }
}
@media only screen and (min-width: 1440px) {
  .intro__header {
    margin: 0 auto 53px;
  }
}
.intro__header:last-child {
  margin-bottom: 0;
}
.intro__go-back {
  position: absolute;
  top: 50%;
  left: 0;
  display: none;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media only screen and (min-width: 1280px) {
  .intro__go-back {
    display: block;
  }
}
@media only screen and (min-width: 1280px) {
  .intro__go-back + * {
    padding-left: 100px;
    padding-right: 100px;
  }
}
.intro__title {
  display: block;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .intro__title {
    font-size: 30px;
  }
}
.intro__title_size_xs {
  font-size: 20px;
}
.intro__title_size_s {
  font-size: 25px;
}
.intro__title_size_m {
  font-size: 30px;
}
.intro__title_size_l {
  font-size: 35px;
}
.intro__title_size_xl {
  font-size: 55px;
}
.intro__title_size_xxl {
  font-size: 96px;
}
.intro__title_type_primary {
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.043em;
  text-transform: none;
}
@media only screen and (min-width: 768px) {
  .intro__title_type_primary {
    margin: 0 auto 26px;
    font-size: 65px;
  }
}
@media only screen and (min-width: 1440px) {
  .intro__title_type_primary {
    max-width: 85%;
    margin: 0 auto 53px;
    font-size: 96px;
  }
}
.intro__location {
  position: relative;
  display: inline-block;
  vertical-align: baseline;
  color: #fff;
  padding: 0 40px 0 10px;
  background: #163072;
  cursor: pointer;
}
@media only screen and (min-width: 1440px) {
  .intro__location {
    padding: 0 60px 0 10px;
  }
}
.intro__location:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  width: 8px;
  height: 8px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
@media only screen and (min-width: 1280px) {
  .intro__location:after {
    right: 5px;
    width: 14px;
    height: 14px;
    border-right: 5px solid #fff;
    border-bottom: 5px solid #fff;
  }
}
@media only screen and (min-width: 1440px) {
  .intro__location:after {
    width: 18px;
    height: 18px;
    border-right: 6px solid #fff;
    border-bottom: 6px solid #fff;
  }
}
.intro__description {
  width: 100%;
  max-width: 100%;
  margin: 0 auto 41px;
  padding: 0 15px;
  font-size: 14px;
  line-height: 1.75;
  letter-spacing: 0.01em;
}
@media only screen and (min-width: 768px) {
  .intro__description {
    max-width: 75%;
    margin: 0 auto 38px;
    font-size: 15px;
    line-height: 1.8;
  }
}
@media only screen and (min-width: 1440px) {
  .intro__description {
    max-width: 840px;
    margin: 0 auto 62px;
    font-size: 17px;
    line-height: 1.7;
  }
}
.intro__description:last-child {
  margin-bottom: 0;
}
.intro__label {
  display: block;
  margin: 0 0 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 2.2;
  text-transform: uppercase;
  letter-spacing: 0.01em;
}
@media only screen and (min-width: 1600px) {
  .intro__label {
    line-height: 18px;
  }
}
.intro__label:last-child {
  margin-bottom: 0;
}
.intro__controls {
  margin: 0 -15px;
}
.intro__buttons {
  width: 100%;
  margin: 0 auto;
  padding: 10px 10px 0;
}
@media only screen and (min-width: 768px) {
  .intro__buttons {
    max-width: 348px;
    padding: 15px 0 0;
  }
}
@media only screen and (min-width: 1280px) {
  .intro__buttons {
    max-width: 540px;
    padding: 10px 0 35px;
  }
}
.intro__button {
  margin: 0 0 25px;
}
.intro__button:last-child {
  margin-bottom: 0;
}
.intro__info-line {
  font-size: 13px;
  line-height: 1.7;
  opacity: 0.6;
}
@media only screen and (min-width: 768px) {
  .intro__info-line {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1280px) {
  .intro__info-line {
    font-size: 15px;
  }
}
.intro__info-label {
  padding: 5px 0 0;
  font-size: 11px;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0.05em;
  white-space: nowrap;
  opacity: 0.6;
}
@media only screen and (min-width: 768px) {
  .intro__info-label {
    padding: 27px 0 0;
  }
}
@media only screen and (min-width: 1280px) {
  .intro__info-label {
    position: absolute;
    top: 50%;
    right: 20px;
    bottom: 0;
    z-index: 1;
    padding: 131px 0 0 20px;
    font-size: 13px;
    letter-spacing: 0.05em;
    -webkit-transform: translate(0, 50%) rotate(180deg);
            transform: translate(0, 50%) rotate(180deg);
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
    -webkit-text-orientation: mixed;
            text-orientation: mixed;
  }
}
.intro__info-label_visible_xs {
  display: none;
}
@media only screen and (min-width: 1px) {
  .intro__info-label_visible_xs {
    display: block;
  }
}
.intro__info-label_visible_s {
  display: none;
}
@media only screen and (min-width: 768px) {
  .intro__info-label_visible_s {
    display: block;
  }
}
.intro__info-label_visible_m {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .intro__info-label_visible_m {
    display: block;
  }
}
.intro__info-label_visible_l {
  display: none;
}
@media only screen and (min-width: 1280px) {
  .intro__info-label_visible_l {
    display: block;
  }
}
.intro__info-label_visible_xl {
  display: none;
}
@media only screen and (min-width: 1440px) {
  .intro__info-label_visible_xl {
    display: block;
  }
}
.intro__info-label_visible_xxl {
  display: none;
}
@media only screen and (min-width: 1600px) {
  .intro__info-label_visible_xxl {
    display: block;
  }
}
@media only screen and (min-width: 1px) {
  .intro__info-label_hidden_xs {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .intro__info-label_hidden_s {
    display: none;
  }
}
@media only screen and (min-width: 1025px) {
  .intro__info-label_hidden_m {
    display: none;
  }
}
@media only screen and (min-width: 1280px) {
  .intro__info-label_hidden_l {
    display: none;
  }
}
@media only screen and (min-width: 1440px) {
  .intro__info-label_hidden_xl {
    display: none;
  }
}
@media only screen and (min-width: 1600px) {
  .intro__info-label_hidden_xxl {
    display: none;
  }
}
@media only screen and (min-width: 1280px) and (min-width: 1280px) {
  .intro__info-label {
    padding: 131px 0 0;
    font-size: 12px;
  }
}
@media only screen and (min-width: 1280px) and (min-width: 1440px) {
  .intro__info-label {
    padding: 131px 0 0 4px;
    font-size: 13px;
  }
}
@media only screen and (min-width: 1280px) and (min-width: 1600px) {
  .intro__info-label {
    padding: 131px 0 0 40px;
  }
}
.intro__extra {
  opacity: 0.3;
}
.intro__search-form {
  width: 100%;
  max-width: 1460px;
  margin: 0 auto 80px;
}
.intro__search-form:last-child {
  margin-bottom: 0;
}
.intro_style_light {
  padding-bottom: 90px;
  color: #fff;
  background-color: #ccc;
}
@media only screen and (min-width: 768px) {
  .intro_style_light {
    padding-bottom: 169px;
  }
}
@media only screen and (min-width: 1440px) {
  .intro_style_light {
    padding-bottom: 213px;
  }
}
.label {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  fill: #fff;
  color: #fff;
  font-weight: 700;
  font-size: 9px;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-align: left;
  text-transform: uppercase;
  background: #163072;
}
@media only screen and (min-width: 1280px) {
  .label {
    font-size: 11px;
    letter-spacing: 0.01em;
  }
}
@media only screen and (min-width: 1440px) {
  .label {
    font-size: 12px;
    letter-spacing: 0.05em;
  }
}
@media only screen and (min-width: 1600px) {
  .label {
    font-size: 12px;
    letter-spacing: 0.1em;
  }
}
.label__panel {
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  min-height: 100%;
}
.label__holder {
  display: block;
  width: 100%;
  padding: 5px 10px;
}
@media only screen and (min-width: 768px) {
  .label__holder {
    padding: 10px 5px 10px 10px;
  }
}
@media only screen and (min-width: 1280px) {
  .label__holder {
    padding: 14px 5px 10px 13px;
  }
}
@media only screen and (min-width: 1440px) {
  .label__holder {
    padding: 10px 5px 10px 13px;
  }
}
.label__icon {
  display: none;
}
@media only screen and (min-width: 768px) {
  .label__icon {
    display: block;
    width: 22px;
    height: 10px;
    fill: inherit;
  }
}
@media only screen and (min-width: 1440px) {
  .label__icon {
    width: 28px;
    height: 12px;
  }
}
.label__text {
  display: block;
  padding: 14px 0 0;
  line-height: 1.4;
}
@media only screen and (min-width: 1280px) {
  .label__text {
    padding: 10px 0 0;
  }
}
@media only screen and (min-width: 1280px) {
  .label__text {
    padding: 9px 0 0;
    line-height: 1.1;
  }
}
@media only screen and (min-width: 1440px) {
  .label__text {
    padding: 14px 0 0;
    line-height: 1.4;
  }
}
.label_style_light {
  color: #141414;
  background: #fff;
}
.label_style_glass {
  background: rgba(0,0,0,0.2);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
}
.no-backdropfilter .label_style_glass {
  background: rgba(0,0,0,0.5);
}
.large-control {
  position: relative;
  display: block;
  height: 121px;
  padding: 20px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  cursor: pointer;
  background: #163072;
  border: none;
  outline: none;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.large-control:hover .large-control__arrow {
  width: 62px;
}
.large-control:hover .large-control__arrow:after {
  left: 62px;
}
.large-control:focus,
.large-control:active {
  opacity: 0.8;
}
.large-control:disabled {
  background: #163072;
  opacity: 0.2;
}
.large-control__arrow {
  position: absolute;
  left: 100%;
  bottom: 50%;
  z-index: 1;
  display: block;
  width: 52px;
  height: 2px;
  background: currentColor;
  -webkit-transform: translate(-72px, 50%);
          transform: translate(-72px, 50%);
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
@media only screen and (min-width: 768px) {
  .large-control__arrow {
    bottom: 24px;
    -webkit-transform: translate(-72px, 0);
            transform: translate(-72px, 0);
  }
}
.large-control__arrow:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 52px;
  z-index: 1;
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  -webkit-transform: translate(-92%, -50%) rotate(45deg);
          transform: translate(-92%, -50%) rotate(45deg);
  -webkit-transition: left 0.3s ease;
  transition: left 0.3s ease;
}
.linear-nav {
  display: block;
  color: inherit;
}
.linear-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  min-width: 100%;
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0.01em;
}
@media only screen and (min-width: 1440px) {
  .linear-nav__list {
    font-size: 25px;
  }
}
@media only screen and (min-width: 1600px) {
  .linear-nav__list {
    font-size: 28px;
  }
}
.linear-nav__item {
  position: relative;
  margin: 0 0 0 19px;
}
@media only screen and (min-width: 1440px) {
  .linear-nav__item {
    margin: 0 0 0 26px;
  }
}
@media only screen and (min-width: 1600px) {
  .linear-nav__item {
    margin: 0 0 0 30px;
  }
}
.linear-nav__item:first-child {
  margin-left: 0;
}
.linear-nav__item:last-child .linear-nav__subitems {
  left: auto;
  right: -20px;
}
.linear-nav__item:last-child .sm-nav {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.linear-nav__item:hover > .linear-nav__link {
  opacity: 1;
}
.linear-nav__item:hover > .linear-nav__link:before {
  opacity: 1;
}
.linear-nav__item:hover > .linear-nav__subitems {
  display: block;
}
.linear-nav__link {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  opacity: 0.2;
  padding: 0 0 0 30px;
  color: inherit;
  line-height: 1;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.linear-nav__link:before {
  content: '';
  position: absolute;
  top: 6px;
  left: 16px;
  display: block;
  opacity: 0;
  width: 8px;
  height: 14px;
  background: #bf0000;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media only screen and (min-width: 1440px) {
  .linear-nav__link:before {
    left: 15px;
    width: 9px;
    height: 15px;
  }
}
@media only screen and (min-width: 1600px) {
  .linear-nav__link:before {
    left: 10px;
    width: 11px;
    height: 18px;
  }
}
.linear-nav__subitems {
  position: absolute;
  top: 100%;
  left: 20px;
  display: none;
  width: 300px;
  font-size: 15px;
  padding: 15px 0;
}
.link-group {
  overflow: hidden;
  opacity: 1;
  -webkit-transition: opacity 0.9s ease 0.2s;
  transition: opacity 0.9s ease 0.2s;
}
.link-group__holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
}
.link-group__item {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  padding: 20px 15px 0;
}
.link-group__item_type_parent {
  padding-top: 23px;
}
@media only screen and (min-width: 768px) {
  .link-group__item_type_parent {
    padding-top: 50px;
  }
}
.link-group__item_type_parent .link-group__sublinks {
  display: none;
}
@media only screen and (min-width: 768px) {
  .link-group__item_type_parent .link-group__sublinks {
    display: block;
  }
}
.link-group__item_state_open .link-group__sublinks {
  display: block;
}
.link-group__link,
.link-group__text {
  color: inherit;
  font-size: 12px;
  font-weight: 700;
  line-height: 15px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 1440px) {
  .link-group__link,
  .link-group__text {
    font-size: 13px;
    line-height: 16px;
  }
}
@media only screen and (min-width: 1600px) {
  .link-group__link,
  .link-group__text {
    font-size: 14px;
    line-height: 18px;
  }
}
.link-group__link_type_primary,
.link-group__text_type_primary {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}
.link-group__sublinks {
  padding: 18px 0;
  font-size: 12px;
}
@media only screen and (min-width: 768px) {
  .link-group__sublinks {
    padding: 22px 0 0;
  }
}
@media only screen and (min-width: 1280px) {
  .link-group__sublinks {
    padding: 23px 0 0;
  }
}
@media only screen and (min-width: 1440px) {
  .link-group__sublinks {
    padding: 27px 0 0;
    font-size: 13px;
  }
}
@media only screen and (min-width: 1600px) {
  .link-group__sublinks {
    padding: 30px 0 0;
    font-size: 14px;
  }
}
.link-group_cols_auto .link-group__holder {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.link-group_cols_auto .link-group__item {
  padding-top: 0;
}
@media only screen and (min-width: 1px) {
  .link-group_cols_xs-1 .link-group__item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
@media only screen and (min-width: 1px) {
  .link-group_cols_xs-1 .link-group__item:nth-child(-n + 1) {
    padding-top: 0;
  }
}
@media only screen and (min-width: 768px) {
  .link-group_cols_s-1 .link-group__item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .link-group_cols_s-1 .link-group__item:nth-child(-n + 1) {
    padding-top: 0;
  }
}
@media only screen and (min-width: 1025px) {
  .link-group_cols_m-1 .link-group__item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
@media only screen and (min-width: 1025px) {
  .link-group_cols_m-1 .link-group__item:nth-child(-n + 1) {
    padding-top: 0;
  }
}
@media only screen and (min-width: 1280px) {
  .link-group_cols_l-1 .link-group__item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
@media only screen and (min-width: 1280px) {
  .link-group_cols_l-1 .link-group__item:nth-child(-n + 1) {
    padding-top: 0;
  }
}
@media only screen and (min-width: 1440px) {
  .link-group_cols_xl-1 .link-group__item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
@media only screen and (min-width: 1440px) {
  .link-group_cols_xl-1 .link-group__item:nth-child(-n + 1) {
    padding-top: 0;
  }
}
@media only screen and (min-width: 1600px) {
  .link-group_cols_xxl-1 .link-group__item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
@media only screen and (min-width: 1600px) {
  .link-group_cols_xxl-1 .link-group__item:nth-child(-n + 1) {
    padding-top: 0;
  }
}
@media only screen and (min-width: 1px) {
  .link-group_cols_xs-2 .link-group__item {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
@media only screen and (min-width: 1px) {
  .link-group_cols_xs-2 .link-group__item:nth-child(-n + 2) {
    padding-top: 0;
  }
}
@media only screen and (min-width: 768px) {
  .link-group_cols_s-2 .link-group__item {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .link-group_cols_s-2 .link-group__item:nth-child(-n + 2) {
    padding-top: 0;
  }
}
@media only screen and (min-width: 1025px) {
  .link-group_cols_m-2 .link-group__item {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
@media only screen and (min-width: 1025px) {
  .link-group_cols_m-2 .link-group__item:nth-child(-n + 2) {
    padding-top: 0;
  }
}
@media only screen and (min-width: 1280px) {
  .link-group_cols_l-2 .link-group__item {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
@media only screen and (min-width: 1280px) {
  .link-group_cols_l-2 .link-group__item:nth-child(-n + 2) {
    padding-top: 0;
  }
}
@media only screen and (min-width: 1440px) {
  .link-group_cols_xl-2 .link-group__item {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
@media only screen and (min-width: 1440px) {
  .link-group_cols_xl-2 .link-group__item:nth-child(-n + 2) {
    padding-top: 0;
  }
}
@media only screen and (min-width: 1600px) {
  .link-group_cols_xxl-2 .link-group__item {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
@media only screen and (min-width: 1600px) {
  .link-group_cols_xxl-2 .link-group__item:nth-child(-n + 2) {
    padding-top: 0;
  }
}
@media only screen and (min-width: 1px) {
  .link-group_cols_xs-3 .link-group__item {
    -ms-flex-preferred-size: 33.333333333333336%;
        flex-basis: 33.333333333333336%;
  }
}
@media only screen and (min-width: 1px) {
  .link-group_cols_xs-3 .link-group__item:nth-child(-n + 3) {
    padding-top: 0;
  }
}
@media only screen and (min-width: 768px) {
  .link-group_cols_s-3 .link-group__item {
    -ms-flex-preferred-size: 33.333333333333336%;
        flex-basis: 33.333333333333336%;
  }
}
@media only screen and (min-width: 768px) {
  .link-group_cols_s-3 .link-group__item:nth-child(-n + 3) {
    padding-top: 0;
  }
}
@media only screen and (min-width: 1025px) {
  .link-group_cols_m-3 .link-group__item {
    -ms-flex-preferred-size: 33.333333333333336%;
        flex-basis: 33.333333333333336%;
  }
}
@media only screen and (min-width: 1025px) {
  .link-group_cols_m-3 .link-group__item:nth-child(-n + 3) {
    padding-top: 0;
  }
}
@media only screen and (min-width: 1280px) {
  .link-group_cols_l-3 .link-group__item {
    -ms-flex-preferred-size: 33.333333333333336%;
        flex-basis: 33.333333333333336%;
  }
}
@media only screen and (min-width: 1280px) {
  .link-group_cols_l-3 .link-group__item:nth-child(-n + 3) {
    padding-top: 0;
  }
}
@media only screen and (min-width: 1440px) {
  .link-group_cols_xl-3 .link-group__item {
    -ms-flex-preferred-size: 33.333333333333336%;
        flex-basis: 33.333333333333336%;
  }
}
@media only screen and (min-width: 1440px) {
  .link-group_cols_xl-3 .link-group__item:nth-child(-n + 3) {
    padding-top: 0;
  }
}
@media only screen and (min-width: 1600px) {
  .link-group_cols_xxl-3 .link-group__item {
    -ms-flex-preferred-size: 33.333333333333336%;
        flex-basis: 33.333333333333336%;
  }
}
@media only screen and (min-width: 1600px) {
  .link-group_cols_xxl-3 .link-group__item:nth-child(-n + 3) {
    padding-top: 0;
  }
}
@media only screen and (min-width: 1px) {
  .link-group_cols_xs-4 .link-group__item {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }
}
@media only screen and (min-width: 1px) {
  .link-group_cols_xs-4 .link-group__item:nth-child(-n + 4) {
    padding-top: 0;
  }
}
@media only screen and (min-width: 768px) {
  .link-group_cols_s-4 .link-group__item {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }
}
@media only screen and (min-width: 768px) {
  .link-group_cols_s-4 .link-group__item:nth-child(-n + 4) {
    padding-top: 0;
  }
}
@media only screen and (min-width: 1025px) {
  .link-group_cols_m-4 .link-group__item {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }
}
@media only screen and (min-width: 1025px) {
  .link-group_cols_m-4 .link-group__item:nth-child(-n + 4) {
    padding-top: 0;
  }
}
@media only screen and (min-width: 1280px) {
  .link-group_cols_l-4 .link-group__item {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }
}
@media only screen and (min-width: 1280px) {
  .link-group_cols_l-4 .link-group__item:nth-child(-n + 4) {
    padding-top: 0;
  }
}
@media only screen and (min-width: 1440px) {
  .link-group_cols_xl-4 .link-group__item {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }
}
@media only screen and (min-width: 1440px) {
  .link-group_cols_xl-4 .link-group__item:nth-child(-n + 4) {
    padding-top: 0;
  }
}
@media only screen and (min-width: 1600px) {
  .link-group_cols_xxl-4 .link-group__item {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }
}
@media only screen and (min-width: 1600px) {
  .link-group_cols_xxl-4 .link-group__item:nth-child(-n + 4) {
    padding-top: 0;
  }
}
@media only screen and (min-width: 1px) {
  .link-group_cols_xs-5 .link-group__item {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
  }
}
@media only screen and (min-width: 1px) {
  .link-group_cols_xs-5 .link-group__item:nth-child(-n + 5) {
    padding-top: 0;
  }
}
@media only screen and (min-width: 768px) {
  .link-group_cols_s-5 .link-group__item {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
  }
}
@media only screen and (min-width: 768px) {
  .link-group_cols_s-5 .link-group__item:nth-child(-n + 5) {
    padding-top: 0;
  }
}
@media only screen and (min-width: 1025px) {
  .link-group_cols_m-5 .link-group__item {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
  }
}
@media only screen and (min-width: 1025px) {
  .link-group_cols_m-5 .link-group__item:nth-child(-n + 5) {
    padding-top: 0;
  }
}
@media only screen and (min-width: 1280px) {
  .link-group_cols_l-5 .link-group__item {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
  }
}
@media only screen and (min-width: 1280px) {
  .link-group_cols_l-5 .link-group__item:nth-child(-n + 5) {
    padding-top: 0;
  }
}
@media only screen and (min-width: 1440px) {
  .link-group_cols_xl-5 .link-group__item {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
  }
}
@media only screen and (min-width: 1440px) {
  .link-group_cols_xl-5 .link-group__item:nth-child(-n + 5) {
    padding-top: 0;
  }
}
@media only screen and (min-width: 1600px) {
  .link-group_cols_xxl-5 .link-group__item {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
  }
}
@media only screen and (min-width: 1600px) {
  .link-group_cols_xxl-5 .link-group__item:nth-child(-n + 5) {
    padding-top: 0;
  }
}
@media only screen and (min-width: 1px) {
  .link-group_cols_xs-6 .link-group__item {
    -ms-flex-preferred-size: 16.666666666666668%;
        flex-basis: 16.666666666666668%;
  }
}
@media only screen and (min-width: 1px) {
  .link-group_cols_xs-6 .link-group__item:nth-child(-n + 6) {
    padding-top: 0;
  }
}
@media only screen and (min-width: 768px) {
  .link-group_cols_s-6 .link-group__item {
    -ms-flex-preferred-size: 16.666666666666668%;
        flex-basis: 16.666666666666668%;
  }
}
@media only screen and (min-width: 768px) {
  .link-group_cols_s-6 .link-group__item:nth-child(-n + 6) {
    padding-top: 0;
  }
}
@media only screen and (min-width: 1025px) {
  .link-group_cols_m-6 .link-group__item {
    -ms-flex-preferred-size: 16.666666666666668%;
        flex-basis: 16.666666666666668%;
  }
}
@media only screen and (min-width: 1025px) {
  .link-group_cols_m-6 .link-group__item:nth-child(-n + 6) {
    padding-top: 0;
  }
}
@media only screen and (min-width: 1280px) {
  .link-group_cols_l-6 .link-group__item {
    -ms-flex-preferred-size: 16.666666666666668%;
        flex-basis: 16.666666666666668%;
  }
}
@media only screen and (min-width: 1280px) {
  .link-group_cols_l-6 .link-group__item:nth-child(-n + 6) {
    padding-top: 0;
  }
}
@media only screen and (min-width: 1440px) {
  .link-group_cols_xl-6 .link-group__item {
    -ms-flex-preferred-size: 16.666666666666668%;
        flex-basis: 16.666666666666668%;
  }
}
@media only screen and (min-width: 1440px) {
  .link-group_cols_xl-6 .link-group__item:nth-child(-n + 6) {
    padding-top: 0;
  }
}
@media only screen and (min-width: 1600px) {
  .link-group_cols_xxl-6 .link-group__item {
    -ms-flex-preferred-size: 16.666666666666668%;
        flex-basis: 16.666666666666668%;
  }
}
@media only screen and (min-width: 1600px) {
  .link-group_cols_xxl-6 .link-group__item:nth-child(-n + 6) {
    padding-top: 0;
  }
}
.link-group_type_stretching .link-group__holder {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .link-group_type_stretching .link-group__holder {
    margin: -10px -30px -11px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .link-group_type_stretching .link-group__holder > .link-group__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    padding: 10px 30px 11px;
  }
}
@media only screen and (max-width: 1279px) {
  .link-group_type_separated {
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
}
@media only screen and (max-width: 1279px) {
  .link-group_type_separated::-webkit-scrollbar {
    display: none;
  }
}
@media only screen and (max-width: 1279px) {
  .link-group_type_separated .link-group__holder {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0;
    padding: 0 37px;
  }
}
@media only screen and (max-width: 767px) {
  .link-group_type_separated .link-group__holder {
    padding: 0 25px;
  }
}
@media only screen and (min-width: 1280px) {
  .link-group_type_separated .link-group__holder {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.link-group_type_separated .link-group__separator {
  display: none;
}
@media only screen and (min-width: 1280px) {
  .link-group_type_separated .link-group__separator {
    position: relative;
    display: block;
  }
}
.link-group_type_separated .link-group__separator:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 9px;
  height: 9px;
  margin: -12px 0 0;
  background: #dcdcdc;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.link-group_type_separated .link-group__item {
  position: relative;
  padding: 0 15px 23px;
}
@media only screen and (max-width: 1279px) {
  .link-group_type_separated .link-group__item {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 0 20px 0 0;
    padding: 0;
  }
}
@media only screen and (max-width: 1279px) {
  .link-group_type_separated .link-group__item:last-child {
    margin-right: 0;
  }
}
.link-group_type_separated .link-group__link,
.link-group_type_separated .link-group__text {
  display: block;
  padding: 15px 27px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.1em;
  background: rgba(197,197,197,0.2);
}
@media only screen and (min-width: 1280px) {
  .link-group_type_separated .link-group__link,
  .link-group_type_separated .link-group__text {
    padding: 18px 22px 16px;
    font-size: 21px;
    background: transparent;
  }
}
@media only screen and (min-width: 1440px) {
  .link-group_type_separated .link-group__link,
  .link-group_type_separated .link-group__text {
    padding: 18px 32px 16px;
  }
}
@media only screen and (min-width: 1600px) {
  .link-group_type_separated .link-group__link,
  .link-group_type_separated .link-group__text {
    padding: 18px 48px 16px;
  }
}
.link-group_type_separated .link-group__link:hover,
.link-group_type_separated .link-group__text:hover {
  background: rgba(197,197,197,0.2);
}
.link-group_type_primary .link-group__link {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: -0.035em;
  text-transform: none;
}
@media only screen and (min-width: 1440px) {
  .link-group_type_primary .link-group__link {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1600px) {
  .link-group_type_primary .link-group__link {
    font-size: 18px;
  }
}
.link-group_type_primary .link-group__sublinks {
  padding: 8px 0 0;
  font-size: 13px;
  font-weight: 400;
}
.link-group_is_invisible {
  opacity: 0;
}
.link-group_is_visible {
  opacity: 1;
}
.link {
  color: #bf0000;
  text-decoration: none;
  border-width: 0 0 1px;
  border-bottom: 1px solid rgba(191,0,0,0.1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition-property: color, border-color, fill;
  transition-property: color, border-color, fill;
}
.link__icon {
  display: block;
  width: 19px;
  height: 9px;
  fill: inherit;
}
.link:hover {
  color: #a70000;
  border-bottom-color: #a70000;
}
.link_style_dark {
  color: #141414;
  border-bottom-color: rgba(20,20,20,0.3);
}
.link_style_dark:hover {
  color: #a70000;
  border-bottom-color: #a70000;
}
.link_style_light {
  color: #fff;
  border-bottom-color: rgba(255,255,255,0.3);
}
.link_style_light:hover {
  color: #fff;
  border-bottom-color: transparent;
}
.link_style_secondary {
  color: #163072;
  border-bottom-color: rgba(22,48,114,0.1);
}
.link_style_secondary:hover {
  color: #0d2256;
  border-bottom-color: #0d2256;
}
.link_border_dashed {
  border-style: dashed;
}
.link_border_none {
  border: none;
}
.link_arrow_left,
.link_arrow_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #163072;
  fill: #163072;
  stroke: #163072;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
}
.link_arrow_left:hover,
.link_arrow_right:hover {
  color: #bf0000;
  fill: #bf0000;
  stroke: #bf0000;
}
.link_arrow_left .link__icon {
  margin: 0 10px 0 0;
}
.link_arrow_right .link__icon {
  margin: 0 0 0 10px;
}
.list {
  display: block;
}
.list__item {
  position: relative;
  margin: 0 0 22px;
  padding: 0 0 0 16px;
  line-height: 1.7;
}
.list__item:last-child {
  margin-bottom: 0;
}
.list__item:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 5px;
  height: 5px;
  background: #bf0000;
  border-radius: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.list__title {
  margin: 0 0 10px;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .list__title {
    margin: 0 0 10px;
    font-size: 18px;
  }
}
@media only screen and (min-width: 1280px) {
  .list__title {
    margin: 0 0 10px;
    font-size: 20px;
  }
}
.list__title:last-child {
  margin-bottom: 0;
}
.list_type_primary .list__item {
  padding: 0 0 0 25px;
}
.list_type_primary .list__item:before {
  top: 9px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 0;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
@media only screen and (min-width: 768px) {
  .list_type_primary .list__item:before {
    width: 14px;
    height: 14px;
  }
}
.list_type_close .list__item {
  margin: 0 0 5px;
}
.list_type_close .list__item:last-child {
  margin-bottom: 0;
}
.page__location-check {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
}
.location-check {
  position: relative;
  display: block;
  width: 100vw;
  height: 100vh;
  background: #fff;
}
.location-check__aside {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 20;
  width: 100%;
  max-height: 100%;
}
@media only screen and (min-width: 1280px) {
  .location-check__aside {
    position: relative;
    left: auto;
    bottom: auto;
    width: 400px;
    height: 100%;
    padding: 86px 0 0;
    background: #f6f6f6;
  }
}
@media only screen and (min-width: 1600px) {
  .location-check__aside {
    width: 510px;
  }
}
.location-check__header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  display: none;
  padding: 30px 35px;
  background: #f6f6f6;
}
@media only screen and (min-width: 1280px) {
  .location-check__header {
    display: block;
  }
}
.location-check__title {
  display: none;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media only screen and (min-width: 1280px) {
  .location-check__title {
    display: block;
    font-size: 20px;
  }
}
.location-check__controls {
  display: none;
}
.location-check__list {
  overflow: auto;
  width: 100%;
  height: 100%;
}
.location-check__item {
  display: none;
  padding: 20px 20px;
  background: #f0f0f0;
  cursor: pointer;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
@media only screen and (min-width: 768px) {
  .location-check__item {
    padding: 17px 35px;
  }
}
@media only screen and (min-width: 1280px) {
  .location-check__item {
    display: block;
    padding: 25px 35px;
  }
}
.location-check__item:hover {
  background: #e8e8e8;
}
.location-check__item_state_active {
  display: block;
  background: #fff;
}
.location-check__item_state_active:hover {
  background: #fff;
}
.location-check__item_state_active .location-check__controls {
  display: block;
}
.location-check__name {
  margin: 0 0 5px;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.3;
}
@media only screen and (min-width: 768px) {
  .location-check__name {
    font-size: 18px;
  }
}
.location-check__name:last-child {
  margin-bottom: 0;
}
.location-check__description {
  margin: 0 0 15px;
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
@media only screen and (min-width: 768px) {
  .location-check__description {
    font-size: 14px;
  }
}
.location-check__description:last-child {
  margin-bottom: 0;
}
.location-check__metro {
  margin: 0 0 5px;
}
.location-check__metro:last-child {
  margin-bottom: 0;
}
.location-check__field {
  opacity: 0.6;
  font-size: 12px;
  line-height: 1.2;
}
@media only screen and (min-width: 768px) {
  .location-check__field {
    font-size: 14px;
  }
}
.location-check__controls {
  padding: 20px 0 0;
}
.location-check__close {
  position: absolute;
  top: 20px;
  right: 20px;
  display: block;
  width: 16px;
  height: 16px;
  opacity: 1;
  font-size: 0;
  line-height: 0;
  background: transparent;
  border: none;
  outline: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media only screen and (min-width: 768px) {
  .location-check__close {
    width: 25px;
    height: 25px;
  }
}
@media only screen and (min-width: 1280px) {
  .location-check__close {
    display: none;
  }
}
.location-check__close:hover {
  opacity: 0.6;
}
.location-check__close:before,
.location-check__close:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 1px;
  background: #000;
}
@media only screen and (min-width: 768px) {
  .location-check__close:before,
  .location-check__close:after {
    height: 2px;
  }
}
.location-check__close:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.location-check__close:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.location-check__map {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: url("/local/templates/.default/markup/mockup/assets/styles/../blocks/location-check/images/map-placeholder.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media only screen and (min-width: 1280px) {
  .location-check__map {
    left: 400px;
  }
}
@media only screen and (min-width: 1600px) {
  .location-check__map {
    left: 510px;
  }
}
.location-check__map-holder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.logo {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  max-width: 100%;
  text-decoration: none;
}
.logo__image {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.logo__image_size_large {
  display: none;
}
@media only screen and (min-width: 768px) {
  .logo__image_size_large {
    display: block;
  }
}
.logo__image_size_small {
  display: block;
}
@media only screen and (min-width: 768px) {
  .logo__image_size_small {
    display: none;
  }
}
.magazine-carousel {
  position: relative;
  display: block;
  background: #fff;
}
.magazine-carousel__arrow {
  position: absolute;
  top: 0;
  z-index: 20;
  display: none;
  width: 50%;
  height: 100%;
  font-size: 0;
  line-height: 0;
  background: transparent;
  border: none;
  outline: none;
}
@media only screen and (min-width: 1280px) {
  .magazine-carousel__arrow {
    display: block;
  }
}
.magazine-carousel__arrow_type_prev {
  left: 0;
}
@media only screen and (min-width: 1280px) {
  .magazine-carousel__arrow_type_prev {
    cursor: url("/local/templates/.default/markup/mockup/assets/styles/../images/cursor-prev.svg"), auto;
  }
}
.magazine-carousel__arrow_type_next {
  right: 0;
}
@media only screen and (min-width: 1280px) {
  .magazine-carousel__arrow_type_next {
    cursor: url("/local/templates/.default/markup/mockup/assets/styles/../images/cursor-next.svg"), auto;
  }
}
.magazine-carousel__image {
  display: none;
}
@media only screen and (min-width: 768px) {
  .magazine-carousel__slide {
    height: auto;
  }
}
@media only screen and (min-width: 768px) {
  .magazine-carousel__holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
  }
}
.magazine-carousel__illustration {
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  height: 280px;
  padding: 30px 23px;
  color: #fff;
  background-color: #343434;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .magazine-carousel__illustration {
    display: block;
    width: 40%;
    height: auto;
  }
}
.magazine-carousel__person {
  display: block;
}
@media only screen and (min-width: 768px) {
  .magazine-carousel__person {
    display: none;
  }
}
.magazine-carousel__content {
  padding: 43px 20px;
}
@media only screen and (min-width: 768px) {
  .magazine-carousel__content {
    width: 60%;
    padding: 45px 40px 40px 40px;
  }
}
@media only screen and (min-width: 1280px) {
  .magazine-carousel__content {
    padding: 55px 100px 54px 65px;
  }
}
.magazine-carousel__title {
  margin: 0 0 29px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .magazine-carousel__title {
    margin: 0 0 40px;
  }
}
@media only screen and (min-width: 1280px) {
  .magazine-carousel__title {
    margin: 0 0 35px;
    font-size: 20px;
  }
}
.magazine-carousel__title:last-child {
  margin-bottom: 0;
}
.magazine-carousel__text {
  font-size: 14px;
  line-height: 1.6;
}
@media only screen and (min-width: 1280px) {
  .magazine-carousel__text {
    font-size: 17px;
    line-height: 1.75;
  }
}
.magazine-carousel__footer {
  display: none;
}
@media only screen and (min-width: 768px) {
  .magazine-carousel__footer {
    display: block;
    margin: 40px 0 0;
  }
}
@media only screen and (min-width: 1280px) {
  .magazine-carousel__footer {
    margin: 47px 0 0;
  }
}
.magazine-carousel__footer:first-child {
  margin-top: 0;
}
.magazine-carousel__name {
  display: block;
  margin: 0 0 7px;
  font-size: 18px;
  line-height: 1.5;
}
.magazine-carousel__name:last-child {
  margin-bottom: 0;
}
.magazine-carousel__post {
  display: block;
  opacity: 0.5;
  font-size: 16px;
  line-height: 1.5;
}
.magazine-carousel__counter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 40px 23px;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .magazine-carousel__counter {
    position: static;
    padding: 60px 0 0;
    color: inherit;
  }
}
@media only screen and (min-width: 1280px) {
  .magazine-carousel__counter {
    padding: 90px 0 0;
  }
}
.magazine-layout {
  display: block;
  overflow: hidden;
}
.magazine-layout__holder {
  display: block;
  overflow: hidden;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .magazine-layout__holder {
    margin: 0 -5px;
  }
}
@media only screen and (min-width: 1440px) {
  .magazine-layout__holder {
    margin: 0 -6px;
  }
}
@media only screen and (min-width: 1600px) {
  .magazine-layout__holder {
    margin: 0 -7px;
  }
}
.magazine-layout__item {
  position: relative;
  width: 100%;
  margin: 0 0 5px;
}
@media only screen and (min-width: 768px) {
  .magazine-layout__item {
    float: left;
    width: 50%;
    margin: 0;
  }
}
.magazine-layout__item:before {
  content: '';
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  padding: 71.875% 0 0;
}
@media only screen and (min-width: 768px) {
  .magazine-layout__item:before {
    padding: 84.835% 0 0;
  }
}
@media only screen and (min-width: 1025px) {
  .magazine-layout__item:before {
    padding: 69.9% 0 0;
  }
}
.magazine-layout__item_type_horizontal {
  float: none;
  clear: both;
  width: 100%;
}
.magazine-layout__item_type_horizontal:before {
  padding: 131.25% 0 0;
}
@media only screen and (min-width: 768px) {
  .magazine-layout__item_type_horizontal:before {
    padding: 57.842% 0 0;
  }
}
@media only screen and (min-width: 1025px) {
  .magazine-layout__item_type_horizontal:before {
    padding: 47.3% 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .magazine-layout__item_type_horizontal-m {
    float: none;
    clear: both;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .magazine-layout__item_type_horizontal-m:before {
    padding: 42.4175% 0 0;
  }
}
@media only screen and (min-width: 1025px) {
  .magazine-layout__item_type_horizontal-m:before {
    padding: 34.95% 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .magazine-layout__item_type_vertical:before {
    padding: 169.667% 0 0;
  }
}
@media only screen and (min-width: 1025px) {
  .magazine-layout__item_type_vertical:before {
    padding: 139.8% 0 0;
  }
}
.magazine-layout__item_type_simple {
  float: none;
  clear: both;
  width: 100%;
}
.magazine-layout__item_type_simple:before {
  display: none;
}
.magazine-layout__item_type_simple .magazine-layout__item-container {
  position: static;
}
@media only screen and (max-width: 767px) {
  .magazine-layout__item_hold_designer-panel:before {
    padding: 206.25% 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .magazine-layout__item_hold_review:before {
    padding: 184.375% 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .magazine-layout__item_position_right {
    float: right;
  }
}
@media only screen and (max-width: 1279px) {
  .magazine-layout__item_order_last {
    -webkit-box-ordinal-group: 100;
        -ms-flex-order: 99;
            order: 99;
  }
}
.magazine-layout__item-container {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .magazine-layout__item-container {
    padding: 5px;
  }
}
@media only screen and (min-width: 1440px) {
  .magazine-layout__item-container {
    padding: 6px;
  }
}
@media only screen and (min-width: 1600px) {
  .magazine-layout__item-container {
    padding: 7px;
  }
}
.magazine-layout__item-wrapper {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 1279px) {
  .magazine-layout__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (max-width: 1279px) {
  .magazine-layout__row .magazine-layout__item {
    float: none;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
}
.magazine-layout__illustration {
  display: block;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.magazine-layout__image {
  display: none;
}
@media only screen and (min-width: 768px) {
  .magazine-layout_type_tile .magazine-layout__item {
    width: 50%;
  }
}
@media only screen and (min-width: 1280px) {
  .magazine-layout_type_tile .magazine-layout__item {
    width: 25%;
  }
}
.magazine-layout_type_tile .magazine-layout__item:before {
  padding: 100% 0 0;
}
.magazine-layout_type_tile .magazine-layout__item_type_large {
  width: 100%;
}
@media only screen and (min-width: 1280px) {
  .magazine-layout_type_tile .magazine-layout__item_type_large {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .magazine-layout_type_tile .magazine-layout__item_type_large:before {
    padding: 50% 0 0;
  }
}
@media only screen and (min-width: 1280px) {
  .magazine-layout_type_tile .magazine-layout__item_type_large:before {
    padding: 100% 0 0;
  }
}
.magazine-layout_type_tile .magazine-layout__item_type_simple {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .magazine-layout_type_tile-l .magazine-layout__item {
    width: 50%;
  }
}
@media only screen and (min-width: 1280px) {
  .magazine-layout_type_tile-l .magazine-layout__item {
    width: 33.333333%;
  }
}
.magazine-layout_type_tile-l .magazine-layout__item:before {
  padding: 100% 0 0;
}
@media only screen and (min-width: 1280px) {
  .magazine-layout_type_tile-l .magazine-layout__item_type_large {
    width: 66.666667%;
  }
}
.magazine-layout_type_tile-l .magazine-layout__item_type_simple {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .magazine-layout_type_dominant .magazine-layout__item {
    width: 50%;
  }
}
@media only screen and (min-width: 1280px) {
  .magazine-layout_type_dominant .magazine-layout__item {
    width: 28.72%;
  }
}
.magazine-layout_type_dominant .magazine-layout__item:before {
  padding: 90% 0 0;
}
@media only screen and (min-width: 768px) {
  .magazine-layout_type_dominant .magazine-layout__item:before {
    padding: 84.433% 0 0;
  }
}
@media only screen and (min-width: 1280px) {
  .magazine-layout_type_dominant .magazine-layout__item:before {
    padding: 100% 0 0;
  }
}
.magazine-layout_type_dominant .magazine-layout__item_type_large {
  width: 100%;
}
@media only screen and (min-width: 1280px) {
  .magazine-layout_type_dominant .magazine-layout__item_type_large {
    width: 42.56%;
  }
}
.magazine-layout_type_dominant .magazine-layout__item_type_large:before {
  padding: 90% 0 0;
}
@media only screen and (min-width: 768px) {
  .magazine-layout_type_dominant .magazine-layout__item_type_large:before {
    padding: 64.6% 0 0;
  }
}
@media only screen and (min-width: 1280px) {
  .magazine-layout_type_dominant .magazine-layout__item_type_large:before {
    padding: 135.05% 0 0;
  }
}
@media only screen and (min-width: 1280px) {
  .magazine-layout_type_dominant .magazine-layout__item_type_large-alt {
    width: 42.56%;
  }
}
@media only screen and (min-width: 1280px) {
  .magazine-layout_type_dominant .magazine-layout__item_type_large-alt:before {
    padding: 135.05% 0 0;
  }
}
@media only screen and (min-width: 1280px) {
  .magazine-layout_type_dominant .magazine-layout__item_type_vertical {
    width: 100%;
  }
}
@media only screen and (min-width: 1280px) {
  .magazine-layout_type_dominant .magazine-layout__item_type_vertical:before {
    padding: 51.673% 0 0;
  }
}
.magazine-layout_type_dominant .magazine-layout__item_type_simple {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .magazine-layout_type_carousel .magazine-layout__holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
@media only screen and (max-width: 767px) {
  .magazine-layout_type_carousel .magazine-layout__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 300px;
            flex: 0 0 300px;
    width: 300px;
    max-width: 300px;
    height: auto;
    margin: 0;
  }
}
@media only screen and (min-width: 768px) {
  .magazine-layout_border_none .magazine-layout__holder {
    margin: -5px;
  }
}
@media only screen and (min-width: 1440px) {
  .magazine-layout_border_none .magazine-layout__holder {
    margin: -6px;
  }
}
@media only screen and (min-width: 1600px) {
  .magazine-layout_border_none .magazine-layout__holder {
    margin: -7px;
  }
}
@media only screen and (min-width: 1025px) {
  .magazine-layout_size_l .magazine-layout__item:before {
    padding: 81.65% 0 0;
  }
}
@media only screen and (min-width: 1025px) {
  .magazine-layout_size_l .magazine-layout__item_type_vertical:before {
    padding: 163.2495% 0 0;
  }
}
.magazine-panel {
  display: block;
}
.magazine-panel__holder {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .magazine-panel__holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (min-width: 1440px) {
  .magazine-panel__holder {
    display: block;
    padding: 0 0 0 15%;
  }
}
.magazine-panel__illustration {
  position: relative;
  z-index: 1;
  display: none;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media only screen and (min-width: 768px) {
  .magazine-panel__illustration {
    display: block;
    width: 52%;
  }
}
@media only screen and (min-width: 1440px) {
  .magazine-panel__illustration {
    display: block;
    width: 100%;
  }
}
@media only screen and (min-width: 1440px) {
  .magazine-panel__illustration:before {
    content: '';
    display: block;
    width: 100%;
    height: auto;
    padding: 73% 0 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#000), to(rgba(0,0,0,0)));
    background: linear-gradient(180deg, #000 0%, rgba(0,0,0,0) 100%);
    opacity: 0.5;
  }
}
.magazine-panel__image {
  display: none;
}
.magazine-panel__caption {
  position: absolute;
  right: 70px;
  bottom: 90px;
  z-index: 30;
  display: block;
  opacity: 0.7;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .magazine-panel__caption {
    right: 30px;
    bottom: 30px;
  }
}
@media only screen and (min-width: 1440px) {
  .magazine-panel__caption {
    right: 70px;
    bottom: 90px;
  }
}
.magazine-panel__content {
  padding: 32px 25px 40px;
  background: #fff;
}
@media only screen and (min-width: 768px) {
  .magazine-panel__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 48%;
    min-height: 573px;
    padding: 50px 70px 56px 50px;
  }
}
@media only screen and (min-width: 1440px) {
  .magazine-panel__content {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
    max-width: 45%;
    max-height: 100%;
    min-height: 0;
    padding: 70px 120px 85px 70px;
  }
}
.magazine-panel__title {
  display: block;
  margin: 0 0 35px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .magazine-panel__title {
    margin: 0 0 26px;
    font-size: 25px;
  }
}
@media only screen and (min-width: 1440px) {
  .magazine-panel__title {
    margin: 0 0 80px;
    font-size: 40px;
  }
}
.magazine-panel__title:last-child {
  margin-bottom: 0;
}
.magazine-panel__description {
  margin: 0 0 60px;
  font-size: 14px;
  line-height: 1.45;
  letter-spacing: -0.05em;
}
@media only screen and (min-width: 768px) {
  .magazine-panel__description {
    margin: 0 0 100px;
    line-height: 1.59;
  }
}
@media only screen and (min-width: 1440px) {
  .magazine-panel__description {
    font-size: 18px;
    line-height: 1.45;
  }
}
.magazine-panel__description:last-child {
  margin-bottom: 0;
}
.magazine-panel__subinfo {
  opacity: 0.7;
  font-size: 11px;
  line-height: 2;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .magazine-panel__subinfo {
    font-size: 10px;
  }
}
@media only screen and (min-width: 1440px) {
  .magazine-panel__subinfo {
    font-size: 13px;
  }
}
.magazine-panel_type_block {
  color: #fff;
  background: #141414;
}
.magazine-panel_type_block .magazine-panel__holder {
  display: block;
  padding: 0;
}
.magazine-panel_type_block .magazine-panel__illustration {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 768px) {
  .magazine-panel_type_block .magazine-panel__illustration {
    position: relative;
    top: auto;
    left: auto;
    height: auto;
  }
}
.magazine-panel_type_block .magazine-panel__illustration:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.4;
}
@media only screen and (min-width: 768px) {
  .magazine-panel_type_block .magazine-panel__illustration:before {
    height: auto;
    padding: 75% 0 0;
  }
}
@media only screen and (min-width: 1440px) {
  .magazine-panel_type_block .magazine-panel__illustration:before {
    padding: 53% 0 0;
  }
}
.magazine-panel_type_block .magazine-panel__content {
  position: relative;
  z-index: 20;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 100%;
  height: 100%;
  padding: 50px 25px;
  background: transparent;
}
@media only screen and (min-width: 768px) {
  .magazine-panel_type_block .magazine-panel__content {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 56%;
    padding: 46px 50px 50px;
  }
}
@media only screen and (min-width: 1440px) {
  .magazine-panel_type_block .magazine-panel__content {
    max-width: 45%;
    padding: 77px 70px 65px;
  }
}
@media only screen and (min-width: 768px) {
  .magazine-panel_type_block .magazine-panel__title {
    letter-spacing: 0.18em;
  }
}
@media only screen and (min-width: 1440px) {
  .magazine-panel_type_block .magazine-panel__title {
    line-height: 1.4;
  }
}
.map-group {
  display: block;
}
.map-group__filters {
  position: relative;
  z-index: 50;
  height: 105px;
  text-align: center;
  border-top: 1px solid #e8e8e8;
}
.map-group__panel {
  position: relative;
  height: 545px;
  font-size: 0;
  background-color: #c8c8c8;
  background-position: center center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 1440px) {
  .map-group__panel {
    height: 800px;
  }
}
.map-group__map {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
}
.map-group__list {
  overflow: hidden;
}
.map-group__items {
  padding: 5px 0;
  background: #fff;
}
@media only screen and (min-width: 768px) {
  .map-group__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -5px;
  }
}
.map-group__item {
  padding: 5px;
}
@media only screen and (min-width: 768px) {
  .map-group__item {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    width: 50%;
    max-width: 50%;
  }
}
@media only screen and (min-width: 1440px) {
  .map-group__item {
    -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%;
    width: 33.333%;
    max-width: 33.333%;
  }
}
.map-group__salon-snippet {
  height: 100%;
}
.map-group__snippet-holder {
  height: 100%;
  background: #eff0f1;
  cursor: pointer;
}
.map-group__snippet-holder_state_active,
.map-group__snippet-holder:hover {
  background: #e8e8e8;
}
.map-group__info-panel {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 20;
  display: none;
  width: 50%;
  height: 100%;
}
.map-group__info-panel_state_active {
  display: block;
}
.message-group {
  display: block;
}
.message-group__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  font-size: 18px;
  line-height: 1.6;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.message-group__illustration {
  padding: 0 15px 0 0;
}
.message-group__icon {
  display: block;
  width: 42px;
  height: 42px;
  fill: #fff;
}
.metro-line {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.01em;
}
.metro-line__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.metro-line__icon-wrapper {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  padding: 2px 7px 2px 0;
}
.metro-line__icon {
  display: block;
  width: 20px;
  height: 14px;
  fill: #ff0013;
}
.metro-line__label {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: auto;
}
.mini-carousel {
  display: block;
}
.mini-carousel__main {
  display: block;
}
@media only screen and (min-width: 768px) {
  .mini-carousel__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.mini-carousel__inner {
  display: block;
}
@media only screen and (min-width: 768px) {
  .mini-carousel__inner {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 67.475%;
            flex: 0 0 67.475%;
    width: 67.475%;
    max-width: 67.475%;
  }
}
.mini-carousel__control {
  display: block;
}
@media only screen and (min-width: 768px) {
  .mini-carousel__control {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 32.525%;
            flex: 0 0 32.525%;
    width: 32.525%;
    max-width: 32.525%;
    padding: 0 0 0 23px;
  }
}
.mini-carousel__slide {
  height: auto;
}
.mini-carousel__illustration {
  display: block;
  margin: 0 0 25px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .mini-carousel__illustration {
    margin: 0 0 19px;
  }
}
@media only screen and (min-width: 1280px) {
  .mini-carousel__illustration {
    margin: 0 0 25px;
  }
}
.mini-carousel__illustration:last-child {
  margin-bottom: 0;
}
.mini-carousel__illustration:before {
  content: '';
  display: block;
  width: 100%;
  height: auto;
  padding: 76% 0 0;
}
.mini-carousel__image {
  display: none;
}
.mini-carousel__title {
  display: block;
  margin: 0 0 6px;
  color: inherit;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .mini-carousel__title {
    margin: 0 0 2px;
  }
}
@media only screen and (min-width: 1280px) {
  .mini-carousel__title {
    margin: 0 0 6px;
  }
}
.mini-carousel__title:last-child {
  margin-bottom: 0;
}
.mini-carousel__price {
  display: block;
  font-size: 14px;
  line-height: 1.6;
  opacity: 0.4;
}
@media only screen and (min-width: 768px) {
  .mini-carousel__price {
    font-size: 10px;
  }
}
@media only screen and (min-width: 1280px) {
  .mini-carousel__price {
    font-size: 14px;
  }
}
.modal {
  display: block;
  width: 100vw;
  background: #f6f6f6;
}
@media only screen and (min-width: 1280px) {
  .modal {
    width: 954px;
  }
}
@media only screen and (min-width: 1280px) {
  .modal__holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.modal__panel {
  display: none;
}
@media only screen and (min-width: 1280px) {
  .modal__panel {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: block;
  }
}
@media only screen and (min-width: 1280px) {
  .modal__panel + .modal__content {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 56%;
        flex-basis: 56%;
    width: 56%;
    padding: 55px 79px;
  }
}
.modal__illustration {
  width: 100%;
  height: 100%;
  background-color: #fafafa;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: left top;
  background-attachment: fixed;
}
.modal__image {
  display: none;
}
.modal__content {
  padding: 95px 25px 20px;
}
@media only screen and (min-width: 768px) {
  .modal__content {
    padding: 60px;
  }
}
.modal__content_offset_none {
  padding: 0;
}
.modal__title {
  margin: 0 0 23px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .modal__title {
    margin: 0 0 28px;
    font-size: 32px;
  }
}
@media only screen and (min-width: 1280px) {
  .modal__title {
    padding: 0 110px 0 0;
  }
}
@media only screen and (min-width: 1600px) {
  .modal__title {
    font-size: 40px;
  }
}
.modal__title:last-child {
  margin-bottom: 0;
}
.modal__description {
  margin: 0 0 30px;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0;
}
@media only screen and (min-width: 768px) {
  .modal__description {
    margin: 0 0 50px;
  }
}
@media only screen and (min-width: 1600px) {
  .modal__description {
    margin: 0 0 53px;
  }
}
.modal__description:last-child {
  margin-bottom: 0;
}
.modal__message,
.modal__alert {
  margin: 0 0 30px;
  font-size: 17px;
  line-height: 1.6;
  letter-spacing: 0;
}
@media only screen and (min-width: 768px) {
  .modal__message,
  .modal__alert {
    margin: 0 0 50px;
    font-size: 24px;
  }
}
@media only screen and (min-width: 1280px) {
  .modal__message,
  .modal__alert {
    max-width: 75%;
  }
}
@media only screen and (min-width: 1600px) {
  .modal__message,
  .modal__alert {
    margin: 0 0 53px;
  }
}
.modal__message:last-child,
.modal__alert:last-child {
  margin-bottom: 0;
}
.modal__alert {
  padding: 50px 0 10px;
}
@media only screen and (min-width: 768px) {
  .modal__container {
    max-width: 57%;
  }
}
@media only screen and (min-width: 1280px) {
  .modal__container {
    max-width: 80%;
  }
}
@media only screen and (min-width: 1600px) {
  .modal__container {
    max-width: 50%;
  }
}
.modal__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  min-height: 100%;
}
.modal__main {
  padding: 0 0 20px;
}
@media only screen and (min-width: 1280px) {
  .modal__main {
    padding: 0 0 40px;
  }
}
.modal__main:last-child {
  padding-bottom: 0;
}
.modal__info {
  color: rgba(20,20,20,0.4);
}
.modal__info_align_left {
  text-align: left;
}
.modal__info_align_center {
  text-align: center;
}
.modal__info_align_right {
  text-align: right;
}
.modal__link {
  color: #141414;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.modal__link:hover {
  color: #bf0000;
}
.modal__group {
  display: none;
}
.modal__group_state_active {
  display: block;
}
.modal__stickers {
  display: block;
}
@media only screen and (min-width: 1280px) {
  .modal__stickers {
    position: fixed;
    top: 47px;
    left: 56px;
    z-index: 1;
    max-width: 500px;
  }
}
.modal__sticker {
  margin: 0 0 10px;
}
@media only screen and (min-width: 768px) {
  .modal__sticker {
    margin: 0 0 13px;
  }
}
@media only screen and (min-width: 1025px) {
  .modal__sticker {
    margin: 0 0 16px;
  }
}
.modal__sticker:last-child {
  margin-bottom: 0;
}
.modal__panel-product {
  display: none;
}
@media only screen and (min-width: 1280px) {
  .modal__panel-product {
    position: fixed;
    left: 56px;
    bottom: 60px;
    z-index: 1;
    display: block;
    max-width: 500px;
    color: #fff;
  }
}
.modal__product {
  display: block;
  margin: 0 0 50px;
}
@media only screen and (min-width: 768px) {
  .modal__product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin: 0 0 85px;
  }
}
@media only screen and (min-width: 1280px) {
  .modal__product {
    display: none;
  }
}
.modal__product:last-child {
  margin-bottom: 0;
}
.modal__product-illustration {
  display: block;
  margin: 0 0 25px;
}
@media only screen and (min-width: 768px) {
  .modal__product-illustration {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 365px;
            flex: 0 0 365px;
    width: 365px;
    max-width: 365px;
    margin: 0;
  }
}
.modal__product-image {
  display: block;
  width: 100%;
  height: auto;
}
.modal__product-main {
  display: block;
}
@media only screen and (min-width: 768px) {
  .modal__product-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding: 0 0 0 38px;
  }
}
.modal__product-info {
  display: block;
  padding: 0 0 20px;
}
@media only screen and (min-width: 768px) {
  .modal__product-info {
    margin: 0 0 auto;
  }
}
.modal_width_full {
  width: 100vw;
  height: 100vh;
  overflow: auto;
}
.modal_width_full .modal__inner {
  min-height: 100%;
}
.more-button {
  position: relative;
  display: block;
  height: 80px;
  padding: 0 26px;
  color: #fff;
  text-align: left;
  text-decoration: none;
  border: none;
  outline: none;
  background: #bf0000;
}
@media only screen and (min-width: 768px) {
  .more-button {
    padding: 0 50px;
  }
}
@media only screen and (min-width: 1280px) {
  .more-button {
    height: 145px;
    padding: 0 71px;
  }
}
.more-button:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 26px;
  display: block;
  width: 45px;
  height: 2px;
  background: #fff;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
@media only screen and (min-width: 768px) {
  .more-button:before {
    right: 50px;
  }
}
@media only screen and (min-width: 1280px) {
  .more-button:before {
    right: 70px;
    width: 103px;
    height: 4px;
  }
}
.more-button:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 26px;
  width: 8px;
  height: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: translate(0, -50%) rotate(-45deg);
          transform: translate(0, -50%) rotate(-45deg);
}
@media only screen and (min-width: 768px) {
  .more-button:after {
    right: 50px;
  }
}
@media only screen and (min-width: 1280px) {
  .more-button:after {
    right: 70px;
    width: 15px;
    height: 15px;
    border-right-width: 4px;
    border-bottom-width: 4px;
  }
}
.more-button__holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  height: 100%;
}
.more-button__text {
  display: block;
  padding: 0 70px 0 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .more-button__text {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1280px) {
  .more-button__text {
    font-size: 22px;
  }
}
.more-button:hover:before {
  width: 60px;
}
@media only screen and (min-width: 1280px) {
  .more-button:hover:before {
    width: 150px;
  }
}
.more-button_size_l {
  height: 60px;
}
@media only screen and (min-width: 768px) {
  .more-button_size_l {
    height: 80px;
  }
}
@media only screen and (min-width: 1280px) {
  .more-button_size_l {
    height: 131px;
  }
}
.mr-logo {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
}
.mr-logo__m-letter,
.mr-logo__d-letter,
.mr-logo:before,
.mr-logo:after {
  position: absolute;
  top: 0;
  left: 0;
  fill: #cfcfcf;
}
.mr-logo:before,
.mr-logo:after {
  content: '';
  display: block;
  background: #cfcfcf;
}
.mr-logo__m-letter {
  width: 23px;
  height: 14px;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-animation: mRotate 3s infinite;
          animation: mRotate 3s infinite;
}
.mr-logo__d-letter {
  width: 25px;
  height: 30px;
  -webkit-transform: translate(25px, 20px);
          transform: translate(25px, 20px);
  -webkit-animation: dRotate 3s infinite;
          animation: dRotate 3s infinite;
}
.mr-logo:before {
  width: 23px;
  height: 14px;
  -webkit-transform: translate(27px, 0);
          transform: translate(27px, 0);
  -webkit-animation: hbRotate 3s infinite;
          animation: hbRotate 3s infinite;
}
.mr-logo:after {
  width: 20px;
  height: 30px;
  -webkit-transform: translate(0, 20px);
          transform: translate(0, 20px);
  -webkit-animation: vbRotate 3s infinite;
          animation: vbRotate 3s infinite;
}
@-webkit-keyframes mRotate {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  12.5% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  25% {
    -webkit-transform: translate(29px, 0);
            transform: translate(29px, 0);
  }
  37.5% {
    -webkit-transform: translate(29px, 0);
            transform: translate(29px, 0);
  }
  50% {
    -webkit-transform: translate(29px, 35px);
            transform: translate(29px, 35px);
  }
  62.5% {
    -webkit-transform: translate(29px, 35px);
            transform: translate(29px, 35px);
  }
  75% {
    -webkit-transform: translate(0, 35px);
            transform: translate(0, 35px);
  }
  87.5% {
    -webkit-transform: translate(0, 35px);
            transform: translate(0, 35px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes mRotate {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  12.5% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  25% {
    -webkit-transform: translate(29px, 0);
            transform: translate(29px, 0);
  }
  37.5% {
    -webkit-transform: translate(29px, 0);
            transform: translate(29px, 0);
  }
  50% {
    -webkit-transform: translate(29px, 35px);
            transform: translate(29px, 35px);
  }
  62.5% {
    -webkit-transform: translate(29px, 35px);
            transform: translate(29px, 35px);
  }
  75% {
    -webkit-transform: translate(0, 35px);
            transform: translate(0, 35px);
  }
  87.5% {
    -webkit-transform: translate(0, 35px);
            transform: translate(0, 35px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes dRotate {
  0% {
    -webkit-transform: translate(25px, 20px);
            transform: translate(25px, 20px);
  }
  12.5% {
    -webkit-transform: translate(0, 20px);
            transform: translate(0, 20px);
  }
  25% {
    -webkit-transform: translate(0, 20px);
            transform: translate(0, 20px);
  }
  37.5% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  62.5% {
    -webkit-transform: translate(25px, 0);
            transform: translate(25px, 0);
  }
  75% {
    -webkit-transform: translate(25px, 0);
            transform: translate(25px, 0);
  }
  87.5% {
    -webkit-transform: translate(25px, 20px);
            transform: translate(25px, 20px);
  }
  100% {
    -webkit-transform: translate(25px, 20px);
            transform: translate(25px, 20px);
  }
}
@keyframes dRotate {
  0% {
    -webkit-transform: translate(25px, 20px);
            transform: translate(25px, 20px);
  }
  12.5% {
    -webkit-transform: translate(0, 20px);
            transform: translate(0, 20px);
  }
  25% {
    -webkit-transform: translate(0, 20px);
            transform: translate(0, 20px);
  }
  37.5% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  62.5% {
    -webkit-transform: translate(25px, 0);
            transform: translate(25px, 0);
  }
  75% {
    -webkit-transform: translate(25px, 0);
            transform: translate(25px, 0);
  }
  87.5% {
    -webkit-transform: translate(25px, 20px);
            transform: translate(25px, 20px);
  }
  100% {
    -webkit-transform: translate(25px, 20px);
            transform: translate(25px, 20px);
  }
}
@-webkit-keyframes vbRotate {
  0% {
    -webkit-transform: translate(0, 20px);
            transform: translate(0, 20px);
  }
  12.5% {
    -webkit-transform: translate(30px, 20px);
            transform: translate(30px, 20px);
  }
  25% {
    -webkit-transform: translate(30px, 20px);
            transform: translate(30px, 20px);
  }
  37.5% {
    -webkit-transform: translate(30px, 20px);
            transform: translate(30px, 20px);
  }
  50% {
    -webkit-transform: translate(30px, 0);
            transform: translate(30px, 0);
  }
  62.5% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  75% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  87.5% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(0, 20px);
            transform: translate(0, 20px);
  }
}
@keyframes vbRotate {
  0% {
    -webkit-transform: translate(0, 20px);
            transform: translate(0, 20px);
  }
  12.5% {
    -webkit-transform: translate(30px, 20px);
            transform: translate(30px, 20px);
  }
  25% {
    -webkit-transform: translate(30px, 20px);
            transform: translate(30px, 20px);
  }
  37.5% {
    -webkit-transform: translate(30px, 20px);
            transform: translate(30px, 20px);
  }
  50% {
    -webkit-transform: translate(30px, 0);
            transform: translate(30px, 0);
  }
  62.5% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  75% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  87.5% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(0, 20px);
            transform: translate(0, 20px);
  }
}
@-webkit-keyframes hbRotate {
  0% {
    -webkit-transform: translate(27px, 0);
            transform: translate(27px, 0);
  }
  12.5% {
    -webkit-transform: translate(27px, 0);
            transform: translate(27px, 0);
  }
  25% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  37.5% {
    -webkit-transform: translate(0, 35px);
            transform: translate(0, 35px);
  }
  50% {
    -webkit-transform: translate(0, 35px);
            transform: translate(0, 35px);
  }
  62.5% {
    -webkit-transform: translate(0, 35px);
            transform: translate(0, 35px);
  }
  75% {
    -webkit-transform: translate(27px, 35px);
            transform: translate(27px, 35px);
  }
  87.5% {
    -webkit-transform: translate(27px, 0);
            transform: translate(27px, 0);
  }
  100% {
    -webkit-transform: translate(27px, 0);
            transform: translate(27px, 0);
  }
}
@keyframes hbRotate {
  0% {
    -webkit-transform: translate(27px, 0);
            transform: translate(27px, 0);
  }
  12.5% {
    -webkit-transform: translate(27px, 0);
            transform: translate(27px, 0);
  }
  25% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  37.5% {
    -webkit-transform: translate(0, 35px);
            transform: translate(0, 35px);
  }
  50% {
    -webkit-transform: translate(0, 35px);
            transform: translate(0, 35px);
  }
  62.5% {
    -webkit-transform: translate(0, 35px);
            transform: translate(0, 35px);
  }
  75% {
    -webkit-transform: translate(27px, 35px);
            transform: translate(27px, 35px);
  }
  87.5% {
    -webkit-transform: translate(27px, 0);
            transform: translate(27px, 0);
  }
  100% {
    -webkit-transform: translate(27px, 0);
            transform: translate(27px, 0);
  }
}
.nav-panel {
  display: block;
  padding: 30px 0;
  overflow: auto;
}
.nav-panel__holder {
  padding: 0 20px 0 30px;
  overflow: hidden;
}
.nav-panel__main {
  margin: 0 -20px 50px -30px;
  padding: 23px 0 47px;
}
@media only screen and (min-width: 1440px) {
  .nav-panel__main {
    padding: 23px 0 47px;
  }
}
@media only screen and (min-width: 1600px) {
  .nav-panel__main {
    padding: 46px 0 58px;
  }
}
.nav-panel__main:last-child {
  margin-bottom: 0;
}
.nav-panel__additional {
  padding: 21px 0 0;
  border-top: 1px solid rgba(255,255,255,0.15);
}
@media only screen and (min-width: 1440px) {
  .nav-panel__additional {
    padding: 18px 0 0;
  }
}
@media only screen and (min-width: 1600px) {
  .nav-panel__additional {
    padding: 21px 0 0;
  }
}
.nav {
  display: block;
}
.nav__item {
  position: relative;
}
.nav__item:hover > .nav__subnav {
  left: 0;
  opacity: 1;
}
.nav__item_type_parent .nav__link {
  position: relative;
  padding: 0 10px 0 0;
}
.nav__item_type_parent .nav__link:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 3px;
  height: 3px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: translate(0, -70%) rotate(45deg);
          transform: translate(0, -70%) rotate(45deg);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.nav__item_state_active {
  color: #bf0000;
}
.nav__link {
  display: inline-block;
  vertical-align: middle;
  color: inherit;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.nav__link_icon_next {
  position: relative;
  display: block;
  width: 100%;
  padding: 0 10px 0 0;
}
.nav__link_icon_next:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  opacity: 0.3;
  width: 4px;
  height: 4px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: translate(0, 0) rotate(-45deg);
          transform: translate(0, 0) rotate(-45deg);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.nav__link_state_active {
  color: #bf0000;
}
.nav__subnav {
  position: absolute;
  top: 100%;
  left: -9999px;
  width: 242px;
  padding: 19px 15px 15px 30px;
  background: rgba(255,255,255,0.06);
  opacity: 0;
  -webkit-transform: translate(-19px, 20px);
          transform: translate(-19px, 20px);
  -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.nav__subnav:before {
  content: '';
  position: absolute;
  top: -20px;
  left: 0;
  display: block;
  width: 100%;
  height: 30px;
  background: transparent;
}
.nav_direction_horizontal > .nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media only screen and (min-width: 1px) {
  .nav_direction_xs-horizontal > .nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .nav_direction_s-horizontal > .nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
}
@media only screen and (min-width: 1025px) {
  .nav_direction_m-horizontal > .nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
}
@media only screen and (min-width: 1280px) {
  .nav_direction_l-horizontal > .nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
}
@media only screen and (min-width: 1440px) {
  .nav_direction_xl-horizontal > .nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
}
@media only screen and (min-width: 1600px) {
  .nav_direction_xxl-horizontal > .nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
}
.nav_direction_vertical > .nav__list > .nav__item {
  padding: 5px 0;
}
@media only screen and (min-width: 1440px) {
  .nav_direction_vertical > .nav__list > .nav__item {
    padding: 6px 0;
  }
}
@media only screen and (min-width: 1600px) {
  .nav_direction_vertical > .nav__list > .nav__item {
    padding: 7px 0;
  }
}
.nav_direction_vertical > .nav__list > .nav__item:first-child {
  padding-top: 0;
}
.nav_direction_vertical > .nav__list > .nav__item:last-child {
  padding-bottom: 0;
}
.nav_type_primary {
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
@media only screen and (min-width: 1280px) {
  .nav_type_primary > .nav__list > .nav__item {
    padding: 0 6px;
  }
}
@media only screen and (min-width: 1600px) {
  .nav_type_primary > .nav__list > .nav__item {
    padding: 0 9px;
  }
}
.nav_type_primary > .nav__list > .nav__item:first-child {
  padding-left: 0;
}
.nav_type_primary > .nav__list > .nav__item:last-child {
  padding-right: 0;
}
.nav_type_primary > .nav__list > .nav__item_type_parent .nav__link {
  padding: 0 15px 0 0;
}
.nav_type_primary > .nav__list > .nav__item_type_parent .nav__link:after {
  width: 5px;
  height: 5px;
}
.nav_type_primary > .nav__list > .nav__item > .nav__link {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.nav_type_primary > .nav__list > .nav__item > .nav__link:hover,
.nav_type_primary > .nav__list > .nav__item > .nav__link_state_active {
  opacity: 0.5;
}
.nav_type_primary-l {
  font-size: 12px;
  font-weight: 700;
  line-height: 15px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
@media only screen and (min-width: 1440px) {
  .nav_type_primary-l {
    font-size: 13px;
    line-height: 16px;
  }
}
@media only screen and (min-width: 1600px) {
  .nav_type_primary-l {
    font-size: 14px;
    line-height: 18px;
  }
}
.nav_type_primary-l > .nav__list > .nav__item {
  margin: 0 0 25px;
}
@media only screen and (min-width: 768px) {
  .nav_type_primary-l > .nav__list > .nav__item {
    margin: 0;
    padding: 0 16px;
  }
}
@media only screen and (min-width: 1440px) {
  .nav_type_primary-l > .nav__list > .nav__item {
    padding: 0 21px;
  }
}
@media only screen and (min-width: 1600px) {
  .nav_type_primary-l > .nav__list > .nav__item {
    padding: 0 25px 0 26px;
  }
}
.nav_type_primary-l > .nav__list > .nav__item:first-child {
  padding-left: 0;
}
.nav_type_primary-l > .nav__list > .nav__item:last-child {
  margin: 0;
  padding-right: 0;
}
.nav_type_primary-l > .nav__list > .nav__item_type_parent .nav__link {
  padding: 0 15px 0 0;
}
.nav_type_primary-l > .nav__list > .nav__item_type_parent .nav__link:after {
  width: 5px;
  height: 5px;
}
.nav_type_secondary {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.28;
}
@media only screen and (min-width: 1280px) {
  .nav_type_secondary {
    font-size: 12px;
  }
}
@media only screen and (min-width: 1440px) {
  .nav_type_secondary {
    font-size: 13px;
  }
}
@media only screen and (min-width: 1600px) {
  .nav_type_secondary {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1280px) {
  .nav_type_secondary > .nav__list > .nav__item {
    padding: 0 10px;
  }
}
@media only screen and (min-width: 1440px) {
  .nav_type_secondary > .nav__list > .nav__item {
    padding: 0 11px;
  }
}
@media only screen and (min-width: 1600px) {
  .nav_type_secondary > .nav__list > .nav__item {
    padding: 0 12px 0 11px;
  }
}
.nav_type_secondary > .nav__list > .nav__item:first-child {
  padding-left: 0;
}
.nav_type_secondary > .nav__list > .nav__item:last-child {
  padding-right: 0;
}
.nav_type_petite > .nav__list > .nav__item {
  padding: 4px 0;
}
.nav_type_petite > .nav__list > .nav__item:first-child {
  padding-left: 0;
}
.nav_type_petite > .nav__list > .nav__item:last-child {
  padding-right: 0;
}
.nav_type_petite .nav__link {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.nav_type_petite .nav__link:hover {
  opacity: 0.6;
}
.nav_type_primary-vertical {
  font-size: inherit;
}
.nav_type_primary-vertical .nav__item {
  margin: 0 0 15px;
}
.nav_type_primary-vertical .nav__item:last-child {
  margin-bottom: 0;
}
.nav_type_sub-vertical {
  font-size: inherit;
}
.nav_type_sub-vertical .nav__item {
  margin: 0 0 26px;
}
.nav_type_sub-vertical .nav__item:last-child {
  margin-bottom: 0;
}
.nav_type_simple .nav__item {
  margin: 0;
  padding: 0 7px;
}
@media only screen and (min-width: 1440px) {
  .nav_type_simple .nav__item {
    padding: 0 10px;
  }
}
.nav_type_spacious {
  letter-spacing: 0.01em;
  font-size: 14px;
}
@media only screen and (min-width: 1280px) {
  .nav_type_spacious {
    font-size: 15px;
  }
}
@media only screen and (min-width: 1440px) {
  .nav_type_spacious {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1600px) {
  .nav_type_spacious {
    font-size: 18px;
  }
}
.nav_type_spacious > .nav__list > .nav__item {
  padding: 0 18px;
}
@media only screen and (min-width: 1440px) {
  .nav_type_spacious > .nav__list > .nav__item {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 1600px) {
  .nav_type_spacious > .nav__list > .nav__item {
    padding: 0 25px;
  }
}
.nav_type_spacious > .nav__list > .nav__item:first-child {
  padding-left: 0;
}
.nav_type_spacious > .nav__list > .nav__item:last-child {
  padding-right: 0;
}
.nav_style_dark .nav__subnav {
  background: rgba(0,0,0,0.06);
}
.nav_style_panel > .nav__list > .nav__item > .nav__link {
  -webkit-box-shadow: 0 0 0 transparent, 0 0 0 transparent;
          box-shadow: 0 0 0 transparent, 0 0 0 transparent;
}
.nav_style_panel > .nav__list > .nav__item > .nav__link_state_active {
  color: #fff;
  background: #bf0000;
  -webkit-box-shadow: 5px 0 0 #bf0000, -5px 0 0 #bf0000;
          box-shadow: 5px 0 0 #bf0000, -5px 0 0 #bf0000;
}
.nav_style_panel > .nav__list > .nav__item_state_active > .nav__link {
  color: #fff;
  background: #bf0000;
  -webkit-box-shadow: 5px 0 0 #bf0000, -5px 0 0 #bf0000;
          box-shadow: 5px 0 0 #bf0000, -5px 0 0 #bf0000;
}
.no-backdropfilter .nav__subnav {
  background: rgba(47,47,47,0.8);
}
.order-item {
  display: block;
  overflow: hidden;
}
.order-item__header {
  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;
  width: 100%;
  margin: 0 0 27px;
}
.order-item__header:last-child {
  margin-bottom: 0;
}
.order-item__title {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.01em;
}
.order-item__fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
  font-size: 15px;
  line-height: 1.5;
}
.order-item__field {
  min-width: 12%;
  padding: 0 10px;
}
.order-item__field_size_large {
  min-width: 26%;
}
.order-item__label {
  opacity: 0.4;
  line-height: 1.5;
  margin: 0 0 7px;
}
.order-item__label:last-child {
  margin-bottom: 0;
}
.order-summary {
  display: block;
  font-size: 20px;
  line-height: 1.5;
}
.order-summary__header {
  margin: 0 0 26px;
}
.order-summary__header:last-child {
  margin-bottom: 0;
}
.order-summary__description {
  letter-spacing: normal;
}
.order-summary__groups {
  padding: 120px 0 0;
}
.order-summary__group {
  margin: 0 0 78px;
}
.order-summary__group:last-child {
  margin-bottom: 0;
}
.order-summary__final {
  padding: 80px 0 0;
}
.order-summary__communication-panel {
  padding: 50px 0 0;
}
.order-summary__footer {
  padding: 74px 0 90px;
  text-align: center;
}
.page-loader {
  position: relative;
  display: block;
  background: #fff;
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease;
  outline: 1px solid #ffa500;
}
.page-loader__logo-holder {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 48px;
  height: 45px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: width 0.9s ease, top 0.5s ease-in, left 0.5s ease-in, -webkit-transform 0.3s ease-in;
  transition: width 0.9s ease, top 0.5s ease-in, left 0.5s ease-in, -webkit-transform 0.3s ease-in;
  transition: width 0.9s ease, top 0.5s ease-in, left 0.5s ease-in, transform 0.3s ease-in;
  transition: width 0.9s ease, top 0.5s ease-in, left 0.5s ease-in, transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
}
.page-loader__logo {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.page-loader__logo:before,
.page-loader__logo:after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  display: block;
}
.page-loader__logo:before {
  height: 13px;
  width: 128px;
  background: #c81d1e;
  -webkit-transform: translate(25px, 0) scaleX(0.1797);
          transform: translate(25px, 0) scaleX(0.1797);
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
  -webkit-animation: plHbRotate 3s infinite;
          animation: plHbRotate 3s infinite;
  -webkit-transition: width 0.9s ease;
  transition: width 0.9s ease;
}
.page-loader__logo:after {
  height: 26px;
  width: 35px;
  background: #142e74;
  -webkit-transform: translate(-16px, 19px);
          transform: translate(-16px, 19px);
  -webkit-animation: plVbRotate 3s infinite;
          animation: plVbRotate 3s infinite;
  -webkit-transform: translate(-16px, 19px) scaleX(0.5428);
          transform: translate(-16px, 19px) scaleX(0.5428);
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  -webkit-transition: -webkit-transform 0.9s ease;
  transition: -webkit-transform 0.9s ease;
  transition: transform 0.9s ease;
  transition: transform 0.9s ease, -webkit-transform 0.9s ease;
}
.page-loader__m {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 30px;
  height: 13px;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-animation: plMRotate 3s infinite;
          animation: plMRotate 3s infinite;
}
.page-loader__m-l {
  display: block;
  width: 19px;
  height: 13px;
  fill: #000;
}
.page-loader__m-a {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 7px;
  height: 13px;
  fill: #000;
  opacity: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
}
.page-loader__d {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 130px;
  height: 27px;
  -webkit-transform: translate(25px, 19px);
          transform: translate(25px, 19px);
  -webkit-animation: plDRotate 3s infinite;
          animation: plDRotate 3s infinite;
}
.page-loader__d-l {
  display: block;
  width: 23px;
  height: 27px;
  fill: #000;
}
.page-loader__d-a {
  position: absolute;
  top: 50%;
  right: 0;
  width: 104px;
  height: 27px;
  fill: #000;
  opacity: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
}
.page-loader_is_stopped .page-loader__m,
.page-loader_is_stopped .page-loader__d,
.page-loader_is_stopped .page-loader__logo:before,
.page-loader_is_stopped .page-loader__logo:after {
  -webkit-animation: none;
          animation: none;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@media only screen and (min-width: 768px) {
  .page-loader_type_full .page-loader__logo-holder {
    width: 171px;
  }
}
@media only screen and (min-width: 768px) {
  .page-loader_type_full .page-loader__logo:before {
    -webkit-animation: none;
            animation: none;
    -webkit-transform: translate(43px, 0) scaleX(1);
            transform: translate(43px, 0) scaleX(1);
    -webkit-transition: -webkit-transform 0.2s linear;
    transition: -webkit-transform 0.2s linear;
    transition: transform 0.2s linear;
    transition: transform 0.2s linear, -webkit-transform 0.2s linear;
  }
}
@media only screen and (min-width: 768px) {
  .page-loader_type_full .page-loader__logo:after {
    -webkit-animation: none;
            animation: none;
    -webkit-transform: translate(0, 19px) scaleX(1);
            transform: translate(0, 19px) scaleX(1);
    -webkit-transition: -webkit-transform 0.2s linear;
    transition: -webkit-transform 0.2s linear;
    transition: transform 0.2s linear;
    transition: transform 0.2s linear, -webkit-transform 0.2s linear;
  }
}
@media only screen and (min-width: 768px) {
  .page-loader_type_full .page-loader__d {
    -webkit-transform: translate(42px, 19px);
            transform: translate(42px, 19px);
    -webkit-transition: -webkit-transform 0.1s linear;
    transition: -webkit-transform 0.1s linear;
    transition: transform 0.1s linear;
    transition: transform 0.1s linear, -webkit-transform 0.1s linear;
  }
}
@media only screen and (min-width: 768px) {
  .page-loader_type_full .page-loader__m-a,
  .page-loader_type_full .page-loader__d-a {
    opacity: 1;
  }
}
.page-loader_style_dark {
  background: #000;
}
.page-loader_style_dark .page-loader__m-l,
.page-loader_style_dark .page-loader__m-a,
.page-loader_style_dark .page-loader__d-l,
.page-loader_style_dark .page-loader__d-a {
  fill: #fff;
}
@-webkit-keyframes plMRotate {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  12.5% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  25% {
    -webkit-transform: translate(29px, 0);
            transform: translate(29px, 0);
  }
  37.5% {
    -webkit-transform: translate(29px, 0);
            transform: translate(29px, 0);
  }
  50% {
    -webkit-transform: translate(29px, 32px);
            transform: translate(29px, 32px);
  }
  62.5% {
    -webkit-transform: translate(29px, 32px);
            transform: translate(29px, 32px);
  }
  75% {
    -webkit-transform: translate(0, 32px);
            transform: translate(0, 32px);
  }
  87.5% {
    -webkit-transform: translate(0, 32px);
            transform: translate(0, 32px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes plMRotate {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  12.5% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  25% {
    -webkit-transform: translate(29px, 0);
            transform: translate(29px, 0);
  }
  37.5% {
    -webkit-transform: translate(29px, 0);
            transform: translate(29px, 0);
  }
  50% {
    -webkit-transform: translate(29px, 32px);
            transform: translate(29px, 32px);
  }
  62.5% {
    -webkit-transform: translate(29px, 32px);
            transform: translate(29px, 32px);
  }
  75% {
    -webkit-transform: translate(0, 32px);
            transform: translate(0, 32px);
  }
  87.5% {
    -webkit-transform: translate(0, 32px);
            transform: translate(0, 32px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes plDRotate {
  0% {
    -webkit-transform: translate(25px, 19px);
            transform: translate(25px, 19px);
  }
  12.5% {
    -webkit-transform: translate(0, 19px);
            transform: translate(0, 19px);
  }
  25% {
    -webkit-transform: translate(0, 19px);
            transform: translate(0, 19px);
  }
  37.5% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  62.5% {
    -webkit-transform: translate(25px, 0);
            transform: translate(25px, 0);
  }
  75% {
    -webkit-transform: translate(25px, 0);
            transform: translate(25px, 0);
  }
  87.5% {
    -webkit-transform: translate(25px, 19px);
            transform: translate(25px, 19px);
  }
  100% {
    -webkit-transform: translate(25px, 19px);
            transform: translate(25px, 19px);
  }
}
@keyframes plDRotate {
  0% {
    -webkit-transform: translate(25px, 19px);
            transform: translate(25px, 19px);
  }
  12.5% {
    -webkit-transform: translate(0, 19px);
            transform: translate(0, 19px);
  }
  25% {
    -webkit-transform: translate(0, 19px);
            transform: translate(0, 19px);
  }
  37.5% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  62.5% {
    -webkit-transform: translate(25px, 0);
            transform: translate(25px, 0);
  }
  75% {
    -webkit-transform: translate(25px, 0);
            transform: translate(25px, 0);
  }
  87.5% {
    -webkit-transform: translate(25px, 19px);
            transform: translate(25px, 19px);
  }
  100% {
    -webkit-transform: translate(25px, 19px);
            transform: translate(25px, 19px);
  }
}
@-webkit-keyframes plVbRotate {
  0% {
    -webkit-transform: translate(-16px, 19px) scaleX(0.5428);
            transform: translate(-16px, 19px) scaleX(0.5428);
  }
  12.5% {
    -webkit-transform: translate(13px, 19px) scaleX(0.5428);
            transform: translate(13px, 19px) scaleX(0.5428);
  }
  25% {
    -webkit-transform: translate(13px, 19px) scaleX(0.5428);
            transform: translate(13px, 19px) scaleX(0.5428);
  }
  37.5% {
    -webkit-transform: translate(13px, 19px) scaleX(0.5428);
            transform: translate(13px, 19px) scaleX(0.5428);
  }
  50% {
    -webkit-transform: translate(13px, 0) scaleX(0.5428);
            transform: translate(13px, 0) scaleX(0.5428);
  }
  62.5% {
    -webkit-transform: translate(-16px, 0) scaleX(0.5428);
            transform: translate(-16px, 0) scaleX(0.5428);
  }
  75% {
    -webkit-transform: translate(-16px, 0) scaleX(0.5428);
            transform: translate(-16px, 0) scaleX(0.5428);
  }
  87.5% {
    -webkit-transform: translate(-16px, 0) scaleX(0.5428);
            transform: translate(-16px, 0) scaleX(0.5428);
  }
  100% {
    -webkit-transform: translate(-16px, 19px) scaleX(0.5428);
            transform: translate(-16px, 19px) scaleX(0.5428);
  }
}
@keyframes plVbRotate {
  0% {
    -webkit-transform: translate(-16px, 19px) scaleX(0.5428);
            transform: translate(-16px, 19px) scaleX(0.5428);
  }
  12.5% {
    -webkit-transform: translate(13px, 19px) scaleX(0.5428);
            transform: translate(13px, 19px) scaleX(0.5428);
  }
  25% {
    -webkit-transform: translate(13px, 19px) scaleX(0.5428);
            transform: translate(13px, 19px) scaleX(0.5428);
  }
  37.5% {
    -webkit-transform: translate(13px, 19px) scaleX(0.5428);
            transform: translate(13px, 19px) scaleX(0.5428);
  }
  50% {
    -webkit-transform: translate(13px, 0) scaleX(0.5428);
            transform: translate(13px, 0) scaleX(0.5428);
  }
  62.5% {
    -webkit-transform: translate(-16px, 0) scaleX(0.5428);
            transform: translate(-16px, 0) scaleX(0.5428);
  }
  75% {
    -webkit-transform: translate(-16px, 0) scaleX(0.5428);
            transform: translate(-16px, 0) scaleX(0.5428);
  }
  87.5% {
    -webkit-transform: translate(-16px, 0) scaleX(0.5428);
            transform: translate(-16px, 0) scaleX(0.5428);
  }
  100% {
    -webkit-transform: translate(-16px, 19px) scaleX(0.5428);
            transform: translate(-16px, 19px) scaleX(0.5428);
  }
}
@-webkit-keyframes plHbRotate {
  0% {
    -webkit-transform: translate(25px, 0) scaleX(0.1797);
            transform: translate(25px, 0) scaleX(0.1797);
  }
  12.5% {
    -webkit-transform: translate(25px, 0) scaleX(0.1797);
            transform: translate(25px, 0) scaleX(0.1797);
  }
  25% {
    -webkit-transform: translate(0, 0) scaleX(0.1797);
            transform: translate(0, 0) scaleX(0.1797);
  }
  37.5% {
    -webkit-transform: translate(0, 31px) scaleX(0.1797);
            transform: translate(0, 31px) scaleX(0.1797);
  }
  50% {
    -webkit-transform: translate(0, 31px) scaleX(0.1797);
            transform: translate(0, 31px) scaleX(0.1797);
  }
  62.5% {
    -webkit-transform: translate(0, 31px) scaleX(0.1797);
            transform: translate(0, 31px) scaleX(0.1797);
  }
  75% {
    -webkit-transform: translate(25px, 31px) scaleX(0.1797);
            transform: translate(25px, 31px) scaleX(0.1797);
  }
  87.5% {
    -webkit-transform: translate(25px, 0) scaleX(0.1797);
            transform: translate(25px, 0) scaleX(0.1797);
  }
  100% {
    -webkit-transform: translate(25px, 0) scaleX(0.1797);
            transform: translate(25px, 0) scaleX(0.1797);
  }
}
@keyframes plHbRotate {
  0% {
    -webkit-transform: translate(25px, 0) scaleX(0.1797);
            transform: translate(25px, 0) scaleX(0.1797);
  }
  12.5% {
    -webkit-transform: translate(25px, 0) scaleX(0.1797);
            transform: translate(25px, 0) scaleX(0.1797);
  }
  25% {
    -webkit-transform: translate(0, 0) scaleX(0.1797);
            transform: translate(0, 0) scaleX(0.1797);
  }
  37.5% {
    -webkit-transform: translate(0, 31px) scaleX(0.1797);
            transform: translate(0, 31px) scaleX(0.1797);
  }
  50% {
    -webkit-transform: translate(0, 31px) scaleX(0.1797);
            transform: translate(0, 31px) scaleX(0.1797);
  }
  62.5% {
    -webkit-transform: translate(0, 31px) scaleX(0.1797);
            transform: translate(0, 31px) scaleX(0.1797);
  }
  75% {
    -webkit-transform: translate(25px, 31px) scaleX(0.1797);
            transform: translate(25px, 31px) scaleX(0.1797);
  }
  87.5% {
    -webkit-transform: translate(25px, 0) scaleX(0.1797);
            transform: translate(25px, 0) scaleX(0.1797);
  }
  100% {
    -webkit-transform: translate(25px, 0) scaleX(0.1797);
            transform: translate(25px, 0) scaleX(0.1797);
  }
}
.page {
  position: relative;
  display: block;
  min-height: 100%;
}
.page__body {
  opacity: 1;
  background: #f6f6f6;
  -webkit-transition: opacity 0.3s ease, background 0.6s ease;
  transition: opacity 0.3s ease, background 0.6s ease;
}
.page__body_is_loading {
  opacity: 0;
}
@media only screen and (min-width: 1280px) {
  .page__body_full_animation .header__burger {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-transition: -webkit-transform 0.8s ease-in;
    transition: -webkit-transform 0.8s ease-in;
    transition: transform 0.8s ease-in;
    transition: transform 0.8s ease-in, -webkit-transform 0.8s ease-in;
  }
}
@media only screen and (min-width: 1280px) {
  .page__body_full_animation .header__location,
  .page__body_full_animation .header__nav,
  .page__body_full_animation .header__contact,
  .page__body_full_animation .header__feedback,
  .page__body_full_animation .header__controls,
  .page__body_full_animation .header__primary-nav {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-transition: -webkit-transform 0.8s ease-in;
    transition: -webkit-transform 0.8s ease-in;
    transition: transform 0.8s ease-in;
    transition: transform 0.8s ease-in, -webkit-transform 0.8s ease-in;
  }
}
@media only screen and (min-width: 1280px) {
  .page__body_full_animation .header__location {
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
  }
}
@media only screen and (min-width: 1280px) {
  .page__body_full_animation .header__nav {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
}
@media only screen and (min-width: 1280px) {
  .page__body_full_animation .header__contact {
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
}
@media only screen and (min-width: 1280px) {
  .page__body_full_animation .header__feedback {
    -webkit-transition-delay: 0.7s;
            transition-delay: 0.7s;
  }
}
@media only screen and (min-width: 1280px) {
  .page__body_full_animation .header__controls {
    -webkit-transition-delay: 0.9s;
            transition-delay: 0.9s;
  }
}
@media only screen and (min-width: 1280px) {
  .page__body_full_animation .header__nav .nav__item,
  .page__body_full_animation .header__primary-nav .nav__item {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-transition: -webkit-transform 0.8s ease-in;
    transition: -webkit-transform 0.8s ease-in;
    transition: transform 0.8s ease-in;
    transition: transform 0.8s ease-in, -webkit-transform 0.8s ease-in;
  }
}
@media only screen and (min-width: 1280px) {
  .page__body_full_animation .header__nav .nav__item:nth-child(0),
  .page__body_full_animation .header__primary-nav .nav__item:nth-child(0) {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
}
@media only screen and (min-width: 1280px) {
  .page__body_full_animation .header__nav .nav__item:nth-child(1),
  .page__body_full_animation .header__primary-nav .nav__item:nth-child(1) {
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
  }
}
@media only screen and (min-width: 1280px) {
  .page__body_full_animation .header__nav .nav__item:nth-child(2),
  .page__body_full_animation .header__primary-nav .nav__item:nth-child(2) {
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
}
@media only screen and (min-width: 1280px) {
  .page__body_full_animation .header__nav .nav__item:nth-child(3),
  .page__body_full_animation .header__primary-nav .nav__item:nth-child(3) {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
}
@media only screen and (min-width: 1280px) {
  .page__body_full_animation .header__nav .nav__item:nth-child(4),
  .page__body_full_animation .header__primary-nav .nav__item:nth-child(4) {
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
}
@media only screen and (min-width: 1280px) {
  .page__body_full_animation .header__nav .nav__item:nth-child(5),
  .page__body_full_animation .header__primary-nav .nav__item:nth-child(5) {
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
}
@media only screen and (min-width: 1280px) {
  .page__body_full_animation .header__nav .nav__item:nth-child(6),
  .page__body_full_animation .header__primary-nav .nav__item:nth-child(6) {
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
}
@media only screen and (min-width: 1280px) {
  .page__body_full_animation .header__nav .nav__item:nth-child(7),
  .page__body_full_animation .header__primary-nav .nav__item:nth-child(7) {
    -webkit-transition-delay: 0.7s;
            transition-delay: 0.7s;
  }
}
@media only screen and (min-width: 1280px) {
  .page__body_full_animation .header__nav .nav__item:nth-child(8),
  .page__body_full_animation .header__primary-nav .nav__item:nth-child(8) {
    -webkit-transition-delay: 0.8s;
            transition-delay: 0.8s;
  }
}
@media only screen and (min-width: 1280px) {
  .page__body_full_animation .header__nav .nav__item:nth-child(9),
  .page__body_full_animation .header__primary-nav .nav__item:nth-child(9) {
    -webkit-transition-delay: 0.9s;
            transition-delay: 0.9s;
  }
}
@media only screen and (min-width: 1280px) {
  .page__body_full_animation .header__nav .nav__item:nth-child(10),
  .page__body_full_animation .header__primary-nav .nav__item:nth-child(10) {
    -webkit-transition-delay: 1s;
            transition-delay: 1s;
  }
}
@media only screen and (min-width: 1280px) {
  .page__body_full_animation .header__nav .nav__item:nth-child(11),
  .page__body_full_animation .header__primary-nav .nav__item:nth-child(11) {
    -webkit-transition-delay: 1.1s;
            transition-delay: 1.1s;
  }
}
@media only screen and (min-width: 1280px) {
  .page__body_full_animation .header__nav .nav__item:nth-child(12),
  .page__body_full_animation .header__primary-nav .nav__item:nth-child(12) {
    -webkit-transition-delay: 1.2s;
            transition-delay: 1.2s;
  }
}
@media only screen and (min-width: 1280px) {
  .page__body_full_animation .header__nav .nav__item:nth-child(13),
  .page__body_full_animation .header__primary-nav .nav__item:nth-child(13) {
    -webkit-transition-delay: 1.3s;
            transition-delay: 1.3s;
  }
}
@media only screen and (min-width: 1280px) {
  .page__body_full_animation .header__nav .nav__item:nth-child(14),
  .page__body_full_animation .header__primary-nav .nav__item:nth-child(14) {
    -webkit-transition-delay: 1.4s;
            transition-delay: 1.4s;
  }
}
@media only screen and (min-width: 1280px) {
  .page__body_full_animation .header__nav .nav__item:nth-child(15),
  .page__body_full_animation .header__primary-nav .nav__item:nth-child(15) {
    -webkit-transition-delay: 1.5s;
            transition-delay: 1.5s;
  }
}
@media only screen and (min-width: 1280px) {
  .page__body_full_animation .header__nav .nav__item:nth-child(16),
  .page__body_full_animation .header__primary-nav .nav__item:nth-child(16) {
    -webkit-transition-delay: 1.6s;
            transition-delay: 1.6s;
  }
}
@media only screen and (min-width: 1280px) {
  .page__body_full_animation .header__nav .nav__item:nth-child(17),
  .page__body_full_animation .header__primary-nav .nav__item:nth-child(17) {
    -webkit-transition-delay: 1.7s;
            transition-delay: 1.7s;
  }
}
@media only screen and (min-width: 1280px) {
  .page__body_full_animation .header__nav .nav__item:nth-child(18),
  .page__body_full_animation .header__primary-nav .nav__item:nth-child(18) {
    -webkit-transition-delay: 1.8s;
            transition-delay: 1.8s;
  }
}
@media only screen and (min-width: 1280px) {
  .page__body_full_animation .header__nav .nav__item:nth-child(19),
  .page__body_full_animation .header__primary-nav .nav__item:nth-child(19) {
    -webkit-transition-delay: 1.9s;
            transition-delay: 1.9s;
  }
}
@media only screen and (min-width: 1280px) {
  .page__body_full_animation .header__nav .nav__item:nth-child(20),
  .page__body_full_animation .header__primary-nav .nav__item:nth-child(20) {
    -webkit-transition-delay: 2s;
            transition-delay: 2s;
  }
}
.page__body_is_full-loading .page__loader {
  display: block;
}
@media only screen and (min-width: 1280px) {
  .page__body_is_full-loading .header__burger {
    -webkit-transform: translate(-200px, 0);
            transform: translate(-200px, 0);
  }
}
@media only screen and (min-width: 1280px) {
  .page__body_is_full-loading .header__location,
  .page__body_is_full-loading .header__nav,
  .page__body_is_full-loading .header__contact,
  .page__body_is_full-loading .header__feedback,
  .page__body_is_full-loading .header__controls,
  .page__body_is_full-loading .header__primary-nav {
    -webkit-transform: translate(0, -100px);
            transform: translate(0, -100px);
  }
}
@media only screen and (min-width: 1280px) {
  .page__body_is_full-loading .header__nav .nav__item:nth-child(0),
  .page__body_is_full-loading .header__primary-nav .nav__item:nth-child(0) {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
}
@media only screen and (min-width: 1280px) {
  .page__body_is_full-loading .header__nav .nav__item:nth-child(1),
  .page__body_is_full-loading .header__primary-nav .nav__item:nth-child(1) {
    -webkit-transform: translate(0, -10px);
            transform: translate(0, -10px);
  }
}
@media only screen and (min-width: 1280px) {
  .page__body_is_full-loading .header__nav .nav__item:nth-child(2),
  .page__body_is_full-loading .header__primary-nav .nav__item:nth-child(2) {
    -webkit-transform: translate(0, -20px);
            transform: translate(0, -20px);
  }
}
@media only screen and (min-width: 1280px) {
  .page__body_is_full-loading .header__nav .nav__item:nth-child(3),
  .page__body_is_full-loading .header__primary-nav .nav__item:nth-child(3) {
    -webkit-transform: translate(0, -30px);
            transform: translate(0, -30px);
  }
}
@media only screen and (min-width: 1280px) {
  .page__body_is_full-loading .header__nav .nav__item:nth-child(4),
  .page__body_is_full-loading .header__primary-nav .nav__item:nth-child(4) {
    -webkit-transform: translate(0, -40px);
            transform: translate(0, -40px);
  }
}
@media only screen and (min-width: 1280px) {
  .page__body_is_full-loading .header__nav .nav__item:nth-child(5),
  .page__body_is_full-loading .header__primary-nav .nav__item:nth-child(5) {
    -webkit-transform: translate(0, -50px);
            transform: translate(0, -50px);
  }
}
@media only screen and (min-width: 1280px) {
  .page__body_is_full-loading .header__nav .nav__item:nth-child(6),
  .page__body_is_full-loading .header__primary-nav .nav__item:nth-child(6) {
    -webkit-transform: translate(0, -60px);
            transform: translate(0, -60px);
  }
}
@media only screen and (min-width: 1280px) {
  .page__body_is_full-loading .header__nav .nav__item:nth-child(7),
  .page__body_is_full-loading .header__primary-nav .nav__item:nth-child(7) {
    -webkit-transform: translate(0, -70px);
            transform: translate(0, -70px);
  }
}
@media only screen and (min-width: 1280px) {
  .page__body_is_full-loading .header__nav .nav__item:nth-child(8),
  .page__body_is_full-loading .header__primary-nav .nav__item:nth-child(8) {
    -webkit-transform: translate(0, -80px);
            transform: translate(0, -80px);
  }
}
@media only screen and (min-width: 1280px) {
  .page__body_is_full-loading .header__nav .nav__item:nth-child(9),
  .page__body_is_full-loading .header__primary-nav .nav__item:nth-child(9) {
    -webkit-transform: translate(0, -90px);
            transform: translate(0, -90px);
  }
}
@media only screen and (min-width: 1280px) {
  .page__body_is_full-loading .header__nav .nav__item:nth-child(10),
  .page__body_is_full-loading .header__primary-nav .nav__item:nth-child(10) {
    -webkit-transform: translate(0, -100px);
            transform: translate(0, -100px);
  }
}
.page__body_nav-panel_open .page__nav-panel {
  display: block;
}
.page__body_scroll_fixed {
  overflow: scroll hidden;
  overflow-x: hidden;
  overflow-y: scroll;
  overflow: hidden;
  height: 100%;
  height: 100vh;
}
.page__body_state_fixed {
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0 !important;
}
.page__body_sticky-price_open {
  padding-bottom: 52px;
}
.page__loader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  display: none;
  width: 100%;
  height: 100%;
}
.page__header {
  position: relative;
  z-index: 200;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.page__header_position_over {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 200;
  width: 100%;
}
.page__header_position_over + .page__content {
  padding-top: 0;
}
.page__header_position_sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 500;
  -webkit-transform: translate(0, -100%);
          transform: translate(0, -100%);
}
.page__header_position_sticky .page__header-holder {
  -webkit-transform: translate(0, 100%);
          transform: translate(0, 100%);
}
.page__header-holder {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.page__footer {
  background: #f1f1f1;
}
.page__content {
  padding: 20px 0 0;
}
.page__intro {
  padding: 7px 0 53px;
}
@media only screen and (min-width: 768px) {
  .page__intro {
    padding: 45px 0 80px;
  }
}
@media only screen and (min-width: 1440px) {
  .page__intro {
    padding: 57px 0 86px;
  }
}
.page__intro_type_close {
  padding: 0;
}
.page__full-size {
  width: 100%;
  min-height: 100vh;
}
.page__carousel {
  width: 100%;
}
.page__section {
  position: relative;
  z-index: 1;
}
.page__section:first-child {
  margin-top: 0;
}
.page__section_position_super {
  position: relative;
  z-index: 10;
}
.page__section_offset_top-a,
.page__section_offset_a {
  margin-top: 4px;
}
@media only screen and (min-width: 768px) {
  .page__section_offset_top-a,
  .page__section_offset_a {
    margin-top: 12px;
  }
}
@media only screen and (min-width: 1440px) {
  .page__section_offset_top-a,
  .page__section_offset_a {
    margin-top: 15px;
  }
}
.page__section_offset_top-b,
.page__section_offset_b {
  margin-top: 40px;
}
@media only screen and (min-width: 768px) {
  .page__section_offset_top-b,
  .page__section_offset_b {
    margin-top: 80px;
  }
}
@media only screen and (min-width: 1440px) {
  .page__section_offset_top-b,
  .page__section_offset_b {
    margin-top: 110px;
  }
}
.page__section_offset_top-c,
.page__section_offset_c {
  margin-top: 42px;
}
@media only screen and (min-width: 768px) {
  .page__section_offset_top-c,
  .page__section_offset_c {
    margin-top: 72px;
  }
}
@media only screen and (min-width: 1440px) {
  .page__section_offset_top-c,
  .page__section_offset_c {
    margin-top: 120px;
  }
}
.page__section_state_hidden {
  display: none;
}
.page__section_offset_top-none {
  padding-top: 0;
}
.page__section_offset_top-xs {
  padding-top: 4px;
}
@media only screen and (min-width: 768px) {
  .page__section_offset_top-xs {
    padding-top: 12px;
  }
}
@media only screen and (min-width: 1440px) {
  .page__section_offset_top-xs {
    padding-top: 15px;
  }
}
.page__section_offset_top-s {
  padding-top: 40px;
}
@media only screen and (min-width: 768px) {
  .page__section_offset_top-s {
    padding-top: 45px;
  }
}
@media only screen and (min-width: 1280px) {
  .page__section_offset_top-s {
    padding-top: 50px;
  }
}
@media only screen and (min-width: 1440px) {
  .page__section_offset_top-s {
    padding-top: 67px;
  }
}
.page__section_offset_top-m {
  padding-top: 40px;
}
@media only screen and (min-width: 768px) {
  .page__section_offset_top-m {
    padding-top: 63px;
  }
}
@media only screen and (min-width: 1280px) {
  .page__section_offset_top-m {
    padding-top: 100px;
  }
}
@media only screen and (min-width: 1600px) {
  .page__section_offset_top-m {
    padding-top: 110px;
  }
}
.page__section_offset_top-l {
  padding-top: 42px;
}
@media only screen and (min-width: 768px) {
  .page__section_offset_top-l {
    padding-top: 72px;
  }
}
@media only screen and (min-width: 1440px) {
  .page__section_offset_top-l {
    padding-top: 120px;
  }
}
.page__section_offset_top-xl {
  padding-top: 67px;
}
@media only screen and (min-width: 768px) {
  .page__section_offset_top-xl {
    padding-top: 87px;
  }
}
@media only screen and (min-width: 1280px) {
  .page__section_offset_top-xl {
    padding-top: 150px;
  }
}
.page__section_offset_top-xxl {
  padding-top: 170px;
}
.page__section_offset_bottom-none {
  padding-bottom: 0;
}
.page__section_offset_bottom-xs {
  padding-bottom: 4px;
}
@media only screen and (min-width: 768px) {
  .page__section_offset_bottom-xs {
    padding-bottom: 12px;
  }
}
@media only screen and (min-width: 1440px) {
  .page__section_offset_bottom-xs {
    padding-bottom: 15px;
  }
}
.page__section_offset_bottom-s {
  padding-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .page__section_offset_bottom-s {
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 1440px) {
  .page__section_offset_bottom-s {
    padding-bottom: 110px;
  }
}
.page__section_offset_bottom-m {
  padding-bottom: 42px;
}
@media only screen and (min-width: 768px) {
  .page__section_offset_bottom-m {
    padding-bottom: 72px;
  }
}
@media only screen and (min-width: 1440px) {
  .page__section_offset_bottom-m {
    padding-bottom: 120px;
  }
}
.page__section_offset_bottom-l {
  padding-bottom: 150px;
}
.page__section_offset_bottom-xl {
  padding-bottom: 180px;
}
.page__section_offset_bottom-xxl {
  padding-bottom: 200px;
}
.page__nav-panel {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: none;
  width: 100%;
  height: 100%;
  overflow: auto;
  padding: 66px 0 0;
  color: #fff;
  background: rgba(0,0,0,0.1);
  background-size: cover;
  -webkit-backdrop-filter: blur(80px);
          backdrop-filter: blur(80px);
}
@media only screen and (min-width: 768px) {
  .page__nav-panel {
    padding: 120px 0 0;
  }
}
@media only screen and (min-width: 1280px) {
  .page__nav-panel {
    padding: 140px 0 0;
  }
}
@media only screen and (min-width: 1440px) {
  .page__nav-panel {
    top: 0;
  }
}
@media only screen and (min-width: 1600px) {
  .page__nav-panel {
    top: 0;
    z-index: 150;
    padding: 140px 0 0;
  }
}
.page__nav-panel_style_dark {
  background: rgba(0,0,0,0.8);
}
.page__nav-panel_type_simple {
  height: auto;
}
.page__nav-panel_is_open {
  display: block;
}
.page__nav-holder {
  overflow: auto;
  max-height: 100%;
}
.page__nav-group {
  height: 100%;
  overflow: auto;
}
.page__nav-group_visible_xs {
  display: none;
}
@media only screen and (min-width: 1px) {
  .page__nav-group_visible_xs {
    display: block;
  }
}
.page__nav-group_visible_s {
  display: none;
}
@media only screen and (min-width: 768px) {
  .page__nav-group_visible_s {
    display: block;
  }
}
.page__nav-group_visible_m {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .page__nav-group_visible_m {
    display: block;
  }
}
.page__nav-group_visible_l {
  display: none;
}
@media only screen and (min-width: 1280px) {
  .page__nav-group_visible_l {
    display: block;
  }
}
.page__nav-group_visible_xl {
  display: none;
}
@media only screen and (min-width: 1440px) {
  .page__nav-group_visible_xl {
    display: block;
  }
}
.page__nav-group_visible_xxl {
  display: none;
}
@media only screen and (min-width: 1600px) {
  .page__nav-group_visible_xxl {
    display: block;
  }
}
@media only screen and (min-width: 1px) {
  .page__nav-group_hidden_xs {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .page__nav-group_hidden_s {
    display: none;
  }
}
@media only screen and (min-width: 1025px) {
  .page__nav-group_hidden_m {
    display: none;
  }
}
@media only screen and (min-width: 1280px) {
  .page__nav-group_hidden_l {
    display: none;
  }
}
@media only screen and (min-width: 1440px) {
  .page__nav-group_hidden_xl {
    display: none;
  }
}
@media only screen and (min-width: 1600px) {
  .page__nav-group_hidden_xxl {
    display: none;
  }
}
.page__work-list {
  margin: 0 0 30px;
}
.page__work-list:last-child {
  margin-bottom: 0;
}
.page__order-summary {
  padding: 77px 0 0;
}
.page__filter-panel {
  width: 100%;
  position: relative;
  top: 0;
  z-index: 100;
}
.page__filter-panel_position_over-intro {
  position: absolute;
  top: 100vh;
  left: 0;
  z-index: 500;
  width: 100%;
  -webkit-transform: translate(0, -150%);
          transform: translate(0, -150%);
}
.page__filter-panel_position_fixed {
  position: fixed;
  top: 40px;
  left: 0;
  width: 100%;
}
@media only screen and (min-width: 1280px) {
  .page__filter-panel_position_fixed {
    top: 42px;
  }
}
@media only screen and (min-width: 1600px) {
  .page__filter-panel_position_fixed {
    top: 54px;
  }
}
.page__filter-panel_position_fixed .toggle_style_light {
  color: #141414;
  fill: #141414;
}
.page__modal {
  display: none;
}
.page__product-card {
  min-height: 100vh;
}
.page_scroll_fixed {
  overflow: scroll hidden;
  overflow-x: hidden;
  overflow-y: scroll;
  height: 100%;
}
.page_scroll_fixed .page__body {
  overflow: hidden;
  max-height: 100%;
}
.page_zoom_active {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
.page_zoom_active .page__header {
  opacity: 0;
  pointer-events: none;
}
.page__cookie-policy {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 1000;
  width: 100%;
  display: none;
}
.page__sticky-price {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 100;
  display: block;
  opacity: 0;
  width: 100%;
  background: #fff;
  -webkit-transform: translate(0, 100%);
          transform: translate(0, 100%);
  -webkit-transition: opacity 0.6s ease 0.3s, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease 0.3s, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease 0.3s, transform 0.6s ease;
  transition: opacity 0.6s ease 0.3s, transform 0.6s ease, -webkit-transform 0.6s ease;
}
.page__sticky-price_is_visible {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease 0.3s;
  transition: opacity 0.6s ease, -webkit-transform 0.6s ease 0.3s;
  transition: opacity 0.6s ease, transform 0.6s ease 0.3s;
  transition: opacity 0.6s ease, transform 0.6s ease 0.3s, -webkit-transform 0.6s ease 0.3s;
}
.page__sticky-panel {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 500;
  width: 100%;
  background: #fefefe;
  -webkit-box-shadow: 0 8px 60px rgba(0,0,0,0.04);
          box-shadow: 0 8px 60px rgba(0,0,0,0.04);
  -webkit-transform: translate(0, -100%);
          transform: translate(0, -100%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.page__sticky-panel_state_active {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.no-backdropfilter .page__nav-panel {
  background: rgba(0,0,0,0.8);
}
.pagination {
  display: block;
  color: #141414;
}
.pagination__main {
  position: relative;
  margin: 0 0 31px;
}
@media only screen and (min-width: 768px) {
  .pagination__main {
    margin: 0 0 42px;
  }
}
@media only screen and (min-width: 1280px) {
  .pagination__main {
    margin: 0 0 32px;
  }
}
@media only screen and (min-width: 1440px) {
  .pagination__main {
    margin: 0 0 36px;
  }
}
@media only screen and (min-width: 1600px) {
  .pagination__main {
    margin: 0 0 40px;
  }
}
.pagination__main:last-child {
  margin-bottom: 0;
}
.pagination__info {
  display: block;
  margin: 0 0 24px;
  padding: 0 25px;
  font-size: 10px;
  font-weight: 500;
  line-height: 16px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .pagination__info {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 5;
    max-width: 275px;
    margin: 0;
    padding: 0 0 0 38px;
    font-size: 12px;
    text-align: left;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
@media only screen and (min-width: 1280px) {
  .pagination__info {
    max-width: 400px;
  }
}
@media only screen and (min-width: 1440px) {
  .pagination__info {
    padding: 0 0 0 43px;
    font-size: 13px;
    line-height: 18px;
  }
}
@media only screen and (min-width: 1600px) {
  .pagination__info {
    padding: 0 0 0 47px;
    font-size: 14px;
    line-height: 20px;
  }
}
.pagination__info:last-child {
  margin-bottom: 0;
}
.pagination__bar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
  height: 90px;
  padding: 20px 25px 25px;
  background: #ececed;
}
@media only screen and (min-width: 768px) {
  .pagination__bar {
    height: 96px;
  }
}
@media only screen and (min-width: 1280px) {
  .pagination__bar {
    height: 116px;
  }
}
@media only screen and (min-width: 1440px) {
  .pagination__bar {
    height: 130px;
  }
}
@media only screen and (min-width: 1600px) {
  .pagination__bar {
    height: 145px;
  }
}
.pagination__progress {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0;
  text-decoration: none;
  background: #bf0000;
  -webkit-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
}
@media only screen and (min-width: 1280px) {
  .pagination__progress {
    background: #d8d8d8;
  }
}
.pagination__main-label {
  position: relative;
  z-index: 1;
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: auto;
  max-width: 100%;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .pagination__main-label {
    font-size: 15px;
  }
}
@media only screen and (min-width: 1280px) {
  .pagination__main-label {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1440px) {
  .pagination__main-label {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1600px) {
  .pagination__main-label {
    font-size: 22px;
  }
}
.pagination__list {
  display: block;
  font-size: 0;
  text-align: center;
}
.pagination__item {
  display: inline-block;
  vertical-align: middle;
  margin: 0 32px 0 0;
  font-size: 14.4px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 1280px) {
  .pagination__item {
    margin: 0 28px 0 0;
  }
}
@media only screen and (min-width: 1440px) {
  .pagination__item {
    margin: 0 32px 0 0;
    font-size: 16.2px;
  }
}
@media only screen and (min-width: 1600px) {
  .pagination__item {
    margin: 0 36px 0 0;
    font-size: 18px;
  }
}
.pagination__item:last-child {
  margin-right: 0;
}
.pagination__link {
  display: block;
  color: inherit;
  text-decoration: none;
  opacity: 0.4;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.pagination__link:hover {
  color: inherit;
  text-decoration: none;
  opacity: 1;
}
.pagination__label {
  color: #c4c4c4;
}
.pagination__label_state_active {
  color: #bf0000;
}
.pagination__separator {
  position: relative;
  width: 14px;
  font-size: 0;
}
@media only screen and (min-width: 1025px) {
  .pagination__separator {
    width: 19px;
  }
}
.pagination__separator:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: block;
  width: 3px;
  height: 3px;
  background: currentColor;
  border-radius: 50%;
  -webkit-box-shadow: 6px 0 0 0 currentColor, -6px 0 0 0 currentColor;
          box-shadow: 6px 0 0 0 currentColor, -6px 0 0 0 currentColor;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media only screen and (min-width: 1025px) {
  .pagination__separator:before {
    width: 3px;
    height: 3px;
    -webkit-box-shadow: 8px 0 0 0 currentColor, -8px 0 0 0 currentColor;
            box-shadow: 8px 0 0 0 currentColor, -8px 0 0 0 currentColor;
  }
}
.pagination_style_gray .pagination__progress {
  background: #d8d8d8;
}
.pagination_style_primary .pagination__progress {
  background: #bf0000;
}
.panel-intro {
  position: relative;
}
.panel-intro__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -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;
  width: 100%;
  min-height: 100vh;
  padding: 100px 0 70px;
  opacity: 1;
  color: #fff;
  text-align: center;
  background-color: #343434;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media only screen and (min-width: 768px) {
  .panel-intro__main {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 140px 0 187px;
  }
}
@media only screen and (min-width: 1600px) {
  .panel-intro__main {
    padding: 140px 0 187px;
  }
}
.panel-intro__main:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#000), to(rgba(0,0,0,0)));
  background: linear-gradient(180deg, #000 0%, rgba(0,0,0,0) 100%);
  opacity: 0.7;
}
.panel-intro__image {
  display: none;
}
.panel-intro__container {
  position: relative;
  z-index: 10;
  padding: 0 15px;
}
@media only screen and (min-width: 768px) {
  .panel-intro__container {
    padding: 0;
  }
}
.panel-intro__breadcrumbs {
  display: block;
  margin: 0 0 15px;
}
@media only screen and (min-width: 768px) {
  .panel-intro__breadcrumbs {
    margin: 0 0 10px;
  }
}
@media only screen and (min-width: 1600px) {
  .panel-intro__breadcrumbs {
    margin: 0 0 15px;
  }
}
.panel-intro__breadcrumbs:last-child {
  margin-bottom: 0;
}
.panel-intro__header {
  position: relative;
  margin: 0 auto 33px;
}
@media only screen and (min-width: 768px) {
  .panel-intro__header {
    margin: 0 auto 30px;
  }
}
@media only screen and (min-width: 1440px) {
  .panel-intro__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin: 0 auto 58px;
  }
}
.panel-intro__header:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1440px) {
  .panel-intro__holder {
    display: block;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: 100%;
    max-width: 100%;
  }
}
.panel-intro__panel-link {
  display: block;
  margin: 0 0 25px;
}
@media only screen and (min-width: 768px) {
  .panel-intro__panel-link {
    margin: 0 0 47px;
  }
}
@media only screen and (min-width: 1440px) {
  .panel-intro__panel-link {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    margin: 0 0 0 auto;
    padding: 0 0 0 50px;
  }
}
.panel-intro__title {
  display: block;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .panel-intro__title {
    font-size: 30px;
  }
}
.panel-intro__title_type_primary {
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.043em;
  text-transform: none;
}
@media only screen and (min-width: 768px) {
  .panel-intro__title_type_primary {
    font-size: 76px;
  }
}
@media only screen and (min-width: 1440px) {
  .panel-intro__title_type_primary {
    font-size: 86px;
  }
}
@media only screen and (min-width: 1600px) {
  .panel-intro__title_type_primary {
    font-size: 96px;
  }
}
.panel-intro__title_type_secondary {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .panel-intro__title_type_secondary {
    font-size: 30px;
    font-weight: 700;
  }
}
@media only screen and (min-width: 1600px) {
  .panel-intro__title_type_secondary {
    font-size: 40px;
  }
}
.panel-intro__title_type_alternative {
  font-size: 40px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.03em;
  text-align: left;
  text-transform: none;
}
@media only screen and (min-width: 768px) {
  .panel-intro__title_type_alternative {
    font-size: 50px;
  }
}
@media only screen and (min-width: 1280px) {
  .panel-intro__title_type_alternative {
    font-size: 72px;
  }
}
@media only screen and (min-width: 1440px) {
  .panel-intro__title_type_alternative {
    font-size: 84px;
  }
}
@media only screen and (min-width: 1600px) {
  .panel-intro__title_type_alternative {
    font-size: 96px;
    line-height: 84px;
  }
}
.panel-intro__subtitle,
.panel-intro__description {
  margin: 0 auto;
  padding: 0 20px;
  font-size: 13px;
  line-height: 1.7;
  letter-spacing: 0.01em;
}
@media only screen and (min-width: 768px) {
  .panel-intro__subtitle,
  .panel-intro__description {
    max-width: 85%;
    font-size: 14px;
  }
}
@media only screen and (min-width: 1280px) {
  .panel-intro__subtitle,
  .panel-intro__description {
    max-width: 85%;
  }
}
@media only screen and (min-width: 1440px) {
  .panel-intro__subtitle,
  .panel-intro__description {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1600px) {
  .panel-intro__subtitle,
  .panel-intro__description {
    font-size: 17px;
  }
}
.panel-intro__description {
  margin: 0 auto 30px;
}
.panel-intro__description:last-child {
  margin-bottom: 0;
}
.panel-intro__subtitle {
  padding: 15px 0 0;
  opacity: 0.6;
}
@media only screen and (min-width: 1280px) {
  .panel-intro__subtitle {
    padding: 20px 0 0;
  }
}
@media only screen and (min-width: 1600px) {
  .panel-intro__subtitle {
    padding: 15px 0 0;
  }
}
.panel-intro__info-label {
  padding: 5px 0 0;
  font-size: 11px;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0.05em;
  white-space: nowrap;
  opacity: 0.6;
}
@media only screen and (min-width: 768px) {
  .panel-intro__info-label {
    padding: 27px 0 0;
  }
}
@media only screen and (min-width: 1280px) {
  .panel-intro__info-label {
    position: absolute;
    top: 50%;
    right: 20px;
    bottom: 0;
    z-index: 1;
    padding: 0 0 0 20px;
    font-size: 13px;
    letter-spacing: 0.05em;
    -webkit-transform: translate(0, -50%) rotate(180deg);
            transform: translate(0, -50%) rotate(180deg);
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
    -webkit-text-orientation: mixed;
            text-orientation: mixed;
  }
}
.panel-intro__info-label_visible_xs {
  display: none;
}
@media only screen and (min-width: 1px) {
  .panel-intro__info-label_visible_xs {
    display: block;
  }
}
.panel-intro__info-label_visible_s {
  display: none;
}
@media only screen and (min-width: 768px) {
  .panel-intro__info-label_visible_s {
    display: block;
  }
}
.panel-intro__info-label_visible_m {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .panel-intro__info-label_visible_m {
    display: block;
  }
}
.panel-intro__info-label_visible_l {
  display: none;
}
@media only screen and (min-width: 1280px) {
  .panel-intro__info-label_visible_l {
    display: block;
  }
}
.panel-intro__info-label_visible_xl {
  display: none;
}
@media only screen and (min-width: 1440px) {
  .panel-intro__info-label_visible_xl {
    display: block;
  }
}
.panel-intro__info-label_visible_xxl {
  display: none;
}
@media only screen and (min-width: 1600px) {
  .panel-intro__info-label_visible_xxl {
    display: block;
  }
}
@media only screen and (min-width: 1px) {
  .panel-intro__info-label_hidden_xs {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .panel-intro__info-label_hidden_s {
    display: none;
  }
}
@media only screen and (min-width: 1025px) {
  .panel-intro__info-label_hidden_m {
    display: none;
  }
}
@media only screen and (min-width: 1280px) {
  .panel-intro__info-label_hidden_l {
    display: none;
  }
}
@media only screen and (min-width: 1440px) {
  .panel-intro__info-label_hidden_xl {
    display: none;
  }
}
@media only screen and (min-width: 1600px) {
  .panel-intro__info-label_hidden_xxl {
    display: none;
  }
}
@media only screen and (min-width: 1280px) and (min-width: 1280px) {
  .panel-intro__info-label {
    height: 100vh;
    padding: 0 0 0 20px;
    font-size: 12px;
  }
}
@media only screen and (min-width: 1280px) and (min-width: 1440px) {
  .panel-intro__info-label {
    padding: 0 0 0 25px;
    font-size: 13px;
  }
}
@media only screen and (min-width: 1280px) and (min-width: 1600px) {
  .panel-intro__info-label {
    padding: 0 0 0 32px;
  }
}
.panel-intro__label {
  display: inline-block;
  vertical-align: middle;
  height: 22px;
  margin: 0 0 15px;
  padding: 0 8px;
  color: #141414;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: -0.03em;
  background: #fff;
}
@media only screen and (min-width: 768px) {
  .panel-intro__label {
    margin: 0 0 23px;
  }
}
@media only screen and (min-width: 1440px) {
  .panel-intro__label {
    height: 31px;
    margin: 0 0 41px;
    padding: 0 10px;
    font-size: 20px;
    line-height: 31px;
  }
}
.panel-intro__label:last-child {
  margin-bottom: 0;
}
.panel-intro__subitems {
  padding: 60px 0 0;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .panel-intro__subitems {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 23px 0 0;
  }
}
@media only screen and (min-width: 1440px) {
  .panel-intro__subitems {
    padding: 45px 0 0;
  }
}
.panel-intro__subitems:first-child {
  padding-top: 0;
}
.panel-intro__subitem {
  padding: 8px 0 7px;
  opacity: 0.8;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: -0.01em;
}
@media only screen and (min-width: 768px) {
  .panel-intro__subitem {
    padding: 0 12px;
    font-size: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .panel-intro__subitem:first-child {
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) {
  .panel-intro__subitem:last-child {
    padding-right: 0;
  }
}
.panel-intro__player {
  position: absolute;
  top: -9999px;
  left: -9999px;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.panel-intro__close {
  display: none;
  position: absolute;
  top: 150px;
  right: 0;
  z-index: 100;
  width: 100px;
  height: 50px;
  color: #fff;
  font-size: 0;
  background: #bf0000;
  border: none;
  outline: none;
}
@media only screen and (min-width: 1280px) {
  .panel-intro__close {
    width: 190px;
    height: 100px;
  }
}
.panel-intro__close:before,
.panel-intro__close:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 20px;
  height: 2px;
  background: #fff;
}
@media only screen and (min-width: 1280px) {
  .panel-intro__close:before,
  .panel-intro__close:after {
    width: 30px;
    height: 3px;
  }
}
.panel-intro__close:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.panel-intro__close:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.panel-intro__more {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 20;
  width: 100%;
}
.panel-intro__product-info {
  position: absolute;
  left: 50%;
  bottom: 34px;
  max-width: 100%;
  text-align: center;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media only screen and (min-width: 768px) {
  .panel-intro__product-info {
    left: 38px;
    bottom: 35px;
    text-align: left;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@media only screen and (min-width: 1280px) {
  .panel-intro__product-info {
    left: 70px;
    bottom: 60px;
    text-align: left;
  }
}
.panel-intro__loader {
  position: absolute;
  top: 50%;
  left: 50%;
  display: none;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.panel-intro_video_open .panel-intro__player {
  top: 0;
  left: 0;
  opacity: 1;
}
.panel-intro_video_open .panel-intro__container {
  display: none;
}
.panel-intro_video_open .panel-intro__close {
  display: block;
}
.panel-intro_type_master .panel-intro__main {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 100px 20px 84px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .panel-intro_type_master .panel-intro__main {
    padding: 140px 54px 54px;
    text-align: left;
  }
}
@media only screen and (min-width: 1600px) {
  .panel-intro_type_master .panel-intro__main {
    padding: 140px 70px 67px;
  }
}
.panel-intro_type_master .panel-intro__container {
  position: static;
}
.panel-intro_type_master .panel-intro__breadcrumbs {
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .panel-intro_type_master .panel-intro__breadcrumbs {
    top: 170px;
  }
}
.panel-intro_type_master .panel-intro__title {
  text-align: inherit;
}
.panel-intro_type_screen-size .panel-intro {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 100px 25px 51px;
}
@media only screen and (min-width: 768px) {
  .panel-intro_type_screen-size .panel-intro {
    padding: 140px 47px 68px;
  }
}
@media only screen and (min-width: 1600px) {
  .panel-intro_type_screen-size .panel-intro {
    padding: 140px 90px 84px 70px;
  }
}
.panel-intro_type_screen-size .panel-intro__container {
  width: 100%;
}
.panel-intro_is_loading {
  background: #eaeaea;
  pointer-events: none;
}
.panel-intro_is_loading .panel-intro__main {
  opacity: 0;
}
.panel-intro_is_loading .panel-intro__loader {
  display: block;
}
.panel-link {
  position: relative;
  display: block;
}
.panel-link__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 109px;
  min-height: 109px;
  padding: 18px 16px 13px;
  fill: #fff;
  color: #fff;
  text-align: left;
  background: #bf0000;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
@media only screen and (min-width: 768px) {
  .panel-link__wrapper {
    width: 145px;
    min-height: 145px;
    padding: 23px 21px 17px;
  }
}
@media only screen and (min-width: 1280px) {
  .panel-link__wrapper {
    width: 200px;
    min-height: 200px;
    padding: 30px 26px 21px;
  }
}
@media only screen and (min-width: 1440px) {
  .panel-link__wrapper {
    width: 240px;
    min-height: 240px;
    padding: 36px 31px 26px;
  }
}
@media only screen and (min-width: 1600px) {
  .panel-link__wrapper {
    width: 280px;
    min-height: 280px;
    padding: 45px 40px 35px;
  }
}
.panel-link__wrapper:hover {
  background: #a70000;
}
.panel-link__icon-wrapper {
  display: block;
  margin: 0 0 auto;
  padding: 0 0 20px;
}
.panel-link__icon {
  display: block;
  width: 11px;
  height: 15px;
  fill: inherit;
}
@media only screen and (min-width: 768px) {
  .panel-link__icon {
    width: 15px;
    height: 19px;
  }
}
@media only screen and (min-width: 1280px) {
  .panel-link__icon {
    width: 20px;
    height: 28px;
  }
}
@media only screen and (min-width: 1440px) {
  .panel-link__icon {
    width: 24px;
    height: 32px;
  }
}
@media only screen and (min-width: 1600px) {
  .panel-link__icon {
    width: 28px;
    height: 37px;
  }
}
.panel-link__label {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .panel-link__label {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1280px) {
  .panel-link__label {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1440px) {
  .panel-link__label {
    font-size: 22px;
  }
}
@media only screen and (min-width: 1600px) {
  .panel-link__label {
    font-size: 26px;
  }
}
.panel-link__link {
  color: inherit;
  text-decoration: none;
}
.panel-link__link:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.parameter-widget {
  position: relative;
  display: block;
}
@media only screen and (min-width: 768px) {
  .parameter-widget {
    padding: 50px;
  }
}
@media only screen and (min-width: 1280px) {
  .parameter-widget {
    padding: 70px 70px 150px;
  }
}
.parameter-widget__layers {
  position: relative;
  height: 345px;
}
@media only screen and (min-width: 768px) {
  .parameter-widget__layers {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
  }
}
.parameter-widget__layer {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.parameter-widget__image {
  display: none;
}
.parameter-widget__form {
  position: relative;
  z-index: 20;
  width: 100%;
  padding: 37px 25px 29px;
  background: #fff;
  background: rgba(255,255,255,0.8);
}
@media only screen and (min-width: 768px) {
  .parameter-widget__form {
    width: 320px;
    padding: 36px 25px 30px;
  }
}
@media only screen and (min-width: 1280px) {
  .parameter-widget__form {
    width: 421px;
    padding: 44px 48px 66px;
  }
}
.parameter-widget__lines {
  margin: 0 0 76px;
}
@media only screen and (min-width: 768px) {
  .parameter-widget__lines {
    margin: 0 0 72px;
  }
}
@media only screen and (min-width: 1280px) {
  .parameter-widget__lines {
    margin: 0 0 97px;
  }
}
.parameter-widget__lines:last-child {
  margin-bottom: 0;
}
.parameter-widget__line {
  margin: 0 0 84px;
}
@media only screen and (min-width: 768px) {
  .parameter-widget__line {
    margin: 0 0 86px;
  }
}
@media only screen and (min-width: 1280px) {
  .parameter-widget__line {
    margin: 0 0 84px;
  }
}
.parameter-widget__line:last-child {
  margin-bottom: 0;
}
.parameter-widget__title {
  display: block;
  margin: 0 0 55px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .parameter-widget__title {
    margin: 0 0 55px;
    font-size: 18px;
  }
}
@media only screen and (min-width: 1280px) {
  .parameter-widget__title {
    margin: 0 0 55px;
    font-size: 22px;
  }
}
.parameter-widget__title:last-child {
  margin-bottom: 0;
}
.parameter-widget__info {
  margin: 0 0 25px;
}
@media only screen and (min-width: 768px) {
  .parameter-widget__info {
    margin: 0 0 22px;
  }
}
@media only screen and (min-width: 1280px) {
  .parameter-widget__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin: 0 0 27px;
    padding: 0 0 0 5px;
  }
}
.parameter-widget__info:last-child {
  margin-bottom: 0;
}
.parameter-widget__price {
  font-size: 25px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.01em;
}
@media only screen and (min-width: 1280px) {
  .parameter-widget__price {
    font-size: 37px;
  }
}
.parameter-widget__label {
  font-size: 14px;
  opacity: 0.6;
}
.pattern-parallax {
  position: relative;
  display: block;
  overflow: hidden;
  height: 540px;
  opacity: 1;
  -webkit-transition: opacity 0.9s ease 0.2s;
  transition: opacity 0.9s ease 0.2s;
}
.pattern-parallax__image {
  display: block;
  display: none;
  opacity: 0;
}
.pattern-parallax__textures {
  position: absolute;
  top: 0;
  left: 0;
  width: 150%;
  height: 540px;
  opacity: 1;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.pattern-parallax__loader {
  position: absolute;
  top: 50%;
  left: 50%;
  display: none;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.pattern-parallax_is_loading {
  background: #eaeaea;
  pointer-events: none;
}
.pattern-parallax_is_loading .pattern-parallax__textures {
  opacity: 0;
}
.pattern-parallax_is_loading .pattern-parallax__loader {
  display: block;
}
.pattern-parallax_is_invisible {
  opacity: 0;
}
.pattern-parallax_is_visible {
  opacity: 1;
}
.pay-systems {
  display: block;
  overflow: hidden;
}
.pay-systems__holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -15px;
}
.pay-systems__item {
  padding: 15px;
}
.pay-systems__panel {
  position: relative;
}
.pay-systems__image {
  display: block;
  width: 100px;
  height: auto;
}
.person-mini {
  display: block;
}
.person-mini__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.person-mini__illustration {
  display: block;
  -ms-flex-item-align: start;
      align-self: flex-start;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 59px;
          flex: 0 0 59px;
  width: 59px;
  max-width: 59px;
  margin: 0 14px 0 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  border-radius: 50%;
}
.person-mini__illustration:last-child {
  margin-right: 0;
}
.person-mini__illustration:before {
  content: '';
  display: block;
  width: 100%;
  height: auto;
  padding: 100% 0 0;
}
.person-mini__image {
  display: none;
}
.person-mini__main {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  width: 100%;
  max-width: 100%;
}
.person-mini__label {
  display: block;
  color: rgba(20,20,20,0.5);
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.01em;
}
.person-snippet {
  display: block;
}
.person-snippet__holder {
  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;
}
.person-snippet__illustration {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 96px;
}
.person-snippet__avatar {
  width: 76px;
  height: 76px;
  background-color: #141414;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 50%;
}
.person-snippet__avatar:before {
  content: '';
  display: block;
  width: 100%;
  height: auto;
  padding: 100% 0 0;
}
.person-snippet__image {
  display: none;
}
.person-snippet__fields {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.person-snippet__name {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: -0.01em;
}
.person-snippet__field {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.01em;
  opacity: 0.6;
}
.person-snippet_size_xl .person-snippet__illustration {
  width: 123px;
}
.person-snippet_size_xl .person-snippet__avatar {
  width: 103px;
  height: 103px;
}
.person-snippet_size_xl .person-snippet__name {
  font-size: 20px;
}
.person-snippet_size_xl .person-snippet__field {
  font-size: 15px;
}
.person {
  position: relative;
  display: block;
  opacity: 1;
  -webkit-transition: opacity 0.9s ease 0.2s;
  transition: opacity 0.9s ease 0.2s;
}
.person__container {
  display: block;
  height: 100%;
  color: #fff;
  background-color: #343434;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.person__container:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(0, rgba(0,0,0,0.5) 0, transparent 304px, transparent 100%);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media only screen and (min-width: 768px) {
  .person__container:before {
    background: linear-gradient(0, rgba(0,0,0,0.5) 0, transparent 340px, transparent 100%);
  }
}
@media only screen and (min-width: 1440px) {
  .person__container:before {
    background: linear-gradient(0, rgba(0,0,0,0.5) 0, transparent 450px, transparent 100%);
  }
}
@media only screen and (min-width: 1600px) {
  .person__container:before {
    background: linear-gradient(0, rgba(0,0,0,0.5) 0, transparent 490px, transparent 100%);
  }
}
.person__container:hover .person__controls {
  max-height: 200px;
  padding: 16px 0 10px;
}
@media only screen and (min-width: 1280px) {
  .person__container:hover .person__controls {
    padding: 20px 0 16px;
  }
}
.person__wrapper {
  position: relative;
  z-index: 5;
  display: block;
  height: 100%;
}
.person__wrapper:before {
  content: '';
  display: block;
  width: 100%;
  height: auto;
  padding: 155.2% 0 0;
}
@media only screen and (min-width: 768px) {
  .person__wrapper:before {
    padding: 121.7% 0 0;
  }
}
@media only screen and (min-width: 1280px) {
  .person__wrapper:before {
    padding: 127.3% 0 0;
  }
}
.person__image {
  display: none;
}
.person__content {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  display: block;
  width: 100%;
}
@media only screen and (min-width: 1280px) {
  .person__content {
    display: block;
  }
}
.person__main {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  width: 100%;
  max-width: 100%;
  padding: 28px 30px;
}
@media only screen and (min-width: 768px) {
  .person__main {
    padding: 26px 34px;
  }
}
@media only screen and (min-width: 1280px) {
  .person__main {
    padding: 44px 44px 35px 35px;
  }
}
.person__main:last-child {
  margin-bottom: 0;
}
.person__title {
  display: block;
  margin: 0 0 9px;
}
.person__title:last-child {
  margin-bottom: 0;
}
.person__fields {
  display: block;
  margin: 0 0 9px;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
}
@media only screen and (min-width: 768px) {
  .person__fields {
    font-size: 13px;
  }
}
@media only screen and (min-width: 1280px) {
  .person__fields {
    font-size: 15px;
    line-height: 22px;
  }
}
.person__fields:last-child {
  margin-bottom: 0;
}
.person__field {
  display: block;
  margin: 0 0 6px;
}
@media only screen and (min-width: 768px) {
  .person__field {
    margin: 0 0 6px;
  }
}
@media only screen and (min-width: 1280px) {
  .person__field {
    margin: 0 0 9px;
  }
}
.person__field:last-child {
  margin-bottom: 0;
}
.person__field_style_dimmed {
  opacity: 0.75;
}
.person__field_type_main {
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.person__link {
  color: #fff;
  text-decoration: none;
  opacity: 0.75;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.person__link:hover {
  color: #fff;
  text-decoration: none;
  opacity: 1;
}
.person__controls {
  display: block;
  overflow: hidden;
  height: auto;
  max-height: 0;
  padding: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition-property: max-height, padding;
  transition-property: max-height, padding;
}
.person__control {
  display: block;
  margin: 0 0 16px;
}
.person__control:last-child {
  margin-bottom: 0;
}
.person__loader {
  position: absolute;
  top: 50%;
  left: 50%;
  display: none;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.person_size_m .person__wrapper:before {
  padding: 100% 0 0;
}
@media only screen and (min-width: 768px) {
  .person_size_m .person__wrapper:before {
    padding: 95.51% 0 0;
  }
}
@media only screen and (min-width: 1280px) {
  .person_size_m .person__wrapper:before {
    padding: 100% 0 0;
  }
}
.person_is_invisible {
  opacity: 0;
}
.person_is_visible {
  opacity: 1;
}
.person_is_loading {
  background: #eaeaea;
  pointer-events: none;
}
.person_is_loading .person__container {
  opacity: 0;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
.person_is_loading .person__loader {
  display: block;
}
.photo-viewer {
  position: relative;
  display: block;
  overflow: hidden;
  background: #fff;
}
@media only screen and (min-width: 1280px) {
  .photo-viewer {
    background: #343434;
  }
}
.photo-viewer__nav {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  display: block;
  width: 100%;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
@media only screen and (min-width: 1280px) {
  .photo-viewer__nav {
    width: auto;
    padding: 57px;
  }
}
@media only screen and (min-width: 1440px) {
  .photo-viewer__nav {
    padding: 64px;
  }
}
@media only screen and (min-width: 1600px) {
  .photo-viewer__nav {
    padding: 70px 74px 70px 74px;
  }
}
.photo-viewer__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 110px;
  margin: 0 0 5px;
  padding: 0 25px;
}
@media only screen and (min-width: 768px) {
  .photo-viewer__item {
    height: 130px;
    padding: 0 50px;
  }
}
@media only screen and (min-width: 1280px) {
  .photo-viewer__item {
    display: block;
    height: auto;
    margin: 0 0 32px;
    padding: 0;
  }
}
@media only screen and (min-width: 1440px) {
  .photo-viewer__item {
    margin: 0 0 37px;
  }
}
@media only screen and (min-width: 1600px) {
  .photo-viewer__item {
    margin: 0 0 41px;
  }
}
.photo-viewer__item:last-child {
  margin-bottom: 0;
}
.photo-viewer__name {
  display: block;
  width: 100%;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .photo-viewer__name {
    display: inline;
    font-size: 21px;
  }
}
@media only screen and (min-width: 1280px) {
  .photo-viewer__name {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1440px) {
  .photo-viewer__name {
    font-size: 22px;
  }
}
@media only screen and (min-width: 1600px) {
  .photo-viewer__name {
    font-size: 24px;
  }
}
.photo-viewer__link {
  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;
  width: 100%;
  color: inherit;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media only screen and (min-width: 1280px) {
  .photo-viewer__link {
    opacity: 0.4;
  }
}
@media only screen and (min-width: 1280px) {
  .photo-viewer__link:hover,
  .photo-viewer__link_state_active {
    opacity: 1;
  }
}
@media only screen and (min-width: 1280px) {
  .photo-viewer__link:hover .photo-viewer__label,
  .photo-viewer__link_state_active .photo-viewer__label {
    opacity: 1;
  }
}
.photo-viewer__link:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: block;
  width: 100%;
  height: 100%;
  background: transparent;
}
.photo-viewer__text-holder {
  position: relative;
  z-index: 20;
}
.photo-viewer__label {
  display: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media only screen and (min-width: 768px) {
  .photo-viewer__label {
    display: inline;
    opacity: 0;
  }
}
@media only screen and (min-width: 1280px) {
  .photo-viewer__label {
    display: inline-block;
    vertical-align: text-bottom;
    padding: 0 0 0 9px;
  }
}
.photo-viewer__number {
  position: relative;
  z-index: 20;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
  opacity: 0.5;
}
@media only screen and (min-width: 768px) {
  .photo-viewer__number {
    font-size: 21px;
  }
}
@media only screen and (min-width: 1280px) {
  .photo-viewer__number {
    display: none;
  }
}
.photo-viewer__panel {
  position: relative;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 1280px) {
  .photo-viewer__panel:before {
    content: '';
    position: relative;
    z-index: 10;
    display: block;
    width: 100%;
    padding: 51.25% 0 0;
    opacity: 0.3;
    background: #000;
  }
}
.photo-viewer__illustration {
  position: relative;
  display: block;
  width: 100%;
  height: 110px;
  margin: 0 0 5px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.3s ease, transform 0.8s ease;
  transition: opacity 0.3s ease, transform 0.8s ease, -webkit-transform 0.8s ease;
}
@media only screen and (min-width: 768px) {
  .photo-viewer__illustration {
    height: 130px;
  }
}
@media only screen and (min-width: 1280px) {
  .photo-viewer__illustration {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: 100%;
    margin: 0;
    opacity: 0;
  }
}
.photo-viewer__illustration:last-child {
  margin-bottom: 0;
}
.photo-viewer__illustration:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: block;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #000), to(rgba(0,0,0,0)));
  background: linear-gradient(180deg, #000 0, rgba(0,0,0,0) 100%);
  opacity: 0.3;
}
@media only screen and (min-width: 1280px) {
  .photo-viewer__illustration_state_active {
    opacity: 1;
  }
}
.photo-viewer__image {
  display: none;
}
.photo-viewer_is_invisible .photo-viewer__illustration {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.photo-viewer_is_visible .photo-viewer__illustration {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.prebuilt-product-panel {
  position: relative;
  display: block;
  color: #141414;
  background: #f0f0f0;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.prebuilt-product-panel:before {
  content: '';
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  padding: 95.3% 0 0;
}
@media only screen and (min-width: 768px) {
  .prebuilt-product-panel:before {
    padding: 95% 0 0;
  }
}
@media only screen and (min-width: 1280px) {
  .prebuilt-product-panel:before {
    padding: 95.4% 0 0;
  }
}
.prebuilt-product-panel:hover,
.prebuilt-product-panel:active {
  background: #e8e8e8;
}
.prebuilt-product-panel:hover .prebuilt-product-panel__image,
.prebuilt-product-panel:active .prebuilt-product-panel__image {
  -webkit-transform: translate(-50%, -50%) scale(1.2);
          transform: translate(-50%, -50%) scale(1.2);
}
.prebuilt-product-panel:hover .prebuilt-product-panel__label_type_spread,
.prebuilt-product-panel:active .prebuilt-product-panel__label_type_spread {
  padding: 1px 11px;
  color: #141414;
  font-size: 13px;
  background: #dbdbdb;
}
.prebuilt-product-panel__container {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  padding: 18px 18px 27px 30px;
}
@media only screen and (min-width: 1280px) {
  .prebuilt-product-panel__container {
    padding: 18px 19px 28px 29px;
  }
}
@media only screen and (min-width: 1440px) {
  .prebuilt-product-panel__container {
    padding: 20px 21px 31px 33px;
  }
}
@media only screen and (min-width: 1600px) {
  .prebuilt-product-panel__container {
    padding: 22px 23px 34px 37px;
  }
}
.prebuilt-product-panel__image {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: block;
  max-width: 80%;
  max-height: 80%;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.prebuilt-product-panel__wrapper {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.prebuilt-product-panel__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding: 30px 0 0;
}
.prebuilt-product-panel__labels {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  display: block;
  margin: 0 0 0 -20px;
  font-size: 0;
  text-align: right;
}
.prebuilt-product-panel__label {
  display: inline-block;
  vertical-align: middle;
  margin: 0 7px 0 0;
  padding: 1px 9px;
  color: rgba(20,20,20,0.6);
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: -0.03em;
  background: #fff;
}
@media only screen and (min-width: 768px) {
  .prebuilt-product-panel__label {
    padding: 1px 7px;
  }
}
@media only screen and (min-width: 1440px) {
  .prebuilt-product-panel__label {
    padding: 1px 9px;
    font-size: 13.5px;
  }
}
@media only screen and (min-width: 1600px) {
  .prebuilt-product-panel__label {
    margin: 0 8px 0 0;
    font-size: 15px;
    line-height: 19px;
  }
}
.prebuilt-product-panel__label:last-child {
  margin-right: 0;
}
.prebuilt-product-panel__label_style_primary {
  color: #fff;
  background: #bf0000;
}
.prebuilt-product-panel__label_style_secondary {
  color: #fff;
  background: #163072;
}
.prebuilt-product-panel__label_type_spread {
  font-size: 8px;
  line-height: 16px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition-property: padding, color, font-size, background;
  transition-property: padding, color, font-size, background;
}
@media only screen and (min-width: 768px) {
  .prebuilt-product-panel__label_type_spread {
    font-size: 11px;
    line-height: 19px;
  }
}
@media only screen and (min-width: 1440px) {
  .prebuilt-product-panel__label_type_spread {
    font-size: 10px;
  }
}
@media only screen and (min-width: 1600px) {
  .prebuilt-product-panel__label_type_spread {
    font-size: 11px;
    line-height: 21px;
  }
}
.prebuilt-product-panel__label-wrapper {
  display: block;
}
@media only screen and (min-width: 768px) {
  .prebuilt-product-panel__label-wrapper {
    margin: 0 0 2px;
  }
}
@media only screen and (min-width: 1440px) {
  .prebuilt-product-panel__label-wrapper {
    margin: 0 0 3px;
  }
}
@media only screen and (min-width: 1600px) {
  .prebuilt-product-panel__label-wrapper {
    margin: 0 0 5px;
  }
}
.prebuilt-product-panel__label-wrapper:last-child {
  margin-bottom: 0;
}
.prebuilt-product-panel__extra-labels {
  display: block;
  margin: 0 0 10px;
}
@media only screen and (min-width: 1600px) {
  .prebuilt-product-panel__extra-labels {
    margin: 0 0 12px;
  }
}
.prebuilt-product-panel__extra-labels:last-child {
  margin-bottom: 0;
}
.prebuilt-product-panel__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
  margin: auto 0 0;
}
.prebuilt-product-panel__info {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  width: 100%;
  max-width: 100%;
}
.prebuilt-product-panel__title {
  display: block;
  color: inherit;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .prebuilt-product-panel__title {
    margin: 0 0 5px;
  }
}
@media only screen and (min-width: 1440px) {
  .prebuilt-product-panel__title {
    margin: 0 0 5px;
    font-size: 16px;
  }
}
@media only screen and (min-width: 1600px) {
  .prebuilt-product-panel__title {
    margin: 0 0 6px;
    font-size: 18px;
  }
}
.prebuilt-product-panel__title:last-child {
  margin-bottom: 0;
}
.prebuilt-product-panel__title:before {
  content: '';
  position: absolute;
  top: -16px;
  right: -18px;
  left: -30px;
  bottom: -22px;
  z-index: 1;
  display: block;
}
@media only screen and (min-width: 1280px) {
  .prebuilt-product-panel__title:before {
    top: -18px;
    right: -19px;
    left: -29px;
    bottom: -28px;
  }
}
@media only screen and (min-width: 1440px) {
  .prebuilt-product-panel__title:before {
    top: -20px;
    right: -21px;
    left: -33px;
    bottom: -31px;
  }
}
@media only screen and (min-width: 1600px) {
  .prebuilt-product-panel__title:before {
    top: -22px;
    right: -23px;
    left: -37px;
    bottom: -34px;
  }
}
.prebuilt-product-panel__description {
  display: none;
}
@media only screen and (min-width: 768px) {
  .prebuilt-product-panel__description {
    display: block;
    margin: 0 0 12px;
    font-size: 13px;
    line-height: 17px;
    letter-spacing: 0.01em;
    opacity: 0.6;
  }
}
@media only screen and (min-width: 1440px) {
  .prebuilt-product-panel__description {
    max-width: 400px;
    font-size: 14px;
    line-height: 20px;
  }
}
@media only screen and (min-width: 1600px) {
  .prebuilt-product-panel__description {
    max-width: 410px;
    line-height: 22px;
  }
}
.prebuilt-product-panel__description:last-child {
  margin-bottom: 0;
}
.prebuilt-product-panel__price-group {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  padding: 0 12px 0 10px;
  text-align: right;
}
@media only screen and (min-width: 1280px) {
  .prebuilt-product-panel__price-group {
    padding: 0 11px 0 10px;
  }
}
@media only screen and (min-width: 1440px) {
  .prebuilt-product-panel__price-group {
    padding: 0 14px 0 10px;
  }
}
.prebuilt-product-panel__price {
  display: block;
  margin: 0 0 2px;
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: -0.01em;
}
@media only screen and (min-width: 1440px) {
  .prebuilt-product-panel__price {
    font-size: 19.8px;
    line-height: 25px;
  }
}
@media only screen and (min-width: 1600px) {
  .prebuilt-product-panel__price {
    font-size: 22px;
    line-height: 28px;
  }
}
.prebuilt-product-panel__price:last-child {
  margin-bottom: 0;
}
.prebuilt-product-panel__price_type_old {
  color: rgba(20,20,20,0.5);
  font-size: 12px;
  line-height: 15px;
  text-decoration: line-through;
  letter-spacing: -0.04em;
}
@media only screen and (min-width: 1440px) {
  .prebuilt-product-panel__price_type_old {
    font-size: 13.5px;
    line-height: 18px;
  }
}
@media only screen and (min-width: 1600px) {
  .prebuilt-product-panel__price_type_old {
    font-size: 15px;
    line-height: 19px;
  }
}
.prebuilt-product-panel__loader {
  position: absolute;
  top: 50%;
  left: 50%;
  display: none;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.prebuilt-product-panel_type_mobile-simple:before {
  display: none;
}
@media only screen and (min-width: 1440px) {
  .prebuilt-product-panel_type_mobile-simple:before {
    display: block;
  }
}
.prebuilt-product-panel_type_mobile-simple .prebuilt-product-panel__container {
  position: relative;
  padding: 0 0 0 80px;
}
.prebuilt-product-panel_type_mobile-simple .prebuilt-product-panel__image {
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translate(0, -50%) scale(1);
          transform: translate(0, -50%) scale(1);
}
.prebuilt-product-panel_is_invisible .prebuilt-product-panel__image {
  opacity: 0;
  -webkit-transform: translate(-50%, -50%) scale(0.8);
          transform: translate(-50%, -50%) scale(0.8);
}
.prebuilt-product-panel_is_visible .prebuilt-product-panel__image {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}
.prebuilt-product-panel_is_visible:hover .prebuilt-product-panel__image,
.prebuilt-product-panel_is_visible:active .prebuilt-product-panel__image {
  -webkit-transform: translate(-50%, -50%) scale(1.2);
          transform: translate(-50%, -50%) scale(1.2);
}
.prebuilt-product-panel_is_loading {
  background: #eaeaea;
  pointer-events: none;
}
.prebuilt-product-panel_is_loading .prebuilt-product-panel__image {
  opacity: 0;
  -webkit-transform: translate(-50%, -50%) scale(0.8);
          transform: translate(-50%, -50%) scale(0.8);
}
.prebuilt-product-panel_is_loading .prebuilt-product-panel__loader {
  display: block;
}
.price-group {
  display: block;
}
.price-group__holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.price-group__item {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  width: 50%;
  max-width: 50%;
}
.price-group__price {
  padding: 11px 10px 0 25px;
  line-height: 1;
  width: 100%;
}
.price-group__value {
  display: block;
  width: 100%;
  overflow: hidden;
  font-size: 18px;
  font-weight: 500;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.price-group__label {
  display: block;
  width: 100%;
  overflow: hidden;
  opacity: 0.5;
  font-size: 11px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.price-item {
  display: block;
  line-height: 1.65;
}
@media only screen and (min-width: 768px) {
  .price-item {
    line-height: 1.85;
  }
}
.price-item__label {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .price-item__label {
    font-size: 12px;
  }
}
.price-item__price {
  font-size: 23px;
  font-weight: 500;
  letter-spacing: 0;
}
@media only screen and (min-width: 768px) {
  .price-item__price {
    font-size: 31px;
  }
}
.price-item_size_s .price-item__label {
  margin: 0 0 6px;
  font-size: 16px;
  line-height: 1.3;
}
@media only screen and (min-width: 768px) {
  .price-item_size_s .price-item__label {
    margin: 0 0 5px;
    font-size: 20px;
  }
}
@media only screen and (min-width: 1280px) {
  .price-item_size_s .price-item__label {
    margin: 0 0 15px;
  }
}
.price-item_size_s .price-item__label:last-child {
  margin-bottom: 0;
}
.price-item_size_s .price-item__price {
  font-size: 12px;
  line-height: 1.6;
}
@media only screen and (min-width: 768px) {
  .price-item_size_s .price-item__price {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1280px) {
  .price-item_size_s .price-item__price {
    font-size: 18px;
  }
}
.price-item_size_s .price-item__note {
  font-size: 11px;
}
@media only screen and (min-width: 768px) {
  .price-item_size_s .price-item__note {
    font-size: 12px;
  }
}
@media only screen and (min-width: 1280px) {
  .price-item_size_s .price-item__note {
    font-size: 14px;
  }
}
.price-item_price_dimmed .price-item__price {
  opacity: 0.7;
}
.price-snippet {
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  letter-spacing: -0.01em;
}
.price-snippet__item {
  position: relative;
  display: block;
  margin: 0 0 3px;
  font-size: 36px;
  text-align: center;
  letter-spacing: -0.01em;
}
@media only screen and (min-width: 768px) {
  .price-snippet__item {
    margin: 0 0 6px;
  }
}
@media only screen and (min-width: 1280px) {
  .price-snippet__item {
    margin: 0 0 6px;
  }
}
@media only screen and (min-width: 1440px) {
  .price-snippet__item {
    margin: 0 0 7px;
    font-size: 40px;
  }
}
@media only screen and (min-width: 1600px) {
  .price-snippet__item {
    margin: 0 0 10px;
    letter-spacing: 0.05em;
  }
}
.price-snippet__item:last-child {
  margin-bottom: 0;
}
.price-snippet__item_type_old {
  display: inline-block;
  vertical-align: middle;
  padding: 0 3px;
  font-size: 20px;
  opacity: 0.6;
}
@media only screen and (min-width: 768px) {
  .price-snippet__item_type_old {
    margin: 0 0 3px;
  }
}
@media only screen and (min-width: 1280px) {
  .price-snippet__item_type_old {
    margin: 0 0 8px;
  }
}
@media only screen and (min-width: 1440px) {
  .price-snippet__item_type_old {
    margin: 0 0 4px;
    font-size: 23px;
  }
}
@media only screen and (min-width: 1600px) {
  .price-snippet__item_type_old {
    margin: 0 0 8px;
  }
}
.price-snippet__item_type_old:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  opacity: 0.6;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.price-snippet__label {
  font-size: 13px;
  letter-spacing: -0.01em;
}
@media only screen and (min-width: 1440px) {
  .price-snippet__label {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1600px) {
  .price-snippet__label {
    font-size: 16px;
  }
}
.product-card {
  position: relative;
  display: block;
  color: #fff;
  background-color: #343434;
  background-size: cover;
  background-position: center center;
}
.product-card__image {
  display: none;
}
.product-card__content {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 50;
  width: 100%;
  padding: 0 0 70px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .product-card__content {
    padding: 0 14px 50px 30px;
  }
}
@media only screen and (min-width: 1280px) {
  .product-card__content {
    padding: 0 11px 47px 28px;
  }
}
@media only screen and (min-width: 1440px) {
  .product-card__content {
    padding: 0 17px 54px 34px;
  }
}
@media only screen and (min-width: 1600px) {
  .product-card__content {
    padding: 0 23px 60px 40px;
  }
}
.product-card__breadcrumbs {
  display: none;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media only screen and (min-width: 768px) {
  .product-card__breadcrumbs {
    display: block;
    margin: 0;
  }
}
@media only screen and (min-width: 1280px) {
  .product-card__breadcrumbs {
    margin: 0 0 8px;
  }
}
@media only screen and (min-width: 1440px) {
  .product-card__breadcrumbs {
    margin: 0 0 10px;
  }
}
@media only screen and (min-width: 1600px) {
  .product-card__breadcrumbs {
    margin: 0 0 20px;
  }
}
.product-card__breadcrumbs:last-child {
  margin-bottom: 0;
}
.product-card__title {
  margin: 0 0 14px;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.03em;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media only screen and (min-width: 768px) {
  .product-card__title {
    margin: 0 0 9px;
    padding: 0 0 0 50px;
    font-size: 54px;
    line-height: 84px;
  }
}
@media only screen and (min-width: 1280px) {
  .product-card__title {
    margin: 0 0 8px;
    font-size: 76px;
  }
}
@media only screen and (min-width: 1440px) {
  .product-card__title {
    margin: 0 0 20px;
    font-size: 86px;
  }
}
@media only screen and (min-width: 1600px) {
  .product-card__title {
    margin: 0 0 24px;
    font-size: 96px;
  }
}
.product-card__title:last-child {
  margin-bottom: 0;
}
.product-card__favorite {
  display: none;
}
@media only screen and (min-width: 768px) {
  .product-card__favorite {
    display: inline-block;
    vertical-align: middle;
  }
}
.product-card__favorite-icon {
  display: block;
  width: 28px;
  height: 28px;
  fill: #fff;
}
.product-card__rating-group {
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto 25px;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media only screen and (min-width: 768px) {
  .product-card__rating-group {
    margin: 0 auto 28px;
  }
}
@media only screen and (min-width: 1280px) {
  .product-card__rating-group {
    margin: 0 auto 19px;
  }
}
@media only screen and (min-width: 1440px) {
  .product-card__rating-group {
    margin: 0 auto 30px;
  }
}
@media only screen and (min-width: 1600px) {
  .product-card__rating-group {
    margin: 0 auto 37px;
  }
}
.product-card__rating-group:last-child {
  margin-bottom: 0;
}
.product-card__footer {
  padding: 20px 0 0;
}
@media only screen and (min-width: 768px) {
  .product-card__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding: 38px 0 0;
    text-align: left;
  }
}
@media only screen and (min-width: 1280px) {
  .product-card__footer {
    padding: 29px 0 0;
  }
}
@media only screen and (min-width: 1440px) {
  .product-card__footer {
    padding: 39px 0 0;
  }
}
@media only screen and (min-width: 1600px) {
  .product-card__footer {
    padding: 42px 0 0;
  }
}
.product-card__design-triggers {
  display: none;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: auto;
  padding: 0 20px 0 0;
}
@media only screen and (min-width: 768px) {
  .product-card__design-triggers {
    display: block;
  }
}
.product-card__info-group {
  display: block;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media only screen and (min-width: 768px) {
  .product-card__info-group {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: auto;
    margin: 0 0 0 auto;
    padding: 0 15px 0 0;
  }
}
.product-card__fields {
  display: block;
  margin: 0 0 37px;
  font-size: 13px;
}
@media only screen and (min-width: 768px) {
  .product-card__fields {
    margin: 0 0 24px;
  }
}
@media only screen and (min-width: 1280px) {
  .product-card__fields {
    margin: 0 0 22px;
  }
}
@media only screen and (min-width: 1440px) {
  .product-card__fields {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1600px) {
  .product-card__fields {
    margin: 0 0 32px;
    font-size: 15px;
  }
}
.product-card__fields:last-child {
  margin-bottom: 0;
}
.product-card__field {
  display: block;
  margin: 0 0 16px;
}
@media only screen and (min-width: 768px) {
  .product-card__field {
    margin: 0 0 8px;
  }
}
@media only screen and (min-width: 1280px) {
  .product-card__field {
    margin: 0 0 11px;
  }
}
.product-card__field:last-child {
  margin-bottom: 0;
}
.product-card__controls {
  display: block;
  margin: 0 0 20px;
}
.product-card__controls:last-child {
  margin-bottom: 0;
}
.product-card__control {
  display: block;
  margin: 0 0 8px;
}
@media only screen and (min-width: 768px) {
  .product-card__control {
    min-width: 230px;
    margin: 0 0 12px;
  }
}
@media only screen and (min-width: 1280px) {
  .product-card__control {
    min-width: 232px;
    margin: 0 0 15px;
  }
}
@media only screen and (min-width: 1440px) {
  .product-card__control {
    min-width: 260px;
    margin: 0 0 20px;
  }
}
@media only screen and (min-width: 1600px) {
  .product-card__control {
    min-width: 289px;
  }
}
.product-card__control:last-child {
  margin-bottom: 0;
}
.product-card__info-label {
  padding: 5px 0 0;
  opacity: 0.6;
  font-size: 11px;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .product-card__info-label {
    padding: 27px 0 0;
  }
}
@media only screen and (min-width: 1280px) {
  .product-card__info-label {
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    z-index: 1;
    padding: 131px 0 0 20px;
    font-size: 13px;
    letter-spacing: 0.05em;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
    -webkit-text-orientation: mixed;
            text-orientation: mixed;
  }
}
.product-card__info-label_visible_xs {
  display: none;
}
@media only screen and (min-width: 1px) {
  .product-card__info-label_visible_xs {
    display: block;
  }
}
.product-card__info-label_visible_s {
  display: none;
}
@media only screen and (min-width: 768px) {
  .product-card__info-label_visible_s {
    display: block;
  }
}
.product-card__info-label_visible_m {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .product-card__info-label_visible_m {
    display: block;
  }
}
.product-card__info-label_visible_l {
  display: none;
}
@media only screen and (min-width: 1280px) {
  .product-card__info-label_visible_l {
    display: block;
  }
}
.product-card__info-label_visible_xl {
  display: none;
}
@media only screen and (min-width: 1440px) {
  .product-card__info-label_visible_xl {
    display: block;
  }
}
.product-card__info-label_visible_xxl {
  display: none;
}
@media only screen and (min-width: 1600px) {
  .product-card__info-label_visible_xxl {
    display: block;
  }
}
@media only screen and (min-width: 1px) {
  .product-card__info-label_hidden_xs {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .product-card__info-label_hidden_s {
    display: none;
  }
}
@media only screen and (min-width: 1025px) {
  .product-card__info-label_hidden_m {
    display: none;
  }
}
@media only screen and (min-width: 1280px) {
  .product-card__info-label_hidden_l {
    display: none;
  }
}
@media only screen and (min-width: 1440px) {
  .product-card__info-label_hidden_xl {
    display: none;
  }
}
@media only screen and (min-width: 1600px) {
  .product-card__info-label_hidden_xxl {
    display: none;
  }
}
@media only screen and (min-width: 1280px) and (min-width: 1280px) {
  .product-card__info-label {
    padding: 131px 0 0 0;
    font-size: 12px;
  }
}
@media only screen and (min-width: 1280px) and (min-width: 1440px) {
  .product-card__info-label {
    padding: 131px 0 0 4px;
    font-size: 13px;
  }
}
@media only screen and (min-width: 1280px) and (min-width: 1600px) {
  .product-card__info-label {
    padding: 131px 0 0 40px;
  }
}
.product-card__labels {
  display: none;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media only screen and (min-width: 768px) {
  .product-card__labels {
    position: absolute;
    top: 38%;
    left: 0;
    display: block;
    width: 158px;
  }
}
@media only screen and (min-width: 1280px) {
  .product-card__labels {
    top: 25.5%;
  }
}
@media only screen and (min-width: 1440px) {
  .product-card__labels {
    width: 178px;
  }
}
@media only screen and (min-width: 1600px) {
  .product-card__labels {
    width: 200px;
  }
}
.product-card__label {
  display: block;
  width: 100%;
  min-height: 58px;
  margin: 0 0 5px;
}
@media only screen and (min-width: 768px) {
  .product-card__label {
    min-height: 54px;
  }
}
@media only screen and (min-width: 1440px) {
  .product-card__label {
    min-height: 65px;
  }
}
@media only screen and (min-width: 1600px) {
  .product-card__label {
    min-height: 72px;
  }
}
.product-card__label:last-child {
  margin-bottom: 0;
}
.product-card__label-holder {
  display: block;
  width: 100%;
}
.product-card__zoom-trigger {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  font-size: 0;
  background: transparent;
  border: none;
  outline: none;
  cursor: url("/local/templates/.default/markup/mockup/assets/styles/../images/cursor-zoom-in.svg"), auto;
}
.product-card__panel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.product-card__panel:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: block;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#000), to(rgba(0,0,0,0)));
  background: linear-gradient(180deg, #000 0%, rgba(0,0,0,0) 100%);
  opacity: 0.7;
}
.product-card__illustration {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-transition: opacity 0.9s ease;
  transition: opacity 0.9s ease;
}
.product-card__illustration_state_active {
  opacity: 1;
}
.product-card__image {
  display: none;
}
.product-card_zoom_active .product-card__breadcrumbs,
.product-card_zoom_active .product-card__title,
.product-card_zoom_active .product-card__rating-group,
.product-card_zoom_active .product-card__price,
.product-card_zoom_active .product-card__info-label,
.product-card_zoom_active .product-card__info-group,
.product-card_zoom_active .product-card__label {
  opacity: 0;
  pointer-events: none;
}
.product-card_zoom_active .product-card__zoom-trigger {
  cursor: url("/local/templates/.default/markup/mockup/assets/styles/../images/cursor-zoom-out.svg"), auto;
}
.product-carousel {
  display: block;
}
.product-carousel__slide {
  position: relative;
  width: 300px;
  height: auto;
}
@media only screen and (min-width: 768px) {
  .product-carousel__slide {
    width: 46.2%;
  }
}
@media only screen and (min-width: 1280px) {
  .product-carousel__slide {
    width: 45%;
  }
}
.product-carousel__slide-wrapper:before {
  content: '';
  display: block;
  width: 100%;
  height: auto;
  padding: 76.6667% 0 0;
}
@media only screen and (min-width: 768px) {
  .product-carousel__slide-wrapper:before {
    padding: 84.58% 0 0;
  }
}
@media only screen and (min-width: 1280px) {
  .product-carousel__slide-wrapper:before {
    padding: 70.58% 0 0;
  }
}
.product-carousel__holder {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: block;
  width: 100%;
  height: 100%;
}
.product-carousel__panel {
  display: block;
  width: 100;
  height: 100%;
}
.product-group {
  display: block;
}
.product-panel {
  position: relative;
  display: block;
  overflow: hidden;
}
.product-panel__container {
  display: block;
  height: 100%;
  padding: 16px 18px 22px 30px;
  color: #fff;
  background-color: #343434;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: transform 0.6s ease, opacity 0.6s ease;
  transition: transform 0.6s ease, opacity 0.6s ease, -webkit-transform 0.6s ease;
}
@media only screen and (min-width: 1280px) {
  .product-panel__container {
    padding: 25px 27px 33px 40px;
  }
}
@media only screen and (min-width: 1440px) {
  .product-panel__container {
    padding: 29px 30px 38px 45px;
  }
}
@media only screen and (min-width: 1600px) {
  .product-panel__container {
    padding: 32px 34px 44px 50px;
  }
}
.product-panel__container:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.3);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media only screen and (min-width: 768px) {
  .product-panel__container:before {
    background: linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0.5) 0, transparent 161px, transparent 100%);
  }
}
@media only screen and (min-width: 1440px) {
  .product-panel__container:before {
    background: linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0.5) 0, transparent 209px, transparent 100%);
  }
}
@media only screen and (min-width: 1600px) {
  .product-panel__container:before {
    background: linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0.5) 0, transparent 233px, transparent 100%);
  }
}
.product-panel__container:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(#000), to(rgba(0,0,0,0)));
  background: linear-gradient(0deg, #000 0%, rgba(0,0,0,0) 100%);
  opacity: 0.8;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.product-panel__container:hover .product-panel__gallery {
  -webkit-transform: translate(-50%, -50%) scale(1.2);
          transform: translate(-50%, -50%) scale(1.2);
}
.product-panel__container:hover .product-panel__favorite {
  opacity: 1;
}
@media only screen and (min-width: 1280px) {
  .product-panel__container:hover .product-panel__textures {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.product-panel__wrapper {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.product-panel__image {
  display: none;
}
.product-panel__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: auto 0 0;
  padding: 30px 0 0;
}
@media only screen and (min-width: 1280px) {
  .product-panel__content {
    display: block;
  }
}
.product-panel__labels {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  display: block;
  margin: 0 0 0 -20px;
  font-size: 0;
  text-align: right;
}
.product-panel__label {
  display: inline-block;
  vertical-align: middle;
  margin: 0 7px 0 0;
  padding: 1px 9px;
  color: #313131;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: -0.03em;
  background: #fff;
}
@media only screen and (min-width: 768px) {
  .product-panel__label {
    padding: 1px 7px;
  }
}
@media only screen and (min-width: 1280px) {
  .product-panel__label {
    font-size: 15px;
    line-height: 19px;
  }
}
@media only screen and (min-width: 1440px) {
  .product-panel__label {
    padding: 1px 9px;
  }
}
@media only screen and (min-width: 1600px) {
  .product-panel__label {
    margin: 0 8px 0 0;
  }
}
.product-panel__label:last-child {
  margin-right: 0;
}
.product-panel__label_style_primary {
  color: #fff;
  background: #bf0000;
}
.product-panel__label_style_secondary {
  color: #163072;
  font-size: 15px;
  background: rgba(255,255,255,0.7);
}
@media only screen and (min-width: 768px) {
  .product-panel__label_style_secondary {
    font-size: 12px;
  }
}
@media only screen and (min-width: 1440px) {
  .product-panel__label_style_secondary {
    font-size: 13.5px;
  }
}
@media only screen and (min-width: 1600px) {
  .product-panel__label_style_secondary {
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .product-panel__label_style_secondary {
    padding: 1px 7px;
  }
}
.product-panel__label_style_dimmed {
  padding: 0;
  color: #fff;
  font-size: 10px;
  line-height: 13px;
  background: transparent;
  opacity: 0.5;
}
.product-panel__extra-labels {
  display: none;
}
@media only screen and (min-width: 1280px) {
  .product-panel__extra-labels {
    display: block;
    margin: 0 0 9px;
    font-size: 0;
  }
}
.product-panel__extra-labels:last-child {
  margin-bottom: 0;
}
.product-panel__main {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  width: 100%;
  max-width: 100%;
  padding: 0 0 9px;
}
@media only screen and (min-width: 768px) {
  .product-panel__main {
    padding: 0;
  }
}
@media only screen and (min-width: 1280px) {
  .product-panel__main {
    margin: 0 0 18px;
  }
}
@media only screen and (min-width: 1440px) {
  .product-panel__main {
    margin: 0 0 17px;
  }
}
@media only screen and (min-width: 1600px) {
  .product-panel__main {
    margin: 0 0 19px;
  }
}
.product-panel__main:last-child {
  margin-bottom: 0;
}
.product-panel__title {
  display: block;
  max-width: 150px;
  color: inherit;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .product-panel__title {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1280px) {
  .product-panel__title {
    max-width: 100%;
    margin: 0 0 10px;
  }
}
@media only screen and (min-width: 1440px) {
  .product-panel__title {
    margin: 0 0 11px;
    font-size: 18px;
  }
}
@media only screen and (min-width: 1600px) {
  .product-panel__title {
    margin: 0 0 12px;
    font-size: 20px;
  }
}
.product-panel__title:last-child {
  margin-bottom: 0;
}
.product-panel__title:before {
  content: '';
  position: absolute;
  top: -16px;
  right: -18px;
  left: -30px;
  bottom: -22px;
  z-index: 1;
  display: block;
}
@media only screen and (min-width: 1280px) {
  .product-panel__title:before {
    top: -25px;
    right: -27px;
    left: -40px;
    bottom: -33px;
  }
}
@media only screen and (min-width: 1440px) {
  .product-panel__title:before {
    top: -29px;
    right: -30px;
    left: -45px;
    bottom: -38px;
  }
}
@media only screen and (min-width: 1600px) {
  .product-panel__title:before {
    top: -32px;
    right: -34px;
    left: -50px;
    bottom: -44px;
  }
}
.product-panel__description {
  display: none;
  max-width: 350px;
  margin: 0 0 12px;
  font-size: 13px;
  line-height: 17px;
  letter-spacing: 0.01em;
  opacity: 0.75;
}
@media only screen and (min-width: 1280px) {
  .product-panel__description {
    display: block;
  }
}
@media only screen and (min-width: 1440px) {
  .product-panel__description {
    max-width: 400px;
    font-size: 14px;
    line-height: 20px;
  }
}
@media only screen and (min-width: 1600px) {
  .product-panel__description {
    max-width: 410px;
    line-height: 22px;
  }
}
.product-panel__description:last-child {
  margin-bottom: 0;
}
.product-panel__description-detail {
  display: none;
}
.product-panel__footer {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  padding: 0 0 0 25px;
}
@media only screen and (min-width: 1280px) {
  .product-panel__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding: 0;
  }
}
.product-panel__rating-group {
  display: none;
}
@media only screen and (min-width: 1280px) {
  .product-panel__rating-group {
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    padding: 0 25px 0 0;
    font-size: 0;
  }
}
.product-panel__price-group {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  padding: 0 8px 0 0;
  font-size: 0;
  text-align: right;
}
@media only screen and (min-width: 1280px) {
  .product-panel__price-group {
    padding: 0 11px 0 0;
  }
}
@media only screen and (min-width: 1440px) {
  .product-panel__price-group {
    padding: 0 13px 0 0;
  }
}
.product-panel__price {
  display: block;
  font-size: 19px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.01em;
}
@media only screen and (min-width: 768px) {
  .product-panel__price {
    display: inline-block;
    vertical-align: baseline;
    margin: 0 0 0 4px;
  }
}
@media only screen and (min-width: 1440px) {
  .product-panel__price {
    margin: 0 0 0 4px;
    font-size: 22px;
    line-height: 28px;
  }
}
@media only screen and (min-width: 1600px) {
  .product-panel__price {
    margin: 0 0 0 9px;
    font-size: 24px;
    line-height: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .product-panel__price:first-child {
    margin-left: 0;
  }
}
.product-panel__price_type_old {
  color: rgba(255,255,255,0.5);
  font-size: 13px;
  line-height: 16px;
  text-decoration: line-through;
  letter-spacing: -0.04em;
}
@media only screen and (min-width: 1440px) {
  .product-panel__price_type_old {
    font-size: 14px;
    line-height: 18px;
  }
}
@media only screen and (min-width: 1600px) {
  .product-panel__price_type_old {
    font-size: 15px;
    line-height: 19px;
  }
}
.product-panel__price-label {
  display: block;
  padding: 5px 0 0;
}
@media only screen and (min-width: 1280px) {
  .product-panel__price-label {
    display: none;
  }
}
.product-panel__info-panel {
  position: absolute;
  top: 0;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 153px;
  min-height: 62px;
  margin: 0 0 0 -76px;
  padding: 11px;
}
@media only screen and (min-width: 768px) {
  .product-panel__info-panel {
    top: 15.5%;
    left: 7.7%;
    width: 172px;
    min-height: 172px;
    margin: 0;
    padding: 22px 25px;
  }
}
@media only screen and (min-width: 1280px) {
  .product-panel__info-panel {
    top: 22%;
    left: 11.95%;
    width: 224px;
    min-height: 224px;
    padding: 30px 33px;
  }
}
@media only screen and (min-width: 1440px) {
  .product-panel__info-panel {
    top: 21.9%;
    width: 252px;
    min-height: 252px;
    padding: 32px 37px;
  }
}
@media only screen and (min-width: 1600px) {
  .product-panel__info-panel {
    top: 21.7%;
    width: 280px;
    min-height: 280px;
    padding: 36px 41px;
  }
}
.product-panel__info-panel:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  background: #bf0000;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  mix-blend-mode: darken;
}
.product-panel__info-panel_icon_play .product-panel__info:after {
  content: '';
  position: absolute;
  top: 10px;
  z-index: 2;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 11px;
  border-color: transparent transparent transparent #fff;
}
@media only screen and (min-width: 768px) {
  .product-panel__info-panel_icon_play .product-panel__info:after {
    top: 30px;
    border-width: 15px 0 15px 22px;
  }
}
.product-panel__info-panel_type_trigger {
  z-index: 100;
  cursor: pointer;
}
.product-panel__info {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  margin: auto 0 0;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .product-panel__info {
    text-align: left;
  }
}
.product-panel__info-title {
  position: relative;
  z-index: 1;
  display: block;
  margin: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .product-panel__info-title {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media only screen and (min-width: 1280px) {
  .product-panel__info-title {
    font-size: 21px;
  }
}
@media only screen and (min-width: 1440px) {
  .product-panel__info-title {
    font-size: 23px;
  }
}
@media only screen and (min-width: 1600px) {
  .product-panel__info-title {
    font-size: 26px;
  }
}
.product-panel__info-label {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  -webkit-transform: translate(0, 5px);
          transform: translate(0, 5px);
}
.product-panel__gallery {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  display: block;
  background-color: #343434;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.product-panel__photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-transition: opacity 0.9s ease;
  transition: opacity 0.9s ease;
}
.product-panel__photo_state_active {
  opacity: 1;
}
.product-panel__favorite {
  position: absolute;
  top: 27px;
  left: 15px;
  display: block;
  fill: #fff;
  text-decoration: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.product-panel__favorite-icon {
  display: block;
  width: 28px;
  height: 28px;
  fill: inherit;
}
.product-panel__textures {
  display: none;
}
.product-panel__texture {
  padding: 5px;
}
.product-panel__texture:first-child {
  padding-left: 0;
}
.product-panel__texture-preview {
  width: 54px;
  border: 2px solid transparent;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
.product-panel__texture-preview:before {
  content: '';
  display: block;
  width: 100%;
  height: auto;
  padding: 100% 0 0;
}
.product-panel__texture-preview_state_active {
  border-color: rgba(255,255,255,0.6);
}
.product-panel__loader {
  position: absolute;
  top: 50%;
  left: 50%;
  display: none;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.product-panel__review {
  margin: 15px -18px -21px -18px;
  padding: 25px 25px 25px;
  background: rgba(0,0,0,0.3);
  -webkit-backdrop-filter: blur(28.1271px);
          backdrop-filter: blur(28.1271px);
}
@media only screen and (min-width: 768px) {
  .product-panel__review {
    position: absolute;
    top: 15.5%;
    left: 32%;
    margin: 0;
    padding: 30px 60px 35px 45px;
    -webkit-transform: translate(48px, -10px);
            transform: translate(48px, -10px);
  }
}
@media only screen and (min-width: 1280px) {
  .product-panel__review {
    left: 50%;
    right: auto;
    width: 100%;
    max-width: 528px;
    padding: 40px 46px;
    -webkit-transform: translate(30px, -10px);
            transform: translate(30px, -10px);
  }
}
@media only screen and (min-width: 1440px) {
  .product-panel__review {
    max-width: 595px;
    padding: 48px 53px 40px;
    -webkit-transform: translate(48px, -10px);
            transform: translate(48px, -10px);
  }
}
@media only screen and (min-width: 1600px) {
  .product-panel__review {
    max-width: 661px;
    padding: 30px 60px 40px;
    -webkit-transform: translate(57px, -10px);
            transform: translate(57px, -10px);
  }
}
.product-panel__player {
  position: absolute;
  top: -9999px;
  left: -9999px;
  z-index: 1000;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.product-panel__close {
  display: none;
  position: absolute;
  top: 50px;
  right: 0;
  z-index: 1100;
  width: 100px;
  height: 50px;
  color: #fff;
  font-size: 0;
  background: #bf0000;
  border: none;
  outline: none;
  cursor: pointer;
}
@media only screen and (min-width: 1280px) {
  .product-panel__close {
    width: 190px;
    height: 100px;
  }
}
.product-panel__close:before,
.product-panel__close:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 20px;
  height: 2px;
  background: #fff;
}
@media only screen and (min-width: 1280px) {
  .product-panel__close:before,
  .product-panel__close:after {
    width: 30px;
    height: 3px;
  }
}
.product-panel__close:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.product-panel__close:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
@media only screen and (min-width: 768px) {
  .product-panel_type_simple .product-panel__content {
    display: block;
  }
}
@media only screen and (min-width: 1280px) {
  .product-panel_type_simple .product-panel__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
@media only screen and (min-width: 768px) {
  .product-panel_type_simple .product-panel__main {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: 100%;
    max-width: 100%;
    margin: 0 0 0 -2px;
    padding: 0 25px 0 0;
  }
}
@media only screen and (min-width: 1440px) {
  .product-panel_type_simple .product-panel__main {
    margin: 0 0 0 -3px;
  }
}
@media only screen and (min-width: 1600px) {
  .product-panel_type_simple .product-panel__main {
    margin: 0;
  }
}
.product-panel_type_simple .product-panel__label_style_secondary {
  color: #fff;
  background: #163072;
}
@media only screen and (min-width: 768px) {
  .product-panel_type_simple .product-panel__footer {
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    padding: 0;
  }
}
@media only screen and (min-width: 768px) {
  .product-panel_type_simple .product-panel__extra-labels {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
  }
}
@media only screen and (min-width: 768px) {
  .product-panel_type_simple .product-panel__title {
    margin: 0 0 15px;
    font-size: 20px;
  }
}
@media only screen and (min-width: 1280px) {
  .product-panel_type_simple .product-panel__title {
    font-size: 22px;
  }
}
@media only screen and (min-width: 1440px) {
  .product-panel_type_simple .product-panel__title {
    font-size: 25.2px;
  }
}
@media only screen and (min-width: 1600px) {
  .product-panel_type_simple .product-panel__title {
    margin: 0 0 17px;
    font-size: 28px;
  }
}
@media only screen and (min-width: 768px) {
  .product-panel_type_simple .product-panel__description {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .product-panel_type_simple .product-panel__rating-group {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .product-panel_type_simple .product-panel__price-group {
    padding-top: 14px;
    padding-bottom: 5px;
    text-align: left;
  }
}
@media only screen and (min-width: 1280px) {
  .product-panel_type_simple .product-panel__price-group {
    padding-top: 0;
    padding-bottom: 0;
    text-align: right;
  }
}
@media only screen and (min-width: 1280px) {
  .product-panel_type_simple .product-panel__price {
    letter-spacing: -0.04em;
  }
}
@media only screen and (min-width: 768px) {
  .product-panel_type_simple .product-panel__price-label {
    display: none;
  }
}
.product-panel_type_display .product-panel__container {
  padding-left: 18px;
}
@media only screen and (min-width: 1280px) {
  .product-panel_type_display .product-panel__container {
    padding-left: 27px;
  }
}
@media only screen and (min-width: 1440px) {
  .product-panel_type_display .product-panel__container {
    padding-left: 34px;
  }
}
@media only screen and (min-width: 1600px) {
  .product-panel_type_display .product-panel__container {
    padding-left: 34px;
  }
}
.product-panel_type_display .product-panel__container:hover:before {
  opacity: 1;
}
.product-panel_type_display .product-panel__container:hover:after {
  opacity: 0;
}
.product-panel_type_display .product-panel__content {
  display: block;
}
.product-panel_type_display .product-panel__main {
  max-width: 200px;
  margin: 0 auto;
  padding: 0 0 13px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .product-panel_type_display .product-panel__main {
    max-width: 400px;
  }
}
@media only screen and (min-width: 1280px) {
  .product-panel_type_display .product-panel__main {
    max-width: 500px;
    padding: 0 0 10px;
  }
}
.product-panel_type_display .product-panel__extra-labels {
  display: none;
}
.product-panel_type_display .product-panel__title {
  max-width: 100%;
  margin: 0 0 14px;
  font-size: 20px;
}
@media only screen and (min-width: 768px) {
  .product-panel_type_display .product-panel__title {
    margin: 0 0 10px;
  }
}
@media only screen and (min-width: 1280px) {
  .product-panel_type_display .product-panel__title {
    margin: 0 0 19px;
    font-size: 22px;
  }
}
@media only screen and (min-width: 1440px) {
  .product-panel_type_display .product-panel__title {
    font-size: 25.2px;
  }
}
@media only screen and (min-width: 1600px) {
  .product-panel_type_display .product-panel__title {
    margin: 0 0 22px;
    font-size: 28px;
  }
}
.product-panel_type_display .product-panel__title:before {
  left: -18px;
}
@media only screen and (min-width: 1280px) {
  .product-panel_type_display .product-panel__title:before {
    left: -27px;
  }
}
@media only screen and (min-width: 1440px) {
  .product-panel_type_display .product-panel__title:before {
    left: -34px;
  }
}
@media only screen and (min-width: 1600px) {
  .product-panel_type_display .product-panel__title:before {
    left: -34px;
  }
}
.product-panel_type_display .product-panel__description {
  display: block;
  max-width: 100%;
  letter-spacing: 0;
}
@media only screen and (min-width: 1600px) {
  .product-panel_type_display .product-panel__description {
    font-size: 15px;
  }
}
.product-panel_type_display .product-panel__footer {
  display: block;
}
@media only screen and (max-width: 767px) {
  .product-panel_type_display .product-panel__footer {
    padding: 0;
  }
}
.product-panel_type_display .product-panel__rating-group {
  display: none;
}
@media only screen and (min-width: 768px) {
  .product-panel_type_display .product-panel__price-group {
    position: absolute;
    right: 12px;
    bottom: 12px;
    z-index: 1;
  }
}
@media only screen and (max-width: 767px) {
  .product-panel_type_display .product-panel__price-group {
    padding: 7px 0;
    text-align: center;
  }
}
@media only screen and (min-width: 1280px) {
  .product-panel_type_display .product-panel__price-group {
    right: 0;
    bottom: 2px;
  }
}
.product-panel_type_display .product-panel__price-label {
  display: none;
}
.product-panel_type_display .product-panel__label_style_secondary {
  color: #fff;
  background: #163072;
}
@media only screen and (min-width: 1280px) {
  .product-panel_is_last .product-panel__description-preview {
    display: none;
  }
}
@media only screen and (min-width: 1280px) {
  .product-panel_is_last .product-panel__description-detail {
    display: block;
  }
}
.product-panel_is_invisible .product-panel__container {
  opacity: 0;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
.product-panel_is_visible .product-panel__container {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.product-panel_is_loading {
  background: #eaeaea;
  pointer-events: none;
}
.product-panel_is_loading .product-panel__container {
  opacity: 0;
}
.product-panel_is_loading .product-panel__loader {
  display: block;
}
.product-panel_video_open {
  position: relative;
}
.product-panel_video_open .product-panel__player {
  top: 0;
  left: 0;
  opacity: 1;
}
.product-panel_video_open .product-panel__close {
  display: block;
}
.no-backdropfilter .product-panel__info-panel:before {
  background: rgba(191,0,0,0.8);
}
.product-snippet {
  display: block;
}
.project-grid {
  display: block;
  overflow: hidden;
  width: 100%;
  background: #f6f6f6;
}
.project-grid__wrapper {
  display: block;
}
@media only screen and (min-width: 768px) {
  .project-grid__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -10px;
    padding: 5px 0;
  }
}
@media only screen and (min-width: 1440px) {
  .project-grid__wrapper {
    margin: 0 -12px;
    padding: 6px 0;
  }
}
@media only screen and (min-width: 1600px) {
  .project-grid__wrapper {
    margin: 0 -14px;
    padding: 7px 0;
  }
}
.project-grid__item {
  display: none;
  padding: 5px 0 0;
}
@media only screen and (min-width: 768px) {
  .project-grid__item {
    display: block;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    padding: 5px;
  }
}
@media only screen and (min-width: 1025px) {
  .project-grid__item {
    -ms-flex-preferred-size: 33.3333%;
        flex-basis: 33.3333%;
  }
}
@media only screen and (min-width: 1440px) {
  .project-grid__item {
    padding: 6px;
  }
}
@media only screen and (min-width: 1600px) {
  .project-grid__item {
    padding: 7px;
  }
}
.project-grid__item_type_primary {
  display: block;
  height: 368px;
}
@media only screen and (min-width: 768px) {
  .project-grid__item_type_primary {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    height: 468px;
  }
}
@media only screen and (min-width: 1025px) {
  .project-grid__item_type_primary {
    -ms-flex-preferred-size: 66.6667%;
        flex-basis: 66.6667%;
    height: auto;
  }
}
.project-grid__item-wrapper {
  height: 100%;
}
.project-grid__carousel {
  display: block;
}
@media only screen and (min-width: 768px) {
  .project-grid__carousel {
    display: none;
  }
}
.project-grid__carousel-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.project-grid__slide {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 270px;
          flex: 0 0 270px;
  width: 270px;
  max-width: 270px;
}
.project-grid__mobile-items {
  display: block;
}
@media only screen and (min-width: 768px) {
  .project-grid__mobile-items {
    display: none;
  }
}
.project-grid__mobile-items .project-grid__item {
  display: block;
}
.promo-group {
  display: block;
  overflow: hidden;
}
@media only screen and (min-width: 1025px) {
  .promo-group__holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: -7px;
  }
}
.promo-group__item {
  width: 100%;
  padding: 7px;
}
@media only screen and (min-width: 1025px) {
  .promo-group__item {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    width: 50%;
    max-width: 50%;
  }
}
.promo-group__snippet {
  height: 100%;
}
.prop-group {
  display: block;
}
.prop-group__holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.prop-group__item {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  padding: 0 17px 5px;
  line-height: 20px;
}
@media only screen and (min-width: 1440px) {
  .prop-group__item {
    padding: 0 20px 10px;
    line-height: 22px;
  }
}
.prop-group__label {
  font-size: 10px;
  letter-spacing: 0.01em;
  opacity: 0.5;
}
@media only screen and (min-width: 1440px) {
  .prop-group__label {
    font-size: 12px;
  }
}
.prop-group__value {
  font-size: 13px;
}
@media only screen and (min-width: 1440px) {
  .prop-group__value {
    font-size: 15px;
  }
}
.prop-list {
  display: block;
  font-size: 13px;
  line-height: 1.6;
  letter-spacing: 0.01em;
}
@media only screen and (min-width: 1280px) {
  .prop-list {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1440px) {
  .prop-list {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1600px) {
  .prop-list {
    font-size: 20px;
  }
}
.prop-list__item {
  width: 100%;
  margin: 0 0 21px;
}
@media only screen and (min-width: 768px) {
  .prop-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin: 0 0 17px;
  }
}
@media only screen and (min-width: 1280px) {
  .prop-list__item {
    margin: 0 0 25px;
  }
}
@media only screen and (min-width: 1440px) {
  .prop-list__item {
    margin: 0 0 28px;
  }
}
@media only screen and (min-width: 1600px) {
  .prop-list__item {
    margin: 0 0 30px;
  }
}
.prop-list__item:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1280px) {
  .prop-list__item:before {
    content: '';
    display: block;
    height: 20px;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    background: left center url("/local/templates/.default/markup/mockup/assets/styles/../blocks/prop-list/images/dots.svg") repeat-x;
  }
}
.prop-list__label {
  display: block;
}
@media only screen and (min-width: 768px) {
  .prop-list__label {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    opacity: 0.6;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
@media only screen and (min-width: 1280px) {
  .prop-list__label {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    padding: 0 10px 0 0;
  }
}
.prop-list__value {
  display: block;
}
@media only screen and (min-width: 768px) {
  .prop-list__value {
    -ms-flex-preferred-size: 57%;
        flex-basis: 57%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 57%;
    padding: 0 0 0 10px;
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }
}
@media only screen and (min-width: 1280px) {
  .prop-list__value {
    -ms-flex-preferred-size: 44%;
        flex-basis: 44%;
    width: 44%;
  }
}
.quantity-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  font-size: 20px;
  line-height: 24px;
}
.quantity-input__control {
  position: relative;
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
}
.quantity-input__button {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  color: #141414;
  font-size: 0;
  text-decoration: none;
  background: #f0f0f0;
  border: none;
  outline: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media only screen and (min-width: 1280px) {
  .quantity-input__button {
    width: 50px;
    height: 50px;
  }
}
.quantity-input__button:before,
.quantity-input__button:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: block;
  width: 14px;
  height: 0;
  border-bottom: 2px solid;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.quantity-input__button:after {
  width: 0;
  height: 14px;
  border-right: 2px solid;
  border-bottom: none;
}
.quantity-input__button:hover:not(:disabled) {
  color: #141414;
  text-decoration: none;
  background: #e8e8e8;
}
.quantity-input__button:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.quantity-input__button_type_decrease:after {
  display: none;
}
.quantity-input__field {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 90px;
          flex: 1 1 90px;
  width: 90px;
}
.quantity-input__input {
  display: block;
  width: 100%;
  height: 40px;
  margin: 0;
  padding: 0 5px;
  color: #000;
  line-height: 40px;
  text-align: center;
  background: transparent;
  border: none;
  outline: none;
}
@media only screen and (min-width: 1280px) {
  .quantity-input__input {
    height: 50px;
    line-height: 50px;
  }
}
.quantity-input_align_left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.quantity-input_align_center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.quantity-input_align_right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media only screen and (min-width: 1px) {
  .quantity-input_align_xs-left {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media only screen and (min-width: 1px) {
  .quantity-input_align_xs-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (min-width: 1px) {
  .quantity-input_align_xs-right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media only screen and (min-width: 768px) {
  .quantity-input_align_s-left {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media only screen and (min-width: 768px) {
  .quantity-input_align_s-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (min-width: 768px) {
  .quantity-input_align_s-right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media only screen and (min-width: 1025px) {
  .quantity-input_align_m-left {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media only screen and (min-width: 1025px) {
  .quantity-input_align_m-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (min-width: 1025px) {
  .quantity-input_align_m-right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media only screen and (min-width: 1280px) {
  .quantity-input_align_l-left {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media only screen and (min-width: 1280px) {
  .quantity-input_align_l-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (min-width: 1280px) {
  .quantity-input_align_l-right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media only screen and (min-width: 1440px) {
  .quantity-input_align_xl-left {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media only screen and (min-width: 1440px) {
  .quantity-input_align_xl-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (min-width: 1440px) {
  .quantity-input_align_xl-right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media only screen and (min-width: 1600px) {
  .quantity-input_align_xxl-left {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media only screen and (min-width: 1600px) {
  .quantity-input_align_xxl-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (min-width: 1600px) {
  .quantity-input_align_xxl-right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.range-group {
  display: block;
  overflow: hidden;
}
@media only screen and (min-width: 1280px) {
  .range-group__holder {
    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 -10px;
  }
}
.range-group__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  margin: 0 0 30px;
  padding: 0 10px;
}
@media only screen and (min-width: 1280px) {
  .range-group__item {
    margin: 0;
  }
}
.range-group__item:last-child {
  margin-bottom: 0;
}
.range-group__label {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0;
}
.range-group__input {
  width: 100%;
  height: 22px;
  padding: 0;
  color: #343434;
  font-size: 15px;
  line-height: 22px;
  border: none;
  border-bottom: 1px solid #000;
  outline: none;
  background: transparent;
}
@media only screen and (min-width: 1280px) {
  .range-group__input {
    width: 92px;
  }
}
.range-group__input::-webkit-input-placeholder {
  color: rgba(49,49,49,0.4);
  font-size: 15px;
}
.range-group__input:-ms-input-placeholder {
  color: rgba(49,49,49,0.4);
  font-size: 15px;
}
.range-group__input::-moz-placeholder {
  color: rgba(49,49,49,0.4);
  font-size: 15px;
  opacity: 1;
}
.range-group__input::-ms-input-placeholder {
  color: rgba(49,49,49,0.4);
  font-size: 15px;
  opacity: 1;
}
.range-group__input::placeholder {
  color: rgba(49,49,49,0.4);
  font-size: 15px;
  opacity: 1;
}
.range-group_type_depend {
  color: inherit;
}
.range-group_type_depend .range-group__input {
  color: inherit;
}
.range-group_type_depend .range-group__input::-webkit-input-placeholder {
  color: inherit;
  font-size: 15px;
}
.range-group_type_depend .range-group__input:-ms-input-placeholder {
  color: inherit;
  font-size: 15px;
}
.range-group_type_depend .range-group__input::-moz-placeholder {
  color: inherit;
  font-size: 15px;
  opacity: 1;
}
.range-group_type_depend .range-group__input::-ms-input-placeholder {
  color: inherit;
  font-size: 15px;
  opacity: 1;
}
.range-group_type_depend .range-group__input::placeholder {
  color: inherit;
  font-size: 15px;
  opacity: 1;
}
.rating-control {
  position: relative;
  display: block;
  overflow: hidden;
}
.rating-control__info {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0 0 0 20px;
  font-size: 31px;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
}
.rating-control__holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: cneter;
      -ms-flex-align: cneter;
          align-items: cneter;
}
.rating-control__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.rating-control__item {
  display: block;
  padding: 0 0 0 5px;
  fill: #ffa800;
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
.rating-control__item:first-child {
  padding: 0;
}
.rating-control__star {
  display: block;
  fill: inherit;
  cursor: pointer;
}
.rating-control__icon {
  display: block;
  width: 33px;
  height: 33px;
  fill: inherit;
}
@media only screen and (min-width: 1280px) {
  .rating-control__icon {
    width: 36px;
    height: 36px;
  }
}
.rating-control__input {
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 1px;
  opacity: 0.1;
  -webkit-transform: translate(-200%, 0);
          transform: translate(-200%, 0);
}
.rating-control__input:checked ~ .rating-control__item,
.rating-control__item_state_current ~ .rating-control__item {
  fill: #e1e1e1;
}
.rating-control__input:checked + .rating-control__item,
.rating-control__item_state_current + .rating-control__item {
  fill: #ffa800;
}
.rating-control:hover .rating-control__item {
  fill: #ffa800;
}
.rating-control:hover .rating-control__item:hover {
  fill: #ffa800;
}
.rating-control:hover .rating-control__item:hover ~ .rating-control__item {
  fill: #e1e1e1;
}
.rating-controls {
  display: block;
}
.rating-controls__holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.rating-controls__numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 10px 0 0;
}
.rating-controls__item {
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .rating-controls__item {
    font-size: 32px;
  }
}
@media only screen and (min-width: 1280px) {
  .rating-controls__item {
    font-size: 40px;
  }
}
.rating-controls__item_type_extra {
  opacity: 0.3;
}
.rating-controls__item_type_separator {
  display: inline-block;
  vertical-align: middle;
  padding: 0 5px;
}
@media only screen and (min-width: 768px) {
  .rating-controls__item_type_separator {
    padding: 0 9px;
  }
}
@media only screen and (min-width: 1280px) {
  .rating-controls__item_type_separator {
    padding: 0 5px;
  }
}
.rating-controls__stars {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.rating-controls__button {
  display: none;
}
@media only screen and (min-width: 1280px) {
  .rating-controls__button {
    display: block;
    padding: 20px 0 0;
  }
}
.rating-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.rating-group__review {
  padding: 0 0 0 10px;
}
.rating-group__link {
  color: #fff;
  text-decoration: none;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.rating-group__link:hover,
.rating-group__link:active {
  opacity: 0.6;
}
.rating-group_type_depended .rating-group__link {
  color: inherit;
}
.rating-group_type_reflex .rating-group__rating {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.rating-group_type_reflex .rating-group__review {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding: 0 10px 0 0;
}
.rating {
  display: block;
}
.rating__items {
  display: block;
  font-size: 0;
}
.rating__item {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 3px 0 0;
}
.rating__item:last-child {
  margin-right: 0;
}
.rating__item:before {
  content: '';
  position: absolute;
  top: 0;
  left: -1px;
  z-index: 1;
  display: none;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
}
.rating__item_type_current + .rating__item .rating__icon-fill {
  opacity: 0;
}
.rating__item_type_current + .rating__item + .rating__item .rating__icon-fill {
  opacity: 0;
}
.rating__item_type_current + .rating__item + .rating__item + .rating__item .rating__icon-fill {
  opacity: 0;
}
.rating__item_type_current + .rating__item + .rating__item + .rating__item + .rating__item .rating__icon-fill {
  opacity: 0;
}
.rating__item_tenths_5:before {
  display: block;
  background-image: url("/local/templates/.default/markup/mockup/assets/styles/../blocks/rating/images/rating-star-fraction.svg");
}
.rating__item_tenths_5 .rating__icon-fill {
  opacity: 0;
}
.rating__star {
  display: block;
}
.rating__icon {
  display: block;
  width: 10px;
  height: 10px;
}
@media only screen and (min-width: 1440px) {
  .rating__icon {
    width: 11px;
    height: 11px;
  }
}
@media only screen and (min-width: 1600px) {
  .rating__icon {
    width: 13px;
    height: 13px;
  }
}
.rating__icon-background {
  fill: #fff;
  opacity: 0.8;
}
.rating__icon-fill {
  fill: #ffa800;
}
.rating_style_light .rating__icon-fill {
  fill: #fff;
}
.rating_size_small .rating__item {
  margin: 0 3px 0 0;
}
.rating_size_small .rating__item:last-child {
  margin-right: 0;
}
.rating_size_small .rating__icon {
  width: 13px;
  height: 13px;
}
@media only screen and (min-width: 1280px) {
  .rating_size_small .rating__icon {
    width: 14px;
    height: 14px;
  }
}
@media only screen and (min-width: 1440px) {
  .rating_size_small .rating__icon {
    width: 16px;
    height: 16px;
  }
}
@media only screen and (min-width: 1600px) {
  .rating_size_small .rating__icon {
    width: 18px;
    height: 18px;
  }
}
.rating_size_middle .rating__item {
  margin: 0 3px 0 0;
}
.rating_size_middle .rating__item:last-child {
  margin-right: 0;
}
.rating_size_middle .rating__icon {
  width: 14px;
  height: 14px;
}
@media only screen and (min-width: 1440px) {
  .rating_size_middle .rating__icon {
    width: 16px;
    height: 16px;
  }
}
@media only screen and (min-width: 1600px) {
  .rating_size_middle .rating__icon {
    width: 20px;
    height: 20px;
  }
}
.rating_size_big .rating__item {
  margin: 0 3px 0 0;
}
.rating_size_big .rating__item:last-child {
  margin-right: 0;
}
.rating_size_big .rating__icon {
  width: 16px;
  height: 16px;
}
@media only screen and (min-width: 1280px) {
  .rating_size_big .rating__icon {
    width: 28px;
    height: 28px;
  }
}
@media only screen and (min-width: 1440px) {
  .rating_size_big .rating__icon {
    width: 31px;
    height: 31px;
  }
}
@media only screen and (min-width: 1600px) {
  .rating_size_big .rating__icon {
    width: 34px;
    height: 34px;
  }
}
.ref-list {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
.ref-list__item {
  margin: 0 0 20px;
}
.ref-list__item:last-child {
  margin-bottom: 0;
}
.ref-list__link {
  opacity: 1;
  color: #163072;
  font-size: 13px;
  letter-spacing: 0.1em;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media only screen and (min-width: 1280px) {
  .ref-list__link {
    font-size: 20px;
  }
}
.ref-list__link:hover {
  opacity: 0.6;
}
.review-block {
  display: block;
  color: #fff;
}
.review-block__text {
  margin: 0 0 20px;
  font-size: 16px;
  font-family: 'Playfair Display', serif;
  line-height: 1.5;
  letter-spacing: initial;
}
@media only screen and (min-width: 768px) {
  .review-block__text {
    margin: 0 0 40px;
    font-size: 19px;
    line-height: 1.5;
  }
}
@media only screen and (min-width: 1280px) {
  .review-block__text {
    margin: 0 0 45px;
    font-size: 22px;
    line-height: 1.48;
    letter-spacing: 0.01em;
  }
}
@media only screen and (min-width: 1440px) {
  .review-block__text {
    font-size: 24px;
  }
}
@media only screen and (min-width: 1600px) {
  .review-block__text {
    margin: 0 0 60px;
    font-size: 27px;
  }
}
.review-block__text:last-child {
  margin-bottom: 0;
}
.review-block__text_size_big {
  font-size: 22px;
}
@media only screen and (min-width: 768px) {
  .review-block__text_size_big {
    font-size: 30px;
  }
}
@media only screen and (min-width: 1280px) {
  .review-block__text_size_big {
    font-size: 35px;
  }
}
@media only screen and (min-width: 1440px) {
  .review-block__text_size_big {
    font-size: 40px;
  }
}
@media only screen and (min-width: 1600px) {
  .review-block__text_size_big {
    font-size: 42px;
  }
}
.review-block__rating {
  font-size: 12px;
}
@media only screen and (min-width: 1280px) {
  .review-block__rating {
    font-size: 14px;
  }
}
.review-block__fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 2px 0;
}
@media only screen and (min-width: 768px) {
  .review-block__fields {
    padding: 3px 0 0;
  }
}
@media only screen and (min-width: 1280px) {
  .review-block__fields {
    padding: 3px 0 0;
  }
}
@media only screen and (min-width: 1440px) {
  .review-block__fields {
    padding: 5px 0 0;
  }
}
@media only screen and (min-width: 1600px) {
  .review-block__fields {
    padding: 8px 0 0;
  }
}
.review-block__name {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 0 15px 0 0;
  font-size: 11px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media only screen and (min-width: 1280px) {
  .review-block__name {
    font-size: 12px;
  }
}
@media only screen and (min-width: 1440px) {
  .review-block__name {
    padding: 0 20px 0 0;
    font-size: 14px;
    line-height: 1.5;
  }
}
@media only screen and (min-width: 1600px) {
  .review-block__name {
    font-size: 16px;
    letter-spacing: 0.1em;
  }
}
.review-block__name:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 12px;
  height: 12px;
  background: #141414;
  border-radius: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media only screen and (min-width: 1440px) {
  .review-block__name:before {
    width: 16px;
    height: 16px;
  }
}
.review-block__name:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 3px;
  z-index: 1;
  display: block;
  width: 4px;
  height: 2px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: translate(0, -70%) rotate(-45deg);
          transform: translate(0, -70%) rotate(-45deg);
}
@media only screen and (min-width: 1440px) {
  .review-block__name:after {
    right: 4px;
    width: 6px;
    height: 3px;
  }
}
.review-block__date {
  padding: 0 0 0 15px;
  font-size: 12px;
  letter-spacing: 0.02em;
}
@media only screen and (min-width: 768px) {
  .review-block__date {
    font-size: 13px;
  }
}
@media only screen and (min-width: 1440px) {
  .review-block__date {
    padding: 0 0 0 20px;
    font-size: 14px;
  }
}
.review-carousel {
  display: block;
  line-height: 1.5;
  background: #ececec;
}
.review-carousel__slide {
  width: 295px;
}
@media only screen and (min-width: 768px) {
  .review-carousel__slide {
    width: 708px;
  }
}
@media only screen and (min-width: 1280px) {
  .review-carousel__slide {
    width: auto;
  }
}
@media only screen and (min-width: 1280px) {
  .review-carousel__panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
}
.review-carousel__image {
  display: none;
}
.review-carousel__main {
  position: relative;
  padding: 70px 25px 36px;
}
@media only screen and (min-width: 768px) {
  .review-carousel__main {
    padding: 34px 70px 40px 169px;
  }
}
@media only screen and (min-width: 1280px) {
  .review-carousel__main {
    width: 57%;
    -ms-flex-preferred-size: 57%;
        flex-basis: 57%;
    max-width: 57%;
    padding: 56px 56px 170px;
  }
}
@media only screen and (min-width: 1440px) {
  .review-carousel__main {
    padding: 63px 63px 190px;
  }
}
@media only screen and (min-width: 1600px) {
  .review-carousel__main {
    padding: 70px 70px 212px;
  }
}
.review-carousel__photo {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  max-width: 61px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 50%;
}
@media only screen and (min-width: 768px) {
  .review-carousel__photo {
    top: 98px;
    left: 40px;
    display: block;
    max-width: 102px;
    margin: 0 0 20px;
    border-radius: 0;
  }
}
@media only screen and (min-width: 1280px) {
  .review-carousel__photo {
    position: static;
    margin: 0 0 37px;
    max-width: 165px;
  }
}
@media only screen and (min-width: 1440px) {
  .review-carousel__photo {
    margin: 0 0 46px;
    max-width: 185px;
  }
}
@media only screen and (min-width: 1600px) {
  .review-carousel__photo {
    margin: 0 0 50px;
    max-width: 205px;
  }
}
.review-carousel__photo:last-child {
  margin-bottom: 0;
}
.review-carousel__photo:before {
  content: '';
  display: block;
  width: 100%;
  height: auto;
  padding: 100% 0 0;
}
@media only screen and (min-width: 768px) {
  .review-carousel__photo:before {
    padding: 127% 0 0;
  }
}
.review-carousel__photo_type_mobile {
  display: block;
}
@media only screen and (min-width: 768px) {
  .review-carousel__photo_type_mobile {
    display: none;
  }
}
.review-carousel__meta {
  display: block;
  margin: 0 0 26px;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .review-carousel__meta {
    margin: 0 0 34px;
    font-size: 14px;
  }
}
@media only screen and (min-width: 1280px) {
  .review-carousel__meta {
    margin: 0 0 27px;
    font-size: 13px;
  }
}
@media only screen and (min-width: 1440px) {
  .review-carousel__meta {
    margin: 0 0 30px;
    font-size: 14px;
  }
}
@media only screen and (min-width: 1600px) {
  .review-carousel__meta {
    font-size: 16px;
  }
}
.review-carousel__meta:last-child {
  margin-bottom: 0;
}
.review-carousel__link {
  color: #163072;
  text-decoration: none;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #163072;
  -webkit-transition: border 0.3s ease;
  transition: border 0.3s ease;
}
.review-carousel__link:hover {
  border-color: transparent;
}
.review-carousel__link_type_simple {
  border: none;
}
.review-carousel__description {
  margin: 0 0 26px;
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: 0.01em;
}
@media only screen and (min-width: 768px) {
  .review-carousel__description {
    margin: 0 0 30px;
    font-size: 24px;
  }
}
@media only screen and (min-width: 1280px) {
  .review-carousel__description {
    margin: 0 0 64px;
    font-size: 24px;
  }
}
@media only screen and (min-width: 1280px) {
  .review-carousel__description {
    margin: 0 0 64px;
    font-size: 38px;
  }
}
@media only screen and (min-width: 1440px) {
  .review-carousel__description {
    margin: 0 0 70px;
    font-size: 43px;
  }
}
@media only screen and (min-width: 1600px) {
  .review-carousel__description {
    margin: 0 0 77px;
    font-size: 48px;
  }
}
.review-carousel__description:last-child {
  margin-bottom: 0;
}
.review-carousel__info {
  position: relative;
  margin: 0 0 45px;
  padding: 0 0 0 74px;
  font-size: 12px;
}
@media only screen and (min-width: 768px) {
  .review-carousel__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 74px;
    padding: 0;
  }
}
@media only screen and (min-width: 1280px) {
  .review-carousel__info {
    margin: 0;
  }
}
@media only screen and (min-width: 1440px) {
  .review-carousel__info {
    font-size: 14px;
  }
}
.review-carousel__info:last-child {
  margin-bottom: 0;
}
.review-carousel__info-item {
  padding: 3px 0;
}
@media only screen and (min-width: 768px) {
  .review-carousel__info-item {
    padding: 0 8px;
  }
}
@media only screen and (min-width: 1280px) {
  .review-carousel__info-item {
    padding: 0 12px;
  }
}
.review-carousel__info-item:first-child {
  padding-top: 0;
  padding-left: 0;
}
.review-carousel__info-item:last-child {
  padding-bottom: 0;
  padding-right: 0;
}
.review-carousel__name {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 0 15px 0 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media only screen and (min-width: 1280px) {
  .review-carousel__name {
    font-size: 13px;
  }
}
@media only screen and (min-width: 1440px) {
  .review-carousel__name {
    padding: 0 20px 0 0;
    font-size: 14px;
  }
}
@media only screen and (min-width: 1600px) {
  .review-carousel__name {
    font-size: 16px;
  }
}
.review-carousel__name:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 12px;
  height: 12px;
  background: #141414;
  border-radius: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media only screen and (min-width: 1440px) {
  .review-carousel__name:before {
    width: 16px;
    height: 16px;
  }
}
.review-carousel__name:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 3px;
  z-index: 1;
  display: block;
  width: 4px;
  height: 2px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: translate(0, -70%) rotate(-45deg);
          transform: translate(0, -70%) rotate(-45deg);
}
@media only screen and (min-width: 1440px) {
  .review-carousel__name:after {
    right: 4px;
    width: 6px;
    height: 3px;
  }
}
.review-carousel__rating-group {
  color: #141414;
}
.review-carousel__date {
  opacity: 0.75;
}
.review-carousel__more {
  width: 100%;
  font-size: 12px;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .review-carousel__more {
    padding: 0;
    font-size: 13px;
  }
}
@media only screen and (min-width: 1280px) {
  .review-carousel__more {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 20px 56px 50px;
    font-size: 12px;
  }
}
@media only screen and (min-width: 1440px) {
  .review-carousel__more {
    padding: 20px 63px 56px;
    font-size: 13px;
  }
}
@media only screen and (min-width: 1600px) {
  .review-carousel__more {
    padding: 20px 70px 60px;
    font-size: 15px;
  }
}
.review-carousel__product {
  position: relative;
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 280px;
  color: #fff;
  text-decoration: none;
  background-color: #343434;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media only screen and (min-width: 1280px) {
  .review-carousel__product {
    width: 43%;
    height: auto;
    -ms-flex-preferred-size: 43%;
        flex-basis: 43%;
    max-width: 43%;
  }
}
.review-carousel__product:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#000), to(rgba(0,0,0,0)));
  background: linear-gradient(180deg, #000 0%, rgba(0,0,0,0) 100%);
  opacity: 0.4;
}
.review-carousel__fields {
  position: relative;
  z-index: 10;
  min-height: 61px;
  padding: 30px 25px;
}
@media only screen and (min-width: 768px) {
  .review-carousel__fields {
    min-height: none;
    padding: 23px 26px;
  }
}
@media only screen and (min-width: 1280px) {
  .review-carousel__fields {
    padding: 35px 40px;
  }
}
@media only screen and (min-width: 1440px) {
  .review-carousel__fields {
    padding: 40px 46px;
  }
}
@media only screen and (min-width: 1600px) {
  .review-carousel__fields {
    padding: 46px 48px;
  }
}
.review-carousel__title {
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media only screen and (min-width: 1280px) {
  .review-carousel__title {
    font-size: 14px;
    line-height: 1.2;
  }
}
@media only screen and (min-width: 1440px) {
  .review-carousel__title {
    font-size: 17px;
  }
}
.review-carousel__product-info {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  opacity: 0.75;
}
@media only screen and (min-width: 1440px) {
  .review-carousel__product-info {
    font-size: 13px;
  }
}
.review-item {
  display: block;
}
@media only screen and (min-width: 1280px) {
  .review-item__holder {
    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;
    width: 100%;
  }
}
@media only screen and (min-width: 1280px) {
  .review-item__main {
    -ms-flex-preferred-size: 73%;
        flex-basis: 73%;
    width: 73%;
    padding: 0 40px 0 0;
  }
}
.review-item__aside {
  padding: 30px 0 0;
}
@media only screen and (min-width: 1280px) {
  .review-item__aside {
    -ms-flex-preferred-size: 27%;
        flex-basis: 27%;
    width: 27%;
    padding: 0;
  }
}
.review-item__label {
  display: block;
  margin: 0 0 15px;
  font-size: 18px;
  opacity: 0.4;
}
.review-item__label:last-child {
  margin-bottom: 0;
}
.review-item__text {
  font-size: 20px;
  line-height: 1.7;
}
.review-item__person {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.review-item__image {
  display: none;
}
.review-item__photo {
  width: 103px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 50%;
}
.review-item__photo:before {
  content: '';
  display: block;
  width: 100%;
  height: auto;
  padding: 100% 0 0;
}
.review-item__fields {
  padding: 0 0 0 15px;
}
.review-item__name {
  display: block;
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: 500;
}
.review-item__name:last-child {
  margin-bottom: 0;
}
.review-item__description {
  opacity: 0.6;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.01em;
}
.review-panel {
  display: block;
}
.review-panel__holder {
  width: 100%;
}
@media only screen and (min-width: 1280px) {
  .review-panel__holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.review-panel__main {
  position: relative;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .review-panel__main {
    width: 53%;
  }
}
@media only screen and (min-width: 1280px) {
  .review-panel__main {
    -ms-flex-preferred-size: 52%;
        flex-basis: 52%;
    width: 52%;
    max-width: 52%;
  }
}
.review-panel__wrapper {
  position: relative;
  z-index: 20;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 43px 20px 60px 25px;
  background: rgba(0,0,0,0.6);
}
@media only screen and (min-width: 768px) {
  .review-panel__wrapper {
    display: block;
    min-height: 600px;
    padding: 48px 50px 100px;
  }
}
@media only screen and (min-width: 1280px) {
  .review-panel__wrapper {
    min-height: none;
    padding: 80px 60px;
  }
}
@media only screen and (min-width: 1440px) {
  .review-panel__wrapper {
    padding: 115px 110px 115px 91px;
  }
}
.review-panel__background {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media only screen and (min-width: 768px) {
  .review-panel__background {
    display: none;
  }
}
@media only screen and (min-width: 1280px) {
  .review-panel__background {
    display: block;
  }
}
.review-panel__text {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  font-family: 'Playfair Display', serif;
  font-size: 17px;
  line-height: 1.6;
  letter-spacing: -0.035em;
}
@media only screen and (min-width: 768px) {
  .review-panel__text {
    margin: 0 0 97px;
    font-size: 20px;
  }
}
@media only screen and (min-width: 1280px) {
  .review-panel__text {
    margin: 0 0 40px;
    font-size: 30px;
  }
}
@media only screen and (min-width: 1440px) {
  .review-panel__text {
    margin: 0 0 85px;
    font-size: 34px;
  }
}
.review-panel__text:last-child {
  margin-bottom: 0;
}
.review-panel__person-data {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin: 0 0 30px;
}
@media only screen and (min-width: 768px) {
  .review-panel__person-data {
    margin: 0;
  }
}
.review-panel__name {
  margin: 0 0 12px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .review-panel__name {
    margin: 0 0 4px;
  }
}
@media only screen and (min-width: 1280px) {
  .review-panel__name {
    margin: 0 0 12px;
    font-size: 20px;
  }
}
.review-panel__name:last-child {
  margin-bottom: 0;
}
.review-panel__post {
  color: rgba(255,255,255,0.5);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .review-panel__post {
    font-size: 11px;
  }
}
@media only screen and (min-width: 1280px) {
  .review-panel__post {
    font-size: 13px;
  }
}
.review-panel__illustration {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right center;
}
@media only screen and (min-width: 768px) {
  .review-panel__illustration {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
@media only screen and (min-width: 1280px) {
  .review-panel__illustration {
    position: static;
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
    width: 50%;
    max-width: 50%;
    height: auto;
  }
}
.review-panel__illustration:before {
  content: '';
  display: block;
  width: 100%;
  height: auto;
  padding: 114% 0 0;
}
@media only screen and (min-width: 768px) {
  .review-panel__illustration:before {
    display: none;
  }
}
@media only screen and (min-width: 1280px) {
  .review-panel__illustration:before {
    display: block;
  }
}
.review-panel__image {
  display: none;
}
.backdropfilter .review-panel__wrapper {
  background: rgba(0,0,0,0.4);
  -webkit-backdrop-filter: blur(35px);
          backdrop-filter: blur(35px);
}
.review-section {
  display: block;
  opacity: 1;
  -webkit-transition: opacity 0.9s ease 0.2s;
  transition: opacity 0.9s ease 0.2s;
}
@media only screen and (min-width: 1280px) {
  .review-section__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (min-width: 1280px) {
  .review-section__title {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    width: 50%;
    max-width: 50%;
    padding: 0 20px 0 0;
  }
}
.review-section__extra {
  opacity: 0.3;
}
.review-section__rating {
  padding: 17px 0 0;
}
@media only screen and (min-width: 768px) {
  .review-section__rating {
    padding: 27px 0 0;
  }
}
@media only screen and (min-width: 1280px) {
  .review-section__rating {
    -ms-flex-preferred-size: 308px;
        flex-basis: 308px;
    width: 308px;
    max-width: 308px;
    padding: 0;
  }
}
@media only screen and (min-width: 1440px) {
  .review-section__rating {
    -ms-flex-preferred-size: 347px;
        flex-basis: 347px;
    width: 347px;
    max-width: 347px;
  }
}
@media only screen and (min-width: 1600px) {
  .review-section__rating {
    -ms-flex-preferred-size: 385px;
        flex-basis: 385px;
    width: 385px;
    max-width: 385px;
  }
}
.review-section__panel {
  margin: 32px 0 0;
  padding: 5px 0 20px;
  background: #ececec;
}
@media only screen and (min-width: 768px) {
  .review-section__panel {
    margin: 40px 0 0;
    padding: 45px 0 70px;
  }
}
@media only screen and (min-width: 1280px) {
  .review-section__panel {
    padding: 52px 0 74px;
  }
}
@media only screen and (min-width: 1440px) {
  .review-section__panel {
    padding: 60px 0 90px;
  }
}
@media only screen and (min-width: 1600px) {
  .review-section__panel {
    padding: 70px 0;
  }
}
.review-section__carousel {
  padding: 20px 0;
}
@media only screen and (min-width: 768px) {
  .review-section__carousel {
    padding: 20px 0;
  }
}
.review-section__controls {
  padding: 61px 25px 30px;
  text-align: center;
  background: #ececec;
}
@media only screen and (min-width: 768px) {
  .review-section__controls {
    padding: 5px 0 20px;
  }
}
@media only screen and (min-width: 1600px) {
  .review-section__controls {
    padding: 47px 0 20px;
  }
}
.review-section__control {
  display: block;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .review-section__control {
    max-width: 308px;
  }
}
@media only screen and (min-width: 1440px) {
  .review-section__control {
    max-width: 347px;
  }
}
@media only screen and (min-width: 1600px) {
  .review-section__control {
    max-width: 385px;
  }
}
.review-section__label {
  margin: 0 0 20px;
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  .review-section__label {
    margin: 0 0 20px;
    font-size: 16px;
  }
}
@media only screen and (min-width: 1440px) {
  .review-section__label {
    margin: 0 0 20px;
    font-size: 18px;
  }
}
@media only screen and (min-width: 1600px) {
  .review-section__label {
    margin: 0 0 20px;
    font-size: 20px;
  }
}
.review-section__label:last-child {
  margin-bottom: 0;
}
.review-section_is_invisible {
  opacity: 0;
}
.review-section_is_visible {
  opacity: 1;
}
.review-snippet {
  position: relative;
  display: block;
}
.review-snippet__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0 0 24px;
}
@media only screen and (min-width: 768px) {
  .review-snippet__header {
    margin: 0 0 22px;
  }
}
@media only screen and (min-width: 1600px) {
  .review-snippet__header {
    margin: 0 0 32px;
  }
}
.review-snippet__header:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1280px) {
  .review-snippet__holder {
    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;
    width: 100%;
  }
}
.review-snippet__person {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media only screen and (min-width: 1280px) {
  .review-snippet__person {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    width: 50%;
  }
}
.review-snippet__illustration {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  width: 71px;
}
@media only screen and (min-width: 768px) {
  .review-snippet__illustration {
    width: 126px;
  }
}
.review-snippet__image {
  display: none;
}
.review-snippet__photo {
  display: block;
  width: 71px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .review-snippet__photo {
    width: 116px;
  }
}
@media only screen and (min-width: 1440px) {
  .review-snippet__photo {
    width: 126px;
  }
}
@media only screen and (min-width: 1600px) {
  .review-snippet__photo {
    width: 136px;
  }
}
.review-snippet__photo:before {
  content: '';
  display: block;
  width: 100%;
  height: auto;
  padding: 100% 0 0;
}
@media only screen and (min-width: 1440px) {
  .review-snippet__photo:before {
    padding: 104% 0 0;
  }
}
.review-snippet__fields {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 2px 0 0 21px;
}
@media only screen and (min-width: 768px) {
  .review-snippet__fields {
    padding: 3px 0 0 13px;
  }
}
@media only screen and (min-width: 1280px) {
  .review-snippet__fields {
    padding: 3px 0 0 10px;
  }
}
@media only screen and (min-width: 1440px) {
  .review-snippet__fields {
    padding: 5px 0 0 27px;
  }
}
@media only screen and (min-width: 1600px) {
  .review-snippet__fields {
    padding: 8px 0 0 42px;
  }
}
.review-snippet__name {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 5px;
  padding: 0 15px 0 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .review-snippet__name {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1280px) {
  .review-snippet__name {
    margin: 0 0 7px;
    font-size: 14px;
  }
}
@media only screen and (min-width: 1440px) {
  .review-snippet__name {
    margin: 0 0 11px;
    padding: 0 20px 0 0;
    font-size: 16px;
    letter-spacing: 0.1em;
  }
}
@media only screen and (min-width: 1600px) {
  .review-snippet__name {
    letter-spacing: 0.2em;
  }
}
.review-snippet__name:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 12px;
  height: 12px;
  background: #141414;
  border-radius: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media only screen and (min-width: 1440px) {
  .review-snippet__name:before {
    width: 16px;
    height: 16px;
  }
}
.review-snippet__name:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 3px;
  z-index: 1;
  display: block;
  width: 4px;
  height: 2px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: translate(0, -70%) rotate(-45deg);
          transform: translate(0, -70%) rotate(-45deg);
}
@media only screen and (min-width: 1440px) {
  .review-snippet__name:after {
    right: 4px;
    width: 6px;
    height: 3px;
  }
}
.review-snippet__date {
  font-size: 12px;
  letter-spacing: 0.02em;
}
@media only screen and (min-width: 768px) {
  .review-snippet__date {
    font-size: 13px;
  }
}
@media only screen and (min-width: 1440px) {
  .review-snippet__date {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1600px) {
  .review-snippet__date {
    font-size: 15px;
  }
}
.review-snippet__rating {
  position: relative;
  z-index: 10;
  padding: 10px 0 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .review-snippet__rating {
    padding: 34px 0 0;
    font-size: 23px;
  }
}
@media only screen and (min-width: 1280px) {
  .review-snippet__rating {
    padding: 30px 0 0;
  }
}
@media only screen and (min-width: 1440px) {
  .review-snippet__rating {
    padding: 33px 0 0;
    font-size: 26px;
  }
}
@media only screen and (min-width: 1600px) {
  .review-snippet__rating {
    padding: 40px 0 0;
    font-size: 29px;
  }
}
.review-snippet__text {
  font-size: 13px;
  line-height: 1.7;
}
@media only screen and (min-width: 768px) {
  .review-snippet__text {
    font-size: 14px;
    line-height: 1.75;
  }
}
@media only screen and (min-width: 1440px) {
  .review-snippet__text {
    font-size: 16px;
    line-height: 1.7;
  }
}
@media only screen and (min-width: 1600px) {
  .review-snippet__text {
    font-size: 17px;
    line-height: 1.75;
  }
}
.review-snippet__meta {
  padding: 20px 0 0;
}
@media only screen and (min-width: 768px) {
  .review-snippet__meta {
    padding: 15px 0 0;
  }
}
@media only screen and (min-width: 1440px) {
  .review-snippet__meta {
    padding: 20px 0 0;
  }
}
.review-snippet__more {
  color: #163072;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media only screen and (min-width: 1280px) {
  .review-snippet__more {
    letter-spacing: 0.1em;
  }
}
@media only screen and (min-width: 1440px) {
  .review-snippet__more {
    font-size: 14px;
    letter-spacing: 0.1em;
  }
}
.review-snippet__more:hover {
  color: #bf0000;
}
.review-snippet__more:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  display: block;
  width: 100%;
  height: 100%;
  background: transparent;
}
.review-snippet__vote {
  position: relative;
  z-index: 20;
  padding: 20px 0 0;
}
@media only screen and (min-width: 1440px) {
  .review-snippet__vote {
    padding: 25px 0 0;
  }
}
.review-snippet_type_detail .review-snippet__illustration,
.review-snippet_type_detail .review-snippet__photo {
  width: 88px;
}
.review-snippet_type_detail .review-snippet__rating {
  padding: 20px 0;
}
@media only screen and (min-width: 1280px) {
  .review-snippet_type_detail .review-snippet__rating {
    padding: 0;
  }
}
@media only screen and (min-width: 1280px) {
  .review-snippet_type_detail .review-snippet__vote {
    padding: 50px 0 0;
  }
}
.reviews-carousel {
  position: relative;
  display: block;
}
.reviews-carousel__slide {
  position: relative;
  width: 270px;
  height: auto;
  padding: 0 0 0 25px;
}
@media only screen and (min-width: 768px) {
  .reviews-carousel__slide {
    width: 63%;
    padding: 0 0 0 50px;
  }
}
@media only screen and (min-width: 1280px) {
  .reviews-carousel__slide {
    width: 38%;
    padding: 0 0 0 60px;
  }
}
@media only screen and (min-width: 1440px) {
  .reviews-carousel__slide {
    width: 37%;
    padding: 0 0 0 70px;
  }
}
@media only screen and (min-width: 1600px) {
  .reviews-carousel__slide {
    width: 37%;
    padding: 0 0 0 80px;
  }
}
.reviews-carousel__arrow {
  display: none;
}
.salon-carousel {
  display: block;
}
.salon-carousel__slide {
  position: relative;
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 1280px) {
  .salon-carousel__slide {
    width: 593px;
  }
}
.salon-carousel__slide-wrapper {
  height: 100%;
}
.salon-group {
  position: relative;
  display: block;
}
.salon-group__image {
  display: block;
  width: 100%;
}
.salon-group__main {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  display: block;
  width: 100%;
}
.salon-panel {
  text-align: left;
  background: #fff;
}
.salon-panel__main {
  position: relative;
  overflow: auto;
  width: 100%;
  height: 100%;
}
.salon-panel__holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 100%;
  padding: 70px 76px 80px;
}
.salon-panel__title {
  margin: 0 0 22px;
  padding: 0 100px 0 0;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.salon-panel__title:last-child {
  margin-bottom: 0;
}
.salon-panel__description {
  margin: 0 0 24px;
  padding: 0 100px 0 0;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
.salon-panel__description:last-child {
  margin-bottom: 0;
}
.salon-panel__metro {
  margin: 0 0 43px;
  padding: 0 100px 0 0;
}
.salon-panel__metro:last-child {
  margin-bottom: 0;
}
.salon-panel__rating {
  margin: 0 0 43px;
}
.salon-panel__rating:last-child {
  margin-bottom: 0;
}
.salon-panel__contacts {
  padding: 20px 0 0;
}
.salon-panel__person {
  margin: 0 0 20px;
}
.salon-panel__person:last-child {
  margin-bottom: 0;
}
.salon-panel__field {
  margin: 0 0 10px;
  color: rgba(20,20,20,0.6);
  font-size: 18px;
}
.salon-panel__field:last-child {
  margin-bottom: 0;
}
.salon-panel__phone {
  color: inherit;
  font-size: 22px;
  font-weight: 400;
  text-decoration: none;
}
.salon-panel__phone:hover {
  color: inherit;
  text-decoration: none;
}
.salon-panel__image {
  display: none;
}
.salon-panel__illustration {
  position: absolute;
  right: 100%;
  bottom: 0;
  width: 20%;
  height: 20%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transform: translate(-30px, -30px);
          transform: translate(-30px, -30px);
  cursor: url("/local/templates/.default/markup/mockup/assets/styles/../images/cursor-zoom-In.svg"), auto;
}
.salon-panel__illustration_state_open {
  width: 100%;
  height: 100%;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  cursor: url("/local/templates/.default/markup/mockup/assets/styles/../images/cursor-zoom-out.svg"), auto;
}
.salon-panel__close {
  position: absolute;
  top: 81px;
  right: 0;
  display: block;
  opacity: 1;
  width: 154px;
  height: 81px;
  background: #bf0000;
  border: none;
  outline: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.salon-panel__close:hover {
  opacity: 0.6;
}
.salon-panel__close:before,
.salon-panel__close:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 31px;
  height: 3px;
  background: #fff;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.salon-panel__close:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.salon-snippet {
  display: block;
  text-align: center;
  letter-spacing: 0;
  background: #eff0f1;
}
.salon-snippet__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding: 20px 15px;
}
@media only screen and (min-width: 1280px) {
  .salon-snippet__wrapper {
    padding: 42px 76px 57px;
  }
}
.salon-snippet__header {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: 100%;
  margin: 0 0 auto;
  padding: 0 0 40px;
}
.salon-snippet__content {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: 100%;
}
.salon-snippet__title {
  display: block;
  margin: 0 0 11px;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.salon-snippet__title:last-child {
  margin-bottom: 0;
}
.salon-snippet__address {
  display: block;
  margin: 0 0 14px;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
.salon-snippet__address:last-child {
  margin-bottom: 0;
}
.salon-snippet__rating {
  display: block;
  margin: 0 0 14px;
}
.salon-snippet__rating:last-child {
  margin-bottom: 0;
}
.salon-snippet__metro {
  display: block;
  margin: 0 0 18px;
}
.salon-snippet__metro:last-child {
  margin-bottom: 0;
}
.salon-snippet__contacts {
  display: block;
  margin: 0 0 14px;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.01em;
}
.salon-snippet__contacts:last-child {
  margin-bottom: 0;
}
.salon-snippet__contact {
  display: block;
  margin: 0 0 6px;
}
.salon-snippet__contact:last-child {
  margin-bottom: 0;
}
.salon-snippet__link {
  color: inherit;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.salon-snippet__link:hover {
  color: #bf0000;
  text-decoration: none;
}
.salon-snippet__info {
  display: block;
  margin: 0 0 10px;
  color: rgba(20,20,20,0.6);
  font-size: 15px;
  line-height: 1.2;
}
.salon-snippet__info:last-child {
  margin-bottom: 0;
}
.salon-snippet__controls {
  display: block;
  margin: 0 0 10px;
  padding: 27px 0 0;
}
.salon-snippet__controls:last-child {
  margin-bottom: 0;
}
.salon-snippet__control {
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (min-width: 1280px) {
  .salon-snippet__control {
    min-width: 314px;
  }
}
.salon-snippet__phone {
  display: table;
  margin: 0 0 10px;
  opacity: 1;
  color: #141414;
  font-size: 18px;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.salon-snippet__phone:hover {
  opacity: 0.6;
}
.salon-snippet__phone:last-child {
  margin-bottom: 0;
}
.salon-snippet_type_inner {
  padding: 57px 43px;
  text-align: left;
  background: transparent;
}
.salon-snippet_type_inner .salon-snippet__wrapper {
  padding: 0;
}
.salon-snippet_type_inner .salon-snippet__header {
  padding: 0 0 90px;
}
.salon-snippet_type_inner .salon-snippet__title {
  font-size: 25px;
  letter-spacing: 0.02em;
  text-transform: none;
}
.salon-snippet_type_inner .salon-snippet__metro {
  margin: 0 0 7px;
}
.salon-snippet_type_inner .salon-snippet__metro:last-child {
  margin-bottom: 0;
}
.search-form {
  position: relative;
  display: block;
  width: 100%;
}
.search-form__submit {
  position: absolute;
  top: 50%;
  left: 30px;
  display: block;
  opacity: 1;
  font-size: 0;
  background: transparent;
  border: none;
  outline: none;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.search-form__submit:hover {
  opacity: 0.6;
}
.search-form__icon {
  width: 23px;
  height: 23px;
  fill: #141414;
}
.search-form__input {
  display: block;
  width: 100%;
  height: 74px;
  padding: 0 100px;
  color: #141414;
  font-size: 18px;
  font-weight: 400;
  line-height: 74px;
  text-align: center;
  background: rgba(20,20,20,0.04);
  border: none;
  outline: none;
}
.search-form__clear {
  position: absolute;
  top: 50%;
  right: 22px;
  display: block;
  width: 30px;
  height: 30px;
  font-size: 0;
  background: #d9d9d9;
  border: none;
  outline: none;
  border-radius: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.search-form__clear:before,
.search-form__clear:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 13px;
  height: 1px;
  background: #8a8a8a;
}
.search-form__clear:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.search-form__clear:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.section-content {
  display: block;
  font-size: 14px;
  line-height: 1.6;
}
@media only screen and (min-width: 1280px) {
  .section-content {
    font-size: 15px;
  }
}
@media only screen and (min-width: 1600px) {
  .section-content {
    font-size: 16px;
  }
}
.section-content__title {
  display: block;
  margin: 0 0 22px;
  font-size: 22px;
  text-transform: uppercase;
}
@media only screen and (min-width: 1280px) {
  .section-content__title {
    margin: 0 0 38px;
    font-size: 30px;
  }
}
@media only screen and (min-width: 1440px) {
  .section-content__title {
    margin: 0 0 42px;
    font-size: 44px;
  }
}
@media only screen and (min-width: 1600px) {
  .section-content__title {
    margin: 0 0 48px;
  }
}
.section-content__title:last-child {
  margin-bottom: 0;
}
.section-content__head {
  margin: 0 0 22px;
  font-size: 22px;
  font-weight: 500;
  text-transform: uppercase;
}
@media only screen and (min-width: 1280px) {
  .section-content__head {
    margin: 0 0 38px;
    font-size: 30px;
  }
}
@media only screen and (min-width: 1440px) {
  .section-content__head {
    margin: 0 0 42px;
    font-size: 44px;
  }
}
@media only screen and (min-width: 1600px) {
  .section-content__head {
    margin: 0 0 48px;
  }
}
.section-content__head:last-child {
  margin-bottom: 0;
}
.section-content__fields {
  display: block;
  margin: 0 0 35px;
}
@media only screen and (min-width: 768px) {
  .section-content__fields {
    margin: 0 0 49px;
  }
}
@media only screen and (min-width: 1280px) {
  .section-content__fields {
    margin: 0 0 89px;
  }
}
@media only screen and (min-width: 1440px) {
  .section-content__fields {
    margin: 0 0 100px;
  }
}
@media only screen and (min-width: 1600px) {
  .section-content__fields {
    margin: 0 0 111px;
  }
}
.section-content__fields:last-child {
  margin-bottom: 0;
}
.section-content__fields_type_primary {
  font-size: 22px;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .section-content__fields_type_primary {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1280px) {
  .section-content__fields_type_primary {
    font-size: 28px;
  }
}
.section-content__controls {
  display: block;
  margin: 0 0 20px;
}
@media only screen and (min-width: 1280px) {
  .section-content__controls {
    margin: 0 0 36px;
  }
}
@media only screen and (min-width: 1440px) {
  .section-content__controls {
    margin: 0 0 40px;
  }
}
@media only screen and (min-width: 1600px) {
  .section-content__controls {
    margin: 0 0 44px;
  }
}
.section-content__controls:last-child {
  margin-bottom: 0;
}
.section-content__control {
  display: block;
  margin: 0 0 19px;
}
@media only screen and (min-width: 768px) {
  .section-content__control {
    margin: 0 0 20px;
  }
}
@media only screen and (min-width: 1280px) {
  .section-content__control {
    margin: 0 0 32px;
  }
}
@media only screen and (min-width: 1440px) {
  .section-content__control {
    margin: 0 0 36px;
  }
}
@media only screen and (min-width: 1600px) {
  .section-content__control {
    margin: 0 0 40px;
  }
}
.section-content__control:last-child {
  margin-bottom: 0;
}
.section {
  position: relative;
  display: block;
}
.section__head {
  margin: 0 0 27px;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .section__head {
    margin: 0 0 38px;
    font-size: 30px;
  }
}
@media only screen and (min-width: 1280px) {
  .section__head {
    margin: 0 0 41px;
    font-size: 36px;
    line-height: 1.5;
  }
}
@media only screen and (min-width: 1440px) {
  .section__head {
    margin: 0 0 27px;
    font-size: 40px;
  }
}
@media only screen and (min-width: 1600px) {
  .section__head {
    margin: 0 0 27px;
    font-size: 44px;
  }
}
.section__head:last-child {
  margin-bottom: 0;
}
.section__head_is_invisible {
  position: relative;
  overflow: hidden;
}
.section__head_is_invisible:before {
  content: '';
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.section__head_is_visible {
  position: relative;
  overflow: hidden;
}
.section__head_is_visible:before {
  content: '';
  -webkit-transform: translate(100%, 0);
          transform: translate(100%, 0);
}
.section__head_has_control {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100px;
  margin-top: -26px;
}
@media only screen and (min-width: 768px) {
  .section__head_has_control {
    padding: 0 210px 0 0;
  }
}
@media only screen and (min-width: 1280px) {
  .section__head_has_control {
    padding: 0 210px 0 0;
  }
}
.section__head_offset_bottom-xs {
  margin-bottom: 17px;
}
.section__head_offset_bottom-s {
  margin-bottom: 27px;
}
.section__head_offset_bottom-m {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .section__head_offset_bottom-m {
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 1280px) {
  .section__head_offset_bottom-m {
    margin-bottom: 27px;
  }
}
@media only screen and (min-width: 1440px) {
  .section__head_offset_bottom-m {
    margin-bottom: 47px;
  }
}
.section__head_offset_bottom-l {
  margin-bottom: 67px;
}
.section__head_offset_bottom-xl {
  margin-bottom: 87px;
}
.section__head_offset_bottom-xxl {
  margin-bottom: 107px;
}
@media only screen and (min-width: 1280px) {
  .section__head_position_over,
  .section__head_position_over-right {
    position: absolute;
    top: 0;
    z-index: 100;
  }
}
@media only screen and (min-width: 1280px) {
  .section__head_position_over {
    left: 50%;
    width: 100%;
    margin: 0;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
@media only screen and (min-width: 1280px) {
  .section__head_position_over-right {
    right: 0;
  }
}
.section__head_type_panel {
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 20px 26px 36px;
  color: #fff;
  background: #163072;
}
@media only screen and (min-width: 768px) {
  .section__head_type_panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 110px;
    padding: 27px 30px 31px 49px;
  }
}
@media only screen and (min-width: 1280px) {
  .section__head_type_panel {
    min-height: 128px;
    padding: 25px 30px 25px 45px;
  }
}
@media only screen and (min-width: 1440px) {
  .section__head_type_panel {
    min-height: 144px;
    padding: 40px 30px 40px 52px;
  }
}
@media only screen and (min-width: 1600px) {
  .section__head_type_panel {
    min-height: 160px;
    padding: 37px 30px 33px 57px;
    letter-spacing: 0.03em;
  }
}
.section__head_type_panel:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: #fff;
  -webkit-transition: -webkit-transform 0.4s ease-in;
  transition: -webkit-transform 0.4s ease-in;
  transition: transform 0.4s ease-in;
  transition: transform 0.4s ease-in, -webkit-transform 0.4s ease-in;
}
.section__head_type_secondary {
  font-size: 22px;
  line-height: 1.3;
}
@media only screen and (min-width: 768px) {
  .section__head_type_secondary {
    font-size: 26px;
  }
}
@media only screen and (min-width: 1600px) {
  .section__head_type_secondary {
    font-size: 39px;
  }
}
.section__head_width_xs {
  width: 100%;
}
@media only screen and (min-width: 1280px) {
  .section__head_width_xs {
    max-width: 320px;
  }
}
.section__head_width_s {
  width: 100%;
}
@media only screen and (min-width: 1280px) {
  .section__head_width_s {
    max-width: 640px;
  }
}
.section__head_width_m {
  width: 100%;
}
@media only screen and (min-width: 1280px) {
  .section__head_width_m {
    max-width: 700px;
  }
}
@media only screen and (min-width: 1440px) {
  .section__head_width_m {
    max-width: 788px;
  }
}
@media only screen and (min-width: 1600px) {
  .section__head_width_m {
    max-width: 876px;
  }
}
.section__head_width_l {
  width: 100%;
}
@media only screen and (min-width: 1280px) {
  .section__head_width_l {
    max-width: 899px;
  }
}
@media only screen and (min-width: 1440px) {
  .section__head_width_l {
    max-width: 1011px;
  }
}
@media only screen and (min-width: 1600px) {
  .section__head_width_l {
    max-width: 1123px;
  }
}
.section__head_width_xl {
  width: 100%;
}
@media only screen and (min-width: 1280px) {
  .section__head_width_xl {
    max-width: 700px;
  }
}
@media only screen and (min-width: 1440px) {
  .section__head_width_xl {
    max-width: 1100px;
  }
}
@media only screen and (min-width: 1600px) {
  .section__head_width_xl {
    max-width: 1200px;
  }
}
.section__head_width_xxl {
  width: 100%;
}
@media only screen and (min-width: 1280px) {
  .section__head_width_xxl {
    max-width: 900px;
  }
}
@media only screen and (min-width: 1440px) {
  .section__head_width_xxl {
    max-width: 1200px;
  }
}
@media only screen and (min-width: 1600px) {
  .section__head_width_xxl {
    max-width: 1314px;
  }
}
.section__head_align_left {
  text-align: left;
}
.section__head_align_center {
  text-align: center;
}
.section__head_align_right {
  text-align: right;
}
@media only screen and (min-width: 1px) {
  .section__head_align_xs-left {
    text-align: left;
  }
}
@media only screen and (min-width: 1px) {
  .section__head_align_xs-center {
    text-align: center;
  }
}
@media only screen and (min-width: 1px) {
  .section__head_align_xs-right {
    text-align: right;
  }
}
@media only screen and (min-width: 768px) {
  .section__head_align_s-left {
    text-align: left;
  }
}
@media only screen and (min-width: 768px) {
  .section__head_align_s-center {
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {
  .section__head_align_s-right {
    text-align: right;
  }
}
@media only screen and (min-width: 1025px) {
  .section__head_align_m-left {
    text-align: left;
  }
}
@media only screen and (min-width: 1025px) {
  .section__head_align_m-center {
    text-align: center;
  }
}
@media only screen and (min-width: 1025px) {
  .section__head_align_m-right {
    text-align: right;
  }
}
@media only screen and (min-width: 1280px) {
  .section__head_align_l-left {
    text-align: left;
  }
}
@media only screen and (min-width: 1280px) {
  .section__head_align_l-center {
    text-align: center;
  }
}
@media only screen and (min-width: 1280px) {
  .section__head_align_l-right {
    text-align: right;
  }
}
@media only screen and (min-width: 1440px) {
  .section__head_align_xl-left {
    text-align: left;
  }
}
@media only screen and (min-width: 1440px) {
  .section__head_align_xl-center {
    text-align: center;
  }
}
@media only screen and (min-width: 1440px) {
  .section__head_align_xl-right {
    text-align: right;
  }
}
@media only screen and (min-width: 1600px) {
  .section__head_align_xxl-left {
    text-align: left;
  }
}
@media only screen and (min-width: 1600px) {
  .section__head_align_xxl-center {
    text-align: center;
  }
}
@media only screen and (min-width: 1600px) {
  .section__head_align_xxl-right {
    text-align: right;
  }
}
.section__head_visible_xs {
  display: none;
}
@media only screen and (min-width: 1px) {
  .section__head_visible_xs {
    display: block;
  }
}
.section__head_visible_s {
  display: none;
}
@media only screen and (min-width: 768px) {
  .section__head_visible_s {
    display: block;
  }
}
.section__head_visible_m {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .section__head_visible_m {
    display: block;
  }
}
.section__head_visible_l {
  display: none;
}
@media only screen and (min-width: 1280px) {
  .section__head_visible_l {
    display: block;
  }
}
.section__head_visible_xl {
  display: none;
}
@media only screen and (min-width: 1440px) {
  .section__head_visible_xl {
    display: block;
  }
}
.section__head_visible_xxl {
  display: none;
}
@media only screen and (min-width: 1600px) {
  .section__head_visible_xxl {
    display: block;
  }
}
.section__next {
  position: absolute;
  top: 50%;
  right: 0;
  display: none;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media only screen and (min-width: 768px) {
  .section__next {
    display: block;
  }
}
.section__header-wrapper {
  display: block;
}
@media only screen and (min-width: 1280px) {
  .section__header-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
@media only screen and (min-width: 1280px) {
  .section__title-wrapper {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    width: 100%;
    max-width: 100%;
  }
}
.section__title {
  display: block;
}
.section__title_type_custom {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .section__title_type_custom {
    font-size: 22px;
  }
}
@media only screen and (min-width: 1440px) {
  .section__title_type_custom {
    font-size: 26px;
  }
}
.section__links {
  padding: 22px 0;
}
@media only screen and (min-width: 1280px) {
  .section__links {
    padding: 23px 0;
  }
}
@media only screen and (min-width: 1440px) {
  .section__links {
    padding: 27px 0;
  }
}
@media only screen and (min-width: 1600px) {
  .section__links {
    padding: 30px 0;
  }
}
.section__links_offset_top-s {
  padding-top: 25px;
}
@media only screen and (min-width: 768px) {
  .section__links_offset_top-s {
    padding-top: 33px;
  }
}
@media only screen and (min-width: 1280px) {
  .section__links_offset_top-s {
    padding-top: 8px;
  }
}
@media only screen and (min-width: 1440px) {
  .section__links_offset_top-s {
    padding-top: 20px;
  }
}
@media only screen and (min-width: 1600px) {
  .section__links_offset_top-s {
    padding-top: 30px;
  }
}
.section__description {
  margin: 0 0 40px;
}
@media only screen and (min-width: 768px) {
  .section__description {
    margin: 0 0 60px;
  }
}
@media only screen and (min-width: 1280px) {
  .section__description {
    margin: 0 0 55px;
  }
}
@media only screen and (min-width: 1440px) {
  .section__description {
    margin: 0 0 70px;
  }
}
.section__description:last-child {
  margin-bottom: 0;
}
.section__description:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: #fff;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: -webkit-transform 0.4s ease-in;
  transition: -webkit-transform 0.4s ease-in;
  transition: transform 0.4s ease-in;
  transition: transform 0.4s ease-in, -webkit-transform 0.4s ease-in;
}
.section__description_is_invisible:before {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.section__description_is_visible:before {
  -webkit-transform: translate(100%, 0);
          transform: translate(100%, 0);
}
.section__description_offset_bottom-none {
  margin-bottom: 0;
}
.section__description_offset_bottom-xs {
  margin-bottom: 7px;
}
.section__description_offset_bottom-s {
  margin-bottom: 27px;
}
.section__description_offset_bottom-m {
  margin-bottom: 47px;
}
.section__description_offset_bottom-l {
  margin-bottom: 67px;
}
.section__description_offset_bottom-xl {
  margin-bottom: 87px;
}
.section__description_offset_bottom-xxl {
  margin-bottom: 107px;
}
.section__description_type_panel {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 22px 0 26px;
  color: #fff;
  font-size: 15px;
  line-height: 23px;
  letter-spacing: 0;
  background: #163072;
}
@media only screen and (min-width: 768px) {
  .section__description_type_panel {
    padding: 34px 0 36px;
    font-size: 17px;
    line-height: 1.5;
  }
}
@media only screen and (min-width: 1280px) {
  .section__description_type_panel {
    padding: 46px 0 44px;
    font-size: 18px;
  }
}
@media only screen and (min-width: 1440px) {
  .section__description_type_panel {
    padding: 51px 0;
    font-size: 20px;
  }
}
@media only screen and (min-width: 1600px) {
  .section__description_type_panel {
    padding: 52px 0 62px 0;
    font-size: 22px;
  }
}
.section__description_type_panel:before {
  content: '';
}
.section__description_align_left {
  text-align: left;
}
.section__description_align_center {
  text-align: center;
}
.section__description_align_right {
  text-align: right;
}
@media only screen and (min-width: 1px) {
  .section__description_align_xs-left {
    text-align: left;
  }
}
@media only screen and (min-width: 1px) {
  .section__description_align_xs-center {
    text-align: center;
  }
}
@media only screen and (min-width: 1px) {
  .section__description_align_xs-right {
    text-align: right;
  }
}
@media only screen and (min-width: 768px) {
  .section__description_align_s-left {
    text-align: left;
  }
}
@media only screen and (min-width: 768px) {
  .section__description_align_s-center {
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {
  .section__description_align_s-right {
    text-align: right;
  }
}
@media only screen and (min-width: 1025px) {
  .section__description_align_m-left {
    text-align: left;
  }
}
@media only screen and (min-width: 1025px) {
  .section__description_align_m-center {
    text-align: center;
  }
}
@media only screen and (min-width: 1025px) {
  .section__description_align_m-right {
    text-align: right;
  }
}
@media only screen and (min-width: 1280px) {
  .section__description_align_l-left {
    text-align: left;
  }
}
@media only screen and (min-width: 1280px) {
  .section__description_align_l-center {
    text-align: center;
  }
}
@media only screen and (min-width: 1280px) {
  .section__description_align_l-right {
    text-align: right;
  }
}
@media only screen and (min-width: 1440px) {
  .section__description_align_xl-left {
    text-align: left;
  }
}
@media only screen and (min-width: 1440px) {
  .section__description_align_xl-center {
    text-align: center;
  }
}
@media only screen and (min-width: 1440px) {
  .section__description_align_xl-right {
    text-align: right;
  }
}
@media only screen and (min-width: 1600px) {
  .section__description_align_xxl-left {
    text-align: left;
  }
}
@media only screen and (min-width: 1600px) {
  .section__description_align_xxl-center {
    text-align: center;
  }
}
@media only screen and (min-width: 1600px) {
  .section__description_align_xxl-right {
    text-align: right;
  }
}
.section__illustration {
  display: block;
}
.section__illustration_offset_top {
  padding-top: 94px;
}
.section__illustration_offset_bottom {
  padding-bottom: 94px;
}
.section__image {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}
.section__accordion {
  padding: 3px 0 0;
}
@media only screen and (min-width: 768px) {
  .section__accordion {
    padding: 7px 0 0;
  }
}
@media only screen and (min-width: 1280px) {
  .section__accordion {
    padding: 10px 0 0;
  }
}
@media only screen and (min-width: 1600px) {
  .section__accordion {
    padding: 15px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .section__description-panel {
    padding: 0 0 61px;
  }
}
@media only screen and (min-width: 1280px) {
  .section__description-panel {
    padding: 0 0 61px;
  }
}
@media only screen and (min-width: 1600px) {
  .section__description-panel {
    padding: 0 0 61px;
  }
}
.section__magazine-layout {
  margin: -7px 0 0;
}
.section__pattern-parallax {
  padding: 20px 0 0;
}
.section_overflow_cut {
  overflow: hidden;
}
.section_spacing_base {
  padding: 28px 0;
}
@media only screen and (min-width: 768px) {
  .section_spacing_base {
    padding: 44px 0;
  }
}
@media only screen and (min-width: 1280px) {
  .section_spacing_base {
    padding: 47px 0;
  }
}
@media only screen and (min-width: 1440px) {
  .section_spacing_base {
    padding: 55px 0;
  }
}
@media only screen and (min-width: 1600px) {
  .section_spacing_base {
    padding: 60px 0;
  }
}
.section_style_light {
  background: #fff;
}
.section_style_dimmed {
  background: #eaeaea;
}
.select-group {
  display: block;
  overflow-x: auto;
  max-width: 100%;
  padding: 0 10px;
  -webkit-overflow-scrolling: touch;
}
.select-group__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0 4px;
}
@media only screen and (min-width: 768px) {
  .select-group__list {
    padding: 0 31px;
  }
}
@media only screen and (min-width: 1025px) {
  .select-group__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.select-group__item {
  padding: 0 4px;
  font-size: 0;
}
@media only screen and (min-width: 768px) {
  .select-group__item {
    padding: 0 9px 0 8px;
  }
}
@media only screen and (min-width: 1440px) {
  .select-group__item {
    padding: 0 9px;
  }
}
.select-group__holder {
  position: relative;
  display: block;
  overflow: hidden;
}
.select-group__input {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
}
.select-group__input:checked + .select-group__label {
  color: #fff;
  background: #163072;
}
.select-group__label {
  display: inline-block;
  vertical-align: middle;
  padding: 4px 15px;
  color: #141414;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
  letter-spacing: -0.01em;
  cursor: pointer;
  background: #ebebeb;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 768px) {
  .select-group__label {
    padding: 8px 13px;
    font-size: 16px;
  }
}
@media only screen and (min-width: 1440px) {
  .select-group__label {
    padding: 8px 13px;
    font-size: 18px;
  }
}
.select-group_style_light .select-group__label {
  background: #fff;
}
.select2 {
  display: inline-block;
}
.select2__original-input_style_form + .select2-container .select2-selection {
  height: 40px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  outline: none;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
.select2__original-input_style_form + .select2-container .select2-selection:hover,
.select2__original-input_style_form + .select2-container .select2-selection:active {
  border-color: #000;
}
.select2__original-input_style_form + .select2-container .select2-selection:focus {
  border-color: #2196f3;
}
.select2__original-input_style_form + .select2-container .select2-selection__rendered {
  padding: 0 30px 0 15px;
  color: #000;
  line-height: 38px;
}
.select2__original-input_style_form + .select2-container .select2-selection__placeholder {
  color: #999;
}
.select2__original-input_style_form + .select2-container .select2-selection__arrow {
  position: absolute;
  top: 0;
  right: 1px;
  z-index: 1;
  width: 30px;
  height: 100%;
}
.select2__original-input_style_form + .select2-container .select2-selection__arrow b {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: block;
  width: 7px;
  height: 7px;
  color: inherit;
  border-width: 0;
  border-color: transparent;
  border-right: 2px solid #999;
  border-bottom: 2px solid #999;
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
}
.select2__original-input_style_form + .select2-container--open.select2-container--default .select2-selection__arrow b {
  border-width: 0;
  border-color: transparent;
  border-right: 2px solid #999;
  border-bottom: 2px solid #999;
  -webkit-transform: translate(0, 0) rotate(-135deg);
          transform: translate(0, 0) rotate(-135deg);
}
.select2__original-input_style_form.select2-dropdown {
  border-color: #2196f3;
}
.showcase-group {
  display: block;
  overflow: hidden;
  width: 100%;
  background: #f6f6f6;
}
.showcase-group__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -5px;
  padding: 5px 0 0;
}
@media only screen and (min-width: 1440px) {
  .showcase-group__wrapper {
    margin: 0 -6px;
    padding: 6px 0 0;
  }
}
@media only screen and (min-width: 1600px) {
  .showcase-group__wrapper {
    margin: 0 -7px;
    padding: 7px 0 0;
  }
}
.showcase-group__item {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  padding: 5px 5px 0;
}
@media only screen and (min-width: 768px) {
  .showcase-group__item {
    padding: 5px;
  }
}
@media only screen and (min-width: 1440px) {
  .showcase-group__item {
    padding: 6px;
  }
}
@media only screen and (min-width: 1600px) {
  .showcase-group__item {
    padding: 7px;
  }
}
.showcase-group__item-wrapper {
  height: 100%;
}
@media only screen and (min-width: 1px) {
  .showcase-group_cols_xs-1 .showcase-group__item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .showcase-group_cols_s-1 .showcase-group__item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
@media only screen and (min-width: 1025px) {
  .showcase-group_cols_m-1 .showcase-group__item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
@media only screen and (min-width: 1280px) {
  .showcase-group_cols_l-1 .showcase-group__item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
@media only screen and (min-width: 1440px) {
  .showcase-group_cols_xl-1 .showcase-group__item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
@media only screen and (min-width: 1600px) {
  .showcase-group_cols_xxl-1 .showcase-group__item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
@media only screen and (min-width: 1px) {
  .showcase-group_cols_xs-2 .showcase-group__item {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .showcase-group_cols_s-2 .showcase-group__item {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
@media only screen and (min-width: 1025px) {
  .showcase-group_cols_m-2 .showcase-group__item {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
@media only screen and (min-width: 1280px) {
  .showcase-group_cols_l-2 .showcase-group__item {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
@media only screen and (min-width: 1440px) {
  .showcase-group_cols_xl-2 .showcase-group__item {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
@media only screen and (min-width: 1600px) {
  .showcase-group_cols_xxl-2 .showcase-group__item {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
@media only screen and (min-width: 1px) {
  .showcase-group_cols_xs-3 .showcase-group__item {
    -ms-flex-preferred-size: 33.333333333333336%;
        flex-basis: 33.333333333333336%;
  }
}
@media only screen and (min-width: 768px) {
  .showcase-group_cols_s-3 .showcase-group__item {
    -ms-flex-preferred-size: 33.333333333333336%;
        flex-basis: 33.333333333333336%;
  }
}
@media only screen and (min-width: 1025px) {
  .showcase-group_cols_m-3 .showcase-group__item {
    -ms-flex-preferred-size: 33.333333333333336%;
        flex-basis: 33.333333333333336%;
  }
}
@media only screen and (min-width: 1280px) {
  .showcase-group_cols_l-3 .showcase-group__item {
    -ms-flex-preferred-size: 33.333333333333336%;
        flex-basis: 33.333333333333336%;
  }
}
@media only screen and (min-width: 1440px) {
  .showcase-group_cols_xl-3 .showcase-group__item {
    -ms-flex-preferred-size: 33.333333333333336%;
        flex-basis: 33.333333333333336%;
  }
}
@media only screen and (min-width: 1600px) {
  .showcase-group_cols_xxl-3 .showcase-group__item {
    -ms-flex-preferred-size: 33.333333333333336%;
        flex-basis: 33.333333333333336%;
  }
}
@media only screen and (min-width: 1px) {
  .showcase-group_cols_xs-4 .showcase-group__item {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }
}
@media only screen and (min-width: 768px) {
  .showcase-group_cols_s-4 .showcase-group__item {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }
}
@media only screen and (min-width: 1025px) {
  .showcase-group_cols_m-4 .showcase-group__item {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }
}
@media only screen and (min-width: 1280px) {
  .showcase-group_cols_l-4 .showcase-group__item {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }
}
@media only screen and (min-width: 1440px) {
  .showcase-group_cols_xl-4 .showcase-group__item {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }
}
@media only screen and (min-width: 1600px) {
  .showcase-group_cols_xxl-4 .showcase-group__item {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }
}
@media only screen and (min-width: 1px) {
  .showcase-group_cols_xs-5 .showcase-group__item {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
  }
}
@media only screen and (min-width: 768px) {
  .showcase-group_cols_s-5 .showcase-group__item {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
  }
}
@media only screen and (min-width: 1025px) {
  .showcase-group_cols_m-5 .showcase-group__item {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
  }
}
@media only screen and (min-width: 1280px) {
  .showcase-group_cols_l-5 .showcase-group__item {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
  }
}
@media only screen and (min-width: 1440px) {
  .showcase-group_cols_xl-5 .showcase-group__item {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
  }
}
@media only screen and (min-width: 1600px) {
  .showcase-group_cols_xxl-5 .showcase-group__item {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
  }
}
@media only screen and (min-width: 1px) {
  .showcase-group_cols_xs-6 .showcase-group__item {
    -ms-flex-preferred-size: 16.666666666666668%;
        flex-basis: 16.666666666666668%;
  }
}
@media only screen and (min-width: 768px) {
  .showcase-group_cols_s-6 .showcase-group__item {
    -ms-flex-preferred-size: 16.666666666666668%;
        flex-basis: 16.666666666666668%;
  }
}
@media only screen and (min-width: 1025px) {
  .showcase-group_cols_m-6 .showcase-group__item {
    -ms-flex-preferred-size: 16.666666666666668%;
        flex-basis: 16.666666666666668%;
  }
}
@media only screen and (min-width: 1280px) {
  .showcase-group_cols_l-6 .showcase-group__item {
    -ms-flex-preferred-size: 16.666666666666668%;
        flex-basis: 16.666666666666668%;
  }
}
@media only screen and (min-width: 1440px) {
  .showcase-group_cols_xl-6 .showcase-group__item {
    -ms-flex-preferred-size: 16.666666666666668%;
        flex-basis: 16.666666666666668%;
  }
}
@media only screen and (min-width: 1600px) {
  .showcase-group_cols_xxl-6 .showcase-group__item {
    -ms-flex-preferred-size: 16.666666666666668%;
        flex-basis: 16.666666666666668%;
  }
}
@media only screen and (max-width: 767px) {
  .showcase-group_type_carousel .showcase-group__wrapper {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin: 0;
    padding: 5px 0;
  }
}
@media only screen and (max-width: 767px) {
  .showcase-group_type_carousel .showcase-group__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 290px;
            flex: 0 0 290px;
    width: 290px;
    max-width: 290px;
    height: auto;
    padding: 5px 0;
  }
}
.showroom-carousel {
  position: relative;
  display: block;
  opacity: 1;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}
.showroom-carousel__arrow {
  position: absolute;
  top: 0;
  z-index: 20;
  display: none;
  width: 50%;
  height: 100%;
  font-size: 0;
  line-height: 0;
  background: transparent;
  border: none;
  outline: none;
}
@media only screen and (min-width: 1280px) {
  .showroom-carousel__arrow {
    display: block;
  }
}
.showroom-carousel__arrow_type_prev {
  left: 0;
}
@media only screen and (min-width: 1280px) {
  .showroom-carousel__arrow_type_prev {
    cursor: url("/local/templates/.default/markup/mockup/assets/styles/../images/cursor-prev.svg"), auto;
  }
}
.showroom-carousel__arrow_type_next {
  right: 0;
}
@media only screen and (min-width: 1280px) {
  .showroom-carousel__arrow_type_next {
    cursor: url("/local/templates/.default/markup/mockup/assets/styles/../images/cursor-next.svg"), auto;
  }
}
.showroom-carousel__slide {
  position: relative;
  overflow: hidden;
  width: 299px;
  color: #fff;
  background-color: #343434;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: none !important;
}
@media only screen and (min-width: 768px) {
  .showroom-carousel__slide {
    width: 738px;
  }
}
@media only screen and (min-width: 1025px) {
  .showroom-carousel__slide {
    width: 100%;
  }
}
.showroom-carousel__slide:before {
  content: '';
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  padding: 92% 0 0;
  opacity: 0.4;
  background: #000;
}
@media only screen and (min-width: 768px) {
  .showroom-carousel__slide:before {
    padding: 88.9% 0 0;
  }
}
@media only screen and (min-width: 1025px) {
  .showroom-carousel__slide:before {
    padding: 51.2% 0 0;
  }
}
.showroom-carousel__slide:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 5;
  display: block;
  width: 100%;
  height: 67%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0,0,0,0)), to(#000));
  background: linear-gradient(180deg, rgba(0,0,0,0) 0, #000 100%);
  opacity: 0.3;
}
.showroom-carousel__slide_state_active .showroom-carousel__image {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.showroom-carousel__image {
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  width: auto;
  min-width: 100%;
  max-width: none;
  height: auto;
  min-height: 100%;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}
.showroom-carousel__content {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 50;
  width: 100%;
  padding: 0 70px 25px 25px;
}
@media only screen and (min-width: 768px) {
  .showroom-carousel__content {
    padding: 0 140px 53px 50px;
  }
}
@media only screen and (min-width: 1280px) {
  .showroom-carousel__content {
    padding: 0 170px 49px 56px;
  }
}
@media only screen and (min-width: 1440px) {
  .showroom-carousel__content {
    padding: 0 180px 55px 63px;
  }
}
@media only screen and (min-width: 1600px) {
  .showroom-carousel__content {
    padding: 0 190px 62px 70px;
  }
}
.showroom-carousel__labels {
  padding: 0 0 0 5px;
}
.showroom-carousel__label {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 10px;
  padding: 2px 8px;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  background: rgba(33,33,33,0.5);
}
@media only screen and (min-width: 768px) {
  .showroom-carousel__label {
    padding: 2px 4px;
    font-size: 14px;
  }
}
@media only screen and (min-width: 1440px) {
  .showroom-carousel__label {
    padding: 2px 4px;
    font-size: 15px;
  }
}
@media only screen and (min-width: 1600px) {
  .showroom-carousel__label {
    padding: 10px;
    font-size: 17px;
  }
}
.showroom-carousel__label:last-child {
  margin-bottom: 0;
}
.showroom-carousel__title {
  font-size: 34px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.03em;
}
@media only screen and (min-width: 768px) {
  .showroom-carousel__title {
    font-size: 72px;
  }
}
@media only screen and (min-width: 1280px) {
  .showroom-carousel__title {
    font-size: 77px;
  }
}
@media only screen and (min-width: 1440px) {
  .showroom-carousel__title {
    font-size: 86px;
  }
}
@media only screen and (min-width: 1600px) {
  .showroom-carousel__title {
    font-size: 96px;
  }
}
.showroom-carousel__counter {
  position: absolute;
  right: 46px;
  bottom: 24px;
  z-index: 10;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .showroom-carousel__counter {
    right: 82px;
    bottom: 64px;
  }
}
@media only screen and (min-width: 1280px) {
  .showroom-carousel__counter {
    right: 60px;
    bottom: 63px;
  }
}
@media only screen and (min-width: 1440px) {
  .showroom-carousel__counter {
    right: 66px;
    bottom: 70px;
  }
}
@media only screen and (min-width: 1600px) {
  .showroom-carousel__counter {
    right: 70px;
    bottom: 76px;
  }
}
.showroom-carousel__caption {
  position: absolute;
  z-index: 50;
  display: none;
  font-size: 15px;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  .showroom-carousel__caption {
    display: block;
  }
}
@media only screen and (min-width: 1440px) {
  .showroom-carousel__caption {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1600px) {
  .showroom-carousel__caption {
    font-size: 18px;
  }
}
.showroom-carousel_is_invisible {
  opacity: 0;
}
.showroom-carousel_is_invisible .showroom-carousel__image {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
.showroom-carousel_is_visible {
  opacity: 1;
}
.showroom-carousel_is_visible .showroom-carousel__image {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.simple-cart {
  display: inline-block;
  vertical-align: middle;
}
.simple-cart__trigger {
  position: relative;
  display: block;
  color: inherit;
  fill: inherit;
  text-decoration: none;
}
.simple-cart__number {
  position: absolute;
  top: -5px;
  right: -5px;
  display: block;
  width: 18px;
  height: 18px;
  opacity: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  text-align: center;
  background: #bf0000;
  border-radius: 50%;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.simple-cart__number_state_active {
  opacity: 1;
}
.simple-cart__icon {
  display: block;
  fill: inherit;
}
.simple-cart__drop {
  display: none;
}
@media only screen and (min-width: 1280px) {
  .simple-cart__drop {
    position: absolute;
    top: -9999px;
    right: 9999px;
    display: block;
    width: 484px;
    opacity: 0;
    text-align: left;
    background: #4e4a46;
    -webkit-transform: translate(30px, 20px);
            transform: translate(30px, 20px);
  }
}
@media only screen and (min-width: 1280px) {
  .simple-cart__drop_state_active {
    top: 100%;
    right: 0;
    opacity: 1;
  }
}
.simple-cart__header {
  padding: 26px 40px;
}
.simple-cart__footer {
  padding: 36px 40px;
}
.simple-cart__title {
  margin: 0 0 30px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.simple-cart__title:last-child {
  margin-bottom: 0;
}
.simple-filter {
  display: block;
  padding: 20px 0;
}
.simple-filter__holder {
  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;
}
.simple-filter__item {
  position: relative;
  padding: 0 15px;
}
.simple-filter__item:hover .simple-filter__label:before,
.simple-filter__item:focus .simple-filter__label:before,
.simple-filter__item:active .simple-filter__label:before {
  -webkit-transform: translate(0, -50%) rotate(-135deg);
          transform: translate(0, -50%) rotate(-135deg);
}
.simple-filter__item:hover .simple-filter__drop,
.simple-filter__item:focus .simple-filter__drop,
.simple-filter__item:active .simple-filter__drop {
  display: block;
}
.simple-filter__drop {
  position: absolute;
  top: 100%;
  left: 50%;
  display: none;
  padding: 20px;
  background: #fff;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.simple-filter__label {
  display: inline-block;
  vertical-align: middle;
}
.simple-filter__label_type_parent {
  position: relative;
  padding: 0 15px 0 0;
}
.simple-filter__label_type_parent:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 6px;
  height: 6px;
  border-right: 1px solid #292929;
  border-bottom: 1px solid #292929;
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
}
.simple-map {
  position: relative;
  display: block;
}
.simple-map:before {
  content: '';
  display: block;
  width: 100%;
  height: 545px;
}
@media only screen and (min-width: 768px) {
  .simple-map:before {
    height: 624px;
  }
}
@media only screen and (min-width: 1280px) {
  .simple-map:before {
    height: 880px;
  }
}
.simple-map__panel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  line-height: 0;
  background: url("/local/templates/.default/markup/mockup/assets/styles/../blocks/simple-map/images/placeholder.png") no-repeat;
  background-size: cover;
}
.sitemap {
  display: block;
}
.sitemap__group {
  margin: 0 0 40px;
}
@media only screen and (min-width: 768px) {
  .sitemap__group {
    margin: 0 0 60px;
  }
}
@media only screen and (min-width: 1280px) {
  .sitemap__group {
    margin: 0 0 80px;
  }
}
.sitemap__group:last-child {
  margin-bottom: 0;
}
.sitemap__title {
  margin: 0 0 25px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .sitemap__title {
    font-size: 22px;
  }
}
@media only screen and (min-width: 1280px) {
  .sitemap__title {
    margin: 0 0 35px;
    font-size: 30px;
  }
}
.sitemap__title:last-child {
  margin-bottom: 0;
}
.sitemap__title_type_secondary {
  margin: 0 0 10px;
  font-size: 16px;
}
@media only screen and (min-width: 768px) {
  .sitemap__title_type_secondary {
    margin: 0 0 12px;
    font-size: 18px;
  }
}
@media only screen and (min-width: 1280px) {
  .sitemap__title_type_secondary {
    margin: 0 0 15px;
    font-size: 22px;
  }
}
.sitemap__col {
  padding: 20px 0;
}
.sitemap__link {
  color: #163072;
  text-decoration: none;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sitemap__link:hover {
  color: #bf0000;
}
.slide-nav__holder {
  width: 100%;
  overflow: hidden;
}
.slide-nav__shift {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 500%;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.slide-nav__shift_offset_0 {
  -webkit-transform: translate(0%, 0);
          transform: translate(0%, 0);
}
.slide-nav__shift_offset_1 {
  -webkit-transform: translate(-20%, 0);
          transform: translate(-20%, 0);
}
.slide-nav__shift_offset_2 {
  -webkit-transform: translate(-40%, 0);
          transform: translate(-40%, 0);
}
.slide-nav__shift_offset_3 {
  -webkit-transform: translate(-60%, 0);
          transform: translate(-60%, 0);
}
.slide-nav__shift_offset_4 {
  -webkit-transform: translate(-80%, 0);
          transform: translate(-80%, 0);
}
.slide-nav__panel {
  width: 20%;
  padding: 20px 26px 20px 20px;
}
.slide-nav__group {
  margin: 0 0 21px;
  padding: 0 6px;
}
.slide-nav__group:last-child {
  margin-bottom: 0;
}
.slide-nav__group_type_primary {
  margin: 0 0 55px;
  padding: 17px 6px 0 6px;
  font-size: 25px;
}
.slide-nav__group_type_primary:last-child {
  margin-bottom: 0;
}
.slide-nav__section {
  display: none;
}
.slide-nav__section_state_active {
  display: block;
}
.slide-nav__feedback {
  padding: 8px 0 0;
}
.slide-nav__header {
  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;
  width: 100%;
  margin: 0 0 30px;
}
.slide-nav__header:last-child {
  margin-bottom: 0;
}
.slide-nav__back {
  display: inline-block;
  vertical-align: middle;
  background: transparent;
  border: none;
  outline: none;
}
.slide-nav__icon {
  display: block;
  width: 33px;
  height: 14px;
}
.slide-nav__position {
  max-width: 70%;
  -ms-flex-preferred-size: 70%;
      flex-basis: 70%;
}
.slide-nav__breadcrumbs {
  max-width: 100%;
  overflow: hidden;
  color: #fff;
  opacity: 0.6;
  font-size: 13px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-overflow: ellipsis;
  text-align: right;
  white-space: nowrap;
}
.slide-nav__links {
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: -0.01em;
}
.slide-nav__title {
  display: blokc;
  margin: 0 0 21px;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: -0.01em;
}
.sm-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.sm-nav__item {
  padding: 5px 8px 5px 11px;
}
.sm-nav__link {
  opacity: 1;
  color: inherit;
  line-height: 1;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.sm-nav__link:hover {
  opacity: 0.6;
}
.sm-product-card {
  position: relative;
  display: block;
}
.sm-product-card__holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.sm-product-card__illustration {
  width: 41%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.sm-product-card__illustration:before {
  content: '';
  display: block;
  width: 100%;
  height: auto;
  padding: 56% 0 0;
}
.sm-product-card__image {
  display: none;
}
.sm-product-card__fields {
  width: 59%;
  padding: 20px 10px 20px 27px;
}
.sm-product-card__title {
  margin: 0 0 20px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.sm-product-card__title:last-child {
  margin-bottom: 0;
}
.sm-product-card__prices {
  white-space: nowrap;
}
.sm-product-card__price {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  font-weight: 500;
}
.sm-product-card__price_type_old {
  position: relative;
  opacity: 0.4;
  font-size: 14px;
}
.sm-product-card__price_type_old:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
}
.sm-product-card__label {
  opacity: 0.4;
  font-size: 12px;
}
.sm-product-card__link {
  font-size: 0;
}
.sm-product-card__link:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: transparent;
}
.social-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.social-nav__item {
  padding: 0 13px 0 14px;
}
@media only screen and (min-width: 1440px) {
  .social-nav__item {
    padding: 0 15px;
  }
}
@media only screen and (min-width: 1600px) {
  .social-nav__item {
    padding: 0 18px;
  }
}
.social-nav__item:first-child {
  padding-left: 0;
}
.social-nav__item:last-child {
  padding-right: 0;
}
.social-nav__link {
  display: inline-block;
  vertical-align: middle;
}
.social-nav__icon {
  width: 22px;
  height: 22px;
  fill: #cecece;
}
@media only screen and (min-width: 1440px) {
  .social-nav__icon {
    width: 25px;
    height: 25px;
  }
}
.social-nav_type_master .social-nav__icon {
  width: 29px;
  height: 29px;
  fill: #141414;
}
.stats-panel {
  display: block;
  padding: 34px 20px 59px;
  color: #fff;
  opacity: 1;
  background: #bf0000;
  -webkit-transition: opacity 0.9s ease 0.2s;
  transition: opacity 0.9s ease 0.2s;
}
@media only screen and (min-width: 768px) {
  .stats-panel {
    padding: 29px 0 68px;
  }
}
@media only screen and (min-width: 1600px) {
  .stats-panel {
    padding: 60px 0 92px;
  }
}
.stats-panel__wrapper {
  display: block;
}
@media only screen and (min-width: 768px) {
  .stats-panel__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.stats-panel__list {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
@media only screen and (min-width: 768px) {
  .stats-panel__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow: auto;
    max-width: 100%;
  }
}
.stats-panel__list::-webkit-scrollbar {
  display: none;
}
.stats-panel__item {
  display: block;
  margin: 0 0 24px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .stats-panel__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    margin: 0;
    padding: 0 40px;
  }
}
@media only screen and (min-width: 1280px) {
  .stats-panel__item {
    padding: 0 25px;
  }
}
@media only screen and (min-width: 1440px) {
  .stats-panel__item {
    padding: 0 65px;
  }
}
@media only screen and (min-width: 1600px) {
  .stats-panel__item {
    padding: 0 75px;
  }
}
.stats-panel__item:last-child {
  margin-bottom: 0;
}
.stats-panel__value {
  display: block;
  font-weight: 500;
}
.stats-panel__label {
  display: inline-block;
  vertical-align: baseline;
  font-size: 80px;
  line-height: 84px;
  letter-spacing: -0.05em;
}
@media only screen and (min-width: 768px) {
  .stats-panel__label {
    font-size: 100px;
    line-height: 129px;
    letter-spacing: -0.01em;
  }
}
@media only screen and (min-width: 1280px) {
  .stats-panel__label {
    font-size: 120px;
    line-height: 140px;
    letter-spacing: -0.02em;
  }
}
@media only screen and (min-width: 1600px) {
  .stats-panel__label {
    font-size: 174px;
    line-height: 180px;
  }
}
.stats-panel__unit {
  display: inline-block;
  vertical-align: baseline;
  padding: 0 0 0 0.3em;
  font-size: 50px;
  line-height: 50px;
  letter-spacing: -0.05em;
}
@media only screen and (min-width: 768px) {
  .stats-panel__unit {
    letter-spacing: -0.01em;
  }
}
@media only screen and (min-width: 1280px) {
  .stats-panel__unit {
    font-size: 60px;
    line-height: 60px;
    letter-spacing: -0.02em;
  }
}
@media only screen and (min-width: 1600px) {
  .stats-panel__unit {
    font-size: 72px;
    line-height: 104px;
  }
}
.stats-panel__info {
  display: block;
  font-size: 14px;
  line-height: 1.4;
}
@media only screen and (min-width: 768px) {
  .stats-panel__info {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1280px) {
  .stats-panel__info {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1440px) {
  .stats-panel__info {
    font-size: 24px;
  }
}
@media only screen and (min-width: 1600px) {
  .stats-panel__info {
    font-size: 28px;
  }
}
.stats-panel_style_secondary {
  background: #163072;
}
.stats-panel_is_invisible {
  opacity: 0;
}
.stats-panel_is_visible {
  opacity: 1;
}
.sticker {
  display: block;
  padding: 4px 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.02em;
  white-space: nowrap;
  background: #fff;
}
@media only screen and (min-width: 1280px) {
  .sticker {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1440px) {
  .sticker {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1600px) {
  .sticker {
    font-size: 20px;
  }
}
.sticker_width_auto {
  display: inline-block;
  vertical-align: middle;
}
.sticker_spacing_s {
  letter-spacing: -0.02em;
}
.sticky-panel {
  display: block;
  padding: 7px 20px 7px 20px;
  white-space: nowrap;
}
@media only screen and (min-width: 1280px) {
  .sticky-panel {
    padding: 5px 17px 5px 16px;
  }
}
@media only screen and (min-width: 1440px) {
  .sticky-panel {
    padding: 8px 22px 8px 20px;
  }
}
@media only screen and (min-width: 1600px) {
  .sticky-panel {
    padding: 13px 20px 13px 25px;
  }
}
.sticky-panel__holder {
  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;
  width: 100%;
}
.sticky-panel__burger {
  width: auto;
  margin: -7px 12px -7px -20px;
}
@media only screen and (min-width: 1280px) {
  .sticky-panel__burger {
    display: none;
  }
}
.sticky-panel__logo {
  width: 23px;
}
@media only screen and (min-width: 1280px) {
  .sticky-panel__logo {
    display: none;
  }
}
.sticky-panel__nav {
  display: none;
}
@media only screen and (min-width: 1280px) {
  .sticky-panel__nav {
    display: block;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 63%;
        flex-basis: 63%;
    width: 63%;
    padding: 5px 0 0;
    font-size: 10px;
  }
}
@media only screen and (min-width: 1440px) {
  .sticky-panel__nav {
    -ms-flex-preferred-size: 65%;
        flex-basis: 65%;
    width: 65%;
    font-size: 11px;
  }
}
@media only screen and (min-width: 1600px) {
  .sticky-panel__nav {
    font-size: 12px;
  }
}
.sticky-panel__extra {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 12px;
}
@media only screen and (min-width: 1440px) {
  .sticky-panel__extra {
    font-size: 14px;
  }
}
.sticky-panel__contact {
  display: none;
}
@media only screen and (min-width: 1280px) {
  .sticky-panel__contact {
    display: block;
    padding: 0 11px 0 0;
  }
}
@media only screen and (min-width: 1440px) {
  .sticky-panel__contact {
    padding: 0 5px 0 0;
  }
}
@media only screen and (min-width: 1600px) {
  .sticky-panel__contact {
    padding: 0 10px 0 0;
  }
}
.sticky-panel__link {
  color: #434343;
  white-space: nowrap;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.sticky-panel__link:hover {
  opacity: 0.6;
}
.sticky-panel__feedback {
  display: none;
}
@media only screen and (min-width: 1280px) {
  .sticky-panel__feedback {
    display: block;
    padding: 5px;
  }
}
@media only screen and (min-width: 1440px) {
  .sticky-panel__feedback {
    padding: 0 10px 0 5px;
  }
}
@media only screen and (min-width: 1600px) {
  .sticky-panel__feedback {
    padding: 0 10px;
  }
}
.sticky-panel__controls {
  padding: 3px 0 0;
}
@media only screen and (min-width: 1280px) {
  .sticky-panel__controls {
    padding: 3px 0 0 9px;
  }
}
@media only screen and (min-width: 1440px) {
  .sticky-panel__controls {
    padding: 3px 0 0 10px;
  }
}
@media only screen and (min-width: 1600px) {
  .sticky-panel__controls {
    padding: 3px 0 0 15px;
  }
}
.sub-form {
  display: block;
}
.sub-form__header {
  display: block;
  margin: 0 0 24px;
}
@media only screen and (min-width: 768px) {
  .sub-form__header {
    margin: 0 0 30px;
  }
}
@media only screen and (min-width: 1280px) {
  .sub-form__header {
    margin: 0 0 24px;
  }
}
.sub-form__header:last-child {
  margin-bottom: 0;
}
.sub-form__title {
  display: block;
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.01em;
}
@media only screen and (min-width: 768px) {
  .sub-form__title {
    margin: 0 0 11px;
    font-size: 18px;
    text-align: center;
  }
}
@media only screen and (min-width: 1280px) {
  .sub-form__title {
    margin: 0 0 8px;
    font-size: 20px;
    text-align: left;
  }
}
.sub-form__title:last-child {
  margin-bottom: 0;
}
.sub-form__info {
  margin: 0 0 8px;
  color: rgba(20,20,20,0.6);
  font-size: 12px;
  line-height: 1.7;
  letter-spacing: 0.01em;
}
@media only screen and (min-width: 768px) {
  .sub-form__info {
    text-align: center;
  }
}
@media only screen and (min-width: 1280px) {
  .sub-form__info {
    font-size: 14px;
    text-align: left;
  }
}
.sub-form__info:last-child {
  margin-bottom: 0;
}
.sub-form__main {
  margin: 0 0 10px;
}
@media only screen and (min-width: 1280px) {
  .sub-form__main {
    margin: 0 0 33px;
  }
}
.sub-form__main:last-child {
  margin-bottom: 0;
}
.sub-form__field {
  display: block;
  margin: 0 0 5px;
}
@media only screen and (min-width: 768px) {
  .sub-form__field {
    margin: 0 0 10px;
  }
}
@media only screen and (min-width: 1280px) {
  .sub-form__field {
    margin: 0 0 14px;
  }
}
.sub-form__field:last-child {
  margin-bottom: 0;
}
.sub-form__note {
  display: block;
  color: rgba(20,20,20,0.5);
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
}
.sub-form__link {
  color: #141414;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.sub-form__link:hover {
  color: #bf0000;
  text-decoration: none;
}
.sub-form__group {
  display: none;
}
.sub-form__group_state_active {
  display: block;
}
.suggested-product {
  position: relative;
  display: block;
  opacity: 1;
  -webkit-transition: opacity 0.9s ease 0.2s;
  transition: opacity 0.9s ease 0.2s;
}
.suggested-product__wrapper {
  display: block;
}
@media only screen and (min-width: 1280px) {
  .suggested-product__wrapper:after {
    content: '';
    display: table;
    clear: both;
  }
}
.suggested-product__main {
  display: block;
  overflow: hidden;
}
@media only screen and (min-width: 1280px) {
  .suggested-product__main {
    float: left;
    width: 65%;
    max-width: 65%;
    height: 100%;
  }
}
.suggested-product__panel {
  position: relative;
  display: block;
  opacity: 1;
  color: #fff;
  background-color: #343434;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media only screen and (min-width: 1280px) {
  .suggested-product__panel {
    min-height: 100%;
  }
}
.suggested-product__panel:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0, rgba(0,0,0,0.5) 0, transparent 474px, transparent 100%), linear-gradient(rgba(0,0,0,0.2) 0, transparent 237px, transparent 100%);
}
.suggested-product__panel:after {
  content: '';
  display: block;
  width: 100%;
  height: auto;
  padding: 147% 0 0;
}
@media only screen and (min-width: 768px) {
  .suggested-product__panel:after {
    padding: 81.846% 0 0;
  }
}
@media only screen and (min-width: 1280px) {
  .suggested-product__panel:after {
    padding: 78.846% 0 0;
  }
}
.suggested-product__panel-link {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  color: inherit;
  font-size: 0;
  text-decoration: none;
  opacity: 0.01;
}
.suggested-product__image {
  display: none;
}
.suggested-product__content {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  display: block;
  width: 100%;
  margin: auto 0 0;
  padding: 32px 25px;
}
@media only screen and (min-width: 768px) {
  .suggested-product__content {
    padding: 51px 50px;
  }
}
@media only screen and (min-width: 1280px) {
  .suggested-product__content {
    padding: 50px 56px;
  }
}
@media only screen and (min-width: 1440px) {
  .suggested-product__content {
    padding: 55px 63px;
  }
}
@media only screen and (min-width: 1600px) {
  .suggested-product__content {
    padding: 60px 70px;
  }
}
.suggested-product__link {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid rgba(255,255,255,0.3);
}
.suggested-product__title {
  display: block;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .suggested-product__title {
    margin: 0 0 3px;
    font-size: 12px;
  }
}
@media only screen and (min-width: 1280px) {
  .suggested-product__title {
    font-size: 13px;
  }
}
@media only screen and (min-width: 1440px) {
  .suggested-product__title {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1600px) {
  .suggested-product__title {
    margin: 0 0 3px;
    font-size: 16px;
  }
}
.suggested-product__title:last-child {
  margin-bottom: 0;
}
.suggested-product__price {
  display: block;
  margin: 0 0 33px;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -0.01em;
}
@media only screen and (min-width: 768px) {
  .suggested-product__price {
    margin: 0 0 45px;
    font-size: 30px;
    line-height: 38px;
  }
}
@media only screen and (min-width: 1280px) {
  .suggested-product__price {
    margin: 0 0 55px;
    font-size: 34px;
    line-height: 43px;
  }
}
@media only screen and (min-width: 1440px) {
  .suggested-product__price {
    margin: 0 0 61px;
    font-size: 38px;
    line-height: 48px;
  }
}
@media only screen and (min-width: 1600px) {
  .suggested-product__price {
    margin: 0 0 70px;
    font-size: 42px;
    line-height: 53px;
  }
}
.suggested-product__price:last-child {
  margin-bottom: 0;
}
.suggested-product__label {
  display: block;
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .suggested-product__label {
    font-size: 26px;
  }
}
@media only screen and (min-width: 1280px) {
  .suggested-product__label {
    font-size: 30px;
  }
}
@media only screen and (min-width: 1440px) {
  .suggested-product__label {
    margin: 0 0 14px;
    font-size: 34px;
  }
}
@media only screen and (min-width: 1600px) {
  .suggested-product__label {
    margin: 0 0 16px;
    font-size: 38px;
  }
}
.suggested-product__label:last-child {
  margin-bottom: 0;
}
.suggested-product__description {
  display: block;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0;
  opacity: 0.8;
}
@media only screen and (min-width: 768px) {
  .suggested-product__description {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1280px) {
  .suggested-product__description {
    font-size: 15px;
  }
}
@media only screen and (min-width: 1440px) {
  .suggested-product__description {
    line-height: 20px;
  }
}
@media only screen and (min-width: 1600px) {
  .suggested-product__description {
    line-height: 22px;
  }
}
.suggested-product__description:last-child {
  margin-bottom: 0;
}
.suggested-product__aside {
  display: block;
  color: #141414;
  background: #fff;
}
@media only screen and (min-width: 1280px) {
  .suggested-product__aside {
    float: right;
    width: 35%;
    max-width: 35%;
    height: 100%;
  }
}
.suggested-product__author-wrapper {
  display: block;
  height: 100%;
}
@media only screen and (min-width: 768px) {
  .suggested-product__author-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
@media only screen and (min-width: 1280px) {
  .suggested-product__author-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.suggested-product__illustration {
  display: none;
}
@media only screen and (min-width: 768px) {
  .suggested-product__illustration {
    position: relative;
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 36.46%;
            flex: 0 0 36.46%;
    width: 36.46%;
    max-width: 36.46%;
    background-color: #343434;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
  }
}
@media only screen and (min-width: 1280px) {
  .suggested-product__illustration {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    width: 100%;
    max-width: 100%;
  }
}
.suggested-product__illustration:before {
  content: '';
  display: block;
  width: 100%;
  height: auto;
  padding: 93.5714% 0 0;
}
@media only screen and (min-width: 1280px) {
  .suggested-product__illustration:before {
    padding: 87.857% 0 0;
  }
}
.suggested-product__quote-wrapper {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
  max-width: 100%;
}
.suggested-product__quote {
  position: relative;
  padding: 26px 35px 18px 24px;
}
@media only screen and (min-width: 768px) {
  .suggested-product__quote {
    height: 100%;
    padding: 43px 100px 30px 43px;
  }
}
@media only screen and (min-width: 1280px) {
  .suggested-product__quote {
    padding: 45px 55px 38px 43px;
  }
}
@media only screen and (min-width: 1440px) {
  .suggested-product__quote {
    padding: 51px 65px 40px 48px;
  }
}
@media only screen and (min-width: 1600px) {
  .suggested-product__quote {
    padding: 55px 76px 43px 54px;
  }
}
.suggested-product__quote:before,
.suggested-product__quote:after {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}
@media only screen and (min-width: 1280px) {
  .suggested-product__quote:before,
  .suggested-product__quote:after {
    width: 15px;
    height: 15px;
  }
}
@media only screen and (min-width: 1600px) {
  .suggested-product__quote:before,
  .suggested-product__quote:after {
    width: 17px;
    height: 16px;
  }
}
.suggested-product__quote:before {
  top: 11px;
  left: 12px;
  background-image: url("/local/templates/.default/markup/mockup/assets/styles/../blocks/suggested-product/images/quote-open.svg");
}
@media only screen and (min-width: 768px) {
  .suggested-product__quote:before {
    top: 20px;
    left: 25px;
  }
}
@media only screen and (min-width: 1280px) {
  .suggested-product__quote:before {
    top: 19px;
    left: 24px;
  }
}
@media only screen and (min-width: 1440px) {
  .suggested-product__quote:before {
    top: 25px;
    left: 28px;
  }
}
@media only screen and (min-width: 1600px) {
  .suggested-product__quote:before {
    top: 26px;
    left: 31px;
  }
}
.suggested-product__quote:after {
  right: 12px;
  bottom: 14px;
  background-image: url("/local/templates/.default/markup/mockup/assets/styles/../blocks/suggested-product/images/quote-close.svg");
}
@media only screen and (min-width: 768px) {
  .suggested-product__quote:after {
    right: 25px;
    bottom: 21px;
  }
}
@media only screen and (min-width: 1280px) {
  .suggested-product__quote:after {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1440px) {
  .suggested-product__quote:after {
    right: 23px;
    bottom: 23px;
  }
}
@media only screen and (min-width: 1600px) {
  .suggested-product__quote:after {
    right: 26px;
    bottom: 26px;
  }
}
.suggested-product__message {
  display: block;
  font-family: 'Playfair Display', serif;
  font-size: 17px;
  line-height: 25px;
}
@media only screen and (min-width: 768px) {
  .suggested-product__message {
    padding: 0 0 30px;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.019em;
  }
}
@media only screen and (min-width: 1280px) {
  .suggested-product__message {
    font-size: 22px;
    letter-spacing: 0.01em;
  }
}
@media only screen and (min-width: 1440px) {
  .suggested-product__message {
    font-size: 24px;
    line-height: 34px;
  }
}
@media only screen and (min-width: 1600px) {
  .suggested-product__message {
    padding: 0 0 40px;
    font-size: 25px;
    line-height: 38px;
  }
}
.suggested-product__author {
  display: none;
}
@media only screen and (min-width: 768px) {
  .suggested-product__author {
    position: absolute;
    left: 43px;
    bottom: 33px;
    display: block;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.01em;
    opacity: 0.5;
  }
}
@media only screen and (min-width: 1280px) {
  .suggested-product__author {
    left: 43px;
    bottom: 33px;
  }
}
@media only screen and (min-width: 1440px) {
  .suggested-product__author {
    left: 49px;
    bottom: 38px;
  }
}
@media only screen and (min-width: 1600px) {
  .suggested-product__author {
    left: 54px;
    bottom: 44px;
  }
}
.suggested-product__author small {
  font-size: inherit;
  line-height: inherit;
}
.suggested-product__mobile-author {
  display: block;
  padding: 0 25px 27px 22px;
}
@media only screen and (min-width: 768px) {
  .suggested-product__mobile-author {
    display: none;
  }
}
.suggested-product__slides {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media only screen and (min-width: 1280px) {
  .suggested-product__slides {
    min-height: 100%;
  }
}
.suggested-product__slide {
  position: relative;
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 300px;
          flex: 0 0 300px;
  width: 300px;
  max-width: 300px;
  height: auto;
}
@media only screen and (min-width: 768px) {
  .suggested-product__slide {
    -ms-flex-preferred-size: 728px;
        flex-basis: 728px;
    width: 728px;
    max-width: 728px;
  }
}
@media only screen and (min-width: 1280px) {
  .suggested-product__slide {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100%;
    max-width: 100%;
  }
}
.suggested-product__slide_is_loading {
  background: #eaeaea;
  pointer-events: none;
}
.suggested-product__slide_is_loading .suggested-product__panel {
  opacity: 0;
}
.suggested-product__slide_is_loading .suggested-product__loader {
  display: block;
}
.suggested-product__author-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  height: 100%;
}
.suggested-product__author-item {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
  margin: 0 -100% 0 0;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media only screen and (min-width: 1280px) {
  .suggested-product__author-item {
    height: 100%;
  }
}
.suggested-product__author-item:last-child {
  margin-right: 0;
}
.suggested-product__author-item_state_active {
  pointer-events: auto;
  opacity: 1;
}
.suggested-product__counter {
  position: absolute;
  top: 22px;
  left: 25px;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: -0.04em;
}
@media only screen and (min-width: 768px) {
  .suggested-product__counter {
    top: 49px;
    left: 50px;
    font-size: 30px;
    line-height: 38px;
  }
}
@media only screen and (min-width: 1280px) {
  .suggested-product__counter {
    top: 47px;
    left: 59px;
  }
}
@media only screen and (min-width: 1440px) {
  .suggested-product__counter {
    top: 53px;
    left: 66px;
    font-size: 34.2px;
    line-height: 43px;
  }
}
@media only screen and (min-width: 1600px) {
  .suggested-product__counter {
    top: 61px;
    left: 73px;
    font-size: 38px;
    line-height: 48px;
  }
}
.suggested-product__current {
  color: #bf0000;
}
.suggested-product__separator {
  display: block;
  padding: 0 4px;
}
@media only screen and (min-width: 768px) {
  .suggested-product__separator {
    padding: 0 7px;
  }
}
@media only screen and (min-width: 1440px) {
  .suggested-product__separator {
    padding: 0 9px;
  }
}
.suggested-product__arrow {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: none;
  overflow: hidden;
  width: 88px;
  height: 88px;
  color: #fff;
  font-size: 0;
  background: #bf0000;
  border: none;
  border-radius: 50%;
  outline: none;
  opacity: 0.95;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 1280px) {
  .suggested-product__arrow {
    display: block;
  }
}
@media only screen and (min-width: 1440px) {
  .suggested-product__arrow {
    width: 99px;
    height: 99px;
  }
}
@media only screen and (min-width: 1600px) {
  .suggested-product__arrow {
    width: 110px;
    height: 110px;
  }
}
.suggested-product__arrow:hover {
  opacity: 0.8;
}
.suggested-product__arrow:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: block;
  width: 32px;
  height: 3px;
  background: currentColor;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.suggested-product__arrow:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: block;
  width: 8px;
  height: 8px;
  border-top: 3px solid currentColor;
  border-right: 3px solid currentColor;
  -webkit-transform: translate(4px, -50%) rotate(45deg);
          transform: translate(4px, -50%) rotate(45deg);
}
.suggested-product__arrow_type_prev {
  left: 135px;
}
.suggested-product__arrow_type_prev:after {
  right: 50%;
  left: auto;
  -webkit-transform: translate(-4px, -50%) rotate(-135deg);
          transform: translate(-4px, -50%) rotate(-135deg);
}
.suggested-product__arrow_type_next {
  right: 135px;
}
.suggested-product__arrow_state_disabled {
  width: 0;
  height: 0;
  -webkit-transform: translate(0, -50%) scale(0);
          transform: translate(0, -50%) scale(0);
}
.suggested-product__loader {
  position: absolute;
  top: 50%;
  left: 50%;
  display: none;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.suggested-product__navigation {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 0px;
          flex: 0 1 0;
  width: 0;
  max-width: 0;
  height: 0;
}
.suggested-product_is_invisible {
  opacity: 0;
}
.suggested-product_is_visible {
  opacity: 1;
}
.suggestion-carousel {
  display: block;
}
.suggestion-carousel__counter {
  position: absolute;
  top: 61px;
  left: 73px;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  font-size: 38px;
  font-weight: 500;
  line-height: 48px;
  letter-spacing: -0.04em;
}
.suggestion-carousel__current {
  color: #bf0000;
}
.suggestion-carousel__separator {
  display: block;
  padding: 0 9px;
}
.suggestion-carousel__arrow {
  position: absolute;
  top: 62.5%;
  z-index: 5;
  display: block;
  overflow: hidden;
  width: 110px;
  height: 110px;
  color: #fff;
  font-size: 0;
  background: #bf0000;
  border: none;
  border-radius: 50%;
  outline: none;
  opacity: 0.95;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.suggestion-carousel__arrow:hover {
  opacity: 0.8;
}
.suggestion-carousel__arrow:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: block;
  width: 32px;
  height: 3px;
  background: currentColor;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.suggestion-carousel__arrow:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: block;
  width: 8px;
  height: 8px;
  border-top: 3px solid currentColor;
  border-right: 3px solid currentColor;
  -webkit-transform: translate(4px, -50%) rotate(45deg);
          transform: translate(4px, -50%) rotate(45deg);
}
.suggestion-carousel__arrow_type_prev {
  left: 135px;
}
.suggestion-carousel__arrow_type_prev:after {
  right: 50%;
  left: auto;
  -webkit-transform: translate(-4px, -50%) rotate(-135deg);
          transform: translate(-4px, -50%) rotate(-135deg);
}
.suggestion-carousel__arrow_type_next {
  right: 135px;
}
.suggestion-carousel__arrow_state_disabled {
  width: 0;
  height: 0;
  -webkit-transform: translate(0, -50%) scale(0);
          transform: translate(0, -50%) scale(0);
}
.summary-details {
  display: block;
  font-size: 0;
}
.summary-details__item {
  display: inline-block;
  vertical-align: middle;
  margin: 0 18px 0 0;
  font-size: 14px;
  line-height: 1.5;
}
.summary-details__item:last-child {
  margin-right: 0;
}
.summary-details__item_style_primary {
  color: #bf0000;
}
.tabs {
  display: block;
}
.tabs__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1.6;
}
.tabs__item {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tabs__label {
  display: block;
  padding: 5px 10px;
  color: #6b6b6b;
  font-size: 16px;
  line-height: 1.6;
  text-decoration: none;
  background: #f4f4f4;
  border: 1px solid #e8e8e8;
  border-radius: 6px 6px 0 0;
}
.tabs__label_state_active {
  color: #000;
  background: #fbfbfb;
}
.tabs__label_state_disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.tabs__content {
  margin: -1px 0 0;
  border: 1px solid #e8e8e8;
}
.tabs__panel_state_hidden {
  display: none;
}
.tabs__panel_state_active {
  display: block;
}
.tabs_nav-align_left .tabs__nav {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.tabs_nav-align_center .tabs__nav {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tabs_nav-align_right .tabs__nav {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.tabs_nav-align_around .tabs__nav {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.tabs_nav-align_between .tabs__nav {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tabs_type_inbuilt .tabs__nav {
  margin: 0 0 20px;
}
.tabs_type_inbuilt .tabs__nav:last-child {
  margin-bottom: 0;
}
.tabs_type_inbuilt .tabs__item {
  padding: 0 0 0 30px;
}
.tabs_type_inbuilt .tabs__item:first-child {
  padding-left: 0;
}
.tabs_type_inbuilt .tabs__label {
  padding: 0;
  opacity: 0.2;
  color: #141414;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background: transparent;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media only screen and (min-width: 768px) {
  .tabs_type_inbuilt .tabs__label {
    font-size: 32px;
  }
}
@media only screen and (min-width: 1280px) {
  .tabs_type_inbuilt .tabs__label {
    font-size: 36px;
  }
}
.tabs_type_inbuilt .tabs__label_state_active {
  opacity: 1;
  background: transparent;
}
.tabs_type_inbuilt .tabs__content {
  margin: 0;
  border: none;
}
.tag-list {
  position: relative;
  display: block;
  overflow: auto;
}
@media only screen and (min-width: 1025px) {
  .tag-list {
    overflow: hidden;
  }
}
.tag-list:hover .tag-list__cover {
  z-index: 1;
}
.tag-list__holder {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 30px;
}
@media only screen and (min-width: 1025px) {
  .tag-list__holder {
    pointer-events: none;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-transition: -webkit-transform 0.15s linear;
    transition: -webkit-transform 0.15s linear;
    transition: transform 0.15s linear;
    transition: transform 0.15s linear, -webkit-transform 0.15s linear;
  }
}
.tag-list__item {
  padding: 0 3px;
}
.tag-list__trigger {
  display: inline-block;
  vertical-align: middle;
  padding: 0 10px;
  opacity: 0.5;
  color: #313131;
  font-size: 16px;
  font-weight: 500;
  line-height: 29px;
  letter-spacing: -0.01em;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  pointer-events: auto;
  border: none;
  background: #ebebeb;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.tag-list__trigger:active,
.tag-list__trigger:hover,
.tag-list__trigger_state_active {
  opacity: 1;
}
.tag-list__trigger_type_static:active,
.tag-list__trigger_type_static:hover {
  opacity: 1;
}
.tag-list__cover {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 10;
  display: block;
  width: 33.3333%;
  height: 100%;
  cursor: pointer;
  opacity: 0.0001;
}
.tag-list__cover_type_next {
  right: 0;
  left: auto;
}
.tag-list_type_break {
  overflow: visible;
}
.tag-list_type_break .tag-list__holder {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -3px;
  padding: 0;
}
.tag-list_type_break .tag-list__item {
  padding: 3px;
}
.tag {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 5px 17px 6px 34px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: normal;
  background: #bf0000;
}
.tag:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 14px;
  z-index: 1;
  display: block;
  width: 8px;
  height: 8px;
  background: currentColor;
  border-radius: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.tel-snippet {
  display: block;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: -0.01em;
}
.tel-snippet__link {
  color: inherit;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  letter-spacing: -0.04em;
}
@media only screen and (min-width: 1440px) {
  .tel-snippet__link {
    font-size: 25px;
  }
}
@media only screen and (min-width: 1600px) {
  .tel-snippet__link {
    font-size: 28px;
    line-height: 1.25;
  }
}
.tel-snippet__label {
  display: block;
  padding: 7px 0 0;
  font-size: 13px;
  opacity: 0.6;
}
@media only screen and (min-width: 1440px) {
  .tel-snippet__label {
    padding: 8px 0 0;
  }
}
@media only screen and (min-width: 1600px) {
  .tel-snippet__label {
    padding: 10px 0 0;
    font-size: 14px;
  }
}
.tel-snippet_type_primary .tel-snippet__link {
  font-size: 30px;
  letter-spacing: 0.125em;
}
@media only screen and (min-width: 768px) {
  .tel-snippet_type_primary .tel-snippet__link {
    font-size: 30px;
  }
}
@media only screen and (min-width: 1280px) {
  .tel-snippet_type_primary .tel-snippet__link {
    font-size: 42px;
  }
}
.tel-snippet_type_primary .tel-snippet__label {
  font-size: 12px;
  text-transform: uppercase;
}
@media only screen and (min-width: 1280px) {
  .tel-snippet_type_primary .tel-snippet__label {
    font-size: 13px;
  }
}
.texture-selection {
  display: block;
  overflow: hidden;
}
.texture-selection__holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -10px;
}
@media only screen and (min-width: 1280px) {
  .texture-selection__holder {
    margin: -7px;
  }
}
.texture-selection__item {
  position: relative;
  padding: 10px;
}
@media only screen and (min-width: 1280px) {
  .texture-selection__item {
    padding: 7px;
  }
}
.texture-selection__wrapper {
  display: block;
  cursor: pointer;
}
.texture-selection__input {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.texture-selection__input:checked + .texture-selection__illustration {
  border-color: #163072;
}
.texture-selection__input:checked + .texture-selection__illustration:before,
.texture-selection__input:checked + .texture-selection__illustration:after {
  opacity: 1;
}
.texture-selection__image {
  display: none;
}
.texture-selection__illustration {
  position: relative;
  z-index: 10;
  width: 54px;
  display: block;
  border: 2px solid transparent;
  -webkit-transition: border 0.3s ease;
  transition: border 0.3s ease;
}
.texture-selection__illustration:before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10;
  display: block;
  opacity: 0;
  width: 16px;
  height: 16px;
  background: #163072;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.texture-selection__illustration:after {
  content: '';
  position: absolute;
  bottom: 7px;
  right: 4px;
  z-index: 20;
  display: block;
  opacity: 0;
  width: 6px;
  height: 3px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.texture-selection__panel {
  display: block;
  background-color: #ffc0cb;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.texture-selection__panel:before {
  content: '';
  display: block;
  width: 100%;
  height: auto;
  padding: 100% 0 0;
}
.title {
  display: block;
  margin: 0;
  padding: 0;
  font-weight: 600;
  line-height: 1.2;
  text-align: left;
  letter-spacing: 0.1em;
}
.title[href] {
  display: inline-block;
  vertical-align: middle;
  color: inherit;
  text-decoration: none;
}
.title[href]:hover {
  color: inherit;
  text-decoration: none;
}
.title__arrow {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1px 3px;
  stroke: currentColor;
  color: inherit;
}
@media only screen and (min-width: 768px) {
  .title__arrow {
    display: none;
  }
}
.title__arrow-icon {
  display: block;
  width: 38px;
  height: 12px;
  stroke: inherit;
}
.title_size_h1 {
  font-size: 96px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.03em;
}
.title_size_h2 {
  font-size: 21px;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  .title_size_h2 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 1280px) {
  .title_size_h2 {
    font-size: 36px;
  }
}
@media only screen and (min-width: 1440px) {
  .title_size_h2 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 1600px) {
  .title_size_h2 {
    font-size: 44px;
    line-height: 1.2;
  }
}
.title_size_h3 {
  font-size: 18px;
  line-height: 1.3;
}
@media only screen and (min-width: 768px) {
  .title_size_h3 {
    font-size: 28px;
  }
}
@media only screen and (min-width: 1280px) {
  .title_size_h3 {
    font-size: 32px;
  }
}
@media only screen and (min-width: 1440px) {
  .title_size_h3 {
    font-size: 36px;
  }
}
@media only screen and (min-width: 1600px) {
  .title_size_h3 {
    font-size: 40px;
  }
}
.title_size_h4 {
  font-size: 20px;
}
@media only screen and (min-width: 768px) {
  .title_size_h4 {
    font-size: 30px;
  }
}
.title_size_h5 {
  font-size: 14px;
  letter-spacing: 0.08em;
}
@media only screen and (min-width: 768px) {
  .title_size_h5 {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1280px) {
  .title_size_h5 {
    font-size: 20px;
  }
}
.title_size_h6 {
  font-size: 18px;
}
.title_align_left {
  text-align: left;
}
.title_align_center {
  text-align: center;
}
.title_align_right {
  text-align: right;
}
@media only screen and (min-width: 1px) {
  .title_align_xs-left {
    text-align: left;
  }
}
@media only screen and (min-width: 1px) {
  .title_align_xs-center {
    text-align: center;
  }
}
@media only screen and (min-width: 1px) {
  .title_align_xs-right {
    text-align: right;
  }
}
@media only screen and (min-width: 768px) {
  .title_align_s-left {
    text-align: left;
  }
}
@media only screen and (min-width: 768px) {
  .title_align_s-center {
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {
  .title_align_s-right {
    text-align: right;
  }
}
@media only screen and (min-width: 1025px) {
  .title_align_m-left {
    text-align: left;
  }
}
@media only screen and (min-width: 1025px) {
  .title_align_m-center {
    text-align: center;
  }
}
@media only screen and (min-width: 1025px) {
  .title_align_m-right {
    text-align: right;
  }
}
@media only screen and (min-width: 1280px) {
  .title_align_l-left {
    text-align: left;
  }
}
@media only screen and (min-width: 1280px) {
  .title_align_l-center {
    text-align: center;
  }
}
@media only screen and (min-width: 1280px) {
  .title_align_l-right {
    text-align: right;
  }
}
@media only screen and (min-width: 1440px) {
  .title_align_xl-left {
    text-align: left;
  }
}
@media only screen and (min-width: 1440px) {
  .title_align_xl-center {
    text-align: center;
  }
}
@media only screen and (min-width: 1440px) {
  .title_align_xl-right {
    text-align: right;
  }
}
@media only screen and (min-width: 1600px) {
  .title_align_xxl-left {
    text-align: left;
  }
}
@media only screen and (min-width: 1600px) {
  .title_align_xxl-center {
    text-align: center;
  }
}
@media only screen and (min-width: 1600px) {
  .title_align_xxl-right {
    text-align: right;
  }
}
.title_type_upper {
  text-transform: uppercase;
}
.toggle-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.toggle-group__item {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.toggle {
  display: block;
  padding: 0;
  color: #141414;
  font-size: 0;
  line-height: 1;
  fill: #141414;
  background: transparent;
  border: none;
  outline: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.toggle__holder {
  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;
}
.toggle__text {
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
}
.toggle__text + .toggle__icon {
  margin: 0 0 0 8px;
}
.toggle__icon {
  display: block;
  width: 12px;
  height: 8px;
  margin: 0 8px 0 0;
}
.toggle_state_active {
  color: #163072;
  fill: #163072;
}
.toggle_type_primary {
  fill: #141414;
  background: #e6e6e6;
}
.toggle_type_primary .toggle__holder {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 60px;
}
.toggle_type_primary .toggle__icon {
  width: 19px;
  height: 19px;
}
.toggle_width_full {
  width: 100%;
}
.toggle_style_done {
  color: #fff;
  fill: #fff;
  background: #163072;
}
.toggle_style_light {
  color: #fff;
  fill: #fff;
}
.trd-control {
  display: inline-block;
  vertical-align: middle;
  width: 190px;
  height: 190px;
  color: #fff;
  font-size: 35px;
  font-weight: 400;
  line-height: 190px;
  letter-spacing: 0.03em;
  text-align: center;
  background: transparent;
  outline: 0 none;
  border: 1px solid rgba(255,255,255,0.8);
  border-radius: 50%;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
@media only screen and (min-width: 1280px) {
  .trd-control {
    width: 262px;
    height: 262px;
    font-size: 45px;
    line-height: 262px;
  }
}
@media only screen and (min-width: 1440px) {
  .trd-control {
    width: 295px;
    height: 295px;
    font-size: 50px;
    line-height: 295px;
  }
}
@media only screen and (min-width: 1600px) {
  .trd-control {
    width: 328px;
    height: 328px;
    line-height: 328px;
  }
}
.trd-control:hover {
  border-color: #fff;
}
.trd-control__holder {
  display: inline-block;
  vertical-align: middle;
  padding: 0 0 15px 25px;
  line-height: 1;
}
.trd-control__holder:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  margin: 25px auto 0;
  border-style: solid;
  border-width: 6px 0 6px 9px;
  border-color: transparent transparent transparent #fff;
  -webkit-transform: translate(-5px, 0);
          transform: translate(-5px, 0);
}
@media only screen and (min-width: 1280px) {
  .trd-control__holder:after {
    -webkit-transform: translate(-10px, 0);
            transform: translate(-10px, 0);
  }
}
@media only screen and (min-width: 1600px) {
  .trd-control__holder:after {
    -webkit-transform: translate(-15px, 0);
            transform: translate(-15px, 0);
  }
}
.trd-control__deg {
  display: inline-block;
  vertical-align: text-top;
  font-size: 55px;
  font-weight: 400;
  -webkit-transform: translate(-80%, 0);
          transform: translate(-80%, 0);
}
.trd-viewer {
  position: relative;
  display: block;
  overflow: hidden;
  color: #fff;
  opacity: 1;
  background: #141414;
  -webkit-transition: opacity 0.9s ease 0.2s;
  transition: opacity 0.9s ease 0.2s;
}
.trd-viewer__panel {
  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;
  padding: 30px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .trd-viewer__panel {
    min-height: 497px;
    text-align: left;
  }
}
@media only screen and (min-width: 1280px) {
  .trd-viewer__panel {
    min-height: 699px;
  }
}
@media only screen and (min-width: 1440px) {
  .trd-viewer__panel {
    min-height: 786px;
  }
}
@media only screen and (min-width: 1600px) {
  .trd-viewer__panel {
    min-height: 873px;
  }
}
.trd-viewer__panel:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  background: #000;
}
.trd-viewer__image {
  display: none;
}
@media only screen and (min-width: 768px) {
  .trd-viewer__holder {
    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;
    width: 100%;
  }
}
.trd-viewer__container {
  position: relative;
  z-index: 10;
}
@media only screen and (min-width: 768px) {
  .trd-viewer__container {
    padding: 0 150px 0 171px;
  }
}
.trd-viewer__title {
  margin: 0 0 30px;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.3;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .trd-viewer__title {
    font-size: 30px;
  }
}
@media only screen and (min-width: 1280px) {
  .trd-viewer__title {
    font-size: 36px;
  }
}
@media only screen and (min-width: 1440px) {
  .trd-viewer__title {
    font-size: 40px;
  }
}
@media only screen and (min-width: 1600px) {
  .trd-viewer__title {
    font-size: 44px;
  }
}
.trd-viewer__title:last-child {
  margin-bottom: 0;
}
.trd-viewer__description {
  padding: 30px 0;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.01em;
}
@media only screen and (min-width: 768px) {
  .trd-viewer__description {
    padding: 0;
  }
}
@media only screen and (min-width: 1280px) {
  .trd-viewer__description {
    font-size: 15px;
  }
}
@media only screen and (min-width: 1440px) {
  .trd-viewer__description {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1600px) {
  .trd-viewer__description {
    font-size: 18px;
  }
}
.trd-viewer__content {
  padding: 0 0 35px;
}
.trd-viewer__iframe {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.trd-viewer__close {
  position: absolute;
  top: 50px;
  right: 0;
  z-index: 150;
  display: block;
  width: 100px;
  height: 50px;
  color: #fff;
  font-size: 0;
  background: #bf0000;
  border: none;
  outline: none;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media only screen and (min-width: 1280px) {
  .trd-viewer__close {
    top: 150px;
    width: 190px;
    height: 100px;
  }
}
.trd-viewer__close:before,
.trd-viewer__close:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 20px;
  height: 2px;
  background: #fff;
}
@media only screen and (min-width: 1280px) {
  .trd-viewer__close:before,
  .trd-viewer__close:after {
    width: 30px;
    height: 3px;
  }
}
.trd-viewer__close:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.trd-viewer__close:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.trd-viewer_is_invisible {
  opacity: 0;
}
.trd-viewer_is_visible {
  opacity: 1;
}
.trd-viewer_state_active .trd-viewer__iframe {
  z-index: 100;
  opacity: 1;
}
.trd-viewer_state_active .trd-viewer__close {
  opacity: 1;
  pointer-events: all;
}
.vacancy-card {
  display: block;
}
.vacancy-card__title {
  margin: 0 0 22px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .vacancy-card__title {
    font-size: 22px;
  }
}
@media only screen and (min-width: 1280px) {
  .vacancy-card__title {
    font-size: 30px;
  }
}
.vacancy-card__title:last-child {
  margin-bottom: 0;
}
.vacancy-card__info {
  margin: 0 0 20px;
}
@media only screen and (min-width: 768px) {
  .vacancy-card__info {
    margin: 0 0 40px;
  }
}
@media only screen and (min-width: 1280px) {
  .vacancy-card__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    margin: 0 0 43px;
  }
}
.vacancy-card__point-label {
  margin: 0 0 20px;
}
@media only screen and (min-width: 768px) {
  .vacancy-card__point-label {
    margin: 0 0 50px;
  }
}
@media only screen and (min-width: 1280px) {
  .vacancy-card__point-label {
    -ms-flex-preferred-size: 24%;
        flex-basis: 24%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 24%;
    margin: 0;
    padding: 0 30px 0 0;
  }
}
@media only screen and (min-width: 1280px) {
  .vacancy-card__list {
    -ms-flex-preferred-size: 76%;
        flex-basis: 76%;
    width: 76%;
    padding: 10px 0 0;
  }
}
.vacancy-card__points {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 -15px;
}
.vacancy-card__point {
  position: relative;
  padding: 0 15px 30px 30px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
@media only screen and (min-width: 768px) {
  .vacancy-card__point {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    width: 50%;
  }
}
@media only screen and (min-width: 1280px) {
  .vacancy-card__point {
    -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%;
    width: 33.333%;
  }
}
.vacancy-card__point:before {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  display: block;
  width: 15px;
  height: 15px;
  background: #bf0000;
}
.vacancy-card__list {
  font-size: 14px;
}
@media only screen and (min-width: 1280px) {
  .vacancy-card__list {
    font-size: 16px;
  }
}
.vacancy-card__main {
  padding: 70px 0 80px;
  background: #fff;
}
@media only screen and (min-width: 768px) {
  .vacancy-card__holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .vacancy-card__group {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    width: 50%;
    margin: 0 0 30px;
    padding: 0 20px 0 0;
  }
}
@media only screen and (min-width: 1280px) {
  .vacancy-card__group {
    -ms-flex-preferred-size: 42%;
        flex-basis: 42%;
    width: 42%;
    margin: 0 0 100px;
  }
}
.vacancy-card__group:last-child {
  margin-bottom: 0;
}
.video-panel {
  position: relative;
  display: block;
}
.video-panel_video_open .video-panel__player {
  top: 0;
  left: 0;
  opacity: 1;
}
.video-panel_video_open .video-panel__trigger {
  opacity: 0;
}
.video-panel_video_open .video-panel__close {
  display: block;
  opacity: 1;
}
.video-panel__player {
  position: absolute;
  top: -9999px;
  left: -9999px;
  width: 100%;
  height: 100%;
  z-index: 10;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.video-panel__panel {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.video-panel__panel:before {
  content: '';
  display: block;
  width: 100%;
  height: auto;
  padding: 99.5% 0 0;
}
@media only screen and (min-width: 768px) {
  .video-panel__panel:before {
    padding: 63.5% 0 0;
  }
}
@media only screen and (min-width: 1280px) {
  .video-panel__panel:before {
    padding: 41.5% 0 0;
  }
}
.video-panel__close {
  display: none;
  position: absolute;
  top: 150px;
  right: 0;
  z-index: 100;
  width: 100px;
  height: 50px;
  color: #fff;
  font-size: 0;
  background: #bf0000;
  border: none;
  outline: none;
}
@media only screen and (min-width: 1280px) {
  .video-panel__close {
    width: 190px;
    height: 100px;
  }
}
.video-panel__close:before,
.video-panel__close:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 20px;
  height: 2px;
  background: #fff;
}
@media only screen and (min-width: 1280px) {
  .video-panel__close:before,
  .video-panel__close:after {
    width: 30px;
    height: 3px;
  }
}
.video-panel__close:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.video-panel__close:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.video-panel__trigger {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 50;
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 171px;
  height: 171px;
  padding: 60px 22px 24px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-align: left;
  text-transform: uppercase;
  background: #bf0000;
  border: none;
  outline: none;
}
@media only screen and (min-width: 768px) {
  .video-panel__trigger {
    left: 34px;
    bottom: 35px;
    width: 250px;
    height: 250px;
    padding: 60px 31px 36px;
    font-size: 18px;
  }
}
@media only screen and (min-width: 1280px) {
  .video-panel__trigger {
    left: 80px;
    bottom: 80px;
    width: 280px;
    height: 280px;
    font-size: 20px;
  }
}
.video-panel__trigger:before {
  content: '';
  position: absolute;
  top: 36px;
  left: 22px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 14px;
  border-color: transparent transparent transparent #fff;
}
@media only screen and (min-width: 768px) {
  .video-panel__trigger:before {
    left: 31px;
    border-width: 19px 0 19px 30px;
  }
}
@media only screen and (min-width: 1280px) {
  .video-panel__trigger:before {
    border-width: 22px 0 22px 34px;
  }
}
.video-section {
  display: block;
}
.visual-panel {
  display: block;
  background: #fff;
}
.visual-panel__holder {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .visual-panel__holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
}
.visual-panel__illustration {
  position: relative;
  display: none;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media only screen and (min-width: 768px) {
  .visual-panel__illustration {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    display: block;
    width: 45%;
  }
}
@media only screen and (min-width: 1280px) {
  .visual-panel__illustration {
    width: 50%;
  }
}
.visual-panel__image {
  display: none;
}
.visual-panel__caption {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 30;
  display: block;
  opacity: 0.7;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .visual-panel__caption {
    right: 30px;
    bottom: 30px;
  }
}
@media only screen and (min-width: 1440px) {
  .visual-panel__caption {
    right: 77px;
    bottom: 55px;
  }
}
.visual-panel__main {
  padding: 56px 20px 60px;
}
@media only screen and (min-width: 768px) {
  .visual-panel__main {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 55%;
    padding: 50px 45px 50px;
  }
}
@media only screen and (min-width: 1280px) {
  .visual-panel__main {
    width: 50%;
    padding: 85px 70px 110px;
  }
}
.visual-panel__form {
  width: 100%;
  max-width: 410px;
}
.visual-panel__title {
  display: block;
  margin: 0 0 10px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .visual-panel__title {
    margin: 0 0 31px;
    font-size: 25px;
    letter-spacing: 0.08em;
  }
}
@media only screen and (min-width: 1440px) {
  .visual-panel__title {
    margin: 0 0 30px;
    font-size: 40px;
    letter-spacing: 0.1em;
  }
}
.visual-panel__title:last-child {
  margin-bottom: 0;
}
.visual-panel__description {
  margin: 0 0 45px;
  font-size: 14px;
  line-height: 1.6;
}
@media only screen and (min-width: 768px) {
  .visual-panel__description {
    margin: 0 0 30px;
    line-height: 1.59;
  }
}
@media only screen and (min-width: 1440px) {
  .visual-panel__description {
    font-size: 18px;
    line-height: 1.45;
  }
}
.visual-panel__description:last-child {
  margin-bottom: 0;
}
.visual-panel__description_type_info {
  font-size: 13px;
}
@media only screen and (min-width: 768px) {
  .visual-panel__description_type_info {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1440px) {
  .visual-panel__description_type_info {
    font-size: 16px;
  }
}
.visual-panel__contacts {
  margin: 0 0 30px;
}
@media only screen and (min-width: 768px) {
  .visual-panel__contacts {
    margin: 0 0 30px;
  }
}
@media only screen and (min-width: 1280px) {
  .visual-panel__contacts {
    margin: 0 0 50px;
  }
}
.visual-panel__contacts:last-child {
  margin-bottom: 0;
}
.visual-panel__additional {
  padding: 20px 0 0;
}
@media only screen and (min-width: 768px) {
  .visual-panel__additional {
    padding: 20px 0 0;
  }
}
@media only screen and (min-width: 1280px) {
  .visual-panel__additional {
    padding: 130px 0 0;
  }
}
@media only screen and (min-width: 1280px) {
  .visual-panel__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100%;
  }
}
.visual-panel__subtitle {
  margin: 0 0 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  text-transform: uppercase;
}
.visual-panel__subtitle:last-child {
  margin-bottom: 0;
}
.visual-panel__control {
  width: 100%;
  max-width: 368px;
}
.visual-panel__person {
  margin: 0 0 30px;
}
.visual-panel__person:last-child {
  margin-bottom: 0;
}
.visual-panel_style_info-primary {
  background: #f0f0f0;
}
.visual-panel_type_info-primary {
  background: #f0f0f0;
}
.visual-panel_type_info-primary .visual-panel__holder {
  display: block;
}
@media only screen and (min-width: 1280px) {
  .visual-panel_type_info-primary .visual-panel__holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.visual-panel_type_info-primary .visual-panel__illustration {
  display: block;
  width: 100%;
  height: 217px;
}
@media only screen and (min-width: 1280px) {
  .visual-panel_type_info-primary .visual-panel__illustration {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 60%;
    height: auto;
  }
}
.visual-panel_type_info-primary .visual-panel__content {
  width: 100%;
}
@media only screen and (min-width: 1280px) {
  .visual-panel_type_info-primary .visual-panel__content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 40%;
  }
}
.visual-panel_type_info-primary .visual-panel__main {
  width: 100%;
  padding: 40px 20px;
}
@media only screen and (min-width: 768px) {
  .visual-panel_type_info-primary .visual-panel__main {
    padding: 50px 45px 50px;
  }
}
@media only screen and (min-width: 1280px) {
  .visual-panel_type_info-primary .visual-panel__main {
    width: 55%;
  }
}
@media only screen and (min-width: 1280px) {
  .visual-panel_type_info .visual-panel__illustration {
    width: 60%;
    height: auto;
  }
}
@media only screen and (min-width: 1280px) {
  .visual-panel_type_info .visual-panel__content {
    width: 40%;
  }
}
.visual-panel_type_main .visual-panel__holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 1280px) {
  .visual-panel_type_main .visual-panel__holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.visual-panel_type_main .visual-panel__main {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
  padding: 30px 25px 45px;
}
@media only screen and (min-width: 768px) {
  .visual-panel_type_main .visual-panel__main {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 53px 50px 65px;
  }
}
@media only screen and (min-width: 1280px) {
  .visual-panel_type_main .visual-panel__main {
    width: 38%;
    padding: 85px 90px 85px 75px;
  }
}
.visual-panel_type_main .visual-panel__illustration {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  display: block;
  width: 100%;
  height: 397px;
}
@media only screen and (min-width: 768px) {
  .visual-panel_type_main .visual-panel__illustration {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    height: 370px;
  }
}
@media only screen and (min-width: 1280px) {
  .visual-panel_type_main .visual-panel__illustration {
    width: 62%;
    min-height: 860px;
  }
}
.visual-panel_type_main .visual-panel__title {
  margin: 0 0 16px;
}
@media only screen and (min-width: 768px) {
  .visual-panel_type_main .visual-panel__title {
    margin: 0 0 20px;
  }
}
@media only screen and (min-width: 1280px) {
  .visual-panel_type_main .visual-panel__title {
    margin: 0 0 30px;
  }
}
.visual-panel_type_main .visual-panel__title:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .visual-panel_type_main .visual-panel__description {
    max-width: 60%;
  }
}
@media only screen and (min-width: 1280px) {
  .visual-panel_type_main .visual-panel__description {
    max-width: 100%;
    font-size: 16px;
  }
}
.visual-plate {
  display: block;
  opacity: 1;
  -webkit-transition: opacity 0.9s ease 0.2s;
  transition: opacity 0.9s ease 0.2s;
}
@media only screen and (min-width: 768px) {
  .visual-plate__holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
}
.visual-plate__illustration {
  position: relative;
  height: auto;
  margin: 0 0 4px;
  overflow: hidden;
  background-color: #141414;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .visual-plate__illustration {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    width: 50%;
    margin: 0;
  }
}
@media only screen and (min-width: 1280px) {
  .visual-plate__illustration {
    -ms-flex-preferred-size: 53%;
        flex-basis: 53%;
    width: 53%;
  }
}
@media only screen and (min-width: 1440px) {
  .visual-plate__illustration {
    -ms-flex-preferred-size: 47%;
        flex-basis: 47%;
    width: 47%;
  }
}
.visual-plate__illustration:before {
  content: '';
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: auto;
  padding: 159% 0 0;
}
@media only screen and (min-width: 768px) {
  .visual-plate__illustration:before {
    padding: 157% 0 0;
  }
}
@media only screen and (min-width: 1280px) {
  .visual-plate__illustration:before {
    padding: 151% 0 0;
  }
}
.visual-plate__illustration:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 30%;
  background: -webkit-gradient(linear, left bottom, left top, from(#000), to(rgba(0,0,0,0)));
  background: linear-gradient(0deg, #000 0%, rgba(0,0,0,0) 100%);
  opacity: 0.5;
}
.visual-plate__image {
  display: none;
}
.visual-plate__quote {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}
@media only screen and (min-width: 1280px) {
  .visual-plate__quote {
    left: 68px;
    right: 68px;
    bottom: 98px;
  }
}
@media only screen and (min-width: 1440px) {
  .visual-plate__quote {
    left: 68px;
    right: 68px;
    bottom: 98px;
  }
}
@media only screen and (min-width: 1600px) {
  .visual-plate__quote {
    left: 75px;
    right: 75px;
    bottom: 108px;
  }
}
.visual-plate__content {
  display: block;
}
@media only screen and (min-width: 768px) {
  .visual-plate__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    width: 50%;
    padding: 0 0 0 12px;
  }
}
@media only screen and (min-width: 1280px) {
  .visual-plate__content {
    -ms-flex-preferred-size: 47%;
        flex-basis: 47%;
    width: 47%;
  }
}
@media only screen and (min-width: 1440px) {
  .visual-plate__content {
    -ms-flex-preferred-size: 53%;
        flex-basis: 53%;
    width: 53%;
    padding: 0 0 0 15px;
  }
}
.visual-plate__panel {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 0 0 4px;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.01em;
  background-color: #141414;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .visual-plate__panel {
    margin: 0 0 15px;
  }
}
@media only screen and (min-width: 1280px) {
  .visual-plate__panel {
    font-size: 18px;
    line-height: 1.65;
  }
}
@media only screen and (min-width: 1440px) {
  .visual-plate__panel {
    font-size: 20px;
    line-height: 1.6;
  }
}
@media only screen and (min-width: 1600px) {
  .visual-plate__panel {
    font-size: 22px;
  }
}
.visual-plate__panel:last-child {
  margin-bottom: 0;
}
.visual-plate__panel_size_a {
  min-height: 262px;
}
.visual-plate__panel_size_b {
  min-height: 231px;
}
.visual-plate__sticker {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.visual-plate_is_invisible {
  opacity: 0;
}
.visual-plate_is_visible {
  opacity: 1;
}
.visual-separator {
  display: block;
}
.visual-separator__panel {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.visual-separator__panel:before {
  content: '';
  display: block;
  width: 100%;
  height: auto;
  padding: 77% 0 0;
}
@media only screen and (min-width: 768px) {
  .visual-separator__panel:before {
    padding: 52% 0 0;
  }
}
@media only screen and (min-width: 1280px) {
  .visual-separator__panel:before {
    padding: 25% 0 0;
  }
}
.visual-separator__image {
  display: none;
}
.vote-controls {
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
}
@media only screen and (min-width: 768px) {
  .vote-controls {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1440px) {
  .vote-controls {
    font-size: 20px;
  }
}
.vote-controls__holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.vote-controls__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.vote-controls__item {
  padding: 0 0 0 20px;
}
@media only screen and (min-width: 768px) {
  .vote-controls__item {
    padding: 0 0 0 20px;
  }
}
@media only screen and (min-width: 1440px) {
  .vote-controls__item {
    padding: 0 0 0 28px;
  }
}
.vote-controls__item:first-child {
  padding-left: 0;
}
.vote-controls__control {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  opacity: 1;
  min-height: 20px;
  padding: 0 0 0 23px;
  color: inherit;
  text-decoration: none;
  letter-spacing: 0;
  word-spacing: -5px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.vote-controls__control:before {
  content: '+';
  display: inline;
}
.vote-controls__control:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 9px;
  height: 9px;
  border-top: 2px solid #163072;
  border-left: 2px solid #163072;
  -webkit-transform: translate(0, -20%) rotate(45deg);
          transform: translate(0, -20%) rotate(45deg);
}
@media only screen and (min-width: 768px) {
  .vote-controls__control:after {
    width: 9px;
    height: 9px;
  }
}
@media only screen and (min-width: 1440px) {
  .vote-controls__control:after {
    width: 10px;
    height: 10px;
    border-top-width: 3px;
    border-left-width: 3px;
  }
}
.vote-controls__control:hover {
  opacity: 0.6;
}
.vote-controls__control_type_plus {
  color: #163072;
}
.vote-controls__control_type_plus:after {
  border-color: #163072;
}
.vote-controls__control_type_minus {
  color: #bf0000;
}
.vote-controls__control_type_minus:after {
  border-color: #bf0000;
  -webkit-transform: translate(0, -70%) rotate(225deg);
          transform: translate(0, -70%) rotate(225deg);
}
.vote-controls__meta {
  padding: 0 0 0 25px;
}
@media only screen and (min-width: 768px) {
  .vote-controls__meta {
    padding: 0 0 0 25px;
  }
}
@media only screen and (min-width: 1440px) {
  .vote-controls__meta {
    padding: 0 0 0 25px;
  }
}
.vote-controls__label {
  font-size: 11px;
  color: #141414;
  opacity: 0.5;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 768px) {
  .vote-controls__label {
    font-size: 13px;
  }
}
@media only screen and (min-width: 1440px) {
  .vote-controls__label {
    font-size: 15px;
  }
}
.vote-controls__label:hover {
  color: #bf0000;
  opacity: 1;
}
.vs-product-snippet {
  position: relative;
  display: block;
  color: #141414;
  background: #f0f0f0;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
@media only screen and (min-width: 1440px) {
  .vs-product-snippet:before {
    content: '';
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: auto;
    padding: 98.4% 0 0;
  }
}
.vs-product-snippet:hover,
.vs-product-snippet:active {
  background: #e8e8e8;
}
@media only screen and (min-width: 1440px) {
  .vs-product-snippet:hover .vs-product-snippet__image,
  .vs-product-snippet:active .vs-product-snippet__image {
    -webkit-transform: translate(-50%, -50%) scale(1.2);
            transform: translate(-50%, -50%) scale(1.2);
  }
}
@media only screen and (min-width: 1440px) {
  .vs-product-snippet:hover .vs-product-snippet__label_type_spread,
  .vs-product-snippet:active .vs-product-snippet__label_type_spread {
    padding: 1px 11px;
    color: #141414;
    font-size: 13px;
    background: #dbdbdb;
  }
}
.vs-product-snippet__container {
  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;
  width: 100%;
  padding: 14px 15px 10px 15px;
}
@media only screen and (min-width: 768px) {
  .vs-product-snippet__container {
    padding: 10px 15px 10px 15px;
  }
}
@media only screen and (min-width: 1440px) {
  .vs-product-snippet__container {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    height: 100%;
    padding: 20px 21px 31px 33px;
  }
}
@media only screen and (min-width: 1600px) {
  .vs-product-snippet__container {
    padding: 22px 23px 34px 37px;
  }
}
.vs-product-snippet__illustration {
  position: relative;
  width: 60px;
  height: 60px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media only screen and (min-width: 1440px) {
  .vs-product-snippet__illustration {
    position: static;
    width: 100%;
    height: auto;
  }
}
.vs-product-snippet__image {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: block;
  max-width: 100%;
  max-height: 100%;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media only screen and (min-width: 1440px) {
  .vs-product-snippet__image {
    top: 50%;
    left: 50%;
    max-width: 80%;
    max-height: 80%;
  }
}
.vs-product-snippet__wrapper {
  position: relative;
  z-index: 5;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: block;
  width: 100%;
  padding: 0 0 0 40px;
}
@media only screen and (min-width: 768px) {
  .vs-product-snippet__wrapper {
    padding: 0 0 0 28px;
  }
}
@media only screen and (min-width: 1440px) {
  .vs-product-snippet__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
    height: 100%;
  }
}
@media only screen and (min-width: 1440px) {
  .vs-product-snippet__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    padding: 30px 0 0;
  }
}
.vs-product-snippet__labels {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  display: block;
  margin: 0 0 0 -20px;
  font-size: 0;
  text-align: right;
}
.vs-product-snippet__label {
  display: inline-block;
  vertical-align: middle;
  margin: 0 7px 0 0;
  padding: 1px 9px;
  color: rgba(20,20,20,0.6);
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: -0.03em;
  background: #fff;
}
@media only screen and (min-width: 768px) {
  .vs-product-snippet__label {
    padding: 1px 7px;
  }
}
@media only screen and (min-width: 1440px) {
  .vs-product-snippet__label {
    padding: 1px 9px;
    font-size: 13.5px;
  }
}
@media only screen and (min-width: 1600px) {
  .vs-product-snippet__label {
    margin: 0 8px 0 0;
    font-size: 15px;
    line-height: 19px;
  }
}
.vs-product-snippet__label:last-child {
  margin-right: 0;
}
.vs-product-snippet__label_style_primary {
  color: #fff;
  background: #bf0000;
}
.vs-product-snippet__label_style_secondary {
  color: #fff;
  background: #163072;
}
.vs-product-snippet__label_type_spread {
  font-size: 8px;
  line-height: 16px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition-property: padding, color, font-size, background;
  transition-property: padding, color, font-size, background;
}
@media only screen and (min-width: 768px) {
  .vs-product-snippet__label_type_spread {
    font-size: 11px;
    line-height: 19px;
  }
}
@media only screen and (min-width: 1440px) {
  .vs-product-snippet__label_type_spread {
    font-size: 10px;
  }
}
@media only screen and (min-width: 1600px) {
  .vs-product-snippet__label_type_spread {
    font-size: 11px;
    line-height: 21px;
  }
}
.vs-product-snippet__label-wrapper {
  display: block;
}
@media only screen and (min-width: 768px) {
  .vs-product-snippet__label-wrapper {
    margin: 0 0 2px;
  }
}
@media only screen and (min-width: 1440px) {
  .vs-product-snippet__label-wrapper {
    margin: 0 0 3px;
  }
}
@media only screen and (min-width: 1600px) {
  .vs-product-snippet__label-wrapper {
    margin: 0 0 5px;
  }
}
.vs-product-snippet__label-wrapper:last-child {
  margin-bottom: 0;
}
.vs-product-snippet__extra-labels {
  display: none;
  margin: 0 0 10px;
  font-size: 0;
}
@media only screen and (min-width: 1440px) {
  .vs-product-snippet__extra-labels {
    display: block;
  }
}
@media only screen and (min-width: 1600px) {
  .vs-product-snippet__extra-labels {
    margin: 0 0 12px;
  }
}
.vs-product-snippet__extra-labels:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1440px) {
  .vs-product-snippet__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: 100%;
    margin: auto 0 0;
  }
}
.vs-product-snippet__info {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  width: 100%;
  max-width: 100%;
}
.vs-product-snippet__title {
  display: block;
  overflow: hidden;
  max-width: 220px;
  color: inherit;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  text-transform: uppercase;
  text-overflow: ellipsis;
  white-space: nowrap;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .vs-product-snippet__title {
    margin: 0 0 5px;
    font-size: 15px;
  }
}
@media only screen and (min-width: 1440px) {
  .vs-product-snippet__title {
    max-width: 100%;
    margin: 0 0 5px;
    font-size: 16px;
    white-space: normal;
  }
}
@media only screen and (min-width: 1600px) {
  .vs-product-snippet__title {
    margin: 0 0 6px;
    font-size: 18px;
  }
}
.vs-product-snippet__title:last-child {
  margin-bottom: 0;
}
.vs-product-snippet__title:before {
  content: '';
  position: absolute;
  top: -16px;
  right: -18px;
  left: -30px;
  bottom: -22px;
  z-index: 1;
  display: block;
}
@media only screen and (min-width: 1280px) {
  .vs-product-snippet__title:before {
    top: -18px;
    right: -19px;
    left: -29px;
    bottom: -28px;
  }
}
@media only screen and (min-width: 1440px) {
  .vs-product-snippet__title:before {
    top: -20px;
    right: -21px;
    left: -33px;
    bottom: -31px;
  }
}
@media only screen and (min-width: 1600px) {
  .vs-product-snippet__title:before {
    top: -22px;
    right: -23px;
    left: -37px;
    bottom: -34px;
  }
}
.vs-product-snippet__description {
  display: none;
  letter-spacing: 0.01em;
  opacity: 0.6;
}
@media only screen and (min-width: 1440px) {
  .vs-product-snippet__description {
    display: block;
    max-width: 400px;
    font-size: 14px;
    line-height: 20px;
  }
}
@media only screen and (min-width: 1600px) {
  .vs-product-snippet__description {
    max-width: 410px;
    line-height: 22px;
  }
}
.vs-product-snippet__description:last-child {
  margin-bottom: 0;
}
.vs-product-snippet__price-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 10px 0 0;
}
@media only screen and (min-width: 768px) {
  .vs-product-snippet__price-group {
    padding: 6px 0 0;
  }
}
@media only screen and (min-width: 1280px) {
  .vs-product-snippet__price-group {
    padding: 0 11px 0 10px;
    text-align: right;
  }
}
@media only screen and (min-width: 1440px) {
  .vs-product-snippet__price-group {
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    padding: 0 14px 0 10px;
  }
}
.vs-product-snippet__price {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  display: block;
  margin: 0 0 2px;
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: -0.05em;
}
@media only screen and (min-width: 1440px) {
  .vs-product-snippet__price {
    font-size: 19.8px;
    line-height: 25px;
    letter-spacing: -0.01em;
  }
}
@media only screen and (min-width: 1600px) {
  .vs-product-snippet__price {
    font-size: 22px;
    line-height: 28px;
  }
}
.vs-product-snippet__price:last-child {
  margin-bottom: 0;
}
.vs-product-snippet__price_type_old {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding: 0 0 0 5px;
  color: rgba(20,20,20,0.5);
  font-size: 12px;
  line-height: 15px;
  text-decoration: line-through;
  letter-spacing: -0.04em;
}
@media only screen and (min-width: 1440px) {
  .vs-product-snippet__price_type_old {
    padding: 0;
    font-size: 13.5px;
    line-height: 18px;
  }
}
@media only screen and (min-width: 1600px) {
  .vs-product-snippet__price_type_old {
    font-size: 15px;
    line-height: 19px;
  }
}
.vs-product-snippet__articul {
  z-index: 10;
  font-size: 11px;
  line-height: 1.6;
  letter-spacing: 0.01em;
  text-align: left;
  opacity: 0.6;
}
@media only screen and (min-width: 1440px) {
  .vs-product-snippet__articul {
    position: absolute;
    top: -9px;
    right: 0;
    font-size: 14px;
    text-align: right;
    line-height: 1.6;
  }
}
.work-list {
  display: block;
}
.work-list__title {
  display: block;
  font-size: 40px;
  font-weight: 600;
}
.work-list__list {
  counter-reset: workList;
}
.work-list__item:before {
  content: counter(workList) '.';
  counter-increment: workList;
  display: inline-block;
  vertical-align: middle;
  min-width: 20px;
  padding: 0 5px 0 0;
  font-size: 20px;
  text-align: left;
}
.work-list__link {
  display: inline-block;
  vertical-align: middle;
  color: inherit;
  font-size: 20px;
  text-decoration: none;
  opacity: 0.6;
}
.work-list__link[href='#'] {
  cursor: default;
  pointer-events: none;
  opacity: 0.2;
}
.work-list__link_state_dev {
  color: #d6ab11;
}
.work-list__link_state_done {
  opacity: 1;
}

/* End */


/* Start:/local/templates/.default/markup/mockup/assets/styles/custom.css?161821836833*/
/* Write your custom code here */
/* End */


/* Start:/local/templates/.default/css/style.css?16826771496155*/
[class*="ymaps-2"][class*="-ground-pane"] {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    /* Firefox 3.5+ */
    -webkit-filter: grayscale(100%);
    /* Chrome 19+ & Safari 6+ */
}

.clusterIcon {
    width: 50px;
    height: 50px;
    background-image: url("/upload/cluster.svg");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700; }



#map,
.map-container,
.map-locations,
.map-ymaps {
    width: 100%;
    height: 100%;
    background-color: #d6dadf; }
#map [class*="ymaps-2"][class*="-ground-pane"],
.map-container [class*="ymaps-2"][class*="-ground-pane"],
.map-locations [class*="ymaps-2"][class*="-ground-pane"],
.map-ymaps [class*="ymaps-2"][class*="-ground-pane"] {
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(100%); }
#map [class*="-balloon__content"],
.map-container [class*="-balloon__content"],
.map-locations [class*="-balloon__content"],
.map-ymaps [class*="-balloon__content"] {
    font-family: inherit !important; }
#map .wrap-pin [class*="-balloon__content"],
.map-container .wrap-pin [class*="-balloon__content"],
.map-locations .wrap-pin [class*="-balloon__content"],
.map-ymaps .wrap-pin [class*="-balloon__content"] {
    padding: 0 !important;
    margin: 0 !important; }
#map .wrap-pin [class*="-balloon__close"],
.map-container .wrap-pin [class*="-balloon__close"],
.map-locations .wrap-pin [class*="-balloon__close"],
.map-ymaps .wrap-pin [class*="-balloon__close"] {
    display: none !important; }
#map [class*="-controls__toolbar"],
.map-container [class*="-controls__toolbar"],
.map-locations [class*="-controls__toolbar"],
.map-ymaps [class*="-controls__toolbar"] {
    opacity: 0;
    cursor: initial; }

.map-container:before, .map-container:after,
.sale-location__map:before,
.sale-location__map:after,
.commercial-detail__map:before,
.commercial-detail__map:after {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    content: "";
    display: block;
    z-index: 1;
    pointer-events: none; }

.map-container:before,
.sale-location__map:before,
.commercial-detail__map:before {
    background-color: #cfcfcf; }

.map-container:after,
.sale-location__map:after,
.commercial-detail__map:after {
    bottom: 4%;
    margin: auto;
    height: 52px;
    width: 52px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: solid;
    border-width: 4px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border-top-color: #666666;
    border-bottom-color: rgba(102, 102, 102, 0.2);
    border-right-color: rgba(102, 102, 102, 0.2);
    border-left-color: rgba(102, 102, 102, 0.2);
    -webkit-animation: rotating 0.9s linear infinite;
    -moz-animation: rotating 0.9s linear infinite;
    -o-animation: rotating 0.9s linear infinite;
    animation: rotating 0.9s linear infinite; }
@media screen and (max-width: 767px) {
    .map-container:after,
    .sale-location__map:after,
    .commercial-detail__map:after {
        width: 32px;
        height: 32px; } }

.map-container.show:before,
.sale-location__map.show:before,
.commercial-detail__map.show:before {
    -webkit-animation: hideLoader 2.5s linear forwards;
    -moz-animation: hideLoader 2.5s linear forwards;
    -o-animation: hideLoader 2.5s linear forwards;
    animation: hideLoader 2.5s linear forwards; }

.map-container.show:after,
.sale-location__map.show:after,
.commercial-detail__map.show:after {
    -webkit-animation: rotating 0.9s linear infinite, hideLoader 2.5s linear forwards;
    -moz-animation: rotating 0.9s linear infinite, hideLoader 2.5s linear forwards;
    -o-animation: rotating 0.9s linear infinite, hideLoader 2.5s linear forwards;
    animation: rotating 0.9s linear infinite, hideLoader 2.5s linear forwards; }

@-webkit-keyframes rotating {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg); }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg); } }

@-moz-keyframes rotating {
    from {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg); }
    to {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg); } }

@-o-keyframes rotating {
    from {
        -o-transform: rotate(0deg);
        transform: rotate(0deg); }
    to {
        -o-transform: rotate(360deg);
        transform: rotate(360deg); } }

@keyframes rotating {
    from {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg); }
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg); } }

@-webkit-keyframes hideLoader {
0 {
    opacity: 1; }
90% {
    opacity: 1; }
100% {
    opacity: 0; } }

@-moz-keyframes hideLoader {
0 {
    opacity: 1; }
90% {
    opacity: 1; }
100% {
    opacity: 0; } }

@-o-keyframes hideLoader {
0 {
    opacity: 1; }
90% {
    opacity: 1; }
100% {
    opacity: 0; } }

@keyframes hideLoader {
0 {
    opacity: 1; }
90% {
    opacity: 1; }
100% {
    opacity: 0; } }
/* End */


/* Start:/local/templates/main/template_styles.css?163887445336*/
.load_more {
	cursor: pointer;
}

/* End */
/* /local/templates/.default/css/preloader.css?163887445315058 */
/* /local/templates/.default/markup/mockup/assets/components/select2/dist/css/select2.min.css?161821836815180 */
/* /local/templates/.default/markup/mockup/assets/components/swiper-5.3.1/css/swiper.min.css?161821836813666 */
/* /local/templates/.default/markup/mockup/assets/components/fancybox/jquery.fancybox.min.css?161969099312795 */
/* /local/templates/.default/markup/mockup/assets/components/malihu-custom-scrollbar-plugin-master/jquery.mCustomScrollbar.min.css?162126017742839 */
/* /local/templates/.default/markup/mockup/assets/styles/grid.css?1618218368165423 */
/* /local/templates/.default/markup/mockup/assets/styles/app.css?1639577235718095 */
/* /local/templates/.default/markup/mockup/assets/styles/custom.css?161821836833 */
/* /local/templates/.default/css/style.css?16826771496155 */
/* /local/templates/main/template_styles.css?163887445336 */
