body{
    color: #000;
}

*{
    outline: none !important;
}


a:hover, a:active, a:focus, a:visited{
    text-decoration: none;
}

.row {
    margin: 0 -10px;
}

.p0{
    padding: 0;
}

.pr0{
    padding-right: 0;
}

.pl0{
    padding-left: 0;
}

.m0{
    margin: 0;
}


.social a{
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
}

.clear{
    clear: both;
}

.container{
    padding: 0 15px;
    box-sizing: border-box;
    min-width: 300px;
    max-width: 1100px;
}

.wrapper{
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden;
    min-width: 350px;
}
/*
.wrapper.inside-page{
    padding-top: 69px;
}
*/

.main{
    background: url("../images/bg/main-bg.jpg") no-repeat center;
    height: 802px;
    position: relative;
}

.header{
    height: 69px;
    background: rgba(0, 0, 0, 0.7);
    background-image: url("../images/bg/header-bg.jpg");
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 120;
}

.logo img{
    display: block;
}

.logo{
    float: left;
    margin-top: 14px;
}

.menu{
    float: left;
    margin-top: 23px;
}

.menu a{
    color: #fff;
    font: 300 14px 'Open Sans';
    margin-left: 38px;
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.menu a:hover{
    color: #ffc000;
}

.menu a:not(:last-child):after{
    content: '';
    background: url("../images/elements/menu-item.png") no-repeat;
    position: absolute;
    width: 3px;
    height: 3px;
    top: 50%;
    margin-top: -2px;
    right: -23px;
}

.header-phone{
    padding-left: 28px;
    background: url("../images/elements/phone-icon.png") no-repeat left top;
    height: 27px;
    font: 14px/22px 'Open Sans';
    color: #fff;
    margin-top: 19px;
}

.header-phone span{
    color: #ffc000;
}

.main > .container{
    padding-top: 350px;
}

.main-title-1{
    text-align: center;
    font: 28px/36px 'pf_agora_sans_proregular';
    color: #fff;
}

.main-title-2{
    text-align: center;
    display: inline-block;
    vertical-align: top;
    text-transform: uppercase;
    color: #ffc000;
    font: 40px/45px 'pf_agora_sans_probold';
    border-bottom: 2px solid #ffc000;
}

.main-subtitle{
    color: #fff;
    font: 22px 'pf_agora_sans_proregular';
    margin: 10px 0;
    text-transform: uppercase;
    font-weight: bold;
}

.main-sep{
    background: url("../images/elements/main-sep.png") no-repeat;
    width: 181px;
    height: 27px;
    display: inline-block;
    vertical-align: top;
}

.main-list{
    padding: 0 250px;
    box-sizing: border-box;
    margin-top: 90px;
}

.main-item-img{
    height: 60px;
    line-height: 60px;
    margin-bottom: 3px;

}

.main-item{
    position: relative;
    text-align: center;
    display: block;
    text-decoration: none !important;
}

.main-item:hover .main-item-title{
    text-decoration: underline !important;
}

.main-item:after{
    content: '';
    background: url("../images/elements/main-item-after.png") no-repeat;
    width: 81px;
    height: 5px;
    top: 50%;
    margin-top: -20px;
    right: -40px;
    position: absolute;
}

.main-item-img img{
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}

.main-list .col-lg-4:last-child .main-item:after{
    display: none;
}

.main-item-title{
    color: #fff;
    font: 18px/18px 'pf_agora_sans_proregular';
}

.products{
    background: #fff;
}

.products .container{
    padding-top: 70px;
    padding-bottom: 100px;
}

.title{
    color: #442813;
    text-align: center;
    font: 28px/45px 'pf_agora_sans_proregular';
}

.title span{
    color: #ffc000;
    font: 34px/45px 'pf_agora_sans_probold';
}

.products-list{
    margin: 55px -1px 0;
}

.products-item{
    padding: 1px;
    box-sizing: border-box;
}

.products-item a{
    display: block;
    position: relative;
}

.products-item a:hover .products-item-content{
    height: auto;
    max-height: 235px;
}

.products-item-content{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
    padding: 15px 17px;
    max-height: 50px;
    overflow: hidden;
}

.products-item-title{
    color: #fff;
    font: 16px/16px 'Open Sans';
    padding-bottom: 15px;
}

.products-item-descr{
    color: #ffc000;
    font: 12px/18px 'Open Sans';
}

.products-item-descr p{
    margin: 0;
    position: relative;
}

.products-item-descr p:before{
    content: '•';
    color: #ffc000;
    font: 12px/18px 'Open Sans';
}

.about{
    background: rgb(245, 248, 249);
}

.about .container{
    padding-top: 55px;
    padding-bottom: 60px;
}

.about .title{
    text-align: left;
}

.player-wrap{
    background: url("../images/elements/mac.png") no-repeat;
    width: 511px;
    height: 307px;
    margin-top: 40px;
    margin-left: -48px;
    box-sizing: border-box;
    padding: 18px 62px 44px 62px;
}


.products-item-content, .play-video, .work-info, .last-work-item a img{
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.play-video{
    background: url("../images/elements/play-icon.png") no-repeat center;
    display: block;
    width: 100%;
    height: 100%;
}

.play-video:hover{
    opacity: 0.75;
}

.about-item{
    text-align: center;
}

.about-item-img{
    width: 122px;
    height: 122px;
    line-height: 120px;
    text-align: center;
    border: 1px solid rgb(206, 206, 206);
    border-radius: 50%;
    margin: 0 auto;

}

.about-list{
    margin-top: 95px;
    margin-left: -40px;
    margin-right: -30px;
    padding-right: 30px;
}

.about-item-img img{
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}

.about-item-title{
    color: #6c6c6c;
    margin-top: 16px;
    font: 18px/22px 'pf_agora_sans_proregular';
}

.our{
    padding-top: 80px;
    background-color: #fff;
    background-image: url("../images/bg/our-bg.jpg");
    background-repeat: no-repeat;
    background-position: center top 175px;
}

.our-slider-wrap{
    margin-top: 40px;
}

.our-slider-item{
    position: relative;
}

.shadow{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.65;
    background: url("../images/elements/shadow.png") repeat; 
}

.our-slider-wrap .nav-tabs{
    /*border: 1px solid rgb(215, 215, 215);*/
    background: rgb(243, 242, 242);
}

.our-slider-wrap .nav-tabs li{
    width: 30%;
    position: relative;
    float: left;
    height: 58px;
    box-sizing: border-box;
}

.our-slider-wrap .nav-tabs li.active{
    width: 40%;
}

.our-slider-wrap .nav-tabs li a{
    display: block;
    width: 100%;
    height: 100%;
    line-height: 58px;
    text-align: center;
    border: none !important;
    border-radius: 0 !important;
    position: absolute;
    bottom: 0;
    left: 0;
    background: transparent !important;
}

.our-slider-wrap .nav-tabs li{
    -webkit-box-shadow: inset 1px 0px 0px 0px rgba(215, 215, 215, 1), inset 0px -1px 0px 0px rgba(215, 215, 215, 1), inset -1px 0px 0px 0px rgba(215, 215, 215, 1), inset 0px 1px 0px 0px rgba(215, 215, 215, 1);
    -moz-box-shadow:    inset 1px 0px 0px 0px rgba(215, 215, 215, 1), inset 0px -1px 0px 0px rgba(215, 215, 215, 1), inset -1px 0px 0px 0px rgba(215, 215, 215, 1), inset 0px 1px 0px 0px rgba(215, 215, 215, 1);
    box-shadow:         inset 1px 0px 0px 0px rgba(215, 215, 215, 1), inset 0px -1px 0px 0px rgba(215, 215, 215, 1), inset -1px 0px 0px 0px rgba(215, 215, 215, 1), inset 0px 1px 0px 0px rgba(215, 215, 215, 1);
}

.our-slider-wrap .nav-tabs li:nth-child(2){
    -webkit-box-shadow: inset 0px -1px 0px 0px rgba(215, 215, 215, 1), inset 0px 1px 0px 0px rgba(215, 215, 215, 1);
    -moz-box-shadow:    inset 0px -1px 0px 0px rgba(215, 215, 215, 1), inset 0px 1px 0px 0px rgba(215, 215, 215, 1);
    box-shadow:         inset 0px -1px 0px 0px rgba(215, 215, 215, 1), inset 0px 1px 0px 0px rgba(215, 215, 215, 1);
}
.our-slider-wrap .nav-tabs li.active:before{
    position: absolute;
    left: -19px;
    content: '';
    background: url("../images/elements/left-shadow.png") no-repeat;
    width: 39px;
    height: 113px;
    bottom: 0;
}

.our-slider-wrap .nav-tabs li.active a{
    -webkit-box-shadow: inset 0px -3px 0px 0px rgba(237, 156, 33, 1);
    -moz-box-shadow:    inset 0px -3px 0px 0px rgba(237, 156, 33, 1);
    box-shadow:         inset 0px -3px 0px 0px rgba(237, 156, 33, 1);
}

.our-slider-wrap .nav-tabs li:not(:last-child) a{
}

.our-slider-wrap .nav-tabs li.active:after{
    position: absolute;
    right: -19px;
    content: '';
    background: url("../images/elements/right-shadow.png") no-repeat;
    width: 39px;
    height: 113px;
    bottom: 0;
}

.our-slider-wrap .nav-tabs li.active a{
    height: 67px;
    background: #fff !important;
    z-index: 2;
    line-height: 63px;
}

.our-slider-wrap .nav-tabs li.active a:before{
    background: url("../images/elements/tab-active.png") no-repeat;
    width: 15px;
    height: 15px;
    content: '';
    top: -7px;
    left: 50%;
    position: absolute;
    margin-left: -7.5px;
}

.our-slider-item-title{
    display: inline-block;
    vertical-align: middle;
    font: 16px/20px 'pf_agora_sans_prolight';
    color: #747474;
}

.our-slider-wrap .nav-tabs li.active a .our-slider-item-title{
    color: #08080b;
}

.nav > li > a{
    padding: 0 !important;
}

.slider-item-content-wrap{
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    text-align: right;
    font-size: 0px;
    padding-right: 35px;
    z-index: 5;
}

.slider-item-content-wrap:before{
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
}

.slider-item-content{
    display: inline-block;
    vertical-align: middle;
}

.our-slider-block{
    position: relative;
}

.item-area{
    color: #fff;
    font: 18px/20px 'pf_agora_sans_proregular';
}

.item-name{
    color: #ed9c21;
    margin-top: 4px;
    margin-bottom: 15px;
    font: 35px/38px 'pf_agora_sans_promedium';
}

.slider-item-content table{
    color: #fff;
    text-align: right;
    float: right;
    width: 90%;
    vertical-align: top;
    font: 16px/18px 'pf_agora_sans_proregular';
}

.slider-item-content table td{
    padding-top: 5px;
    padding-bottom: 5px;
    vertical-align: top;
}

.slider-item-content table td:first-child{
    padding-right: 12px;
}

.slider-item-content table td:last-child{
    padding-left: 12px;
}

.nav-slide{
    position: absolute;
    bottom: 42px;
    width: 56px;
    height: 56px;
    z-index: 5;
    cursor: pointer;
}

.nav-slide a{
    display: block;
    width: 100%;
    height: 100%;
}

.nav-slide:hover{
    opacity: 0.7;
}

.prev-slide{
    background: url("../images/elements/prev-slide.png") no-repeat;
    right: 105px;
}

.next-slide{
    background: url("../images/elements/next-slide.png") no-repeat;
    right: 35px;
}

.our-pager{
    bottom: 35px;
    position: absolute;
    z-index: 5;
    font-size: 0;
    left: 0;
    width: 100%;
    height: 7px;
    text-align: center;
}

.our-pager .bx-pager{
    width: 100%;
    font-size: 0;
    height: 100%;
    overflow: hidden;
    text-align: center;
}

.our-pager a{
    display: inline-block;
    vertical-align: top;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    position: relative;
}

.our-pager a:not(:last-child){
    margin-right: 20px;
}

.our-pager a{
    background: #fff;
}

.our-pager a.selected{
    background: #ed9c21;
}

.our-slider li{
    width: 1070px !important;
    float: left;
}

/*.tab-pane.load{
    display: block !important;
}*/

.our-factories .container{
    padding-top: 45px;
}

.last-works-list{
    margin: 58px -6px 0;
}

.caroufredsel_wrapper{
    width: 100% !important;
}

.our-slider{
    list-style: none;
    margin: 0;
    padding: 0;
}

.last-work-item{
    width: 25%;
    padding: 0 6px;
    box-sizing: border-box;
    margin-bottom: 12px;
}

.work-info{
    position: absolute;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    height: 100%;
    left: -100%;
    text-align: center;
    top: 0;
    opacity: 0;
}

.last-work-item a:hover .work-info{
    opacity: 0;
    left: 0;
}

.work-info:before{
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
}

.last-work-item a{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.last-work-item a:hover img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);

    opacity: 0.95;
}

.last-works {
    padding-top: 85px;
    padding-bottom: 65px;
}

.work-info-content{
    color: #fff;
    padding: 0 20px;
    display: inline-block;
    vertical-align: middle;
}

.work-info-title{
    text-align: center;
    text-transform: uppercase;
    font: 20px/25px 'pf_agora_sans_proregular';
}

.work-info-sep{
    background: url("../images/elements/work-sep.png") no-repeat;
    width: 20px;
    margin: 25px auto 25px;
    height: 26px;
}

.work-info table{
    font: 14px/20px 'pf_agora_sans_proregular';
    text-align: left;
    width: 100%;
}

.work-info table td{
    width: 50%;
}

.work-info table td:first-child{
    padding-right: 15px;
    text-align: right;
}

.work-info table td:last-child{
    padding-left: 15px;
    text-align: left;
}

.sert .container{
    padding-top: 65px;
    padding-bottom: 65px;
}

.sert-slider-wrap{
    margin-top: 70px;
    padding: 0 77px;
    box-sizing: border-box;
    position: relative;
}

.sert-nav{
    position: absolute;
    top: 100px;
    width: 31px;
    height: 52px;
    cursor: pointer;
}

.sert-nav a{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
}

.sert-left{
    left: 0;
    background: url("../images/elements/left.png") no-repeat;
}

.sert-left:hover{
    background: url("../images/elements/left-hover.png") no-repeat;
}

.sert-right{
    right: 0;
    background: url("../images/elements/right.png") no-repeat;
}

.sert-right:hover{
    background: url("../images/elements/right-hover.png") no-repeat;
}

.sert-item{
    width: 175px;
}

.sert-item a{
    display: block;
}

.sert-item a img{
    display: block;
}

.sert-item-text{
    font: 13px/20px 'Open Sans';
    text-align: center;
    margin-top: 30px;
    color: #747474;
}

.map{
    position: relative;
    height: 560px;

}

#map-address{
    left: 0;
    top: 0;
    position: absolute;
    height: 560px;
    width: 100%;
}

