html,
body {
    width: 100%;
    height: 100%;
    min-width: 1200px;
}

body {
    font-family: 'Open Sans', sans-serif;
    /*background: url("../img/body.png")  no-repeat;*/
    background-position-x: 50%;
    /*background-position-y: au;*/
    background-size: 1200px auto;
}
a {
    /*color: #f05f40;*/
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

a:hover,
a:focus {
    /*color: #eb3812;*/
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
}

header{
    position: relative;
    /*height: 704px;*/
    bottom: 96px;
    /*top: -166px;*/
}
.top_nav_block.container-fluid{
    padding: 0;
    height: 96px;
    background: rgba(28, 28, 28, 0.58);
    position: relative;
    z-index: 25;
    bottom: -116px;
    padding: 0;
}
.top_nav_block .container{
    padding: 0;
    min-width: 1200px;
}
.top_nav_block .container .row{
    margin: 0;
    width: 100%;
}
.top_nav_block .container .row .col-lg-3{
    padding: 0;
    display: inline-block;
    vertical-align: top;
}
.top_nav_block .container .row .col-lg-4{
    padding: 0;
    display: inline-block;
    vertical-align: top;
}
.top_nav_block .container .row .col-lg-5{
    padding: 0;
    display: inline-block;
    vertical-align: top;
    float: right;
}
#logo{

}
#logo img{
    margin: 18px 0 0 -2px;
}
.contacts {
    margin-left: 15px;
    margin-top: 30px;
    color: #a1f960;
}
.city-wrap{

}
.contacts .phone{
    display: inline-block;
    vertical-align: top;
    margin-top: -3px;
    margin-left: 15px;
    color: #a1f960;
    font-weight: 600;
    font-size: 17px;
}
.ico-ico{
    display: inline-block;
    width: 34px;
    height: 34px;
    font-weight: 700;
}
.ico-phone{background-image: url('../img/phone_ico.png');}

ul.fisrt_nav{
    margin-top: 35px;
    text-align: right;
    font-size: 0;
}
ul.fisrt_nav li{
    display: inline-block;
    margin-left: 25px;
}
ul.fisrt_nav li a{
    color: #a1f960;
    font-size: 16px;
    font-weight: 600;
}



/* ------------ слайдер верхний ------------ */
.carousel-control .arrow_d{
    width: 36px;
    height: 71px;
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
}
.carousel-control.left{
    background: none;
}
.carousel-control.left:hover{
    background: none;
}
.carousel-control.right{
    background: none;
}
.carousel-control.right:hover{
    background: none;
}
.carousel-control{
    opacity: 1;
}
.carousel-control:hover,
.carousel-control:focus {
    color: #fff;
    text-decoration: none;
    filter: alpha(opacity=90);
    outline: 0;
    opacity: 1;

}
.carousel-control .arrow_left{
    top: 48%;
    left: 32px;
    background-image: url("../img/arrow_l.png");
}
.carousel-control .arrow_left:hover{
    background-image: url("../img/arrow_l_hover.png");
}
.carousel-control .arrow_right{
    top: 48%;
    right: 32px;
    background-image: url("../img/arrow_r.png");
}
.carousel-control .arrow_right:hover{
    background-image: url("../img/arrow_r_hover.png");
}
.carousel-indicators .active{
    /*vertical-align: top;*/
    background-color: #000;
    width: 19px;
    height: 19px;
    margin: 0 0 0 6px;
    border: 2px solid #000;
}
.carousel_indicators_wrap{
    position: relative;
    /*margin-top: 50%;*/
}
.carousel-indicators li{
    vertical-align: top;
    margin: 0 0 0 6px;
    width: 19px;
    height: 19px;
    border: 2px solid #000;
}
.carousel-indicators{
    position: absolute;
    bottom: 10px;
    left: 0;
    z-index: 15;
    width: 1200px;
    padding-right: 0px;
    /*margin: 0 auto;*/
    margin-left: 0;
    margin-bottom: 6px;
    text-align: right;
    list-style: none;
    display: inline-block;
}
.carousel-caption{
    top: 32%;
    text-align: left;
    left: 10%;
    right: 10%;
    font-size: 42px;
}
.carousel-caption h2{
    font-size: 43px;
    color: #1c1c1c;
    display: inline-block;
    padding: 0px 87px 0px 21px;
    font-weight: bold;
    line-height: 74px;
    text-transform: uppercase;
    margin-left: 4px;
    margin-bottom: 6px;
    background-color: rgba(255, 255, 255, 0.7);
}
.carousel-caption h2>span{
    font-size: 73px;
}
.carousel-caption a{
    font-size: 32px;
    background-color: rgba(0, 0, 0, 0.7);
    display: inline-block;
    padding: 11px 22px 17px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-left: 4px;
    color: #a1f960;

}
.carousel-inner>.item{
    height: 570px;
}
.carousel-inner>.item>img{
    max-width: 2000px;
    /*margin: 0 auto;*/
}
.carousel-inner>div.active img{
    width: 2000px !important;
    position: relative;
    margin: 0 0 0 50%;
    left: -1000px;
    display: block;
}
.carousel-inner>div img{
    width: 2000px !important;
    position: relative;
    margin: 0 0 0 50%;
    left: -1000px;
    display: block;
    height: 492px;
}
/* ------------ /слайдер верхний ------------ */

