@keyframes animateShow {
    0% {
        opacity: 0;
        transform: translateY(25px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes fly1 {

    0%,
    to {
        transform: translateY(-10px)
    }

    50% {
        transform: translateY(0)
    }
}

@keyframes fly2 {

    0%,
    to {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-10px)
    }
}

@keyframes animateHand {

    0%,
    to {
        transform: rotate(-5deg)
    }

    50% {
        transform: rotate(0deg)
    }
}

@keyframes slider {
    0% {
        transform: translateX(0)
    }

    to {
        transform: translateX(-50%)
    }
}

@keyframes tabLoading {
    0% {
        width: 0
    }

    to {
        width: 75%
    }
}

@keyframes hide {
    0% {
        height: auto
    }

    to {
        height: 0
    }
}

@keyframes show {
    0% {
        height: 0
    }

    to {
        height: auto
    }
}

@keyframes animatedBackground {
    0% {
        background-position: 0 0
    }

    to {
        background-position: -10000px 0
    }
}

@keyframes reverseAnimatedBackground {
    0% {
        background-position: -10000px 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes formatLoading {
    0% {
        width: 0
    }

    to {
        width: 100%
    }
}

body {
    overflow-x: hidden;
}

.text_anim {
    opacity: 0
}

.animation-duration01 {
    animation-duration: .1s
}

.animation-duration02 {
    animation-duration: .2s
}

.animation-duration03 {
    animation-duration: .3s
}

.animation-duration04 {
    animation-duration: .4s
}

.animation-duration05 {
    animation-duration: .5s
}

.animation-duration06 {
    animation-duration: .6s
}

.animation-duration07 {
    animation-duration: .7s
}

.animation-duration08 {
    animation-duration: .8s
}

.animation-duration09 {
    animation-duration: .9s
}

.animation-duration10 {
    animation-duration: 1s
}

.animation-duration11 {
    animation-duration: 1.1s
}

.animation-duration12 {
    animation-duration: 1.2s
}

.animation-duration13 {
    animation-duration: 1.3s
}

.blog_box.animateShow,
.text_anim.animateShow,
.text_slider_anim.animateShow {
    animation-name: animateShow;
    animation-timing-function: linear;
    opacity: 1
}

@media (max-width:640px) {
    .text_anim {
        opacity: 1
    }
}

.title_channels {
    margin: 40px 0 24px;
}

.icon {
    width: 50px;
    height: 50px
}

.channels_box_r2 svg,
.icon img {
    width: 100%
}

.channels_banner_top {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

@media (max-width:995px) {
    .channels_banner_top {
        position: relative;
    }
}

.channels_banner .container {
    position: relative;
    min-height: 680px
}

.channels_banner .title_channels {
    padding-top: 130px;
    margin-bottom: 0;
    width: 53%;
}

.channels_banner_image {
    width: 47%;
    position: relative
}

.channels_banner_image img {
		max-width: 831px;
    position: absolute;
    top: 130px;
    left: 0;
    transform: translateX(-7%)
}

.channels_bg_top {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    min-height: 800px;
    transform: skewY(-12deg);
    z-index: -1
}

.channels_box_l,
.channels_gray1 {
    position: absolute;
    bottom: 0;
    left: 0
}

.channels_gray1 {
    height: 4000px;
    right: 0;
    background: linear-gradient(to right, #492ef9 0, #492ef9 10%, #00d8f1 110%)
}

.channels_box_l {
    width: 50%
}

.channels_box_l1 {
    background: linear-gradient(to right, #0098fa 0, #0098fa 10%, rgba(20, 51, 200, .08) 40%, rgba(20, 51, 200, 0) 100%);
    height: 145px;
    width: 100%
}

.channels_box_r {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 55%
}

@media (max-width:680px) {
    .channels_box_r {
        width: 80%
    }
}

.channels_box_r1 {
    background: linear-gradient(260.13deg, #78ebe2 0, rgba(117, 232, 228, 0) 100%);
    height: 180px;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%
}

.channels_box_r2 {
    position: absolute;
    right: 0;
    bottom: -82px;
    transform: skewY(12deg);
    width: 26%;
    z-index: -1
}

.tabs_cont,
.tabs_inn {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center
}

.tabs_cont {
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    margin-top: 120px;
    gap: 15px;
}

.tabs_inn {
    width: 40%;
    background: #feffff;
    box-shadow: 0 7px 10px rgba(0, 0, 0, .1);
    border-radius: 5px;
    font-weight: 400;
    font-size: 26px;
    text-align: center;
    color: #32325d;
    height: 95px;
    justify-content: center;
    cursor: pointer;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    transition: .3s linear
}

.tabs_inn.active {
    background: #45e094;
    color: #fff
}

.tabs_inn.active.mobile {
    background: #6bb6ff
}

.tabs_inn.active.dooh {
    background: #ffd55c
}

.tabs_inn.active.audio {
    background: #ff835c
}

@media (max-width:995px) {
    .channels_banner .container {
        min-height: 595px
    }

    .channels_banner .title_channels {
        padding-top: 85px;
        font-size: 51px;
        width: 78%;
        z-index: 2
    }

    .channels_banner_image {
        width: 32%;
        position: absolute;
        top: 0%;
        right: 6%;
    }

    .channels_banner .tabs_cont {
        margin-top: 62px
    }

    .channels_banner .tabs_cont .tabs_inn {
        height: 70px
    }

    .channels_banner .channels_bg_top {
        min-height: 490px
    }

    .channels_banner .channels_bg_top .channels_gray1 {
        background: linear-gradient(306.6deg, #00d8f1 -3.03%, #492ef9 28.91%)
    }

    .channels_banner .channels_bg_top .channels_gray1 .channels_box_r1 {
        height: 100px
    }

    .channels_banner .channels_bg_top .channels_gray1 .channels_box_l,
    .channels_banner .channels_bg_top .channels_gray1 .channels_box_r2 {
        display: none
    }

    .channels_banner .channels_banner_top img {
        top: 100px;
        left: 0;
        width: 240%;
        transform: translateX(-50%)
    }

    .icon {
        margin: 0 auto
    }
}

@media (max-width:680px) {
    .icon {
        width: 58px;
        height: 58px
    }

    .icon svg {
        font-size: 35px
    }

    .channels_banner .channels_bg_top,
    .channels_banner .container {
        min-height: 380px
    }

    .channels_banner .container .title_channels {
        font-size: 30px;
        padding-top: 56px;
        width: 100%
    }

    .channels_banner .container .channels_banner_image {
        display: none
    }

    .channels_banner .container .tabs_cont {
        margin-top: 56px;
    }

    .channels_banner .container .tabs_cont .tabs_inn {
        font-size: 12px;
        height: 35px
    }

    .channels_banner .channels_bg_top .channels_box_r1 {
        background: linear-gradient(261.79deg, #78ebe2 -2.73%, rgba(117, 232, 228, 0) 86.8%)
    }
}

.channels_display {
    padding-top: 240px
}

.channels_display .title_channels {
    margin: 40px 0 24px
}

.channels_display .descr_channels {
    /* line-height: 1.6; */
    margin-bottom: 24px
}

@media (max-width:680px) {
    .channels_display .text_channels {
        text-align: left
    }
}

.channels_display_cont {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.channels_display_img {
    width: 53%;
    position: relative
}

.channels_display_text {
    width: 47%
}

.display_img1,
.display_img2 {
    position: absolute;
    right: 5px;
    top: 35px;
    animation: fly1 4.5s ease-in-out infinite
}

.display_img2 {
    right: 15px;
    top: 125px;
    animation: fly2 4.5s ease-in-out infinite
}

.channels_display_bg {
    position: absolute;
    right: 125px;
    left: -50%;
    top: 110px;
    transform: skewY(-12deg);
    z-index: -1;
    border: 2px solid #e2e8ee;
    height: 55px
}

.display_box {
    background: linear-gradient(314.7deg, #fff 33.91%, #fff 33.92%, #f8f9ff 95.85%);
    box-shadow: var(--shadow-5);
    border-radius: 5px;
    text-align: center;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    margin: 230px 0 64px;
    padding: 46px 0
}

.display_box p {
    font-weight: 500;
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
    color: #4a4bce
}

.display_box span {
    color: #a9f2b6
}

.channels_image_bg {
    position: absolute;
    transform: skewY(-15deg)
}

.channels_bg1 {
    position: absolute;
    right: -11px;
    width: 550px;
    top: 175px;
    height: 65px;
    border: 2px solid #e2e8ee
}

.channels_bg2 {
    left: -347px;
    width: 150px;
    top: 237px;
    transform: skewY(15deg);
    position: absolute
}

@media (max-width:995px) {
    .channels_display {
        padding-top: 0
    }

    .channels_display .channels_display_cont {
        justify-content: center
    }

    .channels_display .channels_display_cont .channels_display_img {
        display: none
    }

    .channels_display .channels_display_cont .channels_display_text {
        text-align: center;
        width: auto
    }

    .channels_display .channels_display_cont .channels_display_text .title_channels {
        font-size: 49px;
        margin-top: 20px;
        margin-bottom: 20px
    }

    .channels_display .channels_display_cont .channels_display_text .descr_channels {
        font-size: 30px;
        margin-bottom: 20px
    }

    .channels_display .channels_display_cont .channels_display_text .text_channels {
        font-size: 16px
    }

    .channels_display .display_box {
        margin-top: 75px;
        padding: 20px 0
    }

    .channels_display .display_box p {
        font-size: 22px
    }
}

@media (max-width:680px) {
    .channels_display {
        padding-top: 40px
    }

    .channels_display .container .channels_display_cont .channels_display_text .title_channels {
        font-size: 30px
    }

    .channels_display .container .channels_display_cont .channels_display_text .descr_channels {
        font-size: 18px
    }

    .channels_display .container .channels_display_cont .channels_display_text .text_channels {
        font-size: 16px
    }

    .channels_display .container .display_box {
        margin-top: 35px;
        padding: 20px 10px
    }

    .channels_display .container .display_box p {
        font-size: 20px
    }
}

.creative {
    position: relative;
    margin-top: -90px;
    padding-top: 218px;
    padding-bottom: 150px
}

.creative_bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transform: skewY(-12deg);
    z-index: -1;
    background: #f4f6ff
}

.creative_l_bottom,
.creative_l_top {
    position: absolute;
    left: 0;
    height: 140px
}

.creative_l_top {
    top: 0;
    width: 38%
}

.creative_l_bottom>div,
.creative_l_top>div {
    height: calc(100%/2);
    position: absolute
}

.creative_l_bottom {
    bottom: 0;
    width: 39%
}

.creative_l1 {
    top: calc(-100%/2 + -20px);
    transform: skewY(12deg);
    left: 25%
}

.creative_l2 {
    background: #edf0fd;
    top: 0;
    width: 100%
}

.creative_l3 {
    background: #2d72f6;
    bottom: 0;
    width: 85%
}

.creative_l4 {
    background: #a9f2b6;
    bottom: calc(-100%/2);
    left: 22%;
    width: 50%
}

.creative_l5 {
    transform: skewY(12deg);
    bottom: calc(-100%/2 + -65px);
    left: 5%;
    width: 30%
}

.creative_r,
.creative_r1 {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 12%
}

.creative_r1 {
    transform: skewY(12deg);
    bottom: -110px;
    height: 75px;
    width: 100%
}

.creative .title_channels {
    margin: 40px 0 24px
}

@media (max-width:680px) {
    .creative .title_channels {
        text-align: center
    }
}

.creative_cont {
    display: flex;
    justify-content: space-between
}

.creative_text {
    width: 49%;
    padding-top: 27px
}

@media (max-width:995px) {
    .creative_text .icon {
        margin: 0
    }
}

@media (max-width:680px) {
    .creative_text .icon {
        margin: 0 auto
    }
}

.creative .text_channels p {
    margin-bottom: 16px
}

.creative .blue_text {
    font-size: 18px;
    color: #4a4bce;
    border-top: 1px solid #e2ebf5;
    padding-top: 16px
}

.apps .container .apps_cont .apps_text .blue_text a svg,
.creative .blue_text a svg,
.native .blue_text a svg {
    margin-left: 8px
}

.apps .container .apps_cont .apps_text .blue_text a:hover,
.creative .blue_text a:hover,
.native .blue_text a:hover {
    text-decoration: none
}

.creative_imgs {
    width: 45%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start
}

@media (max-width:680px) {
    .creative_imgs {
        width: 100%;
        margin: 50px 0 35px
    }
}

.creative_imgs__wrapper {
    position: relative;
    flex: 0 0 157%;
    max-width: 670px
}

@media (max-width:680px) {
    .creative_imgs__wrapper {
        flex: 0 0 100%
    }
}

.creative_imgs__wrapper::after {
    content: '';
    display: block;
    padding-top: 102.8%
}

.creative_imgs__wrapper .creative_img {
    position: absolute
}

.creative_imgs__wrapper .creative_img>img {
    width: 100%
}

.creative_imgs__wrapper .creative_img__1 {
    width: 30.29%;
    height: 52.24%;
    top: -14.65%;
    left: -2.985%
}

@media (max-width:680px) {
    .creative_imgs__wrapper .creative_img__1 {
        width: 27.305%;
        height: 52.24%;
        top: -5.65%;
        left: 0
    }
}

.creative_imgs__wrapper .creative_img__2 {
    width: 47.61%;
    height: 39.62%;
    top: 1.3%;
    left: 29.55%
}

.creative_imgs__wrapper .creative_img__2__slider {
    position: absolute;
    background: #fff;
    overflow: hidden;
    width: 100%;
    height: 45.58%;
    top: 27.07%;
    left: 0
}

.creative_imgs__wrapper .creative_img__2__slider::after,
.creative_imgs__wrapper .creative_img__2__slider::before {
    background: linear-gradient(to right, #fff 0, rgba(255, 255, 255, 0) 100%);
    content: '';
    height: 100%;
    position: absolute;
    width: 20px;
    z-index: 2
}

.creative_imgs__wrapper .creative_img__2__slider::after {
    right: 0;
    top: 0;
    transform: rotateZ(180deg)
}

.creative_imgs__wrapper .creative_img__2__slider::before {
    left: 0;
    top: 0
}

.creative_imgs__wrapper .creative_img__2__slider .slide-track {
    animation: slider 20s linear infinite;
    position: relative;
    display: flex;
    justify-content: space-around;
    width: calc(76.95%*6);
    height: 100%;
    will-change: transform
}

.creative_imgs__wrapper .creative_img__2__slider .slide-track .slide {
    flex: 0 0 calc(92.08%/6)
}

.creative_imgs__wrapper .creative_img__2__slider .slide-track .slide img {
    width: 100%;
    height: 100%
}

.creative_imgs__wrapper .creative_img__3 {
    width: 78.5%;
    height: 35.994%;
    top: 46.298%;
    left: 0
}

.creative_imgs__wrapper .creative_img__4 {
    width: 18.35%;
    height: 82.29%;
    top: 0;
    right: 0
}

.creative_imgs__wrapper .creative_img__5 {
    width: 100%;
    height: 15.09%;
    bottom: 0;
    left: 0
}

.creative_imgs__wrapper .creative_img__5__hand {
    position: absolute;
    overflow: hidden;
    width: 18.2%;
    height: 140.38%;
    bottom: 0;
    left: 25.74%
}

.creative_imgs__wrapper .creative_img__5__hand img {
    width: 100%;
    transform: rotate(-5deg);
    animation: animateHand 1.5s linear infinite;
    transform-origin: bottom
}

@media (max-width:995px) {
    .creative {
        padding-top: 160px
    }

    .creative .creative_l_bottom div,
    .creative .creative_l_top {
        display: none
    }

    .creative .creative_l_bottom {
        width: 52%
    }

    .creative .creative_l_bottom .creative_l4 {
        bottom: calc(-64%/2);
        left: 11%
    }

    .creative .creative_r {
        display: none
    }

    .creative .creative_text {
        padding-top: 0;
        width: 50%
    }

    .creative .creative_text .title_channels {
        font-size: 38px;
        margin: 20px 0
    }

    .creative .creative_text .title_channels p {
        margin-bottom: 38px
    }

    .creative .creative_text .blue_text,
    .creative .creative_text .text_channels {
        font-size: 16px;
        margin-top: 20px
    }
}

@media (max-width:680px) {
    .creative {
        padding-top: 130px;
        padding-bottom: 0
    }

    .creative_bg {
        height: 100%;
        max-height: 1094px
    }

    .creative_cont {
        flex-direction: column
    }

    .creative .creative_text {
        width: 100%
    }

    .creative .creative_text .title_channels {
        font-size: 24px
    }

    .creative .creative_text .blue_text,
    .creative .creative_text .text_channels {
        font-size: 16px
    }

    .creative .creative_text .text_channels p {
        margin-bottom: 20px
    }

    .creative .creative_text .blue_text {
        padding-top: 20px;
        margin-top: 0
    }
}

.instream {
    padding-top: 140px
}

.instream_cont {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.instream .icon {
    margin: 0 auto
}

.instream .title_channels {
    text-align: center;
    margin: 40px 0 24px
}

.instream .descr_channels {
    text-align: center;
}

@media (max-width:680px) {
    .instream .descr_channels {
        text-align: left
    }
}

.instream .in_out_cont {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 64px
}

.instream .in_out_cont .in {
    width: 50%
}

.instream .in_out_cont .in ul {
    width: 100%;
    max-width: 405px
}

.instream .in_out_cont .in li {
    border-bottom: 1px solid #e9ebee;
    font-size: 18px;
    color: #2b2cb4;
    margin-bottom: 8px
}

.instream .in_out_cont .in .channels_image {
    position: relative
}

.instream .in_out_cont .in .channels_image__video {
    position: absolute;
    left: -110px;
    top: 50px
}

.instream .in_out_cont .in .channels_image__video_fly {
    animation: fly1 4.5s ease-in-out infinite
}

.instream .in_out_cont .in .channels_image__video #channels_image__load-line {
    transition: 3s linear
}

.instream .in_out_cont .title {
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 24px
}

.instream .in_out_cont .text {
    margin-bottom: 30px
}

.instream .in_out_cont .out {
    width: 40%
}

@media (max-width:995px) {
    .instream .in_out_cont .out .title {
        font-size: 22px;
        text-align: center;
        margin-bottom: 35px
    }
}

@media (max-width:680px) {
    .instream .in_out_cont .out .title {
        font-size: 18px;
        margin-bottom: 30px
    }
}

.instream .in_out_cont .out .text {
    margin-bottom: 50px
}

@media (max-width:995px) {
    .instream .in_out_cont .out .text {
        font-size: 16px;
        text-align: center;
        margin-bottom: 40px
    }
}

@media (max-width:680px) {
    .instream .in_out_cont .out .text {
        font-size: 16px;
        margin-bottom: 25px;
        text-align: left
    }
}

.instream .in_out_cont .out .out_in_cont .out_inner:not(:last-child) {
    margin-bottom: 35px
}

.instream .in_out_cont .out .out_in_cont .out_inner_title {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 18px;
    color: #32325d;
    margin-bottom: 16px
}

@media (max-width:680px) {
    .instream .in_out_cont .out .out_in_cont .out_inner_title {
        margin-bottom: 20px
    }
}

.instream .in_out_cont .out .out_in_cont .out_inner_title svg {
    overflow: visible;
    width: 35px;
    margin-right: 35px
}

@media (max-width:995px) {
    .instream .in_out_cont .out .out_in_cont .out_inner_title svg {
        margin-right: 30px
    }
}

.instream .in_out_cont .out .out_in_cont .out_inner_text {
    padding-left: 70px;
}

@media (max-width:995px) {
    .instream .in_out_cont .out .out_in_cont .out_inner_text {
        padding-left: 65px
    }
}

@media (max-width:680px) {
    .instream .in_out_cont .out .out_in_cont .out_inner_text {
        padding-left: 0
    }
}

.instream .in_out_cont .out .out_in_cont .out_inner_text a {
    color: #2b2cb4;
    text-decoration: underline
}

.instream .in_out_cont .out .out_in_cont .out_inner1 .director {
    transform-origin: left;
    transition: transform .3s ease-in-out
}

.instream .in_out_cont .out .out_in_cont .out_inner1:hover .director {
    transform: rotate(17deg)
}

.instream .in_out_cont .out .out_in_cont .out_inner2_movable,
.instream .in_out_cont .out .out_in_cont .out_inner3_movable-left,
.instream .in_out_cont .out .out_in_cont .out_inner3_movable-right,
.video .container .video_info-item svg .play {
    transition: transform .3s ease-in-out
}

.instream .in_out_cont .out .out_in_cont .out_inner2:hover .out_inner2_movable {
    transform: translateX(5px)
}

.instream .in_out_cont .out .out_in_cont .out_inner3:hover .out_inner3_movable-right {
    transform: translate(5px, 5px)
}

.instream .in_out_cont .out .out_in_cont .out_inner3:hover .out_inner3_movable-left {
    transform: translate(-5px, -5px)
}

.blue_out_box {
    background: linear-gradient(94.64deg, #4636f9 -6.55%, #0888f5 85.55%);
    margin: 80px 0 0
}

.main-button {
    margin-right: 0;
    margin-left: auto;
}

@media (max-width:995px) {
    .instream .title_channels {
        font-size: 38px;
        margin: 20px 0
    }

    .instream .descr_channels {
        font-size: 21px
    }

    .instream .in_out_cont {
        flex-direction: column;
        justify-content: center;
        padding-top: 45px
    }

    .instream .in_out_cont .in {
        width: 100%
    }

    .instream .in_out_cont .in .title {
        font-size: 22px;
        text-align: center;
        margin-bottom: 20px
    }

    .instream .in_out_cont .in .text {
        font-size: 18px;
        text-align: center
    }

    .instream .in_out_cont .in ul {
        max-width: 100%
    }

    .instream .in_out_cont .in ul li {
        font-size: 16px
    }

    .instream .in_out_cont .in .channels_image_bg {
        top: 0;
        left: 0
    }

    .instream .in_out_cont .in .channels_image_bg .channels_bg1 {
        top: 240px;
        right: 0;
        left: -28px;
        width: 670px;
        height: 50px
    }

    .instream .in_out_cont .in .channels_image_bg .channels_bg2 {
        display: none
    }

    .instream .in_out_cont .in .channels_image__video {
        position: relative;
        top: -35px;
        left: 0;
        text-align: center
    }

    .instream .in_out_cont .out {
        width: 100%;
        margin-top: -75px
    }

    .instream .blue_out_box {
        margin-top: 60px;
    }
}

@media (max-width:680px) {
    .instream {
        padding-top: 0
    }

    .instream .title_channels {
        font-size: 24px
    }

    .instream .descr_channels,
    .instream .in_out_cont .in .title {
        font-size: 18px
    }

    .instream .in_out_cont {
        padding-top: 30px
    }

    .instream .in_out_cont .in .text {
        font-size: 16px;
        text-align: left
    }

    .instream .in_out_cont .in .channels_image_bg {
        width: 100%
    }

    .instream .in_out_cont .in .channels_image_bg .channels_bg1 {
        top: 100px;
        width: 90%;
        height: 25px
    }

    .instream .in_out_cont .in .channels_image__video {
        top: -100px;
        height: 320px
    }

    .instream .in_out_cont .in .channels_image__video svg {
        position: absolute;
        left: 50%;
        right: 0;
        transform: scale(.5) translate(-100%, 0)
    }

    .instream .blue_out_box {
        flex-direction: column;
        text-align: center;
        margin-top: 25px
    }

    .instream .blue_out_box .button {
        margin: 15px 0 auto;
    }
}

.native {
    position: relative;
    padding-top: 40px
}

.native_cont {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between
}

.native_cont .native_text {
    padding-top: 75px;
    width: 51%
}

@media (max-width:680px) {
    .native_cont .native_text .icon {
        margin: 0 auto
    }
}

.native_cont .native_img {
    width: 37%
}

.native .descr_channels {
    font-weight: 400;
    font-size: 18px;
    color: #525f7f
}

.native .descr_channels p:not(:last-child) {
    margin-bottom: 16px
}

.native .descr_channels span {
    font-weight: 500
}

.native .blue_text {
    font-size: 18px;
    color: #4a4bce;
    border-top: 1px solid #e2ebf5;
    padding-top: 16px;
    margin-top: 16px
}

.native_bg,
.native_bg2 {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    background: #f4f6ff
}

.native_bg {
    left: 0;
    top: -130px;
    transform: skewY(-12deg);
    min-height: 1000px
}

.native_bg2 {
    width: 100%;
    height: 300px
}

@media (max-width:995px) {
    .native .native_bg {
        top: -40px
    }

    .native_text {
        width: 69%;
        padding-top: 36px
    }

    .native_text .icon {
        margin: 0
    }

    .native_text .title_channels {
        font-size: 38px;
        margin: 20px 0
    }

    .native_text .descr_channels {
        font-size: 16px
    }

    .native_text .blue_text {
        font-size: 16px;
        margin-top: 30px;
        padding-top: 30px
    }

    .native .native_img {
        width: auto
    }

    .native .native_img img {
        width: 100%
    }
}

@media (max-width:768px) {
    .native .native_bg {
        min-height: 500px
    }
}

@media (max-width:680px) {
    .native_cont {
        flex-direction: column
    }

    .native_cont .native_text {
        padding: 0;
        width: 100%
    }

    .native_cont .native_text .title_channels {
        font-size: 24px;
        text-align: center
    }

    .native_cont .native_text .blue_text {
        margin-top: 20px;
        padding-top: 20px
    }
}

.apps {
    position: relative;
    padding-top: 240px;
    padding-bottom: 200px
}

@media (max-width:995px) {
    .apps {
        padding-top: 0;
        padding-bottom: 140px
    }
}

@media (max-width:680px) {
    .apps {
        padding-bottom: 60px
    }
}

.apps .container .apps_cont {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.apps .container .apps_cont .apps_img {
    position: relative;
    width: 53%;
    margin-top: 45px
}

.apps .container .apps_cont .apps_img img {
    position: absolute;
    width: 650px;
    top: 0;
    left: -188px
}

.apps .container .apps_cont .apps_text {
    width: 47%
}

.apps .container .apps_cont .apps_text .title_channels {
    margin: 40px 0 24px
}

.apps .container .apps_cont .apps_text .text_channels p {
    margin-bottom: 16px
}

.apps .container .apps_cont .apps_text .text_channels p:last-child {
    color: #4a4bce
}

.apps .container .apps_cont .apps_text .blue_text {
    font-size: 18px;
    color: #4a4bce;
    border-top: 1px solid #e2ebf5;
    padding-top: 16px
}

@media (max-width:680px) {
    .apps .container .apps_cont .apps_text .blue_text {
        padding-top: 20px
    }
}

.apps .apps_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: skewY(-12deg);
    background: linear-gradient(251.88deg, #fff 47.09%, #e6e9f8 105.01%);
    z-index: -2
}

@media (max-width:995px) {
    .apps .container .apps_cont .apps_img {
        display: none
    }

    .apps .container .apps_cont .apps_text {
        width: 100%
    }

    .apps .container .apps_cont .apps_text .title_channels {
        font-size: 49px;
        text-align: center;
        margin: 20px 0
    }

    .apps .container .apps_cont .apps_text .text_channels {
        font-size: 16px
    }

    .apps .container .apps_cont .apps_text .text_channels p {
        margin-bottom: 30px
    }
}

@media (max-width:680px) {
    .apps {
        padding-top: 40px
    }

    .apps .container .apps_cont .apps_text .title_channels {
        font-size: 30px
    }

    .apps .container .apps_cont .apps_text .text_channels p {
        margin-bottom: 20px
    }
}

.creative_mobile {
    position: relative;
    padding-top: 180px;
    padding-bottom: 50px
}

@media (max-width:995px) {
    .creative_mobile {
        padding-top: 150px;
        padding-bottom: 100px
    }
}

@media (max-width:680px) {
    .creative_mobile {
        padding-top: 65px;
        padding-bottom: 50px
    }
}

.creative_mobile .container .creative_mobile_title {
    text-align: center
}

.creative_mobile .container .creative_mobile_title .icon {
    margin: 0 auto
}

.creative_mobile .container .creative_mobile_title .descr_channels {
    margin: 40px 0 24px
}

.creative_mobile .container .creative_mobile_title .text_channels {
    width: 55%;
    margin: 0 auto
}

.creative_mobile .container .hr {
    margin-top: 64px;
    width: 100%;
    height: 1px;
    background-color: #f4f6ff
}

.creative_mobile .container .creative_mobile_cont .descr_channels {
    margin-top: 32px;
    text-align: center; 
    font-size: 30px
}

.creative_mobile .container .creative_mobile_cont .descr_channels span {
    color: #f6ac61
}

.creative_mobile .container .creative_mobile_cont .tabs-list {
    display: flex;
    justify-content: center;
    margin-top: 32px
}

.creative_mobile .container .creative_mobile_cont .tabs-list__item {
    position: relative;
    padding: 10px 40px;
    margin-right: 17px;
    background: #f4f6ff;
    color: #525f7f;
    border-radius: 26px;
    text-transform: uppercase;
    cursor: pointer
}

.creative_mobile .container .creative_mobile_cont .tabs-list__item:last-child {
    margin-right: 0
}

.creative_mobile .container .creative_mobile_cont .tabs-list__item.active {
    color: #fff;
    background: #f6ac61
}

.creative_mobile .container .creative_mobile_cont .tabs-list__item.active:after {
    content: '';
    background-color: #d36324;
    border-radius: 20px;
    position: absolute;
    left: 12%;
    width: 0;
    height: 2px;
    bottom: 0;
    animation: tabLoading 7.3s ease
}

.creative_mobile .container .creative_mobile_cont .tabs-list.stopped .tabs-list__item.active:after {
    visibility: hidden
}

.creative_mobile .container .creative_mobile_cont .tabs-cont {
    margin-top: 64px
}

.creative_mobile .container .creative_mobile_cont .tabs-cont__item {
    display: flex;
    justify-content: space-between
}

.creative_mobile .container .creative_mobile_cont .tabs-cont__item.tab-banners #tab-banners,
.creative_mobile .container .creative_mobile_cont .tabs-cont__item.tab-banners .tabs-cont__item_img .banner1,
.creative_mobile .container .creative_mobile_cont .tabs-cont__item.tab-fullscreen #tab-fullscreen,
.creative_mobile .container .creative_mobile_cont .tabs-cont__item.tab-media #tab-media {
    display: block
}

.creative_mobile .container .creative_mobile_cont .tabs-cont__item.tab-fullscreen .tabs-cont__item_img .banner2_stage1 {
    display: block;
    height: auto;
    animation: hide forwards;
    animation-delay: 3s
}

.creative_mobile .container .creative_mobile_cont .tabs-cont__item.tab-fullscreen .tabs-cont__item_img .banner2_stage2 {
    display: block;
    height: 0;
    animation: show forwards;
    animation-delay: 3s
}

.creative_mobile .container .creative_mobile_cont .tabs-cont__item.tab-media .tabs-cont__item_img .banner3_stage1 {
    display: block;
    height: auto;
    animation: hide forwards;
    animation-delay: 3s
}

.creative_mobile .container .creative_mobile_cont .tabs-cont__item.tab-media .tabs-cont__item_img .banner3_stage2 {
    display: block;
    height: 0;
    animation: show forwards;
    animation-delay: 3s
}

.creative_mobile .container .creative_mobile_cont .tabs-cont__item .tabs-cont__item_text {
    display: none;
    width: 47%
}

.creative_mobile .container .creative_mobile_cont .tabs-cont__item .tabs-cont__item_text .title {
    display: flex;
    color: #525f7f;
    margin-bottom: 24px;
}

.creative_mobile .container .creative_mobile_cont .tabs-cont__item .tabs-cont__item_text .title .descr_channels {
    margin: 0;
}

.creative_mobile .container .creative_mobile_cont .tabs-cont__item .tabs-cont__item_text .title svg {
    margin-top: 5px;
    margin-right: 25px
}

.creative_mobile .container .creative_mobile_cont .tabs-cont__item .tabs-cont__item_text p {
    margin-top: 16px
}

.creative_mobile .container .creative_mobile_cont .tabs-cont__item .tabs-cont__item_text p:first-child {
    margin-top: 0
}

.creative_mobile .container .creative_mobile_cont .tabs-cont__item .tabs-cont__item_text#tab-banners .size-list {
    max-width: 392px;
    margin-top: 20px
}

.creative_mobile .container .creative_mobile_cont .tabs-cont__item .tabs-cont__item_text#tab-banners .size-list__item {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    font-size: 12px;
    color: #8f8fb7;
    border-bottom: 1px solid #dbe1f6
}

.creative_mobile .container .creative_mobile_cont .tabs-cont__item .tabs-cont__item_text#tab-banners .size-list__item:hover {
    color: #3f3f67
}

.creative_mobile .container .creative_mobile_cont .tabs-cont__item .tabs-cont__item_text#tab-fullscreen .tabs-cont__item_img {
    margin-top: -55px
}

.creative_mobile .container .creative_mobile_cont .tabs-cont__item .tabs-cont__item_text#tab-media .blue_text {
    margin-top: 24px
}

.creative_mobile .container .creative_mobile_cont .tabs-cont__item .tabs-cont__item_text#tab-media .blue_text svg {
    padding-top: 2px
}

.creative_mobile .container .creative_mobile_cont .tabs-cont__item_img,
.video {
    position: relative
}

.creative_mobile .container .creative_mobile_cont .tabs-cont__item_img .banner {
    position: relative;
    display: none;
    z-index: 3
}

.creative_mobile .container .creative_mobile_cont .tabs-cont__item_img .circle {
    position: absolute;
    border-radius: 50%;
    z-index: 2
}

.creative_mobile .container .creative_mobile_cont .tabs-cont__item_img .circle1 {
    width: 82%;
    height: 51%;
    top: 150px;
    left: 40px;
    background-color: #ffedca
}

.creative_mobile .container .creative_mobile_cont .tabs-cont__item_img .circle2 {
    top: 130px;
    left: 10px;
    width: 94%;
    height: 57%;
    background-color: #fffbed;
    z-index: 1;
    opacity: .8
}

.creative_mobile .container .creative_mobile_cont .tabs-cont__item_img .circle3 {
    bottom: 100px;
    left: 48px;
    width: 52px;
    height: 52px;
    background-color: #8fc8ff;
    animation: fly2 4.5s ease-in-out infinite
}

.creative_mobile .container .creative_mobile_cont .tabs-cont__item_img .circle4 {
    left: 113px;
    bottom: 78px;
    width: 12px;
    height: 12px;
    background-color: #ffc8c8;
    animation: fly1 4.5s ease-in-out infinite
}

.creative_mobile .container .creative_mobile_cont .tabs-cont__item_img .circle5 {
    right: 10px;
    bottom: 172px;
    width: 30px;
    height: 30px;
    background-color: #5bdba5;
    animation: fly1 4.5s ease-in-out infinite
}

.creative_mobile .container .creative_mobile_cont .tabs-cont__item_img .circle6 {
    right: 0;
    bottom: 233px;
    width: 20px;
    height: 20px;
    background-color: #f7e5c4;
    animation: fly2 4.5s ease-in-out infinite
}

.creative_mobile .container .creative_mobile_cont .tabs-cont__item_img img {
    width: 100%;
    z-index: 3
}

.creative_mobile .creative_mobile_bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
    background-color: #fff;
    transform: skewY(-12deg)
}

.creative_mobile .creative_mobile_bg_lines {
    position: absolute;
    top: -250px;
    left: 0;
    transform: skewY(12deg)
}

.creative_mobile .creative_mobile_bg_r1 {
    position: absolute;
    width: 645px;
    height: 70px;
    right: 0;
    top: 0;
    background: linear-gradient(88.86deg, #5bdba5 9.36%, #60b3ff 36.72%, #492ef9 61.9%)
}

.creative_mobile .creative_mobile_bg_r2 {
    position: absolute;
    width: 370px;
    height: 70px;
    right: 0;
    top: 70px;
    background: #edf0fd
}

@media (max-width:995px) {
    .creative_mobile .creative_mobile_bg_lines {
        width: 320px;
        left: -120px;
        top: -140px
    }

    .creative_mobile .creative_mobile_bg_r1 {
        width: 58%
    }

    .creative_mobile .creative_mobile_bg_r2 {
        width: 22%
    }

    .creative_mobile .container .creative_mobile_title .descr_channels {
        font-size: 38px
    }

    .creative_mobile .container .creative_mobile_title .text_channels {
        width: 50%;
        font-size: 16px
    }

    .creative_mobile .container .hr {
        margin-top: 40px
    }

    .creative_mobile .container .creative_mobile_cont .tabs-list {
        margin-top: 25px
    }

    .creative_mobile .container .creative_mobile_cont .tabs-list__item {
        padding: 9px 40px;
        font-size: 12px
    }

    .creative_mobile .container .creative_mobile_cont .descr_channels {
        margin-top: 25px;
    }

    .creative_mobile .container .creative_mobile_cont .tabs-cont {
        margin-top: 0
    }

    .creative_mobile .container .creative_mobile_cont .tabs-cont__item {
        flex-direction: column-reverse
    }

    .creative_mobile .container .creative_mobile_cont .tabs-cont__item_img {
        align-self: center;
        width: 43%
    }

    .creative_mobile .container .creative_mobile_cont .tabs-cont__item .tabs-cont__item_text {
        width: 100%;
        margin-top: -35px
    }

    .creative_mobile .container .creative_mobile_cont .tabs-cont__item .tabs-cont__item_text .title,
    .creative_mobile .container .creative_mobile_cont .tabs-cont__item .tabs-cont__item_text .title .descr_channels {
        font-size: 22px;
        margin-bottom: 40px;
    }

    .creative_mobile .container .creative_mobile_cont .tabs-cont__item .tabs-cont__item_text .text_channels {
        font-size: 16px
    }

    .creative_mobile .container .creative_mobile_cont .tabs-cont__item .tabs-cont__item_text p {
        font-size: 16px;
        margin-top: 22px
    }

    .creative_mobile .container .creative_mobile_cont .tabs-cont__item .tabs-cont__item_text#tab-banners .size-list {
        max-width: 100%
    }
}

@media (max-width:680px) {
    .creative_mobile .creative_mobile_bg_lines {
        display: none
    }

    .creative_mobile .creative_mobile_bg_r1,
    .creative_mobile .creative_mobile_bg_r2 {
        height: 27px
    }

    .creative_mobile .creative_mobile_bg_r2 {
        top: 27px
    }

    .creative_mobile .container .creative_mobile_cont .tabs-cont__item .tabs-cont__item_text p,
    .creative_mobile .container .hr {
        margin-top: 20px
    }

    .creative_mobile .container .creative_mobile_title .descr_channels {
        font-size: 30px
    }

    .creative_mobile .container .creative_mobile_title .text_channels {
        width: 100%
    }

    .creative_mobile .container .creative_mobile_cont .descr_channels {
        margin-top: 20px;
    }

    .creative_mobile .container .creative_mobile_cont .tabs-list__item {
        display: flex;
        align-items: center;
        text-align: center;
        padding: 2px 25px
    }

    .creative_mobile .container .creative_mobile_cont .tabs-cont__item_img .circle1 {
        top: 20%;
        left: 10%
    }

    .creative_mobile .container .creative_mobile_cont .tabs-cont__item_img .circle2 {
        top: 17%;
        left: 5%
    }

    .creative_mobile .container .creative_mobile_cont .tabs-cont__item_img .circle3 {
        width: 30px;
        height: 30px;
        left: 0;
        bottom: 18%
    }

    .creative_mobile .container .creative_mobile_cont .tabs-cont__item_img .circle5 {
        width: 20px;
        height: 20px;
        bottom: 15%;
        right: -10%
    }

    .creative_mobile .container .creative_mobile_cont .tabs-cont__item_img .circle6 {
        bottom: 35%;
        right: -20%
    }

    .creative_mobile .container .creative_mobile_cont .tabs-cont__item .tabs-cont__item_text .title .descr_channels {
        font-size: 18px
    }

    .creative_mobile .container .creative_mobile_cont .tabs-cont__item .tabs-cont__item_text .title svg {
        margin-top: 0;
        margin-right: 15px
    }

    .creative_mobile .container .creative_mobile_cont .tabs-cont__item .tabs-cont__item_text#tab-media .blue_text {
        margin-top: 30px
    }
}

@media (max-width:600px) {
    .creative_mobile .container .creative_mobile_cont .tabs-cont__item_img {
        width: 48%
    }
}

@media (max-width:520px) {
    .creative_mobile .container .creative_mobile_cont .tabs-cont__item_img {
        width: 54%
    }
}

@media (max-width:440px) {
    .creative_mobile .container .creative_mobile_cont .tabs-cont__item_img {
        width: 60%
    }
}

@media (max-width:472px) {
    .creative_mobile .container .creative_mobile_cont .tabs-list__item {
        padding: 0 25px;
        margin-right: 0;
        font-size: 9px
    }
}

@media (max-width:360px) {
    .creative_mobile .container .creative_mobile_cont .tabs-cont__item_img {
        width: 65%
    }
}

.video {
    margin-top: 50px;
    padding-top: 230px
}

.video .video_bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: linear-gradient(18.43deg, #fff 50.69%, #eff1fa 91.43%);
    transform: skewY(-12deg)
}

.video .video_bg_l1 {
    position: absolute;
    width: 569px;
    height: 68px;
    left: 0;
    top: -68px;
    background: linear-gradient(89.48deg, #492ef9 8.56%, #64b1fb 27.82%, #5bdba5 65.32%)
}

.video .video_bg_l2 {
    position: absolute;
    width: 168px;
    height: 68px;
    top: -68px;
    left: 568px;
    background: #e2e6f8
}

.video .video_bg_strokes1 {
    position: absolute;
    left: 0;
    top: -31px;
    transform: skewY(12deg)
}

.video .video_bg_strokes2 {
    position: absolute;
    right: 0;
    top: -29px;
    transform: skewY(12deg)
}

.video .container .video_cont {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 75px
}

.video .container .video_cont .video_img {
    position: relative;
    width: 53%;
    margin-top: 45px
}

.video .container .video_cont .video_img img {
    position: absolute;
    width: 840px;
    top: -25px;
    left: -308px
}

.video .container .video_cont .video_text {
    width: 46%
}

.video .container .video_cont .video_text .title_channels {
    margin: 40px 0 24px
}

.video .container .video_cont .video_text .text_channels p {
    margin-bottom: 16px
}

.video .container .video_cont .video_text .text_channels p span {
    font-weight: 700;
    color: #757dcb
}

.video .container .video_cont .video_text .hr {
    width: 100%;
    margin-top: 75px;
    background-color: #e2ebf5
}

.video .container .video_info {
    display: flex;
    justify-content: space-between;
    margin-top: 120px
}

.video .container .video_info-item {
    width: 46%
}

.video .container .video_info-item .title {
    display: flex;
    justify-content: start;
    align-items: center;
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase
}

.video .container .video_info-item .title svg {
    margin-right: 15px
}

.video .container .video_info-item .text {
    margin-top: 24px;
    margin-left: 0;
}

.outdoor-indoor .container .outdoor-indoor_cont__item .img svg,
.outdoor-indoor .container .outdoor-indoor_cont__item:hover .img svg,
.video .container .video_info-item svg {
    overflow: visible
}

.video .container .video_info-item:hover .play {
    transform: translateY(-6px)
}

@media (max-width:995px) {
    .video {
        padding-top: 100px
    }

    .video .video_bg_l1 {
        width: 37%
    }

    .video .video_bg_l2 {
        z-index: -1;
        width: 50%;
        left: 0
    }

    .video .container .video_cont .video_img,
    .video .video_bg_strokes1,
    .video .video_bg_strokes2 {
        display: none
    }

    .video .container .video_cont {
        margin-bottom: 40px
    }

    .video .container .video_cont .video_text {
        width: 100%
    }

    .video .container .video_cont .video_text .title_channels {
        text-align: center;
        font-size: 38px;
        margin: 25px 0
    }

    .video .container .video_cont .video_text .text_channels {
        font-size: 16px
    }

    .video .container .video_cont .video_text .text_channels p {
        margin-bottom: 25px
    }

    .video .container .video_cont .video_text .hr {
        margin-top: 50px
    }

    .video .container .video_info {
        flex-direction: column;
        margin-top: 0
    }

    .video .container .video_info-item {
        width: 100%
    }

    .video .container .video_info-item .title {
        font-size: 22px
    }

    .video .container .video_info-item .text {
        font-size: 16px
    }
}

@media (max-width:680px) {
    .video {
        padding-top: 65px
    }

    .video .video_bg_l1,
    .video .video_bg_l2 {
        height: 34px;
        top: -34px
    }

    .video .container .video_cont {
        margin-bottom: 30px
    }

    .video .container .video_cont .video_text .title_channels {
        font-size: 24px
    }

    .video .container .video_cont .video_text .hr {
        margin-top: 30px
    }

    .video .container .video_info-item .title {
        font-size: 18px;
        margin-bottom: 0
    }

    .video .container .video_info-item .text {
        margin-top: 15px
    }
}

@media (max-width:524px) {
    .video .video_bg {
        width: 130%
    }
}

.cases {
    margin-top: 50px
}

.cases .cases_lines {
    position: relative;
    overflow: hidden
}

.cases .cases_lines svg {
    position: absolute;
    width: 340px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(2);
    transition: transform 2s ease
}

.cases .cases_lines .line-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff
}

.cases .cases_lines .line-bg.line-bg_top {
    transform: translateY(-100%);
    transition: transform 2s ease
}

.cases .cases_lines .line-bg.line-bg_right {
    transform: translateX(100%);
    transition: transform 2s ease
}

.cases .cases_lines .line-bg.line-bg_bottom {
    transform: translateY(100%);
    transition: transform 2s ease
}

.cases .cases_lines .line-bg.line-bg_left {
    transform: translateX(-100%);
    transition: transform 2s ease
}

.cases .cases_lines.visible svg {
    transform: translate(-50%, -50%) scale(1)
}

.cases .cases_lines.visible .line-bg.line-bg_top {
    transform: translateY(-83%)
}

.cases .cases_lines.visible .line-bg.line-bg_right {
    transform: translateX(58.8%)
}

.cases .cases_lines.visible .line-bg.line-bg_bottom {
    transform: translateY(83%)
}

.cases .cases_lines.visible .line-bg.line-bg_left {
    transform: translateX(-58.8%)
}

.cases .cases_lines .line-images {
    height: 140px;
    width: 100%;
    background: repeat-x 0 0/cover;
    background-size: auto 100%;
    margin-top: 5px
}

.cases .cases_lines .line-images.line1 {
    animation: animatedBackground 500s linear infinite;
    background-image: url(../images/channels//mobile/cases-line1.png)
}

.cases .cases_lines .line-images.line2 {
    animation: reverseAnimatedBackground 500s linear infinite;
    background-image: url(../images/channels//mobile/cases-line2.png)
}

.cases .cases_lines .line-images.line3 {
    animation: animatedBackground 500s linear infinite;
    background-image: url(../images/channels//mobile/cases-line3.png)
}

.cases .container .cases_cont {
    margin: 0 auto;
    transform: translateY(0);
    transition: transform 2s ease;
    text-align: center
}

.cases .container .cases_cont.visible {
    transform: translateY(-30px)
}

.cases .container .cases_cont .descr_channels {
    text-align: center;
    color: #222eaf;
}

.cases_link {
    display: inline-block;
    margin-top: 40px;
}

@media (max-width:1800px) {
    .cases .cases_lines.visible .line-bg.line-bg_right {
        transform: translateX(59%)
    }

    .cases .cases_lines.visible .line-bg.line-bg_left {
        transform: translateX(-59%)
    }
}

@media (max-width:1700px) {
    .cases .cases_lines.visible .line-bg.line-bg_right {
        transform: translateX(60%)
    }

    .cases .cases_lines.visible .line-bg.line-bg_left {
        transform: translateX(-60%)
    }
}

@media (max-width:1600px) {
    .cases .cases_lines.visible .line-bg.line-bg_right {
        transform: translateX(61%)
    }

    .cases .cases_lines.visible .line-bg.line-bg_left {
        transform: translateX(-61%)
    }
}

@media (max-width:1400px) {
    .cases .cases_lines.visible .line-bg.line-bg_right {
        transform: translateX(62%)
    }

    .cases .cases_lines.visible .line-bg.line-bg_left {
        transform: translateX(-62%)
    }
}

@media (max-width:1300px) {
    .cases .cases_lines.visible .line-bg.line-bg_right {
        transform: translateX(63%)
    }

    .cases .cases_lines.visible .line-bg.line-bg_left {
        transform: translateX(-63%)
    }
}

@media (max-width:1200px) {
    .cases .cases_lines.visible .line-bg.line-bg_right {
        transform: translateX(64%)
    }

    .cases .cases_lines.visible .line-bg.line-bg_left {
        transform: translateX(-64%)
    }
}

@media (max-width:1100px) {
    .cases .cases_lines.visible .line-bg.line-bg_right {
        transform: translateX(66%)
    }

    .cases .cases_lines.visible .line-bg.line-bg_left {
        transform: translateX(-66%)
    }
}

@media (max-width:1000px) {
    .cases .cases_lines.visible .line-bg.line-bg_right {
        transform: translateX(67%)
    }

    .cases .cases_lines.visible .line-bg.line-bg_left {
        transform: translateX(-67%)
    }
}

@media (max-width:900px) {
    .cases .cases_lines.visible .line-bg.line-bg_right {
        transform: translateX(68%)
    }

    .cases .cases_lines.visible .line-bg.line-bg_left {
        transform: translateX(-68%)
    }
}

@media (max-width:800px) {
    .cases .cases_lines.visible .line-bg.line-bg_right {
        transform: translateX(72%)
    }

    .cases .cases_lines.visible .line-bg.line-bg_left {
        transform: translateX(-72%)
    }
}

@media (max-width:700px) {
    .cases .cases_lines.visible .line-bg.line-bg_right {
        transform: translateX(76%)
    }

    .cases .cases_lines.visible .line-bg.line-bg_left {
        transform: translateX(-76%)
    }
}

@media (max-width:680px) {
    .cases {
        margin-top: 15px
    }
}

@media (max-width:600px) {
    .cases .cases_lines.visible .line-bg.line-bg_right {
        transform: translateX(80%)
    }

    .cases .cases_lines.visible .line-bg.line-bg_left {
        transform: translateX(-80%)
    }
}

@media (max-width:500px) {
    .cases .cases_lines.visible .line-bg.line-bg_right {
        transform: translateX(84%)
    }

    .cases .cases_lines.visible .line-bg.line-bg_left {
        transform: translateX(-84%)
    }
}

@media (max-width:400px) {
    .cases .cases_lines.visible .line-bg.line-bg_right {
        transform: translateX(calc(100% - 15px))
    }

    .cases .cases_lines.visible .line-bg.line-bg_left {
        transform: translateX(calc(-100% + 15px))
    }
}

.dooh-main,
.hybe {
    position: relative
}

.hybe .hybe_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    transform: rotate(-12deg)
}

.hybe .hybe_bg_full {
    position: absolute;
    width: 110%;
    height: 241px;
    left: -43px;
    top: 160px;
    background: linear-gradient(92.28deg, #492ef9 2.89%, #64b1fb 26.96%, #f40e68 105.61%)
}

.hybe .hybe_bg_pink1,
.hybe .hybe_bg_pink2 {
    position: absolute;
    transform: skewX(-12deg);
    background-color: #e2e6f8
}

.hybe .hybe_bg_pink1 {
    width: 332px;
    height: 75px;
    top: 85px;
    left: 0
}

.hybe .hybe_bg_pink2 {
    width: 290px;
    height: 60px;
    top: 400px;
    right: 0
}

.hybe .hybe_bg_strokes1 {
    position: absolute;
    top: -23px;
    left: 339px;
    width: 225px;
    transform: rotate(12deg)
}

.hybe .hybe_bg_strokes2 {
    position: absolute;
    right: 365px;
    bottom: -23px;
    width: 280px;
    transform: rotate(12deg)
}

.hybe .container .hybe_cont {
    display: flex;
    align-items: flex-start;
    width: 100%;
    height: 370px;
    margin-top: 163px;
    margin-bottom: 133px;
    background-color: #fff;
    box-shadow: var(--shadow-5);
    border-radius: 10px;
    overflow: hidden
}

.hybe .container .hybe_cont .hybe_img {
    position: relative;
    width: 48%;
    height: 122%;
    left: -45px;
    top: -51px;
    background-color: #080809;
    transform: rotate(12deg);
    overflow: hidden
}

.hybe .container .hybe_cont .hybe_img img {
    display: block;
    width: 100%;
    margin-left: 37px;
    margin-top: 50px;
    transform: rotate(-12deg)
}

.hybe .container .hybe_cont .hybe_img .text {
    position: absolute;
    left: 55.47%;
    top: 55%;
    transform: translate(-58%, -83%) rotate(-12deg);
}

.hybe .container .hybe_cont .hybe_img .text h3 {
    font-size: 60px;
    font-weight: 600;
    color: #f40e68;
    text-transform: uppercase;
    user-select: none
}

.hybe .container .hybe_cont .hybe_img .text p {
    font-size: 18px;
    color: #fff;
    user-select: none
}

.hybe .container .hybe_cont .hybe_text {
    align-self: center;
    margin-left: 32px;
    width: 60%
}

.hybe .container .hybe_cont .hybe_text .descr_channels {
    color: #f40e68
}

.hybe .container .hybe_cont .hybe_text .text_channels {
    width: 82%;
    margin-top: 24px;
}

.hybe .container .hybe_cont .hybe_text .text_channels#hybe-text2 {
    display: none
}

.hybe .container .hybe_cont .hybe_text .hybe_tabs-list {
    display: flex
}

.hybe .container .hybe_cont .hybe_text .hybe_tabs-list__item {
    width: 25px;
    height: 25px;
    margin-right: 5px;
    margin-top: 30px;
    border-bottom: 2px solid #c7cbdc;
    cursor: pointer
}

.hybe .container .hybe_cont .hybe_text .hybe_tabs-list__item.active {
    border-bottom-color: #f40e68
}

@media (max-width:995px) {

    .hybe .hybe_bg_strokes1,
    .hybe .hybe_bg_strokes2 {
        display: none
    }

    .hybe .container .hybe_cont {
        padding-right: 3px
    }

    .hybe .container .hybe_cont .hybe_text {
        margin-top: 15px;
        margin-left: 0
    }

    .hybe .container .hybe_cont .hybe_text .text_channels {
        font-size: 16px;
        width: 100%
    }
}

@media (max-width:880px) {
    .hybe .hybe_bg_full {
        left: -30px
    }
}

@media (max-width:680px) {
    .hybe .hybe_bg {
        width: 105%
    }

    .hybe .hybe_bg_full {
        height: 45px
    }

    .hybe .hybe_bg_pink1,
    .hybe .hybe_bg_pink2 {
        height: 24px
    }

    .hybe .hybe_bg_pink1 {
        top: 136px
    }

    .hybe .hybe_bg_pink2 {
        top: 205px
    }

    .hybe .container .hybe_cont {
        flex-direction: column;
        margin: 50px 0;
        padding-right: 0;
        height: auto
    }

    .hybe .container .hybe_cont .hybe_img {
        transform: none;
        left: 0;
        top: 0;
        width: 100%;
        height: 100px
    }

    .hybe .container .hybe_cont .hybe_img img {
        display: none
    }

    .hybe .container .hybe_cont .hybe_img .text {
        transform: translate(-50%, -50%) rotate(0);
        margin-right: 70px;
        left: 50%;
    }

    .hybe .container .hybe_cont .hybe_img .text h3 {
        font-size: 45px;
        margin-top: 0
    }

    .hybe .container .hybe_cont .hybe_img .text p {
        font-size: 14px
    }

    .hybe .container .hybe_cont .hybe_text {
        margin-top: 0;
        padding: 25px 9px;
        width: 100%
    }
}

@media (max-width:400px) {
    .hybe .hybe_bg {
        width: 115%
    }
}

.dooh-main {
    padding-top: 250px
}

.dooh-main .container .dooh-main_cont {
    display: flex;
    justify-content: space-between;
    margin-bottom: 120px;
}

@media (max-width: 995px) {
    .dooh-main .container .dooh-main_cont {
        margin-bottom: 200px;
    }
}
@media (max-width: 680px) {
    .dooh-main .container .dooh-main_cont {
        margin-bottom: 125px;
    }
}

.dooh-main .container .dooh-main_cont .dooh-main_img {
    position: relative;
    margin-top: 70px;
    width: 53%
}

.dooh-main .container .dooh-main_cont .dooh-main_text {
    position: relative;
    width: 47%
}

.dooh-main .container .dooh-main_cont .dooh-main_text .title_channels {
    margin: 40px 0 24px
}

.dooh-main .container .dooh-main_cont .dooh-main_text .text_channels {
    margin-top: 24px
}

.dooh-main .dooh-main_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: skewY(-12deg);
    z-index: -2
}

.dooh-main .dooh-main_bg_strokes,
.frame-3 .frame-3_bg {
    position: absolute;
    top: 57px;
    left: 0;
    transform: skewY(12deg)
}

@media (max-width:995px) {
    .dooh-main {
        padding-top: 65px;
    }

    .dooh-main .container .dooh-main_cont .dooh-main_img,
    .dooh-main_bg_strokes {
        display: none
    }

    .dooh-main .container .dooh-main_cont .dooh-main_text {
        width: 100%
    }

    .dooh-main .container .dooh-main_cont .dooh-main_text .title_channels {
        margin: 40px 0;
        font-size: 46px;
        line-height: 1;
        text-align: center
    }

    .dooh-main .container .dooh-main_cont .dooh-main_text .descr_channels {
        font-size: 26px;
        text-align: center;
    }

    .dooh-main .container .dooh-main_cont .dooh-main_text .text_channels {
        font-size: 16px;
        text-align: center;
    }
}

@media (max-width:680px) {
    .dooh-main {
        padding-top: 80px
    }

    .dooh-main .container .dooh-main_cont .dooh-main_text .title_channels {
        margin-bottom: 24px;
        font-size: 24px
    }

    .dooh-main .container .dooh-main_cont .dooh-main_text .descr_channels {
        font-size: 20px
    }

    .dooh-main .container .dooh-main_cont .dooh-main_text .text_channels {
        margin-top: 24px
    }
}

.dooh-main__icon {
    width: 76px;
    height: 76px;
}

@media (max-width:680px) {
    .dooh-main__icon {
        margin-bottom: 32px;
        width: 58px;
        height: 58px;
    }
}

.frame-3-dooh__title {
    margin-bottom: 40px;
    color: #415EEB;
}

.frame-3 {
    position: relative;
    padding-top: 250px
}

.frame-3::before {
    content: '';
    position: absolute;
    bottom: -5%;
    right: 13%;
    display: block;
    width: 350px;
    height: 145px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzMyIiBoZWlnaHQ9IjEzNyIgdmlld0JveD0iMCAwIDMzMiAxMzciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0yLjAyNjg0IDEzNC4yODFMMi4wMjY3MiA3MC44MzFMMzMwIDIuNTUwNTlMMzMwIDY2LjAwMDNMMi4wMjY4NCAxMzQuMjgxWiIgc3Ryb2tlPSJ1cmwoI3BhaW50MF9saW5lYXJfOTkzMV82NzkxKSIgc3Ryb2tlLXdpZHRoPSIzIi8+CjxkZWZzPgo8bGluZWFyR3JhZGllbnQgaWQ9InBhaW50MF9saW5lYXJfOTkzMV82NzkxIiB4MT0iMjgiIHkxPSI5My42NzMzIiB4Mj0iMzMyIiB5Mj0iMzQuMTczMyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPgo8c3RvcCBzdG9wLWNvbG9yPSIjMzM2QUZBIi8+CjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iIzVDRTBBNyIvPgo8L2xpbmVhckdyYWRpZW50Pgo8L2RlZnM+Cjwvc3ZnPgo=");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: -1;
}

@media (max-width:995px) {
    .frame-3::before {
        bottom: -3%;
        right: 5%;
        width: 280px;
        height: 115px;
    }
}

@media (max-width:680px) {
    .frame-3::before {
        bottom: -4%;
        right: -1%;
        width: 180px;
        height: 75px;
    }
}

.frame-3 .frame-3_bg {
    width: 100%;
    height: 100%;
    top: 0;
    transform: skewY(-12deg);
    background-color: #f4f6ff;
    z-index: -2
}

.frame-3 .frame-3_bg_strokes {
    position: absolute;
    top: -62px;
    left: 0;
    transform: skewY(12deg)
}

.frame-3 .frame-3_bg_strokes2 {
    position: absolute;
    bottom: 150px;
    left: 170px;
    transform: skewY(12deg)
}

.frame-3 .frame-3_bg_up-shadow {
    position: absolute;
    height: 160px;
    width: 60%;
    top: 0;
    right: 0;
    background: linear-gradient(269.73deg, #dee3f8 38.17%, rgba(237, 240, 253, 0) 92.27%)
}

.frame-3 .frame-3_bg-line1 {
    position: absolute;
    bottom: 70px;
    left: 0;
    height: 70px;
    width: 26%;
    background: linear-gradient(89.51deg, #492ef9 20.51%, #64b1fb 54.74%)
}

.frame-3 .frame-3_bg-line2 {
    position: absolute;
    bottom: 70px;
    left: 0;
    height: 70px;
    width: 35%;
    background: #dee3f8;
    z-index: -3
}

.frame-3 .frame-3_bg-line3 {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 70px;
    width: 45%;
    background: linear-gradient(89.92deg, #2f6af6 -16.21%, #5bdba5 35.37%)
}

.frame-3 .frame-3_bg-car {
    position: absolute;
    transform: rotate(12deg)
}

.frame-3 .frame-3_bg-car1 {
    top: -120px;
    left: 12%
}

.frame-3 .frame-3_bg-car2 {
    top: -50px;
    right: 6%
}

.frame-3 .container {
    display: flex
}

.frame-3 .container .frame-3_left {
    display: flex;
    flex-direction: column;
    width: 55%
}

.frame-3 .container .frame-3_left .frame-3_left_text {
    width: 88%
}

.frame-3 .container .frame-3_left .frame-3_left_text .text_channels {
    margin-top: 40px;
    font-size: 26px
}

.frame-3 .container .frame-3_left .frame-3-block {
    margin-top: 64px
}

.frame-3 .container .frame-3_right .frame-3-block:first-child {
    position: relative;
    margin-top: 60px;
    box-shadow: var(--shadow-5)
}

.frame-3 .container .frame-3_right .frame-3-block:first-child::before {
    content: '';
    position: absolute;
    bottom: -40%;
    right: -55%;
    display: block;
    width: 548px;
    height: 510px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOTk3IiBoZWlnaHQ9Ijk2MyIgdmlld0JveD0iMCAwIDk5NyA5NjMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxnIG9wYWNpdHk9IjAuNiI+CjxnIGZpbHRlcj0idXJsKCNmaWx0ZXIwX2ZfMzA2Ml8xKSI+CjxlbGxpcHNlIGN4PSI0OTguNjI5IiBjeT0iNDgxLjQ1NCIgcng9IjI5OC4xNzIiIHJ5PSIyODEuMzQ3IiB0cmFuc2Zvcm09InJvdGF0ZSgtMi4xNzM3NSA0OTguNjI5IDQ4MS40NTQpIiBmaWxsPSIjQ0ZEN0ZBIi8+CjwvZz4KPC9nPgo8ZGVmcz4KPGZpbHRlciBpZD0iZmlsdGVyMF9mXzMwNjJfMSIgeD0iMC40NzY3NTMiIHk9IjAuMDc3OTcyNCIgd2lkdGg9Ijk5Ni4zMDUiIGhlaWdodD0iOTYyLjc1MiIgZmlsdGVyVW5pdHM9InVzZXJTcGFjZU9uVXNlIiBjb2xvci1pbnRlcnBvbGF0aW9uLWZpbHRlcnM9InNSR0IiPgo8ZmVGbG9vZCBmbG9vZC1vcGFjaXR5PSIwIiByZXN1bHQ9IkJhY2tncm91bmRJbWFnZUZpeCIvPgo8ZmVCbGVuZCBtb2RlPSJub3JtYWwiIGluPSJTb3VyY2VHcmFwaGljIiBpbjI9IkJhY2tncm91bmRJbWFnZUZpeCIgcmVzdWx0PSJzaGFwZSIvPgo8ZmVHYXVzc2lhbkJsdXIgc3RkRGV2aWF0aW9uPSIxMDAiIHJlc3VsdD0iZWZmZWN0MV9mb3JlZ3JvdW5kQmx1cl8zMDYyXzEiLz4KPC9maWx0ZXI+CjwvZGVmcz4KPC9zdmc+Cg==");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    z-index: -1;
}

@media (max-width:680px) {
    .frame-3 .container .frame-3_right .frame-3-block:first-child::before {
        display: none;
    }
}

.frame-3 .container .frame-3_right .frame-3-block:last-child {
    margin-top: 64px
}

@media (max-width:995px) {
    .frame-3 .container .frame-3_right .frame-3-block {
        margin-top: 35px !important
    }
}

@media (max-width:680px) {
    .frame-3 .container .frame-3_right .frame-3-block {
        margin-top: 20px !important
    }
}

.frame-3 .container .frame-3-block {
    width: 100%;
    max-width: 457px;
    max-height: 554px;
    height: 100%;
    padding: 84px 54px;
    border-radius: 12px;
    box-shadow: 0 60px 60px rgba(83, 84, 90, .14);
    background-color: #fff
}

.frame-3 .container .frame-3-block .title {
    margin-top: 40px;
    margin-bottom: 16px;
}

@media (max-width:995px) {
    .frame-3 {
        padding: 200px 0 0 0;
    }

    .frame-3 .frame-3_bg_strokes {
        left: -300px
    }

    .frame-3 .frame-3_bg_strokes2 {
        left: 50px
    }

    .frame-3 .frame-3_bg_up-shadow {
        height: 80px
    }

    .frame-3 .frame-3_bg-line1 {
        width: 45%
    }

    .frame-3 .frame-3_bg-line2 {
        width: 60%
    }

    .frame-3 .frame-3_bg-line3 {
        width: 74%
    }

    .frame-3 .frame-3_bg-car1 {
        left: -15px
    }

    .frame-3 .frame-3_bg-car2 {
        right: -70px
    }

    .frame-3 .container {
        flex-direction: column;
        align-items: center
    }

    .frame-3 .container .frame-3_left {
        width: 100%;
        align-items: center
    }

    .frame-3 .container .frame-3_left .frame-3-block {
        margin-top: 24px;
    }

    .frame-3 .container .frame-3_left .frame-3_left_text {
        width: 95%;
        margin: 0 auto;
        text-align: center
    }

    .frame-3 .container .frame-3_left .frame-3_left_text .descr_channels {
        font-size: 46px
    }

    .frame-3 .container .frame-3_left .frame-3_left_text .text_channels {
        margin: 23px auto 0;
        font-size: 26px
    }

    .frame-3 .container .frame-3-block {
        max-width: 393px;
        padding: 40px 55px
    }

    .frame-3 .container .frame-3-block .title {
        margin: 40px 0 16px 0;
    }

    .frame-3 .container .frame-3-block .img img {
        width: 100%
    }
}

@media (max-width:680px) {
    .frame-3 {
        padding: 160px 0 0 0;
    }

    .frame-3 .frame-3_bg_strokes {
        display: none
    }

    .frame-3 .container .frame-3_left .frame-3-block {
        margin-top: 48px;
        padding: 60px 25px 44px 25px;
    }

    .frame-3 .container .frame-3-block .title {
        font-size: 20px;
    }

    .frame-3-block .light-theme-text {
        font-size: 12px;
    }

    .frame-3 .frame-3_bg_strokes2 {
        left: 40px;
        bottom: 85px;
        width: 184px
    }

    .frame-3 .container .frame-3_left .frame-3_left_text,
    .frame-3 .frame-3_bg_strokes2 img {
        width: 100%
    }

    .frame-3 .frame-3_bg-line1 {
        height: 30px;
        width: 75%;
        bottom: 30px
    }

    .frame-3 .frame-3_bg-line2 {
        display: none
    }

    .frame-3 .frame-3_bg-line3 {
        height: 30px;
        width: 100%
    }

    .frame-3 .frame-3_bg_up-shadow {
        height: 60px;
        width: 100%
    }

    .frame-3 .frame-3_bg-car1 {
        width: 181px;
        top: -85px;
        left: -35px
    }

    .frame-3 .frame-3_bg-car2 {
        width: 238px;
        top: 30px
    }

    .frame-3 .container .frame-3_left .frame-3_left_text .descr_channels {
        margin-bottom: 24px;
        font-size: 24px
    }

    .frame-3 .container .frame-3_left .frame-3_left_text .text_channels {
        width: 100%;
        font-size: 16px;
    }

    .frame-3 .container .frame-3-block {
        padding: 35px 40px
    }
}

.outdoor-indoor {
    margin: 83px 0
}

.outdoor-indoor .container .descr_channels {
    font-size: 46px;
    text-align: center;
    max-width: 64%;
    margin: 0 auto 64px auto;
}

.outdoor-indoor__items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 60px;
}

@media (max-width: 995px) {
    .outdoor-indoor__items {
        margin: 0 auto;
        max-width: 602px;
        grid-template-columns: repeat(2, 1fr);
        gap: 48px 134px;
    }
}

@media (max-width: 680px) {
    .outdoor-indoor__items {
        grid-template-columns: repeat(1, 1fr);
        gap: 40px;
    }
    .outdoor-indoor__text {
        max-width: 175px;
    }
}

.outdoor-indoor__item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.outdoor-indoor__text {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
}

.outdoor-indoor_more {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 64px 85px;
    border-radius: 20px;
    margin-top: 120px;
    color: (var(--white));
    background: linear-gradient(123.24deg, #4636f9 54.82%, #0888f5 68.96%, #17f6c0 87%);
}

@media (max-width: 995px) {
    .outdoor-indoor_more {
        border-radius: 5px;
        margin-top: 80px;
        padding: 57px 42px 57px 85px;
    }

    .outdoor-indoor_more .text-banner {
        width: 65%;
        font-size: 28px;
    }
}

.button_more {
    display: inline-block;
    margin-right: 0;
    margin-left: auto;
}

.outdoor-indoor__icon {
    width: 76px;
    height: 76px;
    margin-bottom: 40px;
    display: none;
}

@media (max-width: 995px) {
    .outdoor-indoor__icon {
        display: block;
    }
}
@media (max-width: 680px) {
    .outdoor-indoor__icon {
        margin-bottom: 32px;
        width: 58px;
        height: 58px;
    }
}

@media (max-width:995px) {
    .outdoor-indoor {
        margin: 80px 0
    }

    .outdoor-indoor .container .descr_channels {
        margin-bottom: 48px;
        max-width: 602px;
    }

    .outdoor-indoor .container .outdoor-indoor_more .text {
        flex-basis: 50%
    }
}

@media (max-width:680px) {
    .outdoor-indoor {
        margin: 80px 0
    }

    .outdoor-indoor .container .descr_channels {
        margin-bottom: 32px;
        max-width: 100%;
        font-size: 24px
    }

    .outdoor-indoor .container .outdoor-indoor_more {
        flex-direction: column;
        justify-content: space-between;
        margin-top: 80px;
        padding: 30px 15px 40px 15px;
    }

    .outdoor-indoor_more .text-banner {
        margin-bottom: 14px;
        font-size: 18px;
        line-height: 1.3;
        text-align: center;
    }

    .outdoor-indoor .container .outdoor-indoor_more .text {
        text-align: center
    }
    .outdoor-indoor .container .text-banner {
        width: 100%;
    }
    .outdoor-indoor .container .button_more {
        margin: 20px 0 auto;
    }
}

.audio-main {
    position: relative;
    padding-top: 240px;
    padding-bottom: 155px
}

.audio-main .audio-main_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: skewY(-12deg);
    z-index: -2
}

.audio-main .audio-main_bg_strokes {
    position: absolute;
    top: 57px;
    left: 0;
    transform: skewY(12deg)
}

.audio-main .container .audio-main_cont {
    display: flex;
    justify-content: space-between
}

.audio-main .container .audio-main_cont .audio-main_img {
    position: relative;
    width: 52%
}

.audio-main .container .audio-main_cont .audio-main_img img {
    position: absolute;
    top: 0;
    left: -120px
}

.audio-main .container .audio-main_cont .audio-main_text {
    position: relative;
    width: 47%
}

.audio-main .container .audio-main_cont .audio-main_text .title_channels {
    margin: 40px 0 24px
}

.audio-main .container .audio-main_cont .audio-main_text .text_channels {
    margin-top: 24px
}
.audio-main .container .audio-main_cont .audio-main_text .text_channels:last-child {
    margin-top: 16px
}

@media (max-width:995px) {
    .audio-main {
        padding-top: 0
    }

    .audio-main .audio-main_bg_strokes,
    .audio-main .container .audio-main_cont .audio-main_img {
        display: none
    }

    .audio-main .container .audio-main_cont .audio-main_text {
        width: 100%;
        text-align: center
    }

    .audio-main .container .audio-main_cont .audio-main_text .title_channels {
        font-size: 49px
    }

    .audio-main .container .audio-main_cont .audio-main_text .descr_channels {
        font-size: 29px
    }

    .audio-main .container .audio-main_cont .audio-main_text .text_channels {
        font-size: 16px;
        text-align: left
    }
}

@media (max-width:680px) {
    .audio-main {
        padding-top: 40px;
        padding-bottom: 65px
    }

    .audio-main .container .audio-main_cont .audio-main_text .title_channels {
        font-size: 30px;
        margin: 20px 0
    }

    .audio-main .container .audio-main_cont .audio-main_text .descr_channels {
        font-size: 20px
    }
}

.consumers {
    position: relative;
    padding-top: 170px
}

.consumers .consumers_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #f4f6ff;
    transform: skewY(-12deg);
    z-index: -2
}

.consumers .consumers_bg_strokes {
    position: absolute;
    top: 10px;
    right: 135px;
    transform: skewY(12deg)
}

.consumers .container .descr_channels {
    width: 60%;
    font-size: 40px;
    color: #415eeb
}

.consumers .container .consumers_cont {
    margin-top: 65px;
    margin-bottom: -70px
}

.consumers .container .consumers_cont .consumers-block {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.consumers .container .consumers_cont .consumers-block:last-child {
    margin-top: 85px
}

.consumers .container .consumers_cont .consumers-block__text {
    width: 40%
}

.consumers .container .consumers_cont .consumers-block__text .title {
    margin-bottom: 24px;
    text-align: left;
}

.consumers .container .consumers_cont .consumers-block #consumers-block1_img,
.consumers .container .consumers_cont .consumers-block #consumers-block2_img {
    width: 55%
}

.consumers .container .consumers_cont .consumers-block #consumers-block1_img svg,
.consumers .container .consumers_cont .consumers-block #consumers-block2_img svg {
    box-shadow: 0 50px 60px rgba(68, 73, 116, .25);
    border-radius: 30px
}

.consumers .container .consumers_cont .consumers-block__img {
    position: relative;
    margin-left: 75px
}

.consumers .container .consumers_cont .consumers-block__img_blur {
    position: absolute;
    left: 0;
    top: 0;
    width: 75%;
    height: 75%;
    background: linear-gradient(172.22deg, rgba(107, 197, 248, .6) 5.39%, rgba(68, 87, 255, .384) 94.86%);
    filter: blur(100px);
    border-radius: 40px
}

@media (max-width:995px) {
    .consumers .container .consumers_cont .consumers-block__img_blur {
        display: none
    }
}

.consumers .container .consumers_cont .consumers-block__img svg {
    position: relative;
    z-index: 2;
    overflow: visible
}

.consumers .container .consumers_cont .consumers-block__img svg .consumers-block__cloud {
    transform: scale(0);
    transform-origin: center;
    transition: transform 1s ease;
    transition-delay: 1.5s
}

.consumers .container .consumers_cont .consumers-block__img svg .consumers-block__cloud_2left {
    transform-origin: 18% 55%
}

.consumers .container .consumers_cont .consumers-block__img svg .consumers-block__cloud_2right {
    transform-origin: 42% 32%;
    transition-delay: 2s
}

.consumers .container .consumers_cont .consumers-block__img svg .video-progress {
    transition: transform 2.5s ease;
    transition-delay: 1s
}

.consumers .container .consumers_cont .consumers-block__img.animateShow svg .consumers-block__cloud {
    transform: scale(1)
}

.consumers .container .consumers_cont .consumers-block__img.animateShow svg .video-progress {
    transform: translateX(35px)
}

@media (max-width:995px) {
    .consumers .consumers_bg_strokes {
        right: -210px
    }

    .consumers .container .descr_channels {
        width: 95%;
        font-size: 36px
    }

    .consumers .container .consumers_cont {
        margin-top: 50px
    }

    .consumers .container .consumers_cont .consumers-block {
        flex-direction: column;
        align-items: flex-start
    }

    .consumers .container .consumers_cont .consumers-block:not(:last-child) {
        margin-bottom: 70px
    }

    .consumers .container .consumers_cont .consumers-block #consumers-block1_img,
    .consumers .container .consumers_cont .consumers-block #consumers-block2_img,
    .consumers .container .consumers_cont .consumers-block__text {
        width: 100%
    }

    .consumers .container .consumers_cont .consumers-block__text .text_channels {
        font-size: 16px
    }

    .consumers .container .consumers_cont .consumers-block__img {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin-top: 50px;
        margin-left: 0
    }

    .consumers .container .consumers_cont .consumers-block__img svg {
        width: 80%;
        height: 80%
    }

    .consumers .container .consumers_cont .consumers-block:last-child {
        margin-top: 0
    }
}

@media (max-width:640px) {
    .consumers .container .consumers_cont .consumers-block__img.animateShow {
        animation: none
    }
}

@media (max-width:680px) {
    .consumers {
        padding-top: 100px;
        padding-bottom: 80px
    }

    .consumers .consumers_bg_strokes {
        right: -315px;
        top: -15px
    }

    .consumers .consumers_bg_strokes img {
        width: 467px
    }

    .consumers .container .descr_channels {
        width: 100%;
        font-size: 24px
    }

    .consumers .container .consumers_cont .consumers-block:not(:last-child) {
        margin-bottom: 60px
    }

    .consumers .container .consumers_cont .consumers-block__text .title {
        font-size: 18px
    }

    .consumers .container .consumers_cont .consumers-block__img {
        margin-top: 30px
    }
}

.trends {
    position: relative;
    padding-top: 440px
}

.trends .trends_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: skewY(-12deg);
    z-index: -2
}

.trends .trends_bg_strokes {
    position: absolute;
    top: 275px;
    right: 135px;
    transform: skewY(12deg)
}

.trends .trends_bg_line {
    position: absolute;
    width: 100%;
    height: 300px;
    top: 0;
    left: 0;
    background: linear-gradient(125.27deg, #4539f9 29.29%, #6ee69e 56.1%, #78ebe2 62.5%)
}

.trends .trends-title {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center
}

.trends .trends-title .title_channels {
    font-size: 32px;
    line-height: 1.4;
    color: #32325d;
    margin: 40px 0;
    width: 80%
}

.trends .trends_cont {
    display: flex
}

.trends .trends_cont__img {
    flex: 0 0 33.3%;
    position: relative
}

.trends .trends_cont__img img {
    position: absolute;
    right: 0
}

.trends .trends_cont__text {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    flex: 1 1 66.6%
}

.trends .trends_cont__text .trends-block {
    flex-basis: 50%;
    padding: 50px 32px
}

.trends .trends_cont__text .trends-block .img {
    width: 30px
}

.trends .trends_cont__text .trends-block .img img {
    width: 100%
}

.trends .trends_cont__text .trends-block .descr_channels {
    margin: 24px 0 16px;
}

.trends_more .title {
    width: 70%;
}

.trends .trends_more_cont {
    margin-top: 100px;
    margin-bottom: 64px
}

@media (max-width:995px) {
    .trends .trends_more_cont {
        margin-top: 80px
    }
}

@media (max-width:680px) {
    .trends .trends_more_cont {
        margin-top: 50px;
        margin-bottom: 50px
    }
}

.trends_more {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background: linear-gradient(123.24deg, #4636f9 54.82%, #0888f5 68.96%, #17f6c0 87%);
    border-radius: 20px;
    padding: 64px 85px;
    color: (var(--white));
}

.text-banner {
    width: 45%;
}

@media (max-width:995px) {
    .trends {
        padding-top: 190px
    }

    .trends .trends_bg_line {
        height: 98px
    }

    .trends .trends_bg_strokes {
        top: 80px;
        right: -195px;
        max-width: 467px
    }

    .trends .trends_bg_strokes img {
        width: 100%
    }

    .trends .trends-title .title_channels {
        font-size: 29px;
        text-align: center;
        margin: 50px 0 60px;
        width: 100%
    }

    .trends .trends_cont {
        padding: 0 18px
    }

    .trends .trends_cont__img {
        display: none
    }

    .trends .trends_cont__text {
        justify-content: space-around;
        margin-left: 0;
        flex-basis: 100%
    }

    .trends .trends_cont__text .trends-block .text_channels {
        font-size: 16px
    }

    .trends .container .trends_more .text {
        font-size: 26px
    }
}

@media (max-width:680px) {
    .trends {
        padding-top: 120px
    }

    .trends .trends_bg_line {
        height: 60px
    }

    .trends .trends_bg_strokes {
        top: 40px;
        right: -300px
    }

    .trends .trends-title .title_channels {
        margin: 20px 0 56px;
        font-size: 20px
    }

    .trends .trends_cont__text .trends-block {
        flex-basis: 100%;
        padding: 0;
        max-width: 100%
    }

    .trends .trends_cont__text .trends-block:not(:first-child) {
        margin-top: 40px
    }

    .trends .trends_cont__text .trends-block .descr_channels {
        font-size: 18px
    }

    .trends_more {
        flex-direction: column;
        justify-content: space-between;
        padding: 24px 15px;
    }

    .trends_more .text {
        font-size: 18px;
        text-align: center;
    }
    .button_more {
        margin: 15px 0 auto;
    }
}

footer .footer-navigation {
    border-top: 1px solid #dde6ef;
}
