@font-face {
    font-family: "Roboto";
    font-display: swap;
    src: local("Roboto-Regular"),
         url('/local/client/app/fonts/roboto-regular.woff2') format('woff2'),
         url('/local/client/app/fonts/roboto-regular.woff') format('woff');
    font-weight: 400;
}

@font-face {
    font-family: "Roboto";
    font-display: swap;
    src: local("Roboto-Medium"),
         url('/local/client/app/fonts/roboto-medium.woff2') format('woff2'),
         url('/local/client/app/fonts/roboto-medium.woff') format('woff');
    font-weight: 500;
}

@font-face {
    font-family: "Roboto";
    font-display: swap;
    src: local("Roboto-Bold"),
         url('/local/client/app/fonts/roboto-bold.woff2') format('woff2'),
         url('/local/client/app/fonts/roboto-bold.woff') format('woff');
    font-weight: 700;
}

@font-face {
  font-family: "Brutal Type";
  font-display: fallback;
  src: local("Brutal Type"),
  url('/local/client/app/fonts/Brutal-Type_500.woff') format('woff'),
  url('/local/client/app/fonts/Brutal-Type_500.woff2') format('woff2');
  font-weight: 600;
}
:root {
  
  /* new */ /* + #FDF9E8 (comments detail) */ /* ? */
}
/*header only*/
/*header only*/
/*header only*/
/* iPhone 12 Pro Max */
/* Минимум по ширине */
/* Девайсы */
* {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    outline: none !important;
}
select {
    border: none;
    max-width: 56px;
}
html {
    height: 100%;
    min-width: 320px;
    overflow-x: hidden
}
html.locked {
  overflow: hidden;
  height: 100%;
}
body {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #002454;
    background-color: #FAFAFA;
    overflow: hidden;
    position: relative;
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  body > .container {
    overflow: hidden;
  }
}
.title-1, h1, .title-2, h2, .title-3, h3, .title-4, h4 {
    display: block;
    margin: 0;
    font-weight: 700;
}
.title-1, h1 {
    margin-bottom: 36px;
    font-size: 28px;
}
@media (max-width: 768px) {
  .title-1, h1 {
    padding-top: 20px;
    margin-bottom: 30px;
    font-size: 24px;
  }
}
@media (max-width: 500px) {
  .title-1, h1 {
    margin-bottom: 20px;
    font-size: 20px;
  }
}
.title-2, h2 {
    margin-bottom: 25px;
    font-size: 24px;
}
.title-2--icon, h2--icon {
        height: 17.5px !important;
        margin-bottom: 4.4px;
    }
@media (max-width: 500px) {
  .title-2--icon, h2--icon {
    height: 14px !important;
  }
}
@media (max-width: 1700px) and (min-width: 1279px) {
  .title-2--icon, h2--icon {
    height: 15px !important;
  }
}
.title-2--news:hover, h2--news:hover {
  color: #E40208;
}
@media (max-width: 768px) {
  .title-2, h2 {
    margin-bottom: 20px;
    font-size: 22px;
  }
}
@media (max-width: 500px) {
  .title-2, h2 {
    margin-bottom: 15px;
    font-size: 18px;
  }
}
.title-3, h3 {
    margin-bottom: 25px;
    font-size: 18px;
}
@media (max-width: 768px) {
  .title-3, h3 {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
@media (max-width: 500px) {
  .title-3, h3 {
    font-size: 14px;
    margin-bottom: 15px;
  }
}
.title-4, h4 {
    margin-bottom: 15px;
    font-weight: 700;
}
@media (max-width: 500px) {
  .title-4, h4 {
    margin-bottom: 7px;
  }
}
.container {
    max-width: 1360px;
    margin: auto;
    padding: 0 40px;
    width: 100%;
}
@media (max-width: 1600px) {
  .container {
    width: 80%;
  }
}
@media (max-width: 1536px) {
  .container {
    width: 100%;
  }
}
@media (max-width: 1279px) {
  .container {
    padding-top: 0;
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 0;
  }
}
@media (max-width: 960px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 736px) {
  .container {
    padding-left: 4%;
    padding-right: 4%;
  }
}
p {
    display: block;
    line-height: 1.7;
    margin: 0;
}
@media (max-width: 500px) {
  p {
    line-height: 20px;
  }
}
img {
    max-width: 100%;
    max-height: 100%;
}
a {
    display: inline;
    color: inherit;
    text-decoration: none !important;
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer;
}
button {
    background-color: transparent;
}
.clearfix::after, .clearfix::before {
    content: '';
    display: table;
    clear: both;
}
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
button {
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0;
}
@media (max-width: 500px) {
  .bx-ios.bx-touch input, .bx-ios.bx-touch textarea {
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  .bx-ios.bx-touch .b-filter input {
    font-size: 14px;
  }
}
@media (max-width: 500px) {
  .bx-ios.bx-touch .b-form__block--location .bx-sls .bx-ui-sls-container input, .bx-ios.bx-touch .b-form__block--location .bx-sls .bx-ui-sls-variants {
    font-size: 16px;
  }
}
input::-ms-clear {
    display: none;
}
.link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: #D41920;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
    cursor: pointer
}
.link.disabled {
  pointer-events: none;
}
.link:hover {
  color: #F28081;
}
.link--grey {
        color: #9EAABB;
}
.link--black {
        color: #002454;
}
.link--black:hover {
  color: #E40208;
}
.hidden {
    display: none !important;
}
.i-icon {
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    vertical-align: middle;
    width: 1em;
    height: 1em;
    fill: currentColor;
}
.i-icon--big {
        width: 5em;
        height: 5em;
    }
.i-icon--help {
        width: 20px;
        height: 20px;
        margin-left: 6px;
    }
@media (max-width: 500px) {
  .i-icon--help {
    width: 15px;
    height: 15px;
  }
}
#panel {
    height: 0;
}
.bold {
    font-weight: 700;
}
.datepicker {
    z-index: 1500 !important;
}
.hover-over:after {
  content: '';
  opacity: 0;
  visibility: hidden;
  background-color: #292727;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out;
}
.hover-over:hover:after {
  opacity: 0.2;
  visibility: visible;
}
.hover-border:after {
  content: '';
  opacity: 0;
  visibility: hidden;
  background-color: #E40208;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out;
  width: 0;
}
.hover-border:hover:after {
  opacity: 1;
  visibility: visible;
  width: 100%;
}
.success {
    color: #29AD2E;
}
.error {
    color: #E40208;
}
.loader {
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    opacity: 0;
    visibility: hidden;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%;
    max-height: 100%;
    top: 0;
    right: 0;
    z-index: 10000;
    background: rgba(255, 255, 255, .7);
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out
}
.loader.animated {
  -webkit-animation-duration: 0.3s !important;
          animation-duration: 0.3s !important;
}
.loader img {
        width: 180px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .loader img {
      -webkit-animation: load 1.3s linear infinite;
              animation: load 1.3s linear infinite;
  }
}
.loader.active {
  opacity: 1;
  visibility: visible;
}
.bx-ie11 .loader.active img {
        -webkit-animation: cssload-gogoloader 1.3s infinite;
                animation: cssload-gogoloader 1.3s infinite;
    }
.bx-ie .select.loading .select-styled:before, .bx-ie .b-form__block .sugg_wrapper.loading:after, .bx-firefox .select.loading .select-styled:before, .bx-firefox .b-form__block .sugg_wrapper.loading:after {
        top: 17px;
        -webkit-animation: cssload-gogoloader 1.3s infinite;
                animation: cssload-gogoloader 1.3s infinite;
    }
@media (max-width: 768px) {
  .bx-ie .select.loading .select-styled:before, .bx-ie .b-form__block .sugg_wrapper.loading:after, .bx-firefox .select.loading .select-styled:before, .bx-firefox .b-form__block .sugg_wrapper.loading:after {
    top: 15px;
  }
}
@-webkit-keyframes cssload-gogoloader {
    0% {
        opacity: 0.3;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.3;
    }
}
@keyframes cssload-gogoloader {
    0% {
        opacity: 0.3;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.3;
    }
}
.ticket_file {
        clear: both;
        display: block
    }
.ticket_file:not(:last-of-type) {
  margin-bottom: 10px;
}
.ticket_image {
    }
.altasib-support-button-save {
    margin-right: 20px;
    margin-top: 15px;
    display: inline-block;
    font-weight: 600;
}
.altasib-support-button-cancel {
    margin-top: 15px;
    display: inline-block;
    color: #B1B1B1;
}
.altasib-column-support-info, .ticket_textarea_wrap {
    width: 100%;
}
.choose_p, .ticket_field {
    background-color: #ffffff;
    margin-left: 0 !important;
    position: relative;
    padding: 15px;
    -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, .16);
            box-shadow: 0 20px 40px rgba(0, 0, 0, .16);
}
.choose_p li, .ticket_field li {
        cursor: pointer
    }
.choose_p li:hover, .ticket_field li:hover {
  color: #E40208;
}
.altasib_editCommentArea {
    width: 100%;
    padding: 16px 20px;
    border: 1px solid #DEE2E8;
    border-radius: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1;
    -webkit-transition: .2s;
    transition: .2s;
    position: relative;
    resize: none;
    height: 150px !important;
}
.ticket_change {
    color: #B1B1B1;
    display: inline-block;
    margin-right: 5px
}
.ticket_change:hover {
  color: #E40208;
}
.ticket_toggle {
    cursor: pointer
}
.ticket_toggle:hover {
  color: #E40208;
}
.ticket_toggle + div {
  display: block;
  margin-left: 20px;
}
font.errortext {
    color: #E40208 !important;
    font-size: 15px !important;
    padding: 3px 0;
}
div.bx-html-editor {
    margin: 0 0 0 1px;
    z-index: 9;
}
font.notetext {
  color: green;
}
@media (max-width: 1700px) and (min-width: 1279px) {
    body {
        font-family: "Roboto", sans-serif;
    }

    .title-1, h1 {
        margin-bottom: 28.8px;
    }

    .title-2, h2 {
        margin-bottom: 20px;
    }

    .title-3, h3 {
        margin-bottom: 20px;
        font-size: 14.4px;
    }

    .title-4, h4 {
        margin-bottom: 12px;
    }
        .bx-ie .select.loading .select-styled:before, .bx-ie .b-form__block .sugg_wrapper.loading:after, .bx-firefox .select.loading .select-styled:before, .bx-firefox .b-form__block .sugg_wrapper.loading:after {
            top: 12px;
        }
}
/* Рейтинг звездочками */
.im {
    background-image: url('/local/client/icons/star.svg');
    background-size: 15px 15px;
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    display: inline-block;
    cursor: pointer;
    margin-right: 5px;
}
.rate-hover-layer .im, .rate-select-layer .im {
        background-image: url('/local/client/icons/star_h.svg');
        background-size: contain;
    }
