/*! minireset.css v0.0.6 | MIT License | https://github.com/jgthms/minireset.css */
html, body, p, ol, ul, li, dl, dt, dd, blockquote, figure, fieldset, legend, textarea, pre, iframe, hr {
    margin: 0;
    padding: 0;
}
ul {
    list-style: none;
}
html {
    box-sizing: border-box;
}
*, *::before, *::after {
    box-sizing: inherit;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: bold;
    margin: 0 0 20px 0;
}
body {
    font-family: "Montserrat", sans-serif;
    color: #241e1e;
}
img {
    height: auto;
    max-width: 100%;
}
a {
	transition: all 0.4s ease 0s;
	text-decoration: none;
	color: inherit;
}
/*=================================================================================
================================== Шапка ==========================================
=================================================================================*/
section.top {
    padding: 20px calc(50% - 150px) 30px;
    background-color: #ffd201;
    clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);

    > div {
        display: flex;
        justify-content: space-between;

        > a#logo { 
            display: block;
            width: 160px;
            height: 29px;
            background: url(../images/logoblack.png) no-repeat;
            background-size: contain;
        }

        > ul:nth-child(2) {
            font-weight: 600;
            font-size: 12px;
        }

        > ul:nth-child(3) {
            display: none;
        }

        > ul:nth-child(4) {
            display: none;
        }
    }
    
}
/*=================================================================================
================================== Меню ===========================================
=================================================================================*/
#header {
    width: 100%;
    padding: 40px calc(50% - 150px) 5px;
    background-color: #241e1e;
    margin-top: -40px;
}
#header input[type=checkbox] {
    position: absolute;
    top: -9999px;
    left: -9999px;
}
#header input[type=checkbox]:checked ~ nav {
    display: block;
}
#header nav { 
    display: none;
}
#header label {
    cursor: pointer;
    display: block;
    margin: 0 auto;
    width: 25px;

    > i {
        display: block;
        height: 3px;
        background-color: #fff;
        margin: 4px 0;
    }
}
#header ul.nav {

    > li {
        margin-bottom: 10px;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 600;
        color: #fff;
    }
}
/*=================================================================================
================================== Слайдер ========================================
=================================================================================*/
#slider {
    padding: 50px calc(50% - 150px) 100px;
    background-image: url(../images/sl.jpg);
    background-size: cover;
    background-position: top center;
    color: #fff;
    text-align: center;

    > h1 {
        text-transform: uppercase;
        margin-bottom: 40px;
    }

    > div {

        > p {
            font-size: 12px;
        }

        > p:first-child {
            border-bottom: 4px solid #ffd201;
            padding-bottom: 10px;
            margin-bottom: 10px;
        }

    }

    > a {
        display: inline-block;
        margin: 40px auto 0;
        background-color: #ffd201;
        color: #241e1e;
        padding: 10px 30px;
        text-transform: uppercase;
        font-weight: 600;
    }
}
/*=================================================================================
================================== О компании =====================================
=================================================================================*/
#okompanii {
    background-color: #fff;
    padding: 100px calc(50% - 150px);
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);

    > h2 {
        font-size: 18px;
        text-transform: uppercase;
    }

    > p {
        margin-bottom: 20px;
    }

    > a {
        display: inline-block;
        margin-top: 10px;
        background: #ffd201;
        color: #241e1e;
        padding: 10px 30px;
        text-transform: uppercase;
        font-weight: 600;
    }

}
/*=================================================================================
================================== Услуги =========================================
=================================================================================*/
#uslugi {
    background-image: url(../images/bg-usl.jpg);
    background-position: center bottom;
    background-size: cover;
    padding: 200px calc(50% - 150px) 100px;
    color: #241e1e;
    margin-top: -150px;

    > h2 {
        font-size: 22px;
        text-transform: uppercase;
    }

    > p {
        font-weight: 500;
    }

    > ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: 60px;

        > li {
            width: 100%;
            margin-bottom: 60px;
            background-color: #fff;

            > h3 {
                background-color: #241e1e;
                color: #fff;
                text-align: right;
                clip-path: polygon(0 40%, 100% 0, 100% 100%, 0 100%);
                padding: 40px 20px 25px 20px;
                margin-top: -40px;
                margin-bottom: 0;
            }

            > img {
                border: 5px solid #ffd201;
                border-bottom: 25px solid #ffd201;
                clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
                margin: 0;
            }

            > p {
                font-weight: 600;
                text-align: right;
                padding: 20px 20px 40px 20px;
                color: #241e1e;
            }

            > a {
                background-color: #241e1e;
                color: #fff;
                font-weight: 600;
                font-size: 14px;
                text-transform: uppercase;
                display: flex;
                justify-content: center;
                padding: 10px;
            }
        }
    }
}
/*=================================================================================
================================== Преимущества ===================================
=================================================================================*/
#preimu {
    padding: 120px calc(50% - 150px);
    background-color: #fff;
    background-size: 100px auto;

    > h3 {
        text-transform: uppercase;
        margin-bottom: 80px;
        font-size: 16px;
    }

    > ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;

        > li {
            width: 100%;
            margin-bottom: 40px;
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            text-align: center;

            > span {
                display: flex;
                justify-content: center;
                align-items: center;
                width: 150px;
                height: 150px;
                border-radius: 50%;
                background-color: #241e1e;
                border: 4px solid #ffd201;
                outline: 5px solid #241e1e;
                margin-bottom: 40px;

                > i {
                    display: block;
                    width: 100px;
                    height: 100px;
                    background: url(../images/ico.png);
                    background-size: cover;
                }
            }
        }

        > li:nth-child(2) > span > i {
            background-position: center -100px;
        }
        > li:nth-child(3) > span > i {
            background-position: center -200px;
        }
        > li:nth-child(4) > span > i {
            background-position: center -300px;
        }
        > li:nth-child(5) > span > i {
            background-position: center -400px;
        }
        > li:nth-child(6) > span > i {
            background-position: center -500px;
        }
    }
}
/*=================================================================================
================================== Бетон ==========================================
=================================================================================*/
#beton {
    padding: 100px calc(50% - 150px) 100px;
    background-image: url(../images/beton-bg.jpg);
    background-size: cover;
    color: #fff;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);

    > h2 {
        font-size: 22px;
        text-transform: uppercase;
        color: #ffd201;
    }

    > a {
        display: inline-block;
        margin-top: 30px;
        background: #ffd201;
        color: #241e1e;
        padding: 10px 30px;
        text-transform: uppercase;
        font-weight: 600;
    }
}
/*=================================================================================
================================== Этапы сотрудничества ===========================
=================================================================================*/
#etap {
    padding: 100px calc(50% - 150px) 50px;
    margin-top: -50px;

    > h3 {
        text-transform: uppercase;
        margin-bottom: 40px;
        font-size: 22px;
    }

    > ul {
        display: flex;
        flex-direction: column;

        > li {
            padding-right: 20px;
            margin-bottom: 60px;

            > span {
                display: flex;
                justify-content: center;
                align-items: center;
                width: 100px;
                height: 100px;
                border-radius: 50%;
                border: 10px solid #241e1e;
                position: relative;
                
                > b {
                    font-size: 36px;
                    font-weight: 500;
                    z-index: 999;
                }
            }

            > h4 {
                margin-top: 40px;
            }

            > span::before {
                content: "";
                display: block;
                width: 0; 
                height: 0;
                border-top: 60px solid #ffd201;
                border-right: 60px solid transparent;
                border-left: 60px solid transparent;
                border-bottom: 60px solid transparent;
                border-top-left-radius: 60px;
                border-top-right-radius: 60px;
                border-bottom-left-radius: 60px;
                border-bottom-right-radius: 60px;
                opacity: 0.8;
                position: absolute;
                transform: rotate(45deg);
            }

        }

        > li:nth-child(2) {
            > span::before {
                border-right: 60px solid #ffd201;
            }
        }

        > li:nth-child(3) {
            > span::before {
                border-right: 60px solid #ffd201;
                border-bottom: 60px solid #ffd201;
            }
        }
        
        > li:nth-child(4) {
            > span::before {
                border-left: 60px solid #ffd201;
                border-right: 60px solid #ffd201;
                border-bottom: 60px solid #ffd201;
            }
        }
    }
}
/*=================================================================================
================================== Автопарк =======================================
=================================================================================*/
#avtopark {
    background-color: #ffd201;
    padding: 100px calc(50% - 150px);
    display: flex;
    flex-direction: column-reverse;

    > section.spotlight-group {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;

        > a {
            width: 32%;
        }
    }

    > div {
        width: 100%;
        margin-bottom: 40px;

        > h2 {
            text-transform: uppercase;
            margin: 0 0 40px;
            font-size: 22px;
        }

        > p {
            margin-bottom: 40px;
        }

        > ul {
            margin: 0 0 40px 20px;

            > li {
                margin-bottom: 10px;
                list-style: square;
            }
        }

        > a {
            background-color: #241e1e;
            color: #fff;
            font-weight: 600;
            font-size: 14px;
            text-transform: uppercase;
            display: flex;
            justify-content: center;
            padding: 10px 30px;
        }
    }
}
/*=================================================================================
================================== Проекты ========================================
=================================================================================*/
#proekt {
    padding: 100px calc(50% - 150px) 40px;

    > h2 {
        text-transform: uppercase;
        margin-bottom: 40px;
        font-size: 22px;
    }

    > p {
        font-weight: 600;
    }

    > ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: 40px;

        > li {
            width: 100%;
            margin-bottom: 60px;

            > h3 {
                background-color: #ffd201;
                clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
                padding: 10px 10px 25px 10px;
                margin: 0;
            }

            > p {
                font-weight: 500;
                text-align: right;
                margin: 20px 0;
            }

            > a {
                background-color: #241e1e;
                color: #fff;
                font-weight: 600;
                font-size: 14px;
                text-transform: uppercase;
                display: flex;
                justify-content: center;
                padding: 10px;
            }
        }
    }
}    
/*=================================================================================
================================== Обратная связь =================================
=================================================================================*/
#obrsv {
    padding: 100px calc(50% - 150px);
    background: #ffd201;

    > h2 {
        text-transform: uppercase;
        margin-bottom: 40px;
        font-size: 22px;
    }

    > p {
        margin-bottom: 40px;
    }

    > a {
        background-color: #241e1e;
        color: #fff;
        font-weight: 600;
        font-size: 14px;
        text-transform: uppercase;
        display: flex;
        justify-content: center;
        padding: 10px 30px;
    }
}  
/*=================================================================================
================================== Партнеры =======================================
=================================================================================*/
#partner {
    padding: 100px calc(50% - 150px);

    > h2 {
        text-transform: uppercase;
        margin-bottom: 80px;
        font-size: 22px;
    }

    > div {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;

        > img {
            width: 140px;
            margin-bottom: 40px;
        }
    }
}    

