.wrapper{
    width: 100%;
    background: url(../images/bg.jpg) repeat center left;
}

header{}
header .slide{
    position: relative;
}
header .slide .title{
    width: 960px;
    height: 250px;
    box-sizing: border-box;
    border: 3px solid #ffffff;
    border-radius: 25px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -480px;
    margin-top: -125px;
    background-color: rgba(0, 0, 0, 0.65);
    color: #ffffff;
    padding: 30px 10px;
}
header .slide .title .big{
    font-size: 80px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    display: block;
    line-height: 90%;
    margin-bottom: 5px;
}
header .slide .title .small{
    font-size: 26px;
    text-align: center;
    display: block;
}

header .slide img{
    width: 100%;
}
header .fixed-panel{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 60px;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1000;
}

header .fixed-panel a.logo{
    position: absolute;
    top: 10px;
    left: 40px;
}
header .fixed-panel .phone-wrap{
    position: absolute;
    top: 10px;
    right: 10px;
}

header .fixed-panel .phone-wrap .phone,
header .fixed-panel .phone-wrap .callback-link{
    display: inline-block;
}

header .fixed-panel .phone-wrap .phone{
    color: #ffffff;
    font-size: 26px;
    vertical-align: top;
    margin-right: 20px;
    margin-top: 5px;
}
header .fixed-panel .phone-wrap .callback-link{
    width: 168px;
    height: 40px;
    border-radius: 10px;
    background-color: #72b10f;
    box-sizing: border-box;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    padding-left: 7px;
}
header .fixed-panel .phone-wrap .callback-link span{
    vertical-align: top;
    margin-top: 11px;
    display: inline-block;
}
header .fixed-panel .phone-wrap .callback-link i{
    font-size: 40px;
    margin-right: 3px;
}

header .fixed-panel .main-menu{
    margin: 22px 250px 0;
    /*width: 760px;*/
    display: inline-block;
}
header .fixed-panel .main-menu ul,
header .fixed-panel .main-menu ul li{
    padding: 0;
    margin: 0;
    list-style-type: none;
}

header .fixed-panel .main-menu ul{
    overflow: hidden;
}
header .fixed-panel .main-menu ul li{
    float: left;
/*    padding-right: 32px;
    margin-right: 32px;*/
    padding-right: 15px;
    margin-right: 15px;
    position: relative;
}
header .fixed-panel .main-menu ul li:after{
    content: '';
    position: absolute;
    width: 3px;
    height: 3px;
    display: block;
    background-color: #fbfbfb;
    right: 0;
    top: 8px;
    border-radius: 50%;
}
header .fixed-panel .main-menu ul li:last-child{
    padding-right: 0;
    margin-right: 0;
}
header .fixed-panel .main-menu ul li:last-child:after{
    display: none;
}

header .fixed-panel .main-menu ul li a{
    color: #fbfbfb;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
}
/*header .fixed-panel .main-menu ul li.active a,*/
header .fixed-panel .main-menu ul li a.cur,
header .fixed-panel .main-menu ul li a:hover{
    text-decoration: underline;
    color: #72b10f;
}


.content-block{
    width: 960px;
    margin: 0 auto;
}

.line-title{}
.line-title table{
    width: 100%;
}
.line-title table tr{}
.line-title table tr td{}
.line-title table tr td.left,
.line-title table tr td.right{
    width: 50%;
    position: relative;
}
.line-title table tr td.left:after,
.line-title table tr td.right:after{
    content: '';
    display: block;
    background: #d6d8de;
    position: absolute;
    top: 37px;
    left: 0;
    right: 0;
    height: 1px;
}
.line-title table tr td.left{}
.line-title table tr td.right{}
.line-title table tr td.title{}
.line-title table tr td.title h1,
.line-title table tr td.title span{
    margin: 0 30px;
    color: #312824;
    font-size: 52px;
    text-transform: uppercase;
    font-weight: bold;
    white-space: nowrap;
}

.line-title.white table tr td.title h1,
.line-title.white table tr td.title span{
    color: #ffffff;
}

.line-title.white table tr td.left:after,
.line-title.white table tr td.right:after{
    background: #53555b;
}
.main-services-wrap{
    margin-top: 30px;
}


.services-list{
    overflow: hidden;
    margin-left: -39px;
    margin-top: 40px;
}
.services-list a.services-item{
    display: block;
    text-decoration: none;
    float: left;
    width: 127px;
    margin-left: 39px;
}
.services-list a.services-item img{
    display: block;
    margin: 0 auto;
}
.services-list a.services-item .title{
    font-size: 12px;
    font-weight: bold;
    color: #292b38;
    text-align: center;
    display: block;
    margin-top: 15px;
}
.services-list a.services-item:hover .title{
    color: #72b10f;
}

.white-text-block{
    background-color: #ffffff;
    box-sizing: border-box;
    border-radius: 20px;
    padding: 25px 50px 45px;
}

