/* compiled by scssphp 1.11.0 on Tue, 14 Apr 2026 19:39:55 +0300 (0.1167s) */

@charset "UTF-8";
/* Paths
   ========================================================================== */
/* Fonts
   ========================================================================== */
/* Breakpoints
   ========================================================================== */
.form-group input:checked ~ * .checkbox-svg-mark, .form-group input:checked ~ * .radio-svg-mark, .Form-group input:checked ~ * .checkbox-svg-mark, .Form-group input:checked ~ * .radio-svg-mark {
  display: block; }
.form-group input:hover ~ * .checkbox-svg-border, .form-group input:hover ~ * .radio-svg-border, .Form-group input:hover ~ * .checkbox-svg-border, .Form-group input:hover ~ * .radio-svg-border {
  fill: #6AA4FB; }
.form-group .label:hover ~ * .file-svg path, .Form-group .label:hover ~ * .file-svg path {
  fill: #3fc1fe; }
.form-group input:disabled ~ * .checkbox-svg-border, .form-group input:disabled ~ * .radio-svg-border, .Form-group input:disabled ~ * .checkbox-svg-border, .Form-group input:disabled ~ * .radio-svg-border {
  background: #DCDCDC; }
.form-group input:checked:disabled ~ * .checkbox-svg-border, .form-group input:checked:disabled ~ * .checkbox-svg-mark, .form-group input:checked:disabled ~ * .radio-svg-border, .form-group input:checked:disabled ~ * .radio-svg-mark, .Form-group input:checked:disabled ~ * .checkbox-svg-border, .Form-group input:checked:disabled ~ * .checkbox-svg-mark, .Form-group input:checked:disabled ~ * .radio-svg-border, .Form-group input:checked:disabled ~ * .radio-svg-mark {
  fill: #BDBDBD; }
.form-group input:disabled ~ * .radio-svg-background, .form-group input:disabled ~ * .checkbox-svg-background, .Form-group input:disabled ~ * .radio-svg-background, .Form-group input:disabled ~ * .checkbox-svg-background {
  display: block; }
.form-group input:checked:disabled ~ * .radio-svg-background, .form-group input:checked:disabled ~ * .checkbox-svg-background, .Form-group input:checked:disabled ~ * .radio-svg-background, .Form-group input:checked:disabled ~ * .checkbox-svg-background {
  display: none; }
.form-group .select2-container--default .select2-selection--single .select2-selection__arrow, .Form-group .select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 13px;
  width: 16px; }
.form-group .select2 .select2-selection--single, .Form-group .select2 .select2-selection--single {
  border: 1px solid #C8C8C8;
  box-sizing: border-box;
  border-radius: 3px;
  width: 100%;
  height: 39px; }
.form-group .select2-container, .Form-group .select2-container {
  width: 100% !important; }
.form-group .select2-container--default .select2-selection--single .select2-selection__rendered, .Form-group .select2-container--default .select2-selection--single .select2-selection__rendered {
  cfont-family: Arial;
  font-size: 15px;
  line-height: normal;
  line-height: 40px; }
.form-group .select2-container .select2-selection--single .select2-selection__rendered, .Form-group .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 10px; }
.form-group .select2-container--default .select2-selection--single:hover, .form-group .select2-container--default .select2-selection--single:focus, .Form-group .select2-container--default .select2-selection--single:hover, .Form-group .select2-container--default .select2-selection--single:focus {
  border-color: #3fa6fe; }
.form-group .select2-container--default .select2-selection--single .select2-selection__arrow b, .Form-group .select2-container--default .select2-selection--single .select2-selection__arrow b {
  height: 22px;
  width: 22px;
  background: url("/app/src/img/select_arrow.svg") no-repeat;
  background-size: contain;
  position: absolute;
  display: block;
  pointer-events: none;
  right: 8px;
  left: 0;
  bottom: 0;
  margin: auto;
  border-style: hidden; }
.form-group .select2-container--default.select2-container--open .select2-selection__arrow b, .Form-group .select2-container--default.select2-container--open .select2-selection__arrow b {
  transform: rotate(180deg); }
.form-group .select2-results__option, .Form-group .select2-results__option {
  font-size: 15px;
  height: 22px;
  white-space: nowrap;
  padding: 0 15px !important; }
.form-group input.privacy_policy_approved-input + label.privacy_policy_approved-label:before, .Form-group input.privacy_policy_approved-input + label.privacy_policy_approved-label:before {
  content: none; }
.form-group input.privacy_policy_approved-input + label.privacy_policy_approved-label, .Form-group input.privacy_policy_approved-input + label.privacy_policy_approved-label {
  cursor: pointer; }
.form-group .select2-container--default .select2-results > .select2-results__options, .Form-group .select2-container--default .select2-results > .select2-results__options {
  overflow-x: hidden;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px;
  padding: 10px 0px;
  font-size: 16px;
  position: absolute;
  background: white;
  z-index: 10;
  margin-top: 10px;
  max-height: 500px;
  width: 100%; }
.form-group .select2-container--default .select2-results__option--highlighted[aria-selected], .Form-group .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5d9cec; }
.form-group .select2-container--default .select2-results__option[aria-selected=true], .Form-group .select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #fff;
  color: black; }
.form-group .select2-selection__placeholder, .Form-group .select2-selection__placeholder {
  font-size: 15px; }
  .form-group.form-group--filter .select2-container--default .select2-results__option[aria-selected=true], .Form-group.form-group--filter .select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ecf5ff; }

/* Fonts
   ========================================================================== */
/* General
   ========================================================================== */
*, *::before, *::after {
  box-sizing: border-box; }

html {
  font-size: 100%;
  -webkit-font-smoothing: antialiased; }

ol, ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  ol li, ul li {
    font-size: 13px; }
  ol.decimal, ul.decimal {
    list-style-type: decimal; }
    ol.decimal li, ul.decimal li {
      margin: 5px 10px 5px 35px; }
  ol.disc, ul.disc {
    list-style-type: disc; }
    ol.disc li, ul.disc li {
      margin: 5px 10px 5px 35px; }
  ol.disc--margin li, ul.disc--margin li {
    margin: 10px 10px 10px 35px; }