/*=================================================================================================================================
================================== Подвал =========================================================================================
=================================================================================================================================*/
footer.footer {
    background-color: #ffd201;
    padding: 50px calc(50% - 150px) 120px;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);

    > div {
        display: flex;
        flex-direction: column-reverse;

        > ul:nth-child(1) {
            font-weight: 600;
            font-size: 18px;

            > li:nth-child(4) {
                font-weight: 700;
                margin: 30px 0;
                font-size: 18px;
            }

            > li:nth-child(5), li:nth-child(6) {
                text-decoration: underline;
                font-size: 14px;
                font-weight: 400;
            }
        }

        > ul:nth-child(2) {
            font-weight: 600;
            margin-bottom: 40px;
        }

        > ul:nth-child(3) {
            text-align: right;
            margin-bottom: 40px;

            > li:nth-child(1) {
                display: inline-block;
                width: 120px;
                height: 50px;
                background-image: url(../images/logo-footer.png);
                background-size: contain;
            }

            > li:nth-child(2) {
                text-transform: uppercase;
                font-weight: 900;
                font-size: 27px;
            }

            > li:nth-child(3) {
                text-transform: uppercase;
                font-weight: 700;
                font-size: 12.1px;
                margin-bottom: 5px;
            }

            > li:nth-child(4), li:nth-child(5), li:nth-child(6) {
                color: #fff;
                font-weight: 600;
                font-size: 14px;
            }
        }        
    }
}
/*=================================================================================
================================== Копирайт =======================================
=================================================================================*/
section.copyright {
    background-color: #241e1e;
    padding: 100px calc(50% - 150px) 30px;
    color: #fff;
    margin-top: -80px;
    font-size: 14px;

    > div {
        display: flex;
        flex-direction: column;

        a {
            text-decoration: underline;
        }
    }
}
/*=================================================================================================================================
================================== Хлебные крошки =================================================================================
=================================================================================================================================*/
div.breadcrumbs {
    padding: 40px calc(50% - 150px) 40px;

    > nav > ul {
        display: flex;
        font-size: 13px;
        flex-wrap: wrap;

        > li {
            margin-right: 10px;

            > i {
                margin-left: 8px;
            }
        }

        > li.active {
            opacity: 0.6;
        }
    }
}
/*=================================================================================
================================== о компании =====================================
=================================================================================*/
div.item-page-o-kompanii > div {

    > section#preimu {
        background: linear-gradient(90deg,rgba(230, 230, 230, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(230, 230, 230, 1) 100%);
        padding: 80px calc(50% - 150px);
        margin: 0 0 50px 0;

        > h2 {
            font-size: 18px;
            margin-bottom: 100px;
        }

        > ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;

        > li {
            width: 100%;
            margin-bottom: 40px;
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            text-align: center;

            > span {
                display: flex;
                justify-content: center;
                align-items: center;
                width: 150px;
                height: 150px;
                border-radius: 50%;
                background-color: #241e1e;
                border: 4px solid #ffd201;
                outline: 5px solid #241e1e;
                margin-bottom: 40px;

                > i {
                    display: block;
                    width: 100px;
                    height: 100px;
                    background: url(../images/ico-komp.png);
                    background-size: cover;
                }
            }
        }

        > li:nth-child(2) > span > i {
            background-position: center -100px;
        }
        > li:nth-child(3) > span > i {
            background-position: center -200px;
        }
        > li:nth-child(4) > span > i {
            background-position: center -300px;
        }
        > li:nth-child(5) > span > i {
            background-position: center -400px;
        }
        > li:nth-child(6) > span > i {
            background-position: center -500px;
        }
    }
    }

    > section.wrapper {
        padding: 0px calc(50% - 150px) 50px;

        > h1, h2 {
            font-size: 18px;
        }

        > p {
            margin-bottom: 20px;
            text-align: justify;
        }

        > section.spotlight-group {
            display: flex;
            margin-bottom: 40px;

            > a {
                width: 180px;
                margin-right: 20px;
            }
        }
    }
    > section#celi {
        padding: 100px calc(50% - 150px) 100px;
        margin: 0 0 50px 0;
        background: #ffd201;
        background-size: cover;
        display: flex;
        flex-direction: column;

        > ul {
            width: 100%;

            > li:first-child {
                font-weight: 600;
                font-size: 22px;
                text-transform: uppercase;
            }
            > li {
                margin-bottom: 20px;
            }
        }

    }

}
/*=================================================================================
================================== Автопарк =======================================
=================================================================================*/
div.avtopark > div > section.spotlight-group {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
    justify-content: space-between;

    > a {
        display: block;
        width: 140px;
        margin: 0 0px 20px 0px;
    }
}
/*=================================================================================
================================== Проекты ========================================
=================================================================================*/
div.proekti > div > section#proekt {
    padding: 0;
    margin: 0 0 40px 0;

    h3 {
        font-size: 16px;
    }
}
section.spotlight-proekt {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;

    > a {
        display: block;
        width: 47%;
        margin-bottom: 10px;
    }

    > a:first-child {
        width: 100%;
    }
}
/*=================================================================================
================================== Продукция ======================================
=================================================================================*/
div.produkciya > div > section#beton {
    padding: 60px 20px;
    clip-path: none;
    margin-bottom: 40px;

    > a {
        margin: 0 0 10px 0;
        font-size: 12px;
    }
}
section.marki-beton {
    display: flex;
    flex-wrap: wrap;
    margin: 40px 0 20px;
    justify-content: space-between;

    > div {
        width: 100%;
        text-align: right;
        margin-bottom: 30px;

        > span {
            display: block;
            width: 100%;
            aspect-ratio: 32/20;
            background: url(../images/marki-beton.jpg) no-repeat;
        }

        > h4 {
            background-color: #ffd201;
            font-size: 18px;
            clip-path: polygon(0 40%, 100% 0, 100% 100%, 0 100%);
            padding: 20px 10px 10px 10px;
            margin: -20px 0 0 0;
        }

        > p {
            background-color: #241e1e;
            color: #fff;
            padding: 10px;
            font-size: 14px;
            height: 140px;
        }
    }

    > div:nth-child(2) > span {
        background-position: -300px 0px;
    }
    > div:nth-child(3) > span {
        background-position: -600px 0px;
    }
    > div:nth-child(4) > span {
        background-position: 0px -200px;
    }
    > div:nth-child(5) > span {
        background-position: -300px -200px;
    }
    > div:nth-child(6) > span {
        background-position: -600px -200px;
    }
    > div:nth-child(7) > span {
        background-position: 0px -400px;
    }
    > div:nth-child(8) > span {
        background-position: -300px -400px;
    }
    > div:nth-child(9) > span {
        background-position: -600px -400px;
    }
}
table.price-table {
    display: block;
    width: 300px;
    overflow: scroll;
}
table.price-table > tbody {
    width: 960px;
    display: block;
    margin-bottom: 20px;

    > tr:first-child {
        font-weight: bold;
        text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);

        > td {
            text-align: center;
            padding: 20px;
            color: #fff;
        }

        > td:nth-child(1) {
            background-color: #ffd201;
        }

        > td:nth-child(2) {
            background-color: #ffe013;
        }

        > td:nth-child(3) {
            background-color: #ffd900;
        }

        > td:nth-child(4) {
            background-color: #ffd201;
        }

        > td:nth-child(5) {
            background-color: #ffbe00;
        }

        > td:nth-child(6) {
            background-color: #ffaa00;
        }
        
    }

    > tr {
        display: flex;
        justify-content: space-between;

        > td {
            width: 160px;
            text-align: center;
            padding: 10px;
        }

    }

    > tr:nth-child(even) {
        background-color: #e7e7e7;
    }
}
/*=================================================================================
================================== SE =============================================
=================================================================================*/
div.item-page > div {
    padding: 0px calc(50% - 150px) 80px;

    > h1, h2, h3 {
        font-size: 18px;
    }

    > img {
        margin-bottom: 20px;
    }

    > p {
        margin-bottom: 20px;
        text-align: justify;
    }

    > ul {
        margin: 0 0 20px 20px;

        > li {
            margin-bottom: 5px;
            list-style: square;
        }

        > li::marker {
            color: #ffd201;
        }
    }

    > div#yamap {
        margin-bottom: 20px;
    }
}
/*==================================================================
============================== Формы ===============================
==================================================================*/
div.zayavka .call-me {
    display: block;

    form input, 
    form textarea, 
    form select {
        box-sizing: border-box;
        border: 2px solid #777;
        border-radius: 2px;
        width: 100%;
        padding: 10px;
        margin-bottom: 20px;   
    }
    form textarea {
        height: 200px;
    }
    form .form-button-all {
        display: flex;
        justify-content: center;
        align-items: center;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: bold;
        margin-top: 40px;
        width: 300px;
        height: 40px;
        background-color: #f1da16;
        border: none;

    }
    form .form-button-all:hover {
        opacity: 0.7;
        cursor: pointer;
    }
    footer {
        opacity: 0.8;
        margin-top: 20px;
    }
    footer a {
        color: #000;
        text-decoration: underline;
    }
    div.soglasie {
        opacity: 0.8;
        margin: 20px 0;
        display: flex;
        align-items: start;

        > input {
            width: 20px;
            margin-right: 10px;
            margin-top: 5px;
        }

         a {
            text-decoration: underline;
        }
    }
}

