.alum-attr_list {
    display: flex;
    flex-direction: column;
    font: 16px "Montserrat", Roboto;
}
.alum-attr_item_gallery {
    justify-content: space-between;
    text-align: center;
}
.alum-attr_gallery_item {
    width: 15%;
}
.alum-attr_item_title {
    letter-spacing: 0.06em;
    font: 34px "Bebas Neue", Roboto;
    border-bottom: 1px solid #000;
}
.alum-attr_item_title span{
    transform: translateY(10px);
    display: block;
}
@media (max-width: 400px) {
    .alum-attr_item_title span {
        transform: translateY(7px);
    }
}
.alum-attr_item_text {
    font: 500 18px "Montserrat", Roboto;
    text-align: end;
}
.alum-attr_item_description {
    font: 600 20px "Bebas Neue", Roboto;
    margin-top: 15px;
}
.alum-attr_item_gallery {
    padding: 50px 0px;

}
.alum-attr_item_gallery:nth-child(2) .alum-attr_gallery_item{
    margin-bottom: 15px;
}
.alum-attr_item_gallery img {
    width: 100%;
}
.alum-attr_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.alum-attr_item_gallery {
    display: flex;
    flex-wrap: wrap;
}
.alum-attr_item_wrap:first-child {
    border-bottom: 1px solid #e1e1e1;
}
.alum-attr_item {
    max-width: 1200px;
    margin: 0 auto;
    padding: 90px 15px;
}
.alum-attr_item_advan h2{
    font: 600 20px "Bebas Neue", Roboto;
}
.alum-attr_item_advan li::marker {
    color: #b4c8ff;
}
.advantages{
    text-align: left;
    padding-top: 30px;
    border-top: 1px solid #e1e1e1;
}
.advantages_title {
    font: 600 22px "Bebas Neue", Roboto;
}
.advantages_desc {
    font: 16px "Montserrat", Roboto;
    display: flex;
    align-items: end;
    justify-content: space-between;
}
.advantages_desc ul {
    margin: 10px 0px 0px 0px;
    padding-left: 15px;
    max-width: 1000px;
}
.advantages_desc ul li::marker {
    color: #b4c8ff;
}
.advantages_desc li {
    line-height: 2;
}
.advantages_btn {
    /*text-align: right;
    font: 500 22px "Bebas Neue", Roboto;
    position: relative;
    z-index: 1;
    margin-left: 15px;
    transition: all 0.3s ease-out 0s;
    text-decoration: none;*/
    font: 900 26px "Bebas Neue", Roboto;
    position: relative;
    z-index: 1;
    margin-left: 15px;
    letter-spacing: 0.06em;
    transition: all 0.3s ease-out 0s;
    text-decoration: none;
    width: fit-content;

}
.advantages_btn:hover::before {
    width: 137px;
}
.advantages_btn::before {
    transition: all 0.3s ease-out 0s;
    content: '';
    width: 45px;
    height: 45px;
    background-color: #b4c8ff;
    position: absolute;
    z-index: -1;
    left: -17px;
    top: -9px;
}
.more_btn {
    margin-bottom: 40px;
    z-index: 100;
}
@media (max-width: 1100px) {
    .advantages_desc {
        flex-direction: column;
        align-items: start;

    }
    .advantages_btn {
        margin-top: 40px;
    }
    #bx_1373509569_1458 > .alum-attr_item_gallery{
        display: grid;
        grid-template-columns: 17% 17% 17% 17% 17% ;
    }
         #bx_1373509569_1458 > .alum-attr_item_gallery > .alum-attr_gallery_item{
             width: unset;
             margin-bottom: 20px;
         }
}
@media (max-width: 900px) {
    .alum-attr_item_description {
        font-size: 16px;
    }
    #bx_1373509569_1458 > .alum-attr_item_gallery {
        grid-template-columns: 20% 20% 20% 20% ;
    }
}
@media (max-width:700px) {
    .advantages {
        padding-top: 20px;
    }
    #bx_1373509569_1458 > .alum-attr_item_gallery {
        grid-template-columns: 30% 30% 30%  ;
    }
    .advantages_desc ul li:nth-child(n+4){
        display: none;
    }.advantages_desc {
         font: 14px "Montserrat", Roboto;
     }
     .alum-attr_gallery_item {
         width: 25%;
     }
     .alum-attr_top {
         flex-direction: column;
         align-items: flex-start;
     }
     .alum-attr_item_title {
         margin-bottom: 10px;
     }
     .alum-attr_item_gallery {
         padding: 20px 0px;
     }
}
@media (max-width:400px) {
    .alum-attr_item_text {
        text-align: start;
        font-size: 16px;
    }
    #bx_1373509569_1458 > .alum-attr_item_gallery {
        grid-template-columns: 45% 45%  ;
    }
    .alum-attr_gallery_item {
        width: 30%;
    }
    .alum-attr_gallery_item:nth-child(n+7) {
        display: none;
    }
    #bx_1373509569_1458 > .alum-attr_item_gallery > .alum-attr_gallery_item:nth-child(n+5){
        display: none;
    }
    .advantages {
        display: none;
        padding: 30px 0px 45px 0px;
    }
    .alum-attr_item {
        padding: 45px 15px 0px 15px;
    }
    div.curtain-slider {
        padding: 0px;
    }
    .alum-attr_item_title {
        font-size: 30px;
    }
}
