
.item_menu:hover, .header_phone:hover {
  color: #107baf;
}

.header_phone:hover .svg_phone, .header_mail:hover .svg_mail {
  fill: #107baf;
}

.has_submenu:hover .arrow__left, .has_submenu:hover .arrow__right {
  background-color: #107baf;
}
.header_logo {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.has_submenu::before {
  border-color: #000
}
.arrow__left, .arrow__right{
   background-color: #000;
}
.header_right {
  padding-right: 17px;
}

.header_darken {
  width: 100%;
  background: none;
}

.header_line {
  width: 100%;
  background: none;
}

.header_content {
  color: #000;
}

.ham_line {
  stroke: #000;
}
.header_content .logo_mobile, .header_content .svg_mail, .header_content .svg_phone{
   fill: #000;
}
.header_content_act .logo_mobile, .header_content_act .svg_mail, .header_content_act .svg_phone{
   fill: #fff;
}
/* .header_content svg {
  fill: #000;
} */
/* .header_content_act svg{
   fill: #fff;
} */
body {
  /* min-width: 1070px; */
  color: #454545;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

.partners {
  height: 100%;
  background: url('../img/partners_bg.png') no-repeat center center;
  overflow: hidden;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
}

.partners_wrapper {
  position: absolute;
  /* top: 80px; */
  bottom: -webkit-calc(50% - 177px);
  bottom: calc(50% - 177px);
  left: 0;
  right: 0;
  margin: auto;
  /* min-height: 330px; */
}

.partners_wrapper img {
  max-width: inherit;
}

.parallax_layers {
  position: absolute;
  -webkit-transition: top .5s, left .5s, opacity .5s ease .15s;
  -o-transition: top .5s, left .5s, opacity .5s ease .15s;
  transition: top .5s, left .5s, opacity .5s ease .15s;
  opacity: 0;
  z-index: 6;
}

.parallax_level6_left {
  left: 0%;
  margin-left: -551px;
  top: -210px;
}

.parallax_level6_left img {
  /*width: 220px;*/
}

.parallax_level6_right {
  left: 110%;
  margin-left: 250px;
  top: -240px;
}

.parallax_level6_right img {
  /*width: 220px;*/
}

.parallax_level5 {
  left: 50%;
  margin-left: -551px;
  top: -404px;
}

.parallax_level4_left {
  left: -10%;
  margin-left: -678px;
  top: 194px;
  z-index: 3;
}

.parallax_level4_left img {
  /*width: 683px;*/
}

.parallax_level4_right {
  left: 110%;
  margin-left: -10px;
  top: 199px;
  z-index: 3;
}

.parallax_level4_right img {
  /* width: 683px; */
}

.parallax_level3_left {
  left: 0%;
  margin-left: -570px;
  top: 346px;
}

.parallax_level3_left img {
  width: 350px;
}

.parallax_level3_right {
  left: 100%;
  margin-left: 234px;
  top: 312px;
}

.parallax_level3_right img {
  /*width: 300px;*/
}

.parallax_level2_left {
  left: -10%;
  margin-left: -567px;
  top: 755px;
}

.parallax_level2_left img {
  /*width: 500px;*/
}

.parallax_level2_right {
  left: 120%;
  margin-left: 66px;
  top: 667px;
}

.parallax_level2_right img {
  /*width: 663px;*/
}

.parallax_level1 {
  left: 50%;
  margin-left: -690px;
  top: 838px;
  z-index: 3;
}

.partners_button {
  display: none;
  width: 602px;
  height: 354px;
  background: url(../img/partners_button.png) no-repeat center;
  -webkit-background-size: contain;
  background-size: contain;
  font-family: "Big_Noodle_Titling_Cyr";
  text-align: center;
  margin: 0 auto;
  font-size: 40px;
  top: 6px;
  z-index: 7;
  color: #000;
  position: relative;
  line-height: 47px;
  margin-top: -20px;
}

.partners_button p {
  text-shadow: 2px 2px 1px #7bb859, -2px -2px 1px #f2d934;
  position: relative;
  z-index: 7;
}

.partners_button p:nth-child(1) {
  padding-top: 64px;
  margin-bottom: 0px;
}
.partners_button p:nth-child(1):hover{
   transform: scale(1.2) translateY(-5px);
}
.partners_button p:last-child:hover{
   transform: scale(1.2);
}
.partners_button .big {
  /* padding-top: 20px; */
  font-size: 32px;
  font-family: 'FiraSans';
  font-weight: 500;
  line-height: normal;
  margin: 1px auto;
  text-transform: uppercase;
}

.partners_button .middle {
  font-size: 22px;
  font-family: "FiraSans";
  margin-bottom: 20px;
  line-height: normal;
  margin: 0;
  transition: .5s;
}

.partners_button .img {
  height: 83px;
  background: url('../img/spr_fight.png') no-repeat top center;
  margin-bottom: 10px;
  margin-left: 20px;
  -webkit-animation: callVSsend .5s steps(10, end) infinite;
  animation: callVSsend .5s steps(10, end) infinite;
}

@-webkit-keyframes callVSsend {
  0% {
    background-position: center 0;
  }

  100% {
    background-position: center -830px;
  }
}

@keyframes callVSsend {
  0% {
    background-position: center 0;
  }

  100% {
    background-position: center -830px;
  }
}

.partners_text {
  width: 540px;
  margin: 0 auto;
  position: relative;
  z-index: 8;
  font-size: 18px;
  position: relative;
  top: -80px;
}

.partners_text .title {
  font-weight: 500;
  text-align: center;
  color: #107baf;
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 15px;
}

.partners_text .title:after {
  content: "";
  width: 58px;
  border-bottom: 2px solid #107baf;
  margin: 0 auto;
  display: block;
}

.contact_rekvizity {
  margin: 0 auto;
  width: 91px;
  margin-bottom: 10px;
}

.contact_rekvizity:after {
  background-color: #000;
}

.contact_rekvizity:hover:after {
  width: 92px;
}

.partners-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 15px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  text-align: center;
  font-family: 'futuris2cyrillic';
  z-index: 5
}

.partners .footer {
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 18px;
  color: #1e1e1e;
  z-index: 8;
}
.copyright{
   color: #1e1e1e;
}
#call-me {
  width: 400px;
  height: 400px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #000;
  text-align: center;
  color: #fff;
  font-family: "Big_Noodle_Titling_Cyr";
  padding-top: 38px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#call-me .big {
  font-size: 50px;
}

