body{
    overflow: visible !important;
}

.special{
    color: #C41F4C !important;
}

.widget-about{
    position: relative;
    overflow: hidden;
    font-size: clamp(16px, 1.7vw, 20px);
    padding: clamp(50px, 8vw, 95px) 0 clamp(50px, 8vw, 80px);
    border-bottom: 1px solid #E8E8E8;
}
.widget-about .widget-header{
    display: flex;
    justify-content: space-between;
    gap: 2em 5em;
}
.widget-about .widget-header .widget-title{
    flex: 1;
    color: #1B1E25;
    font-size: 1.1em;
    font-weight: 400;
    line-height: 1.4;
}
.widget-about .widget-header .widget-description{
    flex: 1;
    color: #808080;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.5;
}
.widget-about .widget-header .widget-description p{
    margin-bottom: 1.5em;
}
.widget-about .widget-header .widget-description *:last-child{
    margin-bottom: 0;
}
.widget-about .widget-header .widget-description ul{
    color: inherit;
}
.widget-about .widget-header .widget-description ul li{
    position: relative;
    padding-left: 1.5em;
}
.widget-about .widget-header .widget-description ul li:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(.6em, .6em);
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #808080;
}
.widget-about .widget-header .widget-description ul li:last-child{
    margin-bottom: 0;
}
@media all and (max-width: 800px) {
    .widget-about .widget-header{
        flex-wrap: wrap;
    }
    .widget-about .widget-header .widget-title,
    .widget-about .widget-header .widget-description{
        max-width: 100%;
        flex: 0 0 100%;
    }
    .widget-about .widget-header .widget-description p{
        margin-bottom: 1em;
    }
    .widget-about .widget-header .widget-title{
        font-size: 1.125em;
    }
}


.widget-advantages{
    position: relative;
    overflow: hidden;
    padding: clamp(50px, 8vw, 120px) 0;
    font-size: clamp(16px, 1.7vw, 20px);
}
.widget-advantages .widget-header .widget-title{
    color: #1B1E25;
    font-size: 2.2em;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    text-wrap: balance;
}
.widget-advantages .widget-header + .widget-content{
    margin-top: 2.5em;
}
.widget-advantages .widget-items{
    display: flex;
    flex-wrap: wrap;
    gap: 3.3em 2em;
}
.widget-advantages .widget-item{
    max-width: calc(33.3333% - 1.3333em);
    flex: 0 0 calc(33.3333% - 1.3333em);
}
.widget-advantages .widget-item-icon{
    display: inline-flex;
    max-height: 1.6em;
}
.widget-advantages .widget-item-icon svg{
    width: 100%;
    height: auto;
}
.widget-advantages .widget-item-icon + *{
    margin-top: .9em;
}
.widget-advantages .widget-item-title{
    color: #1B1E25;
    font-size: 1em;
    font-weight: 600;
    line-height: 1.35;
    text-wrap: balance;
}
.widget-advantages .widget-item-title + *{
    margin-top: .6em;
}
.widget-advantages .widget-item-description{
    color: #808080;
    font-size: .9em;
    font-weight: 400;
    line-height: 1.5;
}
@media all and (max-width: 800px) {
    .widget-advantages .widget-header .widget-title{
        font-size: 1.5em;
    }
    .widget-advantages .widget-items{
        gap: 2.6em 2em;
    }
    .widget-advantages .widget-item{
        max-width: calc(50% - 1em);
        flex: 0 0 calc(50% - 1em);
    }
    .widget-advantages .widget-item-title{
        font-size: 1.125em;
    }
    .widget-advantages .widget-item-description{
        font-size: 1em;
    }
    .widget-advantages .widget-item-icon + * {
        margin-top: .6em;
    }
}
@media all and (max-width: 600px) {
    .widget-advantages .widget-header .widget-title br {
         display: none;
    }
    .widget-advantages .widget-items {
        gap: 2.5em;
    }
    .widget-advantages .widget-item{
        max-width: 100%;
        flex: 100%;
    }
    .widget-advantages .widget-item-icon{
        width: 1.6em;
    }
    .widget-advantages .widget-item-description{
        line-height: 1.3;
    }
}


