/*дефолтные стили изменения*/
.tn-atom{
    cursor: pointer;
}
.t-title {
    font-weight: 800;
}
@media screen and (min-width: 1536px) and (max-width: 1920px){
.t-slds__arrow_wrapper-left {
    left: 12%;
}
.t-slds__arrow_wrapper-right {
    right: 12%;
}    
}

/*============================================*/
.uc-header{
     display:block;
     height:70vh;
}
li{    list-style-type: none;
    width: 20%;
    height: 100%;
}
.bg_left{
    position: absolute;
    left:0 !important;
}
.bg_right{
    position: absolute;
    right: 0 !important;
    left: auto !important;
}
.uc-main-menu{
    position: relative;
    width: 100%;
    height: 80px;
    min-height: auto;
    background-color: #4b00c6;
    color: #fff;
    margin: 0 auto; 
    
}
  
.menu-wrap-fix{
    position: fixed !important;
    top:0;
    z-index:40;

}

.uc-main-menu ul{
    display: flex;
    justify-content: space-around;
    text-align: center;
    width:60%;
    position: absolute;
    left: 0;
    margin: 0 auto;
    right: 0;
    transform: translate(0, -50%);
    top: 50%;
    font: max(0.8em, min(1em, 1vw))/1.35 Neue Haas Unica;
    align-items: center;
    align-content: center;
    
}

/*параллелепипед*/
.uc-main-menu li a:hover{
    text-decoration:underline !important;
}
.uc-main-menu ul li a{
    position: relative;
    z-index: 1;
}
.active{
pointer-events: none;
    width: 100%;
    height: 100%;
    color: #000 !important;
    background-color: #fff;
    padding: 10px 20px;
    -webkit-clip-path:polygon(13% 0%, 100% 0%, 86% 100%, 0% 100%);
     clip-path: polygon(13% 0%, 100% 0%, 86% 100%, 0% 100%);
}

.uc-submenu{
    position: relative;
    width: 100%;
    height: 80px;
    min-height: auto;
    margin: 0 auto;
    
}
.uc-submenu ul li a {color:#000;}
.uc-submenu ul{
display: flex;
    justify-content: space-evenly;
    text-align: center;
    max-width: 800px;
    position: absolute;
    left: 0;
    outline: 1px solid red;
    margin: 0 auto;
    right: 0;
    transform: translate(0, -50%);
    top: 50%;
    font: max(0.8em, min(1em, 1vw))/1.35 Neue Haas Unica;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    
}
.active_sub{
    pointer-events: none;
    width: 100%;
    height: 100%;
    color: #ff9900 !important;
    font: bold max(1em, min(1.2em, 1.2vw))/1.35 Neue Haas Unica;
}


/*.uc-main-menu li:hover{cursor:pointer;border-bottom:1px solid;}*/
.slide{width: 90%; margin: 0 auto;display:none; opacity:0;}


/*БУРГЕР*/

.burger_nav{
    padding: 0;
    margin: 0;
    display: none;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    height: 85px;
    content: "";
    border-bottom: 1px solid white;
    z-index: 999;
    background-color: #4b00c6;
}

.menu{
  list-style-type: none;
  padding: 0;
  margin: 0;
  font-family:Neue Haas Unica;
}

.menu li{
  display: inline-block;
}

.menu li a{
    display: block;
    padding: 15px 15px;
    color: #fff !important;
    text-decoration: none;
    border-bottom: 1px solid #7b2bff;
    font: 400 max(1em, min(1.2em, 1.2vw))/1.35 Golos-Text;
}

.wrapper{
    display: block;
    width: 100%;
    height: 85px;
    position: fixed;
    background-color: #4b00c6;
    border-bottom:1px solid white;
}
/*БУРГЕР*/
.logo{
background: url(https://i.imgur.com/GUhcQDI.png) center center/cover no-repeat;
    width: 100px;
    height: 40px;
    position: absolute;
    left: 5%;
    top: 50%;
    transform: translate(0, -20px);
}
.menuToggle{  
    color: #fff;
    cursor: pointer;
    display: none;
    position: absolute;
    right: 30px;
    height: 40px;
    width: 40px;
    top: 24px;
}

@media( max-width: 760px){
    .menuToggle{
        display: block;
    }
    .menu{
    display: none;
    position: absolute;
    background: #4b00c6;
    width: 100%;
    top: 86px;
    }
    .menu li{
        display: block;
        width: 100%;
    }
}

.icon {
    cursor: pointer;
}

.hamburger {
    width: 40px;
    height: 4px;
    background: #fff;
    transition: 0.5s;
}

.hamburger:before,
.hamburger:after {
    content: "";
    width: 40px;
    height: 4px;
    position: absolute;
    background: #fff;
    transition: 0.5s;
}
.hamburger_bottom:before,
.hamburger_bottom:after {
    content: "";
    width: 40px;
    height: 4px;
    position: absolute;
    background: #4b00c6;
    transition: 0.5s;
}

.hamburger:before {
    top: 18px;
}

.hamburger:after {
    bottom: 0;
}

.icon.active_burger .hamburger {
    background: rgba(0, 0, 0, 0);
}

.icon.active_burger .hamburger:before {
    top: 18px;
    transform: rotate(45deg);
}

.icon.active_burger .hamburger:after {
        bottom: 18px;
    transform: rotate(135deg);
}
/*================*/