.ready-solutions__inner {
    margin-bottom: -3rem;
}

.ready-solutions__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-family: "Roboto", sans-serif;
    font-size: 1.8rem;
}

.ready-solutions .ready-solutions__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.ready-solutions .ready-solutions__items .ready-solutions__item:nth-child(n) {
    margin-bottom: 2rem;
}

.ready-solutions__item {
    margin-bottom: 3rem;
    position: relative;
}

.ready-solutions__item:nth-child(n) {
    width: 30.90909%;
}

.ready-solutions__item:nth-child(1), .ready-solutions__item:nth-child(4) {
    width: 65.45455%;
}

.ready-solutions__link,
.ready-solutions__img {
    border-radius: .5rem;
    overflow: hidden;
}

.ready-solutions__link {
    display: block;
    position: relative;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}

.ready-solutions__link::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), color-stop(70%, rgba(196, 196, 196, 0)));
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.7) 0%, rgba(196, 196, 196, 0) 70%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(196, 196, 196, 0) 70%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.ready-solutions__link:hover .ready-solutions__title-text::after {
    opacity: 1;
}

.ready-solutions__img img {
    display: block;
    margin: 0 auto;
    width: auto;
    height: auto;
    min-width: 100%;
}

.ready-solutions__title {
    display: block;
    width: 100%;
    padding: 3rem 2.5rem 3rem 3rem;
    font-weight: 700;
    color: #fff;
    position: absolute;
    bottom: 0;
    z-index: 3;
}

.ready-solutions__title-text {
    position: relative;
    padding-right: 47px;
}

.ready-solutions__title-text::after {
    content: '';
    display: block;
    width: 4rem;
    height: 4rem;
    background: #ffce50 url("../../assets/images/ready-solutions/ready-solution-arrow-left.svg");
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}

@media (max-width: 919px) {
    .ready-solutions__img img {
        width: 100%;
    }

    .ready-solutions__title {
        padding: 0 2rem 2rem 2rem;
        font-size: inherit;
    }

    .ready-solutions__title-text {
        padding-right: 0;
    }

    .ready-solutions__title-text::after {
        display: none;
    }

    .ready-solutions__body {
        padding: 2rem 2rem 2rem 2rem;
    }
}

@media (max-width: 639px) {
    .ready-solutions__item:nth-child(n) {
        width: calc((320 / 640) * 100% - 10px);
    }

    .ready-solutions__item {
        margin-bottom: 2rem;
    }
}

@media (min-width: 320px) and (max-width: 650px) {
    .ready-solutions .ready-solutions__items .ready-solutions__item:nth-child(n) .ready-solutions__img-wrapper img {
        width: auto;
        min-width: initial;
        max-width: initial;
        height: 100%;
        min-height: initial;
        max-height: initial;
    }
}

@media (max-width: 415px) {
    .ready-solutions__item:nth-child(n) {
        width: calc((150 / 300) * 100% - 10px);
    }

    .ready-solutions__img img {
        width: 100%;
    }

    .ready-solutions__title {
        padding: 0 2rem 2rem 2rem;
        font-size: 1.4rem;
    }

    .ready-solutions__title-text {
        padding-right: 0;
    }

    .ready-solutions__title-text::after {
        display: none;
    }

    .ready-solutions__body {
        padding: 2rem 2rem 2rem 2rem;
    }
}

@media (min-width: 1140px) {
    .ready-solutions {
        font-size: calc((100vw + 1140px) / 71.25 - 16px);
    }

    .ready-solutions.mb {
        margin-bottom: calc( 5.41667em - 1.4375em);
    }

    .ready-solutions__head-title {
        margin-bottom: 1em;
    }

    .ready-solutions__link,
  .ready-solutions__img {
        border-radius: 0.15625em;
    }

    .ready-solutions__items {
        font-size: inherit;
    }

    .ready-solutions__item {
        margin-bottom: 1.4375em;
    }

    .ready-solutions__item:nth-child(n) {
        width: 31.40909%;
    }

    .ready-solutions__item:nth-child(1),
  .ready-solutions__item:nth-child(4) {
        width: 66.45455%;
    }

    .ready-solutions__title {
        padding-left: 1.875em;
        padding-bottom: 1.40625em;
    }

    .ready-solutions__title-text::after {
        width: 2.53125em;
        height: 2.53125em;
        background-size: 0.75929em;
    }
}

