@media (min-width: 1201px) 
{
    div[id="allrecords"] {
        padding-left: 10% !important; /*Ширина закрытого меню*/
        }
        
#rec964894166 {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    width:10%; /* Ширина закрытого меню*/
    height:100%;
    min-height:1200px !important;
    transition: all 0.6s ease-in-out; /*Время появления меню*/    
    
}

.shortest-menu  {
    border-right: 1px solid #CFD3E5;
    ransition: all 0.6s ease-in-out;
 }

.burger {
  cursor:pointer;
  position: relative;
  border: none;
  background: transparent;
  width: 40px;
  height: 26px;
}
.burger::before,
.burger::after {
  content: '';
  left: 0;
  position: absolute;
  display: block;
  width: 100%;
  height: 4px;
  border-radius: 10px;
  background: #F06847;
}
.burger::before {
  top: 0;
  box-shadow: 0 11px 0 #F06847;
}
.burger::after {
  bottom: 0;
}

.burger::before {
  transition: box-shadow .3s .15s, top .3s .15s, transform .3s;
}
.burger::after {
  transition: bottom .3s .15s, transform .3s;
}
.burger.active::before {
  top: 11px;
  transform: rotate(45deg);
  box-shadow: 0 6px 0 rgba(0,0,0,0);
  transition: box-shadow .15s, top .3s, transform .3s .15s;
}
.burger.active::after {
  bottom: 11px;
  transform: rotate(-45deg);
  transition: bottom .3s, transform .3s .15s;
}

.burger.hover-style::before {
  top: 11px;
   box-shadow: 0 6px 0 rgba(0,0,0,0);
  transition: box-shadow .15s, top .3s, transform .3s .15s;
}
.burger.hover-style::after {
  bottom: 11px;
   transition: bottom .3s, transform .3s .15s;
}



#rec964894166 .ico-whatsapp,
#rec964894166 .ico-phone,
#rec964894166 .logo{
    transition: all 0.6s ease-in-out;
    filter: grayscale(1);
    }
    
    }
    
    
@media (max-width: 1200px) 
{
#rec966040926 {
   position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
   height: 100px; /* Высота горизонтального меню на десктопе*/
    width: 100%;
  overflow: hidden;   /**/
    transition: all 0.3s ease-in-out; /*Время появления раскрытого меню*/
}
}
@media (max-width: 960px)  
{
#rec966040926 {
    height: 60px; /*Высота горизонтального меню на мобильных*/
}
}
#rec966040926 .t396__artboard {
    height: 100vh !important;
}

.burger-mobile {
  cursor:pointer;
  position: relative;
  border: none;
  background: transparent;
  width: 38px;
  height: 26px;
}
.burger-mobile::before,
.burger-mobile::after {
  content: '';
  left: 0;
  position: absolute;
  display: block;
  width: 100%;
  height: 4px;
  border-radius: 10px;
  background: #F06847;
}
.burger-mobile::before {
  top: 0;
  box-shadow: 0 11px 0 #F06847;
}
.burger-mobile::after {
  bottom: 0;
}

.burger-mobile::before {
  transition: box-shadow .3s .15s, top .3s .15s, transform .3s;
}
.burger-mobile::after {
  transition: bottom .3s .15s, transform .3s;
}
.burger-mobile.active::before {
  top: 11px;
  transform: rotate(45deg);
  box-shadow: 0 6px 0 rgba(0,0,0,0);
  transition: box-shadow .15s, top .3s, transform .3s .15s;
}
.burger-mobile.active::after {
  bottom: 11px;
  transform: rotate(-45deg);
  transition: bottom .3s, transform .3s .15s;
}





    