* {
    box-sizing: border-box;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 1.35;

    margin: 0;

    color: #3d3d3d;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
}

img {
    max-width: 100%;
    height: auto;

    vertical-align: middle;
}

.header {
    font-size: 14px;
    font-weight: bold;

    position: fixed;
    z-index: 10;
    top: 0;
    right: 0;
    left: 0;

    text-transform: uppercase;
}

.header__wrap {
    display: flex;

    margin-right: -15px;
    margin-left: -15px;
    padding-right: 15px;
    padding-left: 15px;

    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.header__col {
    padding-right: 10px;
    padding-left: 10px;
}

.header__logo {
    margin-right: auto;
}

.logo {
    display: inline-flex;

    align-items: center;
}

.logo__img {
    max-width: 32px;
    max-height: 60px;
}

.logo__name {
    /* margin-top: -2px; */
    margin-left: 20px;
    font-size: 90%;
}

.slogan {
    margin-top: 5px;
    font-size: 70%;
    color: #0000CD;
    font: center;
}

.link-email,
.link-phone {
    position: relative;

    display: inline-block;

    text-decoration: none;

    color: #3d3d3d;
}

.link-email:before,
.link-phone:before {
    position: absolute;
    top: 50%;
    left: 0;

    content: '';
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);

    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.link-email:before {
    background-image: url('../img/icon_email-clr.svg');
}

.link-phone:before {
    background-image: url('../img/icon_phone-clr.svg');
}

.slide {
    position: relative;
}

.slide__wrap {
    display: flex;
    flex-direction: column;

    max-width: 1024px;
    height: 100%;
    margin: 0 auto;
    padding-top: 120px;
    padding-right: 15px;
    padding-bottom: 50px;
    padding-left: 15px;

    justify-content: flex-start;
    align-items: stretch;
}

.slide__shovel {
    position: absolute;
    top: 250px;
    right: 0;
    bottom: 0;
    left: 0;

    text-align: center;
}

.slide__shovel img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    max-width: 100%;
    max-height: 100%;
    margin: auto;
}

.slide__shovel--last {
    top: 300px;
}

.slide__info {
    position: relative;
    z-index: 5;
}

.slide__cover {
    max-width: 100%;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
}

.slide__cover--spray {
    position: relative;
    z-index: 6;
}

.slide__title {
    font-size: 24px;
    font-weight: bold;

    text-transform: uppercase;
}

.fp-slidesNav ul {
    text-align: center;
}

.section {
    overflow: hidden;
}

.section--top {
    background: url('../img/bg_smoke.png') no-repeat center;
    background-size: contain;
}

.section--second {
    background: url('../img/bg_section2.png') no-repeat center;
}

.section--third {
    background: url('../img/bg_section3.png') no-repeat center;
    background-size: contain;
}

.section--fourth {
    background: url('../img/bg_section4.png') no-repeat center;
}

.section--fifth,
.section--sixth {
    background: url('../img/bg_section5.jpg') no-repeat center bottom 30%;
}

.section--grass {
    background: url('../img/bg_section6.jpg') no-repeat center bottom;
    background-size: cover;
}

.section--contacts .fp-tableCell {
    vertical-align: top;
}

.section__contacts {
    padding: 15px;
}

.section__wrap {
    position: relative;
    z-index: 2;

    display: flex;
    flex-direction: column;

    max-width: 1054px;
    height: 100%;
    margin: 0 auto;
    padding-top: 70px;
    padding-right: 15px;
    padding-bottom: 50px;
    padding-left: 15px;

    justify-content: flex-start;
    align-items: stretch;
}

.section__shovel {
    position: absolute;
    bottom: 15px;
    left: 50%;

    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.section__shovel--shadow {
    bottom: 65px;
}

.section__shovel--shadow:before {
    position: absolute;
    z-index: 0;
    top: 100%;
    left: 50%;

    width: 1920px;
    height: 253px;
    margin-top: -55px;

    content: '';
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);

    background: url('../img/bg_beton.png') no-repeat center;
    background-size: contain;
}

