* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
    color: #323232;
    margin: 0;
    padding: 0;
    line-height: normal;
}

a {
    text-decoration: none;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
}

h1, h2, h3, h4, p {
    margin: 0;
    padding: 0;
}

section {
    min-height: 100vh;
    position: relative;
    overflow-x: hidden;
}

section:before, section:after {
    content: '';
    position: absolute;
    -webkit-filter: blur(100px);
    filter: blur(100px);
    border-radius: 50%;
    z-index: -1;
}

section:before {
    width: 32%;
    height: 32%;
    background-color: #C9C0F2;
    left: -6%;
    bottom: 0;
}

section:after {
    width: 31%;
    height: 31%;
    background-color: #FAC690;
    right: -5%;
    top: -12%;
}

.sec-pad {
    padding: 50px 0;
}

@media (min-width: 760px) {
    .sec-pad {
        padding: 75px 0;
    }
}

@media (min-width: 990px) {
    .sec-pad {
        padding: 100px 0;
    }
}

@media (min-width: 1200px) {
    .sec-pad {
        padding: 150px 0;
    }
}

.media-kit__container {
    padding: 0 15px;
}

@media (min-width: 380px) {
    .media-kit__container {
        padding: 0 20px;
    }
}

@media (min-width: 760px) {
    .media-kit__container {
        padding: 0 40px;
    }
}

@media (min-width: 990px) {
    .media-kit__container {
        padding: 0 60px;
    }
}

@media (min-width: 1200px) {
    .media-kit__container {
        padding: 0 100px;
    }
}

.orange {
    color: #FF8200;
}

.yellow {
    color: #F9A700;
}

.hbig {
    font-size: 60px;
    font-weight: 800;
    letter-spacing: 0.02em;
}

.hmid {
    font-size: 50px;
    font-weight: 800;
    letter-spacing: 0.02em;
}

.hsm {
    font-size: 26px;
    font-weight: 800;
}

.lead {
    font-size: 18px;
    font-weight: 800;
    line-height: 36px;
}

.text {
    font-size: 18px;
    font-weight: 600;
}

@media (min-width: 990px) {
    .hbig {
        font-size: 76px;
        font-weight: 800;
        letter-spacing: 0.02em;
    }

    .hmid {
        font-size: 50px;
        font-weight: 800;
        letter-spacing: 0.02em;
    }

    .hsm {
        font-size: 36px;
        font-weight: 800;
    }

    .lead {
        font-size: 18px;
        font-weight: 800;
        line-height: 36px;
    }

    .text {
        font-size: 18px;
        font-weight: 600;
    }
}

@media (min-width: 1740px) {
    .hbig {
        font-size: 96px;
        font-weight: 800;
        letter-spacing: 0.02em;
    }

    .hmid {
        font-size: 72px;
        font-weight: 700;
        letter-spacing: 0.02em;
    }

    .hsm {
        font-size: 36px;
        font-weight: 800;
    }

    .lead {
        font-size: 24px;
        font-weight: 800;
        line-height: 36px;
    }

    .text {
        font-size: 24px;
        font-weight: 600;
    }
}

.logo-sm {
    position: relative;
    bottom: -10px;
    right: 20px;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (min-width: 760px) {
    .logo-sm {
        position: absolute;
        bottom: 20px;
    }
}

@media (min-width: 1600px) {
    .logo-sm {
        bottom: 100px;
        right: 100px;
    }
}

.lazyLoadBg {
    background: none !important;
    background-image: none !important;
}

.start {
    padding: 50px 0px 0;
    background-image: url(../img/media-kit/new/start-bg.png);
    background-size: 90%;
    background-repeat: no-repeat;
    background-position: right bottom;
}

.start__top-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #FF8200;
    margin-bottom: 50px;
}

@media (min-width: 760px) {
    .start {
        background-position: right top;
    }

    .start__top-block {
        margin-bottom: 300px;
    }
}

@media (min-width: 990px) {
    .start {
        padding: 5% 0px 25%;
        background-position: right bottom;
        background-size: contain;
    }

    .start__top-block {
        margin-bottom: 10%;
    }
}

.sec2 {
    padding: 0;
}

