@charset "UTF-8";

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

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

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

.container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 10px;
  padding-left: 10px;
}

@media (min-width: 576px) {
  .container {
    width: 540px;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .container {
    width: 720px;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .container {
    width: 960px;
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1180px;
    max-width: 100%;
  }
}

@media (min-width: 1380px) {
  .container {
    width: 1320px;
    max-width: 100%;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.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-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.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-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.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-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

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

.col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

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

.col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

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

.col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

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

@media (min-width: 576px) {
  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .pull-lg-0 {
    right: auto;
  }

  .pull-lg-1 {
    right: 8.333333%;
  }

  .pull-lg-2 {
    right: 16.666667%;
  }

  .pull-lg-3 {
    right: 25%;
  }

  .pull-lg-4 {
    right: 33.333333%;
  }

  .pull-lg-5 {
    right: 41.666667%;
  }

  .pull-lg-6 {
    right: 50%;
  }

  .pull-lg-7 {
    right: 58.333333%;
  }

  .pull-lg-8 {
    right: 66.666667%;
  }

  .pull-lg-9 {
    right: 75%;
  }

  .pull-lg-10 {
    right: 83.333333%;
  }

  .pull-lg-11 {
    right: 91.666667%;
  }

  .pull-lg-12 {
    right: 100%;
  }

  .push-lg-0 {
    left: auto;
  }

  .push-lg-1 {
    left: 8.333333%;
  }

  .push-lg-2 {
    left: 16.666667%;
  }

  .push-lg-3 {
    left: 25%;
  }

  .push-lg-4 {
    left: 33.333333%;
  }

  .push-lg-5 {
    left: 41.666667%;
  }

  .push-lg-6 {
    left: 50%;
  }

  .push-lg-7 {
    left: 58.333333%;
  }

  .push-lg-8 {
    left: 66.666667%;
  }

  .push-lg-9 {
    left: 75%;
  }

  .push-lg-10 {
    left: 83.333333%;
  }

  .push-lg-11 {
    left: 91.666667%;
  }

  .push-lg-12 {
    left: 100%;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.333333%;
  }

  .offset-lg-2 {
    margin-left: 16.666667%;
  }

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

  .offset-lg-4 {
    margin-left: 33.333333%;
  }

  .offset-lg-5 {
    margin-left: 41.666667%;
  }

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

  .offset-lg-7 {
    margin-left: 58.333333%;
  }

  .offset-lg-8 {
    margin-left: 66.666667%;
  }

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

  .offset-lg-10 {
    margin-left: 83.333333%;
  }

  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .pull-xl-0 {
    right: auto;
  }

  .pull-xl-1 {
    right: 8.333333%;
  }

  .pull-xl-2 {
    right: 16.666667%;
  }

  .pull-xl-3 {
    right: 25%;
  }

  .pull-xl-4 {
    right: 33.333333%;
  }

  .pull-xl-5 {
    right: 41.666667%;
  }

  .pull-xl-6 {
    right: 50%;
  }

  .pull-xl-7 {
    right: 58.333333%;
  }

  .pull-xl-8 {
    right: 66.666667%;
  }

  .pull-xl-9 {
    right: 75%;
  }

  .pull-xl-10 {
    right: 83.333333%;
  }

  .pull-xl-11 {
    right: 91.666667%;
  }

  .pull-xl-12 {
    right: 100%;
  }

  .push-xl-0 {
    left: auto;
  }

  .push-xl-1 {
    left: 8.333333%;
  }

  .push-xl-2 {
    left: 16.666667%;
  }

  .push-xl-3 {
    left: 25%;
  }

  .push-xl-4 {
    left: 33.333333%;
  }

  .push-xl-5 {
    left: 41.666667%;
  }

  .push-xl-6 {
    left: 50%;
  }

  .push-xl-7 {
    left: 58.333333%;
  }

  .push-xl-8 {
    left: 66.666667%;
  }

  .push-xl-9 {
    left: 75%;
  }

  .push-xl-10 {
    left: 83.333333%;
  }

  .push-xl-11 {
    left: 91.666667%;
  }

  .push-xl-12 {
    left: 100%;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.333333%;
  }

  .offset-xl-2 {
    margin-left: 16.666667%;
  }

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

  .offset-xl-4 {
    margin-left: 33.333333%;
  }

  .offset-xl-5 {
    margin-left: 41.666667%;
  }

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

  .offset-xl-7 {
    margin-left: 58.333333%;
  }

  .offset-xl-8 {
    margin-left: 66.666667%;
  }

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

  .offset-xl-10 {
    margin-left: 83.333333%;
  }

  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: 0;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:after,
.slick-track:before {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: #000;
  transition: opacity 0.5s ease;
}

.slick-lightbox .slick-loading .slick-list {
  background-color: transparent;
}

.slick-lightbox .slick-prev {
  left: 15px;
}

.slick-lightbox .slick-next {
  right: 15px;
}

.slick-lightbox-hide {
  opacity: 0;
}

.slick-lightbox-hide-init {
  position: absolute;
  top: -9999px;
  opacity: 0;
}

.slick-lightbox-inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slick-lightbox-slick-item {
  text-align: center;
  overflow: hidden;
}

.slick-lightbox-slick-item:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.slick-caption-bottom .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
}

.slick-caption-dynamic .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption {
  display: block;
  text-align: center;
}

.slick-lightbox-slick-item-inner {
  display: inline-block;
  vertical-align: middle;
  max-width: 90%;
  max-height: 90%;
}

.slick-lightbox-slick-img {
  margin: 0 auto;
  display: block;
  max-width: 90%;
  max-height: 90%;
}

.slick-lightbox-slick-caption {
  margin: 10px 0 0;
  color: #fff;
}

.slick-lightbox-close {
  position: absolute;
  top: 15px;
  right: 15px;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: 0 0;
  color: transparent;
  padding: 0;
  border: none;
}

.slick-lightbox-close:focus {
  outline: 0;
}

.slick-lightbox-close:before {
  font-family: slick;
  font-size: 20px;
  line-height: 1;
  color: #fff;
  opacity: 0.85;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\D7";
}

font-face {
  font-family: Manrope;
  src: url(/fonts/Manrope-Regular.woff2?8ae23f32b65044b6eb29333438021730) format("woff2"), url(/fonts/Manrope-Regular.woff?871132a5c6001e1adb29b996afc0aab7) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Manrope;
  src: url(/fonts/Manrope-Medium.woff2?5db703858cf666908865cf6ecf8a3af4) format("woff2"), url(/fonts/Manrope-Medium.woff?e59358f6346cdb5ba686235855a5eb5c) format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Manrope;
  src: url(/fonts/Manrope-Bold.woff2?097453285067d306bca656bdeb319ef9) format("woff2"), url(/fonts/Manrope-Bold.woff?ec201dfbec87eecee5cce72b45d6b9bd) format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Manrope;
  src: url(/fonts/Manrope-ExtraBold.woff2?6fdca7c1b7bfed0cdd1d614e5bf777af) format("woff2"), url(/fonts/Manrope-ExtraBold.woff2?6fdca7c1b7bfed0cdd1d614e5bf777af) format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Roboto;
  src: url(/fonts/Roboto-Light.woff2?ed4b08d2702fa26acc324ef1e89ae837) format("woff2"), url(/fonts/Roboto-Light.woff?10ad0f861c0c5807734017c341940649) format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Roboto;
  src: url(/fonts/Roboto-Regular.woff2?9feb0110b6dff9ee2b9ebd17f7a1aee6) format("woff2"), url(/fonts/Roboto-Regular.woff?94dac78eee406a8c8f0406b69b85ac2b) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Roboto;
  src: url(/fonts/Roboto-Medium.woff2?50d01d3e6c994995bcaf829e63d53d1a) format("woff2"), url(/fonts/Roboto-Medium.woff?9a3bf7acae14d9b5ed5a88458106b58b) format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Roboto;
  src: url(/fonts/Roboto-Bold.woff2?f3a02e2578bee50e620e515912278bc9) format("woff2"), url(/fonts/Roboto-Bold.woff?08cb8f79715774f9a6285ee7db2919a3) format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Roboto;
  src: url(/fonts/Roboto-Black.woff2?72f6fd218b59c42e804cb543cfc53598) format("woff2"), url(/fonts/Roboto-Black.woff?fdd88b742a9f6304f05b21b86ba58d9a) format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: FontAwesome;
  src: url(/fonts/fontawesome-webfont.eot?674f50d287a8c48dc19ba404d20fe713);
  src: url(/fonts/fontawesome-webfont.eot?674f50d287a8c48dc19ba404d20fe713) format("embedded-opentype"), url(/fonts/fontawesome-webfont.woff2?af7ae505a9eed503f8b8e6982036873e) format("woff2"), url(/fonts/fontawesome-webfont.woff?fee66e712a8a08eef5805a46892932ad) format("woff"), url(/fonts/fontawesome-webfont.ttf?b06871f281fee6b241d60582ae9369b9) format("truetype"), url(/fonts/fontawesome-webfont.svg?912ec66d7572ff821749319396470bde) format("svg");
  font-weight: 400;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}

.fa.fa-pull-right {
  margin-left: 0.3em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}

.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  transform: rotate(90deg);
}

.fa-rotate-180 {
  transform: rotate(180deg);
}

.fa-rotate-270 {
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  transform: scale(1, -1);
}

:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

.fa-glass:before {
  content: "\F000";
}

.fa-music:before {
  content: "\F001";
}

.fa-search:before {
  content: "\F002";
}

.fa-envelope-o:before {
  content: "\F003";
}

.fa-heart:before {
  content: "\F004";
}

.fa-star:before {
  content: "\F005";
}

.fa-star-o:before {
  content: "\F006";
}

.fa-user:before {
  content: "\F007";
}

.fa-film:before {
  content: "\F008";
}

.fa-th-large:before {
  content: "\F009";
}

.fa-th:before {
  content: "\F00A";
}

.fa-th-list:before {
  content: "\F00B";
}

.fa-check:before {
  content: "\F00C";
}

.fa-close:before,
.fa-remove:before,
.fa-times:before {
  content: "\F00D";
}

.fa-search-plus:before {
  content: "\F00E";
}

.fa-search-minus:before {
  content: "\F010";
}

.fa-power-off:before {
  content: "\F011";
}

.fa-signal:before {
  content: "\F012";
}

.fa-cog:before,
.fa-gear:before {
  content: "\F013";
}

.fa-trash-o:before {
  content: "\F014";
}

.fa-home:before {
  content: "\F015";
}

.fa-file-o:before {
  content: "\F016";
}

.fa-clock-o:before {
  content: "\F017";
}

.fa-road:before {
  content: "\F018";
}

.fa-download:before {
  content: "\F019";
}

.fa-arrow-circle-o-down:before {
  content: "\F01A";
}

.fa-arrow-circle-o-up:before {
  content: "\F01B";
}

.fa-inbox:before {
  content: "\F01C";
}

.fa-play-circle-o:before {
  content: "\F01D";
}

.fa-repeat:before,
.fa-rotate-right:before {
  content: "\F01E";
}

.fa-refresh:before {
  content: "\F021";
}

.fa-list-alt:before {
  content: "\F022";
}

.fa-lock:before {
  content: "\F023";
}

.fa-flag:before {
  content: "\F024";
}

.fa-headphones:before {
  content: "\F025";
}

.fa-volume-off:before {
  content: "\F026";
}

.fa-volume-down:before {
  content: "\F027";
}

.fa-volume-up:before {
  content: "\F028";
}

.fa-qrcode:before {
  content: "\F029";
}

.fa-barcode:before {
  content: "\F02A";
}

.fa-tag:before {
  content: "\F02B";
}

.fa-tags:before {
  content: "\F02C";
}

.fa-book:before {
  content: "\F02D";
}

.fa-bookmark:before {
  content: "\F02E";
}

.fa-print:before {
  content: "\F02F";
}

.fa-camera:before {
  content: "\F030";
}

.fa-font:before {
  content: "\F031";
}

.fa-bold:before {
  content: "\F032";
}

.fa-italic:before {
  content: "\F033";
}

.fa-text-height:before {
  content: "\F034";
}

.fa-text-width:before {
  content: "\F035";
}

.fa-align-left:before {
  content: "\F036";
}

.fa-align-center:before {
  content: "\F037";
}

.fa-align-right:before {
  content: "\F038";
}

.fa-align-justify:before {
  content: "\F039";
}

.fa-list:before {
  content: "\F03A";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\F03B";
}

.fa-indent:before {
  content: "\F03C";
}

.fa-video-camera:before {
  content: "\F03D";
}

.fa-image:before,
.fa-photo:before,
.fa-picture-o:before {
  content: "\F03E";
}

.fa-pencil:before {
  content: "\F040";
}

.fa-map-marker:before {
  content: "\F041";
}

.fa-adjust:before {
  content: "\F042";
}

.fa-tint:before {
  content: "\F043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\F044";
}

.fa-share-square-o:before {
  content: "\F045";
}

.fa-check-square-o:before {
  content: "\F046";
}

.fa-arrows:before {
  content: "\F047";
}

.fa-step-backward:before {
  content: "\F048";
}

.fa-fast-backward:before {
  content: "\F049";
}

.fa-backward:before {
  content: "\F04A";
}

.fa-play:before {
  content: "\F04B";
}

.fa-pause:before {
  content: "\F04C";
}

.fa-stop:before {
  content: "\F04D";
}

.fa-forward:before {
  content: "\F04E";
}

.fa-fast-forward:before {
  content: "\F050";
}

.fa-step-forward:before {
  content: "\F051";
}

.fa-eject:before {
  content: "\F052";
}

.fa-chevron-left:before {
  content: "\F053";
}

.fa-chevron-right:before {
  content: "\F054";
}

.fa-plus-circle:before {
  content: "\F055";
}

.fa-minus-circle:before {
  content: "\F056";
}

.fa-times-circle:before {
  content: "\F057";
}

.fa-check-circle:before {
  content: "\F058";
}

.fa-question-circle:before {
  content: "\F059";
}

.fa-info-circle:before {
  content: "\F05A";
}

.fa-crosshairs:before {
  content: "\F05B";
}

.fa-times-circle-o:before {
  content: "\F05C";
}

.fa-check-circle-o:before {
  content: "\F05D";
}

.fa-ban:before {
  content: "\F05E";
}

.fa-arrow-left:before {
  content: "\F060";
}

.fa-arrow-right:before {
  content: "\F061";
}

.fa-arrow-up:before {
  content: "\F062";
}

.fa-arrow-down:before {
  content: "\F063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\F064";
}

.fa-expand:before {
  content: "\F065";
}

.fa-compress:before {
  content: "\F066";
}

.fa-plus:before {
  content: "\F067";
}

.fa-minus:before {
  content: "\F068";
}

.fa-asterisk:before {
  content: "\F069";
}

.fa-exclamation-circle:before {
  content: "\F06A";
}

.fa-gift:before {
  content: "\F06B";
}

.fa-leaf:before {
  content: "\F06C";
}

.fa-fire:before {
  content: "\F06D";
}

.fa-eye:before {
  content: "\F06E";
}

.fa-eye-slash:before {
  content: "\F070";
}

.fa-exclamation-triangle:before,
.fa-warning:before {
  content: "\F071";
}

.fa-plane:before {
  content: "\F072";
}

.fa-calendar:before {
  content: "\F073";
}

.fa-random:before {
  content: "\F074";
}

.fa-comment:before {
  content: "\F075";
}

.fa-magnet:before {
  content: "\F076";
}

.fa-chevron-up:before {
  content: "\F077";
}

.fa-chevron-down:before {
  content: "\F078";
}

.fa-retweet:before {
  content: "\F079";
}

.fa-shopping-cart:before {
  content: "\F07A";
}

.fa-folder:before {
  content: "\F07B";
}

.fa-folder-open:before {
  content: "\F07C";
}

.fa-arrows-v:before {
  content: "\F07D";
}

.fa-arrows-h:before {
  content: "\F07E";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\F080";
}

.fa-twitter-square:before {
  content: "\F081";
}

.fa-facebook-square:before {
  content: "\F082";
}

.fa-camera-retro:before {
  content: "\F083";
}

.fa-key:before {
  content: "\F084";
}

.fa-cogs:before,
.fa-gears:before {
  content: "\F085";
}

.fa-comments:before {
  content: "\F086";
}

.fa-thumbs-o-up:before {
  content: "\F087";
}

.fa-thumbs-o-down:before {
  content: "\F088";
}

.fa-star-half:before {
  content: "\F089";
}

.fa-heart-o:before {
  content: "\F08A";
}

.fa-sign-out:before {
  content: "\F08B";
}

.fa-linkedin-square:before {
  content: "\F08C";
}

.fa-thumb-tack:before {
  content: "\F08D";
}

.fa-external-link:before {
  content: "\F08E";
}

.fa-sign-in:before {
  content: "\F090";
}

.fa-trophy:before {
  content: "\F091";
}

.fa-github-square:before {
  content: "\F092";
}

.fa-upload:before {
  content: "\F093";
}

.fa-lemon-o:before {
  content: "\F094";
}

.fa-phone:before {
  content: "\F095";
}

.fa-square-o:before {
  content: "\F096";
}

.fa-bookmark-o:before {
  content: "\F097";
}

.fa-phone-square:before {
  content: "\F098";
}

.fa-twitter:before {
  content: "\F099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\F09A";
}

.fa-github:before {
  content: "\F09B";
}

.fa-unlock:before {
  content: "\F09C";
}

.fa-credit-card:before {
  content: "\F09D";
}

.fa-feed:before,
.fa-rss:before {
  content: "\F09E";
}

.fa-hdd-o:before {
  content: "\F0A0";
}

.fa-bullhorn:before {
  content: "\F0A1";
}

.fa-bell:before {
  content: "\F0F3";
}

.fa-certificate:before {
  content: "\F0A3";
}

.fa-hand-o-right:before {
  content: "\F0A4";
}

.fa-hand-o-left:before {
  content: "\F0A5";
}

.fa-hand-o-up:before {
  content: "\F0A6";
}

.fa-hand-o-down:before {
  content: "\F0A7";
}

.fa-arrow-circle-left:before {
  content: "\F0A8";
}

.fa-arrow-circle-right:before {
  content: "\F0A9";
}

.fa-arrow-circle-up:before {
  content: "\F0AA";
}

.fa-arrow-circle-down:before {
  content: "\F0AB";
}

.fa-globe:before {
  content: "\F0AC";
}

.fa-wrench:before {
  content: "\F0AD";
}

.fa-tasks:before {
  content: "\F0AE";
}

.fa-filter:before {
  content: "\F0B0";
}

.fa-briefcase:before {
  content: "\F0B1";
}

.fa-arrows-alt:before {
  content: "\F0B2";
}

.fa-group:before,
.fa-users:before {
  content: "\F0C0";
}

.fa-chain:before,
.fa-link:before {
  content: "\F0C1";
}

.fa-cloud:before {
  content: "\F0C2";
}

.fa-flask:before {
  content: "\F0C3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\F0C4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\F0C5";
}

.fa-paperclip:before {
  content: "\F0C6";
}

.fa-floppy-o:before,
.fa-save:before {
  content: "\F0C7";
}

.fa-square:before {
  content: "\F0C8";
}

.fa-bars:before,
.fa-navicon:before,
.fa-reorder:before {
  content: "\F0C9";
}

.fa-list-ul:before {
  content: "\F0CA";
}

.fa-list-ol:before {
  content: "\F0CB";
}

.fa-strikethrough:before {
  content: "\F0CC";
}

.fa-underline:before {
  content: "\F0CD";
}

.fa-table:before {
  content: "\F0CE";
}

.fa-magic:before {
  content: "\F0D0";
}

.fa-truck:before {
  content: "\F0D1";
}

.fa-pinterest:before {
  content: "\F0D2";
}

.fa-pinterest-square:before {
  content: "\F0D3";
}

.fa-google-plus-square:before {
  content: "\F0D4";
}

.fa-google-plus:before {
  content: "\F0D5";
}

.fa-money:before {
  content: "\F0D6";
}

.fa-caret-down:before {
  content: "\F0D7";
}

.fa-caret-up:before {
  content: "\F0D8";
}

.fa-caret-left:before {
  content: "\F0D9";
}

.fa-caret-right:before {
  content: "\F0DA";
}

.fa-columns:before {
  content: "\F0DB";
}

.fa-sort:before,
.fa-unsorted:before {
  content: "\F0DC";
}

.fa-sort-desc:before,
.fa-sort-down:before {
  content: "\F0DD";
}

.fa-sort-asc:before,
.fa-sort-up:before {
  content: "\F0DE";
}

.fa-envelope:before {
  content: "\F0E0";
}

.fa-linkedin:before {
  content: "\F0E1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\F0E2";
}

.fa-gavel:before,
.fa-legal:before {
  content: "\F0E3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\F0E4";
}

.fa-comment-o:before {
  content: "\F0E5";
}

.fa-comments-o:before {
  content: "\F0E6";
}

.fa-bolt:before,
.fa-flash:before {
  content: "\F0E7";
}

.fa-sitemap:before {
  content: "\F0E8";
}

.fa-umbrella:before {
  content: "\F0E9";
}

.fa-clipboard:before,
.fa-paste:before {
  content: "\F0EA";
}

.fa-lightbulb-o:before {
  content: "\F0EB";
}

.fa-exchange:before {
  content: "\F0EC";
}

.fa-cloud-download:before {
  content: "\F0ED";
}

.fa-cloud-upload:before {
  content: "\F0EE";
}

.fa-user-md:before {
  content: "\F0F0";
}

.fa-stethoscope:before {
  content: "\F0F1";
}

.fa-suitcase:before {
  content: "\F0F2";
}

.fa-bell-o:before {
  content: "\F0A2";
}

.fa-coffee:before {
  content: "\F0F4";
}

.fa-cutlery:before {
  content: "\F0F5";
}

.fa-file-text-o:before {
  content: "\F0F6";
}

.fa-building-o:before {
  content: "\F0F7";
}

.fa-hospital-o:before {
  content: "\F0F8";
}

.fa-ambulance:before {
  content: "\F0F9";
}

.fa-medkit:before {
  content: "\F0FA";
}

.fa-fighter-jet:before {
  content: "\F0FB";
}

.fa-beer:before {
  content: "\F0FC";
}

.fa-h-square:before {
  content: "\F0FD";
}

.fa-plus-square:before {
  content: "\F0FE";
}

.fa-angle-double-left:before {
  content: "\F100";
}

.fa-angle-double-right:before {
  content: "\F101";
}

.fa-angle-double-up:before {
  content: "\F102";
}

.fa-angle-double-down:before {
  content: "\F103";
}

.fa-angle-left:before {
  content: "\F104";
}

.fa-angle-right:before {
  content: "\F105";
}

.fa-angle-up:before {
  content: "\F106";
}

.fa-angle-down:before {
  content: "\F107";
}

.fa-desktop:before {
  content: "\F108";
}

.fa-laptop:before {
  content: "\F109";
}

.fa-tablet:before {
  content: "\F10A";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\F10B";
}

.fa-circle-o:before {
  content: "\F10C";
}

.fa-quote-left:before {
  content: "\F10D";
}

.fa-quote-right:before {
  content: "\F10E";
}

.fa-spinner:before {
  content: "\F110";
}

.fa-circle:before {
  content: "\F111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\F112";
}

.fa-github-alt:before {
  content: "\F113";
}

.fa-folder-o:before {
  content: "\F114";
}

.fa-folder-open-o:before {
  content: "\F115";
}

.fa-smile-o:before {
  content: "\F118";
}

.fa-frown-o:before {
  content: "\F119";
}

.fa-meh-o:before {
  content: "\F11A";
}

.fa-gamepad:before {
  content: "\F11B";
}

.fa-keyboard-o:before {
  content: "\F11C";
}

.fa-flag-o:before {
  content: "\F11D";
}

.fa-flag-checkered:before {
  content: "\F11E";
}

.fa-terminal:before {
  content: "\F120";
}

.fa-code:before {
  content: "\F121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\F122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\F123";
}

.fa-location-arrow:before {
  content: "\F124";
}

.fa-crop:before {
  content: "\F125";
}

.fa-code-fork:before {
  content: "\F126";
}

.fa-chain-broken:before,
.fa-unlink:before {
  content: "\F127";
}

.fa-question:before {
  content: "\F128";
}

.fa-info:before {
  content: "\F129";
}

.fa-exclamation:before {
  content: "\F12A";
}

.fa-superscript:before {
  content: "\F12B";
}

.fa-subscript:before {
  content: "\F12C";
}

.fa-eraser:before {
  content: "\F12D";
}

.fa-puzzle-piece:before {
  content: "\F12E";
}

.fa-microphone:before {
  content: "\F130";
}

.fa-microphone-slash:before {
  content: "\F131";
}

.fa-shield:before {
  content: "\F132";
}

.fa-calendar-o:before {
  content: "\F133";
}

.fa-fire-extinguisher:before {
  content: "\F134";
}

.fa-rocket:before {
  content: "\F135";
}

.fa-maxcdn:before {
  content: "\F136";
}

.fa-chevron-circle-left:before {
  content: "\F137";
}

.fa-chevron-circle-right:before {
  content: "\F138";
}

.fa-chevron-circle-up:before {
  content: "\F139";
}

.fa-chevron-circle-down:before {
  content: "\F13A";
}

.fa-html5:before {
  content: "\F13B";
}

.fa-css3:before {
  content: "\F13C";
}

.fa-anchor:before {
  content: "\F13D";
}

.fa-unlock-alt:before {
  content: "\F13E";
}

.fa-bullseye:before {
  content: "\F140";
}

.fa-ellipsis-h:before {
  content: "\F141";
}

.fa-ellipsis-v:before {
  content: "\F142";
}

.fa-rss-square:before {
  content: "\F143";
}

.fa-play-circle:before {
  content: "\F144";
}

.fa-ticket:before {
  content: "\F145";
}

.fa-minus-square:before {
  content: "\F146";
}

.fa-minus-square-o:before {
  content: "\F147";
}

.fa-level-up:before {
  content: "\F148";
}

.fa-level-down:before {
  content: "\F149";
}

.fa-check-square:before {
  content: "\F14A";
}

.fa-pencil-square:before {
  content: "\F14B";
}

.fa-external-link-square:before {
  content: "\F14C";
}

.fa-share-square:before {
  content: "\F14D";
}

.fa-compass:before {
  content: "\F14E";
}

.fa-caret-square-o-down:before,
.fa-toggle-down:before {
  content: "\F150";
}

.fa-caret-square-o-up:before,
.fa-toggle-up:before {
  content: "\F151";
}

.fa-caret-square-o-right:before,
.fa-toggle-right:before {
  content: "\F152";
}

.fa-eur:before,
.fa-euro:before {
  content: "\F153";
}

.fa-gbp:before {
  content: "\F154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\F155";
}

.fa-inr:before,
.fa-rupee:before {
  content: "\F156";
}

.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
  content: "\F157";
}

.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
  content: "\F158";
}

.fa-krw:before,
.fa-won:before {
  content: "\F159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\F15A";
}

.fa-file:before {
  content: "\F15B";
}

.fa-file-text:before {
  content: "\F15C";
}

.fa-sort-alpha-asc:before {
  content: "\F15D";
}

.fa-sort-alpha-desc:before {
  content: "\F15E";
}

.fa-sort-amount-asc:before {
  content: "\F160";
}

.fa-sort-amount-desc:before {
  content: "\F161";
}

.fa-sort-numeric-asc:before {
  content: "\F162";
}

.fa-sort-numeric-desc:before {
  content: "\F163";
}

.fa-thumbs-up:before {
  content: "\F164";
}

.fa-thumbs-down:before {
  content: "\F165";
}

.fa-youtube-square:before {
  content: "\F166";
}

.fa-youtube:before {
  content: "\F167";
}

.fa-xing:before {
  content: "\F168";
}

.fa-xing-square:before {
  content: "\F169";
}

.fa-youtube-play:before {
  content: "\F16A";
}

.fa-dropbox:before {
  content: "\F16B";
}

.fa-stack-overflow:before {
  content: "\F16C";
}

.fa-instagram:before {
  content: "\F16D";
}

.fa-flickr:before {
  content: "\F16E";
}

.fa-adn:before {
  content: "\F170";
}

.fa-bitbucket:before {
  content: "\F171";
}

.fa-bitbucket-square:before {
  content: "\F172";
}

.fa-tumblr:before {
  content: "\F173";
}

.fa-tumblr-square:before {
  content: "\F174";
}

.fa-long-arrow-down:before {
  content: "\F175";
}

.fa-long-arrow-up:before {
  content: "\F176";
}

.fa-long-arrow-left:before {
  content: "\F177";
}

.fa-long-arrow-right:before {
  content: "\F178";
}

.fa-apple:before {
  content: "\F179";
}

.fa-windows:before {
  content: "\F17A";
}

.fa-android:before {
  content: "\F17B";
}

.fa-linux:before {
  content: "\F17C";
}

.fa-dribbble:before {
  content: "\F17D";
}

.fa-skype:before {
  content: "\F17E";
}

.fa-foursquare:before {
  content: "\F180";
}

.fa-trello:before {
  content: "\F181";
}

.fa-female:before {
  content: "\F182";
}

.fa-male:before {
  content: "\F183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\F184";
}

.fa-sun-o:before {
  content: "\F185";
}

.fa-moon-o:before {
  content: "\F186";
}

.fa-archive:before {
  content: "\F187";
}

.fa-bug:before {
  content: "\F188";
}

.fa-vk:before {
  content: "\F189";
}

.fa-weibo:before {
  content: "\F18A";
}

.fa-renren:before {
  content: "\F18B";
}

.fa-pagelines:before {
  content: "\F18C";
}

.fa-stack-exchange:before {
  content: "\F18D";
}

.fa-arrow-circle-o-right:before {
  content: "\F18E";
}

.fa-arrow-circle-o-left:before {
  content: "\F190";
}

.fa-caret-square-o-left:before,
.fa-toggle-left:before {
  content: "\F191";
}

.fa-dot-circle-o:before {
  content: "\F192";
}

.fa-wheelchair:before {
  content: "\F193";
}

.fa-vimeo-square:before {
  content: "\F194";
}

.fa-try:before,
.fa-turkish-lira:before {
  content: "\F195";
}

.fa-plus-square-o:before {
  content: "\F196";
}

.fa-space-shuttle:before {
  content: "\F197";
}

.fa-slack:before {
  content: "\F198";
}

.fa-envelope-square:before {
  content: "\F199";
}

.fa-wordpress:before {
  content: "\F19A";
}

.fa-openid:before {
  content: "\F19B";
}

.fa-bank:before,
.fa-institution:before,
.fa-university:before {
  content: "\F19C";
}

.fa-graduation-cap:before,
.fa-mortar-board:before {
  content: "\F19D";
}

.fa-yahoo:before {
  content: "\F19E";
}

.fa-google:before {
  content: "\F1A0";
}

.fa-reddit:before {
  content: "\F1A1";
}

.fa-reddit-square:before {
  content: "\F1A2";
}

.fa-stumbleupon-circle:before {
  content: "\F1A3";
}

.fa-stumbleupon:before {
  content: "\F1A4";
}

.fa-delicious:before {
  content: "\F1A5";
}

.fa-digg:before {
  content: "\F1A6";
}

.fa-pied-piper-pp:before {
  content: "\F1A7";
}

.fa-pied-piper-alt:before {
  content: "\F1A8";
}

.fa-drupal:before {
  content: "\F1A9";
}

.fa-joomla:before {
  content: "\F1AA";
}

.fa-language:before {
  content: "\F1AB";
}

.fa-fax:before {
  content: "\F1AC";
}

.fa-building:before {
  content: "\F1AD";
}

.fa-child:before {
  content: "\F1AE";
}

.fa-paw:before {
  content: "\F1B0";
}

.fa-spoon:before {
  content: "\F1B1";
}

.fa-cube:before {
  content: "\F1B2";
}

.fa-cubes:before {
  content: "\F1B3";
}

.fa-behance:before {
  content: "\F1B4";
}

.fa-behance-square:before {
  content: "\F1B5";
}

.fa-steam:before {
  content: "\F1B6";
}

.fa-steam-square:before {
  content: "\F1B7";
}

.fa-recycle:before {
  content: "\F1B8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\F1B9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\F1BA";
}

.fa-tree:before {
  content: "\F1BB";
}

.fa-spotify:before {
  content: "\F1BC";
}

.fa-deviantart:before {
  content: "\F1BD";
}

.fa-soundcloud:before {
  content: "\F1BE";
}

.fa-database:before {
  content: "\F1C0";
}

.fa-file-pdf-o:before {
  content: "\F1C1";
}

.fa-file-word-o:before {
  content: "\F1C2";
}

.fa-file-excel-o:before {
  content: "\F1C3";
}

.fa-file-powerpoint-o:before {
  content: "\F1C4";
}

.fa-file-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
  content: "\F1C5";
}

