@media screen and (max-width: 768px) and (min-width: 481px){
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;
}
h2 {
    
    color: black;
    font-size: calc(0.7em + 4vw);
    margin: 0;
    position: relative;
    z-index: 1;
    padding-bottom: 3vw;
}
h3{
    
    color: black;
    font-size: calc(0.4em + 3.34vw);
}
p{
    
    line-height: 1.5em;
    color: black;
    margin-top: 0;
    font-size: calc(0.2em + 1.67vw);
    position: relative;
    z-index: 1;
}
span{
    
    font-size: calc(0.3em + 1.56vw);
    color: #FFFFFF;
    white-space: nowrap;
}

.Gradient {
    z-index: 1;
    width: 60%;
    height: auto;
    position: absolute;
    top: 5.5%;
    right: 0;
}

.header{
    width: 100%;
    height: auto;
    background-image: url('../images/bg768.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 span{
    font-size: calc(0.3em + 1vw);
}
.languageButton img{
    padding-left: 10%;
    width: 1.5vw;
    height: auto;
    /* transition: transform 0.5s; */
}


/* only 0 - 360px */
.menuButton{
    width: 0;
    height: 0;
    visibility: hidden;
    display: none;
}

.heading{
    width: 95%;
    height: auto;
    margin: 0 2.5% 0 2.5%;
    display: flex;
    padding: calc(3vh + 10vw) 0 8vw;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}
.heading h1{
    
    color: #FFFFFF;
    font-size: calc(0.9em + 4vw);
    margin: 0;
    position: relative;
    z-index: 1;
    padding-bottom: 3vw;
    white-space: normal;
}
.heading p {
    color: #FFFFFF;
    width: 100%;
}
.heading .buttonSignUp {
    width: 30.2%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border: 0;
    background-color: #F82525;
    border-radius: 40px;
    padding: 2.7vw 3vw;
    margin-top: calc(1vh + 3vw);
}
.heading .buttonDown{
    padding-top: 6%;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start; 
}
.buttonDown button{
    width: 5.5%;
    border: 0px;
    background: none;
}
.buttonDown button img{
    width: 100%;
    height: auto;
}
.main{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.about{
    background-color: #FFFFFF;
    width: 100%;
    height: auto;
    padding-bottom: 0;
}
.about h2{
    font-size: calc(0.5em + 3.1vw);
}
.about h3{
    font-size: calc(0.2em + 3vw);
}
.sheetAboutBlock{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
}
.sheetAboutBlock div{
    width: 100%;
    height: 13vw;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 2px solid #F8F9FA;
    padding: calc(1vh + 1vw) 0;
}
.area img{
    height: auto;
    width: 13%;
}
.area p{
    padding-left: 5%;
    margin: 0;
}
.offers{
    width: 100%;
    height: auto;
    padding-bottom: 0;
    background-color: black;
}
.offers .innerBlock h1 {
    
    width: 100%;
    color: #FFFFFF;
    padding-bottom: 2.89vw;
    margin-bottom: 0;
    border-bottom: 1px solid #4F4F4F;
}
.sheetOfferBlock{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
}
.offerBlock{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 7.82%;
    margin-top: 6.31%;
    border-bottom: 1px solid #4F4F4F;
}
.offerInfo{
    width: 95%;
}
.offerInfo p{
    color: white;
    font-size: calc(0.3em + 1.2vw);
}
.offerList{
    width: 95%;
    height: 100%;
    background: rgb(255, 255, 255, 0.1);
    border-radius: 5px;
    margin-top: 4.4%;
    padding: 4.2% 2%;
    box-sizing: border-box;
}
.offerList ul{
    padding-left: 5.34%;
}
.offerList ul li{
    font-weight: bold;
    font-size: calc(0.2em + 1.67vw);
    color: #E0E0E0;
    margin: 1.165% 0;
}
.offerList ul li::before{
    font-size: calc(0.2em + 1.9vw);
}

.buttonMoreInfo{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-top: 50px;
    padding-bottom: 0;
}
.buttonMoreInfo button{
    display: flex;
    width: 27%;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    border: 1px solid #FFFFFF;
    border-radius: 40px;
    background-color: black;
    padding: 2vw 3vw;
}
.buttonMoreInfo span{
    
    color: #FFFFFF;
}
.tech{
    width: 100%;
    height: auto;
    background-color: #F8F9FA;
}
.technologiesBlock{
    width: 90%;
    height: auto;
    margin: 0 5%;
}
.sheetTechnologiesBlock{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    margin-bottom: 0;
}
.sheetTechnologiesBlock article{
    display: flex;
    height: auto;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    background-color: #FFFFFF;
    border-radius: 5px;
    padding: 2.75%;
    gap: 0;
}
.sheetTechnologiesBlock article p{
    margin-top: 3%;
    font-size: calc(0.2em + 1.67vw);
}
.desktopList .icons{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.mobileList .icons{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.sheetTechnologiesBlock .webList p{
    width: 100%;
}
.webList .icons{
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    gap: 0 7%;
    align-items: center;
    justify-items: center;
}
.icons div{
    width: auto;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-top: 5.81vw;
}
.icons img{
    width: 8vw;
    height: 8vw;
}
.sheetTechnologiesBlock article .icons p {    margin: 0;
    
    font-size: calc(0.1em + 1.62vw);
    padding-top: 1vh;
    color: #66666C;
}
.direction{
    width: 100%;
    height: auto;
    background: #FFFFFF;
    padding-bottom: 0;
}
.directionBlock{
    width: 90%;
    height: auto;
    padding: 0px 5%;
}
.directionBlock p{
    width: 100%;
}
.sheetDirections{
    width: 100%;
    height: auto;
    margin-top: 4vw;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}
.sheetDirections div{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border: 1px solid #66666C;
    border-radius: 100px;
    margin: 1%;
    padding: 1.92% 4.7%;
}
.sheetDirections div:last-child{
    display: none;
}

.sheetDirections span{
    
    color: black;
    font-size: calc(0.3em + 1.2vw);
}
.company{
    width: 100%;
    height: auto;
    padding-bottom: 0;
    background-color: #F8F9FA;
}
.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: flex-start;
    order: 1;
}
.company .buttonMoreInfo button {
    width: 32.9%;
    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: calc(0.5vh + 2vw);
    padding: 2.54vw 3vw;
    margin-right: 0;
}
.buttonMoreInfo img{
    width: 6%;
    height: auto;
}
.companyStatistics{
    position: relative;
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 2vw;
    align-items: center;
    justify-items: end;
    margin-top: 4vw;
}
.companyStatistics div{
    position: relative;
    width: 80%;
    height: auto;
}
.companyStatistics img{
    top: calc(1.5vw + 6%);
    left: -40%;
    z-index: 0;
    position: absolute;
    width: 100%;
    height: 8vw;
}
.companyStatistics span + span{
    position: relative;
    
    color: black;
    font-size: calc(1em + 4.43vw);
    margin-bottom: 1vw;
}
.companyStatistics span{
    top: -41%;
    left: -26%;
    z-index: 0;
    position: absolute;
    font-weight: 700;
    font-family: 'Museo';
    font-size: calc(2em + 8.9vw);
}
.companyStatistics p{
    position: relative;
    font-size: calc(0.2em + 1.41vw);
}
.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;
}
.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 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 a p{
    font-size: calc(0.3em + 1.3vw);
}
.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: 65.5%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 2.7vw 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 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%;
}
}