@charset "UTF-8";
@font-face {
  font-family: "proxima_nova";
  src: url("../fonts/subset-ProximaNova-Regular.woff2") format("woff2"), url("../fonts/subset-ProximaNova-Regular.woff") format("woff"), url("../fonts/subset-ProximaNova-Regular.svg#ProximaNova-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "proxima_nova";
  src: url("../fonts/subset-ProximaNova-Semibold.woff2") format("woff2"), url("../fonts/subset-ProximaNova-Semibold.woff") format("woff"), url("../fonts/subset-ProximaNova-Semibold.svg#ProximaNova-Semibold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "proxima_nova";
  src: url("../fonts/subset-ProximaNova-Bold.woff2") format("woff2"), url("../fonts/subset-ProximaNova-Bold.woff") format("woff"), url("../fonts/subset-ProximaNova-Bold.svg#ProximaNova-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "proxima_nova";
  src: url("../fonts/subset-ProximaNovaT-Thin.woff2") format("woff2"), url("../fonts/subset-ProximaNovaT-Thin.woff") format("woff"), url("../fonts/subset-ProximaNovaT-Thin.svg#ProximaNovaT-Thin") format("svg");
  font-weight: 250;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "proxima_nova";
  src: url("../fonts/subset-ProximaNova-Extrabld.woff2") format("woff2"), url("../fonts/subset-ProximaNova-Extrabld.woff") format("woff"), url("../fonts/subset-ProximaNova-Extrabld.svg#ProximaNova-Extrabld") format("svg");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
* {
  padding: 0;
  margin: 0;
}
a:hover{
  text-decoration: none;
}

.active-link {
  color: #3BB9FF !important;
}

header#mobile {
  display: none;
}
header#mobile .header_menu.open {
  left: 0;
}
header#mobile .header_menu {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #fff;
  top: 0;
  left: -100%;
  overflow: auto;
}
header#mobile .header_menu .header_close-btn {
  height: 64px;
  background-color: #3C4B64;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  z-index: 10;
}
header#mobile .header_menu .header_close-btn .close-btn {
  outline: none;
  border: 0;
  background: transparent;
  margin-right: 3%;
}
header#mobile .header_menu .header_list {
  width: 100%;
  margin-top: 64px;
}
header#mobile .header_menu .header_list .header-list-mobile_second {
  position: relative;
}
header#mobile .header_menu .header_list li {
  font-size: 18px;
  line-height: 22px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header#mobile .header_menu .header_list li a {
  text-decoration: none;
  margin-left: 4%;
  color: #000;
}
header#mobile .header_menu .header_list li .first-img,
header#mobile .header_menu .header_list li .second-img {
  margin-left: 15px;
  width: 18px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
header#mobile .header_menu .header_list li .second-img {
  margin-right: 20px;
}
header#mobile .header_menu .header_list li .first-img.down {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
header#mobile .header_menu .header_list li .second-img.down {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
header#mobile .header_menu .header_list .extend-menu-mobile {
  background-color: #F5FBFE;
  padding-bottom: 16px;
  padding-top: 10px;
  display: none;
}
header#mobile .header_menu .header_list .extend-menu-mobile ul li {
  margin: 15px 0;
  font-size: 14px;
  line-height: 17px;
  font-weight: 600;
  height: auto;
}
header#mobile .header_menu .header_list .extend-menu-mobile ul li a {
  margin-left: 10%;
}

html {
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
  font-family: "proxima_nova";
}

html.lock {
  overflow: hidden;
}

img {
  pointer-events: none;
}

.container {
  height: 100%;
  margin: 0 auto;
  max-width: 1228px;
}