.fa-file-archive-o:before,
.fa-file-zip-o:before {
  content: "\F1C6";
}

.fa-file-audio-o:before,
.fa-file-sound-o:before {
  content: "\F1C7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\F1C8";
}

.fa-file-code-o:before {
  content: "\F1C9";
}

.fa-vine:before {
  content: "\F1CA";
}

.fa-codepen:before {
  content: "\F1CB";
}

.fa-jsfiddle:before {
  content: "\F1CC";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-ring:before,
.fa-life-saver:before,
.fa-support:before {
  content: "\F1CD";
}

.fa-circle-o-notch:before {
  content: "\F1CE";
}

.fa-ra:before,
.fa-rebel:before,
.fa-resistance:before {
  content: "\F1D0";
}

.fa-empire:before,
.fa-ge:before {
  content: "\F1D1";
}

.fa-git-square:before {
  content: "\F1D2";
}

.fa-git:before {
  content: "\F1D3";
}

.fa-hacker-news:before,
.fa-y-combinator-square:before,
.fa-yc-square:before {
  content: "\F1D4";
}

.fa-tencent-weibo:before {
  content: "\F1D5";
}

.fa-qq:before {
  content: "\F1D6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\F1D7";
}

.fa-paper-plane:before,
.fa-send:before {
  content: "\F1D8";
}

.fa-paper-plane-o:before,
.fa-send-o:before {
  content: "\F1D9";
}

.fa-history:before {
  content: "\F1DA";
}

.fa-circle-thin:before {
  content: "\F1DB";
}

.fa-header:before {
  content: "\F1DC";
}

.fa-paragraph:before {
  content: "\F1DD";
}

.fa-sliders:before {
  content: "\F1DE";
}

.fa-share-alt:before {
  content: "\F1E0";
}

.fa-share-alt-square:before {
  content: "\F1E1";
}

.fa-bomb:before {
  content: "\F1E2";
}

.fa-futbol-o:before,
.fa-soccer-ball-o:before {
  content: "\F1E3";
}

.fa-tty:before {
  content: "\F1E4";
}

.fa-binoculars:before {
  content: "\F1E5";
}

.fa-plug:before {
  content: "\F1E6";
}

.fa-slideshare:before {
  content: "\F1E7";
}

.fa-twitch:before {
  content: "\F1E8";
}

.fa-yelp:before {
  content: "\F1E9";
}

.fa-newspaper-o:before {
  content: "\F1EA";
}

.fa-wifi:before {
  content: "\F1EB";
}

.fa-calculator:before {
  content: "\F1EC";
}

.fa-paypal:before {
  content: "\F1ED";
}

.fa-google-wallet:before {
  content: "\F1EE";
}

.fa-cc-visa:before {
  content: "\F1F0";
}

.fa-cc-mastercard:before {
  content: "\F1F1";
}

.fa-cc-discover:before {
  content: "\F1F2";
}

.fa-cc-amex:before {
  content: "\F1F3";
}

.fa-cc-paypal:before {
  content: "\F1F4";
}

.fa-cc-stripe:before {
  content: "\F1F5";
}

.fa-bell-slash:before {
  content: "\F1F6";
}

.fa-bell-slash-o:before {
  content: "\F1F7";
}

.fa-trash:before {
  content: "\F1F8";
}

.fa-copyright:before {
  content: "\F1F9";
}

.fa-at:before {
  content: "\F1FA";
}

.fa-eyedropper:before {
  content: "\F1FB";
}

.fa-paint-brush:before {
  content: "\F1FC";
}

.fa-birthday-cake:before {
  content: "\F1FD";
}

.fa-area-chart:before {
  content: "\F1FE";
}

.fa-pie-chart:before {
  content: "\F200";
}

.fa-line-chart:before {
  content: "\F201";
}

.fa-lastfm:before {
  content: "\F202";
}

.fa-lastfm-square:before {
  content: "\F203";
}

.fa-toggle-off:before {
  content: "\F204";
}

.fa-toggle-on:before {
  content: "\F205";
}

.fa-bicycle:before {
  content: "\F206";
}

.fa-bus:before {
  content: "\F207";
}

.fa-ioxhost:before {
  content: "\F208";
}

.fa-angellist:before {
  content: "\F209";
}

.fa-cc:before {
  content: "\F20A";
}

.fa-ils:before,
.fa-shekel:before,
.fa-sheqel:before {
  content: "\F20B";
}

.fa-meanpath:before {
  content: "\F20C";
}

.fa-buysellads:before {
  content: "\F20D";
}

.fa-connectdevelop:before {
  content: "\F20E";
}

.fa-dashcube:before {
  content: "\F210";
}

.fa-forumbee:before {
  content: "\F211";
}

.fa-leanpub:before {
  content: "\F212";
}

.fa-sellsy:before {
  content: "\F213";
}

.fa-shirtsinbulk:before {
  content: "\F214";
}

.fa-simplybuilt:before {
  content: "\F215";
}

.fa-skyatlas:before {
  content: "\F216";
}

.fa-cart-plus:before {
  content: "\F217";
}

.fa-cart-arrow-down:before {
  content: "\F218";
}

.fa-diamond:before {
  content: "\F219";
}

.fa-ship:before {
  content: "\F21A";
}

.fa-user-secret:before {
  content: "\F21B";
}

.fa-motorcycle:before {
  content: "\F21C";
}

.fa-street-view:before {
  content: "\F21D";
}

.fa-heartbeat:before {
  content: "\F21E";
}

.fa-venus:before {
  content: "\F221";
}

.fa-mars:before {
  content: "\F222";
}

.fa-mercury:before {
  content: "\F223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\F224";
}

.fa-transgender-alt:before {
  content: "\F225";
}

.fa-venus-double:before {
  content: "\F226";
}

.fa-mars-double:before {
  content: "\F227";
}

.fa-venus-mars:before {
  content: "\F228";
}

.fa-mars-stroke:before {
  content: "\F229";
}

.fa-mars-stroke-v:before {
  content: "\F22A";
}

.fa-mars-stroke-h:before {
  content: "\F22B";
}

.fa-neuter:before {
  content: "\F22C";
}

.fa-genderless:before {
  content: "\F22D";
}

.fa-facebook-official:before {
  content: "\F230";
}

.fa-pinterest-p:before {
  content: "\F231";
}

.fa-whatsapp:before {
  content: "\F232";
}

.fa-server:before {
  content: "\F233";
}

.fa-user-plus:before {
  content: "\F234";
}

.fa-user-times:before {
  content: "\F235";
}

.fa-bed:before,
.fa-hotel:before {
  content: "\F236";
}

.fa-viacoin:before {
  content: "\F237";
}

.fa-train:before {
  content: "\F238";
}

.fa-subway:before {
  content: "\F239";
}

.fa-medium:before {
  content: "\F23A";
}

.fa-y-combinator:before,
.fa-yc:before {
  content: "\F23B";
}

.fa-optin-monster:before {
  content: "\F23C";
}

.fa-opencart:before {
  content: "\F23D";
}

.fa-expeditedssl:before {
  content: "\F23E";
}

.fa-battery-4:before,
.fa-battery-full:before {
  content: "\F240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\F241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\F242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\F243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\F244";
}

.fa-mouse-pointer:before {
  content: "\F245";
}

.fa-i-cursor:before {
  content: "\F246";
}

.fa-object-group:before {
  content: "\F247";
}

.fa-object-ungroup:before {
  content: "\F248";
}

.fa-sticky-note:before {
  content: "\F249";
}

.fa-sticky-note-o:before {
  content: "\F24A";
}

.fa-cc-jcb:before {
  content: "\F24B";
}

.fa-cc-diners-club:before {
  content: "\F24C";
}

.fa-clone:before {
  content: "\F24D";
}

.fa-balance-scale:before {
  content: "\F24E";
}

.fa-hourglass-o:before {
  content: "\F250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\F251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\F252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\F253";
}

.fa-hourglass:before {
  content: "\F254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\F255";
}

.fa-hand-paper-o:before,
.fa-hand-stop-o:before {
  content: "\F256";
}

.fa-hand-scissors-o:before {
  content: "\F257";
}

.fa-hand-lizard-o:before {
  content: "\F258";
}

.fa-hand-spock-o:before {
  content: "\F259";
}

.fa-hand-pointer-o:before {
  content: "\F25A";
}

.fa-hand-peace-o:before {
  content: "\F25B";
}

.fa-trademark:before {
  content: "\F25C";
}

.fa-registered:before {
  content: "\F25D";
}

.fa-creative-commons:before {
  content: "\F25E";
}

.fa-gg:before {
  content: "\F260";
}

.fa-gg-circle:before {
  content: "\F261";
}

.fa-tripadvisor:before {
  content: "\F262";
}

.fa-odnoklassniki:before {
  content: "\F263";
}

.fa-odnoklassniki-square:before {
  content: "\F264";
}

.fa-get-pocket:before {
  content: "\F265";
}

.fa-wikipedia-w:before {
  content: "\F266";
}

.fa-safari:before {
  content: "\F267";
}

.fa-chrome:before {
  content: "\F268";
}

.fa-firefox:before {
  content: "\F269";
}

.fa-opera:before {
  content: "\F26A";
}

.fa-internet-explorer:before {
  content: "\F26B";
}

.fa-television:before,
.fa-tv:before {
  content: "\F26C";
}

.fa-contao:before {
  content: "\F26D";
}

.fa-500px:before {
  content: "\F26E";
}

.fa-amazon:before {
  content: "\F270";
}

.fa-calendar-plus-o:before {
  content: "\F271";
}

.fa-calendar-minus-o:before {
  content: "\F272";
}

.fa-calendar-times-o:before {
  content: "\F273";
}

.fa-calendar-check-o:before {
  content: "\F274";
}

.fa-industry:before {
  content: "\F275";
}

.fa-map-pin:before {
  content: "\F276";
}

.fa-map-signs:before {
  content: "\F277";
}

.fa-map-o:before {
  content: "\F278";
}

.fa-map:before {
  content: "\F279";
}

.fa-commenting:before {
  content: "\F27A";
}

.fa-commenting-o:before {
  content: "\F27B";
}

.fa-houzz:before {
  content: "\F27C";
}

.fa-vimeo:before {
  content: "\F27D";
}

.fa-black-tie:before {
  content: "\F27E";
}

.fa-fonticons:before {
  content: "\F280";
}

.fa-reddit-alien:before {
  content: "\F281";
}

.fa-edge:before {
  content: "\F282";
}

.fa-credit-card-alt:before {
  content: "\F283";
}

.fa-codiepie:before {
  content: "\F284";
}

.fa-modx:before {
  content: "\F285";
}

.fa-fort-awesome:before {
  content: "\F286";
}

.fa-usb:before {
  content: "\F287";
}

.fa-product-hunt:before {
  content: "\F288";
}

.fa-mixcloud:before {
  content: "\F289";
}

.fa-scribd:before {
  content: "\F28A";
}

.fa-pause-circle:before {
  content: "\F28B";
}

.fa-pause-circle-o:before {
  content: "\F28C";
}

.fa-stop-circle:before {
  content: "\F28D";
}

.fa-stop-circle-o:before {
  content: "\F28E";
}

.fa-shopping-bag:before {
  content: "\F290";
}

.fa-shopping-basket:before {
  content: "\F291";
}

.fa-hashtag:before {
  content: "\F292";
}

.fa-bluetooth:before {
  content: "\F293";
}

.fa-bluetooth-b:before {
  content: "\F294";
}

.fa-percent:before {
  content: "\F295";
}

.fa-gitlab:before {
  content: "\F296";
}

.fa-wpbeginner:before {
  content: "\F297";
}

.fa-wpforms:before {
  content: "\F298";
}

.fa-envira:before {
  content: "\F299";
}

.fa-universal-access:before {
  content: "\F29A";
}

.fa-wheelchair-alt:before {
  content: "\F29B";
}

.fa-question-circle-o:before {
  content: "\F29C";
}

.fa-blind:before {
  content: "\F29D";
}

.fa-audio-description:before {
  content: "\F29E";
}

.fa-volume-control-phone:before {
  content: "\F2A0";
}

.fa-braille:before {
  content: "\F2A1";
}

.fa-assistive-listening-systems:before {
  content: "\F2A2";
}

.fa-american-sign-language-interpreting:before,
.fa-asl-interpreting:before {
  content: "\F2A3";
}

.fa-deaf:before,
.fa-deafness:before,
.fa-hard-of-hearing:before {
  content: "\F2A4";
}

.fa-glide:before {
  content: "\F2A5";
}

.fa-glide-g:before {
  content: "\F2A6";
}

.fa-sign-language:before,
.fa-signing:before {
  content: "\F2A7";
}

.fa-low-vision:before {
  content: "\F2A8";
}

.fa-viadeo:before {
  content: "\F2A9";
}

.fa-viadeo-square:before {
  content: "\F2AA";
}

.fa-snapchat:before {
  content: "\F2AB";
}

.fa-snapchat-ghost:before {
  content: "\F2AC";
}

.fa-snapchat-square:before {
  content: "\F2AD";
}

.fa-pied-piper:before {
  content: "\F2AE";
}

.fa-first-order:before {
  content: "\F2B0";
}

.fa-yoast:before {
  content: "\F2B1";
}

.fa-themeisle:before {
  content: "\F2B2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\F2B3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\F2B4";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

@font-face {
  font-family: icomoon;
  src: url(/fonts/icomoon.eot?eb0cbc90edaa3832ae9f0d3f9e15dc55);
  src: url(/fonts/icomoon.eot?eb0cbc90edaa3832ae9f0d3f9e15dc55) format("embedded-opentype"), url(/fonts/icomoon.ttf?69639bb746f704cd483da63007fd4b2f) format("truetype"), url(/fonts/icomoon.woff?079d777685fba43f32af64df587d23b4) format("woff"), url(/fonts/icomoon.svg?102c60aa0a428b74c09f77917cc73c2b) format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

[class*=" icon-"],
[class^=icon-] {
  font-family: icomoon !important;
  speak: never;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-angle-down:before {
  content: "\E900";
}

.icon-angle-left:before {
  content: "\E901";
}

.icon-angle-r-down:before {
  content: "\E902";
}

.icon-angle-right:before {
  content: "\E903";
}

.icon-angle-r-left:before {
  content: "\E904";
}

.icon-angle-r-right:before {
  content: "\E905";
}

.icon-angle-r-up:before {
  content: "\E906";
}

.icon-angle-up:before {
  content: "\E907";
}

.icon-arrow-down:before {
  content: "\E908";
}

.icon-arrow-left:before {
  content: "\E909";
}

.icon-arrow-r-down:before {
  content: "\E90A";
}

.icon-arrow-right:before {
  content: "\E90B";
}

.icon-arrow-r-left:before {
  content: "\E90C";
}

.icon-arrow-r-right:before {
  content: "\E90D";
}

.icon-arrow-r-up:before {
  content: "\E90E";
}

.icon-arrow-up:before {
  content: "\E90F";
}

.icon-basket-r:before {
  content: "\E910";
}

.icon-carret-down:before {
  content: "\E911";
}

.icon-cart:before {
  content: "\E912";
}

.icon-cart-r:before {
  content: "\E913";
}

.icon-check:before {
  content: "\E914";
}

.icon-check-r:before {
  content: "\E915";
}

.icon-close:before {
  content: "\E916";
}

.icon-close-r:before {
  content: "\E917";
}

.icon-cofg:before {
  content: "\E918";
}

.icon-compare:before {
  content: "\E919";
}

.icon-compare-r:before {
  content: "\E91A";
}

.icon-delete:before {
  content: "\E91B";
}

.icon-delete-r:before {
  content: "\E91C";
}

.icon-fb:before {
  content: "\E91D";
}

.icon-fb-r:before {
  content: "\E91E";
}

.icon-home:before {
  content: "\E91F";
}

.icon-home-r:before {
  content: "\E920";
}

.icon-instagram:before {
  content: "\E921";
}

.icon-instagram-r:before {
  content: "\E922";
}

.icon-jam-message:before {
  content: "\E923";
}

.icon-jam-message-r:before {
  content: "\E924";
}

.icon-like:before {
  content: "\E925";
}

.icon-like-r:before {
  content: "\E926";
}

.icon-linkto:before {
  content: "\E927";
}

.icon-mail:before {
  content: "\E928";
}

.icon-mail-r:before {
  content: "\E929";
}

.icon-map-marker:before {
  content: "\E92A";
}

.icon-odnoklassniki:before {
  content: "\E92C";
}

.icon-odnoklassniki-r:before {
  content: "\E92D";
}

.icon-pdf:before {
  content: "\E92E";
}

.icon-phone:before {
  content: "\E92F";
}

.icon-phone-call:before {
  content: "\E930";
}

.icon-phone-call-r:before {
  content: "\E931";
}

.icon-phone-circle:before {
  content: "\E932";
}

.icon-phone-circle-r:before {
  content: "\E933";
}

.icon-phone-cirle:before {
  content: "\E934";
}

.icon-phone-r:before {
  content: "\E935";
}

.icon-play-cicle:before {
  content: "\E936";
}

.icon-play-cicle-r:before {
  content: "\E937";
}

.icon-resize:before {
  content: "\E938";
}

.icon-resize-r:before {
  content: "\E939";
}

.icon-search-left:before {
  content: "\E93A";
}

.icon-search-left-r:before {
  content: "\E93B";
}

.icon-search-right:before {
  content: "\E93C";
}

.icon-search-right-r:before {
  content: "\E93D";
}

.icon-setting:before {
  content: "\E93E";
}

.icon-setting-r:before {
  content: "\E93F";
}

.icon-star:before {
  content: "\E940";
}

.icon-star-r:before {
  content: "\E941";
}

.icon-telegram:before {
  content: "\E942";
}

.icon-telegram-r:before {
  content: "\E943";
}

.icon-twitter:before {
  content: "\E944";
}

.icon-twitter-r:before {
  content: "\E945";
}

.icon-user-circle:before {
  content: "\E946";
}

.icon-user-circle-r:before {
  content: "\E947";
}

.icon-viber:before {
  content: "\E948";
}

.icon-viber-r:before {
  content: "\E949";
}

.icon-vk:before {
  content: "\E94A";
}

.icon-vk-r:before {
  content: "\E94B";
}

.icon-whatsapp:before {
  content: "\E94C";
}

.icon-whatsapp-r:before {
  content: "\E94D";
}

.icon-youtube:before {
  content: "\E94E";
}

.icon-youtube-r:before {
  content: "\E94F";
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
command,
datalist,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
keygen,
label,
legend,
li,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
s,
samp,
section,
small,
source,
span,
strike,
strong,
sub,
sup,
table,
tbody,
tdvideo,
tfoot,
th,
thead,
tr,
tt,
u,
ul,
var {
  background: 0 0;
  border: 0 none;
  font-size: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: top;
}

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

table,
table td {
  padding: 0;
  border: none;
  border-collapse: collapse;
}

embed,
img {
  vertical-align: top;
}

article,
aside,
audio,
canvas,
command,
datalist,
details,
embed,
figcaption,
figure,
footer,
header,
hgroup,
keygen,
meter,
nav,
output,
progress,
section,
source,
video {
  display: block;
}

mark,
rp,
rt,
ruby,
summary,
time {
  display: inline;
}

body {
  position: relative;
  padding: 0;
  margin: 0;
  min-width: 320px;
  color: #000;
  font-size: 16px;
  font-family: sans-serif;
  line-height: 1.5;
  font-weight: 400;
  font-family: Manrope, sans-serif, sans-serif;
  background: #fff;
  overflow-x: hidden;
}

body.noscroll {
  overflow: hidden;
}

button,
input,
select,
textarea {
  display: inline-block;
  padding: 0;
  background: 0 0;
  border: none;
  outline: 0;
  color: #000;
  font-size: 16px;
  font-family: Manrope, sans-serif, sans-serif;
  transition: all 0.3s ease;
}

input,
select,
textarea {
  width: 100%;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.7);
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.7);
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.7);
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.7);
}

input::placeholder,
textarea::placeholder {
  color: rgba(0, 0, 0, 0.7);
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: transparent;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
  color: transparent;
}

input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
  color: transparent;
}

input:focus::placeholder,
textarea:focus::placeholder {
  color: transparent;
}

input:focus::-moz-placeholder {
  color: transparent !important;
}

input:focus:-ms-input-placeholder {
  color: transparent !important;
}

input:focus::placeholder {
  color: transparent !important;
}

textarea:focus::-moz-placeholder {
  color: transparent !important;
}

textarea:focus:-ms-input-placeholder {
  color: transparent !important;
}

textarea:focus::placeholder {
  color: transparent !important;
}

a,
button {
  display: inline-block;
  cursor: pointer;
  transition: all 0.3s ease;
}

a i,
a img,
a path,
a span,
a svg,
button i,
button img,
button path,
button span,
button svg {
  transition: all 0.3s ease;
}

a,
a:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: 400;
}

.bold,
.strong,
strong,
th {
  font-weight: 700;
}

img {
  max-width: 100%;
  height: auto;
}

