0.0.155
This commit is contained in:
@@ -7,169 +7,6 @@
|
||||
}
|
||||
|
||||
@media (max-width: 1024px) {
|
||||
.form_feedback_container{
|
||||
padding: 70px 0 90px 0;
|
||||
}
|
||||
.plugin_container{
|
||||
margin: auto;
|
||||
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;
|
||||
}
|
||||
.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;
|
||||
}
|
||||
.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;
|
||||
}
|
||||
.title_page{
|
||||
font-size: 36px;
|
||||
}
|
||||
/* curtain*/
|
||||
.curtain_main{
|
||||
height: calc(100vh - 20px);
|
||||
padding-top: 20px;
|
||||
background: #10212B;
|
||||
width: 320px;
|
||||
position: fixed;
|
||||
top: 50px;
|
||||
right: 0;
|
||||
z-index: 101;
|
||||
transition: 200ms;
|
||||
display: block;
|
||||
}
|
||||
.curtain_main.open{
|
||||
right: 0;
|
||||
transition: 200ms;
|
||||
}
|
||||
.curtain_main.close{
|
||||
right: -320px;
|
||||
transition: 200ms;
|
||||
}
|
||||
|
||||
.container_first_line_curtain{
|
||||
padding-bottom: 20px;
|
||||
border-bottom: 1px solid #888;
|
||||
width: 100%;
|
||||
}
|
||||
.block_overlay{
|
||||
height: 100vh;
|
||||
width: 100vw;
|
||||
position: fixed;
|
||||
z-index: 100;
|
||||
}
|
||||
.block_overlay.hide{
|
||||
display: none;
|
||||
}
|
||||
.block_overlay.show{
|
||||
display: block;
|
||||
background: rgba(16, 33, 43, 0.70);
|
||||
}
|
||||
.curtain_txt_float{
|
||||
float: right;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
.language_select.curtain{
|
||||
top: 0;
|
||||
margin-left: 10px;
|
||||
}
|
||||
.description_page{
|
||||
font-size: 24px;
|
||||
}
|
||||
.container_els_curtain{
|
||||
padding: 20px 0 5px 0;
|
||||
}
|
||||
.container_els_curtain.border{
|
||||
border-bottom: 1px solid #888;
|
||||
}
|
||||
.txt_curtain_el{
|
||||
display: block;
|
||||
color: #ffffff;
|
||||
text-transform: uppercase;
|
||||
font-size: 16px;
|
||||
text-align: right;
|
||||
padding-bottom: 15px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 850px) {
|
||||
.block_service{
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
.service_block_container {
|
||||
width: calc(50% - 70px);
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
@media (max-width: 800px) {
|
||||
.line_go_to_sections{
|
||||
width: 100%;
|
||||
color: #000000;
|
||||
@@ -239,6 +76,197 @@
|
||||
flex-wrap: wrap;
|
||||
height: unset;
|
||||
}
|
||||
.block_service{
|
||||
width: 100%;
|
||||
}
|
||||
.left_part_service{
|
||||
width: 40px;
|
||||
}
|
||||
.service_img{
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
}
|
||||
.descript_process_container{
|
||||
width: 196px;
|
||||
}
|
||||
.form_feedback_container {
|
||||
margin: 0 1.5%;
|
||||
width: 97%;
|
||||
scroll-margin-top: 140px;
|
||||
}
|
||||
.cut-width.margin_1_{
|
||||
margin: 0 1%;
|
||||
width: 98%;
|
||||
}
|
||||
.form_feedback_container{
|
||||
padding: 70px 0 90px 0;
|
||||
}
|
||||
.plugin_container{
|
||||
margin: auto;
|
||||
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;
|
||||
}
|
||||
.left_part_header{
|
||||
width: 235px;
|
||||
float: left;
|
||||
text-align: -webkit-left;
|
||||
display: block;
|
||||
position: relative;
|
||||
top: 10px;
|
||||
}
|
||||
.logo_header {
|
||||
height: 40px;
|
||||
}
|
||||
.right_part_header {
|
||||
height: 41px;
|
||||
}
|
||||
|
||||
.logo_header {
|
||||
height: 41px;
|
||||
}
|
||||
.cut-width.preferens_f_header_1024{
|
||||
width: 96%;
|
||||
height: 41px;
|
||||
}
|
||||
.left_part_header{
|
||||
width: 205px;
|
||||
position: relative;
|
||||
top: 0;
|
||||
}
|
||||
.header{
|
||||
height: 40px;
|
||||
}
|
||||
.right_part_header_mobile{
|
||||
width: calc(100% - 290px);
|
||||
float: right;
|
||||
position: relative;
|
||||
display: flex;
|
||||
justify-content: right;
|
||||
align-items: center;
|
||||
height: 41px;
|
||||
}
|
||||
.burger_menu_header{
|
||||
filter: brightness(0) saturate(100%) invert(8%) sepia(6%) saturate(6783%) hue-rotate(162deg) brightness(94%) contrast(90%);
|
||||
}
|
||||
.right_part_header{
|
||||
display: none;
|
||||
}
|
||||
|
||||
.content{
|
||||
margin-top: 60px;
|
||||
}
|
||||
.container_sliders {
|
||||
height: calc(100vh - 115px);
|
||||
margin-top: unset;
|
||||
}
|
||||
.info_part_b_projects_slider {
|
||||
padding: 0;
|
||||
width: calc(100% - 100px);
|
||||
}
|
||||
.cut-width{
|
||||
margin: 0 20px;
|
||||
}
|
||||
.title_page{
|
||||
font-size: 36px;
|
||||
}
|
||||
/* curtain*/
|
||||
.curtain_main{
|
||||
height: calc(100vh - 20px);
|
||||
padding-top: 20px;
|
||||
background: #10212B;
|
||||
width: 320px;
|
||||
position: fixed;
|
||||
top: 61px;
|
||||
right: 0;
|
||||
z-index: 101;
|
||||
transition: 200ms;
|
||||
display: block;
|
||||
}
|
||||
.curtain_main.open{
|
||||
right: 0;
|
||||
transition: 200ms;
|
||||
}
|
||||
.curtain_main.close{
|
||||
right: -320px;
|
||||
transition: 200ms;
|
||||
}
|
||||
|
||||
.container_first_line_curtain{
|
||||
padding-bottom: 20px;
|
||||
border-bottom: 1px solid #888;
|
||||
width: 100%;
|
||||
}
|
||||
.block_overlay{
|
||||
height: 100vh;
|
||||
width: 100vw;
|
||||
position: fixed;
|
||||
z-index: 101;
|
||||
}
|
||||
.block_overlay.hide{
|
||||
display: none;
|
||||
}
|
||||
.block_overlay.show{
|
||||
display: block;
|
||||
background: rgba(16, 33, 43, 0.70);
|
||||
}
|
||||
.curtain_txt_float{
|
||||
float: right;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
.language_select.curtain{
|
||||
top: 0;
|
||||
margin-left: 10px;
|
||||
}
|
||||
.description_page{
|
||||
font-size: 24px;
|
||||
}
|
||||
.container_els_curtain{
|
||||
padding: 20px 0 5px 0;
|
||||
}
|
||||
.container_els_curtain.border{
|
||||
border-bottom: 1px solid #888;
|
||||
}
|
||||
.txt_curtain_el{
|
||||
display: block;
|
||||
color: #ffffff;
|
||||
text-transform: uppercase;
|
||||
font-size: 16px;
|
||||
text-align: right;
|
||||
padding-bottom: 15px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 850px) {
|
||||
.block_service{
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
.service_block_container {
|
||||
width: calc(50% - 70px);
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
@media (max-width: 800px) {
|
||||
|
||||
|
||||
}
|
||||
|
||||
@media (max-width: 700px) {
|
||||
|
||||
Reference in New Issue
Block a user