diff --git a/source/catalog.html b/source/catalog.html
index d250942..dab1336 100644
--- a/source/catalog.html
+++ b/source/catalog.html
@@ -19,7 +19,7 @@
@@ -311,30 +311,24 @@
Витамины
Заказать
-
-
-
Закажите все
и получите чехол для
кота в подарок!
-
-
-
-
-
-
-
Акции и новинки
-
Подпишитесь на наши новости и не пропустите ни одного предложения!
-
-
-
+
+
+
Закажите все
и получите чехол для
кота в подарок!
+
+
+
+
+
Акции и новинки
+
Подпишитесь на наши новости и не пропустите ни одного предложения!
+
+
-
+
+
@@ -178,6 +178,10 @@ Мы в социальных сетях
+ HTML Academy
+
diff --git a/source/styles/blocks/advantages.scss b/source/styles/blocks/advantages.scss
index c17cac1..1a628a8 100644
--- a/source/styles/blocks/advantages.scss
+++ b/source/styles/blocks/advantages.scss
@@ -37,3 +37,8 @@
background-repeat: no-repeat;
}
+.additional-container {
+ background-image: url("../../images/raster/group@2x.png");
+ background-repeat: no-repeat;
+ background-position: center top;
+}
diff --git a/source/styles/blocks/example.scss b/source/styles/blocks/example.scss
index 1694028..d7482ce 100644
--- a/source/styles/blocks/example.scss
+++ b/source/styles/blocks/example.scss
@@ -1,37 +1,25 @@
.slider__button {
cursor: pointer;
- width: 4px;
- height: 100%;
display: block;
background-color: $dark-grey;
position: absolute;
- top: 0;
+ top: 15%;
left: 50%;
border-radius: 2px;
border: none;
+ width: 4px;
+ height: 100%;
}
.slider {
position: relative;
}
-.slider__button::before {
- content: "";
- width: 40px;
- height: 40px;
- background-color: $white;
- border-radius: 50%;
- position: absolute;
- top: 50%;
- left: 50%;
- transform: translate(-50%);
- border: 2px solid $dark-grey;
-}
.slider__button::after {
content: "";
- width: 24px;
- height: 18px;
+ width: 40px;
+ height: 40px;
background-color: $white;
border-radius: 50%;
position: absolute;
diff --git a/source/styles/blocks/main-futer.scss b/source/styles/blocks/main-futer.scss
index adddef4..c5b0358 100644
--- a/source/styles/blocks/main-futer.scss
+++ b/source/styles/blocks/main-futer.scss
@@ -10,4 +10,6 @@
line-height: 20px;
text-decoration: none;
transition: all, all 1.3s;
+ width: 100%;
}
+
diff --git a/source/styles/blocks/main-nav.scss b/source/styles/blocks/main-nav.scss
index 83865cb..7070a79 100644
--- a/source/styles/blocks/main-nav.scss
+++ b/source/styles/blocks/main-nav.scss
@@ -11,7 +11,7 @@
.main-nav__toggle {
- background-image: url("../../icons/stack.svg#cross.svg");
+ background-image: url("../../icons/stack.svg#cross");
width: 24px;
height: 24px;
background-color: #ffffff;
diff --git a/source/styles/blocks/promo.scss b/source/styles/blocks/promo.scss
index e69de29..59a1d99 100644
--- a/source/styles/blocks/promo.scss
+++ b/source/styles/blocks/promo.scss
@@ -0,0 +1,5 @@
+.promo {
+ background-image: url("../../images/raster/cat-licking-background@1x.png");
+ background-repeat: no-repeat;
+ background-position: center top; //52% 50%
+}
diff --git a/source/styles/blocks/social.scss b/source/styles/blocks/social.scss
index 04df878..db76efe 100644
--- a/source/styles/blocks/social.scss
+++ b/source/styles/blocks/social.scss
@@ -5,6 +5,20 @@
min-height: 28px;
transition: all 1.3s;
display: block;
+
+
+ &:hover {
+ background-color: $basic-green;
+ }
+
+ &:focus::before {
+ background-color: $basic-green;
+ }
+
+ &:active::before {
+ background-color: $basic-green;
+ opacity: 0.3;
+ }
}
.social__link--vkontakte {