@import url("component.css");

/*screen-width 375 - 767px*/

.education-for-prospective-students {
    width: 375px;
    padding: 32px 40px 20px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.education-for-prospective-students .products-heading {
    position: relative;
    margin: 0;
    z-index: 1;
}

.education-for-prospective-students .products-text-block {
    font-size: 16px;
    line-height: 119%;
}

.education-for-prospective-students .products-text {
    position: relative;
    margin: 0;
    margin-top: 21px;
    z-index: 1;
}

.education-for-prospective-students .products-image-m {
    margin-top: 19px;
    margin-bottom: 21px;
    width: 295px;
    height: 220px;
    background-image: url(../images/education-for-prospective-students-image-m.jpg);
    background-repeat: no-repeat;
}

.education-for-prospective-students .products-image {
    display: none;
}

.education-for-prospective-students .products-yellow-painting {
    position: absolute;
    left: 250px;
    top: 85px;
    width: 110px;
    height: 145px;
    background-image: url(../images/education-for-prospective-students-yellow-painting.svg);
    background-repeat: no-repeat;
    z-index: 0;
}
/* block children gallery start */
#child-gallery {
    padding: 0 40px;
    margin-top: 18px;
}

#child-gallery>h3 {
    margin-bottom: 20px;
}

#child-gallery>a>img {
    width: 295px;
    height: 295px;
    margin-bottom: 20px;
}

#child-gallery>a>img:hover #child-gallery>a>img::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 295px;
    height: 295px;
    background-image: linear-gradient(0deg, rgba(71, 168, 36, 0.5), rgba(71, 168, 36, 0.5));
    pointer-events: none;
}

.gallery-item {
    position: relative;
}

.gallery-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(71, 168, 36, 0.5), rgba(71, 168, 36, 0.5)), url(../images/photo_camera.svg) center no-repeat;
    pointer-events: none;
    opacity: 0;
    transition: opacity 1s;
}

.gallery-item:hover::before {
    opacity: 1;
}

/* block children gallery end */
/*screen-width 768 - 1023px*/

@media (min-width: 768px) {
    .education-for-prospective-students {
        width: 100%;
    }
    
    .education-for-prospective-students .products-image-m {
        margin: 0 auto;
        width: 600px;
        height: 600px;
        background-image: url(../images/education-for-prospective-students-image-d.jpg);
        background-repeat: no-repeat;
    }

    .education-for-prospective-students .products-yellow-painting {
        display: none;
    }
     /* block children gallery start */
     #child-gallery {
        padding: 0px 40px;
        margin-top: 176px;
        margin-bottom: 70px;
    }

    #child-gallery>h3 {
        font-size: 64px;
        margin-bottom: 55px;
    }

    #child-gallery>a>img {
        width: 302px;
        height: 302px;
        margin-bottom: 10px;
        margin-right: 4px;
    }

    /* block children gallery end */
}

/*screen-width 1024 - 1439px*/

@media (min-width: 1024px) {
    .education-for-prospective-students {
        padding-top: 100px;
    }
    
    .education-for-prospective-students .products-heading {
        font-size: 64px;
        line-height: 81px;
    }

    .education-for-prospective-students .products-content {
        display: flex;
    }
    .education-for-prospective-students .products-text-block {
        font-size: 18px;
    }
    
    .education-for-prospective-students .products-text {
        margin-top: 30px;
    }
    
    .education-for-prospective-students .products-image-m {
        display: none;
    }
    
    .education-for-prospective-students .products-image {
        display: block;
        margin-left: 40px;
        width: 400px;
        height: 400px;
    }

    /* gallery  */

    #child-gallery {
        padding: 0px;
    }
}

/*screen-width 1440px + */

@media (min-width: 1440px) {
    .education-for-prospective-students {
        padding: 0;
        padding-top: 98px;
        width: unset;
    }

    .education-for-prospective-students .products-text-block {
        width: 600px;
        line-height: 120%;
        font-size: 20px;
    }

    .education-for-prospective-students .products-text {
        margin-top: 40px;
    }
    
    .education-for-prospective-students .products-image {
        width: 600px;
        height: 600px;
    }
}

/*end block education for children*/