/*
 исходных данных для этого файла нет
 если нужно, можно править здесь, но лучше перенести в папку /.source
 */
@charset "UTF-8";
/* @import url("https://cdn.jsdelivr.net/npm/animate.css@3.5.2/animate.min.css"); */
@font-face {
  font-family: 'HeliosCond';
  font-weight: 400;
  font-style: normal;
  src: url("fonts/HeliosCond-400.woff") format("woff"); }

@font-face {
  font-family: 'HeliosCond';
  font-weight: 700;
  font-style: normal;
  src: url("fonts/HeliosCond-700.woff") format("woff"); }

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



blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a {
  text-decoration: none; }

/*
 * bootstrap 4 grid
 */
.bs-4 .container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px; }

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

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

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

@media (min-width: 1200px) {
  .bs-4 .container {
    max-width: 1140px; } }

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

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

.bs-4 .no-gutters {
  margin-right: 0;
  margin-left: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .bs-4 .col-sm {
    max-width: 100%;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1; }
  .bs-4 .col-sm-auto {
    width: auto;
    max-width: none;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto; }
  .bs-4 .col-sm-1 {
    max-width: 8.333333%;
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%; }
  .bs-4 .col-sm-2 {
    max-width: 16.666667%;
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%; }
  .bs-4 .col-sm-3 {
    max-width: 25%;
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%; }
  .bs-4 .col-sm-4 {
    max-width: 33.333333%;
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%; }
  .bs-4 .col-sm-5 {
    max-width: 41.666667%;
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%; }
  .bs-4 .col-sm-6 {
    max-width: 50%;
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%; }
  .bs-4 .col-sm-7 {
    max-width: 58.333333%;
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%; }
  .bs-4 .col-sm-8 {
    max-width: 66.666667%;
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%; }
  .bs-4 .col-sm-9 {
    max-width: 75%;
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%; }
  .bs-4 .col-sm-10 {
    max-width: 83.333333%;
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%; }
  .bs-4 .col-sm-11 {
    max-width: 91.666667%;
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%; }
  .bs-4 .col-sm-12 {
    max-width: 100%;
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%; }
  .bs-4 .order-sm-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1; }
  .bs-4 .order-sm-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
    order: 13; }
  .bs-4 .order-sm-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0; }
  .bs-4 .order-sm-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1; }
  .bs-4 .order-sm-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2; }
  .bs-4 .order-sm-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3; }
  .bs-4 .order-sm-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4; }
  .bs-4 .order-sm-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5; }
  .bs-4 .order-sm-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6; }
  .bs-4 .order-sm-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7; }
  .bs-4 .order-sm-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8; }
  .bs-4 .order-sm-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9; }
  .bs-4 .order-sm-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10; }
  .bs-4 .order-sm-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11; }
  .bs-4 .order-sm-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12; }
  .bs-4 .offset-sm-0 {
    margin-left: 0; }
  .bs-4 .offset-sm-1 {
    margin-left: 8.333333%; }
  .bs-4 .offset-sm-2 {
    margin-left: 16.666667%; }
  .bs-4 .offset-sm-3 {
    margin-left: 25%; }
  .bs-4 .offset-sm-4 {
    margin-left: 33.333333%; }
  .bs-4 .offset-sm-5 {
    margin-left: 41.666667%; }
  .bs-4 .offset-sm-6 {
    margin-left: 50%; }
  .bs-4 .offset-sm-7 {
    margin-left: 58.333333%; }
  .bs-4 .offset-sm-8 {
    margin-left: 66.666667%; }
  .bs-4 .offset-sm-9 {
    margin-left: 75%; }
  .bs-4 .offset-sm-10 {
    margin-left: 83.333333%; }
  .bs-4 .offset-sm-11 {
    margin-left: 91.666667%; } }

@media (min-width: 768px) {
  .bs-4 .col-md {
    max-width: 100%;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1; }
  .bs-4 .col-md-auto {
    width: auto;
    max-width: none;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto; }
  .bs-4 .col-md-1 {
    max-width: 8.333333%;
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%; }
  .bs-4 .col-md-2 {
    max-width: 16.666667%;
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%; }
  .bs-4 .col-md-3 {
    max-width: 25%;
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%; }
  .bs-4 .col-md-4 {
    max-width: 33.333333%;
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%; }
  .bs-4 .col-md-5 {
    max-width: 41.666667%;
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%; }
  .bs-4 .col-md-6 {
    max-width: 50%;
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%; }
  .bs-4 .col-md-7 {
    max-width: 58.333333%;
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%; }
  .bs-4 .col-md-8 {
    max-width: 66.666667%;
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%; }
  .bs-4 .col-md-9 {
    max-width: 75%;
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%; }
  .bs-4 .col-md-10 {
    max-width: 83.333333%;
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%; }
  .bs-4 .col-md-11 {
    max-width: 91.666667%;
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%; }
  .bs-4 .col-md-12 {
    max-width: 100%;
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%; }
  .bs-4 .order-md-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1; }
  .bs-4 .order-md-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
    order: 13; }
  .bs-4 .order-md-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0; }
  .bs-4 .order-md-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1; }
  .bs-4 .order-md-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2; }
  .bs-4 .order-md-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3; }
  .bs-4 .order-md-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4; }
  .bs-4 .order-md-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5; }
  .bs-4 .order-md-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6; }
  .bs-4 .order-md-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7; }
  .bs-4 .order-md-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8; }
  .bs-4 .order-md-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9; }
  .bs-4 .order-md-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10; }
  .bs-4 .order-md-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11; }
  .bs-4 .order-md-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12; }
  .bs-4 .offset-md-0 {
    margin-left: 0; }
  .bs-4 .offset-md-1 {
    margin-left: 8.333333%; }
  .bs-4 .offset-md-2 {
    margin-left: 16.666667%; }
  .bs-4 .offset-md-3 {
    margin-left: 25%; }
  .bs-4 .offset-md-4 {
    margin-left: 33.333333%; }
  .bs-4 .offset-md-5 {
    margin-left: 41.666667%; }
  .bs-4 .offset-md-6 {
    margin-left: 50%; }
  .bs-4 .offset-md-7 {
    margin-left: 58.333333%; }
  .bs-4 .offset-md-8 {
    margin-left: 66.666667%; }
  .bs-4 .offset-md-9 {
    margin-left: 75%; }
  .bs-4 .offset-md-10 {
    margin-left: 83.333333%; }
  .bs-4 .offset-md-11 {
    margin-left: 91.666667%; } }

@media (min-width: 992px) {
  .bs-4 .col-lg {
    max-width: 100%;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1; }
  .bs-4 .col-lg-auto {
    width: auto;
    max-width: none;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto; }
  .bs-4 .col-lg-1 {
    max-width: 8.333333%;
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%; }
  .bs-4 .col-lg-2 {
    max-width: 16.666667%;
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%; }
  .bs-4 .col-lg-3 {
    max-width: 25%;
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%; }
  .bs-4 .col-lg-4 {
    max-width: 33.333333%;
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%; }
  .bs-4 .col-lg-5 {
    max-width: 41.666667%;
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%; }
  .bs-4 .col-lg-6 {
    max-width: 50%;
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%; }
  .bs-4 .col-lg-7 {
    max-width: 58.333333%;
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%; }
  .bs-4 .col-lg-8 {
    max-width: 66.666667%;
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%; }
  .bs-4 .col-lg-9 {
    max-width: 75%;
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%; }
  .bs-4 .col-lg-10 {
    max-width: 83.333333%;
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%; }
  .bs-4 .col-lg-11 {
    max-width: 91.666667%;
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%; }
  .bs-4 .col-lg-12 {
    max-width: 100%;
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%; }
  .bs-4 .order-lg-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1; }
  .bs-4 .order-lg-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
    order: 13; }
  .bs-4 .order-lg-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0; }
  .bs-4 .order-lg-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1; }
  .bs-4 .order-lg-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2; }
  .bs-4 .order-lg-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3; }
  .bs-4 .order-lg-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4; }
  .bs-4 .order-lg-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5; }
  .bs-4 .order-lg-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6; }
  .bs-4 .order-lg-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7; }
  .bs-4 .order-lg-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8; }
  .bs-4 .order-lg-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9; }
  .bs-4 .order-lg-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10; }
  .bs-4 .order-lg-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11; }
  .bs-4 .order-lg-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12; }
  .bs-4 .offset-lg-0 {
    margin-left: 0; }
  .bs-4 .offset-lg-1 {
    margin-left: 8.333333%; }
  .bs-4 .offset-lg-2 {
    margin-left: 16.666667%; }
  .bs-4 .offset-lg-3 {
    margin-left: 25%; }
  .bs-4 .offset-lg-4 {
    margin-left: 33.333333%; }
  .bs-4 .offset-lg-5 {
    margin-left: 41.666667%; }
  .bs-4 .offset-lg-6 {
    margin-left: 50%; }
  .bs-4 .offset-lg-7 {
    margin-left: 58.333333%; }
  .bs-4 .offset-lg-8 {
    margin-left: 66.666667%; }
  .bs-4 .offset-lg-9 {
    margin-left: 75%; }
  .bs-4 .offset-lg-10 {
    margin-left: 83.333333%; }
  .bs-4 .offset-lg-11 {
    margin-left: 91.666667%; } }

@media (min-width: 1200px) {
  .bs-4 .col-xl {
    max-width: 100%;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1; }
  .bs-4 .col-xl-auto {
    width: auto;
    max-width: none;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto; }
  .bs-4 .col-xl-1 {
    max-width: 8.333333%;
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%; }
  .bs-4 .col-xl-2 {
    max-width: 16.666667%;
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%; }
  .bs-4 .col-xl-3 {
    max-width: 25%;
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%; }
  .bs-4 .col-xl-4 {
    max-width: 33.333333%;
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%; }
  .bs-4 .col-xl-5 {
    max-width: 41.666667%;
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%; }
  .bs-4 .col-xl-6 {
    max-width: 50%;
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%; }
  .bs-4 .col-xl-7 {
    max-width: 58.333333%;
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%; }
  .bs-4 .col-xl-8 {
    max-width: 66.666667%;
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%; }
  .bs-4 .col-xl-9 {
    max-width: 75%;
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%; }
  .bs-4 .col-xl-10 {
    max-width: 83.333333%;
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%; }
  .bs-4 .col-xl-11 {
    max-width: 91.666667%;
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%; }
  .bs-4 .col-xl-12 {
    max-width: 100%;
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%; }
  .bs-4 .order-xl-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1; }
  .bs-4 .order-xl-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
    order: 13; }
  .bs-4 .order-xl-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0; }
  .bs-4 .order-xl-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1; }
  .bs-4 .order-xl-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2; }
  .bs-4 .order-xl-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3; }
  .bs-4 .order-xl-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4; }
  .bs-4 .order-xl-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5; }
  .bs-4 .order-xl-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6; }
  .bs-4 .order-xl-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7; }
  .bs-4 .order-xl-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8; }
  .bs-4 .order-xl-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9; }
  .bs-4 .order-xl-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10; }
  .bs-4 .order-xl-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11; }
  .bs-4 .order-xl-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12; }
  .bs-4 .offset-xl-0 {
    margin-left: 0; }
  .bs-4 .offset-xl-1 {
    margin-left: 8.333333%; }
  .bs-4 .offset-xl-2 {
    margin-left: 16.666667%; }
  .bs-4 .offset-xl-3 {
    margin-left: 25%; }
  .bs-4 .offset-xl-4 {
    margin-left: 33.333333%; }
  .bs-4 .offset-xl-5 {
    margin-left: 41.666667%; }
  .bs-4 .offset-xl-6 {
    margin-left: 50%; }
  .bs-4 .offset-xl-7 {
    margin-left: 58.333333%; }
  .bs-4 .offset-xl-8 {
    margin-left: 66.666667%; }
  .bs-4 .offset-xl-9 {
    margin-left: 75%; }
  .bs-4 .offset-xl-10 {
    margin-left: 83.333333%; }
  .bs-4 .offset-xl-11 {
    margin-left: 91.666667%; } }

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .bs-4 .d-sm-none {
    display: none !important; }
  .bs-4 .d-sm-inline {
    display: inline !important; }
  .bs-4 .d-sm-inline-block {
    display: inline-block !important; }
  .bs-4 .d-sm-block {
    display: block !important; }
  .bs-4 .d-sm-table {
    display: table !important; }
  .bs-4 .d-sm-table-row {
    display: table-row !important; }
  .bs-4 .d-sm-table-cell {
    display: table-cell !important; }
  .bs-4 .d-sm-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important; }
  .bs-4 .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .bs-4 .d-md-none {
    display: none !important; }
  .bs-4 .d-md-inline {
    display: inline !important; }
  .bs-4 .d-md-inline-block {
    display: inline-block !important; }
  .bs-4 .d-md-block {
    display: block !important; }
  .bs-4 .d-md-table {
    display: table !important; }
  .bs-4 .d-md-table-row {
    display: table-row !important; }
  .bs-4 .d-md-table-cell {
    display: table-cell !important; }
  .bs-4 .d-md-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important; }
  .bs-4 .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .bs-4 .d-lg-none {
    display: none !important; }
  .bs-4 .d-lg-inline {
    display: inline !important; }
  .bs-4 .d-lg-inline-block {
    display: inline-block !important; }
  .bs-4 .d-lg-block {
    display: block !important; }
  .bs-4 .d-lg-table {
    display: table !important; }
  .bs-4 .d-lg-table-row {
    display: table-row !important; }
  .bs-4 .d-lg-table-cell {
    display: table-cell !important; }
  .bs-4 .d-lg-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important; }
  .bs-4 .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .bs-4 .d-xl-none {
    display: none !important; }
  .bs-4 .d-xl-inline {
    display: inline !important; }
  .bs-4 .d-xl-inline-block {
    display: inline-block !important; }
  .bs-4 .d-xl-block {
    display: block !important; }
  .bs-4 .d-xl-table {
    display: table !important; }
  .bs-4 .d-xl-table-row {
    display: table-row !important; }
  .bs-4 .d-xl-table-cell {
    display: table-cell !important; }
  .bs-4 .d-xl-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important; }
  .bs-4 .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important; } }

@media print {
  .bs-4 .d-print-none {
    display: none !important; }
  .bs-4 .d-print-inline {
    display: inline !important; }
  .bs-4 .d-print-inline-block {
    display: inline-block !important; }
  .bs-4 .d-print-block {
    display: block !important; }
  .bs-4 .d-print-table {
    display: table !important; }
  .bs-4 .d-print-table-row {
    display: table-row !important; }
  .bs-4 .d-print-table-cell {
    display: table-cell !important; }
  .bs-4 .d-print-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important; }
  .bs-4 .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .bs-4 .flex-sm-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    flex-direction: row !important; }
  .bs-4 .flex-sm-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    flex-direction: column !important; }
  .bs-4 .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    flex-direction: row-reverse !important; }
  .bs-4 .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    flex-direction: column-reverse !important; }
  .bs-4 .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .bs-4 .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .bs-4 .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .bs-4 .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
    flex: 1 1 auto !important; }
  .bs-4 .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
    flex-grow: 0 !important; }
  .bs-4 .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
    flex-grow: 1 !important; }
  .bs-4 .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .bs-4 .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .bs-4 .justify-content-sm-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
    justify-content: flex-start !important; }
  .bs-4 .justify-content-sm-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
    justify-content: flex-end !important; }
  .bs-4 .justify-content-sm-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    justify-content: center !important; }
  .bs-4 .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
    justify-content: space-between !important; }
  .bs-4 .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .bs-4 .align-items-sm-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
    align-items: flex-start !important; }
  .bs-4 .align-items-sm-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
    align-items: flex-end !important; }
  .bs-4 .align-items-sm-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    align-items: center !important; }
  .bs-4 .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
    align-items: baseline !important; }
  .bs-4 .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
    align-items: stretch !important; }
  .bs-4 .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .bs-4 .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .bs-4 .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .bs-4 .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .bs-4 .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .bs-4 .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .bs-4 .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .bs-4 .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .bs-4 .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .bs-4 .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .bs-4 .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .bs-4 .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .bs-4 .flex-md-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    flex-direction: row !important; }
  .bs-4 .flex-md-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    flex-direction: column !important; }
  .bs-4 .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    flex-direction: row-reverse !important; }
  .bs-4 .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    flex-direction: column-reverse !important; }
  .bs-4 .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .bs-4 .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .bs-4 .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .bs-4 .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
    flex: 1 1 auto !important; }
  .bs-4 .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
    flex-grow: 0 !important; }
  .bs-4 .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
    flex-grow: 1 !important; }
  .bs-4 .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .bs-4 .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .bs-4 .justify-content-md-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
    justify-content: flex-start !important; }
  .bs-4 .justify-content-md-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
    justify-content: flex-end !important; }
  .bs-4 .justify-content-md-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    justify-content: center !important; }
  .bs-4 .justify-content-md-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
    justify-content: space-between !important; }
  .bs-4 .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .bs-4 .align-items-md-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
    align-items: flex-start !important; }
  .bs-4 .align-items-md-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
    align-items: flex-end !important; }
  .bs-4 .align-items-md-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    align-items: center !important; }
  .bs-4 .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
    align-items: baseline !important; }
  .bs-4 .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
    align-items: stretch !important; }
  .bs-4 .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .bs-4 .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .bs-4 .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .bs-4 .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .bs-4 .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .bs-4 .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .bs-4 .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .bs-4 .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .bs-4 .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .bs-4 .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .bs-4 .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .bs-4 .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .bs-4 .flex-lg-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    flex-direction: row !important; }
  .bs-4 .flex-lg-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    flex-direction: column !important; }
  .bs-4 .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    flex-direction: row-reverse !important; }
  .bs-4 .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    flex-direction: column-reverse !important; }
  .bs-4 .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .bs-4 .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .bs-4 .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .bs-4 .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
    flex: 1 1 auto !important; }
  .bs-4 .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
    flex-grow: 0 !important; }
  .bs-4 .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
    flex-grow: 1 !important; }
  .bs-4 .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .bs-4 .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .bs-4 .justify-content-lg-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
    justify-content: flex-start !important; }
  .bs-4 .justify-content-lg-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
    justify-content: flex-end !important; }
  .bs-4 .justify-content-lg-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    justify-content: center !important; }
  .bs-4 .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
    justify-content: space-between !important; }
  .bs-4 .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .bs-4 .align-items-lg-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
    align-items: flex-start !important; }
  .bs-4 .align-items-lg-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
    align-items: flex-end !important; }
  .bs-4 .align-items-lg-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    align-items: center !important; }
  .bs-4 .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
    align-items: baseline !important; }
  .bs-4 .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
    align-items: stretch !important; }
  .bs-4 .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .bs-4 .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .bs-4 .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .bs-4 .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .bs-4 .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .bs-4 .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .bs-4 .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .bs-4 .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .bs-4 .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .bs-4 .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .bs-4 .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .bs-4 .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .bs-4 .flex-xl-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    flex-direction: row !important; }
  .bs-4 .flex-xl-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    flex-direction: column !important; }
  .bs-4 .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    flex-direction: row-reverse !important; }
  .bs-4 .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    flex-direction: column-reverse !important; }
  .bs-4 .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .bs-4 .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .bs-4 .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .bs-4 .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
    flex: 1 1 auto !important; }
  .bs-4 .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
    flex-grow: 0 !important; }
  .bs-4 .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
    flex-grow: 1 !important; }
  .bs-4 .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .bs-4 .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .bs-4 .justify-content-xl-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
    justify-content: flex-start !important; }
  .bs-4 .justify-content-xl-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
    justify-content: flex-end !important; }
  .bs-4 .justify-content-xl-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    justify-content: center !important; }
  .bs-4 .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
    justify-content: space-between !important; }
  .bs-4 .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .bs-4 .align-items-xl-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
    align-items: flex-start !important; }
  .bs-4 .align-items-xl-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
    align-items: flex-end !important; }
  .bs-4 .align-items-xl-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    align-items: center !important; }
  .bs-4 .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
    align-items: baseline !important; }
  .bs-4 .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
    align-items: stretch !important; }
  .bs-4 .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .bs-4 .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .bs-4 .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .bs-4 .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .bs-4 .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .bs-4 .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .bs-4 .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .bs-4 .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .bs-4 .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .bs-4 .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .bs-4 .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .bs-4 .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