.section__shovel--shadow:after {
    position: absolute;
    top: 100%;
    left: 50%;

    width: 246px;
    height: 39px;
    margin-top: -15px;

    content: '';
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);

    background: url('../img/img_shovel-shadow.png') no-repeat center;
}

.section__shovel img {
    position: relative;
    z-index: 1;

    display: block;

    max-width: 95%;
    height: auto;
    margin-right: auto;
    margin-left: auto;

    transition: .4s;
}

.section__info {
    position: relative;
    z-index: 5;
}

.section__title {
    font-weight: bold;

    text-transform: uppercase;
}

.section__subtitle {
    font-weight: 900;

    text-transform: uppercase;
}

.section__description p {
    margin-top: 0;
}

.section__description a {
    text-decoration: none;

    color: #3d3d3d;
}

.section__extra {
    font-weight: 900;

    text-transform: uppercase;
}

.section__extra span {
    font-size: 20px;
    line-height: 1.2;
}

.section__last {
    font-size: 22px;
    font-weight: bold;

    text-transform: uppercase;

    text-shadow: 0 0 5px #fff;
}

.shovel {
    position: fixed;
    z-index: 1;
    bottom: 100%;
    left: 50%;

    transition: .4s;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    pointer-events: none;

    opacity: 0;
}

.shovel--shadow:before {
    position: absolute;
    z-index: 0;
    top: 100%;
    left: 50%;

    width: 1920px;
    height: 253px;
    margin-top: -55px;

    content: '';
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);

    background: url('../img/bg_beton.png') no-repeat center;
    background-size: contain;
}

.shovel--shadow:after {
    position: absolute;
    top: 100%;
    left: 50%;

    width: 246px;
    height: 39px;
    margin-top: -15px;

    content: '';
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);

    background: url('../img/img_shovel-shadow.png') no-repeat center;
}

.shovel.active {
    opacity: 1;
}

.shovel img {
    position: relative;
    z-index: 1;

    display: block;

    max-width: 75%;
    height: auto;
    margin-top: -100px;
    margin-right: auto;
    margin-left: auto;

    transition: .4s;
}

.shovel--turn img {
    width: 940px;
    max-width: none !important;
    height: 905px;
}

.bokeh {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    display: none;

    transition: background-position .7s;
    pointer-events: none;

    background-image: url(../img/bg_section5.jpg);
    background-repeat: no-repeat;
    background-position: center bottom 30%;
}

.bokeh.active {
    display: block;
}

.bokeh .btn-turn {
    pointer-events: auto;
}

.lm {
    padding-right: 10px;
    padding-left: 10px;
}

.grass {
    position: fixed;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    display: none;

    transition: .2s;
    pointer-events: none;

    opacity: 0;
    background: url('../img/bg_section6-front.png') no-repeat center bottom;
    background-size: cover;
}

.grass.active {
    display: block;

    opacity: 1;
}

.extra-hidden {
    position: absolute;

    visibility: hidden;
    overflow: hidden;

    height: 0;
}

.sz--xl {
    font-size: 60px;
    line-height: 1;
}

.sz--xxl {
    font-size: 80px;
    line-height: 1;
}

.sz sup {
    font-size: .5em;

    top: -.75em;

    display: inline-block;
}

.clr--red {
    color: #d73d00;
}

.prod-list {
    margin-top: 15px;
}

.prod-list__row {
    display: flex;

    justify-content: space-between;
    align-items: flex-end;
}

.prod-list__items {
    display: flex;

    margin-right: -10px;
    margin-left: -10px;

    justify-content: center;
    align-items: flex-end;
}

.prod-list__item {
    padding-right: 10px;
    padding-left: 10px;

    text-align: center;
}

.prod-list__item img {
    max-width: 65%;
}

.prod-list__info {
    margin-top: 10px;

    text-align: center;
}

.prod-list__info strong {
    text-transform: uppercase;
}