/* ------------ Главное меню ------------ */
.main_menu{
    margin-top: -118px;
    height: 90px;
    background: url("../img/fon1.png") repeat-x;
    
}
.main_menu .container{
    padding: 0;
    min-width: 1200px;
}
.main_menu .container .row{
    margin: 0;
    margin-top: 22px;
    margin-left: -8px;
}
.main_menu .nav_main{
    background-color: #1c1c1c;
    height: 67px;
}
.main_menu .nav_main .active{
    color: #a1f960;
}
.main_menu li{
    display: inline-block;
    position: relative;
}
.main_menu ul{
    min-width: 1200px;
    display: block;
    color: #b3b3b3;
    padding: 0 7px;
}
.main_menu li a{
    display: block;
    color: #b3b3b3;
    padding: 16px 16px 0 16px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
}
.main_menu li a:hover{
    color: #a1f960;
    text-decoration: none;
}
.main_menu li i.m_menu_ico{
    display: inline-block;
    height: 35px;
    vertical-align: top;
}
.main_menu li i.m_menu_ico0{
    background-image: url("../img/ico0.png");
    width: 37px;
}
.main_menu li a:hover i.m_menu_ico0{
    background-image: url("../img/ico0_hover.png");
    width: 37px;
}
.main_menu li .m_menu_ico1{
    background-image: url("../img/ico1.png");
    width: 36px;
}
.main_menu li a:hover .m_menu_ico1{
    background-image: url("../img/ico1_hover.png");
    width: 36px;
}
.main_menu li .m_menu_ico2{
    background-image: url("../img/ico2.png");
    width: 35px;
}
.main_menu li a:hover .m_menu_ico2{
    background-image: url("../img/ico2_hover.png");
    width: 35px;
}
.main_menu li .m_menu_ico3{
    background-image: url("../img/ico3.png");
    width: 32px;
}
.main_menu li a:hover .m_menu_ico3{
    background-image: url("../img/ico3_hover.png");
    width: 32px;
}
.main_menu li .m_menu_ico4{
    background-image: url("../img/ico4.png");
    width: 28px;
}
.main_menu li a:hover .m_menu_ico4{
    background-image: url("../img/ico4_hover.png");
    width: 28px;
}

.main_menu li .m_menu_fartuki{
    background-image: url("../img/ico_fartuki.png");
    width: 35px;
}
.main_menu li:hover .m_menu_fartuki{
    background-image: url("../img/ico_fartuki_hover.png");
    width: 35px;
}
.main_menu li .m_menu_stone{
    background-image: url("../img/ico_stone.png");
    width: 35px;
}
.main_menu li:hover .m_menu_stone{
    background-image: url("../img/ico_stone_hover.png");
    width: 35px;
}