.widget-advantages-1{
    position: relative;
    overflow: hidden;
    padding: clamp(30px, 8vw, 80px) 0 clamp(50px, 8vw, 120px);
    font-size: clamp(16px, 1.7vw, 20px);
}
.widget-advantages-1 .widget-header .widget-title{
    color: #1B1E25;
    font-size: 2.2em;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    text-wrap: balance;
}
.widget-advantages-1 .widget-header + .widget-content{
    margin-top: 2.5em;
}
.widget-advantages-1 .widget-items{
    display: flex;
    flex-wrap: wrap;
    gap: 1.5em;
}
.widget-advantages-1 .widget-item{
    max-width: calc(33.3333% - 1em);
    flex: 0 0 calc(33.3333% - 1em);
    border-radius: 4px;
    background-color: #F3F3F3;
    padding: 1.7em 1.9em;
}
.widget-advantages-1 .widget-item-index{
    color: #000000;
    font-size: 1em;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
}
.widget-advantages-1 .widget-item-index + *{
    margin-top: 1.4em;
}
.widget-advantages-1 .widget-item-description{
    color: #1B1E25;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.4;
}
@media all and (max-width: 800px) {
    .widget-advantages-1 .widget-header .widget-title{
        font-size: 1.5em;
    }
    .widget-advantages-1 .widget-item{
        max-width: calc(50% - .75em);
        flex: 0 0 calc(50% - .75em);
    }
    .widget-advantages-1 .widget-item-index + * {
        margin-top: .6em;
    }
}
@media all and (max-width: 600px) {
    .widget-advantages-1 .widget-header .widget-title br {
        display: none;
    }
    .widget-advantages-1 .widget-items {
        gap: 1em;
    }
    .widget-advantages-1 .widget-item{
        max-width: 100%;
        flex: 100%;
        padding: 1.4em 1.25em;
    }
    .widget-advantages-1 .widget-item-description{
        line-height: 1.3;
    }
}


.widget-advantages-2{
    position: relative;
    overflow: hidden;
    padding: clamp(50px, 8vw, 120px) 0 clamp(30px, 8vw, 80px);
    font-size: clamp(16px, 1.7vw, 20px);
}
.widget-advantages-2 .widget-header{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 2em;
}
.widget-advantages-2 .widget-header .widget-title{
    color: #1B1E25;
    font-size: 2.2em;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    text-wrap: balance;
    flex: 1;
}
.widget-advantages-2 .widget-header .widget-picture{
    display: flex;
    max-width: 46%;
}
.widget-advantages-2 .widget-header .widget-picture img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    user-select: none;
}
@media all and (max-width: 800px) {
    .widget-advantages-2 .widget-header .widget-title{
        font-size: 1.5em;
    }
}
@media all and (max-width: 600px) {
    .widget-advantages-2 .widget-header{
        flex-wrap: wrap;
    }
    .widget-advantages-2 .widget-header .widget-title,
    .widget-advantages-2 .widget-header .widget-picture{
        max-width: 100%;
        flex: 0 0 100%;
    }
    .widget-advantages-2 .widget-header .widget-title br {
        display: none;
    }
}


/* ADVANTAGES 4 */
.widget-advantages-4{
    position: relative;
    padding: 183px 0 183px;
    background-color: #F3F3F3;
    font-size: clamp(16px, 1.7vw, 20px);
}
.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: 1.9em;
    font-weight: 700;
    line-height: 1.3;
    color: #151515;
    text-transform: uppercase;
    text-wrap: balance;
}
.widget-advantages-4 .widget-header .widget-description{
    font-size: 1em;
    font-weight: 400;
    line-height: 1.3;
    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: 2.4em;
    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-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-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: 800px) {
    .widget-advantages-4 .widget-header .widget-title{
        font-size: 1.5em;
    }
}
@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-description {
        margin-top: 25px;
    }
    .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-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 clamp(30px, 8vw, 80px);
    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;
    }
    .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%;
    }
}