.contacts-block{
/*    width: 50%; */
    position: absolute;
    top: 0;
    height: 100%;
    z-index: 5;
    right: 0;
    background: rgb(245, 248, 249);
    padding: 35px;
    line-height: 490px;
    text-align: center;
}

.contacts-block-wrap{
    line-height: normal;
    display: inline-block;
    vertical-align: middle;
}

.contacts-section{
    color: #212121;
    font: 20px/25px 'pf_dindisplay_proregular';
    text-align: center;
}

.contacts-section:not(:last-child){
    margin-bottom: 25px;
}

.contacts-section-hr {
    border-top: 1px solid black;
}

.footer{
    height: 47px;
    background: #000;
}

.rights{
    color: #fff;
    text-align: center;
    font: 13px/47px 'Open Sans';
}

.product-nav{
    background: #fff;
    margin-top: 20px;
}

.product-nav .container{
    padding-top: 55px;
}

.inside-nav{
    width: 370px;
    margin: 35px auto 0;
}

.inside-nav{
    height: 48px;
    border: 1px solid rgb(204, 204, 204);
    border-radius: 24px;
    box-sizing: border-box;
}

.nav-item{
    height: 100%;
    font: 20px/46px 'pf_agora_sans_proregular';
    color: #000;
    text-align: center;
    background: transparent;
}

