@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,700,700italic&subset=cyrillic,latin);

body {
    margin: auto;
    font-family: Open Sans, sans-serif;
}
a {
    text-decoration: none;
}
h1 {
    margin: 70px 0 0;
    font-size: 90px;
    font-weight: bold;
    color: #fff;
}
h2 {
    font-size: 36px;
    font-weight: normal;
    text-transform: uppercase;
    margin: 40px 0 14px;
    line-height: 30px;
}

.block {
    overflow: hidden;
    text-align: center;
}
    .block .hl {
        display: block;
        width: 100%;
        height: 3px;
        margin-bottom: 40px;
    }
        .block .hl span {
            background: #ed1c24;
            display: block;
            width: 60px;
            height: 100%;
            margin: auto;
        }

.order:hover, #feedback input[type="submit"]:hover {
    background: #b5030a;
}


#top {
    background: rgba(254, 242, 0, 0.9);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    z-index: 10;
}
    .top_center {
        width: 1140px;
        height: 100%;
        margin: auto;
    }
        .logo {
            float: left;
        }
        .top_center ul.full_menu {
            float: right;
            margin: 0 10px 0 0;
            padding: 0;
            list-style: none;
            font-size: 18px;
            font-weight: bold;
            font-style: italic;
            line-height: 80px;
        }
            .top_center ul.full_menu li {
                float: left;
                margin-left: 45px;
            }
                .top_center ul.full_menu li a {
                    color: #000;
                }
        .small_menu {
            display: none;
        }
            .small_menu ul {
                display: none;
            }
#header {
    background: url(./images/header.jpg) no-repeat center;
    height: 668px;
    text-align: center;
}
    .header_a {
        background: rgba(0, 0, 0, 0.6) url(./images/header_a.png);
        height: 100%;
    }
        .phone, .mail {
            display: inline-block;
            margin: 115px 80px 0;
            font-size: 30px;
            color: #fff;
            font-style: italic;
            padding-left: 55px;
            line-height: 41px;
        }
        .phone {
            background: url(./images/phone.png) no-repeat left 6px;
        }
        .mail {
            background: url(./images/mail.png) no-repeat left 7px;
        }
            .mail a {
                text-decoration: none;
                color: #fff;
            }
        .txt1, .txt2 {
            font-size: 40px;
            font-weight: bold;
            line-height: 40px;
        }
        .txt1 {
            margin-bottom: 10px;
            color: #fff;
        }
        .txt1 span, .txt2 {
            color: #fef200;
        }
        .order {
            background: #ed1c24;
            display: block;
            width: 320px;
            line-height: 65px;
            font-size: 30px;
            color: #fffefe;
            font-weight: bold;
            border-radius: 6px;
            margin: 85px auto 0;
            cursor: pointer;
        }
        .order_dwn {
            background: url(./images/order.png) no-repeat;
            clear: both;
            display: block;
            width: 37px;
            height: 23px;
            margin: 30px auto 0;
            cursor: pointer;
        }
#block1 {
    padding-bottom: 75px;
}
    #block1 > div {
        display: inline-block;
        width: 280px;
        font-size: 20px;
        font-weight: bold;
        vertical-align: top;
        margin: 60px 20px 0;
        line-height: 24px;
    }
#block2 {
    background: #ebebeb;
    padding-bottom: 30px;
}
    #block2 > div {
        display: inline-block;
        width: 325px;
        font-size: 14px;
        vertical-align: top;
        margin: 0 15px 10px;
        line-height: 20px;
    }
        #block2 h3 {
            font-size: 18px;
            margin: 14px 0;
        }
        #block2 > div > div {
            /* line-height: 20px; */
        }
#block3 {
    padding-bottom: 35px;
}
    #block3 .caption {
        font-size: 36px;
        font-weight: bold;
        color: #ea1c24;
        margin-top: 40px;
    }
    #block3 .text {
        font-size: 24px;
    }
        #block3 .text span {
            color: #ea1c24;
        }
            #block3 .text span span {
                text-decoration: line-through;
            }
    #block3 .order_block {
        width: 870px;
        margin: 18px auto 0;
    }
        #block3 img {
            float: left;
        }
        #block3 .right {
            float: right;
            width: 540px;
            padding: 0 10px;
        }
            #block3 .time, #feedback {
                background: #438ac8;
                border-radius: 6px;
            }
            #block3 .time {
                height: 136px;
                margin-top: 3px;
            }
                .time > div {
                    background: #3b78ae;
                    display: inline-block;
                    min-width: 90px;
                    height: 103px;
                    border-radius: 15px;
                    margin: 17px 20px 0;
                }
                    .time > div > div {
                        font-weight: bold;
                        color: #fff;
                    }
                    .time .val {
                        font-size: 60px;
                        line-height: 60px;
                        margin-top: 6px;
                    }
                    .time .cap {
                        font-size: 24px;
                        line-height: 23px;
                    }
            #feedback {
                /*height: 340px;*/
                margin-top: 11px;
                padding: 21px 16px 70px;
            }
                #feedback * {
                    display: block;
                    border-radius: 3px;
                }
                #feedback input[type="text"], textarea {
                    border: 1px solid #d7d7d7;
                    margin: auto;
                    padding-left: 24px;
                    font-size: 18px;
                    font-family: Open sans, sans-serif;
                }
                #feedback input[type="text"] {
                    width: 480px;
                    height: 48px;
                    margin-bottom: 11px;
                }
                #feedback textarea {
                    width: 478px;
                    resize: none;
                    padding-top: 10px;
                    height: 116px;
                    margin-bottom: 13px;
                }
                #feedback input[type="submit"] {
                    float: left;
                    background: #ed1c24;
                    line-height: 50px;
                    border: none;
                    font-size: 24px;
                    color: #fff;
                    font-weight: bold;
                    cursor: pointer;
                    padding: 0 15px;
                    -webkit-appearance: none;
                }
                .error {
                    line-height: 17px;
                    font-weight: bold;
                }
