/* Reset style */
html, body, div, span, h1, h2, h3, h4, h5, h6, em, img, strong, sub, sup, b, u, i, p, ul, li, dl, dt, dd, ol, 
fieldset, form, label, article, aside, canvas, details, figcaption, figure, footer, header, 
hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-size: 100%; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none; }

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

td, td img {
  vertical-align: top; }

input, select, button, textarea {
  margin: 0;
  padding: 0;
  font-size: 100%; }

input[type="checkbox"] {
  vertical-align: middle; }

input[type="radio"] {
  vertical-align: text-bottom; }

input[type="search"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box; }

sub {
  vertical-align: sub;
  font-size: smaller; }

sup {
  vertical-align: super;
  font-size: smaller; }

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

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

/* Reset style end */
/* Basic style */
html {
  height: 100% !important;
  overflow-y: scroll !important;
  margin-right: 0 !important; }

body {
  font-family: 'Geometria',Arial,sans-serif;
  font-weight: 400;
  text-align: left;
  line-height: 1.4;
  font-size: 17px;
  color: #000000;
  position: relative;
  width: 100%;
  height: 100%;
  background: #fff; }

input, select, button, textarea {
  font-family: inherit;
  outline: none; }

label, input[type="button"], input[type="submit"], button {
  cursor: pointer;
  outline: none; }

a {
  color: #000000; }

a, input, button, a img, textarea {
  -webkit-transition: color 0.5s, background 0.5s, opacity 0.5s, border 0.5s, -webkit-box-shadow 0.5s;
  transition: color 0.5s, background 0.5s, opacity 0.5s, border 0.5s, -webkit-box-shadow 0.5s;
  -o-transition: color 0.5s, background 0.5s, opacity 0.5s, border 0.5s, box-shadow 0.5s;
  -moz-transition: color 0.5s, background 0.5s, opacity 0.5s, border 0.5s, box-shadow 0.5s, -moz-box-shadow 0.5s;
  transition: color 0.5s, background 0.5s, opacity 0.5s, border 0.5s, box-shadow 0.5s;
  transition: color 0.5s, background 0.5s, opacity 0.5s, border 0.5s, box-shadow 0.5s, -webkit-box-shadow 0.5s, -moz-box-shadow 0.5s;
  outline: none; }
  a:hover, a:focus, input:hover, input:focus, button:hover, button:focus, a img:hover, a img:focus, textarea:hover, textarea:focus {
    outline: none; }

img {
  width: auto;
  height: auto;
  max-width: 100%; }

.wrapper {
  margin: 0 auto;
  min-height: 100%;
  height: auto !important;
  position: relative;
  background: #fff;
  overflow: hidden;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-content: stretch;
      -ms-flex-line-pack: stretch;
          align-content: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }

svg {
  -webkit-transition: fill 0.5s, stroke 0.5s, opacity 0.5s;
  -o-transition: fill 0.5s, stroke 0.5s, opacity 0.5s;
  -moz-transition: fill 0.5s, stroke 0.5s, opacity 0.5s;
  transition: fill 0.5s, stroke 0.5s, opacity 0.5s; }
  svg path, svg rect {
    -webkit-transition: fill 0.5s, stroke 0.5s, opacity 0.5s;
    -o-transition: fill 0.5s, stroke 0.5s, opacity 0.5s;
    -moz-transition: fill 0.5s, stroke 0.5s, opacity 0.5s;
    transition: fill 0.5s, stroke 0.5s, opacity 0.5s; }

.wrapp--strech {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-content: stretch;
      -ms-flex-line-pack: stretch;
          align-content: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }

.wrapp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.itemRow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: stretch;
      -ms-flex-line-pack: stretch;
          align-content: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }

.itemRow--fs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-content: stretch;
      -ms-flex-line-pack: stretch;
          align-content: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }

.column_vc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: stretch;
      -ms-flex-line-pack: stretch;
          align-content: stretch;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.column_cc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

ul, ol {
  list-style-type: none; }

.wrapp--fs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.icon, .text, .iconBox {
  display: inline-block;
  vertical-align: middle; }

.tt {
  text-transform: uppercase; }

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

.aligncenter {
  display: block;
  margin: 0 auto; }

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

.alignright {
  display: block;
  float: right;
  margin-bottom: 20px;
  margin-left: 20px; }

.desktop {
    display: block;
}
.mobile {
    display: none;
}
  @media (max-width: 567px) {
      .desktop {
          display: none;
      }
      .mobile {
          display: block;
      }
    .alignright {
      float: none;
      margin: 0 auto 25px auto; } }

.alignleft {
  float: left;
  display: block;
  margin-right: 20px;
  margin-bottom: 20px; }
  @media (max-width: 567px) {
    .alignleft {
      float: none;
      margin: 0 auto 25px auto; } }

/* Basic style end */
/* Fonts */
@font-face {
  font-family: 'Geometria';
  src: url("../fonts/Geometria.woff") format("woff");
  font-weight: normal;
  font-style: normal;
    font-display: swap;
}

