@charset "UTF-8";
.btn--foil, .btn: hover {
    background-color: #f46e21;
}
.btn-slider, .nav-sub, .page {
    overflow: hidden;
}
*, .popup, .wrapper {
    box-sizing: border-box;
}
.bid-close, .btn-slider, .footer-city__value, .header-city:hover, .header-city:hover svg, .header-city__city, .popup-close, button {
    cursor: pointer;
}
.js-run-desc, .js-run-image, .mini-slider__line, .product__image img {
    will-change: transform;
}
.btn, .iconic, .link, .slider-unit__name, a {
    text-decoration: none;
}
@font-face {
    font-family: iconic;
    src: url(../fonts/iconic.eot);
    src: url(../fonts/iconic.eot@) format("eot"), url(../fonts/iconic.woff) format("woff"), url(../fonts/iconic.ttf) format("truetype"), url(../fonts/iconic.svg) format("svg");
}
.iconic {
    font-family: iconic;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    text-transform: none;
    color: inherit;
    line-height: normal;
    vertical-align: middle;
}
.btn--small, .footer-city__value, .footer__unit .h4, .link--big, .nav-item .link--nav, .product .h3 {
    text-transform: uppercase;
}
.h1, .h2, h1, h2 {
    line-height: 1.2;
    font-family: "Graphik LCG"}
.iconic--arr-bottom:after {
    content: ""}
.iconic--arr-left:after {
    content: ""}
.iconic--arr-right:after {
    content: ""}
.iconic--cart-new:after {
    content: ""}
.iconic--comp:after {
    content: ""}
.iconic--dislike:after {
    content: ""}
.iconic--like:after {
    content: ""}
.iconic--ruble:after {
    content: ""}
.iconic--sravnenie:after {
    content: ""}
.iconic--star:after {
    content: ""}
.iconic--tv:after {
    content: ""}
