@charset "utf-8";
body {
  font-size: calc(13px + 3 * (100vw - 480px) / 1440);
  font-weight: 500;
  overflow-x: hidden;
  font-family: 'Museo Sans Cyrl', sans-serif;
  color: #31363F;
  -webkit-font-smoothing: antialiased;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
span.title {
  display: block;
  margin-top: 0;
  color: #31363F;
}
h1.down-line,
.h1.down-line,
h2.down-line,
.h2.down-line,
h3.down-line,
.h3.down-line,
h4.down-line,
.h4.down-line,
h5.down-line,
.h5.down-line,
span.title.down-line {
  margin-bottom: 40px !important;
  position: relative;
}
h1.down-line:after,
.h1.down-line:after,
h2.down-line:after,
.h2.down-line:after,
h3.down-line:after,
.h3.down-line:after,
h4.down-line:after,
.h4.down-line:after,
h5.down-line:after,
.h5.down-line:after,
span.title.down-line:after {
  margin: 12px -19px 0;
  position: absolute;
  background: #E31E24;
  content: '';
  height: 2px;
  width: 38px;
  left: 50%;
  top: 100%;
}
h1,
.h1 {
  margin-bottom: 70px;
  font-family: 'icomoon', sans-serif;
  color: #31363F;
  font-size: 3.125em;
  font-weight: 500;
  line-height: 1.2;
}
h2,
.h2 {
  margin-bottom: 30px;
  color: #31363F;
  font-size: 2.375em;
  font-weight: 500;
  line-height: 1.210525;
}
h2.small,
.h2.small {
  font-size: 1.9375em;
}
h3,
.h3 {
  margin-bottom: 45px;
  color: #31363F;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.083334;
}
h4,
.h4 {
  margin-bottom: 45px;
  color: #31363F;
  font-size: 1.125em;
  font-weight: 500;
  line-height: 1.222223;
}
img {
  width: 100%;
  max-width: 100%;
  display: block;
}
.desc {
  margin-top: 30px;
  margin-bottom: 45px;
  color: #7887A7;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
}
h1 + .desc {
  margin-top: -23.33333333px;
}
p + p {
  margin-top: 19px;
}
ul,
ol {
  margin-bottom: 30px;
  padding-left: 1.25em;
}
li {
  line-height: 20px;
}
input,
select,
textarea,
.placeholder.value,
.label-placeholder .control-label {
  font-size: calc(13px + 3 * (100vw - 480px) / 1440);
  font-weight: 400;
  font-family: 'Museo Sans Cyrl', sans-serif;
  color: #31363F;
  -webkit-font-smoothing: antialiased;
  resize: none;
}
.bold,
b,
strong {
  font-weight: 700;
}
a {
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
a u {
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
a:not(.btn):hover,
a:not(.btn):active {
  color: #e6e6e6;
  border-color: #E31E24;
}
a:not(.btn).alt {
  color: #E31E24;
}
a:not(.btn).alt:hover,
a:not(.btn).alt:active {
  color: #b7171c;
}
a:not(.btn),
.u_hover u,
.a_ajax u {
  color: #fff;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: transparent;
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.u_hover u,
.a_ajax u {
  border-color: #fff;
}
a.a_ajax {
  color: #fff;
  border-bottom: 0 !important;
  text-decoration: none !important;
}
.a_ajax u {
  border-bottom-style: dashed;
}
.u_hover:hover u,
.a_ajax:hover u {
  border-color: transparent;
}
.rel {
  position: relative;
}
.overflow {
  overflow: hidden;
}
.pad {
  padding-top: 30px;
  padding-bottom: 30px;
}
.nowrap {
  white-space: nowrap;
}
img.left {
  float: left;
  margin: 0 10px 10px 0;
}
img.right {
  float: right;
  margin: 0 0 10px 10px;
}
.hr {
  width: 100%;
  height: 1px;
  margin: 30px auto;
  background: #D1D6E3;
}
.disable-hover,
.disable-hover * {
  pointer-events: none !important;
}
.d_table {
  display: table;
  width: 100%;
}
.d_tr {
  display: table-row;
}
.d_td {
  display: table-cell;
}
.va_t {
  vertical-align: top;
}
.va_m {
  vertical-align: middle;
}
.va_tt,
.va_tt img {
  vertical-align: baseline;
}
.va_b {
  vertical-align: bottom;
}
.ta_c {
  text-align: center;
}
.ta_l {
  text-align: left;
}
.ta_r {
  text-align: right;
}
.floater:after {
  display: block;
  content: '';
  clear: both;
}
.floater .floater-one {
  float: left;
}
.floater .floater-one + .floater-one {
  float: right;
}
.popup-content {
  display: none;
}
.text-clip {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.font-color-white {
  color: #fff;
}
.img-to-bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}
.map {
  -webkit-box-shadow: 0 10px 35px rgba(77, 72, 132, 0.07);
  box-shadow: 0 10px 35px rgba(77, 72, 132, 0.07);
  padding-bottom: 42.736%;
  border-radius: 5px;
  margin: 20px 0 40px;
  position: relative;
  display: block;
  width: 100%;
}
.map > * {
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
fieldset {
  margin: 30px 0;
}
fieldset legend {
  margin-bottom: 15px;
  font-size: 18px;
  border: 0;
}
.form-control {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  height: 42px;
  padding: 0.5em 1em;
  outline: none;
  border-radius: 3px;
  border: 1px solid #D1D6E3;
}
.form-control:focus,
.form-control.active {
  border-color: #7887A7;
}
.form-group {
  margin-bottom: 26px;
  position: relative;
}
.has-error,
.has-error * {
  color: #65B81E !important;
}
.has-error .help-block,
.has-error * .help-block,
.has-error p.help-block,
.has-error * p.help-block {
  color: #fff !important;
  background: #65B81E;
}
.has-error .form-control,
.has-error * .form-control {
  border-radius: 3px 3px 0 3px;
  border-color: #65B81E;
}
.has-error .form-control:focus,
.has-error * .form-control:focus,
.has-error .form-control.active,
.has-error * .form-control.active {
  border-color: #65B81E;
}
.has-warning,
.has-warning * {
  color: #ffa97a !important;
}
.has-warning .help-block,
.has-warning * .help-block,
.has-warning p.help-block,
.has-warning * p.help-block {
  color: #fff !important;
  background: #ffa97a;
}
.has-warning .form-control,
.has-warning * .form-control {
  border-radius: 3px 3px 0 3px;
  border-color: #ffa97a;
}
.has-warning .form-control:focus,
.has-warning * .form-control:focus,
.has-warning .form-control.active,
.has-warning * .form-control.active {
  border-color: #ffa97a;
}
.has-error,
.has-error * {
  color: #E31E24 !important;
}
.has-error .help-block,
.has-error * .help-block,
.has-error p.help-block,
.has-error * p.help-block {
  color: #fff !important;
  background: #E31E24;
}
.has-error .form-control,
.has-error * .form-control {
  border-radius: 3px 3px 0 3px;
  border-color: #E31E24;
}
.has-error .form-control:focus,
.has-error * .form-control:focus,
.has-error .form-control.active,
.has-error * .form-control.active {
  border-color: #E31E24;
}
.help-block,
p.help-block {
  border-radius: 0 0 3px 3px;
  position: absolute;
  padding: 1px 5px;
  font-size: 10px;
  z-index: 1;
  margin: 0;
  top: 100%;
  right: 0;
}
label {
  font-size: calc(13px + 3 * (100vw - 480px) / 1440);
  font-weight: 400;
}
label.checkbox,
label.radio {
  margin: 0;
  padding-left: 30px;
  line-height: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  display: block;
}
label.checkbox.inline,
label.radio.inline {
  display: inline-block;
}
label.checkbox.inline + .checkbox,
label.radio.inline + .checkbox,
label.checkbox.inline + .radio,
label.radio.inline + .radio {
  margin-left: 26px;
  margin-top: 0;
}
label.checkbox + .checkbox,
label.radio + .checkbox,
label.checkbox + .radio,
label.radio + .radio {
  margin-top: 26px;
}
label.checkbox .control-label,
label.radio .control-label {
  font-weight: 500;
}
label.checkbox input,
label.radio input {
  display: none;
}
label.checkbox input + span:after,
label.radio input + span:after,
label.checkbox input + span:before,
label.radio input + span:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 20px;
  height: 20px;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  line-height: 20px;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 0 0 1px #D1D6E3;
  box-shadow: inset 0 0 0 1px #D1D6E3;
}
label.checkbox.margin {
  margin-bottom: 26px;
}
label.checkbox.switcher {
  padding-left: 54px;
  line-height: 22px;
}
label.checkbox.switcher.inline + .inline {
  margin-left: 26px;
  margin-top: 0;
}
label.checkbox.switcher + .switcher {
  margin-top: 20px;
}
label.checkbox.switcher span:before {
  -webkit-box-shadow: inset 0 0 0 2px #D1D6E3, inset -22px 0 0 2px #D1D6E3;
          box-shadow: inset 0 0 0 2px #D1D6E3, inset -22px 0 0 2px #D1D6E3;
  border-radius: 11px;
  height: 22px;
  width: 44px;
}
label.checkbox.switcher span:after {
  display: none;
}
label.checkbox.switcher input:checked + span:before {
  -webkit-box-shadow: inset 22px 0 0 2px #5449BA, inset 0 0 0 2px #5449BA;
          box-shadow: inset 22px 0 0 2px #5449BA, inset 0 0 0 2px #5449BA;
}
label.checkbox span:after {
  top: -20px;
  background: url('../img/checkbox.png') center no-repeat;
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: inset 0 0 0 0 #000;
  box-shadow: inset 0 0 0 0 #000;
}
label.checkbox input:checked + span:before {
  -webkit-box-shadow: inset 0 0 0 10px #5449BA;
  box-shadow: inset 0 0 0 10px #5449BA;
}
label.checkbox input:checked + span:after {
  background: url('../img/checkbox.png') center no-repeat;
  top: 0.01em;
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
label.radio + .radio {
  margin-top: 26px;
}
label.radio input + span:before {
  border-radius: 100%;
}
label.radio input + span:after {
  display: none;
}
label.radio input:checked + span:before {
  -webkit-box-shadow: inset 0 0 0 7px #5449BA;
  box-shadow: inset 0 0 0 7px #5449BA;
}
label.radio:after {
  display: table;
  content: '';
  clear: both;
}
[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
  margin-left: 0;
  font-size: inherit;
}
.modal .modal-content {
  padding: 25px 40px 40px;
}
.modal .modal-content .modal-header {
  margin-bottom: 25px;
  color: #31363F;
  font-family: 'Museo Sans Cyrl', sans-serif;
  font-size: 2em;
  font-weight: 500;
  line-height: 1.210525;
  border-bottom: 0;
  padding: 0;
}
.modal .modal-content .modal-header .close {
  width: 24px;
  height: 24px;
  margin: -7px -22px;
  text-align: center;
  outline: none;
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.modal .modal-content .modal-header .close:hover,
.modal .modal-content .modal-header .close:active {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.modal .modal-content .modal-body {
  padding: 0;
}
.modal .modal-content .modal-footer {
  padding: 10px 0 0;
  text-align: left;
  border-top: 0;
}
.modal .modal-content .form-group {
  margin-bottom: 20px;
}
.popover + .popover {
  margin-left: 10px;
}
.popover.top {
  margin-bottom: 10px;
}
.popover.left {
  margin-right: 10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.bottom .arrow + .popover-title {
  position: relative;
  z-index: 2;
}
.popover.bottom .arrow + .popover-title:before,
.popover.bottom .arrow + .popover-title:after {
  border: 10px solid transparent;
  margin-left: -10px;
  border-top-width: 0;
  position: absolute;
  content: " ";
  left: 50%;
}
.popover.bottom .arrow + .popover-title:before {
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom .arrow + .popover-title:after {
  border-bottom-color: #e8e8e8;
  top: -10px;
}
.popover-title {
  background: #e8e8e8;
  padding: 12px 15px;
  font-weight: 700;
}
.popover-content {
  padding: 12px 15px 15px;
}
.maintains {
  text-align: center;
}
.maintains svg {
  width: 600px;
  max-width: 100%;
  margin-bottom: 2em;
}
.maintains svg .maintainse_bg {
  fill: #F6F9FD;
}
.maintains svg .maintainse_code_bg {
  fill: #31363F;
}
.maintains svg .maintainse_border {
  stroke: #31363F;
  fill: #F6F9FD;
}
.section-order .switcher-double .switcher {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-bottom: 5px;
  margin-left: -5px;
}
.catalog-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 32px;
}
.catalog-card .catalog-card__elem {
  border-bottom: none !important;
  background: #382e94;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  padding: 30px;
  min-height: 194px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 370px;
          flex: 1 1 370px;
}
@media screen and (max-width: 576px) {
  .catalog-card .catalog-card__elem {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
}
.catalog-card .catalog-card__elem:hover {
  -webkit-box-shadow: 0 0 0 10px #382e94;
          box-shadow: 0 0 0 10px #382e94;
}
.catalog-card .catalog-card__elem .catalog-card__image {
  width: 52px;
  height: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.catalog-card .catalog-card__elem .catalog-card__image img {
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.catalog-card .catalog-card__elem h3 {
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 0;
  font-size: 22px;
  text-align: center;
}
a[x-apple-data-detectors],
a[href^='x-apple-data-detectors:'] {
  text-decoration: none !important;
  font-family: inherit !important;
  line-height: inherit !important;
  font-weight: inherit !important;
  font-size: inherit !important;
  color: inherit !important;
}
.icon-max svg {
  height: 14px;
  width: 14px;
}
.ui-video-player.ui-icon-set__scope.video-js button.vjs-big-play-button {
  height: 91px;
  width: 91px;
  background-color: #5449BA;
  -webkit-box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.09), 0 0 0 10px rgba(255, 255, 255, 0.35);
          box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.09), 0 0 0 10px rgba(255, 255, 255, 0.35);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.ui-video-player.ui-icon-set__scope.video-js button.vjs-big-play-button::before {
  background: #fff;
  -webkit-mask-size: 50px;
          mask-size: 50px;
}
.ui-video-player.ui-icon-set__scope.video-js:hover button.vjs-big-play-button {
  -webkit-box-shadow: inset 0 0 0 10px rgba(255, 255, 255, 0.09), 0 0 0 5px rgba(255, 255, 255, 0.35);
          box-shadow: inset 0 0 0 10px rgba(255, 255, 255, 0.09), 0 0 0 5px rgba(255, 255, 255, 0.35);
  background-color: #5449BA;
}
.video-js {
  margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
  h1,
  .h1 {
    font-size: 2.70182em;
  }
  h2,
  .h2 {
    font-size: 1.9em;
  }
  h2.small,
  .h2.small {
    font-size: 1.6em;
  }
  h3,
  .h3 {
    margin-bottom: 25px;
    font-size: 1.4em;
  }
}
@media screen and (max-width: 767px) {
  h1,
  .h1 {
    font-size: 1.8em;
  }
  h2,
  .h2 {
    font-size: 1.6em;
  }
  h2.small,
  .h2.small {
    font-size: 1.45em;
  }
  h3,
  .h3 {
    font-size: 1.3em;
  }
  label.checkbox.inline,
  label.radio.inline {
    display: block;
  }
  label.checkbox.inline + .checkbox,
  label.radio.inline + .checkbox,
  label.checkbox.inline + .radio,
  label.radio.inline + .radio {
    margin-top: 26px;
    margin-left: 0;
  }
  label.checkbox.switcher.inline + .inline {
    margin-top: 26px;
    margin-left: 0;
  }
  .btn:not(.btn-block) + .btn {
    margin-top: 26px;
    margin-left: 0;
  }
  .btn:not(.btn-block).btn-responsive {
    width: 100%;
  }
  .btn:not(.btn-block).btn-responsive + .btn-responsive {
    margin-left: 0;
    margin-top: 26px;
  }
  .main-nav nav a {
    border-bottom-width: 0 !important;
    padding: 15px;
    display: none;
  }
  .main-nav nav a:hover,
  .main-nav nav a.active {
    border-bottom-width: 0 !important;
    background-color: #f58005;
  }
  .popover {
    left: 50% !important;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    min-width: 90%;
  }
  .popover.left,
  .popover.right {
    margin: 0 !important;
  }
  .popover.left .arrow,
  .popover.right .arrow {
    border: 10px solid transparent;
    border-top-color: rgba(0, 0, 0, 0.25);
    margin-left: -10px;
    bottom: -10px;
    border-bottom-width: 0;
    top: auto !important;
    position: absolute;
    content: " ";
    left: 50%;
  }
  .popover.left .arrow:after,
  .popover.right .arrow:after {
    border: 10px solid transparent;
    margin-left: -10px;
    border-top-color: #fff;
    border-bottom-width: 0;
    position: absolute;
    content: " ";
    bottom: 1px;
    left: 50%;
  }
  .modal .modal-content {
    padding: 15px;
  }
  .modal .modal-content .modal-header .close {
    margin: -7px;
  }
}
.necessarily-info {
  color: #E31E24;
}
.necessarily::after {
  content: '*';
  color: #E31E24;
}
.toggle-box-high.active {
  max-height: 3000px !important;
}
.switcher-double {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.switcher-double label:first-child {
  margin-right: 8px;
}
.switcher-double span:before {
  bottom: 0;
  margin: auto;
}
.switcher-double .switcher {
  margin: 0 12px;
}
@media screen and (max-width: 375px) {
  .switcher-double .switcher {
    margin: 0;
  }
}
.toggle-box-high-2.active {
  max-height: 580px !important;
}
.row-pay {
  height: 155px !important;
  max-height: 155px !important;
}
.row-pay .form-group {
  margin-bottom: 0;
}
html,
body {
  padding: 0;
  margin: 0;
  height: 100%;
  min-height: 100%;
}
body {
  background: #F6F9FD;
}
.box {
  height: auto !important;
  position: relative;
  min-height: 100%;
  height: 100%;
}
.container {
  margin-left: auto;
  margin-right: auto;
}
header {
  background-color: rgba(29, 30, 29, 0.9);
  -webkit-transition-delay: 0ms;
          transition-delay: 0ms;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding: 0 0 29px;
  position: fixed;
  z-index: 9;
  right: 0;
  left: 0;
  top: 0;
}
header.scrollHead {
  background-color: rgba(29, 30, 29, 0.9);
}
header + * {
  padding-top: 155px !important;
}
.footer_clear {
  clear: both;
}
footer {
  background: #31363F;
  padding: 35px 0 39px;
}
section {
  padding: 30px 0;
}
section section {
  padding-top: 0;
  padding-bottom: 7.5px;
}
section section + section {
  padding-top: 7.5px;
}
section section + section:last-child {
  padding-bottom: 0;
}
section .section-empty {
  padding: 0;
}
@media screen and (max-width: 1199px) {
  header {
    padding: 0 0 25px;
  }
  header + * {
    padding-top: 142px !important;
  }
}
@media screen and (max-width: 991px) {
  header {
    padding: 0 0 20px;
  }
  header + * {
    padding-top: 130px !important;
  }
}
@media screen and (max-width: 767px) {
  header {
    padding: 15px 0;
  }
  header + * {
    padding-top: 86px !important;
  }
}
.breadcrumb {
  margin-bottom: 5px;
  background: none;
  padding: 0;
}
.breadcrumb li {
  color: #000000;
}
.breadcrumb li a,
.breadcrumb li span {
  color: #FFFFFF;
  opacity: 0.65;
}
.breadcrumb li a[href]:hover,
.breadcrumb li span[href]:hover {
  color: #cccccc;
  opacity: 1;
}
.bg-red {
  background: #E31E24;
}
.bg-red-middle {
  background: #f58005;
}
.bg-red-dark {
  background: #9d1b19;
}
.bg-sky {
  background: #F6F9FD;
}
.bg-blue-middle {
  background: #D1D6E3;
}
.bg-blue-dark {
  background: #565D6A;
}
.bg-dark-violet {
  background: #393185;
}
.bg-gray-light {
  background: #e8e8e8;
}
.bg-gray {
  background: #949AA5;
}
.bg-gray-middle {
  background: #7887A7;
}
.bg-gray-dark {
  background: #31363F;
}
.bg-white {
  background: #fff;
}
.slick-slider.slick-full_height {
  height: 100%;
}
.slick-slider.slick-full_height .slick-list {
  height: 100%;
}
.slick-slider.slick-full_height .slick-list .slick-track {
  height: 100%;
}
.slick-slide {
  outline: none !important;
}
.slick-slide img {
  display: inline;
}
.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  left: -25px;
  width: 20px;
  height: 20px;
  font-size: 0;
  line-height: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.slick-next {
  left: auto;
  right: -25px;
}
.slick-dots {
  margin: 20px 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  display: inline-block;
}
.slick-dots li button {
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  padding: 0;
  font-size: 0;
  background: #fff;
  outline: none;
  border: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 100%;
  -webkit-box-shadow: inset 0 0 0 1px #fff;
  box-shadow: inset 0 0 0 1px #fff;
}
.slick-dots li:hover button {
  -webkit-box-shadow: inset 0 0 0 10px #fff;
  box-shadow: inset 0 0 0 10px #fff;
}
.slick-dots li.slick-active button {
  -webkit-box-shadow: inset 0 0 0 10px #fff;
  box-shadow: inset 0 0 0 10px #fff;
}
.label-placeholder {
  position: relative;
  margin: 0 0 26px;
}
.label-placeholder .control-label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 42px;
  padding: 0;
  z-index: 1;
  color: rgba(49, 54, 63, 0.3);
  line-height: 42px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.label-placeholder .form-control {
  position: relative;
  height: 42px;
  padding: 0;
  color: #31363F;
  background: transparent;
  border: 0;
  z-index: 2;
  border-bottom: 1px solid #D1D6E3;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.label-placeholder .form-control:focus {
  border-color: #7887A7;
}
.label-placeholder .form-control:focus + .control-label {
  color: #fff;
}
.label-placeholder .form-control:not(textarea) {
  height: 42px;
}
.label-placeholder textarea.form-control {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  height: auto;
}
.label-placeholder:focus .control-label,
.label-placeholder.value .control-label {
  height: auto;
  margin-top: -0.5em;
  font-size: 12px;
  line-height: 0;
}
.chosen-select {
  width: 100%;
}
.chosen-select-deselect {
  width: 100%;
}
.chosen-container {
  display: inline-block;
  font-size: calc(13px + 3 * (100vw - 480px) / 1440);
  position: relative;
  vertical-align: middle;
  width: 100%!important;
}
.chosen-container .chosen-drop {
  background: #fff;
  border: 1px solid #7887A7;
  border-radius: 0 0 3px 3px;
  margin-top: -1px;
  position: absolute;
  top: 100%;
  left: -9000px;
  z-index: 1060;
}
.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
  right: 0;
}
.chosen-container .chosen-results {
  color: #31363F;
  margin: 0 0.5em 0.5em 0;
  max-height: 240px;
  padding: 0 0 0 0.5em;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
  display: none;
  line-height: 15px;
  list-style: none;
  margin: 0;
  padding: 0.5em;
}
.chosen-container .chosen-results li em {
  background: #D1D6E3;
  font-style: normal;
}
.chosen-container .chosen-results li.group-result {
  display: list-item;
  cursor: default;
  color: #949AA5;
  font-weight: bold;
}
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
.chosen-container .chosen-results li.active-result {
  cursor: pointer;
  display: list-item;
}
.chosen-container .chosen-results li.highlighted {
  background-color: #eff3f7;
  background-image: none;
  color: #7887A7;
}
.chosen-container .chosen-results li.highlighted em {
  background: transparent;
}
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #D1D6E3;
}
.chosen-container .chosen-results .no-results {
  background: #D1D6E3;
  display: list-item;
}
.chosen-container .chosen-results-scroll {
  background: white;
  margin: 0 4px;
  position: absolute;
  text-align: center;
  width: 321px;
  z-index: 1;
}
.chosen-container .chosen-results-scroll span {
  display: inline-block;
  height: 17px;
  text-indent: -5000px;
  width: 9px;
}
.chosen-container .chosen-results-scroll-down {
  bottom: 0;
}
.chosen-container-single .chosen-single {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border-width: 1px;
  border-style: solid;
  border-color: #D1D6E3 !important;
  border-radius: 3px;
  color: #31363F !important;
  display: block;
  height: 42px;
  overflow: hidden;
  line-height: 42px;
  padding: 0 0 0 1em;
  position: relative;
  text-decoration: none;
  white-space: nowrap;
}
.chosen-container-single .chosen-single span {
  display: block;
  margin-right: 26px;
}
.chosen-container-single .chosen-single abbr {
  display: block;
  font-size: 1px;
  height: 10px;
  position: absolute;
  right: 26px;
  top: 16px;
  width: 12px;
}
.chosen-container-single .chosen-single abbr:hover {
  background-position: right -11px;
}
.chosen-container-single .chosen-single.chosen-disabled .chosen-single abbr:hover {
  background-position: right 2px;
}
.chosen-container-single .chosen-single div {
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  width: 25px;
}
.chosen-container-single .chosen-single div b {
  font-family: 'icomoon', sans-serif;
  border: 0!important;
  position: absolute;
  color: #7887A7;
  font-size: 7px;
  display: block;
  margin: 0;
  top: 0;
  left: 0;
}
.chosen-container-single .chosen-single div b:before {
  content: '\e90f';
}
.chosen-container-single .chosen-default {
  color: #D1D6E3;
}
.chosen-container-single .chosen-search {
  margin: 0;
  padding: 0.5em;
  position: relative;
  white-space: nowrap;
}
.chosen-container-single .chosen-search input[type="text"] {
  background: #fff;
  border: 1px solid #D1D6E3;
  border-radius: 3px;
  margin: 1px 0;
  padding: 0.5em 1em 0.5em 0.5em;
  width: 100%;
}
.chosen-container-single .chosen-search input[type="text"]:focus {
  border: 1px solid #7887A7;
  outline: none;
}
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 3px 3px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.chosen-container-single-nosearch .chosen-search {
  padding: 0;
}
.chosen-container-single-nosearch .chosen-search input {
  position: absolute;
  left: -9000px;
}
.chosen-container-single-nosearch .chosen-results {
  padding: 0;
  margin: 0;
}
.chosen-container-single-nosearch .chosen-results li {
  padding: 0.5em 1em;
}
.chosen-container-multi .chosen-choices {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  background-color: #fff;
  border: 1px solid #D1D6E3;
  border-radius: 3px;
  cursor: text;
  height: auto !important;
  height: 1%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
.chosen-container-multi .chosen-choices .search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.chosen-container-multi .chosen-choices .search-field input[type="text"] {
  background: transparent !important;
  border: 0 !important;
  color: #949AA5;
  height: 40px;
  margin: 0;
  padding: 0.5em 1em;
  outline: 0;
}
.chosen-container-multi .chosen-choices .search-field .default {
  color: #949AA5;
}
.chosen-container-multi .chosen-choices .search-choice {
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background-color: #7887A7;
  border-radius: 3px;
  color: #fff;
  cursor: default;
  line-height: 1.9;
  margin: 3px 0 3px 3px;
  padding: 3px 26px 3px 10px;
  position: relative;
}
.chosen-container-multi .chosen-choices .search-choice .search-choice-close {
  display: block;
  font-size: 1px;
  margin-top: -6px;
  height: 12px;
  position: absolute;
  right: 7px;
  top: 50%;
  width: 12px;
  cursor: pointer;
  border: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.chosen-container-multi .chosen-choices .search-choice .search-choice-close:after,
.chosen-container-multi .chosen-choices .search-choice .search-choice-close:before {
  content: '';
  display: block;
  margin: 5px -1px;
  height: 1px;
  background: #fff;
}
.chosen-container-multi .chosen-choices .search-choice .search-choice-close:after {
  margin-top: -8px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.chosen-container-multi .chosen-choices .search-choice .search-choice-close:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.chosen-container-multi .chosen-choices .search-choice .search-choice-close:hover {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.chosen-container-multi .chosen-choices .search-choice .search-choice-close:active:after,
.chosen-container-multi .chosen-choices .search-choice .search-choice-close:active:before {
  background: #D1D6E3;
}
.chosen-container-multi .chosen-choices .search-choice-focus {
  background: #D1D6E3;
}
.chosen-container-multi .chosen-choices .search-choice-focus .search-choice-close {
  background-position: right -11px;
}
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}
.chosen-container-multi .chosen-results li {
  padding: 0.5em 1em;
}
.chosen-container-multi .chosen-drop .result-selected {
  display: none;
}
.chosen-container-active .chosen-single {
  border: 1px solid #7887A7;
  -webkit-transition: border linear .2s, box-shadow linear .2s 0.3s ease;
  -webkit-transition: border linear .2s, -webkit-box-shadow linear .2s 0.3s ease;
  transition: border linear .2s, -webkit-box-shadow linear .2s 0.3s ease;
  transition: border linear .2s, box-shadow linear .2s 0.3s ease;
  transition: border linear .2s, box-shadow linear .2s 0.3s ease, -webkit-box-shadow linear .2s 0.3s ease;
}
.chosen-container-active.chosen-with-drop .chosen-single {
  background-color: #fff;
  border-color: #7887A7 !important;
  -webkit-transition: border linear .2s, box-shadow linear .2s 0.3s ease;
  -webkit-transition: border linear .2s, -webkit-box-shadow linear .2s 0.3s ease;
  transition: border linear .2s, -webkit-box-shadow linear .2s 0.3s ease;
  transition: border linear .2s, box-shadow linear .2s 0.3s ease;
  transition: border linear .2s, box-shadow linear .2s 0.3s ease, -webkit-box-shadow linear .2s 0.3s ease;
  border-radius: 3px 3px 0 0;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
  background: transparent;
  border-left: none;
}
.chosen-container-active.chosen-with-drop .chosen-single div b:before {
  content: '\e90e';
}
.chosen-container-active .chosen-choices {
  border: 1px solid #7887A7;
  -webkit-transition: border linear .2s, box-shadow linear .2s 0.3s ease;
  -webkit-transition: border linear .2s, -webkit-box-shadow linear .2s 0.3s ease;
  transition: border linear .2s, -webkit-box-shadow linear .2s 0.3s ease;
  transition: border linear .2s, box-shadow linear .2s 0.3s ease;
  transition: border linear .2s, box-shadow linear .2s 0.3s ease, -webkit-box-shadow linear .2s 0.3s ease;
}
.chosen-container-active .chosen-choices .search-field input[type="text"] {
  color: #31363F !important;
}
.chosen-container-active.chosen-with-drop .chosen-choices {
  border-radius: 3px 3px 0 0;
}
.chosen-disabled {
  cursor: default;
  opacity: 0.5 !important;
}
.chosen-disabled .chosen-single {
  cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}
.chosen-rtl {
  text-align: right;
}
.chosen-rtl .chosen-single {
  padding: 0 8px 0 0;
  overflow: visible;
}
.chosen-rtl .chosen-single span {
  margin-left: 26px;
  margin-right: 0;
  direction: rtl;
}
.chosen-rtl .chosen-single div {
  left: 7px;
  right: auto;
}
.chosen-rtl .chosen-single abbr {
  left: 26px;
  right: auto;
}
.chosen-rtl .chosen-choices .search-field input[type="text"] {
  direction: rtl;
}
.chosen-rtl .chosen-choices li {
  float: right;
}
.chosen-rtl .chosen-choices .search-choice {
  margin: 6px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}
.chosen-rtl .chosen-choices .search-choice .search-choice-close {
  background-position: right top;
  left: 4px;
  right: auto;
}
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.chosen-rtl .chosen-results .group-option {
  padding-left: 0;
  padding-right: 15px;
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}
.chosen-rtl .chosen-search input[type="text"] {
  background: #fff;
  direction: rtl;
  padding: 4px 5px 4px 20px;
}
.input-group .chosen-container:last-child .chosen-single,
.input-group .chosen-container:last-child .chosen-default,
.input-group .chosen-container:last-child .chosen-choices {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group .chosen-container:not(:last-child) .chosen-single,
.input-group .chosen-container:not(:last-child) .chosen-default,
.input-group .chosen-container:not(:last-child) .chosen-choices {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.customScrollbar {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  border-radius: 3px;
  background-color: #fff;
  border: 1px solid #D1D6E3;
  position: relative;
  overflow: auto;
  display: block;
  height: 200px;
}
.customScrollbar .inBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  padding: 15px;
}
.customScrollbar .mCSB_container {
  margin-right: 16px;
  padding-right: 0;
}
.customScrollbar .mCSB_container_wrapper {
  margin-bottom: 16px;
  margin-right: 16px;
}
.customScrollbar .mCSB_scrollTools {
  width: 16px;
}
.customScrollbar .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  height: 16px;
  width: auto;
}
.customScrollbar .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerContainer {
  bottom: 0;
  right: 0;
  left: 15px;
  top: 0;
}
.customScrollbar .mCSB_scrollTools .mCSB_draggerContainer {
  bottom: 10px;
  right: 0;
  left: 0;
  top: 10px;
}
.customScrollbar .mCSB_scrollTools .mCSB_draggerRail {
  background-color: #e8e8e8;
  width: 2px;
}
.customScrollbar .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #D1D6E3;
}
.customScrollbar .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.customScrollbar .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.customScrollbar .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar:hover {
  background-color: #F6F9FD;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonUp,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonDown,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  border-bottom: 0 !important;
}
.main-nav.active {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #E31E24;
  position: fixed;
  overflow: auto;
  z-index: 100;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.main-nav.active a {
  font-weight: 500;
  border-bottom-width: 0!important;
  color: #000 !important;
  display: block;
}
.main-nav.active a.active {
  color: #000 !important;
}
.main-nav nav {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.main-nav nav:after {
  display: table;
  content: '';
  clear: both;
}
.main-nav nav a {
  border-bottom: 5px solid #fff !important;
  font-weight: 500;
  color: #000 !important;
  padding: 15px;
  text-transform: uppercase;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
  display: inline-block;
}
.main-nav nav a:hover {
  border-bottom: 5px solid #E31E24 !important;
}
.main-nav nav a.active {
  border-bottom: 5px solid #E31E24 !important;
  color: #E31E24 !important;
  font-weight: 700;
}
.main-nav nav a u {
  text-decoration: none;
}
.sandwich,
.left-menu-sandwich {
  font-weight: 700;
  line-height: inherit;
  font-size: inherit;
  padding: 22px 0;
  border: 0 !important;
  overflow: hidden;
  display: block;
}
.sandwich:after,
.left-menu-sandwich:after {
  display: table;
  content: '';
  clear: both;
}
.sandwich .sandwich-text,
.left-menu-sandwich .sandwich-text {
  line-height: inherit;
  vertical-align: middle;
  display: inline-block;
  margin: 0;
}
.sandwich .sandwich-wrapper,
.left-menu-sandwich .sandwich-wrapper,
.sandwich .left-menu-sandwich-wrapper,
.left-menu-sandwich .left-menu-sandwich-wrapper {
  height: 16px;
  width: 24px;
  vertical-align: middle;
  display: inline-block;
  position: relative;
}
.sandwich .sandwich-wrapper span,
.left-menu-sandwich .sandwich-wrapper span,
.sandwich .left-menu-sandwich-wrapper span,
.left-menu-sandwich .left-menu-sandwich-wrapper span {
  background: #fff;
  height: 2px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
}
.sandwich .sandwich-wrapper span:nth-child(1),
.left-menu-sandwich .sandwich-wrapper span:nth-child(1),
.sandwich .left-menu-sandwich-wrapper span:nth-child(1),
.left-menu-sandwich .left-menu-sandwich-wrapper span:nth-child(1) {
  top: 0;
}
.sandwich .sandwich-wrapper span:nth-child(2),
.left-menu-sandwich .sandwich-wrapper span:nth-child(2),
.sandwich .left-menu-sandwich-wrapper span:nth-child(2),
.left-menu-sandwich .left-menu-sandwich-wrapper span:nth-child(2) {
  margin-top: -1px;
  top: 50%;
}
.sandwich .sandwich-wrapper span:nth-child(3),
.left-menu-sandwich .sandwich-wrapper span:nth-child(3),
.sandwich .left-menu-sandwich-wrapper span:nth-child(3),
.left-menu-sandwich .left-menu-sandwich-wrapper span:nth-child(3) {
  bottom: 0;
}
.sandwich.active,
.left-menu-sandwich.active {
  text-align: right;
  color: #fff;
  height: auto;
  width: 100%;
}
.sandwich.active span,
.left-menu-sandwich.active span {
  background-color: #fff;
}
.sandwich.active span:nth-child(1),
.left-menu-sandwich.active span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 7px;
}
.sandwich.active span:nth-child(2),
.left-menu-sandwich.active span:nth-child(2) {
  margin-left: 50%;
  width: 0;
}
.sandwich.active span:nth-child(3),
.left-menu-sandwich.active span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  bottom: 7px;
}
.btn {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  line-height: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 42px;
  padding: 0 10px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  background: #F6F9FD;
  border: 1px solid #F6F9FD;
  text-transform: uppercase;
  outline: none !important;
  border-radius: 5.25px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn:hover {
  color: #fff;
  background: #D1D6E3;
  border-color: #D1D6E3;
}
.btn:focus {
  color: #fff;
}
.btn:active {
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.btn.btn.disabled,
.btn.btn[disabled] {
  color: #7887A7;
  background: #949AA5;
  border-color: #949AA5;
  cursor: not-allowed;
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.btn.wide {
  min-width: 250px;
}
.btn.btn-empty {
  color: #31363F;
  border: 1px solid #949AA5;
  background: transparent;
}
.btn.btn-empty:hover {
  background: #e8e8e8;
}
.btn.btn-empty:active {
  background: #e8e8e8;
}
.btn.btn-empty.btn.disabled,
.btn.btn-empty.btn[disabled] {
  color: #7887A7;
  background: transparent;
  border-color: #e8e8e8;
  cursor: not-allowed;
}
.btn.btn-icon {
  width: 42px;
  line-height: 42px;
  padding: 0;
  border: 0;
  color: #fff;
  background: #e8e8e8;
  -webkit-box-shadow: inset 0 0 0 42px #fff, 0px 2px 4px rgba(0, 0, 0, 0.19);
  box-shadow: inset 0 0 0 42px #fff, 0px 2px 4px rgba(0, 0, 0, 0.19);
}
.btn.btn-icon:hover {
  -webkit-box-shadow: inset 0 0 0 0 #fff, 0px 2px 4px rgba(0, 0, 0, 0.19);
  box-shadow: inset 0 0 0 0 #fff, 0px 2px 4px rgba(0, 0, 0, 0.19);
}
.btn.btn-icon:active {
  color: #fff;
  -webkit-box-shadow: inset 0 0 0 42px #0093c9, 0px 2px 4px rgba(0, 0, 0, 0.19);
  box-shadow: inset 0 0 0 42px #0093c9, 0px 2px 4px rgba(0, 0, 0, 0.19);
}
.btn.btn-icon.btn-icon-blue {
  color: #fff;
  background: #0093c9;
  -webkit-box-shadow: inset 0 0 0 42px #00afef, 0px 2px 4px rgba(0, 0, 0, 0.19);
  box-shadow: inset 0 0 0 42px #00afef, 0px 2px 4px rgba(0, 0, 0, 0.19);
}
.btn.btn-icon.btn-icon-blue:hover {
  -webkit-box-shadow: inset 0 0 0 0 #00afef, 0px 2px 4px rgba(0, 0, 0, 0.19);
  box-shadow: inset 0 0 0 0 #00afef, 0px 2px 4px rgba(0, 0, 0, 0.19);
}
.btn.btn-icon.btn-icon-blue:active {
  color: #fff;
  -webkit-box-shadow: inset 0 0 0 42px #fff, 0px 2px 4px rgba(0, 0, 0, 0.19);
  box-shadow: inset 0 0 0 42px #fff, 0px 2px 4px rgba(0, 0, 0, 0.19);
}
.btn.btn-icon .flaticon {
  font-size: 16px;
}
.btn:not(.btn-block) + .btn {
  margin-left: 40px;
}
.btn .icon {
  vertical-align: middle;
  display: inline-block;
  margin-right: 8px;
  margin-top: -3px;
  font-size: 120%;
}
.btn.btn-flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.btn.btn-flex .icon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.btn-group {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.btn-group .btn:first-child {
  border-radius: 5.25px 0 0 5.25px;
  margin: 0;
}
.btn-group .btn:last-child {
  border-radius: 0 5.25px 5.25px 0;
  margin: 0 0 0 -1px;
}
.btn-block + .btn-block {
  margin-top: 15px;
}
.form-buttons {
  margin-top: 26px;
}
.form-buttons:after {
  display: table;
  content: '';
  clear: both;
}
.btn.btn-primary {
  color: #fff;
  border-color: #5449BA;
  background-color: #5449BA;
  text-transform: none;
  cursor: default;
}
.btn.btn-primary:is(a, :link) {
  cursor: pointer;
}
.btn.btn-primary:is(a, :link):hover,
.btn.btn-primary:is(a, :link):active:not(:disabled):not(.disabled) {
  border-color: #7970c9;
  background-color: #7970c9;
}
.btn.btn-primary:is(a, :link):active:not(:disabled):not(.disabled) {
  background-color: #3a3284;
  border-color: #3a3284;
  -webkit-box-shadow: none!important;
          box-shadow: none!important;
}
.btn.btn-primary.disabled,
.btn.btn-primary:disabled {
  color: #fff;
  border-color: #5449BA;
  background-color: #5449BA;
  -webkit-opacity: 0.25;
  -khtml-opacity: 0.25;
  -moz-opacity: 0.25;
  opacity: 0.25;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=25);
  filter: alpha(opacity=25);
  cursor: default;
}
.btn.btn-success {
  color: #fff;
  border-color: #65B81E;
  background-color: #65B81E;
  text-transform: none;
  cursor: default;
}
.btn.btn-success:is(a, :link) {
  cursor: pointer;
}
.btn.btn-success:is(a, :link):hover,
.btn.btn-success:is(a, :link):active:not(:disabled):not(.disabled) {
  border-color: #7fdd2f;
  background-color: #7fdd2f;
}
.btn.btn-success:is(a, :link):active:not(:disabled):not(.disabled) {
  background-color: #417613;
  border-color: #417613;
  -webkit-box-shadow: none!important;
          box-shadow: none!important;
}
.btn.btn-success.disabled,
.btn.btn-success:disabled {
  color: #fff;
  border-color: #65B81E;
  background-color: #65B81E;
  -webkit-opacity: 0.25;
  -khtml-opacity: 0.25;
  -moz-opacity: 0.25;
  opacity: 0.25;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=25);
  filter: alpha(opacity=25);
  cursor: default;
}
.btn.btn-info {
  color: #fff;
  border-color: #D1D6E3;
  background-color: #D1D6E3;
  text-transform: none;
  cursor: default;
}
.btn.btn-info:is(a, :link) {
  cursor: pointer;
}
.btn.btn-info:is(a, :link):hover,
.btn.btn-info:is(a, :link):active:not(:disabled):not(.disabled) {
  border-color: #f3f4f7;
  background-color: #f3f4f7;
}
.btn.btn-info:is(a, :link):active:not(:disabled):not(.disabled) {
  background-color: #a1acc6;
  border-color: #a1acc6;
  -webkit-box-shadow: none!important;
          box-shadow: none!important;
}
.btn.btn-info.disabled,
.btn.btn-info:disabled {
  color: #fff;
  border-color: #D1D6E3;
  background-color: #D1D6E3;
  -webkit-opacity: 0.25;
  -khtml-opacity: 0.25;
  -moz-opacity: 0.25;
  opacity: 0.25;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=25);
  filter: alpha(opacity=25);
  cursor: default;
}
.btn.btn-warning {
  color: #fff;
  border-color: #ffa97a;
  background-color: #ffa97a;
  text-transform: none;
  cursor: default;
}
.btn.btn-warning:is(a, :link) {
  cursor: pointer;
}
.btn.btn-warning:is(a, :link):hover,
.btn.btn-warning:is(a, :link):active:not(:disabled):not(.disabled) {
  border-color: #ffccb0;
  background-color: #ffccb0;
}
.btn.btn-warning:is(a, :link):active:not(:disabled):not(.disabled) {
  background-color: #ff782d;
  border-color: #ff782d;
  -webkit-box-shadow: none!important;
          box-shadow: none!important;
}
.btn.btn-warning.disabled,
.btn.btn-warning:disabled {
  color: #fff;
  border-color: #ffa97a;
  background-color: #ffa97a;
  -webkit-opacity: 0.25;
  -khtml-opacity: 0.25;
  -moz-opacity: 0.25;
  opacity: 0.25;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=25);
  filter: alpha(opacity=25);
  cursor: default;
}
.btn.btn-danger {
  color: #fff;
  border-color: #E31E24;
  background-color: #E31E24;
  text-transform: none;
  cursor: default;
}
.btn.btn-danger:is(a, :link) {
  cursor: pointer;
}
.btn.btn-danger:is(a, :link):hover,
.btn.btn-danger:is(a, :link):active:not(:disabled):not(.disabled) {
  border-color: #e94e53;
  background-color: #e94e53;
}
.btn.btn-danger:is(a, :link):active:not(:disabled):not(.disabled) {
  background-color: #a11418;
  border-color: #a11418;
  -webkit-box-shadow: none!important;
          box-shadow: none!important;
}
.btn.btn-danger.disabled,
.btn.btn-danger:disabled {
  color: #fff;
  border-color: #E31E24;
  background-color: #E31E24;
  -webkit-opacity: 0.25;
  -khtml-opacity: 0.25;
  -moz-opacity: 0.25;
  opacity: 0.25;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=25);
  filter: alpha(opacity=25);
  cursor: default;
}
.btn.btn-link {
  background: transparent;
  color: #E31E24;
  text-decoration: none;
  text-transform: none;
  padding: 0;
  border: 0;
}
.btn.btn-link:hover {
  color: #b7171c;
}
.btn.btn-round {
  border-radius: 24px;
}
.btn.btn-outline-white {
  color: #fff;
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.5);
  text-transform: none;
  cursor: default;
}
.btn.btn-outline-white:is(a, :link) {
  cursor: pointer;
}
.btn.btn-outline-white:is(a, :link):hover,
.btn.btn-outline-white:is(a, :link):active:not(:disabled):not(.disabled) {
  color: #fff;
  border-color: #fff;
}
.btn.btn-outline-white:is(a, :link):active:not(:disabled):not(.disabled),
.btn.btn-outline-white:is(a, :link):focus {
  background: rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: none!important;
          box-shadow: none!important;
}
.btn.btn-outline-white.disabled,
.btn.btn-outline-white:disabled {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
  -webkit-opacity: 0.25;
  -khtml-opacity: 0.25;
  -moz-opacity: 0.25;
  opacity: 0.25;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=25);
  filter: alpha(opacity=25);
  cursor: default;
}
.btn.btn-outline-primary {
  color: #5449BA;
  background-color: transparent;
  border-color: rgba(84, 73, 186, 0.5);
  text-transform: none;
  cursor: default;
}
.btn.btn-outline-primary:is(a, :link) {
  cursor: pointer;
}
.btn.btn-outline-primary:is(a, :link):hover,
.btn.btn-outline-primary:is(a, :link):active:not(:disabled):not(.disabled) {
  color: #5449BA;
  border-color: #5449BA;
}
.btn.btn-outline-primary:is(a, :link):active:not(:disabled):not(.disabled),
.btn.btn-outline-primary:is(a, :link):focus {
  background: rgba(84, 73, 186, 0.1);
  -webkit-box-shadow: none!important;
          box-shadow: none!important;
}
.btn.btn-outline-primary.disabled,
.btn.btn-outline-primary:disabled {
  color: #5449BA;
  background-color: transparent;
  border-color: #5449BA;
  -webkit-opacity: 0.25;
  -khtml-opacity: 0.25;
  -moz-opacity: 0.25;
  opacity: 0.25;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=25);
  filter: alpha(opacity=25);
  cursor: default;
}
.btn.btn-outline-success {
  color: #65B81E;
  background-color: transparent;
  border-color: rgba(101, 184, 30, 0.5);
  text-transform: none;
  cursor: default;
}
.btn.btn-outline-success:is(a, :link) {
  cursor: pointer;
}
.btn.btn-outline-success:is(a, :link):hover,
.btn.btn-outline-success:is(a, :link):active:not(:disabled):not(.disabled) {
  color: #65B81E;
  border-color: #65B81E;
}
.btn.btn-outline-success:is(a, :link):active:not(:disabled):not(.disabled),
.btn.btn-outline-success:is(a, :link):focus {
  background: rgba(101, 184, 30, 0.1);
  -webkit-box-shadow: none!important;
          box-shadow: none!important;
}
.btn.btn-outline-success.disabled,
.btn.btn-outline-success:disabled {
  color: #65B81E;
  background-color: transparent;
  border-color: #65B81E;
  -webkit-opacity: 0.25;
  -khtml-opacity: 0.25;
  -moz-opacity: 0.25;
  opacity: 0.25;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=25);
  filter: alpha(opacity=25);
  cursor: default;
}
.btn.btn-outline-info {
  color: #D1D6E3;
  background-color: transparent;
  border-color: rgba(209, 214, 227, 0.5);
  text-transform: none;
  cursor: default;
}
.btn.btn-outline-info:is(a, :link) {
  cursor: pointer;
}
.btn.btn-outline-info:is(a, :link):hover,
.btn.btn-outline-info:is(a, :link):active:not(:disabled):not(.disabled) {
  color: #D1D6E3;
  border-color: #D1D6E3;
}
.btn.btn-outline-info:is(a, :link):active:not(:disabled):not(.disabled),
.btn.btn-outline-info:is(a, :link):focus {
  background: rgba(209, 214, 227, 0.1);
  -webkit-box-shadow: none!important;
          box-shadow: none!important;
}
.btn.btn-outline-info.disabled,
.btn.btn-outline-info:disabled {
  color: #D1D6E3;
  background-color: transparent;
  border-color: #D1D6E3;
  -webkit-opacity: 0.25;
  -khtml-opacity: 0.25;
  -moz-opacity: 0.25;
  opacity: 0.25;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=25);
  filter: alpha(opacity=25);
  cursor: default;
}
.btn.btn-outline-warning {
  color: #ffa97a;
  background-color: transparent;
  border-color: rgba(255, 169, 122, 0.5);
  text-transform: none;
  cursor: default;
}
.btn.btn-outline-warning:is(a, :link) {
  cursor: pointer;
}
.btn.btn-outline-warning:is(a, :link):hover,
.btn.btn-outline-warning:is(a, :link):active:not(:disabled):not(.disabled) {
  color: #ffa97a;
  border-color: #ffa97a;
}
.btn.btn-outline-warning:is(a, :link):active:not(:disabled):not(.disabled),
.btn.btn-outline-warning:is(a, :link):focus {
  background: rgba(255, 169, 122, 0.1);
  -webkit-box-shadow: none!important;
          box-shadow: none!important;
}
.btn.btn-outline-warning.disabled,
.btn.btn-outline-warning:disabled {
  color: #ffa97a;
  background-color: transparent;
  border-color: #ffa97a;
  -webkit-opacity: 0.25;
  -khtml-opacity: 0.25;
  -moz-opacity: 0.25;
  opacity: 0.25;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=25);
  filter: alpha(opacity=25);
  cursor: default;
}
.btn.btn-outline-danger {
  color: #E31E24;
  background-color: transparent;
  border-color: rgba(227, 30, 36, 0.5);
  text-transform: none;
  cursor: default;
}
.btn.btn-outline-danger:is(a, :link) {
  cursor: pointer;
}
.btn.btn-outline-danger:is(a, :link):hover,
.btn.btn-outline-danger:is(a, :link):active:not(:disabled):not(.disabled) {
  color: #E31E24;
  border-color: #E31E24;
}
.btn.btn-outline-danger:is(a, :link):active:not(:disabled):not(.disabled),
.btn.btn-outline-danger:is(a, :link):focus {
  background: rgba(227, 30, 36, 0.1);
  -webkit-box-shadow: none!important;
          box-shadow: none!important;
}
.btn.btn-outline-danger.disabled,
.btn.btn-outline-danger:disabled {
  color: #E31E24;
  background-color: transparent;
  border-color: #E31E24;
  -webkit-opacity: 0.25;
  -khtml-opacity: 0.25;
  -moz-opacity: 0.25;
  opacity: 0.25;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=25);
  filter: alpha(opacity=25);
  cursor: default;
}
.nav-tabs {
  border-bottom: 1px solid #D1D6E3;
  margin-bottom: 30px;
}
.nav-tabs li.active > a,
.nav-tabs li.active > a:hover {
  border-bottom: 3px solid #393185 !important;
  color: #31363F;
}
.nav-tabs li > a {
  border-bottom: 3px solid transparent;
  background: transparent!important;
  border-right: 0!important;
  border-left: 0!important;
  border-top: 0!important;
  color: rgba(57, 49, 133, 0.75);
  font-size: 20px;
  padding: 17px;
}
.nav-tabs li > a:hover {
  border-bottom-color: transparent;
  color: #31363F;
}
.nav-tabs li > a span {
  vertical-align: baseline;
  border-radius: 5px;
  margin-left: 10px;
  background: #E31E24;
  padding: 3px 7px;
  font-size: 12px;
  color: #fff;
}
.nav-tabs li + li {
  margin-left: 30px;
}
.pagination {
  text-align: center;
  display: block;
  margin: 25px 0;
  font-size: 0;
}
.pagination li {
  display: inline-block;
  font-size: calc(13px + 3 * (100vw - 480px) / 1440);
}
.pagination li a {
  border: 1px solid #d9d9d9;
  color: rgba(0, 0, 0, 0.65);
  border-radius: 4px;
  background: #fff;
  line-height: 34px;
  font-size: 15px;
  margin: 0 4px;
  height: 34px;
  width: 34px;
  padding: 0;
}
.pagination li a.active {
  border-color: #5449BA;
  background: #5449BA;
  color: #fff;
}
.pagination li a span {
  font-size: 75%;
}
.cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  padding: 0 48px 48px;
  pointer-events: none;
}
@media (max-width: 768px) {
  .cookie {
    padding: 0;
  }
}
.cookie.d-none {
  display: none;
}
.cookie.hide {
  opacity: 0;
}
.cookie .cookie__wrapper {
  background-color: #E6E8EF;
  max-width: 663px;
  font-weight: 400;
  font-size: 15px;
  line-height: 21px;
  letter-spacing: 0.3px;
  color: #31363F;
  padding: 24px;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  pointer-events: all;
}
@media (max-width: 768px) {
  .cookie .cookie__wrapper {
    padding: 12px;
    border-radius: unset;
    -webkit-box-shadow: unset;
            box-shadow: unset;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 16px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.cookie .cookie__btn {
  min-height: unset;
  padding: 10px 14px;
  cursor: pointer;
  background-color: #5449BA;
  border-radius: 24px;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.3px;
  min-width: 116px;
}
.cookie .cookie__btn:hover {
  border-color: #7970c9;
  background-color: #7970c9;
}
.cookie .cookie__btn:active {
  background-color: #3a3284;
  border-color: #3a3284;
}
@media (max-width: 768px) {
  .cookie .cookie__btn {
    width: 50%;
  }
}
@media (max-width: 576px) {
  .cookie .cookie__btn {
    width: 100%;
  }
}
.cookie .cookie__text {
  margin: 0;
}
.cookie .cookie__text a {
  text-decoration: underline !important;
  color: #5449BA;
  border: none;
}
.cookie .cookie__text a:hover {
  text-decoration: none !important;
}
.row-custom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.row-custom > div {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
table {
  border-collapse: collapse;
  width: 100%;
}
table th,
table td {
  vertical-align: top;
  padding: 15px 25px;
  line-height: 22px;
  font-size: 15px;
}
table th {
  background: #e9ebf1;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
}
table td {
  border-bottom: 1px solid #D1D6E3;
  color: rgba(0, 0, 0, 0.65);
}
.rub {
  font-family: 'Roboto', sans-serif !important;
}
.text-red {
  color: #E31E24 !important;
}
.text-gray {
  color: #949AA5 !important;
}
.logo {
  border: 0 !important;
  display: block;
  height: 76px;
  width: 330px;
}
.logo svg {
  height: 100%;
  width: 100%;
}
.header-top {
  background: #31363F;
  margin-bottom: 19px;
  padding: 4px 0;
}
.header-line {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 7px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.header-phone {
  display: inline-block;
  line-height: 1.57143;
  border: 0 !important;
  vertical-align: top;
  margin-right: 20px;
  font-size: 0.875em;
  color: #fff;
}
.header-phone:hover span {
  border-bottom-color: #E31E24;
}
.header-phone .icon {
  margin-right: 8px;
  color: #E31E24;
}
.header-phone span {
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header-city {
  display: inline-block;
  border: 0 !important;
  vertical-align: top;
  margin-right: 32px;
  font-size: 1.375em;
  line-height: 1;
  color: #fff;
}
.header-city:hover span {
  border-bottom-color: #E31E24;
}
.header-city .icon {
  vertical-align: text-top;
  display: inline-block;
  margin-right: 8px;
  color: #E31E24;
}
.header-city .icon svg {
  display: block;
}
.header-city span {
  border-bottom: 1px solid transparent;
  vertical-align: text-top;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header-links {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.header-mail {
  display: inline-block;
  line-height: 1.57143;
  border: 0 !important;
  vertical-align: top;
  margin-right: 20px;
  font-size: 0.875em;
  color: #fff;
}
.header-mail:hover span {
  border-bottom-color: #E31E24;
}
.header-mail .icon {
  vertical-align: text-bottom;
  display: inline-block;
  margin-right: 8px;
  color: #E31E24;
}
.header-mail .icon svg {
  display: block;
}
.header-mail span {
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header-order {
  display: inline-block;
  line-height: 1.57143;
  border: 0 !important;
  vertical-align: top;
  margin-right: 20px;
  font-size: 0.875em;
  color: #fff;
}
.header-order:hover span {
  border-bottom-color: #E31E24;
}
.header-order .icon {
  margin-right: 8px;
  color: #E31E24;
}
.header-order span {
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header-auth {
  display: inline-block;
  line-height: 1.57143;
  border: 0 !important;
  vertical-align: top;
  font-size: 0.875em;
  color: #fff;
}
.header-auth:hover span {
  border-bottom-color: #E31E24;
}
.header-auth .icon {
  margin-right: 7px;
  color: #E31E24;
}
.header-auth span {
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.top-menu {
  text-align: justify;
  list-style: none;
  margin: 20px 0 0;
  height: 24px;
  width: 780px;
  padding: 0;
}
@media (max-width: 1200px) {
  .top-menu {
    width: 680px;
  }
}
.top-menu:after {
  display: inline-block;
  margin-left: 100%;
  content: '';
}
.top-menu li {
  display: inline-block;
}
.top-menu li a {
  font-size: 1.0625em;
  position: relative;
  line-height: 22px;
  display: block;
}
.top-menu li a .notify {
  background: #E31E24;
  border-radius: 6px;
  text-align: center;
  position: absolute;
  line-height: 12px;
  min-width: 12px;
  font-size: 8px;
  padding: 0 3px;
  right: -6px;
  top: -4px;
}
.main-bg,
.header-bg,
.promo-bg {
  background-position: left top;
  background-repeat: no-repeat;
  background-color: #fff;
  background-size: cover;
  position: relative;
  z-index: 3;
}
.main-bg {
  position: relative;
  height: 560px;
  color: #fff;
  padding-bottom: 0;
}
.main-bg .main-bg-cont {
  position: relative;
  z-index: 1;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 0;
}
.main-bg h1,
.main-bg .h1 {
  position: relative;
  margin-bottom: 50px;
  font-size: 36px;
  line-height: 42px;
  color: inherit;
}
@media (max-width: 991px) {
  .main-bg h1,
  .main-bg .h1 {
    margin-bottom: 30px;
    font-size: 1.8em;
    line-height: 125%;
  }
}
.main-bg h1:before,
.main-bg .h1:before {
  margin-right: 25px;
  position: absolute;
  background: #E31E24;
  width: 112px;
  height: 5px;
  content: '';
  right: 100%;
  top: 0.55em;
}
.iconorgaphic .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  font-size: 14px;
}
.iconorgaphic .item + .item {
  margin-top: 12px;
}
.iconorgaphic .item .img-box {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 64px;
          flex: 0 0 64px;
  width: 64px;
  height: 64px;
  background: rgba(0, 0, 0, 0.5);
  border: 2px solid #E31E24;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.iconorgaphic .item .img-box .icon {
  font-size: 25px;
}
.iconorgaphic .item .img-box img {
  width: unset;
}
.iconorgaphic .item .text {
  margin-top: 5px;
}
.iconorgaphic .item big {
  font-size: 32px;
  line-height: 1;
}
.iconorgaphic .item span {
  margin-left: 0.5em;
  font-size: 18px;
}
.iconorgaphic .item .plus {
  font-size: 20px;
}
.iconorgaphic .item p {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991px) {
  .iconorgaphic {
    margin-top: 30px;
  }
}
.header-bg h1,
.header-bg .h1 {
  margin-bottom: 16px;
  text-align: center;
  position: relative;
  color: #fff;
}
.header-bg h1:after,
.header-bg .h1:after {
  margin: 16px 0 0 -1px;
  position: absolute;
  background: #E31E24;
  height: 61px;
  content: '';
  width: 2px;
  left: 50%;
  top: 100%;
}
.header-bg + section {
  padding-top: 80px;
}
.promo-bg {
  position: relative;
  overflow: hidden;
  color: #fff;
}
.promo-bg h1,
.promo-bg .h1 {
  margin-bottom: 12px;
  position: relative;
  color: inherit;
}
.breadcrumb {
  background: transparent;
  margin: 40px 0 -6px;
  text-align: center;
  position: relative;
  z-index: 1;
  padding: 0;
}
.breadcrumb li a {
  opacity: 0.65;
  border: 0;
}
.breadcrumb li a:hover {
  opacity: 1;
}
.bg-video {
  position: absolute;
  overflow: hidden;
  height: 100%;
  width: 100%;
  z-index: 0;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}
.bg-video:after {
  background: rgba(0, 0, 0, 0.35);
  position: absolute;
  content: '';
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}
.bg-video video {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  height: 100vmax;
  width: 100vmax;
  left: 50%;
  top: 50%;
}
.infographics {
  position: absolute;
  bottom: 75px;
  right: 0;
  left: 0;
}
.infographics .item .img-box {
  border-radius: 50%;
  border: 2px solid #E31E24;
  position: relative;
  height: 100px;
  width: 100px;
  float: left;
}
.infographics .item .img-box .icon {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  font-size: 40px;
  left: 50%;
  top: 50%;
}
.infographics .item .img-box .img-text {
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  white-space: nowrap;
  position: absolute;
  font-size: 12px;
  left: 50%;
  top: 58%;
}
.infographics .item .img-box .img-text + .icon {
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  font-size: 35px;
  top: 20%;
}
.infographics .item .text {
  margin-left: 123px;
  padding-top: 14px;
  font-size: 18px;
}
.infographics .item .text .plus {
  display: inline-block;
  line-height: 17px;
  margin-left: 5px;
  font-size: 21px;
}
.infographics .item .text p {
  margin: 0 0 1px;
}
.infographics .item .text sup {
  vertical-align: super;
  margin-left: 5px;
  font-size: 18px;
}
.infographics .item .text big {
  font-size: 40px;
  line-height: 1;
}
.scroll-icon {
  -webkit-box-shadow: 0 7px 12px rgba(57, 49, 133, 0.15);
  box-shadow: 0 7px 12px rgba(57, 49, 133, 0.15);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #fff;
  position: absolute;
  height: 60px;
  width: 60px;
  left: 50%;
  top: 100%;
}
.scroll-icon .icon {
  -webkit-animation: 1s bounce infinite linear;
          animation: 1s bounce infinite linear;
  position: absolute;
  margin-left: -9px;
  font-size: 30px;
  color: #949AA5;
  left: 50%;
  top: 50%;
}
@-webkit-keyframes bounce {
  from {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  33% {
    -webkit-transform: translateY(-45%);
            transform: translateY(-45%);
  }
  66% {
    -webkit-transform: translateY(-55%);
            transform: translateY(-55%);
  }
  to {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@keyframes bounce {
  from {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  33% {
    -webkit-transform: translateY(-45%);
            transform: translateY(-45%);
  }
  66% {
    -webkit-transform: translateY(-55%);
            transform: translateY(-55%);
  }
  to {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.important-info {
  padding-top: 13px;
  margin: 0 -10px;
}
.important-info .item {
  display: inline-block;
  border: 0 !important;
  margin-top: 30px;
  padding: 0 10px;
}
.important-info .item:hover {
  opacity: 0.8;
}
.important-info .item img {
  width: 100%;
}
.important-info .slick-dots button {
  background-color: #7887A7;
  -webkit-box-shadow: inset 0 0 0 0px #fff !important;
          box-shadow: inset 0 0 0 0px #fff !important;
  margin: 0 10px;
}
.important-info .slick-dots button:hover {
  background-color: rgba(120, 135, 167, 0.75) !important;
}
.important-info .slick-dots li.slick-active button {
  background-color: #393185;
}
.important-info .slick-arrow {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  background: transparent;
  line-height: 68px;
  color: #7887A7;
  margin-top: -32px;
  font-size: 0px;
  outline: none;
  height: 65px;
  width: 65px;
  z-index: 2;
  border: 0;
}
.important-info .slick-arrow:before {
  font-family: 'icomoon', sans-serif;
  font-size: 24px;
}
.important-info .slick-arrow:hover {
  color: #565D6A;
}
.important-info .slick-prev {
  left: -65px;
}
.important-info .slick-prev:before {
  content: '\e912';
}
.important-info .slick-next {
  right: -65px;
}
.important-info .slick-next:before {
  content: '\e913';
}
.catalog-section {
  -webkit-box-shadow: 0 10px 35px rgba(77, 72, 132, 0.09);
  box-shadow: 0 10px 35px rgba(77, 72, 132, 0.09);
  padding: 15px 20px 20px;
  border-radius: 5px;
  margin-bottom: 30px;
  background: #fff;
}
.catalog-section:after {
  display: table;
  content: '';
  clear: both;
}
.catalog-section.blue .item:after {
  background: rgba(56, 46, 148, 0.7);
}
.catalog-section.blue .item.title {
  background: #382e94;
}
.catalog-section.violet .item:after {
  background: rgba(57, 49, 133, 0.7);
}
.catalog-section.violet .item.title {
  background: #393185;
}
.catalog-section.orange .item:after {
  background: rgba(245, 128, 5, 0.7);
}
.catalog-section.orange .item.title {
  background: #f58005;
}
.catalog-section.green .item:after {
  background: rgba(3, 154, 54, 0.7);
}
.catalog-section.green .item.title {
  background: #039a36;
}
.catalog-section .item {
  background-repeat: no-repeat;
  background-position: center;
  background-color: #949AA5;
  background-size: cover;
  width: calc(25% - 20px);
  border-radius: 3px;
  border: 0 !important;
  position: relative;
  overflow: hidden;
  height: 152px;
  color: #fff;
  margin: 10px;
  float: left;
}
.catalog-section .item:before,
.catalog-section .item:after {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  content: '';
  z-index: 0;
  right: 0;
  left: 0;
}
.catalog-section .item:before {
  background: rgba(0, 0, 0, 0.35);
  height: 100%;
  top: 0;
}
.catalog-section .item:after {
  background: rgba(57, 49, 133, 0.7);
  height: 0;
  bottom: 0;
}
.catalog-section .item:hover:before {
  height: 0;
}
.catalog-section .item:hover:after {
  height: 100%;
}
.catalog-section .item:hover .title {
  color: #fff;
  top: 30%;
}
.catalog-section .item:hover .desc {
  top: 50%;
}
.catalog-section .item.title {
  padding: 30px 30px 30px 105px;
  margin: 10px 10px 10px -50px;
  width: calc(50% + 40px);
}
.catalog-section .item.title:before,
.catalog-section .item.title:after {
  display: none;
}
.catalog-section .item.title .catalog-section-icon,
.catalog-section .item.title .icon {
  position: absolute;
  width: 52px;
  left: 30px;
  top: 35px;
}
.catalog-section .item.title .catalog-section-icon img,
.catalog-section .item.title .icon img {
  max-width: 100%;
}
.catalog-section .item.title h3,
.catalog-section .item.title .h3 {
  margin-bottom: 7px;
  color: #fff;
}
.catalog-section .item.title p {
  line-height: 1.35714;
  font-size: 14px;
  opacity: 0.75;
  margin: 0;
}
.catalog-section .item .title,
.catalog-section .item .desc {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
  overflow: hidden;
  padding: 0 30px;
  z-index: 1;
}
.catalog-section .item .title {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  line-height: 1.35714;
  position: absolute;
  max-height: 2.7em;
  font-size: 18px;
  top: 50%;
  right: 0;
  left: 0;
}
.catalog-section .item .desc {
  line-height: 1.35714;
  position: absolute;
  font-weight: 500;
  max-height: 4em;
  font-size: 14px;
  color: #fff;
  margin: 0;
  top: 100%;
  right: 0;
  left: 0;
}
.main-about {
  margin: 35px 0 100px;
}
.main-about .btn {
  border-radius: 24px;
  margin-top: 10px;
}
.main-about .row + .row {
  margin-top: 30px;
}
.main-about h2 {
  font-size: 32px;
}
@media (max-width: 991px) {
  .main-about .main-about-text {
    margin-top: 30px;
  }
}
.main-about .main-about-text:after {
  display: table;
  content: '';
  clear: both;
}
.main-about .main-about-text h2,
.main-about .main-about-text .h2 {
  margin-bottom: 22px;
}
.main-about .main-about-text p {
  color: #4a4a4a;
  letter-spacing: 0.3px;
  line-height: 1.57143;
  font-size: 14px;
}
.main-about .main-about-text ul {
  list-style: none;
  padding: 0;
}
.main-about .main-about-text ul.half {
  float: left;
  width: 50%;
}
.main-about .main-about-text ul li {
  line-height: 36px;
}
.main-about .main-about-text a {
  color: #393185;
  border: 0;
}
.main-about .main-about-text a:hover {
  color: #E31E24;
}
.main-about .main-about-slider {
  border-radius: 0 4px;
  position: relative;
  overflow: hidden;
  height: 437px;
  z-index: 1;
}
.main-about .main-about-slider .slick-list,
.main-about .main-about-slider .slick-track {
  height: 100%;
}
.main-about .main-about-slider .slide {
  background-repeat: no-repeat;
  background-position: center;
  background-color: #949AA5;
  background-size: cover;
}
.main-about .main-about-slider .slick-arrow {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  background: #fff;
  line-height: 68px;
  color: #7887A7;
  font-size: 0px;
  outline: none;
  height: 65px;
  width: 65px;
  z-index: 2;
  left: auto;
  top: auto;
  bottom: 0;
  border: 0;
}
.main-about .main-about-slider .slick-arrow:before {
  font-family: 'icomoon', sans-serif;
  font-size: 24px;
}
.main-about .main-about-slider .slick-arrow:hover {
  background: #F6F9FD;
}
.main-about .main-about-slider .slick-prev {
  right: 65px;
}
.main-about .main-about-slider .slick-prev:before {
  content: '\e912';
}
.main-about .main-about-slider .slick-next {
  right: 0;
}
.main-about .main-about-slider .slick-next:before {
  content: '\e913';
}
.main-about .main-about-slogan {
  letter-spacing: 0.51px;
  margin: 0 -15px 0 50px;
  color: #393185;
  position: relative;
  line-height: 32px;
  font-size: 24px;
  z-index: 2;
}
.main-about .main-about-slogan:before {
  margin-right: 25px;
  position: absolute;
  z-index: 2;
  background: #E31E24;
  width: 112px;
  height: 3px;
  content: '';
  right: 100%;
  top: 0.55em;
}
.main-about .main-about-slogan.alt {
  margin-top: 30px;
  margin-left: 0;
  padding-right: 60px;
}
.main-about .main-about-slogan.alt:before {
  left: 100%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  right: none;
}
@media (max-width: 991px) {
  .main-about .main-about-slogan {
    margin: 0 0 30px;
  }
  .main-about .main-about-slogan::before {
    display: none;
  }
}
.main-about .main-about-video {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #949AA5;
  background-size: cover;
  border-radius: 4px;
  margin: -240px 0 0 0;
  cursor: pointer;
  display: block;
  height: 406px;
  border: 0;
}
@media (max-width: 991px) {
  .main-about .main-about-video {
    margin: 0;
  }
}
.main-about .main-about-video:hover .icon:after {
  -webkit-box-shadow: inset 0 0 0 10px rgba(255, 255, 255, 0.09), 0 0 0 5px rgba(255, 255, 255, 0.35);
          box-shadow: inset 0 0 0 10px rgba(255, 255, 255, 0.09), 0 0 0 5px rgba(255, 255, 255, 0.35);
}
.main-about .main-about-video:active .icon:after {
  -webkit-box-shadow: inset 0 0 0 15px rgba(255, 255, 255, 0.09), 0 0 0 0px rgba(255, 255, 255, 0.35);
          box-shadow: inset 0 0 0 15px rgba(255, 255, 255, 0.09), 0 0 0 0px rgba(255, 255, 255, 0.35);
}
.main-about .main-about-video .icon {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  font-size: 31px;
  color: #fff;
  left: 50%;
  top: 50%;
}
.main-about .main-about-video .icon:before {
  position: relative;
  margin-left: 6px;
  z-index: 1;
}
.main-about .main-about-video .icon:after {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.09), 0 0 0 10px rgba(255, 255, 255, 0.35);
          box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.09), 0 0 0 10px rgba(255, 255, 255, 0.35);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #5449BA;
  position: absolute;
  height: 91px;
  width: 91px;
  content: '';
  z-index: 0;
  left: 50%;
  top: 50%;
}
.special-offers-section {
  position: relative;
  overflow: hidden;
}
.special-offers-section:after {
  background: url(../img/lighting.svg) center no-repeat;
  margin-left: 615px;
  position: absolute;
  height: 291px;
  width: 232px;
  bottom: -5px;
  opacity: 0.5;
  content: '';
  z-index: 0;
  left: 50%;
}
.special-offers-section .container {
  position: relative;
  z-index: 1;
}
.special-offers-section h2,
.special-offers-section .h2 {
  margin-bottom: 17px;
}
.special-offers-slider .slick-list {
  padding: 0 30px;
}
.special-offers-slider .slick-slide {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.special-offers-slider .slick-slide.slick-active {
  opacity: 1;
}
.special-offers-slider .slide {
  -webkit-box-shadow: 0 10px 35px rgba(77, 72, 132, 0.07);
  box-shadow: 0 10px 35px rgba(77, 72, 132, 0.07);
  padding: 45px 20px 25px;
  border-radius: 4px;
  background: #fff;
  text-align: center;
  position: relative;
  display: block;
  outline: none;
  float: left;
  border: 0;
}
.special-offers-slider .slide:hover {
  -webkit-box-shadow: 0 10px 35px rgba(77, 72, 132, 0.12);
  box-shadow: 0 10px 35px rgba(77, 72, 132, 0.12);
}
.special-offers-slider .slide:hover .img {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
.special-offers-slider .slide:hover .text {
  color: #E31E24;
}
.special-offers-slider .slide .status {
  white-space: nowrap;
  position: absolute;
  left: 10px;
  top: 8px;
}
.special-offers-slider .slide .status .item {
  border-radius: 12px;
  background: #7887A7;
  display: inline-block;
  margin-right: 8px;
  line-height: 24px;
  font-size: 13px;
  padding: 0 17px;
  color: #fff;
}
.special-offers-slider .slide .status .item.red {
  background: #E31E24;
}
.special-offers-slider .slide .status .item.orange {
  background: #f58005;
}
.special-offers-slider .slide .img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-bottom: 23px;
  height: 220px;
}
.special-offers-slider .slide .text {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 17px;
  line-height: 20px;
  color: #7887A7;
  overflow: hidden;
  font-size: 14px;
  height: 60px;
}
.special-offers-slider .slide .price {
  white-space: nowrap;
  line-height: 23px;
  color: #2a2748;
  font-size: 20px;
}
.special-offers-slider .slide .price .rub {
  margin-left: 7px;
}
.special-offers-slider .slide {
  margin: 20px 15px 39px;
  width: 270px !important;
}
.special-offers-slider .slick-dots {
  line-height: 10px;
  margin: 0 0 35px;
}
.special-offers-slider .slick-dots li.slick-active button {
  -webkit-box-shadow: inset 0 0 0 10px #393185;
  box-shadow: inset 0 0 0 10px #393185;
}
.special-offers-slider .slick-dots li button {
  -webkit-box-shadow: inset 0 0 0 1px #7887A7;
  box-shadow: inset 0 0 0 1px #7887A7;
  background: #7887A7;
  margin: 0 10px;
}
.special-offers-slider {
  margin: 0 -30px;
}
.special-offers .row {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.special-offers .row > * {
  padding-bottom: 15px;
  padding-top: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.special-offers .card {
  -webkit-box-shadow: 0 10px 35px rgba(77, 72, 132, 0.07);
  box-shadow: 0 10px 35px rgba(77, 72, 132, 0.07);
  padding: 45px 20px 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 4px;
  background: #fff;
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  outline: none;
  height: 100%;
  width: 100%;
  border: 0;
}
.special-offers .card:hover {
  -webkit-box-shadow: 0 10px 35px rgba(77, 72, 132, 0.12);
  box-shadow: 0 10px 35px rgba(77, 72, 132, 0.12);
}
.special-offers .card:hover .img {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
.special-offers .card:hover .text {
  color: #E31E24;
}
.special-offers .card .status {
  white-space: nowrap;
  position: absolute;
  left: 10px;
  top: 8px;
}
.special-offers .card .status .item {
  border-radius: 12px;
  background: #7887A7;
  display: inline-block;
  margin-right: 8px;
  line-height: 24px;
  font-size: 13px;
  padding: 0 17px;
  color: #fff;
}
.special-offers .card .status .item.red {
  background: #E31E24;
}
.special-offers .card .status .item.orange {
  background: #f58005;
}
.special-offers .card .img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-bottom: 23px;
  height: 220px;
}
.special-offers .card .text {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: auto;
  line-height: 20px;
  color: #7887A7;
  max-height: 60px;
  overflow: hidden;
  font-size: 14px;
}
.special-offers .card .price {
  white-space: nowrap;
  line-height: 23px;
  color: #2a2748;
  margin-top: 17px;
  font-size: 20px;
}
.special-offers .card .price .rub {
  margin-left: 7px;
}
.project-section h2,
.project-section .h2 {
  margin-bottom: 14px;
}
.project-slider {
  margin-bottom: 60px;
}
.project-slider .slide {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin: 0 30px;
  height: 100px;
}
.project-slider .slick-arrow {
  background: #fff;
  line-height: 100px;
  text-align: center;
  color: #7887A7;
  font-size: 0px;
  outline: none;
  height: 100px;
  width: 25px;
  z-index: 2;
  padding: 0;
  border: 0;
}
.project-slider .slick-arrow:before {
  font-family: 'icomoon', sans-serif;
  font-size: 24px;
}
.project-slider .slick-arrow:hover {
  background: #F6F9FD;
}
.project-slider .slick-prev:before {
  content: '\e912';
}
.project-slider .slick-next:before {
  content: '\e913';
}
.news-section {
  position: relative;
  overflow: hidden;
}
.news-section:after {
  background: url(../img/news.svg) top center no-repeat;
  background-size: cover;
  margin-left: 615px;
  position: absolute;
  height: 192px;
  width: 232px;
  content: '';
  bottom: 0;
  left: 50%;
  z-index: 1;
  -webkit-opacity: 0.5;
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
}
.news-section .container {
  position: relative;
  z-index: 2;
}
.news-section h2,
.news-section .h2 {
  margin-bottom: 30px;
}
.news-section .bg-sky {
  position: absolute;
  height: 300px;
  z-index: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.news-previews .item {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  -webkit-box-shadow: 0 0 0 rgba(77, 72, 132, 0.07);
  box-shadow: 0 0 0 rgba(77, 72, 132, 0.07);
  border: 0;
  background-color: #fff;
  padding-bottom: 77.3%;
  border-radius: 4px;
  -webkit-box-shadow: 0px 10px 45px rgba(57, 49, 133, 0.15);
          box-shadow: 0px 10px 45px rgba(57, 49, 133, 0.15);
  margin-bottom: 30px;
  position: relative;
  color: #2a2748;
  display: block;
}
.news-previews .item:hover {
  -webkit-box-shadow: 0px 10px 45px rgba(57, 49, 133, 0.25);
          box-shadow: 0px 10px 45px rgba(57, 49, 133, 0.25);
  color: #5449BA;
}
.news-previews .item .card-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0px -7px;
  width: calc(100% - 14px);
  position: absolute;
  bottom: 15px;
  left: 30px;
}
.news-previews .item .card-tag span {
  display: none;
}
.news-previews .item .card-tag span:nth-of-type(1),
.news-previews .item .card-tag span:nth-of-type(2),
.news-previews .item .card-tag span:nth-of-type(3) {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: auto;
  margin: 0px 7px;
  font-size: 14px;
}
.news-previews .item .card-tag span:nth-of-type(3) {
  font-size: 0;
  width: 22px;
  height: 16px;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(0, 0, 0, 0.25);
  border-radius: 3px;
  margin-bottom: -2px;
  margin-top: 2px;
}
.news-previews .item .card-tag span:nth-of-type(3):before {
  content: '...';
  font-size: 18px;
  line-height: 10px;
  margin-top: -10px;
  font-weight: 500;
  text-align: center;
}
.news-previews .item .bg-wrapper {
  position: absolute;
  z-index: 1;
  top: -20px;
  right: 20px;
  width: 200px;
  height: 120px;
  border-radius: 4px;
}
@media (max-width: 1199px) {
  .news-previews .item .bg-wrapper {
    width: 140px;
    height: 84px;
  }
}
.news-previews .item .date {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  line-height: 22px;
  font-size: 26px;
  right: 30px;
  left: 30px;
  top: 30px;
  z-index: 2;
}
.news-previews .item .date .small {
  color: #828282;
  margin-top: 5px;
  font-size: 14px;
}
.news-previews .item .title {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  line-height: 28px;
  max-height: 140px;
  overflow: hidden;
  font-size: 24px;
  right: 30px;
  left: 30px;
  top: 120px;
  z-index: 2;
  padding-bottom: 15px;
}
.news-previews .btn {
  border-radius: 24px;
  text-transform: none;
  font-size: 15px;
}
.forgot-pass {
  color: #5449BA !important;
  float: right;
}
.forgot-pass:hover {
  color: #393185 !important;
}
.shadow-form {
  -webkit-box-shadow: 0 10px 35px rgba(77, 72, 132, 0.07);
  box-shadow: 0 10px 35px rgba(77, 72, 132, 0.07);
  padding: 25px 40px 40px;
  border-radius: 4px;
  background: #fff;
  position: relative;
  overflow: hidden;
}
.shadow-form.short-form {
  max-width: 570px;
  margin: 0 auto;
}
.shadow-form .info-box {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  overflow: hidden;
  z-index: 3;
  bottom: 0;
  top: 100%;
  right: 0;
  left: 0;
}
.shadow-form .info-box.active {
  top: 0;
}
.shadow-form .info-box .info-box-wrapper {
  padding: 20px 40px 25px 110px;
  position: absolute;
  background: #D1D6E3;
  min-height: 100px;
  bottom: 0;
  right: 0;
  left: 0;
}
.shadow-form .info-box .info-box-wrapper.has-success {
  background: #65B81E;
}
.shadow-form .info-box .info-box-wrapper.has-error {
  background: #E31E24;
}
.shadow-form .info-box .info-box-wrapper * {
  color: #fff !important;
}
.shadow-form .info-box .info-box-wrapper .close {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  font-size: 16px;
  cursor: pointer;
  opacity: 0.6;
  right: 14px;
  top: 14px;
}
.shadow-form .info-box .info-box-wrapper .close:hover {
  opacity: 1;
}
.shadow-form .info-box .info-box-wrapper .icon {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  position: absolute;
  font-size: 67px;
  left: 26px;
  top: 50%;
}
.shadow-form .info-box .info-box-wrapper h4,
.shadow-form .info-box .info-box-wrapper .h4 {
  margin-bottom: 6px;
}
.shadow-form .info-box .info-box-wrapper p {
  line-height: 17px;
  margin-bottom: 0;
  font-size: 14px;
}
.shadow-form h2,
.shadow-form .h2,
.shadow-form h3,
.shadow-form .h3 {
  margin-bottom: 20px;
}
.shadow-form .input-group {
  width: 100%;
}
.shadow-form .input-group .input-prepend .chosen-select {
  width: auto;
}
.shadow-form .input-group .input-prepend .chosen-container.chosenImage-container.chosen-container-active .chosen-single {
  border-radius: 3px 0 0 0;
  z-index: 3;
}
.shadow-form .input-group .input-prepend .chosen-container.chosenImage-container .chosen-single {
  border-radius: 3px 0 0 3px;
}
.shadow-form .input-group .input-prepend .chosen-container.chosenImage-container .chosen-single span {
  margin-right: 27px;
  font-size: 0px;
}
.shadow-form .input-group .input-prepend .chosen-container.chosenImage-container .chosen-single div {
  width: 20px;
}
.shadow-form .input-group .input-prepend .chosen-container.chosenImage-container .chosen-drop {
  right: auto !important;
}
.shadow-form .input-group .input-prepend .chosen-container.chosenImage-container .chosen-results li {
  white-space: nowrap;
  padding-left: 27px;
}
.shadow-form .input-group .input-prepend + .form-control {
  margin-left: -1px;
}
.shadow-form .input-group .input-prepend,
.shadow-form .input-group .input-append {
  vertical-align: top;
  display: table-cell;
  width: 1%;
}
.form-section:not(:last-child) {
  margin-bottom: 55px;
}
.toggle-box {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
  max-height: 0px;
}
.toggle-box.active {
  max-height: 100px;
}
.catalog-menu {
  border-bottom: 1px solid #D1D6E3;
}
.catalog-menu:last-child {
  margin-bottom: 30px;
}
.catalog-menu.no-border {
  border-bottom: 0;
}
.catalog-menu .catalog-menu-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 12px;
  padding: 17px 0;
}
.catalog-menu .catalog-menu-head .collapse-anchor-btn {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-transform: lowercase;
}
.catalog-menu .catalog-menu-head .collapse-anchor-btn:first-letter {
  text-transform: uppercase;
}
.catalog-menu .catalog-menu-head .icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 28px;
          flex: 0 0 28px;
  width: 28px;
  height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 7px;
  border-radius: 50%;
  border: 1px solid #E31E24;
  background: transparent;
}
.catalog-menu .catalog-menu-head .icon::before {
  color: #E31E24;
  rotate: -90deg;
}
.catalog-menu .catalog-menu-head .icon[aria-expanded="true"] {
  background: #E31E24;
}
.catalog-menu .catalog-menu-head .icon[aria-expanded="true"]::before {
  rotate: 0deg;
  color: #fff;
}
.catalog-menu .collapse-wrapper {
  padding-bottom: 30px;
}
.catalog-menu a:not(.btn) {
  color: #31363F;
  font-size: 17px;
  border: 0;
}
.catalog-menu a:not(.btn):hover,
.catalog-menu a:not(.btn):active,
.catalog-menu a:not(.btn).active {
  color: #E31E24;
}
.catalog-menu ul {
  padding: 0 0 20px;
  list-style: none;
  margin: 0;
}
.catalog-menu ul li + li {
  margin-top: 15px;
}
.catalog-menu ul li a:not(.btn) {
  line-height: 1.2;
  font-size: 16px;
}
.left-menu {
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.left-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.left-menu ul li + li {
  margin-top: 15px;
}
.left-menu ul li.active a {
  color: #E31E24;
}
.left-menu ul li.active a:before {
  margin-right: 10px;
  position: absolute;
  font-size: 135.3%;
  line-height: 0.8;
  color: inherit;
  content: '—';
  right: 100%;
  top: 0;
}
.left-menu ul li.exit {
  border-top: 1px solid #D1D6E3;
  padding-top: 10px;
}
.left-menu ul li a {
  position: relative;
  color: #31363F;
  line-height: 1.2;
  font-size: 17px;
  border: 0;
}
.left-menu ul li a:hover,
.left-menu ul li a:active,
.left-menu ul li a.active {
  color: #E31E24;
}
.product-wrapper {
  position: relative;
}
.product-wrapper.fill .slide,
.product-wrapper.fill .item .img {
  background-size: cover;
  height: 100%;
  width: 100%;
  margin: 0;
}
.product-wrapper .product-status {
  white-space: nowrap;
  position: absolute;
  z-index: 1;
  left: 10px;
  top: 8px;
}
.product-wrapper .product-status .item {
  border-radius: 12px;
  background: #7887A7;
  display: inline-block;
  margin-right: 8px;
  line-height: 24px;
  font-size: 13px;
  padding: 0 17px;
  color: #fff;
}
.product-wrapper .product-status .item.red {
  background: #E31E24;
}
.product-wrapper .product-status .item.orange {
  background: #f58005;
}
.product-slider {
  -webkit-box-shadow: 0 10px 35px rgba(77, 72, 132, 0.07);
  box-shadow: 0 10px 35px rgba(77, 72, 132, 0.07);
  padding-bottom: 59.611%;
  border-radius: 4px;
  background: #fff;
  position: relative;
  width: 100%;
}
.product-slider .slick-list {
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}
.product-slider .slick-track {
  height: 100%;
}
.product-slider .slide {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: calc(100% - 40px);
  margin: 20px;
}
.product-slider .slick-arrow {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  background: rgba(0, 0, 0, 0);
  color: #7887A7;
  font-size: 0px;
  outline: none;
  height: 100%;
  width: 65px;
  z-index: 2;
  left: auto;
  border: 0;
  bottom: 0;
  top: 0;
}
.product-slider .slick-arrow:before {
  font-family: 'icomoon', sans-serif;
  font-size: 24px;
}
.product-slider .slick-arrow:hover {
  background: rgba(0, 0, 0, 0.12);
}
.product-slider .slick-prev {
  left: 0;
}
.product-slider .slick-prev:before {
  content: '\e912';
}
.product-slider .slick-next {
  right: 0;
}
.product-slider .slick-next:before {
  content: '\e913';
}
.product-previews-wrapper {
  margin: 19px 0;
}
.product-previews-wrapper .product-previews {
  white-space: nowrap;
  height: 120px;
}
.product-previews-wrapper .item {
  -webkit-box-shadow: 0 3px 5px rgba(77, 72, 132, 0.15);
  box-shadow: 0 3px 5px rgba(77, 72, 132, 0.15);
  display: inline-block;
  border-radius: 4px;
  background: #fff;
  overflow: hidden;
  margin: 0 8px;
  height: 94px;
  width: 138px;
  border: 0;
}
.product-previews-wrapper .item.active {
  -webkit-box-shadow: 0 3px 5px rgba(77, 72, 132, 0.15), inset 0 0 0 1px #5449BA;
          box-shadow: 0 3px 5px rgba(77, 72, 132, 0.15), inset 0 0 0 1px #5449BA;
}
.product-previews-wrapper .item .img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: calc(100% - 20px);
  width: calc(100% - 20px);
  display: block;
  margin: 10px;
}
.product-previews-wrapper .mCSB_container_wrapper {
  margin-bottom: 20px;
}
.product-previews-wrapper .mCSB_container_wrapper > .mCSB_container {
  padding-bottom: 20px;
}
.product-info h2,
.product-info .h2 {
  margin-bottom: 14px;
}
.product-info h3,
.product-info .h3 {
  margin-bottom: 14px;
}
.product-info p {
  margin: 17px 0;
}
.product-info ul {
  margin-bottom: 10px;
}
.product-info ul li {
  line-height: 1.3;
  font-size: 16px;
  color: #5449BA;
}
.product-info ul li + li {
  margin-top: 10px;
}
.product-info .info {
  color: #7887A7;
  font-size: 15px;
}
.product-info .info .icon {
  display: inline-block;
  margin-right: 5px;
}
.product-info .order-box {
  margin: 15px 0 0;
}
.product-info .price-box {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 30px -5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product-info .price-box > * {
  margin: 5px;
}
.product-info .price-box .order-box {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.product-info .price {
  line-height: 42px;
  white-space: nowrap;
  color: #2a2748;
  font-size: 38px;
}
.product-info .price .rub {
  margin-left: 7px;
}
.projects-preview .item {
  text-align: center;
  border: 0;
}
.projects-preview .item:hover .img {
  opacity: 0.8;
}
.projects-preview .item:hover .title {
  color: #E31E24;
}
.projects-preview .item .img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #e8e8e8;
  background-repeat: no-repeat;
  background-position: center;
  padding-bottom: 75.678%;
  background-size: cover;
  border-radius: 4px;
  margin-bottom: 8px;
  width: 100%;
}
.projects-preview .item .address {
  margin-bottom: 3px;
  line-height: 17px;
  color: #7887A7;
  font-size: 14px;
  height: 34px;
}
.projects-preview .item .address:before {
  vertical-align: bottom;
  display: inline-block;
  margin-left: -3px;
  height: inherit;
  content: '';
}
.projects-preview .item .address span {
  display: inline-block;
}
.projects-preview .item .title {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 22px;
  line-height: 24px;
  color: #2a2748;
  font-size: 20px;
  height: 52px;
}
.projects-filter {
  -webkit-box-shadow: 0 10px 35px rgba(77, 72, 132, 0.07);
  box-shadow: 0 10px 35px rgba(77, 72, 132, 0.07);
  padding: 24px 30px 30px;
  border-radius: 4px;
  margin-bottom: 40px;
  background: #fff;
}
.projects-filter.fill .row .col:not(:last-child) {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.projects-filter .row {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 0 -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.projects-filter .row:before,
.projects-filter .row:after {
  display: none;
}
.projects-filter .row .col {
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
  padding: 0 10px;
}
.projects-filter .row .col:last-of-type {
  width: auto;
}
.projects-filter .form-group {
  margin-bottom: 0;
}
.article h2,
.article .h2 {
  margin: -8px 0 39px;
}
.article h3,
.article .h3 {
  margin-bottom: 15px;
}
.article p {
  color: #4a4a4a;
  letter-spacing: 0.34px;
  line-height: 1.5;
}
.article ul {
  list-style: none;
}
.article ul.inside {
  padding-left: 20px;
}
.article ul li {
  position: relative;
}
.article ul li:before {
  position: absolute;
  font-size: 130%;
  content: '•';
  color: #E31E24;
  left: -18px;
  top: 0;
}
.article img {
  margin: 10px auto 25px;
  max-width: 100%;
  display: block;
}
.article .img {
  background-repeat: no-repeat;
  background-position: center;
  padding-bottom: 55.863%;
  background-size: cover;
  margin-bottom: 25px;
  border-radius: 4px;
  display: block;
  border: 0;
}
.article .img.h {
  padding-bottom: 82.13%;
}
.article .article-video {
  background-repeat: no-repeat;
  background-position: center;
  background-color: #949AA5;
  padding-bottom: 52.728%;
  background-size: cover;
  border-radius: 4px;
  position: relative;
  cursor: pointer;
  display: block;
  margin: 20px 0;
  border: 0;
}
.article .article-video:hover .icon:after {
  -webkit-box-shadow: inset 0 0 0 10px rgba(255, 255, 255, 0.09), 0 0 0 5px rgba(255, 255, 255, 0.35);
          box-shadow: inset 0 0 0 10px rgba(255, 255, 255, 0.09), 0 0 0 5px rgba(255, 255, 255, 0.35);
}
.article .article-video:active .icon:after {
  -webkit-box-shadow: inset 0 0 0 15px rgba(255, 255, 255, 0.09), 0 0 0 0px rgba(255, 255, 255, 0.35);
          box-shadow: inset 0 0 0 15px rgba(255, 255, 255, 0.09), 0 0 0 0px rgba(255, 255, 255, 0.35);
}
.article .article-video .icon {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  font-size: 31px;
  color: #fff;
  left: 50%;
  top: 50%;
}
.article .article-video .icon:before {
  position: relative;
  margin-left: 6px;
  z-index: 1;
}
.article .article-video .icon:after {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.09), 0 0 0 10px rgba(255, 255, 255, 0.35);
          box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.09), 0 0 0 10px rgba(255, 255, 255, 0.35);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #5449BA;
  position: absolute;
  height: 91px;
  width: 91px;
  content: '';
  z-index: 0;
  left: 50%;
  top: 50%;
}
.article a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-bottom: 1px dashed #5449BA;
  color: #5449BA;
}
.article a:hover {
  border-bottom-color: transparent;
  color: #393185;
}
.article a.alt {
  color: #E31E24;
  border: 0;
}
.article a.alt:hover,
.article a.alt:active {
  color: #b7171c;
}
.sert {
  margin-bottom: 30px;
}
.sert .img {
  -webkit-box-shadow: 0 10px 35px rgba(77, 72, 132, 0.07);
  box-shadow: 0 10px 35px rgba(77, 72, 132, 0.07);
  border-radius: 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 11px;
}
.sert .img .w100,
.sert .img img {
  max-height: 100%;
  width: 100%;
}
.sert .img a {
  border: 0 !important;
}
.sert .title {
  text-align: center;
  line-height: 20px;
  color: #7887A7;
  margin-top: 8px;
  font-size: 14px;
}
#description .sert {
  display: block;
  width: 100%;
}
#description .sert .img {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.titled-field {
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  margin-bottom: 50px;
  padding-left: 20px;
  position: relative;
  left: 50%;
}
.titled-field.full-height {
  padding-left: 40px;
  margin: 30px 0;
}
.titled-field.full-height .title {
  padding-bottom: 2px;
  margin: 0;
}
.titled-field.full-height .title:before {
  margin-right: 37px;
  height: 100%;
}
.titled-field .title {
  margin-bottom: 15px;
  position: relative;
  padding-top: 2px;
}
.titled-field .title:before {
  background: #E31E24;
  margin-right: 17px;
  position: absolute;
  height: 30px;
  content: '';
  right: 100%;
  width: 3px;
  top: 0;
}
.add-file .control-label {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  color: #E31E24;
}
.add-file .control-label:hover {
  color: #b7171c;
}
.add-file .control-label:hover span {
  border-bottom-color: #b7171c;
}
.add-file .control-label .icon {
  vertical-align: middle;
  margin-right: 5px;
}
.add-file .control-label span {
  border-bottom: 1px dashed #E31E24;
}
.add-file .added-file {
  padding: 0 45px 0 15px;
  border-radius: 3px;
  margin-bottom: 5px;
  position: relative;
  line-height: 40px;
  color: #565D6A;
  background: #F6F9FD;
  font-size: 15px;
}
.add-file .added-file + .control-label {
  display: none;
}
.add-file .added-file .icon {
  vertical-align: middle;
  margin-right: 7px;
  margin-top: -2px;
  font-size: 14px;
}
.add-file .added-file .close {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  color: #D1D6E3;
  margin-top: -6px;
  font-size: 12px;
  right: 15px;
  opacity: 1;
  border: 0;
  top: 50%;
}
.add-file .added-file .close:hover,
.add-file .added-file .close:active {
  color: #E31E24;
}
.desc-text {
  margin-bottom: 45px;
}
.desc-text h4,
.desc-text .h4 {
  margin-bottom: 10px;
}
.contacts {
  padding-top: 10px;
}
.contacts .item {
  margin-bottom: 40px;
  text-align: center;
}
.contacts .item p {
  margin: 3px 0 0;
}
.contacts .item .img {
  border-radius: 50%;
  margin: 0 auto 15px;
  height: 180px;
  width: 180px;
}
.contacts .item .name {
  margin-bottom: 4px;
  line-height: 26px;
  font-size: 20px;
  padding: 0 15px;
}
.contacts .item .status {
  margin-bottom: 2px;
  color: #7887A7;
}
.contacts_custom .item {
  text-align: left;
}
.contacts_custom .item .name {
  padding: 0;
}
.contacts-maps_item {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 10px 35px rgba(77, 72, 132, 0.07);
          box-shadow: 0 10px 35px rgba(77, 72, 132, 0.07);
  padding: 15px 15px 20px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  border-radius: 4px;
  background: #fff;
  position: relative;
  overflow: hidden;
  display: block;
  margin: 10px 0;
  width: 100%;
}
@media (min-width: 992px) {
  .contacts-maps_item {
    padding: 20px 20px 35px;
  }
}
.contacts-maps_item-info_row {
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 992px) {
  .contacts-maps_item-info_row {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
.contacts-maps_item-info_row + .contacts-maps_item-info_row {
  margin-top: 8px;
}
@media (min-width: 992px) {
  .contacts-maps_item-info_row + .contacts-maps_item-info_row {
    margin-top: 16px;
  }
}
.contacts-maps_item-info_icon {
  margin-top: 1px;
}
.contacts-maps_item-info_icon .icon {
  font-size: 18px;
  color: #E31E24;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 18px;
          flex: 0 0 18px;
}
.contacts-maps_item-info_text {
  line-height: 18px;
  font-size: 12px;
  color: #828282;
}
@media (min-width: 992px) {
  .contacts-maps_item-info_text {
    line-height: 22px;
    font-size: 16px;
  }
}
.contacts-maps .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .contacts-maps .row {
    overflow: auto;
  }
}
.contacts-maps .row > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .contacts-maps .row > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80vw;
            flex: 0 0 80vw;
    width: 80vw;
  }
}
.contacts-maps h3,
.contacts-maps .h3 {
  margin-bottom: 13px;
  color: #31363F;
  line-height: 25px;
  font-weight: 600;
  font-size: 20px;
}
@media (min-width: 992px) {
  .contacts-maps h3,
  .contacts-maps .h3 {
    margin-bottom: 18px;
  }
}
.contacts-maps sub {
  letter-spacing: 0.3px;
  line-height: 22px;
  color: #2a2748;
  font-weight: 400;
  font-size: 14px;
  display: block;
}
.contacts-maps p {
  margin: 0 0 15px;
}
.file-box-wrapper {
  margin: 30px 0;
}
.file-box {
  -webkit-box-shadow: 0 10px 35px rgba(77, 72, 132, 0.07);
  box-shadow: 0 10px 35px rgba(77, 72, 132, 0.07);
  padding: 16px 23px 16px 75px;
  border-radius: 4px;
  background: #fff;
  position: relative;
}
.file-box + .file-box {
  margin-top: 20px;
}
.file-box .file-icon {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  position: absolute;
  color: #D1D6E3;
  font-size: 44px;
  left: 23px;
  top: 50%;
}
.file-box .file-title {
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 3px;
  line-height: 28px;
  color: #2a2748;
  overflow: hidden;
  font-size: 20px;
}
.file-box .file-info {
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 20px;
  color: #7887A7;
  overflow: hidden;
  font-size: 14px;
}
.file-box .file-actions {
  margin-right: -10px;
  position: relative;
  padding: 14px 10px;
  line-height: 26px;
  float: right;
}
.file-box .file-actions .vr {
  background: #D1D6E3;
  position: absolute;
  margin-left: -1px;
  width: 1px;
  bottom: 0;
  left: 50%;
  top: 0;
}
.file-box .file-download {
  line-height: inherit;
  font-size: 26px;
  float: right;
  color: #E31E24;
  border: 0;
}
.file-box .file-download:hover {
  color: #b7171c;
}
.file-box .file-view {
  line-height: inherit;
  color: #393185;
  margin-left: 33px;
  font-size: 20px;
  float: right;
  border: 0;
}
.file-box .file-view:hover {
  color: #5449BA;
}
.promo-box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 27px 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.promo-text {
  width: 58%;
}
.promo-text .status {
  text-transform: uppercase;
  display: inline-block;
  border-radius: 15px;
  margin-bottom: 12px;
  line-height: 30px;
  background: #949AA5;
  padding: 0 20px;
  color: #fff;
}
.promo-text .status.new {
  background: #E31E24;
}
.promo-img {
  position: relative;
  width: 42%;
}
.promo-img img {
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  position: relative;
  left: 50%;
}
.parameters {
  margin-bottom: 30px;
}
.parameters .item {
  padding-top: 1px;
}
.parameters .item:after {
  display: table;
  content: '';
  clear: both;
}
.parameters .item + .item {
  margin-top: 40px;
}
.parameters .item .icon {
  -webkit-box-shadow: 0 5px 14px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 14px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  text-align: center;
  line-height: 56px;
  background: #E31E24;
  font-size: 25px;
  color: #fff;
  height: 56px;
  width: 56px;
  float: left;
}
.parameters .item .parameter {
  margin: 5px 0 0 73px;
  color: #31363F;
  line-height: 20px;
  font-size: 15px;
  opacity: 0.6;
}
.parameters .item .desc {
  margin: 0 0 0 73px;
  color: #31363F;
  line-height: 1.2;
  font-weight: 500;
  font-size: 22px;
}
.promo-desc .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.promo-desc img {
  max-width: 100%;
}
.benefits {
  margin-bottom: 40px;
}
.benefits .item {
  text-align: center;
}
.benefits .item .icon {
  -webkit-box-shadow: 0 10px 35px rgba(77, 72, 132, 0.09);
  box-shadow: 0 10px 35px rgba(77, 72, 132, 0.09);
  border-radius: 50%;
  margin: 0 auto 15px;
  line-height: 153px;
  background: #fff;
  text-align: center;
  height: 153px;
  width: 153px;
  color: #E31E24;
}
.benefits .item .icon.icon-badge {
  font-size: 78px;
}
.benefits .item .icon.icon-bags {
  font-size: 74px;
}
.benefits .item .icon.icon-store {
  font-size: 61px;
}
.benefits .item .icon.icon-security {
  font-size: 72px;
}
.benefits .item .title {
  margin-bottom: 10px;
  color: #31363F;
  line-height: 1.2;
  font-size: 22px;
}
.benefits .item .desc {
  line-height: 20px;
  color: #7887A7;
  font-weight: 500;
  font-size: 14px;
  margin: 0;
}
.call-to-order {
  text-align: center;
}
.call-to-order p {
  letter-spacing: 0.51px;
  margin-bottom: 17px;
  line-height: 30px;
  font-size: 24px;
  color: #fff;
}
.dealers .item {
  margin-bottom: 30px;
}
.dealers .item:after {
  display: table;
  content: '';
  clear: both;
}
.dealers .item .img {
  -webkit-box-shadow: 0 10px 45px rgba(57, 49, 133, 0.15);
  box-shadow: 0 10px 45px rgba(57, 49, 133, 0.15);
  border-radius: 4px;
  white-space: nowrap;
  background: #fff;
  text-align: center;
  padding: 20px;
  height: 154px;
  width: 200px;
  float: left;
}
.dealers .item .img:before {
  vertical-align: middle;
  display: inline-block;
  height: 100%;
  content: '';
}
.dealers .item .img img {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  height: auto;
  width: auto;
}
.dealers .item .text {
  margin-left: 225px;
  line-height: 20px;
  color: #7887A7;
  font-size: 15px;
}
.dealers .item .text .title {
  margin-bottom: 10px;
  line-height: 26px;
  color: #2a2748;
  font-size: 20px;
}
.dealers .item .text p + p {
  margin-top: 15px;
}
.reviews-count {
  color: #afb8cb;
  line-height: 45px;
  float: right;
}
.reviews:before {
  display: table;
  content: '';
  clear: both;
}
.reviews .item {
  -webkit-box-shadow: 0 10px 35px rgba(77, 72, 132, 0.07);
  box-shadow: 0 10px 35px rgba(77, 72, 132, 0.07);
  border-radius: 4px;
  background: #fff;
  padding: 25px 30px;
}
.reviews .item.focus,
.reviews .item.read {
  -webkit-box-shadow: 0 10px 35px rgba(88, 85, 119, 0.25);
  box-shadow: 0 10px 35px rgba(88, 85, 119, 0.25);
}
.reviews .item.active .collapsing-box .short-text {
  -webkit-transition-delay: 0ms;
          transition-delay: 0ms;
  max-height: 0px;
}
.reviews .item.active .collapsing-box .full-text {
  max-height: 1000px;
}
.reviews .item + .item {
  margin-top: 30px;
}
.reviews .item .stars {
  margin-bottom: 5px;
  color: #D1D6E3;
  font-size: 17px;
}
.reviews .item .stars[data-rating="1"] .icon:first-child {
  color: #FF9960;
}
.reviews .item .stars[data-rating="2"] .icon:nth-child(1),
.reviews .item .stars[data-rating="2"] .icon:nth-child(2) {
  color: #FF9960;
}
.reviews .item .stars[data-rating="3"] .icon:nth-child(1),
.reviews .item .stars[data-rating="3"] .icon:nth-child(2),
.reviews .item .stars[data-rating="3"] .icon:nth-child(3) {
  color: #FF9960;
}
.reviews .item .stars[data-rating="4"] .icon:nth-child(1),
.reviews .item .stars[data-rating="4"] .icon:nth-child(2),
.reviews .item .stars[data-rating="4"] .icon:nth-child(3),
.reviews .item .stars[data-rating="4"] .icon:nth-child(4) {
  color: #FF9960;
}
.reviews .item .stars[data-rating="5"] .icon {
  color: #FF9960;
}
.reviews .item .stars .icon + .icon {
  margin-left: 8px;
}
.reviews .item .name {
  color: #a1acc2;
  margin-bottom: 4px;
}
.reviews .item .like {
  -webkit-transition: none 0.3s ease;
  transition: none 0.3s ease;
  color: #a1acc2;
  vertical-align: bottom;
  display: inline-block;
  margin-left: 25px;
  line-height: 20px;
  font-size: 15px;
  min-width: 40px;
  cursor: pointer;
  border: 0;
}
.reviews .item .like:hover {
  opacity: 0.8;
}
.reviews .item .like.active {
  color: #E31E24;
}
.reviews .item .like.active:hover {
  opacity: 1;
}
.reviews .item .like.active .icon {
  color: inherit;
}
.reviews .item .like .icon {
  color: #afb8cb;
  vertical-align: middle;
}
.reviews .item .like .icon:before {
  vertical-align: top;
}
.reviews .item .like span {
  margin-left: 6px;
}
.reviews .item .toggle-anchor,
.reviews .item .answer-anchor {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-bottom: 1px dashed #5449BA;
  display: inline-block;
  line-height: 20px;
  cursor: pointer;
  color: #5449BA;
}
.reviews .item .toggle-anchor:hover,
.reviews .item .answer-anchor:hover {
  border-bottom-color: transparent;
  color: #393185;
}
.reviews .item .answer {
  border-left: 3px solid #cad0df;
  padding: 5px 0 5px 25px;
  margin-top: 15px;
}
.reviews .item .answer p {
  margin: 0;
}
.reviews .item p {
  color: #4a4a4a;
  letter-spacing: 0.34px;
  line-height: 25px;
  font-size: 16px;
}
.reviews .item a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-bottom: 1px dashed #5449BA;
  color: #5449BA;
}
.reviews .item a:hover {
  border-bottom-color: transparent;
  color: #393185;
}
.reviews .item .collapsing-box {
  margin-bottom: 10px;
}
.reviews .item .collapsing-box .short-text {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition-delay: 250ms;
          transition-delay: 250ms;
  max-height: 250px;
  overflow: hidden;
}
.reviews .item .collapsing-box .full-text {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
  max-height: 0px;
}
.reviews .item .answer-form {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
  max-height: 0px;
}
.reviews .item .answer-form.active {
  max-height: 250px;
}
.reviews .item .answer-form form {
  padding: 15px 0 10px;
}
.reviews .item .rating {
  margin: 9px 0 0;
  float: right;
}
.reviews .item .rating label.radio {
  padding-left: 25px;
}
.reviews .item .rating label.radio.inline + .radio {
  margin-left: 15px;
}
.reviews .item .rating .icon {
  color: #FF9960;
}
/* --- */
.requisites {
  color: rgba(255, 255, 255, 0.45);
  line-height: 1.83334;
  font-size: 0.85714em;
  margin-bottom: 21px;
}
.bottom-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.bottom-menu li + li {
  margin-top: 14px;
}
.bottom-menu a {
  font-size: 1.14286em;
  line-height: 1.5;
  color: #fff;
}
.bottom-menu ul {
  list-style: none;
  margin: 8px 0 0;
  padding: 0;
}
.bottom-menu ul li + li {
  margin-top: 8px;
}
.bottom-menu ul a {
  color: rgba(255, 255, 255, 0.65);
  font-size: 1.07143em;
  line-height: 1.5;
}
.soc-header {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
  margin-bottom: 0;
}
.soc-header a {
  margin-right: 12px;
  outline: none;
  border-bottom: none;
  font-size: 14px;
}
.soc-header a:hover {
  border-bottom: none;
  opacity: 0.5;
}
.soc-header-mobile a {
  margin-right: 12px;
}
.soc {
  margin: 0;
}
.soc .soc-title {
  display: block;
}
.soc .icon-max svg {
  height: 22px;
  width: 22px;
}
.soc .icon {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline-block;
  vertical-align: top;
  border: 0 !important;
  font-size: 1.5em;
  line-height: 20px;
  margin-top: 7px;
  color: #fff;
  opacity: 0.5;
}
.soc .icon:hover {
  opacity: 1;
}
.soc .icon + .icon {
  margin-left: 12px;
}
.soc .icon.icon-vk {
  font-size: 1.5em;
}
.soc .icon.icon-youtube {
  font-size: 1.5em;
}
.footer-phone {
  display: inline-block;
  font-size: 1.42857em;
  vertical-align: top;
  margin: 6px 0 9px;
  line-height: 1.1;
}
@media (max-width: 768px) {
  .footer-subtext {
    text-align: center;
  }
}
.callback {
  border: 0 !important;
  opacity: 0.75;
  color: #fff;
}
.callback:hover span {
  border-bottom-color: transparent;
}
.callback .icon {
  vertical-align: middle;
  display: inline-block;
  margin-right: 5px;
}
.callback span {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-bottom: 1px dotted #fff;
  line-height: 1;
}
.footer-mail {
  line-height: 1.874995;
  font-size: 1.14286em;
}
.developer {
  margin-bottom: 0;
}
footer {
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.875em;
}
footer .logo {
  margin-bottom: 18px;
  height: 48px;
  width: 210px;
}
footer .catalog-menu {
  border-bottom: none;
  margin-bottom: 8px;
}
footer .catalog-menu:last-child {
  margin-bottom: 0;
}
footer .catalog-menu .catalog-menu-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 12px;
  padding: 0;
  line-height: 1.5;
}
footer .catalog-menu .catalog-menu-head .collapse-anchor-btn {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
footer .catalog-menu .catalog-menu-head .icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 28px;
          flex: 0 0 28px;
  width: 28px;
  height: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 7px;
  border: none;
}
footer .catalog-menu .catalog-menu-head .icon::before {
  content: '\e90f';
  color: #fff;
}
footer .catalog-menu .catalog-menu-head .icon[aria-expanded="true"] {
  background: none;
}
footer .catalog-menu .collapse-wrapper {
  padding-bottom: 30px;
}
footer .catalog-menu a:not(.btn) {
  color: #fff;
  font-size: 1.14286em;
  border: 0;
}
footer .catalog-menu a:not(.btn):hover,
footer .catalog-menu a:not(.btn):active,
footer .catalog-menu a:not(.btn).active {
  color: #E31E24;
}
footer .catalog-menu ul {
  padding: 0 0 8px 40px;
  list-style: none;
  margin: 8px 0 0;
}
footer .catalog-menu ul li + li {
  margin-top: 8px;
}
footer .catalog-menu ul li a:not(.btn) {
  line-height: 1.5;
  font-size: 1.07143em;
  color: rgba(255, 255, 255, 0.65);
}
.mobile-menu {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  background: #393185;
  padding-top: 103px;
  position: fixed;
  z-index: 8;
  left: 100%;
  bottom: 0;
  top: 0;
}
.mobile-menu.active {
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}
.mobile-menu .catalog-menu a:not(.btn) {
  color: #fff;
}
.mobile-menu-wrapper {
  padding: 5px 20px 20px;
  max-height: 100%;
  min-width: 267px;
  overflow: auto;
}
.mobile-menu-wrapper .row {
  margin: 0 -5px;
}
.mobile-menu-wrapper .row .col-xs-6 {
  padding: 0 5px;
}
.mobile-menu-wrapper ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mobile-menu-wrapper ul ul {
  padding: 3px 0 20px 40px;
  opacity: 0.5;
}
.mobile-menu-wrapper ul li {
  position: relative;
}
.mobile-menu-wrapper ul li .notify {
  vertical-align: middle;
  background: #E31E24;
  border-radius: 6px;
  text-align: center;
  line-height: 12px;
  margin-left: 8px;
  min-width: 12px;
  font-size: 8px;
  padding: 0 3px;
}
.mobile-menu-wrapper ul li + li {
  margin-top: 5px;
}
.mobile-menu-wrapper a {
  border: 0 !important;
}
.img404 {
  display: inline-block;
  max-width: 100%;
}
.modal-video .modal-content {
  background: transparent;
  padding: 0;
  border: 0;
}
.modal-video .modal-content .modal-header {
  height: 0;
  margin: 0;
}
.modal-video .modal-content .modal-header .close {
  margin: 3px -40px 0 0;
}
.modal-video .modal-content .modal-header .close:before,
.modal-video .modal-content .modal-header .close:after {
  background: #fff;
}
.modal-video .modal-content .modal-header .close:hover:before,
.modal-video .modal-content .modal-header .close:hover:after {
  background: #E31E24;
}
.modal-video .modal-content .modal-body {
  padding-bottom: 56%;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}
.modal-video .modal-content .modal-body iframe,
.modal-video .modal-content .modal-body video {
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}
.left-menu-wrapper {
  display: none;
}
.scrollTop {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 2px solid #c1c8d9 !important;
  color: #c1c8d9 !important;
  text-align: center;
  line-height: 40px;
  position: fixed;
  font-size: 9px;
  display: none;
  bottom: 200px;
  height: 42px;
  width: 42px;
  right: 50px;
  z-index: 10;
}
.scrollTop:hover {
  border-color: #E31E24 !important;
  color: #E31E24 !important;
}
#spriteSpin {
  margin: 0 auto;
}
.geography-map {
  padding: 20px 0px;
}
.geography-map svg {
  width: 100%;
}
.geography-map svg #MON {
  display: none;
}
.geography-map svg #pin circle {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
  stroke: #fff;
  stroke-width: 0px;
}
.geography-map svg #pin circle[fill="#EA6165"]:hover {
  r: 8;
}
.geography-map svg #pin circle:hover {
  r: 6;
  stroke-width: 2px;
}
.tool-data {
  position: absolute;
  padding: 3px 7px;
  background-color: #2d333d;
  color: #fff;
  border-radius: 5px;
  font-size: 13px;
  -webkit-transform: translate(-50%, -100%);
      -ms-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
}
.tool-data:before {
  content: '';
  border: 10px solid transparent;
  border-top: #2d333d 10px solid;
  border-bottom: 0px;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -3px);
      -ms-transform: translate(-50%, -3px);
          transform: translate(-50%, -3px);
}
.bx-filter-select-block {
  position: relative;
  padding-right: 30px;
}
.bx-filter-select-block:before {
  font-family: 'icomoon', sans-serif;
  font-size: 7px;
  font-weight: bold;
  content: '\e90f';
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.bx-filter-select-text {
  font-size: calc(13px + 3 * (100vw - 480px) / 1440);
  line-height: 26px;
}
.popup-window {
  border-radius: 3px;
  border: 1px solid #D1D6E3;
}
.bx-filter-select-popup {
  max-height: 400px;
  overflow: auto;
  padding: 10px;
  margin: -10px;
}
.bx-filter-select-popup ul li:first-child {
  border-bottom: 0px;
  padding-bottom: 0;
  margin-bottom: 0;
}
.bx-filter-select-popup ul li label {
  padding: 0 10px;
}
.bx-filter-select-popup ul li label:hover {
  background-color: #eff3f7;
  color: #7887A7;
}
.link-custom {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-bottom: 1px dashed #5449BA !important;
  color: #5449BA !important;
}
.link-custom:hover {
  border-bottom-color: transparent !important;
  color: #393185 !important;
}
.structure {
  margin: 20px 0 0;
}
.structure .item {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 25px;
  border-bottom: 0;
  line-height: 1.2;
  font-size: 15px;
  color: #5449BA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.structure .item:hover {
  color: #776ec8;
}
.structure .item:hover .icon {
  opacity: 0.8;
}
.structure .item .icon {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-right: 10px;
}
.structure .item .text {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.content ul,
.content ol {
  margin: 20px 0px;
}
.content ul .h4,
.content ol .h4 {
  margin-bottom: 0;
}
.content ul {
  list-style: none;
}
.content ul li {
  position: relative;
}
.content ul li:before {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #E31E24;
  position: absolute;
  left: -18px;
  top: 8px;
}
.content .h3 {
  margin-bottom: 20px;
}
.bg-white .content a {
  color: #E31E24;
}
.form-mailing {
  background-color: #31363F;
  padding: 30px;
  border-radius: 4px;
}
.form-mailing.margin {
  margin: 44px 0 140px;
}
.form-mailing__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form-mailing h3 {
  font-size: 26px;
  color: #fff;
  margin-bottom: 20px;
}
.form-mailing label {
  color: #fff;
}
.form-mailing__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.form-mailing__item {
  width: 50%;
  padding-right: 20px;
}
.form-mailing__check label.checkbox input:checked + span:before {
  background-color: #31363F;
}
.form-mailing__check label.checkbox span:after {
  top: -10px;
}
.form-mailing__check a {
  color: rgba(255, 255, 255, 0.65);
  border-bottom: none;
}
.form-mailing__check a:hover {
  color: #fff;
  text-decoration: none;
}
.form-mailing__btn {
  padding-top: 27px;
}
.tags-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}
.tags-list span {
  display: inline-block;
  white-space: nowrap;
  font-size: 16px;
  color: #2a2748;
  margin-right: 12px;
}
.tags-list__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% + 20px);
  margin: -5px -10px 0;
}
.tags-list__main a {
  display: inline-block;
  margin: 5px 10px;
  color: #5449BA;
  border-bottom: none;
  font-weight: 500;
  font-size: 16px;
}
.tags-list__main a:hover {
  border-bottom: none;
  color: rgba(84, 73, 186, 0.65);
}
.flex-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex-tag__list {
  margin: 5px -7px;
}
.flex-tag__list span {
  display: inline-block;
  margin: 4px 7px;
  color: #828282;
  font-size: 14px;
}
.fix-callback {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #E31E24;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  font-size: 28px;
  color: #fff;
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 3;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.fix-callback:hover {
  opacity: 0.7;
}
.fix-whats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  position: fixed;
  right: 30px;
  bottom: 115px;
  z-index: 3;
  border-bottom: none !important;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.fix-whats:hover {
  opacity: 0.7;
}
.fix-whats svg {
  width: 60px;
  height: 60px;
}
.header-search {
  display: inline-block;
  width: 189px;
  margin-left: 25px;
  position: relative;
  vertical-align: top;
  -webkit-transform: translateY(-3px);
      -ms-transform: translateY(-3px);
          transform: translateY(-3px);
}
.header-search input {
  width: 100%;
  height: 26px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 12px;
  border: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  color: #fff;
  font-size: 12px;
  padding: 5px 30px 5px 12px;
  outline: none !important;
}
.header-search a {
  position: absolute;
  right: 8px;
  top: 5px;
  width: 16px;
  height: 16px;
  display: block;
  border-bottom: none !important;
}
.header-search a:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.header-search svg {
  width: 16px;
  height: 16px;
}
.header-search-mobile {
  display: inline-block;
  margin-top: 5px;
}
.header-search-mobile svg {
  width: 18px;
  height: 18px;
}
.header-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-flex .header-search-mobile {
  margin-right: 20px;
  margin-left: 0;
}
.header-flex .header-cart-mobile {
  display: block;
  margin-top: 5px;
  margin-right: 20px;
  position: relative;
}
.header-flex .header-cart-mobile .notify {
  background: #E31E24;
  border-radius: 6px;
  text-align: center;
  position: absolute;
  line-height: 12px;
  min-width: 12px;
  font-size: 8px;
  padding: 0 3px;
  right: -6px;
  top: -4px;
}
.search-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 !important;
}
.search-line input {
  border-radius: 3px 0 0 3px;
}
.search-line .btn {
  border-radius: 0 3px 3px 0;
}
.search-result {
  margin-top: 60px;
}
.search-result__item {
  display: block;
  position: relative;
  padding: 15px 60px 15px 25px;
  background-color: #fff;
  border: none !important;
  margin-bottom: 20px;
  -webkit-box-shadow: 0px 10px 35px rgba(77, 72, 132, 0.07);
          box-shadow: 0px 10px 35px rgba(77, 72, 132, 0.07);
  border-radius: 4px;
}
.search-result__item:hover {
  -webkit-box-shadow: 0px 10px 35px rgba(77, 72, 132, 0.2);
          box-shadow: 0px 10px 35px rgba(77, 72, 132, 0.2);
}
.search-result__item .icon-download {
  color: #E31E24;
  font-size: 25px;
  position: absolute;
  top: 30px;
  right: 25px;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.search-result__item span {
  color: #E31E24;
  font-weight: 700;
  margin: 0 5px;
}
.search-result__item h3 {
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 10px;
}
.search-result__item p {
  color: #31363F;
  font-size: 16px;
}
.search-result .pagination {
  margin-top: 50px;
}
.search-no-result {
  text-align: center;
  margin: 60px 0;
}
.search-no-result h1 {
  font-size: 40px;
  margin-bottom: 40px;
}
.search-no-result img {
  max-width: 100%;
}
.info-list_item {
  -webkit-column-gap: 18px;
     -moz-column-gap: 18px;
          column-gap: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.info-list_item-icon {
  -webkit-box-shadow: 0 10px 35px rgba(77, 72, 132, 0.07);
          box-shadow: 0 10px 35px rgba(77, 72, 132, 0.07);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  background: #fff;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50px;
          flex: 0 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  width: 50px;
}
.info-list_item-icon .icon {
  height: 18px;
  width: 18px;
}
.info-list_item-icon .icon svg {
  height: 100%;
  width: 100%;
}
.info-list_item-text {
  line-height: 24px;
  font-size: 14px;
}
.info-list_item-text a,
.info-list_item-text a:hover {
  color: #E31E24;
}
.info-list_item-text p + p {
  margin-top: 12px;
}
.search-row {
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .search-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.search-col {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.search-col:first-child {
  max-width: 220px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (max-width: 767px) {
  .search-col {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
  .search-col:first-child {
    max-width: none;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
}
.catalog-section-new {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow: hidden;
}
@media (max-width: 991px) {
  .catalog-section-new {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.catalog-section-new .item {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 calc(33.3% - 30px);
          flex: 1 0 calc(33.3% - 30px);
  border-radius: 3px;
  padding: 30px;
  border: 0;
}
@media (max-width: 991px) {
  .catalog-section-new .item {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
  }
}
.catalog-section-new .item.blue {
  background: #2181D0;
}
.catalog-section-new .item.blue::before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(57, 49, 133, 0)), to(#2181D0));
  background: linear-gradient(180deg, rgba(57, 49, 133, 0) 0%, #2181D0 100%);
}
.catalog-section-new .item.violet {
  background: #393185;
}
.catalog-section-new .item.violet::before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(57, 49, 133, 0)), to(#393185));
  background: linear-gradient(180deg, rgba(57, 49, 133, 0) 0%, #393185 100%);
}
.catalog-section-new .item.orange {
  background: #f58005;
}
.catalog-section-new .item.orange::before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(57, 49, 133, 0)), to(#f58005));
  background: linear-gradient(180deg, rgba(57, 49, 133, 0) 0%, #f58005 100%);
}
.catalog-section-new .item.green {
  background: #64b161;
}
.catalog-section-new .item.green::before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(57, 49, 133, 0)), to(#64b161));
  background: linear-gradient(180deg, rgba(57, 49, 133, 0) 0%, #64b161 100%);
}
.catalog-section-new .item .icon img {
  max-width: 52px;
  max-height: 52px;
}
.catalog-section-new .item .txt h3 {
  margin: 0.5em 0 0.5em;
  font-size: 22px;
  color: #fff;
}
.catalog-section-new .item .txt p {
  font-size: 14px;
  line-height: 19px;
}
.catalog-section-new .item::after {
  position: absolute;
  z-index: 5;
  left: 50%;
  bottom: 0;
  white-space: nowrap;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  content: 'Перейти к товарам';
  padding: 12px 25px;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #FFFFFF;
  border: 1px solid #fff;
  border-radius: 24px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.catalog-section-new .item::before {
  content: '';
  position: absolute;
  z-index: 2;
  top: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.catalog-section-new .item:hover {
  color: #fff;
}
.catalog-section-new .item:hover::after {
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  bottom: 30px;
}
.catalog-section-new .item:hover::before {
  top: 0;
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.catalog-section-new:before {
  content: '';
  position: absolute;
  top: 30px;
  left: 70px;
  right: 70px;
  height: 100%;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 10px 35px rgba(77, 72, 132, 0.09);
          box-shadow: 0px 10px 35px rgba(77, 72, 132, 0.09);
  border-radius: 5px;
}
.mt-4 {
  margin-top: 24px;
}
@media (max-width: 991px) {
  .mt-4 {
    margin-top: 16px;
  }
}
.mb-4 {
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .mb-4 {
    margin-bottom: 16px;
  }
}
.mt-5 {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .mt-5 {
    margin-top: 30px;
  }
}
.mb-5 {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .mb-5 {
    margin-bottom: 30px;
  }
}
.order-box {
  overflow: hidden;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.order-box__item {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.order-box__item:first-child {
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}
.order-box__item:first-child.active {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.order-box__item:last-child {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.order-box__item:last-child.active {
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}
.order-box__item .btn {
  padding: 3px 10px;
  line-height: 34px;
}
.order-box__item .btn b,
.order-box__item .btn > span {
  line-height: 17px;
  display: block;
}
.order-box__item .btn span {
  font-size: 14px;
}
.order-box__item .count-btn,
.order-box__item .order-count {
  text-align: center;
  line-height: 24px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 42px;
          flex: 0 0 42px;
  width: 42px;
  margin: 0;
}
.order-box__item .count-btn {
  background: rgba(84, 73, 186, 0.15);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: none;
  padding: 0;
}
.order-box__item .count-btn:hover {
  background: #D1D6E3;
}
.order-form {
  padding: 30px 40px 14px;
  border-radius: 4px;
  background: #fff;
}
@media (max-width: 414px) {
  .order-form {
    padding: 20px 20px 4px;
  }
}
.order-form__shadow {
  -webkit-box-shadow: 0 2px 35px rgba(79, 79, 79, 0.1);
          box-shadow: 0 2px 35px rgba(79, 79, 79, 0.1);
  padding: 26px 42px 30px;
  margin-bottom: 26px;
  border-radius: 4px;
}
@media (max-width: 414px) {
  .order-form__shadow {
    padding: 20px;
  }
}
.order-form + .order-form {
  margin-top: 30px;
}
.order-header {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 24px;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.order-header h3 {
  line-height: 18px;
  margin: 0;
}
.order-total-counter {
  font-size: 1.33019em;
  line-height: 18px;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.order-table {
  margin: 20px 0;
}
.order-table th,
.order-table td {
  vertical-align: middle;
}
.order-table th {
  background: transparent;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
}
.order-table th:nth-child(2) {
  text-align: left;
  width: 100%;
}
@media (max-width: 767px) {
  .order-table thead {
    display: none;
  }
  .order-table tbody,
  .order-table tr,
  .order-table td,
  .order-table th {
    display: block;
  }
  .order-table tr {
    border-bottom: 1px solid #D1D6E3;
    padding: 16px 0;
  }
  .order-table td,
  .order-table th {
    border-bottom: none;
    padding: 3px 0;
  }
  .order-table .order-box__item {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 10px;
  }
  .order-table .order-remove {
    margin: auto;
  }
  .order-table img {
    margin: 0 10px 0 0;
    float: left;
  }
}
.order-table a {
  color: #5449BA;
}
.order-table img {
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  height: 70px;
  width: 70px;
}
.order-remove {
  width: 24px;
  height: 24px;
  display: block;
  position: relative;
  border: none !important;
  outline: none;
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.order-remove:hover,
.order-remove:active {
  text-decoration: none;
  opacity: 0.5;
}
.main-articles {
  margin: 32px 0;
}
.main-articles .btn {
  margin-top: 30px;
  border-radius: 24px;
}
.articles-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 30px;
}
.articles-card {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  background: #fff;
  -webkit-box-shadow: 0px 10px 45px rgba(57, 49, 133, 0.15);
          box-shadow: 0px 10px 45px rgba(57, 49, 133, 0.15);
  border-radius: 4px;
}
.articles-card:hover {
  -webkit-box-shadow: 0px 10px 45px rgba(57, 49, 133, 0.25);
          box-shadow: 0px 10px 45px rgba(57, 49, 133, 0.25);
}
.articles-card:hover .articles-top img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.articles-card .articles-top {
  all: unset;
  display: block;
  width: 100%;
  height: 200px;
  overflow: hidden;
  cursor: pointer;
  border-radius: 4px 4px 0 0;
}
.articles-card .articles-top:hover {
  border-bottom: none;
}
.articles-card .articles-top img {
  -webkit-transition: all 800ms ease;
  transition: all 800ms ease;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.articles-card .articles-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 16px;
}
.articles-card .articles-body h3 {
  margin: 0 0 12px;
}
.articles-card .articles-body p {
  margin: 0;
  font-size: 14px;
}
.articles-card .articles-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  border-top: 1px solid #e8e8e8;
  padding: 16px 0;
  margin: 0 16px;
}
.articles-card .articles-footer a {
  color: #5449BA;
}
.articles-card .articles-footer a:hover {
  color: #5449BA;
}
.article-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
.article .article-text * {
  margin: 0;
}
.article iframe {
  width: 100%;
  height: 100%;
  min-height: 400px;
  margin-bottom: 30px;
}
@media screen and (max-width: 576px) {
  .article iframe {
    min-height: 300px;
  }
}
.article .article-main-image {
  width: 100%;
  max-width: 770px;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 24px;
}
.article .article-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .article .article-list {
    gap: 0;
  }
}
.article .article-list .article-elem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 48px;
}
@media screen and (max-width: 992px) {
  .article .article-list .article-elem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
}
.article .article-list .article-elem .article-item {
  width: 50%;
  text-align: end;
}
@media screen and (max-width: 992px) {
  .article .article-list .article-elem .article-item {
    width: 100%;
    text-align: start;
  }
}
.article .article-list .article-elem .article-item .article-image-area {
  width: 100%;
  height: 100%;
}
.article .article-list .article-elem .article-item .article-image-area img {
  margin: 0;
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.article .article-list .article-elem .article-item h3 {
  margin: 0 0 24px;
}
.article .article-list .article-elem .article-item p {
  margin: 0 0 12px;
  font-size: 14px;
}
.article .article-list .article-elem:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 992px) {
  .article .article-list .article-elem:nth-child(2n) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.article .article-list .article-elem:nth-child(2n) .article-item {
  text-align: start;
}
.go-back {
  color: #949AA5;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.go-back svg {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  height: 16px;
}
.go-back svg path {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.go-back:hover {
  color: #5449BA;
}
.go-back:hover svg {
  -webkit-transform: translateX(-4px);
      -ms-transform: translateX(-4px);
          transform: translateX(-4px);
}
.go-back:hover svg path {
  stroke: #5449BA;
}
.section-survey h2 a {
  color: inherit;
  border-color: #E31E24;
}
.section-survey fieldset {
  margin: 0;
}
.section-survey .radio-wrap {
  margin-top: 26px;
}
.section-survey .radio-wrap .form-group {
  margin-top: 26px;
  margin-bottom: 0;
}
.section-survey .text-unrest {
  display: none;
  color: #E31E24;
  margin-top: 12px;
}
.section-survey .text-unrest.show {
  display: block;
}
.section-survey .form-action {
  margin-top: 55px;
}
.features-plate__list {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
@media (min-width: 992px) {
  .features-plate__list.col-3 {
    gap: 30px;
  }
}
.features-plate__list.col-3 .features-plate {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  width: 100%;
}
@media (min-width: 575px) {
  .features-plate__list.col-3 .features-plate {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(50% - 8px);
            flex: 1 1 calc(50% - 8px);
    width: calc(50% - 8px);
  }
}
@media (min-width: 992px) {
  .features-plate__list.col-3 .features-plate {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc((100% / 3) - ((30px / 3) * 2));
            flex: 1 1 calc((100% / 3) - ((30px / 3) * 2));
    width: calc((100% / 3) - ((30px / 3) * 2));
  }
}
@media (min-width: 575px) {
  .features-plate__list .features-plate {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(50% - 8px);
            flex: 1 1 calc(50% - 8px);
    width: calc(50% - 8px);
  }
}
.features-plate {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 4px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px;
  gap: 16px;
}
@media (min-width: 992px) {
  .features-plate {
    padding: 32px 30px;
    gap: 24px;
  }
}
.features-plate.center {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  padding: 0;
  gap: 16px;
}
@media (min-width: 992px) {
  .features-plate.center .features-plate__icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
    height: 100px;
    width: 100px;
  }
}
.features-plate__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70px;
          flex: 0 0 70px;
  height: 70px;
  width: 70px;
}
.features-plate__icon img {
  margin: 0;
}
.features-plate__icon svg {
  display: block;
  height: 100%;
  width: 100%;
}
.features-plate__text {
  line-height: normal;
  font-weight: 400;
  font-size: 18px;
}
@media (min-width: 992px) {
  .features-plate__text {
    font-size: 24px;
  }
}
.features-plate__desc {
  line-height: normal;
  color: #7887A7;
  font-weight: 400;
  font-size: 14px;
}
@media (min-width: 992px) {
  .features-plate__desc {
    font-size: 16px;
  }
}
.card-list {
  margin-bottom: 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
@media (min-width: 992px) {
  .card-list {
    margin-bottom: 0;
  }
}
.card-list__item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(50% - 8px);
          flex: 1 1 calc(50% - 8px);
  width: calc(50% - 8px);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.card-list__img {
  overflow: hidden;
  width: 100%;
}
.card-list__img img {
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  height: 115px;
  width: 100%;
}
.card-list__text {
  line-height: normal;
  text-align: center;
  font-weight: 400;
  margin-top: 16px;
  font-size: 18px;
}
.benefits-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.benefits-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  height: auto;
  max-width: 250px;
}
.benefits-card:not(:last-child) {
  margin-right: auto;
}
.benefits-card h3 {
  margin: 0;
  color: #382e94;
  font-size: 26px;
  font-weight: 700;
}
.benefits-card img {
  max-width: 220px;
}
.benefits-card p {
  color: #382e94;
  font-weight: 600;
  font-size: 20px;
}
.steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
.steps-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
.steps-item p {
  margin: 0;
}
.steps-item .h3 {
  margin: 0;
}
.steps-item ol,
.steps-item ul {
  margin: 0;
}
@media screen and (min-width: 1200px) {
  .container {
    padding: 0;
  }
  .footer-contacts,
  .developer {
    margin-left: -10px;
  }
  .col-lg-3:nth-child(4n+1) {
    clear: both;
  }
  .col-lg-4:nth-child(3n+1) {
    clear: both;
  }
  .mobile-menu .sandwich {
    display: none;
  }
  .mobile-menu.active .sandwich {
    display: block;
    position: fixed;
    top: 20px;
    right: 20px;
  }
  .mobile-menu-open {
    overflow: inherit!important;
  }
}
@media screen and (max-width: 1320px) {
  .important-info {
    margin: 0 20px;
  }
  .important-info .slick-next {
    right: -50px;
  }
  .important-info .slick-prev {
    left: -50px;
  }
}
@media screen and (max-width: 1199px) {
  .logo {
    height: 60px;
    width: 230px;
  }
  .header-line {
    margin: 0px;
  }
  .infographics .item .text {
    font-size: 15px;
  }
  .catalog-section {
    padding: 15px 20px 20px;
  }
  .catalog-section .item {
    width: calc(25% - 20px);
    height: 152px;
  }
  .catalog-section .item:hover .title {
    top: 30%;
  }
  .catalog-section .item:hover .desc {
    top: 50%;
  }
  .catalog-section .item.title {
    padding: 30px 30px 30px 105px;
    width: calc(50% - 20px);
    margin: 10px;
  }
  .catalog-section .item.title .icon {
    font-size: 52px;
    left: 30px;
    top: 40px;
  }
  .catalog-section .item.title p {
    line-height: 1.35714;
    font-size: 12px;
  }
  .catalog-section .item .title,
  .catalog-section .item .desc {
    padding: 0 30px;
  }
  .catalog-section .item .title {
    line-height: 1.35714;
    font-size: 15px;
  }
  .catalog-section .item .desc {
    line-height: 1.35714;
    font-size: 12px;
  }
  .special-offers-slider .slide {
    width: 293px !important;
  }
  .project-slider .slide {
    background-size: contain;
    margin: 0 15px;
    height: 80px;
  }
  .news-section:after {
    margin-left: 250px;
  }
  .news-previews .item {
    padding-bottom: 86%;
  }
  .news-previews .item.bg {
    padding-bottom: 87.36%;
  }
  .news-previews .item .card-tag {
    bottom: 12px;
    left: 20px;
  }
  .news-previews .item.big {
    padding-bottom: 87.975%;
  }
  .news-previews .item.big .card-tag {
    left: 30px;
  }
  .news-previews .item.big .date {
    right: 30px;
    left: 30px;
    top: 30px;
  }
  .news-previews .item.big .title {
    max-height: 413px;
    right: 30px;
    left: 30px;
  }
  .news-previews .item .date {
    right: 20px;
    left: 20px;
    top: 20px;
  }
  .news-previews .item .title {
    line-height: 26px;
    max-height: 144px;
    font-size: 21px;
    right: 20px;
    left: 20px;
    top: 95px;
  }
  .product-slider {
    padding-bottom: 75%;
  }
  .product-previews-wrapper .product-previews {
    height: 130px;
  }
  .product-previews-wrapper .item {
    height: 104px;
    width: 163px;
  }
  footer .logo {
    margin-bottom: 0;
    float: left;
  }
  .requisites {
    margin-left: 25px;
    float: left;
  }
  .soc {
    text-align: right;
    float: right;
  }
  .soc .icon-max svg {
    height: 17px;
    width: 17px;
  }
  .bottom-menu {
    position: relative;
    margin: 5px 0;
    z-index: 1;
  }
  .bottom-menu ul li {
    margin: 8px 0 0;
    display: block;
  }
  .bottom-menu li {
    display: inline-block;
    margin: 6px 15px 0 0;
  }
  .footer-contacts,
  .developer {
    text-align: right;
  }
  .scrollTop {
    bottom: 10px;
    right: 35px;
  }
  .col-lg-3:nth-child(4n+1) {
    clear: none;
  }
  .col-md-4:nth-child(3n+1) {
    clear: both;
  }
  .mobile-menu .sandwich {
    display: none;
  }
  .mobile-menu.active .sandwich {
    display: block;
    position: fixed;
    top: 20px;
    right: 20px;
  }
  .mobile-menu-open {
    overflow: inherit!important;
  }
  .fix-callback {
    right: 27px;
    bottom: 30px;
  }
  .fix-whats {
    right: 27px;
    bottom: 115px;
  }
}
@media screen and (max-width: 991px) {
  .mobile-menu .sandwich {
    display: none;
  }
  .mobile-menu.active .sandwich {
    display: block;
    position: fixed;
    top: 20px;
    right: 20px;
  }
  .main-bg {
    height: auto;
  }
  .infographics {
    position: relative;
    bottom: auto;
  }
  .infographics .item .img-box {
    height: 76px;
    width: 76px;
  }
  .infographics .item .img-box .icon {
    font-size: 30px;
  }
  .infographics .item .img-box .img-text {
    font-size: 9px;
  }
  .infographics .item .img-box .img-text + .icon {
    font-size: 27px;
  }
  .infographics .item .text {
    margin-left: 90px;
    font-size: 11px;
  }
  .infographics .item .text .plus {
    font-size: 16px;
  }
  .infographics .item .text big {
    font-size: 28px;
  }
  .infographics .item .text sup {
    font-size: 14px;
  }
  .catalog-section {
    padding: 10px;
  }
  .catalog-section .item {
    width: calc(25% - 10px);
    height: 140px;
    margin: 5px;
  }
  .catalog-section .item:hover .title {
    top: 30%;
  }
  .catalog-section .item:hover .desc {
    top: 50%;
  }
  .catalog-section .item.title {
    padding: 15px 15px 15px 70px;
    width: calc(50% - 10px);
    margin: 5px;
  }
  .catalog-section .item.title .catalog-section-icon,
  .catalog-section .item.title .icon {
    width: 40px;
    left: 15px;
    top: 20px;
  }
  .catalog-section .item.title p {
    line-height: 1.35714;
    font-size: 12px;
  }
  .catalog-section .item .title,
  .catalog-section .item .desc {
    padding: 0 15px;
  }
  .catalog-section .item .title {
    line-height: 1.35714;
    font-size: 14px;
  }
  .catalog-section .item .desc {
    line-height: 1.35714;
    font-size: 11px;
  }
  .main-about {
    margin: 0;
  }
  .main-about .main-about-img {
    float: none;
    width: 100%;
    margin: 0;
  }
  .main-about .main-about-slider {
    margin: 0 0 30px;
  }
  .special-offers-section:after {
    margin-left: 100px;
  }
  .special-offers-slider {
    margin: 0 -15px;
  }
  .special-offers-slider .slide {
    width: 315px !important;
  }
  .project-slider {
    margin: 0 20px 20px;
  }
  .project-slider .slide {
    background-size: contain;
    margin: 0 30px;
    height: 70px;
  }
  .news-section:after {
    margin-left: 100px;
  }
  .news-previews .item {
    padding-bottom: 93.1%;
  }
  .news-previews .item.bg {
    padding-bottom: 95%;
  }
  .news-previews .item .card-tag {
    bottom: 10px;
    left: 15px;
  }
  .news-previews .item.big {
    padding-bottom: 95.2%;
  }
  .news-previews .item.big .title {
    max-height: 296px;
    bottom: 30px;
  }
  .news-previews .item .date {
    right: 15px;
    left: 15px;
    top: 20px;
  }
  .news-previews .item .title {
    line-height: 20px;
    max-height: 80px;
    font-size: 16px;
    right: 15px;
    left: 15px;
    top: 75px;
  }
  .reg-form {
    padding: 15px;
  }
  .product-slider {
    padding-bottom: 120%;
  }
  .product-previews-wrapper .product-previews {
    height: 126px;
  }
  .product-previews-wrapper .item {
    height: 100px;
    width: 159px;
  }
  .promo-img img {
    -webkit-transform: translate(-50%, 0) scale(0.75);
        -ms-transform: translate(-50%, 0) scale(0.75);
            transform: translate(-50%, 0) scale(0.75);
  }
  .projects-preview .projects-filter .row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .projects-preview .projects-filter .row .col.long {
    width: 100%;
  }
  .projects-preview .projects-filter .row .col.long .form-group {
    margin-bottom: 17.33333333px;
  }
  .projects-preview .projects-filter .row .col .btn-responsive {
    margin-top: 20px;
    width: 100%;
  }
  .dealers .item .img {
    padding: 15px;
    height: 90px;
    width: 125px;
  }
  .dealers .item .text {
    margin-left: 140px;
  }
  .dealers .item .text .title {
    line-height: 22px;
    font-size: 17px;
  }
  .contacts .item .img {
    background-size: cover;
    height: 80px;
    width: 80px;
    float: left;
    padding: 0;
    margin: 0;
  }
  .contacts .item .name {
    padding: 0;
  }
  .contacts .item *:not(.img) {
    margin-left: 100px;
    text-align: left;
    display: block;
  }
  .contacts_custom .item *:not(.img) {
    margin-left: 0;
  }
  .left-menu-wrapper {
    position: relative;
    padding-top: 63px;
    display: block;
  }
  .left-menu-wrapper .container {
    width: auto;
  }
  .left-menu-wrapper .catalog-menu .collapse-anchor {
    line-height: 70px;
  }
  .left-menu-sandwich {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    max-width: none !important;
    background: #D1D6E3;
    position: absolute;
    display: block;
    z-index: 2;
    margin: 0;
    right: 0;
    left: 0;
    top: 0;
  }
  .left-menu-sandwich:before {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: #5449BA;
    position: absolute;
    content: '';
    z-index: 0;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
  }
  .left-menu-sandwich .sandwich-text {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-left: 10px;
    font-size: 20px;
    color: #fff;
  }
  .left-menu-sandwich .container {
    position: relative;
    z-index: 1;
    margin: 0;
  }
  .left-menu-sandwich .left-menu-sandwich-wrapper span {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  #left-menu-switch:checked + .left-menu-sandwich:before {
    bottom: 100%;
  }
  #left-menu-switch:checked + .left-menu-sandwich.fixed + .accordion {
    height: calc(100% - 87px);
    overflow: auto;
  }
  #left-menu-switch:checked + .left-menu-sandwich + .accordion {
    height: calc(100vh - 87px);
    max-height: 1000px;
    overflow: auto;
  }
  #left-menu-switch:checked + .left-menu-sandwich .left-menu-sandwich-wrapper span {
    background: #2a2748;
  }
  #left-menu-switch:checked + .left-menu-sandwich .left-menu-sandwich-wrapper span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 7px;
  }
  #left-menu-switch:checked + .left-menu-sandwich .left-menu-sandwich-wrapper span:nth-child(2) {
    margin-left: 50%;
    width: 0;
  }
  #left-menu-switch:checked + .left-menu-sandwich .left-menu-sandwich-wrapper span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 7px;
  }
  #left-menu-switch:checked + .left-menu-sandwich .sandwich-text {
    color: #2a2748;
  }
  #left-menu-switch + .left-menu-sandwich + .accordion {
    -webkit-transition: max-height 300ms ease;
    transition: max-height 300ms ease;
    background: #D1D6E3;
    position: absolute;
    overflow: hidden;
    max-height: 0;
    z-index: 1;
    top: 100%;
    right: 0;
    left: 0;
  }
  #left-menu-switch + .left-menu-sandwich + .accordion .catalog-menu:last-child {
    border-bottom: 0;
    margin-bottom: 0;
  }
  #left-menu-switch + .left-menu-sandwich.fixed {
    position: fixed;
    z-index: 7;
    right: 0;
    left: 0;
    top: 87px;
  }
  #left-menu-switch + .left-menu-sandwich.fixed + .accordion {
    position: fixed;
    z-index: 6;
    top: 87px;
    right: 0;
    left: 0;
  }
  #left-menu-switch + .left-menu-sandwich:not(.fixed) + .accordion .container {
    width: auto;
  }
  .scrollTop {
    display: none !important;
  }
  .col-lg-4:nth-child(3n+1) {
    clear: none;
  }
  .col-md-4:nth-child(3n+1) {
    clear: none;
  }
  .col-sm-6:nth-child(2n+1) {
    clear: both;
  }
  .fix-callback {
    right: 20px;
    bottom: 20px;
  }
  .fix-whats {
    right: 20px;
    bottom: 100px;
  }
  .search-no-result {
    text-align: center;
    margin: 50px 0;
  }
  .search-no-result h1 {
    font-size: 32px;
    margin-bottom: 40px;
  }
  .header-search {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .benefits-card:not(:last-child) {
    margin-right: unset;
  }
  .benefits-card:first-child {
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .mobile-menu .sandwich {
    display: none;
  }
  .mobile-menu.active .sandwich {
    display: none;
  }
  body.mobile-menu-open {
    overflow: hidden !important;
  }
  body.mobile-menu-open .scrollHead {
    background-color: transparent;
  }
  body.mobile-menu-open header {
    background: transparent;
  }
  table th,
  table td {
    padding: 7px 10px;
  }
  .floater .floater-one {
    float: none !important;
  }
  .floater .floater-one + .floater-one {
    margin: 20px 0;
  }
  .nav-tabs {
    margin-bottom: 30px;
    border: 0;
  }
  .nav-tabs li {
    display: block;
    float: none;
  }
  .nav-tabs li + li {
    margin: 0;
  }
  .nav-tabs li a {
    text-align: center;
    padding: 10px 15px;
    margin: 0;
  }
  #description .sert {
    margin: 20px 0 0;
    float: none;
  }
  .map {
    padding-bottom: 100%;
  }
  .breadcrumb {
    margin-bottom: 3px;
  }
  .header-top {
    display: none;
  }
  .logo {
    height: 50px;
    width: 210px;
  }
  .sandwich {
    padding: 19px 0;
  }
  .main-bg {
    padding-bottom: 30px;
    height: auto;
  }
  .main-bg h1,
  .main-bg .h1 {
    margin: 25px 0;
  }
  .infographics {
    position: relative;
    bottom: auto;
  }
  .infographics .item {
    margin-bottom: 25px;
  }
  .infographics .item .img-box {
    height: 66px;
    width: 66px;
  }
  .infographics .item .img-box .icon {
    font-size: 27px;
  }
  .infographics .item .img-box .img-text {
    font-size: 7px;
  }
  .infographics .item .img-box .img-text + .icon {
    font-size: 22px;
  }
  .catalog-section .item {
    width: calc(100% - 10px);
    min-height: 140px;
    height: auto;
  }
  .catalog-section .item.title {
    width: calc(100% - 10px);
  }
  .catalog-section .item:hover:before {
    height: 100%;
    top: 0;
  }
  .catalog-section .item:hover:after {
    display: none;
  }
  .catalog-section .item:hover .title {
    color: #fff;
    top: 50%;
  }
  .catalog-section .item:hover .desc {
    display: none;
  }
  .left-menu {
    border: 1px solid #D1D6E3;
    padding-top: 40px;
    height: 42px;
    border-radius: 4px;
    background: #fff;
  }
  .left-menu.open {
    border-radius: 4px 4px 0 0;
  }
  .left-menu.open ul {
    border-color: #D1D6E3;
    background: #fff;
    margin-top: 1px;
  }
  .left-menu.open ul li:last-child a {
    border-color: #D1D6E3;
  }
  .left-menu.open ul li:nth-child(5) a {
    border-bottom: 1px solid #D1D6E3;
    border-radius: 0 0 4px 4px;
  }
  .left-menu.open ul li.active + *:not(:last-child) a,
  .left-menu.open ul li.active + * + *:not(:last-child) a,
  .left-menu.open ul li.active + * + * + *:not(:last-child) a,
  .left-menu.open ul li.active + * + * + * + *:not(:last-child) a {
    border-right: 1px solid #D1D6E3;
    border-left: 1px solid #D1D6E3;
    border-radius: 0;
    border-bottom: 0;
  }
  .left-menu.open ul li.active a {
    border-radius: 4px 4px 0 0;
    border: 0 !important;
  }
  .left-menu.open ul li.exit {
    padding-top: 0;
  }
  .left-menu.open ul li a {
    border-color: #D1D6E3;
    line-height: 40px;
    color: #31363F;
    background: #fff;
  }
  .left-menu ul {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: transparent;
    margin-right: -1px;
    margin-left: -1px;
    border-radius: 0;
    position: static;
    border: 0;
    height: 0;
  }
  .left-menu ul li {
    position: static;
  }
  .left-menu ul li:first-child:before {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-top: 5px solid #D1D6E3;
    margin-bottom: 17px;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    margin-right: 10px;
    position: absolute;
    border-bottom: 0;
    display: block;
    content: '';
    z-index: 1;
    bottom: 0;
    right: 0;
  }
  .left-menu ul li:last-child a {
    border-bottom: 1px solid transparent;
    border-radius: 0 0 4px 4px;
  }
  .left-menu ul li.active a {
    line-height: 40px;
    border-radius: 4px;
    color: #31363F;
    position: absolute;
    border: 0;
    bottom: 0;
    right: 0;
    left: 0;
  }
  .left-menu ul li.active a:before {
    display: none;
  }
  .left-menu ul li + li {
    margin-top: 0;
  }
  .left-menu ul li a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-right: 1px solid transparent;
    border-left: 1px solid transparent;
    background: transparent;
    color: transparent;
    position: relative;
    line-height: 0px;
    overflow: hidden;
    padding: 0 15px;
    display: block;
  }
  .main-about .main-about-text ul.half {
    float: none;
    width: 100%;
    margin: 0;
  }
  .main-about .main-about-slider {
    margin: 15px 0;
    height: 232px;
  }
  .main-about .main-about-slogan {
    line-height: 1.3;
    font-size: 1.5em;
    margin: 0;
  }
  .main-about .main-about-video {
    padding-bottom: 56%;
    margin: 15px 0;
    height: auto;
  }
  .special-offers-section:after {
    display: none;
  }
  .special-offers-slider {
    margin: 0 -15px;
  }
  .special-offers-slider .slick-list {
    padding: 0 15px;
  }
  .special-offers-slider .slide {
    width: calc(100vw - 30px) !important;
    margin: 0 0 30px;
  }
  .news-section:after {
    display: none;
  }
  .news-previews .item {
    padding: 20px;
  }
  .news-previews .item .card-tag {
    position: relative;
    bottom: 0px;
    left: 0px;
    width: calc(100% + 14px);
  }
  .news-previews .item.bg {
    padding: 20px;
  }
  .news-previews .item.bg .card-tag {
    left: 0;
  }
  .news-previews .item.big {
    padding: 20px;
  }
  .news-previews .item.big .date {
    margin-bottom: 20px;
    position: relative;
    line-height: 1.1;
    font-size: 16px;
    right: auto;
    left: auto;
    top: auto;
  }
  .news-previews .item.big .date .small {
    font-size: 11px;
  }
  .news-previews .item.big .title {
    position: relative;
    line-height: 20px;
    max-height: none;
    font-size: 18px;
    bottom: auto;
    right: auto;
    left: auto;
    top: auto;
  }
  .news-previews .item .date {
    margin-bottom: 20px;
    position: relative;
    line-height: 1.1;
    font-size: 16px;
    right: auto;
    left: auto;
    top: auto;
  }
  .news-previews .item .date .small {
    font-size: 11px;
  }
  .news-previews .item .title {
    position: relative;
    line-height: 20px;
    max-height: none;
    font-size: 18px;
    bottom: auto;
    right: auto;
    left: auto;
    top: auto;
  }
  .shadow-form {
    padding: 15px;
  }
  .product-previews-wrapper {
    margin: 28px -14px;
  }
  .product-previews-wrapper .item {
    width: calc(50vw - 30px);
    margin: 0 14px;
  }
  .file-box {
    padding: 16px 23px 16px 60px;
  }
  .file-box .file-icon {
    font-size: 36px;
    left: 18px;
  }
  .file-box .file-title {
    line-height: 20px;
    font-size: 16px;
  }
  .file-box .file-info {
    line-height: 15px;
    font-size: 12px;
  }
  .file-box .file-actions {
    padding: 6px;
  }
  .file-box .file-view {
    margin-left: 21px;
  }
  .promo-box {
    display: block;
  }
  .promo-text,
  .promo-img {
    width: 100%;
  }
  .promo-img {
    margin-top: 30px;
  }
  .promo-img img {
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 100%;
  }
  .parameters .item + .item {
    margin-top: 20px;
  }
  .parameters .item .parameter {
    font-size: 13px;
  }
  .parameters .item .desc {
    font-size: 18px;
  }
  .promo-desc .row {
    display: block;
  }
  .call-to-order p {
    font-size: 130%;
  }
  .projects-filter {
    padding: 15px;
  }
  .projects-filter.fill .row {
    display: block;
  }
  .projects-filter .row {
    margin: 0 -15px;
    display: block;
  }
  .projects-filter .row .col {
    padding: 0 15px;
    width: 100% !important;
  }
  .projects-filter .row .col .form-group {
    margin-bottom: 17.33333333px;
  }
  .dealers .item .img {
    padding: 10px;
    height: 75px;
    width: 105px;
  }
  .dealers .item .text {
    margin-left: 118px;
    font-size: 12px;
  }
  .dealers .item .text .title {
    line-height: 18px;
    font-size: 14px;
  }
  .dealers .item .text p {
    margin: 0;
  }
  .dealers .item .text p + p {
    margin-top: 8px;
  }
  .contacts {
    padding: 0;
  }
  .contacts .item {
    margin-bottom: 25px;
  }
  .contacts .item .name {
    line-height: 22px;
    font-size: 18px;
  }
  .contacts_custom .item *:not(.img) {
    margin-left: 0;
  }
  footer .logo {
    margin: 0 auto 20px;
    float: none;
  }
  footer .requisites {
    display: none;
  }
  .soc {
    margin-bottom: 20px;
    text-align: center;
    float: none;
  }
  .footer-contacts,
  .developer {
    text-align: center;
  }
  .mobile-menu {
    padding-top: 86px;
  }
  .mobile-menu-wrapper {
    width: 100vw;
  }
  .modal-video .modal-content .modal-header .close {
    margin: -5px -5px 0 -15px;
    position: relative;
    z-index: 1;
  }
  .form-mailing.margin {
    margin: 44px 0 40px;
  }
  .form-mailing h3 {
    font-size: 18px;
    line-height: 1.3;
  }
  .form-mailing__wrapper {
    display: block;
  }
  .form-mailing__btn {
    padding-top: 25px;
  }
  .form-mailing__item {
    padding-right: 0;
    width: calc(50% - 10px);
  }
  .form-mailing__item:first-of-type {
    margin-right: 20px;
  }
  .search-line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .search-line input {
    border-radius: 3px;
  }
  .search-line .btn {
    border-radius: 3px;
    margin-top: 15px;
  }
  .search-no-result h1 {
    font-size: 28px;
  }
  .order-total-counter {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 575px) {
  .form-mailing {
    padding: 30px 20px;
  }
  .form-mailing__btn {
    padding-top: 25px;
  }
  .form-mailing__item {
    padding-right: 0;
    width: 100%;
    margin-bottom: 0px;
  }
  .form-mailing__item .form-group {
    margin-bottom: 20px;
  }
  .form-mailing__item:first-of-type {
    margin-right: 0px;
  }
  .form-mailing__check {
    margin-top: 5px;
  }
  .order-total-counter {
    font-size: 1em;
  }
  .benefits-card:first-child {
    margin-right: unset;
  }
}
