This commit is contained in:
SBD
2023-11-27 18:04:10 +03:00
parent cadd3104c0
commit 38c819f6ee
4 changed files with 110 additions and 7 deletions

View File

@@ -28,6 +28,7 @@ body,html{
position: fixed;
top: 0;
padding: 5px 0 5px 0;
z-index: 101;
}
.cut-width{
@@ -159,9 +160,62 @@ body,html{
background: none;
border: none;
outline: none;
}
.language_select.open > .content_select_language{
display: block;
}
.language_select.close > .content_select_language{
display: none;
}
.language_select.close .arrow_language_select{
transform: rotate(180deg);
transition: 200ms;
}
.language_select.open .arrow_language_select{
transform: rotate(0deg);
transition: 200ms;
}
.first_line_language_select{
width: 100%;
}
.name_language{
width: calc(100% - 20px);
padding-right: 10px;
float: left;
}
.arrow_language_select{
width: 10px;
float: right;
}
.content_select_language{
background: #ffffff;
width: 50px;
border-radius: 2px;
text-align: -webkit-center;
position: absolute;
padding: 10px 0;
top: 38px;
}
.content_select_language > div{
color: #000000;
}
.splinner_select_language{
width: 40px;
height: 1px;
background: #D9D9D9;
margin: 5px 0;
}
/*sections*/
@@ -276,7 +330,7 @@ body,html{
background: url("images/how_with_us_working_background.svg");
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
background-position: top;
width: 100%;
}
@@ -401,7 +455,6 @@ body,html{
}
.button_form_consultation:hover{
border: none;
color: #ffffff;
background: #FB6952;
transition: 200ms;
@@ -430,6 +483,12 @@ body,html{
width: 100%;
border: none;
outline: none;
transition: 200ms;
}
.btn_download_plugin:hover{
background: #0a3f79;
transition: 200ms;
}
.btn_inf_about_plugin{
@@ -445,7 +504,6 @@ body,html{
.btn_inf_about_plugin:hover{
background: #0C54A0;
border: none;
transition: 200ms;
}