@font-face {
  font-family: 'Geometria-Bold';
  src: url("../fonts/Geometria-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
    font-display: swap;
}

@font-face {
  font-family: 'Geometria-ExtraBold';
  src: url("../fonts/Geometria-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
    font-display: swap;}

@font-face {
  font-family: 'HarmoniaSansProCyr-Light';
  src: url("../fonts/HarmoniaSansProCyr-Light.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;font-display: swap; }

@font-face {
  font-family: 'HarmoniaSansProCyr-Regular';
  src: url("../fonts/HarmoniaSansProCyr-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;font-display: swap; }

@font-face {
  font-family: 'HarmoniaSansProCyr-Bold';
  src: url("../fonts/HarmoniaSansProCyr-Bold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;font-display: swap; }

@font-face {
  font-family: 'HarmoniaSansProCyr-Black';
  src: url("../fonts/HarmoniaSansProCyr-Black.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;font-display: swap; }

/* Fonts End */
h1, h2, h3, h4, h5, h6 {
  line-height: 1.2;
  font-weight: bold;
font-family: 'Geometria-Bold';
  /*font-family: "HarmoniaSansProCyr-Bold";*/ }

strong {
  font-weight: bold;
  font-family: 'Geometria-Bold'; }

.main_row {
  margin: -30px -15px 0; }
  .main_row > div {
    margin-top: 30px;
    padding: 0 15px; }

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

@media (min-width: 768px) and (max-width: 991px) {
  .container {
    max-width: 100%; } }
.grecaptcha-badge {
   visibility: hidden;
}
/* Header */
.header {
  position: relative;
  z-index: 100; }
  @media (min-width: 1200px) {
    .header .container {
      max-width: 1175px; } }
  .header__row {
    padding: 50px 0; }
    @media (max-width: 767px) {
      .header__row {
        padding-bottom: 20px; } }
  @media (max-width: 991px) {
    .header__logoBox img {
      max-width: 280px; } }
  @media (max-width: 767px) {
    .header__logoBox img {
      max-width: 200px; } }
  @media (max-width: 567px) {
    .header__logoBox img {
      max-width: 120px; } }
  @media (max-width: 767px) {
    .header__contactBox {
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  .header__contactBox ul {
    margin-right: 20px; }
    @media (max-width: 767px) {
      .header__contactBox ul {
        margin-right: 30px; } }
  @media (max-width: 767px) {
    .header__contactBox .header__btn {
      display: none; } }
  @media (max-width: 767px) {
    .header__contacts {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }
  .header__contacts li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 767px) {
      .header__contacts li {
        margin-right: 30px; }
        .header__contacts li:last-child {
          margin-right: 0; } }
  .header__contacts .iconBox {
    width: 24px;
    margin-right: 8px; }
    @media (max-width: 767px) {
      .header__contacts .iconBox {
        margin-right: 0; } }
  .header__contacts img {
    display: block; }
  @media (max-width: 767px) {
    .header__contacts .text {
      display: none; } }
  .header__element, .header__element--left, .header__element--center, .header__element--right {
    position: absolute;
    top: 0;
    z-index: -1; }
    .header__element--left {
      left: 0;
      max-width: 217px; }
      @media (max-width: 1460px) {
        .header__element--left {
          max-width: 120px; } }
      @media (max-width: 1240px) {
        .header__element--left {
          max-width: 90px; } }
      @media (max-width: 567px) {
        .header__element--left {
          display: none; } }
    .header__element--center {
      left: 50%;
      max-width: 135px;
      -webkit-transform: translateX(-50%);
         -moz-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
           -o-transform: translateX(-50%);
              transform: translateX(-50%); }
    .header__element--right {
      right: 0;
      top: -17px;
      max-width: 250px; }
      @media (max-width: 1460px) {
        .header__element--right {
          max-width: 200px; } }
      @media (max-width: 1240px) {
        .header__element--right {
        top: -10px;
          max-width: 160px; } }
      @media (max-width: 567px) {
        .header__element--right {
          display: none; } }
  .header__btn {
    background: #01589D;
    font-size: 15px;
    color: #fff;
    height: 46px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 170px;
    -webkit-border-radius: 50px;
       -moz-border-radius: 50px;
            border-radius: 50px; }
    .header__btn:hover, .header__btn:focus {
        color: #fff;
         text-decoration: none;
      background: #012d51; }
  .header__nav {
    background: #D32024; }
    @media (max-width: 767px) {
      .header__nav {
        display: none;
        position: absolute;
        top: 100%;
        right: 0;
        width: 280px;
        padding: 30px 15px; }
        .header__nav .container {
          width: 100%; } }
    .header__nav ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
     /* -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;*/
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      height: 110px; }
      @media (max-width: 767px) {
        .header__nav ul {
display: block;
          height: auto; } }
    .header__nav .menu li {
     /* max-width: -webkit-calc(100% / 7);
      max-width: -moz-calc(100% / 7);
      max-width: calc(100% / 7);*/
      /*max-width: 215px;*/
      max-width: 107px;
position: relative;
      text-align: center; }
      @media (max-width: 1200px) {
          .header__nav .menu li {
     max-width: -webkit-calc(100% / 7);
      max-width: -moz-calc(100% / 7);
      max-width: calc(100% / 7); }
      }
      @media (max-width: 767px) {
        .header__nav .menu li {
          max-width: 100% !important;
          width: 100%;
          text-align: right;
          margin-bottom: 10px; }
          .header__nav li:last-child {
            margin-bottom: 0; } }
            .header__nav .menu li:last-child  {
        padding-right: 0px; }
      .header__nav .menu li:first-child a {
        position: relative; }
        .header__nav .menu li:first-child a:after {
          content: '';
          display: inline-block;
          vertical-align: middle;
          margin-left: 5px;
          border-top: 4px solid #ffffff;
          border-left: 5px solid transparent;
          border-right: 5px solid transparent; }

.header__nav .menu li a[href='/about/']:after {
          content: '';
          display: inline-block;
          vertical-align: middle;
          margin-left: 5px;
          border-top: 4px solid #ffffff;
          border-left: 5px solid transparent;
          border-right: 5px solid transparent; }

    .header__nav a {
      color: #fff;
      display: inline;
font-size: 20px;
      border-bottom: 2px solid transparent; }
      .header__nav a:hover {
        border-color: #fff; 
font-weight: 700;
}
.header__nav li .root-item-selected{
        border-color: #fff; 
font-weight: 700;
}
.header__nav .submenu {
        display: none;
    position: absolute;
    z-index: 99999;
    -webkit-animation-duration: 0.3s;
    -moz-animation-duration: 0.3s;
    -o-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
top: -25%;
    left: 0;
    -webkit-animation-name: slideDown;
    -moz-animation-name: slideDown;
    -o-animation-name: slideDown;
    animation-name: slideDown;
    background: #D32024;
    /*width: 360px;*/
    width: 630px;
    max-height: 565px;
    padding: 15px 0 15px 20px;
height: auto;
column-count: 2;
}

.header__nav .submenu .submenu{
  width: 100%;
  column-count: 1;
}

.header__nav .submenu li{
margin-bottom: 10px;
    padding-right: 15px;
position: relative;
max-width: 100%;
          width: 100%;
}
.header__nav .submenu li a{
color: #fff;
    position: relative;
    padding-right: 10px;
    display: block;
font-size: 17px;
    line-height: 20px;
text-align: left;
}
.header__nav .submenu li:first-child a:after {display: none;}
.header__nav .submenu li a:after {display: none !important;}
.header__nav .menu li:hover .submenu {
display: block;
}
@media (max-width: 1370px) {
.header__nav a {
 font-size: 20px;
}
}
  .header__mnuBtn {
    display: none; }
    @media (max-width: 767px) {
.header__nav a {
 font-size: 17px;
}
.header__nav .menu li:hover .submenu {
    display: none;
}
.header__nav .menu li:first-child a:after {
    display: none;
}
      .header__mnuBtn {
        display: block; }
        .header__mnuBtn img {
          display: block; } }

/* Banner */
.banner__slide {
  height: 600px;
  -moz-background-size: cover !important;
       background-size: cover !important;
  padding-top: 50px; }
  @media (max-width: 991px) {
    .banner__slide {
      height: auto;
      padding: 50px 0 100px; } }
.banner__textblock{
    padding: 50px 0;
  overflow: hidden;
  /*margin-bottom: 30px;*/
}

.banner__textblock h1{
   color: #fff;
   text-transform: uppercase;
    font-family: 'Geometria-ExtraBold';
    font-size: 50px;
  margin-bottom: 20px;
}

.banner__textblock h2{
   color: #fff;
   text-transform: uppercase;
    font-family: 'Geometria-ExtraBold';
    font-size: 50px;
  margin-bottom: 20px;
}
.banner__textblock p{
  font-weight: 700;
    font-size: 25px;
    color: #fff;
}
.banner__list {
  text-transform: uppercase;
  font-family: "HarmoniaSansProCyr-Light";
  font-size: 27px;
  padding: 50px 0;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px; }
  .banner__list:before, .banner__list:after {
    content: '';
    position: absolute;
    left: 19px;
    width: 15px;
    height: 15px;
    -webkit-border-radius: 100%;
       -moz-border-radius: 100%;
            border-radius: 100%;
    background: #fff; }
  .banner__list:before {
    top: 0; }
  .banner__list:after {
    bottom: 0; }
  .banner__list li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #ffffff;
    margin-bottom: 10px;
    position: relative;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .banner__list li:after {
      content: '';
      position: absolute;
      top: -9999px;
      bottom: -9999px;
      left: 25px;
      z-index: 2;
      background: #fff;
      width: 3px; }
    .banner__list li:last-child {
      margin-bottom: 0; }
  .banner__list .iconBox {
    width: 54px;
    height: 54px;
    -webkit-border-radius: 100%;
       -moz-border-radius: 100%;
            border-radius: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 3px solid #fff;
    margin-right: 20px;
    position: relative;
    z-index: 3; }
    .banner__list .iconBox:after {
      content: '';
      position: absolute;
      top: 3px;
      right: 3px;
      bottom: 3px;
      left: 3px;
      background: #fff;
      z-index: -1;
      -webkit-border-radius: 100%;
         -moz-border-radius: 100%;
              border-radius: 100%; }
  .banner__list p {
font-weight: bold;
    font-family: 'Geometria-Bold';
    width: -webkit-calc(100% - 74px);
    width: -moz-calc(100% - 74px);
    width: calc(100% - 74px); }

.banner__navBox {
  padding: 40px 0; }
  @media (max-width: 949px) {
    .banner__navBox {
      padding: 15px 0; } }

.banner__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative; }
  @media (max-width: 949px) {
    .banner__row {
      padding: 0 30px;
      height: 30px; } }

.banner__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 1199px) {
    .banner__nav {
      width: -webkit-calc(100% - 170px);
      width: -moz-calc(100% - 170px);
      width: calc(100% - 170px);
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  @media (max-width: 949px) {
    .banner__nav {
      width: 100%;
      -webkit-justify-content: space-around;
          -ms-flex-pack: distribute;
              justify-content: space-around;
      padding: 0 15px; } }
  .banner__nav li {
    cursor: pointer;
    color: #c7c7c7;
    margin-right: 35px;
    -webkit-transition: color 0.35s;
    -o-transition: color 0.35s;
    -moz-transition: color 0.35s;
    transition: color 0.35s;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 1.2; }
    @media (max-width: 1199px) {
      .banner__nav li {
        margin-right: 0;
        width: 19%;
        font-size: 15px; } }
    @media (max-width: 949px) {
      .banner__nav li {
        width: auto; } }
    .banner__nav li:hover, .banner__nav li.active {
      color: #01589D; }
      .banner__nav li:hover .dots {
        border-color: #01589D; }
.banner__nav li:last-child {
      margin-right: 0; }
      
    .banner__nav li .dots {
      margin-right: 8px;
      width: 22px;
      height: 22px;
      -webkit-border-radius: 50%;
         -moz-border-radius: 50%;
              border-radius: 50%;
      background: #fff;
      border: 6px solid #c7c7c7;
      -webkit-transition: border 0.35s;
      -o-transition: border 0.35s;
      -moz-transition: border 0.35s;
      transition: border 0.35s; }
      @media (max-width: 949px) {
        .banner__nav li .dots {
          margin-right: 0; } }
        .banner__nav li.active .dots {
 border-color: #01589D; }
  
    .banner__nav li .circle {
      margin-right: 8px;
      width: 22px;
      height: 22px;
      border-radius: 50%;
       }
    .banner__nav li .background {
    fill: transparent;
    stroke: #c7c7c7;
    transition: all 200ms;
  }
  .banner__nav li .foreground {
    fill: transparent;
    stroke-dasharray: 69;
    stroke-dashoffset: 69;
    
    transform-origin: 50% 50%;
    transform: rotate(-270deg);
    transition: all 6500ms ease;
  }
    .banner__nav li.active .background {
      stroke: #c7c7c7;
    }     
    .banner__nav li.active .foreground {
      stroke-dashoffset: 0;
      stroke: #01589D;
      transform: rotate(-90deg);
    }      
    
          
          
    .banner__nav li span:last-child {
      width: -webkit-calc(100% - 30px);
      width: -moz-calc(100% - 30px);
      width: calc(100% - 30px); }
      @media (max-width: 949px) {
        .banner__nav li span:last-child {
          display: none; } }

.banner__arrow, .banner__arrow--prev, .banner__arrow--next {
  cursor: pointer;
  display: block; }
  @media (max-width: 949px) {
    .banner__arrow, .banner__arrow--prev, .banner__arrow--next {
      position: absolute;
      top: 50%;
      margin-top: -15px; } }
  .banner__arrow img, .banner__arrow--prev img, .banner__arrow--next img {
    display: block; }
    @media (max-width: 949px) {
      .banner__arrow img, .banner__arrow--prev img, .banner__arrow--next img {
        max-width: 30px; } }
  .banner__arrow--prev {
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
         -o-transform: rotate(180deg);
            transform: rotate(180deg); }
    @media (max-width: 949px) {
      .banner__arrow--prev {
        left: 0; } }
  .banner__arrow--next {
    margin-left: 10px; }
    @media (max-width: 949px) {
      .banner__arrow--next {
        right: 0; } }

.banner__btn {
  width: 205px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-border-radius: 50px;
     -moz-border-radius: 50px;
          border-radius: 50px;
  background: #D32024;
  color: #fff;
  height: 46px;
  font-size: 15px; }
  .banner__btn:hover {
    background: #911619; }
  .banner__btn span {
      vertical-align: middle;
      line-height: 26px;
    margin-right: 10px; }

/* Services */
.services__titleBox, .services__titleBox--red, .services__titleBox--blue {
  background: #D32024;
  padding: 35px 0; }
  .services__titleBox--red {
    background: #D32024; }
  .services__titleBox--blue {
    background: #01589D; }

.services__title, .services__title--white, .services__title--blue, .services__title--red {
  text-transform: uppercase;
font-family: 'Geometria-ExtraBold';
  font-size: 50px; }
  .services__title--white {
    color: #fff; }
  .services__title--blue {
    color: #01589D; }
  .services__title--red {
    color: #D32024; }

.services__slider .slick-list {
  overflow: visible; }

.services__slider .slick-arrow {
  position: absolute;
  bottom: 15px;
  z-index: 101;
  display: block; }
  .services__slider .slick-arrow.slick-prev {
    left: 50%;
    margin-left: -30px;
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
         -o-transform: rotate(180deg);
            transform: rotate(180deg); }
  .services__slider .slick-arrow.slick-next {
    right: 50%;
    margin-right: -30px; }
  .services__slider .slick-arrow img {
    display: block; }

.services__slide {
  height: 634px;
  -moz-background-size: cover !important;
       background-size: cover !important;
  position: relative;
z-index: 1;
  padding: 25px;
 color: #01589D;}
.services__slide:hover{
opacity: 1;
transition: 0.5s;
-webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
    z-index: 2;
}


  @media (min-width: 1920px) {
    .services__slide {
      padding: 40px; } }
  @media (max-width: 567px) {
    .services__slide {
      z-index: 1;
      color: #fff; }
       }
  .services__slide:before {
    content: '';
    z-index: -1;
background: rgba(255, 255, 255, 0.7);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
.services__slide:hover::before {
    content: '';
    z-index: -1;
background: rgba(1, 88, 157, 0.5);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
    .services__slide:hover ul li:before {
      background: #fff; }
  .services__slide .number {
color: #01589D;
    font-size: 40px; }
  .services__slide h3 {
color: #01589D;
font-weight: 700;
    font-size: 25px;
    margin-bottom: 10px; }
  .services__slide ul {
color: #01589D;
    font-size: 23px; }
.services__slide ul a{
color: #01589D;
    font-size: 23px; }
.services__slide ul a:hover{
color: #01589D;
    font-size: 23px; }
    .services__slide ul li:before {
      content: '';
      display: inline-block;
      vertical-align: middle;
      position: relative;
      margin-top: -4px;
      width: 5px;
      height: 5px;
      -webkit-border-radius: 100%;
         -moz-border-radius: 100%;
              border-radius: 100%;
      background: #01589D;
      margin-right: 7px; }
.services__slide:hover .number{
color: #fff;
}
.services__slide:hover h3{
color: #fff;
}
.services__slide:hover ul{
color: #fff;
}
.services__slide:hover ul a{
color: #fff;
}
.services__slide:hover ul a:hover{
color: #fff;
font-weight: bold;
}
.services__slider .slick-arrow {
    position: absolute;
    top: 45%;
    z-index: 999;
    display: block;
}
.services__slider .slick-arrow.slick-next {
    right: 0px;
    transform: none;
    margin-right: 0px;
}
.services__slider .slick-arrow.slick-prev {
    left: 0px;
    transform: none;
    margin-left: 0px;
}
/* Why */
.why {
  padding: 50px 0 70px;
  position: relative;
  z-index: 1;
  overflow: hidden; }
  @media (max-width: 1620px) {
    .why {
      padding-top: 100px; } }
  .why__element, .why__element--first, .why__element--second, .why__element--third, .why__element--fourth {
    position: absolute;
    z-index: -1; }
    .why__element--first {
      left: 0;
      top: 30px; }
    .why__element--second {
      top: 0;
      right: 0; }
    .why__element--third {
      bottom: -18px;
      right: 0; }
    .why__element--fourth {
      bottom: -40px;
      left: -5px; }
  .why h2 {
    margin-bottom: 65px; }
  .why__row {
    margin-top: -40px; }
    .why__row > div {
      margin-top: 40px; }
  .why__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding-left: 42px;
    padding-top: 9px; }
    .why__item p {
      width: -webkit-calc(100% - 106px);
      width: -moz-calc(100% - 106px);
      width: calc(100% - 106px);
      padding-left: 20px;
      font-size: 20px; }
  .why__number {
    font-size: 120px;
    line-height: 78px;
    font-family: 'Geometria-ExtraBold';
    position: absolute;
    top: 0;
    left: 0;
    color: #b6d6ec;
    z-index: -1; }
  .why__iconBox {
    width: 106px;
    height: 106px;
    -webkit-border-radius: 100%;
       -moz-border-radius: 100%;
            border-radius: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 3px solid #01589D; }

/* Calculation */
.calculation {
  background: #4375BA;
  position: relative;
  z-index: 1; }
  .calculation__element, .calculation__element--first, .calculation__element--second {
    z-index: -1;
    position: absolute; }
    .calculation__element--first {
      left: 26px;
      top: 26px; }
    .calculation__element--second {
      bottom: 20px;
      right: 30px; }
  .calculation__box {
    position: relative;
    z-index: 1;
    padding: 55px 0 75px; }
  .calculation__img {
    position: absolute;
    bottom: 0;
    right: -70px;
    z-index: -1; }
  .calculation__formBox {
    width: 650px;
    max-width: 100%; }
    .calculation__formBox .row {
      margin-top: -16px;
      margin-left: -8px;
      margin-right: -8px; }
      .calculation__formBox .row > div {
        padding: 0 8px;
        margin-top: 16px; }
        
      .feedBack .calculation__formBox input[type="text"], .feedBack .calculation__formBox input[type="tel"], .feedBack .calculation__formBox input[type="email"] {
      width: 100%;
      height: 45px;
      -webkit-border-radius: 50px;
         -moz-border-radius: 50px;
              border-radius: 50px;
      text-align: center;
      color: #000;
      font-size: 17px;
      font-family: 'Geometria';
      border: 1px solid #d22024; }
      .feedBack .calculation__formBox input[type="text"]::-webkit-input-placeholder, .feedBack .calculation__formBox input[type="tel"]::-webkit-input-placeholder, .feedBack .calculation__formBox input[type="email"]::-webkit-input-placeholder {
        font-size: 17px;
        font-family: 'Geometria';
        color: #D32024; }
      .feedBack .calculation__formBox input[type="text"]::-moz-placeholder, .feedBack .calculation__formBox input[type="tel"]::-moz-placeholder, .feedBack .calculation__formBox input[type="email"]::-moz-placeholder {
        font-size: 17px;
        font-family: 'Geometria';
        color: #D32024; }
      .feedBack .calculation__formBox input[type="text"]:-moz-placeholder, .feedBack .calculation__formBox input[type="tel"]:-moz-placeholder, .feedBack .calculation__formBox input[type="email"]:-moz-placeholder {
        font-size: 17px;
        font-family: 'Geometria';
        color: #D32024; }
      .feedBack .calculation__formBox input[type="text"]:-ms-input-placeholder, .feedBack .calculation__formBox input[type="tel"]:-ms-input-placeholder, .feedBack .calculation__formBox input[type="email"]:-ms-input-placeholder {
        font-size: 17px;
        font-family: 'Geometria';
        color: #D32024; }
  .feedBack .calculation__btn {
    width: 100%;
    background: #fff;
    height: 45px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: none;
    -webkit-border-radius: 50px;
       -moz-border-radius: 50px;
            border-radius: 50px;
     color: #01589d;
    font-size: 17px; }
        
    .calculation__formBox input[type="text"], .calculation__formBox input[type="tel"], .calculation__formBox input[type="email"] {
      width: 100%;
      height: 45px;
      -webkit-border-radius: 50px;
         -moz-border-radius: 50px;
              border-radius: 50px;
      text-align: center;
      color: #000;
      font-size: 17px;
        font-family: 'Geometria';
      border: none; }
      .calculation__formBox input[type="text"]::-webkit-input-placeholder, .calculation__formBox input[type="tel"]::-webkit-input-placeholder, .calculation__formBox input[type="email"]::-webkit-input-placeholder {
        font-size: 17px;
        font-family: 'Geometria';
        color: #000; }
      .calculation__formBox input[type="text"]::-moz-placeholder, .calculation__formBox input[type="tel"]::-moz-placeholder, .calculation__formBox input[type="email"]::-moz-placeholder {
        font-size: 17px;
        font-family: 'Geometria';
        color: #000; }
      .calculation__formBox input[type="text"]:-moz-placeholder, .calculation__formBox input[type="tel"]:-moz-placeholder, .calculation__formBox input[type="email"]:-moz-placeholder {
        font-size: 17px;
        font-family: 'Geometria';
        color: #000; }
      .calculation__formBox input[type="text"]:-ms-input-placeholder, .calculation__formBox input[type="tel"]:-ms-input-placeholder, .calculation__formBox input[type="email"]:-ms-input-placeholder {
        font-size: 17px;
        font-family: 'Geometria';
        color: #000; }
  .calculation__btn {
    width: 100%;
    background: #fff;
    height: 45px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: none;
    -webkit-border-radius: 50px;
       -moz-border-radius: 50px;
            border-radius: 50px;
     color: #cd151a;
    font-size: 17px; }
    .calculation__btn:hover {
      border: 2px solid white;
      background: #D32024;
      color: #fff; }
      .calculation__btn:hover img {
        -webkit-filter: brightness(0) invert(1);
                filter: brightness(0) invert(1); }
    .calculation__btn span {
        line-height: 23px;
      white-space: nowrap;
      margin-right: 10px; }
    .calculation__btn img {
      width: 26px;
      -webkit-transition: -webkit-filter 0.5s;
      transition: -webkit-filter 0.5s;
      -o-transition: filter 0.5s;
      -moz-transition: filter 0.5s;
      transition: filter 0.5s;
      transition: filter 0.5s, -webkit-filter 0.5s; }
  .calculation__checkbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 15px;
    color: #fff; }
    /*.calculation__checkbox span:last-child {
      width: -webkit-calc(100% - 25px);
      width: -moz-calc(100% - 25px);
      width: calc(100% - 25px);
      padding-left: 15px; }*/
    .calculation__checkbox .checkbox {
      position: relative;
      z-index: 1;
      width: 25px;
      height: 25px; }
    .calculation__checkbox input {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 0; }
      .calculation__checkbox input:checked + img {
        opacity: 1; }
    .calculation__checkbox img {
      opacity: .5;
      -webkit-transition: opacity 0.5s;
      -o-transition: opacity 0.5s;
      -moz-transition: opacity 0.5s;
      transition: opacity 0.5s; }
  .calculation h2 {
    margin-bottom: 25px; }

/* Advantages */
.advantages {
  padding: 80px 0;
  position: relative;
  z-index: 1; }
  .advantages__element {
    position: absolute;
    top: 0;
    right: 0;
    top: 25px;
    right: 30px; }
  .advantages h2 {
font-family: 'Geometria-ExtraBold';
    margin-bottom: 40px; }
  .advantages__imgBox {
    margin-left: -190px; }
  .advantages__box {
    width: -webkit-calc(100% - 465px);
    width: -moz-calc(100% - 465px);
    width: calc(100% - 465px); }
  .advantages__row {
    margin-left: -15px;
    margin-right: -15px; }
  .advantages__item .numberBox {
    font-family: 'Geometria';
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 10px; }
  .advantages__item .number {
    font-size: 75px;
font-family: 'Geometria-ExtraBold';
    color: #D32024;
    line-height: 55px; }
  .advantages__item .text {
font-family: 'Geometria-Bold';
font-size: 17px;
font-weight: 700;
text-transform: uppercase;
    color: #01589D; }
.advantages__item p{
font-size: 20px;
}
/* About */
.about {
  background: #C6E3F5; }
  @media (min-width: 1920px) {
    .about .container-fluid {
      padding: 0 115px; } }
  .about__row {
    padding: 75px 0; }
    @media (min-width: 1920px) {
      .about__row {
        margin-left: -30px;
        margin-right: -30px; }
        .about__row > div {
          padding: 0 30px; } }
  .about__item {
    height: 100%;
    padding-bottom: 70px;
    position: relative;
    font-size: 20px; }
    .about__item:hover .textBox {
      background: #fff;
cursor: pointer;
      -webkit-transform: scale(1.05);
         -moz-transform: scale(1.05);
          -ms-transform: scale(1.05);
           -o-transform: scale(1.05);
              transform: scale(1.05); }
    .about__item:hover .dots {
      background: #fff; }
    .about__item .textBox {
      background: #F0F8FB;
      position: relative;
      padding: 30px 35px 70px;
      -webkit-border-radius: 30px;
         -moz-border-radius: 30px;
              border-radius: 30px;
      height: 100%;
      -webkit-transition: background 0.5s, -webkit-transform 0.5s;
      transition: background 0.5s, -webkit-transform 0.5s;
      -o-transition: background 0.5s, -o-transform 0.5s;
      -moz-transition: background 0.5s, transform 0.5s, -moz-transform 0.5s;
      transition: background 0.5s, transform 0.5s;
      transition: background 0.5s, transform 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s; }
.about__item .textBox .gif-img{visibility:hidden;}
.about__item:hover .textBox .gif-img{visibility:visible;}
.about__item:hover .textBox .nogif-img{visibility:hidden;}
    .about__item:hover h3 {
      color: #01589d; }
      .about__item:hover p {
      color: #01589d; }
.about__item img,
.about__item video {
      position: absolute;
      right: 0;
      bottom: 0; }
      .about__item h3 {
    margin-bottom: 20px;
}
.about__row .col-12:nth-child(1) .about__item img {
    width: 257px;
}
.about__row .col-12:nth-child(2) .about__item img {
    width: 116px;
}
.about__row .col-12:nth-child(3) .about__item img {
   width: 109px;
}
.about__row .col-12:nth-child(4) .about__item img {
    width: 106px;
}
@media (min-width: 1507px) {
    .about__row .col-12:nth-child(4) .about__item img {
    width: 90px;
}
}
    .about__item .dots {
      position: absolute;
      bottom: 0;
      left: 50%;
      width: 24px;
      height: 24px;
      -webkit-border-radius: 100%;
         -moz-border-radius: 100%;
              border-radius: 100%;
      margin-left: -12px;
      border: 5px solid #fff;
      -webkit-transition: background 0.5s;
      -o-transition: background 0.5s;
      -moz-transition: background 0.5s;
      transition: background 0.5s; }

/* Scheme */
.scheme {
  position: relative;
  z-index: 1;
  padding: 55px 0; }
  .scheme__el, .scheme__el--first, .scheme__el--second, .scheme__el--third {
    position: absolute;
    z-index: -1; }
    .scheme__el--first {
      top: -25px;
      left: 0; }
    .scheme__el--second {
      top: -55px;
      right: 0; }
    .scheme__el--third {
      bottom: 10px;
      right: 10px; }
  .scheme h2 {
    margin-bottom: 44px; }
  .scheme__row, .scheme__row--top, .scheme__row--bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
       -moz-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
            align-content: stretch; }
    .scheme__row--top{
        padding-left: 35px;
    }
    .scheme__row--top > div:first-child:before {
      display: none; }
    .scheme__row--top > div:after {
      content: '';
      position: absolute;
      right: -90px;
      bottom: 0;
      background: url(../img/png_for_sprite/arrow-down.png) 0 0 no-repeat;
      -moz-background-size: 100% 100%;
           background-size: 100% 100%;
      width: 97px;
      height: 88px; }
    .scheme__row--top > div:before {
      content: '';
      position: absolute;
      bottom: 0;
      left: -90px;
      background: url(../img/png_for_sprite/line.png) 0 0 no-repeat;
      -moz-background-size: 100% 100%;
           background-size: 100% 100%;
      width: 95px;
      height: 90px; }
    .scheme__row--bottom {
/*padding-top: 20px;*/
      padding-left: 265px; }
      .scheme__row--bottom > div {
        margin-right: 235px; }
        .scheme__row--bottom > div:last-child {
          margin-right: 0 !important; }
        .scheme__row--bottom > div .number {
          left: -10px; }
    .scheme__row--top > div {
      margin-right: 245px; }
      .scheme__row > div:last-child, .scheme__row--top > div:last-child, .scheme__row--bottom > div:last-child {
        margin-right: 0; }
.scheme__row--top .scheme__item:nth-child(1) {
    margin-right: 227px;
}
.scheme__row--top .scheme__item:nth-child(1) p {
    text-align: left;
    padding-left: 16px;
}
.scheme__row--top .scheme__item:nth-child(2) {
    margin-right: 255px;
    padding-top: 30px;
}
.scheme__row--top .scheme__item:nth-child(3) {
    padding-top: 28px;
}
.scheme__row--top .scheme__item:nth-child(3) .number {
     left: -24px;
}
.scheme__row--bottom .scheme__item:nth-child(1) {
    margin-right: 237px;
    min-width: 140px;
}
.scheme__row--bottom .scheme__item:nth-child(2) {
    margin-right: 203px;
}
.scheme__row--bottom .scheme__item:nth-child(3) {
    padding-top: 32px;
    min-width: 180px;
}
.scheme__row--bottom .scheme__item:nth-child(3) .number {
    left: 24px;
}
  .scheme__item {
    padding-top: 45px;
line-height: 1.2;
    text-align: center;
    font-size: 20px;
    color: #01589D;
    position: relative;
    z-index: 1; }
.scheme__item p{}
    .scheme__item .number {
      position: absolute;
      top: 0;
      left: -35px;
      -webkit-border-radius: 100%;
         -moz-border-radius: 100%;
              border-radius: 100%;
      width: 60px;
      height: 60px;
      background: #679bc4;
      color: #fff;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      font-size: 40px;
      font-weight: 700;
      font-family: 'Geometria';
      z-index: -1; }
    .scheme__item img {
      display: block;
      margin: 0 auto 10px; }

/* FeedBack */
.feedBack {
/*  background: #D32024;*/
background-color: #cd151a;
  padding: 45px 0;
  position: relative;
  z-index: 1; }
  .feedBack__element, .feedBack__element--right, .feedBack__element--left {
    position: absolute;
    z-index: -1; }
    .feedBack__element--right {
      top: 10px;
      right: 10px; }
    .feedBack__element--left {
      bottom: 10px;
      left: 10px; }
  .feedBack h2 {
    margin-bottom: 40px; }
  .feedBack .calculation__formBox {
    width: 100%; }

/* Footer */
.footer {
  background: #fff;
  padding: 45px 0;
  font-size: 20px; }
  .footer__box .menu a {
    color: #01589D;
    display: inline;
    line-height: 30px;
    border-bottom: 1px solid transparent; }
    .footer__box .menu a:hover {
      border-bottom-color: #01589D; }
  .footer__contacts {
    padding-top: 30px; }
    .footer__contacts li {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      .footer__contacts li:last-child {
        margin-top: 10px; }
    .footer__contacts .iconBox {
      margin-right: 14px; }
    .footer__contacts .header__btn {
      font-size: 20px;
      width: 100%; }

/* ModalBox */
.modalBox {
  margin: 0 auto;
  background: #01589D;
  width: 400px;
  max-width: 100%;
  -webkit-border-radius: 15px;
     -moz-border-radius: 15px;
          border-radius: 15px;
  padding: 45px 30px 30px; }
  @media (max-width: 414px) {
    .modalBox {
      width: 100%;
      padding: 40px 20px; } }
  .modalBox .calculation__checkbox {
    font-size: 12px; }
  .modalBox .mfp-close {
    top: 0;
    right: 0;
    text-indent: 0;
    color: #fff; }


.namings{
padding: 60px 0 40px 0;
}
.namings p{
color: #353535;
font-size: 17px;
}
.namings h1{
padding-top: 15px;
color: #01589d;
font-size: 50px;
text-transform: uppercase;
}
.servise-wrap{padding-bottom: 70px;}
.servise-detalwrap{
padding-bottom: 70px;
display: flex;
position: relative;
}
.service-menu{
width: 259px;
min-width: 259px;
margin-right: 40px;
}
.first-service{
color: #cd151a;
font-size: 25px;
padding-bottom: 6px;
border-bottom: 3px solid #cd151a;
width: 259px;
min-width: 259px;
display: block;
}
.services-punkts a{
padding: 8px 0;
color: #01589d;
font-size: 20px;
border-bottom: 1px solid #01589d;
width: 259px;
min-width: 259px;
display: block;
padding-right: 10px;
}
.services-punkts.current a{
font-weight: 700;
}
.services-punkts a:hover{
color: #01589d;
text-decoration: none;
font-weight: 700;
}
.service__btn{
width: 169px;
height: 46px;
border-radius: 23px;
background-color: #cd151a;
color: #ffffff;
font-size: 15px;
padding-top: 10px;
text-align: center;
display: inline-block;
margin-top: -15px;
float:right;
}
.service__btn:hover, .service__btn:focus{
color: #ffffff;
text-decoration: none;
}
.bx_hma_one_lvl{
width: 100%;
min-width: 259px;
}
.serv-img{
position: relative;
}
a:hover{
text-decoration: none;
}
.contact-page{
margin-bottom: 60px;
position: relative;
}
.contact-map-desk{margin-top: -80px;}
.contact-map-tab{display: none;}
.contact-block{
position: absolute;
left: 0;
top: 46%;
maxwidth: 400px;
}
.contact-phone{
display: flex;
}
.contact-call{
margin-left: 10px;
color: #353535;
font-size: 17px;
line-height: 25px;
}
.contact-phone img{
width: 18px;
height: 18px;
margin-top: 3px;
}
.contact-mail img{
width: 17px;
height: 15px;
margin-top: 3px;
}
.contact-mail{
display: flex;
margin-top: 20px;
}
.contact-write{
margin-left: 10px;
color: #353535;
font-size: 17px;
line-height: 25px;
}
.contact-social{
display: inline-block;
margin-top: 20px;
}
.contact-social a{
padding-top: 3px;
}
.contact-social span{
margin-right: 10px;
color: #353535;
font-size: 17px;
line-height: 25px;
vertical-align: top;
}
.contact-messenger{
display: block;
margin-top: 20px;
}
.contact-messenger span{
display: block;
color: #353535;
font-size: 17px;
line-height: 25px;
padding-bottom: 10px;
}
.keeys-page{
display: flex;
margin-bottom: 100px;
}
.keeys-list{
width: 436px;
min-width: 436px;
height: 925px;
overflow-y: scroll;
}
.keeys-list::-webkit-scrollbar {
  width: 6px;
  background-color: #c6e3f5;
}
.keeys-list::-webkit-scrollbar-thumb {
  background-color: #cd151a;
}
.keeys-list::-webkit-scrollbar-track {
  background-color: #aecaee;
}
.keeys-detail{
margin-left: 35px;
max-width: 700px;
}
.keys-card{
padding: 9px 22px 8px 12px;
display: flex;
}
.keys-card:hover{
background-color: #c6e3f5;
}
.keys-details.active .keys-card {
    background-color: #c6e3f5;
}
.keys-img{
width: 123px;
min-width: 123px;
height: 160px;
}
.keys-img img{
object-fit: cover;
        width: 100%;
        height: 100%;
}
.keys-card-body{
margin-left: 15px;
padding-top: 5px;
max-height: 170px;
overflow: hidden;
}
.keys-title{
color: #000000;
font-size: 20px;
padding-bottom: 20px;
max-height: 52px;
overflow: hidden;
}
.keys-card-body span{
color: #000000;
font-size: 17px;
}
#imageGallery img{
    width: 100%;
    height: 300px;
object-fit: cover;
}
.card-img-top{
    width: 100%;
    height: 300px;
object-fit: cover;
}
.serv-mob{display: none;}
.contact-mobile{display: none;}
.service-slides{display: none;}
.simple-pages p {
margin-bottom: 10px;
font-size: 20px;
}
.simple-pages ul {
margin-bottom: 10px;
    margin-block-start: 1em;
    padding-inline-start: 40px;
    margin-block-end: 1em;
}
.simple-pages ol {
padding-left: 40px;
   margin-top: 1em;
   margin-bottom: 1em;
   list-style-type: decimal;
}
.simple-pages ol li{
margin-bottom: 5px;
    position: relative;
padding-left: 5px;
font-size: 20px;
}
.simple-pages ul li{
    list-style: disc;
    display: list-item;
    margin-bottom: 5px;
    position: relative;
padding-left: 5px;
font-size: 20px;
}
.simple-pages h2, .simple-pages h3, .simple-pages h4{
margin: 15px 0;
}
.simple-pages h2{
font-size: 32px;
}
.simple-pages h3{
font-size: 25px;
	}
.calculation__img-mob{display: none;}
.advantages-mob{display: none;}
.advantages__up{display: none;}
.about-slider{display: none;}
.sheme-mob{display: none;}
.logo-mob{display: none;}
.service_slider{display: none;}
.mob-menu{display: none;}
.callback-fix-btn{
    position: fixed;
    z-index: 10;
    right: 25px;
    bottom: 30px;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    background-color: #cd151a;
    padding-top: 13px;
    padding-left: 13px;
}
.top-line{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 15px;
}
.top-lines{
max-width: 280px;
margin-bottom: 15px;
}
.top-lines img{
    max-width: 280px;
    display: block;
}
.top-lines p{
    background-color: #c6e3f5;
    padding: 25px 15px 25px 40px;
    font-size: 20px;
    line-height: 25px;
    position: relative;
    height: 142px;
    margin-bottom: 0px;
}
.top-lines p:before {
    content: '';
    position: absolute;
    top: 24px;
    left: 17px;
    background: url(../img/q.png) 0 0 no-repeat;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    width: 50px;
    height: 81px;
    z-index: 0;
}
.block-grey{
background-color: #c6e3f5;
padding: 25px 40px 30px 16px;
margin-bottom: 25px;
display: flex;
}
.block-grey img{
    width: 65px;
    height: 65px;
    margin-top: 15px;
}
.block-grey p{
    padding: 0px 0 0 19px;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
}
.plus-wrap h2{
padding-top: 25px;
color: #01589d;
font-size: 30px;
line-height: 25px;
font-weight: 500;
}
.plus-block{
display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 10px;
    margin-top: 30px;
}
.pluses{
max-width: 250px;
font-size: 20px;
line-height: 25px;
margin-bottom: 40px;
position: relative;
padding-left: 25px;
}
.pluses:nth-child(1)::before, .pluses:nth-child(2)::before, .pluses:nth-child(3)::before, .pluses:nth-child(4)::before,
.pluses:nth-child(5)::before, .pluses:nth-child(6)::before {
    position: absolute;
    top: 20px;
    left: 0;
   color: #01589d;
   font-size: 111px;
    font-weight: 700;
    z-index: 0;
    opacity: 0.5;
    height: 100%;
    font-family: 'Geometria-Bold';
}
.pluses:nth-child(1)::before {
    content: '1';
}
.pluses:nth-child(2)::before {
    content: '2';
}
.pluses:nth-child(3)::before {
    content: '3';
}
.pluses:nth-child(4)::before {
    content: '4';
}
.pluses:nth-child(5)::before {
    content: '5';
}
.pluses:nth-child(6)::before {
    content: '6';
}
.grey-block{
    background-color: #c6e3f5;
    margin-bottom: 25px;
    padding: 35px 55px 10px 28px;
    margin-top: 40px;
}
.grey-block h3{
    font-size: 25px;
    font-weight: 500;
    line-height: 25px;
    padding-bottom: 0px;
}
.grey-block ul{
    display: block;
    list-style: none;
    margin-top: 30px;
    margin-bottom: 0px;
    padding-left: 0px;
}
.grey-block ul li{
    font-size: 20px;
    line-height: 25px;
    list-style: none;
    margin-bottom: 25px;
    padding-left: 27px;
}
.grey-block li:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 0px;
    background: url(../img/point.png) 0 0 no-repeat;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    width: 9px;
    height: 9px;
}
.blockquote-8 {
    border-left: none;
}
.blue-arow-round{
    border-top: 2px solid #8ec9fa;
    border-left: 2px solid #8ec9fa;
    border-radius: 15px;
    margin-bottom: 30px;
    padding: 20px 25px 20px 25px;
    position: relative;
}
.blue-arow-round:before {
  left: 0px;
  content: '';
  position: absolute;
  width: 35px;
  height: 15px;
  bottom: -5px;
   background: url(../img/left-arr.png) 0 0 no-repeat;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    }
.blue-arow-round:after {
  right: -3px;
  content: '';
  position: absolute;
  width: 11px;
  height: 70%;
  top: 1px;
   background: url(../img/right-arr.png) 0 0 no-repeat;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    }
.accordion{
    margin: 0 auto 50px;
    margin-bottom: 50px !important;
    padding-left: 0px;
    margin-top: 0px;
    margin-block-start: 0em !important;
    padding-inline-start: 0px !important;
    margin-block-end: 0em !important;
    list-style-type: none;
}
.simple-pages .accordion li{
    position: relative;
    list-style: none;
    display: block;
    margin-bottom: 15px;
    padding-left: 0px;
    display: block;
}
.accordion li a{
    cursor: pointer;
    user-select: none;
    padding: 15px 20px;
    color: #000;
    /*font-weight: bold;
    font-family: 'Geometria-Bold';*/
    text-transform: uppercase;
    font-size: 23px;
    width: 100%;
    display: block;
    background-color: #c6e3f5;
    /*border: 1px solid #01589D;*/
    border-radius: 15px;
}
.accordion li p{
    display: none;
      padding: 15px 15px 10px 15px;
      margin: 0 15px;
      border: 2px solid #c6e3f5;
}
.accordion li a:after{
    border-right: 1px solid #000;
      border-bottom: 1px solid #000;
      position: absolute;
      right: 20px;
      content: " ";
      top: 25px;
      transform: rotate(-45deg);
      transition(all, 0.2s, ease-in-out);
      width: 10px;
      height: 10px;
}
.accordion li a.active:after{
  transform: rotate(45deg);
  transition(all, 0.2s, ease-in-out);
}    
    
    
@media (max-width: 1200px){
.banner__textblock h2 {
   font-size: 40px;
    margin-bottom: 15px;
}

.banner__textblock h1 {
   font-size: 40px;
    margin-bottom: 10px;
}
.namings {
    padding: 40px 0 35px 0;
}
.namings h1 {
    font-size: 40px;
}
.keeys-list {
    width: 385px;
    min-width: 385px;
    height: 735px;
}
.keys-card {
    padding: 9px 15px 8px 10px;
    margin-right: 15px;
}
.keys-img {
    width: 96px;
    min-width: 96px;
    height: 125px;
}
.keys-card-body {
    padding-top: 5px;
max-height: 127px;
overflow: hidden;
}
.keys-title {
    font-size: 17px;
    padding-bottom: 10px;
max-height: 42px;
overflow: hidden;
}
.keys-card-body span {
     font-size: 15px;
}
.keeys-detail {
    margin-left: 30px;
    max-width: 510px;
}
.news-detail-content {
    margin-top: 35px;
    font-size: 17px;
}
.news-detail-content h3 {
    padding-bottom: 15px;
    font-size: 20px;
}
.news-detail-content p {
    padding-bottom: 12px;
    font-size: 17px;
}
.feedBack h2 {
    font-size: 40px;
font-family: 'Geometria-ExtraBold';
}
.calculation__btn {
font-size: 17px;
	}
.feedBack .calculation__btn {
font-size: 17px;
	}
.footer__box .menu a {
   font-size: 17px;
    line-height: 30px;
}
.footer__box{
max-width: 270px;
	}
.contact-map-desk {
    display: none;
}
.contact-map-tab {
    display: block;
}
.contact-messenger {
 max-width: 240px;
}
.contact-block {
    top: 46%;
}
.bx-newslist-container {
width: 283px;    
margin-bottom: 55px;
    padding-bottom: 10px;
-ms-flex: 0 0 33%;
    flex: 0 0 33%;
    max-width: 33%;
float: none;
}
.bx-newslist-block {
    padding: 30px 20px 0px 26px;
}
.first-service {
     font-size: 20px;
}
.services-punkts a {
    font-size: 17px;
}
.bx-newsdetail-content, .bx-newsdetail-content p {
    font-size: 17px;
}
.services__title--white {
    font-size: 40px;
    font-family: 'Geometria-ExtraBold';
}
.services__slide ul {
    font-size: 17px;
}
.services__slide {
    height: 450px;
}
.services__slide ul a{
    font-size: 17px; }
.services__slide ul a:hover{
    font-size: 17px; }
.why h2 {
   font-size: 40px;
    font-family: 'Geometria-ExtraBold';
}
.why {
    padding-top: 70px;
}
.why__element--first {
    top: 0px;
}
.why__number {
    font-size: 100px;
    font-family: 'Geometria-ExtraBold';
}
.why__iconBox {
    width: 88px;
    height: 88px;
 }
.why__item p {
    padding-left: 17px;
    font-size: 17px;
}
.advantages {
    padding: 40px 0;
}
.advantages h2 {
    font-size: 40px;
    font-family: 'Geometria-ExtraBold';
}
.advantages__item .number {
    font-size: 40px;
    font-family: 'Geometria-ExtraBold';
line-height: 40px;
}
.advantages__item{
padding-right: 5px;
    padding-left: 5px;
	}
.scheme h2 {
    margin-bottom: 55px;
font-size: 40px;
    font-family: 'Geometria-ExtraBold';
}
.scheme__item {
    padding-top: 35px;
}
.scheme__item .number {
    width: 50px;
    height: 50px;
     font-size: 30px;
    font-family: "Geometria";
}
.scheme__row--top .scheme__item:nth-child(1){
margin-right: 185px;
}
.scheme__row--top .scheme__item:nth-child(2) {
   margin-right: 180px;
}
.scheme__row--top .scheme__item:nth-child(3) {
   margin-right: 0px;
}
.scheme__row--top .scheme__item:nth-child(1) img {
    width: 71px;
height: 71px;
}
.scheme__row--top .scheme__item:nth-child(2) img {
    width: 82px;
height: 76px;
}
.scheme__row--top .scheme__item:nth-child(3) img {
    width: 88px;
height: 76px;
}
.scheme__row--bottom .scheme__item:nth-child(1) img {
    width: 84px;
height: 67px;
}
.scheme__row--bottom .scheme__item:nth-child(2) img {
    width: 71px;
height: 70px;
}
.scheme__row--bottom .scheme__item:nth-child(3) img {
    width: 68px;
height: 72px;
}
.scheme__row--bottom .scheme__item:nth-child(1) {
    margin-right: 170px !important;
}
.scheme__row--bottom .scheme__item:nth-child(2) {
    margin-right: 150px !important;
}
.scheme__row--bottom {
    padding-left: 100px;
}
.scheme__row--top > div:after {
    right: -60px;
    bottom: 30px;
    width: 66px;
    height: 66px;
}
.scheme__row--top > div:before {
    bottom: 30px;
    left: -80px;
    width: 67px;
    height: 67px;
}
.services__slider{
padding-left: 10%;
padding-right: 10%;
	}
.services__slider .slick-list {
    overflow: hidden;
height: 495px;
}
.services__slider .slick-arrow {
    position: absolute;
    top: 45%;
    z-index: 999;
    display: block;
}
.services__slider .slick-arrow.slick-prev {
    left: 70px;
transform: none;
margin-left: 0px;
}
.services__slider .slick-arrow.slick-next {
    right: 70px;
transform: none;
margin-right: 0px;
}
.about__item {
    padding-bottom: 55px;
    font-size: 17px;
    text-align: left;
}
#mySlider1 .previous_item .about__item .dots, #mySlider1 .next_item .about__item .dots{
   bottom: -22px;
}
#mySlider1 .current_item .about__item .textBox {
    background: #fff;
}
#mySlider1 .current_item .about__item .textBox .nogif-img {
    visibility: hidden;
}
#mySlider1 .current_item .about__item .textBox .gif-img {
    visibility: visible;
}
#mySlider1 .current_item .about__item .dots {
    background: #fff;
}
.about__item img {
    right: 12px;
    bottom: 12px;
}
.about__item .textBox {
    padding: 26px 20px 70px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
}
#mySlider1 li:nth-child(1) .about__item img {
    width: 209px;
}
#mySlider1 li:nth-child(2) .about__item img {
    width: 105px;
}
#mySlider1 li:nth-child(3) .about__item img {
   width: 105px;
}
#mySlider1 li:nth-child(4) .about__item img {
    width: 105px;
}
.about__row {
    padding: 55px 0;
}
.about-wrap {
    display: none;
}
.about-slider {
    display: block;
}
.banner__slide {
    height: 515px;
    padding-top: 60px;
}
}

@media (max-width: 767px){
body {
    font-size: 15px;
}
.simple-pages p {
     font-size: 17px;
}
.banner__textblock h2 {
    font-size: 25px;
    margin-bottom: 10px;
}
.banner__textblock h1 {
    font-size: 25px;
    margin-bottom: 10px;
}
.banner__textblock p {
    font-size: 18px;
}
.banner__textblock {
    padding: 20px 0;
    margin-bottom: 35px;
}
.namings {
    padding: 20px 0 20px 0;
}
.namings p {
    font-size: 15px;
text-align: center;
}
.namings h1 {
    padding-top: 10px;
    font-family: 'Geometria-ExtraBold';
text-align: center;
    font-size: 25px;
}
.bx-newslist-container{
    margin-bottom: 55px;
    padding-bottom: 10px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    height: 205px;
max-width: 283px;
}
.bx-newslist-container .row{
margin-right: 0px;
    margin-left: 0px;
	}
.bx-newslist-block {
    padding: 16px 10px 0px 8px;
    width: 100%;
}
.bx-newslist-title, .bx-newslist-title a {
    margin-bottom: 16px;
    font-size: 20px;
text-align: center;
height: auto;
}
.bx-newslist-content p {
    font-size: 15px;
    text-align: center;
    padding-top: 0px;
}
.bx-newslist-content {
    font-size: 15px;
   max-height: 65px;
overflow: hidden;
padding-right: 2px;
}
.bx-newslist {
   justify-content: center;
}
.news-detail-title {
    font-size: 26px;
}
.news-detail-content h2 {
    padding: 10px 0;
    font-size: 20px;
}
.calculation h2 {
    font-size: 25px;
}
.feedBack h2 {
    font-size: 25px;
    margin-bottom: 35px;
    width: 100%;
    text-align: center;
}
.feedBack {
    padding: 26px 0 33px 0;
}
.calculation__formBox .col-4, .calculation__formBox .col-3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.captcha img {
    max-width: 39%;
}
.footer__box {
    padding-bottom: 20px;
}
.servise-wrap {
    padding-bottom: 20px;
}
.serv-mob{
display: block;
	}
	.serv-desk{display: none;}
.servise-detalwrap {
    padding-bottom: 40px;
    display: block;
}
.bx-newsdetail-content, .bx-newsdetail-content p {
    font-size: 15px;
    text-align: left;
}
.service__btn {
    margin: 10px auto 30px auto;
    float: none;
    
}
.bx-newsdetail-block {
   text-align: center;
}
.service-menu {
     text-align: center;
    margin: 0 auto;
}
.first-service {
    display: none
}
.contact-map-tab {
    display: none;
}
.contact-mobile{ 
display: block;
background-color: #c6e3f5;
padding: 30px 0 25px 0;
}
.contact-novosib{
width: 270px;
margin: 0 auto 50px auto;
text-align: center;
	}
.contact-moscow{
width: 270px;
margin: 0 auto 50px auto;
text-align: center;
	}
.contact-china{
width: 270px;
margin: 0 auto 30px auto;
text-align: center;
	}
.contact-novosib p, .contact-moscow p, .contact-china p{
margin-bottom: 15px;
	}
.contact-block {
    position: relative;
    width: 100%;
    text-align: center;
}
.contact-phone {
    display: block;
text-align: center;
}
.contact-mail {
    display: block;
text-align: center;
}
.contact-social {
   display: block;
text-align: center;
}
.contact-messenger {
    display: block;
    text-align: center;
margin: 20px auto 0 auto;
}
.contact-call span, .contact-write span, .contact-messenger span{
   font-weight: bold;
    font-family: 'Geometria-Bold';
}
.contact-social span {
    margin-right: 0px;
padding-bottom: 10px;
    display: block;
font-weight: bold;
    font-family: 'Geometria-Bold';
}
.keys-details {
   display: none;
}
.keys-img {
    width: 79px;
    min-width: 79px;
    height: 102px;
}
.keeys-detail {
    margin: 40px auto 0 auto;
    max-width: 300px;
}
#imageGallery img {
    height: 150px;
}
.card-img-top{
    height: 150px;
}
.news-detail-content p {
    padding-bottom: 10px;
    font-size: 15px;
}
.news-detail-content h3 {
    padding-bottom: 15px;
    font-size: 17px;
}
.bx-newsdetail-content h3 {
    font-size: 22px;
    padding-bottom: 10px;
}
.service-slides{display: block;}
.keeys-list {
    width: 300px;
overflow-y: hidden;
overflow-x: visible;
    min-width: 300px;
    height: auto;
margin: 0 auto;
padding: 0 15px;
}
.keeys-page {
    display: block;
    margin-bottom: 30px;
}
.service-prev{
position: absolute;
left: -14px;
top: 45%;
z-index:2;
	}
.service-next{
position: absolute;
right: -14px;
top: 45%;
z-index:2;
	}
.keys-card {
    padding: 15px 15px 10px 20px;
    margin-right: 0px;
background-color: #c6e3f5;
 z-index: 0;
}
.keys-card-body {
    margin-left: 10px;
    padding-top: 0px;

max-height: 132px;
overflow: visible;
 z-index: 0;
}
.keys-title {
    font-size: 15px;
    max-height: 39px;
    padding-bottom: 10px;
}
.keys-card-body p {
    font-size: 13px;
    line-height: 1.2;
    z-index: 0;
    max-height: 45px;
    overflow: hidden;
}
.keys-card img{
    width: 79px;
height: 102px;
}
.keys-bottom {
    bottom: -3px;
    height: 23px;
}
.banner__list li:after {
    display: none;
}
.banner__list:before, .banner__list:after {
display: none;
}
.banner__list p {
    font-weight: bold;
    font-family: 'Geometria-Bold';
}
.banner__list {
     font-family: 'Geometria';
    font-size: 20px;
    padding: 0px 0;
    overflow: hidden;
    margin-bottom: 35px;
}
.banner__slide {
    padding: 30px 0 35px;
    height: 320px;
}
.banner__nav li .dots {
    width: 18px;
    height: 17px;
    border: 4px solid #c7c7c7;
}
.banner__btn {
margin: 0 auto;
	}
.services__titleBox--red {
    padding: 22px 0 35px 0;
text-align: center;
}
.services__title--white {
    font-size: 25px;
 text-align: center;
}
.services__slider .slick-list {
    height: 310px;
}
.services__slide .number {
    font-size: 30px;
}
.services__slide {
    height: 280px;
    padding: 15px 25px;
}
.services__slide h3 {
    font-size: 20px;
}
.services__slide ul {
    font-size: 13px;
}
.services__slider {
    padding-top: 25px;
}
.why__element--first {
    width: 150px;
}
.why__element--second {
    width: 96px;
}
.why {
    padding: 35px 0 35px;
}
.why h2 {
    font-size: 25px;
text-align: center;
}
.why__row {
display: block;
}
.why__row > div {
    max-width: 100%;
}
.why__item {
    padding-left: 20px;
    padding-top: 0px;
}
.why__number {
    font-size: 60px;
    top: -5px;
line-height: 50px;
}
.why__iconBox {
    width: 73px;
    height: 73px;
}
.why__item p {
    padding-left: 15px;
}
.why__row .col-12:nth-child(1) img {
    width: 34px;
}
.why__row .col-12:nth-child(2) img {
    width: 39px;
}
.why__row .col-12:nth-child(3) img {
    width: 38px;
}
.why__row .col-12:nth-child(4) img {
    width: 30px;
}
.why__row .col-12:nth-child(5) img {
   width: 38px;
}
.why__row .col-12:nth-child(6) img {
    width: 36px;
}
.advantages {
    padding: 25px 0;
}
.advantages__element {
    top: 0;
    right: 0;
   width: 94px;
}
.advantages h2 {
    font-size: 25px;
    text-align: center;
}
.advantages__row {
    display: block !important;
}
.advantages__imgBox {
    margin: 0 auto;
width: 250px;
}
.advantages__box {
    width: 100%;
display: block !important;
margin-top: 18px;
}
.calculation h2 {
     text-align: center;
     width: 100%;
}
.advantages__item {
    max-width: 100%;
margin-bottom: 28px;
}
.advantages__item .number {
    font-size: 45px;
}
.advantages__item .text {
    font-size: 17px;
}
.advantages__item p{
   font-size: 17px;
}
.about__row {
    padding: 25px 0;
}
.about__item {
    font-size: 15px;
}
.about__item .textBox {
    padding: 20px 20px 45px;
}
.about__item h3 {
    margin-bottom: 13px;
}
.about .col-12:nth-child(1) .about__item img {
    width: 109px;
}
.about .col-12:nth-child(4) .about__item img {
    width: 62px;
}
.about .col-12:nth-child(3) .about__item img {
    width: 62px;
}
.about .col-12:nth-child(2) .about__item img {
    width: 62px;
}
.scheme__el--first {
    top: -10px;
width: 62px;
}
.scheme__el--second {
    top: -35px;
  width: 135px;
}
.scheme__el--third {
    width: 63px;
}
.scheme {
    padding: 30px 0;
}
.scheme h2 {
    margin-bottom: 45px;
    font-size: 25px;
   text-align: center;
}
.advantages-desk{display: none !important;}
.vantages-mob{display: block;}
.advantages__up {
    display: block;
position: absolute;
    bottom: 0;
left: 20%;
}
.dec1075{
margin-left: 16px;
	}
.cost94{
margin-left: 36px;
	}
.mill21{
margin-left: 55px;
	}
.years15{
margin-left: 80px;
	}
.sheme-wrap{display: none;}
.sheme-mob {
    display: block;
width: 300px;
margin: 0 auto;
}
.scheme__row, .scheme__row--top, .scheme__row--bottom {
   display: block;
 }
.scheme__item {
    padding-top: 14px;
text-align: left;
    font-size: 17px;
display: flex;
margin-bottom: 55px;
}
.scheme__row--top .scheme__item:nth-child(1) {
    margin-right: 0px;
}
.scheme__row--top .scheme__item:nth-child(2) {
    margin-right: 0px;
}
.scheme__row--bottom .scheme__item:nth-child(1) {
    margin-right: 0px !important;
}
.scheme__row--bottom .scheme__item:nth-child(2) {
    margin-right: 0px !important;
}
.scheme__row--top .scheme__item:nth-child(1) img {
    width: 48px;
    height: auto;
}
.scheme__row--top .scheme__item:nth-child(2) img {
   width: 49px;
    height: auto;
}
.scheme__row--top .scheme__item:nth-child(3) img {
   width: 52px;
   height: auto;
}
.scheme__row--bottom .scheme__item:nth-child(1) img {
   width: 51px;
   height: auto;
}
.scheme__row--bottom .scheme__item:nth-child(2) img {
   width: 59px;
 height: 51px;
}
.scheme__row--bottom .scheme__item:nth-child(3) img {
   width: 46px;
   height: auto;
}
.scheme__item .number {
    width: 36px;
    height: 36px;
    font-size: 20px;
    font-weight: 700;
left: -25px !important;
}
.scheme__item p{ 
margin-left: 10px;
	}
.scheme__row--top > div:after {
    right: 80%;
    bottom: -50px;
    width: 47px;
    height: 46px;
}
.sheme2{
margin-left: 90px;
	}
.scheme__row--top > div:before {
    bottom: -30px;
    left: -80px;
    width: 47px;
    height: 46px;
}
.sheme2:after{
display: none;
	}
.sheme3:before{
display: none;
	}
.scheme__row--bottom {
    padding-left: 0px;
}
.sheme4 {
    margin-left: 90px;
}
.sheme6 {
    margin-left: 90px;
}
.scheme__row--bottom > div:after {
    right: 80%;
    bottom: -50px;
    width: 47px;
    height: 46px;
}
.scheme__row--bottom > div:before {
    bottom: -30px;
    left: -80px;
    width: 47px;
    height: 46px;
}
.sheme5:after{
content: '';
    position: absolute;
background: url(../img/png_for_sprite/arrow-down.png) 0 0 no-repeat;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
right: 80%;
    bottom: -50px;
    width: 47px;
    height: 46px;
	}
.sheme4:before{
content: '';
    position: absolute;
background: url(../img/png_for_sprite/line.png) 0 0 no-repeat;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
bottom: -30px;
    left: -80px;
    width: 47px;
    height: 46px;
	}
.contact-page {
    margin-bottom: 25px;
}
.contact-novosib p:first-child, .contact-moscow p:first-child, .contact-china p:first-child {
    color: #01589d;
}
.interlabs-feedbackform__container .interlabs__info-dialog {
  padding-left: 20px;
  padding-top: 15px;
  padding-right: 20px;
  padding-bottom: 10px;
 min-height: 300px;
    min-width: 300px;
    top: 10%;
    left: 5%;
    right: 5%;
} 
.interlabs-feedbackform__container .interlabs__info-dialog .scroll-area {
  height: 250px;
}
.desk-menu{display: none;}
.mob-menu{display: block;}
.top-line {
    justify-content: center;
}
.top-lines p {
    padding: 25px 15px 0px 40px;
    height: 125px;
}
.plus-wrap h2 {
    padding-top: 20px;
    font-size: 25px;
}
.plus-block {
     margin-top: 20px;
}
.pluses {
    font-size: 17px;
    margin-bottom: 30px;
    max-width: 300px;
    padding-left: 22px;
    padding-top: 10px;
}
.pluses:nth-child(5){
    margin-bottom: 45px;
    padding-top: 20px;
}
.pluses:nth-child(1)::before, .pluses:nth-child(2)::before, .pluses:nth-child(3)::before, .pluses:nth-child(4)::before, .pluses:nth-child(5)::before, .pluses:nth-child(6)::before {
    font-size: 96px;
}
.grey-block {
    margin-bottom: 20px;
    padding: 35px 25px 10px 28px;
}
.grey-block h3 {
    font-size: 20px;
}
.simple-pages .grey-block ul {
    padding-left: 0px;
}
.grey-block ul li {
    font-size: 17px;
    margin-bottom: 15px;
}
.bx-newsdetail-content, .bx-newsdetail-content p {
    font-size: 17px;
    margin-bottom: 15px;
}
.bx-newsdetail-content h2 {
    font-size: 25px;
}
.blue-arow-round:after {
    right: -4px;
    width: 11px;
    height: 60%;
    top: 2px;
}
.block-grey img {
    margin-top: 0px;
}
.simple-pages ul {
    padding-inline-start: 20px;
}
.simple-pages ul li {
    font-size: 17px;
}
.simple-pages ol {
    padding-inline-start: 20px;
}
.simple-pages ol li {
    font-size: 17px;
}
.bx-newslist-content {
    max-width: 230px;
    margin: 0 auto;
}
}
@media (max-width: 580px){
    .banner__textblock {
    padding: 10px 0;    
    max-width: 320px;
    margin: 0 auto 35px auto;
}
.simple-pages h2 {
    font-size: 25px;
}
.captcha img {
    max-width: 100%;
}
.captcha {
    max-width: 300px;
    margin: 0 auto;
    text-align: center;
}
#captcha {
    width: 100%;
}
.calculation {
 background: #0975bd;
}
.calculation__element--second {
   display:none;
}
.calculation__box {
    padding: 30px 0 110px;
}
.calculation h2 {
    text-align: center;
}
.calculation__formBox {
    width: 300px;
margin: 0 auto;
}
.calculation__formBox .col-6:nth-child(8), .calculation__formBox .col-6:nth-child(9),
.calculation__formBox .col-6:nth-child(5), .calculation__formBox .col-6:nth-child(6) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.calculation__formBox .col-6:nth-child(7){
position: absolute;
bottom: 95px;
	}
.calculation__checkbox span:last-child {
font-weight: 400;
	}
.calculation__img {
    display: none;
}
.calculation__element--first {
    left: 10px;
    top: 550px;
width: 101px;
height: 53px;
}
.feedBack__element--left {
    display: none;
}
.calculation__formBox .col-4 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.feedBack__element--right {
    top: 310px;
    right: 0px;
width: 69px;
height: 53px;
}
.feedBack .calculation__formBox {
    width: 300px;
    margin: 0 auto;
}
.footer__box:nth-child(1) {
    display: none;
}
.footer__box:nth-child(2){
    margin-bottom: 30px;
}
.footer__box {
    width: 300px;
margin: 0 auto;
padding-bottom: 0px;
}
.why__element--third{
    display: none;
}
#panel{
    display: none;
}
.header__element--center {
    max-width: 60px;
}
.header__element--left {
    display: block;
    max-width: 72px;
}
.header__element--right {
   display: block;
    max-width: 72px;
}
.header__row {
    padding: 15px 0;
}
.header__contacts .iconBox {
   width: 22px;
}
.logo-desk{
    display: none;
}
.logo-mob{
    display: block;
}
.header__logoBox img {
    max-width: 160px;
}
.header__logoBox {
   margin-left: 10%;
}
.header__contactBox ul {
    margin-right: 20px;
}
.header__contacts li {
    margin-right: 20px;
}
.calculation__img-mob {
    display: block;
position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
max-width: 50%;
}
.advantages__box {
    width: 300px;
    margin: 18px auto 0 auto;
}
.advantages__item {
    max-width: 225px;
margin-bottom: 25px;
}
.dec1075 {
    max-width: 250px;
}
.km15 {
    max-width: 250px;
}
.scheme__row--top {
    padding-left: 25px;
}
.scheme__row--top .scheme__item:nth-child(1) img {
    margin-bottom: 0;
}
.scheme__row--top .scheme__item:nth-child(1) p {
    padding-left: 5px;
}
.scheme__row--bottom {
    padding-left: 25px;
}
.scheme__row--top > div:after {
     bottom: -55px;
}
.sheme2 {
    margin-left: 80px;
}
.scheme__row--top > div:before {
    bottom: -15px;
    left: -75px;
}
.scheme__row--top .scheme__item:nth-child(2) {
    padding-top: 18px;
    margin-bottom: 25px;
}
.scheme__row--top .scheme__item:nth-child(3) {
    padding-top: 16px;
}
.sheme4 {
    margin-left: 80px;
}
.scheme__row--bottom .scheme__item:nth-child(1) {
    margin-bottom: 25px;
}
.scheme__row--bottom > div:before {
    bottom: -15px;
    left: -75px;
}
.scheme__row--top .scheme__item:nth-child(3) img {
   margin-bottom: 0;
}
.scheme__row--bottom .scheme__item:nth-child(2) img {
    margin-bottom: 0;
}
.scheme__row--bottom .scheme__item:nth-child(2) .number {
    left: -15px !important;
}
.scheme__row--bottom .scheme__item:nth-child(2) {
    margin-left: -10px;
    margin-bottom: 65px;
}
.scheme__row--bottom > div:after {
    right: 77%;
    bottom: -60px;
}
.sheme6 {
    margin-left: 80px;
}
.scheme__row--bottom .scheme__item:nth-child(3) {
    padding-top: 10px;
    margin-bottom: 0px;
}
.footer {
    padding: 35px 0 45px 0;
}
.interlabs-feedbackform__container .interlabs__info-dialog {
 min-height: 300px;
    min-width: 300px;
    top: 7%;
    left: 3%;
    right: 3%;
} 
.interlabs-feedbackform__container .interlabs__info-dialog .header label {
    font-size: 15px;
    font-weight: 700;
    margin-right: 10px;
}
#mySlider1 li:nth-child(4) .about__item img {
    width: 61px;
}
#mySlider1 li:nth-child(1) .about__item img {
    width: 109px;
}
#mySlider1 li:nth-child(2) .about__item img {
    width: 61px;
}
#mySlider1 li:nth-child(3) .about__item img {
    width: 61px;
}
#mySlider1 .previous_item .about__item .dots, #mySlider1 .next_item .about__item .dots {
    bottom: -24px;
}
#mySlider1 .next_item .about__item .textBox, #mySlider1 .previous_item .about__item .textBox {
    overflow: hidden;
    max-height: 285px
}
.services__slider {
    display: none;
}
.service_slider {
    display: block;
}
.services__slide {
    height: 100%;
    padding: 12px 16px 0 33px;
    text-align: left;
}
.services__slide ul li {
    display: block;
    text-align: left;
    
}
.services__slide ul a {
    font-size: 13px;
}
.service_slider_items .current_item .number, .service_slider_items .current_item h3, .service_slider_items .current_item ul a{
    color: #ffffff;
}
.services__slide ul li:before {
    background: #fff;
}
.banner__list li {
    margin-bottom: 14px;
}
.banner__list .iconBox {
    width: 37px;
    height: 37px;
    margin-right: 15px;
}
.banner__list li:nth-child(1) .iconBox img{
    width: 18px;
}
.banner__list li:nth-child(2) .iconBox img{
    width: 16px;
}
.banner__list li:nth-child(3) .iconBox img{
    width: 18px;
}
.banner__slide {
    height: 300px;
}
.banner__list {
    max-width: 320px;
    margin: 0 auto 35px auto;
}
.keys-card-body p {
    max-height: 45px;
    overflow: hidden;
}
.callback-fix-btn {
    right: 10px;
    bottom: 10px;
}
.top-lines {
     margin-bottom: 0px;
}
.top-line {
    margin-bottom: 0px;
}
.block-grey {
    padding: 25px 15px 25px 15px;
    display: block;
    width: 100%;
    text-align: center;
}

.grey-block {
    margin-top: 30px;
    padding: 25px 15px 10px 20px;
}
.block-grey p {
    padding: 7px 0 0 0px;
    line-height: 25px;
    margin-bottom: 0px;
    text-align: left;
}
.grey-block ul li {
    padding-left: 20px;
    margin-bottom: 10px;
    line-height: 20px;
}
.grey-block ul li:before {
    top: 8px;
}
.accordion li a {
    font-size: 20px;
}
.accordion li a:after {
    top: 23px;
}

}
@media (max-width: 425px){
    .bx-newslist-content {
    max-width: 230px;
}
.blue-arow-round:after {
    right: -5px;
    height: 50%;
    width: 10px;
    top: 4px;
}
}
@media (max-width: 370px){
    .why__number {
    font-size: 40px;
    line-height: 30px;
    top: -3px;
}
.why__iconBox {
    width: 50px;
    height: 50px;
}    
.why__row .col-12:nth-child(1) img {
    width: 24px;
} 
  .why__row .col-12:nth-child(2) img {
    width: 26px;
}  
 .why__row .col-12:nth-child(3) img {
    width: 25px;
}  
.why__row .col-12:nth-child(4) img {
    width: 20px;
}
.why__row .col-12:nth-child(5) img {
    width: 25px;
}
.why__row .col-12:nth-child(6) img {
    width: 24px;
}
.why__item {
    padding-left: 10px;
    padding-top: 0px;
}
.why__item p {
    padding-left: 10px;
}
  .why__row .col-12:nth-child(2) .why__number {
    top: 9px;
}
 .why__row .col-12:nth-child(2) .why__iconBox {
    margin-top: 12px;
}
 .why__row .col-12:nth-child(3) .why__number {
    top: 21px;
}
 .why__row .col-12:nth-child(3) .why__iconBox {
    margin-top: 24px;
}
.why__row .col-12:nth-child(4) .why__number {
    top: 9px;
}
 .why__row .col-12:nth-child(4) .why__iconBox {
    margin-top: 12px;
}
.why__row .col-12:nth-child(5) .why__number {
    top: 21px;
}
 .why__row .col-12:nth-child(5) .why__iconBox {
    margin-top: 24px;
}
.why__row .col-12:nth-child(6) .why__number {
    top: 9px;
}
 .why__row .col-12:nth-child(6) .why__iconBox {
    margin-top: 12px;
}
}


/* Animation */
@-webkit-keyframes slideUp {
  0% {
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: translateY(-5%);
            transform: translateY(-5%); }
  100% {
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: translateY(0%);
            transform: translateY(0%); } }
@-moz-keyframes slideUp {
  0% {
    -moz-transform-origin: 0 0;
         transform-origin: 0 0;
    -moz-transform: translateY(-5%);
         transform: translateY(-5%); }
  100% {
    -moz-transform-origin: 0 0;
         transform-origin: 0 0;
    -moz-transform: translateY(0%);
         transform: translateY(0%); } }
@-o-keyframes slideUp {
  0% {
    -o-transform-origin: 0 0;
       transform-origin: 0 0;
    -o-transform: translateY(-5%);
       transform: translateY(-5%); }
  100% {
    -o-transform-origin: 0 0;
       transform-origin: 0 0;
    -o-transform: translateY(0%);
       transform: translateY(0%); } }
@keyframes slideUp {
  0% {
    -webkit-transform-origin: 0 0;
       -moz-transform-origin: 0 0;
         -o-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: translateY(-5%);
       -moz-transform: translateY(-5%);
         -o-transform: translateY(-5%);
            transform: translateY(-5%); }
  100% {
    -webkit-transform-origin: 0 0;
       -moz-transform-origin: 0 0;
         -o-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: translateY(0%);
       -moz-transform: translateY(0%);
         -o-transform: translateY(0%);
            transform: translateY(0%); } }

@-webkit-keyframes slideDown {
  0% {
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: translateY(25%);
            transform: translateY(25%); }
  100% {
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: translateY(0%);
            transform: translateY(0%); } }

@-moz-keyframes slideDown {
  0% {
    -moz-transform-origin: 0 0;
         transform-origin: 0 0;
    -moz-transform: translateY(25%);
         transform: translateY(25%); }
  100% {
    -moz-transform-origin: 0 0;
         transform-origin: 0 0;
    -moz-transform: translateY(0%);
         transform: translateY(0%); } }

@-o-keyframes slideDown {
  0% {
    -o-transform-origin: 0 0;
       transform-origin: 0 0;
    -o-transform: translateY(25%);
       transform: translateY(25%); }
  100% {
    -o-transform-origin: 0 0;
       transform-origin: 0 0;
    -o-transform: translateY(0%);
       transform: translateY(0%); } }

@keyframes slideDown {
  0% {
    -webkit-transform-origin: 0 0;
       -moz-transform-origin: 0 0;
         -o-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: translateY(25%);
       -moz-transform: translateY(25%);
         -o-transform: translateY(25%);
            transform: translateY(25%); }
  100% {
    -webkit-transform-origin: 0 0;
       -moz-transform-origin: 0 0;
         -o-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: translateY(0%);
       -moz-transform: translateY(0%);
         -o-transform: translateY(0%);
            transform: translateY(0%); } }

@-webkit-keyframes slideRight {
  0% {
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: translateX(-75%);
            transform: translateX(-75%); }
  100% {
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); } }

@-moz-keyframes slideRight {
  0% {
    -moz-transform-origin: 0 0;
         transform-origin: 0 0;
    -moz-transform: translateX(-75%);
         transform: translateX(-75%); }
  100% {
    -moz-transform-origin: 0 0;
         transform-origin: 0 0;
    -moz-transform: translateX(-100%);
         transform: translateX(-100%); } }

@-o-keyframes slideRight {
  0% {
    -o-transform-origin: 0 0;
       transform-origin: 0 0;
    -o-transform: translateX(-75%);
       transform: translateX(-75%); }
  100% {
    -o-transform-origin: 0 0;
       transform-origin: 0 0;
    -o-transform: translateX(-100%);
       transform: translateX(-100%); } }

@keyframes slideRight {
  0% {
    -webkit-transform-origin: 0 0;
       -moz-transform-origin: 0 0;
         -o-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: translateX(-75%);
       -moz-transform: translateX(-75%);
         -o-transform: translateX(-75%);
            transform: translateX(-75%); }
  100% {
    -webkit-transform-origin: 0 0;
       -moz-transform-origin: 0 0;
         -o-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: translateX(-100%);
       -moz-transform: translateX(-100%);
         -o-transform: translateX(-100%);
            transform: translateX(-100%); } }

/* Animation End */

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

@media (min-width: 481px) {
.container-flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    background: #f1f1f1;
    padding-bottom: 10px;
}

.child1 {
    width: 130px;
}

.child2 {
    width: 105px;
}

.child3 {
    width: 90px;
}

.child4 {
    width: 80px;
}

.sobis-footer-text-links {
    color: #e84d22 !important;
    font-size: 10px;
    text-decoration: none;
}

}

@media (min-width: 320px) and (max-width: 480px) {
.container-flex {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    padding:15px 0px;
    background: #f1f1f1;
}

.child1 {
    width: 130px;
height: 25px;
    margin: 0 auto;
}

.child2 {
    width: 105px;
height: 25px;
    margin: 0 auto;
}

.child3 {
    width: 90px;
height: 25px;
    margin: 0 auto;
}

.child4 {
    width: 80px;
height: 25px;
    margin: 0 auto;
}

.sobis-footer-text-links {
    color: #e84d22 !important;
    font-size: 10px;
    text-decoration: none;
}

}

.blockquote-8 {
    position: relative;
    padding: 16px 24px;
    margin: 16px 46px;    
    font-size: 16px;
    text-align: center;
}
.blockquote-8:before,
.blockquote-8:after {
    position: absolute;
    color: #BFE2FF;
    font-size: 100px;
    font-family: Times, sans-serif;    
    line-height: 100px;    
}
.blockquote-8:before {
    content: '“';
    left: -30px;
    top: -10px;
}
.blockquote-8:after {
    content: '”';
    right: -30px;
    bottom: -10px;
}
.blockquote-8 cite {
    color: #337AB7;
    font-size: 15px;
    padding-top: 10px;
    display: block;
}

    .resp-tab {
        border-radius: 5px;
        font-weight: normal;
        border: none;
        border-collapse: collapse;
        width: 100%;
        max-width: 100%;
    margin:20px 0px;
    }
    .resp-tab th, .resp-tab td {
        padding: 10px 20px;
        font-size: 13px;
        border: none;
        font-family: Verdana, sans-serif;    
        border: 1px solid #337AB7;
        vertical-align: top;
    }
    .resp-tab th {
        color: #FFF;
        background: #337AB7;
        font-weight: bold;
        border: 1px solid #1a4a73;    
        text-transform: uppercase;    
        text-align: center;    
    }
    .resp-tab th span p{
        color: #FFF !important;    
    }
    .resp-tab tr:nth-child(even) {
        background: #edf7ff;
    }
    .resp-tab td span {
        background: #337AB7;
        color: #FFF;
        display: none;
        font-size: 11px;
        font-weight: bold;
        font-family: Verdana, sans-serif;    
        text-transform: uppercase;        
        padding: 5px 10px;
        position: absolute;
        top: 0;
        left: 0;    
    }

        .resp-tab td p{
			text-align:center;
	}

        .resp-tab td p img{
			border:1px solid #bfbfbf;
			width: 35px;
			margin-top: 10px;

	}

    @media(max-width: 768px) {
        .resp-tab thead {
            display: none;
        }
        .resp-tab tr {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            margin-bottom: 30px;
        }
        .resp-tab td {
            margin: 0 -1px -1px 0;
            padding-top: 35px;
            position: relative;
            width: 50%;
        }
        .resp-tab td span {
            display: block;
        }

        .resp-tab td p img{
            margin-top: 20px;
			border:1px solid #bfbfbf;
    }
    @media(max-width: 480px) {
        .resp-tab td {
            width: 100%;
        }
        .resp-tab td p img{
            margin-top: 20px;
			border:1px solid #bfbfbf;
        }
    }
       }

@media (max-width: 768px) {

.hide-td{
display:none;
}

}

.conteiner-flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    padding-bottom: 10px;
	margin:20px 0px;
}

.conteiner-flex1 {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    padding-bottom: 10px;
	margin:20px 0px;
}

.child {
    display: block;
    padding: 0px 10px;
    width: 250px;
}

.child img {
    border: 1px solid #a7a7a7;
	padding:5px;
}

.child-text {
    display: block;
    padding: 0px 10px;
    width: 250px;
	text-align:center;
}


.header__nav .menu .submenu li .submenu{
  display: none;
}


.header__nav .menu .submenu li:hover .submenu{
  display: block;
  left: 100%;
  top: 0%;
}

.header__nav .menu .submenu li.liWithArrow:after{
    content: '>';
    color: #fff;
    font-weight: bold;
}


.header__nav .menu .submenu li.liWithArrow{
   display: flex;
   justify-content: inherit;
}

.header__nav .menu .submenu li.liWithArrow:hover{
   /*border-color: #fff;*/
   border-bottom: 2px solid #fff;
}

.header__nav .menu .submenu li.liWithArrow a.parent{
  border-bottom:none!important;
}

.bx-newsdetail-content.sectDetail p{
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 20px;
    color: #000000;
}



.bx-newsdetail-content.sectDetail ul {
    margin-bottom: 10px;
    margin-block-start: 1em;
    padding-inline-start: 40px;
    margin-block-end: 1em;
}

.news-detail a{
  color: #cd151a;
  text-decoration: underline;
}

.sectDetail h2{
      font-size: 32px;
    padding: 15px 0;
}

.sectDetail h3{
    font-size: 25px;
    padding-bottom: 15px;
}

.container.servise-wrap.hideSection{
  display: none;
}

a[href^='tel:']:hover span{
  text-decoration: underline;
}

a[href^='mailto:']:hover span{
  text-decoration: underline;
}

#scroller {display:none;}

.b-top {z-index:2600;position:fixed;left:0;bottom:90px;width:34%;margin-left:55%;opacity: 0.5;filter:alpha(opacity=50);}
.b-top:hover {opacity:1;filter:alpha(opacity=100);cursor:pointer;}
.b-top-but {z-index:2600;position:absolute;display:block;left:35px;bottom:75px;margin:0 0 0 100%;padding:7px 17px 7px;
background:#be1d20;;border-radius:50px;}

.b-top-but a{
  color:White;
}

.sectDetail .calculation__img, .bx-newsdetail-content .calculation__img{
  display: none;
}

.sectDetail .body.calculation__formBox, .bx-newsdetail-content .body.calculation__formBox{
  margin: 0 auto;
}

.sectDetail .calculation__box .header, .bx-newsdetail-content .calculation__box .header{
  justify-content: center;
}

.sectDetail .service__btn.topBtn{
  margin-top: 0px;
}

.bx-newsdetail-content .service__btn.topBtn{
  float: none;
}


.sectDetail .sheme-wrap .scheme__row--top{
  padding-left: 0;
}

.sectDetail .sheme-wrap .scheme__row--bottom{
  padding-left: 230px;
}

.contact-block .addressBlock{
  padding-left: 18px;
  max-width: 300px;
} 

@media (max-width: 767px){
  .contact-block .addressBlock{
    padding-left: 0px;
    max-width: none;
  }
}


@media (min-width: 992px){
  .header__nav>.container{
    max-width: 1067px;
  }

}


@media (max-width: 900px){
  .header__nav .menu li a{
    font-size: 16px;
  }
}

.arrow > a{
  position: relative;
  display: flex;
  align-items: center;
}

.arrow > a:before{
  content: '>';
  position: absolute;
  right: 0;
}
.arrow:hover > a:before{
  content: '^';
  position: absolute;
  right: 0;
  font-size: 25px;
}


  .keeys-list.keysi-service-page{
    overflow-y: hidden;
      width: 100%;
      height: auto;
      min-width: inherit;
      position: relative;
      padding: 0 60px;
  }

  .keeys-list.keysi-service-page .carousel__nav button{
    background-color: #cd151a;
      color: #fff;
      border: 1px solid;
  }

  .keys-details.carousel__slide{
    max-width: 50%;
  }

  .keysi-header{
    font-size: 24px;
      font-weight: bold;
  }

  @media screen and (max-width: 768px){
    .keysi-header{
      display: none;
    }
    .keeys-list.keysi-service-page{
      display: none;
    }
  }


  .uslugi-tamojenogo-oformlenia{
    margin-bottom: 20px;

  }

  .uslugi-tamojenogo-oformlenia div{
    text-align: center;
    padding: 0 10px;
    margin-bottom: 10px;
  }

  .uslugi-tamojenogo-oformlenia div a{
    border: 1px solid #01589d;
    width: 100%;
    color: #01589d;
    font-weight: bold;
  }


  .uslugi-tamojenogo-oformlenia div a:hover{
    color: #fff;
    background-color: #01589d;
  }

p.likeh4{
    line-height: 1.2;
    font-weight: bold;
    font-family: 'Geometria-Bold';
}

p.likeh3{
    line-height: 1.2;
    font-weight: bold;
    font-family: 'Geometria-Bold';
    font-size: 25px!important;
    padding-bottom: 15px;
    margin-bottom: 0px!important;
}




.docs-item{
display: flex;
flex-flow: row;
align-items: center;
}


.docs-item img{
  width: 100%;
  max-width: 35px;
  height: 35px;
}

.docs-item a{
  text-decoration: underline;
  color: #65c7f1;
  padding-left: 10px;
}

.docs-item a:hover{
  text-decoration: none;
}



.price-table .header-row{
  background-color: #6e6d6d;
  text-align: center;
}

.price-table .header-row p{
    color: #fff;
    line-height: 1.6;
}

.price-table .header-row td{
    padding: 10px 0;
}

.price-table td{
    border: 1px solid gray;
    padding-left: 10px;
}

@media (max-width: 640px){
  .bx-newsdetail-content .price-table p{
    font-size: 12px;
  }
}