#map {
    height: 250px;
}

.contacts {
    text-align: center;

    color: #3d3d3d;
}

.contacts a {
    color: #3d3d3d;
}

.contacts a:hover {
    text-decoration: none;
}

.contacts__main {
    font-size: 14px;
    font-weight: bold;

    margin: 10px 0 15px;
}

.contacts__extra {
    font-size: 12px;
}

.contacts__title {
    font-weight: bold;

    text-transform: uppercase;
}

.contacts__item {
    margin: .2em 0;
}

.contacts__row {
    display: flex;

    justify-content: flex-start;
    align-items: stretch;
}

.contacts__col {
    max-width: 50%;

    flex: 1 1 50%;
}

.footer {
    font-size: 10px;
    line-height: 1.2;

    position: fixed;
    z-index: 10;
    right: 0;
    bottom: 0;
    left: 0;

    text-transform: uppercase;

    color: #adadad;
}

.footer__wrap {
    display: flex;

    margin-right: -10px;
    margin-left: -10px;
    padding-right: 25px;
    padding-left: 25px;

    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.footer__col {
    padding-right: 10px;
    padding-left: 10px;

    flex-grow: 1;
}

.footer__right {
    display: flex;

    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
}

.footer__copyright {
    flex-grow: 1;
}

.footer__soci {
    margin-left: 30px;
}

.footer__video-btn {
    margin-bottom: 15px;
}

.soci-nav__list {
    display: flex;

    margin: 0 -10px;
    padding: 0;

    list-style: none;

    text-align-last: left;

    justify-content: center;
    align-items: center;
}

.soci-nav__item {
    padding-right: 10px;
    padding-left: 10px;
}

.soci-nav__link {
    position: relative;

    display: inline-block;
    overflow: hidden;

    width: 20px;
    height: 12px;

    text-indent: -9999px;

    color: transparent;
}

.soci-nav__link:before {
    position: absolute;
    top: 50%;
    left: 50%;

    content: '';
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);

    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.soci-nav__link--vk:before {
    width: 17px;
    height: 10px;

    background-image: url('../img/icon_soci-vk.svg');
}

.soci-nav__link--fb:before {
    width: 7px;
    height: 12px;

    background-image: url('../img/icon_soci-fb.svg');
}

.soci-nav__link--yt:before {
    width: 16px;
    height: 11px;

    background-image: url('../img/icon_soci-yt.svg');
}

.wbox {
    position: relative;

    max-width: 660px;
    margin-right: auto;
    margin-left: auto;
    padding: 20px;

    text-align: center;

    border-radius: 4px;
    background-color: #fff;
}

.wbox__head {
    font-weight: 500;
}

.wbox__title {
    font-size: 20px;
}

.wbox__subtitle {
    font-size: 16px;
}

.wbox__description {
    margin: 1em 0;
}

.wbox .mfp-close {
    font-family: 'Roboto', sans-serif;
    font-size: 40px;
    font-weight: 300;
}

.wbox1__head {
    font-weight: 500;
}

.wbox1__title {
    font-size: 20px;
}

.wbox1__subtitle {
    font-size: 16px;
}

.wbox1__description {
    margin: 1em 0;
}

.wbox1 .mfp-close {
    font-family: 'Roboto', sans-serif;
    font-size: 40px;
    font-weight: 300;
}

.wbox1 {
    position: relative;

    max-width: 1260px;
    margin-right: auto;
    margin-left: auto;
    padding: 20px;

    text-align: center;

    border-radius: 4px;
    background-color: #fff;
}

.wform__group {
    margin: 15px 0;
}

.wform__group:last-child {
    margin-top: 20px;
}

.wform__control {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;

    width: 100%;
    min-height: 40px;
    padding: 6px;

    resize: none;
    transition: .4s;
    text-align: center;

    border: 0 none;
    border-bottom: 1px solid #ebebeb;
}

.wform__control::-webkit-input-placeholder {
    color: #a9a9a9;
}

.wform__control::-moz-placeholder {
    color: #a9a9a9;
}

.wform__control::-ms-input-placeholder {
    color: #a9a9a9;
}

.wform__control:focus {
    border-bottom-color: #3d3d3d;
    outline: none;
}

.btn-main {
    position: relative;
    z-index: 10;

    display: block;

    width: 24px;
    height: 20px;
    padding: 0;

    cursor: pointer;

    border: 0 none;
    outline: none;
    background-color: transparent;
}

.btn-main__line {
    position: absolute;
    right: 0;
    left: 0;

    display: block;

    height: 4px;

    transition: .4s;

    background-color: #d73d00;
}

.btn-main__line:first-child {
    top: 0;
}

.btn-main__line:nth-child(2) {
    top: 50%;

    margin-top: -2px;
}

.btn-main__line:last-child {
    bottom: 0;
}

.btn-turn {
    font-size: 14px;
    font-weight: 900;

    position: relative;

    display: inline-block;

    margin-left: auto;
    padding: 60px 0 0;

    cursor: pointer;
    text-transform: uppercase;

    color: #d73d00;
    border: 0 none;
    outline: none;
    background-color: transparent;
}

.btn-turn.hidden {
    display: none;
}

.btn-turn:before {
    position: absolute;
    top: 0;
    left: 50%;

    width: 86px;
    height: 46px;

    content: '';
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);

    background: url('../img/icon_turn.svg') no-repeat center;
    background-size: contain;
}