div.zayavka forma-form[state="success"] form,
div.zayavka forma-form[state="success"] footer {
    display: none;
}
/*==================================================================
========================= Cookie Notice ============================
==================================================================*/
#cookie-notice {
	display: none;
	position: fixed;
	bottom: 0;
    left: 0;
    right: 0;
	z-index: 999;
    background-color: #fff;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
	padding: 15px 10px;
    font-size: 12px;
    text-align: center;
}
#cookie-notice > p > a {
    text-decoration: underline;
}
.cookie-notice-close {
    display: inline-block;
    margin-top: 5px;
	padding: 5px 12px;
    border-radius: 4px;
	background-color: #f1da16;
	color: #555;
}
.cookie-notice-close:hover {
	opacity: 0.6;
}
/*========================================================================================================================================
==========================================================================================================================================
========================================================== MIDLE =========================================================================
==========================================================================================================================================
========================================================================================================================================*/

@media screen and (min-width: 768px) {
/*=================================================================================
================================== Шапка ==========================================
=================================================================================*/
section.top {
    padding: 20px calc(50% - 300px) 40px;
}
/*=================================================================================
================================== Меню ===========================================
=================================================================================*/
#header {
    padding: 40px calc(50% - 300px) 5px;
}
/*=================================================================================
================================== Слайдер ========================================
=================================================================================*/
#slider {
    padding: 150px calc(50% - 300px);

    > div {
        display: flex;
        justify-content: center;

        > p {
            width: 45%;
            font-size: 14px;
        }

        > p:first-child {
            text-align: right;
            border-right: 4px solid #ffd201;
            border-bottom: none;
            padding-right: 40px;
        }

        > p:last-child {
            padding-left: 40px;
            text-align: left;
        }
    }

}
/*=================================================================================
================================== О компании =====================================
=================================================================================*/
#okompanii {
    padding: 100px calc(50% - 300px);
    clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
}
/*=================================================================================
================================== Услуги =========================================
=================================================================================*/
#uslugi {
    padding: 150px calc(50% - 300px);
    margin-top: -100px;

    > ul {

        > li {
            width: 46%;
        }
    }
}
/*=================================================================================
================================== Преимущества ===================================
=================================================================================*/
#preimu {
    padding: 120px calc(50% - 300px);

    > ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;

        > li {
            width: 46%;
        }

    }
}
/*=================================================================================
================================== Бетон ==========================================
=================================================================================*/
#beton {
    padding: 100px calc(50% - 300px) 150px;
    clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
}
/*=================================================================================
================================== Этапы сотрудничества ===========================
=================================================================================*/
#etap {
    padding: 100px calc(50% - 300px);
}
/*=================================================================================
================================== Автопарк =======================================
=================================================================================*/
#avtopark {
    padding: 100px calc(50% - 300px);

    > section.spotlight-group {

        > a {
            width: 32%;
            margin-bottom: 8px;
        }
    }
}
/*=================================================================================
================================== Проекты ========================================
=================================================================================*/
#proekt {
    padding: 100px calc(50% - 300px);

    > ul {

        > li {
            width: 46%;
            margin-bottom: 60px;
        }
    }
}    
/*=================================================================================
================================== Обратная связь =================================
=================================================================================*/
#obrsv {
    padding: 100px calc(50% - 300px);
    background: url(../images/obrsv.jpg) no-repeat center;
    background-size: cover;

    > h2 {
        margin-left: 340px;
    }

    > p {
        margin-left: 340px;
    }

    > a {
        margin: 20px 0 0 340px;
    }
}  
/*=================================================================================
================================== Партнеры =======================================
=================================================================================*/
#partner {
    padding: 100px calc(50% - 300px);
}    

