
html, body{
    height: 100%;
    min-height: 900px;
}

body.front{
    padding-bottom: 0px;
    height: 100%;
}
.front .wr-content{
    max-width: 1585px;
    margin: 0 auto;
    width: 100%;
}

.wrap_navs{
    position: absolute;
    max-width: 1585px;
    margin: 0 auto;
    width: 100%;
    bottom: 122px;
    left: 0;
    right: 0;
    z-index: 999;
    height: 20px;
}

.front .slide-inner{
    max-width: 1585px;
    margin: 0 auto;
    width: 100%;
    background-color: transparent;
    color: #fff;
}


.node_3676 .inner {
    max-width: 96%;
    margin: 0 40px;
    display: block;
}
.node_3676 .section .inner>.heading {
    padding-top: 20px;
    padding-left: 23px;
    padding-right: 23px;
}

.node_3676 .section.topmenu .inner .search input[type="submit"] {
    display: none;
}
.node_3676 .section.topmenu .inner .search input[type="text"] {
    background-image: none;
    border: 2px solid #000;
    border-radius: 30px;
    background-color: transparent;
}


.front .logo_slide_inner{
    max-width: 1585px;
    position: relative;
    margin: 0 auto;
}
.front .logo_slide_inner .logo_slider_main{
    position: absolute;
    z-index: 99;
    color: #fff;
    top: 350px;
    font-size: 60px;
    max-width: 320px;
}
.front header{
	position: fixed;
    display: block;
    z-index: 9;
    width: 100%;
    left: 0;
    right: 0;
    transition: position 0.5s linear;
}

.front header > div{
	padding: 25px 0;
}


.front header img{
	width: 100%;
}
.front .logo_f_block{
	float: left;
	max-width: 130px;
}
.front .search_block{
	float: right;
}
.front .menu_block{
    float: right;
}

.front .search_block input[type="text"] {
    background: transparent;
    height: 17px;
    border: 2px solid #fff;
    border-radius: 30px;
    width: 176px;
    padding: 5px;
    color: #fff;
}
.front ul#nice-menu-1{
	display: flex;
	padding: 0;

}
.front ul#nice-menu-1>li>a {
    width: 40px;
    height: 38px;
    display: block;
    background-repeat: no-repeat;
    box-sizing: border-box;
    background-image: url(new_img/loup.svg?3);
    background-size: 58%;
    overflow: hidden;
    text-indent: 9999px;
    background-position: top right;
}
.front ul#nice-menu-1>li.menu-path-search a {
    
}

.front ul#nice-menu-1>li.menu-path-front > a {
    background-image: url(new_img/menu_icon.svg?3);
    margin-top: 2px;

}
.front ul#nice-menu-1>li ul {
    position: absolute;
    right: 0px;
    padding: 0px;
    background-color: #363636;
    padding-top: 15px;
    border-bottom: 3px #f75e25 solid;
}
.front ul#nice-menu-1>li ul li {
    position: relative;
}
.front  ul#nice-menu-1>li ul li a {
    color: #fff;
    font-size: 20px;
    padding: 7px 25px;
    display: block;
}

ul#nice-menu-1>li ul li a {
    color: #fff;
    font-size: 20px;
    padding: 7px 25px;
    display: block;
}

.slider_front .sl_arrow{
	position: absolute;
	z-index: 9;
}
.sl_arrow{
    cursor: pointer;
}
.slider_front .sl_arrow.pre{

}
.slider_front .sl_arrow.next{
    left: 50px;
}
.slider_front .sl_arrow.pre:before{
  content: "";
  display: block;
  background-image: url(new_img/arrov_left.svg?3);
  width: 35px;
  height: 35px;
}
.slider_front .sl_arrow.next:before{
  content: "";
  display: block;
  background-image: url(new_img/arrovr.svg);
  width: 35px;
  height: 35px;
}

.front .section.slider .slide .slide-header {
    font-size: 60px;
    max-width: 45%;
}

