body{
    overflow: visible !important;
}
h2{
    padding: 0 !important;
    margin: 0 !important;
}

.br{
    position: relative;
}
@media all and (max-width: 800px) {
    .br:after{
        display: none !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(60px, 8vw, 120px);
    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(60px, 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: 2.125em;
    }
    .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: auto;
        max-height: 2em;
    }
    .widget-advantages .widget-item-description{
        line-height: 1.3;
    }
}


.widget-advantages-1{
    position: relative;
    overflow: hidden;
    padding: clamp(60px, 8vw, 120px) 0;
    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: 2.125em;
    }
    .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-tools{
    position: relative;
    overflow: hidden;
    padding: clamp(60px, 8vw, 120px) 0;
    font-size: clamp(16px, 1.7vw, 20px);
    background-color: #F8F8F8;
}
.widget-tools .widget-header .widget-title{
    color: #1B1E25;
    font-size: 2.2em;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    text-wrap: balance;
}
.widget-tools .widget-header + .widget-content{
    margin-top: 2em;
}
.widget-tools .widget-items{
    display: flex;
    flex-wrap: wrap;
    gap: 1.5em;
}
.widget-tools .widget-item{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    gap: 2.1em;
    background-color: #FFF;
    border: 1px solid #A5A5A5;
    padding: 1.8em;
    max-width: calc(33.3333% - 1em);
    flex: 0 0 calc(33.3333% - 1em);
}
.widget-tools .widget-item-wrapper{}
.widget-tools .widget-item-icon{
    width: 3.4em;
    aspect-ratio: 4/4;
}
.widget-tools .widget-item-icon img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
.widget-tools .widget-item-name{
    color: #000;
    font-size: 1.1em;
    font-weight: 700;
    line-height: 1.4;
}
.widget-tools .widget-item-description{
    color: #808080;
    font-size: .9em;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
}
.widget-tools .widget-item-description p{
    margin-bottom: .7em;
}
.widget-tools .widget-item-description p:last-child{
    margin-bottom: 0;
}
.widget-tools .widget-item-price{
    color: #C41F4C;
    font-size: 1.4em;
    font-weight: 700;
    line-height: 1.4;
}
.widget-tools .widget-item-price small{
    font-size: .71425em;
}
.widget-tools .widget-item-icon + *{
    margin-top: 1.4em;
}
.widget-tools .widget-item-name + *{
    margin-top: 1.3em;
}
@media all and (max-width: 1000px) {
    .widget-tools .widget-item{
        max-width: calc(50% - .75em);
        flex: 0 0 calc(50% - .75em);
    }
}
@media all and (max-width: 800px) {
    .widget-advantages-1 .widget-header .widget-title{
        font-size: 2.125em;
    }
    .widget-tools .widget-item-name{
        font-size: 1.125em;
    }
    .widget-tools .widget-item-description{
        font-size: 1em;
    }
    .widget-tools .widget-item-price{
        line-height: 1.4;
    }
    .widget-tools .widget-item-price small {
        font-size: .8em;
    }
    .widget-tools .widget-item{
        gap: 1.8em;
    }
}
@media all and (max-width: 600px) {
    .widget-tools .widget-item{
        max-width: 100%;
        flex: 0 0 100%;
        padding: 1.5em 1em;
    }
}


.widget-advantages-3{
    position: relative;
    overflow: hidden;
    padding: clamp(60px, 8vw, 120px) 0;
    font-size: clamp(16px, 1.7vw, 20px);
    border-top: 1px solid #E8E8E8;
}
.widget-advantages-3 .widget-header{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 2em;
}
.widget-advantages-3 .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-3 .widget-header .widget-description{
    color: #808080;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.5;
    flex: 1 0 34%;
}
.widget-advantages-3 .widget-header .widget-description p{
    margin-bottom: .6em;
}
.widget-advantages-3 .widget-header .widget-description p:last-child{
    margin-bottom: 0;
}
@media all and (max-width: 800px) {
    .widget-advantages-3 .widget-header{
        flex-wrap: wrap;
    }
    .widget-advantages-3 .widget-header .widget-title{
        font-size: 2.125em;
    }
}
@media all and (max-width: 600px) {
    .widget-advantages-3 .widget-header{
        flex-wrap: wrap;
    }
    .widget-advantages-3 .widget-header .widget-title,
    .widget-advantages-3 .widget-header .widget-description{
        max-width: 100%;
        flex: 0 0 100%;
    }
    .widget-advantages-3 .widget-header .widget-title br {
        display: none;
    }
}


/* STEPS */
.widget-steps{
    position: relative;
    overflow: hidden;
    padding: clamp(60px, 8vw, 120px) 0;
    font-size: clamp(16px, 1.7vw, 20px);
    background-color: #F8F8F8;
}
.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: 2.125em;
    }
    .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;
    }
}



