

.m-main {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
    overflow: visible;
}

@media (min-width: 760px) {
    .m-main {
        max-width: 1440px;
    }
}

.colored {
    color: #FF8200;
}

.heading {
    font-size: 32px;
    font-weight: 900;
    position: relative;
    text-transform: capitalize;
}



.m-container {
    padding: 0 25px;
}

@media (min-width: 760px) {
    .m-container {
        padding: 0 50px;
    }
}

@media (min-width: 990px) {
    .m-container {
        padding: 0 75px;
    }
}

@media (min-width: 1280px) {
    .m-container {
        padding: 0 100px;
    }
}
.colored {
    color: #FF8200;
}

.clients-page .clients {
    margin-top: 80px;
    margin-bottom: 30px;
}
.clients-page .clients .title {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 800;
    font-size: 80px;
    line-height: 130%;
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 30px;
}
.wpcf7-list-item {
	margin-left: 0px;
}
.clients-page .clients h1 span {
    color: #FF8200;
}
.clients-page .clients .title-descr {
    max-width: 690px;
    font-weight: 500;
    text-align: center;
    font-size: 24px;
    line-height: 150%;
    display: flex;
    color: #333333;
    opacity: 0.8;
    margin: 0 auto;
}
.main-title.clients {
    position: relative;
}
.main-title.clients:before {
    content: '';
    position: absolute;
    width: 478px;
    height: 400px;
    background-size: contain;
    background-image: url(../img/new/clients-new/orange-el-stars.png);
    top: 62px;
    left: -182px;
    z-index: -1;
    background-repeat: no-repeat;
}
.main-title.clients:after {
    content: '';
    position: absolute;
    width: 444px;
    height: 444px;
    background-size: contain;
    background-image: url(../img/new/clients-new/c-rocket.png);
    top: -108px;
    right: -229px;
    z-index: -1;
    background-repeat: no-repeat;
}

.n-title .title {
    font-weight: 800;
    font-size: 48px;
    line-height: 62px;
    text-align: center;
    text-transform: capitalize;
    color: #323232;
    margin-bottom: 32px;
}
.n-title .title-descr {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
    opacity: 0.8;
    margin-bottom: 60px;
}
.clients-page .clients-form {
    padding: 150px 0;
}
.tab .tabs {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 auto;
    margin-bottom: 55px;
    max-width: 680px;

}
.tab .tabs > li:not(:last-child) {
    margin-right: 10px;
    margin-bottom: 30px;
}
.tab .tabs a.active {
    border: 1px solid #FF8200;
    color: #fff;
    background-color: #FF8200;
    font-weight: 700;
    z-index: 2;
}
.tab .tabs a {
    border: 1px solid #A1B1C8;
    font-weight: 400;
    font-size: 18px;
    line-height: 1;
    background-color: transparent;
    padding: 8px 16px;
    text-align: center;
    text-transform: capitalize;
    color: #A1B1C8;
    transition: color .3s, background-color .3s, border .3s;
    -webkit-transition: color .3s, background-color .3s, border .3s;
    -moz-transition: color .3s, background-color .3s, border .3s;
    -ms-transition: color .3s, background-color .3s, border .3s;
    -o-transition: color .3s, background-color .3s, border .3s;
    border-radius: 32px;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    -ms-border-radius: 32px;
    -o-border-radius: 32px;
}
.clients-tab.partners {
    position: relative;
}
.clients-tab.partners:before {
    content: '';
    display: block;
    position: absolute;
    width: 300px;
    height: 300px;
    background-size: contain;
    background-image: url(../img/new/clients-new/gray-el.png);
    bottom: -97px;
    right: -98px;
    z-index: -1;
}
.clients-tab.results  .tab-item-wrapper {
    background: #F6F8FA;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    display: flex;

}
.clients-tab .tabs-item-wrapper {
    display: flex;
    gap: 30px;
}
.clients-tab.results .tabs_item{
    display: flex;
    gap: 30px;
}

.clients-tab.results .tabs_item {
    display: none;
}

.clients-tab.results .tabs_item:first-child {
    display: flex;
}
.clients-tab .tab-item-content-wrapper {
    padding: 32px 22px 0px 32px;
}
.clients-tab .tab-item-content {

    max-width: 440px;
}
.clients-tab {
    z-index: 1;
}
.tabs_item[style*="display: block"]{
    display:flex!important;
}
.clients-tab .tab-title {
    font-style: normal;
    font-weight: 800;
    font-size: 32px;
    line-height: 48px;
    color: #323232;
}
.clients-tab .tab-goal, 
.clients-tab .tab-results {
    margin-top: 16px;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    color: #323232;
}
.clients-tab .tab-goal span {
    display: block;
}
.clients-tab .tab-goal span,
.clients-tab .tab-results span {
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    color: #A1B1C8;
    opacity: 0.8;
    margin-top: 15px;
}
.clients-tab .tab-results .res-val span {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    color: #FF8200;
}
.res-val {
    margin-bottom: 5px;
}
.clients-btn {
    text-align: center;
    display: inline-block;
    margin-top: 24px;
    padding: 16px 32px;
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    color: #FFFFFF;
    background-color: #FF8200;
    border: 1px solid transparent;
    box-sizing: border-box;
    text-decoration: none;
    position: relative;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    transition: color .3s, background-color .3s, border .3s;
    -webkit-transition: color .3s, background-color .3s, border .3s;
    -moz-transition: color .3s, background-color .3s, border .3s;
    -ms-transition: color .3s, background-color .3s, border .3s;
    -o-transition: color .3s, background-color .3s, border .3s;
}
.clients-tab-btn {
    margin-bottom: 32px;
}
.clients-tab .tab-img {
    max-width: 230px;
    position: relative;
    left: -3px;
    width: 100%;
}
.clients-tab.partners .tabs_item:first-child{
    display: block;
}

.clients-tab.partners .tabs_item {
    display: none;
}

.clients-btn:hover {
    border: 1px solid #ff8200;
    background-color: transparent;
    color: #ff8200;
}
.clients-tab.partners .partners-grid {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 100%;
    justify-content: center;
}

