/* ---------------------------------------- */

.hamburger.act > i {
    background-color: transparent;
    transform: rotate(90deg);
}
.hamburger.act > i:before {
    transform: translate(-50%, -50%) rotate(315deg);
}
.hamburger.act > i:after {
    transform: translate(-50%, -50%) rotate(-315deg);
}
.hamburger.act close {
    color: #FEFEFE;
    width: 100%;
}
.hamburger.act open {
    color: rgba(0, 0, 0, 0);
    width: 0;
}

.hamburger {
    z-index: 2000;
    position: relative;
    height: 56px;
    width: 56px;
    min-width: 56px;
    transition: 0.4s;
    cursor: pointer;
}
.hamburger:hover {
    background: #4652b1;
}
.hamburger text close,
.hamburger text open {
    text-transform: uppercase;
    font-size: .8em;
    align-text: center;
    position: absolute;
    transform: translateY(50px);
    text-align: center;
    overflow: hidden;
    transition: width .25s .35s, color .45s .35s;
}
.hamburger text close {
    color: rgba(0, 0, 0, 0);
    right: 0;
    width: 0;
}
.hamburger text open {
    color: #FEFEFE;
    width: 100%;
}
.hamburger > i {
    position: absolute;
    width: 30px;
    height: 2px;
    top: 50%;
    background-color: #FEFEFE;
    pointer-events: auto;
    transition-duration: .35s;
    transition-delay: .35s;
    margin-left: 13px;
}
.hamburger > i:before, .hamburger > i:after {
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    left: 50%;
    background-color: #FEFEFE;
    content: "";
    transition: transform 0.35s;
    transform-origin: 50% 50%;
}
.hamburger > i:before {
    transform: translate(-50%, -10px);
}
.hamburger > i:after {
    transform: translate(-50%, 10px);
}

.hamburger {
    position: relative;
}
.logo-mob-footer{
    display: none;
}
.info-right-block:nth-child(1) img{
    margin-bottom: 4px;
}
.info-right-block:nth-child(3) img{
    margin-bottom: 2px;
}

.menu-blocks{
    width: 100vw;
    min-width: 320px;
    height: 95vh;
    z-index: 2100;
    position: fixed;
    top: calc( -100% - 300px );
    left: 0;
    transition:All 0.5s ease;
    -webkit-transition:All 0.5s ease;
    -moz-transition:All 0.5s ease;
    -o-transition:All 0.5s ease;
    background-image: url(/d/menu_back.jpg);
    background-color: rgba(255,255,255,0.95);
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0px 5px 10px 0px rgba(39, 47, 57, 0.65);
    border-bottom: 5px solid #303f9f;
}
.menu-blocks.act{
    top: 0;
}
.menu-fix-cont{
    width: calc( 100% - 48px );
    height: calc( 100% - 120px );
    margin: 120px 24px 0px 24px;
    overflow-y: scroll;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    align-items: flex-start;
}
.menu-fix-cont > div {
    width: 260px;
    float: left;
    margin: 0px 0px 24px 24px;
}

a.title-menu{
}
a.title-menu:after{
    display: none;
}
@-webkit-keyframes title-menu-animation {
  0%   { width: 155px; height: 4px; }
  50%  { width: 155px; height: 12px; }
  100% { width: 235px; height: 12px; }
}
@-moz-keyframes title-menu-animation {
  0%   { width: 155px; height: 4px; }
  50%  { width: 155px; height: 12px; }
  100% { width: 235px; height: 12px; }
}
@-o-keyframes title-menu-animation {
  0%   { width: 155px; height: 4px; }
  50%  { width: 155px; height: 12px; }
  100% { width: 235px; height: 12px; }
}
@keyframes title-menu-animation {
  0%   { width: 155px; height: 4px; }
  50%  { width: 155px; height: 12px; }
  100% { width: 235px; height: 12px; }
}
@-webkit-keyframes title-menu-animation-2 {
  0%   { width: 235px; height: 12px; }
  50%  { width: 155px; height: 12px; }
  100% { width: 155px; height: 4px; }
}
@-moz-keyframes title-menu-animation-2 {
  0%   { width: 235px; height: 12px; }
  50%  { width: 155px; height: 12px; }
  100% { width: 155px; height: 4px; }
}
@-o-keyframes title-menu-animation-2 {
  0%   { width: 235px; height: 12px; }
  50%  { width: 155px; height: 12px; }
  100% { width: 155px; height: 4px; }
}
@keyframes title-menu-animation-2 {
  0%   { width: 235px; height: 12px; }
  50%  { width: 155px; height: 12px; }
  100% { width: 155px; height: 4px; }
}
a.title-menu:before{
    position: absolute;
    content: '';
    width: 155px;
    height: 4px;
    background-color: #f3d748;
    left: 0;
    bottom: -15px;
    -webkit-animation: title-menu-animation-2 0.3s 1;
    -moz-animation:    title-menu-animation-2 0.3s 1;
    -o-animation:      title-menu-animation-2 0.3s 1;
    animation:         title-menu-animation-2 0.3s 1;
}
a.title-menu:hover:before{
    width: 235px;
    height: 12px;
    -webkit-animation: title-menu-animation 1s 1;
    -moz-animation:    title-menu-animation 1s 1;
    -o-animation:      title-menu-animation 1s 1;
    animation:         title-menu-animation 1s 1;
}
.menu-fix-cont .left-ul-top > li.active{
    background-color: #fff;
}
a.title-menu{
    transition: 0.4s;
}
a.title-menu:hover{
    color: #272f39;
}






