#main .main {
    padding-bottom: 0;
}

.main .content-md {
    padding: 0;
}

.solutions>section {
    padding: 48px 0;
}

@media (max-width: 800px) {
    .solutions>section {
        padding: 24px 0;
    }
}

.solutions .bg-blue {
    background-color: #ECF7FF;
}

.solutions .solutionsIntro {
    background-position: calc(50% + 430px), center;
    background-repeat: no-repeat;
    padding: 104px 0;
}

.solutionsIntro .solutionsIntro__container {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.solutionsIntro .title {
    font-family: Montserrat;
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: 52px;
    color: #000;
    width: 630px;
    max-width: 100%;
}

.solutionsIntro .description {
    font-family: Roboto;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    width: 630px;
    max-width: 100%;
}

@media (max-width: 1380px) {
    .solutions .solutionsIntro {
        background-size: 50%;
        padding: 64px 0;
    }
}

@media (max-width: 800px) {
    .solutions .solutionsIntro {
        padding: 16px 0;
        padding-bottom: 236px;
        background-position: center bottom;
        background-size: auto 260px;
    }

    .solutionsIntro .title {
        font-size: 24px;

        line-height: 36px;
    }

    .solutionsIntro .description {
        font-size: 17px;

        line-height: 24px;
    }
}

.solutionsClients .title {
    font-family: Montserrat;
    color: #202020;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
}

.solutionsClients .clients {
    display: flex;
    justify-content: space-between;
    gap: 32px;
    margin-top: 32px;
}

.solutionsClients .client {
    width: 25%;
    border-radius: 8px;
    border: 2px solid #D3E5FF;
    background: #ECF7FF;
    padding: 24px 24px 32px 24px;
}

.solutionsClients .client .icon {}

.solutionsClients .client .title {
    color: #0F479C;
    font-family: Roboto;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin-top: 16px;
}

.solutionsClients .client ul {
    margin-top: 8px;
}

.solutionsClients .client li {}

@media (max-width: 1200px) {
    .solutionsClients .clients {
        flex-wrap: wrap;
    }

    .solutionsClients .client {
        width: calc(50% - 16px);
    }
}

@media (max-width: 800px) {
    .solutionsClients .clients {
        gap: 16px;
        margin-top: 16px;
    }

    .solutionsClients .client {
        width: 100%;
    }
}

.solutionsOpportunities {}

.solutionsOpportunities .title {
    font-family: Montserrat;
    color: #202020;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
}

.solutionsOpportunities .opportunities {
    display: flex;
    justify-content: space-between;
    gap: 42px;
    margin-top: 32px;
}

.solutionsOpportunities .opportunity {
    padding: 24px 24px 32px 24px;
    border-radius: 8px;
    border: 2px solid #D3E5FF;
    background: #FFF;
    width: 33%;
}

.solutionsOpportunities .opportunity .icon {}

.solutionsOpportunities .opportunity .title {
    color: #0F479C;
    font-family: Roboto;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin-top: 16px;
}

.solutionsOpportunities .opportunity ul {
    margin-top: 8px;
}

.solutionsOpportunities .opportunity li {}

@media (max-width: 1200px) {
    .solutionsOpportunities .opportunities {
        flex-wrap: wrap;
    }

    .solutionsOpportunities .opportunity {
        width: 100%;
    }
}

@media (max-width: 800px) {
    .solutionsOpportunities .opportunities {
        gap: 16px;
        margin-top: 16px;
    }
}

.solutionsImplemented {
    background-repeat: no-repeat;
    background-position: calc(50% - 350px) 48px;
}

.solutionsImplemented .slider {}

.solutionsImplemented .sliderItem {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 32px;
}

.solutionsImplemented .info {
    max-width: 600px;
    color: #000;
}

.solutionsImplemented .info__title {
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
}

.solutionsImplemented .info__description {
    font-family: Roboto;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-top: 24px;
}

.solutionsImplemented .content {
    border-radius: 8px;
    background: #D3E5FF;
    padding: 24px;
    background-color: #D3E5FF;
}

.solutionsImplemented .content__img {
    max-width: 100%;
}

.solutionsImplemented .content__title {
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    color: #0F479C;
    margin-top: 16px
}

.solutionsImplemented .content__info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 12px;
    font-family: Roboto;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.solutionsImplemented .content__description {
    color: #202020;
}

.solutionsImplemented .content__link {
    text-decoration-line: underline;
    color: #0F479C;
}

@media (max-width: 1200px) {
    .solutionsImplemented .info {
        max-width: 360px;
    }
}

@media (max-width: 800px) {
    .solutionsImplemented {
        background-position: center;
    }

    .solutionsImplemented .info {
        max-width: initial;
    }

    .solutionsImplemented .sliderItem {
        flex-direction: column;
        gap: 24px;
    }
}

.solutionsForm {}

.solutionsForm .solutionsForm__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.solutionsForm .info {
    max-width: 460px;
    color: #202020;
}

.solutionsForm .info .title {
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
}

.solutionsForm .info .description {
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 48px;
}

.solutionsForm .info p {
    margin: 0;
}

.solutionsForm .form {}

.solutionsForm .form .form__top {
    display: flex;
    justify-content: space-between;
    gap: 54px;
}

.solutionsForm .form .form__container {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.solutionsForm .form .input_container {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.solutionsForm .form .input_container label {
    font-family: Roboto;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color: #202020;
}

.solutionsForm .form .input_container input,
.solutionsForm .form .input_container textarea {
    padding: 11px 12px;
    font-family: Roboto;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color: #202020;
    border-radius: 4px;
    border: 1px solid #ADB4CB;
    background: #FFF;
    width: 450px;
    max-width: 100%;
}

.solutionsForm .form .input_container textarea {
    height: 240px;
    overflow-y: auto;
}

.solutionsForm .form .input_container input::placeholder,
.solutionsForm .form .input_container textarea::placeholder {
    color: #ADB4CB;
}

.solutionsForm .form .input_container span {
    visibility: hidden;
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    color: #E41D10;
}

.solutionsForm .form .input_container input:invalid+span {
    visibility: visible;
}

.solutionsForm .form .form__bottom {
    margin-top: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.solutionsForm .form .checkbox__container {
    width: 450px;
    transition: 0.5s;
}

.solutionsForm .form .checkbox__container.no-validate {
    transform: scale3d(1.08, 1.08, 1.08);
}

.solutionsForm .form .checkbox__container input {
    display: none;
}

.solutionsForm .form .checkbox__container label {
    display: flex;
    align-items: center;
    gap: 12px;
}

.solutionsForm .form .checkbox__container label .checkbox {
    content: '';
    display: block;
    width: 24px;
    min-width: 24px;
    height: 24px;
    border: 2px solid #ADB4CB;
    border-radius: 2px;
    background-color: #fff;
    box-sizing: border-box;
    cursor: pointer;
    padding: 0;
    margin: 0;
    position: relative;
}

.solutionsForm .form .checkbox__container input:checked+label .checkbox {
    border: 0;
    background-color: #A6CE39;
}

.solutionsForm .form .checkbox__container input:checked+label .checkbox::before {
    transform: rotate(45deg);
    width: 5px;
    height: 10px;
    display: block;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    content: "";
    box-sizing: content-box;
    position: absolute;
    left: 8px;
    top: 4px;
}

.solutionsForm .form .btn {
    width: 450px;
    max-width: 100%;
}

@media (max-width: 1380px) {
    .solutionsForm .solutionsForm__container {
        flex-direction: column;
        gap: 32px;
    }

    .solutionsForm .info {
        max-width: initial;
    }

    .solutionsForm .info .description {
        flex-direction: row;
        margin-top: 24px;
    }

    .solutionsForm .form .form__top {
        flex-wrap: wrap;
        gap: 16px;
    }

    .solutionsForm .form .form__bottom {
        flex-wrap: wrap;
        gap: 16px;
    }
}

@media (max-width: 800px) {
    .solutionsForm .solutionsForm__container {
        align-items: flex-start;
    }

    .solutionsForm .info .description {
        flex-direction: column;
    }

    .solutionsForm .form .form__container,
    .solutionsForm .form .input_container input,
    .solutionsForm .form .input_container textarea,
    .solutionsForm .form .checkbox__container,
    .solutionsForm .form .btn {
        width: 100%;
    }
}