.main_menu li a p{
    display: inline-block;
    vertical-align: top;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    margin-left: 9px;
    margin-top: 4px;
}

ul.dropdown-menu{
    min-width: 200px;    
    padding: 0!important;    
    margin-top: 15px!important;
}
.dropdown-menu li{
    width: 100%;
}
.dropdown-menu li a{
    padding: 20px; 
    color: #1C1C1C;   
}
.dropdown-menu>li>a:hover {
    background: #1C1C1C;
}    
/* ------------ /Главное меню ------------ */

/* ------------ Лучшие предложения ------------ */
section.best_deals_wrap{
    width: 100%;
    height: 615px;
    border-bottom: solid 1px #e5e5e5;
    text-transform: uppercase;
}
section.best_deals_wrap>.title_block{
    height: 162px;
    border-bottom: solid 1px #e5e5e5;
    background: url("../img/fon2.png") repeat-x;
    text-align: center;
}
section.best_deals_wrap .title_block h2{
    font-size: 30px;
    font-weight: bold;
    margin-top: 41px;
    color: #1c1c1c;
    letter-spacing: 0.7px;
}
section.best_deals_wrap .title_block h3{
    color: #1c1c1c;
    font-size: 20px;
    margin-top: 25px;
    font-weight: 600;
    letter-spacing: 0.2px;
}
section.best_deals_wrap #best_deals{
    font-size: 0;
}
#best_deals a{

}
section.best_deals_wrap #best_deals .best_deals_block{
    display: inline-block;
    color: #1c1c1c;
    font-size: 25px;
    font-weight: 600;
    width: 570px;
    height: 415px;
    vertical-align: top;
    position: relative;
}
section.best_deals_wrap #best_deals a:first-child{
    margin-left: 0;
}
section.best_deals_wrap #best_deals a:last-child{
    margin-right: 0;
}
section.best_deals_wrap .container{
    padding: 0;
    min-width: 1200px;
}
section.best_deals_wrap .container .row{
    margin: 0;
}
section.best_deals_wrap .container .row .best_deals_block.title_block{
    color: #1c1c1c;
    font-size: 38px;
    font-weight: 600;
    text-align: left;
    margin: 35px 0 0 0;
}
section.best_deals_wrap .container .row .best_deals_block .title_block p{
    text-transform: none;
}
section.best_deals_wrap .container .row .best_deals_block img{
    margin-top: 7px;
    width: 570px;
    height: 415px;
}
section.best_deals_wrap .container .row .best_deals_block .price{
    background-color: #000000;
    /*background-color: #ffffff;*/
    display: inline-block;
    position: absolute;
    z-index: 25;
    bottom: 20px;
    right: 0;
    font-size: 39px;
    font-weight: bold;
    color: #a1f960;
    letter-spacing: 0.9px;
    padding: 0px 50px 6px 36px;
}
section.best_deals_wrap .container .row .mCSB_buttonLeft{
    background: none;
}
section.best_deals_wrap .container .row .mCSB_buttonRight{
    background: none;
}
section.best_deals_wrap .container .row .mCSB_buttonLeft{
    width: 36px;
    height: 71px;
    position: absolute;
    top: -225px;
    left: 20px;
    z-index: 555;
    display: inline-block;
    background: url("../img/arrow_l.png");
}
section.best_deals_wrap .container .row .mCSB_buttonLeft:hover{
    background: url("../img/arrow_l_hover.png");
}
section.best_deals_wrap .container .row .mCSB_buttonRight{
    width: 36px;
    height: 71px;
    position: absolute;
    top: -225px;
    right: 20px;
    z-index: 555;
    display: inline-block;
    background: url("../img/arrow_r.png");
}
section.best_deals_wrap .container .row .mCSB_buttonRight:hover{
    background: url("../img/arrow_r_hover.png");
}
.best_deals_btn{
    display: inline-block;
    margin: 40px auto;
    color: #1c1c1c;
    border: solid 2px #1c1c1c;
    padding: 10px 23px;
    font-weight: 600;
    font-size: 21px;
}
.best_deals_btn:hover{
    border: solid 2px #a1f960;
    color: #a1f960;
    background-color: #000000;
    text-decoration: none;
}
/* ------------ /Лучшие предложения ------------ */

