.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;
}

@media (min-width: 1200px) {
    .heading {
        font-size: 28px;
    }
}

.text {
    font-size: 16px;
    font-weight: 600;
 
}

.text--big {
    font-weight: 600;

    font-size: 18px;
}

@media (min-width: 1200px) {
    .text {
        font-size: 18px;
    }

    .text--big {
        font-size: 24px;
    }
}

.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;
    }
}

.lazyLoadBg {
    background: none !important;
    background-image: none !important;
}

.lazyLoadBg:before, .lazyLoadBg:after {
    background: none !important;
    background-image: none !important;
}

.m-intro {
    padding: 30px 0 50px;
    position: relative;
}

.m-intro:before {
    content: '';
    position: absolute;
    opacity: .5;
    -webkit-filter: blur(70px);
    filter: blur(70px);
    width: 162px;
    height: 162px;
    background-color: #FF8200;
    bottom: 50px;
    left: -100px;
}

.m-intro:after {
    content: '';
    position: absolute;
    opacity: .5;
    -webkit-filter: blur(70px);
    filter: blur(70px);
    z-index: -1;
    width: 204px;
    height: 204px;
    background-color: #A1B1C8;
    top: 100px;
    right: 0;
}

@media (min-width: 760px) {
    .m-intro {
        padding: 30px 0 30px;
    }
}

