.sso-page .header {
    background: linear-gradient(180deg, #2c6da7 0%, #62a6e2 100%);
    border-radius: 24px;
}
.sso-page .top-banner__inner.product-page {
    background: #fff;
}
.sso-page .top-banner__title, .sso-page .top-banner__info p {
    color: #142553
}
.sso-page .top-banner__info p {
    max-width: 471px;
}
.sso-page .top-banner__img-scheme1::before, .sso-page .top-banner__img-scheme1::after {
    display: none;
}
.sso-page .protection__img {
    box-shadow: none;
    max-width: 262px;
}
.sso-page .protection__info {
    max-width: 628px;
}
.sso-page .protection .title h2{
    background: none;
    background-clip: border-box;
    -webkit-background-clip: border-box;
    -webkit-text-fill-color: #142553;
    color: #142553;
}
.sso-page .protection__container {
    max-width: 945px;
    gap: 55px;
}
.sso-page .why-us__item:first-child {
    grid-row: auto;
}
.sso-page .why-us__item:first-child .item-why-us__text, .sso-page .why-us__item:first-child .item-why-us__name {
    max-width: 400px;
}
.sso-page .why-us__item .item-why-us__text {
    max-width: 445px;
}
.sso-page .why-us__item .item-why-us__text p:not(:last-child) {
    margin-bottom: 25px;
}
.sso-page .why-us__item:last-child {
    grid-column: span 2;
}
.sso {

}

.sso__container {

}

.sso__items {
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.sso__item {
    flex: 1 1 calc(50% - 30px);
    max-width: calc(50% - 15px);
    background: #579AD7;
    border-radius: 24px;
    display: flex;
    flex-direction: column;
}
.sso__item:last-child {
    flex: 1 1 100%;
    max-width: 100%;
}

.sso__top {
    display: flex;
    gap: 15px;
    align-items: center;
    padding: 16px 24px;
    position: relative;
}

.sso__top::before {
    content: "";
    background-image: url(../img/11.svg);
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: right;
    top: -14px;
}

.sso__img {
    border: 1px solid rgba(22, 81, 112, 0.03);
    border-radius: 8px;
    padding: 8px;
    box-shadow: 0 0 0 1px rgba(9, 53, 72, 0.04), 0 1px 2px 0 rgba(9, 38, 72, 0.04), 0 4px 10px 0 rgba(7, 102, 143, 0.04), 0 8px 12px 0 rgba(7, 110, 143, 0.02);
    background: #fff;
}

.sso__name {
    font-weight: 800;
    font-size: 20px;
    line-height: 125%;
    letter-spacing: -0.04em;
    color: #fff;
}

.sso__list {
    border: 3px solid #579AD7;
    border-radius: 16px;
    padding: 24px 24px 24px 34px;
    background: #fff;
    flex: 1;
    overflow: hidden;
}

.sso__list ul li {
    font-size: 17px;
    line-height: 130%;
    letter-spacing: 0.01em;
    color: #142553;
    padding-left: 45px;
    position: relative;
}
.sso__list ul li::before {
    content: "";
    width: 16px;
    height: 19px;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../img/12.svg);
    background-repeat: no-repeat;
    background-size: 100%;
}
.sso__list ul li:not(:last-child) {
    margin-bottom: 20px;
}
.sso__item:last-child .sso__list ul {
    max-width: 75%;
}
.sso__item:last-child .sso__list {
    position: relative;
}
.sso__item:last-child .sso__list::before {
    content: "";
    position: absolute;
    top: 26px;
    right: 0;
    background-image: url(../img/13.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 258px;
    height: 258px;
}
.sso-page .info-block {
    margin-bottom: 100px;
    display: block;
}
.sso-page .info-block__content {
    background: linear-gradient(180deg, #2c6da7 0%, #62a6e2 100%);
    padding-top: 60px;
    padding-bottom: 60px;
}
.sso-page .info-block__content::before {
    background-image: url(../img/14.png);
    opacity: 1;
}
.sso-page .info-block .title__block {
    background: linear-gradient(90deg, rgba(243, 251, 255, 0.12) 0%, rgba(243, 251, 255, 0.12) 100%);
    border-color: rgba(214, 244, 254, 0.2);
    color: #fff;
}
.sso-page .info-block .title__block span:first-child svg {
    stroke: #fff;
}
.sso-page .info-block .title h2 {
    background: none;
    background-clip: border-box;
    -webkit-background-clip: border-box;
    -webkit-text-fill-color: #fff;
    color: #fff;
    max-width: 74%;
}
.work-sso {
    margin-bottom: 50px;
}
.work-sso__container {

}

.work-sso__items {
    max-width: 937px;
    display: flex;
    gap: 32px;
    margin: 0 auto;
}

.work-sso__list, .work-sso__text {
    flex: 1 1 calc(50% - 32px);
}
.work-sso__list ol {
    counter-reset: list-counter;
    list-style: none;
    margin: 0;
}
.work-sso__list ol li {
    counter-increment: list-counter;
    position: relative;
    padding-left: 77px;
    font-size: 17px;
    line-height: 130%;
    letter-spacing: 0.01em;
    padding-top: 8px;
}
.work-sso__list ol li:not(:last-child) {
    margin-bottom: 40px;
}
.work-sso__list ol li:not(:last-child)::after {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='2' height='54' viewBox='0 0 2 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 0V54' stroke='url(%23paint0_linear_3887_41492)' stroke-width='2'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_3887_41492' x1='1.5' y1='54' x2='1.5' y2='0' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%232C6DA7'/%3E%3Cstop offset='1' stop-color='%2362A6E2'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 2px;
    position: absolute;
    bottom: -60px;
    left: 30px;
}
.work-sso__list ol li::before {
    content: counter(list-counter);
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 60px;
    color: #fff;
    border: 1.25px solid rgba(22, 81, 112, 0.03);
    border-radius: 10px;
    box-shadow: 0 0 0 1px rgba(9, 53, 72, 0.04), 0 1px 3px 0 rgba(9, 38, 72, 0.04), 0 5px 13px 0 rgba(7, 102, 143, 0.04), 0 10px 15px 0 rgba(7, 110, 143, 0.02);
    background: linear-gradient(180deg, #2c6da7 0%, #62a6e2 100%);
    font-weight: 800;
    font-size: 24px;
    line-height: 130%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.work-sso__text {
    font-size: 17px;
    line-height: 130%;
    letter-spacing: 0.01em;
    color: #142553;
    padding-left: 24px;
    border-left: 2px solid #579AD7;
}
.work-sso__text a {
    color: #4589C7;
}
.work-sso__text p:not(:last-child) {
    margin-bottom: 15px;
}
.sso-page .why-us {
    padding-top: 50px;
}
.sso-page .sso-button, .sso-page a.sso-button {
    border: 1px solid #579AD7;
    border-color: #579AD7;
    border-radius: 8px;
    padding: 12px 24px;
    background: #ECF5FB;
    font-weight: 600;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #579AD7;
    max-width: fit-content;
    height: 50px;
    transition: all .5s;
}
.sso-page .top-banner__inner .sso-button, .sso-page .top-banner__inner a.sso-button {
    background: #579AD7;
    color: #fff;
}
@media (any-hover: hover) {
    .sso-page .sso-button:hover, .sso-page a.sso-button:hover {
        background: #579ad7;
        color: #fff;
        border-color: #fff;
    }
    .sso-page .top-banner__inner .sso-button:hover, .sso-page .top-banner__inner a.sso-button:hover {
        color: #fff;
        border-color: #75b8f5;
        background: #75b8f5;
    }
}


@media (max-width: 1300.98px) {
    .sso-page .why-us__item .item-why-us__text {
        max-width: 403px;
    }
    .sso-page .protection__container {
        gap: 24px;
        max-width: 580px;
    }
}
@media (max-width: 1050.98px) {
    .sso__item:last-child .sso__list::before {
        display: none;
    }
    .sso__item:last-child .sso__list ul {
        max-width: 100%;
    }
}
@media (max-width: 991.98px) {
    .sso-page .product-page .top-banner__img {
        -webkit-transform: translate(15px, 50px);
        -ms-transform: translate(15px,50px);
        transform: translate(15px, 50px);
    }
    .sso-page .info-block .title h2 {
        max-width: 90%;
    }
    .sso-page .info-block__content::before {
        background-position: left;
    }
    .sso__items {
        margin-bottom: 20px;
    }
    .work-sso__items {
        max-width: 582px;
        gap: 45px;
        flex-direction: column;
    }
    .work-sso__list, .work-sso__text {
        flex: 1 1 100%;
    }
    .sso-page .info-block, .sso-page .protection {
        margin-bottom: 80px;
    }
    .sso-page .product-page .top-banner__img-scheme1{
        scale: 1.2;
    }
}
@media (max-width: 767.98px) {
    .sso-page .top-banner__inner .sso-button, .sso-page .top-banner__inner a.sso-button{
        margin: 14px auto 0;
        width: 100%;
        max-width: 313px;
    }
    .sso-page .why-us__item:last-child {
        grid-column: auto;
    }
    .sso-page .why-us__item:first-child .item-why-us__bg, .sso-page .why-us__item:last-child .item-why-us__bg {
    -webkit-transform: translate(0, 32px);
        -ms-transform: translate(0, 32px);
        transform: translate(0, 32px);
    }
    .sso-page .why-us__item:last-child .item-why-us__bg {
        position: static;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .sso__item {
        flex: 1 1 100%;
        max-width: 100%;
    }
    .sso-page .protection__info {
        max-width: 100%;
        align-items: center;
    }
    .sso-page .product-page .top-banner__img {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0,0);
        transform: translate(0, 0);
        margin-bottom: 0;
    }
    .sso-page .info-block, .sso-page .protection {
        margin-bottom: 50px;
    }
    .work-sso__items {
        gap: 25px;
    }
    .work-sso {
        margin-bottom: 0;
    }
    .sso__items {
        margin-bottom: 24px;
    }
}
@media (max-width: 360.98px) {
    .sso__list {
        padding: 24px;
    }
    .sso__list ul li {
        font-size: 15px;
        padding-left: 25px;
    }
}