.front .section.slider .slide-inner {
    top: 40%;
}



.front .sct_chapter{
   margin-top: 60px;
}
.front .sct_chapter .inner_wr{
	display: flex;
    justify-content: space-between;
}
.front .sct_chapter .chp_item{
    width: calc(31% + 9px);
    box-shadow: 2px 9px 25px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 2px 6px 11px 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 2px 9px 25px 0px rgba(0, 0, 0, 0.15);
	transition: box-shadow 0.5s ease-in-out;
}

.front .sct_chapter .chp_item:hover{
     box-shadow: 2px 9px 25px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 2px 6px 11px 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 2px 9px 25px 0px rgba(0, 0, 0, 0.15);
}

.front .sct_chapter .chp_item.img_arts{
	width: calc(31% + 9px);
}

.front .sct_chapter .chp_item .block_chp_img{
	height: 309px;
	background-repeat: no-repeat;
    background-position: center;
}
.front .sct_chapter .chp_item a{
    position: relative;
    display: block;
}

.front .sct_chapter .chp_item a:before{
    content: "";
    position: absolute;
    display: block;
    bottom: 0;
    width: 100%;
    height: 47px;
    background: #fff;
    opacity: 0.8;

}
.front .sct_chapter .chp_item .label_ch{
    position: absolute;
    max-width: 485px;
    width: 100%;
    font-size: 20px;
    text-align: center;
    padding: 8px 8px 11px 8px;
    font-weight: 700;
    bottom: 0px;
    right: 0px;
    left: 0px;
}





.front .sct_chapter .img_lg{
	background-image: url('new_img/1_71cut.jpg');
}
.front .sct_chapter .img_art{
	background-image: url('new_img/IMG_art.jpg');
}
.front .sct_chapter .img_smart{
	background-image: url('new_img/31cut.jpg');
}
@media screen and (max-width: 1240px){
	.front .logo_f_block {
	    margin-left: 25px;
	}
	.front ul#nice-menu-1{
		margin-right: 35px;
	}
	.front .section.slider .slide-inner {
	    width: 80%;
	    float: left;
	}
}
.caru_goods .slick-list{
    margin-left: -10px;
    margin-right: -10px;
    padding-bottom: 20px;
    min-height: 320px;
}

.m_top_block{
    margin-top: 100px !important;
}
.caru_title{
    font-size: 35px;
    margin-bottom: 55px;
}
.sl_arrow_caru{
    position: absolute;
    cursor: pointer;
}
.sl_arrow_caru.pre{
    right: -5px;
    top: -17%;
}
.sl_arrow_caru.next{
    right: 40px;
    top: -17%;
}
.sl_arrow_caru.pre:before{
  content: "";
  display: block;
  background-image: url(new_img/aroow_left_red.svg?3);
  width: 35px;
  height: 35px;
  transform: rotate(180deg);
}
.sl_arrow_caru.next:before{
  content: "";
  display: block;
  background-image: url(new_img/arrow_right_red.svg?3);
  width: 35px;
  height: 35px;
  transform: rotate(180deg);
}

.img_sl_block{
    padding: 10px;
}
.img_sl_block .box_sl_shd{
    height: 251px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    box-shadow: 2px 9px 25px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 2px 6px 11px 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 2px 9px 25px 0px rgba(0, 0, 0, 0.15);
    transition: box-shadow 0.5s ease-in-out;
}

.img_sl_block .box_sl_shd a{
    display: block;
    height: 100%;
    width: 100%;
    text-align: center;
}


.img_sl_block img{
    display: block;
    width: auto;
    max-height: 251px;
    margin: 0 auto;
}


/*.slider-nav-projects{
    display: flex;
    justify-content: space-between;
    margin-bottom: 150px;
    padding-left: 25px;
    padding-right: 25px;
}

.slider-nav-projects > div{
    height: 286px;
    width: calc(29% + 8px);
}*/