.it-is-time{
    position: relative;
    overflow: hidden;
    padding: clamp(50px, 8vw, 120px) 0;
    background-color: #F8F8F8;
}
.it-is-time .widget-header-title{
    font-weight: 700;
    font-size: clamp(24px, 5vw, 44px);
    line-height: 130%;
    text-transform: uppercase;
    color: #151515;
}
.it-is-time .widget-header-title span{
    color: #9E5FDC;
}
.it-is-time .widget-header + .widget-content{
    margin: 60px 0 0;
}
.it-is-time .widget-items{
    display: flex;
    margin: -4px;
    pointer-events: none;
}
.it-is-time .widget-item{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    border: 1px solid #A5A5A5;
    height: 247px;
    margin: 4px;
    padding: 27px 15px 12px 20px;
    flex: 0 0 294px;
    overflow: hidden;
    pointer-events: all;

    transition: opacity .3s ease-in-out;
}
.it-is-time .widget-item:nth-child(even){
    margin: 78px 4px 4px;
}
.it-is-time .widget-items:hover .widget-item-name,
.it-is-time .widget-items:hover .widget-item-number{
    opacity: .5;
}
.it-is-time .widget-item:hover .widget-item-name,
.it-is-time .widget-item:hover .widget-item-number{
    opacity: 1 !important;
}
.it-is-time .widget-item-back{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #151515;
    transform: translateX(-100%);
}
.it-is-time .widget-item-name{
    font-weight: 300;
    font-size: 18px;
    line-height: 135%;
    color: #fff;
    position: relative;
    z-index: 1;
    mix-blend-mode: difference;
}
.it-is-time .widget-item-name span{
    font-weight: 600;
}
.it-is-time .widget-item-name b{
    font-weight: 600;
}
.it-is-time .widget-item-number{
    font-weight: 400;
    font-size: clamp(24px, 3vw, 28px);
    line-height: 150%;
    font-variant: small-caps;
    color: #fff;
    position: relative;
    z-index: 1;
    mix-blend-mode: difference;
}
.it-is-time .widget-item .widget-item-name,
.it-is-time .widget-item .widget-item-number{
    transition: opacity .4s ease-in-out;
}
@media all and (max-width: 1240px) {
    .it-is-time .widget-item-name b{
        display: block;
    }
    .it-is-time .widget-item-name br{
        display: none;
    }
    .it-is-time .widget-items{
        flex-wrap: wrap;
    }
    .it-is-time .widget-item{
        flex: 0 0 calc(50% - 8px);
    }
    .it-is-time .widget-item:nth-child(even){
        margin: 4px;
    }
}
@media all and (max-width: 550px) {
    .it-is-time .widget-items{
        margin: -6px;
    }
    .it-is-time .widget-item{
        flex: 0 0 calc(100% - 12px);
        padding: 21px 22px 16px;
        height: 217px;
        margin: 6px;
    }
    .it-is-time .widget-item:nth-child(even){
        margin: 6px;
    }
    .it-is-time .widget-header-title{
        max-width: 94%;
    }
    .it-is-time .widget-header + .widget-content{
        margin: 32px 0 0;
    }
}