.btn {
    font-family: 'Roboto', sans-serif;

    display: inline-block;

    cursor: pointer;
    transition: .4s;
    text-decoration: none;

    border: 0 none;
}

.btn--red {
    line-height: 1;

    padding: 10px 25px;

    color: #fff;
    border-radius: 4px;
    background-color: #d73d00;
}

.btn--red:hover {
    background-color: #a42f00;
}

.btn--md {
    font-size: 14px;

    letter-spacing: .1em;
}

.btn--lg {
    font-size: 24px;
    font-weight: 500;
}

.video-link {
    font-size: 16px;
    font-weight: bold;

    position: relative;

    display: inline-block;

    padding-left: 30px;

    transition: .4s;
    text-decoration: none;
    letter-spacing: .01em;

    color: #3d3d3d;
}

.video-link:hover {
    color: #d73d00;
}

.video-link:before {
    position: absolute;
    top: 50%;
    left: 0;

    width: 20px;
    height: 20px;

    content: '';
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);

    background: url('../img/icon_play-red.svg') no-repeat center;
    background-size: contain;
}

/*!
 * fullPage 2.9.7
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 */

html.fp-enabled,
.fp-enabled body {
    overflow: hidden;

    margin: 0;
    padding: 0;
    /*Avoid flicker on slides transitions for mobile phones #336 */

    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.fp-section {
    position: relative;

    box-sizing: border-box;
}

.fp-slide {
    float: left;
}

.fp-slide,
.fp-slidesContainer {
    display: block;

    height: 100%;
}

.fp-slides {
    position: relative;
    z-index: 1;

    overflow: hidden;

    height: 100%;

    transition: all .3s ease-out;
}

.fp-section.fp-table,
.fp-slide.fp-table {
    display: table;

    width: 100%;

    table-layout: fixed;
}

.fp-tableCell {
    display: table-cell;

    width: 100%;
    height: 100%;

    vertical-align: middle;
}

.fp-slidesContainer {
    position: relative;

    float: left;
}

.fp-controlArrow {
    position: absolute;
    z-index: 4;
    top: 50%;

    width: 24px;
    height: 50px;
    margin-top: -25px;

    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fp-controlArrow:hover:before,
.fp-controlArrow:hover:after {
    background-color: #d73d00;
}

.fp-controlArrow:before,
.fp-controlArrow:after {
    position: absolute;
    left: 50%;

    width: 2px;
    height: 30px;

    content: '';
    transition: .4s;

    background-color: #3d3d3d;
}

.fp-controlArrow:before {
    top: 0;

    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.fp-controlArrow:after {
    bottom: 0;

    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.fp-controlArrow.fp-prev {
    left: 10px;

    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fp-controlArrow.fp-next {
    right: 10px;
}

.fp-scrollable {
    position: relative;

    overflow: hidden;
}

.fp-scroller {
    overflow: hidden;
}

.iScrollIndicator {
    border: 0 !important;
}

.fp-notransition {
    transition: none !important;
}

#fp-nav {
    position: fixed;
    z-index: 100;
    top: 50%;

    margin-top: -32px;

    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);

    opacity: 1;
}

#fp-nav.right {
    right: 17px;
}

#fp-nav.left {
    left: 17px;
}

.fp-slidesNav {
    position: absolute;
    z-index: 4;
    right: 0;
    left: 0 !important;

    margin: 0 auto !important;

    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);

    opacity: 1;
}

