html {
  height: 100%;
  box-sizing: border-box;
  background-color: #004fb5;
  min-width: 1250px;

}

body {
  position: relative;
  min-height: 100%;
  min-width: 1250px;
  max-width: 2300px;
  margin: auto;
}

.wrap {
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
  background-color: #004fb5;
}


.pre_block {
    content: ' ';
    background-color: #0c39b3;
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-position: center center;
    background-repeat: no-repeat;
    top: 0px;
    z-index: 30;
    background-image: url(../images/pre.gif);
    display: none;
}

.pre_block.pre_block_show {
    display: block;
}

  h1 {
    font-family: 'CIRCE-EXTRABOLD';
  }


  * {
    font-family: 'CIRCE';
  }

  .top_menu a {
      display: inline-block;
      color: #fff;
      margin-left: 20px;
      margin-right: 20px;
      font-size: 18px;
      padding-top: 17px;
      padding-bottom: 17px;
      cursor: pointer;
      text-decoration: none;
  }

  a:hover {
    text-decoration: underline;
  }

.index_video {
    position: fixed;
    left: 0px;
    right: 0px;
    top: -56px;
    margin-top: 0px;
    display: block;
    /* margin: auto; */
    /* height: 100%; */
    /* width: 100%; */
    bottom: 0px;
    width: 100%;
    /* object-fit: cover; */
}

  .index_video_over {
  	opacity: 0;
	transition: .9s;
	z-index: 1;
	position: absolute;
    /*background-color: #0c39b3;*/
    background-color: #eeedf1;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
  }


  .index_video_over.index_video_show {
    opacity: 1;
  }

.index_over {
    height: 100%;
    overflow: hidden;
    position: fixed;
    width: 100%;
}

.index_fon_block {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
	pointer-events: none;
    background-image: url('../images/index_norm.jpg');
    background-size: cover;
}

.index_fon_block * {
	pointer-events: none;
}

/*
.index_fon {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
}*/

.index_fon {
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    display: none;
}

img.index_1 {
    position: absolute;
    left: 0px;
    right: 0px;
    margin: auto;
    top: 20%;
}

img.index_2 {
    position: absolute;
    left: 0px;
    right: 0px;
    margin: auto;
    top: 80%;
}

.index_all {
    position: absolute;
    left: 0px;
    margin: auto;
    top: 0;
    width: 100%;
}

/*
.wrap {
   min-height:100%;
   height: 100%;
   position:relative;
  background-color: #4a7cbc;
}*/

div {
  display: block;
}

.wrap.index_wrap {
  background-color: #0c39b3;
  overflow: hidden;
}



.logo {
    position: absolute;
    top: 13px;
    left: 66px;
    width: 159px;
    height: 34px;
    background-image: url(../images/logo.png);
    box-sizing: border-box;
    background-repeat: no-repeat;
}

  .top_menu {
    min-width: 1280px;
    position: fixed;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    transition: 0.5s;
    opacity: 1;
    text-align: center;
    z-index: 14;
  }

  .index_menu {
    opacity: 0 !important;
  }

  .menu_countainer {
    display: inline-block;
  }

  .menu_countainer > a {
      display: inline-block;
      color: #fff;
      margin-left: 20px;
      margin-right: 20px;
      font-size: 18px;
      padding-top: 17px;
      padding-bottom: 17px;
      cursor: pointer;
  } 

  .menu_a {
      display: inline-block;
      color: #fff;
  }


	.menu_a > a {
	    position: relative;
	    z-index: 13;
	}


  .menu_countainer a:hover {
    text-decoration: underline;
  }

.contact_us {
    overflow: hidden;
    position: absolute;
    right: 0px;
    transition: 0.5s;
    opacity: 1;
    bottom: 0px;
    width: 356px;
    height: 58px;
    cursor: pointer;
    z-index: 1;
    background-image: url('../images/contact_us.png');
}

.contact_us a {
    color: #fff;
    font-size: 18px;
    position: absolute;
    left: 30px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    display: block;
    text-align: center;
    display: block;
    height: 22px;
}

.fon {
    position: fixed;
    left: 0;
    right: 0;
    top: 0px;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
    transition: .3s;
    opacity: 0;
}

.fon.fon_show {
    opacity: 1;
    z-index: 10;
}

/**********************************/


.contacts_title {
    display: inline-block;
    color: #fff;
    margin-left: 30px;
    margin-right: 20px;
    font-size: 18px;
    padding-top: 20px;
    padding-bottom: 20px;
    cursor: pointer;
}

.contacts_title::after {
	content: ' ';
	position: absolute;
	top: 60px;
	left: 0px;
	right: 130px;
	height: 3px;
	background-color: #2C8DEC;
}

.contacts_close {
    position: absolute;
    width: 28px;
    height: 28px;
    top: 52px;
    right: 85px;
    background-image: url(../images/contacts_close.png);
    z-index: 1;
    cursor: pointer;
}

.contacts_close:hover {
	opacity: .9;
}

.contacts_up {
    height: 32%;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    display: table;
}

.contacts_middle {
    height: 32%;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    display: table;
}

.contacts_down {
    height: 36%;
    width: 100%;
    box-sizing: border-box;
    display: table;
    padding-bottom: 66px;
    position: relative;
}

.contacts_up::after {
    position: absolute;
    content: ' ';
    right: -100px;
    bottom: 0px;
    left: 7%;
    height: 3px;
    background-color: #2c8dec;
}

.contacs_email {
    display: table-cell;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 40px;
    font-family: 'CIRCE-EXTRALIGHT';
}

.contacs_phone {
    left: -30px;
    display: table-cell;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 40px;
    font-family: 'CIRCE-EXTRALIGHT';
}

.contacs_email_after {
    content: ' ';
    position: absolute;
    right: 0px;
    width: 100px;
    margin: auto;
    top: 0px;
    bottom: 0px;
    height: 3px;
    background-color: #2c8dec;
}

.contacts_down::after {
    content: ' ';
    top: 0px;
    bottom: 66px;
    margin: auto;
    position: absolute;
    right: 0px;
    width: 130px;
    height: 3px;
    background-color: #2c8dec;
}

.contacts_up::before {
    content: ' ';
    position: absolute;
    width: 60px;
    top: 40px;
    bottom: 0px;
    left: 7%;
    border-left: 3px solid #2c8dec;
    border-bottom: 3px solid #2c8dec;
}

.contacts_down::before {
    content: ' ';
    position: absolute;
    top: -4px;
    bottom: 66px;
    right: 351px;
    left: 7%;
    border-left: 3px solid #2c8dec;
    border-bottom: 3px solid #2c8dec;
}

.contacts_address {
    display: table-cell;
    position: relative;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    font-size: 30px;
    font-family: 'CIRCE-EXTRALIGHT';
    /* top: 65px; */
    white-space: nowrap;
    text-align: center;
    /* display: table; */
    width: 100%;
}

.contacts_middle::before {
    content: ' ';
    position: absolute;
    left: 0px;
    width: 100px;
    height: 3px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    background-color: #2c8dec;
}

.contacts_middle::after {
    content: ' ';
    position: absolute;
    right: 0px;
    width: 100px;
    height: 3px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    background-color: #2c8dec;
}

.contacts_middle_after {
    content: ' ';
    position: absolute;
    left: 7%;
    bottom: 5px;
    right: 0px;
    height: 40px;
    border-bottom: 3px solid #2c8dec;
}


/**********************************/

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