.nav-item:first-child{
    border-radius: 23px 0 0 23px;
}

.nav-item:last-child{
    border-radius: 0 23px 23px 0;
}

div.nav-item{
    background: rgb(255, 192, 0);
    color: #fff;
}

a.nav-item:hover, a.nav-item:focus{
    color: #FFC000;
}

.inside-page .header{
    background-color: rgba(0, 0, 0, 0.7);
    background-image: url("../images/bg/header-bg.jpg");
    background-repeat: no-repeat;
    background-position: center;
}

.works{
    position: relative;
}

.works-slider-wrap{
    position: relative;
    margin-top: 45px;
    height: 663px;
}

.works-slider-wrap .container{
    position: relative;
}

.works-slider{
    height: 663px;
    width: 100% !important;
}

.works-slider li{
    background-position: center;
    height: 663px;
    width: 100% !important;
    margin: 0 !important;
    left: 0 !important;
}

.slide-nav{
    width: 75px;
    height: 75px;
    border-radius: 50%;
    box-sizing: border-box;
    border: 2px solid rgb(255, 192, 0);
    position: absolute;
    top: 460px;
    z-index: 100;
    margin-top: -37px;
    left: 15px;
    background-color: rgba(0, 0, 0, 0.4);
}

.slide-nav:hover{
    background-color: rgba(0, 0, 0, 0.7);
}
.slide-nav a{
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    display: block;
    width: 100%;
    height: 100%;
}

