.header{min-height:80px;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.header .item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.header .item:nth-child(-n+3){margin-bottom:0}.header .item:last-child{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.header .item img{-ms-flex-item-align:start;align-self:flex-start;margin-right:10px}.header .item span{font-size:14px;color:#535353;display:block}.header .item a{color:#535353}.languages{border:1px solid #fff;border-radius:50px;width:35px;height:35px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;cursor:pointer;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;will-change:transform;-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center}.languages p{padding:0;color:#fff}.languages:hover{-webkit-transform:scale(.9);-ms-transform:scale(.9);transform:scale(.9)}#logo-header{width:100%;max-width:285px}.phones{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.phones a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:3px 0}.phones svg{margin-right:5px;fill:#243659}.phone-mobile{margin:3px 0}.phone-mobile a{min-width:155px;text-align:right;display:block;margin:3px 0}.phone-mobile .phones a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#logo-mobile,.phone-mobile{display:none;width:125px}.header-menu-after{height:5px;width:100%;background-color:#4b4b4b;position:absolute;top:0}.menu_fixed{position:fixed;top:0;border-bottom:1px solid rgba(255,255,255,.0588235294);-webkit-box-shadow:0 4px 15px rgba(0,0,0,.2);box-shadow:0 4px 15px rgba(0,0,0,.2)}@-webkit-keyframes go-up{0%,100%{-webkit-transform:translateY(0) rotateY(0);transform:translateY(0) rotateY(0)}50%{-webkit-transform:translateY(-4px) rotateY(90deg);transform:translateY(-4px) rotateY(90deg)}}@keyframes go-up{0%,100%{-webkit-transform:translateY(0) rotateY(0);transform:translateY(0) rotateY(0)}50%{-webkit-transform:translateY(-4px) rotateY(90deg);transform:translateY(-4px) rotateY(90deg)}}.animate__animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-duration:var(--animate-duration);animation-duration:var(--animate-duration);-webkit-animation-fill-mode:both;animation-fill-mode:both}.animate__fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}.animate__fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@-webkit-keyframes fadeOut{from{opacity:1}to{opacity:0}}@keyframes fadeOut{from{opacity:1}to{opacity:0}}@media screen and (max-width:1200px){.header{position:fixed;width:100%;background:#fff;top:0;-webkit-box-shadow:0 4px 10px rgba(0,0,0,.3);box-shadow:0 4px 10px rgba(0,0,0,.3);z-index:10;min-height:65px}.languages{border:1px solid #000}.languages p{color:#000}#logo-mobile,.phone-mobile{display:block}}@media screen and (max-width:767px){.phone-mobile{font-size:20px;width:100%}.phone-mobile img{margin-right:5px}}