/* ------------ Слайдер предложений ------------ */
section.slider_offers_wrap{
    width: 100%;    
    margin-bottom: 40px;
}
section.slider_offers_wrap .container{
    padding: 0;
    min-width: 1200px;
}
section.slider_offers_wrap .container .row{
    margin: 0;
    font-size: 0;
}
#slider_offers a{
    margin-left: 67px;
    color: black;
}
#slider_offers a:first-child{
    margin-left: 0;
}
#slider_cupe a{
    margin-left: 67px;
}
#slider_cupe a:first-child{
    margin-left: 0;
}
.slider_offers_block{
    color: #1c1c1c;
    font-size: 25px;
    font-weight: 600;
    width: 355px;
    height: 415px;
    display: inline-block;
    vertical-align: top;
    position: relative;
}
section.slider_offers_wrap .container .row div:first-child{
    margin-left: 0;
}

.slider_offers_block .title_block{
    color: #1c1c1c;
    font-size: 25px;
    font-weight: bold;
    text-align: left;
    margin: 14px 0 11px 0;
    letter-spacing: 1px;
}
.slider_offers_block .title_block p{

}
.slider_offers_block img{

}
.slider_offers_block .price{
    background-color: #000000;
    /*background-color: #ffffff;*/
    display: inline-block;
    position: absolute;
    z-index: 25;
    bottom: 15px;
    right: 0;
    font-size: 24px;
    font-weight: bold;
    color: #a1f960;
    letter-spacing: 0.9px;
    padding: 6px 27px 9px 28px;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal{
    height: 14px !important;
    background-color: #ebebeb;
}
.mCSB_draggerRail{
    background-color: #ebebeb !important;
}
.mCSB_dragger{
    background-color: #000000 !important;
}
.mCSB_dragger_bar{
    background-color: #000000 !important;
}
.mCSB_container{
    margin-bottom: 37px;
}
.arrow_d{
    width: 36px;
    height: 71px;
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
}
section.slider_offers_wrap .container .row .mCSB_buttonLeft{
    background: none;
}
section.slider_offers_wrap .container .row .mCSB_buttonRight{
    background: none;
}
section.slider_offers_wrap .container .row .mCSB_buttonLeft{
    width: 36px;
    height: 71px;
    position: absolute;
    top: -225px;
    left: 20px;
    z-index: 555;
    display: inline-block;
    background: url("../img/arrow_l.png");
}
section.slider_offers_wrap .container .row .mCSB_buttonLeft:hover{
    background: url("../img/arrow_l_hover.png");
}
section.slider_offers_wrap .container .row .mCSB_buttonRight{
    width: 36px;
    height: 71px;
    position: absolute;
    top: -225px;
    right: 20px;
    z-index: 555;
    display: inline-block;
    background: url("../img/arrow_r.png");
}
section.slider_offers_wrap .container .row .mCSB_buttonRight:hover{
    background: url("../img/arrow_r_hover.png");
}
/* ------------ /Слайдер предложений ------------ */

/* ------------ Вызов дизайнера на дом ------------ */
section.call_designer_home_wrap{
    width: 100%;
    height: 683px;
    border-bottom: solid 1px #e5e5e5;
    background: url("../img/call_designer_home_fon.jpg") center;
}
section.call_designer_home_wrap .container{
    padding: 0;
    min-width: 1200px;
}
section.call_designer_home_wrap .call_designer_home_block{
    height: 225px;
    /*background: url("../img/fon3.png") center;*/
}
section.call_designer_home_wrap .call_designer_home_block .title_block{
    width: 500px;
    text-align: center;
    margin: 0px auto;
}
section.call_designer_home_wrap .call_designer_home_block .title_block p{
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    color: #1c1c1c;
    line-height: 15px;
}
section.call_designer_home_wrap .call_designer_home_block .title_block span{
    display: block;
    font-weight: bold;
    text-align: center;
    font-size: 20px;
    color: #1c1c1c;
    /*margin-top: 20px;*/
}
section.call_designer_home_wrap .call_form{
    display: block;
    text-align: center;
    margin-top: 22px;
}
.btnz, section.call_designer_home_wrap .call_form input{
    border-radius: 0;
    border: solid 2px #000000;
    margin-right: 20px;
    font-size: 20px;
    font-weight: bold;
    height: 55px;
    width: 310px;
}
.btnz, section.call_designer_home_wrap .call_form button{
    border-radius: 0;
    border: solid 2px #a1f960;
    margin-right: 20px;
    font-size: 21px;
    font-weight: 600;
    color: #6DBD32;
    height: 55px;
    width: 175px;
    background-color: #000000;    
}
.btnz:hover, section.call_designer_home_wrap .call_form button:hover{
    /*display: inline-block;*/
    /*margin: 40px auto;*/
    color: #86E242;
    /*border: solid 2px #A1F960;*/
    /*padding: 10px 23px;*/
    /*font-weight: 600;*/
    /*font-size: 21px;*/
    background: white;
}
section.call_designer_home_wrap .call_designer_home_info{
    height: 458px;
    /*background: url("../img/fon4.png") repeat-x;*/
    color: #a1f960;
}
section.call_designer_home_wrap .call_designer_home_info .container{
    /*padding: 0;*/
    min-width: 1200px;
    padding: 40px 0 0 0;
}
section.call_designer_home_wrap .call_designer_home_info .container .row{
    text-align: center;
    margin: 0px;
}
section.call_designer_home_wrap .call_designer_home_info .title_block{
    /*text-align: center;*/
    width: 405px;
    display: inline-block;
}
section.call_designer_home_wrap .call_designer_home_info .title_block p{
    font-size: 30px;
    font-weight: bold;
    line-height: 35px;
}
section.call_designer_home_wrap .call_designer_home_info .chips_block{
    text-align: center;
    width: 1060px;
    margin: 0 auto;
    font-size: 0;
}
section.call_designer_home_wrap .call_designer_home_info .chips_block img{
    margin-top: 37px;
    margin-bottom: 35px;
}
section.call_designer_home_wrap .call_designer_home_info .chips_block_item{
    padding: 0;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    /*margin: 0 17px;*/
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 212px;
}
section.call_designer_home_wrap .call_designer_home_info .chips_block_item p{
    color: #bababa;
    /*margin: 0 0 -3px 0;*/
    line-height: 22px;
    margin: 0;
    /*position: absolute;*/
}
section.call_designer_home_wrap .call_designer_home_info .chips_block_item span{
    color: #a1f960;
    display: block;
    padding-top: 0px;
    line-height: 22px;
    /*position: absolute;*/
}
section.call_designer_home_wrap .call_designer_home_info .chips_item1{
    /*text-align: left;*/
    /*display: inline-block;*/
    /*width: 255px;*/
    margin-left: -80px;
}
section.call_designer_home_wrap .call_designer_home_info .chips_item2{
    /*text-align: center;*/
    /*display: inline-block;*/
    /*width: 225px;*/
    margin-left: -35px;
}
section.call_designer_home_wrap .call_designer_home_info .chips_item3{
    /*text-align: right;*/
    /*display: inline-block;*/
    /*width: 255px;*/
    margin-right: -20px;
}
section.call_designer_home_wrap .call_designer_home_info .chips_item4{
    /*text-align: right;*/
    /*display: inline-block;*/
    /*width: 255px;*/
    margin-right: -50px;
}
section.call_designer_home_wrap .call_designer_home_info .chips_item5{
    /*text-align: right;*/
    /*display: inline-block;*/
    /*width: 255px;*/
    margin-right: -90px;
}
/*section.call_designer_home_wrap .call_designer_home_info p{*/
    /*background-image: url("../img/call_designer_home_info.png");*/
    /*width: 1200px;*/
    /*height: 456px;*/
    /*display: inline-block;*/
    /*margin: 0 auto;*/
/*}*/
/* ------------ /Вызов дизайнера на дом ------------ */

/* ------------ Инфо блок ------------ */
section.info_block_wrap{
    width: 100%;
    height: 460px;
    border-bottom: solid 1px #1c1c1c;
}
section.info_block_wrap .container{
    padding: 0;
    min-width: 1200px;
}
section.info_block_wrap .container .row{
    margin: 0;
    font-size: 0;
}
section.info_block_wrap .logo_bottom{
    background: url("../img/logo_bottom.png") center no-repeat;
    /*width: 403px;*/
    height: 91px;
    margin: 50px 0 60px;
    display: block;
    vertical-align: top;
}
section.info_block_wrap .info_block{
    /*margin-top: 70px;*/
    /*vertical-align: top;*/
    /*margin-left: 27px;*/
    /*display: inline-block;*/
    /*font-size: 25px;*/
    /*width: 719px;*/
    /*min-height: 500px;*/
}
/*section.info_block_wrap .info_block .title_block{*/
    /*font-size: 33px;*/
    /*font-weight: bold;*/
    /*margin-top: -11px;*/
    /*margin-bottom: 43px;*/
/*}*/
section.info_block_wrap .info_block p{
    line-height: 27px;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 32px;
}
/* ------------ /Инфо блок ------------ */

/* ------------ Адрес и карта ------------ */
section.address_and_map_wrap{
    position: relative;
}
.parking{
    width: 112px;
    position: absolute;
    left: 51%;
    top: 516px;
}
section.address_and_map_wrap .address_block{
    height: 231px;
    background: url("../img/fon5.png") repeat-x;
    padding-top: 40px;
    border-bottom: solid 1px #1c1c1c;
    /*height: 231px;*/
}
section.address_and_map_wrap .address_block p{
    display: block;
    text-align: center;
    text-transform: uppercase;
    color: #1c1c1c;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 10px;
    /*margin-top: 40px;*/
    /*margin-bottom: 27px;*/
}
section.address_and_map_wrap .address_block span{
    display: block;
    text-align: center;
    text-transform: uppercase;
    color: #acacac;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 22px;

}
section.address_and_map_wrap .address_block .arrow_b{
    background: url("../img/arrow_b.png") center;
    width: 46px;
    height: 23px;
    display: block;
    margin: 0 auto;
}
#map{
    height: 500px;
    clear: both;
}
#googlemaps {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 0; /* Set z-index to 0 as it will be on a layer below the contact form */
}
footer{
    clear: both;
    display: block;
    background-color: #1c1c1c;
    color: #acacac;
    font-weight: bold;
    font-size: 20px;
    padding-top: 25px;
    height: 110px;
    min-height: 35px;
}
footer .container{
    padding: 0;
    min-width: 1200px;
}
footer .container .row{
    margin: 0;
}
.carousel .container{
    min-width: 1200px;
    padding: 0;
}
/* ------------ /Адрес и карта ------------ */

