Files
Aerbim/static/aerbimCSSMOBILE.css
2023-11-29 13:14:41 +03:00

116 lines
2.2 KiB
CSS

@media(max-width: 1280px){
.cut-width{
margin: 0 40px;
}
}
@media (max-width: 1024px) {
.form_consultation_container{
padding: 70px 0 90px 0;
}
.plugin_container{
margin: 120px 0 0 0;
width: 100%;
}
.left_part_plugin_container{
width: calc(60% - 20px);
margin-right: 20px;
}
.container_content_faq{
margin: 100px 0 0 0;
}
.text_header{
padding-right: 40px;
}
.standart_txt{
font-size: 14px;
}
.language_select{
margin-left: 30px;
margin-right: 30px;
padding-right: 0;
}
}
@media (max-width: 850px) {
.block_service{
flex-wrap: wrap;
}
.service_block_container {
width: calc(50% - 70px);
}
.left_part_header{
width: 235px;
float: left;
text-align: -webkit-left;
display: block;
position: relative;
top: 10px;
}
.logo_header {
height: 40px;
}
.right_part_header {
width: calc(100% - 235px);
float: right;
padding: 17px 0 15px 0;
position: relative;
text-align: -webkit-right;
}
}
@media (max-width: 800px) {
.text_header{
padding-right: 20px;
}
.text_header.last_left {
padding-right: 20px;
}
.language_select {
margin-left: 20px;
margin-right: 20px;
padding-right: 0;
}
}
@media (max-width: 750px) {
.right_part_header{
display: none;
}
.logo_header {
height: 35px;
}
.left_part_header{
width: 205px;
position: relative;
top: 3px;
}
.header{
height: 40px;
}
.right_part_header_mobile{
width: calc(100% - 205px);
float: right;
display: block;
position: relative;
top: 9px;
text-align: right;
}
.content{
margin-top: 50px;
}
.container_sections_buttons {
height: 55px;
background: #10212B;
position: sticky;
top: 50px;
z-index: 100;
}
.cut-width.sections_btns{
margin: 10px;
}
.cut-width{
margin: 0 20px;
}
}