.ourAdvantages{
    background: #f5f5f5;
}

section h2{
    text-align: center;
    margin-bottom: 40px;
    font-size: 28px;
    padding-top: 40px;
    line-height: 30px;
}

.wrapAdvantages{
    display: flex;
    gap: 40px;
    align-items: center;
    padding: 40px 20px;
}

.wrapAdvantages h2{
    margin-bottom: unset;
}

.listAdvantages{
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.listAdvantages .advantagesItem{
    text-align: center;
    width: 100%;
    max-width: 300px;
    padding: 20px;
    background: #fff;
}

.listAdvantages .advantagesItem p{
    font-weight: bold;
    font-size: 18px;
    margin-top: 20px;
}

.wrapProjects{
    display: flex;
    flex-wrap: wrap;
}

.wrapProjects .projectsItem{
    text-align: center;
    position: relative;
}

.forbg{
    position: relative;
    background: #000 url("/uploaded/images/zastroyshchikam/bgProjects.png");
    width: 50%;
}

.forbg:nth-child(2){
    background: #000 url("/uploaded/images/zastroyshchikam/bgProjects2.png");
}

.forbg:nth-child(3){
    background: #000 url("/uploaded/images/zastroyshchikam/bgProjects3.png");
}

.forbg:nth-child(4){
    background: #000 url("/uploaded/images/zastroyshchikam/bgProjects4.png");
}

.forbg:nth-child(5){
    background: #000 url("/uploaded/images/zastroyshchikam/bgProjects5.png");
}
.forbg:nth-child(6){
    background: #000 url("/uploaded/images/zastroyshchikam/bgProjects6.png");
}

.forbg:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color:rgba(0, 0, 0, .5);
}

.wrapProjects .projectsItem h2{
    color: #fff;
    margin-bottom: unset;
    z-index: 111;
}

.wrapProjects .projectsItem p{
    color: #fff;
    padding: 20px 40px;
    z-index: 1;
}

.personalOrder{
    padding: 40px 0;
    background: #f5f5f5;
}

.leaveRequest{
    background: #a8e49c;
}

.wrapForm{
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}

.wrapForm .item{
    overflow: unset!important;
    position: relative;
}

.wrapForm .item .title{
    position: absolute;
    height: unset!important;
    line-height: unset!important;
    width: 100%!important;
    font-weight: bold;
    top: -20px;
}

.wrapRequest{
    display: flex;
    align-items: center;
    padding: 0 20px;
    flex-wrap: wrap;
}

.wrapRequest .reqInfo{
    text-align: center;
}

.wrapRequest .wrapForm .item .input, .wrapRequest .wrapForm .item .input{
    width: 100%;
    min-width: 230px;
}

.wrapRequest .wrapForm .item .input input, .wrapRequest .wrapForm .item .input select{
    height: 50px;
}

.wrapRequest .wrapForm .item.submit input{
    width: 100%;
    height: 50px;
}

.reqInfo h3{
    font-size: 26px;
}

.reqInfo p{
    font-size: 16px;
}

.goods div.buttons input.buy{
    margin-left: 5px;
}

.specialGoods .goods{
    width: 33%;
    overflow: hidden;
    float: unset;
    min-width: unset;
    margin: unset;
}

.specialGoods .goods_wrapper{
    margin-left: unset;
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    gap: 0.3%;
}


.specialGoods a.more{
    background: #e84c09;
    color: #fff;
    float: right;
    padding: 4px 8px;
    border-radius: 4px;
    text-decoration: none;
    transition: 0.3s;
    position: absolute;
    right: 0;
    top: 40px;

}

.specialGoods a.more:hover{
    background: #a33100;
}

.specialGoods .goods_set {
    position: relative;
    margin-bottom: 40px;
}

.specialGoods .goods_set h2{
    text-align: left;
}

.specialGoods > h2{
    text-align: center;
    font-size: 30px;
    padding: 40px 0;
    background-color: #f5f5f5;
}

.specialGoods .goods_set h2{
    padding-top: unset;

}

@media (max-width: 480px) {
    body .specialGoods .goods_wrapper {
        gap: 4%;
    }

    body .goods.goods_btn_qt {
        height: 375px;
        width: 46%;
    }

    body .goods div.buttons input.buy {
        margin-left: unset;
        margin-top: 5px;
    }

    body .goods .buttons{
        margin-left: -95px;
    }

    body .wrapAdvantages{
        flex-wrap: wrap;
    }

    body .wrapAdvantages img{
        width: 100%;
        height: auto;
    }

    body .advantagesItem img{
        width: max-content;
    }

    body .forbg{
        width: 100%;
    }
}

#banner {
    position: relative;
    width: 100%;
    height: 400px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
}

#banner img{
    position: absolute;
    width: 100%;
    height: auto;
}

ul.advantages {
    display: block;
    list-style-type: none;
    padding: 40px 0 0 0;
    overflow: hidden;
    margin-bottom: 40px;
}

ul.advantages li {
    display: block;
    position: relative;
    float: left;
    width: 270px;
    height: 170px;
    padding: 0 50px 0 0;
}

ul.advantages li:last-child {
    padding: 0;
}

ul.advantages li img {
    display: block;
    position: relative;
    width: 270px;
    height: 170px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
}

ul.advantages li:after {
    display: block;
    content: " ";
    position: absolute;
    right: 25px;
    top: 20px;
    width: 1px;
    height: 370px;
    background-color: #eee;
}

ul.advantages li:last-child:after {
    display: none;
}

.sliderProjects img{
    width: 100%;
    height: 100%;
    max-height: 400px;
}

.sliderReviews img{
    width: 100%;
    max-width: 500px;
    height: 100%;
    max-height: 450px;
}

.sliderReviews a{
    display: flex!important;
    justify-content: center!important;
}


body .slick-prev:before, body .slick-next:before{
    color: #333;
}

.slick-dotted.slick-slider.slider_bottom2{
    margin-bottom: 60px;
}