/* STEPS */
.widget-steps{
    position: relative;
    overflow: hidden;
    padding: clamp(30px, 8vw, 80px) 0 clamp(50px, 8vw, 120px);
    font-size: clamp(16px, 1.7vw, 20px);
}
.widget-steps .widget-header .widget-title{
    font-size: 2.2em;
    font-weight: 700;
    line-height: 1.3;
    color: #151515;
    text-transform: uppercase;
    text-wrap: balance;
}
.widget-steps .widget-header .widget-title b{
    color: #C41F4C;
}
.widget-steps .widget-header + .widget-content{
    margin-top: 2.5em;
}
.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: 1.1em;
    font-weight: 600;
    line-height: 130%;
    color: #151515;
}
.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: 1em;
    font-weight: 400;
    line-height: 1.3;
    color: #323232;
    margin: 13px 0 40px;
}
.widget-steps .widget-item-description p{
    margin-bottom: 20px;
}
.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: 1000px) {
    .widget-steps .widget-header .widget-title{
        text-align: left;
    }
    .widget-steps .widget-item-title{
        font-size: 20px;
    }
    .widget-steps .widget-item-description{
        margin: 12px 0 30px;
    }
}
@media all and (max-width: 800px) {
    .widget-steps .widget-header .widget-title{
        font-size: 1.5em;
    }
    .widget-steps .widget-item-title{
        font-size: 1.125em;
    }
}
@media all and (max-width: 600px) {
    .widget-steps .widget-header .widget-title br{
        display: none;
    }
    .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;
    }
    .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;
    }
}


/* STEPS PROMOTION */
.steps-promotion{
    position: relative;
    padding: clamp(50px, 8vw, 120px) 0;
    font-size: clamp(16px, 1.7vw, 20px);
}
.steps-promotion .widget-header{
    display: flex;
}
.steps-promotion .widget-header .widget-header-title{
    font-weight: 700;
    font-size: 2.2em;
    line-height: 1.2;
    text-transform: uppercase;
    color: #151515;
    padding: 0;
    margin: 0;
}
.steps-promotion .widget-header + .widget-content{
    margin-top: 2.5em;
}
.steps-promotion .widget-item{
    position: -webkit-sticky;
    position: sticky;
    top: calc(var(--index) * 65px);
    border-top: 1px solid #D7D7D7;
    background: #fff;
    padding: 30px 0 0;
    counter-increment: item;
    min-height: 240px;
    margin-bottom: calc(var(--invertIndex) * 65px);
}
.steps-promotion .widget-item:last-child{
    margin-bottom: 0 !important;
}
.steps-promotion .widget-item .widget-item-number{
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.50);
}
.steps-promotion .widget-item .widget-item-content{
    display: flex;
    justify-content: space-between;
    margin: 13px 0 20px;
}
.steps-promotion .widget-item .widget-item-name{
    font-weight: 700;
    font-size: 1.1em;
    line-height: 1.3;
    color: #1B1E25;
    text-wrap: balance;
}
.steps-promotion .widget-item .widget-item-description{
    font-weight: 400;
    font-size: 1em;
    line-height: 1.5;
    color: #1B1E25;
    flex: 0 0 66%;
    background: #fff;
    height: 200px;
    overflow: auto;
    margin: 0 0 0 30px;
}
.steps-promotion .widget-item .widget-item-description::-webkit-scrollbar {
    width: 2px;
    height: 2px;
}
.steps-promotion .widget-item .widget-item-description::-webkit-scrollbar-thumb {
    background-color: #d7d7d7;
    border: 0px solid #fff;
}
.steps-promotion .widget-item .widget-item-description::-webkit-scrollbar-track {
    background: #fff;
}
.steps-promotion .widget-item .widget-item-description p{
    margin: 0 0 20px;
}
.steps-promotion .widget-item .widget-item-description p:last-child{
    margin: 0;
}
@media all and (max-width: 1000px) {
    .steps-promotion .widget-item{
        top: 20px;
        margin-bottom: 0;
        height: 360px;
    }
}
@media all and (max-width: 800px) {
    .steps-promotion .widget-item .widget-item-content{
        flex-wrap: wrap;
        margin: 26px 0 0;
    }
    .steps-promotion .widget-item .widget-item-description{
        flex: 0 0 100%;
        margin: 26px 0 0;
    }
    .steps-promotion .widget-item{
        min-height: 200px;
        overflow: hidden;
        padding: 22px 0 0;
    }
    .steps-promotion .widget-header .widget-header-title{
        font-size: 1.5em;
    }
    .steps-promotion .widget-item .widget-item-description{
        height: 220px;
    }
    .steps-promotion .widget-item .widget-item-name{
        font-size: 1.125em;
    }
}