.slide-nav.right-nav{
    left: inherit;
    right: 15px;
}

.slide-nav.left-nav a{
    background: url("../images/elements/left-icon.png") no-repeat center;
}

.slide-nav.right-nav a{
    background: url("../images/elements/right-icon.png") no-repeat center;
}

.works > .container{
    position: relative;    	
/*    padding-top: 90px; */
}

.catalogue .container{
    padding-top: 55px;
    padding-bottom: 40px;
}

.catalogue-list{
    margin: 45px -10px 0;
    font-size: 0;
}

.catalogue-item{
    padding: 0 10px;
    margin-bottom: 20px;
    float: none;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: top;

}

.catalogue-item-block{
    display: block;
    position: relative;
    text-decoration: none !important;
}

.catalogue-item-info{
    width: 100%;
    box-sizing: border-box;
    padding-left: 0;
    padding-right: 0px;
}

.catalogue-item-price{
    color: #11b000;
    float: left;
    margin-top: 10px;
    font: bold 18px/34px 'Open Sans';
}

.catalogue-item-price sup{
    font-size: 11px;
}

.calc-link{
    color: #fff !important;
    height: 30px;
    width: 205px;
    border-radius: 3px;
    margin-top: 10px;
    background: rgba(255, 192, 0, 1);
    font: 16px/27px 'Open Sans';
    text-align: center;
    float: right;
}

.catalogue-item-descr{
    margin-top: 12px;
    color: #696969;
    font: 16px/20px 'Open Sans';
}

.calc-link:hover{
    background: rgba(255, 192, 0, 0.7);
}

.catalogue-item-name{
    color: #000;
    font: 16px/34px 'Open Sans';
    float: left;
    margin-top: 10px;
/*    text-transform: uppercase; */
    margin-right: 12px;
    text-decoration: underline;
}


.gallery-header .container {
    padding-top: 50px;
    padding-bottom: 60px;
}

.subtitle{
    padding: 0 180px;
    text-align: center;
    margin-top: 25px;
    color: #442813;
    font: 20px/27px 'pf_agora_sans_proregular';
}

.bx-wrapper {
	    margin: 0 auto;
}
.gallery-block{
/*    background: url("../images/bg/gallery-bg.png") no-repeat center; */
/*    height: 520px; */
    position: relative;
    z-index: 5;
}