hr {
  width: 100%;
  margin: 20px 0;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

section {
  position: relative;
}

::-moz-selection {
  color: #fff;
  background: #0200a8;
}

::selection {
  color: #fff;
  background: #0200a8;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.ttu {
  text-transform: uppercase;
}

.db {
  display: block;
}

.hidden {
  display: none;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt60 {
  margin-top: 60px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb100 {
  margin-bottom: 100px;
}

.mb120 {
  margin-bottom: 120px;
}

.mr10 {
  margin-right: 10px;
}

.mr15 {
  margin-right: 15px;
}

.mr20 {
  margin-right: 20px;
}

.mr30 {
  margin-right: 20px;
}

.mr40 {
  margin-right: 40px;
}

.w100 {
  width: 100%;
}

.container {
  transition: all 0.3s ease;
}

.flb-wr {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
}

.flb-wr > * {
  margin-left: 20px;
}

.flb-cc {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.flb-csb {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.flb-cs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.flb-sb {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.flb-sc {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.flb-csb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.flb-ss {
  display: flex;
  flex-wrap: wrap;
}

.flb-sar {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.nowrap {
  font-weight: nowrap;
}

.als {
  align-items: flex-start;
}

.black-color {
  color: #000;
}

.green-color {
  color: #54a14d;
}

.red-color {
  color: red;
}

.small {
  color: rgba(0, 0, 0, 0.5);
  font-size: 12px;
  font-weight: 700;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
  z-index: 20;
  top: 160px;
  transition: all 0.3s ease;
}

.sticky.animated {
  top: 100px;
}

.content-box {
  background: #f7f8fb;
  box-shadow: inset 0 0 6px #f3f5f9;
  border-radius: 4px;
  padding: 38px 53px;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: #282828;
  opacity: 0.8;
}

.section-title {
  font-weight: 800;
  font-size: 28px;
  line-height: 38px;
  color: #282828;
  display: flex;
  align-items: flex-end;
}

.section-title::after {
  display: block;
  margin-left: 50px;
  transform: translateY(-16px);
  content: "";
  height: 4px;
  width: 100%;
  background: #f1f1f1;
  border-radius: 122px;
}

.section-title.nowrap {
  white-space: nowrap;
}

.section-title a {
  display: inline;
  color: #0200a9;
  border-bottom: 1px solid rgba(2, 0, 169, 0.3);
  transition: all 0s;
  margin-left: 10px;
}

.section-title a:hover {
  border-color: rgba(255, 0, 0, 0.7);
  color: red;
}

.section-title span {
  color: #0200a9;
}

.section-title.no-decor {
  display: block;
}

.section-title.no-decor::after {
  display: none;
}

.messengers a {
  transition: all 0s;
}

.messengers a:not(:last-child) {
  margin-right: 7px;
}

.messengers a:hover {
  opacity: 0.7;
}

.social a {
  transition: all 0s;
  color: #a4a4b6;
}

.social a:hover {
  color: red;
}

.social a:not(:last-child) {
  margin-right: 8px;
}

.social a svg {
  transition: all 0s;
}

.social a svg path {
  transition: all 0s;
}

.email {
  font-size: 12px;
  line-height: 16px;
  color: #282828;
  border-bottom: 1px solid rgba(40, 40, 40, 0.3);
  transition: all 0s;
  position: relative;
}

.email::before {
  content: "";
  position: absolute;
  height: 40px;
  width: 1px;
  background-color: #dadada;
  top: 50%;
  transform: translateY(-50%);
  left: -10px;
}

.email:hover {
  border-color: rgba(255, 0, 0, 0.7);
  color: red;
}

.menu__item:hover span {
  border-color: rgba(255, 0, 0, 0.7);
  color: red;
}

.menu__item:not(:last-child) {
  margin-right: 20px;
}

.menu__item:first-child {
  margin-right: 40px;
  position: relative;
}

.menu__item:first-child::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  background-color: rgba(54, 68, 95, 0.1);
  top: 0;
  right: -20px;
}

.menu__item img {
  display: block;
  margin: 0 auto 4px;
}

.menu__item span {
  display: block;
  font-weight: 600;
  font-size: 9.8px;
  line-height: 14px;
  color: #282828;
  border-bottom: 1px solid rgba(40, 40, 40, 0.3);
  transition: all 0s;
}

.language {
  background: #eaeaea;
  height: 40px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.language .icon-angle-down {
  color: #b3b3b3;
  margin-left: 4px;
  margin-top: 2px;
  font-size: 10px;
}

.language__wrapp {
  margin-right: 20px;
  position: relative;
}

.language__wrapp:hover .language {
  background: #282828;
}

.language__wrapp:hover .language__dropdown {
  opacity: 1;
  pointer-events: initial;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  top: 40px;
}

.language__dropdown {
  position: absolute;
  top: 60px;
  left: 0;
  width: 287px;
  padding: 17px 20px 22px 20px;
  text-align: left;
  transition: all 0.3s ease;
  opacity: 0;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #fff;
  box-shadow: 0 4px 19px rgba(0, 0, 0, 0.07);
  border-radius: 0 0 12px 12px;
  z-index: 50;
}

.language__dropdown li {
  font-weight: 500;
  font-size: 13px;
  line-height: 18px;
  width: calc(50% - 10px);
  display: inline-block;
}

.language__dropdown li a {
  color: #282828;
  transition: all 0s;
}

.language__dropdown li a:hover {
  color: red;
}

.language__dropdown li a:hover span {
  border-color: rgba(255, 0, 0, 0.7);
}

.language__dropdown li a img {
  margin-right: 12px;
}

.language__dropdown li a span {
  border-bottom: 1px solid rgba(40, 40, 40, 0.3);
  transition: all 0s;
}

.phones a {
  font-weight: 700;
  font-size: 15px;
  line-height: 22px;
  text-align: right;
  color: #282828;
  display: block;
  transition: all 0s;
  border-bottom: 1px dotted rgba(40, 40, 40, 0.3);
}

.phones a:hover {
  color: red;
  border-color: red;
}

.page__link a,
.page__link div {
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  color: #6f7c80;
  border: 1px solid rgba(40, 40, 40, 0.15);
  border-radius: 50px;
  padding: 10px 21px;
  transition: all 0s;
  margin-bottom: 10px;
  display: inline-block;
  cursor: pointer;
}

.page__link a:hover,
.page__link div:hover {
  color: red;
}

.page__link a:hover span,
.page__link div:hover span {
  border-color: red;
}

.page__link a.active,
.page__link div.active {
  background: #0200a9;
  color: #fff;
}

.page__link a.active:hover,
.page__link div.active:hover {
  cursor: auto;
}

.page__link a.active span,
.page__link div.active span {
  border-color: transparent;
}

.page__link a:not(:last-child),
.page__link div:not(:last-child) {
  margin-right: 11px;
}

.page__link a span,
.page__link div span {
  border-bottom: 1px dotted rgba(111, 124, 128, 0.3);
  transition: all 0s;
}

.page__link a span.solid,
.page__link div span.solid {
  border-style: solid;
}

.page__link-2 a {
  font-weight: 600;
  font-size: 11px;
  line-height: 15px;
  color: #282828;
  padding: 12px 30px;
  border: 1px solid #f0f0f0;
  border-radius: 6px;
  margin-bottom: 10px;
  transition: all 0s;
}

.page__link-2 a:not(:last-child) {
  margin-right: 20px;
}

.page__link-2 a:hover {
  color: red;
  border-color: red;
}

.page__link-2 a:hover span {
  border-color: rgba(255, 0, 0, 0.7);
}

.page__link-2 span {
  border-bottom: 1px solid rgba(40, 40, 40, 0.3);
  transition: all 0s;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding: 14px 18px;
  color: #fff;
  font-size: 14px;
  line-height: 19px;
  font-weight: 700;
  border-radius: 4px;
  transition: all 0s;
}

.btn span {
  border-bottom: 1px dotted rgba(255, 255, 255, 0.7);
  transition: all 0s;
}

.btn:hover span {
  border-color: #fff;
}

.btn.red {
  background-color: red;
}

.btn.red:hover {
  background-color: #b30000;
}

.btn.blue {
  background-color: #0200a9;
}

.btn.blue:hover {
  background-color: red;
}

.btn.gray {
  background: #f7f8fb;
  color: #282828;
}

.btn.gray:hover {
  background-color: red;
  color: #fff;
}

.btn.gray:hover span {
  border-color: #fff;
}

.btn.gray span {
  border-color: rgba(40, 40, 40, 0.3);
}

.btn.brdgrey-in-red {
  border: 1px solid rgba(40, 40, 40, 0.3);
}

.btn.brdgrey-in-red:hover {
  background: red;
  border-color: red;
}

.btn.brdgrey-in-red:hover span {
  color: #fff;
  border-color: #fff;
}

.btn.brdgrey-in-red:hover span.dotted {
  border-color: #fff;
}

.btn.brdgrey-in-red span {
  color: #6f7c80;
  font-size: 14px;
  border-bottom: 1px solid rgba(111, 124, 128, 0.3);
}

.btn.brdgrey-in-red span.dotted {
  border-bottom: 1px dotted rgba(111, 124, 128, 0.7);
}

.btn.h36 {
  height: 36px;
  padding: 7px 18px 8px;
}

.btn.brd122 {
  border-radius: 122px;
}

.btn.hidden {
  display: none;
}

.input {
  padding: 0 15px;
  height: 44px;
  color: #000;
  line-height: 21px;
  font-size: 14px;
  font-weight: 500;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
}

.input:focus {
  border-color: rgba(0, 0, 0, 0.3);
}

.input:focus:placeholder {
  color: transparent;
}

.input.error {
  border-color: red !important;
}

.input.textarea {
  padding-top: 10px;
  line-height: 21px;
  height: 112px;
  resize: none;
}

.input + .error-text {
  display: none;
  position: absolute;
  z-index: 5;
  top: 0;
  right: 0;
  padding: 3px 8px;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.01em;
  background: red;
  border-radius: 0 4px 0 4px;
  pointer-events: none;
}

.input-wrap {
  position: relative;
}

.input-wrap.focus .label-input {
  opacity: 0.5;
  top: 5px;
  font-size: 0.6rem;
}

.input-wrap .label {
  display: block;
  margin-bottom: 8px;
  color: #838383;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.input-wrap .label span {
  color: red;
}

.input-wrap .label-input {
  position: absolute;
  left: 20px;
  top: 10px;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  pointer-events: none;
  transition: 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}

.input-wrap .label-input span {
  color: red;
}

.input-wrap .input {
  line-height: 16px;
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  color: #282828;
}

.input-wrap .input.textarea {
  padding-top: 32px;
  height: 120px;
}

.input-wrap .error-text {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  padding: 3px 8px;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.01em;
  background: red;
  border-radius: 0 4px 0 4px;
}

.custom-select {
  position: relative;
  z-index: 5;
  background: #fff;
  border-radius: 8px;
}

.custom-select:first-child {
  z-index: 22;
}

.custom-select.z10 {
  z-index: 10 !important;
}

.custom-select.z12 {
  z-index: 12 !important;
}

.custom-select.z15 {
  z-index: 15 !important;
}

.custom-select.z18 {
  z-index: 18 !important;
}

.custom-select.z20 {
  z-index: 20 !important;
}

.custom-select.z22 {
  z-index: 22 !important;
}

.custom-select.z25 {
  z-index: 25 !important;
}

.custom-select.single-select {
  width: 100%;
}

.custom-select__header {
  position: relative;
  z-index: 5;
  padding: 10px 15px;
  height: 48px;
  width: 100%;
  text-align: left;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-weight: 800;
  font-size: 12px;
  line-height: 16px;
  color: #282828;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
}

.custom-select__header.open .icon {
  transform: translateY(-50%) rotate(-180deg);
}

.custom-select__header.error {
  border-color: #ff5c5c;
}

.custom-select__header .label-select {
  margin: 0 0 4px;
  color: rgba(40, 40, 40, 0.8);
  font-size: 0.6275rem;
  font-weight: 500;
}

.custom-select__header img {
  margin-right: 15px;
}

.custom-select__header .sm {
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  color: #838383;
}

.custom-select__header .select-props {
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  color: #282828;
  display: none;
}

.custom-select__header .icon {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  color: #b4aeae;
  font-size: 14px;
  transition: all 0.3s;
}

.custom-select__body {
  display: none;
  position: absolute;
  left: 0;
  top: 10px;
  padding: 40px 20px 12px;
  max-height: 352px;
  overflow: auto;
  width: 100%;
  text-align: left;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
}

.custom-select__body .props {
  display: flex;
  align-items: center;
  padding: 12px 0;
  padding: 5px 0;
  margin: 3px 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.01em;
  color: #282828;
  cursor: pointer;
  transition: all 0s;
}

.custom-select__body .props > span > span {
  padding-bottom: 3px;
  border-bottom: 1px solid rgba(53, 85, 142, 0.1);
  transition: all 0.3s;
}

.custom-select__body .props:last-child {
  border: 0;
}

.custom-select__body .props.active,
.custom-select__body .props:hover {
  color: red;
}

.custom-select__body .props.active span,
.custom-select__body .props:hover span {
  border-color: red;
}

.custom-select__body .props img {
  margin-right: 15px;
}

.flex-checkbox {
  position: relative;
  display: inline-flex;
  text-align: left;
  font-size: 14px;
}

.flex-checkbox.active {
  cursor: default;
}

.flex-checkbox.active .checkbox-custom {
  cursor: default;
}

.flex-checkbox.active .text {
  cursor: default;
}

.flex-checkbox .checkbox {
  position: absolute;
  left: 5px;
  top: 0;
  width: 20px !important;
  height: 20px !important;
  margin: 0;
  opacity: 0;
}

.flex-checkbox .checkbox-custom {
  position: relative;
  min-width: 16px;
  width: 16px;
  height: 16px;
  line-height: 20px;
  font-size: 12px;
  color: transparent;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.flex-checkbox .checkbox-custom:before {
  position: absolute;
  top: -2px;
  left: 1px;
}

.flex-checkbox .checkbox-custom:focus {
  border-color: rgba(0, 0, 0, 0.5);
}

.flex-checkbox .checkbox-custom.error {
  border-color: red !important;
}

.flex-checkbox .checkbox-custom.radio {
  border-radius: 50%;
}

.flex-checkbox .checkbox-custom.radio:before {
  display: block;
  width: 10px;
  height: 10px;
  content: "";
  border-radius: 50%;
  transition: all 0.3s ease;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.flex-checkbox .checkbox-custom,
.flex-checkbox .label {
  display: inline-flex;
  vertical-align: middle;
}

.flex-checkbox .checkbox:checked + .checkbox-custom {
  color: red;
}

.flex-checkbox .checkbox:checked + .checkbox-custom.radio {
  background-color: #fff;
  border-color: rgba(255, 0, 0, 0.3);
}

.flex-checkbox .checkbox:checked + .checkbox-custom.radio:before {
  background: red;
}

.flex-checkbox .checkbox.error + .checkbox-custom {
  border-color: #ff5c5c !important;
}

.flex-checkbox .text {
  display: inline-block;
  width: calc(100% - 30px);
  margin-top: -2px;
  margin-left: 12px;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.03em;
  color: rgba(49, 48, 73, 0.5);
  cursor: pointer;
  transition: all 0.3s ease;
}

.flex-checkbox .text.dark-color {
  color: #000;
}

.flex-checkbox .text a {
  color: rgba(49, 48, 73, 0.8);
  border-bottom: 1px solid rgba(49, 48, 73, 0.8);
  transition: all 0s;
  display: inline;
}

.flex-checkbox .text a:hover {
  color: red;
  border-color: red;
}

.flex-checkbox-radio {
  align-items: center;
}

.flex-checkbox-radio.active .text {
  border-bottom: 1px dotted transparent;
}

.flex-checkbox-radio .checkbox:checked + .checkbox-custom {
  cursor: default;
}

.flex-checkbox-radio .checkbox:checked + .checkbox-custom + .text {
  border-bottom: 1px dotted transparent;
  cursor: default;
}

.flex-checkbox-radio .text {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #282828;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 0;
  border-bottom: 1px dotted rgba(40, 40, 40, 0.3);
}

.breadcrumbs {
  padding-top: 22px;
  padding-bottom: 52px;
  text-align: left;
  width: 100%;
  position: relative;
}

.breadcrumbs::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #e7e7e7;
  bottom: 44px;
  left: 0;
}

.breadcrumbs li {
  display: inline-block;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  color: #959595;
}

.breadcrumbs li:last-child {
  margin-right: 0;
}

.breadcrumbs li a {
  position: relative;
  display: inline;
  margin-right: 20px;
  color: #000;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  transition: all 0s;
}

.breadcrumbs li a:hover {
  color: red;
  border-color: rgba(255, 0, 0, 0.7);
}

.breadcrumbs li a:before {
  content: "";
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
  background: #959595;
  width: 4px;
  height: 4px;
  border-radius: 50%;
}

.breadcrumbs li span {
  color: #959595;
  font-weight: 700;
}

.pagination {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 20px;
  padding: 4px 4px 2px;
  border-radius: 122px;
}

.pagination li {
  position: relative;
  z-index: 10;
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 2px;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 600;
  text-align: center;
}

.pagination li a,
.pagination li.active {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 4px;
}

.pagination li.active,
.pagination li.active a {
  color: #fff;
  background: #0200a9;
  box-shadow: 0 10px 15px -5px rgba(2, 0, 169, 0.5);
  cursor: default;
}

.pagination li a:hover {
  color: #fff;
  background: #0200a9;
}

.pagination li a {
  color: rgba(0, 0, 0, 0.5);
}

.slider {
  position: relative;
  z-index: 20;
}

.slider .nav-next,
.slider .nav-prev,
.slider .slick-next,
.slider .slick-prev {
  position: absolute;
  z-index: 20;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
  width: 48px;
  height: 48px;
  color: #283949;
  border: 1px solid rgba(40, 40, 40, 0.3);
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  border: 1px solid rgba(81, 88, 109, 0.1);
  border-radius: 50%;
}

.slider .nav-next:before,
.slider .nav-prev:before,
.slider .slick-next:before,
.slider .slick-prev:before {
  position: relative;
  z-index: 10;
}

.slider .nav-next:hover,
.slider .nav-prev:hover,
.slider .slick-next:hover,
.slider .slick-prev:hover {
  color: #fff;
  background: red;
  border-color: red;
  box-shadow: 0 20px 30px -10px rgba(255, 0, 0, 0.25);
}

.slider .nav-prev,
.slider .slick-prev {
  left: -130px;
}

.slider .nav-next,
.slider .slick-next {
  right: -130px;
}

.slider .slick-slide {
  margin: 0 10px;
}

.slider .slick-list {
  margin: 0 -10px;
}

.slider .slick-dots {
  position: relative;
  z-index: 20;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 10px;
}

.slider .slick-dots li {
  margin: 0 5px;
  width: 8px;
  height: 8px;
  background: #dcdcdc;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
}

.slider .slick-dots li:hover {
  background: red;
  opacity: 1;
}

.slider .slick-dots li.slick-active {
  width: 10px;
  height: 10px;
  background: #0200a9;
}

.slider .slick-dots li button {
  display: none;
}

.slick-lightbox {
  background: rgba(0, 0, 0, 0.8) !important;
}

.slick-lightbox .slick-next:before,
.slick-lightbox .slick-prev:before,
.slick-lightbox-close:before {
  font-family: icomoon !important;
  speak: never;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-lightbox .slick-next,
.slick-lightbox .slick-prev {
  position: absolute;
  z-index: 999;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
  width: 48px;
  height: 48px;
  color: #282828;
  font-size: 0;
  font-weight: 700;
  text-align: center;
  background: #fff;
  border-radius: 4px;
}

.slick-lightbox .slick-next:before,
.slick-lightbox .slick-prev:before {
  position: relative;
  z-index: 10;
  font-size: 18px;
}

.slick-lightbox .slick-next:hover,
.slick-lightbox .slick-prev:hover {
  color: #0200a9;
  box-shadow: 0 20px 30px -10px rgba(0, 0, 0, 0.25);
}

.slick-lightbox .slick-prev {
  left: 20px;
}

.slick-lightbox .slick-prev:before {
  content: "\E901";
}

.slick-lightbox .slick-next {
  right: 20px;
}

.slick-lightbox .slick-next:before {
  content: "\E902";
}

.slick-lightbox-close {
  top: 20px;
  right: 20px;
  opacity: 0.7;
}

.slick-lightbox-close:hover {
  opacity: 1;
  color: #ff5c5c;
}

.slick-lightbox-close:before {
  font-size: 24px;
  content: "\E90B";
}

.error-page {
  margin-bottom: 120px;
}

.error-page h1 {
  line-height: 60px;
  margin-bottom: 22px;
}

.error-page h1 span {
  font-weight: 800;
  font-size: 120px;
  line-height: 0;
  color: #0200a9;
}

.error-page__desc {
  max-width: 440px;
  width: 100%;
}

.error-page__text {
  font-size: 20px;
  line-height: 28px;
}

.sitemap {
  margin-bottom: 100px;
}

.sitemap h1 {
  margin-bottom: 45px;
}

.confid {
  margin-bottom: 100px;
}

.confid h1 {
  margin-bottom: 38px;
}

.confid .content h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  letter-spacing: 0.01em;
  color: #282828;
  margin-bottom: 21px;
}

.confid .content p {
  font-size: 15px;
  line-height: 150%;
}

.confid .content p a {
  text-decoration: none;
}

.confid .content ul {
  position: relative;
}

.confid .content ul::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 2px;
  top: 0;
  left: 0;
  background: red;
  border-radius: 1px;
}

.confid .content ul li:before {
  display: none;
}

.main__mps h1 {
  font-weight: 800;
  font-size: 34px;
  line-height: 46px;
  color: #282828;
}

.main__mps h2 {
  font-weight: 800;
  font-size: 28px;
  line-height: 44px;
  color: #282828;
  margin-bottom: 29px;
}

.main__mps p {
  font-size: 16px;
  line-height: 150%;
  color: #282828;
}

.main__mps p:not(:last-child) {
  margin-bottom: 20px;
}

.main__mps p a {
  font-size: 14px;
  line-height: 150%;
  color: #0200a9;
  border-bottom: 1px solid rgba(2, 0, 169, 0.3);
  transition: all 0s;
  display: inline;
}

.main__mps p a:hover {
  color: red;
  border-color: rgba(255, 0, 0, 0.7);
}

.main__h1,
.main__h2,
.main__mps h1 {
  color: #282828;
  font-weight: 800;
}

.main__h1 {
  font-size: 34px;
  line-height: 46px;
}

.main__h2 {
  font-size: 24px;
  line-height: 32px;
}

.main__sitemap > li {
  margin-bottom: 21px;
}

.main__sitemap > li > a {
  display: inline;
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  letter-spacing: 0.01em;
  color: #0200a9;
  border-bottom: 1px solid rgba(2, 0, 169, 0.3);
  transition: all 0s;
}

.main__sitemap > li > a:hover {
  color: red;
  border-color: rgba(255, 0, 0, 0.7);
}

.main__sitemap-ul {
  padding: 0;
  padding-left: 20px;
  margin: 20px 0 40px;
  border-left: 3px solid red;
  border-radius: 1px;
}

.main__sitemap-ul > li {
  width: 100%;
}

.main__sitemap-ul li {
  position: relative;
  margin-right: 80px;
  margin-bottom: 6px;
  font-weight: 500;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0.01em;
  color: #727272;
  opacity: 0.8;
}

.main__sitemap-ul li:last-child {
  margin-bottom: 0;
}

.main__sitemap-ul li > ul li {
  width: 100%;
  margin-right: 0;
}

.main__sitemap-ul li a {
  position: relative;
  display: inline;
  color: #0200a9;
  border-bottom: 1px solid rgba(2, 0, 169, 0.3);
  transition: all 0s;
}

.main__sitemap-ul li a:hover {
  color: red;
  border-color: rgba(255, 0, 0, 0.7);
}

.main__navsidebar-menu {
  background: #fff;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.03);
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.main__navsidebar-menu li {
  padding: 8px 20px 14px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.main__navsidebar-menu li:last-child {
  border-bottom: 0;
}

.main__navsidebar-menu li a {
  display: inline;
  color: #000;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.main__navsidebar-menu li a:hover {
  color: #74cad6;
  border-color: #74cad6;
}

.main__navsidebar-menu li span {
  color: rgba(0, 0, 0, 0.56);
}

.main__hr {
  height: 5px;
  width: 100%;
  background: rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.content .blockquote a,
.content .h1 a,
.content .h2 a,
.content .h3 a,
.content blockquote a,
.content h1 a,
.content h2 a,
.content h3 a,
.content h4 a,
.content li a,
.content p a,
.content td a,
.content th a {
  display: inline;
  color: #0200a9;
  border-bottom: 1px solid rgba(2, 0, 169, 0.3);
  transition: all 0s;
}

.content .blockquote a:hover,
.content .h1 a:hover,
.content .h2 a:hover,
.content .h3 a:hover,
.content blockquote a:hover,
.content h1 a:hover,
.content h2 a:hover,
.content h3 a:hover,
.content h4 a:hover,
.content li a:hover,
.content p a:hover,
.content td a:hover,
.content th a:hover {
  color: red;
  border-color: red;
}

.content .h1,
.content h1 {
  margin-bottom: 32px;
}

.content .h2,
.content h2 {
  margin-bottom: 30px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

.content .h3,
.content h3 {
  margin-bottom: 24px;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
}

.content h4 {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
}

.content ol + .h2,
.content ol + h2,
.content p + .h2,
.content p + h2,
.content ul + .h2,
.content ul + h2 {
  margin-top: 35px;
}

.content .h3,
.content .h4,
.content h3,
.content h4 {
  margin-bottom: 20px;
}

.content p + .h3,
.content p + .h4,
.content p + h3,
.content p + h4 {
  margin-top: 30px;
}

.content li,
.content p {
  font-size: 14px;
  line-height: 24px;
  color: #282828;
  margin-bottom: 20px;
}

.content li:last-child,
.content p:last-child {
  margin-bottom: 0;
}

.content ol,
.content ul {
  margin-bottom: 20px;
  padding-left: 0;
}

.content ol:last-child,
.content ul:last-child {
  margin-bottom: 0;
}

.content ol li,
.content ul li {
  position: relative;
  padding-left: 28px;
}

.content ol li:last-child,
.content ul li:last-child {
  margin-bottom: 0;
}

.content ol li {
  list-style-position: inside;
}

.content ul {
  margin-bottom: 20px;
}

.content ul li:before {
  position: absolute;
  display: block;
  top: 8px;
  left: 0;
  width: 12px;
  height: 12px;
  content: "";
  background: rgba(2, 0, 169, 0.8);
  border-radius: 50%;
}

.content .blockquote,
.content blockquote {
  position: relative;
  margin: 60px 0;
  padding: 40px 40px 40px 0;
  background: #f7f8fb;
}

.content .blockquote.pb20,
.content blockquote.pb20 {
  padding-bottom: 20px;
}

.content .blockquote.black-bg,
.content blockquote.black-bg {
  color: #fff;
  background: #000;
}

.content .blockquote.black-bg:before,
.content blockquote.black-bg:before {
  background: #000;
}

.content .blockquote:before,
.content blockquote:before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  right: 100%;
  width: 1000%;
  height: 100%;
  background: #f7f8fb;
}

.content table {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.content table td,
.content table tr {
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.content table th {
  font-weight: 700;
}

.error__page-bignumber {
  position: absolute;
  left: 45%;
  top: -5%;
  color: rgba(0, 0, 0, 0.03);
  font-size: 600px;
  line-height: 600px;
  font-weight: 800;
}

.header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 100;
  transition: all 0.3s;
}

.header.animated {
  top: -40px;
}

.header.animated .header__logo {
  width: 180px;
}

.header.animated .header__logo picture {
  left: calc(50% + 15px);
  width: 140px;
}

.header.animated .header__logo + .header__bottom-menu {
  margin-left: 0;
  margin-right: 20px;
}

.header__top {
  background: #f3f3f3;
}

.header__top .container {
  height: 40px;
}

.header__top-logo {
  font-size: 10px;
  font-weight: 500;
  line-height: 12px;
  color: #282828;
  max-width: 78px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 125px;
}

.header__top-menu {
  padding-left: 220px;
}

.header__top-menu li {
  position: relative;
  display: inline-block;
  position: relative;
  font-size: 12px;
  line-height: 16px;
}

.header__top-menu li:not(:last-child) {
  margin-right: 12px;
}

.header__top-menu li:hover ul {
  display: block;
}

.header__top-menu li a,
.header__top-menu li > div,
.header__top-menu li > span {
  color: #0200a9;
  display: flex;
  align-items: center;
}

.header__top-menu li > span {
  color: #959595;
}

.header__top-menu li a:hover span,
.header__top-menu li > div:hover span,
.header__top-menu li > span:hover span {
  border-color: rgba(255, 0, 0, 0.7);
  color: red;
}

.header__top-menu li a:hover svg path:nth-child(1),
.header__top-menu li a:hover svg path:nth-child(2),
.header__top-menu li > div:hover svg path:nth-child(1),
.header__top-menu li > div:hover svg path:nth-child(2),
.header__top-menu li > span:hover svg path:nth-child(1),
.header__top-menu li > span:hover svg path:nth-child(2) {
  fill: red;
}

.header__top-menu li a svg,
.header__top-menu li > div svg,
.header__top-menu li > span svg {
  margin-right: 8px;
  transition: all 0s;
}

.header__top-menu li a svg path,
.header__top-menu li > div svg path,
.header__top-menu li > span svg path {
  transition: all 0s;
}

.header__top-menu li a span br,
.header__top-menu li > div span br,
.header__top-menu li > span span br {
  display: none;
}

.header__top-menu li a span span,
.header__top-menu li > div span span,
.header__top-menu li > span span span {
  border-bottom: 1px solid rgba(3, 1, 169, 0.3);
  transition: all 0s;
}

.header__top-menu li > div:hover > span span,
.header__top-menu li > div > span span,
.header__top-menu li > span:hover > span span,
.header__top-menu li > span > span span {
  color: #000;
  border-color: transparent;
}

.header__top-menu li > div:hover svg path:nth-child(1),
.header__top-menu li > div:hover svg path:nth-child(2),
.header__top-menu li > span:hover svg path:nth-child(1),
.header__top-menu li > span:hover svg path:nth-child(2) {
  fill: #2a28c2;
}

.header__top-menu li > .open-submenu {
  display: none;
  position: absolute;
  top: 16px;
  right: 10px;
  width: 32px;
  height: 32px;
  font-size: 14px;
  border: 1px solid #e8e8e8;
  border-radius: 50%;
  cursor: pointer;
}

.header__top-menu li > .open-submenu.is-rotate {
  transform: rotate(-180deg);
}

.header__top-menu li ul {
  display: none;
  position: absolute;
  z-index: 5;
  top: calc(100% + 5px);
  left: 0;
  padding: 12px 12px 16px;
  width: 200px;
  color: #282828;
  background: #fff;
  box-shadow: 0 4px 19px rgba(0, 0, 0, 0.07);
  border: 1px solid #e8e8e8;
  border-radius: 6px;
}

.header__top-menu li ul:before {
  display: block;
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  height: 7px;
  width: 100%;
}

.header__top-menu li ul li {
  display: block;
  margin-bottom: 8px;
  margin-left: 0;
}

.header__top-menu li ul li:last-child {
  margin-bottom: 0;
}

.header__top-menu li ul li > a {
  display: inline;
  color: #282828;
  border-bottom: 1px solid rgba(40, 40, 40, 0.3);
  transition: all 0s;
}

.header__top-menu li ul li > a:hover {
  color: red;
  border-color: rgba(255, 0, 0, 0.7);
}

.header__search {
  cursor: pointer;
  margin-right: 34px;
}

.header__search:hover svg path {
  fill: red;
}

.header__search svg {
  transition: all 0s;
}

.header__search svg path {
  transition: all 0s;
}

.header__search-modal {
  position: absolute;
  top: calc(-100% - 30px);
  left: 230px;
  width: calc(100% - 645px);
  pointer-events: none;
  transition: all 0.3s ease;
  background: #fff;
  box-shadow: 0 5px 20px -12px rgba(74, 82, 106, 0.5);
  border-radius: 4px;
  overflow: hidden;
  z-index: 10;
}

.header__search-modal.open {
  top: 0;
  pointer-events: initial;
}

.header__search-form {
  position: relative;
}

.header__search-form input {
  padding: 5px 80px 5px 30px;
  width: 100%;
  height: 40px;
  background: #fff;
  border: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  color: #282828;
}

.header__search-form input:focus {
  outline: 0;
}

.header__search-form input::-moz-placeholder {
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  color: #282828;
}

.header__search-form input:-ms-input-placeholder {
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  color: #282828;
}

.header__search-form input::placeholder {
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  color: #282828;
}

.header__search-form .close-form {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  padding: 5px;
  color: rgba(17, 17, 17, 0.3);
  font-weight: 700;
  cursor: pointer;
  transition: all 0s;
}

.header__search-form .close-form:hover {
  color: red;
}

.header__search-result {
  display: none;
  padding: 20px;
  max-height: 478px;
  overflow: auto;
}

.header__search-result::-webkit-scrollbar {
  background-color: transparent;
  width: 8px;
}

.header__search-result::-webkit-scrollbar-track {
  background-color: #fff;
}

.header__search-result::-webkit-scrollbar-track:hover {
  background-color: #fff;
}

.header__search-result::-webkit-scrollbar-thumb {
  background-color: red;
  width: 8px;
  height: 20p;
}

.header__search-result::-webkit-scrollbar-thumb:hover {
  background-color: #e60000;
}

.header__search-result::-webkit-scrollbar-button {
  display: none;
}

.header__search-result .products__catalog-item-category {
  margin-bottom: 20px;
  margin-right: 20px;
}

.header__search-result ul li {
  font-weight: 500;
  font-size: 13px;
  line-height: 17px;
  display: block;
}

.header__search-result ul li:not(:last-child) {
  margin-bottom: 10px;
}

.header__search-result ul li a {
  color: #282828;
  border-bottom: 1px solid rgba(40, 40, 40, 0.3);
}

.header__search-result ul li a:hover {
  color: red;
  border-color: rgba(255, 0, 0, 0.7);
}

.header .messengers {
  margin-right: 20px;
  height: 19px;
}

.header .messengers img {
  width: 19px;
}

.header .language__wrapp {
  margin-right: 20px;
  position: relative;
}

.header .language__wrapp:hover .language {
  background: #282828;
}

.header .language__wrapp:hover .language__dropdown {
  opacity: 1;
  pointer-events: initial;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  top: 40px;
}

.header .language__dropdown {
  position: absolute;
  top: 60px;
  left: 0;
  width: 287px;
  padding: 17px 20px 22px 20px;
  text-align: left;
  transition: all 0.3s ease;
  opacity: 0;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #fff;
  box-shadow: 0 4px 19px rgba(0, 0, 0, 0.07);
  border-radius: 0 0 12px 12px;
  z-index: 50;
}

.header .language__dropdown li {
  font-weight: 500;
  font-size: 13px;
  line-height: 18px;
  width: calc(50% - 10px);
  display: inline-block;
}

.header .language__dropdown li a {
  color: #282828;
  transition: all 0s;
}

.header .language__dropdown li a:hover {
  color: red;
}

.header .language__dropdown li a:hover span {
  border-color: rgba(255, 0, 0, 0.7);
}

.header .language__dropdown li a img {
  margin-right: 12px;
}

.header .language__dropdown li a span {
  border-bottom: 1px solid rgba(40, 40, 40, 0.3);
  transition: all 0s;
}

.header .social {
  margin-right: 21px;
}

.header .email {
  margin-right: 17px;
}

.header__lk {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.header__lk:hover span {
  border-color: red;
  color: red;
}

.header__lk:hover svg path {
  fill: red;
}

.header__lk svg {
  margin-right: 10px;
}

.header__lk span {
  font-size: 12px;
  line-height: 16px;
  color: #282828;
  border-bottom: 1px dotted rgba(40, 40, 40, 0.3);
  transition: all 0s;
}

.header__bottom {
  background: #fff;
  box-shadow: 0 4px 19px rgba(0, 0, 0, 0.07);
}

.header__bottom .container {
  height: 79px;
}

.header__bottom-menu {
  padding-top: 9px;
  max-width: 442px;
  margin-left: 24px;
  transition: all 0.3s;
}

.header__bottom-menu > li {
  font-weight: 500;
  font-size: 12.6px;
  line-height: 17px;
  display: inline-block;
  margin-right: 12px;
  margin-bottom: 10px;
  position: relative;
}

.header__bottom-menu > li:hover ul {
  opacity: 1;
  pointer-events: initial;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  top: 35px;
}

.header__bottom-menu > li:last-child {
  margin-right: 0;
}

.header__bottom-menu > li > a {
  color: #282828;
  border-bottom: 1px solid rgba(40, 40, 40, 0.3);
  transition: all 0s;
}

.header__bottom-menu > li > a:hover {
  color: red;
  border-color: rgba(255, 0, 0, 0.7);
}

.header__bottom-menu > li ul {
  position: absolute;
  top: 60px;
  left: 0;
  width: 260px;
  padding: 17px 20px 22px 20px;
  text-align: left;
  transition: all 0.3s ease;
  opacity: 0;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 19px rgba(0, 0, 0, 0.07);
  z-index: 50;
}

.header__bottom-menu > li ul::before {
  content: "";
  position: absolute;
  width: 160px;
  height: 22px;
  top: -22px;
  left: 0;
  background-color: transparent;
}

.header__bottom-menu > li ul > li {
  font-weight: 500;
  font-size: 13px;
  line-height: 23px;
}

.header__bottom-menu > li ul > li:not(:last-child) {
  margin-bottom: 10px;
}

.header__bottom-menu > li ul > li a {
  color: rgba(40, 40, 40, 0.8);
  border-bottom: 1px solid rgba(40, 40, 40, 0.3);
  transition: all 0s;
}

.header__bottom-menu > li ul > li a:hover {
  border-color: rgba(40, 40, 40, 0.7);
}

.header__bottom .btn {
  width: 200px;
  margin-right: 14px;
}

.header__bottom .btn svg {
  display: none;
}

.header__bottom .btn.blue {
  display: none;
}

.header__logo {
  position: relative;
  margin-left: -40px;
  margin-top: -10px;
  transition: all 0.3s;
  width: 223px;
  height: 80px;
}

.header__logo picture {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s;
  width: 223px;
}

.header .burger__menu {
  display: none;
}

.header__burger {
  position: relative;
  z-index: 10;
  width: 20px;
  height: 40px;
  flex-direction: column;
  align-items: flex-end;
  background: 0 0;
  border: none;
  outline: 0;
  transition: all 0.3s ease;
}

.header__burger.active span:nth-child(1) {
  transform: rotate(45deg);
}

.header__burger.active span:nth-child(2) {
  opacity: 0;
}

.header__burger.active span:nth-child(3) {
  transform: rotate(-45deg);
  width: 20px;
}

.header__burger span {
  display: block;
  width: 20px;
  height: 2px;
  background: #282828;
  transition: ease 250ms all;
  border-radius: 24px;
}

.header__burger span:nth-child(1) {
  transform-origin: 5px 5px;
}

.header__burger span:nth-child(2) {
  margin: 4px 0;
}

.header__burger span:nth-child(3) {
  transform-origin: 3px -4px;
}

.header__burger span:nth-child(3) {
  width: 10px;
}

.header__nav {
  display: none;
  background: #f7f8fb;
  height: calc(100vh - 60px);
  padding: 0 0 15px;
  overflow-y: auto;
  z-index: 100;
  position: absolute;
  top: 62px;
  width: 100%;
}

.header__nav-top {
  height: 40px;
  position: relative;
  margin-bottom: 16px;
}

.header__nav-top::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #dedede;
  opacity: 0.23;
  bottom: 0;
  left: 0;
}

.about {
  padding-bottom: 92px;
  overflow: hidden;
}

.about .section-title {
  margin-bottom: 20px;
}

.about .section-title br {
  display: none;
}

.about__desc {
  max-width: 667px;
  width: 100%;
}

.about__top {
  background: #f7f8fb;
  box-shadow: inset 0 0 6px #f3f5f9;
  border-radius: 0 4px 4px 0;
  padding: 60px 0 112px;
  position: relative;
}

.about__top::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 1000%;
  right: 100%;
  border-radius: 4px 0 0 4px;
  background-color: #f7f8fb;
}

.about__numbers {
  background-image: url(/images/about-img.jpg?ec40fa560188f3641bfd11c71707d9ef);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px 0 0 4px;
  width: 950px;
  padding: 90px 280px 0 53px;
  position: absolute;
  top: 30px;
  left: calc(50% + 85px);
}

.about__numbers .number {
  padding-left: 34px;
  position: relative;
  max-width: 265px;
  width: 100%;
  margin-bottom: 99px;
}

.about__numbers .number::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 2px;
  background-color: rgba(255, 255, 255, 0.3);
  top: 0;
  left: 0;
}

.about__numbers .number__title {
  font-weight: 700;
  font-size: 56px;
  line-height: 66px;
  color: #fff;
}

.about__numbers .number__text {
  font-size: 18px;
  line-height: 25px;
  color: #fff;
  opacity: 0.8;
}

.about__bottom {
  width: 640px;
  margin-top: -60px;
  z-index: 2;
  position: relative;
}

.about__bottom.mobile {
  display: none;
}

.about__note {
  padding: 27px;
  background: #fff;
  box-shadow: 0 4px 15px rgba(40, 40, 40, 0.2);
  border-radius: 4px;
  margin-bottom: 42px;
  position: relative;
  overflow: hidden;
}

.about__note::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 4px;
  background: #0200a9;
  top: 0;
  left: 0;
}

.about__note .text {
  width: calc(100% - 170px);
  font-size: 14px;
  line-height: 150%;
  color: #282828;
}

.about-page h1 span {
  white-space: nowrap;
}

.about-page .breadcrumbs {
  padding-bottom: 19px;
}

.about-page .breadcrumbs::before {
  bottom: 0;
}

.flags {
  position: relative;
  height: 70px;
  display: flex;
  align-items: center;
}

.flags::after,
.flags::before {
  content: "";
  position: absolute;
  width: 85px;
  height: 100%;
  top: 0;
}

.flags::before {
  left: 0;
  background: linear-gradient(270deg, #f9f9f9 0, rgba(249, 249, 249, 0) 97.13%), linear-gradient(270deg, #f9f9f9 0, rgba(249, 249, 249, 0) 97.13%);
  transform: rotate(-180deg);
}

.flags::after {
  right: 0;
  background: linear-gradient(270deg, #f9f9f9 0, rgba(249, 249, 249, 0) 97.13%), linear-gradient(270deg, #f9f9f9 0, rgba(249, 249, 249, 0) 97.13%);
}

.regions {
  position: relative;
}

.regions__decor {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.regions__decor::before {
  content: "";
  position: absolute;
  background-image: url(/images/regions-bg.png?2e3734045ec949e3bf3491fa9e8a5597);
  background-size: cover;
  background-repeat: no-repeat;
  width: 1298px;
  height: 762px;
  top: 64px;
  left: 50%;
  transform: translateX(-50%);
}

.regions .information__content-block:not(:last-child) {
  padding-bottom: 37px;
}

.regions .information__content-block:not(:last-child)::before {
  display: none;
}

.regions .information__content-block:not(:last-child)::after {
  display: none;
}

.regions .about__bottom {
  margin-top: 0;
}

.regions .about__note {
  background: #f7f8fb;
  box-shadow: none;
}

.regions__row {
  margin-left: -20px;
}

.regions__item {
  display: flex;
  align-items: center;
  width: calc(25% - 20px);
  margin-left: 20px;
  margin-bottom: 20px;
  padding: 23px 20px;
  background: #f7f8fb;
  box-shadow: inset 0 0 6px #f3f5f9;
  border-radius: 4px;
}

.regions__item img {
  margin-right: 14px;
}

.regions__item span {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #282828;
}

.clients {
  margin-bottom: 40px;
}

.clients .section-title {
  margin-bottom: 40px;
}

.clients__row {
  position: relative;
}

.clients__row::before {
  content: "";
  position: absolute;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0, #000 53.12%, rgba(0, 0, 0, 0) 100%);
  width: 100%;
  height: 1px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.1;
}

.clients__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25%;
  height: 150px;
}

.clients__item:nth-child(1),
.clients__item:nth-child(2),
.clients__item:nth-child(3) {
  position: relative;
}

.clients__item:nth-child(1)::before,
.clients__item:nth-child(2)::before,
.clients__item:nth-child(3)::before {
  content: "";
  position: absolute;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, #000 53.12%, rgba(0, 0, 0, 0) 100%);
  width: 1px;
  height: 298px;
  top: 0;
  right: 0;
  opacity: 0.1;
}

.clients__item img {
  max-width: 50%;
  max-height: 50%;
}

.corporate {
  margin-bottom: 80px;
}

.corporate h1 {
  margin-bottom: 38px;
}

.corporate .page__link-2 {
  margin-bottom: 25px;
}

.shop {
  margin-bottom: 100px;
}

.shop__banner {
  position: relative;
  height: 310px;
  border-radius: 4px;
  margin-bottom: 40px;
  border-radius: 4px;
}

.shop__banner.type--darktextbntr {
  min-height: 310px;
  height: initial;
}

.shop__banner.type--darktextbntr::before {
  display: block;
  content: "";
  position: absolute;
  z-index: 4;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.56);
}

.shop__banner-caption {
  position: relative;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 860px;
  padding: 32px;
}

.shop__banner-caption h1 {
  margin-bottom: 28px;
  color: #fff;
}

.shop__banner-minitext {
  color: #fff;
}

.shop__banner-minitext p {
  color: #fff;
}

.shop__banner img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4px;
}

.shop h1 {
  margin-bottom: 20px;
}

.shop p {
  font-size: 15px;
  line-height: 150%;
  color: #282828;
}

.shop p:last-of-type {
  margin-bottom: 45px;
}

.shop__advantages {
  margin-left: -35px;
}

.shop__advantages-item {
  width: calc(25% - 35px);
  margin-left: 35px;
  margin-bottom: 45px;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  padding: 36px 35px 38px 35px;
  text-align: center;
  position: relative;
}

.shop__advantages-item::before {
  content: "";
  position: absolute;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.shop__advantages-item-img {
  margin-bottom: 22px;
}

.shop__advantages-item-text {
  font-size: 16px;
  line-height: 130%;
  color: #282828;
}

.shop__bigbtn {
  position: relative;
  height: 200px;
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
}

.shop__bigbtn:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  z-index: 5;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.45) 100%);
}

.shop__bigbtn:hover .shop__bigbtn-img {
  transform: scale(1.15);
}

.shop__bigbtn:hover .shop__bigbtn-title span {
  border-color: #fff;
}

.shop__bigbtn-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.3s ease;
}

.shop__bigbtn-title {
  position: absolute;
  z-index: 10;
  bottom: 20px;
  left: 20px;
  color: #fff;
  font-size: 34px;
  font-weight: 700;
}

.shop__bigbtn-title span {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.shop__bigbtn-wrap.mt60 {
  margin-top: 60px;
}

.shop .btn.red {
  width: 200px;
}

.documents {
  margin-bottom: 80px;
}

.documents h1 {
  margin-bottom: 50px;
}

.documents__row {
  margin-bottom: 60px;
}

.documents__item {
  border-radius: 4px;
  padding: 39px 44px 39px 32px;
}

.documents__item.hover .btn.red {
  background-color: #c00;
}

.documents__item:nth-child(odd) {
  background: #f7f8fb;
  box-shadow: inset 0 0 6px #f3f5f9;
}

.documents__item img {
  margin-right: 21px;
}

.documents__item-name {
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  color: #282828;
  transition: all 0s;
  width: calc(100% - 52px);
}

.documents__item-name:hover span {
  border-color: rgba(255, 0, 0, 0.7);
  color: red;
}

.documents__item-name span {
  border-bottom: 1px solid rgba(40, 40, 40, 0.3);
  transition: all 0s;
}

.documents__item-weight {
  margin-right: 45px;
}

.documents__item-weight-title {
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.01em;
  color: rgba(40, 40, 40, 0.5);
}

.documents__item-weight-text {
  font-weight: 800;
  font-size: 20px;
  line-height: 36px;
  letter-spacing: 0.01em;
  color: #282828;
}

.documents__item .btn {
  width: 165px;
}

.documents__item-lb {
  width: calc(100% - 375px);
}

.documents__item-tariff .tariff__note {
  width: 100%;
  margin-bottom: 5px;
}

.documents-2 .documents__row {
  margin-left: -20px;
}

.documents-2 .documents__item {
  width: calc(33.3333% - 20px);
  margin-left: 20px;
  margin-bottom: 20px;
  flex-direction: column;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  background: #fff;
  box-shadow: none;
  padding: 34px 24px;
}

.documents-2 .documents__item img {
  margin-right: 11px;
  margin-top: 4px;
  width: 23px;
}

.documents-2 .documents__item-lb {
  width: 100%;
  align-items: flex-start;
  margin-bottom: 24px;
}

.documents-2 .documents__item-rb {
  width: 100%;
  padding-left: 35px;
  justify-content: space-between;
}

.documents-2 .documents__item .btn {
  height: 42px;
}

.information {
  margin-bottom: 89px;
}

.information h1 {
  margin-bottom: 30px;
}

.information h2 {
  font-weight: 800;
  font-size: 24px;
  line-height: 33px;
  margin-bottom: 24px;
}

.information p {
  font-size: 14px;
  line-height: 24px;
}

.information__content {
  max-width: 820px;
  width: 100%;
}

.information__content-wrapp:not(:last-child) {
  padding-bottom: 80px;
}

.information__content-block:not(:last-child) {
  padding-bottom: 62px;
  position: relative;
}

.information__content-block:not(:last-child)::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 6px;
  background: rgba(55, 61, 63, 0.05);
  bottom: 26px;
  left: 0;
}

.information__content-block:not(:last-child)::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: rgba(55, 61, 63, 0.2);
  bottom: 32px;
  left: 0;
}

.information__links {
  position: -webkit-sticky;
  position: sticky;
  top: 140px;
  z-index: 20;
  max-width: 375px;
  width: 100%;
  height: 100%;
  background: #f7f8fb;
  border-radius: 4px;
  padding: 32px 40px 37px 40px;
  transition: all 0s;
}

.information__links li {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #282828;
  transition: all 0s;
}

.information__links li:not(:last-child) {
  margin-bottom: 30px;
}

.information__links li.active {
  position: relative;
  color: rgba(40, 40, 40, 0.45);
}

.information__links li.active:hover a {
  cursor: default;
  color: #282828;
  border-bottom: 1px dotted transparent;
  pointer-events: none;
}

.information__links li.active::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -39px;
  transform: translateY(-50%);
  background: #0200a9;
  border-radius: 0 24px 24px 0;
  height: calc(100% + 15px);
  width: 6px;
}

.information__links li.active a {
  opacity: 0.45;
  transition: all 0s;
  border-bottom: 1px dotted transparent;
}

.information__links li a {
  color: #282828;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.3);
  transition: all 0s;
}

.information__links li a:hover {
  color: red;
  border-bottom: 1px dotted red;
}

.private-clients {
  margin-bottom: 80px;
}

.points {
  margin-bottom: 77px;
}

.points .section-title {
  margin-bottom: 38px;
}

.points .section-title span {
  border-bottom: 1px dotted rgba(2, 0, 169, 0.3);
  margin-left: 5px;
  cursor: pointer;
  transition: all 0s;
}

.points .section-title span:hover {
  color: red;
  border-bottom: 1px dotted red;
}

.points__row {
  margin-left: -20px;
}

.points__item {
  width: calc(33.3333% - 20px);
  margin-left: 20px;
  margin-bottom: 20px;
  background: #f7f8fb;
  border-radius: 4px;
  padding: 29px 36px;
}

.points__item-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  color: #282828;
  margin-bottom: 26px;
}

.points__item-title a {
  display: inline;
  color: #282828;
  border-bottom: 1px dotted rgba(40, 40, 40, 0.7);
}

.points__item-title a:hover {
  color: red;
  border-color: red;
}

.points__item-phone {
  display: block;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.01em;
  color: #282828;
  padding-left: 30px;
  position: relative;
  margin-bottom: 13px;
  transition: all 0s;
}

.points__item-phone span {
  border-bottom: 1px dotted rgba(40, 40, 40, 0.3);
  transition: all 0s;
}

.points__item-phone:hover {
  color: red;
}

.points__item-phone:hover span {
  border-color: red;
}

.points__item-phone::before {
  content: "\E934";
  position: absolute;
  font-family: icomoon;
  top: 50%;
  left: 0;
  color: rgba(2, 0, 169, 0.3);
  transform: translateY(-50%);
  font-size: 20px;
}

.points__item .contacts__item {
  margin-bottom: 0;
  padding-left: 34px;
  position: relative;
}

.points__item .contacts__item::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #282828;
  top: 0;
  left: 7px;
  opacity: 0.1;
}

.points__map {
  width: 100%;
  height: 400px;
}

.tariff {
  margin-bottom: 80px;
}

.tariff h1 {
  margin-bottom: 30px;
}

.tariff .page__link {
  margin-bottom: 37px;
}

.tariff .page__link a:hover span {
  border-color: rgba(255, 0, 0, 0.7);
}

.tariff .page__link a.active:hover {
  cursor: auto;
}

.tariff .page__link a.active:hover span {
  border-color: transparent;
}

.tariff .page__link a span {
  border-bottom: 1px solid rgba(111, 124, 128, 0.3);
}

.tariff .calculate {
  margin-bottom: 30px;
}

.tariff__note {
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  color: rgba(40, 40, 40, 0.5);
  margin-bottom: 37px;
}

.tariff .documents__item {
  background: #f7f8fb;
  margin-bottom: 40px;
}

.tariff__content h2 + ul {
  margin-bottom: 60px;
}

.tariff__content ul {
  padding-left: 30px;
  position: relative;
}

.tariff__content ul::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  background: red;
  border-radius: 1px;
  top: 0;
  left: 0;
}

.tariff__content ul li {
  font-weight: 500;
  font-size: 15px;
  line-height: 150%;
  letter-spacing: 0.01em;
  color: #000;
}

.tariff__content ul li:not(:last-child) {
  margin-bottom: 15px;
}

.tariff__text-content {
  max-width: 820px;
  width: 100%;
}

.tariff .banner__box {
  max-width: 420px;
  width: 100%;
  height: 100%;
}

.tariff .banner__box:nth-child(2) form {
  height: auto;
}

.tariff .banner__box:nth-child(2) form .btn {
  position: static;
  width: 170px;
  height: 56px;
  border-radius: 4px;
}

.tariff .banner__box:nth-child(2) .delivery .btn {
  width: 100%;
}

.search__form {
  max-width: 560px;
}

.search__form .btn {
  height: 46px;
  width: 110px;
}

.search__form .input {
  height: 46px;
  width: calc(100% - 130px);
}

.search__result-substring {
  color: rgba(40, 40, 40, 0.5);
  font-size: 12px;
  font-weight: 500;
}

.search__result-item .item-title {
  margin-bottom: 10px;
  font-weight: 700;
}

.search__result-item .item-title a {
  display: inline;
  color: #000;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.search__result-item .item-title a:hover {
  color: red;
  border-color: red;
}

.search__result-item .item-text {
  font-size: 15px;
}

.banner {
  padding: 38px 0 23px;
  margin-bottom: 23px;
}

.banner__lb {
  max-width: 860px;
  width: 100%;
}

.banner__rb {
  max-width: 420px;
  width: 100%;
}

.banner__slider {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 492px;
  position: relative;
  border-radius: 4px;
  margin-bottom: 57px;
}

.banner__slider-item {
  position: relative;
  height: 492px;
}

.banner__slider-item-img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 4px;
}