@font-face {
    font-family: 'Graphik LCG';
    src: url(../fonts/GraphikLCG-BoldItalic.woff2) format("woff2"), url(../fonts/GraphikLCG-BoldItalic.woff) format("woff"), url(../fonts/GraphikLCG-BoldItalic.ttf) format("truetype");
    font-weight: 700;
    font-style: italic;
}
@font-face {
    font-family: 'Graphik LCG';
    src: url(../fonts/GraphikLCG-Regular.woff2) format("woff2"), url(../fonts/GraphikLCG-Regular.woff) format("woff"), url(../fonts/GraphikLCG-Regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Graphik LCG';
    src: url(../fonts/GraphikLCG-Thin.woff2) format("woff2"), url(../fonts/GraphikLCG-Thin.woff) format("woff"), url(../fonts/GraphikLCG-Thin.ttf) format("truetype");
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'Graphik LCG';
    src: url(../fonts/GraphikLCG-Light.woff2) format("woff2"), url(../fonts/GraphikLCG-Light.woff) format("woff"), url(../fonts/GraphikLCG-Light.ttf) format("truetype");
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Graphik LCG';
    src: url(../fonts/GraphikLCG-Medium.woff2) format("woff2"), url(../fonts/GraphikLCG-Medium.woff) format("woff"), url(../fonts/GraphikLCG-Medium.ttf) format("truetype");
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Graphik LCG';
    src: url(../fonts/GraphikLCG-Semibold.woff2) format("woff2"), url(../fonts/GraphikLCG-Semibold.woff) format("woff"), url(../fonts/GraphikLCG-Semibold.ttf) format("truetype");
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Graphik LCG';
    src: url(../fonts/GraphikLCG-Bold.woff2) format("woff2"), url(../fonts/GraphikLCG-Bold.woff) format("woff"), url(../fonts/GraphikLCG-Bold.ttf) format("truetype");
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Graphik LCG';
    src: url(../fonts/GraphikLCG-Black.woff2) format("woff2"), url(../fonts/GraphikLCG-Black.woff) format("woff"), url(../fonts/GraphikLCG-Black.ttf) format("truetype");
    font-weight: 900;
    font-style: normal;
}
.btn {
    display: inline-block;
    text-align: center;
    color: #111;
    padding: 17px 33px;
    border: 1px solid #f46e21;
    transition: .7s;
    white-space: nowrap;
    border-radius: 25px;
    font-size: 15px;
}
.btn:hover {
    color: #fff;
}
.black.btn:hover {
    background: #e55600;
}
.btn--small {
    padding: 8px 23px;
    font-size: 12px;
    font-weight: 500;
}
@media screen and (max-width:480px) {
    .btn--small {
        font-size: 11px;
        padding: 8px 15px;
    }
}.btn--little {
     padding: 5px 8px;
     font-size: 12px;
 }
.btn--foil {
    color: #fff;
}
.btn--foil:hover {
    border-color: #0057b8;
    background-color: #0057b8;
}
.btn--bor-white {
    border: 1px solid #A29E9C;
    color: #fff;
}
.btn--bor-white:hover {
    border-color: #f46e21;
    background-color: #f46e21;
}
.btn--white {
    color: #111;
    background-color: #fff;
}
.btn--white:hover {
    color: #fff;
    background-color: #0057b8;
}
.btn-wrap {
    width: 120px;
    display: -ms-flexbox;
    display: flex;
}
@media screen and (max-width:480px) {
    .btn-wrap {
        width: 96px;
    }
}.btn-slider {
     display: -ms-flexbox;
     display: flex;
     -ms-flex-align: center;
     align-items: center;
     -ms-flex-pack: center;
     justify-content: center;
     width: 60px;
     height: 60px;
     position: relative;
     background-color: #2e2c2a;
 }
.btn-slider:before {
    content: '';
    display: block;
    width: 8px;
    height: 14px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    background-image: url(../images/svg/next.svg);
}
.btn-slider:hover:before {
    transform: translateX(7px);
    transition: .4s;
}
.btn-slider--prev:before {
    background-image: url(../images/svg/prev2.svg);
}
.btn-slider--prev:hover:before {
    transform: translateX(-7px);
}
@media screen and (max-width:480px) {
    .btn-slider {
        width: 48px;
        height: 48px;
    }
}button, input, textarea {
     font-family: "Graphik LCG";
     border: none;
     outline: 0;
     background: 0 0;
 }
.input-wrap {
    width: 100%;
    position: relative;
    margin-bottom: 8px;
}
.input-wrap input {
    display: block;
    width: 100%;
    border-bottom: 2px solid #D3D0D0;
    font-size: 15px;
    letter-spacing: .3px;
    padding: 16px 0;
    font-weight: 500;
}
.input-wrap input.error {
    border-color: #ff5f21;
}
.input-wrap__label {
    position: absolute;
    left: 17px;
    top: 17px;
    font-size: 15px;
    font-weight: 300;
    color: #696868;
    pointer-events: none;
    transition: .2s ease all;
}
.input-wrap input.valid~.input-wrap__label, .input-wrap input:focus~.input-wrap__label {
    font-size: 10px;
    top: 0;
    left: 0;
}
.input-wrap select {
    display: block;
    width: 100%;
    border-bottom: 2px solid #D3D0D0;
    font-size: 15px;
    letter-spacing: .3px;
    padding: 16px 0;
    font-weight: 500;
}
.input-wrap select.error {
    border-color: #ff5f21;
}
.input-wrap .jq-selectbox {
    display: block;
    width: 100%;
    cursor: pointer;
}
.input-wrap .jq-selectbox__select {
    border-bottom: 2px solid #D3D0D0;
    font-size: 15px;
    letter-spacing: .3px;
    padding: 16px 17px;
    font-weight: 500;
    background-repeat: no-repeat;
    background-position: 95% 50%;
    background-image: url(../images/svg/select2.svg);
}
.input-wrap .jq-selectbox__dropdown {
    padding: 8px 0;
    width: 100%;
    background-color: #fff;
}
.input-wrap .jq-selectbox__dropdown li {
    padding: 12px 5px;
    color: #111;
}
.input-wrap .jq-selectbox__dropdown li:hover {
    color: #fff;
    background-color: #f46e21;
}
.input-wrap label.error {
    font-size: 13px;
    position: absolute;
    left: 0;
    bottom: -15px;
    color: #BE1010;
}
.link, .slider-unit__name {
    color: inherit;
    transition: .3s;
    outline: 0;
    font-size: 12px;
    letter-spacing: 1.2px;
}
.link--hov:hover, .link--orange {
    color: #f46e21;
}
.footer__item .link, .footer__item .slider-unit__name, .link--big, .link--general {
    letter-spacing: 0;
}
.link--bor-white {
    border-bottom: 1px solid rgba(255, 255, 255, .5);
}
.link--bor-white:hover {
    border-color: transparent;
}
.link--orange:hover {
    color: #fff;
}
.link--bor-orange {
    border-bottom: 1px solid #f46e21;
}
.link--bor-orange:hover {
    border-color: transparent;
}
.link--bor-gray {
    border-bottom: 1px solid #696868;
}
.link--bor-gray:hover {
    border-color: transparent;
}
.link--bor-orange2 {
    border-bottom: 2px solid #f46e21;
}
.link--bor-orange2:hover {
    border-color: transparent;
}
.link--big {
    font-size: 18px;
}
.link--next:after {
    content: url(../images/svg/next.svg);
    display: inline-block;
    vertical-align: middle;
    padding-left: 14px;
    transition: .3s ease;
}
.header__part, .page {
    display: -ms-flexbox;
}
.link--next:hover:after {
    transform: translateX(7px);
}
.link--general span {
    font-size: 16px;
    border-bottom: 1px solid #C2C1C5;
    letter-spacing: 0;
    transition: .3s;
}
.link--general:hover span {
    border-color: transparent;
}
.h1, h1 {
    font-size: 3.85714rem;
    font-weight: 700;
}
.h1--48, h1--48 {
    font-size: 3.42857rem;
    margin-bottom: 35px;
}
@media screen and (max-width:765px) {
    .h1, h1 {
        font-size: 3.14286rem;
    }
}@media screen and (max-width:600px) {
    .h1, h1 {
        font-size: 2.28571rem;
    }
    .h1--48, h1--48 {
        margin-bottom: 20px;
    }
}.h2, h2 {
     font-size: 2.57143rem;
 }
.h2--40, h2--40 {
    font-size: 2.85714rem;
    margin-bottom: 30px;
}
.h2--44, h2--44 {
    font-size: 3.14286rem;
    margin-bottom: 30px;
}
@media screen and (max-width:1120px) {
    .h2, h2 {
        font-size: 2.14286rem;
    }
    .h2--40, h2--40 {
        font-size: 2.42857rem;
    }
}@media screen and (max-width:780px) {
    .h2, .h2--40, h2, h2--40 {
        font-size: 2.14286rem;
    }
}@media screen and (max-width:720px) {
    .h2, h2 {
        font-size: 1.71429rem;
    }
}@media screen and (max-width:480px) {
    .h2--40, h2--40 {
        font-size: 1.5rem;
        margin-bottom: 20px;
    }
}.h3, h3 {
     font-family: "Graphik LCG";
     font-size: 1.71429rem;
     line-height: 1.3;
 }
.h4, .h5, h4, h5 {
    line-height: 1.2;
    font-family: "Graphik LCG"}
.h3--30, h3--30 {
    font-size: 2.14286rem;
}
@media screen and (max-width:1120px) {
    .h3, h3 {
        font-size: 1.42857rem;
    }
}@media screen and (max-width:780px) {
    .h3, h3 {
        font-size: 1.14286rem;
    }
}.h4, h4 {
     font-size: 1rem;
 }
.h4--18, h4--18 {
    font-size: 1.28571rem;
}
.h5, h5 {
    font-size: 1.42857rem;
    margin-bottom: 16px;
}
.fw300 {
    font-weight: 300;
}
.fw500 {
    font-weight: 500;
}
.fw600 {
    font-weight: 600;
}
.fw700 {
    font-weight: 700;
}
.text {
    font-size: 16px;
    line-height: 140%;
    color: #878787;
}
.text p {
    margin-bottom: 25px;
}
.text p:last-child {
    margin-bottom: 0;
}
.text strong {
    font-weight: 600;
}
.header-city, .header-city__city, strong {
    font-weight: 500;
}
.text--large {
    line-height: 30px;
    font-size: 18px;
}
@media screen and (max-width:480px) {
    .text {
        font-size: 13px;
        line-height: 20px;
    }
    .text p {
        margin-bottom: 18px;
    }
}:root, body, html {
     font-size: 14px;
     overflow-x: hidden;
 }
body {
    font-family: "Graphik LCG";
    color: #111;
    min-width: 320px;
    padding: 0;
    margin: 0;
}
.wrapper {
    max-width: 1570px;
    margin: 0 auto;
    padding: 0 20px;
}
@media screen and (max-width:560px) {
    .wrapper {
        padding: 0 20px;
    }
}.page {
     display: flex;
     -ms-flex-direction: column;
     flex-direction: column;
     min-height: 100vh;
     background: #fff;
     width: 100%}
.main {
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.svg-sprite {
    display: none;
}
* {
    -webkit-tap-highlight-color: transparent;
    -moz-tap-highlight-color: transparent;
}
img {
    max-width: 100%}
a {
    outline: 0;
    color: inherit;
}
.header {
    display: block;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 93;
    background-color: transparent;
    transition: background-color .4s ease;
}
.header.active2:before, .header.active:before {
    display: none;
}
.header:after, .header:before {
    content: '';
    position: absolute;
    left: 0;
    width: 100%}
.header:after {
    height: 1px;
    bottom: 0;
    background: rgba(255, 255, 255, .2);
}
.header:before {
    height: 170px;
    top: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    background-image: url(../images/background/header.png);
    z-index: -1;
    opacity: 1;
    transition: 0s;
}
.header-city, .header-city svg {
    position: relative;
    transition: .3s;
}
.header.active {
    z-index: 93;
    background-color: #1D1A18;
}
.header.active:after {
    background-color: transparent;
}
@media screen and (min-width:1120px) {
    .header.active .header__part {
        height: 65px;
    }
    .header.active .nav-item .link--nav:after {
        bottom: -26px;
    }
    .header.active .nav-sub {
        top: 27px;
    }
}@media screen and (max-width:650px) {
    .header.active {
        z-index: 92;
    }
    .header {
        transition: 0s;
    }
}.header.active2 {
     z-index: 93;
     background-color: #1D1A18;
 }
.header.active2:after {
    background-color: transparent;
}
.header__content {
    color: #fff;
}
.header__part {
    width: 100%;
    height: 90px;
    transition: .5s;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media screen and (max-width:1120px) {
    .header__part {
        padding: 29px 0 68px;
        height: auto;
        position: relative;
    }
}.header__left {
     display: -ms-flexbox;
     display: flex;
     -ms-flex-align: center;
     align-items: center;
 }
.header__data {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media screen and (max-width:650px) {
    .header__content {
        position: relative;
    }
    .header__part {
        padding: 11px 0 50px;
    }
    .header__data {
        transform: none!important;
        opacity: 1!important;
    }
}.header-city {
     font-size: 16px;
     margin-right: 26px;
     display: -ms-flexbox;
     display: flex;
 }
.header-city span, .header-city svg {
    display: inline-block;
    vertical-align: middle;
}
.header-city svg {
    fill: #fff;
    margin-right: 8px;
    top: -2px;
}
.header-city__dropdown {
    display: none;
    position: absolute;
    width: 237px;
    top: 53px;
    left: -25px;
    background-color: #fff;
    z-index: 3;
    padding: 14px 0;
    text-align: left;
}
.header-city__city {
    padding: 14px 26px;
    transition: .3s;
    color: #111;
}
.header-city__city:hover {
    background-color: #f1f1f1;
}
.header-city__value {
    white-space: nowrap;
}
.header-city__value2.active {
    color: #f46e21;
}
.header-city__number {
    display: none!important;
}
.header-city__arrow {
    display: none;
}
.header-city__span {
    display: none;
    font-size: 24px;
    padding-left: 26px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #111;
}
@media screen and (max-width:1350px) {
    .header-city {
        font-size: 14px;
        margin-right: 12px;
    }
    .header-city span {
        padding-top: 3px;
    }
}@media screen and (max-width:1120px) {
    .header-city {
        font-size: 16px;
        margin-right: 26px;
    }
    .header-city span {
        padding-top: 0;
    }
}@media screen and (max-width:650px) {
    .header-city__dropdown {
        top: 25px;
    }
}@media screen and (max-width:480px) {
    .header-city {
        position: absolute;
        right: 0;
        top: 20px;
        margin-right: 0;
    }
    .header-city .header-city__value, .header-city svg {
        display: none!important;
    }
    .header-city__arrow {
        display: block;
        width: 12px;
        height: 12px;
        background-repeat: no-repeat;
        background-position: top center;
        background-size: contain;
        background-image: url(../images/svg/prev.svg);
        transform: rotate(-90deg);
    }
    .header-city__dropdown {
        left: auto;
        right: -5px;
    }
}.header-phone {
     margin-right: 62px;
 }
.header-phone .link, .header-phone .slider-unit__name {
    font-size: 15px;
    white-space: nowrap;
}
.header-phone .link:hover, .header-phone .slider-unit__name:hover {
    color: inherit;
}
@media screen and (max-width:1600px) {
    .header-phone {
        margin-right: 20px;
    }
}@media screen and (max-width:1350px) {
    .header-phone {
        margin-right: 15px;
    }
    .header-phone .link, .header-phone .slider-unit__name {
        font-size: 13px;
    }
}@media screen and (max-width:1120px) {
    .header-phone {
        margin-right: 60px;
    }
    .header-phone .link, .header-phone .slider-unit__name {
        font-size: 15px;
    }
}@media screen and (max-width:730px) {
    .header-phone {
        margin-right: 25px;
        margin-top: 5px;
    }
}.header__logo {
     margin-right: 50px;
     width: 141px;
 }
@media screen and (max-width:1250px) {
    .header__logo {
        margin-right: 12px;
    }
}@media screen and (max-width:1185px) {
    .header__logo {
        width: 100px;
        margin-right: 15px;
    }
}@media screen and (max-width:1120px) {
    .header__logo {
        width: 141px;
    }
}@media screen and (max-width:776px) {
    .header__logo {
        width: 100px;
    }
}@media screen and (max-width:480px) {
    .header-phone .link, .header-phone .slider-unit__name {
        font-size: 13px;
        line-height: .5;
    }
    .header__logo {
        margin-right: 0;
        min-width: 130px;
    }
}.header-mobile {
     display: none;
 }
@media screen and (max-width:650px) {
    .header__logo {
        position: relative;
        z-index: 6;
    }
    .header .btn {
        position: absolute;
        right: 0;
        bottom: 12px;
    }
    .header-mobile {
        display: block;
        width: 30px;
        position: absolute;
        left: 5px;
        bottom: 15px;
        cursor: pointer;
    }
}.header-mobile__line {
     width: 100%;
     height: 2px;
     margin-bottom: 5px;
     background-color: #fff;
     transition: .5s;
 }
.header-mobile__line:last-child {
    margin-bottom: 0;
}
.header-mobile:hover .header-mobile__line {
    background-color: #f46e21;
}
.header-close {
    display: none;
}
@media screen and (max-width:650px) {
    .header-close {
        width: 14px;
        height: 14px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top center;
        background-image: url(../images/icons/close.png);
        position: absolute;
        right: 0;
        top: 15px;
        z-index: 6;
        cursor: pointer;
        transition: .4s;
    }
    .header-close:hover {
        transform: rotate(180deg);
    }
}@media screen and (min-width:651px) {
    .header-close, .header-mobile, .nav-sub__top {
        display: none!important;
    }
    .header__logo {
        display: block!important;
    }
}.footer {
     width: 100%;
     background-color: #443d39;
 }
.footer__part {
    padding: 70px 0;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
    max-width: 1350px;
    margin-left: auto;
    margin-right: auto;
}
.footer__unit .h4 {
    margin-bottom: 20px;
}
.footer__unit--flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 38%}
.footer__item {
    font-size: 13px;
    margin-bottom: 12px;
}
.footer__item:last-child {
    margin-bottom: 0;
}
.footer__coopyright, .footer__web {
    color: #a7a9ac;
    font-size: 13px;
}
.footer__coopyright a {
    transition: .3s;
    color: #f46e21;
}
.footer__coopyright a:hover {
    color: #fff;
}
.footer__web {
    margin-top: 12px;
}
.footer__web .link, .footer__web .slider-unit__name {
    letter-spacing: .3px;
}
.footer__button {
    margin-top: -7px;
    margin-bottom: 18px;
}
.footer-city {
    position: relative;
}
.footer-city__value {
    margin-bottom: 15px;
}
.footer-city__value:after {
    content: url(../images/icons/arrow.png);
    display: inline-block;
    vertical-align: middle;
    padding-left: 5px;
    margin-top: -3px;
}
.footer-city svg {
    display: none;
}
.footer-city .header-city__dropdown {
    top: 20px;
    left: 0;
}
.footer-phone {
    margin-bottom: 16px;
    margin-top: 16px;
}
.footer-phone .link, .footer-phone .slider-unit__name {
    font-size: 18px;
}
.footer__line {
    margin-bottom: 8px;
    font-size: 13px;
    color: #CDCBCA;
}
.footer__line .link, .footer__line .slider-unit__name {
    letter-spacing: 0;
}
.footer__flex {
    display: -ms-flexbox;
    display: flex;
    padding-top: 10px;
    -ms-flex-align: center;
    align-items: center;
}
.footer__social {
    margin-left: 23px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.nav-list, .nav-unit {
    -ms-flex-align: center;
}
.footer__icon {
    display: block;
    margin: 0 7px;
}
.footer__icon svg path {
    transition: .3s;
    fill: #a7a9ac;
}
.footer__icon svg:hover path {
    fill: #f46e21;
}
.footer .header-city__span {
    display: none!important;
}
@media screen and (max-width:1300px) {
    .footer__unit--flex {
        width: 40%}
}@media screen and (max-width:960px) {
    .footer {
        position: relative;
        padding-bottom: 170px;
    }
    .footer:after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 170px;
        background-color: #383330;
        z-index: 1;
    }
    .footer__part {
        padding-top: 55px;
        padding-bottom: 60px;
    }
    .footer__social {
        margin-left: 0;
        position: absolute;
        left: 50%;
        transform: translate(-50%);
        bottom: 100px;
        z-index: 2;
    }
    .footer__icon {
        margin: 0 17px;
    }
    .footer__bottom {
        width: 100%;
        text-align: center;
        position: absolute;
        left: 0;
        z-index: 2;
        bottom: 37px;
    }
    .footer__button {
        display: none;
    }
    .footer__unit--flex {
        width: 48%}
}@media screen and (max-width:785px) {
    .footer__unit--flex {
        display: block;
        width: 35%}
    .footer__bowl {
        margin-bottom: 40px;
    }
    .footer__bowl:last-child {
        margin-bottom: 0;
    }
}@media screen and (max-width:600px) {
    .footer-city__value, .footer__flex, .footer__part {
        display: block;
    }
    .footer__part {
        padding: 44px 0;
        text-align: center;
    }
    .footer__unit {
        width: 100%}
    .footer__unit:first-child {
        margin-bottom: 40px;
    }
}.w100 {
     width: 100%}
.w50 {
    width: 50%}
.w33 {
    width: calc(100% / 3);
}
.w66 {
    width: calc(100% / 3 * 2);
}
.w25 {
    width: 25%}
.nav {
    display: block;
}
.nav-list {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media screen and (max-width:1120px) {
    .nav-list {
        position: absolute;
        bottom: 24px;
        left: 0;
        width: 100%}
}@media screen and (max-width:650px) {
    .nav-list {
        display: block;
        left: -20px;
        width: calc(100% + 40px);
        background-color: #332d2b;
        bottom: auto;
        top: 42px;
        padding: 42px 22px;
        z-index: 5;
        transform: translateY(-120%)!important;
        transition: .3s ease-in-out;
    }
    .nav-list:before {
        content: '';
        width: 100%;
        height: 42px;
        position: absolute;
        left: 0;
        top: -42px;
        background-color: #181615;
    }
    .nav-list.active {
        transform: translateY(0)!important;
    }
    .nav-list.active .nav-sub {
        opacity: 1;
    }
}.nav-item {
     padding: 0 22px;
 }
.nav-item .link--nav {
    display: block;
    font-weight: 500;
    white-space: nowrap;
    position: relative;
    transition: 0s;
}
.nav-item .link--nav:after {
    content: '';
    width: 106%;
    height: 3px;
    position: absolute;
    bottom: -40px;
    left: -3%;
    background-color: #f46e21;
    opacity: 0;
    transition: .5s;
    transform-origin: 0 0;
}
.nav-item .link--nav.active:after, .nav-item .link--nav.current-menu-item:after, .nav-item .link--nav:hover:after, .nav-item.active .link--nav:after {
    opacity: 1;
}
@media screen and (max-width:1450px) {
    .nav-item {
        padding: 0 10px;
    }
}@media screen and (max-width:1350px) {
    .nav-item {
        padding: 0 4px;
    }
}@media screen and (max-width:1199px) {
    .nav-item .link--nav {
        letter-spacing: .2px;
    }
}@media screen and (max-width:1120px) {
    .nav-item: first-child {
        padding-left: 0;
    }
    .nav-item:last-child {
        padding-right: 0;
    }
    .nav-item .link--nav {
        letter-spacing: 1.2px;
    }
    .nav-item .link--nav:after {
        bottom: -25px;
    }
}@media screen and (max-width:650px) {
    .nav-item {
        padding: 0;
        margin-bottom: 30px;
    }
    .nav-item:last-child {
        margin-bottom: 0;
    }
    .nav-item .link--nav {
        font-size: 15px;
    }
    .nav-item .link--nav:after {
        display: none;
    }
    .nav-item .link--nav.active, .nav-item .link--nav:hover {
        color: #f46e21;
    }
}.nav-sub {
     opacity: 0;
     height: 0;
     width: 100%;
     position: fixed;
     left: 0;
     top: 52px;
     padding-top: 38px;
     transition: .5s ease-in-out;
     z-index: -1;
     visibility: hidden;
 }
.nav-sub.active {
    opacity: 1;
    height: auto;
    visibility: visible;
}
.nav-sub .link:after, .nav-sub .slider-unit__name:after {
    display: none;
}
.nav-sub__wrapper {
    width: 100%;
    position: relative;
    background-color: #332d2b;
    padding: 115px 0 175px;
    z-index: 5;
    box-shadow: inset 3px 31px 87px -13px rgba(0, 0, 0, .3);
}
.nav-sub__wrapper:after {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    background-color: #fff;
    opacity: .11;
}
.popup-hide, .popup-overlay {
    visibility: hidden;
    opacity: 0;
}
.nav-sub__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
}
.nav-sub__item {
    width: 50%;
    padding-right: 60px;
}
.nav-sub__item .link--bor-white {
    font-weight: 300;
}
.nav-sub__item:nth-child(2) {
    padding-left: 60px;
    padding-right: 0;
}
.nav-sub__item .link--small {
    display: block;
    font-size: 13px;
    letter-spacing: .4px;
    margin-top: 9px;
}
.nav-sub__half {
    margin-top: 62px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
}
@media screen and (max-width:1120px) {
    .nav-sub {
        top: 101px;
        padding-top: 26px;
    }
    .nav-sub__wrapper {
        padding: 80px 0 130px;
    }
    .nav-sub__item {
        padding-right: 30px;
    }
    .nav-sub__item:nth-child(2) {
        padding-left: 30px;
        padding-right: 0;
    }
}@media screen and (max-width:1000px) {
    .nav-sub__wrapper {
        padding: 40px 0 50px;
    }
    .nav-sub__half {
        margin-top: 30px;
    }
}@media screen and (max-width:650px) {
    .nav-sub {
        display: block;
        padding: 0;
        top: 0;
        transform: translateX(-105%);
        transition: transform .4s ease-out .01s;
        will-change: transform;
        z-index: 7;
        opacity: 0;
        overflow: visible;
    }
    .nav-sub.active {
        transform: translateX(0);
    }
    .nav-sub__wrapper {
        display: block;
        padding: 40px 0 60px;
    }
    .nav-sub__wrapper:after {
        display: none;
    }
    .nav-sub__list, .nav-sub__top {
        display: block;
    }
    .nav-sub__item {
        width: 100%;
        padding: 0;
        margin-bottom: 45px;
    }
    .nav-sub__item:nth-child(2n) {
        padding: 0;
    }
    .nav-sub__top {
        width: 100%;
        position: absolute;
        top: -27px;
        left: 0;
        padding: 0 20px;
        z-index: 2;
        text-align: center;
    }
    .nav-sub__top span {
        font-size: 16px;
    }
    .nav-sub__prev {
        position: absolute;
        display: inline-block;
        left: 25px;
        top: 0;
        background-repeat: no-repeat;
        background-position: top center;
        width: 14px;
        height: 14px;
        background-size: contain;
        background-image: url(../images/svg/prev.svg);
        cursor: pointer;
        transition: .7s;
    }
    .nav-sub__prev:hover {
        transform: translateX(-5px);
    }
}@media screen and (max-width:480px) {
    .nav-sub__item: last-child {
        margin-bottom: 0;
    }
    .nav-sub .h2.link, .nav-sub .h2.slider-unit__name {
        border-color: #f46e21;
    }
    .nav-sub .h2.link:hover, .nav-sub .h2.slider-unit__name:hover {
        border-color: transparent;
    }
}.nav-unit {
     display: -ms-flexbox;
     display: flex;
     align-items: center;
     max-width: 280px;
     margin-right: 15px;
 }
.nav-unit:nth-child(2n) {
    margin-right: 0;
}
.nav-unit__image {
    margin-right: 29px;
    max-width: 47px;
}
.nav-unit__image img {
    filter: grayscale(100%);
    transition: 1s;
}
.nav-unit .link, .nav-unit .slider-unit__name {
    color: rgba(255, 255, 255, .5);
    font-weight: 400;
    letter-spacing: 0;
    transition: 1s;
}
.nav-unit:hover .nav-unit__image img {
    filter: grayscale(0);
}
.nav-unit:hover .link, .nav-unit:hover .slider-unit__name {
    color: #f46e21;
}
@media screen and (max-width:1000px) {
    .nav-unit {
        display: block;
    }
    .nav-unit__image {
        height: 71px;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .nav-unit__image img {
        max-height: 100%}
}.bid-block, .bid-block__inner {
     height: 100%;
     width: 100%;
     overflow: hidden;
 }
@media screen and (max-width:650px) {
    .nav-unit {
        display: -ms-flexbox;
        display: flex;
    }
    .nav-unit__image {
        margin-right: 20px;
        margin-bottom: 0;
    }
}@media screen and (max-width:480px) {
    .nav-unit {
        display: block;
    }
    .nav-unit__image {
        margin-right: 0;
        margin-bottom: 15px;
    }
    .nav-unit .h3 {
        font-size: 14px;
    }
}.bid-block {
     display: -ms-flexbox;
     display: flex;
     -ms-flex-align: center;
     align-items: center;
     -ms-flex-pack: end;
     justify-content: flex-end;
     position: fixed;
     top: 0;
     right: 0;
     z-index: 99999;
     transform: translateX(101%);
     transition: transform .8s ease-in-out;
 }
.bid-block.active {
    transform: translateX(0);
}
@media screen and (max-width:960px) {
    .bid-block {
        -ms-flex-pack: center;
        justify-content: center;
    }
}.bid-block__inner {
     max-width: 1085px;
     padding: 30px 30px 30px 175px;
     margin: 0 0 0 auto;
     position: relative;
     background-color: #fff;
     background-repeat: no-repeat;
     background-size: cover;
     background-position: top left;
     color: #111;
     display: -ms-flexbox;
     display: flex;
     -ms-flex-align: center;
     align-items: center;
 }
@media screen and (max-width:960px) {
    .bid-block__inner {
        padding: 30px;
        max-height: 100vh;
        overflow-y: auto;
    }
    .bid {
        margin: 0 auto;
    }
}@media screen and (max-width:600px) {
    .bid-block__inner {
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 30px 20px;
    }
}.bid-block-animate {
     position: absolute;
     z-index: 1;
 }
.bid-block-animate.js-bid--animate--1 {
    width: 480px;
    top: 5%;
    left: -15%}
@media screen and (max-width:1600px) {
    .bid-block-animate.js-bid--animate--1 {
        max-width: 390px;
        width: 100%}
}@media screen and (max-width:1024px) {
    .bid-block-animate.js-bid--animate--1 {
        top: 1%}
}.bid-block-animate.js-bid--animate--2 {
     width: 114px;
     top: 16%;
     right: 40%}
@media screen and (max-width:1024px) {
    .bid-block-animate.js-bid--animate--2 {
        top: 6%}
}@media screen and (max-width:772px) {
    .bid-block-animate.js-bid--animate--2 {
        right: 25%}
}.bid-block-animate.js-bid--animate--3 {
     width: 75px;
     top: 32%;
     right: 22%}
@media screen and (max-width:1024px) {
    .bid-block-animate.js-bid--animate--3 {
        top: 23%}
}.bid-block-animate.js-bid--animate--4 {
     width: 102px;
     top: 25%;
     right: 5%}
.bid-block-animate.js-bid--animate--5 {
    width: 118px;
    bottom: 7%;
    left: 5%}
.bid-block-animate.js-bid--animate--6 {
    width: 136px;
    bottom: 15%;
    left: 22%}
@media screen and (max-width:1024px) {
    .bid-block-animate.js-bid--animate--4 {
        top: 15%}
    .bid-block-animate.js-bid--animate--6 {
        bottom: 10%}
}.bid-block-animate.js-bid--animate--7 {
     width: 96px;
     bottom: 5%;
     right: 45%}
.bid-block-animate.js-bid--animate--8 {
    width: 450px;
    bottom: -10px;
    right: 0;
}
@media screen and (max-width:1600px) {
    .bid-block-animate.js-bid--animate--8 {
        max-width: 300px;
        width: 100%}
}@media screen and (max-width:765px) {
    .bid-block__inner {
        background-image: url(../images/background/bid-foil.jpg);
    }
    .bid-block-animate {
        display: none;
    }
}.bid {
     width: 100%;
     max-width: 618px;
     position: relative;
     z-index: 2;
 }
.bid-close {
    width: 58px;
    height: 58px;
    position: absolute;
    top: -90px;
    right: 0;
    transition: .4s linear;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 2px 24px rgba(0, 0, 0, .09);
    z-index: 5;
}
.bid-close:before {
    content: url(../images/svg/close.svg);
    display: inline-block;
    transition: .2s linear;
}
.help__inner:after, .help__inner:before, .main-tab__menu:after, .tab-content__part:after, .tab-item:after {
    content: ''}
.bid-close:hover:before {
    transform: scale(1.15);
}
@media screen and (max-width:812px) {
    .bid-close {
        top: -40px;
        right: -30px;
    }
}.bid .h2 {
     margin-bottom: 30px;
     letter-spacing: .8px;
 }
@media screen and (max-width:600px) {
    .bid-close {
        top: -30px;
        right: -18px;
        width: 44px;
        height: 44px;
    }
    .bid .h2 {
        margin-bottom: 15px;
    }
}.bid .text {
     margin-bottom: 50px;
 }
@media screen and (max-width:600px) {
    .bid .text {
        margin-bottom: 0;
    }
}.bid__part {
     display: -ms-flexbox;
     display: flex;
     -ms-flex-pack: justify;
     justify-content: space-between;
     -ms-flex-align: start;
     align-items: flex-start;
     margin-bottom: 30px;
 }
.bid__unit {
    width: 31.5%}
@media screen and (max-width:600px) {
    .bid__part {
        display: block;
    }
    .bid__unit {
        width: 100%;
        margin-bottom: 20px;
    }
    .bid__unit:last-child {
        margin-bottom: 0;
    }
}.bid__bottom {
     display: -ms-flexbox;
     display: flex;
     -ms-flex-align: center;
     align-items: center;
 }
.bid .rules {
    width: 253px;
    margin-left: 70px;
    font-size: 13px;
    line-height: 18px;
    color: #696868;
}
.bid .rules a {
    margin-left: 4px;
    letter-spacing: 0;
    font-size: 13px;
}
@media screen and (max-width:600px) {
    .bid__bottom {
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -ms-flex-align: center;
        align-items: center;
    }
    .bid .rules {
        margin: 0 auto 30px;
        text-align: center;
    }
}.bid .btn {
     letter-spacing: .3px;
     font-weight: 600;
     font-size: 15px;
 }
.popup {
    z-index: 100;
    transition: transform .5s, margin .5s, opacity .5s, visibility .5s;
    background-color: #fff;
    width: 100%;
    max-height: 100vh;
}
@media screen and (max-width:550px) {
    .popup {
        max-width: 95%!important;
    }
}.popup-overlay {
     position: fixed;
     top: 0;
     right: 0;
     left: 0;
     bottom: 0;
     z-index: 99;
     background: rgba(24, 22, 21, .8);
     transition: .7s;
 }
.help-block, .thank__wrap {
    background-size: cover;
    background-position: top center;
}
.help-block, .main-tab__content--foil, .tab-content__block, .thank__wrap {
    background-repeat: no-repeat;
}
.popup-fullpage {
    top: 0;
    left: 0;
    position: fixed;
    max-width: 100%!important;
}
.popup-close {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    position: absolute;
    right: 15px;
    top: 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition: .7s;
    background-color: #fff;
    z-index: 5;
    transform-origin: 50% 50%}
.popup-close svg {
    display: inline-block;
    transition: .2s linear;
    fill: #111;
}
.popup-close:hover svg {
    transform: scale(1.15);
}
@media screen and (max-width:700px) {
    .popup-close {
        width: 35px;
        height: 35px;
        padding: 5px;
        right: 0;
        top: 0;
    }
}.popup-hide {
     margin-top: 10px;
 }
.blur .popup-overlay, .popup-show {
    visibility: visible;
    opacity: 1;
}
.popup-show {
    margin-top: 0;
}
html.o-hidden, html.o-hidden body {
    overflow: hidden;
    height: 100%;
    width: 100%;
    position: fixed;
}
#popup-product .modal {
    width: 100%!important;
    padding: 0;
}
.modal {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    position: relative;
}
.modal__desc {
    width: 450px;
    padding: 80px 50px 30px;
    max-height: 100vh;
    overflow: auto;
}
@media screen and (max-width:850px) {
    .modal__desc {
        width: 42%;
        padding: 70px 20px 30px;
    }
}@media screen and (max-width:700px) {
    .modal {
        display: block;
    }
    .modal__desc {
        width: 100%;
        padding: 30px 20px;
        max-height: 50vh;
    }
}.modal h2 {
     font-size: 48px;
     font-weight: 600;
     margin-bottom: 35px;
 }
@media screen and (max-width:1400px) {
    .modal h2 {
        font-size: 40px;
    }
}@media screen and (max-width:960px) {
    .modal h2 {
        font-size: 34px;
    }
}@media screen and (max-width:600px) {
    .modal h2 {
        font-size: 24px;
    }
}.modal h6 {
     font-size: 16px;
     margin-bottom: 15px;
 }
.modal table {
    width: 100%;
    table-layout: fixed;
}
.modal td {
    padding: 4px 0;
    width: 56%;
    color: #888;
}
.modal td:last-child {
    width: 44%;
    color: #111;
}
.modal__image {
    width: calc(100% - 450px);
    padding: 30px 90px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #d8c7b8;
    height: 100vh;
}
.modal__image img {
    max-height: 100%}
@media screen and (max-width:900px) {
    .modal__image {
        padding-left: 25px;
    }
}@media screen and (max-width:850px) {
    .modal__image {
        width: 58%}
}.modal p {
     margin-top: 30px;
     line-height: 1.6;
 }
.modal-pagination {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
}
.modal-pagination .btn-slider {
    background-color: #fff;
    display: block;
}
.modal-pagination .btn-slider:before {
    margin: 0 auto;
    background-image: url(../images/svg/next-dark.svg);
}
.modal-pagination .btn-slider--prev:before {
    background-image: url(../images/svg/prev-dark.svg);
}
.modal-pagination .btn-slider.disabled {
    cursor: default!important;
    background-color: #D3D3D3;
    pointer-events: none;
}
@media screen and (max-width:700px) {
    .modal__image {
        width: 100%;
        padding: 30px 20px;
        height: 300px;
    }
    .modal__image img {
        max-height: 260px;
    }
    .modal-pagination {
        transform: none;
        top: 204px;
        right: 0;
    }
}.modal__image-wrap {
     display: inline-block;
     position: relative;
 }
.help, .help-block, .help__window {
    position: absolute;
}
.help {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
@media screen and (max-width:600px) {
    .help {
        display: none;
    }
}.help-block {
     width: 54px;
     height: 54px;
     background-image: url(../images/svg/elipse-1.svg);
     z-index: 2;
     cursor: pointer;
     border-radius: 50%;
     border: 2px solid #f46e21;
 }
.help-block:hover {
    background-image: url(../images/svg/elipse-2.svg);
    z-index: 3;
}
.help-block:hover .help__window {
    display: block;
}
@media screen and (max-width:1200px) {
    .help-block {
        transform: scale(.6);
        transform-origin: 50% 50%}
}.help__window {
     display: none;
     width: 255px;
     right: 54px;
     top: -10px;
     padding-right: 15px;
     z-index: 8;
     border: none;
 }
.help__window p {
    margin-top: 0!important;
}
@media screen and (max-width:700px) {
    .help__window {
        right: auto;
        left: 50%;
        transform: translateX(-50%);
        padding-right: 0;
        padding-top: 15px;
        top: 54px;
    }
}@media screen and (max-width:600px) {
    .help__window {
        top: 40px;
    }
}.help__inner {
     background-color: #fff;
     padding: 25px;
     font-size: 12px;
     line-height: 1.4;
     box-shadow: 0 6px 18px rgba(0, 0, 0, .1);
     position: relative;
 }
.help__inner:after, .help__inner:before {
    position: absolute;
    top: 28px;
    right: -16px;
    border: 8px solid transparent;
    border-left: 11px solid #fff;
}
.help__inner:after {
    right: -16px;
    border-left: 11px solid #fff;
}
.help__inner h6 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 8px;
}
.help__inner a {
    color: #0057b8;
    font-weight: 500;
    transition: .3s;
}
.help__inner a:hover {
    color: #f46e21;
}
#popup-thank {
    background-color: rgba(24, 22, 21, .85);
    max-height: 100%;
    transform: translateY(-110%);
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 100%!important;
}
#popup-thank.active {
    opacity: 1;
    transform: none;
}
#popup-thank .popup-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%}
.thank {
    display: block;
    width: 379px;
    position: relative;
}
@media screen and (max-width:430px) {
    .thank {
        transform: scale(.8);
        transform-origin: 50% 50%}
}.thank__wrap {
     width: 379px;
     height: 379px;
     border-radius: 50%;
     overflow: hidden;
     background-image: url(../images/thank.png);
     display: -ms-flexbox;
     display: flex;
     -ms-flex-align: center;
     align-items: center;
     -ms-flex-pack: center;
     justify-content: center;
     padding-bottom: 50px;
 }
.thank__desc {
    color: #181615;
    max-width: 169px;
}
.thank__name {
    font-size: 36px;
    margin-bottom: 20px;
}
.thank__text {
    line-height: 1.3;
    font-size: 16px;
}
.thank .popup-close {
    position: absolute;
    top: 40px;
    right: 20px;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background-color: #f46e21;
}
.main-tab, .main-tab__menu {
    position: relative;
    width: 100%}
.thank__bird {
    width: 130px;
    margin-top: -105px;
    margin-left: 36%;
    position: relative;
}
.thank__bird-wrap {
    transform: translateX(300px);
    transition: 4s;
    transition-delay: 2s!important;
}
.main-tab {
    background-color: #181615;
    overflow: hidden;
}
.main-tab__wrap {
    width: 100%;
    border-bottom: 1px solid #302E2D;
}
.main-tab__menu {
    max-width: 1570px;
    padding: 0 20px;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-flex;
    -webkit-align-items: stretch;
    margin: 0 auto;
}
.main-tab__menu:after {
    width: 5000px;
    height: 1px;
    position: absolute;
    left: -1000px;
    bottom: 0;
    border-bottom: 1px solid #22201F;
}
.main-tab__content, .tab-item {
    position: relative;
    width: 100%}
@media screen and (max-width:1100px) {
    .main-tab__menu {
        padding: 0;
    }
}.main-tab__item {
     width: 25%}
.main-tab__item.active .tab-item {
    background-color: #0057b8;
}
.main-tab__item.active .tab-item:after {
    display: none;
}
.main-tab__content--foil {
    background-position: 58% 0;
    background-image: url(../images/background/product.jpg);
}
@media screen and (max-width:1300px) {
    .main-tab__content--foil {
        background-position: 64% 0;
    }
}.tab-item {
     display: -ms-flexbox;
     display: flex;
     -ms-flex-align: center;
     align-items: center;
     -ms-flex-pack: center;
     justify-content: center;
     padding: 16px 25px;
     color: #fff;
     height: 121px;
 }
.tab-item:after {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #f46e21;
    z-index: 1;
    transition: .7s ease;
    transform: scaleY(0);
    transform-origin: 50% 100%}
.tab-item:hover:after {
    transform: scaleY(1);
}
.tab-item__wrap {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 2;
}
.tab-item__image {
    width: 50px;
    margin-right: 20px;
}
@media screen and (max-width:960px) {
    .tab-item__image {
        width: 40px;
        margin-right: 7px;
    }
    .tab-item .h4 {
        font-size: 15px;
    }
}.tab-item .h4 {
     max-width: 140px;
     line-height: 1.4;
 }
@media screen and (max-width:730px) {
    .tab-item__image {
        width: 100%;
        text-align: center;
        margin-right: 0;
    }
    .tab-item .h4 {
        display: none;
    }
}.main-tab .tab-content__block {
     padding-top: 0!important;
     background-color: transparent!important;
     background-image: none!important;
     max-width: 1570px!important;
 }
.main-tab .tab-content__block:after {
    display: none;
}
.main-tab .tab-content__part {
    max-width: 100%!important;
}
.tab-content {
    width: 100%;
    padding-top: 80px;
    color: #fff;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    transition: .6s;
}
.tab-content.active {
    display: block;
    top: 0;
    opacity: 1;
    visibility: visible;
}
.tab-content.static {
    position: static;
}
@media screen and (max-width:480px) {
    .main-tab__content--foil {
        background-size: 100% auto;
    }
    .tab-item {
        height: 80px;
    }
    .tab-content {
        padding-top: 40px;
    }
    .tab-content__block {
        background-size: 100% auto;
    }
}.tab-content__block {
     padding: 164px 20px 0;
     margin: 0 auto;
     background-color: #181615;
     background-image: url(../images/background/product.jpg);
     background-position: 58% 0;
     max-width: 100%}
@media screen and (max-width:1300px) {
    .tab-content__block {
        background-position: 64% 0;
    }
}.tab-content__block .h1 {
     color: #fff;
 }
@media screen and (max-width:1385px) {
    .tab-content__block {
        padding-top: 150px;
    }
}@media screen and (max-width:600px) {
    .tab-content__block {
        padding-top: 130px;
    }
}.tab-content__desc {
     text-align: center;
     margin-bottom: 65px;
 }
.tab-content__desc .text {
    color: #fff;
    opacity: .9;
    min-height: 40px;
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
}
.tab-content__desc .h1 {
    margin-bottom: 44px;
}
.tab-content__part {
    display: -webkit-flex;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 95px;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center;
    width: calc(100% + 12px);
    max-width: 1570px;
    margin-left: auto;
    margin-right: auto;
}
.tab-content__part:after {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(255, 255, 255, .7);
    opacity: 0;
    visibility: hidden;
    transition: .4s;
}
.leg.back, .slider-parallax .swiper-container.nav-slider .swiper-slide.swiper-slide-active {
    opacity: 1;
}
.tab-content__part.preload:after {
    visibility: visible;
    opacity: 1;
}
@media screen and (max-width:550px) {
    .tab-content__desc {
        margin-bottom: 30px;
    }
    .tab-content__desc .text {
        min-height: 0;
    }
    .tab-content__part {
        width: 100%;
        margin-left: 0;
        padding-bottom: 45px;
        display: block;
    }
}.tab-content__more {
     padding-bottom: 90px;
     margin-top: -20px;
     text-align: center;
 }
.tab-content__more .btn {
    color: #fff;
    width: 238px;
}
@media screen and (max-width:550px) {
    .tab-content__more {
        margin-top: 0;
        padding-bottom: 60px;
    }
}.product {
     display: block;
     width: calc(25% - 12px);
     background-color: rgba(52, 49, 48, .5);
     text-align: center;
     color: #fff;
     position: relative;
     padding: 48px 25px 100px;
     margin: 6px;
 }
@media screen and (max-width:1100px) {
    .product {
        padding-left: 14px;
        padding-right: 14px;
    }
}@media screen and (max-width:960px) {
    .product {
        width: calc(33.33% - 12px);
    }
}@media screen and (max-width:768px) {
    .product {
        width: calc(50% - 12px);
    }
}@media screen and (max-width:550px) {
    .product {
        padding-left: 25px;
        padding-right: 25px;
        width: 100%;
        margin: 6px 0;
    }
}.product__bottom {
     width: 100%;
     position: absolute;
     left: 0;
     bottom: 0;
     height: 85px;
     text-align: center;
     display: -ms-flexbox;
     display: flex;
     -ms-flex-align: center;
     align-items: center;
     -ms-flex-pack: center;
     justify-content: center;
 }
.product__unit {
    width: 39px;
    height: 40px;
    margin: 0 15px;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.product__unit svg {
    position: absolute;
    top: 0;
    left: 0;
}
.product__power {
    font-weight: 700;
    font-style: italic;
    font-size: 18px;
}
.product__icon {
    position: absolute;
    top: 13px;
    right: 15px;
    z-index: 2;
}
.product__image {
    height: 174px;
    margin-bottom: 18px;
}
.product__image img {
    transition: transform .3s ease;
    max-height: 100%}
.product:hover .product__image img {
    transform: scale(1.07);
}
.product .h3 {
    margin-bottom: 15px;
    color: #c0965a;
}
.product .h4 {
    line-height: 24px;
}
.product-popup-desc, .product-popup-help, .product-popup-image {
    display: none;
}
.product svg path.gray {
    fill: #9B918C;
}
.sert {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    background-image: url(../images/background/foil2.jpg);
}
.sert__content {
    padding: 90px 0 130px;
    text-align: center;
    color: #fff;
    max-width: 1275px;
    margin: 0 auto;
}
@media screen and (max-width:600px) {
    .sert__content {
        padding: 50px 0 60px;
    }
}.sert__part {
     display: -ms-flexbox;
     display: flex;
     -ms-flex-pack: justify;
     justify-content: space-between;
     -ms-flex-align: start;
     align-items: flex-start;
     text-align: left;
     padding-top: 70px;
 }
@media screen and (max-width:600px) {
    .sert__part {
        padding-top: 35px;
    }
}.sert__block {
     width: 47%;
     padding-left: 170px;
     position: relative;
     padding-top: 4px;
 }
@media screen and (max-width:960px) {
    .sert__part {
        display: block;
    }
    .sert__block {
        width: 100%;
        margin-bottom: 60px;
    }
    .sert__block:last-child {
        margin-bottom: 0;
    }
}@media screen and (max-width:600px) {
    .sert__block {
        padding-left: 100px;
    }
}.sert__image {
     position: absolute;
     top: 0;
     left: 0;
     max-width: 160px;
 }
@media screen and (max-width:600px) {
    .sert__image {
        max-width: 90px;
    }
}@media screen and (max-width:480px) {
    .sert__block {
        padding-left: 0;
    }
    .sert__image {
        position: static;
        max-width: 100%;
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
    .sert__desc .text {
        line-height: 24px;
    }
}.sert__desc .h3 {
     font-size: 22px;
     margin-bottom: 30px;
 }
.sert__desc .text {
    font-weight: 500;
    color: #fff;
    font-size: 14px;
}
.goods {
    width: 100%;
    background-color: #171614;
    padding: 110px 0 90px;
}
@media screen and (max-width:1385px) {
    .goods {
        padding: 50px 0 40px;
    }
}.goods__part {
     display: -ms-flexbox;
     display: flex;
     -ms-flex-align: center;
     align-items: center;
     -ms-flex-pack: justify;
     justify-content: space-between;
     -ms-flex-direction: row-reverse;
     flex-direction: row-reverse;
     max-width: 1340px;
     margin: 0 auto;
 }
.goods__desc {
    width: 47%}
.goods__desc .h1 {
    margin-bottom: 30px;
    color: #fff;
}
@media screen and (max-width:1100px) {
    .goods__desc .h1 {
        font-size: 30px;
    }
}.goods__desc .text {
     color: #fff;
     margin-bottom: 40px;
     line-height: 1.8;
 }
.goods__desc .btn {
    color: #fff;
}
@media screen and (max-width:960px) {
    .goods__desc {
        width: 49%}
}@media screen and (max-width:600px) {
    .goods {
        padding: 40px 0 60px;
    }
    .goods__part {
        display: block;
    }
    .goods__desc {
        width: 100%}
}.goods__image {
     width: 51%}
@media screen and (max-width:600px) {

    .sert__desc._fade-in-right {
        text-align: center;
        padding: 0 20px;
    }
    
    .goods__image {
        width: 100%;
        margin-bottom: 10px;
    }
}.capsules {
     width: 100%;
     background-color: #e3d5c8;
 }
.capsules__content {
    text-align: center;
    padding: 120px 0 80px;
    color: #111;
}
.capsules__content .h2 {
    margin-bottom: 40px;
}
@media screen and (max-width:1385px) {
    .capsules__content {
        padding: 50px 0 40px;
    }
}@media screen and (max-width:1050px) {
    .capsules__content .h2 {
        margin-bottom: 20px;
    }
    .capsules__content {
        padding: 70px 0;
    }
}@media screen and (max-width:600px) {
    .capsules__content {
        padding: 40px 0;
    }
}.capsules__part {
     max-width: 1080px;
     margin: 0 auto;
     position: relative;
     text-align: left;
     display: -ms-flexbox;
     display: flex;
     -ms-flex-pack: justify;
     justify-content: space-between;
     -ms-flex-align: start;
     align-items: flex-start;
     padding-top: 25px;
 }
.capsules__image {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    top: 0;
}
@media screen and (max-width:1050px) {
    .capsules__image {
        width: 30vw;
        top: 20%}
}@media screen and (max-width:860px) {
    .capsules__image {
        width: 25vw;
    }
}@media screen and (max-width:800px) {
    .capsules__part {
        display: block;
    }
    .capsules__image {
        position: static;
        transform: none;
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
}.capsules__left {
     width: 40%}
@media screen and (max-width:800px) {
    .capsules__left {
        width: 100%;
        margin-top: -60px;
    }
}
.capsules__right .capsules__unit {
    margin-left: auto;
    margin-right: 0;
    max-width: 290px;
}
.capsules__right .capsules__unit:last-child {
    margin-bottom: 0;
}
.capsules__unit {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 275px;
    margin-bottom: 95px;
    width: 81%;
}
.capsules__unit:last-child {
    margin-bottom: 0;
}
@media screen and (max-width:800px) {
    .capsules__right {
        width: 100%}
    .capsules__unit {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: start;
        justify-content: flex-start;
        max-width: 100%!important;
        margin-left: 0!important;
        margin-bottom: 25px!important;
    }
}.capsules__icon {
     min-width: 60px;
     max-width: 60px;
     margin-right: 20px;
 }
@media screen and (max-width:800px) {
    .capsules__icon {
        margin-right: 15px!important;
    }
}.capsules__text {
     font-weight: 500;
     line-height: 21px;
     font-size: 16px;
 }
.capsules__desc {
    max-width: 760px;
    margin: 75px auto 0;
}
#capsules .tab-content__desc .text, #grains .tab-content__desc .text {
    max-width: 715px;
}
.slider-unit .h3, .slider-unit__name {
    margin-bottom: 30px;
    text-transform: uppercase;
}
@media screen and (max-width:800px) {
    .capsules__desc {
        margin-top: 30px;
    }
}@media screen and (max-width:930px) {
    .capsules__bowl.hide-block {
        display: none;
    }
}#capsules .goods__desc {
     width: 42%}
@media screen and (max-width:600px) {
    #capsules .goods__desc {
        width: 100%}
}#capsules .goods__image {
     width: 58%}