#call-me .middle {
  font-size: 22px;
  font-family: "FiraSans";
  margin-bottom: 20px;
}

#call-me .middle.spec {
  margin-top: 10px;
}

.call_me_anim {
  margin: 0 auto;
  background-image: url(../img/icon_phoneVSmail_sprite.png);
  width: 132px;
  height: 81px;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: -9px;
}

.call_me_anim:hover {
  -webkit-animation: call_me_hover .15s steps(3, end);
  animation: call_me_hover .15s steps(3, end);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes call_me_hover {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 0 -232px;
  }
}

@keyframes call_me_hover {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 0 -232px;
  }
}

@media only screen and (max-width:1450px) {
   .partners_text {
     top: 0px;
   }
  .partners_wrapper {
    top: 60px;
    bottom: auto;
  }
}
@media only screen and (max-width:1450px) and (min-height:1000px){
   .partners_text {
     top: -80px;
   }
   .partners_wrapper {
     top: auto;
     bottom: calc(50% - 177px);
   }
}
@media only screen and (max-width:1380px) {
  .parallax_level4_left {
    margin-left: -583px;
  }

  .parallax_level4_left img, .parallax_level4_right img {
    width: 583px;
  }

  .parallax_level3_left img, .parallax_level3_right img {
    width: 270px;
  }

  .parallax_level3_left {
    margin-top: 50px;
    margin-left: -460px;
  }

  .parallax_level3_right {
    margin-top: 50px;
    margin-left: 250px;
  }

  .parallax_level2_right {
    margin-left: 100px;
  }

  .parallax_level2_right img {
    width: 483px;
  }

  .parallax_level2_left {
    margin-left: -400px;
  }

  .parallax_level2_left img {
    width: 363px;
  }

  .parallax_level6_right, .parallax_level6_left {
    display: none;
  }
}

@media only screen and (max-width:1166px) {
  .parallax_level4_left {
    margin-left: -453px;
  }

  .parallax_level4_left img, .parallax_level4_right img {
    width: 483px;
  }

  .parallax_level3_left img, .parallax_level3_right img {
    width: 220px;
  }

  .parallax_level3_left {
    margin-top: 100px;
    margin-left: -370px;
  }

  .parallax_level3_right {
    margin-top: 50px;
    margin-left: 220px;
  }

  .parallax_level2_right {
    margin-left: 70px;
  }

  .parallax_level2_right img {
    width: 403px;
  }

  .parallax_level2_left {
    margin-left: -310px;
  }

  .parallax_level2_left img {
    width: 303px;
  }
}
@media only screen and (max-width:1041px) {
   .header_right {
     padding-right: 0px;
   }
}
@media only screen and (orientation: landscape) and (max-height: 500px), (max-width: 700px) {
   .parallax_level1, .parallax_level2_left, .parallax_level2_right, .parallax_level3_right, .parallax_level3_left, .parallax_level4_left, .parallax_level4_right, .parallax_level5 {
     display: none;
   }
}
@media only screen and (max-width:620px) {
   .partners {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
  }
  .partners_text {
    width: 350px;
  }
  .partners_text p{
     margin-bottom: 30px;
 }
  .partners_wrapper {
     top: auto;
    padding-top: 40px;
  }
  .partners_button {
    width: 362px;
  }
}

@media only screen and (max-width:404px) {
  .partners_wrapper {
    width: 93%;
  }
  .partners_button {
    width: 100%;
  }
  .partners_text{
     width: 94%;
 }
}
@media only screen and (orientation:portrait) and (min-width: 750px) {
   .partners_text {
     top: -80px;
   }
   .partners_wrapper {
     top: auto;
     bottom: calc(50% - 177px);
   }
}

@media only screen and (orientation:portrait) and (max-width: 750px) {
   .partners_wrapper {
     top: auto;
     bottom: auto;
   }
   .partners_text {
     top: -30px;
   }
  body {
    overflow-y: scroll;
    min-height: 100vh;
    height: auto;
  }
  .partners {
    height: auto;
    min-height: 100vh;
  }
  .partners_wrapper {
    position: relative;
    height: auto;
    /* margin-bottom: 30px; */
  }
  .partners .footer {
    position: relative;
    bottom: auto;
    margin-bottom: 10px;
    margin-top: 20px;
  }
}
@media only screen and (orientation:portrait) and (max-height: 724px) {
   .partners_text {
     top: 0px;
   }
}


@media only screen and (min-width: 1450px) and (max-height: 640px){
   body{
      height: 640px;
      overflow-y: scroll;
   }
}
@media only screen and (min-width: 620px) and (max-height: 629px){
   body{
      height: 629px;
      overflow-y: scroll;
   }
}
@media only screen and (max-width: 620px) and (max-height: 660px) and (orientation: landscape){
   body{
      height: 660px;
      overflow-y: scroll;
   }
}
