

/* Start:/include/2024/support_and_other_services/migration_kosmos/style.css?174471197137866*/
.intec-content{
    max-width: 1240px !important;
}
.adaptive-container{
    padding: 0 20px !important;
}

.form-feedback-order-2023{
    background-color: #ffffff !important;
}
.form-feedback-order-2023 .header_grey::before{
    background-color: #F3F3F3 !important;
}
.form-feedback-order-2023::before{
    z-index: 0 !important;
}
.form-feedback-order-2023 .adaptive-container{
    position: relative;
    z-index: 1;
}

@keyframes show {
    0%{ opacity: 0 }
    100%{ opacity: 1}
}

/* ADVANTAGES */
.widget-advantages{
    position: relative;
    overflow: hidden;
    padding: 56px 0 118px;
    background-color: #212429;
}
.widget-advantages .widget-items{
    display: flex;
    flex-wrap: wrap;
    gap: 40px 30px;
}
.widget-advantages .widget-item{
    max-width: calc(25% - 22.5px);
    flex: 0 0 calc(25% - 22.5px);
}
.widget-advantages .widget-item-title{
    font-size: 20px;
    font-weight: 600;
    line-height: 135%;
    color: #ffffff;
}
.widget-advantages .widget-item-description{
    font-size: 18px;
    font-weight: 400;
    line-height: 139%;
    color: #ffffff;
    margin-top: 12px;
    text-wrap: balance;
}
@media all and (max-width: 1200px) {
    .widget-advantages .widget-item{
        max-width: calc(50% - 15px);
        flex: 0 0 calc(50% - 15px);
    }
}
@media all and (max-width: 1000px) {
    .widget-advantages{
        padding: 40px 0 80px;
    }
}
@media all and (max-width: 600px) {
    .widget-advantages{
        padding: 0 0 49px;
    }
    .widget-advantages .widget-items{
        gap: 41px 30px;
    }
    .widget-advantages .widget-item {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .widget-advantages .widget-item-description{
        line-height: 138%;
        margin-top: 13px;
    }
}

/* ADVANTAGES 1 */
.widget-advantages-1{
    position: relative;
    overflow: hidden;
    padding: 134px 0 62px;
}
.widget-advantages-1 .widget-header .widget-title{
    font-size: 42px;
    font-weight: 400;
    line-height: 130%;
    color: #151515;
    text-transform: uppercase;
}
.widget-advantages-1 .widget-header .widget-title b{
    font-size: 60px;
    font-weight: 700;
    color: #151515;
}
.widget-advantages-1 .widget-content{
    margin-top: 72px;
}
.widget-advantages-1 .widget-items{
    display: flex;
    flex-wrap: wrap;
    gap: 34px;
}
.widget-advantages-1 .widget-item{
    max-width: calc(33.3333% - 22.6666px);
    flex: 0 0 calc(33.3333% - 22.6666px);
}
.widget-advantages-1 .widget-item-icon{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F3F3F3;
    aspect-ratio: 16 / 9.753;
    overflow: hidden;
    border-radius: 4px;
}
.widget-advantages-1 .widget-item-icon svg{
    height: calc(100% - 40px);
}
.widget-advantages-1 .widget-item-title{
    font-size: 23px;
    font-weight: 400;
    line-height: 135%;
    color: #000000;
    text-align: center;
    text-transform: uppercase;
}
.widget-advantages-1 .widget-item-icon + .widget-item-title{
    margin-top: 40px;
}
@media all and (max-width: 1200px) {
    .widget-advantages-1 .widget-header .widget-title{
        font-size: 36px;
    }
    .widget-advantages-1 .widget-header .widget-title b{
        font-size: 54px;
    }
    .widget-advantages-1 .widget-content {
        margin-top: 54px;
    }
    .widget-advantages-1 .widget-items{
        gap: 20px;
    }
    .widget-advantages-1 .widget-item{
        max-width: calc(33.3333% - 13.3333px);
        flex: 0 0 calc(33.3333% - 13.3333px);
    }
    .widget-advantages-1 .widget-item-title{
        font-size: 20px;
    }
}
@media all and (max-width: 1000px) {
    .widget-advantages-1{
        padding: 100px 0 50px;
    }
    .widget-advantages-1 .widget-header .widget-title b {
        font-size: 44px;
    }
    .widget-advantages-1 .widget-items{
        gap: 30px;
    }
    .widget-advantages-1 .widget-item{
        max-width: calc(50% - 15px);
        flex: 0 0 calc(50% - 15px);
    }
    .widget-advantages-1 .widget-item-icon + .widget-item-title {
        margin-top: 26px;
    }
}
@media all and (max-width: 600px) {
    .widget-advantages-1{
        padding: 66px 0 35px;
    }
    .widget-advantages-1 .widget-header .widget-title{
        font-size: 24px;
        line-height: 138%;
        width: calc(100% + 10px);
    }
    .widget-advantages-1 .widget-header .widget-title b {
        font-size: 32px;
    }
    .widget-advantages-1 .widget-content {
        margin-top: 24px;
    }
    .widget-advantages-1 .widget-items{
        gap: 15px;
    }
    .widget-advantages-1 .widget-item{
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 24px;
        max-width: 100%;
        flex: 0 0 100%;
        background-color: #F3F3F3;
        padding: 18px 23px;
        min-height: 102px;
    }
    .widget-advantages-1 .widget-item-icon{
        aspect-ratio: auto;
        background-color: transparent;
        justify-content: flex-end;
        order: 2;
        flex: 0 0 70px;
    }
    .widget-advantages-1 .widget-item-icon svg{
        width: auto;
        height: 40px;
    }
    .widget-advantages-1 .widget-item-title{
        font-size: 16px;
        text-align: left;
        order: 1;
    }
    .widget-advantages-1 .widget-item-icon + .widget-item-title{
        margin-top: 0;
    }
    .widget-advantages-1 .widget-item-title br{
        display: none;
    }
}

/* ADVANTAGES 2 */
.widget-advantages-2{
    position: relative;
    overflow: hidden;
    padding: 64px 0 137px;
}
.widget-advantages-2 .widget-header .widget-title{
    font-size: 42px;
    font-weight: 400;
    line-height: 130%;
    color: #151515;
    text-transform: uppercase;
    text-align: center;
}
.widget-advantages-2 .widget-header .widget-title b{
    font-size: 60px;
    font-weight: 700;
    color: #151515;
}
.widget-advantages-2 .widget-header .widget-description{
    font-size: 22px;
    font-weight: 400;
    line-height: 118%;
    color: #696969;
    text-align: center;
    margin-top: 26px;
}
.widget-advantages-2 .widget-content{
    margin-top: 66px;
}
.widget-advantages-2 .widget-picture{
    display: flex;
    overflow: hidden;
    border-radius: 4px;
}
.widget-advantages-2 .widget-picture img{
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: contain;
}
.widget-advantages-2 .widget-items{
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
}
.widget-advantages-2 .widget-picture + .widget-items{
    margin-top: 65px;
}
.widget-advantages-2 .widget-item{
    max-width: calc(33.3333% - 21.3333px);
    flex: 0 0 calc(33.3333% - 21.3333px);
    background-color: #F3F3F3;
    border-radius: 4px;
    overflow: hidden;
    padding: 33px 40px;
}
.widget-advantages-2 .widget-item-icon{
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background-color: #FFFFFF;
    border-radius: 50%;
    width: 75px;
    height: 75px;
}
.widget-advantages-2 .widget-item-icon svg{
    height: calc(100% - 30px);
}
.widget-advantages-2 .widget-item-title{
    font-size: 20px;
    font-weight: 700;
    line-height: 139%;
    color: #000000;
    text-transform: uppercase;
}
.widget-advantages-2 .widget-item-icon + .widget-item-title{
    margin-top: 34px;
}
.widget-advantages-2 .widget-item-description{
    font-size: 20px;
    font-weight: 400;
    line-height: 136%;
    color: #000000;
    margin-top: 8px;
    text-wrap: balance;
}
@media all and (max-width: 1200px) {
    .widget-advantages-2 .widget-header .widget-title{
        font-size: 36px;
    }
    .widget-advantages-2 .widget-header .widget-title b{
        font-size: 54px;
    }
    .widget-advantages-2 .widget-content {
        margin-top: 54px;
    }
    .widget-advantages-2 .widget-item {
        max-width: calc(50% - 16px);
        flex: 0 0 calc(50% - 16px);
    }
}
@media all and (max-width: 1000px) {
    .widget-advantages-2{
        padding: 100px 0 100px;
    }
    .widget-advantages-2 .widget-header .widget-title b {
        font-size: 44px;
    }
    .widget-advantages-2 .widget-header .widget-description br{
        display: none;
    }
    .widget-advantages-2 .widget-items{
        gap: 30px;
    }
    .widget-advantages-2 .widget-item {
        max-width: calc(50% - 15px);
        flex: 0 0 calc(50% - 15px);
        padding: 30px;
    }
    .widget-advantages-2 .widget-item-icon{
        width: 54px;
        height: 54px;
    }
    .widget-advantages-2 .widget-item-title{
        font-size: 18px;
    }
    .widget-advantages-2 .widget-item-icon + .widget-item-title {
        margin-top: 24px;
    }
    .widget-advantages-2 .widget-item-description{
        font-size: 18px;
    }
}
@media all and (max-width: 600px) {
    .widget-advantages-2{
        padding: 35px 0 68px;
    }
    .widget-advantages-2 .widget-header .widget-title{
        font-size: 26px;
    }
    .widget-advantages-2 .widget-header .widget-title b {
        font-size: 32px;
    }
    .widget-advantages-2 .widget-header .widget-description{
        font-size: 18px;
        margin-top: 14px;
        line-height: 122%;
    }
    .widget-advantages-2 .widget-picture{
        width: calc(100% + 40px);
        margin: 0 -20px;
        border-radius: 0;
    }
    .widget-advantages-2 .widget-content {
        margin-top: 30px;
    }
    .widget-advantages-2 .widget-picture + .widget-items {
        margin-top: 30px;
    }
    .widget-advantages-2 .widget-items {
        gap: 15px;
    }
    .widget-advantages-2 .widget-item {
        max-width: 100%;
        flex: 0 0 100%;
        padding: 16px 25px;
    }
    .widget-advantages-2 .widget-item-description{
        margin-top: 4px;
        line-height: 138%;
    }
    .widget-advantages-2 .widget-item-icon{
        width: 42px;
        height: 42px;
    }
    .widget-advantages-2 .widget-item-icon svg {
        height: calc(100% - 20px);
    }
    .widget-advantages-2 .widget-item-icon + .widget-item-title {
        margin-top: 11px;
    }
    .widget-advantages-2 .widget-item-title{
        text-wrap: balance;
    }
}

/* EXAMOLES */
.widget-examples{
    position: relative;
    overflow: hidden;
    padding: 150px 0;
    background-color: #151515;
}
.widget-examples .widget-header .widget-title{
    font-size: 42px;
    font-weight: 400;
    line-height: 140%;
    color: #ffffff;
    text-transform: uppercase;
}
.widget-examples .widget-header .widget-title b{
    font-size: 60px;
    font-weight: 700;
}
.widget-examples .widget-content{
    margin-top: 60px;
}
.widget-examples .widget-items{
    display: flex;
    flex-wrap: wrap;
    gap: 70px;
}
.widget-examples .widget-item{
    display: block;
    max-width: calc(50% - 35px);
    flex: 0 0 calc(50% - 35px);
    text-decoration: none;
}
.widget-examples .widget-item-picture{
    position: relative;
    display: flex;
    padding: 16px;
    border: 1px solid #737373;
    border-radius: 20px;
    overflow: hidden;
    user-select: none;

    transition: border-color .2s ease-out;
}
.widget-examples .widget-item:hover .widget-item-picture,
.widget-examples .widget-item:focus .widget-item-picture{
    border-color: #CB1B4C;
}
.widget-examples .widget-item-picture img{
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
    border-radius: 4px;
    aspect-ratio: 16 / 10.0641;
}
.widget-examples .widget-item-link-text{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000000B2;
    pointer-events: none;
    font-size: 22px;
    font-weight: 500;
    line-height: 130%;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    opacity: 0;

    transition: opacity .2s ease-out;
}
.widget-examples .widget-item:hover .widget-item-link-text,
.widget-examples .widget-item:focus .widget-item-link-text{
    opacity: 1;
}
.widget-examples .widget-item-picture + .widget-item-title{
    margin-top: 27px;
}
.widget-examples .widget-item-title{
    font-size: 20px;
    font-weight: 400;
    line-height: 136%;
    color: #ffffff;
    text-wrap: balance;
}
.widget-examples .widget-item-title b{
    text-transform: uppercase;
}
@media all and (max-width: 1200px) {
    .widget-examples .widget-header .widget-title{
        font-size: 32px;
    }
    .widget-examples .widget-header .widget-title b{
        font-size: 54px;
    }
    .widget-examples .widget-content {
        margin-top: 54px;
    }
    .widget-examples .widget-items{
        gap: 30px;
    }
    .widget-examples .widget-item{
        max-width: calc(50% - 15px);
        flex: 0 0 calc(50% - 15px);
    }
}
@media all and (max-width: 1000px) {
    .widget-examples{
        padding: 100px 0 100px;
    }
    .widget-examples .widget-header .widget-title {
        font-size: 28px;
    }
    .widget-examples .widget-header .widget-title b {
        font-size: 44px;
    }
    .widget-examples .widget-item-title{
        font-size: 18px;
    }
    .widget-examples .widget-item-link-text{
        font-size: 18px;
    }
}
@media all and (max-width: 600px) {
    .widget-examples{
        padding: 83px 0 102px;
    }
    .widget-examples .widget-header .widget-title{
        font-size: 24px;
        line-height: 124%;
        text-wrap: balance;
    }
    .widget-examples .widget-header .widget-title b {
        display: block;
        font-size: 32px;
        margin-bottom: 10px;
    }
    .widget-examples .widget-header .widget-title br{
        display: none;
    }
    .widget-examples .widget-content{
        margin-top: 38px;
    }
    .widget-examples .widget-items{
        gap: 51px;
    }
    .widget-examples .widget-item{
        max-width: 100%;
        flex: 0 0 100%;
    }
    .widget-examples .widget-item-picture + .widget-item-title {
        margin-top: 18px;
    }
    .widget-examples .widget-item-picture{
        padding: 12px;
        border-radius: 10px;
    }
    .widget-examples .widget-item-picture img{
        border-radius: 2px;
        aspect-ratio: 16 / 10.3;
    }
}

/* STEPS */
.widget-steps{
    position: relative;
    overflow: hidden;
    padding: 147px 0 142px;
    background-color: #F3F3F3;
}
.widget-steps .widget-header .widget-title{
    font-size: 42px;
    font-weight: 400;
    line-height: 136%;
    color: #151515;
    text-transform: uppercase;
    text-align: center;
}
.widget-steps .widget-header .widget-title b{
    font-size: 60px;
    font-weight: 700;
    color: #151515;
}
.widget-steps .widget-content{
    margin-top: 77px;
}
.widget-steps .widget-items{}
.widget-steps .widget-item{
    border-bottom: 1px solid #989494;
}
.widget-steps .widget-item-header{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 30px;
    padding-top: 40px;
    padding-bottom: 18px;
    cursor: pointer;
}
.widget-steps .widget-item:first-child .widget-item-header{
    padding-top: 0;
}
.widget-steps .widget-item-title{
    font-size: 24px;
    font-weight: 700;
    line-height: 130%;
    color: #151515;
    text-transform: uppercase;
}
.widget-steps .widget-item-icon{
    display: flex;
    width: 18px;
    height: 18px;
    transform: translateY(-6px);

    transition: transform .4s ease-out;
}
.widget-steps .widget-item.open .widget-item-icon{
    transform: translateY(-6px) rotateZ(-90deg);
    transform-origin: center;
}
.widget-steps .widget-item-icon svg{
    height: auto;
}
.widget-steps .widget-item-icon svg path{
    transition: stroke .4s ease-out;
}
.widget-steps .widget-item.open .widget-item-icon svg path{
    stroke: #CB1B4C;
}
.widget-steps .widget-item-content{
    cursor: default;
    display: none;
}
.widget-steps .widget-item-description{
    font-size: 20px;
    font-weight: 400;
    line-height: 130%;
    color: #323232;
    margin: 13px 0 40px;
}
.widget-steps .widget-item-description p{
    margin-bottom: 28px;
}
.widget-steps .widget-item-description b{
    font-weight: 600;
}
.widget-steps .widget-item-description ol {
    counter-reset: num;
    list-style: none;
}
.widget-steps .widget-item-description ol li {
    display: flex;
    position: relative;
    margin-bottom: 22px;
    counter-increment: num;
}
.widget-steps .widget-item-description ol li:last-child{
    margin-bottom: 0;
}
.widget-steps .widget-item-description ol li:before {
    content: "/" counter(num);
    display: inline-block;
    margin-right: 5px;
    min-width: 40px;
}
.widget-steps .widget-item-description ol li:nth-child(-n+9):before {
    content: "/0" counter(num);
}
@media all and (max-width: 1200px) {
    .widget-steps .widget-header .widget-title{
        font-size: 36px;
    }
    .widget-steps .widget-header .widget-title b{
        font-size: 54px;
    }
    .widget-steps .widget-content{
        margin-top: 64px;
    }
}
@media all and (max-width: 1000px) {
    .widget-steps{
        padding: 100px 0 100px;
    }
    .widget-steps .widget-header .widget-title{
        text-align: left;
    }
    .widget-steps .widget-header .widget-title b {
        font-size: 44px;
    }
    .widget-steps .widget-item-title{
        font-size: 20px;
    }
    .widget-steps .widget-item-description{
        font-size: 18px;
        margin: 12px 0 30px;
    }
}
@media all and (max-width: 600px) {
    .widget-steps{
        padding: 100px 0 80px;
    }
    .widget-steps .widget-header .widget-title{
        font-size: 24px;
        line-height: 140%;
    }
    .widget-steps .widget-header .widget-title br{
        display: none;
    }
    .widget-steps .widget-header .widget-title b {
        display: block;
        font-size: 32px;
        margin-bottom: 1px;
    }
    .widget-steps .widget-item-header{
        padding-top: 45px;
        padding-bottom: 11px;
        gap: 20px;
    }
    .widget-steps .widget-item-title{
        font-size: 18px;
    }
    .widget-steps .widget-item-icon{
        width: 14px;
        height: 14px;
    }
    .widget-steps .widget-item-description{
        margin: 15px 0 17px;
        line-height: 138%;
    }
    .widget-steps .widget-item-description p {
        margin-bottom: 24px;
    }
    .widget-steps .widget-item-description ol li {
        margin-bottom: 26px;
        line-height: 133%;
    }
    .widget-steps .widget-item-description ol li:before{
        min-width: 32px;
        margin-right: 13px;
    }
}

/* MODULES */
.widget-modules{
    position: relative;
    overflow: hidden;
    padding: 144px 0;
}
.widget-modules .widget-header .widget-title{
    font-size: 42px;
    font-weight: 400;
    line-height: 130%;
    color: #151515;
    text-transform: uppercase;
    text-align: center;
}
.widget-modules .widget-header .widget-title b{
    font-size: 60px;
    font-weight: 700;
    color: #151515;
}
.widget-modules .widget-header .widget-description{
    font-size: 22px;
    font-weight: 400;
    line-height: 118%;
    color: #696969;
    text-align: center;
    margin-top: 24px;
}
.widget-modules .widget-content{
    margin-top: 86px;
}
.widget-modules .widget-items{
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
}
.widget-modules .widget-item{
    border: 1px solid #D1D1D1;
    flex: 1 0 100%;
    background-color: #ffffff;
}
.widget-modules .widget-item-content-wrap{
    width: 100vw;
    margin-left: calc((100vw - 1193px) / -2);
    margin-top: clamp(80px, 12vw, 120px);
}
.widget-modules .widget-item-wrapper{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    padding: 60px 50px;
}
.widget-modules .widget-item-text{
    max-width: 678px;
}
.widget-modules .widget-item-title-wrap{
    display: flex;
    align-items: flex-start;
    gap: 30px 12px;
}
.widget-modules .widget-item-title{
    display: block;
    font-size: 22px;
    line-height: 120%;
    font-weight: 600;
    color: #151515;
    text-decoration: none;

    transition: color .2s ease-out;
}
.widget-modules .widget-item-title:hover{
    color: #c6366f;
}
.widget-modules .widget-item-title-logo-mobile{
    display: none;
    width: 50px;
    height: 50px;
    flex: 0 0 50px;
}
.widget-modules .widget-item-title-logo-mobile img{
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: contain;
}
.widget-modules .widget-item-description{
    margin-top: 25px;
    font-size: 18px;
    color: #323232;
    font-weight: 400;
    line-height: 145%;
}
.widget-modules .widget-item-editions-container{
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 41px;
}
.widget-modules .widget-item-editions-title{
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 16px;
    color: #000000;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: .07em;
}
.widget-modules .widget-item-editions-title svg{
    width: 30px;
    height: auto;
}
.widget-modules .widget-item-editions{
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.widget-modules .widget-item-edition{
    font-size: 14px;
    padding: 12px 16px;
    border: 1px solid;
    border-radius: 4px;
}
.widget-modules .widget-item-edition.start {
    color: #E73B36;
}
.widget-modules .widget-item-edition.standart {
    color: #116afc;
}
.widget-modules .widget-item-edition.malyy-biznes {
    color: #F87700;
}
.widget-modules .widget-item-edition.biznes {
    color: #350259;
}
.widget-modules .widget-item-footer{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 52px;
}
.widget-modules .widget-item-price-wrap{
    display: flex;
    align-items: center;
    gap: 17px;
}
.widget-modules .widget-item-price{
    font-size: 30px;
    font-weight: 700;
    line-height: 130%;
    color: #151515;
}
.widget-modules .widget-item-price-old{
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
    color: #989494;
    text-decoration: line-through;
}
.widget-modules .widget-item-buttons{
    display: flex;
    align-items: center;
    gap: 26px;
}
.widget-modules .widget-item-button{
    background-color: #000000;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    border-radius: 4px;
    line-height: 120%;
    text-transform: uppercase;
    padding: 16px 50px;
    text-decoration: none;
    text-align: center;

    transition: background-color .2s ease-out;
}
.widget-modules .widget-item-button:hover{
    background-color: #c6366f;
}
.widget-modules .widget-item-link{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-size: 18px;
    font-weight: 500;
    line-height: 120%;
    color: #000000;
    text-decoration: none;
    white-space: nowrap;

    transition: color .2s ease-out;
}
.widget-modules .widget-item-link:hover{
    color: #c6366f;
}
.widget-modules .widget-item-link svg{
    transform: translateY(1px);
}
.widget-modules .widget-item-link svg path{
    transition: fill .2s ease-out;
}
.widget-modules .widget-item-link:hover svg path{
    fill: #c6366f;
}
.widget-modules .widget-item-picture-wrap{

}
.widget-modules .widget-item-picture{
    display: block;
    width: 342px;

    transition: opacity .2s ease-out;
}
.widget-modules .widget-item-picture img{
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: contain;
}
.widget-modules .widget-item-picture:hover{
    opacity: .8;
}
@media all and (max-width: 1200px) {
    .widget-modules .widget-header .widget-title{
        font-size: 36px;
    }
    .widget-modules .widget-header .widget-title b{
        font-size: 54px;
    }
    .widget-modules .widget-content {
        margin-top: 54px;
    }
    .widget-modules .widget-item-wrapper{
        padding: 50px 40px;
    }
    .widget-modules .widget-item-content-wrap{
        width: calc(100% + 40px);
        margin-left: -20px;
    }
}
@media all and (max-width: 1000px) {
    .widget-modules{
        padding: 100px 0 100px;
    }
    .widget-modules .widget-header .widget-title b {
        font-size: 44px;
    }
    .widget-modules .widget-header .widget-description br{
        display: none;
    }
    .widget-modules .widget-item-picture{
        width: 280px;
    }
    .widget-modules .widget-item-wrapper{
        align-items: flex-start;
    }
    .widget-modules .widget-item-picture-wrap{
        display: none;
    }
    .widget-modules .widget-item-text{
        flex: 1 0 100%;
        max-width: 100%;
    }
    .widget-modules .widget-item-title-logo-mobile{
        display: block;
    }
    .widget-modules .widget-item-title{
        font-size: 20px;
        max-width: 560px;
    }
    .widget-modules .widget-item-wrapper{
        padding: 32px;
    }
}
@media all and (max-width: 600px) {
    .widget-modules{
        padding: 68px 0 30px;
    }
    .widget-modules .widget-header .widget-title{
        font-size: 26px;
        line-height: 124%;
    }
    .widget-modules .widget-header .widget-title b {
        font-size: 30px;
    }
    .widget-modules .widget-header .widget-description{
        font-size: 18px;
        margin-top: 18px;
        line-height: 120%;
    }
    .widget-modules .widget-content {
        margin-top: 40px;
    }
    .widget-modules .widget-item-footer{
        gap: 12px 20px;
        margin-top: 40px;
    }
    .widget-modules .widget-item-editions-container{
        gap: 8px 16px;
        margin-top: 30px;
    }
    .widget-modules .widget-item-editions-title{
        letter-spacing: 0;
        font-weight: 500;
    }
    .widget-modules .widget-item-edition{
        line-height: 1;
        padding: 8px 16px;
    }
    .widget-modules .widget-item-description{
        margin-top: 10px;
        font-size: 14px;
    }
    .widget-modules .widget-item-wrapper{
        padding: 33px 24px;
    }
    .widget-modules .widget-item-title-wrap{
        flex-wrap: wrap;
    }
    .widget-modules .widget-item-title{
        max-width: 100%;
        flex: 0 0 100%;
        font-size: 18px;
        line-height: 134%;
    }
    .widget-modules .widget-item-price{
        font-size: 28px;
    }
}
@media all and (max-width: 450px) {
    .widget-modules .widget-item-buttons{
        flex-wrap: wrap;
    }
    .widget-modules .widget-item-button,
    .widget-modules .widget-item-link{
        width: 100%;
    }
    .widget-modules .widget-item-price-wrap{
        width: 100%;
        justify-content: center;
    }
}

/* ADVANTAGES 3 */
.widget-advantages-3{
    position: relative;
    overflow: hidden;
    padding: 45px 0 221px;
}
.widget-advantages-3 .widget-header .widget-title{
    font-size: 44px;
    font-weight: 400;
    line-height: 140%;
    color: #151515;
    text-transform: uppercase;
}
.widget-advantages-3 .widget-header .widget-title b{
    font-size: 60px;
    font-weight: 700;
    color: #151515;
}
.widget-advantages-3 .widget-content{
    margin-top: 61px;
}
.widget-advantages-3 .widget-items{
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
}
.widget-advantages-3 .widget-item{
    max-width: calc(25% - 24px);
    flex: 0 0 calc(25% - 24px);
    border: 1px solid #D9D9D9;
    border-radius: 2px;
    overflow: hidden;
    padding: 32px 18px 32px 33px;
}
.widget-advantages-3 .widget-item-icon{
    display: flex;
    overflow: hidden;
    width: 40px;
    height: 40px;
}
.widget-advantages-3 .widget-item-title{
    font-size: 22px;
    font-weight: 700;
    line-height: 136%;
    color: #000000;
    text-transform: uppercase;
}
.widget-advantages-3 .widget-item-icon + .widget-item-title{
    margin-top: 87px;
}
.widget-advantages-3 .widget-item-description{
    font-size: 18px;
    font-weight: 400;
    line-height: 128%;
    color: #000000;
    margin-top: 9px;
}
@media all and (max-width: 1600px) {
    .widget-advantages-3 .widget-item-icon + .widget-item-title{
        margin-top: 44px;
    }
}
@media all and (max-width: 1240px) {
    .widget-advantages-3{
        padding: 45px 0 120px;
    }
    .widget-advantages-3 .widget-header .widget-title{
        font-size: 36px;
    }
    .widget-advantages-3 .widget-header .widget-title b{
        font-size: 54px;
    }
    .widget-advantages-3 .widget-content {
        margin-top: 54px;
    }
    .widget-advantages-3 .widget-item {
        max-width: calc(50% - 16px);
        flex: 0 0 calc(50% - 16px);
    }
    .widget-advantages-3 .widget-item-description br{
        display: none;
    }
}
@media all and (max-width: 1000px) {
    .widget-advantages-3 {
        padding: 45px 0 100px;
    }
    .widget-advantages-3 .widget-header .widget-title b {
        font-size: 44px;
    }
    .widget-advantages-3 .widget-items{
        gap: 30px;
    }
    .widget-advantages-3 .widget-item {
        max-width: calc(50% - 15px);
        flex: 0 0 calc(50% - 15px);
        padding: 30px;
    }
    .widget-advantages-3 .widget-item-icon{

    }
    .widget-advantages-3 .widget-item-title{
        font-size: 18px;
    }
    .widget-advantages-3 .widget-item-icon + .widget-item-title {
        margin-top: 15px;
    }
}
@media all and (max-width: 600px) {
    .widget-advantages-3{
        padding: 35px 0 67px;
    }
    .widget-advantages-3 .widget-header .widget-title{
        font-size: 24px;
    }
    .widget-advantages-3 .widget-header .widget-title b {
        font-size: 32px;
        line-height: 107%;
    }
    .widget-advantages-3 .widget-content {
        margin-top: 38px;
    }
    .widget-advantages-3 .widget-items {
        gap: 15px;
    }
    .widget-advantages-3 .widget-item {
        max-width: 100%;
        flex: 0 0 100%;
        padding: 26px 23px 25px;
    }
    .widget-advantages-3 .widget-item-title {
        line-height: 135%;
    }
    .widget-advantages-3 .widget-item-description{

    }
}

/* ADVANTAGES 4 */
.widget-advantages-4{
    position: relative;
    padding: 183px 0 183px;
    background-color: #F3F3F3;
}
.widget-advantages-4 .widget-header{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 60px;
    margin-left: calc((100vw - 1200px) / 2);
    max-width: 1543px;
}
.widget-advantages-4 .widget-header-text{}
.widget-advantages-4 .widget-header .widget-title{
    font-size: 38px;
    font-weight: 700;
    line-height: 126%;
    color: #151515;
    text-transform: uppercase;
    text-wrap: balance;
}
.widget-advantages-4 .widget-header .widget-description{
    font-size: 20px;
    font-weight: 400;
    line-height: 134%;
    color: #323232;
    margin-top: 38px;
}
.widget-advantages-4 .widget-header .widget-picture{
    display: flex;
    max-width: 841px;
    flex: 1 0 56%;
    border-radius: 4px;
    overflow: hidden;
    margin-top: -247px;
}
.widget-advantages-4 .widget-header .widget-picture img{
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
    user-select: none;
}
.widget-advantages-4 .widget-content{
    margin-top: 122px;
}
.widget-advantages-4 .widget-items{
    display: flex;
    flex-wrap: wrap;
    gap: 46px 134px;
}
.widget-advantages-4 .widget-item{
    max-width: calc(25% - 100.5px);
    flex: 0 0 calc(25% - 100.5px);
}
.widget-advantages-4 .widget-item-number{
    font-size: 48px;
    font-weight: 700;
    line-height: 130%;
    color: #151515;
    text-align: center;
}
.widget-advantages-4 .widget-item-description{
    font-size: 18px;
    font-weight: 400;
    line-height: 130%;
    color: #323232;
    text-align: center;
    margin-top: 2px;
    text-wrap: balance;
}
@media all and (max-width: 1240px) {
    .widget-advantages-4{
        padding: 120px 0 183px;
    }
    .widget-advantages-4 .widget-header{
        margin-left: 0;
        padding: 0 20px;
    }
    .widget-advantages-4 .widget-header .widget-picture{
        margin-top: 0;
        max-width: 50%;
    }
    .widget-advantages-4 .widget-header-text {
        margin-top: 60px;
    }
    .widget-advantages-4 .widget-header .widget-title{
        font-size: 28px;
    }
    .widget-advantages-4 .widget-header .widget-description{
        font-size: 18px;
    }
    .widget-advantages-4 .widget-header .widget-description br{
        display: none;
    }
    .widget-advantages-4 .widget-items{
        gap: 48px 40px;
    }
    .widget-advantages-4 .widget-item{
        max-width: calc(25% - 30px);
        flex: 0 0 calc(25% - 30px);
    }
}
@media all and (max-width: 1000px) {
    .widget-advantages-4 {
        padding: 0 0 183px;
    }
    .widget-advantages-4 .widget-header .widget-picture{
        max-width: calc(100% + 40px);
        flex: 0 0 calc(100% + 40px);
        aspect-ratio: 16 / 9;
        order: 1;
        margin: 0 -20px;
    }
    .widget-advantages-4 .widget-header-text{
        margin-top: 0;
        order: 2;
    }
    .widget-advantages-4 .widget-header .widget-title {
        font-size: 32px;
    }
    .widget-advantages-4 .widget-header .widget-description{
        margin-top: 28px;
    }
    .widget-advantages-4 .widget-header{
        flex-wrap: wrap;
    }
    .widget-advantages-4 .widget-content {
        margin-top: 80px;
    }
    .widget-advantages-4 .widget-item {
        max-width: calc(50% - 20px);
        flex: 0 0 calc(50% - 20px);
    }
}
@media all and (max-width: 600px) {
    .widget-advantages-4 {
        padding: 0 0 120px;
    }
    .widget-advantages-4 .widget-header{
        gap: 40px 60px;
    }
    .widget-advantages-4 .widget-header .widget-title {
        line-height: 125%;
    }
    .widget-advantages-4 .widget-header .widget-description {
        margin-top: 25px;
        line-height: 133%;
    }
    .widget-advantages-4 .widget-content {
        margin-top: 36px;
    }
    .widget-advantages-4 .widget-items {
        gap: 48px 20px;
    }
    .widget-advantages-4 .widget-item {
        max-width: calc(50% - 10px);
        flex: 0 0 calc(50% - 10px);
    }
}
@media all and (max-width: 450px) {
    .widget-advantages-4 .widget-header .widget-title{
        text-wrap: wrap;
    }
    .widget-advantages-4 .widget-header .widget-picture{
        aspect-ratio: 16 / 13.5;
    }
    .widget-advantages-4 .widget-header .widget-picture img{
        object-position: right;
    }
    .widget-advantages-4 .widget-item {
        max-width: 100%;
        flex: 0 0 100%;
    }
}

/* ADVANTAGES 5 */
.widget-advantages-5{
    position: relative;
    margin-top: -82px;
    padding: 0 0 100px;
    z-index: 1;
}
.widget-advantages-5 .widget-content{}
.widget-advantages-5 .widget-items{
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.widget-advantages-5 .widget-item{
    max-width: calc(25% - 11.25px);
    flex: 0 0 calc(25% - 11.25px);
    padding: 27px 34px 34px;
    background-color: #FFFFFF;
    box-shadow: -11px 15px 17px 0 #00000008;
}
.widget-advantages-5 .widget-item-icon{
    display: flex;
    margin-bottom: 18px;
}
.widget-advantages-5 .widget-item-name{
    font-size: 20px;
    font-weight: 700;
    line-height: 128%;
    color: #151515;
    text-transform: uppercase;
}
.widget-advantages-5 .widget-item-description{
    font-size: 20px;
    font-weight: 500;
    line-height: 120%;
    color: #585858;
    margin-top: 1px;
}
.widget-advantages-5 .widget-item:nth-child(4){
    background-color: #000000;
}
.widget-advantages-5 .widget-item:nth-child(4) .widget-item-name,
.widget-advantages-5 .widget-item:nth-child(4) .widget-item-description{
    color: #ffffff;
}
@media all and (max-width: 1240px) {
    .widget-advantages-5 .widget-item{
        padding: 27px 28px 34px;
    }
    .widget-advantages-5 .widget-item-name,
    .widget-advantages-5 .widget-item-description{
        font-size: 18px;
    }
}
@media all and (max-width: 1000px) {
    .widget-advantages-5 .widget-item {
        max-width: calc(50% - 7.5px);
        flex: 0 0 calc(50% - 7.5px);
    }
    .widget-advantages-5 .widget-item-name{
        font-size: 20px;
    }
    .widget-advantages-5 .widget-item-description{
        font-size: 18px;
    }
}
@media all and (max-width: 600px) {
    .widget-advantages-5{
        margin-top: -58px;
        padding: 0 0 60px;
    }
    .widget-advantages-5 .widget-item-name{
        font-size: 22px;
    }
}
@media all and (max-width: 550px) {
    .widget-advantages-5 .widget-item-name br,
    .widget-advantages-5 .widget-item-description br{
        display: none;
    }
    .widget-advantages-5 .widget-item {
        max-width: 100%;
        flex: 0 0 100%;
    }
}
/* End */


/* Start:/include/2024/banner/style.css?17339127395212*/
.widget-banner{
    position: relative;
    overflow: hidden;
    background-color: #212429;
    padding: 234px 0 78px;
}
.widget-banner .widget-banner-wrapper{
    display: flex;
    justify-content: space-between;
    gap: 40px;
}
.widget-banner .widget-header{
    flex: 1;
}
.widget-banner .widget-header .widget-title{
    font-size: 42px;
    font-weight: 700;
    line-height: 130%;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 44px;
    padding: 0;
    text-wrap: balance;
}
.widget-banner .widget-header .widget-description{
    font-size: 20px;
    font-weight: 400;
    line-height: 120%;
    color: #ffffff;
    margin-bottom: 28px;
    max-width: 600px;
}
.widget-banner .widget-header .widget-price{
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    color: #ffffff;
    margin-bottom: 44px;
}
.widget-banner .widget-header .widget-price span{
    font-size: 37px;
    color: #ffffff;
}
.widget-banner .widget-header .widget-buttons{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 26px 34px;
}
.widget-banner .widget-header .widget-button[data-index="0"]{
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    color: #000000;
    text-transform: uppercase;
    text-decoration: none;
    padding: 19px 32px;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 4px;
    cursor: pointer;

    transition: color .2s ease-out, background-color .2s ease-out;
}
.widget-banner .widget-header .widget-button[data-index="0"]:hover,
.widget-banner .widget-header .widget-button[data-index="0"]:focus{
    color: #ffffff;
    background-color: transparent;
}
.widget-banner .widget-header .widget-button[data-index="1"]{
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: #ffffff;
    cursor: pointer;
    text-decoration: none;

    transition: opacity .2s ease-out;
}
.widget-banner .widget-header .widget-button[data-index="1"]:hover,
.widget-banner .widget-header .widget-button[data-index="1"]:focus{
    opacity: .6;
}
.widget-banner .widget-header div:last-child{
    margin-bottom: 0;
}
.widget-banner .widget-content{
    max-width: calc(50% - 20px);
    flex: 0 0 calc(50% - 20px);
}
.widget-banner .widget-content .widget-icon{
    display: flex;
    margin-top: -77px;
    transform: translateX(18px);
    width: calc(100% + 258px);
}
.widget-banner .widget-content .widget-icon svg{
    display: flex;
    height: auto;
}
@media all and (max-width: 1600px) {
    .widget-banner .widget-header .widget-title{
        font-size: 38px;
    }
    .widget-banner .widget-header .widget-description{
        font-size: 18px;
    }
    .widget-banner .widget-header .widget-price{
        font-size: 20px;
    }
    .widget-banner .widget-header .widget-price span{
        font-size: 35px;
    }
    .widget-banner .widget-content .widget-icon{
        transform: none;
        width: calc(100% + 120px);
    }
}
@media all and (max-width: 1200px) {
    .widget-banner .widget-header .widget-title{
        font-size: 36px;
    }
    .widget-banner .widget-content .widget-icon{
        margin-top: 0;
        width: calc(100% + 100px);
    }
    .widget-banner .widget-content {
        align-self: flex-end;
        max-width: calc(50% - 30px);
        flex: 0 0 calc(50% - 30px);
    }
}
@media all and (max-width: 1100px) {
    .widget-banner .widget-header .widget-description br{
        display: none;
    }
}
@media all and (max-width: 1000px) {
    .widget-banner .widget-banner-wrapper{
        flex-wrap: wrap;
    }
    .widget-banner .widget-header{
        order: 2;
    }
    .widget-banner .widget-content{
        max-width: 100%;
        flex: 0 0 100%;
        display: none;
        order: 1;
    }
    .widget-banner .widget-content .widget-icon {
        width: 100%;
    }
}
@media all and (max-width: 980px) {
    .widget-banner{
        padding: 140px 0 76px;
    }
}
@media all and (max-width: 600px) {
    .widget-banner {
        padding: 76px 0 60px;
    }
    .widget-banner .widget-header .widget-title{
        font-size: 26px;
        line-height: 136%;
        margin-bottom: 24px;
    }
    .widget-banner .widget-header .widget-title br{
        display: none;
    }
    .widget-banner .widget-header .widget-description {
        font-size: 16px;
        line-height: 175%;
        max-width: calc(100% - 8px);
    }
    .widget-banner .widget-header .widget-price {
        font-size: 16px;
    }
    .widget-banner .widget-header .widget-price span {
        font-size: 32px;
    }
    .widget-banner .widget-header .widget-button[data-index="0"]{
        padding: 16px 24px;
    }
    .widget-banner .widget-header .widget-button[data-index="0"],
    .widget-banner .widget-header .widget-button[data-index="1"]{
        text-align: center;
        font-size: 14px;
    }
    .widget-banner .widget-content{
        display: block;
    }
    .widget-banner .widget-banner-wrapper{
        gap: 28px;
    }
}
/* End */
/* /include/2024/support_and_other_services/migration_kosmos/style.css?174471197137866 */
/* /include/2024/banner/style.css?17339127395212 */
