|
|
@@ -146,7 +146,7 @@
|
|
|
".errorblock {\n background: #ebebeb;\n display: -webkit-flex;\n display: -ms-flex;\n display: flex;\n flex-direction: row;\n align-items: center;\n padding: 25px;\n margin-bottom: 10px;\n\n &__img {\n margin-right: 20px;\n }\n &__text {\n font-size: 32px;\n color: #929292;\n font-family: $fontcuprum;\n font-weight: bold;\n line-height: 35px;\n }\n}\n",
|
|
|
".rightbar {\n\n @media screen and (max-width: 1000px) {\n display: none;\n }\n}\n",
|
|
|
".footer {\n display: -webkit-flex;\n display: -ms-flex;\n display: flex;\n flex: 0 0 auto;\n padding-top: 20px;\n background: #3b434d;\n color: #9e9e9e;\n font-size: 14px;\n\n &__item {\n padding-bottom: 20px;\n }\n &__right {\n display: -webkit-flex;\n display: -ms-flex;\n display: flex;\n flex-direction: column;\n justify-content: flex-end;\n align-items: flex-end;\n align-content: flex-end;\n }\n &__logo {\n width: 104px;\n margin-right: 18px;\n padding-top: 12px;\n\n &-img {\n max-width: 100%;\n height: auto;\n }\n }\n}\n",
|
|
|
- ".copyright {\n display: -webkit-flex;\n display: -ms-flex;\n display: flex;\n flex-direction: column;\n justify-content: flex-start;\n align-items: flex-start;\n align-content: flex-start;\n margin-right: 22px;\n\n &__link {\n position: relative;\n line-height: 25px;\n color: #9e9e9e;\n text-decoration: underline;\n\n &:hover {\n text-decoration: none;\n }\n &::after {\n content: '';\n /* position: absolute; */\n display: inline-block;\n vertical-align: middle;\n margin-left: 10px;\n /* right: -30px; */\n top: 0;\n width: 40px;\n height: 40px;\n line-height: 25px;\n background: url(../img/16.png) center center/cover no-repeat;\n }\n }\n}\n",
|
|
|
+ ".copyright {\n display: -webkit-flex;\n display: -ms-flex;\n display: flex;\n flex-direction: column;\n justify-content: flex-start;\n align-items: flex-start;\n align-content: flex-start;\n margin-right: 22px;\n\n &__link {\n position: relative;\n line-height: 25px;\n color: #9e9e9e;\n text-decoration: underline;\n\n &:hover {\n text-decoration: none;\n }\n &::after {\n content: '';\n /* position: absolute; */\n display: inline-block;\n vertical-align: middle;\n margin-left: 10px;\n /* right: -30px; */\n top: 0;\n width: 30px;\n height: 30px;\n line-height: 25px;\n background: url(../img/16.png) center center/cover no-repeat;\n }\n }\n}\n",
|
|
|
".social {\n\n &--fixed {\n position: fixed;\n right: 10px;\n top: 25%;\n transform: translateY(-50%);\n\n @media screen and (max-width: 1300px) {\n display: none;\n }\n }\n &--static {\n display: -webkit-flex;\n display: -ms-flex;\n display: flex;\n flex-direction: row;\n margin-bottom: 10px;\n }\n &__item {\n width: 25px;\n height: 25px;\n margin: 0 2px;\n border-radius: 50%;\n overflow: hidden;\n margin-bottom: 5px;\n }\n &__link {\n display: block;\n width: 25px;\n height: 25px;\n background-repeat: no-repeat;\n background-size: 27px 27px;\n background-position: center center;\n\n &--fb {\n background-image: url(\"../img/icon_facebook.svg\");\n }\n &--vk {\n background-image: url(\"../img/icon_vkontakte.svg\");\n }\n &--ok {\n background-image: url(\"../img/icon_odnoklassniki.svg\");\n }\n &--tw {\n background-image: url(\"../img/icon_twitter.svg\");\n }\n &:hover {\n opacity: .75;\n }\n }\n}\n",
|
|
|
".aferta {\n}\n",
|
|
|
".mainlinks {\n display: -webkit-flex;\n display: -ms-flex;\n display: flex;\n flex-direction: row;\n flex-wrap: nowrap;\n\n &__item {\n white-space: nowrap;\n word-wrap: normal;\n border-right: 1px solid #9e9e9e;\n padding: 0 8px;\n\n &:last-child {\n border: 0;\n padding-right: 0;\n }\n }\n &__link {\n color: #9e9e9e;\n text-decoration: underline;\n\n &:hover {\n text-decoration: none;\n }\n }\n}\n",
|