@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&subset=cyrillic');
@import url(sprites.css);
html{
    overflow-x: hidden;
}
body{
    font-size: 18px;
    color: #272727;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.3;
    overflow-x: hidden;
	overflow-y: hidden;
    background-color: #c4c4be;
    padding-right: 0!important;
}

a{
    color: inherit;
    text-decoration: none
}
a:hover{
    text-decoration: underline
}
input, button, textarea{
    outline: none!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
}
.wow{
    visibility: hidden;
}
.btn{
    font-weight: 600;
    -webkit-transition: .25s all;
    -o-transition: .25s all;
    transition: .25s all;
    text-decoration: none!important;
    text-align: center;
    border: none;
}
.btn_big{
    width: 325px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 1
}
.btn:hover{
    -webkit-box-shadow: inset 0px 5px 5px -2px rgba(0,0,0,0.6)!important;
    box-shadow: inset 0px 5px 5px -2px rgba(0,0,0,0.6)!important;
}
.btn_green{
    background-color: #efe0c1;
    color: #000;
}
.d-flex{
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

/*header*/
.header{
    background-color: #fff;
}
.header__top{
    background-color: #5e606c;
    padding: 8px 0;
    line-height: 1;
}
.header-contact__icon{
    width: 16px;
    height: 16px;
    margin-right: 8px;
}
.header-contact{
    text-decoration: none!important;
    color: #fff!important;
    font-size: 12px;
    margin-right: 15px;
}
.navbar{
    line-height: 1;
    padding: 20px 0;
}
.navbar-brand{
    font-size: 24px;
    color: #000!important; 
    margin-right: -0px;
}
.navbar-brand_yellow{
    font-weight: 700;
    background-color: #00ccff;
}
.navbar-brand__text{
    font-size: 14px;
    margin-top: 6px;
}
.nav-item{
    margin-left: 11px;
}
.nav-link, .dropdown-menu__link{
    font-size: 12px;
    -webkit-transition: .2s all;
    -o-transition: .2s all;
    transition: .2s all;
    text-decoration: none!important
}
.nav-link:hover, .nav-item.active, .dropdown-menu__link:hover{
    color: #00ccff;
}
.dropdown-menu{
    border: none;
    padding: 20px 30px 12px;
    border-radius: 0;
    -webkit-box-shadow: 0px 4px 15px 0px rgba(0,0,0,0.35);
    box-shadow: 0px 4px 15px 0px rgba(0,0,0,0.35);
    left: -100%
}
#navbarDropdown[aria-expanded="true"].dropdown-toggle::after{
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}
.dropdown-menu__list{
    list-style: none;
}
.dropdown-menu__list:nth-child(1), .dropdown-menu__list:nth-child(2){
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #f1f1f1;
}
.dropdown-menu__link{
    margin-bottom: 8px;
    display: block;
    white-space: nowrap
}
/*header end*/

/*modal window*/
.fade{
    background: rgba(0, 0, 0, .1);
}
.modal-content{
    border-radius: 0;
    border: none;
    -webkit-box-shadow: 0px 7px 20px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 7px 20px 0px rgba(0,0,0,0.2);
}
.modal-header{
    border: none;
    padding-top: 22px;
}
.modal .close{
    line-height: 1;
    font-size: 18px;
    position: absolute;
    right: 10px;
    top: 10px;
}
.modal-title{
    font-weight: 700;
    font-size: 30px;
    line-height: 1;
}
.modal-body{
    padding: 15px 70px 50px;
}
.modal__input-group{
    margin-bottom: 20px;
}
.modal .input-group-text{
    background-color: #00ccff;
    color: #000;
    border: none;
    border-radius: 0;
    font-size: 22px;
    padding: 0;
    width: 45px;
}
.modal .form-control{
    border: none;
    background-color: #e8e8e8;
    font-size: 16px;
    color: #000;
    border-radius: 0;
    line-height: 1;
    padding: 11px 25px;
}
.modal .form-control::-webkit-input-placeholder{
    color: #939393;
}
.modal .form-control:-ms-input-placeholder{
    color: #939393;
}
.modal .form-control::placeholder{
    color: #939393;
}
.fa-phone{
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}
.modal-body .btn{
    margin-top: 40px;
}
/*modal window*/

.section-title{
    font-size: 36px;
    line-height: 1.8;
}
.section-article-title{
    font-size: 22px;
    line-height: 1.8;
}
.section-title_yellow{
    background-color: #00ccff;
    font-weight: 700;
    padding: 5px;
}

.pull-none{
    margin: 20px auto;
}

