/*@font-face {
    font-family: 'Gotham Pro';
    src: url('/fonts/GothamPro.eot#') format('eot'),
    url('/fonts/GothamPro.woff') format('woff'),
    url('/fonts/GothamPro.ttf') format('truetype'),
    url('/fonts/GothamPro.svg#MyriadProBoldCondensed') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Pro Bold';
    src: url('/fonts/GothamPro-Bold.eot#') format('eot'),
    url('/fonts/GothamPro-Bold.woff') format('woff'),
    url('/fonts/GothamPro-Bold.ttf') format('truetype'),
    url('/fonts/GothamPro-Bold.svg#MyriadProBoldCondensed') format('svg');
    font-weight: normal;
    font-style: normal;
}*/
* {
  margin: 0;
  padding: 0;
}

html,
body {
  font-family: "Roboto", sans-serif;
  height: 100%;
  width: 100%;
  color: #464646;
  line-height: 0;
  font-size: 10pt;
  text-align: center;
}

.wrap {
  padding: 0;
  margin: 0;
  /*max-width: 1300px;*/
  min-width: 350px;
  height: 100%;
  width: 100%;
  line-height: 0;
}

.header-slide {
  position: fixed;
  z-index: 4000;
  top: 0;
  width: 100%;
  min-width: 350px;
  opacity: 0.9;
}

.header-slide-no-opa {
  position: fixed;
  z-index: 4000;
  top: 0;
  width: 100%;
  min-width: 350px;
  opacity: 1;
}

.main-header {
  display: inline-block;
  width: 100%;
  line-height: 0;
  background: linear-gradient(45deg, #002d6a, #307295);
  padding: 10px 0 10px 0;
}

.top-sub-menu {
  display: inline-block;
  width: 100%;
  line-height: 0;
  background: linear-gradient(45deg, #002d6a, #307295);
  padding: 10px 0 40px 0;
  display: none;
  color: white;
  box-shadow: 20px 20px 15px 3px rgba(0, 0, 0, 0.3);
}

.logo2 {
  display: block;
  float: left;
  padding: 0;
  margin: 4px 0 0 60px;
  height: 40px;
}

.logo4 {
  display: none;
  float: left;
  padding: 0;
  margin: 4px 0 0 20px;
  height: 40px;
}

#top-phone {
  font-weight: 600;
}

#top-phone-ico {
  display: none;
}

.top-menu {
  margin: 0 120px 0 220px;
  text-align: center;
}

.top-menu-item {
  display: inline-block;
  line-height: 0;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  font-size: 11pt;
  padding: 25px 10px 0 10px;
  height: 25px;
  margin: 0 30px 0 30px;

  cursor: pointer;
  font-weight: 400;
  overflow: hidden;
}

.top-menu-item:hover {
  color: white;
}

.top-menu-item-on {
  display: inline-block;
  line-height: 0;
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  font-size: 11pt;
  padding: 25px 10px 0 10px;
  height: 25px;
  margin: 0 10px 0 10px;
  overflow: hidden;
  cursor: pointer;
  font-weight: 400;
  /*background-image: url("../i/cross.png");
    background-size: 20px;
    background-position: right center;
    background-repeat: no-repeat;*/
}

.top-menu-item-bg1 {
  display: inline-block;
  line-height: 0;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  font-size: 11pt;
  padding: 25px 10px 0 10px;
  height: 25px;
  margin: 0 20px 0 20px;
  cursor: pointer;
  overflow: hidden;
  background-image: url("../i/vk-ico.png");
  background-size: 20px;
  background-position: center center;
  background-repeat: no-repeat;
}

.top-menu-item-bg2 {
  display: inline-block;
  line-height: 0;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  font-size: 11pt;
  padding: 25px 10px 0 10px;
  height: 25px;
  margin: 0 20px 0 20px;
  cursor: pointer;
  overflow: hidden;
  background-image: url("../i/telegram-ico.png");
  background-size: 20px;
  background-position: center center;
  background-repeat: no-repeat;
}

.top-menu-item-bg3 {
  display: inline-block;
  line-height: 0;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  font-size: 11pt;
  padding: 25px 10px 0 10px;
  height: 25px;
  margin: 0 20px 0 20px;
  cursor: pointer;
  overflow: hidden;
  background-image: url("../i/yt-ico.png");
  background-size: 20px;
  background-position: center center;
  background-repeat: no-repeat;
}

.top-menu-item-bg4 {
  display: inline-block;
  line-height: 0;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  font-size: 11pt;
  padding: 25px 10px 0 10px;
  height: 25px;
  margin: 0 20px 0 20px;
  cursor: pointer;
  overflow: hidden;
  background-image: url("../i/phone.png");
  background-size: 20px;
  background-position: center center;
  background-repeat: no-repeat;
}

.top-menu-item-on2 {
  display: inline-block;
  line-height: 0;
  color: white;
  text-decoration: none;
  font-size: 11pt;
  padding: 25px 10px 0 10px;
  height: 25px;
  margin: 0 10px 0 10px;
  /*background-color: rgba(255, 255, 255, 0.1);*/
  overflow: hidden;
  cursor: pointer;
}

.sub-menu-link {
  display: block;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  font-size: 11pt;
  padding: 25px 20px 0 10px;
  min-height: 25px;
  margin: 0 0 0 0;
  cursor: pointer;
  font-weight: 400;
  overflow: hidden;
}

.sub-menu-link:hover {
  display: block;

  color: white;
  text-decoration: none;
  font-size: 11pt;
  padding: 25px 20px 0 10px;

  margin: 0 0 0 0;
  cursor: pointer;
  /*background-color: rgba(255, 255, 255, 0.1);*/
  font-weight: 400;
  overflow: hidden;
}

.sub-menu-link-on {
  display: block;
  line-height: 20px;
  color: white;

  text-decoration: none;
  font-size: 11pt;
  padding: 25px 20px 0 10px;
  min-height: 25px;
  margin: 0 0 0 0;
  cursor: pointer;
  /*background-color: rgba(255, 255, 255, 0.5);*/
  font-weight: 700;
  overflow: hidden;
}

.sub-menu-folder {
  text-align: left;
  display: inline-block;

  margin: 0 0 0 0;
}

.sub-menu-subfolder {
  float: left;
  min-width: 200px;
}

.sub-menu-subfolder-noh {
  margin: 0 0 0 30px;
  float: left;
  min-width: 200px;
}

.sub-menu-header {
  font-weight: 400;

  color: white;
  text-transform: uppercase;
  font-size: 14pt;
  line-height: 20px;
  padding: 20px 0 20px 0;
  border-bottom: solid 1px rgba(255, 255, 255, 0.1);
}

.sub-menu-header-mob {
  font-weight: 400;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
  font-size: 14pt;
  line-height: 20px;
  padding: 20px 0 20px 20px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.1);
  display: block;
  text-decoration: none;
}

.sub-menu-header-mob:hover {
  color: rgba(255, 255, 255, 1);
}

.sub-menu-header-mob-on {
  font-weight: 600;
  cursor: pointer;
  color: rgba(255, 255, 255, 1);
  text-transform: uppercase;
  font-size: 14pt;
  line-height: 20px;
  padding: 20px 0 20px 20px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.1);
  display: block;
  text-decoration: none;
}

.lang-version {
  float: right;
  padding: 0;
  margin: 0 30px 0 0;
  height: 25px;
  width: 50px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 0;
  text-align: center;
  padding: 25px 0 0 0;
  font-size: 15pt;
  font-weight: 400;
  cursor: pointer;
  text-decoration: none;
}

.lang-version:hover {
  color: white;
}

.sand-menu {
  display: none;
}

