.side {
    width: 50%;
}

.main-background {
    background-image: url("../img/wt.png");
    background-repeat: no-repeat;
    background-position: bottom right;
    padding-bottom: 180px;
    height: 872px;
}


.main-img {
    position: absolute;
    top: 113px;
    right: 0;
    z-index: 2;
}

.mobile-back {
    display: none;
}

.laptop {
    z-index: 3;
    position: absolute;
    top: 126px;
    right: 0px;
}

.screen-container {
    position: absolute;
    top: 23px;
    right: 444px;
    z-index: 3;
    clip-path: polygon(0 0%, 100% 0%, 100% 61%, 0% 98.5%);
}

.small-screen {
    position: relative;
    background: white;
    clip-path: polygon(0 37%, 100% 0%, 100% 61%, 0% 98%);

}

.screen-container img {
    position: relative;

}

.pop-label {
    position: absolute;
    top: 103px;
    right: 768px;
    width: 77px;
}

.native-label {
    position: absolute;
    top: 104px;
    right: 328px;
    z-index: 4;
    width: 153px;
}

.native-p {
    position: absolute;
    top: 94px;
    right: 248px;
    z-index: 5;
    width: 234px;
}

.fade {
    position: absolute;
    top: 185px;
    left: 369px;
    z-index: 3;
}

.phone {
    position: absolute;
    right: 645px;
    top: 483px;
    z-index: 6;
    width: 253px;
}

.push-label {
    position: absolute;
    right: 813px;
    top: 525px;
    z-index: 6;
    width: 70px;
}

.push-label-stroke {
    position: absolute;
    right: 679px;
    top: 594px;
    z-index: 6;
    width: 204px;
}