.mt-3{
    margin-top: 30px;
}
.mb-3{
    margin-bottom: 30px;
}

/*top slider*/
.top-slider{
    position: relative;
}
.top-slider .section-title{
    margin-top: 45px;
    margin-bottom: 10px;
}
.section-top-text{
    font-size: 18px;
    margin-top: 30px;
}
.top-slider .section-top-text{
    margin-top: 0;
}
.top-slider .carousel-item{
    min-height: 880px;
}
.top-slider__indicators{
    height: 100%;
    padding-top: 100px;
}
.top-slider__indicators li{
    text-align: right;
    font-size: 24px;
    color: #565555;
    margin-bottom: 15px;
    width: auto;
    height: auto;
    line-height: 1;
    margin-right: 0!important;
    margin-left: 0;
    cursor: pointer;
}
.top-slider__indicators li.active{
    font-weight: 600;
}
.carousel-item_first{
    background: url(../img/top-slide-1.jpg) no-repeat top center;
    background-size: cover;
}
.carousel-item_second{
    background: url(../img/top-slide-2.jpg) no-repeat top center;
    background-size: cover;
}
.carousel-item_third{
    background: url(../img/top-slide-3.jpg) no-repeat top center;
    background-size: cover;
}
.carousel-item_fourth{
    background: url(../img/top-slide-4.jpg) no-repeat top center;
    background-size: cover;
}
.carousel-item_five{
    background: url(../img/top-slide-5.jpg) no-repeat top center;
    background-size: cover;
}
.slider-logo{
    margin-top: 15px!important;
    z-index: 2;
}
/*top slider end*/

section:not(.top){
    padding: 35px 0;
}

.page-header{
    width: 100%;
}

/*о нас*/
.about-us{
    background-color: #f0f0f0;
    padding-bottom: 80px!important;
}
.about-us-content__item{
    margin-top: 20px;
    position: relative;
}
.about-us-content__title{
    font-size: 18px;
    margin-bottom: 17px;
}
.about-us-content__item p{
    margin-bottom: 20px;
}
.about-us-content__icon{
    margin-right: 10px;
}
.about-us-logo{
    position: absolute;
    width: 260px;
    right: -50px;
    bottom: 0;
}
.about-us__contact{
    margin-top: 15px;
    font-size: 24px;
}
/*о нас*/

/*получите каталог*/
.get-catalog{
    color: #fff;
    background-color: #33353a;
    max-height: 275px;
}
.get-catalog .section-top-text{
    max-width: 600px;
}
.get-catalog__container{
    position: relative;
}
.get-catalog__container::after{
    position: absolute;
    content: url(../img/get-catalog-after.png);
    top: -92px;
    left: 0;
}
.get-catalog__btn{
    margin-top: 25px;
}
/*получите каталог*/

/*наши работы*/
.us-works-gallery{
    position: relative;
}
.us-works-gallery::after{
    position: absolute;
    content: url(../img/us-work-after.png);
    left: -370px;
    top: 55px;
    z-index: -1;
}
.us-works-gallery__item{
    margin-top: 55px;
}
.us-works-gallery__item a{
    text-decoration: none!important;
    color: #272727!important;
}
.us-works-gallery__item p{
    margin-top: 15px;
    font-size: 24px;
}
.us-works__all{
    margin-top: 50px;
    text-decoration: underline;
    font-size: 24px;
    font-weight: 400;
    color: #474747!important;
}
.us-works__all:hover{
    text-decoration: none
}
/*наши работы*/

.trust-us{
    background-color: #33353a;
    color: #fff;
    padding-bottom: 80px!important;
}
.trust-us .section-title{
    line-height: 1.5;
}
.trust-us .section-title_yellow{
    color: #33353a;
}
.trust-us-content{
    max-width: 945px;
    position: relative;
    margin-top: 40px;
}
.trust-us-content__logo{
    position: absolute;
    left: 50%;
    margin-left: -204px;
}
.trust-us-content__item{
    width: 360px;
    margin-bottom: 110px;
}
.trust-us-content__icon{
    margin-right: 10px;
}

/*наши новости*/
.us-news{
    background-color: #f0f0f0;
}
.news-content{
    margin-top: 30px;
}
.news-content__item{
    max-width: 359px;
    margin-top: 25px;
    color: #33353a
}
.news-content__item img{
    max-width: 100%;
}
.news-content__title{
    min-height: 50px;
    margin: 10px 0;
}
.news-content__text{
    font-size: 14px;
    margin-bottom: 10px;
    min-height: 126px;
}
.news-content__link{
    font-size: 14px;
    color: #33353a!important
}
.news-content__link img{
    width: 17px;
    height: 15px;
    margin-left: 6px;
}
/*наши новости*/