.widget-form{
    position: relative;
    overflow: hidden;
    font-size: clamp(16px, 1.7vw, 20px);
    padding: clamp(50px, 8vw, 120px) 0 clamp(40px, 8vw, 80px);
}
.widget-form .widget-header{
    display: flex;
    justify-content: space-between;
    gap: 2em;
    border-radius: 4px;
    background-color: #1B1E25;
    padding: 2.6em 3.4em;
}
.widget-form .widget-header .widget-title{
    flex: 1;
    color: #FFF;
    font-size: 1.2em;
    font-weight: 700;
    line-height: 1.3;
    text-transform: uppercase;
    text-wrap: balance;
}
.widget-form .widget-header .widget-buttons{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 1em;
}
.widget-form .widget-header .widget-button{
    display: inline-block;
    color: #1B1E25;
    font-size: .8em;
    font-weight: 500;
    line-height: 1.3;
    text-transform: uppercase;
    text-align: center;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    padding: 1.1em 1.9em;
    cursor: pointer;
    text-decoration: none;
    user-select: none;
    border-radius: 4px;

    transition: background-color .2s ease-out, color .2s ease-out, border-color .2s ease-out;
}
.widget-form .widget-header .widget-button:nth-child(2n){
    color: #ffffff;
    background-color: transparent;
}
.widget-form .widget-header .widget-button:hover{
    background-color: #cccccc;
    border-color: #cccccc;
}
.widget-form .widget-header .widget-button:nth-child(2n):hover{
    color: #1B1E25;
}
@media all and (max-width: 1000px) {
    .widget-form .widget-header{
        flex-wrap: wrap;
    }
    .widget-form .widget-header .widget-title{
        flex: 1 0 100%;
    }
}
@media all and (max-width: 800px) {
    .widget-form .widget-header .widget-title{
        font-size: 1.125em;
    }
    .widget-form .widget-header .widget-button{
        font-size: .875em;
    }
    .widget-form .widget-header .widget-button{
        padding: .9em 1.8em;
    }
}
@media all and (max-width: 600px) {
    .widget-form .widget-header{
        padding: 2em 1.25em;
    }
    .widget-form .widget-header .widget-button{
        flex: 1 0 100%;
    }
}


