
.hero {
    background-image: url(../img/bg/test.png);
	background-position: right 30% center;
}

@media screen and (max-width: 768px){
    .hero {
		background-image: url(../img/bg/test-mobile.png);
	}
}

.animated__logo {
	max-width: 320px;
	height: 320px;
	position: relative;
	width: 100%;
    margin: auto;
}

#mainGearWheel {
	left: 33.3%;
}

#miniGearWheel {
	left: 18%;
}

.animated__logo img {
	width: 100%;
	position: absolute;
}
	
.header__logo {
    font-family: "QuadratGroteskNewBold",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;
    font-size: 20px;
}

.inactive__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    line-height: 1;
    color: rgba(255,255,255,0.3);
}

.nav__link i {
    width: 20px;
    height: 20px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-right: 12px;
}

.inactive__link img {
    opacity: 0.3;
    margin-right: 12px;
}

.hero__desc {
    font-weight: 500;
}

.hero__title {
    font-size: clamp(3.125rem, 5vw, 5.25rem);
}

.video__box {
    position: relative;
    padding-bottom: 56.25%; /* задаёт высоту контейнера для 16:9 (если 4:3 — поставьте 75%) */
    height: 0;
    overflow: hidden;
}

.video__box iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-width: 0;
    outline-width: 0;
}

@media screen and (max-width: 679px){
    .hero__actions {
        align-self: auto;
    }

    .hero__title {
        font-size: clamp(2.125rem, 2vw, 4.25rem);
    }
}