/*отзывы*/
.reviews-content__item{
    max-width: 359px;
    margin-top: 40px;
}
.reviews-content__photo{
    text-align: center
}
.reviews-content__text{
    font-size: 15px;
    margin-bottom: 0;
    position: relative;
    padding-left: 15px;
    margin-bottom: 20px;
}
.quote{
    font-size: 48px;
    line-height: 1;
    position: absolute
}
.quote-top{
    left: -5px;
    top: -10px;
}
.quote-bottom{
    top: 89%
}
.reviews-content__author{
    margin-bottom: 0;
    font-style: italic;
}
/*отзывы*/

/*наши клиенты*/
.clients{
    background-color: #fff;
}
.clients-content{
    margin-top: 25px;
}
.clients__item{
    margin: 25px 15px 0;
}
/*наши клиенты*/

/*остались вопросы?*/
.questions{
    background-color: #00ccff;
    max-height: 309px;
}
.questions .section-top-text{
    margin-top: 20px;
}
.questions__container{
    position: relative;
}
.questions__container::after{
    position: absolute;
    content: url(../img/questions-after.png);
    left: 0;
    top: -56px;
    
}
.questions__text{
    margin: 10px 0 15px;
    font-weight: 600;
}
/*остались вопросы?*/

/*постраничная навигация*/
.page-nav{
    background-color: #00ccff;
}
.breadcrumb{
    background: none;
    border-radius: 0;
    line-height: 1;
}
.breadcrumb-item{
    padding: 10px 0;
    text-transform: uppercase;
}
.breadcrumb-item a:hover, .breadcrumb-item.active{
    color: #efe0c1!important;
}
/*постраничная навигация*/

/*страницы контактов*/
.map{
    background: url(../img/map.jpg) no-repeat top center;
    background-size: cover;
    color: #fff
}
.map .section-title_yellow{
    color: #000;
}
.map-logo{
    margin: 15px 0 45px;
}
.contact{
    background-color: #fff;
    padding-bottom: 100px!important;
}
.contact__wrapper{
    max-width: 1000px;
}
.contact__text{
    margin-bottom: 20px;
}
.yandex-map{
    margin-top: 10px;
}
/*страницы контактов*/

/*все новости*/
.all-news{
    background: url(../img/all-news-bg.jpg) no-repeat top center; background-size: cover;
    color: #fff;
}
.all-news .section-title_yellow{
    color: #000;
}
/*все новости*/

/*услуги*/
.services-top{
    background: url(../img/services-top-bg.jpg) no-repeat top center;
    background-size: cover;
    color: #fff;
}
.services-top .section-title_yellow{
    color: #000;
}
.you-know{
    background-color: #efeff1
}
.you-know__content{
    position: relative;
    z-index: 1
}
.you-know__item{
    border-top: 1.5px solid #dddddd;
    border-bottom: 1.5px solid #dddddd;
    margin-top: 45px;
    min-height: 315px;
    padding-top: 15px;
    padding-bottom: 30px;
}
.you-know__photo{
    border: none;
    padding-top: 0;
    padding-bottom: 0px;
}
.us-services{
    background-color: #efeff1;
}
.us-services__icon{
    width: 14px;
    height: 14px;
    margin-right: 4px;
}
.us-services__text{
    border-right: 1.5px solid #dddddd;
    margin-top: 50px;
}
.us-services__text_reverse{
    border-left: 1.5px solid #dddddd;
    border-right: 0;
}
.us-services__items{
    border-left: 1.5px solid #dddddd;
    margin-top: 30px;
}
.us-services__text_reverse .us-services__items{
    border: none;
}
.us-services__items p{
    margin-bottom: 30px;
}
.us-services__photo{
    margin-top: 50px;
}
.equipment{
    color: #fff;
    background-color: #33353a;
}
.equipment .section-title_yellow{
    color: #33353a;
}
.equipment__text{
    width: 430px;
    margin-top: 30px;
}
.equipment-content__photo{
    margin-top: 30px;
}
/*услуги*/

