diff --git a/static/css/moover.css b/static/css/moover.css index ffef5f1..1f5c361 100644 --- a/static/css/moover.css +++ b/static/css/moover.css @@ -82,6 +82,12 @@ h3, .h3 { margin-bottom: 12px; } +@media (max-width: 1304.98px) { + h3, .h3 { + margin-bottom: 13px; + } +} + h4, .h4 { font-size: 18px; line-height: 26px; @@ -238,6 +244,13 @@ b { padding: 40px 5px; } +@media (max-width: 1304.98px) { + .header { + padding-top: 37px; + padding-bottom: 41px; + } +} + @media (max-width: 991.98px) { .header { padding-top: 19px; @@ -284,7 +297,7 @@ b { @media (max-width: 1304.98px) { .header__nav { - max-width: 46%; + max-width: 46.5%; } } @@ -308,7 +321,7 @@ b { @media (max-width: 1304.98px) { .header__btn { - margin-right: -8px; + margin-right: 0; } } @@ -347,6 +360,7 @@ b { @media (max-width: 1304.98px) { .presentation { margin-bottom: 120px; + margin-bottom: 138px; } } @@ -942,6 +956,12 @@ b { } } +@media (max-width: 1304.98px) { + .chatterbox { + margin-bottom: 140px; + } +} + .chatterbox__slider { max-width: 1200px; margin: 0 auto; @@ -953,6 +973,12 @@ b { } } +@media (max-width: 1304.98px) { + .chatterbox__slider { + max-width: 1100px; + } +} + .chatterbox__slide { width: 335px; height: 615px; @@ -972,9 +998,9 @@ b { @media (max-width: 1304.98px) { .chatterbox__slide { - width: 300px; - height: 615px; - background-size: 300px 615px; + width: 308px; + height: 565px; + background-size: 308px 565px; } } @@ -1098,18 +1124,42 @@ b { margin-bottom: 60px; } +@media (max-width: 1304.98px) { + .chatterbox .title { + margin-bottom: 39px; + } +} + .chatterbox .slick-next { right: -40px; } +@media (max-width: 1304.98px) { + .chatterbox .slick-next { + right: -10px; + } +} + .chatterbox .slick-prev { left: -40px; } +@media (max-width: 1304.98px) { + .chatterbox .slick-prev { + left: -10px; + } +} + .slick-slide:not(.slick-center) .chatterbox__slide { scale: 0.72; } +@media (max-width: 1304.98px) { + .slick-slide:not(.slick-center) .chatterbox__slide { + scale: 0.69; + } +} + .slick-center .chatterbox__vbtn { opacity: 1; pointer-events: initial; @@ -1209,10 +1259,22 @@ b { } } +@media (max-width: 1304.98px) { + .use--lett { + margin-bottom: 123px; + } +} + .use--lett .title { margin-bottom: 51px; } +@media (max-width: 1304.98px) { + .use--lett .title { + margin-bottom: 39px; + } +} + .use--lett .use__img { margin-left: -5px; margin-right: -5px; @@ -1226,6 +1288,15 @@ b { } } +@media (max-width: 1304.98px) { + .use--lett .use__img { + margin-left: 0; + margin-right: 0; + max-width: 100%; + width: 1120px; + } +} + @media (max-width: 991.98px) { .use .h3 { max-width: 75%; @@ -1243,6 +1314,12 @@ b { } } +@media (max-width: 1304.98px) { + .diff { + margin-bottom: 140px; + } +} + @media (max-width: 991.98px) { .diff { margin-bottom: 125px; @@ -1293,6 +1370,12 @@ b { bottom: 0; } +@media (max-width: 1304.98px) { + .diff__grid::before { + height: 90%; + } +} + @media (max-width: 991.98px) { .diff__grid::before { display: none; @@ -1319,6 +1402,12 @@ b { margin-right: 29px; } +@media (max-width: 1304.98px) { + .diff__coll.left { + margin-right: 10px; + } +} + @media (max-width: 991.98px) { .diff__coll.left { margin-right: 0; @@ -1345,6 +1434,12 @@ b { margin-left: 29px; } +@media (max-width: 1304.98px) { + .diff__coll.right { + margin-left: 10px; + } +} + @media (max-width: 991.98px) { .diff__coll.right { margin-left: 0; @@ -1372,6 +1467,12 @@ b { margin-bottom: 38px; } +@media (max-width: 1304.98px) { + .diff__coll-title { + margin-bottom: 18px; + } +} + @media (max-width: 991.98px) { .diff__coll-title { margin-bottom: 19px; @@ -1406,6 +1507,12 @@ b { } } +@media (max-width: 1304.98px) { + .diff__item { + margin-bottom: 18px; + } +} + @media (max-width: 991.98px) { .diff__item { font-size: 18px; @@ -1436,6 +1543,12 @@ b { } } +@media (max-width: 1304.98px) { + .diff__status { + border-radius: 13px; + } +} + @media (max-width: 991.98px) { .diff__status { border-radius: 11px; @@ -1493,6 +1606,12 @@ b { } } +@media (max-width: 1304.98px) { + .animate { + margin-bottom: 141px; + } +} + .animate.left { transform: translateX(-180px); } @@ -1524,6 +1643,12 @@ b { } } +@media (max-width: 1304.98px) { + .animate .title { + max-width: 99%; + } +} + .animate .subtitle { width: 47%; margin: 0 auto 23px; @@ -1537,6 +1662,12 @@ b { } } +@media (max-width: 1304.98px) { + .animate .subtitle { + width: 54%; + } +} + .about { margin-bottom: 168px; } @@ -1547,6 +1678,12 @@ b { } } +@media (max-width: 1304.98px) { + .about { + margin-bottom: 138px; + } +} + .about .title { margin-bottom: 60px; } @@ -1557,6 +1694,12 @@ b { } } +@media (max-width: 1304.98px) { + .about .title { + margin-bottom: 39px; + } +} + .about__grid { display: grid; grid-template-columns: repeat(2, 1fr); @@ -1575,6 +1718,12 @@ b { } } +@media (max-width: 1304.98px) { + .about__img { + margin-left: -10px; + } +} + .about__right { text-align: left; padding-top: 43px; @@ -1588,6 +1737,13 @@ b { } } +@media (max-width: 1304.98px) { + .about__right { + padding-left: 11px; + padding-top: 19px; + } +} + .about__half { max-width: 50%; float: left; @@ -1625,6 +1781,12 @@ b { } } +@media (max-width: 1304.98px) { + .benefits { + margin-bottom: 101px; + } +} + .benefits__grid { text-align: left; display: grid; @@ -1676,6 +1838,13 @@ b { } } +@media (max-width: 1304.98px) { + .benefits img { + top: 20px; + right: 0; + } +} + @media (min-width: 1720px) { .benefits h2 { margin-bottom: 10px; @@ -1692,6 +1861,12 @@ b { } } +@media (max-width: 1304.98px) { + .uses { + margin-bottom: 123px; + } +} + .uses__grid { text-align: left; display: grid; @@ -1729,6 +1904,13 @@ b { margin: 0 auto 60px; } +@media (max-width: 1304.98px) { + .uses .title { + max-width: 70%; + margin-bottom: 39px; + } +} + .sore { margin-bottom: 160px; margin-top: 1px; @@ -1740,6 +1922,12 @@ b { } } +@media (max-width: 1304.98px) { + .sore { + margin-bottom: 140px; + } +} + .sore__img { margin: 0 auto 26px; position: relative; @@ -1752,6 +1940,14 @@ b { } } +@media (max-width: 1304.98px) { + .sore__img { + left: 4px; + top: -9px; + margin-bottom: 17px; + } +} + .sore .title { margin-bottom: 40px; } @@ -1775,6 +1971,12 @@ b { } } +@media (max-width: 1304.98px) { + .sore .subtitle { + max-width: 65%; + } +} + .sore .h3 { max-width: 47%; margin: 0 auto 19px; @@ -1785,3 +1987,9 @@ b { max-width: 38%; } } + +@media (max-width: 1304.98px) { + .sore .h3 { + max-width: 50%; + } +} diff --git a/static/css/moover/about.css b/static/css/moover/about.css index 3af5c71..d3d1d21 100644 --- a/static/css/moover/about.css +++ b/static/css/moover/about.css @@ -8,6 +8,12 @@ } } +@media (max-width: 1304.98px) { + .about { + margin-bottom: 138px; + } +} + .about .title { margin-bottom: 60px; } @@ -18,6 +24,12 @@ } } +@media (max-width: 1304.98px) { + .about .title { + margin-bottom: 39px; + } +} + .about__grid { display: grid; grid-template-columns: repeat(2, 1fr); @@ -36,6 +48,12 @@ } } +@media (max-width: 1304.98px) { + .about__img { + margin-left: -10px; + } +} + .about__right { text-align: left; padding-top: 43px; @@ -49,6 +67,13 @@ } } +@media (max-width: 1304.98px) { + .about__right { + padding-left: 11px; + padding-top: 19px; + } +} + .about__half { max-width: 50%; float: left; diff --git a/static/css/moover/animate.css b/static/css/moover/animate.css index 9a14c2d..f5ca81a 100644 --- a/static/css/moover/animate.css +++ b/static/css/moover/animate.css @@ -15,6 +15,12 @@ } } +@media (max-width: 1304.98px) { + .animate { + margin-bottom: 141px; + } +} + .animate.left { transform: translateX(-180px); } @@ -46,6 +52,12 @@ } } +@media (max-width: 1304.98px) { + .animate .title { + max-width: 99%; + } +} + .animate .subtitle { width: 47%; margin: 0 auto 23px; @@ -58,3 +70,9 @@ margin-bottom: 40px; } } + +@media (max-width: 1304.98px) { + .animate .subtitle { + width: 54%; + } +} diff --git a/static/css/moover/benefits.css b/static/css/moover/benefits.css index fdc7f70..cc6d2b9 100644 --- a/static/css/moover/benefits.css +++ b/static/css/moover/benefits.css @@ -8,6 +8,12 @@ } } +@media (max-width: 1304.98px) { + .benefits { + margin-bottom: 101px; + } +} + .benefits__grid { text-align: left; display: grid; @@ -59,6 +65,13 @@ } } +@media (max-width: 1304.98px) { + .benefits img { + top: 20px; + right: 0; + } +} + @media (min-width: 1720px) { .benefits h2 { margin-bottom: 10px; diff --git a/static/css/moover/chatterbox.css b/static/css/moover/chatterbox.css index 504b6b4..423bc2c 100644 --- a/static/css/moover/chatterbox.css +++ b/static/css/moover/chatterbox.css @@ -8,6 +8,12 @@ } } +@media (max-width: 1304.98px) { + .chatterbox { + margin-bottom: 140px; + } +} + .chatterbox__slider { max-width: 1200px; margin: 0 auto; @@ -19,6 +25,12 @@ } } +@media (max-width: 1304.98px) { + .chatterbox__slider { + max-width: 1100px; + } +} + .chatterbox__slide { width: 335px; height: 615px; @@ -38,9 +50,9 @@ @media (max-width: 1304.98px) { .chatterbox__slide { - width: 300px; - height: 615px; - background-size: 300px 615px; + width: 308px; + height: 565px; + background-size: 308px 565px; } } @@ -164,18 +176,42 @@ margin-bottom: 60px; } +@media (max-width: 1304.98px) { + .chatterbox .title { + margin-bottom: 39px; + } +} + .chatterbox .slick-next { right: -40px; } +@media (max-width: 1304.98px) { + .chatterbox .slick-next { + right: -10px; + } +} + .chatterbox .slick-prev { left: -40px; } +@media (max-width: 1304.98px) { + .chatterbox .slick-prev { + left: -10px; + } +} + .slick-slide:not(.slick-center) .chatterbox__slide { scale: 0.72; } +@media (max-width: 1304.98px) { + .slick-slide:not(.slick-center) .chatterbox__slide { + scale: 0.69; + } +} + .slick-center .chatterbox__vbtn { opacity: 1; pointer-events: initial; diff --git a/static/css/moover/diff.css b/static/css/moover/diff.css index 7dec701..def6933 100644 --- a/static/css/moover/diff.css +++ b/static/css/moover/diff.css @@ -8,6 +8,12 @@ } } +@media (max-width: 1304.98px) { + .diff { + margin-bottom: 140px; + } +} + @media (max-width: 991.98px) { .diff { margin-bottom: 125px; @@ -58,6 +64,12 @@ bottom: 0; } +@media (max-width: 1304.98px) { + .diff__grid::before { + height: 90%; + } +} + @media (max-width: 991.98px) { .diff__grid::before { display: none; @@ -84,6 +96,12 @@ margin-right: 29px; } +@media (max-width: 1304.98px) { + .diff__coll.left { + margin-right: 10px; + } +} + @media (max-width: 991.98px) { .diff__coll.left { margin-right: 0; @@ -110,6 +128,12 @@ margin-left: 29px; } +@media (max-width: 1304.98px) { + .diff__coll.right { + margin-left: 10px; + } +} + @media (max-width: 991.98px) { .diff__coll.right { margin-left: 0; @@ -137,6 +161,12 @@ margin-bottom: 38px; } +@media (max-width: 1304.98px) { + .diff__coll-title { + margin-bottom: 18px; + } +} + @media (max-width: 991.98px) { .diff__coll-title { margin-bottom: 19px; @@ -171,6 +201,12 @@ } } +@media (max-width: 1304.98px) { + .diff__item { + margin-bottom: 18px; + } +} + @media (max-width: 991.98px) { .diff__item { font-size: 18px; @@ -201,6 +237,12 @@ } } +@media (max-width: 1304.98px) { + .diff__status { + border-radius: 13px; + } +} + @media (max-width: 991.98px) { .diff__status { border-radius: 11px; diff --git a/static/css/moover/header.css b/static/css/moover/header.css index 5d67e8e..80baee1 100644 --- a/static/css/moover/header.css +++ b/static/css/moover/header.css @@ -4,6 +4,13 @@ padding: 40px 5px; } +@media (max-width: 1304.98px) { + .header { + padding-top: 37px; + padding-bottom: 41px; + } +} + @media (max-width: 991.98px) { .header { padding-top: 19px; @@ -50,7 +57,7 @@ @media (max-width: 1304.98px) { .header__nav { - max-width: 46%; + max-width: 46.5%; } } @@ -74,7 +81,7 @@ @media (max-width: 1304.98px) { .header__btn { - margin-right: -8px; + margin-right: 0; } } diff --git a/static/css/moover/presentation.css b/static/css/moover/presentation.css index e54fd3a..ac47e8e 100644 --- a/static/css/moover/presentation.css +++ b/static/css/moover/presentation.css @@ -13,6 +13,7 @@ @media (max-width: 1304.98px) { .presentation { margin-bottom: 120px; + margin-bottom: 138px; } } diff --git a/static/css/moover/root.css b/static/css/moover/root.css index 8f12b33..9f6893f 100644 --- a/static/css/moover/root.css +++ b/static/css/moover/root.css @@ -82,6 +82,12 @@ h3, .h3 { margin-bottom: 12px; } +@media (max-width: 1304.98px) { + h3, .h3 { + margin-bottom: 13px; + } +} + h4, .h4 { font-size: 18px; line-height: 26px; diff --git a/static/css/moover/sore.css b/static/css/moover/sore.css index 2216d9d..de96f12 100644 --- a/static/css/moover/sore.css +++ b/static/css/moover/sore.css @@ -9,6 +9,12 @@ } } +@media (max-width: 1304.98px) { + .sore { + margin-bottom: 140px; + } +} + .sore__img { margin: 0 auto 26px; position: relative; @@ -21,6 +27,14 @@ } } +@media (max-width: 1304.98px) { + .sore__img { + left: 4px; + top: -9px; + margin-bottom: 17px; + } +} + .sore .title { margin-bottom: 40px; } @@ -44,6 +58,12 @@ } } +@media (max-width: 1304.98px) { + .sore .subtitle { + max-width: 65%; + } +} + .sore .h3 { max-width: 47%; margin: 0 auto 19px; @@ -54,3 +74,9 @@ max-width: 38%; } } + +@media (max-width: 1304.98px) { + .sore .h3 { + max-width: 50%; + } +} diff --git a/static/css/moover/use.css b/static/css/moover/use.css index 1c2d6d7..9d0f141 100644 --- a/static/css/moover/use.css +++ b/static/css/moover/use.css @@ -86,10 +86,22 @@ } } +@media (max-width: 1304.98px) { + .use--lett { + margin-bottom: 123px; + } +} + .use--lett .title { margin-bottom: 51px; } +@media (max-width: 1304.98px) { + .use--lett .title { + margin-bottom: 39px; + } +} + .use--lett .use__img { margin-left: -5px; margin-right: -5px; @@ -103,6 +115,15 @@ } } +@media (max-width: 1304.98px) { + .use--lett .use__img { + margin-left: 0; + margin-right: 0; + max-width: 100%; + width: 1120px; + } +} + @media (max-width: 991.98px) { .use .h3 { max-width: 75%; diff --git a/static/css/moover/uses.css b/static/css/moover/uses.css index a52f635..063f775 100644 --- a/static/css/moover/uses.css +++ b/static/css/moover/uses.css @@ -8,6 +8,12 @@ } } +@media (max-width: 1304.98px) { + .uses { + margin-bottom: 123px; + } +} + .uses__grid { text-align: left; display: grid; @@ -44,3 +50,10 @@ max-width: 50%; margin: 0 auto 60px; } + +@media (max-width: 1304.98px) { + .uses .title { + max-width: 70%; + margin-bottom: 39px; + } +} diff --git a/static/img/png/about-1120.png b/static/img/png/about-1120.png new file mode 100644 index 0000000..ac84913 Binary files /dev/null and b/static/img/png/about-1120.png differ diff --git a/static/img/png/about-1280.png b/static/img/png/about-1280.png new file mode 100644 index 0000000..99e8f93 Binary files /dev/null and b/static/img/png/about-1280.png differ diff --git a/static/img/png/about-1920.png b/static/img/png/about-1720.png similarity index 100% rename from static/img/png/about-1920.png rename to static/img/png/about-1720.png diff --git a/static/img/png/about-328.png b/static/img/png/about-328.png new file mode 100644 index 0000000..b4340b6 Binary files /dev/null and b/static/img/png/about-328.png differ diff --git a/static/img/png/about-640.png b/static/img/png/about-640.png new file mode 100644 index 0000000..67df903 Binary files /dev/null and b/static/img/png/about-640.png differ diff --git a/static/img/png/about.png b/static/img/png/about.png deleted file mode 100644 index b73a9d0..0000000 Binary files a/static/img/png/about.png and /dev/null differ diff --git a/static/img/png/benefits-1120.png b/static/img/png/benefits-1120.png new file mode 100644 index 0000000..7236995 Binary files /dev/null and b/static/img/png/benefits-1120.png differ diff --git a/static/img/png/benefits.png b/static/img/png/benefits-1280.png similarity index 100% rename from static/img/png/benefits.png rename to static/img/png/benefits-1280.png diff --git a/static/img/png/benefits-1920.png b/static/img/png/benefits-1720.png similarity index 100% rename from static/img/png/benefits-1920.png rename to static/img/png/benefits-1720.png diff --git a/static/img/png/benefits-328.png b/static/img/png/benefits-328.png new file mode 100644 index 0000000..798198e Binary files /dev/null and b/static/img/png/benefits-328.png differ diff --git a/static/img/png/benefits-640.png b/static/img/png/benefits-640.png new file mode 100644 index 0000000..1a5474a Binary files /dev/null and b/static/img/png/benefits-640.png differ diff --git a/static/img/png/sore-1120.png b/static/img/png/sore-1120.png new file mode 100644 index 0000000..29b46b6 Binary files /dev/null and b/static/img/png/sore-1120.png differ diff --git a/static/img/png/sore-1280.png b/static/img/png/sore-1280.png new file mode 100644 index 0000000..a950ced Binary files /dev/null and b/static/img/png/sore-1280.png differ diff --git a/static/img/png/sore-1920.png b/static/img/png/sore-1720.png similarity index 100% rename from static/img/png/sore-1920.png rename to static/img/png/sore-1720.png diff --git a/static/img/png/sore-328.png b/static/img/png/sore-328.png new file mode 100644 index 0000000..ea8cdec Binary files /dev/null and b/static/img/png/sore-328.png differ diff --git a/static/img/png/sore-640.png b/static/img/png/sore-640.png new file mode 100644 index 0000000..671febe Binary files /dev/null and b/static/img/png/sore-640.png differ diff --git a/static/img/png/sore.png b/static/img/png/sore.png deleted file mode 100644 index 8a3d14b..0000000 Binary files a/static/img/png/sore.png and /dev/null differ diff --git a/static/img/png/use-1120.png b/static/img/png/use-1120.png new file mode 100644 index 0000000..9bc4588 Binary files /dev/null and b/static/img/png/use-1120.png differ diff --git a/static/img/png/use-1280.png b/static/img/png/use-1280.png new file mode 100644 index 0000000..0f501ee Binary files /dev/null and b/static/img/png/use-1280.png differ diff --git a/static/img/png/use-1720.png b/static/img/png/use-1720.png new file mode 100644 index 0000000..ca86f65 Binary files /dev/null and b/static/img/png/use-1720.png differ diff --git a/static/img/png/use-328.png b/static/img/png/use-328.png new file mode 100644 index 0000000..c6071c0 Binary files /dev/null and b/static/img/png/use-328.png differ diff --git a/static/img/png/use-md.png b/static/img/png/use-640.png similarity index 100% rename from static/img/png/use-md.png rename to static/img/png/use-640.png diff --git a/static/img/png/use-letters-1120.png b/static/img/png/use-letters-1120.png new file mode 100644 index 0000000..242b860 Binary files /dev/null and b/static/img/png/use-letters-1120.png differ diff --git a/static/img/png/use-letters-1280.png b/static/img/png/use-letters-1280.png new file mode 100644 index 0000000..af214fe Binary files /dev/null and b/static/img/png/use-letters-1280.png differ diff --git a/static/img/png/use-letters-1920.png b/static/img/png/use-letters-1739.png similarity index 100% rename from static/img/png/use-letters-1920.png rename to static/img/png/use-letters-1739.png diff --git a/static/img/png/use-letters-328.png b/static/img/png/use-letters-328.png new file mode 100644 index 0000000..0f04f0d Binary files /dev/null and b/static/img/png/use-letters-328.png differ diff --git a/static/img/png/use-letters-640.png b/static/img/png/use-letters-640.png new file mode 100644 index 0000000..12a7bd1 Binary files /dev/null and b/static/img/png/use-letters-640.png differ diff --git a/static/img/png/use-letterss.png b/static/img/png/use-letterss.png deleted file mode 100644 index decd800..0000000 Binary files a/static/img/png/use-letterss.png and /dev/null differ diff --git a/styles/moover/about.scss b/styles/moover/about.scss index b04de04..b456700 100644 --- a/styles/moover/about.scss +++ b/styles/moover/about.scss @@ -5,11 +5,19 @@ margin-bottom: 188px; } + @media (max-width: 1304.98px) { + margin-bottom: 138px; + } + .title { margin-bottom: 60px; @media (min-width: 1720px) { margin-bottom: 49px; + } + + @media (max-width: 1304.98px) { + margin-bottom: 39px; } } @@ -29,6 +37,10 @@ @media (min-width: 1720px) { margin-top: 19px; + } + + @media (max-width: 1304.98px) { + margin-left: -10px; } } @@ -40,6 +52,11 @@ @media (min-width: 1720px) { padding-top: 90px; padding-left: 21px; + } + + @media (max-width: 1304.98px) { + padding-left: 11px; + padding-top: 19px; } } diff --git a/styles/moover/animate.scss b/styles/moover/animate.scss index bd4b1f2..848044f 100644 --- a/styles/moover/animate.scss +++ b/styles/moover/animate.scss @@ -12,6 +12,10 @@ margin-bottom: 180px; } + @media (max-width: 1304.98px) { + margin-bottom: 141px; + } + &.left { transform: translateX(-180px); } @@ -39,6 +43,10 @@ @media (min-width: 1720px) { margin-bottom: 40px; } + + @media (max-width: 1304.98px) { + max-width: 99%; + } } .subtitle { @@ -50,5 +58,9 @@ letter-spacing: 0.1px; margin-bottom: 40px; } + + @media (max-width: 1304.98px) { + width: 54%; + } } } diff --git a/styles/moover/benefits.scss b/styles/moover/benefits.scss index 76c5beb..7dba33d 100644 --- a/styles/moover/benefits.scss +++ b/styles/moover/benefits.scss @@ -5,6 +5,10 @@ margin-bottom: 147px; } + @media (max-width: 1304.98px) { + margin-bottom: 101px; + } + &__grid { text-align: left; display: grid; @@ -45,6 +49,11 @@ @media (min-width: 1720px) { top: -33px; + } + + @media (max-width: 1304.98px) { + top: 20px; + right: 0; } } diff --git a/styles/moover/chatterbox.scss b/styles/moover/chatterbox.scss index 1eacdea..2d57f8d 100644 --- a/styles/moover/chatterbox.scss +++ b/styles/moover/chatterbox.scss @@ -5,6 +5,10 @@ margin-bottom: 180px; } + @media (max-width: 1304.98px) { + margin-bottom: 140px; + } + &__slider { max-width: 1200px; margin: 0 auto; @@ -12,6 +16,10 @@ @media (min-width: 1720px) { max-width: 1640px; } + + @media (max-width: 1304.98px) { + max-width: 1100px; + } } &__slide { @@ -29,9 +37,9 @@ } @media (max-width: 1304.98px) { - width: 300px; - height: 615px; - background-size: 300px 615px; + width: 308px; + height: 565px; + background-size: 308px 565px; } &.loaded { @@ -146,28 +154,52 @@ .title { margin-bottom: 60px; + + @media (max-width: 1304.98px) { + margin-bottom: 39px; + } } .slick-next { right: -40px; + + @media (max-width: 1304.98px) { + right: -10px; + } } .slick-prev { left: -40px; + + @media (max-width: 1304.98px) { + left: -10px; + } } } .slick-slide:not(.slick-center) .chatterbox__slide { scale: 0.72; + + @media (max-width: 1304.98px) { + scale: 0.69; + } } -.slick-center .chatterbox__vbtn { - opacity: 1; - pointer-events: initial; - z-index: 1; -} +.slick-center { + + .chatterbox__vbtn { + opacity: 1; + pointer-events: initial; + z-index: 1; + } + + .chatterbox__vbox video { + pointer-events: initial; + cursor: pointer; + } + + .chatterbox__slide { + + } -.slick-center .chatterbox__vbox video { - pointer-events: initial; - cursor: pointer; } diff --git a/styles/moover/diff.scss b/styles/moover/diff.scss index 33c78ee..e06a61d 100644 --- a/styles/moover/diff.scss +++ b/styles/moover/diff.scss @@ -5,6 +5,10 @@ margin-bottom: 172px; } + @media (max-width: 1304.98px) { + margin-bottom: 140px; + } + @media (max-width: 991.98px) { margin-bottom: 125px; } @@ -45,6 +49,10 @@ transform: translateX(-50%); bottom: 0; + @media (max-width: 1304.98px) { + height: 90%; + } + @media (max-width: 991.98px) { display: none; } @@ -65,6 +73,10 @@ &.left { margin-right: 29px; + @media (max-width: 1304.98px) { + margin-right: 10px; + } + @media (max-width: 991.98px) { margin-right: 0; } @@ -85,6 +97,10 @@ &.right { margin-left: 29px; + @media (max-width: 1304.98px) { + margin-left: 10px; + } + @media (max-width: 991.98px) { margin-left: 0; display: none; @@ -108,6 +124,10 @@ &__coll-title { margin-bottom: 38px; + @media (max-width: 1304.98px) { + margin-bottom: 18px; + } + @media (max-width: 991.98px) { margin-bottom: 19px; } @@ -138,6 +158,10 @@ margin-bottom: 38px; } + @media (max-width: 1304.98px) { + margin-bottom: 18px; + } + @media (max-width: 991.98px) { font-size: 18px; margin-bottom: 25px; @@ -168,6 +192,10 @@ border-radius: 12px; } + @media (max-width: 1304.98px) { + border-radius: 13px; + } + @media (max-width: 991.98px) { border-radius: 11px; } diff --git a/styles/moover/header.scss b/styles/moover/header.scss index 9e618fa..541adec 100644 --- a/styles/moover/header.scss +++ b/styles/moover/header.scss @@ -3,6 +3,11 @@ position: relative; padding: 40px 5px; + @media (max-width: 1304.98px) { + padding-top: 37px; + padding-bottom: 41px; + } + @media (max-width: 991.98px) { padding-top: 19px; padding-bottom: 19px; @@ -43,7 +48,7 @@ } @media (max-width: 1304.98px) { - max-width: 46%; + max-width: 46.5%; } //@media (max-width: 991.98px) { //} @@ -65,7 +70,7 @@ } @media (max-width: 1304.98px) { - margin-right: -8px; + margin-right: 0; } @media (max-width: 991.98px) { diff --git a/styles/moover/presentation.scss b/styles/moover/presentation.scss index efa17c6..aa79c6c 100644 --- a/styles/moover/presentation.scss +++ b/styles/moover/presentation.scss @@ -9,6 +9,7 @@ @media (max-width: 1304.98px) { margin-bottom: 120px; + margin-bottom: 138px; } @media (max-width: 991.98px) { diff --git a/styles/moover/root.scss b/styles/moover/root.scss index b380c0f..9fb4d1f 100644 --- a/styles/moover/root.scss +++ b/styles/moover/root.scss @@ -83,6 +83,10 @@ h3, .h3 { font-size: 20px; line-height: 28px; margin-bottom: 12px; + + @media (max-width: 1304.98px) { + margin-bottom: 13px; +} } h4, .h4 { diff --git a/styles/moover/sore.scss b/styles/moover/sore.scss index 0b48cb4..d28d362 100644 --- a/styles/moover/sore.scss +++ b/styles/moover/sore.scss @@ -6,6 +6,10 @@ margin-bottom: 178px; } + @media (max-width: 1304.98px) { + margin-bottom: 140px; + } + &__img { margin: 0 auto 26px; position: relative; @@ -14,6 +18,12 @@ @media (min-width: 1720px) { margin-bottom: 46px; } + + @media (max-width: 1304.98px) { + left: 4px; + top: -9px; + margin-bottom: 17px; + } } .title { @@ -34,6 +44,10 @@ max-width: 60%; margin-bottom: 5px; } + + @media (max-width: 1304.98px) { + max-width: 65%; + } } .h3 { @@ -43,5 +57,9 @@ @media (min-width: 1720px) { max-width: 38%; } + + @media (max-width: 1304.98px) { + max-width: 50%; + } } } diff --git a/styles/moover/use.scss b/styles/moover/use.scss index f4a819a..807b306 100644 --- a/styles/moover/use.scss +++ b/styles/moover/use.scss @@ -66,9 +66,17 @@ margin-bottom: 135px; } + @media (max-width: 1304.98px) { + margin-bottom: 123px; + } + .title { margin-bottom: 51px; + + @media (max-width: 1304.98px) { + margin-bottom: 39px; + } } .use__img { @@ -81,6 +89,13 @@ width: initial; } + @media (max-width: 1304.98px) { + margin-left: 0; + margin-right: 0; + max-width: 100%; + width: 1120px; + } + } } diff --git a/styles/moover/uses.scss b/styles/moover/uses.scss index 8c1236c..c0d12ef 100644 --- a/styles/moover/uses.scss +++ b/styles/moover/uses.scss @@ -5,6 +5,10 @@ margin-bottom: 136px; } + @media (max-width: 1304.98px) { + margin-bottom: 123px; + } + &__grid { text-align: left; display: grid; @@ -40,6 +44,11 @@ .title { max-width: 50%; margin: 0 auto 60px; + + @media (max-width: 1304.98px) { + max-width: 70%; + margin-bottom: 39px; + } } } \ No newline at end of file diff --git a/templates/pages/p_mover_landing_page.html b/templates/pages/p_mover_landing_page.html index feba9ea..15b4ecf 100644 --- a/templates/pages/p_mover_landing_page.html +++ b/templates/pages/p_mover_landing_page.html @@ -171,8 +171,11 @@
{% translate "Уже пользуются сайтом и находят перевозчиков" %}
- - list users + + + + + list users
{% translate "Нужно отправить посылку партнеру, родителям или знакомым?" %} @@ -241,112 +244,112 @@
{% translate "Что о нас говорят люди" %}
- {# {% for media_item in page.get_media_items %}#} - {#
#} - {#
#} - {#
#} - {#
#} - {#
#} - {# user#} - {# #} - {#
#} - {#
#} - {#
#} - {##} - {#
#} - {# {% endfor %}#} -
-
-
-
-
- user - -
-
-
+ {% for media_item in page.get_media_items %} +
+
+
+
+
+ user + +
+
+
-
-
-
-
-
-
- user - -
-
-
-
-
-
-
-
-
- user - -
-
-
- -
-
-
-
-
-
- user - -
-
-
-
-
-
-
-
-
- user - -
-
- - -
-
+
+ {% endfor %} +{#
#} +{#
#} +{#
#} +{#
#} +{#
#} +{# user#} +{# #} +{#
#} +{#
#} +{#
#} +{##} +{#
#} +{#
#} +{#
#} +{#
#} +{#
#} +{#
#} +{# user#} +{# #} +{#
#} +{#
#} +{#
#} +{#
#} +{#
#} +{#
#} +{#
#} +{#
#} +{#
#} +{# user#} +{# #} +{# #} +{#
#} +{#
#} +{#
#} +{##} +{#
#} +{#
#} +{#
#} +{#
#} +{#
#} +{#
#} +{# user#} +{# #} +{# #} +{#
#} +{#
#} +{#
#} +{#
#} +{#
#} +{#
#} +{#
#} +{#
#} +{#
#} +{# user#} +{# #} +{# #} +{#
#} +{#
#} +{##} +{##} +{#
#} +{#
#}