/* flex table */
.b-table .t-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
.b-table .t-row:not(:last-child) {
  margin-bottom: 3px;
}
.b-table .t-row div {
            width: 50%;
}
/* Пустой блок */
.result-empty {
    background-color: #ffffff;
}
@media (max-width: 768px) {
  .result-empty {
    padding: 20px 15px;
  }
}
/* xls stuff */
.xls__radio {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
.xls__radio-container {
            margin-bottom: 20px;
            display: inline-block;
            margin-left: auto;
            margin-right: auto;
        }
.xls__radio-container .b-checkbox:not(:last-child) {
  margin-bottom: 10px;
}
.xls__btns {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
.xls__btns .btn:not(:last-child) {
  margin-right: 10px;
}
.xls__modal .result-error {
            text-align: center;
            margin-top: 5px;
        }
.editor {
    margin-bottom: 25px;
}
.indention {
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px
}
.indention:before {
  content: "";
  position: absolute;
  top: 0;
  height: 10px;
  background: #FAFAFA;
  margin-left: -40px;
  margin-right: -40px;
  width: calc(100% + 80px);
}
@media (max-width: 500px) {
  .indention:before {
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px);
  }
}
.indention:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 10px;
  background: #FAFAFA;
  margin-left: -40px;
  margin-right: -40px;
  width: calc(100% + 80px);
}
@media (max-width: 500px) {
  .indention:after {
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px);
  }
}
.bx-ios .rub {
    font-family: "Brutal Type", "Verdana", 'sans-serif';
    font-weight: 600;
}:root {
  
  /* new */ /* + #FDF9E8 (comments detail) */ /* ? */
}
/*header only*/
/*header only*/
/*header only*/
/* iPhone 12 Pro Max */
/* Минимум по ширине */
/* Девайсы */
.cookie-alert {
  margin: 0;
  padding: 15px 50px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  z-index: 999!important;
  background-color: rgba(255, 255, 255, .95);
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transition: .5s;
  transition: .5s;
  font-size: 12px;
}
.cookie-alert .plus--cross {
      position: absolute;
      top: 5px;
      right: 3px;
      margin: auto;
    }
.cookie-alert:before {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(123deg, #e40208 0%, #842ea4 100%);
}
@media (max-width: 768px) {
  .cookie-alert {
    padding: 10px 25px;
    margin: 0;
  }
}
.cookie-alert:not(.hidden) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cookie-alert a {
    text-decoration: underline;
    -webkit-transition: .2s;
    transition: .2s;
}
.cookie-alert a:hover {
    -webkit-text-decoration: underline transparent;
            text-decoration: underline transparent;
  color: #E40208;
}
@media (max-width: 1700px) and (min-width: 1279px) {
  .cookie-alert {
    padding: 12px 40px;
    font-size: 12px;
  }
      .cookie-alert .plus--cross {
        right: 2.4px;
      }
}:root {
  
  /* new */ /* + #FDF9E8 (comments detail) */ /* ? */
}
/*header only*/
/*header only*/
/*header only*/
/* iPhone 12 Pro Max */
/* Минимум по ширине */
/* Девайсы */
.about__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 280px;
    min-height: 280px;
    max-height: 300px;
    padding: 0 220px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    background-image: url('/local/client/img/poster-about-min-1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
}
.about__top p {
        margin-bottom: auto;
        margin-top: 34px;
    }
@media (max-width: 1024px) {
  .about__top {
    padding: 0 50px;
    font-size: 24px;
    height: 200px;
    min-height: 200px;
    max-height: 200px;
  }
}
@media (max-width: 768px) {
  .about__top {
    height: 100%;
    min-height: 0;
    max-height: 100%;
    padding: 30px;
    font-size: 20px;
  }
}
@media (max-width: 500px) {
  .about__top {
    font-size: 18px;
    padding: 20px 15px;
  }
}
@media (max-width: 1700px) and (min-width: 1279px) {
    .about__top {
        height: 240px;
        min-height: 240px;
        max-height: 240px;
        padding: 0 176px;
        font-size: 22.4px;
    }
}
:root {
  
  /* new */ /* + #FDF9E8 (comments detail) */ /* ? */
}
/*header only*/
/*header only*/
/*header only*/
/* iPhone 12 Pro Max */
/* Минимум по ширине */
/* Девайсы */
.main-sale__inner {
        margin-left: -20px;
        margin-bottom: -20px;
    }
@media (max-width: 500px) {
  .main-sale__inner {
    margin-left: 0;
    margin-bottom: 0;
  }
}
.main-sale__item {
        display: block;
        height: 300px !important;
        margin-left: 20px;
        margin-bottom: 20px;
        float: left;
        position: relative;
        overflow: hidden;
}
@media (max-width: 1024px) {
  .main-sale__item {
    height: 200px !important;
  }
}
@media (max-width: 500px) {
  .main-sale__item {
    height: auto;
    max-height: 270px;
    min-height: 200px;
    width: 100% !important;
    margin-left: 0;
    margin-bottom: 0;
  }
  .main-sale__item:not(:last-child) {
    margin-bottom: 10px;
  }
}
.main-sale__item:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.main-sale__item:hover {
  color: #E40208;
}
.main-sale__item:hover > img {
                -webkit-transform: scale(1.2);
                        transform: scale(1.2);
}
.main-sale__item.main-sale__item-width50 {
  width: calc(50% - 20px);
}
.main-sale__item.main-sale__item-width33 {
  width: calc(33.33% - 20px);
}
@media (max-width: 1024px) {
  .main-sale__item.main-sale__item-width33 {
    width: calc(50% - 20px);
  }
}
.main-sale__item > img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
               font-family: "object-fit:cover";
               object-fit: cover;
            -webkit-transition: .3s;
            transition: .3s;
}
.main-sale__brand {
        height: 40px;
        position: absolute;
        top: 0;
        left: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 9px 11px;
        background-color: rgba(255, 255, 255, .45);
        z-index: 1;
        width: 88px;
}
@media (max-width: 767px) {
  .main-sale__brand {
    top: 0px;
    right: 0px;
    padding: 9px 11px;
  }
}
.main-sale__brand img {
            width: 100%;
            height: 100%;
            max-width: 66px;
            max-height: 23px;
            -o-object-fit: contain;
               font-family: "object-fit:contain";
               object-fit: contain;
}
.main-sale__title {
        height: 40px;
        text-align: right;
        position: absolute;
        top: 0;
        left: 88px;
        padding: 9px 20px;
        display: block;
        width: calc(100% - 80px);
        font-size: 16px;
        font-weight: 600;
        z-index: 1;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        background: rgba(255, 255, 255, .45);
}
@media (max-width: 767px) {
  .main-sale__title {
    right: 0;
    width: calc(100% - 80px);
  }
}
.main-sale .title-2--news {
        display: inline-block;
}
@media (max-width: 1700px) and (min-width: 1279px) {

        .main-sale__inner {
            margin-left: -16px;
            margin-bottom: -16px;
        }

        .main-sale__item {
            height: 208px !important;
            margin-left: 16px;
            margin-bottom: 16px
        }

        .main-sale__item:nth-of-type(2) {
    float: right;
  }

        .main-sale__item:nth-of-type(1), .main-sale__item:nth-of-type(2) {
    width: calc(50% - 16px);
  }

        .main-sale__item:nth-of-type(3), .main-sale__item:nth-of-type(4), .main-sale__item:nth-of-type(5) {
    width: calc(33.33% - 16px);
  }
}:root {
  
  /* new */ /* + #FDF9E8 (comments detail) */ /* ? */
}
/*header only*/
/*header only*/
/*header only*/
/* iPhone 12 Pro Max */
/* Минимум по ширине */
/* Девайсы */
.main-slider {
    width: calc(100% - 483px);
    height: 750px;
}
.main-slider__bottom-wrap {
            width: 100%;
            position: relative;
        }
.main-slider__bottom-arrow {
            position: absolute;
            left: 0;
            right: 0;
            margin: auto;
            top: 50px
        }
.main-slider__bottom-arrow.arrow-down {
      -webkit-animation: arrow-down 2s infinite;
              animation: arrow-down 2s infinite;
}
.main-slider__bottom-link {
            position: absolute;
            height: 50px;
            width: 100%;
            bottom: 0;
            z-index: 20;
        }
.main-slider .b-slider-pagination {
        display: none;
        bottom: 10px;
    }
@media (max-width: 1024px) {
  .main-slider .b-slider-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 1700px) {
  .main-slider {
    font-size: 32px;
    height: 600px;
  }
}
@media (max-width: 1600px) {
  .main-slider {
    width: calc(100% - 410px);
  }
}
@media (max-width: 1278px) {
  .main-slider {
    width: calc(100% - 353px);
  }
  .main-slider__bottom-wrap {
            display: none;
  }
}
@media (max-width: 1200px) {
  .main-slider {
    width: calc(100% - 288px);
  }
}
@media (max-width: 1024px) {
  .main-slider {
    width: 100%;
    font-size: 24px;
    height: auto;
  }
}
@media (max-width: 768px) {
  .main-slider {
    font-size: 20px;
  }
}
@media (max-width: 500px) {
  .main-slider {
    font-size: 18px;
  }
}
.main-slider__wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 750px;
        font-size: 38px;
        text-transform: uppercase;
        font-weight: 700;
        max-width: 100%;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