.main-services-wrap .text-block{
    margin-top: 25px;
}
.main-services-wrap .text-block .white-text-block{
    -webkit-box-shadow: 0px 5px 30px 0px rgba(50, 48, 50, 0.48);
    -moz-box-shadow:    0px 5px 30px 0px rgba(50, 48, 50, 0.48);
    box-shadow:         0px 5px 30px 0px rgba(50, 48, 50, 0.48);
}


.main-slider-block-wrap{
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 30.125%;
    margin-top: 70px;
}
.main-slider-wrap{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.main-slider-wrap .main-slider,
.main-slider-wrap .main-slider li{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.main-slider-wrap .main-slider{
    width: 100%;
}
.main-slider-wrap .main-slider li{
    display: block;
    width: 100%;
    position: relative;
}

.main-slider-wrap .main-slider li .main-slider-item{
    position: relative;
}
.main-slider-wrap .main-slider li .main-slider-item img.main-slide-img{
    width: 100%;
}



.main-slider-wrap .main-slider li .main-slider-item .title{
    width: 960px;
    height: 250px;
    box-sizing: border-box;
    border: 3px solid #ffffff;
    border-radius: 25px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -480px;
    margin-top: -125px;
    padding: 40px 50px 30px;
}
.main-slider-wrap .main-slider li .main-slider-item .title .big{
    font-size: 72px;
    font-weight: bold;
    text-align: center;
    display: block;
    line-height: 90%;
    margin-bottom: 5px;
    color: #72b10f;
}
.main-slider-wrap .main-slider li .main-slider-item .title .small{
    font-weight: bold;
    font-size: 34px;
    text-align: center;
    display: block;
    color: #ffffff;
}


.main-slider-wrap .main-slider-arrow-prev,
.main-slider-wrap .main-slider-arrow-next{
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -32px;
    width: 40px;
    height: 75px;
}

.main-slider-wrap .main-slider-arrow-prev{
    background: url(../images/arrow_left.png) no-repeat left top;
    left: 40px;
}
.main-slider-wrap .main-slider-arrow-next{
    background: url(../images/arrow_right.png) no-repeat left top;
    right: 40px;
}

.main-slider-wrap .pagination{
    position: absolute;
    bottom: 35px;
    left: 0;
    right: 0;
    text-align: center;
}
.main-slider-wrap .pagination .bx-pager{
    text-align: center;
    display: inline-block;
    font-size: 0;
}
.main-slider-wrap .pagination .bx-pager .bx-pager-item{
    display: inline-block;
    margin: 0 7px;
}
.main-slider-wrap .pagination .bx-pager .bx-pager-item .bx-pager-link{
    display: block;
    width: 8px;
    height: 8px;
    box-sizing: border-box;
    border: 2px solid #ffffff;
    background-color: #ffffff;
    font-size: 0;
}
.main-slider-wrap .pagination .bx-pager .bx-pager-item .bx-pager-link.active{
    background-color: #736a66;
}

.main-price-block{
    margin-top: 50px;
}

.main-price-block-content{
    width: 960px;
    margin: 0 auto;
}

.price-blocks-wrap{
    margin-left: -80px;
    margin-top: 85px;
    overflow: hidden;
    padding-bottom: 40px;
}
.price-blocks-wrap .price-block-item{
    background-color: #ededed;
    border-radius: 20px;
    width: 440px;
    height: 253px;
    float: left;
    margin-left: 80px;
    text-align: center;
    box-sizing: border-box;
    padding-top: 32px;
    position: relative;
}
.price-blocks-wrap .price-block-item .title{
    font-size: 32px;
    color: #292b38;
    margin-bottom: 20px;
}
.price-blocks-wrap .price-block-item .text{
    font-size: 16px;
    color: #292b38;
    text-transform: uppercase;
    font-weight: lighter;
    margin-bottom: 45px;
    padding: 0 53px;
}
.price-blocks-wrap .price-block-item .more{
    font-weight: bold;
    text-transform: uppercase;
    font-size: 24px;
    color: #ffffff;
    text-decoration: none;
    box-sizing: border-box;
    width: 180px;
    height: 47px;
    background-color: #72b10f;
    display: block;
    border-radius: 10px;
    text-align: center;
    padding-top: 8px;
    position: absolute;
    left: 50%;
    margin-left: -90px;
    bottom: -23px;
}


.main-news-block{
    background: url(../images/bg_news.jpg) no-repeat center top;
    margin-top: 150px;
}
.main-news-content{
    height: 409px;
    width: 960px;
    margin: 0 auto;
    box-sizing: border-box;
    padding-top: 60px;
}

.main-news-content .news-list-wrap{
    overflow: hidden;
    margin-left: -67px;
    margin-top: 48px;
}
.main-news-content .news-list-wrap .news-list-item{
    width: 275px;
    float: left;
    margin-left: 67px;
}

.main-news-content .news-list-wrap .news-list-item .title{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
}
.main-news-content .news-list-wrap .news-list-item .title .date{
    color: #ffffff;
}
.main-news-content .news-list-wrap .news-list-item .title a{
    text-transform: uppercase;
    color: #72b10f;
    text-decoration: none;
}
.main-news-content .news-list-wrap .news-list-item .text{
    color: #d9cac3;
    font-size: 14px;
}


.main-text-block{
    margin-top: 40px;
}
.main-text-content{
    width: 960px;
    margin: 0 auto;
}
.main-text-content .main-text-text{
    margin-top: 40px;
}

.content-gallery{
    overflow: hidden;
    margin-left: -54px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.content-gallery .gallery-item{
    float: left;
    margin-left: 54px;
}
.content-gallery .gallery-item a{
    display: block;
    text-decoration: none;
}
.content-gallery .gallery-item a img{
    display: block;
}



.main-contacts-wrap{
    margin-top: 90px;
}
.main-contacts-content{
    background-color: #32343b;
}
.main-contacts-content .main-contacts-title{
    height: 150px;
    box-sizing: border-box;
    padding-top: 35px;
    width: 960px;
    margin: 0 auto;
}
.main-contacts-content .main-contacts-map{
    height: 400px;
    width: 100%;
    background-color: #ffffff;
}
.main-contacts-content .main-contacts-map iframe{
    width: 100%;
    height: 100%;
}


footer{
    background: #32343b url(../images/bg_bottom.jpg) repeat-x left bottom;
    height: 423px;
}
.footer-content .footer-blocks-wrap{
    width: 960px;
    margin: 0 auto;
}
.footer-content .footer-blocks{
    overflow: hidden;
}
.footer-content .footer-blocks .footer-block{
    width: 50%;
    float: left;
}
.footer-content .footer-blocks .footer-block .footer-block-form{
    padding-top: 40px;
}
.footer-content .footer-blocks .footer-block .footer-block-form .title{
    font-weight: lighter;
    font-size: 26px;
    color: #ffffff;
    margin-bottom: 25px;
}

.form-wrap{}
.form-wrap .field-block-wrap{
    overflow: hidden;
    margin-bottom: 15px;
}
.form-wrap .field-block-wrap .field-block{
}
.form-wrap .field-block-wrap .field-block input,
.form-wrap .field-block-wrap .field-block textarea{
    box-sizing: border-box;
    width: 100%;
    border: none;
    padding: 0 15px;
    background-color: #efefea;
    font-size: 16px;
}
.form-wrap .field-block-wrap .field-block .button-submit{
    background-color: #72b10f;
    border-radius: 10px;
    bottom: -23px;
    box-sizing: border-box;
    color: #ffffff;
    display: block;
    font-size: 20px;
    font-weight: bold;
    height: 47px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 180px;
    border: none;
}
.form-wrap .field-block-wrap .field-block input{
    height: 50px;
}
.form-wrap .field-block-wrap .field-block textarea{
    height: 84px;
    resize: none;
    padding: 18px 15px;
}

.form-wrap .field-block-wrap .field-block-100{
    width: 100%;
    float: left;
}
.form-wrap .field-block-wrap .field-block-50{
    width: 49%;
    float: left;
}
.form-wrap .field-block-wrap .field-block-50:first-child{
    margin-right: 2%;
}


.footer-content .footer-blocks .footer-block .footer-block-text{
    padding-left: 80px;
    padding-top: 90px;
}
.footer-content .footer-blocks .footer-block .footer-block-text .phone{
    font-size: 40px;
    color: #ffffff;
    margin-bottom: 40px;
}
.footer-content .footer-blocks .footer-block .footer-block-text .text{
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 30px;
}
.footer-content .footer-blocks .footer-block .footer-block-text .text a{
    color: #ffffff;
    text-decoration: none;
}
.footer-content .footer-blocks .footer-block .footer-block-text .text .title{
    color: #a2a6b6;
}
.footer-content .footer-blocks .footer-block .footer-block-text .copyright{
    color: #a2a6b6;
    font-size: 14px;
}

.bg_content_top{
    background: url(../images/bg_content_top.jpg) repeat;
    width: 100%;
    height: 83px;
}

.line-title-in table tr td.title h1, .line-title-in table tr td.title span {
    margin: 0 30px;
    color: #312824;
    font-size: 32px;

    font-weight: lighter;
    white-space: nowrap;
}



.main-services-wrap,
.main-slider-block-wrap,
.main-price-block,
.main-news-block,
.main-contacts-wrap{
    position: relative;
}
.main-ankor{
    position: absolute;
    width: 1px;
    bottom: 0;
}
#services{
    top: -100px;
}
#bonus{
    top: -60px;
}
#prices{
    top: -100px;
}
#news{
    top: -60px;
}
#contacts{
    top: -60px;
}

.bp-form-input-text {
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #8f9194;
    font-size: 14px;
    color: #000;
    padding: 12px 12px;
}
.form-login-wrap {
    padding: 20px 60px;
    width: 420px;
    position: relative;
    margin: 0 auto;
}

.order_button {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 24px;
    color: #FFF;
    text-decoration: none;
    box-sizing: border-box;
    width: 380px;
    height: 47px;
    background-color: #72b10f;
    display: block;
    border-radius: 10px;
    text-align: center;
    padding-top: 8px;
}

#top {
    bottom: 25px;
    cursor: pointer;
    display: none;
    font-size: 150%;
    position: fixed;
    right: 25px;
}

