.solutions-offer__wrap {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 80px;
}

.solutions-offer__wrap.anim-block {
	opacity: 0;
	transform: translateY(100px);
	transition: 0.5s ease;
}
@media(max-width: 767px) {
	.solutions-offer__wrap.anim-block {
		transform: translateY(30px);
	}
}
.solutions-offer__wrap.anim-block--down {
	opacity: 1;
	transform: translateY(0px);
	/*transition: none;*/
}
.solutions-offer__wrap.anim-block--active {
	opacity: 1;
	transform: translateY(0px)
}


.solutions-offer__item {
    width: 50%;
    padding: 15px;
    color: #000;
    position: relative;
    overflow: hidden;
    margin-bottom: 25px;
}

.solutions-offer__item-in {
    position: relative;
    height: 100%;
}

.solutions-offer__item-fone {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: 0.3s linear;
}

.solutions-offer__item:nth-last-child(-n+2) {
    margin-bottom: 0;
}

.solutions-offer__cont {
    height: 100%;
    display: block;
    padding: 50px 39px 56%;
    position: relative;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain;
    text-decoration: none;
}

.solutions-offer__img {
    background-position: right bottom;
    background-size: contain;
    background-repeat: no-repeat;
    width: 75%;
    position: absolute;
    right: 0;
    bottom: 0;
    transition: 0.3s linear;
}

.solutions-offer__img:before {
    content: "";
    padding-top: 66%;
    display: block;
}

.solutions-offer-item__title {
    font-weight: 400;
    margin-top: 10px;
}

.solutions-offer-item__text {
    font-weight: normal;
    font-size: 0.8rem;
}

.solutions-offer__item a {
    text-decoration: none !important;
}

.solutions-offer__item--light a,
.solutions-offer__item--light .solutions-offer-item__title {
    color: #fff;
}

.solutions-offer__item:hover {
    z-index: 2;
}

.solutions-offer__item:hover .solutions-offer__item-fone {
    width: calc(100% + 30px);
    height: calc(100% + 30px);
    left: -15px; top: -15px;
}

.solutions-offer__item:hover .solutions-offer__img {
    right: -15px;
    bottom: -15px;
    width: 82%;
}

.solutions-offer__tag {
    font-size: 0.9rem;
    font-weight: 600;
}

.solutions-offer-tag__item {
    position: relative;
    color: #fff !important;
    background: #000;
    display: inline-block;
    padding: 0 0.7rem;
    margin-bottom: 0.7rem;
}

@media (max-width: 1800px) {
    .solutions-offer__cont {
        padding: 66px 33px 53%;
    }
}

@media (max-width: 991px) {
    .solutions-offer__wrap {
        margin-left: -5px;
        margin-right: -5px;
        margin-bottom: 40px;
    }

    .solutions-offer__item {
        padding: 5px;
    }

    .solutions-offer__item:hover .solutions-offer__item-fone {
        height: calc(100% + 10px);
        width: calc(100% + 10px);
        top: -5px; left: -5px;
    }

    .solutions-offer__item:hover .solutions-offer__img {
        right: -5px;
        bottom: -5px;
    }

    .solutions-offer__cont {
        padding-top: 40px;
    }
}

@media (max-width: 767px) {
    .solutions-offer__wrap {
        margin-bottom: 20px;
    }

    .solutions-offer__item {
        width: 100%;
    }

    .solutions-offer__cont {
        padding-top: 30px;
    }

    .solutions-offer__item {
        margin-bottom: 10px;
    }

    .solutions-offer__item:nth-last-child(-n+2) {
        margin-bottom: 10px;
    }
}

.solutions-offer__item-in {
    -webkit-transform: scaleY(1.8) translate3d(0,100px,0);
    transform: scaleY(1.8) translate3d(0,100px,0);
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;

    -webkit-transition: -webkit-transform 1.4s cubic-bezier(.16,1.08,.38,.98);
    transition: -webkit-transform 1.4s cubic-bezier(.16,1.08,.38,.98);
    -o-transition: transform 1.4s cubic-bezier(.16,1.08,.38,.98);
    transition: transform 1.4s cubic-bezier(.16,1.08,.38,.98);
    transition: transform 1.4s cubic-bezier(.16,1.08,.38,.98),-webkit-transform 1.4s cubic-bezier(.16,1.08,.38,.98);

    -webkit-transition-duration: 1.6s;
    -o-transition-duration: 1.6s;
    transition-duration: 1.6s;
}

.is-up .solutions-offer__item-in  {
    -webkit-transform: scaleY(1) translate3d(0,-100px,0);
    transform: scaleY(1) translate3d(0,-100px,0);
    -webkit-transform-origin: bottom center;
    -ms-transform-origin: bottom center;
    transform-origin: bottom center;

    -webkit-transition: -webkit-transform 1.4s cubic-bezier(.16,1.08,.38,.98);
    transition: -webkit-transform 1.4s cubic-bezier(.16,1.08,.38,.98);
    -o-transition: transform 1.4s cubic-bezier(.16,1.08,.38,.98);
    transition: transform 1.4s cubic-bezier(.16,1.08,.38,.98);
    transition: transform 1.4s cubic-bezier(.16,1.08,.38,.98),-webkit-transform 1.4s cubic-bezier(.16,1.08,.38,.98);
}

.is-in .solutions-offer__item-in {
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-transform: scaleY(1) translate3d(0,0px,0);
    transform: scaleY(1) translate3d(0,0px,0);
}

.is-up.is-in .solutions-offer__item-in {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

@media (max-width: 991px) {
    .solutions-offer__item-in {
        -webkit-transform: scaleY(1.5) translate3d(0,50px,0);
        transform: scaleY(1.5) translate3d(0,50px,0);
        -webkit-transform-origin: top center;
        -ms-transform-origin: top center;
        transform-origin: top center;

        -webkit-transition: -webkit-transform 1s cubic-bezier(.16,1.08,.38,.98);
        transition: -webkit-transform 1s cubic-bezier(.16,1.08,.38,.98);
        -o-transition: transform 1s cubic-bezier(.16,1.08,.38,.98);
        transition: transform 1s cubic-bezier(.16,1.08,.38,.98);
        transition: transform 1s cubic-bezier(.16,1.08,.38,.98),-webkit-transform 1s cubic-bezier(.16,1.08,.38,.98);

        -webkit-transition-duration: 1.2s;
        -o-transition-duration: 1.2s;
        transition-duration: 1.2s;
    }
    
    .is-up .solutions-offer__item-in  {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}