@media (max-width: 1700px) {
  .main-slider__wrap {
    height: 600px;
    font-size: 32px;
  }
}
@media (max-width: 1024px) {
  .main-slider__wrap {
    height: auto;
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .main-slider.mb {
    margin-bottom: 0 !important;
  }
}
.main-slider__slide {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
}
.main-slider-left {
        padding: 207px 53px 52px 62px;
        background-position: center bottom;
        background-repeat: no-repeat;
        width: 100%;
        position: relative;
}
@media (max-width: 1600px) {
  .main-slider-left {
    padding-top: 150px;
  }
}
@media (max-width: 1278px) {
  .main-slider-left {
    padding-top: 120px;
  }
}
@media (max-width: 1024px) {
  .main-slider-left {
    padding: 80px 15px 60px;
  }
}
@media (max-width: 500px) {
  .main-slider-left {
    padding-top: 110px;
  }
}
.main-slider__right {
        width: 483px;
        padding: 207px 53px 52px 37px;
        background: linear-gradient(123deg, #e40208 0%, #842ea4 100%);
        position: relative;
        z-index: 10;
}
.main-slider__right .inner {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            padding: 207px 53px 52px 37px;
            overflow: hidden;
        }
@media (max-width: 1600px) {
  .main-slider__right .inner {
    padding-top: 150px;
  }
}
@media (max-width: 1278px) {
  .main-slider__right .inner {
    padding-top: 120px;
  }
}
@media (max-width: 1600px) {
  .main-slider__right {
    padding-top: 150px;
    width: 410px;
  }
}
@media (max-width: 1278px) {
  .main-slider__right {
    width: 353px;
    padding-top: 120px;
  }
}
@media (max-width: 1200px) {
  .main-slider__right {
    width: 288px;
  }
}
@media (max-width: 1024px) {
  .main-slider__right {
    display: none !important;
  }
}
.main-slider__right .swiper-slide {
                opacity: 1 !important;
            }
.main-slider__right .swiper-pagination {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                position: static;
            }
@media (max-width: 1200px) {
  .main-slider__right .swiper-pagination {
    width: 40%;
  }
}
@media (max-width: 1024px) {
  .main-slider__right .swiper-pagination {
    position: absolute;
    bottom: 30px;
  }
}
.main-slider__right .swiper-pagination-bullet {
                    width: 24px;
                    height: 3px;
                    margin-right: 5px;
                    background-color: #ffffff;
                    opacity: 0.40;
                    border-radius: 40px;
}
@media (max-width: 1024px) {
  .main-slider__right .swiper-pagination-bullet {
    background-color: #E40208;
  }
}
.main-slider__right .swiper-pagination-bullet-active {
                        background-color: #ffffff;
                        opacity: 1;
}
@media (max-width: 1024px) {
  .main-slider__right .swiper-pagination-bullet-active {
    background-color: #E40208;
  }
}
.main-slider__title {
        max-width: 700px;
        color: #ffffff;
        line-height: 1.3;
        position: relative;
        z-index: 2;
        font-size: 38px;
}
@media (max-width: 1700px) {
  .main-slider__title {
    margin-left: 10px;
  }
}
@media (max-width: 1550px) {
  .main-slider__title {
    margin-left: 0;
  }
}
@media (max-width: 1024px) {
  .main-slider__title {
    max-width: 100%;
    margin-bottom: 20px;
    min-height: 93px;
  }
}
@media (max-width: 768px) {
  .main-slider__title {
    min-height: 78px;
  }
}
@media (max-width: 500px) {
  .main-slider__title {
    min-height: 69px;
  }
}
.main-slider__text {
        margin-right: -300px;
        color: rgba(255, 255, 255, .25);
        max-width: 700px;
}
.main-slider__arrows {
        position: absolute;
        top: calc(50% + 15px);
        left: 0;
        -webkit-transform: translateY(-50%) translateX(-50%);
                transform: translateY(-50%) translateX(-50%);
        z-index: 10;
}
.main-slider__arrow {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 65px;
        height: 65px;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        border: 2px solid #D41920;
        border-radius: 50%;
        cursor: pointer;
}
.main-slider__arrow:hover span {
                background-color: #D41920;
}
.main-slider__arrow--next {
            position: relative;
            border-left-color: transparent;
            border-bottom-color: transparent;
            -webkit-transform: scaleX(-1) rotate(45deg);
                    transform: scaleX(-1) rotate(45deg);
}
.main-slider__arrow--next span {
                -webkit-transform: rotate(-45deg);
                        transform: rotate(-45deg);
            }
.main-slider__arrow--prev {
            margin-top: 10px;
            -webkit-transform: rotate(-45deg);
                    transform: rotate(-45deg);
            border-color: #ffffff;
            border-top-color: transparent;
            border-left-color: transparent;
}
.main-slider__arrow--prev span {
                -webkit-transform: rotate(45deg);
                        transform: rotate(45deg);
            }
.main-slider__arrow span {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            width: 45px;
            height: 45px;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            border-radius: 50%;
            background-color: #E40208;
            -webkit-transition: .2s;
            transition: .2s;
}
.main-slider__arrow svg {
            width: 19px;
            height: 10px;
}
.main-slider__arrow svg * {
                fill: #ffffff;
            }
.main-slider__img {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        bottom: 0;
        right: 0;
        width: 100%;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        top: 0;
        height: 100%;
}
.main-slider__img:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .4);
}
.main-slider__img img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
               font-family: "object-fit:cover";
               object-fit: cover;
}
.main-slider-pagination {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        left: 40px;
        bottom: 65px;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
}
.main-slider-pagination__fraction {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            margin-left: 25px;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            font-size: 20px;
            font-weight: 500;
            color: rgba(255, 255, 255, .40);
        }
.main-slider-pagination__fraction span {
                margin: 0 5px;
            }
@media (max-width: 1700px) and (min-width: 1279px) {
    .main-slider {
        width: calc(100% - 386.4px);
        height: 540px;
    }

        .main-slider .b-slider-pagination {
            bottom: 8px;
        }
            .main-slider__img img {
                -o-object-position: 50% 20%;
                   object-position: 50% 20%;
            }

        .main-slider__wrap {
            height: 540px;
            font-size: 30.4px;
        }

        .main-slider-left {
            padding: 165.6px 42.4px 41.6px 49.6px;
        }

        .main-slider__right {
            width: 386.4px;
            padding: 165.6px 42.4px 41.6px 29.6px;
        }

            .main-slider__right .inner {
                padding: 165.6px 42.4px 41.6px 29.6px;
            }

                    .main-slider__right .swiper-pagination-bullet {
                        width: 19.2px;
                        height: 2.4px;
                        margin-right: 4px;
                        border-radius: 32px;
                    }


        .main-slider__title {
            max-width: 560px;
        }

        .main-slider__text {
            margin-right: -240px;
        }

        .main-slider__arrows {
            top: calc(50% + 12px);
        }

        .main-slider__arrow {
            width: 52px;
            height: 52px;
        }

            .main-slider__arrow--prev {
                margin-top: 8px;
            }

            .main-slider__arrow span {
                width: 36px;
                height: 36px;
            }

            .main-slider__arrow svg {
                width: 15.2px;
                height: 8px;
            }

        .main-slider-pagination {
            left: 32px;
            bottom: 52px;
        }

            .main-slider-pagination__fraction {
                margin-left: 20px;
                font-size: 16px;
            }

                .main-slider-pagination__fraction span {
                    margin: 0 4px;
                }
}
@-webkit-keyframes arrow-down {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-80px);
                transform: translateY(-80px);
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-30px);
                transform: translateY(-30px);
    }
}
@keyframes arrow-down {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-80px);
                transform: translateY(-80px);
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-30px);
                transform: translateY(-30px);
    }
}:root {
  
  /* new */ /* + #FDF9E8 (comments detail) */ /* ? */
}
/*header only*/
/*header only*/
/*header only*/
/* iPhone 12 Pro Max */
/* Минимум по ширине */
/* Девайсы */
@media (max-width: 768px) {
  .scheme {
    margin-bottom: 8%;
  }
}
@media (max-width: 768px) {
  .scheme {
    margin-bottom: 15%;
  }
}
.scheme .scheme-slider {
  display: none;
}
@media (max-width: 1024px) {
  .scheme .scheme-slider {
    display: block;
  }
}
@media (max-width: 1024px) {
  .scheme .scheme-slider_active {
    display: block !important;
  }
}
.scheme__top {
    margin-bottom: 5%;
    padding: 40px;
    background-color: #fff;
    text-align: justify;
}
@media (max-width: 768px) {
  .scheme__top {
    font-size: 18px;
  }
}
@media (max-width: 736px) {
  .scheme__top {
    margin-bottom: 7%;
  }
}
@media (max-width: 500px) {
  .scheme__top {
    font-size: 14px;
    padding: 20px 15px;
  }
}
.scheme__top div {
      margin: 0 auto;
}
@media (max-width: 500px) {
  .scheme__top div:not(:last-child) {
    margin-bottom: 15px;
  }
}
.scheme__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 2%;
    max-height: 386px;
    margin-bottom: 120px;
}
@media (max-width: 1024px) {
  .scheme__wrap {
    margin-bottom: 45px;
  }
}
@media (max-width: 568px) {
  .scheme__wrap {
    margin-top: 20px;
    margin-bottom: 30px;
  }
}
@media (max-width: 414px) {
  .scheme__wrap {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 320px) {
  .scheme__wrap {
    margin-bottom: 20px;
  }
}
.scheme__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    z-index: 10;
}
@media (max-width: 1024px) {
  .scheme__items_side {
    position: relative;
    margin-top: -6%;
  }
}
@media (max-width: 855px) {
  .scheme__items_side {
    position: relative;
    margin-top: -7%;
  }
}
@media (max-width: 320px) {
  .scheme__items_side {
    margin-top: -10%;
  }
}
.scheme__items.animated {
    -webkit-animation-duration: .5s;
            animation-duration: .5s;
}
.scheme__items--left .scheme__arrow {
        -webkit-transform: scaleX(-1);
                transform: scaleX(-1);
      }
.scheme__items--left .scheme__aside {
          margin-right: auto;
        }
.scheme__items--left .scheme__aside .title-3, .scheme__items--left .scheme__aside .link {
            padding-right: 15%;
          }