.banner__slider-item-img::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(178.91deg, rgba(255, 0, 0, 0.2625) 0.97%, rgba(12, 10, 172, 0.72) 93.25%);
  z-index: 1;
}

.banner__slider-item-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4px;
}

.banner__slider-title {
  font-weight: 700;
  font-size: 44px;
  line-height: 52px;
  text-align: center;
  color: #fff;
  display: inline;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  transition: all 0s;
}

.banner__slider-title:hover {
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}

.banner__slider-text {
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  color: #e4e4e4;
  max-width: 360px;
  margin: 50px auto 0;
  position: relative;
}

.banner__slider-text::before {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.27);
  border-radius: 122px;
  width: 147px;
  height: 5px;
  top: -23px;
  right: 50%;
  transform: translateX(50%);
}

.banner__slider-desc {
  text-align: center;
  max-width: 610px;
  margin: 0 auto;
  padding: 118px 0;
  height: 100%;
  position: relative;
  z-index: 2;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

.banner__slider .slick-arrow {
  background: rgba(16, 15, 109, 0.5);
  color: #fff;
}

.banner__slider .nav-prev,
.banner__slider .slick-prev {
  left: 28px;
}

.banner__slider .nav-next,
.banner__slider .slick-next {
  right: 28px;
}

.banner__slider .slick-dots {
  position: absolute;
  bottom: 23px;
  left: 50%;
  transform: translateX(-50%);
}

.banner__slider .slick-dots li {
  opacity: 0.3;
}

.banner__slider .slick-dots li.slick-active {
  background: #fff;
  opacity: 1;
}

.banner__box {
  background: #f7f8fb;
  box-shadow: inset 0 0 6px #f3f5f9;
  border-radius: 4px;
  padding: 28px 31px;
  position: relative;
}

.banner__box.form-calc {
  padding: 0;
}

.banner__box.form-calc form {
  padding: 28px 31px;
}

.banner__box:not(:last-child) {
  margin-bottom: 22px;
}

.banner__box:nth-child(1) {
  min-height: 492px;
}

.banner__box:nth-child(2) form {
  position: relative;
  height: 46px;
}

.banner__box:nth-child(2) form svg {
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  left: 11px;
}

.banner__box:nth-child(2) form .btn {
  width: 121px;
  height: 46px;
  border-radius: 0 4px 4px 0;
  position: absolute;
  top: 0;
  right: 0;
}

.banner__box:nth-child(2) form .input-search {
  padding: 0 140px 0 45px;
}

.banner__box:nth-child(2) form .input-search::-moz-placeholder {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #acacac;
}

.banner__box:nth-child(2) form .input-search:-ms-input-placeholder {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #acacac;
}

.banner__box:nth-child(2) form .input-search::placeholder {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #acacac;
}

.banner__box .form-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 33px;
  color: #282828;
  margin-bottom: 30px;
}

.banner__box .form-subtitle {
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  color: #282828;
  opacity: 0.5;
}

.banner__box .delivery {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 30px;
  background: #fff;
  z-index: 50;
  box-shadow: 0 4px 19px rgba(0, 0, 0, 0.07);
  border-radius: 4px;
  pointer-events: none;
}

.banner__box .delivery.active {
  opacity: 1;
  pointer-events: initial;
}

.banner__box .delivery__top {
  padding-bottom: 29px;
  margin-bottom: 30px;
  position: relative;
}

.banner__box .delivery__top::before {
  content: "";
  position: absolute;
  width: calc(100% + 60px);
  height: 1px;
  background: rgba(40, 40, 40, 0.05);
  left: -30px;
  bottom: 0;
}

.banner__box .delivery__top img {
  margin-right: 30px;
}

.banner__box .delivery__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 33px;
  color: #282828;
  margin-bottom: 10px;
}

.banner__box .delivery .btn {
  width: 100%;
}

.banner__box .delivery .btn.red {
  margin-bottom: 12px;
}

.banner__box .delivery .flex-checkbox__row {
  padding: 0;
  margin-bottom: 0;
}

.banner__box .delivery .custom-select:nth-child(2) {
  z-index: 4;
}

.banner__box .delivery .custom-select:nth-child(3) {
  z-index: 3;
}

.banner__box .delivery .input-wrapp {
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 6px;
  height: 52px;
  position: relative;
  width: 94px;
}

.banner__box .delivery .input-wrapp.w100 {
  width: 100%;
}

.banner__box .delivery .input-wrapp:not(:last-child) {
  margin-right: 12px;
}

.banner__box .delivery .input-wrapp label {
  position: absolute;
  top: 10px;
  left: 20px;
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  color: #b0b0b0;
  pointer-events: none;
}

.banner__box .delivery .input-wrapp .input {
  width: 100%;
  height: 100%;
  background: 0 0;
  border: none;
  border-radius: 0;
  padding: 25px 20px 5px 20px;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  color: #282828;
}

.banner__box .delivery .delivery__wrapp {
  margin-bottom: 20px;
}

.banner__box .input-address {
  background: #fff;
  border-radius: 6px;
  height: 52px;
  position: relative;
  cursor: pointer;
  z-index: 12;
}

.banner__box .input-address.z10 {
  z-index: 10;
}

.banner__box .input-address.z15 {
  z-index: 15;
}

.banner__box .input-address.z20 {
  z-index: 20;
}

.banner__box .input-address::before {
  content: "";
  position: absolute;
  z-index: 30;
  background-repeat: no-repeat;
  left: 17px;
  height: 29px;
  top: 50%;
  transform: translateY(-50%);
}

.banner__box .input-address label {
  pointer-events: none;
}

.banner__box .input-address-a::before {
  width: 14px;
  background-image: url(/images/address-a.svg?0fd946b5335f968d3842312aec6a7c02);
  background-position: center center;
}

.banner__box .input-address-b::before {
  width: 13px;
  background-image: url(/images/address-b.svg?7a506f7f3f3cc990948992b94b1496f4);
  background-position: center center;
}

.banner__box .input-address label {
  position: absolute;
  z-index: 30;
  top: 10px;
  left: 46px;
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  color: #b0b0b0;
}

.banner__box .input-address .input {
  width: 100%;
  height: 100%;
  background: 0 0;
  border-radius: 6px;
  padding: 24px 20px 5px 45px;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  color: #282828;
}

.banner__box .input-address .custom-select .select-props {
  padding-left: 30px;
  padding-top: 18px;
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
}

.banner__box .input-address .error-text {
  display: none;
  position: absolute;
  z-index: 35;
  top: 0;
  right: 0;
  padding: 3px 8px;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.01em;
  background: red;
  border-radius: 0 4px 0 4px;
  pointer-events: none;
}

.banner__box .custom-select:hover .select-props {
  color: #ff5c5c;
  border-color: #ff5c5c;
}

.banner__box .custom-select.custom-select-calc {
  margin-top: -28px;
  margin-left: -31px;
  width: calc(100% + 62px);
  z-index: 20;
}

.banner__box .custom-select.custom-select-calc.open {
  box-shadow: 0 4px 19px rgba(0, 0, 0, 0.07);
}

.banner__box .custom-select.custom-select-calc.open .custom-select__body {
  box-shadow: 0 4px 19px rgba(0, 0, 0, 0.07);
}

.banner__box .custom-select.custom-select-calc.disabled_select {
  cursor: default;
  z-index: 10 !important;
}

.banner__box .custom-select.custom-select-calc.disabled_select.open {
  box-shadow: none;
  background: 0 0;
}

.banner__box .custom-select.custom-select-calc.disabled_select.open .custom-select__header {
  background: 0 0;
}

.banner__box .custom-select.custom-select-calc.disabled_select .custom-select__header {
  cursor: default;
}

.banner__box .custom-select.custom-select-calc.disabled_select .custom-select__header:hover .select-props {
  color: #000;
}

.banner__box .custom-select.custom-select-calc.disabled_select .custom-select__header i {
  display: none;
}