.sl_title{
    width: 100%;
    margin-top: 18px;
    font-size: 18px;
    text-align: center;
}

.slick-track{
    display: flex;
    align-items: center;
}

.slider-nav-projects  a{
    display: block;
    height: 330px;
    margin-left: 10px;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    
}

.slick-active.slick-center a{
    height: 385px;

}
.slide_c_mode  a img{
    width: 100%;
}

.slider-nav-projects .m_img a{
    height: 380px;
    margin-top: 0px;
}
.info_proj{
    margin-top: 50px;
}
.info_proj .proj_title{
    font-size: 35px;
    text-align: center;
}
.info_proj .proj_button{
    color: #F97F4C;
    border: 1px solid #F97F4C;
    padding: 10px;
    border-radius: 25px;
    width: 125px;
    text-align: center;
    font-size: 18px;
    margin-top: 10px;
    margin: 18px auto;
    cursor: pointer;
}
.info_proj .proj_button:hover{
    color: #fff;
    background-color: #F97F4C;
}
.cont_block{
    height: 422px;

}
.cont_block .wr_cont{
     display: flex;
    flex-wrap: wrap;
    padding: 30px;
    height: 422px;
    box-shadow: 2px 9px 25px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 2px 6px 11px 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 2px 9px 25px 0px rgba(0, 0, 0, 0.15);    
}
.cont_block .hor_cont_block{
    width: 38%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.cont_block .hor_cont_block > div{
    padding-right: 50px;
    font-size: 18px;
}
.cont_block .hor_cont_block > div strong{
    margin-bottom: -12px;
    display: block;
}
.cont_block .hor_cont_block.map{
    width: 62%;
}
.cont_block .hor_cont_block > div.t_cont_block{
    font-size: 35px;
}
.cont_block hr{
    color: #f75e25;
    border: 1px solid;
    background: #f75e25;
}
.cont_block span{
    color: #f75e25;
}
footer.org_fon{
    margin-top: 170px;
    height: 45px;
    background: #f75e25;
}
.org_fon .bl_link{
     padding-top: 12px;
    display: flex;
    align-items: center;
    justify-content: center;

}
.org_fon .bl_link a{
    color: #fff;
    font-size: 18px;
    margin-right: 30px;
}
.front .search_block .search input[type="text"]{
    height: 20px;
    border: 2px solid #fff;
    border-radius: 30px;
    width: 220px;

}
.header_overlay{
    width: 100%;
    height: 100px;
    position: fixed;
    background: #2c2c2c;
    z-index: 9;
    opacity: 0.4;
}
.front .caru_goods .img_sl_block a{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.front .caru_goods .img_sl_block img{
    width: auto;
    height: auto;
}

.front .sct_chapter .chp_item a:after {
    content: "";
    position: absolute;
    display: block;
    top: 0px;
    width: 100%;
    height: 47px;
    background: #fff;
    opacity: 0.8;
}

.label_cur{
  font-size: 20px;
  font-weight: 700;
  position: absolute;
  padding-top: 12px;
  z-index: 3;
  height: 47px;
  text-align: center;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 500px;	
}


.d-none{
    display: none;
}

@media screen and (max-width: 1634px){

   .front .wr-content{
        margin-right: 15px;
        margin-left: 15px;
        width: auto;
    }
    .front .logo_slide_inner{
        margin-right: 15px;
        margin-left: 15px;
        width: auto;        
    }
    .wrap_navs{
        margin-right: 15px;
        margin-left: 15px;
        width: auto;          
    }

}
@media screen and (max-width: 1200px){
    .front .caru_goods .img_sl_block img{
        max-width: 100%;
        height: auto;
    }
}
@media screen and (max-width: 1098px){
    .img_arts .label_cur {
		padding-top: 0px;
	}
}

.section .inner .heading {
    padding-top: 1.5cm;
    padding-bottom: 1cm;
}
.node-7 .m_top_block {
    margin-top: 0px !important;
    margin-bottom: 100px;
}