.home-big-background-certificate{
    width: 100%;
    margin-right: 5px;
    height: 563px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}
.home-big-background-overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.68);
}
.h1_title.certificate {
    color: #fff;
}
.certificate_page_content{
    /*margin-top: 50px;*/
}
.certificate_info{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.certificate_info_text{
    /*width: 50%;*/
}
.certificate_info_image{
    width: 45%;
}
.certificate_info_image_img{
    width: 100%;
    height: 370px;
    object-fit: cover;
}
.certificate_info_text_text{
    font-family: 'Nato Sans Armeni', Sans-Serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: black;
}
.certificate_info_text_text.second_text{
    margin-top: 70px;
}
.certificate_info_list{
    margin-left: 0;
    padding-left: 15px;
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    max-width: 1000px;
    width: 100% ;
    margin: 0 auto
}
.certificate_info_list_inner{
    padding-left: 15px;
}
.certificate_info_list_main_list{
    width: 33%;
}

.certificate_info_text_text{
    margin-top: 5px;
}
.certificate_info_text_text.margin-top{
    margin-top: 40px;
}
.certificates{
    margin-top: 50px;
}
.certificates_title{
    text-align: center;
    font-family: 'Nato Sans Armeni', Sans-Serif;
    font-weight: bold;
    font-size: 19px;
    line-height: 38px;
    color: #004CA5;
}
.certificates_block{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.certificate_image{
    width: calc(100% / 4);
    height: 156px;
    object-fit: contain;
    margin-top: 20px;
    cursor: pointer;
}
.modal-certificate-image{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.modal-dialog {
    max-width: 800px;
    width: 100%;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
    filter: invert(100%);
}
.carousel-control-prev, .carousel-control-next {
    width: 8%;
}
.close{
    font-size: 3.5rem;
}
@media screen and (max-width: 991px){
    .certificate_info_list_main_list{
        width: 100%;
    }
    .home-big-background-certificate{
        width: 100%;
        margin-top: 100px;
    }
    .h1_title.certificate{
        text-align: center;
    }
    .certificate_info{
        flex-direction: column;
    }
    .certificate_info_text{
        width: 100%;
    }
    .certificate_info_image{
        width: 100%;
    }
    .certificate_image{
        width: 48%;
    }
    .certificate_info_list{
        flex-direction: column;
    }
}