.gallery-block .container{
    padding-top: 10px;
}

.gallery-col{
    width: 157px;
}

.gallery-item-img{
    height: 180px;
    width: 180px;
    box-sizing: border-box;
    border: 5px solid #fff;
    border-radius: 7px;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(3, 3, 5, 0.27);
    -moz-box-shadow:    0px 0px 8px 0px rgba(3, 3, 5, 0.27);
    box-shadow:         0px 0px 8px 0px rgba(3, 3, 5, 0.27);
}

.gallery-item{
    margin-bottom: 10px;
    cursor: pointer;
    min-height: 240px;
}

.gallery-item.active .gallery-item-img{
    border-color: #ffc000;
}

.gallery-item-title{
    color: #442813;
    font: 18px/18px 'pf_agora_sans_proregular';
    text-align: center;
    margin-top: 12px;
    text-decoration: underline;
    background-color: rgba(255,255,255,.8);
}

.gallery-pager{
    height: 23px;
    text-align: center;
    margin-top: 25px;
}

.gallery-pager .bx-pager{
    text-align: center;
    font-size: 0;
}

.gallery-pager .bx-pager-item{
    display: inline-block;
    vertical-align: top;
}

.gallery-pager .bx-pager-item:not(:last-child){
    margin-right: 18px;
}

.gallery-pager .bx-pager-item a{
    width: 23px;
    height: 23px;
    border-radius: 50%;
    box-sizing: border-box;
    border: 2px solid rgb(255, 192, 0);
    background: transparent;
    display: block;
}

.gallery-pager .bx-pager-item a.active{
    border: 2px solid rgb(255, 192, 0);
    background: rgb(255, 192, 0);
}

.gallery-slider-wrap .bx-viewport{
    padding-top: 8px;
    margin-left: -8px !important;
    padding-left: 8px !important;
    box-sizing: border-box;
    width: 1086px !important;
}

.request{
    margin-top: 10px;
    position: relative;
    z-index: 1;
/*    background: url("../images/bg/request-bg.jpg") no-repeat center; */
    background: url("../images/bg/request-bg-4.jpg") no-repeat center;
    height: 1050px;
}

.table-tops-page .request{
    margin-top: 0;
    background: url("../images/bg/request-bg-4.jpg") no-repeat center;
    height: 986px;
}

.modular-page .request{
    margin-top: 0;
    background: url("../images/bg/request-bg-4.jpg") no-repeat center;
    height: 986px;
}

.request .container{
    padding-top: 182px;
}

.modular-page .sert .container {
    padding-top: 65px;
    padding-bottom: 0;
}

.request-block{
    height: 465px;
}

.request-form{
    width: 375px;
    float: right;
    height: 465px;
    background: #fff;
    border-radius: 6px;
    margin-top: 160px;
    padding-top: 35px;
}

.form-title{
    color: #1b0600;
    font: 26px/26px 'pf_dindisplay_probold';
    text-transform: uppercase;
    text-align: center;
    box-sizing: border-box;
    padding: 0 15px;
}

.form-main-title{
    color: #ffc000;
    font: 39px/35px 'pf_dindisplay_probold';
    text-transform: uppercase;
    text-align: center;
    box-sizing: border-box;
    padding: 0 15px;
}

.form-subtitle{
    color: #1b0600;
    font: 14px/20px 'Open Sans';
    text-align: center;
    box-sizing: border-box;
    padding: 0 15px;
    margin-top: 5px;
}

.form-block{
    padding: 0 39px;
    margin-top: 20px;
}

.form-block input{
    width: 100%;
    height: 45px;
    border: 1px solid rgb(218, 218, 218);
    background: transparent;
    box-sizing: border-box;
    padding-left: 43px;
    padding-right: 15px;
    color: #1b0600;
    margin-bottom: 15px;
    border-radius: 5px;
}

.form-block input[name="name"]{
    background-image: url('../images/elements/name-icon.png');
    background-repeat:  no-repeat;
    background-position: 12px 13px;
}

.form-block input[name="phone"]{
    background-image: url('../images/elements/phone-ico.png');
    background-repeat:  no-repeat;
    background-position: 14px 11px;
}

.form-block input[name="email"]{
    background-image: url('../images/elements/email-ico.png');
    background-repeat:  no-repeat;
    background-position: 10px 14px;
}

.form-block input[name="email"]{
    margin-bottom: 25px;
}

.btn-link{
    display: block;
    margin: 0 auto 0;
    text-decoration: none !important;
    text-align: center;
    background: url("../images/elements/btn.png") no-repeat;
    width: 300px;
    height: 55px;
    color: #fff !important;
    font: 16px/46px 'Open Sans';
    border-radius: 6px;
}

.btn-link:hover{
    background: url("../images/elements/btn-hover.png") no-repeat;
}

.btn-link:active{
    background: url("../images/elements/btn-active.png") no-repeat;
    font: 16px/52px 'Open Sans';
}

.lock-wrap{
    margin-top: 30px;
}

