body {
   background: #1a1a1a;
}

#rec1863663991 .t-menu-base__textlogo {
    background: #ff9340;
    height: 60px;
    padding: 0px 20px 0px 20px;
    display: flex;
    align-items: center;
}

#rec1863663991 .t-menu-base__textlogo:hover {
    background: #141414;
    transition: all 0.15s ease 0s;
    -webkit-transition: all 0.15s ease 0s;
}


.t-menu-base__list {
    height: 60px;
    align-items: center;
    gap: 0px;
}

.t-menu-base__list-item:first-child {
    padding-left: 10px;
}

.t-menu-base__list-item:last-child {
    padding-right: 10px;
}



.t-menu-base__maincontainer {
    gap: 0px;
}



.t-menu-base__list-item {
    border-right: 2px solid;
    border-color: #ff9340;
    display: flex;
    padding: 0px 10px 0px 10px;
    height: 60px;
    position: relative;
    align-items: center;
}

.t-menu-base__list-item:after {
    content: '';
    background: #ff9340;
    height: 100%;
    left: 0;
    top: 0px;
    width: 0px;
    position: absolute;
    z-index: -1;
    transition: all 0.15s ease 0s;
    -webkit-transition: all 0.15s ease 0s;
}

.t-menu-base__list-item:hover::after {
    width: 100%;
    height: 60px;
}



.t-menu-base__maincontainer_12-20 {
    padding: 0px;
}


.t-col {
    display: flex;
    flex-direction: column;
}



.t-row {
    padding: 20px 30px 20px 30px;
    display: flex;
}



#rec1871489731 .t-container::before {
    content: '';
    background: #1a1a1a;
    height: 30vh;
    width: 1160px;
    position: absolute;
    margin: 0px 20px 0px 20px;
}

.t-text {
    z-index: 1;
}

.t-title {
    z-index: 1;
}

.t-descr {
    z-index: 1;
}



.t420__logo {
    background: #ff9340;
    padding: 10px;
    display: block;
    max-width: 130px;
    width: 100%;
}



.t975__wrapper {
    min-height: 48px;
}

.t975__menu-icon {
    max-width: 32px;
    max-height: 32px;
    width: 24px;
}



.t975__menu-link {
    filter: grayscale(1.0);
}

.t975__menu-link.t-active {
    filter: grayscale(0.0);
}