@media (min-width: 1040px) and (min-width: 1160px) {
    .ready-solutions {
        font-size: 18px;
    }

    .ready-solutions.mb {
        margin-bottom: 70px;
    }

    .ready-solutions__inner {
        margin-bottom: -30px;
    }

    .ready-solutions__item {
        margin-bottom: 30px;
    }

    .ready-solutions__item:nth-child(n) {
        width: calc((270 / 825) * 100% - 15px);
        min-height: 230px;
        height: 19.5vw;
    }

    .ready-solutions__item:nth-child(1),
  .ready-solutions__item:nth-child(4) {
        width: calc((555 / 825) * 100% - 15px);
    }

    .ready-solutions__link {
        width: 100%;
        height: 100%;
    }

    .ready-solutions__link,
  .ready-solutions__img {
        border-radius: 5px;
    }

    .ready-solutions__title {
        padding-left: 30px;
        padding-bottom: 20px;
    }

    .ready-solutions__title-text::after {
        width: 40px;
        height: 40px;
        background-size: 12px;
        top: calc(50% - 2px);
    }
}

@media (min-width: 1320px) {
    .ready-solutions__item:nth-child(n) {
        min-height: 315px;
    }

    .ready-solutions__title {
        padding-left: 43px;
        padding-bottom: 40px;
        padding-right: 35px;
    }

    .ready-solutions__title-text::after {
        width: 53px;
        height: 53px;
        background-size: 16px;
        top: calc(50% - -5px);
    }
}

@media (min-width: 1480px) {
    .ready-solutions {
        font-size: 18px;
    }
}

@media (min-width: 1480px) and (min-width: 1600px) {
    .ready-solutions {
        font-size: 18px;
        font-size: calc( 0.00625 * 100vw + 8px);
    }
}

@media (min-width: 1480px) and (min-width: 1920px) {
    .ready-solutions {
        font-size: 20px;
    }
}

@media (min-width: 1480px) {
    .ready-solutions__title-text::after {
        width: 62px;
        height: 62px;
        background-size: 16px;
        top: calc(50% - 25px);
    }

    .ready-solutions__item:nth-child(n) {
        min-height: 400px;
        height: 21vw;
    }

    .ready-solutions__title {
        padding-left: 48px;
        padding-bottom: 25px;
    }

    .ready-solutions__items.list-product {
        font-size: 18px;
    }
}

@media (min-width: 1480px) and (min-width: 1600px) {
    .ready-solutions__items.list-product {
        font-size: 18px;
        font-size: calc( 0.00625 * 100vw + 8px);
    }
}

@media (min-width: 1480px) and (min-width: 1920px) {
    .ready-solutions__items.list-product {
        font-size: 20px;
    }
}

@media (min-width: 1200px) {
    .ready-solutions .ready-solutions__items {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .ready-solutions .ready-solutions__items .ready-solutions__item:nth-child(n) {
        margin-bottom: 3rem;
    }
}

@media (min-width: 1600px) {
    .ready-solutions .ready-solutions__items {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .ready-solutions .ready-solutions__items .ready-solutions__item:nth-child(n) {
        margin-bottom: 2.5vw;
    }
}

@media (min-width: 1800px) {
    .ready-solutions {
        font-size: 20px;
    }
}

@media (min-width: 1800px) and (min-width: 1920px) {
    .ready-solutions {
        font-size: 18px;
        font-size: calc( 0.00937 * 100vw + 2px);
    }
}

@media (min-width: 1800px) and (min-width: 2560px) {
    .ready-solutions {
        font-size: 26px;
    }
}

@media (min-width: 1800px) {
    .ready-solutions__items.list-product {
        font-size: 20px;
    }
}

@media (min-width: 1800px) and (min-width: 1920px) {
    .ready-solutions__items.list-product {
        font-size: 18px;
        font-size: calc( 0.00937 * 100vw + 2px);
    }
}

@media (min-width: 1800px) and (min-width: 2560px) {
    .ready-solutions__items.list-product {
        font-size: 26px;
    }
}

@media (min-width: 1800px) {
    .ready-solutions__item:nth-child(n) {
        min-height: 485px;
        height: 25.26041666666667vw;
    }

    .ready-solutions__title {
        padding-left: 56px;
        padding-bottom: 68px;
        padding-right: 60px;
    }

    .ready-solutions__title-text::after {
        width: 79px;
        height: 79px;
        background-size: 23px;
        top: calc(50% - -6px);
    }
}

@media (min-width: 2400px) {
    .ready-solutions__title {
        padding-left: 80px;
        padding-bottom: 80px;
        padding-right: 55px;
    }

    .ready-solutions__item:nth-child(n) {
        min-height: 650px;
        height: 25.390625vw;
        border-radius: 10px;
        overflow: hidden;
    }

    .ready-solutions__title-text::after {
        width: 108px;
        height: 108px;
        background-size: 32px;
    }
}

@media (min-width: 2560px) {
    .ready-solutions {
        font-size: 1.015625vw;
    }
}