.fp-slidesNav.bottom {
    bottom: 17px;
}

.fp-slidesNav.top {
    top: 17px;
}

#fp-nav ul,
.fp-slidesNav ul {
    margin: 0;
    padding: 0;
}

#fp-nav ul li,
.fp-slidesNav ul li {
    position: relative;

    display: block;

    width: 14px;
    height: 13px;
    margin: 7px;
}

.fp-slidesNav ul li {
    display: inline-block;
}

#fp-nav ul li a,
.fp-slidesNav ul li a {
    position: relative;
    z-index: 1;

    display: block;

    width: 100%;
    height: 100%;

    cursor: pointer;
    text-decoration: none;
}

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
    width: 12px;
    height: 12px;
    margin: -6px 0 0 -6px;

    border-radius: 100%;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;

    width: 4px;
    height: 4px;
    margin: -2px 0 0 -2px;

    transition: all .1s ease-in-out;

    border: 0;
    border-radius: 50%;
    background: #333;
}

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
    width: 10px;
    height: 10px;
    margin: -5px 0 0 -5px;
}

#fp-nav ul li .fp-tooltip {
    font-size: 14px;

    position: absolute;
    top: -2px;

    display: block;
    overflow: hidden;

    width: 0;
    max-width: 220px;

    cursor: pointer;
    white-space: nowrap;

    opacity: 0;
    color: #fff;
}

#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
    width: auto;

    transition: opacity .2s ease-in;

    opacity: 1;
}

#fp-nav ul li .fp-tooltip.right {
    right: 20px;
}

#fp-nav ul li .fp-tooltip.left {
    left: 20px;
}

.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell {
    height: auto !important;
}

.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
    height: auto !important;
}

@media (min-width: 480px) and (min-height: 520px) {
    .header {
        font-size: 18px;
    }

    #map {
        height: 300px;
    }
}

@media (min-width: 480px) {
    .slide__shovel {
        top: 75px;
    }

    .slide__shovel--last {
        top: 50px;
    }

    .section__shovel img {
        max-width: 75%;
    }

    .section__title {
        font-size: 28px;
    }

    .section__subtitle {
        font-size: 26px;
    }

    .section__description {
        font-size: 16px;
    }

    .footer__col {
        max-width: 50%;

        flex-basis: 50%;
    }

    .footer__right {
        text-align: right;
    }
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }

    .slide__wrap {
        padding-top: 150px;
    }

    .wbox__title {
        font-size: 28px;
    }

    .wbox__subtitle {
        font-size: 18px;
    }

    .wbox__description {
        font-size: 16px;
    }

    .wform__control {
        font-size: 18px;
    }

    .video-link {
        font-size: 20px;

        padding-left: 40px;
    }

    .video-link:before {
        width: 30px;
        height: 30px;
    }
}