.lock{
    font: 14px/17px 'Open Sans';
    color: #bfbfbf;
    display: inline-block;
    vertical-align: top;
    padding-left: 20px;
    background: url("../images/elements/lock.png") no-repeat 0 0;
}

.request-content{
    height: 465px;
    line-height: 465px;
    float: left;
    padding-left: 110px;
    box-sizing: border-box;
    margin-top: 160px;
}

.request-title{
    color: #fff;
    font: 50px/45px 'pf_dindisplay_probold';
}

.request-title span{
    font: 50px/45px 'pf_dindisplay_proregular';
}

.request-content-block{
    line-height: normal;
    display: inline-block;
    vertical-align: middle;
}

.request-text{
    font: 16px/20px 'Open Sans';
    margin-top: 42px;
    color: #fff;
}

.table-tops-subpages{
    width: 410px;
    margin: 35px auto 0;
}

.subpages-title{
    color: #1b1b1b;
    font: 18px/18px 'pf_agora_sans_proregular';
    text-align: center;
    margin-bottom: 20px;
}

.subpages-item{
    padding: 0 10px;
    box-sizing: border-box;
}

div.subpages-link{
    width: 100%;
    height: 82px;
    box-sizing: border-box;
    border: 1px solid rgb(255, 192, 0);
    background: rgb(255, 192, 0);
    line-height: 80px;
    text-align: center;
    border-radius: 3px;
}

.subpages-link img{
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}

a.subpages-link{
    display: block;
    width: 100%;
    height: 82px;
    box-sizing: border-box;
    border: 1px solid rgb(183, 183, 183);
    border-radius: 3px;
    background: transparent;
    line-height: 80px;
    text-align: center;
}

a.subpages-link:hover{
    border: 1px solid rgb(255, 192, 0);
    background: rgba(255, 192, 0, 0.5);
}

.calc{
/*    background: rgb(245, 248, 249); */
    margin-bottom: 45px;
}


.calc .container{
    padding-top: 50px;
    padding-bottom: 50px;
}

.calc-form{
    width: 545px;
    margin: 30px auto 0;
}

.calc-block{
    margin: 0 -12px;
}

.calc-col{
    padding: 0 12px;
}

.input-label{
    color: #acacac;
    font: 14px/14px 'pf_dindisplay_prolight';
    margin-bottom: 12px;
    text-align: center;
}

.input-label span{
    color: #ff4545;
}

.incorrect{
    border-color: #ff4545 !important;
}

.calc-block input{
    width: 100%;
    color: #000;
    font: 16px 'pf_dindisplay_proregular';
    padding: 0 15px;
    background: #fff;
    height: 40px;
    border: 1px solid rgb(215, 215, 215);
    border-radius: 3px;
    box-sizing: border-box;
}

.calc-block input:focus{
    border: 1px solid rgb(255, 192, 0);
}

.calc-block{
    margin-bottom: 15px;
}

.form-section:first-child{
    padding-bottom: 37px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgb(161, 161, 161);
}

.input-label.text-left{
    text-align: left;
}

.calc-form{
    position: relative;
}

.fixed-page .main{
    background-size: cover;
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    left: 0;
    top: 0;
}

.fixed-page .footer{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;

}

.fixed-page .main > .container {
    padding-top: 0;
    height: 100%;
    text-align: center;
}

.fixed-page .main > .container:before{
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
}

.login-block{
    display: inline-block;
    vertical-align: middle;
}

.login-block h1{
    color: #fff;
    font: 30px/30px 'pf_agora_sans_probold';
    text-align: center;
}

.login td{
    color: #fff;
    font: 16px/35px 'pf_agora_sans_proregular';
    padding: 10px 5px;
}


.login-block input[type="text"], .login-block input[type="password"]{
    color: #fff;
    font: 16px 'pf_agora_sans_proregular';
    height: 35px;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 3px;
    padding: 0 10px;
    box-sizing: border-box;
    width: 250px;
    background: transparent;
}

.login-block input[type="submit"]{
    background: url("../images/elements/btn.png") no-repeat;
    width: 300px;
    height: 55px;
    border: none;
    font: 18px 'pf_agora_sans_proregular';
    border-radius: 7px;
}

.login-block input[type="submit"]:hover{
    background: url("../images/elements/btn-hover.png") no-repeat;
    color: #fff;
}

.login-block input[type="submit"]:active{
    background: url("../images/elements/btn-active.png") no-repeat;
    color: #fff;
}

.error-login-text{
    color: #fff;
    font: 16px 'pf_agora_sans_prolight';
    display: none;
    text-align: center;
}

.not_found_block{
    font: 30px 'pf_agora_sans_probold';
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    width: 85%;
    text-transform: uppercase;
}

.gallery-pager{
    display: none;
}

.calc-form .btn-link{
    position: absolute;

    left: 50%;
    margin-left: -150px;
    bottom: -91px;
}

.jq-selectbox{
    width: 100%;
}

.jq-selectbox__select{
    height: 40px;
    box-sizing: border-box;
}

