.cards_sel {
  width: 100%;
  height: 0px;
  border-radius: 30px;
  background: var(--1, linear-gradient(150deg, #FFF 54.92%, #FF7743 84.8%));
  transition-property: all;
}

.cards_h1 {
  color: #000;
  text-align: center;
  font-family: Roboto;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 26.4px;
}

.cards_p {
  color: #000;
  text-align: justify;
  font-family: Roboto;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 26.4px;
}

#cards_1,
#cards_2,
#cards_3 {
  padding: 30px 47px 37px 47px;
}
@media(min-width:767px){
#cards-box-1:hover .cards_sel,
#cards-box-2:hover .cards_sel,
#cards-box-3:hover .cards_sel {
  transition-duration: 0.5s;
  display: block;
  height: 700px;
}
}
@media(max-width:766px){
  .cards_h1 {

  font-size: 16px;
}
.cards_p{
  font-size: 0px;
}
#cards-box-1:hover .cards_p,
#cards-box-2:hover .cards_p,
#cards-box-3:hover .cards_p{
  transition-duration: 0.5s;
  font-size: 10px;
  line-height: 20.4px;
}
#cards-box-1:hover .cards_sel,
#cards-box-2:hover .cards_sel,
#cards-box-3:hover .cards_sel {
  transition-duration: 0.5s;
  display: block;
  height: 470px;
  padding: 20px 30px 30px 30px;
}
}
#cards-box-1:hover #cardsa_head_name-1,
#cards-box-2:hover #cardsa_head_name-2,
#cards-box-3:hover #cardsa_head_name-3 {

  display:none;
}
.current-menu-item, .current-menu-ancestor{
    border-bottom: 1px solid white;
}
.gt-current-lang{
   border-bottom: 1px solid white;
}
.translate_nav a:hover{
  color:#C7C7C7;
}
.gt-current-lang>a:nth-child(1){
  border-left: 1px solid white;
}

/**сотрудники**/

          .emp-box{
        width: 100%;
        height:10px;
        margin-top: -80%;
        padding: 50px 40px 100px 40px;
        background: var(--1, linear-gradient(150deg, #FFF 54.92%, #FF7743 84.8%));
    }
    .emp-h1,.emp-p{
        color: #000;
        font-family: Roboto;
        font-size: 0px;
        font-style: normal;
        font-weight: 400;
        line-height: 33px;
        
    }
    .emp-h1{
        padding: 20px;
        text-align: center;
        transform: rotate(90deg);
    }
    .emp-box > div{
        margin-top: 103px;
    }
    .emp-card:hover .emp-box{
        transition-duration: 0.08s;
        height:490px;
        margin-top: 0px;
        
    }
    .emp-card:hover .emp-h1{
        padding: 0px;
        margin-top: 102%;
        position: absolute;
        
        
        transform: rotate(0);
    }

    
    @media(min-width:1770px){

    .emp-card:hover .emp-h1, .emp-card:hover .emp-p{
        color: #000;
        font-family: Roboto;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 33px;
        
    }
}
@media(max-width:1770px){
    .emp-h1{
        padding: 5px;
        text-align: center;
        transform: rotate(90deg);
    }
    .emp-card:hover .emp-h1, .emp-card:hover .emp-p{
        color: #000;
        font-family: Roboto;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 33px;
        
    }
    .emp-card:hover .emp-h1{
        margin-top: 103%;
        font-weight: 700;
       
    }
      .emp-box > div{
        margin-top: 0px;
    }
     .emp-card:hover .emp-box{
        transition-duration: 0.08s;
        height:245px;
        margin-top: 0px;
        
    }
    
}
/* Скрыть верхнюю полосу Google Translate */
#goog-gt-tt, 
.goog-te-banner-frame.skiptranslate,
.goog-te-banner-frame,.VIpgJd-ZVi9od-ORHb-OEVmcd,.skiptranslate {
    display: none !important;
}

/* Скрыть оставшиеся элементы */
body {
    top: 0 !important;
}

    
    