.banner__box .custom-select.custom-select-calc.disabled_select .custom-select__header .select-props {
  border: none;
}

.banner__box .custom-select.custom-select-calc.disabled_select .custom-select__body {
  display: none;
}

.banner__box .custom-select.custom-select-calc .custom-select__header {
  height: 117px;
  border: none;
  padding: 10px 31px;
  background: #f7f8fb;
}

.banner__box .custom-select.custom-select-calc .custom-select__header.open {
  background: #fff;
}

.banner__box .custom-select.custom-select-calc .custom-select__header:hover .select-props {
  color: red;
  border-color: red;
}

.banner__box .custom-select.custom-select-calc .custom-select__header .icon {
  right: 30px;
}

.banner__box .custom-select.custom-select-calc .custom-select__header .select-props {
  display: block;
}

.banner__box .custom-select.custom-select-calc .custom-select__header .sm {
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  color: rgba(40, 40, 40, 0.5);
}

.banner__box .custom-select.custom-select-calc .custom-select__header .select-props {
  font-weight: 700;
  font-size: 24px;
  line-height: 33px;
  color: #282828;
  border-bottom: 1px dashed rgba(40, 40, 40, 0.5);
}

.banner__box .custom-select.custom-select-calc .custom-select__body {
  border: none;
  top: 116px;
  padding: 0;
  border-radius: 0 0 4px 4px;
  max-height: 490px;
  height: 490px;
}

.banner__box .custom-select.custom-select-calc .custom-select__body .props {
  margin: 0;
  padding: 34px 24px;
  position: relative;
}

.banner__box .custom-select.custom-select-calc .custom-select__body .props:first-child::before {
  top: 1px;
}

.banner__box .custom-select.custom-select-calc .custom-select__body .props::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  opacity: 0.05;
  background: #282828;
  left: 0;
  top: 0;
}

.banner__box .custom-select.custom-select-calc .custom-select__body .props span {
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  color: #282828;
  border-bottom: 1px dashed rgba(40, 40, 40, 0.5);
}

.banner__box .custom-select__header {
  height: 52px;
}

.banner__box .custom-select__header .select-props {
  display: block;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  color: #282828;
}

.banner__box .custom-select__header .sm {
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  color: #b0b0b0;
}

.banner__box-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 33px;
  color: #282828;
  margin-bottom: 20px;
}

.banner__box-input-row:nth-child(2) {
  position: relative;
}

.banner__box-input-row:nth-child(2)::before {
  content: "";
  position: absolute;
  bottom: -28px;
  left: 15px;
  background-image: url(/images/arrows.svg?6ef3fb3d66cecaccc82f1d107caecf43);
  background-repeat: no-repeat;
  background-size: cover;
  width: 16px;
  height: 16px;
}

.banner__box-input-row .input-inner {
  max-width: 230px;
  width: 100%;
}

.banner__box-value-row {
  margin-bottom: 10px;
}

.banner__box-value-row .error-text-weight {
  display: none;
  position: relative;
  margin: 5px 0;
  padding: 3px 8px;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.01em;
  background: red;
  border-radius: 4px;
  pointer-events: none;
}

.banner__box-value-row .input-wrapp {
  width: 33.3333%;
  height: 52px;
  position: relative;
}

.banner__box-value-row .input-wrapp:nth-child(1) .input {
  border-radius: 6px 0 0 6px;
}

.banner__box-value-row .input-wrapp:nth-child(2) .input {
  border-radius: 0;
}

.banner__box-value-row .input-wrapp:nth-child(3) .input {
  border-radius: 0 6px 6px 0;
}

.banner__box-value-row .input-wrapp label {
  width: 100%;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #b0b0b0;
  position: absolute;
  top: 11px;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}

.banner__box-value-row .input-wrapp .input {
  width: 100%;
  height: 100%;
  padding: 17px 15px 0 15px;
  text-align: center;
}

.banner__box .input {
  width: 100%;
  height: 46px;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 6px;
  padding: 0 20px 0 56px;
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  color: #282828;
}

.banner__box .input:focus {
  border-color: rgba(0, 0, 0, 0.3);
}

.banner__box .input-inner {
  position: relative;
  overflow: hidden;
}

.banner__box .input-inner::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 16px;
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  color: #d3d3d3;
}

.banner__box .input-inner.city-a::before {
  content: "A";
}

.banner__box .input-inner.city-b::before {
  content: "B";
}

.banner__box .input-inner.weight::before {
  content: "";
  background-image: url(/images/ves.svg?8e5fa75c77594621e7415e3af17197c1);
  background-size: cover;
  background-repeat: no-repeat;
  width: 28px;
  height: 25px;
}

.banner__box .input-inner.weight .input {
  padding: 0 60px 0 56px;
}

.banner__box .input-inner.size::before {
  content: "";
  background-image: url(/images/size.svg?e7de5110603e33329ea64bc8f89df19d);
  background-size: cover;
  background-repeat: no-repeat;
  width: 22px;
  height: 22px;
}

.banner__box .input-inner.size .input {
  padding: 0 50px 0 46px;
  font-weight: 700;
  text-align: center;
}

.banner__box .input-inner label {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #b0b0b0;
  pointer-events: none;
}

.banner__box .input-inner label::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 1000%;
  background: #e8e8e8;
  top: -31px;
  left: -15px;
}

.banner__box .input-inner label sup {
  font-size: 10px;
  line-height: 14px;
}

.banner__box .flex-checkbox__row {
  margin-bottom: 20px;
  padding-left: 15px;
}

.banner__box .flex-checkbox__row .flex-checkbox:not(:last-child) {
  margin-right: 20px;
}

.banner__box .input-row .input {
  text-align: center;
}

.banner__box .input-row .input-inner {
  width: calc(50% - 9px);
}

.banner__box .input-row .input-inner .input {
  height: 52px;
}

.banner__box .total .sum {
  font-weight: 800;
  font-size: 24px;
  line-height: 33px;
  text-align: center;
  color: #282828;
  margin-right: 33px;
  position: relative;
}

.banner__box .total .sum::before {
  content: "";
  position: absolute;
  border: 1px solid #dadada;
  height: 73%;
  width: 1px;
  top: 5px;
  right: -17px;
  transform: rotate(-151.51deg);
}

.banner__box .total .days {
  font-weight: 500;
  font-size: 24px;
  line-height: 33px;
  text-align: center;
  color: #282828;
}

.banner__box .btn {
  width: 170px;
  height: 56px;
}

.banner__box .btn.w100 {
  width: 100%;
}

.banner__box.form-calc .form .btn-showpopup-internal,
.banner__box.form-calc .form .btn-submit-internal {
  position: relative;
  top: 0;
  left: 0;
  transform: none;
  width: 100% !important;
}

.advantages {
  justify-content: space-around;
}

.advantages__item {
  text-align: center;
  margin-bottom: 15px;
}

.advantages__item-img {
  margin-bottom: 10px;
}

.advantages__item-text {
  font-size: 11px;
  line-height: 15px;
  text-align: center;
  color: #282828;
}

.advantages__item-text b {
  display: block;
}

.calculate {
  margin-bottom: 80px;
}

.calculate.mn50 {
  margin-bottom: 50px;
}

.calculate__banner-img {
  width: 458px;
}

.calculate .banner__box {
  padding: 51px 38px 36px 54px;
}

.calculate .banner__box:nth-child(2) form {
  height: auto;
}

.calculate .banner__box:nth-child(2) form .btn {
  position: static;
  width: 150px;
  height: 48px;
  border-radius: 4px;
  margin-right: 24px;
}

.calculate .banner__box .inputs-row .inputs__inner:nth-child(1) {
  position: relative;
}

.calculate .banner__box .inputs-row .inputs__inner:nth-child(1)::before {
  content: "";
  position: absolute;
  background-image: url(/images/where.svg?daf3afefac88d7c5fd980c4903faaf83);
  background-repeat: no-repeat;
  background-size: cover;
  width: 6px;
  height: 16px;
  top: 15px;
  right: -21px;
  transform: rotate(90deg);
}

.calculate .banner__box .inputs-row .inputs__inner .input-inner {
  width: 100%;
}

.calculate .banner__box .input-row .input-inner {
  width: 200px;
}

.calculate .banner__box .input-row .input-inner:not(:last-child) {
  margin-right: 30px;
}

.calculate .banner__box .flex-checkbox__row {
  flex-direction: row;
}

.calculate .banner__box .flex-checkbox__row .flex-checkbox:not(:last-child) {
  margin-bottom: 0;
  margin-right: 20px;
}

.calculate .banner__box-value-row .input-wrapp {
  width: 146px;
  height: 46px;
  margin-right: 18px;
}

.calculate .banner__box-value-row .input-wrapp:nth-child(4) {
  position: relative;
}

.calculate .banner__box-value-row .input-wrapp:nth-child(4)::before {
  content: "\E90D";
  position: absolute;
  font-family: icomoon;
  color: rgba(40, 57, 73, 0.3);
  top: 50%;
  right: -36px;
  transform: translateY(-50%);
}

.calculate .banner__box-value-row .input-wrapp label {
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
  width: 50%;
  pointer-events: none;
}

.calculate .banner__box-value-row .input-wrapp .input {
  padding: 0 5px 0 85px;
  text-align: center;
}

.calculate .banner__box-value-row .input-inner {
  margin-left: 36px;
}

.calculate .banner__box-value-row .input-inner .input {
  text-align: center;
}

.calculate .banner__box-value-br {
  width: 100%;
}

.calculate .banner__box-value-deleterow {
  color: #282828;
  font-size: 14px;
  font-weight: 700;
  border-bottom: 1px dashed rgba(40, 40, 40, 0.5);
}

.calculate .banner__box-value-deleterow:hover {
  color: #ff5c5c;
  border-color: rgba(255, 92, 92, 0.5);
}

.calculate .banner__box .input-inner.size {
  width: 155px;
  height: 46px;
}

.calculate .banner__box .input-inner.weight {
  width: 165px;
  height: 46px;
}

.calculate .banner__box .calculate__bottom {
  margin-top: 15px;
}

.calculate .banner__box .calculate__bottom .input-inner {
  width: 155px;
  height: 50px;
  margin-right: 24px;
}

.calculate .banner__box .calculate__bottom .input-inner .input {
  height: 100%;
}

.calculate .banner__box .calculate__bottom .addplace-btn {
  color: #282828;
  font-size: 14px;
  font-weight: 700;
  border-bottom: 1px dashed rgba(40, 40, 40, 0.5);
  transition: none;
}

.calculate .banner__box .calculate__bottom .addplace-btn:hover {
  color: #ff5c5c;
  border-color: rgba(255, 92, 92, 0.5);
}

.calculate .banner__box .placenumber {
  margin-bottom: 5px;
  width: 100%;
  font-weight: 700;
}

.calculate form {
  max-width: 660px;
  width: 100%;
}

.calculate__banner-img {
  margin-top: -80px;
  height: 100%;
}

.calculate .inputs__inner {
  width: calc(50% - 18px);
}

.calculate .note {
  font-size: 12px;
  line-height: 24px;
  color: #282828;
  width: calc(100% - 353px);
  display: inline-block;
}

.calculation-page__wrapp .banner__box .custom-select.custom-select-calc {
  width: calc(100% + 70px);
  max-width: 700px;
  z-index: 30;
}

.calculation-page h1 {
  margin-bottom: 29px;
}

.calculation-page .page__link {
  margin-bottom: 27px;
}

.calculation-page .page__link a {
  margin-bottom: 10px;
}

.calculation-page .calculate .banner__box {
  position: relative;
}

.calculation-page .calculate .banner__box:nth-child(1) {
  min-height: auto;
}

.calculation-page .calculate .banner__box.hidden {
  display: none;
}

.calculation-page .calculate .banner__box .btn {
  width: 200px;
  margin-right: 20px;
  margin-bottom: 20px;
  height: 48px;
}

.calculation-page .calculate .banner__box .delivery {
  max-width: 760px;
  height: auto;
  min-height: 100%;
}

.calculation-page .calculate .banner__box .delivery__btns {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
}

.calculation-page .calculate .banner__box .delivery .btn {
  width: calc(50% - 10px);
  margin-right: 0;
  height: 48px;
  margin-bottom: 0;
}

.calculation-page .calculate .banner__box-value-row .input-wrapp:nth-child(1) .input {
  border-radius: 6px;
}

.calculation-page .calculate .banner__box-value-row .input-wrapp:nth-child(2) .input {
  border-radius: 6px;
}

.calculation-page .calculate .banner__box-value-row .input-wrapp:nth-child(3) .input {
  border-radius: 6px;
}

.calculation-page .calculate__banner-img {
  width: 378px;
  position: absolute;
  z-index: 40;
  top: 15px;
  right: 90px;
  height: auto;
}

.calculation-page .calculate form {
  max-width: 100%;
}

.calculation-page .calculate form .calc__top {
  max-width: 660px;
  width: 100%;
}

.calculation-page .calculate form .calc__top .custom-select {
  width: 100%;
}

.calculation-page .calculate form .calc__top-wrapp {
  width: calc(50% - 10px);
}

.calculation-page .calculate form .inputs-row {
  max-width: 660px;
  width: 100%;
}

.calculation-page .calculate__row {
  display: inline-flex;
  width: calc(100% - 304px);
  position: relative;
}

.calculation-page .calculate__row-item:not(:last-child) {
  margin-right: 100px;
  position: relative;
}

.calculation-page .calculate__row-item:not(:last-child)::before {
  content: "";
  position: absolute;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0, #000 53.12%, rgba(0, 0, 0, 0) 100%);
  height: 100%;
  width: 1px;
  top: 0;
  right: -50px;
  opacity: 0.1;
}

.calculation-page .calculate__row-item-title {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #282828;
  margin-bottom: 3px;
}

.calculation-page .calculate__row-item-text {
  font-size: 32px;
  line-height: 44px;
  color: #282828;
}

.form-calc__datapopup {
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  outline: 0;
}

.form-calc__datapopup-mask {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: rgba(40, 40, 40, 0.65);
}

.form-calc__datapopup-form {
  position: relative;
  z-index: 99999;
  margin: 5.5% auto 1.75rem;
  padding: 40px;
  max-width: 460px;
  width: calc(100% - 20px);
  text-align: left;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 5px 14px -2px rgba(0, 0, 0, 0.3);
}

.form-calc__datapopup-form-title {
  line-height: 32px;
  font-size: 24px;
  font-weight: 700;
}

.form-calc__datapopup-form .input-wrap .input {
  padding: 0 15px;
}

.form-calc__datapopup-form label {
  font-weight: 500;
  font-size: 12px;
  line-height: 141.02%;
  letter-spacing: 0.02em;
  color: #838383;
  margin-bottom: 2px;
}

.form-calc__datapopup-form label span {
  color: #ff5c5c;
}

.form-calc__datapopup-close {
  position: absolute;
  z-index: 50 !important;
  top: 12px;
  right: 12px;
  padding: 8px;
  color: rgba(40, 40, 40, 0.7);
  font-size: 18px;
}

.form-calc__datapopup-close:hover {
  color: #ff5c5c;
}

.form-calc__datapopup-submit.btn {
  margin-top: 15px;
  width: 100% !important;
}

.form-calc .input + .error-text {
  padding: 1px 4px;
  font-size: 11px;
}

.services {
  margin-bottom: 60px;
}

.services .section-title {
  margin-bottom: 38px;
}

.services__row {
  margin-left: -20px;
}

.services__item {
  display: flex;
  flex-direction: column;
  width: calc(16.66667% - 20px);
  margin-left: 20px;
  min-height: 1px;
  overflow: hidden;
  border-radius: 4px;
}

.services__item:hover .services__item-img {
  transform: scale(1.1);
}

.services__item:hover .services__item-text {
  background-color: red;
}

.services__item:hover .services__item-text span {
  border-color: rgba(255, 255, 255, 0.7);
}

.services__item-img {
  border-radius: 4px 4px 0 0;
  transform: scale(1.01);
  width: 100%;
}

.services__row .services__item .services__item-text {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
}

.services__item-text {
  padding: 17px 10px;
  text-align: center;
  background-color: #0200a9;
  border-radius: 0 0 4px 4px;
  position: relative;
  z-index: 2;
}

.services__item-text span {
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  transition: all 0s;
}

.section-menu {
  padding: 35px 0 40px;
  background: #f7f8fb;
  border-radius: 4px;
  margin-bottom: 60px;
}

.section-menu.white {
  background: #fff;
}

.section-menu.white .section-menu__item ul li {
  background: #f7f7f7;
  border-radius: 4px;
}

.section-menu__row {
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 6px;
}

.section-menu__item {
  width: 33.3333%;
  padding: 26px 20px;
  position: relative;
}

.section-menu__item::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #0200a9;
  z-index: 2;
}

.section-menu__item:nth-child(1)::before {
  border-radius: 0 0 0 24px;
}

.section-menu__item:nth-child(2)::before {
  opacity: 0.7;
}

.section-menu__item:nth-child(3)::before {
  border-radius: 0 0 24px 0;
}

.section-menu__item:not(:last-child) {
  position: relative;
}

.section-menu__item:not(:last-child)::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  background-color: #e8e8e8;
  top: 0;
  right: 0;
}

.section-menu__item-icon {
  margin: 0 auto 8px;
  display: block;
}

.section-menu__item-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #282828;
  text-align: center;
  display: block;
  transition: all 0s;
  margin-bottom: 21px;
}

.section-menu__item-title span {
  border-bottom: 1px solid rgba(40, 40, 40, 0.3);
  transition: all 0s;
}

.section-menu__item-title:hover {
  color: red;
}

.section-menu__item-title:hover span {
  border-color: rgba(255, 0, 0, 0.7);
}

.section-menu__item ul {
  text-align: center;
}

.section-menu__item ul li {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  padding: 4px 5px;
  display: inline-block;
  margin-bottom: 10px;
}

.section-menu__item ul li a {
  display: inline;
  color: #282828;
  border-bottom: 1px solid rgba(54, 68, 95, 0.3);
  transition: all 0s;
}

.section-menu__item ul li a:hover {
  color: red;
  border-color: rgba(255, 0, 0, 0.7);
}

.services-page h1 {
  margin-bottom: 32px;
}

.services-page .services__item {
  width: calc(33.33333% - 20px);
  margin-bottom: 35px;
}

.services-detail__banner {
  height: 310px;
  position: relative;
  border-radius: 4px;
  margin-bottom: 33px;
}

.services-detail__banner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4px;
}

.services-detail h1 {
  margin-bottom: 25px;
}

.services-detail p {
  font-size: 15px;
  line-height: 150%;
}

.stages {
  margin-top: 80px;
  padding-bottom: 60px;
  margin-bottom: 47px;
  position: relative;
}

.stages::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 6px;
  background: rgba(55, 61, 63, 0.05);
  bottom: 0;
  left: 0;
}

.stages::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: rgba(55, 61, 63, 0.2);
  bottom: 6px;
  left: 0;
}

.stages h2 {
  margin-bottom: 88px;
}

.stages__row {
  position: relative;
  margin-left: -100px;
  padding-left: 35px;
  padding-right: 35px;
}

.stages__row::before {
  content: "";
  position: absolute;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0, #000 53.12%, rgba(0, 0, 0, 0) 100%);
  width: 100%;
  height: 1px;
  top: 42%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.1;
}

.stages__item {
  width: calc(33.3333% - 100px);
  margin-left: 100px;
  margin-bottom: 88px;
}

.stages__item:nth-child(2),
.stages__item:nth-child(3) {
  position: relative;
}

.stages__item:nth-child(2)::before,
.stages__item:nth-child(3)::before {
  content: "";
  position: absolute;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, #000 53.12%, rgba(0, 0, 0, 0) 100%);
  width: 1px;
  height: 298px;
  top: 39%;
  left: -49px;
  opacity: 0.1;
}

.stages__item-count {
  font-weight: 800;
  font-size: 40px;
  line-height: 150%;
  color: rgba(2, 0, 169, 0.8);
  position: relative;
}

.stages__item-count::before {
  content: "";
  position: absolute;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  top: -3px;
  left: -10px;
  background: #0200a9;
  opacity: 0.1;
}

.stages__item-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  color: #282828;
  margin-bottom: 10px;
}

.stages__item-text {
  font-size: 14px;
  line-height: 24px;
  color: #282828;
}

.news-slider {
  margin-bottom: 50px;
}

.news-slider .section-title {
  margin-bottom: 34px;
}

.news-slider .section-title a:nth-child(1) {
  margin-left: 0;
  margin-right: 10px;
}

.news-slider__item-img {
  filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.02));
  border-radius: 6px;
  margin-bottom: 36px;
  overflow: hidden;
  width: 100%;
}

.news-slider__item-img:hover + .news-slider__item-title span {
  border-bottom: 1px solid rgba(255, 0, 0, 0.7);
  color: red;
}

.news-slider__item-img:hover img {
  transform: scale(1.1);
}

.news-slider__item-img img {
  border-radius: 6px;
  width: 100%;
}

.news-slider__item-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  color: #020090;
  display: block;
  margin-bottom: 20px;
}

.news-slider__item-title:hover + .news-slider__item-img img {
  transform: scale(1.1);
}

.news-slider__item-title:hover span {
  border-bottom: 1px solid rgba(255, 0, 0, 0.7);
  color: red;
}

.news-slider__item-title span {
  border-bottom: 1px solid rgba(2, 0, 169, 0.3);
  transition: all 0s;
}

.news-slider__item-text {
  font-size: 14px;
  line-height: 24px;
  color: #282828;
  margin-bottom: 10px;
}

.news-slider__item-date {
  font-size: 12px;
  line-height: 16px;
  color: #aaa;
}

.news-slider .slider .slick-dots {
  margin-top: 25px;
}

.news {
  margin-bottom: 50px;
}

.news h1 {
  margin-bottom: 38px;
}

.news .page__link {
  margin-bottom: 45px;
}

.news__row {
  margin-left: -20px;
}

.news .news-slider__item {
  width: calc(33.3333% - 20px);
  margin-left: 20px;
  margin-bottom: 50px;
}

.news-detail {
  margin-bottom: 80px;
}

.news-detail__banner {
  border-radius: 4px;
  min-height: 310px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  padding: 44px 50px;
  margin-bottom: 35px;
}

.news-detail__banner-img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: inherit;
}

.news-detail__banner-img::before {
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.45) 100%);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: inherit;
}

.news-detail__banner-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.news-detail__banner-desc {
  position: relative;
  z-index: 2;
  max-width: 915px;
}

.news-detail .date {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 8px;
}

.news-detail h1 {
  margin-bottom: 38px;
}

.news-detail__desc {
  max-width: 610px;
  width: 100%;
}

.news-detail__img {
  width: 640px;
  height: 100%;
  border-radius: 4px;
  position: -webkit-sticky;
  position: sticky;
  top: 140px;
}

.news-detail__block {
  padding-left: 50px;
  position: relative;
}

.news-detail__block::before {
  content: "";
  position: absolute;
  background: rgba(40, 40, 40, 0.1);
  border-radius: 2px;
  height: 100%;
  width: 2px;
  top: 0;
  left: 18px;
}

.news-detail__block:not(:last-child) {
  margin-bottom: 50px;
}

.news-detail__block h2 {
  font-size: 24px;
  line-height: 33px;
  margin-bottom: 24px;
}

.news-detail__block p {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #282828;
  opacity: 0.8;
}

.news-detail__block p:not(:last-child) {
  margin-bottom: 15px;
}

.news-detail .content-box {
  margin-bottom: 40px;
}

.others-news {
  margin-bottom: 50px;
}

.others-news .section-title {
  margin-bottom: 34px;
}

.others-news .news__row {
  margin-left: -20px;
}

.others-news .news-slider__item {
  width: calc(33.3333% - 20px);
  margin-left: 20px;
  margin-bottom: 50px;
}

.faq {
  margin-bottom: 100px;
}

.faq h1 {
  margin-bottom: 38px;
}

.faq__title {
  font-size: 40px;
  line-height: 48px;
  color: #36445f;
  margin-bottom: 40px;
}

.faq__subtitle {
  font-family: Manrope;
  font-weight: 500;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0.02em;
  color: #fff;
  opacity: 0.8;
  margin-bottom: 53px;
}

.faq__wrapp {
  padding-bottom: 80px;
  margin-bottom: 70px;
  position: relative;
}

.faq__wrapp::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 6px;
  background: rgba(55, 61, 63, 0.05);
  bottom: 0;
  left: 0;
}

.faq__wrapp::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: rgba(55, 61, 63, 0.2);
  bottom: 6px;
  left: 0;
}

.faq__items {
  max-width: 640px;
  width: 100%;
}

.faq .toggle-title {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  transition: all 0.3s;
}

.faq .toggle-title:hover {
  color: red;
}

.faq .toggle-title:hover span:nth-child(1) {
  color: red;
  border-color: red;
}

.faq .toggle-title:hover span:nth-child(2) {
  color: red;
}

.faq .toggle-title span:nth-child(1) {
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 0.01em;
  color: #282828;
  max-width: 85%;
}

.faq .toggle-title span:nth-child(1) span {
  border-bottom: 1px dotted rgba(40, 40, 40, 0.3);
}

.faq .toggle-title span:nth-child(2) {
  color: #b4aeae;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0s;
  position: relative;
}

.faq .toggle-title span:nth-child(2)::before {
  transition: all 0.3s;
  transition: all 0s;
}

.faq .toggle-title.open:hover span:nth-child(1) {
  color: #282828;
}

.faq .toggle-title.open:hover span:nth-child(2) {
  color: #b4aeae;
}

.faq .toggle-title.open span:nth-child(1) {
  border-bottom: 1px dotted transparent;
}

.faq .toggle-title.open span:last-child::before {
  transform: rotate(-180deg);
}

.faq .content ul li {
  color: #fff;
}

.faq .content ul li:before {
  background: rgba(63, 124, 235, 0.5);
}

.faq .toggle-text {
  margin-top: 20px;
  font-weight: 500;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0.02em;
  color: #35558e;
  opacity: 0.8;
}

.faq__item {
  padding: 30px 0;
  position: relative;
}

.faq__item:not(:first-child)::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #5a5a5a;
  left: 0;
  top: 0;
  opacity: 0.1;
}

.faq__form {
  max-width: 530px;
  width: 100%;
}

.faq__form {
  background: #f7f8fb;
  box-shadow: inset 0 0 6px #f3f5f9;
  border-radius: 4px;
  padding: 45px 48px 54px 48px;
  align-self: flex-start;
}

.faq__form .flex-checkbox {
  margin-bottom: 44px;
}

.faq__form-title {
  font-weight: 700;
  font-size: 32px;
  line-height: 141.02%;
  text-align: center;
  color: #282828;
  margin-bottom: 15px;
}

.faq__form-subtitle {
  font-size: 14px;
  line-height: 28px;
  color: #fff;
  opacity: 0.8;
  margin-bottom: 25px;
}

.faq__form .input.textarea {
  height: 112px;
}

.faq__form label {
  font-weight: 500;
  font-size: 12px;
  line-height: 141.02%;
  letter-spacing: 0.02em;
  color: #838383;
  margin-bottom: 8px;
}

.faq__form label span {
  color: red;
}

.faq__form .input-wrap .error-text {
  padding: 2px 8px;
  font-size: 10px;
}

.faq__form .btn {
  width: 100%;
  height: 56px;
}

.contacts__desc {
  max-width: 450px;
  width: 100%;
}

.contacts h1 {
  margin-bottom: 46px;
}

.contacts__top {
  margin-bottom: 80px;
}

.contacts .contacts__item-email .contacts__item-text {
  color: #0200a9;
  transition: all 0s;
}

.contacts .contacts__item-email .contacts__item-text:hover {
  color: red;
}

.contacts .contacts__item-email .contacts__item-text:hover span {
  border-color: rgba(255, 0, 0, 0.7);
}

.contacts .contacts__item-email .contacts__item-text span {
  transition: all 0s;
  border-bottom: 1px solid rgba(2, 0, 169, 0.3);
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.01em;
  font-weight: 700;
}

.contacts__phone {
  margin-bottom: 30px;
}

.contacts__phone:not(:last-child) {
  margin-right: 60px;
}

.contacts__phone.phone .contacts__phone-title {
  position: relative;
}

.contacts__phone.phone .contacts__phone-title::before {
  content: "\E930";
  font-family: icomoon;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  color: red;
  font-size: 20px;
}

.contacts__phone.whatsapp .contacts__phone-title {
  position: relative;
}

.contacts__phone.whatsapp .contacts__phone-title::before {
  content: "\E94C";
  font-family: icomoon;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  color: #47c95c;
  font-size: 20px;
}

.contacts__phone-title {
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.01em;
  color: rgba(40, 40, 40, 0.5);
  padding-left: 30px;
  margin-bottom: 6px;
}

.contacts__phone-item {
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  letter-spacing: 0.01em;
  color: #282828;
  border-bottom: 1px dotted rgba(40, 40, 40, 0.3);
  transition: all 0s;
}

.contacts__phone-item:hover {
  color: red;
  border-color: red;
}

.contacts__item {
  margin-bottom: 25px;
}

.contacts__item-title {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.01em;
  color: rgba(40, 40, 40, 0.5);
  margin-bottom: 5px;
}

.contacts__item-text {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.01em;
  color: #282828;
  display: block;
}

.contacts__item-text span {
  font-size: 14px;
  font-weight: 400;
}

.contacts__item a {
  transition: all 0s;
}

.contacts__item a:hover {
  color: red;
}

