
.t228__leftcontainer {
	display: flex !important;
}

.company-info {
    position: relative;
    min-width: 100px;
    margin-left: 10px;
}

.company-text {
	position: relative;
	min-width: 140px;
	margin-left: 10px;
}

.maot-text {
	position: absolute;
	display: inline-block;
	font-size: 14px;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	line-height: 1;
}

@media screen and (max-width: 640px) {

	.t282__logo__content, .mob-flex {
		display: flex;
	}

	.t282__logo__container, .mob-flex {
		display: flex !important;
		align-items: center;
	}
}


/* Скролл сайта и скрытие маотовского логотипа */

.burger-menu-scroll {
    display: none;
    height: 40px;
    width: 30px;
    margin-right: 10px;
    position: relative;
    cursor: pointer;
}
 
    .burger-menu-scroll span {
        position: absolute;
        bottom: -10px;
        font-weight: 100;
        color:#fff;
        font-family: 'Roboto',Arial,sans-serif;
        font-size: 10px;
}

.no-maot-menu {
    display: flex
}

.burger_button_t {

    opacity: 1;
    width: 30px;
}

.burger_button_t2 {
    position: absolute;
    top: 1px;
    right: 2px;
    width: 26px;
    opacity: 0;
}

.active_b {
    position: absolute;
    top: 1px;
    right: 4px;
    width: 26px;
    opacity: 1;
    transition: .5s ease-in-out;
}

.burger-menu-scroll .active_b {
    position: absolute;
    top: 6px;
    right: 2px;
    width: 26px;
    opacity: 1;
    transition: .3s ease-in-out;
}

#allrecords .t228__list_hidden-scrolled {
    display: block!important;
    position: fixed;
    top: 60px;
    left: 0;
    width: 300px;
    height: 100vh;
    padding: 40px!important;
    box-sizing:  border-box;
    background-color: rgba(0, 0, 0, 0.8);
}

#allrecords .t228__list_hidden-scrolled .header__submenu-inner {
   background-color: transparent; 
}

#allrecords .t228__list_hidden-scrolled .t228__list_item {
    display: block;
    text-align: left;
}

.t228__list_hidden-scrolled .header__submenu {
    display: block;
    position: relative;
    background-color: transparent;
}

.t228__list_hidden-scrolled .header__submenu-inner {
    padding: 0!important;
    margin-top: 20px;
    margin-bottom: 10px;
}

.t228__list_hidden-scrolled .header__submenu {
    font-size: 16px;
}

.scrolling-nav .burger_menu_desktop {

    display: none !important;
}

.scrolling-nav .t228__centercontainer {
    display: none;
    width: 300px;
    left: 0;
    right: auto;
    background: transparent;
}

.scrolling-item .t228__centercontainer {
    display: block!important;
}

@media only screen and (min-width: 1501px){

#allrecords .t228__list_hidden-scrolled .t228__list_item {
    margin-bottom: 30px;
}
}

/* Скролл сайта и скрытие маотовского логотипа, конец */