@media (max-width: 1024px) {
  .scheme__items--left .scheme__aside .title-3, .scheme__items--left .scheme__aside .link {
    padding-right: 10%;
  }
}
.scheme__items--left .scheme__inner {
          margin-left: 15px;
}
.scheme__items--center {
      position: relative;
      -webkit-transition: .5s ease-out;
      transition: .5s ease-out;
}
.scheme__items--center .scheme__inner {
          padding: 0;
          position: absolute;
          width: 100%;
          margin: auto;
          top: 0;
          bottom: 0;
        }
.scheme__items--center .scheme__arrow {
          width: 30px;
        }
.scheme__items--center .scheme__item {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
        }
.scheme__items--right .scheme__aside {
          margin-left: auto;
        }
.scheme__items--right .scheme__aside .title-3, .scheme__items--right .scheme__aside .link {
            padding-left: 20%;
          }
@media (max-width: 1024px) {
  .scheme__items--right .scheme__aside .title-3, .scheme__items--right .scheme__aside .link {
    padding-left: 15%;
  }
}
@media (max-width: 320px) {
  .scheme__items--right .scheme__aside .title-3, .scheme__items--right .scheme__aside .link {
    padding-left: 5%;
  }
}
.scheme__items--right .scheme__inner {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: reverse;
              -ms-flex-direction: row-reverse;
                  flex-direction: row-reverse;
          margin-right: 15px;
}
.scheme__items--right .scheme__img .trigger {
            left: 0;
            right: -30px;
          }
.scheme__items--right .scheme__item {}
.scheme__img {
    margin-bottom: 10px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
@media (max-width: 1024px) {
  .scheme__img_active .scheme__border {
    stroke: #E40208;
  }
}
.scheme__img svg {
  width: 100%;
  height: auto;
}
@media (max-width: 1024px) {
  .scheme__img {
    margin-bottom: 0;
    margin-top: 15px;
  }
}
@media (max-width: 414px) {
  .scheme__img {
    margin-top: 0;
  }
}
.scheme__img .trigger {
      position: absolute;
      width: 80%;
      height: 90%;
      top: 0;
      bottom: 0;
      left: -30px;
      right: 0;
      margin: auto;
      border-radius: 100%;
      cursor: pointer;
      z-index: 1;
}
.scheme__aside {
    max-width: 295px;
    width: 295px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
@media (max-width: 1024px) {
  .scheme__aside {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse;
  }
}
@media (max-width: 960px) {
  .scheme__aside {
    width: 250px;
  }
}
@media (max-width: 855px) {
  .scheme__aside {
    width: 200px;
  }
}
@media (max-width: 667px) {
  .scheme__aside {
    width: 150px;
  }
}
@media (max-width: 568px) {
  .scheme__aside {
    margin-top: 10px;
    width: 100px;
  }
}
@media (max-width: 320px) {
  .scheme__aside {
    width: 80px;
  }
}
.scheme__aside img {
      height: 250px;
      position: relative;
}
@media (max-width: 1080px) {
  .scheme__aside img {
    height: 200px;
  }
}
@media (max-width: 1024px) {
  .scheme__aside img {
    height: 150px;
  }
}
@media (max-width: 568px) {
  .scheme__aside img {
    height: 100px;
  }
}
.scheme__aside img.mobile {
  display: none;
}
.scheme__aside .title-3 {
      margin-bottom: 0;
}
@media (max-width: 568px) {
  .scheme__aside .title-3 {
    font-size: 12px;
  }
}
@media (max-width: 568px) {
  .scheme__aside .title-3 {
    font-size: 10px;
  }
}
.scheme__inner {
    display: none;
    width: calc(100% - 310px);
    padding-top: 120px;
    padding-bottom: 20px;
    pointer-events: none;
}
@media (max-width: 1200px) {
  .scheme__inner {
    width: calc(100% - 215px);
  }
}
.scheme__inner > div.animated {
    -webkit-animation-duration: .4s;
            animation-duration: .4s;
}
.scheme__inner > div:nth-of-type(1) {
    -webkit-animation-delay: .01s;
            animation-delay: .01s;
}
.scheme__inner > div:nth-of-type(2) {
    -webkit-animation-delay: .02s;
            animation-delay: .02s;
}
.scheme__inner > div:nth-of-type(3) {
    -webkit-animation-delay: .03s;
            animation-delay: .03s;
}
.scheme__inner > div:nth-of-type(4) {
    -webkit-animation-delay: .04s;
            animation-delay: .04s;
}
.scheme__inner > div:nth-of-type(5) {
    -webkit-animation-delay: .05s;
            animation-delay: .05s;
}
.scheme__inner > div:nth-of-type(6) {
    -webkit-animation-delay: .06s;
            animation-delay: .06s;
}
.scheme__inner > div:nth-of-type(7) {
    -webkit-animation-delay: .07s;
            animation-delay: .07s;
}
.scheme__inner > div:nth-of-type(8) {
    -webkit-animation-delay: .08s;
            animation-delay: .08s;
}
.scheme__inner > div:nth-of-type(9) {
    -webkit-animation-delay: .09s;
            animation-delay: .09s;
}
.scheme__inner > div:nth-of-type(10) {
    -webkit-animation-delay: .1s;
            animation-delay: .1s;
}
.scheme__inner > div:nth-of-type(11) {
    -webkit-animation-delay: .11s;
            animation-delay: .11s;
}
.scheme__inner.expanded > div:nth-of-type(1) {
    -webkit-animation-delay: .11s;
            animation-delay: .11s;
}
.scheme__inner.expanded > div:nth-of-type(2) {
    -webkit-animation-delay: .1s;
            animation-delay: .1s;
}
.scheme__inner.expanded > div:nth-of-type(3) {
    -webkit-animation-delay: .09s;
            animation-delay: .09s;
}
.scheme__inner.expanded > div:nth-of-type(4) {
    -webkit-animation-delay: .08s;
            animation-delay: .08s;
}
.scheme__inner.expanded > div:nth-of-type(5) {
    -webkit-animation-delay: .07s;
            animation-delay: .07s;
}
.scheme__inner.expanded > div:nth-of-type(6) {
    -webkit-animation-delay: .06s;
            animation-delay: .06s;
}
.scheme__inner.expanded > div:nth-of-type(7) {
    -webkit-animation-delay: .05s;
            animation-delay: .05s;
}
.scheme__inner.expanded > div:nth-of-type(8) {
    -webkit-animation-delay: .04s;
            animation-delay: .04s;
}
.scheme__inner.expanded > div:nth-of-type(9) {
    -webkit-animation-delay: .03s;
            animation-delay: .03s;
}
.scheme__inner.expanded > div:nth-of-type(10) {
    -webkit-animation-delay: .02s;
            animation-delay: .02s;
}
.scheme__inner.expanded > div:nth-of-type(11) {
    -webkit-animation-delay: .01s;
            animation-delay: .01s;
}
.scheme__item {
    width: 120px;
    text-align: center;
}
.scheme__item div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      height: 120px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      background-color: #fff;
      border: 1px solid #DEE2E8;
      border-radius: 50%;
    }
.scheme__item div img {
        width: 60px;
        height: 60px;
        -o-object-fit: contain;
           font-family: "object-fit:contain";
           object-fit: contain;

      }
.scheme__item span {
      display: block;
      margin-top: 30px;
      font-size: 14px;
      font-weight: 500;
    }
.scheme__arrow {
    margin: 46px auto 0;
}
.scheme__arrow:last-of-type {
  display: none;
}
.scheme__arrow svg {
      min-width: 20px;
      height: 20px;
      margin: 0 5px;
      -webkit-animation-delay: .4s;
              animation-delay: .4s;
}
.scheme__arrow svg * {
        fill: #9EAABB
      }
.scheme__center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 386px;
    height: 386px;
    width: 386px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 2px solid #DEE2E8;
    border-radius: 50%;
    background-color: #fff;
    cursor: pointer;
    -webkit-transition: .4s ease-out;
    transition: .4s ease-out;
    margin: auto;
}
.scheme__center_active {
      border: 2px solid #E40208;
    }