@media screen and (max-width:600px) {
    #capsules .goods__image {
        width: 100%}
}#grains .goods__desc {
     width: 49%}
@media screen and (max-width:600px) {
    #grains .goods__desc {
        width: 100%}
}#grains .goods__image {
     width: 58%;
     margin-right: -8%}
@media screen and (max-width:600px) {
    #grains .goods__image {
        width: 100%;
        margin-right: 0;
    }
}.slider-parallax {
     width: 100%;
     height: 800px;
     position: relative;
 }
@media screen and (max-width:1385px) {
    .slider-parallax {
        height: 600px;
    }
}@media screen and (max-width:1200px) {
    .slider-parallax {
        height: 60vw;
    }
}@media screen and (max-width:700px) {
    .slider-parallax {
        height: 540px;
    }
}@media screen and (max-width:480px) {
    .slider-parallax {
        height: 350px;
    }
}.slider-parallax__mini {
     width: 394px;
     height: 250px;
     position: absolute;
     bottom: 0;
     left: calc(50% + 370px);
     z-index: 5;
 }
@media screen and (max-width:1580px) {
    .slider-parallax__mini {
        right: 20px;
        left: auto;
    }
}@media screen and (max-width:960px) {
    .slider-parallax__mini {
        width: 300px;
        height: 180px;
    }
}.slider-parallax [class^=swiper-button-] {
     transition: all .3s ease;
 }
.slider-parallax .btn-slider:focus {
    outline: 0;
}
.slider-parallax .btn-slider {
    background-color: #fff;
}
.slider-parallax .btn-slider:before {
    background-image: url(../images/svg/next-dark.svg);
}
.slider-parallax .btn-slider--prev:before {
    background-image: url(../images/svg/prev-dark.svg);
}
.slider-parallax .btn-wrap {
    position: absolute;
    right: 0;
    top: -60px;
}
@media screen and (max-width:700px) {
    .slider-parallax__mini {
        height: 60px;
    }
    .slider-parallax__mini .swiper-container {
        display: none;
    }
    .slider-parallax .btn-wrap {
        top: auto;
        bottom: 0;
        right: -20px;
    }
}.slider-parallax .swiper-slide {
     backface-visibility: hidden;
     overflow: hidden;
 }
.slider-parallax .swiper-container {
    width: 100%;
    height: 100%;
    transition: opacity .6s ease, transform .3s ease;
}
.slider-parallax .swiper-container.nav-slider {
    width: 100%;
    height: 100%}
.slider-parallax .swiper-container.nav-slider .swiper-slide {
    cursor: pointer;
    transition: opacity .3s ease;
    overflow: hidden;
}
.slider-parallax .swiper-slide .slide-bgimg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    will-change: transform;
}
.slider-parallax [class^=swiper-button-] {
    width: 44px;
}
.slider-parallax .swiper-button-prev {
    transform: translateX(50px);
}
.slider-parallax .swiper-button-next {
    transform: translateX(-50px);
}
.loader {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #181615;
    z-index: 999999;
}
.loader-animate, .loader-decor, .loader-logo {
    position: absolute;
}
.loader-logo {
    width: 290px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}