.contacts__social {
  margin-top: 40px;
  padding-bottom: 22px;
}

.contacts__social a {
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  color: #0200a9;
  padding-left: 30px;
  transition: all 0s;
  margin-bottom: 18px;
}

.contacts__social a:hover {
  color: red;
}

.contacts__social a:hover span {
  border-color: rgba(255, 0, 0, 0.7);
}

.contacts__social a:not(:last-child) {
  margin-right: 35px;
}

.contacts__social a.vk {
  position: relative;
}

.contacts__social a.vk::before {
  content: "\E94A";
  font-family: icomoon;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  color: #72b2ee;
  font-size: 20px;
}

.contacts__social a.inst {
  position: relative;
}

.contacts__social a.inst::before {
  content: "\E921";
  font-family: icomoon;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  color: #fd5592;
  font-size: 20px;
}

.contacts__social a.fb {
  position: relative;
}

.contacts__social a.fb::before {
  content: "\E91D";
  font-family: icomoon;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  color: #7191e2;
  font-size: 20px;
}

.contacts__social a.twitter {
  position: relative;
}

.contacts__social a.twitter::before {
  content: "\E944";
  font-family: icomoon;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  color: #00acee;
  font-size: 20px;
}

.contacts__social a.odnoklassniki {
  position: relative;
}

.contacts__social a.odnoklassniki::before {
  content: "\E92D";
  font-family: icomoon;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  color: #ed812b;
  font-size: 20px;
}

.contacts__social a.youtube {
  position: relative;
}

.contacts__social a.youtube::before {
  content: "\E94E";
  font-family: icomoon;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  color: #c4302b;
  font-size: 20px;
}

.contacts__social a span {
  border-bottom: 1px solid rgba(2, 0, 169, 0.3);
  transition: all 0s;
}

.contacts__map {
  width: calc(100% - 572px);
  border-radius: 4px;
}

.contacts__map iframe {
  width: 100%;
  height: 100%;
  border-radius: 4px;
}

.order-status {
  margin-bottom: 80px;
}

.order-status h1 {
  margin-bottom: 44px;
}

.order-status__note {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #282828;
  margin-bottom: 15px;
}

.order-status .input-inner {
  position: relative;
  width: 428px;
  margin-right: 24px;
}

.order-status .input-inner::before {
  content: "\2116";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 16px;
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  color: #d3d3d3;
}

.order-status .input-inner .input {
  padding: 0 20px 0 56px;
}

.order-status .btn {
  height: 46px;
  width: 204px;
}

.order-status__row {
  margin-bottom: 30px;
}

.order-status__box {
  padding: 30px 40px 50px 40px;
  background: #f7f8fb;
  box-shadow: inset 0 0 6px #f3f5f9;
  border-radius: 4px;
}

.order-status__box-top {
  margin-bottom: 24px;
}

.order-status__box-col:first-child {
  margin-right: 120px;
  position: relative;
}

.order-status__box-col:first-child::before {
  content: "";
  position: absolute;
  background: linear-gradient(360deg, rgba(0, 0, 0, 0) 0, #000 53.12%, rgba(0, 0, 0, 0) 100%);
  width: 1px;
  height: 100%;
  top: 0;
  right: -60px;
  opacity: 0.1;
}

.order-status .top-item:first-child .top-item__text {
  font-weight: 800;
  font-size: 32px;
  line-height: 44px;
}

.order-status .top-item:not(:last-child) {
  margin-right: 80px;
  position: relative;
}

.order-status .top-item:not(:last-child)::before {
  content: "";
  position: absolute;
  background: linear-gradient(360deg, rgba(0, 0, 0, 0) 0, #000 53.12%, rgba(0, 0, 0, 0) 100%);
  width: 1px;
  height: 100%;
  top: 0;
  right: -43px;
  opacity: 0.1;
}

.order-status .top-item__title {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: rgba(40, 40, 40, 0.5);
}

.order-status .top-item__text {
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  color: #282828;
}

.order-status .box-item:not(:last-child) {
  margin-bottom: 20px;
}

.order-status .box-item__title {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #b0b0b0;
}

.order-status .box-item__text {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #282828;
}

.lk__form-edit .input-wrap {
  transition: all 0.3s ease;
}

.lk__form-edit .input-wrap.no-edit {
  margin-left: -12px;
}

.lk__form-edit .input-wrap.no-edit .input {
  pointer-events: none;
  border-color: transparent;
}

.lk__form-edit .input-wrap.focus .label-input,
.lk__form-edit .label-input {
  opacity: 0.5;
  top: 6px;
  left: 16px;
  font-size: 0.56rem;
}

.lk__form-edit .input {
  padding-top: 16px;
}

.lk__form-edit .btn-save.hidden {
  display: none;
}

.lk__form-resspassword {
  max-width: 420px;
}

.lk__form-resspassword .btn-submit {
  width: 200px;
}

.ordhistory__item {
  background: #f7f8fb;
}

.ordhistory__item-header {
  position: relative;
  padding: 20px 80px 20px 40px;
}

.ordhistory__item-header:hover .header-icon {
  color: red;
}

.ordhistory__item-header:hover .title-number {
  color: red;
  border-color: red;
}

.ordhistory__item-header.open .header-icon {
  transform: translateY(-50%) rotate(-180deg);
}

.ordhistory__item-header .header-icon,
.ordhistory__item-header .header-img,
.ordhistory__item-header .title-number {
  cursor: pointer;
}

.ordhistory__item-header .header-img {
  margin-right: 20px;
  width: 62px;
  height: 40px;
}

.ordhistory__item-header .header-img img {
  max-width: 100%;
}

.ordhistory__item-header .header-icon {
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
  color: #b4aeab;
  font-size: 20px;
}

.ordhistory__item-header .props-brd {
  margin-right: 40px;
  height: 70px;
  width: 1px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0, #000 53.12%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.1;
}

.ordhistory__item-header .ordhistory__item-props {
  position: relative;
  margin-right: 40px;
}

.ordhistory__item-header .props-number {
  min-width: 121px;
}

.ordhistory__item-header .props-number .title-props {
  display: inline-block;
}

.ordhistory__item-header .title-number {
  border-bottom: 1px dotted rgba(40, 40, 40, 0.7);
}

.ordhistory__item-props .label-props {
  margin-bottom: 2px;
  color: rgba(40, 40, 40, 0.5);
  line-height: 12px;
  font-size: 12px;
  font-weight: 500;
}

.ordhistory__item-props .title-props {
  font-size: 18px;
  font-weight: 700;
}

.ordhistory__item-props .title-props.fz24 {
  font-size: 24px;
}

.ordhistory__item-body {
  padding: 20px 40px;
}

.ordhistory__item-body .ordhistory__item-contacts {
  margin-right: 60px;
}

.ordhistory__item-body .ordhistory__item-contacts:last-child {
  margin-right: 0;
}

.ordhistory__item-body .input-address {
  position: relative;
  min-width: 330px;
  height: 52px;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 6px;
  cursor: default;
}

.ordhistory__item-body .input-address::before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  left: 17px;
  height: 29px;
  width: 26px;
  top: 50%;
  transform: translateY(-50%);
}

.ordhistory__item-body .input-address label {
  pointer-events: none;
}

.ordhistory__item-body .input-address-a::before {
  background-image: url(/images/address-a-left.svg?be1a62ee307c5aa4d651696737d090ed);
  background-position: center center;
}

.ordhistory__item-body .input-address-b::before {
  background-image: url(/images/address-b-left.svg?59721a23cc15a115d15af362591ff75a);
  background-position: center center;
}

.ordhistory__item-body .input-address label {
  position: absolute;
  top: 10px;
  left: 56px;
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  color: #b0b0b0;
}

.ordhistory__item-body .input-address .input {
  width: 100%;
  height: 100%;
  background: 0 0;
  border: none;
  border-radius: 0;
  padding: 24px 20px 5px 56px;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  color: #282828;
  pointer-events: none;
}

.ordhistory__item-contacts {
  position: relative;
  padding-left: 24px;
}

.ordhistory__item-contacts:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 1px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0, #000 53.12%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.1;
}

.footer {
  overflow: hidden;
}

.footer .messengers {
  margin-right: 20px;
}

.footer .language__wrapp {
  margin-right: 19px;
}

.footer .social {
  margin-right: 40px;
}

.footer .email::before {
  left: -18px;
}

.footer__lb {
  max-width: 210px;
  width: 100%;
  background: #f7f8fb;
  box-shadow: inset 0 0 6px #f3f5f9;
  position: relative;
  padding-bottom: 40px;
}

.footer__lb::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 1000%;
  right: 100%;
  border-radius: 4px 0 0 4px;
  background-color: #f7f8fb;
}

.footer__lb-top {
  background: #f1f2f5;
  box-shadow: inset 0 0 6px #f3f5f9;
  height: 40px;
  position: relative;
}

.footer__lb-top::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 1000%;
  right: 100%;
  border-radius: 4px 0 0 4px;
  background-color: #f1f2f5;
}

.footer__rb {
  width: calc(100% - 210px);
}

.footer__rb-top {
  background: #f7f8fb;
  box-shadow: inset 0 0 6px #f3f5f9;
  height: 40px;
  position: relative;
  padding-left: 24px;
}

.footer__rb-top::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 1000%;
  left: 100%;
  border-radius: 4px 0 0 4px;
  background-color: #f7f8fb;
}

.footer__rb-bottom {
  padding: 15px 0 25px;
  margin-bottom: 20px;
  position: relative;
}

.footer__rb-bottom::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #f1f1f1;
  bottom: 0;
  left: 0;
}

.footer__rb-bottom::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
  width: 1000%;
  left: 100%;
  background-color: #f1f1f1;
}

.footer__rb-bottom .btn {
  width: 173px;
}

.footer__rb-bottom .btn svg {
  display: none;
}

.footer__rb-menu {
  padding: 30px 0 20px 30px;
}

.footer__logo {
  margin-top: -33px;
  margin-left: -40px;
  position: relative;
  z-index: 2;
  margin-bottom: 20px;
}

.footer__copy-title {
  font-weight: 700;
  font-size: 11px;
  line-height: 15px;
  color: #616161;
  margin-bottom: 20px;
}

.footer__copy-text {
  font-size: 10px;
  line-height: 14px;
  color: #616161;
  margin-bottom: 40px;
  max-width: 177px;
}

.footer__links {
  margin-bottom: 24px;
  font-size: 11px;
  line-height: 15px;
}

.footer__links a {
  color: #616161;
  border-bottom: 1px solid rgba(97, 97, 97, 0.3);
  display: inline;
  transition: all 0s;
}

.footer__links div {
  margin-bottom: 10px;
  color: #898989;
  transition: all 0s;
}

.footer__links div:last-child {
  margin-bottom: 0;
}

.footer__links a:hover {
  border-color: rgba(255, 0, 0, 0.7);
  color: red;
}

.footer__links a:not(:last-child) {
  margin-bottom: 9px;
}

.footer__box {
  background: #fff;
  box-shadow: 0 4px 15px rgba(40, 40, 40, 0.2);
  border-radius: 4px;
  padding: 18px 25px;
  width: 180px;
  position: relative;
}

.footer__box:hover span {
  border-color: rgba(255, 0, 0, 0.7);
  color: red;
}

.footer__box-img {
  margin-bottom: 6px;
}

.footer__box-link {
  font-weight: 700;
  font-size: 9px;
  line-height: 14px;
  color: #979797;
}

.footer__box-link span {
  border-bottom: 1px solid rgba(151, 151, 151, 0.3);
  transition: all 0s;
}

.footer__top-menu {
  margin-left: 31px;
}

.footer__top-menu li {
  display: inline-block;
  max-width: 240px;
  color: #898989;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
}

.footer__top-menu li:not(:last-child) {
  margin-right: 35px;
}

.footer__top-menu li a {
  margin-bottom: 10px;
  color: #0200a9;
}

.footer__top-menu li a:hover span {
  border-color: rgba(255, 0, 0, 0.7);
  color: red;
}

.footer__top-menu li a:hover svg path:nth-child(1),
.footer__top-menu li a:hover svg path:nth-child(2) {
  fill: red;
}

.footer__top-menu li a:hover div span {
  border-color: rgba(255, 0, 0, 0.7);
  color: red;
}

.footer__top-menu li a svg {
  margin-right: 0;
  transition: all 0s;
}

.footer__top-menu li a svg path {
  transition: all 0s;
}

.footer__top-menu li a span span {
  border-bottom: 1px solid rgba(3, 1, 169, 0.3);
  transition: all 0s;
}

.footer__top-menu li a span br {
  display: none;
}

.footer__top-menu li a div {
  margin-top: 5px;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
}

.footer__top-menu li a div span {
  color: #0200a9;
  border-bottom: 1px solid rgba(2, 0, 169, 0.3);
  transition: none;
}

.footer__top-menu li > span {
  display: block;
}

.footer__top-menu li > span div {
  margin-top: 5px;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
}

.footer__top-menu li > span div span {
  color: #000;
  border-bottom: 1px solid transparent;
  transition: none;
}

.footer__top-menu li ul {
  display: block !important;
  padding-top: 10px;
}

.footer__top-menu li ul li {
  display: block !important;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 0 !important;
}

.footer__top-menu li ul li:last-child {
  margin-bottom: 0;
}

.footer__top-menu li ul li a {
  display: inline;
  color: #282828;
  border-bottom: 1px solid rgba(40, 40, 40, 0.3);
  transition: all 0s;
}

.footer__top-menu li ul li a:hover {
  color: red;
  border-color: rgba(255, 0, 0, 0.7);
}

.footer__bottom {
  height: 100px;
}

.footer__bottom-menu {
  max-width: 476px;
  padding-left: 27px;
}

.footer__bottom-menu li {
  font-weight: 500;
  font-size: 13px;
  line-height: 18px;
  display: inline-block;
  margin-right: 12px;
  margin-bottom: 10px;
}

.footer__bottom-menu li:last-child,
.footer__bottom-menu li:nth-child(5) {
  margin-right: 0;
}

.footer__bottom-menu li a {
  color: #282828;
  border-bottom: 1px solid rgba(40, 40, 40, 0.3);
  transition: all 0s;
}

.footer__bottom-menu li a:hover {
  color: red;
  border-color: rgba(255, 0, 0, 0.7);
}

.footer__menu {
  margin-right: 58px;
  margin-bottom: 40px;
}

.footer__menu:nth-child(4) {
  margin-right: 0;
}

.footer__menu-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #000;
  margin-bottom: 14px;
  border-bottom: 1px solid rgba(40, 40, 40, 0.3);
  transition: all 0s;
}

.footer__menu-title:hover {
  color: red;
  border-color: rgba(255, 0, 0, 0.7);
}

.footer__menu ul li {
  font-weight: 500;
  font-size: 13px;
  line-height: 23px;
}

.footer__menu ul li:not(:last-child) {
  margin-bottom: 5px;
}

.footer__menu ul li a {
  color: rgba(40, 40, 40, 0.8);
  border-bottom: 1px solid rgba(40, 40, 40, 0.3);
  display: inline;
  transition: all 0s;
}

.footer__menu ul li a:hover {
  color: red;
  border-color: rgba(255, 0, 0, 0.7);
}

.popup {
  display: none;
  position: relative;
  z-index: 99999;
  margin: 5.5% auto 1.75rem;
  padding: 40px;
  max-width: 460px;
  width: calc(100% - 20px);
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 5px 14px -2px rgba(0, 0, 0, 0.3);
}

.popup__modal {
  display: none;
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  outline: 0;
}

.popup__mask {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: rgba(40, 40, 40, 0.65);
}

.popup__close {
  position: absolute;
  z-index: 50 !important;
  top: 12px;
  right: 12px;
  padding: 8px;
  color: rgba(40, 40, 40, 0.7);
  font-size: 18px;
}

.popup__close:hover {
  color: #ff5c5c;
}

.popup__title {
  font-weight: 700;
  font-size: 32px;
  line-height: 36px;
  text-align: center;
  color: #282828;
}

.popup__subtitle {
  font-size: 18px;
  font-weight: 700;
}

.popup__subtext {
  opacity: 0.86;
  font-size: 12px;
  font-weight: 700;
}

.popup__successfull {
  position: absolute;
  margin: 0;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.popup__successfull .popup__title {
  margin-bottom: 21px;
}

.popup__successfull .text {
  font-size: 16px;
  line-height: 24px;
  color: #282828;
}

.popup__backcall .btn-submit {
  width: 100%;
}

.popup__rewtext {
  max-width: 720px;
}

.popup__video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
  max-width: 1330px;
  width: calc(100% - 60px);
  height: 80%;
  background: #000;
}

.popup__video .youtube {
  width: 100%;
  height: 100%;
}

.popup__video .popup__close {
  top: 0;
  right: 0;
  width: 48px;
  height: 48px;
  color: #000;
  background: #fff;
}

.popup__video .popup__close:hover {
  color: #0200a9;
}

.popup__calculation {
  max-width: 520px;
}

.popup__calculation .popup__title {
  margin-bottom: 24px;
  font-size: 26px;
  line-height: 141.02%;
  font-weight: 800;
}

.popup__calculation .btn-submit {
  width: 100%;
}

.popup__calculationbigform {
  display: none;
  position: relative;
  z-index: 99999;
  margin: 5.5% auto 1.75rem;
  padding: 0;
  max-width: 1320px;
  width: calc(100% - 20px);
  border-radius: 4px;
  background: #f7f8fb;
  box-shadow: 0 5px 14px -2px rgba(0, 0, 0, 0.3);
}

.popup__calculationbigform .calculate {
  margin-bottom: 0;
}

.popup__calculationbigform .calculate {
  padding-top: 40px;
}

.popup label {
  display: flex;
  font-weight: 500;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 0.02em;
  color: #838383;
  margin-bottom: 8px;
}

.popup label span {
  color: red;
}

.popup .input {
  height: 48px;
}

.popup .input::-moz-placeholder {
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  color: rgba(40, 40, 40, 0.5);
}

.popup .input:-ms-input-placeholder {
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  color: rgba(40, 40, 40, 0.5);
}

.popup .input::placeholder {
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  color: rgba(40, 40, 40, 0.5);
}

.popup .flex-checkbox {
  margin-bottom: 40px;
}

.popup__backcall {
  max-width: 530px;
  padding: 45px 53px 59px 53px;
}

.popup__backcall .popup__title {
  margin-bottom: 24px;
  font-size: 26px;
  line-height: 141.02%;
  font-weight: 800;
}

.popup__signin {
  max-width: 530px;
  padding: 40px 53px 48px 53px;
}

.popup__signin .popup__title {
  margin-bottom: 21px;
}

.popup__signin .btn {
  height: 52px;
  width: 100%;
}

.popup__login {
  max-width: 530px;
  padding: 40px 53px 42px 53px;
}

.popup__login .popup__title {
  margin-bottom: 21px;
}

.popup__login .btn {
  width: 100%;
  height: 51px;
  border-radius: 6px;
}

.popup__login .create-acc {
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  color: #0200a9;
  border-bottom: 1px dotted rgba(2, 0, 169, 0.3);
  transition: all 0s;
  cursor: pointer;
}

.popup__login .create-acc:hover {
  border-color: red;
  color: red;
}

.popup__login .forgot-pass {
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  color: #828282;
  border-bottom: 1px dotted rgba(40, 40, 40, 0.3);
  transition: all 0s;
  cursor: pointer;
}

.popup__login .forgot-pass:hover {
  border-color: red;
  color: red;
}

.popup__recovery-pass {
  max-width: 530px;
  padding: 40px 53px 32px 53px;
}

.popup__recovery-pass .popup__title {
  margin-bottom: 21px;
}

.popup__recovery-pass .btn {
  width: 100%;
}

.popup__new-pass {
  max-width: 530px;
  padding: 40px 53px 32px 53px;
}

.popup__new-pass .popup__title {
  margin-bottom: 21px;
}

.popup__new-pass .btn {
  width: 100%;
}

.popup__city-selection {
  max-width: 488px;
}

.popup__city-selection .custom-select__header .sm {
  display: none;
}

.popup__city-selection .custom-select__header .select-props {
  display: block;
}

.popup__city-selection-item .custom-select {
  z-index: 4;
}

.popup__city-selection-form .city {
  margin-bottom: 42px;
}

.popup__city-selection-form .city-col {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #282828;
  padding-left: 26px;
  position: relative;
}

.popup__city-selection-form .city-col:first-child {
  margin-right: 50px;
}

.popup__city-selection-form .city-col::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 1px;
  background: #000;
  opacity: 0.1;
}

.popup__city-selection-form .city-col li.active:hover span {
  color: red;
  border-color: transparent;
}

.popup__city-selection-form .city-col li.active span {
  color: red;
  border-color: transparent;
  cursor: auto;
}

.popup__city-selection-form .city-col li span {
  color: #0200a9;
  border-bottom: 1px dotted rgba(2, 0, 169, 0.3);
  cursor: pointer;
}

.popup__city-selection-form .city-col li:hover span {
  color: red;
  border-color: red;
}

.popup__city-selection-form .city-col li:not(:last-child) {
  margin-bottom: 23px;
}

.popup__city-selection-form .btn {
  width: 100%;
  height: 56px;
}

@media (max-width: 1600px) {
  .news-slider {
    overflow: hidden;
  }

  .news-slider .slider .nav-next,
  .news-slider .slider .nav-prev,
  .news-slider .slider .slick-next,
  .news-slider .slider .slick-prev {
    width: 35px;
    height: 35px;
    font-size: 12px;
  }

  .news-slider .slider .slick-prev {
    left: -50px;
  }

  .news-slider .slider .slick-next {
    right: -50px;
  }

  .about .section-title br {
    display: block;
  }

  .about__desc {
    max-width: 540px;
  }

  .about__bottom {
    max-width: 540px;
  }

  .about__numbers {
    left: calc(50% - 59px);
  }
}

@media (min-width: 1380px) {
  .pl-xl-60 {
    padding-left: 60px;
  }

  .pl-xl-40 {
    padding-left: 40px;
  }

  .pr-xl-40 {
    padding-right: 40px;
  }
}

@media (max-width: 1379px) {
  .header__logo {
    width: 160px;
    margin-left: -20px;
  }

  .header__logo picture {
    width: 184px;
  }

  .header__top-logo {
    left: 102px;
    font-size: 9px;
  }

  .header__top-menu {
    padding-left: 185px;
  }

  .header__top-menu li {
    font-size: 11px;
  }

  .header__top-menu li:not(:last-child) {
    margin-right: 9px;
  }

  .header__top-menu li a svg {
    margin-right: 6px;
    width: 25px;
  }

  .header__search {
    margin-right: 20px;
  }

  .header__search-modal {
    left: 196px;
    width: calc(100% - 573px);
  }

  .header__lk svg {
    margin-right: 7px;
    width: 21px;
  }

  .header .messengers {
    margin-right: 10px;
  }

  .header .messengers a:not(:last-child) {
    margin-right: 3px;
  }

  .header .language__wrapp {
    margin-right: 20px;
  }

  .header .language__dropdown {
    width: 275px;
    padding: 17px 15px 22px 15px;
  }

  .header .social {
    margin-right: 14px;
  }

  .header .email {
    margin-right: 12px;
  }

  .header .email::before {
    left: -10px;
  }

  .header__bottom-menu {
    max-width: 408px;
    margin-left: 37px;
  }

  .header__bottom-menu li {
    font-size: 11.6px;
    margin-right: 11px;
  }

  .header__bottom .btn {
    width: 165px;
    margin-right: 6px;
  }

  .header .phones a {
    font-size: 14px;
    line-height: 21px;
  }

  .banner__lb {
    max-width: 710px;
  }

  .banner__slider-title {
    font-size: 40px;
    line-height: 49px;
  }

  .banner__box .total .sum {
    font-size: 26px;
    line-height: 38px;
    margin-right: 25px;
  }

  .banner__box .total .sum::before {
    right: -14px;
  }

  .banner__box .total .days {
    font-size: 26px;
    line-height: 40px;
  }

  .about__numbers {
    width: 890px;
    left: calc(50% - 8px);
  }

  .about__numbers .number__title {
    font-size: 46px;
    line-height: 60px;
  }

  .about__numbers .number__text {
    font-size: 16px;
    line-height: 23px;
  }

  .documents-2 .documents__item-weight {
    margin-right: 40px;
  }

  .faq__items {
    max-width: 600px;
  }

  .faq__form {
    max-width: 500px;
  }

  .information__content {
    max-width: 710px;
  }

  .calculate__banner-img {
    width: 400px;
  }

  .calculate form {
    max-width: 630px;
  }

  .calculate .banner__box-value-row .input-inner {
    margin-left: 35px;
    margin-right: 10px;
  }

  .calculate .banner__box-value-row .input-wrapp {
    margin-right: 10px;
  }

  .calculate .banner__box-value-row .input-wrapp:nth-child(3)::before {
    right: -33px;
  }

  .calculation-page .calculate__banner-img {
    width: 340px;
    right: 52px;
  }

  .calculation-page .calculate__row-item:not(:last-child) {
    margin-right: 65px;
  }

  .calculation-page .calculate__row-item:not(:last-child)::before {
    right: -34px;
  }

  .calculation-page .calculate__row-item-text {
    font-size: 30px;
    line-height: 42px;
  }

  .calculation-page .calculate__banner-img {
    width: 280px;
  }

  .shop__advantages-item {
    padding: 32px 25px 35px 25px;
  }

  .shop__advantages-item-text {
    font-size: 15px;
  }

  .tariff__text-content {
    max-width: 710px;
  }

  .tariff h2 {
    font-size: 22px;
    line-height: 36px;
    margin-bottom: 20px;
  }

  .tariff__content h2 + ul {
    margin-bottom: 45px;
  }

  .news-detail__img {
    width: 510px;
  }

  .error-page {
    margin-bottom: 80px;
  }

  .error-page__img {
    width: 640px;
  }

  .regions__item {
    padding: 23px 15px;
  }

  .regions__item span {
    font-size: 14px;
    line-height: 20px;
  }

  .regions__item img {
    margin-right: 10px;
    width: 30px;
  }

  .order-status__box {
    padding: 30px 35px 40px 35px;
  }

  .ordhistory__item-header .ordhistory__item-props,
  .ordhistory__item-header .props-brd {
    margin-right: 20px;
  }

  .footer__logo {
    margin-left: 0;
    width: 200px;
  }

  .footer__rb-bottom .btn {
    width: 146px;
    font-size: 12px;
  }

  .footer__top-menu li {
    font-size: 11px;
    line-height: 16px;
  }

  .footer__top-menu li ul {
    padding: 5px 0 20px;
  }

  .footer__top-menu li ul li {
    font-size: 11px;
    line-height: 16px;
  }

  .footer__bottom-menu {
    max-width: 405px;
  }

  .footer__bottom-menu li {
    font-size: 11px;
    line-height: 17px;
    margin-right: 10px;
  }

  .footer .phones a {
    font-size: 13px;
    line-height: 20px;
  }

  .footer .menu__item span {
    font-size: 9px;
  }

  .footer__menu {
    margin-right: 37px;
  }

  .footer__menu-title {
    font-size: 14px;
    line-height: 20px;
  }

  .footer__menu ul li {
    font-size: 12px;
    line-height: 23px;
  }
}

@media (min-width: 1200px) {
  .show-lg {
    display: none;
  }

  .shop__advantages.type--sidebar .shop__advantages-item {
    width: calc(50% - 10px) !important;
  }
}

