.slide_wrapper {
    background: rgba(0, 0, 0, 0) url("../img/slide_wrapper.jpg") no-repeat scroll center center / cover;
    overflow: hidden;
    width: 100%;
}
.text_slider {
    color: #fff;
    line-height: 1.2;
    text-align: center;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
}
.slider_title_s {
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
}
.slider_title {
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
}
.slider_sm_title {
    border-top: 5px solid #ff0011;
    display: inline-block;
    font-size: 24px;
    font-weight: 500;
    margin: 15px auto 0;
    padding: 15px 0 0;
    text-transform: uppercase;
}
.slider_price {
    /* color: #ff0011; */
    font-size: 50px;
    font-weight: 900;
    padding: 20px 0;
}
.anonsBlock_num{
    color:red;
}
.slider_price .grn {
    float: right;
    font-weight: 500;
    margin: 20px 0 0 10px;
    position: relative;
}
.slider_price .grn .sqr_metr {
    font-size: 22px;
    position: absolute;
    right: -14px;
    top: 3px;
}
.ot_sl {
    float: left;
    margin: 20px 10px 0 0;
}
.slider_r_i {
    display: inline-block;
}
.slider_p {
    font-size: 90px;
}

.slide_wrapper .phone_inp {
    background: rgba(255, 255, 255, 0.8) url("../img/phone_inp.png") no-repeat scroll 92% center / 24px auto;
    border-radius: 5px;
    height: 55px;
    padding: 0 15px;
}
.slide_wrapper .name_inp {
    background: rgba(255, 255, 255, 0.8) url("../img/name_inp.png") no-repeat scroll 92% center / 24px auto;
    border-radius: 5px;
    height: 55px;
    padding: 0 15px;
}
.slide_wrapper .button {
    font-size: 18px;
    color: #fff;
    background-color: red;
    height: 55px;
    text-transform: uppercase;

}
.slide_wrapper input {
    font-size: 18px;
    width: 100%;
}
.slider_form {
    margin: 0 auto;
    width: 70%;
}
.slide_inn {
    padding-bottom: 70px;
    padding-top: 70px;
}



.wh_img {
    float: left;
    width: 40px;
}
.wh_text {
    font-size: 14px;
    margin: 0 0 0 55px;
}
.wh_title {
    font-size: 23px;
    font-weight: bold;
    margin: 0 auto 5px;
}






#box-2-w {
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 2;
    background-color: #f1f4f8;
}

#box-2 {
    padding: 60px 0 10px 0;
    margin: 0 auto;
    position: relative;
    text-align: center;
}

#box-2 h2 {
    font-weight: normal;
    font-style: normal;
    text-align: left;
    font-size: 46px;
    line-height: 60px;
    padding: 0;
    margin: 0;
    color: #2c3239;
    cursor: default;
    text-transform: uppercase;
    margin-bottom: 50px;
    padding: 0 25px;
}

#box-2 h2 span {
    /* font-family: "GothamPro-R"; */
    font-weight: normal;
    font-style: normal;
    text-align: left;
    font-size: 22px;
    line-height: 28px;
    padding: 0;
    margin: 15px 0 0 0;
    color: #555555;
    cursor: default;
    display: inline-block;
    text-transform: none;
    font-weight: 700;
}

#box-2 img {
    padding: 0;
    display: block;
    float: left;
}
#box-2 .mainImg{
    width: 585px;
}

.box-2 {
    /* width: 330px; */
    padding: 20px 75px 20px 55px;
    margin: -80px 0 0 0;
    float: left;
    position: relative;
    text-align: center;
    background: #ffffff;
    -moz-box-shadow: 0 24px 59px 0 rgba(164, 172, 183, 0.52);
    -webkit-box-shadow: 0 24px 59px 0 rgba(164, 172, 183, 0.52);
    box-shadow: 0 24px 59px 0 rgba(164, 172, 183, 0.52);
}

