diff --git a/header.php b/header.php index 6fd1d86..e934341 100644 --- a/header.php +++ b/header.php @@ -15,32 +15,32 @@
-
+ -
+ -
+ -
+ -
+
diff --git a/src/sass/other.sass b/src/sass/other.sass index 7dff377..af25fbe 100644 --- a/src/sass/other.sass +++ b/src/sass/other.sass @@ -87,6 +87,7 @@ padding-top: 8px .main margin-top: 35px + margin-bottom: 35px .contacts-image transform: translateY(10px) .callback-modal diff --git a/src/sass/pages/price.sass b/src/sass/pages/price.sass index 21a28e3..b39d53f 100644 --- a/src/sass/pages/price.sass +++ b/src/sass/pages/price.sass @@ -93,6 +93,9 @@ padding-top: 0 !important margin: 0 + hr + width: 100% + h2 color: #4c4c4c font-size: 21px diff --git a/src/sass/pages/quests.sass b/src/sass/pages/quests.sass index 4ab0a76..39aa629 100644 --- a/src/sass/pages/quests.sass +++ b/src/sass/pages/quests.sass @@ -47,6 +47,7 @@ &-content margin: 70px auto max-width: 1280px !important + margin-bottom: -20px a text-decoration: none outline: none diff --git a/src/sass/parts/discounts.sass b/src/sass/parts/discounts.sass index 24c85c2..b9486cc 100644 --- a/src/sass/parts/discounts.sass +++ b/src/sass/parts/discounts.sass @@ -276,6 +276,7 @@ transform: translateY(-225px) &-slider-item flex-direction: column + justify-content: center &__img display: none &-badge @@ -288,10 +289,11 @@ transform: none &__text font-size: 16px + height: auto p margin: 5px 0 !important a - display: flex + display: none justify-content: center button width: 200px diff --git a/src/sass/parts/header.sass b/src/sass/parts/header.sass index a45ea0f..10c3c25 100644 --- a/src/sass/parts/header.sass +++ b/src/sass/parts/header.sass @@ -25,7 +25,7 @@ margin-right: 0 max-width: 1920px !important width: 100% - padding: 0px 305px + padding: 0px 250px height: 70px &-menu__hide transform: translateY(-180px) @@ -49,6 +49,7 @@ display: none &__btns_right padding-right: 25px + padding-left: 25px a:first-child margin-right: 10px .order-holiday @@ -60,8 +61,8 @@ font-size: 22px border-radius: 50% background-color: #ffffff - width: 32px - height: 32px + width: 40px + height: 40px display: flex justify-content: center align-items: center @@ -338,6 +339,7 @@ button.order-holiday margin-right: 0 !important width: 125px + transform: translateX(-10px) // &-submenu // width: 100vw // height: 100vh @@ -440,6 +442,6 @@ .header-navmenu__container padding: 15px 50px .header button - padding: 3px 0 + // padding: 3px 0 .header-phone-number-block padding: 0 \ No newline at end of file diff --git a/src/sass/parts/options.sass b/src/sass/parts/options.sass index 1a38cd0..b983e61 100644 --- a/src/sass/parts/options.sass +++ b/src/sass/parts/options.sass @@ -2,25 +2,6 @@ &-line max-width: 1440px margin: 0 auto - .col-lg-4 - &:nth-child(1) - order: 1 - &:nth-child(2) - order: 2 - &:nth-child(3) - order: 3 - &:nth-child(4) - order: 4 - &:nth-child(5) - order: 5 - &:nth-child(6) - order: 6 - &:nth-child(7) - order: 7 - &:nth-child(8) - order: 8 - &:nth-child(9) - order: 8 &-item display: flex flex-direction: column @@ -46,6 +27,27 @@ font-size: 16px .var-line height: auto + .var-line + .col-lg-4 + order: 1 + &:nth-child(1) + order: 1 + &:nth-child(2) + order: 2 + &:nth-child(3) + order: 3 + &:nth-child(4) + order: 6 + &:nth-child(5) + order: 5 + &:nth-child(6) + order: 4 + &:nth-child(7) + order: 7 + &:nth-child(8) + order: 8 + &:nth-child(9) + order: 8 @media screen and (max-width: 576px) .callback-modal__body