@media (min-width: 990px) {
    .sec2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media (min-width: 990px) {
    .sec2__img {
        max-height: 455px;
    }
}

@media (min-width: 1200px) {
    .sec2__img {
        max-height: 655px;
    }
}

@media (min-width: 1600px) {
    .sec2__img {
        max-height: 800px;
    }
}

@media (min-width: 1880px) {
    .sec2__img {
        max-height: none;
    }
}

.sec2__heading {
    color: #FF8200;
    margin-bottom: 24px;
}

.sec2__text-block {
    padding: 0 15px;
}

@media (min-width: 380px) {
    .sec2__text-block {
        padding: 0 20px;
    }
}

@media (min-width: 760px) {
    .sec2__text-block {
        padding: 0 40px;
    }
}

@media (min-width: 990px) {
    .sec2__text-block {
        padding: 100px 60px 0 0;
    }
}

@media (min-width: 1200px) {
    .sec2__text-block {
        padding: 100px 100px 0 0;
    }
}

.sec2_text {
    margin-bottom: 24px;
}

.sec2_text:last-of-type {
    margin-bottom: 40px;
}

@media (min-width: 760px) {
    .sec2__hook-container {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
}

.sec2__hook-item {
    text-align: center;
    margin-bottom: 40px;
}

@media (min-width: 760px) {
    .sec2__hook-item {
        max-width: 365px;
    }
}

@media (min-width: 990px) {
    .sec2__hook-item {
        margin-bottom: 80px;
    }
}

.sec2__hook-heading {
    color: #FF8200;
    margin-bottom: 10px;
}

.sec3 {
    padding: 100px 0;
}

.sec3__heading {
    text-align: center;
    color: #FF8200;
    margin-bottom: 40px;
}

@media (min-width: 990px) {
    .sec3__heading {
        margin-bottom: 110px;
    }
}

@media (min-width: 760px) {
    .sec3__wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        max-width: 1200px;
        margin: 0 auto;
    }
}

.sec3__item-text {
    text-align: center;
    padding: 15px 5px;
    border-radius: 30px;
    margin-bottom: 30px;
    position: relative;
}

.sec3__item-text--left {
    background-color: #EBE8FB;
}

.sec3__item-text--right {
    background-color: rgba(255, 130, 0, 0.1);
}

.sec3__item-text:before {
    content: none;
    position: absolute;
    width: 35px;
    height: 35px;
    left: 10px;
    top: 15px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.sec3__item-text--1:before {
    background-image: url(../img/media-kit/new/sec3_icon1.png);
}

.sec3__item-text--2:before {
    background-image: url(../img/media-kit/new/sec3_icon2.png);
}

.sec3__item-text--3:before {
    background-image: url(../img/media-kit/new/sec3_icon3.png);
}

.sec3__item-text--4:before {
    background-image: url(../img/media-kit/new/sec3_icon4.png);
}

.sec3__item-text--5:before {
    background-image: url(../img/media-kit/new/sec3_icon5.png);
}

.sec3__item-text--6:before {
    background-image: url(../img/media-kit/new/sec3_icon6.png);
}

@media (min-width: 370px) {
    .sec3__item-text {
        padding: 15px 20px 15px 50px;
    }

    .sec3__item-text:before {
        content: '';
    }
}

@media (min-width: 760px) {
    .sec3__item-text {
        padding: 15px 20px;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        width: 50%;
    }

    .sec3__item-text--left {
        border-top-right-radius: 100px;
        border-bottom-right-radius: 100px;
        z-index: 1;
    }

    .sec3__item-text--left:before {
        left: 3px;
    }

    .sec3__item-text--left:after {
        content: '';
        position: absolute;
        height: 65px;
        width: 65px;
        right: -1px;
        bottom: 0px;
        border-right: 10px solid #fff;
        border-top: 10px solid #ffffff;
        border-radius: 10px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .sec3__item-text--right {
        margin-left: -20px;
        padding-left: 70px;
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }

    .sec3__item-text--right:before {
        left: 45px;
    }
}

@media (min-width: 990px) {
    .sec3__item-text:before {
        width: 52px;
        height: 52px;
        top: -20px;
    }

    .sec3__item-text--left:before {
        left: 20px;
    }

    .sec3__item-text--right:before {
        left: 40px;
    }
}

@media (min-width: 1200px) {
    .sec3__item-text {
        margin-bottom: 80px;
        padding: 25px 50px 25px 100px;
    }

    .sec3__item-text:before {
        width: 104px;
        height: 104px;
        top: -30px;
    }

    .sec3__item-text--left:before {
        left: 20px;
    }

    .sec3__item-text--left:after {
        height: 93px;
        width: 93px;
        right: -3px;
        bottom: -3px;
        border-top: 15px solid #ffffff;
        border-right: 15px solid #ffffff;
    }

    .sec3__item-text--right:before {
        left: 50px;
    }
}

.sec3__dec {
    position: absolute;
    max-height: 100px;
    z-index: -1;
}

.sec3__dec--1 {
    top: 30px;
    left: 0;
}

.sec3__dec--2 {
    top: 120px;
    right: 0;
}

.sec3__dec--3 {
    left: 0;
    bottom: 0;
}

@media (min-width: 1600px) {
    .sec3__dec {
        max-height: none;
    }
}

@media (min-width: 990px) {
    .sec4 {
        padding: 50px 0;
    }

    .sec4 .media-kit__container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
}

.sec4__heading {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 33%;
    margin: 0 auto 25px;
    color: #FF8200;
}
@media (max-width: 991px) {
    .sec4 .media-kit__container {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
    .sec4__heading {
        display: flex;
        order: -1;
    }
}


@media (max-width: 760px) {
    .sec4__heading {
        font-size: 40px;
        text-align: center;
    }

}

.sec4__item {
    text-align: center;
    margin: 0 auto 25px;
}

@media (min-width: 760px) {
    .sec4__item {
        width: 30%;
    }
}

.sec4__img {
    display: block;
    margin: 0 auto 20px;
}

.sec4__text {
    max-width: 400px;
    margin: 0 auto;
}

@media (min-width: 760px) {
    .sec5 {
        background-image: url(../img/media-kit/new/sec5_dec.png);
        background-repeat: no-repeat;
        background-position: left bottom;
        background-size: 90%;
    }
}

@media (min-width: 990px) {
    .sec5 {
        background-size: auto;
    }
}

@media (min-width: 1440px) {
    .sec5 {
        padding: 75px 0;
    }
}

@media (min-width: 1700px) {
    .sec5 {
        padding:100px 0 140px;
    }
}

.sec5__heading-block {
    text-align: center;
}

@media (min-width: 1440px) {
    .sec5__heading-block {
        max-width: 565px;
        text-align: left;
        margin: 0 0 -250px auto;
    }
}

@media (min-width: 1600px) {
    .sec5__heading-block {
        margin-bottom: -450px;
    }
}

.sec5__heading {
    color: #FF8200;
    margin-bottom: 25px;
}

.sec5__text {
    font-weight: 600;
    margin-bottom: 50px;
}

@media (min-width: 1600px) {
    .sec5__text {
        margin-bottom: 65px;
    }
}

.sec5__item {
    margin-bottom: 30px;
}

@media (min-width: 760px) {
    .sec5__item {
        max-width: 385px;
    }
}

@media (min-width: 760px) and (max-width: 990px) {
    .sec5__item:first-of-type, .sec5__item:last-of-type {
        text-align: right;
        margin-left: auto;
    }
}

@media (min-width: 990px) {
    .sec5__item {
        margin: 0;
        position: relative;
    }

    .sec5__item--1 {
        left: 60px;
    }

    .sec5__item--2 {
        left: 55%;
        top: -25px;
    }

    .sec5__item--3 {
        left: 50%;
        bottom: -45px;
    }
}

@media (min-width: 1440px) {
    .sec5__item--1 {
        left: 0;
    }

    .sec5__item--2 {
        left: 45%;
        top: 0;
    }

    .sec5__item--3 {
        left: 40%;
        bottom: -80px;
    }
}

@media (min-width: 1600px) {
    .sec5__item--1 {
        left: 0;
    }

    .sec5__item--2 {
        left: 30%;
        top: -30px;
    }

    .sec5__item--3 {
        left: 36%;
        bottom: -15px;
    }
}


@media (min-width: 1700px) {
    .sec5__item--2 {
        top: 30px;
        left: 33%;
    }

    .sec5__item--3 {
        left: 40%;
        bottom: -80px;
    }
}

@media (min-width: 1700px) {
    .sec5__item--1 {
        position: absolute;
        top: 65px;
        left: 10%;
    }

    .sec5__item--2 {
        left: 35%;
        top: -90px;
    }

    .sec5__item--3 {
        left: 40%;
        bottom: 0;
    }
}

.sec5__item-heading {
    color: #FF8200;
    position: relative;
    margin-bottom: 32px;
}

.sec5__item-heading:after {
    content: '';
    position: absolute;
    width: 26px;
    height: 3px;
    background-color: #C4C4C4;
    left: 0;
    bottom: -16px;
}

@media (min-width: 760px) {
    .sec5__item-heading {
        display: inline-block;
    }
}

.sec5__item-subheading {
    margin-bottom: 16px;
}

.sec5__item-text {
    color: rgba(50, 50, 50, 0.6);
}

.sec5__img {
    display: none;
}

@media (min-width: 990px) {
    .sec5__img {
        display: block;
        max-height: 585px;
        position: absolute;
        bottom: 0px;
        left: 0;
    }
}

@media (min-width: 1700px) {
    .sec5__img {
        max-height: 700px;
    }
}

@media (min-width: 1700px) {
    .sec5__img {
        left: 145px;
    }
}

.sec5__dec {
    display: none;
}

@media (min-width: 1200px) {
    .sec5__dec {
        position: absolute;
    }

    .sec5__dec--2 {
        display: block;
        right: 0;
        bottom: 200px;
    }
}

@media (min-width: 1440px) {
    .sec5__dec--1 {
        display: block;
        right: 0;
        bottom: 0;
    }
}
@media only screen and (min-width: 1440px) and (max-width: 1599px) {
  .sec5 {
    padding: 125px 0 150px 0;
  }

  .sec5__dec--1 {
    right: 0;
    bottom: 0;
    left: -124px;
    width: 390px;
  }

  .sec5__dec--2 {
    right: 0;
    bottom: 200px;
    top: 60px;
    width: 100px;
  }

  .sec5__heading-block {
    max-width: 100%;
    text-align: center;
    margin: 0;
  }

  .sec5__img {
    display: none !important;
  }

  .sec5 {
    background: none;
  }

  .sec5__heading {
    font-size: 72px;
    text-transform: uppercase;
    font-weight: 700;
  }

  .sec5__text {
    margin-bottom: 50px;
    line-height: 54px;
    font-weight: 500;
  }

  .sec5__items-block {
    display: flex;
    justify-content: space-between;
  }

  .sec5__item {
    padding: 0 20px;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    width: 33.333%;
    text-align: center;
  }

  .sec5__item-heading {
    color: rgba(249, 167, 0, 1);
    font-weight: 700;
  }

  .sec5__item-subheading {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
  }

  .sec5__item-text {
    font-size: 24px;
    line-height: 36px;
    font-weight: 500;
    color: rgba(50, 50, 50, 0.6);
  }

  .sec5__item .sec5__item-heading:after {
    content: '';
    position: absolute;
    width: 26px;
    height: 3px;
    background-color: #C4C4C4;
    left: 50%;
    bottom: -13px;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
  }

}
@media (min-width: 1600px) {
    .sec5__dec--1 {
        right: 85px;
    }
}

@media (min-width: 1600px) {
    .sec5__dec--1 {
        right: 225px;
    }

    .sec15__dec--1 {
        right: 20%;
    }
}

@media (min-width: 320px) and (max-width: 990px) {
    .sec6 {
        padding: 75px 0;
    }
}

@media (min-width: 1440px) {
    .sec6 {
        padding: 100px 0;
        background-image: url(../img/media-kit/new/sec6_img.png);
        background-repeat: no-repeat;
        background-position: right top;
        background-size: 45%;
    }
}

@media (min-width: 1900px) {
    .sec6 {
        background-size: auto;
    }
}

.sec6__subheading {
    margin-bottom: 25px;
}

.sec6__heading {
    color: #FF8200;
    margin-bottom: 40px;
}

@media (min-width: 990px) {
    .sec6__heading {
        margin-bottom: 90px;
    }
}

@media (min-width: 760px) {
    .sec6__ico-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media (min-width: 1440px) {
    .sec6__ico-block {
        max-width: 757px;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        align-items: center;
    }
}

.sec6__ico {
    display: block;
    margin: 0 auto 40px;
}
.media-kit__container .sec6__ico {
    display: block;
    margin: 0 auto 25px;
    max-width: 120px;
}
@media (min-width: 760px) {
    .sec6__ico {
        margin: 0 20px 40px;
    }
}

.sec6__dec {
    position: absolute;
    bottom: 0;
    left: -90px;
}

@media (min-width: 1440px) {
    .sec6__dec {
        left: 50px;
        z-index: -1;
    }
}

@media (min-width: 990px) {
    .sec7 {
        padding: 100px 0;
    }
}

.sec7__heading {
    color: #FF8200;
    margin-bottom: 25px;
    text-align: center;
}

@media (min-width: 990px) {
    .sec7__heading {
        margin-bottom: 50px;
    }
}

.sec7__subheading {
    text-align: center;
    margin-bottom: 50px;
}

@media (min-width: 990px) {
    .sec7__subheading {
        margin: 0 auto 75px;
        max-width: 1200px;
    }
}

@media (min-width: 1200px) {
    .sec7__subheading {
        margin: 0 auto 100px;
    }
}

@media (min-width: 760px) {
    .sec7__items-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
}

.sec7__item {
    text-align: center;
    margin-bottom: 30px;
}

@media (min-width: 760px) {
    .sec7__item {
        max-width: 45%;
    }
}

@media (min-width: 990px) {
    .sec7__item {
        margin-bottom: 75px;
        max-width: 50%;
    }
}

@media (min-width: 1440px) {
    .sec7__item {
        max-width: 23%;
        margin-bottom: 0;
    }
}

@media (min-width: 1700px) {
    .sec7__item {
    }
}

.sec7__item-heading {
    display: inline-block;
    color: #F9A700;
    margin-bottom: 32px;
    position: relative;
    white-space: nowrap;
}

.sec7__item-heading:after {
    content: '';
    position: absolute;
    width: 28px;
    height: 3px;
    background-color: #C4C4C4;
    bottom: -16px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.sec7__item-text {
    color: #323232;
}

@media (min-width: 990px) {
    .sec7__item-text {
        max-width: 375px;
    }
}

.sec7_dec {
    display: none;
}

@media (min-width: 990px) {
    .sec7_dec {
        display: block;
        position: absolute;
        z-index: -1;
    }

    .sec7_dec--1 {
        left: 0;
        top: 35%;
    }

    .sec7_dec--2 {
        right: 0;
        top: 2%;
    }

    .sec7_dec--3 {
        right: 50%;
        bottom: 0;
    }
}

@media (min-width: 1440px) {
    .sec8 {
        padding: 225px 0;
        background-image: url(../img/media-kit/new/sec8_img.png);
        background-repeat: no-repeat;
        background-position: left bottom;
        background-size: 45%;
    }
}

@media (min-width: 1740px) {
    .sec8 {
        background-size: auto;
    }
}

@media (min-width: 1200px) {
    .sec8__text-block {
        max-width: 550px;
        margin-left: auto;
        margin-right: 10%;
    }
}

@media (min-width: 1600px) {
    .sec8__text-block {
        margin-right: 8%;
    }
}

.sec8__heading {
    color: #FF8200;
    line-height: 150%;
    margin-bottom: 30px;
}

.sec8__text {
    color: rgba(50, 50, 50, 0.6);
    margin-bottom: 30px;
}

.sec8__text:last-of-type {
    margin-bottom: 0;
}

.sec8__dec {
    position: absolute;
    z-index: -1;
}

.sec8__dec--1 {
    bottom: 0;
    left: -55px;
}

.sec8__dec--2 {
    display: none;
}

@media (min-width: 990px) {
    .sec8__dec--2 {
        display: block;
        max-height: 175px;
        right: 0;
        top: 50px;
    }
}

@media (min-width: 1440px) {
    .sec8__dec--1 {
        left: 40%;
    }

    .sec8__dec--2 {
        max-height: none;
        top: 200px;
    }
}

.sec9 {
    padding: 90px 0;
    color: #FF8200;
}

@media (min-width: 1440px) {
    .sec9 .media-kit__container {
        padding: 0 150px;
    }
}

@media (min-width: 1720px) {
    .sec9 .media-kit__container {
        padding: 0 275px;
    }
}

.sec9__heading {
    text-align: center;
    margin-bottom: 25px;
}

@media (min-width: 990px) {
    .sec9__heading {
        margin-bottom: 40px;
    }
}

.sec9__subheading {
    text-align: center;
    margin-bottom: 50px;
}

@media (min-width: 990px) {
    .sec9__subheading {
        margin-bottom: 80px;
    }
}

@media (min-width: 760px) {
    .sec9__items-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
}

@media (min-width: 990px) {
    .sec9__items-wrapper {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.sec9__items-block {
    max-width: 1420px;
    margin: 0 auto 60px;
    text-align: center;
}

@media (min-width: 760px) and (max-width: 990px) {
    .sec9__items-block {
        width: 50%;
    }
}

@media (min-width: 990px) {
    .sec9__items-block {
        margin-bottom: 0;
    }
}

.sec9__items-heading {
    margin-bottom: 30px;
}

@media (min-width: 760px) {
    .sec9__items-heading {
        margin-bottom: 50px;
    }
}

@media (min-width: 990px) {
    .sec9__items-heading {
        margin-bottom: 80px;
    }
}

.sec9__img {
    display: block;
    max-height: 55px;
    margin: 0 auto 50px;
}

@media (min-width: 990px) {
    .sec9__img {
        margin-bottom: 75px;
    }
}

@media (min-width: 1200px) {
    .sec9__img {
        margin-bottom: 110px;
    }
}

.sec9__img:last-of-type {
    margin-bottom: 0;
}

.sec9__dec {
    position: absolute;
    bottom: 0;
    left: 0;
}

@media (min-width: 990px) {
    .sec9__dec {
        left: -90px;
        max-height: 200px;
    }
}


@media (min-width: 1800px) {
    .sec9__dec {
        left: 0;
        max-height: none;
    }
}

.cases {
    padding: 75px 0 75px 15px;
}

@media (min-width: 380px) {
    .cases {
        padding: 75px 0 75px 20px;
    }
}

@media (min-width: 760px) {
    .cases {
        padding: 75px 0 75px 40px;
    }
}

@media (min-width: 990px) {
    .cases {
        display: grid;
        grid-template-columns: 1.2fr 1fr;
        padding: 100px 0 60px 60px;
    }
}

@media (min-width: 1200px) {
    .cases {
        padding: 100px 0 60px 100px;
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 990px) {
    .cases__text-block {
        padding-right: 15px;
    }
}

.cases__big-heading {
    color: #FF8200;
    margin-bottom: 50px;
}

.cases__heading-block {
    margin-bottom: 40px;
    text-align: center;
}

@media (min-width: 420px) {
    .cases__heading-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: left;
    }
}

@media (min-width: 1200px) {
    .cases__heading-block {
        margin-bottom: 60px;
    }
}

@media (min-width: 1440px) {
    .cases__heading-block {
        margin-bottom: 60px;
    }
}

.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: 100px;
    height: 100px;
    margin: 0 auto 20px;
    background-color: #fff;
    border-radius: 25px;
    -webkit-box-shadow: 8px 8px 24px rgba(149, 142, 183, 0.1);
    box-shadow: 8px 8px 24px rgba(149, 142, 183, 0.1);
}

@media (min-width: 420px) {
    .cases__logo-block {
        margin: 0 25px 0 0;
    }
}

@media (max-width: 760px) {
    .cases__heading {
        font-size: 28px;
    }
}

.cases__subheading {
    color: rgba(50, 50, 50, 0.6);
}

@media (min-width: 1200px) {
    .cases__subheading {
        max-width: 495px;
    }
}

.cases__hook-block {
    margin-bottom: 40px;
}

@media (min-width: 760px) {
    .cases__hook-block:not(.cases__hook-block--sec14) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 0;
    }
}

.cases__hook-item {
    text-align: center;
    margin-bottom: 20px;
}

@media (min-width: 760px) {
    .cases__hook-item {
        text-align: left;
        margin: 0 80px 40px 0;
    }

    .cases__hook-item:last-of-type {
        margin-right: 0;
    }
}

@media (min-width: 990px) {
    .cases__hook-item {
        margin: 0 40px 40px 0;
    }

    .cases__hook-item:last-of-type {
        margin-right: 0;
    }
}

@media (min-width: 1440px) {
    .cases__hook-item {
        margin-bottom: 60px;
    }
}

.cases__hook-num {
    color: #F9A700;
}

@media (min-width: 1440px) {
    .cases__hook-num {
        margin-bottom: 15px;
    }
}

.cases__hook-text {
    color: #32323299;
}

.cases__description-item {
    color: #32323299;
    position: relative;
    padding-left: 40px;
    margin-bottom: 40px;
}

.cases__description-item b {
    color: #323232;
}

.cases__description-item:before {
    content: '';
    position: absolute;
    width: 32px;
    height: 32px;
    left: 0;
    top: 40%;
    -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%;
}

@media (min-width: 1440px) {
    .cases__description-item {
        padding-left: 86px;
        margin-bottom: 50px;
    }

    .cases__description-item:before {
        width: 64px;
        height: 64px;
    }
}

.cases__img-block {
    position: relative;
}

@media (min-width: 760px) {
    .cases__img-block {
        background-image: url(../img/media-kit/new/cases_dec2.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: right bottom;
    }
}

@media (min-width: 990px) {
    .cases__img-block {
        -ms-flex-item-align: self-end;
        align-self: self-end;
    }
}

.cases__img-text-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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 155px;
    height: 155px;
    background-color: #fff;
    border-radius: 50%;
    -webkit-box-shadow: 8px 8px 24px rgba(149, 142, 183, 0.1);
    box-shadow: 8px 8px 24px rgba(149, 142, 183, 0.1);
    position: absolute;
    bottom: -40px;
    left: 0px;
}

@media (min-width: 760px) {
    .cases__img-text-block {
        width: 225px;
        height: 225px;
        bottom: 5%;
        left: 20%;
    }
}

@media (min-width: 1205px) {
    .cases__img-text-block {
        left: 10%;
        bottom: 0;
    }
}

@media (min-width: 1205px) {
    .cases__img-text-block {
        bottom: 0;
    }
}

@media (min-width: 1440px) {
    .cases__img-text-block {
        width: 267px;
        height: 267px;
        bottom: 5%;
    }
}

.cases__img-number {
    color: #FF8200;
    font-size: 32px;
    margin-bottom: 10px;
}

@media (min-width: 760px) {
    .cases__img-number {
        font-size: 52px;
    }
}

@media (min-width: 1440px) {
    .cases__img-number {
        font-size: 72px;
        margin-bottom: 15px;
    }
}

.cases__img-text {
    color: #32323299;
    font-size: 16px;
}

@media (min-width: 760px) {
    .cases__img-text {
        font-size: 20px;
    }
}

@media (min-width: 1440px) {
    .cases__img-text {
        font-size: 24px;
    }
}

.cases__dec {
    display: none;
}

@media (min-width: 760px) {
    .cases__dec {
        display: block;
        position: absolute;
        top: 125px;
        right: 0;
    }
}

.cases__quote {
    position: relative;
    padding-left: 67px;
    margin-bottom: 30px;
    max-width: 770px;
}

.cases__quote:before {
    content: '';
    position: absolute;
    width: 43px;
    height: 36px;
    left: 0;
    top: 5px;
    background-image: url(../img/media-kit/new/cases_quote.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

@media (min-width: 990px) {
    .cases__quote {
        margin-bottom: 60px;
    }
}

.sec15 {
    padding: 75px 0;
    background-size: 25%;
}


@media (min-width: 1200px) {
    .sec15 {
        padding: 100px 0;
    }
}

@media (min-width: 1440px) {
    .sec15 {
        background-image: url(../img/media-kit/new/sec15_bg.png);
        background-position: left bottom;
        background-repeat: no-repeat;
        background-size: 25%;
    }

    .sec15 .media-kit__container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

@media (min-width: 1600px) {


    .sec15 .media-kit__container {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.sec15__heading-block {
    margin-bottom: 30px;
}

@media (min-width: 990px) {
    .sec15__heading-block {
        margin-bottom: 50px;
    }
}

@media (min-width: 1200px) {
    .sec15__heading-block {
        max-width: 400px;
        min-width: 400px;
    }
}

@media (min-width: 1440px) {
    .sec15__heading-block {
        margin-right: 50px;
    }
}

@media (min-width: 1600px) {
    .sec15__heading-block {
        margin-right: unset;
    }
}

.sec15__heading {
    text-transform: none;
    margin-bottom: 10px;
}

@media (min-width: 1600px) {
    .sec15__heading {
        margin-bottom: 15px;
    }
}

.sec15__subheading {
    color: #FF8200;
}

@media (min-width: 1200px) {
    .sec15__subheading {
        max-width: 300px;
    }
}

@media (min-width: 1600px) {
    .sec15__subheading {
        max-width: none;
    }
}

@media (min-width: 990px) {
    .sec15__text-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media (min-width: 990px) and (max-width: 1200px) {
    .sec15__text-wrapper:last-of-type .sec15__item:nth-of-type(2) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
}

@media (min-width: 1440px) {
    .sec15__text-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        width: 30%;
        max-width: 380px;
    }

    .sec15__text-wrapper--first {
        margin-right: auto;
    }
}

@media (min-width: 1600px) {
    .sec15__text-wrapper {
        max-width: 520px;
    }

    .sec15__text-wrapper--first {
        margin-right: unset;
    }
}

@media (min-width: 1720px) {
    .sec15__text-wrapper {
        max-width: 520px;
    }
}

.sec15__item {
    margin-bottom: 25px;
}

@media (min-width: 990px) {
    .sec15__item {
        max-width: 45%;
        margin-bottom: 35px;
    }
}

@media (min-width: 1440px) {
    .sec15__item {
        max-width: none;
    }
}

@media (min-width: 1600px) {
    .sec15__item {
        margin-bottom: 55px;
    }
}

.sec15__item-heading-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
}

@media (min-width: 1600px) {
    .sec15__item-heading-block {
        margin-bottom: 25px;
    }
}

.sec15__img {
    max-height: 61px;
    margin-right: 15px;
}

.sec15__item-heading {
    color: #FF8200;
}

@media (min-width: 990px) {
    .sec16 {
        padding: 75px 0 50px;
    }
}

@media (min-width: 1440px) {
    .sec16 {
        background-image: url(../img/media-kit/new/sec16_bg.png);
        background-repeat: no-repeat;
        background-position: right bottom;
    }
}

.sec16__heading-block {
    margin-bottom: 25px;
}

.sec16__hook-text {
    color: #32323299;
}

.sec16__hooks {
    margin-bottom: 20px;
}

@media (min-width: 760px) {
    .sec16__hooks {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media (min-width: 1440px) {
    .sec16__hooks {
        margin-bottom: 50px;
    }
}

.sec16__hooks-item {
    margin-bottom: 15px;
    text-align: center;
}

@media (min-width: 990px) {
    .sec16__hooks-item {
        display: flex;
        align-items: center;
        text-align: left;
    }
}

.sec16__hooks-item:last-of-type {
    margin-bottom: 0;
}

@media (min-width: 760px) {
    .sec16__hooks-item {
        margin-bottom: 0;
        width: 33%;
    }
}

@media (min-width: 1440px) {
    .sec16__hooks-item {
        width: auto;
        margin-right: 100px;
    }

    .sec16__hooks-item:last-of-type {
        margin-right: 0;
    }
}

.sec16__hook-icon {
    display: block;
    margin: 0 auto 10px;
}

.sec16__form {
    margin-bottom: 30px;
}

@media (min-width: 990px) {
    .sec16__form {
        max-width: 600px;
        margin: 0 auto 30px;
    }

    .sec16__hook-icon {
        display: inline-block;
        margin: 0 40px 0 0;
    }
}

@media (min-width: 1200px) {
    .sec16__form {
        max-width: 600px;
        margin: 0 auto;
    }
}

@media (min-width: 1440px) {
    .sec16__form {
        max-width: 600px;
        margin: 0 auto 0 0;
    }
}

.sec16__label {
    display: block;
    color: #32323299;
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: 600;
}

.sec16__input {
    border: none;
    outline: none;
    background-color: #F8F7FD;
    -webkit-box-shadow: 8px 8px 24px rgba(149, 142, 183, 0.1);
    box-shadow: 8px 8px 24px rgba(149, 142, 183, 0.1);
    border-radius: 20px;
    padding: 16px 15px;
    margin-bottom: 20px;
    width: 100%;
}

.sec16__submit-btn {
    border: none;
    outline: none;
    font-size: 24px;
    font-weight: 800;
    color: #ffffff;
    background-color: #FF8200;
    -webkit-backdrop-filter: blur(35.4252px);
    backdrop-filter: blur(35.4252px);
    border-radius: 33.2061px;
    padding: 16px 60px;
    display: block;
    margin: 0 auto;
    cursor: pointer;
    border: 1px solid #FF8200;
    -webkit-transition: border .3s, background-color .3s, color .3s;
    -o-transition: border .3s, background-color .3s, color .3s;
    transition: border .3s, background-color .3s, color .3s;
}

.sec16__submit-btn:hover {
    background-color: transparent;
    color: #FF8200;
}

.sec16__contact-block {
    text-align: center;
}

@media (min-width: 1200px) {
    .sec16__contact-block {
        position: absolute;
        top: 150px;
        right: 75px;
        text-align: right;
    }
}

.sec16__contact-text {
    margin-bottom: 25px;
}

.sec16__contact-link {
    color: #323232;
}

.sec16__contact-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (min-width: 1200px) {
    .sec16__contact-icons {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

.sec16__contact-icon {
    margin-right: 24px;
}

.sec16__contact-icon:last-of-type {
    margin-right: 0;
}

.btn {
    background: #ff8200;
    color: #fff;
    text-transform: uppercase;
    padding: 15px 25px;
    text-decoration: none;
    font-size: 20px;
    width: auto;
    border-radius: 50px;
    border: 0;
    font-weight: 200;
    width: 255px;
    height: 65px;
    cursor: pointer
}

.wpcf7 {
    width: 100%
}

.contact-btn {
    padding: 10px 15px;
    font-size: 12px;
    width: auto;
    height: auto;
    transition: opacity 1s;
    outline: 0;
    opacity: 0
}

@media (max-width: 768px) {
    .contact-btn {
        font-size: 0;
        width: 50px;
        height: 50px;
        border-radius: 0;
        background-color: transparent;
        background-image: url(../img/call.png);
        background-repeat: no-repeat;
        background-size: contain
    }
}