.box-2::after {
    content: '';
    position: absolute;
    left: -40px;
    top: 50%;
    margin-top: -20px;
    border: 20px solid transparent;
    border-right: 20px solid #ffffff;
}

#box-2 p {
    font-weight: normal;
    font-style: normal;
    text-align: left;
    font-size: 16px;
    line-height: 26px;
    padding: 25px 25px;
    margin: 0;
    color: #2c3239;
    cursor: default;
    position: relative;
}

.p2-1 {
    border-bottom: 1px solid #dddfe2;
}

.p2-2 {
    border-bottom: none;
}

#box-2 p::after {
    content: '';
    width: 40px;
    height: 40px;
    padding: 0;
    margin: -20px 0 0 0;
    cursor: default;
    position: absolute;
    left: -55px;
    top: 50%;
    z-index: auto;
    background: url('../img/7.png') no-repeat top center;
}




.review_h2 {
    width: 320px;
    margin: auto;
    padding: 30px 0 14px;
    text-align: left;
    line-height: 38px;
    position: relative
}

.review_h2:before {
    content: '';
    width: 72px;
    height: 3px;
    background: #ffcd31;
    position: absolute;
    left: 0;
    bottom: 0
}

.review_list {
    margin-top: 45px;
    text-align: center;
    padding: 0px;
    display: flex;
    justify-content: center;
    list-style: none;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.review_item {
    width: 243px;
    margin: 1px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    padding: 0px;
    height: 300px;
}

.review_item.hidden {
    opacity: 0;
    height: 0;
    margin: 0
}

#review.showAll .review_item.hidden {
    opacity: 1;
    height: auto;
    margin: 1px
}

.review_item_link {
    display: block;
    background: #212121;
    color: #fff;
    position: relative;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    height: 100%;
    overflow: hidden;
}

.review_item_link:hover {
    background: #ffcd31;
    background: #fdd515
}

.review_item_img {
    opacity: .2;
    height: 100%;
    list-style: none;
}

.review_item_play {
    width: 50px;
    height: 50px;
    margin: auto;
    background: url(../img/review-item-playicon.png);
    position: absolute;
    left: 0;
    right: 0;
    top: 108px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-webkit-min-device-pixel-ratio: 2.5), only screen and (min-resolution: 240dpi) {
/*    .review_item_play {
        background: url(../img/review-item-playicon@2x.png);
        background-size: 100px auto
    }*/
}

.review_item_link:hover .review_item_play {
    background-position: -50px 0
}

.review_item_author {
    font: 900 13px 'ProximaNova', sans-serif;
    text-align: center;
    text-transform: uppercase;
    position: absolute;
    left: 0;
    right: 0;
    top: 180px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.review_item_link:hover .review_item_author {
    top: 200px;
    color: #000;
}

.review_more-w {
    margin-top: 55px;
    text-align: center
}

#review.showAll .review_more-w {
    display: none
}
#box-7 {
    padding: 90px 0 90px 0;
    margin:0 auto;
    position:relative;
    text-align:center;
    background-image: url(../img/num_bg.jpg);
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #000;
    background-size: cover;
}

#box-7 h2 {
    font-weight:normal;
    font-style:normal;
    text-align:left;
    font-size:44px;
    line-height:54px;
    padding:0;
    margin:0;
    color:#ffffff;
    cursor:default;
}

#box-7 h4 {
    font-weight:normal;
    font-style:normal;
    text-align:left;
    font-size: 24px;
    line-height:34px;
    padding:0;
    margin: 15px 0 40px 0;
    color:#ffffff;
    cursor:default;
    width: 60%;
}

.box-7-w {
    width:540px;
    padding:30px 20px 30px 20px;
    margin:0;
    position:relative;
    text-align:center;
    float:left;
    display: flex;
    flex-wrap: wrap;
}

