figma_adp_tabl_02

This commit is contained in:
2025-10-26 21:55:22 +03:00
parent d773318b8d
commit 5d57a462d1
3 changed files with 127 additions and 13 deletions

View File

@@ -415,6 +415,7 @@ html, body, * {
display: flex;
justify-content: space-between;
flex-direction: column;
margin-right: 10px;
}
.slider_row {
@@ -480,7 +481,7 @@ html, body, * {
width: 45%; /* 40% страницы */
height: 348px;
gap: 10px;
margin: 0px 0px 0px 10px ; /* отступ между колонками */
}
.accordion-item {
flex: 1.15;
@@ -658,7 +659,6 @@ html, body, * {
}
.wrapper_row_botton {
margin: 0;
height: 20%;
margin-top: 10px;
}
.wrapper_row_botton {
@@ -946,7 +946,6 @@ html, body, * {
/* -------------------------------------------FOOTER---------------------------------------------------- */
.footer {
margin: 0;
display: flex;
justify-content: space-between;
align-items: center;
@@ -959,7 +958,6 @@ html, body, * {
}
.footer_content {
margin: 0;
width: 55%;
}
.footer_cont_heading {
margin: 0;
@@ -975,7 +973,9 @@ html, body, * {
margin-bottom: 15px;
}
.footer_cont_time {
margin: 0;
margin-bottom: 30px;
width: 55%;
}
.cont_time_items {
display: flex;
@@ -1104,7 +1104,12 @@ html, body, * {
width: 249px;
height: 170px;
}
.dropdown-list {
display: none;
}
.fotter_wrapper {
height: 636px;
}
/* -------------------------------------------ADAPTIVE--------------------------------------------------------- */
/* ---------------------------------------------1200----------------------------------------------------------- */
@@ -1127,6 +1132,10 @@ html, body, * {
gap: 5px;
color: #0C47A0;
}
.header_nav_link-reverse span {
display: block;
color: #0C47A0;
}
.header_top {
margin-right: 80px;
margin-left: 80px;
@@ -1207,6 +1216,74 @@ html, body, * {
.accordion_title {
white-space: nowrap;
}
.dropdown-list {
display: flex;
justify-content: end;
margin: 0;
padding: 0;
max-height: 0;
opacity: 0;
transition: all 0.4s ease;
}
.dropdown-list.show {
max-height: 200px;
opacity: 1;
width: 100%;
}
.header_nav_item-show {
margin: 0;
padding: 10px;
}
.dropdown-list_wrapper {
display: flex;
flex-direction: column;
align-items: center;
margin: 0;
width: 160px;
background-color: #F4F4F4;
border-radius: 16px;
}
.header_top_list {
margin-bottom: 10px;
}
.header_top {
margin-bottom: 10px;
}
.accordion-item.active .item_wrapper {
padding: 10px;
}
}
/* -------------------------------------------------------1100------------------------------------------------------------------------------------------ */
@media (max-width: 1100px) {
.wrapper {
max-width: 1100px;
}
.wrapper_row_botton {
height: none;
margin-top: 0;
}
.our-services_bottom_index {
font-size: 130px;
}
.our-services_row_item {
padding: 20px;
}
.item_link {
white-space: nowrap;
}
.slider_row_container {
width: 105%;
}
.header_nav_item {
padding: 10px 0px;
}
.header_top {
margin-right: 50px;
margin-left: 50px;
}
}