.clients-tab.partners .part-item {
    position: relative;
    cursor: pointer;
    text-align: center;
    border: 1px solid #ECEFF4;
    background: #fff;
    margin: 0 -1px -1px 0;
    height: 155px;
    width: 155px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform .3s ease, opacity .3s ease;
    -webkit-transition: transform .3s ease, opacity .3s ease;
    -moz-transition: transform .3s ease, opacity .3s ease;
    -ms-transition: transform .3s ease, opacity .3s ease;
    -o-transition: transform .3s ease, opacity .3s ease;
}
.clients-tab.partners .part-item img {
    max-width: 58px;
    max-height: 58px;
    object-fit: contain;
}
.clients-tab.partners .part-item .name {
    opacity: 0;
    position: absolute;
    bottom: 18px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    text-align: center;
    text-transform: capitalize;
    color: #323232;
    transition:  opacity .3s ease;
    -webkit-transition:  opacity .3s ease;
    -moz-transition:  opacity .3s ease;
    -ms-transition:  opacity .3s ease;
    -o-transition:  opacity .3s ease;
}
.partners-grid .part-item:hover {
    z-index: 1;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.partners-grid .part-item:hover .name {
    opacity: 1;
}
.our-customers {
    overflow: hidden;
}
.our-customers-slider {
    position: relative;
}
.our-customers-slider .cutomers-wrapper {
    background-color: #FFF5EB;
    padding: 40px;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    transition: background-color .5s ease;
    -webkit-transition: background-color .5s ease;
    -moz-transition: background-color .5s ease;
    -ms-transition: background-color .5s ease;
    -o-transition: background-color .5s ease;
}
.our-customers-slider .swiper-slide-active .cutomers-wrapper {
    background-color: #F6F8FA;
}
.our-customers-slider .customers-header {
    display: flex;
    margin-bottom: 25px;
    align-items: center;
}

.our-customers-slider .city-name {
    font-size: 24px;
    font-weight: 800;
    line-height: 31px;
    margin-bottom: 5px;
}
.our-customers-slider .customers-title {
    margin-left: 15px;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    color: rgba(50, 50, 50, 0.6);
    flex-direction: column;
}
.our-customers-slider .customers-subtitle > b {
    color: #323232;
}

.our-customers .customers-text {
    font-size: 18px;
    line-height: 27px;
    color: #323232;
}
.our-customers .customers-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    width: 100%;
    max-width: 60px;
    background: #FFFFFF;
    box-shadow: 16px 16px 24px rgb(114 132 145 / 10%);
    border-radius: 17px;
}
.c-nav .chevron {
    cursor: pointer;
    position: relative;
    width: 40px;
    height: 40px;
    background: #fff;
    box-shadow: 8px 8px 16px rgb(114 132 145 / 10%);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.c-nav .chevron::before {
    content: '';
    position: relative;
    border-style: solid;
    border-width: 2px 2px 0 0;
    border-color: #A1B1C8;
    display: block;
    height: 12px;
    width: 12px;
}

.c-nav .c-prev.chevron:before {
    left: 3px;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
}
.c-nav .c-next.chevron:before {
    left: -2px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.c-nav {
    display: none;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
}
.c-nav .swiper-pagination {
    position: static;
    padding: 12px 24px;
    background: #FFFFFF;
    box-shadow: 8px 8px 16px rgba(114, 132, 145, 0.1);
    border-radius: 24px;
    margin: 0 50px
}
.c-nav .swiper-pagination .swiper-pagination-bullet {
    margin-right: 15px;
}
.c-nav .swiper-pagination .swiper-pagination-bullet:last-of-type {
    margin-right: 0;
}
.c-nav .swiper-pagination .swiper-pagination-bullet {
    background: #FF8200;
    opacity: 0.2;
}
.c-nav .swiper-pagination .swiper-pagination-bullet-active {
    background: #FF8200;
    opacity: 1;
}

.cl-link {
    display: flex;
    justify-content: center;
    margin-top: 55px;
}
.cl-link a {
    font-style: normal;
    font-weight: 800;
    font-size: 18px;
    line-height: 23px;
    text-align: center;
    text-decoration-line: underline;
    color: #FF8200;
}
.clients-form {
    position: relative;
}

.clients-form:before {
    content: '';
    display: block;
    position: absolute;
    width: 325px;
    height: 325px;
    background-size: contain;
    background-image: url(../img/new/clients-new/orange-el.png);
    top: -700px;
    left: -148px;
    z-index: -1;
}

.c-form-wrapper {
    position: relative;
    display: flex;
    background: #F6F8FA;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    padding: 80px;
    overflow: hidden;
    z-index: 1;
}
.c-form {
	max-width: 600px;
    width: 100%;
}
.c-form-wrapper .c-form-block {
    max-width: 520px;
    margin-right: 40px;
}

.c-form-wrapper .c-form-title {
    font-style: normal;
    font-weight: 800;
    font-size: 48px;
    line-height: 62px;
    text-transform: capitalize;
    color: #333333;
    margin-bottom: 35px;
}
.c-form-wrapper .c-form-descr {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    color: rgba(51, 51, 51, 0.8);
}
.cl-form-input {
    background: #FFFFFF;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    padding: 16px 24px;
    margin-bottom: 24px;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    color: #A1B1C8;
    opacity: 0.8;
    width: 100%;
    border: none;
    outline: none;
}
.c-form-checkbox-wrapper { 
    display: flex;
}
.c-accept .wpcf7-list-item {
    margin: 0 !important;
}
.c-form input[type="submit"]:disabled {
    border: 1px solid #a6a09a;
    pointer-events: none;
    background-color: #a6a09a;
}
.c-form input[type="submit"] {
    cursor: pointer;
}
.c-form-wrapper:before {
    content: '';
    position: absolute;
    background-image: url(../img/clients/c-form-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    bottom: -161px;
    left: 44px;
    width: 500px;
    height: 630px;
    z-index: -1;
}
.c-chekbox {
    position: absolute;
    width: 24px;
    height: 24px;
    opacity: 1;
}
.c-chekbox:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    background-color: #FF8200;
    border-radius: 3px;
}
.c-chekbox.omaewa:before {
    background-image: url(../img/clients/chek.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px;
}
[name="c-accept"] + .wpcf7-list-item-label {
    display: block;
    padding-left: 40px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
}
.c-accept .wpcf7-list-item-label {
    display: block;
    padding-left: 40px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
}
@media only screen and (min-width: 768px) {
    .our-customers-slider .c-nav .swiper-pagination {
        display: none;
    }
    .our-customers-slider .c-nav {
        display: flex;
    }
    .our-customers-slider .c-nav {
        z-index: 2;
        display: inline-flex;
        justify-content: space-between;
        position: absolute;
        width: 100%;
        bottom: 50%;
        margin: 0;
    }
}
@media only screen and (max-width: 1400px) {

    .clients-page .clients .title {
        font-size: 70px;
        line-height: 90px;
    }
    .clients-page .clients .title-descr {
        font-size: 22px;
    }
    .c-form-wrapper:before {
        max-height: 500px;
    }
}



@media only screen and (max-width: 1200px) {

    .clients-tab .tab-goal, .clients-tab .tab-results {
        font-size: 16px;
        line-height: 24px;
    }
    .clients-tab .tab-item-content-wrapper {
        padding: 32px 30px 0px 20px;
    }
    .clients-tab .tab-title {
        font-size: 30px;
    }
    .clients-tab .tab-title {
        font-size: 30px;
        line-height: 36px;
    }
    .our-customers-slider .customers-header {
        margin-bottom: 20px;
    }
    .our-customers-slider .city-name {
        font-size: 20px;
        line-height: 28px;
    }
    .our-customers .customers-text {
        font-size: 16px;
        line-height: 24px;
        
    }
    .our-customers-slider .cutomers-wrapper {
        background-color: #FFF5EB;
        padding: 40px 25px;
    }
    .c-form-wrapper {
        padding: 50px;
    }
    .c-form-wrapper:before {
        bottom: -142px;
        left: 44px;
        width: 350px;
        height: 474px;
    }
    .c-form-wrapper:before {
        max-height: 500px;
    }
}

@media only screen and (max-width: 989px) {
    .clients-tab.results .tabs_item {
        flex-direction: column;
    }
    .clients-page .clients .title {
        font-size: 56px;
        line-height: 75px;
    }
    .clients-page .clients .title-descr {
        font-size: 20px;
    }
    .clients-form .c-form-title {
        font-size: 44px;
        line-height: 58px;

    }
    
} 
@media only screen and (max-width: 767px) {
    .clients-page .m-container {
        padding: 0 20px !important;
    }
    .clients-page .clients {
        margin-top: 35px;
    }
    .main-title.clients:after {
        width: 400px;
        height: 400px;
        background-image: url(../img/new/clients-new/gray-el.png);
        top: -242px;
        right: -229px
    }
    .main-title.clients:before {
        content: '';
        position: absolute;
        width: 250px;
        height: 250px;
        background-size: contain;
        background-image: url(../img/new/clients-new/orange-el.png);
        top: 19px;
        left: -153px;
    }
    .title.desc-title {
        display: none;
    }
    .our-customers-slider .c-nav {
        display: flex;
    }
    .our-customers-slider .c-nav .swiper-pagination {
        display: block;
    }
    .clients-page .clients .title {
        font-size: 42px;
        line-height: 62px;
        margin-bottom: 24px;
    }
    .clients-page .clients .title-descr {
        font-size: 18px;
        line-height: 27px;
    }
    .clients-tab.results .tab-item-wrapper {
        display: flex;
        position: relative;
        justify-content: center;
        border-radius: 35px;
        -webkit-border-radius: 35px;
        -moz-border-radius: 35px;
        -ms-border-radius: 35px;
        -o-border-radius: 35px;
    }
    .clients-tab .tab-item-content {
        max-width: 100%;
        padding: 24px 16px 24px 135px;
    }
    .clients-tab .tab-img {
        width: 100%;
        max-width: 120px;
        position: relative;
        left: -1px;
        position: absolute;
        display: block;
    }
    .clients-tab-btn {
        margin: 0 auto;
        margin-bottom: 32px;
    }
    .clients-tab-btn {
        margin: 33px 24px 32px 24px;
    }
    .clients-tab .tab-item-content-wrapper {
        padding: 0;
        display: flex;
        flex-direction: column;
    }

    .clients-tab .tab-goal, .clients-tab .tab-results {
        font-size: 16px;
        line-height: 24px;
    }
    .clients-tab .tab-goal:not(span) {
        font-size: 14px;
        line-height: 21px;
        font-weight: 500;
    }
    .res-val {
        margin-bottom: 2px;
        font-size: 14px;
        line-height: 21px;
        font-weight: 500;
    }
    .clients-tab .tab-results .res-val span {
        font-size: 16px;
    }
    .clients-tab .tab-title {
        font-size: 20px;
        line-height: 21px;
    }
    .clients-tab .tab-goal span, .clients-tab .tab-results span {
        font-weight: 700;
        font-size: 16px;
        line-height: 20px;
    }
    .n-title .title {
        font-weight: 800;
        font-size: 32px;
        line-height: 42px;
        max-width: 326px;
        margin: 0 auto;
        margin-bottom: 32px;
    }
    .n-title .title-descr {
        font-size: 18px;
        line-height: 27px
    }
    .clients-tab.partners .part-item img {
        max-width: 40px;
        max-height: 40px;
    }
    .clients-tab.partners .part-item {
        height: 105px;
        width: 105px;
    }
    .clients-tab.partners .part-item .name {
        font-size: 14px;
        position: absolute;
        bottom: 12px;
    }
    .tab .tabs > li:not(:last-child) {
        display: inline-block;
        margin-right: 7px;
        margin-bottom: 21px;
        
    }
    .c-form-wrapper {
        padding: 48px 24px 210px 24px;
        flex-wrap: wrap;
    }
    .c-form-wrapper .c-form-title {
        font-style: normal;
        font-weight: 800;
        font-size: 32px;
        line-height: 42px;
        margin-right: 65px;
    }
    .c-form-wrapper .c-form-descr {
        font-size: 18px;
        line-height: 27px;
    }
    .c-form-wrapper .c-form-block {
        max-width: 520px;
        margin-right: 0;
        margin-bottom: 25px;
    }
    .c-form-wrapper:before {
        bottom: -40px;
        left: auto;
        right: -20px;
        width: 280px;
        height: 310px;
    }
    .clients-page .clients-form {
        padding: 80px 0;
    }
    .clients-tab.partners:before,
    .clients-form:before {
        display: none;
    }
    
    
}
@media only screen and (max-width: 599px) { 
    .clients-tab.partners .tab .tabs {
        display: inline-flex;
        justify-content: flex-start;
        flex-wrap: nowrap;
        overflow: scroll;
        white-space: nowrap;
        margin: 0 auto;
        margin-bottom: 40px;
        max-width: none;
        padding: 10px 25px 0 0;
        width: 100%;
    }
    .c-accept .wpcf7-list-item-label {
        padding-left: 35px;
        font-style: normal;
        font-weight: 500;
        font-size: 12px;
        line-height: 18px;
        color: #333333;
        display: block;
    }
    .clients-page .clients .title-descr {
        padding: 0px 10px;
    }
}

@media only screen and (max-width: 480px) {
    .tab .tabs a {

        font-size: 14px;
    }
    .clients-page .clients .title {
        font-size: 32px;
        line-height: 42px;
    }
    .c-form-wrapper .c-form-title {
        max-width: 270px;
        margin-right: 50px;
    }
    .our-customers .title-descr{
        padding: 0 10px;
    }

}



/* meduia-kit mob*/

@media screen and (min-width:768px) {
    .sec10 .cases__hook-num br {
        display: none;
    }

    .sec15-swiper .swiper-wrapper {
        display: block;
    }
}

@media (min-width: 1440px) {
    .sec15-swiper .swiper-wrapper {
        display: flex;
        justify-content: space-between;
        max-width: calc(820px + (1800 - 820) * ((100vw - 1400px) / (1920 - 320)));
    }
}

@media (min-width: 1600px) {
    .sec15-swiper .swiper-wrapper .sec15__text-wrapper {
        max-width: calc(372px + (800 - 372) * ((100vw - 1400px) / (1920 - 320)));
    }
}
.dn767 {
    display: none;
    z-index: -1;
}
@media only screen and (max-width: 767px) {
    .dn767 {
        display: block;
        z-index: -1;
    }
    .media-kit__main section {
        background: linear-gradient(74.52deg, rgba(201, 192, 242, 0.13) 37.13%, rgba(250, 198, 144, 0.13) 87.62%);
        background: radial-gradient(65.01% 91.84% at 102.89% 31.79%, #FEF3E9 20.83%, #FEF5EC 36.46%, #F7F4FA 91.15%, #F6F4FC 100%);
        z-index: 2;
        overflow: hidden;
    }
    .media-kit__main .text {
        line-height: 24px;
        font-weight: 500;
        font-style: 16px;
    }
    .logo-sm {
        display: none;
    }
    .media-kit__main section:before,
    .media-kit__main section:after {
        display: none;
        position: absolute;
        -webkit-filter: none;
        filter: none;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        z-index: -1;
        background-repeat: no-repeat;
        background-color: transparent;
        background-size: contain;
    }
    /* start sec */
    .media-kit__main .start__top-block {
        margin-bottom: 80px;
    }
    .media-kit__main .start .dn767 {
        position: relative;
        left: -17%;
        width: 150%;
        display: block;
        z-index: -2;
    }
    .media-kit__main .start:before {
        content: '';
        position: absolute;
        top: 187px;
        left: -178px;
        width: 350px;
        height: 350px;
        display: block;
        background-image: url(../img/media-kit/new/media-mob/m-blob.png);

    }
    .media-kit__main .start:after {
        content: '';
        position: absolute;
        width: 300px;
        height: 300px;
        display: block;
        background-image: url(../img/media-kit/new/media-mob/m-blob-2.png);
        top: -71px;
        right: -104px;
        z-index: -1;
    }
    /* sec2 */
    .sec2 {
        padding-top: 40px;
    }


    .sec2 .sec2__img {
        display: none;
    }

    .media-kit__main .sec2:before {
        content: '';
        position: absolute;
        top: -130px;
        right: -100px;
        left: unset;
        height: 300px;
        width: 300px;
        display: block;
        background-image: url(../img/media-kit/new/media-mob/m-spring.png);
    }
    .media-kit__main .sec2:after {
        content: '';
        position: absolute;
        width: 300px;
        height: 300px;
        display: block;
        background-image: url(../img/media-kit/new/media-mob/m-blob-2.png);
        top: 50%;
        right: -104px;
    }
    .sec2__heading {
        color: #FF8200;
        margin-bottom: 24px;
        font-size: 24px;
        margin-right: 70px;
        line-height: 36px;
    }
    .sec2 .text {
        color: rgba(50, 50, 50, 0.6);
    }
    .sec2__hook-container {
        display: grid;
        grid-template-columns: 1fr 1fr;
        column-gap: 55px;
    }
    .sec2__hook-item {
        margin-bottom: 30px;
    }
    .sec2__hook-heading {
        color: rgba(249, 167, 0, 1);
        font-size: 24px;
        line-height: 30px;
        font-weight: 700;
        margin-bottom: 10px;
    }
    .sec2 .lead {
        font-size: 16px;
        font-weight: 700;
        line-height: 24px;
    }
    .sec2__text-block {
        padding-bottom: 150px;
    }
    .sec2 .dn767 {
        position: absolute;
        bottom: 0;
    }
    /* sec3 */
    .sec3__item-text--left:after { 
        display: block;
        content: '';
        position: absolute;
        background: #ebe8fb;
        height: 50px;
        width: 50px;
        right: unset;
        bottom: -10px;
        border-right: 6px solid #f6f4fa;
        border-top: 6px solid #f9f4f5;
        left: 50%;
        z-index: -1;
        border-radius: 9px;
        -webkit-border-radius: 9px;
        -moz-border-radius: 9px;
        -ms-border-radius: 9px;
        -o-border-radius: 9px;
        transform: translate(-50%) rotate(135deg);
        -webkit-transform: translate(-50%) rotate(135deg);
        -moz-transform: translate(-50%) rotate(135deg);
        -ms-transform: translate(-50%) rotate(135deg);
        -o-transform: translate(-50%) rotate(135deg);
    }

    .sec3__wrapper .sec3__item-text--left {
        margin: 0;
        margin-bottom: 7px;
        background-color: rgba(235, 232, 251, 1);
    }

    .sec3__wrapper .sec3__item-text--right {
        background-color: rgba(254, 236, 216, 1);
        z-index: -2;
        margin-bottom: 50px;
        font-style: normal;
        font-size: 16px;
        line-height: 24px;
        color: #FF8200;
    }
    .sec3__wrapper .sec3__item-text {
        font-weight: 700;
        border-radius: 16px;
        -webkit-border-radius: 16px;
        -moz-border-radius: 16px;
        -ms-border-radius: 16px;
        -o-border-radius: 16px;
        font-size: 16px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 15px 20px 15px 20px;
    }
    .sec3__item-text:before {
        content: '';
        width: 35px;
        height: 35px;
        left: -8px;
        top: 0;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain;
        display: inline-block;
        position: relative;
    }
    .sec3__heading {
        font-weight: 700;
    }
    .sec3 {
        padding-top: 40px;
        padding-bottom: 150px;
    }
    .sec3__dec--1 {
        left: -24px;
        top: unset;
        bottom: 120px;
        z-index: -4;
        max-height: 120px;
    }
    
    .sec3__dec {
        position: absolute;
        z-index: -3;
    }
    .sec3__dec--2 {
        top: unset;
        right: -10px;
        bottom: 60px;
        max-height: 80px;
    }
    .sec3__dec--3 {
        left: 40%;
        bottom: -5px;
        height: 80px;
    }
    /* sec4 */
    .sec4__heading {
        text-align: left;
        font-weight: 800;
        font-size: 24px;
        line-height: 36px;
        color: #FF8200;
        margin: 0;
        max-width: 100%;
        margin-bottom: 25px;
    }
    .sec4__img {
        display: block;
        margin: 0;
        max-width: 60px;
        margin-right: 15px;
        object-fit: contain;
    }

    .sec4__item {
        text-align: left;
        display: flex;
        margin-bottom: 30px;
        align-items: center;
        width: 100%;
    }
    .sec4__text {
        max-width: 100%;
        margin: 0;
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
        color: #323232;
    }
    /* sec5 */
    .sec5 {
        padding-bottom: 0;
    }
    .sec5:before {
        content: '';
        position: absolute;
        display: block !important;
        top: 153px;
        right: -94px;
        left: unset;
        height: 250px;
        width: 250px;
        background-image: url(../img/media-kit/new/media-mob/m-blob.png);
    }
    .sec5:after {
        content: '';
        position: absolute;
        display: block !important;
        width: 450px;
        height: 450px;
        background-image: url(../img/media-kit/new/media-mob/m-blob-2.png);
        bottom: -265px;
        top: unset;
        left: -171px;
    }
    .sec5__heading {
        font-style: normal;
        font-weight: 700;
        font-size: 24px;
        line-height: 36px;
        text-align: left;
        margin-bottom: 15px;
    }
    .sec5__item-subheading {
        font-style: normal;
        font-weight: 700;
        font-size: 16px;
        line-height: 20px;
        color: #323232;
    }
    .sec5__heading-block .sec5__text,
    .sec5__item-text {
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        color: rgba(50, 50, 50, 0.6);
        text-align: left;
        margin-bottom: 25px;
        margin-right: 10px;
    }
    .sec5__item-heading {
        font-weight: 700;
        font-size: 20px;
        line-height: 30px;
        color: #F9A700;
        margin-bottom: 15px;
    }
    .sec5__item-heading:after {
        content: '';
        position: absolute;
        width: 26px;
        height: 1px;
        background-color: #C4C4C4;
        left: 0;
        bottom: -8px;
    }

    /* sec6 */
    
    .sec6 {
        padding-bottom: 300px;
    }
    .sec6:before {
        content: '';
        position: absolute;
        display: block !important;
        top: 200px;
        right: -140px;
        left: unset;
        height: 290px;
        width: 290px;
        background-image: url(../img/media-kit/new/media-mob/m-blob-2.png);
    }
    .sec6:after {
        content: '';
        position: absolute;
        display: block !important;
        width: 450px;
        height: 450px;
        background-image: url(../img/media-kit/new/media-mob/m-sec6-bg.png);
        bottom: -92px;
        top: unset;
        right: -111px;
    }
    .sec6 .media-kit__container:before {
        content: '';
        position: absolute;
        display: block !important;
        top: 450px;
        right: unset;
        left: -100px;
        height: 163px;
        width: 290px;
        background-image: url(../img/media-kit/new/media-mob/m-blob.png);
        background-size: contain;
        background-repeat: no-repeat;
        z-index: -1;
    }
    .sec6__subheading {
        font-style: normal;
        font-weight: 700;
        font-size: 16px;
        line-height: 24px;
        color: #323232;
    }
    .sec6__subheading br {
        display: none;
    }
    .sec6__heading {
        font-style: normal;
        font-weight: 700;
        font-size: 24px;
        line-height: 36px;
        color: #FF8200;
    }
    .sec6__ico {
        display: block;
        margin: 0 auto 25px;
        max-width: 80px;
        object-fit: contain;
    }

    .sec6__ico-block {
        display: grid;
        grid-template-columns: 1fr 1fr;
        column-gap: 20px;
        align-items: center
    }
    /* sec7 */
    .sec7:before {
        content: '';
        position: absolute;
        display: block !important;
        top: -48px;
        right: unset;
        left: -142px;
        height: 270px;
        width: 270px;
        background-image: url(../img/media-kit/new/media-mob/m-blob.png);
    }
    .sec7:after {
        content: '';
        position: absolute;
        display: block !important;
        width: 300px;
        height: 300px;
        background-image: url(../img/media-kit/new/media-mob/m-blob-2.png);
        bottom: -129px;
        top: unset;
        left: unset;
        right: -100px;
    }
    .sec7__heading {
        font-weight: 700;
        font-size: 24px;
        line-height: 36px;
        color: #FF8200;
        text-align: left;
    }
    
    .sec7__subheading {
        text-align: left;
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        color: rgba(50, 50, 50, 0.6)
    }
    .sec7__item {
        text-align: left;
        margin-bottom: 25px;
    }
    .sec7__item-heading {
        font-weight: 700;
        font-size: 20px;
        line-height: 30px;
        color: #F9A700;
        margin-bottom: 15px;
    }
    .sec7__item-heading:after {
        content: '';
        position: absolute;
        width: 28px;
        height: 1px;
        background-color: #C4C4C4;
        bottom: -7px;
        left: 0;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
    }
    .sec7__item-lead  {
        font-style: normal;
        font-weight: 700;
        font-size: 16px;
        line-height: 20px;
        color: #323232;
    }
    .sec7__item-text{
        font-weight: 600;
        font-size: 14px;
        line-height: 21px;
        color: rgba(50, 50, 50, 0.6);
        margin-top: 15px;
    }
    .sec8:before {
        content: '';
        position: absolute;
        display: block !important;
        top: unset;
        right: unset;
        bottom: -10px;
        left: -50px;
        height: 435px;
        width: 435px;
        background-image: url(../img/media-kit/new/media-mob/m-sec8-bg.png);
    }
    .sec8:after {
        content: '';
        position: absolute;
        display: block !important;
        top: 21px;
        right: -146px;
        bottom: unset;
        left: unset;
        height: 340px;
        width: 340px;
        background-image: url(../img/media-kit/new/media-mob/m-blob.png);
    }
    .sec8__dec--1 {
        display: none;
    }
    .sec8__heading {
        font-style: normal;
        font-weight: 700;
        font-size: 40px;
        line-height: 51px;
        letter-spacing: 0.02em;
        text-transform: uppercase;
        color: #FF8200;
    }

    .sec8__text-block {
        padding-bottom: 450px;
    }
    /* sec-8-1 */

    .sec8-1 .swiper-slide {
        overflow: hidden;

    }

    .sec8-1:before {
        content: '';
        position: absolute;
        display: block !important;
        top: 0px;
        right: 0px;
        bottom: unset;
        left: unset;
        height: 234px;
        width: 208px;
        background-image: url(../img/media-kit/new/media-mob/slide-top.png);
        background-repeat: no-repeat;
        background-size: contain;
        z-index: -1;
    }
    .sec8-1:after {
        content: '';
        position: absolute;
        display: block !important;
        top: auto;
        right: auto;
        bottom:0;
        left: 0;
        height: 340px;
        width: 340px;
        background-image: url(../img/media-kit/new/media-mob/slide-bottom.png);
        background-repeat: no-repeat;
        background-size: contain;
        z-index: -1;

    }
    .sec8-1 .swiper-slide.swiper-slide-active:before,
    .sec8-1 .swiper-slide.swiper-slide-active:after {
        opacity: 1;
        transition: opacity 0.3s ease;
        -webkit-transition: opacity 0.3s ease;
        -moz-transition: opacity 0.3s ease;
        -ms-transition: opacity 0.3s ease;
        -o-transition: opacity 0.3s ease;
    }
    .sec8-1 .c-nav {
        display: flex;
    }
    .sec8-1__heading  {
        font-weight: 700;
        font-size: 40px;
        line-height: 51px;
        letter-spacing: 0.02em;
        text-transform: uppercase;
        color: #FF8200;
        margin-bottom: 25px;
    }
    .sec8-1__items-heading {
        font-style: normal;
        font-weight: 800;
        font-size: 24px;
        line-height: 31px;
        color: #FF8200;
        margin-bottom: 25px;
        margin-left: 55px;
    }
    .sec8-1__item-title {
        font-style: normal;
        font-weight: 700;
        font-size: 18px;
        line-height: 23px;
        color: #323232;
        margin-bottom: 15px;
        position: relative;
        padding-left: 27px;
    }
    .sec8-1__item-title:before {
        content: '.';
        color: #323232;
        position: absolute;
        font-size: 18px;
        left: 13px;
        top: -5px;
    }
    .sec8-1__item-text {
        font-style: normal;
        font-weight: 600;
        font-size: 18px;
        line-height: 27px;
        color: rgba(50, 50, 50, 0.6);
        margin-bottom: 25px;
    }
    .sec8-1__heading-num {
        color: rgba(201, 192, 242, 0.3);
        font-size: 138px;
        font-weight: 800;
        position: absolute;
        line-height: 1;
        top: -20px;
        left: 0;
    }
    .c-nav .swiper-pagination {
        padding: 5px 24px;
    }
    .c-nav .chevron {
        position: relative;
        width: 32px;
        height: 32px;
    }
    .c-nav .chevron::before {
        content: '';
        position: relative;
        border-style: solid;
        border-width: 2px 2px 0 0;
        border-color: #A1B1C8;
        display: block;
        height: 8px;
        width: 8px;
    }
    .c-nav .c-next.chevron:before {
        left: 0px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
    }
    .c-nav .c-prev.chevron:before {
        left: 1px;
        transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
    }
    /* 9sec */
    .sec9 {
        padding-top: 40px;
    }
    .sec9 .sec9__dec {
        display: block;
        transform: rotate(270deg);
        right: -66px;
        left: auto;
        top: 238px;
        z-index: -1;
        width: 300px;
    }
    
    .sec9:before {
        content: '';
        position: absolute;
        display: block !important;
        top: -79px;
        right: -108px;
        left: unset;
        height: 350px;
        width: 350px;
        background-image: url(../img/media-kit/new/media-mob/m-blob.png);
    }
    
    .sec9:after {
        content: '';
        position: absolute;
        display: block !important;
        width: 460px;
        height: 440px;
        background-image: url(../img/media-kit/new/media-mob/m-blob-2.png);
        bottom: -164px;
        top: unset;
        left: -193px;
        right: unset;
        transform: scaleX(-1);
        -webkit-transform: scaleX(-1);
        -moz-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
        -o-transform: scaleX(-1);
    }
    .sec9__heading {
        font-weight: 700;
        font-size: 20px;
        line-height: 30px;
        text-align: center;
        color: #F9A700;
        margin-bottom: 15px;
        text-align: left;
        margin-right: 40px;
    }
    .sec9__subheading {
        margin-bottom: 25px;
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        color: rgba(50, 50, 50, 0.6);
        text-align: left;
    }
    .sec9__items-block {
        text-align:left;
        display: grid;
        grid-template: 1fr 1fr / 1fr 1fr 1fr;
        column-gap: 50px;
    }
    .sec9__img {
        margin: 0 auto;
        height: 55px;
        object-fit: contain;
    }
    .sec9__items-heading  {
        font-weight: 700;
        font-size: 20px;
        line-height: 30px;
        color: #F9A700;
        margin-bottom: 6px;
        grid-row-start: 1;
        grid-column-start: 1;
        grid-row-end: 2;
        grid-column-end: 4;
    }
    .sec9__dec {
        display: none;
    }
    /* cases */ 
    .cases__subheading {

        font-size: 16px;
    }

    .cases:before {
        content: '';
        position: absolute;
        display: block !important;
        top: -75px;
        right: -10px;
        left: unset;
        height: 175px;
        width: 175px;
        background-image: url(../img/media-kit/new/media-mob/spring.png);
        background-size: contain;
        background-repeat: no-repeat;
        display: block;
    }
    .cases:after {
        content: '';
        position: absolute;
        display: block !important;
        top: 268px;
        right: -95px;
        left: unset;
        height: 175px;
        width: 221px;
        background-image: url(../img/media-kit/new/media-mob/m-blob.png);
        background-size: contain;
        background-repeat: no-repeat;
    }
    .cases {
        padding: 0px 20px;
    }
    .cases__big-heading {
        font-style: normal;
        font-weight: 700;
        font-size: 24px;
        line-height: 36px;
        color: #FF8200;
        margin-bottom: 25px;
    }
    .cases__heading.lead {
        font-weight: 700;
        font-size: 20px;
        line-height: 30px;
        color: #323232;
    }
    .cases__subheading {
        font-weight: 500;
        font-size: 14px;
        line-height: 21px;
        color: rgba(50, 50, 50, 0.6);
    }
    .cases__logo-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        max-width: 44px;
        height: 44px;
        margin: 0;
        margin-right: 15px;
        background-color: #fff;
        -webkit-box-shadow: 8px 8px 24px rgb(149 142 183 / 10%);
        box-shadow: 8px 8px 24px rgb(149 142 183 / 10%);
        border-radius: 15px;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        -ms-border-radius: 15px;
        -o-border-radius: 15px;
    }
    .cases__logo {
        max-width: 24px;
        object-fit: contain;
        max-height: 30px;
    }
    .cases__heading-block {
        display: flex;
        text-align: left;
        margin-bottom: 25px;
    }
    .cases__hook-block {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 25px;
        max-width: 450px;
        justify-content: space-between;
    }
    .cases__hook-item {
        text-align: left;
    }

    .cases__hook-num {
        font-weight: 700;
        font-size: 32px;
        line-height: 40px;
        color: #F9A700;
        margin-bottom: 10px;
    }
    .cases .cases__hook-text {
        max-width: 80%;
    }
    .sec10 .cases__hook-item:first-child{
        margin-right: 30px;
    }
    .cases__hook-text {
        font-size: 16px;
    }
    .cases__description-item {
        color: #32323299;
        position: relative;
        padding-left: 50px;
    }
    .cases__description-item {
        margin-bottom: 35px;
    }
    .cases__description-item:before {
        content: '';
        position: absolute;
        width: 43px;
        height: 43px;
        left: 0;
        top: 20%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        background-image: url(../img/media-kit/new/cases_icon.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center 45%;
    }
    .cases__img{
        position: relative;
        bottom: -73px;
    }

    .cases__img-block {
        background-image: url(../img/media-kit/new/media-mob/cases_dec2-crop.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: right bottom;
        bottom: -60px;
        margin-top: -60px;
    }
    .cases__quote {
        font-size: 16px;
        line-height: 24px;
        font-weight: 500;
        padding-left: 46px;
    }
    .cases__quote:before {
        content: '';
        position: absolute;
        width: 24px;
        height: 20px;
        left: 0;
        top: 0px;
    }
    .cases {
        padding: 75px 0 0px 20px;
    }
    .cases__img-number {
        font-size: 28px;
        line-height: 1;
        margin-bottom: 5px;
    }
    .cases__img-text-block {
        position: absolute;
        bottom: unset;
        left: unset;
        top: -16px;
        right: 20%;
        width: 106px;
        height: 106px;
    }
    
    .cases__img-text {
        color: #32323299;
        font-size: 10px;
        line-height: 1.4 !important;
    }

    /* sec15  */
    .sec15 {
        padding-bottom: 35px;
    }
    .sec15:before {
        content: '';
        bottom: -61px;
        right: auto;
        left: -122px;
        position: absolute;
        display: block !important;
        width: 350px;
        height: 350px;
        background-image: url(../img/media-kit/new/media-mob/m-blob.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: bottom right;
        z-index: -1;
    }

    .sec15:after {
        content: '';
        bottom: auto;
        top: 90px;
        left: auto;
        right: -98px;
        position: absolute;
        display: block !important;
        width: 250px;
        height: 250px;
        background-image: url(../img/media-kit/new/media-mob/m-blob-2.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: bottom right;
        z-index: -1;
    }
    .sec15__text-wrapper{
        position: relative;
    }

    .sec15__text-wrapper:not(.sec15__text-wrapper--first):before {
        content: '';
        bottom: -113px;
        right: -24px;
        position: absolute;
        display: block;
        width: 150px;
        height: 300px;
        background-image: url(../img/media-kit/new/media-mob/sec15_chel.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: bottom right;
        z-index: -1;

    }
    .sec15__img {
        max-height: 40px;
        margin-right: 15px;
    }
    .sec15__item-heading-block {
        align-items: center;
    }
    .sec15__item-heading {
        font-size: 20px;
        line-height: 26px;
        font-weight: 700;
        margin-bottom: 5px;
    }
    .sec15__item-subheading  {
        font-size: 14px;
        line-height: 18px;
    }
    .sec15-swiper {
        overflow: hidden;
    }
    .sec15-swiper .c-nav {
        display: flex;
        margin-top: 20px;
    }
    .c-nav-off {
        opacity: 0;
        cursor: auto;
        pointer-events: none;
        transition: opacity .4s ease;
        -webkit-transition: opacity .4s ease;
        -moz-transition: opacity .4s ease;
        -ms-transition: opacity .4s ease;
        -o-transition: opacity .4s ease;
    }
    .sec15 .c-nav {
        justify-content: space-between;
        max-width: 500px;
        margin: 0 auto;
        margin-top: 30px;
    }
    .sec15__heading {
        font-weight: 700;
        font-size: 16px;
        line-height: 24px;
        color: #323232;
        margin-bottom: 10px;
    } 
    .sec15__subheading {
        font-style: normal;
        font-weight: 700;
        font-size: 24px;
        line-height: 36px;
        color: #FF8200;
    }
    .sec15__item-text {
        font-size: 16px;
    }
    /* sec16 form */

    .sec16:before {
        content: '';
        position: absolute;
        display: block !important;
        top: -56px;
        right: -25px;
        left: unset;
        height: 175px;
        width: 175px;
        background-image: url(../img/media-kit/new/media-mob/spring.png);
        transform: rotate(200deg);
        -webkit-transform: rotate(200deg);
        -moz-transform: rotate(200deg);
        -ms-transform: rotate(200deg);
        -o-transform: rotate(200deg);
    }
    
    .sec16:after {
        content: '';
        position: absolute;
        display: block !important;
        width: 200px;
        height: 200px;
        background-image: url(../img/media-kit/new/media-mob/m-blob.png);
        top: 170px;
        right: -72px;
        left: unset;
    }
    .sec16__form {
        margin-bottom: 0px;
    }
    .sec16__heading-block {
        font-weight: 700;
        font-size: 24px;
        line-height: 36px;
    }
    .sec16__hook-lead.fftext {
        color: #32323299;
        font-weight: 500;
    }
    
    .sec16__hook-lead.fftext > span {
        font-weight: 800;
        color: #323232;
    }

    .sec16__contact-icons.dn767 {
        display: flex;
    }
    .sec16__hooks {
        list-style: decimal !important;
        padding-left: 25px;
        padding-right: 25px;
        margin-bottom: 30px;
    }
    .sec16__form p br {
        display: none;
    }
    .sec16__form label{
        display: block;
        color: #32323299;
        margin-bottom: 8px;
        font-size: 16px;
        font-weight: 500;
        margin-left: 24px;
    }
    .sec16__submit-btn {
        width: 100%;
        font-weight: 600;
        padding: 10px 60px;
        font-size: 20px;
    }

    .sec16__hook-lead,
    .sec16__hook-text  {
        line-height: 22px;
        margin-bottom: 12px;
        text-align: left;
        line-height: 22px;
        font-size: 14px;
    }
    .sec16__hook-lead > span {
        display: inline !important;
    }
    .sec16__hooks-item {
        margin-bottom: 12px;
        text-align: left;
        line-height: 22px;
        font-size: 14px;
    }
    .sec16__hooks-item img {
        display: none;
    }
    .sec16__hooks-item::marker {
        font-weight: 800;
        font-size: 18px;
        color:#C9C0F2;
    }

}

@media only screen and (max-width: 424px) {
    .media-kit__main .start .dn767 {
        position: relative;
        left: -20%;
        width: 150%;
        display: block;
    }
    .cases__description-item  {
        font-size: 14px;
    }
}

/* vacancies ru */
.vac-start-wrapper {
    display: flex;
}
.vac-start {
    position: relative;
}
.vac-start:before {
    content: '';
    position: absolute;
    width: 400px;
    height: 400px;
    background-size: contain;
    background-image: url(../img/new/vac-ru/orange-el.png);
    bottom: 25%;
    left: -201px;
    z-index: -1;
}
.vac-start:after {
    content: '';
    position: absolute;
    width: 400px;
    height: 400px;
    background-size: contain;
    background-image: url(../img/new/vac-ru/gray-el.png);
    top: 0;
    right: -200px;
    z-index: -1;
}
.vac-start-title {
    margin-bottom: 50px;
}
.start-title {
    font-style: normal;
    font-weight: 800;
    font-size: 80px;
    line-height:104px;
    text-transform: capitalize;
    color: #323232;
    margin-bottom: 15px;
}
.start-descr {
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    color: #333333;
    opacity: 0.8;
}
.vac-start-btn .vac-btn:first-child {
    margin-right: 25px;
}
.vac-btn {
    text-align: center;
    display: inline-block;
    padding: 20px 56px;
    background: #ff8200;
    color: #fff;
    text-decoration: none;
    font-weight: 800;
    font-size: 24px;
    line-height: 1;
    border: 1px solid transparent;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    transition: background-color .3s, color .3s;
    -webkit-transition: background-color .3s, color .3s;
    -moz-transition: background-color .3s, color .3s;
    -ms-transition: background-color .3s, color .3s;
    -o-transition: background-color .3s, color .3s;
}
.vac-btn:hover {
    color: #FF8200;
    background-color: transparent;
    border: 1px solid #FF8200;
}
.vac-btn-reverse {
    border: 1px solid #A1B1C8;
    background-color: transparent;
    color: #A1B1C8;
}
.vac-btn-reverse:hover {
    color: #fff;
    background-color: #FF8200;
    border: 1px solid #FF8200;
}
.vac-start-img {
    object-fit: contain;
    top: -50px;
    position: relative;
}

.vac-descr:before {
    content: '';
    position: absolute;
    width: 320px;
    height: 320px;
    background-size: contain;
    background-image: url(../img/new/vac-ru/orange-el.png);
    bottom: -3%;
    left: -115px;
    z-index: -1;
}

.vac-descr:after {
    content: '';
    position: absolute;
    width: 300px;
    height: 300px;
    background-size: contain;
    background-image: url(../img/new/vac-ru/gray-el.png);
    bottom: 17%;
    right: -110px;
    z-index: -1;
}
.vac-descr {
    position: relative;
    padding-top: 0;
}
.vac-start-box {
    margin-left: 90px;
}
.vac-start-box-inner {
    background: #F6F8FA;
    padding: 40px;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
}

.vac-start-name {
    font-weight: 800;
    font-size: 48px;
    line-height: 61px;
    color: #A1B1C8;
    margin-bottom: 15px;
}
.vac-start-descr {
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    color: #323232;
    margin-bottom: 40px;
}
.vac-descr-title {
    font-weight: 800;
    font-size: 48px;
    line-height: 62px;
    text-align: center;
    text-transform: capitalize;
    color: #323232;
    margin-bottom: 30px;
}
.vac-descr-name {
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    color: #333333;
    opacity: 0.8;
    margin-bottom: 50px;
    text-align: center;
}
.vac-descr-wrapper {
    padding: 80px;
    background: #F6F8FA;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
}
.vac-list-title {
    font-weight: 800;
    font-size: 24px;
    line-height: 31px;
    color: #A1B1C8;
    margin-bottom: 25px;
}
.vac-descr-list {
    margin-bottom: 50px;
}
.vac-list-item {
    position: relative;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    color: #323232;
    margin-bottom: 24px;
    padding-left: 32px;
}
.vac-list-item:last-child {
    margin-bottom: 0;
}
.vac-list-item:before {
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    background-color: #FF8200;
    top: 9px;
    left: 10px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
.vac-descr-subtitle {
    font-weight: 800;
    font-size: 72px;
    line-height: 94px;
    color: #323232;
}

.other-vac {
    display: block;
    margin-top: 55px;
    font-weight: 800;
    font-size: 18px;
    line-height: 23px;
    text-decoration-line: underline;
    color: #FF8200;
}

.vac-form-wrapper {
    position: relative;
    display: flex;
    background: #F6F8FA;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    padding: 80px;
    overflow: hidden;
    z-index: 2;
}
.vac-form-block {
    max-width: 490px;
    margin-right: 40px;
}

.vac-form-title {
    font-style: normal;
    font-weight: 800;
    font-size: 48px;
    line-height: 62px;
    text-transform: capitalize;
    color: #333333;
    margin-bottom: 35px;
}
.vac-form-descr {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    color: rgba(51, 51, 51, 0.8);
}
.vac-form-input {
    background: #FFFFFF;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    padding: 16px 24px;
    margin-bottom: 24px;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    color: #A1B1C8;
    opacity: 0.8;
    width: 100%;
    border: none;
    outline: none;
}
.vac-form-checkbox-wrapper { 
    display: flex;

}
.vac-accept .wpcf7-list-item {
    margin: 0 !important;
}
.vac-form input[type="submit"]:disabled {
    border: 1px solid #a6a09a;
    pointer-events: none;
    background-color: #a6a09a;
}
.vac-form input[type="submit"] {
    cursor: pointer;
}
.vac-upload {
	position: relative;
    display: flex;
    height: 100%;
    align-items: center;
    color: #A1B1C8;
    margin-bottom: 25px;
    font-size: 18px;
    font-weight: 500;

}
.vac-upload .your-file {
    width: 32px;
    height: 32px;
    display: flex;
    margin-right: 8px;
    position: relative;
}

.vac-form-btn-wrapper br {
    display: none;
}
.vac-form-btn.vac-btn {
    display: block;
}
.vac-upload:before {
    content: '';
    position: absolute;
    display: block;
    background-image: url(../img/new/vac-ru/clip-ico.png);
    background-color: #f6f8fa;
    background-size: 26px;
    background-repeat: no-repeat;
    background-position: center;
    width: 32px;
    height: 32px;
    cursor: pointer;
    margin-right: 15px;
    left: 0;
}

.vac-upload input[type="file"] {
    display: block !important;
    width: 32px !important;
    height: 32px !important;
    opacity: 0 !important;
    overflow: hidden !important;
    padding-right: 40px;
    z-index: -1;
}
.vac-form-wrapper:after {
    content: '';
    position: absolute;
    background-image: url(../img/new/vac-ru/vac-form-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    left: 5%;
    bottom: 0;
    width: 100%;
    max-width: 503px;
    height: 100%;
    z-index: -1;
}
.vac-chekbox {
    position: absolute;
    width: 24px;
    height: 24px;
    opacity: 1;
}
.vac-chekbox:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    background-color: #FF8200;
    border-radius: 3px;
}
.vac-chekbox.omaewa:before {
    background-image: url(../img/clients/chek.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px;
}
[name="vac-accept"] + .wpcf7-list-item-label {
    display: block;
    padding-left: 40px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    margin-bottom: 25px;
}

.vac-accept .wpcf7-list-item-label {
    display: block;
    padding-left: 40px;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #333333;
    margin-bottom: 30px;
}


.vac-accept .wpcf7-list-item-label {
    display: block;
    padding-left: 40px;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #333333;
    margin-bottom: 30px;
}

.vac-form-wrapper .wpcf7 {
    width: 100%;
}
/* media vacancy */

@media only screen and (max-width: 1400px) {

    .start-title {
        font-size: 70px;
        line-height: 90px;
    }
    .vac-start-box {
        margin-left: 30px;
    }
    .vac-start-btn .vac-btn:first-child {
        margin-right: 20px;
    }
    .vac-descr-subtitle {
        font-size: 62px;
        line-height: 80px;
    }
}
@media (max-width: 1279px) and (min-width: 990px) {
    .start-title {
        font-size: 50px;
        line-height: 75px;
    }
    .vac-start-img {
        object-fit: contain;
        top: -50px;
        position: relative;
        max-width: 300px;
    }

    .vac-start-name {
        font-weight: 800;
        font-size: 38px;
        line-height: 50px;
        margin-bottom: 10px;
    }
    .vac-btn {
        padding: 17px 30px;
        font-weight: 700;
        font-size: 18px;
    }
    .vac-descr-subtitle {
        font-weight: 800;
        font-size: 50px;
        line-height: 65px;
    }
    .vac-form-wrapper .vac-form-block {
        max-width: 50%;
        margin-right: 40px;
    }
    .vac-form-wrapper {
        padding: 80px 50px;
    }
    .vac-form-wrapper .vac-form-descr {
        font-style: normal;
        font-weight: 500;
        font-size: 20px;
        line-height: 30px;
        color: rgba(51, 51, 51, 0.8);
    }
    .vac-form-wrapper .vac-form-title {
        font-style: normal;
        font-weight: 900;
        font-size: 36px;
        line-height: 48px;
    }
    
}

@media only screen and (max-width: 989px) {

    .start-title {
        font-size: 50px;
        line-height: 75px;
    }
    .vac-start-img {
        object-fit: contain;
        top: -50px;
        position: relative;
        max-width: 300px;
    }

    .vac-start-name {
        font-weight: 800;
        font-size: 38px;
        line-height: 50px;
        margin-bottom: 10px;
    }
    .vac-btn {
        padding: 17px 30px;
        font-weight: 700;
        font-size: 18px;
    }
    .vac-descr-wrapper {
        padding: 40px;
    }
    .vac-descr-subtitle {
        font-size: 40px;
        line-height: 54px;
    }
    .other-vac {
        display: block;
        margin-top: 40px;
    }
    .vac-start-img {
        object-fit: contain;
        top: -12px;
        position: absolute;
        max-width: 150px;
    }
    .vac-start-title {
        margin-bottom: 50px;
        margin-left: 164px;
    }
    .vac-start-box {
        margin-left: 0px;
    }
    .vac-descr-wrapper {
        padding: 50px;
    }

    .vac-form-block {
        max-width: 100%;
        margin-right: 0px;
    }
    .vac-form-wrapper {
        padding: 80px 50px;
    }
    .vac-form-title {
        font-style: normal;
        font-weight: 900;
        font-size: 36px;
        line-height: 48px;
    }
    .vac-form-descr {
        font-style: normal;
        font-weight: 500;
        font-size: 20px;
        line-height: 30px;
        color: rgba(51, 51, 51, 0.8);
        margin-bottom: 30px;
    }
    .vac-form-wrapper:after {
        content: '';
        position: absolute;
        background-image: url(../img/new/vac-ru/vac-form-m.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: bottom;
        left: unset;
        right: 0;
        bottom: 0;
        width: 100%;
        max-width: 250px;
        height: 100%;
        z-index: -1;
        transform: scaleX(-1);
        -webkit-transform: scaleX(-1);
        -moz-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
        -o-transform: scaleX(-1);
    }
    .vac-form-wrapper {
        padding: 80px 50px;
        flex-direction: column;
        flex-wrap: wrap;;
    }
}
@media only screen and (max-width: 767px) {

    .vac-start-img {
        display: none;
    }
    .vac-start:before {
        content: '';
        position: absolute;
        width: 200px;
        height: 200px;
        background-size: contain;
        background-image: url(../img/new/vac-ru/orange-el.png);
        bottom: 75px;
        left: -124px;
        z-index: -1;
    }
    .vac-start:after {
        content: '';
        position: absolute;
        width: 220px;
        height: 210px;
        background-size: contain;
        background-image: url(../img/new/vac-ru/gray-el.png);
        top: -16px;
        right: -69px;
        z-index: -1;
    }
    
    .vac-start-title {
        margin-bottom: 35px;
        margin-left: 0;
    }
    .start-title {
        font-size: 32px;
        line-height: 42px;
        margin-bottom: 24px;
    }
    .vac-start-box {
        margin-left: 0px;
    }
    .start-descr {
        font-size: 16px;
        line-height: 20px;
    }
    .vac-start-descr{
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 25px;
    }
    .vac-descr:before {
        content: '';
        position: absolute;
        width: 320px;
        height: 320px;
        background-size: contain;
        background-image: url(../img/new/vac-ru/orange-el.png);
        bottom: 30%;
        left: -115px;
        z-index: -1;
    }

    .vac-descr:after {
        content: '';
        position: absolute;
        width: 300px;
        height: 300px;
        background-size: contain;
        background-image: url(../img/new/vac-ru/gray-el.png);
        bottom: -12%;
        right: -151px;
        z-index: -1;
    }
    .vac-start-name {
        font-weight: 800;
        font-size: 32px;
        line-height: 41px;
        margin-bottom: 10px;
    }
    .vac-btn {
        padding: 16px 30px;
        font-weight: 700;
        font-size: 18px;
        width: 100%;
    }
    .vac-descr-subtitle {
        font-weight: 800;
        font-size: 50px;
        line-height: 65px;
    }
    .vac-start-btn .vac-btn:first-child {
        margin-right: 0;
        margin-bottom: 15px;

    }
    .vac-start-box-inner {
        padding: 48px 24px;
    }
    .vac-descr-subtitle {
        font-size: 24px;
        line-height: 31px;
    }
    .vac-descr-wrapper {
        padding: 48px 24px;
    }
    .vac-list-item {
        font-size: 16px;
        line-height: 24px;
    }
    .vac-descr-title,
    .vac-descr-name {
        display: none;
    }

    .vac-list-title {
        max-width: 300px;
    }
    .other-vac {
        margin-top: 35px;
    }
    .vac-form-title {
        font-size: 24px;
        line-height: 31px
    }
    .vac-form-descr {
        font-size: 18px;
        line-height: 27px;
        margin-bottom: 35px;
    }
    .vac-form-input {
        font-size: 16px;
    }
    .vac-form-wrapper {
        padding: 48px 24px 250px;
    }
    .vac-accept .wpcf7-list-item-label {
        margin-bottom: 20px;
    }
    .vac-form-wrapper:after {
        content: '';
        position: absolute;
        background-image: url(../img/new/vac-ru/vac-form-m.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: bottom;
        left: 0;
        right: auto;
        bottom: 0;
        width: 100%;
        max-width: 250px;
        height: 100%;
        z-index: -1;
        transform: scaleX(1);
        -webkit-transform: scaleX(1);
        -moz-transform: scaleX(1);
        -ms-transform: scaleX(1);
        -o-transform: scaleX(1);
    }
}

.tab-kpi {
    margin: 20px 0;
    color: #A1B1C8;
    font-size: 12px;
}


/* === Сетка для кейсов: максимум 3 в строке === */

/* Для больших экранов (≥ 990px) — 3 колонки */
@media (min-width: 990px) {
    .clients-tab.results .tabs_item {
        display: flex;
        flex-wrap: wrap;
        gap: 30px;
        justify-content: flex-start;
    }
    .clients-tab.results .tab-item-wrapper {
        flex: 0 0 calc(33.333% - 30px);
        max-width: calc(33.333% - 30px);
        margin: 0;
    }
    .clients-tab.results .tab-item-wrapper .tab-img {
        max-width: 100%;
        height: auto;
    }
    .clients-tab.results .tab-item-wrapper .tab-item-content {
        max-width: 100%;
    }
    /* Выравнивание кнопки "Read more" внизу карточки */
    .clients-tab.results .tab-item-wrapper {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .clients-tab-btn {
        margin-top: auto;
        align-self: flex-start;
    }
}

/* Для планшетов (от 600 до 989px) — 2 колонки */
@media (min-width: 600px) and (max-width: 989px) {
    .clients-tab.results .tabs_item {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        justify-content: flex-start;
    }
    .clients-tab.results .tab-item-wrapper {
        flex: 0 0 calc(50% - 20px);
        max-width: calc(50% - 20px);
        margin: 0;
    }
    .clients-tab.results .tab-item-wrapper .tab-img {
        max-width: 100%;
        height: auto;
    }
    .clients-tab.results .tab-item-wrapper .tab-item-content {
        max-width: 100%;
    }
    .clients-tab.results .tab-item-wrapper {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .clients-tab-btn {
        margin-top: auto;
        align-self: flex-start;
    }
}

/* Для мобильных (< 600px) — 1 колонка */
@media (max-width: 599px) {
    .clients-tab.results .tabs_item {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    .clients-tab.results .tab-item-wrapper {
        flex: 0 0 100%;
        max-width: 100%;
    }
    /* Убираем абсолютное позиционирование картинки внутри карточки, чтобы она была сверху */
    .clients-tab .tab-img {
        position: static !important;
        max-width: 100% !important;
        margin-bottom: 10px;
    }
    .clients-tab .tab-item-content {
        padding: 16px !important;
    }
    .clients-tab .tab-item-content-wrapper {
        padding: 0 !important;
    }
    .clients-tab.results .tab-item-wrapper {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .clients-tab-btn {
        margin: 16px auto 24px;
    }
}


/* Обеспечиваем видимость навигации на всех экранах */
.our-customers-slider .c-nav {
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
    position: relative;
    z-index: 10;
}

/* На десктопе позиционируем поверх слайдера */
@media (min-width: 768px) {
    .our-customers-slider .c-nav {
        position: absolute;
        width: 100%;
        top: 50%;
        transform: translateY(-50%);
        justify-content: space-between;
        padding: 0 20px;
        margin: 0;
        pointer-events: none; /* чтобы не мешать прокрутке слайдера, но кнопки остаются кликабельными */
    }
    .our-customers-slider .c-nav .chevron {
        pointer-events: auto; /* возвращаем кликабельность кнопкам */
        cursor: pointer;
    }
    .our-customers-slider .c-nav .swiper-pagination {
        display: none; /* на десктопе пагинацию не показываем */
    }
}

/* Для мобильных — стандартное отображение */
@media (max-width: 767px) {
    .our-customers-slider .c-nav {
        display: flex !important;
        position: static;
        transform: none;
        padding: 0;
        margin-top: 25px;
    }
    .our-customers-slider .c-nav .swiper-pagination {
        display: block;
    }
}



.clients-tab.results .flip-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 20px;
  width: 100%;
}

.clients-tab.results .flip-card-wrapper {
  perspective: 1200px;
  height: 590px;
  display: block;
}

.clients-tab.results .flip-card {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transform-style: preserve-3d;
  cursor: pointer;
  border-radius: 16px;
}

.clients-tab.results .flip-card.flipped {
  transform: rotateY(180deg);
}

.clients-tab.results .flip-card-front,
.clients-tab.results .flip-card-back {
  position: absolute;
  inset: 0;
  backface-visibility: hidden;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px; 
  background: #fff;
}

.clients-tab.results .flip-card-back {
  transform: rotateY(180deg);
}

.clients-tab.results .flip-card-front img,
.clients-tab.results .flip-card-back img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain; /* сохраняем пропорции, не растягиваем */
  display: block;
  /* убираем image-rendering */
}

/* Адаптив */
@media (max-width: 992px) {
    .tab .tabs {
        margin-bottom: 0;
    } 
    .clients-tab.results .flip-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 640px) {
  .clients-tab.results .flip-grid {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}
.clients-tab.results .flip-card-wrapper,
.clients-tab.results .flip-card {
    height: 500px;
}
}
@media (max-width: 480px) {
  .clients-tab.results .flip-grid {
    grid-template-columns: 1fr;
}
}