a {
  font-size: 15px;
  color: #2f7aba;
  text-decoration: none; }
  a.noDecorat {
    text-decoration: none; }
  a.noBorder {
    border-bottom: 0; }
  a:hover {
    color: #3fa6fe; }

span {
  font-size: 12px; }

p {
  margin-top: 11px;
  margin-bottom: 16px;
  font-size: 15px;
  line-height: 1.3; }

h1, h2 {
  font-weight: bold;
  font-family: "Trebuchet MS", "sans-serif";
  color: #000; }
  h1.title-uppercase, h2.title-uppercase {
    text-transform: uppercase; }

h1 {
  font-size: 21px;
  text-transform: uppercase; }

h2 {
  font-size: 18px; }

h3 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  font-family: "Trebuchet MS", "sans-serif";
  color: #000; }

img {
  max-width: 100%;
  height: auto; }
  img.js-infographicsImage {
    max-width: none; }

/**
 * Таблицы
 */
table {
  margin-bottom: 10px; }
  table tr th, table tr td {
    font-size: 12px;
    line-height: 1.3;
    vertical-align: top; }

input[type="text"]:focus, button:focus {
  outline: none; }

@keyframes rotate {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.preloader:before {
  content: "";
  position: absolute;
  height: 30px;
  width: 30px;
  border: 5px solid #d5e4f1;
  border-top: 5px solid #2f7aba;
  border-radius: 50%;
  animation: rotate 0.5s infinite linear;
  z-index: 100;
  top: 50%;
  left: 50%; }
.preloader > * {
  opacity: 0.5; }

.preloader-global:before {
  content: "";
  position: fixed;
  height: 30px;
  width: 30px;
  border: 5px solid #d5e4f1;
  border-top: 5px solid #2f7aba;
  border-radius: 50%;
  animation: rotate 0.5s infinite linear;
  z-index: 100;
  left: 46vw;
  top: 46vh; }

p > a .priceList-modal-button {
  padding: 10px 33px;
  color: white; }

#mask {
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100; }

/* Utilities, components
   ========================================================================== */
.Banner {
  position: relative;
  max-width: 759px;
  height: 100%;
  font-size: 0;
  line-height: 0;
  margin: auto; }
  .Banner-link {
    display: block; }
    .Banner-link img {
      display: block;
      width: 100%;
      padding: 0;
      margin: 0; }
    .Banner-link--flash {
      position: absolute;
      top: 0;
      left: 0; }
  .Banner.Banner--top {
    height: inherit; }

.banner_block {
  border-bottom: 1px solid #e1e1e1; }

.Block.is-hidden {
  display: none; }

.Block-item {
  padding: 25px 0; }
  .Block-item img {
    display: block;
    max-width: 100%; }
  .Block-item h2 {
    margin-bottom: 18px; }
  .Block-item .Block-title {
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: bold;
    color: #1e1e1e; }
  .Block-item .Block-title--operational {
    margin-top: 0; }
  .Block-item .Block-mainText {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 15px;
    color: #000; }
  .Block-item .Block-mainText-title {
    font-size: 18px; }
  .Block-item li {
    padding: 10px 0; }
    .Block-item li .Block-date {
      padding-top: 10px; }
    .Block-item li:first-child {
      padding-top: 0; }
  .Block-item.Block-item--main {
    padding-bottom: 10px;
    padding-top: 10px; }
  .Block-item:nth-child(n) {
    background: #fff; }
  .Block-item:nth-child(2n) {
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
    background: #f4f3f3; }
    .Block-item:nth-child(2n):hover {
      -webkit-transition: background 0.3s ease-in-out;
      -moz-transition: background 0.3s ease-in-out;
      transition: background 0.3s ease-in-out;
      background: #e6e6e6; }
  .Block-item.Block-item--infographics {
    background: #fff;
    padding: 12px 0; }
    .Block-item.Block-item--infographics:last-child {
      border-bottom: 1px solid #e1e1e1; }
  .Block-item.Block-item--highlighted {
    background: #d6eaf4 !important; }
  .Block-item.Block-item--white {
    background: #fff; }
    .Block-item.Block-item--white:nth-child(2n) {
      -webkit-transition: background 0.3s ease-in-out;
      -moz-transition: background 0.3s ease-in-out;
      transition: background 0.3s ease-in-out;
      background: #f4f3f3; }
  .Block-item.Block-item-cart {
    padding: 5px 0;
    padding-bottom: 15px; }
    .Block-item.Block-item-cart:nth-child(n) {
      background: #f4f3f3; }
    .Block-item.Block-item-cart:nth-child(2n) {
      background: #fff; }
  .Block-item--preview-wrapper {
    margin-top: 12px; }
  .Block-item--preview {
    padding: 15px 0; }
    .Block-item--preview:hover {
      background-color: #fff !important; }
    .Block-item--preview:last-child {
      margin-bottom: 15px; }
    .Block-item--preview img {
      margin-bottom: 15px; }
    .Block-item--preview .All-list-link {
      display: block;
      margin-top: 18px; }
  .Block-item--list {
    padding: 15px 0; }
    .Block-item--list:last-child {
      padding-bottom: 30px; }

.Block-title--locked {
  position: relative;
  display: inline-block; }
  .Block-title--locked:before {
    content: "";
    position: absolute;
    bottom: 3px;
    right: -14px;
    width: 10px;
    height: 11px;
    background: url("/app/src/img/icon_lock.svg");
    background-repeat: no-repeat; }

.Block-item-close .Block-mainText {
  position: relative;
  display: inline-block; }
  .Block-item-close:first-child > .Container > .Block-mainText:before {
    display: none; }

.Block-item--phone {
  padding: 30px 0;
  text-align: center;
  background: #fff; }
  .Block-item--phone img {
    width: 16px; }
  .Block-item--phone p {
    font-size: 15px; }
  .Block-item--phone .Block-title {
    font-size: 18px;
    margin-bottom: 0;
    font-weight: bold; }
  .Block-item--phone .Block-text {
    margin: 0; }

.Link {
  display: block;
  padding: 15px 0;
  border-top: 1px solid #e1e1e1; }
  .Link.Link-noBoreder {
    border-top: 0; }
  .Link a {
    line-height: 1;
    font-size: 12px;
    color: #2f7aba; }

.Block-date {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  color: #8c8c8c; }
  .Block-date.Block--inline {
    display: inline-block;
    margin-right: 20px; }

.Block-review.Block--inline {
  display: inline-block; }

.Block-text-price-info {
  margin-top: 0;
  margin-bottom: 6px;
  font-size: 12px;
  color: #8c8c8c; }

.Block-date--margin {
  margin: 10px 0; }

.Bolock-Slider {
  -webkit-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  margin: 15px 0; }
  .Bolock-Slider li {
    -webkit-transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px); }

.Block-Video {
  width: 100%; }
  .Block-Video iframe {
    width: 100%;
    height: 100%;
    min-height: 160px; }

.Block-video-preview {
  position: relative; }
  .Block-video-preview svg {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    width: 55px; }
  .Block-video-preview img {
    width: 100%; }

.Block-video-wrapper {
  position: relative;
  display: inline-block; }

.Block-item--events {
  padding: 20px 0; }
  .Block-item--events p {
    margin-top: 0; }

.Block-link {
  display: block;
  text-decoration: none;
  color: #000; }
  .Block-link:hover {
    color: #000; }

.Block-link-img {
  display: inline-block; }

.Block-Error {
  padding-top: 35px; }

.Block-main-wrapper {
  display: block; }

.Block-search {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: left 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: left 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: left 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 10;
  position: absolute;
  top: 70px;
  left: 0;
  display: none;
  width: 100%;
  border-bottom: 1px solid #d0d0d0;
  background: #fff; }

.Blocks .Block-more-open {
  display: block; }

.Breadcrumbs {
  margin-bottom: 15px; }

.Breadcrumbs-item {
  display: inline-block; }
  .Breadcrumbs-item .Breadcrumbs-link {
    position: relative;
    display: inline-block;
    margin-right: 20px; }
    .Breadcrumbs-item .Breadcrumbs-link span {
      font-size: inherit; }
    .Breadcrumbs-item .Breadcrumbs-link:after {
      content: "→";
      display: block;
      position: absolute;
      right: -18px;
      bottom: 0;
      color: #6e7173; }
  .Breadcrumbs-item:nth-last-child(2) .Breadcrumbs-link:after {
    display: none;
    /* скрываем стрелку предпоследнего элемента для уменьшения размера ХК и в связи с пожеланиями Шацкого А. */ }
.Breadcrumbs-item:last-child .Breadcrumbs-link {
  margin-right: 0; }
  .Breadcrumbs-item:last-child .Breadcrumbs-link:after {
    display: none; }
.Breadcrumbs-item:last-child:not(:only-child) {
  display: none;
  /* скрываем последний элемент для уменьшения размера ХК и в связи с пожеланиями Шацкого А. */ }
  .Breadcrumbs-item:last-child:not(:only-child) .Breadcrumbs-link {
    text-decoration: none;
    color: #8c8c8c;
    cursor: default; }

.Button {
  -webkit-transition: border 0.3s ease-in-out;
  -moz-transition: border 0.3s ease-in-out;
  transition: border 0.3s ease-in-out;
  position: relative;
  display: inline-block;
  padding: 13px 16px 13px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  vertical-align: top;
  cursor: pointer;
  background-image: linear-gradient(#0063b7, #00519b);
  box-shadow: inset 0 -1px 0 0 #002c55;
  border-radius: 3px;
  border: 1px solid #003a79;
  width: 100%;
  max-width: 320px;
  text-align: center; }
  .Button:hover {
    background-image: linear-gradient(#0078de, #0063be);
    box-shadow: inset 0 -1px 0 0 #004a8e; }
  .Button:focus {
    outline: none; }
  .Button span {
    font-size: 14px; }
  .Button.Button--white {
    color: #000;
    background-image: linear-gradient(#fefefe, #e2e5e7);
    box-shadow: inset 0 -1px 0 0 #bfc6c9;
    border: 1px solid #ccd0d3; }
    .Button.Button--white:hover {
      color: #000;
      background-image: linear-gradient(#f4f5f6, #ced1d2);
      box-shadow: inset 0 -1px 0 0 #afb4b7; }
  .Button--wide {
    max-width: 550px; }
  .Button--pagination {
    display: inline-block;
    border-bottom: 0; }
  .Button--search {
    height: 40px;
    padding: 9px 14px 11px;
    max-width: unset; }
  .Button--subscribe {
    display: inline-block;
    width: auto;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 16px;
    font-weight: normal;
    padding: 7px 10px;
    margin-bottom: 15px; }
  .Button--checkbox {
    padding-left: 30px; }
    .Button--checkbox:before {
      content: "";
      position: absolute;
      width: 9.5px;
      height: 9px;
      left: 10px;
      top: 11px;
      background-image: url("/app/src/img/button_checkbox.svg"); }
  .Button--grey {
    background: #EAEAEA;
    color: #242424;
    border: none;
    box-shadow: none; }
    .Button--grey:hover {
      color: inherit;
      background-image: none;
      box-shadow: none; }
  .Button--to_basket {
    display: block;
    font-family: Arial;
    font-size: 14px;
    text-align: center;
    line-height: 36px;
    border-radius: 3px;
    width: 106px;
    float: left;
    margin-right: 15px;
    margin-bottom: 20px;
    padding: 0; }
  .Button--modal {
    margin-bottom: 15px; }
  .Button--hidden {
    display: none; }
    .Button[type=submit]:after {
      -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
      -moz-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
      transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
      content: "";
      z-index: 1;
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 100%;
      height: 100%;
      background: #00a131 url("/app/src/img/cart_check.svg") no-repeat center;
      background-size: 24px;
      visibility: hidden;
      opacity: 0; }
      .Button[type=submit].is-sending span {
        right: -45px; }
    .Button[type=submit].is-sended {
      border: 1px solid #00a131; }
      .Button[type=submit].is-sended:after {
        visibility: visible;
        opacity: 1; }
    .Button[type=submit] span {
      -webkit-transition: right 0.3s ease-in-out;
      -moz-transition: right 0.3s ease-in-out;
      transition: right 0.3s ease-in-out;
      content: "";
      z-index: -1;
      position: absolute;
      top: -1px;
      right: 0;
      width: 50px;
      height: 46px;
      background-repeat: no-repeat;
      background-position: right 13px top 12px;
      box-shadow: inset 0 0 0 1px #b2b7bb;
      border-radius: 3px; }
      .Button[type=submit] span svg {
        width: 30px; }
        .Button[type=submit] span svg path {
          fill: #00519b; }
  .Button--page_up {
    position: absolute;
    display: none;
    right: 10px;
    bottom: 10px;
    background: #2F7ABA;
    z-index: 25;
    width: 40px;
    height: 40px;
    border: none;
    padding: 0;
    box-shadow: none;
    border-radius: 0;
    opacity: 0.8; }
    .Button--page_up .Button-icon {
      display: inline-block;
      height: 15px;
      width: 15px; }
    .Button--page_up.is-active {
      display: block; }

.Button-Wrapper {
  display: inline-block;
  border-bottom: 0; }
  .Button-Wrapper--Indented {
    margin: 15px 0; }

.Button-Wrapper-operational {
  padding-top: 10px; }

.Button-link {
  border-bottom: 0; }

.Button-search {
  -webkit-transition: background-image 0.3s ease-in-out;
  -moz-transition: background-image 0.3s ease-in-out;
  transition: background-image 0.3s ease-in-out;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 60px;
  height: 70px;
  text-decoration: none;
  vertical-align: top;
  cursor: pointer;
  border: none;
  background-size: 22px 23px;
  background-image: url("/app/src/img/search.png");
  background-repeat: no-repeat;
  background-position: center center; }

.Contacts-BlockButton {
  padding: 20px 0; }
  .Contacts-BlockButton a:hover {
    color: #fff; }

.Button-show--contents_table {
  border-bottom: 1px dashed;
  margin-bottom: 15px;
  display: inline-block; }

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  .Button-search {
    background-size: 22px 23px;
    background-image: url("/app/src/img/search_2x.png"); } }

.bx-pager-item {
  display: inline-block; }
  .bx-pager-item a:first-child {
    margin-left: 0; }

.bx-pager-link {
  display: inline-block;
  height: 8px;
  width: 8px;
  margin: 3px;
  font-size: 0;
  vertical-align: top;
  background: #b2b6b7;
  border-bottom: 0;
  border-radius: 50%; }
  .bx-pager-link.active {
    background: #2f7aba; }

.bxslider-text {
  margin: 10px 0;
  font-size: 12px;
  color: #8c8c8c; }

.Cart-hidden {
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  position: fixed;
  display: block;
  bottom: 0;
  z-index: 10;
  width: 100%;
  text-align: center;
  background: #303a3e; }
  .Cart-hidden a:hover {
    color: #fff; }
  .Cart-hidden:hover {
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
    background: #181e21; }

.Cart-text {
  position: relative;
  display: inline-block;
  padding: 13px 0;
  padding-left: 55px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none; }
  .Cart-text:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 7px;
    width: 28px;
    height: 25px;
    background: url(/app/src/img/icon_cart.svg);
    background-repeat: no-repeat; }

.Cart-quantity {
  position: absolute;
  top: 4px;
  left: 21px;
  z-index: 1;
  display: block;
  width: 23px;
  height: 23px;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  background: #0063b7;
  border: 2px solid;
  border-radius: 50%;
  font-weight: bold; }

.Cart {
  padding-bottom: 20px; }

.Cart-title {
  font-size: 14px;
  font-weight: bold; }

.Cart-price-block {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-align: start;
  -moz-box-align: start;
  box-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-align: start; }

.Cart-price {
  font-size: 14px;
  font-weight: bold; }

.Cart-price-value {
  width: 40%; }
  .Cart-price-value p {
    color: #8c8c8c;
    margin-top: 0; }

.Cart-circle-link {
  text-align: center;
  padding: 10px 0 20px; }
  .Cart-circle-link ul li {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 25px;
    margin: 0 20px;
    border-radius: 50%;
    line-height: 24px;
    color: #000;
    border: 1px solid #8e8e8e;
    background: #fff; }
    .Cart-circle-link ul li.is-active {
      background: #0097dd;
      color: #fff;
      border: 1px solid #0097dd; }
      .Cart-circle-link ul li.is-active:before {
        background: #0097dd; }
    .Cart-circle-link ul li.is-used:before {
      background: #0097dd; }
    .Cart-circle-link ul li.is-hidden {
      display: none; }
    .Cart-circle-link ul li.is-used {
      border: 1px solid #0097dd;
      color: #0097dd; }
    .Cart-circle-link ul li:before {
      content: "";
      height: 1px;
      width: 45px;
      background: #8e8e8e;
      position: absolute;
      right: 24px;
      top: 11px;
      z-index: -1; }
      .Cart-circle-link ul li:first-child:before {
        content: "";
        display: none; }

.Cart-price-number span {
  font-size: 12px;
  color: #8c8c8c; }
.Cart-price-number input {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  width: 35px;
  height: 27px;
  margin: 0 15px;
  font-size: 12px;
  border-radius: 0;
  border: 1px solid #d3d8dc;
  text-align: center;
  color: #000; }

.Cart-remove {
  font-size: 12px;
  color: #2f7aba;
  text-decoration: underline; }

.Cart-button {
  padding: 20px 0 30px;
  border-top: 1px solid #e1e1e1;
  text-align: center; }
  .Cart-button a {
    text-decoration: none;
    border-bottom: 1px dashed; }
  .Cart-button .Button {
    border-bottom: 0; }
  .Cart-button p, .Cart-button span {
    font-size: 14px;
    font-weight: bold; }
  .Cart-button p {
    margin-bottom: 20px; }
  .Cart-button .Form-group {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    max-width: 550px;
    margin: 0 auto 10px; }

.Cart-Autorization-link {
  padding-bottom: 30px; }

.Cart-Autorization-block {
  margin: 0 20px; }

.Cart-Autorization-link-item {
  padding: 11px 0 17px;
  border-top: 1px solid #d0d0d0; }
  .Cart-Autorization-link-item:last-child {
    border-bottom: 1px solid #d0d0d0; }
  .Cart-Autorization-link-item a {
    font-size: 15px;
    font-family: "Trebuchet MS", "sans-serif";
    border-bottom: 1px dashed;
    text-decoration: none; }
  .Cart-Autorization-link-item p {
    margin-top: 3px;
    margin-bottom: 0;
    color: #8c8c8c; }

.Cart-Autorization-block.is-hidden {
  display: none; }
.Cart-Autorization-block .Form-alert--error {
  color: #DC4444; }

.js-Cart-link.is-hidden, .js-Cart-subTitle.is-hidden, .js-Cart-title.is-hidden {
  display: none; }

.Cart-Autorization-link-item .Cart-Autorization-block-title {
  margin-bottom: 0px;
  color: #000;
  font-size: 14px;
  font-family: "Trebuchet MS", "sans-serif"; }

.Cart-Button {
  margin-top: 15px;
  margin-bottom: 10px; }

.Cart-Autorization .Form-group {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.Cart-summary {
  font-size: 14px;
  font-weight: bold; }
  .Cart-summary span {
    font-size: 14px; }

.Form-group-cart {
  display: none; }
  .Form-group-cart .Form-label {
    text-align: left; }
  .Form-group-cart.Form-group-cart-active {
    display: block; }

.Cart-wrapper--default {
  display: none; }

/**
 * @define Container
 */
.Container {
  position: relative;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto; }
  .Container h1 {
    margin-bottom: 12px; }
  .Container--search {
    padding: 0 15px; }
    .Container--search form {
      padding: 20px 0; }
  .Container--shift {
    margin-top: 25px; }
  .Container--form {
    margin-bottom: 25px; }

.Container[class*="sizeFull"] {
  padding: 0 !important; }

.Dropdown .js-dropdownOpen {
  position: absolute;
  top: -54px;
  right: 0px;
  width: 66px;
  padding: 15px 20px; }
.Dropdown.is-active {
  margin-bottom: 15px; }
  .Dropdown.is-active .js-dropdownOpen {
    background: #fff; }
.Dropdown select {
  display: none;
  width: 100%;
  padding: 13px 45px 13px 20px;
  font-size: 14px;
  background-image: url("/app/src/img/news_arrow_forward.svg");
  background-position: right 15px center;
  background-repeat: no-repeat;
  background-size: 10px;
  background-color: #fff;
  border: 0;
  border-bottom: 1px solid #d0d0d0;
  border-radius: 0;
  white-space: pre-line;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none; }
.Dropdown.is-active select {
  display: block; }
.Dropdown .subMenu {
  margin-left: 10px; }
.Dropdown .js-buttons {
  margin: 10px 15px 5px;
  text-align: left; }
  .Dropdown--tag_materials_filter .js-dropdownOpen {
    top: -11px; }
  .Dropdown--tag_materials_filter.is-active {
    margin-bottom: 0; }

.js-dropdownRemoveFilter {
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  height: 45px;
  margin: 3px;
  padding: 0 10px;
  padding-right: 35px;
  font-size: 14px;
  background-image: url("/app/src/img/news_cross.svg");
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 13px;
  background-color: #fff;
  border: 1px solid #ccd0d3;
  border-radius: 3px; }
  .js-dropdownRemoveFilter:hover {
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
    background-color: #e6e6e6; }

.Dropdown-button {
  background: #fff; }
  .Dropdown-button .js-buttons {
    margin: 0 12px; }
  .Dropdown-button .js-dropdownRemoveFilter {
    margin: 7px 8px; }
    .Dropdown-button .js-dropdownRemoveFilter:first-child {
      margin-top: 30px; }

.Dropdown-underMenu {
  margin-left: 20px; }

.Infographics-hidden {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  display: none;
  width: 100%;
  height: 100vh;
  overflow: auto;
  background: #fff; }
  .Infographics-hidden h2 {
    padding: 25px; }
  .Infographics-hidden .Infographics-images {
    z-index: 5;
    position: relative;
    display: block;
    height: auto;
    width: auto;
    padding: 71px 0 0;
    margin: auto;
    overflow: auto; }
  .Infographics-hidden .Infographics-preloader {
    width: 64px;
    position: absolute;
    z-index: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .Infographics-hidden .Infographics-title {
    z-index: 10;
    position: fixed;
    width: 100%;
    background: rgba(255, 255, 255, 0.8); }
  .Infographics-hidden .Infographics-cross {
    position: absolute;
    top: 24px;
    right: 20px; }
    .Infographics-hidden .Infographics-cross img {
      width: 20px; }

.Information-sticker {
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  width: 100%;
  opacity: 1; }
  .Information-sticker__link {
    width: 100%;
    padding: 7px 18px 10px; }
  .Information-sticker__text {
    position: relative;
    font-size: 14px;
    line-height: 1.25;
    color: #fff; }
    .Information-sticker__text--arrow:after {
      content: "";
      display: inline-block;
      width: 11px;
      height: 10px;
      margin-left: 8px;
      background-image: url("/app/src/img/arrow-info-sticker.svg");
      background-repeat: no-repeat;
      background-size: cover; }
  .Information-sticker__close {
    line-height: 0;
    padding: 14px 20px 14px 30px; }
  .Information-sticker--orange {
    background-color: #e66508; }
  .Information-sticker--hidden {
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    opacity: 0;
    visibility: hidden; }

.Footer {
  padding: 16px 0 20px;
  background: #f4f3f3; }

.Footer-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  color: #000;
  text-align: center; }

.Footer-social {
  padding: 15px 0 20px;
  margin: auto;
  text-align: center; }

.FooterSocial-box {
  display: inline-block;
  width: 32px;
  margin: 0 10px; }
  .FooterSocial-box:first-child {
    margin-left: 0;
    margin-right: 10px; }
  .FooterSocial-box:last-child {
    margin-left: 10px;
    margin-right: 0; }
  .FooterSocial-box.Social--small {
    width: 25px;
    margin-bottom: 15px; }
  .FooterSocial-box a {
    border-bottom: 0; }
  .FooterSocial-box img {
    background: #fff;
    border-radius: 2px; }

.Footer-links {
  text-align: center; }

.Footer-fullSite, .Footer-gildiya a {
  font-size: 12px;
  border-bottom: 1px solid;
  text-decoration: none; }

.Footer-gildiya {
  display: inline-block;
  margin-left: 11px;
  font-size: 12px;
  color: #8c8c8c; }

/* Футер для странички контакты */
.Footer-social-contacts {
  width: 250px;
  padding: 10px 0 15px; }

.FooterSocial-box-contacts {
  width: 50%;
  display: inline-block;
  margin: 8px 0;
  padding: 7px 0; }
  .FooterSocial-box-contacts a {
    margin: 5px 5px; }
  .FooterSocial-box-contacts svg {
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle; }
  .FooterSocial-box-contacts img {
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle; }
  .FooterSocial-box-contacts span {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 30px;
    color: #1e1e1e;
    background: #fff;
    line-height: 29px;
    border: 1px solid #cdcdcd;
    margin-left: 10px;
    border-radius: 3px;
    vertical-align: middle; }
    .FooterSocial-box-contacts span:before {
      z-index: 1;
      content: "";
      position: absolute;
      top: 10px;
      left: -6px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 4px 6px 4px 0;
      border-color: transparent #fff transparent transparent; }
    .FooterSocial-box-contacts span:after {
      content: "";
      position: absolute;
      top: 9px;
      left: -8px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 5px 7px 5px 0;
      border-color: transparent #cdcdcd transparent transparent; }
  .FooterSocial-box-contacts:nth-child(1) {
    margin-right: 0;
    margin-top: 0; }
  .FooterSocial-box-contacts:nth-child(2) {
    margin-top: 0; }

.FooterSocial-box {
  height: 32px; }
  .FooterSocial-box svg {
    width: 100%;
    height: 100%; }

.Footer-social-link-fb path {
  fill: #39559f; }
  .Footer-social-link-fb path:hover {
    fill: #16378f; }

.Footer-social-link-in path {
  fill: #00639e; }
  .Footer-social-link-in path:hover {
    fill: #004771; }

.Footer-social-link-tw path {
  fill: #4393d0; }
  .Footer-social-link-tw path:hover {
    fill: #0672c4; }

.Footer-social-link-vk path {
  fill: #416995; }
  .Footer-social-link-vk path:hover {
    fill: #1a4f89; }

.Footer-social-link-yt path {
  fill: #e32c25; }
  .Footer-social-link-yt path:hover {
    fill: #c20700; }

/* Стандартная обёртка всех форм
   ========================================================================== */
.Form, .xforms_block {
  position: relative;
  /* form
	   ========================================================================== */ }
  .Form form, .xforms_block form {
    padding: 15px 0 0; }
  .Form input, .Form select, .Form textarea, .xforms_block input, .xforms_block select, .xforms_block textarea {
    outline: none !important; }
  .Form input[type="checkbox"], .Form input[type="radio"], .Form input[type="file"], .xforms_block input[type="checkbox"], .xforms_block input[type="radio"], .xforms_block input[type="file"] {
    display: none; }
    .Form input.is-special, .xforms_block input.is-special {
      display: none !important; }
  .Form textarea, .xforms_block textarea {
    resize: none; }
  .Form button, .xforms_block button {
    max-width: 550px;
    width: 100%; }
  .Form select, .xforms_block select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(/app/src/img/select_arrow.svg) no-repeat 98% center; }
  .Form select::-ms-expand, .xforms_block select::-ms-expand {
    display: none;
    /* скрывает стрелку в IE10 и IE11 */ }
  .Form--no-padding, .xforms_block--no-padding {
    padding: 0; }
    .Form--no-padding form, .xforms_block--no-padding form {
      padding: 0; }
  .Form--product_demo, .xforms_block--product_demo {
    position: unset; }
    .Form--tag_materials_filter .Form-group, .xforms_block--tag_materials_filter .Form-group {
      position: relative; }
      .Form--tag_materials_filter .Form-group:last-child, .xforms_block--tag_materials_filter .Form-group:last-child {
        margin-bottom: 0; }
        .Form--tag_materials_filter .Form-group .select2 .select2-selection--single, .xforms_block--tag_materials_filter .Form-group .select2 .select2-selection--single {
          height: 34px; }
        .Form--tag_materials_filter .Form-group .select2 .select2-selection__arrow, .xforms_block--tag_materials_filter .Form-group .select2 .select2-selection__arrow {
          height: 23px; }
        .Form--tag_materials_filter .Form-group .select2 .select2-selection__rendered, .xforms_block--tag_materials_filter .Form-group .select2 .select2-selection__rendered {
          line-height: 31px; }
      .Form--tag_materials_filter .Form-group .select2-results__options, .xforms_block--tag_materials_filter .Form-group .select2-results__options {
        width: 100%; }
        .Form--tag_materials_filter .Form-group .select2-results__options .select2-results__option[aria-selected=true], .xforms_block--tag_materials_filter .Form-group .select2-results__options .select2-results__option[aria-selected=true] {
          color: #a8a9ab; }
      .Form--tag_materials_filter .Form-group lable, .xforms_block--tag_materials_filter .Form-group lable {
        display: block;
        font-size: 13px;
        color: #808080;
        line-height: 1.25;
        margin-bottom: 6px; }
      .Form--tag_materials_filter .Form-group--news_volume, .xforms_block--tag_materials_filter .Form-group--news_volume {
        margin-bottom: 16px; }
      .Form--tag_materials_filter .Form-group .Form-group-item, .xforms_block--tag_materials_filter .Form-group .Form-group-item {
        display: inline-block;
        vertical-align: top;
        position: relative;
        width: 46%; }
        .Form--tag_materials_filter .Form-group .Form-group-item::after, .xforms_block--tag_materials_filter .Form-group .Form-group-item::after {
          content: "";
          background: url(/app/src/img/icon_datepicker.svg) no-repeat;
          display: inline-block;
          width: 14px;
          height: 14px;
          position: absolute;
          top: 10px;
          right: 15px; }
          .Form--tag_materials_filter .Form-group .Form-group-item--date_to .ui-datepicker, .xforms_block--tag_materials_filter .Form-group .Form-group-item--date_to .ui-datepicker {
            right: 0;
            left: unset !important; }
      .Form--tag_materials_filter .Form-group--date .Form-group-separator, .xforms_block--tag_materials_filter .Form-group--date .Form-group-separator {
        width: 10px;
        height: 2px;
        background: #3b3d45;
        display: inline-block;
        margin: 16px 5px;
        vertical-align: top; }
      .Form--tag_materials_filter .Form-group--date input, .xforms_block--tag_materials_filter .Form-group--date input {
        height: 34px;
        border: 1px solid #A8A9AB;
        box-sizing: border-box;
        border-radius: 2px;
        box-shadow: none;
        max-width: none; }

/* Группа полей
   ========================================================================== */
.Form-group {
  margin-bottom: 13px;
  width: 100%;
  font-size: 15px; }
  .Form-group .radio-svg-mark, .Form-group .checkbox-svg-mark, .Form-group .checkbox-svg-background, .Form-group .radio-svg-background {
    display: none; }
  .Form-group input[type="checkbox"] {
    display: none; }
  .Form-group ul li {
    font-size: 15px; }
  .Form-group + .checkbox, .Form-group + .radio, .Form-group + .file {
    margin: 18px 0; }
  .Form-group.radio, .Form-group.checkbox, .Form-group.file {
    margin-bottom: 20px; }
  .Form-group > input[type=checkbox] + label {
    cursor: pointer; }
    .Form-group.is_required .Form-label::after {
      display: inline-block;
      content: "*";
      color: #8C8C8C;
      margin-left: 0px; }
  .Form-group input:checked ~ * .radio-svg-mark, .Form-group input:checked ~ * .checkbox-svg-mark {
    display: block; }
  .Form-group input:hover ~ * .radio-svg-border, .Form-group input:hover ~ * .checkbox-svg-border {
    fill: #6AA4FB; }
  .Form-group input:checked:disabled ~ * .radio-svg-mark, .Form-group input:checked:disabled ~ * .checkbox-svg-mark, .Form-group input:checked:disabled ~ * .checkbox-svg-border, .Form-group input:checked:disabled ~ * .radio-svg-border {
    fill: #BDBDBD; }
  .Form-group input:disabled ~ * .checkbox-svg-background, .Form-group input:disabled ~ * .radio-svg-background {
    display: block; }
  .Form-group input:checked:disabled ~ * .checkbox-svg-background, .Form-group input:checked:disabled ~ * .radio-svg-background {
    display: none; }
  .Form-group .file-delete {
    margin-left: 10px;
    cursor: pointer; }
    .Form-group .error input, .Form-group .error textarea {
      border: 1px solid #DC4444; }
  .Form-group .Form-checkbox-list li {
    margin-bottom: 15px; }
  .Form-group .Form-radio-list li {
    margin-bottom: 10px; }
    .Form-group .Form-radio-list li label, .Form-group .Form-checkbox-list li label {
      cursor: pointer;
      font-size: 15px; }
    .Form-group .Form-radio-list li:last-child, .checkbox .Form-group .Form-radio-list li:last-child, .Form-group .Form-checkbox-list li:last-child, .checkbox .Form-group .Form-checkbox-list li:last-child {
      margin-bottom: 0; }
  .Form-group .Form-radio-label {
    display: inline-block;
    margin-bottom: 4px; }
  .Form-group .Form-radio-underlabel {
    display: block;
    font-family: Arial;
    font-size: 15px;
    line-height: 17px;
    color: #8c8c8c;
    margin-left: 28px; }
  .Form-group.file .Form-label {
    margin-bottom: 10px; }
  .Form-group.Form-group--margin-bottom {
    margin-bottom: 30px; }
  .Form-group.Form-group--hidden {
    display: none; }

/* label
   ========================================================================== */
.Form-label {
  display: block;
  font-family: Arial;
  line-height: normal;
  color: #8C8C8C;
  margin-bottom: 6px; }
  .Form-label--indented {
    margin-bottom: 13px; }

/* input
   ========================================================================== */
.Form-input {
  width: 100%;
  max-width: 550px;
  padding: 0 13px;
  border: 1px solid #d3d8dc;
  border-radius: 3px;
  box-shadow: inset 0 1px 0 0 #d8d7d7;
  border: 1px solid #C8C8C8;
  box-sizing: border-box;
  height: 40px; }
  .Form-input.has-error {
    border-color: #DC4444; }
  .Form-input--search {
    width: 100%;
    max-width: 100%;
    height: 40px;
    margin-right: -3px;
    margin-bottom: 20px;
    border-radius: 3px 0 0 3px !important;
    -webkit-appearance: none !important; }

/* textarea
   ========================================================================== */
.Form-textarea {
  width: 100%;
  max-width: 550px;
  height: 100px;
  padding: 7px 15px;
  border-radius: 3px;
  box-shadow: inset 0 1px 0 0 #d8d7d7;
  border: 1px solid #C8C8C8;
  box-sizing: border-box; }
  .Form-textarea.has-error {
    border-color: #DC4444; }

/* select
   ========================================================================== */
.Form-select {
  width: 100%;
  max-width: 550px;
  padding: 0 11px;
  border-radius: 3px;
  box-shadow: inset 0 1px 0 0 #d8d7d7;
  border: 1px solid #C8C8C8;
  box-sizing: border-box;
  height: 40px; }
  .Form-select option {
    padding: 0 14px; }
  .Form-select.has-error {
    border-color: #DC4444; }
    .Form-select.has-error + .select2 .select2-selection {
      border-color: #DC4444; }

/* radio,
/* checkbox
   ========================================================================== */
.Form-variant {
  display: block;
  max-width: 550px;
  vertical-align: middle;
  margin-bottom: 3px; }
  .Form-variant input[type=radio], .Form-variant input[type=checkbox] {
    vertical-align: middle; }
  .Form-variant span {
    display: inline-block;
    font-size: 14px;
    vertical-align: middle;
    margin-left: 5px; }
  .Form-variant:last-child {
    margin-bottom: 0; }

/* Поле для вывода сообщений
   ========================================================================== */
.Form-alert {
  font-size: 15px;
  color: #DC4444;
  max-width: 550px;
  line-height: normal; }
  .Form-alert--error {
    color: #fe4242; }
  .Form-alert--success {
    color: #009a36; }
  .Form-alert.Form-alert--popup {
    display: none;
    padding: 10px 16px;
    background: #1E1E1E;
    border-radius: 5px;
    align-self: center;
    font-size: 16px;
    line-height: 18px;
    position: absolute;
    bottom: 52px;
    margin: 0;
    max-width: 313px; }
    .Form-alert.Form-alert--popup.Form-alert--error {
      color: #FFFFFF;
      display: block; }
    .Form-alert.Form-alert--popup:before {
      content: "";
      display: block;
      position: absolute;
      width: 10px;
      height: 10px;
      background: #1E1E1E;
      bottom: -5px;
      margin: auto;
      left: 0px;
      right: 0;
      transform: rotate(45deg); }

.Form-upload_button {
  cursor: pointer; }
  .Form-upload_button .text {
    color: #2F7ABA;
    margin-left: 10px;
    font-size: 15px; }
  .Form-upload_button:hover > .text {
    color: #3fc1fe; }
  .Form-upload_button:hover > .icon .file-svg path {
    fill: #3fc1fe; }

.Form-upload_files li {
  margin-top: 15px; }

.radio-svg, .checkbox-svg {
  vertical-align: middle;
  margin-right: 10px;
  float: left; }

.privacy-policy-approved-text, .non_advertisement_info_approved-text, .advertisement_info_approved-text {
  padding-left: 28px;
  display: block;
  margin-top: -3px;
  font-size: 15px;
  color: #000000; }
  .privacy-policy-approved-text a, .non_advertisement_info_approved-text a, .advertisement_info_approved-text a {
    font-size: 15px; }

.Header {
  position: relative;
  z-index: 10;
  width: 100%;
  background-image: linear-gradient(#2a89b5, #155e8b); }

.Header-content {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: end;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  position: relative;
  height: 70px; }

/* Логотип
    ========================================================================== */
.Header-logo {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 156px;
  height: 40px;
  background-image: url("/app/src/img/autostat_logo.png");
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 0; }

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  .Header-logo {
    background-image: url("/app/src/img/autostat_logo_2x.png"); } }

/* Языковая кнопка
    ========================================================================== */
.HeaderLanguages {
  -webkit-transition: background-image 0.3s ease-in-out;
  -moz-transition: background-image 0.3s ease-in-out;
  transition: background-image 0.3s ease-in-out;
  height: 100%;
  width: 60px;
  text-align: center;
  line-height: 70px;
  background-image: linear-gradient(#2a89b5, #155e8b); }
  .HeaderLanguages:focus {
    -webkit-transition: background-image 0.3s ease-in-out;
    -moz-transition: background-image 0.3s ease-in-out;
    transition: background-image 0.3s ease-in-out;
    background-image: linear-gradient(#1b6c99, #01426a); }

.HeaderLanguages-item {
  display: inline-block; }
  .HeaderLanguages-item.is-active {
    display: none; }
  .HeaderLanguages-item a {
    display: inline-block;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none; }

/**
 * Генерация png-иконки
 *
 * @param {string} $name
 * @param {string} $position
 * @param {string} $position_hover
 */
/**
 * Генерация svg-иконки
 *
 * @param {string} $name
 * @param {string} $name_hover
 */
/**
 * @define Icon
 */
.Icon {
  display: inline-block;
  font-size: 0;
  line-height: 0;
  background-repeat: no-repeat;
  background-position: left top;
  vertical-align: baseline; }

/**
 * Модификатор: иконки стран
 */
.Icon--country {
  width: 22px;
  height: 18px; }

.Icon--country.Icon--ru {
  background: url("/app/src/img/icons-flags.png") no-repeat left top; }
  .Icon--country.Icon--ru:hover {
    background-position: left top; }
  .Icon--country.Icon--ru.is-disabled {
    background-position: left top !important; }

.Icon--country.Icon--in {
  background: url("/app/src/img/icons-flags.png") no-repeat -24px top; }
  .Icon--country.Icon--in:hover {
    background-position: -24px top; }
  .Icon--country.Icon--in.is-disabled {
    background-position: -24px top !important; }

.Icon--country.Icon--vn {
  background: url("/app/src/img/icons-flags.png") no-repeat -48px top; }
  .Icon--country.Icon--vn:hover {
    background-position: -48px top; }
  .Icon--country.Icon--vn.is-disabled {
    background-position: -48px top !important; }

.Icon--country.Icon--my {
  background: url("/app/src/img/icons-flags.png") no-repeat -72px top; }
  .Icon--country.Icon--my:hover {
    background-position: -72px top; }
  .Icon--country.Icon--my.is-disabled {
    background-position: -72px top !important; }

.Icon--country.Icon--id {
  background: url("/app/src/img/icons-flags.png") no-repeat -96px top; }
  .Icon--country.Icon--id:hover {
    background-position: -96px top; }
  .Icon--country.Icon--id.is-disabled {
    background-position: -96px top !important; }

/**
 * Модификатор: цветные иконки социальных сетей (для блока "Поделиться")
 */
.Icon--share {
  width: 25px;
  height: 25px;
  margin-right: 15px;
  /* SVG-иконки соц. сетей */
  /* PNG-иконки соц. сетей (образец) */ }
  .Icon--share.Icon--vk {
    background: url("/app/src/img/icon_socials_vk.svg") no-repeat left top; }
  .Icon--share.Icon--fb {
    background: url("/app/src/img/icon_socials_fb.svg") no-repeat left top; }
  .Icon--share.Icon--ok {
    background: url("/app/src/img/icon_socials_ok.svg") no-repeat left top; }
  .Icon--share.Icon--gp {
    background: url("/app/src/img/icon_socials_gp.svg") no-repeat left top; }
  .Icon--share.Icon--tg {
    background: url("/app/src/img/icon_socials_tg.svg") no-repeat left top; }

.Main {
  position: relative;
  min-height: 320px; }
  .Main.is-active {
    background: #f0f0f0; }

/* Меню
   ========================================================================== */
.Nav {
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: -moz-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 260px;
  height: 100vh;
  overflow-y: auto;
  content: "viewport-units-buggyfill; height: 100vh;";
  background-color: #223c5c;
  -webkit-overflow-scrolling: touch; }
  .Nav .Nav-list {
    margin-bottom: 15px; }

/* Элемент меню
   ========================================================================== */
.Nav-item {
  position: relative;
  background-color: #223c5c;
  /**
	 * Модификатор: активный элемент меню
	 */
  /**
	 * Модификатор: элемент меню с выпадающим списком
	 */
  /**
	 * Модификатор: вложенный элемент меню
	 */ }
  .Nav-item.has-childs {
    border-bottom: solid 1px #142434; }
    .Nav-item.has-childs .Nav-item {
      margin-left: -5px;
      border-bottom: solid 1px #142434; }
      .Nav-item.has-childs .Nav-item:last-child {
        border-bottom: none; }
  .Nav-item.Nav-item-separator {
    height: 12px; }
  .Nav-item.Nav-item--dropdown {
    cursor: pointer; }
    .Nav-item.Nav-item--dropdown ul {
      display: none; }
    .Nav-item.Nav-item--dropdown:after {
      content: "";
      background: url(/app/src/img/news_arrow_forward.svg) no-repeat;
      display: block;
      width: 9px;
      height: 11px;
      position: absolute;
      z-index: 10;
      right: 21px;
      top: 16px;
      background-size: contain;
      transform: rotate(90deg);
      cursor: pointer; }
      .Nav-item.Nav-item--dropdown.is-active ul {
        display: block; }
      .Nav-item.Nav-item--dropdown.is-active:after {
        transform: rotate(270deg);
        top: 11px; }
  .Nav-item .Nav-Basket-products-count {
    display: none;
    margin-left: 12px;
    font-size: 16px;
    padding: 2px 8px;
    background: red; }
    .Nav-item .Nav-Basket-products-count.is-active {
      display: inline-block; }
  .Nav-item.Nav-icon > a {
    padding: 12px 0 11px 51px; }
  .Nav-item.Nav-icon > a:before {
    content: "";
    display: block;
    position: absolute;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    left: 17px;
    top: 0;
    bottom: 0;
    margin: auto;
    margin-right: 10px; }
    .Nav-item.Nav-icon.Nav-icon-subscription > a:before {
      background: url(/app/src/img/icon_subscription.svg) no-repeat;
      background-size: contain;
      text-align: center;
      width: 21px;
      top: 11px; }
  .Nav-item.Nav-icon.Nav-icon-favorites > a:before {
    background: url(/app/src/img/icon_favorites.svg) no-repeat;
    background-size: contain;
    text-align: center;
    width: 18px;
    top: 8px; }
.Nav-item.Nav-icon.Nav-icon-historyBuy > a:before {
  background: url(/app/src/img/icon_historyBuy.svg) no-repeat;
  top: 13px; }
.Nav-item.Nav-icon.Nav-icon-menuSettings > a:before {
  background: url(/app/src/img/icon_menuSettings.svg) no-repeat;
  background-size: contain;
  text-align: center;
  width: 21px;
  top: 3px; }
.Nav-item.Nav-icon.Nav-icon-logout > a:before {
  background: url(/app/src/img/icon_logout.svg) no-repeat;
  text-align: center;
  left: 20px;
  top: 18px; }
.Nav-item.Nav-icon.Nav-icon-tel > a {
  font-size: 18px; }
.Nav-item.Nav-icon.Nav-icon-tel > a:before {
  background: url(/app/src/img/icon_tel.svg) no-repeat;
  background-size: contain;
  height: 21px;
  margin-right: 0px;
  margin-left: 4px; }
.Nav-item.Nav-icon.Nav-icon-callback > a:before {
  background: url(/app/src/img/icon_callback.svg) no-repeat;
  background-size: contain;
  height: 21px;
  margin-right: 0px;
  margin-left: 4px; }
.Nav-item.Nav-icon.Nav-icon-basket > a:before {
  background: url(/app/src/img/icon_basket.svg) no-repeat;
  background-size: contain;
  height: 21px; }
.Nav-item.Nav-icon.Nav-icon-mail > a:before {
  background: url(/app/src/img/icon_subscription.svg) no-repeat;
  background-size: contain;
  width: 21px;
  top: 14px; }
.Nav-item.Nav-icon.Nav-icon-cena_auto > a:before {
  background: url(/app/src/img/icon_cena_auto.svg) no-repeat;
  background-size: contain; }
.Nav-item:hover {
  background-color: #004d7c; }
.Nav-item > a {
  display: inline-block;
  width: 100%;
  padding: 12px 0 11px 19px;
  font-size: 16px;
  font-family: Trebuchet MS;
  color: #e9eff2;
  text-decoration: none; }
.Nav-item.is-active {
  background-color: #2276c2; }
.Nav-item--dropdown {
  background-color: #1b3047 !important;
  border-top: 0; }
  .Nav-item--dropdown > a {
    padding: 9px 15px 13px 19px;
    color: white; }
.Nav-item--nested a {
  padding-left: 30px; }

.Nav-Social {
  height: 100px;
  padding-left: 10px; }
  .Nav-Social .Nav-Social-icon > a:before {
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px; }
  .Nav-Social .Nav-Social-icon.Social-icon-fb > a:before {
    background: url(/app/src/img/icon_social_header_fb.svg) no-repeat;
    background-size: contain; }
  .Nav-Social .Nav-Social-icon.Social-icon-tw > a:before {
    background: url(/app/src/img/icon_social_header_tw.svg) no-repeat;
    background-size: contain; }
  .Nav-Social .Nav-Social-icon.Social-icon-in > a:before {
    background: url(/app/src/img/icon_social_header_in.svg) no-repeat;
    background-size: contain; }
  .Nav-Social .Nav-Social-icon.Social-icon-vk > a:before {
    background: url(/app/src/img/icon_social_header_vk.svg) no-repeat;
    background-size: contain; }
  .Nav-Social .Nav-Social-icon.Social-icon-yt > a:before {
    background: url(/app/src/img/icon_social_header_yt.svg) no-repeat;
    background-size: contain; }
.Nav-Social .Nav-Social-list > li {
  display: inline-block;
  margin-left: 8px; }

.NavPersonal {
  display: block;
  /*padding-top: 13px;
	height: 70px;*/
  /*background: rgb(20, 36, 52)*/ }
  .NavPersonal img {
    display: inline-block;
    margin-left: 15px;
    width: 44px;
    border-radius: 50%;
    vertical-align: middle; }
  .NavPersonal span {
    display: inline-block;
    margin-left: 20px;
    font-size: 15px;
    font-family: Trebuchet MS;
    line-height: 18px;
    color: #c2cacc;
    text-decoration: none;
    vertical-align: middle; }
  .NavPersonal .NavPersonal--link-text {
    width: 125px; }

#header-block_autorized {
  display: block; }

.header-block_autorized {
  display: flex; }

.header-block-wrapper {
  padding-top: 13px;
  padding-bottom: 13px;
  background-color: #1b3047; }

#header-block_autorized .Nav-item.Nav-item-separator {
  height: 7px; }

#header-block_autorized .Nav-item.Nav-icon > a {
  padding: 13px 0 12px 51px; }

#header-block_autorized.Nav-item.Nav-item--dropdown:after {
  right: 26px;
  top: 16px; }

#header-block_autorized .Nav-item {
  background-color: initial; }

#header-block_autorized .Nav-item.Nav-icon:last-child > a {
  padding: 13px 0 3px 51px; }

#header-block_autorized ul {
  margin-bottom: initial; }

.Nav-item.Nav-icon > a {
  padding: 14px 0 13px 51px; }

/* Кнопка "Бургер" меню
   ========================================================================== */
.NavButton {
  -webkit-transition: background-image 0.3s ease-in-out;
  -moz-transition: background-image 0.3s ease-in-out;
  transition: background-image 0.3s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 60px;
  height: 70px;
  text-decoration: none;
  vertical-align: top;
  cursor: pointer;
  border: none;
  background-image: linear-gradient(#2a89b5, #155e8b); }
  .NavButton:focus {
    -webkit-transition: background-image 0.3s ease-in-out;
    -moz-transition: background-image 0.3s ease-in-out;
    transition: background-image 0.3s ease-in-out;
    background-image: linear-gradient(#1b6c99, #01426a); }
  .NavButton span, .NavButton span::before, .NavButton span::after {
    position: absolute;
    left: 0;
    width: 24px;
    height: 3px;
    background-color: #ffffff;
    border-radius: 1.5px; }
  .NavButton span {
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%; }
    .NavButton span::before, .NavButton span::after {
      content: ""; }
    .NavButton span::before {
      -webkit-transform-origin: top right;
      -moz-transform-origin: top right;
      -ms-transform-origin: top right;
      -o-transform-origin: top right;
      transform-origin: top right;
      -webkit-transition: -webkit-transform 0.3s, width 0.3s, top 0.3s;
      -moz-transition: -moz-transform 0.3s, width 0.3s, top 0.3s;
      transition: transform 0.3s, width 0.3s, top 0.3s;
      top: -7px; }
    .NavButton span::after {
      -webkit-transform-origin: bottom right;
      -moz-transform-origin: bottom right;
      -ms-transform-origin: bottom right;
      -o-transform-origin: bottom right;
      transform-origin: bottom right;
      -webkit-transition: -webkit-transform 0.3s, width 0.3s, top 0.3s;
      -moz-transition: -moz-transform 0.3s, width 0.3s, top 0.3s;
      transition: transform 0.3s, width 0.3s, top 0.3s;
      bottom: -7px; }

.NavButton.is-active {
  -webkit-transform: translate3d(260px, 0, 0);
  -moz-transform: translate3d(260px, 0, 0);
  -ms-transform: translate3d(260px, 0, 0);
  -o-transform: translate3d(260px, 0, 0);
  transform: translate3d(260px, 0, 0); }
  .NavButton.is-active span {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  .NavButton.is-active span::before, .NavButton.is-active span::after {
    width: 50%; }
  .NavButton.is-active span::before {
    -webkit-transform: translate3d(10px, 1px, 0) rotate(-45deg);
    -moz-transform: translate3d(10px, 1px, 0) rotate(-45deg);
    -ms-transform: translate3d(10px, 1px, 0) rotate(-45deg);
    -o-transform: translate3d(10px, 1px, 0) rotate(-45deg);
    transform: translate3d(10px, 1px, 0) rotate(-45deg);
    top: 0; }
  .NavButton.is-active span::after {
    -webkit-transform: translate3d(10px, -1px, 0) rotate(45deg);
    -moz-transform: translate3d(10px, -1px, 0) rotate(45deg);
    -ms-transform: translate3d(10px, -1px, 0) rotate(45deg);
    -o-transform: translate3d(10px, -1px, 0) rotate(45deg);
    transform: translate3d(10px, -1px, 0) rotate(45deg);
    bottom: 0; }

.News-loading {
  display: none;
  padding: 20px 0;
  text-align: center; }

.New-container--top-indent {
  padding-top: 22px; }
  .New-container--top-indent:first-child {
    padding-top: 0;
    padding-bottom: 16px; }
.New-container--border-top {
  border-bottom: 1px solid #e1e1e1; }

.Reports {
  padding: 30px 0 20px; }
  .Reports.Reports--padding {
    padding: 10px 0 10px; }
  .Reports:nth-child(n) {
    background: #fff; }
  .Reports:nth-child(2n) {
    background: #f4f3f3; }
    .Reports.Reports--color:nth-child(n) {
      background: #f4f3f3; }
    .Reports.Reports--color:nth-child(2n) {
      background: #fff; }
  .Reports a {
    border-bottom: 0; }
  .Reports h2 {
    margin-bottom: 18px; }
  .Reports .Block-date {
    margin-bottom: 13px; }
  .Reports .bx-controls {
    margin-left: 25%;
    margin-top: 5px;
    padding-left: 15px; }
  .Reports .bx-pager-item {
    display: inline-block; }
    .Reports .bx-pager-item a:first-child {
      margin-left: 0; }
  .Reports .bx-pager-link {
    display: inline-block;
    height: 8px;
    width: 8px;
    margin: 3px;
    font-size: 0;
    vertical-align: top;
    background: #b2b6b7;
    border-radius: 50%; }
    .Reports .bx-pager-link.active {
      background: #2f7aba; }

.Reports-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px; }

.Report-wrapper {
  padding-top: 10px; }

.Report-photo {
  display: inline-block;
  max-width: 130px;
  vertical-align: top; }
  .Report-photo img {
    width: 100%;
    margin-top: 2px; }

.Report-text {
  display: inline-block;
  padding-left: 15px; }

.Report-text-title {
  margin-top: 0;
  margin-bottom: 13px;
  font-size: 13px;
  font-weight: bold; }

.Report-text-price {
  margin-top: 0;
  margin-bottom: 13px;
  font-size: 14px; }
  .Report-text-price.Report-text-price--bottom {
    margin-bottom: 0; }

.Report-text-linkBasket, .Report-text-linkReport {
  font-size: 12px;
  border-bottom: 1px solid; }

.Report-linkAllReviews {
  padding-left: 15px;
  margin: 5px 0 13px; }

.Report-text-linkAllReviews {
  font-size: 12px;
  border-bottom: 1px solid; }

.Container .Share--small {
  margin-bottom: 25px; }
  .Container .Share--small .Share-item-counter {
    line-height: 24px; }
.Container .Share--default {
  margin-bottom: 30px; }
  .Container .Share--default .Share-item-counter {
    font-size: 12px;
    line-height: 32px; }
    .Container .Share--default .Share-item-counter--hidden {
      display: none; }
.Container .ya-share2__icon {
  display: inline-block;
  width: 25px;
  height: 25px;
  border-radius: 4px;
  font-size: 0;
  line-height: 0;
  vertical-align: middle; }
  .Container .ya-share2[data-counter] .ya-share2__counter {
    position: relative;
    display: inline-block;
    padding: 0 5px 0 7px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    vertical-align: middle; }
    .Container .ya-share2[data-counter] .ya-share2__counter:before {
      content: "";
      position: absolute;
      top: 0;
      left: 3px;
      width: 1px;
      height: 100%;
      background: rgba(255, 255, 255, 0.3);
      margin: 0; }
.Container .ya-share2__item {
  display: inline-block;
  margin-right: 15px; }
  .Container .ya-share2__item:hover {
    opacity: 0.9; }
  .Container .ya-share2__item .ya-share2__badge {
    border-radius: 4px;
    display: block; }
  .Container .ya-share2__item .ya-share2__title {
    display: none; }
    .Container .ya-share2__item.ya-share2__item_copy .ya-share2__badge {
      padding: 8px 0px; }
    .Container .ya-share2__item.ya-share2__item_copy .ya-share2__icon {
      background: url(/app/src/img/socials/copy_link.svg) no-repeat;
      width: 24px;
      height: 17px; }
  .Container .ya-share2__item .ya-share2__icon_more {
    display: none; }
    .Container .ya-share2__item_service_vkontakte .ya-share2__badge {
      background: #48729e; }
    .Container .ya-share2__item_service_vkontakte .ya-share2__icon {
      background: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.785 16.241s.288-.032.436-.194c.136-.148.132-.427.132-.427s-.02-1.304.576-1.496c.588-.19 1.341 1.26 2.14 1.818.605.422 1.064.33 1.064.33l2.137-.03s1.117-.071.587-.964c-.043-.073-.308-.661-1.588-1.87-1.34-1.264-1.16-1.059.453-3.246.983-1.332 1.376-2.145 1.253-2.493-.117-.332-.84-.244-.84-.244l-2.406.015s-.178-.025-.31.056c-.13.079-.212.262-.212.262s-.382 1.03-.89 1.907c-1.07 1.85-1.499 1.948-1.674 1.832-.407-.267-.305-1.075-.305-1.648 0-1.793.267-2.54-.521-2.733-.262-.065-.454-.107-1.123-.114-.858-.009-1.585.003-1.996.208-.274.136-.485.44-.356.457.159.022.519.099.71.363.246.341.237 1.107.237 1.107s.142 2.11-.33 2.371c-.325.18-.77-.187-1.725-1.865-.489-.859-.859-1.81-.859-1.81s-.07-.176-.198-.272c-.154-.115-.37-.151-.37-.151l-2.286.015s-.343.01-.469.161C3.94 7.721 4.043 8 4.043 8s1.79 4.258 3.817 6.403c1.858 1.967 3.968 1.838 3.968 1.838h.957z' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E"); }
  .Container .ya-share2__item_service_facebook .ya-share2__badge {
    background: #3b5998; }
  .Container .ya-share2__item_service_facebook .ya-share2__icon {
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.423 20v-7.298h2.464l.369-2.845h-2.832V8.042c0-.824.23-1.385 1.417-1.385h1.515V4.111A20.255 20.255 0 0 0 14.148 4c-2.183 0-3.678 1.326-3.678 3.76v2.097H8v2.845h2.47V20h2.953z' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E"); }
.Container .ya-share2__item_service_odnoklassniki .ya-share2__badge {
  background: #eb722e; }
.Container .ya-share2__item_service_odnoklassniki .ya-share2__icon {
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23FFF' fill-rule='evenodd'%3E%3Cpath d='M11.674 6.536a1.69 1.69 0 0 0-1.688 1.688c0 .93.757 1.687 1.688 1.687a1.69 1.69 0 0 0 1.688-1.687 1.69 1.69 0 0 0-1.688-1.688zm0 5.763a4.08 4.08 0 0 1-4.076-4.075 4.08 4.08 0 0 1 4.076-4.077 4.08 4.08 0 0 1 4.077 4.077 4.08 4.08 0 0 1-4.077 4.075zM10.025 15.624a7.633 7.633 0 0 1-2.367-.98 1.194 1.194 0 0 1 1.272-2.022 5.175 5.175 0 0 0 5.489 0 1.194 1.194 0 1 1 1.272 2.022 7.647 7.647 0 0 1-2.367.98l2.279 2.28a1.194 1.194 0 0 1-1.69 1.688l-2.238-2.24-2.24 2.24a1.193 1.193 0 1 1-1.689-1.689l2.279-2.279'/%3E%3C/g%3E%3C/svg%3E"); }
.Container .ya-share2__item_service_twitter .ya-share2__badge {
  background: #00aced; }
.Container .ya-share2__item_service_twitter .ya-share2__icon {
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 7.539a6.56 6.56 0 0 1-1.885.517 3.294 3.294 0 0 0 1.443-1.816 6.575 6.575 0 0 1-2.085.796 3.283 3.283 0 0 0-5.593 2.994A9.32 9.32 0 0 1 5.114 6.6a3.28 3.28 0 0 0 1.016 4.382 3.274 3.274 0 0 1-1.487-.41v.041a3.285 3.285 0 0 0 2.633 3.218 3.305 3.305 0 0 1-1.482.056 3.286 3.286 0 0 0 3.066 2.28A6.585 6.585 0 0 1 4 17.524 9.291 9.291 0 0 0 9.032 19c6.038 0 9.34-5 9.34-9.337 0-.143-.004-.285-.01-.425A6.672 6.672 0 0 0 20 7.538z' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E"); }
.Container .ya-share2__item_service_moimir .ya-share2__badge {
  background: #168de2; }
.Container .ya-share2__item_service_moimir .ya-share2__icon {
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.889 9.667a1.333 1.333 0 1 0 0-2.667 1.333 1.333 0 0 0 0 2.667zm6.222 0a1.333 1.333 0 1 0 0-2.667 1.333 1.333 0 0 0 0 2.667zm4.77 6.108l-1.802-3.028a.879.879 0 0 0-1.188-.307.843.843 0 0 0-.313 1.166l.214.36a6.71 6.71 0 0 1-4.795 1.996 6.711 6.711 0 0 1-4.792-1.992l.217-.364a.844.844 0 0 0-.313-1.166.878.878 0 0 0-1.189.307l-1.8 3.028a.844.844 0 0 0 .312 1.166.88.88 0 0 0 1.189-.307l.683-1.147a8.466 8.466 0 0 0 5.694 2.18 8.463 8.463 0 0 0 5.698-2.184l.685 1.151a.873.873 0 0 0 1.189.307.844.844 0 0 0 .312-1.166z' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E"); }
.Container .ya-share2__item_service_telegram .ya-share2__badge {
  background: #64a9dc; }
.Container .ya-share2__item_service_telegram .ya-share2__icon {
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.92 6.089L4.747 11.555c-.967.388-.962.928-.176 1.168l3.534 1.104 1.353 4.146c.164.454.083.634.56.634.368 0 .53-.168.736-.368.13-.127.903-.88 1.767-1.719l3.677 2.717c.676.373 1.165.18 1.333-.628l2.414-11.374c.247-.99-.378-1.44-1.025-1.146zM8.66 13.573l7.967-5.026c.398-.242.763-.112.463.154l-6.822 6.155-.265 2.833-1.343-4.116z' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E"); }
.Container .ya-share2__item_service_viber .ya-share2__badge {
  background: #7b519d; }
.Container .ya-share2__item_service_viber .ya-share2__icon {
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23FFF' fill-rule='evenodd'%3E%3Cpath d='M18.434 15.574c-.484-.391-1.002-.743-1.511-1.102-1.016-.718-1.945-.773-2.703.38-.426.648-1.021.677-1.644.392-1.718-.782-3.044-1.989-3.821-3.743-.344-.777-.34-1.473.465-2.022.425-.29.854-.634.82-1.268-.045-.828-2.043-3.593-2.832-3.885a1.429 1.429 0 00-.984 0C4.373 4.95 3.606 6.48 4.34 8.292c2.19 5.405 6.043 9.167 11.349 11.463.302.13.638.183.808.23 1.208.012 2.623-1.158 3.032-2.318.393-1.117-.438-1.56-1.096-2.093zM12.485 4.88c3.879.6 5.668 2.454 6.162 6.38.045.363-.09.909.426.919.538.01.408-.528.413-.89.045-3.699-3.163-7.127-6.888-7.253-.281.04-.863-.195-.9.438-.024.427.466.357.787.406z'/%3E%3Cpath d='M13.244 5.957c-.373-.045-.865-.222-.953.299-.09.546.458.49.811.57 2.395.538 3.23 1.414 3.624 3.802.057.349-.057.89.532.8.436-.066.278-.53.315-.802.02-2.293-1.936-4.38-4.329-4.669z'/%3E%3Cpath d='M13.464 7.832c-.249.006-.493.033-.585.3-.137.4.152.496.446.544.983.158 1.5.74 1.598 1.725.027.268.195.484.452.454.356-.043.389-.361.378-.664.017-1.106-1.227-2.385-2.289-2.359z'/%3E%3C/g%3E%3C/svg%3E"); }
.Container .ya-share2__item_service_whatsapp .ya-share2__badge {
  background: #65bc54; }
.Container .ya-share2__item_service_whatsapp .ya-share2__icon {
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 11.794c0 4.304-3.517 7.794-7.855 7.794a7.87 7.87 0 01-3.796-.97L4 20l1.418-4.182a7.714 7.714 0 01-1.127-4.024C4.29 7.489 7.807 4 12.145 4S20 7.49 20 11.794zm-7.855-6.553c-3.641 0-6.603 2.94-6.603 6.553A6.48 6.48 0 006.8 15.636l-.825 2.433 2.537-.806a6.6 6.6 0 003.633 1.084c3.642 0 6.604-2.94 6.604-6.553s-2.962-6.553-6.604-6.553zm3.967 8.348c-.049-.08-.177-.128-.37-.223-.192-.095-1.139-.558-1.315-.621-.177-.064-.305-.096-.434.095a10.92 10.92 0 01-.61.749c-.112.128-.224.143-.416.048-.193-.096-.813-.297-1.549-.948a5.76 5.76 0 01-1.07-1.323c-.113-.191-.013-.295.084-.39.086-.086.192-.223.289-.334.096-.112.128-.191.192-.319s.032-.239-.016-.335c-.048-.095-.433-1.035-.594-1.418-.16-.382-.32-.318-.433-.318-.112 0-.24-.016-.369-.016a.71.71 0 00-.513.239c-.177.19-.674.653-.674 1.593s.69 1.848.786 1.976c.096.127 1.332 2.119 3.289 2.884 1.958.764 1.958.51 2.31.477.353-.031 1.14-.461 1.3-.908.16-.446.16-.829.113-.908z' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E"); }
.Container .ya-share2__item_service_messenger .ya-share2__badge {
  background: #03CECE; }
.Container .ya-share2__item_service_messenger .ya-share2__icon {
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.643 11.415L7.723 4.636a.703.703 0 00-1.048.62v1.826s3.961 1.542 4.284 1.662a.457.457 0 01.343.54c-.058.144-.18.128-.533.042-.352-.085-5.505-1.368-5.505-1.368a.62.62 0 00-.715.847l1.077 2.563s6.949.29 7.199.305c.247.015.393.134.397.327-.004.194-.15.312-.397.327-.25.014-7.199.305-7.199.305L4.55 15.196a.62.62 0 00.715.846s5.153-1.283 5.505-1.368c.353-.086.475-.102.533.042a.457.457 0 01-.343.54c-.323.12-4.284 1.663-4.284 1.663v1.825a.703.703 0 001.048.62l11.92-6.78a.658.658 0 000-1.169z' fill='%23FFF'/%3E%3C/svg%3E"); }

/* yandex_zen_channel_link_block */
.ya_zen_channel_link_block-revative {
  position: relative; }

.ya_zen_channel_link_block {
  margin: auto;
  position: relative;
  max-width: 768px;
  display: block;
  top: 0px; }
  .ya_zen_channel_link_block a {
    display: block;
    font-size: 0px; }

.ya_zen_channel_link_block-image {
  float: left; }

.ya_zen_channel_link_block-text {
  font-family: Trebuchet MS, Arial, Tahoma;
  font-size: 19px;
  padding-left: 10px;
  margin-left: 45px; }

.ya_zen_channel_link_block-link img {
  width: 100%; }

.ya_zen_channel_link_block-text .ya_zen_channel_link_block-link, .ya_zen_channel_link_block-text .ya_zen_channel_link_block-link:visited {
  color: #2f7aba; }

.social-block {
  overflow: hidden;
  margin-bottom: 17px; }
  .social-block .social-icon {
    position: relative;
    display: block;
    float: left;
    width: 28px;
    height: 28px;
    background: transparent no-repeat 0 0;
    margin-right: 8px; }
    .social-block .social-icon:last-child {
      margin-right: 0; }
    .social-block .social-icon:hover rect {
      fill: #3fc1fe; }

.Table-hidden {
  z-index: 10;
  width: 100%;
  display: none;
  left: 0;
  top: 0;
  position: fixed;
  height: 100% !important;
  background: #fff;
  overflow-y: auto; }
  .Table-hidden table {
    margin: 70px 25px 30px; }

.Table-title {
  z-index: 10;
  position: fixed;
  width: 100%;
  background: rgba(255, 255, 255, 0.8); }
  .Table-title h2 {
    padding: 25px; }

.Table-body {
  padding-top: 71px; }
  .Table-body table td {
    padding: 5px 10px 6px;
    font-size: 15px;
    border: 1px solid #c8c8c8; }
  .Table-body table thead td {
    background-color: #f4f3f3; }

.Table-cross {
  position: absolute;
  top: 24px;
  right: 20px; }
  .Table-cross svg {
    width: 20px; }

.mobile_table {
  display: inline-block;
  position: relative;
  margin-left: 30px;
  margin-top: 5px; }
  .mobile_table:before {
    content: "";
    position: absolute;
    left: -30px;
    top: -3px;
    width: 20px;
    height: 20px;
    background-image: url("/app/src/img/icon_table.svg"); }

.mobile_table-title:before {
  content: "Посмотреть таблицу"; }

.mobile_table-button span {
  display: inline-block;
  position: relative;
  left: 0;
  top: 0;
  width: auto;
  height: auto;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  vertical-align: top;
  color: #fff;
  padding: 13px 16px 14px;
  margin: 15px 0;
  cursor: pointer;
  background-image: linear-gradient(#0063b7, #00519b);
  box-shadow: inset 0 -1px 0 0 #002c55;
  border: 1px solid #003a79;
  border-radius: 3px; }

.wrapper-table > table {
  display: none; }

.Text .Text-big_photo {
  margin-bottom: 20px; }
  .Text .Text-big_photo img {
    max-width: 100%;
    height: auto !important; }
  .Text .Text-big_photo a {
    display: inline-block;
    position: relative;
    margin-left: 30px;
    margin-top: 5px; }
    .Text .Text-big_photo a:before {
      content: "";
      position: absolute;
      left: -30px;
      top: -3px;
      width: 20px;
      height: 20px;
      background-image: url("/app/src/img/icon_loupe.svg"); }
.Text .Text-table {
  margin-bottom: 20px; }
  .Text .Text-table table {
    display: none; }
  .Text .Text-table a {
    display: inline-block;
    position: relative;
    margin-left: 30px;
    margin-top: 5px; }
    .Text .Text-table a:before {
      content: "";
      position: absolute;
      left: -30px;
      top: -3px;
      width: 20px;
      height: 20px;
      background-image: url("/app/src/img/icon_table.svg"); }
.Text .Text-files a {
  display: block;
  position: relative;
  margin: 20px 0 20px 25px; }
  .Text .Text-files a:before {
    content: "";
    position: absolute;
    left: -25px;
    top: -2px;
    width: 16px;
    height: 16px;
    background-image: url("/app/src/img/dow_icon.png"); }
.Text .Text-text ol, .Text .Text-text ul {
  line-height: 1.3;
  margin: 0 0 16px 12px; }
  .Text .Text-text ol li, .Text .Text-text ul li {
    font-size: 15px;
    margin-bottom: 10px; }
    .Text .Text-text ol li:last-child, .Text .Text-text ul li:last-child {
      margin-bottom: 0; }
.Text .Text-text ul {
  list-style: disc;
  padding: 0 0 0 15px; }
.Text .Text-text ol {
  list-style: decimal;
  padding: 0 0 0 21px; }
.Text .Text-text .title_with_hr {
  font-size: 20px;
  line-height: 24px;
  margin-top: 25px;
  margin-bottom: 15px;
  overflow: hidden;
  text-transform: uppercase; }
.Text .Text-text .title_with_hr:after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background-color: #2f7aba;
  opacity: 0.2;
  margin-top: 8px; }
.Text .Text-text .card {
  margin-bottom: 16px; }
  .Text .Text-text .card:last-child {
    margin-bottom: 0; }

.Text-info {
  color: #8c8c8c; }
  .Text-info p {
    margin-top: 0;
    margin-bottom: 0; }
  .Text-info .Text-info-author {
    margin-bottom: 14px; }
    .Text-info .Text-info-author span {
      font-size: 15px; }

.Text-social p {
  color: #8c8c8c; }

.Text-infographics-link {
  margin-top: 10px; }

.Text-youtube--research {
  margin: auto;
  margin-bottom: 25px;
  text-align: center; }
  .Text-youtube--research iframe {
    width: 100%;
    height: auto;
    min-height: calc(0.5625 * 100vw); }

.Wrapper {
  min-width: 320px;
  overflow: hidden; }

.Wrapper-content {
  z-index: 1;
  position: relative; }

.Wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%; }

.Wrapper-pusher {
  -webkit-transition: left 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: left 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: left 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .Wrapper-pusher .Header-content {
    -webkit-transition: left 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: left 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: left 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .Wrapper-pusher .Wrapper-content {
    -webkit-transition: left 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: left 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: left 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    .Wrapper-pusher.Wrapper--fixed .Header {
      position: fixed;
      top: 0; }
    .Wrapper-pusher.Wrapper--fixed .Wrapper-content {
      padding-top: 110px; }
  .Wrapper-pusher.js-pushed {
    -webkit-transition: left 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: left 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: left 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    left: 260px; }
    .Wrapper-pusher.js-pushed .Header {
      -webkit-transition: left 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -moz-transition: left 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: left 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      left: 260px; }
    .Wrapper-pusher.js-pushed .Block-search {
      -webkit-transition: left 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -moz-transition: left 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: left 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      left: 260px; }
    .Wrapper-pusher.js-pushed .Wrapper-content {
      -webkit-transition: left 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -moz-transition: left 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: left 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      left: 260px; }
    .Wrapper-pusher.js-pushed .Information-sticker {
      left: 260px; }
  .Wrapper-pusher--search_active .Container--shift {
    margin-top: 110px; }
  .Wrapper-pusher--search_active .Block-search {
    display: block; }

.Wrapper-pusher.is-pushed {
  -webkit-transform: translate3d(240px, 0, 0);
  -moz-transform: translate3d(240px, 0, 0);
  -ms-transform: translate3d(240px, 0, 0);
  -o-transform: translate3d(240px, 0, 0);
  transform: translate3d(240px, 0, 0); }

.Wrapper {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch; }

.privacy-policy-disabled:before {
  margin: 1px !important; }

.Form-p {
  font-size: 14px;
  color: #898989; }
  .Form-p a {
    font-size: 14px; }

.PrivacyPolicy {
  position: relative; }
  .PrivacyPolicy p {
    margin: 0;
    display: inline-block;
    font-size: 14px;
    color: #8C8C8C; }
  .PrivacyPolicy input[type="checkbox"] {
    opacity: 0;
    position: absolute;
    top: 0px;
    left: 0px; }

.Quick-links ul {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: start;
  -moz-box-align: start;
  box-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-align: start;
  padding: 0 9px;
  overflow-x: auto;
  white-space: nowrap;
  height: 40px;
  background: #3b3d45; }
  .Quick-links ul li {
    font-weight: 500; }
    .Quick-links ul li a {
      display: block;
      padding: 10px 8px;
      color: #FFFFFF; }
      .Quick-links ul li a span {
        font-size: 15px;
        line-height: 19px; }
    .Quick-links ul li.is-active a {
      color: #a0a1a5; }

.Modal {
  display: none;
  position: fixed;
  background: white;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 200;
  overflow: scroll; }
  .Modal .Modal-Content {
    position: relative;
    top: 30px;
    padding-bottom: 30px; }
    .Modal .Modal-Content .Modal-heading {
      font-family: Trebuchet MS;
      font-size: 18px;
      text-transform: uppercase;
      margin-right: 25px; }
    .Modal .Modal-Content .Modal-description {
      margin-bottom: 17px;
      font-size: 15px; }
  .Modal .Modal-closeButton:before {
    content: "";
    width: 14px;
    height: 14px;
    display: block;
    position: absolute;
    background: url("/app/src/img/modal_cross.svg");
    background-size: contain;
    right: 15px;
    top: -2px;
    margin: 5px; }
  .Modal .Form-group--privacy-policy {
    margin: 27px 0 21px; }

.Modal#OfferSubscribe {
  background: url(/app/src/img/banner_offer_subscribe.jpg);
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover; }
  .Modal#OfferSubscribe .Modal-closeButton:before {
    z-index: 10; }
  .Modal#OfferSubscribe .Modal-Content.Container {
    position: relative;
    width: 100%;
    height: 100%;
    top: 10px; }
    .Modal#OfferSubscribe .Modal-Content.Container .Modal-closeButton:before {
      background: url("/app/src/img/offer_subscribe_cross.svg"); }
    .Modal#OfferSubscribe .Modal-Content.Container:before {
      content: "";
      display: block;
      position: absolute;
      width: 160px;
      height: 60px;
      top: 15px;
      left: 0;
      right: 0;
      margin: auto;
      background: url(/app/src/img/autostat_logo_2x.png) no-repeat;
      background-size: contain;
      z-index: 10; }
    .Modal#OfferSubscribe .Modal-Content.Container .Modal-OfferSubscribe-Container p {
      color: white;
      font-weight: bold;
      position: absolute;
      display: block;
      left: 0;
      right: 0;
      margin: auto;
      top: 95px;
      text-align: center;
      font-size: 20px;
      line-height: 23px; }
    .Modal#OfferSubscribe .Modal-Content.Container .Modal-OfferSubscribe-ButtonGroup {
      position: absolute;
      display: block;
      left: 0;
      right: 0;
      top: 190px; }
      .Modal#OfferSubscribe .Modal-Content.Container .Modal-OfferSubscribe-ButtonGroup > * {
        display: block; }
      .Modal#OfferSubscribe .Modal-Content.Container .Modal-OfferSubscribe-ButtonGroup .Modal-OfferSubscribe-already-Button {
        color: black;
        text-align: center; }
      .Modal#OfferSubscribe .Modal-Content.Container .Modal-OfferSubscribe-ButtonGroup .Modal-OfferSubscribe-subscribe-Button.Button {
        height: 43px;
        width: 280px;
        margin: auto;
        background: linear-gradient(to top, #e2e4e6, #fff);
        box-shadow: inset 0 -2px 0 0 #cbced2;
        border: solid 1px #cbced2;
        margin-bottom: 17px;
        padding-left: 0;
        padding-right: 0; }
        .Modal#OfferSubscribe .Modal-Content.Container .Modal-OfferSubscribe-ButtonGroup .Modal-OfferSubscribe-subscribe-Button.Button span {
          color: black;
          font-size: 16px;
          position: absolute;
          width: 100%;
          text-align: center;
          top: 8px;
          display: block;
          font-family: Trebuchet MS; }
          .Modal#OfferSubscribe .Modal-Content.Container .Modal-OfferSubscribe-ButtonGroup .Modal-OfferSubscribe-subscribe-Button.Button span:before {
            content: "";
            display: inline-block;
            width: 20px;
            height: 18px;
            background: url(/app/src/img/icon_black_mail.svg) no-repeat;
            margin-right: 10px;
            vertical-align: middle; }

.Modal-subscribe {
  overflow: hidden; }
  .Modal-subscribe .Modal-Content {
    top: 0;
    height: 100%;
    padding: 0; }
  .Modal-subscribe .Modal-closeButton:before {
    top: 20px;
    right: 20px;
    z-index: 9999; }
  .Modal-subscribe .Block-subscribe {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 54px 20px 0 20px;
    margin-left: 0; }
    .Modal-subscribe .Block-subscribe .Block-subscribe-rectangle {
      position: static;
      background: url("/app/src/img/subscribe_phone_full.png") no-repeat center / contain;
      width: 225px;
      height: 281px;
      margin: 0 auto; }
    @media (max-width: 320px) {
      .Modal-subscribe .Block-subscribe .Block-subscribe-rectangle {
        display: none; } }
    .Modal-subscribe .Block-subscribe .Block-subscribe-socials {
      margin-bottom: 30px;
      grid-gap: 12px 15px; }
    @media (min-height: 600px) and (max-height: 650px) {
      .Modal-subscribe .Block-subscribe .Block-subscribe-socials {
        margin-bottom: 50px; } }
  @media (min-height: 650px) and (max-height: 700px) {
    .Modal-subscribe .Block-subscribe .Block-subscribe-socials {
      margin-bottom: 70px; } }
@media (min-height: 700px) and (max-height: 750px) {
  .Modal-subscribe .Block-subscribe .Block-subscribe-socials {
    margin-bottom: 125px; } }
@media (min-height: 750px) {
  .Modal-subscribe .Block-subscribe .Block-subscribe-socials {
    margin-bottom: 185px; } }

.Modal--message .Modal-Content {
  padding-top: 30px; }
  .Modal--message .Modal-Content .Modal-heading {
    margin-bottom: 20px; }

.fileGetter-Modal .fileGetter-header {
  font-family: Trebuchet MS;
  font-size: 18px;
  text-transform: uppercase; }
.fileGetter-Modal .fileGetter-description {
  margin-bottom: 17px;
  font-size: 15px;
  color: #000000; }
.fileGetter-Modal .fileGetter-inputs {
  margin-bottom: 21px; }
  .fileGetter-Modal .fileGetter-inputs .Form-group {
    margin-bottom: 18px; }

.Cookie-consent-block {
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  transition: background 0.3s;
  z-index: 999;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: none;
  background: #ECF5FF;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.25); }
  .Cookie-consent-block p {
    position: relative;
    margin: 0 auto;
    width: 100%;
    padding: 15px 20px;
    color: #000000;
    font-size: 13px;
    line-height: 15px; }
    .Cookie-consent-block p .Cookie-consent-block-button {
      display: block;
      cursor: pointer;
      align-items: center;
      text-align: center;
      padding: 10px 15px;
      color: #FFFFFF;
      font-weight: bold;
      font-size: 14px;
      line-height: 16px;
      background: linear-gradient(180deg, #0063B7 0%, #00509A 100%);
      box-shadow: inset 0px -2px 0px rgba(0, 0, 0, 0.45);
      border-radius: 3px;
      margin-top: 15px; }
      .Cookie-consent-block p .Cookie-consent-block-button:hover {
        background-color: #0049ce; }
  .Cookie-consent-block a {
    font-size: 13px; }
  .Cookie-consent-block .Cookie-consent-block-wrapper {
    display: block;
    width: 100%; }
  .Cookie-consent-block.active {
    display: block; }

.green_button_minimal_size_wrapper {
  display: none; }

.Block-subscribe {
  display: inline-block;
  box-sizing: border-box;
  width: calc(100% + 40px);
  padding: 30px 20px;
  background: #F3F3F3;
  margin-left: -20px;
  margin-bottom: 17px; }
  .Block-subscribe--news {
    padding: 17px 17px 13px; }
  .Block-subscribe .Block-subscribe-links {
    margin-bottom: 15px; }
    .Block-subscribe .Block-subscribe-links .Block-subscribe-links-item {
      display: block;
      width: 100%;
      padding: 8px;
      border-radius: 2px; }
      .Block-subscribe .Block-subscribe-links .Block-subscribe-links-item span {
        vertical-align: middle;
        font-weight: 400;
        font-size: 13px;
        line-height: 15px; }
      .Block-subscribe .Block-subscribe-links .Block-subscribe-links-item svg {
        display: inline-block;
        width: 24px;
        height: 24px;
        margin-right: 5px;
        vertical-align: middle;
        background-size: cover; }
      .Block-subscribe .Block-subscribe-links .Block-subscribe-links-item--tg {
        background-color: #4480d4;
        margin-bottom: 5px; }
        .Block-subscribe .Block-subscribe-links .Block-subscribe-links-item--tg span {
          color: #ffffff; }
      .Block-subscribe .Block-subscribe-links .Block-subscribe-links-item--email {
        background-color: #ffffff; }
        .Block-subscribe .Block-subscribe-links .Block-subscribe-links-item--email span {
          color: #000000; }
  .Block-subscribe .Block-subscribe-title {
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 26px; }
    .Block-subscribe .Block-subscribe-title a {
      font-size: 24px; }
  .Block-subscribe .Block-subscribe-text {
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    margin-bottom: 4px; }
  .Block-subscribe .Block-subscribe-text__gray {
    font-size: 16px;
    line-height: 18px;
    color: #1E1E1E;
    text-align: center;
    opacity: 0.6;
    margin-bottom: 12px; }
    .Block-subscribe .Block-subscribe-text__gray--inline {
      text-align: left;
      font-size: 15px;
      margin-bottom: 9px; }
  .Block-subscribe .Block-subscribe-mail-input {
    margin-bottom: 11px; }
  .Block-subscribe .Block-subscribe-mail-input {
    position: relative; }
    .Block-subscribe .Block-subscribe-mail-input input {
      display: inline-block;
      box-sizing: border-box;
      height: 40px;
      width: 61%;
      background: white;
      border-radius: 3px 0 0 3px;
      font-size: 14px;
      line-height: 16px;
      padding: 12px 9px;
      margin: 0; }
  .Block-subscribe .Block-subscribe-button {
    display: inline-block;
    box-sizing: border-box;
    height: 40px;
    width: 39%;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
    background: #2F7ABA;
    padding: 12px 0;
    text-align: center;
    border-radius: 0px 3px 3px 0px; }
    .Block-subscribe .Block-subscribe-button:hover {
      cursor: pointer;
      opacity: 0.9; }
  .Block-subscribe .Block-subscribe-socials {
    width: 255px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 9px 15px;
    margin: 0 auto; }
    .Block-subscribe .Block-subscribe-socials--inline {
      display: inline-block; }
      .Block-subscribe .Block-subscribe-socials--inline li {
        margin-right: 10px; }
        .Block-subscribe .Block-subscribe-socials--inline li:last-child {
          margin-right: 0; }
    .Block-subscribe .Block-subscribe-socials .Block-subscribe-social-icon {
      display: block;
      width: 39px;
      height: 39px;
      background-repeat: no-repeat;
      background-size: cover; }
      .Block-subscribe .Block-subscribe-socials .Block-subscribe-social-icon--small {
        width: 28px;
        height: 28px; }
      .Block-subscribe .Block-subscribe-socials .Block-subscribe-social-icon.Block-subscribe-social-icon--yz {
        background-image: url(/app/src/img/socials/icon_yz_subscribe_block.svg); }
      .Block-subscribe .Block-subscribe-socials .Block-subscribe-social-icon.Block-subscribe-social-icon--fb {
        background-image: url(/app/src/img/socials/icon_fb_subscribe_block.svg); }
      .Block-subscribe .Block-subscribe-socials .Block-subscribe-social-icon.Block-subscribe-social-icon--vk {
        background-image: url(/app/src/img/socials/icon_vk_subscribe_block.svg); }
      .Block-subscribe .Block-subscribe-socials .Block-subscribe-social-icon.Block-subscribe-social-icon--ig {
        background-image: url(/app/src/img/socials/icon_ig_subscribe_block.svg); }
      .Block-subscribe .Block-subscribe-socials .Block-subscribe-social-icon.Block-subscribe-social-icon--tw {
        background-image: url(/app/src/img/socials/icon_tw_subscribe_block.svg); }
      .Block-subscribe .Block-subscribe-socials .Block-subscribe-social-icon.Block-subscribe-social-icon--yt {
        background-image: url(/app/src/img/socials/icon_yt_subscribe_block.svg); }
      .Block-subscribe .Block-subscribe-socials .Block-subscribe-social-icon.Block-subscribe-social-icon--tg {
        background-image: url(/app/src/img/socials/icon_tg_subscribe_block.svg); }
      .Block-subscribe .Block-subscribe-socials .Block-subscribe-social-icon.Block-subscribe-social-icon--ok {
        background-image: url(/app/src/img/socials/icon_ok_subscribe_block.svg); }
      .Block-subscribe .Block-subscribe-socials .Block-subscribe-social-icon:hover {
        opacity: 0.85; }
    .Block-subscribe .Block-subscribe-socials li {
      display: inline-block; }
      .Block-subscribe .Block-subscribe-socials li:last-child {
        margin-right: 0; }
      .Block-subscribe .Block-subscribe-socials li a {
        display: block;
        line-height: 0; }
  .Block-subscribe .preloader:before {
    position: absolute;
    top: 0; }