@media (min-width: 990px) {
    .m-intro {
        padding: 70px 0 150px;
    }

    .m-intro .m-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media (min-width: 990px) {
    .m-intro__text-block {
        margin-right: 75px;
    }
}

.m-intro__heading {
    margin-bottom: 25px;
}

@media (min-width: 990px) {
    .m-intro__heading {
        margin-bottom: 35px;
    }
}

.m-intro__text {
    margin-bottom: 40px;
}

@media (min-width: 990px) {
    .m-intro__text {
        margin-bottom: 55px;
    }
}

.m-intro__btn {
    border: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 16px 40px;
    color: #fff;
    font-weight: 900;
    background-color: #FF8200;
    border-radius: 48px;
    border: 1px solid #FF8200;
    cursor: pointer;
    -webkit-transition: background-color .3s, color .3s;
    -o-transition: background-color .3s, color .3s;
    transition: background-color .3s, color .3s;
    border: 1px solid #FF8200;
}

.m-intro__btn:hover {
    color: #FF8200;
    background-color: transparent;
    border: 1px solid #FF8200;
}

@media (min-width: 990px) {
    .m-intro__btn {
        padding: 16px 55px;
    }
}

.m-intro__video-block {
    position: relative;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: auto;
}

@media (min-width: 420px) {
    .m-intro__video-block {
        margin-top: -60px;
    }
}

@media (min-width: 760px) {
    .m-intro__video-block {
        max-width: 455px;
    }
}

@media (min-width: 990px) {
    .m-intro__video-block {
        background-image: none;
        position: relative;
    }
}

.m-intro__video-text-block {
    position: absolute;
    -webkit-box-shadow: 11px 11px 17px rgba(114, 132, 145, 0.1);
    box-shadow: 11px 11px 17px rgba(114, 132, 145, 0.1);
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
    border-radius: 11px;
    padding: 11px 50px 11px 11px;
    background-color: rgba(255, 255, 255, 0.6);
    background-repeat: no-repeat;
    background-size: 26px;
    background-position: 90% center;
}

.m-intro__video-text-block--1 {
    top: 20px;
    left: -35px;
    background-image: url(../img/main/new/cart.svg);
}

.m-intro__video-text-block--2 {
    bottom: 90px;
    left: -20px;
    background-image: url(../img/main/new/apple.png);
}

@media (min-width: 375px) {
    .m-intro__video-text-block--1 {
        top: 55px;
        left: -55px;
    }

    .m-intro__video-text-block--2 {
        bottom: 115px;
        left: -15px;
    }
}

@media (min-width: 760px) {
    .m-intro__video-text-block--1 {
        top: 55px;
        left: -55px;
    }

    .m-intro__video-text-block--2 {
        bottom: 115px;
        left: -15px;
    }
}

@media (min-width: 990px) {
    .m-intro__video-text-block {
        padding: 17px 72px 16px 16px;
        background-size: 38px;
    }

    .m-intro__video-text-block--1 {
        top: 48px;
        left: -20px;
    }

    .m-intro__video-text-block--2 {
        bottom: 170px;
        left: 10px;
    }
}

.m-intro__video-text-num {
    font-size: 16px;
    font-weight: 900;
}

@media (min-width: 990px) {
    .m-intro__video-text-num {
        font-size: 24px;
    }
}

.m-intro__video-text {
    font-size: 7px;
    font-weight: 600;
}

@media (min-width: 990px) {
    .m-intro__video-text {
        font-size: 10px;
    }
}

.m-intro__video {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    margin-left: auto;
    position: relative;
    z-index: -1;
    background-color: transparent;
    max-height: 360px;
}

@media (min-width: 420px) {
    .m-intro__video {
        right: -15px;
        max-height: 390px;
    }
}

@media (min-width: 760px) {
    .m-intro__video {
        max-height: 600px;
    }
}

.m-why {
    position: relative;
    padding-bottom: 80px;
}

.m-why:before {
    content: '';
    position: absolute;
    opacity: .5;
    -webkit-filter: blur(70px);
    filter: blur(70px);
    z-index: -1;
    width: 162px;
    height: 162px;
    background-color: #FF8200;
    bottom: 25%;
    left: -100px;
}

.m-why:after {
    content: '';
    position: absolute;
    opacity: .5;
    -webkit-filter: blur(70px);
    filter: blur(70px);
    z-index: -1;
    width: 204px;
    height: 204px;
    background-color: #A1B1C8;
    top: 25%;
    right: 0;
}

@media (min-width: 990px) {
    .m-why {
        padding-bottom: 155px;
    }
}

.m-why__heading {
    margin-bottom: 25px;
}

@media (min-width: 990px) {
    .m-why__heading {
        text-align: center;
        margin-bottom: 30px;
    }
}

.m-why__subheading {
    margin-bottom: 45px;
    opacity: .8;
}

@media (min-width: 990px) {
    .m-why__subheading {
        margin-bottom: 55px;
        text-align: center;
    }
}

.m-why__slider {
    margin-bottom: 30px;
}

@media (min-width: 990px) {
    .m-why__slider {
        margin-bottom: 55px;
    }

    .m-why__slider .slick-dots {
        margin: 0;
        position: absolute;
        bottom: -30px;
        left: 50px;
    }

    .m-why__slider .slick-arrow {
        bottom: -30px;
        z-index: 5;
    }

    .m-why__slider .slick-next {
        right: auto;
        left: 222px;
    }

    .m-why__slider .slick-prev {
        left: 0;
    }
}

@media (min-width: 990px) {
    .m-why__slide-item {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.m-why__slide-heading {
    font-size: 24px;
    font-weight: 900;
    color: #A1B1C8;
    margin-bottom: 25px;
    max-width: 330px;
}

@media (min-width: 990px) {
    .m-why__slide-heading {
        font-size: 47px;
        font-weight: 900;
        max-width: 405px;
        margin-right: 150px;
    }
}

.m-why__slide-list-item {
    padding-left: 74px;
    margin-bottom: 25px;
    position: relative;
}

.m-why__slide-list-item:last-of-type {
    margin-bottom: 0;
    padding-bottom: 10px;
}

.m-why__slide-list-item:before {
    content: '';
    position: absolute;
    width: 48px;
    height: 48px;
    background-image: url(../img/main/new/m-why_flame.png);
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
    top: 0;
}

@media (min-width: 990px) {
    .m-why__slide-list-item {
        padding-left: 96px;
        margin-bottom: 40px;
    }

    .m-why__slide-list-item:before {
        width: 64px;
        height: 64px;
    }
}

.m-why__slide-lead {
    font-size: 18px;
    font-weight: 900;
    margin-bottom: 8px;
}

@media (min-width: 990px) {
    .m-why__slide-lead {
        font-size: 24px;
    }
}

.m-why__link {
    display: table;
    margin: 0 auto 80px;
    font-size: 16px;
    font-weight: 900;
    text-align: center;
    color: #FF8200;
    text-decoration: underline;
}

@media (min-width: 990px) {
    .m-why__link {
        font-size: 18px;
        margin-bottom: 150px;
    }
}

.m-why__hook-block {
    padding: 48px 45px;
    border-radius: 35px;
    background-color: #F6F8FA;
    position: relative;
    margin-bottom: 80px;
    background-image: url(../img/main/new/m-why_hook-decor@mob.svg);
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: center center;
}

@media (min-width: 990px) {
    .m-why__hook-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 150px;
        padding: 80px;
        background-image: url(../img/main/new/m-why_hook-decor@desktop.svg);
        background-size: 80%;
    }
}

.m-why__hook-item {
    text-align: center;
    margin: 0 auto 50px;
    max-width: 180px;
}

.m-why__hook-item:last-of-type {
    margin-bottom: 0;
}

@media (min-width: 990px) {
    .m-why__hook-item {
        max-width: 25%;
        margin-bottom: 0;
    }
}

.m-why__hook-lead {
    color: #FF8200;
    margin-bottom: 8px;
}

.m-why__hook-block-img {
    position: absolute;
}

.m-why__hook-block-img--1 {
    max-height: 50px;
    top: -20px;
    left: 33px;
}

.m-why__hook-block-img--2 {
    max-height: 46px;
    top: 109px;
    right: 10px;
}

.m-why__hook-block-img--3 {
    max-height: 45px;
    bottom: 222px;
    left: 13px;
}

.m-why__hook-block-img--4 {
    max-height: 44px;
    bottom: 105px;
    right: 14px;
}

.m-why__hook-block-img--5 {
    max-height: 67px;
    bottom: -33px;
    left: 14px;
}

@media (min-width: 760px) {
    .m-why__hook-block-img--1 {
        max-height: 66px;
    }

    .m-why__hook-block-img--2 {
        max-height: 81px;
    }

    .m-why__hook-block-img--3 {
        max-height: 74px;
    }

    .m-why__hook-block-img--4 {
        max-height: 76px;
    }

    .m-why__hook-block-img--5 {
        max-height: 80px;
    }
}

@media (min-width: 990px) {
    .m-why__hook-block-img--1 {
        left: 20%;
        top: -35px;
    }

    .m-why__hook-block-img--2 {
        top: -40px;
        right: 20%;
    }

    .m-why__hook-block-img--3 {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: -39px;
    }

    .m-why__hook-block-img--4 {
        bottom: -40px;
        right: 10%;
    }

    .m-why__hook-block-img--5 {
        bottom: -33px;
        left: 14px;
    }
}

.m-why__brand-heading {
    font-weight: 900;
    text-align: center;
    margin-bottom: 30px;
}

@media (min-width: 990px) {
    .m-why__brand-heading {
        margin-bottom: 40px;
    }
}

.m-why__brand-slider {
    max-width: 480px;
    margin: 0 auto;
    position: relative;
}

.m-why__brand-slider .slick-arrow {
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.m-why__brand-slider .slick-prev {
    left: 20px;
}

.m-why__brand-slider .slick-next {
    right: 20px;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}

@media (min-width: 990px) {
    .m-why__brand-slider {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0 100px;
        max-width: none;
    }
}

.m-why__brand-item {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    max-height: 125px;
}

@media (min-width: 990px) {
    .m-why__brand-item {
        margin: 0;
        max-height: none;
    }

    .m-why__brand-item--4 {
        -webkit-box-ordinal-group: -1;
        -ms-flex-order: -2;
        order: -2;
    }

    .m-why__brand-item--5 {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .m-why__brand-item--3 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
}

.slick-dots {
    margin: 35px auto 0;
    display: table;
    padding: 5px 10px;
    background: #FFFFFF;
    -webkit-box-shadow: 8px 8px 16px rgba(114, 132, 145, 0.1);
    box-shadow: 8px 8px 16px rgba(114, 132, 145, 0.1);
    border-radius: 24px;
}

.slick-dots li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
    margin-right: 16px;
}

.slick-dots li:last-of-type {
    margin-right: 0;
}

.slick-dots button {
    font-size: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #FF8200;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
    opacity: .2;
}

.slick-dots .slick-active button {
    opacity: 1;
}

@media (min-width: 375px) {
    .slick-dots {
        padding: 12px 24px;
    }
}

@media (min-width: 760px) {
    .slick-dots {
        -webkit-box-shadow: 16px 16px 24px rgba(114, 132, 145, 0.1);
        box-shadow: 16px 16px 24px rgba(114, 132, 145, 0.1);
    }
}

.slick-arrow {
    font-size: 0;
    position: absolute;
    bottom: -1px;
    width: 28px;
    height: 28px;
    background-color: #FFFFFF;
    background-image: url(../img/main/new/slider-arrow.svg);
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: 40% center;
    -webkit-box-shadow: 8px 8px 16px rgba(114, 132, 145, 0.1);
    box-shadow: 8px 8px 16px rgba(114, 132, 145, 0.1);
    border-radius: 50%;
}

.slick-prev {
    left: -20px;
}

.slick-next {
    right: -20px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

@media (min-width: 375px) {
    .slick-arrow {
        bottom: 5px;
        width: 32px;
        height: 32px;
    }

    .slick-dots {
        padding: 12px 24px;
    }

    .slick-prev {
        left: -10px;
    }

    .slick-next {
        right: -10px;
    }
}

@media (min-width: 400px) {
    .slick-prev {
        left: 0;
    }

    .slick-next {
        right: 0;
    }
}

@media (min-width: 760px) {
    .slick-arrow {
        bottom: 0;
        width: 40px;
        height: 40px;
        -webkit-box-shadow: 0px 0px 24px rgba(114, 132, 145, 0.1);
        box-shadow: 0px 0px 24px rgba(114, 132, 145, 0.1);
    }
}

.m-cases {
    padding-bottom: 80px;
    position: relative;
}

@media (max-width: 990px) {
    .m-cases .m-container {
        padding: 0;
    }
}

@media (min-width: 1280px) {
    .m-cases .m-container {
        padding: 0 75px;
    }
}

.m-cases:after {
    content: '';
    position: absolute;
    opacity: .5;
    -webkit-filter: blur(70px);
    filter: blur(70px);
    z-index: -1;
    width: 204px;
    height: 204px;
    background-color: #A1B1C8;
    bottom: 5%;
    right: 0;
}

@media (min-width: 1440px) {
    .m-cases {
        padding-bottom: 150px;
    }
}

.m-cases__heading {
    text-align: center;
    margin-bottom: 30px;
}

@media (min-width: 1440px) {
    .m-cases__heading {
        margin-bottom: 55px;
    }
}

.m-cases__slider-wrapper {
    margin-bottom: 30px;
}


@media (max-width: 1420px) {
    .m-cases__slider {
        min-height: 620px;
    }
}


@media (min-width: 1440px) {
    .m-cases__slider-wrapper {
        display: grid;
        grid-template-columns: 600px 50%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0;
    }
}

.m-cases__slider .slick-prev,
.m-cases__slider .slick-next {
    bottom: auto;
    top: 325px;
    z-index: 1;
}

.m-cases__slider .slick-prev {
    left: 15px;
}

.m-cases__slider .slick-next {
    right: 15px;
}

@media (min-width: 760px) {
    .m-cases__slider .slick-prev,
    .m-cases__slider .slick-next {
        top: 305px;
    }

    .m-cases__slider .slick-prev {
        left: 25%;
    }

    .m-cases__slider .slick-next {
        right: 25%;
    }
}

@media (min-width: 1440px) {
    .m-cases__slider .slick-prev,
    .m-cases__slider .slick-next {
        top: auto;
        bottom: 25px;
    }

    .m-cases__slider .slick-prev {
        left: auto;
        right: 65px;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .m-cases__slider .slick-next {
        right: auto;
        left: 65px;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

.m-cases__slider-item {
    text-align: center;
	width: 150px;
    height: 150px;
    margin-top: 160px;
}

.m-cases__slider-item.slick-active {
    margin-top: 0;
    width: auto;
    height: 100%;
}

.m-cases__slider-item.slick-active .m-cases__img-block {
    display: none;
}

.m-cases__slider-item.slick-active .m-cases__info-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    opacity: 1;
}

.m-cases__slider-item.slick-active .m-cases__logo {
    margin-top: 30px;
}
@media (max-width: 480px) {
    .m-cases__slider-item {
        text-align: center;
        width: 96px;
        height: 96px;
        margin-top: 194px;
    }
}
@media (min-width: 760px) {
    .m-cases__slider-item {
        width: 200px;
        height: 200px;
    }
}

@media (min-width: 1440px) {
    .m-cases__slider-item {
        width: 300px;
        height: 300px;
        margin-top: 0;
    }

    .m-cases__slider-item.slick-active {
        margin-top: 0;
        width: 300px;
        height: 300px;
    }

    .m-cases__slider-item.slick-active .m-cases__info-block {
        display: none;
    }

    .m-cases__slider-item.slick-active .m-cases__img-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;
    }

    .m-cases__slider-item.slick-active .m-cases__logo {
        margin-top: 0;
    }
}

.m-cases__img-block {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 30px;
}

.m-cases__img-block--josh {
    background-color: #F6F8FA;
}

.m-cases__img-block--bigo {
    background-color: #F6F8FA;
}

.m-cases__img-block--lamoda {
    background-color: #FFF5EB;
}

.m-cases__img-block--rr {
    background-color: #F6F8FA;
}

.m-cases__img-block--lazada {
    background-color: #FFF5EB;
}

@media (min-width: 1440px) {
    .m-cases__img-block {
        margin-bottom: 0;
    }
}

.m-cases__logo {
    max-width: 75%;
}

.m-cases__info-block {
    display: none;
    opacity: 0;
}

.m-cases__heading-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 30px;
}

@media (min-width: 1440px) {
    .m-cases__heading-block {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 40px;
    }
}

@media (max-width: 1439px) {
    .m-cases__heading-text-block {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        margin-bottom: 30px;
    }
}

.m-cases__heading-logo-block {
    display: none;
}

@media (min-width: 1440px) {
    .m-cases__heading-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: 80px;
        height: 80px;
        padding: 15px;
        margin-right: 25px;
        background-color: rgba(255, 255, 255, 0.85);
        -webkit-box-shadow: 16px 16px 24px rgba(114, 132, 145, 0.1);
        box-shadow: 16px 16px 24px rgba(114, 132, 145, 0.1);
        -webkit-backdrop-filter: blur(20px);
        backdrop-filter: blur(20px);
        border-radius: 16px;
    }
}

.m-cases__text-logo {
    display: none;
}

@media (min-width: 1440px) {
    .m-cases__text-logo {
        display: block;
    }
}

.m-cases__text-block {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-bottom: 15px;
}

@media (min-width: 1440px) {
    .m-cases__text-block {
        -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
        order: unset;
    }
}

.m-heading__name {
    margin-bottom: 4px;
}

.m-heading__info {
    font-size: 14px;
    color: rgba(50, 50, 50, 0.6);
}

@media (min-width: 1440px) {
    .m-heading__info {
        font-size: 16px;
    }
}

.m-cases__num {
    color: #A1B1C8;
    margin-bottom: 8px;
}

.m-heading__num-text {
    margin-bottom: 24px;
}

.m-heading__num-text:last-of-type {
    margin-bottom: 0;
}

@media (min-width: 1440px) {
    .m-heading__num-text {
        margin-bottom: 40px;
    }
}

.m-cases__link {
    display: table;
    margin: 0 auto;
    font-size: 16px;
    font-weight: 900;
    text-align: center;
    color: #FF8200;
    text-decoration: underline;
}

@media (min-width: 1440px) {
    .m-cases__link {
        margin: -25px 0 0;
    }
}

.m-cases__info-slider {
    display: none;
}

@media (min-width: 1440px) {
    .m-cases__info-slider {
        display: block;
    }
}

@media (min-width: 1440px) {
    .cases__info-item {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        margin: 0 20px;
        min-width: 660px;
    }
}

.m-cases__img {
    max-height: 300px;
    margin: 0 auto 30px;
}

@media (min-width: 1440px) {
    .m-cases__img {
        max-height: 410px;
        margin: 0 100px 0 0;
    }
}

.m-trust {
    padding-bottom: 80px;
}

@media (min-width: 990px) {
    .m-trust {
        padding-bottom: 150px;
    }
}

.m-trust__heading {
    text-align: center;
    margin: 0 auto 25px;
}

@media (min-width: 760px) {
    .m-trust__heading {
        margin-bottom: 50px;
    }
}

@media (min-width: 990px) {
    .m-trust__heading {
        margin-bottom: 100px;
    }
}

.m-trust__tags {
    margin-bottom: 48px;
}

@media (min-width: 990px) {
    .m-trust__tags {
        display: none;
    }
}

.m-trust__tag {
    padding: 8px 24px;
    font-size: 14px;
    font-weight: 600;
    color: #A1B1C8;
    background-color: rgba(161, 177, 200, 0.1);
    border-radius: 48px;
    margin-right: 16px;
    -webkit-transition: background-color .3s, color .3s;
    -o-transition: background-color .3s, color .3s;
    transition: background-color .3s, color .3s;
}

.m-trust__tag--active, .m-trust__tag.slick-current {
    color: #FF8200;
    background-color: rgba(255, 130, 0, 0.08);
    font-weight: 900;
}

.m-trust__tag:last-of-type {
    margin-right: 0;
}

.m-trust__brands-slider {
    margin-bottom: 32px;
}

@media (min-width: 990px) {
    .m-trust__brands-slider {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 55px;
    }
}

.m-trust__brands-item {
    width: 100%;
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 50px;
    grid-column-gap: 25px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (min-width: 990px) {
    .m-trust__brands-item {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        grid-template-columns: none;
        grid-row-gap: unset;
        grid-column-gap: unset;
    }
    .m-trust-brands-block {
        min-height: 50px;
        margin-bottom: 55px;
    }

    .m-trust-brands-block :last-of-type {
        margin-bottom: 0;
    }
}

.m-trust__brands-item-heading {
    display: none;
}

@media (min-width: 990px) {
    .m-trust__brands-item-heading {
        display: block;
        font-size: 24px;
        font-weight: 800;
        text-align: center;
        color: #A1B1C8;
        margin-bottom: 55px;
    }
}

.m-trust__brand-img {
    margin: 0 auto;
}

@media (min-width: 990px) {
    .m-trust__brand-img {
        text-align: center;
        max-height: 45px;
    }
}

.m-trust__link {
    display: table;
    margin: 0 auto;
    text-align: center;
    font-weight: 900;
    color: #FF8200;
    text-decoration: underline;
}

.m-team {
    padding-bottom: 80px;
    position: relative;
}

.m-team:before {
    content: '';
    position: absolute;
    opacity: .5;
    -webkit-filter: blur(70px);
    filter: blur(70px);
    z-index: -1;
    width: 162px;
    height: 162px;
    background-color: #FF8200;
    top: -30px;
    left: -75px;
}

@media (min-width: 760px) {
    .m-team {
        padding-bottom: 150px;
    }
}

@media (min-width: 990px) {
    .m-team .m-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-right: 0;
    }
}

@media (min-width: 990px) {
    .m-team__text-block {
        max-width: 515px;
        margin-right: 75px;
    }
}

.m-team__heading {
    margin-bottom: 25px;
}

@media (min-width: 990px) {
    .m-team__heading {
        margin-bottom: 32px;
    }
}

.m-team__lead {
    max-width: 210px;
    font-size: 16px;
    font-weight: 900;
    margin-bottom: 8px;
}

@media (min-width: 990px) {
    .m-team__lead {
        max-width: none;
        font-size: 24px;
    }
}

.m-team__text {
    margin-bottom: 50px;
}

@media (min-width: 990px) {
    .m-team__text:last-of-type {
        margin-bottom: 0;
    }
}

.m-team__slider .slick-arrow {
    z-index: 1;
    bottom: 50%;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
}

.m-team__slider .slick-next {
    -webkit-transform: translateY(50%) rotate(180deg);
    -ms-transform: translateY(50%) rotate(180deg);
    transform: translateY(50%) rotate(180deg);
}

@media (min-width: 990px) {
    .m-team__slider {
        max-width: 50%;
    }

    .m-team__slider .slick-arrow {
        z-index: 1;
        bottom: 30px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .m-team__slider .slick-prev {
        left: 25px;
    }

    .m-team__slider .slick-next {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        right: 25px;
    }
}

.m-team__img {
    max-height: 150px;
}

@media (min-width: 990px) {
    .m-team__img {
        max-height: none;
    }
}

.m-contact {
    padding-bottom: 80px;
    position: relative;
}

.m-contact:after {
    content: '';
    position: absolute;
    opacity: .5;
    -webkit-filter: blur(70px);
    filter: blur(70px);
    z-index: -1;
    width: 204px;
    height: 204px;
    background-color: #A1B1C8;
    bottom: 0;
    right: 0;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: -1;
}

@media (min-width: 990px) {
    .m-contact {
        padding-bottom: 150px;
    }
}

.m-contact__block {
    padding: 8px 24px 335px 24px;
    border-radius: 35px;
    background-color: #F6F8FA;
    background-image: url(../img/main/new/contact-dec@mob.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 80%;
}

@media (min-width: 760px) {
    .m-contact__block {
        background-image: none;
        position: relative;
        padding: 40px;
    }

    .m-contact__block:before {
        content: '';
        position: absolute;
        width: 366px;
        height: 375px;
        background-image: url(../img/main/new/contact-dec@desktop.png);
        background-repeat: no-repeat;
        background-size: cover;
        top: -30%;
        right: 0;
    }
}

@media (min-width: 990px) {
    .m-contact__block {
        padding: 80px;
    }

    .m-contact__block:before {
        content: '';
        position: absolute;
        width: 440px;
        height: 475px;
        top: -30%;
        right: 0;
    }
}

@media (min-width: 1200px) {
    .m-contact__block:before {
        content: '';
        position: absolute;
        width: 620px;
        height: 680px;
        top: -40%;
        right: 0;
    }
}

.m-contact__text-wrapper {
    position: relative;
}

@media (min-width: 760px) {
    .m-contact__text-wrapper {
        max-width: 350px;
    }
}

@media (min-width: 990px) {
    .m-contact__text-wrapper {
        max-width: 530px;
    }
}

.m-contact__heading {
    margin-bottom: 24px;
}

@media (min-width: 760px) {
    .m-contact__heading {
        margin-bottom: 32px;
    }
}

.m-contact__text {
    margin-bottom: 24px;
}

@media (min-width: 760px) {
    .m-contact__text {
        margin-bottom: 56px;
    }
}

@media (min-width: 990px) {
    .m-contact__text {
        max-width: 370px;
    }
}

@media (min-width: 1200px) {
    .m-contact__text {
        max-width: none;
    }
}

.m-contact__btn {
    border: 1px solid #FF8200;
    background-color: #FF8200;
    padding: 16px 40px;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 900;
    border-radius: 48px;
    -webkit-transition: background-color .3s, color .3s;
    -o-transition: background-color .3s, color .3s;
    transition: background-color .3s, color .3s;
    border: 1px solid #FF8200;
}

.m-contact__btn:hover {
    color: #FF8200;
    background-color: transparent;
    border: 1px solid #FF8200;
}

@media (min-width: 760px) {
    .m-contact__btn {
        font-size: 24px;
        font-weight: 900;
        padding: 16px 56px;
    }
}

.m-src {
    padding-bottom: 80px;
}

@media (min-width: 990px) {
    .m-src {
        padding-bottom: 150px;
    }
}

.m-src__heading {
    margin-bottom: 32px;
    text-align: center;
}

@media (min-width: 760px) {
    .m-src__heading {
        margin-bottom: 55px;
    }
}

.m-src__slider {
    margin-bottom: 32px;
}

.m-src__slider .slick-dots {
    margin-top: 20px;
}

@media (min-width: 760px) {
    .m-src__slider {
        margin-bottom: 55px;
    }
}

@media (min-width: 990px) {
    .m-src__slider {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.m-src__img {
    display: block;
    margin: 0 auto 60px;
    max-height: 25px;
}

.m-src__img:last-of-type {
    margin-bottom: 0;
}

@media (min-width: 375px) {
    .m-src__img {
        max-height: 38px;
    }
}

@media (min-width: 990px) {
    .m-src__img {
        max-height: none;
        margin-bottom: 80px;
    }
}

.m-src__link {
    display: table;
    margin: 0 auto;
    text-align: center;
    color: #FF8200;
    text-decoration: underline;
    font-weight: 900;
}

.m-video {
    padding-bottom: 80px;
    text-align: center;
    position: relative;
}

.m-video:before {
    content: '';
    position: absolute;
    opacity: .5;
    -webkit-filter: blur(70px);
    filter: blur(70px);
    z-index: -1;
    width: 162px;
    height: 162px;
    background-color: #FF8200;
    top: 10px;
    left: -100px;
}

@media (min-width: 990px) {
    .m-video {
        padding-bottom: 150px;
    }

    .m-video:before {
        top: auto;
        bottom: 155px;
    }
}

.m-video__heading {
    margin-bottom: 25px;
}

@media (min-width: 990px) {
    .m-video__heading {
        margin-bottom: 35px;
    }
}

.m-video__text {
    margin-bottom: 25px;
}

@media (min-width: 990px) {
    .m-video__text {
        margin-bottom: 55px;
    }
}

.m-video__video {
    max-width: 100%;
}

@media (min-width: 990px) {
    .m-video__video {
        max-width: 1030px;
    }
}

.m-form {
    padding-bottom: 80px;
    position: relative;
}

.m-form:before {
    content: '';
    position: absolute;
    width: 295px;
    height: 275px;
    bottom: 20px;
    right: 6px;
    background-image: url(../img/main/new/form-bg@mob.png);
    background-repeat: no-repeat;
}

@media (min-width: 990px) {
    #wpcf7-f10905-o1 {
        max-width: 47%;
    }
    .m-form {
        padding-bottom: 150px;
    }

    .m-form:before {
        width: 345px;
        height: 465px;
        bottom: 25px;
        right: auto;
        left: 38px;
        background-image: url(../img/main/new/form-bg@desktop.png);
        background-size: contain;
    }
}

@media (min-width: 1440px) {
    .m-form:before {
        width: 502px;
        height: 664px;
        bottom: 35px;
        left: 120px;
    }
}

.m-form__wrapper {
    padding: 48px 24px 160px 24px;
    background-color: #F6F8FA;
    border-radius: 35px;
}

@media (min-width: 990px) {
    .m-form__wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 50px;
        border-radius: 40px;
    }
}

@media (min-width: 1440px) {
    .m-form__wrapper {
        padding: 80px;
    }
}

.m-form__text-block {
    position: relative;
}

@media (min-width: 990px) {
    .m-form__text-block {
        max-width: 490px;
        margin-right: 60px;
    }
}

.m-form__heading {
    margin-bottom: 25px;
}

@media (min-width: 990px) {
    .m-form__heading {
        margin-bottom: 32px;
    }
}

.m-form__text {
    margin-bottom: 25px;
}

.m-form__input,
.m-form__textarea {
    border: none;
    outline: none;
    padding: 16px 24px;
    color: #A1B1C8;
    background: #FFFFFF;
    border-radius: 16px;
    width: 100%;
}

.m-form__input::-webkit-input-placeholder, .m-form__textarea::-webkit-input-placeholder {
    color: #A1B1C8;
}

.m-form__input:-moz-placeholder, .m-form__textarea:-moz-placeholder {
    color: #A1B1C8;
}

.m-form__input::-moz-placeholder, .m-form__textarea::-moz-placeholder {
    color: #A1B1C8;
}

.m-form__input:-ms-input-placeholder, .m-form__textarea:-ms-input-placeholder {
    color: #A1B1C8;
}

.m-form__input:focus::-webkit-input-placeholder, .m-form__textarea:focus::-webkit-input-placeholder {
    font-size: 0;
}

.m-form__input:focus:-moz-placeholder, .m-form__textarea:focus:-moz-placeholder {
    font-size: 0;
}

.m-form__input:focus::-moz-placeholder, .m-form__textarea:focus::-moz-placeholder {
    font-size: 0;
}

.m-form__input:focus:-ms-input-placeholder, .m-form__textarea:focus:-ms-input-placeholder {
    font-size: 0;
}

@media (min-width: 990px) {
    .m-form__input,
    .m-form__textarea {
        max-width: 490px;
    }
}

.m-form__input {
    margin-bottom: 16px;
}

@media (min-width: 990px) {
    .m-form__input {
        margin-bottom: 24px;
    }
}

.m-form__textarea {
    width: 100%;
    min-height: 130px;
    margin-bottom: 24px;
}

.m-form__btn {
    font-family: 'Montserrat';
    font-size: 18px;
    padding: 16px 40px;
    color: #FFFFFF;
    border-radius: 48px;
    background-color: #FF8200;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: background-color .3s, color .3s;
    -o-transition: background-color .3s, color .3s;
    transition: background-color .3s, color .3s;
    border: 1px solid #FF8200;
}

.m-form__btn:disabled {
    border: 1px solid #a6a09a;
    pointer-events: none;
    background-color: #a6a09a;
}

.m-form__btn:hover {
    color: #FF8200;
    background-color: transparent;
    border: 1px solid #FF8200;
}

@media (min-width: 990px) {
    .m-form__btn {
        padding: 16px 56px;
        font-size: 24px;
    }
}

.m-form__checkbox-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 24px;
}

@media (min-width: 992px) {
    .m-form__checkbox-wrapper {
        margin-bottom: 32px;
    }
}

.m-form__checkbox {
    display: none;
}

.m-form__checkbox-label {
    display: block;
    background-color: #FF8200;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 13px;
    min-width: 24px;
    max-width: 24px;
    min-height: 24px;
    max-height: 24px;
}

.m-form__checkbox-label--checked {
    background-image: url(../img/main/new/checked.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

.m-form__checkbox-text {
    margin: 0;
    font-size: 12px;
    font-weight: 600;
    color: #BC8348;
}

@media (min-width: 990px) {
    .m-form__checkbox-text {
        font-size: 16px;
        max-width: 410px;
    }
}
.m-heading__info {
    margin: auto;
}