.box-7-w::after {
    content:'';
    width: 60px;
    height: 60px;
    padding:0;
    margin:0;
    position:absolute;
    left:0;
    top:0;
    z-index:auto;
    background:url('../img/13.png') no-repeat top center;
    border-left: 5px solid #6faa3c;
    border-top: 5px solid #6faa3c;
}

.box-7-w::before {
    content:'';
    width: 60px;
    height: 60px;
    padding:0;
    margin:0;
    position:absolute;
    right:0;
    bottom:0;
    z-index:auto;
    background:url('../img/14.png') no-repeat top center;
    border-right: 5px solid #6faa3c;
    border-bottom: 5px solid #6faa3c;
}

.box-7 {
    width:180px;
    padding:0;
    margin: 2px;
    position:relative;
    text-align:center;
    float:left;
    width: 31%;
    /* height: 170px; */
}
.box-7 .fancybox{
    /* width:33%; */
    /* display:inline-block; */
}
.box-7 ul li {
    width:148px;
    padding:0;
    margin:0 auto;
    display:block;
    position:relative;
    background:url('../img/zoom.png') no-repeat center center #000000;
}

.box-7 img {
    width:100%;
    padding:0;
    margin:0 auto;
    display:block;
    cursor:pointer;
}

#box-7 p {
    font-family: "MuseoSansCyrl-300";
    font-weight:normal;
    font-style:normal;
    text-align:center;
    font-size:16px;
    line-height:24px;
    padding:0;
    margin:25px 0 0 0;
    color:#ffffff;
    cursor:default;
}




.delivery-in {
    padding: 70px 0 60px
}

.delivery_subtitle {
    margin: 5px auto 20px;
    font-size: 24px;
    text-align: center
}

.delivery_imglist {
    padding: 0px;
    list-style: none;
}

.delivery_imglist_item {
    width: 270px;
    margin: 30px 0 0 30px;
    list-style: none;
    display: inline-block;
    width: 48%;
    margin: auto;
    margin-bottom: 20px;
}
.delivery_imglist_link{
    display:block;    
}
.delivery_imglist_item:first-child,.delivery_imglist_item:first-child+*+* {
    margin-left: 0
}

.delivery_imglist_item:nth-child(2n+1) {
    margin-left: 0
}

.delivery_imglist_link {
    width: 100%;
    background: #000;
    position: relative
}

/* .delivery_imglist_link:before {
    opacity: 0;
    content: '';
    width: 35px;
    height: 35px;
    margin: auto;
    background: url(../img/zoom-icon.png);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    -webkit-transition: opacity .3s linear;
    transition: opacity .3s linear
}
 */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-webkit-min-device-pixel-ratio: 2.5), only screen and (min-resolution: 240dpi) {
    .delivery_imglist_link:before {
        background-image:url(../img/zoom-icon@2x.png);
        background-size: 35px auto
    }
}

.delivery_imglist_link:hover:before {
    opacity: 1
}

.delivery_imglist_link:hover img {
    opacity: 0.7
}

.delivery_imglist_img {
    width: 100%;
    -webkit-transition: opacity .3s linear;
    transition: opacity .3s linear
}

.delivery_info {
    /* width: 570px; */
    margin-top: 30px;
    margin-left: 40px;
}

.delivery_info_b {
    margin-top: 85px
}

.delivery_info_b:first-child {
    margin-top: 13px
}

.delivery_info_icon {
    width: 100px;
    height: 80px;
    background: url(../img/delivery-block-icon.png);
    vertical-align: middle
}

.delivery_info_icon-2 {
    background-position: 0 -80px
}

.delivery_info_info {
    /* width: 450px; */
    /* margin-left: 20px; */
    vertical-align: middle;
}

.delivery_info_title {
    font-size: 28px;
    font-weight: 700
}

.delivery_info_text-w {
    margin-top: 10px
}

.delivery_info_text {
    margin-top: 10px;
    font-size: 18px;
    line-height: 150%
}

