﻿html{
    min-height: 100%;
    height: 100%;
}
body{
    font-family: 'Exo 2.0', sans-serif;
    color:#444444;
    background:#ffffff;
    min-height: 100%;
    height: 100%;
    position:relative;
    font-size: 14px;
}
a{
    color:#f2a900;
}
a:hover,
.pic:hover +.name a
{
    color:#d80000;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}

.form-control{
    border-radius: 0;
    font-size: 18px;
}

.hid{
    opacity: 0;
}
.vis{
    opacity: 1;
}




.top{
    height: 660px;
    background: url("/img/top.jpg") center center repeat-x;
    background-attachment: fixed;
}

.top .head{
    height: 130px;
    border-bottom: 1px solid #5a5a5a;
    position: relative;
}

.top .head .logo{
    position: absolute;
    top: 30px;
    left: 0;
}

.top .head .phone{
    position: absolute;
    top: 10px;
    right: 0;
    background: url("/img/phone.png") 0 8px no-repeat;
}

.top .head .phone .numbers{
    display: inline-block;
}
.top .head .phone .number{
    height: 40px;
    line-height: 40px;
    font-size: 30px;
    font-weight: bold;
    color: #c7c7c7;
    padding-left: 60px;
    vertical-align: middle;
}
.top .head .phone .number-dop{
    font-size: 18px;
    font-weight: bold;
    color: #c7c7c7;
    padding-left: 60px;
    vertical-align: middle;
}
.top .head .phone .number a{
    text-decoration: none;
    color: #ffffff;
}
.top .head .phone .number-dop a{
    text-decoration: none;
    color: #c7c7c7;
}
.top .head .phone .button-recall{
    display: inline-block;
    height: 56px;
    width: 360px;
    line-height: 56px;
    cursor: pointer;
    vertical-align: top;
    margin-left: 20px;

    color: #000000;
    font-size: 18px;
    font-weight: bold;
    text-shadow: 0 1px 0 rgba(255,255,255, 0.5);
    text-align: center;
    text-transform: uppercase;

    background: #f5bd3c;
    background: -moz-linear-gradient(top, #f5bd3c 0%, #f5bd3c 48%, #f2a900 48%, #f2a900 100%);
    background: -webkit-linear-gradient(top, #f5bd3c 0%,#f5bd3c 48%,#f2a900 48%,#f2a900 100%);
    background: linear-gradient(to bottom, #f5bd3c 0%,#f5bd3c 48%,#f2a900 48%,#f2a900 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5bd3c', endColorstr='#f2a900',GradientType=0 );

    border-radius: 5px;

    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset, 0 2px 0 rgba(118, 57, 0, 0.9);

    transition: all 0.3s;

}
.top .head .phone .button-recall:hover{
    box-shadow: 0 0 25px rgba(0,228,255,0.9);
}

.top .head .menu{
    position: absolute;
    bottom: 10px;
    right: 0;
    text-transform: uppercase;
    color: #ffffff;
}
.top .head .menu span{
    margin-left: 20px;
    border-bottom: 1px dashed #aaaaaa;
    cursor: pointer;
}
.top .cont{
    position: relative;
}

.top .cont .slogan{
    position: absolute;
    top: 50px;
    left: 0;
    margin: 0;
    padding: 0;
    font-size: 32px;
    color: #f2a900;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
    font-weight: 300;
    letter-spacing: 2px;
}
.top .cont .slogan .name{
    display: block;
    color: #ffffff;
    font-weight: 900;
    font-size: 60px;
    padding-top: 10px;
}

.top .cont .scrubber{
    position: absolute;
    top: 170px;
    left: -30px;
}

@media (max-width: 1200px) {
    .top .cont .scrubber{
        top: 220px;
    }
    .top .cont .scrubber img{
        width: 100%;
        height: 100%;
    }
}

.top .cont .text{
    position: absolute;
    top: 50px;
    right: 0;
    width: 450px;
    color: #c4c4c4;
    font-size: 18px;
    line-height: 30px;
    text-shadow: 0 1px 0 rgba(0,0,0,0.5);
}

.top .cont .text .text-1{
    padding-left: 75px;
    padding-bottom: 50px;
    background: url("/img/clock.png") 0 10px no-repeat;
}
.top .cont .text .text-2{
    padding-left: 75px;
    background: url("/img/settings.png") 0 10px no-repeat;
}

@media (max-width: 992px){
    .top{
        height: auto;
    }
    .top .head{
        height: auto;
        padding: 10px 0;
    }
    .top .head .logo,
    .top .head .phone,
    .top .head .menu,
    .top .cont .slogan,
    .top .cont .text{
        position: static;
        top: 0;
        left: 0;
        text-align: center;
        margin: 10px 0;
        width: auto;
    }
    .top .cont .scrubber{
        display: none;
    }
    .top .cont .slogan,
    .top .cont .text{
        text-align: left;
    }

}
@media (max-width: 768px){
    .top .head{
        border: 0;
    }
    .top .head .phone .button-recall{
        display: block;
        width: 100%;
        margin: 10px 0;
        font-size: 16px;
    }
    .top .head .menu span{
        display: block;
        padding: 10px 0;
        margin: 0;
    }
    .top .cont .slogan{
        font-size: 30px;
    }
    .top .cont .slogan .name{
        font-size: 40px;
    }
    .top .head .phone .number{
        font-size: 20px;
    }
}





.th{
    background: url("/img/th.jpg") center 100% no-repeat;
    padding: 80px 0;
}

.th-border{
    border: 4px solid #f2a900;
}

.th-border .h{
    color: #000000;
    font-size: 30px;
    font-weight: bold;
    line-height: 36px;
    margin-top: -23px;
    text-align: center;
}

.th-border .h span{
    padding: 0 30px;
    background: #ffffff;
}

.th .cont{
    padding: 30px 180px;
}

.th-list{
    width: 100%;
}

.th-list th, .th-list strong{
    color: #000000;
    font-size: 18px;
}
.th-list th,
.th-list td{
    padding: 10px 10px 10px 0;
    border-bottom: 1px solid #dddddd;
    width: 50%;
    cursor: default;
}
.th-list tr td:last-child,
.th-list tr th:last-child{
    text-align: right;
}
.th-list tr td:first-child,
.th-list tr th:first-child{
    text-align: left;
}
.th-list tr:hover td{
    color: #000000;
    border-bottom: 1px dashed #f2a900;
    background: rgba(242, 269, 0, 0.03);
}


.th-over{
    display: none;
}

.over-toggle{
    height: 40px;
    width: 350px;
    margin: 40px auto;
    background: url("/img/all-base.png") 0 0 no-repeat;
    overflow: hidden;
    cursor: pointer;
}
.over-toggle.active {
    background: url("/img/all-base.png") 0 -40px no-repeat;
}

@media (max-width: 992px){
    .th .cont{
        padding: 30px 20px;
    }
    .th .over-toggle{
        transform: scale(0.5);
    }
}




.h2i{
    width: 42px;
    height: 42px;
    margin: auto;
    background: url("/img/h2i.png") center center no-repeat;
}

.block-title{
    color: #000000;
    text-align: center;
    font-size: 36px;
    padding: 10px 0 20px 0;
    margin: 0 0 20px 0;
    background: url("/img/h2.png") center 100% no-repeat;
}

.block-title.white{
    color: #ffffff;
}






.kompl{
    background: url("/img/kompl.png") 0 0 repeat-x;
    padding: 40px 0;
}


.description{
    text-align: center;
    color: #565656;
    font-size: 18px;
    margin-bottom: 20px;
}

.kompl{
    overflow: hidden;
}
.kompl .item{
    border: 4px solid #f2a900;
    background: #ffffff;
    height: 350px;
    cursor: pointer;
    margin-bottom: 30px;
}
.kompl .item .pic{
    display: table;
    width: 100%;
    height: 190px;
}
.kompl .item .img{
    display: table-cell;
    height: 190px;
    width: 100%;
    vertical-align: middle;
    text-align: center;
}
.kompl .item .img img{
    max-width: 100%;
}

.kompl .item .name{
    text-align: center;
    color: #000000;
    font-weight: bold;
    font-size: 18px;
    margin: 5px 0;
}
.kompl .item .descr{
    text-align: center;
    color: #565656;
    margin: 5px 0;
    padding: 0 10px;
}

.kompl .item .price{
    text-align: center;
    color: #000000;
    font-weight: bold;
    font-size: 18px;
    margin: 10px 0;
}

.kompl .item .price .rub{
    font-family: Arial, sans-serif;
    margin-left: 4px;
}

.modal-kompl .name{
    color: #000000;
    font-weight: bold;
    font-size: 18px;
    margin: 5px 0;
}

.modal-kompl .price{
    color: #000000;
    font-weight: bold;
    font-size: 18px;
    margin: 10px 0;
}

.modal-kompl .img{
    text-align: center;
}
.modal-kompl .img img{
    max-width: 100%;
}


.made{
    padding: 40px 0;
    background: url("/img/made.jpg") center center repeat-x;
}
.made .cont{
    padding-top: 20px;
}
.made-video{
    display: inline-block;
    border: 10px solid #ffffff;
    vertical-align: middle;
}
.made .col-video{
    margin-bottom: 30px;
    text-align: center;
}
.made-video iframe{
    vertical-align: middle;
    max-width: 100%;
    margin: auto;
}

.made-list ul{
    margin: 0;
    padding-left: 60px;
    list-style: none;
    color: #ffffff;
    font-size: 18px;
}
.made-list ul li{
    padding: 0;
    margin: 0 0 25px 0;
    position: relative;
}

.made-list ul li:before{
    content: '\f13a';
    font-family: FontAwesome;
    color: #f2a900;
    font-size: 30px;
    position: absolute;
    top: -8px;
    left: -50px;
}

.re{
    padding: 40px 0;
    background: #f6f6f6 url("/img/re.jpg") center center repeat-x;
}

.re .cont{
    padding-top: 20px;
}

.re .item{
    margin-bottom: 30px;
}
.re .item .pic{
    width: 170px;
    height: 170px;
    text-align: center;
    overflow: hidden;
    box-sizing: content-box;
    float: left;
}
.re .item .pic img{
    width: 100%;
    border-radius: 50%;
    border: 4px solid #f2a900;
    padding: 3px;
}

.re .item .recall{
    padding: 20px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.26);
    position: relative;
    margin-left: 225px;
    font-size: 18px;
    min-height: 360px;
}

.re .item .recall::after{
    content: '';
    position: absolute;
    top: 50px;
    left: -30px;
    background: #ffffff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.26);
}
.re .item .recall::before{
    content: '';
    position: absolute;
    top: 60px;
    left: -50px;
    background: #ffffff;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.26);
}

.re .item .name{
    font-weight: bold;
    color: #000000;
}
.re .item .who{
    color: #f2a900;
    font-style: italic;
    margin-bottom: 10px;
}
.re .item .text{
    color: #888888;
}


.re .item-right .pic{
    float: right;
}
.re .item-right .recall{
    margin-left: 0;
    margin-right: 225px;
}

.re .item-right .recall::after{
    left: auto;
    right: -30px;
}
.re .item-right .recall::before{
    left: auto;
    right: -50px;
}


@media (max-width: 560px){
    .re .item .pic,
    .re .item-right .pic{
        float: none;
        margin: auto;
    }
    .re .item .recall,
    .re .item-right .recall{
        margin: 0;
    }
    .re .item .recall::after,
    .re .item .recall::before,
    .re .item-right .recall::after,
    .re .item-right .recall::before{
        display: none;
    }
}



.scheme{
    background: url("/img/scheme.jpg") center center no-repeat;
    counter-reset: scheme;
    padding: 50px 0;
}

.scheme .cont{
    margin: 60px 0;
    display: table;
    width: 100%;
    min-width: 1000px;
}
.scheme .cont .item{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    background: center center no-repeat;
    height: 215px;
    width: 20%;
    position: relative;
    font-size: 24px;
}
.scheme .cont .item .text{
    width: 173px;
    margin: auto;
    color: #000000;
}
.scheme .cont .item-1{
    background-image: url("/img/scheme/1.png");
}
.scheme .cont .item-2{
    background-image: url("/img/scheme/2.png");
}
.scheme .cont .item-3{
    background-image: url("/img/scheme/3.png");
}
.scheme .cont .item-4{
    background-image: url("/img/scheme/4.png");
}
.scheme .cont .item-5{
    background-image: url("/img/scheme/5.png");
}

.scheme .cont .item::after{
    position: absolute;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 48px;
    font-weight: bold;
    font-style: italic;
    color: #ffffff;
    background: #f2a900;
    border-radius: 50%;

    top: -15px;
    right: 28px;
    counter-increment: scheme;
    content: counter(scheme);
}



.footer{
    background: url("/img/footer.jpg") center 100% repeat-x;
    position: relative;
    height: 540px;
    border-top: 10px solid #f2a900;
}
.footer .container{
    position: relative;
    height: 100%;
    padding: 50px 0;
}

.footer .chel{
    width: 380px;
    height: 540px;
    background: url("/img/chel.png") 0 100% no-repeat;
    position: absolute;
    bottom: 0;
    left: 0;
}
.footer .cont{
    height: 100%;
    background: rgba(0,0,0,0.5);
    padding: 50px 0 50px 380px;
    text-align: center;
}

.footer .question{
    color: #b7b3aa;
    font-size: 30px;
}
.footer .question .resp{
    font-weight: bold;
    font-size: 36px;
}

.footer .phone{
    color: #ffffff;
    font-size: 40px;
    font-weight: bold;
    margin: 20px 0;
}

.footer .button-recall{
    margin: 30px 0;
    display: inline-block;
    height: 56px;
    width: 360px;
    line-height: 56px;
    cursor: pointer;
    vertical-align: middle;

    color: #000000;
    font-size: 18px;
    font-weight: bold;
    text-shadow: 0 1px 0 rgba(255,255,255, 0.5);
    text-align: center;
    text-transform: uppercase;

    background: #f5bd3c;
    background: -moz-linear-gradient(top, #f5bd3c 0%, #f5bd3c 48%, #f2a900 48%, #f2a900 100%);
    background: -webkit-linear-gradient(top, #f5bd3c 0%,#f5bd3c 48%,#f2a900 48%,#f2a900 100%);
    background: linear-gradient(to bottom, #f5bd3c 0%,#f5bd3c 48%,#f2a900 48%,#f2a900 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5bd3c', endColorstr='#f2a900',GradientType=0 );

    border-radius: 5px;

    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset, 0 2px 0 rgba(118, 57, 0, 0.9);

    transition: all 0.3s;

}
.footer .button-recall:hover{
    box-shadow: 0 0 25px rgba(0,228,255,0.9);
}


@media (max-width: 768px){
    .footer{
        height: auto;
    }
    .footer .chel{
        display: none;
    }
    .footer .cont{
        padding: 30px 20px;
    }
    .footer .button-recall{
        display: block;
        width: auto;
        font-size: 16px;
    }
    .footer .phone{
        font-size: 30px;
    }
}


.address{
    background: #2f2f2f;
    color: #b7b3aa;
    text-align: center;
    padding: 30px;
}


@media (max-width: 992px){
    .container {
        width: auto;
    }
    .block-title{
        font-size: 26px;
    }
}

.top-icons{
    padding: 30px 0 15px 0;
    background: #f4ab2b;
    background: -moz-linear-gradient(top, #f4ab2b 0%, #ee841d 100%);
    background: -webkit-linear-gradient(top, #f4ab2b 0%,#ee841d 100%);
    background: linear-gradient(to bottom, #f4ab2b 0%,#ee841d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4ab2b', endColorstr='#ee841d',GradientType=0 );
    position: relative;
}
.top-icons::before{
    position: absolute;
    content: "";
    height: 8px;
    top:-8px;
    left: 0;
    width: 100%;
    background: url("/img/icons-t.png") 0 0 repeat-x;

}
.top-icons::after{
    position: absolute;
    content: "";
    height: 8px;
    top:100%;
    left: 0;
    width: 100%;
    background: url("/img/icons-b.png") 0 0 repeat-x;
}
.top-icons .item{
    display: table;
    border: 1px dashed #ffcf7c;
    width: 100%;
    color: #000000;
    margin-bottom: 15px;
    font-size: 16px;
    cursor: pointer;
}
.top-icons .item:hover{
    text-decoration: none;
    border: 1px dotted #ffffff;
    background: rgba(255, 255, 255, 0.1);
}
.top-icons .item .icon,
.top-icons .item .link{
    display: table-cell;
    height: 90px;
    vertical-align: middle;
}
.top-icons .item .icon{
    width: 30%;
    min-width: 110px;
    text-align: center;
}
.top-icons .link span{
    color: #000000;
    text-decoration: none;
    border-bottom: 1px solid #776647;
}
.top-icons .item:hover .link span{
    border-color: #000000;
}

.gallery{
    position: relative;
}

.gallery .owl-nav{
    margin-top: 15px;
}
.gallery .owl-prev,
.gallery .owl-next{
    display: inline-block;
    width: 30px;
    height: 30px;
    background: #f4ab2b;
    margin-right: 10px;
    box-sizing: border-box;
}
.gallery .owl-prev:hover,
.gallery .owl-next:hover{
    background: #ffffff;
}
.gallery .owl-prev::after{
    content: "\f053";
    display: inline-block;
    text-align: center;
    width: 100%;
    height: 100%;
    line-height: 30px;
    color: #000000;
    font-family: FontAwesome;
}
.gallery .owl-next::after{
    content: "\f054";
    display: inline-block;
    text-align: center;
    width: 100%;
    height: 100%;
    line-height: 30px;
    color: #000000;
    font-family: FontAwesome;
}


.gallery .item{
    margin: 5px;
    border: 4px solid #ffffff;
}
.gallery .item:hover{
    border-color: #f4ab2b;
}

.video-item{
    max-width: 320px;
    margin: 0 auto 20px auto;
}
.video-big-item{
    max-width: 420px;
}

.video-item .plugin{
    position: relative;
}
.video-item .plugin{
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}
.video-item .plugin iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-item{
    margin-bottom: 20px;
    font-size: 14px;
}
.video-item .name{
    color: #949494;
    text-transform: uppercase;
    text-align: left;
    height: 22px;
    overflow: hidden;
}
.video-item .description{
    color: #949494;
    text-align: left;
    height: 42px;
    overflow: hidden;
}

.video-item .plugin img{
    max-width: 100%;
}

a.swipebox-video{
    position: absolute;
    display: block;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

.photo-item{
    margin-bottom: 20px;
}
.photo-item img{
    width: 100%;
}