/*=================================================================================================================================
================================== Подвал =========================================================================================
=================================================================================================================================*/
footer.footer {
    padding: 50px calc(50% - 300px) 120px;

    > div {
        flex-direction: row;
        justify-content: space-between;

        > ul:nth-child(2) {
            font-weight: 600;
        }
        > ul:nth-child(3) {
            width: 60%;
        }        
    }
}
/*=================================================================================
================================== Копирайт =======================================
=================================================================================*/
section.copyright {
    padding: 100px calc(50% - 300px) 30px;
    margin-top: -80px;

    > div {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
}
/*=================================================================================================================================
================================== Хлебные крошки =================================================================================
=================================================================================================================================*/
div.breadcrumbs {
    padding: 40px calc(50% - 300px) 40px;
}
/*=================================================================================
================================== о компании =====================================
=================================================================================*/
div.item-page-o-kompanii > div {

    > section#preimu {
        background: linear-gradient(90deg,rgba(230, 230, 230, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(230, 230, 230, 1) 100%);
        padding: 80px calc(50% - 300px);

        > ul {

            > li {
                width: 46%;
            }
        }
    }

    > section.wrapper {
        padding: 0px calc(50% - 300px) 50px;

        > section.spotlight-group {

            > a {
                width: 180px;
                margin-right: 20px;
            }
        }
    }
    > section#celi {
        padding: 100px calc(50% - 300px) 100px;
        background: url(../images/celi.jpg) no-repeat center;
        background-size: cover;
        flex-direction: row;
        justify-content: space-between;

        > ul {
            width: 45%;
        }

        > ul:first-child {
            color: #fff;
            text-align: right;
        }
    }
}
/*=================================================================================
================================== Автопарк =======================================
=================================================================================*/
div.avtopark > div > section.spotlight-group {

    > a {
        width: 180px;
        margin: 0 10px 20px 0px;
    }
}
/*=================================================================================
================================== Проекты ========================================
=================================================================================*/
section.spotlight-proekt {

    > a {
        width: 32%;
    }
}
/*=================================================================================
================================== Продукция ======================================
=================================================================================*/
section.marki-beton {

    > div {
        width: 48%;
    }
}
table.price-table {
	width: 600px;
}
/*=================================================================================
================================== SE =============================================
=================================================================================*/
div.item-page > div {
    padding: 0px calc(50% - 300px) 80px;
}
}
/*=========================================================================================================================================
===========================================================================================================================================
===========================================================================================================================================
=========================================================== BIG ===========================================================================
===========================================================================================================================================
===========================================================================================================================================
=========================================================================================================================================*/
@media screen and (min-width: 1024px) {

/*=================================================================================
================================== Шапка ==========================================
=================================================================================*/
section.top {
    padding: 20px calc(50% - 480px) 40px;
    background-size: 60px auto;
    background-color: #ffd201;
    clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);

    > div {
        display: flex;
        justify-content: space-between;

        > a#logo { 
            display: block;
            width: 222px;
            height: 40px;
            background: url(../images/logoblack.png) no-repeat;
            background-size: contain;
        }

        > ul:nth-child(2) {
            font-size: 16px;
        }

        > ul:nth-child(3) {
            font-size: 14px;
            display: block;
        }

        > ul:nth-child(4) {
            font-size: 13px;
            text-align: right;
            font-weight: 600;
            display: block;
        }
    }
    
}
/*=================================================================================
================================== Меню ===========================================
=================================================================================*/
#header label, #header input {
    display: none;
}
#header {
    padding: 40px calc(50% - 480px) 5px;
}
#header nav { 
    display: block;
}
#header ul.nav {
    display: flex;
    flex-direction: row;
    align-items: end;

    > li {
        margin-bottom: 0px;
        margin-right: 30px;
    }
}
/*=================================================================================
================================== Слайдер ========================================
=================================================================================*/
#slider {
    padding: 250px calc(50% - 480px);

    > div {

        > p {
            font-size: 16px;
        }
    }
}
/*=================================================================================
================================== О компании =====================================
=================================================================================*/
#okompanii {
    padding: 100px calc(50% - 480px);
    clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);

    > h2 {
        font-size: 22px;
    }
}
/*=================================================================================
================================== Услуги =========================================
=================================================================================*/
#uslugi {
    padding: 150px calc(50% - 480px);
    margin-top: -100px;

    > ul {

        > li {
            width: 30%;
        }
    }
}
/*=================================================================================
================================== Преимущества ===================================
=================================================================================*/
#preimu {
    padding: 120px calc(50% - 480px);

    > h3 {
        font-size: 22px;
    }

    > ul {

        > li {
            width: 30%;
        }

    }
}
/*=================================================================================
================================== Бетон ==========================================
=================================================================================*/
#beton {
    padding: 130px calc(50% - 480px) 200px;
    clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
}
/*=================================================================================
================================== Этапы сотрудничества ===========================
=================================================================================*/
#etap {
    padding: 150px calc(50% - 480px);

    > ul {
        display: flex;
        flex-direction: row;
    }
}
/*=================================================================================
================================== Автопарк =======================================
=================================================================================*/
#avtopark {
    padding: 150px calc(50% - 480px);
    background-color: transparent;
    background: url(../images/celi.jpg) no-repeat center;
    background-size: cover;
    flex-direction: row;
    justify-content: space-between;

    > section.spotlight-group {
        width: 45%;
    }

    > div {
        width: 46%;

        > a {
            display: inline-flex;
        }
    }
}
/*=================================================================================
================================== Проекты ========================================
=================================================================================*/
#proekt {
    padding: 150px calc(50% - 480px);

    > h2 {
        font-size: 22px;
    }

    > ul {

        > li {
            width: 30%;
        }
    }
}    
/*=================================================================================
================================== Обратная связь =================================
=================================================================================*/
#obrsv {
    padding: 150px calc(50% - 480px);

    > h2 {
        font-size: 22px;
        margin-left: 520px;
    }

    > p {
        margin-left: 520px;
    }

    > a {
        margin: 0px 0 0 520px;
        display: inline-flex;
    }
}  
/*=================================================================================
================================== Партнеры =======================================
=================================================================================*/
#partner {
    padding: 150px calc(50% - 480px);

    > h2 {
        font-size: 22px;
    }

    > div {

        > img {
            width: 180px;
            margin-bottom: 40px;
        }
    }
}    