.jq-selectbox__select {
    padding: 0 45px 0 10px;
    border: 1px solid rgb(215, 215, 215);
    border-radius: 4px;
    background: #FFFFFF;
    box-shadow: none;
    color: #333;
    text-shadow: 1px 1px #FFF;
    font: 16px/38px 'pf_dindisplay_proregular';
}

.jq-selectbox__select:hover {
    border: 1px solid rgb(255, 192, 0);
    background: #FFFFFF;
}

.jq-selectbox li {
    min-height: 18px;
    padding: 0 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -o-user-select: none;
    white-space: nowrap;
    color: #231F20;
}

.jq-selectbox__trigger-arrow{
    top: 17px;
}

.jq-selectbox__dropdown {
    top: 40px;
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 1px solid #CCC;
    border-radius: 4px;
    background: #FFF;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
    font: 16px/38px 'pf_dindisplay_proregular';
}

.checkbox-wrap label > div:last-child{
    display: inline-block;
    margin-left: 10px;
    font: 16px/38px 'pf_dindisplay_proregular';
    cursor: pointer;
}

.jq-checkbox {
    top: -2px;
    width: 18px;
    height: 18px;
}

.jq-checkbox.checked .jq-checkbox__div {
    width: 12px;
    height: 12px;
}

.itog-title{
    text-transform: uppercase;
    text-align: center;
    font: 22px/30px 'pf_dindisplay_proregular';
    color: #0c0c0c;
}

.itog-val{
    font: 24px/28px 'pf_dindisplay_probold';
    text-align: center;
}

.thanks-title-1{
    color: #fff;
    font: 28px 'pf_agora_sans_proregular';
    text-align: center;
}

.modals{
    display: none;
}

.order-modal{
    width: 450px;
    box-sizing: border-box;
    padding: 30px 25px;
}

.fancybox-inner{
    overflow: visible !important;
}

.lang-links{
    margin-top: 15px;
}

.lang-links a{
    float: right;
    width: 24px;
    display: block;
    text-decoration: none !important;
    margin-right: 3px;
}

.lang-links a:not(:last-child){
    margin-bottom: 3px;
}

.lang-links a img{
    width: 100%;
    height: auto;
    display: block;
}

.order-modal .form-section:first-child {
    padding-bottom: 7px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgb(161, 161, 161);
}

.order-title{
    text-transform: uppercase;
    text-align: center;
    font: 22px/30px 'pf_dindisplay_proregular';
    color: #0c0c0c;
}

.order-modal .calc-form{
    width: 100%;
}

.order-modal .calc-form .send{
    position: relative;
    left: inherit;
    bottom: inherit;
    margin: 0 auto;
}

.order-subtitle{
    text-align: center;
    font: 16px/20px 'pf_dindisplay_proregular';
    color: #0c0c0c;
}

.modal-close{
    background-image: url('../js/fancybox/fancybox_sprite.png');
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}

.thanks-title-2{
    color: #ffc000;
    text-align: center;
    text-transform: uppercase;
    font: 41px 'pf_agora_sans_probold';
}

.thanks_block{
    display: inline-block;
    vertical-align: middle;
}

.thanks-btn{
    margin-top: 30px !important;
}

#video-modal{
    width: 700px;
    height: 400px;
}

.mobile-nav{
    position: absolute;
    left: 15px;
    top: 20px;
    background: url("../images/elements/menu.png") no-repeat;
    width: 40px;
    height: 28px;
}

.menu-close{
    background: url("../js/fancybox/fancybox_sprite.png");
    position: absolute;
    top: 5px;
    right: 5px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    display: none;
    z-index: 8040;
}

.logo-mobile {
	margin-top: 5px;
}

.gallery {
	margin-top: 20px;
}

.table-price td{
	min-width: 50px;
	text-align: center;
}

.table-price-name {
	font-weight: bold;
    background-color: rgba(255, 192, 0,0.1);
}

