@charset "UTF-8";
@import url(../libs/bootstrap-grid/bootstrap-grid.css);
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none; }

body {
  position: relative;
  margin: 0;
  font-family: 'Roboto', sans-serif;
  background-color: #fff;
  width: 100%;
  height: 100%;
  font-size: 15px; }

.cont {
  max-width: 1170px;
  width: 100%;
  position: relative;
  margin: 0 auto; }

.cont-fluid {
  position: relative;
  width: 100%;
  overflow: hidden; }

h1, h2, h3, h4, h5, h6 {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  color: #014282; }

h1, h2 {
  font-size: -webkit-calc((100vw - 320px) / (1920 - 320) * (38 - 24) + 24px);
  font-size: calc((100vw - 320px) / (1920 - 320) * (38 - 24) + 24px);
  font-weight: 700; }

h3 {
  font-size: -webkit-calc((100vw - 320px) / (1920 - 320) * (18 - 14) + 14px);
  font-size: calc((100vw - 320px) / (1920 - 320) * (18 - 14) + 14px);
  font-weight: 700; }

h4 {
  font-size: -webkit-calc((100vw - 320px) / (1920 - 320) * (15 - 13) + 13px);
  font-size: calc((100vw - 320px) / (1920 - 320) * (15 - 13) + 13px);
  font-weight: 700; }

input, textarea {
  -webkit-border-radius: 3px;
          border-radius: 3px;
  padding: 20px 15px;
  font-size: 15px;
  font-weight: 500;
  border: 1px solid #e5e8eb;
  width: 100%;
  display: block; }

a {
  text-decoration: none;
  color: #f68121; }

table {
  margin-top: 30px;
  width: 100%;
  font-family: 'Roboto', sans-serif;
  border-spacing: 0; }

tr {
  height: 50px;
  vertical-align: middle; }

tr:nth-child(2n-1) {
  background-color: #f1f1f1; }

td:first-child {
  padding-left: 30px; }

th {
  background-color: #014282;
  color: #ffffff;
  text-align: left;
  font-weight: 400; }

th:first-child {
  padding-left: 30px; }

ul {
  list-style: none;
  padding-left: 0; }

li {
  position: relative;
  padding-left: 20px; }

li:before {
  content: '';
  position: absolute;
  top: -webkit-calc(50% - 5px);
  top: calc(50% - 5px);
  left: 3px;
  background-color: #f68121;
  -webkit-border-radius: 1px;
          border-radius: 1px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 7px;
  height: 7px; }

.row {
  margin-right: -15px;
  margin-left: -15px; }

.rhombus {
  -webkit-border-radius: 3px;
          border-radius: 3px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: #f68121;
  width: 36px;
  height: 36px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 24px;
  margin-left: 7px;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none; }

.rhombus .icon {
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg); }

.big-hollow-btn {
  position: relative;
  width: 100%;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  border: 1px solid #ffffff;
  height: 53px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-right: 50px;
  color: #ffffff;
  font-size: -webkit-calc((100vw - 320px) / (1920 - 320) * (15 - 12) + 12px);
  font-size: calc((100vw - 320px) / (1920 - 320) * (15 - 12) + 12px);
  font-weight: 500;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-transform: uppercase;
  cursor: pointer; }

.big-hollow-btn:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 100%;
  background-color: #014282;
  background-image: url(../img/button-arrow_blue.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: -webkit-calc((100vw - 320px) / (1920 - 320) * (15 - 12) + 12px);
  font-size: calc((100vw - 320px) / (1920 - 320) * (15 - 12) + 12px);
  font-weight: 500; }

.big-hollow-btn:hover {
  background-color: #014282;
  color: #ffffff; }

.big-hollow-btn:active {
  background-color: #003870;
  color: #ffffff; }

.big-hollow-btn:active:after {
  background-color: #003870; }

.big-hollow-btn_blue {
  color: #014282;
  border: 1px solid #014282; }

.big-hollow-btn_blue:after {
  background-color: #014282;
  background-image: url(../img/button-arrow_white.png); }

.big-hollow-btn_orange {
  color: #014282;
  border: 1px solid #f68121; }

.big-hollow-btn_orange:after {
  background-color: #f68121;
  background-image: url(../img/button-arrow_white.png); }

.big-hollow-btn_orange:hover {
  background-color: #f68121;
  color: #ffffff; }

.big-hollow-btn_orange:active {
  background-color: #e5761a; }

.big-hollow-btn_orange:active:after {
  background-color: #e5761a; }

/* Form submit btn */
.big-full-btn {
  position: relative;
  color: #ffffff;
  font-size: -webkit-calc((100vw - 320px) / (1920 - 320) * (15 - 12) + 12px);
  font-size: calc((100vw - 320px) / (1920 - 320) * (15 - 12) + 12px);
  font-weight: 500;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-transform: uppercase;
  cursor: pointer;
  background-color: transparent;
  padding: 0;
  border: none;
  display: inline-block;
  float: left; }

.big-full-btn .tbl {
  width: 100%; }

.big-full-btn .text {
  height: 52px;
  vertical-align: middle;
  -webkit-border-radius: 3px 0 0 3px;
          border-radius: 3px 0 0 3px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0 30px; }

.big-full-btn .arrow-wrap .arrow {
  content: '';
  width: 50px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-left: 1px; }

.big-full-btn:active {
  background-color: transparent; }

/* ORAGNE BTN */
.big-full-btn_orange .text {
  color: #ffffff;
  border: none;
  background-color: #f68121; }

.big-full-btn_orange .arrow-wrap {
  width: 52px;
  color: #ffffff; }

.big-full-btn_orange .arrow-wrap .arrow {
  margin: 0 0 0 1px;
  height: 52px;
  background-color: #f68121;
  background-image: url(../img/button-arrow_white.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-border-radius: 0 3px 3px 0;
          border-radius: 0 3px 3px 0; }

.big-full-btn_orange:hover .text,
.big-full-btn_orange:hover:active .text,
.big-full-btn_orange:hover .arrow-wrap .arrow,
.big-full-btn_orange:hover:active .arrow-wrap .arrow {
  background-color: #e5761a;
  color: #ffffff; }

/* TRANSPARENT BTN */
.big-full-btn_trans .text {
  color: #ffffff;
  border: 1px solid #fff;
  background-color: transparent; }

.big-full-btn_trans .arrow-wrap {
  width: 52px;
  color: #ffffff; }

.big-full-btn_trans .arrow-wrap .arrow {
  margin: 0 0 0 -1px;
  height: 52px;
  background-color: transparent;
  background-image: url(../img/button-arrow_white.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-border-radius: 0 3px 3px 0;
          border-radius: 0 3px 3px 0;
  border: 1px solid #fff; }

.big-full-btn_trans:hover .text,
.big-full-btn_trans:hover:active .text,
.big-full-btn_trans:hover .arrow-wrap .arrow,
.big-full-btn_trans:hover:active .arrow-wrap .arrow {
  background-color: #fff;
  color: #014282; }

.big-full-btn_trans:hover .arrow-wrap .arrow,
.big-full-btn_trans:hover:active .arrow-wrap .arrow {
  background-image: url(../img/button-arrow_black.png); }

.simple-btn {
  height: 32px;
  border: 1px solid #014282;
  color: #014282;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  cursor: pointer;
  padding: 0 15px;
  white-space: nowrap; }

.simple-btn:hover {
  text-decoration: none;
  color: #fff;
  background-color: #014282; }

.simple-btn_orange {
  background-color: #f68121;
  color: #ffffff;
  border: none; }

.simple-btn_white {
  background-color: #fff;
  border: 1px solid #fff;
  color: #f68121; }

.main-container {
  margin-top: 125px; }

.mainpage__slider-outer-wrap {
  background-color: #eef1f3;
  position: relative; }

.mainpage__slider-wrap {
  overflow: visible; }

.mainpage__slide {
  background-position: 100% bottom;
  background-repeat: no-repeat;
  overflow: hidden;
  padding: 60px 0 95px 0; }

.mainpage__slide-text-content {
  position: relative; }

.mainpage__slide-head {
  color: #014282; }

.mainpage__slide-subhead {
  margin-top: 21px;
  padding-bottom: 25px;
  font-size: -webkit-calc((100vw - 320px) / (1920 - 320) * (18 - 14) + 14px);
  font-size: calc((100vw - 320px) / (1920 - 320) * (18 - 14) + 14px);
  position: relative; }

.mainpage__slide-subhead:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 170px;
  height: 4px;
  background-color: #f68121; }

.mainpage__slide-perks-wrap {
  margin-top: 35px; }

.mainpage__slide-perk {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 35px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: -webkit-calc((100vw - 320px) / (1920 - 320) * (18 - 14) + 14px);
  font-size: calc((100vw - 320px) / (1920 - 320) * (18 - 14) + 14px); }

.mainpage__slide-btn {
  max-width: 220px; }

.mainpage__slide-item-wrap {
  width: 50%;
  font-size: 0;
  float: left;
  background-position: right bottom;
  background-size: auto;
  background-repeat: no-repeat;
  position: relative; }
  .mainpage__slide-item-wrap img {
    max-width: 100%;
    position: absolute;
    bottom: 0;
    right: 0; }

.mainpage__slider-nav {
  position: static; }
  .mainpage__slider-nav .slick-dots {
    position: absolute;
    z-index: 99;
    margin: 30px 0 0 0; }
    .mainpage__slider-nav .slick-dots li {
      padding-left: 0;
      width: 30px;
      float: left; }
      .mainpage__slider-nav .slick-dots li:before {
        display: none; }
      .mainpage__slider-nav .slick-dots li:first-child button {
        margin-left: 0; }
      .mainpage__slider-nav .slick-dots li:last-child button {
        margin-right: 0; }
      .mainpage__slider-nav .slick-dots li.slick-active button {
        background-color: #f68121;
        width: 17px;
        height: 17px; }
    .mainpage__slider-nav .slick-dots button {
      border: none;
      background-color: #5882ad;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg);
      -webkit-border-radius: 2px;
              border-radius: 2px;
      width: 12px;
      height: 12px;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      font-size: 0;
      cursor: pointer;
      margin: 0 12px; }
      .mainpage__slider-nav .slick-dots button:hover {
        background-color: #014282; }

.opportunities__outer-wrap {
  background: url("../img/opportunities__bg.jpg") center no-repeat;
  background-size: cover;
  overflow: visible;
  border: 1px solid transparent;
  top: -1px; }

.opportunities__name-block {
  margin-top: 68px;
  font-weight: 700;
  font-size: -webkit-calc((100vw - 320px) / (1920 - 320) * (18 - 15) + 15px);
  font-size: calc((100vw - 320px) / (1920 - 320) * (18 - 15) + 15px);
  color: #ffffff;
  text-transform: uppercase; }

.orange-line {
  margin-top: 14px;
  height: 4px;
  width: 70px;
  background-color: #f68121; }

.opportunities__head {
  margin-top: 30px;
  color: #f68121; }

.opportunities__content-wrap {
  margin-top: 65px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }

.opportunities__img-wrap {
  max-width: 366px;
  width: 100%;
  margin-top: -75px;
  margin-left: -64px;
  margin-bottom: -145px;
  /*margin-right: 25px;*/
  font-size: 0; }

.opportunities__img-wrap img {
  /*width: 100%;*/ }

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

.opportunities__column {
  width: 50%; }

.opportunity {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  font-size: -webkit-calc((100vw - 320px) / (1920 - 320) * (18 - 14) + 14px);
  font-size: calc((100vw - 320px) / (1920 - 320) * (18 - 14) + 14px);
  margin-bottom: 20px; }

.opportunity:last-child {
  margin-bottom: 10px; }

.opportunities__text {
  color: #ffffff;
  margin-top: 25px;
  font-size: 15px; }

.opportunities__btns-wrap {
  margin-top: 55px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.opportunities__btn {
  max-width: 290px; }

.opportunities__btn:first-child {
  margin-right: 25px; }

.terminals-slider__outer-wrap {
  padding-bottom: 90px; }

.terminals-slider__head {
  margin-top: 150px;
  text-align: center;
  color: #014282; }

.terminals-slider {
  margin: 60px auto 0;
  max-width: 1035px;
  width: 100%; }
  .terminals-slider .terminal-card {
    padding: 0 15px; }

.terminal-card {
  position: relative; }
  .terminal-card .terminal-card__img-wrap {
    font-size: 0;
    border-bottom: 4px solid #f68121;
    padding-bottom: 20px;
    height: 275px;
    display: block; }
    .terminal-card .terminal-card__img-wrap img {
      height: 100%;
      margin: 0 auto;
      display: block; }
  .terminal-card .terminal-card__name {
    margin-top: 15px;
    font-weight: 700;
    font-size: -webkit-calc((100vw - 320px) / (1920 - 320) * (18 - 15) + 15px);
    font-size: calc((100vw - 320px) / (1920 - 320) * (18 - 15) + 15px);
    color: #000;
    display: block; }
  .terminal-card .terminal-card__perks {
    margin-top: 10px; }
  .terminal-card .terminal-card__perk {
    margin-bottom: 10px; }
    .terminal-card .terminal-card__perk:last-child {
      margin-bottom: 0; }
  .terminal-card .terminal-card__price {
    margin-top: 15px;
    font-weight: 700;
    font-size: -webkit-calc((100vw - 320px) / (1920 - 320) * (24 - 18) + 18px);
    font-size: calc((100vw - 320px) / (1920 - 320) * (24 - 18) + 18px); }
  .terminal-card .terminal-card__btns-wrap {
    margin-top: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .terminal-card .terminal-card__btn {
    max-width: 112px; }
    .terminal-card .terminal-card__btn:first-child {
      margin-right: 10px; }

.terminal-card__rhombus-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 9px;
  left: 24px; }
  .terminal-card__rhombus-wrap .terminal-card__rhombus {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 40px;
    height: 40px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    margin-right: 20px;
    z-index: 5; }
    .terminal-card__rhombus-wrap .terminal-card__rhombus.terminal-card__rhombus_orange {
      background-color: #f68121; }
    .terminal-card__rhombus-wrap .terminal-card__rhombus.terminal-card__rhombus_black {
      background-color: #000; }
    .terminal-card__rhombus-wrap .terminal-card__rhombus.terminal-card__rhombus_blue {
      background-color: #014282; }
    .terminal-card__rhombus-wrap .terminal-card__rhombus .rhombus__text {
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg);
      color: #ffffff;
      font-weight: 700;
      font-size: 11px; }

.slider-arrow {
  position: absolute;
  top: -webkit-calc(50% - 21px);
  top: calc(50% - 21px);
  height: 42px;
  width: 25px;
  cursor: pointer; }

.slider-arrow_prev {
  background: url("../img/slider__prev-arrow_xl.png") 0 0 no-repeat;
  left: 0;
  z-index: 10; }

.slider-arrow_next {
  background: url("../img/slider__next-arrow_xl.png") 0 0 no-repeat;
  right: 0; }

.stripes__outer-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 632px; }

.left-stripe__outer {
  background-color: #eef1f3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%; }

.left-stripe__inner {
  background: url(../img/left-stripe__bg.png) 100% 100% no-repeat;
  padding-top: 50px;
  max-width: 387px;
  /*background-size: contain;*/
  padding-right: 40px; }

.stripe__head {
  color: #014282;
  font-size: -webkit-calc((100vw - 320px) / (1920 - 320) * (36 - 24) + 24px);
  font-size: calc((100vw - 320px) / (1920 - 320) * (36 - 24) + 24px); }

.stripe__text {
  font-size: -webkit-calc((100vw - 320px) / (1920 - 320) * (15 - 13) + 13px);
  font-size: calc((100vw - 320px) / (1920 - 320) * (15 - 13) + 13px);
  margin-top: 15px; }

.stripe__btn {
  margin-top: 15px;
  max-width: 112px; }

.middle-stripe {
  background-color: #f68121;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 400px;
  width: 100%;
  padding: 0 30px; }

.middle-stripe__head {
  color: #ffffff;
  text-align: center; }

.middle-stripe .stripe__text {
  color: #ffffff;
  margin-top: 25px;
  text-align: center; }

.middle-stripe .stripe__btn {
  margin-top: 25px; }

.right-stripe__outer {
  background-image: url("../img/right-stripe__bg.jpg");
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-color: #d8cebb;
  width: 100%; }

.right-stripe__inner {
  max-width: 387px;
  padding-top: 50px;
  padding-left: 40px; }

.right-stripe__inner .stripe__head, .right-stripe__inner .stripe__text {
  text-align: right; }

.right-stripe__inner .stripe__btn {
  float: right; }

.sale-form__outer-wrap {
  background: url("../img/sale-form__bg.jpg") 50% 0 no-repeat;
  padding-top: 55px;
  background-size: cover; }

.sale-form__img-wrap {
  max-width: 676px; }

.sale-form__img-wrap img {
  width: 100%; }

.sale-form__head {
  color: #f68121; }

.sale-form__head span {
  color: #ffffff; }

.sale-form__subhead {
  font-size: -webkit-calc((100vw - 320px) / (1920 - 320) * (18 - 15) + 15px);
  font-size: calc((100vw - 320px) / (1920 - 320) * (18 - 15) + 15px);
  font-weight: 700;
  margin-top: 23px;
  color: #ffffff; }

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

.sale-form__content form {
  margin-top: 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 290px; }

.sale-form__content form input {
  margin-bottom: 10px; }

.sale-form__img-wrap {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
  font-size: 0;
  margin-left: -130px; }

.sale-form__content {
  margin-left: -40px;
  margin-bottom: 70px; }

.news__head {
  margin: 100px auto 0;
  color: #014282;
  text-align: center; }

.news__btn {
  margin: 25px auto 0;
  width: 120px; }

.mainscreen-news {
  background-color: #eef1f3;
  overflow: visible;
  border: 1px solid transparent; }
  .mainscreen-news .mainscreen__news-wrap {
    margin-top: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .mainscreen-news .mainscreen__news-wrap .news-item {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding-left: 17px;
      width: 48%; }
      .mainscreen-news .mainscreen__news-wrap .news-item .news-item__outer-img-wrap {
        position: relative; }
        .mainscreen-news .mainscreen__news-wrap .news-item .news-item__outer-img-wrap .news-item__img-wrap {
          display: block;
          position: relative;
          overflow: hidden;
          width: 125px;
          height: 125px;
          -webkit-transform: rotate(45deg);
              -ms-transform: rotate(45deg);
                  transform: rotate(45deg);
          border: 2px solid #f68121;
          -webkit-border-radius: 3px;
                  border-radius: 3px; }
          .mainscreen-news .mainscreen__news-wrap .news-item .news-item__outer-img-wrap .news-item__img-wrap img {
            width: 140%;
            -webkit-transform: rotate(-45deg);
                -ms-transform: rotate(-45deg);
                    transform: rotate(-45deg);
            margin-top: -20px;
            margin-left: -20px; }
        .mainscreen-news .mainscreen__news-wrap .news-item .news-item__outer-img-wrap .terminal-card__rhombus-wrap {
          left: -16px; }
      .mainscreen-news .mainscreen__news-wrap .news-item .news-item__text-content-wrap {
        width: -webkit-calc(100% - 160px);
        width: calc(100% - 160px); }
      .mainscreen-news .mainscreen__news-wrap .news-item .news-item__head {
        display: block;
        color: #f68121;
        font-size: -webkit-calc((100vw - 320px) / (1920 - 320) * (18 - 15) + 15px);
        font-size: calc((100vw - 320px) / (1920 - 320) * (18 - 15) + 15px);
        font-weight: 700;
        margin-bottom: 5px; }
        .mainscreen-news .mainscreen__news-wrap .news-item .news-item__head:hover {
          text-decoration: underline; }
      .mainscreen-news .mainscreen__news-wrap .news-item .news-item__date {
        font-size: -webkit-calc((100vw - 320px) / (1920 - 320) * (15 - 13) + 13px);
        font-size: calc((100vw - 320px) / (1920 - 320) * (15 - 13) + 13px);
        color: #898989;
        margin-bottom: 10px; }
      .mainscreen-news .mainscreen__news-wrap .news-item .news-item__text {
        font-size: -webkit-calc((100vw - 320px) / (1920 - 320) * (15 - 13) + 13px);
        font-size: calc((100vw - 320px) / (1920 - 320) * (15 - 13) + 13px); }

.news-dispatch__outer-wrap {
  margin: 100px auto -90px; }
  .news-dispatch__outer-wrap .news-dispatch__inner-wrap {
    max-width: 85%;
    margin: 0 auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .news-dispatch__outer-wrap .news-dispatch__block .news-dispatch__head {
    color: #ffffff;
    font-size: -webkit-calc((100vw - 320px) / (1920 - 320) * (32 - 18) + 18px);
    font-size: calc((100vw - 320px) / (1920 - 320) * (32 - 18) + 18px);
    font-weight: 700; }
  .news-dispatch__outer-wrap .news-dispatch__block .news-dispatch__subhead {
    font-weight: 700;
    font-size: 18px;
    color: #ffffff;
    width: 100%;
    text-align: center; }
  .news-dispatch__outer-wrap .news-dispatch__block .news-dispatch__blue-text-cont {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 7px; }
    .news-dispatch__outer-wrap .news-dispatch__block .news-dispatch__blue-text-cont .news-dispatch__text {
      color: #ffffff;
      font-size: 15px;
      padding-right: 15px;
      width: 60%; }
    .news-dispatch__outer-wrap .news-dispatch__block .news-dispatch__blue-text-cont .input-wrap {
      margin-top: 0px;
      width: 40%; }
  .news-dispatch__outer-wrap .news-dispatch__orange {
    position: relative;
    width: 50%;
    background-color: #f68121;
    padding: 45px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 180px; }
    .news-dispatch__outer-wrap .news-dispatch__orange:before {
      content: '';
      position: absolute;
      right: 100%;
      top: 0;
      border-top: 90px solid transparent;
      border-right: 90px solid #f68121;
      border-bottom: 90px solid transparent; }
  .news-dispatch__outer-wrap .news-dispatch__blue {
    position: relative;
    width: 50%;
    background-color: #014282;
    padding: 45px 0 45px 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 180px; }
    .news-dispatch__outer-wrap .news-dispatch__blue:before {
      content: '';
      position: absolute;
      left: 100%;
      top: 0;
      border-top: 90px solid transparent;
      border-left: 90px solid #014282;
      border-bottom: 90px solid transparent; }

.input-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  float: left; }
  .input-wrap .input-wrap__btn {
    background-color: #f68121;
    background-image: url(../img/button-arrow_white.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-border-top-right-radius: 3px;
            border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
            border-bottom-right-radius: 3px;
    margin-left: 1px;
    border: none;
    width: 50px;
    height: 42px;
    cursor: pointer;
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none; }
  .input-wrap input {
    -webkit-border-top-right-radius: 0;
            border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
            border-bottom-right-radius: 0;
    height: 42px;
    padding: 0 10px; }

.partners-slider__wrap {
  position: relative;
  margin: 200px auto 100px; }

.partners-slider__wrap .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.partners-slider {
  max-width: 1030px;
  margin: 0 auto; }

.partners-slider__img-wrap img {
  margin: 0 auto; }

.request__outer-wrap {
  background: url("../img/ask-form__bg.jpg") 50% 50% no-repeat;
  background-size: cover; }
  .request__outer-wrap .request__inner-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .request__outer-wrap .request__head {
    color: #f68121;
    font-size: 48px;
    line-height: 48px; }
  .request__outer-wrap .request__text {
    color: #ffffff;
    font-size: -webkit-calc((100vw - 320px) / (1920 - 320) * (18 - 15) + 15px);
    font-size: calc((100vw - 320px) / (1920 - 320) * (18 - 15) + 15px);
    line-height: 48px;
    font-weight: 700;
    margin-top: 25px; }
  .request__outer-wrap form {
    margin-top: 35px;
    margin-bottom: 75px; }
  .request__outer-wrap .request__img-wrap.prev-img {
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end;
    font-size: 0;
    width: 55%;
    margin-left: -106px;
    display: block; }
  .request__outer-wrap .request__img-wrap.post-img {
    display: none; }
  .request__outer-wrap .request__img-wrap img {
    width: 100%;
    height: auto;
    display: block; }
  .request__outer-wrap input, .request__outer-wrap .request__btn {
    max-width: 290px;
    width: 100%; }
  .request__outer-wrap .request__img-wrap {
    margin-top: 75px; }
  .request__outer-wrap .request__content {
    width: 55%;
    margin-top: 75px;
    margin-bottom: 75px; }

/* Ask-form */
.ask-form__outer-wrap {
  background: url("../img/ask-form__bg.jpg") 50% 50% no-repeat;
  background-size: cover;
  padding-top: 55px; }

.ask-form__inner-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.ask-form__head {
  color: #f68121;
  font-size: -webkit-calc((100vw - 320px) / (1920 - 320) * (38 - 23) + 23px);
  font-size: calc((100vw - 320px) / (1920 - 320) * (38 - 23) + 23px); }

.ask-form__text {
  color: #ffffff;
  font-size: -webkit-calc((100vw - 320px) / (1920 - 320) * (18 - 15) + 15px);
  font-size: calc((100vw - 320px) / (1920 - 320) * (18 - 15) + 15px);
  font-weight: 700;
  margin-top: 25px; }

.ask-form__outer-wrap form {
  margin-top: 35px;
  margin-bottom: 75px; }

.ask-form__img-wrap {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
  font-size: 0; }

.ask-form__outer-wrap input, .ask-form__btn {
  max-width: 290px;
  width: 100%; }

.ask-form__outer-wrap input, .ask-form__outer-wrap textarea {
  margin-bottom: 10px; }

.ask-form__content {
  width: 55%;
  margin-bottom: 55px; }

.ask-form__img-wrap {
  width: 55%;
  margin-left: -106px; }

/* END Ask-form */
footer {
  padding: 60px 0 0;
  background-color: #eef1f3; }

.footer__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.footer__links-wrap {
  width: 70%; }
  .footer__links-wrap ul {
    width: 100%;
    float: left;
    margin-top: 0; }
    .footer__links-wrap ul li {
      width: 50%;
      display: block;
      float: left;
      margin: 0 0 15px 0;
      padding: 0;
      padding-right: 30px; }
      .footer__links-wrap ul li:before {
        content: none; }
      .footer__links-wrap ul li ul li {
        width: 100%;
        margin: 0; }
      .footer__links-wrap ul li a {
        display: block;
        -webkit-align-self: flex-start;
            -ms-flex-item-align: start;
                align-self: flex-start;
        color: #f68121;
        margin-bottom: 20px;
        font-size: -webkit-calc((100vw - 320px) / (1920 - 320) * (14 - 13) + 13px);
        font-size: calc((100vw - 320px) / (1920 - 320) * (14 - 13) + 13px); }
        .footer__links-wrap ul li a:hover {
          text-decoration: underline; }
      .footer__links-wrap ul li.parent > a {
        font-size: -webkit-calc((100vw - 320px) / (1920 - 320) * (14 - 13) + 13px);
        font-size: calc((100vw - 320px) / (1920 - 320) * (14 - 13) + 13px);
        font-weight: 700;
        margin-bottom: 15px;
        text-transform: uppercase;
        color: #000; }

.footer__head {
  font-size: -webkit-calc((100vw - 320px) / (1920 - 320) * (14 - 13) + 13px);
  font-size: calc((100vw - 320px) / (1920 - 320) * (14 - 13) + 13px);
  font-weight: 700;
  margin-bottom: 17px;
  text-transform: uppercase; }

.footer__contacts-inner-wrap {
  margin-bottom: 45px; }

.footer__contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: -webkit-calc((100vw - 320px) / (1920 - 320) * (14 - 13) + 13px);
  font-size: calc((100vw - 320px) / (1920 - 320) * (14 - 13) + 13px); }

.footer__contact a {
  color: #000;
  font-size: -webkit-calc((100vw - 320px) / (1920 - 320) * (14 - 13) + 13px);
  font-size: calc((100vw - 320px) / (1920 - 320) * (14 - 13) + 13px); }

.footer__contact {
  margin-bottom: 13px; }

.footer__contact:nth-child(3) {
  margin-bottom: 30px; }

.footer__contact .icon-wrap {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 17px;
  margin-right: 9px; }

.footer__contact .icon-wrap img {
  margin: 0 auto;
  display: block; }

.footer__contacts-outer-wrap {
  padding-left: 33px;
  position: relative;
  max-width: 400px;
  width: 100%; }

.footer__contacts-outer-wrap:before {
  content: '';
  width: 1px;
  height: 107%;
  background-color: #dee1e4;
  position: absolute;
  top: -10%;
  left: 0; }

.socnets__inner-wrap {
  font-size: 0; }

.socnets__inner-wrap a {
  display: inline-block;
  margin-right: 13px;
  font-size: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.socnets__inner-wrap a:hover {
  opacity: 0.8; }

.footer__socnets-btn {
  margin-top: 20px;
  width: 160px; }

.footer__bottomline-outer-wrap {
  background-color: #dee1e4;
  padding: 30px 0; }

.footer__bottomline-inner-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.footer__copyright {
  color: #80878e;
  font-size: -webkit-calc((100vw - 320px) / (1920 - 320) * (14 - 13) + 13px);
  font-size: calc((100vw - 320px) / (1920 - 320) * (14 - 13) + 13px);
  margin-right: 89px; }

.footer__sitemap-link {
  color: #80878e;
  font-size: -webkit-calc((100vw - 320px) / (1920 - 320) * (14 - 13) + 13px);
  font-size: calc((100vw - 320px) / (1920 - 320) * (14 - 13) + 13px); }

.footer__sitemap-link img {
  margin-right: 5px; }

.footer__devs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  color: #80878e;
  font-size: -webkit-calc((100vw - 320px) / (1920 - 320) * (14 - 13) + 13px);
  font-size: calc((100vw - 320px) / (1920 - 320) * (14 - 13) + 13px); }

.footer__devs img {
  margin-left: 5px; }

.header__outer-wrap {
  background-color: #fff;
  padding: 15px 0;
  overflow: visible;
  position: fixed;
  z-index: 111;
  top: 0;
  border-bottom: 5px solid #eef1f3; }

.header__inner-wrap_xl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%; }

.header__inner-wrap_sm {
  display: none; }

.header__logo-wrap {
  max-width: 129px;
  display: block;
  float: left; }

.header__logo-wrap img {
  width: 100%; }

.header__content-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end; }

.header__main-info-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 15px; }

.header__contacts-wrap {
  margin-right: 15px;
  margin-bottom: 10px; }

.header__inner-wrap-tablet {
  display: none; }
  .header__inner-wrap-tablet .header__content-wrap {
    margin-left: auto; }
    .header__inner-wrap-tablet .header__content-wrap .header__main-info-wrap {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      height: 100%; }
      .header__inner-wrap-tablet .header__content-wrap .header__main-info-wrap .header__btns-wrap {
        margin-top: -16px;
        width: 100%; }
      .header__inner-wrap-tablet .header__content-wrap .header__main-info-wrap .header__contacts-wrap {
        margin-top: 15px;
        float: right;
        width: 100%; }

.header__phone {
  margin-right: 17px;
  font-size: 22px;
  font-weight: 700;
  color: #000; }

.header__mail {
  font-size: 15px;
  color: #f68121; }

.header__btns-wrap {
  margin-top: -16px;
  height: 47px;
  font-size: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.header__btn {
  -webkit-border-bottom-right-radius: 3px;
          border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
          border-bottom-left-radius: 3px;
  color: #ffffff;
  height: 100%;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: uppercase;
  padding: 0px 15px 0;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  text-align: center; }
  .header__btn span {
    text-align: center; }
  .header__btn .icon {
    margin-right: 10px; }
  .header__btn.header__cart-btn {
    background-color: #eef1f3;
    color: #000;
    position: relative; }
    .header__btn.header__cart-btn .icon {
      position: relative; }
      .header__btn.header__cart-btn .icon img {
        width: 24px;
        height: auto; }
      .header__btn.header__cart-btn .icon .count {
        width: 20px;
        height: 20px;
        line-height: 20px;
        z-index: 10;
        background-color: #ff8824;
        color: #fff;
        -webkit-border-radius: 50%;
                border-radius: 50%;
        font-size: 12px;
        position: absolute;
        right: -5px;
        top: -5px; }
    .header__btn.header__cart-btn span {
      color: #ff8824;
      text-transform: none;
      white-space: nowrap; }

.blue-text {
  color: #014282; }

.orange-text {
  color: #f68121; }

/**** CART ****/
.bx-basket-item-list {
  display: none;
  margin-top: 15px;
  text-align: left;
  padding: 15px;
  width: 290px;
  z-index: 9;
  position: absolute;
  top: 100%;
  right: 0;
  background-color: #fff;
  text-transform: none;
  font-weight: normal;
  border: 1px solid #eef1f3;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  font-size: 14px; }
  .bx-basket-item-list .top-arrow {
    background-color: transparent;
    position: absolute;
    top: -11px;
    right: 30%;
    width: 10px;
    height: 10px;
    border-style: solid;
    border-width: 10px;
    border-color: transparent;
    border-bottom-color: #edf0f2;
    border-top-width: 0px; }
    .bx-basket-item-list .top-arrow:before {
      content: "";
      width: 0px;
      height: 0px;
      position: absolute;
      top: 1px;
      left: -10px;
      border: 10px solid transparent;
      border-bottom-color: #fff;
      border-top: 0px; }
  .bx-basket-item-list .bx-basket-total {
    border-bottom: 1px solid #eef1f3;
    padding-bottom: 15px; }
    .bx-basket-item-list .bx-basket-total p {
      padding: 0;
      margin: 0;
      color: #000; }
  .bx-basket-item-list .button-container {
    padding-top: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    border-top: 1px solid #eef1f3; }
  .bx-basket-item-list .goto-cart {
    font-size: 13px; }
  .bx-basket-item-list .bx-basket-item-list-container {
    padding-top: 5px;
    padding-bottom: 5px; }
    .bx-basket-item-list .bx-basket-item-list-container .item-wrap {
      display: table;
      padding-top: 5px;
      padding-bottom: 5px;
      border-top: 1px solid #eef1f3; }
      .bx-basket-item-list .bx-basket-item-list-container .item-wrap:first-child {
        border-top: none; }
      .bx-basket-item-list .bx-basket-item-list-container .item-wrap .item {
        display: table-row; }
        .bx-basket-item-list .bx-basket-item-list-container .item-wrap .item .item-img {
          display: table-cell;
          width: 50px;
          height: 50px;
          vertical-align: middle; }
          .bx-basket-item-list .bx-basket-item-list-container .item-wrap .item .item-img img {
            width: 50px;
            height: auto; }
        .bx-basket-item-list .bx-basket-item-list-container .item-wrap .item .item-desc {
          padding-left: 15px;
          display: table-cell;
          vertical-align: top; }
          .bx-basket-item-list .bx-basket-item-list-container .item-wrap .item .item-desc .item-price-block {
            width: 100%;
            padding-top: 15px;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -webkit-justify-content: space-between;
                -ms-flex-pack: justify;
                    justify-content: space-between; }

/**** END CART ****/
.header__order-call-btn {
  background-color: #f68121;
  margin-right: 15px; }

.header__order-call-btn:active {
  background-color: #e5761a; }

.header__office-btn {
  background-color: #014282;
  margin-right: 15px; }

.header__office-btn:active {
  background-color: #003870; }

.ham__btn {
  position: relative;
  display: none;
  background-color: #eef1f3; }

.header__menu ul {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -15px; }
  .header__menu ul li {
    position: relative;
    padding: 0; }
    .header__menu ul li.active {
      border-bottom: #f68121; }
    .header__menu ul li a {
      font-weight: 700;
      font-size: 18px;
      color: #000;
      text-transform: uppercase;
      padding: 10px 30px;
      display: block;
      position: relative; }
    .header__menu ul li ul {
      display: none; }
      .header__menu ul li ul li {
        padding: 0;
        border-bottom: 1px solid #dee1e4; }
    .header__menu ul li:before {
      display: none; }
  .header__menu ul > li:hover > a {
    border-bottom: 5px solid #f68121;
    margin-bottom: -5px;
    z-index: 999; }
  .header__menu ul > li:hover ul {
    display: block;
    position: absolute;
    top: 100%;
    left: -webkit-calc(50% - 135px);
    left: calc(50% - 135px);
    width: 270px;
    background-color: #eef1f3;
    -webkit-border-radius: 3px;
            border-radius: 3px; }

.breadcrumps__wrap {
  margin-bottom: 25px;
  margin-top: 15px; }
  .breadcrumps__wrap .breadcrumps {
    float: left;
    width: 100%;
    margin-top: 15px; }
    .breadcrumps__wrap .breadcrumps .breadcrump {
      position: relative;
      padding-right: 18px;
      margin-right: 18px;
      color: #f68121;
      font-size: 14px; }
      .breadcrumps__wrap .breadcrumps .breadcrump:after {
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        width: 1px;
        background-color: #666666; }
      .breadcrumps__wrap .breadcrumps .breadcrump.curent {
        color: #000;
        font-size: 14px; }

.example-page__head {
  color: #014282;
  margin-top: 35px; }

.sitemap__head {
  color: #014282;
  margin-top: 55px; }

.sitemap__outer-wrap {
  margin: 50px auto; }

.sitemap__inner-wrap {
  max-width: 250px; }

.sitemap__first-lvl {
  font-weight: 700;
  color: #333333;
  font-size: 15px; }

.sitemap__second-lvl {
  margin: 20px 0; }

.sitemap__second-lvl, .sitemap__third-lvl {
  color: #333333;
  font-size: 15px;
  font-weight: 400;
  margin-left: 20px; }

.sitemap__third-lvl {
  margin-top: 10px; }

.error-page__content-outer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.error-page__content-inner {
  width: 38%;
  margin-top: 20%; }

.error-page__message {
  color: #333333;
  font-size: 15px;
  margin-bottom: 30px; }

.error-page__link {
  text-decoration: underline;
  margin-bottom: 15px;
  color: #f68121;
  display: block; }

.error-page__logo-wrap {
  max-width: 130px;
  margin-top: 40px; }

.error-page__logo-wrap img {
  width: 100%; }

.error-page__img-wrap {
  width: 49%;
  font-size: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end; }

.error-page__img-wrap img {
  width: 100%; }

.faq__cont-wrap {
  margin: 35px auto; }

.faq-wrap {
  margin-bottom: 8px; }

.question-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #f68121;
  padding: 17px 75px 17px 25px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.question__text {
  font-size: -webkit-calc((100vw - 320px) / (1920 - 320) * (15 - 13) + 13px);
  font-size: calc((100vw - 320px) / (1920 - 320) * (15 - 13) + 13px); }

.question__arrow-square {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  background-color: #f68121;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50px;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  cursor: pointer; }

.question__arrow-square img {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.question__arrow-square img.clicked {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg); }

.answer-wrap {
  display: none;
  padding: 17px 25px 17px 25px;
  width: 90%; }

.faq__head {
  color: #014282;
  margin-top: 60px; }

.two-columns__wrap {
  margin-bottom: 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }

.rubrics__outer-wrap .sidemenu__subhead {
  margin-top: 14px;
  color: #014282;
  margin-bottom: 14px; }

.rubric {
  display: block;
  position: relative;
  background-color: #eef1f3;
  padding: 20px 25px;
  text-transform: uppercase;
  color: #f68121;
  border-bottom: 1px solid #dee1e4;
  font-size: -webkit-calc((100vw - 320px) / (1920 - 320) * (15 - 13) + 13px);
  font-size: calc((100vw - 320px) / (1920 - 320) * (15 - 13) + 13px);
  font-weight: 500; }

.rubric:last-child {
  border-bottom: none; }

.rubric:after {
  content: '';
  position: absolute;
  top: -webkit-calc(50% - 8px);
  top: calc(50% - 8px);
  right: 20px;
  width: 10px;
  height: 17px;
  background: url("../img/button-arrow_orange.png") 0 0 no-repeat; }

.fresh-news__outer-wrap {
  margin-top: 45px; }

.fresh-news__inner-wrap {
  margin-top: 30px; }

.fresh-news {
  margin-bottom: 18px;
  font-size: -webkit-calc((100vw - 320px) / (1920 - 320) * (15 - 13) + 13px);
  font-size: calc((100vw - 320px) / (1920 - 320) * (15 - 13) + 13px);
  font-weight: 700;
  text-decoration: underline; }

.blog__news-wrap {
  margin-top: 85px; }

.news__soc-link {
  display: inline-block;
  margin-right: 10px;
  font-size: 0; }

.news__soc-links {
  font-size: 0;
  margin-top: 15px; }

.blog__news-wrap .news-item__text {
  height: 57px;
  overflow: hidden;
  position: relative; }

.blog__news-wrap .news-item__text:after {
  content: '';
  height: 25px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(rgba(254, 254, 254, 0.01)));
  background: -webkit-linear-gradient(bottom, #ffffff, rgba(254, 254, 254, 0.01));
  background: linear-gradient(to top, #ffffff, rgba(254, 254, 254, 0.01)); }

.content-column .news-dispatch__head {
  font-size: 18px; }

.content-column .news-dispatch__blue,
.content-column .news-dispatch__orange {
  padding-top: 23px;
  padding-bottom: 22px;
  height: 130px; }

.content-column .news-dispatch__orange:before {
  border-top: 65px solid transparent;
  border-right: 65px solid #f68121;
  border-bottom: 65px solid transparent; }

.content-column .news-dispatch__blue:before {
  border-top: 65px solid transparent;
  border-left: 65px solid #014282;
  border-bottom: 65px solid transparent; }

.content-column .news-dispatch__text {
  font-size: 13px; }

.content-column .news-dispatch__subhead {
  margin-top: 0; }

.content-column .news-dispatch__orange {
  padding-right: 15px; }

.content-column .news-dispatch__blue {
  padding-left: 15px; }

.news-dispatch__inner-wrap {
  margin-top: 35px; }

.sidemenu__subhead {
  text-transform: uppercase; }

.sidemenu__outer-wrap {
  width: 23%; }

.content-column {
  width: 75%; }

.rubrics__inner-wrap {
  /*margin-top: 18px;*/ }

.fresh-news {
  color: #f68121;
  display: block; }

.content-column .news-item {
  width: 100%;
  margin-bottom: 65px;
  padding-bottom: 45px;
  border-bottom: 1px solid #eef1f3;
  padding-left: 24px; }

.content-column .news-item:last-child {
  border: none; }

.pagination {
  margin: 75px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.pagination__arrow {
  width: 20px;
  height: 20px;
  margin: 0 3px;
  cursor: pointer; }

.pagination__arrow-prev {
  background: url("../img/pagination-arrow_prev.png") center no-repeat; }

.pagination__arrow-next {
  background: url("../img/pagination-arrow_next.png") center no-repeat; }

.pagination__btn {
  background-color: #eef1f3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: 0 10px;
  width: 30px;
  height: 30px;
  cursor: pointer; }

.pagination__num {
  color: #f68121;
  font-weight: 700;
  font-size: 15px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg); }

.pagination__btn_current {
  background-color: #014282; }

.pagination__btn_current .pagination__num {
  color: #ffffff; }

.news-item__label {
  display: none;
  background-color: #014282;
  color: #ffffff;
  font-size: 11px;
  padding: 4px 2px;
  margin-bottom: 6px; }

.content-column .news-item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none; }

.blog-news__top-content-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 30px; }

.blog-news__head-img-wrap {
  width: 50%;
  margin-right: 30px; }

.blog-news__head-img-wrap img {
  width: 100%; }

.blog-news__top-content-info-wrap {
  width: 60%; }

.blog-news__top-content-info {
  font-size: -webkit-calc((100vw - 320px) / (1920 - 320) * (15 - 13) + 13px);
  font-size: calc((100vw - 320px) / (1920 - 320) * (15 - 13) + 13px);
  border-bottom: 1px solid #eef1f3;
  padding: 15px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.blog-news__top-content-info:last-child {
  border: none; }

.blog-news__top-content-info span {
  font-weight: 700; }

.blog-news__top-content-info .news__soc-links {
  margin-top: 0;
  margin-left: 10px; }

.content-column .sidemenu__subhead {
  margin-top: 14px; }

/* CATALOG */
.catalog__inner-wrap {
  margin: 85px auto 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.catalog__category {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-bottom: 74px; }

.category__img-wrap {
  width: 50%;
  border-right: 4px solid #f68121;
  padding-right: 30px;
  min-width: 242px; }

.category__img-wrap img {
  width: 100%; }

.category__content-wrap {
  width: 50%;
  padding-left: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

.category__head {
  text-transform: uppercase;
  color: #f68121;
  font-size: -webkit-calc((100vw - 320px) / (1920 - 320) * (18 - 15) + 15px);
  font-size: calc((100vw - 320px) / (1920 - 320) * (18 - 15) + 15px);
  font-weight: 700; }

.category__text {
  margin-top: 15px;
  font-size: 13px; }

.category__btn {
  margin-top: 20px;
  max-width: 112px; }

.category__price {
  font-weight: 700;
  margin-top: auto;
  font-size: -webkit-calc((100vw - 320px) / (1920 - 320) * (18 - 15) + 15px);
  font-size: calc((100vw - 320px) / (1920 - 320) * (18 - 15) + 15px); }

.how__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  margin: 80px auto; }

.how__item {
  max-width: 175px; }

.how__rhombus {
  border: 2px solid #f68121;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 104px;
  height: 104px;
  margin: 0 auto; }

.how__rhombus-icon {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg); }

.how__text {
  margin-top: 25px;
  font-size: -webkit-calc((100vw - 320px) / (1920 - 320) * (18 - 14) + 14px);
  font-size: calc((100vw - 320px) / (1920 - 320) * (18 - 14) + 14px);
  font-weight: 700;
  text-align: center; }

.how__link {
  margin-top: 10px;
  color: #f68121;
  text-decoration: underline;
  font-size: -webkit-calc((100vw - 320px) / (1920 - 320) * (15 - 13) + 13px);
  font-size: calc((100vw - 320px) / (1920 - 320) * (15 - 13) + 13px);
  text-align: center;
  display: block; }

.catalog-inner__terminals-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.catalog__head, .catalog-inner__head {
  margin-top: 60px; }

.catalog-inner__head {
  margin-bottom: 60px; }

.catalog-inner__terminals-wrap {
  margin-bottom: -60px; }

.catalog-inner__terminals-wrap .terminal-card {
  width: 21%;
  margin-bottom: 90px; }

.product-info__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 55px; }

.product-info__slider-wrap {
  width: 32%;
  margin-right: 30px; }

.product-info__content-wrap {
  width: 70%; }

.product-info__img-wrap img {
  margin: 0 auto; }

.product-info__nav-slider {
  padding: 0 30px; }

.product-info__nav-slider .product-info__img-wrap img {
  height: 100%;
  max-width: 100%; }

.product-info__subhead {
  margin-top: 20px;
  font-size: -webkit-calc((100vw - 320px) / (1920 - 320) * (18 - 14) + 14px);
  font-size: calc((100vw - 320px) / (1920 - 320) * (18 - 14) + 14px); }

.product-info__text {
  margin-top: 35px; }

.product-info__price {
  margin-top: 70px;
  font-weight: 700;
  font-size: -webkit-calc((100vw - 320px) / (1920 - 320) * (24 - 18) + 18px);
  font-size: calc((100vw - 320px) / (1920 - 320) * (24 - 18) + 18px); }

.product-info__amount-wrap {
  margin-top: 44px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.amount__action-btn {
  border: 1px solid #014282;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 24px;
  font-weight: 500;
  color: #014282;
  width: 53px;
  height: 53px;
  cursor: pointer;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none; }

.amount__num {
  padding: 0;
  font-weight: 500;
  font-size: 15px;
  width: 53px;
  height: 53px;
  margin: 0 4px;
  text-align: center; }

.amount__btn {
  margin-left: 25px;
  max-width: 136px;
  height: auto; }

.advantages-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 90px; }

.advantage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.advantage__rhombus {
  width: 70px;
  height: 70px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  border: 3px solid #f68121;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  margin-right: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none; }

.advantage__rhombus img {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 40px; }

.advantage__head {
  font-size: -webkit-calc((100vw - 320px) / (1920 - 320) * (18 - 14) + 14px);
  font-size: calc((100vw - 320px) / (1920 - 320) * (18 - 14) + 14px);
  font-weight: 700;
  color: #014282; }

.advantage__text {
  font-size: 13px;
  margin-top: 10px; }

.tech-params__outer-wrap {
  margin-top: 80px; }

.tech-params__inner-wrap {
  margin-top: 25px; }

.tech-params__heads-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.tech-params__head {
  color: #014282;
  text-transform: uppercase;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 25px;
  background-color: #eef1f3;
  -webkit-border-top-left-radius: 3px;
          border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
          border-top-right-radius: 3px;
  cursor: pointer;
  font-size: -webkit-calc((100vw - 320px) / (1920 - 320) * (15 - 10) + 10px);
  font-size: calc((100vw - 320px) / (1920 - 320) * (15 - 10) + 10px);
  font-weight: 500; }

.tech-params__head:first-child {
  margin-right: 4px; }

.tech-params__head_active {
  border-left: 1px solid #014282;
  border-top: 1px solid #014282;
  border-right: 1px solid #014282;
  background-color: #fff; }

.tech-params__line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.tech-params__param {
  font-size: -webkit-calc((100vw - 320px) / (1920 - 320) * (15 - 13) + 13px);
  font-size: calc((100vw - 320px) / (1920 - 320) * (15 - 13) + 13px);
  padding: 18px 36px;
  width: 100%; }

.tech-params__param:first-child {
  border-right: 2px solid #ffffff; }

.tech-params__line:nth-child(odd) .tech-params__param {
  background-color: #eef1f3; }

.tech-params__table-wrap {
  display: none; }

.tech-params__table-wrap:nth-child(2) {
  display: block; }

.additionals__outer-wrap {
  margin-top: 60px; }

.additionals__inner-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 40px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: -30px; }

.additional {
  width: 16%;
  margin-bottom: 30px; }

.additional__img-wrap {
  padding-bottom: 15px;
  border-bottom: 5px solid #f68121; }

.additional__img-wrap img {
  max-width: 100%;
  max-height: 150px;
  margin: 0 auto;
  display: block; }

.additional__head {
  margin-top: 15px;
  font-weight: 700;
  font-size: -webkit-calc((100vw - 320px) / (1920 - 320) * (18 - 14) + 14px);
  font-size: calc((100vw - 320px) / (1920 - 320) * (18 - 14) + 14px); }

.additional__text {
  margin-top: 10px;
  font-size: 13px; }

.product-services__outer-wrap {
  background-color: #eef1f3;
  padding: 70px 0;
  margin-top: 50px; }

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

.product-services__inner-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 40px; }

.service {
  width: 48%;
  margin-bottom: 30px; }

.service__img {
  border-bottom: 4px solid #f68121;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  height: 224px; }

.service__img-wrap {
  border-bottom: 4px solid #f68121;
  position: relative;
  font-size: 0;
  display: block; }

.service__img-wrap img {
  width: 100%; }

.service:nth-child(odd) .service__img-wrap-after {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 70%;
  height: 70%;
  overflow: hidden; }

.service:nth-child(even) .service__img-wrap-after {
  position: absolute;
  top: 0;
  left: 0;
  width: 59%;
  height: 76%; }

.service__img-wrap-after img {
  width: 100%; }

.service__head {
  margin-top: 15px;
  font-weight: 700;
  font-size: -webkit-calc((100vw - 320px) / (1920 - 320) * (18 - 16) + 16px);
  font-size: calc((100vw - 320px) / (1920 - 320) * (18 - 16) + 16px);
  color: #000;
  display: block; }

.service__text {
  font-size: 13px;
  margin-top: 15px; }

.service__btn {
  margin-top: 25px;
  width: 112px; }

.news-slider__wrap {
  margin: 70px auto 35px;
  position: relative; }

.news-slider {
  width: 90%;
  margin: 0 auto; }

.news-slider__slide:nth-child(odd) {
  text-align: right;
  padding-right: 30px;
  border-right: 1px solid #eef1f3; }

.news-slider__slide:nth-child(even) {
  padding-left: 30px; }

.news-slider__slide-head {
  font-size: -webkit-calc((100vw - 320px) / (1920 - 320) * (15 - 13) + 13px);
  font-size: calc((100vw - 320px) / (1920 - 320) * (15 - 13) + 13px);
  font-weight: 700;
  color: #f68121; }

.news-slider__slide-head:hover {
  text-decoration: underline; }

.news-slider__date {
  margin-top: 8px;
  color: #898989;
  font-size: -webkit-calc((100vw - 320px) / (1920 - 320) * (15 - 13) + 13px);
  font-size: calc((100vw - 320px) / (1920 - 320) * (15 - 13) + 13px); }

.services__text {
  font-size: -webkit-calc((100vw - 320px) / (1920 - 320) * (15 - 13) + 13px);
  font-size: calc((100vw - 320px) / (1920 - 320) * (15 - 13) + 13px); }

.services__inner-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 30px; }

.services__text:last-child {
  margin-bottom: 50px; }

.product-services__outer-wrap_white {
  background-color: #ffffff;
  margin-top: 0; }

.services-inner_mainscreen-outer-wrap {
  background-color: #eef1f3;
  margin-top: 25px; }

.services-inner_mainscreen-inner-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 40px; }

.services-inner_mainscreen__content-wrap {
  width: 60%; }

.services-inner_mainscreen__img-wrap {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
  width: 915px;
  margin-right: -280px;
  margin-left: -137px;
  font-size: 0; }

.services-inner_mainscreen__img-wrap img {
  width: 100%; }

.services-inner_mainscreen__text {
  margin-top: 40px;
  font-size: -webkit-calc((100vw - 320px) / (1920 - 320) * (15 - 13) + 13px);
  font-size: calc((100vw - 320px) / (1920 - 320) * (15 - 13) + 13px); }

.services-inner_mainscreen__btn {
  margin-top: 40px;
  max-width: 290px;
  margin-bottom: 65px; }

.services-inner_mainscreen__btn:after {
  border-left: 1px solid #eef1f3; }

.account__head-wrap {
  margin-bottom: 40px; }
  .account__head-wrap .account__head {
    margin-right: auto; }
  .account__head-wrap .account__head-btn {
    width: auto;
    padding-left: 25px;
    padding-right: 80px; }
  .account__head-wrap .account__head-btn:last-child {
    margin-left: 13px; }

.rubric_current {
  color: #000; }

.rubric_current:after {
  display: none; }

.rubric_exit {
  background-color: #dee1e4; }

.rubric_exit:after {
  content: '';
  position: absolute;
  top: -webkit-calc(50% - 11px);
  top: calc(50% - 11px);
  right: 20px;
  width: 22px;
  height: 22px;
  background: url("../img/exit-ico.png") 0 0 no-repeat; }

.how__head {
  display: block;
  color: #014282;
  font-weight: 700;
  margin-top: 30px;
  font-size: -webkit-calc((100vw - 320px) / (1920 - 320) * (18 - 13) + 13px);
  font-size: calc((100vw - 320px) / (1920 - 320) * (18 - 13) + 13px);
  text-align: center; }

.account__how-wrap .how__item {
  width: 30%;
  max-width: inherit;
  margin-bottom: 50px; }

.account__how-wrap .how__wrap {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 38px auto; }

input[type=checkbox], input[type=radio] {
  display: none; }

input[type=checkbox] + label, input[type=radio] + label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 15px;
  vertical-align: middle;
  cursor: pointer;
  font-size: -webkit-calc((100vw - 320px) / (1920 - 320) * (16 - 12) + 12px);
  font-size: calc((100vw - 320px) / (1920 - 320) * (16 - 12) + 12px);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

input[type=checkbox] + label span {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 27px;
  height: 27px;
  margin: 0 10px 0 0;
  vertical-align: middle;
  background: url("../img/checkbox_empty.jpg") 0 0 no-repeat;
  cursor: pointer; }

input[type=checkbox]:checked + label span {
  background: url("../img/checkbox_checked.jpg") 0 0 no-repeat; }

input[type=radio] + label span {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 27px;
  height: 27px;
  margin: 0 15px 0 0;
  vertical-align: middle;
  background: url("../img/radio_empty.jpg") 0 0 no-repeat;
  cursor: pointer; }

input[type=radio]:checked + label span {
  background: url("../img/radio_checked.jpg") 0 0 no-repeat; }

input[type=radio] + label span.color-ball, input[type=checkbox] + label span.color-ball {
  -webkit-border-radius: 100%;
          border-radius: 100%;
  width: 27px;
  height: 27px;
  border: 1px solid #dddddd;
  margin-right: 10px; }

.property-of {
  font-size: -webkit-calc((100vw - 320px) / (1920 - 320) * (15 - 13) + 13px);
  font-size: calc((100vw - 320px) / (1920 - 320) * (15 - 13) + 13px); }

.property-of a {
  color: #f68121;
  text-decoration: underline;
  font-weight: 700;
  font-size: -webkit-calc((100vw - 320px) / (1920 - 320) * (15 - 13) + 13px);
  font-size: calc((100vw - 320px) / (1920 - 320) * (15 - 13) + 13px); }

.account__subhead {
  margin-top: 35px; }

.account__input-wrap {
  margin-top: 25px; }

.account__input-wrap input {
  margin-top: 13px; }

.account__input-info {
  margin-top: 13px;
  margin-left: 25px;
  font-size: 13px; }

.account__input-inner-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.account__input-inner-wrap input, .account__input-info {
  max-width: 420px; }

.account__inner-head {
  margin-top: 25px;
  margin-bottom: 15px;
  font-size: 20px; }

.account__btns-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px; }

.accounts__radio-n-check-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.accounts__radio-n-check-wrap input#format-text + label {
  margin-right: 35px; }

.account__btn {
  height: 50px;
  padding-right: 30px;
  padding-left: 30px;
  width: auto; }

.account__btn:first-child {
  margin-right: 12px; }

.account__input-name {
  font-weight: 500; }

.order__wrap {
  margin-bottom: 40px; }

.order__name {
  background-color: #f68121;
  padding: 18px 25px;
  color: #ffffff;
  font-weight: 700;
  font-size: -webkit-calc((100vw - 320px) / (1920 - 320) * (15 - 13) + 13px);
  font-size: calc((100vw - 320px) / (1920 - 320) * (15 - 13) + 13px); }

.order__head {
  background-color: #014282;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 18px 25px; }

.order__head .order__title, .order__head .order__price, .order__head .order__amount, .order__head .order__sum {
  color: #ffffff;
  font-size: -webkit-calc((100vw - 320px) / (1920 - 320) * (15 - 13) + 13px);
  font-size: calc((100vw - 320px) / (1920 - 320) * (15 - 13) + 13px);
  margin-right: 25px;
  width: 105px; }

.order__head .order__sum {
  margin-right: 0; }

.order__head .order__title {
  width: 52%; }

.order__item-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 13px 25px; }

.order__item-wrap:nth-child(even) {
  background-color: #eef1f3; }

.order__item-wrap .order__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }

.order__title-img-wrap {
  max-width: 20%;
  margin-right: 35px; }

.order__title-img-wrap img {
  width: 100%; }

.order__text-content-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.order__item-wrap .order__title {
  width: 36%;
  margin-right: 25px; }

.order__item-wrap .order__price {
  width: 105px;
  margin-right: 25px; }

.order__item-wrap .order__amount {
  width: 105px;
  margin-right: 25px; }

.order__item-wrap .order__amount {
  width: 105px; }

.order__total-wrap {
  background-color: #dee1e4;
  padding: 20px 45px; }

.order__total-text {
  font-size: -webkit-calc((100vw - 320px) / (1920 - 320) * (15 - 13) + 13px);
  font-size: calc((100vw - 320px) / (1920 - 320) * (15 - 13) + 13px);
  text-align: right;
  margin-bottom: 8px; }

.order__total-text:last-child {
  font-weight: 700;
  margin-bottom: 0; }

.account__bottom-btn-wrap {
  width: 50%; }
  .account__bottom-btn-wrap .account__bottom-btn {
    width: auto;
    padding-left: 25px;
    padding-right: 0px; }

.content-column .account__inner-head:first-child {
  margin-top: 0;
  margin-bottom: 15px; }

.account__bottom-btns-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: -15px;
  margin-right: -15px; }
  .account__bottom-btns-wrap .account__bottom-btn {
    margin: 0 15px; }

.select ul {
  padding-left: 0;
  margin: 0; }

.select li {
  list-style: none; }

.select {
  position: relative;
  display: inline-block;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  padding: 20px;
  font-size: 15px;
  color: #000;
  cursor: pointer;
  width: 100%;
  background: #ffffff;
  border: 1px solid #e5e8eb; }

ul.select__dropdown {
  display: none;
  position: absolute;
  top: 105%;
  left: 0;
  width: 100%;
  z-index: 11;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  padding: 20px;
  background-color: #fafafa;
  border: 1px solid #e5e8eb; }

.select__option:before {
  display: none; }

.select__option {
  background-color: #fafafa;
  padding: 10px 5px;
  color: #f68121;
  font-size: 15px; }

.select__option:hover {
  background-color: #c9c9c9; }

.select-decor {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 54px;
  background-color: #eef1f3;
  -webkit-border-top-right-radius: 5px;
          border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
          border-bottom-right-radius: 5px;
  background-image: url(../img/button-arrow_down-blue.png);
  background-position: 50% 50%;
  background-repeat: no-repeat; }

.account__inner-head-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 18px; }

.big-hollow-btn_inverted {
  padding-left: 80px;
  padding-right: 25px; }

.big-hollow-btn_inverted:after {
  right: inherit;
  left: 0;
  background-image: url("../img/button-arrow_white-inverted.png"); }

.reg-benefits {
  background-color: #eef1f3;
  padding: 20px 20px 20px 65px;
  position: relative;
  -webkit-border-radius: 3px;
          border-radius: 3px; }

.reg-benefits:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background-color: #f68121;
  width: 45px;
  height: 100%;
  background-image: url(../img/check-mark-ico.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-border-top-left-radius: 3px;
          border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
          border-bottom-left-radius: 3px; }

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

.reg-inputs__column {
  width: 49%; }

.reg-inputs__column .account__input-inner-wrap input, .reg-inputs__column .account__input-info {
  max-width: 100%; }

.reg-inputs__column .select {
  margin-top: 13px;
  max-width: 100%; }

.reg-inputs__btn {
  max-width: 248px;
  margin: 55px auto;
  height: 53px; }

.contacts__head {
  margin-right: auto; }

.contacts__content {
  margin: 40px auto; }

.contacts__address {
  margin-top: 20px; }

.contacts__phones-wrap {
  margin-top: 20px; }

.contacts__phones-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.contacts__phone {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.contacts__phone a {
  color: #000;
  font-size: 15px;
  margin-right: 20px; }

.contacts__phone-ico-wrap {
  width: 19px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 11px; }

.contacts__phone-ico-wrap img {
  margin: 0 auto; }

#map {
  height: 388px; }

.contacts__content .socnets__outer-wrap {
  margin-top: 35px; }

.worktime__week {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative; }

.worktime__day {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  height: 40px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-right: 20px;
  z-index: 5; }

.worktime__week:before {
  content: '';
  background-color: #014282;
  position: absolute;
  left: -8px;
  height: 29px;
  width: 2px;
  bottom: -25px; }

.worktime__week:after {
  content: '';
  background-color: #014282;
  position: absolute;
  left: 68.8%;
  height: 29px;
  width: 2px;
  bottom: -25px; }

.worktime__day_off {
  background-color: #f68121; }

.worktime__day_work {
  background-color: #014282; }

.worktime__text {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  color: #ffffff;
  font-weight: 700;
  font-size: 11px;
  text-transform: uppercase; }

.worktime__wrap {
  margin-top: 60px; }

.worktime__hours {
  margin-top: 25px;
  padding-left: 19px; }

.ham__outer-wrap > ul {
  display: none;
  position: absolute;
  top: 50px;
  right: -15px;
  left: auto;
  z-index: 9;
  width: 305px;
  border-bottom: 3px;
  margin: 0; }
  .ham__outer-wrap > ul li {
    display: block;
    position: relative;
    background-color: #eef1f3;
    text-transform: uppercase;
    border-bottom: 1px solid #dee1e4;
    background-color: #dee1e4;
    padding: 0px; }
    .ham__outer-wrap > ul li ul {
      display: none; }
      .ham__outer-wrap > ul li ul li a {
        background: transparent; }
    .ham__outer-wrap > ul li a {
      font-size: 18px;
      font-weight: 700;
      color: #000;
      padding: 20px;
      display: block;
      text-transform: uppercase;
      background-color: #eef1f3; }
    .ham__outer-wrap > ul li:last-child {
      border-bottom: none; }
    .ham__outer-wrap > ul li.parent .ham__outer-item_after {
      content: '';
      position: absolute;
      top: -webkit-calc(50% - 8px);
      top: calc(50% - 8px);
      right: 20px;
      width: 10px;
      height: 17px;
      background: url("../img/button-arrow_orange.png") 0 0 no-repeat;
      top: 22px; }
      .ham__outer-wrap > ul li.parent .ham__outer-item_after.active .ham__outer-item_after {
        -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
                transform: rotate(90deg);
        -webkit-transition: all 0.3s;
        transition: all 0.3s; }
    .ham__outer-wrap > ul li:before {
      display: none; }

.popup-window {
  background-color: #fff;
  padding: 45px 70px;
  max-width: 450px;
  width: 100%;
  margin: 0 auto;
  position: relative; }
  .popup-window .big-full-btn {
    width: 100%; }
  .popup-window input {
    margin-bottom: 10px; }

.tbl {
  display: table; }

.tbl .tr {
  display: table-row; }

.tbl .tr .td {
  display: table-cell; }

.to-top {
  position: fixed;
  bottom: 50px;
  right: 50px;
  width: 50px;
  height: 50px;
  background-color: #dee1e4;
  z-index: 10;
  background-image: url(../img/arrow-top-white.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 60%;
  display: none;
  cursor: pointer; }

/************************************  ���������� ����� ***********************************************************/
.bx-soa-order {
  margin-bottom: 80px; }
  .bx-soa-order .bx-soa {
    float: left; }
    .bx-soa-order .bx-soa .bx-soa-total-mobile {
      margin-bottom: 30px; }
    .bx-soa-order .bx-soa .bx-soa-section {
      -webkit-border-radius: 2px;
              border-radius: 2px;
      width: 100%;
      float: left;
      margin-bottom: 30px; }
      .bx-soa-order .bx-soa .bx-soa-section .bx-soa-section-title-container {
        overflow: hidden;
        background: #014282;
        padding: 7px 0;
        font-size: 14px;
        height: 50px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; }
        .bx-soa-order .bx-soa .bx-soa-section .bx-soa-section-title-container .bx-soa-section-title {
          margin: 0;
          color: #fff;
          min-height: 20px;
          vertical-align: middle;
          font-size: 16px;
          padding-left: 15px;
          padding-right: 15px;
          width: 75%;
          float: left;
          font-weight: normal; }
        .bx-soa-order .bx-soa .bx-soa-section .bx-soa-section-title-container .bx-soa-section-title-count {
          display: inline-block;
          min-width: 17px;
          height: 17px;
          vertical-align: middle;
          position: relative;
          font-size: inherit;
          color: #658fb9; }
        .bx-soa-order .bx-soa .bx-soa-section .bx-soa-section-title-container .bx-soa-editstep-wrap {
          width: 25%;
          float: left;
          text-align: right;
          padding: 0 15px; }
          .bx-soa-order .bx-soa .bx-soa-section .bx-soa-section-title-container .bx-soa-editstep-wrap a {
            width: 20px;
            height: 20px;
            display: block;
            float: right;
            background-image: url(../img/arrow-bottom-white.svg);
            background-size: contain; }
      .bx-soa-order .bx-soa .bx-soa-section #bx-soa-order {
        counter-reset: heading; }
      .bx-soa-order .bx-soa .bx-soa-section.bx-selected .bx-soa-section-title-container {
        padding: 15px 0; }
  .bx-soa-order .bx-soa-sidebar {
    float: left; }

.bx-soa-cart-total {
  background-color: #eef1f3;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  display: table;
  width: 100%;
  padding: 15px; }
  .bx-soa-cart-total .bx-soa-cart-total-line {
    display: table-row; }
    .bx-soa-cart-total .bx-soa-cart-total-line .bx-soa-cart-td {
      display: table-cell;
      padding: 15px 0;
      border-bottom: 1px solid #e0e2e4;
      font-weight: bold; }
      .bx-soa-cart-total .bx-soa-cart-total-line .bx-soa-cart-td.value {
        text-align: right;
        font-weight: normal; }
    .bx-soa-cart-total .bx-soa-cart-total-line:last-child .bx-soa-cart-td {
      border: none; }
    .bx-soa-cart-total .bx-soa-cart-total-line.bx-soa-cart-total-line-total .value {
      font-weight: bold;
      color: #f68121; }

.icon-warning {
  padding-left: 65px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 15px;
  position: relative;
  background-color: #eef1f3;
  margin-bottom: 30px; }
  .icon-warning:before {
    content: "";
    display: block;
    width: 50px;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    background-color: #f68121;
    background-position: center 20px;
    background-repeat: no-repeat;
    background-image: url(../img/check-mark-ico.png); }

.soa-property-container .select {
  width: 100%; }

.bx-soa-item-table {
  margin-bottom: 10px;
  min-width: 100%;
  display: table; }

.bx-soa-item-tr {
  display: table-row; }
  .bx-soa-item-tr:nth-child(even) {
    background-color: #eef1f3; }

.bx-soa-item-td {
  display: table-cell;
  vertical-align: top;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  border-top: 1px dotted #e5e5e5; }

.bx-soa-item-table .bx-soa-item-tr:first-child .bx-soa-item-td {
  border-top: none; }

.bx-soa-item-img-block {
  float: left;
  padding-right: 15px; }

.bx-step-completed .bx-soa-item-img-block {
  width: 48px;
  padding-bottom: 10px;
  padding-right: 10px; }

.bx-soa-item-imgcontainer {
  -webkit-border-radius: 4px;
          border-radius: 4px;
  border: 1px solid #c0cfd9;
  background: #fff;
  padding-top: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain; }

.bx-soa-item-title {
  padding-bottom: 5px;
  text-decoration: underline; }

.bx-soa-item-td-title {
  line-height: 20px;
  color: #7c7c7c;
  padding-bottom: 3px;
  font-size: 12px; }

.bx-soa-item-td-text {
  line-height: 25px;
  vertical-align: middle; }

.bx-soa-item-properties .bx-soa-item-td-title,
.bx-soa-item-properties .bx-soa-item-td-text {
  text-align: center; }

.bx-soa-item-properties.bx-text-right .bx-soa-item-td-title,
.bx-soa-item-properties.bx-text-right .bx-soa-item-td-text {
  text-align: right; }

.bx-soa-item-td-text input[type="number"] {
  height: 25px;
  line-height: 20px; }

.bx-soa-item-td-text .bx-price {
  white-space: nowrap;
  font-size: 18px; }

.bx-price-old {
  white-space: nowrap;
  text-decoration: line-through;
  color: #727272;
  font-size: 15px; }

.bx-soa-item-td-control {
  padding-bottom: 5px;
  font-size: 11px; }

/* Advanced info */
.bx-soa-item-info-container {
  position: relative;
  height: 35px; }

.bx-soa-item-info-container .bx-soa-item-td {
  border: none;
  position: absolute; }

.bx-soa-item-info-container .bx-soa-item-info-block {
  height: 0;
  overflow: hidden;
  margin-bottom: 10px; }

.bx-soa-item-info-block.bx-active {
  padding-top: 10px;
  height: auto; }

.bx-soa-info-block {
  border: none;
  max-width: 100%; }

.bx-soa-info-line {
  line-height: 15px; }

.bx-soa-info-title {
  color: #7c7c7c;
  font-size: 12px;
  padding: 4px 0;
  vertical-align: top; }

.bx-soa-info-text {
  display: inline-block;
  font-size: 12px;
  padding: 4px 10px;
  vertical-align: top; }

.bx-soa-order-save a {
  float: right;
  padding: 30px 45px;
  font-size: 15px; }

.bx-scu-container {
  overflow: hidden; }

.bx-soa-item-content .bx-scu-container {
  max-width: 200px; }

.bx-scu-list {
  margin: 0;
  padding: 0 5px; }

.bx-scu-itemlist {
  list-style: none;
  padding: 0;
  overflow: hidden;
  margin: 0 -5px;
  min-width: 40px; }

.bx-scu-item {
  float: left;
  width: 20%;
  padding: 5px; }

.bx-img-item {
  float: left;
  width: 50%;
  padding: 5px;
  min-width: 30px;
  max-width: 50px; }

.bx-img-itemColor {
  position: absolute;
  top: 3px;
  right: 3px;
  left: 3px;
  bottom: 3px;
  background-size: contain;
  -webkit-background-size: contain;
  background-position: center;
  background-repeat: no-repeat; }

.bx-scu-itemColorBlock {
  position: relative;
  padding-top: 100%;
  cursor: pointer;
  outline: 1px solid #c0cfda;
  -webkit-transition: outline .2s ease;
  transition: outline .2s ease; }

.bx-scu-itemColorBlock:hover {
  outline: 1px solid #006cc0; }

.bx-scu-itemColorBlock.selected {
  outline: 2px solid #006cc0; }

.bx-scu-itemColor {
  position: absolute;
  top: 3px;
  right: 3px;
  left: 3px;
  bottom: 3px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat; }

.bx-scu-itemTextBlock {
  position: relative;
  cursor: pointer;
  outline: 1px solid #c0cfda;
  -webkit-transition: outline .2s ease;
  transition: outline .2s ease; }

.bx-scu-itemTextBlock:hover {
  outline: 1px solid #006cc0; }

.bx-scu-itemTextBlock.selected {
  outline: 2px solid #006cc0; }

.bx-scu-itemText {
  vertical-align: middle;
  text-align: center;
  font-size: 11px;
  line-height: 18px;
  white-space: nowrap;
  text-transform: uppercase;
  text-overflow: ellipsis;
  overflow: hidden; }

/*.bx-step-completed*/
.bx-scu-container {
  position: relative;
  overflow: hidden; }

.bx-selected .bx-scu-container {
  height: auto; }

/*.bx-step-completed*/
.bx-scu-container .bx-soa-item-td-title {
  line-height: 20px; }

.bx-scu-container .bx-soa-item-td-title,
.bx-scu-container .bx-soa-item-td-text {
  float: left;
  font-size: 13px;
  padding-right: 5px;
  line-height: 19px;
  vertical-align: middle;
  padding-bottom: 3px; }

.bx-scu-container .bx-soa-item-td-title {
  clear: both; }

/*pay*/
.bx-soa-pp .bx-soa-pp-item-container {
  float: left;
  padding-top: 15px;
  padding-right: 15px; }
  .bx-soa-pp .bx-soa-pp-item-container .bx-soa-pp-company {
    z-index: 100;
    position: relative;
    width: 50%;
    float: left;
    padding: 0 15px; }
    .bx-soa-pp .bx-soa-pp-item-container .bx-soa-pp-company.bx-selected .bx-soa-pp-company-graf-container {
      border: 3px solid #f68121; }

.bx-soa-pp .bx-soa-pp-desc-container {
  float: left;
  padding-left: 15px;
  padding-top: 15px; }
  .bx-soa-pp .bx-soa-pp-desc-container .bx-soa-pp-company {
    background-color: #eef1f3;
    padding: 15px;
    border: 1px solid transparent;
    width: 100%; }
    .bx-soa-pp .bx-soa-pp-desc-container .bx-soa-pp-company .bx-soa-pp-company-graf-container {
      height: auto;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start; }
      .bx-soa-pp .bx-soa-pp-desc-container .bx-soa-pp-company .bx-soa-pp-company-graf-container .bx-soa-pp-company-sub-title {
        font-weight: bold; }
    .bx-soa-pp .bx-soa-pp-desc-container .bx-soa-pp-company .bx-soa-pp-list {
      padding: 15px 0 0 0;
      margin: 0; }
      .bx-soa-pp .bx-soa-pp-desc-container .bx-soa-pp-company .bx-soa-pp-list li {
        padding: 0;
        margin: 0;
        list-style: none; }
        .bx-soa-pp .bx-soa-pp-desc-container .bx-soa-pp-company .bx-soa-pp-list li:before {
          content: none; }
        .bx-soa-pp .bx-soa-pp-desc-container .bx-soa-pp-company .bx-soa-pp-list li .bx-soa-pp-list-termin {
          color: #727272; }

.bx-soa-pp-company-graf-container {
  background-color: #eef1f3;
  padding: 5px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  height: 70px; }
  .bx-soa-pp-company-graf-container .bx-soa-pp-desc {
    padding-left: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    line-height: 1.5; }
    .bx-soa-pp-company-graf-container .bx-soa-pp-desc .bx-soa-pp-delivery-cost {
      color: #f68121; }
  .bx-soa-pp-company-graf-container .bx-soa-pp-company-image {
    width: 50px;
    height: 100%;
    min-height: 50px;
    padding-right: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center; }
    .bx-soa-pp-company-graf-container .bx-soa-pp-company-image img {
      max-width: 100%;
      height: auto; }

/*
.bx-soa-pp-desc-container {
  padding-top: 7px;
}

.bx-soa-pp-desc-container .bx-soa-pp-company {
  background: #f8fafc;
  border: 1px solid #d5dadc;
  padding: 7px 15px;
}

.bx-soa-pp-company-logo {
  padding-top: 6px;
}



.bx-soa-pp-company.bx-selected .bx-soa-pp-company-graf-container {
  border-color: #159ebb;
}

.bx-soa-pp-inner-ps.bx-selected .bx-soa-pp-company-graf-container {
  border-color: #159ebb;
}

.bx-soa-pp-company.bx-bd-error .bx-soa-pp-company-graf-container {
  border-color: #db4a29;
}

.bx-soa-pp-company.bx-bd-waring .bx-soa-pp-company-graf-container {
  border-color: #CCBE71;
}

input[type=checkbox].bx-soa-pp-company-checkbox {
  position: absolute;
  top: 7px;
  left: 7px;
  margin: 0;
  padding: 0;
  z-index: 100;
}

.bx-soa-pp-company-image {
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.bx-soa-pp-desc-container .bx-soa-pp-company-logo {
  max-width: 150px;
}

.bx-soa-pp-company-smalltitle {
  padding-top: 9px;
  color: #a3a3a3;
  font-size: 11px;
  text-align: center;
  padding-bottom: 5px;
}

.bx-soa-pp-company-title {
  font-size: 19px;
  font-weight: bold;
}

.bx-soa-pp-company-subTitle {
  font-size: 15px;
  font-weight: bold;
}

.bx-soa-pp-company-desc {
  font-size: 13px;
  padding-top: 10px;
  line-height: 17px;
}

.bx-soa-pp-company-selected {
  padding: 4px 0;
}

.bx-soa-pp-company-selected strong {
  margin-left: 10px;
}

ul.bx-soa-pp-list {
  margin: 10px 0;
  padding: 0;
  list-style: none;
  font-size: 13px;
  color: #000;
}

ul.bx-soa-pp-list li {
  clear: both;
  padding: 5px 0;
}

.bx-soa-pp-list-termin {
  color: #8d8d8d;
  display: block;
}

.bx-soa-pp-list-description {
  display: block;
}

.bx-soa-pp-delivery-cost {
  position: absolute;
  font-size: 14px;
  line-height: 14px;
  color: #fff;
  padding: 2px 4px;
  right: -2px;
  bottom: -2px;
  border-radius: 1px;
  background: rgba(0, 0, 0, .5);
}

.bx-soa-pp-field .form-control {
  background: #fff;
}

.bx-soa-pp-company-block .checkbox label,
.bx-soa-pp-company-block .form-group label {
  font-size: 13px;
}

.bx-soa-pp-company-block .form-control {
  font-size: 13px;
}

.bx-soa-pp-price {
  text-align: right;
  padding: 4px 0;
}

.bx-soa-service-small {
  color: #a3a3a3;
  font-size: 11px;
}
*/
/*CHECKBOX*/
.bx-soa-customer {
  padding-top: 15px; }
  .bx-soa-customer .bx-soa-customer-field {
    margin-bottom: 15px; }

label {
  font-weight: bold;
  margin-bottom: 5px;
  display: block; }

@media (min-width: 320px) {
  .bx-soa-item-img-block {
    display: none; }
  .bx-soa-order {
    padding: 0 15px; }
    .bx-soa-order .bx-soa {
      width: 100%;
      padding: 0; }
    .bx-soa-order .bx-soa-sidebar {
      display: none; }
    .bx-soa-order .bx-soa-total-mobile {
      display: block; }
  .bx-soa-pp .bx-soa-pp-item-container {
    width: 100%;
    padding-right: 0; }
  .bx-soa-pp .bx-soa-pp-desc-container {
    width: 100%;
    padding-left: 0; } }

@media (min-width: 990px) {
  .bx-soa-order .bx-soa {
    width: 75%;
    padding: 0 15px 0 0; }
  .bx-soa-order .bx-soa-sidebar {
    width: 25%;
    display: block;
    padding: 0 0 0 15px; }
  .bx-soa-order .bx-soa-total-mobile {
    display: none; }
  .bx-soa-item-img-block {
    max-width: 160px;
    margin: 0 auto; }
  .bx-soa-item-img-block {
    display: block;
    width: 85px;
    margin: 0; } }

@media (min-width: 1200px) {
  .bx-soa-pp .bx-soa-pp-item-container {
    width: 66%;
    padding-right: 15px; }
  .bx-soa-pp .bx-soa-pp-desc-container {
    width: 34%;
    padding-left: 15px; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

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

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

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

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

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

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

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

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

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

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

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

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

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

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

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

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

.mfp-title {
  font-size: 28px;
  color: #014282;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 30px; }

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

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

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
        -ms-transform: scale(0.75);
            transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
        -ms-transform-origin: 0;
            transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
        -ms-transform-origin: 100%;
            transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          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;
  -ms-touch-action: pan-y;
  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: none; }

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

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

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

.slick-track:before,
.slick-track:after {
  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; }

@media (max-width: 1170px) {
  .cont {
    padding-right: 15px;
    padding-left: 15px; }
  .mainpage__slider-wrap .slick-dots {
    left: 15px; }
  .mainpage__slider-wrap {
    padding-left: 0;
    padding-right: 0; }
  .mainpage__slide {
    background-position: 180% 100%; }
  .slider-arrow_prev {
    left: 5px; }
  .slider-arrow_next {
    right: 5px; }
  .left-stripe__outer {
    padding-left: 15px; }
  .right-stripe__outer {
    padding-right: 15px; }
  .news-dispatch__outer-wrap {
    padding: 0; }
    .news-dispatch__outer-wrap .news-dispatch__inner-wrap {
      max-width: 100%; }
    .news-dispatch__outer-wrap .news-dispatch__blue {
      padding: 25px 15px;
      -ms-flex-direction: column;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
              flex-direction: column;
      -ms-flex-align: start;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
              align-items: flex-start; }
    .news-dispatch__outer-wrap .news-dispatch__orange {
      padding: 25px 15px; }
    .news-dispatch__outer-wrap .news-dispatch__blue:before,
    .news-dispatch__outer-wrap .news-dispatch__orange:before {
      display: none; }
  .content-column {
    margin-top: 25px;
    width: 100%; }
  .two-columns__wrap {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column; }
  .sidemenu__outer-wrap {
    width: 100%; }
  .fresh-news__outer-wrap {
    display: none; }
  .catalog-inner__terminals-wrap .terminal-card {
    width: 30%; }
  .additional {
    width: 22%; }
  .rubrics__inner-wrap {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column; }
  .rubric_current {
    display: block;
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
            order: 1; }
  .rubric_exit {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
            order: 3;
    display: block; }
  .rubric_current:after {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex; }
  .request__outer-wrap .request__img-wrap.prev-img {
    display: block; }
  .request__outer-wrap .request__img-wrap.post-img {
    display: none; } }

@media (max-width: 960px) {
  .bx-basket-item-list .top-arrow {
    right: 10px; }
  .header__inner-wrap-tablet {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .header__inner-wrap_xl {
    display: none; }
  .news-dispatch__blue-text-cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .mainpage__slide-item-wrap {
    margin-right: -140px; }
  .mainpage__slide {
    background-position: 110px 100%; }
  .opportunities__column {
    width: 100%;
    margin-bottom: 10px; }
  .opportunities__column:last-child {
    margin-bottom: 0; }
  .opportunities__outer-wrap {
    padding-bottom: 50px; }
  .opportunities__btns-wrap {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column; }
  .opportunities__btn:first-child {
    margin-right: 0;
    margin-bottom: 10px; }
  .stripes__outer-wrap {
    height: auto;
    display: block; }
  .left-stripe__outer {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start; }
  .left-stripe__inner {
    max-width: 100%;
    padding: 70px 15px; }
  .stripe__head, .stripe__text {
    max-width: 50%; }
  .middle-stripe {
    max-width: 100%;
    padding: 100px 15px; }
  .middle-stripe .stripe__text {
    max-width: 80%; }
  .right-stripe__outer {
    background-size: cover;
    padding-right: 0;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
            justify-content: flex-end; }
  .right-stripe__inner {
    max-width: 100%;
    padding: 70px 15px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    -ms-flex-align: end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
            align-items: flex-end; }
  .left-stripe__outer {
    padding-left: 0; }
  .mainscreen-news .mainscreen__news-wrap {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center; }
    .mainscreen-news .mainscreen__news-wrap .news-item {
      width: 78%;
      margin-bottom: 75px; }
      .mainscreen-news .mainscreen__news-wrap .news-item:last-child {
        margin-bottom: 0; }
  .footer__wrap {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column; }
  .footer__links-wrap {
    width: 100%; }
    .footer__links-wrap > ul {
      width: 100%;
      float: left; }
      .footer__links-wrap > ul li {
        width: 50%;
        float: left;
        margin: 0;
        padding-right: 0; }
        .footer__links-wrap > ul li a {
          margin-bottom: 10px; }
        .footer__links-wrap > ul li.parent {
          margin-bottom: 20px; }
  .footer__contacts-outer-wrap {
    padding-top: 30px;
    padding-left: 0;
    max-width: 100%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between; }
  .footer__contacts-outer-wrap:before {
    width: 100%;
    height: 1px;
    top: 0;
    left: 0; }
  .footer__contacts-inner-wrap {
    max-height: 100px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap; }
  .footer__contact:nth-child(3) {
    margin-bottom: 13px; }
  .footer__contact:nth-child(4) {
    margin-top: 33px; }
  .footer__contact {
    margin-right: 35px; }
  .header__menu {
    display: none; }
  .header__btns-wrap {
    height: 47px;
    margin-left: auto; }
  .header__btn {
    font-size: 0;
    width: 50px;
    height: 50px;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center; }
  .header__btn .icon {
    margin-right: 0; }
  .header__main-info-wrap {
    -ms-flex-direction: column-reverse;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    height: 100%; }
  .header__contacts-wrap {
    margin-right: 0; }
  .ham__btn {
    display: -ms-inline-flexbox;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: inline-flex; }
  .header__office-btn {
    margin-right: 15px; }
  .ham__btn-wrap {
    margin-right: 15px; }
  .error-page__content-inner {
    margin-top: 10%; }
  .news-dispatch__blue,
  .news-dispatch__orange {
    width: 100%; }
  .two-columns__wrap {
    overflow: hidden; }
  .catalog__inner-wrap {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    margin: 45px auto 0; }
  .catalog__category {
    width: 100%;
    margin-bottom: 45px; }
  .category__img-wrap {
    width: 30%; }
  .how__wrap {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between; }
  .advantages-wrap {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap; }
  .advantage {
    width: 48%;
    margin-bottom: 70px; }
  .account__input-info {
    margin-left: 0;
    max-width: 420px; }
  .account__input-inner-wrap {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    -ms-flex-align: start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
            align-items: flex-start; }
  .news__head {
    margin-top: 80px; }
  .partners-slider__wrap {
    margin: 160px auto 60px; }
  .terminals-slider__head {
    margin-top: 40px; }
  .terminals-slider__outer-wrap {
    padding-bottom: 40px; }
  .catalog__head, .catalog-inner__head {
    margin-top: 30px; }
  .catalog-inner__head {
    margin-bottom: 30px; }
  .content-column .news-dispatch__blue,
  .content-column .news-dispatch__orange {
    height: auto; }
  .news-dispatch__outer-wrap .news-dispatch__block .news-dispatch__blue-text-cont .input-wrap {
    margin-top: 10px;
    width: auto; }
  .news-dispatch__outer-wrap .news-dispatch__block .news-dispatch__blue-text-cont .news-dispatch__text {
    width: 100%; } }

@media (max-width: 840px) {
  .order__head .order__title, .order__head .order__price, .order__head .order__amount, .order__head .order__sum {
    text-align: center; }
  .order__head .order__title {
    text-align: left; } }

@media (max-width: 750px) {
  .account__bottom-btn-wrap {
    width: 100%; }
  .big-hollow-btn {
    padding-right: 40px; }
  .big-hollow-btn:after {
    width: 40px; }
  .mainpage__slide {
    padding-top: 25px;
    padding-bottom: 300px; }
  .mainpage__slide-text-content {
    width: 100%; }
  .mainpage__slide {
    background-position: 20% 100%; }
  .mainpage__slider-wrap .slick-dots button {
    width: 9px;
    height: 12px; }
  .opportunities__text {
    display: none; }
  .opportunities__img-wrap {
    display: none; }
  .opportunities__content-wrap {
    margin-top: 30px; }
  .opportunities__btns-wrap {
    margin-top: 30px; }
  .opportunities__name-block {
    margin-top: 50px; }
  .opportunities__head {
    margin-top: 15px; }
  .slider-arrow_prev {
    background: url("../img/slider__prev-arrow_sm.png") 0 0 no-repeat;
    top: -webkit-calc(50% - 17px);
    top: calc(50% - 17px);
    height: 35px;
    width: 21px; }
  .slider-arrow_next {
    background: url("../img/slider__next-arrow_sm.png") 0 0 no-repeat;
    top: -webkit-calc(50% - 17px);
    top: calc(50% - 17px);
    height: 35px;
    width: 21px; }
  .mainscreen-news .mainscreen__news-wrap .news-item {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 0; }
    .mainscreen-news .mainscreen__news-wrap .news-item .news-item__outer-img-wrap {
      margin-bottom: 40px; }
    .mainscreen-news .mainscreen__news-wrap .news-item .news-item__text-content-wrap {
      width: 100%; }
    .mainscreen-news .mainscreen__news-wrap .news-item .news-item__head,
    .mainscreen-news .mainscreen__news-wrap .news-item .news-item__date,
    .mainscreen-news .mainscreen__news-wrap .news-item .news-item__text {
      text-align: center; }
  .news__head {
    margin-top: 45px; }
  .ask-form__inner-wrap {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center; }
  .ask-form__img-wrap {
    margin-left: 0; }
  .ask-form__img-wrap img {
    width: 100%; }
  .ask-form__outer-wrap form {
    margin-bottom: 10px; }
  .request__inner-wrap {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center; }
  .request__outer-wrap form {
    margin-bottom: 10px; }
  .request__outer-wrap .request__img-wrap {
    margin-left: 0; }
  .request__outer-wrap .request__img-wrap img {
    width: 100%; }
  .request__outer-wrap .request__img-wrap.prev-img {
    display: none; }
  .request__outer-wrap .request__img-wrap.post-img {
    display: block; }
  .request__outer-wrap .request__head, .request__outer-wrap .request__text {
    font-size: 32px;
    line-height: 32px; }
  .footer__links-wrap > ul li {
    width: 100%; }
  .footer__head, .footer__column a {
    margin-bottom: 10px; }
  footer .socnets__outer-wrap {
    display: none; }
  .footer__contact:nth-child(4) {
    margin-top: 0; }
  .footer__contacts-inner-wrap {
    max-height: 100%; }
  .footer__bottomline-inner-wrap {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center; }
  .footer__copyright {
    margin-right: 0; }
  .footer__devs {
    margin-left: 0; }
  .footer__sitemap-link {
    margin: 15px auto; }
  .footer__contacts-inner-wrap {
    margin-bottom: 22px; }
  footer {
    padding-top: 35px; }
  .news-dispatch__outer-wrap .news-dispatch__inner-wrap {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    height: auto; }
  .news-dispatch__outer-wrap .news-dispatch__blue,
  .news-dispatch__outer-wrap .news-dispatch__orange {
    width: 100%;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    height: auto; }
  .news-dispatch__outer-wrap .news-dispatch__block .news-dispatch__blue-text-cont .input-wrap {
    margin-top: 10px;
    width: auto; }
  .news-dispatch__outer-wrap .news-dispatch__block .news-dispatch__blue-text-cont .news-dispatch__text {
    width: 100%; }
  .how__rhombus-icon {
    max-height: 40px;
    height: 100%; }
  .how__rhombus {
    width: 74px;
    height: 74px; }
  .how__item:nth-child(3) .how__rhombus-icon {
    max-height: 25px; }
  .account__how-wrap .how__item:nth-child(3) .how__rhombus-icon {
    max-height: 40px; }
  .how__wrap {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap; }
  .how__item {
    width: 50%;
    max-width: 100%;
    margin-bottom: 40px; }
  .how__wrap {
    margin: 30px auto 0; }
  .catalog-inner__terminals-wrap .terminal-card {
    width: 45%; }
  .product-info__wrap {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column; }
  .product-info__slider-wrap {
    margin: 0 auto;
    width: 100%; }
  .product-info__content-wrap {
    margin-top: 35px;
    width: 100%; }
  .product-info__price {
    margin-top: 15px; }
  .product-info__amount-wrap {
    margin-top: 15px; }
  .product-info__subhead, .product-info__text {
    margin-top: 15px; }
  .amount__btn {
    margin-left: 15px; }
  .additional {
    width: 48%; }
  .product-services__inner-wrap {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column; }
  .service {
    width: 100%;
    margin-bottom: 25px; }
  .service:last-child {
    margin-bottom: 0; }
  .services-inner_mainscreen-inner-wrap {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column; }
  .services-inner_mainscreen__img-wrap {
    width: 435px;
    margin-right: -100px;
    margin-top: -150px; }
  .services-inner_mainscreen__content-wrap {
    width: 100%; }
  .order__head {
    display: none; }
  .order__text-content-wrap {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column; }
  .order__text-content-wrap .order__title, .order__text-content-wrap .order__price, .order__text-content-wrap .order__amount, .order__text-content-wrap .order__sum {
    width: 100%;
    margin-right: 0;
    margin-bottom: 8px; }
  .order__title-img-wrap {
    margin-right: 15px; }
  .account__head-wrap {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    -ms-flex-align: start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
            align-items: flex-start; }
  .account__head-btn {
    margin-top: 15px;
    padding-right: 60px; }
  .account__head-btn:last-child {
    margin-left: 0; }
  .account__bottom-btns-wrap {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column; }
  .account__bottom-btn {
    margin-top: 15px;
    padding-right: 60px; }
  .account__inner-head-wrap {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    -ms-flex-align: start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
            align-items: flex-start; }
  .account__inner-head-wrap .select {
    margin-top: 15px; }
  .select {
    padding: 15px; }
  .select-decor {
    width: 44px; }
  .big-hollow-btn_inverted {
    padding-right: 25px; }
  input {
    padding: 15px; }
  .reg-inputs__inner-wrap {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column; }
  .reg-inputs__column {
    width: 100%; }
  .contacts__phones-wrap {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column; }
  .contacts__phone {
    margin-right: 0;
    margin-bottom: 10px; }
  .contacts__content .socnets__outer-wrap {
    margin-top: 5px; }
  .worktime__wrap {
    margin-top: 20px; }
  .news-dispatch__outer-wrap {
    margin-top: 75px; } }

@media (max-width: 520px) {
  .ham__outer-wrap > ul {
    right: auto;
    left: 0; }
  .header__inner-wrap-tablet {
    display: none; }
  .stripe__head, .stripe__text {
    max-width: 100%; }
  .left-stripe__inner, .right-stripe__inner {
    padding-bottom: 160px; }
  .left-stripe__inner {
    background: url(../img/left-stripe__bg_sm.png) 100% 100% no-repeat; }
  .sale-form__outer-wrap {
    padding-top: 44px; }
  .sale-form__inner-wrap {
    -ms-flex-direction: column-reverse;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
            flex-direction: column-reverse; }
  .sale-form__content {
    margin-left: 0; }
  .sale-form__content {
    margin-bottom: 10px; }
  .partners-slider__img-wrap img {
    width: 50%; }
  .ask-form__content {
    width: 100%; }
  .ask-form__img-wrap {
    width: 85%; }
  .request__outer-wrap .request__content {
    width: 100%;
    margin-bottom: 20px;
    margin-top: 50px; }
  .request__outer-wrap .request__img-wrap {
    width: 85%;
    margin-top: 20px; }
  .request__outer-wrap .request__btn {
    max-width: 100%;
    width: 100%; }
  .request__outer-wrap .request__head, .request__outer-wrap .request__text {
    font-size: 32px;
    line-height: 32px; }
  .ham__btn-wrap {
    margin-right: 5px; }
  .header__inner-wrap_sm {
    display: block; }
    .header__inner-wrap_sm .header__btns-wrap {
      position: absolute; }
  .header__office-btn {
    margin-right: 0; }
  .header__middle-block_sm {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between; }
  .header__contacts-wrap {
    margin-top: 10px;
    margin-bottom: 0;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center; }
  .header__phone, .header__mail {
    margin-right: 0;
    font-size: 13px; }
  .first-screen {
    margin-top: 155px; }
  .header__logo-wrap {
    max-width: 74px;
    position: relative;
    z-index: 4; }
  .header__btns-wrap .header__cart-btn {
    margin-left: auto; }
  .header__btn {
    font-size: 0;
    width: 40px;
    height: 40px;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center; }
  .error-page__img-wrap {
    width: 230px;
    margin-left: -90px; }
  .error-page__content-inner {
    width: 68%; }
  .news-item__label {
    display: inline-block; }
  .pagination {
    margin: 40px 0; }
  .blog-news__top-content-wrap {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column; }
  .blog-news__head-img-wrap, .blog-news__top-content-info-wrap {
    width: 100%; }
  .catalog__category {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center; }
  .category__content-wrap {
    width: 100%;
    padding-left: 0;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between; }
  .category__price {
    margin-top: 20px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    -webkit-align-self: center;
            align-self: center; }
  .category__img-wrap {
    width: 100%;
    margin-bottom: 15px;
    padding-right: 0;
    padding-bottom: 15px;
    border-right: none;
    border-bottom: 4px solid #f68121; }
  .category__img-wrap img {
    max-width: 140px;
    margin: 0 auto;
    display: block; }
  .catalog-inner__terminals-wrap .terminal-card__img-wrap img {
    max-width: 100%; }
  .catalog-inner__terminals-wrap .terminal-card__perks {
    display: none; }
  .catalog-inner__terminals-wrap .terminal-card__rhombus-wrap {
    left: 0; }
  .catalog-inner__terminals-wrap .terminal-card__rhombus {
    width: auto;
    height: auto;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    padding: 5px;
    margin-right: 10px; }
  .catalog-inner__terminals-wrap .rhombus__text {
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg); }
  .advantage {
    width: 100%;
    margin-bottom: 35px; }
  .advantage__rhombus {
    width: 50px;
    height: 50px; }
  .advantage__rhombus img {
    width: 20px; }
  .news-slider__slide:nth-child(odd), .news-slider__slide:nth-child(even) {
    text-align: center;
    padding: 0;
    border: none; }
  .services-inner_mainscreen__img-wrap {
    margin-right: -240px; }
  .worktime__text {
    font-size: 9px; }
  .worktime__day {
    width: 25px;
    height: 25px;
    margin-right: 15px; }
  .worktime__hours {
    padding-left: 0; }
  .partners-slider__wrap {
    margin: 130px auto 30px; }
  .left-stripe__inner, .right-stripe__inner {
    padding-top: 40px; }
  .blog__news-wrap {
    margin-top: 50px; } }

@media (max-width: 420px) {
  .mainpage__slide-item-wrap img {
    width: auto; }
  .mainpage__slide {
    background-position: 30% 100%; }
  .news-dispatch__blue-text-cont {
    width: 100%; }
  .catalog-inner__terminals-wrap .terminal-card__img-wrap {
    height: 215px; }
  .catalog-inner__terminals-wrap .terminal-card__btn, .catalog-inner__terminals-wrap .terminal-card__btn {
    font-size: 8px; }
  .catalog-inner__terminals-wrap .terminal-card__btn:first-child {
    margin-right: 3px; }
  .account__how-wrap .how__item {
    width: 48%; } }
