Merge remote-tracking branch 'origin/main'

This commit is contained in:
2023-11-05 14:20:54 +03:00
6 changed files with 167 additions and 61 deletions

View File

@@ -70,7 +70,7 @@
border: 2px solid #E6E6E6;
}
.daterangepicker{
width: 305px;
width: 291px;
}
.cont-el-form-search-carrier > button{
width: 97%;
@@ -129,7 +129,7 @@
margin-top: 40px;
}
#title_static{
font-size: 34px;
font-size: 33px;
line-height: 42px;
}
.cards_wrapper{
@@ -189,7 +189,7 @@
margin: 0 0 120px 0;
}
.news_item {
margin-bottom: 20px;
margin-bottom: 40px;
}
@@ -337,6 +337,8 @@
.benefit_img_about_service{
display: inline-block;
text-align: center;
margin-bottom: unset;
margin-top: unset;
}
.benefit_img_about_service>figure>figcaption{
margin: 15px auto;
@@ -374,6 +376,22 @@
.bottom_block_static img{
display: none;
}
.bottom_block_static{
padding: unset;
width: unset;
}
.bottom_block_static>form>.inputs_l{
width: unset;
padding: 10px 0;
}
.bottom_block_static>form>.button_register{
margin: 10px 0;
width: 92%;
padding: unset;
}
span#sub_title_static{
margin: unset;
}
#title_static_customer{
font-size: 24px;
font-style: normal;
@@ -388,6 +406,9 @@
background-image: url("/static/img/svg/mobMap.svg");
background-size: cover;
}
.arrange_subscribe{
margin: 20px auto 20px auto;
}
/* for_customers*/
@@ -496,6 +517,7 @@
.info_profile{
width: 100%;
float: none;
margin-left: 25px;
}
.block-list-of-users{
@@ -519,7 +541,64 @@
/* END user_profile*/
/* feedback_form*/
.feedback_form{
padding: unset;
}
.feedback_form>form{
width: unset;
}
.left_inputs_form,
.right_inputs_form{
float: none;
width: 99%;
}
.inputs_l>input{
width: 93%;
}
.counter-box>textarea{
width: 99%;
max-width: unset;
min-width: unset;
}
button#send_feedback_form{
width: 102%;
}
/* END feedback_form*/
/* news_page*/
.wrapper_advertisement{
padding: unset;
}
.advertisement_block_news{
height: 80px;
}
.three_pinned_news{
margin: unset;
}
.news_gradient{
height: 36px;
}
.news_item_pagination{
width: unset;
padding-top: 1px;
margin-bottom: 40px;
}
.news_item_pagination:nth-child(odd) .pag_news_img, .news_item_pagination:nth-child(odd) .pag_news_item_text,
.news_item_pagination:nth-child(even) .pag_news_img, .news_item_pagination:nth-child(even) .pag_news_item_text{
float: none;
width: unset;
}
/* END news_page*/
/*profile_prof*/
.info_profile>h1{
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: 26px;
margin-bottom: 40px;
}
/*END profile_prof*/
}