.widget-form-1{
    position: relative;
    overflow: hidden;
    font-size: clamp(16px, 1.7vw, 20px);
    padding: clamp(50px, 8vw, 80px) 0;
    background-color: #000000;
}
.widget-form-1 .widget-header{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.widget-form-1 .widget-header .widget-title{
    flex: 1;
    color: #FFF;
    font-size: 2.2em;
    font-weight: 700;
    line-height: 1.3;
    text-transform: uppercase;
}
.widget-form-1 .widget-header .widget-description{
    color: #FFF;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.4;
    max-width: 740px;
}
.widget-form-1 .widget-header .widget-buttons{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: .8em;
}
.widget-form-1 .widget-header .widget-button{
    display: inline-block;
    color: #1B1E25;
    font-size: .8em;
    font-weight: 500;
    line-height: 1.3;
    text-transform: uppercase;
    text-align: center;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    padding: 1.1em 1.9em;
    cursor: pointer;
    text-decoration: none;
    user-select: none;
    border-radius: 4px;

    transition: background-color .2s ease-out, color .2s ease-out, border-color .2s ease-out;
}
.widget-form-1 .widget-header .widget-button:nth-child(2n){
    color: #ffffff;
    background-color: transparent;
}
.widget-form-1 .widget-header .widget-button:hover{
    background-color: #cccccc;
    border-color: #cccccc;
}
.widget-form-1 .widget-header .widget-button:nth-child(2n):hover{
    color: #1B1E25;
}
.widget-form-1 .widget-header .widget-title + *{
    margin-top: 1.2em;
}
.widget-form-1 .widget-header .widget-description + *{
    margin-top: 2.3em;
}
@media all and (max-width: 800px) {
    .widget-form-1 .widget-header .widget-title{
        font-size: 1.4em;
    }
    .widget-form-1 .widget-header .widget-button{
        font-size: .875em;
    }
    .widget-form-1 .widget-header .widget-button{
        padding: .9em 1.8em;
    }
}
@media all and (max-width: 600px) {
    .widget-form-1 .widget-header .widget-button{
        flex: 1 0 100%;
    }
    .widget-form-1 .widget-header .widget-description{
        line-height: 1.3;
    }
}

.widget-projects-wrap,
.widget-staff-wrap{
    padding: clamp(30px, 8vw, 80px) 0;
}
.widget-tariffs-wrap{
    padding: clamp(50px, 8vw, 120px) 0;
    background-color: #F8F8F8;
}
.widget-reviews-wrap{
    padding: clamp(50px, 8vw, 120px) 0;
    background-color: #F8F8F8;
}
.widget-services-wrap{
    padding: clamp(50px, 8vw, 120px) 0 clamp(30px, 8vw, 80px);
}


/* CLIENTS */
.widget-clients{
    position: relative;
    overflow: hidden;
    padding: clamp(30px, 8vw, 80px) 0 clamp(50px, 8vw, 120px);
    font-size: clamp(16px, 1.7vw, 20px);
}
.widget-clients .widget-header{
    position: relative;
    padding: 0 0 20px;
    display: flex;
    justify-content: center;
}
.widget-clients .widget-header-title{
    color: #151515;
    font-size: 4em;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
}
.widget-clients .widget-header-title div:nth-child(1){
    transform: translateX(-144px);
}
.widget-clients .widget-header-title div:nth-child(2){
    transform: translateX(97px);
    margin: 12px 0 0;
}
.widget-clients .widget-header-title span{
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #151515;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.widget-clients .widget-content{
    margin: 73px 0 0;
}
.widget-clients .widget-items:nth-child(2){
    transform: rotateY(-180deg);
    margin-top: 21px;
}
.widget-clients .widget-items:nth-child(2) .widget-item{
    transform: rotateY(180deg);
}
.widget-clients .widget-items:nth-child(2) .owl-stage-outer{
    overflow: visible;
}
.widget-clients .widget-items .owl-stage{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.widget-clients .widget-item{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 257px;
    height: 118px;
    border: 1px solid #E7E7E7;
    padding: 30px 44px;
}

.widget-clients .widget-item .widget-item-picture {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-filter: contrast(0) grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: contrast(0) grayscale(100%);
    transition: 0.4s;

}
.widget-clients .widget-item .widget-item-picture:hover {
    -webkit-filter: none;
    filter: none;
}

@media all and (max-width: 1000px) {
    .widget-clients .widget-header{
        justify-content: center;
    }
    .widget-clients .widget-header-title{
        text-align: center;
    }
    .widget-clients .widget-header-title div:nth-child(1),
    .widget-clients .widget-header-title div:nth-child(2){
        transform: none;
        margin: 7px 0 0;
    }
    .widget-clients .widget-item{
        padding: 15px 46px;
    }
    .widget-clients .widget-content{
        margin: 40px 0 0;
    }
    .widget-clients .widget-header-title span{
        -webkit-text-stroke-width: .5px;
    }
}
@media all and (max-width: 800px) {
    .widget-clients .widget-header-title{
        font-size: 3em;
    }
}
@media all and (max-width: 550px) {
    .widget-clients .widget-header-title{
        font-size: 2em;
    }
    .widget-clients .widget-content{
        margin: 22px 0 0;
    }
    .widget-clients .widget-item{
        width: 220px;
        height: 101px;
        padding: 14px 24px;
    }
    .widget-clients .widget-header-title span{
        margin: 0 0 5px;
    }
    .widget-clients .widget-header{
        padding: 0 0 25px;
    }
}