.vac_h1 {
    display: block;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 107px;
    position: relative;
    color: #fff;
    text-align: center;
    font-size: 3em;
    letter-spacing: 5px;
    font-family: 'CIRCE-EXTRABOLD';
}

.vac_h1::before {
    content: ' ';
    position: absolute;
    height: 4px;
    background-color: #00a0ff;
    left: 0;
    right: 50%;
    top: 0px;
}

.vac_h1::after {
    content: ' ';
    position: absolute;
    height: 4px;
    background-color: #00a0ff;
    left: 50%;
    right: 0;
    bottom: 0px;
}

.vac_text {
    text-align: center;
    color: #fff;
    display: block;
    margin-top: 80px;
    padding-bottom: 80px;
    margin-bottom: 25px;
    font-size: 18px;
    position: relative;
    /* margin-left: 77px; */
    padding-left: 10px;
    font-size: 17pt;
    font-family: 'CIRCE-LIGHT';
}

.vac_text::after {
    content: ' ';
    position: absolute;
    height: 4px;
    background-color: #00a0ff;
  	width: 150px;
  	bottom: 0px;
  	left: 0px;
  	right: 0px;
  	margin: auto;
}

.vac_vacs {
    overflow: hidden;
    width: 80%;
    margin: auto;
    position: relative;
    right: -20px;
    margin-top: 58px;
    padding-bottom: 22px;
    margin-bottom: 300px;
}

.vac_vacs > div {
    width: 50%;
    float: left;
}

.vac_vacs > div > div {
    box-sizing: border-box;
    padding-right: 40px;
    margin-bottom: 40px;
	cursor: pointer;
}

.vac_vacs div div div {
    background-color: rgba(0, 91, 187, 0.35);
    color: #b0c9e7;
    font-family: 'CIRCE-EXTRALIGHT';
    width: 100%;
    box-sizing: border-box;
    display: block;
    font-size: 18px;
    padding: 15px;
    text-align: left;
    padding-left: 20px;
    background-repeat: no-repeat;
    background-position: right 20px top 22px;
    overflow: hidden;
    /*max-height: 0px;
    transition: max-height 0.4s ease-out;*/
    display: none;
}

.open_vac_block > div {
    /*padding: 15px;
    max-height: 400px !important;*/
    display: block !important;
}


.vac_vacs div div span {
    background-color: #005bbb;
    color: #b0c9e7;
    font-family: 'CIRCE-EXTRALIGHT';
    width: 100%;
    box-sizing: border-box;
    display: block;
    padding: 15px;
    font-size: 20px;
    text-align: center;
    padding-left: 0px;
    position: relative;
}

.vac_vacs div div span::after {
    content: ' ';
    position: absolute;
    right: 16px;
    top: 22px;
    background-image: url(../images/vac_vacs.png);
    background-repeat: no-repeat;
    width: 22px;
    height: 15px;
}


.vac_vacs div div.open_vac_block span::after {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    top: 20px;
}

.vac_vacs::after {
    content: ' ';
    position: absolute;
    height: 4px;
    background-color: #00a0ff;
    width: 150px;
    bottom: 0px;
    left: 0px;
    right: 40px;
    margin: auto;
}

.vac_contact_us {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 58px;
    border-top: 4px solid #00a0ff;
}

.vac_left {
    width: 260px;
    height: 290px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    border-top: 4px solid #00a0ff;
    border-right: 4px solid #00a0ff;
}

.vac_left::after {
    content: ' ';
    position: absolute;
    width: 4px;
    height: 4px;
    background-color: #00ffff;
    right: -4px;
    bottom: 58px;
}

.vac_b {
  color: #66ccff;
  text-decoration: none;
}
.vac_b:hover {
  text-decoration: underline;
}

.x_vac1 {
    position: absolute;
    width: 16px;
    height: 16px;
    background-image: url(../images/x_vac1.png);
    right: 11%;
    margin-top: -13px;
}

.x_vac2 {
    position: absolute;
    width: 27px;
    height: 27px;
    background-image: url(../images/x_vac2.png);
    left: 11%;
    margin-top: 33px;
}


.x_vac3 {
    position: absolute;
    width: 14px;
    height: 14px;
    background-image: url(../images/x_vac1.png);
    left: 30%;
    background-size: cover;
    margin-top: 5px;
}

.x_vac4 {
    position: absolute;
    width: 27px;
    height: 27px;
    background-image: url(../images/x_vac2.png);
    right: 5%;

    margin-top: 33px;
    transform: rotate(77deg);
    -webkit-transform: rotate(77deg);
}

.x_vac5 {
    position: absolute;
    width: 14px;
    height: 14px;
    background-image: url(../images/x_vac1.png);
    left: 4%;
    background-size: cover;
    margin-top: 196px;
}

.x_vac6 {
    position: absolute;
    width: 27px;
    height: 27px;
    background-image: url(../images/x_vac2.png);
    right: 22%;
    margin-top: -278px;
    transform: rotate(77deg);
    -webkit-transform: rotate(77deg);
}