#block4 {
    background: url(./images/bg01.jpg) no-repeat center;
    background-size: cover;
    color: #fff;
    padding-bottom: 70px;
}
    #block4 > div {
        display: inline-block;
        font-size: 24px;
        font-weight: bold;
        width: 290px;
        vertical-align: top;
        margin: 0 50px 25px;
        line-height: 26px;
    }
        #block4 > div > div {
            margin-top: 20px;
        }
#block5 {
    padding-bottom: 34px;
}
    #block5 div {
        width: 100%;
    }
        #block5 img {
            display: inline-block;
            margin: 0 22px 32px;
            border-radius: 12px;
            box-shadow: 0 0 10px rgba(0,0,0,0.5);
        }
#block6 {
    background: url(./images/bg02.jpg) no-repeat center;
    background-size: cover;
    padding-bottom: 70px;
}
    a[name] {
        position: absolute;
        margin-top: -80px;
    }
    #block6 > div {
        display: inline-block;
        font-size: 24px;
        font-weight: bold;
        width: 320px;
        vertical-align: top;
        line-height: 26px;
        margin-bottom: 30px;
    }
        #block6 a {
            text-decoration: none;
            color: #000;
        }
            #block6 a span {
                display: block;
            }
    #block6 .hl {
        margin-bottom: 60px;
    }
#footer {
    background: #ed1c24;
    line-height: 100px;
    font-size: 24px;
    color: #fff;
}
    #footer > div {
        font-size: 24px;
        color: #fff;
    }

iframe[name='google_conversion_frame'] {
    display: none;
}


@media screen and (min-width: 1589px)
{
    #block5 > div {
        max-width: 1588px;
        margin: auto;
    }
}

@media screen and (max-width: 1140px)
{
    #top .top_center {
        width: 100%;
    }
        #top .top_center ul.full_menu li {
            margin: 0 0 10px 15px;
        }
}
@media screen and (max-width: 980px)
{
    #block3 .order_block {
        width: 100%;
    }

    #block3 .order_block > img {
        display: none;
    }

    #block3 .order_block .right {
        float: none;
        margin: auto;
    }
    h1 {
        line-height: 80px;
    }
}
@media screen and (max-width: 890px)
{
    #footer {
        line-height: 35px;
        padding: 15px 0;
    }
}
@media screen and (max-width: 887px)
{
    a.order {
        margin-top: 50px;
    }
}
@media screen and (max-width: 866px)
{
    .phone {
        margin-top: 100px;
    }
    .mail {
        margin: 10px 80px 0;
    }
    h1 {
        margin: 30px 0 20px;
    }
    a.order {
        margin-top: 30px;
    }
}
@media screen and (max-width: 858px)
{
    a.order {
        margin-top: 20px;
    }
    a.order_dwn {
        margin-top: 10px;
    }
}
@media screen and (max-width: 819px)
{
    .full_menu {
        display: none;
    }
    .small_menu {
        background: url(./images/menu.png) no-repeat;
        display: block;
        float: right;
        width: 54px;
        height: 40px;
        margin: 20px 15px 0 0;
        cursor: pointer;
    }
        .small_menu ul {
            display: block;
            position: absolute;
            right: 0;
            top: 80px;
            padding: 0;
            margin: 0;
            list-style: none;
        }
            .small_menu ul li {
                background: rgba(238, 227, 10, 0.9);
            }
                .small_menu ul li a {
                    display: block;
                    line-height: 40px;
                    color: #000;
                    font-size: 20px;
                    border-bottom: 1px solid rgba(255, 244, 32, 0.9);
                    padding: 0 30px;
                }
                .small_menu ul li:last-child a {
                    border: none;
                }
    .small_menu.minimized ul {
        display: none;
    }
}
@media screen and (max-width: 560px)
{
    #feedback {
        padding: 21px 0 0;
    }
    #feedback input[type="text"] {
        width: 85%;
        margin: 0 auto 11px;
    }
    #feedback textarea {
        width: 84.5%;
        margin: 0 auto 11px;
    }
    #block3 .right {
        width: 96%;
    }
    #feedback input[type="submit"] {
        float: none;
        margin: 0 auto;
    }
}
@media screen and (max-width: 490px)
{
    h1 {
        font-size: 70px;
        line-height: 60px;
    }
    .txt1, .txt2 {
        font-size: 35px;
        line-height: 30px;
    }
    .phone {
        margin: 100px auto 0;
    }
    .mail {
        margin: auto;
    }
}
@media screen and (max-width: 414px)
{
    .time > div {
        margin: 17px 4px 0;
    }
    .logo {
        width: 270px;
        margin-top: 10px;
    }
    #block1 > div {
        margin: 60px auto 0;
    }
    #block2 > div {
        margin: 0 auto 10px;
    }
    #block4 > div {
        margin: 0 auto 25px;
    }
    #block5 img {
        margin: 0 auto 32px;
    }
    #block6 > div {
         margin: 0 auto 30px;
    }
}
@media screen and (max-width: 380px)
{
    h1 {
        font-size: 60px;
    }
}
@media screen and (max-width: 320px)
{
    .logo {
        width: 240px;
        margin-top: 12px;
    }
}