@media (min-width: 768px) and (min-height: 600px) {
    .slide__title {
        font-size: 28px;
    }

    .section__description--top {
        margin-top: 100px;
    }

    .sz--xl {
        font-size: 100px;
    }

    .sz--xxl {
        font-size: 100px;
    }

    #map {
        height: 350px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }

    .header__wrap {
        padding-top: 15px;
        padding-right: 25px;
        padding-left: 25px;
    }

    .header__email,
    .header__phone {
        margin-top: 5px;
        margin-bottom: 5px;
        margin-left: 25px;
    }

    .slide__info {
        display: flex;

        justify-content: flex-start;
        align-items: stretch;
    }

    .slide__description {
        font-size: 16px;

        max-width: 28%;
        margin-left: auto;

        flex-basis: 28%;
    }
    .slide__description img{
margin-left: 15%;


    }

    .section__info {
        display: flex;

        justify-content: flex-start;
        align-items: stretch;
        justify-content: space-between;
    }

    .section__description {
        max-width: 28%;
        margin-left: auto;

        flex-basis: 28%;
    }

    .section__extra span {
        display: block;
    }

    .shovel.active {
        bottom: 100px;
    }

    .wbox {
        padding: 40px 80px;
    }

    .wbox__title {
        font-size: 36px;
    }

    .wbox__subtitle {
        font-size: 24px;
    }

    .wbox__description {
        font-size: 18px;
    }

    .wform__group {
        margin: 30px 0;
    }

    .wform__group:last-child {
        margin-top: 40px;
    }

    .wform__control {
        font-size: 24px;
    }

    .fp-controlArrow {
        width: 36px;
        height: 70px;
        margin-top: -35px;
    }

    .fp-controlArrow:before,
    .fp-controlArrow:after {
        width: 3px;
        height: 42px;
    }

    .fp-controlArrow.fp-prev {
        left: 25px;
    }

    .fp-controlArrow.fp-next {
        right: 25px;
    }
}

@media (min-width: 992px) and (min-height: 700px) {
    .header {
        font-size: 20px;
    }

    .slide__cover {
        margin-top: 100px;
    }

    .slide__title {
        font-size: 36px;
    }

    .section__title {
        font-size: 36px;
    }

    .sz--xl {
        font-size: 110px;
    }

    .sz--xxl {
        font-size: 120px;
    }

    #map {
        height: 400px;
    }

    .contacts__main {
        font-size: 18px;

        margin: 15px 0 30px;
    }

    .contacts__extra {
        font-size: 14px;
    }
}

@media (min-width: 992px) and (min-height: 600px) {
    .section__wrap {
        padding-top: 100px;
    }

    .section__shovel {
        display: none;
    }
}

@media (min-width: 992px) and (min-height: 520px) {
    .section__extra span:nth-child(1) {
        font-size: 77px;
    }

    .section__extra span:nth-child(2) {
        font-size: 30px;
    }

    .section__extra span:nth-child(3) {
        font-size: 48px;
    }

    .section__extra span:nth-child(4) {
        font-size: 21px;
    }

    .section__extra span:nth-child(5) {
        font-size: 63px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }

    .header__btn {
        margin-left: 20px;
    }

    .link-email:before,
    .link-phone:before {
        width: 22px;
        height: 18px;
    }

    .link-email,
    .link-phone {
        padding-left: 35px;
    }

    .prod-list__items {
        margin-right: -30px;
        margin-left: -30px;
    }

    .prod-list__item {
        padding-right: 30px;
        padding-left: 30px;
    }

    .footer {
        letter-spacing: .1em;
    }
}

@media (min-width: 1200px) and (min-height: 800px) {
    .header {
        font-size: 24px;
    }

    .header__email,
    .header__phone {
        margin-left: 50px;
    }

    .logo__img {
        max-width: 100%;
        max-height: 100%;
    }

    .logo__name {
        margin-left: 30px;
    }

    .slide__title {
        font-size: 42px;
    }

    .slide__description {
        font-size: 18px;
    }

    .section__title {
        font-size: 42px;
    }

    .section__subtitle {
        font-size: 32px;
    }

    .section__description {
        font-size: 18px;
    }

    .section__description--top {
        margin-top: 120px;
    }

    .sz--xl {
        font-size: 120px;
    }

    .sz--xxl {
        font-size: 140px;
    }

    #map {
        height: 500px;
    }

    .contacts__extra {
        font-size: 16px;
    }

    .contacts__item {
        margin: .5em 0;
    }

    .contacts__col {
        max-width: 25%;

        flex: 1 1 25%;
    }
}