/*=================================================================================================================================
================================== Подвал =========================================================================================
=================================================================================================================================*/
footer.footer {
    padding: 50px calc(50% - 480px) 120px;
    clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);

    > div {

        > ul:nth-child(3) {
            width: 30%;
        }
    }
}
/*=================================================================================
================================== Копирайт =======================================
=================================================================================*/
section.copyright {
    padding: 100px calc(50% - 480px) 30px;
}
/*=================================================================================================================================
================================== Хлебные крошки =================================================================================
=================================================================================================================================*/
div.breadcrumbs {
    padding: 40px calc(50% - 480px) 40px;
}
/*=================================================================================
================================== о компании =====================================
=================================================================================*/
div.item-page-o-kompanii > div {

    > section#preimu {
        background: linear-gradient(90deg,rgba(230, 230, 230, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(230, 230, 230, 1) 100%);
        padding: 80px calc(50% - 480px);

        > h2 {
            font-size: 22px;
            margin-bottom: 100px;
        }

        > ul {

            > li {
                width: 30%;
            }
        }
    }

    > section.wrapper {
        padding: 0px calc(50% - 480px) 50px;

        > h1, h2 {
            font-size: 22px;
        }

        > section.spotlight-group {

            > a {
                width: 180px;
                margin-right: 20px;
            }
        }
    }

    > section#celi {
        padding: 100px calc(50% - 480px) 100px;

        > ul {
            width: 45%;
        }
    }
}
/*=================================================================================
================================== Автопарк =======================================
=================================================================================*/
div.avtopark > div > section.spotlight-group {
    justify-content: start;

    > a {
        width: 230px;
        margin: 0 10px 10px 0px;
    }
}
/*=================================================================================
================================== Проекты ========================================
=================================================================================*/
section.spotlight-proekt {
    justify-content: start;

    > a {
        width: 23%;
        margin-right: 15px;
    }
}
/*=================================================================================
================================== Продукция ======================================
=================================================================================*/
section.marki-beton {

    > div {
        width: 31%;
    }
}

table.price-table {
    width: 960px;
}
/*=================================================================================
================================== SE =============================================
=================================================================================*/
div.item-page > div {
    padding: 0px calc(50% - 480px) 80px;

    > h1, h2, h3 {
        font-size: 22px;
    }
}    

/*==================================================================
============================== Формы ===============================
==================================================================*/
div.zayavka .call-me {
    width: 70%;
}

}