.x_vac7 {
    position: absolute;
    width: 11px;
    height: 11px;
    background-image: url(../images/x_vac1.png);
    right: 44%;
    background-size: cover;
    margin-top: -225px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.x_vac8 {
    position: absolute;
    width: 21px;
    height: 21px;
    background-image: url(../images/x_vac2.png);
    left: 25%;
    margin-top: -140px;
    transform: rotate(77deg);
    -webkit-transform: rotate(77deg);
    background-size: contain;
}

/**********************************/

.team_h1 {
    display: block;
    width: 81.7%;
    padding-top: 40px;
    margin-top: 108px;
    padding-bottom: 140px;
    position: relative;
    color: #fff;
    text-align: center;
    letter-spacing: 5px;
    margin-bottom: -4px;
    font-size: 3em;
    font-family: 'CIRCE-EXTRABOLD';
}

.team_h1::before {
    content: ' ';
    position: absolute;
    right: 0px;
    width: 4px;
    top: 68px;
    bottom: 0px;
    background-color: #00a0ff;
}

.team_h1::after {
    content: ' ';
    position: absolute;
    right: 2px;
    width: 13%;
    height: 4px;
    margin-top: 28px;
    background-color: #00a0ff;
}


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


.teams {
    width: 87.7%;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    padding-left: 145px;
    padding-bottom: 300px;
}

.teamer {
    float: left;
    border: 4px solid #00a0ff;
    margin-top: 377px;
    max-width: 39%;
    box-sizing: border-box;
    margin-bottom: 220px;
    position: relative;
}

.teamer > img {
    display: block;
    margin: auto;
    margin-top: -377px;
    width: 78%;
    position: relative;
    z-index: 1;
    pointer-events: none;
}

.teamer > div {
    width: 78%;
    margin: auto;
}

.teamer1 {
    margin-left: 9%;
    margin-right: 10%;
}

.teamer1::before {
    content: ' ';
    position: absolute;
    width: 100%;
    left: 70%;
    top: -140px;
    height: 4px;
    background-color: #00a0ff;
}

.teamer1::after {
    content: ' ';
    position: absolute;
    width: 4px;
    left: 0;
    right: 0;
    margin: auto;
    top: 100%;
    height: 400px;
    background-color: #00a0ff;
}

.teamer2::after {
    content: ' ';
    position: absolute;
    width: 4px;
    left: 0;
    right: 0;
    margin: auto;
    top: 100%;
    height: 400px;
    background-color: #00a0ff;
}


.teamer3 {
    margin-left: 9%;
    margin-right: 10%;
}

.teamer3::after {
    content: ' ';
    position: absolute;
    width: 50%;
    left: 0px;
    box-sizing: border-box;
    margin: auto;
    bottom: -230px;
    height: 227px;
    background-color: #004fb5;
    z-index: 1;
    border-right: 4px solid #00a0ff;
}

.teamer3::after {
    content: ' ';
    position: absolute;
    width: 50%;
    left: 0;
    /* right: 0; */
    margin: auto;
    bottom: -230px;
    height: 226px;
    background-color: #004fb5;
}

.teamer4::after {
    content: ' ';
    position: absolute;
    width: 4px;
    left: 0;
    right: 0;
    margin: auto;
    top: 100%;
    height: 230px;
    background-color: #00a0ff;
}

.team_name {
    font-family: 'CIRCE-BOLD';
    color: #fff;
    /* display: block; */
    margin-top: 12px;
    margin-bottom: 15px;
    float: left;
    width: 100%;
    font-size: 18px;
    text-align: center;
    /* white-space: nowrap; */
}

.team_descr {
    font-family: 'CIRCE-LIGHT';
    color: rgba(255, 255, 255, 0.91);
    text-align: justify;
    width: 100%;
    float: left;
    margin-bottom: 23px;
    height: 140px;
}

.teams_left {
    position: absolute;
    width: 110px;
    top: 0px;
    left: 0px;
    border-top: 4px solid #00a0ff;
    border-right: 4px solid #00a0ff;
    height: 100%;
}

.team_top_right {
    position: absolute;
    width: 110px;
    right: 0px;
    border-bottom: 4px solid #00a0ff;
    border-left: 4px solid #00a0ff;
    height: 19%;
    margin-top: 0px;
}

.teams::after {
    content: ' ';
    position: absolute;
    bottom: 294px;
    width: 100%;
    height: 4px;
    left: 26%;
    right: 0px;
    background-color: #00a0ff;
}

.team_block::after {
    content: ' ';
    position: absolute;
    bottom: 58px;
    height: 240px;
    left: 26%;
    right: 12.1%;
    border-right: 4px solid #00a0ff;
}

/**********************************/

.about_block_over {
    width: 100%;
    box-sizing: border-box;
    padding-left: 85px;
    padding-top: 65px;
    padding-right: 140px;
    position: relative;
}

.about_block_over::before {
    content: ' ';
    position: absolute;
    height: 35px;
    width: 35px;
    border: 2px solid#0086e6;
    top: 28px;
    margin-left: -37px;
}

.about_block_over::after {
    content: ' ';
    position: absolute;
    right: 0px;
    height: 2px;
    background-color: #0086e6;
    top: 65px;
    width: 200px;
}

.about_block {
    display: inline-block;
    border-left: 2px solid #0086e6;
    border-top: 2px solid #0086e6;
    position: relative;
}

.about_h1 {
    display: block;
    letter-spacing: 5px;
    position: relative;
    color: #fff;
    margin-left: 10px;
    margin-top: 80px;
    margin-bottom: 185px;
    font-family: 'CIRCE-EXTRABOLD';
    font-size: 3em;
    text-align: left;
}

.about_h1_right {
    position: absolute;
    width: 49%;
    height: 140px;
    border-right: 4px solid #00a0ff;
    border-top: 4px solid #00a0ff;
    top: 29px;
    left: 195px;
}

.about_top_text_over {
    text-align: left;
    padding-left: 60px;
}

.about_top_text {
    /* margin-left: 77px; */
    position: relative;
    padding-bottom: 70px;
    margin-bottom: 120px;
    display: inline-block;
    text-align: left;
}

.about_top_text > div {
    font-family: 'CIRCE-EXTRALIGHT';
    color: #cde0e7;
    display: inline-block;
    text-align: left;
    padding-left: 10px;
    font-size: 22pt;
}

.about_top_text::after {
    content: ' ';
    position: absolute;
    bottom: 0px;
    height: 4px;
    left: 0%;
    width: 650px;
    background-color: #00a0ff;
    left: -194px;
}

.about_mission_h1 {
    display: block;
    letter-spacing: 5px;
    position: relative;
    color: #fff;
    margin-top: 240px;
    font-size: 3em;
    width: 100%;
    text-align: right;
    padding-right: 115px;
    box-sizing: border-box;
    font-family: 'CIRCE-EXTRABOLD';
}

.about_mission_title {
    text-align: right;
    width: 100%;
    box-sizing: border-box;
    display: block;
    padding-right: 115px;
    color: #cde0e7;
    font-size: 24px;
    font-family: 'CIRCE-EXTRALIGHT';
    margin-bottom: 83px;
    font-size: 22pt;
    color: #cde0e7;
}

.about_mission_text {
    font-family: 'CIRCE-EXTRALIGHT';
    color: #cde0e7;
    margin-left: 70px;
    position: relative;
    padding-bottom: 70px;
    margin-bottom: 260px;
    font-size: 22pt;
    color: #cde0e7;
}

.about_values_h1 {
    letter-spacing: 5px;
    position: relative;
    color: #fff;
    margin-top: 80px;
    font-size: 3em;
    width: 100%;
    text-align: right;
    padding-right: 115px;
    box-sizing: border-box;
    padding-left: 195px;
    font-family: 'CIRCE-EXTRABOLD';
}

.about_values {
    position: relative;
}

.about_values_text {
    font-family: 'CIRCE-EXTRALIGHT';
    color: #cde0e7;
    margin-left: 77px;
    font-size: 23px;
    position: relative;
    margin-bottom: 130px;
    margin-top: 175px;
    font-size: 22pt;
    color: #cde0e7;
}

.about1 {
    width: 60px;
    height: 595px;
    position: absolute;
    right: 0px;
    top: -346px;
    background-image: url(../images/about1.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.mch_r {
    width: 41px;
    height: 68px;
    position: absolute;
    right: 0px;
    background-image: url(../images/mch_r.png);
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 68px;
    background-position: right;
}


.about_img_text {
    position: absolute;
    right: -53px;
    top: 104px;
    color: #3A69BE;
    letter-spacing: 5px;
    font-size: 2.5em;
    font-family: 'CIRCE-EXTRABOLD';
    transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
}

.about_img_text_mission {
    position: absolute;
    left: 6px;
    color: #3A69BE;
    letter-spacing: 5px;
    font-size: 2.5em;
    font-family: 'CIRCE-EXTRABOLD';
    transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
}


.about_img_text_mission_element {
    position: absolute;
    width: 73%;
    height: 2px;
    left: 106px;
    background-color: #00a0ff;
    margin-top: -120px;
}


.about_img_text_mission_element::before {
    content: ' ';
    position: absolute;
    top: 0px;
    height: 25px;
    width: 2px;
    left: 0;
    background-color: #00a0ff;
}

.about_img_text_mission_element::after {
    content: ' ';
    top: 0px;
    position: absolute;
    right: 0px;
    height: 65px;
    width: 2px;
    background-color: #00a0ff;
}

.about2 {
    width: 60px;
    height: 595px;
    position: absolute;
    left: 75px;
    top: -247px;
    background-image: url(../images/about2.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.about3 {
    width: 757px;
    height: 213px;
    position: absolute;
    left: 513px;
    top: -103px;
    background-image: url(../images/about3.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.about4 {
    width: 296px;
    height: 290px;
    position: absolute;
    right: 48px;
    background-image: url(../images/about4.png);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
    margin-top: 240px;
}

.about4::after {
    content: ' ';
    position: absolute;
    right: 0px;
    top: 0px;
    width: 2px;
    background-color: rgba(195, 213, 238, 0.8);
    height: 160px;
}


.about_values .about_img_text {
    position: absolute;
    right: -53px;
    top: -9px;
    color: #3A69BE;
    letter-spacing: 5px;
    font-size: 2.5em;
    font-family: 'CIRCE-EXTRABOLD';
    background-color: #004fb5;
    transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
}

.values_more {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding-left: 135px;
    padding-bottom: 400px;
    margin-bottom: 150px;
    display: inline-block;
}

.values_more > div {
    /*overflow: hidden;*/
    float: left;
    /*margin-top: 80px;*/
}

.values_more > div > div:nth-child(1) {
    width: 40% !important;
}
.values_more > div > div:nth-child(2) {
    width: 30% !important;
}
.values_more > div > div:nth-child(3) {
    width: 30% !important;
}



.values_more > div > div {
    width: 33.3333%;
    position: relative;
    /* border: 1px solid; */
    float: left;
    /* overflow: hidden; */
    box-sizing: border-box;
    min-height: 100px;
}
.values_more > div * {
    color: #fff;
}

.values_more > div p {
    letter-spacing: 5px;
    font-size: 27px;
    font-family: 'CIRCE-EXTRALIGHT';
    display: inline-block;
    position: relative;
    background-color: #004fb5;
    z-index: 1;
    padding-right: 30px;
}

.values_more > div p:before {
    content: ' ';
    position: absolute;
    left: -99px;
    top: -14px;
    background-image: url(../images/about_m.png);
    width: 70px;
    height: 70px;
    background-repeat: no-repeat;
    background-size: contain;
}

.values_more > div span {
    font-size: 16px;
    font-family: 'CIRCE-LIGHT';
    display: block;
}

.values_more2::before {
    content: ' ';
    position: absolute;
    left: -65px;
    bottom: -50px;
    top: 119px;
    width: 3px;
    background-color: #0086e6;
}

.values_more2::after {
    content: ' ';
    position: absolute;
    left: -65px;
    bottom: -50px;
    right: 140px;
    height: 3px;
    background-color: #0086e6;
}

.values_more4 {
    padding-right: 116px;
}


.values_more4_line {
	position: absolute;
    height: 2px;
    background-color: #bdd2eb;
    left: -222px;
    right: 100%;
    top: 47px;
    margin-right: 137px;
}

.values_more6_line {
    position: absolute;
    height: 2px;
    background-color: #bdd2eb;
    left: 0px;
    top: 47px;
    right: -1000px;
    margin-right: 137px;
}

.values_more10_line {
	position: absolute;
    height: 2px;
    background-color: #abc5e5;
    left: -222px;
    right: 100%;
    top: 47px;
    margin-right: 137px;
}

.values_more12_line {
    position: absolute;
    height: 2px;
    background-color: #abc5e5;
    left: 0px;
    top: 47px;
    right: -1000px;
    margin-right: 137px;
}


.values_more4::before {
    content: ' ';
    position: absolute;
    left: 162px;
    top: 47px;
    right: 0px;
    height: 3px;
    background-color: #0086e6;
}

.values_more4::after {
    content: ' ';
    position: absolute;
    right: 62px;
    bottom: -71px;
    top: 0px;
    width: 3px;
    background-color: #0086e6;
}



.values_more8::before {
    content: ' ';
    position: absolute;
    left: -65px;
    bottom: -50px;
    top: 119px;
    width: 3px;
    background-color: #0086e6;
}

.values_more8::after {
    content: ' ';
    position: absolute;
    left: -65px;
    bottom: -50px;
    right: 140px;
    height: 3px;
    background-color: #0086e6;
}

.values_more10::before {
    content: ' ';
    position: absolute;
    left: 162px;
    top: 47px;
    right: 0px;
    height: 3px;
    background-color: #0086e6;
}

.values_more10::after {
    content: ' ';
    position: absolute;
    right: 62px;
    bottom: 14px;
    top: 0px;
    width: 3px;
    background-color: #0086e6;
}

.values_more10 {
    padding-right: 100px;
}


.values_more7::before {
    content: ' ';
    position: absolute;
    left: -5000px;
    top: 47px;
    right: 134px;
    height: 3px;
    background-color: #0086e6;
}

.values_more9::after {
    content: ' ';
    position: absolute;
    right: -50%;
    top: 47px;
    left: -100px;
    height: 3px;
    background-color: #0086e6;
}

.values_more6 {
    padding-bottom: 52px;
}

.values_more2 {
    padding-bottom: 20px;
}

.values_more8 {
    padding-bottom: 40px;
}

.x_about1 {
    position: absolute;
    width: 22px;
    height: 22px;
    background-image: url(../images/x_vac2.png);
    left: 70%;
    margin-top: 33px;
    background-size: contain;
    transform: rotate(16deg);
    -webkit-transform: rotate(16deg);
}

.x_about2 {
    position: absolute;
    width: 10px;
    height: 10px;
    background-image: url(../images/x_vac2.png);
    left: 47%;
    margin-top: 150px;
    background-size: contain;
    /* transform: rotate(16deg); */
    display: none;
}

.x_about3 {
    position: absolute;
    width: 10px;
    height: 10px;
    background-image: url(../images/x_vac2.png);
    left: 1.5%;
    margin-top: -23px;
    background-size: contain;
    /* transform: rotate(16deg); */
}

.x_about4 {
    position: absolute;
    width: 16px;
    height: 16px;
    background-image: url(../images/x_vac2.png);
    right: 1.5%;
    margin-top: -50px;
    background-size: contain;
    /* transform: rotate(16deg); */
}

.x_about5 {
    position: absolute;
    width: 16px;
    height: 16px;
    background-image: url(../images/x_vac2.png);
    left: 61%;
    margin-top: -70px;
    background-size: contain;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.x_about6 {
    position: absolute;
    width: 35px;
    height: 35px;
    background-image: url(../images/mch.png);
    left: 18%;
    margin-top: -39px;
    background-size: contain;
    background-repeat: no-repeat;
    /* transform: rotate(45deg); */
}

.x_about7 {
    position: absolute;
    width: 129px;
    height: 303px;
    background-image: url(../images/mch7.png);
    right: -140px;
    margin-top: -385px;
    background-size: contain;
    background-repeat: no-repeat;
    /* transform: rotate(45deg); */
}


.x_about8 {
    position: absolute;
    width: 37px;
    height: 84px;
    background-image: url(../images/mch8.png);
    left: -85px;
    margin-top: -339px;
    background-size: contain;
    background-repeat: no-repeat;
    /* transform: rotate(45deg); */
}

.x_about9 {
    position: absolute;
    width: 55px;
    height: 84px;
    background-image: url(../images/mch9.png);
    left: 52%;
    margin-top: -217px;
    background-size: contain;
    background-repeat: no-repeat;
    /* transform: rotate(45deg); */
}

.x_about10 {
    position: absolute;
    width: 14px;
    height: 14px;
    background-image: url(../images/x_vac2.png);
    left: 13.8%;
    margin-top: -271px;
    background-size: contain;
    /* transform: rotate(45deg); */
}

.x_about11 {
    position: absolute;
    width: 10px;
    height: 10px;
    background-image: url(../images/x_vac2.png);
    left: 24.8%;
    margin-top: -107px;
    background-size: contain;
    /* transform: rotate(45deg); */
}

.x_about12 {
    position: absolute;
    width: 14px;
    height: 14px;
    background-image: url(../images/x_vac2.png);
    right: 15%;
    margin-top: -74px;
    background-size: contain;
    /* transform: rotate(45deg); */
}


.x_about13 {
    position: absolute;
    width: 23px;
    height: 23px;
    background-image: url(../images/x_vac2.png);
    right: 44%;
    margin-top: 34%;
    background-size: contain;
    bottom: -30px;
    transform: rotate(24deg);
    -webkit-transform: rotate(24deg);
}

.x_about14 {
    position: absolute;
    width: 14px;
    height: 14px;
    background-image: url(../images/x_vac2.png);
    right: 44%;
    margin-top: 21%;
    background-size: contain;
    /* transform: rotate(24deg); */
}


.x_about15 {
    position: absolute;
    width: 12px;
    height: 12px;
    background-image: url(../images/x_vac2.png);
    right: 44%;
    margin-top: 25%;
    background-size: contain;
    transform: rotate(11deg);
    -webkit-transform: rotate(11deg);
}

.x_about16 {
    position: absolute;
    width: 8px;
    height: 8px;
    background-image: url(../images/x_vac2.png);
    right: 44%;
    bottom: -9px;
    background-size: contain;
    /* transform: rotate(11deg); */
}

.x_about17 {
    position: absolute;
    width: 23px;
    height: 23px;
    background-image: url(../images/x_vac2.png);
    right: 44%;
    margin-top: 5%;
    background-size: contain;
    transform: rotate(24deg);
    -webkit-transform: rotate(24deg);
}

.x_about19 {
    position: absolute;
    width: 23px;
    height: 23px;
    background-image: url(../images/x_vac2.png);
    right: 44%;
    margin-top: 5%;
    background-size: contain;
    transform: rotate(24deg);
    -webkit-transform: rotate(24deg);
}

.x_about20 {
    position: absolute;
    width: 500px;
    height: 500px;
    background-image: url(../images/x_about20.png);
    right: -16%;
    background-size: contain;
    bottom: 145px;
    background-repeat: no-repeat;
}

.about_bottom {
    position: absolute;
    height: 150px;
    width: 100%;
    bottom: 0px;
    left: 0px;
    border-top: 3px solid #0086e6;
	pointer-events: none;
}

.about_bottom * {
	pointer-events: none;
}


.about_bottom img {
    display: block;
    max-width: 80%;
    margin: auto;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin-bottom: 0px;
}


.x_about21 {
    position: absolute;
    width: 500px;
    height: 130px;
    right: -16%;
    background-size: contain;
    top: -86px;
    left: 0px;
    border-top: 3px solid #0086e6;
    border-right: 3px solid #0086e6;
}

.x_about22 {
    position: absolute;
    width: 23px;
    height: 23px;
    background-image: url(../images/x_vac2.png);
    right: 17%;
    margin-top: 5%;
    background-size: contain;
    transform: rotate(24deg);
    -webkit-transform: rotate(24deg);
}

.x_about23 {
    position: absolute;
    width: 17px;
    height: 17px;
    background-image: url(../images/x_vac2.png);
    margin-top: 5%;
    background-size: contain;
    transform: rotate(24deg);
    -webkit-transform: rotate(24deg);
    left: 6%;
}

.about_bottom::before {
    content: ' ';
    position: absolute;
    left: 85px;
    bottom: 0px;
    height: 150px;
    width: 3px;
    background-color: #004fb5;
}

.contacts {
    /*position: absolute;*/
    position: fixed;
    top: 0px;
    bottom: 0px;
    background-color: #0050b1;
    z-index: 11;
    transition: .3s;
    right: 0;
    left: 100%;
    margin-left: 202px;
    overflow: hidden;
    /*height: 100vh;*/
    height: 100%;
    min-height: 550px;
    min-width: 438px;
}

.contacts.contacts_show {
	left: 50%;
}

.contacts * {
	white-space: nowrap;
}


/***********************************/

.serv_big_block {
    position: relative;
}



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

.serv_h1 {
    display: block;
    width: 100%;
    padding-bottom: 24px;
    margin-top: 148px;
    position: relative;
    color: #fff;
    text-align: center;
    letter-spacing: 5px;
    font-family: 'CIRCE-EXTRABOLD';
    font-size: 3em;
}

.x_serv1 {
    position: absolute;
    width: 18px;
    height: 18px;
    background-image: url(../images/x_vac2.png);
    right: 66%;
    margin-top: -22px;
    background-size: contain;
    transform: rotate(16deg);
    -webkit-transform: rotate(16deg);
}

.x_serv2 {
    position: absolute;
    width: 9px;
    height: 9px;
    background-image: url(../images/x_vac2.png);
    left: 8%;
    margin-top: 86px;
    background-size: contain;
}

.x_serv3 {
    position: absolute;
    width: 12px;
    height: 12px;
    background-image: url(../images/x_vac2.png);
    right: 17%;
    margin-top: 65px;
    background-size: contain;
}

.x_serv4 {
    position: absolute;
    width: 9px;
    height: 9px;
    background-image: url(../images/x_vac2.png);
    right: 53%;
    margin-top: 21px;
    background-size: contain;
}


.x_serv5 {
    position: absolute;
    width: 16px;
    height: 16px;
    background-image: url(../images/x_vac2.png);
    right: 42%;
    margin-top: -8px;
    background-size: contain;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}


.x_serv6 {
    position: absolute;
    width: 129px;
    height: 303px;
    background-image: url(../images/mch7.png);
    left: 0px;
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotate(179deg);
    bottom: -250px;
    -webkit-transform: rotate(179deg);
}

.x_serv7 {
    position: absolute;
    width: 9px;
    height: 9px;
    background-image: url(../images/x_vac2.png);
    right: 38%;
    margin-top: 20px;
    bottom: -150px;
    background-size: contain;
}

.x_serv8 {
    position: absolute;
    width: 21px;
    height: 21px;
    background-image: url(../images/x_vac2.png);
    left: 18%;
    bottom: -150px;
    background-size: contain;
    transform: rotate(63deg);
    -webkit-transform: rotate(63deg);
}


.x_serv10 {
    position: absolute;
    width: 13px;
    height: 13px;
    background-image: url(../images/x_vac2.png);
    left: 15%;
    margin-top: -90px;
    background-size: contain;
}

.x_serv11 {
    position: absolute;
    width: 9px;
    height: 9px;
    background-image: url(../images/x_vac2.png);
    right: 47%;
    margin-top: -32px;
    background-size: contain;
}

.x_serv12 {
    position: absolute;
    width: 13px;
    height: 13px;
    background-image: url(../images/x_vac2.png);
    right: 15%;
    margin-top: -98px;
    background-size: contain;
}

.x_serv14 {
    position: absolute;
    width: 13px;
    height: 13px;
    background-image: url(../images/x_vac2.png);
    left: 15%;
    margin-top: 98px;
    background-size: contain;
}

.x_serv15 {
    position: absolute;
    width: 13px;
    height: 13px;
    background-image: url(../images/x_vac2.png);
    right: 15%;
    margin-top: -98px;
    background-size: contain;
}

.x_serv16 {
    position: absolute;
    width: 9px;
    height: 9px;
    background-image: url(../images/x_vac2.png);
    right: 7%;
    background-size: contain;
    bottom: -39px;
}

.x_serv17 {
    position: absolute;
    width: 21px;
    height: 21px;
    background-image: url(../images/x_vac2.png);
    right: 18%;
    margin-top: 138px;
    background-size: contain;
    transform: rotate(63deg);
    -webkit-transform: rotate(63deg);
}

.serv_r3 {
    position: absolute;
    right: 0px;
    margin-top: -67px;
    width: 1000px;
    pointer-events: none;
}

.serv_top_text {
    text-align: center;
    color: #fff;
    display: block;
    /*font-size: 20px;*/
    position: relative;
    font-family: 'CIRCE-EXTRALIGHT';
    color: #cde0e7;
    font-size: 22pt;
}

.serv_title_1 {
    display: block;
    letter-spacing: 5px;
    position: relative;
    color: #fff;
    margin-top: 165px;
    font-size: 3em;
    width: 100%;
    text-align: left;
    padding-right: 115px;
    box-sizing: border-box;
    font-family: 'CIRCE-EXTRABOLD';
    margin-left: 12.7%;
}

.serv_about1 {
    width: 58px;
    height: 139px;
    position: absolute;
    left: -93px;
    bottom: -9px;
    background-image: url(../images/serv_1.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.serv_vector {
    /* overflow: hidden; */
    border-top: 4px solid #00a0ff;
    border-bottom: 4px solid #00a0ff;
    margin-top: 120px;
    display: inline-block;
    width: 100%;
    position: relative;
}

.serv_vector > div {
    float: left;
    width: 50%;
    box-sizing: border-box;
    text-align: left;
}


.serv_vector > div > span {
    display: block;
    position: relative;
    color: #fff;
    font-size: 25pt;
    width: 100%;
    text-align: left;
    box-sizing: border-box;
    font-family: 'CIRCE-EXTRABOLD';
    box-sizing: border-box;
    padding-left: 15%;
    padding-top: 28px;
    padding-bottom: 23px;
    border-bottom: 4px solid #00a0ff;
}

.serv_vector > div > div {
    padding-top: 28px;
    display: block;
    position: relative;
    width: 100%;
    text-align: left;
    box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 15%;
    padding-right: 10%;
    padding-bottom: 40px;
    font-size: 21px;
    color: rgba(255, 255, 255, 0.75);
    font-family: 'CIRCE-EXTRALIGHT';
    color: #cde0e7;
    font-size: 23pt;
}

.serv_vector1 {
    border-right: 4px solid #00a0ff;
    position: relative;
}

.serv_vector1 > div {
    float: right;
    padding-right: 15% !important;
    padding-left: 0px !important;
    /*max-width: 550px;*/
    text-align: right !important;
}

.serv_vector1 > span {
    float: right;
    padding-right: 15% !important;
    padding-left: 0px !important;
    /* max-width: 550px; */
    text-align: right !important;
}

.serv_vector1 > span::after {
    content: ' ';
    position: absolute;
    bottom: -4px;
    left: -1000px;
    height: 4px;
    right: 0px;
    background-color: #00a0ff;
}

.serv_vector1 > span::before {
    content: ' ';
    position: absolute;
    bottom: -4px;
    right: -4px;
    height: 4px;
    width: 4px;
    background-color: #30fefe;
}

.serv_vector1::before {
    content: ' ';
    position: absolute;
    top: -4px;
    right: -4px;
    height: 4px;
    width: 4px;
    background-color: #30fefe;
}

.serv_vector1::after {
    content: ' ';
    position: absolute;
    bottom: -4px;
    right: -4px;
    height: 4px;
    width: 4px;
    background-color: #30fefe;
}

.serv_title_2 {
    display: block;
    letter-spacing: 5px;
    position: relative;
    color: #fff;
    margin-top: 200px;
    font-size: 3em;
    /* width: 100%; */
    text-align: right;
    box-sizing: border-box;
    font-family: 'CIRCE-EXTRABOLD';
    margin-right: 12.7%;
}


.serv_top_text_2 {
    text-align: right;
    /*color: #fff;
    font-size: 18px;
    opacity: .7;*/
    color: #cde0e7;
    font-size: 22pt;
    display: block;
    position: relative;
    font-family: 'CIRCE-EXTRALIGHT';
    margin-right: 13%;
    margin-top: 28px;
    margin-bottom: 175px;
}

.mech_block_over {
    width: 100%;
    box-sizing: border-box;
    padding-left: 150px;
    padding-right: 70px;
}



.mech_block {
    width: 100%;
    margin-bottom: 100px;
}

.mech_block * {
    color: rgba(255, 255, 255, 0.88);
    font-family: 'CIRCE-EXTRALIGHT';
}

.mech_block > div {
    width: 100%;
    display: inline-block;
    margin-bottom: 120px;
}

.mech_block > div > div {
	position: relative;
    float: left;
    min-height: 50px;
    width: 33.33%;
    box-sizing: border-box;
}


.mech_block > div > div > span {
    display: block;
    letter-spacing: 5px;
    font-size: 25px;
    position: relative;
    color: #fff;
    /* width: 80%; */
    text-align: left;
    box-sizing: border-box;
    padding-bottom: 12px;
    padding-top: 13px;
    left: -70px;
    bottom: -4px;
    padding-left: 30px;
    display: inline-block;
    padding-right: 40px;
}

.mech_block > div > div > div {
    padding: 15px 25px 33px 25px;
    box-sizing: border-box;
    position: relative;
    font-size: 16px;
}

.mech_blocks_2 > span {
    border: 4px solid #00a0ff;
    border-left: 0px;
}
.mech_blocks_2 > span::before {
    background-color: #30FEFE;
    width: 4px;
    height: 4px;
    content: ' ';
    position: absolute;
    right: -4px;
    top: -4px;
}
.mech_blocks_2 > span::after {
    background-color: #30FEFE;
    width: 4px;
    height: 4px;
    content: ' ';
    position: absolute;
    right: -4px;
    bottom: -4px;
    z-index: 1;
}

.mech_blocks_2 > div {
    border: 4px solid #00a0ff;
    padding: 15px 25px 33px 25px;
    box-sizing: border-box;
}
.mech_blocks_2 > div::before {
    background-color: #30FEFE;
    width: 4px;
    height: 4px;
    content: ' ';
    position: absolute;
    left: -4px;
    top: -4px;
}
.mech_blocks_2 > div::after {
    background-color: #30FEFE;
    width: 4px;
    height: 4px;
    content: ' ';
    position: absolute;
    right: -4px;
    top: -4px;
}



.mech_blocks_4 > span {
    border: 4px solid #00a0ff;
    border-left: 0px;
}
.mech_blocks_4 > span::before {
    background-color: #30FEFE;
    width: 4px;
    height: 4px;
    content: ' ';
    position: absolute;
    right: -4px;
    top: -4px;
}
.mech_blocks_4 > span::after {
    background-color: #30FEFE;
    width: 4px;
    height: 4px;
    content: ' ';
    position: absolute;
    right: -4px;
    bottom: -4px;
    z-index: 1;
}

.mech_blocks_4 > div {
    border: 4px solid #00a0ff;
    padding: 15px 25px 33px 25px;
    box-sizing: border-box;
    border-bottom: none;
}
.mech_blocks_4 > div::before {
    background-color: #30FEFE;
    width: 4px;
    height: 4px;
    content: ' ';
    position: absolute;
    left: -4px;
    top: -4px;
}
.mech_blocks_4 > div::after {
    background-color: #30FEFE;
    width: 4px;
    height: 4px;
    content: ' ';
    position: absolute;
    right: -4px;
    top: -4px;
}





.mech_blocks_6 > span {
    border: 4px solid #00a0ff;
    border-left: 0px;
}
.mech_blocks_6 > span::before {
    background-color: #30FEFE;
    width: 4px;
    height: 4px;
    content: ' ';
    position: absolute;
    right: -4px;
    top: -4px;
}
.mech_blocks_6 > span::after {
    background-color: #30FEFE;
    width: 4px;
    height: 4px;
    content: ' ';
    position: absolute;
    right: -4px;
    bottom: -4px;
    z-index: 1;
}

.mech_blocks_6 > div {
    border: 4px solid #00a0ff;
    padding: 15px 25px 33px 25px;
    box-sizing: border-box;
}
.mech_blocks_6 > div::before {
    background-color: #30FEFE;
    width: 4px;
    height: 4px;
    content: ' ';
    position: absolute;
    left: -4px;
    top: -4px;
}
.mech_blocks_6 > div::after {
    background-color: #30FEFE;
    width: 4px;
    height: 4px;
    content: ' ';
    position: absolute;
    right: -4px;
    top: -4px;
}







.mech_blocks_8 > span {
    border: 4px solid #00a0ff;
    border-left: 0px;
}
.mech_blocks_8 > span::before {
    background-color: #30FEFE;
    width: 4px;
    height: 4px;
    content: ' ';
    position: absolute;
    right: -4px;
    top: -4px;
}
.mech_blocks_8 > span::after {
    background-color: #30FEFE;
    width: 4px;
    height: 4px;
    content: ' ';
    position: absolute;
    right: -4px;
    bottom: -4px;
    z-index: 1;
}

.mech_blocks_8 > div {
    border: 4px solid #00a0ff;
    padding: 15px 25px 33px 25px;
    box-sizing: border-box;
}
.mech_blocks_8 > div::before {
    background-color: #30FEFE;
    width: 4px;
    height: 4px;
    content: ' ';
    position: absolute;
    left: -4px;
    top: -4px;
}
.mech_blocks_8 > div::after {
    background-color: #30FEFE;
    width: 4px;
    height: 4px;
    content: ' ';
    position: absolute;
    right: -4px;
    top: -4px;
}


.mech_blocks_5::before {
    background-image: url(../images/serv_arrow2.png);
    width: 43px;
    height: 40px;
    content: ' ';
    position: absolute;
    left: 7px;
    bottom: -45px;
    right: 0px;
    margin: auto;
    background-size: contain;
    background-repeat: no-repeat;
}

.mech_blocks_5::after {
    height: 78px;
    content: ' ';
    position: absolute;
    left: 6px;
    bottom: -127px;
    right: 0px;
    width: 10px;
    margin: auto;
    background-color: #0099ff;
}

.mech_blocks_5 > span {
    left: 0px !important;
    text-align: center !important;
    width: 100% !important;
}
.mech_blocks_5 > span::after {
    background-image: url(../images/serv_arrow.png);
    width: 27px;
    height: 48px;
    content: ' ';
    position: absolute;
    left: 0px;
    top: -76px;
    right: 0px;
    margin: auto;
}
.mech_blocks_5 > div {
    text-align: center;
}
.mech_blocks_5 > div::before {
    background-image: url(../images/serv_arrow.png);
    width: 27px;
    height: 48px;
    content: ' ';
    position: absolute;
    bottom: 23px;
    top: 0px;
    right: -50px;
    margin: auto;
    transform: rotate(-270deg);
    -webkit-transform: rotate(-270deg);
}
.mech_blocks_5 > div::after {
    background-image: url(../images/serv_arrow.png);
    width: 27px;
    height: 48px;
    content: ' ';
    position: absolute;
    bottom: 23px;
    top: 0px;
    left: -50px;
    margin: auto;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
}




.mech_blocks_4 {
    width: 21% !important;
    margin-right: 12%;
}

.mech_blocks_6 {
    width: 21% !important;
    margin-left: 12%;
}

.serv_title_3 {
    display: block;
    letter-spacing: 5px;
    position: relative;
    color: #fff;
    margin-top: 240px;
    font-size: 2.2em;
    width: 100%;
    text-align: left;
    padding-right: 115px;
    box-sizing: border-box;
    font-family: 'CIRCE-EXTRABOLD';
    margin-left: 13%;
    margin-bottom: 125px;
}


.serv_title_3::after {
    content: ' ';
    position: absolute;
    top: 22px;
    left: 336px;
    right: 0px;
    height: 4px;
    background-color: #00a0ff;
}

.values_more13 {
    opacity: 0;
}


.mech_blocks_1 > span {
    position: absolute !IMPORTANT;
    width: 119px !important;
    border-top: 10px solid #00a0ff;
    border-left: 10px solid #00a0ff;
    top: 32px;
    bottom: -224px !important;
    right: 203px;
    float: none;
    left: inherit !important;
}



.mech_blocks_1 > span::after {
    background-image: url(../images/serv_arrow2.png);
    width: 43px;
    height: 40px;
    content: ' ';
    position: absolute;
    right: -49px;
    background-size: contain;
    top: -24px;
    background-repeat: no-repeat;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}

.mech_blocks_9 > span {
    position: absolute !IMPORTANT;
    width: 39%;
    border-top: 10px solid #00a0ff;
    border-left: 10px solid #00a0ff;
    top: -96px;
    bottom: -97px !important;
    right: 32%;
    float: none;
    left: inherit !important;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.mech_blocks_9 > span::after {
    background-image: url(../images/serv_arrow2.png);
    width: 43px;
    height: 40px;
    content: ' ';
    position: absolute;
    right: -49px;
    background-size: contain;
    top: -24px;
    background-repeat: no-repeat;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}

.mech_blocks_3 > span {
    position: absolute !IMPORTANT;
    width: 209px !important;
    border-top: 10px solid #00a0ff;
    border-left: 10px solid #00a0ff;
    top: 58px;
    bottom: -161px !important;
    right: 225px;
    float: none;
    left: inherit !important;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}


.mech_blocks_3 > span::after {
    background-image: url(../images/serv_arrow2.png);
    width: 43px;
    height: 40px;
    content: ' ';
    position: absolute;
    right: -49px;
    background-size: contain;
    top: -24px;
    background-repeat: no-repeat;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}

.mech_blocks_7 > span {
    background-image: url(../images/new_project.png);
    position: absolute !IMPORTANT;
    width: 156px !important;
    bottom: 0px !important;
    right: 37%;
    top: 0px;
    height: 309px;
    float: none;
    left: inherit !important;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 0px !important;
}

.mech_blocks_7 > span::before {
    content: ' ';
    position: absolute !IMPORTANT;
    left: 1px;
    border-bottom: 7px solid #2c80cb;
    bottom: 0px !important;
    right: -4000px;
    height: 100px;
    float: none;
}

.mech_blocks_7 > span::after {
    content: ' ';
    position: absolute !IMPORTANT;
    left: -500px;
    border-right: 7px solid #2c80cb;
    border-bottom: 7px solid #2c80cb;
    bottom: -100px !important;
    right: 2px;
    height: 100px;
    float: none;
}

.our_exp_over {
    width: 100%;
    padding-left: 10%;
    padding-right: 10%;
    box-sizing: border-box;
    text-align: center;
}


.our_exp {
    display: inline-block;
    text-align: left;
}

.our_exp > div {
    width: 100%;
    box-sizing: border-box;
    position: relative;
}


.our_exp > div::after {
    content: ' ';
    height: 3px;
    background-color: #00a0ff;
    bottom: 0px;
    position: absolute;
}

.our_exp > div:nth-child(1n)::after {
    left: 0px;
    right: -5000px;
}

.our_exp > div:nth-child(2n)::after {
    right: 0px;
    left: -5000px;
}


.our_exp > div > span {
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 17px;
    padding-right: 17px;
    font-size: 31pt;
    color: rgba(255, 255, 255, 0.88);
    font-family: 'CIRCE-EXTRALIGHT';
    border-bottom: 3px solid #00a0ff;
    border-right: 3px solid #00a0ff;
    position: relative;
    letter-spacing: 5px;
}


.our_exp > div > span:last-child {
    border-right: none;
}

.our_exp > div > span:last-child::before,
.our_exp > div > span:last-child::after {
    display: none;
}

.our_exp > div > span:nth-child(1) {
    padding-left: 0px;
}


.our_exp > div > span::before {
    background-color: #30FEFE;
    width: 3px;
    height: 3px;
    content: ' ';
    position: absolute;
    right: -3px;
    bottom: -3px;
    z-index: 1;
}

.our_exp > div > span::after {
    background-color: #30FEFE;
    width: 3px;
    height: 3px;
    content: ' ';
    position: absolute;
    right: -3px;
    top: -3px;
    z-index: 1;
}

.serv_title_4 {
    display: block;
    letter-spacing: 5px;
    position: relative;
    color: #fff;
    margin-top: 330px;
    margin-bottom: 130px;
    font-size: 3em;
    width: 100%;
    text-align: left;
    padding-right: 115px;
    box-sizing: border-box;
    font-family: 'CIRCE-EXTRABOLD';
    margin-left: 12.7%;
}

.serv_effect {
    box-sizing: border-box;
    padding-left: 150px;
    padding-right: 150px;
    width: 100%;
    background-image: url(../images/servfon.jpg);
    background-size: 100%;
    padding-top: 300px;
    margin-top: 100px;
    padding-bottom: 90px;
    background-position: 0px;
    /*background-color: #0045a8;*/
    background-repeat: no-repeat;
}

.serv_effect .serv_title_5 {
    display: block;
    letter-spacing: 5px;
    position: relative;
    color: #fff;
    font-size: 3em;
    width: 100%;
    text-align: right;
    box-sizing: border-box;
    font-family: 'CIRCE-EXTRABOLD';
    margin-right: 0;
    padding-bottom: 39px;
    padding-right: 100px;
}

.serv_effect .serv_title_5::after {
    content: ' ';
    position: absolute;
    right: 0px;
    top: 200px;
    height: 390px;
    width: 220px;
    border-bottom: 4px solid rgba(0, 160, 255, 0.6);
    border-right: 4px solid rgba(0, 160, 255, 0.6);
}

.serv_effect div div,
.serv_effect div * * {
    font-size: 20pt;
    color: rgba(255, 255, 255, 0.88);
    font-family: 'CIRCE-EXTRALIGHT';
}



.serv_effect ul li {
    padding-left: 30px;
    list-style-type: none;
    position: relative;
    padding-bottom: 5px;
}

.serv_effect ul li::after {
    content: '+';
    color: #3099FE;
    position: absolute;
    font-size: 25px;
    left: 0px;
    font-family: 'CIRCE';
    top: 1px;
}

.serv_effect::before {
    content: ' ';
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 150px;
    width: 420px;
    border-top: 3px solid rgba(0, 160, 255, 0.6);
    border-right: 3px solid rgba(0, 160, 255, 0.6);
}

.serv_effect::after {
    content: ' ';
    position: absolute;
    right: 313px;
    bottom: 0px;
    height: 26px;
    width: 310px;
    border-top: 3px solid rgba(0, 160, 255, 0.6);
    border-left: 3px solid rgba(0, 160, 255, 0.6);
}


.serv_about4 {
    width: 58px;
    height: 139px;
    position: absolute;
    right: 0px;
    bottom: -6px;
    background-image: url(../images/serv4title.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.serv_about2 {
    width: 58px;
    height: 139px;
    position: absolute;
    right: -95px;
    bottom: -45px;
    background-image: url(../images/serv2title.png);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 13;
}

.serv_about3 {
    width: 58px;
    height: 139px;
    position: absolute;
    left: -93px;
    bottom: -45px;
    background-image: url(../images/serv3title.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.serv_mch_r {
    width: 41px;
    height: 68px;
    position: absolute;
    right: 0px;
    background-image: url(../images/mch_r.png);
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: -67px;
    background-position: right;
}


.serv_effect > div {
    position: relative;
    top: -153px;
}

.team_r1 {
    width: 70px;
    height: 90px;
    position: absolute;
    right: 0px;
    background-image: url(../images/mch_r.png);
    background-repeat: no-repeat;
    background-size: contain;
    bottom: -400px;
    background-position: right;
}


.x_team1 {
    position: absolute;
    width: 19px;
    height: 19px;
    background-image: url(../images/x_vac2.png);
    left: 62%;
    margin-top: -38px;
    background-size: contain;
    transform: rotate(16deg);
    -webkit-transform: rotate(16deg);
}


.x_team2 {
    position: absolute;
    width: 10px;
    height: 10px;
    background-image: url(../images/x_vac2.png);
    left: 9%;
    margin-top: -58px;
    background-size: contain;
}

.x_team3 {
    position: absolute;
    width: 10px;
    height: 10px;
    background-image: url(../images/x_vac2.png);
    left: 48%;
    margin-top: -78px;
    background-size: contain;
}

.x_team4 {
    position: absolute;
    width: 15px;
    height: 15px;
    background-image: url(../images/x_vac2.png);
    right: 15%;
    margin-top: -88px;
    background-size: contain;
}

.x_team5 {
    position: absolute;
    width: 19px;
    height: 19px;
    background-image: url(../images/x_vac2.png);
    left: -100px;
    bottom: -73px;
    background-size: contain;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.x_team6 {
    position: absolute;
    width: 19px;
    height: 19px;
    background-image: url(../images/x_vac2.png);
    background-size: contain;
    transform: rotate(16deg);
    -webkit-transform: rotate(16deg);
    bottom: -100px;
    left: -50px;
}


.x_team7 {
    position: absolute;
    width: 10px;
    height: 10px;
    background-image: url(../images/x_vac2.png);
    right: -31px;
    margin-top: -290px;
    background-size: contain;
}

.x_team8 {
    position: absolute;
    width: 10px;
    height: 10px;
    background-image: url(../images/x_vac2.png);
    left: -31px;
    margin-top: -253px;
    background-size: contain;
}

.x_team9 {
    position: absolute;
    width: 15px;
    height: 15px;
    background-image: url(../images/x_vac2.png);
    right: -31px;
    margin-top: -273px;
    background-size: contain;
}

.x_team10 {
    position: absolute;
    width: 19px;
    height: 19px;
    background-image: url(../images/x_vac2.png);
    left: -61px;
    bottom: 200px;
    background-size: contain;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.x_team11 {
    position: absolute;
    width: 10px;
    height: 10px;
    background-image: url(../images/x_vac2.png);
    right: 35%;
    background-size: contain;
    bottom: -146px;
}

.x_team12 {
    position: absolute;
    width: 19px;
    height: 19px;
    background-image: url(../images/x_vac2.png);
    right: -44%;
    background-size: contain;
    bottom: -289px;
    transform: rotate(17deg);
    -webkit-transform: rotate(17deg);
}