.close-menu{
    position: absolute;
    left: 40px;
    top: 40px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    font-size: 22px;
    color: #303f9f;
    cursor: pointer;
}
.close-menu i{
    color: #303f9f;
    margin-right: 4px;
    font-size: 42px;
    transition: 0.4s;
}
.close-menu:hover i{
    transform: rotate(180deg);
}
.hamburger.act{
    opacity: 0;
}
.custom-text h2{
    font-size: 24px;
}
.custom-text h4{
    color: #003350;
    font-size: 18px;
}
.custom-text h5{
    margin-bottom: 15px;
    font-size: 18px;
    margin-top: 9px;
}
.custom-text p{
    font-size: 17px;
}
.custom-text{
    margin: 0 auto;
}
.custom-text i{
    font-size: 33px;
}
form.loader{
    background-image: url('../d/loader.gif');
    background-repeat: no-repeat;
    background-position: center;
}
form.loader .cvu-input, form.loader .bottom-button-contacts{
   opacity: 0;
}
/* ---------------------------------------- */

@media (max-width: 1375px) {
    .info-right-block:nth-child(3){
        display: none;
    }
}
@media (max-width: 1172px) {
    .info-right-block:nth-child(2){
        display: none;
    }
}
@media (max-width: 962px) {
    .info-right-block{
        display: none;
    }
}
@media (max-width: 850px) {

    .partners{
        justify-content: space-around;
    }
}
@media (max-width: 760px) {
    .logo-mob-footer{
        display: block;
        margin-top: 38px;
    }
    .logo-mob-footer img{
        width: 80px;
    }
    .logo-footer{
        display: none;
    }
    .info-name{
        margin-top: 10px;
    }
    .cop-left{
        display: none;
    }
    .cop-center{
        justify-content: flex-end;
    }
}
@media (max-width: 647px) {
    .cvu_contacts > div.cvu_feed{
        height: auto;
        padding-bottom: 20px;
    }
    .bottom-button-contacts{
        margin: 15px auto 0;
    }
    .cvu-input__textarea{
        width: 100%!important;
    }
    div.cvu-input.cvu-input__textarea textarea{
        max-width: 100%;
        width: calc(100% - 40px);
    }
}
@media (max-width: 630px) {
    .footer-center{
        flex-wrap: wrap;
    }
    .footer-info-left{
        margin-bottom: 20px;
        max-width: 100%;
        text-align: center;
    }
    .footer-address{
        margin: 0 auto 45px;
    }
    .cop-right{
        width: 100%;
        text-align: right;
        padding-right: 20px;
    }
    .footer-phone-block{
        width: 100%;
    }
    .footer-phone-in{
        max-width: 250px;
        margin: 0 auto;
    }
}
@media (max-width: 535px) {
    .vakancii-input{
        width: 100% !important;
    }
}
@media (max-width: 480px) {
    .logo-scroll img{
        width: 230px;
        height: 36px;
    }
    .logo-scroll{
        left: 64px;
    }
    .menu.fixed .logo-scroll{
        bottom: 5px;
    }
}
@media (max-width: 458px) {
    .blue{
        max-width: 100%;
    }
    .custom-text h4{
        white-space: normal;
    }
    .custom-text p{
        white-space: normal;
    }
}
@media (max-width: 420px) {
    .right-abs-menu a:first-child{
        display: none;
    }
    .right-abs-menu{
        width: 65px;
    }
}
@media (max-width: 380px) {
    .right-abs-menu a:nth-child(2){
        display: none;
    }
    .right-abs-menu{
        width: 35px;
    }
}
@media (max-width: 350px) {
    .right-abs-menu {
        display: none;
    }
    .custom-text h4{
        font-size: 15px;
    }
    .info-name span{
        font-size: 24px;
    }
}
.logo-hamb{
    position: absolute;
    top: 24px;
    left: 728px;
}
.logo-hamb>img{
    width: 360px;
}
@media (max-width: 1183px) {
    .logo-hamb{
        left: 452px;
    }
}
@media (max-width: 900px) {
    .logo-hamb{
        left: unset;
        right: 24px;
    }
}
@media (max-width: 600px) {
    .logo-hamb>img{
        width: 280px;
    }
    .close-menu{
        zoom: 0.9;
    }
    .menu-fix-cont {
        justify-content: space-around;
    }
}
@media (max-width: 600px) {
    .logo-hamb>img{
        width: 280px;
    }
    .close-menu{
        zoom: 0.9;
    }
    .menu-fix-cont {
        justify-content: space-around;
    }
}
@media (max-width: 500px) {
    .close-menu{
        zoom: 0.8;
        left: 12px;
        top: 12px;
    }
    .logo-hamb{
        top: 56px;
    }
}