@media (max-width: 1199px) {
    .link-email:before,
    .link-phone:before {
        width: 18px;
        height: 14px;
    }

    .link-email,
    .link-phone {
        padding-left: 25px;
    }

    .contacts__col:nth-child(3),
    .contacts__col:nth-child(4) {
        display: none;
    }
}

@media (max-width: 991px) {
    .header__wrap {
        padding-top: 5px;
        padding-bottom: 5px;

        background-color: rgba(255, 255, 255, .85);
    }

    .header__btn {
        margin-left: auto;
    }

    .header__order-btn,
    .header__email,
    .header__phone {
        display: none;
    }

    .slide__info {
        margin-bottom: 50px;

        text-align: center;

        background-color: rgba(255, 255, 255, .5);
    }

    .slide__title {
        -webkit-hyphens: auto;
        hyphens: auto;

        -ms-hyphens: auto;
    }

    .slide__description {
        padding-right: 15px;
        padding-left: 15px;
    }

    .section__info {
        text-align: center;

        background-color: rgba(255, 255, 255, .5);
    }

    .section__description {
        margin-top: 15px;

        -webkit-hyphens: auto;
        hyphens: auto;

        -ms-hyphens: auto;
    }

    .shovel.active {
        display: none;
    }

    .grass.active {
        display: none;
    }

    .hidden-down-md {
        display: none;
    }

    .prod-list__item:last-child {
        display: none;
    }

    .prod-list__info {
        font-size: 12px;
    }

    .wbox {
        padding: 20px 40px;
    }

    .btn-turn {
        display: none;
    }
}

@media (max-width: 991px) and (max-height: 699px) {
    .section--fifth,
    .section--sixth {
        background: url('../img/bg_section5.jpg') no-repeat center bottom 30%;
    }

    .section--grass {
        background: url('../img/bg_section6-sm.jpg') no-repeat center;
    }
}

@media (max-width: 767px) {
    .shovel img {
        max-width: 100%;
    }
}

@media (max-width: 479px) {
    .section__title {
        font-size: 24px;

        -webkit-hyphens: auto;
        hyphens: auto;

        -ms-hyphens: auto;
    }

    .section__subtitle {
        font-size: 22px;

        -webkit-hyphens: auto;
        hyphens: auto;

        -ms-hyphens: auto;
    }

    .section__last {
        -webkit-hyphens: auto;
        hyphens: auto;

        -ms-hyphens: auto;
    }

    .footer {
        display: none;
    }

    .footer__col {
        max-width: 100%;

        text-align: center;

        flex-basis: 100%;
    }

    .wbox {
        padding: 10px 20px;
    }
}

@media (min-height: 800px) {
    .slide__wrap {
        padding-top: 200px;
    }

    .slide__shovel {
        top: 150px;
    }

    .slide__shovel--last {
        top: 100px;
    }

    .section__wrap {
        padding-top: 150px;
    }

    .shovel img {
        max-width: 100%;
        height: auto;
        margin-top: -135px;
    }

    .prod-list__item img {
        max-width: 100%;
    }

    .footer__wrap {
        padding-bottom: 15px;
    }
}

@media (max-height: 599px) {
    .shovel.active {
        display: none;
    }

    .grass.active {
        display: none;
    }
}

@media (min-height: 960px) {
    .shovel img {
        margin-top: -35px;
    }
}

@media (max-height: 799px) {
    .footer__wrap {
        padding-bottom: 15px;
    }
}


/*# sourceMappingURL=sourcemaps/main.css.map */