button {
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
button:hover {
  -webkit-box-shadow: 0px 0px 10px rgba(99, 99, 99, 0.8);
          box-shadow: 0px 0px 10px rgba(99, 99, 99, 0.8);
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}

hr {
  border: none;
  color: #eeeeee;
  background-color: #eeeeee;
  height: 1px;
}

header {
  position: relative;
  z-index: 50;
  background-color: #fff;
  width: 100%;
  padding-top: 1%;
  padding-bottom: 1%;
}
header .navbar {
  font-size: 14px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1.5fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1.5fr;
  grid-gap: 10px;
  margin: 10px 0;
}
header .navbar .logo:after {
  display: block;
  content: "";
  width: 1px;
  height: 32px;
  position: relative;
  top: 0;
  left: 7px;
  background-color: #EEE;
}
header .navbar .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 220px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: normal;
}
header .navbar .first {
  padding-left: 20px;
}
header .navbar .navbar_item-phones {
  font-size: 12px;
  color: #3bb9ff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
header .navbar .navbar_item-phones .navbar_item-phones-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .navbar .navbar_item-phones .navbar_item-phones-item svg {
  margin-left: 10px;
  margin-right: 5px;
}
header .navbar .navbar_item-phones .navbar_item-phones-item span {
  font-size: 16px;
  color: #000;
}
header .navbar .navbar_item-phones .navbar_item-phones-item span a {
  color: #000;
  text-decoration: none;
  font-weight: normal;
}
header .navbar .silent {
  color: #909090;
  padding-left: 21px;
  font-size: 13px;
}
header .navbar .navbar_item .second {
  padding-left: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
}
header .navbar .navbar_sub-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: normal;
}
header .navbar .navbar_sub-item svg {
  margin-right: 7px;
  color: #3bb9ff;
}
header .navbar .third ul {
  color: #11a042;
  list-style-type: none;
  margin-bottom: 3px;
}
header .navbar .third ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
header .navbar .third ul li:before {
  content: "⬤";
  font-size: 12px;
  margin: 0px 7px 0px 0px;
}
header .navbar .navbar_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  text-align: left;
}
header .navbar .third {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
header .navbar .logo {
  max-width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .navbar .logo a img {
  max-width: 100%;
  width: 100%;
}
header a.navbar-brand {
  text-decoration: none;
}
header a {
  color: #3bb9ff;
}
header .navbar_menu {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0px 3fr 0px 1.5fr 0px 1fr 0px 1fr;
  grid-template-columns: 1fr 3fr 1.5fr 1fr 1fr;
  grid-gap: 0px;
  margin: 10px 0;
  font-size: 16px;
  line-height: 19px;
  font-weight: normal;
  margin-top: 28px;
  position: relative;
}
header .navbar_menu .navbar_menu-item > .navbar_extended_box:hover .extend-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
header .navbar_menu .navbar_menu-item > .navbar_extended_box:hover .arrow-first-link {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
header .navbar_menu .navbar_menu-item a {
  color: #000;
  text-decoration: none;
}
header .navbar_menu .navbar_menu-item a:hover {
  color: #3bb9ff;
}
header .navbar_menu .navbar_menu-item:last-child {
  text-align: end;
}
header .navbar_menu .navbar_menu-item:nth-child(2) {
  padding-left: 80px;
}
header .navbar_menu .navbar_menu-item:nth-child(4) {
  padding-left: 30px;
}
header .navbar_menu .extend-menu {
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  left: -20px;
  top: 43px;
  background-color: #f5fbfe;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 20px;
  font-size: 15px;
  line-height: 20px;
  z-index: 40;
}
header .navbar_menu .extend-menu ul {
  margin-right: 20px;
}
header .navbar_menu .extend-menu ul li > a:hover {
  color: #3bb9ff;
}
header .navbar_menu .extend-menu ul > li {
  list-style-type: none;
  margin-bottom: 10px;
}
header .navbar_menu .navbar_extended_box .arrow-first-link {
  margin-left: 10px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
header .navbar_menu .navbar_extended_box .arch_link-extend_menu {
  padding-bottom: 49px;
}
header .navbar_menu .extend-menu-second {
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  left: 225px;
  top: 43px;
  background-color: #f5fbfe;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 20px;
  font-size: 15px;
  line-height: 15px;
  width: 559px;
  z-index: 40;
}
header .navbar_menu .extend-menu-second ul {
  margin-right: 20px;
}
header .navbar_menu .extend-menu-second ul li > a:hover {
  color: #3bb9ff;
}
header .navbar_menu .extend-menu-second ul > li {
  list-style-type: none;
  margin-bottom: 10px;
}
header .navbar_menu .extend-menu-second ul:first-child {
  width: 300px;
}
header .navbar_menu .navbar_extended_box .arrow-second-link {
  margin-left: 10px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
header .navbar_menu .navbar_menu-item > .navbar_extended_box:hover .extend-menu-second {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
header .navbar_menu .navbar_menu-item > .navbar_extended_box:hover .arrow-second-link {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.main {
  height: 730px;
  width: 100%;
  background-color: #3c4b64;
  background: url("../img/bg.png") no-repeat center;
  background-size: cover;
  z-index: 1;
}
.main h1 {
  font-weight: 600;
  font-size: 48px;
  line-height: 58px;
  color: #fff;
}
.main .content {
  position: relative;
  height: 100%;
}
.main .content .ellipse {
  position: absolute;
  bottom: -317px;
  left: -312px;
  z-index: 4;
}
.main .content .ellipse-mobile {
  display: none;
  position: absolute;
  bottom: -251px;
  right: -109px;
  z-index: 5;
}
.main .content .helmet_left {
  position: absolute;
  bottom: -262px;
  left: -588px;
  z-index: 11;
}
.main .content .circle1 {
  position: absolute;
  top: -456px;
  left: -671px;
  z-index: 3;
}
.main .content .mount_vector {
  position: absolute;
  top: -188px;
  right: -2980px;
  z-index: 5;
}
.main .content .stars2 {
  position: absolute;
  bottom: 230px;
  right: -180px;
  z-index: 6;
}
.main .content .helmet {
  position: absolute;
  top: -20px;
  right: -580px;
  z-index: 6;
}
.main .content .big_ellipse {
  position: absolute;
  top: -898px;
  right: -493px;
  z-index: 5;
}
.main .content .big_mount {
  position: absolute;
  top: -228px;
  right: -2344px;
  z-index: 4;
}
.main .content .stars1 {
  position: absolute;
  top: 35px;
  left: -260px;
  z-index: 5;
}
.main .content .main_first_box {
  display: inline-block;
  position: absolute;
  top: 110px;
  left: -60px;
  z-index: 6;
  width: 700px;
}
.main .content .main_first_box h1 {
  text-align: left;
  margin-bottom: 50px;
  margin-left: 50px;
}
.main .content .main_second_box {
  display: inline-block;
  position: absolute;
  width: 800px;
  right: -118px;
  top: 245px;
  z-index: 8;
}
.main .content .main_second_box h1 {
  text-align: right;
  margin-right: 80px;
  margin-bottom: 50px;
}

.works {
  position: relative;
  z-index: 10;
  min-height: 868px;
  background-color: #fff;
}
.works .container {
  padding-top: 76px;
  height: auto;
}
.works .container h2 {
  font-size: 36px;
  margin-bottom: 42px;
}
.works .container .category {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-rows: minmax(35px, auto);
  margin-top: 30px;
  grid-row-gap: 12px;
  grid-column-gap: 20px;
  overflow: hidden;
}
.works .container .category a.category__active {
  text-decoration: none;
  color: #000;
  font-weight: 600;
  font-size: 14px;
}
.works .container .category a.category__disable {
  text-decoration: none;
  color: #909090;
  font-size: 14px;
}
.works .container .category a.category__disable:hover {
  color: #1a1a1a;
}
.works .container .breadcrumbs {
  margin-bottom: 15px;
}
.works .container .breadcrumbs a {
  text-decoration: none;
  font-size: 12px;
  color: #3bb9ff;
  margin-left: 10px;
  line-height: 15px;
}
.works .container .button_mdl_blue {
  font-size: 18px;
  font-family: "proxima_nova";
  background: -webkit-gradient(linear, right top, left top, from(#3cb9ff), to(#00a3ff));
  background: linear-gradient(270deg, #3cb9ff 0%, #00a3ff 100%);
  border: 0px;
  color: #fff;
  padding: 13px 27px 12px 23px;
  border-radius: 2px;
  width: 220px;
}
.works .container .button_mdl_blue:hover {
  cursor: pointer;
}
.works .container .button_mdl_white {
  font-size: 18px;
  font-family: "proxima_nova";
  background: #fff;
  border: 1px #3cb9ff solid;
  color: #000;
  padding: 12px 27px 11px 23px;
  border-radius: 2px;
  width: 220px;
  margin-left: 8px;
}
.works .container .button_mdl_white:hover {
  cursor: pointer;
}
.works .swiper.first {
  overflow: initial;
  min-width: 100%;
  margin-top: 50px;
}
.works .swiper.first .swiper-wrapper .swiper-slide .swiper_card {
  background-color: #f5fbfe;
}
.works .swiper.first .swiper-wrapper .swiper-slide .swiper_card .photo1 {
  width: 100%;
  height: 253px;
  background: url("../img/works_slide1.png") center center no-repeat;
}
.works .swiper.first .swiper-wrapper .swiper-slide .swiper_card .photo2 {
  width: 100%;
  height: 253px;
  background: url("../img/works_slide2.png") center center no-repeat;
}
.works .swiper.first .swiper-wrapper .swiper-slide .swiper_card .photo3 {
  width: 100%;
  height: 253px;
  background: url("../img/works_slide3.png") center center no-repeat;
}
.works .swiper.first .swiper-wrapper .swiper-slide .swiper_card h3 {
  font-size: 18px;
  font-weight: 600;
  margin-top: 25px;
  margin-left: 25px;
  width: 400px;
}
.works .swiper.first .swiper-wrapper .swiper-slide .swiper_card a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #3bb9ff;
  font-size: 18px;
  margin-top: 28px;
  margin-left: 25px;
  padding-bottom: 28px;
}
.works .swiper.first .swiper-wrapper .swiper-slide .swiper_card a svg {
  margin-left: 9px;
}
.works .container {
  position: relative;
}
.works .container .swiper-button-prev::after,
.works .container .swiper-button-next::after {
  display: none;
}

.works .container .swiper-button-prev,
.works .container .swiper-button-next {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
/*****dobavila*****/
outline:none;
-webkit-tap-highlight-color: transparent;
}

.works .container .swiper-button-prev:active,
.works .container .swiper-button-next:active, 
.works .container .swiper-button-prev:hover,
.works .container .swiper-button-next:hover,
.works .container .swiper-button-prev:focus,
.works .container .swiper-button-next:focus{
    outline: 0;
    outline-offset: 0;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.works .container .swiper-button-next {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.documentation {
  min-height: 750px;
  margin-top: 40px;
}
.documentation .swiper.second {
  margin: 0px 80px;
}
.documentation h2 {
  font-size: 36px;
  margin-bottom: 42px;
  text-align: center;
  font-weight: 600;
}
.documentation .container {
  position: relative;
}
.documentation .container .swiper-button-prev.sec::after,
.documentation .container .swiper-button-next.sec::after {
  display: none;
}
.documentation .container .swiper-button-prev.sec {
  position: absolute !important;
  top: 283px;
  left: 0;
  display: block;
  width: 61px;
  height: 61px;
  /********/
  outline:none;
  -webkit-tap-highlight-color: transparent;
}
.documentation .container .swiper-button-next.sec {
  position: absolute !important;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  top: 283px;
  right: 0;
  display: block;
  width: 61px;
  height: 61px;
  /****/
  outline:none;
  -webkit-tap-highlight-color: transparent;
}
.documentation .container .stars_el {
  position: absolute;
  bottom: -295px;
  right: -905px;
}
.documentation .box_for_doc {
  /*height: 552px;*/
}
.documentation .box_for_doc img {
  display: block;
  margin: 0 auto;
}
.documentation .box_for_doc h3 {
  font-size: 24px;
  line-height: 29px;
  color: #3c4b64;
  margin-top: 20px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 600;
  width: 272px;
  position: relative;
}
.documentation .box_for_doc h3:before {
  content: "";
  background: url(../img/mark_h3.svg);
  height: 18px;
  width: 18px;
  display: inline-block;
  position: absolute;
  left: -24px;
  bottom: 36px;
}
.documentation .box_for_doc p {
  font-size: 14px;
  line-height: 17px;
  color: #000000;
  width: 272px;
  margin: 0 auto;
}

.form_raschet {
  width: 100%;
  background-color: #3c4b64;
  background: url("../img/bg2.png") no-repeat center;
  background-size: cover;
  z-index: 1;
  min-height: 537px;
  padding-top: 112px;
  padding-bottom: 145px;
}
.form_raschet .container {
  position: relative;
}
.form_raschet .container .stars3 {
  position: absolute;
  bottom: 465px;
  left: -144px;
  z-index: 4;
}
.form_raschet .container .stars_right {
  position: absolute;
  bottom: 219px;
  right: -144px;
  z-index: 4;
}
.form_raschet .container .city {
  position: absolute;
  bottom: -157px;
  left: -576px;
  z-index: 0;
}
.form_raschet .container .car {
  position: absolute;
  bottom: -412px;
  right: -400px;
  z-index: 4;
  pointer-events: none;
}
.form_raschet .border_box {
  border: #3bb9ff solid 2px;
  min-height: 368px;
  padding: 55px 58px 108px 58px;
}
.form_raschet .border_box h2 {
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  text-align: center;
  color: #ffffff;
  margin: 0 auto;
  margin-bottom: 70px;
  padding: 0 10%;
}
.form_raschet .border_box .inputs form {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  -ms-grid-rows: 1fr 17px 1fr;
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 29px;
  grid-row-gap: 17px;
  z-index: 5;
  position: relative;
}
.form_raschet .border_box .inputs form .inputs_cell span {
  display: block;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  color: #ffffff;
  margin-bottom: 10px;
}
.form_raschet .border_box .inputs form .inputs_cell input {
  width: calc(100% - 17px);
  height: 22px;
  border: 0px;
  padding: 22px 0px 21px 17px;
  font-size: 18px;
  line-height: 22px;
  outline: 1px black;
  font-family: "proxima_nova";
}
.form_raschet .border_box .inputs form .inputs_cell .select_after {
  position: relative;
}
.form_raschet .border_box .inputs form .inputs_cell .select_after select {
  width: 100%;
  height: 65px;
  border: 0px;
  padding: 22px 0px 21px 17px;
  font-size: 18px;
  line-height: 22px;
  outline: 1px black;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  overflow: hidden;
  font-family: "proxima_nova";
}
.form_raschet .border_box .inputs form .inputs_cell .select_after::after {
  content: "";
  width: 23px;
  height: 20px;
  display: inline-block;
  background: url(../img/ep_arrow-down-bold.svg);
  position: absolute;
  top: 22px;
  right: 17px;
  pointer-events: none;
}
.form_raschet .border_box .inputs form .inputs_cell button {
  width: 100%;
  height: 65px;
  background: -webkit-gradient(linear, right top, left top, from(#3cb9ff), to(#00a3ff));
  background: linear-gradient(270deg, #3cb9ff 0%, #00a3ff 100%);
  border-radius: 2px;
  border: 0px;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  font-family: "proxima_nova";
}
.form_raschet .border_box .inputs form .inputs_cell:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.slider_two_rows {
  padding-top: 100px;
  min-height: 530px;
  position: relative;
  background-color: #fff;
  margin-bottom: 30px;
}
.slider_two_rows .container {
  position: relative;
}
.slider_two_rows .container .helmet2 {
  position: absolute;
  bottom: -450px;
  right: -650px;
}
.slider_two_rows .container h2 {
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  text-align: center;
  width: 792px;
  margin: 0 auto;
  margin-bottom: 25px;
}
.slider_two_rows .container .buttons {
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
.slider_two_rows .container .buttons .button_mdl_blue {
  font-family: "proxima_nova";
  font-size: 18px;
  background: -webkit-gradient(linear, right top, left top, from(#3cb9ff), to(#00a3ff));
  background: linear-gradient(270deg, #3cb9ff 0%, #00a3ff 100%);
  border: 0px;
  color: #fff;
  padding: 13px 27px 12px 23px;
  border-radius: 2px;
  width: 156px;
}
.slider_two_rows .container .buttons .button_mdl_blue:hover {
  cursor: pointer;
}
.slider_two_rows .container .buttons .button_mdl_white {
  font-family: "proxima_nova";
  font-size: 18px;
  background: #fff;
  border: 1px #3cb9ff solid;
  color: #000;
  padding: 12px 27px 11px 23px;
  border-radius: 2px;
  width: 156px;
  margin-left: 8px;
}
.slider_two_rows .container .buttons .button_mdl_white:hover {
  cursor: pointer;
}
.slider_two_rows .container .swiper.third {
  z-index: 16;
}
.slider_two_rows .container .swiper.third .swiper-wrapper {
  margin-top: 63px;
  margin-bottom: 22px;
}
.slider_two_rows .container .swiper.third .swiper-wrapper .swiper-slide {
  margin: 0 !important;
  width: 550px;
}
.slider_two_rows .container .swiper.third .swiper-wrapper .swiper-slide .slide_box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.slider_two_rows .container .swiper.third .swiper-wrapper .swiper-slide .slide_box .border-vert {
  position: absolute;
  right: 6px;
  top: 24px;
  width: 288px;
  height: 155px;
  border-left: 2px solid #eeeeee;
  border-right: 2px solid #eeeeee;
}
.slider_two_rows .container .swiper.third .swiper-wrapper .swiper-slide .slide_box .border-vert-bottom {
  position: absolute;
  right: 6px;
  bottom: 24px;
  width: 288px;
  height: 155px;
  border-left: 2px solid #eeeeee;
  border-right: 2px solid #eeeeee;
}
.slider_two_rows .container .swiper.third .swiper-wrapper .swiper-slide .slide_box .border-vert-second {
  position: absolute;
  left: -8px;
  top: 24px;
  width: 307px;
  height: 155px;
  border-left: 2px solid #eeeeee;
  border-right: 2px solid #eeeeee;
}
.slider_two_rows .container .swiper.third .swiper-wrapper .swiper-slide .slide_box .border-vert-bottom-second {
  position: absolute;
  left: -8px;
  bottom: 24px;
  width: 307px;
  height: 155px;
  border-left: 2px solid #eeeeee;
  border-right: 2px solid #eeeeee;
}
.slider_two_rows .container .swiper.third .swiper-wrapper .swiper-slide .slide_box .border-horiz {
  position: absolute;
  left: 8px;
  top: 197px;
  width: 1228px;
  height: 2px;
  border-bottom: 2px solid #eeeeee;
}
.slider_two_rows .container .swiper.third .swiper-wrapper .swiper-slide .slide_box .slide_box-item {
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 100%;
  margin: 75px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.map {
  height: 1136px;
  background-color: #f5fbfe;
  padding-top: 61px;
}
.map .container {
  position: relative;
}
.map .container h2 {
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  text-align: center;
  color: #000000;
}
.map .container .bashk_map {
  position: absolute;
  z-index: 16;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 79px auto 0px;
}
.map .container .back_ellipse {
  position: absolute;
  bottom: -104px;
  left: -128px;
  z-index: 15;
}
.map .container .big_logo {
  position: absolute;
  top: -57px;
  right: -208px;
  z-index: 14;
}
.map .container .vector_back {
  position: absolute;
  bottom: -169px;
  left: -1024px;
  z-index: 13;
}
.map .container .big_mount2 {
  position: absolute;
  bottom: 0px;
  left: -585px;
  z-index: 12;
}
.map .container .blue_stars_left {
  position: absolute;
  top: 171px;
  left: -216px;
  z-index: 11;
}
.map .container .blue_stars_right {
  position: absolute;
  top: 299px;
  right: -305px;
  z-index: 11;
}

.thanks_mail {
  height: 581px;
  padding-top: 85px;
  z-index: 15;
  position: relative;
  background-color: #fff;
}
.thanks_mail .container {
  position: relative;
}
.thanks_mail .container h2 {
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  text-align: center;
  color: #000;
}
.thanks_mail .container .swiper-button-prev.four::after,
.thanks_mail .container .swiper-button-next.four::after {
  display: none;
}
.thanks_mail .container .swiper-button-prev.four {
  position: absolute !important;
  top: 272px;
  left: 0;
  display: block;
  width: 61px;
  height: 61px;
  /*************/
  outline:none;
  -webkit-tap-highlight-color: transparent;
}
.thanks_mail .container .swiper-button-next.four {
  position: absolute !important;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  top: 272px;
  right: 0;
  display: block;
  width: 61px;
  height: 61px;
  /*********/
  outline:none;
  -webkit-tap-highlight-color: transparent;
}
.thanks_mail .container .swiper-pagination.four {
  bottom: 85px;
}
.thanks_mail .container .swiper.four {
  margin-top: 66px;
  width: calc(85% + 5px);
}
.thanks_mail .container .swiper.four .swiper-wrapper .swiper-slide img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.form_question {
  background: url("../img/bg3.png") no-repeat center;
  background-size: cover;
  min-height: 679px;
  width: 100%;
  padding-top: 109px;
}
.form_question .container {
  position: relative;
}
.form_question .container .mask {
  position: absolute;
  top: -363px;
  left: -891px;
  z-index: 1;
  pointer-events: none;
}
.form_question .container .stars_left_side {
  position: absolute;
  top: -46px;
  left: -142px;
  z-index: 3;
  pointer-events: none;
}
.form_question .container .building {
  position: absolute;
  bottom: -325px;
  left: 692px;
  z-index: 4;
  pointer-events: none;
}
.form_question .container .border_box {
  margin: 0 auto;
  border: 2px solid #fff;
  min-height: 508px;
  padding-top: 71px;
}
.form_question .container .border_box .text {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.form_question .container .border_box .text h2 {
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  color: #ffffff;
}
.form_question .container .border_box .text span {
  font-weight: normal;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  color: #ffffff;
}
.form_question .container .border_box .inputs {
  margin-top: 63px;
  min-height: 316px;
  margin-left: 49px;
  margin-right: 49px;
  margin-bottom: 53px;
}
.form_question .container .border_box .inputs form {
  position: relative;
  height: 100%;
}
.form_question .container .border_box .inputs form .flex-wrap {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
}
.form_question .container .border_box .inputs form .flex-wrap .textbox {
  width: 100%;
  height: 316px;
  z-index: 10;
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.form_question .container .border_box .inputs form .flex-wrap .textbox span {
  display: block;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  color: #ffffff;
  margin-bottom: 10px;
}
.form_question .container .border_box .inputs form .flex-wrap .textbox textarea {
  font-family: "proxima_nova";
  padding: 15px 17px;
  font-size: 18px;
  line-height: 22px;
  width: 100%;
  height: calc(100% - 34px);
  resize: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
}
.form_question .container .border_box .inputs form .flex-wrap .number {
  padding-left: 70px;
  width: 100%;
  z-index: 10;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.form_question .container .border_box .inputs form .flex-wrap .number span {
  display: block;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  color: #ffffff;
  margin-bottom: 11px;
}
.form_question .container .border_box .inputs form .flex-wrap .number input {
  font-family: "proxima_nova";
  width: calc(100% - 17px);
  height: 22px;
  border: 0px;
  padding: 22px 0px 21px 17px;
  font-size: 18px;
  line-height: 22px;
  outline: 1px black;
  margin-bottom: 15px;
}
.form_question .container .border_box .inputs form .flex-wrap .number .select_after {
  position: relative;
}
.form_question .container .border_box .inputs form .flex-wrap .number .select_after select {
  width: 100%;
  height: 65px;
  border: 0px;
  padding: 22px 0px 21px 17px;
  font-size: 18px;
  line-height: 22px;
  outline: 1px black;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  overflow: hidden;
  font-family: "proxima_nova";
}
.form_question .container .border_box .inputs form .flex-wrap .number .select_after::after {
  content: "";
  width: 23px;
  height: 20px;
  display: inline-block;
  background: url(../img/ep_arrow-down-bold.svg);
  position: absolute;
  top: 22px;
  right: 22px;
  pointer-events: none;
}
.form_question .container .border_box .inputs form .flex-wrap .number button {
  width: 100%;
  height: 65px;
  background: -webkit-gradient(linear, right top, left top, from(#3cb9ff), to(#00a3ff));
  background: linear-gradient(270deg, #3cb9ff 0%, #00a3ff 100%);
  border-radius: 2px;
  border: 0px;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  margin-top: 25px;
  font-family: "proxima_nova";
}

.contacts {
  min-height: 863px;
  position: relative;
  z-index: 20;
}
.contacts #map {
  position: absolute;
  width: 50%;
  left: 0;
  top: 0;
  z-index: 15;
}
.contacts .white_blank {
  background: #fff;
  width: 50%;
  position: absolute;
  right: 0;
  height: 100%;
  top: 0;
}
.contacts .white_blank .white_blank_box {
  margin: 86px 0px 106px 108px;
}
.contacts .white_blank .white_blank_box h2 {
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  color: #000000;
  margin-bottom: 12px;
}
.contacts .white_blank .white_blank_box p {
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  max-width: 412px;
  margin-bottom: 45px;
}
.contacts .white_blank .white_blank_box .address {
  max-width: 421px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 25px;
  min-height: 50px;
  font-weight: normal;
}
.contacts .white_blank .white_blank_box .address p {
  margin-bottom: 0px;
}
.contacts .white_blank .white_blank_box .address img {
  margin-right: 15px;
  margin-top: 5px;
  height: 25px;
}
.contacts .white_blank .white_blank_box .phone_numbers {
  font-weight: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  min-height: 90px;
}
.contacts .white_blank .white_blank_box .phone_numbers span {
  color: #3bb9ff;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.7;
}
.contacts .white_blank .white_blank_box .phone_numbers span a {
  text-decoration: none;
  color: #3bb9ff;
  display: block;
  margin-bottom: -13px;
}
.contacts .white_blank .white_blank_box .phone_numbers p {
  margin-bottom: 20px;
}
.contacts .white_blank .white_blank_box .phone_numbers img {
  margin-right: 15px;
  margin-top: 2px;
  height: 25px;
}
.contacts .white_blank .white_blank_box .email {
  font-weight: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 50px;
}
.contacts .white_blank .white_blank_box .email a {
  text-decoration: none;
  color: #3bb9ff;
}
.contacts .white_blank .white_blank_box .email a span {
  color: #3bb9ff;
}
.contacts .white_blank .white_blank_box .email img {
  margin-right: 15px;
  height: 25px;
}
.contacts .white_blank .white_blank_box .clock {
  font-weight: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.contacts .white_blank .white_blank_box .clock img {
  margin-left: 2px;
  margin-right: 15px;
  margin-top: 5px;
  width: 22px;
}
.contacts .white_blank .white_blank_box .clock span {
  color: #909090;
  font-size: 14px;
}
.contacts .white_blank .white_blank_box .download {
  font-size: 18px;
  font-weight: bold;
  font-family: "proxima_nova";
  color: #fff;
  background: #3bb9ff;
  border-radius: 5px;
  border: 0px;
  padding: 20px 20px 20px 30px;
  width: 500px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}
.contacts .white_blank .white_blank_box .download img {
  position: relative;
  top: -5px;
}
.contacts .white_blank .white_blank_box .save {
  border-radius: 2px;
  border: 1px solid #3bb9ff;
  height: 108px;
  width: 426px;
  padding-top: 26px;
  padding-left: 30px;
  padding-right: 34px;
}
.contacts .white_blank .white_blank_box .save .shortcut {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}
.contacts .white_blank .white_blank_box .save .shortcut .big_blue {
  color: #3bb9ff;
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  line-height: 49px;
  width: 215px;
}

footer {
  height: 100px;
  background-color: #222222;
}
footer .container {
  min-height: 100px;
}
footer .container .flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer .container .flex-wrap .foot_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
footer .container .flex-wrap .foot_logo img {
  width: 200px;
}
footer .container .flex-wrap .foot_logo .small {
  color: #fff;
  font-size: 14px;
  line-height: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin-left: 20px;
  font-weight: normal;
}
footer .container .flex-wrap .foot_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
footer .container .flex-wrap .foot_right img {
  width: 123px;
}
footer .container .flex-wrap .foot_right a {
  color: #fff;
  font-size: 16px;
  margin-bottom: 14px;
}

section.FAQ {
  padding: 5px 0;
}
section.FAQ .container {
  position: relative;
}
section.FAQ .container img.kaska-left {
  position: absolute;
  top: -89px;
  left: -596px;
}
section.FAQ .container h2 {
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  text-align: center;
  margin-bottom: 60px;
}
section.FAQ .container .div-list ul {
  font-weight: normal;
  font-size: 24px;
  line-height: 29px;
  list-style: none;
  margin-left: 45px;
}
section.FAQ .container .div-list ul li {
  position: relative;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
section.FAQ .container .div-list ul li::before {
  content: "";
  background: url(../img/mark_h3.svg);
  height: 18px;
  width: 18px;
  display: inline-block;
  position: absolute;
  left: -41px;
  top: 4px;
}
section.FAQ .container .div-list ul li .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
section.FAQ .container .div-list ul li .text p {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  margin-right: 20px;
}
section.FAQ .container .div-list ul li .text .blue-line {
  width: 100%;
  height: 1px;
  background: #3BB9FF;
}
section.FAQ .container .div-list ul li .text img {
  width: 24px;
  height: 24px;
  margin-left: 20px;
  pointer-events: all;
}
section.FAQ .container .div-list ul li .text img:hover {
  cursor: pointer;
}
section.FAQ .container .div-list ul li .list-extend-box {
  margin-top: 20px;
  padding: 23px 40px;
  background: #F5FBFE;
}
section.FAQ .container .div-list ul li .list-extend-box.hidden {
  display: none;
}


@media screen and (max-width: 1228px) {
  .container {
    margin: 0 2%;
  }

  .form_question {
    padding: 96px 0;
  }
  .form_question .container .border_box .inputs form .flex-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .form_question .container .border_box .inputs form .flex-wrap .number {
    padding-left: 0;
  }

  .save {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  h1 {
    font-size: 24px !important;
    line-height: 29px !important;
  }

  h2 {
    font-size: 24px !important;
  }

  header {
    display: none;
  }

  header#mobile {
    display: block;
    height: 64px;
    padding: 0;
    position: fixed;
  }
  header#mobile .header_body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 64px;
    width: 100%;
    background-color: #fff;
  }
  header#mobile .header_body .header_burger_bg {
    width: 64px;
    height: 64px;
    background-color: #f5fbfe;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header#mobile .header_body .header_burger_bg .header_burger {
    width: 30px;
    height: 23px;
    background-color: #f5fbfe;
    display: block;
    position: relative;
  }
  header#mobile .header_body .header_burger_bg .header_burger:before, header#mobile .header_body .header_burger_bg .header_burger:after {
    content: "";
    background-color: #72bdef;
    border-radius: 10px;
    width: 100%;
    height: 4.6px;
    left: 0;
    display: block;
    position: absolute;
  }
  header#mobile .header_body .header_burger_bg .header_burger:before {
    top: 0;
  }
  header#mobile .header_body .header_burger_bg .header_burger:after {
    bottom: 0;
  }
  header#mobile .header_body .header_burger_bg .header_burger span {
    position: absolute;
    background-color: #72bdef;
    border-radius: 10px;
    width: 100%;
    height: 4.6px;
    top: 9.6px;
  }
  header#mobile .header_body .header_logo {
    width: 183px;
    height: 47px;
  }
  header#mobile .header_body .header_logo img {
    width: 100%;
  }
  header#mobile .header_body .header_call {
    width: 64px;
    height: 64px;
    background-color: #f5fbfe;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header#mobile .header_body .header_call a {
    width: 23px;
    height: 23px;
  }
  header#mobile .header_body .header_call a svg {
    width: 23px;
    height: 23px;
  }

  .main {
    height: 676px;
  }
  .main .container .content .main_first_box {
    top: 149px;
    left: 14px;
  }
  .main .container .content .main_first_box h1 {
    margin-left: 0;
    margin-bottom: 32px;
  }
  .main .container .content .main_first_box img {
    width: 434px;
  }
  .main .container .content .main_second_box {
    width: 287px;
    right: 15px;
    top: 350px;
  }
  .main .container .content .main_second_box h1 {
    margin-right: 0;
    margin-bottom: 45px;
  }
  .main .container .content .main_second_box img {
    width: 525px;
    position: relative;
    left: -165px;
  }
  .main .container .content .big_mount {
    top: 192px;
    right: -1221px;
  }
  .main .container .content .big_mount img {
    width: 1902px;
  }
  .main .container .content .stars1 {
    top: 79px;
    left: 16px;
  }
  .main .container .content .stars1 img {
    height: 59px;
  }
  .main .container .content .helmet {
    top: 71px;
    right: -78px;
  }
  .main .container .content .helmet img {
    width: 151.29px;
  }
  .main .container .content .helmet_left {
    bottom: 96px;
    left: -89px;
  }
  .main .container .content .helmet_left img {
    width: 170px;
  }
  .main .container .content .circle1 {
    top: -37px;
    left: -108px;
    z-index: 4;
  }
  .main .container .content .circle1 img {
    width: 351px;
  }
  .main .container .content .ellipse {
    bottom: 45px;
    left: -117px;
  }
  .main .container .content .ellipse img {
    width: 581px;
  }
  .main .container .content .mount_vector {
    top: -91px;
    right: -2950px;
  }
  .main .container .content .ellipse-mobile {
    display: block;
  }
  .main .container .content .ellipse-mobile img {
    width: 581px;
  }
  .main .container .content .big_ellipse {
    display: none;
  }
  .main .container .content .stars2 {
    bottom: 122px;
    right: 17px;
    z-index: 5;
  }
  .main .container .content .stars2 img {
    height: 56px;
  }

  .map {
    padding-top: 20px;
    height: 530px;
  }
  .map .container .big_mount2 {
    bottom: -327px;
  }
  .map .container .back_ellipse {
    left: -99px;
  }
  .map .container .back_ellipse img {
    width: 500px;
  }
  .map .container .bashk_map {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 350px;
    margin: 79px auto 0px;
  }
  .map .container .bashk_map img {
    width: 350px;
    margin: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .contacts {
    height: 1083px;
  }
  .contacts .container #map {
    width: 100% !important;
    height: 464px !important;
    top: 621px;
  }
  .contacts .container .white_blank {
    width: 100%;
  }
  .contacts .container .white_blank .white_blank_box {
    margin: 50px 124px 30px;
    height: 683px;
  }
  .contacts .container .white_blank .white_blank_box .address {
    height: auto;
    margin-bottom: 0px;
  }
  .contacts .container .white_blank .white_blank_box .address p {
    margin-bottom: 20px;
  }
  .contacts .container .white_blank .white_blank_box .download {
    width: 100%;
  }
  .contacts .container .white_blank .white_blank_box .save {
    width: calc(100% - (16px + 13px));
    padding: 19px 16px 23px 13px;
    min-height: 80px;
  }
  .contacts .container .white_blank .white_blank_box .save span {
    font-size: 14px;
    line-height: 17px;
  }
  .contacts .container .white_blank .white_blank_box .save .big_blue {
    font-size: 24px;
    line-height: 29px;
  }

  footer {
    height: 221px;
  }
  footer .container .flex-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  footer .container .flex-wrap .foot_logo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 20px;
  }
  footer .container .flex-wrap .foot_logo .small {
    text-align: center;
    margin-left: 0;
  }
  footer .container .flex-wrap .foot_right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 20px 0;
  }
  footer .container .flex-wrap .foot_right img {
    width: 123px;
  }
  footer .container .flex-wrap .foot_right a {
    color: #fff;
    font-size: 16px;
    margin-bottom: 14px;
  }
}
@media screen and (max-width: 768px) {
  header .container .navbar_menu {
    -ms-grid-columns: 1.8fr 3fr 1.5fr 1fr 1fr;
    grid-template-columns: 1.8fr 3fr 1.5fr 1fr 1fr;
  }
  header .container .navbar_menu .navbar_menu-item:nth-child(2) {
    padding-left: 20px;
  }

  .contacts .container .white_blank_box {
    margin: 36px 0px 83px 36px;
    min-width: 300px;
  }
  .contacts .container .white_blank_box .download {
    width: 100%;
  }
  .contacts .container .white_blank_box .save {
    display: none;
    width: 100%;
    padding-top: 13px;
    padding-left: 17px;
    padding-right: 0px;
  }
  .contacts .container .white_blank_box .save .shortcut .big_blue {
    font-size: 16px;
  }
}
@media screen and (max-width: 640px) {
  .container {
    margin: 0 3%;
  }

  h1 {
    font-size: 28px !important;
    line-height: 29px !important;
  }

  h2 {
    font-size: 28px !important;
  }

  header {
    display: none;
  }

  header#mobile {
    display: block;
    height: 64px;
    padding: 0;
    position: fixed;
  }
  header#mobile .header_body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 64px;
    width: 100%;
    background-color: #fff;
  }
  header#mobile .header_body .header_burger_bg {
    width: 64px;
    height: 64px;
    background-color: #f5fbfe;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header#mobile .header_body .header_burger_bg .header_burger {
    width: 30px;
    height: 23px;
    background-color: #f5fbfe;
    display: block;
    position: relative;
  }
  header#mobile .header_body .header_burger_bg .header_burger:before, header#mobile .header_body .header_burger_bg .header_burger:after {
    content: "";
    background-color: #72bdef;
    border-radius: 10px;
    width: 100%;
    height: 4.6px;
    left: 0;
    display: block;
    position: absolute;
  }
  header#mobile .header_body .header_burger_bg .header_burger:before {
    top: 0;
  }
  header#mobile .header_body .header_burger_bg .header_burger:after {
    bottom: 0;
  }
  header#mobile .header_body .header_burger_bg .header_burger span {
    position: absolute;
    background-color: #72bdef;
    border-radius: 10px;
    width: 100%;
    height: 4.6px;
    top: 9.6px;
  }
  header#mobile .header_body .header_logo {
    width: 183px;
    height: 47px;
  }
  header#mobile .header_body .header_logo img {
    width: 100%;
  }
  header#mobile .header_body .header_call {
    width: 64px;
    height: 64px;
    background-color: #f5fbfe;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header#mobile .header_body .header_call a {
    width: 23px;
    height: 23px;
  }
  header#mobile .header_body .header_call a svg {
    width: 23px;
    height: 23px;
  }

  .main {
    height: 676px;
  }
  .main .container .content .main_first_box {
    top: 149px;
    left: 14px;
  }
  .main .container .content .main_first_box h1 {
    margin-left: 0;
    margin-bottom: 32px;
  }
  .main .container .content .main_first_box img {
    width: 291px;
  }
  .main .container .content .main_second_box {
    width: 287px;
    right: 15px;
    top: 402px;
  }
  .main .container .content .main_second_box h1 {
    margin-right: 0;
    margin-bottom: 45px;
  }
  .main .container .content .main_second_box img {
    width: 387px;
    position: relative;
    left: -46px;
  }
  .main .container .content .big_mount {
    top: 192px;
    right: -1221px;
  }
  .main .container .content .big_mount img {
    width: 1902px;
  }
  .main .container .content .stars1 {
    top: 79px;
    left: 16px;
  }
  .main .container .content .stars1 img {
    height: 59px;
  }
  .main .container .content .helmet {
    top: 71px;
    right: -78px;
  }
  .main .container .content .helmet img {
    width: 151.29px;
  }
  .main .container .content .helmet_left {
    bottom: 96px;
    left: -89px;
  }
  .main .container .content .helmet_left img {
    width: 170px;
  }
  .main .container .content .circle1 {
    top: -37px;
    left: -108px;
    z-index: 4;
  }
  .main .container .content .circle1 img {
    width: 351px;
  }
  .main .container .content .ellipse {
    bottom: 45px;
    left: -117px;
  }
  .main .container .content .ellipse img {
    width: 581px;
  }
  .main .container .content .mount_vector {
    top: -91px;
    right: -2950px;
  }
  .main .container .content .ellipse-mobile {
    display: block;
  }
  .main .container .content .ellipse-mobile img {
    width: 581px;
  }
  .main .container .content .big_ellipse {
    display: none;
  }
  .main .container .content .stars2 {
    bottom: 122px;
    right: 17px;
    z-index: 5;
  }
  .main .container .content .stars2 img {
    height: 56px;
  }

  .works {
    min-height: 775px;
  }
  .works .container h2 {
    margin-bottom: 8px;
  }
  .works .container .category {
    overflow: scroll;
    grid-template-columns: 167px 180px 210px 200px 200px;
  }
  .works .container .category::-webkit-scrollbar{
    height: 4px;
    width: 0px;
    background-color: #EEEEEE;
    border-radius: 5px;

  }

  .works .container .category::-webkit-scrollbar-thumb{
    background-color: #3BB9FF;
    border-radius: 5px;
  }
  .works .container .button_mdl_blue,
.works .container .button_mdl_white {
    width: 140px;
    font-size: 12px;
    padding: 9px 9px;
  }
  .works .swiper.first {
    margin-top: 50px;
  }
  .works .swiper.first .swiper-wrapper {
    width: initial;
  }
  .works .swiper.first .swiper-wrapper .swiper-slide .swiper_card {
    background-color: #f5fbfe;
    overflow: hidden;
  }
  .works .swiper.first .swiper-wrapper .swiper-slide .swiper_card .photo1,
.works .swiper.first .swiper-wrapper .swiper-slide .swiper_card .photo2,
.works .swiper.first .swiper-wrapper .swiper-slide .swiper_card .photo3 {
    max-height: 127px;
    background-size: cover;
  }
  .works .swiper.first .swiper-wrapper .swiper-slide .swiper_card h3 {
    font-size: 14px;
    font-weight: 600;
    margin-top: 15px;
    margin-left: 10px;
    width: 250px;
  }
  .works .swiper.first .swiper-wrapper .swiper-slide .swiper_card a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #3bb9ff;
    font-size: 14px;
    margin-top: 10px;
    margin-left: 10px;
    padding-bottom: 15px;
  }
  .works .swiper.first .swiper-wrapper .swiper-slide .swiper_card a svg {
    margin-left: 9px;
  }

  .documentation {
    min-height: 577px;
    padding-bottom: 30px;
  }
  .documentation h2 {
    margin-bottom: 30px;
  }
  .documentation .swiper.second {
    margin: 0px 0px;
  }
  .documentation .swiper.second .swiper-slide .box_for_doc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .documentation .swiper.second .swiper-slide .box_for_doc img {
    height: 311px;
  }
  .documentation .swiper.second .swiper-slide .box_for_doc h3 {
    font-size: 18px;
    line-height: 22px;
    width: 194px;
  }
  .documentation .swiper.second .swiper-slide .box_for_doc h3:before {
    top: 1px;
  }
  .documentation .swiper.second .swiper-slide .box_for_doc p {
    font-size: 14px;
    line-height: 17px;
    width: 196px;
    margin: initial;
  }

  .form_raschet {
    padding-top: 23px;
    padding-bottom: 108px;
  }
  .form_raschet .container .city {
    bottom: -115px;
    left: -347px;
  }
  .form_raschet .container .city img {
    width: 494px;
  }
  .form_raschet .container .stars3 {
    bottom: 752px;
    left: 19px;
  }
  .form_raschet .container .stars3 img {
    height: 68px;
  }
  .form_raschet .container .car {
    top: 561px;
    right: -141px;
  }
  .form_raschet .container .car img {
    height: 472px;
  }
  .form_raschet .border_box {
    padding: 35px 8px 60px 8px;
  }
  .form_raschet .border_box h2 {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 20px;
    padding: 0;
  }
  .form_raschet .border_box .inputs form {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
  }
  .form_raschet .border_box .inputs form > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .form_raschet .border_box .inputs form .inputs_cell input {
    height: 18px;
    padding: 16px 13px;
    width: calc(100% - 26px);
  }
  .form_raschet .border_box .inputs form .inputs_cell span {
    font-size: 14px;
    line-height: 17px;
  }
  .form_raschet .border_box .inputs form .inputs_cell .cell_button {
    width: 100%;
    height: 65px;
  }
  .form_raschet .border_box .inputs form .inputs_cell .select_after::after {
    top: 13px;
  }
  .form_raschet .border_box .inputs form .inputs_cell .select_after .cell_select {
    width: 100%;
    font-size: 16px;
    line-height: 19px;
    padding: 16px 13px;
    height: 50px;
  }
  .form_raschet .border_box .inputs form .inputs_cell:last-child {
    position: initial;
  }
  .form_raschet .border_box .inputs form .inputs_cell:last-child button {
    position: initial;
    left: 0;
    bottom: 0;
  }

  .slider_two_rows {
    padding-top: 50px;
    min-height: 476px;
  }
  .slider_two_rows .container h2 {
    font-size: 24px;
    line-height: 29px;
    width: initial;
  }
  .slider_two_rows .container .buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  .slider_two_rows .container .buttons .button_mdl_blue,
.slider_two_rows .container .buttons .button_mdl_white {
    width: 145px;
    font-size: 16px;
    line-height: 19px;
    margin: 0;
  }
  .slider_two_rows .container .buttons .button_mdl_white {
    border: 2px #3cb9ff solid;
    height: 44px;
  }
  .slider_two_rows .container .swiper.third .swiper-wrapper .swiper-slide .slide_box .slide_box-item {
    margin: 35px 0px;
  }
  .slider_two_rows .container .swiper.third .swiper-wrapper .swiper-slide .slide_box .slide_box-item img {
    width: 103px;
  }
  .slider_two_rows .container .swiper.third .swiper-wrapper .swiper-slide .slide_box .slide_box-item .border-vert {
    height: 80px;
    left: -157px;
    top: 2px;
    display: none;
  }
  .slider_two_rows .container .swiper.third .swiper-wrapper .swiper-slide .slide_box .slide_box-item .border-vert-bottom {
    display: none;
  }
  .slider_two_rows .container .swiper.third .swiper-wrapper .swiper-slide .slide_box .slide_box-item .border-horiz {
    display: none;
  }
  .slider_two_rows .container .swiper.third .swiper-wrapper .swiper-slide .slide_box .slide_box-item .border-vert-second {
    display: none;
  }
  .slider_two_rows .container .swiper.third .swiper-wrapper .swiper-slide .slide_box .slide_box-item .border-vert-bottom-second {
    display: none;
    height: 80px;
    left: -157px;
    bottom: 11px;
  }

  .map {
    padding-top: 20px;
    height: 486px;
  }
  .map .container h2 {
    width: 100%;
    height: 376px;
  }
  .map .container .bashk_map {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 297px;
    margin: 79px auto 0px;
  }
  .map .container .bashk_map img {
    width: 297px;
    margin: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .map .container .big_mount2 {
    bottom: -327px;
  }
  .map .container .back_ellipse {
    left: -99px;
  }
  .map .container .back_ellipse img {
    width: 500px;
  }
  .map .container .big_logo {
    top: 43px;
    right: -32px;
  }
  .map .container .big_logo img {
    width: 263px;
  }

  .thanks_mail {
    padding-top: 15px;
    height: 475px;
  }
  .thanks_mail .container .swiper-button-next.four,
.thanks_mail .container .swiper-button-prev.four {
    width: 38px;
    height: 38px;
    top: 220px;
    /**********/
    outline:none;
    -webkit-tap-highlight-color: transparent;
  }
  .thanks_mail .container .swiper-button-next.four img,
.thanks_mail .container .swiper-button-prev.four img {
    width: 38px;
    height: 38px;
  }
  .documentation .container .swiper-button-next.sec,
  .documentation .container .swiper-button-prev.sec {
    width: 38px;
    height: 38px;
    top: 220px;
    outline:none;
    -webkit-tap-highlight-color: transparent;
  }

  .documentation .container .swiper-button-next.sec img,
  .documentation .container .swiper-button-prev.sec img {
    width: 38px;
    height: 38px;
  }

  .thanks_mail .container .swiper-pagination.four {
    bottom: 33px;
  }
  .thanks_mail .container .swiper.four {
    width: 75%;
    margin-top: 13px;
  }
  .thanks_mail .container .swiper.four .swiper-wrapper .swiper-slide img {
    width: 219px;
  }

  .form_question {
    padding: 25px 0 100px 0;
  }
  .form_question .container .building {
    bottom: -171px;
    right: -46px;
    left: inherit;
  }
  .form_question .container .building img {
    width: 248px;
  }
  .form_question .container .border_box {
    padding-top: 30px;
  }
  .form_question .container .border_box .text {
    position: relative;
    z-index: 20;
    width: auto;
    padding: 0 10px 0 10px;
  }
  .form_question .container .border_box .text h2 {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 10px;
  }
  .form_question .container .border_box .text span {
    font-size: 18px;
    line-height: 22px;
  }
  .form_question .container .border_box .inputs {
    margin: 30px 10px;
  }
  .form_question .container .border_box .inputs form .flex-wrap .textbox span {
    font-size: 14px;
    line-height: 17px;
  }
  .form_question .container .border_box .inputs form .flex-wrap .textbox textarea {
    font-size: 16px;
    line-height: 19px;
    padding: 15px 15px;
    min-height: 274px;
  }
  .form_question .container .border_box .inputs form .flex-wrap .number span {
    font-size: 14px;
    line-height: 17px;
  }
  .form_question .container .border_box .inputs form .flex-wrap .number input {
    height: 18px;
    padding: 16px 13px;
    width: calc(100% - 26px);
    font-size: 16px;
    line-height: 19px;
  }
  .form_question .container .border_box .inputs form .flex-wrap .number .select_after::after {
    top: 13px;
  }
  .form_question .container .border_box .inputs form .flex-wrap .number .select_after .cell_select {
    width: 100%;
    font-size: 16px;
    line-height: 19px;
    padding: 16px 13px;
    height: 50px;
  }

  section.FAQ .container .div-list ul {
    font-size: 18px;
  }
  section.FAQ .container .div-list ul li .text p {
    min-width: 60%;
  }
  section.FAQ .container h2{
    line-height: 29px;
  }


}
@media screen and (max-width: 425px) {
  .contacts .container .white_blank .white_blank_box {
    margin: 50px 12px 30px;
    min-width: 300px;
  }

  h1 {
    font-size: 22px !important;
    line-height: 29px !important;
  }
}
.swiper-button-next,
.swiper-button-prev {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline:none;
  -webkit-tap-highlight-color: transparent;
}

.thanks_mail .swiper-slide img {
  border: thick double #3cb9ff;

}

.swiper {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.clients__list {
  margin-top: 50px;
  position: relative;
  z-index: 1;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 30px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 642px) {
  .clients__list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 10px;
  }
}

@media screen and (max-width: 372px) {
  .clients__list {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 10px;
  }
}

.clients__item {
  padding: 10px;
  background: #f5fbfe;
  height: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0px;
}

.clients__item img {
  max-width: 100%;
  max-height: 100%;
}

.swiper-slide-client {
  display: none;
}