@media screen and (max-width: 768px) and (min-width: 481px){
.innerBlock{
    padding: 7vw 0;
    width: 95%;
    height: auto;
    margin: 0 2.5%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
}
body{
    position: relative;
    margin: 0;
    padding: 0;
}
h1{
    
    color: black;
    font-size: calc(0.6em + 2.5vw);
    margin: 0;
    position: relative;
    z-index: 1;
    padding-bottom: 3vw;
}
h2 {
    
    color: black;
    font-size: calc(0.7em + 4vw);
    margin: 0;
    padding-bottom: 3vw;
}
h3{
    color: black;
    font-size: calc(0.4em + 3.1vw);
    }
p{
    
    line-height: 1.5em;
    color: black;
    margin: 0;
    font-size: calc(0.4em + 1.25vw);
    position: relative;
    z-index: 1;
}
span{
    font-size: calc(0.2em + 1.74vw);
    color: #FFFFFF;
}

.Gradient{
    z-index: 1;
    width: 54%;
    height: auto;
    position: absolute;
    top: 20vh;
    right: -14%;
}

.header{
    width: 100%;
    height: auto;
    background-image: url('../images/bgAb&Car768.png');
    position: relative;
    z-index: 2;
}
.headerBlock{
    top: 0;
    position: fixed;
    width: 100%;
    height: auto;
    background-color: black;
    z-index: 3;
}
.headerBlockNavigation{
    margin: 0 2.5% 0 2.5%;
    width: 95%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.logo img{
    width: 6vw;
    height: auto;
}
.navigation{
    width: 70%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
}
.navigation a{
    width: auto;
    height: auto;
    color: #FFFFFF;
    text-decoration: none;
    white-space: pre;
    font-size: calc(0.3em + 1vw);
}
.header .number{
    width: 0;
    height: 0;
    visibility: hidden;
    display: none;
}
.languageButton{
    
    color:#FFFFFF;
    background-color:black;
    border: 0;
    margin: 0;
    padding: 0;
}
.languageButton img{
    padding-left: 10%;
    width: 1.5vw;
    height: auto;
    /* transition: transform 0.5s; */
}
.languageButton span{
    font-size: calc(0.3em + 1vw);
}


/* only 0 - 360px */
.menuButton{
    width: 0;
    height: 0;
    visibility: hidden;
    display: none;
}

.heading{
    width: 90%;
    height: auto;
    margin: 0 5% 0 5%;
    display: flex;
    padding: calc(2vh + 7vw) 0 calc(6vh + 10vw);
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}
.heading h1{
    width: 100%;
    font-size: calc(0.9em + 4vw);
    
    color: #FFFFFF;
    white-space: normal;
    margin-top: calc(5vh + 10vw);
}
.adress{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
}
.adress p{
    color: #BDBDBD;
    
    text-decoration: none;
    font-size: calc(0.2em + 1vw);
    margin: 0;
    padding: 0 0.5%;
}
.adress a{
    color: #BDBDBD;
    
    text-decoration: none;
    font-size: calc(0.2em + 1vw);
}

.main{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}
.company{
    width: 100%;
    height: auto;
    padding-bottom: 6vw;
    background-color: #FFFFFF;
}
.companyBlock{
    width: 74%;
    height: auto;
    margin: 0 13%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
}
.companyInfo{
    width: 100%;
    height: auto;
    display:flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    padding-bottom: 3vw;
}
.companyInfo p{
    width: 100%;
}
.companyStatistics{
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 2vw;
    align-items: center;
}
.companyStatistics div{
    width: 100%;
    height: 100%;
    border: 1px solid #F2F2F2;
    border-radius: 5px;
    padding: 11.2%;
}
.companyStatistics span{
    color: black;
    font-size: calc(0.4em + 3.1vw);
}
.companyStatistics p{
    position: relative;
    color: #66666C;
    line-height: 1.5em;
    font-size: calc(0.2em + 1.4vw);
    margin-top: 7.4%;
}
.vacancy{
    width: 100%;
    height: auto;
    background-color: #F8F9FA;
}
.vacancy .email{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin: 0 0 calc(0.5vh + 3vw);
}
.vacancy .email p{
    width: 100%;
    line-height: 1.5em;
    color: black;
    margin: 0;
    font-size: calc(0.4em + 1.25vw);
    position: relative; 
    z-index: 1;
}
.vacancy .email p a{
    margin-left: 0.5%;
    line-height: 1.5em;
    color: black;
    margin-top: 0;
    font-size: calc(0.4em + 1.25vw);
    transition: 0.5s;
    text-decoration: 0;
}
.vacancy .email p a:hover {
    color: #F82525;
}
.vacancySheet{
    margin-top: 1vh;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
}
.vacancySheet div{
    width: 100%;
    height: auto;
    border: 1px solid #F2F2F2;
    border-radius: 5px;
    background-color: white;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
    box-sizing: border-box;
    padding: 5.5% 2.25%;
}
.vacancySheet span{
    color: black;
    font-size: calc(0.2em + 3vw);
    margin-bottom: 2.9%;
}
.vacancySheet p{
    font-size: calc(0.4em + 1.25vw);
    color: #4F4F4F;
}
.vacancySheet p + span{
    font-size: calc(0.4em + 1.25vw);
    color: #66666C;
    margin: 5% 0;
    white-space: normal;
}
.vacancySheet div div{
    color: #333333;
    font-size: calc(0.2em + 1.4vw);
}
.contacts{
    padding-bottom: 0;
    width: 100%;
    height: auto;
}
.contacts .innerBlock{
    width: 95%;
    height: auto;
    margin: 0 2.5%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.telephones{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.telephones div{
    margin-bottom: calc(0.5vh + 1vw);
}
.telephones a {
    
    color: black;
    margin: 0px 5% 3% 0px;
    font-size: calc(0.3em + 2vw);
    text-decoration: none;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-right: 1%;
    margin: 0;
}
.telephones p{
    font-size: calc(0.3em + 1.46vw);
    margin-bottom: calc(1vh + 2vw);
}
.number{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.number a img{
    width: 4vw;
    height: auto;
}
.formBlock{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
form{
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 2.65fr;
    gap: 2vw;
    grid-auto-flow: row;
    grid-template-areas: "a b"
                            "c c";
    align-items: center;
    margin-top: 4vw;
}
form > *{
    background-color: #F8F9FA;
    border: 1px solid #F1F1F1;
    border-radius: 5px;
    
    line-height: 1.5em;
    color: black;
    font-size: calc(0.3em + 1vw);
    padding-left: 2vw;
    outline: none;
}
.formBlock input{
    width: 100%;
    height: calc(1em + 6.2vw);
    box-sizing: border-box;
}   
textarea{
    grid-area: c;
    width: 100%;
    height: 100%;
    resize: none;
    box-sizing: border-box;
    padding-top: 1vh;
}
.buttonsForm{
    margin-top: calc(1vh + 2vw);
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.buttonsForm .send{
    width: 50%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 3vw 3vw;
    border: 0;
    background-color: #F82525;
    border-radius: 40px;
    cursor: pointer;
    transition: 0.5s;
}
.buttonsForm .send:hover{
    background-color: #cc1212;
}
.addFile{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-left: 3%;
    border: 0;
    background: none;
    transition: 0.5s;
}
.addFile label{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    cursor: pointer;
}
.addFile:hover{
    transform: scale(0.7);
}
.addFile svg{
    width: 2.7vw;
    height: 2.7vw;
    background-color: #F8F9FA;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border: 0;
    border-radius: 50%;
    padding: 2vw;
    text-align: center;
}
.addFile span{
    color: #42424B;
    padding-left: 5%;
}
input[type=file]{
    width: auto;
    position: absolute;
    outline:0;
    opacity:0;
    pointer-events:none;
    user-select:none;
    visibility: hidden;
}
.footerBlockNavigation{
    width: 95%;
    height: auto;
    margin: 0 2.5%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.footerBlockNavigation .logo{
    width: auto;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.footerBlockNavigation .logo a + img{
    width: 0;
    height: 0;
    visibility: hidden;
    display: none;
}
.footer .number{
    width: 0;
    height: 0;
    visibility: hidden;
    display: none;
}
.footer .ratingBlock{
    width: 65%;
    height: auto;
    margin: calc(1vh + 1vw) 30% 0 2.5%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 2vw;
}
.ratingBlock p{
    font-size: calc(0.2em + 1vw);
    margin: 0;
}
.rating{
    width: auto;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-top: calc(1vh + 1vw);
    flex-wrap: nowrap;
    white-space: nowrap;
}
.stars{
    width: auto;    
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    margin-left: 3%;
}
.stars img{
    width: 2vw;
    height: auto;
    padding-right: 2%;
}
}