.content {
  /*background: linear-gradient(45deg, #005992, #7de7ca);*/
  background: linear-gradient(45deg, #cccccc, white);
  padding: 70px 0 0 0;
  width: 100%;
}

.content-tr {
  background: transparent !important;
}

.content-hr {
  background-color: rgba(200, 200, 200, 0.5);
  background-image: url("../i/pattern1.png");
  background-size: 190px;
  padding: 0 0 0 0;
  width: 100%;
}

.content2 {
  background-color: #cccccc;

  width: 100%;
  background-image: url("../i/pattern1.png");
  background-size: 190px;
  background-attachment: fixed;
  background-position: -5px -5px;
  padding: 70px 0 0 0;
}

.p-head {
  font-weight: 400;
  font-size: 30pt;
  line-height: 40px;
  display: block;
  text-align: center;
  padding: 40px 0 30px 0;
  color: white;
  /*background: linear-gradient(45deg, #005992, #7de7ca);*/
  background: linear-gradient(45deg, #002d6a, #307295);
}

.title-promo {
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  background: linear-gradient(45deg, #002d6a, #307295);
  overflow: hidden;
  padding: 0 0 0 0;
}

.title-promo-mob {
  display: none;
}

.title-promo-section1 {
  position: relative;
  width: 33.333%;
  height: 100vh;
  line-height: 20px;

  background-image: url("../media-gal/bg1-1.jpg");
  background-size: cover;
  background-position: center center;
  overflow: hidden;
  transition: 0.3s linear;
  box-sizing: border-box;
}

.title-promo-section1-mob {
  float: left;
  width: 33.333%;
  padding: 150px 0 0 0;
  line-height: 20px;
  background-image: url("../media-gal/bg1-1s.jpg");
  background-size: cover;
  background-position: center center;
  text-decoration: none;
  text-align: left;
}

.title-promo-section1:hover {
  width: 48%;
  /*background-image: url("../i/bg1.jpg");*/
}

.title-promo-section2 {
  position: relative;
  width: 33.333%;
  height: 100vh;

  overflow: hidden;
  background-image: url("../media-gal/bg2-2.jpg");
  background-size: cover;
  background-position: center center;
  transition: 0.3s linear;
  box-sizing: border-box;
}

.title-promo-section2-mob {
  float: left;
  width: 33.333%;
  padding: 150px 0 0 0;
  line-height: 20px;
  background-image: url("../media-gal/bg2-2s.jpg");
  background-size: cover;
  background-position: center center;
  text-decoration: none;
  text-align: left;
}

.title-promo-section2:hover {
  width: 48%;
  /*background-image: url("../i/bg2.jpg");*/
}

.title-promo-section3 {
  position: relative;
  width: 33.333%;
  height: 100vh;

  overflow: hidden;
  background-image: url("../media-gal/bg3-3.jpg");
  background-size: cover;
  background-position: center center;
  transition: 0.3s linear;
  box-sizing: border-box;
}

.title-promo-section3-mob {
  float: left;
  width: 33.333%;
  padding: 150px 0 0 0;
  line-height: 20px;
  background-image: url("../media-gal/bg3-3s.jpg");
  background-size: cover;
  background-position: center center;
  text-decoration: none;
  text-align: left;
}

.title-promo-section3:hover {
  width: 48%;
  /*background-image: url("../i/bg3.jpg");*/
}

.gos1 {
  float: left;
  width: 300px;
  height: 300px;
  border-radius: 300px;
  background-color: rgba(255, 255, 255, 0.3);
  display: none;
  transition: 0.1s linear;
  z-index: 12;
}

.in-itle-promo-section1 {
  position: absolute;
  margin: 0 0 0 0;
  padding: 0;
  width: 100%;
  height: 85vh;
  /*background-color: rgba(100,25,255,0.8);*/
  z-index: 13;
}

.title-promo-section1-link {
  position: absolute;
  margin: 480px 0 0 60px;
  padding: 0;
  text-align: left;
  padding: 0;
  cursor: pointer;

  z-index: 13;
  line-height: 40px;
  /*background: linear-gradient(45deg, #c65146, #1566ab);*/
}

.title-promo-section-tblock {
  position: absolute;
  margin: 200px 0 0 60px;
  z-index: 11;
  transition: 0.1s linear;
  padding: 20px;
  min-height: 250px;
  min-width: 330px;
  display: block;
  text-align: left;
  text-decoration: none;
}

.title-promo-section-tblock-mob {
  margin: 0 0 0 60px;
  z-index: 11;
  padding: 0;
  color: white;
  text-align: left;
  text-decoration: none;
}

#tblock1,
#tblock2,
#tblock3 {
  color: white;
  /*background: linear-gradient(45deg, #ebebeb, white);
    opacity: 0.9;*/
}

/*#tblock1 {
    color: black;
    background: linear-gradient(45deg, #ebebeb, white);
    opacity: 0.9;
}
*/

.link-style1,
.link-style2,
.link-style3 {
  background: linear-gradient(45deg, #cccccc, white);
  color: black;
}

.link-style1:hover,
.link-style2:hover,
.link-style3:hover {
  /*background: linear-gradient(45deg, #006a9b, #15e8f5);*/
  background: maroon;
  color: white;
}

.promo-section-link1 {
  font-size: 13pt;
  padding: 10px;
  text-decoration: none;
  margin: 20px 0 0 20px;
  color: rgba(255, 255, 255, 0.7);
  transition: 0.1s linear;
}

.promo-section-link1:hover {
  /*background-color: rgba(255, 0, 0, 0.5);*/
  color: white;
  padding: 20px;
}

.promo-section-link2 {
  font-size: 13pt;
  padding: 10px;
  text-decoration: none;
  margin: 20px 0 0 20px;
  color: rgba(255, 255, 255, 0.7);
  transition: 0.1s linear;
}

.promo-section-link2:hover {
  /*background-color: rgba(255, 0, 0, 0.5);*/
  color: white;
  padding: 20px;
}

.promo-section-link3 {
  font-size: 13pt;
  padding: 10px;
  text-decoration: none;
  margin: 20px 0 0 20px;
  color: rgba(255, 255, 255, 0.7);
  transition: 0.1s linear;
}

.promo-section-link3:hover {
  /*background-color: rgba(255, 0, 0, 0.5);*/
  color: white;
  padding: 20px;
}

.promo-section-link-mob {
  font-size: 13pt;
  padding: 0;
  text-decoration: none;
  margin: 30px 0 30px 60px;
  color: rgba(255, 255, 255, 0.7);
}

.title-promo-section-hoverblock {
  position: absolute;
  width: 100%;
  height: 400px;
  opacity: 0.9;
  /*background: linear-gradient(45deg, #005992, #7de7ca);*/
  background: linear-gradient(45deg, #002d6a, #307295);
  z-index: 10;
  display: none;
}

.promo-section-header {
  display: block;
  text-decoration: none;

  font-size: 22pt;
  line-height: 35px;
  font-weight: 500;
  text-align: left;
  cursor: pointer;
}

.promo-section-header-mob {
  display: block;
  text-decoration: none;

  font-size: 22pt;
  line-height: 35px;
  font-weight: 500;
  text-align: left;
  cursor: pointer;
  height: 100px;
}

.promo-section-short {
  font-size: 11pt;
  line-height: 20px;
  font-weight: 400;
  text-align: left;
  width: 300px;
  margin: 20px 0 0 0;
}

.promo-section-short-mob {
  font-size: 11pt;
  line-height: 20px;
  font-weight: 400;
  text-align: left;
  width: 95%;
  height: 150px;
  margin: 20px 0 0 0;
}

.title-about-block-wrap {
  float: left;
  width: 100%;
  text-align: center;

  /*background: linear-gradient(45deg, #7de7ca, #005992);*/
  background: linear-gradient(45deg, #002d6a, #307295);
}

.title-about-block-pre {
  display: inline-block;
  width: 100%;
  min-height: 850px;
  background-image: url("../i/pattern1.png");
  background-size: 190px;
  background-attachment: fixed;
  background-position: -5px -5px;
}

.title-about-block {
  display: inline-block;

  background-repeat: no-repeat;
  background-position: -400px 150px;
  background-size: 70%;
  width: 80%;
  min-height: 850px;
  border-bottom: solid 4px white;
  padding: 0 0 20px 0;

  position: relative;
  overflow: hidden;
}

.title-about-block-intro {
  float: left;
  margin: 30px 0 0 60px;
}

.title-about-block-intro-header {
  font-size: 30pt;
  text-transform: uppercase;
  color: black;
  line-height: 50px;
  text-align: left;

  margin: 30px 20px 0 0;
}

.title-about-block-intro-header-line1 {
  font-weight: 400;
}

.title-about-block-intro-header-line2 {
  font-weight: 400;
  font-size: 45pt;
}

.title-about-block-intro-text {
  color: white;
  font-size: 16pt;
  line-height: 30px;
  margin: 0 20px 0 40px;
  float: left;

  text-align: left;
  font-weight: 400;
  padding: 20px;
}

.about-promo-pic {
  position: absolute;
  /*left: -1260px;*/
  left: 120px;
  margin: 150px 0 0 0;
  width: 60%;
  max-width: 1100px;
}

.about-promo-pic2 {
  position: absolute;
  left: 120px;
  margin: 150px 0 0 0;
  width: 60%;
  max-width: 1100px;
  display: none;
}

.more-about-link {
  display: block;
  color: rgba(255, 255, 255, 0.7);
  font-size: 12pt;
  font-weight: 400;
  text-transform: none;
  margin: 0 0 0 5px;
  padding: 10px 10px 10px 0;
  line-height: 20px;
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: left center;
  text-decoration: none;
  transition: 0.1s linear;
}

.more-about-link:hover {
  color: white;
}

.more-about-link2 {
  display: inline-block;
  color: white;
  border-radius: 10px;
  font-size: 12pt;
  font-weight: 400;
  text-transform: none;
  margin: 10px 0 0 0;
  padding: 10px;
  line-height: 20px;
  background-color: #055380;
  text-decoration: none;
  transition: 0.1s linear;
}

.more-about-link2:hover {
  padding: 10px 10px 10px 25px;
  font-weight: 400;
  background-image: url("../i/arr1.png");
  background-position: 5px center;
  background-size: 10px;
  background-repeat: no-repeat;
}

.dot1 {
  /*background-image: url("../i/reddot.jpg");*/
}

.dot2 {
  /*background-image: url("../i/bluedot.jpg");*/
}

.title-about-block-menu {
  margin: 70px 0 0 0;
  color: white;
  line-height: 25px;
}

.title-about-block-menu-header {
  font-size: 14pt;
  text-transform: uppercase;
}

.title-projects-block-wrap {
  float: left;
  width: 100%;
  text-align: center;
  /*background: linear-gradient(-45deg, #7de7ca, #005992);*/
  background: linear-gradient(45deg, #002d6a, #307295);
}

.title-projects-block-header {
  width: 100%;
  color: white;
  font-size: 25pt;
  font-weight: 400;
  line-height: 40px;
  padding: 30px 0 30px 0;
  display: block;
  text-decoration: none;
}

.title-projects-block-header:hover {
  width: 100%;
  color: white;
  font-size: 25pt;
  font-weight: 400;
  line-height: 40px;
  padding: 30px 0 30px 0;
  display: block;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.2);
}

.title-projects-block-header-v2 {
  width: 100%;
  color: white;
  font-size: 25pt;
  font-weight: 400;
  line-height: 40px;
  padding: 30px 0 30px 0;
  display: block;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.2);
  float: left;
}

.title-projects-block-header-v2:hover {
  background: linear-gradient(45deg, #002d6a, #307295);
}

.title-projects-block-header-v3 {
  width: 100%;
  color: black;
  font-size: 25pt;
  font-weight: 400;
  line-height: 40px;
  padding: 30px 0 30px 0;
  display: block;
  text-decoration: none;
  background: linear-gradient(45deg, #d8d8d8, white);
  float: left;
}

.title-projects-block-header-v3:hover {
  background: linear-gradient(45deg, #002d6a, #307295);
  color: white;
}

.title-projects-block-header-v4 {
  width: 100%;
  color: black;
  font-size: 15pt;
  font-weight: 400;
  line-height: 40px;
  padding: 30px 0 30px 0;
  display: block;
  text-decoration: none;
  background: linear-gradient(45deg, #d8d8d8, white);
  float: left;
}

/*.title-projects-block-header-v4:hover {
    background: linear-gradient(45deg, #002d6a, #307295);
    color: white;
}*/

.more-b {
  width: 100%;
  color: white;
  font-size: 15pt;
  font-weight: 400;
  line-height: 20px;
  padding: 10px 0 20px 0;
  display: block;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.2);
  float: left;
}

.more-b:hover {
  background: linear-gradient(45deg, #002d6a, #307295);
}

.more-b2 {
  color: white;
  font-size: 12pt;
  font-weight: 400;
  line-height: 20px;
  padding: 10px 0 10px 0;
  margin: 10px 0 0 0;
  display: block;
  text-decoration: none;
  /*background-color: rgba(255, 255, 255, 0.1);*/
  float: left;
  transition: 0.1s linear;
}

.more-b2:hover {
  /*background-color: rgba(255, 255, 255, 0.2);*/
  padding: 10px 10px 10px 20px;
  background-image: url("../i/arr1.png");
  background-position: 5px center;
  background-size: 10px;
  background-repeat: no-repeat;
}

.more-b3 {
  color: black;
  font-size: 12pt;
  font-weight: 400;
  line-height: 20px;
  padding: 10px;
  margin: 10px 0 0 0;
  display: block;
  text-decoration: none;

  float: left;
  transition: 0.1s linear;
}

.more-b3:hover {
  background-color: #c65146;
  padding: 10px 10px 10px 20px;
  background-image: url("../i/arr1.png");
  background-position: 5px center;
  background-size: 10px;
  color: white;
  background-repeat: no-repeat;
}

.more-b4 {
  color: black;
  font-size: 12pt;
  font-weight: 400;
  line-height: 20px;
  padding: 10px 10px 10px 0;
  margin: 10px 0 0 0;
  display: block;
  text-decoration: none;

  float: left;
  transition: 0.1s linear;
}

.more-b4:hover {
  padding: 10px 10px 10px 20px;
  background-image: url("../i/arr1red.png");
  background-position: 5px center;
  background-size: 10px;
  color: red;
  background-repeat: no-repeat;
}

.title-projects-list-wrap {
  position: relative;
  text-align: center;
  width: 100%;
}

.title-projects-item {
  position: absolute;
  left: 50%;

  width: 300px;
  height: 300px;
  border-radius: 300px;
  transition: 0.2s linear;
  background-repeat: no-repeat;
  background-size: 500px;
  opacity: 0.6;
  cursor: pointer;
  box-shadow: 20px 20px 15px 3px rgba(0, 0, 0, 0.3);
}

.title-projects-item:hover {
  display: inline-block;
  width: 350px;
  height: 350px;
  border-radius: 300px;
  transition: 0.2s linear;
  margin-top: -30px;
  z-index: 5;
  box-shadow: 40px 40px 15px 3px rgba(0, 0, 0, 0.3);
  background-repeat: no-repeat;
  background-size: 600px;
  opacity: 1;
  cursor: pointer;
}

.position1 {
  margin-left: -430px;
  z-index: 2;
  background-image: url("../i/proj1.jpg");
}

.position2 {
  margin-left: -150px;
  z-index: 3;
  background-image: url("../i/proj2.jpg");
}

.position3 {
  margin-left: 130px;
  z-index: 2;
  background-image: url("../i/proj3.jpg");
}

.title-projects-item-text {
  color: white;
  line-height: 20px;
  font-weight: 400;
  position: absolute;
  margin: 150px 0 0 15px;
  width: 230px;
  text-align: left;
  padding: 10px;
  background: linear-gradient(45deg, #c65146, #1566ab);
  text-transform: uppercase;
}

.title-projects-more {
  display: inline-block;
  width: 300px;
  text-align: center;
  color: white;
  font-size: 15pt;
  border: solid 2px white;
  padding: 20px;
  margin: 380px 0 40px 0;
  cursor: pointer;
  font-weight: 400;
  text-decoration: none;
}

.title-projects-more:hover {
  display: inline-block;
  width: 300px;
  text-align: center;
  color: white;
  font-size: 15pt;
  border: solid 2px white;
  padding: 20px;
  margin: 380px 0 40px 0;
  cursor: pointer;
  font-weight: 400;
  transition: 0.1s linear;
  box-shadow: 20px 20px 15px 3px rgba(0, 0, 0, 0.3);
  background: linear-gradient(45deg, #c65146, #1566ab);
}

.news-more {
  display: inline-block;
  width: 300px;
  text-align: center;
  color: white;
  font-size: 15pt;
  border: solid 2px white;
  padding: 20px;
  margin: 40px 0 40px 0;
  cursor: pointer;
  font-weight: 400;
  text-decoration: none;
}

.news-more:hover {
  box-shadow: 20px 20px 15px 3px rgba(0, 0, 0, 0.3);
  background: linear-gradient(45deg, #c65146, #1566ab);
}

.title-brands-more {
  display: inline-block;
  width: 300px;
  text-align: center;
  color: white;
  font-size: 15pt;
  border: solid 2px white;
  padding: 20px;
  margin: 80px 0 40px 0;
  cursor: pointer;
  font-weight: 400;
}

.title-brands-more:hover {
  display: inline-block;
  width: 300px;
  text-align: center;
  color: white;
  font-size: 15pt;
  border: solid 2px white;
  padding: 20px;
  margin: 80px 0 40px 0;
  cursor: pointer;
  font-weight: 400;
  transition: 0.1s linear;
  box-shadow: 20px 20px 15px 3px rgba(0, 0, 0, 0.3);
  background: linear-gradient(45deg, #c65146, #1566ab);
}

.title-brand-item {
  display: inline-block;
  width: 250px;
  height: 250px;
  border-radius: 200px;
  background-color: white;
  cursor: pointer;
}

.title-brand-item-v2 {
  display: inline-block;
  width: 25%;
  height: 200px;
  float: left;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 60% auto;
  transition: 0.1s linear;
  cursor: pointer;
}

.title-brand-item-c {
  display: inline-block;
  width: 250px;
  height: 250px;
  border-radius: 200px;
  background-color: white;
  margin: 0 130px 0 130px;
  cursor: pointer;
}

.title-ways-block-wrap {
  float: left;
  width: 100%;
  clear: right;
  overflow: hidden;
}

.title-ways-block-left {
  float: left;
  width: 33%;
  height: 600px;
  background: linear-gradient(45deg, #c65146, #1566ab);
  text-align: left;
}

.title-ways-block-right {
  float: left;
  width: 67%;
  height: 600px;
  background: black;
  position: relative;
}

.title-ways-block-t {
  position: absolute;
  padding: 200px 0 0 30px;
  width: 300px;
  color: white;
  line-height: 30px;
  text-align: left;
  z-index: 15;
  display: none;
  font-size: 15pt;
}

.title-ways-block1 {
  position: absolute;
  background-image: url("../i/wbg1.jpg");
  background-size: auto 600px;
  background-repeat: no-repeat;
  background-position: center center;
  height: 600px;
  width: 100%;
  z-index: 10;
}

.title-ways-block2 {
  position: absolute;
  background-image: url("../i/wbg2.jpg");
  background-size: auto 600px;
  background-repeat: no-repeat;
  background-position: center center;
  height: 600px;
  width: 100%;
  z-index: 11;
}

.title-ways-block3 {
  position: absolute;
  background-image: url("../i/wbg3.jpg");
  background-size: auto 600px;
  background-repeat: no-repeat;
  background-position: center center;
  height: 600px;
  width: 100%;
  z-index: 8;
}

.title-ways-block4 {
  position: absolute;
  background-image: url("../i/wbg4.jpg");
  background-size: auto 600px;
  background-repeat: no-repeat;
  background-position: center center;
  height: 600px;
  width: 100%;
  z-index: 7;
}

.title-way-point {
  cursor: pointer;
  display: inline-block;
  padding: 10px 10px 10px 0;
  margin: 80px 0 0 60px;
  color: #cccccc;
  font-size: 20pt;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 30px;
  text-align: left;
  width: 400px;
  cursor: pointer;
  transition: 0.1s linear;
}

.title-way-point:hover {
  padding: 10px 10px 10px 20px;
  /*background-color: rgba(0, 0, 0, 0.2);*/
  background-image: url("../i/arr1.png");
  background-position: left center;
  background-size: 10px;
  color: white;
  background-repeat: no-repeat;
}

.title-way-point-on {
  cursor: pointer;
  display: inline-block;
  padding: 10px 10px 10px 25px;
  /*background-color: rgba(255, 255, 255, 0.2);*/
  margin: 80px 0 0 60px;
  color: white;
  font-size: 20pt;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 30px;
  text-align: left;
  width: 400px;
  background-image: url("../i/arr1red.png");
  background-position: left center;
  background-size: 10px;
  background-repeat: no-repeat;
}

.title-ways-sub {
  padding: 10px 10px 10px 10px;
  cursor: pointer;
  transition: 0.1s linear;
  color: rgba(255, 255, 255, 0.7);
  margin: 0 0 50px 0;
}

.title-ways-sub:hover {
  padding: 10px 10px 10px 15px;
  /*background-color: rgba(0, 0, 0, 0.2);*/
  margin: 0 0 50px 0;
  color: white;
}

.title-ways-sub-on {
  padding: 10px 10px 10px 15px;
  /*background-color: rgba(255, 255, 255, 0.2);*/
  cursor: pointer;
  color: white;
  margin: 0 0 50px 0;
}

.title-ways-block-t-details {
  padding: 50px 10px 30px 20px;
  display: none;
  height: 520px;
  overflow: auto;
  margin: 0 0 0 350px;
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
  line-height: 30px;
  text-align: left;
  font-weight: 400;
  font-size: 11pt;
}

.footer {
  float: left;
  width: 100%;
  background-color: #333333;
}

.infooter {
  margin: 35px 60px 0 60px;
  text-align: center;
}

.fb1 {
  width: 20%;
  text-align: left;
}

.fb2 {
  width: 20%;
  text-align: left;
}

.fb3 {
  width: 20%;
  text-align: left;
}

.fb4 {
  width: 20%;
  text-align: left;
}

.fb5 {
  width: 20%;
  text-align: left;
}

.foot-block {
  float: left;
  line-height: 18px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 11pt;
}

.foot-block-pad {
  margin: 2px;
  padding: 10px 20px 10px 0;

  font-weight: 400;
  /*border-right: solid 2px rgba(0,0,0,0.1);*/
}

.foot-sub-head {
  font-weight: 600;
}

.foot-block a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 11pt;
  text-decoration: none;
}

.foot-block a:hover {
  color: #1d8ebd;
  font-size: 11pt;
  text-decoration: none;
}

.foot-block-last {
  float: left;
  width: 100%;
  min-height: 60px;
  background-color: black;
}

.foot-block-last-pad {
  margin: 20px 60px 0 60px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.foot-block-last-left {
  float: left;
  font-size: 9pt;
  line-height: 20px;
  color: gray;
  text-align: left;
  background-image: url("../i/footlogo.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  padding: 0 0 0 30px;
}

.foot-block-last-right {
  display: block;
  color: gray;
}

.foot-block-soc {
  float: left;
  width: 100%;
  text-align: center;
  padding: 20px 0 20px 0;
  background-color: rgba(0, 0, 0, 0.1);
}

.foot-soc-link-1 {
  display: inline-block;
  margin: 0 0 0 0;
  width: 90px;
  height: 30px;
  background-image: url("../i/vk-ico.png");
  background-size: 25px;
  background-position: center center;
  background-repeat: no-repeat;
}

.foot-soc-link-2 {
  display: inline-block;
  margin: 0 0 0 0;
  width: 90px;
  height: 30px;
  /*background-image: url("../i/fb-ico.png");*/
  background-size: 20px;
  background-position: center center;
  background-repeat: no-repeat;
}

.foot-soc-link-3 {
  display: inline-block;
  margin: 0 0 0 0;
  width: 90px;
  height: 30px;
  /*background-image: url("../i/inst-ico.png");*/
  background-size: 20px;
  background-position: center center;
  background-repeat: no-repeat;
}

.foot-soc-link-4 {
  display: inline-block;
  margin: 0 0 0 0;
  width: 90px;
  height: 30px;
  /*background-image: url("../i/yt-ico.png");*/
  background-size: 20px;
  background-position: center center;
  background-repeat: no-repeat;
}

.page-start {
  line-height: 30px;
  color: white;
  width: 100%;
  /*background: linear-gradient(45deg, #005992, #7de7ca);*/
  background: linear-gradient(45deg, #002d6a, #307295);
  overflow: hidden;
  position: absolute;
  z-index: 1000;
  opacity: 0.9;
}

.page-start2 {
  line-height: 30px;
  color: white;
  width: 100%;
  background: linear-gradient(-45deg, #002d6a, #307295);
  float: left;
  padding: 0;
}

.page-start-h {
  font-weight: 400;
  font-size: 35pt;
  line-height: 40px;
  float: left;
  width: 100%;
  text-align: center;
  padding: 30px 0 30px 0;
  /*display: none;*/
  /*background: linear-gradient(45deg, #005992, #7de7ca);*/
}

.intro-s1 {
  line-height: 30px;
  font-size: 14pt;
  font-weight: 400;
  padding: 0 0 20px 0;
  width: 100%;
  float: left;
  /*background: linear-gradient(45deg, #005992, #7de7ca);*/
  color: white;
  margin: 0 0 0 0;

  /*display: none;*/
  text-align: center;
}

.intro-object {
  line-height: 30px;
  font-size: 14pt;
  font-weight: 400;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.8);
  color: black;
  width: 70%;
  margin: 20px 0 0 0;
  text-align: left;
}

.intro-inside {
  display: inline-block;
  width: 60%;
  text-align: left;
}

.header2 {
  font-weight: 400;
  font-size: 30pt;
  line-height: 40px;
  display: block;
  float: left;
  width: 100%;
  text-align: center;
  padding: 40px 0 30px 0;
  color: white;
}

.header3 {
  font-weight: 400;
  font-size: 30pt;
  line-height: 40px;
  display: block;
  float: left;
  width: 100%;
  text-align: left;
  padding: 10px 0 30px 0;
  color: white;
}

.header4 {
  font-weight: 400;
  font-size: 30pt;
  line-height: 40px;
  display: block;
  float: left;
  width: 100%;
  text-align: center;
  padding: 40px 0 30px 0;
  color: black;
  background: linear-gradient(45deg, #d8d8d8, white);
}

/*
.ymaps-layers-pane {

    filter: grayscale(50%);
    -ms-filter: grayscale(50%);
    -webkit-filter: grayscale(50%);
    -moz-filter: grayscale(50%);
    -o-filter: grayscale(50%);


}*/

.two-blocks-wrap {
  line-height: 30px;
  font-size: 14pt;
  font-weight: 400;
  padding: 0 0 0 0;
  width: 100%;
  float: left;
  margin: 0 0 0 0;
  min-height: 500px;
  /*background: linear-gradient(45deg, #005992, #7de7ca);*/
  background: linear-gradient(45deg, #002d6a, #307295);
}

.two-blocks-divline {
  line-height: 30px;
  font-size: 14pt;
  font-weight: 400;
  padding: 0 0 0 0;
  width: 100%;
  float: left;
  margin: 0 0 0 0;
  min-height: 500px;
  /*background-image: url("../i/divline.png");
    background-size: 70px;
    background-position: center center;
    background-repeat: no-repeat;*/
}

.one-of-two {
  float: left;
  width: 50%;
  height: 500px;
  text-align: center;
  background-image: url("../i/pattern1.png");
  background-size: 120px;
  background-attachment: fixed;
  background-position: -5px -5px;
}

.one-of-two-content {
  display: inline-block;
  margin: 100px 0 0 0;
  width: 70%;
  text-align: left;
  color: white;
  line-height: 25px;
}

.one-of-two-content2 {
  display: inline-block;
  margin: 100px 0 0 0;
  width: 70%;
  text-align: left;
  color: white;
  line-height: 25px;
}

.one-of-two-content-h {
  margin: 0 0 20px 0;
}

.three-blocks-wrap {
  line-height: 30px;
  font-size: 14pt;
  font-weight: 400;
  padding: 0 0 0 0;
  width: 100%;
  float: left;
  margin: 0 0 0 0;
  background: linear-gradient(45deg, #ebebeb, white);
  color: black;
}

.dec1 {
  background-image: url("../i/bg-development1.jpg");

  background-position: left top;
  background-repeat: no-repeat;
  width: 100%;
  display: inline-block;
  height: 90px;
  background-attachment: fixed;
  margin: 0 0 20px 0;
}

.dec2 {
  background-image: url("../i/bg-development2.jpg");

  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 90px;

  background-attachment: fixed;
  margin: 0 0 20px 0;
}

.dec3 {
  background-image: url("../i/bg-development3.jpg");

  background-position: right bottom;
  background-repeat: no-repeat;
  width: 100%;
  height: 90px;

  background-attachment: fixed;
  margin: 0 0 20px 0;
}

.abb1 {
  background: linear-gradient(-45deg, #cccccc, white);
  width: 33.333%;
}

.abb2 {
  background: linear-gradient(-45deg, #cccccc, white);
  width: 33.333%;
}

.abb3 {
  background: linear-gradient(-45deg, #cccccc, white);
  width: 33.333%;
}

.one-of-three {
  float: left;
  width: 33.333%;
  height: 500px;
  overflow: hidden;
  position: relative;
  background: linear-gradient(-45deg, #cccccc, white);
}

.one-of-three p {
  padding: 0 0 10px 0;
  margin: 0 0 10px 0;
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
}

.one-of-three-content {
  display: inline-block;
  margin: 10px 0 0 0;
  width: 90%;
  font-size: 12pt;
  text-align: left;
  color: #666666;
  line-height: 28px;
}

.block-more {
  width: 100%;
  text-align: left;
}

.bml1 {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin: 0 30px 30px 0;
  float: left;
  width: 300px;
  height: 300px;
  border-radius: 300px;
  box-shadow: 25px 25px 15px 3px rgba(0, 0, 0, 0.2);
}

.block-more-r {
  margin: 0 0 0 0;
  line-height: 30px;
  padding: 40px 60px 40px 60px;
  font-size: 12pt;
  background: linear-gradient(45deg, #ebebeb, white);
}

/*

.moreinf {
    width: 100%;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.7);
    background-image: url("../i/arrd.png");
    height: 90px;

    background-position: center center;
    background-size: 30px;
    background-repeat: no-repeat;
    position: absolute;
    margin: 410px 0 0 0;
    cursor: pointer;
}

.moreinf:hover {
    width: 100%;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.9);
    background-image: url("../i/arrd.png");
    height: 90px;

    background-position: center center;
    background-size: 50px;
    background-repeat: no-repeat;
    position: absolute;
    margin: 410px 0 0 0;
    cursor: pointer;
}





.block-close {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.1);
    right: 10px;
    top: 10px;
    width: 50px;
    height: 50px;
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url('../i/cross.png');
    cursor: pointer;
}

.block-close:hover {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.3);
    right: 10px;
    top: 10px;
    width: 50px;
    height: 50px;
    background-size: 90%;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url('../i/cross.png');
    cursor: pointer;
}
*/
.company-wrap {
  float: left;
  width: 100%;
  min-height: 500px;

  background: linear-gradient(45deg, #002d6a, #307295);
}

.in-comp {
  float: left;
  width: 33.333%;

  text-align: center;
  line-height: 30px;
  color: black;
  background: linear-gradient(45deg, #ebebeb, white);
  cursor: pointer;
  height: 200px;
  overflow: hidden;
}

.in-comp-zero {
  float: left;
  width: 33.333%;
  text-align: center;
  line-height: 30px;
  color: black;
  background: linear-gradient(60deg, #ebebeb, white);
  height: 200px;
  overflow: hidden;
}

.in-comp-dir {
  float: left;
  width: 100%;

  text-align: center;
  line-height: 30px;
  color: black;
  background: linear-gradient(45deg, #ebebeb, white);
  cursor: pointer;
  min-height: 200px;
  overflow: hidden;
}

.in-comp:hover {
  /*background: linear-gradient(45deg, #307295, #002d6a);
    color: white;*/
  background: linear-gradient(-45deg, #ebebeb, white);
}

.in-comp-v2 {
  float: left;
  width: 50%;

  text-align: center;
  line-height: 30px;
  color: black;
  background: linear-gradient(45deg, #ebebeb, white);
  cursor: pointer;
  height: 200px;
  overflow: hidden;
}

.in-comp-v2:hover {
  /*color: white;
    background: linear-gradient(45deg, #307295, #002d6a);*/
  background: linear-gradient(-45deg, #ebebeb, white);
}

.comp-logo {
  float: left;
  width: 40%;
}

.comp-logo-dir {
  float: left;
  width: 40%;
}

.comp-logo-img {
  width: 40%;
  max-width: 120px;
  margin: 50px 0 50px 0;
}

.comp-inf {
  float: left;
  width: 60%;
  margin: 60px 0 0 0;
  text-align: left;
}

.comp-inf h2 {
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  margin: 0 10px 20px 0;
}

.more-info {
  font-weight: 400;
  line-height: 21px;
  margin: 13px 10px 0 0;
  font-size: 10pt;
  padding: 0 0 30px 0;
}

.mate-v2-wrap {
  display: flex;
  width: 100%;
  /*background: linear-gradient(45deg, #cccccc, #ebebeb);*/
  background-image: url("../i/logo-lines2.png");
  background-repeat: no-repeat;
  background-size: 1000px;
  background-position: center 50px;
  background-attachment: fixed;
  flex-flow: row wrap;
  justify-content: flex-start;
  box-sizing: border-box;
}
.mate-v2-item {
  width: 20%;
  padding: 0;
  margin: 20px 0 20px 0;
  color: white;
  text-align: center;
  line-height: 25px;
}
.mate-v3-item {
  width: 20%;
  padding: 20px 0 20px 0;
  overflow: hidden;
  color: white;
  text-align: center;
  line-height: 0;
  /*background: linear-gradient(45deg, #cccccc, #ebebeb);*/
}
.mate-im-v3 {
  width: 250px;
}
.mate-v2-photo {
  padding: 0;
  height: 400px;
  margin: 10px 10px 0 10px;
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
.mate-name-wrap-v2 {
  display: inline-block;
  width: 250px;
}
.mate-name-wrap-v3 {
  display: inline-block;
  width: 250px;
}
.mate-v2-name {
  font-size: 15pt;
  text-align: center;
  padding: 10px;
  background: linear-gradient(45deg, #002d6a, #307295);
  margin: -20px 0 0 0;
  width: 220px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mate-v2-post {
  width: 200px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: black;
  background: linear-gradient(45deg, #cccccc, #ebebeb);
  line-height: 17px;
  margin: 0 0 0 0;
  padding: 20px;
}
.mate-v3-name {
  font-size: 15pt;
  text-align: center;
  padding: 20px;
  background: linear-gradient(45deg, #002d6a, #307295);
  width: 210px;
  height: 60px;
  margin: 0 0 0 0;
  line-height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mate-v3-post {
  width: 210px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: black;
  background: linear-gradient(45deg, #cccccc, #ebebeb);
  line-height: 17px;
  margin: 0 0 0 0;
  padding: 20px;
}

.mate-v4-wrap {
  display: flex;
  width: 100%;
  background-image: url("../i/logo-lines2.png");
  background-repeat: no-repeat;
  background-size: 1000px;
  background-position: center 50px;
  background-attachment: fixed;
  flex-flow: row wrap;
  justify-content: space-around;
  box-sizing: border-box;
}
.mate-v4-item {
  width: 320px;

  padding: 0;
  margin: 0 0 0 0;
  color: white;
  text-align: center;
  line-height: 25px;
}
.mate-v4-photo {
  padding: 0;
  height: 450px;
  margin: 10px 10px 0 10px;
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
  border: solid 2px white;
  background-color: white;
  box-shadow: 5px 5px 10px 3px rgba(0, 0, 0, 0.3);
}
.mate-name-wrap-v4 {
  width: 100%;

  text-align: center;
  background-image: url("../i/sub-person-4.png?v=3");
  background-repeat: no-repeat;
  background-position: center top;
  height: 250px;
  background-size: 90% auto;
  margin: -80px 0 0 0;

  /*background-color: rgba(130,10,100,0.5);*/
}
.mate-v4-name {
  font-size: 14pt;
  padding: 5px 15px 5px 15px;
  height: 60px;
  margin: 0 0 0 0;
  text-transform: uppercase;
  /*background-color: rgba(30,100,0,0.5);*/
  display: flex;
  align-items: center;
  justify-content: left;
}
.mate-v4-post {
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: left;
  color: black;
  /*background-color: rgba(66,6,190,0.4);*/
  line-height: 17px;
  margin: 0 0 0 0;
  padding: 5px;
  overflow: hidden;
}
.mate {
  float: left;
  width: 33.333%;
  height: 550px;
  line-height: 40px;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  background-color: black;
}

.back-pos {
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}

.correct-7 {
  background-position: left -45px;
  background-size: cover;
  background-repeat: no-repeat;
}

.correct-9 {
  background-position: left -30px;
  background-size: cover;
  background-repeat: no-repeat;
}

.correct-11 {
  background-position: left -70px;
  background-size: cover;
  background-repeat: no-repeat;
}

.correct-12 {
  background-position: left -20px;
  background-size: cover;
  background-repeat: no-repeat;
}

.correct-13 {
  background-position: left -95px;
  background-size: cover;
  background-repeat: no-repeat;
}

.correct-16 {
  background-position: left -30px;
  background-size: cover;
  background-repeat: no-repeat;
}

.correct-19 {
  background-position: left -30px;
  background-size: cover;
  background-repeat: no-repeat;
}

.correct-20 {
  background-position: left -70px;
  background-size: cover;
  background-repeat: no-repeat;
}

.correct-21 {
  background-position: left -75px;
  background-size: cover;
  background-repeat: no-repeat;
}

.mate-card {
  position: absolute;
  width: 100%;
  bottom: 0;
  opacity: 0.9;
  text-align: left;
}

.mate-name {
  margin: 0 0 5px 5px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16pt;
  color: white;
  display: inline-block;
  padding: 10px;
  /*background: linear-gradient(45deg, #005992, #7de7ca);*/
  background: linear-gradient(45deg, #002d6a, #307295);
  line-height: 14px;
}

.mate-card-full {
  /*background: linear-gradient(45deg, #005992, #7de7ca);*/
  background: linear-gradient(45deg, #002d6a, #307295);
  position: absolute;
  margin: 0 0 0 0;
  height: 90px;
  display: block;
  left: 0;
  bottom: 0;
  color: white;
  line-height: 30px;
  text-align: left;
  padding: 10px 0 10px 0;
  z-index: 100;
  width: 100%;
  opacity: 0.8;
}

.mate-name-full {
  margin: 0 0 5px 10px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16pt;
  color: white;
  display: inline-block;
}

.mate-info {
  color: white;
  font-size: 12pt;
  font-weight: 400;
  display: inline-block;
  margin: 0 10px 0 10px;
  line-height: 18px;
}

.object-item {
  float: left;
  width: 33.333%;
  height: 350px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0.9;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}

.object-item:hover {
  opacity: 1;
}

.objects-parts {
  display: table;
  width: 100%;
  background: linear-gradient(45deg, #002d6a, #307295);
}

.objects-part-item {
  display: table-cell;
  vertical-align: middle;
  color: white;
  text-align: left;
  cursor: pointer;
  background-size: 100px;
  background-position: 10px center;
  background-repeat: no-repeat;
  cursor: pointer;
  line-height: 25px;
  height: 150px;
  font-size: 15pt;
  padding: 0 20px 0 120px;
  width: 25%;
  transition: 0.1s linear;
  box-sizing: border-box;
}

.objects-part-item:hover {
  background-size: 120px;

  padding: 0 20px 0 140px;
}

.objects-part-item-on {
  display: table-cell;

  vertical-align: middle;
  color: black;
  text-align: left;
  cursor: pointer;

  background-position: 10px center;
  background-repeat: no-repeat;
  cursor: pointer;
  height: 150px;
  font-size: 15pt;

  width: 25%;

  background-size: 120px;
  background-color: #ebebeb;
  padding: 0 20px 0 140px;
}

.objects-part-1 {
  background-image: url("../i/ico1.png");
}

.objects-part-2 {
  background-image: url("../i/ico2.png");
}

.objects-part-3 {
  background-image: url("../i/ico3.png");
}

.objects-part-4 {
  background-image: url("../i/ico4.png");
}

.object-short {
  /*background: linear-gradient(45deg, #005992, #7de7ca);*/
  background: linear-gradient(45deg, #002d6a, #307295);
  position: absolute;
  margin: 0 0 0 0;
  display: block;
  left: 0;
  bottom: 0;
  color: white;
  line-height: 30px;
  text-align: left;

  z-index: 100;
  width: 100%;
  opacity: 0.9;
}

.object-named {
  margin: 0 0 5px 10px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14pt;
  color: white;
  display: inline-block;
  background-size: 60px;
  height: 90px;
  padding: 10px 0 10px 90px;
  background-repeat: no-repeat;
  background-position: 10px center;
  display: table-cell;
  vertical-align: middle;
}

.news-parts {
  width: 100%;
  float: left;
  clear: right;
  overflow: hidden;
}

.news-list {
  float: right;
  width: 100%;
  background-color: black;
}

.news-part-item {
  float: left;
  width: 25%;
  text-align: center;
}

.news-part-h {
  display: block;
  text-align: center;

  color: white;
  font-size: 14pt;
  font-weight: 400;
  margin: 0 0 0 0;
  cursor: pointer;
  padding: 20px 0 20px 0;
  line-height: 30px;
  background: linear-gradient(45deg, #002d6a, #307295);
}

.news-part-h:hover {
  color: white;
  background: maroon;
}

.news-part-h-on {
  display: block;
  text-align: center;

  color: black;
  font-size: 14pt;
  font-weight: 400;
  margin: 0 0 0 0;
  cursor: pointer;
  padding: 20px 0 20px 0;
  line-height: 30px;
  background-color: rgba(255, 255, 255, 0.3);
}

.news-item {
  float: left;
  width: 50%;
  cursor: pointer;
  display: block;
  text-decoration: none;
  background: linear-gradient(45deg, #cccccc, white);
  color: black;
}

.news-item:hover {
  /*color: white;
    background: linear-gradient(45deg, #002d6a, #307295);*/
}

.news-item-tit {
  float: left;
  width: 50%;
  cursor: pointer;
  display: block;
  text-decoration: none;
  background: linear-gradient(45deg, #cccccc, white);
  color: black;
}

.news-item-tit:hover {
}

.news-item-wrap {
  margin: 20px;
}

.news-item-pad {
  width: 100%;
  display: table;
}

.news-pic {
  display: table-cell;
  width: 40%;
  height: 200px;
  background-color: rgba(255, 255, 255, 0.3);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.news-header {
  padding: 0 30px 0 30px;
  font-size: 14pt;
  line-height: 25px;
  display: table-cell;
  vertical-align: top;
  text-align: left;
}

.news-date {
  display: inline-block;
  font-size: 12pt;
  background-image: url("../i/cl.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 20px;
  text-align: left;
  font-weight: bold;
  line-height: 0;
  padding: 14px 0 10px 30px;
  margin: 0 0 9px 0;
}

.news-type {
  display: inline-block;
  font-size: 10pt;
  text-align: left;
  line-height: 0;
  padding: 14px 0 10px 0;
}

.single-news-wrap {
  float: left;
  width: 100%;
  background: linear-gradient(45deg, #ebebeb, white);
}

.single-news-l {
  float: left;
  width: 50%;
  background: linear-gradient(45deg, #ebebeb, white);
}

.single-news-l-all {
  float: left;
  width: 100%;
  background: linear-gradient(45deg, #ebebeb, white);
}

.single-news-r {
  float: right;
  width: 50%;
  background: linear-gradient(45deg, #ebebeb, white);
}

.single-news-r-pad {
  text-align: left;
  padding: 60px;
  line-height: 40px;
}

.single-news-r-pad2 {
  padding: 5px 5px 5px 5px;
}

.single-news-r-h {
  color: black;
  font-size: 25pt;
  font-weight: 500;
  line-height: 45px;
}

.single-news-t {
  line-height: 28px;
  margin: 10px 0 0 0;
  font-size: 12pt;
  font-weight: 400;
}

.gal-item {
  cursor: pointer;
  margin: 10px;
  height: 230px;

  background-repeat: no-repeat;
  background-position: center center;
  background-size: 500px;
  transition: 0.1s linear;
}

.gal-item:hover {
  background-size: 600px;
}
.gal-item-hr-sl {
  float: left;
  width: 250px;
  cursor: pointer;
  margin: 0;
  height: 230px;

  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.gal-item-hr {
  float: left;
  width: 25%;
  cursor: pointer;
  margin: 0;
  height: 230px;

  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;

  transition: 0.1s linear;
  opacity: 0.9;
}

.gal-item-hr:hover {
  opacity: 1;
}

.gal-item-hr2 {
  float: left;
  width: 50%;
  cursor: pointer;
  margin: 0;
  height: 230px;

  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;

  transition: 0.1s linear;
  opacity: 0.9;
}

.gal-item-hr2:hover {
  opacity: 1;
}

.way {
  padding: 10px 0 10px 0;
  font-size: 12pt;
  font-weight: 400;
}

.way-link {
  display: inline-block;
  margin: 0 10px 0 10px;
  cursor: pointer;
  color: white;
  padding: 0 10px 0 10px;
  text-decoration: none;
}

.way-zero {
  display: inline-block;
  margin: 0 10px 0 10px;
  font-weight: 400;
  color: white;
  padding: 0 10px 0 10px;
}

.way-zero:hover {
  /*background-color: rgba(255, 255, 255, 0.3);*/
}

.way-end {
  display: inline-block;
  margin: 0 10px 0 10px;
  padding: 0 0 0 0;
  color: #ebebeb;
  font-weight: 200;
}

.way-end-active {
  display: inline-block;
  margin: 0 10px 0 10px;
  padding: 0 5px 0 30px;
  color: #ebebeb;
  background-image: url("../i/bird.png");
  background-position: 10px center;
  background-repeat: no-repeat;
  background-size: 10px;
  /*background-color: rgba(0, 0, 0, 0.2);*/
  position: relative;
  cursor: pointer;
  line-height: 18px;
}

.way-end-active:hover {
  /*background-color: rgba(0, 0, 0, 0.5);*/
  color: white;
}

.way-end-menu {
  position: absolute;
  margin: 30px 0 0 -25px;
  padding: 0;
  text-align: left;
  color: #ebebeb;
  width: 350px;
  display: none;
  background: linear-gradient(45deg, #002d6a, #307295);
  z-index: 3;
}

.way-end-menu-link {
  display: block;
  margin: 0;
  color: white;
  text-decoration: none;
  line-height: 18px;
  padding: 15px 15px 15px 15px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}

.way-end-menu-link:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.way-end-menu-link-on {
  display: block;
  margin: 0;
  color: white;
  text-decoration: none;
  line-height: 18px;
  padding: 15px 15px 15px 15px;
  background-color: rgba(0, 0, 0, 0.3);
}

.way-link:hover {
  /*background-color: rgba(255, 255, 255, 0.3);*/
}

.obj-pic {
  float: left;
  width: 100%;
  height: 800px;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
}

.obj-pic-stay {
  float: left;
  width: 100%;
  min-height: 700px;
  background-position: center center;
  background-size: cover;
}

.obj-pic-2 {
  float: left;
  width: 100%;
  height: 700px;
  background-position: center top;
  background-attachment: fixed;
  background-size: cover;
  border-bottom: solid 12px red;
}

.in-text-link {
  display: inline-block;
  padding: 10px;
  border: solid 1px white;
  color: white;
  font-size: 12pt;
  font-weight: 400;
  margin: 11px 9px 0 0;
  text-decoration: none;
}

.in-text-link:hover {
  background-color: rgba(255, 255, 255, 0.2);
  color: black;
}

.part-text {
  color: black;
  line-height: 28px;
  font-size: 13pt;
  font-weight: 400;
  text-align: left;
  display: inline-block;
  width: 70%;
  padding: 0 0 20px 0;
}

.part-text-hr {
  color: black;
  line-height: 28px;
  font-size: 13pt;
  font-weight: 400;
  text-align: left;
  display: inline-block;
  width: 100%;
  padding: 0 0 20px 0;
}
.part-text-hr2 {
  color: black;
  line-height: 28px;
  font-size: 13pt;
  font-weight: 400;
  text-align: left;
  float: left;
  width: 50%;
  padding: 0 0 20px 0;
}

.hr-sub-h {
  font-size: 30pt;
  line-height: 30pt;
  text-align: center;
  margin: 50px 0 20px 0;
  font-weight: 400;
}

.part-text h2 {
  font-size: 30pt;

  margin: 50px 0 20px 0;
  font-weight: 400;
}

.part-text p {
  line-height: 28px;
  padding: 0;
  font-size: 13pt;
  font-weight: 400;
  margin: 0 0 0 20px;
}

.part-text ul {
  line-height: 28px;
  margin: 0;
  font-size: 13pt;
  font-weight: 400;
  padding: 0 0 20px 50px;
}

.part-text a {
}

.part-text2 {
  padding: 20px;
  line-height: 25px;
}

.part-text2 h2 {
  font-size: 30pt;

  margin: 0 0 20px 0;
  font-weight: 400;
}

.someh2 {
  font-size: 30pt;

  margin: 0 0 20px 0;
  font-weight: 400;
}

.tblock {
  line-height: 30px;

  font-size: 13pt;
  font-weight: 400;
  margin: 0 0 20px 20px;
}

.atention {
  font-style: italic;
  padding: 10px;
}

.final {
  font-size: 14pt;
  padding: 10px 20px 10px 20px;
  line-height: 29px;
}

.important-objs {
  width: 100%;
  float: left;
  overflow: hidden;
  height: 300px;
  padding: 0;
  position: relative;
}

.important-obj-inlist {
  width: 25%;
  float: left;
  overflow: hidden;
  height: 300px;
  padding: 0;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
}

.important-objs2 {
  width: 100%;
  float: left;
  overflow: hidden;
  height: 200px;
  padding: 0;
  position: relative;
  background-color: #ebebeb;
}

.important-header {
  float: left;
  background: linear-gradient(45deg, #002d6a, #307295);
  vertical-align: middle;
  font-size: 25pt;
  padding: 70px 0 100px 60px;
  width: 250px;
  text-align: left;
  font-weight: 400;
  color: white;
  text-decoration: none;
  transition: 0.1s linear;
  line-height: 33px;
  overflow: hidden;
  height: 140px;
}

.important-header-2 {
  float: left;
  background: linear-gradient(45deg, #ebebeb, white);
  vertical-align: middle;
  font-size: 25pt;
  padding: 80px 0 70px 60px;
  width: 250px;
  text-align: left;
  font-weight: 400;
  color: black;
  text-decoration: none;
  transition: 0.1s linear;
  line-height: 33px;
  overflow: hidden;
  height: 140px;
}

.important-obj {
  color: white;
  font-weight: 400;
  height: 300px;
  text-align: left;
  vertical-align: middle;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0 0 0 0;
}

.important-obj-info {
  display: block;
  line-height: 25px;
  text-align: left;
  font-size: 13pt;
  padding: 15px;
  font-weight: 600;
  color: black;
  height: 60px;
  background-repeat: no-repeat;
  background-size: 40px;
  background-position: 10px 10px;
}

.important-obj-text {
  margin: 10px 0 0 0;
  padding: 10px 0 0 0;
  font-size: 11pt;
  line-height: 20px;
  font-weight: 400;
}

.important-obj-r {
  width: 60px;
  float: right;
  height: 300px;

  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.1);
}

.important-obj-l {
  width: 60px;
  float: left;
  height: 300px;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.1);
}

.important-obj-r2 {
  width: 60px;
  float: right;
  height: 200px;

  cursor: pointer;
  background-color: #ebebeb;
}

.important-obj-l2 {
  width: 60px;
  float: left;
  height: 200px;
  cursor: pointer;
  background-color: #ebebeb;
}

.arrs {
  width: 20px;
  margin: 80px 0 0 0;
}

.cont-wrap {
  float: left;
  width: 100%;
  background-color: white;
  line-height: 30px;
  color: black;
  background-image: url("../i/pattern2.png");
  background-size: 110px;
  background-attachment: fixed;
  background-position: -5px -5px;
}

.map-about {
  width: 60%;
  float: right;
  height: 1400px;
}

.cont-blocks {
  float: left;
  color: black;
  width: 40%;
  vertical-align: top;
}

.cont-block {
  float: left;
  width: 100%;

  text-align: left;
}

.cont-block-pad {
  line-height: 30px;
  margin: 0 0 10px 0;
}

.cont-block-item {
  margin: 0 0 7px 0;
  box-shadow: 5px 5px 15px 3px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  border-radius: 5px;
  padding: 10px;
  /*transition: 0.1s linear;*/
  background-color: white;
}

.cont-block-item:hover {
  box-shadow: 10px 10px 15px 3px rgba(0, 0, 0, 0.2);
  color: white;
  /*background-image: url("../i/bird.png");
    background-position: 10px 18px;
    background-repeat: no-repeat;
    background-size: 20px;*/
  padding: 10px;
  background-color: #307295;
}

.cont-block-item-first {
  box-shadow: 10px 10px 15px 3px rgba(0, 0, 0, 0.2);
  color: white;
  border-radius: 5px;
  padding: 10px;
  padding: 10px 0 10px 10px;
  background: linear-gradient(45deg, #002d6a, #307295);
}

.cont-block-sign {
  font-size: 20pt;
  color: maroon;
}

.cont-block-item-h {
  font-size: 15pt;
  margin: 0 0 0 10px;
}

.cont-det {
  display: none;
}

.cont-block-item-data {
  font-size: 10pt;
  padding: 5px 0 5px 0;
  margin: 0 0 0 15px;
  border-bottom: dotted 1px gray;
}

.cont-block-item-data-open {
  font-size: 10pt;
  padding: 5px 0 5px 0;
  margin: 0 0 0 15px;
  border-bottom: dotted 1px gray;
}

.cont-mail {
  background-color: #1566ab;
  color: white;
  text-decoration: none;
  padding: 5px;
  border-radius: 5px;
}

.cont-mail:hover {
  background-color: maroon;
}

.c-block {
  color: black;
  line-height: 25px;
  text-align: left;
  display: inline-block;
  width: 70%;
  padding: 20px 0 20px 0;
}

.inst-wrap {
  float: left;
  width: 100%;
}

.inst-item-wrap {
  float: left;
  width: 50%;
}

.inst-item {
  margin: 10px;
  font-size: 14pt;
  padding: 12px;
  background-color: rgba(255, 255, 255, 0.2);
}

.partner-item {
  float: left;
  width: 20%;
  height: 150px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 120px;
  color: black;
  cursor: pointer;
  line-height: 30px;
  transition: 0.1s linear;
  font-size: 14pt;
  display: block;
  text-decoration: none;
}

.partner-item:hover {
  background-size: 150px;
  background-color: #ebebeb;
  font-size: 16pt;
}

.partner-item-pic {
  height: 50px;
  margin: 40px 0 40px 0;
}

.partner-item-name {
  font-weight: 600;

  text-align: center;
  margin: 150px 0 0 0;
}

.toplogos {
  float: left;
  background: linear-gradient(0deg, #ebebeb, #ebebeb);
  width: 100%;
}

.short-t {
  padding: 30px;

  line-height: 28px;
  font-size: 14pt;
  /*background: linear-gradient(45deg, #002d6a, #307295);*/
  color: #333333;
  margin: 20px 0 0 0;
}

.nobr {
  white-space: nowrap;
}

.gol {
  position: absolute;
  background-image: url("../i/gol.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 30px;
  line-height: 30px;
  overflow: hidden;
  font-size: 130pt;
  color: white;
  cursor: pointer;
  z-index: 200;
  margin: 30px 0 0 350px;
  background-color: rgba(255, 255, 255, 0.5);
  width: 70px;
  height: 70px;
  border-radius: 150px;
}

.gol:hover {
  position: absolute;
  background-image: url("../i/gol.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 30px;
  line-height: 30px;
  overflow: hidden;
  font-size: 130pt;
  color: white;
  cursor: pointer;
  z-index: 200;
  margin: 30px 0 0 350px;
  background-color: rgba(255, 255, 255, 0.8);
  width: 70px;
  height: 70px;
  border-radius: 150px;
}

.gor {
  position: absolute;
  background-image: url("../i/gor.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 30px;
  line-height: 30px;
  overflow: hidden;
  font-size: 130pt;
  color: white;
  cursor: pointer;
  z-index: 200;
  margin: 30px 0 0 450px;
  background-color: rgba(255, 255, 255, 0.5);
  width: 70px;
  height: 70px;
  border-radius: 150px;
}

.gor:hover {
  position: absolute;
  background-image: url("../i/gor.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 30px;
  line-height: 30px;
  overflow: hidden;
  font-size: 130pt;
  color: white;
  cursor: pointer;
  z-index: 200;
  margin: 30px 0 0 450px;
  background-color: rgba(255, 255, 255, 0.8);
  width: 70px;
  height: 70px;
  border-radius: 150px;
}

.slcount {
  position: absolute;
  background: none;
  border: none;
  width: 100px;
  text-align: center;
  color: rgba(255, 255, 255, 0.2);
  font-size: 140pt;
  margin: 0 0 0 0;
  padding: 0;
  line-height: 1px;
  height: 110px;
  overflow: hidden;
}

.title-about-wrap {
  float: left;
  width: 100%;
}

.title-about-bg {
  float: left;
  width: 70%;
  height: 500px;
  background: linear-gradient(45deg, #cccccc, white);
}

.title-about-bg-img {
  padding: 30px 20px 102px 70px;
  background-image: url("../i/logo-lines2.png");
  background-repeat: no-repeat;
  background-position: -220px -370px;
  background-size: 1100px;
}

.title-about-text {
  padding: 10px 20px 0 70px;
  font-weight: 400;
  font-size: 14pt;
  text-align: left;
  line-height: 30px;
}

.title-about-menu {
  float: left;
  text-align: left;
  width: 30%;
  height: 500px;
  background: linear-gradient(45deg, #002d6a, #307295);
}

.title-about-block-menu-pad {
  margin: 0 0 0 60px;
}

.title-about-block-menu-pad2 {
  margin: 50px 0 0 60px;
}

.title-objects-wrap {
  position: relative;
  overflow: hidden;
  margin: 0 60px 0 340px;
}

.title-objects-wrap-v2 {
  position: relative;
  overflow: hidden;
  margin: 0 0 0 300px;
}

.partner-title-list {
  position: relative;
  overflow: hidden;
  margin: 0 0 0 310px;
}

.pop-panel {
  position: fixed;
  z-index: 999999;
  width: 100%;
  border: none;
  background: linear-gradient(90deg, #002d6a, #307295);
  color: white;
  height: 100%;
  overflow: auto;
  text-align: left;
  display: none;
  margin: 0;
  padding: 0 0 0 0;
  top: 0;
  line-height: 20px;
  clear: right;
}

.pop-closer {
  float: right;
  cursor: pointer;

  width: 30px;
  height: 30px;
  margin: 10px 30px 0 10px;
  background-image: url("../i/cross2.png");
  background-size: 30px;
  background-position: center center;
  background-repeat: no-repeat;
}

.pop-closer:hover {
}

.no-scroll {
  position: fixed;
}

.pop-head {
  width: 100%;
  padding: 10px 0 10px 0;
  float: left;
  margin: 0 0 20px 0;
}

.pop-submenu {
  padding: 0 20px 0 20px;
  display: none;
}

.pop-submenu-open {
  padding: 0 20px 0 20px;
  display: block;
}

.obj-padd {
  padding: 40px 40px 40px 60px;
}

.hr-block {
  width: 100%;
  background-color: #ebebeb;
  text-align: left;
  float: left;
  line-height: 0;
  display: block;
  text-decoration: none;
  background-image: url("../media-gal/career23.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left -280px;
}

.hr-block-header {
  font-weight: 600;
  font-size: 40pt;
  line-height: 80px;
  margin: 110px 0 110px 60px;
  color: white;
  text-align: center;
  display: inline-block;
}

.title-ways-block-mob {
  display: none;
}

.news-pre-im {
  width: 100%;
  max-width: 200px;
  margin: 10px 0 0 0;
  cursor: pointer;
}

.uni-block1 {
  float: left;
  background-size: cover;
  width: 300px;
  height: 400px;
  background-position: center center;
}

.uni-block2 {
  position: absolute;
  margin: 400px 0 0 0;
  width: 300px;
  height: 40px;
}

.uni-block3 {
  margin: 0 0 0 330px;
}

.bird-ico {
  padding: 10px 0 10px 0;
  border-bottom: solid 1px #cccccc;

  background-image: url("../i/gray-bird.png");
  background-position: right center;
  background-size: 20px;
  background-repeat: no-repeat;
  cursor: pointer;
}

.hr-bt1 {
  position: fixed;
  padding: 10px 20px 10px 20px;
  background: linear-gradient(45deg, #023b75, #8102d1);
  font-size: 11pt;
  color: white;
  font-weight: 400;
  cursor: pointer;
  line-height: 20px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  box-shadow: 5px 5px 10px 3px rgba(0, 0, 0, 0.1);
  right: 0;
  top: 90px;
  z-index: 3000;
  width: 80px;
  opacity: 0.9;
}

.hr-city {
  padding: 0 0 0 20px;
  cursor: pointer;
  margin: 0 0 15px 0;
  color: #055380;
  font-weight: 400;
}

.hr-city:hover {
  padding: 0 0 0 20px;
  cursor: pointer;
  margin: 0 0 15px 0;
  color: #c65146;
}

.job-item {
  float: left;
  width: 50%;
  padding: 0;
  text-decoration: none;
  color: black;
}

.job-item-pad {
  text-align: left;
  padding: 20px;
  margin: 5px;
  overflow: auto;
  font-size: 11pt;
  height: 160px;
  background-color: rgba(255, 255, 255, 0.4);
  display: block;
  color: inherit;
  text-decoration: none;
}

.job-item-pad--active {
  cursor: pointer;
}

.job-item-pad--active:hover {
  color: #055380;
}

.job-item-pad:not(.job-item-pad--active) {
  cursor: default;
}

.job-desc-title {
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: 600;
}

.job-item-popup .popup-v2-central-line-content {
  font-size: 16px;
}

.job-item-popup__title {
  font-weight: 700;
  margin-bottom: 15px;
}

.job-item-all {
  float: left;
  width: 100%;
  padding: 0;
  text-decoration: none;
  color: black;
}
.job-item-pad-all {
  text-align: center;
  padding: 20px;
  margin: 5px;
  overflow: auto;
  font-size: 13pt;
  background-color: rgba(255, 255, 255, 0.4);
}
.advantage-item {
  float: left;
  width: 50%;
  padding: 0;
  text-decoration: none;
  color: black;
  background: linear-gradient(45deg, #ebebeb, white);
}
.advantage-item-pad {
  text-align: center;
  padding: 20px;
  margin: 5px;
  overflow: auto;
  font-size: 12pt;
  line-height: 20px;
  font-weight: 500;
  min-height: 150px;
}
.job-title {
  display: block;
  font-weight: 500;
  font-size: 12pt;
  line-height: 22px;
  padding: 0 0 0 0;
}

.job-city {
  margin: 10px 0 0 0;
}

.job-pay {
  margin: 10px 0 0 0;
  color: #c65146;
  font-weight: 400;
}

.more-v {
  display: inline-block;
  padding: 20px;
  text-align: center;
  font-size: 16pt;
  margin: 20px 0 0 0;
  background: linear-gradient(45deg, #055380, #1d8ebd);
  border-radius: 5px;
  color: white;
  cursor: pointer;
  box-shadow: 5px 5px 10px 3px rgba(0, 0, 0, 0.1);
}
.go-res {
  display: inline-block;
  padding: 20px;
  text-align: center;
  font-size: 16pt;
  margin: 20px 0 0 0;
  background: linear-gradient(45deg, #c65146, maroon);
  border-radius: 5px;
  color: white;
  cursor: pointer;
  text-decoration: none;
  box-shadow: 5px 5px 10px 3px rgba(0, 0, 0, 0.1);
}

.go-res2 {
  display: inline-block;
  font-weight: 400;
  padding: 20px;
  text-align: center;
  font-size: 14pt;
  line-height: 22px;
  margin: 20px;
  background: linear-gradient(45deg, #055380, #1d8ebd);
  border-radius: 5px;
  color: white;
  cursor: pointer;
  box-shadow: 5px 5px 10px 3px rgba(0, 0, 0, 0.1);
}

.job-history {
  display: -webkit-inline-flex;
  display: inline-flex;
  width: 100%;

  background-color: rgba(255, 255, 255, 0.5);
}

.job-history-side {
  cursor: pointer;
  width: 10%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.job-history-mid {
  min-height: 500px;

  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
.one-his {
  width: 100%;
}
.many-his {
  width: 80%;
}
.job-history-mid-pad {
  width: 100%;
}
.job-history-pic {
  float: left;
  width: 300px;
  overflow: hidden;
  text-align: left;
}

.job-history-pic img {
  width: 100%;
  max-width: 370px;
}

.job-history-text {
  margin: 0 0 0 320px;
  background-color: white;
  font-size: 11pt;
  line-height: 28px;
  padding: 10px;
}

.job-history-text-name {
  font-size: 13pt;
  margin: 0 0 20px 0;

  padding: 0 0 10px 0;
}

.hr-quest-block {
  width: 100%;
  text-align: center;
  padding: 20px 0 20px 0;
  background-color: rgba(255, 255, 255, 0.5);
}

.hr-quest-block-item {
  display: inline-block;
  max-width: 800px;
  width: 100%;
}

.hr-quest-block-item-q {
  float: right;
  margin: 0 20px 0 20px;
  max-width: 550px;
  padding: 8px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-left-radius: 10px;
  text-align: left;
  background-color: #e2f7cb;
  font-size: 11pt;
  line-height: 25px;
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.1);
}

.hr-quest-block-item-a {
  float: left;
  margin: 0 60px 0 20px;

  padding: 8px;
  max-width: 550px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  text-align: left;
  font-size: 11pt;
  line-height: 25px;
  background-color: white;
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.1);
}

.hr-back-wrap {
  float: left;
  width: 50%;
}

.hr-sub-h2 {
  font-weight: 500;
  padding: 0;
  margin: 0;
  font-size: 19pt;
  text-align: center;
}

.hr-back-wrap-pad {
  padding: 20px;
  margin: 10px;
  background-color: rgba(255, 255, 255, 0.5);
  text-align: left;
  height: 550px;
}

.form-inp {
  height: 30px;
  font-size: 12pt;
  border: none;
  background-color: white;
  padding: 5px;
  margin: 0 0 10px 0;

  width: 90%;
}
.fill-it {
  font-size: 10pt;
  padding: 10px 0 5px 0;
  color: red;
  height: 10px;
  line-height: 12px;
}
.fill-it2 {
  display: inline-block;
  font-size: 10pt;
  padding: 0;
  color: red;
}
.rez-go {
  display: inline-block;
  padding: 10px;
  text-align: center;
  font-size: 14pt;
  line-height: 22px;
  margin: 0;
  background: linear-gradient(45deg, #055380, #1d8ebd);
  border-radius: 5px;
  color: white;
  cursor: pointer;
  box-shadow: 5px 5px 10px 3px rgba(0, 0, 0, 0.1);
}

.hr-link {
  color: #055380;
  text-decoration: none;
}

.hr-link:hover {
  color: #c65146;
}

.lb-half {
  display: inline-block;
  width: 100%;
}
.rb-half {
  display: inline-block;
  width: 100%;
}
#left-arrow {
  float: left;
  width: 60px;
  background-color: rgba(255, 255, 255, 0.5);
  background-image: url("../i/larr.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 30px;
  cursor: pointer;
  transition: 0.1s linear;
}
#left-arrow:hover {
  background-size: 40px;
}
#right-arrow {
  float: right;
  width: 60px;
  background-color: rgba(255, 255, 255, 0.5);
  background-image: url("../i/rarr.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 30px;
  cursor: pointer;
  transition: 0.1s linear;
}
#right-arrow:hover {
  background-size: 40px;
}

.vac-wrap {
  display: inline-block;
  width: 80%;
}

/*-------gal1-------*/
.vac-top-gal-lev1 {
  display: inline-block;
  width: 100%;
  line-height: 0;
  padding: 0 0 0 0;
  background-color: #04173e;
  background-image: url("../i/pattern1.png");
  background-size: 190px;
  background-position: center -10px;
}
#left-arrow2 {
  float: left;
  width: 60px;
  background-image: url("../i/larrw.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 30px;
  cursor: pointer;
  transition: 0.1s linear;
  height: 350px;
}
#left-arrow2:hover {
  background-size: 40px;
}
#right-arrow2 {
  float: right;
  width: 60px;
  background-image: url("../i/rarrw.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 30px;
  cursor: pointer;
  transition: 0.1s linear;
  height: 350px;
}
#right-arrow2:hover {
  background-size: 40px;
}

.office-gal {
  margin: 0 60px 0 60px;
  height: 510px;
}

.slide-container {
  color: white;
  line-height: 18px;
  text-align: center;
  /*border: solid 1px #ebebeb;*/
  margin: 0 10px 0 10px;
  overflow: hidden;
}
/*-------gal1-end------*/
.cenn-gal-img {
  display: inline-block;
  line-height: 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
}

.slick-slide img {
  margin: 50px 0 30px 0;
  height: 300px;
  transition: 0.1s linear;
}
.slick-center img {
  margin: 30px 0 10px 0;
  height: 400px;
  transition: 0.1s linear;
}
.download-cat-link {
  display: block;
  color: #023b75;
  margin: 10px 0 0 0;
  padding: 8px 0 5px 30px;
  background-image: url("../i/download.png?v=2");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 20px;
  cursor: pointer;
  text-decoration: none;
}
.download-cat-link:hover {
  color: red;
}
/*here*/

/* error page */
.page-error {
  padding: 58px 40px 85px;
}

.page-error__title {
  margin-top: 16px;
  font-size: 40px;
  line-height: 48px;
  font-weight: 600;
  color: #2e2e2e;
  text-align: center;
}

.page-error__text {
  margin: 16px auto 0;
  max-width: 800px;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  color: #2e2e2e;
}

.page-error__image img {
  max-width: 100%;
}

.page-error__button {
  margin: 32px auto 0;
  padding: 12px 24px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  background: linear-gradient(90deg, #095a87 0%, #1b87b6 100%);
  border-radius: 4px;
  width: fit-content;
  color: #fff;
  text-decoration-line: none;
  transition: opacity ease-in-out 0.25s;
}

.page-error__button:hover {
  opacity: 0.8;
}

.page-error__button::after {
  position: relative;
  content: "";
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1_128)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.3103 4.3125L15.2947 5.32811L21.2505 11.2854H0V12.7219H21.2505L15.2947 18.6777L16.3103 19.6933L24 12.0036L16.3103 4.3125Z' fill='%23FFFCFC'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1_128'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
/* end error page */

/* page news */
.page-news {
  padding: 78px 60px;
  text-align: left;
}

.page-news__title {
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
  color: #2e2e2e;
}

.page-news__date {
  margin-top: 8px;
  font-size: 16px;
  line-height: 24px;
  color: #697999;
}

.page-news__date span {
  color: #2e2e2e;
}

.page-news__wrap {
  margin-top: 24px;
  display: flex;
  align-items: flex-start;
  gap: 40px;
}

.page-news__article {
  flex-grow: 1;
}

.page-news__article {
  display: flex;
  flex-direction: column;
  gap: 16px;
  overflow: hidden;
}

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

.page-news__article > * {
  font-size: 16px;
  line-height: 24px;
  color: #2e2e2e;
}

.gallery-slider {
  min-width: 0;
}

.page-news__gallery-item {
  width: 100%;
  /* height: 200px; */
  position: relative;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-news__gallery-item::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: opacity ease-in-out 0.25s, visibility ease-in-out 0.25s;
}

.page-news__gallery-item::before {
  position: absolute;
  content: "";
  width: 48px;
  height: 48px;
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cellipse cx='21.5676' cy='22.0798' rx='15.5676' ry='15.5676' stroke='%23C7E2FF' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M32.2703 33.6737L42 43.4035' stroke='%23C7E2FF' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: opacity ease-in-out 0.25s, visibility ease-in-out 0.25s;
}

.page-news__gallery-item:hover.page-news__gallery-item::after,
.page-news__gallery-item:hover.page-news__gallery-item::before {
  opacity: 1;
  visibility: visible;
}

.page-news__gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-news__gallery-buttons {
  margin-top: 8px;
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: center;
}

.page-news__gallery-btn {
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ecf7ff;
  cursor: pointer;
  transition: background ease-in-out 0.25s;
}

.page-news__gallery-btn--next {
  transform: rotate(180deg);
}

.page-news__gallery-btn::after {
  position: absolute;
  content: "";
  width: 32px;
  height: 18px;
  background-image: url("data:image/svg+xml,%3Csvg width='31' height='18' viewBox='0 0 31 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.66501 1.66699L2.62803 7.70396C1.91207 8.41993 1.91207 9.58073 2.62804 10.2967L8.66501 16.3337M3.16501 9.00034L28.8317 9.00034' stroke='url(%23paint0_linear_4_34)' stroke-width='2.75' stroke-linecap='round'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_4_34' x1='15.4614' y1='16.3337' x2='15.4614' y2='1.66699' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%231982B1'/%3E%3Cstop offset='1' stop-color='%230C618E'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
}

.page-news__gallery-btn.swiper-button-disabled {
  background: transparent;
  cursor: default;
}

.page-news__aside {
  max-width: 400px;
  width: 100%;
  flex-shrink: 0;
  position: sticky;
  top: 100px;
}

.page-news__aside-cards {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 24px;
}

.news-card {
  width: 100%;
  padding: 16px 24px;
  background: #ecf7ff;
  display: block;
  text-decoration-line: none;
  box-sizing: border-box;
}

.news-card__image {
  width: 100%;
  height: 200px;
}
/* end page news */
.news-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-card__title {
  margin-top: 8px;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  color: #2e2e2e;
}

.news-card__date {
  margin-top: 4px;
  font-size: 16px;
  line-height: 24px;
  color: #697999;
}

.news-card__date span {
  color: #2e2e2e;
}

/* banner */
.banner {
  width: 100%;
  height: 100vh;
  padding-top: 70px;
  text-align: left;
}

.banner * {
  box-sizing: border-box;
}

.banner__wrap {
  display: flex;
  height: 100%;
}

.banner__left {
  width: 70%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.banner__right {
  width: calc(30% + 1px);
}

.banner__right .banner__item {
  height: 100%;
}

.banner__top {
  display: flex;
  height: 100%;
}

.banner__bottom {
  display: flex;
  height: 100%;
}

.banner__item {
  position: relative;
  text-decoration: none;
  display: block;
  /* box-sizing: border-box; */
}

.banner__item-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.banner__item-wrap {
  padding: 16px 24px;
  background: rgba(43, 38, 38, 0.5);
  backdrop-filter: blur(10px);
  box-sizing: border-box;
}

.banner__item-title {
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
}

.banner__item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner__top .banner__item:first-child {
  width: 60%;
}

.banner__top .banner__item:last-child {
  width: 40%;
}

.banner__bottom .banner__item:first-child {
  width: 40%;
}

.banner__bottom .banner__item:last-child {
  width: 60%;
}

.banner__item-text {
  margin-top: 16px;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}

.banner__item-btn {
  padding: 8px 24px;
  display: flex;
  align-items: center;
  gap: 12px;
  width: fit-content;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  color: #fff;
  background: linear-gradient(90deg, #0a5c89 0%, #1b86b4 100%);
  margin-top: 24px;
}

.banner__item-btn::after {
  position: relative;
  content: "";
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_71_837)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.3103 4.31253L15.2947 5.32814L21.2505 11.2854H0V12.7219H21.2505L15.2947 18.6778L16.3103 19.6934L24 12.0037L16.3103 4.31253Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_71_837'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}

.banner__item-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height ease-in-out 0.25s;
}

.banner__item:hover .banner__item-content {
  max-height: 500px;
}
/* end banner */

/* direction page */
.direction-page {
  margin-top: 50px;
  text-align: left;
}

.direction-page * {
  box-sizing: border-box;
}

.direction-page__banner {
  padding: 22px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  background: #333333;
  background-size: cover;
}

.direction-page__banner-image {
  flex-shrink: 0;
}

.direction-page__banner-title {
  font-size: 40px;
  line-height: 48px;
  font-weight: 600;
  color: #fff;
}

.direction-page__items {
  display: flex;
  flex-direction: column;
}

.direction-page__items .direction-page__item:nth-child(even) {
  flex-direction: row-reverse;
}

.direction-page__items,
.direction-page__item:nth-child(even),
.direction-page__item-count {
  right: unset;
  left: 60px;
}

.direction-page__item {
  width: 100%;
  display: flex;
  box-sizing: border-box;
}

.direction-page__item-image {
  width: 50%;
}

.direction-page__item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.direction-page__item-info {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  padding: 24px 48px;
  position: relative;
}

.direction-page__item-logo {
  position: absolute;
  right: 0;
  bottom: 0;
}

.direction-page__item-count {
  position: absolute;
  font-size: 128px;
  line-height: 140px;
  font-weight: 900;
  color: rgba(256, 256, 256, 0.15);
  top: 0;
  right: 60px;
}

.direction-page__item-title {
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  color: #fff;
  position: relative;
  z-index: 2;
}

.direction-page__item-text {
  margin-top: 12px;
  font-size: 18px;
  line-height: 26px;
  color: rgba(256, 256, 256, 0.7);
  position: relative;
  z-index: 2;
}

.direction-page__item .direction-page__item-info{
  background: #434d59;
}

.direction-page__item:nth-child(1) .direction-page__item-info{
  background: #26376E;
}

.direction-page__item:nth-child(2) .direction-page__item-info{
  background: #656a73;
}

.direction-page__item:nth-child(3) .direction-page__item-info{
  background: #34383d;
}

.direction-page__item:nth-child(4) .direction-page__item-info{
  background: #434d59;
}

.direction-page__item:nth-child(5) .direction-page__item-info{
  background: #26376e;
}

.direction-page__item:nth-child(6) .direction-page__item-info {
  background: #3b88da;
}

.direction-page__item--electrical-equipment-1 .direction-page__item-info {
  background: #007993;
}

.direction-page__item--electrical-equipment-2 .direction-page__item-info {
  background: #656a73;
}

.direction-page__item--electrical-equipment-3 .direction-page__item-info {
  background: #34383d;
}

.direction-page__item--electrical-equipment-4 .direction-page__item-info {
  background: #434d59;
}

.direction-page__item--cable-wire-products-1 .direction-page__item-info {
  background: #416fa0;
}

.direction-page__item--cable-wire-products-2 .direction-page__item-info {
  background: #656a73;
}

.direction-page__item--cable-wire-products-3 .direction-page__item-info {
  background: #3b88da;
}

.direction-page__item--cable-wire-products-4 .direction-page__item-info {
  background: #434d59;
}

.direction-page__item--cable-wire-products-5 .direction-page__item-info {
  background: #656a73;
}

.direction-page__item--cable-wire-products-6 .direction-page__item-info {
  background: #34383d;
}

.direction-page__item-buttons {
  display: flex;
  margin-top: 24px;
  gap: 16px;
}

.direction-page__item-btn {
  text-decoration: none;
  max-width: 200px;
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}

.direction-page__item-btn--download {
  color: #2e2e2e;
  background: #fff;
  gap: 8px;
}

.direction-page__item-btn--download::before {
  position: relative;
  content: "";
  flex-shrink: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.0535 16.5061C12.9114 16.6615 12.7106 16.75 12.5 16.75C12.2894 16.75 12.0886 16.6615 11.9465 16.5061L7.94649 12.1311C7.66699 11.8254 7.68823 11.351 7.99393 11.0715C8.29964 10.792 8.77403 10.8132 9.05353 11.1189L11.75 14.0682V3C11.75 2.58579 12.0858 2.25 12.5 2.25C12.9142 2.25 13.25 2.58579 13.25 3V14.0682L15.9465 11.1189C16.226 10.8132 16.7004 10.792 17.0061 11.0715C17.3118 11.351 17.333 11.8254 17.0535 12.1311L13.0535 16.5061Z' fill='%232E2E2E'/%3E%3Cpath d='M4.25 15C4.25 14.5858 3.91422 14.25 3.5 14.25C3.08579 14.25 2.75 14.5858 2.75 15V15.0549C2.74998 16.4225 2.74996 17.5248 2.86652 18.3918C2.98754 19.2919 3.24643 20.0497 3.84835 20.6516C4.45027 21.2536 5.20814 21.5125 6.10825 21.6335C6.97522 21.75 8.07754 21.75 9.44513 21.75H15.5549C16.9225 21.75 18.0248 21.75 18.8918 21.6335C19.7919 21.5125 20.5497 21.2536 21.1517 20.6516C21.7536 20.0497 22.0125 19.2919 22.1335 18.3918C22.25 17.5248 22.25 16.4225 22.25 15.0549V15C22.25 14.5858 21.9142 14.25 21.5 14.25C21.0858 14.25 20.75 14.5858 20.75 15C20.75 16.4354 20.7484 17.4365 20.6469 18.1919C20.5482 18.9257 20.3678 19.3142 20.091 19.591C19.8142 19.8678 19.4257 20.0482 18.6919 20.1469C17.9365 20.2484 16.9354 20.25 15.5 20.25H9.5C8.06459 20.25 7.06347 20.2484 6.30812 20.1469C5.57435 20.0482 5.18577 19.8678 4.90901 19.591C4.63225 19.3142 4.4518 18.9257 4.35315 18.1919C4.25159 17.4365 4.25 16.4354 4.25 15Z' fill='%232E2E2E'/%3E%3C/svg%3E%0A");
  width: 25px;
  height: 24px;
}

.direction-page__item-btn--link {
  color: #fff;
  border: 2px solid #fff;
}

/* end direction page */

@media only screen and (max-width: 1400px) {
  .important-obj-inlist {
    width: 33.333%;
  }

  .short-t {
    padding: 20px;

    line-height: 28px;
    font-size: 13pt;
    /*background: linear-gradient(45deg, #002d6a, #307295);*/
    color: #333333;
    margin: 10px 0 0 0;
  }

  .title-way-point {
    font-size: 15pt;
    font-weight: 600;
    width: 300px;
    margin: 80px 0 0 60px;
  }

  .title-way-point-on {
    font-size: 15pt;
    font-weight: 600;
    width: 300px;
    margin: 80px 0 0 60px;
  }

  .in-comp {
    float: left;
    width: 50%;
    text-align: center;
    line-height: 30px;
    color: black;
    background: linear-gradient(45deg, #ebebeb, white);
    cursor: pointer;
  }

  .in-comp-zero {
    width: 50%;
  }

  .in-comp-v2 {
    float: left;
    width: 50%;

    text-align: center;
    line-height: 30px;
    color: black;
    background: linear-gradient(45deg, #ebebeb, white);
    cursor: pointer;
  }

  .one-of-two-content {
    display: inline-block;
    margin: 100px 0 0 0;
    width: 60%;
    text-align: left;
    color: white;
    line-height: 25px;
  }

  .one-of-two-content2 {
    display: inline-block;
    margin: 100px 0 0 0;
    width: 80%;
    text-align: left;
    color: white;
    line-height: 25px;
  }
  /* page news */
  .page-news {
    padding: 78px 16px;
  }
  .page-news__aside {
    max-width: 300px;
  }
  /* end page news */
}

@media only screen and (max-width: 1300px) {
  .mate-v3-item {
    width: 25%;
  }
  .mate-v2-item {
    width: 25%;
  }
  .top-menu-item,
  .top-menu-item-bg1,
  .top-menu-item-bg2,
  .top-menu-item-bg3,
  .top-menu-item-bg4 {
    margin: 0 20px 0 20px;
  }

  .job-item {
    width: 50%;
  }

  .job-item-pad {
    height: 140px;
  }
  .advantage-item {
    width: 50%;
  }
}

@media only screen and (max-width: 1200px) {
  .slick-slide img {
    margin: 50px 0 30px 0;
    width: auto;
    height: 300px;
    transition: 0.1s linear;
  }
  .slick-center img {
    margin: 50px 0 30px 0;
    width: auto;
    height: 300px;
    transition: 0.1s linear;
  }
  .vac-wrap {
    width: 100%;
  }
  .logo2 {
    margin: 4px 0 0 20px;
  }

  .top-menu {
    margin: 0 60px 0 180px;
  }

  .top-menu-item,
  .top-menu-item-bg1,
  .top-menu-item-bg2,
  .top-menu-item-bg3,
  .top-menu-item-bg4 {
    margin: 0 25px 0 25px;
  }

  .top-menu-item-on {
    margin: 0 10px 0 10px;
  }

  .lang-version {
    margin: 0 20px 0 0;
  }

  .important-obj-inlist {
    width: 50%;
  }

  .partner-item {
    width: 25%;
  }

  .c-block {
    color: black;
    line-height: 25px;
    text-align: left;
    display: inline-block;
    width: 80%;
    padding: 20px 0 20px 0;
  }

  .single-news-r-h {
    color: black;
    font-size: 17pt;
    font-weight: 500;
    line-height: 23px;
  }

  .object-item {
    float: left;
    width: 50%;
    height: 350px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0.9;
    position: relative;
    cursor: pointer;
  }

  .one-of-two-content {
    display: inline-block;
    margin: 90px 0 0 0;
    width: 70%;
    text-align: left;
    color: white;
    line-height: 25px;
  }

  .one-of-two-content2 {
    display: inline-block;
    margin: 90px 0 0 0;
    width: 80%;
    text-align: left;
    color: white;
    line-height: 25px;
  }

  .title-promo {
    display: none;
  }

  .title-promo-mob {
    display: block;
    width: 100%;
    background: linear-gradient(45deg, #002d6a, #307295);
    overflow: hidden;
    padding: 0 0 0 0;
  }

  .foot-block {
    float: left;
    color: rgba(255, 255, 255, 0.7);
  }

  .fb1 {
    width: 33.333%;
    text-align: left;
    height: 200px;
  }

  .fb2 {
    width: 33.333%;
    text-align: left;
    height: 200px;
  }

  .fb3 {
    width: 33.333%;
    text-align: left;
    height: 200px;
  }

  .fb4 {
    width: 33.333%;
    text-align: left;
    height: 200px;
  }

  .fb5 {
    width: 33.333%;
    text-align: left;
    height: 200px;
  }

  #top-phone {
    display: none;
  }

  #top-phone-ico {
    display: inline-block;
  }

  /*  banner */
  .banner__top .banner__item:first-child {
    width: 50%;
  }

  .banner__top .banner__item:last-child {
    width: 50%;
  }

  .banner__bottom .banner__item:first-child {
    width: 50%;
  }

  .banner__bottom .banner__item:last-child {
    width: 50%;
  }

  .banner__item-title {
    font-size: 20px;
    line-height: 28px;
  }

  .banner__item-text {
    margin-top: 8px;
  }

  .banner__item-btn {
    margin-top: 16px;
  }
  /* end banner */
}

@media only screen and (max-width: 1100px) {
  .mate-v2-item {
    padding: 0;
    margin: 20px 0 20px 0;
    width: 33.333%;
    color: white;
    line-height: 25px;
  }
  .mate-v3-item {
    width: 33.333%;
  }

  .logo2 {
    display: none;
  }

  .logo4 {
    display: block;
  }

  .top-menu {
    margin: 0 60px 0 60px;
  }

  .top-menu-item,
  .top-menu-item-bg1,
  .top-menu-item-bg2,
  .top-menu-item-bg3,
  .top-menu-item-bg4 {
    margin: 0 20px 0 20px;
  }

  .short-t {
    padding: 10px;

    line-height: 24px;
    font-size: 12pt;
    /*background: linear-gradient(45deg, #002d6a, #307295);*/
    color: #333333;
    margin: 10px 0 0 0;
  }

  .objects-parts {
    display: block;
    float: left;
    width: 100%;
  }

  .objects-part-item {
    display: block;
    float: left;
    text-align: center;
    background-size: 50px;
    background-position: center 10px;
    cursor: pointer;
    line-height: 22px;
    height: 130px;
    font-size: 13pt;
    padding: 70px 0 0 0;
    width: 50%;
    transition: 0.1s linear;
    box-sizing: border-box;

    overflow: hidden;
  }

  .objects-part-item:hover {
    background-size: 50px;
    padding: 70px 0 0 0;
  }

  .objects-part-item-on {
    display: block;
    float: left;
    text-align: center;
    background-size: 50px;
    background-position: center 10px;
    cursor: pointer;
    line-height: 22px;
    height: 130px;
    font-size: 13pt;
    padding: 70px 0 0 0;
    width: 50%;
    transition: 0.1s linear;
    box-sizing: border-box;

    overflow: hidden;
  }

  .one-of-two-content {
    display: inline-block;
    margin: 70px 0 0 0;
    width: 70%;
    text-align: left;
    color: white;
    line-height: 25px;
  }

  .one-of-two-content2 {
    display: inline-block;
    margin: 70px 0 0 0;
    width: 80%;
    text-align: left;
    color: white;
    line-height: 25px;
  }

  .title-ways-block-wrap {
    display: none;
  }

  .title-ways-block-mob {
    display: block;
    float: left;
    width: 100%;
  }

  .title-way-t {
    padding: 0 20px 0 180px;

    background-position: 60px center;
    background-repeat: no-repeat;
    background-size: 80px;

    line-height: 30px;
    font-size: 15pt;
    height: 120px;

    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .title-way-point-mob-1 {
    float: left;
    width: 50%;
    padding: 0 0 0 0;
    text-align: left;
    line-height: 0;
    background: linear-gradient(45deg, white, #cccccc);
    background-size: cover;
    color: black;
    overflow: hidden;
    height: 120px;
  }

  .mob-bird {
    width: 20px;
    float: right;
    margin: 55px 30px 0 0;
  }

  .title-tab1,
  .title-tab2,
  .title-tab3,
  .title-tab4 {
    display: none;
    position: absolute;
    width: 100%;
    background: linear-gradient(45deg, white, #cccccc);
    min-height: 520px;
    margin: 0 0 0 0;
    line-height: 30px;
    box-shadow: 20px 20px 15px 3px rgba(0, 0, 0, 0.5);
  }

  .title-tab-header {
    font-size: 20pt;

    padding: 30px 0 30px 100px;
    margin: 40px 0 50px 20px;
    text-align: left;
    color: black;
    background-repeat: no-repeat;
    background-size: 80px;
    background-position: left center;
  }

  .title-ways-sub-mob {
    font-size: 14pt;
    margin: 0 0 0 30px;
    padding: 20px 20px 20px 30px;
    color: black;
    text-align: left;
    background-image: url("../i/gray-bird.png");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 20px;
    cursor: pointer;
  }

  .title-ways-sub-mob:hover {
    color: #1566ab;
  }

  .title-ways-sub-mob-text {
    display: none;
    padding: 0 20px 15px 60px;
    font-size: 10pt;
    line-height: 24px;
    text-align: left;
    color: black;
  }
}

@media only screen and (max-width: 950px) {
  .top-menu-item,
  .top-menu-item-bg1,
  .top-menu-item-bg2,
  .top-menu-item-bg3,
  .top-menu-item-bg4 {
    margin: 0 10px 0 10px;
  }

  .title-brand-item-v2 {
    display: inline-block;
    width: 50%;
    height: 110px;
    float: left;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 60% auto;
    transition: 0.1s linear;
    cursor: pointer;
  }

  .title-way-t {
    padding: 0 20px 0 140px;
    background-position: 20px center;
  }

  .partner-item {
    width: 33.333%;
    background-position: 20px center;
  }

  .partner-item-name {
    text-align: left;
    margin: 150px 0 0 20px;
  }

  .way-end {
    display: inline-block;
    margin: 0 10px 0 10px;
    padding: 0 0 0 0;
    color: #ebebeb;
  }

  .c-block {
    color: black;
    line-height: 25px;
    text-align: left;
    display: inline-block;
    width: auto;
    padding: 20px;
  }

  .cont-block-item:hover {
    box-shadow: 10px 10px 15px 3px rgba(0, 0, 0, 0.2);
    color: black;
    /*background-image: url("../i/bird.png");
        background-position: 10px 18px;
        background-repeat: no-repeat;
        background-size: 20px;*/
    padding: 10px;
    background-color: white;
  }

  .map-about {
    margin: 0 20px 0 20px;
    width: 90%;
    float: none;
    display: inline-block;
    height: 500px;
  }

  .cont-blocks {
    float: none;
    display: inline-block;
    text-align: left;
    color: black;
    margin: 0 20px 0 20px;
    width: auto;
    vertical-align: top;
  }

  .short-t {
    padding: 0;

    line-height: 24px;
    font-size: 12pt;
    /*background: linear-gradient(45deg, #002d6a, #307295);*/
    color: #333333;
    margin: 10px 0 0 0;
  }

  .single-news-r-h {
    color: black;
    font-size: 15pt;
    font-weight: 500;
    line-height: 25px;
  }

  .single-news-t {
    line-height: 28px;
    margin: 10px 0 0 0;
    font-size: 12pt;
  }

  .single-news-r-pad {
    text-align: left;
    padding: 20px;
    line-height: 40px;
  }

  .news-part-item {
    float: left;
    width: 50%;
    text-align: center;
  }

  .news-part-h {
    display: block;
    text-align: center;

    color: white;
    font-size: 12pt;
    font-weight: 400;
    margin: 0 0 0 0;
    cursor: pointer;
    padding: 20px 0 20px 0;
    line-height: 24px;
    background: linear-gradient(45deg, #002d6a, #307295);
  }

  .news-part-h-on {
    display: block;
    text-align: center;

    color: black;
    font-size: 12pt;
    font-weight: 400;
    margin: 0 0 0 0;
    cursor: pointer;
    padding: 20px 0 20px 0;
    line-height: 24px;
    background-color: rgba(255, 255, 255, 0.3);
  }

  .part-text {
    color: black;
    line-height: 25px;
    text-align: left;
    display: inline-block;
    width: 100%;
    padding: 20px 0 20px 0;
  }

  .part-text h2 {
    font-size: 20pt;
    line-height: 28px;
    margin: 0 0 20px 20px;
    font-weight: 400;
  }

  .part-text p {
    line-height: 28px;

    font-size: 12pt;
    font-weight: 400;
    padding: 0 20px 20px 0;
  }

  .part-text ul {
    line-height: 28px;

    font-size: 13pt;
    font-weight: 400;
    padding: 0 0 20px 50px;
  }

  .part-text2 {
    padding: 20px 0 20px 0;
    line-height: 25px;
  }

  .part-text2 h2 {
    font-size: 20pt;
    line-height: 28px;
    margin: 0 0 20px 0;
    font-weight: 400;
    text-align: left;
  }

  .hr-sub-h {
    font-size: 20pt;
    line-height: 28pt;
    text-align: center;
    margin: 20px;
    font-weight: 400;
  }

  .obj-pic-2 {
    float: left;
    width: 100%;
    height: 700px;
    background-position: center 250px;
    background-attachment: unset;
    background-size: cover;
    border-bottom: solid 12px red;
  }

  .way {
    padding: 10px 0 10px 0;
    font-size: 12pt;
    font-weight: 400;
    text-align: left;
  }

  .way-end {
    display: inline-block;
    margin: 0 10px 0 20px;
    padding: 0 0 0 0;
    line-height: 18px;
    color: #ebebeb;
  }

  .obj-padd {
    padding: 40px 20px 40px 20px;
  }

  .obj-pic-stay {
    float: left;
    width: 100%;
    min-height: 400px;
    background-position: center center;
    background-size: cover;
  }

  .intro-object {
    line-height: 25px;
    font-size: 13pt;
    font-weight: 400;
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.8);
    color: black;
    width: 90%;
    margin: 20px 0 20px 0;
    text-align: left;
  }

  .object-item {
    float: left;
    width: 100%;
    height: 350px;
    margin: 0 0 10px 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0.9;
    position: relative;
    cursor: pointer;
  }

  .object-named {
    margin: 0 0 5px 10px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12pt;
    line-height: 20px;
    overflow: hidden;
    color: white;
    display: inline-block;
    background-size: 60px;
    height: 90px;
    padding: 10px 0 10px 90px;
    background-repeat: no-repeat;
    background-position: 10px center;
    display: table-cell;
    vertical-align: middle;
  }

  .mate {
    width: 50%;
  }

  .page-start-h {
    font-size: 20pt;
    font-weight: 600;
    line-height: 35px;
    padding: 10px 0 10px 20px;
    text-align: left;
    width: auto;
  }

  .intro-s1 {
    line-height: 27px;
    font-size: 13pt;
    padding: 0 0 20px 0;
    width: 100%;
  }

  .intro-inside {
    display: inline-block;
    padding: 0 20px 0 20px;
    width: auto;
    text-align: left;
    line-height: 23px;
  }

  .two-blocks-wrap {
    line-height: 27px;
    font-size: 13pt;
    font-weight: 400;
    padding: 0 0 0 0;
    width: 100%;
    float: left;
    margin: 0 0 0 0;
    min-height: 200px;
    background: linear-gradient(45deg, #002d6a, #307295);
  }

  .two-blocks-divline {
    line-height: 27px;
    font-size: 13pt;
    font-weight: 400;
    padding: 0 0 0 0;
    width: 100%;
    float: left;
    margin: 0 0 0 0;
    min-height: 200px;
    background-image: none;
    background-size: 70px;
    background-position: center center;
    background-repeat: no-repeat;
  }

  .one-of-two {
    float: none;
    width: 100%;
    height: auto;
    padding-bottom: 30px;
    text-align: left;
    background-image: url("../i/pattern1.png");
    background-size: 120px;
    background-attachment: fixed;
    background-position: -5px -5px;
  }

  .one-of-two-content {
    display: inline-block;
    margin: 20px 20px 0 20px;
    width: auto;
    text-align: left;
    color: white;
    line-height: 25px;
  }

  .one-of-two-content2 {
    display: inline-block;
    margin: 20px 20px 0 20px;
    width: auto;
    text-align: left;
    color: white;
    line-height: 25px;
  }

  .one-of-two-content-h {
    margin: 0 0 20px 0;
  }

  .three-blocks-wrap {
    line-height: 27px;
    font-size: 13pt;
    font-weight: 400;
    padding: 0 0 0 0;
    width: 100%;
    float: left;
    margin: 0 0 0 0;
    background-color: white;
    color: black;
  }

  .block-more {
    width: 100%;
    text-align: left;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 0 0 0;
    display: inline-block;
  }

  #bl1,
  #bl2,
  #bl3 {
    display: none;
  }

  .bml1 {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin: 0 30px 30px 0;
    float: left;
    width: 150px;
    height: 150px;
    border-radius: 150px;
    box-shadow: 25px 25px 15px 3px rgba(0, 0, 0, 0.2);
  }

  .block-more-r {
    margin: 0 0 0 0;
    line-height: 30px;
    padding: 20px 20px 10px 20px;
    font-size: 12pt;
    background: linear-gradient(45deg, #ebebeb, white);
  }

  .bird-box {
    text-align: center;
    margin: 0 20px 5px 20px;
    cursor: pointer;
    height: 50px;
    background-image: url("../i/gray-bird-up.png");
    background-position: center center;
    background-size: 20px;
    background-repeat: no-repeat;
  }

  .header4 {
    font-weight: 400;
    font-size: 20pt;
    line-height: 30px;
    display: block;
    float: left;
    width: 100%;
    text-align: center;
    padding: 40px 0 30px 0;
    color: black;
    background: linear-gradient(45deg, #d8d8d8, white);
  }

  .title-about-block-intro-header {
    font-size: 20pt;
    text-transform: uppercase;
    color: black;
    line-height: 40px;
    text-align: left;

    margin: 10px 20px 0 8px;
  }

  .title-about-block-intro-header-line1 {
    font-weight: 400;
  }

  .title-about-block-intro-header-line2 {
    font-weight: 400;
    font-size: 30pt;
  }

  .title-about-text {
    padding: 10px 20px 0 10px;
    font-weight: 400;
    font-size: 12pt;
    text-align: left;
    line-height: 22px;
  }

  .title-about-bg {
    float: left;
    width: 100%;
    height: auto;
    background: linear-gradient(45deg, #cccccc, white);
  }

  .title-about-menu {
    float: left;
    text-align: left;
    width: 100%;
    height: auto;
    background: linear-gradient(45deg, #002d6a, #307295);
  }

  .title-about-block-menu {
    margin: 0;
    color: white;
    line-height: 25px;
  }

  .title-about-block-menu-pad {
    float: left;
    width: 45%;
    margin: 15px 0 15px 0;
  }

  .title-about-block-menu-pad2 {
    float: right;
    width: 45%;
    margin: 15px 20px 15px 0;
  }

  .title-about-block-menu-header {
    font-size: 12pt;
    text-transform: uppercase;
    margin: 10px 0 0 20px;
    height: 50px;
    line-height: 22px;
    font-weight: 600;
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
  }

  .more-about-link {
    margin: 0 0 0 20px;
  }

  .title-about-bg-img {
    padding: 30px 20px 20px 10px;
    background-image: url("../i/logo-lines2.png");
    background-repeat: no-repeat;
    background-position: -190px -220px;
    background-size: 900px;
  }

  .main-header {
    display: inline-block;
    width: 100%;
    line-height: 0;
    background: linear-gradient(45deg, #002d6a, #307295);
    padding: 10px 0 10px 0;
  }

  .sub-menu-subfolder {
    float: left;
    min-width: 200px;
    margin: 0 0 0 20px;
  }

  .sub-menu-subfolder-noh {
    margin: 0 0 0 20px;
    float: left;
    min-width: 200px;
  }

  .content2 {
    background-color: #cccccc;

    width: 100%;
    background-image: url("../i/pattern1.png");
    background-size: 190px;
    background-attachment: fixed;
    background-position: -5px -5px;
    padding: 70px 0 0 0;
  }

  .title-promo-section1-mob {
    float: left;
    padding: 100px 0 0 0;
  }

  .title-promo-section2-mob {
    float: left;
    padding: 100px 0 0 0;
  }

  .title-promo-section3-mob {
    float: left;
    padding: 100px 0 0 0;
  }

  .title-promo-section-tblock-mob {
    margin: 0 0 0 20px;
    z-index: 11;
    padding: 0;

    text-align: left;
    text-decoration: none;
  }

  .promo-section-link-mob {
    margin: 30px 0 30px 20px;
  }

  .news-item-tit {
    float: left;
    width: 100%;
    cursor: pointer;
    display: block;
    text-decoration: none;
    background: linear-gradient(45deg, #cccccc, white);
    color: black;
  }

  .news-header {
    padding: 0 10px 0 15px;
    font-size: 12pt;
    line-height: 22px;
    display: table-cell;
    vertical-align: middle;
    text-align: left;
  }

  .news-pic {
    display: table-cell;
    width: 40%;
    height: 150px;
    background-color: rgba(255, 255, 255, 0.3);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }

  .important-objs {
    width: 100%;
    float: left;
    overflow: hidden;
    height: 300px;
    padding: 0;
    position: relative;
  }

  .important-header {
    float: left;
    vertical-align: middle;

    font-size: 25pt;
    padding: 70px 0 100px 20px;
    width: 260px;
    text-align: left;
    font-weight: 400;
    color: white;
    text-decoration: none;
    transition: 0.1s linear;
    line-height: 33px;
    overflow: hidden;
    height: 140px;
  }

  .important-obj-inlist {
    width: 50%;
  }

  .title-objects-wrap-v2 {
    position: relative;
    overflow: hidden;
    margin: 0 0 0 260px;
  }

  .important-header-2 {
    padding: 100px 0 50px 20px;
    width: 260px;
  }

  .important-obj-r2 {
    height: 220px;
  }

  .important-obj-l2 {
    height: 220px;
  }

  .arrs {
    width: 20px;
    margin: 100px 0 0 0;
  }

  .partner-title-list {
    position: relative;
    overflow: hidden;
    margin: 0 0 0 280px;
  }

  .important-obj-info {
    display: block;
    line-height: 22px;
    text-align: center;
    font-size: 11pt;
    padding: 10px;
    font-weight: 600;
    color: black;
    opacity: 0.8;
  }

  .infooter {
    margin: 35px 20px 0 20px;
    text-align: center;
  }

  .foot-block-last-pad {
    margin: 20px 20px 0 20px;
    text-align: center;
    flex-direction: column;
    gap: 16px;
  }

  #left-arrow {
    width: 30px;
    background-size: 10px;
  }
  #left-arrow:hover {
    background-size: 20px;
  }
  #right-arrow {
    width: 30px;
    background-size: 10px;
  }
  #right-arrow:hover {
    background-size: 20px;
  }

  #left-arrow2 {
    width: 30px;
    background-size: 10px;
    height: 350px;
  }

  #right-arrow2 {
    width: 30px;
    background-size: 10px;
    height: 350px;
  }
  #left-arrow2:hover {
    background-size: 20px;
  }
  #right-arrow2:hover {
    background-size: 20px;
  }

  .office-gal {
    margin: 0 20px 0 20px;
    height: 450px;
  }
  .slide-container {
    color: white;
    line-height: 15px;
    text-align: center;
  }

  /* page-error */
  .page-error {
    padding: 40px 16px 50px;
  }

  .page-error__title {
    margin-top: 10px;
    font-size: 24px;
    line-height: 32px;
  }

  .page-error__text {
    font-size: 16px;
    line-height: 24px;
    margin-top: 8px;
  }

  .page-error__button {
    margin-top: 24px;
    font-size: 18px;
    line-height: 26px;
  }
  /* end page error */

  /* page news */
  .page-news__wrap {
    flex-direction: column;
    margin-top: 16px;
  }
  .page-news__aside {
    max-width: 100%;
    position: relative;
    top: 0;
  }
  .page-news__article {
    max-width: 992px;
    width: 100%;
    overflow: visible;
  }

  .page-news__title {
    font-size: 24px;
    line-height: 32px;
  }

  .page-news__gallery .swiper {
    width: calc(100% + 32px);
    margin-left: -16px;
    padding: 0 16px;
    box-sizing: border-box;
  }

  .page-news__gallery-buttons {
    display: none;
  }

  .page-news__wrap {
    gap: 32px;
  }
  /* end page news */

  /*  banner  */
  .banner {
    height: auto;
  }
  .banner__wrap {
    flex-direction: column;
  }
  .banner__left {
    width: 100%;
  }
  .banner__top {
    flex-direction: column;
  }
  .banner__bottom {
    flex-direction: column;
  }
  .banner__top .banner__item:first-child {
    width: 100%;
  }
  .banner__top .banner__item:last-child {
    width: 100%;
  }
  .banner__bottom .banner__item:first-child {
    width: 100%;
  }
  .banner__bottom .banner__item:last-child {
    width: 100%;
  }
  .banner__right {
    width: 100%;
  }
  .banner__item {
    padding: 8px 16px;
    min-height: 300px;
  }
  .banner__item-text {
    display: none;
  }
  .banner__item:hover .banner__item-content {
    max-height: none;
  }
  .banner__item-content {
    max-height: none;
  }
  /* end banner  */

  /* direction page */
  .direction-page__item {
    flex-direction: column-reverse;
  }

  .direction-page__items .direction-page__item:nth-child(even) {
    flex-direction: column-reverse;
  }

  .direction-page__item-image {
    width: 100%;
    height: 200px;
  }

  .direction-page__item-info {
    width: 100%;
    padding: 24px 16px;
  }

  .direction-page__item-title {
    font-size: 20px;
    line-height: 28px;
  }

  .direction-page__item-text {
    font-size: 16px;
    line-height: 24px;
  }

  .direction-page__item-buttons {
    flex-direction: column;
  }

  .direction-page__item-btn {
    max-width: 100%;
    height: 48px;
  }

  .direction-page__item-count {
    font-size: 64px;
    line-height: 72px;
    top: 24px;
    right: 16px;
  }

  .direction-page__items
    .direction-page__item:nth-child(even)
    .direction-page__item-count {
    left: unset;
    right: 16px;
  }

  .direction-page__banner {
    padding: 2px 16px;
  }

  .direction-page__banner-title {
    font-size: 24px;
    line-height: 32px;
  }

  .direction-page__item-logo {
    position: relative;
    margin: 24px auto 0;
    max-width: 72px;
    width: 100%;
    height: 72px;
  }

  .direction-page__item-logo img {
    width: 100%;
    height: 100%;
  }
  /* end direction page */
  .foot-block-last {
    min-height: 75px;
  }
}

@media only screen and (max-width: 810px) {
  .mate-v2-item {
    width: 50%;
  }
  .mate-name-wrap-v2 {
    width: 90%;
    border: solid 1px red;
  }
  .mate-v2-name {
    width: 150px;
    font-size: 13pt;
    border: solid 1px red;
  }
  .mate-v2-post {
    width: 150px;
    font-size: 10pt;
    border: solid 1px red;
  }
  .mate-v3-item {
    width: 50%;
  }
  .hr-back-wrap {
    float: left;
    width: 100%;
  }

  .gal-item-hr {
    height: 150px;
  }

  .job-item {
    width: 100%;
  }
  /*.advantage-item{
        width: 100%;
    }*/
  .job-item-pad {
    height: auto;
  }

  .job-title {
    display: block;
    font-weight: 500;
    font-size: 11pt;
    line-height: 20px;
    padding: 0 0 0 0;
  }

  .hr-block {
    background-image: url("../media-gal/career23s.jpg");
    background-repeat: no-repeat;
    background-size: 1000px;
    background-position: left top;
  }

  .hr-block-header {
    font-weight: 400;
    font-size: 40pt;
    line-height: 50px;
    margin: 70px 0 70px 20px;

    text-align: left;
    display: inline-block;
  }

  .single-news-l {
    float: left;
    width: 100%;
    background: linear-gradient(45deg, #ebebeb, white);
  }

  .single-news-r {
    float: right;
    width: 100%;
    background: linear-gradient(45deg, #ebebeb, white);
  }

  .title-way-point-mob-4 {
    padding: 40px 0 60px 0;
  }
}

@media only screen and (max-width: 800px) {
  .job-history-pic {
    width: 100%;
    height: 300px;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.3);
    text-align: center;
    border: none;
  }
  /*
    .job-history-pic img {
        width: 100%;
        max-width: 370px;

    }*/

  .job-history-text {
    float: left;
    margin: 20px 0 0 0;
  }
  .uni-block1 {
    float: left;
    background-image: url("../i/dgtu.jpg");
    background-size: cover;
    width: 100%;
    height: 400px;
    background-position: center center;
  }

  .uni-block2 {
    position: absolute;
    margin: 400px 0 0 0;
    width: 90%;
    height: 40px;
  }

  .uni-block3 {
    float: left;
    margin: 70px 20px 0 0;
    text-align: left;
  }

  .tblock {
    line-height: 30px;
    font-size: 13pt;
    font-weight: 400;
    margin: 0 0 20px 0;
  }

  .inst-item-wrap {
    width: 100%;
  }

  .inst-item {
    margin: 0 0 10px 0;
    font-size: 14pt;
    padding: 12px;
    background-color: rgba(255, 255, 255, 0.2);
  }

  .objects-part-item {
    display: block;
    float: left;
    text-align: center;
    background-size: 30px;
    background-position: center 10px;
    cursor: pointer;
    line-height: 19px;
    height: 100px;
    font-size: 11pt;
    padding: 50px 0 0 0;
    width: 50%;
    transition: 0.1s linear;
    box-sizing: border-box;
    overflow: hidden;
  }

  .objects-part-item:hover {
    background-size: 50px;
    padding: 70px 0 0 0;
  }

  .objects-part-item-on {
    display: block;
    float: left;
    text-align: center;
    background-size: 30px;
    background-position: center 10px;
    cursor: pointer;
    line-height: 19px;
    height: 100px;
    font-size: 11pt;
    padding: 50px 0 0 0;
    width: 50%;
    transition: 0.1s linear;
    box-sizing: border-box;

    overflow: hidden;
  }

  .important-objs {
    width: 100%;
    float: left;
    overflow: hidden;
    height: auto;
    padding: 0 0 0 0;
    position: relative;
  }

  .important-objs2 {
    width: 100%;
    float: left;
    overflow: hidden;
    height: 200px;
    padding: 0 0 0 0;
    position: relative;
  }

  .important-header {
    float: none;

    width: 100%;
    vertical-align: middle;
    font-size: 25pt;
    padding: 20px 0 20px 0;
    text-align: center;
    font-weight: 400;
    color: white;
    text-decoration: none;
    transition: 0.1s linear;
    line-height: 33px;
    overflow: hidden;
    height: 90px;
  }

  .more-b2 {
    color: white;
    font-size: 12pt;
    font-weight: 400;
    line-height: 20px;
    padding: 10px 0 10px 0;
    margin: 5px 0 10px 0;
    display: inline-block;
    text-decoration: none;
    /*background-color: rgba(255, 255, 255, 0.1);*/
    float: none;
    transition: 0.1s linear;
  }

  .more-b4 {
    color: black;
    font-size: 12pt;
    font-weight: 400;
    line-height: 20px;
    padding: 10px 0 10px 0;
    margin: 5px 0 10px 0;
    display: inline-block;
    text-decoration: none;
    /*background-color: rgba(255, 255, 255, 0.1);*/
    float: none;
    transition: 0.1s linear;
  }

  .title-objects-wrap {
    position: relative;
    overflow: hidden;
    margin: 0 60px 0 60px;
  }

  .title-objects-wrap-v2 {
    position: relative;
    overflow: hidden;
    margin: 0 0 0 0;
  }

  .title-promo-section1-mob {
    float: left;
    width: 100%;
    padding: 100px 0 0 0;
  }

  .title-promo-section2-mob {
    float: left;
    width: 100%;
    padding: 30px 0 0 0;
  }

  .title-promo-section3-mob {
    float: left;
    width: 100%;
    padding: 30px 0 0 0;
  }

  .promo-section-header-mob {
    display: block;
    text-decoration: none;

    font-size: 19pt;
    line-height: 32px;
    font-weight: 500;
    text-align: left;
    cursor: pointer;
    height: auto;
  }

  .promo-section-short-mob {
    font-size: 11pt;
    line-height: 20px;
    font-weight: 400;
    text-align: left;
    width: 95%;
    height: auto;
    margin: 20px 0 0 0;
  }
}

@media only screen and (max-width: 700px) {
  .logo2 {
    display: block;
  }

  .logo4 {
    display: none;
  }

  .top-menu {
    display: none;
  }

  .sand-menu {
    display: block;
    float: right;
    padding: 0;
    margin: 0 20px 0 0;
    height: 40px;
    width: 50px;
    color: white;
    line-height: 0;
    text-align: center;
    padding: 10px 0 0 0;
    cursor: pointer;
    opacity: 0.9;
  }

  .sand-menu:hover {
    opacity: 1;
  }

  .sand-menu-line {
    width: 30px;
    height: 2px;
    margin: 4px 0 3px 0;
    background-color: white;
    display: inline-block;
  }

  .title-way-t {
    padding: 0 20px 0 120px;

    background-position: 20px center;
    background-repeat: no-repeat;
    background-size: 80px;

    line-height: 30px;
    font-size: 14pt;
    height: 120px;
    font-weight: 600;

    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .title-way-point-mob-1 {
    float: left;
    width: 100%;
    padding: 0 0 0 0;
    text-align: left;
    line-height: 0;
    background: linear-gradient(45deg, white, #cccccc);
    background-size: cover;
    color: black;
    overflow: hidden;
    height: 120px;
  }

  .partner-item {
    width: 50%;
    background-position: 20px center;
  }

  .partner-item-name {
    text-align: left;
    margin: 150px 0 0 20px;
  }

  .mate-card-full {
    height: 130px;
  }

  .mate-name-full {
    margin: 0 20px 5px 20px;
    font-weight: 600;
    font-size: 11pt;
    line-height: 20px;
  }

  .mate-info {
    font-size: 10pt;
    font-weight: 400;
    line-height: 16px;
    margin: 0 20px 0 20px;
  }

  .in-comp {
    float: left;
    width: 100%;
    text-align: center;
    line-height: 30px;
    color: black;
    background: linear-gradient(45deg, #ebebeb, white);
    cursor: pointer;
    height: auto;
  }

  .in-comp-zero {
    display: none;
  }

  .in-comp-v2 {
    float: left;
    width: 100%;

    text-align: center;
    line-height: 30px;
    color: black;
    background: linear-gradient(45deg, #ebebeb, white);
    cursor: pointer;
    height: auto;
  }

  .comp-logo {
    float: left;
    width: 25%;
    text-align: left;
  }

  .comp-logo-img {
    width: 90%;
    max-width: 100px;
    margin: 30px 0 0 20px;
    height: auto;
  }

  .comp-inf {
    float: right;
    width: 65%;
    margin: 30px 0 0 0;
    text-align: left;
  }

  .comp-inf h2 {
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    margin: 0 0 20px 0;
  }

  .more-info {
    font-weight: 400;
    line-height: 21px;
    margin: 13px 20px 0 0;
    font-size: 10pt;
    padding: 0 0 30px 0;
  }

  .important-header-2 {
    float: none;

    width: 100%;
    vertical-align: middle;
    font-size: 25pt;
    padding: 20px 0 20px 0;
    text-align: center;
    font-weight: 400;

    text-decoration: none;
    transition: 0.1s linear;
    line-height: 33px;
    overflow: hidden;
    height: 45px;
  }

  .title-brand-item-v2 {
    display: inline-block;
    width: 50%;
    height: 110px;
    float: left;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 40% auto;
    transition: 0.1s linear;
    cursor: pointer;
  }

  .important-objs2 {
    width: 100%;
    float: left;
    overflow: hidden;
    height: 300px;
    padding: 0 0 0 0;
    position: relative;
  }

  .partner-title-list {
    position: relative;
    overflow: hidden;
    margin: 0 0 0 0;
  }

  .foot-block {
    float: left;
    line-height: 18px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 12pt;
  }

  .foot-block-pad {
    margin: 2px;
    padding: 10px 20px 10px 0;

    font-weight: 400;
  }

  .fb1 {
    width: 50%;
    text-align: left;
  }

  .fb2 {
    width: 50%;
    text-align: left;
  }

  .fb3 {
    width: 50%;
    text-align: left;
    height: auto;
  }

  .fb4 {
    width: 50%;
    text-align: left;
    height: auto;
  }

  .fb5 {
    width: 100%;
    text-align: left;
    height: 180px;
    padding: 0 0 0 0;
    margin: 0 0 30px 0;
    border-top: solid 1px rgba(255, 255, 255, 0.2);
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
  }

  .foot-addr {
    display: inline-block;
    padding: 0 0 0 30px;
    background-image: url("../i/map-ico.png");
    background-size: 10px;
    background-position: left center;
    background-repeat: no-repeat;
  }

  .foot-phone {
    display: inline-block;
    padding: 0 0 0 30px;
    background-image: url("../i/phone-ico.png");
    background-size: 15px;
    background-position: left center;
    background-repeat: no-repeat;
  }

  .foot-email {
    display: inline-block;
    padding: 0 0 0 30px;
    background-image: url("../i/mail-ico.png");
    background-size: 15px;
    background-position: left center;
    background-repeat: no-repeat;
  }
}

@media only screen and (max-width: 550px) {
  .mate-v3-item {
    width: 100%;
  }

  .title-brand-item-v2 {
    display: inline-block;
    width: 50%;
    height: 110px;
    float: left;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 60% auto;
    transition: 0.1s linear;
    cursor: pointer;
  }
}