@media (max-width: 1080px) {
  .scheme__center {
    height: 350px;
    width: 350px;
  }
}
@media (max-width: 1024px) {
  .scheme__center {
    height: 300px;
    width: 300px;
  }
}
@media (max-width: 960px) {
  .scheme__center {
    height: 250px;
    width: 250px;
  }
}
@media (max-width: 736px) {
  .scheme__center {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 568px) {
  .scheme__center {
    height: 150px;
    width: 150px;
  }
}
@media (max-width: 414px) {
  .scheme__center {
    height: 100px;
    width: 100px;
    border-width: 1px;
  }
}
@media (max-width: 320px) {
  .scheme__center {
    height: 90px;
    width: 90px;
  }
}
.scheme__center img {
      width: 169px;
      height: 155px;
      -webkit-transition: .3s ease-out;
      transition: .3s ease-out;
      -webkit-transform: rotate(0.002deg) translateZ(0);
              transform: rotate(0.002deg) translateZ(0);
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
}
@media (max-width: 960px) {
  .scheme__center img {
    width: 100px;
    height: auto;
  }
}
@media (max-width: 568px) {
  .scheme__center img {
    width: 50px;
  }
}
@media (max-width: 414px) {
  .scheme__center img {
    width: 40px;
  }
}
.scheme__center.active {
  opacity: 0.6;
  background: transparent;
  border: none;
  position: relative;
  z-index: -1;
}
.scheme__center.active img {
        opacity: 0.2;
        width: 100%;
        height: 100%;
}
@media (max-width: 1700px) and (min-width: 1279px) {

    .scheme__top {
      margin-bottom: 20px;
      padding: 20px;
      font-size: 14.4px;
    }

    .scheme__wrap {
      padding: 0 28px;
      max-height: 308.8px;
      margin-bottom: 96px;
    }
            .scheme__items--left .scheme__aside .title-3, .scheme__items--left .scheme__aside .link {
              padding-right: 36px;
            }

          .scheme__items--left .scheme__inner {
            margin-left: 12px;
          }

          .scheme__items--center .scheme__arrow {
            width: 24px;
          }
            .scheme__items--right .scheme__aside .title-3, .scheme__items--right .scheme__aside .link {
              padding-left: 36px;
            }

          .scheme__items--right .scheme__inner {
            margin-right: 12px;
          }

    .scheme__aside {
      min-width: 236px;
      max-width: 236px;
      margin-top: 54.4px;
    }

      .scheme__aside img {
        height: 200px;
      }

    .scheme__inner {

      width: calc(100% - 248px);
    }

    .scheme__item {
      width: 96px;
    }

      .scheme__item div {
        height: 96px;
      }

        .scheme__item div img {
          width: 48px;
          height: 48px;
        }

      .scheme__item span {
        margin-top: 24px;
        font-size: 11.2px;
      }

    .scheme__arrow {
      margin: 36.8px auto 0;
    }

      .scheme__arrow svg {
        min-width: 16px;
        height: 16px;
        margin: 0 4px;
      }

    .scheme__center {
      min-width: 308.8px;
      max-width: 308.8px;
      height: 308.8px;
    }

      .scheme__center img {
        width: 135.2px;
        height: 124px;
      }
}
.scheme-slider {
  background: rgba(0, 36, 84, .1);
  padding-top: 4%;
  padding-bottom: 4%;
  display: none;
}
@media (max-width: 1024px) {
  .scheme-slider {
    display: block;
  }
}
@media (max-width: 1024px) {
  .scheme-slider {
    padding-bottom: 1%;
  }
}
@media (max-width: 1024px) {
  .scheme-slider_active {
    display: block;
  }
}
.scheme-slider__item {
    padding-left: 5%;
    padding-right: 5%;
}
.scheme-slider__icon {
    border: 1px solid #DEE2E8;
    background-color: white;
    border-radius: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto;
    width: 250px;
    height: 250px;
}
.scheme-slider__icon img {
  height: 60%;
  width: auto;
}
@media (max-width: 568px) {
  .scheme-slider__icon {
    width: 200px;
    height: 200px;
  }
}
@media (max-width: 375px) {
  .scheme-slider__icon {
    width: 150px;
    height: 150px;
  }
}
@media (max-width: 320px) {
  .scheme-slider__icon {
    width: 130px;
    height: 130px;
  }
}
.scheme-slider__title {
    color: #002454;
    font-size: 22px;
    text-align: center;
    padding-top: 4%;
}
@media (max-width: 855px) {
  .scheme-slider__title {
    min-height: 100px;
  }
}
@media (max-width: 568px) {
  .scheme-slider__title {
    font-size: 18px;
    min-height: 50px;
  }
}
@media (max-width: 414px) {
  .scheme-slider__title {
    font-size: 16px;
  }
}
@media (max-width: 360px) {
  .scheme-slider__title {
    font-size: 14px;
  }
}
.scheme-slider__nav {

    position: absolute;
    width: 40px;
    height: auto;
    background-image: none !important;
    top: auto !important;
    margin-top: -20% !important;
}
@media (max-width: 900px) {
  .scheme-slider__nav {
    margin-top: -23% !important;
  }
}
@media (max-width: 855px) {
  .scheme-slider__nav {
    margin-top: -25% !important;
  }
}
@media (max-width: 768px) {
  .scheme-slider__nav {
    margin-top: -30% !important;
  }
}
@media (max-width: 736px) {
  .scheme-slider__nav {
    margin-top: -32% !important;
  }
}
@media (max-width: 667px) {
  .scheme-slider__nav {
    margin-top: -35% !important;
  }
}
@media (max-width: 640px) {
  .scheme-slider__nav {
    margin-top: -38% !important;
  }
}
@media (max-width: 600px) {
  .scheme-slider__nav {
    margin-top: -40% !important;
  }
}
@media (max-width: 568px) {
  .scheme-slider__nav {
    margin-top: -33% !important;
  }
}
@media (max-width: 500px) {
  .scheme-slider__nav {
    margin-top: -37% !important;
  }
}
@media (max-width: 450px) {
  .scheme-slider__nav {
    margin-top: -40% !important;
  }
}
@media (max-width: 414px) {
  .scheme-slider__nav {
    margin-top: -44% !important;
  }
}
@media (max-width: 375px) {
  .scheme-slider__nav {
    margin-top: -40% !important;
  }
}
@media (max-width: 360px) {
  .scheme-slider__nav {
    margin-top: -42% !important;
  }
}
.scheme-slider__prev {
    left: 4% !important;
}
@media (max-width: 736px) {
  .scheme-slider__prev {
    left: 5% !important;
  }
}
@media (max-width: 568px) {
  .scheme-slider__prev {
    left: 7% !important;
  }
}
@media (max-width: 414px) {
  .scheme-slider__prev {
    left: 8% !important;
  }
}
.scheme-slider__next {
    right: 4% !important;
}
@media (max-width: 736px) {
  .scheme-slider__next {
    right: 5% !important;
  }
}
@media (max-width: 568px) {
  .scheme-slider__next {
    right: 7% !important;
  }
}
@media (max-width: 414px) {
  .scheme-slider__next {
    right: 8% !important;
  }
}
.scheme-slider__dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative !important;
    margin: 0 auto;
    width: 15% !important;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 15px;
    top: 40px;
}
@media (max-width: 667px) {
  .scheme-slider__dots {
    top: 35px;
  }
}
@media (max-width: 568px) {
  .scheme-slider__dots {
    top: 31px;
  }
}
@media (max-width: 568px) {
  .scheme-slider__dots {
    width: 20% !important;
  }
}
@media (max-width: 414px) {
  .scheme-slider__dots {
    width: 25% !important;
  }
}
@media (max-width: 360px) {
  .scheme-slider__dots {
    width: 30% !important;
  }
}
@media (max-width: 320px) {
  .scheme-slider__dots {
    top: 28px;
  }
}
.scheme-slider__dots .swiper-pagination-bullet {
  background-color: rgba(0, 36, 84, .5);
}
@media (max-width: 568px) {
  .scheme-slider__dots .swiper-pagination-bullet {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
.scheme-slider__dots .swiper-pagination-bullet-active {
  color: #002454;
}
@media (max-width: 1024px) {
  .scheme-slider__dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 1024px) {
  .scheme-text_desk {
    display: none;
  }
}
.scheme-text_mobile {
    display: none;
}
@media (max-width: 1024px) {
  .scheme-text_mobile {
    display: inline;
  }
}
:root {
  
  /* new */ /* + #FDF9E8 (comments detail) */ /* ? */
}
/*header only*/
/*header only*/
/*header only*/
/* iPhone 12 Pro Max */
/* Минимум по ширине */
/* Девайсы */
@media (max-width: 1024px) {
  .header {
    height: 66px;
  }
}
@media (max-width: 500px) {
  .header {
    height: 111px;
  }
}
.header:not(.header--main-page) {
  height: 80px;
}
@media (max-width: 1550px) {
  .header:not(.header--main-page) {
    height: 64px;
  }
}
@media (max-width: 1278px) and (min-width: 1025px) {
  .header:not(.header--main-page) {
    height: 90px;
  }
}
@media (max-width: 1024px) {
  .header:not(.header--main-page) {
    height: 66px;
  }
}
@media (max-width: 500px) {
  .header:not(.header--main-page) {
    height: 90px;
  }
}
.header--main-page .header__inner, .header--main-page .header__main {
                background-color: transparent;
            }
@media (max-width: 1024px) {
  .header--main-page .header__inner, .header--main-page .header__main {
    background-color: #ffffff;
  }
}
.header--main-page .header__left {
                position: relative;
                background-color: rgba(255, 255, 255, .7);
}
.header--main-page .header__left:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 170%;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 1450px) {
  .header--main-page .header__left {
    padding-left: 20px;
  }
}
.header--main-page .header__logo {
                position: relative;
}
.header--main-page .header__right {
                background-color: transparent;
}
.header--main-page .header__link {
                cursor: pointer;
}
@media (max-width: 1024px) {
  .header--main-page .header__link:hover div {
    color: #002454;
  }
}
.header--main-page .header__link.header__link--favorite svg * {
                        fill: #ffffff;
                        stroke: transparent;
}
.header--main-page .header__link svg * {
                    stroke: #ffffff;
}
@media (max-width: 1024px) {
  .header--main-page .header__link svg * {
    stroke: currentColor;
  }
}
@media (max-width: 1536px) {
  .header--main-page .header__link--search {
    font-size: 14px;
  }
}
.header--main-page .header__link--search svg {
                        stroke: #ffffff;
}
@media (max-width: 1024px) {
  .header--main-page .header__link--search svg {
    stroke: currentColor;
  }
}
@media (max-width: 1024px) {
  .header--main-page .header__link--search div {
    color: #002454;
  }
}
.header--main-page .header__link.header__link--favorite svg * {
                        stroke: transparent;
                        fill: #ffffff;
}
@media (max-width: 1024px) {
  .header--main-page .header__link.header__link--favorite svg * {
    fill: currentColor;
  }
}
.header--main-page .header__lk.header__link--auth svg * {
  stroke: transparent;
  fill: #ffffff;
}
@media (max-width: 1024px) {
  .header--main-page .header__lk.header__link--auth svg * {
    fill: #002454;
  }
}
.header--main-page .header__inner.scroll {
  background-color: #ffffff;
}
@media (max-width: 500px) {
  .header--main-page .header__inner.scroll {
    background-color: transparent;
  }
}
.header--main-page .header__inner.scroll .header__main {
                            background-color: #ffffff;
                        }
.header--main-page .header__inner.scroll .header__link.header__link--favorite svg * {
                                    fill: #002454;
                                    stroke: transparent;
}
.header--main-page .header__inner.scroll .header__link svg * {
                                stroke: #002454;
}
.header--main-page .header__inner.scroll .header__lk.header__link--auth svg * {
  stroke: transparent;
  fill: #002454;
}
.header--main-page .header__inner.scroll .header__left .select-styled:after {
                            border-top-color: #9EAABB !important;
                        }
.header--main-page .select-styled:after {
  border-top-color: #9EAABB !important;
}
.header--main-page .select-styled:hover {
  color: #002454;
}
.header--main-page .select-styled.active:after {
  border-top-color: #E40208 !important;
}
.header__lk {
        cursor: pointer;
}
.header__lk div.header-nav__down {
            right: -65px;
        }
@media (max-width: 1024px) {
  .header__lk div.header-nav__down {
    right: -15px;
    left: auto;
        -webkit-transform: translate(0);
                transform: translate(0);
  }
}
@media (max-width: 1024px) {
  .header__lk div.header-nav__down:before {
    right: 20px;
    left: auto;
  }
}
.header__lk:hover {
  opacity: 1 !important;
}
.header__lk:hover .i-icon {
                opacity: 0.7;
}
.header__lk:hover div.header-nav__down {
                opacity: 1;
                visibility: visible;
                color: #292727;
}
.header__lk.header__link--auth svg * {
  stroke: transparent;
  fill: #002454;
}
.header__inner {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 103;
}
.header__inner.scroll .header__main {
                -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, .16);
                        box-shadow: 0 20px 40px rgba(0, 0, 0, .16);
}
@media (max-width: 500px) {
  .header__inner.scroll .header__main {
        -webkit-box-shadow: none;
                box-shadow: none;
  }
}
.header__inner.scroll .header__m-catalog:before {
      -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, .16);
              box-shadow: 0 20px 40px rgba(0, 0, 0, .16);
}
.header__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        height: 100%;
        width: 100%;
}
@media (max-width: 1342px) and (min-width: 1025px) {
  .header__content {
      -ms-flex-wrap: wrap !important;
          flex-wrap: wrap !important;
  }
}
.header__main {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        background-color: #ffffff;
}
.header__left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: calc(100% - 483px);
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 10px 20px 10px 58px;
}
@media (max-width: 1600px) {
  .header__left {
    padding-right: 30px;
    width: 100%;
  }
}
@media (max-width: 1342px) {
  .header__left {
    padding: 15px 30px;
  }
}
@media (max-width: 1200px) {
  .header__left {
    padding: 15px 20px;
  }
}
@media (max-width: 1024px) {
  .header__left {
    width: calc(100% - 50px);
    padding: 15px 20px;
  }
}
@media (max-width: 500px) {
  .header__left {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
    padding: 15px;
  }
}
.header__left .select-styled {
                color: #9EAABB
            }
