.header{
    height: 1000px;
    background-image: url("../images/bg-first.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 210px;
    transition: .1s;

}
.header-logo{
    padding: 14px 54px;
    border-right: 1px solid #3f4043;

}
.header__wrapper-top{
    position: fixed;
    z-index: 1;
    width: 100vw;
    height: 80px;
    border: 1px solid #3f4043;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(38, 40, 45, 0.8);
    transition: .1s;
}
.header__wrapper-services{
    display: flex;
    gap: 10px;
    align-items: center;

}
.header__wrapper-contacts{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-left: -10px;


}
.header-contact-1{
color:#ababac;
    margin-right: 30px;
    margin-left: 30px;

}
.header-contact-1 a{
    white-space: nowrap;

}
.header-contact-2 a{
    white-space: nowrap;

}
.header-contact-2{
    color:#ababac;
    margin-left: 30px;
    margin-right: 30px;
}
.header-order{
    display: flex;
    align-items: center;
    gap: 6px;
    background-color: #c10c05;
    white-space: nowrap;
    font-weight: 600;
    height: 100%;
    padding: 0 40px;

}
.header-order:hover{
    box-shadow: 0 0 50px 0 #c10c05;
}
.header__wrapper-social{
    display: flex;
    align-items: center;
    gap: 20px;
    margin-right: 38px;
}
.header__additional-menu{
    padding: 23px 40px;
    border-left: 1px solid #3f4043;
}
.header__wrapper-menu{
    display: flex;
    align-items: center;
    height: 100%;
}

.header__wrapper-stos{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 56px;
    margin-left: 56px;
}
.header__wrapper-service-stos{

    display: flex;
    align-items: center;
    gap: 40px;
}
.header-order-oil{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    width: 375px;
    margin-top: 68px;
}
.header-description{
    margin-top: 40px;
}
.header-order-oil img{
    width: 14px;
    height: 14px;
}
.title-amort{
    font-size: 60px;
}

