* {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
body, html{
    margin: 0;
}
div,span,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,code,img,b,u,i,center,table,tr,th,td,video{
    margin:0;
    padding:0;
    border:0
}
h2{
    font-size: 36px;
    font-weight: 600;
}
header{
    width: 100%;
    aspect-ratio: 1920/1024;
    background-color: #000000;
    overflow: hidden;
    z-index: 10;
    position: relative;
}
header video{
    width: 100%;
    opacity: 50%;
}
.menu-fixed{
    position: fixed;
    top: 0;
    background-color: #fff;
    width: 100%;
    z-index: 9;
    box-shadow: 1px 1px 1px #0000002b;
    padding-bottom: 5px;
}
.menu-fixed-inner{
    max-width: 1440px;
    margin: 10px auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
.top-menu, .top-logo{
    display: flex;
    align-items: flex-end;
    gap: 10px;
}
@media (max-width: 556px) {
    .top-logo>img:nth-child(2){
        display: none;
    }
    .top-menu nav a{
        font-size: 12px;
    }
}

.top-menu nav{
    display: flex;
    gap: 10px;
}

.top-menu nav a{
    text-decoration: none;
    font-weight: bold;
    color: #000;
}
.header{
    position: absolute;
    top: 100px;
    left: 100px;
    right: 100px;
}
.header-logo{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
}
.header-name{
    font-size: 76px;
    line-height: 76px;
    color: #F5F5F5;
    font-weight: 700;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
    text-transform: uppercase;
    margin-top: 100px;
}
.header-name div{
    display: flex;
    align-items: stretch;
    justify-content: stretch;
    gap: 10px;
}
.header-name div div{
    text-transform: none;
    font-size: 16px;
    line-height: 20px;
    font-weight: normal;
    display: flex;
    align-items: center;
    max-width: 500px;
}
@media (max-width: 1200px) {
    .header{
        top: 40px;
        left: 40px;
        right: 40px;
    }
    .header-name{
        font-size: 56px;
        line-height: 56px;
        margin-top: 60px;
    }
    .header-name div div{
        font-size: 14px;
        line-height: 16px;
    }
}
@media (max-width: 768px) {
    .header{
        top: 20px;
        left: 20px;
        right: 20px;
    }
    .header-name{
        font-size: 40px;
        line-height: 40px;
        margin-top: 40px;
    }
    .header-name div div{
        font-size: 13px;
        line-height: 14px;
    }
}
@media (max-width: 556px) {
    header{
        aspect-ratio: 1/1;
    }
    header video{
        height: 100%;
        width: auto;
    }
    .header svg{
        width: 50%;
    }
    .header-name{
        font-size: 30px;
        line-height: 30px;
        margin-top: 30px;
    }
    .header-name div div{
        font-size: 12px;
        line-height: 12px;
    }
}
.inner-text{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
}
.inner{
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 40px;
}

.directions{
    background: url("/images/directions-bg.jpg") no-repeat center center #fff;
    background-size: cover;
    font-size: 16px;
    padding: 100px 0;
}
.directions-blocks{
    display: flex;
    align-items: stretch;
    gap: 40px;
    margin: 60px 0 0;
}
.directions-item{
    flex: 1;
}
.directions-item img{
    max-width: 100%;
    margin-bottom: 40px;
}
.directions-item h3{
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px;
}
@media (max-width: 768px) {
    .directions-blocks{
        flex-direction: column;
    }
    .directions-item{
        text-align: center;
        margin-bottom: 40px;
    }
    .directions h2{
        text-align: center;
    }
}

.about {
    background: url("/images/about-bg.jpg?1") no-repeat top right #000;
    background-size: 60%;
    font-size: 16px;
    padding: 100px 0;
    color: #fff;
    min-height: 1000px;
    position: relative;
}
.about *{
    font-weight: 200;
}
.about h2{
    font-weight: 600;
    margin-bottom: 20px;
}
.about h3{
    margin: 20px 0 0 140px;
}
.about h3, .about h3 span{
    font-size: 20px;
    font-weight: bold;
}
.about-top{
    display: flex;
    align-items: stretch;
    overflow: hidden;
}
.about-top img{
    margin-left: -100px;
    width: 600px;
    height: min-content;
}
.about-top-text{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    max-width: 500px;
    margin-left: -40px;
}
@media (max-width: 556px) {
    .about-top img{
        margin-left: 0;
        width: 100%;
    }
    .about-top-text{
        gap:20px;
    }
}
.about-top-text h3{
    margin: 20px auto;
}
.about-top-text h4{
    font-weight: bold;
}
.color-blue{
    color: #0091FF;
}
.color-orange{
    color: #FCA306;
}
.color-green{
    color: #5DDD5D;
}
.about-values{
    display: flex;
    gap: 40px;
    margin: 20px 100px 100px 140px;
    z-index: 1;
    position: relative;
}
.about-digit{
    width: 280px;
    min-width: 280px;
    font-size: 100px;
    line-height: 80px;
    font-weight: 500;
}
.about-values p{
    max-width: 500px;
}
.about-bottom{
    max-width: 800px;
    margin: 140px auto 0;
    z-index: 1;
    position: relative;
}
.about-bottom h3{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
}
.about-footer{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50vw;
    z-index: 0;
}
@media (max-width: 1200px) {
    .about-values{
        gap: 20px;
        margin: 20px 0 100px 0;
    }
    .about h3{
        margin: 20px 0 0 0;
    }
}
@media (max-width: 768px) {
    .inner{
        padding: 0 20px;
    }
    .about-top{
        flex-direction: column;
    }
    .about-top-text{
        text-align: center;
        margin: 20px auto;
    }
    .about-values{
        gap: 20px;
        margin: 20px 0 100px 0;
    }
    .about-footer{
        width: 100vw;
        opacity: 0.7;
    }
}
@media (max-width: 556px) {
    .about-digit{
        width: 160px;
        min-width: 160px;
        font-size: 60px;
        line-height: 50px;
        font-weight: 500;
    }
}

.careers{
    background: url("/images/directions-bg.jpg") no-repeat center center #fff;
    background-size: cover;
    font-size: 16px;
    padding: 100px 0;
}
.careers h3{
    font-weight: bold;
    font-size: 20px;
    margin-top: 20px;
}
.careers-detail{
    margin: 30px 0 100px 300px;
}
.careers ul{
    padding:0;
    margin:0;
}
@media (max-width: 768px) {
    .careers-detail{
        margin: 30px 0 100px 0;
    }
}
@media (max-width: 556px) {
    .careers-detail ul{
        margin-left: 20px;
    }
}

footer{
    background: url("/images/footer.jpg") no-repeat center center transparent;
    background-size: cover;
    padding: 60px;
    font-size: 20px;
}
footer b{
    font-weight: 800;
}
footer a{
    color: #000;
}
.footer-slogan{
    margin-top: 200px;
    text-align: center;
    font-weight: bold;
}
@media (max-width: 1200px) {
    .footer-contacts{
        text-align: center;
    }
    .footer-slogan {
        margin-top: 100px;
    }
}