#1018 - Правки по сайту

parent 49e676e2
...@@ -76,9 +76,6 @@ a.login_form_link, a.login_form_popup_link, a.reg_popup_link, a.reg_form_link{ ...@@ -76,9 +76,6 @@ a.login_form_link, a.login_form_popup_link, a.reg_popup_link, a.reg_form_link{
.txt_server:before { .txt_server:before {
position: absolute; position: absolute;
} }
.article_short_txt img {
width: auto !important;
}
.reviews-block { .reviews-block {
background: #fff; background: #fff;
padding-bottom: 0; padding-bottom: 0;
...@@ -163,6 +160,11 @@ a.toggle_bottom:hover .icon-arrowDown2:after, a.toggle_bottom:active .icon-arrow ...@@ -163,6 +160,11 @@ a.toggle_bottom:hover .icon-arrowDown2:after, a.toggle_bottom:active .icon-arrow
margin-top: 153px; margin-top: 153px;
} }
@media (min-width: 970px) {
.article_short_txt img {
width: auto !important;
}
}
@media (max-width: 970px) { @media (max-width: 970px) {
.e_cat_top a.toggle_bottom { .e_cat_top a.toggle_bottom {
...@@ -201,4 +203,8 @@ a.toggle_bottom:hover .icon-arrowDown2:after, a.toggle_bottom:active .icon-arrow ...@@ -201,4 +203,8 @@ a.toggle_bottom:hover .icon-arrowDown2:after, a.toggle_bottom:active .icon-arrow
font-size: 14px; font-size: 14px;
margin-top: 90px; margin-top: 90px;
} }
.calk_form .calk_form_subtitle,
.calk_form .file-upload_block {
display: none;
}
} }
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment