-
-
-
-
Похудение
-- Ваш кот весит больше собаки и почти утратил способность лазить по - деревьям? Пора на диету! Cat Energy Slim поможет вашему питомцу - сбросить лишний вес. -
- Каталог SLIM +-
+
-
+
Похудение
++ Ваш кот весит больше собаки и почти утратил способность лазить по + деревьям? Пора на диету! Cat Energy Slim поможет вашему питомцу + сбросить лишний вес. +
+ Каталог SLIM + +
- -
-
-
Набор массы
-+
-
+
Набор массы
+Заработать авторитет среди дворовых котов и даже собак? Серия Cat Energy Pro поможет вашему коту нарастить необходимые мышцы!
- Каталог Pro + Каталог Pro
-
+
Как это работает
--
-
-
-
- Функциональное питание содержит только полезные питательные +
+ +diff --git a/source/styles/blocks/example-case.scss b/source/styles/blocks/example-case.scss index 1db9aaf..da1574e 100644 --- a/source/styles/blocks/example-case.scss +++ b/source/styles/blocks/example-case.scss @@ -35,3 +35,56 @@ color: $base-color-text; } +.example-case__slider-cat { + + width: 100%; + height: 300px; +} + +.example-case__slider { + background-color: #666666; + border: none; + width: 4px; + height: 100%; + padding: 0; + display: block; + position: relative; + top: 0; + left: -2px; + cursor: pointer; + margin-left: 20px; +} + + +.example-case__slider::before { + content: ""; + position: absolute; + width: 40px; + height: 40px; + background-color: rgb(255, 255, 255); + border: 2px solid #666666; + border-radius: 50%; + top: 50%; + left: 50%; + transform: translate(-50%, -50%); +} + +.example-case__slider::after { + content: ""; + background-color: #666666; + width: 24px; + height: 18px; + position: absolute; + top: 50%; + left: 50%; + transform: translate(-50%, -50%); + -webkit-mask-image: url("/icons/arrow-slider.svg"); + mask-image: url("/icons/arrow-slider.svg"); + -webkit-mask-position: 50%; + mask-position: 50%; + -webkit-mask-size: 24px 18px; + mask-size: 24px 18px; + -webkit-mask-repeat: no-repeat; + mask-repeat: no-repeat; +} + diff --git a/source/styles/blocks/example-case__wrapper.scss b/source/styles/blocks/example-case__wrapper.scss new file mode 100644 index 0000000..0d90b47 --- /dev/null +++ b/source/styles/blocks/example-case__wrapper.scss @@ -0,0 +1,3 @@ +.example-case__wrapper { + text-decoration: none; +} diff --git a/source/styles/blocks/how-works.scss b/source/styles/blocks/how-works.scss index ab231cf..2bf1ded 100644 --- a/source/styles/blocks/how-works.scss +++ b/source/styles/blocks/how-works.scss @@ -10,4 +10,46 @@ font-size: 14px; line-height: 14px; color: $base-color-text; + width: 200px; + margin-left: 100px; + margin-top: 5px; +} + +.how-works__item { + content: ""; + background-color: rgb(104,183,56); + background-position: 50%; + background-repeat: no-repeat; + flex-shrink: 0; + width: 60px; + height: 60px; + display: block; + margin-bottom: 20px; +} + +.how-works__item--sheet { + background-image: url("/icons/sheet.svg"); + background-size: 30px 32px; +} + +.how-works__item--powder { + background-image: url("/icons/powder.svg"); + background-size: 60px 60px; +} + +.how-works__item--cutlery { + background-image: url("/icons/cutlery.svg"); + background-size: 25px 30px; +} + +.how-works__item--scales { + background-image: url("/icons/scales.svg"); + background-size: 26px 31px; +} + +.how-works__list { + display: flex; + flex-direction: column; + width: 320px; + height: 300px; } diff --git a/source/styles/blocks/main-footer.scss b/source/styles/blocks/main-footer.scss index 5b8af30..8d93b73 100644 --- a/source/styles/blocks/main-footer.scss +++ b/source/styles/blocks/main-footer.scss @@ -1,3 +1,87 @@ .main-footer { text-decoration: none; } + +.social-link--vkonakte { + background-color: rgb(102,102,102); + -webkit-mask-image: url("/icons/vkontakte.svg"); + mask-image: url("/icons/vkontakte.svg"); + -webkit-mask-size: 28px 22px; + mask-size: 28px 22px; + -webkit-mask-repeat: no-repeat; + mask-repeat: no-repeat; +} + +.social-link--vkonakte:hover { + background-color: rgb(104,183,56); +} + +.social-link--yotube { + background-color: rgb(102,102,102); + -webkit-mask-image: url("/icons/yotube.svg"); + mask-image: url("/icons/yotube.svg"); + -webkit-mask-size: 28px 22px; + mask-size: 28px 22px; + -webkit-mask-repeat: no-repeat; + mask-repeat: no-repeat; +} + +.social-link--telegram { + background-color: rgb(102,102,102); + -webkit-mask-image: url("/icons/telegram.svg"); + mask-image: url("/icons/telegram.svg"); + -webkit-mask-size: 28px 22px; + mask-size: 28px 22px; + -webkit-mask-repeat: no-repeat; + mask-repeat: no-repeat; +} + +.main-footer__social { + display: flex; + justify-content: space-between; +} + +.social-list { + display: flex; + list-style: none; + padding: 0; + margin: 0; +} + +.social-item { + margin-right: 26px; +} + +.social-item:last-child { + margin-right: 0; +} + + +.copyright { + color: inherit; + display: flex; + justify-content: space-between; + align-items: center; + font-family: "Lato", sans-serif; + font-size: 16px; + font-style: normal; + font-weight: 400; + line-height: 20px; + text-decoration: none; + transition: all, all 1.3s; +} + + +.copyright { + background-color: rgb(102,102,102); + -webkit-mask-image: url("/icons/html-academy.svg"); + mask-image: url("/icons/html-academy.svg"); + -webkit-mask-size: 27px 34px; + mask-size: 27px 34px; + -webkit-mask-repeat: no-repeat; + mask-repeat: no-repeat; +} + +.main-footer__link { + height: 34px; +} diff --git a/source/styles/blocks/navigation.scss b/source/styles/blocks/navigation.scss index f07ad05..38bb882 100644 --- a/source/styles/blocks/navigation.scss +++ b/source/styles/blocks/navigation.scss @@ -18,6 +18,8 @@ li { font-size: 36px; line-height: 36px; color: #ffffff; + position: absolute; + z-index: 1; } .navigation__text { @@ -26,11 +28,8 @@ li { font-size: 14px; line-height: 14px; color: #ffffff; -} - - -.navigation__functional { - background-color: rgba(104, 183, 56, 0.85); + position: absolute; + z-index: 1; } .navigation__select-program { @@ -44,3 +43,32 @@ li { text-decoration: none; } +.navigation__toggle { + background-image: url("/icons/burger-decoration.svg"); + background-repeat: no-repeat; + background-size: 24px 24px; + width: 24px; + height: 24px; + border: none; + background-color: rgb(255 255 255); +} + +.navigation__toggle--close { + background-image: url("/icons/cross.svg"); +} + +.navigation__functional { + position: relative; +} + +.navigation__green { + background-image: url("/images/green-fon.png"); + position: absolute; + top: 0; + left: 0; + width: 320px; + height: 302px; + background-size: cover; + background-position: center; +} + diff --git a/source/styles/blocks/product-program.scss b/source/styles/blocks/product-program.scss index 02723e1..772f478 100644 --- a/source/styles/blocks/product-program.scss +++ b/source/styles/blocks/product-program.scss @@ -1,15 +1,43 @@ -.product-program__titel { +.product-program__title { font-family: "Oswald", sans-serif; font-weight: 400; font-size: 24px; line-height: 37px; color: $base-color-text; + text-align: center; + text-transform: uppercase; } -.product-program__item { +.navigation__functional { + height: 505px; +} + +.product-program__item--weight-gain { + background-color: #f2f2f2; + width: 280px; + height: 266px; + background-image: url("/icons/cat_coming.svg"); + background-size: 50px 53px; + background-repeat: no-repeat; +} + +.product-program__item--weight-loss { background-color: #f2f2f2; + width: 280px; + height: 266px; + background-image: url("/icons/cat-sitting.svg"); + background-size: 50px 53px; + background-repeat: no-repeat; } +.navigation__feed { + z-index: 2; + position: absolute; + bottom: 10px; + left: 5px; +} + + .product-program__text { font-family: "Lato", sans-serif; font-weight: 400; @@ -25,5 +53,22 @@ line-height: 16px; color: $base-color-text; text-decoration: none; + text-transform: uppercase; +} + +.product-program__link::after { + content: ""; + background-color: #000000; + width: 24px; + height: 12px; + transition: all, all 1.3s; + -webkit-mask-image: url("/icons/arrow.svg"); + mask-image: url("/icons/arrow.svg"); + -webkit-mask-position: 100%; + -webkit-mask-size: 24px 12px; + mask-size: 24px 12px; + -webkit-mask-repeat: no-repeat; + mask-repeat: no-repeat; + display: block; }Как это работает
+-
+
-
+
+ Функциональное питание
содержит только полезные
питательные вещества.
- -
-
- Выпускается в виде порошка, который нужно лишь залить кипятком и +
-
+
+ Выпускается в виде порошка,
который нужно лишь залить
кипятком и готово.
- -
-
- Замените один-два приема обычной еды на наше функциональное +
-
+
+ Замените один-два приема
обычной еды на наше
функциональное питание.
- -
-
- Уже через месяц наслаждайтесь изменениями к лучшему вашего +
-
+
+ Уже через месяц
наслаждайтесь изменениями
к лучшему вашего питомца!
@@ -111,8 +127,8 @@ - Затрачено времени
- 60 ДНЕЙ
- Затраты на питание:15 000 руб. +
Как это работает
-Живой пример
-+
Живой пример
+Борис сбросил 5 кг за 2 месяца, просто заменив свой обычный корм на Cat Energy Slim. Отличный результат без изнуряющих тренировок! При этом он не менял своих привычек и по-прежнему спит по 16 часов в @@ -124,6 +140,9 @@
Живой пример
Приглашаем к сотруднечиств
-
+