body,html{
    background: #000;
}

.ct-header{
    width: 100%;
}
.ct-header .bg{
    position: relative;
}
.ct-header .bg img{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.ct-header-content{
    padding-top: 20.83vw;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    position: relative;
    z-index: 1;

    padding-left: 4vw;
    padding-right: 4vw;

    box-sizing: border-box;
}
span.lrbar-span{
    display: inline-flex;
    height: 1.94vw;
    padding: 0.28vw 1.11vw;
    justify-content: center;
    align-items: center;
    gap: 0.69vw;

    background: rgba(255, 255, 255, 0.04);

    color: #FFF;

    font-family: "Roboto Mono";
    font-size: 0.97vw;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 19.6px */
    text-transform: uppercase;
    position: relative;

    margin-bottom: 2.22vw;
}
span.lrbar-span .l-bar{
    position: absolute;
    top: 0;
    left: 0;

    height: 100%;
}
span.lrbar-span .r-bar{
    position: absolute;
    top: 0;
    right: 0;

    height: 100%;
}

.ct-header-content h1{
    text-align: center;
    font-family: Helvetica;
    font-size: 5.56vw;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 80px */
    letter-spacing: -1.6px;
    text-transform: uppercase;

    background: linear-gradient(89deg, #E9E9E9 -4.19%, #97897F 25.42%, #FFF8DB 49.91%, #626261 79.04%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    margin-bottom: 1.67vw;
}
.ct-header-content p{
    color: rgba(223, 224, 215, 0.60);

    text-align: center;
    font-family: Helvetica;
    font-size: 1.11vw;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;

    width: 58.89vw;

    margin-bottom: 2.78vw;
}

a.button-or{
    background: #FF771D;

    height: 3.89vw;
    padding: 0.83vw 2.78vw;
    justify-content: center;
    align-items: center;
    gap: 0.28vw;

    display: inline-flex;
    justify-content: center;
    align-items: center;

    color: #FFF;

    /* BUTTON L */
    font-family: Helvetica;
    font-size: 1.25vw;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 20px */
    text-transform: uppercase;

    box-sizing: border-box;

    text-decoration: none;

    transition: 0.3s;
}
.button-or:hover{
    background: #CC5D14!important;
}

.ct-activate{
    margin-top: 8.33vw;

    padding-left: 4vw;
    padding-right: 4vw;

    box-sizing: border-box;
}
.ct-activate .ct-activate-inner{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.ct-activate .ct-activate-inner h2{
    text-align: center;
    font-family: Helvetica;
    font-size: 52px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%; /* 57.2px */
    letter-spacing: -1.04px;
    text-transform: uppercase;

    background: linear-gradient(90deg, #E9E9E9 0%, #97897F 35.58%, #FFF8DB 65%, #626261 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 2.78vw;
}
.ct-activate .ct-activate-inner h4{
    color: #F4F4F4;

    text-align: center;
    font-family: Helvetica;
    font-size: 2.78vw;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 48px */
    letter-spacing: -0.8px;
    text-transform: uppercase;

    margin-bottom: 8.33vw;

    width: 58.89vw;
}
.ct-activate .ct-activate-inner .ct-activate-cards{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.ct-activate-card{
    width: 28.61vw;
    min-height: 31.83vw;

    border-radius: 1.67vw;
    background: linear-gradient(162deg, #262621 12.51%, #0D0D0B 79.99%);

    padding: 0.56vw;
    box-sizing: border-box;

    margin-left: 0.83vw;
    margin-right: 0.83vw;
}
.ct-activate-card .img-block{
    width: 100%;
    margin-bottom: 0.56vw;
}
.ct-activate-card .img-block img{
    width: 100%;

    filter: grayscale(100%);

    transition: 0.3s;
}

/* Hover */
.ct-activate-card:hover .img-block img{
    filter: grayscale(0%);
}

.ct-activate-card .t-content{
    padding: 0.83vw 1.11vw 1.11vw 1.11vw;
    box-sizing: border-box;
    width: 100%;
}
.ct-activate-card .t-content h3{
    color: #F4F4F4;

    font-family: Helvetica;
    font-size: 1.39vw;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 26px */
    text-transform: uppercase;

    margin-bottom: 0.83vw;
}
.ct-activate-card .t-content p{
    color: rgba(223, 224, 215, 0.60);
    font-family: Helvetica;
    font-size: 1.11vw;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 22.4px */
}

.ct-smart{
    width: 100%;
    padding-left: 4vw;
    padding-right: 4vw;

    box-sizing: border-box;

    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;

    margin-top: 13.89vw;
}
.ct-smart .sector-1-3{
    width: 27.71vw;
    margin-left: 1.74vw;
    margin-right: 1.74vw;
}
.ct-smart .sector-1-3 img{
    width: 100%;
}
.ct-smart .sector-1-3 .lrbar-span{
    margin-bottom: 2.22vw;
}
.ct-smart .sector-1-3 h2{
    color: #F4F4F4;

    font-family: Helvetica;
    font-size: 3.61vw;
    font-style: normal;
    font-weight: 700;
    line-height: 110%; /* 57.2px */
    letter-spacing: -1.04px;
    text-transform: uppercase;

    margin-bottom: 8.33vw;
}
.ct-smart .sector-1-3 > p{
    color: rgba(223, 224, 215, 0.60);

    font-family: Helvetica;
    font-size: 1.11vw;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}
.ct-smart .sector-1-3 h2 span{
    display: block;
    background: linear-gradient(90deg, #E9E9E9 0%, #97897F 35.58%, #FFF8DB 65%, #626261 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.ct-smart .sector-1-3{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.ct-smart .sector-1-3 .info-bl{
    margin-top: 1.94vw;
    margin-bottom: 1.94vw;
}
.ct-smart .sector-1-3 .info-bl h3{
    color: #F4F4F4;
    font-family: Helvetica;
    font-size: 2.22vw;
    font-style: normal;
    font-weight: 700;
    line-height: 108%; /* 34.56px */
    text-transform: uppercase;

    margin-bottom: 0.42vw;
}
.ct-smart .sector-1-3 .info-bl p{
    color: rgba(223, 224, 215, 0.60);
    font-family: Helvetica;
    font-size: 1.11vw;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 22.4px */
}

.ct-platform{
    width: 100%;
    margin-bottom: 20.83vw;
}

.ct-platform .bg{
    position: relative;
}
.ct-platform .bg img{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.ct-platform .ct-platform-ttl{
    padding-top: 13.89vw;
    position: relative;
    z-index: 1;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.ct-platform .ct-platform-ttl .lrbar-span{
    margin-bottom: 2.22vw;
}
.ct-platform .ct-platform-ttl h2{
    color: #F4F4F4;
    text-align: center;
    font-family: Helvetica;
    font-size: 3.61vw;
    font-style: normal;
    font-weight: 700;
    line-height: 110%; /* 57.2px */
    letter-spacing: -1.04px;
    text-transform: uppercase;
    margin-bottom: 1.11vw;
}
.ct-platform .ct-platform-ttl h2 span{
    background: linear-gradient(90deg, #E9E9E9 0%, #97897F 35.58%, #FFF8DB 65%, #626261 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    display: block;
}
.ct-platform .ct-platform-ttl p{
    color: rgba(223, 224, 215, 0.60);

    text-align: center;
    font-family: Helvetica;
    font-size: 1.11vw;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;

    width: 53.75vw;
}

.ct-platform .pie-container .pie-wrapper {
    width: 41.11vw;   /* 592px макета */
    height: 41.11vw;
    border-radius: 50%;
    border: 1.11vw solid #0C0D0B; /* 16px макета */
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    position: relative;
    background:
            radial-gradient(62.64% 82.75% at 28.14% -10.42%, rgba(255, 255, 255, 0.10) 0%, rgba(255, 255, 255, 0.00) 100%),
            radial-gradient(51.14% 47.54% at 50.26% 43.44%, #222426 0%, #121315 100%);
}

.ct-platform .pie-container svg {
    width: 100%;
    height: 100%;
    background: transparent; /* прозрачный, чтобы был виден градиент */
}

.ct-platform .pie-container .sector {
    fill: transparent;
    cursor: pointer;
    transition: fill 0.3s;

    stroke: rgba(255, 255, 255, 0.05);      /* цвет разделительной линии */
    stroke-width: 0.05;   /* толщина линии, можно подрегулировать */
}

.ct-platform .pie-container .sector:hover {
    fill: #3A3A36;
}

.ct-platform .pie-container #labels {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none; /* чтобы клики шли на SVG */
    display: flex;
    justify-content: center;
    align-items: center;
}

.ct-platform .pie-container .label {
    color: #DFE0D7;
    font-family: Helvetica;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 19.2px */
    text-decoration-line: underline;

    font-size: 1.11vw;

    transform: translate(-50%, -50%);
    white-space: pre-line; /* чтобы переносы \n работали */

    position: absolute;

    cursor: pointer;
    pointer-events: none;
}
.ct-platform .pie-container .pie-wrapper{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.ct-platform .pie-container .pie-wrapper .logo-pie{
    width:11.81vw;
    height: 11.81vw;
    position: absolute;
}

.pie-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 12vw;
}

.ct-unified{
    width: 100%;

    padding-left: 4vw;
    padding-right: 4vw;

    box-sizing: border-box;

    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;

    position: relative;
    z-index: 2;
}
.ct-unified .sector-1-2{
    width: 45vw;
    margin-left: 0.83vw;
    margin-right: 0.83vw;
}
.ct-unified .sector-1-2 .lrbar-span{
    margin-bottom: 2.22vw;
}
.ct-unified .sector-1-2 h2{
    color: #F4F4F4;

    font-family: Helvetica;
    font-size: 3.61vw;
    font-style: normal;
    font-weight: 700;
    line-height: 110%; /* 57.2px */
    letter-spacing: -1.04px;
    text-transform: uppercase;

    margin-bottom: 1.11vw;
}
.ct-unified .sector-1-2 h2 span{
    display: block;
    background: linear-gradient(90deg, #E9E9E9 0%, #97897F 35.58%, #FFF8DB 65%, #626261 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.ct-unified .sector-1-2 p{
    color: rgba(223, 224, 215, 0.60);

    font-family: Helvetica;
    font-size: 1.11vw;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}
.ct-unified .sector-1-2 img{
    width: 100%;
}
.ct-unified .img-sector{
    box-sizing: border-box;
    padding-left: 6.6vw;
    padding-right: 6.6vw;
}

.ct-modules{
    width: 100%;
    padding-left: 4vw;
    padding-right: 4vw;

    box-sizing: border-box;
    margin-top: 13.89vw;
}
.ct-modules-ttl{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    margin-bottom: 4.17vw;
}
.ct-modules-ttl .lrbar-span{
    margin-bottom: 2.22vw;
}
.ct-modules-ttl h2{
    color: #F4F4F4;

    font-family: Helvetica;
    font-size: 3.61vw;
    font-style: normal;
    font-weight: 700;
    line-height: 110%; /* 57.2px */
    letter-spacing: -1.04px;
    text-transform: uppercase;

    margin-bottom: 1.11vw;

    text-align: center;
}
.ct-modules-ttl h2 span{
    background: linear-gradient(90deg, #E9E9E9 0%, #97897F 35.58%, #FFF8DB 65%, #626261 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.ct-modules-ttl p{
    color: rgba(223, 224, 215, 0.60);

    font-family: Helvetica;
    font-size: 1.11vw;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;

    text-align: center;
}

.ct-modules-cards{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.ct-modules-cards a{
    border-radius: 1.67vw;
    background: linear-gradient(162deg, #262621 12.51%, #0D0D0B 79.99%);
    display: inline-flex;
    text-decoration: none!important;

    width: 45vw;
    height: 42.64vw;
    flex-direction: column;
    align-items: flex-start;

    padding: 0.56vw;
    box-sizing: border-box;

    margin-left: 0.83vw;
    margin-right: 0.83vw;
}
.ct-modules-cards a .img-wrap{
    width: 100%;
}
.ct-modules-cards a .img-wrap img{
    width: 100%;

    filter: grayscale(100%);

    transition: 0.3s;
}
.ct-modules-cards a:hover .img-wrap img{
    filter: grayscale(0%);
}
.ct-modules-cards .t-content{
    padding: 0.83vw 1.11vw 1.11vw 1.11vw;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    box-sizing: border-box;
}
.ct-modules-cards .t-content h3{
    color: #F4F4F4;

    text-align: center;
    font-family: Helvetica;
    font-size: 2.22vw;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 38.4px */
    text-transform: uppercase;
    margin-bottom: 1.11vw;
}
.ct-modules-cards .t-content p{
    color: rgba(223, 224, 215, 0.60);
    text-align: center;
    font-family: Helvetica;
    font-size: 1.11vw;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 22.4px */
    margin-bottom: 1.11vw;
}
.ct-modules-cards .t-content label{
    width: 100%;
    display: flex;
    height: 3.89vw;
    padding: 0.9vw 2.78vw 0.69vw 2.78vw;
    justify-content: center;
    align-items: center;
    gap: 0.28vw;
    align-self: stretch;

    box-sizing: border-box;

    background: #FFF;
    backdrop-filter: blur(3px);

    color: #0D0D0D;

    text-align: center;
    font-family: Helvetica;
    font-size: 1.25vw;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 88.889% */
    text-transform: uppercase;

    cursor: pointer;
}

.ct-stronger{
    margin-top: 13.89vw;
}
.ct-stronger .ct-stronger-ttl{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.ct-stronger .ct-stronger-ttl .lrbar-span{
    margin-bottom: 2.22vw;
}
.ct-stronger .ct-stronger-ttl h2{
    color: #F4F4F4;

    font-family: Helvetica;
    font-size: 3.61vw;
    font-style: normal;
    font-weight: 700;
    line-height: 110%; /* 57.2px */
    letter-spacing: -1.04px;
    text-transform: uppercase;

    margin-bottom: 1.11vw;

    text-align: center;
}
.ct-stronger .ct-stronger-ttl h2 span{
    display: block;
    background: linear-gradient(90deg, #E9E9E9 0%, #97897F 35.58%, #FFF8DB 65%, #626261 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.ct-stronger .ct-stronger-ttl p{
    color: rgba(223, 224, 215, 0.60);

    font-family: Helvetica;
    font-size: 1.11vw;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;

    text-align: center;
}
.ct-stronger-test{
    width: 100%;
}
.ct-stronger-test img{
    width: 100%;
}

.ct-leading{

    margin-top: 13.89vw;
    margin-bottom: 13.89vw;
}

.ct-leading-ttl{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    margin-bottom: 5.56vw;
}
.ct-leading .ct-leading-ttl .lrbar-span{
    margin-bottom: 2.22vw;
}
.ct-leading .ct-leading-ttl h2{
    color: #F4F4F4;

    font-family: Helvetica;
    font-size: 3.61vw;
    font-style: normal;
    font-weight: 700;
    line-height: 110%; /* 57.2px */
    letter-spacing: -1.04px;
    text-transform: uppercase;

    margin-bottom: 1.11vw;

    text-align: center;
}
.ct-leading .ct-leading-ttl h2 span{
    display: block;
    background: linear-gradient(90deg, #E9E9E9 0%, #97897F 35.58%, #FFF8DB 65%, #626261 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.ct-leading .ct-leading-ttl p{
    color: rgba(223, 224, 215, 0.60);

    font-family: Helvetica;
    font-size: 1.11vw;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;

    text-align: center;

    width: 44.72vw;
}

.ct-leading-numbers{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;

    padding-left: 4vw;
    padding-right: 4vw;

    width: 100%;
    box-sizing: border-box;
}
.ct-leading-numbers .numb-bl{
    width: 21.88vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.ct-leading-numbers .numb-bl label{
    color: #F4F4F4;

    text-align: center;
    font-family: Helvetica;
    font-size: 3.33vw;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 57.6px */
    text-transform: uppercase;

    margin-bottom: 0.56vw;
}
.ct-leading-numbers .numb-bl  span{
    color: #F4F4F4;
    text-align: center;
    font-family: Helvetica;
    font-size: 1.11vw;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 22.4px */
    text-transform: uppercase;
}
.ct-leading .bg{
    position: relative;
    margin-bottom: 58.4vw;
}
.ct-leading .bg img{
    width: 100%;
    position: absolute;
    top: -25vw;
    left: 0;
}
.ct-leading .cta{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    position: relative;
    z-index: 2;
}
.ct-leading .cta h2{
    text-align: center;
    font-family: Helvetica;
    font-size: 52px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%; /* 57.2px */
    letter-spacing: -1.04px;
    text-transform: uppercase;

    background: linear-gradient(90deg, #E9E9E9 0%, #97897F 35.58%, #FFF8DB 65%, #626261 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 1.11vw;
}
.ct-leading .cta p{
    color: rgba(223, 224, 215, 0.60);
    text-align: center;
    font-family: Helvetica;
    font-size: 1.11vw;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 22.4px */

    margin-bottom: 2.78vw;
}

.faq .faq-title h2 {
    font-family: Helvetica!important;
    font-size: 3.61vw!important;
    font-weight: 700!important;
}
/* .faq .faq-list .faq-item {
    background: linear-gradient(152deg, #262621 -47.8%, #0D0D0B 71.81%)!important;
} */
/* .faq .faq-list .faq-item .q .text{
    font-family: Helvetica!important;
    font-size: 2.22vw!important;

    text-transform: uppercase!important;
    font-weight: 700!important;
} */

/* .faq .faq-list .faq-item .a {
    padding: 0 2.36111vw 1.94444vw 3.33333vw!important;
} */
/* .faq .faq-list .faq-item .a p {
    color: rgba(223, 224, 215, 0.60)!important;

    font-family: Helvetica!important;
    font-size: 1.11vw!important;
    font-weight: 400!important;
} */

@media(max-width: 960px){
    .ct-header-content {
        padding-top: 90vw;
    }

    span.lrbar-span {
        height: 3.2vw;
        padding: 1.07vw 3.2vw;
        font-size: 3.2vw;
        margin-bottom: 6.4vw;
    }
    .ct-header-content h1{
        font-size: 12.8vw;
        margin-bottom: 4.27vw;
    }
    .ct-header-content p{
        width: 100%;

        box-sizing: border-box;

        font-size: 3.73vw;

        margin-bottom: 8.53vw;
    }

    a.button-or {
        background: #FF771D;
        height: 10.667vw;
        padding: 2.667vw 5.333vw 2.667vw 5.333vw;
        justify-content: center;
        align-items: center;
        gap: 0.278vw;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        color: #FFF;
        font-family: "NeueMachina";
        font-size: 3.733vw;
        font-style: normal;
        font-weight: 500;
        line-height: 100%;
        text-transform: uppercase;
        box-sizing: border-box;
        text-decoration: none;
        transition: 0.3s;
        width: 100%;
    }

    .ct-activate{
        margin-top: 21.33vw;
    }
    .ct-activate .ct-activate-inner h2{
        font-size: 8.53vw;
    }
    .ct-activate .ct-activate-inner h4{
        font-size: 6.4vw;
        width: 100%;

        padding-left: 4vw;
        padding-right: 4vw;

        margin-bottom: 21.33vw;

        box-sizing: border-box;
    }
    .ct-activate .ct-activate-inner .ct-activate-cards{
        flex-direction: column;
    }
    .ct-activate-card{
        width: 100%;

        margin-left: unset;
        margin-right: unset;

        padding: 2.13vw;
        border-radius: 6.4vw;

        margin-bottom: 6.4vw;
    }
    .ct-activate-card .img-block img{
        border-radius: 16px;
        border: 1px solid #2A2C2E;
        background: rgba(13, 13, 13, 0.50);

        filter: grayscale(0%) !important;
    }
    .ct-activate-card .t-content{
        padding: 3.2vw 4.27vw 4.27vw 4.27vw;
    }
    .ct-activate-card .t-content h3{
        font-size: 4.8vw;

        margin-bottom: 3.2vw;
    }
    .ct-activate-card .t-content p{
        font-size: 3.73vw;
    }

    .ct-smart{
        flex-direction: column;
    }
    .ct-smart .sector-1-3{
        margin-left: unset;
        margin-right: unset;

        margin-bottom: 10.67vw;

        width: 100%;
    }
    .ct-smart .sector-1-3 .lrbar-span{
        margin-bottom: 6.4vw;
    }
    .ct-smart .sector-1-3 h2{
        font-size: 8.53vw;

        width: 100%;
        margin-bottom: 2.13vw;
    }
    .ct-smart .sector-1-3 > p{
        font-size: 14px;
    }

    .ct-smart .sector-1-3 .info-bl{
        width: 100%;

        margin-left: unset;
        margin-right: unset;

        margin-bottom: 6.4vw;
    }
    .ct-smart .sector-1-3 .info-bl h3{
        margin-bottom: 2.13vw;
        font-size: 5.33vw;
    }
    .ct-smart .sector-1-3 .info-bl p{
        font-size: 3.73vw;
    }

    .ct-platform .ct-platform-ttl {
        padding-top: 21.33vw;

        justify-content: flex-start;
        align-items: flex-start;
        padding-left: 4vw;
        padding-right: 4vw;

        width: 100%;
        box-sizing: border-box;
    }


    .ct-platform .ct-platform-ttl .lrbar-span{
        margin-bottom: 6.4vw;
    }
    .ct-platform .ct-platform-ttl h2{
        text-align: left;
        font-size: 8.53vw;

        margin-bottom: 2.13vw;
    }
    .ct-platform .ct-platform-ttl h2 br{
        display: none!important;
    }
    .ct-platform .ct-platform-ttl p{
        font-size: 3.73vw;
        width: 100%;

        text-align: left;
    }
    .ct-platform .pie-container{
        margin-top: 10.67vw;
    }

    .ct-platform .pie-container .pie-wrapper {
        width: 91.47vw;   /* 592px макета */
        height: 91.47vw;
        border-radius: 50%;
        border: 2.13vw solid #0C0D0B; /* 16px макета */
        display: flex;
        justify-content: center;
        align-items: center;
        box-sizing: border-box;
        position: relative;
        background:
                radial-gradient(62.64% 82.75% at 28.14% -10.42%, rgba(255, 255, 255, 0.10) 0%, rgba(255, 255, 255, 0.00) 100%),
                radial-gradient(51.14% 47.54% at 50.26% 43.44%, #222426 0%, #121315 100%);
    }

    .ct-platform .pie-container .pie-wrapper .logo-pie{
        width:26.4vw;
        height: 26.4vw;
        position: absolute;
    }
    .ct-platform .pie-container .pie-wrapper .label{
        font-size: 2.48vw;
    }

    .ct-platform .bg img {
        top: -35vw;
    }

    .ct-unified{
        flex-direction: column;
    }
    .ct-unified .sector-1-2{
        width: 100%;
        margin-left: unset;
        margin-right: unset;

        margin-bottom: 10.67vw
    }

    .ct-unified .sector-1-2 .lrbar-span{
        margin-bottom: 8.53vw;
    }

    .ct-unified .sector-1-2 h2{
        font-size: 8.53vw;
        width: 100%;

        margin-bottom: 2.13vw;
    }
    .ct-unified .sector-1-2 h2 span{
        display: inline!important;
    }
    .ct-unified .sector-1-2 p{
        font-size: 3.73vw;
    }

    .ct-modules-ttl{
        justify-content: flex-start;
        align-items: flex-start;

        margin-bottom: 8.53vw;
    }
    .ct-modules-ttl .lrbar-span{
        margin-bottom: 8.53vw;
    }
    .ct-modules-ttl h2{
        font-size: 8.53vw;
        margin-bottom: 4.27vw;

        text-align: left;
    }
    .ct-modules-ttl p{
        font-size: 3.73vw;
        text-align: left;
    }

    .ct-modules-cards{
        flex-direction: column;
    }

    .ct-modules-cards a {
        width: 100%;

        margin-left: unset;
        margin-right: unset;

        height: auto!important;

        margin-bottom: 4.27vw;

        border-radius: 4.27vw;
        background: radial-gradient(62.64% 82.75% at 28.14% -10.42%, rgba(255, 255, 255, 0.10) 0%, rgba(255, 255, 255, 0.00) 100%), radial-gradient(51.14% 47.54% at 50.26% 43.44%, #232226 0%, #121215 100%);

        padding: 2.13vw;
    }
    .ct-modules-cards a .img-wrap img{
        border-radius: 2.13vw;
        border: 0.27vw solid #2A2C2E;

        filter: grayscale(0%);
    }
    .ct-modules-cards .t-content {
        padding: 2.13vw;

        justify-content: flex-start;
        align-items: flex-start;
    }
    .ct-modules-cards .t-content h3{
        font-size: 5.33vw;

        margin-bottom: 2.13vw;
    }
    .ct-modules-cards .t-content p{
        font-size: 3.73vw;
        margin-bottom: 4.27vw;

        text-align: left;
    }
    .ct-modules-cards .t-content label {
        height: 12.8vw;
        padding: 3.2vw 10.67vw;
        font-size: 4.8vw;
    }

    .ct-stronger .ct-stronger-ttl{
        justify-content: flex-start;
        align-items: flex-start;

        margin-bottom: 8.53vw;

        padding-left: 4vw;
        padding-right: 4vw;

        box-sizing: border-box;
    }
    .ct-stronger .ct-stronger-ttl .lrbar-span{
        margin-bottom: 8.53vw;
    }
    .ct-stronger .ct-stronger-ttl h2{
        font-size: 8.53vw;
        margin-bottom: 4.27vw;
        padding-right: 10vw;
        text-align: left;
    }
    .ct-stronger .ct-stronger-ttl p{
        font-size: 3.73vw;
        text-align: left;
    }

    .ct-leading{
        margin-top: 21.33vw;
    }

    .ct-leading .ct-leading-ttl{
        justify-content: flex-start;
        align-items: flex-start;

        margin-bottom: 8.53vw;

        padding-left: 4vw;
        padding-right: 4vw;

        box-sizing: border-box;
    }
    .ct-leading .ct-leading-ttl .lrbar-span{
        margin-bottom: 8.53vw;
    }
    .ct-leading .ct-leading-ttl h2{
        font-size: 8.53vw;
        margin-bottom: 4.27vw;
        text-align: left;
    }
    .ct-leading .ct-leading-ttl h2 span{
        display: inline!important;
    }
    .ct-leading .ct-leading-ttl p{
        font-size: 3.73vw;
        text-align: left;

        width: 100%;
    }

    .ct-leading-numbers {
        flex-direction: column;
    }
    .ct-leading-numbers .numb-bl{
        margin-bottom: 6.4vw;
        width: 100%;
    }

    .ct-leading .bg img {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
    .ct-leading .ct-leading-numbers .numb-bl label{
        font-size: 8.53vw;
        margin-bottom: 1.07vw;
    }
    .ct-leading .ct-leading-numbers .numb-bl span{
        font-size: 3.73vw;
    }

    .ct-leading .cta{
        padding-left: 4vw;
        padding-right: 4vw;
    }
    .ct-leading .cta h2{
        font-size: 8.53vw;

        padding-top: 26.67vw;
        margin-bottom: 4.27vw;
    }
    .ct-leading .cta h2 br{
        display: none!important;
    }
    .ct-leading .cta p{
        font-size: 3.73vw;
        margin-bottom: 8.53vw;
    }

    .faq .faq-title h2 {
        font-size: 8.53vw !important;
        text-align: left;
    }
    .faq .faq-list .faq-item .q .text {
        font-size: 5.33vw !important;
    }

    .faq .faq-list .faq-item .a p {
        font-size: 3.73vw !important;
    }

    .faq .faq-list .faq-item .a {
        padding: 5.33333vw 5.33333vw 4vw!important;
    }
}

.pie-wrapper a.disabled{
    text-decoration: none!important;
}

.lrbar-span{
    clip-path: inset(0 50% 0 50%);
    transition: clip-path 0.9s cubic-bezier(.4,0,.2,1);
}
.lrbar-span.open{
    clip-path: inset(0 0 0 0);
}
.lrbar-span svg{
    transition: left 0.9s cubic-bezier(.4,0,.2,1),
    right 0.9s cubic-bezier(.4,0,.2,1);
}
span.lrbar-span .l-bar{
    left: 50%;
}
span.lrbar-span .r-bar{
    right: 50%;
}
span.lrbar-span.open .l-bar{
    left: 0;
}
span.lrbar-span.open .r-bar{
    right: 0;
}

.faq br{
    display: none!important;
}