@media (max-width: 1199px) {
  .hide-lg {
    display: none;
  }

  .main__mps h1 {
    font-size: 30px;
    line-height: 42px;
  }

  .main__mps h2 {
    font-size: 24px;
    line-height: 38px;
    margin-bottom: 20px;
  }

  .section-title {
    font-size: 26px;
    line-height: 36px;
  }

  .header.animated .header__logo {
    width: 60px;
  }

  .header.animated .header__logo picture {
    left: 50%;
    width: 70px;
  }

  .header.animated .header__logo + .header__bottom-menu {
    margin-left: 0;
    margin-right: 0;
  }

  .header__top-menu {
    padding-left: 88px;
  }

  .header__top-menu li a span br {
    display: block;
  }

  .header__top-menu li a svg {
    width: 23px;
  }

  .header__top-logo {
    left: 10px;
    font-size: 8px;
    line-height: 11px;
  }

  .header__bottom-menu {
    margin-left: 6px;
    max-width: 386px;
  }

  .header__bottom-menu > li {
    font-size: 11px;
    margin-right: 10px;
  }

  .header__bottom-menu > li ul > li {
    font-size: 12px;
    line-height: 22px;
  }

  .header__bottom-menu > li ul > li:not(:last-child) {
    margin-bottom: 5px;
  }

  .header__bottom .btn {
    width: 48px;
    padding: 0;
    margin-right: 13px;
  }

  .header__bottom .btn svg {
    display: block;
  }

  .header__bottom .btn span {
    display: none;
  }

  .header .messengers a:not(:last-child) {
    margin-right: 4px;
  }

  .header .social a:not(:last-child) {
    margin-right: 6px;
  }

  .header .language__wrapp {
    margin-right: 20px;
  }

  .header__search {
    margin-right: 20px;
  }

  .header__search-modal {
    left: 92px;
    width: calc(100% - 470px);
  }

  .header__logo {
    width: 120px;
  }

  .header__logo picture {
    width: 70px;
    bottom: 50%;
    transform: translateX(-50%) translateY(50%);
  }

  .header__logo {
    width: 60px;
    margin-left: 0;
    margin-top: 0;
  }

  .header .phones a {
    font-size: 13px;
    line-height: 19px;
  }

  .header .menu__item span {
    font-size: 9px;
  }

  .banner__lb {
    max-width: 580px;
  }

  .banner__rb {
    max-width: 335px;
  }

  .banner__box {
    padding: 20px 20px;
  }

  .banner__box:nth-child(1) {
    min-height: 459px;
  }

  .banner__box-title {
    font-size: 22px;
    line-height: 30px;
  }

  .banner__box .total .sum {
    font-size: 24px;
    line-height: 34px;
  }

  .banner__box .total .days {
    font-size: 24px;
    line-height: 40px;
  }

  .banner__box .custom-select.custom-select-calc .custom-select__body {
    max-height: 543px;
    height: 543px;
  }

  .banner__box .delivery__title {
    font-size: 18px;
    line-height: 26px;
  }

  .banner__box .delivery__top {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  .banner__box .delivery__top img {
    margin-right: 18px;
  }

  .banner__box .delivery .input-wrapp {
    width: 100%;
  }

  .banner__box .delivery .btn {
    margin-top: 0;
  }

  .banner__slider {
    height: 458px;
  }

  .banner__slider-title {
    font-size: 28px;
    line-height: 40px;
  }

  .banner__slider-text {
    font-size: 16px;
    line-height: 23px;
  }

  .banner__slider-item {
    height: 456px;
  }

  .banner__box-input-row .input-inner {
    max-width: 168px;
  }

  .banner__box-bottom {
    flex-direction: column;
  }

  .banner__box .btn {
    width: 100%;
    margin-top: 10px;
  }

  .banner__box .btn.blue {
    margin-top: 0;
  }

  .calculation-page__wrapp .banner__box .custom-select.custom-select-calc {
    margin-top: -35px;
    margin-left: -25px;
    width: calc(100% + 50px);
  }

  .about__desc {
    max-width: 430px;
  }

  .about__bottom {
    max-width: 430px;
  }

  .about__numbers {
    padding: 55px 280px 0 45px;
  }

  .about__numbers .number {
    max-width: 100%;
    margin-bottom: 56px;
  }

  .advantages__item {
    width: 25%;
  }

  .services__row {
    margin-left: -10px;
  }

  .services__item {
    width: calc(16.66667% - 10px);
    margin-left: 10px;
  }

  .services__item-text span {
    font-size: 14px;
    line-height: 19px;
  }

  .services-page .services__item {
    width: calc(33.33333% - 10px);
    margin-bottom: 20px;
  }

  .stages h2 {
    margin-bottom: 50px;
  }

  .stages__row {
    margin-left: -50px;
  }

  .stages__item {
    width: calc(33.3333% - 50px);
    margin-left: 50px;
  }

  .stages__item:nth-child(2)::before,
  .stages__item:nth-child(3)::before {
    left: -33px;
  }

  .stages__item-count {
    font-size: 35px;
  }

  .stages__item-title {
    font-size: 17px;
  }

  .section-menu__item {
    padding: 20px 16px;
  }

  .section-menu__item-title {
    font-size: 14px;
    line-height: 20px;
  }

  .calculate .note {
    width: 100%;
    margin-top: 10px;
  }

  .calculate form {
    max-width: 520px;
  }

  .calculate__banner-img {
    width: 280px;
    margin-top: -70px;
  }

  .calculate .banner__box:nth-child(2) form .btn {
    margin-right: 25px;
    margin-top: 0;
  }

  .calculate .note {
    font-size: 12px;
    line-height: 20px;
  }

  .calculate .input-row.mb50 {
    margin-bottom: 30px;
  }

  .calculate .banner__box {
    padding: 35px 25px 30px 35px;
  }

  .calculate .banner__box-value-row .input-inner {
    margin-left: 0;
    margin-top: 15px;
  }

  .calculate__banner-img {
    margin-top: -55px;
  }

  .calculation-page .banner__box .btn {
    margin-top: 0;
  }

  .calculation-page .calculate__banner-img {
    width: 251px;
    right: 52px;
  }

  .calculation-page .calculate form .inputs-row {
    max-width: 535px;
  }

  .calculation-page .calculate form .calc__top {
    max-width: 535px;
  }

  .calculation-page .calculate .banner__box-value-row .input-inner {
    margin-top: 0;
  }

  .calculation-page .calculate__row {
    width: 100%;
    margin-top: 30px;
  }

  .calculation-page .calculate__row::before {
    top: -50px;
    left: 79px;
    transform: rotate(90deg);
  }

  .calculation-page .calculate__row-item:not(:last-child) {
    margin-right: 65px;
  }

  .calculation-page .calculate__row-item:not(:last-child)::before {
    right: -34px;
  }

  .calculation-page .calculate__row-item-text {
    font-size: 30px;
    line-height: 42px;
  }

  .calculation-page .calculate__banner-img {
    width: 251px;
    top: 30px;
  }

  .news-slider__item-img {
    margin-bottom: 20px;
  }

  .news-slider__item-title {
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 15px;
  }

  .news-detail__desc {
    max-width: 490px;
  }

  .news-detail__img {
    width: 409px;
  }

  .documents__item {
    padding: 30px 30px 30px 30px;
  }

  .documents__item-name {
    font-size: 16px;
    line-height: 26px;
  }

  .documents__item-weight-text {
    font-size: 18px;
    line-height: 34px;
  }

  .documents-2 .documents__item {
    width: calc(50% - 20px);
  }

  .regions .about__bottom {
    width: 100%;
  }

  .regions__item {
    width: calc(33.3333% - 20px);
  }

  .shop__advantages {
    margin-left: -25px;
  }

  .shop__advantages-item {
    width: calc(25% - 25px);
    margin-left: 25px;
    margin-bottom: 30px;
  }

  .shop__advantages-item-text {
    font-size: 14px;
  }

  .faq h1 {
    margin-bottom: 30px;
  }

  .faq__items {
    max-width: 480px;
  }

  .faq__wrapp {
    padding-bottom: 60px;
    margin-bottom: 60px;
  }

  .faq__form {
    max-width: 400px;
    padding: 30px 25px 40px 25px;
  }

  .faq__form-title {
    font-size: 26px;
    line-height: 40px;
  }

  .faq .toggle-title span:nth-child(1) {
    font-size: 18px;
    line-height: 26px;
  }

  .information__content {
    max-width: 600px;
  }

  .information__links {
    max-width: 300px;
    padding: 30px 25px 33px 24px;
  }

  .information__links li {
    font-size: 14px;
    line-height: 22px;
  }

  .information__links li.active::before {
    left: -23px;
    height: calc(100% + 10px);
  }

  .information__links li:not(:last-child) {
    margin-bottom: 20px;
  }

  .contacts__desc {
    max-width: 420px;
  }

  .contacts__map {
    width: calc(100% - 500px);
  }

  .contacts__social {
    padding-bottom: 0;
  }

  .points__item {
    padding: 25px 25px;
  }

  .points__item-title {
    font-size: 16px;
    line-height: 23px;
  }

  .tariff__text-content {
    max-width: 545px;
  }

  .tariff h2 {
    font-size: 20px;
    line-height: 32px;
  }

  .tariff .documents__item-lb {
    width: 100%;
    margin-bottom: 20px;
  }

  .tariff .documents__item-rb {
    width: 100%;
    justify-content: space-between;
  }

  .tariff .banner__box {
    max-width: 335px;
  }

  .tariff .banner__box:nth-child(2) form .btn {
    width: 100%;
    margin-top: 10px;
  }

  .tariff .banner__box:nth-child(2) .delivery .btn {
    margin-top: 0;
  }

  .order-status .top-item:not(:last-child) {
    margin-right: 50px;
  }

  .order-status .top-item:not(:last-child)::before {
    right: -27px;
  }

  .order-status .top-item:first-child .top-item__text {
    font-size: 26px;
    line-height: 40px;
  }

  .order-status .top-item__text {
    font-size: 18px;
    line-height: 26px;
  }

  .order-status .box-item__text {
    font-size: 15px;
  }

  .error-page__img {
    width: 500px;
  }

  .error-page__desc {
    max-width: 390px;
  }

  .error-page h1 span {
    font-size: 100px;
  }

  .error-page__text {
    font-size: 18px;
    line-height: 26px;
  }

  .footer__bottom-menu {
    max-width: 326px;
  }

  .footer__bottom-menu li {
    font-size: 11px;
    margin-right: 7px;
  }

  .footer .messengers {
    margin-right: 15px;
  }

  .footer .messengers a:not(:last-child) {
    margin-right: 2px;
  }

  .footer .language__wrapp {
    margin-right: 15px;
  }

  .footer .social {
    margin-right: 28px;
  }

  .footer .social a:not(:last-child) {
    margin-right: 5px;
  }

  .footer .email::before {
    left: -13px;
  }

  .footer__rb-bottom .btn {
    width: 48px;
    height: 48px;
    padding: 0;
  }

  .footer__rb-bottom .btn svg {
    display: block;
  }

  .footer__rb-bottom .btn span {
    display: none;
  }

  .footer .phones a {
    font-size: 11px;
    line-height: 18px;
  }

  .footer__menu {
    margin-right: 45px;
  }

  .footer__menu:nth-child(4) {
    margin-right: 45px;
  }

  .footer__menu-title {
    font-size: 13px;
    line-height: 19px;
  }

  .footer__menu ul li {
    font-size: 11px;
    line-height: 22px;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  .hide-only-lg {
    display: none;
  }

  .banner__box .input-row .input-inner {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .show-md {
    display: none;
  }

  .shop__advantages-item {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
  }

  .shop__advantages-item-img {
    margin-bottom: 0;
    width: 60px;
  }

  .shop__advantages-item-text {
    padding-left: 12px;
    text-align: left;
  }

  .shop__advantages.type--sidebar {
    margin-left: 0;
    justify-content: space-between;
  }

  .shop__advantages.type--sidebar .shop__advantages-item {
    margin: 0 0 20px;
    width: 100%;
    padding: 24px;
  }

  .shop__advantages.type--sidebar .shop__advantages-item-img {
    width: 50px;
  }

  .shop__advantages.type--sidebar .shop__advantages-item-text {
    font-size: 14px;
  }
}

@media (max-width: 991px) {
  .hide-md {
    display: none;
  }

  .sticky {
    position: relative;
    top: 0 !important;
  }

  .section-title {
    font-size: 24px;
    line-height: 32px;
  }

  .section-title::after {
    margin-left: 30px;
    transform: translateY(-11px);
  }

  .page__link-2 a:not(:last-child) {
    margin-right: 10px;
  }

  .header.animated .header__logo {
    width: 50px;
  }

  .header.animated .header__logo picture {
    width: 50px;
  }

  .header__logo {
    width: 50px;
    height: 50px;
    margin-left: 0;
    margin-top: 0;
  }

  .header__logo picture {
    width: 50px;
  }

  .header__bottom .container {
    height: 65px;
  }

  .header__bottom-menu {
    margin-left: 0;
    max-width: 309px;
  }

  .header__bottom-menu > li {
    font-size: 9px;
    margin-right: 4px;
    line-height: 13px;
  }

  .header__bottom-menu > li:hover ul {
    top: 28px;
  }

  .header__bottom-menu > li ul::before {
    height: 14px;
    top: -17px;
  }

  .header__bottom-menu > li ul > li {
    font-size: 10px;
    line-height: 20px;
  }

  .header__bottom .btn {
    width: 40px;
    height: 40px;
    margin-right: 8px;
  }

  .header__bottom .btn svg {
    transform: scale(0.8);
  }

  .header .menu__item span {
    font-size: 8px;
  }

  .header__top-logo {
    left: 10px;
  }

  .header__top-menu {
    padding-left: 90px;
  }

  .header__top-menu li {
    font-size: 10px;
    line-height: 13px;
  }

  .header__top-menu li a svg {
    width: 20px;
  }

  .header .language {
    width: 40px;
  }

  .header .language__wrapp {
    margin-right: 7px;
  }

  .header .language__dropdown {
    width: 206px;
  }

  .header .language__dropdown li {
    width: 100%;
  }

  .header .language img {
    width: 17px;
  }

  .header .language .icon-angle-down {
    margin-top: 3px;
    font-size: 8px;
  }

  .header .email {
    font-size: 10px;
    line-height: 14px;
  }

  .header .email::before {
    display: none;
  }

  .header__lk svg {
    margin-right: 5px;
    width: 17px;
  }

  .header__lk span {
    font-size: 10px;
    line-height: 14px;
  }

  .header .messengers {
    height: 17px;
  }

  .header .messengers a {
    width: 17px;
    height: 17px;
  }

  .header .messengers a:not(:last-child) {
    margin-right: 0;
  }

  .header .social a:not(:last-child) {
    margin-right: 3px;
  }

  .header .phones a {
    font-size: 11px;
    line-height: 16px;
  }

  .header__search {
    margin-right: 15px;
    margin-top: 4px;
  }

  .header__search-modal {
    left: 92px;
    width: calc(100% - 382px);
  }

  .header__search-form input {
    font-size: 12px;
    line-height: 17px;
  }

  .header__search-result ul li {
    font-size: 12px;
    line-height: 15px;
  }

  .header .menu__item:not(:last-child) {
    margin-right: 10px;
  }

  .header .menu__item:first-child {
    margin-right: 15px;
  }

  .header .menu__item:first-child::before {
    right: -9px;
  }

  .header .menu__item img {
    width: 21px;
  }

  .banner__lb {
    max-width: 100%;
    margin-bottom: 30px;
  }

  .banner__rb {
    max-width: 100%;
  }

  .banner__slider-title {
    font-size: 26px;
    line-height: 38px;
  }

  .banner__box-input-row .input-inner {
    max-width: calc(100% - 140px);
  }

  .banner__box-bottom {
    flex-direction: row;
  }

  .banner__box .btn {
    width: calc(100% - 250px);
    margin-top: 10px;
    margin-top: 0;
  }

  .banner__box .btn.blue {
    width: 121px;
  }

  .banner__box .custom-select.custom-select-calc .custom-select__body {
    max-height: 493px;
    height: initial;
  }

  .banner__box .delivery .input-wrapp {
    width: 96px;
  }

  .banner__box .delivery .input-wrapp.w100 {
    margin-bottom: 10px !important;
  }

  .banner__box .delivery .input-wrapp:not(:last-child) {
    margin-bottom: 0;
    margin-right: 12px;
  }

  .services__item {
    width: calc(33.3333% - 10px);
    margin-bottom: 10px;
  }

  .about .section-title br {
    display: none;
  }

  .about__top {
    padding: 60px 0 0;
  }

  .about__top::after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 1000%;
    left: 100%;
    border-radius: 4px 0 0 4px;
    background-color: #f7f8fb;
  }

  .about__bottom {
    display: none;
  }

  .about__bottom.mobile {
    display: block;
    margin-top: 40px;
    margin-bottom: 40px;
    max-width: 100%;
  }

  .about__desc {
    max-width: 100%;
  }

  .about__numbers {
    position: static;
    padding: 55px 45px 0 45px;
    border-radius: 4px;
  }

  .about__numbers .number {
    max-width: calc(50% - 10px);
  }

  .section-menu__item ul li {
    font-size: 11px;
    line-height: 16px;
    padding: 2px 2px;
    margin-bottom: 8px;
  }

  .clients__item img {
    transform: scale(0.8);
  }

  .documents h1 {
    margin-bottom: 30px;
  }

  .documents__item {
    padding: 25px 25px 25px 25px;
  }

  .documents__item-lb {
    width: calc(100% - 300px);
  }

  .documents__item-name {
    font-size: 14px;
    line-height: 23px;
  }

  .documents__item-weight {
    margin-right: 25px;
  }

  .documents__item-weight-title {
    font-size: 12px;
    line-height: 20px;
  }

  .documents__item-weight-text {
    font-size: 16px;
    line-height: 30px;
  }

  .documents__item .btn {
    width: 150px;
  }

  .documents-2 .documents__item-weight {
    margin-right: 20px;
  }

  .faq__items {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .faq__form {
    max-width: 100%;
  }

  .news-detail__banner {
    min-height: 230px;
    padding: 25px 25px;
    margin-bottom: 30px;
  }

  .news-detail__block {
    padding-left: 30px;
  }

  .news-detail__block:not(:last-child) {
    margin-bottom: 35px;
  }

  .news-detail__block::before {
    left: 8px;
  }

  .news-detail .content-box {
    margin-bottom: 30px;
  }

  .news-detail__wrapp {
    flex-direction: column-reverse;
  }

  .news-detail__desc {
    max-width: 100%;
  }

  .news-detail__img {
    width: 100%;
    position: static;
    margin-bottom: 30px;
  }

  .services-detail__banner {
    height: 180px;
  }

  .content-box {
    padding: 25px 30px;
    font-size: 16px;
    line-height: 25px;
  }

  .information h1 {
    margin-bottom: 18px;
  }

  .information h2 {
    margin-bottom: 15px;
  }

  .information__desc {
    flex-direction: column-reverse;
  }

  .information__content {
    max-width: 100%;
  }

  .information__content-wrapp:not(:last-child) {
    padding-bottom: 50px;
  }

  .information__links {
    position: static;
    margin-bottom: 30px;
  }

  .shop__banner {
    height: 210px;
  }

  .points__item {
    width: calc(50% - 20px);
  }

  .contacts__desc {
    max-width: 340px;
  }

  .contacts h1 {
    margin-bottom: 30px;
  }

  .contacts__phone {
    margin-bottom: 15px;
  }

  .contacts__social a:not(:last-child) {
    margin-right: 15px;
  }

  .contacts__map {
    width: calc(100% - 385px);
  }

  .calculate .note {
    width: calc(100% - 354px);
    margin-top: 0;
  }

  .calculate form {
    max-width: 100%;
  }

  .calculate__banner-img {
    display: none;
  }

  .calculate .banner__box {
    padding: 35px 25px 30px 25px;
  }

  .calculate .banner__box-value-row .input-inner {
    margin-left: 0;
    margin-top: 0;
  }

  .calculate .input-inner,
  .calculate .input-wrapp {
    margin-bottom: 10px;
  }

  .calculation-page .calculate form .inputs-row {
    max-width: 100%;
  }

  .calculation-page .calculate form .calc__top {
    max-width: 100%;
    width: 100%;
  }

  .calculation-page .calculate__row-item:not(:last-child) {
    margin-right: 35px;
  }

  .calculation-page .calculate__row-item:not(:last-child)::before {
    right: -20px;
  }

  .calculation-page .calculate__row-item-text {
    font-size: 26px;
    line-height: 38px;
  }

  .calculation-page .calculate__row-item-title {
    font-size: 11px;
    line-height: 15px;
  }

  .regions__decor::before {
    transform: translateX(-50%) scale(0.7);
  }

  .regions__item {
    width: calc(25% - 20px);
  }

  .shop__advantages-item {
    width: calc(33.3333% - 25px);
    margin-left: 25px;
    margin-bottom: 30px;
  }

  .tariff__wrapp {
    flex-direction: column-reverse;
  }

  .tariff .banner__box {
    max-width: 100%;
    margin-bottom: 30px;
  }

  .tariff .banner__box:nth-child(2) form .btn {
    width: calc(100% - 250px);
    margin-top: 0;
  }

  .tariff__text-content {
    max-width: 100%;
  }

  .stages {
    padding-bottom: 30px;
    margin-bottom: 50px;
  }

  .stages__row::before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, #000 53.12%, rgba(0, 0, 0, 0) 100%);
    width: 1px;
    height: 100%;
    top: 50%;
    left: 52%;
  }

  .stages__item {
    width: calc(50% - 50px);
    margin-left: 50px;
  }

  .stages__item:nth-child(2)::before,
  .stages__item:nth-child(3)::before {
    display: none;
  }

  .order-status h1 {
    margin-bottom: 30px;
  }

  .order-status__box-col:first-child {
    margin-right: 50px;
  }

  .order-status__box-col:first-child::before {
    right: -28px;
  }

  .order-status .top-item {
    width: 100%;
  }

  .order-status .top-item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .order-status .top-item:not(:last-child)::before {
    display: none;
  }

  .error-page__img {
    width: 340px;
  }

  .error-page__desc {
    max-width: 330px;
  }

  .error-page h1 span {
    font-size: 75px;
    line-height: 8px;
  }

  .error-page__text {
    font-size: 16px;
    line-height: 24px;
  }

  .news .page__link {
    position: relative;
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    display: block;
    margin-left: -20px;
    padding: 0 20px;
    width: calc(100% + 40px);
    min-width: calc(100% + 40px);
  }

  .footer .container {
    flex-direction: column-reverse;
  }

  .footer__top-menu {
    margin-left: 0;
  }

  .footer__rb {
    width: 100%;
  }

  .footer__rb-top {
    padding-left: 0;
  }

  .footer__rb-top::before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 1000%;
    right: 100%;
    border-radius: 4px 0 0 4px;
    background-color: #f7f8fb;
  }

  .footer__rb-bottom::before {
    display: block;
    content: "";
    position: absolute;
    bottom: 0;
    height: 1px;
    width: 1000%;
    left: -100%;
    background-color: #f1f1f1;
  }

  .footer__rb-bottom .btn {
    width: 220px;
  }

  .footer__rb-bottom .btn span {
    display: block;
  }

  .footer__rb-bottom .btn svg {
    display: none;
  }

  .footer__rb-menu {
    padding: 30px 0 20px 0;
  }

  .footer__lb {
    max-width: 100%;
  }

  .footer__lb::after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 1000%;
    left: 100%;
    border-radius: 4px 0 0 4px;
    background-color: #f7f8fb;
  }

  .footer__lb-top::after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 1000%;
    left: 100%;
    border-radius: 4px 0 0 4px;
    background-color: #f1f2f5;
    z-index: 3;
  }

  .footer__bottom-menu {
    padding-left: 0;
    max-width: 100%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
  }

  .footer .phones a {
    font-size: 13px;
  }

  .footer__top-menu li a svg {
    width: 42px;
    height: 42px;
  }

  .footer .messengers {
    height: 18px;
  }

  .footer .messengers a img {
    width: 18px;
  }

  .footer__menu {
    margin-right: 30px;
  }

  .footer__menu-title {
    margin-bottom: 10px;
  }

  .footer__copy-title br {
    display: none;
  }

  .footer__copy-text {
    max-width: 100%;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .ordhistory__item-header .ordhistory__item-props,
  .ordhistory__item-header .props-brd {
    margin-right: 40px;
  }
}

@media (min-width: 768px) {
  .show-sm {
    display: none;
  }
}