section.line_block_wrap{
    width: 100%;
    height: 75px;
    background: #1c1c1c url('/images/dots.png') 0px 3px;
    margin-bottom: 30px;
}
section.line_block_wrap .container{
    padding: 0;
    min-width: 1200px;
}
section.line_block_wrap .container .row{
    margin: 0;
    text-align: center;
}
section.line_block_wrap .container .row h2{
    font-size: 25px;
    color: #a1f960;
    text-transform: uppercase;
    line-height: 9px;
    font-weight: bold;
}
section.line_block_wrap.cupe .container .row h2{
    line-height: 30px;
}
section.line_block_wrap .container .row h3{
    font-size: 20px;
    color: #ebebeb;
    text-transform: uppercase;
    line-height: 0px;
    font-weight: 600;
}
.pages_cap_wrap{
    padding-top: 96px;
    background: url("../img/pages_cap_fon.jpg") center no-repeat;
    width: 100%;
    height: 215px;
}
.pages_cap_wrap .breadcrumb_wrap{
    font-size: 0;
    margin-top: 40px;
}
.pages_cap_wrap .breadcrumb_wrap p{
    font-size: 18px;
    display: inline-block;
    vertical-align: top;
    color: #ffffff;
    line-height: 30px;
}
.pages_cap_wrap .breadcrumb_wrap a{
    font-size: 18px;
    display: inline-block;
    vertical-align: top;
    color: #ffffff;
    line-height: 30px;
    padding: 0 5px;
}
.pages_cap_wrap .breadcrumb_wrap span{
    font-size: 30px;
    display: inline-block;
    vertical-align: top;
    color: #a1f960;
    line-height: 30px;
    padding-left: 15px;
}
.product_info_wrap{
    font-size: 0;
    margin-top: 50px;
}
.product_info_wrap .product_img_wrap{
    /*background-color: red;*/
    font-size: 16px;
    display: inline-block;
    vertical-align: top;
    padding: 0 50px;
}
.product_info_wrap .product_img_wrap img{
    width: 657px;
}
.product_info_wrap .product_info_block{
    /*background-color: red;*/
    font-size: 16px;
    display: inline-block;
    vertical-align: top;
}
.product_info_wrap .product_info_block .top_block{
    background-image: url("../img/order_fon.png");
    width: 377px;
    height: 370px;
    border: solid 1px #dadada;
    margin-top: 5px;
    padding: 20px 10px 10px 20px;
}
.product_info_wrap .product_info_block .top_block h2{
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 22px;
    margin: 0;
    margin-bottom: 20px;
}
.product_info_wrap .product_info_block .top_block h3{
    font-size: 20px;
    font-weight: 600;
    line-height: 22px;
    margin: 0;
}
.product_info_wrap .product_info_block .top_block .price{
    font-size: 40px;
    font-weight: bold;
    text-transform: uppercase;
}
.product_info_wrap .product_info_block .top_block .order_button{
    font-size: 40px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 5px 15px;
    background-color: #a1f960;
    color: #000000;
    margin:  10px 0 25px;
    display: inline-block;
}
.product_info_wrap .product_info_block .top_block .order_button:hover{
    text-decoration: none;
}
.product_info_wrap .product_info_block .top_block .info_block{

}
.product_info_wrap .product_info_block .top_block .info_block p{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}
.product_info_wrap .product_info_block .top_block .info_block i{
    width: 35px;
    height: 36px;
    display: inline-block;
    vertical-align: top;
    line-height: 36px;
    margin-right: 10px;
}
.product_info_wrap .product_info_block .top_block .info_block span{
    line-height: 36px;
    display: inline-block;
    vertical-align: top;
}
.product_info_wrap .product_info_block .top_block .info_block span.mini{
    line-height: 20px;
}
i.order_ico1{
    background: url("../img/order_ico1.png") no-repeat;
}
i.order_ico2{
    background: url("../img/order_ico2.png") no-repeat;
}
i.order_ico3{
    background: url("../img/order_ico3.png") no-repeat;
}
i.order_ico4{
    background: url("../img/order_ico4.png") no-repeat;
}
.product_info_wrap .product_info_block .bottom_block{
    width: 377px;
    height: 160px;
    background-color: #1c1c1c;
    margin-top: 20px;
    color: white;
    padding-top: 5px;
}
.product_info_wrap .product_info_block .bottom_block h2{
    font-size: 21px;
    color: #ffffff;
    text-align: center;
    margin: 5px 0 5px;
    line-height: 21px;
    font-weight: normal;
    padding: 10px;
}
.product_info_wrap .product_info_block .bottom_block h3{
    font-size: 19px;
    color: #ffffff;
    text-align: center;
    margin: 5px 0 15px;
    line-height: 19px;
    font-weight: normal;
}
.product_info_wrap .product_info_block .bottom_block .input_block{
    width: 245px;
    display: inline-block;
    vertical-align: top;
}
.product_info_wrap .product_info_block .bottom_block input{
    font-size: 16px;
    display: inline-block;
    margin-left: 30px;
    border-radius: 0;
    margin-bottom: 13px;
    height: 30px;
    width: 90%;
}
 .product_info_wrap .product_info_block .bottom_block .button_block{
    width: 125px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}