.table-price-header {
	font-weight: bold;
    background-color: rgba(255, 192, 0,0.1);	
    border-top: 2px solid #ffcc00;}

.table-price-price {
    text-align: right !important;
}

.table-price-devider {
    border-top: 2px solid #ffcc00;
}

@media(max-width: 1199px){
    .request-content {
        padding-left: 0px;
    }

    .gallery-item-img{
        height: 157px;
        width: 157px;
    }
    .gallery-slider-wrap .bx-viewport {
        padding-top: 8px;
        margin-left: -8px !important;
        padding-left: 8px !important;
        box-sizing: border-box;
        width: 948px !important;
    }

    .our-slider li{
        width: 940px !important;
        float: left;
    }

    .last-work-item {
        width: 33.333333333%;
        padding: 0 6px;
        box-sizing: border-box;
        margin-bottom: 12px;
    }
}

@media(max-width: 991px){

    .slider-item-content table{
        width: 95%;
    }

	/*
    .logo{
        margin-left: 55px;
    }
	*/
    .menu-close{
        display: block;
    }

    .gallery-pager{
        display: block;
    }

    .last-work-item a img{
        width: 100%;
    }

    .last-work-item {
        width: 50%;
        padding: 0 6px;
        box-sizing: border-box;
        margin-bottom: 12px;
    }

    .main-list {
        padding: 0 110px;
    }

    .player-wrap {
        background: url("../images/elements/mac.png") no-repeat;
        width: 511px;
        height: 307px;
        margin: 40px auto;
        box-sizing: border-box;
        padding: 18px 62px 44px 62px;
    }

    .our-slider li{
        width: 720px !important;
        float: left;
    }

    .about .title {
        text-align: center;
    }

    .next-slide {
        left: 105px;
        right: inherit;
    }

    .prev-slide {
        left: 35px;
        right: inherit;
    }

    .menu{
        position: fixed;
        display: none; 
        background: #fff;
        width: 250px;
        left: 0;
        top: 0;
        padding-top: 45px;
        margin-top: 0;
        height: 100%;
        background: rgba(0, 0, 0, 0.9);
    }

    .menu a {
        display: block;
        margin: 0;
        padding: 10px 15px;
        text-transform: uppercase;

    }
    .menu a:after{
        display: none;
    }

    .menu a:hover{
        background: #fff;
        color: #000;
    }

    .gallery-header .container {
        padding-top: 20px;
        padding-bottom: 60px;
    }

    .gallery-slider-wrap .bx-viewport {
        padding-top: 8px;
        margin-left: -8px !important;
        padding-left: 8px !important;
        box-sizing: border-box;
        width: 728px !important;
    }



    .request-title span {
        font: 36px/36px 'pf_dindisplay_proregular';
    }

    .request-title {
        font: 36px/36px 'pf_dindisplay_probold';
    }

    .request-content {
        width: 300px;
    }

    .request-form {
        width: 356px;
    }

    .form-block {
        padding: 0 28px;
    }

    .about-list {
        margin-top: 35px;
        margin-left: 0;
        margin-right: 0;
        padding-right: 0px;
    }
}

@media(max-width: 767px){

    .main{
        height: 610px;
    }

    .main-list{
        margin-top: 58px;
    }

    .calc-col:first-child{
        margin-bottom: 15px;
    }
    .product-nav {
        margin-top: 0;
    }

    .calc-form{
        width: 100%;
        margin: 30px auto 0;
    }

    .subpages-item{
        margin-bottom: 20px;
    }

    .table-tops-subpages{
        width: 216px;
    }

    .sert .container {
        padding-top: 35px;
        padding-bottom: 35px;
    }

    .last-work-item {
        width: 100%;
        padding: 0 6px;
        box-sizing: border-box;
        margin-bottom: 12px;
    }
    .header{
        position: relative;
        left: inherit;
        top: inherit;
    }

    .catalogue-item-block img{
        width: 100%;

        height: auto;
    }

    .about-item{
        margin-bottom: 25px;
    }

    .gallery-slider-wrap .bx-viewport {
        padding-top: 8px;
        margin-left: 0 !important;
        padding-left: 0 !important;
        box-sizing: border-box;
        width: 339px !important;
    }

    .gallery-slider-wrap{
        width: 339px !important;
        margin: 0 auto;
    }

    .subtitle {
        padding: 0;

    }

    .gallery-item-img {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        border-color: #ffc000;
    }

    .request-content {
        height: auto;
        float: none;
        display: block;
        width: 100%;
        text-align: center;
        padding-left: 0;
        box-sizing: border-box;
        line-height: normal;
        margin-top: 30px;
    }

    .request-block{
        height: auto;
    }

    .request-form {
        width: 375px;
        float: none;
        height: 465px;
        margin: 40px auto 0;
    }



    .main-item-img{
        margin-top: 12px;
    }

    .about-list {
        margin-top: 35px;
        margin-left: 0;
        margin-right: 0;
        padding-right: 0px;
    }

    .products-item a img{
        width: 100%;
    }

    .inside-nav {
        width: 280px;
        margin: 35px auto 0;
    }

    .main > .container {
        padding-top: 100px;
    }

    .main-item:after {
        display: none;
    }

    .main-list {
        padding: 0;
    }

}

@media(max-width: 750px){
    .our{
        display: none;
    }
}

@media(max-width: 650px){
    .our-slider-wrap .nav-tabs li {
        width: 100%;
        position: relative;
        float: none;
        height: 58px;
        box-sizing: border-box;
    }

    .our-slider-wrap .nav-tabs li.active {
        width: 100%;
    }

    .our-slider-wrap .nav-tabs li.active a {
         height: 100%;
        background: #fff !important;
        z-index: 2;
        line-height: 63px;
    }
}

@media(max-width: 440px){
    .request-form{
        width: 100%;
    }

    .checkbox-wrap label > div:last-child {
        display: inline-block;
        margin-left: 10px;
        font: 16px/26px 'pf_dindisplay_proregular';
        cursor: pointer;
        max-width: 89%;
        vertical-align: top;
    }

    .jq-checkbox {
        top: 0px;
    }


}

@media(max-width: 410px){
    .request-form{
        width: 100%;
    }

    .form-block {
        padding: 0 10px;
    }

    .form-title {
        font: 22px/26px 'pf_dindisplay_probold';
        padding: 0 10px;
    }
}