/* animation of snow falling */ 
.snowflakes {
  position: absolute;
}

.snowflake {
  color: #fff;
  font-size: 25px;
  font-family: Arial;
  text-shadow: 0 0 1px #000;
  opacity: 1;
}

@-webkit-keyframes snowflakes-fall {
  0% {
    top: -10%;
  }
  100% {
    top: 100%;
  }
}
@-webkit-keyframes snowflakes-shake {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(80px);
    transform: translateX(80px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@keyframes snowflakes-fall {
  0% {
    top: -10%;
  }
  100% {
    top: 100%;
  }
}
@keyframes snowflakes-shake {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(80px);
  }
  100% {
    transform: translateX(0px);
  }
}
.snowflake {
  position: fixed;
  top: -10%;
  z-index: 9999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
  -webkit-animation-name: snowflakes-fall, snowflakes-shake;
  -webkit-animation-duration: 10s, 3s;
  -webkit-animation-timing-function: linear, ease-in-out;
  -webkit-animation-iteration-count: infinite, infinite;
  -webkit-animation-play-state: running, running;
  animation-name: snowflakes-fall, snowflakes-shake;
  animation-duration: 10s, 3s;
  animation-timing-function: linear, ease-in-out;
  animation-iteration-count: infinite, infinite;
  animation-play-state: running, running;
}
.snowflake:nth-of-type(0) {
  left: 1%;
  -webkit-animation-delay: 0s, 0s;
  animation-delay: 0s, 0s;
}
.snowflake:nth-of-type(1) {
  left: 10%;
  -webkit-animation-delay: 1s, 1s;
  animation-delay: 1s, 1s;
}
.snowflake:nth-of-type(2) {
  left: 20%;
  -webkit-animation-delay: 6s, 0.5s;
  animation-delay: 6s, 0.5s;
}
.snowflake:nth-of-type(3) {
  left: 30%;
  -webkit-animation-delay: 4s, 2s;
  animation-delay: 4s, 2s;
}
.snowflake:nth-of-type(4) {
  left: 40%;
  -webkit-animation-delay: 2s, 2s;
  animation-delay: 2s, 2s;
}
.snowflake:nth-of-type(5) {
  left: 50%;
  -webkit-animation-delay: 8s, 3s;
  animation-delay: 8s, 3s;
}
.snowflake:nth-of-type(6) {
  left: 60%;
  -webkit-animation-delay: 6s, 2s;
  animation-delay: 6s, 2s;
}
.snowflake:nth-of-type(7) {
  left: 70%;
  -webkit-animation-delay: 2.5s, 1s;
  animation-delay: 2.5s, 1s;
}
.snowflake:nth-of-type(8) {
  left: 80%;
  -webkit-animation-delay: 1s, 0s;
  animation-delay: 1s, 0s;
}
.snowflake:nth-of-type(9) {
  left: 90%;
  -webkit-animation-delay: 3s, 1.5s;
  animation-delay: 3s, 1.5s;
}
/* animation of snow falling end */ 