.product_info_wrap .product_info_block .bottom_block button{
    font-size: 19px;
    width: 75px;
    height: 75px;
    border-radius: 37px;
    border: none;
    background-color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    color: #1C1C1C;
}
.product_info_wrap .product_info_block .bottom_block button:hover{
    background-color: #a1f960;
    color: #ffffff;
}
.product_info_wrap .product_text_wrap{
    /*background-color: red;*/
    font-size: 16px;
    margin: 50px 0;
}
.product_info_wrap .product_text_wrap h3{
    /*background-color: red;*/
    font-size: 25px;
    text-transform: uppercase;
}
.product_info_wrap .product_text_wrap p{
    /*background-color: red;*/
    font-size: 20px;
    margin-bottom: 10px;
}


.sale-item{
    display: inline-block;
    width: 300px;
}
.images{
    text-align: center;
    overflow: hidden;
}
.images img{
    max-height: 268px;
}

.request{
    text-align: center;
}

.page-product{
    margin-top: 20px;
}
.frameCount{
    display: none;
}

#best_deals .sale-item{
    width: 400px;
}

.title_block {
    margin-bottom: 5px;
    margin-top: 35px;
    font-size: 20px;
    font-weight: bold;
    color: #1C1C1C;
    text-transform: uppercase;
    border-bottom: solid 1px #A1F960;
    letter-spacing: 1.2px;
    line-height: 29px;
}

