.desing-header{
    background-color: #D9D9D9;
    display: flex;
}
.desing-header .wrap{
    display: flex;
}

.desing-header .title{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.desing-header .title h1{
    font-family: Rubik;
    font-size: 36px;
    font-weight: 600;
    line-height: 43px;
    letter-spacing: 0em;
    text-align: left;

}

.black_white{
    display: flex;
    flex-direction: column;
    padding-top: 40px;
    font-size: 18px;
}
.black_white .wrap{
    width: 100%;
}
.black_white:after {
    content: " "; /* Добавляемый текст */
    background-color: black;
    font-size: 90%;
    padding: 2px;
    margin-top: -80px;
    min-height: 150px;
    width: 100%;
}

.black_white .banner,
.price .banner{
    background-color: #F3CB07;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px;
    border-radius: 25px 0px 25px 0px;
}
.black_white .banner .title{
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
    text-align: center;
}
.black_white .banner .price{
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 10px;
}
.wrap-price{
    padding-left: 0px;
    padding-right: 0px;
}
.price{
    padding-left: 0px;
}

.black_white .banner .description{
    font-size: 12px;
    text-align: center;
}
.black_white form,
.peretyazhka-cla-footer form,
.proizvodstvo-cla-footer form{
    background-color: #D9D9D9;
    display: flex;
    flex-direction: column;
    padding: 5px 10px 20px;
    margin: 25px auto;
    width: 80%;
    max-width: 500px;
}
.btn_send,
#alx_feed_back_FID1 .afbf_feedback_poles #fb_close_FID1{
    background-color: #ffd747 !important;
    border: 2px solid #ffd747 !important;
    font-family: 'Circe';
    margin: 10px auto;
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    position: relative;
    color: #fff !important;
    font-size: 15px;
    text-align: center;
    vertical-align: middle;
    font-weight: 500;
    height: 32px;
    width: 125px;
    text-align: center !important;
    padding: 0px;
    box-shadow: 0px 0px 1px 1px #eaeaea;
    text-transform: inherit;
}
.afbf_submit_block {
    /* margin: 30px 0px 0px 0px; */
    margin: 0px;
    padding: 0px;
    display: block;
    text-align: center !important;
}
.afbf_item_pole{
    margin-bottom: 10px;
}

.btn_see_more{
    margin: 10px;
    min-width: 200px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;

    align-self: center;
}
.btn_see_more:hover {
    text-decoration: none;
}
.black_white .panel-title{
    font-size: 23px;
    font-weight: 300;
    background-color: black;
    color: white;
    padding: 50px 21px 35px;
    border-radius: 10px 10px 0px 0px;
}
.black_white .panel-body{
    background-color: white;
    border-radius: 10px;
}
.black_white .panel-body ul{
    padding: 20px 50px;
    counter-reset: li;
}
.black_white .panel-body ul li{
    position: relative;
    background: #ffffff;
    padding: 7px 20px 12px 28px;
    margin: 0px 0 7px 40px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    font-family: 'Circe Light',sans-serif;
    font-size: 18px;
}

