.alum-types {
padding: 75px 0px 0px 0px;
    border-top: 1px solid #efefef;;
}
.alum-types_list {

}
.alum-types_title {
    font: 34px "Bebas Neue", Roboto;
    text-align: center;
    border-bottom: 1px solid #000;

    letter-spacing: 0.06em;
    width: fit-content;
    margin: 0px auto 40px auto;
}
.alum-types_title span {
    display: block;
    transform: translateY(10px);
}
.alum-type {
    display: flex;
    justify-content: space-between;
    padding: 40px;
    background-color: #f3f3f3;
    margin-bottom: 5px;
}
.alum-type_left {
    width: 50%;
    position: relative;
}
.alum-type_right {
    width: 31%;
}
.alum-type_title {
    font: 30px "Bebas Neue", Roboto;
    font-size: 30px;
    position: relative;
    z-index: 1;
    color: #fff;
    background-color: #191e32;
    width: fit-content;
    padding: 6px 23px 6px 0px;


}
.alum-type_title::before {
    content: '';
    width: 170px;
    height: 48px;
    background-color: #191e32;
    position: absolute;
    z-index: -1;
    top: 0;
    left: -130px;
}
.alum-type_desc {
    font: 300 16px "Montserrat", Roboto;
    height: 100%;
}
.divspan {
    display: none;
}

.alum-type_right3 {
    display: none;
}
.span:nth-child(2){
    margin-top: 0px;
}
.alum-type_desc p {
    margin-bottom: 35px;
}
.alum-type_btn {
    cursor: pointer;
}
.alum-type_desc h3 {
    font: 600 18px "Montserrat", Roboto;
}
.alum-type_btn {
    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;

}
.alum-type_btn:hover::before {
    width: 137px;
}
.alum-type_btn::before {
    transition: all 0.3s ease-out 0s;
    content: '';
    width: 50px;
    height: 50px;
    background-color: #b4c8ff;
    position: absolute;
    z-index: -1;
    top: -10px;
    left: -19px;
}
.alum-type_left {
    display: flex;
    flex-direction: column;
}
.alum-type_subtitle {
    font: 600 20px "Montserrat", Roboto;
    margin-bottom: 10px;
}
.alum-type_right img {
    width: 100%;
}
.alum-type:nth-child(3) .alum-type_right1 img {
    width: 50%;
}
@media (max-width: 1400px) {
    .alum-type_right {
        width: 50%;
    }
    .alum-type_left {
        margin-right: 30px;
    }

}
@media (max-width: 800px) {
    .alum-type_right {
        display: none;
    }
    .alum-type_left {
        width: 100%;
    }
    /*
    .alum-type_btn {
        position: absolute;
        top: 13px;
        right: -38px;
    }
    */
}
@media (max-width:600px) {
    .alum-type_title {
        font-size: 21px;
    }
    .alum-type {
        padding: 40px 20px;
    }

    .alum-type_title::before {
        height: 37px;
    }
}
@media (max-width: 400px){

    .alum-type_title::before {
        height: 45px;
    }
    a.alum-type_btn {
        position: relative;
        top: 0;
        right: 0;
    }
    .alum-type {
        padding: 40px 0px 40px 20px;
    }
    .alum-type_title {
        padding: 10px 0px 10px 0px;
        width: unset;
    }
    .alum-type_left {
        margin: 0;
    }
    .alum-type_desc {
        margin-right: 20px;
    }
}

.divspan {
    margin-top: 0;
}
.divspan p {
    margin-bottom: 35px;
}

.pictures {
    padding-bottom: 35px;
}
.pictures img {
    max-width: 100%;
}
@media (min-width: 800px) {
    .pictures {
        display: none;
    }
}