.cart_wrap{
    width: 225px;
    position: absolute;
    bottom: -30px;
    right: 0;
    color: white;
    border: 2px solid #A1F960;
    padding: 13px;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.22);
}

.wide-cat .sale-item{
    width: 600px;
}
.wide-cat .sale-item .images{
    overflow: scroll;
    overflow-y: scroll;
    overflow-x: none;
}
.wide-cat .sale-item .item-foo {
    bottom: 37px;
}
.almaz{
    margin-top: 12px!important;
}

.kitchen_block{
    margin-top: -30px;    
}

.block {
    position: relative;
    width: 100%;
}
.block.type-2 .image-block:first-child {
    left: 0;
    right: auto;
}
.block.type-2 .image-block {
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
    width: 50%;
    background-size: cover;
    background-position: center top;
    z-index: 1;
}
.block.type-2 .col-md-4 {
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}
.block.type-2 article.normall:last-child {
    height: 700px;
}
.block.type-2 .col-md-4 article.normall {
    height: 550px;
    padding-top: 45px;
    padding-bottom: 73px;
}
.block.type-2 article {
    display: table-cell;
    vertical-align: middle;
    float: none;
    height: 700px;
}
.normall {
    font-size: 16px;
    line-height: 28px;
}
.normall .btnz{    
    padding: 10px 26px 10px 26px;
    font-size: 16px;
    background: white;
}   
.normall .btnz:hover{    
    text-decoration: none;
    background: #000;
}
.normall h2{
    font-weight: bold;
    letter-spacing: -1px;    
}


.ico_shkaf{
    background: url('/images/ico_shkaf.png');
    width: 148px;
    height: 148px;
    position: absolute;
    top: -85px;
    right: 700px;
}
.photo-block {
    border: 1px solid transparent;
    border-radius: 1px;
    box-shadow: #d0cece 0px 0px 25px;
}

.arrow-left {
    width: 0;
    height: 0;
    border-top: 35px solid transparent;
    border-bottom: 35px solid transparent;
    border-right: 30px solid white;
    position: absolute;
    top: 42%;
    right: 0;
}
.arrow-right {
    width: 0;
    height: 0;
    border-top: 35px solid transparent;
    border-bottom: 35px solid transparent;
    border-left: 30px solid white;
    position: absolute;
    top: 42%;
    left: 0;
}