This commit is contained in:
2023-10-29 22:20:02 +03:00
parent 928c737ead
commit c6edd2c533
5 changed files with 95 additions and 50 deletions

View File

@@ -1803,7 +1803,7 @@ button.cancel_remove{
font-style: normal;
font-weight: 700;
line-height: 52px;
margin-bottom: 20px;
margin-bottom: 40px;
}
.title_static_wrapper{
text-align: center;
@@ -1922,10 +1922,8 @@ button#more_button{
.mid_block_static{
padding: 40px 40px 0px 40px;
margin: 120px 40px 0 40px;
width: 90%;
margin: auto;
}
.mid_block_static>.text_wrapper>span{
display: block;
@@ -1948,7 +1946,8 @@ button#more_button{
align-items: flex-start;
gap: 20px;
justify-content: space-around;
margin-bottom: 120px
margin-bottom: 120px;
margin-top: 60px;
}
.benefit_img>img{
@@ -1981,7 +1980,6 @@ button#more_button{
.benefit_img_about_service>figure{
display: flex;
width: 197px;
padding-top: 20px;
flex-direction: column;
justify-content: flex-end;
align-items: center;
@@ -2064,7 +2062,8 @@ button#more_button{
.button_container{
text-align: center;
text-align: -webkit-center;
width: 100%;
}
#how_it_work_b{
@@ -2135,7 +2134,9 @@ button#more_button{
width: 100%;
height: 130px;
min-width: 65px;
padding: 10px 0px 0px 10px;
padding: 10px 0 0 10px;
max-width: 100%;
min-width: 100%;
}
.counter-box>textarea:focus{
outline: none !important;
@@ -2292,7 +2293,7 @@ button#send_feedback_form{
margin: auto;
}
.pre_bottom_block_static>h2{
margin-top: 100px;
margin-top: 120px;
}
.cards_wrapper{
@@ -2313,6 +2314,7 @@ button#send_feedback_form{
/* Shadow 1 */
box-shadow: -1px 4px 10px 0px rgba(198, 199, 203, 0.20), 0px -1px 10px 0px rgba(198, 199, 203, 0.20);
margin: 10px;
padding: 0 20px 30px 20px;
}
.cards_item_1_left,
.cards_item_2_left,
@@ -2459,7 +2461,7 @@ button#send_feedback_form{
align-items: center;
}
.faq_main_page>h2{
margin-top: 100px;
margin-top: 120px;
}
@@ -2524,11 +2526,11 @@ details[open] summary ~ *{
/*margin: 0 80px 120px 80px;*/
justify-content: space-between;
flex-wrap: wrap;
width: 100%;
}
.news_item {
width: 413px;
width: 32%;
margin-bottom: 2%;
background-color: white;
filter: drop-shadow(-1px 4px 10px rgba(198, 199, 203, 0.20)) drop-shadow(0px -1px 10px rgba(198, 199, 203, 0.20));