/* --- MAIN CLASSES --- */

#bg7 {
    width: 150px;
    display: block;
    top: -5px;
    right: 5%;
    z-index: 25;
    transform: rotate(6deg);
}

.service-list #bg1 {top: 180px; right: 25%}
.service-list #bg2 {top: 38%; transform: rotate(-9deg);}
.service-list #bg3 {top: 42%; left: 22%; right: auto}
.service-list #bg4 {top: 360px; left: 300px}
.service-list #bg5 {top: 70%; left: 200px;}
.service-list #bg6 {bottom: 25%;}

/* --- HEADER --- */

.icon-pin {
    display: inline-block;
}

.menu-icon {
    display: none;
}

header .logo {
    padding: 0 20px;
    height: 48px;
}

nav {
    padding: 0;
    height: 100%;
    width: auto;
    flex-grow: 1;
    display: flex;
    display: -ms-flex;
    align-items: center;
    -ms-flex-align: center;
    justify-content: space-between;
    -ms-flex-pack: justify;
    position: static;
    transform: translateX(0);
    background-color: #ffffff;
}
nav.shown {box-shadow: none;}

    nav a:not(.btn) {
        height: auto;
        width: auto;
        border-bottom: 0;
    }

        nav a:not(.btn) svg {
            display: none;
        }
        nav a:not(.btn) svg.icon-pin {
            margin-right: 5px;
            display: inline-block;
            transition: fill .4s ease-in-out;
            fill: #545454;
        }
        nav a:not(.btn):hover svg.icon-pin {fill: #b72c3c;}

    .header-nav {
        order: 1;
        -ms-flex-order: 1;
        flex-grow: 1;
        font-family: "Exo 2", Arial, Helvetica, sans-serif;
        font-size: 18px;
        text-align: center;
        white-space: nowrap;
    }

        .header-nav a:not(.btn) {
            padding: 0 25px;
            display: inline-block;
            color: #b72c3c !important;
        }
        .header-nav a:not(.btn):hover {color: #2b2a29 !important;}
        /*.header-nav a:not(.btn):first-child {display: none;}*/

    .header-contact {
        order: 0;
        -ms-flex-order: 0;
        flex-grow: 1;
        display: flex;
        display: -ms-flex;
        justify-content: center;
        -ms-flex-pack: center;
    }

        .hc-info {
            display: flex;
            display: -ms-flex;
            align-items: flex-start;
            -ms-flex-align: start;
            flex-direction: column-reverse;
            -ms-flex-direction: column-reverse;
        }

            .hc-info a:not(.btn) {
                padding: 0;
                display: block;
                color: #545454 !important;
                font-size: 14px;
                white-space: nowrap;
            }
            .hc-info a:not(.btn):hover {color: #b72c3c !important;}
            .hc-info a:not(.btn).phone {
                margin-left: 25px;
                font-size: 18px;
                font-weight: 600;
            }

    .header-order {
        padding: 13px 20px 13px 90px;
        height: 100%;
        width: auto;
        order: 2;
        -ms-flex-order: 2;
        position: static;
        background: #ffffff 50% 50% no-repeat url(/img/button-bg.png);
        background-size: cover;
    }

.phone-icon {
    display: none;
}

/* --- FOOTER --- */

.footer-contact > ul li {
    margin: 0 25px;
}

/* --- INDEX --- */

.w-promo {
    height: 800px;
}

    .w-promo > .cover h1 {
        margin-bottom: 60px;
    }
    .w-promo.small > .cover h1:not(.small) {
        margin-bottom: 0;
        line-height: 60px;
    }
    .w-promo.small > .cover h1.small {margin-bottom: 30px;}

    .w-promo > .cover p {
        margin-bottom: 60px;
        width: 50%;
        font-size: 18px;
        line-height: 25px;
    }
    .w-promo.small > .cover p {margin-bottom: 0;}

.feature-container {
    padding: 90px 0 40px;
}

.benefit-container {
    margin-bottom: 60px;
    padding: 25px 0 30px;
    height: 270px;
    position: relative;
}

    .benefit-img h2 {
        font-size: 36px;
    }

    .benefit-block {
        position: relative;
        z-index: 50;
    }

.service-container {
    padding: 70px 15px 0;
}

    .service-container h2 {
        margin-bottom: 70px;
    }

    .service-block {
        margin: 0 28px 70px;
    }

.fast-order {
    padding: 30px 10%;
    width: 83.333333%;
    display: flex;
    display: -ms-flex;
    align-items: center;
    -ms-flex-align: center;
}

    .fa-caption {
        padding-bottom: 0;
        width: 50%;
        max-width: 50%;
        flex: 0 0 50%;
    }

        .fa-caption h3 {
            text-align: left;
        }

        .fa-caption p {
            margin-bottom: 0;
        }

    .fast-order form {
        width: 50%;
        max-width: 50%;
        flex: 0 0 50%;
        white-space: nowrap;
    }

.review-block {
    padding: 0 33.333333% 0 8.333333%;
    height: 170px;
}

    .review-block svg {
        margin: 4px 70px 0 25px;
        height: 50px;
    }
    .review-block svg:last-of-type {margin: 4px 25px 0 70px;}

.review-container > svg {
    height: 170px;
    right: -80px;
}

.warranty-container {
    padding: 40px 0;
}

    .warranty-img {
        width: 35%;
        max-width: 35%;
        flex: 0 0 35%;
    }

        .warranty-icon {
            padding-left: 60px;
        }

    .warranty-block {
        padding: 0 0 0 60px;
        width: 50%;
        max-width: 50%;
        flex: 0 0 50%;
    }

.text-container {
    padding: 100px 25%;
}

.border-block {
    margin: 70px 70px 100px;
    padding: 70px 10px 10px;
}
.border-block.even {padding: 70px 40px 10px;}

    .border-link {
        padding: 0 40px;
        font-weight: 600;
    }
    .border-block.even .border-link {
        padding: 0;
        width: auto;
        max-width: none;
        flex: 1 0 0;
        display: flex;
        display: -ms-flex;
        flex-direction: column;
        -ms-flex-direction: column;
        align-items: center;
        -ms-flex-align: center;
        font-weight: 400;
        text-align: center;
    }

        .border-block.even .border-link svg {
            margin: 0 0 25px;
        }

.service-list {
    margin: 0 auto 25px;
    width: 1441px;
    justify-content: flex-start;
    -ms-flex-pack: start;
}

    .service-detail {
        width: 33.33333333%;
        max-width: 33.33333333%;
        flex: 0 0 33.33333333%;
    }

.contact-container {
    padding: 30px 60px 20px;
}

    .border-block.form {
        width: 55%;
        max-width: 55%;
        flex: 0 0 55%;
    }

    .contact-block {
        padding: 0 0 0 80px;
        width: 45%;
        max-width: 45%;
        flex: 0 0 45%;
    }

        .map {
            height: 370px;
        }