.header__left .select-styled:after {
  border-top-color: currentColor;
}
.header__right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin-left: auto;
        width: 483px;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 28px 20px 28px 15px;
        background-color: #FAFAFA;
        -ms-flex-negative: 0;
            flex-shrink: 0;
}
@media (max-width: 1600px) {
  .header__right {
    width: 353px;
  }
}
@media (max-width: 1342px) {
  .header__right {
    padding: 15px 30px;
    width: 353px;
  }
}
@media (max-width: 1200px) {
  .header__right {
    padding: 15px 20px;
    width: 288px;
  }
}
@media (max-width: 1024px) {
  .header__right {
    padding: 15px 20px 15px 0;
    background-color: #ffffff;
    width: 50px;
  }
}
@media (max-width: 500px) {
  .header__right {
    padding: 15px 15px 15px 0;
  }
}
.header__m-catalog {
        display: none;
        position: relative;
}
.header__m-catalog:before {
  content: '';
  width: 100%;
  z-index: -1;
  height: 27px;
  background-color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 500px) {
  .header__m-catalog {
    display: block;
    width: 100%;
  }
}
.header__m-catalog .header-catalog-link {
            display: -webkit-box !important;
            display: -ms-flexbox !important;
            display: flex !important;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            height: 45px;
            background-color: #E40208;
            color: #ffffff !important;
            width: calc(100% - 30px);
            margin: auto;
            border-radius: 2px;
            position: relative;
            text-align: center;
}
.header__logo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        margin-right: 75px;
}
.header__logo img {
  width: 170px;
}
@media (max-width: 1700px) {
  .header__logo {
    margin-right: 25px;
  }
}
@media (max-width: 1600px) {
  .header__logo img {
    width: 130px;
  }
}
@media (max-width: 1450px) {
  .header__logo {
    margin-right: 20px;
  }
}
@media (max-width: 1342px) {
  .header__logo {
    height: 36px;
    margin-right: 35px;
  }
  .header__logo img {
                width: 100px;
                height: 36px;
  }
}
.header-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        max-width: -webkit-min-content;
        max-width: -moz-min-content;
        max-width: min-content;
        margin-right: 20px;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: start;
}
.header-nav__link-website {
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        }
.header-nav__link-website .i-icon {
                margin-right: 6px;
            }
@media (max-width: 1342px) and (min-width: 1025px) {
  .header-nav {
      -webkit-box-pack: justify !important;
          -ms-flex-pack: justify !important;
              justify-content: space-between !important;
    max-width: -webkit-fill-available !important;
    max-width: -moz-available !important;
    max-width: stretch !important;
  }
}
@media (max-width: 1700px) {
  .header-nav {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
  }
}
@media (max-width: 1536px) {
  .header-nav {
    font-size: 12px;
  }
}
@media (max-width: 1200px) {
  .header-nav {
    margin-right: 0;
  }
}
@media (max-width: 1024px) {
  .header-nav {
    display: none;
  }
}
.header-nav__item {
            margin-bottom: 0 !important;
            padding-left: 0 !important;
}
.header-nav__item:not(:last-child) {
  padding-right: 30px;
}
@media (max-width: 1450px) {
  .header-nav__item:not(:last-child) {
    padding-right: 25px;
  }
}
.header-nav__item.active > a {
  color: #E40208;
}
.header-nav__item.active .header-nav__down-list li.active {
                        color: #E40208;
                    }
.header-nav__item.down {
  position: relative;
}
.header-nav__item.down .header-nav__link {
                    position: relative;
                    padding-right: 15px;
}
.header-nav__item.down:hover .header-nav__down {
                        opacity: 1;
                        visibility: visible;
}
.header-nav__item.down-arrow .header-nav__link, .header-nav__item.down .header-nav__link {
                    position: relative;
                    padding-right: 15px;
}
.header-nav__item.down-arrow .header-nav__link:after, .header-nav__item.down .header-nav__link:after {
  right: -3px;
  content: '';
  position: absolute;
  top: 5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #002454;
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out;
}
.header-nav__item.down-arrow:hover .header-nav__down, .header-nav__item.down:hover .header-nav__down {
                        opacity: 1;
                        visibility: visible;
}
.header-nav__item.down-arrow:hover .header-nav__link:after, .header-nav__item.down:hover .header-nav__link:after {
        -webkit-transform: rotateX(180deg);
                transform: rotateX(180deg);
  border-top-color: #E40208;
}
.header-nav__down {
            display: inline-table;
            position: absolute;
            top: calc(100% + 13px);
            background-color: #ffffff;
            opacity: 0;
            visibility: hidden;
            -webkit-transition: .3s ease-out;
            transition: .3s ease-out;
            border-radius: 2px;
            border: 1px solid #D3D9DE;
            right: auto;
            z-index: 1050;
            -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
            left: 50%;
            width: -webkit-max-content;
            width: -moz-max-content;
            width: max-content;
}
.header-nav__down:before {
  content: '';
  position: absolute;
  top: -6px;
  width: 10px;
  height: 10px;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
  background-color: #fff;
  border-left: 1px solid #D3D9DE;
  border-top: 1px solid #D3D9DE;
  right: 0;
  left: 0;
  margin: auto;
  border-radius: 2px;
}
.header-nav__down:after {
  content: '';
  position: absolute;
  top: -13px;
  width: 100%;
  height: 13px;
  background-color: transparent;
  left: 0;
}
.header-nav__down-list {
                padding: 20px 15px;
}
.header-nav__down-list:not(:last-child) {
  border-bottom: 1px solid #D3D9DE;
}
.header-nav__down-list li {
                    white-space: nowrap;
                    padding-left: 0 !important;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-align: center;
                        -ms-flex-align: center;
                            align-items: center;
}
.header-nav__down-list li a {
                        display: -webkit-box;
                        display: -ms-flexbox;
                        display: flex;
                        -webkit-box-align: center;
                            -ms-flex-align: center;
                                align-items: center
                    }
.header-nav__down-list li a:hover {
  color: #E40208;
}
.header-nav__down-list li:not(:last-child) {
  margin-bottom: 10px;
}
.header-nav__down-list--window {
                    border: none;
}
.header-nav__down-list--window:not(:last-child) {
  border: none;
}
.header-nav__down--position.header-nav__down {
                position: unset !important;
                left: 0;
                max-width: none;
                margin: 0;
                opacity: 1;
                visibility: visible;
                right: 0;
                -webkit-transform: none;
                        transform: none;
                border: none;
                border-right: 1px solid #D3D9DE;
                padding: 0;
}
.header-nav__down--position.header-nav__down::before {
  display: none;
}
.header-nav__wrap-window {
            max-width: 1380px;
            margin: auto;
            padding: 0 40px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
}
.header-nav__tooltip {
            width: 18px;
            height: 18px;
            border-radius: 50%;
            background: #f3f8ff;
            margin-left: 8px;
            font-size: 15px;
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            font-weight: bold;
            cursor: pointer;
}
.header-nav__tooltip:hover {
  background: #FFD93D;
}
.header-nav__tooltip:hover + .detail-card__circuit--window {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 1025px) {
  .header-nav__tooltip:hover + .detail-card__circuit--window {
    width: 700px;
  }
}
.header-nav__window--item-link {
                    width: 230px;
                    position: relative;
                }
.header-nav__window--item-content {
                    width: 80%;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-pack: center;
                        -ms-flex-pack: center;
                            justify-content: center;
                    white-space: normal;
                }
.header-nav__window--description {
                max-width: 380px;
                text-align: center;
            }
