/* Скрытие бота --------------------------------------------------------------------------------------------------------- */
.LandbotLivechat-container, .LandbotLivechat{
    z-index:999999 !important;
}
/* прилипание шапки ----------------------------------------------------------------------------------------------------- */
#rec462093720 {
    position: fixed;
    top: 0px;
    left: 0;
    width:100%;
    z-index:9999;
}

/* анонс */
.t654_top {
    top: 100px !important;
}
/* стиль бургера */
.t450__burger_container.t450__big {
    top: 15px!important; 
}
.t450__big .t450__burger span {
    height: 3px!important;
}

/*для бургера ---------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 640px) {
.t450__burger_container.t450__big {
     top: 0px!important; 
     right: 0px!important; 
     width: 65px;
     height:65px;
     }
     
.t450__burger {
         widht:35px;
     }
     
}

.t450__top {
    padding-top: 60px;
}
/* стиль кнопки "загрузить файлы" в шапке ---------------------------------------------------------------------------- */
#form462093722 .t-upwidget-container__button {
    background-color: #ffffff !important;
    color: #485156 !important;
    padding: 0 0 5px 0 !important;
    position: relative;
    line-height: 20px!important;
    margin-bottom: 15px;
}
#form462093722 .t-upwidget-container__button:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #485156;
    transition: all 0.3s ease-in-out;
}
#form462093722 .t-upwidget-container__button:hover:after{
    left:50%;
    width:0;
}
/* стиль кнопки "загрузить файлы" в подвале */
#form462093299 .t-upwidget-container__button {
    background-color: #ffffff !important;
    color: #485156 !important;
    padding: 0 0 5px 0 !important;
    position: relative;
    line-height: 20px!important;
    margin-bottom: 15px;
}
#form462093299 .t-upwidget-container__button:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #485156;
    transition: all 0.3s ease-in-out;
}
#form462093299 .t-upwidget-container__button:hover:after{
    left:50%;
    width:0;
}