
.block__projects{
    padding-top: 6rem;
    padding-bottom: 6rem;
    
}

.slider__project {
    overflow: hidden;
}
.slider__project .bx-wrapper{
    max-width: 100% !important;
}

.info__project p {
    color: #7A7B7D;
}

.info__project ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.info__project ul li{
    padding-bottom: 0.25rem;
    color: #7A7B7D;
    font-size: 1rem;
    padding-left: 2rem;
    margin-bottom: 0.35rem;
    background-image: url("../img/icons/icon__checkblue.svg");
    background-repeat: no-repeat;
    background-position: 0 0.25rem;
    background-size: 24px 24px;
}
.info__project h2,
.info__project h3,
.info__project h4{
    margin-top: 1em;
}

/**
 * Simple fade transition,
 */
 .mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out; 
	-o-transition: all 0.15s ease-out; 
	transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out; 
	-o-transition: all 0.15s ease-out; 
	transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}
.wrap__image__project {
    position: relative;
}
.wrap__image__project .btn__play{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 4rem;
    height: 4rem;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all linear 0.25s;
    -o-transition: all linear 0.25s;
    transition: all linear 0.25s;
     -webkit-transform: scale(1,1);
        -ms-transform: scale(1,1);
            transform: scale(1,1);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.wrap__image__project .btn__play svg path:first-of-type{
    -webkit-transition: all linear 0.25s;
    -o-transition: all linear 0.25s;
    transition: all linear 0.25s;
   
}
.wrap__image__project .btn__play:hover svg path:first-of-type {
    fill: #90E0EF;
    
}
.wrap__image__project .btn__play:hover {
    -webkit-transform: scale(1.1,1.1);
        -ms-transform: scale(1.1,1.1);
            transform: scale(1.1,1.1);
    
}

.share__block{
    list-style: none;
}
.share__block a{
    margin-right: 1rem;
}

.card__description__project{
    padding: 3rem 2rem;
    border: 1px solid #E1F0BD;
}
.card__description__item{
    margin-bottom: 1.5rem;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid #E1F0BD;
}

@media screen and (max-width: 1024px){
    .card__description__project{
        padding: 2rem 1rem;
    }
    .card__description__item{
        padding-bottom: 1rem;
        margin-bottom: 1rem;
    }
}

@media screen and (max-width: 640px){
    .block__project .inner__block__project{
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }   
}