@charset "UTF-8";
/* generated */
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation; }

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before, .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

/*!
 * Bootstrap Grid v4.1.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width; }

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

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

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto, .col-xlx-1, .col-xlx-2, .col-xlx-3, .col-xlx-4, .col-xlx-5, .col-xlx-6, .col-xlx-7, .col-xlx-8, .col-xlx-9, .col-xlx-10, .col-xlx-11, .col-xlx-12, .col-xlx,
.col-xlx-auto, .col-xlxx-1, .col-xlxx-2, .col-xlxx-3, .col-xlxx-4, .col-xlxx-5, .col-xlxx-6, .col-xlxx-7, .col-xlxx-8, .col-xlxx-9, .col-xlxx-10, .col-xlxx-11, .col-xlxx-12, .col-xlxx,
.col-xlxx-auto, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl,
.col-xxl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1; }

.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13; }

.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0; }

.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2; }

.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3; }

.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4; }

.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5; }

.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6; }

.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7; }

.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8; }

.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9; }

.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10; }

.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11; }

.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important; }

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important; }

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important; }

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important; }

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  -webkit-box-flex: 1 !important;
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important; }

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important; }

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important; }

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important; }

.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important; }

.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important; }

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important; }

.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important; }

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important; }

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

.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important; }

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important; }

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important; }

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important; }

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important; }

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important; }

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important; }

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important; }

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important; }

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important; }

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important; }

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important; }

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important; }

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important; }

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important; }

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important; }

/*!
 * Bootstrap Reboot v4.1.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(29, 29, 27, 0); }

@-ms-viewport {
  width: device-width; }

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

body {
  margin: 0;
  font-family: "Gilroy", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
  position: relative;
  min-width: 320px; }

[tabindex="-1"]:focus {
  outline: 0 !important; }

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

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #1D81FF;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }
  a:hover {
    color: #005cd0;
    text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg:not(:root) {
  overflow: hidden;
  display: block; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

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

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

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

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

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

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin-bottom: 1rem;
  list-style: none;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.breadcrumb-item {
  font-size: 14px; }
  .breadcrumb-item + .breadcrumb-item {
    padding-left: 0.5rem; }
    .breadcrumb-item + .breadcrumb-item::before {
      content: '';
      display: inline-block;
      width: 6px;
      height: 6px;
      border-right: 2px solid #1D1D1B;
      border-bottom: 2px solid #1D1D1B;
      margin-right: 10px;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
  .breadcrumb-item a {
    color: #1D1D1B;
    text-decoration: none; }
  .breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: underline; }
  .breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: none; }
  .breadcrumb-item.active {
    color: rgba(29, 29, 27, 0.4); }
    .breadcrumb-item.active::before {
      border-color: rgba(29, 29, 27, 0.4); }

.breadcrumb-wrapper {
  padding-top: 110px; }
  .breadcrumb-wrapper_p-0 {
    padding: 0 0 0 0 !important; }
  .breadcrumb-wrapper_add {
    position: relative;
    z-index: 10; }

.popup {
  position: relative;
  width: 1280px;
  max-width: 96%;
  padding: 40px;
  margin: 1.5rem auto;
  background-color: #fff;
  -webkit-box-shadow: 0px 6px 25px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 6px 25px rgba(0, 0, 0, 0.15);
  border-radius: 12px; }
  .popup .container {
    padding: 0; }
  .popup--sm {
    width: 596px;
    max-width: 96%;
    padding: 58px; }
  .popup--md {
    width: 710px;
    max-width: 96%; }
  .popup--compare {
    width: 1440px;
    max-width: 96%; }
  .popup-header--product {
    position: relative;
    padding-bottom: 28px;
    margin-bottom: 20px; }
    .popup-header--product::before {
      content: '';
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 4px;
      border-bottom: 4px solid #e1e1e1; }
    .popup-header--product .title-popup {
      text-align: left; }
    .popup-header--product .subtitle-popup {
      margin-top: 5px;
      text-align: left; }
  .popup .list-product ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px; }
    .popup .list-product ul li {
      width: calc(50% - 30px);
      padding: 15px 0 15px 22px;
      margin: 0 15px;
      position: relative;
      min-height: 100%;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      border-bottom: 1px solid #e1e1e1; }
      .popup .list-product ul li::before {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 6px;
        height: 6px;
        background: #1D81FF; }
  .popup .btn-third {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 290px;
    margin: 35px auto 0; }

.mfp-bg {
  background: #1d1d1b;
  opacity: 0.7; }

button.mfp-close {
  margin-top: 5px;
  margin-right: 5px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  button.mfp-close:focus {
    outline: none !important; }

.popup-review {
  padding: 25px;
  padding-bottom: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative; }
  .popup-review::before {
    content: "";
    width: 40px;
    height: 33px;
    background-image: url(../../assets/images/quotes-icon.svg);
    background-size: 100% 100%;
    position: absolute;
    top: 25px;
    right: 70px; }
  .popup-review__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px; }
  .popup-review__top-img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background-color: #DBDFE4;
    margin-right: 30px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative; }
    .popup-review__top-img::before {
      content: "";
      width: 32px;
      height: 32px;
      background-image: url(../../assets/images/icon-user.svg);
      background-size: 100% 100%;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%); }
    .popup-review__top-img img {
      width: 100%;
      height: 100%;
      border-radius: 50%;
      position: relative;
      z-index: 3; }
  .popup-review__top-name {
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #1D1D1B;
    margin-bottom: 5px; }
  .popup-review__top-info {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #1D1D1B;
    opacity: 0.7; }
  .popup-review__top-content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
  .popup-review__content-text {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #1D1D1B;
    opacity: 0.8;
    width: 100%;
    display: block; }
    .popup-review__content-text:not(:last-child) {
      margin-bottom: 17px; }

.popup-video-review {
  padding: 0;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-top: 70px;
  padding-bottom: 120px;
  height: 100vh; }
  .popup-video-review .mfp-close {
    right: -45px;
    top: -44px;
    margin: 0;
    width: 40px;
    height: 40px; }
    .popup-video-review .mfp-close svg {
      width: 100%;
      height: 100%; }
  .popup-video-review__iframe {
    height: 100%; }

.popup-payment {
  width: 620px;
  padding: 40px; }
  .popup-payment__title {
    font-weight: 800;
    font-size: 28px;
    line-height: 34px;
    text-transform: uppercase;
    color: #1D1D1B;
    padding-bottom: 35px; }
  .popup-payment__text {
    margin: 0;
    padding-bottom: 20px;
    font-size: 14px;
    line-height: 160%;
    color: #1D1D1B; }
    .popup-payment__text:last-child {
      padding-bottom: 0; }

.popup-cart {
  width: 100%;
  max-width: 830px; }
  .popup-cart__title {
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    color: #1D1D1B;
    padding-bottom: 30px; }
  .popup-cart__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .popup-cart__image {
    width: 250px;
    height: 210px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px 30px;
    position: relative;
    margin-right: 60px;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
    .popup-cart__image::before {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 194px;
      height: 194px;
      background: url("../images/cart/bg.svg") 50% 50% no-repeat;
      background-size: cover; }
    .popup-cart__image img {
      display: block;
      width: 100%;
      height: 100%;
      position: relative;
      -o-object-fit: contain;
      object-fit: contain; }
  .popup-cart__caption {
    position: relative;
    padding-bottom: 40px; }
  .popup-cart__caption-title {
    padding-bottom: 24px;
    font-weight: 600;
    font-size: 22px;
    line-height: 140%;
    color: #1D1D1B; }
  .popup-cart__caption-header {
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 24px; }
  .popup-cart__caption-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -16px;
    margin-right: -16px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 8px; }
  .popup-cart__caption-col {
    padding: 0 16px; }
  .popup-cart__caption-text {
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #1D1D1B; }
    .popup-cart__caption-text_lg {
      font-weight: bold;
      font-size: 18px;
      line-height: 22px; }
  .popup-cart__caption-price {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: right;
    color: #1D1D1B; }
    .popup-cart__caption-price_lg {
      font-weight: 600;
      font-size: 34px;
      line-height: 41px; }
    .popup-cart__caption-price_sale {
      font-weight: 500;
      font-size: 16px;
      line-height: 19px;
      -webkit-text-decoration-line: line-through;
      text-decoration-line: line-through;
      color: #1D1D1B;
      opacity: 0.4; }
  .popup-cart__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: -16px;
    margin-right: -16px; }
  .popup-cart__button {
    padding: 0 16px; }
  .popup-cart__btn {
    margin: 0 !important; }

.cookie {
  position: fixed;
  bottom: -1px;
  left: 0;
  right: 0;
  background: #eeeeee;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
  z-index: 1000;
  padding: 15px; }
  .cookie .btn--default {
    padding: 0 12px;
    font-size: 12px;
    height: 30px; }
  .cookie.is-hidden {
    -webkit-transform: translateY(110%);
    transform: translateY(110%); }
  .cookie__content {
    padding: 0;
    margin: 0;
    font-size: 10px;
    line-height: 12px;
    font-weight: 300;
    font-family: 'Rubik';
    color: #333333; }
  .cookie__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .cookie__col {
    max-width: 100%;
    width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    text-align: center; }
    .cookie__col:nth-child(1) {
      max-width: 100%;
      width: 100%;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      margin-bottom: 15px; }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Gilroy", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 1; }
  .tooltip-primary {
    max-width: 280px; }
  .tooltip-secondary svg {
    fill: rgba(255, 48, 56, 0.5); }
  .tooltip-secondary:hover svg {
    fill: rgba(54, 61, 64, 0.6); }

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0; }
  .bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0; }
    .bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
      top: 0;
      border-width: 0.4rem 0.4rem 0;
      border-top-color: #1D1D1B; }

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem; }
  .bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
      right: 0;
      border-width: 0.4rem 0.4rem 0.4rem 0;
      border-right-color: #1D1D1B; }

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0; }
  .bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0; }
    .bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
      bottom: 0;
      border-width: 0 0.4rem 0.4rem;
      border-bottom-color: #1D1D1B; }

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem; }
  .bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
      left: 0;
      border-width: 0.4rem 0 0.4rem 0.4rem;
      border-left-color: #1D1D1B; }

.tooltip-inner {
  padding: 12px 15px;
  background: #fff;
  color: rgba(29, 29, 27, 0.7);
  font-size: 13px;
  line-height: 140%;
  -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  font-weight: 500;
  text-align: center;
  border: 1px solid #e1e1e1;
  max-width: 280px; }

#wpadminbar ~ .tooltip {
  top: -30px !important; }

#wpadminbar ~ .bs-tooltip-top, #wpadminbar ~ .bs-tooltip-auto[x-placement^="top"] {
  top: -30px !important; }

#wpadminbar ~ .bs-tooltip-bottom, #wpadminbar ~ .bs-tooltip-auto[x-placement^="bottom"] {
  top: -20px !important; }

.select2-container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
  outline: none !important; }

.select2-container .select2-selection--single {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 40px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 14px;
  padding-right: 34px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  outline: none !important; }

.select2-container .select2-selection--single.as-input {
  height: 60px;
  line-height: 60px; }

.select2-container .select2-selection--single.as-input .select2-selection__rendered {
  display: block;
  padding-left: 0px;
  padding-right: 34px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  outline: none !important;
  border-bottom: 1px solid #a4a7a9;
  font-size: 16px;
  height: 100%; }

.select2-container .select2-selection--single.as-input.error .select2-selection__rendered {
  border-bottom: 1px solid #f13535 !important; }

.select2-container.select2-container--open .select2-selection--single.as-input {
  background: transparent !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-bottom: 1px solid #1D81FF !important; }

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative; }

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px; }

.select2-container .select2-selection--multiple {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-search--inline {
  float: left; }

.select2-container .select2-search--inline .select2-search__field {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0; }

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
  -webkit-box-shadow: 0px 5px 15px rgba(29, 129, 255, 0.18);
  box-shadow: 0px 5px 15px rgba(29, 129, 255, 0.18);
  border-radius: 6px;
  overflow: hidden; }

.select2-results {
  display: block; }

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

.select2-results__option {
  padding: 6px 6px 6px 14px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none; }
  .with-border .select2-results__option {
    font-weight: 500;
    font-size: 16px;
    line-height: 200%; }

.select2-results__option[aria-selected] {
  cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-search--dropdown.select2-search--hide {
  display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2-container--default .select2-selection--single.with-border {
  background: rgba(229, 237, 245, 0.2);
  border: 1px solid #e5edf5;
  border-radius: 6px;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px; }

.select2-container--default .select2-selection--single.without-border {
  border: none;
  padding-left: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px; }
  .select2-container--default .select2-selection--single.without-border .select2-selection__rendered {
    padding-left: 14px; }

.select2-container--default .select2-selection--single:focus {
  outline: none; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #1D1D1B;
  line-height: 40px; }

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold; }

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 6px;
  right: 10px;
  width: 20px; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  background: url("../../assets/images/arr-select-down.svg");
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 12px;
  height: 7px;
  background-repeat: no-repeat; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection--single.as-input {
  background-color: transparent;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  background: url("../../assets/images/arr-select-up.svg");
  width: 12px;
  height: 7px;
  background-repeat: no-repeat; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none; }

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left; }

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  -webkit-box-shadow: 0px 5px 15px rgba(29, 129, 255, 0.18);
  box-shadow: 0px 5px 15px rgba(29, 129, 255, 0.18);
  background: #fff;
  border-color: transparent; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-box-shadow: 0px 5px 15px rgba(29, 129, 255, 0.18);
  box-shadow: 0px 5px 15px rgba(29, 129, 255, 0.18);
  background: #fff;
  border-color: transparent; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: rgba(29, 129, 255, 0.1);
  color: #1D1D1B; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, white), to(#eeeeee));
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0 ); }

.select2-container--classic .select2-selection--single:focus {
  outline: none !important; }

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px; }

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(#cccccc));
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0 ); }

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  background: url("../../assets/images/arr-select-up.svg");
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(50%, #eeeeee));
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0 ); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(white));
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0 ); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

.compare-link-dropdown {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }
  .compare-link-dropdown::before {
    content: '';
    position: absolute;
    left: -14px;
    top: -6px;
    width: calc(100% + 20px);
    height: 1px;
    background: #1D1D1B;
    opacity: 0.1; }
  .compare-link-dropdown svg {
    fill: #1D81FF;
    margin-right: 8px; }

.select-2 .select2-selection__rendered {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .select-2 .select2-selection__rendered span:first-child {
    overflow: hidden;
    text-overflow: ellipsis; }
  .select-2 .select2-selection__rendered span:last-child {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-left: 16px;
    opacity: 0.4; }

.select-2-dropdown .select2-results__option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .select-2-dropdown .select2-results__option span:last-child {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-left: 16px;
    color: #1D81FF;
    font-size: 14px;
    font-weight: 500; }

.select2-additional .select2-selection__rendered {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.select2-additional_2 .select-add-blue {
  display: none !important; }

.select2-additional[aria-expanded="true"] {
  width: 250px !important; }
  .select2-additional[aria-expanded="true"] .select-add-blue {
    opacity: 0; }

.select2-additional .select-add-blue {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 6px;
  color: #1D81FF; }

.select2-additional-dropdown {
  width: 250px !important; }
  .select2-additional-dropdown .select2-results__option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .select2-additional-dropdown .select2-results__option span {
      -ms-flex-negative: 0;
      flex-shrink: 0; }
      .select2-additional-dropdown .select2-results__option span:last-child {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-left: 16px;
        color: #1D81FF;
        font-size: 14px;
        font-weight: 500; }

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
  margin: 0 -5px; }

.page-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #1d1d1b;
  background-color: #fff;
  border: 1px solid rgba(54, 61, 64, 0.2);
  border-radius: 50%;
  height: 40px;
  width: 40px; }
  .page-link:hover {
    z-index: 2;
    color: #005cd0;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  .page-link:focus {
    z-index: 2;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(29, 129, 255, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(29, 129, 255, 0.25); }
  .page-link:not(:disabled):not(.disabled) {
    cursor: pointer; }

.page-item {
  margin: 0 5px; }
  .page-item.active .page-link, .page-item:hover .page-link {
    z-index: 1;
    color: #1D1D1B;
    background-color: #fff;
    border-color: #1D81FF;
    -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.06), 0px 4px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.06), 0px 4px 6px rgba(0, 0, 0, 0.1); }
  .page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .6; }
  .page-item svg {
    display: block;
    height: 14px;
    width: 8px; }

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5; }

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem; }

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5; }

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem; }

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem; }

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.4);
  padding: 16px 0;
  z-index: 15;
  -webkit-transition: background-color .3s ease, -webkit-transform .5s ease;
  transition: background-color .3s ease, -webkit-transform .5s ease;
  transition: background-color .3s ease, transform .5s ease;
  transition: background-color .3s ease, transform .5s ease, -webkit-transform .5s ease; }
  .header.hidden {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  .scroll-down-header .header {
    -webkit-transform: translateY(-80px);
    transform: translateY(-80px); }
  .scroll-down-header .header.active {
    -webkit-transform: none;
    transform: none; }
  .header._fixed, .header.active, .header--inside {
    background-color: #fff; }
  .header.active ~ .overlay-menu {
    opacity: 1;
    visibility: visible; }
  .header.active .menu-dropdown {
    opacity: 1;
    visibility: visible;
    top: 100%; }
  .header.active .navigation {
    opacity: 0; }
  .header.active .language__icon {
    fill: rgba(29, 29, 27, 0.3); }
  .header__logo {
    margin-right: 70px; }
    .header__logo-simple {
      margin: 0;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .header__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .header__information-user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: -12px; }
  .header .menu-dropdown {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    width: 100%;
    height: auto;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s ease, visibility .3s ease, top .3s ease;
    transition: opacity .3s ease, visibility .3s ease, top .3s ease;
    max-height: calc(100vh - 80px);
    overflow: auto; }
  .header .dropdown-list {
    padding: 30px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .header .dropdown-column.active .js-opener-header svg {
    fill: #1D81FF;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  .header .dropdown-column__title {
    font-size: 14px;
    font-weight: 500;
    color: #1D1D1B;
    position: relative; }
    .header .dropdown-column__title::before {
      content: '';
      position: absolute;
      left: -30px;
      top: 0;
      width: calc(100% + 60px);
      height: 100%;
      background: rgba(29, 129, 255, 0.2);
      display: none; }
    .header .dropdown-column__title .js-opener-header {
      position: absolute;
      right: 0;
      top: 4px;
      width: 100%;
      height: 100%;
      display: none;
      -webkit-transition: -webkit-transform .3s ease;
      transition: -webkit-transform .3s ease;
      transition: transform .3s ease;
      transition: transform .3s ease, -webkit-transform .3s ease;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      z-index: 2; }
      .header .dropdown-column__title .js-opener-header svg {
        fill: #1D1D1B;
        -webkit-transition: fill .3s ease, -webkit-transform .3s ease;
        transition: fill .3s ease, -webkit-transform .3s ease;
        transition: fill .3s ease, transform .3s ease;
        transition: fill .3s ease, transform .3s ease, -webkit-transform .3s ease; }
    .header .dropdown-column__title_link {
      display: block; }
      .header .dropdown-column__title_link:hover {
        color: #1D81FF;
        text-decoration: none; }
  .header .dropdown-column ul {
    list-style: none;
    margin: 15px 0 0;
    padding: 0; }
    .header .dropdown-column ul.dropdown-weight, .header .dropdown-column ul.list-weight {
      margin: -4px 0 0; }
      .header .dropdown-column ul.dropdown-weight li, .header .dropdown-column ul.list-weight li {
        position: relative; }
        .header .dropdown-column ul.dropdown-weight li::before, .header .dropdown-column ul.list-weight li::before {
          content: '';
          position: absolute;
          left: -30px;
          top: 0;
          width: calc(100% + 60px);
          height: 100%;
          background: rgba(29, 129, 255, 0.2);
          display: none; }
        .header .dropdown-column ul.dropdown-weight li a, .header .dropdown-column ul.list-weight li a {
          font-size: 14px;
          font-weight: 500;
          color: #1D1D1B; }
    .header .dropdown-column ul li a {
      line-height: 30px;
      font-size: 13px;
      color: rgba(29, 29, 27, 0.8);
      -webkit-transition: color .3s ease;
      transition: color .3s ease; }
      .header .dropdown-column ul li a:hover {
        color: #1D81FF;
        text-decoration: none; }
  .header__simple {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    min-height: 48px; }
  .header__back-link {
    display: block;
    font-weight: 600;
    font-size: 18px;
    line-height: 107.7%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    letter-spacing: 0.02em;
    color: #363D40;
    -webkit-transition: color 300ms ease;
    transition: color 300ms ease; }
    .header__back-link:hover {
      color: #1D81FF;
      text-decoration: none; }
      .header__back-link:hover svg {
        stroke: #1D81FF; }
    .header__back-link-icon {
      width: 24px;
      height: 24px;
      margin-right: 16px; }
      .header__back-link-icon svg {
        display: block;
        width: 100%;
        height: 100%;
        stroke: #848484;
        -webkit-transition: stroke 300ms ease;
        transition: stroke 300ms ease; }
  .header__phone-link {
    display: block;
    font-weight: 600;
    font-size: 18px;
    line-height: 107.7%;
    letter-spacing: 0.02em;
    color: #1D1D1B;
    -webkit-transition: color 300ms ease;
    transition: color 300ms ease; }
    .header__phone-link:hover {
      color: #1D81FF;
      text-decoration: none; }

.title-wrapper {
  position: relative; }

.overlay-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(29, 29, 27, 0.7);
  z-index: 4;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s ease, visibility .3s ease;
  transition: opacity .3s ease, visibility .3s ease; }

.social-header {
  display: none; }
  .social-header .social-list {
    border: none;
    margin: 0;
    padding: 20px 0; }

.footer-menu-dropdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 3; }
  .footer-menu-dropdown .social-item {
    width: 37px;
    height: 37px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

.controls-menu {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }
  .controls-menu .location {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .controls-menu .location-wrapper {
      top: auto;
      bottom: calc(100% + 9px); }
      .controls-menu .location-wrapper::before {
        bottom: -9px;
        top: auto; }
  .controls-menu .language {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .controls-menu .language-wrapper {
      top: auto;
      bottom: calc(100% + 9px); }
      .controls-menu .language-wrapper::before {
        bottom: -9px;
        top: auto; }

.footer_simple .footer-middle {
  display: none; }

.footer_simple .footer-lower {
  border-top: 1px solid rgba(29, 29, 27, 0.2); }
  .footer_simple .footer-lower .copyright {
    display: block; }

.footer_simple .politics {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .footer_simple .politics-item {
    margin: 0 15px; }
    .footer_simple .politics-item a {
      color: rgba(29, 29, 27, 0.8);
      text-decoration: none !important;
      -webkit-transition: color .3s ease;
      transition: color .3s ease;
      display: inline-block; }
      .footer_simple .politics-item a:hover {
        color: #1D81FF; }

.footer_simple .developers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }
  .footer_simple .developers__icon {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px); }
  .footer_simple .developers svg {
    fill: #1D81FF;
    margin-right: 10px; }
  .footer_simple .developers a {
    color: rgba(29, 29, 27, 0.8);
    text-decoration: none !important;
    -webkit-transition: color .3s ease;
    transition: color .3s ease; }
    .footer_simple .developers a:hover {
      color: #1D81FF; }

.footer-upper {
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.footer-middle {
  padding: 50px 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-bottom: 1px solid rgba(29, 29, 27, 0.2); }

.footer-lower {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 30px 0;
  color: rgba(29, 29, 27, 0.8);
  font-size: 14px; }
  .footer-lower .copyright {
    display: block; }

.footer-info {
  margin-right: 70px; }
  .footer-info .copyright {
    display: none; }

.footer.visible-banner {
  margin-bottom: 107px; }

.social-list {
  padding-top: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 134px;
  width: 100%; }
  .social-list a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }
    .social-list a svg {
      display: block;
      -webkit-transition: fill .3s ease;
      transition: fill .3s ease; }
    .social-list a:hover svg {
      fill: #1D81FF; }

.list-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

.footer-column__title {
  font-size: 14px;
  font-weight: 600;
  color: #1D1D1B;
  position: relative; }
  .footer-column__title_link {
    display: block; }
    .footer-column__title_link:hover {
      color: #1D81FF;
      text-decoration: none; }
  .footer-column__title .js-opener-footer {
    position: absolute;
    right: 0;
    top: 4px;
    width: 100%;
    height: 100%;
    display: none;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    z-index: 2; }
    .footer-column__title .js-opener-footer svg {
      fill: #1D1D1B;
      -webkit-transition: fill .3s ease, -webkit-transform .3s ease;
      transition: fill .3s ease, -webkit-transform .3s ease;
      transition: fill .3s ease, transform .3s ease;
      transition: fill .3s ease, transform .3s ease, -webkit-transform .3s ease; }
      .active .footer-column__title .js-opener-footer svg {
        fill: #1D81FF;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg); }

.footer-column ul {
  list-style: none;
  margin: 15px 0 0;
  padding: 0; }
  .footer-column ul.list-weight {
    margin: -4px 0 0; }
    .footer-column ul.list-weight li {
      position: relative; }
      .footer-column ul.list-weight li a {
        font-size: 14px;
        font-weight: 600;
        color: #1D1D1B; }
  .footer-column ul li a {
    line-height: 30px;
    font-size: 13px;
    color: rgba(29, 29, 27, 0.8);
    -webkit-transition: color .3s ease;
    transition: color .3s ease; }
    .footer-column ul li a:hover {
      color: #1D81FF;
      text-decoration: none; }

.phone-footer {
  margin-top: 25px; }
  .phone-footer a {
    color: #1D1D1B;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
    font-size: 18px; }
    .phone-footer a:hover {
      text-decoration: none;
      color: #1D81FF; }

.politics {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .politics-item {
    margin: 0 15px; }
    .politics-item a {
      color: rgba(29, 29, 27, 0.8);
      text-decoration: none !important;
      -webkit-transition: color .3s ease;
      transition: color .3s ease; }
      .politics-item a:hover {
        color: #1D81FF; }

.developers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .developers__icon {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px); }
  .developers svg {
    fill: #1D81FF;
    margin-right: 10px; }
  .developers a {
    color: rgba(29, 29, 27, 0.8);
    text-decoration: none !important;
    -webkit-transition: color .3s ease;
    transition: color .3s ease; }
    .developers a:hover {
      color: #1D81FF; }

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

.text-left {
  text-align: left; }

.block-scroll {
  overflow: hidden; }

.btn {
  border-radius: 10px;
  font-size: 16px;
  font-weight: 700;
  padding: 17px 25px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  outline: none !important;
  -webkit-transition: background-color .3s ease, border-color .3s ease, color .3s ease;
  transition: background-color .3s ease, border-color .3s ease, color .3s ease;
  text-align: center;
  color: #1D1D1B; }
  .btn:hover {
    color: #fff;
    background: #1D81FF;
    text-decoration: none; }
  .btn:active {
    background: #1170e6;
    border: 1px solid #1170e6; }
  .btn-primary {
    color: #1D1D1B;
    border: 1px solid #1D1D1B; }
    .btn-primary:hover {
      border-color: #1D81FF; }
    .btn-primary:active {
      background: #1170e6;
      border: 1px solid #1170e6; }
  .btn-primary-icon {
    padding-left: 45px;
    padding-right: 45px;
    position: relative;
    border: 1px solid rgba(54, 61, 64, 0.2); }
    .btn-primary-icon:hover {
      background: transparent;
      color: #1D81FF;
      border-color: #1D81FF; }
      .btn-primary-icon:hover svg {
        fill: #1D81FF; }
    .btn-primary-icon:active {
      background: rgba(29, 129, 255, 0.1);
      color: #1D81FF;
      border-color: #1D81FF; }
      .btn-primary-icon:active svg {
        fill: #1D81FF; }
    .btn-primary-icon svg {
      position: absolute;
      left: 15px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      -webkit-transition: fill .3s ease;
      transition: fill .3s ease;
      fill: #1D1D1B; }
  .btn-sixth {
    color: #1D81FF;
    border: 1px solid rgba(54, 61, 64, 0.2); }
    .btn-sixth:hover {
      background: transparent;
      border-color: #1D81FF;
      color: #1D81FF; }
    .btn-sixth:active {
      background: rgba(29, 129, 255, 0.1);
      color: #1D81FF;
      border-color: #1D81FF; }
  .btn-secondary {
    color: #fff;
    border: 1px solid #fff; }
    .btn-secondary:hover {
      border-color: #1D81FF; }
  .btn-third {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #1D81FF;
    border: 1px solid #1d81ff;
    color: #fff;
    border-radius: 10px;
    padding: 17px 25px; }
    .btn-third:hover, .btn-third:active {
      background: #1170e6;
      border: 1px solid #1170e6; }
  .btn-foutrh {
    background: #fff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #1d81ff;
    color: #1D1D1B;
    border-radius: 10px;
    padding: 17px 25px; }
  .btn-foutrh-transparent {
    background: transparent;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #1d81ff;
    color: #1D1D1B;
    border-radius: 10px;
    padding: 17px 25px; }
  .btn-tooltip {
    background: transparent;
    padding: 0;
    border: none;
    margin-left: 3px; }
    .btn-tooltip:hover {
      background: transparent;
      border: none; }
      .btn-tooltip:hover svg {
        fill: rgba(54, 61, 64, 0.6); }
    .btn-tooltip svg {
      display: block;
      fill: rgba(255, 48, 56, 0.5); }
  .btn-video {
    border: 4px solid #fff;
    width: 54px;
    height: 54px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: transparent;
    border-radius: 50%;
    padding: 0; }
    .btn-video svg {
      margin-left: 2px;
      fill: #fff;
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg);
      width: 14px;
      height: 19px;
      display: block; }
  .btn-subscribe {
    padding: 17px 50px; }
  .btn-callback {
    border-color: #1D81FF;
    background-color: transparent;
    border: 1px solid #1D81FF; }
    .btn-callback:active {
      color: #fff; }
  .btn-slider {
    border: 2px solid #e8e8e8;
    fill: #1D1D1B;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    padding: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: transparent;
    -webkit-transition: border-color .3s ease, fill .3s ease, background-color .3s ease;
    transition: border-color .3s ease, fill .3s ease, background-color .3s ease;
    cursor: pointer;
    outline: none !important;
    z-index: 3; }
    .btn-slider:hover {
      border: 2px solid #1D81FF;
      fill: #1D81FF;
      background: transparent; }
    .slider-review .btn-slider {
      position: absolute;
      top: -110px; }
  .slider-review .btn-next {
    right: 80px; }
  .slider-review .btn-prev {
    right: 140px; }
  .btn-scroll {
    width: 48px;
    height: 48px;
    min-width: 48px !important;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    background: #fff; }
    .btn-scroll:hover svg {
      fill: #fff; }
    .btn-scroll svg {
      fill: #000;
      -webkit-transition: fill .3s ease;
      transition: fill .3s ease; }
  .btn-fw {
    width: 100%; }

.form-subscribe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }
  .form-subscribe .form-group:nth-child(1) {
    margin-right: 20px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
    .form-subscribe .form-group:nth-child(1) .form-control {
      width: 100%; }

.form-callback .form-control {
  background: none;
  border: none;
  border-bottom: 1px solid #a4a7a9;
  border-radius: 0;
  padding: 0 0 25px;
  width: 100%; }
  .form-callback .form-control.error {
    border-color: #f13535; }
    .form-callback .form-control.error ~ .form-label-title {
      font-size: 12px;
      top: -18px;
      color: #f13535; }
    .form-callback .form-control.error:focus ~ .form-label-title {
      color: #f13535; }
  .form-callback .form-control:focus ~ .form-label-title {
    font-size: 12px;
    top: -18px;
    color: #1D81FF !important; }
  .form-callback .form-control.filled {
    border-color: #1D81FF; }
    .form-callback .form-control.filled ~ .form-label-title {
      font-size: 12px;
      color: #1D81FF;
      top: -18px; }
    .form-callback .form-control.filled.error {
      border-color: #f13535; }
      .form-callback .form-control.filled.error ~ .form-label-title {
        color: #f13535; }

.form-callback textarea.form-control {
  height: 45px; }

.form-callback .form-group {
  margin-bottom: 25px; }

.form-callback .form-check-label, .form-callback .form-radio-label {
  font-size: 14px;
  cursor: pointer; }

.form-callback .form-footer {
  margin-top: -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .form-callback .form-footer .form-group {
    margin-bottom: 0; }
    .form-callback .form-footer .form-group .btn-callback {
      margin-top: 0; }
    .form-callback .form-footer .form-group:nth-child(2) {
      text-align: center; }

.form-callback--index {
  margin: 56px auto 0;
  max-width: 720px; }

.form-callback--popup {
  margin: 32px auto 0;
  max-width: 390px; }
  .form-callback--popup .form-footer {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

.form-wrapper {
  position: relative; }

.form-control {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  padding: 20px 20px;
  border: 1px solid rgba(29, 29, 27, 0.2);
  line-height: 16px;
  border-radius: 10px;
  font-weight: 500;
  outline: none !important;
  -webkit-transition: border-color .3s ease;
  transition: border-color .3s ease; }
  .form-control.error {
    border-color: #f13535; }
  .form-control::-webkit-input-placeholder {
    color: rgba(29, 29, 27, 0.4); }
  .form-control::-moz-placeholder {
    color: rgba(29, 29, 27, 0.4); }
  .form-control::-ms-input-placeholder {
    color: rgba(29, 29, 27, 0.4); }
  .form-control::placeholder {
    color: rgba(29, 29, 27, 0.4); }
  .form-control:focus {
    border-color: #1D81FF !important; }

.form-label-title {
  color: rgba(29, 29, 27, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: top .3s ease, color .3s ease, font-size .3s ease;
  transition: top .3s ease, color .3s ease, font-size .3s ease; }

.form-check-label, .form-radio-label {
  position: relative;
  padding-left: 35px; }

.form-check input, .form-radio input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden; }
  .form-check input ~ ins, .form-radio input ~ ins {
    position: absolute;
    left: 0;
    top: 1px;
    width: 18px;
    height: 18px;
    border: 2px solid #a4a7a9;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: background-color .3s ease, border-color .3s ease;
    transition: background-color .3s ease, border-color .3s ease; }
    .form-check input ~ ins svg, .form-radio input ~ ins svg {
      opacity: 0;
      fill: transparent;
      -webkit-transition: fill .3s ease;
      transition: fill .3s ease; }
  .form-check input ~ span, .form-radio input ~ span {
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #1D1D1B; }
  .form-check input.error ~ ins, .form-radio input.error ~ ins {
    border-color: #f13535; }
  .form-check input.error ~ span, .form-radio input.error ~ span {
    color: #f13535; }
  .form-check input:checked ~ ins, .form-radio input:checked ~ ins {
    border-color: #1D81FF;
    background-color: #1D81FF; }
    .form-check input:checked ~ ins svg, .form-radio input:checked ~ ins svg {
      fill: #fff;
      opacity: 1; }
  .form-check input:checked ~ span, .form-radio input:checked ~ span {
    color: #1D1D1B; }

.form-check a, .form-radio a {
  color: #1D81FF;
  font-size: inherit;
  line-height: inherit; }
  .form-check a:hover, .form-radio a:hover {
    text-decoration: none; }
    .form-check a:hover span, .form-radio a:hover span {
      border-color: transparent; }
  .form-check a span, .form-radio a span {
    border-bottom: 1px solid #1D81FF;
    -webkit-transition: border 300ms ease;
    transition: border 300ms ease; }

.form-check_light input ~ ins, .form-radio_light input ~ ins {
  border: 1px solid #DEDFE3;
  background-color: #FAFAFA; }

.title {
  font-size: 42px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  padding-top: 20px;
  z-index: 2; }
  .title::before {
    content: '';
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
    height: 2px;
    width: 30px;
    background: #1D81FF; }
  .title--white {
    color: #fff; }
    .title--white::before {
      background: #fff; }
  .title_heavy {
    font-weight: 800; }
  .title_left {
    text-align: left; }
    .title_left::before {
      left: 0;
      -webkit-transform: translate(0);
      transform: translate(0); }
  .title_no-uppercase {
    text-transform: none; }
  .title-popup {
    font-weight: 800;
    font-size: 28px;
    line-height: 34px;
    text-transform: uppercase;
    text-align: center; }

.subtitle {
  margin: 40px auto 0;
  text-align: center;
  font-size: 18px;
  color: #1D1D1B;
  max-width: 660px; }
  .subtitle_sm {
    font-size: 16px;
    line-height: 140%;
    color: #1D1D1B;
    opacity: 0.8;
    max-width: 670px; }
  .subtitle-popup {
    margin-top: 30px;
    font-size: 18px;
    line-height: 21px;
    color: #848484;
    text-align: center; }
  .subtitle p {
    margin-bottom: 36px; }
    .subtitle p:last-child {
      margin-bottom: 0; }
  .subtitle a {
    color: #1D1D1B;
    text-decoration: underline;
    font-weight: 600; }
    .subtitle a:hover {
      text-decoration: none; }

.link {
  font-weight: 700;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transition: color .3s ease, border-color .3s ease;
  transition: color .3s ease, border-color .3s ease;
  white-space: nowrap; }
  .link:hover {
    text-decoration: none;
    border-color: transparent; }
  .link-primary {
    color: #1D1D1B;
    border-bottom: 2px solid #1D81FF; }
  .link-secondary {
    color: #1D1D1B;
    font-size: 14px;
    position: relative; }
    .link-secondary::before {
      content: '';
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      right: calc(100% + 10px);
      height: 2px;
      width: 20px;
      background: #1D81FF; }
  .link-blue-icon {
    color: #1D81FF;
    display: inline-block;
    vertical-align: middle; }
    .link-blue-icon svg {
      fill: #1D81FF;
      width: 7px;
      height: 11px;
      display: inline-block;
      margin-left: 6px;
      vertical-align: middle; }
  .link-big {
    font-size: 28px;
    font-weight: 600; }
  .link-right-header {
    position: absolute;
    right: 0;
    top: calc(50% + 8px);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 14px;
    z-index: 2; }
  .link-map {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #1D1D1B; }
    .link-map span:nth-child(1) {
      margin-right: 15px; }
      .link-map span:nth-child(1) svg {
        margin-top: -2px;
        fill: #1D1D1B;
        opacity: .3;
        -webkit-transition: fill .3s ease;
        transition: fill .3s ease; }
    .link-map:hover span svg {
      fill: #1D81FF; }

.tab-pane {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s ease visible .3s ease;
  transition: opacity .3s ease visible .3s ease;
  height: 0; }
  .tab-pane.show, .tab-pane.active {
    opacity: 1;
    visibility: visible;
    height: auto; }

.progress-wrap {
  position: fixed;
  right: 50px;
  bottom: 120px;
  height: 48px;
  width: 48px;
  cursor: pointer;
  display: block;
  border-radius: 50%;
  -webkit-box-shadow: inset 0 0 0 3px #e5edf5;
  box-shadow: inset 0 0 0 3px #e5edf5;
  z-index: 20;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(15px);
  transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  background: #fff; }
  .progress-wrap > span {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0); }

.progress-wrap::after {
  position: absolute;
  content: '↑';
  text-align: center;
  line-height: 46px;
  font-size: 24px;
  color: #000;
  left: 0;
  top: 0;
  height: 48px;
  width: 48px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  display: none; }

.progress-wrap:hover::after {
  opacity: 0; }

.progress-wrap::before {
  position: absolute;
  content: '↑';
  text-align: center;
  line-height: 46px;
  font-size: 24px;
  opacity: 0;
  background-image: linear-gradient(298deg, #da2c4d, #f8ab37);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 2;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  display: none; }

.progress-wrap:hover::before {
  opacity: 1; }

.progress-wrap svg path {
  fill: none; }

.progress-wrap svg.progress-circle path {
  stroke: #1d81ff;
  stroke-width: 5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear; }

/* This is the core CSS of Tooltipster */
/* GENERAL STRUCTURE RULES (do not edit this section) */
.tooltipster-base {
  /* this ensures that a constrained height set by functionPosition,
	if greater that the natural height of the tooltip, will be enforced
	in browsers that support display:flex */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  pointer-events: none;
  /* this may be overriden in JS for fixed position origins */
  position: absolute; }

.tooltipster-box {
  /* see .tooltipster-base. flex-shrink 1 is only necessary for IE10-
	and flex-basis auto for IE11- (at least) */
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }

.tooltipster-content {
  /* prevents an overflow if the user adds padding to the div */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* these make sure we'll be able to detect any overflow */
  max-height: 100%;
  max-width: 100%;
  overflow: auto;
  max-width: 280px;
  padding: 12px 15px;
  background: #fff;
  color: rgba(29, 29, 27, 0.7);
  font-size: 13px;
  line-height: 140%;
  -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  font-weight: 500;
  text-align: center;
  border: 1px solid #e1e1e1;
  max-width: 280px; }

.tooltipster-ruler {
  /* these let us test the size of the tooltip without overflowing the window */
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden; }

/* ANIMATIONS */
/* Open/close animations */
/* fade */
.tooltipster-fade {
  opacity: 0;
  -webkit-transition-property: all;
  transition-property: all;
  top: -10px;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px); }

.tooltipster-fade.tooltipster-show {
  opacity: 1;
  top: 0;
  -webkit-transform: translateY(0);
  transform: translateY(0); }

/* grow */
.tooltipster-grow {
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-backface-visibility: hidden; }

.tooltipster-grow.tooltipster-show {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

/* swing */
.tooltipster-swing {
  opacity: 0;
  -webkit-transform: rotateZ(4deg);
  transform: rotateZ(4deg);
  -webkit-transition-property: -webkit-transform, opacity;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform; }

.tooltipster-swing.tooltipster-show {
  opacity: 1;
  -webkit-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 1);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4); }

/* fall */
.tooltipster-fall {
  -webkit-transition-property: top;
  transition-property: top;
  -webkit-transition-timing-function: cubic-bezier(0.26, 0.1, 0.25, 1);
  -webkit-transition-timing-function: cubic-bezier(0.26, 0.1, 0.25, 1);
  transition-timing-function: cubic-bezier(0.26, 0.1, 0.25, 1); }

.tooltipster-fall.tooltipster-initial {
  top: 0 !important; }

.tooltipster-fall.tooltipster-dying {
  -webkit-transition-property: all;
  transition-property: all;
  top: 0 !important;
  opacity: 0; }

/* slide */
.tooltipster-slide {
  -webkit-transition-property: left;
  transition-property: left;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

.tooltipster-slide.tooltipster-initial {
  left: -40px !important; }

.tooltipster-slide.tooltipster-dying {
  -webkit-transition-property: all;
  transition-property: all;
  left: 0 !important;
  opacity: 0; }

/* Update animations */
/* We use animations rather than transitions here because
 transition durations may be specified in the style tag due to
 animationDuration, and we try to avoid collisions and the use
 of !important */
/* fade */
@-webkit-keyframes tooltipster-fading {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes tooltipster-fading {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.tooltipster-update-fade {
  -webkit-animation: tooltipster-fading 400ms;
  animation: tooltipster-fading 400ms; }

/* rotate */
@-webkit-keyframes tooltipster-rotating {
  25% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg); }
  75% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg); }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0); } }
@keyframes tooltipster-rotating {
  25% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg); }
  75% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg); }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0); } }

.tooltipster-update-rotate {
  -webkit-animation: tooltipster-rotating 600ms;
  animation: tooltipster-rotating 600ms; }

/* scale */
@-webkit-keyframes tooltipster-scaling {
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes tooltipster-scaling {
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.tooltipster-update-scale {
  -webkit-animation: tooltipster-scaling 600ms;
  animation: tooltipster-scaling 600ms; }

.animate-fade-in {
  opacity: 0;
  -webkit-transition: opacity 600ms ease-out;
  transition: opacity 600ms ease-out; }

.animate-fade-in-up {
  opacity: 0;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  -webkit-transition: opacity 600ms ease-in-out, -webkit-transform 600ms ease-out;
  transition: opacity 600ms ease-in-out, -webkit-transform 600ms ease-out;
  transition: opacity 600ms ease-in-out, transform 600ms ease-out;
  transition: opacity 600ms ease-in-out, transform 600ms ease-out, -webkit-transform 600ms ease-out; }

.animate-fade-in-down {
  opacity: 0;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  -webkit-transition: opacity 600ms ease-out, -webkit-transform 600ms ease-out;
  transition: opacity 600ms ease-out, -webkit-transform 600ms ease-out;
  transition: opacity 600ms ease-out, transform 600ms ease-out;
  transition: opacity 600ms ease-out, transform 600ms ease-out, -webkit-transform 600ms ease-out; }

.animate.is-visible.animate-fade-in {
  opacity: 1; }

.animate.is-visible.animate-fade-in-up {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0); }

.animate.is-visible.animate-fade-in-down {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0); }

.navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }
  .navigation__item {
    padding: 0 20px; }
    .navigation__item.active .navigation__link::before {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 3px;
      background: #1D81FF; }
  .navigation__link {
    position: relative;
    padding: 32px 0;
    color: #fff;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    font-weight: 500;
    font-size: 14px; }
    ._fixed .navigation__link,
    .header.active .navigation__link, .header--inside .navigation__link {
      color: #1D1D1B; }
      ._fixed .navigation__link:hover,
      .header.active .navigation__link:hover, .header--inside .navigation__link:hover {
        color: #1D1D1B; }
    .navigation__link:hover {
      text-decoration: none;
      opacity: 0.8;
      color: #fff; }

.controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .controls__item {
    position: relative;
    padding: 0 12px; }
  .controls__counter {
    position: absolute;
    right: 5px;
    top: -9px;
    width: 22px;
    height: 22px;
    color: #fff;
    background: #1D81FF;
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 500; }
  .controls__icon {
    fill: #fff;
    -webkit-transition: fill .3s ease;
    transition: fill .3s ease; }
    ._fixed .controls__icon,
    .header--inside .controls__icon,
    .active .controls__icon {
      fill: #1D1D1B; }
    .controls__icon:hover {
      fill: #1D81FF; }
  .controls__link {
    display: block; }
    .controls__link.js-opener-btn svg {
      -webkit-transition: opacity .3s ease;
      transition: opacity .3s ease; }
    .controls__link.js-opener-btn.active {
      position: relative; }
      .controls__link.js-opener-btn.active svg {
        opacity: 0; }
      .controls__link.js-opener-btn.active::before {
        opacity: 1;
        visibility: visible; }
    .controls__link.js-opener-btn::before {
      content: '';
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      background: url("../../assets/images/menu-close.svg");
      width: 18px;
      height: 18px;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: opacity .3s ease, visibility 300ms ease;
      transition: opacity .3s ease, visibility 300ms ease; }

.location {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 20px; }
  .location:hover .location-wrapper {
    opacity: 1;
    visibility: visible; }
  .location__icon {
    fill: #fff;
    opacity: .3;
    margin-right: 10px; }
    ._fixed .location__icon, .active .location__icon, .header--inside .location__icon {
      fill: #363D40; }
  .location__image {
    width: 22px;
    height: 22px; }
  .location-wrapper {
    min-width: 160px;
    position: absolute;
    top: calc(100% + 9px);
    left: calc(50% - 10px);
    opacity: 0;
    visibility: hidden;
    background: #fff;
    -webkit-box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1), 0px 4px 6px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1), 0px 4px 6px rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    z-index: 1;
    -webkit-transition: opacity .3s ease, visibility .3s ease;
    transition: opacity .3s ease, visibility .3s ease;
    padding: 6px 0; }
    .location-wrapper::before {
      content: '';
      position: absolute;
      top: -9px;
      height: 9px;
      left: 0;
      width: 100%; }
    .location-wrapper ul {
      list-style: none;
      padding: 0;
      margin: 0; }
      .location-wrapper ul a {
        font-size: 14px;
        position: relative;
        padding-left: 45px;
        line-height: 28px;
        font-weight: 600;
        color: #1D1D1B;
        display: block; }
        .location-wrapper ul a:hover {
          text-decoration: none;
          background: rgba(29, 129, 255, 0.2); }
        .location-wrapper ul a .location__image {
          position: absolute;
          top: 2px;
          left: 10px; }

.language {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 20px; }
  .language:hover .language-wrapper {
    opacity: 1;
    visibility: visible; }
  .language:hover .language__icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    fill: #1D81FF; }
  .language__text {
    color: #fff;
    margin-right: 5px;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px; }
    ._fixed .language__text, .header--inside .language__text,
    .active .language__text {
      color: #1D1D1B; }
  .language__icon {
    fill: #fff;
    opacity: .3;
    -webkit-transition: fill .3s ease;
    transition: fill .3s ease; }
    ._fixed .language__icon, .header--inside .language__icon {
      fill: #1D1D1B; }
  .language-wrapper {
    min-width: 50px;
    position: absolute;
    top: calc(100% + 9px);
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    background: #fff;
    -webkit-box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1), 0px 4px 6px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1), 0px 4px 6px rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    z-index: 3;
    -webkit-transition: opacity .3s ease, visibility .3s ease;
    transition: opacity .3s ease, visibility .3s ease; }
    .language-wrapper::before {
      content: '';
      position: absolute;
      top: -9px;
      height: 9px;
      left: 0;
      width: 100%; }
    .language-wrapper ul {
      list-style: none;
      margin: 0;
      padding: 5px 0; }
      .language-wrapper ul li a {
        padding: 0 16px 0 9px;
        line-height: 20px;
        display: block;
        font-weight: 600;
        color: #1D1D1B; }
        .language-wrapper ul li a:hover {
          text-decoration: none;
          background: rgba(29, 129, 255, 0.2); }

.phone {
  position: relative;
  margin-right: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .phone_single {
    margin: 0 !important;
    display: none; }
  .phone:hover .phone-wrapper {
    opacity: 1;
    visibility: visible; }
  .phone:hover .phone-btn {
    background: rgba(29, 129, 255, 0.1);
    fill: #1D81FF; }
  .phone-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 36px;
    width: 36px;
    position: relative;
    z-index: 2;
    border-radius: 50%;
    fill: #fff;
    -webkit-transition: background-color .3s ease, fill .3s ease;
    transition: background-color .3s ease, fill .3s ease; }
    ._fixed .phone-btn, .header--inside .phone-btn,
    .active .phone-btn {
      fill: #1D1D1B; }
  .phone-wrapper {
    min-width: 190px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -8px;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    -webkit-box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1), 0px 4px 6px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1), 0px 4px 6px rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    padding: 10px 52px 10px 15px;
    z-index: 1;
    -webkit-transition: opacity .3s ease, visibility .3s ease;
    transition: opacity .3s ease, visibility .3s ease; }
    .phone-wrapper a {
      font-size: 14px;
      font-weight: 600;
      color: #1D1D1B;
      -webkit-transition: color .3s ease;
      transition: color .3s ease; }
      .phone-wrapper a:hover {
        text-decoration: none;
        color: #1D81FF; }
  .phone-mobile {
    display: none; }

.scroll-down {
  position: absolute;
  left: 50%;
  bottom: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease; }
  .scroll-down.hidden {
    -webkit-transform: translateY(100%);
    transform: translateY(100%); }
  .scroll-down__line {
    height: 40px;
    width: 2px;
    background: #fff;
    margin-right: 15px;
    -webkit-animation: scroll 2s ease infinite;
    animation: scroll 2s ease infinite; }
  .scroll-down__text {
    color: rgba(255, 255, 255, 0.7);
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap; }

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  25% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  75% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%); } }

@keyframes scroll {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  25% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  75% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%); } }

.custom-cursor {
  position: fixed;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  z-index: 9999;
  opacity: 0;
  -webkit-transition: opacity 0 ease;
  transition: opacity 0 ease;
  pointer-events: none; }
  .custom-cursor__icon {
    position: absolute;
    top: calc(50% - 35px);
    left: calc(50% - 35px);
    width: 69px;
    height: 70px;
    background: url("../images/cursor/cursor.svg") 50% 50% no-repeat;
    background-size: cover;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: -webkit-transform 0 ease;
    transition: -webkit-transform 0 ease;
    transition: transform 0 ease;
    transition: transform 0 ease, -webkit-transform 0 ease; }
  .custom-cursor.active {
    opacity: 1;
    -webkit-transition: opacity 300ms ease;
    transition: opacity 300ms ease; }
    .custom-cursor.active .custom-cursor__icon {
      -webkit-transform: scale(1);
      transform: scale(1);
      -webkit-transition: -webkit-transform 300ms ease;
      transition: -webkit-transform 300ms ease;
      transition: transform 300ms ease;
      transition: transform 300ms ease, -webkit-transform 300ms ease; }
  .custom-cursor_light .custom-cursor__icon {
    background: url("../images/cursor/cursor-light.svg") 50% 50% no-repeat;
    background-size: cover; }

.js-custom-cursor:not(a) {
  cursor: none; }

.js-custom-cursor a {
  cursor: pointer !important; }

.simple-header {
  position: relative;
  padding: 80px 0 0px 0;
  position: relative;
  text-align: center;
  overflow: hidden; }
  .simple-header::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 50%;
    background: -webkit-gradient(linear, left top, right top, from(#e9f3ff), to(rgba(233, 243, 255, 0)));
    background: linear-gradient(90deg, #e9f3ff 0%, rgba(233, 243, 255, 0) 100%);
    z-index: 1; }
  .simple-header::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(233, 243, 255, 0)), to(#e9f3ff));
    background: linear-gradient(90deg, rgba(233, 243, 255, 0) 0%, #e9f3ff 100%);
    z-index: 1; }
  .simple-header__content {
    padding-top: 10px;
    max-width: 750px;
    margin: 0 auto; }
  .simple-header__breadcrumb {
    position: relative;
    z-index: 2;
    padding-top: 30px; }
  .simple-header__wrapper {
    position: relative;
    z-index: 2;
    padding: 0 0 60px 0; }
  .simple-header__title {
    font-weight: bold;
    font-size: 44px;
    line-height: 55px;
    text-align: center;
    color: #1D1D1B;
    padding-bottom: 30px;
    padding-top: 21px;
    position: relative;
    margin: 0 !important; }
    .simple-header__title::before {
      content: '';
      position: absolute;
      top: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      height: 2px;
      width: 30px;
      background-color: #1D81FF; }
  .simple-header__subtitle {
    font-size: 16px;
    line-height: 26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #1D1D1B;
    width: 100%; }
  .simple-header__exchange {
    position: relative;
    width: 100%;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .simple-header__exchange-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      background: #FFFFFF;
      -webkit-box-shadow: 0px 6px 25px rgba(29, 129, 255, 0.15);
      box-shadow: 0px 6px 25px rgba(29, 129, 255, 0.15);
      border-radius: 12px 12px 0px 0px;
      padding: 15px 18px 13px 18px; }
    .simple-header__exchange-date {
      font-weight: 600;
      font-size: 14px;
      line-height: 160%;
      color: #547090; }
    .simple-header__exchange-values {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .simple-header__exchange-value {
      font-weight: 500;
      font-size: 23px;
      line-height: 1;
      color: #1D1D1B;
      padding-left: 26px;
      position: relative; }
      .simple-header__exchange-value_usd::before {
        content: '';
        width: 12px;
        height: 23px;
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        background: url("../images/usd.svg") center center no-repeat;
        background-size: contain; }
      .simple-header__exchange-value_euro::before {
        content: '';
        width: 14px;
        height: 20px;
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        background: url("../images/euro.svg") center center no-repeat;
        background-size: contain; }
    .simple-header__exchange-delimiter {
      width: 1px;
      height: 20px;
      background-color: #E5EDF5;
      margin: 0 20px; }

.timer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .timer__item {
    text-align: center;
    width: 62px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid #FFFFFF;
    border-radius: 8px;
    padding-top: 13px;
    padding-bottom: 10px;
    margin-left: 15px; }
    .timer__item:last-child {
      border: none; }
    .timer__item:first-child {
      margin-left: 0; }
    .timer__item_seconds {
      display: none; }
  .timer__time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden; }
  .timer__number {
    height: 40px;
    font-weight: 500;
    font-size: 44px;
    line-height: 40px;
    color: #1D1D1B; }
    .timer__number.move {
      -webkit-animation: move ease-in 800ms infinite;
      animation: move ease-in 800ms infinite; }
    .timer__number .not-active {
      -webkit-transition: opacity 600ms ease;
      transition: opacity 600ms ease;
      opacity: 0.2; }
  .timer__text {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #1D1D1B;
    padding-top: 4px; }
    .timer__text span {
      display: none; }
      .timer__text span.active {
        display: block; }

@-webkit-keyframes move {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes move {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

.m-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none; }
  .m-popup__overlay {
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
  .m-popup__container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden scroll;
    padding: 60px; }
  .m-popup__wrapper {
    position: relative;
    z-index: 1;
    max-height: 100%;
    max-width: 100%; }
  .m-popup__image {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain; }
  .m-popup__close {
    position: absolute;
    top: -40px;
    right: -40px;
    display: block;
    width: 40px;
    height: 40px; }
    .m-popup__close svg {
      width: 100%;
      height: 100%;
      display: block; }

.truncate-text {
  position: relative; }
  .truncate-text.active .truncate-text__button::before {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg); }
  .truncate-text.active .truncate-text__button span {
    display: none; }
    .truncate-text.active .truncate-text__button span:last-child {
      display: inline; }
  .truncate-text__button {
    margin-top: 18px;
    display: inline-block;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #1D1D1B;
    position: relative;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    padding-right: 24px; }
    .truncate-text__button::before {
      content: '';
      width: 10px;
      height: 11px;
      position: absolute;
      top: calc(50% - 5px);
      right: 7px;
      background: url("../images/show-more-arrow.svg") 50% 50% no-repeat;
      background-size: cover; }
    .truncate-text__button:hover {
      text-decoration: none; }
    .truncate-text__button span {
      display: inline; }
      .truncate-text__button span:last-child {
        display: none; }
  .truncate-text__text_hidden {
    display: none; }

.article-slider {
  margin-left: -10px;
  margin-right: -10px;
  position: relative; }
  .article-slider__container {
    overflow: visible !important; }
  .article-slider__slide {
    position: relative;
    padding: 0 10px; }
  .article-slider .swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: none;
    padding-top: 40px; }
    .article-slider .swiper-pagination .swiper-pagination-bullet {
      width: 8px;
      height: 8px;
      margin: 0 6px;
      border-radius: 50%;
      background: #1D81FF;
      opacity: 0.2;
      -webkit-transition: opacity 300ms ease;
      transition: opacity 300ms ease; }
      .article-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        opacity: 1; }

.payments-slider__container {
  position: relative; }

.payments-slider__slide {
  width: 60px !important;
  height: 60px !important;
  margin-right: 10px;
  background: #F5F7F8;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer; }
  .payments-slider__slide img {
    display: block;
    width: 36px;
    height: 36px;
    -o-object-fit: contain;
    object-fit: contain; }

.payments-slider__button {
  position: absolute;
  top: 0;
  right: -1px;
  height: 100%;
  padding: 0 16px 0 6px;
  background-color: #fff;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .payments-slider__button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -19px;
    width: 20px;
    height: 100%;
    background: -webkit-gradient(linear, right top, left top, color-stop(20%, #FFFFFF), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(270deg, #FFFFFF 20%, rgba(255, 255, 255, 0) 100%); }
  .payments-slider__button_prev {
    right: auto;
    left: -1px; }
    .payments-slider__button_prev svg {
      -webkit-transform: scale(-1, 1);
      transform: scale(-1, 1); }
    .payments-slider__button_prev::before {
      left: auto;
      right: -19px;
      background: -webkit-gradient(linear, left top, right top, color-stop(20%, #FFFFFF), to(rgba(255, 255, 255, 0)));
      background: linear-gradient(to right, #FFFFFF 20%, rgba(255, 255, 255, 0) 100%); }
  .payments-slider__button.swiper-button-disabled {
    display: none; }

.payments-slider__tooltip-container .tooltipster-content {
  text-align: left;
  padding: 20px;
  max-width: 320px !important;
  border: 1px solid #E1E1E1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
  border-radius: 10px; }

.payments-slider__tooltip-container strong {
  font-weight: 600;
  font-size: 13px;
  line-height: 140%;
  color: #1D1D1B;
  padding-bottom: 16px;
  display: block;
  text-transform: none; }

.payments-slider__tooltip-container p {
  display: block;
  font-weight: 500;
  font-size: 13px;
  line-height: 140%;
  color: #1D1D1B;
  opacity: 0.7;
  margin-bottom: 16px; }

.payments-slider__tooltip-container ul {
  list-style-type: none;
  padding: 0;
  margin: 0; }
  .payments-slider__tooltip-container ul li {
    font-weight: 500;
    font-size: 13px;
    line-height: 140%;
    color: #1D1D1B;
    padding-bottom: 16px;
    display: block; }

.payments-slider__tooltip-container a {
  display: inline-block;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #1D1D1B;
  text-decoration: none; }
  .payments-slider__tooltip-container a span {
    border-bottom: 2px solid #1D81FF;
    -webkit-transition: border 300ms ease;
    transition: border 300ms ease; }
  .payments-slider__tooltip-container a:hover {
    text-decoration: none; }
    .payments-slider__tooltip-container a:hover span {
      border-color: transparent; }

.payments-slider__tooltip {
  display: none; }
  .payments-slider__tooltip.active {
    display: block; }

.compare-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  padding: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  visibility: hidden; }
  .compare-popup.active {
    opacity: 1;
    visibility: visible; }
  .compare-popup .main-table {
    -webkit-overflow-scrolling: touch; }
  .compare-popup__overlay {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.8); }
  .compare-popup__close {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    -webkit-transition: opacity 300ms ease;
    transition: opacity 300ms ease;
    opacity: 0.6; }
    .compare-popup__close:hover {
      opacity: 1; }
  .compare-popup__wrapper {
    background-color: #fff;
    border-radius: 12px;
    padding: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-height: 100%;
    max-width: 1440px;
    position: relative;
    z-index: 2; }
  .compare-popup .table-container-scroll {
    max-height: 100%; }
  .compare-popup .table-scroll {
    max-height: calc(100vh - 3rem - 80px);
    height: 100%; }

@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal; }

:root {
  --swiper-theme-color: #007aff; }

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-multirow-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform; }

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px; }
  .swiper-container-3d .swiper-wrapper,
  .swiper-container-3d .swiper-slide,
  .swiper-container-3d .swiper-slide-shadow-left,
  .swiper-container-3d .swiper-slide-shadow-right,
  .swiper-container-3d .swiper-slide-shadow-top,
  .swiper-container-3d .swiper-slide-shadow-bottom,
  .swiper-container-3d .swiper-cube-shadow {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d; }
  .swiper-container-3d .swiper-slide-shadow-left,
  .swiper-container-3d .swiper-slide-shadow-right,
  .swiper-container-3d .swiper-slide-shadow-top,
  .swiper-container-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10; }
  .swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
  .swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
  .swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
  .swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */ }
  .swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none; }

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start; }

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory; }

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory; }

.banner {
  min-height: 730px;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  background: #050E19;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 100%;
  overflow: hidden; }
  .banner__scene-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .banner__scene {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    overflow: hidden; }
    .banner__scene-overlay {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: -webkit-gradient(linear, left bottom, left top, from(rgba(2, 13, 28, 0.49)), to(rgba(2, 13, 28, 0.15)));
      background: linear-gradient(to top, rgba(2, 13, 28, 0.49), rgba(2, 13, 28, 0.15));
      z-index: 3; }
    .banner__scene-bg {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1; }
      .banner__scene-bg-el {
        background-image: url("../../assets/images/banner/bg.png");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        position: absolute;
        width: 110%;
        height: 110%;
        left: -10%;
        top: -10%; }
    .banner__scene-earth {
      z-index: 2;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
      .banner__scene-earth-el {
        width: 95%;
        position: absolute;
        left: -16%;
        top: 101px;
        background-image: url("../../assets/images/banner/earth-min.png");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 50% 50%; }
        .banner__scene-earth-el::before {
          content: '';
          display: inline-block;
          padding-top: 100%; }
    .banner__scene-satellite {
      z-index: 4;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
      .banner__scene-satellite-wrapper {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -webkit-animation: fly 10s linear infinite;
        animation: fly 10s linear infinite; }
      .banner__scene-satellite-el {
        position: absolute;
        top: 50%;
        right: 2%;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
        width: 58%;
        background-image: url("../../assets/images/banner/satellite.png");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 50% 50%; }
        .banner__scene-satellite-el::before {
          content: '';
          display: inline-block;
          padding-top: 60%; }

@-webkit-keyframes fly {
  from {
    -webkit-transform: rotate(0deg) translate(8px) rotate(0deg); }
  to {
    -webkit-transform: rotate(-360deg) translate(8px) rotate(360deg); } }

@keyframes fly {
  from {
    -webkit-transform: rotate(0deg) translate(8px) rotate(0deg); }
  to {
    -webkit-transform: rotate(-360deg) translate(8px) rotate(360deg); } }

.banner-container {
  position: relative;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease; }
  .banner-container.hidden {
    opacity: 0; }

.banner-progressbar-item {
  width: 100%;
  height: 3px;
  background-color: rgba(255, 255, 255, 0.2);
  display: block; }
  .banner-progressbar-item .in-progress {
    background-color: white;
    width: 0%;
    height: 3px; }

.banner-slider {
  width: 100%;
  padding-left: 125px; }
  .banner-slider__pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 160px;
    padding-left: 125px;
    position: absolute; }
    .banner-slider__pagination > div {
      display: block;
      width: 50px;
      padding: 0;
      cursor: pointer;
      margin-right: 20px; }
      .banner-slider__pagination > div:last-child {
        margin-right: 0; }

.banner-item {
  position: relative;
  padding-top: 20px;
  opacity: 0; }
  .slick-current .banner-item {
    opacity: 1; }
  .banner-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 1px;
    width: 30px;
    background: #fff; }
  .banner-item__title {
    color: #fff;
    font-size: 62px;
    font-weight: 700;
    line-height: 60px; }
  .banner-item__text {
    color: #fff;
    font-size: 28px;
    font-weight: 500;
    margin-top: 20px;
    line-height: 34px; }
  .banner-item__btn {
    margin-top: 50px; }

.about {
  padding: 120px 0 95px;
  background: rgba(35, 132, 255, 0.1); }

.advantages {
  background: rgba(35, 132, 255, 0.1); }
  .advantages_bg-white {
    background-color: #fff; }
    .advantages_bg-white .advantage-item__icon .wrapper-svg {
      stroke: #D2E6FF; }

.list-advantages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
  max-width: 1250px;
  margin: 80px auto 0; }
  .list-advantages .slick-dots {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
  .list-advantages_simple {
    padding: 84px 0;
    margin: 0 auto; }
    .list-advantages_simple .slick-dots {
      position: absolute;
      bottom: 65px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); }

.advantage-item {
  width: 20%;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 10px; }
  .advantage-item__icon {
    position: relative;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100px;
    width: 100px; }
    .advantage-item__icon .wrapper-svg {
      position: absolute;
      fill: #fff; }
    .advantage-item__icon img {
      position: relative;
      z-index: 2; }
  .advantage-item__digits {
    margin-top: 25px;
    color: #1D81FF;
    font-size: 52px;
    font-weight: 700;
    line-height: 1; }
  .advantage-item__text {
    margin-top: 15px;
    font-size: 18px;
    font-weight: 500;
    line-height: 21px;
    text-align: center;
    max-width: 160px; }

.list-about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  max-width: 1100px;
  margin: 80px auto 0; }
  .list-about::-webkit-scrollbar {
    display: none; }

.about-item {
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 124px;
  position: relative;
  text-decoration: none !important; }
  .no-touch .about-item:hover {
    text-decoration: none; }
    .no-touch .about-item:hover .about-item__title > span {
      -webkit-text-stroke: 1px #1D1D1B;
      color: transparent; }
      .no-touch .about-item:hover .about-item__title > span span {
        opacity: 1;
        width: auto; }
    .no-touch .about-item:hover .about-item__title + .wrapper-svg {
      fill: #1D81FF;
      -webkit-transform: rotate(90deg) scale(1.1);
      transform: rotate(90deg) scale(1.1); }
  .about-item .wrapper-svg {
    fill: #fff;
    position: absolute;
    -webkit-transition: fill .3s ease, -webkit-transform .5s ease;
    transition: fill .3s ease, -webkit-transform .5s ease;
    transition: fill .3s ease, transform .5s ease;
    transition: fill .3s ease, transform .5s ease, -webkit-transform .5s ease; }
    .about-item .wrapper-svg svg {
      height: 124px;
      width: 124px; }
  .about-item__title {
    position: relative;
    z-index: 2;
    font-size: 30px;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap; }
    .about-item__title > span {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      text-decoration: none;
      color: #1D1D1B; }
      .about-item__title > span span {
        display: inline-block;
        opacity: 0;
        width: 0;
        -webkit-transition: opacity .3s ease;
        transition: opacity .3s ease; }

.slick-dots {
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-bottom: 0; }
  .slick-dots button {
    border: none;
    width: 8px;
    height: 8px;
    background: rgba(29, 129, 255, 0.2);
    border-radius: 50%;
    padding: 0;
    cursor: pointer;
    outline: none !important;
    margin: 0 6px; }
  .slick-dots .slick-active button {
    background: #1D81FF; }

.goods {
  padding: 120px 0; }

.list-goods {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  overflow: hidden;
  max-width: 1250px;
  margin: 45px auto 0; }

.goods-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: center;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
  transform: translateZ(0) scale(1, 1);
  overflow: hidden;
  min-height: 100%; }
  .goods-item:nth-child(1) .wrapper-svg {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .goods-item:nth-child(2) .wrapper-svg {
    -webkit-transform: translate(-50%, -50%) rotate(-90deg);
    transform: translate(-50%, -50%) rotate(-90deg); }
  .goods-item:nth-child(3) .wrapper-svg {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg); }
  .goods-item:hover {
    text-decoration: none !important; }
  .no-touch .goods-item:hover {
    text-decoration: none !important; }
    .no-touch .goods-item:hover .goods-item__title {
      color: #1D81FF;
      -webkit-transform: translateY(-148px);
      transform: translateY(-148px); }
      .no-touch .goods-item:hover .goods-item__title::before {
        top: calc(100% + 10px);
        height: 40px; }
    .no-touch .goods-item:hover .goods-item__hidden {
      opacity: 1;
      visibility: visible;
      -webkit-transform: translateY(-68px);
      transform: translateY(-68px); }
  .goods-item__icon {
    position: relative;
    max-width: 320px;
    width: 100%;
    min-height: 332px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .goods-item__icon .wrapper-svg {
      position: absolute;
      top: 50%;
      left: 50%;
      fill: #E9F3FF;
      width: 100%; }
      .goods-item__icon .wrapper-svg svg {
        width: 100%;
        height: auto; }
    .goods-item__icon img {
      position: relative;
      z-index: 2;
      max-height: 178px; }
  .goods-item__title {
    color: #1D1D1B;
    font-size: 24px;
    font-weight: 800;
    text-transform: uppercase;
    margin-top: 36px;
    position: relative;
    z-index: 4;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .goods-item__title::before {
      content: '';
      position: absolute;
      top: calc(100% + 26px);
      left: 50%;
      height: 20px;
      width: 2px;
      background: #1D81FF;
      z-index: 2;
      -webkit-transition: height .2s ease;
      transition: height .2s ease;
      -webkit-transform-origin: center bottom;
      transform-origin: center bottom; }
  .goods-item__hidden {
    position: relative;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .4s ease, visibility .4s ease, -webkit-transform .4s ease;
    transition: opacity .4s ease, visibility .4s ease, -webkit-transform .4s ease;
    transition: transform .4s ease, opacity .4s ease, visibility .4s ease;
    transition: transform .4s ease, opacity .4s ease, visibility .4s ease, -webkit-transform .4s ease;
    z-index: 2;
    margin-top: -80px; }
    .goods-item__hidden::before {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 150%;
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(53.65%, #ffffff));
      background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 53.65%);
      z-index: 3; }
  .goods-item__text {
    margin-top: 64px;
    font-size: 16px;
    line-height: 1.5;
    color: rgba(29, 29, 27, 0.7);
    max-width: 330px;
    width: 100%;
    min-width: 330px;
    position: relative;
    z-index: 3; }
  .goods-item__link {
    display: inline-block;
    margin-top: 25px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    color: #1D1D1B;
    padding-bottom: 5px;
    position: relative;
    z-index: 3;
    border-bottom: 2px solid #1D81FF;
    -webkit-transition: color .3s ease, border-color .3s ease;
    transition: color .3s ease, border-color .3s ease; }
    .goods-item__link:hover {
      text-decoration: none;
      color: #1D81FF;
      border-color: transparent; }

.structures {
  padding: 100px 0;
  position: relative;
  overflow: hidden; }
  .structures::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 70%;
    height: 100%;
    background-color: #d3e1ee;
    opacity: 0.6;
    z-index: -1; }
  .structures::after {
    content: '';
    position: absolute;
    left: -30px;
    top: 50%;
    width: 82%;
    height: 100%;
    background: url(../images/bg-double-lines.svg) center center no-repeat;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-size: contain; }
  .structures__button {
    position: relative;
    margin-top: 66px;
    z-index: 3;
    margin-left: 120px; }

.structures-wrapper {
  position: relative;
  z-index: 3;
  padding-left: 120px; }

.structures-title {
  color: #1D1D1B;
  text-align: left;
  font-size: 24px;
  font-weight: 500; }

.structures-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 16px; }

.structures-category {
  color: #848484;
  font-weight: 800;
  font-size: 46px;
  text-transform: uppercase;
  margin-right: 40px;
  line-height: 50px;
  cursor: pointer;
  -webkit-transition: color .3s ease;
  transition: color .3s ease; }
  .structures-category:last-child {
    margin-right: 0; }
  .structures-category:hover, .structures-category.active {
    color: #1D81FF; }

.structure-text {
  margin-top: 30px;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  max-width: 514px; }

.structures-block {
  position: relative; }

.structure-image {
  position: absolute;
  left: 57%;
  top: 54%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 3; }
  .structure-image img {
    height: auto; }

.structure-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 60px -15px 0; }
  .structure-list::-webkit-scrollbar {
    display: none; }

.structure-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-right: 40px;
  min-height: 68px; }
  .structure-item:last-child {
    margin-right: 0; }
  .no-touch .structure-item:hover .structure-item__text {
    color: #1D81FF; }
  .structure-item__icon {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 68px;
    margin-right: 10px; }
    .structure-item__icon .wrapper-svg {
      position: absolute;
      fill: #fff; }
      .structure-item__icon .wrapper-svg svg {
        width: 68px;
        height: 67px; }
    .structure-item__icon img {
      position: relative;
      z-index: 3;
      max-height: 44px; }
  .structure-item__text {
    font-size: 14px;
    font-weight: 700;
    color: #1D1D1B;
    text-transform: uppercase;
    -webkit-transition: color .3s ease;
    transition: color .3s ease; }

.partners {
  padding: 60px 0 120px; }
  .partners__link {
    margin-top: 50px; }
  .partners .subtitle {
    max-width: 440px; }

.list-partners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 70px auto 0; }
  .list-partners::-webkit-scrollbar {
    display: none; }

.partners-item {
  text-align: center;
  position: relative;
  margin: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
  overflow: hidden;
  padding: 44px 0;
  text-decoration: none; }
  .partners-item:hover {
    text-decoration: none; }
  .no-touch .partners-item:hover {
    text-decoration: none; }
    .no-touch .partners-item:hover span {
      text-decoration: none;
      -webkit-text-stroke: 1px #1d1d1b;
      color: transparent; }
      .no-touch .partners-item:hover span > span {
        opacity: 1;
        width: auto; }
    .no-touch .partners-item:hover .wrapper-svg {
      fill: #1d81ff;
      -webkit-transform: translate(-50%, -50%) rotate(90deg) scale(1.1);
      transform: translate(-50%, -50%) rotate(90deg) scale(1.1); }
  .partners-item .wrapper-svg {
    fill: #e5edf5;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease; }
    .partners-item .wrapper-svg svg {
      height: 152px;
      width: 152px; }
  .partners-item__title {
    font-size: 56px;
    font-weight: 800;
    position: relative;
    z-index: 2;
    text-transform: uppercase;
    white-space: nowrap;
    max-width: 350px;
    min-width: 350px;
    overflow: hidden; }
    body.en .partners-item__title {
      font-size: 41px; }
      body.en .partners-item__title span {
        padding: 4px 0; }
    .partners-item__title span {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      color: #1D1D1B; }
      .partners-item__title span > span {
        display: inline-block;
        opacity: 0;
        width: 0; }

.sales {
  padding: 110px 0 120px; }

.list-sales {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 70px -12px 0; }
  .list-sales .slick-dots {
    margin: 20px auto 0; }

.sales-item {
  width: calc(25% - 24px);
  margin: 0 12px;
  border: 2px solid #1D81FF;
  padding: 20px 15px 25px 30px;
  background: #1D81FF;
  color: #fff;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 330px;
  overflow: hidden;
  -webkit-transition: background-color .4s ease;
  transition: background-color .4s ease;
  text-decoration: none !important; }
  .sales-item svg:not(.svg-icon) path {
    fill: #fff;
    -webkit-transition: fill 0.4s ease;
    transition: fill 0.4s ease; }
  .sales-item:hover {
    color: #fff; }
    .sales-item:hover svg:not(.svg-icon) path {
      fill: #000;
      stroke: none; }
  .no-touch .sales-item:hover {
    background: #fff;
    color: #1D1D1B; }
    .no-touch .sales-item:hover .sales-item__hidden {
      -webkit-transform: none;
      transform: none; }
    .no-touch .sales-item:hover .sales-item__text {
      opacity: 1; }
    .no-touch .sales-item:hover .sales-item__link {
      opacity: 1; }
    .no-touch .sales-item:hover .wrapper-svg {
      fill: rgba(29, 129, 255, 0.2); }
  .sales-item__link {
    margin-top: 16px;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
    opacity: 0; }
  .sales-item__icon {
    position: relative;
    width: 115px;
    height: 115px;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .sales-item__icon img {
      position: relative;
      z-index: 2;
      max-height: 67px; }
  .sales-item__title {
    font-size: 24px;
    font-weight: 800;
    text-transform: uppercase;
    max-width: 200px;
    line-height: 29px;
    min-height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; }
  .sales-item__text {
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
    opacity: 0; }
  .sales-item__hidden {
    -webkit-transition: opacity .3s ease, visibility .4s ease, -webkit-transform .3s ease;
    transition: opacity .3s ease, visibility .4s ease, -webkit-transform .3s ease;
    transition: transform .3s ease, opacity .3s ease, visibility .4s ease;
    transition: transform .3s ease, opacity .3s ease, visibility .4s ease, -webkit-transform .3s ease;
    -webkit-transform: translateY(calc(100% - 60px));
    transform: translateY(calc(100% - 60px)); }
  .sales-item .wrapper-svg {
    position: absolute;
    right: 0;
    top: 0;
    fill: rgba(255, 255, 255, 0.1);
    -webkit-transition: fill .4s ease;
    transition: fill .4s ease; }
    .sales-item .wrapper-svg svg {
      width: 115px;
      height: 115px; }

.reviews {
  padding: 80px 0 64px;
  position: relative;
  margin: 0 auto;
  overflow: hidden; }
  .reviews .title {
    position: relative;
    z-index: 3; }
  .reviews::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: #d3e1ee;
    opacity: 0.6;
    height: 100%;
    width: 70%;
    z-index: 1; }
  .reviews::after {
    content: '';
    width: 70%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../images/review-bg.svg") 50% 0 no-repeat;
    background-size: 665px 540px;
    z-index: 2; }
  .reviews__title-wrapper {
    position: relative; }
  .reviews__show-more {
    position: absolute;
    top: 20px;
    right: 0;
    z-index: 3; }
    .reviews__show-more_desktop {
      display: block; }
    .reviews__show-more_mobile {
      display: none; }
  .reviews .slick-dots {
    display: none !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .reviews .slick-dots button {
      width: 8px;
      height: 8px;
      margin: 0 6px;
      background-color: #1D1D1B;
      opacity: 0.3;
      display: block;
      border-radius: 50%;
      -webkit-transition: all 300ms ease;
      transition: all 300ms ease;
      position: relative; }
      .reviews .slick-dots button::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 4px;
        height: 4px;
        background-color: #fff;
        border-radius: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        opacity: 0;
        -webkit-transition: opacity 300ms ease;
        transition: opacity 300ms ease; }
    .reviews .slick-dots .slick-active button {
      background-color: #1D81FF;
      opacity: 1;
      -webkit-transform: scale(1.25);
      transform: scale(1.25); }
      .reviews .slick-dots .slick-active button:before {
        opacity: 1; }
  .reviews_simple {
    padding: 90px 0 0 0; }
    .reviews_simple .slider-review-bottom {
      display: none; }
    .reviews_simple .slider-review__show-more {
      display: none; }
    .reviews_simple .slider-review .js-review-main-simple {
      margin-top: 0; }
      .reviews_simple .slider-review .js-review-main-simple .slick-list {
        padding: 100px 0 100px 0; }
      .reviews_simple .slider-review .js-review-main-simple .btn-slider {
        display: none !important; }
    .reviews_simple .slick-dots {
      display: none; }

.slider-review {
  position: relative;
  z-index: 3; }
  .slider-review .js-review-main, .slider-review .js-review-main-simple {
    padding-left: calc((100vw - 1470px) /2);
    margin: 68px auto 0; }
    .slider-review .js-review-main .slick-list, .slider-review .js-review-main-simple .slick-list {
      padding: 0 38% 0 0; }
      .slider-review .js-review-main .slick-list .slick-slide, .slider-review .js-review-main-simple .slick-list .slick-slide {
        width: 830px; }

.slider-review-bottom {
  margin: 60px auto 0;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  overflow: hidden; }
  .slider-review-bottom .slick-slide {
    margin: 15px 7px; }
  .slider-review-bottom .link-primary {
    margin-left: 70px; }

.review-pagination-item {
  height: 80px;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #fff;
  padding: 0 40px;
  -webkit-transition: -webkit-box-shadow .3s ease;
  transition: -webkit-box-shadow .3s ease;
  transition: box-shadow .3s ease;
  transition: box-shadow .3s ease, -webkit-box-shadow .3s ease; }
  .review-pagination-item img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1); }
  .slick-current .review-pagination-item {
    -webkit-box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1), 0px 4px 6px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1), 0px 4px 6px rgba(0, 0, 0, 0.05); }
    .slick-current .review-pagination-item img {
      -webkit-filter: grayscale(0);
      filter: grayscale(0); }

.js-review-pagination {
  margin: 0 -7px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: calc(100% - 200px); }

.review-main-item {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-right: 34px;
  width: 830px; }
  .review-main-item__wrapper {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 60px; }
  .review-main-item__image {
    border: 4px solid #fff;
    border-radius: 50%;
    overflow: hidden;
    width: 150px;
    height: 150px; }
    .review-main-item__image img {
      max-width: 100%;
      max-height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
  .review-main-item__info {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 600; }
  .review-main-item__title {
    padding-left: 40px;
    width: 100%;
    position: relative;
    font-weight: 600;
    font-size: 18px; }
    .review-main-item__title::before {
      content: '';
      position: absolute;
      left: 0;
      top: 12px;
      height: 2px;
      width: 20px;
      background: #1D81FF; }
  .review-main-item__text {
    margin-top: 25px;
    width: 100%;
    line-height: 1.6;
    font-weight: 400;
    color: rgba(29, 29, 27, 0.8); }

.article {
  padding: 120px 0 60px;
  overflow: hidden; }
  .article_sm {
    padding: 40px 0 120px;
    overflow: hidden; }
  .article__main-title {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    font-weight: 600;
    font-size: 28px;
    line-height: 32px;
    color: #1D1D1B;
    margin-bottom: 50px; }

.list-articles {
  margin: 68px -15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }
  .list-articles .slick-dots {
    margin: 25px auto 0; }
  .list-articles_col-4 {
    margin: 68px -10px 0; }
    .list-articles_col-4 .article-item {
      width: calc(50% - 20px);
      margin: 0 10px;
      min-height: 100%; }

.article-item {
  width: calc(33.33% - 30px);
  margin: 0 15px;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .article-item:hover {
    text-decoration: none; }
  .no-touch .article-item:hover {
    text-decoration: none; }
    .no-touch .article-item:hover .overlay-image {
      opacity: 1;
      visibility: visible; }
    .no-touch .article-item:hover .article-item__title span {
      color: #1D81FF;
      text-decoration: none; }
    .no-touch .article-item:hover .article-item__image {
      -webkit-transform: scale(0.96);
      transform: scale(0.96); }
    .no-touch .article-item:hover .article-item__wrapper {
      padding-left: 30px;
      width: 100%; }
      .no-touch .article-item:hover .article-item__wrapper::before {
        left: 0;
        opacity: 1;
        visibility: visible; }
  .article-item__image {
    position: relative;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease; }
    .article-item__image .wrapper-svg {
      fill: #fff;
      position: absolute;
      left: 0;
      top: 0;
      z-index: 1; }
    .article-item__image img {
      display: block;
      width: 100%; }
  .article-item__time {
    font-size: 14px;
    line-height: 1.3;
    z-index: 2;
    max-width: 80px; }
  .article-item__wrapper {
    overflow: hidden;
    position: relative;
    width: calc(100% - 30px);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 100%; }
    .article-item__wrapper::before {
      content: '';
      position: absolute;
      left: -30px;
      top: 34px;
      width: 20px;
      height: 2px;
      background: #1D81FF;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: opacity .3s ease, visibility .3s ease, left .3s ease;
      transition: opacity .3s ease, visibility .3s ease, left .3s ease; }
  .article-item__title {
    margin-top: 20px;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.3;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-height: 58px; }
    .article-item__title span {
      color: #1D1D1B;
      -webkit-transition: color .3s ease;
      transition: color .3s ease; }
  .article-item__date {
    margin-top: 15px;
    font-size: 14px;
    color: rgba(29, 29, 27, 0.5); }

.overlay-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: rgba(29, 129, 255, 0.9);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s ease, visibility .3s ease;
  transition: opacity .3s ease, visibility .3s ease; }
  .overlay-image::before {
    content: '';
    position: absolute;
    left: calc(50% + 30px);
    top: calc(50% - 10px);
    width: 100%;
    height: 100%;
    background: url(../images/bg-double-lines.svg) center center no-repeat;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-size: contain;
    opacity: 0.3; }

.overlay-content {
  width: 100px;
  height: 100px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center; }

.callback {
  padding: 100px 0;
  background: #e9f3ff;
  position: relative; }
  .callback--contacts .title-wrapper {
    display: none; }
  .callback .subtitle {
    font-size: 14px;
    line-height: 25px;
    max-width: 420px; }

.subscribe {
  background: #e5edf5;
  padding: 20px 0;
  position: relative; }
  .subscribe-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1200px;
    margin: auto; }

.image-subscribe {
  margin-right: 35px; }
  .image-subscribe img {
    width: auto; }

.description-subscribe {
  color: #1D1D1B;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.3;
  margin-right: 38px; }

.form-subscribe {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

.footer-banner {
  background: #b2c1d3;
  padding: 20px 0;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: -webkit-transform .5s ease;
  transition: -webkit-transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease; }
  .footer-banner.visible {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  .footer-banner__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .footer-banner__column {
    position: relative;
    padding: 0 30px; }
    .footer-banner__column + .footer-banner__column::before {
      content: '';
      position: absolute;
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 1px;
      height: 20px;
      background: rgba(29, 29, 27, 0.2); }
  .footer-banner__title {
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 800; }
  .footer-banner__upper {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 600; }
  .footer-banner__lower {
    font-size: 24px;
    font-weight: 600; }
    .footer-banner__lower span {
      font-size: 18px; }
  .footer-banner__btn .btn {
    padding: 17px 32px; }
    .footer-banner__btn .btn span {
      display: none; }
      .footer-banner__btn .btn span svg {
        fill: #fff; }
  .footer-banner__old-price {
    color: rgba(29, 29, 27, 0.4);
    font-weight: 500; }
    .footer-banner__old-price span {
      text-decoration: line-through; }
  .footer-banner--old-price {
    padding: 15px 0px; }
    .footer-banner--old-price .footer-banner__upper {
      margin-top: 0; }
    .footer-banner--old-price .footer-banner__lower {
      font-size: 22px; }

.wysiwyg-tabs .list-product {
  border-top: 1px solid #e1e1e1; }
  .wysiwyg-tabs .list-product ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .wysiwyg-tabs .list-product ul li {
      width: 100%;
      padding: 8px 0 8px 22px;
      position: relative;
      min-height: 100%;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      border-bottom: 1px solid #e1e1e1; }
      .wysiwyg-tabs .list-product ul li:last-child {
        border: none; }
      .wysiwyg-tabs .list-product ul li::before {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 6px;
        height: 6px;
        background: #1D81FF; }
      .wysiwyg-tabs .list-product ul li .btn-tooltip {
        margin-left: 5px; }

.success-callback-big {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 102px 0;
  background: #e9f3ff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  z-index: 2;
  -webkit-transition: opacity .4s ease, visibility .4s ease;
  transition: opacity .4s ease, visibility .4s ease; }
  .success-callback-big.active {
    opacity: 1;
    visibility: visible; }
  .success-callback-big .title {
    font-weight: 800;
    font-size: 42px;
    line-height: 51px; }
  .success-callback-big .text-success {
    max-width: 320px;
    text-align: center;
    margin: 26px auto 0;
    font-size: 14px;
    line-height: 180%;
    color: rgba(0, 0, 0, 0.8); }

.success-callback-little {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 48px 0;
  background: #e5edf5;
  opacity: 0;
  visibility: hidden;
  z-index: 2;
  -webkit-transition: opacity .4s ease, visibility .4s ease;
  transition: opacity .4s ease, visibility .4s ease; }
  .success-callback-little.active {
    opacity: 1;
    visibility: visible; }
  .success-callback-little .title {
    padding-top: 0;
    font-weight: 600;
    font-size: 26px;
    line-height: 130%;
    text-transform: none; }
    .success-callback-little .title::before {
      display: none; }
  .success-callback-little .text-success {
    max-width: 320px;
    text-align: center;
    margin: 5px auto 0;
    font-size: 14px;
    line-height: 180%;
    color: #000; }

.seo-block .wysiwyg {
  max-height: 100%;
  overflow: inherit; }
  .seo-block .wysiwyg.hidden-text {
    max-height: 146px;
    overflow: hidden;
    position: relative; }
    .seo-block .wysiwyg.hidden-text::before {
      opacity: 1;
      visibility: visible; }
  .seo-block .wysiwyg::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 48px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#ffffff));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s ease visibility .3s ease;
    transition: opacity .3s ease visibility .3s ease; }

.wysiwyg-container {
  padding: 70px 0;
  max-width: 700px;
  margin: 0 auto; }

.seo-toggler {
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  cursor: pointer;
  margin-top: 8px; }
  .seo-toggler span {
    margin-right: 6px; }
  .seo-toggler svg {
    fill: #000;
    opacity: 0.5; }
  .seo-toggler.open svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }

.bottom-banner {
  position: fixed;
  width: 100%;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 0;
  bottom: 0;
  background-color: #B2C1D3;
  z-index: 9999;
  padding: 20px 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease; }
  .bottom-banner.active {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }
  .bottom-banner__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .bottom-banner__text {
    width: 100%;
    max-width: 441px;
    margin-right: 24px;
    font-weight: 500;
    font-size: 16px;
    line-height: 170%;
    text-align: right;
    color: #1D1D1B; }

.request-form {
  position: relative;
  background-color: #1D81FF;
  overflow: hidden; }
  .request-form__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: -16px;
    margin-right: -16px; }
  .request-form__col {
    padding: 0 16px; }
    .request-form__col:last-child {
      -ms-flex-negative: 0;
      flex-shrink: 0; }
  .request-form__caption {
    width: 100%;
    max-width: 507px;
    padding: 30px 0;
    position: relative;
    z-index: 2; }
  .request-form__title {
    font-weight: bold;
    font-size: 44px;
    line-height: 55px;
    color: #FFFFFF;
    padding-bottom: 20px; }
  .request-form__text {
    font-size: 16px;
    line-height: 26px;
    color: #FFFFFF; }
  .request-form__form {
    position: relative;
    margin-right: 100px; }
    .request-form__form::before {
      content: '';
      width: 774px;
      height: 804px;
      position: absolute;
      top: 63%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      background: url("../images/request-form/bg-2.svg") 50% 50% no-repeat;
      background-size: contain; }
  .request-form__form-wrapper {
    padding: 120px 90px 63px 90px;
    background: url("../images/request-form/bg.svg") 50% 10% no-repeat;
    background-size: 135% 135%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .request-form__form-title {
    font-weight: 600;
    font-size: 26px;
    line-height: 130%;
    text-align: center;
    color: #1D1D1B;
    text-align: center;
    padding-top: 14px;
    padding-bottom: 30px;
    position: relative; }
    .request-form__form-title::before {
      content: '';
      position: absolute;
      top: 0;
      left: calc(50% - 15px);
      width: 30px;
      height: 2px;
      background: #1D81FF; }
  .request-form__fields {
    width: 370px;
    padding-bottom: 20px; }
  .request-form__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

.product-banner {
  position: relative;
  min-height: 700px;
  padding-top: 110px;
  padding-bottom: 70px;
  min-height: auto; }
  .product-banner::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 80%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(#e9f3ff), to(rgba(233, 243, 255, 0)));
    background: linear-gradient(90deg, #e9f3ff 0%, rgba(233, 243, 255, 0) 100%);
    z-index: 2; }
  .product-banner__content {
    position: relative;
    padding-left: 130px;
    z-index: 3;
    margin-right: 70px;
    padding-top: 30px;
    padding-bottom: 30px; }
  .product-banner__title {
    font-weight: bold;
    font-size: 44px;
    line-height: 55px;
    color: #1D1D1B;
    max-width: 634px;
    position: relative;
    padding-top: 30px;
    margin-bottom: 0; }
    .product-banner__title::before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      height: 2px;
      width: 30px;
      background: #1D81FF; }
  .product-banner__subtitle {
    margin-top: 30px;
    font-size: 16px;
    line-height: 26px;
    color: #1D1D1B;
    max-width: 350px; }
  .product-banner__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    margin-top: 80px; }
    .product-banner__list::-webkit-scrollbar {
      display: none; }
  .product-banner__item {
    position: relative;
    padding: 0 35px; }
    .product-banner__item:first-child {
      padding-left: 0; }
    .product-banner__item + .product-banner__item::before {
      content: '';
      position: absolute;
      left: 0;
      top: 12px;
      width: 1px;
      height: 20px;
      background: rgba(29, 29, 27, 0.1); }
  .product-banner__digits {
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    color: #1D81FF; }
  .product-banner__text {
    margin-top: 8px;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    max-width: 90px; }
  .product-banner__wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .product-banner__breads {
    position: absolute;
    top: -30px;
    left: 0;
    z-index: 3; }
  .product-banner__image {
    position: relative;
    width: 529px;
    height: 551px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .product-banner__image .wrapper-svg-circle {
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      fill: #e9f3ff;
      z-index: 2; }
    .product-banner__image .wrapper-svg {
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      fill: #e9f3ff;
      z-index: 2; }
      .product-banner__image .wrapper-svg svg {
        width: 438px;
        height: 438px; }
    .product-banner__image img {
      max-height: 308px;
      position: relative;
      z-index: 3; }
  .product-banner__button {
    margin-top: 40px; }
  .product-banner__video {
    margin-top: 50px; }
    .product-banner__video a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      .product-banner__video a:hover {
        text-decoration: none;
        opacity: 0.7; }
        .product-banner__video a:hover .product-banner__video-link::before {
          opacity: 0; }
  .product-banner__video-play {
    margin-right: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .product-banner__video-play img {
      width: 90px;
      height: 90px; }
  .product-banner__video-link {
    display: inline-block;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #1D1D1B;
    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .product-banner__video-link::before {
      content: "";
      width: 100%;
      height: 2px;
      background-color: #1D81FF;
      position: absolute;
      bottom: -5px;
      left: 0;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
  .product-banner_about {
    padding-top: 110px;
    padding-bottom: 70px;
    min-height: auto; }
    .product-banner_about .product-banner__content {
      -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
      order: 0; }
    .product-banner_about .product-banner__subtitle {
      max-width: 527px;
      margin-top: 25px; }
    .product-banner_about .product-banner__image img {
      max-height: 100%;
      width: 100%;
      height: auto; }
  .product-banner_partners {
    padding-top: 110px;
    padding-bottom: 70px;
    min-height: auto; }
    .product-banner_partners .product-banner__header {
      position: relative;
      min-height: 244px; }
    .product-banner_partners .product-banner__header-img {
      display: none;
      width: 276px;
      height: 244px;
      position: absolute;
      top: 0;
      right: 0; }
      .product-banner_partners .product-banner__header-img img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain; }
    .product-banner_partners .product-banner__digits {
      white-space: nowrap; }
    .product-banner_partners .product-banner__content {
      -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
      order: 0;
      width: 100%; }
    .product-banner_partners .product-banner__subtitle {
      max-width: 589px;
      margin-top: 25px; }
    .product-banner_partners .product-banner__image {
      -ms-flex-negative: 0;
      flex-shrink: 0; }
      .product-banner_partners .product-banner__image_desktop {
        display: block; }
      .product-banner_partners .product-banner__image img {
        max-height: 100%;
        width: 100%;
        height: auto; }

.toogle-products {
  position: fixed;
  right: 0;
  top: 50%;
  -webkit-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
  z-index: 4;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease; }
  .toogle-products.active {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%); }

.toogle-btn-banner {
  position: absolute;
  left: -35px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #1D81FF;
  -webkit-box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1), 0px 4px 6px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1), 0px 4px 6px rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  border: 1px solid transparent;
  cursor: pointer;
  -webkit-transition: right .3s ease, background-color .3s ease, border-color .3s ease;
  transition: right .3s ease, background-color .3s ease, border-color .3s ease;
  z-index: 3; }
  .active .toogle-btn-banner {
    background-color: #fff;
    border-color: #1D81FF;
    z-index: 3; }
    .active .toogle-btn-banner svg {
      fill: #1D81FF;
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg); }
  .toogle-btn-banner svg {
    fill: #fff; }

.toogle-sidebar {
  position: relative;
  z-index: 2;
  background: #ffffff;
  border: 1px solid rgba(29, 129, 255, 0.1);
  -webkit-box-shadow: 0px 10px 15px rgba(29, 129, 255, 0.1), 0px 4px 6px rgba(29, 129, 255, 0.05);
  box-shadow: 0px 10px 15px rgba(29, 129, 255, 0.1), 0px 4px 6px rgba(29, 129, 255, 0.05);
  border-radius: 8px 0px 0px 8px;
  padding: 50px 30px 50px 22px; }
  .toogle-sidebar .navigation-link a {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #1d1d1b;
    position: relative;
    padding-left: 23px;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    display: inline-block; }
    .toogle-sidebar .navigation-link a::before {
      content: '';
      position: absolute;
      left: -23px;
      top: 7px;
      width: 15px;
      height: 2px;
      background: #1D81FF;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: opacity .3s ease, visibility .3s ease, left .3s ease;
      transition: opacity .3s ease, visibility .3s ease, left .3s ease; }
    .toogle-sidebar .navigation-link a.active {
      -webkit-transform: translateX(23px);
      transform: translateX(23px); }
      .toogle-sidebar .navigation-link a.active::before {
        opacity: 1;
        visibility: visible;
        left: 0; }
  .toogle-sidebar .navigation-link + .navigation-link {
    margin-top: 12px; }

.product-block {
  padding: 120px 0; }

.product-wrapper-header {
  text-align: center; }

.product-headers {
  margin-top: 28px;
  padding: 32px 30px 0 30px;
  position: relative;
  z-index: 2; }
  .product-headers__button {
    position: absolute;
    top: 0;
    right: -1px;
    height: calc(100% - 1px);
    padding: 0 16px 0 6px;
    background-color: #fff;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .product-headers__button::before {
      content: '';
      position: absolute;
      top: 0;
      left: -19px;
      width: 20px;
      height: 100%;
      background: -webkit-gradient(linear, right top, left top, color-stop(20%, #FFFFFF), to(rgba(255, 255, 255, 0)));
      background: linear-gradient(270deg, #FFFFFF 20%, rgba(255, 255, 255, 0) 100%); }
    .product-headers__button_prev {
      right: auto;
      left: -1px; }
      .product-headers__button_prev svg {
        -webkit-transform: scale(-1, 1);
        transform: scale(-1, 1); }
      .product-headers__button_prev::before {
        left: auto;
        right: -19px;
        background: -webkit-gradient(linear, left top, right top, color-stop(20%, #FFFFFF), to(rgba(255, 255, 255, 0)));
        background: linear-gradient(to right, #FFFFFF 20%, rgba(255, 255, 255, 0) 100%); }
    .product-headers__button.swiper-button-disabled {
      display: none; }

.product-title-item {
  outline: none !important;
  width: auto; }
  .product-title-item.active a {
    color: #1D1D1B; }
    .product-title-item.active a::before {
      content: '';
      position: absolute;
      bottom: -31px;
      width: calc(100% - 40px);
      height: 4px;
      left: 20px;
      background: #1D81FF; }
  .product-title-item.platinum a {
    background: #e5edf5;
    border-radius: 8px; }
  .product-title-item a {
    position: relative;
    color: #848484;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 800;
    font-size: 24px;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
    padding: 10px 20px;
    white-space: nowrap;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-bottom: 32px;
    outline: none !important; }
    .product-title-item a:hover {
      color: #1D81FF; }
    .product-title-item a .product-icon-menu {
      position: absolute;
      left: 50%;
      top: calc(100% - 10px);
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); }
      .product-title-item a .product-icon-menu img {
        display: block; }

.product-content {
  position: relative;
  padding-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 560px; }
  .product-content::before {
    content: '';
    position: absolute;
    left: 0;
    top: -1px;
    height: 2px;
    width: 100%;
    background: #e1e1e1;
    z-index: 1; }

.product-column {
  width: 25%;
  min-height: 100%;
  position: relative;
  z-index: 2; }
  .product-column:nth-child(2) {
    width: 50%;
    z-index: 1; }
  .product-column--calculate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 25%; }
  .product-column-opt-1 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .product-column-opt-1 .product-controls {
      margin-top: 70px; }
  .product-column-opt-2 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .product-column-opt-2 .product-total {
      border-top: none;
      padding-top: 0;
      margin-top: 0; }
  .product-column-opt-3 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .product-column-opt-3 .product-time {
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; }
      .product-column-opt-3 .product-time span b {
        font-weight: 600;
        font-size: 34px;
        line-height: 48px; }

.product-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .product-row + .product-row {
    margin-top: 24px; }
  .product-row > span:nth-child(1) {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #1D1D1B;
    display: inline-block; }
  .product-row > span:nth-child(2) {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #1D1D1B; }

.product-title {
  font-weight: 800;
  font-size: 28px;
  line-height: 34px;
  text-transform: uppercase;
  color: #1D1D1B; }

.product-opportunity {
  margin-top: 48px; }
  .product-opportunity__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    .product-opportunity__item + .product-opportunity__item {
      margin-top: 24px; }
  .product-opportunity__icon img {
    max-height: 41px; }
  .product-opportunity__text {
    padding-left: 32px;
    font-size: 14px; }

.product-events {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-top: 1px solid rgba(29, 29, 27, 0.1);
  padding-top: 25px;
  margin-top: 25px; }
  .product-events__digits span {
    color: #fff;
    background: #1D81FF;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-weight: 600;
    font-size: 13px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 30px; }
  .product-events__text {
    padding-left: 42px; }
  .product-events + .link {
    margin-top: 70px; }

.product-price-old {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  -webkit-text-decoration-line: line-through;
  text-decoration-line: line-through;
  color: #1D1D1B;
  opacity: 0.4;
  text-align: right; }
  .product-price-old_left {
    text-align: left; }

.product-price {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  .product-price__value {
    text-align: right;
    font-weight: 500; }

.product-time {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  .product-time .select2-container {
    width: auto !important; }
  .product-time__price-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .product-time__price {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    text-align: right;
    color: #1D1D1B;
    display: block; }
    .product-time__price_usd {
      font-weight: 500;
      font-size: 16px;
      line-height: 19px;
      text-align: right;
      color: #1D1D1B;
      opacity: 0.4; }

.product-total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .product-total--without-border {
    margin-top: 0;
    padding-top: 0;
    border-top: none; }
  .product-total span:nth-child(1) {
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #1D1D1B;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
  .product-total span:nth-child(2) {
    font-weight: 600;
    font-size: 34px;
    line-height: 41px;
    color: #1D1D1B; }
    .product-total span:nth-child(2) b {
      font-weight: 600;
      font-size: 18px; }
  .product-total .total_price {
    margin-right: 8px; }
    .product-total .total_price + span {
      margin-top: 10px; }

.product-discount {
  position: absolute;
  right: 70px;
  top: 0;
  width: 64px;
  height: 67px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .product-discount span {
    position: relative;
    z-index: 2;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #fff; }
  .product-discount .wrapper-svg {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .product-discount svg {
    fill: #ff3038;
    width: 64px;
    height: 67px; }
  .product-discount_xs {
    width: 40px;
    height: 40px; }
    .product-discount_xs svg {
      width: 40px !important;
      height: 40px !important; }
    .product-discount_xs span {
      font-size: 14px;
      line-height: 16px; }
  .product-discount_sm {
    width: 50px;
    height: 50px; }
    .product-discount_sm svg {
      width: 50px !important;
      height: 50px !important; }

.product-img {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  min-height: 400px;
  max-height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .product-img::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 490px;
    height: 490px;
    border-radius: 50%;
    background: #e9f3ff; }
  .product-img img {
    position: relative;
    z-index: 2;
    height: 100%;
    max-height: 400px; }

.product-btn {
  margin-top: 18px; }
  .product-btn .btn {
    width: 100%; }
    .product-btn .btn + .btn {
      margin-top: 20px; }

.product-calculate {
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.product-lower {
  margin-top: 32px;
  padding-top: 22px;
  border-top: 1px solid rgba(29, 29, 27, 0.1); }
  .product-lower--without-border {
    margin-top: 0;
    padding-top: 0;
    border-top: none; }

.product-controls {
  width: 100%;
  margin-top: 20px; }
  .product-controls__title {
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    color: #363d40;
    text-align: center; }
  .product-controls__btns {
    margin-top: 15px; }
    .product-controls__btns .btn {
      width: 100%; }
      .product-controls__btns .btn + .btn {
        margin-top: 15px; }

.sale-slider-row {
  margin-top: 40px; }

.sale-slider {
  position: relative; }
  .sale-slider .slick-dots {
    position: absolute;
    left: 50%;
    top: calc(100% + 20px);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .sale-slider .slick-dots button {
      margin: 0 4px !important; }
    .sale-slider .slick-dots .slick-active button {
      border: 2px solid #1D81FF !important;
      background: #fff !important; }

.sale-slider-item {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-radius: 30px 10px 10px 10px;
  background: #e5edf5;
  padding-right: 45px;
  margin: 10px 0; }
  .sale-slider-item__flag {
    border-radius: 30px 0px 30px 10px;
    font-weight: bold;
    font-size: 16px;
    line-height: 18px;
    padding: 21px 30px; }
    .sale-slider-item__flag--red {
      background: #ff3038;
      color: #fff; }
  .sale-slider-item__text {
    padding-left: 20px; }

.product-description-block--blue {
  background: #e9f3ff;
  border-radius: 10px;
  padding: 15px 20px;
  margin-bottom: 25px; }

.js-benish-msg-box {
  width: 100%; }

.product-old-price {
  color: rgba(29, 29, 27, 0.4);
  font-weight: 500;
  text-align: right;
  margin-bottom: 5px;
  text-decoration: line-through; }
  .product-old-price span {
    text-decoration: line-through; }
  .product-old-price .old_price {
    margin-right: 0; }
    .product-old-price .old_price + span {
      margin-top: 10px; }

.product-lower--old-price {
  padding-top: 15px; }

.benish-guard {
  padding: 125px 0;
  background: #499aff;
  overflow: hidden;
  position: relative; }
  .benish-guard .el-bg {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1; }
    .benish-guard .el-bg svg {
      fill: #3c92ff; }

.list-guards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 50px -12px 0;
  position: relative;
  z-index: 2; }
  .list-guards::-webkit-scrollbar {
    display: none; }

.guards-wrapper-item {
  width: 20%; }

.guards-item {
  background: #fff;
  border-radius: 10px;
  padding: 30px 12px;
  margin: 0 12px;
  min-height: 100%; }
  .guards-item__icon {
    text-align: center;
    position: relative;
    height: 100px;
    width: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto; }
    .guards-item__icon .wrapper-circle {
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
      .guards-item__icon .wrapper-circle svg {
        fill: #e9f3ff; }
    .guards-item__icon .wrapper-svg {
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
      .guards-item__icon .wrapper-svg svg {
        fill: #e9f3ff; }
    .guards-item__icon img {
      position: relative;
      z-index: 3;
      max-height: 60px; }
  .guards-item__title {
    margin-top: 25px;
    font-weight: 600;
    font-size: 18px;
    line-height: 130%;
    text-align: center;
    min-height: 46px; }
  .guards-item__list {
    padding: 0;
    margin: 25px 0 0;
    list-style: none; }
    .guards-item__list li {
      position: relative;
      padding-left: 16px;
      font-size: 14px; }
      .guards-item__list li::before {
        content: '';
        position: absolute;
        left: 0;
        top: 8px;
        width: 6px;
        height: 6px;
        background: #d1dce0;
        border-radius: 50%; }
      .guards-item__list li + li {
        margin-top: 8px; }

.how-work {
  padding: 120px 0 0;
  overflow: hidden; }

.list-work {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 90px; }
  .list-work::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 110px);
    background: #e5edf5;
    display: none; }
  .list-work .slick-dots {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 30px; }

.item-work {
  width: 100%;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .item-work + .item-work {
    margin-top: 120px; }
  .item-work:nth-child(even) .item-work__image {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    text-align: left;
    padding-right: 0;
    padding-left: 100px; }
  .item-work:nth-child(even) .item-work__wrapper {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .item-work:nth-child(even) .item-work__number {
    right: calc(100% - 78px);
    top: 50%;
    width: 158px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: auto; }
  .item-work:nth-child(even) .item-work__text-wrapper::before {
    content: '';
    position: absolute;
    left: 100%;
    right: auto;
    top: 0;
    height: 100%;
    width: 100%;
    background: #e5edf5; }
  .item-work:last-child .item-work__image {
    padding-right: 0; }
  .item-work__wrapper {
    position: relative;
    width: 46%; }
  .item-work__text-wrapper {
    padding: 80px 160px 80px 100px;
    position: relative;
    background: #e5edf5;
    min-height: 350px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .item-work__text-wrapper::before {
      content: '';
      position: absolute;
      right: 100%;
      top: 0;
      height: 100%;
      width: 100%;
      background: #e5edf5; }
    .item-work__text-wrapper::after {
      content: '';
      position: absolute;
      left: calc(50% + 30px);
      top: calc(50% - 10px);
      width: 100%;
      height: 100%;
      background: url(../images/bg-double-white.svg) center center no-repeat;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      background-size: contain;
      opacity: 0.3; }
  .item-work__text {
    font-size: 16px;
    line-height: 140%;
    color: #1D1D1B; }
    .item-work__text p {
      margin-bottom: 0; }
      .item-work__text p + p {
        margin-top: 18px; }
  .item-work__number {
    -webkit-text-stroke: 1px #1D1D1B;
    color: transparent;
    font-weight: 800;
    font-size: 284px;
    line-height: 348px;
    opacity: 0.2;
    position: absolute;
    left: calc(100% - 78px);
    top: 50%;
    width: 158px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  .item-work__image {
    width: 50%;
    text-align: right;
    padding-right: 100px; }
    .item-work__image img {
      max-width: 100%;
      max-height: 308px; }

.video-block {
  background-size: cover;
  position: relative;
  overflow: hidden;
  max-width: 1600px;
  width: 100%;
  margin: 0 auto; }
  .video-block .video-bg {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center; }
  .video-block iframe {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    z-index: 2;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%); }
  .video-block::before {
    content: "";
    display: block;
    padding-bottom: 56.3%; }

.video-controls {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  z-index: 3;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover; }
  .video-controls.show {
    z-index: -1;
    opacity: 0; }
  .video-controls::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(29, 129, 255, 0.4)), to(rgba(29, 129, 255, 0.4)));
    background: linear-gradient(0deg, rgba(29, 129, 255, 0.4), rgba(29, 129, 255, 0.4));
    z-index: 3; }
  .video-controls__btn {
    position: relative;
    z-index: 4; }
  .video-controls__title {
    margin-top: 20px;
    font-weight: 800;
    font-size: 14px;
    line-height: 17px;
    color: #fff;
    text-transform: uppercase;
    max-width: 125px; }

.service {
  padding: 120px 0; }

.list-service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 50px -10px 0; }

.service-item {
  overflow: hidden;
  width: 33.33%;
  margin: 0 10px;
  border: 2px solid #1D81FF;
  text-align: center;
  padding: 40px 80px 50px;
  position: relative;
  min-height: 320px;
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none !important; }
  .service-item::before {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 50%;
    width: 2px;
    height: 20px;
    background: #fff;
    margin-left: -1px;
    opacity: 0;
    -webkit-transition: bottom .3s ease, opacity .3s ease;
    transition: bottom .3s ease, opacity .3s ease; }
  .service-item:hover {
    background-color: #1D81FF; }
    .service-item:hover::before {
      opacity: 1;
      bottom: 0; }
    .service-item:hover .service-item__title {
      color: #fff; }
    .service-item:hover .service-item__icon {
      top: -180px; }
    .service-item:hover .service-item__text {
      margin-top: 16px;
      opacity: 1; }
    .service-item:hover .service-item__link {
      opacity: 1; }
    .service-item:hover .service-item__hidden {
      -webkit-transform: none;
      transform: none; }
  .service-item__icon {
    position: absolute;
    top: 40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    min-height: 150px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: top .3s ease;
    transition: top .3s ease; }
    .service-item__icon .wrapper-svg {
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      fill: #e9f3ff; }
      .service-item__icon .wrapper-svg svg {
        height: 150px;
        width: 150px; }
    .service-item__icon img {
      position: relative;
      z-index: 2;
      height: 90px;
      max-width: 98px; }
  .service-item__title {
    font-weight: 800;
    font-size: 28px;
    line-height: 34px;
    text-transform: uppercase;
    -webkit-transition: margin-top .4s ease;
    transition: margin-top .4s ease;
    color: #1D1D1B; }
  .service-item__hidden {
    -webkit-transition: opacity .3s ease, visibility .4s ease, -webkit-transform .3s ease;
    transition: opacity .3s ease, visibility .4s ease, -webkit-transform .3s ease;
    transition: transform .3s ease, opacity .3s ease, visibility .4s ease;
    transition: transform .3s ease, opacity .3s ease, visibility .4s ease, -webkit-transform .3s ease;
    -webkit-transform: translateY(100%);
    transform: translateY(100%); }
  .service-item__text {
    font-size: 16px;
    line-height: 160%;
    color: rgba(255, 255, 255, 0.7);
    min-height: 102px;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
    opacity: 0; }
  .service-item__link {
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
    opacity: 0; }
    .service-item__link span {
      color: #fff; }

.mobile-app-block {
  background: #e9f3ff;
  padding: 100px 0; }

.app-img {
  position: absolute;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }
  .app-img .wrapper-svg {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 500px;
    height: 500px;
    fill: #fff; }
    .app-img .wrapper-svg svg {
      width: 100%;
      height: 100%; }
  .app-img img {
    position: relative;
    z-index: 2;
    width: 381px; }
  .app-img__video {
    position: absolute;
    left: 59px;
    top: 42px;
    width: 282px;
    height: calc(100% - 101px);
    z-index: 5;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 28px;
    outline: none; }
    .app-img__video:focus {
      outline: none; }

.list-app {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 40px auto 0;
  width: calc(100% - 16.66667%);
  position: relative;
  min-height: 705px; }
  .list-app-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%; }

.app-item {
  margin-top: 40px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 50%; }
  .app-item:nth-child(even) {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    .app-item:nth-child(even) .app-item__icon {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
    .app-item:nth-child(even) .app-item__text {
      text-align: right;
      padding-left: 0;
      padding-right: 15px; }
  .app-item__icon {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 70px; }
    .app-item__icon img {
      position: relative;
      z-index: 2; }
  .app-item__text {
    font-weight: 500;
    line-height: 130%;
    padding-left: 15px;
    max-width: 230px; }

.list-app-links {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.link-app {
  margin: 0 15px; }
  .link-app a {
    border: 1px solid #000;
    border-radius: 6px;
    display: block;
    height: 48px;
    padding: 0 15px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    color: #1D1D1B;
    width: 160px;
    -webkit-transition: color .3s ease, border-color .3s ease;
    transition: color .3s ease, border-color .3s ease; }
    .link-app a svg {
      -webkit-transition: fill .3s ease;
      transition: fill .3s ease; }
    .link-app a:hover {
      color: #1D81FF;
      border-color: #1D81FF;
      text-decoration: none; }
      .link-app a:hover svg {
        fill: #1D81FF; }

.ready-solution {
  padding: 100px 0;
  background-color: #dfedff;
  overflow: hidden; }
  .ready-solution__btn {
    margin-top: 30px;
    text-align: center; }
    .ready-solution__btn .btn {
      padding: 17px 35px; }

.list-solution {
  margin: 78px auto 0;
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.solution-item {
  text-align: center;
  text-decoration: none !important;
  outline: none !important;
  min-width: 190px;
  margin: 0 20px; }
  .solution-item:hover .solution-item__icon .wrapper-svg {
    fill: #1D81FF; }
  .solution-item:hover .solution-item__icon-svg svg, .solution-item:hover .solution-item__icon-svg path {
    stroke: #fff !important; }
  .solution-item:hover .solution-item__title {
    color: #1d81ff; }
  .solution-item__icon {
    position: relative;
    min-height: 150px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: top .3s ease;
    transition: top .3s ease; }
    .solution-item__icon .wrapper-circle {
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
      .solution-item__icon .wrapper-circle svg {
        fill: #fff;
        width: 162px;
        height: 162px; }
    .solution-item__icon .wrapper-svg {
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      fill: #fff;
      -webkit-transition: fill .3s ease;
      transition: fill .3s ease; }
      .solution-item__icon .wrapper-svg svg {
        height: 150px;
        width: 150px; }
    .solution-item__icon-svg {
      position: relative; }
      .solution-item__icon-svg svg, .solution-item__icon-svg path {
        width: 80px;
        height: 80px;
        -webkit-transition: stroke 300ms ease;
        transition: stroke 300ms ease; }
  .solution-item__title {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 28px;
    line-height: 100px;
    color: #1D1D1B;
    -webkit-transition: color .3s ease;
    transition: color .3s ease; }

.useful-paper {
  padding: 120px 0; }

.list-paper {
  padding-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .list-paper.collapsed .list-button {
    display: inline-block; }
    .list-paper.collapsed .list-button.active {
      display: none; }

.list-paper__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

.paper-item {
  width: 33.3333%;
  padding: 0 12px;
  margin-bottom: 24px; }
  .paper-item.hidden {
    display: none; }
  .paper-item__link {
    background: rgba(174, 210, 255, 0.1);
    border: 1px solid #E5EDF5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    min-height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    color: #1D1D1B;
    border: 1px solid rgba(174, 210, 255, 0.1);
    -webkit-transition: color 300ms ease, border 300ms ease;
    transition: color 300ms ease, border 300ms ease;
    text-align: center;
    padding: 16px 50px;
    height: 100%; }
    .paper-item__link:hover {
      color: #1D81FF;
      border-color: #1D81FF;
      text-decoration: none; }

.list-button {
  -ms-flex-item-align: center;
  align-self: center;
  display: none;
  margin-top: 18px;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  color: #1D1D1B;
  position: relative;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  padding-right: 24px; }
  .list-button::before {
    content: '';
    width: 10px;
    height: 11px;
    position: absolute;
    top: calc(50% - 5px);
    right: 7px;
    background: url("../images/show-more-arrow.svg") 50% 50% no-repeat;
    background-size: cover; }
  .list-button:hover {
    text-decoration: none; }
  .list-button span:first-child {
    display: block; }
  .list-button span:last-child {
    display: none; }

.useful-paper_add .list-paper {
  padding-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .useful-paper_add .list-paper.collapsed .list-button {
    display: inline-block; }
    .useful-paper_add .list-paper.collapsed .list-button.active {
      display: none; }

.useful-paper_add .list-paper__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

.useful-paper_add .paper-item {
  width: 33.3333%;
  padding: 0 10px;
  margin-bottom: 20px;
  position: relative; }
  .useful-paper_add .paper-item.hidden {
    display: none; }
  .useful-paper_add .paper-item svg {
    display: block;
    width: 52px;
    height: 52px;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: -1;
    fill: #E9F3FF; }
  .useful-paper_add .paper-item:nth-child(4n + 1) svg {
    fill: #E9F3FF; }
  .useful-paper_add .paper-item:nth-child(4n + 2) svg {
    fill: #CCF1F1; }
  .useful-paper_add .paper-item:nth-child(4n + 3) svg {
    fill: #EDF3F8; }
  .useful-paper_add .paper-item:nth-child(4n + 4) svg {
    fill: #FFEECF; }
  .useful-paper_add .paper-item__link {
    background: #fff;
    border: 1px solid #E5EDF5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 8px;
    min-height: 130px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #1D1D1B;
    border: 1px solid #E5EDF5;
    -webkit-transition: color 300ms ease, border 300ms ease;
    transition: color 300ms ease, border 300ms ease;
    padding: 29px 51px 29px 30px;
    height: 100%;
    position: relative;
    z-index: 2; }
    .useful-paper_add .paper-item__link:hover {
      color: #1D81FF;
      border-color: #1D81FF;
      text-decoration: none; }
    .useful-paper_add .paper-item__link_no-hover:hover {
      color: #1D1D1B;
      border-color: #E5EDF5;
      text-decoration: none; }

.dispatcher-center {
  overflow: hidden;
  padding: 120px 0 160px; }
  .dispatcher-center__row {
    margin-top: 130px;
    position: relative; }
  .dispatcher-center__column {
    padding: 70px 15px; }
    .dispatcher-center__column:nth-child(2) {
      position: relative; }
      .dispatcher-center__column:nth-child(2)::before {
        content: '';
        position: absolute;
        left: -70px;
        top: 0;
        width: 3000px;
        height: 100%;
        background: #e9f3ff; }
      .dispatcher-center__column:nth-child(2)::after {
        content: '';
        position: absolute;
        left: 88px;
        top: 50%;
        width: 120%;
        height: 100%;
        background: url(../images/bg-double-lines.svg) center center no-repeat;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        background-size: contain; }

.digits-absolute {
  position: absolute;
  right: calc(100% - 180px);
  top: -12px;
  -webkit-text-stroke: 1px #1D1D1B;
  color: transparent;
  font-weight: 800;
  font-size: 266px;
  line-height: 100px;
  opacity: 0.2; }

.dispatcher-wysiwyg {
  position: relative;
  z-index: 2; }
  .dispatcher-wysiwyg p {
    color: #363d40;
    font-size: 16px;
    line-height: 160%; }
  .dispatcher-wysiwyg h3 {
    font-weight: 600;
    font-size: 22px;
    line-height: 140%; }
  .dispatcher-wysiwyg ul {
    margin: 35px 0 0;
    padding: 0;
    list-style: none; }
    .dispatcher-wysiwyg ul li {
      position: relative;
      font-weight: 500;
      font-size: 16px;
      line-height: 160%;
      padding-left: 30px; }
      .dispatcher-wysiwyg ul li::before {
        content: '';
        position: absolute;
        left: 0;
        top: 12px;
        width: 10px;
        height: 2px;
        background: #1D81FF; }
      .dispatcher-wysiwyg ul li + li {
        margin-top: 10px; }

.dispatcher-contacts {
  margin-top: 40px; }
  .dispatcher-contacts__title {
    font-weight: 600;
    font-size: 18px;
    line-height: 160%;
    color: #1D1D1B; }
  .dispatcher-contacts a {
    margin-top: 5px;
    font-weight: bold;
    font-size: 30px;
    line-height: 160%;
    text-decoration: none; }
  .dispatcher-contacts p {
    margin-top: 5px;
    color: #1D1D1B; }

.travel {
  padding: 120px 0;
  overflow: hidden; }

.list-travel {
  margin: 100px auto 0;
  max-width: 1140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.travel-item {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .travel-item:not(:last-child) {
    margin-right: 40px; }
  .travel-item:only-child {
    width: 55%; }
  .travel-item__icon {
    text-align: center;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 40px;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
    .travel-item__icon .wrapper-circle {
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 228px;
      height: 228px; }
      .travel-item__icon .wrapper-circle svg {
        fill: #e9f3ff;
        width: 100%;
        height: 100%; }
    .travel-item__icon .wrapper-svg {
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
      .travel-item__icon .wrapper-svg svg {
        height: 202px;
        width: auto;
        fill: #e9f3ff; }
    .travel-item__icon img {
      position: relative;
      z-index: 3;
      height: auto;
      width: 220px;
      margin-top: -10px; }
  .travel-item__text {
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    max-width: 354px;
    position: relative;
    z-index: 2;
    margin-top: 25px; }
  .travel-item__link {
    margin-top: 28px;
    position: relative;
    z-index: 2; }
  .travel-item__title {
    font-weight: 700; }
  .travel-item__content {
    font-size: 16px; }

.price-total {
  position: relative; }
  .price-total__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-right: -10px;
    margin-left: -10px; }
  .price-total__col {
    padding: 0 10px; }
  .price-total__text {
    font-weight: bold;
    font-size: 18px;
    line-height: 41px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    letter-spacing: 0.02em;
    color: #1D1D1B; }
  .price-total__price {
    font-weight: 600;
    font-size: 34px;
    line-height: 41px;
    text-align: right;
    color: #1D1D1B; }
    .price-total__price span {
      font-size: 18px; }
    .price-total__price_old {
      font-weight: 500;
      font-size: 16px;
      line-height: 19px;
      text-align: right;
      -webkit-text-decoration-line: line-through;
      text-decoration-line: line-through;
      color: #1D1D1B;
      opacity: 0.4; }
      .price-total__price_old span {
        font-size: 16px; }

.technical {
  padding: 100px 0; }

.technical-wysiwyg {
  margin: 50px auto 0;
  max-width: 1340px;
  padding: 50px 72px;
  border: 1px solid #e5edf5; }
  .technical-wysiwyg ul {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    list-style: none;
    margin: 0;
    padding: 0;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px; }
    .technical-wysiwyg ul li {
      padding: 15px 0 15px 23px;
      position: relative;
      border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
      -webkit-column-break-inside: avoid;
      page-break-inside: avoid;
      break-inside: avoid; }
      .technical-wysiwyg ul li::before {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 6px;
        height: 6px;
        background: #1d81ff; }

.card-product h1 {
  font-weight: bold;
  font-size: 44px;
  line-height: 55px;
  color: #1D1D1B; }

.main-product {
  margin-top: 40px;
  padding-bottom: 120px; }
  .main-product__order-info {
    padding-top: 36px;
    padding-bottom: 36px; }
    .main-product__order-info_with-button .main-product__order-info-col:nth-child(2) {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }
    .main-product__order-info-row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-left: -15px;
      margin-right: -15px; }
    .main-product__order-info-col {
      padding: 0 15px;
      position: relative; }
      .main-product__order-info-col:first-child {
        -ms-flex-negative: 0;
        flex-shrink: 0; }
      .main-product__order-info-col:nth-child(2) {
        -ms-flex-negative: 0;
        flex-shrink: 0; }
      .main-product__order-info-col_align-center {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
      .main-product__order-info-col_border::before {
        content: '';
        width: 1px;
        height: 100%;
        background-color: #1D1D1B;
        opacity: 0.2;
        position: absolute;
        right: 0;
        top: 0; }
    .main-product__order-info-item {
      height: auto;
      position: relative; }
    .main-product__order-info-header {
      padding-bottom: 9px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .main-product__order-info-header_total {
        padding-bottom: 9px; }
    .main-product__order-info-title {
      font-weight: 500;
      font-size: 14px;
      line-height: 16px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      color: #1D1D1B; }
      .main-product__order-info-title_desktop {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
      .main-product__order-info-title_mobile {
        display: none; }
    .main-product__order-info-body {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; }
      .main-product__order-info-body_align-center {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
      .main-product__order-info-body_absolute {
        position: relative;
        padding-left: 220px; }
      .main-product__order-info-body .select2 {
        width: auto !important; }
      .main-product__order-info-body .main-product-select {
        padding-right: 20px;
        width: 220px; }
        .main-product__order-info-body .main-product-select_absolute {
          position: absolute;
          left: 0;
          top: -10px;
          width: 220px;
          z-index: 2; }
        .main-product__order-info-body .main-product-select_top-0 {
          top: 0; }
    .main-product__order-info-price {
      font-weight: 500;
      font-size: 18px;
      line-height: 21px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      color: #1D1D1B; }
      .main-product__order-info-price_sm {
        font-weight: 500;
        font-size: 14px;
        line-height: 16px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: #1D1D1B;
        opacity: 0.4; }
  .main-product__service {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 251px;
    padding: 8px;
    background: #FFF7D9;
    border: 1px solid #FFEDAC;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 6px; }
    .main-product__service_product-block {
      margin-top: 20px; }
    .main-product__service_fw {
      width: 100%;
      max-width: 100%; }
      .main-product__service_fw .main-product__service-text {
        max-width: 175px; }
    .main-product__service-icon {
      width: 24px;
      height: 24px;
      margin-right: 14px; }
      .main-product__service-icon svg {
        width: 100%;
        height: 100%;
        display: block; }
    .main-product__service-text {
      font-size: 12px;
      line-height: 140%;
      color: #1D1D1B; }
      .main-product__service-text strong {
        font-weight: 500; }
    .main-product__service-tooltip {
      position: relative;
      top: -1px; }
  .main-product__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    min-height: 700px; }
    .main-product__content--service .main-product__description {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    .main-product__content--service .main-product__options {
      margin-top: 0; }
      .main-product__content--service .main-product__options + .main-product__options {
        margin-top: 10px; }
      .main-product__content--service .main-product__options > span:nth-child(1) {
        display: inline-block;
        min-width: 70px;
        margin-right: 15px; }
    .main-product__content--service .main-product__info-product {
      margin-left: 0; }
      .main-product__content--service .main-product__info-product .main-product__column-info::before {
        display: none; }
      .main-product__content--service .main-product__info-product .main-product__column-info + .main-product__column-info {
        margin-left: 0; }
        .main-product__content--service .main-product__info-product .main-product__column-info + .main-product__column-info::before {
          display: none; }
    .main-product__content--service .main-product__controls {
      margin-top: 0; }
    .main-product__content--service .main-product__column-info + .main-product__column-info {
      padding-left: 0;
      margin-left: 0; }
    .main-product__content--service .wysiwyg-tabs {
      color: #1D1D1B; }
      .main-product__content--service .wysiwyg-tabs p {
        font-size: 16px;
        line-height: 25px; }
        .main-product__content--service .wysiwyg-tabs p + h5 {
          padding-top: 0; }
      .main-product__content--service .wysiwyg-tabs h5 {
        font-weight: 600;
        font-size: 16px;
        line-height: 25px; }
      .main-product__content--service .wysiwyg-tabs ul {
        list-style: none;
        padding: 0;
        margin: 8px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        .main-product__content--service .wysiwyg-tabs ul li {
          width: 100%;
          padding: 2px 0 2px 22px;
          position: relative;
          min-height: 100%;
          display: -webkit-inline-box;
          display: -ms-inline-flexbox;
          display: inline-flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; }
          .main-product__content--service .wysiwyg-tabs ul li::before {
            content: '';
            position: absolute;
            left: 0;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            width: 6px;
            height: 6px;
            background: #1d81ff; }
  .main-product-left {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    width: 40%;
    margin-top: 80px; }
  .main-product-right {
    width: calc(60% - 60px); }
  .main-product .info-title {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #1D1D1B;
    margin-bottom: 10px; }
  .main-product__container-image {
    position: relative; }
  .main-product__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    min-height: 450px; }
    .main-product__image::before {
      content: '';
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 457px;
      height: 457px;
      border-radius: 50%;
      background: #e9f3ff;
      margin-top: -10px; }
    .main-product__image img {
      margin: 0 auto;
      position: relative;
      z-index: 2;
      height: auto;
      width: 100%;
      max-width: 320px; }
  .main-product__discount {
    position: absolute;
    right: 20px;
    top: 0;
    width: 64px;
    height: 67px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .main-product__discount span {
      position: relative;
      z-index: 2;
      font-weight: bold;
      font-size: 16px;
      line-height: 19px;
      color: #fff; }
    .main-product__discount .wrapper-svg {
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    .main-product__discount svg {
      fill: #ff3038;
      width: 64px;
      height: 67px; }
  .main-product__sales {
    margin-top: 30px;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
    .main-product__sales--mobile {
      display: none; }
    .main-product__sales .sale-slider-row {
      margin-top: 0;
      width: 100%;
      position: relative; }
  .main-product__description {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding-bottom: 40px; }
    .main-product__description--type-2 {
      padding-bottom: 0; }
    .main-product__description--type-3 {
      padding-bottom: 0; }
      .main-product__description--type-3 .btn-third {
        min-width: 210px; }
      .main-product__description--type-3 .product-description-block {
        padding: 8px 15px;
        margin-bottom: 0;
        line-height: 140%; }
    .main-product__description--type-4 {
      padding-bottom: 40px; }
      .main-product__description--type-4 .main-product__order {
        padding-top: 45px; }
  .main-product__options {
    margin-top: 30px; }
    .main-product__options > span:first-child {
      margin-right: 20px; }
    .main-product__options .select2-container {
      min-width: 220px; }
  .main-product__controls {
    margin-top: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .main-product__price {
    position: relative;
    font-size: 18px;
    line-height: 21px;
    padding-top: 22px; }
    .main-product__price-lg {
      font-weight: 600;
      font-size: 34px;
      line-height: 41px;
      position: relative; }
    .main-product__price-top {
      position: absolute;
      left: 0;
      top: -24px; }
    .main-product__price::before {
      content: '';
      position: absolute;
      bottom: 1px;
      left: 0;
      background: #1d81ff;
      opacity: 0.2;
      height: 12px;
      width: 100%; }
  .main-product__info-product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: left;
    margin-left: 30px; }
  .main-product__column-info {
    position: relative;
    padding-left: 30px;
    margin-left: 30px; }
    .main-product__column-info:first-child {
      margin-left: 0; }
    .main-product__column-info::before {
      content: '';
      position: absolute;
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 1px;
      height: 20px;
      background: rgba(29, 29, 27, 0.2); }
  .main-product__order {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    .main-product__order_card-service {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .main-product__order_card-service .main-price {
        padding-right: 0;
        padding-left: 30px; }
    .main-product__order .btn {
      width: auto; }
  .main-product__old-price {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #1D1D1B;
    opacity: 0.4;
    white-space: nowrap; }
    .main-product__old-price span {
      text-decoration: line-through; }
  .main-product__support {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 18px;
    font-weight: 500; }
    .main-product__support .select2-container {
      width: 126px !important; }
  .main-product__install {
    font-size: 18px;
    font-weight: 500;
    line-height: 40px; }
  .main-product__tabs-descriptions {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
    .main-product__tabs-descriptions .nav-tabs {
      margin-bottom: 20px; }
      .main-product__tabs-descriptions .nav-tabs .nav-link {
        color: #1D81FF;
        font-weight: 600;
        font-size: 18px;
        line-height: 21px;
        margin-right: 40px;
        text-decoration: none;
        display: inline-block; }
        .main-product__tabs-descriptions .nav-tabs .nav-link.active {
          color: #1D1D1B; }
          .main-product__tabs-descriptions .nav-tabs .nav-link.active span {
            -webkit-transform: translateX(25px);
            transform: translateX(25px); }
            .main-product__tabs-descriptions .nav-tabs .nav-link.active span::before {
              opacity: 1;
              visibility: visible; }
        .main-product__tabs-descriptions .nav-tabs .nav-link:last-child {
          margin-right: 0; }
        .main-product__tabs-descriptions .nav-tabs .nav-link span {
          display: inline-block;
          position: relative;
          -webkit-transition: -webkit-transform .3s ease;
          transition: -webkit-transform .3s ease;
          transition: transform .3s ease;
          transition: transform .3s ease, -webkit-transform .3s ease; }
          .main-product__tabs-descriptions .nav-tabs .nav-link span::before {
            content: '';
            position: absolute;
            left: -25px;
            top: 6px;
            background: url("../../assets/images/arrow-tabs.png");
            width: 16px;
            height: 10px;
            opacity: 0;
            visibility: hidden;
            -webkit-transition: opacity .3s ease visibility .3s ease;
            transition: opacity .3s ease visibility .3s ease; }

.main-product-price {
  margin-right: 30px; }
  .main-product-price > span {
    display: none;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px; }

.main-product-mobile {
  display: none; }

.main-product-select {
  margin-left: -14px; }
  .main-product-select__wrapper {
    position: relative;
    width: 180px;
    height: 40px;
    z-index: 10; }
    .main-product-select__wrapper .select2 {
      position: absolute;
      top: 0;
      left: -14px;
      width: 100%; }
  .main-product-select__price {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #1D81FF;
    position: relative;
    top: -6px; }

.recommend {
  padding: 120px 0 0; }

.list-recommend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 40px -10px 0; }
  .list-recommend .slick-dots {
    margin-top: 30px; }
  .list-recommend--sale {
    margin-top: 20px; }
    .list-recommend--sale .card-item {
      padding: 30px 20px; }
      .list-recommend--sale .card-item__controls {
        margin-top: 45px; }
      .list-recommend--sale .card-item__image::before {
        width: 245px;
        height: 245px; }
    .list-recommend--sale .btn-callback {
      color: #1D1D1B; }
      .list-recommend--sale .btn-callback:hover {
        color: #fff; }

.card-item {
  width: calc(50% - 20px);
  margin: 20px 10px 0;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 1px solid #e5edf5;
  border-radius: 10px;
  padding: 20px;
  position: relative;
  -webkit-transition: -webkit-box-shadow .4s ease;
  transition: -webkit-box-shadow .4s ease;
  transition: box-shadow .4s ease;
  transition: box-shadow .4s ease, -webkit-box-shadow .4s ease;
  min-height: 325px; }
  .card-item:hover {
    -webkit-box-shadow: 0px 10px 15px rgba(29, 129, 255, 0.1), 0px 4px 6px rgba(29, 129, 255, 0.05);
    box-shadow: 0px 10px 15px rgba(29, 129, 255, 0.1), 0px 4px 6px rgba(29, 129, 255, 0.05); }
    .card-item:hover .card-item__title {
      margin-left: 25px; }
      .card-item:hover .card-item__title::before {
        opacity: 1; }
  .card-item__discount {
    top: 0;
    right: 10px; }
    .card-item__discount_sm {
      display: none; }
  .card-item__image {
    position: absolute;
    left: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 320px;
    height: 280px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .card-item__image::before {
      content: '';
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 267px;
      height: 267px;
      border-radius: 50%;
      background: #e9f3ff; }
    .card-item__image img {
      position: relative;
      z-index: 2;
      max-width: 200px;
      max-height: 180px;
      width: auto !important; }
  .card-item__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc(100% - 350px);
    margin-left: auto;
    margin-right: 0; }
  .card-item__title {
    margin-top: 10px;
    font-weight: bold;
    position: relative;
    font-size: 22px;
    line-height: 130%;
    width: calc(100% - 25px);
    -webkit-transition: margin-left .3s ease;
    transition: margin-left .3s ease; }
    .card-item__title::before {
      content: '';
      position: absolute;
      left: -23px;
      top: 14px;
      height: 2px;
      width: 10px;
      background: #1d81ff;
      opacity: 0;
      -webkit-transition: opacity .3s ease;
      transition: opacity .3s ease; }
  .card-item__text {
    margin-top: 10px;
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    color: rgba(29, 29, 27, 0.6); }
  .card-item__price {
    margin-top: 10px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
    .card-item__price span {
      font-size: 16px;
      font-weight: 600;
      position: relative; }
      .card-item__price span::before {
        content: '';
        position: absolute;
        bottom: -3px;
        left: 0;
        background: #1d81ff;
        opacity: 0.2;
        height: 12px;
        width: 100%; }
    .card-item__price .btn-tooltip svg {
      fill: rgba(255, 48, 56, 0.5); }
    .card-item__price .btn-tooltip:hover svg {
      fill: rgba(54, 61, 64, 0.6); }
    .card-item__price b {
      font-size: 32px;
      font-weight: 600; }
    .card-item__price .btn {
      margin-top: -20px; }
  .card-item__controls {
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%; }
    .card-item__controls .link {
      color: #1D1D1B;
      margin-right: 10px; }
      .card-item__controls .link:hover {
        color: #1D81FF; }
    .card-item__controls .btn {
      width: 185px; }

.services-cards {
  padding: 120px 0 0; }

.consultation {
  overflow: hidden;
  margin-top: 120px; }
  .consultation-wrapper {
    padding: 15px 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0 20px; }
    .consultation-wrapper::before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      width: 100%;
      background: #1d81ff; }
  .consultation .title-wrapper {
    max-width: 50%;
    padding-left: 120px; }
  .consultation .title {
    color: #fff;
    position: relative;
    z-index: 2;
    text-transform: none;
    text-align: left;
    font-size: 44px;
    line-height: 55px;
    font-weight: 600; }
  .consultation .wrapper-form {
    z-index: 2;
    position: relative;
    width: 50%;
    padding-top: 55px;
    padding-bottom: 30px; }
    .consultation .wrapper-form .title-form {
      padding-top: 10px;
      position: relative;
      text-align: center;
      font-size: 26px;
      font-weight: 500; }
      .consultation .wrapper-form .title-form::before {
        content: '';
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        top: 0;
        height: 2px;
        width: 30px;
        background: #1D81FF; }
    .consultation .wrapper-form .wrapper-svg {
      position: absolute;
      left: calc(50% + 14px);
      top: 0;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); }
      .consultation .wrapper-form .wrapper-svg svg {
        fill: #fff; }
    .consultation .wrapper-form .outside-wrapper-svg {
      position: absolute;
      left: calc(50% + 14px);
      top: -75px;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); }
      .consultation .wrapper-form .outside-wrapper-svg svg {
        fill: #fff; }
    .consultation .wrapper-form .inside-wrapper-svg {
      position: absolute;
      left: calc(50% + 14px);
      top: -50px;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); }
      .consultation .wrapper-form .inside-wrapper-svg svg {
        fill: #fff; }
    .consultation .wrapper-form .form-footer {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    .consultation .wrapper-form .form-callback {
      max-width: 370px;
      margin: 15px auto 0;
      position: relative;
      z-index: 2; }
      .consultation .wrapper-form .form-callback .form-control {
        padding: 0 0 15px; }
      .consultation .wrapper-form .form-callback .btn {
        margin-top: 30px;
        min-width: 175px; }

.offer-sale {
  margin-top: 0;
  overflow: hidden; }
  .offer-sale .title {
    font-size: 42px;
    font-weight: 800;
    text-align: left;
    -webkit-transform: translateX(100px);
    transform: translateX(100px); }
    .offer-sale .title b {
      color: #1D81FF;
      font-weight: 800; }
    .offer-sale .title::before {
      display: none; }

.offer-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.offer-column {
  width: 50%;
  position: relative;
  padding: 140px 0; }
  .offer-column:nth-child(1) {
    background: #e5edf5; }
    .offer-column:nth-child(1)::before {
      content: '';
      position: absolute;
      top: 0;
      right: 100%;
      height: 100%;
      width: 100%;
      background: #e5edf5; }
  .offer-column:nth-child(2) {
    background: #f8fafd; }
    .offer-column:nth-child(2)::before {
      content: '';
      position: absolute;
      top: 0;
      left: 100%;
      height: 100%;
      width: 100%;
      background: #f8fafd; }

.offer-title {
  display: block;
  margin: 0 auto;
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  max-width: 430px; }

.offer-text {
  display: block;
  margin: 0 auto;
  margin-top: 15px;
  font-size: 16px;
  line-height: 22px;
  max-width: 430px; }
  .offer-text b {
    position: relative;
    color: #1D81FF;
    display: inline-block; }
    .offer-text b::before {
      content: '';
      position: absolute;
      bottom: -3px;
      left: -2px;
      background: #1d81ff;
      opacity: 0.2;
      height: 12px;
      width: calc(100% + 4px); }

.main-price {
  position: relative;
  padding-right: 30px; }
  .main-price__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .main-price__name {
    display: none;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #1D1D1B; }
  .main-price__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: relative; }
    .main-price__container::before {
      content: '';
      position: absolute;
      bottom: 3px;
      left: 0;
      width: 100%;
      height: 13px;
      background: #1D81FF;
      opacity: 0.2; }
  .main-price__text {
    font-weight: 600;
    font-size: 18px;
    color: #1D1D1B; }
    .main-price__text_old {
      line-height: 19px; }
  .main-price__top {
    height: 19px; }
  .main-price__bottom {
    height: 41px; }
  .main-price__price {
    font-weight: 600;
    font-size: 34px;
    line-height: 41px;
    height: 41px;
    color: #1D1D1B;
    white-space: nowrap; }
    .main-price__price_old {
      font-weight: 500;
      font-size: 18px;
      line-height: 19px;
      color: #1D1D1B;
      opacity: 0.4; }
      .main-price__price_old span:not(.main-price__text) {
        -webkit-text-decoration-line: line-through;
        text-decoration-line: line-through; }

.benefits {
  padding: 126px 0 120px 0; }
  .benefits__list {
    position: relative;
    padding-top: 130px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto; }
  .benefits__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px; }
  .benefits__col {
    width: 50%;
    padding: 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden; }
    .benefits__col:nth-child(even) {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
    .benefits__col:nth-child(odd) {
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; }
    .benefits__col:first-child {
      position: absolute;
      top: 70px;
      left: 50%;
      width: auto;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      overflow: visible; }
  .benefits__item {
    background: #FFFFFF;
    border: 1px dashed #E5EDF5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 24px 20px 24px 21px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 377px;
    margin-bottom: 49px;
    position: relative; }
    .benefits__item::before {
      content: '';
      height: 1px;
      border-bottom: 1px dashed #E5EDF5;
      position: absolute;
      z-index: -1; }
    .benefits__item_rel-vertical::before {
      width: 1px;
      height: 140px;
      left: 50%;
      bottom: -100%;
      border-left: 1px dashed #E5EDF5; }
    .benefits__item_rel-45deg-left {
      z-index: 2; }
      .benefits__item_rel-45deg-left::before {
        display: none; }
    .benefits__item_rel-45deg-right {
      z-index: 2; }
      .benefits__item_rel-45deg-right::before {
        display: none; }
    .benefits__item_rel-horizontal-left::before {
      top: 50%;
      right: -100%;
      width: 100%; }
    .benefits__item_rel-horizontal-right::before {
      top: 50%;
      left: -100%;
      width: 100%; }
  .benefits__image-wrapper {
    position: relative;
    width: 80px;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: url("../images/benefits-bg.svg") center center no-repeat;
    background-size: contain;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
  .benefits__image {
    position: relative;
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
  .benefits__caption {
    padding-left: 26px; }
  .benefits__item-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 130%;
    color: #1D1D1B;
    padding-bottom: 10px; }
  .benefits__item-text {
    font-size: 14px;
    line-height: 140%;
    color: #1D1D1B;
    opacity: 0.8; }
  .benefits__logo {
    position: absolute;
    bottom: 49px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
    .benefits__logo::before {
      content: '';
      position: absolute;
      width: 300px;
      height: 1px;
      border-bottom: 1px dashed #E5EDF5;
      z-index: -1;
      top: -15px;
      right: -215px;
      -webkit-transform: rotate(-30.54deg);
      transform: rotate(-30.54deg); }
    .benefits__logo::after {
      content: '';
      position: absolute;
      width: 300px;
      height: 1px;
      border-bottom: 1px dashed #E5EDF5;
      z-index: -1;
      top: -15px;
      left: -215px;
      -webkit-transform: rotate(-148.98deg);
      transform: rotate(-148.98deg); }
  .benefits__logo-wrapper {
    position: relative; }
  .benefits__logo-image-wrapper {
    width: 140px;
    height: 142px; }
  .benefits__logo-image {
    display: block;
    width: 100%;
    height: 100%; }
  .benefits__text-wrapper {
    padding: 72px 0 114px 0;
    width: 100%;
    max-width: 920px;
    margin: 0 auto; }
  .benefits__text {
    font-weight: 400;
    font-size: 26px;
    line-height: 140%;
    text-align: center;
    color: #1D1D1B; }
    .benefits__text strong {
      font-weight: 600; }
  .benefits__cards {
    display: grid;
    grid-auto-rows: auto;
    grid-gap: 20px 20px;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    max-width: 1196px;
    margin: 0 auto; }
  .benefits__card {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(229, 237, 245, 0.9)), to(rgba(229, 237, 245, 0)));
    background: linear-gradient(180deg, rgba(229, 237, 245, 0.9) 0%, rgba(229, 237, 245, 0) 100%);
    position: relative;
    padding: 29px;
    min-height: 210px; }
    .benefits__card_lg {
      grid-row-start: 1;
      grid-row-end: 3;
      padding: 0;
      background-position: 50% 50%;
      background-size: cover;
      background-repeat: no-repeat; }
      .benefits__card_lg::before {
        content: '';
        width: 100%;
        height: 50%;
        position: absolute;
        top: 0;
        left: 0;
        background: -webkit-gradient(linear, left bottom, left top, color-stop(0.03%, rgba(0, 1, 1, 0)), color-stop(99.98%, #000000));
        background: linear-gradient(to top, rgba(0, 1, 1, 0) 0.03%, #000000 99.98%);
        opacity: 0.8;
        z-index: 1; }
      .benefits__card_lg .benefits__card-text {
        color: #fff;
        padding: 27px 89px 27px 30px; }
  .benefits__card-wrapper {
    position: relative;
    z-index: 2; }
  .benefits__card-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #1D1D1B;
    padding-bottom: 15px; }
  .benefits__card-text {
    font-size: 16px;
    line-height: 22px;
    color: #4A4A49; }

.history-slider {
  padding: 110px 0 0 0;
  background-color: #E5EDF5;
  overflow: hidden; }
  .history-slider__content {
    position: relative;
    padding-top: 46px; }
  .history-slider__thumbs {
    border-top: 1px solid #D4DFE9;
    border-bottom: 1px solid #D4DFE9;
    margin: 0; }
  .history-slider__thumbs-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .history-slider__thumbs-container {
    overflow: visible;
    width: 58%;
    margin: 0; }
  .history-slider__thumbs-item {
    cursor: pointer;
    width: auto;
    font-weight: 600;
    font-size: 18px;
    line-height: 140%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #ACBBC8;
    padding: 13px 0;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .history-slider__thumbs-item::before {
      content: '';
      width: 16px;
      height: 16px;
      border-radius: 50%;
      background-color: #1D81FF;
      position: absolute;
      bottom: -8px;
      left: calc(50% - 8px);
      z-index: 1;
      opacity: 0;
      -webkit-transition: opacity 300ms ease;
      transition: opacity 300ms ease; }
    .history-slider__thumbs-item::after {
      content: '';
      width: 10px;
      height: 10px;
      border: 2px solid #fff;
      position: absolute;
      bottom: -5px;
      left: calc(50% - 5px);
      border-radius: 50%;
      z-index: 2;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      opacity: 0;
      -webkit-transition: opacity 300ms ease;
      transition: opacity 300ms ease; }
    .history-slider__thumbs-item.swiper-slide-thumb-active {
      color: #1D81FF; }
      .history-slider__thumbs-item.swiper-slide-thumb-active::before, .history-slider__thumbs-item.swiper-slide-thumb-active::after {
        opacity: 1; }
  .history-slider__slider {
    position: relative;
    overflow: hidden; }
  .history-slider__slider-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 140px; }
  .history-slider__slider-container {
    overflow: visible;
    width: 71%;
    margin: 0; }
  .history-slider__slider-item {
    min-height: 423px;
    margin-right: 60px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 30px 0; }
    .history-slider__slider-item.swiper-slide-active .history-slider__slider-text {
      opacity: 1; }
  .history-slider__slider-number {
    font-weight: 800;
    font-size: 265px;
    line-height: 140%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #D4DFE9;
    position: absolute;
    top: 50%;
    left: 40px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1; }
  .history-slider__slider-text {
    font-size: 16px;
    line-height: 140%;
    color: #1D1D1B;
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 456px;
    opacity: 0;
    -webkit-transition: opacity 300ms ease;
    transition: opacity 300ms ease; }

.mission {
  padding: 126px 0 50px;
  overflow: hidden; }
  .mission_advantages {
    padding: 110px 0 0px;
    overflow: hidden; }
  .mission_blue {
    background-color: #E9F3FF; }
  .mission__content {
    padding-top: 90px; }
  .mission__title {
    max-width: 810px;
    width: 100%;
    margin: 0 auto; }
  .mission__subtitle {
    max-width: 460px;
    font-weight: 600; }
  .mission__list {
    position: relative; }
    .mission__list_sm .mission__list-item {
      min-height: 271px;
      margin-bottom: 100px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .mission__list_sm .mission__list-title {
      font-size: 16px;
      line-height: 22px; }
    .mission__list_sm .mission__list-text {
      font-size: 14px;
      line-height: 20px; }
    .mission__list_sm .mission__list-image {
      width: 262px;
      height: 273px; }
    .mission__list_sm .mission__list-item-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: relative;
      padding: 77px 0 0 74px; }
    .mission__list_sm .mission__list-caption {
      max-width: 467px; }
    .mission__list_xs .mission__list-item {
      min-height: auto;
      margin-bottom: 40px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 33.33%;
      padding-right: 20px; }
      .mission__list_xs .mission__list-item:nth-child(even) {
        padding-left: 0; }
    .mission__list_xs .mission__list-count {
      font-weight: 600;
      font-size: 32px;
      line-height: 130%;
      text-align: right;
      color: #1D81FF;
      position: relative;
      z-index: 3; }
    .mission__list_xs .mission__list-title {
      font-weight: 600;
      font-size: 18px;
      line-height: 130%;
      color: #1D1D1B;
      margin-bottom: 10px; }
    .mission__list_xs .mission__list-text {
      font-weight: 500;
      font-size: 16px;
      line-height: 24px;
      color: #575E67; }
    .mission__list_xs .mission__list-image {
      width: 109px;
      height: 114px; }
    .mission__list_xs .mission__list-item-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: relative;
      padding: 30px 0 0 30px;
      min-height: auto; }
    .mission__list_xs .mission__list-caption {
      max-width: 289px;
      padding-left: 24px; }
      .mission__list_xs .mission__list-caption::before {
        content: '';
        width: 109px;
        height: 114px;
        position: absolute;
        top: -30px;
        left: -54px;
        background: url("../images/city-transport/mission-advantages-bg.svg") 50% 50% no-repeat;
        background-size: contain;
        z-index: -1;
        display: none; }
      .mission__list_xs .mission__list-caption_light::before {
        background: url("../images/city-transport/mission-advantages-bg-light.svg") 50% 50% no-repeat;
        background-size: contain; }
    .mission__list_md-2-column .mission__list-item {
      min-height: auto;
      margin-bottom: 40px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 33.33%;
      padding-right: 20px; }
      .mission__list_md-2-column .mission__list-item:nth-child(even) {
        padding-left: 0; }
  .mission__list-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .mission__list-item {
    width: 50%;
    position: relative; }
    .mission__list-item:nth-child(even) {
      padding-left: 20px; }
  .mission__list-item-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding: 77px 16px 86px 74px; }
  .mission__list-count {
    font-weight: bold;
    font-size: 48px;
    line-height: 1;
    text-transform: uppercase;
    color: #1D1D1B;
    position: relative;
    z-index: 2;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
  .mission__list-image {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 224px;
    height: 197px; }
  .mission__list-caption {
    padding-left: 27px;
    position: relative;
    z-index: 2;
    max-width: 434px; }
  .mission__list-title {
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    color: #1D1D1B;
    margin-bottom: 20px; }
  .mission__list-text {
    font-size: 16px;
    line-height: 140%;
    color: #1D1D1B; }
  .mission .swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: none; }
    .mission .swiper-pagination .swiper-pagination-bullet {
      width: 8px;
      height: 8px;
      margin: 0 6px;
      border-radius: 50%;
      background: #1D81FF;
      opacity: 0.2;
      -webkit-transition: opacity 300ms ease;
      transition: opacity 300ms ease; }
      .mission .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        opacity: 1; }

.how-it-works {
  padding: 126px 0 120px;
  overflow: hidden; }
  .how-it-works__content {
    padding-top: 90px; }
  .how-it-works__subtitle {
    max-width: 460px;
    font-weight: 600; }
  .how-it-works__list {
    position: relative;
    width: 979px;
    height: 802px;
    margin: 0 auto;
    background: url("../images/how-it-works-bg.svg") center center no-repeat;
    background-size: contain; }
  .how-it-works__item-image-wrapper {
    position: relative;
    width: 100px;
    height: 105px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: url("../images/how-it-works-item-bg.svg") center center no-repeat;
    background-size: contain;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
  .how-it-works__item-point {
    position: absolute;
    bottom: -14px;
    left: 50%;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    background: #FFFFFF;
    border: 2px solid #EDF5FF;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
    .how-it-works__item-point::after {
      content: '';
      position: absolute;
      width: 7px;
      height: 7px;
      background-color: #1D81FF;
      border-radius: 50%;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    .how-it-works__item-point::before {
      content: '';
      width: 214px;
      height: 1px;
      border-bottom: 1px dashed #E5EDF5;
      position: absolute;
      z-index: -1; }
  .how-it-works__item-image {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    display: block; }
  .how-it-works__item-text {
    font-weight: 600;
    font-size: 18px;
    line-height: 140%;
    text-align: center;
    color: #1D1D1B;
    max-width: 130px;
    width: 100%;
    padding-top: 20px; }
  .how-it-works__item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute; }
    .how-it-works__item_main {
      position: absolute;
      top: 55%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
      .how-it-works__item_main .how-it-works__item-image-wrapper {
        background: none;
        width: 150px;
        height: 154px; }
      .how-it-works__item_main .how-it-works__item-image {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain; }
      .how-it-works__item_main .how-it-works__item-point {
        display: none; }
    .how-it-works__item_1 {
      top: 73px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); }
      .how-it-works__item_1 .how-it-works__item-point::before {
        content: '';
        top: 25px;
        left: 50%;
        z-index: -1;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-transform-origin: left top;
        transform-origin: left top; }
    .how-it-works__item_2 {
      top: 193px;
      right: 150px;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); }
      .how-it-works__item_2 .how-it-works__item-point::before {
        content: '';
        top: 18px;
        left: 0;
        z-index: -1;
        -webkit-transform: rotate(148deg);
        transform: rotate(148deg);
        -webkit-transform-origin: left top;
        transform-origin: left top; }
    .how-it-works__item_3 {
      top: 473px;
      right: 120px;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); }
      .how-it-works__item_3 .how-it-works__item-point {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        left: -12px;
        bottom: 35px; }
        .how-it-works__item_3 .how-it-works__item-point::before {
          content: '';
          top: 8px;
          left: 0;
          z-index: -1;
          -webkit-transform: rotate(202deg);
          transform: rotate(202deg);
          -webkit-transform-origin: left top;
          transform-origin: left top; }
    .how-it-works__item_4 {
      top: 473px;
      left: 250px;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); }
      .how-it-works__item_4 .how-it-works__item-point {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        left: auto;
        bottom: 35px;
        right: -12px; }
        .how-it-works__item_4 .how-it-works__item-point::before {
          content: '';
          top: 8px;
          left: 25px;
          z-index: -1;
          -webkit-transform: rotate(338deg);
          transform: rotate(338deg);
          -webkit-transform-origin: left top;
          transform-origin: left top; }
    .how-it-works__item_5 {
      top: 193px;
      left: 250px;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); }
      .how-it-works__item_5 .how-it-works__item-point::before {
        top: 18px;
        left: 25px;
        z-index: -1;
        -webkit-transform: rotate(35deg);
        transform: rotate(35deg);
        -webkit-transform-origin: left top;
        transform-origin: left top; }

.benefits-slider {
  background: rgba(217, 234, 255, 0.2);
  padding: 110px 0 0 0;
  overflow: hidden; }
  .benefits-slider__title {
    max-width: 380px;
    width: 100%;
    margin: 0 auto;
    line-height: 51px; }
    .benefits-slider__title_city {
      max-width: 440px; }
  .benefits-slider__content {
    position: relative;
    padding-top: 16px; }
  .benefits-slider__slider {
    position: relative;
    overflow: hidden; }
  .benefits-slider__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 113px; }
  .benefits-slider__container {
    overflow: visible;
    width: 71%;
    margin: 0; }
  .benefits-slider__item {
    padding: 50px 0 100px;
    margin-right: 70px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .benefits-slider__item.swiper-slide-active .benefits-slider__number {
      color: #1D81FF; }
    .benefits-slider__item.swiper-slide-active .benefits-slider__path {
      stroke: #1D81FF; }
  .benefits-slider__number {
    width: 373px;
    height: 363px;
    font-weight: 800;
    font-size: 284px;
    line-height: 140%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #E5EDF5;
    position: relative;
    z-index: 1;
    -webkit-transition: color 300ms ease;
    transition: color 300ms ease;
    margin-right: 50px;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
    .benefits-slider__number svg {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .benefits-slider__text {
    font-size: 16px;
    line-height: 160%;
    color: #1D1D1B;
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 395px;
    padding-bottom: 20px; }
  .benefits-slider__path {
    stroke: #E5EDF5;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease; }
  .benefits-slider .swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: none;
    position: relative;
    z-index: 3; }
    .benefits-slider .swiper-pagination .swiper-pagination-bullet {
      display: block;
      width: 8px;
      height: 8px;
      margin: 0 6px;
      border-radius: 50%;
      background: #1D81FF;
      opacity: 0.2;
      -webkit-transition: opacity 300ms ease;
      transition: opacity 300ms ease; }
      .benefits-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        opacity: 1; }
  .benefits-slider_sm .benefits-slider__container {
    width: 590px; }
  .benefits-slider_sm .benefits-slider__number {
    width: 250px;
    height: 243px;
    font-size: 190px;
    line-height: 1; }
  .benefits-slider_sm .benefits-slider__text {
    font-size: 16px;
    line-height: 25px;
    max-width: 242px; }

.team {
  padding: 123px 0 26px 0;
  overflow: hidden; }
  .team__title {
    max-width: 380px;
    width: 100%;
    margin: 0 auto;
    line-height: 51px; }
  .team__subtitle {
    max-width: 580px;
    margin-top: 30px; }
  .team__content {
    position: relative;
    padding-top: 70px; }
  .team__container {
    overflow: visible; }
  .team__item {
    width: 297px;
    height: 411px;
    margin-right: 2px;
    position: relative; }
  .team__bg {
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
    .team__bg::before {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 111px;
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000000));
      background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
      z-index: 1; }
  .team__caption {
    padding: 30px;
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    height: 100%; }
  .team__name {
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    padding-bottom: 5px; }
  .team__description {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #FFFFFF; }

.documents {
  padding: 123px 0 90px 0;
  overflow: hidden; }
  .documents__title {
    width: 100%;
    margin: 0 auto;
    line-height: 51px; }
  .documents__content {
    padding-top: 65px; }
  .documents__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
  .documents__col {
    padding: 0 15px 30px 15px;
    width: 33.333%; }
  .documents__item {
    display: block;
    padding: 23px 66px 35px 5px;
    background: #CCF1F1;
    border-radius: 8px;
    position: relative;
    height: 100%;
    border: 2px solid #CCF1F1;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease; }
    .documents__item:hover {
      background-color: #fff;
      border-color: #1D81FF;
      text-decoration: none; }
      .documents__item:hover .documents__item-icon svg {
        fill: #1D81FF; }
      .documents__item:hover .documents__item-text {
        -webkit-transform: translateX(25px);
        transform: translateX(25px); }
        .documents__item:hover .documents__item-text::before {
          -webkit-transform: translateX(0);
          transform: translateX(0); }
  .documents__item-text {
    display: block;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #1D1D1B;
    -webkit-transition: -webkit-transform 300ms;
    transition: -webkit-transform 300ms;
    transition: transform 300ms;
    transition: transform 300ms, -webkit-transform 300ms;
    position: relative;
    overflow: hidden;
    padding-left: 25px; }
    .documents__item-text::before {
      content: '';
      height: 2px;
      width: 15px;
      position: absolute;
      background-color: #1D81FF;
      top: 10px;
      left: 0;
      -webkit-transform: translateX(-15px);
      transform: translateX(-15px);
      -webkit-transition: -webkit-transform 300ms;
      transition: -webkit-transform 300ms;
      transition: transform 300ms;
      transition: transform 300ms, -webkit-transform 300ms; }
  .documents__item-icon {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px; }
    .documents__item-icon svg {
      display: block;
      width: 22px;
      height: 22px;
      fill: #769595;
      -webkit-transition: all 300ms ease;
      transition: all 300ms ease; }

.payment-list {
  padding-top: 18px;
  padding-bottom: 50px; }
  .payment-list__item {
    border-bottom: 1px solid #E5EDF5;
    min-height: 198px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 39px;
    margin-right: 18px;
    position: relative; }
  .payment-list__item-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: -15px;
    margin-right: -15px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-height: 100%; }
  .payment-list__item-col {
    padding: 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .payment-list__item-col:nth-child(1) {
      -ms-flex-negative: 0;
      flex-shrink: 0;
      width: 37%; }
    .payment-list__item-col:nth-child(2) {
      width: 40%; }
    .payment-list__item-col:nth-child(3) {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      width: 23%;
      text-align: center; }
  .payment-list__type {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #1D1D1B;
    padding-left: 85px;
    position: relative; }
    .payment-list__type::before {
      content: '';
      position: absolute;
      top: 50%;
      left: 0;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
    .payment-list__type_card::before {
      width: 51px;
      height: 50px;
      background: url("../images/payment-card.svg") center center no-repeat;
      background-size: contain; }
    .payment-list__type_privat::before {
      width: 50px;
      height: 50px;
      background: url("../images/privat@2x.png") center center no-repeat;
      background-size: contain; }
    .payment-list__type_cards::before {
      width: 48px;
      height: 53px;
      background: url("../images/cards@2x.png") center center no-repeat;
      background-size: contain; }
    .payment-list__type_credit::before {
      width: 60px;
      height: 69px;
      background: url("../images/credit@2x.png") center center no-repeat;
      background-size: contain; }
  .payment-list__text {
    font-size: 14px;
    line-height: 160%;
    color: #1D1D1B;
    width: 100%;
    max-width: 344px; }
    .payment-list__text_card {
      max-width: 344px; }
  .payment-list__more-link {
    display: inline-block;
    font-weight: bold;
    color: #1D1D1B;
    position: relative;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    padding-right: 24px;
    text-align: center; }
    .payment-list__more-link::before {
      content: '';
      width: 10px;
      height: 11px;
      position: absolute;
      top: calc(50% - 5px);
      right: 7px;
      background: url("../images/show-more-arrow.svg") 50% 50% no-repeat;
      background-size: cover;
      -webkit-transform: rotate(-90deg);
      transform: rotate(-90deg); }
    .payment-list__more-link:hover {
      text-decoration: none; }
  .payment-list__link {
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    color: #363D40;
    text-decoration: none;
    -webkit-transition: opacity 300ms ease;
    transition: opacity 300ms ease; }
    .payment-list__link span {
      border-bottom: 2px solid #1D81FF;
      -webkit-transition: border 300ms ease;
      transition: border 300ms ease; }
    .payment-list__link:hover {
      opacity: 0.7;
      color: #363D40;
      text-decoration: none; }
      .payment-list__link:hover span {
        border-color: transparent; }
  .payment-list__qr {
    width: 90px;
    height: 90px;
    margin-bottom: 15px; }
    .payment-list__qr img {
      display: block;
      width: 100%;
      height: 100%; }

.money-back {
  padding-bottom: 120px;
  overflow: hidden; }
  .money-back__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: -webkit-gradient(linear, left bottom, left top, from(#F9FBFD), to(#F9FBFD));
    background: linear-gradient(0deg, #F9FBFD, #F9FBFD);
    padding: 67px 40px 67px 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .money-back__title {
    padding-left: 94px;
    position: relative;
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    color: #1D1D1B;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 50px;
    width: 358px; }
    .money-back__title::before {
      content: '';
      position: absolute;
      width: 60px;
      height: 48px;
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      background: url("../images/money-back.svg") center center no-repeat;
      background-size: contain; }
  .money-back__text {
    font-size: 14px;
    line-height: 160%;
    color: #1D1D1B;
    width: 100%;
    max-width: 650px; }
    .money-back__text strong {
      display: inline-block;
      font-weight: 600; }

.payment-reg {
  position: relative;
  padding-bottom: 120px;
  overflow: hidden; }
  .payment-reg__container {
    padding: 83px 70px;
    background-color: #1D81FF;
    position: relative; }
    .payment-reg__container::before {
      content: '';
      height: 100%;
      width: 1000px;
      position: absolute;
      right: -990px;
      top: 0;
      background-color: #1D81FF; }
  .payment-reg__caption {
    width: 50%;
    position: relative;
    z-index: 2; }
  .payment-reg__title {
    font-weight: bold;
    font-size: 44px;
    line-height: 55px;
    color: #FFFFFF;
    padding-bottom: 6px; }
  .payment-reg__text {
    font-weight: 600;
    font-size: 24px;
    line-height: 35px;
    color: #FFFFFF;
    padding-bottom: 22px;
    max-width: 318px; }
  .payment-reg__button {
    background: #FFFFFF;
    border-radius: 10px;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    color: #1D1D1B;
    outline: none;
    text-decoration: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 60px;
    align-items: center;
    padding: 0 28px;
    -webkit-transition: color 300ms ease;
    transition: color 300ms ease; }
    .payment-reg__button:hover {
      text-decoration: none; }
  .payment-reg__preview {
    width: 790px;
    height: 431px;
    background: url("../images/payment-reg-bg.svg") center center no-repeat;
    background-size: contain;
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: calc(50% - 320px);
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    overflow: hidden; }
  .payment-reg__preview-container {
    width: 472px;
    height: 370px;
    position: absolute;
    bottom: 0;
    left: 48%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #FFFFFF;
    -webkit-box-shadow: 0px 14px 34px rgba(29, 129, 255, 0.5);
    box-shadow: 0px 14px 34px rgba(29, 129, 255, 0.5);
    border-radius: 20px 20px 0px 0px;
    overflow: hidden;
    background-position: 50% top;
    background-repeat: no-repeat;
    background-size: cover; }

.document-links {
  padding: 120px 0 10px; }
  .document-links__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px; }
  .document-links__col {
    width: 50%;
    padding: 0 5px; }
  .document-links__item {
    margin-bottom: 10px;
    display: block;
    background: #FFFFFF;
    border: 1px solid #E5EDF5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 27px 84px 27px 30px;
    position: relative;
    outline: none; }
    .document-links__item:hover {
      text-decoration: none; }
      .document-links__item:hover .document-links__icon svg {
        fill: #1D81FF; }
  .document-links__text {
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #1D1D1B; }
  .document-links__icon {
    position: absolute;
    right: 31px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 22px;
    height: 15px; }
    .document-links__icon svg {
      width: 100%;
      height: 100%;
      display: block;
      fill: #547090;
      -webkit-transition: fill 300ms ease;
      transition: fill 300ms ease; }

.document-table-container {
  padding-bottom: 100px; }

.document-table {
  position: relative;
  padding-bottom: 20px; }
  .document-table__wrapper {
    background: #FFFFFF;
    border: 1px solid #E5EDF5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    position: relative; }
  .document-table__header {
    font-weight: 600;
    font-size: 24px;
    line-height: 38px;
    color: #1D1D1B;
    padding: 25px 31px;
    background: rgba(229, 237, 245, 0.2); }
  .document-table__body {
    position: relative; }
  .document-table__item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 130px 0 0;
    border-top: 1px solid #E5EDF5; }
  .document-table__item-link {
    padding: 21px 0 23px 32px;
    min-height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%; }
    .document-table__item-link:hover {
      text-decoration: none; }
      .document-table__item-link:hover svg {
        fill: #1D81FF; }
      .document-table__item-link:hover .document-table__text {
        color: #1D81FF; }
  .document-table__text {
    font-weight: 500;
    font-size: 16px;
    line-height: 160%;
    color: #1D1D1B;
    opacity: 0.8;
    width: 100%;
    padding-right: 26px;
    -webkit-transition: color 300ms ease;
    transition: color 300ms ease; }
  .document-table__icons {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    height: 70px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  .document-table__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 14px 15px;
    height: 100%; }
    .document-table__icon-text {
      font-weight: 500;
      font-size: 12px;
      line-height: 160%;
      color: #547090;
      width: 54px;
      opacity: 0.6; }
    .document-table__icon:hover {
      text-decoration: none;
      color: #547090; }
    .document-table__icon_download svg {
      margin-right: 10px;
      opacity: 1;
      -webkit-transition: opacity 300ms ease;
      transition: opacity 300ms ease;
      width: 30px;
      height: 43px;
      display: block;
      -webkit-backface-visibility: hidden;
      -webkit-perspective: 1000;
      -webkit-transform-style: preserve-3d;
      -webkit-transform: translateZ(0); }
    .document-table__icon_download:hover svg {
      opacity: 0.7; }
    .document-table__icon_link svg {
      fill: #547090;
      -webkit-transition: fill 300ms ease;
      transition: fill 300ms ease;
      width: 22px;
      height: 15px;
      display: block; }
    .document-table__icon_link:hover svg {
      fill: #1D81FF; }

.career__advantages {
  padding: 120px 0 0px; }

.career-how {
  padding: 40px 0 50px;
  overflow: hidden; }
  .career-how__title {
    padding-bottom: 110px; }
  .career-how__content {
    padding-bottom: 50px; }
  .career-how__item {
    position: relative;
    margin-bottom: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .career-how__item_light-blue .career-how__item-container {
      background: #E9F3FF; }
      .career-how__item_light-blue .career-how__item-container::before {
        content: '';
        position: absolute;
        top: 0;
        left: -990px;
        width: 1000px;
        height: 100%;
        background: #E9F3FF;
        z-index: -1; }
    .career-how__item_light-blue .career-how__item-text {
      max-width: 418px; }
    .career-how__item_light-orange .career-how__item-container {
      background: #FFEECF; }
      .career-how__item_light-orange .career-how__item-container::before {
        content: '';
        position: absolute;
        top: 0;
        left: -990px;
        width: 1000px;
        height: 100%;
        background: #FFEECF;
        z-index: -1; }
    .career-how__item_light-orange .career-how__item-text {
      max-width: 424px; }
    .career-how__item_light-cyan .career-how__item-container {
      background: #CCF1F1; }
      .career-how__item_light-cyan .career-how__item-container::before {
        content: '';
        position: absolute;
        top: 0;
        left: -990px;
        width: 1000px;
        height: 100%;
        background: #CCF1F1;
        z-index: -1; }
    .career-how__item_light-cyan .career-how__item-text {
      max-width: 443px; }
    .career-how__item:nth-child(even) {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; }
      .career-how__item:nth-child(even) .career-how__item-container {
        padding: 80px 30px 80px 106px; }
        .career-how__item:nth-child(even) .career-how__item-container::before {
          left: auto;
          right: -990px; }
      .career-how__item:nth-child(even) .career-how__item-image {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start; }
  .career-how__item-container {
    padding: 80px 30px 80px 0;
    background: #E9F3FF;
    min-height: 390px;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    width: 50%;
    position: relative;
    z-index: 1; }
  .career-how__item-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    padding-bottom: 16px;
    color: #1D1D1B; }
  .career-how__item-text {
    font-size: 16px;
    line-height: 22px;
    color: #1D1D1B;
    width: 100%;
    max-width: 424px; }
  .career-how__item-image {
    position: relative;
    z-index: 2;
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .career-how__item-image img {
      width: 100%;
      max-width: 452px;
      height: auto; }
  .career-how__slider {
    padding: 15px 0 5px 0; }
  .career-how__slider-container {
    position: relative; }
    .career-how__slider-container .swiper-wrapper {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .career-how__slider-item {
    display: block;
    height: 60px;
    background-color: #fff;
    border: 1px solid #E9F3FF;
    padding: 13px 16px;
    width: auto;
    margin-right: 10px !important;
    margin-bottom: 10px; }
    .career-how__slider-item img {
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
      object-fit: contain; }
    .career-how__slider-item_work-ua img {
      width: 111px;
      height: 34px; }

.career-articles {
  padding-bottom: 120px;
  overflow: hidden;
  position: relative; }
  .career-articles__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 50px; }
  .career-articles__body {
    position: relative; }
  .career-articles__title {
    font-weight: 600;
    font-size: 28px;
    line-height: 36px;
    color: #1D1D1B; }

.bussines-cards {
  padding: 120px 0 0 0; }
  .bussines-cards__card {
    min-height: 740px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding-bottom: 120px;
    overflow: hidden;
    -webkit-box-sizing: content-box;
    box-sizing: content-box; }
    .bussines-cards__card:nth-child(even) .bussines-cards__card-outer {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; }
    .bussines-cards__card:nth-child(even) .bussines-cards__card-container {
      width: 64%; }
      .bussines-cards__card:nth-child(even) .bussines-cards__card-container::before {
        left: auto;
        right: -1000px; }
    .bussines-cards__card:nth-child(even) .bussines-cards__card-image {
      right: auto;
      left: -520px;
      -webkit-transform: translateY(-50%) scale(-1, 1);
      transform: translateY(-50%) scale(-1, 1); }
    .bussines-cards__card:nth-child(even) .bussines-cards__card-content {
      padding: 120px 12% 90px 28%; }
      .bussines-cards__card:nth-child(even) .bussines-cards__card-content::after {
        right: auto;
        left: 150px; }
  .bussines-cards__card-outer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
  .bussines-cards__card-container {
    width: 67%;
    background: rgba(211, 225, 238, 0.6);
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative; }
    .bussines-cards__card-container::before {
      content: '';
      position: absolute;
      top: 0;
      left: -1000px;
      height: 100%;
      width: 1000px;
      background: rgba(211, 225, 238, 0.6); }
  .bussines-cards__card-image {
    width: 650px;
    height: auto;
    position: absolute;
    top: 50%;
    right: -520px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 3;
    -o-object-fit: contain;
    object-fit: contain; }
  .bussines-cards__card-content {
    position: relative;
    z-index: 2;
    padding: 120px 180px 120px 12%;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .bussines-cards__card-content::after {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      right: 0;
      background: url("../images/bussines/bg.svg") 100% 0 no-repeat;
      background-size: 727px 100%;
      z-index: -1; }
  .bussines-cards__card-caption {
    max-width: 600px; }
  .bussines-cards__card-title {
    font-weight: 800;
    font-size: 46px;
    line-height: 56px;
    text-transform: uppercase;
    color: #1D1D1B;
    padding-bottom: 25px; }
  .bussines-cards__card-description {
    font-size: 16px;
    line-height: 140%;
    color: #1D1D1B;
    opacity: 0.8;
    padding-bottom: 35px; }
  .bussines-cards__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px;
    max-width: 700px;
    padding-bottom: 24px; }
  .bussines-cards__list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50%;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px; }
    .bussines-cards__list-item:hover {
      text-decoration: none; }
      .bussines-cards__list-item:hover svg, .bussines-cards__list-item:hover path {
        stroke: #1D81FF !important; }
      .bussines-cards__list-item:hover .bussines-cards__list-name {
        color: #1D81FF; }
  .bussines-cards__list-icon {
    width: 68px;
    height: 68px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: url("../images/bussines/icon-1.svg") 50% 50% no-repeat;
    background-size: contain;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
    .bussines-cards__list-icon svg, .bussines-cards__list-icon path {
      fill: none !important;
      stroke: #2F445C !important;
      -webkit-transition: stroke .4s ease;
      transition: stroke .4s ease;
      width: 44px;
      height: 44px; }
  .bussines-cards__list-name {
    font-weight: 600;
    font-size: 14px;
    line-height: 150%;
    color: #1D1D1B;
    padding-left: 15px;
    -webkit-transition: color .4s ease;
    transition: color .4s ease; }
  .bussines-cards__link {
    display: inline-block;
    width: auto;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px; }
  .bussines-cards__lead {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: #1D1D1B;
    padding-bottom: 22px; }
  .bussines-cards__tab {
    display: none; }
    .bussines-cards__tab.active {
      display: block; }
  .bussines-cards_main {
    padding-top: 20px; }
    .bussines-cards_main .bussines-cards__card {
      padding-bottom: 30px;
      min-height: auto; }
    .bussines-cards_main .bussines-cards__card-container {
      width: 76%; }
    .bussines-cards_main .bussines-cards__card-content {
      padding: 100px 180px 120px 11%; }
    .bussines-cards_main .bussines-cards__card-title {
      padding-bottom: 32px;
      white-space: nowrap;
      position: relative;
      z-index: 4; }
      .bussines-cards_main .bussines-cards__card-title a {
        display: inline-block;
        color: #848484;
        padding-right: 30px; }
        .bussines-cards_main .bussines-cards__card-title a:last-child {
          padding-right: 0; }
        .bussines-cards_main .bussines-cards__card-title a.active, .bussines-cards_main .bussines-cards__card-title a:hover {
          color: #1D81FF;
          text-decoration: none; }
    .bussines-cards_main .bussines-cards__card-caption {
      max-width: 100%; }
    .bussines-cards_main .bussines-cards__card-description {
      max-width: 514px;
      font-size: 16px;
      line-height: 26px;
      opacity: 1; }
    .bussines-cards_main .bussines-cards__card-image {
      right: -420px; }
    .bussines-cards_main .bussines-cards__list {
      display: block; }
    .bussines-cards_main .bussines-cards__list-wrapper {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      width: 100%;
      height: auto; }
    .bussines-cards_main .bussines-cards__list-item {
      width: 50%; }
    .bussines-cards_main .bussines-cards__list-name {
      font-weight: 700;
      text-transform: uppercase;
      font-size: 14px;
      line-height: 150%;
      color: #1D1D1B;
      padding-left: 15px;
      -webkit-transition: color .4s ease;
      transition: color .4s ease; }

.bussines-list {
  padding: 0 0 100px 0; }
  .bussines-list__main-title {
    font-weight: 600;
    font-size: 28px;
    line-height: 36px;
    color: #1D1D1B;
    padding-left: 34px;
    position: relative;
    margin-bottom: 40px; }
    .bussines-list__main-title::before {
      content: '';
      position: absolute;
      top: 50%;
      left: 0;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 14px;
      height: 14px;
      background-color: #1D81FF;
      border-radius: 50%; }
  .bussines-list__wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
  .bussines-list__col {
    width: 100%;
    padding: 0 5px 20px 5px; }
  .bussines-list__item {
    background: #FFFFFF;
    border: 1px solid #E5EDF5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-transition: -webkit-box-shadow 300ms ease;
    transition: -webkit-box-shadow 300ms ease;
    transition: box-shadow 300ms ease;
    transition: box-shadow 300ms ease, -webkit-box-shadow 300ms ease; }
    .bussines-list__item:hover {
      -webkit-box-shadow: 0px 10px 15px rgba(29, 129, 255, 0.1), 0px 4px 6px rgba(29, 129, 255, 0.05);
      box-shadow: 0px 10px 15px rgba(29, 129, 255, 0.1), 0px 4px 6px rgba(29, 129, 255, 0.05); }
      .bussines-list__item:hover .bussines-list__icon svg, .bussines-list__item:hover .bussines-list__icon path {
        stroke: #1D81FF !important; }
  .bussines-list__content {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .bussines-list__content:hover {
      text-decoration: none; }
  .bussines-list__button-wrapper {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 0 18px 0 30px;
    background: rgba(174, 210, 255, 0.12);
    min-height: 100%;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .bussines-list__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    white-space: nowrap; }
  .bussines-list__caption {
    padding-left: 24px;
    padding-right: 90px;
    padding-top: 20px;
    padding-bottom: 20px;
    display: block; }
  .bussines-list__title {
    font-weight: bold;
    font-size: 26px;
    line-height: 34px;
    color: #1D1D1B;
    padding-bottom: 14px;
    display: block; }
  .bussines-list__text {
    font-size: 16px;
    line-height: 140%;
    color: #1D1D1B;
    display: block; }
    .bussines-list__text strong {
      font-weight: 600; }
  .bussines-list__icon-wrapper {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: stretch;
    align-self: stretch; }
  .bussines-list__icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 131px;
    height: 131px;
    background-color: #E9F3FF;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .bussines-list__icon img {
      -o-object-fit: contain;
      object-fit: contain;
      max-width: 89px;
      max-height: 89px;
      width: 100%;
      height: 100%; }
    .bussines-list__icon svg, .bussines-list__icon path {
      width: 89px;
      height: 89px;
      fill: none !important;
      stroke: #2F445C !important;
      -webkit-transition: stroke .4s ease;
      transition: stroke .4s ease; }

.slider-tabs {
  position: relative;
  padding: 30px 0 0 0;
  overflow: hidden; }
  .slider-tabs__wrapper {
    position: relative; }
  .slider-tabs__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    overflow: visible;
    border-bottom: 2px solid #E1E1E1; }
  .slider-tabs__link {
    font-weight: 800;
    font-size: 24px;
    line-height: 26px;
    text-transform: uppercase;
    color: #848484;
    display: block;
    padding: 0 35px;
    -webkit-transition: color 300ms ease;
    transition: color 300ms ease;
    position: relative;
    width: auto;
    height: auto; }
    .slider-tabs__link span {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      position: relative;
      padding: 46px 0;
      height: 100%; }
      .slider-tabs__link span::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 4px;
        background: #1D81FF;
        bottom: -2px;
        left: 0;
        opacity: 0;
        -webkit-transition: opacity 300ms ease;
        transition: opacity 300ms ease; }
    .slider-tabs__link:hover {
      text-decoration: none;
      color: #1D1D1B; }
    .slider-tabs__link.active {
      color: #1D1D1B; }
      .slider-tabs__link.active span::before {
        opacity: 1; }
  .slider-tabs__content {
    padding: 70px 0; }
  .slider-tabs__tab {
    display: none; }
    .slider-tabs__tab.show {
      display: block; }
  .slider-tabs_search {
    padding-top: 20px; }
    .slider-tabs_search .slider-tabs__header {
      border-bottom: none; }
    .slider-tabs_search .slider-tabs__wrapper {
      padding: 0 80px;
      position: relative;
      border-bottom: 2px solid #E1E1E1; }
      .slider-tabs_search .slider-tabs__wrapper::before {
        content: '';
        position: absolute;
        top: 0;
        right: -2000px;
        width: 2000px;
        height: calc(100% + 2px);
        background-color: #fff;
        z-index: 2; }
      .slider-tabs_search .slider-tabs__wrapper::after {
        content: '';
        position: absolute;
        top: 0;
        right: 60px;
        width: 68px;
        height: calc(100% - 2px);
        background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(50%, #fff));
        background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fff 50%);
        z-index: 2;
        pointer-events: none; }

.faq-plates {
  padding: 100px 0 90px 0; }
  .faq-plates__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
  .faq-plates__col {
    width: 33.333%;
    padding: 0 15px 30px 15px; }
  .faq-plates__item {
    display: block;
    background: #FFFFFF;
    border: 1px solid #E5EDF5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    text-align: center;
    padding: 45px 45px 42px 45px;
    height: 100%;
    -webkit-transition: -webkit-box-shadow 300ms ease;
    transition: -webkit-box-shadow 300ms ease;
    transition: box-shadow 300ms ease;
    transition: box-shadow 300ms ease, -webkit-box-shadow 300ms ease; }
    .faq-plates__item:hover {
      text-decoration: none;
      -webkit-box-shadow: 0px 10px 15px rgba(29, 129, 255, 0.1), 0px 4px 6px rgba(29, 129, 255, 0.05);
      box-shadow: 0px 10px 15px rgba(29, 129, 255, 0.1), 0px 4px 6px rgba(29, 129, 255, 0.05); }
  .faq-plates__title {
    margin-bottom: 27px;
    font-weight: 600;
    font-size: 24px;
    line-height: 35px;
    color: #1D81FF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 70px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .faq-plates__text {
    font-size: 14px;
    line-height: 160%;
    text-align: center;
    color: #1D1D1B;
    opacity: 0.8;
    display: block; }

.faq-list {
  position: relative; }
  .faq-list__wrapper {
    position: relative; }
  .faq-list__item {
    position: relative;
    background: #FFFFFF;
    border: 1px solid #E5EDF5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    margin-bottom: 20px; }
  .faq-list__item-header {
    padding: 18px 26px;
    background: rgba(229, 237, 245, 0.2); }
  .faq-list__item-body {
    padding: 20px 58px 23px 26px; }
  .faq-list__title {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #1D1D1B; }
  .faq-list__text {
    font-size: 14px;
    line-height: 160%;
    color: #1D1D1B;
    opacity: 0.8; }

.product-cards {
  position: relative;
  padding-bottom: 112px;
  padding-top: 123px;
  background-color: #EDF3F8;
  overflow: hidden; }
  .product-cards__title {
    padding-bottom: 70px; }
  .product-cards__list {
    position: relative; }
  .product-cards__row {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: -15px;
    margin-left: -15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: auto;
    height: auto; }
  .product-cards__col {
    padding: 0 15px;
    width: 33.333%;
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto; }
  .product-cards__item {
    display: block;
    background: #FFFFFF;
    border: 1px solid #E5EDF5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 35px 0 15px 0;
    margin-bottom: 30px;
    -webkit-transition: -webkit-box-shadow 300ms ease;
    transition: -webkit-box-shadow 300ms ease;
    transition: box-shadow 300ms ease;
    transition: box-shadow 300ms ease, -webkit-box-shadow 300ms ease; }
    .product-cards__item_h-100 {
      height: 100%; }
    .product-cards__item:hover {
      text-decoration: none;
      -webkit-box-shadow: 0px 10px 15px rgba(29, 129, 255, 0.1), 0px 4px 6px rgba(29, 129, 255, 0.05);
      box-shadow: 0px 10px 15px rgba(29, 129, 255, 0.1), 0px 4px 6px rgba(29, 129, 255, 0.05); }
  .product-cards__section {
    display: block;
    padding: 0 24px;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.1); }
    .product-cards__section:last-child {
      border-bottom: none; }
  .product-cards__image-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    height: 174px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 26px; }
    .product-cards__image-wrapper::before {
      content: '';
      width: 174px;
      height: 174px;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      background-color: #E9F3FF;
      border-radius: 50%;
      z-index: 1; }
  .product-cards__image {
    display: block;
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    position: relative;
    z-index: 2; }
  .product-cards__name {
    display: block;
    font-weight: bold;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    color: #1D1D1B;
    padding-bottom: 24px; }
  .product-cards__description {
    display: block;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    color: #1D1D1B;
    padding-bottom: 30px; }
  .product-cards__benefits {
    padding: 20px 0 0 0;
    display: block; }
  .product-cards__benefits-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -11px;
    margin-right: -11px; }
  .product-cards__benefits-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50%;
    padding: 0 11px; }
  .product-cards__benefits-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 20px; }
  .product-cards__benefits-icon {
    display: block;
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
    .product-cards__benefits-icon img {
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
      object-fit: contain; }
  .product-cards__benefits-text {
    font-weight: 500;
    font-size: 14px;
    line-height: 160%;
    display: block;
    color: #363D40;
    padding-left: 16px; }
  .product-cards__benefits-counter {
    width: 30px;
    height: 30px;
    border: 1px solid #1D81FF;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 600;
    font-size: 13px;
    line-height: 1;
    color: #1D81FF; }
  .product-cards__pagination {
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 16px; }
    .product-cards__pagination .swiper-pagination-bullet {
      width: 8px;
      height: 8px;
      margin: 0 6px;
      background-color: #1D1D1B;
      opacity: 0.3;
      display: block;
      border-radius: 50%;
      -webkit-transition: all 300ms ease;
      transition: all 300ms ease;
      position: relative; }
      .product-cards__pagination .swiper-pagination-bullet::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 4px;
        height: 4px;
        background-color: #fff;
        border-radius: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        opacity: 0;
        -webkit-transition: opacity 300ms ease;
        transition: opacity 300ms ease; }
      .product-cards__pagination .swiper-pagination-bullet-active, .product-cards__pagination .swiper-pagination-bullet:hover {
        background-color: #1D81FF;
        opacity: 1;
        -webkit-transform: scale(1.25);
        transform: scale(1.25); }
        .product-cards__pagination .swiper-pagination-bullet-active:before, .product-cards__pagination .swiper-pagination-bullet:hover:before {
          opacity: 1; }

.partners-slider {
  position: relative;
  overflow: hidden;
  padding-top: 155px;
  padding-bottom: 120px; }
  .partners-slider_pb-0 {
    padding-bottom: 0; }
  .partners-slider__title {
    padding-bottom: 66px; }
  .partners-slider__content {
    background: rgba(174, 210, 255, 0.12); }
  .partners-slider__container {
    padding: 60px 0 75px 0; }
  .partners-slider__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 6px 20px;
    background-color: #fff;
    height: 80px;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    -webkit-transition: -webkit-filter 300ms ease;
    transition: -webkit-filter 300ms ease;
    transition: filter 300ms ease;
    transition: filter 300ms ease, -webkit-filter 300ms ease;
    cursor: none; }
    .partners-slider__item:hover {
      -webkit-filter: grayscale(0);
      filter: grayscale(0); }
    .partners-slider__item img {
      max-width: 100%;
      max-height: 100%;
      -o-object-fit: contain;
      object-fit: contain; }
  .partners-slider__pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 30px; }
    .partners-slider__pagination.swiper-pagination-lock {
      display: none; }
    .partners-slider__pagination .swiper-pagination-bullet {
      width: 8px;
      height: 8px;
      margin: 0 6px;
      background-color: #1D1D1B;
      opacity: 0.3;
      display: block;
      border-radius: 50%;
      -webkit-transition: all 300ms ease;
      transition: all 300ms ease;
      position: relative; }
      .partners-slider__pagination .swiper-pagination-bullet::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 4px;
        height: 4px;
        background-color: #fff;
        border-radius: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        opacity: 0;
        -webkit-transition: opacity 300ms ease;
        transition: opacity 300ms ease; }
      .partners-slider__pagination .swiper-pagination-bullet-active, .partners-slider__pagination .swiper-pagination-bullet:hover {
        background-color: #1D81FF;
        opacity: 1;
        -webkit-transform: scale(1.25);
        transform: scale(1.25); }
        .partners-slider__pagination .swiper-pagination-bullet-active:before, .partners-slider__pagination .swiper-pagination-bullet:hover:before {
          opacity: 1; }

.partners-list {
  position: relative;
  padding: 60px 0 120px 0; }
  .partners-list__content {
    position: relative; }
  .partners-list__row {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px; }
  .partners-list__col {
    padding: 0 10px;
    width: 20%; }
    .partners-list__col:nth-child(-n + 5) .partners-list__item-container::before {
      display: block; }
  .partners-list__item-container {
    height: 120px;
    position: relative; }
    .partners-list__item-container::before {
      content: '';
      position: absolute;
      top: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      width: 80%;
      height: 1px;
      background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(#E7EFF9), to(#fff));
      background: linear-gradient(90deg, #fff, #E7EFF9, #fff);
      display: none; }
    .partners-list__item-container::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      width: 80%;
      height: 1px;
      background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(#E7EFF9), to(#fff));
      background: linear-gradient(90deg, #fff, #E7EFF9, #fff); }
  .partners-list__item {
    position: absolute;
    top: 1px;
    left: 0;
    width: 100%;
    height: calc(100% - 2px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px;
    background-color: #fff; }
    .partners-list__item::before {
      content: '';
      position: absolute;
      top: 50%;
      left: 0;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      height: 80%;
      width: 1px;
      background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(#E7EFF9), to(#fff));
      background: linear-gradient(#fff, #E7EFF9, #fff); }
    .partners-list__item::after {
      content: '';
      position: absolute;
      top: 50%;
      right: 0;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      height: 80%;
      width: 1px;
      background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(#E7EFF9), to(#fff));
      background: linear-gradient(#fff, #E7EFF9, #fff); }
  .partners-list__image {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain; }
  .partners-list__button-container {
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 50px; }
  .partners-list__button {
    display: inline-block;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #1D1D1B;
    position: relative;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    padding-right: 24px;
    text-align: center; }
    .partners-list__button::before {
      content: '';
      width: 10px;
      height: 11px;
      position: absolute;
      top: calc(50% - 5px);
      right: 7px;
      background: url("../images/show-more-arrow.svg") 50% 50% no-repeat;
      background-size: cover; }
    .partners-list__button:hover {
      text-decoration: none; }
  .partners-list.collapsed .partners-list__button-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .partners-list.collapsed .partners-list__button-container.active {
      display: none; }

.item-product-block {
  padding: 120px 0; }

.product-item {
  margin-top: 70px;
  background: #ffffff;
  border: 1px solid #e5edf5;
  border-radius: 10px;
  padding: 0 0 0 12px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }
  .product-item_2col {
    margin-top: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 14px 104px rgba(75, 82, 102, 0.12);
    box-shadow: 0px 14px 104px rgba(75, 82, 102, 0.12); }
    .product-item_2col .item-icon {
      width: 50% !important;
      max-width: 310px;
      padding-right: 40px !important; }
    .product-item_2col .product-item__center {
      padding: 48px 0; }
  .product-item .main-product__old-price {
    text-align: center !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .product-item__price {
    text-align: center; }
  .product-item .product-discount {
    top: 20px;
    right: 0;
    z-index: 3; }
  .product-item__left {
    margin-right: 30px;
    width: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative; }
  .product-item__image {
    padding: 12px 0;
    position: relative; }
    .product-item__image::before {
      content: '';
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 267px;
      height: 267px;
      border-radius: 50%;
      background: #e9f3ff; }
    .product-item__image img {
      position: relative;
      z-index: 2; }
  .product-item__center {
    padding: 22px 0;
    margin-right: 6px; }
  .product-item__title {
    font-weight: 700;
    font-size: 26px;
    line-height: 34px;
    color: #1D1D1B; }
  .product-item__subtitle {
    margin-top: 10px;
    font-size: 16px;
    line-height: 26px;
    color: #1D1D1B; }
  .product-item__list-icon {
    margin-top: 32px;
    border-top: 1px dashed rgba(0, 0, 0, 0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .product-item__list-icon::before {
      content: '';
      position: absolute;
      top: 0;
      left: -18px;
      width: calc(100% + 36px);
      height: 1px;
      border-top: 1px dashed rgba(0, 0, 0, 0.1);
      display: none; }
  .product-item .item-icon {
    width: 33.33%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 20px;
    padding-right: 8px; }
    .product-item .item-icon__image {
      width: 40px;
      margin-right: 30px;
      -ms-flex-negative: 0;
      flex-shrink: 0; }
    .product-item .item-icon__text {
      font-weight: 500;
      font-size: 14px;
      line-height: 160%;
      color: #363d40; }
  .product-item__right {
    min-width: 240px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    background: rgba(174, 210, 255, 0.12);
    border-radius: 0px 10px 10px 0px; }
    .product-item__right .btn {
      margin-top: 28px;
      background: #fff; }
      .product-item__right .btn:hover {
        background: #1D81FF;
        color: #fff; }
      .product-item__right .btn:active {
        background: #1170e6; }
    .product-item__right-title {
      font-weight: 500;
      font-size: 18px;
      line-height: 21px; }
    .product-item__right .link {
      margin-top: 26px; }
    .product-item__right .main-product__old-price {
      margin-top: 8px;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .product-item__right .main-product__old-price span {
        padding-right: 6px; }
    .product-item__right .main-product__price {
      margin-top: 8px;
      padding-top: 0 !important;
      font-size: 18px;
      line-height: 22px;
      font-weight: 600; }
      .product-item__right .main-product__price span {
        font-size: 28px;
        line-height: 33px;
        font-weight: 600; }
  .product-item--article {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 75px;
    margin-bottom: 75px; }
    .product-item--article .product-item__left {
      width: 220px;
      margin-right: 45px; }
    .product-item--article .product-item__image::before {
      width: 168px;
      height: 168px; }
    .product-item--article .product-item__image img {
      width: 175px; }
    .product-item--article .product-item__right {
      padding-top: 20px;
      padding-bottom: 20px; }
    .product-item--article .product-item__center {
      margin-right: 30px;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
      .product-item--article .product-item__center .link {
        margin-top: 15px; }
    .product-item--article .product-item__list-icon {
      margin-top: 0;
      border: none;
      padding-bottom: 25px;
      padding-right: 25px; }
      .product-item--article .product-item__list-icon .item-icon {
        padding-right: 10px; }
        .product-item--article .product-item__list-icon .item-icon__image {
          margin-right: 15px; }
      .product-item--article .product-item__list-icon--mob {
        display: none; }
  .product-item__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }

.product-list-banner {
  padding: 160px 0 80px 0;
  position: relative; }
  .product-list-banner_breads {
    padding-top: 110px; }
    .product-list-banner_breads .title-wrapper {
      padding-top: 30px; }
  .product-list-banner::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 50%;
    background: -webkit-gradient(linear, left top, right top, from(#e9f3ff), to(rgba(233, 243, 255, 0)));
    background: linear-gradient(90deg, #e9f3ff 0%, rgba(233, 243, 255, 0) 100%);
    z-index: 1; }
  .product-list-banner::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(233, 243, 255, 0)), to(#e9f3ff));
    background: linear-gradient(90deg, rgba(233, 243, 255, 0) 0%, #e9f3ff 100%);
    z-index: 1; }
  .product-list-banner .title-wrapper {
    z-index: 2; }
  .product-list-banner .title {
    font-size: 44px;
    text-transform: none; }
  .product-list-banner .subtitle {
    font-size: 16px; }

.product-list-items {
  overflow: hidden; }

.products-list {
  margin-top: 120px;
  margin-bottom: 120px; }
  .products-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .products-list__item + .products-list__item {
      margin-top: 120px; }
    .products-list__item--left-one .products-list__description-block {
      width: 65%;
      padding-right: 240px; }
      .products-list__item--left-one .products-list__description-block::before {
        left: auto;
        right: 0;
        width: 65.5%; }
      .products-list__item--left-one .products-list__description-block::after {
        right: auto;
        left: 100%; }
    .products-list__item--left-one .products-list__cards {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
    .products-list__item--left-one .products-list__card {
      width: 86%; }
    .products-list__item--right-one .products-list__card {
      width: 61.3%; }
    .products-list__item--left-double .products-list__description-block {
      padding-left: 70px;
      width: 38%; }
      .products-list__item--left-double .products-list__description-block::before {
        left: auto;
        right: 0;
        width: 58%; }
      .products-list__item--left-double .products-list__description-block::after {
        right: auto;
        left: 100%; }
  .products-list__title {
    font-weight: 800;
    font-size: 68px;
    line-height: 83px;
    text-transform: uppercase;
    position: relative;
    z-index: 2; }
    .ru .products-list__title {
      font-size: 52px;
      line-height: 62px; }
  .products-list__text {
    margin-top: 30px;
    font-size: 16px;
    line-height: 140%;
    color: rgba(29, 29, 27, 0.8);
    position: relative;
    z-index: 2; }
  .products-list__description-block {
    width: 35%;
    position: relative;
    padding: 40px 0 40px 120px;
    min-height: 360px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .products-list__description-block::before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      width: 56%;
      background: #e5edf5; }
    .products-list__description-block::after {
      content: '';
      position: absolute;
      right: 100%;
      top: 0;
      height: 100%;
      width: 200%;
      background: #e5edf5; }
  .products-list__cards {
    width: 59%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 0 -20px; }
    .products-list__cards .slick-dots {
      margin-top: 30px; }
  .products-list__card {
    width: calc(50% - 40px);
    margin: 0 20px;
    border: 1px solid #e5edf5;
    border-radius: 10px;
    position: relative;
    -webkit-transition: padding-top .3s ease, background-color .3s ease;
    transition: padding-top .3s ease, background-color .3s ease;
    text-decoration: none !important;
    padding: 30px 30px 40px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    outline: none !important; }
    .products-list__card::before {
      content: '';
      position: absolute;
      left: 50%;
      bottom: -30px;
      height: 30px;
      border-right: 2px solid #fff;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: opacity .3s ease, visibility .3s ease, bottom .3s ease, -webkit-box-shadow .3s ease;
      transition: opacity .3s ease, visibility .3s ease, bottom .3s ease, -webkit-box-shadow .3s ease;
      transition: opacity .3s ease, visibility .3s ease, bottom .3s ease, box-shadow .3s ease;
      transition: opacity .3s ease, visibility .3s ease, bottom .3s ease, box-shadow .3s ease, -webkit-box-shadow .3s ease; }
    .products-list__card:hover {
      background-color: #1D81FF;
      -webkit-box-shadow: 0px 10px 15px rgba(29, 129, 255, 0.1), 0px 4px 6px rgba(29, 129, 255, 0.05);
      box-shadow: 0px 10px 15px rgba(29, 129, 255, 0.1), 0px 4px 6px rgba(29, 129, 255, 0.05); }
      .products-list__card:hover::before {
        bottom: 0;
        opacity: 1;
        visibility: visible; }
      .products-list__card:hover .wrapper-svg-circle {
        opacity: 0.2; }
      .products-list__card:hover .products-list__image {
        -webkit-transform: scale(0.79) translateY(-44px);
        transform: scale(0.79) translateY(-44px); }
      .products-list__card:hover .products-list__wrapper {
        -webkit-transform: none;
        transform: none; }
      .products-list__card:hover .products-list__title-card {
        color: #ffffff;
        -webkit-transform: translateY(-70px);
        transform: translateY(-70px); }
      .products-list__card:hover .products-list__link-card {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
        opacity: 1; }
  .products-list__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease; }
  .products-list__title-card {
    margin-top: 30px;
    font-weight: 700;
    font-size: 22px;
    line-height: 140%;
    color: #1D1D1B;
    -webkit-transition: color .3s ease, margin-top .3s ease, -webkit-transform .3s ease;
    transition: color .3s ease, margin-top .3s ease, -webkit-transform .3s ease;
    transition: color .3s ease, margin-top .3s ease, transform .3s ease;
    transition: color .3s ease, margin-top .3s ease, transform .3s ease, -webkit-transform .3s ease;
    text-align: center; }
  .products-list__link-card {
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #ffffff;
    -webkit-transition: color .3s ease, opacity .3s ease, -webkit-transform .3s ease;
    transition: color .3s ease, opacity .3s ease, -webkit-transform .3s ease;
    transition: color .3s ease, opacity .3s ease, transform .3s ease;
    transition: color .3s ease, opacity .3s ease, transform .3s ease, -webkit-transform .3s ease;
    opacity: 0;
    height: 0; }
  .products-list__image-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 312px; }
  .products-list__image {
    position: relative;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease; }
    .products-list__image .wrapper-svg-circle {
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      fill: #e9f3ff;
      z-index: 2;
      opacity: 1;
      -webkit-transition: opacity .3s ease;
      transition: opacity .3s ease; }
      .products-list__image .wrapper-svg-circle--little svg {
        width: 268px;
        height: 279px; }
      .products-list__image .wrapper-svg-circle--big svg {
        width: 300px;
        height: 312px; }
    .products-list__image .wrapper-svg {
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      fill: #e9f3ff;
      z-index: 2; }
      .products-list__image .wrapper-svg svg {
        width: 239px;
        height: 249px; }
    .products-list__image img {
      max-height: 208px;
      position: relative;
      z-index: 3; }

.cd-features-list {
  padding: 0;
  margin: 0;
  list-style: none; }
  .cd-features-list li {
    min-height: 60px;
    border-bottom: 1px solid #e1e1e1;
    padding: 8px 0; }
    .cd-features-list li.row-title-compare {
      background: #f7f7f7;
      font-weight: 600;
      font-size: 16px;
      line-height: 130%;
      border-right: none !important;
      border-bottom: none !important;
      line-height: 40px;
      white-space: nowrap; }
      .cd-features-list li.row-title-compare::before {
        display: none; }

.features .cd-features-list:nth-child(2) {
  min-height: 420px; }

.features .cd-features-list li {
  border-right: 1px solid #e1e1e1; }
  .features .cd-features-list li::before {
    content: '';
    position: absolute;
    left: 1px;
    top: 14px;
    width: 6px;
    height: 6px;
    background: #1d81ff; }

.cd-products-comparison-table {
  overflow: hidden;
  position: relative; }
  .cd-products-comparison-table::after {
    /* never visible - this is used in jQuery to check the current MQ */
    display: none;
    content: 'mobile'; }
  .cd-products-comparison-table header {
    padding: 0 5% 25px; }
    .cd-products-comparison-table header::after {
      clear: both;
      content: "";
      display: block; }
  .cd-products-comparison-table h2 {
    float: left;
    font-weight: bold; }
  .cd-products-comparison-table .actions {
    float: right; }
  .cd-products-comparison-table .reset,
  .cd-products-comparison-table .filter {
    font-size: 1.4rem; }
  .cd-products-comparison-table .reset {
    color: #404042;
    text-decoration: underline; }
  .cd-products-comparison-table .filter {
    padding: .6em 1.5em;
    color: #ffffff;
    background-color: shade(#ffffff, 20%);
    border-radius: 3px;
    margin-left: 1em;
    cursor: not-allowed;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s; }
    .cd-products-comparison-table .filter.active {
      cursor: pointer;
      background-color: #9dc997; }

.cd-products-table {
  position: relative; }

.cd-products-table .features {
  /* fixed left column - product properties list */
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 185px;
  background: #fff; }
  .cd-products-table .features::after {
    /* color gradient on the right of .features -  visible while scrolling inside the .cd-products-table */
    content: '';
    position: absolute;
    top: 0;
    left: 100%;
    width: 4px;
    height: 100%;
    opacity: 0; }

.cd-products-table.scrolling .features::after {
  opacity: 1; }

.cd-products-wrapper {
  overflow-x: auto;
  /* this fixes the buggy scrolling on webkit browsers - mobile devices only - when overflow property is applied */
  -webkit-overflow-scrolling: touch; }

.cd-products-columns {
  /* products list wrapper */
  width: 928px;
  margin-left: 185px;
  list-style: none;
  padding-left: 0; }
  .cd-products-columns::after {
    clear: both;
    content: "";
    display: block; }
  .cd-products-columns .cd-features-list:nth-child(2) {
    min-height: 420px; }

.cd-products-columns .product {
  position: relative;
  float: left;
  width: 116px;
  text-align: center;
  -webkit-transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
  transition: opacity 0.3s, visibility 0.3s, transform 0.3s, -webkit-transform 0.3s; }
  .filtering .cd-products-columns .product:not(.selected) {
    opacity: 0;
    visibility: hidden; }
  .no-product-transition .cd-products-columns .product.selected {
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s; }
  .filtered .cd-products-columns .product:not(.selected) {
    position: absolute; }

.cd-features-list li {
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  position: relative; }
  .cd-features-list li img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.features .cd-features-list li,
.cd-products-table .features .top-info {
  /* fixed left column - items */
  /* set line-height value equal to font-size of text inside product cells */ }

.features .cd-features-list li {
  /* truncate text with dots */
  padding: 8px 20px 8px 22px;
  border-bottom: 1px solid #e1e1e1;
  min-height: 60px; }

.cd-products-table .top-info {
  position: relative;
  height: 80px;
  width: 116px;
  text-align: center;
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
  cursor: pointer;
  background: #ffffff;
  border-bottom: 4px solid #e1e1e1;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .cd-products-table .top-info::after {
    /* color gradient below .top-info -  visible when .top-info is fixed */
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
    height: 4px;
    width: 100%;
    opacity: 0; }
  .cd-products-table .top-info h3 {
    font-weight: 800;
    font-size: 18px;
    line-height: 19px;
    text-transform: uppercase;
    min-height: 40px;
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; }
    .cd-products-table .top-info h3 + span {
      display: block;
      font-weight: 500;
      font-size: 16px;
      line-height: 15px; }
      .cd-products-table .top-info h3 + span b {
        font-weight: 600; }
  .cd-products-table .top-info img {
    display: block; }
  .cd-products-table .top-info h3,
  .cd-products-table .top-info img {
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s; }
  .cd-products-table .top-info .check {
    position: relative;
    display: inline-block;
    height: 16px;
    width: 16px;
    margin: 0 auto 1em; }
    .cd-products-table .top-info .check::after, .cd-products-table .top-info .check::before {
      /* used to create the check icon and green circle dot - visible when product is selected */
      position: absolute;
      top: 0;
      left: 0;
      content: '';
      height: 100%;
      width: 100%; }
    .cd-products-table .top-info .check::before {
      /* green circle dot */
      border-radius: 50%;
      border: 1px solid shade(#ffffff, 10%);
      background: #ffffff;
      -webkit-transition: background-color 0.3s, border-color 0.3s, -webkit-transform 0.3s;
      transition: background-color 0.3s, border-color 0.3s, -webkit-transform 0.3s;
      transition: background-color 0.3s, transform 0.3s, border-color 0.3s;
      transition: background-color 0.3s, transform 0.3s, border-color 0.3s, -webkit-transform 0.3s; }
    .cd-products-table .top-info .check::after {
      /* check icon */
      background: url(../img/cd-check.svg) no-repeat center center;
      background-size: 24px 24px;
      opacity: 0;
      -webkit-transition: opacity 0.3s;
      transition: opacity 0.3s; }

.cd-products-table .features .top-info {
  /* models */
  width: 185px;
  cursor: auto;
  background: shade(#ffffff, 2%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.select-compare {
  margin-left: -14px;
  width: calc(100% + 24px);
  text-align: left;
  display: block;
  margin-top: 10px;
  padding-right: 10px; }
  .select-compare .select2-container {
    width: 100% !important;
    max-width: 250px; }

.cd-products-table .selected .top-info .check::before {
  /* green circle dot */
  background: #9dc997;
  border-color: #9dc997; }

.cd-products-table .selected .top-info .check::after {
  /* check icon */
  opacity: 1; }

.cd-table-navigation {
  list-style: none;
  margin: 0; }

.cd-table-navigation a {
  position: absolute;
  z-index: 2;
  top: 15px;
  right: 0;
  /* replace text with image */
  text-indent: 100%;
  white-space: nowrap;
  color: transparent;
  cursor: pointer;
  height: 60px;
  width: 40px;
  border-radius: 3px;
  -webkit-transition: background-color 0.3s, opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
  transition: background-color 0.3s, opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
  transition: background-color 0.3s, opacity 0.3s, visibility 0.3s, transform 0.3s;
  transition: background-color 0.3s, opacity 0.3s, visibility 0.3s, transform 0.3s, -webkit-transform 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: transparent !important;
  outline: none !important; }
  .cd-table-navigation a:focus {
    background: transparent !important; }
  .cd-table-navigation a::after {
    position: absolute;
    content: '';
    width: 80px;
    height: 95px;
    top: 0;
    right: 0;
    background: -webkit-gradient(linear, left top, right top, from(white), color-stop(38%, white), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(90deg, white 0%, white 38%, rgba(255, 255, 255, 0) 100%);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    z-index: 1; }
  .cd-table-navigation a.next-btn {
    margin-right: -10px; }
    .cd-table-navigation a.next-btn.shadow-left {
      opacity: 0;
      visibility: hidden; }
  .cd-table-navigation a.prev-btn {
    left: 258px;
    right: auto; }
    .cd-table-navigation a.prev-btn::after {
      position: absolute;
      content: '';
      width: 80px;
      height: 95px;
      top: 0;
      left: 0;
      background: white;
      background: -webkit-gradient(linear, left top, right top, from(white), color-stop(38%, white), to(rgba(255, 255, 255, 0)));
      background: linear-gradient(90deg, white 0%, white 38%, rgba(255, 255, 255, 0) 100%);
      -webkit-transform: rotate(360deg) !important;
      transform: rotate(360deg) !important; }
    .cd-table-navigation a.prev-btn.shadow-right {
      opacity: 0;
      visibility: hidden; }
      .cd-table-navigation a.prev-btn.shadow-right.shadow-left {
        opacity: 1;
        visibility: visible; }
  .cd-table-navigation a b {
    display: block;
    position: relative;
    z-index: 2;
    pointer-events: none; }
    .cd-table-navigation a b img {
      display: block; }

/* -------------------------------- 

No JS

-------------------------------- */
.no-js .actions {
  display: none; }

.no-js .cd-products-table .top-info {
  height: 145px; }

.no-js .cd-products-columns .check {
  display: none; }

.title-compare {
  font-weight: 800;
  font-size: 24px;
  line-height: 1;
  color: #1D1D1B;
  display: block;
  margin-top: -5px; }

.hide-col-item {
  display: none; }
  .hide-col-item.visible {
    display: table-row; }

.main-table thead {
  background: #fff;
  z-index: 99; }

.main-table tbody {
  position: relative;
  z-index: 2; }

.main-table .col-header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-color: #fff;
  z-index: 99; }
  .main-table .col-header:nth-child(1) {
    z-index: 100; }

.table-scroll {
  position: relative;
  width: 100%;
  z-index: 1;
  margin: auto;
  overflow: auto; }
  .table-scroll::-webkit-scrollbar {
    display: none; }

.table-scroll table {
  width: 100%;
  min-width: 1280px;
  margin: auto;
  border-collapse: separate;
  border-spacing: 0; }

.table-wrap {
  position: relative; }

.table-scroll th,
.table-scroll td {
  vertical-align: middle;
  padding: 15px 20px 15px 22px;
  border-bottom: 1px solid #e1e1e1;
  min-height: 60px;
  text-align: center; }

.table-scroll thead th {
  border-right: none;
  border-bottom: 4px solid #e1e1e1;
  vertical-align: top;
  min-width: 210px;
  max-width: 210px; }
  .table-scroll thead th::before {
    display: none; }

/* safari and ios need the tfoot itself to be position:sticky also */
.table-scroll tfoot,
.table-scroll tfoot th,
.table-scroll tfoot td {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  background: #666;
  color: #fff;
  z-index: 4; }

th:first-child {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  z-index: 2;
  background: #fff;
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  max-width: 280px;
  width: 280px;
  min-width: 280px;
  border-right: 1px solid #e1e1e1;
  text-align: left; }
  th:first-child::before {
    content: '';
    position: absolute;
    left: 1px;
    top: 21px;
    width: 6px;
    height: 6px;
    background: #1d81ff; }

thead th:first-child,
tfoot th:first-child {
  z-index: 5; }

.row-title-compare th,
.row-title-compare td {
  background: #f7f7f7;
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  border-right: none !important;
  border-bottom: none !important;
  line-height: 28px;
  white-space: nowrap; }
  .row-title-compare th::before,
  .row-title-compare td::before {
    display: none; }

.row-more-compare {
  position: relative; }
  .row-more-compare td {
    position: relative; }
  .row-more-compare th::before {
    display: none; }

.top-info {
  position: relative;
  min-height: 80px;
  text-align: center;
  cursor: pointer;
  background: #ffffff;
  padding-bottom: 20px; }
  .top-info h3 {
    font-weight: 800;
    font-size: 18px;
    line-height: 19px;
    text-transform: uppercase;
    min-height: 40px;
    margin-bottom: 5px; }
    .top-info h3 + span {
      white-space: nowrap;
      display: block;
      font-weight: 500;
      font-size: 16px;
      line-height: 15px; }
      .top-info h3 + span b {
        font-weight: 600; }

.btn-more-compare {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: bold;
  font-size: 16px;
  line-height: 130%;
  position: absolute;
  left: 50%;
  z-index: 1;
  width: 150px;
  margin-top: -10px;
  white-space: nowrap;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%); }
  .btn-more-compare::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -17px;
    width: 100%;
    height: 65px;
    z-index: 1; }
  .btn-more-compare span {
    margin-right: 10px;
    position: relative;
    z-index: 2; }
  .btn-more-compare svg {
    fill: #1D81FF;
    position: relative;
    z-index: 2; }

.table-container-scroll {
  position: relative; }

.contacts-map {
  position: relative; }

.contacts-banner {
  padding: 110px 0 100px 0;
  position: relative; }
  .contacts-banner .title-wrapper {
    padding-top: 40px; }
  .contacts-banner::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 50%;
    background: -webkit-gradient(linear, left top, right top, from(#e9f3ff), to(rgba(233, 243, 255, 0)));
    background: linear-gradient(90deg, #e9f3ff 0%, rgba(233, 243, 255, 0) 100%);
    z-index: 1; }
  .contacts-banner::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(233, 243, 255, 0)), to(#e9f3ff));
    background: linear-gradient(90deg, rgba(233, 243, 255, 0) 0%, #e9f3ff 100%);
    z-index: 1; }
  .contacts-banner .title-wrapper {
    z-index: 2; }
  .contacts-banner .title {
    font-weight: 800;
    font-size: 42px;
    line-height: 51px; }
  .contacts-banner .subtitle {
    font-weight: 600;
    font-size: 26px;
    margin-top: 20px; }

.wrapper-contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  min-height: 560px; }

.map-area {
  width: 35%;
  position: absolute;
  left: 0;
  top: 0;
  height: 560px; }
  .map-area .map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.contacts-area {
  width: 65%;
  padding-left: 80px; }

.wrapper-contacts-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  .wrapper-contacts-column .more-contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

.main-contacts-item {
  position: relative; }
  .main-contacts-item + .main-contacts-item {
    margin-top: 30px;
    padding-top: 30px; }
    .main-contacts-item + .main-contacts-item::before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 20px;
      opacity: .2;
      border-top: 1px solid #1d1d1b;
      display: none; }
  .main-contacts-item__title {
    font-weight: bold;
    font-size: 20px;
    line-height: 24px; }
  .main-contacts-item ul {
    padding-left: 0;
    margin: 20px 0 0;
    list-style: none; }
  .main-contacts-item li {
    font-weight: normal;
    font-size: 16px;
    line-height: 130%;
    word-break: break-all; }
    .main-contacts-item li + li {
      margin-top: 8px; }
    .main-contacts-item li a {
      font-weight: normal;
      font-size: 16px;
      line-height: 130%;
      color: #212529;
      -webkit-transition: color 300ms ease;
      transition: color 300ms ease; }
      .main-contacts-item li a:hover {
        color: #1D81FF;
        text-decoration: none; }
  .main-contacts-item .link-map {
    margin-top: 20px; }
    .main-contacts-item .link-map.active {
      color: #1D81FF;
      pointer-events: none; }
      .main-contacts-item .link-map.active svg {
        fill: #1D81FF;
        opacity: 0.3; }

.main-contacts {
  width: 36%; }

.more-contacts {
  width: 64%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -80px; }
  .more-contacts-item {
    margin-top: 80px;
    width: 50%;
    padding: 0 50px; }
    .more-contacts-item + .more-contacts-item::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      height: 1px;
      width: 20px;
      border-top: 1px solid #1D1D1B;
      opacity: .2;
      display: none; }
    .more-contacts-item:nth-child(even) {
      padding-right: 30px; }
      .more-contacts-item:nth-child(even) ul {
        position: relative; }
        .more-contacts-item:nth-child(even) ul::before {
          content: '';
          position: absolute;
          top: 8px;
          left: -50px;
          height: 20px;
          width: 1px;
          border-left: 1px solid #1D1D1B;
          opacity: .2; }
    .more-contacts-item__title {
      color: #1D1D1B;
      font-weight: 600;
      font-size: 16px;
      line-height: 19px;
      min-height: 38px; }
    .more-contacts-item ul {
      list-style: none;
      margin: 16px 0 0;
      padding: 0; }
    .more-contacts-item li {
      font-weight: normal;
      font-size: 16px;
      line-height: 30px; }
      .more-contacts-item li a {
        font-weight: normal;
        font-size: 16px;
        line-height: 130%;
        color: #212529;
        -webkit-transition: color 300ms ease;
        transition: color 300ms ease; }
        .more-contacts-item li a:hover {
          color: #1D81FF;
          text-decoration: none; }

.container-callback-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.wrapper-contacts-callback {
  width: 100%; }
  .wrapper-contacts-callback .title-wrapper {
    display: block; }

.duplicate-more-info {
  display: none; }

.sale-block-section {
  padding: 40px 0 120px; }
  .sale-block-section .product-headers {
    margin-top: 0; }

.sales-banner {
  padding: 160px 0 80px 0;
  position: relative; }
  .sales-banner::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 50%;
    background: -webkit-gradient(linear, left top, right top, from(#e9f3ff), to(rgba(233, 243, 255, 0)));
    background: linear-gradient(90deg, #e9f3ff 0%, rgba(233, 243, 255, 0) 100%);
    z-index: 1; }
  .sales-banner::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(233, 243, 255, 0)), to(#e9f3ff));
    background: linear-gradient(90deg, rgba(233, 243, 255, 0) 0%, #e9f3ff 100%);
    z-index: 1; }
  .sales-banner .title {
    font-size: 44px;
    text-transform: none; }
  .sales-banner .subtitle {
    max-width: 720px; }

.controls-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  position: relative;
  margin-top: 40px;
  min-height: 60px; }
  .controls-list nav {
    margin-top: 30px; }
  .controls-list nav + .controls-load-more {
    margin-left: 0; }
    .controls-list nav + .controls-load-more .btn {
      width: 340px; }

.list-items-sales {
  position: relative;
  padding-top: 60px; }
  .list-items-sales::before {
    content: '';
    position: absolute;
    left: 0;
    top: -1px;
    height: 2px;
    width: 100%;
    background: #e1e1e1;
    z-index: 1; }

.item-sale {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border: 1px solid #e5edf5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
  overflow: hidden;
  -webkit-transition: .4s ease;
  transition: .4s ease; }
  .item-sale + .item-sale {
    margin-top: 20px; }
  .item-sale:hover {
    -webkit-box-shadow: 0px 10px 15px rgba(29, 129, 255, 0.1), 0px 4px 6px rgba(29, 129, 255, 0.05);
    box-shadow: 0px 10px 15px rgba(29, 129, 255, 0.1), 0px 4px 6px rgba(29, 129, 255, 0.05);
    text-decoration: none !important; }
  .item-sale__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 48%; }
    .item-sale__image_sm {
      display: none; }
      .item-sale__image_sm img {
        width: 100%;
        height: auto;
        -o-object-fit: contain;
        object-fit: contain;
        min-height: auto !important;
        max-height: none !important; }
    .item-sale__image img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: center;
      object-position: center;
      min-height: 380px; }
  .item-sale__info {
    width: 52%;
    padding: 30px 30px 50px 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100%; }
  .item-sale__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%; }
    .item-sale__header + .item-sale__body {
      margin-top: 30px; }
  .item-sale__flag {
    background: #4fa372;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    border-radius: 26px 0 26px 14px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 50px;
    padding: 0 20px;
    color: #fff;
    min-width: 172px; }
    .item-sale__flag--ending {
      background: #ff3038; }
  .item-sale__time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    .item-sale__time svg {
      fill: #4fa372;
      opacity: 0.5;
      margin-right: 10px; }
    .item-sale__time--ending svg {
      fill: #ff3038; }
  .item-sale__during {
    color: #1D1D1B; }
    .item-sale__during b {
      margin-left: 5px; }
  .item-sale__body {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
  .item-sale__title {
    font-weight: bold;
    font-size: 28px;
    line-height: 34px;
    color: #1D1D1B; }
  .item-sale__text {
    margin-top: 20px;
    font-weight: normal;
    font-size: 14px;
    line-height: 140%;
    opacity: 0.8;
    color: #1D1D1B; }
  .item-sale__footer {
    margin-top: 20px; }

.sale-detail-banner {
  padding-top: 0; }

.sale-detail-img {
  width: 100%;
  margin-bottom: 26px; }
  .sale-detail-img img {
    width: 100%; }

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

.sale-detail-wysiwyg {
  width: calc(100% - 360px); }
  .sale-detail-wysiwyg h1 {
    font-weight: bold;
    font-size: 44px;
    line-height: 55px;
    margin-bottom: 30px; }
  .sale-detail-wysiwyg--mobile {
    display: none; }
  .sale-detail-wysiwyg p {
    font-weight: normal;
    font-size: 16px;
    line-height: 26px; }
    .sale-detail-wysiwyg p + p {
      margin-top: 30px; }
  .sale-detail-wysiwyg ul {
    list-style-type: none !important;
    padding: 0;
    margin: 0;
    margin-bottom: 1rem; }
    .sale-detail-wysiwyg ul li {
      padding-left: 23px;
      position: relative;
      font-weight: normal;
      font-size: 16px;
      line-height: 26px; }
      .sale-detail-wysiwyg ul li::before {
        content: "";
        width: 6px;
        height: 6px;
        position: absolute;
        top: 9px;
        left: 0;
        background-color: #1D81FF; }
      .sale-detail-wysiwyg ul li:not(:last-child) {
        margin-bottom: 13px; }

.sale-detail-controls {
  width: 300px;
  text-align: center; }

.sale-detail-btn {
  margin-top: 20px; }
  .sale-detail-btn .btn {
    width: 100%; }

.sale-detail-timer {
  margin-top: -30px;
  background: #e5edf5;
  width: 100%;
  padding-top: 45px;
  border-radius: 32px 0 32px 18px;
  padding-bottom: 24px; }
  .sale-detail-timer > p {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px; }

.sale-detail-range {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .sale-detail-range span:nth-child(1) {
    margin-right: 18px; }
  .sale-detail-range svg {
    fill: #4fa372; }

.timer-block .countdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.timer-block .item-ss {
  display: none; }

.timer-block .item {
  border: 1px solid #fff;
  border-radius: 8px;
  font-weight: 500;
  font-size: 44px;
  line-height: 1;
  margin: 0 7px;
  width: 62px;
  height: 75px;
  padding-top: 4px; }

.timer-block .separator {
  display: none; }

.timer-block .label {
  display: block;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px; }

.list-products-sales {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .list-products-sales .slick-dots {
    margin-top: 30px; }
  .list-products-sales .product-item {
    margin-top: 0;
    padding: 0 0 0 20px;
    width: 100%; }
    .list-products-sales .product-item + .product-item {
      margin-top: 20px; }
    .list-products-sales .product-item__image::before {
      width: 245px;
      height: 245px; }
    .list-products-sales .product-item__image img {
      max-height: 170px; }
    .list-products-sales .product-item__center {
      padding: 35px 0; }

.bussines-list_sale-detail {
  padding: 0 0 16px 0; }

.block-in-sales {
  padding: 70px 0 86px 0; }
  .block-in-sales + .block-in-sales {
    padding-top: 40px; }
  .block-in-sales .title {
    padding-top: 0;
    text-transform: none;
    text-align: left;
    font-weight: 600;
    font-size: 28px;
    padding-left: 34px; }
    .block-in-sales .title::before {
      content: '';
      position: absolute;
      left: 0;
      top: 6px;
      -webkit-transform: none;
      transform: none;
      height: 14px;
      width: 14px;
      background: #1d81ff;
      border-radius: 50%; }

.social-friends {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 65px; }

.friends-links {
  margin-left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.friend-link {
  margin: 0 10px; }
  .friend-link:hover {
    opacity: 0.7; }

.privacy-policy-banner {
  padding: 110px 0 80px 0;
  position: relative; }
  .privacy-policy-banner::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 50%;
    background: -webkit-gradient(linear, left top, right top, from(#e9f3ff), to(rgba(233, 243, 255, 0)));
    background: linear-gradient(90deg, #e9f3ff 0%, rgba(233, 243, 255, 0) 100%);
    z-index: 1; }
  .privacy-policy-banner::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(233, 243, 255, 0)), to(#e9f3ff));
    background: linear-gradient(90deg, rgba(233, 243, 255, 0) 0%, #e9f3ff 100%);
    z-index: 1; }
  .privacy-policy-banner .title {
    font-weight: 800;
    font-size: 42px;
    line-height: 51px; }
  .privacy-policy-banner .breadcrumb-wrapper {
    padding-top: 0;
    margin-bottom: 60px;
    z-index: 2;
    position: relative; }
    .privacy-policy-banner .breadcrumb-wrapper .breadcrumb-item.active::before {
      border-color: #1D1D1B; }

.privacy-policy-content {
  padding-top: 30px; }
  .privacy-policy-content__wrapper {
    margin: 0 auto;
    max-width: 955px; }
    .privacy-policy-content__wrapper p {
      margin-bottom: 25px; }
  .privacy-policy-content__section {
    margin-bottom: 50px; }

.reviews-banner {
  padding: 170px 0 80px 0;
  position: relative; }
  .reviews-banner::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 50%;
    background: -webkit-gradient(linear, left top, right top, from(#e9f3ff), to(rgba(233, 243, 255, 0)));
    background: linear-gradient(90deg, #e9f3ff 0%, rgba(233, 243, 255, 0) 100%);
    z-index: 1; }
  .reviews-banner::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(233, 243, 255, 0)), to(#e9f3ff));
    background: linear-gradient(90deg, rgba(233, 243, 255, 0) 0%, #e9f3ff 100%);
    z-index: 1; }
  .reviews-banner .title {
    font-weight: 800;
    font-size: 42px;
    line-height: 51px;
    text-transform: none; }
  .reviews-banner .subtitle {
    margin-top: 30px;
    font-size: 16px; }

.reviews-content {
  padding-top: 50px;
  padding-bottom: 120px; }
  .reviews-content__sort {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 50px; }
  .reviews-content__sort-option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .reviews-content__sort-option .select2-container {
      max-width: 220px;
      min-width: 220px; }
    .reviews-content__sort-option:not(:last-child) {
      margin-right: 40px; }
  .reviews-content__sort-option-label {
    margin-right: 20px; }
  .reviews-content__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 50px; }
  .reviews-content__review {
    height: 280px;
    margin-bottom: 30px; }
  .reviews-content__review-wrapper {
    width: 100%;
    height: 100%;
    padding: 20px;
    padding-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 1px solid #E5EDF5;
    position: relative; }
    .reviews-content__review-wrapper::before {
      content: "";
      width: 40px;
      height: 33px;
      background-image: url(../../assets/images/quotes-icon.svg);
      background-size: 100% 100%;
      position: absolute;
      top: 10px;
      right: 10px; }
  .reviews-content__review-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px; }
  .reviews-content__review-img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background-color: #DBDFE4;
    margin-right: 30px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative; }
    .reviews-content__review-img::before {
      content: "";
      width: 32px;
      height: 32px;
      background-image: url(../../assets/images/icon-user.svg);
      background-size: 100% 100%;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%); }
    .reviews-content__review-img img {
      width: 100%;
      height: 100%;
      border-radius: 50%;
      position: relative;
      z-index: 3; }
  .reviews-content__review-top-name {
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #1D1D1B;
    margin-bottom: 5px; }
  .reviews-content__review-top-info {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #1D1D1B;
    opacity: 0.7; }
  .reviews-content__review-top-content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
  .reviews-content__review-content-text {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #1D1D1B;
    opacity: 0.8;
    width: 100%;
    height: 80px;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 20px; }
  .reviews-content__review-content-link {
    margin-top: -10px; }
    .reviews-content__review-content-link a {
      display: inline-block;
      font-weight: bold;
      font-size: 14px;
      line-height: 17px;
      color: #363D40;
      position: relative;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      .reviews-content__review-content-link a::before {
        content: "";
        width: 100%;
        height: 2px;
        background-color: #1D81FF;
        position: absolute;
        bottom: -5px;
        left: 0;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
      .reviews-content__review-content-link a:hover {
        text-decoration: none;
        opacity: 0.7; }
        .reviews-content__review-content-link a:hover::before {
          opacity: 0; }
  .reviews-content__review-video {
    margin-top: 5px; }
    .reviews-content__review-video a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      .reviews-content__review-video a:hover {
        text-decoration: none;
        opacity: 0.7; }
        .reviews-content__review-video a:hover .reviews-content__review-video-link::before {
          opacity: 0; }
  .reviews-content__review-video-play {
    margin-right: 22px;
    width: 125px;
    height: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-image: url(../../assets/images/review-play-bg.svg);
    background-size: 100% 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
    .reviews-content__review-video-play img {
      width: 64px;
      height: 64px; }
  .reviews-content__review-video-link {
    display: inline-block;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    color: #363D40;
    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .reviews-content__review-video-link::before {
      content: "";
      width: 100%;
      height: 2px;
      background-color: #1D81FF;
      position: absolute;
      bottom: -5px;
      left: 0;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
  .reviews-content__more-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .reviews-content__more-btn a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      position: relative;
      width: 345px;
      border: 1px solid rgba(54, 61, 64, 0.2);
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      border-radius: 10px;
      font-weight: bold;
      font-size: 16px;
      color: #1D1D1B; }
      .reviews-content__more-btn a .icon-wrapper {
        position: absolute;
        top: 50%;
        left: 20px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%); }
        .reviews-content__more-btn a .icon-wrapper svg {
          fill: #363D40;
          -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out; }
      .reviews-content__more-btn a:hover {
        border-color: #1D81FF; }
        .reviews-content__more-btn a:hover .icon-wrapper svg {
          fill: #fff; }

.blog-banner {
  padding: 110px 0 80px 0;
  position: relative; }
  .blog-banner::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 50%;
    background: -webkit-gradient(linear, left top, right top, from(#e9f3ff), to(rgba(233, 243, 255, 0)));
    background: linear-gradient(90deg, #e9f3ff 0%, rgba(233, 243, 255, 0) 100%);
    z-index: 1; }
  .blog-banner::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(233, 243, 255, 0)), to(#e9f3ff));
    background: linear-gradient(90deg, rgba(233, 243, 255, 0) 0%, #e9f3ff 100%);
    z-index: 1; }
  .blog-banner .title {
    font-weight: 800;
    font-size: 42px;
    line-height: 51px; }
  .blog-banner .breadcrumb-wrapper {
    padding-top: 0;
    margin-bottom: 60px;
    z-index: 2;
    position: relative; }
    .blog-banner .breadcrumb-wrapper .breadcrumb-item.active::before {
      border-color: #1D1D1B; }
  .blog-banner .subtitle {
    margin-top: 30px;
    font-size: 16px; }

.blog-content {
  padding-bottom: 100px; }
  .blog-content__categories {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .blog-content__categories-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative; }
    .blog-content__categories-list ul li {
      border-bottom: 4px solid transparent;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      .blog-content__categories-list ul li:not(:last-child) {
        margin-right: 70px; }
      .blog-content__categories-list ul li.active {
        border-color: #1D81FF; }
        .blog-content__categories-list ul li.active .blog-content__categories-list-link {
          color: #1D1D1B; }
      .blog-content__categories-list ul li:hover {
        border-color: #1D81FF; }
  .blog-content__categories-list-link {
    font-weight: 800;
    font-size: 24px;
    padding-bottom: 45px;
    text-transform: uppercase;
    color: #848484;
    display: block;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .blog-content__categories-list-link:hover {
      text-decoration: none;
      color: #1D1D1B; }
  .blog-content__categories-search {
    position: absolute;
    z-index: 3;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 62px;
    cursor: pointer;
    background-color: #fff;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border: 1px solid rgba(29, 29, 27, 0.2);
    border-radius: 10px;
    z-index: 4; }
    .blog-content__categories-search button {
      width: 60px;
      height: 50px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding: 0;
      background-color: transparent;
      border: none;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      position: absolute;
      right: 0;
      top: 0; }
      .blog-content__categories-search button svg {
        width: 20px;
        height: 20px;
        fill: #1D81FF;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
      .blog-content__categories-search button:hover {
        border-color: transparent;
        background-color: transparent;
        opacity: 0.7; }
        .blog-content__categories-search button:hover svg {
          fill: #1D81FF; }
    .blog-content__categories-search .form-control {
      height: 50px;
      width: 0px;
      border: none;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
    .blog-content__categories-search:focus {
      border-color: #1D81FF; }
    .blog-content__categories-search.active {
      width: 280px;
      border-color: #1D81FF; }
      .blog-content__categories-search.active .form-control {
        width: 100%;
        padding-right: 60px; }
  .blog-content__top {
    background-color: rgba(29, 129, 255, 0.1);
    border-bottom: 3px solid #1D81FF;
    padding-top: 30px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 15px;
    margin-bottom: 50px; }
  .blog-content__top-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 35px;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    color: #1D1D1B; }
    .blog-content__top-title img {
      width: 46px;
      height: 46px;
      margin-right: 10px; }
  .blog-content__top-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .blog-content__top-item {
    width: 33.3%;
    margin-bottom: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .blog-content__top-item:not(:last-child) {
      margin-right: 50px; }
  .blog-content__top-item-num {
    font-weight: 800;
    font-size: 50px;
    text-transform: uppercase;
    -webkit-text-stroke-width: 1px;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-color: rgba(29, 29, 27, 0.3);
    margin-top: -14px;
    margin-right: 15px;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
  .blog-content__top-item-content-title {
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    color: #1D1D1B;
    margin-bottom: 25px;
    display: block;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .blog-content__top-item-content-title:hover {
      text-decoration: none;
      opacity: 0.7;
      color: #1D1D1B; }
  .blog-content__top-item-content-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .blog-content__top-item-content-date {
    font-size: 14px;
    line-height: 20px;
    color: #1D1D1B;
    opacity: 0.7;
    margin-right: 20px; }
  .blog-content__top-item-content-views {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .blog-content__top-item-content-views span {
      font-size: 14px;
      line-height: 20px;
      color: #1D1D1B;
      opacity: 0.7; }
    .blog-content__top-item-content-views svg {
      width: 30px;
      height: 15px;
      margin-right: 12px; }
  .blog-content__big-row {
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 50px; }
  .blog-content__article {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 50px; }
  .blog-content__article-wrapper {
    display: block;
    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .blog-content__article-wrapper:hover {
      text-decoration: none;
      opacity: 0.7; }
  .blog-content__article-category {
    position: absolute;
    top: 0;
    right: 20px;
    background: #FFFFFF;
    border-radius: 0px 0px 10px 10px;
    padding-top: 5.5px;
    padding-bottom: 5.5px;
    padding-left: 21px;
    padding-right: 21px;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #1D81FF;
    display: inline-block; }
  .blog-content__article-img {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px; }
    .blog-content__article-img::before {
      content: '';
      padding-top: 84%;
      display: inline-block; }
    .blog-content__article-img-container {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .blog-content__article-img img {
      display: block;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden; }
  .blog-content__article-content-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    color: #1D1D1B;
    margin-bottom: 20px; }
  .blog-content__article-content-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .blog-content__article-content-date {
    font-size: 14px;
    line-height: 20px;
    color: #1D1D1B;
    opacity: 0.7;
    margin-right: 40px; }
  .blog-content__article-content-views {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .blog-content__article-content-views svg {
      margin-right: 12px; }
    .blog-content__article-content-views span {
      font-size: 14px;
      line-height: 20px;
      color: #1D1D1B;
      opacity: 0.7; }
  .blog-content__small-row {
    margin-left: -9px;
    margin-right: -9px; }
  .blog-content__nav-panel {
    margin-right: 0;
    margin-top: 30px; }
    .blog-content__nav-panel ul {
      list-style: none;
      margin: 0;
      padding: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .blog-content__nav-panel ul li:not(:last-child) {
        margin-right: 10px; }
      .blog-content__nav-panel ul li a {
        width: 40px;
        height: 40px;
        border: 1px solid rgba(54, 61, 64, 0.2);
        border-radius: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-weight: 600;
        font-size: 16px;
        color: #1D1D1B;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
        .blog-content__nav-panel ul li a:hover {
          text-decoration: none;
          border-color: #1D81FF;
          -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.06), 0px 4px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.06), 0px 4px 6px rgba(0, 0, 0, 0.1); }
  .blog-content__bottom-options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-bottom: 100px;
    margin-top: 25px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .blog-content__more-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .blog-content__more-btn a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      position: relative;
      width: 345px;
      border: 1px solid rgba(54, 61, 64, 0.2);
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      border-radius: 10px;
      font-weight: bold;
      font-size: 16px;
      color: #1D1D1B; }
      .blog-content__more-btn a .icon-wrapper {
        position: absolute;
        top: 50%;
        left: 20px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%); }
        .blog-content__more-btn a .icon-wrapper svg {
          fill: #363D40;
          -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out; }
      .blog-content__more-btn a:hover {
        border-color: #1D81FF; }
        .blog-content__more-btn a:hover .icon-wrapper svg {
          fill: #fff; }
  .blog-content__themes-title-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px; }
  .blog-content__themes-title {
    font-weight: 600;
    font-size: 28px;
    line-height: 36px;
    color: #1D1D1B; }
  .blog-content__themes-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .blog-content__themes-row--hidden {
    display: none; }
  .blog-content__themes-item {
    margin-right: 20px;
    margin-bottom: 20px; }
    .blog-content__themes-item a {
      font-weight: 600;
      font-size: 16px;
      line-height: 20px;
      color: rgba(31, 31, 31, 0.6);
      padding-top: 13px;
      padding-bottom: 13px;
      padding-left: 40px;
      padding-right: 40px;
      border: 1px solid #A5AFBC;
      border-radius: 23px;
      display: block;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      .blog-content__themes-item a:hover {
        text-decoration: none;
        border-color: #1D81FF;
        background-color: #1D81FF;
        color: #fff; }
    .blog-content__themes-item.active a {
      border-color: #1D81FF;
      background-color: #1D81FF;
      color: #fff; }
  .blog-content__themes-link-show-more a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #1D1D1B;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .blog-content__themes-link-show-more a span {
      margin-right: 8px; }
    .blog-content__themes-link-show-more a:hover {
      text-decoration: none;
      opacity: 0.8; }
    .blog-content__themes-link-show-more a .active {
      display: none; }
    .blog-content__themes-link-show-more a.active .active {
      display: block; }
    .blog-content__themes-link-show-more a.active .unactive {
      display: none; }
    .blog-content__themes-link-show-more a.active svg {
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg); }
  .blog-content__themes-link-show-more_mobile {
    display: none; }

.blog-filter-content {
  padding-bottom: 120px; }
  .blog-filter-content__title-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 25px; }
  .blog-filter-content__title-row-title {
    font-weight: bold;
    font-size: 44px;
    line-height: 55px;
    color: #1D1D1B; }
  .blog-filter-content__title-row-search {
    position: relative;
    width: 385px; }
    .blog-filter-content__title-row-search input {
      height: 50px;
      width: 100%;
      padding-right: 60px; }
  .blog-filter-content__title-row-search-btn {
    width: 60px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    background-color: transparent;
    border: 0;
    padding: 0;
    padding-right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .blog-filter-content__title-row-search-btn svg {
      fill: #1D1D1B;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
    .blog-filter-content__title-row-search-btn:hover {
      text-decoration: none; }
      .blog-filter-content__title-row-search-btn:hover svg {
        fill: #1D81FF; }
  .blog-filter-content__back-link {
    margin-bottom: 50px; }
    .blog-filter-content__back-link a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      font-weight: 500;
      font-size: 14px;
      line-height: 16px;
      color: #1D1D1B;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      .blog-filter-content__back-link a svg {
        width: 14px;
        height: 14px;
        margin-right: 10px;
        fill: #1D81FF; }
      .blog-filter-content__back-link a:hover {
        text-decoration: none;
        opacity: 0.7; }
  .blog-filter-content__not-founded {
    padding-top: 145px;
    padding-bottom: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  .blog-filter-content__not-founded-img {
    width: 184px;
    height: 184px;
    margin-bottom: 25px; }
    .blog-filter-content__not-founded-img img {
      width: 100%;
      height: 100%; }
  .blog-filter-content__not-founded-text {
    font-weight: 500;
    font-size: 22px;
    line-height: 34px;
    text-align: center;
    color: #1D1D1B; }

.blog-article {
  overflow: hidden;
  padding-bottom: 120px; }

.blog-article-content__img {
  width: 100%;
  position: relative;
  margin-bottom: 20px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .blog-article-content__img img {
    display: block;
    width: 100%;
    height: auto; }

.blog-article-content .breadcrumb-wrapper {
  margin-bottom: 40px; }

.blog-article-content__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 960px;
  margin: 0 auto;
  margin-bottom: 50px;
  position: relative; }
  .blog-article-content__info-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

.blog-article-content__info-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.blog-article-content__info-type {
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  color: #1D81FF;
  padding-bottom: 10px;
  padding-top: 30px;
  padding-left: 24px;
  padding-right: 24px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  border-radius: 0px 0px 10px 10px;
  margin-top: -20px; }

.blog-article-content__info-tag {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: rgba(31, 31, 31, 0.6);
  padding: 10px 40px;
  background-color: #EFEFEF;
  border-radius: 23px;
  margin-right: 40px; }

.blog-article-content__info-date {
  font-size: 14px;
  line-height: 20px;
  color: rgba(29, 29, 27, 0.7);
  margin-right: 30px; }

.blog-article-content__info-views {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px; }
  .blog-article-content__info-views svg {
    margin-right: 12px; }

.blog-article-content__wrapper {
  max-width: 960px;
  margin: 0 auto;
  position: relative;
  margin-bottom: 120px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }
  .blog-article-content__wrapper h1 {
    font-weight: bold;
    font-size: 44px;
    line-height: 55px;
    color: #1D1D1B;
    margin-bottom: 50px; }
  .blog-article-content__wrapper p {
    font-size: 16px;
    line-height: 26px;
    color: #1D1D1B;
    margin-bottom: 0; }
    .blog-article-content__wrapper p:not(:last-child) {
      margin-bottom: 30px; }
    .blog-article-content__wrapper p a {
      color: #1D81FF;
      text-decoration: underline; }
      .blog-article-content__wrapper p a:hover {
        text-decoration: none; }

.blog-article-content__wrapper-section {
  margin-bottom: 50px; }
  .blog-article-content__wrapper-section ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .blog-article-content__wrapper-section ul li {
      padding-left: 23px;
      position: relative; }
      .blog-article-content__wrapper-section ul li::before {
        content: "";
        width: 6px;
        height: 6px;
        position: absolute;
        top: 9px;
        left: 0;
        background-color: #1D81FF; }
      .blog-article-content__wrapper-section ul li:not(:last-child) {
        margin-bottom: 13px; }

.blog-article-content__back-link {
  position: absolute;
  top: 50%;
  left: -110px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }
  .blog-article-content__back-link a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    color: #1D1D1B;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .blog-article-content__back-link a svg {
      fill: #1D81FF;
      margin-right: 10px; }
    .blog-article-content__back-link a:hover {
      text-decoration: none;
      opacity: 0.7; }

.blog-article-content__look-also {
  margin-bottom: 50px; }
  .blog-article-content__look-also a {
    background: #E5EDF5;
    border: 1px solid #E5EDF5;
    padding-left: 30px;
    padding-right: 60px;
    padding-top: 22px;
    padding-bottom: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .blog-article-content__look-also a span {
      font-weight: bold;
      font-size: 18px;
      line-height: 22px;
      color: #1D81FF;
      margin-bottom: 6px; }
    .blog-article-content__look-also a:hover {
      text-decoration: none; }
      .blog-article-content__look-also a:hover .blog-article-content__look-also-title {
        color: #1D81FF; }

.blog-article-content__look-also-title {
  font-size: 22px;
  line-height: 31px;
  color: #1D1D1B;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.blog-article-content__video-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px; }

.blog-article-content__video-block-iframe {
  width: 50%;
  height: 300px; }

.blog-article-content__video-block-content {
  width: 50%;
  height: 100%;
  padding-left: 50px;
  font-size: 13px; }

.blog-article-content__video-block-title {
  max-width: 260px;
  font-weight: 600;
  font-size: 22px;
  line-height: 31px;
  color: #1D1D1B;
  margin-bottom: 20px; }

.blog-article-content__img-block {
  margin-bottom: 45px; }

.blog-article-content__img-block-wrapper {
  width: 100%;
  height: 440px;
  margin-bottom: 15px;
  -webkit-transition: height 0.2s ease-in-out;
  transition: height 0.2s ease-in-out; }
  .blog-article-content__img-block-wrapper img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

.blog-article-content__img-block-caption {
  font-style: italic; }

.blog-article-content__video-full {
  margin-bottom: 55px; }

.blog-article-content__video-full-wrapper {
  height: 560px;
  margin-bottom: 15px;
  -webkit-transition: height 0.2s ease-in-out;
  transition: height 0.2s ease-in-out; }

.blog-article-content__video-full-caption {
  font-style: italic; }

.blog-article-content__share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .blog-article-content__share span {
    font-size: 22px;
    line-height: 29px;
    color: #1D1D1B;
    margin-right: 20px; }

.blog-article-content__share-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.blog-article-content__share-item a {
  width: 40px;
  height: 40px;
  display: block;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .blog-article-content__share-item a svg {
    width: 100%;
    height: 100%; }
  .blog-article-content__share-item a:hover {
    text-decoration: none;
    opacity: 0.7; }

.blog-article-content__share-item.twitter svg {
  fill: #03A9F4; }

.blog-article-content__share-item.facebook svg {
  fill: #4267B2; }

.blog-article-content__share-item:not(:last-child) {
  margin-right: 20px; }

.blog-article-content__comments {
  max-width: 1200px;
  margin-bottom: 120px; }

.blog-article-content__read-also {
  margin-bottom: 70px; }

.blog-article-content__read-also-title {
  font-weight: 600;
  font-size: 28px;
  line-height: 32px;
  color: #1D1D1B;
  margin-bottom: 50px; }

.blog-article-content__themes {
  margin-bottom: 120px; }

.blog-article-content__themes-title-row {
  margin-bottom: 40px; }

.blog-article-content__themes-title {
  font-weight: 600;
  font-size: 28px;
  line-height: 36px;
  color: #1D1D1B; }

.blog-article-content__themes-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.blog-article-content__themes-item {
  margin-right: 20px;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: rgba(31, 31, 31, 0.6);
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 40px;
  padding-right: 40px;
  background-color: #EFEFEF;
  border-radius: 23px;
  display: block; }

.blog-article-content__products-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  margin-top: 80px;
  margin-bottom: 50px; }
  .blog-article-content__products-wrapper .card-item {
    width: 100%;
    max-width: 710px;
    margin-bottom: 30px; }

.partner-products {
  background-color: #EDF3F8;
  padding: 120px 0 60px 0;
  position: relative;
  overflow: hidden; }
  .partner-products__content {
    padding-top: 70px; }
  .partner-products__list {
    overflow: visible; }
  .partner-products__col {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 445px !important; }
  .partner-products__pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 16px; }
    .partner-products__pagination .swiper-pagination-bullet {
      width: 8px;
      height: 8px;
      margin: 0 6px;
      background-color: #1D1D1B;
      opacity: 0.3;
      display: block;
      border-radius: 50%;
      -webkit-transition: all 300ms ease;
      transition: all 300ms ease;
      position: relative; }
      .partner-products__pagination .swiper-pagination-bullet::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 4px;
        height: 4px;
        background-color: #fff;
        border-radius: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        opacity: 0;
        -webkit-transition: opacity 300ms ease;
        transition: opacity 300ms ease; }
      .partner-products__pagination .swiper-pagination-bullet-active, .partner-products__pagination .swiper-pagination-bullet:hover {
        background-color: #1D81FF;
        opacity: 1;
        -webkit-transform: scale(1.25);
        transform: scale(1.25); }
        .partner-products__pagination .swiper-pagination-bullet-active:before, .partner-products__pagination .swiper-pagination-bullet:hover:before {
          opacity: 1; }

.partners-map {
  padding: 118px 0 120px 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(244, 251, 255, 0.38)), color-stop(39.63%, rgba(245, 250, 255, 0)));
  background: linear-gradient(90deg, rgba(244, 251, 255, 0.38) 0%, rgba(245, 250, 255, 0) 39.63%);
  overflow: hidden;
  position: relative; }
  .partners-map__bg {
    position: absolute;
    z-index: 1;
    width: 1610px;
    height: 1610px;
    top: 50%;
    left: -860px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url("../images/partner-page/map-bg.svg") 50% 50% no-repeat;
    background-size: contain; }
  .partners-map__container {
    position: relative;
    z-index: 2; }
  .partners-map__content {
    padding-top: 60px; }
  .partners-map__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -16px;
    margin-right: -16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .partners-map__col {
    padding: 0 16px; }
    .partners-map__col:first-child {
      -ms-flex-negative: 0;
      flex-shrink: 0; }
    .partners-map__col:last-child {
      width: 100%; }
  .partners-map__caption {
    max-width: 324px; }
  .partners-map__title {
    font-weight: bold;
    font-size: 28px;
    line-height: 135%;
    color: #1D1D1B;
    max-width: 291px;
    padding-bottom: 37px; }
  .partners-map__list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .partners-map__item {
    width: 50%;
    padding: 0 22px 0 22px;
    margin-bottom: 22px;
    position: relative;
    font-size: 16px;
    line-height: 130%;
    color: #363D40; }
    .partners-map__item::before {
      content: '';
      position: absolute;
      top: 50%;
      left: 0;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background: #1D81FF; }
  .partners-map__map {
    padding-top: 30px; }
    .partners-map__map img {
      width: 1000px;
      height: auto; }

.p-tabs {
  padding: 100px 0 140px 0;
  position: relative;
  overflow: hidden; }
  .p-tabs__wrapper {
    position: relative; }
    .p-tabs__wrapper::before {
      content: '';
      position: absolute;
      top: -120px;
      left: -330px;
      width: 700px;
      height: 694px;
      background: url("../images/partner-page/circle-1.svg") 50% 50% no-repeat;
      background-size: contain;
      z-index: 0; }
    .p-tabs__wrapper::after {
      content: '';
      position: absolute;
      top: -180px;
      right: -780px;
      width: 982px;
      height: 971px;
      background: url("../images/partner-page/circle-2.svg") 50% 50% no-repeat;
      background-size: contain; }
  .p-tabs__title {
    font-weight: 800;
    font-size: 42px;
    line-height: 140%;
    text-transform: uppercase;
    color: #1D1D1B;
    padding-top: 20px;
    position: relative;
    z-index: 2;
    margin-bottom: 60px; }
    .p-tabs__title::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 30px;
      height: 2px;
      background: #1D81FF; }
  .p-tabs__container {
    position: relative;
    z-index: 2; }
  .p-tabs__items {
    position: relative; }
  .p-tabs__item {
    position: relative;
    margin-bottom: 8px; }
    .p-tabs__item.active .p-tabs__item-name {
      border: 1px solid #7BB7FF;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-box-shadow: 0px 5px 15px rgba(0, 78, 176, 0.2);
      box-shadow: 0px 5px 15px rgba(0, 78, 176, 0.2);
      color: #1D81FF;
      text-decoration: none; }
      .p-tabs__item.active .p-tabs__item-name::before {
        opacity: 1; }
    .p-tabs__item.active .p-tabs__item-content {
      display: block; }
  .p-tabs__item-name {
    position: relative;
    display: block;
    font-weight: 600;
    font-size: 22px;
    line-height: 140%;
    color: #1D1D1B;
    padding: 18px 60px 18px 30px;
    background: #FFFFFF;
    border: 1px solid #E4E5E9;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.06);
    border-radius: 4px;
    -webkit-transition-property: color, border, -webkit-box-shadow;
    transition-property: color, border, -webkit-box-shadow;
    transition-property: color, border, box-shadow;
    transition-property: color, border, box-shadow, -webkit-box-shadow;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease; }
    .p-tabs__item-name::before {
      content: '';
      position: absolute;
      top: 50%;
      right: 24px;
      -webkit-transform: translate(0, -50%);
      transform: translate(0, -50%);
      width: 9px;
      height: 15px;
      background: url("../images/partner-page/drop-arrow.svg") 50% 50% no-repeat;
      background-size: contain;
      -webkit-transition: opacity 300ms ease;
      transition: opacity 300ms ease;
      opacity: 0; }
    .p-tabs__item-name:hover {
      border: 1px solid #7BB7FF;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-box-shadow: 0px 5px 15px rgba(0, 78, 176, 0.2);
      box-shadow: 0px 5px 15px rgba(0, 78, 176, 0.2);
      color: #1D81FF;
      text-decoration: none; }
      .p-tabs__item-name:hover::before {
        opacity: 1; }
  .p-tabs__item-content {
    display: none;
    padding: 40px 0; }
  .p-tabs__content-title {
    font-weight: bold;
    font-size: 28px;
    line-height: 140%;
    color: #1D1D1B;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 40px; }
  .p-tabs__content-icon {
    width: 95px;
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: url("../images/partner-page/tabs-icon-bg.svg") 50% 50% no-repeat;
    background-size: contain;
    margin-right: 40px; }
    .p-tabs__content-icon img {
      width: 56px;
      height: 56px;
      display: block;
      -o-object-fit: contain;
      object-fit: contain; }
  .p-tabs__list {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  .p-tabs__list-item {
    font-weight: 500;
    font-size: 15px;
    line-height: 140%;
    color: #363D40;
    padding-bottom: 22px;
    border-bottom: 1px solid #E1E1E1;
    margin-bottom: 22px;
    padding-left: 22px;
    position: relative; }
    .p-tabs__list-item::before {
      content: '';
      width: 6px;
      height: 6px;
      background: #1D81FF;
      position: absolute;
      top: calc(50% - 3px - 11px);
      left: 0; }
    .p-tabs__list-item:last-child {
      margin-bottom: 0;
      padding-bottom: 0;
      border: none; }
  .p-tabs__content-desktop {
    padding-top: 40px; }
  .p-tabs__content-item {
    display: none; }
    .p-tabs__content-item.active {
      display: block; }

.socar-promo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 100px; }
  .socar-promo__icon-wrapper {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 80px;
    height: 80px;
    position: relative;
    margin-right: 40px; }
    .socar-promo__icon-wrapper::before {
      content: '';
      position: absolute;
      width: 103px;
      height: 98px;
      top: 22px;
      left: -23px;
      background: url("../images/socar/header/gift-bg.svg") 50% 50% no-repeat;
      background-size: contain;
      z-index: 1; }
  .socar-promo__icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    background: #FF3038;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    -webkit-animation: iconBounce 900ms ease-in infinite;
    animation: iconBounce 900ms ease-in infinite; }
  .socar-promo__caption {
    position: relative; }
  .socar-promo__title {
    font-weight: bold;
    font-size: 40px;
    line-height: 120%;
    color: #FFFFFF;
    padding-bottom: 24px; }
  .socar-promo__description {
    font-size: 18px;
    line-height: 150%;
    color: #FFFFFF; }

.socar {
  overflow: hidden; }

.socar-header {
  padding: 110px 20px 110px 20px;
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .socar-header__bg {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    min-width: 1920px;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(2, 13, 28, 0.8);
    background-image: url("../images/socar/header/bg.png");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover; }
    .socar-header__bg::before {
      content: '';
      position: absolute;
      top: calc(60% - 544px);
      left: -510px;
      width: 1088px;
      height: 982px;
      background: linear-gradient(105.84deg, #666666 19.11%, rgba(102, 102, 102, 0) 84.35%), url("../images/socar/header/ellipse.svg") 50% 50% no-repeat;
      background-size: cover;
      mix-blend-mode: color-dodge; }
  .socar-header__wrapper {
    position: relative;
    z-index: 2; }
  .socar-header__caption {
    padding-bottom: 145px;
    padding-top: 63px; }
  .socar-header__title {
    font-weight: bold;
    font-size: 56px;
    line-height: 120%;
    color: #FFFFFF;
    padding-bottom: 48px;
    padding-top: 53px;
    position: relative; }
    .socar-header__title::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 30px;
      height: 2px;
      background-color: #1D81FF; }
    .socar-header__title span {
      color: #1D81FF; }
  .socar-header__subtitle {
    font-size: 18px;
    line-height: 150%;
    color: #FFFFFF; }
  .socar-header__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -16px;
    margin-right: -16px; }
  .socar-header__button {
    padding: 0 16px; }
    .socar-header__button img {
      display: block; }
  .socar-header__app-button {
    -webkit-transition: opacity 300ms ease;
    transition: opacity 300ms ease; }
    .socar-header__app-button:hover {
      opacity: 0.8; }
  .socar-header__image {
    padding-left: 20%;
    margin-bottom: 42px; }
    .socar-header__image-container {
      position: relative;
      width: 524px; }
      .socar-header__image-container::before {
        content: '';
        position: absolute;
        width: 114%;
        height: 96%;
        background: url("../images/socar/header/socar-back.svg") 50% 50% no-repeat;
        background-size: cover;
        right: -95%;
        bottom: -45%; }
    .socar-header__image img {
      display: block;
      width: 100%;
      height: auto; }
  .socar-header__scroll-down {
    z-index: 3; }

@-webkit-keyframes iconBounce {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes iconBounce {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.socar-how {
  position: relative;
  overflow: hidden;
  padding: 0 60px; }
  .socar-how__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-left: -100px;
    margin-right: -100px; }
  .socar-how__col {
    width: 50%;
    padding: 0 100px; }
    .socar-how__col:last-child {
      background: #E9F3FF;
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .socar-how__col:last-child::before {
        content: '';
        position: absolute;
        top: 0;
        width: 2000px;
        height: 100%;
        right: -1999px;
        background: #E9F3FF; }
  .socar-how__title {
    font-weight: 800;
    font-size: 44px;
    line-height: 54px;
    text-transform: uppercase;
    color: #1D1D1B;
    padding-top: 21px;
    position: relative;
    padding-bottom: 100px; }
    .socar-how__title::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 30px;
      height: 2px;
      background-color: #1D81FF; }
  .socar-how__info {
    padding: 180px 0 100px 0; }
  .socar-how__list {
    position: relative; }
  .socar-how__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 90px; }
    .socar-how__item-icon {
      -ms-flex-negative: 0;
      flex-shrink: 0;
      width: 139px;
      height: 145px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      background: url("../images/socar/how/item-bg.svg") 50% 50% no-repeat;
      background-size: contain;
      margin-right: 48px; }
      .socar-how__item-icon img {
        display: block;
        width: 68px;
        height: 68px; }
    .socar-how__item-caption {
      max-width: 375px;
      width: 100%; }
    .socar-how__item-title {
      font-weight: 600;
      font-size: 24px;
      line-height: 130%;
      color: #1D1D1B;
      padding-bottom: 16px; }
    .socar-how__item-description {
      font-weight: 500;
      font-size: 16px;
      line-height: 24px;
      color: #575E67; }
  .socar-how__form {
    position: relative;
    padding-top: 180px;
    max-width: 498px;
    width: 100%; }
    .socar-how__form-fields {
      padding-bottom: 28px; }
    .socar-how__form-field {
      padding-bottom: 32px; }
    .socar-how__form-button {
      margin-bottom: 80px; }
    .socar-how__form-description {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-bottom: 80px; }
    .socar-how__form-icon {
      width: 48px;
      height: 48px;
      margin-right: 24px;
      -ms-flex-negative: 0;
      flex-shrink: 0; }
    .socar-how__form-text {
      font-size: 16px;
      line-height: 160%;
      color: #000000;
      opacity: 0.8; }
  .socar-how__footer {
    margin-left: -100px;
    padding: 47px 100px 47px 100px;
    font-weight: 500;
    font-size: 16px;
    line-height: 160%;
    color: rgba(255, 255, 255, 0.8);
    background: #4A6B8C;
    position: relative; }
  .socar-how__socar-promo {
    display: none; }

.socar-about {
  position: relative;
  padding: 180px 0 0 0; }
  .socar-about__title {
    font-weight: bold;
    font-size: 44px;
    line-height: 55px;
    text-align: center;
    color: #1D1D1B;
    padding-bottom: 30px;
    padding-top: 20px;
    position: relative; }
    .socar-about__title::before {
      content: '';
      position: absolute;
      top: 0;
      left: 50%;
      width: 30px;
      height: 2px;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      background: #1D81FF; }
  .socar-about__subtitle {
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #1D1D1B;
    opacity: 0.8;
    max-width: 640px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 80px; }

.socar-calc {
  background: #E9F3FF;
  padding: 340px 0 160px;
  margin-top: -130px;
  overflow: hidden; }
  .socar-calc__header {
    text-align: center;
    padding-bottom: 40px; }
  .socar-calc__title {
    font-weight: 800;
    font-size: 42px;
    line-height: 51px;
    text-align: center;
    text-transform: uppercase;
    color: #1D1D1B;
    padding-bottom: 30px;
    padding-top: 16px;
    position: relative; }
    .socar-calc__title::before {
      content: '';
      position: absolute;
      top: 0;
      left: 50%;
      width: 30px;
      height: 2px;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      background: #1D81FF; }
  .socar-calc__subtitle {
    font-size: 14px;
    line-height: 180%;
    text-align: center;
    color: #000000;
    opacity: 0.8;
    max-width: 505px;
    width: 100%;
    margin: 0 auto; }
  .socar-calc__form {
    max-width: 720px;
    margin: 0 auto; }
    .socar-calc__form-row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-left: -20px;
      margin-right: -20px; }
    .socar-calc__form-col {
      width: 50%;
      padding: 0 20px; }
    .socar-calc__form .select2 {
      width: 100% !important; }
    .socar-calc__form-title {
      font-weight: 600;
      font-size: 16px;
      line-height: 19px;
      color: #1D1D1B;
      padding-bottom: 24px; }
    .socar-calc__form-fields {
      padding-bottom: 24px; }
    .socar-calc__form-button {
      max-width: 260px;
      width: 100%;
      margin: 0 auto; }

.city-transport .sale-slider-row {
  margin: 0;
  padding: 20px 0 0 0;
  margin-bottom: 50px; }

.city-transport .reviews {
  margin-bottom: 120px; }

.service-msg {
  padding: 80px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100vh - 84px); }
  .service-msg__container {
    height: 100%;
    width: 100%;
    padding: 100px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .service-msg__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    text-align: center; }
    .service-msg__content::before {
      content: '';
      position: absolute;
      top: 80px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      width: 360px;
      height: 374px;
      z-index: 0;
      background: url("../images/service-msg/bg.svg") 50% 50% no-repeat;
      background-size: contain; }
  .service-msg__icon {
    margin-bottom: 60px;
    width: 180px;
    height: 180px;
    position: relative; }
    .service-msg__icon img {
      display: block;
      width: 100%;
      height: 100%; }
  .service-msg__caption {
    padding-bottom: 48px;
    width: 100%;
    max-width: 680px;
    position: relative; }
  .service-msg__title {
    font-weight: bold;
    font-size: 42px;
    line-height: 34px;
    text-align: center;
    color: #1D1D1B;
    padding-bottom: 24px; }
  .service-msg__text {
    font-weight: 500;
    font-size: 22px;
    line-height: 34px;
    text-align: center;
    color: #1D1D1B;
    padding-bottom: 24px; }
    .service-msg__text_sm {
      font-weight: normal;
      font-size: 16px;
      line-height: 160%;
      max-width: 480px;
      margin: 0 auto;
      width: 100%; }
    .service-msg__text:last-child {
      padding-bottom: 0; }
  .service-msg__phone {
    display: inline-block;
    font-weight: 500;
    font-size: 22px;
    line-height: 34px;
    text-align: center;
    color: #1D81FF; }
  .service-msg__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -10px;
    margin-right: -10px;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .service-msg__button {
    width: 220px;
    margin: 0 10px; }
    .service-msg__button:last-child {
      margin-bottom: 0; }

.cart {
  position: relative;
  padding-top: 187px;
  padding-bottom: 90px;
  min-height: calc(100vh - 84px); }
  .cart__content {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
  .cart__container {
    max-width: 1024px;
    padding: 0 30px;
    width: 100%;
    margin: 0 auto; }
  .cart__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-bottom: 48px; }
  .cart__steps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: right; }
    .cart__steps-text {
      color: #1D81FF; }
    .cart__steps-values {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .cart__steps-value {
      color: #1D81FF;
      padding: 0 4px; }
      .cart__steps-value_last {
        color: #1D1D1B; }
  .cart-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 40px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    position: relative; }
    .cart-item:last-child {
      border-bottom: none; }
    .cart-item__close {
      display: block;
      width: 16px;
      height: 16px;
      position: absolute;
      top: 16px;
      right: 0; }
      .cart-item__close:hover svg {
        fill: #1D81FF; }
      .cart-item__close svg {
        width: 100%;
        height: 100%;
        fill: #1D1D1B;
        -webkit-transition: fill 300ms ease;
        transition: fill 300ms ease; }
    .cart-item__header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .cart-item__header-col:first-child {
        -ms-flex-negative: 0;
        flex-shrink: 0; }
      .cart-item__header-col:last-child {
        width: 100%; }
    .cart-item__image {
      width: 130px;
      height: 110px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding: 12px 16px;
      position: relative;
      margin-right: 30px;
      -ms-flex-negative: 0;
      flex-shrink: 0; }
      .cart-item__image_desktop {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
      .cart-item__image_mobile {
        display: none; }
      .cart-item__image::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 101px;
        height: 101px;
        background: url("../images/cart/bg.svg") 50% 50% no-repeat;
        background-size: cover; }
      .cart-item__image img {
        display: block;
        width: 100%;
        height: 100%;
        position: relative;
        -o-object-fit: contain;
        object-fit: contain; }
    .cart-item__tags {
      width: 100%;
      max-width: 100%;
      min-width: 0; }
    .cart-item__tags-row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      margin-left: -4px;
      margin-right: -4px; }
    .cart-item__tag {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 32px;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 0 31px 0 10px;
      background: rgba(29, 129, 255, 0.1);
      border-radius: 6px;
      margin: 0 4px;
      margin-bottom: 8px;
      position: relative;
      max-width: 100%;
      min-width: 0; }
      .cart-item__tag-text {
        font-weight: 500;
        font-size: 12px;
        line-height: 14px;
        color: #1D81FF;
        overflow: hidden;
        white-space: nowrap;
        width: 100%;
        text-overflow: ellipsis; }
        .cart-item__tag-text_lg {
          font-weight: 600;
          padding-right: 0;
          -ms-flex-negative: 0;
          flex-shrink: 0;
          width: auto;
          padding-left: 12px; }
      .cart-item__tag-button {
        position: absolute;
        top: 50%;
        right: 10px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        display: block; }
        .cart-item__tag-button svg {
          width: 100%;
          height: 100%;
          display: block;
          stroke: #1D81FF; }
    .cart-item__content {
      width: 100%;
      max-width: 100%;
      min-width: 0;
      padding-right: 10px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    .cart-item__caption {
      width: 100%;
      -ms-flex-negative: 1;
      flex-shrink: 1; }
    .cart-item__row {
      margin-left: -10px;
      margin-right: -10px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      padding-bottom: 12px;
      padding-left: 8px; }
      .cart-item__row_align-center {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
    .cart-item__col {
      padding: 0 10px; }
      .cart-item__col:first-child {
        width: 100%;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1; }
      .cart-item__col:nth-child(2) {
        -ms-flex-negative: 0;
        flex-shrink: 0; }
      .cart-item__col:nth-child(3) {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        min-width: 120px; }
    .cart-item__title {
      font-weight: 600;
      font-size: 16px;
      line-height: 140%;
      color: #1D1D1B;
      max-width: 355px;
      width: 100%; }
    .cart-item__counter {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .cart-item__counter-button {
      display: block;
      width: 26px;
      height: 26px;
      background: rgba(229, 237, 245, 0.2);
      border: 1.5px solid #E5EDF5;
      border-radius: 50%;
      position: relative; }
      .cart-item__counter-button::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        height: 1px;
        width: 9px;
        background-color: #000; }
      .cart-item__counter-button::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        height: 9px;
        width: 1px;
        background-color: #000; }
      .cart-item__counter-button_minus::after {
        display: none; }
      .cart-item__counter-button:hover {
        border-color: #1D81FF; }
        .cart-item__counter-button:hover::after, .cart-item__counter-button:hover::before {
          background-color: #1D81FF; }
    .cart-item__counter-value {
      font-weight: 600;
      font-size: 18px;
      line-height: 140%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      text-align: center;
      color: #1D1D1B;
      padding: 0 22px; }
    .cart-item__price {
      font-weight: 600;
      font-size: 14px;
      line-height: 17px;
      text-align: right;
      color: #1D1D1B; }
      .cart-item__price_lg {
        font-size: 18px;
        line-height: 21px; }
      .cart-item__price_sale {
        opacity: 0.4;
        -webkit-text-decoration-line: line-through;
        text-decoration-line: line-through;
        font-weight: 500;
        font-size: 12px;
        line-height: 14px; }
    .cart-item__hint {
      font-weight: 500;
      font-size: 13px;
      line-height: 140%;
      letter-spacing: 0.02em;
      color: #1D1D1B;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .cart-item .select2 {
      min-width: 130px;
      width: auto !important; }
    .cart-item__service {
      margin-top: 16px;
      background: #F4F7FB;
      border-radius: 6px;
      padding: 12px 16px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .cart-item__service-text {
      font-weight: 500;
      font-size: 12px;
      line-height: 140%;
      letter-spacing: 0.02em;
      color: #1D1D1B;
      height: 32px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      padding-right: 16px; }
    .cart-item__service-options {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end;
      width: 100%; }
    .cart-item__service-options-footer {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; }
    .cart-item__service-dropdown {
      -ms-flex-negative: 0;
      flex-shrink: 0;
      max-width: 370px;
      width: 100%; }
    .cart-item__service-button {
      display: block;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      padding: 8px 22px;
      border: 1px solid #1D81FF;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      border-radius: 6px;
      font-weight: 600;
      font-size: 12px;
      line-height: 14px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      text-align: center;
      color: #1D81FF !important;
      -webkit-transition: color 300ms ease, border 300ms ease, background 300ms ease;
      transition: color 300ms ease, border 300ms ease, background 300ms ease;
      margin-left: 16px;
      flex-shrink: 0;
      text-align: center; }
      .cart-item__service-button:hover {
        background: #1D81FF;
        color: #fff !important;
        text-decoration: none; }
  .cart__total {
    width: 100%;
    padding-top: 50px; }
    .cart__total-row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin-left: -15px;
      margin-right: -15px; }
    .cart__total-col {
      padding: 0 15px; }
      .cart__total-col:last-child {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -ms-flex-negative: 0;
        flex-shrink: 0; }
    .cart__total-price {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: baseline;
      -ms-flex-align: baseline;
      align-items: baseline;
      padding-bottom: 32px;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      text-align: right; }
    .cart__total-text {
      font-weight: 600;
      font-size: 18px;
      line-height: 22px;
      -ms-flex-negative: 0;
      flex-shrink: 0; }
      .cart__total-text_sm {
        font-weight: 500;
        font-size: 14px;
        line-height: 140%;
        padding-right: 25px; }
      .cart__total-text_lg {
        font-size: 34px;
        line-height: 41px;
        padding-right: 10px; }
    .cart__total-buttons {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-left: -10px;
      margin-right: -10px;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    .cart__total-button {
      padding: 0 10px; }
    .cart__total-btn {
      min-width: 220px; }
  .cart__form {
    max-width: 710px;
    width: 100%;
    margin: 0 auto;
    padding: 50px 0; }
    .cart__form-title {
      font-weight: bold;
      font-size: 18px;
      line-height: 55px;
      text-transform: uppercase;
      color: #1D1D1B;
      padding-bottom: 24px; }
    .cart__form-row {
      margin-left: -15px;
      margin-right: -15px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .cart__form-col {
      width: 100%;
      padding: 0 15px;
      padding-bottom: 24px; }
    .cart__form-options-row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-left: -8px;
      margin-right: -8px;
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch; }
    .cart__form-options-col {
      width: 25%;
      padding: 0 8px; }
    .cart__form-option {
      width: 100%;
      height: 100%;
      position: relative; }
      .cart__form-option input {
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        visibility: hidden; }
        .cart__form-option input:checked + .cart__form-plate {
          background: #FFFFFF;
          border-color: #9FCBFF; }
    .cart__form-plate {
      height: 100%;
      width: 100%;
      min-height: 194px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      background: rgba(174, 210, 255, 0.12);
      border: 1px solid #E5EDF5;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      border-radius: 10px;
      padding: 40px 24px 35px 24px;
      cursor: pointer;
      -webkit-transition: background 300ms ease, border 300ms ease;
      transition: background 300ms ease, border 300ms ease; }
      .cart__form-plate:hover {
        background: #FFFFFF;
        border-color: #9FCBFF; }
      .cart__form-plate-image {
        width: 50px;
        height: 50px;
        margin-bottom: 27px; }
        .cart__form-plate-image img {
          width: 100%;
          height: 100%;
          display: block;
          -o-object-fit: contain;
          object-fit: contain; }
      .cart__form-plate-name {
        font-weight: 500;
        font-size: 14px;
        line-height: 150%;
        text-align: center;
        color: #1D1D1B; }

.cart-empty {
  padding-bottom: 100px; }
  .cart-empty__title {
    padding-bottom: 60px; }
  .cart-empty__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -26px;
    margin-right: -26px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .cart-empty__col {
    padding: 0 26px; }
  .cart-empty__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 250px;
    height: 260px;
    background: url("../images/cart/empty-bg.svg") 50% 50% no-repeat;
    background-size: contain; }
    .cart-empty__image img {
      display: block;
      width: 150px;
      height: 150px;
      -o-object-fit: contain;
      object-fit: contain; }
  .cart-empty__caption {
    width: 100%;
    max-width: 269px; }
  .cart-empty__text {
    font-weight: 500;
    font-size: 16px;
    line-height: 160%;
    color: #1D1D1B;
    padding-bottom: 24px; }
  .cart-empty__btn {
    min-width: 220px; }

.service-dropdown {
  position: relative;
  width: 100%;
  z-index: 10; }
  .service-dropdown.open .service-dropdown__list {
    display: block;
    border-top: none;
    border-radius: 0 0 6px 6px; }
  .service-dropdown.open .service-dropdown__value-container {
    border-bottom: none;
    border-radius: 6px 6px 0 0; }
  .service-dropdown.open .service-dropdown__arrow svg {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    fill: #1D81FF; }
  .service-dropdown__value-wrapper {
    position: relative; }
  .service-dropdown__value-container {
    background: #FFFFFF;
    border: 1px solid #E5EDF5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 6px;
    cursor: pointer;
    position: relative;
    z-index: 2; }
  .service-dropdown__arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 50%;
    right: 13px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
    pointer-events: none; }
    .service-dropdown__arrow svg {
      display: block;
      fill: rgba(0, 0, 0, 0.5);
      -webkit-transition: fill 300ms ease, -webkit-transform 300ms ease;
      transition: fill 300ms ease, -webkit-transform 300ms ease;
      transition: transform 300ms ease, fill 300ms ease;
      transition: transform 300ms ease, fill 300ms ease, -webkit-transform 300ms ease; }
  .service-dropdown__value {
    padding: 0 36px 0 13px;
    height: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .service-dropdown__text {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: #1D1D1B;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 35px;
    position: relative;
    height: 100%;
    width: 100%;
    line-height: 32px; }
  .service-dropdown__number {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: right;
    color: #1D81FF;
    white-space: nowrap;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
  .service-dropdown__hint {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px; }
  .service-dropdown__list {
    position: absolute;
    left: 0;
    top: 32px;
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #E5EDF5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 5px 15px rgba(29, 129, 255, 0.18);
    box-shadow: 0px 5px 15px rgba(29, 129, 255, 0.18);
    border-radius: 6px;
    overflow: hidden;
    display: none; }
  .service-dropdown__item {
    cursor: pointer; }
    .service-dropdown__item.active, .service-dropdown__item:hover {
      background: rgba(29, 129, 255, 0.1); }
    @media only screen and (min-width: 480px) {
    .cd-products-table .features {
      width: 185px; }
    .cd-products-columns {
      width: 1040px;
      margin-left: 185px; }
    .cd-products-table .features .top-info {
      width: 185px; } }
    @media (min-width: 576px) {
    .container {
      max-width: 762px; }
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; }
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; }
  .container {
    max-width: 762px; } }
    @media (min-width: 767px) {
    .blog-article-content__info-mobile {
      display: none; } }
    @media only screen and (min-width: 767px) {
    .cd-products-table .features {
      width: 280px; }
    .cd-products-columns {
      width: 1312px;
      margin-left: 280px; }
    .cd-products-columns .product {
      width: 164px; }
    .cd-products-table .top-info {
      width: 164px; }
      .cd-products-table .top-info .check {
        margin-bottom: 1.5em; }
    .cd-products-table .features .top-info {
      width: 280px; }
  .cd-products-table.top-fixed .cd-products-columns > li,
  .cd-products-table.top-scrolling .cd-products-columns > li,
  .cd-products-table.top-fixed .features,
  .cd-products-table.top-scrolling .features {
    padding-top: 160px; }
  .cd-products-table.top-fixed .top-info,
  .cd-products-table.top-scrolling .top-info {
    height: 160px;
    position: fixed;
    top: 0; }
    .no-cssgradients .cd-products-table.top-fixed .top-info, .no-cssgradients
    .cd-products-table.top-scrolling .top-info {
      border-bottom: 1px solid shade(#ffffff, 10%); }
    .cd-products-table.top-fixed .top-info::after,
    .cd-products-table.top-scrolling .top-info::after {
      opacity: 1; }
  .cd-products-table.top-scrolling .top-info {
    position: absolute; }
    .no-js .cd-products-table .top-info {
      height: 248px; } }
    @media (min-width: 768px) {
    .container {
      max-width: 1024px; }
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; }
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; }
      .cookie .btn--default {
        padding: 0 18px;
        font-size: 14px;
        height: 50px; }
      .cookie__content {
        font-size: 12px;
        line-height: 14px; }
      .cookie__col {
        max-width: 100%;
        width: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        text-align: left; }
        .cookie__col:nth-child(1) {
          margin-bottom: 0;
          max-width: calc(100% - 114px);
          width: calc(100% - 114px);
          -ms-flex-preferred-size: calc(100% - 114px);
          flex-basis: calc(100% - 114px); }
  .container {
    max-width: 1024px; } }
    @media (min-width: 1024px) and (max-width: 1220px) {
    .blog-article-content__info {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
    .blog-article-content__info-right {
      margin-left: auto; }
    .blog-article-content__back-link {
      position: relative;
      top: 0;
      left: 0;
      -webkit-transform: none;
      transform: none;
      margin-right: 30px; } }
    @media (min-width: 1025px) {
    .container {
      max-width: 1200px; }
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; }
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; }
        .product-item--article .product-item__right .link {
          display: none; }
  .container {
    max-width: 1200px; }
      .p-tabs__item-content {
        display: none !important; } }
    @media (min-width: 1200px) {
    .container {
      max-width: 1470px; }
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; }
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; }
  .reviews-content .container {
    max-width: 1200px; } }
    @media (min-width: 1360px) {
  .col-xlx {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-xlx-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xlx-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xlx-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xlx-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xlx-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xlx-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xlx-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xlx-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xlx-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xlx-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xlx-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xlx-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xlx-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xlx-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-xlx-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-xlx-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-xlx-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-xlx-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-xlx-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-xlx-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-xlx-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-xlx-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-xlx-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-xlx-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-xlx-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-xlx-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-xlx-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-xlx-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .offset-xlx-0 {
    margin-left: 0; }
  .offset-xlx-1 {
    margin-left: 8.33333%; }
  .offset-xlx-2 {
    margin-left: 16.66667%; }
  .offset-xlx-3 {
    margin-left: 25%; }
  .offset-xlx-4 {
    margin-left: 33.33333%; }
  .offset-xlx-5 {
    margin-left: 41.66667%; }
  .offset-xlx-6 {
    margin-left: 50%; }
  .offset-xlx-7 {
    margin-left: 58.33333%; }
  .offset-xlx-8 {
    margin-left: 66.66667%; }
  .offset-xlx-9 {
    margin-left: 75%; }
  .offset-xlx-10 {
    margin-left: 83.33333%; }
  .offset-xlx-11 {
    margin-left: 91.66667%; }
  .d-xlx-none {
    display: none !important; }
  .d-xlx-inline {
    display: inline !important; }
  .d-xlx-inline-block {
    display: inline-block !important; }
  .d-xlx-block {
    display: block !important; }
  .d-xlx-table {
    display: table !important; }
  .d-xlx-table-row {
    display: table-row !important; }
  .d-xlx-table-cell {
    display: table-cell !important; }
  .d-xlx-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xlx-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }
  .flex-xlx-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-xlx-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-xlx-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-xlx-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-xlx-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-xlx-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-xlx-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .flex-xlx-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .flex-xlx-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  .flex-xlx-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  .flex-xlx-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-xlx-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .justify-content-xlx-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-xlx-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-xlx-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-xlx-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-xlx-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-xlx-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-xlx-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-xlx-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-xlx-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-xlx-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-xlx-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-xlx-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-xlx-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-xlx-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-xlx-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-xlx-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-xlx-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-xlx-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-xlx-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-xlx-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-xlx-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-xlx-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }
    @media (min-width: 1440px) {
  .col-xlxx {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-xlxx-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xlxx-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xlxx-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xlxx-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xlxx-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xlxx-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xlxx-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xlxx-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xlxx-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xlxx-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xlxx-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xlxx-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xlxx-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xlxx-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-xlxx-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-xlxx-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-xlxx-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-xlxx-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-xlxx-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-xlxx-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-xlxx-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-xlxx-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-xlxx-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-xlxx-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-xlxx-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-xlxx-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-xlxx-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-xlxx-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .offset-xlxx-0 {
    margin-left: 0; }
  .offset-xlxx-1 {
    margin-left: 8.33333%; }
  .offset-xlxx-2 {
    margin-left: 16.66667%; }
  .offset-xlxx-3 {
    margin-left: 25%; }
  .offset-xlxx-4 {
    margin-left: 33.33333%; }
  .offset-xlxx-5 {
    margin-left: 41.66667%; }
  .offset-xlxx-6 {
    margin-left: 50%; }
  .offset-xlxx-7 {
    margin-left: 58.33333%; }
  .offset-xlxx-8 {
    margin-left: 66.66667%; }
  .offset-xlxx-9 {
    margin-left: 75%; }
  .offset-xlxx-10 {
    margin-left: 83.33333%; }
  .offset-xlxx-11 {
    margin-left: 91.66667%; }
  .d-xlxx-none {
    display: none !important; }
  .d-xlxx-inline {
    display: inline !important; }
  .d-xlxx-inline-block {
    display: inline-block !important; }
  .d-xlxx-block {
    display: block !important; }
  .d-xlxx-table {
    display: table !important; }
  .d-xlxx-table-row {
    display: table-row !important; }
  .d-xlxx-table-cell {
    display: table-cell !important; }
  .d-xlxx-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xlxx-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }
  .flex-xlxx-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-xlxx-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-xlxx-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-xlxx-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-xlxx-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-xlxx-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-xlxx-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .flex-xlxx-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .flex-xlxx-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  .flex-xlxx-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  .flex-xlxx-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-xlxx-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .justify-content-xlxx-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-xlxx-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-xlxx-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-xlxx-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-xlxx-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-xlxx-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-xlxx-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-xlxx-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-xlxx-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-xlxx-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-xlxx-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-xlxx-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-xlxx-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-xlxx-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-xlxx-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-xlxx-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-xlxx-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-xlxx-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-xlxx-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-xlxx-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-xlxx-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-xlxx-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }
    @media (min-width: 1470px) {
      .slider-review .btn-next {
        right: calc((100vw - 1440px) / 2); }
      .slider-review .btn-prev {
        right: calc((100vw - 1320px) / 2); } }
    @media (min-width: 1490px) {
  .col-xxl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-xxl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xxl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xxl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xxl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xxl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xxl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xxl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xxl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xxl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xxl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xxl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xxl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xxl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xxl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-xxl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-xxl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-xxl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-xxl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-xxl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-xxl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-xxl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-xxl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-xxl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-xxl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-xxl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-xxl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-xxl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-xxl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .offset-xxl-0 {
    margin-left: 0; }
  .offset-xxl-1 {
    margin-left: 8.33333%; }
  .offset-xxl-2 {
    margin-left: 16.66667%; }
  .offset-xxl-3 {
    margin-left: 25%; }
  .offset-xxl-4 {
    margin-left: 33.33333%; }
  .offset-xxl-5 {
    margin-left: 41.66667%; }
  .offset-xxl-6 {
    margin-left: 50%; }
  .offset-xxl-7 {
    margin-left: 58.33333%; }
  .offset-xxl-8 {
    margin-left: 66.66667%; }
  .offset-xxl-9 {
    margin-left: 75%; }
  .offset-xxl-10 {
    margin-left: 83.33333%; }
  .offset-xxl-11 {
    margin-left: 91.66667%; }
  .d-xxl-none {
    display: none !important; }
  .d-xxl-inline {
    display: inline !important; }
  .d-xxl-inline-block {
    display: inline-block !important; }
  .d-xxl-block {
    display: block !important; }
  .d-xxl-table {
    display: table !important; }
  .d-xxl-table-row {
    display: table-row !important; }
  .d-xxl-table-cell {
    display: table-cell !important; }
  .d-xxl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }
  .flex-xxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-xxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-xxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-xxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-xxl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-xxl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-xxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .flex-xxl-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .flex-xxl-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  .flex-xxl-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  .flex-xxl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-xxl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .justify-content-xxl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-xxl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-xxl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-xxl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-xxl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-xxl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-xxl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-xxl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-xxl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-xxl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-xxl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-xxl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-xxl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-xxl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-xxl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-xxl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-xxl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-xxl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-xxl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-xxl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-xxl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-xxl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }
    @media (min-width: 2050px) {
  .reviews::before {
    width: 67%; } }
    @media (max-width: 1489.98px) {
      .socar-promo__title {
        font-size: 32px; }
      .socar-promo__description {
        font-size: 16px; }
    .socar-header {
      padding: 142px 20px 72px 20px; }
        .socar-header__bg::before {
          width: 807px;
          height: 827px;
          left: -200px;
          top: calc(60% - 400px); }
      .socar-header__caption {
        padding-top: 14px; }
      .socar-header__title {
        font-size: 40px;
        line-height: 120%;
        padding-bottom: 32px; }
      .socar-header__subtitle {
        font-size: 18px;
        line-height: 150%; }
        .socar-header__image-container {
          width: 333px; }
      .socar-how__row {
        margin-left: -70px;
        margin-right: -70px; }
      .socar-how__col {
        padding: 0 70px; }
      .socar-how__title {
        padding-bottom: 90px; }
      .socar-how__info {
        padding: 120px 0 80px; }
      .socar-how__form {
        padding-top: 120px; }
        .socar-how__form-button {
          margin-bottom: 70px; }
        .socar-how__form-description {
          margin-bottom: 70px; }
      .socar-how__footer {
        padding: 47px 0 47px 70px;
        margin-left: -70px;
        width: calc(100% + 70px); }
        .socar-how__footer::before {
          content: '';
          position: absolute;
          top: 0;
          right: -199px;
          width: 200px;
          height: 100%;
          background: #4A6B8C; } }
    @media only screen and (max-width: 1440px) {
        .bussines-cards__card:nth-child(even) .bussines-cards__card-image {
          width: 595px; }
      .bussines-cards__card-image {
        width: 595px; } }
    @media (max-width: 1359.98px) {
      .header__information-user {
        margin-right: -6px; }
      .navigation__item {
        padding: 0 10px; }
      .navigation__link {
        font-size: 14px;
        padding: 32px 0; }
      .controls__item {
        padding: 0 6px; }
    .location {
      margin-right: 10px; }
    .language {
      margin-right: 10px; }
    .phone {
      margin-right: 10px; }
      .product-banner__content {
        padding-left: 40px;
        margin-right: 20px; }
      .product-banner__item {
        padding: 0 25px; }
      .product-title-item a {
        padding: 10px 16px; }
      .product-img::before {
        width: 470px;
        height: 470px; }
      .app-img .wrapper-svg {
        width: 460px;
        height: 460px; }
    .list-app {
      width: 100%; }
      .app-item__text {
        max-width: 200px; }
      .main-product__content--service {
        min-height: 360px; }
        .main-product__content--service .main-product__description {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-align: start;
          -ms-flex-align: start;
          align-items: flex-start; }
        .main-product__content--service .main-product__controls {
          margin-top: 36px; }
      .main-product__content--service .main-product__order {
        margin-bottom: 0; }
      .main-product__content--service .main-product__column-info:nth-child(2) {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        margin-right: 20px; }
        .main-product__content--service .main-product__column-info + .main-product__column-info {
          padding-left: 0;
          margin-left: 0; }
        .main-product__content--service .main-product__column-info + .main-product__column-info .main-product-price {
          margin-left: 0; }
        .main-product__description--type-3 .main-product__order {
          margin-top: 0;
          width: 100%;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          padding-left: 0; }
      .main-product__info-product {
        margin-left: 15px; }
      .main-product__column-info {
        padding-left: 10px;
        margin-left: 10px; }
        .main-product__order_card-service {
          margin-top: 40px; }
        .main-product__order .btn {
          padding: 17px 20px; }
    .main-product-price {
      margin-left: 15px; }
      .card-item__image {
        width: 300px;
        height: 260px; }
        .card-item__image::before {
          width: 230px;
          height: 230px; }
      .card-item__wrapper {
        width: calc(100% - 300px); }
      .consultation .title-wrapper {
        padding-left: 80px; }
    .offer-title {
      max-width: 380px; }
    .offer-text {
      max-width: 380px; }
    .benefits {
      padding: 106px 0 80px 0; }
      .benefits__list {
        padding-top: 50px; }
        .benefits__col:first-child {
          position: relative;
          top: 0;
          left: auto;
          -webkit-transform: none;
          transform: none;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          width: 100%; }
      .benefits__item {
        padding: 14px 14px 23px 14px; }
        .benefits__item_rel-vertical::before {
          height: 500px;
          bottom: -500px; }
          .benefits__item_rel-45deg-left::before {
            display: block;
            top: 50%;
            right: -100%;
            width: 100%; }
          .benefits__item_rel-45deg-right::before {
            display: block;
            top: 50%;
            left: -100%;
            width: 100%; }
      .benefits__image-wrapper {
        width: 60px;
        height: 60px;
        padding: 10px; }
      .benefits__caption {
        padding-left: 15px; }
      .benefits__logo {
        position: relative;
        bottom: 0;
        left: 0;
        -webkit-transform: none;
        transform: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
        .benefits__logo::before {
          display: none; }
        .benefits__logo::after {
          display: none; }
      .benefits__logo-image-wrapper {
        width: 160px;
        height: 162px; }
      .product-cards__benefits-icon {
        width: 30px;
        height: 30px; }
        .products-list__item--left-one .products-list__description-block {
          padding-right: 120px; }
        .ru .products-list__title {
          font-size: 46px;
          line-height: 52px; }
      .products-list__title {
        font-size: 58px;
        line-height: 70px; }
      .products-list__description-block {
        width: 38%;
        padding-left: 70px; }
      .products-list__cards {
        width: 62%; }
      .products-list__image {
        -webkit-transform: scale(0.88);
        transform: scale(0.88); }
    .contacts-area {
      padding-left: 60px; }
      .more-contacts-item {
        padding: 0 20px; }
            .more-contacts-item:nth-child(even) ul::before {
              left: -20px; }
        .more-contacts-item li {
          word-break: break-all; } }
    @media only screen and (max-width: 1280px) {
        .bussines-cards_main .bussines-cards__card-image {
          right: -500px; } }
    @media only screen and (max-width: 1279px) {
    .sales-item {
      width: calc(50% - 24px);
      margin: 12px; }
      .product-cards__col {
        width: 50%; } }
    @media (max-width: 1199.98px) {
      .popup-review::before {
        width: 33px;
        height: 23px; }
      .popup-video-review .mfp-close {
        right: 0px;
        top: -55px; }
      .header__logo {
        margin-right: 15px; }
        .header__logo-simple {
          margin-right: 0; }
      .navigation__item {
        padding: 0 8px; }
    .partners-item {
      padding: 50px 0; }
        body.en .partners-item__title {
          font-size: 38px; }
      .partners-item__title {
        font-size: 46px; }
      .article__main-title {
        margin-bottom: 30px; }
      .request-form__form {
        margin-right: 0; }
      .product-banner__video-play img {
        width: 60px;
        height: 60px; }
    .travel-item {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .travel-item__icon {
        margin-bottom: 40px; }
        .main-product__order-info-row {
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
        .main-product__order-info-col_service {
          width: 100%;
          padding-top: 20px; }
        .main-product__order-info-col_border-lg::before {
          display: none; }
        .main-product__description--type-2 .main-product__info-product {
          -webkit-box-ordinal-group: 0;
          -ms-flex-order: -1;
          order: -1; }
        .main-product__description--type-2 .main-product__order {
          margin-top: 30px; }
          .main-product__description--type-3 .btn-third {
            width: 100%;
            margin-top: 20px;
            margin-right: 0; }
        .main-product__description--type-3 .main-product__info-product {
          -webkit-box-ordinal-group: 0;
          -ms-flex-order: -1;
          order: -1; }
        .main-product__description--type-4 {
          padding-bottom: 20px; }
      .main-product__controls {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start; }
      .main-product__info-product {
        margin-left: 0; }
        .main-product__column-info:first-child {
          padding-left: 0; }
        .main-product__column-info:first-child::before {
          display: none; }
      .main-product__order {
        margin-bottom: 25px; }
      .card-item__image {
        width: 230px;
        height: 190px; }
        .card-item__image::before {
          width: 180px;
          height: 180px; }
      .card-item__wrapper {
        width: calc(100% - 230px); }
      .benefits__item {
        margin-bottom: 30px; }
      .history-slider__slider-wrapper {
        padding-left: 0; }
      .benefits-slider__wrapper {
        padding-left: 0; }
          .career-how__item:nth-child(even) .career-how__item-container {
            padding: 80px 30px 80px 60px; }
      .career-how__item-container {
        padding: 80px 30px 80px 45px; }
        .bussines-cards__card:nth-child(even) .bussines-cards__card-content {
          padding: 120px 30px 120px 28%; }
      .bussines-cards__card-content {
        padding: 120px 180px 120px 30px; }
        .bussines-cards_main .bussines-cards__card-content {
          padding: 100px 180px 120px 30px; }
        .bussines-cards_main .bussines-cards__card-title {
          white-space: normal; }
          .bussines-cards_main .bussines-cards__card-title a {
            width: 100%; }
        .product-item_2col .item-icon {
          width: 50% !important; }
    .product-item__title {
      font-size: 24px;
      line-height: 30px; }
    .product-item__subtitle {
      font-size: 14px;
      line-height: 22px; }
    .product-item .item-icon {
      margin-top: 10px; }
    .product-item .item-icon__text {
      font-size: 13px;
      line-height: 140%; }
    .product-item .item-icon__image {
      width: 32px;
      margin-right: 12px; }
    .product-item .item-icon__image img {
      width: 25px; }
      .product-item .item-icon {
        width: 50%; }
      .product-item--article {
        margin-top: 40px;
        margin-bottom: 40px; }
        .product-item--article .product-item__left {
          position: relative;
          left: 0;
          top: 0;
          margin-right: 20px;
          padding-left: 20px; }
        .product-item--article .product-item__image::before {
          width: 168px !important;
          height: 168px !important; }
        .product-item--article .product-item__right {
          position: relative;
          -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
          order: 3; }
        .product-item--article .product-item__center {
          width: auto;
          padding: 22px 0; }
        .product-item--article .product-item__list-icon {
          padding-left: 20px; }
    .contacts-area {
      padding-left: 50px; }
      .privacy-policy-content__wrapper {
        padding-left: 15px;
        padding-right: 15px; }
        .reviews-content__review-wrapper::before {
          width: 33px;
          height: 23px; }
      .reviews-content__review-video-play {
        width: 100px;
        height: 95px;
        margin-right: 20px; }
        .reviews-content__review-video-play img {
          width: 54px;
          height: 54px; }
    .blog-content {
      padding-bottom: 80px; }
        .blog-content__categories-list ul li:not(:last-child) {
          margin-right: 50px; }
      .blog-content__top {
        margin-bottom: 50px; }
      .blog-content__top-item:not(:last-child) {
        margin-right: 20px; }
      .blog-content__nav-panel {
        margin-bottom: 0;
        margin-right: 0;
        margin-top: 0; }
      .blog-content__bottom-options {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        margin-bottom: 100px;
        margin-top: 25px; }
      .blog-content__more-btn {
        margin-bottom: 50px; }
      .blog-filter-content__not-founded {
        padding-top: 90px;
        padding-bottom: 130px; }
    .blog-article-content__info {
      margin-bottom: 30px; }
    .blog-article-content__wrapper {
      margin-bottom: 90px; }
      .blog-article-content__wrapper h1 {
        margin-bottom: 30px; }
    .blog-article-content__wrapper-section {
      margin-bottom: 40px; }
    .blog-article-content__look-also {
      margin-bottom: 40px; }
    .blog-article-content__read-also-title {
      margin-bottom: 30px; }
    .blog-article-content__themes {
      margin-bottom: 60px; }
      .blog-article-content__products-wrapper .card-item {
        margin-bottom: 20px; }
    .blog-article-content__products-wrapper {
      margin-top: 50px;
      margin-bottom: 30px; } }
    @media (max-width: 1024.98px) {
    .container {
      padding-right: 30px;
      padding-left: 30px; }
    .breadcrumb-wrapper {
      padding-top: 93px; }
      .popup--md {
        padding: 15px; }
      .popup--compare {
        padding: 35px 0;
        margin: 10px 0;
        max-width: 100%; }
        .popup-header--product::before {
          left: -15px;
          width: calc(100% + 30px); }
      .popup-header--product {
        padding-bottom: 15px;
        margin-bottom: 10px; }
      .popup .list-product ul {
        margin: 0; }
        .popup .list-product ul li {
          width: 100%;
          margin: 0;
          font-size: 13px;
          padding: 8px 0 8px 22px; }
        .popup .list-product ul li:last-child {
          border-bottom: none; }
    button.mfp-close {
      width: 25px;
      height: 25px;
      line-height: 25px; }
      .popup-cart__image {
        margin-right: 30px;
        width: 180px;
        height: 151px;
        padding: 16px 20px; }
        .popup-cart__image::before {
          width: 140px;
          height: 140px; }
    .header {
      padding: 12px 0; }
      .header__information-user {
        margin-right: -10px; }
      .header .dropdown-list {
        padding: 0;
        border: none; }
    .header .dropdown-column {
      width: 100%;
      margin-bottom: 0; }
    .header .dropdown-column + .dropdown-column {
      margin-top: 1px; }
    .header .dropdown-column.active ul {
      display: block; }
      .header .dropdown-column__title {
        font-size: 16px;
        font-weight: 700;
        padding: 15px 15px 15px 0; }
        .header .dropdown-column__title::before {
          display: block; }
        .header .dropdown-column__title .js-opener-header {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
          .header .dropdown-column__title_link:hover {
            color: #1D1D1B;
            cursor: auto; }
        .header .dropdown-column__title_link .js-opener-header {
          position: absolute;
          width: 70px;
          height: 100%;
          top: 0;
          right: -30px;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; }
      .header .dropdown-column ul {
        display: none;
        margin: 5px 0; }
        .header .dropdown-column ul.dropdown-weight, .header .dropdown-column ul.list-weight {
          display: block;
          margin: 0; }
          .header .dropdown-column ul.dropdown-weight li + li, .header .dropdown-column ul.list-weight li + li {
            margin-top: 1px; }
            .header .dropdown-column ul.dropdown-weight li::before, .header .dropdown-column ul.list-weight li::before {
              display: block; }
            .header .dropdown-column ul.dropdown-weight li a, .header .dropdown-column ul.list-weight li a {
              padding: 15px 15px 15px 0;
              position: relative;
              z-index: 2;
              font-size: 16px;
              font-weight: 700;
              width: 100%;
              height: 100%;
              display: block; }
    .social-header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .footer_simple .footer-lower .copyright {
        display: block;
        font-size: 12px;
        line-height: 140%;
        max-width: 165px;
        padding-right: 20px; }
    .footer_simple .politics {
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1; }
      .footer_simple .politics-item {
        width: 50%;
        margin: 0 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
        .footer_simple .politics-item a {
          font-size: 13px;
          line-height: 140%; }
    .footer_simple .developers {
      max-width: 185px;
      padding-left: 20px; }
      .footer_simple .developers a {
        font-size: 13px;
        line-height: 130%; }
      .footer-lower .copyright {
        display: none; }
    .footer-info {
      margin-right: 50px; }
      .footer-info .copyright {
        display: block;
        font-size: 12px;
        margin-top: 12px; }
  .footer-column {
    width: 33.33%;
    margin-bottom: 18px; }
    .footer-column__title .js-opener-footer {
      position: absolute;
      width: 70px;
      height: 100%;
      top: 0;
      right: 0; }
    .footer-column ul {
      margin: 10px 0 0; }
      .footer-column ul li a {
        font-size: 12px; }
    .phone-footer {
      margin-top: 12px; }
      .phone-footer a {
        font-size: 12px; }
    .politics {
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1; }
      .politics-item {
        width: 50%;
        margin: 0; }
      .btn-slider {
        background: #fff; }
        .btn-slider:hover {
          background: #fff; }
    .form-callback .form-check-label, .form-callback .form-radio-label {
      font-size: 12px; }
    .form-callback--index {
      max-width: 588px; }
      .form-check input ~ ins, .form-radio input ~ ins {
        top: 0; }
    .title {
      font-size: 34px; }
      .title-popup {
        font-size: 26px; }
    .subtitle {
      margin: 30px auto 0;
      font-size: 16px;
      max-width: 80%; }
      .subtitle_sm {
        font-size: 14px;
        line-height: 140%;
        margin-top: 36px; }
      .subtitle-popup {
        font-size: 16px; }
    .navigation {
      display: none; }
      .controls__item {
        padding: 0 8px; }
    .language {
      margin-right: 20px; }
    .phone {
      margin-right: 30px; }
    .custom-cursor {
      display: none; }
  .js-custom-cursor {
    cursor: auto; }
    .js-custom-cursor * {
      cursor: auto; }
    .simple-header {
      padding: 72px 0 0 0; }
      .simple-header::before {
        top: auto;
        bottom: 0;
        height: calc(100% - 80px); }
      .simple-header::after {
        top: auto;
        bottom: 0;
        height: calc(100% - 80px); }
      .simple-header__content {
        padding-top: 10px; }
      .simple-header__breadcrumb {
        padding-top: 15px; }
      .simple-header__title {
        padding-bottom: 22px; }
      .article-slider__slide {
        width: 460px !important; }
    .payments-slider__slide {
      width: 50px !important;
      height: 50px !important; }
    .compare-popup {
      padding: 10px 0; }
      .compare-popup__close {
        width: 16px;
        height: 16px;
        top: 10px;
        right: 16px; }
      .compare-popup__wrapper {
        padding: 35px 0; }
      .compare-popup .table-scroll {
        max-height: calc(100vh - 20px - 70px); }
    .banner {
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      padding-bottom: 112px; }
          .banner__scene-earth-el {
            width: 1450px;
            height: 1450px;
            left: -679px;
            top: 253px;
            background-image: url("../../assets/images/banner/earth-md.png"); }
            .banner__scene-earth-el::before {
              display: none; }
          .banner__scene-satellite-el {
            top: 192px;
            -webkit-transform: none;
            transform: none;
            width: 530px;
            background-image: url("../../assets/images/banner/satellite-md.png"); }
    .banner-slider {
      padding-left: 88px; }
      .banner-slider__pagination {
        margin-top: 70px;
        padding-left: 88px;
        position: relative; }
    .about {
      padding: 70px 0; }
    .list-advantages {
      margin-top: 60px; }
      .list-advantages_simple {
        padding: 53px 0;
        margin: 0 auto; }
        .advantage-item__icon .wrapper-svg svg {
          width: 85px;
          height: 85px; }
        .advantage-item__icon img {
          width: 50px; }
      .advantage-item__digits {
        margin-top: 15px;
        font-size: 34px; }
      .advantage-item__text {
        font-size: 17px;
        margin-top: 10px;
        max-width: 100%; }
    .list-about {
      margin: 50px auto 0; }
        .about-item .wrapper-svg svg {
          height: 110px;
          width: 110px; }
      .about-item__title {
        font-size: 22px; }
    .goods {
      padding: 70px 0 100px; }
    .list-goods {
      margin: 45px -10px 0; }
    .goods-item {
      max-height: 380px; }
    .goods-item {
      padding: 0 10px; }
        .no-touch .goods-item:hover .goods-item__title {
          -webkit-transform: translateY(-100px);
          transform: translateY(-100px); }
          .no-touch .goods-item:hover .goods-item__title::before {
            height: 20px; }
        .no-touch .goods-item:hover .goods-item__hidden {
          -webkit-transform: translateY(-10px);
          transform: translateY(-10px); }
      .goods-item__icon {
        max-width: 204px;
        min-height: 205px; }
        .goods-item__icon img {
          max-height: 108px; }
      .goods-item__title {
        font-size: 20px;
        margin-top: 24px;
        min-height: 60px; }
        .goods-item__title::before {
          top: calc(100% + 12px); }
      .goods-item__text {
        font-size: 14px;
        margin-top: 30px;
        min-width: 160px; }
      .goods-item__link {
        margin-top: 15px; }
    .structures {
      padding: 50px 0 118px; }
      .structures::before {
        width: 100%;
        height: calc(100% - 60px); }
      .structures__button {
        margin-top: 76px;
        margin-left: 0; }
    .structures-wrapper {
      padding-left: 0; }
    .structures-category {
      font-size: 40px; }
    .structure-text {
      margin-top: 20px; }
    .structure-image {
      top: 0;
      left: 27%;
      -webkit-transform: translateY(198px);
      transform: translateY(198px); }
    .structure-list {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      margin-top: 76px; }
    .structure-item {
      margin-right: 0; }
    .structure-item + .structure-item {
      margin-top: 65px; }
    .partners {
      padding: 50px 0 80px; }
      .partners__link {
        display: inline;
        white-space: normal;
        max-width: 200px; }
    .list-partners {
      margin: 50px auto 40px; }
    .partners-item {
      padding: 58px 0;
      margin: 0 10px; }
        body.en .partners-item__title {
          font-size: 26px;
          max-width: 250px;
          min-width: 250px; }
      .partners-item__title {
        font-size: 36px; }
    .sales {
      padding: 80px 0 100px; }
    .list-sales {
      margin: 40px -12px 0; }
    .reviews {
      padding: 100px 0 80px;
      background-color: #D3E1EE; }
      .reviews::before {
        display: none; }
      .reviews::after {
        width: 100%;
        background: url("../images/review-bg-md.svg") 100% 0 no-repeat;
        background-size: 499px 100%; }
      .reviews_simple {
        padding: 92px 0 0 0; }
          .reviews_simple .slider-review .js-review-main-simple .slick-list {
            padding: 62px 0 115px 0; }
        .reviews_simple .slick-dots {
          display: -webkit-box !important;
          display: -ms-flexbox !important;
          display: flex !important;
          position: absolute;
          width: 100%;
          left: 0;
          bottom: 30px; }
      .slider-review .js-review-main, .slider-review .js-review-main-simple {
        padding-left: 30px; }
        .slider-review .js-review-main .slick-list, .slider-review .js-review-main-simple .slick-list {
          padding: 0; }
    .slider-review-bottom {
      padding: 0 30px;
      margin: 30px auto 0;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; }
      .slider-review-bottom .link-primary {
        margin-left: 0;
        margin-top: 15px; }
    .js-review-pagination {
      width: 100%; }
    .article {
      padding: 100px 0 50px; }
      .article_sm {
        padding: 40px 0 100px; }
    .list-articles {
      overflow: auto;
      margin: 50px -15px 0; }
        .list-articles_col-4 .article-item {
          width: 460px;
          min-width: 460px; }
    .article-item {
      width: 460px;
      min-width: 460px; }
    .callback {
      padding: 85px 0; }
    .callback--contacts {
      padding-top: 45px; }
    .callback--contacts .title {
      text-align: left;
      max-width: 305px;
      line-height: 34px;
      font-size: 28px;
      padding-top: 0; }
    .callback--contacts .title::before {
      display: none; }
    .callback--contacts .subtitle {
      font-size: 14px;
      line-height: 22px;
      text-align: left;
      max-width: 305px;
      margin: 12px 0 0; }
    .callback--contacts .form-callback {
      max-width: 100%;
      margin-top: 26px; }
    .callback--contacts .form-callback .form-control {
      padding: 0 0 10px;
      height: 30px;
      min-height: 30px; }
    .callback--contacts .form-callback .form-group {
      margin-bottom: 20px; }
    .callback--contacts .form-footer {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    .callback--contacts .form-footer .form-group {
      width: 100%; }
    .callback--contacts .form-footer .form-group:nth-child(2) {
      text-align: right;
      margin-top: 0; }
      .subscribe-wrapper {
        padding-left: 175px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        position: relative; }
    .image-subscribe {
      position: absolute;
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      margin-right: 0; }
    .description-subscribe {
      width: 100%;
      margin-right: 0; }
    .form-subscribe {
      margin-top: 10px; }
      .footer-banner__column {
        padding: 0 15px; }
    .footer-banner .container {
      padding: 0 15px; }
      .request-form__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
      .request-form__col {
        width: 100%; }
      .request-form__caption {
        text-align: center;
        max-width: 608px;
        margin: 0 auto;
        padding: 60px 0 30px; }
      .request-form__title {
        font-size: 34px;
        line-height: 45px; }
    .product-banner {
      padding-top: 110px;
      padding-bottom: 71px; }
      .product-banner__content {
        width: 100%;
        padding-left: 0;
        margin-right: 0;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-top: 0; }
      .product-banner__subtitle {
        max-width: 520px;
        margin-top: 20px; }
      .product-banner__list {
        margin-top: 50px; }
      .product-banner__item {
        padding: 0 35px; }
      .product-banner__wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
      .product-banner_about {
        padding-top: 110px;
        padding-bottom: 71px; }
      .product-banner_about .product-banner__wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        .product-banner_about .product-banner__content {
          margin: 0 0 0 0; }
      .product-banner_about .product-banner__title {
        font-size: 34px;
        line-height: 45px; }
        .product-banner_about .product-banner__subtitle {
          font-size: 14px;
          line-height: 140%; }
      .product-banner_partners {
        padding-top: 110px;
        padding-bottom: 71px; }
        .product-banner_partners .product-banner__header {
          padding-right: 330px; }
        .product-banner_partners .product-banner__header-img {
          display: block; }
      .product-banner_partners .product-banner__wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        .product-banner_partners .product-banner__content {
          margin: 0 0 0 0; }
      .product-banner_partners .product-banner__title {
        font-size: 34px;
        line-height: 45px; }
        .product-banner_partners .product-banner__subtitle {
          font-size: 14px;
          line-height: 140%; }
          .product-banner_partners .product-banner__image_desktop {
            display: none; }
    .product-block {
      padding: 70px 0;
      overflow: hidden; }
    .product-headers {
      padding: 20px 30px 0 30px;
      margin-top: 40px; }
      .product-headers__button {
        right: -14px; }
        .product-headers__button_prev {
          right: auto;
          left: -14px; }
        .product-title-item.active a::before {
          bottom: -19px;
          width: calc(100% - 32px);
          left: 16px; }
      .product-title-item a {
        margin-bottom: 20px; }
      .product-content::before {
        width: calc(100% + 60px);
        left: -30px; }
    .product-content {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding-top: 45px; }
    .product-column {
      width: 38%; }
      .product-column:nth-child(2) {
        width: 62%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end; }
      .product-column--calculate {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
        margin-top: 40px; }
      .product-row + .product-row {
        margin-top: 20px; }
      .product-opportunity__item {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
      .product-opportunity__text {
        font-size: 14px;
        padding-left: 30px; }
    .product-events {
      padding-top: 20px;
      margin-top: 20px; }
      .product-events__text {
        font-size: 14px;
        padding-left: 40px; }
      .product-price-old_left {
        text-align: right; }
    .product-total {
      margin-top: 0;
      padding-top: 0;
      border-top: none;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end; }
      .product-total--without-border {
        margin-top: 10px; }
      .product-total--without-border .product-total .total_price {
        margin-right: 0;
        margin-top: 0; }
    .product-discount {
      right: 0px; }
    .product-img {
      right: 34px;
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      left: auto;
      -webkit-transform: none;
      transform: none;
      min-height: inherit; }
      .product-img::before {
        top: 40%;
        width: 416px;
        height: 416px; }
      .product-img img {
        width: 60%;
        margin-top: -120px;
        max-height: 300px; }
    .product-btn {
      width: 100%; }
    .product-calculate {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
    .product-calculate_md-flex-end {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; }
  .product-upper {
    width: 50%;
    border-bottom: 1px solid rgba(29, 29, 27, 0.1);
    padding-bottom: 20px; }
    .product-lower {
      width: 40%; }
    .product-lower {
      margin-top: 0;
      padding-top: 0;
      border-top: none; }
      .product-lower--without-border {
        margin-top: 10px; }
    .product-controls {
      margin-top: 35px; }
      .sale-slider .slick-dots {
        top: calc(100% + 10px); }
    .benish-guard {
      padding: 70px 0; }
      .benish-guard .el-bg {
        left: 77%;
        top: 45%; }
        .benish-guard .el-bg svg {
          width: 1470px;
          height: 1898px; }
    .list-guards {
      overflow: auto;
      margin: 50px -42px 0;
      padding: 0 20px; }
    .guards-wrapper-item {
      min-width: 288px; }
    .guards-wrapper-item:last-child {
      padding-right: 20px; }
    .how-work {
      padding: 70px 0 0; }
      .item-work:nth-child(even) .item-work__image {
        padding-left: 20px;
        padding-right: 80px; }
      .item-work:nth-child(even) .item-work__number {
        right: calc(100% - 98px); }
    .item-work:nth-child(even) .item-work__text-wrapper {
      padding: 70px 25px 70px 65px; }
      .item-work:last-child .item-work__image {
        margin-right: -20px; }
      .item-work__wrapper {
        width: 60%; }
      .item-work__text-wrapper {
        padding: 70px 65px 70px 25px;
        min-height: 320px; }
      .item-work__text {
        font-size: 15px; }
      .item-work__number {
        font-size: 214px;
        line-height: 100%;
        left: calc(100% - 56px); }
      .item-work__image {
        padding-right: 20px;
        padding-left: 80px; }
    .service {
      padding: 70px 0; }
    .list-service {
      margin: 50px -4px 0; }
    .service-item {
      padding: 30px 15px 45px;
      min-height: 280px;
      margin: 0 4px; }
      .service-item__icon {
        min-height: 130px; }
          .service-item__icon .wrapper-svg svg {
            height: 130px;
            width: 130px; }
        .service-item__icon img {
          height: 86px;
          max-width: 96px; }
      .service-item__text {
        font-size: 14px;
        line-height: 140%; }
      .service-item__link {
        margin-top: 10px; }
    .mobile-app-block {
      padding: 70px 0; }
    .app-img {
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      left: 0;
      margin-left: 40px; }
      .app-img .wrapper-svg {
        width: 100%;
        height: auto; }
      .app-img img {
        width: 316px; }
      .app-img__video {
        left: 47px;
        top: 33px;
        border-radius: 19px;
        width: 238px;
        height: calc(100% - 77px); }
    .list-app {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end;
      width: 100%;
      min-height: 580px; }
    .app-item {
      margin-top: 10px;
      width: 100%;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end; }
      .app-item__icon {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1; }
      .app-item__text {
        text-align: right;
        font-size: 15px;
        padding-right: 15px;
        padding-left: 0;
        max-width: 220px; }
    .ready-solution {
      padding: 70px 0; }
    .list-solution {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    .list-solution {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin: 58px auto 0; }
    .solution-item {
      width: 50%;
      min-width: none;
      margin: 20px 0 0 0; }
    .useful-paper {
      padding: 70px 0; }
    .paper-item {
      width: 50%; }
    .useful-paper_add .paper-item {
      width: 50%; }
    .dispatcher-center {
      padding: 70px 0; }
      .dispatcher-center__row {
        margin-top: 60px; }
      .dispatcher-center__column:nth-child(1) .dispatcher-wysiwyg {
        margin-top: 40px; }
          .dispatcher-center__column:nth-child(2)::before {
            left: 0; }
    .digits-absolute {
      font-size: 136px;
      line-height: 100px;
      right: calc(100% - 110px);
      top: -16px; }
      .dispatcher-wysiwyg p {
        font-size: 14px; }
      .dispatcher-wysiwyg h3 {
        padding-left: 20px;
        font-size: 18px; }
        .dispatcher-wysiwyg ul li {
          font-size: 14px;
          padding-left: 20px; }
          .dispatcher-wysiwyg ul li::before {
            width: 8px;
            top: 10px; }
      .dispatcher-contacts__title {
        font-size: 16px; }
      .dispatcher-contacts a {
        font-size: 26px; }
      .dispatcher-contacts p {
        font-size: 14px; }
    .travel {
      padding: 70px 0; }
    .travel .title {
      max-width: 500px;
      margin: 0 auto;
      line-height: 42px; }
    .travel-item {
      padding-left: 0; }
        .travel-item__icon .wrapper-circle {
          width: 170px;
          height: 170px; }
          .travel-item__icon .wrapper-svg svg {
            height: 142px; }
        .travel-item__icon img {
          width: 175px; }
      .travel-item__text {
        margin-top: 15px;
        font-size: 15px;
        line-height: 21px; }
      .travel-item__link {
        margin-top: 20px; }
      .travel-item__link .link-primary {
        font-size: 14px; }
      .price-total__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end; }
      .price-total__text {
        line-height: 21px;
        padding-bottom: 10px; }
    .technical-wysiwyg {
      margin: 40px auto 0;
      padding: 48px 30px; }
      .technical-wysiwyg ul {
        -webkit-columns: 1;
        -moz-columns: 1;
        columns: 1;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0; }
    .card-product h1 {
      font-size: 34px;
      line-height: 45px; }
    .main-product__order-info-container {
      padding-left: 45px; }
      .main-product__order-info {
        padding-bottom: 0; }
      .main-product__order-info-btn {
        width: 100%; }
      .main-product__order-info_with-button .main-product__order-info-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse; }
        .main-product__order-info-row {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column; }
        .main-product__order-info-col_service {
          padding-top: 0; }
          .main-product__order-info-col_border::before {
            display: none; }
        .main-product__order-info-item {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: start;
          -ms-flex-align: start;
          align-items: flex-start;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between;
          padding-bottom: 21px;
          width: 100%; }
        .main-product__order-info-header {
          padding: 0; }
          .main-product__order-info-header_total {
            padding: 0; }
        .main-product__order-info-header_service {
          padding: 0 0 30px 0; }
          .main-product__order-info-title_desktop {
            display: none; }
          .main-product__order-info-title_mobile {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex; }
          .main-product__order-info-body_align-center {
            -webkit-box-align: start;
            -ms-flex-align: start;
            align-items: flex-start; }
          .main-product__order-info-body_absolute {
            position: static;
            padding-left: 0; }
          .main-product__order-info-body .main-product-select {
            position: absolute;
            left: 0;
            bottom: 10px; }
            .main-product__order-info-body .main-product-select_absolute {
              position: absolute;
              left: 0;
              bottom: 10px;
              top: auto; }
      .main-product__order-info-prices {
        text-align: right; }
          .main-product__order-info-price_sm {
            padding-top: 8px; }
      .main-product__service {
        max-width: none;
        width: 100%; }
        .main-product__service-text {
          max-width: 175px; }
      .main-product__content--service .main-options-container {
        width: 100%; }
        .main-product__content--service .main-product__controls {
          width: 100%; }
      .main-product__content--service .main-product__column-info:nth-child(2) {
        margin-right: 0; }
      .main-product-left {
        margin-top: 0;
        position: relative;
        width: 48%; }
      .main-product-right {
        width: 52%; }
      .main-product__image {
        min-height: 372px; }
        .main-product__image::before {
          width: 262px;
          height: 262px; }
        .main-product__image img {
          max-width: 180px; }
      .main-product__sales {
        display: none; }
        .main-product__sales--mobile {
          display: block; }
    .main-product__payments {
      padding-left: 45px; }
      .main-product__description > p {
        font-size: 14px;
        padding-left: 45px; }
        .main-product__description--type-2 {
          padding-bottom: 40px; }
        .main-product__description--type-2 .main-product__order {
          width: 100%; }
        .main-product__description--type-2 .main-product__order .btn {
          width: 100%; }
        .main-product__description--type-2 .main-product__controls {
          -webkit-box-align: start;
          -ms-flex-align: start;
          align-items: flex-start;
          padding-left: 45px; }
        .main-product__description--type-3 {
          padding-bottom: 20px; }
        .main-product__description--type-3 .main-product__controls {
          padding-left: 45px; }
        .main-product__description--type-4 {
          padding-bottom: 40px; }
        .main-product__description--type-4 .main-product-price {
          -webkit-box-ordinal-group: 0;
          -ms-flex-order: -1;
          order: -1;
          margin-left: 0;
          margin-bottom: 20px; }
        .main-product__description--type-4 .main-product__old-price {
          text-align: left; }
        .main-product__description--type-4 .main-product__controls {
          margin-top: 0; }
          .main-product__description--type-4 .main-product__order {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-align: start;
            -ms-flex-align: start;
            align-items: flex-start;
            width: auto; }
        .main-product__description--type-4 .btn {
          width: 100%; }
      .main-product__options {
        padding-left: 45px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start; }
        .main-product__options .select2-container {
          -webkit-box-flex: 1;
          -ms-flex-positive: 1;
          flex-grow: 1; }
      .main-product__controls {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end; }
      .main-product__column-info {
        padding-left: 20px;
        margin-left: 20px; }
        .main-product__order_card-service {
          margin-left: 45px;
          width: calc(100% - 45px) !important; }
          .main-product__order_card-service .main-price {
            padding-left: 0; }
      .main-product__order {
        padding-top: 15px;
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        margin-top: 10px; }
      .main-product__order {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 0;
        margin-top: 30px; }
        .main-product__order .btn {
          width: 100%;
          margin-top: 20px; }
      .main-product__old-price {
        text-align: right; }
      .main-product__tabs-descriptions {
        display: none; }
      .main-product__tabs-descriptions--mobile {
        display: block;
        border-top: none;
        margin-top: 10px; }
    .main-product-price {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
    .main-product-price {
      -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
      order: -1;
      margin-right: 20px; }
      .main-product-price > span {
        display: block; }
    .main-product-mobile {
      display: block;
      width: 100%; }
      .main-product-select__wrapper {
        height: 40px; }
    .card-item {
      width: 100%;
      min-height: 325px; }
      .card-item__image {
        width: 320px;
        height: 280px; }
        .card-item__image::before {
          width: 267px;
          height: 267px; }
      .card-item__wrapper {
        width: calc(100% - 350px); }
      .consultation-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0; }
        .consultation-wrapper::before {
          left: -30px;
          width: calc(100% + 60px); }
      .consultation .title-wrapper {
        max-width: 100%;
        padding-left: 0; }
      .consultation .title {
        text-align: center;
        margin-bottom: 48px; }
      .offer-sale .title {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        font-size: 39px; }
      .offer-column:nth-child(1) {
        width: 27%; }
      .offer-column:nth-child(2) {
        width: 73%;
        padding-left: 70px; }
    .offer-title {
      max-width: 400px;
      font-size: 14px; }
    .offer-text {
      max-width: 400px;
      font-size: 14px; }
    .main-price {
      padding-right: 0;
      width: 100%; }
      .main-price__wrapper {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end; }
      .main-price__name {
        display: block;
        padding-bottom: 6px; }
    .main-price__col:first-child {
      display: none; }
    .main-price__col:last-child {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end; }
      .benefits__list {
        padding-top: 55px; }
      .benefits__item {
        margin-bottom: 30px;
        max-width: 334px; }
      .benefits__text-wrapper {
        padding: 70px 0 50px 0; }
      .benefits__text {
        font-size: 22px; }
      .benefits__cards {
        display: block; }
      .benefits__card {
        min-height: 170px;
        margin-bottom: 20px;
        padding: 28px 35px 17px 29px; }
        .benefits__card_lg {
          min-height: 440px;
          padding: 0; }
          .benefits__card_lg .benefits__card-text {
            padding: 31px 106px 31px 36px; }
    .history-slider {
      padding: 80px 0 0 0; }
      .history-slider__content {
        padding-top: 35px; }
      .history-slider__thumbs-container {
        width: 73%; }
      .history-slider__slider-container {
        width: 79%; }
      .history-slider__slider-item {
        min-height: 307px; }
      .history-slider__slider-number {
        font-size: 185px;
        top: 45%;
        left: 22px; }
      .history-slider__slider-text {
        font-size: 14px;
        max-width: 334px;
        padding-bottom: 32px; }
    .mission {
      padding: 106px 0 80px; }
      .mission_advantages {
        padding: 80px 0 0px; }
      .mission__content {
        padding-top: 42px; }
      .mission__title {
        max-width: 550px; }
      .mission__subtitle {
        font-size: 16px;
        max-width: 460px; }
        .mission__list_sm .mission__list-item {
          margin-bottom: 50px;
          -webkit-box-align: stretch;
          -ms-flex-align: stretch;
          align-items: stretch; }
        .mission__list_sm .mission__list-item-wrapper {
          padding: 0 0 0 78px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-flex: 1;
          -ms-flex: 1;
          flex: 1; }
        .mission__list_xs .mission__list-item {
          width: 50%; }
        .mission__list_xs .mission__list-item-wrapper {
          -webkit-box-align: start;
          -ms-flex-align: start;
          align-items: flex-start;
          min-height: auto; }
        .mission__list_md-2-column .mission__list-item {
          width: 100%; }
      .mission__list_md-2-column .mission__list-caption {
        max-width: 100%; }
      .mission__list-item {
        width: 100%; }
        .mission__list-item:nth-child(even) {
          padding-left: 0; }
      .mission__list-item-wrapper {
        padding: 77px 16px 45px 78px;
        min-height: calc(198px + 40px); }
      .mission__list-caption {
        max-width: 100%; }
    .how-it-works {
      padding: 106px 0 110px; }
      .how-it-works__content {
        padding-top: 42px; }
      .how-it-works__subtitle {
        font-size: 16px;
        max-width: 460px; }
      .how-it-works__list {
        width: 727px;
        height: 744px;
        background: url("../images/how-it-works-bg-768.svg") center center no-repeat;
        background-size: contain; }
      .how-it-works__item-text {
        font-size: 16px;
        padding-top: 16px; }
        .how-it-works__item_main {
          top: 57%; }
          .how-it-works__item_main .how-it-works__item-image-wrapper {
            width: 149px;
            height: 149px; }
        .how-it-works__item_2 {
          top: 169px;
          right: 54px; }
          .how-it-works__item_2 .how-it-works__item-point::before {
            top: 29px;
            -webkit-transform: rotate(145deg);
            transform: rotate(145deg); }
        .how-it-works__item_3 {
          top: 453px;
          right: 23px; }
            .how-it-works__item_3 .how-it-works__item-point::before {
              top: 6px;
              -webkit-transform: rotate(204deg);
              transform: rotate(204deg); }
        .how-it-works__item_4 {
          top: 453px;
          left: 135px; }
            .how-it-works__item_4 .how-it-works__item-point::before {
              top: 6px;
              -webkit-transform: rotate(335deg);
              transform: rotate(335deg); }
        .how-it-works__item_5 {
          top: 171px;
          left: 136px; }
    .benefits-slider {
      padding: 70px 0 0 0; }
      .benefits-slider__title {
        line-height: 42px; }
      .benefits-slider__container {
        width: 79%; }
      .benefits-slider__item {
        padding: 30px 0 100px; }
      .benefits-slider__number {
        width: 242px;
        height: 235px;
        font-size: 183px;
        margin-right: 20px; }
      .benefits-slider__text {
        font-size: 14px;
        max-width: 286px;
        padding-bottom: 0; }
      .benefits-slider_sm .benefits-slider__container {
        width: 550px;
        padding-top: 40px; }
      .benefits-slider_sm .benefits-slider__number {
        width: 242px;
        height: 235px;
        font-size: 183px;
        margin-right: 50px; }
    .team {
      padding: 104px 0 20px 0; }
      .team__title {
        line-height: 42px; }
      .team__subtitle {
        font-size: 16px;
        line-height: 140%;
        margin-top: 30px; }
      .team__content {
        padding-top: 40px; }
    .documents {
      padding: 104px 0 80px 0; }
      .documents__title {
        line-height: 42px; }
      .documents__content {
        padding-top: 50px; }
      .documents__row {
        margin-left: -10px;
        margin-right: -10px; }
      .documents__col {
        padding: 0 10px 20px 10px;
        width: 50%; }
    .payment-list {
      padding-top: 18px;
      padding-bottom: 12px; }
      .payment-list__item {
        padding-left: 145px;
        min-height: auto;
        padding-top: 44px;
        padding-bottom: 38px; }
        .payment-list__item:last-child {
          border-bottom: none; }
      .payment-list__item-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
      .payment-list__item-col {
        width: 100% !important;
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
        text-align: left !important; }
      .payment-list__type {
        padding-left: 0;
        margin-bottom: 12px; }
        .payment-list__type::before {
          left: -85px; }
        .payment-list__text_card {
          max-width: 480px; }
      .payment-list__text {
        padding-bottom: 20px; }
      .payment-list__qr {
        position: absolute;
        top: 50px;
        right: 40px; }
    .money-back {
      padding-bottom: 0; }
      .money-back__wrapper {
        margin-left: -30px;
        margin-right: -30px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 60px 40px 47px 176px; }
      .money-back__title {
        margin-right: 0;
        padding-left: 0;
        margin-bottom: 10px; }
        .money-back__title::before {
          left: -84px; }
      .money-back__text {
        max-width: 453px; }
    .payment-reg {
      padding-bottom: 0; }
      .payment-reg__container {
        margin-left: -30px;
        margin-right: -30px;
        padding: 55px; }
        .payment-reg__container::before {
          display: none; }
      .payment-reg__caption {
        width: 362px; }
      .payment-reg__title {
        font-size: 38px;
        line-height: 40px;
        padding-bottom: 15px; }
      .payment-reg__text {
        font-size: 22px;
        line-height: 30px;
        padding-bottom: 37px;
        max-width: 223px; }
      .payment-reg__preview {
        width: 652px;
        height: 356px;
        bottom: -20px;
        right: calc(50% - 240px); }
      .payment-reg__preview-container {
        width: 364px;
        height: 286px;
        bottom: 20px;
        left: 46%; }
    .document-links {
      padding: 140px 0 10px; }
      .document-links__item {
        padding: 27px 70px 27px 20px; }
      .document-links__text {
        font-size: 20px; }
      .document-links__icon {
        right: 20px; }
    .document-table-container {
      padding-bottom: 80px; }
      .document-table__item {
        padding: 0 130px 0 0; }
      .document-table__item-link {
        padding: 13px 0 13px 32px; }
      .document-table__text {
        font-size: 14px;
        padding-right: 26px; }
      .career-how__title {
        max-width: 369px;
        margin: 0 auto;
        padding-bottom: 70px; }
      .career-how__item {
        margin-bottom: 50px; }
        .career-how__item_light-blue .career-how__item-text {
          max-width: 358px; }
        .career-how__item_light-orange .career-how__item-container {
          width: 588px; }
        .career-how__item_light-orange .career-how__item-text {
          max-width: 320px; }
        .career-how__item_light-cyan .career-how__item-container {
          width: 647px; }
        .career-how__item_light-cyan .career-how__item-text {
          max-width: 308px; }
          .career-how__item:nth-child(even) .career-how__item-container {
            padding: 47px 50px 47px 208px; }
          .career-how__item:nth-child(even) .career-how__item-image {
            right: auto;
            left: 0; }
      .career-how__item-container {
        width: 529px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding: 47px 110px 47px 60px; }
      .career-how__item-image {
        position: absolute;
        width: auto;
        height: auto;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%); }
        .career-how__item-image img {
          width: 287px;
          height: 300px; }
      .bussines-list__col {
        width: 50%;
        padding: 0 5px 20px 5px; }
      .bussines-list__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; }
      .bussines-list__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center; }
      .bussines-list__button-wrapper {
        min-height: auto;
        height: auto;
        padding: 20px 20px; }
      .bussines-list__caption {
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 10px;
        padding-bottom: 10px; }
      .bussines-list__title {
        padding-bottom: 16px;
        font-size: 18px;
        line-height: 22px; }
      .bussines-list__text {
        font-size: 14px;
        line-height: 140%;
        padding-bottom: 10px; }
      .bussines-list__icon-wrapper {
        padding: 14px; }
      .bussines-list__icon {
        width: 92px;
        height: 92px; }
        .bussines-list__icon img {
          max-width: 60px;
          max-height: 60px; }
        .bussines-list__icon svg, .bussines-list__icon path {
          max-width: 60px;
          max-height: 60px; }
      .slider-tabs__link {
        padding: 0 25px; }
      .slider-tabs__content {
        padding: 50px 0; }
        .slider-tabs_search .slider-tabs__wrapper {
          padding: 0 90px 0 0; }
    .faq-plates {
      padding: 50px 0 80px 0; }
      .faq-plates__col {
        padding: 0 15px 30px 15px;
        width: 50%; }
      .faq-plates__col {
        padding: 0 15px 20px 15px;
        width: 100%; }
      .faq-plates__item {
        padding: 45px 26px 42px 26px; }
      .faq-plates__item {
        padding: 45px 34px 45px 34px; }
      .faq-list__item-body {
        padding: 20px 26px 23px 26px; }
      .faq-list__text {
        font-size: 13px; }
      .product-cards__list {
        overflow: visible; }
      .product-cards__row {
        margin-right: 0;
        margin-left: 0;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        width: 100%;
        height: 100%; }
      .product-cards__col {
        width: 587px; }
      .product-cards__item {
        padding: 35px 60px 15px 60px; }
      .product-cards__pagination {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
      .partners-slider__container {
        padding: 60px 0 60px 0; }
      .partners-slider__pagination {
        bottom: 26px; }
    .partners-list {
      padding: 36px 0 100px 0; }
      .partners-list__col {
        width: 33.333%; }
        .partners-list__col:nth-child(-n + 5) .partners-list__item-container::before {
          display: none; }
        .partners-list__col:nth-child(-n + 3) .partners-list__item-container::before {
          display: block; }
    .product-item {
      position: relative;
      padding: 0 !important;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      min-height: 530px; }
        .product-item_2col .item-icon {
          width: 100% !important;
          max-width: 100%;
          padding-right: 0 !important; }
      .product-item .product-discount {
        right: 0;
        top: -40px; }
      .product-item__left {
        position: absolute;
        left: 10px;
        top: 60px;
        width: 250px;
        margin-right: 0; }
        .product-item__image::before {
          width: 226px !important;
          height: 226px !important; }
      .product-item__center {
        width: calc(100% - 290px);
        padding: 35px 0 35px 40px !important;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0; }
      .product-item__subtitle {
        font-size: 16px;
        line-height: 26px; }
      .product-item .item-icon {
        width: 100%; }
        .product-item .item-icon__image {
          width: 40px;
          margin-right: 30px; }
        .product-item .item-icon__image img {
          width: 40px; }
        .product-item .item-icon__text {
          font-size: 14px; }
      .product-item__right {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        height: 254px;
        min-width: 295px;
        position: absolute;
        left: 0;
        bottom: 0; }
        .product-item__right .btn {
          margin-top: 25px; }
        .product-item__right .main-product__old-price {
          margin-top: 4px; }
        .product-item__right .main-product__price {
          margin-top: 4px; }
      .product-item--article {
        width: calc(100% + 123px);
        margin-left: -61px; }
        .product-item--article .product-item__left {
          position: absolute;
          left: 10px;
          top: 60px;
          width: 250px;
          margin-right: 0; }
        .product-item--article .product-item__right {
          -webkit-box-ordinal-group: 0;
          -ms-flex-order: -1;
          order: -1;
          height: 254px;
          min-width: 295px;
          position: absolute;
          left: 0;
          bottom: 0;
          padding-bottom: 20px; }
          .product-item--article .product-item__right .link {
            margin-top: 15px; }
          .product-item--article .product-item__center .link {
            display: none; }
        .product-item--article .product-item__center {
          width: calc(100% - 290px);
          padding: 35px 0 35px 40px !important;
          -webkit-box-flex: 0;
          -ms-flex-positive: 0;
          flex-grow: 0;
          border: none; }
        .product-item--article .product-item__list-icon {
          display: none; }
          .product-item--article .product-item__list-icon--mob {
            display: block; }
      .product-item__row {
        position: relative;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end; }
    .products-list {
      margin-top: 50px;
      margin-bottom: 50px; }
      .products-list__item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        .products-list__item + .products-list__item {
          margin-top: 50px; }
        .products-list__item--left-one .products-list__description-block {
          width: 100%;
          padding-right: 0;
          -webkit-box-ordinal-group: 0;
          -ms-flex-order: -1;
          order: -1; }
          .products-list__item--left-one .products-list__description-block::before {
            left: 50%;
            right: auto;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
            width: 160px; }
        .products-list__item--left-one .products-list__card {
          width: 100%;
          margin: 0; }
        .products-list__item--right-one .products-list__card {
          width: 100%;
          margin: 0; }
        .products-list__item--left-double .products-list__description-block {
          padding-left: 0;
          width: 100%;
          -webkit-box-ordinal-group: 0;
          -ms-flex-order: -1;
          order: -1; }
          .products-list__item--left-double .products-list__description-block::before {
            left: 50%;
            right: auto;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
            width: 160px; }
          .products-list__item--left-double .products-list__description-block::after {
            display: none; }
      .products-list__title {
        font-size: 48px;
        line-height: 59px;
        max-width: 430px;
        margin: 0 auto; }
      .products-list__text {
        max-width: 400px;
        margin: 30px auto 0; }
      .products-list__description-block {
        padding: 40px 0;
        text-align: center;
        min-height: 260px; }
      .products-list__description-block {
        width: 100%; }
        .products-list__description-block::before {
          width: 160px;
          left: 50%;
          -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }
        .products-list__description-block::after {
          display: none; }
      .products-list__cards {
        width: 100%;
        margin: 60px 0 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
      .products-list__card {
        width: calc(50% - 30px);
        margin: 0 15px; }
      .cd-features-list li {
        min-height: 50px;
        padding: 4px 0; }
    .features .cd-features-list:nth-child(2) {
      min-height: 350px; }
      .features .cd-features-list li::before {
        left: 10px;
        top: 10px; }
      .cd-products-columns .cd-features-list:nth-child(2) {
        min-height: 350px; }
    .features .cd-features-list li {
      padding: 4px 20px 4px 32px;
      min-height: 50px; }
    .cd-products-table .features .top-info {
      padding-left: 10px; }
    .select-compare {
      margin-left: -10px;
      margin-top: 10px;
      width: calc(100% + 30px); }
    .select-compare .select2-container--default .select2-selection--single.without-border .select2-selection__rendered {
      padding-left: 10px; }
      .cd-table-navigation a.next-btn {
        margin-right: 0; }
      th:first-child::before {
        display: none; }
  .table-scroll thead th {
    min-width: auto;
    max-width: none; }
  .top-info h3 {
    white-space: nowrap; }
    .contacts-banner {
      padding: 110px 0 80px 0; }
      .contacts-banner::before {
        display: none; }
      .contacts-banner::after {
        display: none; }
    .wrapper-contacts {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    .map-area {
      position: relative;
      margin-top: 35px;
      width: 100%;
      height: 560px; }
      .map-area .map {
        left: -30px;
        width: calc(100% + 60px); }
    .contacts-area {
      width: 100%;
      padding-left: 0;
      -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
      order: -1; }
      .wrapper-contacts-column .more-contacts {
        display: none; }
    .main-contacts-item {
      width: 50%;
      padding: 0 15px; }
      .main-contacts-item + .main-contacts-item {
        margin-top: 0;
        padding-top: 0; }
        .main-contacts-item + .main-contacts-item::before {
          display: none; }
    .main-contacts {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      margin: 0 -15px; }
    .more-contacts {
      margin-top: -40px;
      width: 100%; }
      .more-contacts-item {
        margin-top: 20px;
        width: 100%;
        padding: 20px 0 0;
        position: relative; }
        .more-contacts-item + .more-contacts-item::before {
          display: block; }
        .more-contacts-item:nth-child(even) {
          padding-right: 0; }
            .more-contacts-item:nth-child(even) ul::before {
              display: none; }
        .more-contacts-item__title {
          min-height: inherit; }
        .more-contacts-item ul {
          margin: 10px 0 0; }
    .container-callback-wrapper {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
    .wrapper-contacts-callback {
      text-align: left;
      width: 58%; }
    .wrapper-contacts-callback .title {
      text-align: left; }
    .wrapper-contacts-callback .subtitle {
      text-align: left; }
    .duplicate-more-info {
      display: block;
      width: 30%; }
    .sales-banner {
      padding: 160px 0 40px 0; }
    .controls-list {
      padding: 0;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .controls-list nav {
        position: relative;
        top: 0; }
    .item-sale {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .item-sale__image {
        width: 100%;
        display: none; }
        .item-sale__image_sm {
          display: block; }
        .item-sale__image img {
          max-height: 300px;
          min-height: 300px; }
      .item-sale__info {
        width: 100%;
        padding: 20px 20px 30px 20px; }
        .item-sale__header + .item-sale__body {
          margin-top: 20px; }
      .item-sale__footer {
        margin-top: 30px; }
  .sale-detail-subtext {
    display: none; }
    .sale-detail-wysiwyg {
      width: 100%; }
      .sale-detail-wysiwyg h1 {
        font-size: 28px;
        line-height: 1;
        margin-bottom: 16px; }
      .sale-detail-wysiwyg--mobile {
        display: block;
        margin-top: 40px; }
    .sale-detail-controls {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      width: 100%; }
  .sale-detail-header {
    width: 40%; }
  .sale-detail-controls-footer {
    width: 60%;
    padding: 0 60px; }
        .list-products-sales .product-item__image img {
          max-height: 126px; }
    .privacy-policy-banner {
      padding: 100px 0 40px 0; }
    .reviews-banner {
      padding: 100px 0 40px 0; }
    .reviews-content {
      padding-bottom: 90px;
      padding-top: 40px; }
    .blog-banner {
      padding: 100px 0 40px 0; }
      .blog-content__categories {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start; }
        .blog-content__categories::before {
          content: '';
          position: absolute;
          right: 80px;
          top: 50%;
          width: 60px;
          height: 116px;
          -webkit-transform: translateY(-75%);
          transform: translateY(-75%);
          background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#ffffff));
          background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
          z-index: 2; }
        .blog-content__categories-list ul li:not(:last-child) {
          margin-right: 30px; }
      .blog-content__categories-list ul {
        overflow: auto;
        padding-left: 15px;
        padding-right: 15px;
        margin-right: 100px; }
    .blog-content__categories-list {
      width: 100%; }
      .blog-content__categories-list-link {
        white-space: nowrap;
        padding-bottom: 20px; }
      .blog-content__top-row {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
      .blog-content__top-item {
        width: 100%;
        margin-bottom: 25px;
        margin-right: 0; }
        .blog-content__top-item:not(:last-child) {
          margin-right: 0; }
      .blog-content__top-item-content-title {
        margin-bottom: 16px; }
      .blog-content__big-row {
        margin-bottom: 20px; }
      .blog-content__article {
        margin-bottom: 25px; }
    .blog-article {
      padding-bottom: 0; }
    .blog-article-content__img {
      height: auto;
      width: calc(100% + 60px);
      margin-left: -30px; }
    .blog-article-content__wrapper {
      max-width: 585px;
      margin-bottom: 60px; }
      .blog-article-content__wrapper h1 {
        font-size: 36px;
        line-height: 40px;
        margin-bottom: 20px; }
    .blog-article-content__back-link {
      position: relative;
      top: 0;
      left: 0;
      -webkit-transform: none;
      transform: none; }
    .blog-article-content__video-block {
      width: calc(100% + 123px);
      margin-left: -61px; }
    .blog-article-content__img-block {
      width: calc(100% + 123px);
      margin-left: -61px; }
    .blog-article-content__video-full {
      width: calc(100% + 123px);
      margin-left: -61px; }
    .blog-article-content__products-wrapper {
      width: calc(100% + 123px);
      margin-left: -61px; }
    .partner-products {
      padding: 100px 0 40px 0; }
      .partner-products__content {
        padding-top: 50px; }
      .partner-products__col {
        width: 525px !important; }
      .partner-products__pagination {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
    .partners-map {
      padding: 100px 0 80px 0; }
      .partners-map__bg {
        display: none; }
      .partners-map__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse; }
      .partners-map__col {
        width: 100%; }
      .partners-map__caption {
        max-width: 100%; }
      .partners-map__title {
        padding-bottom: 50px;
        max-width: 507px; }
      .partners-map__item {
        width: 33.33%; }
      .partners-map__map {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-top: 0;
        padding-bottom: 60px; }
        .partners-map__map img {
          width: calc(100% + 160px);
          min-width: 565px; }
    .p-tabs {
      padding: 80px 0; }
        .p-tabs__wrapper::before {
          top: -300px;
          left: -230px; }
        .p-tabs__wrapper::after {
          display: none; }
      .p-tabs__title {
        font-size: 34px; }
        .p-tabs__item-name::before {
          -webkit-transform: translate(0, -50%) rotate(90deg);
          transform: translate(0, -50%) rotate(90deg); }
      .p-tabs__content-desktop {
        display: none; }
    .socar-promo {
      padding-left: 0;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
        .socar-promo__icon-wrapper::before {
          background: url("../images/socar/header/gift-bg-md-2.svg") 50% 50% no-repeat;
          background-size: contain; }
      .socar-promo__caption {
        max-width: 356px;
        width: 100%; }
      .socar-promo__title {
        font-size: 32px;
        line-height: 120%;
        color: #1D1D1B; }
      .socar-promo__description {
        font-size: 16px;
        line-height: 150%;
        color: #575E67; }
    .socar-header {
      padding: 145px 0 90px 0; }
    .socar-header .row {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; }
      .socar-header__wrapper {
        max-width: 588px;
        width: 100%;
        margin: 0 auto; }
      .socar-header__caption {
        padding-top: 0;
        padding-bottom: 60px; }
      .socar-header__title {
        padding-top: 32px; }
      .socar-header__buttons {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
      .socar-header__image {
        padding-left: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 40px; }
        .socar-header__image-container {
          width: 369px; }
    .socar-header__socar-promo {
      display: none; }
    .socar-how {
      overflow: visible;
      margin-bottom: 80px;
      padding-top: 80px; }
      .socar-how__row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: -100px;
        margin-right: -100px; }
      .socar-how__col {
        width: 100%;
        padding: 0 100px; }
      .socar-how__title {
        text-align: center;
        padding-bottom: 70px; }
        .socar-how__title::before {
          left: 50%;
          -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }
      .socar-how__info {
        padding: 80px 0 10px 0; }
      .socar-how__item {
        padding-bottom: 70px; }
        .socar-how__item-caption {
          max-width: 100%; }
      .socar-how__form {
        padding: 80px 0 132px 0;
        max-width: 100%; }
        .socar-how__form-fields {
          padding-bottom: 0; }
        .socar-how__form-button {
          margin-bottom: 48px; }
        .socar-how__form-description {
          margin-bottom: 0; }
      .socar-how__footer {
        padding: 47px 100px;
        margin-left: 0;
        width: calc(100% - 60px);
        position: absolute;
        left: 30px;
        bottom: -80px; }
        .socar-how__footer::before {
          display: none; }
      .socar-how__socar-promo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
    .socar-about {
      padding: 80px 0 0 0; }
      .socar-about__subtitle {
        padding-bottom: 30px; }
    .socar-calc {
      padding: 210px 0 80px 0; }
    .city-transport .reviews {
      margin-bottom: 100px; }
        .service-msg__content::before {
          top: 5px; }
      .service-msg__icon {
        width: 120px;
        height: 120px;
        margin-bottom: 50px; }
      .service-msg__caption {
        max-width: 512px; }
    .cart {
      padding-top: 149px; }
        .cart-item__image {
          margin-right: 30px; }
        .cart-item__content {
          padding-right: 0; }
        .cart-item__service {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column; }
        .cart-item__service-options-footer {
          width: 100%; }
        .cart-item__service-dropdown {
          max-width: 100%;
          -ms-flex-negative: 1;
          flex-shrink: 1;
          width: 100%;
          min-width: 0; } }
    @media (max-width: 1024.98px) and (max-width: 1024.98px) {
    .reviews_simple .slick-dots {
      bottom: 60px; } }
    @media (max-width: 1024.98px) and (max-width: 767.98px) {
    .reviews_simple .slick-dots {
      bottom: 27px; } }
    @media only screen and (max-width: 1023px) {
    .bussines-cards {
      padding: 70px 0 16px 0; }
      .bussines-cards__card {
        padding-bottom: 240px;
        min-height: auto; }
        .bussines-cards__card:nth-child(even) .bussines-cards__card-container {
          width: auto; }
          .bussines-cards__card:nth-child(even) .bussines-cards__card-container::before {
            display: none; }
        .bussines-cards__card:nth-child(even) .bussines-cards__card-image {
          width: 529px;
          height: 397px;
          -webkit-transform: none;
          transform: none;
          top: auto;
          left: auto;
          bottom: -240px;
          right: -44px; }
        .bussines-cards__card:nth-child(even) .bussines-cards__card-content {
          padding: 90px 60px 90px 60px; }
          .bussines-cards__card:nth-child(even) .bussines-cards__card-content::after {
            left: 0; }
      .bussines-cards__card-outer {
        display: block; }
      .bussines-cards__card-container {
        width: auto;
        margin-left: -30px;
        margin-right: -30px;
        padding: 0 30px;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch; }
        .bussines-cards__card-container::before {
          display: none; }
      .bussines-cards__card-image {
        width: 529px;
        height: 397px;
        -webkit-transform: none;
        transform: none;
        top: auto;
        bottom: -240px;
        right: -44px; }
      .bussines-cards__card-content {
        padding: 90px 60px 90px 60px; }
      .bussines-cards__card-caption {
        max-width: 520px; }
      .bussines-cards__card-description {
        padding-bottom: 49px; }
      .bussines-cards__list {
        padding-bottom: 60px; }
      .bussines-cards_main {
        padding: 0 0 0 0; }
        .bussines-cards_main .bussines-cards__card {
          padding: 0 0 140px 0; }
        .bussines-cards_main .bussines-cards__card-container {
          width: auto; }
        .bussines-cards_main .bussines-cards__card-content {
          padding: 45px 0px 130px 0px; }
        .bussines-cards_main .bussines-cards__card-title {
          font-size: 40px;
          line-height: 50px; }
          .bussines-cards_main .bussines-cards__card-title a {
            width: auto; }
        .bussines-cards_main .bussines-cards__card-image {
          bottom: -120px;
          right: 27%;
          -webkit-transform: translateX(50%);
          transform: translateX(50%); } }
    @media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
    @media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
    @media (max-width: 767.98px) {
    .container {
      padding-right: 15px;
      padding-left: 15px; }
    .breadcrumb-item {
      font-size: 12px; }
    .breadcrumb-wrapper {
      padding-top: 75px; }
      .popup--sm {
        padding: 30px; }
      .popup--compare {
        margin: 0 0 0 -6px;
        width: calc(100% + 12px);
        max-width: calc(100% + 12px);
        border-radius: 0; }
      .popup .btn-third {
        min-width: 100%; }
      .popup-review::before {
        right: 35px;
        top: 20px; }
    .popup-payment {
      padding: 40px 20px; }
      .popup-payment__title {
        font-size: 22px;
        line-height: 28px;
        padding-bottom: 20px; }
      .popup-payment__text {
        padding-bottom: 16px;
        font-size: 13px; }
      .popup-cart__title {
        text-align: center;
        padding-bottom: 24px;
        font-size: 18px;
        line-height: 22px; }
      .popup-cart__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
      .popup-cart__image {
        margin-right: 0;
        width: 110px;
        height: 90px;
        padding: 9px 12px;
        margin-bottom: 24px; }
        .popup-cart__image::before {
          width: 80px;
          height: 80px; }
      .popup-cart__caption {
        padding-bottom: 12px; }
      .popup-cart__caption-title {
        font-size: 16px;
        line-height: 140%;
        padding-bottom: 16px; }
      .popup-cart__caption-header {
        margin-bottom: 12px; }
      .popup-cart__caption-text {
        font-size: 12px;
        line-height: 140%; }
        .popup-cart__caption-text_lg {
          font-size: 14px;
          line-height: 17px; }
      .popup-cart__caption-price {
        font-size: 12px;
        line-height: 14px; }
        .popup-cart__caption-price_lg {
          font-size: 24px;
          line-height: 29px; }
        .popup-cart__caption-price_sale {
          font-size: 13px;
          line-height: 15px; }
      .popup-cart__buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
      .popup-cart__button {
        width: 100%;
        padding-bottom: 12px; }
      .popup-cart__btn {
        width: 100%; }
      .tooltip-primary {
        top: -64px !important; }
    .tooltip-inner {
      max-width: 200px; }
    .without-border-mobile .select2-results__option {
      font-size: 12px; }
      .select-2 .select2-selection__rendered span:last-child {
        font-size: 14px; }
      .header.hidden {
        -webkit-transform: translateY(0);
        transform: translateY(0); }
      .header__logo img {
        width: 60px; }
        .header__logo-simple img {
          width: 60px; }
      .header .menu-dropdown {
        min-height: calc(100vh - 60px); }
        .header .dropdown-column__title::before {
          left: -15px;
          width: calc(100% + 30px); }
      .header__simple {
        min-height: 36px; }
      .header__back-link-text {
        display: none; }
      .header__phone-link {
        display: none; }
    .footer-menu-dropdown {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
    .controls-menu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .footer_simple .footer-lower .copyright {
        display: block;
        text-align: center;
        max-width: 158px;
        font-size: 12px;
        padding-right: 0; }
    .footer_simple .politics {
      margin-top: 15px;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      text-align: center; }
      .footer_simple .politics-item {
        width: 100%;
        margin: 5px 0; }
    .footer_simple .developers {
      margin-top: 25px;
      max-width: 100%;
      padding-left: 0; }
    .footer-middle {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding: 60px 0 0;
      border-bottom: none; }
    .footer-lower {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      font-size: 13px;
      border-top: none; }
      .footer-lower .copyright {
        display: block;
        text-align: center;
        max-width: 158px;
        font-size: 12px; }
    .footer-info {
      width: 100%;
      margin-right: 0;
      text-align: center; }
      .footer-info .copyright {
        display: none; }
    .footer.visible-banner {
      margin-bottom: 68px; }
    .social-list {
      max-width: 100%;
      padding-top: 15px;
      margin: 30px auto 0;
      border-top: 1px solid rgba(0, 0, 0, 0.1);
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    .social-list > div {
      width: 37px;
      height: 37px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    .list-footer {
      margin-top: 30px; }
  .footer-column {
    width: 100%;
    margin-bottom: 0; }
  .footer-column + .footer-column {
    border-top: 1px solid rgba(0, 0, 0, 0.1); }
  .footer-column:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.1); }
  .footer-column.active ul {
    display: block; }
        .footer-column__title_link:hover {
          color: #1D1D1B;
          cursor: auto; }
    .footer-column__title {
      padding: 15px 15px 15px 0; }
      .footer-column__title .js-opener-footer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
    .footer-column ul {
      display: none;
      margin: 0 0 15px; }
      .footer-column ul.list-weight {
        display: block;
        margin: 0; }
          .footer-column ul.list-weight li a {
            border-bottom: 1px solid rgba(0, 0, 0, 0.1);
            font-size: 14px;
            padding: 15px 15px 15px 0;
            position: relative;
            z-index: 2;
            width: 100%;
            height: 100%;
            display: block; }
      .phone-footer a {
        font-size: 16px; }
    .politics {
      margin-top: 15px;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      text-align: center; }
      .politics-item {
        width: 100%;
        margin: 5px 0; }
    .developers {
      margin-top: 25px; }
  .logo-footer img {
    width: 120px; }
    .btn {
      padding: 14px 24px;
      font-size: 14px;
      min-width: 170px; }
      .btn-tooltip {
        min-width: inherit;
        padding: 0; }
        .slider-review .btn-slider {
          top: auto;
          bottom: -74px;
          right: auto; }
      .slider-review .btn-next {
        left: 74px; }
      .slider-review .btn-prev {
        left: 15px; }
      .form-subscribe .form-group:nth-child(1) {
        margin-right: 0; }
    .form-callback .form-footer {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .form-callback .form-footer .form-group {
        width: 100%; }
        .form-callback .form-footer .form-group .btn-callback {
          margin-top: 25px; }
      .form-check input ~ span, .form-radio input ~ span {
        font-size: 13px;
        line-height: 130%;
        position: relative;
        top: 0; }
    .title {
      font-size: 22px; }
    .title_sm {
      font-weight: bold;
      font-size: 30px;
      line-height: 35px;
      color: #1D1D1B;
      text-transform: none; }
    .title_xs {
      font-size: 28px;
      line-height: 130%;
      padding-top: 16px; }
      .title_xs::before {
        top: 0; }
    .title_left-sm {
      text-align: left; }
      .title_left-sm::before {
        left: 0;
        -webkit-transform: translate(0);
        transform: translate(0); }
    .subtitle {
      font-size: 14px;
      max-width: 100%; }
    .progress-wrap {
      right: 15px;
      bottom: 50px; }
    .tooltipster-content {
      max-width: 200px; }
    .location {
      display: none; }
    .language {
      display: none; }
    .phone {
      margin-right: 10px; }
      .phone_single {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
      .phone-btn {
        display: none; }
      .phone-wrapper {
        display: none; }
      .phone-mobile {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex; }
    .scroll-down {
      display: none; }
      .scroll-down.hidden {
        -webkit-transform: translateY(0);
        transform: translateY(0); }
    .simple-header {
      padding: 60px 0 0 0; }
      .simple-header::before {
        top: auto;
        bottom: 0;
        height: calc(100% - 64px); }
      .simple-header::after {
        top: auto;
        bottom: 0;
        height: calc(100% - 64px); }
      .simple-header__content {
        padding-top: 12px; }
      .simple-header__wrapper {
        padding: 0 0 40px 0; }
      .simple-header__title {
        font-size: 30px;
        line-height: 35px;
        padding-top: 14px; }
      .simple-header__subtitle {
        font-size: 14px;
        line-height: 22px; }
        .simple-header__exchange-wrapper {
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          padding: 12px 42px 16px 42px;
          display: inline-block; }
        .simple-header__exchange-date {
          width: 100%;
          padding: 0 0 10px; }
        .simple-header__exchange-delimiter_first {
          display: none; }
      .m-popup__container {
        padding: 30px; }
      .m-popup__close {
        width: 20px;
        height: 20px;
        top: -20px;
        right: -20px; }
    .truncate-text {
      padding-bottom: 8px; }
      .truncate-text__button {
        margin-top: 14px; }
      .article-slider__slide {
        width: 100% !important; }
      .article-slider .swiper-pagination {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
    .compare-popup {
      padding: 0; }
    .compare-popup .container {
      padding: 0; }
      .compare-popup__wrapper {
        border-radius: 0;
        padding: 45px 0 35px 0; }
      .compare-popup .table-scroll {
        max-height: calc(100vh - 80px); }
    .banner {
      min-height: 568px;
      padding-bottom: 58px;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      height: auto; }
          .banner__scene-earth-el {
            width: 860px;
            height: 860px;
            left: -439px;
            top: 114px;
            background-image: url("../../assets/images/banner/earth-sm.png"); }
          .banner__scene-satellite-el {
            top: 100px;
            -webkit-transform: none;
            transform: none;
            width: 260px;
            background-image: url("../../assets/images/banner/satellite-sm.png"); }
      .banner-container.hidden {
        opacity: 1; }
    .banner-slider {
      padding-left: 0; }
      .banner-slider__pagination {
        padding-left: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 50px;
        position: relative; }
    .banner-item {
      padding-top: 0;
      text-align: center; }
      .banner-item::before {
        left: 50%;
        margin-left: -15px; }
      .banner-item__title {
        font-size: 38px; }
      .banner-item__text {
        font-size: 19px;
        line-height: 22px;
        margin-top: 18px; }
      .banner-item__btn {
        margin-top: 25px; }
    .about {
      padding: 50px 0; }
    .list-advantages {
      padding-bottom: 40px; }
      .list-advantages_simple {
        padding: 65px 0 100px 0;
        margin: 0 auto; }
    .list-about {
      overflow: auto;
      margin: 50px -15px 0; }
    .about-item {
      min-width: 200px;
      width: auto;
      min-width: inherit;
      margin: 0 15px; }
      .about-item__title {
        font-size: 28px; }
    .goods {
      padding: 70px 0; }
    .list-goods {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin: 45px -10px 15px; }
    .goods-item {
      width: 100%; }
    .structures {
      padding: 50px 0; }
      .structures::before {
        height: 100%; }
      .structures__button {
        display: block;
        max-width: 170px;
        margin: 30px auto 0; }
    .structures-slider {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      margin-top: 6px; }
    .structures-category {
      margin-top: 10px;
      margin-right: 0; }
    .structure-text {
      font-size: 14px; }
    .structure-image {
      left: -25px;
      top: auto;
      bottom: 80px;
      height: 100%;
      max-height: 300px;
      -webkit-transform: none;
      transform: none; }
      .structure-image img {
        height: 100%; }
    .structure-list {
      margin-top: 340px;
      overflow: auto;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .structure-item {
      margin: 0 15px; }
    .structure-item + .structure-item {
      margin-top: 0; }
      .structure-item:last-child {
        padding-right: 15px; }
    .list-partners {
      overflow: auto;
      margin-left: -15px;
      margin-right: -15px;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
    .partners-item {
      min-width: 224px; }
        body.en .partners-item__title {
          font-size: 28px; }
    .sales {
      padding: 70px 0 130px;
      position: relative; }
    .sales .title-wrapper {
      position: static; }
    .sales .title-wrapper .link-right-header {
      position: absolute;
      bottom: 70px;
      left: 50%;
      top: auto;
      right: auto;
      -webkit-transform: translatex(-50%);
      transform: translatex(-50%); }
    .list-sales {
      margin: 25px 0 0; }
    .sales-item {
      padding: 20px 15px 25px 15px;
      width: 100%;
      margin: 0 0; }
      .sales-item__title {
        max-width: 76%; }
    .reviews {
      padding: 70px 0 38px;
      background-color: #E5EDF5; }
      .reviews::after {
        background: url("../images/review-bg-sm.svg") 100% 0 no-repeat;
        background-size: 320px 100%; }
        .reviews__show-more_desktop {
          display: none; }
        .reviews__show-more_mobile {
          display: inline-block;
          width: auto;
          top: auto;
          bottom: 60px;
          right: auto;
          left: 50%;
          -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }
      .reviews_simple {
        padding: 70px 0 0; }
        .reviews_simple .slider-review__show-more {
          display: block;
          position: absolute;
          left: 0;
          width: 100%;
          bottom: 70px;
          text-align: center; }
          .reviews_simple .slider-review .js-review-main-simple .slick-list {
            padding: 28px 0 140px 0; }
      .slider-review .js-review-main, .slider-review .js-review-main-simple {
        padding-left: 15px;
        padding-right: 15px;
        margin: 30px auto 0; }
    .slider-review-bottom {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 0 15px;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin: 95px auto 0; }
    .js-review-pagination {
      margin: 0 -15px 0 -7px; }
    .js-review-pagination .slick-list {
      padding: 0 4% 0 0; }
    .review-main-item {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding-right: 0; }
      .review-main-item__wrapper {
        width: 100%;
        margin-right: 0;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row; }
      .review-main-item__image {
        margin-right: 25px;
        width: 100px;
        height: 100px; }
      .review-main-item__title {
        margin-top: 20px; }
      .review-main-item__text {
        margin-top: 20px; }
    .article {
      padding: 70px 0;
      position: relative; }
    .article .title-wrapper {
      position: static; }
    .article .title-wrapper .link-right-header {
      position: absolute;
      bottom: 20px;
      left: 50%;
      top: auto;
      right: auto;
      -webkit-transform: translatex(-50%);
      transform: translatex(-50%); }
      .article_sm {
        padding: 20px 0 100px;
        margin-bottom: 50px; }
      .article__main-title {
        font-size: 16px;
        line-height: 22px; }
    .list-articles {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin: 30px 0 0;
      overflow: hidden; }
        .list-articles_col-4 .article-item {
          width: 100%;
          min-width: inherit;
          margin: 0; }
    .article-item {
      width: 100%;
      min-width: inherit;
      margin: 0; }
      .article-item__title {
        font-size: 20px;
        margin-top: 15px;
        min-height: 54px; }
    .callback {
      padding: 50px 0; }
      .callback--contacts .title-wrapper {
        display: block; }
    .callback--contacts .title {
      text-align: center;
      max-width: 100%; }
    .callback--contacts .subtitle {
      text-align: center;
      margin: 12px auto 0; }
    .callback--contacts .form-callback {
      margin-top: 30px; }
    .callback--contacts .form-footer .form-group:nth-child(2) {
      text-align: center;
      margin-top: 0; }
    .subscribe {
      padding: 40px 0; }
      .subscribe-wrapper {
        padding-left: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
    .image-subscribe {
      position: relative;
      top: 0;
      -webkit-transform: none;
      transform: none;
      left: 0; }
      .image-subscribe img {
        width: 94px; }
    .description-subscribe {
      text-align: center;
      margin-top: 16px;
      font-size: 20px; }
    .form-subscribe {
      margin-top: 24px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
    .form-subscribe .btn {
      padding: 18px 24px;
      width: 100%;
      margin-top: 10px;
      font-size: 16px; }
    .footer-banner {
      padding: 10px 0; }
      .footer-banner__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding-right: 60px;
        padding-left: 15px; }
      .footer-banner__column {
        padding: 0;
        position: static; }
        .footer-banner__column + .footer-banner__column::before {
          display: none; }
      .footer-banner__title {
        font-size: 18px;
        line-height: 22px; }
    .footer-banner__price {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      margin-top: 5px; }
    .footer-banner__price--old {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .footer-banner__price--old .footer-banner__upper {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1; }
      .footer-banner__price--old .footer-banner__old-price {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3; }
      .footer-banner__price--old .footer-banner__lower {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-right: 11px; }
      .footer-banner__upper {
        margin-top: 0;
        margin-right: 5px; }
      .footer-banner__lower {
        font-size: 18px;
        line-height: 21px; }
        .footer-banner__lower span {
          font-size: 14px;
          line-height: 16px; }
    .footer-banner__btn {
      position: absolute;
      right: 15px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
      .footer-banner__btn .btn {
        padding: 10px 15px;
        max-width: 44px;
        min-width: 44px;
        height: 44px;
        font-size: 0; }
        .footer-banner__btn .btn span {
          display: -webkit-inline-box;
          display: -ms-inline-flexbox;
          display: inline-flex; }
      .footer-banner__old-price {
        margin-right: 5px; }
      .bottom-banner__text {
        display: none; }
      .request-form__caption {
        max-width: 480px;
        width: 100%;
        padding: 50px 0 20px; }
      .request-form__title {
        font-size: 24px;
        line-height: 35px; }
      .request-form__text {
        font-size: 14px;
        line-height: 26px; }
        .request-form__form::before {
          width: 620px;
          height: 640px;
          top: 70%; }
      .request-form__form-wrapper {
        padding: 50px 16px 10px 16px;
        margin-left: -16px;
        margin-right: -16px;
        background: url("../images/request-form/bg.svg") 50% -30px no-repeat;
        background-size: 170% 170%; }
      .request-form__form-title {
        font-size: 22px;
        line-height: 130%; }
      .request-form__fields {
        max-width: 288px;
        width: 100%; }
    .product-banner {
      padding-top: 80px;
      padding-bottom: 50px; }
      .product-banner__content {
        margin-top: -20px; }
      .product-banner__title {
        max-width: 100%;
        font-size: 30px;
        line-height: 34px; }
      .product-banner__subtitle {
        max-width: 100%;
        font-size: 14px;
        line-height: 23px; }
      .product-banner__list {
        overflow: auto;
        margin-top: 28px; }
      .product-banner__item {
        padding: 0 25px; }
      .product-banner__digits {
        font-size: 34px;
        line-height: 41px;
        white-space: nowrap; }
      .product-banner__text {
        min-width: 70px; }
      .product-banner__text {
        max-width: 100px; }
      .product-banner__breads {
        top: -40px; }
      .product-banner__image {
        width: 259px;
        height: 270px; }
        .product-banner__image .wrapper-svg-circle:nth-child(1) svg {
          width: 231px;
          height: 242px; }
        .product-banner__image .wrapper-svg-circle:nth-child(2) svg {
          width: 259px;
          height: 270px; }
          .product-banner__image .wrapper-svg svg {
            width: 207px;
            height: 215px; }
        .product-banner__image img {
          max-height: 162px; }
      .product-banner__button {
        margin-top: 30px; }
      .product-banner__video {
        margin-top: 30px; }
        .product-banner__video a {
          -webkit-box-pack: start;
          -ms-flex-pack: start;
          justify-content: flex-start; }
      .product-banner_about {
        padding-top: 80px;
        padding-bottom: 50px; }
      .product-banner_about .product-banner__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse; }
      .product-banner_about .product-banner__title {
        font-size: 30px;
        line-height: 34px; }
        .product-banner_about .product-banner__subtitle {
          margin-top: 20px; }
      .product-banner_partners {
        padding-top: 80px;
        padding-bottom: 50px; }
      .product-banner_partners .product-banner__btn {
        width: 100%; }
        .product-banner_partners .product-banner__header {
          padding-right: 0; }
        .product-banner_partners .product-banner__header-img {
          width: 100%;
          height: auto;
          position: relative; }
      .product-banner_partners .product-banner__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse; }
      .product-banner_partners .product-banner__title {
        font-size: 30px;
        line-height: 34px;
        padding-bottom: 25px;
        text-align: center;
        padding-top: 20px; }
        .product-banner_partners .product-banner__title::before {
          left: 50%;
          -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
          top: 0; }
        .product-banner_partners .product-banner__subtitle {
          margin-top: 20px;
          text-align: center; }
    .toogle-products {
      max-width: 260px; }
    .product-headers {
      margin-left: -15px;
      margin-right: -15px; }
      .product-headers__button {
        right: 0; }
        .product-headers__button::before {
          width: 16px;
          left: -16px; }
        .product-headers__button_prev {
          right: auto;
          left: 0px; }
          .product-headers__button_prev::before {
            right: -16px; }
    .product-content {
      padding-top: 75px; }
    .product-column:nth-child(1) {
      width: 100%;
      position: static; }
      .product-column:nth-child(2) {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        margin-top: 24px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%; }
    .product-title {
      position: absolute;
      left: 0;
      top: 26px; }
        .product-opportunity__item + .product-opportunity__item {
          margin-top: 14px; }
    .product-events {
      padding-top: 15px;
      margin-top: 15px; }
      .product-events + .link {
        margin-top: 30px; }
    .product-total {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; }
      .product-total span:nth-child(1) {
        line-height: 36px; }
      .product-total span:nth-child(2) {
        font-size: 24px; }
    .product-discount {
      top: -50px; }
      .product-discount_sm {
        width: 40px;
        height: 40px; }
        .product-discount_sm svg {
          width: 40px !important;
          height: 40px !important; }
      .product-discount_sm span {
        font-size: 13px;
        line-height: 16px; }
    .product-img {
      right: 0;
      margin-top: 35px; }
      .product-img::before {
        width: 237px;
        height: 237px; }
      .product-img img {
        width: 40%;
        max-height: 250px;
        margin-top: 0;
        -webkit-transform: translateY(-22px);
        transform: translateY(-22px); }
    .product-calculate {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    .product-calculate_md-flex-end {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
  .product-upper {
    width: 100%; }
    .product-lower {
      width: 100%;
      margin-top: 15px; }
    .sale-slider-row {
      margin-top: 30px; }
    .sale-slider-item {
      padding-right: 15px; }
      .sale-slider-item__flag {
        padding: 21px 15px; }
      .sale-slider-item__text {
        font-size: 14px;
        line-height: 17px;
        padding-left: 12px; }
    .benish-guard {
      padding: 50px 0; }
      .benish-guard .el-bg {
        left: 141%;
        top: 33%; }
        .benish-guard .el-bg svg {
          width: 1170px;
          height: 1498px; }
    .list-guards {
      margin: 50px -30px 0; }
    .list-work {
      margin: 35px -15px 0;
      position: relative; }
      .list-work::before {
        display: block; }
    .item-work {
      position: relative;
      padding-top: 110px; }
      .item-work__wrapper {
        width: 100%; }
      .item-work__text-wrapper {
        padding: 120px 20px 70px 20px;
        text-align: center;
        min-height: 350px;
        background: transparent; }
        .item-work__text-wrapper::before {
          display: none; }
      .item-work__text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        min-height: 160px; }
      .item-work__number {
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: auto;
        font-size: 194px;
        margin-top: 20px;
        display: none; }
      .item-work__image {
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        padding: 0;
        margin: 0;
        width: 210px;
        height: 210px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
    .list-service {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      margin: 40px 0 0; }
    .service-item {
      width: 100%;
      margin: 0;
      min-height: 310px; }
    .service-item + .service-item {
      margin-top: 20px; }
    .app-img {
      position: relative;
      left: 0;
      -webkit-transform: none;
      transform: none;
      margin-left: 0; }
      .app-img .wrapper-svg {
        width: 250px;
        height: 250px; }
      .app-img img {
        width: 194px; }
      .app-img__video {
        left: 30px;
        top: 21px;
        border-radius: 14px;
        width: 144px;
        height: calc(100% - 51px); }
    .list-app {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin: 10px auto 0;
      min-height: inherit; }
      .list-app-column {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
    .app-item {
      text-align: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .app-item__icon {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0; }
      .app-item__text {
        text-align: center;
        padding-right: 0;
        padding-left: 0;
        margin-top: 15px;
        margin-bottom: 25px; }
    .list-app-links {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-top: 40px; }
    .link-app {
      margin: 5px 0; }
    .paper-item {
      width: 100%;
      margin-bottom: 10px; }
      .paper-item__link {
        padding: 16px 23px; }
    .list-button {
      margin-top: 30px; }
    .useful-paper_add .paper-item {
      width: 100%;
      margin-bottom: 10px; }
      .useful-paper_add .paper-item__link {
        padding: 29px 35px 29px 30px; }
    .dispatcher-center {
      padding: 70px 0 0; }
      .dispatcher-center__row {
        margin-top: 30px; }
      .dispatcher-center__column:nth-child(1) {
        padding: 0 15px 70px; }
      .dispatcher-center__column:nth-child(1) .dispatcher-wysiwyg {
        margin-top: 0; }
    .digits-absolute {
      right: 14px;
      font-size: 106px;
      top: -52px; }
    .list-travel {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    .travel-item {
      width: 100%;
      text-align: center; }
      .travel-item:not(:last-child) {
        margin-right: 0; }
    .travel-item:last-child {
      padding-left: 0;
      margin-top: 100px; }
      .travel-item__icon {
        margin-right: 0;
        margin-left: 0; }
        .travel-item__icon .wrapper-circle {
          width: 150px;
          height: 150px; }
          .travel-item__icon .wrapper-svg svg {
            height: 120px; }
        .travel-item__icon img {
          width: 140px; }
      .travel-item__text {
        font-size: 14px; }
    .price-total {
      width: 100%; }
      .price-total__row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end; }
      .price-total__text {
        line-height: 28px;
        padding-bottom: 0; }
      .price-total__price {
        font-size: 24px;
        line-height: 28px; }
        .price-total__price_old {
          font-size: 18px; }
    .technical-wysiwyg {
      padding: 5px 15px; }
        .technical-wysiwyg ul li {
          font-size: 14px; }
        .technical-wysiwyg ul li:last-child {
          border-bottom: none; }
    .card-product h1 {
      font-size: 22px;
      line-height: 28px; }
    .main-product {
      padding-bottom: 0; }
    .main-product__order-info-container {
      padding-left: 0; }
        .main-product__content--service .main-product__controls {
          margin-top: 0; }
      .main-product__content--service .main-product-price {
        margin-right: 0;
        margin-left: 0; }
    .main-product .wysiwyg-tabs li {
      font-size: 12px; }
      .main-product-left {
        width: 100%; }
      .main-product-right {
        width: 100%; }
      .main-product__sales {
        margin-top: 10px; }
    .main-product__payments {
      padding-left: 0;
      padding-bottom: 20px; }
      .main-product__description > p {
        padding-left: 0;
        font-size: 12px; }
        .main-product__description--type-2 .main-product__column-info:last-child {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-align: start;
          -ms-flex-align: start;
          align-items: flex-start; }
        .main-product__description--type-2 .main-product__support {
          width: 100%; }
        .main-product__description--type-2 .main-product__order {
          margin-top: 20px; }
        .main-product__description--type-2 .main-product__controls {
          padding-left: 0;
          margin-top: 20px; }
        .main-product__description--type-3 .main-product__controls {
          padding-left: 0; }
        .main-product__description--type-3 .main-product__order {
          margin-top: 20px;
          padding-top: 0; }
          .main-product__description--type-3 .product-description-block {
            font-size: 14px; }
        .main-product__description--type-4 .main-product-price {
          padding-bottom: 20px;
          margin-bottom: 10px;
          border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
          .main-product__description--type-4 .main-product__order {
            margin-left: 0;
            border-top: 0;
            margin-top: 0; }
      .main-product__options {
        padding-left: 0;
        font-size: 12px; }
        .main-product__options .select2-container {
          min-width: inherit; }
      .main-product__info-product {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
      .main-product__column-info {
        width: 100%; }
      .main-product__column-info:last-child {
        margin-top: 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; }
      .main-product__column-info {
        padding-left: 0;
        margin-left: 0; }
        .main-product__column-info::before {
          display: none; }
        .main-product__order_card-service {
          margin-left: 0;
          width: 100% !important; }
      .main-product__support {
        margin-top: -12px; }
        .main-product__tabs-descriptions .nav-tabs {
          overflow: auto;
          white-space: nowrap; }
          .main-product__tabs-descriptions .nav-tabs .nav-link {
            font-size: 16px; }
    .recommend {
      padding: 50px 0 0; }
    .list-recommend {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin: 40px 0 0; }
    .card-item {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      margin: 0; }
      .card-item:hover {
        -webkit-box-shadow: none;
        box-shadow: none; }
      .card-item__discount {
        top: 12px;
        right: 12px; }
      .card-item__discount {
        display: none; }
        .card-item__discount_sm {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
      .card-item__image {
        position: relative;
        top: 0;
        left: 0;
        -webkit-transform: none;
        transform: none;
        width: 240px;
        height: 220px;
        margin: 0 auto 20px; }
        .card-item__image::before {
          width: 220px;
          height: 220px;
          margin-top: 10px; }
      .card-item__wrapper {
        width: 100%; }
      .card-item__controls {
        margin-top: 15px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
        .card-item__controls .btn {
          width: 100%;
          -webkit-box-ordinal-group: 0;
          -ms-flex-order: -1;
          order: -1;
          margin-bottom: 15px; }
    .services-cards {
      padding-top: 60px; }
    .consultation {
      margin-top: 40px; }
      .consultation .title {
        font-weight: bold;
        font-size: 26px;
        line-height: 32px; }
      .consultation .wrapper-form {
        width: 100%;
        padding-bottom: 0; }
        .consultation .wrapper-form .title-form {
          font-weight: 600;
          font-size: 24px;
          line-height: 130%; }
        .consultation .wrapper-form .wrapper-svg {
          left: calc(50% + 22px); }
          .consultation .wrapper-form .form-callback .btn {
            width: 100%;
            margin-top: 15px; }
    .offer-sale {
      display: none; }
    .benefits {
      padding: 70px 0 60px 0; }
    .benefits__title {
      font-size: 30px;
      line-height: 37px; }
      .benefits__list {
        padding-top: 53px; }
      .benefits__col {
        padding: 0 16px; }
      .benefits__col {
        width: 100%;
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important; }
      .benefits__item {
        max-width: 100%;
        width: 100%; }
        .benefits__item_rel-vertical::before {
          height: 40px;
          bottom: -40px; }
          .benefits__item_rel-45deg-left::before {
            height: 40px;
            bottom: -40px;
            width: 1px;
            border-left: 1px dashed #E5EDF5;
            top: auto;
            right: 50%; }
          .benefits__item_rel-45deg-right::before {
            height: 40px;
            bottom: -40px;
            width: 1px;
            border-left: 1px dashed #E5EDF5;
            top: auto;
            right: 50%;
            left: auto; }
        .benefits__item_rel-horizontal-left::before {
          height: 40px;
          bottom: -40px;
          width: 1px;
          border-left: 1px dashed #E5EDF5;
          top: auto;
          right: 50%; }
        .benefits__item_rel-horizontal-right::before {
          height: 40px;
          bottom: -40px;
          width: 1px;
          border-left: 1px dashed #E5EDF5;
          top: auto;
          right: 50%;
          left: auto; }
      .benefits__logo-image-wrapper {
        width: 110px;
        height: 110px; }
      .benefits__text-wrapper {
        padding: 62px 0 50px 0; }
      .benefits__text {
        font-size: 16px;
        line-height: 26px; }
      .benefits__cards {
        width: auto;
        margin-right: -16px;
        margin-left: -16px; }
      .benefits__card {
        padding: 26px 16px 17px 29px;
        min-height: 270px;
        margin-bottom: 10px; }
        .benefits__card_lg {
          min-height: 370px;
          padding: 0;
          margin-bottom: 20px; }
          .benefits__card_lg .benefits__card-text {
            padding: 21px 16px 21px 16px;
            font-size: 16px; }
      .benefits__card-text {
        font-size: 14px;
        line-height: 20px; }
    .history-slider {
      padding: 52px 0 0 0; }
    .history-slider__title {
      font-size: 30px;
      line-height: 37px; }
      .history-slider__thumbs-wrapper {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start; }
      .history-slider__thumbs-container {
        width: 85%; }
      .history-slider__slider-container {
        width: 97%; }
      .history-slider__slider-item {
        min-height: 250px;
        padding: 86px 0 20px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start; }
      .history-slider__slider-number {
        font-size: 85px;
        top: 27px;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        left: 0; }
      .history-slider__slider-text {
        font-size: 14px;
        line-height: 21px;
        max-width: 100%;
        padding-bottom: 0; }
    .mission {
      padding: 50px 0 50px; }
      .mission_advantages {
        padding: 50px 0 15px; }
      .mission__title_sm {
        font-size: 22px;
        line-height: 30px;
        font-weight: 700;
        text-transform: none; }
      .mission__subtitle {
        margin-top: 36px;
        font-size: 14px; }
        .mission__list_sm .mission__list-item {
          -webkit-box-align: start;
          -ms-flex-align: start;
          align-items: flex-start; }
        .mission__list_sm .mission__list-item-wrapper {
          padding: 77px 0 45px 0;
          -webkit-box-flex: 1;
          -ms-flex: 1;
          flex: 1;
          -webkit-box-align: start;
          -ms-flex-align: start;
          align-items: flex-start; }
        .mission__list_xs .mission__list-item {
          -webkit-box-align: start;
          -ms-flex-align: start;
          align-items: flex-start;
          padding-right: 0; }
        .mission__list_xs .mission__list-title {
          font-size: 14px;
          line-height: 20px; }
        .mission__list_xs .mission__list-text {
          font-size: 14px;
          line-height: 20px; }
        .mission__list_xs .mission__list-image {
          display: none; }
        .mission__list_xs .mission__list-item-wrapper {
          padding: 30px 0 60px 30px;
          -webkit-box-flex: 1;
          -ms-flex: 1;
          flex: 1;
          -webkit-box-align: start;
          -ms-flex-align: start;
          align-items: flex-start;
          min-height: auto; }
          .mission__list_xs .mission__list-caption::before {
            display: block; }
        .mission__list_md-2-column .mission__list-item {
          -webkit-box-align: start;
          -ms-flex-align: start;
          align-items: flex-start;
          padding-right: 0; }
    .mission__list-container {
      overflow: visible; }
      .mission__list-wrapper {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
      .mission__list-item {
        margin-right: 16px;
        opacity: 0;
        -webkit-transition: opacity 300ms ease;
        transition: opacity 300ms ease; }
        .mission__list-item.swiper-slide-active {
          opacity: 1; }
      .mission__list-item-wrapper {
        padding: 77px 16px 45px 0;
        min-height: calc(198px + 40px); }
      .mission__list-image {
        left: -80px; }
      .mission__list-caption {
        padding-left: 22px; }
      .mission__list-title {
        font-size: 14px;
        line-height: 20px;
        padding-top: 3px;
        margin-bottom: 14px; }
      .mission__list-text {
        font-size: 14px;
        line-height: 20px; }
      .mission .swiper-pagination {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
    .how-it-works {
      padding: 100px 0 100px; }
    .how-it-works__title {
      font-size: 30px;
      line-height: 37px; }
      .how-it-works__subtitle {
        margin-top: 36px;
        font-size: 14px; }
      .how-it-works__list {
        width: 280px;
        height: 490px;
        background: none; }
      .how-it-works__item-image-wrapper {
        width: 70px;
        height: 73px;
        padding: 15px; }
      .how-it-works__item-point {
        width: 20px;
        height: 20px;
        bottom: -10px; }
        .how-it-works__item-point::after {
          width: 5px;
          height: 5px; }
        .how-it-works__item-point::before {
          width: 120px; }
      .how-it-works__item-text {
        font-size: 14px;
        padding-top: 16px;
        width: 105px; }
        .how-it-works__item_main {
          top: 39%; }
        .how-it-works__item_main .how-it-works__item-image-wrapper {
          padding: 0; }
          .how-it-works__item_main .how-it-works__item-image-wrapper {
            width: 83px;
            height: 83px; }
          .how-it-works__item_main .how-it-works__item-point {
            display: block; }
            .how-it-works__item_main .how-it-works__item-point::before {
              display: none; }
        .how-it-works__item_1 {
          -webkit-transform: none;
          transform: none;
          top: 0;
          left: -8px; }
          .how-it-works__item_1 .how-it-works__item-point::before {
            top: 20px;
            left: 90%;
            -webkit-transform: rotate(71deg);
            transform: rotate(71deg); }
        .how-it-works__item_1 .how-it-works__item-point {
          right: -14px;
          left: auto;
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
          bottom: auto;
          top: 52%; }
        .how-it-works__item_2 {
          -webkit-transform: none;
          transform: none;
          top: 256px;
          left: -8px;
          right: auto; }
        .how-it-works__item_2 .how-it-works__item-point {
          right: -14px;
          left: auto;
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
          bottom: auto;
          top: 52%; }
          .how-it-works__item_2 .how-it-works__item-point::before {
            top: 0px;
            left: 11px;
            -webkit-transform: rotate(-58deg);
            transform: rotate(-58deg); }
        .how-it-works__item_3 {
          top: auto;
          left: 50%;
          right: auto;
          bottom: 0px;
          -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }
          .how-it-works__item_3 .how-it-works__item-point {
            right: auto;
            left: 50%;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
            bottom: auto;
            top: -8px; }
            .how-it-works__item_3 .how-it-works__item-point::before {
              -webkit-transform: rotate(270deg);
              transform: rotate(270deg);
              width: 200px;
              left: 8px; }
        .how-it-works__item_4 {
          -webkit-transform: none;
          transform: none;
          top: 256px;
          left: auto;
          right: -8px; }
          .how-it-works__item_4 .how-it-works__item-point {
            right: auto;
            left: -14px;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            bottom: auto;
            top: 52%; }
            .how-it-works__item_4 .how-it-works__item-point::before {
              top: 3px;
              left: 2px;
              -webkit-transform: rotate(145deg);
              transform: rotate(-120deg); }
        .how-it-works__item_5 {
          -webkit-transform: none;
          transform: none;
          top: 0;
          right: -8px;
          left: auto; }
          .how-it-works__item_5 .how-it-works__item-point::before {
            top: 20px;
            left: 10%;
            -webkit-transform: rotate(109deg);
            transform: rotate(109deg); }
        .how-it-works__item_5 .how-it-works__item-point {
          right: auto;
          left: -14px;
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
          bottom: auto;
          top: 52%; }
    .benefits-slider {
      padding: 46px 0 22px 0; }
      .benefits-slider__title {
        font-size: 30px;
        line-height: 37px; }
      .benefits-slider__slider {
        padding-bottom: 8px; }
      .benefits-slider__container {
        width: 100%; }
      .benefits-slider__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 30px 0 30px 0; }
      .benefits-slider__number {
        width: 198px;
        height: 192px;
        font-size: 142px;
        margin-right: 0;
        margin-bottom: 30px; }
      .benefits-slider__text {
        font-size: 14px;
        max-width: 100%;
        padding-bottom: 0;
        text-align: center; }
      .benefits-slider .swiper-pagination {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
      .benefits-slider_sm .benefits-slider__container {
        width: 100%;
        padding-top: 0; }
      .benefits-slider_sm .benefits-slider__number {
        width: 198px;
        height: 192px;
        font-size: 142px;
        margin-right: 0;
        margin-bottom: 30px; }
    .team {
      padding: 66px 0 22px 0; }
      .team__title {
        font-size: 30px;
        line-height: 37px; }
      .team__subtitle {
        font-size: 14px;
        line-height: 20px; }
      .team__content {
        padding-top: 36px; }
      .team__caption {
        padding: 30px 20px; }
    .documents {
      padding: 66px 0 90px 0; }
      .documents__title {
        font-size: 30px;
        line-height: 37px; }
      .documents__content {
        padding-top: 45px; }
      .documents__col {
        padding: 0 10px 10px 10px;
        width: 100%; }
      .documents__item {
        min-height: 130px;
        padding: 23px 14px 35px 5px; }
          .documents__item:hover .documents__item-text {
            -webkit-transform: translateX(0);
            transform: translateX(0); }
            .documents__item:hover .documents__item-text::before {
              display: none; }
      .documents__item-text {
        font-size: 14px;
        line-height: 24px; }
    .payment-list {
      padding-top: 26px;
      padding-bottom: 0; }
      .payment-list__item {
        padding-left: 0;
        padding-top: 18px;
        padding-bottom: 36px;
        margin-right: 0; }
      .payment-list__type {
        padding-left: 0;
        margin-bottom: 15px;
        padding-top: 73px; }
        .payment-list__type::before {
          left: 0px;
          -webkit-transform: translateY(0);
          transform: translateY(0);
          top: 0; }
      .payment-list__text {
        padding-bottom: 20px;
        font-size: 13px;
        line-height: 21px;
        max-width: 100%; }
      .payment-list__qr {
        position: absolute;
        width: 70px;
        height: 70px;
        top: auto;
        bottom: -10px;
        right: 5px; }
      .money-back__wrapper {
        margin-left: -15px;
        margin-right: -15px;
        padding: 43px 15px 26px 15px; }
      .money-back__title {
        margin-right: 0;
        padding-left: 80px;
        margin-bottom: 32px; }
        .money-back__title::before {
          left: 0; }
      .money-back__text {
        max-width: 100%; }
      .payment-reg__container {
        margin-left: -15px;
        margin-right: -15px;
        padding: 36px 15px 270px 15px; }
      .payment-reg__caption {
        width: 362px;
        text-align: center;
        width: 100%; }
      .payment-reg__title {
        font-size: 30px;
        line-height: 34px;
        padding-bottom: 18px;
        max-width: 390px;
        margin: 0 auto; }
      .payment-reg__text {
        font-size: 20px;
        line-height: 28px;
        padding-bottom: 34px;
        max-width: 223px;
        margin: 0 auto; }
      .payment-reg__preview {
        bottom: 0;
        right: 48%;
        width: 409px;
        height: 224px; }
      .payment-reg__preview-container {
        width: 238px;
        height: 186px;
        left: 48%;
        bottom: 0; }
    .document-links {
      padding: 40px 0 0 0; }
      .document-links__col {
        width: 100%; }
      .document-links__item {
        padding: 26px 38px 26px 19px; }
      .document-links__text {
        font-size: 16px;
        line-height: 18px; }
      .document-links__icon {
        right: 10px;
        width: 18px;
        height: 13px; }
    .document-table {
      padding-bottom: 10px; }
      .document-table__header {
        font-size: 20px;
        padding: 16px 22px; }
      .document-table__item {
        padding: 0 0 0 0; }
      .document-table__item-link {
        padding: 13px 0 13px 22px; }
      .document-table__text {
        font-size: 13px;
        line-height: 140%;
        padding-right: 0; }
      .document-table__icons {
        position: relative;
        top: 0;
        right: 0;
        -webkit-transform: none;
        transform: none;
        height: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
      .document-table__icon {
        padding: 8px 21px; }
        .document-table__icon-text {
          width: 54px;
          text-align: center;
          white-space: nowrap; }
      .document-table__icon_download {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-top: 10px; }
        .document-table__icon_download svg {
          margin-right: 0; }
      .document-table__icon_link {
        display: none; }
        .document-table__icon_link svg {
          width: 18px;
          height: 12px; }
    .career__advantages {
      padding: 70px 0 0 0; }
    .career-how {
      padding-top: 20px;
      padding-bottom: 0; }
      .career-how__title {
        max-width: 369px;
        margin: 0 auto;
        padding-bottom: 15px; }
      .career-how__item {
        margin-left: -15px;
        margin-right: -15px; }
          .career-how__item:nth-child(even) .career-how__item-image {
            position: absolute;
            top: 0;
            left: 50%;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
            right: auto; }
      .career-how__item-container {
        width: 100% !important;
        padding: 103px 15px 50px 15px !important;
        margin-top: 145px;
        text-align: center;
        min-height: auto; }
        .career-how__item-container::before {
          display: none; }
      .career-how__item-text {
        max-width: 100% !important;
        margin: 0 auto; }
      .career-how__item-image {
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        right: auto; }
        .career-how__item-image img {
          width: 220px;
          height: 230px; }
      .career-how__slider-container {
        overflow: visible; }
        .career-how__slider-container .swiper-wrapper {
          -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
      .career-articles__header {
        padding-bottom: 30px; }
      .career-articles__title {
        font-size: 25px;
        line-height: 30px; }
    .career-articles__show-more {
      position: absolute;
      bottom: 50px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); }
    .bussines-list {
      padding-bottom: 80px; }
      .bussines-list__main-title {
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 32px; }
        .bussines-list__main-title::before {
          -webkit-transform: none;
          transform: none;
          top: 8px; }
      .bussines-list__col {
        width: 100%; }
      .bussines-list__caption {
        padding-left: 14px;
        padding-right: 14px; }
      .bussines-list__title {
        font-size: 16px;
        line-height: 22px; }
      .bussines-list__text {
        font-size: 13px;
        line-height: 140%; }
    .slider-tabs {
      padding-bottom: 0; }
      .slider-tabs__link {
        padding: 0 20px;
        font-size: 20px; }
        .slider-tabs__link span {
          padding: 24px 0; }
      .slider-tabs__content {
        padding: 40px 0 0 0; }
        .slider-tabs_search .slider-tabs__header {
          width: 100%; }
        .slider-tabs_search .slider-tabs__wrapper {
          padding: 0 0 0 0;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
          flex-direction: column-reverse; }
          .slider-tabs_search .slider-tabs__wrapper::before {
            display: none; }
          .slider-tabs_search .slider-tabs__wrapper::after {
            display: none; }
    .faq-plates {
      padding: 30px 0 80px 0; }
      .faq-plates__text {
        font-size: 13px; }
    .faq-list {
      padding-bottom: 50px; }
      .faq-list__item-header {
        padding: 20px 16px; }
      .faq-list__item-body {
        padding: 10px 24px 12px 16px; }
      .faq-list__title {
        font-size: 16px;
        line-height: 20px; }
    .product-cards {
      padding-top: 70px;
      padding-bottom: 40px; }
      .product-cards__title {
        padding-bottom: 30px; }
      .product-cards__col {
        width: 100%;
        padding: 0; }
      .product-cards__item {
        padding: 20px 0 15px 0; }
      .product-cards__section {
        padding: 0 16px; }
      .product-cards__image-wrapper {
        margin-bottom: 22px; }
      .product-cards__name {
        font-size: 18px;
        line-height: 25px;
        padding-bottom: 12px; }
      .product-cards__description {
        font-size: 14px;
        line-height: 23px;
        padding-bottom: 21px; }
      .product-cards__benefits-col {
        width: 100%; }
    .partners-slider {
      padding-top: 50px;
      padding-bottom: 50px; }
      .partners-slider_pb-0 {
        padding-bottom: 0; }
      .partners-slider__title {
        padding-bottom: 30px; }
      .partners-slider__container {
        padding: 35px 0 60px 0; }
      .partners-slider__item {
        height: 64px; }
      .partners-slider__pagination {
        bottom: 20px; }
    .partners-list {
      padding: 22px 0 100px 0; }
      .partners-list__row {
        margin: 0; }
      .partners-list__col {
        width: 50%;
        padding: 0; }
        .partners-list__col:nth-child(-n + 3) .partners-list__item-container::before {
          display: none; }
        .partners-list__col:nth-child(-n + 2) .partners-list__item-container::before {
          display: block; }
        .partners-list__col:nth-child(even) .partners-list__item::before {
          display: none; }
      .partners-list__item-container {
        height: 77px; }
      .partners-list__button-container {
        padding-top: 40px; }
    .product-item {
      min-height: inherit;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
    .product-item__title {
      font-size: 18px;
      line-height: 25px; }
    .product-item__subtitle {
      font-size: 14px;
      line-height: 22px; }
    .product-item .item-icon__image {
      margin-left: -5px; }
      .product-item .product-discount {
        top: 12px;
        right: 12px; }
      .product-item__left {
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
        padding-top: 60px; }
      .product-item__center {
        margin-top: 60px;
        width: 100%;
        padding: 0 18px 20px !important; }
      .product-item__list-icon {
        border-top: none;
        position: relative; }
        .product-item__list-icon::before {
          display: block; }
        .product-item .item-icon__image {
          margin-right: 20px; }
      .product-item__right {
        position: relative;
        -webkit-box-ordinal-group: inherit;
        -ms-flex-order: inherit;
        order: inherit;
        width: 100%; }
      .product-item--article {
        width: 100%;
        margin-left: 0; }
        .product-item--article .product-item__left {
          position: relative;
          left: 0;
          top: 0;
          width: 100%;
          padding-left: 0; }
        .product-item--article .product-item__image::before {
          width: 220px !important;
          height: 220px !important; }
        .product-item--article .product-item__image img {
          width: 230px; }
        .product-item--article .product-item__right {
          position: relative;
          -webkit-box-ordinal-group: inherit;
          -ms-flex-order: inherit;
          order: inherit;
          width: 100%; }
        .product-item--article .product-item__center {
          margin-top: 30px;
          width: 100%;
          padding: 0 18px 20px !important; }
        .product-item--article .product-item__list-icon {
          padding-left: 0;
          padding-right: 0;
          padding-top: 10px;
          padding-bottom: 0;
          margin-top: 20px; }
      .product-item__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
    .product-list-banner {
      padding: 100px 0 40px 0; }
      .product-list-banner_breads {
        padding-top: 80px; }
        .product-list-banner_breads .title-wrapper {
          padding-top: 20px; }
      .product-list-banner .title {
        font-size: 30px;
        line-height: 55px; }
      .product-list-banner .title::before {
        top: 0; }
      .product-list-banner .subtitle {
        font-size: 14px;
        margin-top: 15px; }
      .products-list__title {
        font-size: 38px;
        line-height: 47px; }
      .products-list__text {
        font-size: 14px; }
      .products-list__description-block {
        padding: 20px 0; }
      .products-list__cards {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
      .products-list__card {
        width: 100%;
        margin: 0;
        padding: 15px 30px 20px; }
        .products-list__card:hover {
          -webkit-box-shadow: none;
          box-shadow: none; }
          .products-list__card:hover .products-list__image {
            -webkit-transform: scale(0.6) translateY(-44px);
            transform: scale(0.6) translateY(-44px); }
      .products-list__title-card {
        margin-top: 10px; }
      .products-list__image-wrapper {
        height: 280px; }
      .products-list__image {
        -webkit-transform: scale(0.7);
        transform: scale(0.7); }
      .cd-features-list li {
        font-size: 12px; }
      .features .cd-features-list li::before {
        display: none; }
    .features .cd-features-list li {
      padding: 4px 10px 4px 16px;
      min-height: 50px; }
    .select-compare {
      margin-top: 0; }
    .select-compare .select2-container--default .select2-selection--single.without-border .select2-selection__rendered {
      font-size: 10px; }
    .cd-table-navigation a {
      display: none !important; }
    .title-compare {
      font-size: 18px;
      margin-top: -3px; }
    .table-scroll table {
      min-width: inherit; }
    .table-scroll th,
    .table-scroll td {
      padding: 5px 10px 5px 15px; }
    th:first-child {
      font-size: 12px;
      line-height: 130%;
      max-width: 184px;
      width: 184px;
      min-width: 184px; }
    .top-info {
      min-height: 60px; }
      .top-info h3 {
        min-height: auto;
        font-size: 14px;
        line-height: 16px; }
        .top-info h3 + span {
          font-size: 12px;
          line-height: 14px; }
    .btn-more-compare {
      margin-top: -10px;
      font-size: 14px; }
      .btn-more-compare::before {
        bottom: -9px; }
    .contacts-map {
      padding-top: 40px; }
    .contacts-banner {
      padding: 80px 0 30px 0; }
      .contacts-banner .title-wrapper {
        padding-top: 20px; }
      .contacts-banner .title {
        font-size: 30px;
        line-height: 55px; }
      .contacts-banner .title::before {
        top: 0; }
      .contacts-banner .subtitle {
        font-size: 22px;
        margin-top: 10px;
        line-height: 30px; }
    .main-contacts-item {
      width: 100%;
      padding: 0; }
      .main-contacts-item + .main-contacts-item {
        margin-top: 20px;
        padding-top: 20px; }
        .main-contacts-item + .main-contacts-item::before {
          display: block; }
    .main-contacts {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin: 0; }
    .more-contacts {
      margin-top: -10px; }
      .more-contacts-item {
        text-align: center; }
        .more-contacts-item + .more-contacts-item::before {
          left: 50%;
          -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }
    .container-callback-wrapper {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    .wrapper-contacts-callback {
      width: 100%; }
      .wrapper-contacts-callback .title-wrapper {
        display: none; }
    .duplicate-more-info {
      width: 100%;
      -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
      order: -1; }
    .sale-block-section {
      padding: 40px 0 70px; }
    .sales-banner {
      padding: 100px 0 30px 0; }
    .controls-list {
      margin-top: 30px; }
      .controls-list nav {
        display: none; }
      .controls-list nav + .controls-load-more {
        margin-left: 0;
        width: 100%; }
        .controls-list nav + .controls-load-more .btn {
          width: 100%; }
    .list-items-sales {
      padding-top: 45px; }
        .item-sale__image img {
          max-height: 210px;
          min-height: 210px; }
      .item-sale__info {
        padding: 15px 15px 26px 15px; }
      .item-sale__header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start; }
      .item-sale__flag {
        min-width: 190px; }
      .item-sale__time {
        margin-top: 15px; }
      .item-sale__title {
        font-size: 18px;
        line-height: 26px; }
      .item-sale__text {
        margin-top: 15px; }
      .item-sale__footer {
        margin-top: 15px; }
      .item-sale__footer .link {
        font-size: 14px; }
      .sale-detail-wysiwyg h1 {
        font-weight: bold;
        font-size: 18px;
        line-height: 22px; }
      .sale-detail-wysiwyg--mobile {
        margin-top: 20px; }
      .sale-detail-wysiwyg p {
        font-weight: normal;
        font-size: 14px;
        line-height: 26px; }
        .sale-detail-wysiwyg ul li {
          font-weight: normal;
          font-size: 14px;
          line-height: 26px; }
    .sale-detail-controls {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .sale-detail-header {
    width: 100%; }
  .sale-detail-controls-footer {
    width: 100%;
    padding: 0; }
    .list-products-sales {
      margin-top: 20px;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    .bussines-list_sale-detail {
      padding-bottom: 40px; }
    .block-in-sales {
      padding: 10px 0 60px; }
      .block-in-sales .title {
        font-size: 25px; }
        .block-in-sales .title::before {
          -webkit-transform: none;
          transform: none;
          top: 8px; }
  .tell-friends {
    margin-top: 40px; }
    .social-friends {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    .friends-links {
      margin-top: 15px;
      margin-left: 0; }
    .privacy-policy-banner {
      padding: 80px 0 30px 0; }
      .privacy-policy-banner .title {
        font-size: 26px;
        line-height: 36px; }
      .privacy-policy-banner .title::before {
        top: 0; }
      .privacy-policy-banner .breadcrumb-wrapper {
        margin-bottom: 30px; }
      .privacy-policy-content__wrapper p {
        margin-bottom: 15px; }
      .privacy-policy-content__section {
        margin-bottom: 30px; }
    .reviews-banner {
      padding: 80px 0 30px 0; }
      .reviews-banner .title {
        font-size: 26px;
        line-height: 36px; }
      .reviews-banner .title::before {
        top: 0; }
    .reviews-content {
      padding-top: 30px;
      padding-bottom: 70px; }
      .reviews-content__sort {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-bottom: 30px; }
      .reviews-content__sort-option {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        width: 100%; }
        .reviews-content__sort-option .select2-container {
          min-width: 100%; }
        .reviews-content__sort-option:not(:last-child) {
          margin-right: 0;
          margin-bottom: 20px; }
      .reviews-content__row {
        margin-bottom: 30px; }
        .reviews-content__review-video a {
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; }
      .reviews-content__review-video-play {
        width: 90px;
        height: 85px;
        margin-right: 9px; }
    .blog-banner {
      padding: 80px 0 30px 0; }
      .blog-banner .title {
        font-size: 26px;
        line-height: 36px; }
      .blog-banner .title::before {
        top: 0; }
      .blog-banner .breadcrumb-wrapper {
        margin-bottom: 30px; }
    .blog-content {
      padding-bottom: 50px; }
      .blog-content__categories {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 20px; }
        .blog-content__categories::before {
          display: none; }
        .blog-content__categories-list ul li:not(:last-child) {
          margin-right: 30px; }
        .blog-content__categories-list ul li:last-child {
          padding-right: 15px; }
      .blog-content__categories-list ul {
        overflow: auto;
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 25px;
        margin-right: 0; }
    .blog-content__categories-list {
      width: calc(100% + 30px);
      margin-left: -15px; }
      .blog-content__categories-list-link {
        font-size: 16px;
        padding-bottom: 20px;
        white-space: nowrap; }
      .blog-content__categories-search {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        bottom: auto;
        top: auto;
        right: auto;
        -webkit-transform: none;
        transform: none;
        width: 100%;
        border-color: rgba(0, 0, 0, 0.1); }
        .blog-content__categories-search .form-control {
          width: 100%;
          padding-right: 60px; }
        .blog-content__categories-search .btn {
          min-width: 1px; }
        .blog-content__categories-search.active {
          width: 100%; }
      .blog-content__top {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 20px;
        margin-bottom: 40px; }
      .blog-content__top-title {
        margin-bottom: 25px; }
      .blog-content__top-item {
        width: 100%;
        margin-bottom: 0; }
        .blog-content__top-item:not(:last-child) {
          margin-right: 0;
          margin-bottom: 20px; }
      .blog-content__article-content-title {
        font-size: 15px;
        line-height: 140%; }
          .blog-content__nav-panel ul li a {
            width: 30px;
            height: 30px;
            font-size: 14px; }
        .blog-content__nav-panel ul li:not(:last-child) {
          margin-right: 5px; }
      .blog-content__nav-panel {
        display: none; }
      .blog-content__bottom-options {
        margin-top: 15px;
        margin-bottom: 50px; }
      .blog-content__more-btn {
        width: 100%;
        margin-bottom: 0; }
        .blog-content__more-btn a {
          width: 100%; }
      .blog-content__themes-title-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 30px; }
      .blog-content__themes-title {
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 0; }
      .blog-content__themes-item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
        text-align: center; }
        .blog-content__themes-item a {
          padding-left: 30px;
          padding-right: 30px; }
    .blog-content__themes-link-show-more {
      display: none; }
      .blog-content__themes-link-show-more_mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 20px; }
    .blog-filter-content {
      padding-bottom: 40px; }
      .blog-filter-content .breadcrumb-wrapper {
        padding-top: 80px; }
      .blog-filter-content__title-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
      .blog-filter-content__title-row-title {
        margin-bottom: 20px;
        font-size: 36px;
        line-height: 44px; }
      .blog-filter-content__title-row-search {
        width: 100%; }
      .blog-filter-content__back-link {
        margin-bottom: 30px; }
    .blog-article-content__img {
      width: calc(100% + 30px);
      margin-left: -15px; }
    .blog-article-content .breadcrumb-wrapper {
      padding-top: 75px;
      margin-bottom: 22px; }
    .blog-article-content__info .blog-article-content__back-link {
      display: none; }
    .blog-article-content__info .blog-article-content__info-date {
      display: none; }
    .blog-article-content__info .blog-article-content__info-views {
      display: none; }
      .blog-article-content__info-mobile {
        margin-bottom: 20px; }
        .blog-article-content__info-mobile .blog-article-content__back-link {
          display: block; }
        .blog-article-content__info-mobile .blog-article-content__info-date {
          display: block;
          margin-right: 12px; }
        .blog-article-content__info-mobile .blog-article-content__info-views {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
    .blog-article-content__info-tag {
      font-size: 14px;
      padding-top: 7px;
      padding-bottom: 7px;
      padding-left: 27px;
      padding-right: 27px;
      margin-right: 0; }
      .blog-article-content__wrapper h1 {
        font-size: 22px;
        line-height: 28px;
        text-align: center; }
      .blog-article-content__wrapper p {
        font-size: 13px; }
    .blog-article-content__wrapper-section {
      margin-bottom: 30px; }
    .blog-article-content__look-also {
      width: calc(100% + 30px);
      margin-left: -15px;
      margin-bottom: 30px; }
      .blog-article-content__look-also a {
        padding-top: 17px;
        padding-bottom: 17px;
        padding-right: 15px; }
    .blog-article-content__look-also-title {
      font-size: 16px;
      line-height: 22px; }
    .blog-article-content__video-block {
      width: 100%;
      margin-left: 0;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
    .blog-article-content__video-block-iframe {
      width: 100%;
      height: 175px;
      margin-bottom: 20px; }
    .blog-article-content__video-block-content {
      width: 100%;
      padding-left: 0; }
    .blog-article-content__video-block-title {
      font-size: 18px;
      line-height: 23px; }
    .blog-article-content__img-block {
      width: 100%;
      margin-left: 0;
      margin-bottom: 20px; }
    .blog-article-content__img-block-wrapper {
      height: 180px;
      margin-bottom: 12px; }
      .blog-article-content__img-block-wrapper img {
        width: calc(100% + 30px);
        margin-left: -15px; }
    .blog-article-content__img-block-caption {
      font-size: 13px; }
    .blog-article-content__video-full {
      width: 100%;
      margin-left: 0;
      margin-bottom: 40px; }
    .blog-article-content__video-full-wrapper {
      height: 175px;
      margin-bottom: 12px; }
    .blog-article-content__themes-title-row {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      margin-bottom: 30px; }
    .blog-article-content__themes-title {
      font-size: 22px;
      line-height: 26px;
      margin-bottom: 15px; }
    .blog-article-content__themes-row {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    .blog-article-content__themes-item {
      margin-right: 10px; }
    .blog-article-content__products-wrapper {
      width: 100%;
      margin-left: 0;
      margin-top: 50px;
      margin-bottom: 50px; }
    .partner-products {
      padding: 50px 0 40px 0; }
      .partner-products__content {
        padding-top: 40px; }
      .partner-products__col {
        width: 100% !important; }
    .partners-map {
      padding: 50px 0 40px 0; }
      .partners-map__content {
        padding-top: 30px; }
      .partners-map__title {
        font-size: 18px;
        line-height: 135%;
        padding-bottom: 30px; }
      .partners-map__item {
        width: 50%; }
      .partners-map__map {
        padding-bottom: 30px; }
    .p-tabs {
      padding: 50px 0; }
        .p-tabs__wrapper::before {
          display: none; }
        .p-tabs__title::before {
          left: 50%;
          -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }
      .p-tabs__title {
        text-align: center;
        font-size: 22px;
        margin-bottom: 40px; }
      .p-tabs__item-name {
        font-size: 15px;
        line-height: 140%;
        padding: 16px 20px 16px 20px; }
        .p-tabs__item-name::before {
          display: none; }
      .p-tabs__item-content {
        padding: 30px 0; }
      .p-tabs__content-title {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        font-size: 18px;
        line-height: 140%;
        padding-bottom: 30px; }
      .p-tabs__content-icon {
        margin-right: 0;
        margin-bottom: 8px; }
      .p-tabs__list-item {
        font-size: 13px;
        line-height: 140%;
        margin-bottom: 12px;
        padding-bottom: 12px; }
        .p-tabs__list-item::before {
          top: calc(50% - 3px - 6px); }
    .socar-promo {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding-left: 0;
      text-align: center; }
      .socar-promo__icon-wrapper {
        width: 56px;
        height: 56px;
        margin-right: 0;
        margin-bottom: 25px; }
        .socar-promo__icon-wrapper::before {
          width: 56px;
          height: 58px;
          background: url("../images/socar/header/gift-bg-md.svg") 50% 50% no-repeat;
          background-size: contain;
          top: 4px;
          left: 7px; }
      .socar-promo__title {
        font-size: 28px;
        line-height: 120%;
        text-align: center;
        color: #1D1D1B; }
      .socar-promo__description {
        font-size: 14px; }
    .socar-header {
      padding: 90px 0 42px 0; }
      .socar-header__caption {
        padding-bottom: 36px; }
      .socar-header__title {
        font-size: 24px;
        line-height: 120%;
        padding-top: 18px;
        padding-bottom: 0; }
      .socar-header__subtitle {
        display: none; }
      .socar-header__buttons {
        margin-left: -8px;
        margin-right: -8px; }
      .socar-header__button {
        padding: 0 8px;
        width: 50%; }
        .socar-header__button img {
          width: 100%; }
      .socar-header__image {
        margin-bottom: 25px; }
        .socar-header__image-container {
          width: 200px; }
    .socar-how {
      padding: 0;
      margin-bottom: 0;
      padding-top: 60px; }
      .socar-how__title {
        font-size: 32px;
        line-height: 39px;
        padding-bottom: 40px; }
      .socar-how__info {
        padding: 40px 0 20px 0; }
      .socar-how__item {
        padding-bottom: 40px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center; }
        .socar-how__item-icon {
          width: 100px;
          height: 105px;
          margin-right: 0;
          margin-bottom: 24px; }
          .socar-how__item-icon img {
            width: 48px;
            height: 48px; }
        .socar-how__item-title {
          font-size: 20px;
          line-height: 130%; }
        .socar-how__item-description {
          font-size: 14px;
          line-height: 150%; }
      .socar-how__form {
        padding: 60px 0 0 0; }
        .socar-how__form-fields {
          padding-bottom: 20px; }
        .socar-how__form-field {
          padding-bottom: 8px; }
        .socar-how__form-button {
          margin-bottom: 40px; }
        .socar-how__form-description {
          margin-bottom: 40px; }
        .socar-how__form-icon {
          margin-right: 16px; }
        .socar-how__form-text {
          font-size: 13px;
          line-height: 145%; }
      .socar-how__footer {
        padding: 20px 24px;
        width: auto;
        position: relative;
        left: auto;
        bottom: auto;
        margin-left: -16px;
        margin-right: -16px;
        font-size: 13px;
        line-height: 145%;
        text-align: center; }
    .socar-about {
      padding: 60px 0 0 0; }
      .socar-about__title {
        font-size: 30px;
        line-height: 35px;
        padding-bottom: 16px; }
      .socar-about__subtitle {
        padding-bottom: 40px;
        font-size: 14px;
        line-height: 22px; }
    .socar-calc {
      padding: 196px 0 60px 0; }
      .socar-calc__header {
        padding-bottom: 30px; }
      .socar-calc__title {
        font-size: 32px;
        line-height: 39px;
        padding-bottom: 20px; }
      .socar-calc__subtitle {
        font-size: 14px;
        line-height: 160%; }
        .socar-calc__form-row {
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
        .socar-calc__form-col {
          width: 100%; }
    .city-transport .reviews {
      margin-bottom: 0; }
      .service-msg__icon {
        width: 90px;
        height: 90px;
        margin-bottom: 30px; }
      .service-msg__caption {
        max-width: 300px;
        padding-bottom: 45px; }
      .service-msg__title {
        font-size: 28px;
        line-height: 34px;
        padding-bottom: 16px; }
      .service-msg__text {
        font-size: 16px;
        line-height: 150%;
        padding-bottom: 16px; }
        .service-msg__text_sm {
          font-size: 14px; }
      .service-msg__phone {
        font-size: 16px;
        line-height: 150%; }
      .service-msg__buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
      .service-msg__button {
        margin-bottom: 20px; }
    .cart {
      padding-top: 106px;
      padding-bottom: 24px; }
      .cart__container {
        padding: 0 16px; }
      .cart__header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding-bottom: 30px; }
      .cart__steps {
        padding-top: 10px;
        font-size: 16px; }
      .cart-item {
        padding-right: 30px 0 20px 0; }
        .cart-item__image {
          margin-right: 16px;
          width: 80px;
          height: 67px;
          padding: 7px 9px;
          margin-bottom: 24px;
          display: none; }
          .cart-item__image_desktop {
            display: none; }
          .cart-item__image_mobile {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex; }
          .cart-item__image::before {
            width: 62px;
            height: 62px; }
        .cart-item__row {
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          padding-left: 0;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          margin-left: -8px;
          margin-right: -8px; }
        .cart-item__col {
          padding: 0 8px; }
          .cart-item__col:first-child {
            width: 100%; }
          .cart-item__col:nth-child(3) {
            min-width: 100px;
            margin-left: auto; }
        .cart-item__title {
          padding-bottom: 8px;
          font-size: 12px; }
        .cart-item__counter-button {
          width: 20px;
          height: 20px; }
          .cart-item__counter-button::before {
            width: 7px; }
          .cart-item__counter-button::after {
            height: 7px; }
        .cart-item__counter-value {
          font-size: 14px;
          padding: 0 16px; }
        .cart-item__price {
          font-size: 14px;
          line-height: 17px; }
          .cart-item__price_lg {
            font-size: 16px;
            line-height: 20px; }
          .cart-item__price_sale {
            font-size: 11px;
            line-height: 13px; }
        .cart-item__hint {
          font-size: 12px;
          padding-bottom: 8px; }
        .cart-item__service {
          margin-top: 8px;
          padding: 16px; }
        .cart-item__service-text {
          height: auto;
          padding-bottom: 12px; }
        .cart-item__service-options-footer {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column; }
        .cart-item__service-dropdown {
          padding-bottom: 8px; }
        .cart-item__service-button {
          width: 100%;
          margin-left: 0; }
      .cart__total {
        padding-top: 30px; }
        .cart__total-row {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column; }
        .cart__total-col:first-child .form {
          padding-bottom: 30px; }
        .cart__total-price {
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between;
          width: 100%;
          padding-bottom: 20px; }
        .cart__total-text {
          font-size: 16px;
          line-height: 19px; }
          .cart__total-text_lg {
            font-size: 24px;
            line-height: 29px;
            padding-right: 6px;
            margin-left: auto; }
        .cart__total-buttons {
          width: 100%;
          margin: 0; }
        .cart__total-button {
          width: 100%;
          padding: 0 0 16px 0; }
        .cart__total-btn {
          width: 100%; }
      .cart__form {
        padding: 30px 0; }
        .cart__form-title {
          font-size: 14px;
          line-height: 40px;
          padding-bottom: 20px; }
        .cart__form-row {
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
        .cart__form-col {
          padding-bottom: 0; }
        .cart__form-options-col {
          width: 50%;
          padding-bottom: 16px; }
        .cart__form-plate {
          padding: 40px 17px 35px 17px; }
      .cart-empty__title {
        padding-bottom: 30px; }
      .cart-empty__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
      .cart-empty__image {
        width: 129px;
        height: 134px;
        margin-bottom: 16px; }
        .cart-empty__image img {
          width: 90px;
          height: 90px; }
      .cart-empty__caption {
        text-align: center;
        max-width: 235px; }
      .cart-empty__text {
        font-size: 14px;
        padding-bottom: 30px; }
      .service-dropdown__value {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 48px;
        padding: 8px 26px 8px 13px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start; }
      .service-dropdown__text {
        font-size: 12px;
        line-height: 14px;
        height: auto;
        padding-bottom: 4px; }
      .service-dropdown__hint {
        top: 40%; }
      .service-dropdown__list {
        top: 48px; } }
    @media (max-width: 575.98px) {
    .bussines-cards {
      padding: 50px 0; }
      .bussines-cards__card {
        padding-bottom: 150px; }
        .bussines-cards__card:nth-child(even) .bussines-cards__card-image {
          width: 370px;
          height: 294px;
          bottom: -100px;
          right: 40%;
          -webkit-transform: translateX(50%);
          transform: translateX(50%); }
        .bussines-cards__card:nth-child(even) .bussines-cards__card-content {
          padding: 50px 0 200px 0; }
      .bussines-cards__card-container {
        margin-left: -15px;
        margin-right: -15px;
        padding: 0 15px; }
      .bussines-cards__card-image {
        width: 370px;
        height: 294px;
        bottom: -100px;
        right: 40%;
        -webkit-transform: translateX(50%);
        transform: translateX(50%); }
      .bussines-cards__card-content {
        padding: 50px 0 200px 0; }
        .bussines-cards__card-content::after {
          background: url("../images/bussines/bg-mobile.svg") 100% 0 no-repeat;
          background-size: 320px 75%; }
      .bussines-cards__card-title {
        font-size: 30px;
        line-height: 40px;
        padding-bottom: 19px; }
      .bussines-cards__card-description {
        font-size: 14px;
        line-height: 160%;
        padding-bottom: 32px; }
      .bussines-cards__list {
        padding-bottom: 0; }
      .bussines-cards__list-item {
        width: 100%; }
      .bussines-cards__list-name {
        font-size: 14px;
        line-height: 17px; }
    .bussines-cards__link-wrapper {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; }
      .bussines-cards__lead {
        padding-bottom: 15px; }
      .bussines-cards_main {
        padding: 0 0 0 0; }
        .bussines-cards_main .bussines-cards__card {
          padding: 0 0 0 0; }
        .bussines-cards_main .bussines-cards__card-content {
          padding: 70px 0 50px 0; }
        .bussines-cards_main .bussines-cards__card-title {
          padding-bottom: 20px; }
          .bussines-cards_main .bussines-cards__card-title a {
            width: 100%; }
        .bussines-cards_main .bussines-cards__card-description {
          font-size: 14px;
          line-height: 22px;
          padding-bottom: 14px; }
        .bussines-cards_main .bussines-cards__card-image {
          position: relative;
          bottom: auto;
          left: 0;
          right: auto;
          top: auto;
          -webkit-transform: none;
          transform: none;
          width: 134%;
          height: auto;
          margin-bottom: 26px; }
        .bussines-cards_main .bussines-cards__list {
          overflow: visible;
          margin: 0; }
        .bussines-cards_main .bussines-cards__list-wrapper {
          height: 100%;
          -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
        .bussines-cards_main .bussines-cards__list-item {
          width: 250px;
          padding-left: 0;
          padding-right: 16px; }
        .bussines-cards_main .bussines-cards__list-name {
          font-size: 14px;
          line-height: 17px; }
      .bussines-cards_main .bussines-cards__link-wrapper {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-top: 20px; } }
    @media (max-width: 374px) {
          .blog-content__nav-panel ul li a {
            width: 25px;
            height: 25px; } }
    @media screen and (prefers-reduced-motion: reduce) {
      .cd-products-comparison-table .filter {
        -webkit-transition: none;
        transition: none; }
    .cd-products-columns .product {
      -webkit-transition: none;
      transition: none; }
      .no-product-transition .cd-products-columns .product.selected {
        -webkit-transition: none;
        transition: none; }
    .cd-products-table .top-info {
      -webkit-transition: none;
      transition: none; }
      .cd-products-table .top-info h3,
      .cd-products-table .top-info img {
        -webkit-transition: none;
        transition: none; }
        .cd-products-table .top-info .check::before {
          -webkit-transition: none;
          transition: none; }
        .cd-products-table .top-info .check::after {
          -webkit-transition: none;
          transition: none; }
    .cd-table-navigation a {
      -webkit-transition: none;
      transition: none; } }
    @media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

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