.header-nav__wrap-window {
            max-width: 1380px;
            margin: auto;
            padding: 0 40px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
}
.header-nav__tooltip {
            width: 18px;
            height: 18px;
            border-radius: 50%;
            background: #f3f8ff;
            margin-left: 8px;
            font-size: 15px;
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            font-weight: bold;
            cursor: pointer;
}
.header-nav__tooltip:hover {
  background: #FFD93D;
}
.header-nav__tooltip:hover + .detail-card__circuit--window {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-nav__window--item-link {
                    width: 230px;
                    position: relative;
                }
.header-nav__window--item-content {
                    width: 80%;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-pack: center;
                        -ms-flex-pack: center;
                            justify-content: center;
                    white-space: normal;
                }
.header-nav__window--description {
                max-width: 380px;
                text-align: center;
            }
.header-nav__cover {
            position: absolute;
            display: block;
            width: 100%;
            height: 32px;
            bottom: 100%;
}
.header-nav__link {
            font-size: 15px;
            white-space: nowrap;
            line-height: 27px;
}
@media (max-width: 1536px) {
  .header-nav__link {
    font-size: 12px;
  }
}
@media (max-width: 1200px) {
  .header-nav__link {
    font-size: 14px;
  }
}
.header-nav__link:hover {
  color: #E40208;
}
.header-nav__link--window {
                display: none;
                position: absolute;
                width: 100vw;
                background: #ffffff;
                left: 0;
                top: 80px;
                z-index: 1100;
                border-top: 1px solid #D4D9DD;
}
@media (max-width: 1700px) {
  .header-nav__link--window {
    top: 63px;
  }
}
.header-nav__link--window-wrap:hover {
  color: #002454;
}
.header-nav__link--window-wrap:hover .header-nav__link--window {
                            display: block;
}
.header-nav__link--window-wrap:hover .header-nav__link--top-arrow::after {
            -webkit-transform: rotateX(180deg);
                    transform: rotateX(180deg);
  border-top-color: #E40208;
}
.header-nav__link--top span {
                    position: relative;
                    margin-left: 10px
                }
.header-nav__link--top span::after {
  right: -3px;
  content: '';
  position: absolute;
  top: 7px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #002454;
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out;
}
.header-nav__link--top:hover span::after {
          -webkit-transform: rotateX(180deg);
                  transform: rotateX(180deg);
  border-top-color: #E40208;
}
.header-catalog-link {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            width: auto;
            margin-right: 45px;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            font-size: 15px;
            font-weight: 700;
            color: #E40208;
            text-transform: uppercase
        }
.header-catalog-link:hover {
  color: #002454;
}
.header-catalog-link--brand.close {
                opacity: 0;
                pointer-events: none;
}
@media (max-width: 1700px) {
  .header-catalog-link {
    margin-right: 0;
    width: 100%;
        -webkit-box-ordinal-group: 2 !important;
            -ms-flex-order: 1 !important;
                order: 1 !important;
  }
}
@media (max-width: 1600px) {
  .header-catalog-link {
    font-size: 14px;
    margin-right: 45px;
  }
}
@media (max-width: 1536px) {
  .header-catalog-link {
    font-size: 12px;
  }
}
@media (max-width: 1450px) {
  .header-catalog-link {
    margin-right: 20px;
  }
}
@media (max-width: 1342px) {
  .header-catalog-link {
        -webkit-box-ordinal-group: 4 !important;
            -ms-flex-order: 3 !important;
                order: 3 !important;
    margin-right: 0 !important;
    width: 100% !important;
    margin-top: 15px;
  }
  .header-catalog-link--brand {
                    margin-top: 0;
  }
}
@media (max-width: 1279px) {
  .header-catalog-link {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .header-catalog-link {
    margin-right: 0;
    margin-top: 0;
  }
}
@media (max-width: 568px) {
  .header-catalog-link {
    font-size: 14px;
  }
}
@media (max-width: 500px) {
  .header-catalog-link {
    display: none;
    margin: 0 15px !important;
    width: calc(100% - 30px) !important;
  }
  .header-catalog-link--brand {
                    font-size: 13px;
                    line-height: 19px;
                    margin-left: 0 !important;
                    width: 100% !important;
  }

                    .header-catalog-link--brand .header-catalog-link__icon svg {
                        width: 17px;
                        height: 17px;
                        margin-right: 6px;
                    }
}
.header-catalog-link a {
                line-height: 1.2;
}
.header-catalog-link__icon {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                cursor: pointer;
                -webkit-transition: .3s ease;
                transition: .3s ease;
}
.header-catalog-link__icon.active svg:first-of-type {
  display: none;
}
.header-catalog-link__icon.active svg:last-of-type {
  display: block;
}
.header-catalog-link__icon svg {
                    width: 21px;
                    height: 19px;
                    margin-right: 15px;
}
.header-catalog-link__icon svg:last-of-type {
  display: none;
}
.header-catalog__overlay {
            height: 100%;
}
.header-catalog__menu {
            position: fixed;
            top: 120px;
            left: 0;
            right: 0;
            height: calc(100vh - 120px);
            background-color: #ffffff;
            visibility: hidden;
            opacity: 0;
            z-index: -1;
            -webkit-transition: .3s ease-out;
            transition: .3s ease-out;
}
.header-catalog__menu--detail {
                position: absolute;
                top: 100% !important;
                min-height: 200px;
                height: auto !important;
                border-bottom: 1px solid #D3D9DE;
                -webkit-box-shadow: rgb(211, 217, 222) 0 5px 5px -5px;
                        box-shadow: rgb(211, 217, 222) 0 5px 5px -5px;
            }
.header-catalog__menu--detail .header-catalog__inner {
                    max-height: 55vh;
                }
.header-catalog__inner {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
            height: auto;
            max-height: 100%;
            overflow: hidden;
            position: relative;
}
@media (max-width: 1024px) {
  .header-catalog__inner {
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 500px) {
  .header-catalog__inner {
    display: block;
  }
}
.header-catalog__item {
            width: 33.33%;
            margin-top: 25px;
            margin-bottom: 25px;
}
@media (max-width: 768px) {
  .header-catalog__item {
    width: 50%;
  }
}
@media (max-width: 500px) {
  .header-catalog__item {
    width: 100%;
    margin-bottom: 10px;
    margin-top: 0;
  }
  .header-catalog__item:first-child {
    margin-top: 20px;
  }
}
.header-catalog__link {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            width: 295px;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            position: relative;
}
.header-catalog__link:hover {
  color: #E40208;
}
@media (max-width: 1024px) {
  .header-catalog__link {
    width: auto;
  }
}
.header-catalog__link span {
                font-weight: 500;
}
.header-catalog__img {
            width: 90px;
            height: 90px;
            margin-right: 25px;
            -ms-flex-negative: 0;
                flex-shrink: 0;
}
@media (max-width: 500px) {
  .header-catalog__img {
    width: 70px;
    height: 70px;
    margin-right: 15px;
  }
}
.header-catalog__img img {
                width: 100%;
                height: 100%;
                -o-object-fit: contain;
                   font-family: "object-fit:contain";
                   object-fit: contain;
}
.header__link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
}
.header__link.header__link--favorite svg * {
                fill: #002454;
                stroke: transparent;
}
@media (max-width: 1024px) {
  .header__link:not(:last-of-type) {
    margin-right: 5px;
  }
}
@media (max-width: 500px) {
  .header__link:not(:last-of-type) {
    margin-right: 5px;
  }
}
@media (max-width: 1200px) {
  .header__link .i-icon {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 1024px) {
  .header__link .i-icon {
    width: 24px;
    height: 24px;
  }
}
.header__link:hover {
  opacity: 0.7;
}
.header__link.header__link--favorite svg * {
                fill: #002454;
                stroke: transparent;
}
.header__link svg {
            width: 24px;
            height: 24px;
            -webkit-transition: 0.2s ease-in;
            transition: 0.2s ease-in;
}
@media (max-width: 1536px) {
  .header__link svg {
    width: 20px;
    height: 20px;
  }
}
.header__link svg * {
                stroke: #002454;
}
.header__link span {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            width: 24px;
            min-width: 24px;
            height: 24px;
            margin-left: 10px;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            border-radius: 50%;
            background-color: #FFD93D;
            font-size: 14px;
            font-weight: 700;
}
@media (max-width: 1024px) {
  .header__link span {
    position: absolute;
    top: -12px;
    right: -16px;
  }
}
.header__link__button {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            min-width: -webkit-max-content;
            min-width: -moz-max-content;
            min-width: max-content;
            padding: 5px;
            height: 24px;
            margin-left: 9px;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            border-radius: 15px;
            background-color: #FFD93D;
            font-size: 14px;
            font-weight: 700;
}
@media (max-width: 1342px) {
  .header__link__button {
    display: none;
  }
}
@media (max-width: 1700px) {
  .header__link__button {
    height: 19.2px;
    margin-left: 7.2px;
    font-size: 11.2px;
  }
}
.header__link--auth {
            width: auto;
}
@media (max-width: 1024px) {
  .header__link--auth {
    margin-left: 10px !important;
  }
}
@media (max-width: 500px) {
  .header__link--auth {
    margin-left: 0 !important;
  }
}
.header__link--compare {
            width: auto;
}
@media (max-width: 1024px) {
  .header__link--compare {
    display: none;
  }
}
.header__link--compare svg {
                fill: none;
                stroke: #ffffff;
}
@media (max-width: 1024px) {
  .header__link--favorite {
    display: none;
  }
}
@media (max-width: 1024px) {
  .header__link--cart {
    display: none;
  }
}
.header__link--search {
            width: auto;
            color: #E40208;
            font-weight: bold;
            margin-left: 20px;
            -webkit-box-ordinal-group: 4;
                -ms-flex-order: 3;
                    order: 3;
}
@media (max-width: 1536px) {
  .header__link--search {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .header__link--search {
    color: #9EAABB;
  }
}
@media (max-width: 1342px) and (min-width: 1025px) {
  .header__link--search {
        -ms-flex-item-align: end;
            align-self: flex-end;
  }
}
@media (max-width: 1279px) {
  .header__link--search {
    margin-left: 0;
  }
}
@media (min-width: 1025px) {
  .header__link--search svg * {
    stroke: #E40208 !important;
  }
}
.header__link--search svg * {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media (max-width: 1024px) {
  .header__link--search svg * {
    stroke: #002454;
  }
}
.header__link--search:hover {
  color: #002454 !important;
  opacity: 1;
}
.header__link--search:hover svg * {
                    stroke: #002454 !important;
}
@media (max-width: 500px) {
  .header__link--search:hover svg * {
    stroke: #9EAABB;
  }
}
@media (max-width: 500px) {
  .header__link--search.active svg * {
    stroke: #E40208 !important;
  }
}
.header__link--search div {
                margin-left: 10px;
}
@media (max-width: 1400px) {
  .header__link--search div {
    display: none;
  }
}
.header__link--right:hover {
  opacity: 1;
}
.header__link--right:hover .header__link {
                    opacity: 0.7;
}
.header__link--right:hover .header-nav__down {
                    opacity: 1;
                    visibility: visible;
                    color: #002454 !important;
}
@media (max-width: 1024px) {
  .header__link--right .header-nav__down {
    display: none;
  }
}
.header .select-wrap {
        z-index: 1050;
}
@media (max-width: 1700px) {
  .header .select-wrap {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
  }
  .header .select-wrap .select-styled {
                padding-top: 0;
                padding-bottom: 0;
  }
}
@media (max-width: 1536px) {
  .header .select-wrap .select-styled {
                font-size: 12px;
  }
}
@media (max-width: 1550px) {
  .header .select-wrap {
    font-size: 14px;
  }
                .header .select-wrap .select-options li {
                    font-size: 14px;
                }
}
@media (max-width: 1200px) {
  .header .select-wrap .select-styled {
                font-size: 14px;
                padding-left: 50px;
  }
}
@media (max-width: 1024px) {
  .header .select-wrap {
    display: none;
  }
}
@media (max-width: 1342px) and (min-width: 1025px) {
  .header .select-wrap {
    margin-right: -25px;
  }
}
@media (max-width: 1342px) and (min-width: 1025px) {
  .header .select-wrap {
    margin-right: -25px;
  }
}
@media (max-width: 1700px) and (min-width: 1279px) {

        .header__inner.scroll .header__main {
                    -webkit-box-shadow: 0 16px 32px rgba(0, 0, 0, .16);
                            box-shadow: 0 16px 32px rgba(0, 0, 0, .16);
  }

        .header__inner.scroll .header__m-catalog:before {
        -webkit-box-shadow: 0 16px 32px rgba(0, 0, 0, .16);
                box-shadow: 0 16px 32px rgba(0, 0, 0, .16);
  }

        .header__right {
            width: 386.4px;
            padding: 22.4px 16px 22.4px 16px;
        }

        .header__content {
            -ms-flex-wrap: nowrap;
                flex-wrap: nowrap;
        }

        .header-nav {
            max-width: -webkit-min-content;
            max-width: -moz-min-content;
            max-width: min-content;
            margin-right: 18.4px;
        }

            .header-nav__down {
                position: absolute;
                top: calc(100% + 10.4px);
                right: -24px;
            }

                svg
                .header-nav__down:before {
                    top: -4.8px;
                    width: 8px;
                    height: 8px;
                }

                .header-nav__down-list {
                    padding: 16px 12px
                }

                .header-nav__down-list:not(:last-child) {
    margin-bottom: 8px;
  }
                    .header-nav__link--top span::after {
    right: 5px;
    content: '';
    position: absolute;
    top: 5.6px;
    border-left: 3.2px solid transparent;
    border-right: 3.2px solid transparent;
    border-top: 3.2px solid #002454;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
  }

                .header-nav__link--top:hover span::after {
            -webkit-transform: rotateX(180deg);
                    transform: rotateX(180deg);
    border-top-color: #E40208;
  }

                    .header-catalog-link__icon svg {
                        width: 16.8px;
                        height: 15.2px;
                        margin-right: 12px;
                    }

            .header-catalog__menu {
                top: 96px;
                height: calc(100vh - 96px);
            }

            .header-catalog__item {
                margin-top: 20px;
                margin-bottom: 20px;
            }

            .header-catalog__link {
                width: 236px;
            }

            .header-catalog__img {
                width: 72px;
                height: 72px;
                margin-right: 20px;
            }
                .header__link--search div {
                    margin-left: 8px;
                }

        .header__logo {
            margin-right: 30px;
        }
}
@media (max-width: 1700px) and (min-width: 1279px) and (max-width: 1366px) {
  .header__logo {
    margin-right: 20px;
  }
}
@media (max-width: 1700px) and (min-width: 1279px) and (max-width: 1279px) {
  .header__logo {
    margin-right: 30px;
  }
}
@media (max-width: 1700px) and (min-width: 1279px) {
  .header__logo img {
    width: 100px;
  }
}
@media (max-width: 1700px) and (min-width: 1279px) and (max-width: 1366px) {
  .header__logo img {
    width: 90px;
  }
}
@media (max-width: 1700px) and (min-width: 1279px) and (max-width: 1279px) {
  .header__logo img {
    width: 100px;
  }
}
@media (max-width: 1450px) {
    .header-nav__wrap-window {
        max-width: 1140px;
    }
}
@media (max-width: 1450px) {
    .header-nav__wrap-window {
        max-width: 1140px;
    }
}
@media (max-width: 1200px) {
    .brands .header-nav {
        margin-right: 20px;
    }
}:root {
  
  /* new */ /* + #FDF9E8 (comments detail) */ /* ? */
}
/*header only*/
/*header only*/
/*header only*/
/* iPhone 12 Pro Max */
/* Минимум по ширине */
/* Девайсы */
.select {
    width: 100%;
    z-index: 10;
    position: relative
}
.select.active {
  z-index: 55;
}
@media (max-width: 500px) {
  .select.loading .select-styled {
    padding-right: 55px
  }
}
.select.loading .select-styled:before {
  content: "";
  position: absolute;
  right: 28px;
  width: 32px;
  height: 20px;
  background: url('/local/client/icons/loader.svg') no-repeat;
  background-size: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .select.loading .select-styled:before {
      -webkit-animation: load 1.3s linear infinite;
              animation: load 1.3s linear infinite
  }
}
.select-wrap {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
}
.select-wrap--dropdown .select {
                width: auto;
            }
.select-wrap--dropdown .select-styled {
                    padding-right: 15px;
                    background-color: transparent !important;
                    border: none;
                }
@media (max-width: 320px) {
  .select-wrap--dropdown .select-styled {
    padding-left: 3px
  }
}
.select-wrap--dropdown .select-styled:after {
  margin-right: 0;
}
.select-wrap--dropdown .select-styled.active + .select-options {
  border: 1px solid #DEE2E8;
}
.select-wrap--dropdown .select-options {
                    width: auto;
                    left: 50%;
                    -webkit-transform: translateX(-50%);
                            transform: translateX(-50%);
                    padding: 20px 15px;

                    white-space: nowrap;
}
@media (max-width: 500px) {
  .select-wrap--dropdown .select-options {
    left: 15%;
            -webkit-transform: translateX(-15%);
                    transform: translateX(-15%)
  }
}
.select-wrap--dropdown .select-options:after {
  content: '';
  width: 12px;
  height: 12px;
  position: absolute;
  top: -1px;
  left: 50%;
  border: 1px solid #DEE2E8;
  border-bottom: none;
  border-right: none;
  background-color: #ffffff;
          -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
                  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -webkit-transition: background-color .2s;
  transition: background-color .2s;
}
.select-wrap__reg .select {
                margin-right: 0;
            }
.select-hidden {
        display: none;
        visibility: hidden;
        padding-right: 10px
}
.select-hidden.inactive + .select-styled {
  pointer-events: none;
  cursor: default
}
.select-hidden.inactive + .select-styled:after {
  
  /* Стрелочка */
  display: none;
}
.select-styled {
        display: block;
        text-overflow: ellipsis;
        width: 100%;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        position: relative;
        background-color: #ffffff;
        border: 1px solid #DEE2E8;
        border-radius: 2px;
        white-space: nowrap;
        -webkit-transition: .2s;
        transition: .2s;
        overflow: hidden;
        cursor: pointer;
        padding: 10px
}
.select-styled.disabled {
  background-color: #FAFAFA;
  pointer-events: none;
  color: rgb(84, 84, 84)
}
.select-styled.disabled:after {
  display: none;
}
.select-styled.not-selected {
  color: #9EAABB;
}
.select-styled:after {
  display: inline-block;
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  width: 0;
  height: 0;
  margin-right: 20px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid currentColor;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  -webkit-transition: .2s;
  transition: .2s;
}
.select-styled:hover {
  color: #E40208
}
.select-styled:hover:after {
  border-top-color: #E40208;
}
.select-styled.active {
  border-color: #DEE2E8;
  border-bottom-color: transparent;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0
}
.select-styled.active:after {
    -webkit-transform: translateY(-50%) scaleY(-1);
            transform: translateY(-50%) scaleY(-1);
  border-top-color: #E40208;
}
.select-options {
        display: none;
        width: 100%;
        position: absolute;
        top: 100%;
        padding: 0 15px 20px;
        left: 0;
        z-index: 5;
        border: 1px solid #DEE2E8;
        border-top: none;
        border-bottom-right-radius: 2px;
        border-bottom-left-radius: 2px;
        background-color: #ffffff;
}
.select-options--pt {
            padding-top: 20px;
        }
.select-options__inner {
            position: relative;
            max-height: 400px;
            overflow: hidden;
        }
.select-options--static {
            position: static;
        }
.select-options--static li {
                padding: 0 !important;
            }
.select-options--static li label {
                    display: block;
                    width: 100%;
                    padding: 10px 40px 10px 15px;
                    cursor: pointer
                }
.select-options--static li label.disabled {
  opacity: 0.4;
}
.select-options li {
            background-color: #ffffff;
            position: relative;
            z-index: 5;
            cursor: pointer;
            -webkit-transition: .3s ease-out;
            transition: .3s ease-out
        }
.select-options li:not(:last-of-type) {
  padding-bottom: 10px;
}
.select-options li:not(.disabled):hover {
  color: #E40208;
}
.select-options li[rel="hide"] {
  display: none;
}
.select-options li.disabled {
  opacity: 0.7;
}
@media (max-width: 1700px) and (min-width: 1279px) {
    .select.loading .select-styled:before {
                top: 8px;
                width: 29px;
                height: 19px;
  }

                    .select-wrap--dropdown .select-options {
                        padding: 16px 12px
                    }

                    .select-wrap--dropdown .select-options:after {
    content: '';
    width: 9.6px;
    height: 9.6px;
  }

                    .select-wrap--dropdown .select-options ul li {
                            padding-left: 0;
                            margin-bottom: 0;
  }
                .select-wrap__reg .select {
                    margin: 0;
                }
    .select-hidden {
            padding-right: 8px;
  }
    .select-styled:after {
    margin-right: 20px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid currentColor;
  }
    .select-options {
            padding: 0 12px 16px;
  }

            .select-options--pt {
                padding-top: 16px;
            }

                    .select-options--static li label {
                        padding: 8px 32px 8px 12px;
                    }
}