Commit 28d62422 authored by dagalkova's avatar dagalkova

Update

parent 7842a9f6
......@@ -18,6 +18,7 @@
</a>
<a class="navbar-burger" href="#">
<img src="img/burger.svg" alt="burger">
<span class="navbar-burger__title">Меню</span>
</a>
<ul class="menu">
<li class="menu-item"><a class="menu-item__link" href="#">Компания</a></li>
......
......@@ -40,6 +40,15 @@ a {
margin-right: 40px;
}
.navbar-burger__title {
display: none;
font-weight: normal;
font-size: 16px;
line-height: 26px;
color: #ffffff;
margin-left: 16px;
}
.menu {
display: -webkit-box;
display: -ms-flexbox;
......@@ -88,7 +97,6 @@ a {
}
.second-menu-item {
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 20px;
......@@ -169,7 +177,6 @@ a {
}
.heading__title {
font-style: normal;
font-weight: normal;
font-size: 18px;
line-height: 110%;
......@@ -358,7 +365,7 @@ a {
.production {
background: #f6f8fa url("../img/production_mask.svg") no-repeat right -290px;
margin: 0;
padding: 80px 140px 0;
padding: 80px 0 0 140px;
}
.production-text {
......@@ -442,8 +449,7 @@ a {
line-height: 130%;
color: #16291f;
margin: 40px 0;
width: 190px;
height: 52px;
width: 145px;
-webkit-transition: 0.4s;
transition: 0.4s;
}
......@@ -577,6 +583,7 @@ a {
}
.company-button {
display: inline-block;
position: absolute;
left: 50%;
bottom: 410px;
......@@ -598,7 +605,7 @@ a {
-webkit-box-sizing: border-box;
box-sizing: border-box;
width: 50%;
padding: 0 120px 0 140px;
padding: 0 140px 0 120px;
}
.company-tour__text {
......@@ -610,11 +617,11 @@ a {
}
.company-tour-wrapper {
margin-top: 85px;
margin-bottom: 21px;
margin-top: 64px;
}
.company-tour__button {
display: inline-block;
font-weight: bold;
font-size: 15px;
line-height: 120%;
......@@ -1376,4 +1383,163 @@ a {
opacity: 0.7;
margin-right: 7px;
}
@media (max-width: 1280px) {
.navbar {
padding: 18px 100px;
}
.navbar-burger__title {
display: inline;
}
.menu {
display: none;
}
.heading {
padding: 62px 0 62px 100px;
}
.heading__title {
margin-bottom: 31px;
}
.heading__slogan {
font-size: 54px;
margin-bottom: 62px;
}
.heading__button {
font-size: 12px;
padding: 21px 41px;
}
.heading-menu-item {
margin-bottom: 25px;
margin-left: 70px;
margin-top: 25px;
}
.heading-menu-item:first-child {
margin-top: 48px;
}
.point {
margin: 0 20px 0 80px;
}
.point-item {
padding: 0 0 0 20px;
}
.point-item__num {
font-size: 23px;
margin-left: -4px;
}
.point-item-wrapper__title {
font-size: 17px;
margin-left: 35px;
}
.production {
padding: 62px 0 0 100px;
}
.production-text {
margin-bottom: 55px;
}
.production__title {
font-size: 38px;
margin-bottom: 43px;
}
.production__descr {
font-size: 14px;
margin-bottom: 18px;
}
.production__link {
font-size: 12px;
}
.production-list-item {
padding: 64px 52px;
min-height: 315px;
}
.production-list-item__arrow {
width: 51px;
height: 51px;
}
.production-list-item__title {
font-size: 15px;
margin: 31px 0;
}
.production-list-item__descr {
font-size: 14px;
}
.production-separator {
margin-top: 63px;
}
.company-text {
padding: 60.5px 123px 60.6px 100px;
}
.company__title {
font-size: 38px;
margin-bottom: 43px;
}
.company__descr {
font-size: 14px;
}
.company-fact-item {
padding: 62px 75px;
}
.company-fact-item__num {
font-size: 31px;
}
.company-fact-item__descr {
font-size: 14px;
}
.company-button img {
height: 154px;
}
.company-tour {
padding: 0 100px 0 80px;
}
.company-tour__text {
font-size: 14px;
}
.company-tour__button {
font-size: 12px;
margin-right: 43px;
}
.company-tour__link {
font-size: 12px;
}
.company-top-item {
padding: 86px 80px 86px 60px;
}
.company-top-item__num {
font-size: 31px;
margin-bottom: 12px;
}
.company-top-item__descr {
font-size: 14px;
max-width: 200px;
}
.press {
padding: 62px 20px 0 0;
}
.press__title {
font-size: 38px;
margin-bottom: 43px;
}
.press-wrapper__button {
height: 50px;
font-size: 12px;
padding: 18px 43px;
}
.press-wrapper__link {
font-size: 12px;
margin-left: 43px;
}
.press-content-media {
margin-top: 37px;
padding-left: 100px;
}
.press-content-media-wrapper__link {
margin-right: 25px;
}
.press-content-media-wrapper__social {
width: 18px;
height: 18px;
}
.press-content-media-wrapper__icon {
width: 22px;
}
}
/*# sourceMappingURL=style.css.map */
\ No newline at end of file
This diff is collapsed.
......@@ -31,6 +31,14 @@ a {
}
&-burger {
margin-right: 40px;
&__title {
display: none;
font-weight: normal;
font-size: 16px;
line-height: 26px;
color: #ffffff;
margin-left: 16px;
}
}
}
......@@ -65,7 +73,6 @@ a {
margin-left: auto;
padding: 0;
&-item {
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 20px;
......@@ -118,7 +125,6 @@ a {
align-items: flex-start;
border-right: 1px rgba($color: #fff, $alpha: 0.1) solid;
&__title {
font-style: normal;
font-weight: normal;
font-size: 18px;
line-height: 110%;
......@@ -261,7 +267,7 @@ a {
.production {
background: #f6f8fa url('../img/production_mask.svg') no-repeat right -290px;
margin: 0;
padding: 80px 140px 0;
padding: 80px 0 0 140px;
&-text {
width: 680px;
margin-bottom: 72px;
......@@ -325,8 +331,7 @@ a {
line-height: 130%;
color: #16291f;
margin: 40px 0;
width: 190px;
height: 52px;
width: 145px;
transition: 0.4s;
}
&__descr {
......@@ -425,6 +430,7 @@ a {
object-fit: cover;
}
&-button {
display: inline-block;
position: absolute;
left: 50%;
bottom: 410px;
......@@ -436,7 +442,7 @@ a {
justify-content: center;
box-sizing: border-box;
width: 50%;
padding: 0 120px 0 140px;
padding: 0 140px 0 120px;
&__text {
font-weight: 300;
font-size: 18px;
......@@ -445,10 +451,10 @@ a {
margin: 0;
}
&-wrapper {
margin-top: 85px;
margin-bottom: 21px;
margin-top: 64px;
}
&__button {
display: inline-block;
font-weight: bold;
font-size: 15px;
line-height: 120%;
......@@ -990,3 +996,184 @@ a {
}
}
}
@media (max-width: 1280px) {
.navbar {
padding: 18px 100px;
&-burger {
&__title {
display: inline;
}
}
}
.menu {
display: none;
}
.heading {
padding: 62px 0 62px 100px;
&__title {
margin-bottom: 31px;
}
&__slogan {
font-size: 54px;
margin-bottom: 62px;
}
&__button {
font-size: 12px;
padding: 21px 41px;
}
}
.heading-menu {
&-item {
margin-bottom: 25px;
margin-left: 70px;
margin-top: 25px;
}
&-item:first-child {
margin-top: 48px;
}
}
.point {
margin: 0 20px 0 80px;
&-item {
padding: 0 0 0 20px;
&__num {
font-size: 23px;
margin-left: -4px;
}
&-wrapper {
&__title {
font-size: 17px;
margin-left: 35px;
}
&__text {
}
}
}
}
.production {
padding: 62px 0 0 100px;
&-text {
margin-bottom: 55px;
}
&__title {
font-size: 38px;
margin-bottom: 43px;
}
&__descr {
font-size: 14px;
margin-bottom: 18px;
}
&__link {
font-size: 12px;
}
&-list {
&-item {
padding: 64px 52px;
min-height: 315px;
&__arrow {
width: 51px;
height: 51px;
}
&__title {
font-size: 15px;
margin: 31px 0;
}
&__descr {
font-size: 14px;
}
}
}
&-separator {
margin-top: 63px;
}
}
.company {
&-text {
padding: 60.5px 123px 60.6px 100px;
}
&__title {
font-size: 38px;
margin-bottom: 43px;
}
&__descr {
font-size: 14px;
}
&-fact {
&-item {
padding: 62px 75px;
&__num {
font-size: 31px;
}
&__descr {
font-size: 14px;
}
}
}
&-button img {
height: 154px;
}
&-tour {
padding: 0 100px 0 80px;
&__text {
font-size: 14px;
}
&__button {
font-size: 12px;
margin-right: 43px;
}
&__link {
font-size: 12px;
}
}
&-top {
&-item {
padding: 86px 80px 86px 60px;
&__num {
font-size: 31px;
margin-bottom: 12px;
}
&__descr {
font-size: 14px;
max-width: 200px;
}
}
}
}
.press {
padding: 62px 20px 0 0;
&__title {
font-size: 38px;
margin-bottom: 43px;
}
&-wrapper {
&__button {
height: 50px;
font-size: 12px;
padding: 18px 43px;
}
&__link {
font-size: 12px;
margin-left: 43px;
}
}
&-content {
&-media {
margin-top: 37px;
padding-left: 100px;
&-wrapper {
&__link {
margin-right: 25px;
}
&__social {
width: 18px;
height: 18px;
}
&__icon {
width: 22px;
}
}
}
}
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment