.solution-page {
    overflow: hidden;
}
.solution-page .main-banner:after {
    background-image: url(../images/solution-bg.svg);
    right: -2.5%;
    bottom:10vw;
    height: 68.4vw;
 }
 .solution-page .main-banner__img {
     padding-top: 55px;
 }
.solutions-page .main-banner:after {
    background-image: url(../images/solutions-bg.svg);
    top: unset;
    right: 0;
    bottom: 0;
    width: calc(100% - 16px);
    max-height: 61.64%;
    height: 61.64%;
    background-size: contain;
    transform: unset;
    background-position: right bottom;
 }

.main-banner__img {
    padding-top: 45px;
}


.count__title {
    margin-bottom: 32px;
}
.count__cards,
 .areas__cards{
    display: flex;
    flex-direction: column;
    gap: 16px;
}
 .areas__card {
    border-radius: 24px;
    border: 1px solid var(--color-light-grey);
    background: #fff;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    cursor: pointer;
 }
 .areas__card ul.list li {
    gap: 12px;
}
 .areas__card ul.list li:not(:last-child) {
     margin-bottom: 10px;
 }
 .areas__icon {
    width: 45px;
    height: 45px;
 }
  .areas__icon svg {
    width: 100%;
    height: 100%;
  }
  .areas__info {
    color: var(--color-second-text);
  }
  .areas__info p,
  .areas__info ul li {
    font-size: 12px;
  }
 .areas__info h4 {
    margin-bottom: 8px;
    transition: all 0.3s;
 }
  .areas__card:hover {
    box-shadow: 0px 8px 32px 0px rgba(21, 33, 81, 0.08);
  }
 .areas__card:hover h4{
    color: var(--color-primary);
 }

.areas__card .areas__img {
    animation: opacityIcon 0.5s ease;
    animation-delay: reverse;
}
.areas__card .areas__img-hover {
    display: none;
}
.areas__card:hover .areas__img-hover{
    display: block;
    animation: opacityIcon 0.5s ease;
}
.areas__card:hover .areas__img {
    display: none;
  }

@media screen and (min-width: 410px) {
.solution-page .main-banner:after {
        right: -2.7%;
        bottom: 12vw;
        height: 70vw;
    }
}

@media screen and (min-width: 560px) {
    .count__cards,
    .areas__cards {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }
    .count__card,
    .areas__card {
        flex-basis: calc(50% - 8px);
    }
}
@media screen and (min-width: 768px) {
    .solution-page .main-banner:after {
        top: 60%;
        max-height: 500px;
        height: 67vw;
        right: -6.5%;
    }
    .solutions-page .main-banner:after {
        width: calc(100% - 40px);
       }

   
    .main-banner__container {
        gap: 50px;
    }
    .main-banner__img {
        padding-top: 0;
        }
  
    .progress__title {
        margin-top: 144px;
    }

    .grid {
        max-width: 685px;
    }
}
@media screen and (min-width: 840px) {
    .solution-page .main-banner:after {
        top: 58%;
        height: 67vw;
        right: 0%;
    }
}
@media screen and (min-width: 940px) {
    .count__cards,
        .areas__cards {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
}
}
@media screen and (min-width: 1024px) {
    .solutions-page .main-banner:after {
        max-height: calc(108% + 30px);
        height: calc(108% + 30px);
        width: calc((((100% - (11 * 20px)) / 12) * 7) + (20px * 6) + 70px);
        top: -8%;
        bottom: unset;
        background-position: top right;
    }

    .solution-page .main-banner:after {
        right: 0;
        bottom: unset;
        top: -7%;
        height: 98%;
        background-image: url(../images/solution-bg-desktop.svg);
        opacity: 0.4;
    }
}
@media screen and (min-width: 1025px) {
    .count__info h5 {
        font-size: 16px;
    }

  
    .count__cards,
    .areas__cards {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }
    .count__title,
    .areas__title {
        width: 66.15%;
        margin: 0 auto 56px auto;
    }
    .cards__title{
        margin-bottom: 56px;
    }
    
    .cards__title + .main-banner__text,
    .count__title + .main-banner__text,
    .areas__title + .main-banner__text {
        margin: -40px auto 32px auto;
    }
    .solutions-page .cards__container {
        grid-template-columns: 1fr 1fr 1fr;
        padding: 0;
    }
  
    .areas__info p,
    .areas__info ul li {
        font-size: 14px;
   }
    .cards__container {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        max-width: 100%;
        margin: 0 auto;
    }
    .progress__title {
        margin-top: 230px;
    }
}

@media screen and (min-width: 1281px) {      
    .count__card,
    .areas__card {
        flex-direction: column;
    }
 
    .areas__info p,
    .areas__info ul li {
        font-size: 16px;
   }
   .areas__icon {
    width: 67px;
    height: 67px;
   }
   .areas__card { 
    gap: 24px;
    padding: 32px;
   }
   .areas__info h4 {
    margin-bottom: 16px;
   }
    .progress__title {
        margin-top: 230px;
    }
}

@keyframes opacityIcon {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}


input[type="checkbox"]:after {
    content: url(../images/checked.svg);
}

.input__block.has-error {
    position: relative;
}

.input__block.has-error .error {
    display: block;
}

.input__block .error {
    display: none;
    position: absolute;
    bottom: -18px;
    color: red;
    font-size: 14px;
}

[name="accept"].has-error {
    border: 2px solid red;
}

@media (max-width: 768px) {
    .input__block .error {
        font-size: 10px;
        bottom: -13px;
    }

    .form__inputs {
        gap: 12px;
    }
}

.product_photo img {
    width: 100%;
}


.product_video .video video {
    width: 100%;
}


.sl-wrapper .sl-close {
    top: 110px !important;
    z-index: 5;
    background-color: #fff;
}