.alum-track {
    border-top:1px solid #e1e1e1 ;
}
.alum-track_list {
    text-align: center;
    display: flex;
    flex-direction: column;
}
.alum-track_item_wrap:nth-child(2) {
    background-color: #f3f3f3;
}
.alum-track_item {
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 15px;
}
.alum-track_item_title {
    /*font: 600 34px "Bebas Neue", Roboto;
    margin-bottom: 30px;
    text-decoration: underline;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 0.06em;*/
    font: 34px "Bebas Neue", Roboto;
    text-align: center;
    width: fit-content;
    margin: 0 auto;
    margin-bottom: 40px;
    letter-spacing: 0.06em;
    border-bottom: 1px solid #000;
    position: relative;
    display: flex;
}
.alum-track_item_title span:nth-child(2){
    display: block;
    //transform: translateY(10px);
}

/*.alum-track_item_title span:nth-child(1) {
    left: -66px;
    top: 5px;
    position: absolute;
    background: url('/local/templates/main/img/aluminium-peregorodki/arrow-left.png');
    transition: all 0.3s ease-out 0s;
    width: 32px;
    height: 48px;
    display: block;
}
.alum-track_item_title span:nth-child(3) {
    right: -66px;
    top: 5px;
    position: absolute;
    display: block;
    width: 32px;
    height: 48px;
    background: url('/local/templates/main/img/aluminium-peregorodki/arrow-right.png');
    transition: all 0.3s ease-out 0s;
    cursor: pointer;
}

.alum-track_item_title span:nth-child(3):hover {
    background: url(/local/templates/main/img/aluminium-peregorodki/arrow-right-hover.png);
    transition: all 0.3s ease-out 0s;
}*/
.alum-track_item_title img {
    margin: 0px 40px;
}
.alum-track_item_text {
    margin-bottom: 30px;
    font: 16px "Montserrat", Roboto;
    line-height: 28px;
}
.alum-track_item_gallery {
    display: flex;
    justify-content: space-between;

}
.alum-track_item_description {
    font: 600 22px "Bebas Neue", Roboto;
    margin-top: 20px;
}
.alum-track_gallery_item {
    //margin-right: 20px;
}
.alum-track_gallery_item img{
    width: 100%;
}
