/************************************************/
a {
  text-decoration: none;
}

img {
  vertical-align: middle;
  max-width: 100%;
}

textarea {
  resize: none;
  overflow: auto;
}

textarea, input, a, button {
  outline: none !important;
}

html, body {
  width: 100%;
  position: relative;
  /*scroll-behavior: smooth;*/
}

button::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner {
  border: none;
}

button {
  cursor: pointer;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

#wrapper {
  overflow: hidden;
  max-width: 2560px;
  margin: 0 auto;
}

/************************************************/
/************************************************/
._l {
  float: left;
}

._r {
  float: right;
}

._c {
  overflow: hidden;
}

._clr {
  clear: both;
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

/************************************************/
/************************************************/
body {
  font: 300 14px 'Exo 2', sans-serif;
  color: #313941;
  min-width: 1024px;
}

.top_block_wrp {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  width: 100%;
  background: rgba(17, 62, 110, 0.35);
  padding: 0 10px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.top_block_wrp .inner {
  width: 1300px;
  max-width: 100%;
  margin: 0 auto;
  padding: 20px 70px 20px 10px;
}

.top_block_wrp.darker {
  background: rgba(17, 62, 110, 0.8);
}

.logo {
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
}

.nav {
  list-style: none;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}

.nav li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 25px;
}

.nav li a {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-size: 16px;
}

.nav li a:hover {
  color: #58cef8;
}

.nav li.active a {
  color: #58cef8;
}

.top_block_phone {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 41px;
}

.main_block_wrp {
  background: url(../img/main_block_bg.jpg) 0 0/cover;
  padding-bottom: 140px;
  overflow: hidden;
}

.main_block_wrp .inner {
  width: 1240px;
  max-width: 100%;
  margin: 0 auto;
  padding: 185px 40px 50px 115px;
  border-width: 0 1px 1px 0;
  border-color: rgba(255, 255, 255, 0.35);
  border-style: solid;
  position: relative;
}

.main_block_wrp .inner .line_1 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1px;
  height: -webkit-calc(100% - 150px);
  height: calc(100% - 150px);
  background: rgba(255, 255, 255, 0.35);
}

.main_block_wrp .inner .line_1::before {
  content: url(../img/circle_white.svg);
  font-size: 0;
  position: absolute;
  top: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.main_block_wrp .inner .line_1::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 1px;
  width: 4000px;
  background: rgba(255, 255, 255, 0.35);
}

.main_block_wrp .inner::before {
  content: "";
  display: block;
  width: 1px;
  height: 2000px;
  position: absolute;
  background: rgba(255, 255, 255, 0.35);
  left: -1px;
  top: 100%;
}

.main_block_wrp .inner::after {
  content: "";
  display: block;
  width: 2000px;
  height: 1px;
  position: absolute;
  background: rgba(255, 255, 255, 0.35);
  right: 100%;
  top: 100%;
}

.main_block {
  border: 4px solid #fff;
  max-width: 855px;
  margin-right: 190px;
  color: #fff;
  padding-bottom: 40px;
}

.main_block_logo {
  margin-bottom: 10px;
}

.main_block_ttl {
  font-size: 29px;
  font-weight: 300;
  margin: 0 0 40px;
}

.main_block_txt {
  font-size: 16px;
  font-weight: 500;
  text-shadow: 0 2px 4px #000000;
}

.main_block_txt p {
  margin-bottom: 25px;
}

.main_block_nav {
  list-style: none;
}

.main_block_nav li {
  position: relative;
  margin-bottom: 20px;
  font-size: 0;
}

.main_block_nav li a {
  display: block;
  color: #fff;
}

.main_block_nav li .img {
  width: 125px;
  height: 125px;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
}

.main_block_nav li .mbn_txt {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  padding-left: 20px;
  width: -webkit-calc(100% - 125px);
  width: calc(100% - 125px);
}

.main_block_nav li .ttl {
  font-size: 18px;
  font-weight: 500;
}

.main_block_nav li a:hover .ttl {
  color: #58cef8;
}

.main_block_nav_wrp {
  position: relative;
  width: 400px;
  position: relative;
  padding: 105px 0 0 55px;
  float: right;
  margin-right: -286px;
}

.main_block_nav_wrp::before {
  content: "";
  display: block;
  width: 2px;
  height: -webkit-calc(100% - 60px);
  height: calc(100% - 60px);
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  left: 0;
  top: 0;
}

.main_block_nav_wrp.v3::before {
  height: -webkit-calc(100% - 80px);
  height: calc(100% - 80px);
}

.main_block_nav li::before {
  content: url(../img/circle_white.svg);
  position: absolute;
  left: -64px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 0;
}

