0.0.198 media 360px all static page

This commit is contained in:
2023-11-03 14:55:44 +03:00
parent cd748dc371
commit b32a79f966
5 changed files with 142 additions and 56 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*/
@@ -506,6 +527,56 @@
/* 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*/
}

View File

@@ -588,14 +588,27 @@ header>div>a>span{
vertical-align: middle;
}
header>div>div>a {
text-decoration: none;
color: #272424;
font-family: Inter;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 22px;
/*header>div>div>a {*/
/* text-decoration: none;*/
/* color: #272424;*/
/* font-family: Inter;*/
/* font-size: 16px;*/
/* font-style: normal;*/
/* font-weight: 500;*/
/* line-height: 22px;*/
/*}*/
.registration_button{
color: #FFFFFF;
padding: 12px 23px;
background: #FF613A;
border-radius: 10px;
}
.enter_button{
color: #FFFFFF;
padding: 12px 23px;
background: #FF613A;
border-radius: 10px;
}
header .header-second {
@@ -2338,8 +2351,8 @@ 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,
.cards_item_3_left,
@@ -2655,7 +2668,7 @@ details[open] summary ~ *{
.three_pinned_news{
display: flex;
margin: 0 80px 0 80px;
/*margin: 0 80px 0 80px;*/
justify-content: space-between;
flex-wrap: wrap;
}