.solutions-page {
    padding-top: 50px;
    padding-bottom: 100px;
}

.solutions-page .wrapper_inner {
    background: none;
}

.solutions-block-wrap {
    position: relative;
    padding: 0 0 50px;
}

.solutions-info {
    margin: 30px 0;
}

.solutions-block-wrap .icon-arrow {
    position: absolute;
    top: 205px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
}

.solutions-block-wrap .icon-arrow .icon {
    width: 57px;
    height: 57px;
    fill: #FFD600;
}

.solutions-block-wrap.animate .icon-arrow {
    transform: translateY(-100px) translateX(-50%);
    transition-delay: .3s;
    transition: .4s;
}

.solutions-block-wrap.animate .sup-title, .solutions-block-wrap.animate h2 {
    transform: translateX(-100%);
    transition: .4s;
}

.solutions-block-wrap.animate .sup-title {
    transition-delay: .2s;
}

.solutions-block-wrap.animate.active .icon-arrow {
    transform: translateY(0) translateX(-50%);
}

.solutions-block-wrap.animate.active .sup-title, .solutions-block-wrap.animate.active h2 {
    transform: translateX(0);
}

.solutions-block {
    position: relative;
    z-index: 5;
}

.solutions-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.solutions-filter__item {
    margin-left: 20px;
    width: 33.33%;
    max-width: 300px;
}

.solutions-filter__item:first-child {
    margin-left: 0;
}

.solutions-filter__item label {
    display: block;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    white-space: nowrap;
    color: #120900;
    margin-bottom: 10px;
}

.solutions-filter__item select {
    border: none;
    border-radius: 5px;
    height: 48px;
    padding: 0 30px 0 15px;
    font-size: 16px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' viewBox='0 0 24 25' fill='none'%3E%3Cpath d='M8 10.5L12 14.5L16 10.5' stroke='%23E94E1A' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") #fafafa right 10px center no-repeat;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    width: 100%;
    color: #000;
    border: 1px #ececec solid;
}

.solutions-filter__item select:disabled {
    cursor: default;
    color: #ccc;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' viewBox='0 0 24 25' fill='none'%3E%3Cpath d='M8 10.5L12 14.5L16 10.5' stroke='%23ccc' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.solutions-loader {
    color: #120900;
    font-weight: 500;
    font-size: 18px;
    margin-top: 50px;
    text-align: center;
}

.solutions-loader img {
    margin-right: 10px;
    height: 20px;
    vertical-align: middle;
}

.solutions-hint {
    color: #120900;
    font-size: 24px;
    line-height: 1.3;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 320px;
    padding-top: 60px;
    font-weight: 500;
}

.solutions-error {
    color: #120900;
    font-size: 24px;
    line-height: 1.5;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 320px;
    display: none;
}

.solutions-error.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.solutions-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -7.5px;
    padding-top: 30px;
}

.solution-card {
    display: none;
    flex-direction: column;
    width: calc(25% - 15px);
    margin: 7.5px;
    position: relative;
    cursor: pointer;
    background: #F9F9FA;
    padding: 12px;
}

@media (hover:hover) {
    .solution-card:hover .head {
        color: #f2722c;
    }
}

.solution-card .image img {
    max-width: 100%;
    object-fit: contain;
}

.solution-card .head {
    padding: 10px;
    margin: 0 !important;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    flex: 1;
    font-weight: 700;
    font-size: 15px;
    line-height: 133%;
    color: #333;
    transition: color .3s;
}

.solution-card .head::first-letter {
    text-transform: uppercase;
}

.solution-card .info {
    display: none;
}

.popup.info.f-html,
.fancybox__content:has(.solution-popup) {
    width: 100%;
    max-width: 760px;
    min-height: auto;
    height: auto;
    padding: 0 !important;
    max-height: initial;
    background: #fff;
}

.fancybox__container {
    --fancybox-bg: rgba(0, 0, 0, 0.85);
}

.solution-popup {
    padding: 40px !important;
    max-width: 760px;
}

.solution-popup__title {
    font-size: 30px !important;
    margin: 0 0 40px !important;
    color: #000;
    font-weight: bold;
    line-height: 1.2;
}

.solution-popup__image {
    position: relative;
    margin-left: -40px;
}

.solution-popup__image img {
    display: block;
}

.solution-popup__cover {
    width: 50%;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 600px;
    margin: 0;
}

.solution-popup__pie {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    margin: 0;
    margin-top: -100px;
    width: 520px;
    height: 520px;
    -o-object-fit: contain;
    object-fit: contain;
    max-width: 100%;
}

.solution-popup__text {
    display: flex;
    justify-content: space-between;
}

.solution-popup__descr {
    font-size: 12px;
    line-height: 1.5;
    width: calc(50% - 40px);
    padding-top: 20px;
    letter-spacing: -0.5px;
}

.solution-popup__list {
    width: calc(50% - 40px);
    margin-top: -180px;
}

.solution-popup__list ol {
    list-style-type: none;
    counter-reset: num;
    margin: 0;
    padding: 0 0 0 28px !important;
    font-size: 14px;
}

.solution-popup__list ol li {
    position: relative;
    margin: 6px 0 0 0;
    padding: 0;
}

.solution-popup__list ol li:before {
    content: counter(num);
    counter-increment: num;
    position: absolute;
    top: 2px;
    left: -28px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #000;
    color: #fff;
    font-size: 12px;
}

.solution-popup__list ol li a {
    color: #f2722c;
    text-decoration: none;
}

.solution-popup__list ol li a:hover {
    text-decoration: underline;
}

@media (max-width: 1200px) {
    .solution-card {
        width: calc(33.33% - 15px);
    }

    .solutions-hint {
        padding: 40px;
    }
}

@media (max-width: 991px) {
    .solutions-filter {
        display: grid;
        gap: 30px 20px;
        grid-template-columns: 1fr 1fr;
    }

    .solutions-filter__item {
        margin: 0;
        width: 100%;
        max-width: 100%;
    }

    .solution-card {
        width: calc(50% - 15px);
    }
}

@media (max-width: 767px) {
    .solutions-page {
        padding-top: 20px;
        padding-bottom: 50px;
    }

    .solutions-filter {
        grid-template-columns: 1fr;
    }

    .solutions-hint {
        min-height: 200px;
    }

    .solution-popup {
        padding: 20px !important;
    }

    .solution-popup__title {
        font-size: 18px !important;
        margin: 0 !important;
    }

    .solution-popup__image {
        margin: 20px -20px 0 -20px;
    }

    .solution-popup__cover {
        width: 100%;
        height: 300px;
        margin-bottom: 80px;
    }

    .solution-popup__pie {
        transform: none;
        width: 100%;
        height: auto;
    }

    .solution-popup__text {
        flex-wrap: wrap;
        margin-top: 170px;
        margin-top: 100px;
    }

    .solution-popup__descr {
        width: calc(100% + 40px);
        background: #eee;
        font-size: 14px;
        padding: 20px;
        margin: 30px -20px -20px;
        letter-spacing: 0;
        display: none;
    }

    .solution-popup__list {
        width: 100%;
        margin: 0;
        order: -1;
    }
}

@media (max-width: 568px) {
    .solution-card {
        width: calc(100% - 15px);
    }

    .solutions-hint {
        font-size: 18px;
    }

    .solutions-error {
        font-size: 18px;
    }
}