@media (max-width: 767px) {
  .hide-sm {
    display: none;
  }

  .mb-sm-0 {
    margin-bottom: 0;
  }

  .scrolly-hidden {
    position: relative;
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    display: block;
    margin-left: -20px;
    padding: 0 20px;
    width: calc(100% + 40px);
    min-width: calc(100% + 40px);
  }

  .slider .nav-next,
  .slider .nav-prev,
  .slider .slick-next,
  .slider .slick-prev {
    width: 30px;
    height: 30px;
    font-size: 10px;
  }

  .slider .slick-next {
    right: 10px;
  }

  .slider .slick-prev {
    left: 10px;
  }

  .content + div {
    margin-top: 20px;
  }

  .content h1 {
    margin-bottom: 25px;
  }

  .main__mps h1 {
    font-size: 26px;
    line-height: 38px;
  }

  .main__mps h2 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 15px;
  }

  .main__mps p {
    margin-bottom: 10px;
    font-size: 14px;
  }

  .main__sitemap > li {
    margin-bottom: 10px;
  }

  .main__sitemap > li > a {
    font-size: 16px;
    line-height: 24px;
  }

  .main__sitemap-ul {
    margin: 20px 0 25px;
  }

  .main__sitemap-ul li {
    font-size: 12px;
    line-height: 25px;
    margin-bottom: 4px;
  }

  .confid h1 {
    margin-bottom: 25px;
  }

  .confid .content h3 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 15px;
  }

  .confid .content p {
    font-size: 14px;
  }

  .confid .content p:not(:last-child) {
    margin-bottom: 10px;
  }

  .confid .content li {
    margin-bottom: 10px;
  }

  .section-title {
    font-size: 22px;
    line-height: 28px;
  }

  .section-title::after {
    margin-left: 20px;
    transform: translateY(-9px);
  }

  .content-box {
    font-size: 14px;
    line-height: 23px;
  }

  .header__logo {
    width: auto;
  }

  .header__logo picture {
    left: 40px;
    width: 80px;
  }

  .header__top {
    display: none;
  }

  .header .burger__menu {
    display: block;
  }

  .header__bottom .container {
    height: 62px;
  }

  .header__bottom-menu {
    display: none;
  }

  .header__bottom .btn {
    position: relative;
    margin-right: 20px;
  }

  .header__bottom .btn.blue svg {
    transform: scale(1);
  }

  .header__bottom .btn.blue .flag {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 10;
    width: 16px;
  }

  .header .menu__row {
    display: none;
  }

  .header .phones {
    margin-right: 20px;
  }

  .header .phones a {
    font-size: 12px;
  }

  .header__nav .language {
    width: 51px;
  }

  .header__nav .language__wrapp {
    margin-right: 20px;
  }

  .header__nav .language img {
    width: 20px;
  }

  .header__nav .messengers {
    height: 24px;
    margin-right: 0;
  }

  .header__nav .messengers a {
    width: 24px;
    height: 24px;
  }

  .header__nav .messengers a:not(:last-child) {
    margin-right: 12px;
  }

  .header__nav .messengers a img {
    width: 24px;
    height: 24px;
  }

  .header__nav .header__lk {
    padding: 15px 15px;
    background: #fff;
    border-radius: 4px;
    justify-content: center;
    margin-bottom: 10px;
  }

  .header__nav .header__lk svg {
    margin-right: 16px;
    width: 30px;
  }

  .header__nav .header__lk span {
    font-size: 14px;
    line-height: 19px;
    font-weight: 700;
  }

  .header__nav .header__top-menu {
    padding-left: 0;
    margin-bottom: 10px;
  }

  .header__nav .header__top-menu li {
    margin-bottom: 10px;
    padding: 18px 14px;
    background: #fff;
    border-radius: 4px;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
  }

  .header__nav .header__top-menu li:hover ul {
    display: none;
  }

  .header__nav .header__top-menu li a {
    width: 100%;
  }

  .header__nav .header__top-menu li a svg {
    margin-right: 12px;
  }

  .header__nav .header__top-menu li a span {
    width: calc(100% - 40px);
  }

  .header__nav .header__top-menu li a span span br {
    display: none;
  }

  .header__nav .header__top-menu li > .open-submenu {
    display: flex;
  }

  .header__nav .header__top-menu li ul {
    position: relative;
    top: 0;
    left: 0;
    padding: 10px 0 0 32px;
    width: 100%;
    font-size: 13px;
    box-shadow: none;
    border: 0;
    background: 0 0;
  }

  .header__nav .header__top-menu li ul:before {
    display: none;
  }

  .header__nav .header__top-menu li ul li {
    padding: 0;
    font-size: 13px;
  }

  .header__nav .menu__row {
    display: flex;
    padding: 19px;
    background: #fff;
    border-radius: 4px;
    justify-content: center;
    margin-bottom: 30px;
  }

  .header__nav .menu__item:first-child {
    margin-right: 30px;
  }

  .header__nav .menu__item:first-child::before {
    display: none;
  }

  .header__nav .menu__item:not(:last-child) {
    margin-right: 30px;
  }

  .header__nav .menu__item img {
    width: 32px;
  }

  .header__nav .menu__item span {
    font-weight: 600;
    font-size: 10px;
    line-height: 14px;
  }

  .header__nav .header__bottom-menu {
    display: block;
    max-width: 100%;
    margin-bottom: 33px;
  }

  .header__nav .header__bottom-menu > li {
    display: block;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .header__nav .header__bottom-menu > li a {
    color: #000;
  }

  .header__nav .header__bottom-menu > li ul {
    opacity: 1;
    pointer-events: initial;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    position: static;
    border: none;
    box-shadow: none;
    padding: 0;
    border-radius: 0;
    background-color: transparent;
    width: 100%;
    transition: none;
    margin-top: 13px;
    margin-bottom: 22px;
  }

  .header__nav .header__bottom-menu > li ul li {
    font-weight: 500;
    font-size: 13px;
    line-height: 23px;
  }

  .header__nav .btn {
    width: 100%;
    margin-bottom: 22px;
  }

  .header__nav .btn svg {
    display: none;
  }

  .header__nav .phones {
    margin-right: 0;
    margin-bottom: 21px;
    text-align: center;
  }

  .header__nav .phones a {
    font-size: 16px;
    line-height: 22px;
    display: table;
    margin: 0 auto;
  }

  .header__nav .phones a:not(:last-child) {
    margin-bottom: 5px;
  }

  .header__nav .email {
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    margin: 0 auto;
    margin-bottom: 16px;
    display: table;
  }

  .header__nav .social {
    text-align: center;
    margin-right: 0;
    justify-content: center;
  }

  .header__nav .social a:not(:last-child) {
    margin-right: 8px;
  }

  .about .section-title br {
    display: block;
  }

  .about__numbers .number__title {
    font-size: 40px;
    line-height: 55px;
  }

  .about__numbers .number__text {
    font-size: 14px;
    line-height: 22px;
  }

  .banner__slider {
    height: 350px;
  }

  .banner__slider-title {
    font-size: 20px;
    line-height: 30px;
  }

  .banner__slider-text {
    font-size: 14px;
    line-height: 21px;
  }

  .banner__slider-item {
    height: 372px;
  }

  .banner__box .form-subtitle {
    font-size: 12px;
  }

  .banner__box .form-title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 15px;
  }

  .banner__box-title {
    font-size: 20px;
    line-height: 28px;
  }

  .banner__box .custom-select.custom-select-calc .custom-select__header {
    height: 100px;
  }

  .banner__box .custom-select.custom-select-calc .custom-select__header .select-props {
    font-size: 20px;
    line-height: 28px;
  }

  .banner__box .custom-select.custom-select-calc .custom-select__header .sm {
    font-size: 12px;
    line-height: 19px;
  }

  .banner__box .custom-select.custom-select-calc .custom-select__body {
    top: 99px;
  }

  .banner__box .custom-select.custom-select-calc .custom-select__body .props {
    padding: 22px 24px;
  }

  .banner__box .custom-select.custom-select-calc .custom-select__body .props span {
    font-size: 16px;
    line-height: 22px;
  }

  .section-menu {
    margin-bottom: 35px;
  }

  .section-menu__row {
    flex-direction: column;
  }

  .section-menu__item {
    width: 100%;
  }

  .section-menu__item::before {
    display: none;
  }

  .section-menu__item:not(:last-child)::after {
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    background-color: #e8e8e8;
    top: auto;
    bottom: 0;
    right: 0;
  }

  .advantages__item {
    width: 33.3333%;
  }

  .services {
    margin-bottom: 30px;
  }

  .services .section-title {
    margin-bottom: 30px;
  }

  .services-page h1 {
    margin-bottom: 25px;
  }

  .services-page .services__item {
    width: calc(50% - 10px);
    margin-bottom: 10px;
  }

  .services-page .services__item-text {
    padding: 10px 10px;
  }

  .services-detail h1 {
    margin-bottom: 15px;
  }

  .news-slider__item {
    margin-bottom: 20px;
  }

  .news-slider__item:nth-child(n+4) {
    display: none;
  }

  .news-slider__item-title {
    margin-bottom: 10px;
  }

  .news-detail h1 {
    margin-bottom: 30px;
  }

  .news-detail__block:not(:last-child) {
    margin-bottom: 25px;
  }

  .clients__row::before {
    display: none;
  }

  .clients__item {
    display: inline-flex;
    height: 100px;
    width: 163px;
  }

  .clients__item:nth-child(1)::before,
  .clients__item:nth-child(2)::before,
  .clients__item:nth-child(3)::before {
    display: none;
  }

  .clients__item:not(:last-child) {
    margin-right: 20px;
  }

  .clients__item img {
    transform: scale(1);
  }

  .corporate h1 {
    margin-bottom: 25px;
  }

  .calculate .note {
    width: 100%;
    margin-top: 10px;
  }

  .calculate .banner__box-value-row .input-inner {
    margin-top: 15px;
  }

  .calculate .inputs__inner {
    width: 100%;
  }

  .calculate .inputs__inner.mb30:first-child {
    margin-bottom: 60px;
  }

  .calculate .banner__box .inputs-row .inputs__inner:nth-child(1)::before {
    top: auto;
    right: auto;
    bottom: -36px;
    left: 14px;
    transform: rotate(0);
  }

  .calculation-page .calculate__row-item {
    width: 100%;
  }

  .calculation-page .calculate__row-item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .calculation-page .calculate__row-item:not(:last-child)::before {
    display: none;
  }

  .calculation-page .calculate .banner__box-value-row .input-wrapp:nth-child(3)::before {
    display: none;
  }

  .calculation-page .calculate .banner__box .btn {
    width: 100%;
    margin-right: 0;
    margin-top: 10px;
  }

  .calculation-page .calculate form .calc__top-wrapp {
    width: 100%;
  }

  .banner__box .delivery {
    justify-content: flex-start;
  }

  .ordhistory__item-header {
    padding: 16px 55px 16px 20px;
  }

  .ordhistory__item-header .header-icon {
    right: 20px;
  }

  .ordhistory__item-header .props-brd {
    height: 60px;
  }

  .ordhistory__item-props .title-props {
    font-size: 16px;
  }

  .ordhistory__item-props .title-props.fz24 {
    font-size: 20px;
  }

  .ordhistory__item-body {
    padding: 20px;
  }

  .ordhistory__item-body .input-address {
    min-width: 100%;
    width: 100%;
  }

  .tariff .documents__item {
    margin-bottom: 40px;
  }

  .tariff__content ul li {
    font-size: 14px;
  }

  .tariff__content h2 + ul {
    margin-bottom: 40px;
  }

  .documents__item {
    flex-direction: column;
  }

  .documents__item-lb {
    width: 100%;
    flex-direction: column;
    margin-bottom: 30px;
  }

  .documents__item img {
    margin-right: 0;
    margin-bottom: 15px;
  }

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

  .documents__item-tariff .tariff__note {
    margin-bottom: 27px;
    text-align: center;
  }

  .documents-2 .documents__row {
    margin-left: -10px;
  }

  .documents-2 .documents__item {
    width: calc(50% - 10px);
    margin-left: 10px;
    margin-bottom: 10px;
    padding: 20px 15px;
  }

  .documents-2 .documents__item-lb {
    align-items: center;
  }

  .documents-2 .documents__item img {
    margin-right: 0;
    margin-top: 0;
  }

  .documents-2 .documents__item-weight {
    margin-right: 0;
    margin-bottom: 10px;
    text-align: center;
  }

  .documents-2 .documents__item-rb {
    padding-left: 0;
    flex-direction: column;
  }

  .documents-2 .documents__item .btn {
    width: 100%;
  }

  .news-detail {
    margin-bottom: 60px;
  }

  .news-detail__banner {
    min-height: 190px;
    padding: 20px 20px;
    margin-bottom: 25px;
  }

  .news-detail__block {
    padding-left: 20px;
  }

  .news-detail__block::before {
    left: 4px;
  }

  .shop {
    margin-bottom: 50px;
  }

  .shop__advantages-item {
    width: calc(50% - 25px);
    margin-left: 25px;
    margin-bottom: 30px;
  }

  .shop__bigbtn-wrap.mt60.mb80 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .faq .toggle-title span:nth-child(1) {
    font-size: 16px;
    line-height: 22px;
  }

  .faq__item {
    padding: 25px 0;
  }

  .faq__form-title {
    font-size: 22px;
    line-height: 36px;
  }

  .news h1 {
    margin-bottom: 25px;
  }

  .news .page__link {
    margin-bottom: 30px;
  }

  .news .news-slider__item {
    width: calc(50% - 20px);
    margin-bottom: 25px;
  }

  .news .news-slider__item:nth-child(n+4) {
    display: block;
  }

  .others-news .news-slider__item {
    width: 100%;
    margin-bottom: 30px;
  }

  .shop__banner {
    height: 150px;
    margin-bottom: 30px;
  }

  .shop__banner-caption {
    padding: 24px 20px;
  }

  .shop__banner-minitext {
    font-size: 14px;
  }

  .shop h1 {
    margin-bottom: 15px;
  }

  .points__item-title {
    font-size: 14px;
    line-height: 21px;
  }

  .points__item-phone {
    font-size: 14px;
    line-height: 20px;
  }

  .points .contacts__item-text {
    font-size: 14px;
    line-height: 20px;
  }

  .points__map {
    height: 250px;
  }

  .stages h2 {
    margin-bottom: 40px;
  }

  .stages__item {
    margin-bottom: 45px;
  }

  .stages__item-count {
    font-size: 30px;
  }

  .stages__item-count::before {
    width: 30px;
    height: 30px;
    top: 2px;
  }

  .stages__item-title {
    font-size: 16px;
  }

  .points .section-title.nowrap {
    white-space: normal;
    display: block;
  }

  .points .section-title.nowrap::after {
    display: none;
  }

  .contacts__top {
    margin-bottom: 55px;
  }

  .contacts__desc {
    max-width: 100%;
    margin-bottom: 30px;
  }

  .contacts__map {
    width: 100%;
    height: 250px;
  }

  .contacts__phone-item {
    font-size: 18px;
    line-height: 24px;
  }

  .contacts__item-text {
    font-size: 15px;
    line-height: 20px;
  }

  .regions__decor::before {
    transform: translateX(-50%) scale(0.5);
  }

  .regions__item {
    width: calc(33.3333% - 20px);
  }

  .order-status .input-inner {
    width: 292px;
  }

  .order-status__box-col:first-child {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .order-status__box-col:first-child::before {
    display: none;
  }

  .order-status .top-item:first-child .top-item__text {
    font-size: 22px;
    line-height: 36px;
  }

  .order-status .top-item__text {
    font-size: 16px;
    line-height: 24px;
  }

  .order-status .box-item:not(:last-child) {
    margin-bottom: 10px;
  }

  .error-page__wrapp {
    flex-direction: column;
  }

  .error-page__desc {
    max-width: 100%;
    margin-bottom: 30px;
  }

  .error-page__img {
    width: 100%;
  }

  .footer__rb-top {
    height: auto;
    padding: 5px 0;
  }

  .footer__rb-bottom .btn {
    width: 48px;
  }

  .footer__rb-bottom .btn svg {
    display: block;
  }

  .footer__rb-bottom .btn span {
    display: none;
  }

  .footer__top-menu {
    width: 100%;
    margin-bottom: 20px;
    position: relative;
  }

  .footer__top-menu::before {
    content: "";
    position: absolute;
    background-color: #dedede;
    width: 1000%;
    height: 1px;
    left: -100%;
    bottom: -14px;
    z-index: 4;
  }

  .footer__top-wrapp {
    width: 100%;
    max-width: 100%;
    justify-content: space-between;
  }

  .footer__bottom-menu {
    display: none;
  }

  .footer .email::before {
    display: none;
  }
}

@media (min-width: 577px) {
  .show-xs {
    display: none;
  }
}

@media (max-width: 576px) {
  .hide-xs {
    display: none;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .popup__backcall,
  .popup__calculationbigform,
  .popup__city-selection,
  .popup__login,
  .popup__new-pass,
  .popup__recovery-pass,
  .popup__signin {
    position: fixed;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    max-width: 100%;
    border-radius: 0;
    height: 100vh;
    overflow-y: auto;
  }

  .popup__title {
    font-size: 26px;
    line-height: 30px;
  }

  .popup__new-pass,
  .popup__recovery-pass {
    padding: 40px 32px 32px 30px;
  }

  .popup__signin {
    padding: 40px 30px 35px 30px;
  }

  .popup__login {
    padding: 40px 30px 40px 30px;
  }

  .popup__city-selection-form .city-col {
    font-size: 14px;
    line-height: 18px;
  }

  .popup__city-selection-form .city-col li:not(:last-child) {
    margin-bottom: 15px;
  }

  .popup__city-selection-form .btn {
    height: 48px;
  }

  .popup__backcall {
    padding: 45px 30px 40px 30px;
  }

  .input-wrap .error-text {
    padding: 1px 5px;
    font-size: 10px;
  }

  .section-title {
    font-size: 20px;
    line-height: 26px;
  }

  .main__mps h1 {
    font-size: 24px;
    line-height: 34px;
  }

  .main__mps h2 {
    font-size: 18px;
    line-height: 28px;
  }

  .page__link a {
    font-size: 12px;
    line-height: 12px;
    padding: 8px 19px;
  }

  .page__link a:not(:last-child) {
    margin-right: 7px;
  }

  .slider .nav-next,
  .slider .nav-prev,
  .slider .slick-next,
  .slider .slick-prev {
    width: 20px;
    height: 20px;
    font-size: 8px;
  }

  .header__nav-top {
    width: calc(100% + 40px);
    margin-left: -20px;
  }

  .banner {
    overflow: hidden;
    padding: 15px 0 23px;
  }

  .banner .container {
    padding: 0 5px;
  }

  .banner__slider {
    height: 300px;
  }

  .banner__slider-desc {
    padding: 67px 50px;
  }

  .banner__slider-title {
    font-size: 18px;
    line-height: 26px;
  }

  .banner__slider-item {
    height: 290px;
  }

  .banner__box-title {
    font-size: 18px;
    line-height: 26px;
  }

  .banner__box .total .sum {
    font-size: 20px;
    line-height: 30px;
  }

  .banner__box .total .days {
    font-size: 20px;
    line-height: 36px;
  }

  .banner__box .btn {
    width: calc(100% - 187px);
  }

  .banner__box-input-row .input-inner {
    max-width: calc(100% - 122px);
  }

  .banner__box-input-row .input-inner .input {
    padding: 0 20px 0 40px;
    font-size: 12px;
  }

  .about__top {
    padding: 40px 0 0;
  }

  .about__numbers {
    padding: 35px 20px 0 20px;
  }

  .advantages__item {
    width: 50%;
  }

  .section-menu {
    padding: 20px 0 25px;
  }

  .faq {
    margin-bottom: 60px;
  }

  .faq h1 {
    margin-bottom: 20px;
  }

  .faq .toggle-title span:nth-child(1) {
    font-size: 14px;
    line-height: 20px;
  }

  .faq__item {
    padding: 20px 0;
  }

  .faq__form {
    padding: 20px 20px 33px 20px;
  }

  .faq__form-title {
    font-size: 20px;
    line-height: 34px;
  }

  .faq__wrapp {
    padding-bottom: 50px;
    margin-bottom: 45px;
  }

  .points .section-title {
    margin-bottom: 30px;
  }

  .points__item {
    width: 100%;
    margin-bottom: 10px;
  }

  .stages__row::before {
    display: none;
  }

  .stages__item {
    width: 100%;
  }

  .private-clients {
    margin-bottom: 50px;
  }

  .calculate .banner__box-value-row .input-wrapp:nth-child(4)::before {
    display: none;
  }

  .calculate .banner__box .banner__box-value-row {
    margin-bottom: 15px;
    flex-direction: column;
    align-items: flex-start;
  }

  .calculate .banner__box .banner__box-value-row .input-wrapp {
    margin-right: 0;
    margin-bottom: 15px;
  }

  .calculate .banner__box .banner__box-value-row .input-inner,
  .calculate .banner__box .banner__box-value-row .input-wrapp {
    width: 100% !important;
    text-align: left;
  }

  .calculate .banner__box .banner__box-value-row .input-inner label,
  .calculate .banner__box .banner__box-value-row .input-wrapp label {
    text-align: left;
  }

  .calculate .banner__box:nth-child(2) form .btn {
    margin-right: 0;
    width: 100%;
    margin-top: 15px;
  }

  .calculate .banner__box .input-row {
    justify-content: space-between;
  }

  .calculate .banner__box .input-row .input-inner {
    width: calc(50% - 10px);
  }

  .calculate .banner__box .input-row .input-inner:not(:last-child) {
    margin-right: 0;
  }

  .calculate .banner__box .calculate__bottom .input-inner {
    width: 100%;
    margin-right: 0;
    height: 46px;
  }

  .calculate .note {
    width: 100%;
    display: block;
    margin-top: 20px;
  }

  .tariff .banner__box {
    width: calc(100% + 30px);
    max-width: calc(100% + 30px);
    margin-left: -15px;
  }

  .tariff .banner__box:nth-child(2) form .btn {
    width: calc(100% - 187px);
  }

  .shop__advantages {
    margin-left: -15px;
  }

  .shop__advantages-item {
    width: calc(50% - 15px);
    margin-left: 15px;
    margin-bottom: 15px;
    padding: 25px 20px 30px 20px;
  }

  .shop__advantages-item-img {
    margin-bottom: 20px;
    width: 70px;
  }

  .shop p:last-of-type {
    margin-bottom: 30px;
  }

  .regions__item {
    width: calc(50% - 20px);
    justify-content: center;
  }

  .order-status .input-inner {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }

  .order-status .btn {
    width: 100%;
  }

  .ordhistory__item-body .ordhistory__item-contacts,
  .ordhistory__item-body .ordhistory__item-props {
    width: 100%;
    margin-right: 0;
  }

  .ordhistory__item-header {
    padding-right: 45px;
  }

  .ordhistory__item-header .header-img {
    margin-right: 10px;
    width: 55px;
  }

  .ordhistory__item-props.props-number {
    margin-right: 0;
  }

  .ordhistory__item-props.props-number .fz24 {
    font-size: 18px;
  }

  .stages::after,
  .stages::before {
    width: calc(100% + 40px);
    left: -20px;
  }

  .information__content-block:not(:last-child)::after,
  .information__content-block:not(:last-child)::before {
    width: calc(100% + 40px);
    left: -20px;
  }

  .breadcrumbs {
    white-space: nowrap;
    overflow-x: auto;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: -20px;
    width: calc(100% + 40px);
  }
}

@media (max-width: 480px) {
  .content h1,
  .main__mps h1 {
    font-size: 22px;
    line-height: 32px;
  }

  .content h2,
  .main__mps h2 {
    font-size: 16px;
    line-height: 26px;
  }

  .content p,
  .main__mps p {
    font-size: 12px;
  }

  .content p:not(:last-child),
  .main__mps p:not(:last-child) {
    margin-bottom: 10px;
  }

  .content p a,
  .main__mps p a {
    font-size: 12px;
  }

  .search__result-item .item-text {
    font-size: 12px;
  }

  .slider .slick-dots li {
    width: 5px;
    height: 5px;
    margin: 0 2px;
  }

  .slider .slick-dots li.slick-active {
    width: 6px;
    height: 6px;
  }

  .section-title::after {
    display: none;
  }

  .section-title.nowrap {
    white-space: normal;
  }

  .section-title.nowrap span {
    display: contents;
  }

  .page__link-2 a {
    padding: 10px 20px;
  }

  .confid .content p {
    font-size: 12px;
  }

  .confid .content li {
    font-size: 12px;
    line-height: 22px;
  }

  .header .phones {
    display: none;
  }

  .header__bottom .btn.blue {
    display: inline-flex;
  }

  .header__nav .phones {
    display: block;
  }

  .banner__box-value-row .input-wrapp {
    height: 46px;
  }

  .banner__box .input-row .input-inner,
  .banner__box-value-row .input-wrapp {
    margin-top: 0;
    margin-bottom: 15px;
    width: 100%;
  }

  .banner__box .input-row .input-inner .input,
  .banner__box-value-row .input-wrapp .input {
    height: 46px;
    padding: 0 5px 0 85px;
    border-radius: 6px !important;
  }

  .banner__box-value-row .input-wrapp label {
    top: 50%;
    left: 16px;
    transform: translateY(-50%);
    width: 50%;
    text-align: left;
  }

  .banner__slider {
    height: 230px;
  }

  .banner__slider-title {
    font-size: 16px;
    line-height: 24px;
  }

  .banner__slider-text {
    font-size: 12px;
    line-height: 19px;
    margin: 20px auto 0;
  }

  .banner__slider-text::before {
    width: 100px;
    height: 3px;
    top: -9px;
  }

  .banner__slider-item {
    height: 240px;
  }

  .about__bottom.mobile {
    margin-bottom: 20px;
  }

  .about__note {
    flex-direction: column;
    margin-bottom: 20px;
  }

  .about__note img {
    margin-bottom: 20px;
  }

  .about__note .text {
    width: 100%;
  }

  .about__numbers .number {
    padding-left: 20px;
  }

  .about__numbers .number__title {
    font-size: 32px;
    line-height: 44px;
  }

  .about__numbers .number__text {
    font-size: 12px;
    line-height: 20px;
  }

  .news-slider__item-title {
    font-size: 14px;
    line-height: 21px;
  }

  .news-slider__item-text {
    font-size: 12px;
    line-height: 22px;
    margin-bottom: 5px;
  }

  .news h1 {
    margin-bottom: 20px;
  }

  .news .news-slider__item {
    width: 100%;
  }

  .news-detail h1 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 20px;
  }

  .news-detail h2 {
    margin-bottom: 10px;
  }

  .content-box {
    padding: 20px 20px;
    font-size: 12px;
    line-height: 20px;
  }

  .documents__row {
    margin-bottom: 40px;
  }

  .documents-2 .documents__item {
    width: 100%;
  }

  .services__row {
    margin-left: -5px;
  }

  .services__item {
    width: calc(50% - 5px);
    margin-left: 5px;
    margin-bottom: 5px;
  }

  .services-page .services__item {
    width: calc(50% - 5px);
    margin-bottom: 5px;
  }

  .services-detail__banner {
    height: 140px;
    margin-bottom: 25px;
  }

  .information__links {
    max-width: 100%;
  }

  .information__content-block:not(:last-child) {
    padding-bottom: 40px;
  }

  .information__content-wrapp:not(:last-child) {
    padding-bottom: 30px;
  }

  .contacts__phone-item {
    font-size: 16px;
    line-height: 22px;
  }

  .contacts__item {
    margin-bottom: 15px;
  }

  .contacts__item-text {
    font-size: 14px;
    line-height: 19px;
  }

  .stages {
    margin-top: 45px;
  }

  .regions .about__note {
    flex-direction: column;
  }

  .regions .about__note img {
    margin-bottom: 20px;
  }

  .regions .about__note .text {
    width: 100%;
  }

  .shop__advantages-item-text {
    font-size: 12px;
    max-width: 200px;
    margin: 0 auto;
  }

  .shop p:last-of-type {
    margin-bottom: 30px;
  }

  .tariff__content ul {
    padding-left: 20px;
  }

  .tariff__content ul li {
    font-size: 12px;
  }

  .tariff__content ul li:not(:last-child) {
    margin-bottom: 10px;
  }

  .tariff__content h2 + ul {
    margin-bottom: 25px;
  }

  .order-status .top-item:first-child .top-item__text {
    font-size: 20px;
    line-height: 32px;
  }

  .order-status .top-item__text {
    font-size: 14px;
    line-height: 22px;
  }

  .order-status .box-item__text {
    font-size: 14px;
  }

  .main__hr.mb100 {
    margin-bottom: 60px;
  }

  .search__form {
    max-width: 560px;
  }

  .search__form .btn,
  .search__form .input {
    width: 100%;
  }

  .lk__form-edit.mb60 {
    margin-bottom: 40px;
  }

  .lk__form-edit .btn-edit,
  .lk__form-edit .btn-save {
    width: 100%;
  }

  .footer .menu__row {
    width: 100%;
    justify-content: center;
    margin-bottom: 20px;
  }

  .footer .phones {
    width: 100%;
    text-align: center;
  }

  .footer .phones a {
    text-align: center;
    font-size: 16px;
    line-height: 21px;
    display: table;
    margin: 0 auto;
  }

  .footer__rb-bottom .btn {
    width: 243px;
    margin: 0 auto 15px;
  }

  .footer__rb-bottom .btn svg {
    display: none;
  }

  .footer__rb-bottom .btn span {
    display: block;
  }
}

@media (max-width: 420px) {
  .banner__box-bottom {
    flex-direction: column;
  }

  .banner__box .btn {
    width: 100%;
    margin-top: 10px;
  }

  .banner__box .custom-select.custom-select-calc .custom-select__body {
    height: 539px;
  }

  .banner__box .delivery {
    padding: 20px;
  }

  .banner__box .delivery__top::before {
    width: calc(100% + 40px);
    left: -20px;
  }

  .popup__city-selection-form .city-col:nth-child(n+2) {
    display: none;
  }

  .popup__city-selection-form .city-col:first-child {
    margin-right: 0;
  }

  .calculate .banner__box:nth-child(2) form .btn {
    margin-right: 0;
    width: 100%;
  }

  .calculate .banner__box .input-row .input-inner {
    width: 100%;
  }

  .calculation-page .calculate .banner__box .btn {
    width: 100%;
    margin-right: 0;
  }

  .calculation-page .calculate__row {
    text-align: center;
  }

  .calculation-page .calculate__row::before {
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
  }

  .calculation-page .calculate__row-item-text {
    font-size: 22px;
    line-height: 32px;
  }

  .shop__advantages-item {
    padding: 20px 16px 24px 16px;
  }

  .shop__advantages-item br {
    display: none;
  }

  .tariff .banner__box:nth-child(2) form .btn {
    width: 100%;
    margin-top: 10px;
  }
}

@media (max-width: 405px) {
  .footer .language__dropdown {
    width: 186px;
  }

  .footer .language__dropdown li {
    width: 100%;
  }
}

@media (max-width: 375px) {
  .flex-checkbox .text {
    font-size: 10px;
    line-height: 15px;
  }

  .popup label {
    font-size: 11px;
  }

  .popup .input::-moz-placeholder {
    font-size: 11px;
  }

  .popup .input:-ms-input-placeholder {
    font-size: 11px;
  }

  .popup .input::placeholder {
    font-size: 11px;
  }

  .header__bottom .btn {
    width: 32px;
    height: 32px;
  }

  .header__bottom .btn svg {
    transform: scale(0.8);
  }

  .header__bottom .btn.blue {
    margin-right: 15px;
  }

  .banner__slider-title {
    font-size: 14px;
    line-height: 22px;
  }

  .banner__slider-text {
    font-size: 10px;
    line-height: 16px;
  }

  .banner__box .input-inner.weight .input {
    padding: 0 60px 0 45px;
  }

  .banner__box .input-inner.weight::before {
    width: 20px;
    height: 17px;
  }

  .banner__box .input-inner.size .input {
    padding: 0 60px 0 45px;
  }

  .banner__box .input-inner.size::before {
    width: 16px;
    height: 16px;
  }

  .banner__box:nth-child(2) form .btn {
    width: 90px;
  }

  .banner__box:nth-child(2) form .input-search {
    padding: 0 92px 0 45px;
  }

  .banner__box:nth-child(2) form .input-search::-moz-placeholder {
    font-size: 10px;
  }

  .banner__box:nth-child(2) form .input-search:-ms-input-placeholder {
    font-size: 10px;
  }

  .banner__box:nth-child(2) form .input-search::placeholder {
    font-size: 10px;
  }

  .banner__box .flex-checkbox__row {
    flex-direction: column;
    align-items: flex-start;
  }

  .banner__box .flex-checkbox__row .flex-checkbox:not(:last-child) {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .banner__box .input-address .input {
    padding: 24px 20px 5px 43px;
    font-size: 10px;
  }

  .banner__box .input-address label {
    left: 43px;
    font-size: 10px;
  }

  .banner__box .delivery .input-wrapp {
    width: 100%;
  }

  .banner__box .delivery .input-wrapp:not(:last-child) {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .banner__box .delivery .input-wrapp label {
    font-size: 10px;
    line-height: 12px;
  }

  .banner__box .delivery .input-wrapp .input {
    font-size: 12px;
  }

  .banner__box .delivery__title {
    font-size: 16px;
    line-height: 24px;
  }

  .banner__box .custom-select__header .sm {
    font-size: 10px;
  }

  .banner__box .custom-select__header .select-props {
    font-size: 11px;
  }

  .banner__box .custom-select.custom-select-calc .custom-select__body {
    height: 591px;
    max-height: 591px;
  }

  .about__numbers .number {
    margin-bottom: 35px;
  }

  .about__numbers .number__title {
    font-size: 26px;
    line-height: 38px;
  }

  .about__numbers .number__text {
    font-size: 9px;
    line-height: 16px;
  }

  .services__item-text {
    padding: 8px 8px;
    font-size: 12px;
    line-height: 20px;
  }

  .services__item-text span {
    font-size: 12px;
    line-height: 18px;
  }

  .documents__item {
    padding: 25px 15px 25px 15px;
  }

  .documents__item-rb {
    flex-direction: column;
    width: 100%;
  }

  .documents__item-weight {
    margin-right: 0;
    margin-bottom: 10px;
    text-align: center;
  }

  .documents__item .btn {
    width: 100%;
  }

  .contacts__row {
    flex-direction: column;
    align-items: flex-start;
  }

  .contacts__phone:not(:last-child) {
    margin-right: 0;
  }

  .contacts__social {
    margin-top: 30px;
  }

  .regions__row {
    margin-left: -10px;
  }

  .regions__item {
    padding: 20px 15px;
    width: calc(50% - 10px);
    margin-left: 10px;
    margin-bottom: 10px;
  }

  .regions__item img {
    margin-right: 7px;
    width: 25px;
  }

  .regions__item span {
    font-size: 12px;
    line-height: 18px;
  }

  .tariff__content .btn {
    width: 100%;
  }

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

  .footer .email {
    margin-top: 20px;
    margin-bottom: 15px;
  }
}

@media (max-width: 340px) {
  .popup__login .create-acc {
    font-size: 12px;
    line-height: 17px;
  }

  .popup__login .forgot-pass {
    font-size: 12px;
    line-height: 17px;
  }

  .banner__box .delivery__title {
    font-size: 14px;
    line-height: 21px;
  }

  .banner__box .delivery .flex-checkbox__row {
    flex-direction: column;
  }

  .banner__box .delivery .flex-checkbox__row .flex-checkbox:not(:last-child) {
    margin-bottom: 10px;
    margin-right: 0;
  }
}

.banner__box .input-address .custom-select .select-props:before {
  content: "";
  width: 140px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: linear-gradient(270deg, #f9f9f9 0, rgba(249, 249, 249, 0) 97.13%), linear-gradient(270deg, #f9f9f9 0, rgba(249, 249, 249, 0) 97.13%);
}

.footer__top-menu .active_span {
  margin-top: 5px;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  display: block;
}

.error-text.error-text-all {
  background: #ffd1d1;
  padding: 10px;
  margin: -10px 0 20px;
  border-radius: 6px;
  font-size: 14px;
  color: #f00;
  display: none;
}

