﻿* {
    margin: 0;
    border: 0;
    padding: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

    *:focus {
        outline: none;
    }

::-moz-selection {
    color: #fff;
    background-color: rgba(49, 48, 48, .5);
}

::selection {
    color: #fff;
    background-color: rgba(49, 48, 48, .5);
}

html, body, form {
    min-height: 100%;
    position: relative;
}

body {
    font-family: 'Open Sans', Tahoma, sans-serif;
    font-weight: 400;
    font-size: 20px;
    text-decoration: none;
    background-color: #fff;
    overflow-x: hidden;
}

a {
    text-decoration: none;
}

textarea {
    resize: none;
}

header, footer, article {
    display: block;
}

/*header*/
header {
    height: 100px;
    background-color: #313030;
    overflow: hidden;
}

    header .logo {
        width: 230px;
        height: 60px;
        float: left;
        margin: 20px 0;
        background-image: url('images/master/header/logo.svg');
        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain;
        display: block;
    }

    header .contact {
        display: block;
        margin: 29px 0;
        text-align: left;
        color: #ffffff;
        font-weight: bold;
        position: absolute;
        background-image: url('images/master/header/phone.svg');
        background-repeat: no-repeat;
        background-position: left center;
        background-size: contain;
        right: 0;
        padding-left: 69px;
        font-size: 18px;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.22;
        letter-spacing: normal;
    }

        header .contact span {
            font-weight: 300;
        }

    header .address {
        right: 300px;
        padding-left: 50px;
        background-image: url('images/master/header/location.svg');
    }


/*footer*/
footer {
    height: 240px;
    background-color: #313030;
}

    footer p,
    footer ul li a {
        font-size: 18px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.22;
        letter-spacing: normal;
        text-align: left;
        color: #ffffff;
    }

    footer p,
    footer ul {
        margin: 43px 0;
        float: left;
    }

    footer ul {
        list-style-type: none;
        float: right;
    }

        footer ul li {
            float: left;
            margin: 0 15px;
        }

            footer ul li:last-child {
                margin-right: 0;
            }

    footer .content > div {
        border-bottom: 1px solid #484848;
        height: 120px;
    }

    footer .gravity {
        background-image: url('images/master/footer/gravity-logo.svg');
        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain;
        margin-top: 23px;
        width: 105px;
        height: 25px;
        display: block;
        float: right;
    }

    header .content,
    article,
    footer .content {
        max-width: 1640px;
        width: 100%;
        margin: 0 auto;
        position: relative;
    }


/*home-page*/
.home-page {
    margin: 22px auto;
}

    .home-page .banner {
        position: relative;
        background-color: #fff;
    }

        .home-page .banner,
        .home-page .banner .bx-wrapper .bx-viewport .bxslider-main > li {
            height: 570px !important;
            width: 100%;
        }

            .home-page .banner .bx-wrapper {
                padding: 0;
                -moz-box-shadow: none;
                -webkit-box-shadow: none;
                box-shadow: none;
                border: none;
                background-color: transparent;
            }

                .home-page .banner .bx-wrapper .bx-pager {
                    bottom: 20px;
                }

                    .home-page .banner .bx-wrapper .bx-pager.bx-default-pager a:hover,
                    .home-page .banner .bx-wrapper .bx-pager.bx-default-pager a.active,
                    .home-page .banner .bx-wrapper .bx-pager.bx-default-pager a:focus {
                        background-color: #2699fb;
                    }

                    .home-page .banner .bx-wrapper .bx-pager.bx-default-pager a {
                        background-color: #ffffff;
                        border: 1px solid #2699fb;
                    }

            .home-page .banner .main-slide {
                width: 100%;
                height: 100%;
                overflow: hidden;
                position: relative;
                padding: 0;
            }

                .home-page .banner .main-slide .bg-image,
                .home-page .banner .main-slide .txt {
                    position: absolute;
                    width: 100%;
                    height: 100%;
                    background-position: center center;
                    background-repeat: no-repeat;
                    background-size: cover;
                    top: 0;
                    left: 0;
                }

                .home-page .banner .main-slide .bg-image {
                    display: none;
                }

                .home-page .banner .main-slide .txt {
                    padding: 60px;
                    display: table;
                }

                    .home-page .banner .main-slide .txt > div {
                        display: table-cell;
                        vertical-align: middle;
                    }

                .home-page .banner .main-slide h1,
                .home-page .banner .main-slide p {
                    font-size: 20px;
                    font-weight: bold;
                    font-style: normal;
                    font-stretch: normal;
                    line-height: 1.25;
                    letter-spacing: normal;
                    text-align: left;
                    color: #ffffff;
                    max-width: 500px;
                }

                .home-page .banner .main-slide h1 {
                    font-size: 46px;
                    margin-bottom: 20px;
                }


    .home-page .repairs,
    .home-page .last-action {
        border: 1px solid #d1d0d0;
        min-height: 390px;
    }

        .home-page .repairs ul,
        .home-page .last-action ul,
        .home-page .links ul {
            list-style-type: none;
        }

        .home-page .repairs h2,
        .home-page .last-action h2 {
            font-size: 26px;
            font-weight: bold;
            font-style: normal;
            font-stretch: normal;
            line-height: 1.23;
            letter-spacing: normal;
            text-align: center;
            color: #000000;
        }

    .home-page .repairs {
        float: left;
        width: calc(66.66% - 8px);
        background-color: #f2f2f2;
        border: 1px solid #d1d0d0;
        padding: 30px;
    }

        .home-page .repairs > div {
            position: relative;
        }

        .home-page .repairs .back-button {
            position: absolute;
            left: 0;
            top: 6px;
            width: 26px;
            height: 18px;
            display: block;
            background-image: url('images/master/home-page/back-arrow.png');
            background-repeat: no-repeat;
            background-position: center center;
            background-size: contain;
        }

        .home-page .repairs h2 {
            margin-bottom: 30px;
        }

        .home-page .repairs ul {
            margin: 0 auto;
            width: 100%;
        }

            .home-page .repairs ul li {
                float: left;
                width: calc(25% - 16px);
                margin: 8px;
                padding: 0;
                border: 1px solid #d1d0d0;
                background-color: #fff;
                text-align: center;
            }

                .home-page .repairs ul li a {
                    font-size: 18px;
                    font-weight: bold;
                    font-style: normal;
                    font-stretch: normal;
                    line-height: 24px;
                    letter-spacing: normal;
                    text-align: center;
                    color: #000000;
                    display: block;
                    width: 100%;
                    white-space: nowrap;
                    overflow: hidden;
                    -ms-text-overflow: ellipsis;
                    -o-text-overflow: ellipsis;
                    text-overflow: ellipsis;
                    margin: 0;
                    padding: 18px 10px;
                }

                .home-page .repairs ul li:hover {
                    background-color: #d1d0d0;
                }

        .home-page .repairs .repairs-list li {
            width: calc(50% - 16px);
        }

            .home-page .repairs .repairs-list li a {
                font-size: 16px;
                font-weight: normal;
                font-style: normal;
                font-stretch: normal;
                line-height: 20px;
                color: #313030;
                padding: 20px 10px;
            }

        .home-page .repairs .result {
        }

            .home-page .repairs .result .confetti {
                background-image: url('images/master/home-page/confetti.svg');
                background-repeat: no-repeat;
                background-position: center center;
                background-size: contain;
                margin: 20px auto;
                width: 100px;
                height: 100px;
            }

            .home-page .repairs .result .detail {
                font-size: 16px;
                font-weight: bold;
                font-style: normal;
                font-stretch: normal;
                line-height: 1.19;
                letter-spacing: normal;
                text-align: center;
                color: #000000;
                width: 100%;
                margin: 25px auto;
            }

                .home-page .repairs .result .detail h6 {
                    font-size: 40px;
                    font-style: normal;
                    line-height: 1.23;
                    color: #313030;
                }

            .home-page .repairs .result .contact {
                background-color: #009444;
                font-size: 16px;
                font-weight: bold;
                font-style: normal;
                font-stretch: normal;
                line-height: 1.19;
                letter-spacing: normal;
                text-align: left;
                color: #ffffff;
                display: block;
                margin: 0 auto;
                max-width: 240px;
                padding: 15px 82px;
                cursor: pointer;
                -webkit-appearance: none;
            }


    .home-page .last-action {
        float: right;
        width: calc(33.33% - 8px);
        background-color: #fff;
    }

        .home-page .last-action h2 {
            margin: 30px 0;
        }

        .home-page .last-action ul {
        }

            .home-page .last-action ul li {
                border-top: 1px solid #d1d0d0;
                padding: 8px;
                font-size: 16px;
                font-weight: normal;
                font-style: normal;
                font-stretch: normal;
                line-height: 20px;
                letter-spacing: normal;
                text-align: left;
                color: #707070;
            }

                .home-page .last-action ul li .name {
                    float: left;
                    width: calc(100% - 80px);
                    white-space: nowrap;
                    overflow: hidden;
                    -ms-text-overflow: ellipsis;
                    -o-text-overflow: ellipsis;
                    text-overflow: ellipsis;
                }

                .home-page .last-action ul li .price {
                    float: right;
                    text-align: right;
                }

                .home-page .last-action ul li:nth-child(odd) {
                    background-color: #f2f2f2;
                }


    .home-page .links {
    }

        .home-page .links ul {
            margin: -10px;
        }

            .home-page .links ul li {
                float: left;
                width: calc(33.33% - 20px);
                margin: 10px;
            }

                .home-page .links ul li > div {
                    width: 100%;
                    height: 300px;
                    margin-bottom: 24px;
                    background-repeat: no-repeat;
                    background-position: center center;
                    background-size: cover;
                }

                .home-page .links ul li > h4 {
                    font-size: 18px;
                    font-weight: bold;
                    font-style: normal;
                    font-stretch: normal;
                    line-height: 1.28;
                    letter-spacing: normal;
                    text-align: left;
                    color: #000000;
                }


    .home-page .text {
        font-style: normal;
        letter-spacing: normal;
        text-align: left;
        font-stretch: normal;
    }

        .home-page .text h2 {
            font-size: 40px;
            font-weight: bold;
            line-height: 1.23;
            color: #313030;
            margin-bottom: 24px;
        }

        .home-page .text p {
            font-size: 18px;
            font-weight: normal;
            line-height: 1.78;
            color: #707070;
        }


    .home-page .contact {
    }

        .home-page .contact > div {
            background-color: #f2f2f2;
            border: 1px solid #d1d0d0;
            margin-bottom: 24px;
            height: 554px;
        }

        .home-page .contact .map {
            float: left;
            width: calc(66.66% - 5px);
            height: 100%;
        }

        .home-page .contact .form {
            float: right;
            width: calc(33.33% - 5px);
            height: 100%;
            padding: 45px;
        }

            .home-page .contact .form h2 {
                font-size: 26px;
                font-weight: bold;
                font-style: normal;
                font-stretch: normal;
                line-height: 1.19;
                letter-spacing: normal;
                text-align: left;
                color: #313030;
                margin-bottom: 22px;
            }

            .home-page .contact .form .inputs {
            }

                .home-page .contact .form .inputs > div {
                    margin-bottom: 19px;
                }

                    .home-page .contact .form .inputs > div span {
                        font-size: 10px;
                        font-weight: bold;
                        font-style: normal;
                        font-stretch: normal;
                        line-height: 1.1;
                        letter-spacing: normal;
                        text-align: left;
                        color: #000000;
                        display: block;
                        margin-bottom: 8px;
                    }

                    .home-page .contact .form .inputs > div input,
                    .home-page .contact .form .inputs > div textarea {
                        background-color: #ffffff;
                        border: 1px solid #d1d0d0;
                        padding: 15px;
                        width: 100%;
                        font-size: 14px;
                        font-weight: normal;
                        font-style: normal;
                        font-stretch: normal;
                        line-height: 1.14;
                        letter-spacing: normal;
                        text-align: left;
                        color: #000000;
                    }


            .home-page .contact .form .btn-send {
                -moz-border-radius: 4px;
                -webkit-border-radius: 4px;
                border-radius: 4px;
                background-color: #009444;
                font-size: 14px;
                font-weight: bold;
                font-style: normal;
                font-stretch: normal;
                line-height: 1.14;
                letter-spacing: normal;
                text-align: center;
                color: #ffffff;
                padding: 10px 30px;
                cursor: pointer;
                -webkit-appearance: none;
            }

            .home-page .contact .form .result {
                font-size: 10px;
                font-weight: bold;
                font-style: normal;
                font-stretch: normal;
                line-height: 1.1;
                letter-spacing: normal;
                text-align: left;
                color: #000000;
            }

                .home-page .contact .form .result.error {
                    color: #ff0000;
                }

        .home-page .contact > a {
            font-size: 18px;
            font-weight: normal;
            font-style: normal;
            font-stretch: normal;
            line-height: 1.2;
            letter-spacing: normal;
            text-align: left;
            color: #707070;
        }


/*sub-page*/
.sub-page {
    min-height: calc(100vh - 660px);
    max-width: 1280px;
    margin: 90px auto;
}

    .sub-page .content-side {
        width: 120px;
        float: left;
        position: relative;
    }

        .sub-page .content-side ul {
            list-style-type: none;
            margin-top: 160px;
        }

            .sub-page .content-side ul li {
                margin: 6px 0;
            }

                .sub-page .content-side ul li a {
                    display: block;
                    font-size: 18px;
                    font-weight: normal;
                    font-style: normal;
                    font-stretch: normal;
                    line-height: 1.22;
                    letter-spacing: normal;
                    text-align: right;
                    color: #313030;
                }

        .sub-page .content-side .title-v {
            font-size: 90px;
            font-weight: bold;
            font-style: normal;
            font-stretch: normal;
            line-height: 1.23;
            letter-spacing: normal;
            text-align: right;
            color: rgba(49, 48, 48, .1);
            width: 580px;
            position: absolute;
            top: 500px;
            left: -202px;
            -moz-transform: rotate(270deg);
            -ms-transform: rotate(270deg);
            -o-transform: rotate(270deg);
            -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
        }

    .sub-page .content-inner {
        width: calc(100% - 200px);
        min-height: 830px;
        float: right;
        letter-spacing: normal;
        text-align: left;
        font-stretch: normal;
        font-style: normal;
    }

        .sub-page .content-inner .title {
            font-size: 40px;
            font-weight: bold;
            line-height: 1.23;
            color: #313030;
            margin-bottom: 34px;
        }

        .sub-page .content-inner .content-text {
            font-size: 16px;
            font-weight: normal;
            line-height: 2;
            color: #707070;
        }

            .sub-page .content-inner .content-text p {
                margin-bottom: 20px;
            }