.text-justify {
  text-align: justify !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

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

.text-right {
  text-align: right !important; }

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-italic {
  font-style: italic !important; }

/* elements */
/* old */
.slick-arrow {
  font-size: 0;
  position: absolute;
  z-index: 10;
  top: 50%;
  width: 21px;
  height: 50px;
  margin-top: -25px;
  cursor: pointer;
  border: 0;
  outline: none;
  background: url("/bitrix/templates/utlab_main/img/slick-arrows.png") no-repeat left top; }
  @media (min-width: 320px) {
    .slick-arrow {
      left: 15px; } }
  @media (min-width: 1200px) {
    .slick-arrow {
      left: 50%;
      margin-left: -606px; } }
  .slick-arrow.slick-next {
    left: auto;
    background-position: right top; }
    @media (min-width: 320px) {
      .slick-arrow.slick-next {
        right: 15px; } }
    @media (min-width: 1200px) {
      .slick-arrow.slick-next {
        right: 50%;
        margin-right: -606px;
        margin-left: 0; } }

/* new */
.slick-arrow.slick-arrow-new {
  line-height: 0;
  position: absolute;
  z-index: 10;
  top: 50%;
  width: 31px;
  height: 31px;
  margin: 0;
  margin-top: -15px;
  cursor: pointer;
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
  outline: none;
  background: transparent;
  fill: #9b9b9b; }
  .slick-arrow.slick-arrow-new:hover {
    fill: #ea942d; }
  .slick-arrow.slick-arrow-new.slick-prev {
    left: 15px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
    @media (min-width: 1200px) {
      .slick-arrow.slick-arrow-new.slick-prev {
        left: -40px; } }
  .slick-arrow.slick-arrow-new.slick-next {
    right: 15px; }
    @media (min-width: 1200px) {
      .slick-arrow.slick-arrow-new.slick-next {
        right: -40px; } }

.slick-dots {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 15px;
  border-radius: 55px;
  background: rgba(255, 255, 255, 0.35);
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media (min-width: 320px) {
    .slick-dots {
      bottom: 3px;
      left: 20px; } }
  @media (min-width: 480px) {
    .slick-dots {
      bottom: 7px; } }
  @media (min-width: 768px) {
    .slick-dots {
      bottom: 26px; } }
  @media (min-width: 1170px) {
    .slick-dots {
      left: 50%;
      margin-left: -564px; } }
  .slick-dots button {
    font-size: 0;
    display: block;
    width: 12px;
    height: 12px;
    margin: 0 9px;
    cursor: pointer;
    border: 0;
    border-radius: 50%;
    outline: none;
    background: #003a70; }
  .slick-dots .slick-active button {
    background: #ea942d; }

svg {
  max-width: 100%;
  max-height: 100%; }

.svg-yellow {
  fill: #ea942d; }

.header-line {
  font-size: 24px;
  line-height: 1.4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-transform: uppercase;
  color: inherit;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline; }
  @media (min-width: 768px) {
    .header-line:after {
      content: '';
      margin-left: 20px;
      border-bottom: 1px solid #ea942d;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1; } }
  .header-line__link {
    display: block;
    width: 100%;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    text-transform: none;
    color: inherit;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
    @media (min-width: 768px) {
      .header-line__link {
        width: auto;
        margin-left: 20px; } }
    .header-line__link:hover {
      color: #ea942d; }

h2, h3 {
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
  text-transform: uppercase;
  color: #ea942d;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  font: 400 23px "Roboto Condensed", Roboto, Arial, sans-serif; }
  @media (min-width: 320px) {
    h2, h3 {
      font-size: 18px;
      margin-top: 20px;
      margin-bottom: 20px; } }
  @media (min-width: 480px) {
    h2, h3 {
      font-size: 30px;
      margin-top: 30px;
      margin-bottom: 30px; } }
  @media (min-width: 1170px) {
    h2, h3 {
      margin-top: 30px;
      margin-bottom: 30px; } }

/* layout */
.top-line {
  height: 77px;
  background: #fff; }
  .top-line .container, .top-line .row {
    height: 50%; }
  .top-line__humb {
    line-height: 0; }

.top-line-logo {
  line-height: 0;
  display: inline-block;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  text-decoration: none; }
  .top-line-logo:hover {
    opacity: 0.8; }

.top-line-phone {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  text-decoration: none;
  color: #003a70; }
  .top-line-phone_white {
    color: #fff;
  }
  @media (min-width: 768px) {
    .top-line-phone {
      font-size: 21px; } }
  @media (min-width: 1200px) {
    .top-line-phone {
      font-size: 22px; } }
  .top-line-phone:hover {
    opacity: 0.8; }

.header-promo {
  line-height: 1.5;
  width: 100%;
  margin-bottom: 2px;
  padding: 6px 0;
  text-align: center;
  background: url("img/banner-blocks.png") no-repeat;
  background-size: cover; }
  .header-promo__text {
    font-size: 22px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    color: #fff; }
    .header-promo__text img {
      display: inline-block;
      width: 130px;
      height: 20px; }
  .header-promo__link {
    font-size: 16px;
    display: inline-block;
    padding: 4px 60px;
    cursor: pointer;
    vertical-align: middle;
    color: #fff !important;
    border: none;
    border-radius: 15px;
    background-color: #ffa500; }
    .header-promo__link:hover {
      color: #fff !important; }

/* .central-banner {
	width: 100%;
	margin: 0 auto 2px;
	text-align: center;
	background: url('img/banner-blocks.png') no-repeat;
	background-size: cover;
}

.banner-title {
	font-size: 22px;
	position: relative;
	top: 5px; right: 0; bottom: 0; left: 0;
	display: inline-block;
	margin:auto;
	margin-bottom: 8px;
	text-align: center;
	color: #fff;
}

.logo_in_text {
	display: inline-block;
	width: 130px;
	height: 20px;

}

.logo_in_text img{
	width: 100%;
	height: auto;
	margin-top: -3px;
}

.yes-link {
	position: relative;
	top: 2px; right: 0; bottom: 3px; left: 5px;
	display: inline-block;
	margin:auto;
	margin-bottom: 5px;
	cursor: pointer;
}

.submit-2 {
	font-size: 16px;
	padding: 2px 60px;
	color: #fff;
	border: none;
	border-radius: 15px;
	background-color: #ffa500;
} */
.header {
  height: 64px;
  margin-bottom: 2px;
 }
  @media (min-width: 768px) {
    .header {
      height: auto; } }
  .header .container, .header .row {
    height: 100%; }
  @media (min-width: 768px) {
    .header__city {
      margin-top: -5px; } }
  .header__search {
    line-height: 0; }
  .header__humb {
    line-height: 0; }

.header-humb {
  line-height: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 20px;
  height: 15px;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .header-humb:hover {
    opacity: 0.8; }
  .header-humb__icon {
    position: relative;
    display: block;
    width: 20px;
    height: 2px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background: #fff; }
    .is-menu-open .header-humb__icon {
      background: transparent; }
    .header-humb__icon:before, .header-humb__icon:after {
      content: "";
      position: absolute;
      left: 0;
      width: 20px;
      height: 2px;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      -webkit-transform-origin: 50%;
      transform-origin: 50%;
      background: #fff; }
    .header-humb__icon:before {
      top: -6px; }
      .is-menu-open .header-humb__icon:before {
        top: 0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
    .header-humb__icon:after {
      bottom: -6px; }
      .is-menu-open .header-humb__icon:after {
        bottom: 0;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); }

.header-popup {
  position: absolute;
  z-index: 300;
  top: 116px;
  right: 0;
  left: 0;
  display: none;
  background: #fff; }
  @media (min-width: 768px) {
    .header-popup {
      top: 52px; } }
  @media (min-width: 1200px) {
    .header-popup {
      display: none !important; } }
  .header-popup__top-menu {
    padding: 30px 0;
    border-bottom: 1px solid #ccc; }
  .header-popup__header-menu {
    padding: 23px 0; }
  .header-popup__callback {
    padding: 23px 0;
    text-align: center;
    border-top: 1px solid #ccc; }

.footer-logo {
  line-height: 0;
  display: inline-block;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  text-decoration: none; }
  .footer-logo:hover {
    opacity: 0.8; }
  .footer-logo img {
    max-width: 100%; }

.footer-menu__items {
  margin: 0;
  margin-bottom: -22px;
  padding: 0;
  list-style: none; }

.footer-menu__item {
  display: block;
  margin: 0;
  margin-bottom: 22px;
  padding: 0; }

.footer-menu__link {
  font-size: 14px;
  line-height: 1;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  text-decoration: none;
  color: #fff; }
  .footer-menu__link:hover {
    color: #ea942d; }

.utlab {
  padding: 20px 0;
  background: #484848; }
  .utlab__link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    text-decoration: none;
    color: #fff;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .utlab__link:hover {
      opacity: 0.8; }
  .utlab__text {
    font-size: 14px;
    line-height: 1;
    margin-right: 20px; }

/* popup cities */
#cboxOverlay.cities-popup-colorbox {
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 1;
  background: rgba(255, 255, 255, 0.5); }

.cities-popup-colorbox #cboxTopLeft, .cities-popup-colorbox #cboxTopCenter, .cities-popup-colorbox #cboxTopRight,
.cities-popup-colorbox #cboxMiddleLeft, .cities-popup-colorbox #cboxMiddleRight,
.cities-popup-colorbox #cboxBottomLeft, .cities-popup-colorbox #cboxBottomCenter, .cities-popup-colorbox #cboxBottomRight {
  display: none;
  width: 0;
  height: 0; }

.cities-popup-colorbox #cboxContent {
  margin: 15px;
  background: #fff;
  -webkit-box-shadow: 0px 5px 8px 2px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 5px 8px 2px rgba(0, 0, 0, 0.06); }
  @media (min-width: 768px) {
    .cities-popup-colorbox #cboxContent {
      margin: 30px; } }

.cities-popup-colorbox #cboxLoadedContent {
  margin: 0; }

.cities-popup-colorbox #cboxClose {
  display: none; }

.cities-popup__search {
  padding: 30px 50px; }
  @media (min-width: 768px) {
    .cities-popup__search {
      padding: 50px 60px 30px; } }
  @media (min-width: 1200px) {
    .cities-popup__search {
      padding: 60px 190px 30px; } }

.cities-popup__items {
  padding: 30px 50px;
  padding-top: 0; }
  @media (min-width: 768px) {
    .cities-popup__items {
      padding: 50px 60px;
      padding-top: 0; } }
  @media (min-width: 992px) {
    .cities-popup__items {
      padding: 60px 190px;
      padding-top: 0; } }

.cities-popup-search {
  position: relative; }
  .cities-popup-search__input {
    width: 100%;
    padding: 7px 23px;
    border: 0;
    background: #eee;
    -webkit-box-shadow: none;
    box-shadow: none; }
    @media (min-width: 768px) {
      .cities-popup-search__input {
        padding-top: 15px;
        padding-bottom: 15px; } }
  .cities-popup-search__dropdown {
    position: absolute;
    z-index: 1;
    top: 100%;
    right: 0;
    display: none;
    width: 290px;
    min-width: 100%;
    padding: 23px;
    border-top: 1px solid #fff;
    background: #eee; }
  .cities-popup-search__items {
    position: relative;
    overflow: hidden;
    max-height: 185px;
    margin: 0;
    padding: 0;
    list-style: none; }
  .cities-popup-search__item {
    font-size: 14px;
    font-weight: 400;
    margin: 15px 0 !important;
    padding: 0;
    color: #999; }
    .cities-popup-search__item::before {
      display: none; }
    .cities-popup-search__item:last-child {
      margin-bottom: 0; }
    .cities-popup-search__item a {
      text-decoration: none;
      color: inherit; }
      .cities-popup-search__item a:hover {
        text-decoration: underline;
        color: inherit; }
      .cities-popup-search__item a:visited {
        color: inherit; }
  .cities-popup-search__not-find {
    font-size: 14px;
    font-weight: 700;
    display: none;
    margin: 15px 0;
    color: #555; }

.cities-popup-items {
  /* список регионов */
  /* список городов */ }
  .cities-popup-items__text {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
    margin-right: -50px;
    margin-bottom: 30px;
    margin-left: -50px;
    padding-right: 50px;
    padding-bottom: 30px;
    padding-left: 50px;
    text-align: center;
    text-transform: uppercase;
    color: #333;
    border-bottom: 1px solid #ea942d; }
    @media (min-width: 768px) {
      .cities-popup-items__text {
        margin-right: -60px;
        margin-left: -60px;
        padding-right: 60px;
        padding-left: 60px; } }
    @media (min-width: 1200px) {
      .cities-popup-items__text {
        margin-right: -190px;
        margin-left: -190px;
        padding-right: 190px;
        padding-left: 190px; } }
  .cities-popup-items__regions {
    position: relative;
    overflow: hidden; }
  .cities-popup-items__regions-items {
    margin: 0;
    padding: 0;
    list-style: none; }
    @media (min-width: 768px) {
      .cities-popup-items__regions-items {
        -webkit-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 100px;
        column-gap: 100px; } }
  .cities-popup-items__regions-item {
    font-size: 14px;
    font-weight: 400;
    margin: 15px 0;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: #777; }
    .cities-popup-items__regions-item--letter {
      font-weight: 700;
      margin: 30px 0;
      text-transform: uppercase;
      color: #333; }
    .cities-popup-items__regions-item--big {
      font-weight: 700;
      color: #333; }
    .cities-popup-items__regions-item::before {
      display: none; }
    .cities-popup-items__regions-item:first-child {
      margin-top: 0; }
    .cities-popup-items__regions-item:last-child {
      margin-bottom: 0; }
    .cities-popup-items__regions-item:hover {
      color: #ea942d; }
  .cities-popup-items__cities {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background: #fff; }
    .cities-popup-items__cities.is-show {
      left: 0; }
  @media (min-width: 768px) {
    .cities-popup-items__cities-header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }
  .cities-popup-items__cities-back {
    font-size: 18px;
    cursor: pointer;
    color: #333; }
    .cities-popup-items__cities-back:hover {
      color: #ea942d; }
  .cities-popup-items__cities-name {
    font-size: 18px;
    margin-top: 20px;
    color: #ea942d; }
    @media (min-width: 768px) {
      .cities-popup-items__cities-name {
        margin-top: 0;
        margin-left: 20px; } }
  .cities-popup-items__cities-items {
    margin: 20px 0 0 0;
    padding: 0;
    list-style: none; }
    @media (min-width: 768px) {
      .cities-popup-items__cities-items {
        -webkit-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 100px;
        column-gap: 100px; } }
  .cities-popup-items__cities-item {
    font-size: 14px;
    font-weight: 400;
    margin: 15px 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    .cities-popup-items__cities-item::before {
      display: none; }
    .cities-popup-items__cities-item:first-child {
      margin-top: 0; }
    .cities-popup-items__cities-item:last-child {
      margin-bottom: 0; }
  .cities-popup-items a {
    color: #777; }
    .cities-popup-items a:hover {
      color: #ea942d; }

/* main */
.main-slider-img__items {
  margin: 0;
  padding: 0; }

.main-slider-img__item {
  line-height: 0;
  position: relative;
  margin: 0;
  padding: 0; }
  .main-slider-img__item:focus {
    outline: 0; }

.main-slider-img__img {
  width: 100%;
  height: 240px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%; }
  @media (min-width: 768px) {
    .main-slider-img__img {
      height: 340px; } }
  @media (min-width: 1200px) {
    .main-slider-img__img {
      height: 540px; } }

.main-slider-img__btn {
  font-size: 12px;
  position: absolute;
  right: 0;
  bottom: 30px;
  left: 0;
  text-align: center; }

.main-slider-img .slick-arrow.slick-arrow-new.slick-prev {
  left: 15px; }
  @media (min-width: 1200px) {
    .main-slider-img .slick-arrow.slick-arrow-new.slick-prev {
      left: 15px; } }

.main-slider-img .slick-arrow.slick-arrow-new.slick-next {
  right: 15px; }
  @media (min-width: 1200px) {
    .main-slider-img .slick-arrow.slick-arrow-new.slick-next {
      right: 15px; } }

.main-slider-video {
  position: relative;
  background-position: 50%;
  background-size: cover; }
  .main-slider-video__video {
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .main-slider-video__items {
    height: 240px;
    margin: 0;
    padding: 0; }
    @media (min-width: 768px) {
      .main-slider-video__items {
        height: 340px; } }
    @media (min-width: 1200px) {
      .main-slider-video__items {
        height: 540px; } }
  .main-slider-video__item {
    margin: 0;
    padding: 0; }
    .main-slider-video__item:focus {
      outline: 0; }
  .main-slider-video__content {
    padding-top: 100px; }
  .main-slider-video__heading {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.3;
    text-transform: uppercase;
    color: #fff; }
  .main-slider-video__btn {
    font-size: 12px;
    margin-top: 45px; }
  .main-slider-video .slick-arrow.slick-arrow-new.slick-prev {
    left: 15px; }
    @media (min-width: 1200px) {
      .main-slider-video .slick-arrow.slick-arrow-new.slick-prev {
        left: 15px; } }
  .main-slider-video .slick-arrow.slick-arrow-new.slick-next {
    right: 15px; }
    @media (min-width: 1200px) {
      .main-slider-video .slick-arrow.slick-arrow-new.slick-next {
        right: 15px; } }

.main-calc {
    width: 100%;
  padding: 30px 0;
  background: #fff url("img/main-calc.jpg") 0 50% no-repeat/auto 100%;
  -webkit-box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.14);
  box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.14); }
  .main-calc__text {
    font-size: 15px;
    line-height: 1.4;
    display: block;
    padding: 17px 15px;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    background: #0054a2;
    -webkit-box-shadow: 0px 9px 42px 1px rgba(0, 0, 0, 0.14);
    box-shadow: 0px 9px 42px 1px rgba(0, 0, 0, 0.14); }
    @media (min-width: 768px) {
      .main-calc__text {
        font-size: 20px; } }
    @media (min-width: 1200px) {
      .main-calc__text {
        font-size: 24px; } }
    .main-calc__text:hover {
      opacity: 0.8; }

.main-popular {
  position: relative;
  overflow: hidden;
  padding: 40px 0 50px; }
  @media (min-width: 768px) {
    .main-popular {
      padding: 50px 0 70px; } }
  @media (min-width: 1200px) {
    .main-popular {
      padding: 60px 0 90px; } }
  .main-popular::before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    display: none;
    width: 250px;
    height: 298px;
    background: url(img/main-popular1.png); }
    @media (min-width: 768px) {
      .main-popular::before {
        display: block; } }
  .main-popular::after {
    content: '';
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;
    display: none;
    width: 308px;
    height: 375px;
    background: url(img/main-popular2.png); }
    @media (min-width: 1200px) {
      .main-popular::after {
        display: block; } }
  .main-popular__header {
    margin-bottom: 20px;
    color: #003a70; }
    @media (min-width: 768px) {
      .main-popular__header {
        margin-bottom: 30px; } }
    @media (min-width: 1200px) {
      .main-popular__header {
        margin-bottom: 40px; } }
  .main-popular__items {
    position: relative;
    z-index: 2; }

.main-count {
  position: relative;
  overflow: hidden;
  padding: 40px 0 50px;
  /* form */ }
  @media (min-width: 768px) {
    .main-count {
      padding: 50px 0 70px; } }
  @media (min-width: 1200px) {
    .main-count {
      padding: 60px 0 90px; } }
  .main-count::after {
    content: '';
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;
    display: none;
    width: 961px;
    height: 819px;
    background: url(img/main-count.png); }
    @media (min-width: 1200px) {
      .main-count::after {
        display: block; } }
  .main-count__header {
    margin-bottom: 20px;
    color: #003a70; }
    @media (min-width: 768px) {
      .main-count__header {
        margin-bottom: 30px; } }
    @media (min-width: 1200px) {
      .main-count__header {
        margin-bottom: 40px; } }
  .main-count__body {
    position: relative;
    z-index: 2; }
  .main-count__right {
    padding-top: 46px; }
  .main-count__type {
    font-size: 16px;
    line-height: 1;
    display: block;
    margin-bottom: 30px; }
  .main-count__input, .main-count__textarea {
    font-family: HeliosCond, sans-serif;
    font-size: 14px;
    width: 100%;
    margin-bottom: 30px;
    padding: 15px 22px;
    border: 0;
    outline: none;
    -webkit-box-shadow: 2.5px 4.33px 5px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 2.5px 4.33px 5px 0px rgba(0, 0, 0, 0.05); }
  .main-count__textarea {
    height: 88px;
    resize: none; }
    @media (min-width: 992px) {
      .main-count__textarea {
        height: 177px; } }
    @media (min-width: 1200px) {
      .main-count__textarea {
        height: 244px; } }
  .main-count__select {
    font-family: HeliosCond, sans-serif;
    font-size: 14px;
    width: 100%;
    margin-bottom: 30px;
    padding: 15px 22px;
    border: 1px solid #ddd;
    outline: none;
    background: transparent; }
    .main-count__select option {
      width: 100%;
      text-transform: uppercase;
      outline: none; }
  .main-count .chosen-container {
    margin-bottom: 30px; }
  .main-count .chosen-single {
    left: 22px; }
  .main-count .chosen-search-input {
    padding: 15px 22px;
    border: 1px solid #ddd;
    background: transparent url("img/blue-arrow.png") no-repeat 95% center; }
  .main-count .chosen-results li {
    padding: 0 22px; }
  .main-count__background {
    margin-bottom: 30px; }
    .main-count__background img {
      width: 100%; }
  @media (min-width: 992px) {
    .main-count__size {
      margin-bottom: 30px; } }
  .main-count__size label {
    font-size: 14px;
    display: block;
    margin-bottom: 30px;
    color: #555; }
    @media (min-width: 992px) {
      .main-count__size label {
        margin-bottom: 0; } }
  .main-count__size input.size {
    margin-bottom: 30px;
    -webkit-box-shadow: none;
    box-shadow: none; }
    @media (min-width: 992px) {
      .main-count__size input.size {
        margin-bottom: 0; } }
  .main-count__services input {
    display: none; }
  .main-count__services label {
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #555;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media (min-width: 992px) {
      .main-count__services label {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; } }
  .main-count__services label::after {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-left: 20px;
    vertical-align: middle;
    border: 1px solid #ddd;
    border-radius: 5px;
    background: #fff; }
  .main-count__services input:checked + label::after {
    background: #ea942d; }
  .main-count__recaptcha {
    overflow: hidden;
    margin-bottom: 30px; }
  .main-count__policy {
    font-size: 14px;
    margin-top: 15px;
    color: #333; }
    .main-count__policy a {
      -webkit-transition: color 0.3s;
      transition: color 0.3s;
      text-decoration: none;
      color: #003a70; }
      .main-count__policy a:hover {
        text-decoration: none;
        color: #ea942d; }
  .main-count__success {
    font-size: 25px;
    margin-bottom: 26px;
    text-align: center;
    color: #ea942d; }
  .main-count__error {
    font-size: 25px;
    margin-bottom: 26px;
    text-align: center; }
  .main-count__wrapper {
    position: relative; }
    .main-count__wrapper::after {
      content: '';
      position: absolute;
      top: 1px;
      right: 1px;
      display: block;
      width: 33px;
      height: calc(100% - 2px);
      cursor: pointer;
      background: #fff url("/bitrix/templates/utlab_main/img/blue-arrow.png") no-repeat center; }

.count-captcha__title {
  margin-bottom: 7px; }

.count-captcha__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 13px 0; }

.count-captcha__input {
  padding: 9px;
  text-align: center;
  outline: none; }

  @media (min-width: 768px) {
    .main-text {
      padding: 50px 0 70px; } }
  @media (min-width: 1200px) {
    .main-text {
      padding: 60px 0 90px; } }
  .main-text__header {
    margin-bottom: 30px;
    color: #fff; }
    @media (min-width: 768px) {
      .main-text__header {
        margin-bottom: 40px; } }
    @media (min-width: 1200px) {
      .main-text__header {
        margin-bottom: 50px; } }
    .main-text__header h1 {
      text-align: left; }
  .main-text__text {
    font-size: 16px;
    line-height: 1.4;
    color: #fff; }
    @media (min-width: 768px) {
      .main-text__text {
        -webkit-column-count: 2;
        column-count: 2; } }
    .main-text__text h2 {
      font: inherit;
      text-transform: uppercase; }
    .main-text__text p {
      margin: 17px 0; }
      .main-text__text p:first-child {
        margin-top: 0; }
      .main-text__text p:last-child {
        margin-bottom: 0; }
    .main-text__text ul {
      overflow: hidden;
      padding-left: 40px;
      list-style: disc; }
    .main-text__text li {
      margin: 10px 0; }
    .main-text__text a {
      -webkit-transition: color 0.3s;
      transition: color 0.3s;
      text-decoration: none;
      color: #ea942d; }
      .main-text__text a:hover {
        text-decoration: none;
        color: #fff; }

.main-news {
  padding: 40px 0 50px; }
  @media (min-width: 768px) {
    .main-news {
      padding: 50px 0 70px; } }
  @media (min-width: 1200px) {
    .main-news {
      padding: 60px 0 90px; } }
  .main-news__header {
    margin-bottom: 30px;
    color: #003a70; }
    @media (min-width: 768px) {
      .main-news__header {
        margin-bottom: 40px; } }
    @media (min-width: 1200px) {
      .main-news__header {
        margin-bottom: 50px; } }

.main-reviews {
  margin-top: -50px;
  padding: 40px 0 50px; }
  @media (min-width: 768px) {
    .main-reviews {
      margin-top: -70px;
      padding: 50px 0 70px; } }
  @media (min-width: 1200px) {
    .main-reviews {
      margin-top: -90px;
      padding: 60px 0 90px; } }
  .main-reviews__header {
    margin-bottom: 20px;
    color: #003a70; }
    @media (min-width: 768px) {
      .main-reviews__header {
        margin-bottom: 30px; } }
    @media (min-width: 1200px) {
      .main-reviews__header {
        margin-bottom: 40px; } }

.main-links {
  position: relative;
  z-index: 10;
  padding: 35px 0;
  background: #fff;
  -webkit-box-shadow: 3.009px 3.993px 32px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 3.009px 3.993px 32px 0px rgba(0, 0, 0, 0.05); }
  .main-links__sep {
    width: 2px;
    height: 100%;
    margin: 0 auto;
    background: #ea942d; }
  .main-links__items {
    margin-bottom: -20px; }
    @media (min-width: 768px) {
      .main-links__items {
        margin-bottom: 0; } }
  .main-links__item {
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .main-links__item {
        margin-bottom: 0; } }
  .main-links__link {
    font-size: 18px;
    line-height: 1.1;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    text-decoration: none;
    text-transform: uppercase;
    color: #003a70;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .main-links__link:hover {
      color: #ea942d; }
  .main-links__icon {
    width: 50px;
    height: 50px;
    margin-right: 30px;
    -webkit-transition: fill 0.3s;
    transition: fill 0.3s;
    fill: #003a70;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
    .main-links__link:hover .main-links__icon {
      fill: #ea942d; }
    .main-links__icon svg {
      width: 100%;
      height: 100%; }

.main-extmenu {
  position: relative;
  z-index: 5;
  background: #fff; }
  .main-extmenu__items {
    padding: 0;
    list-style: none; }
    .main-extmenu__items--lvl1 {
      padding: 10px 0; }
      @media (min-width: 768px) {
        .main-extmenu__items--lvl1 {
          padding: 0; } }
    .main-extmenu__items--lvl2 {
      display: none;
      padding: 5px 0 15px 35px; }
      @media (min-width: 768px) {
        .main-extmenu__items--lvl2 {
          position: absolute;
          z-index: 2;
          top: 100%;
          right: 15px;
          left: 15px;
          display: none !important;
          padding: 10px 20px;
          border-top: 2px solid #f1f1f2;
          background: #fff;
          -webkit-box-shadow: 3.009px 3.993px 32px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 3.009px 3.993px 32px 0px rgba(0, 0, 0, 0.05); } }
      @media (min-width: 1200px) {
        .main-extmenu__items--lvl2 {
          padding: 13px 50px; } }
      @media (min-width: 768px) {
        .main-extmenu__item:hover .main-extmenu__items--lvl2 {
          display: block !important; } }
  .main-extmenu__item {
    position: relative; }
    .main-extmenu__item--lvl2 {
      margin: 12px 0; }
  .main-extmenu__link {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    text-decoration: none;
    color: #333; }
    .main-extmenu__link:hover {
      color: #ea942d; }
    .main-extmenu__link--lvl1 {
      font-size: 18px;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      padding: 10px 0;
      text-transform: uppercase;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      @media (min-width: 768px) {
        .main-extmenu__link--lvl1 {
          padding: 20px 0; } }
    .main-extmenu__link--lvl2 {
      font-size: 14px; }
  .main-extmenu__icon {
    width: 15px;
    height: 15px;
    margin-right: 20px;
    fill: #ea942d;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
    @media (min-width: 1200px) {
      .main-extmenu__icon {
        margin-right: 40px; } }

.main-hits {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
  position: relative;
  padding: 50px 0 100px;
  background: url("/bitrix/templates/utlab_main/img/hits-pattern.jpg") repeat-x left top;
  overflow: hidden; }
  .main-hits__title {
    font: 400 35px "Roboto Condensed", Roboto, Arial, sans-serif;
    color: #003a70;
    text-align: center;
    text-transform: uppercase; }
  .main-hits__container {
    position: relative;
    margin-top: 40px; }
    @media (min-width: 320px) {
      .main-hits__container {
        padding: 0 40px; } }
    @media (min-width: 480px) {
      .main-hits__container {
        padding: 0 80px; } }
    @media (min-width: 768px) {
      .main-hits__container {
        padding: 0 58px; } }
    @media (min-width: 992px) {
      .main-hits__container {
        padding: 0 85px; } }
    @media (min-width: 1170px) {
      .main-hits__container {
        width: 1170px;
        margin: 40px auto 40px; } }
  .main-hits__item {
    display: block;
    position: relative;
    background: #fff;
    outline: none;
    cursor: pointer; }
    @media (min-width: 768px) {
      .main-hits__item {
        margin: 0 8px; } }
    @media (min-width: 992px) {
      .main-hits__item {
        margin: 0 20px; } }
    @media (min-width: 1170px) {
      .main-hits__item {
        margin: 0 15px; } }
    .main-hits__item:hover {
      -webkit-box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.05);
      box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.05); }
  .main-hits__name {
    font: 400 20px "Roboto Condensed", Roboto, Arial, sans-serif;
    display: block;
    position: relative;
    height: 96px;
    padding: 26px 0;
    color: #003a70;
    text-align: center;
    overflow: hidden; }
    @media (min-width: 768px) {
      .main-hits__name {
        padding: 20px 0; } }
    @media (min-width: 992px) {
      .main-hits__name {
        padding: 13px 0; } }
    .main-hits__name span {
      display: block;
      position: absolute;
      top: 50%;
      left: 13px;
      right: 13px;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
  .main-hits__image {
    width: 100%; }
  .main-hits__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 16px 13px 16px;
    background: rgba(0, 62, 126, 0.5); }
    @media (min-width: 768px) {
      .main-hits__footer {
        padding: 13px; } }
    @media (min-width: 992px) {
      .main-hits__footer {
        padding: 16px 13px 16px; } }
    .main-hits__footer.active {
      position: static;
      background: #003a70; }
  .main-hits__price {
    font-weight: 300;
    color: #fff; }
    @media (min-width: 320px) {
      .main-hits__price {
        font-size: 16px; } }
    @media (min-width: 480px) {
      .main-hits__price {
        font-size: 28px; } }
    @media (min-width: 768px) {
      .main-hits__price {
        font-size: 20px; } }
    @media (min-width: 768px) {
      .main-hits__price {
        font-size: 16px; } }
    @media (min-width: 320px) {
      .main-hits__price span {
        font-size: 20px; } }
    @media (min-width: 480px) {
      .main-hits__price span {
        font-size: 25px; } }
    @media (min-width: 768px) {
      .main-hits__price span {
        font-size: 30px; } }
  .main-hits__more {
    display: block;
    background: #ea942d;
    vertical-align: middle;
    font-weight: 500;
    color: #fff;
    text-align: center;
    text-transform: uppercase; }
    @media (min-width: 320px) {
      .main-hits__more {
        width: 118px;
        line-height: 30px;
        font-size: 12px; } }
    @media (min-width: 768px) {
      .main-hits__more {
        width: 135px;
        font-size: 14px; } }
    @media (min-width: 992px) {
      .main-hits__more {
        line-height: 35px; } }
    .main-hits__more:hover {
      color: #fff;
      text-decoration: none; }

.hits-properties {
  display: block;
  height: 0;
  background: #ea942d;
  font-weight: 300;
  font-size: 16px;
  color: #fff; }
  .hits-properties.active {
    height: auto; }
    @media (min-width: 320px) {
      .hits-properties.active {
        padding: 7px 11px 10px; } }
    @media (min-width: 992px) {
      .hits-properties.active {
        padding: 7px 11px 10px; } }
  .hits-properties__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .hits-properties__cell {
    height: 0;
    font-size: 0;
    font-weight: 400; }
    .hits-properties__cell:first-child {
      margin-right: 11px;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      font-weight: 300; }

.active.hits-properties .cell {
  height: auto;
  padding: 3px 0; }
  @media (min-width: 320px) {
    .active.hits-properties .cell {
      font-size: 13px; } }
  @media (min-width: 992px) {
    .active.hits-properties .cell {
      font-size: 14px; } }

/* catalog */
.section-slider {
  position: relative;
  z-index: 0; }
  .section-slider__items {
    margin-right: -15px;
    margin-left: -15px; }
  .section-slider__item {
    padding: 15px; }
    .section-slider__item:focus {
      outline: 0; }
  .section-slider__link {
    display: block;
    padding: 40px 45px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none;
    border: 1px solid #fff;
    background: #fff; }
    .section-slider__link:hover {
      border-color: #ea942d;
      -webkit-box-shadow: 2px 2px 5px 5px rgba(0, 0, 0, 0.1);
      box-shadow: 2px 2px 5px 5px rgba(0, 0, 0, 0.1); }
  .section-slider__img {
    display: block;
    margin-bottom: 35px; }
    .section-slider__img img {
      max-width: 100%; }
  .section-slider__name {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    display: block;
    text-align: center;
    text-transform: uppercase;
    color: #003a70; }
  .section-slider__btn {
    display: block;
    margin-top: 40px;
    text-align: center; }

.section {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
  margin-top: 39px;
  margin-bottom: 52px; }
  @media (min-width: 320px) {
    .section__container {
      margin: 13px 0;
      padding: 0 15px; } }
  @media (min-width: 480px) {
    .section__container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  @media (min-width: 768px) {
    .section__container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  @media (min-width: 1170px) {
    .section__container {
      width: 1512px;
      padding: 0px;
      -ms-flex-pack: distribute;
      justify-content: space-around;
   /*   width: 1170px;*/
      margin: 0 auto; } }
  .section__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%; }
    @media (min-width: 320px) {
      .section__top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
    @media (min-width: 768px) {
      .section__top {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row; } }
  .section__link {
    display: block;
    margin: 0;
    padding: 0; }
  .section__image {
    display: block; }
    @media (min-width: 320px) {
      .section__image {
        width: 100%;
        margin-bottom: 13px; } }
    @media (min-width: 768px) {
      .section__image {
        width: 42%;
        margin-bottom: 0; } }
    .section__image img {
      width: 100%; }
  .section__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    height: 100%; }
    @media (min-width: 320px) {
      .section__right {
        width: 100%; } }
    @media (min-width: 768px) {
      .section__right {
        width: 50%; } }
  .section__calc {
    margin: auto;
    width: 250px;
    background: #003a70;
    line-height: 45px;
    color: #fff;
    text-transform: uppercase;
    text-align: center; }
    @media (min-width: 768px) {
      .section__calc {
        width: 200px;
        line-height: 40px;
        font-size: 14px; } }
    @media (min-width: 992px) {
      .section__calc {
        width: 250px;
        line-height: 45px;
        font-size: 16px; } }
    .section__calc:hover {
      color: #ea942d; }
  .section__item {
    display: block;
    position: relative;
    background: #fff;
    outline: none;
    cursor: pointer; }
    @media (min-width: 768px) {
      .section__item {
        margin: 0 8px; } }
    @media (min-width: 992px) {
      .section__item {
        margin: 0 20px; } }
    @media (min-width: 1170px) {
      .section__item {
        margin: 0 15px; } }
    .section__item:hover {
      -webkit-box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.05);
      box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.05); }
      .section__item:hover .section__footer {
        opacity: 1;
        -webkit-transition: opacity 0.3s;
        transition: opacity 0.3s; }
    @media (min-width: 480px) {
      .section__item {
        width: 48%;
        margin-bottom: 13px; } }
    @media (min-width: 768px) {
      .section__item {
        width: 31%; } }
    @media (min-width: 992px) {
      .section__item {
        margin-right: 0px;
        width: 27%;
        margin-left: 0px;
      } }
    .section__item img {
      width: 100%; }
  .section__name {
    width: 83%;
    margin: 0 auto;
    font: 400 20px "Roboto Condensed", Roboto, Arial, sans-serif;
    display: block;
    position: relative;
    height: 96px;
    padding: 26px 0;
    color: #003a70;
    text-align: center;
    overflow: hidden; }
    @media (min-width: 768px) {
      .section__name {
        padding: 20px 0; } }
    @media (min-width: 992px) {
      .section__name {
        padding: 13px 0; } }
    .section__name span {
      display: block;
      position: absolute;
      top: 50%;
      left: 13px;
      right: 13px;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
    @media (min-width: 480px) {
      .section__name {
        height: 65px;
        padding: 13px 0;
        font-size: 16px; } }
    @media (min-width: 992px) {
      .section__name {
        height: 96px;
        padding: 26px 0;
        font-size: 20px; } }
    .section__name a:hover {
      text-decoration: none; }
  .section__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    left: 0;
    top: 96px;
    width: 100%;
    padding: 16px 13px 16px;
    background: rgba(0, 62, 126, 0.5);
    opacity: 1; }
    @media (min-width: 480px) {
      .section__footer {
        padding: 16px 7px; } }
    @media (min-width: 768px) {
      .section__footer {
        padding: 13px; } }
    @media (min-width: 992px) {
      .section__footer {
        padding: 16px 13px 16px; } }
  .section__price {
    font-weight: 300;
    color: #fff; }
    @media (min-width: 320px) {
      .section__price {
        font-size: 16px; } }
    @media (min-width: 480px) {
      .section__price {
        font-size: 12px; } }
    @media (min-width: 768px) {
      .section__price {
        font-size: 20px; } }
    @media (min-width: 768px) {
      .section__price {
        font-size: 20px; } }
    @media (min-width: 320px) {
      .section__price span {
        font-size: 20px; } }
    @media (min-width: 480px) {
      .section__price span {
        font-size: 25px; } }
    @media (min-width: 768px) {
      .section__price span {
        font-size: 30px; } }
  .section__more {
    display: block;
    background: #ea942d;
    vertical-align: middle;
    font-weight: 500;
    color: #fff;
    text-align: center;
    text-transform: uppercase; }
    @media (min-width: 320px) {
      .section__more {
        width: 118px;
        line-height: 30px;
        font-size: 12px; } }
    @media (min-width: 768px) {
      .section__more {
        width: 135px;
        font-size: 14px; } }
    @media (min-width: 992px) {
      .section__more {
        line-height: 35px; } }
    .section__more:hover {
      color: #fff;
      text-decoration: none; }
  .section__description {
    line-height: 1.6em;
    font-size: 16px;
    font-weight: 300;
    color: #555; }
    @media (min-width: 320px) {
      .section__description {
        padding: 10px; } }
    @media (min-width: 1170px) {
      .section__description {
        width: 1170px;
        margin: 0 auto;
        padding: 0;
        margin-top: 39px; } }
    .section__description ul {
      list-style: circle;
      padding-left: 40px; }
    .section__description li {
      line-height: 1.9em; }
    .section__description p {
      margin: 18px 0; }
    .section__description b {
      font-weight: 700; }
    .section__description a {
      color: #003a70; }
      .section__description a:hover {
        color: #003a70; }
  .section__navigation {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 13px 0 26px;
    padding: 0 15px; }
    @media (min-width: 1170px) {
      .section__navigation {
        width: 1170px;
        margin: 0 auto;
        padding: 0;
        margin: 13px auto 26px; } }
    @media (min-width: 320px) {
      .section__navigation a,
      .section__navigation span {
        padding: 0 5px !important; } }
    @media (min-width: 480px) {
      .section__navigation a,
      .section__navigation span {
        padding: 0 12px !important; } }
  .section__content {
    width: 100%;
    margin: 13px 0 52px; }
    @media (min-width: 1170px) {
      .section__content {
        width: 1170px;
        margin: 0 auto;
        padding: 0; } }
  .section__subtitle {
    font: 400 35px "Roboto Condensed", Roboto, Arial, sans-serif;
    color: #003a70;
    text-align: center;
    margin-bottom: 13px;
    font-size: 25px; }
    @media (min-width: 320px) {
      .section__subtitle {
        font-size: 20px; } }
    @media (min-width: 480px) {
      .section__subtitle {
        font-size: 23px; } }
  .section__sizes {
    width: 100%;
    margin-bottom: 15px;
    border: 1px solid #999; }
    .section__sizes tr {
      padding: 3px 7px;
      border-bottom: 1px solid #999; }
      .section__sizes tr:nth-child(2n+1) {
        background: #f6f6f6; }
      .section__sizes tr:last-child {
        border-bottom: 0; }
    .section__sizes th {
      font: 400 18px "Roboto Condensed", Roboto, Arial, sans-serif;
      padding: 3px 7px;
      border-right: 1px solid #999;
      background: #484848;
      color: #fff;
      text-align: center; }
      @media (min-width: 768px) {
        .section__sizes th {
          font-size: 16px; } }
      @media (min-width: 992px) {
        .section__sizes th {
          font-size: 18px; } }
      .section__sizes th:last-child {
        border-right: 0; }
    .section__sizes td {
      font: 300 16px Roboto, Arial, sans-serif;
      padding: 3px 13px;
      border-left: 1px solid #999;
      color: #555;
      text-align: center; }
      .section__sizes td:first-child {
        border-left: 0;
        text-align: left; }
      @media (min-width: 768px) {
        .section__sizes td {
          font-size: 14px; } }
      @media (min-width: 992px) {
        .section__sizes td {
          font-size: 16px; } }
  .section b {
    font-weight: 700; }
  @media (min-width: 480px) {
    .section__items {
      padding: 0px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      width: 100%; } }
  @media (min-width: 768px) {
    .section__items {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  @media (min-width: 1170px) {
    .section__items {
      -ms-flex-pack: distribute;
      justify-content: space-around; } }
  .section__star {
    display: none; }

.section-design {
  background: #555;
  padding: 40px 0 60px; }
  .section-design__title {
    font: 400 35px "Roboto Condensed", Roboto, Arial, sans-serif;
    color: #003a70;
    text-align: center;
    color: #fff; }
  .section-design__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 52px; }
    @media (min-width: 320px) {
      .section-design__container {
        padding: 0 15px; } }
    @media (min-width: 480px) {
      .section-design__container {
        -ms-flex-pack: distribute;
        justify-content: space-around;
        padding: 0 24px; } }
    @media (min-width: 768px) {
      .section-design__container {
        -ms-flex-pack: distribute;
        justify-content: space-around; } }
    @media (min-width: 992px) {
      .section-design__container {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; } }
    @media (min-width: 1170px) {
      .section-design__container {
        width: 1170px;
        margin: 0 auto;
        padding: 0;
        margin-top: 52px; } }
  .section-design__item {
    margin-bottom: 58px;
    font-weight: 300;
    color: #fff;
    text-align: center; }
    @media (min-width: 320px) {
      .section-design__item {
        width: 48%;
        font-size: 13px; } }
    @media (min-width: 480px) {
      .section-design__item {
        width: 27%; } }
    @media (min-width: 768px) {
      .section-design__item {
        width: 21%; } }
    @media (min-width: 992px) {
      .section-design__item {
        width: 14%;
        font-size: 14px; } }
    @media (min-width: 1170px) {
      .section-design__item {
        font-size: 16px; } }
  .section-design__image {
    margin-bottom: 16px;
    width: 100%; }
    @media (min-width: 992px) {
      .section-design__image {
        width: 70%; } }

@media (min-width: 320px) {
  .ral {
    padding: 54px 0 66px; } }

@media (min-width: 992px) {
  .ral {
    padding: 49px 0 72px; } }

@media (min-width: 320px) {
  .ral__container {
    padding: 0 15px; } }

@media (min-width: 480px) {
  .ral__container {
    padding: 0 54px; } }

@media (min-width: 768px) {
  .ral__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 15px; } }

@media (min-width: 1170px) {
  .ral__container {
    width: 1170px;
    margin: 0 auto;
    padding: 0; } }

@media (min-width: 768px) {
  .ral__left {
    width: 40%; } }

@media (min-width: 992px) {
  .ral__left {
    width: 40%; } }

@media (min-width: 768px) {
  .ral__right {
    width: 52%; } }

@media (min-width: 992px) {
  .ral__right {
    width: 52%; } }

.ral__title {
  font: 400 35px "Roboto Condensed", Roboto, Arial, sans-serif;
  color: #003a70;
  text-align: center;
  margin-bottom: 40px; }

.ral .surface {
  margin-bottom: 64px; }
  .ral .surface__item {
    position: relative;
    margin-bottom: 19px; }
  .ral .surface__image {
    width: 100%;
    border: 1px solid #f6f6f6; }
  .ral .surface__name {
    position: absolute;
    left: 0;
    bottom: 29px;
    width: 100%;
    font-size: 16px;
    text-align: center; }

.ral .color {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .ral .color__item {
    position: relative;
    margin-bottom: 15px; }
    @media (min-width: 320px) {
      .ral .color__item {
        width: 100%; } }
    @media (min-width: 480px) {
      .ral .color__item {
        width: 42%; } }
    @media (min-width: 992px) {
      .ral .color__item {
        width: 32%; } }
  .ral .color__image {
    width: 100%; }
  .ral .color__name {
    position: absolute;
    left: 0;
    bottom: 0%;
    width: 100%;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    font-size: 14px;
    text-align: center; }

.instruction {
  padding: 42px 0 65px;
  background: #f6f6f6; }
  @media (min-width: 320px) {
    .instruction__container {
      margin-top: 48px;
      padding: 0 15px; } }
  @media (min-width: 1170px) {
    .instruction__container {
      width: 1170px;
      margin: 0 auto;
      padding: 0;
      margin-top: 48px; } }
  .instruction__title {
    font: 400 35px "Roboto Condensed", Roboto, Arial, sans-serif;
    color: #003a70;
    text-align: center; }
  .instruction__download {
    display: block;
    width: 100%;
    height: 70px;
    margin-bottom: 26px;
    padding-left: 100px;
    background: url("/bitrix/templates/utlab_main/img/pdf.jpg") no-repeat left center;
    vertical-align: middle;
    color: #003a70; }
    @media (min-width: 320px) {
      .instruction__download {
        text-align: center; } }
    @media (min-width: 768px) {
      .instruction__download {
        text-align: left; } }

.section-set {
  position: relative;
  margin-top: 40px; }
  @media (min-width: 320px) {
    .section-set {
      padding: 0 40px; } }
  @media (min-width: 480px) {
    .section-set {
      padding: 0 80px; } }
  @media (min-width: 768px) {
    .section-set {
      padding: 0 58px; } }
  @media (min-width: 992px) {
    .section-set {
      padding: 0 85px; } }
  @media (min-width: 1170px) {
    .section-set {
      width: 1170px;
      margin: 40px auto 40px; } }
  @media (min-width: 320px) {
    .section-set {
      padding-bottom: 48px; } }
  @media (min-width: 1170px) {
    .section-set__container {
      padding: 0 36px; } }
  .section-set__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 16px 13px 16px;
    background: rgba(0, 62, 126, 0.5); }
    @media (min-width: 768px) {
      .section-set__footer {
        padding: 13px; } }
    @media (min-width: 992px) {
      .section-set__footer {
        padding: 16px 13px 16px; } }
  .section-set__item {
    display: block;
    position: relative;
    background: #fff;
    outline: none;
    cursor: pointer; }
    @media (min-width: 768px) {
      .section-set__item {
        margin: 0 8px; } }
    @media (min-width: 992px) {
      .section-set__item {
        margin: 0 20px; } }
    @media (min-width: 1170px) {
      .section-set__item {
        margin: 0 15px; } }
    .section-set__item:hover {
      -webkit-box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.05);
      box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.05); }
    .section-set__item:hover {
      -webkit-box-shadow: none;
      box-shadow: none; }
  .section-set__name {
    font: 400 20px "Roboto Condensed", Roboto, Arial, sans-serif;
    display: block;
    position: relative;
    height: 96px;
    padding: 26px 0;
    color: #003a70;
    text-align: center;
    overflow: hidden;
    border: 1px solid #ddd;
    border-bottom: 0; }
    @media (min-width: 768px) {
      .section-set__name {
        padding: 20px 0; } }
    @media (min-width: 992px) {
      .section-set__name {
        padding: 13px 0; } }
    .section-set__name span {
      display: block;
      position: absolute;
      top: 50%;
      left: 13px;
      right: 13px;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
  .section-set__link {
    outline: none; }
  .section-set__image {
    width: 100%; }
  .section-set__price {
    font-weight: 300;
    color: #fff; }
    @media (min-width: 320px) {
      .section-set__price {
        font-size: 16px; } }
    @media (min-width: 480px) {
      .section-set__price {
        font-size: 28px; } }
    @media (min-width: 768px) {
      .section-set__price {
        font-size: 20px; } }
    @media (min-width: 768px) {
      .section-set__price {
        font-size: 16px; } }
    @media (min-width: 320px) {
      .section-set__price span {
        font-size: 20px; } }
    @media (min-width: 480px) {
      .section-set__price span {
        font-size: 25px; } }
    @media (min-width: 768px) {
      .section-set__price span {
        font-size: 30px; } }
  .section-set__more {
    display: block;
    background: #ea942d;
    vertical-align: middle;
    font-weight: 500;
    color: #fff;
    text-align: center;
    text-transform: uppercase; }
    @media (min-width: 320px) {
      .section-set__more {
        width: 118px;
        line-height: 30px;
        font-size: 12px; } }
    @media (min-width: 768px) {
      .section-set__more {
        width: 135px;
        font-size: 14px; } }
    @media (min-width: 992px) {
      .section-set__more {
        line-height: 35px; } }
    .section-set__more:hover {
      color: #fff;
      text-decoration: none; }
  @media (min-width: 320px) {
    .section-set .slick-arrow {
      left: -30px; }
      .section-set .slick-arrow.slick-next {
        left: auto;
        right: -30px; } }
  @media (min-width: 480px) {
    .section-set .slick-arrow {
      left: -60px; }
      .section-set .slick-arrow.slick-next {
        left: auto;
        right: -60px; } }
  @media (min-width: 768px) {
    .section-set .slick-arrow {
      left: -30px; }
      .section-set .slick-arrow.slick-next {
        left: auto;
        right: -30px; } }
  @media (min-width: 1170px) {
    .section-set .slick-arrow {
      left: 0;
      margin-left: 0; }
      .section-set .slick-arrow.slick-next {
        right: 0;
        margin-right: 0; } }

.section-construction {
  padding: 35px 0 64px; }
  .section-construction__title {
    font: 400 35px "Roboto Condensed", Roboto, Arial, sans-serif;
    color: #003a70;
    text-align: center; }
  .section-construction__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 45px; }
    @media (min-width: 320px) {
      .section-construction__container {
        padding: 0 15px; } }
    @media (min-width: 1170px) {
      .section-construction__container {
        width: 1170px;
        margin: 0 auto;
        padding: 0;
        margin-top: 45px; } }
  @media (min-width: 320px) {
    .section-construction__image {
      width: 100%;
      margin-bottom: 20px; } }
  @media (min-width: 992px) {
    .section-construction__image {
      width: 50%; } }
  .section-construction__image img {
    width: 100%; }
  @media (min-width: 992px) {
    .section-construction__description {
      width: 48%; } }
  @media (min-width: 768px) {
    .section-construction__description ol {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  @media (min-width: 992px) {
    .section-construction__description ol {
      display: block; } }
  .section-construction__description li {
    margin: 10px 0;
    list-style-type: decimal;
    list-style-position: inside;
    font-size: 16px;
    font-weight: 300;
    color: #555; }
    @media (min-width: 768px) {
      .section-construction__description li {
        width: 48%; } }
    @media (min-width: 992px) {
      .section-construction__description li {
        width: auto; } }

.section-basic {
  background: #003a70; }
  @media (min-width: 320px) {
    .section-basic {
      padding: 40px 0 35px; } }
  @media (min-width: 1170px) {
    .section-basic {
      padding: 57px 0 35px; } }
  .section-basic__title {
    font: 400 35px "Roboto Condensed", Roboto, Arial, sans-serif;
    color: #003a70;
    text-align: center;
    color: #fff; }
  .section-basic__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 50px; }
    @media (min-width: 320px) {
      .section-basic__container {
        padding: 0 15px; } }
    @media (min-width: 480px) {
      .section-basic__container {
        padding: 0 80px; } }
    @media (min-width: 768px) {
      .section-basic__container {
        padding: 0 55px; } }
    @media (min-width: 992px) {
      .section-basic__container {
        -ms-flex-pack: distribute;
        justify-content: space-around;
        padding: 0 15px; } }
    @media (min-width: 1170px) {
      .section-basic__container {
        width: 1170px;
        margin: 0 auto;
        padding: 0;
        margin-top: 50px; } }
  @media (min-width: 320px) {
    .section-basic__item {
      width: 100%;
      margin-bottom: 35px; } }
  @media (min-width: 768px) {
    .section-basic__item {
      width: 48%; } }
  @media (min-width: 992px) {
    .section-basic__item {
      width: 31.5%; } }
  .section-basic__image {
    overflow: hidden; }
    @media (min-width: 320px) {
      .section-basic__image {
        margin-bottom: 15px; } }
    .section-basic__image img {
      width: 100%; }
    @media (min-width: 320px) {
      .section-basic__image {
        width: 100%;
        height: auto; } }
    @media (min-width: 480px) {
      .section-basic__image {
        width: 100%;
        height: auto; } }
    .section-basic__image img {
      width: 100%; }
  .section-basic__text {
    color: #fff; }
    @media (min-width: 320px) {
      .section-basic__text {
        font-size: 13px;
        text-align: center; } }
    @media (min-width: 992px) {
      .section-basic__text {
        font-size: 16px; } }

@media (min-width: 320px) {
  .section-additional {
    padding: 40px 0 35px; } }

@media (min-width: 1170px) {
  .section-additional {
    padding: 57px 0 35px; } }

.section-additional__title {
  font: 400 35px "Roboto Condensed", Roboto, Arial, sans-serif;
  color: #003a70;
  text-align: center; }

.section-additional__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 50px; }
  @media (min-width: 320px) {
    .section-additional__container {
      padding: 0 15px; } }
  @media (min-width: 480px) {
    .section-additional__container {
      padding: 0 80px; } }
  @media (min-width: 768px) {
    .section-additional__container {
      padding: 0 55px; } }
  @media (min-width: 992px) {
    .section-additional__container {
      -ms-flex-pack: distribute;
      justify-content: space-around;
      padding: 0 15px; } }
  @media (min-width: 1170px) {
    .section-additional__container {
      width: 1170px;
      margin: 0 auto;
      padding: 0;
      margin-top: 50px; } }

@media (min-width: 320px) {
  .section-additional__item {
    width: 100%;
    margin-bottom: 35px; } }

@media (min-width: 768px) {
  .section-additional__item {
    width: 48%; } }

@media (min-width: 992px) {
  .section-additional__item {
    width: 31.5%; } }

@media (min-width: 320px) {
  .section-additional__image {
    margin-bottom: 15px; } }

.section-additional__image img {
  width: 100%; }

.section-additional__text {
  color: #555; }
  @media (min-width: 320px) {
    .section-additional__text {
      font-size: 13px;
      text-align: center; } }
  @media (min-width: 992px) {
    .section-additional__text {
      font-size: 16px; } }

.section-additional__more {
  display: block;
  width: 230px;
  margin: 0 auto;
  background: #003a70;
  color: #fff;
  line-height: 48px;
  vertical-align: middle;
  font-size: 17px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center; }
  .section-additional__more:focus, .section-additional__more:hover {
    color: #fff;
    text-decoration: none; }

.section-advantages {
  background: #f6f6f6; }
  @media (min-width: 768px) {
    .section-advantages {
      padding: 50px 0 20px; } }
  .section-advantages__title {
    font: 400 35px "Roboto Condensed", Roboto, Arial, sans-serif;
    color: #003a70;
    text-align: center; }
    @media (min-width: 320px) {
      .section-advantages__title {
        font-size: 24px;
        font-weight: 400;
        -webkit-transform: scaleX(0.85);
        transform: scaleX(0.85); } }
    @media (min-width: 480px) {
      .section-advantages__title {
        font-size: 35px; } }
  .section-advantages__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media (min-width: 320px) {
      .section-advantages__container {
        margin-top: 20px;
        padding: 0 15px; } }
    @media (min-width: 480px) {
      .section-advantages__container {
        padding: 0 64px; } }
    @media (min-width: 768px) {
      .section-advantages__container {
        margin-top: 50px; } }
    @media (min-width: 1170px) {
      .section-advantages__container {
        width: 1170px;
        margin: 0 auto;
        padding: 0;
        margin-top: 50px; } }
  @media (min-width: 320px) {
    .section-advantages__item {
      margin-bottom: 35px; } }
  @media (min-width: 480px) {
    .section-advantages__item {
      width: 48%;
      margin-bottom: 33px; } }
  @media (min-width: 768px) {
    .section-advantages__item {
      width: 23%; } }
  .section-advantages__image {
    margin: 0 auto 26px;
    border-radius: 50%; }
    @media (min-width: 320px), (min-width: 1170px) {
      .section-advantages__image {
        width: 196px;
        height: 196px;
        background: url("/bitrix/templates/utlab_main/img/section-advantages.png") no-repeat; }
        .section-advantages__image.second {
          background-position-x: -304px; }
        .section-advantages__image.third {
          background-position-x: -613px; }
        .section-advantages__image.fourth {
          background-position-x: -908px; } }
    @media (min-width: 480px) {
      .section-advantages__image {
        width: 127px;
        height: 127px;
        margin: 0 auto 20px;
        background: url("/bitrix/templates/utlab_main/img/section-advantages-480.png") no-repeat left top; }
        .section-advantages__image.second {
          background-position-x: -190px; }
        .section-advantages__image.third {
          background-position: -8px -237px; }
        .section-advantages__image.fourth {
          background-position: -190px -237px; } }
    @media (min-width: 992px) {
      .section-advantages__image {
        width: 162px;
        height: 162px;
        background: url("/bitrix/templates/utlab_main/img/section-advantages-992.png") no-repeat left top; }
        .section-advantages__image.second {
          background-position-x: -253px; }
        .section-advantages__image.third {
          background-position: -508px top; }
        .section-advantages__image.fourth {
          background-position: -752px top; } }
  .section-advantages__text {
    padding: 0 15px;
    font-size: 14px;
    font-weight: 300;
    text-align: center; }

.tabs-section {
  position: relative;
  height: 810px;
  margin-top: 39px; }
  @media (min-width: 320px) {
    .tabs-section {
      margin-bottom: 270px; } }
  @media (min-width: 480px) {
    .tabs-section {
      margin-bottom: 130px; } }
  @media (min-width: 768px) {
    .tabs-section {
      width: 100%;
      margin-bottom: 90px; } }
  @media (min-width: 1170px) {
    .tabs-section {
      width: 100%;
      margin-bottom: 0; } }
  .tabs-section__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    border-top: 3px solid #ea942d; }
    @media (min-width: 320px) {
      .tabs-section__links {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        background: none; } }
    @media (min-width: 768px) {
      .tabs-section__links {
        -ms-flex-pack: distribute;
        justify-content: space-around; } }
    @media (min-width: 1170px) {
      .tabs-section__links {
        background: #003a70; } }
  .tabs-section__link {
    font: 400 18px "Roboto Condensed", Roboto, Arial, sans-serif;
    text-align: center;
    text-transform: uppercase;
    outline: none; }
    @media (min-width: 320px) {
      .tabs-section__link {
        padding: 13px;
        color: #003a70; } }
    @media (min-width: 1170px) {
      .tabs-section__link {
        padding: 13px 10px;
        color: #fff; } }
    .tabs-section__link:focus, .tabs-section__link:hover {
      color: #ea942d;
      text-decoration: none;
      outline: none; }
    .tabs-section__link:hover, .tabs-section__link.active {
      position: relative;
      color: #ea942d; }
      @media (min-width: 992px) {
        .tabs-section__link:hover::before, .tabs-section__link.active::before {
          content: '';
          display: block;
          position: absolute;
          top: 0;
          left: 50%;
          width: 0;
          height: 0;
          margin-left: -4px; } }
  @media (min-width: 992px) and (min-width: 320px) {
    .tabs-section__link:hover::before, .tabs-section__link.active::before {
      border: 0; } }
  @media (min-width: 992px) and (min-width: 1170px) {
    .tabs-section__link:hover::before, .tabs-section__link.active::before {
      border: 5px solid transparent;
      border-top: 5px solid #ea942d; } }
  .tabs-section__value {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 26px 0;
    background: #fff;
    display: none; }
    .tabs-section__value:nth-child(2) {
      display: block; }
  .tabs-section__description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media (min-width: 320px) {
      .tabs-section__description {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    @media (min-width: 992px) {
      .tabs-section__description {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; } }
    .tabs-section__description.design, .tabs-section__description.complectation {
      display: block; }

.section-colors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }
  .section-colors__item {
    position: relative;
    margin-right: 1%;
    cursor: default; }
    @media (min-width: 320px) {
      .section-colors__item {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 13px; }
        .section-colors__item:nth-child(2n) {
          margin-right: 0; } }
    @media (min-width: 480px) {
      .section-colors__item {
        width: 32%;
        margin-right: 1%; }
        .section-colors__item:nth-child(2n) {
          margin-right: 1%; }
        .section-colors__item:nth-child(3n) {
          margin-right: 0; } }
    @media (min-width: 768px) {
      .section-colors__item {
        width: 24%; }
        .section-colors__item:nth-child(3n) {
          margin-right: 1%; }
        .section-colors__item:nth-child(4n) {
          margin-right: 0; } }
    @media (min-width: 992px) {
      .section-colors__item {
        width: 24.2%; }
        .section-colors__item:nth-child(4n) {
          margin-right: 0; } }
    .section-colors__item img {
      width: 100%; }
      @media (min-width: 320px) {
        .section-colors__item img {
          width: 100%;
          height: auto; } }
  .section-colors__name {
    font: 300 14px Roboto, Arial, sans-serif;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 3px;
    padding: 13px 5px;
    background: rgba(0, 62, 126, 0.9);
    color: #fff;
    text-align: center; }
    @media (min-width: 320px) {
      .section-colors__name {
        padding: 7px 5px;
        font-size: 13px; } }
    @media (min-width: 480px) {
      .section-colors__name {
        font-size: 14px; } }
    @media (min-width: 992px) {
      .section-colors__name {
        padding: 13px 5px; } }

.section-surface {
  padding: 15px;
  background: #555;
  border-top: 2px solid #fff; }
  @media (min-width: 320px) {
    .section-surface {
      width: 100%; } }
  .section-surface__title {
    font: 500 24px "Roboto Condensed", Roboto, Arial, sans-serif;
    margin-bottom: 13px;
    color: #fff;
    text-transform: uppercase; }
  @media (min-width: 480px) {
    .section-surface__container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; } }
  @media (min-width: 992px) {
    .section-surface__container {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }
  .section-surface__item {
    position: relative; }
    @media (min-width: 320px) {
      .section-surface__item {
        width: 100%;
        margin-bottom: 15px; } }
    @media (min-width: 480px) {
      .section-surface__item {
        width: 48%;
        margin-right: 4%; }
        .section-surface__item:nth-child(2n) {
          margin-right: 0; } }
    @media (min-width: 992px) {
      .section-surface__item {
        width: 24%;
        margin-right: 1%; }
        .section-surface__item:nth-child(4n) {
          margin-right: 0; } }
    .section-surface__item img {
      width: 100%; }
  .section-surface__name {
    position: absolute;
    left: 5px;
    right: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center; }

.section-design {
  background: #555;
  width: 100%; }
  @media (min-width: 320px) {
    .section-design {
      padding: 15px; } }
  @media (min-width: 480px) {
    .section-design {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: distribute;
      justify-content: space-around;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  @media (min-width: 992px) {
    .section-design {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  .section-design__item {
    margin-bottom: 26px; }
    @media (min-width: 320px) {
      .section-design__item {
        width: calc(100% - 30px);
        margin: 13px auto; } }
    @media (min-width: 480px) {
      .section-design__item {
        width: 48%; } }
    @media (min-width: 768px) {
      .section-design__item {
        width: 32%; } }
    @media (min-width: 992px) {
      .section-design__item {
        width: 24%; } }
    @media (min-width: 1170px) {
      .section-design__item {
        width: 18%; } }
    .section-design__item img {
      width: 100%; }
  .section-design__name {
    margin-top: 7px;
    font-weight: 300;
    color: #fff;
    text-align: center; }

.section-base {
  padding-top: 26px; }
  @media (min-width: 768px) {
    .section-base {
      background: #003a70; } }
  .section-base__title {
    font: 400 35px "Roboto Condensed", Roboto, Arial, sans-serif;
    color: #003a70;
    text-align: center;
    color: #fff; }
  @media (min-width: 320px) {
    .section-base__container {
      margin: 0 -15px;
      padding: 39px 13px; } }
  @media (min-width: 480px) {
    .section-base__container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin: 0; } }
  @media (min-width: 992px) {
    .section-base__container {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; } }
  @media (min-width: 1170px) {
    .section-base__container {
      margin: 0; } }
  .section-base__item {
    cursor: pointer; }
    @media (min-width: 480px) {
      .section-base__item {
        width: 48%;
        margin-bottom: 33px; } }
    @media (min-width: 768px) {
      .section-base__item {
        width: 32%; } }
    @media (min-width: 992px) {
      .section-base__item {
        width: 24%;
        margin-right: 1.2%; }
        .section-base__item:nth-child(4n) {
          margin-right: 0; } }
    @media (min-width: 1170px) {
      .section-base__item {
        width: 18%;
        margin-right: 2.5%; }
        .section-base__item:nth-child(4n) {
          margin-right: 2.5%; }
        .section-base__item:nth-child(5n) {
          margin-right: 0; } }
    .section-base__item img {
      width: 100%; }
    .section-base__item.active .section-base__name {
      height: auto; }
      .section-base__item.active .section-base__name::after {
        display: none; }
  .section-base__name {
    position: relative;
    height: 130px;
    overflow: hidden;
    padding: 13px 0;
    background: #003a70;
    font-weight: 300;
    color: #fff;
    text-align: center; }
    .section-base__name::after {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      bottom: 0;
      height: 19px;
      width: 100%;
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 62, 126, 0.7)), to(#003a70));
      background: linear-gradient(to bottom, rgba(0, 62, 126, 0.7), #003a70 100%); }

.section-add {
  padding-top: 26px;
  background: #ededed; }
  .section-add__title {
    font: 400 35px "Roboto Condensed", Roboto, Arial, sans-serif;
    color: #003a70;
    text-align: center; }
  @media (min-width: 320px) {
    .section-add__container {
      margin: 0 -15px;
      padding: 39px 13px; } }
  @media (min-width: 480px) {
    .section-add__container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  @media (min-width: 992px) {
    .section-add__container {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; } }
  @media (min-width: 1170px) {
    .section-add__container {
      margin: 0; } }
  .section-add__item {
    margin-bottom: 33px;
    cursor: pointer; }
    @media (min-width: 480px) {
      .section-add__item {
        width: 48%; } }
    @media (min-width: 768px) {
      .section-add__item {
        width: 32%; } }
    @media (min-width: 992px) {
      .section-add__item {
        width: 24%;
        margin-right: 1.2%; }
        .section-add__item:nth-child(4n) {
          margin-right: 0; } }
    @media (min-width: 1170px) {
      .section-add__item {
        width: 18%;
        margin-right: 2.5%; }
        .section-add__item:nth-child(4n) {
          margin-right: 2.5%; }
        .section-add__item:nth-child(5n) {
          margin-right: 0; } }
    .section-add__item img {
      width: 100%; }
    .section-add__item.active .section-add__name {
      height: auto; }
      .section-add__item.active .section-add__name::after {
        display: none; }
  .section-add__name {
    position: relative;
    height: 133px;
    overflow: hidden;
    margin-top: 13px;
    font-weight: 300;
    color: #555;
    text-align: center;
    text-overflow: ellipsis; }
    .section-add__name::after {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      bottom: 0;
      height: 19px;
      width: 100%;
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(237, 237, 237, 0.7)), to(#ededed));
      background: linear-gradient(to bottom, rgba(237, 237, 237, 0.7), #ededed 100%); }

.section-tech {
  width: 100%; }
  .section-tech__title {
    padding: 13px 0;
    font-size: 21px;
    font-weight: 500; }
  .section-tech table {
    width: 100%;
    margin-bottom: 26px;
    border-collapse: collapse; }
  .section-tech th {
    font: 500 18px "Roboto Condensed", Roboto, Arial, sans-serif;
    border-right: 1px solid #f6f6f6;
    background: #003a70;
    color: #fff;
    text-align: center;
    vertical-align: middle; }
    .section-tech th:last-child {
      border-right: 0; }
    @media (min-width: 320px) {
      .section-tech th {
        padding: 7px 3px;
        font-size: 12px;
        font-weight: 400; } }
    @media (min-width: 480px) {
      .section-tech th {
        padding: 7px;
        font-size: 14px; } }
    @media (min-width: 768px) {
      .section-tech th {
        padding: 13px 26px;
        font-size: 18px; } }
  .section-tech td {
    font: 500 16px "Roboto Condensed", Roboto, Arial, sans-serif;
    border-bottom: 1px solid #f6f6f6;
    border-right: 1px solid #f6f6f6;
    background: #ea942d;
    vertical-align: middle;
    font-weight: 300;
    color: #fff;
    text-align: center; }
    .section-tech td:first-child {
      text-align: left; }
    .section-tech td:last-child {
      border-right: 0; }
    @media (min-width: 320px) {
      .section-tech td {
        padding: 7px 3px;
        font-size: 12px; } }
    @media (min-width: 480px) {
      .section-tech td {
        padding: 7px;
        font-size: 13px; } }
    @media (min-width: 768px) {
      .section-tech td {
        padding: 13px 26px;
        font-size: 16px; } }

.section-construction {
  width: 100%; }
  .section-construction__title {
    font: 400 35px "Roboto Condensed", Roboto, Arial, sans-serif;
    color: #003a70;
    text-align: center; }
  .section-construction__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 26px; }
    @media (min-width: 320px) {
      .section-construction__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
    @media (min-width: 992px) {
      .section-construction__container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row; } }
  @media (min-width: 320px) {
    .section-construction__image {
      width: 100%;
      margin-bottom: 13px; } }
  @media (min-width: 768px) {
    .section-construction__image {
      display: block;
      width: 635px;
      margin: 0 auto 26px; } }
  @media (min-width: 992px) {
    .section-construction__image {
      width: 48%; } }
  .section-construction__image img {
    width: 100%; }
  @media (min-width: 320px) {
    .section-construction__description {
      width: 100%; } }
  @media (min-width: 992px) {
    .section-construction__description {
      width: 48%; } }
  .section-construction__description li {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 300; }
    @media (min-width: 320px) {
      .section-construction__description li {
        font-size: 14px; } }
    @media (min-width: 480px) {
      .section-construction__description li {
        font-size: 16px; } }
    @media (min-width: 992px) {
      .section-construction__description li {
        font-size: 17px; } }

.section-preparation {
  width: 100%; }
  .section-preparation__title {
    font: 400 35px "Roboto Condensed", Roboto, Arial, sans-serif;
    color: #003a70;
    text-align: center; }
  .section-preparation__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 26px; }
    @media (min-width: 320px) {
      .section-preparation__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
    @media (min-width: 992px) {
      .section-preparation__container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row; } }
  @media (min-width: 320px) {
    .section-preparation__image {
      width: 100%;
      margin-bottom: 13px; } }
  @media (min-width: 768px) {
    .section-preparation__image {
      display: block;
      width: 635px;
      margin: 0 auto 26px; } }
  @media (min-width: 992px) {
    .section-preparation__image {
      width: 48%; } }
  .section-preparation__image img {
    width: 100%; }
  @media (min-width: 320px) {
    .section-preparation__description {
      width: 100%; } }
  @media (min-width: 992px) {
    .section-preparation__description {
      width: 48%; } }
  .section-preparation__description li {
    list-style: circle;
    margin-bottom: 10px;
    margin-left: 26px;
    line-height: 1.4em;
    font-size: 18px;
    font-weight: 300; }
    @media (min-width: 320px) {
      .section-preparation__description li {
        font-size: 14px; } }
    @media (min-width: 480px) {
      .section-preparation__description li {
        font-size: 16px; } }
    @media (min-width: 992px) {
      .section-preparation__description li {
        font-size: 17px; } }

.section-mounting {
  width: 100%; }
  .section-mounting__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 39px;
    padding: 26px 26px 39px;
    border-left: 7px solid #003a70;
    background: rgba(234, 148, 45, 0.65); }
    .section-mounting__item:nth-child(2n) {
      border-color: #ea942d;
      background: rgba(0, 62, 126, 0.9);
      color: #fff; }
      @media (min-width: 320px) {
        .section-mounting__item:nth-child(2n) {
          border-left: 0;
          border-right: 7px solid #ea942d; } }
      @media (min-width: 768px) {
        .section-mounting__item:nth-child(2n) {
          border-right: 0;
          border-left: 7px solid #ea942d; } }
    @media (min-width: 320px) {
      .section-mounting__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 26px;
        padding: 26px 13px; } }
    @media (min-width: 768px) {
      .section-mounting__item {
        padding: 26px; } }
    @media (min-width: 768px) {
      .section-mounting__item {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row; } }
  .section-mounting__name {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    line-height: 1.5em;
    font-size: 18px;
    font-weight: 300; }
  .section-mounting__image {
    width: 280px;
    margin-right: 39px; }
    @media (min-width: 320px) {
      .section-mounting__image {
        width: 95%;
        margin-right: 0;
        margin-bottom: 26px; } }
    @media (min-width: 768px) {
      .section-mounting__image {
        width: 280px;
        margin-right: 26px;
        margin-bottom: 0; } }
  .section-mounting__docs {
    margin-bottom: 39px;
    padding: 0 26px; }
  .section-mounting__link {
    display: block;
    margin-bottom: 13px;
    font-size: 21px;
    padding: 22px; }
    .section-mounting__link.pdf {
      padding-left: 105px;
      background: url("/bitrix/templates/utlab_main/img/pdf.jpg") no-repeat left center; }
    .section-mounting__link.doc {
      padding-left: 105px;
      background: url("/bitrix/templates/utlab_main/img/doc-icon.png") no-repeat left center; }
/* news */
.news-list {
  margin-bottom: -30px; }
  .news-list__item {
    margin-bottom: 30px; }

.news-item {
  height: 100%; }
  .news-item__link {
    position: relative;
    display: block;
    height: 100%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none;
    outline: 1px solid transparent;
    background: #fff;
    -webkit-box-shadow: 2px 4px 5px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 4px 5px 0px rgba(0, 0, 0, 0.05); }
    .news-item__link:hover {
      outline-color: #ea942d;
      -webkit-box-shadow: 2px 2px 5px 5px rgba(0, 0, 0, 0.1);
      box-shadow: 2px 2px 5px 5px rgba(0, 0, 0, 0.1); }
  .news-item__img {
    line-height: 0;
    display: block; }
    .news-item__img img {
      width: 100%; }
  .news-item__content {
    display: block;
    padding: 30px 25px 45px; }
  .news-item__name {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    display: block;
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #003a70; }
  .news-item__text {
    font-size: 16px;
    display: block;
    color: #777; }
  .news-item__date {
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    position: absolute;
    right: 25px;
    bottom: 15px;
    color: #ea942d; }

@media (min-width: 320px) {
  .news {
    padding: 25px 34px; } }

@media (min-width: 480px) {
  .news {
    padding: 25px 68px; } }

.news__wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media (min-width: 768px) {
    .news__wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  @media (min-width: 1170px) {
    .news__wrapper {
      -ms-flex-pack: distribute;
      justify-content: space-around;
      width: 1170px;
      margin: 0 auto; } }

.news__item {
  background: #f6f6f6; }
  @media (min-width: 320px) {
    .news__item {
      margin-bottom: 17px; } }
  @media (min-width: 480px) {
    .news__item {
      margin-bottom: 33px; } }
  @media (min-width: 320px) {
    .news__item:last-child {
      display: none; } }
  @media (min-width: 768px) {
    .news__item {
      width: 47%; } }
  @media (min-width: 992px) {
    .news__item {
      width: 30%;
      margin-bottom: 15px; }
      .news__item:last-child {
        display: block; } }

.news__container {
  position: relative; }

.news__link {
  display: block;
  width: 100%; }

.news__image {
  width: 100%; }

.news__date {
  font: 400 14px "Roboto Condensed", Roboto, Arial, sans-serif;
  position: absolute;
  left: 0;
  bottom: 4px;
  width: 95px;
  background: #003a70;
  line-height: 32px;
  vertical-align: middle;
  color: #fff;
  text-align: center; }

.news__name {
  font: 700 19px "Roboto Condensed", Roboto, Arial, sans-serif;
  display: block;
  margin: 20px 0;
  padding: 0 16px;
  color: #003a70; }

.news__text {
  padding: 0 20px 33px;
  font-weight: 300;
  font-size: 16px; }

.news__all {
  display: block;
  font-size: 20px;
  font-weight: 700;
  color: #003a70;
  text-align: center; }

.news__pager {
  width: 1170px;
  margin: 0 auto;
  padding: 0;
  margin: 13px auto 39px; }

.news-detail {
  background: #f6f6f6; }
  @media (min-width: 320px) {
    .news-detail {
      margin-top: 28px;
      padding: 40px 15px 0; } }
  @media (min-width: 1170px) {
    .news-detail {
      margin-top: 38px;
      border-top: 1px solid #fff; } }
  .news-detail__container {
    background: white; }
    @media (min-width: 320px) {
      .news-detail__container {
        padding: 35px 14px 0; } }
    @media (min-width: 480px) {
      .news-detail__container {
        padding: 35px 28px 0; } }
    @media (min-width: 768px) {
      .news-detail__container {
        padding: 35px 28px 33px; } }
    @media (min-width: 1170px) {
      .news-detail__container {
        width: 1170px;
        margin: 0 auto;
        padding: 0;
        margin-top: 42px;
        padding: 35px 28px 33px; } }
  .news-detail__date {
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: 700;
    color: #ea942d; }
  .news-detail__content {
    font-size: 16px;
    font-weight: 300;
    color: #555; }
    .news-detail__content p {
      margin: 14px 0; }
    .news-detail__content b {
      font-weight: 500; }
    .news-detail__content ul, .news-detail__content ol {
      margin-left: 40px;
      margin-bottom: 13px;
      list-style: disc; }
    .news-detail__content img {
      width: 100%; }
  .news-detail__video {
    padding-bottom: 22px; }
    @media (min-width: 320px) {
      .news-detail__video {
        margin: 0 -15px;
        background: #f6f6f6; } }
    @media (min-width: 480px) {
      .news-detail__video {
        margin: 0 -30px; } }
    @media (min-width: 768px) {
      .news-detail__video {
        margin: 0;
        background: #fff; } }
    @media (min-width: 320px) {
      .news-detail__video iframe {
        height: 250px; } }
    @media (min-width: 768px) {
      .news-detail__video iframe {
        display: block;
        width: 80%;
        height: 315px;
        margin: 40px auto 33px; } }
    @media (min-width: 992px) {
      .news-detail__video iframe {
        width: 560px; } }
  .news-detail__share {
    margin-bottom: 20px;
    font-size: 16px;
    color: #003a70;
    text-align: center; }
    @media (min-width: 320px) {
      .news-detail__share {
        background: #f6f6f6; } }
    @media (min-width: 768px) {
      .news-detail__share {
        background: #fff; } }
  @media (min-width: 320px) {
    .news-detail__socials {
      margin: 0 -15px;
      background: #f6f6f6; } }
  @media (min-width: 480px) {
    .news-detail__socials {
      margin: 0 -30px; } }
  @media (min-width: 768px) {
    .news-detail__socials {
      background: #fff; } }
  .news-detail__socials .pluso {
    display: block;
    width: 164px;
    margin: 0 auto 44px;
    background: #f6f6f6; }
  .news-detail__socials .pluso-wrap .pluso-more {
    display: none; }
  .news-detail .news-gallery {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #f6f6f6; }
    @media (min-width: 320px) {
      .news-detail .news-gallery {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 15px -15px;
        padding: 15px 0; } }
    @media (min-width: 480px) {
      .news-detail .news-gallery {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 15px; } }
    @media (min-width: 768px) {
      .news-detail .news-gallery {
        padding: 30px 15px; } }
    @media (min-width: 992px) {
      .news-detail .news-gallery {
        padding: 44px 15px 50px; } }
    @media (min-width: 1170px) {
      .news-detail .news-gallery {
        width: 1170px;
        margin: 0 auto;
        padding: 0;
        padding: 40px 15px; } }
    @media (min-width: 320px) {
      .news-detail .news-gallery__link {
        width: calc(100% - 30px);
        margin-bottom: 12px; } }
    @media (min-width: 480px) {
      .news-detail .news-gallery__link {
        width: 48%; } }
    @media (min-width: 992px) {
      .news-detail .news-gallery__link {
        width: 32%; } }
    .news-detail .news-gallery__image {
      width: 100%; }
  .news-detail .news-other {
    background: #fff; }
    @media (min-width: 320px) {
      .news-detail .news-other {
        padding: 25px 34px; } }
    @media (min-width: 480px) {
      .news-detail .news-other {
        padding: 25px 68px; } }
    @media (min-width: 320px) {
      .news-detail .news-other {
        margin: 0 -15px;
        padding: 40px 15px; } }
    @media (min-width: 768px) {
      .news-detail .news-other__wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; } }
    @media (min-width: 1170px) {
      .news-detail .news-other__wrapper {
        -ms-flex-pack: distribute;
        justify-content: space-around;
        width: 1170px;
        margin: 0 auto; } }
    @media (min-width: 480px) {
      .news-detail .news-other__wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    .news-detail .news-other__item {
      background: #f6f6f6; }
      @media (min-width: 320px) {
        .news-detail .news-other__item {
          margin-bottom: 17px; } }
      @media (min-width: 480px) {
        .news-detail .news-other__item {
          margin-bottom: 33px; } }
      @media (min-width: 320px) {
        .news-detail .news-other__item:last-child {
          display: none; } }
      @media (min-width: 768px) {
        .news-detail .news-other__item {
          width: 47%; } }
      @media (min-width: 992px) {
        .news-detail .news-other__item {
          width: 30%;
          margin-bottom: 15px; }
          .news-detail .news-other__item:last-child {
            display: block; } }
      @media (min-width: 320px) {
        .news-detail .news-other__item:nth-child(3) {
          display: block; } }
      @media (min-width: 480px) {
        .news-detail .news-other__item {
          width: 48%; }
          .news-detail .news-other__item:nth-child(3) {
            display: none; } }
      @media (min-width: 992px) {
        .news-detail .news-other__item {
          width: 32%; }
          .news-detail .news-other__item:nth-child(3) {
            display: block; } }
    .news-detail .news-other__container {
      position: relative; }
    .news-detail .news-other__image {
      width: 100%; }
    .news-detail .news-other__date {
      font: 400 14px "Roboto Condensed", Roboto, Arial, sans-serif;
      position: absolute;
      left: 0;
      bottom: 4px;
      width: 95px;
      background: #003a70;
      line-height: 32px;
      vertical-align: middle;
      color: #fff;
      text-align: center;
      bottom: 4px; }
      @media (min-width: 320px) {
        .news-detail .news-other__date {
          width: 60px;
          line-height: 19px;
          font-size: 8px; } }
      @media (min-width: 768px) {
        .news-detail .news-other__date {
          width: 100px;
          line-height: 30px;
          font-size: 13px; } }
      @media (min-width: 992px) {
        .news-detail .news-other__date {
          width: 84px;
          line-height: 26px;
          font-size: 11px; } }
      @media (min-width: 1170px) {
        .news-detail .news-other__date {
          width: 100px;
          line-height: 30px;
          font-size: 14px; } }
    .news-detail .news-other__name {
      font: 700 19px "Roboto Condensed", Roboto, Arial, sans-serif;
      display: block;
      margin: 20px 0;
      padding: 0 16px;
      color: #003a70;
      overflow: hidden; }
      @media (min-width: 320px) {
        .news-detail .news-other__name {
          margin: 12px 0;
          font-size: 11px; } }
      @media (min-width: 480px) {
        .news-detail .news-other__name {
          height: 26px; } }
      @media (min-width: 768px) {
        .news-detail .news-other__name {
          height: 52px;
          margin: 20px 0;
          font-size: 18px; } }
      @media (min-width: 992px) {
        .news-detail .news-other__name {
          margin: 15px 0;
          font-size: 15px; } }
      @media (min-width: 1170px) {
        .news-detail .news-other__name {
          height: 69px;
          margin: 21px 0;
          font-size: 19px; } }
    .news-detail .news-other__text {
      padding: 0 20px 33px;
      font-weight: 300;
      font-size: 16px; }
      @media (min-width: 320px) {
        .news-detail .news-other__text {
          font-size: 10px; } }
      @media (min-width: 768px) {
        .news-detail .news-other__text {
          font-size: 15px; } }
      @media (min-width: 992px) {
        .news-detail .news-other__text {
          font-size: 13px; } }
      @media (min-width: 1170px) {
        .news-detail .news-other__text {
          font-size: 16px; } }
    .news-detail .news-other__all {
      display: block;
      font-size: 20px;
      font-weight: 700;
      color: #003a70;
      text-align: center; }

/* other */
.reviews-slider__items {
  margin-right: -15px;
  margin-left: -15px; }

.reviews-slider__item {
  padding: 15px; }
  .reviews-slider__item:focus {
    outline: 0; }

.reviews-slider__link {
  line-height: 0;
  position: relative;
  display: block;
  text-decoration: none; }

.reviews-slider__cover {
  line-height: 0; }
  .reviews-slider__cover img {
    max-width: 100%; }

.reviews-slider__play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 56px;
  height: 56px;
  margin-top: -28px;
  margin-left: -28px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  fill: #ea942d; }
  .reviews-slider__link:hover .reviews-slider__play {
    opacity: 0.8; }
  .reviews-slider__play svg {
    width: 100%;
    height: 100%; }

.support__item {
  margin-bottom: 30px; }

.support-item__link {
  line-height: 0;
  position: relative;
  display: block;
  text-decoration: none; }

.support-item__img {
  max-width: 100%; }

.support-item__name {
  font-size: 22px;
  line-height: 1;
  position: absolute;
  right: 20px;
  bottom: 20px;
  left: 20px;
  color: #000; }
  @media (min-width: 768px) {
    .support-item__name {
      font-size: 26px; } }

.support-icons {
  margin-bottom: -30px; }
  .support-icons__item {
    margin-bottom: 30px; }
  .support-icons__icon {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    cursor: default;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    text-align: center;
    border: none;
    border-radius: 50%;
    background: #c7c7c7; }
    .support-icons__icon .fa {
      font-size: 60px;
      margin-top: 20px;
      color: #002f56; }
  .support-icons__line {
    width: 2px;
    height: 40px;
    margin: 0 auto;
    opacity: 0.6;
    background: #c7c7c7; }
  .support-icons__point {
    width: 10px;
    height: 10px;
    margin: 0 auto;
    opacity: 0.6;
    border-radius: 5px;
    background: #c7c7c7; }
  .support-icons__text {
    margin-top: 5px;
    text-align: center; }
    @media (min-width: 768px) {
      .support-icons__text {
        text-align: left; } }

.proem-items__item {
  margin-bottom: 30px; }

.proem-items__img {
  margin-bottom: 20px;
  text-align: center; }
  @media (min-width: 768px) {
    .proem-items__img {
      margin-bottom: 0;
      text-align: left;
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2; } }
  @media (min-width: 768px) {
    .proem-items__item:nth-of-type(odd) .proem-items__img {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; } }
  .proem-items__img img {
    max-width: 100%; }

@media (min-width: 768px) {
  .proem-items__content {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }

@media (min-width: 768px) {
  .proem-items__item:nth-of-type(odd) .proem-items__content {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; } }

.proem-items__name {
  font-size: 24px;
  margin: 0 0 20px 0;
  text-align: center;
  color: #ea942d; }

.proem-items__text ul {
  overflow: hidden;
  padding-left: 20px;
  list-style-type: disc; }

.proem-items__text li {
  margin: 5px 0; }

.proem-items__download {
  margin-top: 20px;
  text-align: center; }
  .proem-items__download a {
    text-decoration: none;
    color: #4dc0f9; }
    .proem-items__download a:hover {
      color: #0056b3; }
  .proem-items__download .icons-pdf {
    font-size: 40px;
    display: block;
    margin-bottom: 5px; }

.zamer-items {
  margin-bottom: 30px; }
  .zamer-items__heading {
    font-size: 18px;
    margin-bottom: 20px;
    text-align: center; }
  .zamer-items__item {
    text-align: center; }
  .zamer-items__img {
    line-height: 0;
    display: block;
    margin-bottom: 15px; }
    .zamer-items__img img {
      max-width: 100%; }
  .zamer-items__link {
    text-decoration: none;
    color: #4dc0f9; }
    .zamer-items__link:hover {
      color: #0056b3; }
    .zamer-items__link .fa {
      font-size: 16px; }

/* old */
@media (min-width: 320px) {
  .video-gallery {
    margin-top: 65px;
    padding: 0 15px; } }

@media (min-width: 480px) {
  .video-gallery {
    padding: 0 60px; } }

@media (min-width: 768px) {
  .video-gallery {
    margin-top: 35px;
    padding: 0 17px; } }

@media (min-width: 992px) {
  .video-gallery {
    padding: 0 15px; } }

@media (min-width: 1170px) {
  .video-gallery {
    width: 1170px;
    margin: 0 auto;
    padding: 0;
    margin-top: 35px;
    margin-bottom: 52px; } }

.video-gallery__title {
  font: 500 33px "Roboto Condensed", Roboto, Arial, sans-serif;
  margin-top: 39px;
  margin-bottom: 13px;
  color: #003a70; }

.video-gallery__item {
  position: relative;
  margin: 0 8px; }

.video-gallery__link {
  display: block;
  position: relative; }
  .video-gallery__link:hover span {
    background: #003a70; }

.video-gallery__image {
  width: 100%; }

.video-gallery__name {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 4px;
  width: 100%;
  padding: 20px 0 16px;
  background: rgba(0, 62, 126, 0.9);
  font-size: 20px;
  font-weight: 300;
  color: #fff;
  text-align: center;
  text-transform: uppercase; }

.video-gallery__name {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  z-index: 10; }

.video-gallery__text {
  margin-top: 15px;
  line-height: 1.4em;
  font-size: 16px;
  font-weight: 300;
  color: #555; }

.video-gallery__youtube {
  position: relative;
  display: block;
  width: 100%;
  outline: none; }

.video-gallery__pager {
  width: 1170px;
  margin: 0 auto;
  padding: 0;
  margin: 13px auto 39px; }

.trade-mission {
  margin: 26px 0; }
  .trade-mission__title, .trade-mission__value {
    margin: 8px 0;
    line-height: 1.4em;
    font-size: 16px;
    font-weight: 300;
    color: #555; }
  .trade-mission__title {
    font-weight: 500; }

@media (min-width: 320px) {
  .dealer__container {
    padding: 0 5px;
    margin-bottom: 39px; } }

@media (min-width: 1170px) {
  .dealer__container {
    width: 1170px;
    margin: 39px auto 52px; } }

.dealer__map {
  width: 100%;
  height: 250px;
  margin-bottom: 26px; }

.dealer__title {
  padding: 7px 26px;
  background: #edeeed; }

.dealer__value {
  padding: 7px 26px; }

.dealer-certificates {
  margin-top: 13px; }
  .dealer-certificates__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 7px 13px; }
    @media (min-width: 320px) {
      .dealer-certificates__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
    @media (min-width: 768px) {
      .dealer-certificates__item {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row; } }
    .dealer-certificates__item:nth-child(2n) {
      background: #edeeed; }
      @media (min-width: 768px) {
        .dealer-certificates__item:nth-child(2n) {
          background: none; } }
  .dealer-certificates__id, .dealer-certificates__name, .dealer-certificates__expiration {
    width: 33%;
    padding: 3px 0; }
    @media (min-width: 320px) {
      .dealer-certificates__id, .dealer-certificates__name, .dealer-certificates__expiration {
        width: 100%;
        font-size: 15px; } }
    @media (min-width: 768px) {
      .dealer-certificates__id, .dealer-certificates__name, .dealer-certificates__expiration {
        width: 33%; } }

.contacts-request {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 500; }
  .contacts-request__container {
    position: absolute;
    top: 50%;
    min-height: 456px;
    margin-top: -228px;
    background: #fff; }
    @media (min-width: 320px) {
      .contacts-request__container {
        left: 0;
        width: 100%; } }
    @media (min-width: 768px) {
      .contacts-request__container {
        left: 50%;
        width: 535px;
        margin-left: -267.5px; } }
  .contacts-request__title {
    padding: 25px 0 20px;
    border-bottom: 5px solid #ea942d;
    background: #003a70;
    font-size: 25px;
    font-weight: 300;
    color: #fff;
    text-transform: uppercase;
    text-align: center; }
  .contacts-request__close {
    display: block;
    position: absolute;
    width: 17px;
    height: 17px; }
    @media (min-width: 320px) {
      .contacts-request__close {
        top: -34px;
        right: 0; } }
    @media (min-width: 768px) {
      .contacts-request__close {
        right: -30px;
        top: -17px; } }
    .contacts-request__close::before, .contacts-request__close::after {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      top: 50%;
      width: 100%;
      height: 2px;
      margin-top: -1px;
      background: #fff;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    .contacts-request__close::after {
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
  .contacts-request__form {
    padding: 27px 48px 32px; }
  .contacts-request__input {
    display: block;
    margin-bottom: 17px;
    padding: 17px 20px 20px;
    border: 0;
    background: #f6f6f6;
    font-size: 16px;
    font-weight: 300;
    outline: none; }
    @media (min-width: 320px) {
      .contacts-request__input {
        width: 100%; } }
    @media (min-width: 768px) {
      .contacts-request__input {
        width: calc(100% - 37px); } }
    @media (min-width: 992px) {
      .contacts-request__input {
        width: 100%; } }
    .contacts-request__input.submit {
      margin: 0 auto;
      padding: 0;
      border-radius: 0;
      background: #ea942d;
      line-height: 35px;
      vertical-align: middle;
      font-size: 17px;
      font-weight: 500;
      color: #fff;
      text-align: center;
      text-transform: uppercase;
      -webkit-appearance: none;
      outline: none; }
      @media (min-width: 320px) {
        .contacts-request__input.submit {
          width: 100%; } }
      @media (min-width: 768px) {
        .contacts-request__input.submit {
          width: 230px; } }
  .contacts-request__policy {
    margin-bottom: 32px;
    font-size: 14px;
    font-weight: 300;
    color: #555; }
    .contacts-request__policy a {
      color: #003a70;
      text-decoration: underline; }
      .contacts-request__policy a:hover {
        text-decoration: none; }
  .contacts-request__name {
    margin: 0 0 25px;
    font-size: 25px;
    color: #003a70; }

.gallery__row {
  padding: 45px 0 75px; }
  .gallery__row:nth-child(2n) {
    background: #f6f6f6; }

.gallery__name {
  margin-bottom: 27px;
  font-size: 30px;
  color: #003a70; }
  @media (min-width: 320px) {
    .gallery__name {
      margin: 0 15px 27px; } }
  @media (min-width: 1170px) {
    .gallery__name {
      margin: 0 0 27px; } }

@media (min-width: 1170px) {
  .gallery__wrapper {
    width: 1170px;
    margin: 0 auto;
    padding: 0; } }

.detail {
  margin: 39px 0 65px; }
  @media (min-width: 320px) {
    .detail {
      padding: 0 15px; } }
  @media (min-width: 1170px) {
    .detail__container {
      width: 1170px;
      margin: 0 auto;
      padding: 0; } }
  @media (min-width: 768px) {
    .detail__top {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  @media (min-width: 768px) {
    .detail__images {
      width: 48%; } }
  .detail__image img {
    width: 100%; }
  .detail__description {
    line-height: 1.4em;
    font-weight: 300;
    font-size: 16px;
    /*
		ul:not('.chosen-results') {
			background: red;
			list-style: circle;
			padding-left: 39px;
		}
		*/ }
    .detail__description h2 {
      font: 400 30px "Roboto Condensed", Roboto, Arial, sans-serif;
      color: #003a70; }
    .detail__description ul {
      list-style: circle;
      padding-left: 40px; }
    .detail__description li {
      list-style: circle;
      line-height: 1.9em; }
    .detail__description p {
      margin: 18px 0; }
    .detail__description a {
      color: #003a70; }
      .detail__description a:hover {
        color: #003a70; }

@media (min-width: 320px) {
  .detail-right {
    width: 100%; } }

@media (min-width: 768px) {
  .detail-right {
    width: 48%; } }

.detail-right__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media (min-width: 320px) {
    .detail-right__item {
      padding: 26px 0;
      border-top: 0; } }
  @media (min-width: 768px) {
    .detail-right__item {
      padding: 26px 0;
      border-top: 2px solid #ea942d;
      border-bottom: 0; } }
  @media (min-width: 992px) {
    .detail-right__item {
      padding: 52px 0; } }

.detail-right__series, .detail-right__height, .detail-right__width {
  font: 500 26px "Roboto Condensed", Roboto, Arial, sans-serif;
  color: #003a70; }
  @media (min-width: 320px) {
    .detail-right__series, .detail-right__height, .detail-right__width {
      text-align: center; } }
  .detail-right__series span, .detail-right__height span, .detail-right__width span {
    font-size: 20px;
    color: #000; }
    @media (min-width: 320px) {
      .detail-right__series span, .detail-right__height span, .detail-right__width span {
        padding-bottom: 26px; } }

.detail-right__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%; }
  @media (min-width: 320px) {
    .detail-right__price {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-pack: distribute;
      justify-content: space-around;
      padding-bottom: 0;
      border-bottom: 0; } }
  @media (min-width: 480px) {
    .detail-right__price {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  @media (min-width: 768px) {
    .detail-right__price {
      padding-bottom: 39px;
      border-bottom: 2px solid #ea942d; } }
  @media (min-width: 992px) {
    .detail-right__price {
      padding-bottom: 52px; } }
  .detail-right__price span {
    font: 400 35px "Roboto Condensed", Roboto, Arial, sans-serif;
    color: #003a70;
    text-align: center;
    display: inline-block;
    color: #000; }
    @media (min-width: 320px) {
      .detail-right__price span {
        width: 48%;
        font-size: 26px; } }
    @media (min-width: 480px) {
      .detail-right__price span {
        width: auto; } }

.detail-right__price-value {
  font: 500 39px "Roboto Condensed", Roboto, Arial, sans-serif;
  color: #003a70; }
  @media (min-width: 320px) {
    .detail-right__price-value {
      width: 48%;
      font-size: 31px; } }
  @media (min-width: 480px) {
    .detail-right__price-value {
      width: auto; } }

.detail-right__price-star {
  color: #000; }

.detail-right__buy {

  font: 500 17px Roboto, Arial, sans-serif;
  display: block;
  width: 200px;
  border: 2px solid #003a70;
  background: #003a70;
  line-height: 45px;
  vertical-align: middle;
  letter-spacing: .1em;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: all ease-out 0.1s;
  transition: all ease-out 0.1s; }
  .detail-right__buy:hover {
    background: #fff;
    font-weight: 700;
    color: #003a70;
    text-decoration: none; }
  @media (min-width: 320px) {
    .detail-right__buy {
      margin-top: 26px; } }
  @media (min-width: 768px) {
    .detail-right__buy {
      margin-top: 0; } }

.tabs-detail {
  position: relative;
  min-height: 520px;
  margin-top: 39px; }
  @media (min-width: 320px) {
    .tabs-detail {
      margin-bottom: 270px; } }
  @media (min-width: 480px) {
    .tabs-detail {
      margin-bottom: 130px; } }
  @media (min-width: 768px) {
    .tabs-detail {
      margin-bottom: 90px; } }
  .tabs-detail__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 3px solid #ea942d; }
    @media (min-width: 320px) {
      .tabs-detail__links {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        background: none; } }
    @media (min-width: 1170px) {
      .tabs-detail__links {
        background: #003a70; } }
  .tabs-detail__link {
    font: 400 18px "Roboto Condensed", Roboto, Arial, sans-serif;
    text-align: center;
    text-transform: uppercase;
    outline: none; }
    @media (min-width: 320px) {
      .tabs-detail__link {
        padding: 13px;
        color: #003a70; } }
    @media (min-width: 1170px) {
      .tabs-detail__link {
        padding: 13px 21px;
        color: #fff; } }
    .tabs-detail__link:focus, .tabs-detail__link:hover {
      color: #ea942d;
      text-decoration: none;
      outline: none; }
    .tabs-detail__link:hover, .tabs-detail__link.active {
      position: relative;
      color: #ea942d; }
      @media (min-width: 992px) {
        .tabs-detail__link:hover::before, .tabs-detail__link.active::before {
          content: '';
          display: block;
          position: absolute;
          top: 0;
          left: 50%;
          width: 0;
          height: 0;
          margin-left: -4px; } }
  @media (min-width: 992px) and (min-width: 320px) {
    .tabs-detail__link:hover::before, .tabs-detail__link.active::before {
      border: 0; } }
  @media (min-width: 992px) and (min-width: 1170px) {
    .tabs-detail__link:hover::before, .tabs-detail__link.active::before {
      border: 5px solid transparent;
      border-top: 5px solid #ea942d; } }
  .tabs-detail__value {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 26px 0;
    background: #fff;
    display: none; }
    .tabs-detail__value:nth-child(2) {
      display: block; }
  .tabs-detail__description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media (min-width: 320px) {
      .tabs-detail__description {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    @media (min-width: 992px) {
      .tabs-detail__description {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; } }
    .tabs-detail__description.design, .tabs-detail__description.complectation {
      display: block; }

.detail-colors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }
  @media (min-width: 320px) {
    .detail-colors {
      width: 100%; } }
  .detail-colors__item {
    position: relative;
    margin-right: 1%;
    margin-bottom: 13px;
    cursor: default; }
    @media (min-width: 320px) {
      .detail-colors__item {
        width: 48%;
        margin-right: 4%; }
        .detail-colors__item:nth-child(2n) {
          margin-right: 0; } }
    @media (min-width: 480px) {
      .detail-colors__item {
        width: 32%;
        margin-right: 1%; }
        .detail-colors__item:nth-child(2n) {
          margin-right: 1%; }
        .detail-colors__item:nth-child(3n) {
          margin-right: 0; } }
    @media (min-width: 768px) {
      .detail-colors__item {
        width: 24%; }
        .detail-colors__item:nth-child(3n) {
          margin-right: 1%; }
        .detail-colors__item:nth-child(4n) {
          margin-right: 0; } }
    @media (min-width: 992px) {
      .detail-colors__item {
        width: 24%; }
        .detail-colors__item:nth-child(4n) {
          margin-right: 1%; } }
    .detail-colors__item img {
      height: 100%; }
      @media (min-width: 320px) {
        .detail-colors__item img {
          width: 100%;
          height: auto; } }
  .detail-colors__name {
    font: 300 14px Roboto, Arial, sans-serif;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 3px;
    padding: 13px 5px;
    background: rgba(0, 62, 126, 0.9);
    color: #fff;
    text-align: center; }
    @media (min-width: 320px) {
      .detail-colors__name {
        padding: 7px 5px;
        font-size: 13px; } }
    @media (min-width: 480px) {
      .detail-colors__name {
        font-size: 14px; } }
    @media (min-width: 768px) {
      .detail-colors__name {
        padding: 13px 5px; } }

.detail-surface {
  padding: 15px;
  background: #555;
  border-top: 2px solid #fff; }
  @media (min-width: 320px) {
    .detail-surface {
      width: 100%; } }
  @media (min-width: 992px) {
    .detail-surface {
      width: auto; } }
  .detail-surface__title {
    font: 500 24px "Roboto Condensed", Roboto, Arial, sans-serif;
    margin-bottom: 13px;
    color: #fff;
    text-transform: uppercase; }
  @media (min-width: 480px) {
    .detail-surface__container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; } }
  @media (min-width: 992px) {
    .detail-surface__container {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  .detail-surface__item {
    position: relative; }
    @media (min-width: 320px) {
      .detail-surface__item {
        width: 100%;
        margin-bottom: 15px; } }
    @media (min-width: 480px) {
      .detail-surface__item {
        width: 48%;
        margin-right: 4%; }
        .detail-surface__item:nth-child(2n) {
          margin-right: 0; } }
    @media (min-width: 992px) {
      .detail-surface__item {
        margin-right: 0; } }
    .detail-surface__item img {
      width: 100%; }
  .detail-surface__name {
    position: absolute;
    left: 5px;
    right: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center; }
    @media (min-width: 992px) {
      .detail-surface__name {
        font-size: 20px;
        font-weight: 500; } }

.detail-design {
  background: #555;
  width: 100%; }
  @media (min-width: 320px) {
    .detail-design {
      padding: 15px; } }
  @media (min-width: 480px) {
    .detail-design {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: distribute;
      justify-content: space-around;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  @media (min-width: 992px) {
    .detail-design {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  .detail-design__item {
    margin-bottom: 26px; }
    @media (min-width: 320px) {
      .detail-design__item {
        width: calc(100% - 30px);
        margin: 13px auto; } }
    @media (min-width: 480px) {
      .detail-design__item {
        width: 48%; } }
    @media (min-width: 768px) {
      .detail-design__item {
        width: 32%; } }
    @media (min-width: 992px) {
      .detail-design__item {
        width: 24%; } }
    @media (min-width: 1170px) {
      .detail-design__item {
        width: 18%; } }
    .detail-design__item img {
      width: 100%; }
  .detail-design__name {
    margin-top: 7px;
    font-weight: 300;
    color: #fff;
    text-align: center; }

.detail-base {
  padding-top: 26px; }
  @media (min-width: 768px) {
    .detail-base {
      background: #003a70; } }
  .detail-base__title {
    font: 400 35px "Roboto Condensed", Roboto, Arial, sans-serif;
    color: #003a70;
    text-align: center;
    color: #fff; }
  @media (min-width: 320px) {
    .detail-base__container {
      margin: 0 -15px;
      padding: 39px 13px; } }
  @media (min-width: 480px) {
    .detail-base__container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  @media (min-width: 992px) {
    .detail-base__container {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; } }
  @media (min-width: 1170px) {
    .detail-base__container {
      margin: 0; } }
  .detail-base__item {
    cursor: pointer; }
    @media (min-width: 320px) {
      .detail-base__item {
        margin-bottom: 0; } }
    @media (min-width: 480px) {
      .detail-base__item {
        width: 48%;
        margin-bottom: 33px; } }
    @media (min-width: 768px) {
      .detail-base__item {
        width: 32%; } }
    @media (min-width: 992px) {
      .detail-base__item {
        width: 24%;
        margin-right: 1.2%; }
        .detail-base__item:nth-child(4n) {
          margin-right: 0; } }
    @media (min-width: 1170px) {
      .detail-base__item {
        width: 18%;
        margin-right: 2.5%; }
        .detail-base__item:nth-child(4n) {
          margin-right: 2.5%; }
        .detail-base__item:nth-child(5n) {
          margin-right: 0; } }
    .detail-base__item img {
      display: block;
      width: 100%; }
    .detail-base__item.active .detail-base__name {
      height: auto; }
      .detail-base__item.active .detail-base__name::after {
        display: none; }
  .detail-base__name {
    display: block;
    position: relative;
    width: 100%;
    height: 130px;
    overflow: hidden;
    padding: 13px 0;
    background: #003a70;
    font-weight: 300;
    color: #fff;
    text-align: center; }
    .detail-base__name::after {
      content: '';
      display: inline-block;
      position: absolute;
      left: 0;
      bottom: 0;
      height: 19px;
      width: 100%;
      line-height: 19px;
      vertical-align: middle;
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 62, 126, 0.7)), to(#003a70));
      background: linear-gradient(to bottom, rgba(0, 62, 126, 0.7), #003a70 100%); }

.detail-add {
  padding-top: 26px;
  background: #ededed; }
  .detail-add__title {
    font: 400 35px "Roboto Condensed", Roboto, Arial, sans-serif;
    color: #003a70;
    text-align: center; }
  @media (min-width: 320px) {
    .detail-add__container {
      margin: 0 -15px;
      padding: 39px 13px; } }
  @media (min-width: 480px) {
    .detail-add__container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  @media (min-width: 992px) {
    .detail-add__container {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; } }
  @media (min-width: 1170px) {
    .detail-add__container {
      margin: 0; } }
  .detail-add__item {
    margin-bottom: 33px;
    cursor: pointer; }
    @media (min-width: 480px) {
      .detail-add__item {
        width: 48%; } }
    @media (min-width: 768px) {
      .detail-add__item {
        width: 32%; } }
    @media (min-width: 992px) {
      .detail-add__item {
        width: 24%;
        margin-right: 1.2%; }
        .detail-add__item:nth-child(4n) {
          margin-right: 0; } }
    @media (min-width: 1170px) {
      .detail-add__item {
        width: 18%;
        margin-right: 2.5%; }
        .detail-add__item:nth-child(4n) {
          margin-right: 2.5%; }
        .detail-add__item:nth-child(5n) {
          margin-right: 0; } }
    .detail-add__item img {
      width: 100%; }
    .detail-add__item.active .detail-add__name {
      height: auto; }
      .detail-add__item.active .detail-add__name::after {
        display: none; }
  .detail-add__name {
    position: relative;
    height: 133px;
    overflow: hidden;
    margin-top: 13px;
    font-weight: 300;
    color: #555;
    text-align: center;
    text-overflow: ellipsis; }
    .detail-add__name::after {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      bottom: 0;
      height: 19px;
      width: 100%;
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(237, 237, 237, 0.7)), to(#ededed));
      background: linear-gradient(to bottom, rgba(237, 237, 237, 0.7), #ededed 100%); }

.detail-tech {
  width: 100%; }
  .detail-tech table {
    width: 100%;
    border-collapse: collapse; }
  .detail-tech th {
    font: 500 18px "Roboto Condensed", Roboto, Arial, sans-serif;
    border-right: 1px solid #f6f6f6;
    background: #003a70;
    color: #fff;
    text-align: center;
    vertical-align: middle; }
    .detail-tech th:last-child {
      border-right: 0; }
    @media (min-width: 320px) {
      .detail-tech th {
        padding: 7px 3px;
        font-size: 12px;
        font-weight: 400; } }
    @media (min-width: 480px) {
      .detail-tech th {
        padding: 7px;
        font-size: 14px; } }
    @media (min-width: 768px) {
      .detail-tech th {
        padding: 13px 26px;
        font-size: 18px; } }
  .detail-tech td {
    font: 500 16px "Roboto Condensed", Roboto, Arial, sans-serif;
    border-bottom: 1px solid #f6f6f6;
    border-right: 1px solid #f6f6f6;
    background: #ea942d;
    vertical-align: middle;
    font-weight: 300;
    color: #fff;
    text-align: center; }
    .detail-tech td:first-child {
      text-align: left; }
    .detail-tech td:last-child {
      border-right: 0; }
    @media (min-width: 320px) {
      .detail-tech td {
        padding: 7px 3px;
        font-size: 12px; } }
    @media (min-width: 480px) {
      .detail-tech td {
        padding: 7px;
        font-size: 13px; } }
    @media (min-width: 768px) {
      .detail-tech td {
        padding: 13px 26px;
        font-size: 16px; } }

.detail-construction {
  width: 100%; }
  .detail-construction__title {
    font: 400 35px "Roboto Condensed", Roboto, Arial, sans-serif;
    color: #003a70;
    text-align: center; }
  .detail-construction__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 26px; }
    @media (min-width: 320px) {
      .detail-construction__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
    @media (min-width: 992px) {
      .detail-construction__container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row; } }
  @media (min-width: 320px) {
    .detail-construction__image {
      width: 100%;
      margin-bottom: 13px; } }
  @media (min-width: 768px) {
    .detail-construction__image {
      display: block;
      width: 635px;
      margin: 0 auto 26px; } }
  @media (min-width: 992px) {
    .detail-construction__image {
      width: 48%; } }
  .detail-construction__image img {
    width: 100%; }
  @media (min-width: 320px) {
    .detail-construction__description {
      width: 100%; } }
  @media (min-width: 992px) {
    .detail-construction__description {
      width: 48%; } }
  .detail-construction__description li {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 300; }
    @media (min-width: 320px) {
      .detail-construction__description li {
        font-size: 14px; } }
    @media (min-width: 480px) {
      .detail-construction__description li {
        font-size: 16px; } }
    @media (min-width: 992px) {
      .detail-construction__description li {
        font-size: 17px; } }

.detail-preparation {
  width: 100%; }
  .detail-preparation__title {
    font: 400 35px "Roboto Condensed", Roboto, Arial, sans-serif;
    color: #003a70;
    text-align: center; }
  .detail-preparation__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 26px; }
    @media (min-width: 320px) {
      .detail-preparation__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
    @media (min-width: 992px) {
      .detail-preparation__container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row; } }
  @media (min-width: 320px) {
    .detail-preparation__image {
      width: 100%;
      margin-bottom: 13px; } }
  @media (min-width: 768px) {
    .detail-preparation__image {
      display: block;
      width: 635px;
      margin: 0 auto 26px; } }
  @media (min-width: 992px) {
    .detail-preparation__image {
      width: 48%; } }
  .detail-preparation__image img {
    width: 100%; }
  @media (min-width: 320px) {
    .detail-preparation__description {
      width: 100%; } }
  @media (min-width: 992px) {
    .detail-preparation__description {
      width: 48%; } }
  .detail-preparation__description li {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 300; }
    @media (min-width: 320px) {
      .detail-preparation__description li {
        font-size: 14px; } }
    @media (min-width: 480px) {
      .detail-preparation__description li {
        font-size: 16px; } }
    @media (min-width: 992px) {
      .detail-preparation__description li {
        font-size: 17px; } }

.detail-mounting {
  width: 100%; }
  .detail-mounting__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 39px;
    padding: 26px 26px 39px;
    border-left: 7px solid #003a70;
    background: rgba(234, 148, 45, 0.65); }
    .detail-mounting__item:nth-child(2n) {
      border-color: #ea942d;
      background: rgba(0, 62, 126, 0.9);
      color: #fff; }
      @media (min-width: 320px) {
        .detail-mounting__item:nth-child(2n) {
          border-left: 0;
          border-right: 7px solid #ea942d; } }
      @media (min-width: 768px) {
        .detail-mounting__item:nth-child(2n) {
          border-right: 0;
          border-left: 7px solid #ea942d; } }
    @media (min-width: 320px) {
      .detail-mounting__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 26px;
        padding: 26px 13px; } }
    @media (min-width: 768px) {
      .detail-mounting__item {
        padding: 26px; } }
    @media (min-width: 768px) {
      .detail-mounting__item {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row; } }
  .detail-mounting__name {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    line-height: 1.5em;
    font-size: 18px;
    font-weight: 300; }
  .detail-mounting__image {
    width: 280px;
    margin-right: 39px; }
    @media (min-width: 320px) {
      .detail-mounting__image {
        width: 95%;
        margin-right: 0;
        margin-bottom: 26px; } }
    @media (min-width: 768px) {
      .detail-mounting__image {
        width: 280px;
        margin-right: 26px;
        margin-bottom: 0; } }
  .detail-mounting__docs {
    margin-bottom: 39px;
    padding: 0 26px; }
  .detail-mounting__link {
    display: block;
    font-size: 21px;
    line-height: 70px; }
    .detail-mounting__link.pdf {
      padding-left: 105px;
      background: url("/bitrix/templates/utlab_main/img/pdf.jpg") no-repeat left center; }
    .detail-mounting__link.doc {
      padding-left: 105px;
      background: url("/bitrix/templates/utlab_main/img/doc-icon.png") no-repeat left center; }

.detail-form {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 10; }
  .detail-form__container {
    position: absolute;
    min-height: 456px;
    background: #fff; }
    @media (min-width: 320px) {
      .detail-form__container {
        left: 0;
        width: 100%; } }
    @media (min-width: 768px) {
      .detail-form__container {
        left: 50%;
        width: 535px;
        margin-left: -267.5px; } }
  .detail-form__title {
    padding: 25px 0 20px;
    border-bottom: 5px solid #ea942d;
    background: #003a70;
    font-size: 25px;
    font-weight: 300;
    color: #fff;
    text-transform: uppercase;
    text-align: center; }
  .detail-form__close {
    display: block;
    position: absolute;
    width: 17px;
    height: 17px; }
    @media (min-width: 320px) {
      .detail-form__close {
        top: -34px;
        right: 0; } }
    @media (min-width: 768px) {
      .detail-form__close {
        right: -30px;
        top: -17px; } }
    .detail-form__close::before, .detail-form__close::after {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      top: 50%;
      width: 100%;
      height: 2px;
      margin-top: -1px;
      background: #fff;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    .detail-form__close::after {
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
  .detail-form form {
    padding: 27px 48px 32px; }
  .detail-form__input {
    display: block;
    margin-bottom: 17px;
    padding: 17px 20px 20px;
    border: 0;
    background: #f6f6f6;
    font-size: 16px;
    font-weight: 300;
    outline: none; }
    @media (min-width: 320px) {
      .detail-form__input {
        width: 100%; } }
    @media (min-width: 768px) {
      .detail-form__input {
        width: calc(100% - 37px); } }
    @media (min-width: 992px) {
      .detail-form__input {
        width: 100% !important; } }
    .detail-form__input.submit {
      margin: 0 auto;
      padding: 0;
      border-radius: 0;
      background: #ea942d;
      line-height: 35px;
      vertical-align: middle;
      font-size: 17px;
      font-weight: 500;
      color: #fff;
      text-align: center;
      text-transform: uppercase;
      -webkit-appearance: none;
      outline: none; }
      @media (min-width: 320px) {
        .detail-form__input.submit {
          width: 100%; } }
      @media (min-width: 768px) {
        .detail-form__input.submit {
          width: 230px; } }
  .detail-form__product {
    font: 400 25px "Roboto Condensed", Roboto, Arial, sans-serif;
    padding: 13px 13px 0;
    color: #003a70;
    text-align: center; }
  .detail-form__hidden {
    display: none; }
  .detail-form__policy {
    margin-bottom: 32px;
    font-size: 14px;
    font-weight: 300;
    color: #555; }
    .detail-form__policy a {
      color: #003a70;
      text-decoration: underline; }
      .detail-form__policy a:hover {
        text-decoration: none; }
  .detail-form__captcha {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%; }
    .detail-form__captcha img {
      margin-right: 13px; }
    .detail-form__captcha input {
      width: 70%;
      margin: 13px 0;
      padding: 8px;
      outline: none;
      text-align: center; }
  .detail-form__text {
    margin-bottom: 7px; }

.content {
  margin-bottom: 95px; }
  @media (min-width: 320px) {
    .content {
      padding: 0 15px; } }
  @media (min-width: 1170px) {
    .content {
      width: 1170px;
      margin: 0 auto;
      padding: 0;
      margin-bottom: 95px; } }
  .content h2,
  .content h3 {
    font: 400 20px "Roboto Condensed", Roboto, Arial, sans-serif;
    color: #003a70;
    text-transform: uppercase; }
    @media (min-width: 320px) {
      .content h2,
      .content h3 {
        margin: 13px 0 13px;
        font-size: 20px; } }
    @media (min-width: 480px) {
      .content h2,
      .content h3 {
        font-size: 30px;
        margin: 39px 0 26px; } }
  .content h3 {
    font: 400 25px "Roboto Condensed", Roboto, Arial, sans-serif; }
  .content p {
    margin: 13px 0;
    font-size: 16px;
    font-weight: 300;
    color: #555; }
  .content a {
    color: #003a70; }
  .content img {
    display: block; }
    @media (min-width: 320px) {
      .content img {
        width: 100%;
        margin: 13px auto; } }
    @media (min-width: 992px) {
      .content img {
        width: 75%;
        margin: 39px auto; } }
  .content ul {
    padding: 13px 13px 13px 0;
    list-style-type: circle;
    list-style-position: inside; }
    .content ul li {
      margin-bottom: 13px;
      font-size: 16px;
      font-weight: 300;
      color: #555; }
  .content ol {
    padding: 13px 13px 13px 0; }
    .content ol li {
      margin-bottom: 13px;
      font-size: 16px;
      font-weight: 300;
      color: #555; }
      .content ol li:last-child {
        margin-bottom: 0; }
    .content ol ol {
      padding-left: 13px; }
  .content .radio {
    -webkit-box-sizing: content-box;
    box-sizing: content-box; }
  .content.error-404 a {
    font-weight: 500;
    border-bottom: 1px solid #003a70; }
    .content.error-404 a:hover {
      border-bottom: 0; }
  .content.sitemap ul {
    margin-left: 20px; }
  .content.service {
    margin: 26px auto 26px;
    padding-bottom: 26px;
    border-bottom: 1px solid #b9b9bb; }
  .content .search-page b {
    font-weight: 500;
    color: #003a70;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    -webkit-text-decoration-color: #ea942d;
    text-decoration-color: #ea942d; }
  .content .search-page h4 b {
    background: none;
    color: #003a70;
    text-decoration: none; }
  .content table {
    border-collapse: collapse; }
  .content td {
    border: 1px solid #000; }

.docs-page__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media (min-width: 320px) {
    .docs-page__container {
      margin-top: 65px;
      padding: 0 15px; } }
  @media (min-width: 480px) {
    .docs-page__container {
      padding: 0 60px; } }
  @media (min-width: 768px) {
    .docs-page__container {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      margin-top: 35px;
      padding: 0 17px; } }
  @media (min-width: 992px) {
    .docs-page__container {
      padding: 0 15px; } }
  @media (min-width: 1170px) {
    .docs-page__container {
      width: 1170px;
      margin: 0 auto;
      padding: 0;
      margin-top: 35px; } }

.docs-page__item {
  position: relative;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.05); }
  @media (min-width: 320px) {
    .docs-page__item {
      width: 100%;
      margin-bottom: 49px; } }
  @media (min-width: 768px) {
    .docs-page__item {
      width: 48%;
      margin-right: 2%;
      margin-bottom: 33px; } }
  @media (min-width: 992px) {
    .docs-page__item {
      width: 32%;
      margin-right: 1.33%;
      margin-bottom: 54px; } }

.docs-page__link {
  display: block;
  position: relative; }
  .docs-page__link:hover span {
    background: #003a70; }

.docs-page__image {
  width: 100%; }

.docs-page__name {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 4px;
  width: 100%;
  padding: 20px 0 16px;
  background: rgba(0, 62, 126, 0.9);
  font-size: 20px;
  font-weight: 300;
  color: #fff;
  text-align: center;
  text-transform: uppercase; }

.docs-page__name {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  z-index: 10; }

.docs-page__text {
  margin-top: 15px;
  line-height: 1.4em;
  font-size: 16px;
  font-weight: 300;
  color: #555; }

.docs-page__youtube {
  position: relative;
  display: block;
  width: 100%;
  outline: none; }

.docs-page__pager {
  font-weight: 300; }
  @media (min-width: 320px) {
    .docs-page__pager {
      margin: 0 26px;
      padding: 0 15px; } }
  @media (min-width: 1170px) {
    .docs-page__pager {
      width: 1170px;
      margin: -26px auto 78px;
      padding: 0; } }
  .docs-page__pager a {
    font-weight: 300;
    color: #003a70; }
  .docs-page__pager .modern-page-current {
    font-weight: 300;
    color: #555; }

.docs-page table {
  width: 100%; }
  @media (min-width: 320px) {
    .docs-page table {
      margin-bottom: 26px; } }
  @media (min-width: 320px) {
    .docs-page table tr:first-child img {
      width: 100%;
      height: auto; } }
  @media (min-width: 992px) {
    .docs-page table tr:first-child img {
      width: auto; } }
  @media (min-width: 320px) {
    .docs-page table tr:last-child a {
      font-size: 13px; } }
  @media (min-width: 992px) {
    .docs-page table tr:last-child a {
      font-size: 16px; } }
  .docs-page table a {
    color: #003a70; }

.docs-page .pdf-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%; }
  .docs-page .pdf-list__item {
    margin-bottom: 26px;
    text-align: center; }
    @media (min-width: 320px) {
      .docs-page .pdf-list__item {
        width: 100%; } }
    @media (min-width: 480px) {
      .docs-page .pdf-list__item {
        width: 48%; } }
    @media (min-width: 768px) {
      .docs-page .pdf-list__item {
        width: 32%; } }
    @media (min-width: 992px) {
      .docs-page .pdf-list__item {
        width: 24%; } }
  .docs-page .pdf-list__img img {
    width: 100%;
    height: auto; }

.chosen-search {
  width: 100%; }

.chosen-search-input {
  display: block;
  width: 100%;
  padding: 15px 30px 15px 45px;
  background: #fff url("/bitrix/templates/utlab_main/img/blue-arrow.png") no-repeat 95% center;
  border: 0;
  outline: none;
  cursor: pointer; }

.chosen-container {
  position: relative;
  margin-bottom: 17px; }

.chosen-single {
  display: block;
  position: absolute;
  top: 15px;
  left: 30px;
  width: calc(100% - 75px);
  color: #555;
  z-index: 10;
  white-space: nowrap;
  overflow: hidden; }
  .chosen-single:hover {
    color: #555;
    text-decoration: none; }

.chosen-drop {
  position: relative; }

.chosen-results {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  background: #fff;
  z-index: 10; }
  .chosen-results li {
    width: 100%;
    margin-bottom: 13px;
    padding: 0 13px;
    cursor: pointer; }
    .chosen-results li:first-child {
      padding-top: 13px; }
    .chosen-results li.result-selected {
      color: #003a70; }

.chosen-container-active .chosen-results {
  display: block; }

.price {
  margin-bottom: 78px; }
  .price__banner {
    position: relative;
    overflow: hidden; }
    @media (min-width: 480px) {
      .price__banner {
      /*  top: -141px; */
      top: 0px;
      }
    }
    .price__banner img {
      width: 100%; }
  @media (min-width: 320px) {
    .price__wrapper {
      width: 100%;
      padding: 0; } }
  @media (min-width: 480px) {
    .price__wrapper {
      padding: 15px;
      margin-top: -111px; } }
  @media (min-width: 1170px) {
    .price__wrapper {
      width: 1170px;
      margin: -113px auto 0;
      padding: 0; } }
  .price__calc {
    font: 400 14px Roboto, Arial, sans-serif; }
    @media (min-width: 320px) {
      .price__calc {
        width: 100%; } }
    @media (min-width: 992px) {
      .price__calc {
        width: 900px;
        margin: 0 auto 52px; } }
    .price__calc .dha h1 {
      width: 880px; }
    .price__calc ol {
      margin-top: 13px; }
    .price__calc .dha-dsn .dha-aide-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
    .price__calc .dha .label {
      font: 500 14px Roboto, Arial, sans-serif;
      padding-left: 0;
      line-height: 20px;
      vertical-align: middle;
      color: #555;
      text-align: left; }
  .price .radio label, .price .checkbox label,
  .price .dha .dha-dsn.design .radio {
    -webkit-box-sizing: content-box !important;
    box-sizing: content-box !important; }
  .price .dha .dha-dsn.design .radio {
    width: 70px; }
  .price__note {
    width: 100%;
    font-size: 13px;
    color: #999; }
    @media (min-width: 320px) {
      .price__note {
        text-align: left; } }
    @media (min-width: 992px) {
      .price__note {
        text-align: right; } }

@media (min-width: 320px) {
  .order-form {
    padding: 0 15px; } }

@media (min-width: 1170px) {
  .order-form {
    width: 1170px;
    margin: 0 auto 65px; } }

.order-form__title {
  font: 400 35px "Roboto Condensed", Roboto, Arial, sans-serif;
  color: #003a70;
  text-align: center;
  margin: 13px 0;
  font-size: 25px; }

.order-form .contacts-form__input {
  width: 100%; }

.order-form .contacts-form__input.submit {
  width: 250px;
  line-height: 52px; }

.feedback select,
.feedback textarea,
.feedback input:not([type="checkbox"]) {
  display: block;
  width: 100%;
  margin-bottom: 13px;
  padding: 13px; }

.feedback__checkbox {
  margin-bottom: 13px;
  font-size: 18px; }
  .feedback__checkbox br {
    display: none; }

.feedback input[type="submit"] {
  display: block;
  width: 250px;
  margin: 13px auto;
  border: 0;
  background: #ea942d;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase; }

.feedback input[name="captcha_word"] {
  width: 305px;
  margin-top: 13px; }

.feedback img {
  width: 180px;
  margin: 13px 39px; }

body {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #f1f1f1;
  font-display: swap; }

@charset "UTF-8";
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../utlab_main/fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../utlab_main/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../utlab_main/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../utlab_main/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../utlab_main/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../utlab_main/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

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

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

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

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

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

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

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

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

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

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

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

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

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

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

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

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

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

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

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

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

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

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1); }

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

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

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

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

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

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

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

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

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

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

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

.fa-th:before {
  content: ""; }

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

.fa-check:before {
  content: ""; }

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

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

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

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

.fa-signal:before {
  content: ""; }

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

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

.fa-home:before {
  content: ""; }

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

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

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

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

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

.fa-inbox:before {
  content: ""; }

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

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

.fa-refresh:before {
  content: ""; }

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

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

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

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

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

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

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

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

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

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

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

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

.fa-list:before {
  content: ""; }

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

.fa-indent:before {
  content: ""; }

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

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

.fa-pencil:before {
  content: ""; }

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

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

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

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

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

.fa-arrows:before {
  content: ""; }

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

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

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

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

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

.fa-eject:before {
  content: ""; }

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

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

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

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

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

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

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

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

.fa-crosshairs:before {
  content: ""; }

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

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

.fa-ban:before {
  content: ""; }

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

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

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

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

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

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

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

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

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

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

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

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

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

.fa-retweet:before {
  content: ""; }

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

.fa-folder:before {
  content: ""; }

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

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

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

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

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

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

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

.fa-key:before {
  content: ""; }

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

.fa-comments:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

.fa-trophy:before {
  content: ""; }

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

.fa-upload:before {
  content: ""; }

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

.fa-phone:before {
  content: ""; }

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

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

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

.fa-twitter:before {
  content: ""; }

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

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

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

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

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

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

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

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

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

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

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

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

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

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

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

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

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

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

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

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

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

.fa-paperclip:before {
  content: ""; }

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

.fa-square:before {
  content: ""; }

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

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

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

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

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

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

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

.fa-money:before {
  content: ""; }

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

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

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

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

.fa-columns:before {
  content: ""; }

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

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

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

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

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

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

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

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

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

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

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

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

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

.fa-exchange:before {
  content: ""; }

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

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

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

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

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

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

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

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

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

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

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

.fa-beer:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

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

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

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

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

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

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

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

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

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

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

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

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

.fa-gamepad:before {
  content: ""; }

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

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

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

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

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

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

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

.fa-crop:before {
  content: ""; }

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

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

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

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

.fa-microphone:before {
  content: ""; }

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

.fa-shield:before {
  content: ""; }

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

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

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

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

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

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

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

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

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

.fa-bullseye:before {
  content: ""; }

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

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

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

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

.fa-ticket:before {
  content: ""; }

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

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

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

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

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

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

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

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

.fa-compass:before {
  content: ""; }

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

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

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

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

.fa-gbp:before {
  content: ""; }

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

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

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

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

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

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

.fa-file:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

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

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

.fa-dropbox:before {
  content: ""; }

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

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

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

.fa-tumblr:before {
  content: ""; }

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

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

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

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

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

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

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

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

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

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

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

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

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

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

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

.fa-wheelchair:before {
  content: ""; }

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

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

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

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

.fa-slack:before {
  content: ""; }

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

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

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

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

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

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

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

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

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

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

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

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

.fa-steam:before {
  content: ""; }

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

.fa-recycle:before {
  content: ""; }

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

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

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

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

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

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

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

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

.fa-git:before {
  content: ""; }

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

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

.fa-qq:before {
  content: ""; }

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

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

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

.fa-history:before {
  content: ""; }

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

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

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

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

.fa-bomb:before {
  content: ""; }

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

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

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

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

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

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

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

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

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

.fa-lastfm:before {
  content: ""; }

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

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

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

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

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

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

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

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

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

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

.fa-motorcycle:before {
  content: ""; }

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

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

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

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

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

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

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

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

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

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

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

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

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

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

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

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

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

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

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

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

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-clone:before {
  content: ""; }

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

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

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

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

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

.fa-hourglass:before {
  content: ""; }

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

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

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

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

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

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

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

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

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

.fa-gg:before {
  content: ""; }

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

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

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

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

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

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

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

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

.fa-contao:before {
  content: ""; }

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

.fa-amazon:before {
  content: ""; }

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

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

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.fa-handshake-o:before {
  content: ""; }

.fa-envelope-open:before {
  content: ""; }

.fa-envelope-open-o:before {
  content: ""; }

.fa-linode:before {
  content: ""; }

.fa-address-book:before {
  content: ""; }

.fa-address-book-o:before {
  content: ""; }

.fa-vcard:before,
.fa-address-card:before {
  content: ""; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

.fa-user-circle-o:before {
  content: ""; }

.fa-user-o:before {
  content: ""; }

.fa-id-badge:before {
  content: ""; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: ""; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

.fa-free-code-camp:before {
  content: ""; }

.fa-telegram:before {
  content: ""; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: ""; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: ""; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-snowflake-o:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

  .header-basket__quantity{
    display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 11px!important;
        font-weight: 701!important;
        font-style: normal;
        line-height: 1;
        position: absolute;
        top: -8px;
        right: -5px;
        width: 17px!important;
        height: 17px!important;
        text-align: center;
        border-radius: 50%;
        background: #f7941d;
    }
    .header-basket__quantity b{
      color: #fff;
    }

    .detail-right__order{
      margin-bottom: 12px;
      font: 500 17px Roboto, Arial, sans-serif;
      display: block;
      width: 200px;
      border: 2px solid #ea942d;
      background: #ea942d;
      line-height: 45px;
      vertical-align: middle;
      letter-spacing: .1em;
      color: #fff;
      text-align: center;
      text-transform: uppercase;
      text-decoration: none;
      -webkit-transition: all ease-out 0.1s;
      transition: all ease-out 0.1s;
    }
    @media (min-width: 320px) {
      .detail-right__order {
        margin-top: 26px; } }
    @media (min-width: 768px) {
      .detail-right__order {
        margin-top: 0; } }
        .detail-right__order:hover {
          background: #fff;
          font-weight: 700;
          color: #003a70;
          text-decoration: none; }

  .dell-tovar{
    bottom: -2px;
    display: inline-block;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    background-size: 20px;
    position: relative;
    margin-left: 50px;
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2228%22%20height%3D%2228%22%20viewBox%3D%220%200%2028%2028%22%3E%0A%20%20%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20transform%3D%22translate(2%202)%22%3E%0A%20%20%20%20%20%20%20%20%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%2212%22%20fill%3D%22%23FFF%22%20opacity%3D%221%22%2F%3E%0A%20%20%20%20%20%20%20%20%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%2212.75%22%20stroke%3D%22%23222D38%22%20stroke-width%3D%221.5%22%20opacity%3D%221%22%2F%3E%0A%20%20%20%20%20%20%20%20%3Cg%20fill%3D%22%23222D38%22%20opacity%3D%221%22%20transform%3D%22translate(6%206)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Crect%20width%3D%221.611%22%20height%3D%2213.9%22%20x%3D%225.435%22%20y%3D%22-.941%22%20rx%3D%22.806%22%20transform%3D%22rotate(45%206.24%206.01)%22%2F%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Crect%20width%3D%221.611%22%20height%3D%2213.9%22%20x%3D%225.435%22%20y%3D%22-.941%22%20rx%3D%22.806%22%20transform%3D%22scale(-1%201)%20rotate(45%200%20-9.058)%22%2F%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  }

  .dell-tovar:hover{
    /*-moz-transform:rotate(90deg);
    transform:rotate(90deg);*/
    animation: rotating-function 2.25s linear infinite;
  }

  @keyframes rotating-function {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }

  @media (max-width: 768px) {
    .dell-tovar{
    float: right;
    margin: 0;
    display: block;
    }

.bx-sidebar-block #bx_incl_area_5_1_2 .bx-filter-parameters-box{
  float: left;
  display: inline-block;
  width: 100%;
}
#smartFilterDropDown8570{
  overflow: scroll;
  height: 358px;
  width: 100%;
}
#smartFilterDropDown8569{
  overflow: scroll;
  height: 358px;
  width: 100%;
}
#smartFilterDropDown8570 .popup-window{
  width: 100%;
}
#smartFilterDropDown8569 .popup-window{
  width: 100%;
}
  }


  @media (min-width: 769px) {
    .container-fluid form .row{
      display: inline-block;
    }
    .container-fluid form[name='_form'] .row:nth-last-child(3){
      padding-left: 26px;
      display: inline-block;
      width: 70%;
    }
    .container-fluid form[name='_form'] .row:nth-last-child(2){
      width: 30%;
      display: inline-block;
    }
    .container-fluid form .row .bx-filter-parameters-box{
      width: 48.333333%;
    }
    .bx-sidebar-block .bx-filter-section{
      margin: 0 auto;
        width: 1170px;
    }
    .bx-sidebar-block .bx-filter-parameters-box{
      float: left;
    }
    .bx-sidebar-block .bx-filter-button-box .bx-filter-block{
      float: right;
    }
    .bx-sidebar-block .bx-filter-button-box .bx-filter-block .bx-filter-popup-result{
      margin-top: 5px;
      margin-left: -359px;
    }
    #smartFilterDropDown8570 .popup-window{
      width: 356px;
    }
    #smartFilterDropDown8569 .popup-window{
      width: 356px;
    }
    #smartFilterDropDown8570{
      overflow: scroll;
      height: 358px;
    }
    #smartFilterDropDown8569{
      overflow: scroll;
      height: 358px;
    }

    .tabs-detail__description{
      padding-left: 40px;
    }
  }

  .downl_PDF{
    float: right;
    font-size: 17px;
    height: 66px;
    text-align: center;
    display: inline-block;
    margin-left: 31px;
    width: 159px;
    padding: 0px 6px;
    border: 2px solid #baaaaaf5;
  }
  .tovar-col{
    margin-right: 5%;
    display: inline-block;
  }

  /*bask*/
  .basket-quantity__body {
    position: relative;
    z-index: 1;
}
.basket-quantity__input {
  width: 76px;
  height: 46px;
  padding-right: 22px;
  padding-left: 0;
  text-align: center;
  border: 1px solid #eee;
  background: #fff;
}
.basket-quantity__plus {
  top: 0;
  transform: rotate(180deg);
}
.basket-quantity__minus {
  bottom: 0;
}
.basket-quantity__minus, .basket-quantity__plus {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 0;
  position: absolute;
  z-index: 1;
  right: 0;
  width: 22px;
  height: 22px;
  cursor: pointer;
  transition: fill .2s;
  fill: #515356;
}
.basket-quantity__minus svg, .basket-quantity__plus svg {
  width: 7px;
  height: 5px;
}


.tovar-lists .name{
  margin-right: 13%;
  max-width: 395px;
}
.tovar-lists .price{
  top: 5px;
  position: relative;
  margin-right: 4%;
  font-size: 18px;
}
.tovar-lists .price div{
  font-size: 12px;
}
.tovar-lists .quantity .basket-quantity__label{
  padding-right: 10px;
  display: inline;
}
.tovar-lists .quantity .basket-quantity__body{
  display: inline-block;
}
.tovar-lists .dell-tovar{
    margin-right: 0%;
    text-align: right;
    float: right;
}
.content p.specfont1{
  font-size: 22px;
    color: #003a70;
}
.order_sumprise p{
  font-size: 22px;
  color: #003a70;
  float: right;
}
  /**/


  .reviews_add {
    display: none;
    position: fixed;
    left: 0;
    top: 20px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 500; }
    .reviews_add__container {
      position: absolute;
      top: 33%;
      min-height: 456px;
      margin-top: -228px;
      background: #fff; }
      @media (min-width: 320px) {
        .reviews_add__container {
          left: 0;
          width: 100%; } }
      @media (min-width: 768px) {
        .reviews_add__container {
          left: 50%;
          width: 535px;
          margin-left: -267.5px; } }
    .reviews_add__title {
      padding: 25px 0 20px;
      border-bottom: 5px solid #ea942d;
      background: #003a70;
      font-size: 25px;
      font-weight: 300;
      color: #fff;
      text-transform: uppercase;
      text-align: center; }
    .reviews_add__close {
      display: block;
      position: absolute;
      width: 17px;
      height: 17px; }
      @media (min-width: 320px) {
        .reviews_add__close {
          top: -34px;
          right: 0; } }
      @media (min-width: 768px) {
        .reviews_add__close {
          right: -30px;
          top: -17px; } }
      .reviews_add__close::before, .reviews_add__close::after {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        top: 50%;
        width: 100%;
        height: 2px;
        margin-top: -1px;
        background: #fff;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
      .reviews_add__close::after {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); }
    .reviews_add form {
      padding: 27px 48px 32px; }
      .reviews_send_block .reviews_send_button{
        display: inline-block;
        margin: 0 auto;
        padding: 0;
        border-radius: 0;
        background: #ea942d;
        line-height: 35px;
        vertical-align: middle;
        font-size: 17px;
        font-weight: 500;
        color: #fff;
        text-align: center;
        text-transform: uppercase;
        -webkit-appearance: none;
        outline: none;
        width: 230px;
        border: none;
      }
      .reviews_send_block{
        text-align: center;
        margin-top: 30px;
      }
      .reviews{
        width: 1170px;
        padding: 37px 39px;
        background: #f0f0f0;
        margin: auto;
      }
      @media (max-width: 1170px) {
        .reviews{
          width: 100%;
        }
      }
      .resmsg{
  padding: 26px;
    }

    i.question{
      font-style: italic;
  font-weight: bold;
    }

noindex {
  display: contents;
}

.modal_mess .title {
  font-size: 16px;
}