@-webkit-keyframes bounceInRightTop {
    60%, 75%, 90%, from, to {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, -100%, 0);
        transform: translate3d(100%, -100%, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 10px, 20px);
        transform: translate3d(-20px, 10px, 20px)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInRightTop {
    60%, 75%, 90%, from, to {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, -100%, 0);
        transform: translate3d(100%, -100%, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 10px, 20px);
        transform: translate3d(-20px, 10px, 20px)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInRightTop {
    -webkit-animation-name: bounceInRightTop;
    animation-name: bounceInRightTop
}

@-webkit-keyframes bounceInLeftTop {
    60%, 75%, 90%, from, to {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, -100%, 0);
        transform: translate3d(-100%, -100%, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(50px, 25px, 0);
        transform: translate3d(20px, 25px, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInLeftTop {
    60%, 75%, 90%, from, to {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, -100%, 0);
        transform: translate3d(-100%, -100%, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(50px, 10px, 0);
        transform: translate3d(20px, 10px, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInLeftTop {
    -webkit-animation-name: bounceInLeftTop;
    animation-name: bounceInLeftTop
}

@-webkit-keyframes bounceInUpLeft {
    60%, 75%, 90%, from, to {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes bounceInUpLeft {
    60%, 75%, 90%, from, to {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(-100%, 100%, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(50px, -10px, 0)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.bounceInUpLeft {
    -webkit-animation-name: bounceInUpLeft;
    animation-name: bounceInUpLeft
}

@-webkit-keyframes bounceInUpRight {
    60%, 75%, 90%, from, to {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 100%, 0);
        transform: translate3d(100%, 100%, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(-25px, -10px, 0)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes bounceInUpRight {
    60%, 75%, 90%, from, to {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 100%, 0);
        transform: translate3d(100%, 100%, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(-25px, -10px, 0)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.bounceInUpRight {
    -webkit-animation-name: bounceInUpRight;
    animation-name: bounceInUpRight
}

@-webkit-keyframes bounceInUpRight_laptop {
    60%, 75%, 90%, from, to {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 100%, 0);
        transform: translate3d(100%, 100%, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(-25px, -10px, 0)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes bounceInUpRight_laptop {
    60%, 75%, 90%, from, to {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 100%, 0);
        transform: translate3d(10%, 10%, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(-25px, -10px, 0)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.bounceInUpRight_laptop {
    -webkit-animation-name: bounceInUpRight_laptop;
    animation-name: bounceInUpRight_laptop
}

@keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes screen-anmtn {
    60%, 75%, 90%, from, to {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    from {
        left: 0;
    }
    60% {
        left: 126px;
    }
    to {
        left: 116px;
    }
}

@keyframes screen-anmtn {
    60%, 75%, 90%, from, to {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    from {
        left: 0;
    }
    60% {
        left: 126px;
    }
    to {
        left: 116px;
    }
}

.screen-anmtn {
    -webkit-animation-name: screen-anmtn;
    animation-name: screen-anmtn
}

@-webkit-keyframes screen-anmtn-img {
    60%, 75%, 90%, from, to {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    from {
        opacity: 1;
    }
    to {
        opacity: .5;
    }
}

@keyframes screen-anmtn-img {
    60%, 75%, 90%, from, to {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    from {
        opacity: 1;
    }
    to {
        opacity: .5;
    }
}

.screen-anmtn-img {
    -webkit-animation-name: screen-anmtn-img;
    animation-name: screen-anmtn-img
}

@-webkit-keyframes bounceInUp {
    60%, 75%, 90%, from, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 200px, 0)
    }
    60% {
        opacity: .8;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes bounceInUp {
    60%, 75%, 90%, from, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 200px, 0)
    }
    60% {
        opacity: .8;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp
}

@-webkit-keyframes native-p_anim {
    1%, 20%, 40%, 60%, 80%, from, to {
        /*-webkit-animation-timing-function: cubic-bezier(0.215, .61, .355, 1);*/
        /*animation-timing-function: cubic-bezier(0.215, .61, .355, 1)*/
    }
    from {
        opacity: 0;
        top: 146px;
        right: 442px;
        width: 144px;
    }
    20% {
        opacity: 1;
        top: 146px;
        right: 442px;
        width: 144px;
    }
    40% {
        opacity: .1;
        top: 146px;
        right: 442px;
        width: 144px;
    }
    60% {
        opacity: 1;
        top: 146px;
        right: 448px;
        width: 144px;
    }

    to {
        top: 94px;
        right: 248px;
        width: 232px;
    }
}

@keyframes native-p_anim {
    1%, 20%, 40%, 60%, 80%, from, to {
        /*-webkit-animation-timing-function: cubic-bezier(0.215, .61, .355, 1);*/
        /*animation-timing-function: cubic-bezier(0.215, .61, .355, 1)*/
    }
    from {
        opacity: 0;
        top: 146px;
        right: 444px;
        width: 144px;
    }
    20% {
        opacity: 1;
        top: 146px;
        right: 444px;
        width: 144px;
    }
    40% {
        opacity: .1;
        top: 146px;
        right: 444px;
        width: 144px;
    }
    60% {
        opacity: 1;
        top: 146px;
        right: 454px;
        width: 144px;
    }

    to {
        top: 94px;
        right: 248px;
        width: 232px;
    }
}

.native-p_anim {
    -webkit-animation-name: native-p_anim;
    animation-name: native-p_anim
}

@-webkit-keyframes native-label_anim {
    60%, 75%, 90%, from, to {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-30%, 50%, 0);
        transform: translate3d(-30%, 50%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes native-label_anim {
    60%, 75%, 90%, from, to {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-30%, 50%, 0);
        transform: translate3d(-30%, 50%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.native-label_anim {
    -webkit-animation-name: native-label_anim;
    animation-name: native-label_anim
}

@-webkit-keyframes bounceInUpRight_phone {
    60%, 75%, 90%, from, to {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(200%, 100%, 0);
        transform: translate3d(200%, 100%, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, -10px, 0);
        transform: translate3d(-25px, -10px, 0)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes bounceInUpRight_phone {
    60%, 75%, 90%, from, to {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(200%, 100%, 0);
        transform: translate3d(200%, 100%, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, -10px, 0);
        transform: translate3d(-25px, -10px, 0)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.bounceInUpRight_phone {
    -webkit-animation-name: bounceInUpRight_phone;
    animation-name: bounceInUpRight_phone
}

@-webkit-keyframes fadeInUpLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-10%, 10%, 0);
        transform: translate3d(-10%, 10%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUpLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-10%, 10%, 0);
        transform: translate3d(-10%, 10%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUpLeft {
    -webkit-animation-name: fadeInUpLeft;
    animation-name: fadeInUpLeft
}


.majestic .side:nth-last-child(1) {
    padding-top: 106px;
    padding-left: 56px;
}

.majestic .side img {
    width: 100%;
}

.main {
    border-radius: 70px;
    color: white;
    max-width: 1356px;
    margin: 0 auto 184px;
    overflow: hidden;
}

.main:before {
    content: url("../img/mb.svg");
    position: absolute;
    margin-left: -125px;
    margin-top: 70px;
    z-index: -1;
}

.main:after {
    content: url("../img/ma.svg");
    position: absolute;
    margin-left: 1046px;
    margin-top: -368px;
    z-index: 2;
}

@media (max-width: 1600px) {
    .main:after {
        right: 0;
    }
}

@media (max-width: 1439px) {
    .main:after {
        z-index: -1;
    }
}

header {
    padding: 33px 126px 25px;
    position: relative;
    z-index: 99;
}

header .row {
    justify-content: space-between;
}

header a {
    padding: 10px 32px;
    font-weight: 700;
    font-size: 15px;
    line-height: 24px;
    border-radius: 100px;
    display: inline-block;
}

.signin {
    color: black;
}

.signup {
    background: #F20C00;
    color: white;
}

.inside-main {
    border-radius: 70px 70px 70px 0px;
    display: flex;
    flex-direction: row;
}

.usa {
    margin-bottom: 29px;
}

.row-logs {
    flex-wrap: nowrap;
    margin-bottom: 32px;
    margin-top: -20px;
}

.row-logs img {
    width: 38px;
    margin-right: 6px;
}

.inside-main_l {
    background: #F20C00;
    padding: 87px 20px 100px 126px;
    border-radius: 70px 00px 0px 0px;
    width: 50%;
    max-width: 606px;
}

.inside-main_l:after {
    content: url("../img/mba.svg");
    position: absolute;
    margin-top: -24px;
    margin-left: -138px;
    z-index: -1;
}

.inside-main_l:before {
    content: url("../img/mbb.svg");
    position: absolute;
    margin-left: 480px;
    margin-top: -87px;
}

.inside-main_r {
    background: #F4F4F4;
    width: calc(100% - 606px);
    border-radius: 0px 70px 70px 0px;
}

.inside-main_r img {
    position: absolute;
    margin-top: -94px;
    z-index: 3;
}

.black-button {
    display: inline-block;
    background: #000000;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.07);
    border-radius: 100px;
    border: 3px solid black;
    color: white;
    text-align: center;
    padding: 18px 28px;
    font-weight: 700;
    font-size: 15px;
    line-height: 20px;
    margin-right: 8px;

}

.white-button {
    display: inline-block;
    background: none;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.07);
    border-radius: 100px;
    border: 3px solid #FFFFFF;
    color: white;
    text-align: center;
    padding: 18px 28px;
    font-weight: 700;
    font-size: 15px;
    line-height: 20px;
    width: 147px;

}

.for-you {
    margin-bottom: 150px;
    overflow: hidden;
}

.for-you .heading {
    max-width: 594px;
}

.for-you_row {
    margin-top: 68px;
    justify-content: space-between;
    align-items: center;
}

.for-you_l img {
    margin-right: 40px;
}

.for-you_l_l {
    flex-wrap: nowrap;
}

.for-you_l_l .headinger {
    font-weight: 700;
    font-size: 18px;
    line-height: 145%;
    margin-bottom: 10px;
}

.for-you_l_l .descr {
    font-weight: 400;
    font-size: 18px;
    line-height: 145%;
    max-width: 385px;
}

.for-you_l_l:nth-child(1) {
    margin-bottom: 63px;
}

.for-you_r {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 528px;
    height: 312px;
    background-color: #F20C00;
    background-image: url("../img/for-you_r.png");
    background-size: cover;
    background-position: center;
    background-repeat: repeat;
    border-radius: 30px;
    padding: 45px;
    color: white;
}

.for-you_r:before {
    content: url("../img/for-you_rb.svg");
    position: absolute;
    margin-bottom: 138px;
    margin-left: 20px;
    z-index: -1;
}

.for-you_r:after {
    content: url("../img/for-you_ra.svg");
    position: absolute;
    margin-bottom: -132px;
    margin-left: -74px;
    z-index: -1;
}

.for-you_r .headinger {
    font-weight: 800;
    font-size: 40px;
    line-height: 145%;
    margin-bottom: 14px;
}

.for-you_r .descr {
    max-width: 385px;
    font-weight: 400;
    font-size: 18px;
    line-height: 145%;
}

.colums {
    display: flex;
    flex-direction: row;
    justify-content: center;
    overflow: hidden;
    margin-top: 43px;
}

.colum {
    text-align: left;
    margin: 0 12px;
    font-weight: 700;
    font-size: 18px;
    line-height: 145%;
}

.colum .colum-inside {
    background: #F4F7F9;
    border-radius: 30px;
    color: white;
    padding: 34px 47px;
    min-width: 335px;
    margin-bottom: 12px;
}

.colum .colum-inside .description {
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: #000000;
    margin: 10px 0 0;
}

.colum .colum-inside .heading {
    font-weight: 900;
    font-size: 60px;
    line-height: 100%;
    color: black;
}

.colum:nth-child(1),
.colum:nth-child(5) {
    min-width: 680px;
    background: #F4F7F9;
    border-radius: 30px;
    height: 160px;

}

.easy {
    margin: 114px 0 148px;
}

.easy .heading {
    max-width: 895px;
}

.easy-row {
    margin-top: 38px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.easy-col {
    background: #F4F7F9;
    border-radius: 30px;
    padding: 31px 47px;
    margin: 6px;
    width: 335px;
    min-height: 316px;
}

.easy-col-long {
    width: 682px;
}


.easy-col .headinger {
    font-weight: 700;
    font-size: 18px;
    line-height: 145%;
    margin: 22px 0 12px;
}

.easy-col .descr {
    font-weight: 400;
    font-size: 18px;
    line-height: 145%;
}

.slider-video {
    margin-left: 122px;
}

.reward {
    width: 100%;
    height: 207px;
    margin: 100px auto 160px;
    overflow: hidden;
    background: #F20C00;
    border-radius: 30px;
}

.reward-img {
    height: inherit;
    width: 295px;
    display: inline-block;
    background: black;
    transform: skew(-16deg, 0);
    position: relative;
    left: -30px;
    background: url('../img/reward-bg-desktop.png') black;
}

.reward-img img {
    width: 132px;
    height: 132px;
    position: relative;
    top: 43px;
    left: 84px;
    transform: skew(16deg, 0);
}

.white-mark {
    font-weight: 900;
    background: none;
    color: white;
}

.reward-text {
    max-width: 627px;
    font-weight: 900;
    font-size: 30px;
    line-height: 100%;
    color: #000000;
    display: inline-block;
    position: relative;
    top: 15px;
    left: 45px;
    position: relative;
}

.reward-container {
    margin: 0 auto;
}

.turnkey .pre {
    font-weight: 400;
    font-size: 25px;
    line-height: 145%;
    margin-bottom: 10px;
}

.turnkey .easy-col {
    background: #F20C00;
    color: white;
}

.turnkey .easy-col:nth-last-child(1) {
    background: #F4F7F9;
}

.lifesaver {
    margin-top: 90px;
}

.lifesaver .heading {
    font-weight: 700;
    font-size: 25px;
    line-height: 145%;
    margin-bottom: 50px;
}

.lifesaver .col {
    width: 25%;
    padding: 0 19px 0 19px;
    border-left: 3px solid #F20C00;
    font-weight: 400;
    font-size: 18px;
    line-height: 145%;
}

.lifesaver .col span {
    max-width: 218px;
}

#prev-s3,
#prev-s4,
#prev-s1 {
    width: 50px;
    height: 20px;
    background: url("../img/l.svg") no-repeat center;
    cursor: pointer;
}

#next-s3,
#next-s4,
#next-s1 {
    width: 50px;
    height: 20px;
    background: url("../img/r.svg") no-repeat center;
    margin-left: 60px;
    cursor: pointer;
}

.arrows-s3, .arrows-s4 {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin-top: 30px;
    margin-bottom: 40px;
}

.slider-block {
    margin-left: 122px;
}

.video-block {
    margin-bottom: 187px;
}

.video-block .description {
    text-align: left;
    margin-top: 32px;
}

.slider-3 .item a,
.slider-5 .item a,
.slider-4 .item a {
    color: black;
}

.slider-3 .item,
.slider-5 .item,
.slider-4 .item {
    width: 337px;
    margin-right: 46px;
}

.slider-4 .item img,
.slider-5 .item img {
    width: 100%;
}

.slider-3 .item .tube ,
.slider-4 .item .tube {
    margin-bottom: 26px;
    border-radius: 15px;
    width: 337px;
    height: 245px;
}

.slider-3 .item .tube img ,
.slider-4 .item .tube img {
    border-radius: 15px;
    width: 100%;
    height: 100%;
}

.slider-3 .item .tube iframe {
    border-radius: 15px;
    width: 100%;
    height: 100%;
}

.slider-3 .item .watch a,
.slider-4 .item .watch a {
    display: flex;
    flex-direction: row;
    align-items: center;
    color: inherit;
}

.slider-3 .item .watch img ,
.slider-4 .item .watch img {
    margin-right: 6px;
}

.slider-3 .item .watch ,
.slider-4 .item .watch {
    font-weight: 700;
    font-size: 11px;
    line-height: 13px;
}

.slider-3 .item .desription ,
.slider-4 .item .desription {
    font-weight: 700;
    font-size: 18px;
    line-height: 145%;
    margin: 6px 0 10px;
}

.slider-3 .item .heading ,
.slider-4 .item .heading {
    font-weight: 700;
    font-size: 13px;
    line-height: 145%;
}

.slider-3 .item {
    width: 337px;
    margin-right: 24px;
}

.arrows-s4,
.arrows-s3 {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    max-width: 1360px;
    margin-right: 200px;
}

#prev-s5,
#prev-s4,
#prev-s3 {
    width: 50px;
    height: 20px;
    background: url("../img/l.svg") no-repeat center;
    cursor: pointer;
    transition: .3s;
}


#next-s5,
#next-s4,
#next-s3 {
    width: 50px;
    height: 20px;
    background: url("../img/r.svg") no-repeat center;
    margin-left: 60px;
    cursor: pointer;
    transition: .3s;
}


.item .read {
    font-weight: 700;
    font-size: 11px;
    line-height: 13px;
}

.item .desription {
    font-weight: 700;
    font-size: 18px;
    line-height: 145%;
    margin-bottom: 32px;
    display: block;
}

.tag {
    font-weight: 700;
    font-size: 13px;
    line-height: 145%;
    margin: 26px 0 6px;
    display: block;
}
.slider-4 .item a.slide__btn {
    color: white;
    display: block;
    min-height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FF3C32;
    border-radius: 5px;
    margin-top: 20px;
    font-size: 13px;
    line-height: 16px;
    font-weight: 700;
    text-align: center;
    border: 2px solid #ff3c32;
    box-shadow:0 6px 14px rgba(255, 60, 50, .12);
    top: 0;
    transition: .2s linear;
    position: relative;
}
.slider-4 .item a.slide__btn:hover {
    border: 2px solid #FF3C32;
    box-shadow: none;
    top: -3px;
}
.slider-4 .item a.slide__btn.btn-hidden {
    display: none;
}
.cases {
    margin-bottom: 148px;
}

.cases .description {
    text-align: left;
    margin-top: 32px;
}

.cases .pre {
    font-weight: 400;
    font-size: 25px;
    line-height: 145%;
    color: #FF0C00;
    opacity: 0.85;
    margin-bottom: 10px;
}

.c-t .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 110px;
}

.aasc {
    margin-top: 62px;
    width: 100%;
    max-width: 963px;
}

#adscore .container {
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../img/adscore-back.svg) no-repeat center;
    background-size: contain;
    height: 270px;
    margin-top: 62px;
    margin-bottom: 148px;
}

.blur-adscore {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 136px;
    background: rgba(255, 255, 255, .78);
    backdrop-filter: blur(10.7988px)
}

.blur-adscore .top-border {
    width: 100%;
    max-width: 912px;
    border: 1px solid rgba(0, 0, 188, .81);
    background: #0000bc;
    opacity: .2;
    transform: matrix(1, 0, 0, -1, 0, 0)
}

.blur-adscore .bottom-border {
    width: 100%;
    max-width: 816px;
    border: 1px solid rgba(0, 0, 188, .81);
    background: #0000bc;
    opacity: .2;
    transform: matrix(1, 0, 0, -1, 0, 0)
}

.blur-adscore-content-2 {
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.blur-adscore-content-1 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 30px
}

.blur-adscore .row {
    justify-content: center;
}

.reviews .description {
    max-width: none;
}

.reviews .item {
    width: 335px;
    min-height: 586px;
    border-radius: 20px;
    padding: 47px 48px;
    transition: .3s ease-out;
    margin-left: 16px;
    background: #F4F7F9;
}

.leader-row {
    justify-content: space-between;
}

.leader_who {
    margin-left: 18px;
}

.leader_who .headinger {
    font-weight: bold;
    font-size: 13px;
    line-height: 145%;
    margin-bottom: 8px;
}

.leader_who .descr {
    font-weight: 700;
    font-size: 10px;
    line-height: 13px;
    opacity: 0.8;
}

.leader_who .desc {
    font-weight: 500;
    font-size: 11px;
    line-height: 13px;
    opacity: 0.8;
}

.reviews .photo img {
    width: 54.06px;
    height: 54.06px;
}

.reviews .item .item_descr {
    position: relative;
    border-top: 2px solid #F9F9F9;;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 25px;
    font-weight: 400;
    font-size: 16px;
    line-height: 145%;
    height: auto;
    overflow: hidden;
}

.new-audience {
    padding: 0px 0 110px 0;
}

.new-audience .description {
    max-width: 500px;
}

.formats-container {
    margin-top: 60px;
    flex-wrap: nowrap;
}

.format-block {
    background-color: #F4F7F9;
    color: #333333;
    transition: .3s ease-out;
}


.format-block .a {
    padding: 40px;
    display: block;
    height: 100%;
    color: #333333;
}

.format-block a {
    font-weight: 700;
    font-size: 9.81308px;
    line-height: 13px;
    color: white;
    border-radius: 65.4206px;
    padding: 11px 23px;
    transition: .3s;
}

.add {
    border-radius: 8px;
    padding: 2px 9px;
    font-weight: 900;
    font-size: 10px;
    line-height: 12px;
    text-transform: uppercase;
    margin-left: 5px;
    color: #FFFFFF;
}

.cpc {
    background: #FFA700;
}

.cpm {
    background: #3200FF;
}

.cpm2 {
    background: #A100FF;
}

.cpc2 {
    background: #333333;
}

.cpc3 {
    background: #27AE60;
}

.center {
    display: flex;
    align-items: center;
}

.format-block {
    border-radius: 30px;
}

.format-block .a:hover,
.format-block .a:hover .orange-txt,
.format-block .a:hover .purp-txt,
.format-block .a:hover .blue-txt,
.format-block .a:hover .green-txt,
.format-block .a:hover .black-txt,
.format-block .a:hover .red-txt {
    color: white;
}

.format-block:hover .description,
.format-block:hover .blue-txt {
    color: white !important;
}

.format-block:hover a {
    border: 2px solid white;
    transition: .3s;
}

.blue-txt {
    color: #3200FF;
}

.orange-txt {
    color: #FFA700;
}

.purp-txt {
    color: #A100FF;
}

.black-txt {
    color: #333333;
}

.green-txt {
    color: #27AE60;
}

.red-txt {
    color: #E9453E;
}

.format-block .description {
    font-weight: 400;
    font-size: 15px;
    line-height: 145%;
    margin: 32px 0;
    max-width: 340px;
}

.heading_2 {
    align-items: flex-end;
    font-weight: 900;
    font-size: 22px;
    line-height: 27px;
    text-transform: uppercase;
}

.heading_2 svg {
    margin-right: 16px;
    transition: .3s ease-out;
}

.push-svg path {
    fill: #FFA700;
}

.pop-svg path:nth-child(1) {
    fill: #3200FF;
}

.native-svg path {
    fill: #A100FF;
}

.nat-svg path {
    fill: #E9453E;
}

.format_cal-block svg path:nth-child(1) {
    fill: #333333;
}

.format_inp-block svg path:nth-child(1) {
    fill: #27AE60;
}

.format_inp-block a {
    background: #27AE60;
    box-shadow: 0px 1.96262px 3.92523px rgba(0, 0, 0, 0.07);
}

.format_pop-block a {
    background: #3200FF;
    box-shadow: 0px 1.96262px 3.92523px rgba(0, 0, 0, 0.07);
}

.format_push-block a {
    background: #FFA700;
    box-shadow: 0px 1.96262px 3.92523px rgba(0, 0, 0, 0.07);
}

.format_nat-block a {
    background: #E9453E;
    box-shadow: 0px 1.96262px 3.92523px rgba(0, 0, 0, 0.07);
}

.format_native-block a {
    background: #A100FF;
    box-shadow: 0px 1.96262px 3.92523px rgba(0, 0, 0, 0.07);
}

.format-block .link {
    font-weight: bold;
    font-size: 13px;
    line-height: 145%;
    padding: 0 32px 16px 0;
}

.format_push-block:before, .format_pop-block:before {
    font-family: 'Montserrat', sans-serif;
    content: 'Recommended for betting vertical';
    background: #000000;
    border-radius: 21.5px;
    padding: 6px 14px;
    color: white;
    font-weight: 900;
    font-size: 10px;
    line-height: 12px;
    margin-left: 40px;
    margin-top: -10px;
    position: absolute;
    text-transform: uppercase;
}

.format_push-block {
    background-image: url("../img/push-back@2x.png");
    background-repeat: no-repeat;
    background-position: 100% 102%;
    background-size: 100%;
    max-width: 380px;
    height: 579px;
    margin-right: 8px;
}

.tracker {
    margin-left: 25px;
}

.account-manager {
    position: relative;
    left: 34px;
    display: flex;
}

.declined-num {

}

.declined {
    position: relative;
    left: 43px;
    display: flex;
}

.declined-1::before, .declined-2::before, .declined-3::before,
.declined-4::before, .declined-5::before, .declined-6::before, .declined-7::before {
    color: #333333;
    font-size: 15px;
    font-weight: 500;
    left: -15px;
    line-height: 160%;
    position: relative;
    font-family: Montserrat, sans-serif;
}

.declined-1::before {
    content: '1.';
}

.declined-2::before {
    content: '2.';
}

.declined-3::before {
    content: '3.';
}

.declined-4::before {
    content: '4.';
}

.declined-5::before {
    content: '5.';
}

.declined-6::before {
    content: '6.';
}

.declined-7::before {
    content: '7.';
}

.features {
    position: relative;
    left: 34px;
    display: flex;
}

.features::before {
    color: black;
    content: "\2022";
    font-size: 26px;
    font-weight: 700;
    left: -13px;
    line-height: 18px;
    position: relative;
    top: 1.5px;
}

.account-manager::before {
    color: black;
    content: "\2022";
    font-size: 26px;
    font-weight: 500;
    left: -15px;
    line-height: 18px;
    position: relative;
    top: 3px;
}

.format_push-block:hover {
    background-color: #FFA700;
    transition: .3s ease-out;
}

.format_pop-block,
.format_nat-block {
    width: 713px;
    max-width: 713px;
    min-height: 285px;
}

.format_cal-block {
    width: calc(100% - 531px);
    margin: 8px 8px 0 0;
}

.format_inp-block {
    width: 713px;
    margin-left: 8px;
}

.format_native-block,
.format_inp-block {
    width: calc(50% - 8px);
}

.format_pop-block {
    background-image: url("../img/pop-back@2x.png");
    background-repeat: no-repeat;
    background-size: 55%;
    background-position: 102% 102%;
    margin-bottom: 8px;
}

.format_nat-block {
    background-image: url("../img/nat-back@2x.png");
    background-repeat: no-repeat;
    background-size: 65%;
    background-position: 102% 102%;
    margin-bottom: 8px;
}

.format_native-block {
    background-image: url("../img/native-back@2x.png");
    background-repeat: no-repeat;
    background-size: 90%;
    background-position: 102% 104%;
}

.format_cal-block {
    background-image: url("../img/cal-back.png");
    background-repeat: no-repeat;
    background-size: 45%;
    background-position: 102% 102%;
    min-height: 279px;
}

.format_cal-block .description {
    max-width: 255px;
}

.format_inp-block {
    background-image: url("../img/inp-back.png");
    background-repeat: no-repeat;
    background-size: 45%;
    background-position: bottom right;
    min-height: 279px;
}

.format_inp-block .description {
    max-width: 336px;
}

.format_push-block:hover .push-svg path {
    fill: white !important;
    transition: .3s ease-out;
}

.format_pop-block:hover {
    background-color: #3200FF;
    transition: .3s ease-out;
}

.format_pop-block:hover .pop-svg path:nth-child(1) {
    fill: white !important;
    transition: .3s ease-out;
}

.format_pop-block:hover .pop-svg path:nth-child(2) {
    fill: #3200FF !important;
    transition: .3s ease-out;
}

.format_nat-block:hover {
    background-color: #E9453E;
    transition: .3s ease-out;
}

.format_nat-block:hover svg path:nth-child(1) {
    fill: white !important;
    transition: .3s ease-out;
}

.format_nat-block:hover svg path:nth-child(2) {
    fill: #E9453E !important;
    transition: .3s ease-out;
}

.format_native-block:hover {
    background-color: #A100FF;
    transition: .3s ease-out;
}

.format_cal-block:hover {
    background-color: #333333;
    transition: .3s ease-out;
}

.format_inp-block:hover {
    background-color: #27AE60;
    transition: .3s ease-out;
}

.format_native-block:hover .native-svg path {
    fill: white !important;
    transition: .3s ease-out;
}

.format_cal-block:hover svg path:nth-child(1) {
    fill: white;
    transition: .3s ease-out;
}

.format_cal-block:hover svg path:nth-child(2) {
    fill: #333333;
    transition: .3s ease-out;
}

.format_inp-block:hover svg path:nth-child(1) {
    fill: white;
    transition: .3s ease-out;
}

.format_inp-block:hover svg path:nth-child(2) {
    fill: #27AE60;
    transition: .3s ease-out;
}

.tfc {
    margin-top: 8px;
}

.bot-free {
    max-width: 1104px;
    margin: 0 auto 125px;
}

.bot-free:before {
    position: absolute;
    content: url("../img/botbackb.svg");
    margin-left: -121px;
    margin-top: 28px;
}

.bot-free:after {
    position: absolute;
    content: url("../img/botbacka.svg");
    margin-left: 981px;
    margin-top: -428px;
    z-index: -1;
}

.bot-free .container {
    display: flex;
    align-items: center;
    background-color: #F20C00;
    background-image: url("../img/botback.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 30px;
    color: white;
    height: 430px;
    overflow: hidden;
}

.bot-free .container .row .bot {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.bot-free .container .row > div {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.bot-free .container .bot img {
    margin-bottom: 24px;
}

.bot-free .container .bot {
    font-weight: 900;
    font-size: 52.8641px;
    line-height: 100%;
    text-align: center;
}

.bot-free .container .descr {
    text-align: left;
    font-weight: 400;
    font-size: 18px;
    line-height: 145%;
}

.bot-free .container .descr span {
    display: inline-block;
    margin-bottom: 30px;
}

.bot-free .container .descr .li {
    margin-bottom: 12px;
    margin-left: 33px;
}

.bot-free .container .descr .li:before {
    position: absolute;
    content: ' ';
    width: 11px;
    height: 11px;
    background: #FFFFFF;
    border-radius: 50%;
    margin-left: -28px;
    margin-top: 8px;
}


.bottom-main {
    padding-top: 110px;
    height: 765px;
    background: url(../img/bmb@2x.png) no-repeat center / cover;
}

.bottom-main:after {
    margin-top: -298px;
    content: url("../img/mbaa.svg");
    margin-left: 1108px;
}
.bot .inside-main_r img {
    margin-top: -141px;
}
.bottom-main .inside-main_l {
    padding-top: 0;
    padding-bottom: 0;
    background: none;
}

.bottom-main .inside-main_l:before {
    display: none;
}

.bottom-main .inside-main_l:after {
    content: url("../img/mbaaa.svg");
    margin-top: 165px;
    margin-left: -484px;
}

.bottom-main .black-button {
    margin-top: 42px;
    background: #F20C00;
}

.bottom-main .inside-main_r img {
    margin-left: 63px;
}

.bottom-main:before {
    margin-top: -96px;
}

@media (min-width: 1440px) {
    .promote {
        background-size: 100% 100%;
    }
}

.promote .container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.promote .button {
    width: 184px;
    border-radius: 20px;
}

.promote .heading {
    max-width: 950px;
    color: white;
    margin: 60px 0 70px;
}

.footer-row-cont_3 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    max-width: 220px;
}


.footer-row-cont_3 > div img {
    width: 33px;
    height: 33px;
}

.footer-row-cont_3 > div .amex,
.footer-row-cont_3 > div .ame {
    width: 45px;
    height: 25px;
}

.footer-row-cont_3 > div {
    margin: 0 0 25px 19px;
}

@media (max-width: 1104px) {
    .easy-col-long {
        width: 335px;
    }
}

@media (max-width: 904px) {
    .footer-row-cont_3 {
        justify-content: flex-start;
        max-width: none;
        margin-bottom: 25px;
    }

    .footer-row-cont_3 > div {
        margin: 25px 19px 0 0;
    }
}

@media (min-width: 1440px) {
    .format_inp-block {
        background-image: url("../img/inp-back@2x.png");
    }

    .format_cal-block {
        background-image: url("../img/cal-back@2x.png");
    }
}

@media (min-width: 1500px) {
    .slider-2_container {
        background-position-x: 450px;
    }
}

@media (min-width: 1600px) {
    .slider-2_container {
        background-position-x: 600px;
    }
}

@media (max-width: 1600px) {

    .main-img, .laptop {
        right: -100px;
    }

    .phone {
        right: 545px;
    }

    .push-label {
        right: 713px;
    }

    .push-label-stroke {
        right: 579px;
    }
}

@media (max-width: 1490px) {
    .run-block-2 .vidback {
        right: 0;
        max-width: 716.01px;
    }

    .run-block-2 iframe {
        width: 567px;
        height: 334px;

        margin-left: 47px;
        margin-top: 77px;
    }
}

@media (max-width: 1440px) {

    .slider-video {
        margin-left: 20px;
    }

    .bot-free:after {
        display: none;
    }

    .main-img {
        right: -200px;
    }

    .laptop {
        right: -200px;
    }

    .phone {
        right: 460px;
    }

    .push-label-stroke {
        right: 496px;
    }

    .push-label {
        right: 631px;
    }

    .slider-block {
        margin-left: 20px;
    }

    #prev-s3 {
        margin-right: 30px;
    }

    #next-s3 {
        margin-left: 30px;
    }

    .slick-list {
        padding-top: 40px;
    }

}


@media (max-width: 1340px) {
    .diamond-container video {
        margin-left: -200px;
    }

    .and {
        margin: 0px 16px;
    }

    .formats-stat-container {
        max-width: none;
        padding: 0;
        display: flex;
    }

    .formats-stat-row {
        margin-left: auto;
        margin-right: auto;
    }

    .format-stat_native {
        display: none;
    }

    .grey-rect-big {
        right: 0;
    }


    .arrows-s3, .arrows-s4 {
        padding-right: 36px;
    }

}

@media (max-width: 1220px) {
    .inside-main_r img {
        margin-left: -96px;
    }

    .inside-main_r {
        width: 50%;
    }
}

@media (max-width: 1180px) {
    .inside-main_l, header {
        padding-left: 32px;
        padding-right: 32px;
    }

    .inside-main_r img {
        margin-left: 0;
        right: -209px;
    }
}

@media (max-width: 1160px) {
    .run-block-2 .vidback {
        margin-top: -17px;
        max-width: 545.01px;
        right: auto;
    }

    .run-block-2 iframe {
        width: 435px;
        height: 259px;
        margin-left: 38px;
        margin-top: 148px;
    }

    .main-b {
        background-size: 50%;
        background-position: right 75%;
    }

    .care-container {
        padding-top: 197px;
        background-position: right -63px;
    }

    .testimonials .heading-row {
        flex-direction: column;
        align-items: flex-start;
    }

    .trustpilot {
        margin-top: 35px;
    }

    .inside-main_l:before {
        display: none;
    }
}

@media (max-width: 1127px) {

}

@media (max-width: 1139px) {
    .phone-main, .video {
        width: 800px;
        height: 519px;
    }

    .phone-main {
        display: none;
    }

    .main-img, .wow {
        display: none;
    }

    .main-background {
        background-image: url("../img/main-back.png");
        background-repeat: no-repeat;
        background-size: contain;
        background-position: 40% 100%;
        height: auto;
    }

    .for-all_row {
        flex-direction: column;
    }

    .for-all-col {
        width: 100%;
        padding-bottom: 0;
    }

    .for-all-col .photo img {
        display: block;
    }

    .for-all-col .photo {
        position: relative;
        margin-left: 70px;
    }

    .for-all-col .see-more {
        margin-bottom: 40px;
    }
}

@media (max-width: 1120px) {
    .for-you_l_l {
        margin-bottom: 63px;
    }
}

@media (max-width: 1107px) {
}

@media (max-width: 1080px) {
    .inside-main_r img {
        right: -26px;
        width: 700px;
        margin-top: 29px;
    }

    .inside-main_r img {
    }

    .inside-main_l:after,
    .bottom-main .inside-main_l:after {
        margin-left: -570px;
    }

    .run-block-2 .vidback {
        right: 0;
    }

    .run-block-2 iframe {
        right: 80px;

    }

    .run:after {
        display: none;
    }

    .phone-main {
        top: 150px;
        left: 240px;
    }

    .main-background {
        background-size: contain;
        background-position: 100px 100%;
    }

    .formats-container {
        flex-wrap: wrap;
    }

    .format_push-block {
        width: 100%;
        max-width: none;
        min-height: 279px;
        height: auto;
        margin-bottom: 8px;
        margin-right: 0;
        background-size: 35%;
    }

    .heading-row {
        flex-direction: column;
        align-items: flex-start;
    }

    .fau-container .description {
        margin: 20px 0 0;
    }

    .fau-container .selfe-serve-table {
        margin-top: 0;
        max-width: 440px;
    }

    .formats_inside-row {
        display: flex;
        flex-direction: row;
        width: 100%;
    }

    .format_pop-block, .format_native-block,
    .format_inp-block, .format_cal-block {
        width: calc(50% - 4px);
        height: 430px;
    }

    .format_inp-block {
        background-size: 82%;
    }

    .format_cal-block {
        background-size: 64%;
    }

    .format_native-block {
        background-size: 140%;
    }

    .format_pop-block {
        background-size: 100%;
        margin-bottom: 0;
        margin-right: 8px;
    }

    .grey-rect-big {
        display: none;
    }
}

@media (max-width: 991px) {
    .col{
        background-size: 50% 100%!important;
        width: 354px;
        height: 101px;
    }
    .col:nth-last-child(1){
        background-size: 70% 100%!important;

    }
    .col .description{
        font-size: 12px;

    }
    .col .heading{
        font-size: 12px;
        text-align: left;
    }
    .reward-text {
        max-width: 500px;
        left: 15px;
    }

    .format_pop-block, .format_nat-block {
        width: 50%;

    }

    .inside-main_r img {
        right: 0px;
        width: 537px;
        margin-top: 149px;
    }

    .bot-free:after,
    .bot-free:before {
        display: none;
    }

    .bottom-main .inside-main_r img {
        max-width: 425.01px;
    }

    .run {
        background: #F20C00;
    }

    .run .row {
        flex-direction: column;
    }

    .run-block-2 .vidback {
        margin-top: -171px;
        right: auto;
        left: 0;
    }

    .vidarrow {
        position: absolute;
        z-index: 4;
        margin-left: 231px;
        margin-top: 201px;
        max-width: 136px;
    }

    .run {
        margin-bottom: 368px;
    }

    .run-block-2 iframe {
        right: auto;
        margin-left: 5px;
        margin-top: -19px;
    }

    .bot-free:after,
    .bot-free:before {
        display: none;
    }

    .main {
        padding-bottom: 0;
    }

    .main:after {
        display: none;
    }

    .inside-main_l:after {
        margin-left: -118px;
        z-index: -1;
    }

    .inside-main_l .black-button {
        z-index: 12;
        position: relative;
    }


    .colums {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .colum:nth-child(1), .colum:nth-child(5) {
        display: none;
    }


    .promote .container {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .small-container {
        padding: 0 32px;
    }

    header .small-container,
    .main-b .small-container {
        padding: 0 32px;
    }

    .new-audience .small-container {
        padding: 0;
    }

    .main-b {
        background-position: right 92%;
    }

    .payments {
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .payments > div {
        margin-right: 10px;
        margin-bottom: 10px;
    }

    .fau-container {
        height: auto;
    }

    .fau-content_row {
        display: flex;
        flex-direction: column-reverse;
    }

    .fau-side {
        width: 100%;
        padding-left: 32px;
    }

    .fau-left {
        align-items: flex-start;
        margin-top: 50px;
        padding-right: 32px;
    }

    .fau-container .selfe-serve-table {
        max-width: 800px;
        width: 100%;
        padding: 0;
    }

    .care-side_row {
        display: flex;
        flex-direction: column;
    }

    .care-side_row .content {
        margin-left: 0;
    }

    .care-side_row .content {
        margin-top: 20px;
    }

    .option-row {
        margin-top: 70px;
    }

    .feat-row {
        flex-wrap: wrap;
    }

    .feat-b {
        width: 100%;
    }

    .feat-b {
        margin-bottom: 40px;
    }

    .feat {
        margin-bottom: 70px;
    }

    .feat-b svg {
        width: 24px;
        height: 24px;
    }

    .feat-b .des {
        max-width: none;
    }

    .diamond-container video {
        margin-left: -350px;
    }

    .majestic .side:nth-last-child(1) {
        padding-top: 0;
        padding-left: 56px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .platform-for_control {
        font-size: 18px;
        line-height: 28px;
        min-height: 0;
        padding: 10px 16px;
    }

    .formats-stat-row .format-stat_active {
        width: 504px;
    }

    .heading-row img {
        display: none;
    }

    .form-block {
        height: auto;
    }

    .form-block .container {
        flex-direction: column;
    }

    .form-block .description {
        max-width: none;
    }

    .form-container {
        margin-top: 40px;
    }

    .guide {
    }
}

@media (max-width: 880px) {
    .grey-container {
        height: auto;
    }
}

@media (max-width: 878px) {
    .inside-main_r img {
        margin-left: 139px;
    }
}

@media (max-width: 832px) {
    .white-button {
        margin-top: 15px;
    }
}

@media (max-width: 815px) {
    .reward-img {
        top: -14px px;
    }

    .reward-text {
        max-width: 350px;
        left: 30px;
        top: 28px;
    }

    .guides-row {
        justify-content: flex-start;
    }

    .guide {
        margin: 0 20px 40px 0;
    }
}

@media (max-width: 799px) {
    .inside-main_r img {
        right: 0px;
        width: 537px;
        margin-top: 194px;
    }
}

@media (max-width: 768px) {
    .lifesaver .col {
        width: 50%;
        margin-bottom: 34px;
    }

    .arrows-s3, .arrows-s4 {
        margin-bottom: 0px;
    }

    .inside-main_r img {
        right: 0px;
        width: 495px;
        margin-top: 143px;
    }

    .bot-free {
        padding: 40px 16px;
    }

    .bot-free .container {
        height: auto;
        padding: 40px 16px;
    }

    .bot-free .container .row {
        flex-direction: column;
        align-items: center;
    }

    .bot-free .container .descr {
        text-align: center;
    }

    .bot-free .container .row > div {
        width: 100%;
    }

    .bot-free .container .row .bot {
        margin-bottom: 34px;
    }

    .easy-col:nth-last-child(1) {
        height: 316px;
    }

    header {
        background: white;
        padding: 32px;
    }

    .signin {
        color: black;
    }

    .main:before {
        display: none;
    }

    .main {
        border-radius: 0;
        margin-top: 0;
    }

    .inside-main {
        border-radius: 0;
    }

    .inside-main_l {
        background: #F20C00;
    }

    .easy {
        margin: 80px 0 105px;
    }

    .easy-col:nth-last-child(1) {
        height: auto;
    }

    .bot-free .container {
        height: auto;
        padding: 40px 16px;
    }

    .bot-free .container .row {
        flex-direction: column;
        align-items: center;
    }

    .bot-free .container .descr {
        text-align: center;
    }

    .bot-free .container .row > div {
        width: 100%;
    }

    .bot-free .container .row .bot {
        margin-bottom: 34px;
    }

    .care-side {
        padding: 33px 26px;
        width: 100%;
    }

    .care-left {
        margin-right: 16px;
        margin-bottom: 16px;
    }

    .care-left {
        align-items: flex-start;
    }

    .main-b {
        background-size: 75%;
        background-position: center bottom;
    }

    .slider-1 .item {
        height: 508px;
    }

    .leader-row > div:nth-child(2) {
        display: none;
    }

    .phone-main {

        top: 350px;
        left: -150px;
    }


    .arrows {
        bottom: 45px;
        margin-top: 0;
    }

    .arrows1 {
        padding: 0;
    }

    h1 br:nth-child(1) {
        display: none;
    }

    .main .description {
        margin: 10px 0 30px;
    }

    .stats-container .left-block, .stats-container .right-block {
        min-width: 328px;
        width: 100%;
        margin-bottom: 15px;
        margin-top: 0;
    }

    .formats-row {
        width: 50%;
    }


    .main-background {
        background-image: url("../img/wt.png");
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center bottom;
        height: 1050px;
    }

    .majestic {
        padding-top: 15px;
    }

    .diamond-container {
        display: none;
    }

    .platform-for {
        padding: 48px 0;
    }

    .platform-for_controls {
        margin-top: 24px;
    }

    .and {
        display: none;
    }

    .platform-for_control:nth-child(1) {
        margin-right: 32px;
    }

    .platform-for_control span {
        display: none;
    }

    .platform-for_items {
        margin-top: 24px;
        width: 50%;
    }

    .max-profit .container {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .max-profit_row {
        margin-top: 0
    }

    .max-profit_item {
        margin-right: 64px;
        margin-top: 32px;
    }

    .max-profit_item .heading {
        font-size: 34px;
        line-height: 41px;
    }

    .max-profit_item .description {
        font-size: 15px;
        line-height: 160%;
    }

    .make-tech {
        padding-top: 48px;
        background-image: none;
    }

    .make-tech .container {
        padding-right: 0;
    }

    .new-audience {
        padding: 48px 0;
    }

    .formats-stat-row {
        margin-top: 33px;
    }

    .for-all .pre-heading {
        margin-top: 48px;
    }

    .events {
        margin: 48px 0;
    }

    .format_native-block {
        background-image: url(../img/native-back-tablet.png);
    }

    .format_pop-block {
    }

    .format_push-block {
        background-size: 50%;
    }

    .faq {
        margin-top: 48px;
    }

    .for-all-col {
        padding-right: 0;
    }

    .for-all-col .row {
        justify-content: space-between;
    }

    .for-all-col .photo {
        margin-left: 0;
        margin-right: 60px;
    }

    .testimonials {
        padding-top: 48px;
    }

    .slider-1 .item {
        width: 320px;
        min-width: 320px;
    }

    .events {
        margin: 48px 0;
    }

    .slider-2_container {
        background-position-x: 0;
        padding: 20px 0 48px 0;
    }

    .slider-2 .item {
        width: 248px;
        margin-right: 24px;
    }

    .owl-nav {
        display: none;
    }

    .grey-rect-big {
        display: none;
    }

    .selfe-serve-table {
        margin-top: 32px;
    }

    .faq .container {
        padding: 0;
    }

    .faq .heading {
        padding: 0 32px;
    }

    .owl-nav {
        display: none !important;
    }

    .leader_who {
        margin-left: 10px;
    }
}

@media (max-width: 767.9px) {

    .formats-stat-row {
        flex-direction: column;
        width: 100%;
    }

    .stat-row {
        flex-direction: column;
    }

    .stat-row > div {
        margin-bottom: 30px;
    }

    .stat-row > div:nth-last-child(1) {
        margin-bottom: 0;
    }

    .format-stat {
        width: 100% !important;
        max-width: none;
    }

    .formats-stat-row .format-stat {
        height: 279px;
    }

    .formats-stat-row .format-stat_active {
        height: 713px;
    }

    .formats-stat-row .format-stat_pop {
        background-image: url("../img/arrow-side-bottom.svg");
        background-position: center 98%;
    }

    .formats-stat-row .format-stat_push {
        background-image: url("../img/arrow-side-top.svg");
        background-position: center 100%;
        margin-bottom: 8px;
    }

    .daily-col {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .stat-col_row {
        justify-content: space-between;
    }

    .for-all-col .see-more {
        margin: 20px 0 30px;
    }

    .footer-column_container {
        display: flex;
        flex-direction: column-reverse;
    }

}

@media (max-width: 700px) {
    .cases-row {
        justify-content: flex-start !important;
    }

    .cases-row .case {
        margin-bottom: 54px;
        width: 100%;
    }

    .inside-main_l {
        max-width: none;
        border-radius: 0;
    }
}

@media (max-width: 694px) {
    .whatare img{
        margin-left: -15px;
        margin-right: -15px;
    }
    .bot .inside-main_r img{
        margin-top: -23px;

    }
    h1, .heading{
        text-align: center;
    }
    .white-button {
        margin-top: 0;
    }

    .row-logs {
        margin-top: 0;
    }

    .inside-main {
        flex-direction: column;
    }

    .inside-main_l,
    .inside-main_r {
        width: 100%;
    }

    .main {
        background: none;
    }

    .inside-main_l {
        padding: 40px 32px;
        z-index: 3;
        margin-top: 62px;
    }

    .inside-main_r {
        height: 289px;
        border-radius: 0px 0px 70px 0px;
        background: #F20C00;
    }

    .inside-main_r img {
        position: absolute;
        margin: 0;
        right: 0;
        margin-top: -27px;
        width: 480px;
    }

    .inside-main_l:before,
    .bottom-main .inside-main_l:before {
        display: block;
        content: ' ';
        background: url("../img/mba2.png") no-repeat center/contain;
        width: 453px;
        height: 97.45px;
        left: 0;
        margin-left: -83px;
        margin-top: -104px;
    }

    .inside-main_l:after,
    .bottom-main .inside-main_l:after {
        content: url("../img/mba1.svg");
        margin-top: 328px;

    }

    .bottom-main .inside-main_l {
        background: #F20C00;
        padding: 40px 32px;
    }

    .bottom-main {
        padding-top: 0;
    }

    .inside-main_l .black-button {
        background: black;
    }
}

@media (max-width: 690px) {
    .reward {
        height: fit-content;
    }

    .reward-img img {
        transform: skew(0, 0deg);
        left: 0;
        display: block;
        margin: 0 auto;
    }

    .reward-img {
        width: 100%;
        left: 0px;
        top: 0;
        height: 210px;
        transform: skew(0, 0deg);
        background-size: 100%;
    }

    .reward-text {
        padding-right: 20px;
        display: block;
        top: 37px;
        left: 0;
        padding-left: 27px;
        max-width: none;
        margin-bottom: 79px;
    }

    .main-background {
        height: 1000px;
    }

    .for-all-col {
        background-image: none;
        padding-top: 0;
        min-height: 260px;
    }

    .for-all-col .heading {
        margin-top: 40px;
    }

    .for-all-col .photo {
        margin-top: 0;
        width: 280px;
        height: 261px;
    }

    .for-all-col .photo {
        margin-right: 0;
        display: none;
    }

    .for-all-col_pros {
        background-image: url("../img/pros-mob.png");
        background-repeat: no-repeat;
        background-position: 100% 100%;
    }

    .for-all-col_agencie {
        background-image: url("../img/agencie-mob.png");
        background-repeat: no-repeat;
        background-position: 100% 100%;
    }

    .for-all-col_newbies {
        background-image: url("../img/newbies-mob.png");
        background-repeat: no-repeat;
        background-position: 80% 100%;
    }
}

@media (max-width: 625px) {
    .majestic .row {
        flex-wrap: wrap-reverse;
    }

    .majestic .row .side {
        padding: 0;
        width: 100%;
    }

    .majestic .side:nth-last-child(1) {
        margin-bottom: 60px;
    }

    .platform-for_items {
        width: 100%;
    }
}

.case img {
    width: 100%;
}

@media (max-width: 594px) {
    header .row {
        align-items: center;
        justify-content: center;
    }

    header img {
        margin-bottom: 40px;
    }

    header a {
        display: inline-block;
    }
}

@media (min-width: 434px) {
    .mob {
        display: none;
    }

    .hamburger-lines, .menu-items, .checkbox {
        display: none;
    }

}

@media (max-width: 576px) {
    .col{
        background-size: 150px 100%!important;
    }
    .col:nth-last-child(1){
        background-size: 60% 100%!important;

    }
    .video-block .description,
    .cases .description{
        text-align: center;
    }
    .format-block {
        margin-top: 16px;
    }

    .video-block {
        margin-bottom: 75px;
    }

    .cases {
        margin-bottom: 82px;
    }

    .c-t .container {
        margin-top: 0;
    }

    #adscore .container {
        margin-bottom: 77px;
    }

    .lifesaver .col {
        width: 100%;
    }

    .slider-video {
        display: flex;
        flex-direction: column-reverse;
        margin-left: 16px;
    }

    .easy {
        overflow: hidden;
    }

    .easy-col:nth-last-child(1) {
        height: 371px;
    }

    header {
        padding-top: 29px;
        height: 70px;
        z-index: 100;
    }

    header img {
        margin-top: 29px;
        margin-bottom: 0;
    }

    .checkbox {
        position: absolute;
        display: block;
        height: 37px;
        width: 37px;
        top: 17px;
        left: 16px;
        z-index: 5;
        opacity: 0;
        cursor: pointer;
    }

    .hamburger-lines {
        display: block;
        height: 24px;
        width: 24px;
        position: absolute;
        top: 29px;
        left: 24px;
        z-index: 2;
        display: flex;
        flex-direction: column;
    }

    .hamburger-lines .line {
        display: block;
        height: 2px;
        width: 18px;
        background: #F20C00;
    }

    .line {
        margin-bottom: 4px;
    }

    .hamburger-lines .line1 {
        transform-origin: 0% 0%;
        transition: transform 0.4s ease-in-out;
    }

    .hamburger-lines .line2 {
        transition: transform 0.2s ease-in-out;
    }

    .hamburger-lines .line3 {
        transform-origin: 0% 100%;
        transition: transform 0.4s ease-in-out;
    }

    .nav {
        position: absolute;
        top: 0;
        width: 100%;
    }

    .nav .menu-items {
        display: none;
        flex-direction: row;
        align-items: flex-start;
        justify-content: center;
        height: 100vh;
        width: 100%;
        transform: translate(-150%);
        transition: transform 0.5s ease-in-out;
        text-align: center;
        background: white;
        padding-top: 40px;
    }

    .nav .menu-items a {
        margin-bottom: 20px;
    }

    .nav input[type="checkbox"]:checked ~ .menu-items {
        transform: translateX(0);
        display: flex;
    }

    .nav input[type="checkbox"]:checked ~ .hamburger-lines .line1 {
        transform: rotate(45deg);
    }

    .nav input[type="checkbox"]:checked ~ .hamburger-lines .line2 {
        transform: scaleY(0);
    }

    .nav input[type="checkbox"]:checked ~ .hamburger-lines .line3 {
        transform: rotate(-45deg);
    }

    .nav input[type="checkbox"]:checked ~ .logo {
        display: none;
    }

    header img {
        width: 189.63px;
    }

    .desktop-links {
        display: none;
    }

    .bot-free-heading .heading {
        margin-left: auto;
        margin-right: auto;
        max-width: 310px;
    }

    .colum {
        margin-bottom: 34px;
    }

    .format-block .a {
        padding-left: 20px;
        padding-right: 20px;
    }

    .main {
        height: auto;
        margin-bottom: 170px;
    }

    .inside-main_l {
        padding: 74px 16px 52px;
    }

    .inside-main_l:before {
        margin-top: -138px;
        z-index: -1;
    }
    .bot .inside-main_l .black-button {
        margin-left: auto;
        margin-right: auto;
    }
    .inside-main_r img,
    .bottom-main .inside-main_r img {
        width: 480px;
        max-width: none;
        margin-left: 121px;
        margin-top: -47px;
        border-radius: 0px 0px 70px 0px;
    }

    .colums {
        justify-content: space-between;
    }

    .easy {
        overflow: hidden;
    }

    .easy-col {
        margin-top: 40px;
    }

    .bot-free {
        margin-bottom: 0;
        margin-top: 40px;
    }

    .run-h {
        max-width: 285px;
    }

    .run-block-1 {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .run-section:after {
        display: none;
    }

    .run-block-2 iframe {
        width: 377.85px;
        height: 208.65px;
        right: 0;
        margin-top: -9px;
        border-radius: 25px;
    }

    .run-block-2 .vidback {
        width: 415.22px;
        right: 0;
        left: auto;
    }

    .vidarrow {
        margin-left: 165px;
        margin-top: 182px;
    }

    .for-you_l img {
        max-width: 70px;
        height: 70px;
        margin-right: 16px;
    }

    .for-you {
        margin-bottom: 40px;
    }

    .easy {
        margin: 50px 0 70px;
    }

    .bot-free .container .descr .li {
        font-weight: 400;
        font-size: 15px;
        line-height: 145%;
    }

    .faq .accordion li .drop-down-toggle {
        padding: 26px 16px;
    }

    .faq .accordion li .inner {
        padding: 0 16px 26px;
        margin-top: -10px;
    }

    .accordion li svg {
        width: 20px;
    }

    .care-container {
        padding-top: 197px;
        padding-bottom: 50px;
        background-position: -213px -63px;
    }

    .small-container {
        padding: 0 16px;
    }

    .guide {
        max-width: 420px;
        width: 100%;
    }

    .phone-main {
        width: 525px;
        height: 375px;
        top: 367px;
        left: -94px;
    }


    .button-m {
        font-weight: 700;
        font-size: 12px;
        line-height: 20px;
    }

    header .small-container, .main-b .small-container {
        padding: 0 16px;
    }

    .option-container {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .option-row {
        margin-top: 0;
        margin-bottom: 40px;
    }

    .option-block {
        display: flex;
        flex-direction: row;
        width: 100%;
        max-width: none;
    }

    .option-block svg {
        width: 50px;
        height: 50px;
        margin-right: 34px;
    }

    .option-block .head {
        min-height: 0;
        margin: 0 0 10px 0;
    }

    .saver-block {
        max-width: none;
        height: auto;
    }

    .made-block {
        padding: 45px 0;
    }

    .mob-reverse {
        display: flex;
        flex-direction: column-reverse;
    }

    .video {
        width: 525px;
        height: 375px;
        margin-top: -7px;
        margin-left: -5px;
    }

    .stats-container {
        padding: 16px 0 55px;
    }

    .stats-container .left-block {
        padding-right: 0;
    }

    .promote {
        padding-top: 60px;
    }

    .promote .main-buttons .button {
        width: 162px;
    }

    #adscore .container {
        padding: 0 16px 9px;
    }

    .make-tech .container {
        padding-right: 15px !important;

    }

    .main-b {
        background-position: center bottom;
        background-size: 100%;
    }

    .main-b {
        padding-top: 30px;
    }

    .recs {
        display: none;
    }

    .header-buttons {
        display: none;
    }


    .bottom-main {
        padding-top: 46px;
    }

    .main-background {
        background: none;
        height: auto;
        padding-bottom: 48px;
    }

    .mobile-back {
        display: block;
        overflow: hidden;
    }

    .mobile-back img {
        max-height: 600px;
        margin-left: -40px;
    }


    .formats-stat-container {
        padding: 0;
    }


    .menu-column .social-link {
        margin-right: 0;
    }

    .menu-column .row {
        justify-content: space-between;
    }

    .menu-row {
        justify-content: space-between;
        padding: 0 16px;
    }

    .menu-row .button:nth-child(1) {
        margin-right: 0;
    }

    .formats_inside-row {
        flex-wrap: wrap;
    }

    .format-stat {
        padding: 40px 20px 20px;
    }

    .format-block {
        width: 100%;
        height: 456px;
        margin-right: 0;
        margin-bottom: 8px;

    }

    .format_pop-block {
        background-image: url(../img/pop-backm.png);
        background-position: bottom;
        background-size: 100%;
    }

    .format_nat-block {
        background-image: url(../img/nat-backm.png);
        background-position: 0 41px;
        background-size: 100%;
    }

    .format_inp-block {
        background-image: url(../img/inp-backm.png);
        background-position: bottom;
        background-size: 100%;
    }

    .format_inp-block .description {
        max-width: 284px;
    }

    .avg-col {
        width: 210px;
    }

    .format-stat .heading_2 {
        margin-bottom: 40px;
    }

    .formats-stat-row .format-stat {
        height: 229px;
    }

    .formats-stat-row .format-stat_active {
        height: 663px;
    }

    .for-all-col ul {
        max-width: 168px;
    }

    .for-all-col_pros {
        background-position: 120% 100%;
    }

    .for-all-col_agencie {
        background-position: 120% 100%;
    }

    .for-all-col_newbies {
        background-position: 90% 100%;
    }

    .stats-container .grey-container {
        padding: 40px 30px;
    }

    .new-audience {
        padding-bottom: 25px;
    }

    .slider-2_container .arrows-s3 {
        margin-top: 10px;
    }

    .slider-2_container {
        display: flex;
        flex-direction: column-reverse;
        padding-bottom: 0;
    }

    .slider-2 .item {
        margin-right: 5px;
    }

    #prev1 {
        padding: 30px 0;
        width: 80px;
    }

    #next1 {
        padding: 30px 0;
        width: 80px;
    }

    .fau-container {
        padding: 50px 0;
    }

    .fau-side {
        padding-left: 16px;
    }

    .fau-left {
        padding-right: 16px;
    }

    .accordion li .drop-down-toggle {
        padding: 20px 0;
    }

    .fau-side .accordion .inner-text {
        padding-bottom: 20px;
    }

    .fau-container .selfe-serve-table .button {
        width: 100%;
    }

    .promote {
        background-image: url("../img/promote-back-mob.png");
        padding: 152px 0 50px;
    }

    .promote .heading {
        margin: 60px 0 30px;
    }

    .promote .container {
        text-align: left;
        justify-content: flex-start;
        align-items: flex-start;
        padding: 0 44px;
    }

    .data .headinger {
        margin-bottom: 16px;
    }

    .max-prof .l-side .heading {
        margin-bottom: 24px;
    }

    .max-prof .r-side {
        margin-top: 0;
    }

    .max-prof .button {
        display: none;
    }

    .max-prof .max-prof_button {
        display: block;
        width: 100%;
        margin-top: 24px;
        padding: 19px 0;
    }

    .selfe-serve-table {
        margin-top: 23px;
    }

    .format_native-block {
        background-size: 100%;
    }


    .format_push-block {
        background-image: url(../img/push-back-tablet.png);
        background-size: 100%;
    }

    .faq .heading {
        padding: 0 16px;
    }

    .testimonials {
        /*height: 770px;*/
        padding: 50px 0;
    }

    .trustpilot {
        width: 100%;
    }

    .lets-block {
        padding: 50px 0;
    }

    .trustpilot-widget {
        width: 100%;
        max-width: 359px;
    }

    .faq {
        margin-top: 0;
    }

    .reviews .description {
        margin-bottom: 0;
    }

    .slider-video {
        margin-left: 8px;
    }

    .slider-4 .item {
        width: 335px;
    }

    .slider-3 .item {
    }

    .slider-3 .item .tube iframe {
    }

    .slider-1 .owl-item .item:hover {
        margin-top: 0;
    }

    .slider-1 .owl-item .item {
        height: 340px;
    }

    .slider-1 .owl-item:nth-child(2) .item:hover,
    .slider-1 .owl-item:nth-child(3) .item:hover {
        margin-top: -40px;
        height: auto;
    }

    .accordion li svg {
        margin-left: 38px;
    }

    .form-block {
        background-image: url("../img/f-back-m.png");
        padding: 40px 0 70px;
    }

    .form-heading {
        font-weight: 700;
        font-size: 34px;
        line-height: 41px;
    }

    #mc_embed_signup {
        width: 100%;
        max-width: 430px;
    }

    #mc_embed_signup input[type=submit] {
        width: 100%;
    }

    .slider-block {
        display: flex;
        flex-direction: column-reverse;
        margin-left: 16px;
    }

    .arrows-s3, .arrows-s4 {
        margin-top: 30px;
        margin-right: 0;
        justify-content: center;
    }

    footer {
        padding-top: 0;
        margin-top: -60px;
    }

    .aasc {
        margin-top: 10px;
    }

    .crown-foo {
        margin-bottom: 10px;
    }

}
@media (max-width: 480px) {
    .inside-main_r img{
        width: 415.286px;
    }
}

.footer__bottom .bottom__grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 148px;
}
.footer__bottom .bottom__item {
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: 160px;
}
.footer__bottom .bottom__item:nth-child(3) {
    width: 180px;
}
.footer__bottom a.bottom__link {
    width: fit-content;
    color: rgba(0, 0, 0, 0.54);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; 
    text-decoration: none;
}
.footer__bottom .footer__copyright {
    color: rgba(0, 0, 0, 0.54);
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
    margin-top: 20px;
}
@media (max-width:767px) {
    .footer__bottom {
        padding-top: 34px;
        border-top: 1px solid rgba(0, 0, 0, 0.10);
    }
    .footer__bottom .bottom__grid {
        gap: 22px;
        column-gap: 2px;
    }
    .footer__bottom .bottom__item {
        width: 138px;
    }
    .footer__bottom .bottom__item:nth-child(3) {
        width: 180px;
    }
    .footer__bottom .footer__copyright {
        margin-top: 44px;
    }
}