/*наши клиенты*/
.us-services-top{
    color: #fff;
    background: url(../img/us-clients-top-bg.jpg) no-repeat top center;
    background-size: cover;
}
.us-services-top .section-title_yellow{
    color: #000;
}
.us-clients{
    background-color: #efeff1
}
.us-clients-content__photos{
    max-width: 390px;
}
.client{
    position: relative;
    width: 350px;
    z-index: 1;
}
.client::after{
    position: absolute;
    content: url(../img/us-clients-photo-after.png);
    z-index: -1;
    left: 50%;
    margin-left: -75px;
    top: 50%;
    margin-top: -60px;
}
.client__item{
    margin-top: 25px;
}
.us-clients-content__photos, .us-clients-content__photo{
    margin-top: 45px;
}
.us-clients__text{
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1.5px solid #dddddd;
    border-bottom: 1.5px solid #dddddd;
    margin-top: 20px;
}
.us-clients-about__text{
    max-width: 460px;
    margin-top: 20px;
}
.us-clients-about__photo{
    margin-top: 20px;
}
/*наши клиенты*/

/*наши работы*/
.w-top{
    color: #fff;
}
.w-top .section-title_yellow{
    color: #000;
}
.top-work-library{
    background: url(../img/works/library/work-top-library-bg.jpg) no-repeat top center;
    background-size: cover;
}
.us-work{
    background-color: #efeff1;
}
.us-work-content__title{
    text-transform: uppercase;
    font-size: 18px;
}
.us-work-content__text{
    border-right: 1.5px solid #dddddd;
}
.us-work-content__photo img{
    max-width: 100%
}
.us-work-gallery{
    background-color: #d2d2d2;
}
.top-work-doors{
    background: url(../img/works/doors/top-doors-bg.jpg) no-repeat top center;
    background-size: cover;
}
.top-work-children{
    background: url(../img/works/children/children-top-bg.jpg) no-repeat top center;
    background-size: cover;
}
.top-work-individual{
    background: url(../img/works/individual/individual-top-bg.jpg) no-repeat top center;
    background-size: cover;
}
.top-work-beds{
    background: url(../img/works/beds/top-beds-bg.jpg) no-repeat top center;
    background-size: cover;
}
.top-work-kitchen{
    background: url(../img/works/kitchens/top-kithen-bg.jpg) no-repeat top center;
    background-size: cover;
}
.top-work-stairs{
    background: url(../img/works/stairs/top-stairs-bg.jpg) no-repeat top center;
    background-size: cover;
}
.top-work-office{
    background: url(../img/works/office/office-top-bg.jpg) no-repeat top center;
    background-size: cover;
}
.top-work-ceilings{
    background: url(../img/works/ceilings/cellings-top-bg.jpg) no-repeat top center;
    background-size: cover;
}
.top-work-other{
    background: url(../img/works/other/other-top-bg.jpg) no-repeat top center;
    background-size: cover;
}
.top-work-restaraunt{
    background: url(../img/works/restaraunts/restaraunts-top-bg.jpg) no-repeat top center;
    background-size: cover;
}
.us-work__items .us-services__icon{
    display: inline;
    margin-left: 0!important;
    margin-right: 10px;
    min-width: inherit
}
.us-work__items p{
    margin-bottom: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}
.restaraunt{
    background-color: #33353a; 
    color: #fff;
}
.restaraunt .us-work-content__text{
    border: 0;
}
.top-work-facades{
    background: url(../img/works/facades/facades-top-bg.jpg) no-repeat top center;
    background-size: cover;
}
.facade-colors{
    background-color: #33353a; 
}
.facade-colors__item{
    margin-top: 35px;
}
.facade-colors__item img{
    max-width: 100%
}
.top-work-cabinets{
    background: url(../img/works/cabinets/cabinets-top-bg.jpg) no-repeat top center;
    background-size: cover;
}
.top-work-curtains{
    background: url(../img/works/curtains/curtains-top-bg.jpg) no-repeat top center;
    background-size: cover;
}
.fotorama__thumb-border{
    border-color: #00ccff!important;
}
/*наши работы*/

/*footer*/
.footer{
    color: #fff;
    background-color: #33353a;
    padding: 35px 0;
}
.footer-title{
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    
}
.footer-content{
    max-width: 450px;
}
.copyright{
    font-weight: 400; font-size: 18px;
}
/*footer*/

.cmbf-success {
    margin-top: 15px;
    padding: 10px;
    border: 1px solid red;
    text-align: center;
}

.dropdown-menu__list li a{
    color: #000;
}
.dropdown-menu__list .active a{
    color: #00ccff;
}

.reviews-carousel__arrow {
    background: rgba(235, 235, 235, .7);
    opacity: 1!important;
    z-index: 2;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    color: #ccc;
    -webkit-transition: .2s all;
    -o-transition: .2s all;
    transition: .2s all;
    top: 50%;
    margin-top: -27px;
}

.reviews-carousel__arrow:hover{
    background: rgba(210, 210, 210, 1);
}

.carousel-inner {
    min-height: 564px;
}