@import url('../fonts/bebasneue.css');
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Roboto', sans-serif;
}
/*section {
  overflow-x: hidden;
}*/
.first_section {
  width: 100%;
  min-height: 800px;
/*  background: url(../img/fbg.png);
  background-size: cover;*/
}
.container {
  max-width: 1270px;
  padding: 0 15px;
  margin: auto;
}
header {
  height: 100px;
  width: 100%;
  border-bottom: 1px solid rgba(25, 117, 244, 0.3);
  padding: 0px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .logo {
  margin-right: 100px;
}
header .menu {
  display: flex;
  align-items: center;
  height: 100%;
}
header .menu-item {
  color: #fff;
  text-decoration: none;
  margin-right: 40px;
  text-transform: uppercase;
  position: relative;
  list-style: none;
  display: flex;
  align-items: center;
  height: 100%;
}
header .menu-item a {
    color: #fff;
    text-decoration: none;
}
header .menu-item:before {
  position: absolute;
  content: '';
  width: 0%;
  height: 2px;
  bottom: 35px;
  left: 0;
  background: #1975f4;
  transition: all 0.3s;
}
header .menu-item.act:before,
header .menu-item:hover:before {
  width: 70%;
}
header .city,
header .geo {
  color: #fff;
  font-weight: bold;
}
header .city i,
header .geo i {
  margin-right: 10px;
  color: #1975f4;
  font-size: 16px;
}
header .number {
  color: #fff;
  font-weight: bold;
  font-size: 25px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
header .number a {
  color: #fff;
  text-decoration: none;
}
header .number i {
  margin-right: 10px;
  color: #1975f4;
  font-size: 16px;
}
.number a {
  color: #fff;
  text-decoration: none;
}
.social {
  width: 100%;
  padding-left: 80px;
  padding-top: 30px;
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}
.social a {
  text-decoration: none;
}
.social i {
  font-size: 22px;
  color: #1975f4;
  display: block;
}
.social .social_line {
  height: 15px;
  width: 1px;
  background: rgba(255, 255, 255, 0.3);
  margin: 0 15px;
}
.fs_content {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  height: 70%;
  padding-left: 30px;
  padding-bottom: 50px;
  margin-bottom: 50px;
}
.fs_content h1 {
  display: flex;
  flex-direction: column;
  color: #fff;
}
.fs_content h1 span {
  margin-bottom: 40px;
  font-family: Bebas Neue;
  line-height: 1;
}
.fs_content h1 span:nth-child(1) {
  font-size: 80px;
}
.fs_content h1 span:nth-child(1).zavodi_angari_h1 {
  font-size: 65px;
}
.fs_content h1 span.blagoustr_h1 {
  font-size: 70px;
}
.fs_content h1 span.second_line_span,
.fs_content h1 span:nth-child(2) {
  font-size: 65px !important;
  font-weight: 100 !important;
}
.fs_content h1 span.third_line_span,
.fs_content h1 span:nth-child(3) {
  font-size: 72px;
  font-weight: 400;
}
.fs_content h1 .zavodi_angari_h1 {
  font-size: 65px;
}
.fs_content .fs_top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.fs_content .fs_top img {
  margin-top: -30px;
}
.fs_content .fs_docs {
  display: flex;
  justify-content: center;
  width: 100%;
  padding-top: 40px;
}
.fs_content .fs_docs a {
  margin: 0 35px;
  font-size: 18px;
  text-decoration: none;
  color: #fff;
}
.fs_content .fs_docs a i {
  color: #1975f4;
  font-size: 30px;
  margin-right: 5px;
}
.fs_bot p {
  color: #fff;
}
.title_wrap {
  display: flex;
  justify-content: center;
  padding: 60px 15px;
}
.section-title {
  font-size: 56px;
  font-weight: 400;
  font-family: 'Bebas Neue';
  display: inline-block;
  position: relative;
  font-weight: bold;
}
.section-title:before {
  position: absolute;
  content: '';
  left: -100px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url('../img/shape-2.png');
  width: 71px;
  height: 21px;
}
.section-title.reverse {
  color: #fff;
}
.section-title.reverse:before {
  background: url('../img/shape-2-copy-2.png');
}
.uslugi_items {
  display: flex;
  justify-content: space-between;
}
.uslugi_items .uslugi_item {
  width: 100%;
  height: 280px;
  padding-top: 100px;
  padding-left: 90px;
  position: relative;
  text-decoration: none;
}
.uslugi_items .uslugi_item_title {
  display: flex;
  flex-direction: column;
  cursor: pointer;
  position: relative;
  z-index: 2;
  max-width: 290px;
}
.uslugi_items .uslugi_item_title span {
  font-family: 'Bebas Neue';
  font-weight: 400;
  color: #fff;
  font-size: 26px;
  line-height: 1;
  margin-bottom: 15px;
}
.uslugi_items .uslugi_item .x_mark {
  width: 160px;
  height: 160px;
  background: url('../img/0_copy_3.png');
  content: '';
  position: absolute;
  bottom: -80px;
  right: -81px;
  z-index: 10;
}
.direction {
  width: 100%;
  margin-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
}
.direction_item {
  width: 33.3%;
  height: 280px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
.direction_item span:nth-child(2) {
  margin-top: 20px;
  font-size: 20px;
  margin-bottom: 5px;
}
.direction_item .checkbox {
  position: absolute;
  top: 20px;
  left: 15px;
  display: none;
}
.direction_item .x_mark {
  width: 160px;
  height: 160px;
  background: url('../img/x2.png');
  content: '';
  position: absolute;
  bottom: -80px;
  right: -81px;
  z-index: 10;
}
.section-banner {
  width: 100%;
  height: 515px;
  position: relative;
  display: flex;
}
.section-banner__bg {
  width: 100%;
  height: 370px;
  background: #1152ab;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 0;
}
.section-banner__right {
  width: 50%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  position: relative;
}
.section-banner__right__content {
  width: 600px;
  height: 100%;
  background: #fff;
  padding-top: 100px;
  padding-left: 30px;
}
.section-banner__right__content .banner_text {
  display: flex;
  flex-direction: column;
  padding-left: 30px;
  border-left: 1px solid #1975f4;
  padding-bottom: 50px;
}
.section-banner__right__content .banner_text span:nth-child(1) {
  font-size: 80px;
  font-family: 'Bebas Neue';
  font-weight: 900;
  line-height: 64px;
  margin-bottom: 10px;
}
.section-banner__right__content .banner_text span:nth-child(2) {
  font-size: 30px;
  color: #294976;
  font-weight: 300;
}
.section-banner__right__content .banner_btn {
  width: 290px;
  height: 60px;
  border-radius: 30px;
  background-color: #1975f4;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  cursor: pointer;
  color: #ffffff;
  margin-left: 30px;
}
.section-banner__left {
  width: 50%;
  height: 100%;
  background: url('../img/layer-141.png');
  position: relative;
}
.banner_btn {
  width: 290px;
  height: 60px;
  border-radius: 30px;
  background-color: #1975f4;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  cursor: pointer;
  color: #ffffff;
}
.reverse-banner {
  width: 100%;
  height: 515px;
  position: relative;
  display: flex;
}
.reverse-banner__bg {
  width: 100%;
  height: 370px;
  background: #1152ab;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 0;
}
.reverse-banner__right {
  width: 50%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  position: relative;
}
.reverse-banner__right__content {
  width: 600px;
  height: 100%;
  background: #fff;
  padding-top: 100px;
  padding-left: 30px;
}
.reverse-banner__right__content .banner_text {
  display: flex;
  flex-direction: column;
  padding-left: 30px;
  border-left: 1px solid #1975f4;
  padding-bottom: 50px;
}
.reverse-banner__right__content .banner_text span:nth-child(1) {
  font-size: 80px;
  font-family: 'Bebas Neue';
  font-weight: 900;
  line-height: 64px;
  margin-bottom: 10px;
}
.reverse-banner__right__content .banner_text span:nth-child(2) {
  font-size: 30px;
  color: #294976;
  font-weight: 300;
}
.reverse-banner__right__content .banner_btn {
  width: 290px;
  height: 60px;
  border-radius: 30px;
  background-color: #1975f4;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  cursor: pointer;
  color: #ffffff;
  margin-left: 30px;
}
.reverse-banner__left {
  width: 50%;
  height: 100%;
  background: url('../img/layer-21.png');
  position: relative;
  background-size: cover;
}
.section-why {
  min-height: 800px;
  width: 100%;
  margin-bottom: 50px;
}
.section-why .content {
  display: flex;
  justify-content: space-between;
}
.section-why .content .lion-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #294976;
  font-family: Roboto;
  font-size: 20px;
  margin-bottom: 70px;
  font-weight: 300;
}
.section-why .content .lion-item img {
  margin-bottom: 20px;
}
.section-why .content .li_reverse {
  align-items: flex-end;
  text-align: left;
}
.section-why .content .li_reverse span {
  text-align: right;
}
.certificates {
  width: 100%;
  height: 630px;
  background: url('../img/sertificates.jpg');
}
.slick-prev:before {
  content: '';
  width: 10px;
  height: 40px;
  background: url('../img/shape-4-copy-3.png');
  display: block;
  background-size: 100%;
  background-repeat: no-repeat;
}
.slick-next:before {
  content: '';
  width: 10px;
  height: 40px;
  background: url('../img/shape-4-copy-22.png');
  display: block;
  background-size: 100%;
  background-repeat: no-repeat;
}
.partners-slider .slick-prev:before,
.dir-slider .slick-prev:before {
  background: url('../img/shape-4-copy-5534.png');
  background-size: cover;
  width: 12px;
}
.partners-slider .slick-next:before,
.dir-slider .slick-next:before {
  background: url('../img/shape-4-copy-44523.png');
  background-size: cover;
  width: 12px;
}
.slick-prev {
  left: -50px;
}
.slick-next {
  right: -50px;
}
.slick-prev:before,
.slick-next:before {
  opacity: 1;
}
.slider_item {
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.section-gd {
  width: 100%;
  position: relative;
  display: flex;
}
.section-gd__bg {
  width: 100%;
  height: 370px;
  background: #2a3247;
  position: absolute;
  top: 70px;
  z-index: 0;
}
.section-gd__right {
  width: 50%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  position: relative;
}
.section-gd__right__content {
  width: 600px;
  height: 100%;
  background: #fff;
  padding-top: 100px;
  padding-left: 30px;
}
.section-gd__right__content .banner_text {
  display: flex;
  flex-direction: column;
  padding-left: 30px;
  position: relative;
  padding-bottom: 50px;
  padding-right: 30px;
}
.section-gd__right__content .banner_text span:nth-child(1) {
  font-size: 80px;
  font-family: 'Bebas Neue';
  font-weight: 900;
  line-height: 64px;
  margin-bottom: 10px;
}
.section-gd__right__content .banner_text span:nth-child(2) {
  font-size: 19px;
  color: #294976;
  line-height: 30px;
}
.section-gd__right__content .banner_text:before {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  width: 1px;
  height: 235px;
  background-color: #1975f4;
}
.section-gd__right__content .banner_btn {
  width: 290px;
  height: 60px;
  border-radius: 30px;
  background-color: #1975f4;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  cursor: pointer;
  color: #ffffff;
  margin-left: 30px;
}
.section-gd__left {
  width: 50%;
  height: 100%;
  background: #2a3247;
  position: relative;
  padding-bottom: 50px;
}
.uslugi_item {
  position: relative;
  cursor: pointer;
}
.uslugi_item:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #1975f4;
  opacity: 0;
  transition: all 0.3s;
  z-index: 1;
}
.uslugi_item:hover:after,
.uslugi_item.act:after {
  opacity: 0.7;
}
.section-partners {
  background-color: #000000;
  background-image: radial-gradient(circle 960px at center, #f2f2f2 0%, #f2f2f2 30%, #d9d9d9 100%);
  width: 100%;
  height: 294px;
}
.partners-slider-item {
  margin: 0 25px;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.section-footer-mob {
  width: 100%;
  min-height: 380px;
  background: url('../img/1123124.jpg');
  background-position: right center;
  padding-bottom: 50px;
  display: none;
}
.section-footer-mob .footer-head-mob {
  height: 100px;
  width: 100%;
  border-bottom: 1px solid rgba(25, 117, 244, 0.3);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
}
.section-footer-mob .footer-head-mob a {
  width: 50%;
}
.section-footer-mob .footer-head-mob .logo {
  width: 100%;
  max-width: 150px;
}
.section-footer-mob .footer-head-mob .number {
  color: #fff;
  font-weight: bold;
  font-size: 19px;
}
.section-footer-mob .footer-head-mob .number i {
  margin-right: 10px;
  color: #1975f4;
  font-size: 16px;
}
.section-footer-mob .footer-col-s_mob {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  border-bottom: 1px solid rgba(25, 117, 244, 0.3);
  padding-bottom: 25px;
}
.section-footer-mob .footer-col-s_mob a {
  font-size: 15px;
  text-decoration: none;
  color: #fff;
  width: 80%;
  margin-top: 20px;
}
.section-footer-mob .footer-col-s_mob a i {
  color: #1975f4;
  font-size: 23px;
  margin-right: 5px;
}
.footer-col-t_mob {
  padding-top: 25px;
  padding: 25px 15px;
}
.footer-col-t_mob .number {
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 15px;
}
.footer-col-t_mob .number i {
  margin-right: 10px;
  color: #1975f4;
  font-size: 16px;
}
.footer-col-t_mob .number_mob {
  display: flex;
  justify-content: space-between;
}
.footer-col-t_mob .number_mob span {
  text-decoration: underline;
  color: #1076f4;
  font-size: 14px;
}
.footer-col-t_mob .social {
  padding-left: 0;
  justify-content: center;
  margin-bottom: 25px;
}
.footer-col-t_mob .fc-sa {
  color: #4d4d4d;
  font-size: 14px;
  display: block;
  margin-bottom: 10px;
  text-align: center;
}
.footer-col-t_mob .copyright {
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  margin-top: 25px;
  font-weight: 300;
}
footer {
  width: 100%;
  min-height: 380px;
  background: url('../img/1123124.jpg');
  background-position: right center;
}
.footer-content {
  width: 100%;
  padding: 0 33px;
  padding-top: 50px;
  display: flex;
  justify-content: space-between;
}
.footer-content .footer-col-f {
  max-width: 450px;
  margin-right: 20px;
}
.footer-content .footer-col-f p {
  color: #4c4c4c;
  font-size: 11px;
  font-weight: 400;
  line-height: 18px;
}
.footer-content .footer-col-f .copyright {
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
}
.footer-content .footer-col-s {
  max-width: 700px;
}
.footer-content .footer-col-s .fs_docs {
  display: flex;
  justify-content: center;
  width: 100%;
}
.footer-content .footer-col-s .fs_docs a {
  margin-right: 50px;
  margin-bottom: 69px;
  font-size: 18px;
  text-decoration: none;
  color: #fff;
}
.footer-content .footer-col-s .fs_docs a i {
  color: #1975f4;
  font-size: 30px;
  margin-right: 5px;
}
.footer-content .footer-col-s .fc-sa {
  color: #4d4d4d;
  font-size: 14px;
  display: block;
  margin-bottom: 25px;
}
.footer-content .footer-col-t {
  max-width: 600px;
  padding-left: 50px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  height: fit-content;
  padding-right: 50px;
  width: 100%;
}
.footer-content .footer-col-t .number {
  color: #fff;
  font-weight: bold;
  font-size: 25px;
  margin-bottom: 15px;
}
.footer-content .footer-col-t .number i {
  margin-right: 10px;
  color: #1975f4;
  font-size: 16px;
}
.footer-content .footer-col-t .callback {
  color: #1975f4;
  font-size: 20px;
  color: #fff;
  margin-bottom: 20px;
  display: block;
}
.mobile_header {
  height: 80px;
  width: 100%;
  border-bottom: 1px solid rgba(25, 117, 244, 0.3);
  margin-bottom: 30px;
  padding: 0 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  display: none;
  position: relative;
  z-index: 4;
}
.mobile_header .menu_trigger__line {
  width: 35px;
  height: 4px;
  background: #1073f5;
  margin-bottom: 5px;
  transition: all 0.3s;
  position: relative;
}
.mobile_header .menu_trigger.act .menu_trigger__line:nth-child(1) {
  transform: rotate(-45deg);
  top: 12px;
}
.mobile_header .menu_trigger.act .menu_trigger__line:nth-child(2) {
  opacity: 0;
}
.mobile_header .menu_trigger.act .menu_trigger__line:nth-child(3) {
  transform: rotate(45deg);
  top: -6px;
}
.mobile_header .logo {
  width: 160px;
}
.mobile_header .mob_phone {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1073f5;
  border: 1px solid #1073f5;
  border-radius: 35px;
}
.mob_menu {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.95);
  z-index: 3;
  padding-top: 110px;
  display: none;
}
.mob_menu.act {
  display: block;
}
.mob_menu .social {
  display: flex !important;
}
.mob_menu__items {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-bottom: 1px solid rgba(25, 117, 244, 0.3);
}
.mob_menu_item {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.mob_menu .mob_geo {
  width: 100%;
  padding: 25px;
  display: flex;
  justify-content: space-around;
  border-bottom: 1px solid rgba(25, 117, 244, 0.3);
}
.mob_menu .city,
.mob_menu .geo {
  color: #fff;
  font-weight: bold;
}
.mob_menu .city i,
.mob_menu .geo i {
  margin-right: 10px;
  color: #1975f4;
  font-size: 16px;
}
.mob_menu .mob_number {
  padding: 30px;
  border-bottom: 1px solid rgba(25, 117, 244, 0.3);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.mob_menu .mob_number span {
  color: #1073f5;
  display: block;
  width: 230px;
}
.mob_menu .number {
  color: #fff;
  font-weight: bold;
  font-size: 25px;
  /*width: 230px;*/
  margin-bottom: 10px;
}
.mob_menu .number i {
  margin-right: 10px;
  color: #1975f4;
  font-size: 16px;
}
.mob_menu_bottom {
  padding: 20px 15px;
}
.mob_menu_bottom .number {
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 15px;
}
.mob_menu_bottom .number i {
  margin-right: 10px;
  color: #1975f4;
  font-size: 16px;
}
.mob_menu_bottom .number_mob {
  display: flex;
  justify-content: space-between;
}
.mob_menu_bottom .number_mob span {
  text-decoration: underline;
  color: #1076f4;
  font-size: 14px;
}
.mob_menu_bottom .social {
  padding-left: 0;
  justify-content: center;
  margin-bottom: 25px;
}
.title_wrap img {
  display: none;
}
.dir-slider_cont {
  display: none;
}
.dir-slider .direction_item {
  width: 100% !important;
}
.section-text {
  width: 100%;
  min-height: 515px;
  margin: 60px 0;
  position: relative;
}
.section-text .leftbg {
  position: absolute;
  width: 50%;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: #1152ab;
}
.section-text .rightbg {
  position: absolute;
  width: 50%;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  background-color: #1152ab;
  height: 370px;
}
.section-text .section-text__content {
  width: 100%;
  min-height: 515px;
  background: #fff;
  position: relative;
  padding: 40px 20px;
}
.section-text .section-text__content img {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
.section-text .section-text__content p {
  font-size: 20px;
  color: #294976;
  line-height: 30px;
}
.section-text .section-text__content ul, .section-text .section-text__content ol {
    margin: 20px 0 20px 35px;
}
.section-text .section-text__content li {
    margin: 10px 0;
}

.predostavim {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 50px;
}
.predostavim__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 45%;
  margin-bottom: 30px;
  height: 300px;
  position: relative;
}
.predostavim__item img {
  margin-bottom: 25px;
}
.predostavim__item__title {
  font-size: 26px;
  color: #294976;
  font-family: 'Bebas Neue';
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.predostavim__item p {
  font-size: 20px;
  font-weight: 300;
  color: #294976;
}
.pr2 .predostavim__item {
  width: 45%;
  height: 250px;
}
.vkvthird {
  background: url(../img/khjlui.png);
  background-size: cover;
}
.vkvthird .section-title {
  text-align: center;
  color: #fff;
}
.vkvthird .direction_item {
  text-align: center;
}
.vkvthird .direction_item span {
  color: #fff;
}
.vkvthird .x_mark {
  background-image: url('../img/ntfyukuy7.png');
}
.direction_item {
  text-align: center;
}
.direction_item span {
  text-align: center;
}
.section-stats__items {
  display: flex;
  justify-content: space-around;
  align-items: center;
  min-height: 253px;
}
.section-stats {
  background-image: radial-gradient(circle 960px at center, #f2f2f2 0%, #f2f2f2 30%, #d9d9d9 100%);
  height: 253px;
  width: 100%;
}
.section-stats__item {
  display: flex;
  align-items: flex-start;
  width: 33%;
}
.section-stats__item img {
  margin-top: 35px;
}
.section-stats__item .count {
  color: #1975f4;
  font-size: 100px;
  font-weight: 900;
  line-height: 100px;
  display: flex;
  justify-content: center;
  font-family: 'Bebas Neue';
}
.section-stats__item_text {
  color: #294976;
  font-family: 'Bebas Neue';
  font-size: 26px;
  font-weight: 400;
  text-transform: uppercase;
}
.section-stats__item_textwrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: fit-content;
}
.important_blocks {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.important_blocks .important_block {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 250px;
  margin-bottom: 50px;
}
.important_blocks .important_block img {
  margin-bottom: 20px;
  height: 110px;
}
.important_blocks .important_block span {
  color: #294976;
  font-family: Roboto;
  font-size: 20px;
  font-weight: 300;
  line-height: 27px;
  text-align: center;
}
.plus_minus_wrap {
  display: flex;
  width: 100%;
}
.plus_minus_wrap .plus_minus_side {
  width: 50%;
}
.plus_minus_wrap .title_wrap {
  justify-content: flex-start;
  padding-left: 100px;
}
.plus_minus_wrap .plus_minus_content {
  padding-left: 160px;
}
.plus_minus_wrap p {
  color: #294976;
  font-family: Roboto;
  font-size: 20px;
  font-weight: 300;
  max-width: 457px;
  padding-left: 20px;
  margin-top: 20px;
  position: relative;
}
.plus_minus_wrap p:before {
  content: '+';
  position: absolute;
  top: 0;
  left: 0;
  color: #1975f4;
}
.minus_side p:before {
  content: none;
}
.minus_side p.minus_item:before {
  content: '-';
  position: absolute;
  top: -12px;
  left: 0;
  font-size: 40px;
  color: #ffa104;
}
.contacts_page {
  min-height: 570px;
}
.contacts_page .fs_top_contacts .fs_docs {
  flex-direction: column;
}
.contacts_page .fs_top_contacts .fs_docs a {
  margin: 0px 189px;
  margin-bottom: 30px;
}
.contacts_section_titles {
  display: flex;
  justify-content: space-around;
}
.contacts_section_content {
  width: 100%;
  min-height: 830px;
  padding: 60px 0;
  background-position: 44%;
  background-size: cover;
}
.contacts_section_content .contacts_item {
  display: flex;
  flex-direction: column;
  padding-bottom: 60px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  max-width: 500px;
  margin-bottom: 60px;
}
.contacts_section_content .contacts_item_title {
  color: #ffffff;
  font-size: 26px;
  font-weight: 400;
  font-family: Bebas Neue;
  margin-bottom: 26px;
}
.contacts_section_content .contacts_item_val {
  color: #ffffff;
  font-family: Roboto;
  font-size: 20px;
  font-weight: 300;
}
.contacts_section_content .contacts_item_val i {
  color: #1975f4;
}
.contacts_items2 {
  display: flex;
  flex-direction: column;
}
.contacts_items2 .contacts_items2_com {
  font-size: 16px;
  color: #fff;
  margin-top: 8px;
}
.contacts_items2 .contacts_item_val span {
  font-family: Bebas Neue;
  font-size: 28px;
  margin-left: 7px;
}
.contacts_items2_wrap {
  display: flex;
  justify-content: space-between;
}
.contacts_side {
  width: 50%;
}
.contacts_sides_wrap {
  display: flex;
}
.contacts_sides_wrap .form_side {
  padding: 0 30px;
}
.contacts_sides_wrap .form_side .form_side_title {
  color: #ffffff;
  font-family: Bebas Neue;
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 60px;
  display: block;
}
.contacts_sides_wrap .form_side .inputsLine {
  display: flex;
}
.contacts_sides_wrap .form_side .inputsLine textarea {
  width: 597px;
  border-radius: 30px;
  border: 1px solid #ffffff;
  flex: none;
  background: transparent;
  outline: none;
  text-align: center;
  height: 180px;
  padding: 20px;
  color: white;
}
.contacts_sides_wrap .form_side .inputsLine textarea::placeholder {
  color: #ffffff;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 700;
  line-height: 14px;
}
.contacts_sides_wrap .form_side .addfile {
  color: #ffffff;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 300;
  display: flex;
  align-items: center;
  height: 60px;
}
.contacts_sides_wrap .form_side .addfile i {
  color: #1975f4;
  margin-right: 5px;
}
.contacts_sides_wrap .form_side .addfile span {
  border-bottom: 2px dashed #fff;
}
.contacts_sides_wrap .form_side input {
  width: 284px;
  height: 60px;
  border-radius: 30px;
  border: 1px solid #ffffff;
  background: transparent;
  padding: 15px;
  text-align: center;
  outline: none;
  color: #fff;
  margin-right: 30px;
  margin-bottom: 30px;
  font-size: 18px;
  flex: none;
}
.contacts_sides_wrap .form_side input::placeholder {
  color: #ffffff;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 700;
  line-height: 14px;
}
.accept_block {
  padding-top: 30px;
  display: flex;
  align-items: center;
  color: #808080;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
}
.accept_block img {
  margin-right: 20px;
}
.form_btn {
  width: 290px;
  height: 60px;
  border-radius: 30px;
  background-color: #1975f4;
  margin: auto;
  color: #ffffff;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  cursor: pointer;
}
.map_section {
  padding: 60px 0;
}
@media screen and (max-width: 1800px) {
  header .number {
    font-size: 20px;
  }
  header .menu-item {
    margin-right: 15px;
  }
  header .logo {
    margin: 0;
    width: 130px;
  }
}
@media screen and (max-width: 1400px) {
  header {
    display: none;
  }
  .mobile_header {
    display: flex;
  }
  h1 {
    display: flex;
    flex-direction: column;
    color: #fff;
  }
  h1 span {
    margin-bottom: 40px;
    font-family: Bebas Neue;
    line-height: 1;
  }
  h1 span:nth-child(1) {
    font-size: 55px !important;
  }
  h1 span:nth-child(2) {
    font-size: 45px !important;
    font-weight: 100;
  }
  h1 span:nth-child(3) {
    font-size: 52px !important;
    font-weight: 400;
  }
  .fs_top img {
    width: 40%;
  }
}
@media screen and (max-width: 1000px) {
  .plus_minus_content {
    padding-left: 15px !important;
  }
  .plus_minus_wrap {
    flex-wrap: wrap;
  }
  .plus_minus_wrap .plus_minus_side {
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  .contacts_sides_wrap {
    flex-wrap: wrap;
  }
  .contacts_sides_wrap .form_side {
    padding: 0 10px;
  }
  .contacts_sides_wrap .form_side input {
    margin-right: 0;
    width: 100%;
  }
  .contacts_sides_wrap .contacts_side {
    width: 100%;
  }
  .contacts_sides_wrap .contacts_side .inputsLine {
    flex-wrap: wrap;
  }
  .contacts_sides_wrap .contacts_side .inputsLine textarea {
    width: 100%;
  }
  .important_blocks {
    justify-content: space-around;
  }
  .predostavim__item {
    max-width: 100% !important;
  }
  .section-stats {
    min-height: 253px;
    height: auto !important;
  }
  .section-stats .section-stats__items {
    flex-wrap: wrap;
  }
  .section-stats .section-stats__items .section-stats__item {
    width: 100% !important;
    justify-content: center;
    padding: 25px 15px;
  }
  .predostavim__item {
    height: auto !important;
    max-width: 100% !important;
  }
  .pr2 .predostavim__item {
    max-width: 100% !important;
    width: 100%;
  }
  .footer-content {
    flex-wrap: wrap;
  }
  .footer-content .footer-col-f,
  .footer-content .footer-col-s,
  .footer-content .footer-col-t {
    margin-bottom: 50px;
  }
  .section-footer-mob {
    display: block;
  }
  footer {
    display: none;
  }
  .lion {
    display: none;
  }
  .section-why .content {
    flex-direction: column;
  }
  .li_reverse {
    align-items: flex-start !important;
    text-align: left !important;
  }
  .li_reverse span {
    text-align: left !important;
  }
  .lion-item {
    flex-direction: row !important;
    margin-bottom: 30px !important;
  }
  .lion-item span {
    line-height: 28px;
  }
  .lion-item img {
    margin-right: 15px;
  }
  .section-why {
    height: auto !important;
  }
  .reverse-banner__left,
  .section-banner__left {
    width: 10%;
  }
  .section-gd__right,
  .reverse-banner__right,
  .section-banner__right {
    width: 90%;
  }
  .section-gd__left {
    display: none;
  }
  .section-gd__left img {
    display: none;
  }
  .section-gd {
    justify-content: flex-end;
  }
  .section-gd .banner_text {
    height: 400px;
    overflow-y: hidden;
  }
  .section-gd .banner_text span:nth-child(1) {
    font-size: 45px !important;
  }
  .section-gd .banner_text span:nth-child(2) {
    font-size: 16px !important;
    line-height: 27px !important;
  }
  .direction_item {
    width: 50% !important;
  }
  .direction_item .x_mark {
    display: none;
  }
  .uslugi_item {
    padding-top: 40px !important;
    padding-left: 30px !important;
    height: 200px !important;
  }
  .fs_top img {
    display: none;
  }
  .fs_docs {
    flex-direction: column;
    align-items: flex-start;
  }
  .fs_docs a {
    margin-left: 20px !important;
    margin-bottom: 15px !important;
  }
  .fs_content {
    padding-left: 15px;
  }
  body .first_section h1 span {
    margin-bottom: 10px !important;
  }
  body .first_section h1 span:nth-child(1) {
    font-size: 37px !important;
  }
  body .first_section h1 span:nth-child(2) {
    font-size: 40px !important;
    font-weight: 100;
  }
  body .first_section h1 span:nth-child(3) {
    font-size: 42px !important;
    font-weight: 400;
  }
  .fs_docs a {
    margin-left: 10px !important;
  }
  .fs_content .fs_docs a {
    font-size: 15px;
  }
  .fs_content .fs_docs a i {
    font-size: 20px;
  }
  .fs_bot {
    text-align: center;
  }
  .fs_bot p {
    font-size: 14px;
    max-width: 80%;
    margin: auto;
  }
  .first_section .social {
    display: none;
  }
  .first_section {
    min-height: auto !important;
    height: auto !important;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 600px) {
  .dir_desck {
    display: none;
  }
  .dir-slider_cont {
    display: block;
  }
  .title_wrap {
    padding: 35px 15px !important;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .title_wrap img {
    width: 45px;
    margin-top: 12px;
    margin-right: 15px;
    display: block;
  }
  .section-title {
    font-size: 30px;
  }
  .section-title:before {
    content: none;
  }
  .slick-prev {
    left: 0;
  }
  .slick-next {
    right: 0;
  }
  .uslugi_items {
    flex-direction: column;
  }
  .uslugi_item {
    width: 100%;
    padding-top: 45px !important;
    height: 160px !important;
  }
  .x_mark {
    display: none;
  }
  .banner_text span:nth-child(1) {
    font-size: 50px !important;
  }
  .banner_text span:nth-child(2) {
    font-size: 22px !important;
  }
  .banner_btn {
    width: 240px !important;
    font-size: 16px !important;
    height: 54px !important;
  }
  .reverse-banner__right__content,
  .section-banner__right__content {
    padding-right: 15px;
  }
}
.footer-content .spm_logo {
  margin: 20px 0 !important;
}




.popup_wrap_bg {
  width: 100%;
  height: 100vh;
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0.5;
  z-index: 100;
  display:none;
}
.popup_callback {
  max-width: 912px;
  height: 850px;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 10px;
  margin: auto;
  padding: 52px;
  z-index: 101;
  display:none;
}
.popup_callback_title {
  color: #ffffff;
  display: flex;
  align-items: center;
  font-size: 56px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  justify-content: space-between;
  margin: auto;
  max-width: 687px;
  margin-bottom: 50px;
}
.popup_callback_title span {
  font-family: Bebas Neue;
}
.popup_callback .close_callback {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
.callback_popup_form {
  max-width: 598px;
  margin: auto;
}
.callback_popup_form .popup_callback_input {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 30px;
  height: 60px;
  outline: none;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 30px;
}
.callback_popup_form .popup_callback_input::placeholder {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
.callback_popup_form textarea {
  height: 180px !important;
  padding: 20px;
}
form button {
  width: 290px;
  height: 60px;
  border-radius: 30px;
  background-color: #1975f4;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 700;
  border: none;
  margin: auto;
  margin-top: 30px;
  cursor: pointer;
  outline: none;
}
.obr-dn {
  display: flex;
  align-items: center;
}
.obr-dn img {
  margin-right: 20px;
}
.obr-dn span {
  color: #808080;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  line-height: 14px;
}
.callback_btn {
    cursor: pointer;
}

.top {
  position: fixed;
  bottom: 25px;
  left: -100px;
  z-index: 12;
  border-radius: 50%;
  color: #666;
  font-size: 26px;
  width: 50px;
  height: 50px;
  background-color: #c7c7c7;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  opacity: .5;
}

.top:hover {
  background-color: #1073f5;
  color: #fff;
  opacity: 1;
}

.top.active {
  left: 25px;
}

@media screen and (max-width: 600px) {
  .popup_callback_title {
    font-size: 30px;
    margin-bottom: 20px;
    text-align: center;
    justify-content: center;
  }
  .popup_callback_title img {
    display: none;
  }
  .popup_callback {
    padding: 35px 40px;
    height: 100vh !important;
  }
  .callback_popup_form .popup_callback_input {
    height: 49px;
  }
  .callback_popup_form textarea {
    height: 110px !important;
  }
  .obr-dn img {
    width: 30px;
  }
}

.submenu {
    display: none;
    width: 1000px;
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 100%;
    left: 0;
    flex-direction: row;
    height: auto;
    padding: 56px 50px;
    flex-wrap: wrap;
    z-index: 999;
}
.submenu-item {
    color: #ffffff;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
    text-transform: uppercase;
    display: inline-block;
    text-decoration: none;
    line-height: 20px;
    position: relative;
    flex: none;
    margin: 25px 25px;
    width: CALC(33% - 50px);
}
.submenu-item:after {
    content: '';
    width: 0;
    height: 1px;
    background-color: #1975f4;
    bottom: -2px;
    left: 0;
    position: absolute;
    transition: all 0.3s;
}
.submenu-item:hover:after {
    width: 80%;
}
.first_section .menu-item:hover > .submenu {
    display: flex;
}
.fs_content h1 .page404title{
    font-size: 132px !important;

}
body .fs_content h1 .page404title2{
    font-size: 79px !important;

}