.delivery_text {
    margin-top: 70px;
    font-size: 20px;
    text-align: center;
    line-height: 150%
}

div.tab_body {
    display: none;
}
div.tab_body.active {
    display: block;
}
.page__wood-promo-systems-list{padding:0}
.page__wood-promo-systems-list span{padding-top:5px}
}
.page__wood-tab{position:relative;padding:0 2px 2px;font-size:18px;font-weight:400;color:#ff5f00;letter-spacing:1px;text-transform:uppercase;border:0;border-radius:0;opacity:1;background-image:-webkit-linear-gradient(left,#ff5f00 33%,rgba(255,255,255,0) 0);background-image:linear-gradient(to right,#ff5f00 33%,rgba(255,255,255,0) 0);background-position:bottom;background-size:6px 2px;background-repeat:repeat-x}
.page__wood-tab.current{background:0 0;border:0 transparent;box-shadow:none;font-size:22px;color:#6e6e6e;cursor:default}
.page__wood-tab:hover{background:0 0}
.page__wood-tab:not(.current):hover:after{opacity:1;-webkit-transform:translateY(15px);-ms-transform:translateY(15px);transform:translateY(15px)}
.fixed .page__wood-tab:not(.current):hover:after{display:none}
.page__wood-tab:after{position:absolute;content:attr(data-title);left:0;right:0;bottom:-15px;display:inline;margin:0 auto;font-size:11px;font-weight:400;line-height:15px;color:#6e6e6e;letter-spacing:.5px;text-align:center;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);-webkit-transition:all .1s cubic-bezier(0,0,1,1.61);transition:all .1s cubic-bezier(0,0,1,1.61);-webkit-transition-delay:.1s;transition-delay:.1s;opacity:0}
.page__wood-profile-view{position:relative;max-width:800px;margin:0 auto}
.page__wood-profile-hint{position:absolute;z-index:2;background-repeat:no-repeat;font-size:14px;line-height:17px;text-align:left;color:#3c3c3b}
.page__wood-profile-hint b{font-size:15px;font-weight:500}
.page__wood-profile-hint.c1:after{left:96px;top:-55px;background-image:url(../img/hint.c1.png)}
.page__wood-profile-hint.c11:after{left:100px;top: -63px;width:62px;background-image:url(../img/hint.c11.png);}
.page__wood-profile-hint.c2:after{right:-70px;bottom:-50px;width:61px;background-image:url(../img/hint.c2.png)}
.page__wood-profile-hint.c3:after{left:-55px;bottom:-70px;background-image:url(../img/hint.c3.png)}
.page__wood-profile-hint.c4:after{left:-70px;top:-50px;background-image:url(../img/hint.c4.png)}
.page__wood-profile-hint.c41:after{left:-57px;top:-70px;background-image:url(../img/hint.c41.png)}
.page__wood-profile-hint:after{content:'';position:absolute;width:59px;height:61px;background-repeat:no-repeat}
.page__wood-profile-w .page__wood-profile-hint:nth-child(1){top:150px;right:60px;max-width:125px}
.page__wood-profile-w .page__wood-profile-hint:nth-child(2){top:320px;right:-28px;max-width:210px}
.page__wood-profile-w .page__wood-profile-hint:nth-child(3){bottom:165px;right:25px;max-width:200px}
.page__wood-profile-w .page__wood-profile-hint:nth-child(4){bottom:50px;right:220px;max-width:155px}
.page__wood-profile-w .page__wood-profile-hint:nth-child(5){bottom: 131px;left: 93px;max-width:170px;}
.page__wood-profile-w .page__wood-profile-hint:nth-child(6){top:310px;left:-20px;max-width:170px}
.page__wood-profile-w .page__wood-profile-hint:nth-child(7){top:60px;left:75px;max-width:155px}
.page__wood-profile-wa .page__wood-profile-hint:nth-child(1){top:150px;right:-5px;max-width:190px}
.page__wood-profile-wa .page__wood-profile-hint:nth-child(2){top:320px;right:-28px;max-width:210px}
.page__wood-profile-wa .page__wood-profile-hint:nth-child(3){bottom:50px;right:220px;max-width:155px}
.page__wood-profile-wa .page__wood-profile-hint:nth-child(4){bottom:130px;left:90px;max-width:140px}
.page__wood-profile-wa .page__wood-profile-hint:nth-child(5){top:310px;left:-35px;max-width:155px}
.page__wood-profile-wa .page__wood-profile-hint:nth-child(6){top:60px;left:75px;max-width:155px}
.page__wood-profile-img{
    text-align: center;
    max-width: 100%;
}
.page__wood-profile-img img{
    max-width:100%
}
.hovered .button {
    display: none;
    height: 45px;
    left: 0;
    line-height: 45px;
    margin: -17px auto 0;
    max-width: 250px;
    padding: 0 !important;
    position: absolute;
    right: 0;
    text-decoration: none !important;
    top: 50%;
    width: auto;
    z-index: 1;
    font-size: 19px;
}
.hovered:hover .button {
    display: inline-block;
    background-color: #FF7F00;
    z-index: 40;
    color: #fff;
    text-align: center;
    border: solid 1px #ff9205;
}
.hovered .button:hover{
    box-shadow: 0 2px 3px #553809, 0 1px rgba(255, 255, 255, 0.2) inset;
    background: -moz-linear-gradient(top, #ffd83e 0%, #ff9205 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff9205), color-stop(100%,#ff9205));
    background: -webkit-linear-gradient(top, #ffd83e 0%,#ff9205 100%);
    background: -ms-linear-gradient(top, #ffd83e 0%,#ff9205 100%);
    background: linear-gradient(to bottom, #ffd83e 0%,#ff9205 100%);
    background-repeat: repeat;
    background-size: 100% 100%;
    transition: all 0.4s linear 0s;
    text-decoration: none;
    background-repeat: repeat;
    display: inline-block;
    outline: medium none;
    font-family: roboto;
    padding: 5px 10px;
}
.polt_overlay{
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 20;
    background-color: rgba(0,0,0,0.7);
}
.hovered:hover .polt_overlay{
    display: inline-block;
}
.slider_form_t{
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
    font-size: 19px;
}
.slider_form .ans{
    text-align: center;
    color:#fff;
}
@media(max-width:768px){
    #box-2 .mainImg,
    .box-7-w,
    .box-7,
    .delivery_info{
        width: 100%;
    }
    .delivery_info{
        margin:0px 0 15px;
        padding:0 20px;
    }
    .delivery_info_b img {
        max-width: 200px;
        margin: auto;
        display: block;
        margin-bottom: 30px;
    }

}

@media(max-width:480px){
    .page__wood-profile-hint,
    .page__wood-profile-w .page__wood-profile-hint:nth-child(1),
    .page__wood-profile-w .page__wood-profile-hint:nth-child(2),
    .page__wood-profile-w .page__wood-profile-hint:nth-child(3),
    .page__wood-profile-w .page__wood-profile-hint:nth-child(4),
    .page__wood-profile-w .page__wood-profile-hint:nth-child(5),
    .page__wood-profile-w .page__wood-profile-hint:nth-child(6),
    .page__wood-profile-w .page__wood-profile-hint:nth-child(7){
        position:relative;
        left: 0px;
        top: 0px;
        bottom: 0px;
        right: 0px;
        width: 100%;
        display: inline-block;
        max-width: initial;
        margin-bottom: 5px;
    }
    .box-2 {
        margin: 0px 0 0 0;}
    .delivery_imglist_item {
        width: 270px;
        margin: 30px 0 0 0px;
    }
    .delivery_imglist{
        display:flex;
        flex-wrap:wrap;
        justify-content:center;    
    }
    .page__wood-profile-hint:after {
        display:none;
    }
}
