
@font-face {
    font-family: 'T TFors Tria lVariable';
    src: url('./fonts/TT_Fors_Trial_Medium.ttf');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'T TFors Tria lVariable';
    src: url('./fonts/TT_Fors_Trial_Regular.ttf');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'T TFors Tria lVariable';
    src: url('./fonts/TT_Fors_Trial_Light.ttf');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

.zaglushka{
    width: 100%;
    height: 100dvh;
    background-color: #000000;

}
.zaglushka__contanier{
    padding: 60px 70px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: calc(100% - 80px);
    position: relative;
}
body {
    margin: 0;
}
.zaglushka__logo{
    max-width: 314px;
}
.zaglushka__header{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.zaglushka__social svg{
    width: 36px;
    height: 36px;
}
.zaglushka__socials{
    display: flex;
    gap: 5px;
}
.svg1{
    fill:#7ac5e400;
}
.zaglushka__social:hover svg .svg1 {
    fill: #7ac5e4;
}
.zaglushka__social:hover svg .svg2 {
    fill: #7ac5e4;
}
.zaglushka__social:hover svg .svg3 {
    fill: #000000;
}
.banner__title{
    font-size: 70px;
    line-height: 70px;
    color: #7ac5e4;
    font-family: "T TFors Tria lVariable";
    margin: 0;
    font-weight: 400;
}
.banner__text{
    font-size: 17px;
    letter-spacing: 3px;
    line-height: 17px;
    color: #ffffff;
    font-weight: 500;
    font-family: "T TFors Tria lVariable";
    padding-bottom: 90px;
    padding-top:28px ;
    margin: 0;
}
.banner__copy{
    font-size: 14px;
    line-height: 14px;
    color: #b2b2b2;
    font-weight: 300;
    font-family: "T TFors Tria lVariable";
    margin: 0;
}
.banner{
    max-width: 614px;
}
.zaglushka__bg {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    overflow: hidden;
}
.zaglushka__bg  video {
    height: 100%;
}
@media (max-width: 767px) {
    .zaglushka__contanier {
        padding: 40px 20px 15px;
        height: calc(100% - 55px);
    }
    .zaglushka__header {
        flex-direction: column;
        gap: 20px;
        width: 100%;
        max-width: 250px;
        align-items: flex-start;
    }
    .banner__text {
        line-height: 14px;
        font-size: 14px;
        padding-bottom: 30px;
    }
    .zaglushka__bg {
        left: -20px;
    }
    .zaglushka__logo {
        max-width: 250px;
    }
    .banner {
        max-width: 250px;
    }
    .banner__title {
        font-size: 30px;
        line-height: 30px;
    }
    .zaglushka__social svg {
        width: 31px;
        height: 30px;
    }
}