.main_block_nav li::after {
  content: "";
  display: block;
  width: 55px;
  height: 2px;
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  right: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.main_block_cont {
  float: left;
  max-width: 555px;
  padding: 50px 0 0 75px;
}

.block_ttl {
  font-size: 31px;
  font-weight: 300;
  color: #262425;
  position: relative;
  margin: 0;
}

.partners_wrp {
  background: url(../img/partners_bg.jpg) 0 0/cover;
  padding-bottom: 105px;
}

.partners {
  width: 1420px;
  max-width: 100%;
  margin: 0 auto;
  padding: 80px 0 84px;
  border-left: 2px solid rgba(36, 95, 163, 0.85);
  border-bottom: 2px solid rgba(36, 95, 163, 0.85);
  position: relative;
}

.partners .block_ttl {
  margin: 0 0 100px 220px;
}

.partners::after {
  content: "";
  display: block;
  width: 2000px;
  height: 2px;
  background: rgba(36, 95, 163, 0.85);
  position: absolute;
  top: 100%;
  left: 100%;
}

.partners::before {
  content: url(../img/circle_blue.svg);
  font-size: 0;
  position: absolute;
  bottom: -10px;
  left: -10px;
}

.block_ttl::before {
  content: url(../img/circle_blue.svg);
  position: absolute;
  left: -40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 0;
  z-index: 1;
}

.block_ttl::after {
  content: "";
  display: block;
  width: 2000px;
  height: 1px;
  background: #245fa3;
  position: absolute;
  right: -webkit-calc(100% + 30px);
  right: calc(100% + 30px);
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.partners_decor {
  width: 2px;
  height: 290px;
  background: #245fa3;
  position: absolute;
  right: 0;
  bottom: -60px;
}

.partners_decor .img {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 20px;
  font-size: 0;
}

.partners_decor .img.v1 {
  top: -10px;
}

.partners_decor .img.v2 {
  top: 20px;
}

.partners_decor .img.v3 {
  bottom: -10px;
}

.partners_decor::before {
  content: "";
  display: block;
  width: 2000px;
  height: 2px;
  background: rgba(36, 95, 163, 0.85);
  position: absolute;
  top: 100%;
  right: 100%;
}

.partners_decor::after {
  content: "";
  display: block;
  width: 2000px;
  height: 2px;
  background: rgba(36, 95, 163, 0.85);
  position: absolute;
  bottom: 100%;
  left: 100%;
}

.partners_slider {
  padding: 0 165px;
}

.partners_slide {
  text-align: center;
  margin: 0 20px;
  min-height: 150px;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.partners_slide img {
  margin: 0 auto;
}

.slick-arrow {
  width: 23px;
  height: 42px;
  border: none;
  cursor: pointer;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  font-size: 0;
}

.slick-prev {
  left: 48px;
  background: url(../img/angle-left.svg) 0 0 no-repeat;
}

.slick-next {
  right: 48px;
  background: url(../img/angle-right.svg) 0 0 no-repeat;
}

.equipment_wrp {
  background: url(../img/equipment_bg.jpg) 0 0/cover;
  padding-bottom: 190px;
  position: relative;
  overflow: hidden;
}

.equipment_wrp::before {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  left: 0;
  top: 140px;
}

.equipment_wrp::after {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  left: 0;
  bottom: 215px;
}

.equipment_block {
  width: 1420px;
  max-width: 100%;
  margin: 0 auto;
  padding: 90px 85px 0;
  border-right: 2px solid rgba(255, 255, 255, 0.2);
  position: relative;
}

.equipment_block .main_block_nav_wrp {
  float: left;
  margin: 0;
  width: 50%;
}

.equipment_block .main_block_nav li {
  margin-bottom: 45px;
}

.equipment_block .main_block_nav li .mbn_txt {
  padding-left: 25px;
}

.equipment_block .main_block_nav li .mbn_txt .ttl {
  font-size: 20px;
  margin-bottom: 10px;
}

.equipment_block .main_block_nav li .mbn_txt .txt {
  font-size: 14px;
}

.equipment_block .main_block_nav li:last-of-type {
  margin: 0;
}

.equipment_block .block_ttl {
  color: #fff;
  margin: 0 0 -15px 32px;
}

.equipment_block .block_ttl::before {
  content: url(../img/circle_white.svg);
}

.equipment_block .block_ttl::after {
  background: rgba(255, 255, 255, 0.2);
  height: 2px;
}

.main_block_nav_wrp.v2 {
  text-align: right;
  padding: 360px 55px 0 0;
  margin-top: -35px;
}

.main_block_nav_wrp.v2 .mbn_txt {
  padding: 0 25px 0 0;
}

.main_block_nav_wrp.v2 .main_block_nav li::before {
  left: auto;
  right: -64px;
}

.main_block_nav_wrp.v2 .main_block_nav li::after {
  right: auto;
  left: 100%;
}

.main_block_nav_wrp.v2::before {
  left: auto;
  right: 0;
}

.mbnw_decor {
  width: 2000px;
  height: 2px;
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 0;
  left: 100%;
}

.mbnw_decor::before {
  content: url(../img/circle_white.svg);
  position: absolute;
  font-size: 0;
  left: -10px;
  top: -9px;
}

.mbnw_decor_2 {
  width: 2px;
  height: 385px;
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  bottom: -90px;
  right: -1px;
}

.mbnw_decor_2::before {
  content: url(../img/circle_white.svg);
  font-size: 0;
  position: absolute;
  top: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.mbnw_decor_2::after {
  content: url(../img/circle_white.svg);
  font-size: 0;
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.mbnw_decor_2 .line_1 {
  width: 155px;
  height: 2px;
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 0;
  left: 0;
}

.mbnw_decor_2 .line_1::before {
  content: url(../img/circle_white.svg);
  font-size: 0;
  position: absolute;
  top: 50%;
  right: -10px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.mbnw_decor_2 .line_1::after {
  content: "";
  width: 2px;
  height: 2000px;
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  bottom: 0;
  right: 0;
}

.mbnw_decor_2 .line_2 {
  width: 2000px;
  height: 2px;
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  bottom: 0;
  right: 100%;
}

.equipment_block.v2 {
  padding-top: 0;
  padding-bottom: 90px;
}

.equipment_block.v2 .main_block_nav_wrp.v1::before {
  top: 165px;
  height: -webkit-calc(100% - 225px);
  height: calc(100% - 225px);
}

.equipment_block.v2 .main_block_nav_wrp.v1 .main_block_nav li:first-of-type::after {
  width: 2000px;
}

.equipment_block.v2 .main_block_nav_wrp.v2 {
  padding-top: 530px;
}

.equipment_block.v2 .main_block_nav_wrp.v2::before {
  top: 138px;
  background: rgba(255, 255, 255, 0.5);
  height: -webkit-calc(100% - 200px);
  height: calc(100% - 200px);
}

.mnbw_decor_3 {
  width: 2px;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 0;
  left: -65px;
}

.mnbw_decor_4 {
  width: -webkit-calc(50% + 65px);
  width: calc(50% + 65px);
  height: 2px;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 0;
  left: -65px;
}

.mnbw_decor_5 {
  width: 2px;
  height: 100px;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 0;
  left: 50%;
}

.mnbw_decor_5::before {
  content: url(../img/circle_white.svg);
  font-size: 0;
  position: absolute;
  top: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.mnbw_decor_5::after {
  content: url(../img/circle_white.svg);
  font-size: 0;
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.mnbw_decor_5 .line_1 {
  width: 50%;
  height: 2px;
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 0;
  right: 100%;
}

.mnbw_decor_6 {
  width: -webkit-calc(50% - 85px);
  width: calc(50% - 85px);
  height: 2px;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 100px;
  right: 85px;
}

.mnbw_decor_7 {
  width: 2px;
  height: 430px;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 430px;
  left: 50%;
}

.mnbw_decor_7::before {
  content: url(../img/circle_white.svg);
  font-size: 0;
  position: absolute;
  top: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.mnbw_decor_7::after {
  content: url(../img/circle_white.svg);
  font-size: 0;
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.mnbw_decor_7 .line_1 {
  width: 2000px;
  height: 2px;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 0;
  left: 100%;
}

.mnbw_decor_7 .line_2 {
  width: 2000px;
  height: 2px;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  bottom: 0;
  right: 100%;
}

.mnbw_decor_8 {
  width: -webkit-calc(100% - 85px);
  width: calc(100% - 85px);
  height: 2px;
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  bottom: 0;
  right: 0;
}

.mnbw_decor_8::before {
  content: "";
  width: 2px;
  height: 540px;
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  bottom: 0;
  left: 0;
}

.documents_wrp {
  background: url(../img/docs_bg.jpg) 0 0/cover;
  padding: 90px 0 145px;
  position: relative;
}

.documents_wrp .to_top_btn_wrp.v2 {
  bottom: 30px;
}

.documents_wrp .inner {
  width: 1330px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}

.documents_wrp .block_ttl {
  margin: 0 0 50px 55px;
}

.to_top_btn_wrp.v2 {
  bottom: 20px;
}

.to_top_btn_wrp.v2 .to_top_btn {
  opacity: 1;
}

.to_top_btn_wrp.v2 .to_top_btn .img {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.to_top_btn_wrp.v2 .to_top_btn .txt {
  color: #245fa3;
}

.docs_wrp {
  text-align: center;
  position: relative;
  z-index: 2;
  font-size: 0;
}

.docs_block {
  display: inline-block;
  vertical-align: top;
  width: 285px;
  vertical-align: middle;
  margin: 0 15px;
}

.docs_block_img {
  margin-bottom: 15px;
  min-height: 400px;
  line-height: 365px;
}

.docs_block_btns {
  margin-bottom: 20px;
}

.docs_block_btns a {
  margin: 0 5px;
}

.docs_block_txt .ttl {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
}

.docs_block_txt .txt {
  font-size: 14px;
  max-width: 450px;
  margin: 0 auto;
}

.docs_decor_1 {
  width: 1px;
  height: 390px;
  background: #245fa3;
  position: absolute;
  left: 25px;
  top: 15px;
}

.docs_decor_1::before {
  content: url(../img/circle_blue.svg);
  font-size: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -10px;
}

.docs_decor_1::after {
  content: "";
  width: 2000px;
  height: 1px;
  background: #245fa3;
  position: absolute;
  left: 0;
  bottom: 0;
}

.docs_decor_2 {
  width: 1px;
  height: 800px;
  background: #245fa3;
  position: absolute;
  left: -48px;
  top: -90px;
}

.docs_decor_2::before {
  content: url(../img/circle_blue.svg);
  font-size: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -10px;
}

.docs_decor_2::after {
  content: "";
  width: 2000px;
  height: 1px;
  background: #245fa3;
  position: absolute;
  left: 0;
  bottom: 0;
}

.docs_decor_3 {
  width: 2px;
  height: 1000px;
  background: #245fa3;
  position: absolute;
  right: 0;
  top: 220px;
}

.docs_decor_3::before {
  content: url(../img/circle_blue.svg);
  font-size: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -10px;
}

.docs_decor_3 .line_1 {
  content: "";
  width: 2000px;
  height: 2px;
  background: #245fa3;
  position: absolute;
  right: 0;
  top: 0;
}

.docs_decor_3 .dots {
  position: absolute;
  top: 220px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  list-style: none;
}

.docs_decor_3 .dots li {
  width: 20px;
  height: 20px;
  background: url(../img/circle_blue.svg);
  margin-bottom: 10px;
}

footer {
  background: #182e46;
  color: #fff;
  padding: 30px 0 60px;
  position: relative;
  z-index: 2;
}

.footer_wrp {
  width: 1268px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0 10px;
}

.footer_logo {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}

.footer_nav {
  display: inline-block;
  vertical-align: middle;
}

.footer_nav li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}

.footer_nav li a {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-size: 16px;
}

.footer_nav li a:hover {
  text-decoration: underline;
}

.footer_contacts {
  float: right;
  font-size: 18px;
  text-align: right;
  padding-top: 10px;
}

.footer_contacts a {
  color: #fff;
}

.footer_phone {
  font-weight: 500;
  margin-bottom: 5px;
}

.footer_email {
  margin-bottom: 35px;
}

.counter_block_wrp {
  background: url(../img/counter_bg.jpg) 0 50%/cover;
  text-align: center;
  padding-top: 60px;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.counter_block {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 305px;
  max-width: 100%;
  padding-bottom: 40px;
}

.counter_block_txt {
  font-size: 16px;
  font-weight: 500;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.88);
  line-height: 1.25;
}

.counter_block_txt.v2 {
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 100%;
}

.counter_block_value {
  font-size: 120px;
  font-weight: 800;
  letter-spacing: 1.9px;
  line-height: 120px;
  margin-bottom: 20px;
  color: rgba(216, 216, 216, 0.43);
  -webkit-text-stroke: 0.5px #58cef8;
}

.counter_block_wrp_decor {
  border-top: 2px solid rgba(255, 255, 255, 0.5);
}

.counter_block_wrp_decor .inner {
  width: 1330px;
  max-width: 100%;
  margin: 0 auto;
  height: 56px;
  border-left: 2px solid rgba(255, 255, 255, 0.5);
  border-right: 2px solid rgba(255, 255, 255, 0.5);
  position: relative;
}

.counter_block_wrp_decor .inner::before {
  content: url(../img/circle_white.svg);
  font-size: 0;
  position: absolute;
  left: -10px;
  top: -10px;
}

.counter_block_wrp_decor .inner::after {
  content: "";
  width: 2px;
  height: 1000px;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  bottom: 100%;
  right: -2px;
}

.counter_block_wrp_decor .inner .line_1 {
  position: absolute;
  left: 49%;
  bottom: 100%;
  width: 1px;
  height: 1000px;
  background: rgba(255, 255, 255, 0.5);
}

.counter_block_wrp_decor .inner .line_1::before {
  content: url(../img/circle_white.svg);
  font-size: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -10px;
}

.counter_block_wrp_decor .inner .line_2 {
  position: absolute;
  left: 51%;
  bottom: -webkit-calc(100% - 17px);
  bottom: calc(100% - 17px);
  width: 1px;
  height: 280px;
  background: rgba(255, 255, 255, 0.5);
}

.counter_block_wrp_decor .inner .line_2::before {
  content: url(../img/circle_white.svg);
  font-size: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -10px;
}

.counter_block_wrp_decor .inner .line_2::after {
  content: "";
  width: 2000px;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  bottom: 0;
  left: 0;
}

.counter_block_wrp_decor .inner .line_3 {
  position: absolute;
  top: 0;
  right: -435px;
  width: 2000px;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
}

.counter_block_wrp_decor .inner .line_3::before {
  content: url(../img/circle_white.svg);
  font-size: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -10px;
}

.counter_block_wrp.v2 {
  padding-top: 215px;
}

.objects_wrp {
  width: 1330px;
  max-width: 100%;
  margin: 0 auto 20px;
  padding: 40px;
  position: relative;
}

.objects_wrp_decor {
  width: 2px;
  height: -webkit-calc(100% - 80px);
  height: calc(100% - 80px);
  background: #4476af;
  position: absolute;
  top: 0;
  left: 0;
}

.objects_wrp_decor_2 {
  width: -webkit-calc(100% - 130px);
  width: calc(100% - 130px);
  height: 2px;
  background: #4476af;
  position: absolute;
  bottom: 80px;
  left: 0;
}

.objects_wrp_decor_2::before {
  content: "";
  width: 2px;
  height: 100px;
  background: #4476af;
  position: absolute;
  bottom: 0;
  right: 0;
}

.objects_wrp_decor_3 {
  width: -webkit-calc(100% - 300px);
  width: calc(100% - 300px);
  height: 1px;
  background: #4476af;
  position: absolute;
  bottom: -10px;
  right: -25px;
}

.objects_wrp_decor_3::before {
  content: "";
  width: 1px;
  height: 100px;
  background: #4476af;
  position: absolute;
  bottom: 0;
  left: 0;
}

.objects_wrp_decor_3 .line_1 {
  width: 1px;
  height: 560px;
  background: #4476af;
  position: absolute;
  bottom: 0;
  right: 0;
}

.objects_wrp_decor_3 .line_1::before {
  content: "";
  width: 100px;
  height: 1px;
  background: #4476af;
  position: absolute;
  top: 0;
  right: 0;
}

.objects_wrp_decor_4 {
  width: 2px;
  height: -webkit-calc(100% - 610px);
  height: calc(100% - 610px);
  background: #4476af;
  position: absolute;
  top: 0;
  right: 0;
}

.objects_wrp_decor_4::before {
  content: "";
  width: 465px;
  height: 2px;
  background: #4476af;
  position: absolute;
  bottom: 0;
  right: 0;
}

.objects_header {
  margin-bottom: 125px;
}

.objects_header .block_ttl {
  float: left;
  margin-left: 112px;
}

.objects_header_btns {
  float: right;
}

.objects_header_btn {
  display: inline-block;
  vertical-align: top;
  width: 50px;
  height: 43px;
  border: 1px solid #262425;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  margin-left: 10px;
  text-align: center;
  position: relative;
}

.objects_header_btn_caption {
  position: absolute;
  top: -webkit-calc(100% + 10px);
  top: calc(100% + 10px);
  background: #fff;
  display: none;
  font-size: 16px;
  font-weight: 500;
  color: #9b9b9b;
  padding: 5px 10px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.4);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.4);
  min-width: 175px;
  text-align: center;
}

.objects_header_btn.active {
  border-color: #4476af;
}

.objects_header_btn.v1 {
  background: url(../img/grid_icon-grey.png) 50% 50% no-repeat;
}

.objects_header_btn.v1 .objects_header_btn_caption {
  right: 0;
}

.objects_header_btn.v1.active {
  background: url(../img/grid_icon.png) 50% 50% no-repeat;
}

.objects_header_btn.v2 {
  background: url(../img/marker_icon-grey.png) 50% 50% no-repeat;
}

.objects_header_btn.v2 .objects_header_btn_caption {
  left: 0;
}

.objects_header_btn.v2.active {
  background: url(../img/marker_icon.png) 50% 50% no-repeat;
}

.objects_header_btn:hover .objects_header_btn_caption {
  display: block;
}

.objects_grid_item {
  float: left;
  height: 308px;
  width: 25%;
  position: relative;
}

.objects_grid_item .img {
  width: 100%;
  height: 308px;
  position: relative;
  z-index: 3;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.objects_grid_item .img img {
  width: 100%;
  height: 100%;
}

.objects_grid_item a {
  display: block;
}

.objects_grid_item_txt {
  position: absolute;
  font-size: 16px;
  font-weight: 500;
  color: #262425;
  z-index: 2;
  width: 100%;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.objects_grid_item:hover .objects_grid_item_txt {
  color: #4476af;
}

.objects_grid_item:hover .img {
  -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.75);
          box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.75);
  z-index: 5;
}

.objects_grid_item.v1 .objects_grid_item_txt {
  top: 30px;
  left: 100%;
  padding-left: 80px;
  padding-right: 20px;
}

.objects_grid_item.v1 .decor {
  width: 55px;
  height: 2px;
  background: #4476af;
  position: absolute;
  top: 10px;
  left: 0;
}

.objects_grid_item.v1 .decor::before {
  content: url(../img/circle_blue.svg);
  font-size: 0;
  position: absolute;
  right: -10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.objects_grid_item.v3 .objects_grid_item_txt {
  top: 135px;
  right: 100%;
  padding-left: 28px;
  padding-right: 40px;
  text-align: right;
}

.objects_grid_item.v3 .decor {
  width: 20px;
  height: 2px;
  background: #4476af;
  position: absolute;
  top: 10px;
  right: 0;
}

.objects_grid_item.v3 .decor::before {
  content: url(../img/circle_blue.svg);
  font-size: 0;
  position: absolute;
  left: -10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.objects_grid_item.v4 .objects_grid_item_txt {
  top: 100%;
  left: 0;
  padding-left: 120px;
  padding-right: 20px;
  padding-top: 30px;
}

.objects_grid_item.v4 .decor {
  width: 50px;
  height: 2px;
  background: #4476af;
  position: absolute;
  top: 40px;
  left: 40px;
}

.objects_grid_item.v4 .decor::before {
  content: "";
  width: 2px;
  height: 48px;
  background: #4476af;
  position: absolute;
  bottom: 0;
  left: 0;
}

.objects_grid_item.v4 .decor::after {
  content: url(../img/circle_blue.svg);
  font-size: 0;
  position: absolute;
  right: -10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.objects_grid_item.v5 .objects_grid_item_txt {
  top: 100%;
  left: 0;
  padding-left: 60px;
  padding-right: 50px;
  padding-top: 50px;
}

.objects_grid_item.v5 .decor {
  width: 22px;
  height: 2px;
  background: #4476af;
  position: absolute;
  top: 60px;
  left: 12px;
}

.objects_grid_item.v5 .decor::before {
  content: "";
  width: 2px;
  height: 70px;
  background: #4476af;
  position: absolute;
  bottom: 0;
  left: 0;
}

.objects_grid_item.v5 .decor::after {
  content: url(../img/circle_blue.svg);
  font-size: 0;
  position: absolute;
  right: -10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.objects_grid_item.v5 .decor_2 {
  width: -webkit-calc(100% + 41px);
  width: calc(100% + 41px);
  height: 24px;
  border-top: 2px solid #4476af;
  border-bottom: 2px solid #4476af;
  border-left: 3px solid #fff;
  position: absolute;
  top: -webkit-calc(100% + 20px);
  top: calc(100% + 20px);
  left: -41px;
}

.objects_grid_item.v6 .objects_grid_item_txt {
  bottom: 100%;
  left: 0;
  padding-left: 100px;
  padding-right: 30px;
  padding-bottom: 10px;
}

.objects_grid_item.v6 .decor {
  width: 50px;
  height: 2px;
  background: #4476af;
  position: absolute;
  top: 10px;
  left: 30px;
}

.objects_grid_item.v6 .decor::before {
  content: "";
  width: 2px;
  height: 60px;
  background: #4476af;
  position: absolute;
  top: 0;
  left: 0;
}

.objects_grid_item.v6 .decor::after {
  content: url(../img/circle_blue.svg);
  font-size: 0;
  position: absolute;
  right: -10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.objects_grid_item.v7 .objects_grid_item_txt {
  top: 150px;
  left: 100%;
  padding-left: 50px;
  padding-right: 25px;
}

.objects_grid_item.v7 .decor {
  width: 25px;
  height: 2px;
  background: #4476af;
  position: absolute;
  top: 10px;
  left: 0;
}

.objects_grid_item.v7 .decor::before {
  content: url(../img/circle_blue.svg);
  font-size: 0;
  position: absolute;
  right: -10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.objects_grid_item.v9 .decor {
  width: 2px;
  height: 100%;
  background: #4476af;
  position: absolute;
  bottom: 0;
  right: 15px;
}

.objects_grid_item.v9 .decor::before {
  content: url(../img/circle_blue.svg);
  font-size: 0;
  position: absolute;
  top: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.objects_grid_item.v10 .objects_grid_item_txt {
  top: 25px;
  left: 100%;
  padding-left: 70px;
  padding-right: 35px;
}

.objects_grid_item.v10 .decor {
  width: 50px;
  height: 2px;
  background: #4476af;
  position: absolute;
  top: 10px;
  left: 0;
}

.objects_grid_item.v10 .decor::before {
  content: url(../img/circle_blue.svg);
  font-size: 0;
  position: absolute;
  right: -10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.objects_grid_item.v11 .decor_2 {
  width: 1px;
  height: 100%;
  background: #4476af;
  position: absolute;
  top: 0;
  right: 15px;
}

.objects_grid_item.v12 .objects_grid_item_txt {
  top: 150px;
  right: 100%;
  padding-left: 40px;
  padding-right: 20px;
}

.objects_grid_item.v12 .decor {
  width: 2px;
  height: 30px;
  background: #4476af;
  position: absolute;
  top: -20px;
  left: 15px;
}

.objects_grid_item.v12 .decor::before {
  content: "";
  width: 300px;
  height: 2px;
  background: #4476af;
  position: absolute;
  top: 0;
  left: 0;
}

.objects_grid_item.v12 .decor::after {
  content: url(../img/circle_blue.svg);
  font-size: 0;
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.objects_grid_item.v13 .objects_grid_item_txt {
  left: 0;
  bottom: 100%;
  padding-left: 75px;
  padding-right: 40px;
  padding-bottom: 25px;
}

.objects_grid_item.v13 .decor {
  width: 36px;
  height: 2px;
  background: #4476af;
  position: absolute;
  top: 10px;
  left: 20px;
}

.objects_grid_item.v13 .decor::before {
  content: "";
  width: 2px;
  height: 100px;
  background: #4476af;
  position: absolute;
  top: 0;
  left: 0;
}

.objects_grid_item.v13 .decor::after {
  content: url(../img/circle_blue.svg);
  font-size: 0;
  position: absolute;
  right: -10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.objects_grid_item.v15 .objects_grid_item_txt {
  top: 55px;
  right: 100%;
  padding-left: 10px;
  padding-right: 55px;
  text-align: right;
}

.objects_grid_item.v15 .objects_grid_item_txt .decor {
  width: 35px;
  height: 2px;
  background: #4476af;
  position: absolute;
  top: 10px;
  right: 0;
}

.objects_grid_item.v15 .objects_grid_item_txt .decor::before {
  content: url(../img/circle_blue.svg);
  font-size: 0;
  position: absolute;
  left: -10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.objects_grid_item.v16 .decor {
  width: 2px;
  height: 100%;
  background: #4476af;
  position: absolute;
  right: 40px;
  top: 0;
  z-index: 2;
}

.objects_grid_item.v18 .objects_grid_item_txt {
  top: 55px;
  right: 100%;
  padding-left: 20px;
  padding-right: 75px;
  text-align: right;
}

.objects_grid_item.v18 .objects_grid_item_txt .decor {
  width: 2px;
  height: 176px;
  background: #4476af;
  position: absolute;
  top: 10px;
  right: 45px;
}

.objects_grid_item.v18 .objects_grid_item_txt .decor::before {
  content: url(../img/circle_blue.svg);
  font-size: 0;
  position: absolute;
  top: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.objects_grid_item.v18 .objects_grid_item_txt .decor::after {
  content: "";
  width: 60px;
  height: 2px;
  background: #4476af;
  position: absolute;
  bottom: 0;
  left: 0;
}

.objects_grid_item.v19 .decor {
  width: 100%;
  height: 1px;
  background: #4476af;
  position: absolute;
  left: 0;
  top: 75px;
  z-index: 2;
}

.objects_grid_item.v19 .decor .dots {
  font-size: 0;
  position: absolute;
  width: 100%;
  text-align: right;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  list-style: none;
  padding-right: 6px;
}

.objects_grid_item.v19 .decor .dots li {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background: url(../img/circle_blue.svg);
  margin-left: 15px;
}

.objects_grid_item.v19 .decor_2 {
  width: 1px;
  height: -webkit-calc(100% - 20px);
  height: calc(100% - 20px);
  background: #4476af;
  position: absolute;
  top: 0;
  right: 15px;
}

.objects_grid_item.v19 .decor_2 .line_1 {
  width: 420px;
  height: 1px;
  background: #4476af;
  position: absolute;
  bottom: 0;
  left: 0;
}

.objects_grid_item.v19 .decor_2 .line_1 .line_2 {
  width: 1px;
  height: 800px;
  background: #4476af;
  position: absolute;
  bottom: 0;
  right: 0;
}

.objects_grid_item.v19 .decor_2 .line_1 .line_2::after {
  content: "";
  width: 200px;
  height: 1px;
  background: #4476af;
  position: absolute;
  top: 0;
  right: 0;
}

.objects_grid_item.v20 .objects_grid_item_txt {
  left: 0;
  bottom: 100%;
  padding-left: 55px;
  padding-right: 20px;
  padding-bottom: 220px;
}

.objects_grid_item.v20 .objects_grid_item_txt .decor {
  width: 20px;
  height: 2px;
  background: #4476af;
  position: absolute;
  top: 10px;
  left: 15px;
}

.objects_grid_item.v20 .objects_grid_item_txt .decor::before {
  content: url(../img/circle_blue.svg);
  font-size: 0;
  position: absolute;
  right: -10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.objects_grid_item.v20 .objects_grid_item_txt .decor::after {
  content: "";
  width: 2px;
  height: 240px;
  background: #4476af;
  position: absolute;
  top: 0;
  left: 0;
}

.object_inner_cont {
  border-bottom: 2px solid #4476af;
  border-left: 2px solid #4476af;
  border-right: 2px solid #4476af;
  margin-bottom: 60px;
  padding: 40px 20px 80px 60px;
  width: 1330px;
  max-width: 100%;
  margin: 0 auto;
}

.object_inner_cont .objects_header {
  margin-bottom: 0;
}

.object_inner_cont .block_ttl {
  margin-left: 90px;
  margin-bottom: 60px;
}

.object_inner_wrp {
  background: url(../img/obj_inner_bg.jpg) 0 0/cover;
  position: relative;
}

.object_inner_wrp.v2 {
  padding-top: 81px;
}

.object_inner_slider {
  float: left;
  width: 72%;
  max-width: 100%;
  position: relative;
  z-index: 2;
}

.object_inner_slider .slick-dots {
  list-style: none;
  text-align: center;
  font-size: 0;
  padding-top: 30px;
  pointer-events: none;
}

.object_inner_slider .slick-dots li {
  width: 20px;
  height: 20px;
  background: url(../img/circle_grey.svg);
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
  cursor: pointer;
}

.object_inner_slider .slick-dots li button {
  display: none;
}

.object_inner_slider .slick-dots li.slick-active {
  background: url(../img/circle_blue.svg);
}

.object_inner_slide_txt {
  text-align: center;
  margin: 15px 0 0;
}

.object_inner_slider_text_wrp {
  overflow: hidden;
}

.object_inner_slider_text {
  padding: 60px 40px 0 50px;
}

.object_inner_slider_text .txt_1 {
  color: #4476af;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 35px;
}

.object_inner_slider_text .txt_2 {
  font-size: 16px;
  color: #262425;
  margin-bottom: 30px;
}

.obj_partners {
  list-style: none;
  text-align: center;
  padding-top: 20px;
}

.obj_partners li {
  margin-bottom: 25px;
}

.object_inner_slider_wrp {
  position: relative;
  margin-bottom: 50px;
}

.object_inner_slider_wrp_decor {
  width: 100%;
  height: 1px;
  background: #4476af;
  position: absolute;
  right: -45px;
  bottom: -20px;
}

.object_inner_slider_wrp_decor::before {
  content: "";
  width: 1px;
  height: 550px;
  background: #4476af;
  position: absolute;
  bottom: 0;
  left: 0;
}

.object_inner_slider_wrp_decor::after {
  content: url(../img/circle_blue.svg);
  font-size: 0;
  position: absolute;
  left: -10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.object_inner_slider_wrp_decor_2 {
  width: 1px;
  height: -webkit-calc(100% - 20px);
  height: calc(100% - 20px);
  background: #4476af;
  position: absolute;
  right: -45px;
  bottom: -20px;
}

.object_inner_slider_wrp_decor_2::before {
  content: "";
  width: 460px;
  height: 1px;
  background: #4476af;
  position: absolute;
  top: 0;
  right: 0;
}

.object_inner_slider_wrp_decor_2::after {
  content: url(../img/circle_blue.svg);
  font-size: 0;
  position: absolute;
  top: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.object_inner_slider_init .slick-prev {
  left: -35px;
  background: url(../img/angle-left-blue.svg);
}

.object_inner_slider_init .slick-next {
  right: -35px;
  background: url(../img/angle-right-blue.svg);
}

.object_inner_carousel {
  padding: 0 40px 0 45px;
  margin-bottom: 75px;
}

.object_inner_carousel .slick-prev {
  left: 0;
  background: url(../img/angle-left-blue.svg);
}

.object_inner_carousel .slick-next {
  right: 0;
  background: url(../img/angle-right-blue.svg);
}

.object_inner_carousel .slick-track {
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
}

.object_inner_carousel_item {
  margin-right: 40px;
  border: 2px solid transparent;
  padding: 4px;
  cursor: pointer;
}

.object_inner_carousel_item.slick-current {
  border-color: #4476af;
}

.object_inner_text {
  color: #262425;
  font-size: 16px;
}

.object_inner_text p {
  margin-bottom: 30px;
}

.object_map_wrp {
  position: relative;
}

.map_wrp {
  padding-bottom: 0;
  margin-bottom: 80px;
}

.try_btn {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  -webkit-border-radius: 12px;
          border-radius: 12px;
  padding: 8px 30px;
  background: #4476af;
  font-size: 12px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.try_btn:hover {
  opacity: .8;
}

.map_desc_wrp .object_inner_slider_text {
  display: none;
}

.slick-slide {
  outline: none;
}

.inner_top_block {
  height: 300px;
  background: url(../img/types_top_block.jpg) 0 0/cover;
  position: relative;
  z-index: 2;
}

.inner_top_block .inner {
  width: 1330px;
  max-width: 100%;
  margin: 0 auto;
  border-right: 2px solid rgba(255, 255, 255, 0.5);
  height: 100%;
}

.inner_top_block.v2 {
  background: url(../img/cont_top_block.jpg) 0 0/cover;
}

.inner_top_block.v2 .inner {
  position: relative;
}

.inner_top_block.v2 .inner::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2px;
  height: 217px;
  background: rgba(255, 255, 255, 0.5);
}

.types_wrp {
  width: 1330px;
  max-width: 100%;
  margin: 0 auto 90px;
  border-right: 2px solid #4476af;
  text-align: center;
  position: relative;
}

.types_wrp_decor_1 {
  width: 2px;
  height: -webkit-calc(100% - 400px);
  height: calc(100% - 400px);
  background: #4476af;
  position: absolute;
  left: 0;
  top: 0;
}

.types_wrp_decor_1::before {
  content: url(../img/circle_blue.svg);
  font-size: 0;
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.types_wrp_decor_1::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2000px;
  height: 2px;
  background: #4476af;
}

.types_wrp_decor_1 .line_1 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2000px;
  height: 2px;
  background: #4476af;
}

.types_wrp_decor_1 .line_1::before {
  content: url(../img/circle_blue.svg);
  font-size: 0;
  position: absolute;
  bottom: -10px;
  left: 391px;
}

.types_wrp_decor_1 .line_1::after {
  content: "";
  top: 0;
  left: 400px;
  width: 2px;
  height: 570px;
  background: #4476af;
  position: absolute;
}

.types_wrp_decor_2 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 2000px;
  height: 2px;
  background: #4476af;
}

.types_wrp_decor_2::before {
  content: url(../img/circle_blue.svg);
  font-size: 0;
  position: absolute;
  right: -10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.types_wrp_decor_2::after {
  content: url(../img/circle_blue.svg);
  font-size: 0;
  position: absolute;
  right: 439px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.types_wrp_decor_3 {
  position: absolute;
  top: 158px;
  left: 80px;
  width: 2px;
  height: 266px;
  background: #4476af;
}

.types_wrp_decor_3::before {
  content: "";
  top: 0;
  right: 0;
  height: 2px;
  width: 2000px;
  background: #4476af;
  position: absolute;
}

.types_wrp_decor_3::after {
  content: url(../img/circle_blue.svg);
  font-size: 0;
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.types_wrp_decor_3 .line_1 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 800px;
  height: 2px;
  background: #4476af;
}

.types_wrp_decor_3 .line_1::after {
  content: url(../img/circle_blue.svg);
  font-size: 0;
  position: absolute;
  right: -10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.types_wrp_decor_3 .line_1::before {
  content: "";
  top: 0;
  right: 0;
  height: 1400px;
  width: 2px;
  background: #4476af;
  position: absolute;
}

.types_wrp_decor_4 {
  content: "";
  top: 27px;
  left: 43px;
  height: -webkit-calc(100% + 80px);
  height: calc(100% + 80px);
  width: 1px;
  background: #4476af;
  position: absolute;
}

.types_wrp_decor_4::after {
  content: url(../img/circle_blue.svg);
  font-size: 0;
  position: absolute;
  top: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.types_wrp_decor_4::before {
  content: "";
  top: 0;
  left: 0;
  width: 855px;
  height: 1px;
  background: #4476af;
  position: absolute;
}

.types_wrp_decor_4 .line_1 {
  top: 0;
  left: 855px;
  height: -webkit-calc(100% - 50px);
  height: calc(100% - 50px);
  width: 1px;
  background: #4476af;
  position: absolute;
}

.types_wrp_decor_4 .line_1::before {
  content: "";
  bottom: 0;
  left: 0;
  width: 2000px;
  height: 1px;
  background: #4476af;
  position: absolute;
}

.types_wrp_decor_4 .line_1 .dots {
  position: absolute;
  top: 60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  list-style: none;
}

.types_wrp_decor_4 .line_1 .dots li {
  width: 20px;
  height: 20px;
  background: url(../img/circle_blue.svg);
  margin-bottom: 10px;
}

.types_wrp_decor_5 {
  position: absolute;
  left: 43px;
  top: 0;
  width: -webkit-calc(33.333% - 43px);
  width: calc(33.333% - 43px);
  height: -webkit-calc(100% - 370px);
  height: calc(100% - 370px);
  border-right: 1px solid #4476af;
  border-bottom: 1px solid #4476af;
}

.types_wrp_decor_5::after {
  content: url(../img/circle_blue.svg);
  font-size: 0;
  position: absolute;
  bottom: -10px;
  left: -10px;
}

.types_wrp_decor_5 .dots {
  position: absolute;
  top: 55%;
  right: -10px;
  list-style: none;
}

.types_wrp_decor_5 .dots li {
  width: 20px;
  height: 20px;
  background: url(../img/circle_blue.svg);
  margin-bottom: 10px;
}

.types_wrp_decor_6 {
  top: 400px;
  right: 0;
  height: 1px;
  width: 66.666%;
  background: #4476af;
  position: absolute;
}

.types_wrp_decor_7 {
  top: 800px;
  right: 0;
  height: 1px;
  width: 100%;
  background: #4476af;
  position: absolute;
}

.types_wrp_decor_8 {
  bottom: 360px;
  right: 0;
  height: 1px;
  width: 428px;
  background: #4476af;
  position: absolute;
}

.types_wrp_decor_8::after {
  content: url(../img/circle_blue.svg);
  font-size: 0;
  position: absolute;
  top: 50%;
  left: -10px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.types_wrp_decor_9 {
  bottom: 25px;
  left: 0;
  height: 1px;
  width: 100%;
  background: #4476af;
  position: absolute;
}

.types_wrp_decor_9 .dots {
  position: absolute;
  left: 40%;
  top: 50%;
  list-style: none;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.types_wrp_decor_9 .dots li {
  width: 20px;
  height: 20px;
  background: url(../img/circle_blue.svg);
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
}

.type_item {
  float: left;
  width: 33.333%;
  height: 400px;
  padding-top: 90px;
  position: relative;
  z-index: 2;
}

.type_item .img {
  min-height: 170px;
  margin-bottom: 30px;
}

.type_item .txt {
  color: #262425;
  font-size: 16px;
  font-weight: 500;
  max-width: 250px;
  margin: 0 auto;
}

.types_container {
  position: relative;
  border-top: 2px solid #4476af;
}

.types_container .to_top_btn_wrp {
  bottom: -70px;
}

.contacts_wrp {
  width: 1330px;
  position: relative;
  max-width: 100%;
  margin: 0 auto 40px;
  border-right: 2px solid #4476af;
  border-bottom: 2px solid #4476af;
  border-left: 2px solid #4476af;
  padding: 40px 0 30px 50px;
}

.contacts_wrp .block_ttl {
  margin: 0 0 60px 105px;
}

.contacts_left {
  float: left;
  width: 63%;
}

.contacts_map {
  position: relative;
  z-index: 2;
}

.contacts_right {
  float: left;
  width: 37%;
  padding: 0 0 0 55px;
}

.contacts {
  padding: 60px 0 30px;
  font-size: 0;
  position: relative;
}

.contacts .contacts_item {
  margin-bottom: 20px;
}

.contacts .img {
  display: inline-block;
  vertical-align: middle;
  width: 50px;
}

.contacts .txt {
  display: inline-block;
  vertical-align: middle;
  width: -webkit-calc(100% - 50px);
  width: calc(100% - 50px);
  color: #262425;
  font-size: 16px;
  font-weight: 500;
}

.contacts_decor_1 {
  top: 20px;
  left: 0;
  height: 1px;
  width: 2000px;
  background: #4476af;
  position: absolute;
}

.contacts_decor_1::before {
  content: "";
  bottom: 0;
  left: 0;
  width: 1px;
  height: 200px;
  background: #4476af;
  position: absolute;
}

.contacts_decor_1 .line_1 {
  top: 0;
  left: 440px;
  height: 2000px;
  width: 1px;
  background: #4476af;
  position: absolute;
}

.contacts_decor_1 .line_1::after {
  content: url(../img/circle_blue.svg);
  font-size: 0;
  position: absolute;
  left: 50%;
  top: -10px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.contacts_decor_2 {
  bottom: 0;
  left: 0;
  height: 1px;
  width: 2000px;
  background: #4476af;
  position: absolute;
}

.contacts_decor_2::before {
  content: "";
  top: 0;
  left: 0;
  width: 1px;
  height: 2000px;
  background: #4476af;
  position: absolute;
}

.contacts_decor_2::after {
  content: url(../img/circle_blue.svg);
  font-size: 0;
  position: absolute;
  top: -10px;
  left: -10px;
}

.contacts_form {
  text-align: center;
  padding: 36px 70px 0 66px;
}

.contacts_form .ttl {
  color: #4476af;
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 20px;
}

.contacts_form input[type=text] {
  width: 100%;
  height: 28px;
  -webkit-border-radius: 14px;
          border-radius: 14px;
  border: 1px solid #6a6a6a;
  padding: 0 15px;
  font-size: 12px;
  margin-bottom: 10px;
}

.contacts_form textarea {
  width: 100%;
  height: 104px;
  -webkit-border-radius: 14px;
          border-radius: 14px;
  border: 1px solid #6a6a6a;
  padding: 15px;
  font-size: 12px;
  margin-bottom: 10px;
}

.contacts_form button {
  font-size: 12px;
  color: #ffffff;
  -webkit-border-radius: 12px;
          border-radius: 12px;
  background-color: #4476af;
  border: none;
  height: 28px;
  padding: 0 26px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.contacts_form button:hover {
  opacity: .8;
}

.file_upload {
  display: block;
  width: 100%;
  height: 28px;
  -webkit-border-radius: 14px;
          border-radius: 14px;
  border: 1px solid #6a6a6a;
  padding: 0 35px 0 15px;
  font-size: 12px;
  margin-bottom: 20px;
  line-height: 26px;
  text-align: left;
  cursor: pointer;
  background: url(../img/clip.png) -webkit-calc(100% - 15px) 50% no-repeat;
  background: url(../img/clip.png) calc(100% - 15px) 50% no-repeat;
}

.file_upload .button {
  display: none;
}

.file_upload .file {
  display: none;
}

.contacts_form_thanks {
  text-align: center;
  padding-top: 100px;
  display: none;
}

.contacts_form_thanks .ttl {
  color: #262425;
  font-size: 16px;
  font-weight: 500;
}

.contacts_form_thanks img {
  margin-bottom: 30px;
}

.contacts_wrp_decor {
  bottom: -50px;
  left: 124px;
  width: 1px;
  height: 260px;
  background: #4476af;
  position: absolute;
}

.contacts_wrp_decor::after {
  content: url(../img/circle_blue.svg);
  font-size: 0;
  position: absolute;
  bottom: 39px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.to_top_btn_wrp {
  position: absolute;
  left: 0;
  bottom: 40px;
  width: 100%;
  text-align: center;
}

.to_top_btn_wrp .to_top_btn {
  display: inline-block;
  vertical-align: middle;
  opacity: .5;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.to_top_btn_wrp .img {
  -webkit-transform: rotateZ(180deg);
      -ms-transform: rotate(180deg);
          transform: rotateZ(180deg);
}

.to_top_btn_wrp .txt {
  color: #fff;
  font-size: 18px;
  margin-top: 10px;
}

.to_top_btn:hover {
  opacity: 1;
}

.map_tab {
  display: none;
}

.map_tab .objects_header {
  padding-right: 18px;
}

.objects_tabs_wrp {
  position: relative;
  padding-bottom: 60px;
  margin-bottom: 10px;
}

.types_text_wrp {
  background: url(../img/types_text_bg.jpg) 0 0/cover;
  margin-bottom: 40px;
  color: #fff;
  position: relative;
  z-index: 3;
}

.types_text_wrp .inner {
  width: 1080px;
  max-width: 100%;
  margin: 0 auto;
  padding: 40px 200px 40px 10px;
}

.types_text_wrp .inner .block_ttl {
  color: #fff;
  margin: 0;
  margin-bottom: 15px;
}

.types_text_wrp .inner .block_ttl::before {
  content: url(../img/circle_white.svg);
}

.types_text_wrp .inner .block_ttl::after {
  background: rgba(255, 255, 255, 0.2);
  height: 2px;
}

.types_text {
  padding-top: 15px;
  position: relative;
  text-shadow: 0 2px 4px #000000;
  font-size: 16px;
}

.types_text .line_1 {
  position: absolute;
  top: 0;
  right: -70px;
  width: 1px;
  height: -webkit-calc(100% + 40px);
  height: calc(100% + 40px);
  background: #fff;
}

.types_text .line_1::before {
  content: "";
  top: 0;
  right: 0;
  width: 2000px;
  height: 1px;
  background: #fff;
  position: absolute;
}

.types_text .line_1::after {
  content: url(../img/circle_white.svg);
  font-size: 0;
  position: absolute;
  top: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.types_text .line_2 {
  position: absolute;
  top: 100%;
  left: 0;
  width: 1px;
  height: 70px;
  background: #4476af;
}

.types_text .line_2::before {
  content: "";
  bottom: 0;
  left: 0;
  width: 2000px;
  height: 1px;
  background: #4476af;
  position: absolute;
}

.types_text .line_2::after {
  content: url(../img/circle_blue.svg);
  font-size: 0;
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

#map {
  height: 560px;
}

#menu li {
  display: none;
}

/*RESPONSIVE*/
@media screen and (max-width: 1300px) {
  .types_wrp_decor_3, .types_wrp_decor_4, .types_wrp_decor_1 .line_1 {
    display: none;
  }
  .types_wrp_decor_5 {
    width: 33.333%;
    left: 0;
  }
}

@media screen and (max-width: 1200px) {
  .objects_grid_item_txt {
    font-size: 14px;
  }
}


@media all and (max-width:993px) {
.top_block_wrp .inner {
    white-space: nowrap;
}

.docs_block {
width: 33%;
margin: 10px 15px;
}

}
