@media screen and (max-width: 480px){
body{
    position: relative;
    margin: 0;
    padding: 0;
}
.innerBlock{
    width: 95%;
    height: auto;
    margin: 0 2.5%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
h1{
    
    color: black;
    font-size: calc(0.7em + 3vw);
    margin: 0;
    position: relative;
    z-index: 1;
    padding-bottom: 3vw;
}
h2 {
    
    color: black;
    font-size: calc(0.4em + 5vw);
    margin: 0;
    padding-bottom: 2vh;
}
h3{
    
    color: black;
    font-size: calc(0.5em + 2.5vw);
    position: relative;
    z-index: 1;
}
p{
    line-height: 1.5em;
    color: black;
    margin-top: 0;
    font-size: calc(0.3em + 2vw);
    position: relative;
    z-index: 1;
}
span{
    
    font-size: calc(0.3em + 2.5vw);
    color: #FFFFFF;
    white-space: nowrap;
    position: relative;
    z-index: 1;
}

.header{
    width: 100%;
    height: auto;
    background-image: url('../images/bgAb&Car360.png');
    position: relative;
    z-index: 2;
}
.headerBlock{
    top: 0;
    position: fixed;
    width: 100%;
    height: auto;
    background-color: black;
    z-index: 3;
    padding: 0;
}
.headerBlockNavigation{
    width: 100%;
    margin: 0;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0;
}
.logo{
    height: 100%;
    width: 25%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 2%;
}
.logo img{
    height: 100%;
    width: 100%;
    z-index: 2;
}
.navigation{
    width: 0;
    height: 0;
    display: none;
}
.navigation a{
    width: auto;
    height: auto;
    color: #FFFFFF;
    text-decoration: none;
    white-space: pre;
    font-size: calc(0.2em + 0.9vw);
}
.header .number{
    width: 0;
    height: 0;
    visibility: hidden;
    display: none;
}
.buttonsHeader{
    width: 30%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.languageMenu{
    position: relative;
    width: auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.languageButton{
    
    color:#FFFFFF;
    background:none;
}
.languageButton img{
    width: 3vw;
    z-index: 2;
}
.slideMenuLanguage{
    position: absolute;
    top: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    background-color: #000000;
}
.slideMenuLanguage span{
    border-bottom:1px solid #66666C;
    display: none;
}

.toggler{
    display: block;
    visibility: visible;
    position: absolute;
    right: 0;
    top: 0;
    height: 16vw;
    width: 16vw;
    cursor: pointer;
    opacity: 0;
    z-index: 4;
}
.hamburger{
    position:relative;
    height: 16vw;
    width: 16vw;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    background: #FFFFFF;
    transition: 0.4s;
}
.hamburger > div{
    position: relative;
    top: 0;
    left: 0;
    background: black;
    height: 2px;
    width: 33%;
    transition: all  0.4s ease;
}
.hamburger > div::before,
.hamburger > div::after{
    content: '';
    position: absolute;
    top: -1.5vw;
    background: black;
    width: 100%;
    height: 2px;
    transition: all  0.4s ease;
}
.hamburger > div::after{
    top: 1.5vw;
}
.toggler:checked + .hamburger > div{
    background: none;
}
.toggler:checked + .hamburger{
    background: none;
}
.toggler:checked + .hamburger > div::before{
    top: 0;
    transform: rotate(45deg);
    background: #4F4F4F;
}
.toggler:checked + .hamburger > div::after{
    top: 0;
    transform: rotate(135deg);
    background: #4F4F4F;
}
.menu{
    display: block;
    visibility: visible;
    background: black;
    width: 0%;
    height: 120vh;
    z-index: 0;
    transition: all 0.4s ease;
    position: fixed;
    left: 0%;
}
.toggler:checked ~ .menu{
    width: 100%;
    left: 0%;
}
.menu >  div > ul{
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 70px;
    padding-left: 10px;
    visibility: hidden;
}
.menu > div > ul > li{
    list-style: none;
    padding: 0.5rem;
}
.menu > div > ul > li > a{
    width: auto;
    height: auto;
    font-family: 'Montserrat400';
    color: #FFFFFF;
    text-decoration: none;
    white-space: pre;
    font-size: calc(1em + 1vw);
}
.toggler:checked ~ .menu > div > ul{
    transition: visibility 0.4s ease;
    transition-delay: 0.1s;
    visibility: visible;
}

.toggler:checked ~ .menu > div > ul > li > a:hover{
    color: #F82525;
}

.heading{
    width: 95%;
    height: auto;
    margin: 0 2.5%;
    display: flex;
    padding: 10vh 0 8vh 0;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}
.heading h1{
    width: 100%;
    font-size: calc(0.5em + 4.2vw);
    
    color: #FFFFFF;
    white-space: normal;
}
.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 + 1.9vw);
    margin: 0;
}
.adress a + p{
    padding: 0 1%;
}
.adress a{
    color: #BDBDBD;
    
    text-decoration: none;
    font-size: calc(0.2em + 1.9vw);
}

.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: 90%;
    height: auto;
    margin: 0 5%;
    display:flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 4vw;
}
.companyInfo{
    width: 100%;
    height: auto;
    display:flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.companyInfo div{
    width: 100%;
    margin: 0;
}
.company .buttonMoreInfo{
    margin-top: 1vw;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    order: 1;
    padding-bottom: 0;
    visibility: visible;
}
.company .buttonMoreInfo button{
    width: 56%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    border: 1px solid #FFFFFF;
    border-radius: 40px;
    background-color: black;
    margin-top: 2vh;
    padding: 4vw 6vw; 
    margin-right: 0;
}
.buttonMoreInfo svg {
    width: 6%;
    height: auto;
}
.companyStatistics{
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    margin: 0;
}
.companyStatistics div{
    width: 90%;
    position: relative;
    margin-top: 4vh;
    padding-left: 6vw;
}
.companyStatistics span {
    top: -46%;
    left: -11%;
    z-index: 0;
    position: absolute;
    font-weight: 700;
    font-family: 'Museo';
    font-size: calc(1em + 17.5vw);
}
.companyStatistics span + span{
    position: relative;
    font-size: calc(0.6em + 8.42vw);
    color: black;
    margin: 0;
}
.companyStatistics p{
    position: relative;
    color: #66666C;
    font-size: calc(0.2em + 2.2vw);
    margin: 0;
}
.geography{
    width: 100%;
    height: auto;
    background-color: #F8F9FA;
}
.geography .innerBlock{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
}
.geographyInfo{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.geography .innerBlock img{
    width: 100%;
    height: auto;
}
.business{
    width: 100%;
    height: auto;
    background-color: black;
}
.business .innerBlock{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
}
.businessInfo{
    grid-area: a;
    width: auto;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.businessInfo > *{
    color: white;
}
.business .innerBlock img{
    grid-area: b;
    width: 100%;
    height: auto;
    margin-top: 4vw;
}
.callingButton{
    width: auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    padding: 0;
    margin-top: calc(1vh + 2vw);
}
.callingButton button{
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: 0.1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 0 3%;
    grid-auto-flow: row;
    grid-template-areas: "a b"
                         "a c";
    align-items: center;
    justify-items: start;
    border: 0;
    cursor: pointer;
    transition: 0.3s;
    background: none;
}
.callingButton button:hover{
    transform: scale(1.05);
}
.business .callingButton button img {
    grid-area: a;
    border-radius: 50%;
    border: 0;
    background: rgb(255, 255, 255, 0.1);
    width: 2.5vw;
    height: 2.5vw;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 4vw;
    margin: 0;
}
.callingButton button span {
    grid-area: b;
    
    font-size: calc(0.2em + 3vw);
    margin: 0;
    color: #FFFFFF;
    line-height: 1.4em;
}
.callingButton button span + span {
    grid-area: c;
    color: rgba(255, 255, 255, 0.7);
    font-size: calc(0.2em + 2.4vw);
    margin: 0;
}
.contacts{
    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;
}
.contacts .telephones span{
    color: black;
    font-size: calc(0.7em + 4vw);
    margin: 0;
    position: relative;
    z-index: 1;
    padding-bottom: 3vw;
}
.telephones{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.telephones a {
    
    color: black;
    font-size: calc(0.3em + 3.2vw);
    text-decoration: none;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.telephones a p {
    font-size: calc(0.2em + 2.5vw);
}
.telephones a p{
    transition: 0.5s;
}
.telephones a p:hover{
    color:#F82525;
    
}
.number{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.number{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.number a img{
    width: 6.5vw;
    height: auto;
}
.formBlock{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    margin-top: 1vh;
}
form{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
}
form > *{
    background-color: #F8F9FA;
    border: 1px solid #F1F1F1;
    border-radius: 5px;
    
    line-height: 1.5em;
    color: black;
    font-size: calc(0.4em + 1.3vw);
    padding-left: 4vw;
    margin-top: 3.48%;
    outline: none;
}
.formBlock input{
    width: 100%;
    height: calc(0.4em + 11.45vw);
    box-sizing: border-box;
}   
textarea{
    grid-area: c;
    width: 100%;
    height: calc(6em + 17.54vw);
    resize: none;
    box-sizing: border-box;
    padding-top: 1vh;
}
.buttonsForm{
    margin-top: 0;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
}
.buttonsForm .send{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 40px;
    background-color: #F82525;
    padding: 4vw 6vw;
    margin-top: 4vw;
}
.addFile{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    margin: 2vh 0;
}
.addFile svg {
    width: 4.5vw;
    height: 4.5vw;
    background-color: #F8F9FA;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border: 0;
    border-radius: 50%;
    padding: 3vw;
    text-align: center;
}
.addFile div{
    width: 100%;
    height: auto;
    padding: 3vw 4.5vw;
    background-color: #F8F9FA;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border: 0;
    border-radius: 50%;
    text-align: center;
}
.addFile span{
    color: #42424B;
    padding-left: 5%;
    font-size: calc(0.3em + 2vw);
    white-space: nowrap;
}
input[type=file]{
    width: 0;
    height: 0;
    visibility: hidden;
    display: none;
}
.footerBlockNavigation{
    width: 95%;
    height: auto;
    margin: 0 2.5%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 2vw 0;
}
.footerBlockNavigation .logo{
    width: auto;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.footerBlockNavigation .logo a img{
    width: 100%;
    height: auto;
}
.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: 95%;
    height: auto;
    margin: calc(1vh + 1vw) 2.5% 0 2.5%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.ratingBlock p{
    font-size: calc(0.3em + 2vw);
    margin: 0;
}
.rating{
    width: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    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: 3.5vw;
    height: auto;
    padding-right: 2%;
}
}