.black_white .panel-body ul li:after {
    position: absolute;
    left: 0;
    top: 4px;
    content: "";
    height: 0;
    width: 0;
    border: 16px solid transparent;
    border-left-color: #ffbd01;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

.black_white .panel-body ul li:before {
    line-height: 32px;
    position: absolute;
    top: 4px;
    left: -40px;
    width: 40px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #FFF;
    background: #ffbc00;
    counter-increment: li;
    content: counter(li);
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    border-radius: 4px 0px 0px 23px;
}

.black_white .portfolio-body{
    display: flex;
    flex-direction: column;
}
.portfolio-title {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 10px;
}
.portfolio-desc{
    margin-bottom: 10px;
}
.work__wrap-block {
    /*display: flex;*/
    /*display: -webkit-box;*/
    /*display: -webkit-flex;*/
    /*display: -ms-flexbox;*/
    /*margin-bottom: 20px;*/

}
.work__wrap-block .work__block {
    margin-bottom: 20px;

    position: relative;
}
.work__wrap-block .work__block a {
    display: block;
}
.work__wrap-block .work__block img {
    display: block;
    width: 100%;
}

.work__wrap-block .work__info {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    top: 0;
    left: 0;
    padding: 25px 0 0 35px;
    box-sizing: border-box;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s,-webkit-transform .5s;
}
.work__wrap-block .work__block a:hover .work__info {
    -webkit-transform: scale(0);
    transform: scale(0);
}
.work__wrap-block .work__info p {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1.68px;
    text-transform: uppercase;
    color: #fff;
}
#container .wrap.peretyazhka-block,
#container .wrap.proizvodstvo-block{
    display: flex;
    align-items: stretch;
}
.peretyazhka-cla-first{
    background-image: url('/page1/img/peretyazka_image2.jpg');
    background-position: center;
    background-size: cover;
    height: auto;
    margin-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.panel-description{
    font-size: 14px;
    padding-top: 15px;
}

.price{
    display: flex;
    flex-direction: column;
    padding-top: 40px;
    font-size: 18px;
}
.price .wrap{
    width: 100%;
}

.table-price{
    width: 100%;
    margin-top: 20px;
}
.table-price tr td {
    padding: 10px 10px 10px 20px;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
}
.price-footer{
    color: white;
    margin-top: 60px;
    background-color: black;
    width: 100%;
    min-height: 100px;
    padding: 30px 0px;
}
.variants{
    padding-top: 0px;
}
.variants .wrap{
    padding: 0px 30px !important;
}

.variant-title{
    font-size: 24px;
    font-weight: 500;
    margin: 50px 0px 50px 0px;
}
.variant-desc{
    font-size:18px;
    font-weight: 400;
    margin-bottom: 30px;
}

.block_image{
    background-color: #D9D9D9;
    display: flex;
    margin-top: 30px;
}
.block_image .wrap {
    display: flex;
}
.block_image .title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.block_image .title h2 {
    margin-top: 19px;
    margin-bottom: 20px;
    text-align: center;
    color: #505050;

    font-size: 36px;
    font-weight: 600;
    line-height: 43px;
    letter-spacing: 0em;
    text-align: left;
}
.proizvodstvo-cla-first{
    background-image: url('/page1/img/proizvodstvo_image3.jpg');
    background-position: center;
    background-size: cover;
    height: auto;
    margin-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slick-prev {
    left: -10px;
    z-index: 1;
}
.slick-next {
    right: -10px;
    z-index: 1;
}
.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    /* width: 22px; */
    /* height: 22px; */
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: white;
    border-radius: 50%;
    box-shadow: 0 0 6px -1px #00000030;
}
.slick-prev:before, .slick-next:before {
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-prev:before {
    content: '';
    background-image: url(/img/chevron-l.svg);
    width: 40px;
    height: 40px;
    display: block;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    transform: rotate(-90deg);
}
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
    opacity: 1;
}
.slick-next:before {
    content: '';
    background-image: url(/img/chevron-l.svg);
    width: 40px;
    height: 40px;
    display: block;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    transform: rotate(90deg);
}
.slick-track {
    display: flex;
}
.slick-track .slick-slide {
    display: flex;
    height: auto;
}

@media screen and (max-width: 1300px) {
    .desing-header {
        padding: 30px;
    }
}

@media screen and (max-width: 1200px) {
    .black_white .portfolio-body {
        align-items: flex-start;
    }
    .variant-images{
        display: flex;
    }


    .variant-image img {
        width: 30%;
    }
}
@media screen and (max-width: 999px) {
    .desing-header, .block_image {
        padding: 30px;
    }
    .price .wrap{
        padding-right: 45px !important;
        padding-left: 45px !important;
    }
}
@media screen and (max-width: 768px) {
    .desing-header .wrap {
        display: block;
    }
    .block_image .wrap {
        display: flex;
        flex-direction: column-reverse;
    }
    .black_white .panel-body ul {
        padding: 20px 20px;
    }
    .variant-images .col-lg-4{
        display: none;
    }
    .variant-images .col-lg-4:first-child{
        display: block;
    }
    #container .wrap.peretyazhka-block,
    #container .wrap.proizvodstvo-block{
        display: block;
    }
    .wrap-price{
        padding-left: 0px;
        padding-right: 0px;
    }

    .table-price{
        width: 100%;
        margin: 0 auto;
    }
    .table-price tr td{
        padding: 5px 5px 5px 5px;
        text-align: center;
        font-size: 14px;
    }
    .black_white .banner,
    .price .banner{
        border-radius: 25px 25px 0px 0px;
    }
}