.widget-form-1{
    position: relative;
    overflow: hidden;
    font-size: clamp(16px, 1.7vw, 20px);
    padding: clamp(60px, 8vw, 80px) 0;
    background-color: #AF1C44;
}
.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: 2.125em;
        line-height: 1.2;
    }
    .widget-form-1 .widget-header .widget-title + *{
        margin-top: 1.555555em;
    }
    .widget-form-1 .widget-header .widget-description + * {
        margin-top: 3em;
    }
    .widget-form-1 .widget-header .widget-description{
        font-size: 1.125em;
    }
    .widget-form-1 .widget-header .widget-button{
        font-size: 1em;
        padding: 1.1em 1.6em;
    }
}
@media all and (max-width: 600px) {
    .widget-form-1 .widget-header{
        align-items: flex-start;
        text-align: left;
    }
    .widget-form-1 .widget-header .widget-buttons{
        justify-content: flex-start;
    }
    .widget-form-1 .widget-header .widget-description{
        line-height: 1.3;
    }
}

.widget-projects-wrap{
    padding: clamp(60px, 8vw, 120px) 0 clamp(30px, 8vw, 60px);
}
.widget-staff-wrap{
    padding: clamp(30px, 8vw, 80px) 0;
}
.widget-tariffs-wrap{
    padding: clamp(60px, 8vw, 120px) 0;
    background-color: #F8F8F8;
}
.widget-reviews-wrap{
    padding: clamp(60px, 8vw, 120px) 0;
    background-color: #F8F8F8;
}
.widget-services-wrap{
    padding: clamp(60px, 8vw, 120px) 0 0;
}


/* CLIENTS */
.widget-clients{
    position: relative;
    overflow: hidden;
    padding: clamp(30px, 8vw, 60px) 0 clamp(60px, 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: 2.125em;
    }
}
@media all and (max-width: 550px) {
    .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;
    }
}


.widget-package{
    position: relative;
    overflow: hidden;
    padding: clamp(60px, 8vw, 120px) 0;
    font-size: clamp(16px, 1.7vw, 20px);
}
.widget-package .widget-header .widget-title{
    font-size: 2.2em;
    font-weight: 700;
    line-height: 1.3;
    color: #151515;
    text-transform: uppercase;
    text-wrap: balance;
}
.widget-package .widget-header + .widget-content{
    margin-top: 2.5em;
}
.widget-package .widget-table-wrap {
    overflow-x: auto;
    overflow-y: hidden;
}
.widget-package [data-role='cell'] {
}
.widget-package [data-role='cell.content'] {
    height: 100%;
}
.widget-package [data-indent='first.cell'] {}
.widget-package [data-text='big'] {
    font-size: 1em;
    font-weight: 600;
    line-height: 1.4;
    color: #000000;
}
.widget-package [data-text='normal'] {
    color: #808080;
    font-size: .9em;
    font-weight: 400;
    line-height: 1.3;
}
.widget-package [data-text='small'] {
    font-size: .8em;
    line-height: 1.3;
    font-weight: 400;
    color: #808080;
}
.widget-package [data-text='very-small'] {
    font-size: .7em;
    line-height: 1.3;
    font-weight: 400;
    color: #808080;
}
.widget-package [data-align='center'] {
    text-align: center;
}
.widget-package .widget-table-header [data-role='cell.content'] {
    padding: 2.2em;
    border: 1px solid #CECECE;
    border-left: 0;
    background-color: #F8F8F8;
}
.widget-package .widget-table-row [data-role='cell.content'] {
    padding: 1.4em 2.2em;
    border-right: 1px solid #CECECE;
    border-bottom: 1px solid #CECECE;
}
.widget-package .widget-table-header [data-role="cell"]:first-child [data-role='cell.content'],
.widget-package .widget-table-row [data-role="cell"]:first-child [data-role='cell.content'] {
    border-left: 1px solid #CECECE;
}
@media all and (max-width: 1000px) {
    .widget-package [data-text='very-small'] br{
        display: none;
    }
}
@media all and (max-width: 800px) {
    .widget-package .widget-header .widget-title{
        font-size: 2.125em;
    }
    .widget-package .widget-table-wrap{
        width: calc(100% + 40px);
        margin: 0 -20px;
        padding: 0 20px;
    }
    .widget-package .widget-table {
        min-width: 600px;
    }
    .widget-package .widget-table-header [data-role='cell.content']{
        padding: 1.4em 1em;
    }
    .widget-package .widget-table-row [data-role='cell.content']{
        padding: 1em;
    }
}