html{
    scroll-behavior: smooth;
}
.new_sub{
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    position: relative;
}
.new_sub::after{
    content: '';
    position: absolute;
    width: 56%;
    height: 1px;
    background: #000;
    bottom: -8px;
    left: 0;
}
.ggs{
    background-size: contain;
}
.new_title{
    font-size: 140px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}
.new_main_container{
    min-height: 827px;
    position: relative;
}
.new_arrow{
    font-family:Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #000;
    margin-top: 100px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    gap: 10px;
    cursor: pointer;
    color: #000!important;
}
.new_arrow::before{
    content: '';
    width: 8px;
    height: 48px;
    background: url(../images/arrow.svg)bottom center no-repeat;
    background-size: contain;
    margin-bottom: 4px;
}
.t674__body_with-bg:after{
    background: url(../images/bg_new.svg)center no-repeat;
    background-color: #dbdbdb;
}
.new_footer_container{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.new_footer_item_left{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 40px;
    box-sizing: border-box;
}
.new_footer{
    background: #fff;
    padding: 50px 0;
    font-family:Roboto;
    box-sizing: border-box;
}
.new_footer_item_right{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
}
.new_footer_menu{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 19px;
    margin-bottom: 15px;
}
.new_footer_menu a{
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    color: #000!important;
}
.new_footer_contacts{
    text-align: end;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}
.new_footer_contacts a{
    color: #000!important;
}
.new_header{
    background: #FFF;
    width: 100%;
    position: sticky;
    top: 0;
    overflow: hidden;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    z-index: 10;
}
.header_logos{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}
.new_header.bgg .header_logos{
    opacity: 0;
    height: 20px;
    overflow: hidden;
}
.header_logos img{
    max-width: 100px;
    height: 72px;
    object-fit: contain;
}
.new_header nav{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
}
.new_header nav a{
    color: #000000!important;
    font-size: 14px;
    font-family: 'Roboto',Arial,sans-serif;
    line-height: 1.55;
    font-weight: 700;
}
.burger{
    display: none;
}
.hiddenmenu{
    display: none;
}
.mobile_item{
    background: #fff;
    padding: 10px;
    box-sizing: border-box;
}
.mobile_item img{
    width: 100%;
    object-fit: contain;
    object-position: center;
    height: 300px;
}
.mobile_logos{
    display: none;
}
.main_nav{
    position: relative;
}
.sub_menu{
    box-sizing: border-box;
    width: 100%;
    position: absolute;
    left: 0;
    background: white;
    padding: 15px;
    padding-top: 35px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s ease-in-out;
}
.new_header{
    overflow: visible;
}
.sub_menu_container{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
    flex-wrap: wrap;
}
.sub_menu_container a{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
}
.sub_menu_container a::after{
    content: '|';
}
.menu_container:hover .sub_menu{
    opacity: 1;
    visibility: visible;
}
@media screen and (max-width:1366px) {
    #rec402180037 .tn-elem[data-elem-id="1642494287401"]{
        z-index: 6;
        top: 5px;
        left: calc(50% - 500px + -100px)!important;
        width: 115px;
    }
    #rec402180037 .tn-elem[data-elem-id="1642494287376"] {
        z-index: 5;
        top: 5px;
        left: calc(50% - 871px + 377px)!important;
        width: 92px;
    }
    #rec402180037 .tn-elem[data-elem-id="1642495141493"]{

    }
    #rec402180037 .tn-elem[data-elem-id="1642494287384"]{
        left: calc(50% - 510px + 127px)!important   ;
    }
    #rec402180037 .tn-elem[data-elem-id="1642494287393"]{
        left: calc(50% - 510px + 198px)!important   ;
    }
    #rec402180037 .tn-elem[data-elem-id="1642494287389"]{
        left: calc(50% - 510px + 312px)!important   ;
    }

    #rec402180037 .tn-elem[data-elem-id="1642494287397"]{
        left: calc(50% - 510px + 396px)!important   ;
    }
    #rec402180037 .tn-elem[data-elem-id="1642495119571"]{
        left: calc(50% - 600px + 600px)!important;
    }
    
}
@media screen and (max-width:1200px) {
    .new_header{
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        gap: 10px;
    }
.new_footer_container{
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
}
.new_footer_menu{
    flex-direction: column;
    text-align: center;
    justify-content: flex-start;
    align-items: center;
}
.new_footer_item_left{
    justify-content: center;
    gap: 10px;
}
.new_footer_item_right{
    align-items: center;
    justify-content: flex-start;
}
.new_footer_contacts{
    text-align: center;
}
.new_title{
    font-size: 70px;
}

}
@media screen and (max-width:600px) {
    .t941__content{
        padding-top: 20px;
    }
    .mobile_vid_item{
        width: 100%;
        min-height: 124px;
        background-color: white;
        border-radius: 5px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 15px;
        box-sizing: border-box;
    }
    .header_logos img {
        height: 41px;
    }
    .mobile_vid_img{
        height: 100%;
        width: 124px;
        object-fit: contain;
        flex-shrink: 0;
        object-position: center;
    }
    .mvc{
        padding: 17px;
        font-family: Mossport;
        box-sizing: border-box;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-between;
    }
    .mvc_title{
        color: #000;
        font-size: 30px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-transform: uppercase;
        margin-bottom: 15px;
    }
    .mvc_subtitle{
        color: #B4251C;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-transform: uppercase;
        margin-bottom: 7px;
    }
    .mvc_btn{
        border-radius: 5px;
        background: #000;
        border: none;
        cursor: pointer;
        color: #FFF;
        font-family: Mossport;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-transform: uppercase;
        padding: 5px 25px;
    }
    .mobile_vid_item + .mobile_vid_item{
        margin-top: 8px;
    }
    .new_arrow{
        margin-top: 30px;
    }
    .mobile_logos{
        display: flex;
        gap: 4px;
    }
    .new_header{
        align-items: flex-end;
    }
    .new_header .header_logos{
        display: none;
    }
    .new_header nav{
        display: none;
    }
    .header_logos{
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }

    .burger{
        display: block;
        z-index: 10;
        position: relative;
        cursor: pointer;
        width: 32px;
        height: 14px;
        transition: all 0.2s ease-in;
        flex-shrink: 0;
    }
    .burger span::before{
        position: absolute;
        top: 0;
        left: 0;
        content: '';
        width: 100%;
        height: 2px;
        background: #000;
        border-radius: 50px;
        transition: all 0.2s ease-in;
    }
    .burger span::after{
        position: absolute;
        bottom: 0;
        right: 0;
        content: '';
        width: 100%;
        height: 2px;
        background: #000;
        border-radius: 50px;
        transition: all 0.2s ease-in;
    }
    .burger:hover  span::after, .burger:hover span::before{
        background:#000;
    }
    .burger.active span::after{
        background:#000;
        transform: rotate(-45deg) translate(3px, -6px);
    }
    .burger.active span::before{
        background:#000;
        transform: rotate(45deg) translate(2px, 6px);
    }
    .hiddenmenu{
        display: block;
        position: fixed;
        font-family:Roboto;
        top: 0;
        left: 0%;
        transition: all 0.3s ease-in-out;
        visibility: hidden;
        opacity: 0;
        z-index: 9;
    }
    .hiddenmenu.active{
        visibility: visible;
        opacity: 1;
        width: 100%;
    }
    body.fixed{
        overflow: hidden;
    }
/*     .burger.active{
        position: absolute;
        top: 20px;
        right: 10px;
    } */
    .burger_menu{
        background: #FFF;
        background-size: cover;
        width: 100%;
        max-height: 100vh;
        height: 100vh;
        position: absolute;
        left: 0;
        top: 0;
        padding: 50px 0 5% 5%;
        box-sizing: border-box;
    }
    .hidden_items{
        max-height: 75vh;
        overflow: auto;
    
    }
    .hidden_socials{
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin-bottom: 32px;
    }
    .hidden_socials a:not(:last-child){
        margin-right: 18px;
    }
    .hidden_item{
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        justify-content: flex-start;
    }
    .hidden_item a{
        font-style: normal;
        font-weight: 400;
        font-size:23px;
        line-height: 28px;
        color: #000!important;
        margin-bottom: 20px;
    }
    .hidden_item a:last-child{
        margin-bottom: 0;
    }
    .hidden_item + .hidden_item{
        margin-top: 50px;
    } 

}