.loader-logo img {
    text-align: center;
}
.loader-decor {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.loader-animate.js-loader-animate--1 {
    width: 515px;
    top: 7%;
    left: -6%}
@media screen and (max-width:1400px) {
    .loader-animate.js-loader-animate--1 {
        width: 415px;
    }
}@media screen and (max-width:960px) {
    .loader-animate.js-loader-animate--1 {
        width: 315px;
        top: 2%;
        left: -11%}
}@media screen and (max-width:626px) {
    .loader-animate.js-loader-animate--1 {
        max-width: 215px;
    }
}.loader-animate.js-loader-animate--2 {
     width: 150px;
     top: 32%;
     left: 32%}
.loader-animate.js-loader-animate--3 {
    width: 340px;
    top: 14%;
    left: 48%}
@media screen and (max-width:1400px) {
    .loader-animate.js-loader-animate--3 {
        top: 2%;
        left: 38%}
}@media screen and (max-width:1030px) {
    .loader-animate.js-loader-animate--3 {
        left: 58%}
}@media screen and (max-width:480px) {
    .loader-animate.js-loader-animate--3 {
        max-width: 80px;
        left: 65%;
        width: 100%}
}.loader-animate.js-loader-animate--4 {
     width: 95px;
     top: 31%;
     right: 20%}
@media screen and (max-width:1030px) {
    .loader-animate.js-loader-animate--4 {
        top: 47%;
        right: 4%}
    .loader-animate.js-loader-animate--5 {
        display: none;
    }
}@media screen and (max-width:626px) {
    .loader-animate.js-loader-animate--4 {
        top: 27%}
}.loader-animate.js-loader-animate--5 {
     width: 134px;
     top: 20%;
     right: 5%}
.loader-animate.js-loader-animate--6 {
    width: 146px;
    top: 10%;
    right: 15%}
@media screen and (max-width:1030px) {
    .loader-animate.js-loader-animate--6 {
        display: none;
    }
}.loader-animate.js-loader-animate--7 {
     width: 130px;
     bottom: 10%;
     left: 5%}
@media screen and (max-width:826px) {
    .loader-animate.js-loader-animate--7 {
        bottom: 30%;
        left: 2%}
}@media screen and (max-width:626px) {
    .loader-animate.js-loader-animate--7 {
        max-width: 70px;
        bottom: 36%;
        width: 100%}
}.loader-animate.js-loader-animate--8 {
     width: 210px;
     bottom: 7%;
     left: 24%}
.loader-animate.js-loader-animate--8 img {
    transform: rotate(30deg);
}
@media screen and (max-width:1700px) {
    .loader-animate.js-loader-animate--8 {
        bottom: 0;
        max-width: 160px;
        width: 100%}
}@media screen and (max-width:828px) {
    .loader-animate.js-loader-animate--8 {
        left: 14%}
}@media screen and (max-width:747px) {
    .loader-animate.js-loader-animate--8 {
        left: 0;
    }
}.loader-animate.js-loader-animate--9 {
     width: 126px;
     bottom: 12%;
     right: 50%}
@media screen and (max-width:1400px) {
    .loader-animate.js-loader-animate--9 {
        right: 35%}
}@media screen and (max-width:1230px) {
    .loader-animate.js-loader-animate--9 {
        display: none;
    }
}.loader-animate.js-loader-animate--10 {
     width: 160px;
     bottom: 18%;
     right: 35%}
@media screen and (max-width:1600px) {
    .loader-animate.js-loader-animate--10, .loader-animate.js-loader-animate--2 {
        display: none;
    }
}.loader-animate.js-loader-animate--11 {
     width: 600px;
     bottom: -140px;
     right: 0;
 }
@media screen and (max-width:1650px) {
    .loader-animate.js-loader-animate--11 {
        max-width: 450px;
        width: 100%}
}@media screen and (max-width:620px) {
    .loader-animate.js-loader-animate--8 {
        display: none;
    }
    .loader-animate.js-loader-animate--11 {
        max-width: 350px;
        width: 100%}
}.pelvis {
     border-top: 5px solid #604d25;
     background: #F36F21;
     width: 43px;
     height: 30px;
     border-radius: 4px 4px 20px 20px;
     transform: rotateZ(-10deg);
     z-index: 2;
     margin-top: -6px;
 }
.leg__fore, .leg__top {
    width: 4px;
    transform-origin: 50% 0;
    position: absolute;
    background: #F36F21;
}
.leg__top {
    height: 0;
    margin-top: -15px;
    margin-left: -2px;
    z-index: 5;
    right: 52px;
    border-radius: 0 0 30px 10px;
}
.leg__fore {
    height: 80px;
    bottom: -65px;
}
.leg__fore:after {
    content: "";
    display: block;
    width: 12px;
    height: 4px;
    background: #F36F21;
    position: absolute;
    border-radius: 0 10px 5px 0;
    right: 0;
    bottom: 0;
}
.js-parallax, .slider {
    position: relative;
}
.leg.back {
    z-index: -1;
}
.leg.back .leg__top {
    background: #F36F21;
    margin-top: -20px;
}
.leg.back .leg__fore {
    background: #F36F21;
    right: 14px;
    bottom: -70px;
}
.slider__block, .top {
    background-repeat: no-repeat;
    background-size: cover;
}
.thank__bird {
    opacity: 0;
    transition: 2.5s;
}
.thank__bird.active {
    opacity: 1;
}
._fade-in-bottom, ._fade-in-left, ._fade-in-right, ._fade-in-top {
    transition: 1.3s;
    opacity: 0!important;
}
.thank__bird.active .thank__bird-wrap {
    transform: none;
}
.thank__leg.animation .leg__top {
    animation-delay: 2s!important;
    animation: leg_top 1s ease-in-out infinite;
}
.thank__leg.animation .leg__fore {
    animation-delay: 2s!important;
    animation: leg_fore 1s ease-in-out infinite;
    transform-origin: 50% 0;
}
.thank__leg.animation .leg__fore:after {
    animation-delay: 2s!important;
    animation: foot_front 1s ease-in-out infinite;
}
.thank__leg.animation .leg.back .leg__top {
    animation-delay: 2s!important;
    animation: leg_top_back 1s ease-in-out infinite;
}
.thank__leg.animation .leg.back .leg__fore {
    animation-delay: 2s!important;
    animation: leg_fore_back 1s ease-in-out infinite;
}
.thank__leg.animation .leg.back .leg__fore:after {
    animation-delay: 2s!important;
    animation: foot_back 1s ease-in-out infinite;
}
@keyframes leg_top {
    0%, 100% {
        transform: rotate(-10deg);
    }
    50% {
        transform: rotate(5deg);
    }
}@keyframes leg_top_back {
     0%, 100% {
         transform: rotate(5deg);
     }
     50% {
         transform: rotate(-10deg);
     }
 }._fade-in-bottom {
      transform: translateY(100px);
  }
._fade-in-top {
    transform: translateY(-100px);
}
._fade-in-left {
    transform: translateX(-100px);
}
._fade-in-right {
    transform: translateX(100px);
}
._delay2 {
    transition-delay: .2s;
}
._delay3 {
    transition-delay: .3s;
}
._delay4 {
    transition-delay: .4s;
}
._delay5 {
    transition-delay: .5s;
}
._delay6 {
    transition-delay: .6s;
}
._delay7 {
    transition-delay: .7s;
}
._delay8 {
    transition-delay: .8s;
}
.visible ._fade-in-bottom, .visible ._fade-in-top, .visible._fade-in-bottom, .visible._fade-in-top {
    opacity: 1!important;
    transform: translateY(0);
}
.visible ._fade-in-left, .visible ._fade-in-right, .visible._fade-in-left, .visible._fade-in-right {
    opacity: 1!important;
    transform: translateX(0);
}
.product.js-effect {
    transition: 1.5s;
    opacity: 0;
    transform: scale(.65);
}
.product.visible {
    transform: scale(1);
    opacity: 1;
}
.slider {
    width: 100%}
.slider__wrap-block {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.slider__wrap-block:after {
    content: '';
    width: 100%;
    height: 120px;
    z-index: 2;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #181615;
}
@media screen and (max-width:960px) {
    .slider__wrap-block: after {
        display: none;
    }
}.slider__item {
     width: 100%;
     height: 900px;
     position: relative;
 }
@media screen and (max-width:768px) {
    .product.js-effect {
        transition: 0s;
        opacity: 1;
        transform: scale(1);
    }
    .slider__item {
        height: 700px;
    }
}.slider__block {
     display: block;
     width: 100%;
     height: calc(100% - 120px);
     background-position: top center;
     position: absolute;
     top: 0;
     left: 0;
     z-index: 1;
     transition: 1.2s;
 }
.slider .wrapper {
    position: relative;
    height: 100%;
    width: 100%}
.slider-unit {
    position: absolute;
    z-index: 3;
    width: 565px;
    min-height: 360px;
    right: 20px;
    bottom: -4px;
    background-color: #2e2c2a;
    color: #fff;
    padding: 44px 45px 32px 55px;
    opacity: 0;
    transition: 1.2s ease;
    transform-origin: 50% 100%}
@media screen and (max-width:700px) {
    .slider-unit {
        opacity: 1;
    }
}.slider-unit__name {
     font-weight: 300;
     opacity: 0;
     transform: translateY(12px);
     transition: .4s ease;
     transition-delay: 1s;
 }
@media screen and (max-width:700px) {
    .slider-unit__name {
        opacity: 1!important;
        transform: none!important;
        visibility: visible!important;
    }
}.slider-unit .h3 {
     opacity: 0;
     transform: translateY(40px);
     transition: .8s ease;
     transition-delay: 1.2s;
 }
@media screen and (max-width:700px) {
    .slider-unit .h3 {
        opacity: 1!important;
        transform: none!important;
        visibility: visible!important;
    }
}.slider-unit .text {
     margin-bottom: 35px;
     color: #fff;
     font-size: 15px;
     font-weight: 300;
     opacity: 0;
     transform: translateY(45px);
     transition: .4s ease;
     transition-delay: 1.5s;
 }
@media screen and (max-width:700px) {
    .slider-unit .text {
        opacity: 1!important;
        transform: none!important;
        visibility: visible!important;
    }
}.slider-unit .btn {
     color: #fff;
     opacity: 0;
     transform: translateY(25px);
     transition: .4s ease;
     transition-delay: 1.8s;
 }
@media screen and (max-width:700px) {
    .slider-unit .btn {
        opacity: 1!important;
        transform: none!important;
        visibility: visible!important;
    }
}.slider-unit .btn-wrap {
     position: absolute;
     top: -60px;
     right: 0;
 }
.slider-unit .btn-slider {
    transition: .3s linear;
}
.slider-unit .btn-slider:hover {
    background-color: #f46e21;
}
.slider-unit .btn-slider:hover:before {
    transform: none;
}
.slider .swiper-slide {
    overflow: hidden;
    counter-increment: gallery-cell;
    backface-visibility: hidden;
}
.slider .swiper-slide.swiper-slide-active .slider-unit {
    transform: scaleY(1);
    opacity: 1;
}
.slider .swiper-slide.swiper-slide-active .slider-unit .btn, .slider .swiper-slide.swiper-slide-active .slider-unit .h3, .slider .swiper-slide.swiper-slide-active .slider-unit .slider-unit__name, .slider .swiper-slide.swiper-slide-active .slider-unit .text {
    opacity: 1;
    transform: none;
}
.slider-count {
    font-size: 12px;
    font-weight: 300;
    position: absolute;
    top: 42px;
    right: 35px;
    padding-left: 15px;
}
.slider-count:before {
    content: counter(gallery-cell);
    position: absolute;
    right: 20px;
    top: 0;
}
@media screen and (max-width:1385px) {
    .slider__item {
        height: 600px;
    }
}@media screen and (max-width:960px) {
    .slider__block {
        height: 100%}
    .slider-unit {
        right: 0;
        width: 428px;
    }
}@media screen and (max-width:700px) {
    .slider {
        background-color: #2e2c2a;
    }
    .slider__item {
        height: auto;
    }
    .slider__block {
        height: 590px;
        width: 100%;
        position: static;
        background-position: 30% 50%}
    .slider .wrapper {
        height: auto;
        padding: 0;
    }
    .slider-unit {
        position: static;
        max-width: 100%;
        width: 100%;
        min-height: 0;
        margin-top: 0;
    }
}@media screen and (max-width:600px) {
    .slider-unit {
        padding: 30px 20px 20px;
    }
}@media screen and (max-width:480px) {
    .slider__block {
        height: 470px;
    }
    .slider-unit .text {
        font-size: 12px;
    }
    .slider .btn-wrap {
        top: -48px;
    }
}.mini {
     width: 100%;
     position: absolute;
     bottom: 0;
     left: 0;
 }
.mini .wrapper {
    position: relative;
}
.mini-slider {
    width: calc(100% - 585px);
    background-color: #181615;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 55;
}
.mini-slider__img {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 120px;
    padding: 10px;
    position: relative;
    z-index: 2;
}
.mini-slider__item {
    position: relative;
    transition: .5s;
}
.mini-slider__item:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #f46e21;
    z-index: 1;
    transition: .7s ease;
    transform: scaleY(0);
    transform-origin: 50% 100%}
.mini-slider__item img {
    max-height: 100%;
    filter: grayscale(100%);
    transition: .7s ease;
}
.mini-slider .swiper-slide.swiper-slide-active.mini-slider__item img, .mini-slider__item:hover img {
    filter: grayscale(0);
}
.mini-slider__item:hover {
    cursor: pointer;
    z-index: 5;
}
.mini-slider__item:hover:after {
    transform: scaleY(1);
}
.mini-slider__item.paused .mini-slider__line {
    animation-play-state: paused!important;
}
.mini-slider .swiper-slide.swiper-slide-active.mini-slider__item {
    background-color: #0057b8;
}
.mini-slider .swiper-slide.swiper-slide-active.mini-slider__item:after {
    display: none;
}
.mini-slider .swiper-slide.swiper-slide-active.mini-slider__item .mini-slider__line {
    animation: line 3.8s linear;
}
.mini-slider__line {
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    transform: scaleX(0);
    transform-origin: 0 0;
}
@media screen and (max-width:960px) {
    .mini, .mini-slider {
        position: static;
    }
    .mini-slider {
        width: 100%}
    .mini .wrapper {
        padding-left: 0;
        padding-right: 0;
    }
    .mini .wrapper:after {
        display: none;
    }
}@media screen and (max-width:600px) {
    .mini-slider__img {
        height: 90px;
    }
}@media screen and (max-width:480px) {
    .mini-slider__img {
        height: 60px;
    }
}@keyframes line {
     from {
         transform: scaleX(0);
     }
     to {
         transform: scaleX(1);
     }
 }.step {
      width: 100%;
      border-top: 2px solid #403D3A;
  }
.step__part {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
}
.step-block {
    display: block;
    width: 25%;
    height: 350px;
    background-color: #141211;
    position: relative;
    overflow: hidden;
    box-shadow: 0 16px 21px rgba(0, 0, 0, .1);
    border-right: 2px solid #403D3A;
}
.point, .service {
    background-color: #181615;
}
.cofee-block__video, .tehno__item {
    box-shadow: 0 16px 38px rgba(0, 0, 0, .1);
}
.step-block:last-child {
    border-right: none;
}
.step-block__image {
    position: absolute;
    right: 0;
    bottom: -5px;
}
.step-block__image img {
    transition: transform .3s ease;
    transform-origin: 100% 100%}
.step-block .link, .step-block .slider-unit__name {
    color: #fff;
    position: absolute;
    left: 50px;
    bottom: 90px;
    z-index: 2;
}
.step-block:hover .step-block__image img {
    transform: scale(1.05);
}
.step-block:hover .link--next:after {
    transform: translateX(7px);
}
@media screen and (max-width:1700px) {
    .step-block .link, .step-block .slider-unit__name {
        left: 20px;
    }
    .step-block {
        height: 320px;
    }
    .step-block__image {
        max-width: 48%}

}@media screen and (max-width:1500px) {
    .step-block {
        height: 17vw;
    }
    .step-block__image {
        max-width: 40%}
    .step-block .link, .step-block .slider-unit__name {
        bottom: 40px;
        font-size: 15px;
    }

}@media screen and (max-width:1150px) {
    .step .link, .step .slider-unit__name {
        font-size: 12px;
    }
}@media screen and (max-width:960px) {
    .step__part {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .step-block {
        width: 50%;
        height: 39vw;
    }
    .step-block .link, .step-block .slider-unit__name {
        font-size: 14px;
        bottom: 70px;
    }
    .step-block__image {
        max-width: 65%;
        height: 90%}
    .step-block__image img {
        max-height: 100%}

    .step-block:nth-child(1), .step-block:nth-child(2) {
        border-bottom: 2px solid #403D3A;
    }
}.point, .point__part, .run, .run__desc {
     width: 100%}
@media screen and (max-width:480px) {
    .step-block .link, .step-block .slider-unit__name {
        font-size: 10px;
        left: 20px;
        bottom: 25px;
    }
}.js-run-image {
     opacity: 0;
     transform: translateX(-200px) scale(.7);
     transition: 1.2s;
 }
.js-run-image.active {
    transform: none;
    opacity: 1;
}
@media screen and (max-width:768px) {
    .js-run-image {
        opacity: 1;
        transform: none;
    }
}.js-run-desc {
     opacity: 0;
     transform: translateY(80px);
     transition: .7s;
     transition-delay: 1s;
 }
.js-run-desc.active {
    transform: none;
    opacity: 1;
}
@media screen and (max-width:768px) {
    .js-run-desc {
        transition: 0s;
        transform: none;
        opacity: 1;
    }
}.run__part {
     padding-top: 80px;
     display: -ms-flexbox;
     display: flex;
     -ms-flex-align: stretch;
     align-items: stretch;
     -ms-flex-pack: end;
     justify-content: flex-end;
     padding-right: 80px;
 }
.run__image {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-right: 190px;
}
@media screen and (max-width:1385px) {
    .run__part {
        padding-top: 30px;
    }
    .run__image {
        max-width: 400px;
    }
}@media screen and (max-width:1300px) {
    .run__image {
        max-width: 100%}
}.run__desc {
     max-width: 540px;
     padding-top: 80px;
 }
@media screen and (max-width:1385px) {
    .run__desc {
        padding-top: 30px;
    }
}.run__logo {
     margin-bottom: 31px;
 }
.run__flex {
    display: -ms-flexbox;
    display: flex;
    margin-top: 35px;
}
.run__button {
    margin-right: 25px;
}
.run__button:last-child {
    margin-right: 0;
}
.run__decor {
    margin-top: -78px;
    text-align: right;
}
@media screen and (max-width:1300px) {
    .run__part {
        padding-top: 30px;
    }
    .run__image {
        margin-right: 80px;
    }
}@media screen and (max-width:1200px) {
    .run__part {
        padding-right: 0;
    }
}@media screen and (max-width:1100px) {
    .run__part {
        padding-top: 20px;
    }
    .run__image {
        margin-left: -25%;
        min-width: 450px;
        margin-right: 45px;
    }
}@media screen and (max-width:850px) {
    .run__decor {
        display: none;
    }
}@media screen and (max-width:700px) {
    .run__image {
        display: none;
    }
    .run__part {
        display: block;
        padding: 0;
    }
    .run__desc {
        padding: 40px 0;
        max-width: 100%}
}.point .wrapper {
     padding: 0;
 }
.point__content {
    position: relative;
}
.point__content .h1 {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    top: 80px;
    z-index: 3;
    color: #fff;
    width: 100%;
    text-align: center;
}
.point__part {
    max-width: 1500px;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
}
.point-block {
    width: 33.33%;
    position: relative;
    cursor: pointer;
}
.point-block__video {
    width: 100%;
    opacity: 0;
}
.point-block__video.active {
    transition: .3s;
    opacity: 1;
}
@media screen and (max-width:768px) {
    .point-block__video.active {
        transition: 0s;
    }
}.point-block__desc {
     width: 100%;
     padding: 0 30px;
     color: #fff;
     position: absolute;
     top: 35%;
     left: 0;
     text-align: center;
     display: flex;
     flex-direction: column;
     align-items: center;
 }
.point-block__icon {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 74px;
    height: 74px;
    border: 2px solid rgba(255, 255, 255, .2);
    border-radius: 20px;
}

.point-block__icon svg{
	width: 44px;
}

.point-block__text{
	width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 40px;
}

.point-block__text h3{
	font-size: 24px;
    font-weight: 500;
    text-align: center;
}

.point-block__text p {
    width: 100%;
    max-width: 422px;
    text-align: center;
    margin-top: 30px;
    line-height: 130%;
    font-size: 16px;
    color: rgba(255, 255, 255, .9);
}
@media screen and (max-width:1250px) {
    .point__content .h1 {
        top: 30px;
    }
    .point-block__desc {
        padding: 0 12px;
        top: 24%}
    .point-block__text p {
        font-size: 12px;
    }
}@media screen and (max-width:960px) {
    .point__content .h1 {
        position: static;
        transform: none;
        padding: 70px 0 50px;
    }
    .point__part {
        display: block;
    }
    .point-block {
        width: 100%;
        height: 425px;
        overflow: hidden;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .point-block__desc {
        max-width: 360px;
        margin: 0 auto;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
    }
    .point-block__desc__text p {
        font-size: 14px;
    }
    .point-block__desc .h3 {
        font-size: 24px;
    }
}@media screen and (max-width:480px) {
    .point-block {
        height: 280px;
    }
    .point-block__text p {
        font-size: 12px;
        line-height: 18px;
        margin-top: 17px;
    }
    .point-block .h3 {
        font-size: 21px;
    }
    .point__content .h1 {
        padding: 40px 0 26px;
    }
}.service {
     width: 100%;
     padding: 90px 0 140px 0;
     background-repeat: no-repeat;
     background-position: 50% 31%;
     background-image: url(../images/serv-1.jpg);
     position: relative;
 }
.service__content {
    text-align: center;
    color: #fff;
}
.service__content .text {
    color: #d0d0d0;
    max-width: 1109px;
    margin: 0 auto;
    opacity: .9;
    line-height: 160%;
}
.service__content .h1 {
	font-size: 52px;
    max-width: 1100px;
    margin: 0 auto 46px;
}

@media(max-width: 998px){
	.service__content .h1{
    	font-size: 40px;
    }
}

@media(max-width: 480px){
	.service__content .h1{
    	font-size: 30px;
    }
}

.service__bird {
    width: 120px;
    position: absolute;
    bottom: 0;
    right: 125px;
}
@media(max-width:1550px){
	.service__bird{
    	width: 90px;
    	right: 40px;
    }
}
.service__eye, .service__eye-mask {
    position: absolute;
    top: 33px;
    left: 38px;
}
@media screen and (max-width:1385px) {
    .service {
        padding-top: 100px;
    }
    .service__bird {
        margin-top: 40px;
    }
}.service__eye-mask {
     width: 12px;
     height: 12px;
     background-color: #FF671F;
     opacity: 1;
 }
.service__eye {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background-color: #181615;
    z-index: 2;
    animation: eye 3s ease-in-out infinite;
}
@media screen and (max-width:1100px) {
    .service {
        padding-top: 80px;
    }
    .service__bird {
        margin-top: 15px;
    }
}@media screen and (max-width:765px) {
    .service__bird {
        width: 90px;
    }
    .service__eye, .service__eye-mask {
        top: 25px;
        left: 29px;
        width: 9px;
        height: 9px;
    }
}.tehno__images .slick-list, .tehno__item {
     height: 500px;
     overflow: hidden;
 }
@media screen and (max-width:600px) {
    .service {
        padding-top: 50px;
    }
    .service__bird {
        display: none;
    }
    .service__content {
        padding-bottom: 110px;
    }
}@keyframes eye {
     90% {
         transform: none;
     }
     95% {
         transform: scaleY(.1);
     }
 }.cofee {
      width: 100%;
      background-color: #443D39;
  }
.cofee__part {
    display: block;
    max-width: 1280px;
    margin: 0 auto;
}
.cofee-block .h2, .cofee-block .text {
    margin-bottom: 33px;
    will-change: transform;
}
.cofee-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
}
.cofee-block__wrap-video {
    width: 41%;
    margin-right: 30px;
}
.cofee-block__wrap-video img {
    max-width: none;
}
@media screen and (max-width:1200px) {
    .cofee-block__wrap-video img {
        max-width: 100%}
}.cofee-block__video {
     max-width: 100%;
     margin-top: -200px;
     position: relative;
     z-index: 3;
 }
.cofee-block__desc {
    max-width: 550px;
    padding-top: 115px;
    color: #fff;
    padding-bottom: 30px;
}
.cofee-block .text {
    color: #e0e0e0;
    opacity: 0;
    transform: translateX(100px);
    transition: .6s opacity, 1s transform;
    transition-delay: .5s;
}
.cofee-block .text.active {
    opacity: 1;
    transform: none!important;
}
.cofee-block .h2 {
    opacity: 0;
    transform: translateX(100px);
    transition: .6s opacity, 1s transform;
}
.cofee-block .h2.active {
    opacity: 1;
    transform: none!important;
}
.cofee-block .btn {
    color: #fff;
    opacity: 0;
    transition: 1.5s;
    transition-delay: 1.4s;
}
.cofee-block .btn.active {
    opacity: 1;
}
.cofee-block:nth-child(2n) {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.cofee-block:nth-child(2n) .cofee-block__desc {
    text-align: right;
    padding-top: 115px;
}
.cofee-block:nth-child(2n) .h2 {
    max-width: 456px;
    margin-left: auto;
    transform: translateX(-100px);
}
.cofee-block:nth-child(2n) .text {
    transform: translateX(-100px);
}
.cofee-block:nth-child(2n) .cofee-block__video {
    margin-top: -46px;
}
.cofee-block:nth-child(2n) .cofee-block__wrap-video {
    margin-left: 30px;
    margin-right: 0;
}
@media screen and (max-width:1250px) {
    .cofee-block__desc {
        padding-top: 50px;
    }
}@media screen and (max-width:1180px) {
    .cofee-block: nth-child(2n) .cofee-block__desc {
                                    padding-top: 45px;
                                }
}@media screen and (max-width:1100px) {
    .cofee-block__desc {
        max-width: 48%}
    .cofee-block__wrap-video {
        width: 47%}
    .cofee-block__video {
        margin-top: -100px;
    }
    .cofee-block:nth-child(2n) .cofee-block__desc {
        padding-top: 45px;
    }
}@media screen and (max-width:960px) {
    .cofee-block__wrap-video {
        margin-left: -10%}
    .cofee-block__video {
        margin-top: -35px;
    }
    .cofee-block__desc {
        max-width: 54%}
    .cofee-block:nth-child(2n) {
        margin-top: 30px;
    }
    .cofee-block:nth-child(2n) .cofee-block__video {
        margin-top: 0;
    }
    .cofee-block:nth-child(2n) .cofee-block__wrap-video {
        margin-right: -10%}
}@media screen and (max-width:765px) {
    .cofee-block__desc .text {
        font-size: 14px;
        line-height: 20px;
    }
    .cofee-block:nth-child(2n) .cofee-block__desc {
        padding-top: 20px;
    }
}@media screen and (max-width:600px) {
    .cofee-block, .cofee__part {
        display: block;
    }
    .cofee-block__wrap-video {
        margin-top: -30px;
        width: 100%}
    .cofee-block__desc {
        width: 100%;
        max-width: 100%;
        margin-top: 30px;
        padding-top: 0;
    }
    .cofee-block:nth-child(2n) {
        margin-top: 40px;
    }
    .cofee-block:nth-child(2n) .cofee-block__desc {
        padding-top: 0;
    }
}.tehno {
     width: 100%;
     background-color: #f1f1f1;
     margin-top: -20px;
 }
.tehno__content {
    padding: 170px 0;
}
.tehno__part {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    max-width: 1280px;
    margin: 0 auto;
}
.tehno__decor {
    position: absolute;
}
.tehno__decor--top {
    top: -60px;
    left: -67px;
}
.tehno__decor--bottom {
    right: 70px;
    bottom: -70px;
}
.tehno__images {
    width: 41%;
    margin-right: 30px;
    position: relative;
    z-index: 2;
    max-height: 548px;
    overflow: hidden;
}
.tehno__images .btn-wrap {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
}
.tehno__images .slick-dots {
    margin-top: 27px;
}
.tehno__item {
    width: 100%;
    position: relative;
}
.tehno__item img {
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.tehno__desc {
    max-width: 570px;
    position: relative;
    z-index: 2;
}
.tehno__desc .h2, .tehno__desc .text {
    margin-bottom: 33px;
}
@media screen and (max-width:1100px) {
    .tehno__desc {
        max-width: 48%}
    .tehno__images {
        width: 47%}
    .tehno__decor--bottom {
        right: 0;
    }
    .tehno__content {
        padding-bottom: 80px;
    }
}@media screen and (max-width:960px) {
    .tehno__images .slick-list, .tehno__item {
        height: 400px;
    }
    .tehno {
        overflow: hidden;
        margin-top: -40px;
    }
    .tehno__images {
        max-height: 450px;
    }
    .tehno__content {
        padding-top: 80px;
        padding-bottom: 140px;
    }
    .tehno__decor--bottom {
        bottom: -170px;
        right: -50px;
    }
}@media screen and (max-width:765px) {
    .tehno__images {
        width: 100%;
        max-height: none;
        margin-right: 0;
    }
    .tehno__images .slick-list {
        height: auto;
    }
    .tehno__item {
        width: 500px;
    }
    .tehno__part {
        padding: 0 80px;
        display: block;
    }
    .tehno__desc {
        max-width: 100%;
        margin-top: 30px;
    }
    .tehno__decor--bottom {
        position: static;
        text-align: right;
        padding-right: 50px;
        margin-top: -40px;
        margin-bottom: -50px;
    }
    .tehno__content {
        padding-bottom: 0;
    }
}.slick-dots, .tab-slider {
     text-align: center;
 }
@media screen and (max-width:680px) {
    .tehno {
        margin-top: 0;
    }
}@media screen and (max-width:600px) {
    .tehno__part {
        padding: 0;
    }
    .tehno__decor--bottom {
        padding-right: 0;
        margin-right: -40px;
        margin-bottom: -120px;
    }
    .tehno__decor--bottom img {
        max-width: 160px;
    }
    .tehno__content {
        padding-bottom: 80px;
    }
    .tehno__item {
        height: 350px;
    }
}.slick-dots li {
     display: inline-block;
     width: 10px;
     height: 10px;
     margin: 7px;
     border-radius: 50%;
     background-color: #4f4a47;
     opacity: .2;
     cursor: pointer;
 }
.slick-dots li.slick-active {
    background-color: #f46e21;
    opacity: 1;
}
.slick-dots button {
    display: none;
}
.case {
    width: 100%;
    background-color: #f1f1f1;
    padding: 80px 0 100px;
}
.case-slider, .case__content .btn-slider {
    background-color: #fff;
}
@media screen and (max-width:870px) {
    .case {
        padding: 55px 0 40px;
    }
    .case__content .btn-wrap {
        display: none;
    }
}@media screen and (max-width:480px) {
    .cofee-block__desc .text {
        font-size: 12px;
        line-height: 19px;
    }
    .case {
        padding: 30px 0;
    }
}.case__content {
     position: relative;
 }
.case__content .btn-wrap {
    position: absolute;
    right: 0;
    top: -30px;
    z-index: 5;
}
.case__content .btn-slider:before {
    background-image: url(../images/svg/next-dark.svg);
}
.case__content .btn-slider--prev:before {
    background-image: url(../images/svg/prev-dark.svg);
}
.case-mini {
    margin-bottom: 42px;
}
.case-mini__item {
    color: #888;
    width: auto!important;
}
.case-mini__item .link, .case-mini__item .slider-unit__name {
    font-size: 15px;
    letter-spacing: 0;
    border-bottom: 2px solid transparent;
    cursor: pointer;
    transition: .3s;
    white-space: nowrap;
    line-height: 1.3;
}
.case-block__desc .h2, .case-block__desc .text, .case-block__list {
    transition: .8s;
    opacity: 0;
    transform: translateX(80px);
}
.case-mini__item .link:hover, .case-mini__item .slider-unit__name:hover {
    color: #111;
    outline: 0;
}
.case-mini__item .link:active, .case-mini__item .link:focus, .case-mini__item .slider-unit__name:active, .case-mini__item .slider-unit__name:focus {
    outline: 0;
}
@media screen and (max-width:960px) {
    .case-mini__item .link, .case-mini__item .slider-unit__name {
        font-size: 13px;
    }
}.case-mini .slick-slide {
     width: auto!important;
     margin-right: 27px;
 }
.case-mini .slick-slide:last-child {
    margin-right: 0;
}
@media screen and (max-width:745px) {
    .case-mini {
        margin-bottom: 15px;
    }
    .case-mini .slick-slide {
        width: 50%!important;
        margin-right: 0;
        margin-bottom: 15px;
    }
}.case-mini .slick-current .link, .case-mini .slick-current .slider-unit__name {
     border-color: #f46e21;
     color: #111;
 }
.case-slider {
    width: 100%}
.case-block {
    width: 100%;
    display: block!important;
}
.case-block__part {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-right: 90px;
}
@media screen and (max-width:1390px) {
    .case-block__part {
        padding-right: 30px;
    }
}.case-block__image {
     width: 100%;
     max-width: 615px;
 }
@media screen and (max-width:1385px) {
    .case-block__image {
        max-width: 500px;
    }
}@media screen and (max-width:1300px) {
    .case-block__image {
        width: 48%}
}@media screen and (max-width:870px) {
    .case-slider {
        background-color: transparent;
    }
    .case-block__part {
        display: block;
        padding-right: 0;
    }
    .case-block__image {
        width: 100%;
        max-width: 100%}
}.case-block__desc {
     width: 47%}
.case-block__desc .h2 {
    margin-bottom: 33px;
}
@media screen and (max-width:480px) {
    .case-mini__item .link, .case-mini__item .slider-unit__name {
        font-size: 11px;
    }
    .case-block__desc .h2 {
        margin-bottom: 20px;
    }
}.case-block__desc .text {
     margin-bottom: 33px;
     transition-delay: .3s;
 }
@media screen and (max-width:1385px) {
    .case-block__desc {
        width: calc(100% - 550px);
    }
}@media screen and (max-width:1300px) {
    .case-block__desc {
        padding-left: 20px;
        width: 47%}
}@media screen and (max-width:1100px) {
    .case-block__part {
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .case-block__desc {
        padding-left: 0;
        padding-top: 30px;
        padding-bottom: 30px;
    }
}@media screen and (max-width:870px) {
    .case-block__desc {
        width: 100%;
        padding: 40px 40px 50px;
        background-color: #fff;
    }
}.case-block__list {
     display: -ms-flexbox;
     display: flex;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
     transition-delay: .6s;
 }
.case-block__list li {
    margin-right: 50px;
    margin-bottom: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.case-block__list li:last-child {
    margin-right: 0;
}
.case-block__list li svg {
    margin-right: 10px;
}
@media screen and (max-width:600px) {
    .case-block__desc {
        padding: 30px 20px;
    }
    .case-block__desc .text {
        font-size: 12px;
    }
    .case-block__list li {
        width: 50%;
        margin-right: 0;
    }
}.case-block__buttons {
     display: -ms-flexbox;
     display: flex;
     padding-top: 25px;
     transition: .8s;
     opacity: 0;
     transform: translateX(80px);
     transition-delay: .8s;
 }
.case-block__buttons .btn {
    margin-right: 14px;
}
.case-block__buttons .btn:last-child {
    margin-right: 0;
}
@media screen and (max-width:480px) {
    .case-block__buttons {
        padding-top: 15px;
        display: block;
    }
    .case-block__buttons .btn {
        display: block;
        width: 183px;
        text-align: center;
        padding: 12px 5px;
        font-size: 13px;
        margin: 0 auto 15px;
    }
    .case-block__buttons .btn:last-child {
        margin-bottom: 0;
        margin-right: auto;
    }
}.case-block__image img {
     width: 100%;
     height: 100%;
     -o-object-fit: cover;
     object-fit: cover;
 }
.case-block__image .btn-slider {
    position: absolute;
    bottom: 3px;
    right: 0;
    z-index: 5;
    background-color: rgba(0, 0, 0, .6);
}
.case-block__image .btn-slider--prev {
    right: 60px;
}
.case-block__image .btn-slider:before {
    content: url(../images/svg/next.svg);
}
.case-block__image .btn-slider--prev:before {
    content: url(../images/svg/prev2.svg);
}
.list li:before, .top--tecnology:before {
    content: ''}
@media screen and (max-width:870px) {
    .case-block__photo {
        height: 60vw;
    }
}.case-slider .slick-active .case-block__buttons, .case-slider .slick-active .case-block__desc .h2, .case-slider .slick-active .case-block__list, .case-slider .slick-active .text {
     opacity: 1;
     transform: translateX(0);
 }
.top {
    width: 100%;
    background-position: top center;
    background-image: url(../images/background/foil-2.jpg);
    padding-top: 164px;
    overflow: hidden;
}
@media screen and (max-width:1385px) {
    .top {
        padding-top: 150px;
    }
    .top--eq {
        padding-top: 130px;
    }
}@media screen and (max-width:850px) {
    .top .wrapper {
        padding: 0;
    }
}@media screen and (max-width:600px) {
    .top {
        padding-top: 130px;
    }
}.top__part {
     width: 100%;
     display: -ms-flexbox;
     display: flex;
     -ms-flex-pack: justify;
     justify-content: space-between;
     -ms-flex-direction: row-reverse;
     flex-direction: row-reverse;
     -ms-flex-align: stretch;
     align-items: stretch;
     max-width: 1390px;
     color: #fff;
     margin-left: auto;
     margin-right: 50px;
 }
@media screen and (max-width:1450px) {
    .top__part {
        margin-right: 0;
    }
}.top__desc {
     width: 47%;
     padding-top: 60px;
     margin-right: 30px;
     padding-bottom: 30px;
 }
.top__desc .text {
    margin-bottom: 24px;
    color: #fefefe;
}
.top__desc .text--large {
    color: #fff;
    font-size: 22px;
}
@media screen and (max-width:1385px) {
    .top__desc {
        width: 55%}
}@media screen and (max-width:1200px) {
    .top__desc {
        padding-top: 0;
    }
}@media screen and (max-width:850px) {
    .top__part {
        display: block;
    }
    .top__desc {
        width: 100%;
        padding: 35px 20px 30px;
        background: #2E2C2A;
    }
}@media screen and (max-width:480px) {
    .case-block__image .btn-slider--prev {
        right: 48px;
    }
    .top__desc .text--large {
        font-size: 14px;
    }
    .top__desc .text {
        line-height: 24px;
    }
}.tab-slide__desc .h3, .tab-slide__text {
     line-height: 1.5;
     height: auto!important;
 }
.top__block-image {
    width: 46%;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: -5px;
}
@media screen and (max-width:1385px) {
    .top__block-image {
        width: 35%}
}.top__logo {
     position: absolute;
     z-index: 3;
 }
.top--eq, .top--tecnology, .top__image {
    position: relative;
}
.top__logo--1 {
    left: -9%;
    bottom: 36px;
}
@media screen and (max-width:850px) {
    .top__block-image {
        display: block;
        padding: 0 5px;
        width: 96%;
        text-align: center;
        margin-left: auto;
    }
    .top__logo--1 {
        left: -20px;
        bottom: 0;
    }
}.top__logo--2 {
     left: -30%;
     bottom: 70px;
 }
@media screen and (max-width:1285px) {
    .top__logo--2 {
        bottom: 10px;
        left: -20%}
}@media screen and (max-width:1100px) {
    .top__logo--1 {
        width: 120px;
    }
    .top__logo--2 {
        width: 50px;
        left: -14%}
}@media screen and (max-width:850px) {
    .top__logo--2 {
        left: -5%;
        bottom: 130px;
        z-index: 1;
    }
}.top__image {
     z-index: 2;
 }
.top--eq .top__desc {
    padding-bottom: 90px;
}
.eq {
    transition: .4s ease;
    padding-bottom: 55px;
}
.eq:hover {
    background-color: #443d39;
}
.eq__image {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 380px;
    margin-bottom: 35px;
}
.eq__image img {
    max-height: 100%}
@media screen and (max-width:550px) {
    .eq {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .eq__image {
        margin-bottom: 15px;
    }
}.eq__list {
     padding: 15px 0 34px;
     display: -ms-flexbox;
     display: flex;
     -ms-flex-pack: justify;
     justify-content: space-between;
     -ms-flex-align: start;
     align-items: flex-start;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
     max-width: 300px;
     margin: 0 auto;
 }
@media screen and (max-width:720px) {
    .eq__list {
        display: block;
    }
}@media screen and (max-width:550px) {
    .eq__list {
        display: -ms-flexbox;
        display: flex;
        padding: 5px 0 25px;
    }
}.eq__list li {
     width: 42%;
     padding: 7px 0;
     display: -ms-flexbox;
     display: flex;
     -ms-flex-align: center;
     align-items: center;
     color: #888;
 }
.eq .btn, .tab-slide {
    color: #fff;
}
.eq__list li svg {
    fill: #aaa;
    max-width: 21px;
    margin-right: 10px;
}
@media screen and (max-width:1115px) {
    .eq__list li {
        width: 49%}
}@media screen and (max-width:720px) {
    .eq__list li {
        width: 100%}
}@media screen and (max-width:550px) {
    .eq__list li {
        width: 49%}
}@media screen and (max-width:360px) {
    .eq__list li {
        font-size: 12px;
    }
}.product--eq {
     width: calc(33.33% - 12px);
 }
@media screen and (max-width:900px) {
    .product--eq {
        width: calc(50% - 12px);
    }
    .tab-slider {
        text-align: left;
    }
}@media screen and (max-width:550px) {
    .product--eq {
        width: 100%}
}.capsules--eq {
     padding-bottom: 70px;
 }
.capsules--eq .capsules__part {
    max-width: 1200px;
    padding-top: 55px;
}
.capsules--eq .capsules__content .h2 {
    margin-bottom: 60px;
}
@media screen and (max-width:960px) {
    .capsules--eq {
        padding-bottom: 0;
    }
    .capsules--eq .capsules__content .h2 {
        margin-bottom: 20px;
    }
}.capsules--eq .capsules__left, .capsules--eq .capsules__right {
     width: 270px;
 }
.capsules--eq .capsules__bowl {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 120px;
}
.capsules--eq .capsules__bowl:last-child {
    margin-bottom: 20px;
}
@media screen and (max-width:930px) {
    .capsules--eq .capsules__part {
        padding-top: 15px;
    }
    .capsules--eq .capsules__bowl {
        transform: none!important;
    }
}@media screen and (max-width:800px) {
    .capsules--eq .capsules__left, .capsules--eq .capsules__right {
        width: 100%}
    .capsules--eq .capsules__bowl {
        margin-bottom: 30px;
        -ms-flex-align: center;
        align-items: center;
    }
    .capsules--eq .capsules__left {
        margin-top: 40px;
    }
}.capsules--eq .capsules__icon {
     margin-top: 4px;
 }
@media screen and (max-width:800px) {
    .capsules--eq .capsules__icon {
        min-width: 60px!important;
        margin-top: 0!important;
    }
}.top--tecnology:before {
     width: 100%;
     height: 100%;
     position: absolute;
     top: 0;
     left: 0;
     z-index: 1;
     background-repeat: no-repeat;
     background-size: cover;
     background-position: top center;
     background-image: url(../images/background/foil3.jpg);
 }
@media screen and (max-width:850px) {
    .top--tecnology {
        padding-top: 460px;
    }
    .top--tecnology:before {
        height: 460px;
        background-position: 90% 50%}
}.top--tecnology .top__part {
     display: block;
 }
.top--tecnology .top__desc {
    padding-bottom: 160px;
    position: relative;
    z-index: 2;
}
@media screen and (max-width:1200px) {
    .top--tecnology .top__desc {
        padding-bottom: 100px;
    }
}@media screen and (max-width:960px) {
    .top--tecnology .top__desc {
        padding-bottom: 40px;
    }
}.tab-slider {
     position: relative;
     padding-top: 30px;
     padding-bottom: 60px;
 }
.tab-slider .h2 {
    margin-bottom: 60px;
}
@media screen and (max-width:480px) {
    .tab-slider {
        padding-top: 10px;
    }
    .tab-slider .h2 {
        display: none;
    }
}.tab-slider .slick-track {
     display: -ms-flexbox;
     display: flex;
     -ms-flex-align: stretch;
     align-items: stretch;
 }
.tab-slider .slick-slide {
    margin: 0 6px;
    float: none;
    height: auto;
}
.tab-slide, .tab-slider .slick-slide div {
    height: 100%}
.tab-slider .btn-wrap {
    position: absolute;
    top: 25px;
    right: 6px;
}
@media screen and (max-width:480px) {
    .tab-slider .btn-wrap {
        display: none;
    }
}.tab-slider .slick-dots {
     margin-top: 35px;
 }
.tab-slider .slick-dots li {
    border: 1px solid #9b918c;
    background: 0 0;
}
.tab-slider .slick-dots li.slick-active {
    border: 1px solid #f46e21;
    background: #f46e21;
}
.tab-slide {
    display: block;
    width: 100%;
    padding: 100px 20px 20px;
    min-height: 460px;
    background-color: rgba(52, 49, 48, .5);
    text-align: center;
}
@media screen and (max-width:1200px) {
    .tab-slide {
        padding-top: 50px;
    }
}.tab-slide__image {
     width: 106px;
     max-height: 106px;
     border-radius: 50%;
     display: -ms-flexbox;
     display: flex;
     -ms-flex-align: center;
     align-items: center;
     -ms-flex-pack: center;
     justify-content: center;
     margin: 0 auto 58px;
     border: 1px solid #f46e21;
     transition: 1.3s;
     transform: rotate(360deg);
 }
.tab-slide.visible .tab-slide__image {
    transform: rotate(0);
}
.tab-slide__desc .h3 {
    font-size: 20px;
}
.tab-slide__text {
    margin-top: 14px;
    max-width: 240px;
    margin-left: auto;
    margin-right: auto;
}
.tab-slide__desc {
    height: auto!important;
    margin: 0 auto;
}
.tab-content .run {
    background-color: #fff;
}
.tab-content .run__desc, .tab-content .run__image {
    color: #111;
}
.tab-content .run .list {
    padding-top: 30px;
}
.tab-content .run__desc {
    padding-bottom: 170px;
    max-width: 610px;
}
@media screen and (max-width:1200px) {
    .tab-content .run__desc {
        max-width: 510px;
    }
}.tab-content .run__part {
     padding-right: 0;
     -ms-flex-pack: center;
     justify-content: center;
 }
.tab-content .run__logo {
    display: none;
}
@media screen and (max-width:768px) {
    .tab-content .run__desc {
        max-width: 100%}
    .tab-content .run__logo {
        display: block;
    }
    .tab-content .run__image {
        display: none;
    }
}.list li {
     padding-left: 26px;
     position: relative;
     margin-bottom: 17px;
     line-height: 1.5;
 }
.list li:before {
    width: 7px;
    height: 7px;
    background-color: #f46e21;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 4px;
}
.terminal {
    width: 100%;
    box-shadow: 0 12px 16px rgba(0, 0, 0, .19);
    background-color: #443d39;
}
.terminal__part {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1400px;
    margin: 0 0 0 auto;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.terminal__desc {
    max-width: 560px;
    margin-right: 20px;
}
.terminal__desc .text {
    margin: 40px 0 15px;
    color: #fff;
    max-width: 480px;
}
.terminal__desc .h2 {
    max-width: 350px;
}
@media screen and (max-width:910px) {
    .terminal__desc {
        padding-top: 30px;
    }
}@media screen and (max-width:785px) {
    .terminal__part {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .terminal__desc {
        margin-right: 0;
        margin-top: 5px;
        padding-top: 40px;
    }
    .terminal__desc .h2 {
        max-width: 100%}
}@media screen and (max-width:480px) {
    .terminal__desc .text {
        font-size: 16px;
        line-height: 24px;
        margin-top: 25px;
    }
    .terminal__desc .h2 {
        font-size: 30px;
    }
}.terminal__flex {
     display: -ms-flexbox;
     display: flex;
     -ms-flex-align: center;
     align-items: center;
     -ms-flex-pack: justify;
     justify-content: space-between;
     max-width: 350px;
 }
.terminal__image img {
    margin-bottom: -3px;
}
@media screen and (max-width:785px) {
    .terminal__image {
        margin-top: 15px;
    }
}.js-block-slider .btn-wrap {
     opacity: 0;
 }
.js-block-slider .btn-wrap.active {
    opacity: 1;
}
.upper {
    width: 100%;
    position: relative;
    height: 780px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
}
@media screen and (max-width:1385px) {
    .upper {
        height: 620px;
    }
    .upper__part {
        padding-top: 120px;
    }
}@media screen and (max-width:960px) {
    .tab-content .run__desc {
        padding-bottom: 70px;
    }
    .upper {
        display: block;
        height: auto;
    }
}.upper__block-foil {
     width: 100%;
     height: 100%;
     position: absolute;
     top: 0;
     left: 0;
 }
.bowl, .survey, .upper__part {
    position: relative;
}
.upper__foil {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}
.upper__part {
    z-index: 2;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.upper__part--center {
    -ms-flex-pack: center;
    justify-content: center;
}
@media screen and (max-width:600px) {
    .upper__part {
        padding-top: 130px;
    }
}.upper__image {
     margin-right: 100px;
 }
@media screen and (max-width:1385px) {
    .upper__image {
        max-width: 520px;
        max-height: 570px;
    }
    .upper__image img {
        max-height: 100%}
}@media screen and (max-width:1200px) {
    .upper__image {
        margin-right: 20px;
    }
}@media screen and (max-width:960px) {
    .upper__foil {
        height: 70%}
    .upper__part {
        display: block;
    }
    .upper__image {
        margin-right: 0;
        text-align: center;
        padding: 0 20px;
        max-width: 100%}
    .upper__image img {
        max-height: 100%}
}.upper__desc {
     max-width: 490px;
     color: #fff;
     padding-bottom: 80px;
 }
.upper__desc .h1 {
    margin-bottom: 35px;
}
.upper__desc .text {
    color: #fff;
    line-height: 1.6;
}
@media screen and (max-width:1385px) {
    .upper__desc {
        padding-bottom: 0;
    }
}@media screen and (max-width:960px) {
    .upper__desc {
        max-width: 100%;
        padding: 40px 20px;
        background-color: #2E2C2A;
        margin-top: -40px;
        position: relative;
        z-index: 2;
    }
    .upper .wrapper {
        padding: 0;
    }
}.bowl, .capsules-menu, .survey {
     background-color: #181615;
 }
.upper .slick-list, .upper .slick-slide, .upper .slick-slide div, .upper .slick-track {
    height: 100%}
.bowl {
    width: 100%;
    border-bottom: 1px solid #2F2D2C;
    margin-top: -5px;
    z-index: 3;
}
@media screen and (max-width:960px) {
    .bowl {
        margin-top: 0;
    }
}.bowl__part {
     max-width: 1500px;
     margin: 0 auto;
     display: -ms-flexbox;
     display: flex;
     -ms-flex-pack: justify;
     justify-content: space-between;
     -ms-flex-align: start;
     align-items: flex-start;
     gap: 40px;
 }
@media screen and (max-width:1080px) {
    .bowl__part {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-top: 35px;
    }
}@media screen and (max-width:600px) {
    .bowl__part {
        display: block;
    }
}.bowl-block {
	width: calc(100% / 4 - 120px / 4);
     display: -ms-flexbox;
     display: flex;
     -ms-flex-align: center;
     align-items: center;
     -ms-flex-pack: justify;
     justify-content: space-between;
     padding: 37px 0;
 }@media screen and (max-width:1080px) {
    .bowl-block {
        width: calc(100% / 2 - 40px / 2);
        margin-bottom: 30px;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 0;
    }
}@media screen and (max-width:600px) {
    .bowl-block {
        width: 100%}
}.bowl-block__icon {
     width: 74px;
     height: 74px;
     flex-shrink: 0;
     margin-right: 24px;
     display: flex;
     align-items: center;
     justify-content: center;
     border: 2px solid rgba(255, 255, 255, .2);
     border-radius: 20px;
 }
 
 .bowl-block__icon svg{
 	max-width: 45px;
 }
.bowl-block__text .text {
    color: #AAA;
}
@media screen and (max-width:480px) {
    .bowl-block__text .text {
        font-size: 15px;
        line-height: 23px;
    }
}.survey {
     width: 100%;
     padding-top: 100px;
 }
.survey .goods {
    padding-top: 0;
    padding-bottom: 40px;
}
.survey .goods__part {
    -ms-flex-direction: row;
    flex-direction: row;
}
.survey .goods__desc {
    width: 42%;
    padding-top: 75px;
}
.survey .goods__desc .text {
    color: #C1C1C1;
}
.survey .goods__desc .text--large {
    font-size: 22px;
    line-height: 1.6;
    color: #fff;
}
@media screen and (max-width:700px) {
    .survey .goods__part {
        display: block;
    }
    .survey .goods__desc {
        width: 100%;
        padding-top: 0;
    }
}@media screen and (max-width:480px) {
    .survey .goods__desc .text {
        font-size: 14px;
    }
    .survey .goods__desc .text--large {
        font-size: 16px;
        margin-bottom: 20px;
    }
}.survey .goods__image {
     width: 65%;
     margin-left: -5%;
     margin-right: -2%}
.capsules-menu {
    width: 100%;
    position: absolute;
    top: 55px;
    left: 0;
    padding: 15px 0;
    z-index: 91;
}
@media screen and (max-width:700px) {
    .survey .goods__image {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    .capsules-menu {
        top: 25px;
    }
}.capsules-menu.fixed {
     position: fixed;
     top: 65px;
     background-color: #292522!important;
 }
@media screen and (max-width:1120px) {
    .capsules-menu.fixed {
        top: 127px;
    }
}@media screen and (max-width:650px) {
    .capsules-menu.fixed {
        top: 87px;
    }
}.capsules-list {
     display: -ms-flexbox;
     display: flex;
     -ms-flex-pack: center;
     justify-content: center;
 }
.capsules-item {
    padding: 0 17px;
}
.capsules-item .link, .capsules-item .slider-unit__name {
    color: #888;
    text-transform: uppercase;
    font-size: 12px;
}
.capsules-item .active.slider-unit__name, .capsules-item .link.active, .capsules-item .link:hover, .capsules-item .slider-unit__name:hover, .claim, .claim .input-wrap input, .claim .input-wrap__label, .pic__desc, .pic__desc .text, .tastes__block {
    color: #fff;
}
@media screen and (max-width:520px) {
    .capsules-item {
        padding: 0 7px;
    }
}@media screen and (max-width:480px) {
    .capsules-item {
        padding: 0 4px;
    }
    .capsules-item .link, .capsules-item .slider-unit__name {
        font-size: 10px;
        letter-spacing: 0;
    }
}.decor {
     position: absolute;
     z-index: 1;
 }
.condition__part, .pic {
    z-index: 2;
    position: relative;
}
.decor--3 {
    top: 30px;
    left: -170px;
}
.decor--4 {
    top: -60px;
    right: -90px;
}
.condition {
    width: 100%;
    background-color: #fff;
    padding: 67px 0 80px;
}
@media screen and (max-width:960px) {
    .condition {
        padding-bottom: 30px;
    }
}.condition__name {
     display: none;
 }
@media screen and (max-width:480px) {
    .condition {
        padding: 40px 0 20px;
    }
    .condition__name {
        display: block;
        text-align: center;
        margin-bottom: 25px;
    }
}.condition__content {
     width: 100%;
     position: relative;
 }
.condition__part {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.condition__item {
    width: 24.2%}
@media screen and (max-width:960px) {
    .condition__item {
        width: 48%;
        margin-bottom: 40px;
    }
}@media screen and (max-width:480px) {
    .condition__part {
        display: block;
    }
    .condition__item {
        width: 100%;
        margin-bottom: 30px;
    }
}.condition-block {
     display: block;
     width: 100%;
     height: 100%}
.condition-block:hover .condition-block__image img {
    transform: scale(1.02);
}
.condition-block__image {
    width: 100%;
    height: 250px;
    margin-bottom: 35px;
    overflow: hidden;
}
.condition-block__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: transform .3s ease;
    transform-origin: 100% 100%}
@media screen and (max-width:1200px) {
    .condition-block__image {
        height: 200px;
    }
}@media screen and (max-width:960px) {
    .condition-block__image {
        height: 30vw;
    }
}.condition-block .h5, .condition-block .text {
     padding-right: 10px;
 }
@media screen and (max-width:480px) {
    .condition-block__image {
        height: 55vw;
        margin-bottom: 25px;
    }
    .condition-block .h5, .condition-block .text {
        padding-right: 0;
    }
}@media screen and (max-width:765px) {
    .condition .decor {
        display: none;
    }
}.pic {
     width: 100%;
     margin-bottom: 10px;
 }
.pic:last-child {
    margin-bottom: 0;
}
.pic:nth-child(2) .pic__part {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
@media screen and (max-width:920px) {
    .pic {
        margin-bottom: 50px;
    }
}.pic-wrapper {
     width: 100%;
     position: relative;
     padding: 130px 0 150px;
     overflow: hidden;
 }
@media screen and (max-width:1385px) {
    .pic-wrapper {
        padding: 45px 0 50px;
    }
}@media screen and (max-width:960px) {
    .pic-wrapper {
        padding: 70px 0;
    }
}.pic-wrapper__logo {
     position: absolute;
     width: 100%;
     left: 50%;
     transform: translateX(-50%);
     bottom: 0;
     height: 90%;
     display: -ms-flexbox;
     display: flex;
     -ms-flex-pack: center;
     justify-content: center;
     -ms-flex-align: end;
     align-items: flex-end;
 }
.pic-wrapper__logo--automatic {
    bottom: -35%}
@media screen and (max-width:700px) {
    .pic {
        margin-bottom: 40px;
    }
    .pic-wrapper__logo--automatic {
        bottom: 0;
    }
}.pic-wrapper__logo-img {
     max-height: 100%}
.pic__part {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
}
.pic__image {
    width: 43.1%}
.pic__image img {
    box-shadow: 0 16px 38px rgba(0, 0, 0, .3);
}
.pic__desc {
    max-width: 43.1%;
    padding-right: 55px;
}
.pic__desc .h2 {
    margin-bottom: 30px;
    line-height: 1.3;
    margin-left: 0!important;
}
.pic__desc .text {
    line-height: 1.75;
}
@media screen and (max-width:1200px) {
    .pic__image {
        width: 48%}
    .pic__desc {
        padding-right: 0;
        max-width: 48%}
}.tastes {
     width: 100%;
     padding: 85px 0 65px;
     background-color: #181615;
 }
@media screen and (max-width:700px) {
    .pic__part {
        display: block;
    }
    .pic__image {
        width: 100%;
        margin-bottom: 30px;
    }
    .pic__image img {
        transform: none!important;
    }
    .pic__desc {
        max-width: 100%}
    .tastes {
        padding: 45px 0 50px;
    }
    .tastes .tab-slider .btn-wrap {
        display: none;
    }
}.tastes .tab-slider {
     padding: 0;
 }
.tastes .tab-slider .slick-dots li {
    border: 1px solid #958B86;
}
.tastes .tab-slider .slick-dots li.slick-active {
    border-color: #f46e21;
}
.tastes .tab-slider .btn-wrap {
    top: -12px;
}
.tastes__block {
    width: 100%;
    position: relative;
}
.tastes .product {
    background-color: #262423;
    height: 100%;
    padding-bottom: 25px;
}
.tastes .product-item {
    padding: 0;
}
.tastes .product__unit {
    height: 40px!important;
}
.tastes .product__bottom {
    height: 85px!important;
}
.tastes .product__image {
    height: 174px!important;
}
.tastes .product .h4, .tastes .product__power {
    height: auto!important;
}
.tastes .slick-slide img {
    display: inline-block!important;
}
@media screen and (max-width:700px) {
    .tastes .h2 {
        display: block;
        font-size: 30px;
        text-align: center;
        margin-bottom: 30px;
    }
}.claim {
     width: 100%;
     background-color: #DB6019;
     padding: 100px 0 90px;
     overflow: hidden;
 }
@media screen and (max-width:1385px) {
    .claim {
        padding: 60px 0 50px;
    }
}.claim__part {
     display: -ms-flexbox;
     display: flex;
     -ms-flex-align: center;
     align-items: center;
     -ms-flex-pack: justify;
     justify-content: space-between;
     max-width: 1150px;
     margin: 0 auto;
 }
.claim__image {
    margin-right: 30px;
    transition: 1.3s;
    transition-delay: .3s;
    transform: rotate(360deg);
}
.claim__image.visible {
    transform: rotate(0);
}
.claim__desc {
    max-width: 680px;
}
.claim__desc .text {
    color: #fff;
    margin-bottom: 50px;
}
@media screen and (max-width:480px) {
    .claim__desc .text {
        margin-bottom: 20px;
    }
}.claim .h1 {
     margin-bottom: 50px;
 }
@media screen and (max-width:900px) {
    .claim {
        padding: 40px 0 60px;
    }
    .claim__part {
        display: block;
    }
    .claim__image {
        margin-right: 0;
        width: 100%;
        text-align: center;
    }
    .claim__desc {
        max-width: 100%;
        margin-top: 25px;
    }
    .claim .h1 {
        text-align: center;
    }
}.claim .rules {
     padding-top: 30px;
 }
@media screen and (max-width:480px) {
    .claim .h1 {
        text-align: left;
        margin-bottom: 25px;
    }
    .claim .rules {
        padding-top: 10px;
    }
}.bill {
     background-color: #383330;
 }
.bill .main-tab__item {
    width: 33.33%}
.bill .main-tab__item.active .tab-item {
    background-color: transparent;
}
.bill .main-tab__menu {
    max-width: 1300px;
    margin: 0 auto;
}
.bill .main-tab__menu:after {
    display: none;
}
@media screen and (max-width:730px) {
    .bill .main-tab__item {
        width: 100%}
    .bill .main-tab__menu {
        display: block;
        width: 100%;
        padding: 20px 0;
    }
}.bill .tab-item .h4 {
     transition: .4s;
 }
.bill .tab-item:after {
    display: none;
}
.bill .tab-item:hover .h4 {
    color: #f46e21;
}
@media screen and (max-width:730px) {
    .bill .tab-item {
        width: 280px;
        margin-left: auto;
        margin-right: auto;
    }
    .bill .tab-item .h4 {
        display: block;
        font-size: 18px;
        padding-left: 22px;
    }
    .bill .tab-item__image {
        width: 60px;
    }
}@media screen and (max-width:480px) {
    .bill .tab-item {
        width: 240px;
    }
}.rallax {
     will-change: transform;
 }
@media screen and (min-width:769px) {
    .anim {
        transition: all .75s linear;
        transform: translateZ(0);
    }
    .anim--out {
        transform: translateY(150px);
        opacity: 0!important;
    }
    .anim--in {
        transform: translateY(0);
        opacity: 1!important;
    }
}.survey--grains .goods__image {
     text-align: right;
     margin-right: 0;
     margin-left: 0;
 }
.survey--grains .goods__part {
    max-width: 1220px;
    margin: 0 auto;
}
.bowl__part--atomatic .bowl-block {
    margin-right: 10px;
}
@media screen and (max-width:1000px) {
    .bowl__part--atomatic .bowl-block {
        margin-right: 0;
    }
}.upper--automatic .upper__desc {
     max-width: 550px;
 }
@media screen and (max-width:1200px) {
    .upper--automatic .upper__image {
        margin-right: 35px;
    }
}.recital {
     width: 100%}
@media screen and (max-width:960px) {
    .upper--automatic .upper__desc {
        max-width: 100%}
    .upper--automatic .upper__image {
        margin-right: 0;
    }
    .recital .modal {
        display: block;
    }
}.recital .modal-unit {
     display: -ms-flexbox;
     display: flex;
     -ms-flex-align: center;
     align-items: center;
     margin-bottom: 30px;
 }
.recital .modal-unit img {
    max-width: 37px;
    margin-right: 25px;
}
.recital .modal-unit .link, .recital .modal-unit .slider-unit__name {
    line-height: 1.4;
}
.recital .modal__link {
    margin-top: 120px;
}
@media screen and (max-width:1250px) {
    .recital .modal__link {
        margin-top: 30px;
    }
}.recital .modal__desc {
     overflow: visible;
     max-height: none;
     padding-bottom: 50px;
 }
@media screen and (max-width:960px) {
    .recital .modal__desc {
        width: 100%;
        padding-top: 40px;
        padding-bottom: 40px;
    }
}.recital .modal__recital {
     padding-top: 40px;
 }
.recital .modal__image {
    height: auto;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-bottom: 0;
    padding-top: 60px;
}
.recital .modal__image img {
    margin-bottom: -3px;
}
@media screen and (max-width:960px) {
    .recital .modal__image {
        width: 100%;
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .recital .modal-pagination {
        transform: none;
        top: 25%}
}.recital .modal .btn-slider:before {
     transition: 0s;
     background: 0 0;
     width: auto;
     height: auto;
     transform: none;
 }
.bowl--white, .premium {
    background-color: #f9f9f9;
}
.catalog, .contact, .ocs__picture {
    background-repeat: no-repeat;
}
.recital .modal .btn-slider--next {
    margin-bottom: 12px;
}
.recital .modal .btn-slider--next:before {
    content: url(../images/icons/plus.png);
}
.recital .modal .btn-slider--prev:before {
    content: url(../images/icons/minus.png);
}
.recital .modal-pagination {
    display: none!important;
}
@media screen and (max-width:700px) {
    .survey--grains .goods__image {
        text-align: center;
    }
    .recital .modal-pagination {
        top: 12%}
}.premium {
     width: 100%;
     padding: 120px 0;
 }
@media screen and (max-width:1385px) {
    .premium {
        padding: 80px 0;
    }
}@media screen and (max-width:960px) {
    .premium {
        padding: 70px 0;
    }
}@media screen and (max-width:480px) {
    .premium {
        padding: 45px 0;
    }
}.premium .wrapper {
     max-width: 1250px;
     margin: 0 auto;
 }
.premium__part {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    width: 100%;
    padding-left: 160px;
    -ms-flex-align: start;
    align-items: flex-start;
}
.premium__image {
    width: 40%}
@media screen and (max-width:1150px) {
    .premium__image {
        width: 45%}
}@media screen and (max-width:960px) {
    .premium__part {
        display: block;
        padding-left: 0;
    }
    .premium__image {
        width: 100%;
        margin-bottom: 35px;
        padding-left: 160px;
    }
}.premium__desc {
     width: 52%}
.premium__desc .h2 {
    margin-bottom: 30px;
}
@media screen and (max-width:960px) {
    .premium__desc {
        width: 100%}
}.premium__sert {
     position: absolute;
     top: 20px;
     left: 0;
 }
.premium__sert img {
    display: block;
    margin-bottom: 45px;
}
@media screen and (max-width:560px) {
    .premium__image {
        padding-left: 0;
        text-align: center;
    }
    .premium__sert {
        position: static;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: 35px;
    }
    .premium__sert img {
        margin-bottom: 0;
        width: 28%}
    .premium__sert img:last-child {
        margin-bottom: 0;
    }
}.upper--vending .upper__image {
     margin-bottom: -3px;
 }
.upper--vending .upper__desc {
    max-width: 580px;
}
@media screen and (max-width:960px) {
    .upper--vending .upper__desc {
        max-width: 100%}
    .upper--vending .upper__block-foil {
        height: 87%}
}.bowl--white {
     border-color: #E0E0E0;
 }
.survey--white, .survey--white .capsules-menu, .survey--white .goods {
    background-color: #F9F9F9;
}
.bowl--white .bowl-block__text .text {
    color: #3a3a3a;
}
.bowl--white .bowl__part--atomatic .bowl-block {
    margin-right: 20px;
}
@media screen and (max-width:1000px) {
    .bowl--white .bowl__part--atomatic .bowl-block {
        margin-right: 0;
    }
}@media screen and (max-width:480px) {
    .upper--vending .upper__desc .h1 {
        font-size: 30px;
        margin-bottom: 12px;
    }
    .upper--vending .upper__block-foil {
        height: 60%}
    .survey--white .goods {
        padding-bottom: 5px;
    }
}.survey--white .goods__desc {
     width: 45%;
     padding-top: 0;
     margin-top: -40px;
 }
.survey--white .goods__desc .text {
    color: #282828;
    font-weight: 500;
}
.survey--white .goods__desc .text--mini {
    font-size: 14px;
    color: #888;
    font-weight: 400;
}
@media screen and (max-width:700px) {
    .survey--white .goods__desc {
        width: 100%}
}.survey--white .goods__image {
     width: 45%;
     margin-right: 0;
     margin-left: 0;
 }
.survey--white .goods__part {
    padding-top: 70px;
}
@media screen and (max-width:700px) {
    .survey--white .goods__image {
        width: 100%;
        text-align: center;
    }
    .survey--white .goods__part {
        padding-top: 30px;
    }
}.survey--white .capsules-item .link:hover, .survey--white .capsules-item .slider-unit__name:hover {
     color: #f46e21;
 }
@media screen and (max-width:380px) {
    .survey--white .capsules-item .link, .survey--white .capsules-item .slider-unit__name {
        font-size: 10px;
    }
}.survey--white .capsules-item .active.slider-unit__name, .survey--white .capsules-item .link.active {
     color: #000;
 }
.survey--white .capsules-menu.fixed .capsules-item .active.slider-unit__name, .survey--white .capsules-menu.fixed .capsules-item .link.active {
    color: #fff;
}
.devices {
    width: 100%;
    background-color: #fff;
    padding: 60px 0 30px;
}
.devices__part {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    max-width: 1070px;
    margin: 0 auto;
}
.devices-item {
    width: 48%;
    margin-bottom: 30px;
}
@media screen and (max-width:600px) {
    .devices__part {
        display: block;
    }
    .devices-item {
        width: 100%;
        height: auto;
    }
}.devices-block {
     display: block;
     width: 100%;
     height: 100%;
     transition: .7s linear;
     color: #111;
     text-align: center;
     padding: 55px 30px;
 }
.devices-block:hover {
    background-color: #f9f9f9;
}
.devices-block:hover .btn {
    background-color: #f46e21;
    color: #fff;
}
@media screen and (max-width:600px) {
    .devices-block {
        width: 100%;
        height: auto;
        padding: 0 15px;
        transition: 0s;
    }
    .devices-block:hover {
        background-color: #fff;
    }
}.devices-block__image {
     width: 100%;
     height: 411px;
     display: -ms-flexbox;
     display: flex;
     -ms-flex-align: center;
     align-items: center;
     -ms-flex-pack: center;
     justify-content: center;
     margin-bottom: 30px;
 }
.devices-block__image img {
    max-height: 100%}
.devices-block .h3 {
    margin-bottom: 27px;
}
.top--ocs {
    background-image: url(../images/background/foil8.jpg);
}
.top--ocs .top__part {
    padding-bottom: 80px;
    -ms-flex-align: center;
    align-items: center;
}
.top--ocs .top__desc {
    width: 49%}
@media screen and (max-width:1200px) {
    .top--ocs .top__desc {
        padding-bottom: 0;
    }
}@media screen and (max-width:850px) {
    .top--ocs .top__part {
        padding-bottom: 0;
    }
    .top--ocs .top__desc {
        width: 100%;
        padding-bottom: 30px;
    }
}.ocs {
     width: 100%;
     position: relative;
     background-color: #e3d5c8;
     padding: 90px 0 20px;
 }
.ocs--white {
    background-color: #fff;
}
.ocs__picture {
    width: calc(50% - 350px);
    height: 100%;
    background-size: cover;
    background-position: top center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
@media screen and (max-width:960px) {
    .ocs__picture {
        display: none;
    }
}.ocs__part {
     display: -ms-flexbox;
     display: flex;
     -ms-flex-pack: justify;
     justify-content: space-between;
     -ms-flex-align: start;
     align-items: flex-start;
     position: relative;
     z-index: 2;
     max-width: 1120px;
     margin: 0 auto;
 }
@media screen and (max-width:850px) {
    .ocs {
        padding: 55px 0;
    }
    .ocs__part {
        display: block;
    }
}.ocs__desc {
     max-width: 650px;
     padding-top: 80px;
 }
.ocs__desc .btn {
    margin-top: 60px;
}
.ocs__desc .text {
    color: #181615;
}
.ocs__desc .text--large {
    font-size: 22px;
    line-height: 36px;
}
@media screen and (max-width:960px) {
    .ocs__desc {
        padding-top: 30px;
    }
}@media screen and (max-width:480px) {
    .ocs__desc .text--large {
        font-size: 14px;
        line-height: 24px;
    }
    .ocs__desc {
        padding-top: 15px;
    }
}.ocs__image {
     text-align: right;
     margin-right: 30px;
 }
.ocs--right {
    padding: 132px 0 60px;
}
@media screen and (max-width:1100px) {
    .ocs--right {
        padding: 80px 0 50px;
    }
}@media screen and (max-width:850px) {
    .ocs__desc {
        max-width: 100%}
    .ocs__image {
        width: 100%;
        margin-right: 0;
        text-align: left;
    }
    .ocs--right {
        padding: 55px 0;
    }
}.ocs--right .ocs__picture {
     left: auto;
     right: 0;
     width: calc(50% - 400px);
 }
.ocs--right .ocs__desc {
    max-width: 690px;
}
@media screen and (max-width:850px) {
    .ocs--right .ocs__desc {
        max-width: 100%}
}.ocs--right .ocs__part {
     -ms-flex-direction: row-reverse;
     flex-direction: row-reverse;
     max-width: 1160px;
 }
.ocs--right .ocs__image {
    margin-left: 30px;
    margin-right: 0;
}
@media screen and (max-width:850px) {
    .ocs--right .ocs__image {
        margin-left: 0;
    }
}.catalog {
     width: 100%;
     background-color: #181615;
     padding: 100px 0 60px;
     background-image: url(../images/background/product.jpg);
     background-position: 56% -18%}
@media screen and (max-width:1600px) {
    .catalog {
        background-position: 60% -18%}
}@media screen and (max-width:1100px) {
    .catalog {
        padding: 80px 0 50px;
    }
}.catalog .tab-content__part, .ocs--dark {
     padding-bottom: 0;
 }
@media screen and (max-width:600px) {
    .ocs__desc .btn {
        margin-top: 30px;
    }
    .catalog {
        padding-top: 40px;
    }
}.catalog .h1 {
     text-align: center;
     margin-bottom: 80px;
     color: #fff;
 }
@media screen and (max-width:1100px) {
    .catalog .h1 {
        margin-bottom: 35px;
    }
}.catalog__more {
     text-align: center;
     margin-top: 45px;
 }
.catalog__more .btn {
    min-width: 250px;
    color: #fff;
}
.condition__name--show {
    display: block;
    text-align: center;
    margin-bottom: 50px;
}
@media screen and (max-width:600px) {
    .condition__name--show {
        margin-bottom: 30px;
    }
}.top--vending {
     background-image: url(../images/background/foil-vending.jpg);
 }
.top--vending .top__part {
    padding-bottom: 0;
    max-width: 1260px;
    margin: 0 auto;
}
.top--vending .top__desc {
    max-width: 471px;
    width: 100%}
@media screen and (max-width:850px) {
    .top--vending .top__desc {
        width: 100%;
        max-width: 100%}
    .top--vending .top__block-image {
        margin: 0 auto;
    }
}.ocs--dark {
     background-color: #262423;
     color: #fff;
     overflow: hidden;
 }
@media screen and (max-width:1150px) {
    .premium__sert {
        top: 0;
    }
    .ocs--dark {
        padding-bottom: 40px;
    }
}.ocs--dark .ocs__part {
     max-width: 1300px;
 }
.ocs--dark .ocs__part .text {
    color: #E8E8E8;
}
.ocs--dark .ocs__image {
    margin-bottom: -2px;
}
.ocs--dark .ocs__picture {
    width: calc(50% - 400px);
}
.ocs--dark .ocs__desc {
    padding-top: 15px;
}
@media screen and (max-width:850px) {
    .ocs--dark .ocs__image {
        margin: 0;
    }
    .ocs--dark .ocs__desc {
        padding-top: 25px;
    }
}.top__image--fix {
     margin-right: -26%}
@media screen and (max-width:1700px) {
    .top__image--fix {
        margin-right: -16%}
}@media screen and (max-width:1500px) {
    .top__image--fix {
        margin-right: -12%}
}@media screen and (max-width:1400px) {
    .top__image--fix {
        margin-right: -6%}
}.contact {
     width: 100%;
     position: relative;
     color: #fff;
     padding-top: 180px;
     padding-bottom: 745px;
     background-color: #181615;
     background-position: 52% 14%;
     background-image: url(../images/serv-1.jpg);
 }
@media screen and (max-width:1385px) {
    .contact {
        padding-top: 150px;
        padding-bottom: 600px;
    }
}@media screen and (max-width:900px) {
    .contact {
        padding-bottom: 0;
        background-position: 52% 10%}
    .contact .wrapper {
        padding: 0;
    }
}.about-top, .kind, .nexus {
     background-repeat: no-repeat;
     background-size: cover;
     background-position: top center;
 }
@media screen and (max-width:768px) {
    .contact {
        padding-top: 140px;
    }
}.contact .h1 {
     margin-bottom: 90px;
 }
@media screen and (max-width:1200px) {
    .top__image--fix {
        margin-right: 0;
    }
    .contact .h1 {
        margin-bottom: 60px;
    }
}@media screen and (max-width:900px) {
    .contact .h1 {
        padding: 0 40px;
    }
}.contact__content {
     width: 100%;
     /*padding-bottom: 200px;
    */max-width: 1300px;
     margin: 0 auto;
 }
.contact__content.visible .contact-block__desc {
    opacity: 1!important;
    transform: none!important;
}
@media screen and (max-width:1385px) {
    .contact__content {
        padding-bottom: 90px;
    }
}@media screen and (max-width:1200px) {
    .contact__content {
        padding-bottom: 70px;
    }
}.contact__part {
     display: -ms-flexbox;
     display: flex;
     -ms-flex-pack: justify;
     justify-content: space-between;
     -ms-flex-align: start;
     align-items: flex-start;
     flex-flow:  row wrap;
 }
@media screen and (max-width:900px) {
    .contact__content {
        padding-bottom: 0;
    }
    .contact__part {
        display: block;
    }
}.contact-block {
     width: 29%;
     font-size: 16px;
     margin-bottom:  90px;
 }
.contact-block .h3 {
    font-size: 25px;
    margin-bottom: 33px;
}
.contact-block__data {
    margin-bottom: 14px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.contact-block__data .link--bor-white {
    border-color: rgba(255, 255, 255, .2);
    margin-left: 22px;
}
.contact-block__data .link--bor-white:hover {
    border-color: transparent;
}
.contact-block__data .link, .contact-block__data .slider-unit__name {
    letter-spacing: 0;
    font-size: 16px;
}
.contact-block__address {
    margin-bottom: 33px;
    line-height: 1.3;
}
.contact-block .btn {
    letter-spacing: .24px;
    text-transform: none;
}
.contact-block .btn .map-opened {
    display: none;
    color: #141211;
}
.contact-block .btn .map-closed {
    display: inline-block;
    color: #fff;
}
.contact-block.active .map-opened {
    display: inline-block;
}
.contact-block.active .map-closed {
    display: none;
}
.contact-block.active .map {
    z-index: 2;
}
.contact-block.active .btn {
    background-color: #f46e21;
}
.contact-block__desc {
    transition: 1.3s;
    opacity: 0;
}
.contact-block:first-child .contact-block__desc {
    transform: translateX(-100px);
}
.contact-block:nth-child(2) .contact-block__desc {
    transform: translateY(100px);
}
.contact-block:nth-child(3) .contact-block__desc {
    transform: translateX(100px);
}
@media screen and (max-width:1320px) {
    .contact-block {
        width: 32%}
}@media screen and (max-width:1200px) {
    .contact-block__data {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .contact-block__data .link--bor-white {
        margin-left: 0;
        margin-top: 12px;
    }
}@media screen and (max-width:900px) {
    .contact-block {
        display: block;
        width: 100%;
        margin-top: 70px;
    }
    .contact-block:first-child {
        margin-top: 0;
    }
    .contact-block:last-child {
        padding-bottom: 70px;
    }
    .contact-block__data {
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .contact-block__data .link--bor-white {
        margin-left: 20px;
        margin-top: 0;
    }
    .contact-block__desc {
        padding: 0 40px;
    }
    .contact-block .contact-block__map {
        height: 0;
        overflow: hidden;
    }
    .contact-block.active .contact-block__map {
        padding-top: 40px;
        height: 540px;
        overflow: visible;
    }
    .contact-block.active:last-child {
        padding-bottom: 0;
    }
}@media screen and (max-width:900px) and (max-width:480px) {
    .contact-block.active .contact-block__map {
        height: 340px;
    }
}@media screen and (max-width:480px) {
    .contact-block__data, .contact-block__data .link, .contact-block__data .slider-unit__name {
        display: block;
    }
    .contact-block__data .link--bor-white {
        display: inline-block;
        margin-left: 0;
        margin-top: 22px;
    }
}.map {
     display: block;
     width: 100%;
     height: 745px;
     position: absolute;
     bottom: 0;
     left: 0;
     z-index: 1;
 }
@media screen and (max-width:1385px) {
    .map {
        height: 600px;
    }
}@media screen and (max-width:900px) {
    .map {
        position: static;
        height: 500px;
    }
}.about-desc, .about-desc__wrap {
     position: relative;
 }
@media screen and (max-width:480px) {
    .map {
        height: 300px;
    }
}.nexus {
     width: 100%;
     background-image: url(../images/background/foil-nexus.jpg);
     color: #fff;
     overflow: hidden;
 }
.nexus__part {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 50px;
}
@media screen and (max-width:1200px) {
    .nexus__part {
        -ms-flex-align: end;
        align-items: flex-end;
    }
}@media screen and (max-width:900px) {
    .nexus__part {
        display: block;
        padding-top: 60px;
    }
}.nexus__desc {
     max-width: 666px;
     width: 100%;
     margin-right: 30px;
     padding: 40px 0 70px;
 }
.nexus .h1 {
    margin-bottom: 50px;
}
@media screen and (max-width:900px) {
    .nexus__desc {
        max-width: 100%;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 35px;
    }
    .nexus .h1 {
        padding-left: 17px;
        margin-bottom: 25px;
    }
}.nexus__half {
     display: -ms-flexbox;
     display: flex;
     -ms-flex-align: center;
     align-items: center;
     -ms-flex-pack: justify;
     justify-content: space-between;
 }
@media screen and (max-width:600px) {
    .nexus__half {
        display: block;
    }
}.about-top__block, .nexus__flex {
     display: -ms-flexbox;
     -ms-flex-align: center;
 }
.nexus__unit {
    width: 27%;
    margin-bottom: 20px;
}
.nexus__unit:first-child {
    width: 39%}
.nexus .input-wrap label {
    color: #fff;
    font-weight: 500;
}
.nexus .input-wrap .jq-selectbox__select, .nexus .input-wrap input, .nexus .input-wrap select {
    color: #fff;
    border-color: rgba(255, 255, 255, .2);
}
.nexus .input-wrap .jq-selectbox__select.error, .nexus .input-wrap input.error, .nexus .input-wrap select.error {
    border-color: #BD0000;
}
.nexus__message {
    margin-bottom: 35px;
}
.nexus__flex {
    display: flex;
    align-items: center;
}
.nexus__flex .btn {
    margin-right: 80px;
    min-width: 190px;
}
@media screen and (max-width:1200px) {
    .nexus__flex .btn {
        margin-right: 20px;
    }
}@media screen and (max-width:600px) {
    .nexus__unit, .nexus__unit: first-child {
        width: 100%}
    .nexus__flex {
        display: block;
    }
    .nexus__flex .btn {
        margin-left: 0;
        margin-bottom: 40px;
    }
}.nexus__rules {
     font-size: 14px;
     max-width: 265px;
     opacity: .9;
     color: #fefefe;
     line-height: 1.4;
 }
.nexus__rules .link, .nexus__rules .slider-unit__name {
    letter-spacing: 0;
    font-size: 14px;
}
.nexus__image img {
    margin-bottom: -30px;
}
@media screen and (max-width:900px) {
    .nexus__image img {
        margin-bottom: -2px;
        transform: none!important;
    }
    .nexus__image {
        text-align: center;
        max-width: 90%;
        margin: 0 auto;
    }
}.about-top {
     width: 100%;
     background-image: url(../images/background/foil-about-1.jpg);
     min-height: 649px;
     padding-top: 230px;
 }
@media screen and (max-width:920px) {
    .about-top {
        padding-top: 190px;
        min-height: 550px;
    }
}@media screen and (max-width:600px) {
    .about-top {
        padding-top: 140px;
    }
}.about-top__block {
     display: flex;
     align-items: center;
     -ms-flex-pack: center;
     justify-content: center;
     color: #fff;
 }
.about-top__desc {
    padding: 40px 0;
    max-width: 927px;
    text-align: center;
}
.about-top__desc .text {
    margin-top: 35px;
    color: #fff;
    line-height: 1.9;
}
@media screen and (max-width:920px) {
    .about-top__desc {
        padding-top: 0;
        padding-bottom: 70px;
    }
}@media screen and (max-width:768px) {
    .about-top {
        min-height: 0;
    }
    .about-top__desc {
        text-align: left;
        padding-bottom: 50px;
    }
}.about-desc {
     width: 100%;
     color: #fff;
     background-color: #141311;
     overflow: hidden;
 }
.about-desc .wrapper {
    max-width: 1380px;
}
.about-desc__block {
    max-width: 660px;
    position: relative;
    padding: 40px;
    height: 765px;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 100%}
@media screen and (max-width:1385px) {
    .about-desc__block {
        height: 600px;
    }
}.about-desc__wrap .decor--about-1 {
     top: -100px;
     left: -100px;
 }
.about-desc__image {
    position: absolute;
    right: 5%;
    bottom: -3px;
}
@media screen and (max-width:1650px) {
    .about-desc__image {
        width: 45%}
}@media screen and (max-width:1350px) {
    .about-desc {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        padding-top: 40px;
    }
    .about-desc__image {
        width: 50%;
        position: static;
    }
    .about-desc__block {
        height: auto;
        padding-left: 0;
    }
}.bon, .kind, .prof {
     width: 100%}
.kind, .prof__image img, .prof__wrap {
    position: relative;
}
@media screen and (max-width:1050px) {
    .about-desc {
        -ms-flex-align: stretch;
        align-items: stretch;
    }
    .about-desc__image {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: end;
        align-items: flex-end;
    }
}@media screen and (max-width:768px) {
    .about-desc {
        display: block;
    }
    .about-desc__image {
        width: 100%;
        display: block;
        text-align: center;
    }
    .about-desc__image img {
        margin-bottom: -4px;
    }
    .about-desc__block {
        max-width: 100%}
}@media screen and (max-width:600px) {
    .about-desc__block {
        padding-top: 0;
        padding-right: 0;
    }
}.desc-text .text {
     color: #E8E8E8;
     font-size: 16px;
     line-height: 30px;
     margin-top: 40px;
 }
.desc-text .text--large {
    font-size: 22px;
    line-height: 36px;
    color: #fff;
    margin-top: 0;
}
@media screen and (max-width:480px) {
    .desc-text .text {
        font-size: 14px;
        line-height: 1.8;
        margin-top: 25px;
    }
    .desc-text .text--large {
        font-size: 16px;
        line-height: 1.6;
        margin-top: 0;
    }
}.prof {
     background-color: #ededed;
 }
.prof__part {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1270px;
    margin: 0 auto;
}
.prof__desc {
    padding: 170px 0 220px;
    max-width: 551px;
}
.prof__desc .h2 {
    max-width: 320px;
    margin-bottom: 45px;
}
.prof__desc .text {
    color: #141211;
}
@media screen and (max-width:1200px) {
    .prof__desc {
        padding-bottom: 120px;
    }
}.prof__image {
     margin-right: 45px;
     margin-top: -100px;
 }
.prof__image img {
    z-index: 2;
}
.prof__wrap .decor.decor--about-2 {
    top: -80px;
    right: -50px;
}
.prof__wrap .decor.decor--about-3 {
    bottom: -110px;
    left: 30px;
}
@media screen and (max-width:768px) {
    .prof {
        padding-top: 35px;
    }
    .prof__part {
        display: block;
    }
    .prof__desc {
        padding: 40px 0 110px;
        max-width: 100%}
    .prof__image {
        margin-top: 0;
    }
    .prof__image img {
        transform: none!important;
    }
    .prof .h2 {
        margin-bottom: 25px;
        max-width: 100%}
}.bon__content .h1, .kind-bird {
     left: 50%;
     transform: translate(-50%);
     z-index: 2;
 }
.prof--sert {
    background-color: #37322e;
    color: #fff;
    padding: 115px 0;
}
@media screen and (max-width:1385px) {
    .prof--sert {
        padding: 75px 0;
    }
}@media screen and (max-width:1024px) {
    .prof--sert {
        padding: 80px 0;
    }
}@media screen and (max-width:768px) {
    .prof--sert {
        padding: 40px 0;
    }
}.prof--sert .text {
     color: #fff;
     margin-bottom: 36px;
 }
.prof--sert .prof__desc {
    max-width: 470px;
    margin-right: 8%;
    padding: 0;
}
.prof--sert .prof__desc .h2 {
    max-width: 100%}
@media screen and (max-width:1200px) {
    .prof--sert .prof__desc {
        margin-right: 0;
    }
}@media screen and (max-width:768px) {
    .prof--sert .prof__desc {
        max-width: 100%;
        padding-top: 40px;
    }
}.prof--sert .prof__image {
     margin-top: 0;
 }
.kind {
    background-image: url(../images/background/kind.jpg);
    height: 600px;
}
.kind__block {
    max-width: 940px;
    margin: 0 auto;
    padding: 210px 20px 0;
    text-align: center;
    color: #fff;
    line-height: 1.6;
    font-size: 30px;
    font-weight: 500;
}
@media screen and (max-width:1385px) {
    .kind {
        height: 500px;
    }
    .kind__block {
        padding-top: 140px;
    }
}@media screen and (max-width:730px) {
    .kind {
        height: auto;
    }
    .kind__block {
        padding: 110px 0 200px;
    }
}@media screen and (max-width:600px) {
    .kind__block {
        font-size: 20px;
        padding-top: 70px;
        padding-bottom: 170px;
    }
}@media screen and (max-width:480px) {
    .kind__block {
        font-size: 16px;
    }
}.kind-bird {
     position: absolute;
     bottom: -25px;
 }
.kind-bird .leg.back .leg__fore, .kind-bird .leg__fore, .kind-bird .leg__top {
    background-color: #FF6F0F;
}
.bon, .lapse {
    background-color: #181615;
    color: #fff;
}
.bon {
    padding: 110px 0 0;
}
.bon__block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1400px;
    margin: 0 auto;
}
.bon__block:first-child .bon__text {
    margin-left: 70px;
    padding-top: 45px;
}
.bon__block:first-child .bon__text .text {
    max-width: 452px;
}
@media screen and (max-width:1350px) {
    .bon__block: first-child .bon__text {
        margin-left: 0;
    }
}.bon__block:nth-child(2) {
     -ms-flex-direction: row;
     flex-direction: row;
     margin-top: -180px;
     -ms-flex-pack: start;
     justify-content: flex-start;
 }
.lapse__bottom, .lapse__top {
    -ms-flex-align: center;
    width: 100%}
.bon__block:nth-child(2) .bon__text .text {
    max-width: 330px;
}
.bon__block:nth-child(3) {
    margin-left: 260px;
    margin-top: -100px;
}
.bon__block:nth-child(3) .bon__text {
    padding-top: 100px;
}
.bon__block:nth-child(3) .bon__image img {
    margin-bottom: -3px;
}
@media screen and (max-width:1350px) {
    .bon__block: nth-child(3) {
    margin-left: 160px;
}
}@media screen and (max-width:1050px) {
    .bon__block: nth-child(2) {
    margin-top: -100px;
}
    .bon__block:nth-child(3) {
        margin-left: 0;
        margin-top: -50px;
    }
    .bon__content .h1 {
        left: 0;
        transform: none;
    }
}@media screen and (max-width:740px) {
    .bon {
        padding-bottom: 50px;
    }
    .bon__block {
        display: block;
        margin-top: 0!important;
        width: 100%}
    .bon__block .bon__text {
        margin-right: 0!important;
        margin-left: 0!important;
        padding-top: 0!important;
    }
    .bon__block .bon__text .text {
        max-width: 100%!important;
        padding: 0;
        font-size: 14px;
        margin: 20px 0;
    }
    .bon__block:first-child .bon__text, .bon__block:nth-child(3) .bon__text {
        padding-top: 30px!important;
    }
    .bon__block:nth-child(2) .bon__text {
        margin-top: -40px!important;
    }
}.bon__text {
     margin-right: 40px;
     max-width: 562px;
 }
.bon__text .text {
    color: #fff;
    margin: 24px 0;
    font-size: 22px;
    line-height: 1.8;
}
@media screen and (max-width:1120px) {
    .bon__text .text {
        font-size: 18px;
    }
}.bon__content {
     width: 100%;
     position: relative;
 }
.bon__content .h1 {
    position: absolute;
    top: 30px;
}
@media screen and (max-width:800px) {
    .bon__content .h1 {
        position: static;
        text-align: center;
        margin-bottom: 40px;
    }
}.lapse {
     width: 100%;
     position: relative;
     z-index: 5;
     padding-bottom: 180px;
     height: 100vh;
     overflow-y: auto;
     min-height: 600px;
 }
.lapse__bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    border-top: 1px solid #302E2D;
    z-index: 2;
    height: 180px;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media screen and (max-width:960px) {
    .lapse {
        padding-bottom: 0;
    }
    .lapse__bottom {
        position: static;
        height: auto;
        display: block;
    }
}.lapse__top {
     display: -ms-flexbox;
     display: flex;
     align-items: center;
     -ms-flex-pack: center;
     justify-content: center;
     padding: 70px 0;
     position: relative;
     height: calc(100vh - 180px);
 }
@media screen and (max-width:1400px) {
    .lapse__top {
        padding-right: 150px;
    }
}@media screen and (max-width:1100px) {
    .lapse__top {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}@media screen and (max-width:960px) {
    .lapse__top {
        height: auto;
        display: block;
        padding: 40px 0 0;
    }
}.lapse__block {
     display: -ms-flexbox;
     display: flex;
     -ms-flex-align: center;
     align-items: center;
 }
.lapse .wrapper {
    max-width: 1020px;
    width: 100%}
.lapse__desc {
    margin-left: 35px;
    position: relative;
    z-index: 2;
}
.lapse__desc .btn {
    color: #fff;
    min-width: 190px;
}
@media screen and (max-width:960px) {
    .lapse__block {
        display: block;
        text-align: center;
    }
    .lapse__desc {
        margin-left: 0;
        margin-top: 30px;
    }
}.lapse .service__bird {
     position: absolute;
     bottom: -2px;
     right: calc(50% - 680px);
     margin: 0;
 }
@media screen and (max-width:1400px) {
    .lapse .service__bird {
        right: 10px;
    }
}@media screen and (max-width:960px) {
    .lapse .service__bird {
        display: block;
        position: relative;
        margin: 35px auto 0;
        right: -20px;
    }
}.lapse__name {
     font-size: 36px;
     font-weight: 700;
     margin-bottom: 40px;
     max-width: 210px;
 }
@media screen and (max-width:1168px) {
    .lapse__name {
        min-width: 210px;
    }
}.lapse-footer {
     display: -ms-flexbox;
     display: flex;
     -ms-flex-pack: justify;
     justify-content: space-between;
     -ms-flex-align: center;
     align-items: center;
 }
.lapse-footer .footer__icon {
    margin: 0 15px;
}
@media screen and (max-width:960px) {
    .lapse__name {
        max-width: 100%}
    .lapse-footer {
        display: block;
        padding: 30px 0;
        text-align: center;
    }
    .lapse-footer__unit {
        margin-bottom: 25px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .lapse-footer__unit:last-child {
        margin-bottom: 0;
    }
}.lapse-footer__flex {
     display: -ms-flexbox;
     display: flex;
     -ms-flex-align: center;
     align-items: center;
 }
.lapse-footer__link .link, .lapse-footer__link .slider-unit__name {
    letter-spacing: 0;
    font-size: 15px;
    font-weight: 500;
}
.lapse-footer .footer__social {
    position: static;
    transform: none;
}
.lapse-footer .footer-city__value {
    margin-right: 25px;
    margin-bottom: 0;
}
@media screen and (max-width:380px) {
    .lapse-footer__flex {
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .lapse-footer .footer-city__value {
        margin-right: 0;
        margin-bottom: 15px;
    }
}.lapse-footer .footer-city .header-city__dropdown {
     top: auto;
     bottom: 30px;
 }
.lapse-footer .footer-phone {
    margin: 0;
}
.lapse__image {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 2;
    margin-right: 80px;
}
.lapse__image strong {
    font-size: 254px;
    font-weight: 700;
}
.lapse__image strong:last-of-type {
    margin-left: -50px;
}
.lapse__image__cup {
    margin-left: -25px;
    animation-name: rotate-cup;
    animation-duration: 1.5s;
    animation-delay: .3s;
}
.lapse__image__pattern {
    position: absolute;
    right: -90px;
    z-index: -1;
    top: -30px;
}
@media screen and (max-width:480px) {
    .lapse__image__pattern {
        max-width: 150%;
        right: -30%}
}@media screen and (max-width:1100px) {
    .lapse__image strong {
        font-size: 170px;
    }
}@media screen and (max-width:960px) {
    .lapse__image {
        -ms-flex-pack: center;
        justify-content: center;
    }
}@media screen and (max-width:700px) {
    .lapse__image {
        margin-left: 50px;
    }
    .lapse__image strong:last-of-type {
        margin-left: -30px;
    }
    .lapse__image__cup {
        width: 250px;
        margin-left: -10px;
    }
    .lapse__image strong {
        font-size: 115px;
    }
}@keyframes rotate-cup {
0 {
    transform: rotate(0);
}
100% {
    transform: rotate(360deg);
}
}.page-lapse .footer, .page-lapse .header {
     display: none!important;
 }
.contact--site {
    padding-bottom: 60px;
    z-index: 4;
}
.contact--site h2 {
    font-weight: 500;
    font-size: 3.85714rem;
    font-family: "Graphik LCG"}
@media screen and (max-width:765px) {
    .contact--site h2 {
        font-size: 3.14286rem;
    }
}@media screen and (max-width:600px) {
    .contact--site h2 {
        font-size: 2.28571rem;
    }
}.contact--site .simple-sitemap-page {
     display: -ms-flexbox;
     display: flex;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
     margin-top: 65px;
 }
@media screen and (max-width:900px) {
    .contact--site {
        padding-left: 15px;
        padding-right: 15px;
    }
    .contact--site .simple-sitemap-page {
        margin-top: 30px;
    }
}.contact--site .simple-sitemap-page li {
     margin-bottom: 30px;
     width: 25%;
     -ms-flex-order: 5;
     order: 5;
 }
@media screen and (max-width:960px) {
    .contact--site .simple-sitemap-page li {
        width: 33.33%}
}@media screen and (max-width:650px) {
    .contact--site .simple-sitemap-page li {
        width: 50%}
}@media screen and (max-width:450px) {
    .contact--site .simple-sitemap-page li {
        width: 100%}
}.contact--site .simple-sitemap-page li a {
     color: #fff;
     text-decoration: none;
     transition: .3s;
     outline: 0;
     font-size: 25px;
     font-weight: 600;
 }
.contact--site .simple-sitemap-page li a:hover {
    color: #f46e21;
}
.contact--site .simple-sitemap-page li:nth-child(1) a, .contact--site .simple-sitemap-page li:nth-child(2) a, .contact--site .simple-sitemap-page li:nth-child(3) a, .contact--site .simple-sitemap-page li:nth-child(5) a {
    font-size: 14px;
    font-weight: 400;
    transition: .3s;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}
.contact--site .simple-sitemap-page li:nth-child(1) a:hover, .contact--site .simple-sitemap-page li:nth-child(2) a:hover, .contact--site .simple-sitemap-page li:nth-child(3) a:hover, .contact--site .simple-sitemap-page li:nth-child(5) a:hover {
    border-color: transparent;
    color: #fff;
}
.contact--site .simple-sitemap-page li:nth-child(2) {
    display: none;
}
.contact--site .simple-sitemap-page li:nth-child(4) {
    -ms-flex-order: 1;
    order: 1;
}
.contact--site .simple-sitemap-page li:nth-child(6) {
    -ms-flex-order: 2;
    order: 2;
}
.contact--site .simple-sitemap-page li:nth-child(7) {
    -ms-flex-order: 3;
    order: 3;
}
.contact--site .simple-sitemap-page li:nth-child(8) {
    -ms-flex-order: 4;
    order: 4;
}
.contact--site .simple-sitemap-page .children {
    display: block!important;
    margin-top: 30px;
}
.contact--site .simple-sitemap-page .children li {
    display: block!important;
    width: 100%!important;
    -ms-flex-order: 0!important;
    order: 0!important;
}
.contact--site .simple-sitemap-page .children li a {
    font-size: 14px;
    font-weight: 400;
    transition: .3s;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}
.contact--site .simple-sitemap-page .children li a:hover {
    border-color: transparent;
    color: #fff;
}

.blockQuestionCity{
    position: fixed;
    display: none;
    top: 100px;
    background-color: white;
    z-index: 9999;
    /*right: 280px;*/ /*Это значение прописано в js, оно динамично*/
    text-transform: uppercase;
    padding: 20px;
    border-radius: 15px;
    border: 1px solid gray;
    font-size: 20px;
}
.blockQuestionCity p{
    padding-bottom: 20px;

    font-size: 20px;
}
.blockQuestionCity .btn--white{
    margin-right: 10px;
}
.questionCity{
    color: rgb(244, 110, 33);
}
.blockQuestionCity .btn{
    padding: 7px 33px!important;
}
.visibleQuestion{
    display: block;
}
.blockQuestionCity .btn:hover{
    color: rgb(244, 110, 33);
    background-color: unset!important;
}
.blockQuestionCity .btn-success{
    background-color: rgb(244, 110, 33)!important;
    color:white;
}
.blockQuestionCity .btn-success:hover{
    color:rgb(244, 110, 33) ;
}
.steps3__content{
	width: 100%;
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}

.steps3__item{
	width: calc(100% / 3 - 50px / 3);
   	position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.steps3__item:before{
	content: "";
	display: flex;
    width: calc(100% - 27px - 10px);
    position: absolute;
    border-top: 2px dashed #EE581B;
    top: 13px;
    right: 0;
}

@media(max-width: 500px){
	.steps3__item{
    	width: 100%;
    }
    
    .steps3__item:before{
        display: none;
    }
}

.steps3__item:last-child:before{
	display: none;
}

.steps3__item--number{
	width: 27px;
    height: 27px;
    border-radius: 50%;
    background: #EE581B;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
}

.steps3__item--text{
	font-size: 14px;
    color: #fff;
    line-height: 130%;
}

/*----admcsp task #3157----------------*/ 
/*----dropdown multilevel menu---------*/
.nav-item .link--nav::after{
    pointer-events: none;
}
.nav-sub-add {
    left: auto;
}
.nav-sub-add .nav-sub__wrapper {
    background-color: transparent;
    box-shadow:none;
    /*height:80px;*/
    padding: 20px 0 20px;
}
.nav-sub-add .nav-sub__wrapper::after {
    content: '';
    width: 1px;
    height: 0;
    position: absolute;
    left: 50%;
    top: 0;
    background-color: #fff;
    opacity: .11;
}
.nav-sub-add .nav-sub__wrapper .wrapper {
    padding:0;
    margin-left: 0;
}
.nav-sub-bg .nav-sub__wrapper {
    height:120px;
    padding: 0;
}
.nav-sub-bg .nav-sub__wrapper::after {
    width: 0;
    height: 0;
    visibility:hidden;
}
.nav-sub-add ul li {
    padding:5px 0 5px 0;
}
.nav-sub-add ul li a{
    font-weight: 500;
    text-transform: uppercase;
    transition: color 1s ease-in-out;
}
.nav-sub-add ul li a:hover{
    color:#f46e21;
}
/*---------------------------------------*/
/*-----------------admcsp----------------*/
.seo{
width: 100%;
  position: relative;
  color: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #181615;
  background-position: 52% 14%;
  background-image: url(../images/serv-1.jpg);
  background-repeat: no-repeat;
}
.seo .inpage{
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  max-width: 1340px;
  margin: 0 auto;
}
.seo h2 {
margin-bottom: 40px;
}
.seo .text {
line-height: 1.8;
}
.seo li{
margin-bottom:14px;
}
/*---------------------------------------*/

.visuallyhidden:not(:focus):not(:active) {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

/* Основные стили для блока FAQ */
.sibacafe_faq_section {
    padding: 60px 20px;
    background-color: #f8f8f8;
    font-family: 'Arial', sans-serif;
    margin: 0 auto;
    box-sizing: border-box;
}

.sibacafe_faq_container {
    max-width: 1200px;
    margin: 0 auto;
}

.sibacafe_faq_title {
    font-size: 36px;
    font-weight: 700;
    color: #2c2c2c;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
}

.sibacafe_faq_title:after {
    content: '';
    display: block;
    width: 60px;
    height: 4px;
    background-color: #e42313;
    margin: 20px auto 0;
}

.sibacafe_faq_list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

/* Стили для элемента details/summary */
.sibacafe_faq_item {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

.sibacafe_faq_question {
    padding: 20px 60px 20px 24px;
    font-size: 18px;
    font-weight: 600;
    color: #2c2c2c;
    cursor: pointer;
    position: relative;
    list-style: none;
    display: block;
    outline: none;
    transition: background-color 0.3s ease;
}

.sibacafe_faq_question::-webkit-details-marker {
    display: none;
}

/* Стрелка для индикации состояния */
.sibacafe_faq_arrow {
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    display: inline-block;
    transition: transform 0.3s ease;
}

.sibacafe_faq_arrow:before,
.sibacafe_faq_arrow:after {
    content: '';
    position: absolute;
    background-color: #e42313;
    transition: all 0.3s ease;
}

.sibacafe_faq_arrow:before {
    width: 12px;
    height: 2px;
    top: 9px;
    left: 4px;
}

.sibacafe_faq_arrow:after {
    width: 2px;
    height: 12px;
    top: 4px;
    left: 9px;
}

/* Изменение стрелки при открытии детали */
details[open] .sibacafe_faq_arrow:after {
    transform: rotate(90deg);
    opacity: 0;
}

details[open] .sibacafe_faq_question {
    background-color: #f9f9f9;
    color: #e42313;
}

/* Стили для ответа */
.sibacafe_faq_answer {
    padding: 0 24px 24px;
    color: #4a4a4a;
    font-size: 16px;
    line-height: 1.6;
    animation: fadeIn 0.5s ease;
}

.sibacafe_faq_answer p {
    margin: 0;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Адаптивность для мобильных устройств */
@media (max-width: 768px) {
    .sibacafe_faq_section {
        padding: 40px 15px;
    }
    
    .sibacafe_faq_title {
        font-size: 28px;
        margin-bottom: 30px;
    }
    
    .sibacafe_faq_question {
        font-size: 16px;
        padding: 16px 50px 16px 20px;
    }
    
    .sibacafe_faq_arrow {
        right: 20px;
    }
    
    .sibacafe_faq_answer {
        padding: 0 20px 20px;
        font-size: 15px;
    }
}

.buy__section .wrapper .text__inner ul {
 list-style: disc;
     list-style: inside;
}
.buy__section .wrapper .text__inner ul li {
  margin: 10px 0;
}
.buy__section .wrapper .text__inner p {
    line-height: 20px;
}


.table-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin: 40px 0;
}

.table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

.table th {
    background-color: #000;
    color: #fff;
    padding: 20px;
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.table th:first-child {
    text-align: left;
    background-color: #222;
}

.table td {
    padding: 18px 20px;
    border-top: 1px solid #eaeaea;
    color: #333;
    font-size: 18px;
    vertical-align: middle;
}

.table tbody tr:hover {
    background-color: #fff5ed;
}

.table td:first-child {
    font-weight: 600;
    color: #000;
}

.table .check {
    color: #f46e21;
    font-weight: bold;
    font-size: 20px;
    margin-right: 10px;
    vertical-align: middle;
}

.table .cross {
    color: #888;
    font-weight: bold;
    font-size: 20px;
    margin-right: 10px;
    vertical-align: middle;
}

.table .highlight {
    color: #f46e21;
    font-weight: 600;
}

@media (max-width: 768px) {
    .table-wrapper {
        margin: 30px 0 40px 0;
    }

    .table th,
    .table td {
        padding: 12px 10px;
    }

    .table th {
        font-size: 15px;
        line-height: 20px;
    }

    .table td {
        font-size: 14px;
    }

    .table .check,
    .table .cross {
        font-size: 16px;
        margin-right: 5px;
    }
}