header, footer, article, section, hgroup, nav, figure, aside { display: block; }
figure {
    margin:0;
    padding:0;
}
html{
    height: 100%;
}
body{
    margin:0;
    color:#000101;
    font:300 18px/1.167 'Roboto Condensed', Arial, Helvetica, Verdana, sans-serif;
    background:#5b5b5b;
    height: 100%;
    min-width: 1200px;
}
p{
    margin: 0 0 21px;
}
img {border-style:none;}
a{
    text-decoration:none;
    color:#000;
}
a:hover{text-decoration:underline;}
input,
textarea,
select {
    font:300 27px 'Roboto Condensed', Arial, Helvetica, sans-serif;
    vertical-align:middle;
    color:#000;
    margin:0;
}
input::-moz-placeholder {
    color:#cfc9c9;
    opacity:1
}
input::-webkit-input-placeholder {color:#cfc9c9;}
input::-ms-input-placeholder {color:#cfc9c9;}
input::-o-input-placeholder {color:#cfc9c9;}
form,
fieldset{
    margin:0;
    padding:0;
    border-style:none;
}
input[type=submit]:hover{cursor:pointer;}
.alignleft{float:left;}
.alignright{float:right;}
.aligncenter{
    display:block;
    margin:0 auto;
}
.clearfix:after{
    display:block;
    clear:both;
    content:"";
}
.wrapper{
    width:100%;
    overflow:hidden;
    min-height: 100%;
}
.logo{
    width:377px;
    height:145px;
    background:url(../images/logo.png) no-repeat;
    text-indent:-9999px;
    overflow:hidden;
    float:left;
    position: relative;
    z-index: 11;
    margin:0;
}
.w1{
    width: 1200px;
    margin: 0 auto;
    background: #fff;
    padding-bottom: 241px;
}
.header{
    background: url(../images/bg-header.png) 50% 0 no-repeat;
    padding: 0 0 15px;
    overflow: hidden;
    position: relative;
    z-index: 100;
}
.header-holder{
    padding: 0 67px 0 66px;
}
.header .block-contact{
    float: right;
    font-size: 24px;
    line-height: 29px;
    color: #fffeca;
    margin: 32px 0 0;
    font-weight: 700;
    text-shadow: 1px 1px rgba(0,0,0,.34);
}
.header .block-contact address{
    font-style: normal;
    float: left;
    width: 240px;
}
.header .block-contact__phones{
    float: left;
    margin-right: 24px;
    position: relative;
}
.header .block-contact__phones:after{
    width: 2px;
    height: 45px;
    content: "";
    position: absolute;
    top: 9px;
    left: 100%;
    margin-left: 11px;
    background: #fffeca;
    -webkit-box-shadow: 1px 1px rgba(0,0,0,.34);
    -moz-box-shadow: 1px 1px rgba(0,0,0,.34);
    box-shadow: 1px 1px rgba(0,0,0,.34);
}
.header .block-contact a{
    color: #fffeca;
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.header .block-contact a:before,
.header .block-contact a:after{
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin-top: -1px;
    border-bottom: 1px dashed #fffeca;
}
.header .block-contact a:after{
    margin-top: 0;
    border-bottom: 1px dashed rgba(0,0,0,.34);
    left: 1px;
    right: -1px;
}
.header .block-contact a:hover{
    text-decoration: none;
}
.header .block-contact a:hover:before,
.header .block-contact a:hover:after{
    display: none;
}
.nav{
    padding: 0 80px;
    text-align: right;
    font-size: 21px;
    line-height: 24px;
    font-weight: 700;
    margin: -27px 0 0;
    background: rgba(0,0,0,.28);
    text-shadow: 1px 1px rgba(0,0,0,.34);
}
.nav.sticky{
    position: fixed;
    z-index: 100;
    top: 0;
    margin: 0;
    width: 1040px;
    padding: 2px 80px;
}
.nav ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.nav li{
    display: inline-block;
    vertical-align: top;
    margin-left: 20px;
}
.nav a{
    color: #fff;
}
.slideshow {
    margin-top: -57px;
    position: relative;
    overflow: hidden;
}
.slideshow .slideset {
    position: relative;
    height: 680px;
    overflow: hidden;
}
.slideshow .slideset .slide {
    position: absolute;
    width: 100%;
    min-width: 1200px;
}
.slideshow .slideset .slide.active {
    z-index: 2;
}
.slideshow .slideset .slide img {
    display: block;
    width: 100%;
}
.promo-block{
    position: relative;
    z-index: 10;
    margin: -310px 80px 0 70px;
}
.promo-block h1{
    font-size: 39px;
    line-height: 47px;
    font-weight: 400;
    float: left;
    padding: 1px 12px;
    text-align: left;
    margin: 0 0 24px;
    background: rgba(255, 255, 255, 0.81);
}
.promo-block h2{
    font-size: 31px;
    line-height: 35px;
    font-weight: 400;
    float: right;
    padding: 2px 5px;
    margin: 0 0 13px;
    background: rgba(255, 255, 255, 0.81);
}
.promo-block h3{
    display: inline-block;
    font-size: 28px;
    line-height: 31px;
    font-weight: 400;
    padding: 3px 12px;
    margin: 0;
    background: rgba(255, 255, 255, 0.81);
}
.promo-block .text-block{
    float: left;
    color: #c1001f;
    padding: 8px 10px 10px;
    width: 710px;
    text-align: center;
    -webkit-box-shadow: 2px 3px rgba(0,0,0,.12);
    -moz-box-shadow: 2px 3px rgba(0,0,0,.12);
    box-shadow: 2px 3px rgba(0,0,0,.12);
    background: url(../images/bg-promo-block.jpg) 0 0 no-repeat;
}
.text-credit{
    float: right;
    font-size: 13px;
    color: #ec6900;
    padding: 73px 0 0;
    margin-bottom: 12px;
    text-transform: uppercase;
    background: url(../images/ico-credit.png) 50% 0 no-repeat;
}
.promo-block .form-block{
    float: right;
    padding: 25px 0 0;
    position: relative;
    background: #29b461;
    width: 320px;
}
.promo-block .form-block:after{
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 322px;
    height: 51px;
    background: url(../images/bg-box-corner.png) 0 0 no-repeat;
}
.promo-block .form-block .title{
    display: block;
    background: #ffffff;
    background: -moz-radial-gradient(center, ellipse cover,  #ffffff 0%, #f4f4f4 100%);
    background: -webkit-radial-gradient(center, ellipse cover,  #ffffff 0%,#f4f4f4 100%);
    background: radial-gradient(ellipse at center,  #ffffff 0%,#f4f4f4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=1 );
    padding: 0 30px;
    font-size: 18px;
    line-height: 21px;
    color: #444;
    text-align: center;
    margin-bottom: 18px;
}
.form-contact{
    position: relative;
    z-index: 2;
    padding: 0 30px;
}
input[type="text"]{
    background: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;

}
.form-contact input[type="text"]{
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 2px rgba(0,0,0,.2);
    box-shadow: 0 0 2px rgba(0,0,0,.2);
    border: 0;
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 17px;
    padding: 7px 22px;
    font-size: 14px;
}
.form-contact button[type="submit"]{
    border: 0;
    width: 229px;
    height: 62px;
    margin: 22px auto -10px;
    display: block;
    font-size: 19px;
    letter-spacing: 1px;
    padding: 1px 5px 23px;
    cursor: pointer;
    background: url(../images/bth-send.gif) 0 0 no-repeat;
}
.section-advantages{
    padding: 206px 30px 5px;
    margin-top: -151px;
    position: relative;
    z-index: 2;
    color: #cdcdcd;
    font-size: 17px;
    line-height: 20px;
    font-weight: 400;
    text-align: center;
    background: url(../images/bg-section-advantages.png) 0 0 no-repeat;
}
.section-advantages .column{
    width: 279px;
    display: inline-block;
    vertical-align: top;
    margin: 0 41px;
    text-align: left;
}
.section-advantages h2{
    text-transform: uppercase;
    font-weight: normal;
    margin: 0 0 10px;
    font-size: 24px;
    line-height: 29px;
    color: #fff;
    text-align: center;
}
.section-advantages .visual{
    height: 120px;
    width: 300px;
    display: table-cell;
    vertical-align: middle;
}
.section-advantages .visual img{
    display: block;
    margin: 0 auto;
}
h2.headline{
    font-size: 36px;
    margin: 0 0 21px;
    color: #be1788;
    text-align: center;
    text-transform: uppercase;
}
.section-testimonials h2.headline{
    margin-bottom: 16px;
}
.section-works{
    padding: 51px 0 12px;
}
.tabset{
    margin: 0 0 33px;
    padding: 0;
    list-style: none;
    text-align: center;
}
.tabset li{
    display: inline-block;
    margin: 0 11px;
}
.tabset a{
    color: #444;
}
.tabset a.active{
    color: #be1788;
}
.tabset a.active:hover{
    text-decoration: none;
}
.carousel{
    position: relative;
}
.carousel .mask{
    position: relative;
    overflow: hidden;
}
.carousel .slideset{
    width: 9999px;
    overflow: hidden;
}
.carousel .slide{
    float: left;
    width: 300px;
}
.carousel img{
    display: block;
    margin: 0 auto;
}
.btn-prev,
.btn-next{
    width: 48px;
    height: 48px;
    text-indent: -9999px;
    overflow: hidden;
    z-index: 10;
}
.section-works .btn-prev,
.section-works .btn-next{
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
    position: absolute;
    top: 50%;
    margin: -24px 0 0 -24px;
    left: 0;
    background: #fff url(../images/arrow-left.gif) 50% 50% no-repeat;
}
.section-works .btn-next{
    left: auto;
    right: 0;
    margin: -24px -24px 0 0;
    background-image: url(../images/arrow-right.gif);
}
.section-testimonials{
    padding: 43px 0 0;
}
.carousel-testimonials{
    background: #a6ebc2 url(../images/bg-block-testimonials.gif) 50% 0;
    padding: 0 137px 10px;
    overflow: hidden;
}
.carousel-testimonials .btn-prev,
.carousel-testimonials .btn-next{
    width: 47px;
    height: 47px;
    background: url(../images/icons.png) -73px 0 no-repeat;
    margin: 105px 30px 0 0;
    float: left;
}
.carousel-testimonials .btn-next{
    float: right;
    margin: 103px 0 0 30px;
    background-position: -124px 0;
}
.carousel-testimonials .mask{
    overflow: hidden;
    position: relative;
}
.carousel-testimonials .slideset{
    width: 9999px;
    overflow: hidden;
}
.carousel-testimonials .slide{
    float: left;
    width: 755px;
    padding: 19px 0 24px 17px;
}
.link-certificate{
    float: left;
    -webkit-box-shadow: 5px 9px 16px rgba(0,0,0,.3);
    -moz-box-shadow: 5px 9px 16px rgba(0,0,0,.3);
    box-shadow: 5px 9px 16px rgba(0,0,0,.3);
    position: relative;
    margin: 6px 18px 0 0;
}
.link-certificate:after{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 61px;
    height: 61px;
    margin: -30px 0 0 -30px;
    background: url(../images/icons.png) no-repeat;
}
.link-certificate img{
    display: block;
}
.carousel-testimonials .text-block{
    overflow: hidden;
}
.carousel-testimonials .block-author{
    margin-bottom: 25px;
    color: #fff;
    font-size: 14px;
}
.carousel-testimonials .block-author .name{
    display: block;
    margin-bottom: 2px;
    font-size: 36px;
    font-weight: 400;
}
.block-number{
    font-size: 14px;
    color: #be0707;
    margin-top: -17px;
    text-align: center;
}
.map-block{
    position: relative;
    border-bottom: 2px solid #fff;
}
#map{
    height: 491px;
    width: 100%;
}
.block-overlay{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
}
.block-overlay .text{
    position: absolute;
    top: 61%;
    left: 26.5%;
    text-indent: -9999px;
    overflow: hidden;
    width: 802px;
    height: 63px;
    background: url(../images/text-map.png) 0 0 no-repeat;

}
.section-call{
    text-align: center;
    padding: 62px 20px 23px;
    font-weight: 400;
    color: #fff;
    font-size: 27px;
    line-height: 32px;
    background: #7b296e url(../images/bg-section-call.png) 0 0 no-repeat;
}
.section-call h2{
    font-size: 36px;
    font-weight: 400;
    margin: 0 0 15px;
    color: #fffeca;
}
.section-call h3{
    font-size: 35px;
    font-weight: 300;
    margin: 0 0 32px;
    color: #fffeca;
}
.form-call{
    margin-bottom: 20px;
}
.form-call input[type="text"]{
    display: inline-block;
    vertical-align: top;
    border: solid 2px #a70101;
    padding: 6px 12px;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    border-radius: 11px;
    width: 300px;
    margin-right: 4px;
}
.form-call input[type="submit"]{
    display: inline-block;
    vertical-align: top;
    font-size: 31px;
    font-weight: bold;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0,0,0,.75);
    padding: 0 35px 1px;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    border-radius: 11px;
    -webkit-box-shadow: 0 0 5px rgba(255,255,190,.75);
    -moz-box-shadow: 0 0 5px rgba(255,255,190,.75);
    box-shadow: 0 0 5px rgba(255,255,190,.75);
    border: solid 2px #930000;
    background-image: -webkit-linear-gradient(bottom, #f00, #ff5b5b);
    background-image: -moz-linear-gradient(bottom, #f00, #ff5b5b);
    background-image: -o-linear-gradient(bottom, #f00, #ff5b5b);
    background-image: -ms-linear-gradient(bottom, #f00, #ff5b5b);
    background-image: linear-gradient(to top, #f00, #ff5b5b);
    line-height: 42px;
    height: 49px;
    width: 236px;
}
.block-visual img{
    display: block;
}
.footer{
    margin: -241px auto 0;
    height: 220px;
    width: 1046px;
    padding: 10px 72px 11px 78px;
    position: relative;
}
.logo-footer{
    float: left;
    margin: 0 193px 0 0;
}
.logo-footer img{
    vertical-align: top;
}
.footer .block-center{
    float: left;
    width: 320px;
    color: #c1001f;
    margin: 14px 0 0;
}
.footer .block-center address{
    font-style: normal;
}
.footer .phone{
    font-weight: 300;
    margin-bottom: 4px;
    font-size: 36px;
    display: block;
}
.footer .block-right{
    text-align: right;
    float: right;
    margin-top: 9px;
}
.email{
    margin-bottom: 13px;
    font-size: 36px;
}
.email a{
    color: #c1001f;
}
.social{
    overflow: hidden;
    margin: 0 0 18px;
    padding: 0;
    list-style: none;
}
.social li{
    float: left;
    margin-right: 4px;
}
.social a{
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    width: 36px;
    height: 36px;
    text-align: left;
    background: url(../images/social-icons.png) 0 0 no-repeat;
}
.social .instagram{
    background-position: -38px 0;
}
.social .vk{
    background-position: -79px 0;
}
.by{
    font-size: 13px;
    color: #ababab;
    font-weight: 400;
}
.by a{
    color: #ababab;
    text-decoration: underline;
}
.by a:hover{
    text-decoration: none;
}