html {
    /*    overflow-x: hidden;*/
}

input {
    border-radius: 0 !important
}

:root {
    --main-color: #2E6B75;
    --dark-color: #2D2D2D;
    --light-color: #fff;
}

body {
    position: relative;
    background: #F5F5F5;
    background: #000000;
    color: #e6e5e6;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: auto;
}


html *,
html *:before,
html *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html.stop,
body.stop {
    /*    overflow: hidden;*/
    position: relative;
    height: 100%;
}

img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {
    text-decoration: none;
}

html::-webkit-scrollbar,
body::-webkit-scrollbar {
    margin: 10px;
    background: none;
    width: 0px;
}

html::-webkit-scrollbar-button,
body::-webkit-scrollbar-button {
    display: none;
}

html::-webkit-scrollbar-track-piece,
body::-webkit-scrollbar-track-piece {
    background: rgba(0, 0, 0, 0.15);
}

html::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb {
    margin: 10px;
    background: rgba(0, 0, 0, 0.75);
    border-radius: 3px;
}

.container {
    position: relative;
    width: 100%;
    max-width: 1920px;
    padding: 0 80px;
    margin: auto;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media(max-width: 1919px) {
    .container {
        max-width: 1440px;
        padding: 0 80px;
    }
}


@media(max-width: 1439px) {
    .container {
        max-width: 1280px;
        padding: 0 60px;
    }
}

@media(max-width: 1279px) {
    .container {
        max-width: 768px;
        padding: 0 40px;
    }
}


@media(max-width: 768px) {
    .container {
        max-width: 320px;
        padding: 0;
        /* display: flex; */
    }
}

.block-cont{
    overflow: hidden;
}


.block-1{
    margin-top: 143px;
}
.block-17{
    margin-top: 130px;
}
.block-17{
    overflow: hidden;
    /* width: 100vw; */
}
.block-1 .container,
.block-17 .container{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 40px 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px;
}
.block-1 .b1_bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}
.block-1 .b1_bg.mobile{
    display: none;
}

.block-1 .box{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: relative;
}
.block-1 .box .img3d{
    position: absolute;
    z-index: 10;
    top: -40px;
    left: 290px;
    width: 480px;
    height: auto;
}
.block-1 h1{
    font-family: "Steppe", sans-serif;
    font-weight: 600;
    font-size: 58px;
    line-height: 100%;
    letter-spacing: -0.08em;
    max-width: 600px;
    background: -webkit-gradient(linear, left top, left bottom, from(#e6e5e6), to(#b9b9ba));
    background: -o-linear-gradient(top, #e6e5e6 0%, #b9b9ba 100%);
    background: linear-gradient(180deg, #e6e5e6 0%, #b9b9ba 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.block-1 h1 .span_1{background: #5DA1D2;background-clip: text;-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
.block-1 h1 .span_2{
    background: -webkit-gradient(linear, left top, right top, from(#5da1d2), to(#b99195));
    background: -o-linear-gradient(left, #5da1d2 0%, #b99195 100%);
    background: linear-gradient(90deg, #5da1d2 0%, #b99195 100%);
    /* background: linear-gradient(270deg, red 0%, green 100%); */
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: -0.04em;
    background: linear-gradient(90deg, #5da1d2 0%, #b99195 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.block-1 .desc{
    margin-top: 36px;
    max-width: 435px;
    font-family: "Steppe", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: -0.04em;
    color: #fff;
    margin-top: 44px;
    color: #CBCBCC;
}
.block-1 .desc span{
    color: #5DA1D2;
}
.block-1 .btn,
.block-17 .btn,
.block-25 .btn.b1{
    margin-top: 88px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
.block-1 .btn p,
.block-17 .btn p,
.block-25 .btn.b1 p{
    color: #081D53;
    font-family: "Steppe", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: -0.08em;
    width: 360px;
    line-height: 80px;
    text-align: center;
    border-radius: 50px;
    cursor: pointer;
    background: -o-linear-gradient(-4deg, #BAD5F3 0%, #DDDCDD 100%) padding-box, -o-linear-gradient(-4deg, #000 0%, #fff 100%) border-box;
    /* background: linear-gradient(-4deg, #BAD5F3 0%, #DDDCDD 100%) padding-box, linear-gradient(-4deg, #000 0%, #fff 100%) border-box; */
    border-radius: 100px;
    border: 1px solid transparent;
    background: url(https://wafe.partners/wp-content/themes/morris_new/img/btn_bg.svg) center center no-repeat;
    background-size: cover;
}
.block-17 .btn p{
    font-size: 22px;
}
.block-1 .btn p:hover,
.block-17 .btn p:hover,
.block-25 .btn.b1 p:hover{
    background: #4A90DD;
    color: #fff;
}
.block-1 .btn span,
.block-17 .btn span,
.block-25 .btn.b1 span{
    display: block;
    width: 20px;
    height: 1px;
    background: rgba(255,255,255,0.25);
    position: absolute;
    top: -54px;
    right: -46px;
    width: 88px;
    height: 95px;
    background: url(https://wafe.partners/wp-content/themes/morris_new/img/btn_span.svg) center center no-repeat;
    background-size: cover;
    z-index: -1;
}
.block-1 .btn .right,
.block-17 .btn .right,
.block-25 .btn.b1 .right{
    cursor: pointer;
    width: 66px;
    height: 66px;
    /* border: 1px solid  rgba(255,255,255,0.25); */
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    position: absolute;
    background: #498EDC;
    top: -53px;
    right: -45px;
}
.block-1 .btn .right:before,
.block-17 .btn .right:before,
.block-25 .btn.b1 .right:before{
    /* content: ''; */
    position: absolute;
    top: 50%;
    left: 50%;
    width: 102%;
    height: 102%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: -o-linear-gradient(-4deg, #BAD5F3 0%, #DDDCDD 100%) padding-box, -o-linear-gradient(-4deg, #000 0%, #fff 100%) border-box;
    background: -o-linear-gradient(94deg, #BAD5F3 0%, #DDDCDD 100%) padding-box, -o-linear-gradient(94deg, #000 0%, #fff 100%) border-box;
    background: linear-gradient(-4deg, #BAD5F3 0%, #DDDCDD 100%) padding-box, linear-gradient(-4deg, #000 0%, #fff 100%) border-box;
    border-radius: 50em;
    border: 1px solid transparent;
    z-index: -1;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
}
.block-1 .btn .right:hover:before,
.block-17 .btn .right:hover:before,
.block-25 .btn.b1 .right:hover:before{
    opacity: 1;
}
.block-1 .btn .right path,
.block-17 .btn .right path,
.block-25 .btn.b1 .right path{
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    fill: #BAD5F3;
}
.block-1 .btn .right:hover path,
.block-17 .btn .right:hover path,
.block-25 .btn.b1 .right:hover path{
    fill: #081D53;
}

.block-17.serv .btn{
    order: -4;
    margin-top: 0;
    margin-bottom: 40px;
    transform: scale(1,-1);
}
.block-17.serv .btn p,
.block-17.serv .btn .right{
    transform: scale(1,-1);
}
.block-17.serv .left .desc{
    font-size: 14px;
}
.block-17.serv .right .text{
    margin-top: 0;
    color: #CBCBCC;
    font-size: 20px;
    max-width: 600px;
}
.block-17.serv .right .text span{
    font-weight: 700;
    color: #f0f0f0;
}

.block-1 ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    grid-gap: 28px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    z-index: 1;
}
.block-1 ul li{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    grid-gap: 3px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
.block-1 ul li .head{
    font-family: "Steppe", sans-serif;
    font-weight: 400;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: -0.04em;
    color: #fff;
}
.block-1 ul li .descr{
    font-family: "Steppe", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: -0.04em;
    color: #BCBCAB;
    max-width: 130px
}
.block-1 .text,
.block-17 .right .text{
    font-family: "Steppe", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: -0.04em;
    color: #A9A9A9;
    max-width: 400px;
    margin-top: 64px;
}
.block-17 .right .text{
    max-width: 450px;
    margin-top: 37px;
    font-size: 14px;
}
.block-17.seo .right .text{
    max-width: 680px;
}
.block-1 .person,
.block-17 .person{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 8px 25px 8px 8px;
    margin-top: 78px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(31, 31, 31, 0.6)), to(rgba(18, 17, 17, 0.8)));
    background: -o-linear-gradient(left, rgba(31, 31, 31, 0.6) 0%, rgba(18, 17, 17, 0.8) 100%);
    background: linear-gradient(90deg, rgba(31, 31, 31, 0.6) 0%, rgba(18, 17, 17, 0.8) 100%);
    border-radius: 12px;
    border: 1px solid transparent;
    grid-gap: 20px;
}
.block-17 .person{
    margin-top: 40px;
}
.block-1 .person img,
.block-17 .person img{
    border-radius: 9px
}
.block-1 .person p,
.block-17 .person p{
    font-family: "Steppe", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: -0.04em;
    color: #fff;
}
.block-1 .person p span,
.block-17 .person p span{
    color: #6F6F6F;
}
.block-1 .partners{
    margin-top: 58px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-gap: 34px;
    font-family: "Steppe", sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 130%;
    color: #9F9FA1;
    letter-spacing: -0.04em;
}
.block-1 .partners .list{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    grid-gap: 40px;
}
.block-1 .partners .list img{
    opacity: 0.3;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    height: 38px;
    cursor: pointer;
}
.block-1 .partners .list img:last-child{
    opacity: 1;
}
.block-1 .partners .list img:hover{
    opacity: 1;
}
.block-1 .box:nth-child(2) .partners{
    display: none
}

.block-2 .before_1{
    position: absolute;
    top: -290px;
    right: 0;
    /* -webkit-transform: translate(-50%, 0); */
    -ms-transform: translate(-50%, 0);
    /* transform: translate(-50%, 0); */
    /* -webkit-filter: blur(140px); */
    /* filter: blur(140px); */
    z-index: -1;
    width: 100vw;
    height: auto;
    border: 1ГѓЖ’Г†вЂ™ГѓвЂ Гўв‚¬в„ўГѓЖ’Гўв‚¬В ГѓВўГўвЂљВ¬ГўвЂћВўГѓЖ’Г†вЂ™ГѓВўГўвЂљВ¬Г‚В ГѓЖ’Г‚ВўГѓВўГўв‚¬ЕЎГ‚В¬ГѓВўГўв‚¬ЕѕГ‚ВўГѓЖ’Г†вЂ™ГѓвЂ Гўв‚¬в„ўГѓЖ’Г‚ВўГѓВўГўв‚¬ЕЎГ‚В¬ГѓвЂљГ‚В ГѓЖ’Г†вЂ™ГѓвЂљГ‚ВўГѓЖ’Г‚ВўГѓВўГўвЂљВ¬Г…ВЎГѓвЂљГ‚В¬ГѓЖ’Г‚ВўГѓВўГўвЂљВ¬Г…ВѕГѓвЂљГ‚ВўГѓЖ’Г†вЂ™ГѓвЂ Гўв‚¬в„ўГѓЖ’Гўв‚¬В ГѓВўГўвЂљВ¬ГўвЂћВўГѓЖ’Г†вЂ™ГѓвЂљГ‚ВўГѓЖ’Г‚ВўГѓВўГўвЂљВ¬Г…ВЎГѓвЂљГ‚В¬ГѓЖ’Гўв‚¬ЕЎГѓвЂљГ‚В ГѓЖ’Г†вЂ™ГѓвЂ Гўв‚¬в„ўГѓЖ’Гўв‚¬ЕЎГѓвЂљГ‚ВўГѓЖ’Г†вЂ™ГѓвЂљГ‚ВўГѓЖ’Г‚ВўГѓВўГўв‚¬ЕЎГ‚В¬ГѓвЂ¦Г‚ВЎГѓЖ’Гўв‚¬ЕЎГѓвЂљГ‚В¬ГѓЖ’Г†вЂ™ГѓвЂљГ‚ВўГѓЖ’Г‚ВўГѓВўГўв‚¬ЕЎГ‚В¬ГѓвЂ¦Г‚ВѕГѓЖ’Гўв‚¬ЕЎГѓвЂљГ‚ВўГѓЖ’Г†вЂ™ГѓвЂ Гўв‚¬в„ўГѓЖ’Гўв‚¬В ГѓВўГўвЂљВ¬ГўвЂћВўГѓЖ’Г†вЂ™ГѓВўГўвЂљВ¬Г‚В ГѓЖ’Г‚ВўГѓВўГўв‚¬ЕЎГ‚В¬ГѓВўГўв‚¬ЕѕГ‚ВўГѓЖ’Г†вЂ™ГѓвЂ Гўв‚¬в„ўГѓЖ’Г‚ВўГѓВўГўв‚¬ЕЎГ‚В¬ГѓвЂ¦Г‚ВЎГѓЖ’Г†вЂ™ГѓВўГўвЂљВ¬Г…ВЎГѓЖ’Гўв‚¬ЕЎГѓвЂљГ‚ВўГѓЖ’Г†вЂ™ГѓвЂ Гўв‚¬в„ўГѓЖ’Гўв‚¬В ГѓВўГўвЂљВ¬ГўвЂћВўГѓЖ’Г†вЂ™ГѓВўГўвЂљВ¬Г…ВЎГѓЖ’Гўв‚¬ЕЎГѓвЂљГ‚ВўГѓЖ’Г†вЂ™ГѓвЂ Гўв‚¬в„ўГѓЖ’Гўв‚¬ЕЎГѓвЂљГ‚ВўГѓЖ’Г†вЂ™ГѓвЂљГ‚ВўГѓЖ’Г‚ВўГѓВўГўв‚¬ЕЎГ‚В¬ГѓвЂ¦Г‚ВЎГѓЖ’Гўв‚¬ЕЎГѓвЂљГ‚В¬ГѓЖ’Г†вЂ™ГѓВўГўвЂљВ¬Г‚В¦ГѓЖ’Гўв‚¬ЕЎГѓвЂљГ‚ВЎГѓЖ’Г†вЂ™ГѓвЂ Гўв‚¬в„ўГѓЖ’Г‚ВўГѓВўГўв‚¬ЕЎГ‚В¬ГѓвЂ¦Г‚ВЎГѓЖ’Г†вЂ™ГѓВўГўвЂљВ¬Г…ВЎГѓЖ’Гўв‚¬ЕЎГѓвЂљГ‚В¬ГѓЖ’Г†вЂ™ГѓвЂ Гўв‚¬в„ўГѓЖ’Гўв‚¬В ГѓВўГўвЂљВ¬ГўвЂћВўГѓЖ’Г†вЂ™ГѓвЂљГ‚ВўГѓЖ’Г‚ВўГѓВўГўвЂљВ¬Г…ВЎГѓвЂљГ‚В¬ГѓЖ’Гўв‚¬ЕЎГѓвЂљГ‚В¦ГѓЖ’Г†вЂ™ГѓвЂ Гўв‚¬в„ўГѓЖ’Г‚ВўГѓВўГўв‚¬ЕЎГ‚В¬ГѓвЂ¦Г‚ВЎГѓЖ’Г†вЂ™ГѓВўГўвЂљВ¬Г…ВЎГѓЖ’Гўв‚¬ЕЎГѓвЂљГ‚ВЎГѓЖ’Г†вЂ™ГѓвЂ Гўв‚¬в„ўГѓЖ’Гўв‚¬В ГѓВўГўвЂљВ¬ГўвЂћВўГѓЖ’Г†вЂ™ГѓВўГўвЂљВ¬Г‚В ГѓЖ’Г‚ВўГѓВўГўв‚¬ЕЎГ‚В¬ГѓВўГўв‚¬ЕѕГ‚ВўГѓЖ’Г†вЂ™ГѓвЂ Гўв‚¬в„ўГѓЖ’Г‚ВўГѓВўГўв‚¬ЕЎГ‚В¬ГѓвЂљГ‚В ГѓЖ’Г†вЂ™ГѓвЂљГ‚ВўГѓЖ’Г‚ВўГѓВўГўвЂљВ¬Г…ВЎГѓвЂљГ‚В¬ГѓЖ’Г‚ВўГѓВўГўвЂљВ¬Г…ВѕГѓвЂљГ‚ВўГѓЖ’Г†вЂ™ГѓвЂ Гўв‚¬в„ўГѓЖ’Гўв‚¬В ГѓВўГўвЂљВ¬ГўвЂћВўГѓЖ’Г†вЂ™ГѓВўГўвЂљВ¬Г…ВЎГѓЖ’Гўв‚¬ЕЎГѓвЂљГ‚ВўГѓЖ’Г†вЂ™ГѓвЂ Гўв‚¬в„ўГѓЖ’Гўв‚¬ЕЎГѓвЂљГ‚ВўГѓЖ’Г†вЂ™ГѓвЂљГ‚ВўГѓЖ’Г‚ВўГѓВўГўвЂљВ¬Г…ВЎГѓвЂљГ‚В¬ГѓЖ’Гўв‚¬В¦ГѓвЂљГ‚ВЎГѓЖ’Г†вЂ™ГѓВўГўвЂљВ¬Г…ВЎГѓЖ’Гўв‚¬ЕЎГѓвЂљГ‚В¬ГѓЖ’Г†вЂ™ГѓвЂ Гўв‚¬в„ўГѓЖ’Г‚ВўГѓВўГўв‚¬ЕЎГ‚В¬ГѓвЂљГ‚В¦ГѓЖ’Г†вЂ™ГѓВўГўвЂљВ¬Г…ВЎГѓЖ’Гўв‚¬ЕЎГѓвЂљГ‚ВЎГѓЖ’Г†вЂ™ГѓвЂ Гўв‚¬в„ўГѓЖ’Гўв‚¬В ГѓВўГўвЂљВ¬ГўвЂћВўГѓЖ’Г†вЂ™ГѓВўГўвЂљВ¬Г‚В ГѓЖ’Г‚ВўГѓВўГўв‚¬ЕЎГ‚В¬ГѓВўГўв‚¬ЕѕГ‚ВўГѓЖ’Г†вЂ™ГѓвЂ Гўв‚¬в„ўГѓЖ’Гўв‚¬ЕЎГѓвЂљГ‚ВўГѓЖ’Г†вЂ™ГѓвЂљГ‚ВўГѓЖ’Г‚ВўГѓВўГўв‚¬ЕЎГ‚В¬ГѓвЂ¦Г‚ВЎГѓЖ’Гўв‚¬ЕЎГѓвЂљГ‚В¬ГѓЖ’Г†вЂ™ГѓВўГўвЂљВ¬Г‚В¦ГѓЖ’Гўв‚¬ЕЎГѓвЂљГ‚ВЎГѓЖ’Г†вЂ™ГѓвЂ Гўв‚¬в„ўГѓЖ’Гўв‚¬В ГѓВўГўвЂљВ¬ГўвЂћВўГѓЖ’Г†вЂ™ГѓвЂљГ‚ВўГѓЖ’Г‚ВўГѓВўГўвЂљВ¬Г…ВЎГѓвЂљГ‚В¬ГѓЖ’Гўв‚¬В¦ГѓвЂљГ‚ВЎГѓЖ’Г†вЂ™ГѓвЂ Гўв‚¬в„ўГѓЖ’Г‚ВўГѓВўГўв‚¬ЕЎГ‚В¬ГѓвЂ¦Г‚ВЎГѓЖ’Г†вЂ™ГѓВўГўвЂљВ¬Г…ВЎГѓЖ’Гўв‚¬ЕЎГѓвЂљГ‚В§px solid red;
}
.block-2 .before_2{
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-filter: blur(140px);
            filter: blur(140px);
    z-index: -1;
}
.block-2 .before_3{
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-filter: blur(140px);
            filter: blur(140px);
    z-index: -1;
}
.block-2{
    margin-top: 150px;
}
.block-2 h2{
    font-family: "Steppe", sans-serif;
    font-weight: 600;
    font-size: 68px;
    line-height: 90%;
    letter-spacing: -0.08em;
    background: -o-linear-gradient(top, #e6e5e6 0%, #b9b9ba 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#e6e5e6), to(#b9b9ba));
    background: linear-gradient(180deg, #e6e5e6 0%, #b9b9ba 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    max-width: 500px;
}
.block-2 .cont{
    margin-top: 60px;
    border-radius: 30px;
    width: 100%;
    -webkit-backdrop-filter: blur(40px);
    /* backdrop-filter: blur(40px); */
    padding: 50px 40px;
    position: relative;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 40px 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px;
    background: -o-linear-gradient(left, #000 0%, #000 100%) padding-box, -o-linear-gradient(135deg, #0c0c0c 0%, #080808 43%, #0a0a0a 100%) border-box;
    background: linear-gradient(90deg, #000 0%, #000 100%) padding-box, linear-gradient(315deg, #0c0c0c 0%, #080808 43%, #0a0a0a 100%) border-box;
    border: 6px solid transparent;
}
.block-2 .cont::after {
    content: "";
    width: 390px;
    height: 112px;
    position: absolute;
    top: -10px;
    right: 190px;
    border-radius: 100%;
    background: #004ec3;
    -webkit-filter: blur(400px);
            filter: blur(400px);
    z-index: -1
}
.block-2 .cont::before {
    content: "";
    width: 390px;
    height: 112px;
    position: absolute;
    top: 21px;
    left: -236px;
    border-radius: 100%;
    background: #5C682D;
    -webkit-filter: blur(400px);
            filter: blur(400px);
    z-index: -1
}
.block-2 .cont .list{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    grid-gap: 28px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.block-2 .cont .list .box{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    grid-gap: 34px;
    cursor: pointer;
    position: relative;
}
.block-2 .cont .list .box:before{
    content: '';
    position: absolute;
    top: 50%;
    left: -34px;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    width: 1px;
    height: 60px;
    background: -o-linear-gradient(top, #0d0d0d 0%, #ff6b00 44%, #060605 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#0d0d0d), color-stop(44%, #ff6b00), to(#060605));
    background: linear-gradient(180deg, #0d0d0d 0%, #ff6b00 44%, #060605 100%);
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.block-2 .cont .list .box.on:before{
    opacity: 1;
}
.block-2 .cont .list .box .shadow{
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 68px;
    height: 66px;
    background: url(https://wafe.partners/wp-content/themes/morris_new/img/b2-shadow.svg) center center no-repeat;
    background-size: cover;
    z-index: 10;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 0;
}
.block-2 .cont .list .box.on .shadow{
    opacity: 1;
}
.block-2 .cont .list .box label:nth-child(2){
    display: block;
    width: 16px;
    height: 16px;
    border: 1px solid #3C3C3C;
    border-radius: 5px;
    position: relative;
    cursor: pointer;
}
.block-2 .cont .list .box label:nth-child(2):before{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: #D7FFB7;
    width: 6px;
    height: 6px;
    border-radius: 2px;
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
}
.block-2 .cont .list .box label:nth-child(3){
    font-family: "Steppe", sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: -0.04em;
    color: #8b8b8b;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.block-2 .cont .list .box:hover label:nth-child(2):before{
    opacity: 1;
}
.block-2 .cont .list .box:hover label:nth-child(3){
    color: #D7FFB7;
}

.block-2 .cont .list .box input{
    display: none;
}
.block-2 .cont .list .box input[type="radio"]:checked+label{
    border-color: #FF6B00 !important;
}
.block-2 .cont .list .box input[type="radio"]:checked+label:before{
    background: #FF6B00 !important;
    opacity: 1 !important;
}
.block-2 .cont .list .box input[type="radio"]:checked+label+label{
    color: #FF6B00 !important;
}

/*------ 1 Srtategy ----- */

.block-2 .cont .list .box:nth-child(1) input[type="radio"]:checked+label,
.block-2 .boxx .line:nth-child(1) .head .h3:before{
    border-color: #EB5A0C !important;
}
.block-2 .cont .list .box:nth-child(1) input[type="radio"]:checked+label:before,
.block-2 .boxx .line:nth-child(1) .head .h3:after{
    background: #EB5A0C !important;
    opacity: 1 !important;
}
.block-2 .cont .list .box:nth-child(1) input[type="radio"]:checked+label+label,
.block-2 .boxx .line:nth-child(1) .head .h3{
    color: #EB5A0C !important;
}
.block-2 .cont .list .box:nth-child(1) .shadow{
    background: url(https://wafe.partners/wp-content/themes/morris_new/img/b2_shadow_2.svg) center center no-repeat;
    background-size: cover;
}
.block-2 .cont .list .box:nth-child(1):before{
    background: -webkit-gradient(linear, left top, left bottom, from(#0d0d0d), color-stop(44%, #EB5A0C), to(#060605));
    background: -o-linear-gradient(top, #0d0d0d 0%, #EB5A0C 44%, #060605 100%);
    background: linear-gradient(180deg, #0d0d0d 0%, #EB5A0C 44%, #060605 100%);
}
.block-2 .boxx .line:nth-child(1) .head:after{
    background: linear-gradient(0deg, rgba(216, 15, 245, 0) 0%, #EB5A0C 50%, rgba(216, 15, 245, 0) 100%);
}
.block-2 .boxx .line:nth-child(1) .head svg stop{
    stop-color: #EB5A0C;
}

/*------ 2 Target ----- */

.block-2 .cont .list .box:nth-child(2) input[type="radio"]:checked+label,
.block-2 .boxx .line:nth-child(2) .head .h3:before{
    border-color: #22F5C5 !important;
}
.block-2 .cont .list .box:nth-child(2) input[type="radio"]:checked+label:before,
.block-2 .boxx .line:nth-child(2) .head .h3:after{
    background: #22F5C5 !important;
    opacity: 1 !important;
}
.block-2 .cont .list .box:nth-child(2) input[type="radio"]:checked+label+label,
.block-2 .boxx .line:nth-child(2) .head .h3{
    color: #22F5C5 !important;
}
.block-2 .cont .list .box:nth-child(2) .shadow{
    background: url(https://wafe.partners/wp-content/themes/morris_new/img/b2_shadow_1.svg) center center no-repeat;
    background-size: cover;
}
.block-2 .cont .list .box:nth-child(2):before{
    background: -webkit-gradient(linear, left top, left bottom, from(#0d0d0d), color-stop(44%, #22F5C5), to(#060605));
    background: -o-linear-gradient(top, #0d0d0d 0%, #22F5C5 44%, #060605 100%);
    background: linear-gradient(180deg, #0d0d0d 0%, #22F5C5 44%, #060605 100%);
}
.block-2 .boxx .line:nth-child(2) .head:after{
    background: linear-gradient(0deg, rgba(216, 15, 245, 0) 0%, #22F5C5 50%, rgba(216, 15, 245, 0) 100%);
}
.block-2 .boxx .line:nth-child(2) .head svg stop{
    stop-color: #22F5C5;
}

/*------ 3 Context ----- */

.block-2 .cont .list .box:nth-child(3) input[type="radio"]:checked+label,
.block-2 .boxx .line:nth-child(3) .head .h3:before{
    border-color: #0CABEB !important;
}
.block-2 .cont .list .box:nth-child(3) input[type="radio"]:checked+label:before,
.block-2 .boxx .line:nth-child(3) .head .h3:after{
    background: #0CABEB !important;
    opacity: 1 !important;
}
.block-2 .cont .list .box:nth-child(3) input[type="radio"]:checked+label+label,
.block-2 .boxx .line:nth-child(3) .head .h3{
    color: #0CABEB !important;
}
.block-2 .cont .list .box:nth-child(3) .shadow{
    background: url(https://wafe.partners/wp-content/themes/morris_new/img/b2_shadow_3.svg) center center no-repeat;
    background-size: cover;
}
.block-2 .cont .list .box:nth-child(3):before{
    background: -webkit-gradient(linear, left top, left bottom, from(#0d0d0d), color-stop(44%, #0CABEB), to(#060605));
    background: -o-linear-gradient(top, #0d0d0d 0%, #0CABEB 44%, #060605 100%);
    background: linear-gradient(180deg, #0d0d0d 0%, #0CABEB 44%, #060605 100%);
}
.block-2 .boxx .line:nth-child(3) .head:after{
    background: linear-gradient(0deg, rgba(216, 15, 245, 0) 0%, #0CABEB 50%, rgba(216, 15, 245, 0) 100%);
}
.block-2 .boxx .line:nth-child(3) .head svg stop{
    stop-color: #0CABEB;
}

/*------ 4 Infl ----- */

.block-2 .cont .list .box:nth-child(4) input[type="radio"]:checked+label,
.block-2 .boxx .line:nth-child(4) .head .h3:before{
    border-color: #FFF551 !important;
}
.block-2 .cont .list .box:nth-child(4) input[type="radio"]:checked+label:before,
.block-2 .boxx .line:nth-child(4) .head .h3:after{
    background: #FFF551 !important;
    opacity: 1 !important;
}
.block-2 .cont .list .box:nth-child(4) input[type="radio"]:checked+label+label,
.block-2 .boxx .line:nth-child(4) .head .h3{
    color: #FFF551 !important;
}
.block-2 .cont .list .box:nth-child(4) .shadow{
    background: url(https://wafe.partners/wp-content/themes/morris_new/img/b2_shadow_4.svg) center center no-repeat;
    background-size: cover;
}
.block-2 .cont .list .box:nth-child(4):before{
    background: -webkit-gradient(linear, left top, left bottom, from(#0d0d0d), color-stop(44%, #FFF551), to(#060605));
    background: -o-linear-gradient(top, #0d0d0d 0%, #FFF551 44%, #060605 100%);
    background: linear-gradient(180deg, #0d0d0d 0%, #FFF551 44%, #060605 100%);
}
.block-2 .boxx .line:nth-child(4) .head:after{
    background: linear-gradient(0deg, rgba(216, 15, 245, 0) 0%, #FFF551 50%, rgba(216, 15, 245, 0) 100%);
}
.block-2 .boxx .line:nth-child(4) .head svg stop{
    stop-color: #FFF551;
}

/*------ 5 SEO ----- */

.block-2 .cont .list .box:nth-child(5) input[type="radio"]:checked+label,
.block-2 .boxx .line:nth-child(5) .head .h3:before{
    border-color: #1154FF !important;
}
.block-2 .cont .list .box:nth-child(5) input[type="radio"]:checked+label:before,
.block-2 .boxx .line:nth-child(5) .head .h3:after{
    background: #1154FF !important;
    opacity: 1 !important;
}
.block-2 .cont .list .box:nth-child(5) input[type="radio"]:checked+label+label,
.block-2 .boxx .line:nth-child(5) .head .h3{
    color: #1154FF !important;
}
.block-2 .cont .list .box:nth-child(5) .shadow{
    background: url(https://wafe.partners/wp-content/themes/morris_new/img/b2_shadow_6.svg) center center no-repeat;
    background-size: cover;
}
.block-2 .cont .list .box:nth-child(5):before{
    background: -webkit-gradient(linear, left top, left bottom, from(#0d0d0d), color-stop(44%, #1154FF), to(#060605));
    background: -o-linear-gradient(top, #0d0d0d 0%, #1154FF 44%, #060605 100%);
    background: linear-gradient(180deg, #0d0d0d 0%, #1154FF 44%, #060605 100%);
}
.block-2 .boxx .line:nth-child(5) .head:after{
    background: linear-gradient(0deg, rgba(216, 15, 245, 0) 0%, #1154FF 50%, rgba(216, 15, 245, 0) 100%);
}
.block-2 .boxx .line:nth-child(5) .head svg stop{
    stop-color: #1154FF;
}

/*------ 6 SMM ----- */

.block-2 .cont .list .box:nth-child(6) input[type="radio"]:checked+label,
.block-2 .boxx .line:nth-child(6) .head .h3:before{
    border-color: #F5649E !important;
}
.block-2 .cont .list .box:nth-child(6) input[type="radio"]:checked+label:before,
.block-2 .boxx .line:nth-child(6) .head .h3:after{
    background: #F5649E !important;
    opacity: 1 !important;
}
.block-2 .cont .list .box:nth-child(6) input[type="radio"]:checked+label+label,
.block-2 .boxx .line:nth-child(6) .head .h3{
    color: #F5649E !important;
}
.block-2 .cont .list .box:nth-child(6) .shadow{
    background: url(https://wafe.partners/wp-content/themes/morris_new/img/b2_shadow_5.svg) center center no-repeat;
    background-size: cover;
}
.block-2 .cont .list .box:nth-child(6):before{
    background: -webkit-gradient(linear, left top, left bottom, from(#0d0d0d), color-stop(44%, #F5649E), to(#060605));
    background: -o-linear-gradient(top, #0d0d0d 0%, #F5649E 44%, #060605 100%);
    background: linear-gradient(180deg, #0d0d0d 0%, #F5649E 44%, #060605 100%);
}
.block-2 .boxx .line:nth-child(6) .head:after{
    background: linear-gradient(0deg, rgba(216, 15, 245, 0) 0%, #F5649E 50%, rgba(216, 15, 245, 0) 100%);
}
.block-2 .boxx .line:nth-child(6) .head svg stop{
    stop-color: #F5649E;
}

/*------ 7 Email ----- */

.block-2 .cont .list .box:nth-child(7) input[type="radio"]:checked+label,
.block-2 .boxx .line:nth-child(7) .head .h3:before{
    border-color: #C38100 !important;
}
.block-2 .cont .list .box:nth-child(7) input[type="radio"]:checked+label:before,
.block-2 .boxx .line:nth-child(7) .head .h3:after{
    background: #C38100 !important;
    opacity: 1 !important;
}
.block-2 .cont .list .box:nth-child(7) input[type="radio"]:checked+label+label,
.block-2 .boxx .line:nth-child(7) .head .h3{
    color: #C38100 !important;
}
.block-2 .cont .list .box:nth-child(7) .shadow{
    background: url(https://wafe.partners/wp-content/themes/morris_new/img/b2_shadow_9.svg) center center no-repeat;
    background-size: cover;
}
.block-2 .cont .list .box:nth-child(7):before{
    background: -webkit-gradient(linear, left top, left bottom, from(#0d0d0d), color-stop(44%, #C38100), to(#060605));
    background: -o-linear-gradient(top, #0d0d0d 0%, #C38100 44%, #060605 100%);
    background: linear-gradient(180deg, #0d0d0d 0%, #C38100 44%, #060605 100%);
}
.block-2 .boxx .line:nth-child(7) .head:after{
    background: linear-gradient(0deg, rgba(216, 15, 245, 0) 0%, #C38100 50%, rgba(216, 15, 245, 0) 100%);
}
.block-2 .boxx .line:nth-child(7) .head svg stop{
    stop-color: #C38100;
}

/*------ 8 PR ----- */

.block-2 .cont .list .box:nth-child(8) input[type="radio"]:checked+label,
.block-2 .boxx .line:nth-child(8) .head .h3:before{
    border-color: #F9C6FF !important;
}
.block-2 .cont .list .box:nth-child(8) input[type="radio"]:checked+label:before,
.block-2 .boxx .line:nth-child(8) .head .h3:after{
    background: #F9C6FF !important;
    opacity: 1 !important;
}
.block-2 .cont .list .box:nth-child(8) input[type="radio"]:checked+label+label,
.block-2 .boxx .line:nth-child(8) .head .h3{
    color: #F9C6FF !important;
}
.block-2 .cont .list .box:nth-child(8) .shadow{
    background: url(https://wafe.partners/wp-content/themes/morris_new/img/b2_shadow_7.svg) center center no-repeat;
    background-size: cover;
}
.block-2 .cont .list .box:nth-child(8):before{
    background: -webkit-gradient(linear, left top, left bottom, from(#0d0d0d), color-stop(44%, #F9C6FF), to(#060605));
    background: -o-linear-gradient(top, #0d0d0d 0%, #F9C6FF 44%, #060605 100%);
    background: linear-gradient(180deg, #0d0d0d 0%, #F9C6FF 44%, #060605 100%);
}
.block-2 .boxx .line:nth-child(8) .head:after{
    background: linear-gradient(0deg, rgba(216, 15, 245, 0) 0%, #F9C6FF 50%, rgba(216, 15, 245, 0) 100%);
}
.block-2 .boxx .line:nth-child(8) .head svg stop{
    stop-color: #F9C6FF;
}

/*------ 9 WEB ----- */

.block-2 .cont .list .box:nth-child(9) input[type="radio"]:checked+label,
.block-2 .boxx .line:nth-child(9) .head .h3:before{
    border-color: #A8EB0C !important;
}
.block-2 .cont .list .box:nth-child(9) input[type="radio"]:checked+label:before,
.block-2 .boxx .line:nth-child(9) .head .h3:after{
    background: #A8EB0C !important;
    opacity: 1 !important;
}
.block-2 .cont .list .box:nth-child(9) input[type="radio"]:checked+label+label,
.block-2 .boxx .line:nth-child(9) .head .h3{
    color: #A8EB0C !important;
}
.block-2 .cont .list .box:nth-child(9) .shadow{
    background: url(https://wafe.partners/wp-content/themes/morris_new/img/b2_shadow_8.svg) center center no-repeat;
    background-size: cover;
}
.block-2 .cont .list .box:nth-child(9):before{
    background: -webkit-gradient(linear, left top, left bottom, from(#0d0d0d), color-stop(44%, #A8EB0C), to(#060605));
    background: -o-linear-gradient(top, #0d0d0d 0%, #A8EB0C 44%, #060605 100%);
    background: linear-gradient(180deg, #0d0d0d 0%, #A8EB0C 44%, #060605 100%);
}
.block-2 .boxx .line:nth-child(9) .head:after{
    background: linear-gradient(0deg, rgba(216, 15, 245, 0) 0%, #A8EB0C 50%, rgba(216, 15, 245, 0) 100%);
}
.block-2 .boxx .line:nth-child(9) .head svg stop{
    stop-color: #A8EB0C;
}

/*------ 10 Outsource ----- */

.block-2 .cont .list .box:nth-child(10) input[type="radio"]:checked+label,
.block-2 .boxx .line:nth-child(10) .head .h3:before{
    border-color: #720FF5 !important;
}
.block-2 .cont .list .box:nth-child(10) input[type="radio"]:checked+label:before,
.block-2 .boxx .line:nth-child(10) .head .h3:after{
    background: #720FF5 !important;
    opacity: 1 !important;
}
.block-2 .cont .list .box:nth-child(10) input[type="radio"]:checked+label+label,
.block-2 .boxx .line:nth-child(10) .head .h3{
    color: #720FF5 !important;
}
.block-2 .cont .list .box:nth-child(10) .shadow{
    background: url(https://wafe.partners/wp-content/themes/morris_new/img/b2_shadow_10.svg) center center no-repeat;
    background-size: cover;
}
.block-2 .cont .list .box:nth-child(10):before{
    background: -webkit-gradient(linear, left top, left bottom, from(#0d0d0d), color-stop(44%, #720FF5), to(#060605));
    background: -o-linear-gradient(top, #0d0d0d 0%, #720FF5 44%, #060605 100%);
    background: linear-gradient(180deg, #0d0d0d 0%, #720FF5 44%, #060605 100%);
}
.block-2 .boxx .line:nth-child(10) .head:after{
    background: linear-gradient(0deg, rgba(216, 15, 245, 0) 0%, #720FF5 50%, rgba(216, 15, 245, 0) 100%);
}
.block-2 .boxx .line:nth-child(10) .head svg stop{
    stop-color: #720FF5;
}

/*------ 11 Analitics ----- */

.block-2 .cont .list .box:nth-child(11) input[type="radio"]:checked+label,
.block-2 .boxx .line:nth-child(11) .head .h3:before{
    border-color: #D80FF5 !important;
}
.block-2 .cont .list .box:nth-child(11) input[type="radio"]:checked+label:before,
.block-2 .boxx .line:nth-child(11) .head .h3:after{
    background: #D80FF5 !important;
    opacity: 1 !important;
}
.block-2 .cont .list .box:nth-child(11) input[type="radio"]:checked+label+label,
.block-2 .boxx .line:nth-child(11) .head .h3{
    color: #D80FF5 !important;
}
.block-2 .cont .list .box:nth-child(11) .shadow{
    background: url(https://wafe.partners/wp-content/themes/morris_new/img/b2_shadow_11.svg) center center no-repeat;
    background-size: cover;
}
.block-2 .cont .list .box:nth-child(11):before{
    background: -webkit-gradient(linear, left top, left bottom, from(#0d0d0d), color-stop(44%, #D80FF5), to(#060605));
    background: -o-linear-gradient(top, #0d0d0d 0%, #D80FF5 44%, #060605 100%);
    background: linear-gradient(180deg, #0d0d0d 0%, #D80FF5 44%, #060605 100%);
}
.block-2 .boxx .line:nth-child(11) .head:after{
    background: linear-gradient(0deg, rgba(216, 15, 245, 0) 0%, #D80FF5 50%, rgba(216, 15, 245, 0) 100%);
}
.block-2 .boxx .line:nth-child(11) .head svg stop{
    stop-color: #D80FF5;
}


.block-2 .boxx .line:nth-child(1) .head .h3,
.block-2 .boxx .line:nth-child(2) .head .h3,
.block-2 .boxx .line:nth-child(3) .head .h3,
.block-2 .boxx .line:nth-child(4) .head .h3,
.block-2 .boxx .line:nth-child(5) .head .h3,
.block-2 .boxx .line:nth-child(6) .head .h3,
.block-2 .boxx .line:nth-child(7) .head .h3,
.block-2 .boxx .line:nth-child(8) .head .h3,
.block-2 .boxx .line:nth-child(9) .head .h3,
.block-2 .boxx .line:nth-child(10) .head .h3,
.block-2 .boxx .line:nth-child(11) .head .h3{
    color: #fff !important;
    font-size: 18px;
}


.block-2 .change .box{
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100%;
    display: none;
}
.block-2 .change .box.on{
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
.block-2 .change .box .h3{
    font-family: "Steppe", sans-serif;
    font-weight: 400;
    font-size: 36px;
    line-height: 100%;
    letter-spacing: -0.04em;
    background: -o-linear-gradient(top, #e6e5e6 0%, #b9b9ba 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#e6e5e6), to(#b9b9ba));
    background: linear-gradient(180deg, #e6e5e6 0%, #b9b9ba 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.block-2 .change .box .desc{
    font-family: "Steppe", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: -0.04em;
    color: #fff;
    margin-top: 38px;
    color: #86868B;
    max-width: 600px;
}
.block-2 .change .box .desc span{
    color: #fff;
}
.block-2 .change .box .bottom{
    margin-top: 50px;
}
.block-2 .change .box .bottom p{
    font-family: "Steppe", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: -0.04em;
    color: #86868b;
    max-width: 434px;
}
.block-2 .change .box .bottom .btns,
.block-2 .boxx .btns{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 35px;
    grid-gap: 20px;
}
.block-2 .change .box .bottom .btns .btn,
.block-2 .boxx .btns .btn{
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.block-2 .change .box .bottom .btns .btn .plus,
.block-2 .boxx .btns .btn .plus{
    background: #2A2A2A;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.block-2 .change .box .bottom .btns .btn .plus img,
.block-2 .boxx .btns .btn .plus img{
    width: 8px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.block-2 .change .box .bottom .btns .btn:hover img,
.block-2 .boxx .btns .btn:hover img{
    -webkit-transform: rotate(90deg) scale(1.5);
        -ms-transform: rotate(90deg) scale(1.5);
            transform: rotate(90deg) scale(1.5);
}
.block-2 .change .box .bottom .btns .btn .text,
.block-2 .boxx .btns .btn .text{
    padding: 0 20px;
    margin-left: -4px;
    background: #2A2A2A;
    border-radius: 500px;
    line-height: 40px;
    font-family: "Steppe", sans-serif;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #fff;
}
.block-2 .change .box .bottom .btns .btn_2,
.block-2 .boxx .btns .btn_2{
    border: 1px solid #78787c;
    border-radius: 60px;
    line-height: 40px;
    font-family: "Steppe", sans-serif;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #86868b;
    padding: 0 24px;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.block-2 .change .box .bottom .btns .btn_2:hover,
.block-2 .boxx .btns .btn_2:hover{
    border-color: #fff;
    color: #fff;
}


.block-3{
    margin-top: 147px;
}
.block-3 h2{
    font-family: "Steppe", sans-serif;
    font-weight: 600;
    font-size: 68px;
    line-height: 90%;
    letter-spacing: -0.08em;
    background: -o-linear-gradient(top, #e6e5e6 0%, #b9b9ba 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#e6e5e6), to(#b9b9ba));
    background: linear-gradient(180deg, #e6e5e6 0%, #b9b9ba 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.block-3 .list{
    margin-top: 80px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 80px 1fr 80px 1fr 80px 1fr 80px 1fr 80px 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    grid-gap: 80px;
    grid-row-gap: 60px;
}
.block-3 .list .box{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    grid-gap: 36px;
}
.block-3 .list .box img{
    width: 120px;
    height: auto;
}
.block-3 .list .box p{
    font-family: "Steppe", sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -0.08em;
    color: #fff;
    white-space: nowrap;
}

.block-4 {
    margin-top: 132px;
    z-index: 10;
    position: relative;
}
.block-4 .line{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 5;
    position: relative;
}
.block-4 .line.l1{
    padding-left: 155px;
}
.block-4 .line.l2{
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: -40px;
    z-index: 10;
    position: relative;
    padding-right: 160px;
}
.block-4 .line img{
    height: 160px;
}
.block-4 .b4_3{
    width: 100px;
    position: absolute;
    top: calc(50% - 45px);
    left: 50%;
    -webkit-transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
    z-index: 8;
}
@media(max-width: 1600px){
    .block-4 .b4_3{
        top: calc(50% - 50px);
    }
    .block-4 .line.l1{
        padding-left: 40px;
    }
    .block-4 .line.l2{
        padding-right: 30px;
    }
}

.block-5{
    margin-top: 85px;
    z-index: 8;
    position: relative;
}
.block-5 .container{
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.block-5 .head{
    font-family: "Steppe", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 110%;
    text-align: center;
    color: #9D9D9D;
    max-width: 560px;
}
.block-5 .head span{
    color: #fff;
}
.block-5 .desc{
    font-family: "Steppe", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 110%;
    text-align: center;
    color: #9d9d9d;
    margin-top: 87px;
}
.block-5 .btn{
    font-family: "Steppe", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    color: #86868b;
    margin-top: 26px;
    border-radius: 60px;
    padding: 0 20px;
    border-radius: 500px;
    cursor: pointer;
    background: -o-linear-gradient(#000, #000) padding-box, -o-linear-gradient(left, #2f917f 0%, #0d1413 100%) border-box;
    background: -o-linear-gradient(#000, #000) padding-box, -o-linear-gradient(225deg, #0a0a0a 0%, #5691bc 73%, #72c3fd 100%) border-box;
    background: linear-gradient(#000, #000) padding-box, linear-gradient(225deg, #0a0a0a 0%, #5691bc 73%, #72c3fd 100%) border-box;
    /* background: linear-gradient(225deg, #0a0a0a 0%, #5691bc 73%, #72c3fd 100%); */
    border-radius: 50em;
    border: 1px solid transparent;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background: #323232;
    color: #fff;
}
.block-5 .btn:hover{
    color: #fff;
}
.block-5 .circules{
    width: 414px;
    height: 414px;
    position: absolute;
    top: 50%;
    left: 70%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: -1;
}
.block-5 .circules span:nth-child(1){
    width: 100%;
    height: 100%;
    display: block;
    background: red;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    background: -o-linear-gradient(#000, #000) padding-box, -o-linear-gradient(left, rgba(0,0,0,0) 61%, #666666 100%) border-box;
    background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)) padding-box, -webkit-gradient(linear, left top, right top, color-stop(61%, rgba(0,0,0,0)), to(#666666)) border-box;
    background: linear-gradient(#000, #000) padding-box, linear-gradient(90deg, rgba(0,0,0,0) 61%, #666666 100%) border-box;
    border-radius: 50em;
    border: 1px solid transparent;
}
.block-5 .circules span:nth-child(2){
    width: 100%;
    height: 100%;
    display: block;
    background: red;
    position: absolute;
    top: 50%;
    left: 80%;
    -webkit-transform: translate(-50%,-50%) scale(0.83);
        -ms-transform: translate(-50%,-50%) scale(0.83);
            transform: translate(-50%,-50%) scale(0.83);
    background: -o-linear-gradient(#000, #000) padding-box, -o-linear-gradient(left, rgba(0,0,0,0) 61%, #666666 100%) border-box;
    background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)) padding-box, -webkit-gradient(linear, left top, right top, color-stop(61%, rgba(0,0,0,0)), to(#666666)) border-box;
    background: linear-gradient(#000, #000) padding-box, linear-gradient(90deg, rgba(0,0,0,0) 61%, #666666 100%) border-box;
    border-radius: 50em;
    border: 1px solid transparent;
    z-index: -1;
}
.block-5 .circules span:nth-child(3){
    width: 100%;
    height: 100%;
    display: block;
    background: red;
    position: absolute;
    top: 50%;
    left: 115%;
    -webkit-transform: translate(-50%,-50%) scale(0.5);
        -ms-transform: translate(-50%,-50%) scale(0.5);
            transform: translate(-50%,-50%) scale(0.5);
    background: -o-linear-gradient(#000, #000) padding-box, -o-linear-gradient(left, rgba(0,0,0,0) 61%, #666666 100%) border-box;
    background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)) padding-box, -webkit-gradient(linear, left top, right top, color-stop(61%, rgba(0,0,0,0)), to(#666666)) border-box;
    background: linear-gradient(#000, #000) padding-box, linear-gradient(90deg, rgba(0,0,0,0) 61%, #666666 100%) border-box;
    border-radius: 50em;
    border: 1px solid transparent;
    z-index: -2;
}



.block-5 .circules.l{
    right: 70%;
    left: inherit;
    -webkit-transform: scale(-1,1) translate(-50%, -50%);
        -ms-transform: scale(-1,1) translate(-50%, -50%);
            transform: scale(-1,1) translate(-50%, -50%);
}
.block-5 .circules div{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
/*    background: red;*/
    -webkit-animation: 20s linear infinite sbs-anim-rec477541890-1659962495785;
animation: 20s linear infinite sbs-anim-rec477541890-1659962495785;
}

@-webkit-keyframes sbs-anim-rec477541890-1659962495785 {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(0.85);
        transform: translate(-50%, -50%) scale(0.85);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear
    }

    50% {
        -webkit-transform: translate(-50%, -50%) scale(1.35);
        transform: translate(-50%, -50%) scale(1.35);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear
    }

    100% {
        -webkit-transform: translate(-50%, -50%) scale(0.85);
        transform: translate(-50%, -50%) scale(0.85);
    }
}


@keyframes sbs-anim-rec477541890-1659962495785 {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(0.85);
        transform: translate(-50%, -50%) scale(0.85);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear
    }

    50% {
        -webkit-transform: translate(-50%, -50%) scale(1.35);
        transform: translate(-50%, -50%) scale(1.35);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear
    }

    100% {
        -webkit-transform: translate(-50%, -50%) scale(0.85);
        transform: translate(-50%, -50%) scale(0.85);
    }
}


.block-6{
    margin-top: 180px;
}
.block-6 h2{
    width: 100%;
    font-family: "Steppe", sans-serif;
font-weight: 600;
font-size: 68px;
line-height: 90%;
letter-spacing: -0.08em;
text-align: center;
background: -o-linear-gradient(top, #e6e5e6 0%, #b9b9ba 100%);
background: -webkit-gradient(linear, left top, left bottom, from(#e6e5e6), to(#b9b9ba));
background: linear-gradient(180deg, #e6e5e6 0%, #b9b9ba 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.block-6 .cont{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 290px 40px 1fr;
    grid-template-columns: 290px 1fr;
    grid-gap: 40px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 103px;
}
.block-6 .left{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    grid-gap: 10px;
}
.block-6 .h33{
    font-family: "Steppe", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: -0.08em;
    color: #6a6a6a;
    margin-bottom: 57px;
}
.block-6 .h44{
    font-family: "Steppe", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: -0.08em;
    text-align: center;
    margin: auto;
    color: #6A6A6A;
    margin-top: 45px;
    max-width: 540px;
}
.block-6.context .h44{
    max-width: 680px;
}
.block-6 .h44 span{
    color: #fff;
    font-weight: 500;
}
.block-6 .left .box{
    padding: 20px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-gap: 28px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    border-radius: 14px;
    border: 1px solid transparent;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.block-6 .left .box.active{
    background: -o-linear-gradient(#000, #000) padding-box, -o-linear-gradient(left, #6fc 0%, #3d997a 100%) border-box;
    background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)) padding-box, -webkit-gradient(linear, left top, right top, from(#606060), to(#606060)) border-box;
    background: -o-linear-gradient(#000, #000) padding-box, -o-linear-gradient(left, #606060 0%, #606060 100%) border-box;
    background: linear-gradient(#000, #000) padding-box, linear-gradient(90deg, #606060 0%, #606060 100%) border-box;
}
.block-6 .left .box .head{
    font-family: "Steppe", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: -0.08em;
    color: rgba(255,255,255,0.6);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.block-6 .left .box img{
    opacity: 0.6;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.block-6 .left .box:hover{
    background: -o-linear-gradient(#000, #000) padding-box, -o-linear-gradient(left, #1C1C1C 0%, #1C1C1C 100%) border-box;
    background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)) padding-box, -webkit-gradient(linear, left top, right top, from(#1C1C1C), to(#1C1C1C)) border-box;
    background: linear-gradient(#000, #000) padding-box, linear-gradient(90deg, #1C1C1C 0%, #1C1C1C 100%) border-box;
}
.block-6 .left .box:hover img,
.block-6 .left .box.active img{
    opacity: 1;
}
.block-6 .left .box:hover .head,
.block-6 .left .box.active .head{
    color: #fff;
}

.block-6 .plugs{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 40px;
}
.block-6 .plugs .box{
    background: #0C0C0C;
    border: 1px solid #262626;
    border-radius: 14px;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.block-6 .plugs .box:nth-child(2n){
    background: #171717;
}
.block-6 .plugs .box .head{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    grid-gap: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #222;
    width: 100%;
}
.block-6 .plugs .box .head img{
    border-radius: 10px;
    width: 50px;
    height: 50px;
    -o-object-fit: contain;
       object-fit: contain;
}
.block-6 .plugs .box .h3{
    max-width: 120px;
    font-family: "Steppe", sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: -0.08em;
    color: #fff;
    line-height: 50px
}
.block-6 .plugs .box .list{
    padding-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-gap: 26px;
    padding-bottom: 20px;
    border-bottom: 1px solid #222;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: 100%;
}
.block-6 .plugs .box .list .item{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    grid-gap: 12px;
}
.block-6 .plugs .box .list .name{
    font-family: "Steppe", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: -0.08em;
    color: #9d9d9d;
    width: 60px;
}
.block-6 .plugs .box .list .desc{
    font-family: "Steppe", sans-serif;
    font-weight: 500;
    font-size: 26px;
    line-height: 100%;
    letter-spacing: -0.08em;
    color: #fff;
}
.block-6 .plugs .box .serv{
    padding-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    grid-gap: 20px;
}
.block-6 .plugs .box .serv p{
    font-family: "Steppe", sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: -0.08em;
    text-transform: uppercase;
    text-align: center;
    color: #a3a3a3;
    padding-left: 17px;
    position: relative;
}
.block-6 .plugs .box .serv p:before{
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 3px;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.block-6 .plugs .box .serv p.target:before{
    background: #ff6b00
}
.block-6 .plugs .box .serv p.context:before{
    background: #00e0ff
}
.block-6 .bottom{
    margin-top: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    grid-gap: 28px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.block-6 .bottom p{
    font-family: "Steppe", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 110%;
    text-align: center;
    color: #8F8F8F;
}
.block-6 .bottom .btn{
    font-family: "Steppe", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 110%;
    text-align: center;
    color: #86868b;
    padding: 12px 24px;
    border: 1px solid #78787c;
    border-radius: 60px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
}
.block-6 .bottom .btn:hover{
    color: #fff;
    border-color: #fff;
}
.block-7 {
    background: #0c0c0c;
    margin-top: 95px;
    padding-top: 84px;
}
.block-7 .l1{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.block-7 h2, .block-7 .h2{
    font-family: "Steppe", sans-serif;
    font-weight: 600;
    font-size: 68px;
    line-height: 90%;
    letter-spacing: -0.08em;
    background: -o-linear-gradient(top, #e6e5e6 0%, #b9b9ba 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#e6e5e6), to(#b9b9ba));
    background: linear-gradient(180deg, #e6e5e6 0%, #b9b9ba 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    max-width: 820px;
}
.block-7 .l1 a, .block-13 .l1 a{
    font-family: "Steppe", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: -0.04em;
    color: #fff;
    position: relative;
    padding-right: 27px;
    opacity: 0.3;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.block-7 .l1 a:before, .block-13 .l1 a:before{
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: url(https://wafe.partners/wp-content/themes/morris_new/img/b7_arrow.svg) center center no-repeat;
    background-size: cover;
    width: 9px;
    height: 16px;
    opacity: 0.3;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.block-7 .l1 a:hover,
.block-7 .l1 a:hover:before{
    opacity: 1;
}

.block-7 .cont_1{
    position: relative;
}
.block-7 .span_1{
    display: block;
    position: absolute;
    width: 290px;
    height: 198px;
    background: #713f1c;
    border-radius: 50%;
    top: -46px;
    right: 306px;
    z-index: -1;
    -webkit-filter: blur(200px);
    filter: blur(150px);
}
.block-7 .span_2{
    display: block;
    position: absolute;
    width: 446px;
    height: 128px;
    background: -o-linear-gradient(312deg, #9cc7c0 0%, #7bb4e8 27.48%, #cd9b86 71.1%, #b1d7f1 100%);
    background: linear-gradient(138deg, #9cc7c0 0%, #7bb4e8 27.48%, #cd9b86 71.1%, #b1d7f1 100%);
    border-radius: 50%;
    top: -12px;
    left: -20px;
    z-index: -1;
    -webkit-filter: blur(300px);
    filter: blur(220px);
}
.block-7 .span_3{
    display: block;
    position: absolute;
    width: 204px;
    height: 128px;
    background: #660F6D;
    border-radius: 50%;
    bottom: -22px;
    left: 324px;
    z-index: -1;
    -webkit-filter: blur(200px);
    filter: blur(150px);
}
.block-7 .span_4{
    display: block;
    position: absolute;
    width: 290px;
    height: 198px;
    background: -webkit-gradient(linear, left top, right top, from(#a78186), color-stop(49.5%, #6f8bbf), to(#9ac7c5));
    background: -o-linear-gradient(left, #a78186 0%, #6f8bbf 49.5%, #9ac7c5 100%);
    background: linear-gradient(90deg, #a78186 0%, #6f8bbf 49.5%, #9ac7c5 100%);
    border-radius: 50%;
    bottom: -33px;
    right: 17px;
    z-index: -1;
    -webkit-filter: blur(200px);
    filter: blur(215px);
}
.block-7 .cont{
    margin-top: 80px;
    padding: 70px;
    background: -o-linear-gradient(315deg, #111111 0%, #0F0F0F 52%, #101010) padding-box, -o-linear-gradient(top, #1C1C1C 0%, #171717 100%) border-box;
    background: linear-gradient(135deg, #111111 0%, #0F0F0F 52%, #101010) padding-box, linear-gradient(180deg, #1C1C1C 0%, #171717 100%) border-box;
    border-radius: 30px;
    border: 1px solid transparent;
    position: relative;
}
.block-7 .cont .bg{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-filter: blur(250px);
            filter: blur(250px);
    z-index: -1;
}

.block-7 .cont .swiper {
    width: 100%;
    height: 100%;
}

.block-7 .cont .swiper .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.block-7 .cont .swiper .swiper-slide img {display: block;width: 100%;width: 140px;height: 100%;-o-object-fit: cover;object-fit: cover;margin-bottom: 30px;border-radius: 22px;}
.block-7 .cont .swiper .swiper-slide .name{
    font-family: "Steppe", sans-serif;
font-weight: 500;
font-size: 24px;
line-height: 120%;
letter-spacing: -0.08em;
color: #fff;
    margin-bottom: 7px;
}
.block-7 .cont .swiper .swiper-slide .job{
    font-family: "Steppe", sans-serif;
font-weight: 400;
font-size: 16px;
line-height: 120%;
letter-spacing: -0.08em;
color: #666;
}
.block-7 .cont .bottom{
    margin-top: 60px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.block-7 .cont .bottom p{
    font-family: "Steppe", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: -0.04em;
    color: #656565;
}
.block-7 .cont .bottom .btns{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    grid-gap: 8px;
    cursor: pointer;
}
.block-7 .cont .bottom .btn{
    width: 36px;
    height: 36px;
    background: url(https://wafe.partners/wp-content/themes/morris_new/img/b7_btn.svg) center center no-repeat;
    background-size: cover;
}
.block-7 .cont .bottom .btn:nth-child(1){
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.block-7 .cont .bottom .btn.swiper-button-disabled{
    opacity: 0.5
}

.block-8{
    padding-top: 110px;
    background: #0C0C0C;
}
.block-8 h2{
    font-family: "Steppe", sans-serif;
    font-weight: 400;
    font-size: 48px;
    line-height: 90%;
    letter-spacing: -0.08em;
    color: #7e7e7e;
}
.block-8 h2 span{
    color: #fff;
}
.block-8 .cont{
    margin-top: 74px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 40px 1fr 40px 1fr 40px 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 40px;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
}
.block-8 .cont .box{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 46px 20px 20px;
    background: #161616;
    border-radius: 20px;
    position: relative;
}
.block-8 .cont .box .up{
    position: absolute;
    top: 0;
    left: 17px;
}
.block-8 .cont .box span{
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 40px;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    background: -o-linear-gradient(#0F6D52 0%, #66FFCC 44%, #0F6D52);
    background: -webkit-gradient(linear, left top, left bottom, from(#5DA1D2), color-stop(44%, #8CCFFF), to(#5DA1D2));
    background: -o-linear-gradient(#5DA1D2 0%, #8CCFFF 44%, #5DA1D2);
    background: linear-gradient(#5DA1D2 0%, #8CCFFF 44%, #5DA1D2);
    height: 2px;
    border-radius: 5px;
    z-index: 10;
}
.block-8 .cont .box .up img{
    -webkit-filter: blur(12px);
            filter: blur(12px);
    position: relative;
    z-index: 1;
}
.block-8 .cont .box .h3{
    font-family: "Steppe", sans-serif;
    font-weight: 600;
    font-size: 28px;
    line-height: 120%;
    letter-spacing: -0.08em;
    color: #f5f5f7;
    margin-top: 30px;
}
.block-8 .cont .box .desc{
    font-family: "Steppe", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: -0.08em;
    color: #89877c;
    margin-top: 15px;
}
.block-8 .cont .box .btn{
    width: 100%;
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
.block-8 .cont .box .btn img{
    cursor: pointer;
    width: 32px;
    height: auto;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.block-8 .cont .box:hover .btn img{
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
}

.block-9{
    padding-top: 120px;
    background: #0C0C0C;
}
.block-2 .container.h2,
.block-9 .container.h2{
    grid-template-columns: 1fr;
    grid-gap: 0;
}
.block-9 h2{
    font-family: "Steppe", sans-serif;
    font-weight: 600;
    font-size: 52px;
    line-height: 100%;
    letter-spacing: -0.04em;
    text-align: center;
    background: linear-gradient(180deg, #e6e5e6 0%, #b9b9ba 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: 100%;
    margin-bottom: 67px;
}


.block-9 .head-line{
    display: flex;
    max-width: 960px;
    margin: auto;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    grid-column-gap: 20px;
    grid-row-gap: 10px;
}
.block-9 .head-line .item{
    padding: 21px 33px;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.1);
    font-family: "Geologica", sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 110%;
    text-align: center;
    color: #646464;
    border-radius: 60px;
    cursor: pointer;
}
.block-9 .head-line .item:before{
    content: "";
      position: absolute;
      inset: 0;
      padding: 2px; /* Г‘вЂљГђВѕГђВ»Г‘вЂ°ГђВёГђВЅГђВ° ГђВіГ‘в‚¬ГђВ°ГђВЅГђВёГ‘вЂ Г‘вЂ№ */
      border-radius: inherit;
      background: linear-gradient(135deg, rgba(255,255,255,0.5) 0%, #272727 25%, #272727 75%, rgba(255,255,255,0.5) 100%);
      -webkit-mask: 
        linear-gradient(#fff 0 0) content-box, 
        linear-gradient(#fff 0 0);
      -webkit-mask-composite: xor;
              mask-composite: exclude;
      z-index: -1;
}
.block-9 .head-line .item.active{
    backdrop-filter: blur(10px);
    background: linear-gradient(248deg, #a7fb78 0%, #d5d56f 51.92%, #ffb167 100%);
    color: #000;
    font-weight: 500;
}
.block-9 .head-line .item.active:before{
    background: linear-gradient(135deg, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0.5) 25%, rgba(255,255,255,0.5) 75%, rgba(255,255,255,0.5) 100%);
}
.block-9 .main-line{
    display: flex;
    max-width: 1760px;
    margin: auto;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    grid-column-gap: 77px;
    grid-row-gap: 60px;
    margin-top: 72px;
}






.block-9.infl h2{
    margin-bottom: 40px;
}
.block-7.infl h2{
    font-size: 52px;
    text-align: center;
    margin-bottom: 30px;
}
.block-7 .container.h2 .desc,
.block-9 .desc{
    font-family: "Steppe", sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 120%;
    letter-spacing: -0.04em;
    text-align: center;
    color: #525252;
    margin: auto;
    margin-bottom: 60px;
    max-width: 450px;
}
.block-7 .container.h2 .desc{
    font-size: 20px;
    color: #777777;
    margin-bottom: 0;
}
.block-9 .container{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 45px 1fr 45px 1fr 45px 1fr 45px 1fr 45px 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 45px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.block-9 .box{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.block-9 img{
    width: auto;
    height: 53px;
    -webkit-filter: saturate(0%) brightness(0.5);
            filter: saturate(0%) brightness(0.5);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}
.block-9 img:hover{
    -webkit-filter: inherit;
            filter: inherit;
}

.block-10{
    padding-top: 130px;
    background: #0C0C0C;
    max-width: 100vw;
    overflow: hidden;
}
.block-10 .container{
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.block-10 h3{
    font-family: "Steppe", sans-serif;
    font-weight: 600;
    font-size: 68px;
    line-height: 90%;
    text-align: center;
    background: -o-linear-gradient(top, #e6e5e6 0%, #b9b9ba 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#e6e5e6), to(#b9b9ba));
    background: linear-gradient(180deg, #e6e5e6 0%, #b9b9ba 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.block-10 h2:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 542px;
    height: 1586px;
    background: url('https://wafe.partners/wp-content/themes/morris_new/img/b10_left.png') center center no-repeat;
    background-size: cover;
    z-index: -1;
}
.block-10 h2:after{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 542px;
    height: 1586px;
    background: url('https://wafe.partners/wp-content/themes/morris_new/img/b10_left.png') center center no-repeat;
    background-size: cover;
    z-index: -1;
    -webkit-transform: scale(-1,1);
        -ms-transform: scale(-1,1);
            transform: scale(-1,1);
}
.block-10 .list{
    display: -ms-grid;
    display: grid;
    margin-top: 95px;
    grid-gap: 40px;
    max-width: 860px;
    -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
}
.block-10 .list .box{
    padding: 32px 30px;
    border-radius: 30px;
    background: -o-linear-gradient(#151515, #151515) padding-box, -o-linear-gradient(#2A3532 0%, #7B9B91 100%) border-box;
    background: -webkit-gradient(linear, left top, left bottom, from(#151515), to(#151515)) padding-box, -webkit-gradient(linear, left top, left bottom, from(#2A3532), color-stop(40%, #9A787C), to(#5DA1D2)) border-box;
    background: -o-linear-gradient(#151515, #151515) padding-box, -o-linear-gradient(#2A3532 0%, #9A787C 40%, #5DA1D2 100%) border-box;
    background: linear-gradient(#151515, #151515) padding-box, linear-gradient(#2A3532 0%, #9A787C 40%, #5DA1D2 100%) border-box;
    border: 1px solid transparent;
}
.block-10 .h3{
    font-family: "Steppe", sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    color: #65AEE3;
    min-height: 48px;
}
.block-10 .desc{
    font-family: "Steppe", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    color: #4A4A4A;
    opacity: 0.5;
    margin-top: 9px;
}
.block-10 .box span{
    display: block;
    width: 100%;
    height: 1px;
    background: #4A4A4A;
    margin: 27px 0 67px;
}
.block-10 .bottom{
    font-family: "Steppe", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #5DA1D2;
}
.block-10 .growth{
    z-index: 0;
    margin-top: -180px;
    overflow: hidden;
    width: 100vw;
    /*    height: 700px;*/
}

.block-10 .growth canvas{
    width: 100% !important;
/*
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1.8);
*/
}

.block-11{
    /* margin-top: -70px; */
    /*background: #0C0C0C;*/
    padding-bottom: 94px;
    border-radius: 0px 0px 30px 30px;
}
.block-11 .container{
    border: 6px solid #1C1C1C;
    border-radius: 30px;
    background: #000;
    padding: 75px 60px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 40px 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px;
    overflow: hidden;
    max-width: 1760px;

    background: red;
    background: url(https://wafe.partners/wp-content/themes/morris_new/img/b11_1.webp) center center no-repeat;
    background-size: cover;
}
.block-11 .container:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 365px;
    height: 265px;
    background: url(https://wafe.partners/wp-content/themes/morris_new/img/b11_shadow.png) center center no-repeat;
    background-size: cover;
    -webkit-filter: blur(40px);
            filter: blur(40px);
    display: none;
}
.block-11 .container:after{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 60px;
    width: 240px;
    background: -o-linear-gradient(#0F6D52 0%, #66FFCC 44%, #0F6D52);
    background: -webkit-gradient(linear, left top, left bottom, from(#5DA1D2), color-stop(44%, #73C4FF), to(#5DA1D2));
    background: -o-linear-gradient(#5DA1D2 0%, #73C4FF 44%, #5DA1D2);
    background: linear-gradient(#5DA1D2 0%, #73C4FF 44%, #5DA1D2);
    height: 2px;
    border-radius: 5px;
    z-index: 10;

    display: none;
}
.block-11 .container .left{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    
}
.block-11 h3{
    font-family: "Steppe", sans-serif;
    font-weight: 600;
    font-size: 68px;
    line-height: 100%;
    letter-spacing: -0.08em;
    /* background: -o-linear-gradient(top, #e6e5e6 0%, #b9b9ba 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#e6e5e6), to(#b9b9ba));
    background: linear-gradient(180deg, #e6e5e6 0%, #b9b9ba 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
    color: #000;
    max-width: 590px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.block-11 .left .desc{
    font-family: "Steppe", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 90%;
    letter-spacing: -0.08em;
    /* background: -o-linear-gradient(top, #e6e5e6 0%, #b9b9ba 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#e6e5e6), to(#b9b9ba));
    background: linear-gradient(180deg, #e6e5e6 0%, #b9b9ba 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
    color: rgba(0,0,0,0.6);
    margin-top: 33px;
    opacity: 0.5;
}
.block-11 .left .list{
    margin-top: 23px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-gap: 24px;
}
.block-11 .left .list p{
    font-family: "Steppe", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    color: #252525;
    padding-left: 50px;
    position: relative;
}
.block-11 .left .list p:before{
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    width: 27px;
    height: 27px;
    background: url(https://wafe.partners/wp-content/themes/morris_new/img/b11_list_new.svg) center center no-repeat;
    background-size: cover;
}
.block-11 .right{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 410px 40px 1fr;
    grid-template-columns: 422px 1fr;
    grid-gap: 40px;
}
.block-11 .right .main{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.block-11 .subdop_img{
    display: none;
}
.block-11 .right .head{
    font-family: "Steppe", sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: -0.04em;
    color: #000;
}
.block-11 .right .inputs{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 38px;
    width: 100%;
    grid-gap: 22px;
}
.block-11 .right .inputs input{
    width: 100%;
    height: 60px;
    border: 4px solid #E9E9E9;
    border-radius: 10px !important;
    background: #fff;
    font-family: "Steppe", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 60px;
    letter-spacing: -0.08em;
    color: #7E7E7E;
    padding-left: 16px;
    padding-top: 6px;
    outline: none;
}
.block-11 .right .inputs input.error{
    border: 1px solid red;
}
.block-11 .right .inputs input::-webkit-input-placeholder{
    font-family: "Steppe", sans-serif;
font-weight: 500;
font-size: 18px;
line-height: 100%;
letter-spacing: -0.08em;
color: #7E7E7E;
}
.block-11 .right .inputs input::-moz-placeholder{
    font-family: "Steppe", sans-serif;
font-weight: 500;
font-size: 18px;
line-height: 100%;
letter-spacing: -0.08em;
color: #7E7E7E;
}
.block-11 .right .inputs input:-ms-input-placeholder{
    font-family: "Steppe", sans-serif;
font-weight: 500;
font-size: 14px;
line-height: 100%;
letter-spacing: -0.08em;
color: #7E7E7E;
}
.block-11 .right .inputs input::-ms-input-placeholder{
    font-family: "Steppe", sans-serif;
font-weight: 400;
font-size: 18px;
line-height: 100%;
letter-spacing: -0.08em;
color: #7E7E7E;
}
.block-11 .right .inputs input::placeholder{
    font-family: "Steppe", sans-serif;
font-weight: 500;
font-size: 18px;
line-height: 100%;
letter-spacing: -0.08em;
color: #7E7E7E;
}
.block-11 .right .desc{
    font-family: "Steppe", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 110%;
    letter-spacing: -0.08em;
    color: #646465;
    max-width: 340px;
    margin-top: 36px;
}
.block-11 .right .btn{
    margin-top: 38px;
    width: 100%;
    border-radius: 500px;
    cursor: pointer;
    /* background: -o-linear-gradient(#0F6D52, #0F6D52) padding-box, -o-linear-gradient(left, #000000 0%, #BAD5F3 100%) border-box;
    background: -webkit-gradient(linear, left top, right top, from(#67aeb8), to(#de9975)) padding-box, -webkit-gradient(linear, left top, right top, from(#000000), to(#BAD5F3)) border-box;
    background: -o-linear-gradient(left, #67aeb8 0%, #de9975 100%) padding-box, -o-linear-gradient(left, #000000 0%, #BAD5F3 100%) border-box;
    background: linear-gradient(90deg, #67aeb8 0%, #de9975 100%) padding-box, linear-gradient(90deg, #000000 0%, #BAD5F3 100%) border-box;
    /* border-radius: 15px; */
    /*border: 1px solid transparent; */
    background: #5DA1D2;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    font-family: "Steppe", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 60px;
    text-align: center;
    color: #fff;
}
.block-11 .right .btn:hover{
    background: #4A90DD;
}
.block-11 .right .dop{
    position: relative;
    /* background: red; */
    height: 100%;
}
.block-11 .right .dop img{
    position: absolute;
    top: -6px;
    left: -118px;
}
.block-11 .right .list{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        grid-gap: 20px;
        position: absolute;
        top: 60px;
        padding-left: 81px;
}
.block-11 .right .list div{
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.block-11 .right .list div p{
    font-family: "Steppe", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: -0.08em;
    color: #447EA8;
    padding-left: 40px;
    max-width: 190px;
    position: relative;
}
.block-11 .right .list div p:before{
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 15px;
    height: 15px;
    background: #5DA1D2;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
}
.block-11 .right .list div.off p{
    color: #AEAEAE;
}
.block-11 .right .list div.off p:before{
    background: #C3C4C4;
    width: 10px;
    height: 10px;
}
.block-11 .rays{
        position: absolute;
        bottom: 0;
        right: 0;
        width: 100%;
        height: auto;
        z-index: -1;
        /* -webkit-filter: blur(5px); */
        /* filter: blur(5px); */
        /* background: red; */
}
.block-11 .rays.r768,
.block-11 .rays.r360{
    display: none;
}

.block-12{
    margin-top: 107px;
}
.block-12.infl{
    margin-top: 130px;
}
.block-12.context{
    margin-top: 210px;
}
.block-12 h2, .block-12 .h2{
    font-family: "Steppe", sans-serif;
    font-weight: 500;
    font-size: 48px;
    line-height: 90%;
    letter-spacing: -0.08em;
    background: -o-linear-gradient(top, #e6e5e6 0%, #b9b9ba 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#e6e5e6), to(#b9b9ba));
    background: linear-gradient(180deg, #e6e5e6 0%, #b9b9ba 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.block-12 h2.center, .block-12 .h2.center{
    text-align: center;
}
.block-12 .mySwiper2{
    margin-top: 48px;
}
.block-12 .mySwiper2 .item{
    padding: 42px 30px;
    border-radius: 20px;
    background: -o-linear-gradient(top, #111 0%, #000 100%) padding-box, -o-linear-gradient(#000000 0%, #12513F 100%) border-box;
    background: -webkit-gradient(linear, left top, left bottom, from(#111), to(#000)) padding-box, -webkit-gradient(linear, left top, left bottom, from(#000000), to(#12513F)) border-box;
    background: linear-gradient(180deg, #111 0%, #000 100%) padding-box, linear-gradient(#000000 0%, #12513F 100%) border-box;
    border: 1px solid transparent;
    width: 320px;
}
.block-12 .mySwiper2 .play{
    display: none;
}
.block-12 .mySwiper2 .item p{
    font-family: "Steppe", sans-serif;
font-weight: 400;
font-size: 14px;
line-height: 130%;
letter-spacing: -0.08em;
color: #f4f4f4;
}
.block-12 .mySwiper2 .item img{
    margin-top: 30px;
    width: 100%;
    cursor: pointer;
    /* display: none; */
}
.block-12 .mySwiper2 audio{
    display: none;
}
.block-12 .mySwiper2 .author{
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    grid-gap: 20px;
}
.block-12 .mySwiper2 .author .img{
    width: 44px;
    height: 44px;
    background: -o-linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,0) 100%) padding-box, -o-linear-gradient(#3D3D3D 0%, #000000 100%) border-box;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)), to(rgba(0,0,0,0))) padding-box, -webkit-gradient(linear, left top, left bottom, from(#3D3D3D), to(#000000)) border-box;
    background: linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,0) 100%) padding-box, linear-gradient(#3D3D3D 0%, #000000 100%) border-box;
    border: 1px solid transparent;
    border-radius: 9px;
}
.block-12 .mySwiper2 .author .img img{
    margin: 0;
}
.block-12 .mySwiper2 .author p{
    font-family: "Steppe", sans-serif;
    font-weight: 350;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: -0.05em;
    color: #fff;
}
.block-12 .mySwiper2 .author p span{
    color: #6f6f6f;
}

.block-12 .swiper {
      width: 100%;
      height: 100%;
    }




.block-12 .bottom{
    margin-top: 52px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.block-12 .bottom p{
    font-family: "Steppe", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -0.04em;
    color: #9a9a9a;
}
.block-12 .bottom .btns{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    grid-gap: 8px;
    cursor: pointer;
}
.block-12 .bottom .btn{
        width: 36px;
    height: 36px;
    background: url(https://wafe.partners/wp-content/themes/morris_new/img/b7_btn.svg) center center no-repeat;
    background-size: cover;
}
.block-12 .bottom .btn:nth-child(1) {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}

.block-13{
    margin-top: 135px;
    padding-top: 80px;
    padding-bottom: 83px;
    background: #0C0C0C;
    border-radius: 30px;
}
.block-13 .l1{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.block-13 h2{
    font-family: "Steppe", sans-serif;
    font-weight: 600;
    font-size: 68px;
    line-height: 90%;
    letter-spacing: -0.08em;
    background: -o-linear-gradient(top, #e6e5e6 0%, #b9b9ba 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#e6e5e6), to(#b9b9ba));
    background: linear-gradient(180deg, #e6e5e6 0%, #b9b9ba 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
/*.block-13 .l1 a{
    font-family: "Steppe", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: -0.04em;
    color: #5DA1D2;
    position: relative;
    padding-right: 27px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.block-13 .l1 a:before{
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: url(https://wafe.partners/wp-content/themes/morris_new/img/b13_arrow.svg) center center no-repeat;
    background-size: cover;
    width: 9px;
    height: 16px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.block-13 .l1 a:hover,
.block-13 .l1 a:hover:before{
    opacity: 1;
}*/
.block-13 .cont{
    margin-top: 77px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 46px 1fr 46px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 46px;
}
.block-13 .cont img{
    width: 100%;
    height: 150px;
    -o-object-fit: cover;
       object-fit: cover;
}
.block-13 .cont .h3{
    font-family: "Steppe", sans-serif;
font-weight: 600;
font-size: 24px;
line-height: 100%;
letter-spacing: -0.08em;
color: #fff;
    margin-top: 33px;
    margin-bottom: 25px;
}
.block-13 .cont p{
    font-family: "Steppe", sans-serif;
font-weight: 400;
font-size: 14px;
line-height: 120%;
letter-spacing: -0.08em;
color: #909090;
}
.block-13 .cont .bottom{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 40px;
}
.block-13 .cont .bottom .tag{
    font-family: "Steppe", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: -0.08em;
    color: #909090;
}
.block-13 .cont .bottom .date{
    font-family: "Steppe", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: -0.08em;
    color: #3e3e3e;
}
.block-13 .cont .bottom .btn{
    padding: 12px 22px;
    border: 1px solid #78787c;
    border-radius: 60px;
    font-family: "Steppe", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 110%;
    text-align: center;
    color: #86868b;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
}
.block-13 .cont .bottom .btn:hover{
    color: #fff;
    border-color: #fff;
}


.block-14{
    margin-top: 95px;
    margin-bottom: 100px;
}
.block-14.serv{
    margin-top: 214px;
}
.block-14 h2{
    font-family: "Steppe", sans-serif;
    font-weight: 500;
    font-size: 68px;
    line-height: 90%;
    letter-spacing: -0.08em;
    background: -o-linear-gradient(top, #e6e5e6 0%, #b9b9ba 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#e6e5e6), to(#b9b9ba));
    background: linear-gradient(180deg, #e6e5e6 0%, #b9b9ba 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    max-width: 600px;
}
.block-14.serv h2{
    font-size: 52px;
    text-align: center;
    max-width: none;
}
.block-14 .container{
    max-width: 860px;
    padding: 0;
}
.block-14 .line {
    padding: 2px 0;
    border: 1px solid #414141;
    border-right: none;
    border-left: none;
    border-bottom: none;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    overflow: hidden
}
.block-14 .box{
    margin-top: 60px;
}
.block-14 .head {
    min-height: 35px;
    font-size: 18px;
    font-weight: 400;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.block-14 .head h3 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: "Steppe", sans-serif;
    font-weight: 500;
    font-size: 22px;
    line-height: 110%;
    letter-spacing: -0.08em;
    color: #f5f5f7;
    /* max-width: 415px; */
}

.block-14 .box .line:last-child {
    border-bottom: 1px solid #414141
}

.block-14 .close {
    min-width: 40px;
    min-height: 40px;
    background-color: none!important;
    background-size: 25px;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    opacity: .6;
    border-radius: 20px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.block-14 .line:hover .close {
    background-color: #414141!important;
}

.block-14 .line.active .close {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.block-14 .text{
    position: relative
}

.block-14 .text .p {
    position: absolute;
    margin-top: 10px;
    color: #34404c;
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 1.55;
    font-family: "Steppe", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: -0.08em;
    color: #86868b;
    max-width: calc(100% - 40px);
}
.block-14 .text p .list{
    margin: 20px 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    grid-gap: 10px;
}
.block-14 .text p .list span{
    position: relative;
    padding-left: 15px;
}
.block-14 .text p .list span:before{
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    width: 6px;
    height: 6px;
    background: #fff;
    opacity: 0.4;
    border-radius: 50%;
}

.block-14 .bottom{
    margin-top: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #161616;
    padding: 30px;
    border-radius: 20px;
}
.block-14 .bottom .main{
    font-family: "Steppe", sans-serif;
    font-weight: 500;
    font-size: 22px;
    line-height: 110%;
    letter-spacing: -0.08em;
    color: #f5f5f7;
}
.block-14 .bottom .btn{
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.block-14 .bottom .plus{
    background: #101010;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.block-14 .bottom .plus img{
    width: 8px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.block-14 .bottom:hover img{
    -webkit-transform: rotate(90deg) scale(1.5);
        -ms-transform: rotate(90deg) scale(1.5);
            transform: rotate(90deg) scale(1.5);
}
.block-14 .bottom .btn .text{
    padding: 0 20px;
    margin-left: -4px;
    background: #101010;
    border-radius: 500px;
    line-height: 40px;
    font-family: "Steppe", sans-serif;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #8ACEFF;
}
.block-14.serv .bottom{
    background: #161616;
    padding: 30px 38px;
    border-radius: 20px;
    align-items: center;
}
.block-14.serv .bottom .main{
    font-size: 32px;
}

.block-15 {
    background: #0C0C0C;
    padding-top: 80px;
    padding-bottom: 83px;
    position: relative;
    z-index: 20;
}
.block-15 h2{
    font-family: "Steppe", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: -0.08em;
    color: #9a9a9a;
    margin-bottom: 20px;
}
.block-15 h3{
    font-family: "Steppe", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: -0.08em;
    color: #fff;
}
.block-15 p,
.block-15 li{
    font-family: "Steppe", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: -0.08em;
    color: #9a9a9a;
    position: relative;
}
.block-15 p b{
    font-weight: 700;
}
.block-15 ul{
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    grid-gap: 5px;
}
.block-15 li{
    padding-left: 12px;
}
.block-15 li:before{
    content: '';
    position: absolute;
    top: 4px;
    left: 0;
    width: 5px;
    height: 5px;
    background: #9a9a9a;
    border-radius: 50%;
}
.block-15 p strong{
    font-weight: 500;
    color: #fff;
}
.block-16{
    min-height: 700px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.block-16 .container{
    height: 100%;
    padding: 50px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.block-16 h1{
    font-family: "Steppe", sans-serif;
    font-weight: 600;
    font-size: 66px;
    line-height: 100%;
    letter-spacing: -0.08em;
    text-align: center;
    color: #fff;
    margin-bottom: 36px;
}
.block-16 p{
    font-family: "Steppe", sans-serif;
    font-weight: 400;
    font-size: 28px;
    line-height: 100%;
    letter-spacing: -0.08em;
    text-align: center;
    color: #aaa;
    margin-bottom: 36px;
}
.block-16 a{
    cursor: pointer;
    background:  -webkit-gradient(linear, left top, right top, from(#5093de), color-stop(53.5%, #bad5f3), to(#ae7878)) padding-box, -webkit-gradient(linear, left top, right top, from(#000000), to(#BAD5F3)) border-box;
    background:  -o-linear-gradient(left, #5093de 0%, #bad5f3 53.5%, #ae7878 100%) padding-box, -o-linear-gradient(left, #000000 0%, #BAD5F3 100%) border-box;
    background:  linear-gradient(90deg, #5093de 0%, #bad5f3 53.5%, #ae7878 100%) padding-box, linear-gradient(90deg, #000000 0%, #BAD5F3 100%) border-box;
    border-radius: 100px;
    border: 1px solid transparent;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    font-family: "Steppe", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 110%;
    text-align: center;
    color: #000;
    padding: 28px 50px;
    width: auto;
}
.block-16 .soc{
    width: auto;
    margin-top: 40px;
    grid-gap: 30px;
    padding: 0;
    border: none;
}
.block-16 .soc a{
    padding: 0; 
    background: none;
    border: none;
}
.block-16 .b16_1{
    position: absolute;
    top: 0;
    left: 50%;
    width: 110vw;
    height: auto;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    z-index: 999;
}
.block-16 .b16_3{
    display: none;
}
.block-16 .b16_2{
    position: absolute;
    top: 0;
    left: 50%;
    width: 110vw;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    z-index: -1;
    top: 175px;
}


#BreadcrumbList{
    overflow: auto;
    max-width: calc(100vw - 30px);
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-bottom: 37px;
    order: -6;
}
#BreadcrumbList::-webkit-scrollbar{
    margin: 10px;
    background: none;
    width: 5px;
    height: 2px;
}
#BreadcrumbList::-webkit-scrollbar-button{
    display: none;
}
#BreadcrumbList::-webkit-scrollbar-track-piece{
    background: rgba(0,0,0,0.05);
    border-radius: 3px;
}
#BreadcrumbList::-webkit-scrollbar-thumb{
    margin: 10px;
    background: #cbcbca;
    border-radius: 3px;
}
#BreadcrumbList li{
    list-style: none;
}
#BreadcrumbList a{
    font-family: "Steppe", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: -0.04em;
    color: #9e9e9e;
    position: relative;
    margin-right: 20px;
}

#BreadcrumbList span:before{
    content: '/';
    /* background: red; */
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 3px;
    right: -12px;
    font-family: "Steppe", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: -0.04em;
    color: #9e9e9e;
}

#BreadcrumbList li span,
#BreadcrumbList li a{
    cursor: pointer !important;
}
#BreadcrumbList li:last-child span,
#BreadcrumbList li:last-child a{
    cursor: auto !important;
}
.block-17 .col{
    display: flex;
    flex-direction: column;
    justify-content:flex-start;
    align-items: flex-start;
}
.block-17 .h1{
    width: 100%;
    font-family: "Steppe", sans-serif;
    font-weight: 600;
    font-size: 52px;
    line-height: 100%;
    letter-spacing: -0.04em;
    background: linear-gradient(180deg, #e6e5e6 0%, #b9b9ba 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 38px;
}
.block-17.serv .h1{
    /* font-weight: 200; */
    font-weight: 350;
    order: -5;
    font-size: 92px;
}
.block-17.serv .h1 span{
    font-weight: 600;
    display: contents;
}
.block-17 .h1 span{
    background: var(--main-color);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: block;
}
.block-17 .subhead{
    font-family: "Steppe", sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -0.04em;
    color: #d2d2d2;
}
.block-17 .left .desc{
    font-family: "Steppe", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -0.04em;
    color: #898989;
    margin-top: 9px;
    max-width: 490px;
    margin-bottom: 30px;
}
.block-17.seo .left .desc{
    max-width: 400px;
}
.block-17 .left .desc span{
    font-weight: 500;
    color: #d2d2d2;
}
.block-17 .go-line {
    width: 400px;
    overflow: hidden;
    -webkit-mask-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,0)),color-stop(4.84%,#000000),color-stop(95.43%,#000000),to(rgba(0,0,0,0)));
    -webkit-mask-image: linear-gradient(90deg,rgba(0,0,0,0) 0%,#000000 4.84%,#000000 95.43%,rgba(0,0,0,0) 100%);
    mask-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,0)),color-stop(4.84%,#000000),color-stop(95.43%,#000000),to(rgba(0,0,0,0)));
    mask-image: linear-gradient(90deg,rgba(0,0,0,0) 0%,#000000 4.84%,#000000 95.43%,rgba(0,0,0,0) 100%);
    position: relative;
    height: 50px
}

.block-17 .go-line {
    margin: 0;
    margin-bottom: 30px;
}

.block-17 .go-line p {
    margin: 0;
    width: auto;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    white-space: nowrap;
    -webkit-animation: 20s linear infinite sbs-anim-rec478327720-1660151709536;
    animation: 20s linear infinite sbs-anim-rec478327720-1660151709536;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    font-family: "Steppe", sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -0.04em;
    color: #3a55e0;
}

.block-17 .left .go-line p{
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    top: 15px
}

@-webkit-keyframes sbs-anim-rec478327720-1660151709536 {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear
    }

    100% {
        -webkit-transform: translateX(calc(-50%));
        transform: translateX(calc(-50%))
    }
}

@keyframes sbs-anim-rec478327720-1660151709536 {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear
    }

    100% {
        -webkit-transform: translateX(calc(-50%));
        transform: translateX(calc(-50%))
    }
}
.block-17 .col.right{
    margin-top: 50px;
}
.block-17 .ways{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    width: 100%;
    margin-top: 94px;
    grid-gap: 40px;
}
.block-17 .ways .b{
    background: #181818;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(#181818, #181818) padding-box, linear-gradient(225deg, #7C7C7C 0%, #2F2F2F 100%) border-box;
    border: 1px solid transparent;
}
.block-17 .ways .b img{
    height: 146px;
    width: auto;
    margin: 20px auto 24px;
}
.block-17 .light{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    height: 836px;
    z-index: -1;
    width: auto;
}
.block-18{
    position: relative;
}
.block-18 .container{
    margin-top: 135px;
}
.block-18 h2{
    text-align: center;
    font-family: "Steppe", sans-serif;
    font-weight: 500;
    font-size: 52px;
    line-height: 90%;
    letter-spacing: -0.08em;
    background: linear-gradient(180deg, #e6e5e6 0%, #b9b9ba 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 100px;
}
.block-18 .cont{
    margin: auto;
    display: flex;
    width: 100%;
    max-width: 1505px;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
}
.block-18 .b{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.block-18 .up{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.block-18 .head{
    font-family: "Steppe", sans-serif;
    font-weight: 500;
    font-size: 96px;
    line-height: 100%;
    letter-spacing: -0.08em;
    color: #fff;
}
.block-18 .sub{
    font-family: "Steppe", sans-serif;
    font-weight: 500;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: -0.08em;
    background: linear-gradient(180deg, #fff 0%, #424242 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-left: 20px;
}
.block-18 .bottom{
    font-family: "Steppe", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: -0.08em;
    color: #898989;
    margin-top: 3px;
}
.block-18 .big.cont{
    max-width: none;
}
.block-18 .big .up{
    flex-direction: column;
    align-items: flex-start;
}
.block-18 .big .head{
    font-size: 64px;
    /* letter-spacing: -0.04em; */
}
.block-18 .head .mob{
    display: none;
}
.block-18 .big .sub{
    margin-left: 0;
    font-size: 20px;
    margin-bottom: 30px;
}
.block-18 .big .bottom{
    max-width: 250px;
    font-size: 14px;
}
.block-18 .vector{
    position: absolute;
    z-index: -1;
    width: 2066px;
    left: 45%;
    top: -140px;
    transform: translate(-50%, 0);
}
.block-18.serv {
    transform: scale(-1, 1);
    margin-top: -230px;
}
.block-19{
    margin-top: 146px;
}
.block-19 h2, .block-19 .h2{
    text-align: center;
    font-family: "Steppe", sans-serif;
    font-weight: 500;
    font-size: 52px;
    line-height: 90%;
    letter-spacing: -0.08em;
    background: linear-gradient(180deg, #e6e5e6 0%, #b9b9ba 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.block-19 .subhead{
    font-family: "Steppe", sans-serif;
    font-size: 16px;
    line-height: 120%;
    text-align: center;
    font-weight: 400;
    color: #adadad;
    margin-top: 40px;
}
.block-19 .subhead span{
    color: #fff;
    font-weight: 500;
}
.block-19 .cont{
    margin-top: 62px;
    background: #000;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    position: relative;
    border-radius: 30px;
}
.block-19 .cont:before{
    content: '';
    position: absolute;
    top: -70px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 682px;
    height: 370px;
    background: rgba(34, 245, 197, 0.35);
    filter: blur(400px);
    border-radius: 50%;
    z-index: -1;
}
.block-19 .cont .b{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    grid-gap: 37px;
    background: rgba(30, 30, 30, 0);
    transition: 0.3s;
    padding: 60px 0;
    border-bottom: 1px solid rgba(92, 91, 92, 0.5);
    border-right: 1px solid rgba(92, 91, 92, 0.5);
}
.block-19 .b:hover{
    background: rgba(30, 30, 30, 0.7);
}
.block-19 .cont .b .img{
    position: relative;
}
.block-19 .cont .b img{
    height: 42px;
    width: 50px;
    position: relative;
    z-index: 5;
}
.block-19 .cont .b .img span{
    position: absolute;
    white-space: nowrap;
    top: 30px;
    left: 40px;
    z-index: 10;
    background: var(--main-color);
    padding: 7px 8px 5px;
    border-radius: 50px;
    font-family: "Steppe", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: -0.08em;
    text-align: center;
    color: #1f3527;
    opacity: 0;
    transition: 0.3s;
}
.block-19 .cont .b:hover .img span{
    opacity: 1;
}
.block-19 .name{
    font-family: "Steppe", sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -0.08em;
    color: #fff;
}
.block-19 .cont .b:nth-child(1),
.block-19 .cont .b:nth-child(2),
.block-19 .cont .b:nth-child(3),
.block-19 .cont .b:nth-child(4),
.block-19 .cont .b:nth-child(5),
.block-19 .cont .b:nth-child(6){
    border-top: 1px solid rgba(92, 91, 92, 0.5);
}
.block-19 .cont .b:nth-child(1),
.block-19 .cont .b:nth-child(7){
    border-left: 1px solid rgba(92, 91, 92, 0.5);
}
.block-19 .cont .b:nth-child(1){
    border-radius: 30px 0 0 0;
}
.block-19 .cont .b:nth-child(6){
    border-radius: 0 30px 0 0;
}
.block-19 .cont .b:nth-child(7){
    border-radius: 0 0 0 30px ;
}
.block-19 .cont .b:nth-child(12){
    border-radius: 0 0 30px 0;
}

.block-20{
    margin-top: 167px;
}
.block-20 h2{
    text-align: center;
    font-family: "Steppe", sans-serif;
    font-weight: 500;
    font-size: 52px;
    line-height: 90%;
    letter-spacing: -0.08em;
    background: linear-gradient(180deg, #e6e5e6 0%, #b9b9ba 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.block-20 .cont{
    display: grid;
    margin-top: 100px;
    grid-column-gap: 40px;
    grid-row-gap: 60px;
}
.block-20 .cont.mobile{
    display: none;
}
.block-20 .cont.c4{
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.block-20 .cont.c3{
    grid-template-columns: 1fr 1fr 1fr;
    margin-left: auto;
    margin-right: auto;
    max-width: 1080px;
}
.block-20 .cont .b{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.block-20 .problem{
    background: #171717;
    padding: 6px 10px;
    grid-gap: 10px;
    display: flex;
    align-items: end;
    border-radius: 5px;
    margin-bottom: 20px;
    font-family: "Steppe", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 13px;
    letter-spacing: -0.08em;
    color: #959595;
}
.block-20 .h3{
    font-family: "Steppe", sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -0.08em;
    color: #fff;
    margin-bottom: 20px;
}
.block-20 .result{
    border: 1px solid var(--main-color);
    padding: 6px 10px;
    grid-gap: 10px;
    display: flex;
    border-radius: 5px;
    margin-bottom: 20px;
    font-family: "Steppe", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 13px;
    letter-spacing: -0.08em;
    color: var(--main-color);
    align-items: end;
}
.block-20 .desc{
    font-family: "Steppe", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: -0.08em;
    color: #959595;
    min-height: calc(1.5em * 4); /* ГѓЖ’Г†вЂ™ГѓвЂљГ‚ВђГѓЖ’Гўв‚¬В¦ГѓВўГўвЂљВ¬Г…вЂњГѓЖ’Г†вЂ™ГѓвЂљГ‚ВђГѓЖ’Гўв‚¬ЕЎГѓвЂљГ‚ВёГѓЖ’Г†вЂ™ГѓвЂљГ‚ВђГѓЖ’Гўв‚¬ЕЎГѓвЂљГ‚ВЅГѓЖ’Г†вЂ™ГѓвЂљГ‚ВђГѓЖ’Гўв‚¬ЕЎГѓвЂљГ‚ВёГѓЖ’Г†вЂ™ГѓвЂљГ‚ВђГѓЖ’Гўв‚¬ЕЎГѓвЂљГ‚ВјГѓЖ’Г†вЂ™ГѓВўГўвЂљВ¬Г‹Е“ГѓЖ’Гўв‚¬В ГѓВўГўвЂљВ¬ГўвЂћВўГѓЖ’Г†вЂ™ГѓвЂљГ‚ВђГѓЖ’Гўв‚¬ЕЎГѓвЂљГ‚Вј 4 ГѓЖ’Г†вЂ™ГѓВўГўвЂљВ¬Г‹Е“ГѓЖ’Гўв‚¬ЕЎГѓвЂљГ‚ВЃГѓЖ’Г†вЂ™ГѓВўГўвЂљВ¬Г‹Е“ГѓЖ’Г‚ВўГѓВўГўв‚¬ЕЎГ‚В¬ГѓвЂ¦Г‚ВЎГѓЖ’Г†вЂ™ГѓВўГўвЂљВ¬Г‹Е“ГѓЖ’Г‚ВўГѓВўГўвЂљВ¬Г…ВЎГѓвЂљГ‚В¬ГѓЖ’Г†вЂ™ГѓвЂљГ‚ВђГѓЖ’Гўв‚¬ЕЎГѓвЂљГ‚ВѕГѓЖ’Г†вЂ™ГѓвЂљГ‚ВђГѓЖ’Гўв‚¬ЕЎГѓвЂљГ‚ВєГѓЖ’Г†вЂ™ГѓвЂљГ‚ВђГѓЖ’Гўв‚¬ЕЎГѓвЂљГ‚Вё, ГѓЖ’Г†вЂ™ГѓвЂљГ‚ВђГѓЖ’Гўв‚¬ЕЎГѓвЂљГ‚ВєГѓЖ’Г†вЂ™ГѓвЂљГ‚ВђГѓЖ’Гўв‚¬ЕЎГѓвЂљГ‚В°ГѓЖ’Г†вЂ™ГѓвЂљГ‚ВђГѓЖ’Гўв‚¬ЕЎГѓвЂљГ‚В¶ГѓЖ’Г†вЂ™ГѓвЂљГ‚ВђГѓЖ’Гўв‚¬ЕЎГѓвЂљГ‚ВґГѓЖ’Г†вЂ™ГѓвЂљГ‚ВђГѓЖ’Гўв‚¬ЕЎГѓвЂљГ‚В°ГѓЖ’Г†вЂ™ГѓВўГўвЂљВ¬Г‹Е“ГѓЖ’Гўв‚¬ЕЎГѓвЂљГ‚ВЏ ГѓЖ’Г†вЂ™ГѓВўГўвЂљВ¬Г‹Е“ГѓЖ’Гўв‚¬ЕЎГѓвЂљГ‚ВЃГѓЖ’Г†вЂ™ГѓВўГўвЂљВ¬Г‹Е“ГѓЖ’Г‚ВўГѓВўГўв‚¬ЕЎГ‚В¬ГѓвЂ¦Г‚ВЎГѓЖ’Г†вЂ™ГѓВўГўвЂљВ¬Г‹Е“ГѓЖ’Г‚ВўГѓВўГўвЂљВ¬Г…ВЎГѓвЂљГ‚В¬ГѓЖ’Г†вЂ™ГѓвЂљГ‚ВђГѓЖ’Гўв‚¬ЕЎГѓвЂљГ‚ВѕГѓЖ’Г†вЂ™ГѓвЂљГ‚ВђГѓЖ’Гўв‚¬ЕЎГѓвЂљГ‚ВєГѓЖ’Г†вЂ™ГѓвЂљГ‚ВђГѓЖ’Гўв‚¬ЕЎГѓвЂљГ‚В° 1.5em */
    line-height: 1.5; /* ГѓЖ’Г†вЂ™ГѓвЂљГ‚ВђГѓЖ’Г‚ВўГѓВўГўв‚¬ЕЎГ‚В¬ГѓВўГўв‚¬ЕѕГ‚ВўГѓЖ’Г†вЂ™ГѓВўГўвЂљВ¬Г‹Е“ГѓЖ’Г‚ВўГѓВўГўв‚¬ЕЎГ‚В¬ГѓвЂљГ‚В№ГѓЖ’Г†вЂ™ГѓВўГўвЂљВ¬Г‹Е“ГѓЖ’Гўв‚¬ЕЎГѓвЂљГ‚ВЃГѓЖ’Г†вЂ™ГѓвЂљГ‚ВђГѓЖ’Гўв‚¬ЕЎГѓвЂљГ‚ВѕГѓЖ’Г†вЂ™ГѓВўГўвЂљВ¬Г‹Е“ГѓЖ’Г‚ВўГѓВўГўв‚¬ЕЎГ‚В¬ГѓвЂ¦Г‚ВЎГѓЖ’Г†вЂ™ГѓвЂљГ‚ВђГѓЖ’Гўв‚¬ЕЎГѓвЂљГ‚В° ГѓЖ’Г†вЂ™ГѓВўГўвЂљВ¬Г‹Е“ГѓЖ’Гўв‚¬ЕЎГѓвЂљГ‚ВЃГѓЖ’Г†вЂ™ГѓВўГўвЂљВ¬Г‹Е“ГѓЖ’Г‚ВўГѓВўГўв‚¬ЕЎГ‚В¬ГѓвЂ¦Г‚ВЎГѓЖ’Г†вЂ™ГѓВўГўвЂљВ¬Г‹Е“ГѓЖ’Г‚ВўГѓВўГўвЂљВ¬Г…ВЎГѓвЂљГ‚В¬ГѓЖ’Г†вЂ™ГѓвЂљГ‚ВђГѓЖ’Гўв‚¬ЕЎГѓвЂљГ‚ВѕГѓЖ’Г†вЂ™ГѓвЂљГ‚ВђГѓЖ’Гўв‚¬ЕЎГѓвЂљГ‚ВєГѓЖ’Г†вЂ™ГѓвЂљГ‚ВђГѓЖ’Гўв‚¬ЕЎГѓвЂљГ‚Вё */
    width: 100%; /* ГѓЖ’Г†вЂ™ГѓвЂљГ‚ВђГѓЖ’Гўв‚¬ЕЎГѓвЂљГ‚ВЁГѓЖ’Г†вЂ™ГѓвЂљГ‚ВђГѓЖ’Гўв‚¬ЕЎГѓвЂљГ‚ВёГѓЖ’Г†вЂ™ГѓВўГўвЂљВ¬Г‹Е“ГѓЖ’Г‚ВўГѓВўГўвЂљВ¬Г…ВЎГѓвЂљГ‚В¬ГѓЖ’Г†вЂ™ГѓвЂљГ‚ВђГѓЖ’Гўв‚¬ЕЎГѓвЂљГ‚ВёГѓЖ’Г†вЂ™ГѓвЂљГ‚ВђГѓЖ’Гўв‚¬ЕЎГѓвЂљГ‚ВЅГѓЖ’Г†вЂ™ГѓвЂљГ‚ВђГѓЖ’Гўв‚¬ЕЎГѓвЂљГ‚В° ГѓЖ’Г†вЂ™ГѓвЂљГ‚ВђГѓЖ’Гўв‚¬ЕЎГѓвЂљГ‚ВєГѓЖ’Г†вЂ™ГѓвЂљГ‚ВђГѓЖ’Гўв‚¬ЕЎГѓвЂљГ‚ВѕГѓЖ’Г†вЂ™ГѓвЂљГ‚ВђГѓЖ’Гўв‚¬ЕЎГѓвЂљГ‚ВЅГѓЖ’Г†вЂ™ГѓВўГўвЂљВ¬Г‹Е“ГѓЖ’Г‚ВўГѓВўГўв‚¬ЕЎГ‚В¬ГѓвЂ¦Г‚ВЎГѓЖ’Г†вЂ™ГѓвЂљГ‚ВђГѓЖ’Гўв‚¬ЕЎГѓвЂљГ‚ВµГѓЖ’Г†вЂ™ГѓвЂљГ‚ВђГѓЖ’Гўв‚¬ЕЎГѓвЂљГ‚В№ГѓЖ’Г†вЂ™ГѓвЂљГ‚ВђГѓЖ’Гўв‚¬ЕЎГѓвЂљГ‚ВЅГѓЖ’Г†вЂ™ГѓвЂљГ‚ВђГѓЖ’Гўв‚¬ЕЎГѓвЂљГ‚ВµГѓЖ’Г†вЂ™ГѓВўГўвЂљВ¬Г‹Е“ГѓЖ’Г‚ВўГѓВўГўвЂљВ¬Г…ВЎГѓвЂљГ‚В¬ГѓЖ’Г†вЂ™ГѓвЂљГ‚ВђГѓЖ’Гўв‚¬ЕЎГѓвЂљГ‚В° */
    max-width: 600px; /* ГѓЖ’Г†вЂ™ГѓвЂљГ‚ВђГѓЖ’Гўв‚¬В¦ГѓВўГўвЂљВ¬Г…вЂњГѓЖ’Г†вЂ™ГѓвЂљГ‚ВђГѓЖ’Гўв‚¬ЕЎГѓвЂљГ‚В°ГѓЖ’Г†вЂ™ГѓвЂљГ‚ВђГѓЖ’Гўв‚¬ЕЎГѓвЂљГ‚ВєГѓЖ’Г†вЂ™ГѓВўГўвЂљВ¬Г‹Е“ГѓЖ’Гўв‚¬ЕЎГѓвЂљГ‚ВЃГѓЖ’Г†вЂ™ГѓвЂљГ‚ВђГѓЖ’Гўв‚¬ЕЎГѓвЂљГ‚ВёГѓЖ’Г†вЂ™ГѓвЂљГ‚ВђГѓЖ’Гўв‚¬ЕЎГѓвЂљГ‚ВјГѓЖ’Г†вЂ™ГѓвЂљГ‚ВђГѓЖ’Гўв‚¬ЕЎГѓвЂљГ‚В°ГѓЖ’Г†вЂ™ГѓвЂљГ‚ВђГѓЖ’Гўв‚¬ЕЎГѓвЂљГ‚В»ГѓЖ’Г†вЂ™ГѓВўГўвЂљВ¬Г‹Е“ГѓЖ’Гўв‚¬В¦ГѓВўГўвЂљВ¬ГўвЂћВўГѓЖ’Г†вЂ™ГѓвЂљГ‚ВђГѓЖ’Гўв‚¬ЕЎГѓвЂљГ‚ВЅГѓЖ’Г†вЂ™ГѓвЂљГ‚ВђГѓЖ’Гўв‚¬ЕЎГѓвЂљГ‚В°ГѓЖ’Г†вЂ™ГѓВўГўвЂљВ¬Г‹Е“ГѓЖ’Гўв‚¬ЕЎГѓвЂљГ‚ВЏ ГѓЖ’Г†вЂ™ГѓВўГўвЂљВ¬Г‹Е“ГѓЖ’Гўв‚¬В№ГѓВўГўвЂљВ¬Г‚В ГѓЖ’Г†вЂ™ГѓвЂљГ‚ВђГѓЖ’Гўв‚¬ЕЎГѓвЂљГ‚ВёГѓЖ’Г†вЂ™ГѓВўГўвЂљВ¬Г‹Е“ГѓЖ’Г‚ВўГѓВўГўвЂљВ¬Г…ВЎГѓвЂљГ‚В¬ГѓЖ’Г†вЂ™ГѓвЂљГ‚ВђГѓЖ’Гўв‚¬ЕЎГѓвЂљГ‚ВёГѓЖ’Г†вЂ™ГѓвЂљГ‚ВђГѓЖ’Гўв‚¬ЕЎГѓвЂљГ‚ВЅГѓЖ’Г†вЂ™ГѓвЂљГ‚ВђГѓЖ’Гўв‚¬ЕЎГѓвЂљГ‚В° */
    word-wrap: break-word; /* ГѓЖ’Г†вЂ™ГѓвЂљГ‚ВђГѓЖ’Гўв‚¬В¦ГѓвЂљГ‚ВёГѓЖ’Г†вЂ™ГѓвЂљГ‚ВђГѓЖ’Гўв‚¬ЕЎГѓвЂљГ‚ВµГѓЖ’Г†вЂ™ГѓВўГўвЂљВ¬Г‹Е“ГѓЖ’Г‚ВўГѓВўГўвЂљВ¬Г…ВЎГѓвЂљГ‚В¬ГѓЖ’Г†вЂ™ГѓвЂљГ‚ВђГѓЖ’Гўв‚¬ЕЎГѓвЂљГ‚ВµГѓЖ’Г†вЂ™ГѓвЂљГ‚ВђГѓЖ’Гўв‚¬ЕЎГѓвЂљГ‚ВЅГѓЖ’Г†вЂ™ГѓвЂљГ‚ВђГѓЖ’Гўв‚¬ЕЎГѓвЂљГ‚ВѕГѓЖ’Г†вЂ™ГѓВўГўвЂљВ¬Г‹Е“ГѓЖ’Гўв‚¬ЕЎГѓвЂљГ‚ВЃ ГѓЖ’Г†вЂ™ГѓВўГўвЂљВ¬Г‹Е“ГѓЖ’Гўв‚¬ЕЎГѓвЂљГ‚ВЃГѓЖ’Г†вЂ™ГѓвЂљГ‚ВђГѓЖ’Гўв‚¬ЕЎГѓвЂљГ‚В»ГѓЖ’Г†вЂ™ГѓвЂљГ‚ВђГѓЖ’Гўв‚¬ЕЎГѓвЂљГ‚ВѕГѓЖ’Г†вЂ™ГѓвЂљГ‚ВђГѓЖ’Гўв‚¬ЕЎГѓвЂљГ‚ВІ */
    overflow-wrap: break-word; /* ГѓЖ’Г†вЂ™ГѓвЂљГ‚ВђГѓЖ’Гўв‚¬В¦ГѓвЂљГ‚ВёГѓЖ’Г†вЂ™ГѓвЂљГ‚ВђГѓЖ’Гўв‚¬ЕЎГѓвЂљГ‚ВµГѓЖ’Г†вЂ™ГѓВўГўвЂљВ¬Г‹Е“ГѓЖ’Г‚ВўГѓВўГўвЂљВ¬Г…ВЎГѓвЂљГ‚В¬ГѓЖ’Г†вЂ™ГѓвЂљГ‚ВђГѓЖ’Гўв‚¬ЕЎГѓвЂљГ‚ВµГѓЖ’Г†вЂ™ГѓвЂљГ‚ВђГѓЖ’Гўв‚¬ЕЎГѓвЂљГ‚ВЅГѓЖ’Г†вЂ™ГѓвЂљГ‚ВђГѓЖ’Гўв‚¬ЕЎГѓвЂљГ‚ВѕГѓЖ’Г†вЂ™ГѓВўГўвЂљВ¬Г‹Е“ГѓЖ’Гўв‚¬ЕЎГѓвЂљГ‚ВЃ ГѓЖ’Г†вЂ™ГѓвЂљГ‚ВђГѓЖ’Гўв‚¬ЕЎГѓвЂљГ‚ВґГѓЖ’Г†вЂ™ГѓвЂљГ‚ВђГѓЖ’Гўв‚¬ЕЎГѓвЂљГ‚В»ГѓЖ’Г†вЂ™ГѓвЂљГ‚ВђГѓЖ’Гўв‚¬ЕЎГѓвЂљГ‚ВёГѓЖ’Г†вЂ™ГѓвЂљГ‚ВђГѓЖ’Гўв‚¬ЕЎГѓвЂљГ‚ВЅГѓЖ’Г†вЂ™ГѓвЂљГ‚ВђГѓЖ’Гўв‚¬ЕЎГѓвЂљГ‚ВЅГѓЖ’Г†вЂ™ГѓВўГўвЂљВ¬Г‹Е“ГѓЖ’Г‚ВўГѓВўГўв‚¬ЕЎГ‚В¬ГѓвЂљГ‚В№ГѓЖ’Г†вЂ™ГѓВўГўвЂљВ¬Г‹Е“ГѓЖ’Г‚ВўГѓВўГўв‚¬ЕЎГ‚В¬ГѓвЂљГ‚В¦ ГѓЖ’Г†вЂ™ГѓВўГўвЂљВ¬Г‹Е“ГѓЖ’Гўв‚¬ЕЎГѓвЂљГ‚ВЃГѓЖ’Г†вЂ™ГѓвЂљГ‚ВђГѓЖ’Гўв‚¬ЕЎГѓвЂљГ‚В»ГѓЖ’Г†вЂ™ГѓвЂљГ‚ВђГѓЖ’Гўв‚¬ЕЎГѓвЂљГ‚ВѕГѓЖ’Г†вЂ™ГѓвЂљГ‚ВђГѓЖ’Гўв‚¬ЕЎГѓвЂљГ‚ВІ */
}
.block-20 .desc span{
    font-weight: 600;
    color: #fff;
}
.block-20 .line{
    grid-column-start: 1;
    grid-column-end: 5;
    height: 1px;
    background: linear-gradient(90deg, rgba(77, 77, 77, 0) 0%, rgba(179, 179, 179, 0.5) 20%, rgba(179, 179, 179, 0.5) 80%, rgba(77, 77, 77, 0) 100%);
}

.block-21{
    margin-top: 193px;
}
.block-21.infl{
    margin-top: 0
}
.block-21 .cont{
    margin: auto;
    background: #000;
    border: 6px solid #222;
    padding: 44px;
    border-radius: 30px;
    min-width: 860px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}
.block-21 .cont:before{
    content: '';
    position: absolute;
    top: 50%;
    left: -40px;
    transform: translate(0, -50%);
    width: 94px;
    height: 236px;
    background: rgba(34, 245, 197, 0.6);
    filter: blur(200px);
    z-index: -1;
}
.block-21 .cont:after{
    content: '';
    position: absolute;
    top: 50%;
    right: -40px;
    transform: translate(0, -50%);
    width: 94px;
    height: 236px;
    background: rgba(34, 245, 197, 0.6);
    filter: blur(200px);
    z-index: -1;
}
.block-21 h2, .block-21 .h2{
    font-family: "Steppe", sans-serif;
    font-weight: 500;
    font-size: 32px;
    line-height: 110%;
    text-align: center;
    color: #fff;
}
.block-21 h2 span, .block-21 .h2 span{
    color: var(--main-color);
}
.block-21 p{
    max-width: 415px;
    margin-top: 30px;
    font-family: "Steppe", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 110%;
    text-align: center;
    color: #9d9d9d;
}
.block-21 .btn{
    font-family: "Steppe", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 110%;
    text-align: center;
    color: var(--main-color);
    margin-top: 30px;
    padding: 12px 44px 10px;
    cursor: pointer;
    background: linear-gradient(#000, #000) padding-box, linear-gradient(225deg, #0a0a0a 0%, var(--main-color) 100%) border-box;
    border-radius: 50em;
    border: 1px solid transparent;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.block-21 .btn.white{
    background: linear-gradient(#000, #000) padding-box, linear-gradient(225deg, #0a0a0a 0%, #fff 100%) border-box;
    color: #fff;
}
.block-21 .left-row{
    position: absolute;
    display: block;
    width: 456px;
    height: 50%;
    top: -6px;
    left: 0;
    transform: translate(-100%, 0);
    border: 1px solid #373737;
    z-index: -1;
    border-top: none;
    border-right: none;
    border-radius: 0 0 0 30px;
}
.block-21 .right-row{
    position: absolute;
    display: block;
    width: 456px;
    height: 50%;
    top: -6px;
    right: 0;
    transform: translate(100%, 0);
    border: 1px solid #373737;
    z-index: -1;
    border-top: none;
    border-left: none;
    border-radius: 0 0 30px 0;
}

.block-22{
    margin-top: 200px;
}
.block-22 h2{
    margin: auto;
    font-family: "Steppe", sans-serif;
    font-weight: 500;
    font-size: 52px;
    line-height: 90%;
    letter-spacing: -0.08em;
    text-align: center;
    background: linear-gradient(180deg, #e6e5e6 0%, #b9b9ba 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.block-22 .subhead{
    font-family: "Steppe", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 110%;
    text-align: center;
    color: #9D9D9D;
    max-width: 725px;
    margin: auto;
    margin-top: 37px;
}
.block-22 .subhead span{
    font-weight: 500;
    color: #fff;
}
.block-22 .cont{
    display: flex;
    width: 100%;
    flex-direction: column;
    margin-top: 150px;
    grid-gap: 64px;
}
.block-22 .cont .line{
    display: grid;
    grid-template-columns: 1fr 3fr;
    grid-gap: 40px;
}
.block-22 .cont .line .left{
    position: relative;
}
.block-22 .cont .line .left:before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: calc(100% + 64px);
    background: #2A292A;
}
.block-22 .cont .line:last-child .left:before{
    display: none;
}
.block-22 .cont .line .left:after{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 8px;
    height: 8px;
    background: var(--main-color);
    transform: translate(50%, 0);
    border-radius: 50%;
}
.block-22 .cont .line .h3{
    font-family: "Steppe", sans-serif;
    font-weight: 500;
    font-size: 22px;
    line-height: 90%;
    color: #fff;
    max-width: 250px;
}
.block-22 .cont .line .right{
    
}
.block-22 .cont .line .right .big-grid{
    display: flex;
    flex-direction: column;
    align-items:flex-start;
    width: 100%;
    /* background: red; */

    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-gap: 40px;
}
.block-22 .cont .line.big .right .big-grid{
    grid-template-columns: 1fr;
}
.block-22 .cont .line.bold .big-grid{
    grid-template-columns: 1fr;
    grid-gap: 14px;
}

.block-22 .cont .line.big .right .big-grid .plugs{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    grid-gap: 20px;
}

.block-22 .cont .line .week-plug{
    grid-gap: 10px;
    display: flex;
    align-items: end;
    border-radius: 5px;
    font-family: "Steppe", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 13px;
    letter-spacing: -0.08em;
    color: var(--main-color);
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    /* background: red; */
}
.block-22 .cont .plugs.lines{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    grid-gap: 10px;
    width: 100%;
    /* margin-top: 50px; */
}

.block-22 .cont .line .week-plug span{
    width: 310px;
    text-align: center;
    white-space: nowrap;
    display: flex;
    justify-content: center;
    align-items: center;
    grid-gap: 10px;
}

.block-22 .cont .line .week-plug .l{
    display: block;
    flex-grow: 1;
    margin: 0;
    background: #2A292A;
    height: 1px;
    padding: 0;
}
.block-22 .cont .line .l{
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: #28292C;
    padding: 12px 20px 12px 12px;
    grid-gap: 10px;
    font-family: "Steppe", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: -0.08em;
    color: #dadada;
    margin-left: calc(var(--index,1) * 20px);
}
.block-22 .cont .line.big .plugs .l{
    margin-left: 0;
    padding: 20px 26px;
}
.block-22 .cont .plugs.lines .l.long{
    width: calc(100% - var(--index,1) * 20px);
}
.block-22 .plugs.g4{
    display: grid;
    grid-template-columns: 176px 220px 155px;
    align-items: flex-start;
    grid-gap: 12px;
    max-width: 600px;
    /* background: red; */
}
.block-22 .plugs.g4 .l{
    flex-direction: column;
    margin: 0;
    padding: 20px 25px
}

.block-22 .plugs.g4 .l:nth-child(1) img,
.block-22 .plugs.g4 .l:nth-child(2) img{
    height: 22px;
    width: auto;
}
.block-22 .plugs.g4 .l:nth-child(3) img{
    height: 54px;
    width: auto;
}
.block-22 .plugs.g4 .l p{
    font-family: "Steppe", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: -0.08em;
    text-align: center;
    color: #dadada;
}
.block-22 .line.bold .plugs.lines{
    /* margin-top: 20px; */
}
.block-22 .line.bold .plugs.lines .l{
    padding: 30px 40px 25px;
}

.block-23{
    margin-top: 260px;
}
.block-23 h2, .block-23 .h2{
    font-family: "Steppe", sans-serif;
    font-weight: 500;
    font-size: 52px;
    line-height: 90%;
    letter-spacing: -0.08em;
    text-align: center;
    background: linear-gradient(180deg, #e6e5e6 0%, #b9b9ba 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: auto;
    max-width: 850px;
}
.block-23 .l{
    margin-top: 75px;
    padding: 0 142px;
    display: flex;
    justify-content: space-between;
    grid-gap: 228px;
    align-items: flex-start;
}
.block-23.out .l{
    padding: 0;
    max-width: 1040px;
    margin-left: auto;
    margin-right: auto;
    grid-gap: 40px;
}
.block-23 .l .b{
    width: 100%;
    background: linear-gradient(#0C0C0C, #0C0C0C) padding-box, linear-gradient(154deg, #252525 0%, #171717 100%) border-box;
    border-radius: 20px;
    border: 5px solid transparent;
    padding: 30px;
}
.block-23 .l .b:nth-child(1){
    margin-top: 107px;
}
.block-23 .l .b:nth-child(3){
    margin-top: 82px;
}
.block-23 .l .b img{
    height: 35px;
    margin-bottom: 20px;
}
.block-23 .l .b .h3{
    font-family: "Steppe", sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: -0.08em;
    color: #fff;
    margin-bottom: 13px;
    max-width: 260px;
}
.block-23 .l .b .desc{
    font-family: "Steppe", sans-serif;
font-weight: 400;
font-size: 14px;
line-height: 120%;
letter-spacing: -0.08em;
color: #a5a5a5;
}
.block-23 .main_img{
    width: 100%;
    position: relative;
    height: auto;
    margin-top: -117px;
    z-index: -1;
}
.block-23.smm h2{
    max-width: 970px;
}
.block-23.smm .l{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 40px;
    padding: 0;
}
.block-23.smm .l .b{
    border: none;
    position: relative;
    padding: 40px;
    margin-top: 0;
}
.block-23.smm .b:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    border: 1px solid #262626;
}
.block-23.smm .b:after{
    content: '';
    position: absolute;
    top: 1px;
    left: 1px;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    border-radius: 20px;
    border: 10px solid #000;
}
.block-23.smm .b:nth-child(2),
.block-23.smm .b:nth-child(4){
    margin-top: 80px;
}
.block-23.smm .main_img{
    margin-top: -90px;
    z-index: 10;
}

.block-24 .c{
    position: relative;
    /* background: red; */
    margin-top: -150px;
}
.block-24.seo .c{
    margin-top: 160px;
}
.block-24 .c:before{
    content: '';
    position: absolute;
    top: -24px;
    left: 380px;
    width: 515px;
    height: 135px;
    border-radius: 50%;
    background: #FFFFFF;
    filter: blur(300px);
}
.block-24 .c:after{
    content: '';
    position: absolute;
    bottom: -60px;
    left: 400px;
    width: 480px;
    height: 125px;
    border-radius: 50%;
    background: #FFFFFF;
    filter: blur(400px);
}
.block-24 .cont{
    /* margin-top: -150px; */
    background: url(https://wafe.partners/wp-content/themes/morris_new/img/b24_bg.svg) center center no-repeat;
    background-size: cover;
    border-radius: 30px;
    border: 5px solid #5F5F5F;
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px;
    padding: 40px 40px 45px;
}
.block-24 .cont:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(244, 244, 244, 0.6);
    backdrop-filter: blur(6px);
    z-index: 1;
}
.block-24 .left,
.block-24 .right{
    z-index: 10;
    position: relative;
}
.block-24 .left{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.block-24 .left h2{
    font-family: "Steppe", sans-serif;
    font-weight: 600;
    font-size: 50px;
    line-height: 90%;
    letter-spacing: -0.08em;
    color: #222;
    margin-bottom: 27px;
}
.block-24 .left .desc{
    font-family: "Steppe", sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 110%;
    letter-spacing: -0.04em;
    color: #313131;
}
.block-24 .left .down{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.block-24 .down.mobile{
    display: none
}
.block-24 .down p{
    font-family: "Steppe", sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 110%;
    letter-spacing: -0.04em;
    color: #313131;
    max-width: 490px;
    margin-bottom: 26px;
}
.block-24 .down .btn{
    font-family: "Steppe", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 110%;
    text-align: center;
    color: #101010;
    background: var(--main-color);
    border-radius: 60px;
    padding: 30px 45px;
    cursor: pointer;
}
.block-24 .right{
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    grid-gap: 25px;
}
.block-24 .right .l{
    display: flex;
    grid-gap: 32px;
    align-items: center;
    font-family: "Steppe", sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: -0.08em;
    color: #313131;
    transition: 0.3s;
    opacity: 0.5;
}
.block-24 .right .l .img path,
.block-24 .right .l .img rect{
    transition: 0.3s;
}
.block-24 .right .l .img path{
    fill: var(--main-color);
}
.block-24 .right .l .img rect{
    fill: #fff
}
.block-24 .right .l.light{
    opacity: 1;
}
.block-24 .right .l.light .img path{
    fill: #fff
}
.block-24 .right .l.light .img rect{
    fill: var(--main-color);
}

.block-25{
    margin-top: 271px;
}
.block-25.context{
    margin-top: 230px;
}
.block-25 .cont{
    background: url(https://wafe.partners/wp-content/themes/morris_new/img/b25_bg.png) center center no-repeat;
    background-size: cover;
    /* border: 10px solid #292829; */
    border-radius: 30px;
    padding: 80px;
    position: relative;
}
.block-25.infl .cont{
    background: url(https://wafe.partners/wp-content/themes/morris_new/img/infl_b25_1.png) center center no-repeat;
    background-size: cover;
}
.block-25.infl .cont:before{
    display: none;
}
.block-25 .cont:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(10px);
    background: rgba(235, 235, 235, 0.67);
    z-index: 1;
    border-radius: 30px;
}
.block-25 .cont:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 101%;
    border: 10px solid #292829;
    border-radius: 26px;
    z-index: 1;
}
.block-25 .cont .left{
    position: relative;
    z-index: 15;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.block-25 .cont h2{
    font-family: "Steppe", sans-serif;
    font-weight: 600;
    font-size: 58px;
    line-height: 100%;
    letter-spacing: -0.08em;
    color: #000;
    max-width: 600px;
    margin-bottom: 40px;
}
.block-25 .cont h2 strong{
    font-weight: 600;
}
.block-25.smm .cont h2{  
    font-weight: 400;
}
.block-25 .cont h2 span{
    background: linear-gradient(90deg, #157034 0%, #109aad 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.block-25 .cont .desc{
    font-family: "Steppe", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: -0.08em;
    color: #292929;
}
.block-25 .cont .desc strong{
    font-weight: 700;
}
.block-25 .btn{
    margin-top: 54px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
.block-25 .btn p{
    color: #081D53;
    font-family: "Steppe", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: -0.08em;
    width: 360px;
    line-height: 80px;
    text-align: center;
    border-radius: 50px;
    cursor: pointer;
    background: -o-linear-gradient(-4deg, #BAD5F3 0%, #DDDCDD 100%) padding-box, -o-linear-gradient(-4deg, #000 0%, #fff 100%) border-box;
    /* background: linear-gradient(-4deg, #BAD5F3 0%, #DDDCDD 100%) padding-box, linear-gradient(-4deg, #000 0%, #fff 100%) border-box; */
    border-radius: 100px;
    border: 1px solid transparent;
    background: var(--main-color);
}
.block-25.smm .btn p{
    color: #fff;
}
.block-25 .btn span{
    display: block;
    width: 20px;
    height: 1px;
    background: rgba(255,255,255,0.25);
    position: absolute;
    top: -54px;
    right: -46px;
    width: 88px;
    height: 95px;
    background: url(https://wafe.partners/wp-content/themes/morris_new/img/target_b25_btn_span.svg) center center no-repeat;
    background-size: cover;
    z-index: -1;
}
.block-25 .btn .right{
    cursor: pointer;
    width: 66px;
    height: 66px;
    /* border: 1px solid  rgba(255,255,255,0.25); */
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    position: absolute;
    background: #000000;
    top: -53px;
    right: -45px;
}
.block-25.smm .btn .right{
    background: #498EDC;
}
.block-25 .btn .right:before{
    /* content: ''; */
    position: absolute;
    top: 50%;
    left: 50%;
    width: 102%;
    height: 102%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: -o-linear-gradient(-4deg, #BAD5F3 0%, #DDDCDD 100%) padding-box, -o-linear-gradient(-4deg, #000 0%, #fff 100%) border-box;
    background: -o-linear-gradient(94deg, #BAD5F3 0%, #DDDCDD 100%) padding-box, -o-linear-gradient(94deg, #000 0%, #fff 100%) border-box;
    background: linear-gradient(-4deg, #BAD5F3 0%, #DDDCDD 100%) padding-box, linear-gradient(-4deg, #000 0%, #fff 100%) border-box;
    border-radius: 50em;
    border: 1px solid transparent;
    z-index: -1;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
}
.block-25 .btn .right:hover:before{
    opacity: 1;
}
.block-25 .btn .right path{
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    fill: #BAD5F3;
}
.block-25 .btn .right:hover path{
    fill: #081D53;
}
.block-25 .big_img{
    position: absolute;
    top: -188px;
    left: 632px;
    width: 1365px;
    height: auto;
    z-index: 11;
}
.block-25 .linght_1{
    display:block;
    position: absolute;
    top: 26px;
    left: 50%;
    border-radius: 100%;
    background: #fff;
    filter: blur(280px);
    width: 356px;
    height: 103px;
    transform: translate(-50%, -50%);
}
.block-25 .linght_2{
    display:block;
    position: absolute;
    bottom: 47px;
    left: 50%;
    border-radius: 100%;
    background: #fff;
    filter: blur(280px);
    width: 356px;
    height: 103px;
    transform: translate(-50%, -50%);
}

.block-26{
    margin-top: 250px;
}
.block-26 h2{
    font-family: "Steppe", sans-serif;
    font-weight: 500;
    font-size: 52px;
    line-height: 90%;
    letter-spacing: -0.08em;
    text-align: center;
    background: linear-gradient(180deg, #e6e5e6 0%, #b9b9ba 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.block-26 .subhead{
    font-family: "Steppe", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 110%;
    text-align: center;
    color: #6a6a6a;
    margin: auto;
    margin-top: 50px;
    max-width: 640px;
}
.block-26 .subhead span{
    font-weight: 600;
color: #fff;
}
.block-26 .cont{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 40px;
    margin-top: 60px;
}
.block-26 .b{
    background: #161616;
    border-radius: 20px;
    padding: 47px 30px 30px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
}
.block-26 .b:before{
    content: '';
    position: absolute;
    left: 30px;
    top: 0;
    width: 40px;
    height: 2px;
    background: red;
}
.block-26 .b.smm:before{
    background: linear-gradient(90deg, rgba(245, 100, 158, 0) 0%, rgba(245, 100, 158, 1) 50%, rgba(245, 100, 158, 0) 100%);
}
.block-26 .b.pr:before{
    background: linear-gradient(90deg, rgba(255, 245, 81, 0) 0%, rgba(255, 245, 81, 1) 50%, rgba(255, 245, 81, 0) 100%);
}
.block-26 .b.seo:before{
    background: linear-gradient(90deg, rgba(114, 15, 245, 0) 0%, rgba(114, 15, 245, 1) 50%, rgba(114, 15, 245, 0) 100%);
}
.block-26 .b.outsource:before{
    background: linear-gradient(90deg, rgba(216, 15, 245, 0) 0%, rgba(216, 15, 245, 1) 50%, rgba(216, 15, 245, 0) 100%);
}
.block-26 .b.infl:before{
    background: linear-gradient(90deg, rgba(216, 15, 245, 0) 0%, rgba(255, 245, 81, 1) 50%, rgba(216, 15, 245, 0) 100%);
}
.block-26 .b.context:before{
    background: linear-gradient(90deg, rgba(216, 15, 245, 0) 0%, rgba(12, 171, 235, 1) 50%, rgba(216, 15, 245, 0) 100%);
}
.block-26 .b.web:before{
    background: linear-gradient(90deg, rgba(216, 15, 245, 0) 0%, rgba(168, 235, 12, 1) 50%, rgba(216, 15, 245, 0) 100%);
}
.block-26 .b.target:before{
    background: linear-gradient(90deg, rgba(216, 15, 245, 0) 0%, rgba(34, 245, 197, 1) 50%, rgba(216, 15, 245, 0) 100%);
}

.block-26 .b .light{
    position: absolute;
    left: 24px;
    top: 7px;
    width: 57px;
    height: 47px;
    filter: blur(12px);
}
.block-26 .b .icon{
    height: 40px;
    width: auto;
}
.block-26 .b .h3{
    margin-top: 30px;
    font-family: "Steppe", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: -0.08em;
    color: #f5f5f7;
}
.block-26 .d{
    font-family: "Steppe", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: -0.08em;
    color: #89877c;
    margin-top: 20px;
}
.block-26 .btn{
    display: flex;
    align-items: center;
    margin-top: 24px;
    cursor: pointer;
}
.block-26 .btn .plus{
    border-radius: 60px;
    width: 40px;
    height: 40px;
    background: #101010;
    display: flex;
    justify-content:center;
    align-items: center;
}
.block-26 .btn .plus img{
    width: 8px;
    transition: 0.3s;
}
.block-26 .b:hover .plus img{
    transform: rotate(90deg) scale(1.5);
}
.block-26 .btn .plug{
    font-family: "Steppe", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 110%;
    text-align: center;
    color: red;
    padding: 12px 65px 10px;
    background: #101010;
    border-radius: 100px;
    
}
.block-26 .b.smm .btn .plug{
    color: #F5649E;
}
.block-26 .b.seo .btn .plug{
    color: #720FF5;
}
.block-26 .b.outsource .btn .plug{
    color: #D80FF5;
}
.block-26 .b.pr .btn .plug{
    color: #FFF551;
}
.block-26 .b.infl .btn .plug{
    color: #FFF551;
}
.block-26 .b.context .btn .plug{
    color: #0CABEB;
}
.block-26 .b.web .btn .plug{
    color: #A8EB0C;
}
.block-26 .b.target .btn .plug{
    color: #22F5C5;
}

.block-27{
    margin-top: 240px;
}
.block-27 .cont{
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px;
}
.block-27 .cont .l{
    position: relative;
    height: 100%;
    /* background: red; */
}
.block-27 .cont .left{
    position: sticky;
    top: 140px;
    background: url(https://wafe.partners/wp-content/themes/morris_new/img/smm_b27_bg.png) center center no-repeat;
    background-size: cover;
    border: 10px solid #292829;
    border-radius: 30px;
    padding: 35px 40px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 750px;
    width: 860px;
}
.block-27 .left:before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    border-radius: 100%;
    background: rgba(255, 255, 255, 0.85);
    width: 700px;
    height: 100px;
    filter: blur(280px);
    transform: translate(-50%, 50%);
    z-index: -1;
}
.block-27.out .cont .left,
.block-27.infl .cont .left{
    height: 550px;
}
.block-27 .cont .left{
    background: url(https://wafe.partners/wp-content/themes/morris_new/img/infl_b27_bg.png) center center no-repeat;
    background-size: cover;
}
.block-27 .left h2{
    font-family: "Steppe", sans-serif;
    font-weight: 600;
    font-size: 50px;
    line-height: 100%;
    letter-spacing: -0.04em;
    color: #000;
    margin-bottom: 35px;
}
.block-27 .left .up p{
    font-family: "Steppe", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 110%;
    letter-spacing: -0.04em;
    color: #101010;
}
.block-27 .bottom.mobile{
    display: none;
}
.block-27 .bottom p{
    font-family: "Steppe", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 110%;
    letter-spacing: -0.04em;
    color: #101010;
    max-width: 500px;
}
.block-27 .bottom .btn{
    padding: 21px 40px 17px;
    font-family: "Steppe", sans-serif;
    font-weight: 400;
    white-space: nowrap;
    background: var(--main-color);
    margin-top: 40px;
    border-radius: 60px;
    font-size: 20px;
    line-height: 110%;
    text-align: center;
    color: #fff;
}
.block-27.infl .bottom .btn{
    color: #000;
    width: fit-content;
}
.block-27 .left .bottom p span{
    font-weight: 500;
    color: #000;
}
.block-27 .bottom .btn{
    width: 370px; 
}
.block-27 .cont .right{
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    grid-gap: 40px;
}
.block-27 .cont .right .b{ 
    display: flex;
    align-items: flex-start;
    grid-gap: 30px;
}
.block-27 .cont .right .b .img{
    position: relative;
}
.block-27 .cont .right .b .img path,
.block-27 .cont .right .b .img rect{
    transition: 0.3s;
}
.block-27 .cont .right .b .h3{
    font-family: "Steppe", sans-serif;
    font-weight: 500 !important;
    font-size: 20px !important;
    line-height: 100% !important;
    letter-spacing: -0.04em !important;
    color: #292929 !important;
    margin-bottom: 20px;
    transition: 0.3s;
    max-width: 460px;
}
.block-27 .cont .right .b .c p{
    font-family: "Steppe", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: -0.04em;
    color: #292929;
    transition: 0.3s;
    max-width: 452px;
}
.block-27 .cont .right .b.light .img path{
    fill: #060305;
}
.block-27 .cont .right .b.light .img rect{
    fill: var(--main-color);
}
.block-27 .cont .right .b.light .c p{
    color: #959595;
}
.block-27 .cont .right .b.light .h3{
    color: #FFFFFF !important;
}

.block-28{
    margin-top: 200px
}
.block-28 h2,
.block-30 h2{
    font-family: "Steppe", sans-serif;
    font-weight: 600;
    font-size: 52px;
    line-height: 100%;
    letter-spacing: -0.04em;
    text-align: center;
    background: linear-gradient(180deg, #e6e5e6 0%, #b9b9ba 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.block-28 .cont,
.block-30 .cont{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 40px;
    margin-top: 80px;
}
.block-28 .cont .b,
.block-30 .cont .b{
    border: 1px solid var(--main-color);
    border-radius: 30px;
    background: rgba(0, 0, 0, 0);
    padding: 40px;
}
.block-28 .cont .b .up,
.block-30 .cont .b .up{
    display: flex;
    align-items: center;
    grid-gap: 20px;
    font-family: "Steppe", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: -0.04em;
    color: #525252;
    margin-bottom: 40px;
}
.block-28 .b .h3,
.block-30 .b .h3{
    font-family: "Steppe", sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -0.04em;
    color: #fff;
    margin-bottom: 20px;
}
.block-28 .b .desc,
.block-30 .b .desc{
    font-family: "Steppe", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: -0.04em;
    color: #959595;
}

.block-29{
    margin-top: -150px;
    margin-bottom: 112px;
    z-index: 11;
    position: relative;
}
.block-29 .h2{
    font-family: "Steppe", sans-serif;
    font-weight: 500;
    font-size: 52px;
    line-height: 100%;
    letter-spacing: -0.04em;
    text-align: center;
    background: linear-gradient(180deg, #e6e5e6 0%, #b9b9ba 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.block-29 .l{
    margin-top: 80px;
    max-width: 1040px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: stretch;
    grid-gap: 40px
}
.block-29 .l .b{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 320px;
    padding: 40px 50px;
    border: 1px solid #262626;
    border-radius: 20px;
    background: #080507;
}
.block-29 .l .b .subhead{
    font-family: "Steppe", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 110%;
    letter-spacing: 0.08em;
    text-align: center;
    color: rgba(255, 255, 255, 0.15);
}
.block-29 .l .b img{
    margin-top: 22px;
    margin-bottom: 30px;
    width: 60px;
}
.block-29 .l .b .head{
    font-family: "Steppe", sans-serif;
font-weight: 500;
font-size: 16px;
line-height: 110%;
letter-spacing: -0.04em;
text-align: center;
color: #fff;
}
.block-29 .l:before{
    content: '';
    position:absolute;
    bottom: 0;
    left: 50%;
    width: 1180px;
    height: 160px;
    background: rgba(255, 255, 255, 0.3);
    filter: blur(260px);
    transform: translate(-50%, 50%);
    border-radius: 50%;
    z-index: -1;
}
.block-29 .l2{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 40px;
    margin-top: 75px;
}
.block-29 .l2 .b{
    background: #060305;
    border: 1px solid #373737;
    border-radius: 20px;
    padding: 40px 40px 25px;
    position: relative;
    overflow: hidden;
}
.block-29 .l2 .b:before{
        content: '';
    position: absolute;
    left: 60px;
    top: 0;
    width: 40px;
    height: 2px;
    background: linear-gradient(90deg, rgba(114, 15, 245, 0) 0%, rgba(114, 15, 245, 1) 50%, rgba(114, 15, 245, 0) 100%);
}
.block-29 .l2 .b .light{
    position: absolute;
    top: 0;
    left: 60px;
    filter: blur(12px);
}
.block-29 .l2 .b .h3{
    margin-top: 30px;
    font-family: "Steppe", sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: -0.04em;
    color: #fff;
}
.block-29 .l2 .b .p{
    margin-top: 20px;
    font-family: "Steppe", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: -0.04em;
    color: #818181;
}
.block-29 .l3{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 75px;
}
.block-29 .l3 p{
    font-family: "Steppe", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: -0.04em;
    text-align: center;
    color: #fff;
    max-width: 550px;
}


.block-30{
    margin-top: 160px;
}
.block-30 h2{
    max-width: 920px;
    margin: auto;
}
.block-30 .subhead{
    max-width: 840px;
    margin: auto;
    margin-top: 40px;
    font-family: "Steppe", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    text-align: center;
    color: #9d9d9d;
}
.block-30 .subhead span{
    color: #fff;
}
.block-30 .cont{
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    max-width: 1184px;
    margin-left: auto;
    margin-right: auto;
}
.block-30 .cont .b{
    border-color: #606060;
    grid-column: span 2;
    padding: 30px 55px 30px 30px;
}
.block-30 .cont .b:nth-child(4),
.block-30 .cont .b:nth-child(5){
    grid-column: span 3;
}
.block-30 .b .desc{
    max-width: 340px;
}
.block-30 .btn{
    margin: auto;
    margin-top: 70px;
    background: #232323;
    border-radius: 500px;
    font-family: "Steppe", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    padding: 0 25px;
    cursor: pointer;
    position: relative;
}
.block-30 .btn:before{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 80px;
    background: var(--main-color);
    transform: translate(-50%, -50%);
    z-index: -1;
    border-radius: 50%;
    filter: blur(80px);
}
.block-30.context .subhead{
    max-width: 860px;
}
.block-30.context .cont{
    grid-template-columns: 1fr 1fr 1fr 1fr;
    max-width: none;
}
.block-30.context .cont .b{
    grid-column: span 1;
    background: #0C0C0C;
    border-color: #373737;
}
.block-30.context .b .h3{
    margin-bottom: 0;
    max-width: 300px;
    color: #757575;
}
.block-30.context .b .h3 span{
    color: #fff;
}
.block-30.context .cont .b .up{
    margin-bottom: 30px;
}
.block-30.context .cont .b .up img{
    width: 40px;
}

.block-31{
    margin-top: 180px;
}
.block-31 h2{
    font-family: "Steppe", sans-serif;
font-weight: 600;
font-size: 52px;
line-height: 90%;
letter-spacing: -0.04em;
text-align: center;
background: linear-gradient(180deg, #e6e5e6 0%, #b9b9ba 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.block-31 .subhead{
   font-family: "Steppe", sans-serif;
font-weight: 500;
font-size: 18px;
line-height: 110%;
letter-spacing: -0.04em;
text-align: center;
color: #fff;
    margin: auto;
    margin-top: 23px;
    max-width: 460px;
}
.block-31 .subhead.dark{
    font-family: "Steppe", sans-serif;
font-weight: 500;
font-size: 18px;
line-height: 120%;
letter-spacing: -0.04em;
text-align: center;
color: #6a6a6a;
    max-width: 620px;
}
.block-31 .b{
    width: 860px;
    margin: auto;
    margin-top: 40px;
    background: linear-gradient(60deg, #101010 0%, #0F0F0F 50%, #111111 100%) padding-box, linear-gradient(#1C1C1C 0%, #171717 100%) border-box;
    border: 6px solid transparent;
    border-radius: 30px;
    padding: 30px 30px 40px 30px;
}
.block-31 .b .bb{
    display: flex;
    flex-grow: 1;
    align-items: center;
}
.block-31 .b .l{
    display: flex;
    justify-content: space-between;
    align-items: checked;
    padding: 23px 0;
    border-bottom: 1px solid #222;
}
.block-31 .b .l.head{
    padding-bottom: 34px;
    border-bottom: none;
    padding-top: 0;
}
.block-31 .b .l:last-child{
    border-bottom: none;
    padding-bottom: 0;
}
.block-31 .b .l img{
    width: 26px;
    height: 26px;
    margin-right: 28px;
}
.block-31 .b .l.head p{
    font-family: "Steppe", sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 110%;
    letter-spacing: -0.04em;
    color: #fff;
    text-align: left;
}
.block-31 .b .l p{
    font-family: "Steppe", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 110%;
    letter-spacing: -0.04em;
    color: #b1b1b1;
    max-width: 280px;
}
.block-31 span{
    font-family: "Steppe", sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 120%;
    letter-spacing: -0.04em;
    color: #fff;
    height: 26px;
    width: 131px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #242424;
    border-radius: 5px;
}
.block-31 .head span{
    background: #C82828;
}
.block-31 .b .l.head .img{
    margin-right: 21px;
    position: relative;
}
.block-31 .b .l.head .img .bg{
    width: 21px;
    height: 21px;
    border: 3px solid #EAEAEA;
    opacity: 0.1;
    border-radius: 50%;
}
.block-31 .b .l.head .img .row{
    width: 21px;
    height: 21px;
    position:absolute;
    top: 0;
    left: 0;
    background: url(https://wafe.partners/wp-content/themes/morris_new/img/b31_row.svg) center center no-repeat;
    background-size: cover;
    animation: 1s linear 0s infinite reverse sun-rise;
}

@keyframes sun-rise {
  0% {
    /* pushes the sun down past the viewport */
    transform: rotate(360deg);
  }
  50% {
    /* returns the sun to its default position */
    transform: rotate(90deg);
  }
100% {
    /* returns the sun to its default position */
    transform: rotate(0deg);
  }
}

.block-32{
    position: relative;
    margin-top: 230px;
    padding-bottom: 200px;
}
.block-32 h2{
    font-family: "Steppe", sans-serif;
    font-weight: 600;
    font-size: 68px;
    line-height: 100%;
    text-align: center;
    background: linear-gradient(180deg, #e6e5e6 0%, #b9b9ba 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    max-width: 1230px;
    margin: auto;
    margin-bottom: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 136px;
}
.block-32 .col{
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 276px;
    padding-left: 210px;
    grid-gap: 110px;
}
.block-32 .col p{
    font-family: "Steppe", sans-serif;
    font-weight: 400;
    font-size: 36px;
    line-height: 100%;
    color: #dadcde;
    max-width: 300px;
}
.block-32 .bg{
    position: absolute;
    top: 0;
    left: 0;
    width: calc(50% - 14px);
    height: 100%;
    background: #000;
    z-index: 1;
}
.block-32 .bg-light{
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% + 110px);
    left: -55px;
    height: 989px;
    /* background: url(https://wafe.partners/wp-content/themes/morris_new/img/b32_bg_1.png) center center no-repeat; */
    /* background-size: cover; */
}


.block-33{
    margin-top: 140px;
}
.block-33 h2{
    font-family: "Steppe", sans-serif;
    font-weight: 600;
    font-size: 52px;
    line-height: 100%;
    letter-spacing: -0.04em;
    text-align: center;
    background: linear-gradient(180deg, #e6e5e6 0%, #b9b9ba 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    max-width: 620px;
    margin: auto;
    margin-bottom: 65px;
}
.block-33 h2 span{
    background: #FFF551;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.block-33 .l1{
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.block-33 .l1 .point{
    display: none;
}
.block-33 .l1 .b{
    padding: 47px;
    border: 1px solid #373737;
}
.block-33 .l1 .b:nth-child(2n){
    border-left: none;
    position: relative;
}
.block-33 .l1 .b:nth-child(1){
    border-radius: 30px 0 0 0;
    position: relative;
}
.block-33 .l1 .b:nth-child(2){
    border-radius: 0 30px 0 0;
}
.block-33 .l1 .b:nth-child(1):before,
.block-33 .l1 .b:nth-child(2n):before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 10px;
    height: 10px;
    background: #B3B3B3;
    border-radius: 50%;
    transform: translate(-50%, 50%);
    z-index: 999;
}
.block-33 .l1 .b:nth-child(1):before{
    top: 0;
    right: 0;
    left: inherit;
    bottom: inherit;
    transform: translate(50%, -50%);
}
.block-33 .l1 .b .up{
    display: flex;
    align-items: center;
    grid-gap: 20px;    
    margin-bottom: 30px;
}
.block-33 .l1 .b .up img{
    width: 40px;
    height: auto;
}
.block-33 .l1 .b .up p{
    font-family: "Steppe", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: -0.04em;
    color: #fff551;
    height: 40px;
    background: #1D1D1D;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 13px;
    border-radius: 8px;
}
.block-33 .l1 .b .h3{
    font-family: "Steppe", sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -0.04em;
    color: #fff;
    margin-bottom: 16px;
}
.block-33 .l1 .b .desc{
    font-family: "Steppe", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: -0.04em;
    color: #959595;
    max-width: 620px;
}
.block-33 .l2{
    border-left: 1px solid #373737;
    border-right: 1px solid #373737;
}
.block-33 .h2_2{
    font-family: "Steppe", sans-serif;
    font-weight: 500;
    font-size: 38px;
    line-height: 110%;
    letter-spacing: -0.04em;
    text-align: center;
    color: #fff;
    margin-top: 66px;
    margin-bottom: 50px;
}
.block-33 .l2 .r{
    display: flex;
    grid-gap: 87px;
    justify-content: center;
    align-items: flex-start;
    margin: auto;
    margin-bottom: 96px;
}
.block-33 .l2 .r .b{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    max-width: 285px;
    position: relative;
}
.block-33 .l2 .r .b .up{
    border: 1px solid #373737;
    border-radius: 10px;
    width: 285px;
    font-family: "Steppe", sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -0.04em;
    color: #373737;
    text-align: center;
    padding: 8px 0;
    position: relative;
    margin-bottom: 18px;
    background: #000;
}
.block-33 .l2 .r .b .up:before{
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(100%, 0);
    width: 87px;
    height: 1px;
    background: #373737;
}
.block-33 .l2 .r .b:last-child .up:before{
    display: none;
}
.block-33 .l2 .r .b .down{
    font-family: "Steppe", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: -0.04em;
    color: #4e4e4e;
}
.block-33 .l2 .r .b:nth-child(1) .up{
    color: #FFF551;
    border: 1px solid #fff551;
}
.block-33 .l2 .r .b:nth-child(1) .down{
    color: #959595;
}


.block-34{
    margin-top: 170px;
}
.block-34 h2,
.block-35 h2{
    font-family: "Steppe", sans-serif;
    font-weight: 600;
    font-size: 52px;
    line-height: 100%;
    letter-spacing: -0.04em;
    text-align: center;
    background: linear-gradient(180deg, #e6e5e6 0%, #b9b9ba 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.block-34 .l{
    display: flex;
    flex-direction: row;
    align-items: stretch;;
    justify-content: center;
    flex-wrap: wrap;
    grid-gap: 40px;
    max-width: 1310px;
    margin: auto;
    margin-top: 80px;
}
.block-34 .l .b{
    width: 410px;
    display: flex;
    flex-direction: column;
    align-items:center;
    border: 1.33px solid #434343;
    border-radius: 30px;
    padding: 40px 29px 37px;
}
.block-34 .l .b .h{
    font-family: "Steppe", sans-serif;
    font-weight: 400;
    font-size: 9px;
    letter-spacing: 0.77em;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
}
.block-34 .b .h3{
    font-family: "Steppe", sans-serif;
    font-weight: 400;
    font-size: 38px;
    letter-spacing: -0.04em;
    text-align: center;
    color: #f8f8f8;
    margin-top: 19px;
    margin-bottom: 25px;
}
.block-34 .b .desc{
    font-family: "Steppe", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: -0.04em;
    text-align: center;
    color: #a1a1a1;
    flex-grow: 1;
}
.block-34 .b .desc span{
    color: #fff;
    font-weight: 500;
}
.block-34 .b img{
    margin-top: 33px;
}
    

.block-35{
    margin-top: 90px;
}    
.block-35 .cont{
    background: linear-gradient(#151515, #151515) padding-box, linear-gradient(0deg, #2A3532 0%, #4C4C4C 100%) border-box;
    border-radius: 30px;
    border: 1px solid transparent;
    width: 1040px;
    margin: auto;
    margin-top: 42px;
    padding: 36px 40px 50px;
}
.block-35 .cont .l1{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 36px;
    border-bottom: 1px solid #4e4e4e;
}
.block-35 .l1 .l{
    font-family: "Steppe", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: -0.04em;
    color: #fff;
    max-width: 390px;
}
.block-35 .l1 .r{
    width: 100%;
     max-width: 460px;
    display: flex;
    align-items: center;
    grid-gap: 20px;
    padding: 10px;
    border: 1px solid var(--main-color);
    border-radius: 15px;
    font-family: "Steppe", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: -0.04em;
    color: #fff;
}
.block-35 .l2{
    margin-top: 40px;
    font-family: "Steppe", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: -0.04em;
    color: #a3a3a3;
    max-width: 930px;
}
.block-36{
    margin-top: 200px;
}
.block-36 h2{
    font-family: "Steppe", sans-serif;
    font-weight: 400;
    font-size: 52px;
    line-height: 100%;
    letter-spacing: -0.08em;
    text-align: center;
    color: #c5c5c6;
}
.block-36 h2 span{
    font-weight: 500;
    color: #fff;
}
.block-36 .cont{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 40px;
    margin-top: 80px;
}
.block-36 .cont .b{
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    z-index: 10;
    padding: 40px;
}
.block-36 .cont .b:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background: linear-gradient(#040404, #040404) padding-box, linear-gradient(0deg, #2B2B2B 0%, #373737 100%) border-box;
    border-radius: 20px;
    border-width: 1px;
    border-style: solid;
    border-color: transparent; 
    z-index: 1;
}
.block-36 .cont .b.target{
    grid-column-start: 1;
    grid-column-end: 3;
}
.block-36 .cont .b.seo{
    grid-column-start: 3;
    grid-column-end: 4;
}
.block-36 .cont .b.context{
    grid-column-start: 1;
    grid-column-end: 4;
}
.block-36 .cont .b.smm{
    grid-column-start: 4;
    grid-column-end: 5;
    grid-row-start: 1;
    grid-row-end: 3;
}
.block-36 .cont .b .h3{
    position: relative;
    z-index: 99;
    padding-left: 20px;
    font-family: "Steppe", sans-serif;
    font-weight: 600;
    font-size: 22px;
    line-height: 120%;
    letter-spacing: -0.08em;
    color: #f5f5f7;
}
.block-36 .cont .b .h3 br{
    display: none;
}
.block-36 .cont .b.context .h3{
    width: 395px;
    padding: 0;
}
.block-36 .cont .b .cc{
    position: relative;
    z-index: 99;
    margin-top: 20px;
}
.block-36 .cont .b.context{
    display: flex;
}
.block-36 .cont .b.target .cc{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
}
.block-36 .cont .b.context .cc{
    display: grid;
    grid-template-columns: 385px 1fr;
    grid-gap: 10px;
    margin-top: 0;
    flex-grow: 1;
}
.block-36 .cont .b.seo .cc,
.block-36 .cont .b.smm .cc{
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 10px;
}
.block-36 .cont .b .cc .bb{
    height: 80px;
    border-radius: 10px;
    background: #121212;
    display: flex;
    align-items: center;
    padding: 0 20px;
    justify-content: space-between;
    font-family: "Steppe", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 110%;
    color: #a9a9a9;
    cursor: pointer;
    transition: 0.3s;
}
.block-36 .cont .b .cc .bb:hover{
    background: #fff;
    color: #000;
}

.block-37.p2{
    background: #0C0C0C;
    padding: 70px 0;
    border-radius: 30px;
    margin-top: 90px; 
    position: relative;
}
.block-37.p2:before{
    width: 929px;
    height: 494px;
    content: '';
    position: absolute;
    top: -218px;
    left: 50%;
    transform: translate(-50%, 0%);
    background: radial-gradient(50% 50% at 50% 50%, rgba(93, 161, 210, 1) 0%, rgba(93, 161, 210, 0) 100%);
    z-index: -1;
    opacity: 0.5;
}
.block-37 h2{
    max-width: 1000px;
    font-family: "Steppe", sans-serif;
    margin: auto;
    margin-top: 240px;
font-weight: 600;
font-size: 68px;
line-height: 90%;
letter-spacing: -0.08em;
text-align: center;
background: -o-linear-gradient(top, #e6e5e6 0%, #b9b9ba 100%);
background: -webkit-gradient(linear, left top, left bottom, from(#e6e5e6), to(#b9b9ba));
background: linear-gradient(180deg, #e6e5e6 0%, #b9b9ba 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.block-37 .cont{
    background: #0C0C0C;
    display: grid;
    grid-template-columns: 860px 1fr;
    grid-gap: 40px;
}
.block-37 .cont .left{
    background: #191919;
    border-radius: 30px;
    padding: 63px 56px 58px 50px;
    display: flex;
    flex-direction:column;
    grid-gap: 65px;
    width: 860px;
    /* position: sticky; */
    /* top: 0; */
}
.block-37 .cont .left .box{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.block-37 .cont .left .box .l{
    display: flex;
    align-items: center;
    grid-gap: 46px;
    font-family: "Steppe", sans-serif;
    font-weight: 500;
    font-size: 28px;
    line-height: 120%;
    letter-spacing: -0.04em;
    color: #5c5c5c;
    transition: 0.3s;
}
.block-37 .cont .left .box.light .l{
    color: #f5f5f7;
    font-weight: 600;
}
.block-37 .cont .left .box svg path{
    fill: #5c5c5c;;
    transition: 0.3s;
}
.block-37 .cont .left .box.light svg path{
    fill: #8ccfff;
}
.block-37 .cont .left .box .last{
    font-family: "Steppe", sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 120%;
    letter-spacing: -0.04em;
    color: #5c5c5c;
}
.block-37 .cont .right{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    grid-gap: 70px;
}
.block-37 .cont .right .up{
    display: flex;
    align-items: center;
    grid-gap: 28px;
    margin-bottom: 62px;
}
.block-37 .cont .right .up p{
    font-family: "Steppe", sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 120%;
    letter-spacing: -0.04em;
    color: #5c5c5c;
    transition: 0.3s;
}
.block-37 .cont .right .box.light .up p{
    color: #8ccfff;
}
.block-37 .cont .right .up svg path{
    fill: #606060;
    transition: 0.3s;
}
.block-37 .cont .right .box.light .up svg path{
    fill: #8CCFFF;
}
.block-37 .right h3{
    font-family: "Steppe", sans-serif;
    font-weight: 600;
    font-size: 40px;
    line-height: 120%;
    letter-spacing: -0.04em;
    color: #838383;
    margin-bottom: 22px;
    transition: 0.3s;
}
.block-37 .right .box.light h3{
    color: #f5f5f7;
}
.block-37 .right .box p{
    font-family: "Steppe", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: -0.04em;
    color: #8f8f8f;
    max-width: 540px;
}

#iframe-logo-wrapper{
    position: relative;
    /* transform: scale(0.45); */
    width: 450px;
    height: 450px;
    overflow: hidden;
    /* border: 1px solid blue; */
}
#iframe-logo{
    position: relative !important;
    left: inherit !important;
    z-index: 1000;
    user-select: none;
    width: 1000px;
    height: 1000px;
    /* border: 1px solid red; */
    transform: translate(-28%, -28%) scale(0.6);
}
#iframe-logo-wrapper:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: red;*/
    z-index: 9999;
}
@media(max-width: 1919px) {
    
    .block-1{
        margin-top: 130px;
    }
    .block-1 .desc{
        margin-top: 36px;
        line-height: 120%;
    }
    .block-1 .btn{
        margin-top: 70px;
    }
    .block-1 .partners{
        margin-top: 67px;
    }
    .block-1 .box .img3d{
        right: -70px;
        width: 450px;
        top: -40px;
        left: inherit;
    }
    .block-1 h1{
        font-size: 52px;
    }
    .block-1 .btn p,
    .block-17 .btn p{
        width: 360px;
    }
    .block-1 .btn p{
        width: 322px;
    }
    .block-1 ul li .head{
        font-size: 28px
    }
    .block-1 .text,
    .block-17 .text{
        max-width: 350px;
    }
    .block-2 .before_1{
        right: inherit;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
            -ms-transform: translate(-50%, 0);
                transform: translate(-50%, 0);
    }
    .block-2 .cont .list .box label:nth-child(3){
        font-size: 22px;
    }
    .block-3 .list .box img{
        width: 100px;
    }
    .block-4 .line img{
        height: 145px;
    }
    .block-4 .line.l1 {
        padding-left: 0px;
    }
    .block-4 .line.l2 {
        padding-right: 0px;
    }
    .block-7.infl h2,
    .block-9.infl h2 {
        margin-bottom: 35px;
    }
    .block-9 .desc{
        margin-bottom: 45px;
    }
    .block-7 .container.h2{
        /* z-index: 999999; */
        /* position: relative; */
        max-width: none;
    }
    .block-7 .container.h2 .desc{
    }
    .block-11{
        /* background: red; */
    }
    .block-11 .container{
        max-width: 1280px;
        padding: 70px 60px;
        background: url(https://wafe.partners/wp-content/themes/morris_new/img/b11_2.webp) center center no-repeat;
        background-size: cover;
    } 
    .block-11 h3{
        max-width: 530px;
        font-size: 62px;
        line-height: 90%;
    }
    .block-11 .right .inputs input,
    .t-input-phonemask__select, .t-input-phonemask__select span{
        font-size: 16px !important;
    }
    .input-cont input{
        padding-left: 0 !important;
    }
    .block-11 .right .inputs input::-webkit-input-placeholder{
        font-size: 16px;
    }
    .block-11 .right .inputs input::-moz-placeholder{
        font-size: 16px;
    }
    .block-11 .right .inputs input:-ms-input-placeholder{
        font-size: 16px;
    }
    .block-11 .right .inputs input::-ms-input-placeholder{
        font-size: 16px;
    }
    .block-11 .right .inputs input::placeholder{
        font-size: 16px;
    }
    .block-11 .right {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 330px 40px 1fr;
        grid-template-columns: 330px 1fr;
        grid-gap: 40px;
    }
    .block-11 .right .dop img{
        top: 8px;
        left: -60px;
    }
    .block-11 .right .list{
        padding-left: 13px;
        top: 47px;
    }
    .block-11 .right .inputs{
        margin-top: 20px;
    }
    .block-11 .right .desc,
    .block-11 .right .btn{
        margin-top: 25px;
    }
    .block-11 .right .list div p{
        padding-left: 35px;
        font-size: 16px;
    }
    .block-14 .container{
        max-width: 620px;
    }
    .block-17{
        margin-top: 120px;
    }
    .block-17 .right .text{
        max-width: 500px;
    }
    .block-17 .btn{
        margin-top: 50px;
    }
    .block-17 .ways{
        margin-top: 110px;
        grid-gap: 17px;
    }
    .block-17 .ways .b img{
        height: 107px;
        margin: 15px auto 20px;
    }
    .block-17 .light{
        height: 676px;
        /* display: none; */
        max-width: 100vw;
        object-fit: cover;
    }
    .block-18 .container{
        margin-top: 150px;
    }
    .block-18 h2{
        margin-bottom: 80px;
    }
    .block-18 .cont{
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-gap: 40px;
    }
    .block-18 .vector{
        width: 1552px;
        left: 48%;
        top: -100px;
    }
    .block-18 .big .head{
        font-size: 48px;
        margin-bottom: 20px;
    }
    .block-19{
        margin-top: 112px;
    }
    .block-19 .cont .b{
        padd;
        padding: 50px 0;
    }
    .block-20 .cont{
        grid-row-gap: 44px;
    }
    .block-21{
        margin-top: 156px;
        margin-bottom: 15px;
    }
    .block-21 h2, .block-21 .h2{
        font-size: 28px;
    }
    .block-21 .left-row,
    .block-21 .right-row{
        width: 216px
    }
    .block-22{
        margin-top: 157px
    }
    
    .block-23{
        margin-top: 160px;
    }
    .block-23{
        /* background: yellow; */
    }
    .block-23 .l{
        margin-top: 80px;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 123px;
        padding: 0;
    }
    .block-23.out .l{
        max-width: 1280px;
        grid-gap: 133px;
        z-index: -1;
        margin-bottom: -15px
    }
    .block-23 .main_img{
        margin-top: -94px;
    }
    .block-24 .left .desc{
        max-width: 390px;
    }
    .block-24 .left .desc br{
        display: none;
    }
    .block-25 .cont{
        padding: 65px;
    }
    .block-25 .big_img{
        width:  957px;
        height: 717px;
        top: -111px;
        left: 478px;
    }
    .block-25.smm .big_img{
        transform: rotate(-30deg);
        left: 500px;
    }
    .block-25 .cont h2{
        font-size: 52px;
        max-width: 590px;
    }
    .block-25.smm .cont h2{
        max-width: 600px;
    }
    .block-25 .btn p{
        width: 320px;
    }
    .block-25 .linght_1{
        left: 70%;
    }
    .block-25 .linght_2{
        left: 70%;
    }
    .block-26 .btn .plug{
        padding: 12px 25px 10px;
    }
    .block-14 h2{
        font-size: 52px;
    }
    .block-27 .cont .left{
        width: 620px;
    }
    .block-27 .cont .left h2{
        max-width: 540px;
    }
    .block-28 .cont{
        margin-top: 60px;
    }
    .block-28 .cont .b{
        padding: 30px;
    }
    .block-28 .cont .b img{
        width: 40px;
    }
    .block-28 .cont .b .h3,
    .block-28 .cont .b .desc{
        letter-spacing: -0.08em;
    }
    .block-28 .cont .b .h3 br{
        display: none;
    }
    .block-23.smm .b:after{
        border-width: 5px;
    }
    .block-23 .l .b img{
        margin-bottom: 30px;
    }
    .block-23.smm .l .b{
        padding: 34px;
    }
    .block-23.smm .b:nth-child(2), .block-23.smm .b:nth-child(4) {
        margin-top: 70px;
    }
    .block-29 .l2 .b{
        padding: 30px;
    }
    .block-32 h2{
        font-size: 62px;
        margin-bottom: 46px;
        min-height: 124px;
    }
    .block-32 .bg{
        width: calc(50% + 20px);
    }
    .block-32 .col{
        top: 257px;
        padding-left: 120px;
        grid-gap: 107px;
    }
    .block-32 .bg-light{
        width: 1440px;
        left: 50%;
        height: 895px;
        transform: translate(-50%, 0);
    }
    .block-32{
        padding-bottom: 150px;
    }
    .block-22 .cont .line .right .big-grid{
        grid-template-columns: 1fr;
    }
    .block-22 .cont .plugs.lines .l.long{
        width: auto;
    }
    .block-22 .cont .line .h3{
        min-width: 250px;
    }
    .block-22 .cont .line{
        display: flex;
        max-width: 1280px;
    }
    .block-22 .cont .line .left{
        width: 250px;
    }
    .block-22 .cont .line .right{
        flex-grow: 1;
    }
    .block-29 .l2 .b:before,
    .block-29 .l2 .b .light{
        left: 45px;
    }
    .block-31 .b{
        width: 620px;
    }
    .block-34 .l{
        max-width: 953px;
    }
    .block-34 .l .b{
        width: 290px;
        padding: 40px 25px 37px;
    }
    .block-35 .cont .l1{
        padding-bottom: 26px;
    }
    .block-35 .cont{
        padding: 27px 30px 20px;
        width: 860px;
    }
    .block-35 .l1 .r{
        max-width: 380px;
    }
    .block-35 .l2{
        max-width: 760px;
        margin-top: 26px;
    }
    .block-36 .cont .b .h3 br{
        display: block;
    }
    .block-36 .cont .b.context .h3{
        width: 278px;
        
        !i;
        !;
    }
    .block-36 .cont .b.context .cc{
        grid-template-columns: 265px 1fr;
    }
    .block-36 .cont .b .cc .bb{
        height: 50px;
    }
    .block-36 .cont .b{
        padding: 40px 40px 30px;
    }
    .block-36 .cont .b.smm,
    .block-36 .cont .b.seo{
        padding-left: 20px;
        padding-right: 20px;
    }
    .block-36 .cont .b.context{
        padding-right: 20px;
    }
    .block-37.p2{
        padding: 56px 0;
        margin-top: 60px; 
    }
    .block-37 .cont {
        grid-template-columns: 620px 1fr;
    }
    .block-37 .cont .left{
        width: 620px;
    }
    .block-37 h2{
        font-size: 62px;
        max-width: 900px;
        margin-top: 180px;
    }
    .block-37.p2:before{
        width: 775px;
        height: 412px;
        top: -175px;
    }
    .block-9 img{
        height: 45px;
    }
    .block-9 .main-line{
        grid-column-gap: 50px;
        max-width: 1440px;
    }
}
@media(max-width: 1439px) {
    .block-7.infl h2 {
        max-width: none;
        width: 100%;
        margin-bottom: 20px;
    }
    .block-7.infl h2 br{
        display: none;
    }
    .block-11 .container{
        max-width: 1140px;
        padding: 60px;
        background: url(https://wafe.partners/wp-content/themes/morris_new/img/b11_3.webp) center center no-repeat;
        background-size: cover;
    } 
    .block-11 h3{
        font-size: 58px;
    }
    .block-11 .right {
        -ms-grid-columns: 280px 40px 1fr;
        grid-template-columns: 280px 1fr;
        grid-gap: 40px;
    }
    .block-11 .right .desc{
        font-size: 12px;
    }
    .block-11 .right .list div p{
        max-width: none;
        width: 190px;
    }
    .block-18 .vector{
        width: 1648px;
        left: 45%;
        top: -47px;
    }
    .block-20 .line{
        display: none;
    }
    .block-20 .cont {
        grid-row-gap: 55px;
    }
    .block-21{
        margin-top: 110px;
    }
    .block-21 .left-row,
    .block-21 .right-row{
        width: 156px
    }
    .block-22{
        margin-top: 120px;
    }
    .block-22 .cont{
        margin-top: 135px;
    }
    .block-22 .cont .line .right{
        grid-template-columns: 3fr 1fr;
        width: 870px;
    }
    .block-23{
        /* display: none; */
    }
    .block-23{
        /* background: blue; */
    }
    .block-23.out .l{
        max-width: 1040px;
        grid-gap: 40px;
    }
    .block-24{
        margin-top: -70px;
    }
    .block-24 .c:before, .block-24 .c:after{
        filter: blur(280px);
    }
    .block-24 .c{
        margin-top: 0;
    }
    .block-24 .left h2{
        font-size: 48px;
    }
    .block-25 .big_img {
        width: 919px;
        height: 689px;
        top: -70px;
        left: 392px;
    }
    .block-25.smm .big_img{
        transform: rotate(-30deg);
        left: 430px;
    }
    .block-25 .cont{
        padding: 52px;
    }
    .block-25.infl .cont{
        background: url(https://wafe.partners/wp-content/themes/morris_new/img/infl_b25_2.png) center center no-repeat;
        background-size: cover;
    }
    .block-27 .cont .left{
        width: 550px;
        padding: 30px;
        height: 600px;
    }
    .block-27.out .cont .left,
    .block-27.infl .cont .left{
        height: 580px;
    }
    .block-27 .cont .right{
        margin-top: 40px;
    }
    .block-27 .bottom p{
        max-width: 400px;
    }
    .block-32 h2{
        margin-bottom: 28px;
    }
    .block-32 .col{
        top: 235px;
    }
    .block-32 .bg-light{
        width: 1280px;
        height: 877px;
    }
    .block-36 .cont .b .cc .bb{
        font-size: 14px;
    }
    .block-36 .cont .b{
        padding: 40px 30px 30px 40px;
    }
    .block-36 .cont .b.context .h3{
        width: 260px;
    }
    .block-36 .cont .b .cc .bb{
        padding: 0 15px;
    }
    .block-36 .cont .b.context .cc {
        grid-template-columns: 230px 1fr;
    }
    .block-37 .cont {
        grid-template-columns: 560px 1fr;
    }
    .block-37 .cont .left{
        width: 560px;
    }
    .block-37.p2:before{
        width: 697px;
        height: 304px;
        top: -185px;
    }
    .block-9 img{
        height: 40px;
    }
    .block-9 .main-line{
        grid-column-gap: 45px;
        max-width: 1280px;
        grid-row-gap: 45px;
    }
}
@media(max-width: 1279px) {
    .block-cont{
        
    }
    
    .block-1 .container,
    .block-17 .container{
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        grid-gap: 63px;
    }
    .block-17.serv .container{
        grid-template-columns: 1fr 1fr;
    }
    .block-1 h1{
        font-size: 40px;
        max-width: 380px;
    }
    .block-1 .desc{
        margin-top: 30px;
        font-size: 16px;
        max-width: 320px;
    }
    .block-1 .btn p,
    .block-17 .btn p{
        width: 240px;
        line-height: 60px;
    }
    .block-1 .btn span,
    .block-17 .btn span{
        width: 79px;
        height: 86px;
        top: -48px;
        right: -43px;
    }
    .block-1 .btn .right,
    .block-17 .btn .right{
        width: 60px;
        height: 60px;
        top: -48px;
        right: -43px;
    }
    .block-1 .btn .right svg,
    .block-17 .btn .right svg{
        width: 21px;
    }
    .block-1 .box:nth-child(2) .partners{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0;
    }
    .block-1 .box:nth-child(1) .partners{
        display: none
    }
    .block-1 .box:nth-child(2){
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 50px 1fr;
        grid-template-columns: 1fr 1fr;
        grid-gap: 55px;
        grid-column-gap: 50px;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: start;
    }
    .block-1 .pre-person,
    .block-17 .pre-person{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
    }
    .block-1 .text,
    .block-17 .text{
        -webkit-box-ordinal-group: 0;
            -ms-flex-order: -1;
                order: -1;
        margin-top: 0;
    }
    .block-1 ul{
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 46px 1fr;
        grid-template-columns: 1fr 1fr;
        grid-row-gap: 38px;
        grid-column-gap: 46px;
        max-width: 340px;
    }
    .block-1 .person,
    .block-17 .person{
        margin: 0;
    }
    .block-1 .partners .list img{
        height: 30px;
    }
    .block-1 .box .img3d{
        top: -530px;
        width: 410px;
    }
    .block-1 .b1_bg{
        width: 100vw;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
            -ms-transform: translate(-50%, 0);
                transform: translate(-50%, 0);
    }
    .block-2 .before_1 {
        width: 100vw;
        top: -80px;
        /* background: red; */
        /* z-index: 999999; */
    }
    .block-2 h2 {
        font-size: 48px;
        max-width: 360px;
    }
    .block-2 .cont .list .box label:nth-child(3){
        font-size: 18px;
    }
    .block-2 .change .box .h3{
        font-size: 26px;
    }
    .block-2 .change .box .desc{
        margin-top: 26px;
        font-size: 16px;
    }
    .block-2 .change .box .bottom .btns,
    .block-2 .boxx .btns{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        width: 100%;
        margin-top: 45px;
    }
    .block-2 .change .box .bottom .btns .btn,
    .block-2 .change .box .bottom .btns .btn_2,
    .block-2 .boxx .btns .btn,
    .block-2 .boxx .btns .btn_2{
        width: 100%;
    }
    .block-2 .change .box .bottom .btns .btn_2,
    .block-2 .boxx .btns .btn_2{
        -webkit-box-ordinal-group: 0;
            -ms-flex-order: -1;
                order: -1;
    }
    .block-2 .change .box .bottom .btns .btn .text,
    .block-2 .boxx .btns .btn .text{
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
    }
    .block-3 h2{
        font-size: 48px;
    }
    .block-3 .list{
        -ms-grid-columns: 1fr 60px 1fr 60px 1fr 60px 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-gap: 60px;
    }
    .block-4 .line img{
        height: 80px;
    }
    .block-4 .b4_3{
        width: 80px;
    }
    .block-5 .head{
        font-size: 18px;
        max-width: 500px;
    }
    .block-5 .desc{
        margin-top: 50px;
        font-size: 18px;
    }
    .block-6 .cont{
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        margin-top: 40px;
    }
    .block-6 .h33{
        width: 100%;
        text-align: center;
        margin-bottom: 37px;
    }
    .block-6 .left .box{
        position: absolute;
    }
    .block-6 .left .box.active{
        position: relative;
        z-index: 100;
    }
    .block-6 .left.all .box{
        position: relative;
    }
    .block-6 .plugs{
        -ms-grid-columns: 1fr 20px 1fr;
        grid-template-columns: 1fr 1fr;
        grid-gap: 20px;
    }
    .block-6 .bottom{
        margin-top: 53px;
    }
    .block-6 .bottom p{
        font-size: 18px;
    }
    .block-6 .bottom p br{
        display": none;
    ;;display: none;;;
    }
    .block-7 .cont{
        padding: 40px;
    }
    .block-7 h2, .block-7 .h2{
        font-size: 48px;
    }
    .block-7 .container.h2{
        max-width: 680px;
    }
    .block-7.infl h2{
        max-width: none;
        font-size: 48px;
    }
    .block-7 .l1{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        grid-gap: 40px;
    }
    .block-7 .cont .swiper .swiper-slide img{
        margin-bottom: 21px;
    }
    .block-7 .cont .swiper .swiper-slide .name{
        font-size: 20px;
    }
    .block-7 .cont .swiper .swiper-slide img{
        width: 120px;
    }
    .block-7 .cont .bg{
        width: 160vw;
        height: auto;
    }
    .block-7 .cont .bg svg{
        width: 100%;
        height: auto
    }
    .block-8 h2{
        font-size: 48px;
        max-width: 564px;
    }
    .block-8 .cont{
        -ms-grid-columns: 1fr 20px 1fr;
        grid-template-columns: 1fr 1fr;
        grid-gap: 20px;
    }
    .block-9 .container{
        -ms-grid-columns: 1fr 45px 1fr 45px 1fr;
        grid-template-columns: 1fr 1fr 1fr;
    }
    .block-10 h3{
        font-size: 48px;
    }
    .block-10 .list{
        max-width: none;
        grid-gap: 20px;
    }
    .block-10 .list .box{
        padding: 20px;
    }
    .block-10 .h3{
        font-size: 22px;
        min-height: 44px;
    }
    .block-10 .bottom{
        font-size: 14px;
    }
    .block-10 .growth{
        height: 350px;
        margin-top: -50px;
        position: relative;
    }
    .block-10 .growth canvas{
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
    }
    .block-10 h2:before,
    .block-10 h2:after{
        width: 309px;
        height: 1039px;
    }
    .block-11 h3{
        font-size: 42px;
        max-width: 240px;
        line-height: 100%;
        letter-spacing: -0.04em;
    }
    .block-11 .container{
        padding: 34px;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        /* grid-gap: 98px; */
        max-width: 688px;
        background: url(https://wafe.partners/wp-content/themes/morris_new/img/b11_4.webp) center center no-repeat;
        background-size: cover;
    }
    .block-11 .left .list{
        /* margin-top: 44px;
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 20px 1fr;
        grid-template-columns: 1fr 1fr;
        grid-gap: 20px; */
        margin-bottom: 15px;
    }
    .block-11 .left .list p{
        padding-left: 48px;
        font-size: 16px;
    }
    .block-11 .right{
        -ms-grid-columns: 266px 40px 1fr;
        grid-template-columns: 266px 1fr;
        grid-gap: 0;
    }
    .block-11 .right .head{
        font-size: 26px;
    }
    .block-11 .right .inputs,
    .block-11 .right .btn{
        width: 100%;
    }
    .block-11 .right .dop{
        position: relative;
    }
    .block-11 .right .list{
        top: 64px;
        left: 15px;
    }
    .block-11 .rays{
        width: 100%;
        height: 100%;
        -webkit-filter: invert();
                filter: invert();
        z-index: -5;
        opacity: 0.3;
    }
    .block-11 .rays.r1280{
        display: none;
    }
    .block-11 .right .desc{
        max-width: none;
        font-size: 14px;
    }
    .block-11 .right .inputs{
        margin-top: 40px;
    }
    .block-11 .right .dop img{
        top: 12px;
        left: -45px;
    }
    .block-13 h2{
        font-size: 48px;
    }
    .block-13 .l1{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        grid-gap: 35px;
    }
    .block-13 .cont{
        -ms-grid-columns: 1fr 46px 1fr;
        grid-template-columns: 1fr 1fr;
        margin-top: 34px;
    }
    .block-13 .cont a:last-child{
        display: none;
    }
    .block-13 .cont .h3{
        margin-top: 28px;
        margin-bottom: 27px;
        font-size: 21px;
    }
    .block-13 .cont .bottom{
        margin-top: 30px;
    }
    .block-14 h2{
        font-size: 48px;
    }
    .block-14 .container{
        max-width: 768px;
        padding: 0 40px;
    }
    .block-15{
        padding-top: 70px;
    }
    .block-16 h1{
        font-size: 54px;
    }
    .block-16 p{
        font-size: 22px;
    }
    .block-16 a{
        padding: 20px 60px;
    }
    
    .block-17.serv .h1{
        font-size: 64px;
    }
    .block-17.serv .right .text{
        font-size: 16px;
        margin: 0px;
    }
    .block-17.serv .right .text br.hide{
        display: none;
    }
    .block-17 .btn{
        width: calc(50% - 10px);
    }
    .block-17.serv .btn{
        width: 100%;
    }
    .block-17 .btn p{
        width: 100%;
    }
    .block-17 .ways{
        order: -1;
        margin: 0;
    }
    .block-17 .right .text{
        order: 0;
        margin-top: -20px;
        margin-left: 50px;
    }
    .block-17 .person{
        margin-left: 50px;
        margin-top: 24px;
    }
    .block-17 .quoute{
        margin-top: 65px;
    }
    .block-17 .go-line{
        width: 100%;
    }
    .block-18.serv{
        display: none;
    }
    .block-18 .container{
        margin-top: 124px;
    }
    .block-18 .cont{
        grid-template-columns: 1fr 1fr;
        grid-row-gap: 90px;
        grid-column-gap: 20px;
    }
    .block-18 .vector{
        width: 981px;
        left: 40%;
        top: -30px;
    }
    .block-19 h2, .block-18 h2, .block-19 .h2{
        font-size: 48px;
    }
    .block-19 .subhead{
        font-size: 14px;
        margin-top: 20px;
    }
    .block-19 .cont{
        grid-template-columns: 1fr 1fr 1fr;
    }
    .block-19 .cont .b:nth-child(4), 
    .block-19 .cont .b:nth-child(10) {
        border-left: 1px solid rgba(92, 91, 92, 0.5);
    }
    .block-19 .cont .b:nth-child(3) {
        border-radius: 0 30px 0 0;
    }
    .block-19 .cont .b:nth-child(6) {
        border-radius: 0 0 0 0;
    }
    .block-19 .cont .b:nth-child(7) {
        border-radius: 0 0 0 0;
    }
    .block-19 .cont .b:nth-child(10) {
        border-radius: 0 0 0 30px;
    }
    .block-20 h2,.block-9 h2{
        font-size: 48px;
    }
    .block-20{
        margin-top: 130px;
    }
    .block-20 .cont.c4, .block-20 .cont.c3{
        grid-template-columns: 1fr 1fr;
    }
    .block-21 .cont{
        min-width: 0;
        width: 100%;
    }
    .block-21.infl .cont{
        max-width: 573px;
    }
    .block-21 .left-row, 
    .block-21 .right-row {
        width: 64px;
    }
    .block-21{
        margin-top: 70px;
    }
    .block-21 h2, .block-21 .h2{
        font-size: 20px;
        max-width: 400px;
    }
    .block-21 h2 br, .block-21 .h2 br{
        display: none;
    }
    .block-22 h2{
        font-size: 38px;
    }
    .block-22 .subhead{
        font-size: 14px;
        max-width: 520px;
    }
    .block-22 .cont .line{
        grid-template-columns: 1fr;
        padding-left: 30px;
        /* background: red; */
        position: relative;
    }
    .block-22 .cont .line .week-plug{
        position: absolute;
        top: -60px;;
    }
    .block-22 .cont .line .left:before,
    .block-22 .cont .line .left:after,
    .block-22 .cont .line .week-plug .l:nth-child(1){
        display: none;
    }
    .block-22 .cont .line .week-plug span{
        width: auto;
        padding-right: 15px;
    }
    .block-22 .cont{
        grid-gap: 110px;
    }
    .block-22 .cont .line{
        flex-direction: column;
        padding-left: 0;
    }
    /*.block-22 .cont .line .left:after{
        right: inherit;
        left: -38px;
    }
    .block-22 .cont .line:before{
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 1px;
        height: calc(100% + 64px);
        background: #2A292A;
    }
    .block-22 .cont .line:last-child:before{
        display: none;
    }*/
    .block-22 .cont .line .right{
        grid-template-columns: 1fr;
        width: 100%;
    }
    .block-22 .plugs.g4{
        max-width: none;
        grid-gap: 25px;
        grid-template-columns: 220px 190px 190px;
    }
    .block-22 .line.bold .plugs.lines .l{
        grid-gap: 70px;
    }
    .block-22 .cont .line .right .big-grid{
        grid-template-columns: 1fr;
    }
    .block-22 .cont .line.big .right .big-grid .plugs{
        /* display: grid; */
        /* grid-template-columns: 1fr 1fr 1fr; */
        /* width: 100%; */
    }
    .block-22 .cont .line.big .plugs .l{
        padding: 14px;
        width: fit-content;
        width: calc(33%);
    }
    .block-22.out .cont .line{
        flex-direction: row;
        display: grid;
        grid-template-columns: 210px 1fr;
    }
    .block-22.out .cont .line .week-plug{
        position: relative;
        top: 0;
    }
    .block-22.out .cont .line .week-plug .l{
        display: block !important;
    }
    .block-22.out .cont .line .week-plug span{
        padding-left: 15px;
    }
    .block-22.out .cont{
        grid-gap: 80px;
    }
    .block-22.out .cont .line .h3{
        padding-right: 20px;
    }
    .block-22.out .cont .line .right{
        position: relative;
        padding-left: 24px;
    }
    .block-22.out .cont .line .right:before{
        content: '';
        position: absolute;
        top: 6px;
        left: 0;
        width: 1px;
        height: calc(100% + 80px);
        background: #2A292A;
    }
    .block-22.out .cont .line:last-child .right:before{
        display: none;
    }
    .block-22.out .cont .line .right:after{
        content: '';
        position: absolute;
        top: 6px;
        left: 1px;
        width: 8px;
        height: 8px;
        background: #720FF5;
        border-radius: 50%;
        transform: translate(-55%, -50%);
    }
    
    
    .block-23{
        /* background: green; */
    }
    .block-23 h2, .block-23 .h2, .block-31 h2{
        font-size: 48px;
        max-width: 560px;
    }
    .block-31 h2{
        margin: auto;
    }
    .block-31 .b{
        width: 100%;
    }
    .block-23 .l{
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-gap: 20px;
        align-items: stretch;
    }
    .block-23.out .l{
        margin-bottom: 50px;
        grid-gap: 10px;
    }
    .block-23 .l .b:nth-child(1){
        grid-column-start: 1;
        grid-column-end: 3;
        margin: 0;
    }
    .block-23 .l .b:nth-child(2){
        grid-column-start: 2;
        grid-column-end: 4;
        margin: 0;
    }
    .block-23 .l .b:nth-child(3){
        grid-column-start: 3;
        grid-column-end: 5;
        grid-row-start: 1;
        grid-row-end: 2;
        margin: 0;
    }
    .block-23 .main_img{
        margin-top: -300px;
    }
    .block-23.smm h2 br{
        display: none;
    }
    .block-23.smm .l{
        margin-top: 60px;
        grid-template-columns: 1fr 1fr;
        grid-gap: 20px;
    }
    .block-23.smm .l .b{
        margin-top: 0;
        width: calc(100% - 70px);
        grid-column-start: inherit !important;
        grid-column-end: inherit !important;
        grid-row-start: inherit !important;
        grid-row-end: inherit !important;
    }
    .block-23 .l .b:nth-child(3),
    .block-23 .l .b:nth-child(4){
        margin-left: 70px;
    }
    .block-23.out .l .b:nth-child(3){
        margin-left: 10px;
    }
    .block-23.smm .main_img {
        margin-top: -265px;
        z-index: -1;
    }
    .block-24{
        margin-top: -40px;
    }
    .block-24 .c:before {
        content: '';
        position: absolute;
        top: -56px;
        left: 50%;
        transform: translate(-50%, 0);
        width: 515px;
        height: 150px;
        border-radius: 50%;
        background: #0C451F;
    }
    .block-24 .c:after {
        left: 50%;
        transform: translate(-50%, 0);
        filter: blur(280px);
    }
    .block-24 .cont{
        grid-template-columns: 1fr;
    }
    .block-24 .cont .left .down{
        display: none;
    }
    .block-24 .down.mobile{
        display: flex;
        z-index: 999;
        flex-direction: column;
    }
    .block-24 .down p{
        font-size: 16px;
    }
    .block-24 .down .btn{
        font-size: 18px;
        padding: 30px 34px;
    }
    .block-24 .left .desc{
        font-size: 16px;
        max-width: 475px;
    }
    .block-25.infl .cont{
        background: url(https://wafe.partners/wp-content/themes/morris_new/img/infl_b25_3.png) center center no-repeat;
        background-size: cover;
    }
    .block-25.smm{
        margin-top: 124px;
    }
    .block-25 .big_img{
        transform: rotate(11deg);
        width: 1064px;
        height: 798px;
        left: -195px;
        top: 238px;
    }
    .block-25.smm .big_img{
        transform: rotate(5deg);
        width: 1064px;
        height: 798px;
        left: -195px;
        top: 268px;
    }
    .block-25 .btn{
        z-index: 100;
    }
    .block-25 .cont{
        padding: 50px 50px 420px;
    }
    .block-25 .linght_1{
        left: 50%;
    }
    .block-25 .linght_2{
        left: 50%;
        bottom: 0;
    }
    .block-26 h2{
        font-size: 48px;
        max-width: 500px;
        margin: auto;
    }
    .block-26 .subhead{
        font-size: 14px;
        max-width: 564px;
        margin-top: 30px;
    }
    .block-26 .cont{
        grid-template-columns: 1fr 1fr;
        grid-gap: 20px;
        margin-top: 60px;
    }
    .block-26.smm .cont{
        margin-top: 40px;
    }
    .block-26.smm{
        margin-top: 130px;
    }
    .block-27{
        margin-top: 60px;
    }
    .block-27 .cont{
        grid-template-columns: 1fr;
        background: url(https://wafe.partners/wp-content/themes/morris_new/img/smm_b27_bg_1.png) center center no-repeat;
        background-size: cover;
        border: 10px solid #292829;
        border-radius: 30px;
        padding: 40px;
    }
    .block-27 .cont:before{
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        border-radius: 100%;
        background: rgba(255, 255, 255, 0.85);
        width: 393px;
        height: 100px;
        filter: blur(200px);
        transform: translate(-50%, 50%);
        z-index: -1;
    }
    .block-27 .cont .left,
    .block-27.out .cont .left,
    .block-27.infl .cont .left{
        width: 100%;
        position: relative !important;
        top: 0 !important;
        height: auto;
        background: none;
        border: none;
        padding: 0;
    }
    .block-27 .left:before{
        display: none;
    }
    .block-27 .cont .left .bottom{
        display: none;
    }
    .block-27 .bottom.mobile{
        display: block;
        margin-top: 10px;
    }
    .block-27 .bottom p{
        max-width: 500px;
    }
    .block-27 .cont .right .b .c{
        opacity: 0.2;
        transition: 0.3s;
    }
    .block-27 .cont .right .b .c{
        opacity: 1;
    }
    .block-27 .cont .right .b.light .c{
        opacity: 1;
    }
    .block-27 .cont .right .b .img path,
    .block-27 .cont .right .b.light .img path{
        fill: #fff;
    }
    .block-27 .cont .right .b .img rect{
        fill: #C8C4C6
    }
    .block-27 .cont .right .b.light .img rect{
        fill: var(--main-color);
    }
    .block-27 .cont .right .b .h3,
    .block-27 .cont .right .b .c p{
        color: #292929 !important;
    }
    .block-27 .cont .right .b.light .h3{
        color: #000 !important;
    }
    .block-28{
        margin-top: 124px;
    }
    .block-28 h2{
        font-size: 48px;
    }
    .block-28 .cont{
        grid-template-columns: 1fr 1fr;
        grid-gap: 20px;
    }
    .block-28 .cont .b .up{
        margin-bottom: 30px;
    }
    .block-29{
        margin-top: -80px;
    }
    .block-29 .l{
        grid-gap: 20px;
        width: 100%;
    }
    .block-29 .l .b{
        padding: 20px;
        width: 100%;
    }
    .block-29 .container{
        max-width: none;
    }
    .block-29 .l2{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        grid-gap: 50px;
        padding-left: calc((100% - 728px)/2);
        padding-right: calc((100% - 728px)/2);
        overflow-x: auto;
    }
    .block-29 .l2 .b{
        min-width: 220px;
        padding: 20px;
    }
    .block-29 .l2{
        grid-gap: 20px;
        margin-top: 30px;
    }
    .block-29 .l2::-webkit-scrollbar {
        margin: 10px;
        background: none;
        width: 0px;
        height: 0;
    }
    
    .block-29 .l2::-webkit-scrollbar-button {
        display: none;
    }
    
    .block-29 .l2::-webkit-scrollbar-track-piece {
        background: rgba(0, 0, 0, 0.15);
    }
    
    .block-29 .l2::-webkit-scrollbar-thumb {
        margin: 10px;
        background: rgba(0, 0, 0, 0.75);
        border-radius: 3px;
    }
    .block-29 .l3{
        margin-top: 40px;
    }
    .block-29 .l3 p{
        font-size: 16px;
        max-width: 450px;
    }
    .block-30 h2{
        font-size: 44px;
    }
    .block-30 .subhead{
        font-size: 14px;
        max-width: none;
        margin-top: 36px;
    }
    .block-30 .cont{
        margin-top: 60px;
        grid-template-columns: 1fr;
        width: 100%;
        grid-gap: 20px
    }
    .block-30.context .cont{
        grid-template-columns: 1fr 1fr;
    }
    .block-30 .cont .b {    
        grid-column: span 1 !important;
    }
    .block-30 .b .h3{
        margin-bottom: 10px;
    }
    .block-30 .b .h3 br{
        display: none;
    }
    .block-30 .b .desc{
        max-width: 520px;
    }
    .block-30 .cont .b .up{
        margin-bottom: 24px;
    }
    .block-30 .cont .b img{
        width: 40px;
    }
    .block-30 .btn{
        margin-top: 20px;
    }
    .block-31 .subhead.dark{
        font-size: 16px;
    }
    .block-32 h2{
        font-size: 45px;
        margin-bottom: 46px;
        min-height: 90px;
        max-width: 810px;
    }
    .block-32 .col{
        flex-direction: row;
        padding-left: 0;
        width: 100%;
        justify-content: space-between;
        padding: 0 20px;
        grid-gap: inherit;
        top: 270px;
        max-width: 760px;
    }
    .block-32 .col p{
        font-size: 26px;
        text-align: center;
        max-width: 215px;
    }
    .block-32 .bg{
        width: 100%;
        height: 513px;
    }
    .block-32 .bg-light{
        width: 1023px;
        height: 838px;
    }
        .block-32 .container {
            max-width: none;
            display: flex;
            flex-direction: column;
            align-items: center;
        }
    .block-33 h2{
        font-size: 48px;
        margin-bottom: 55px;
    }
    .block-33 .l1{
        grid-template-columns: 1fr;
        padding-left: 68px;
        grid-gap: 20px;
        position: relative;
    }
    .block-33 .l1:before{
        content: '';
        position: absolute;
        top: 0;
        left:0;
        width: 1px;
        height: 100%;
        background: #373737;
    }
    .block-33 .l1 .point{
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 10px;
        height: 10px;
        background: #B3B3B3;
        transform: translate(-50%, 0);
        border-radius: 50%;
    }
    .block-33 .l1 .point.p2{
        top: 50%;
        transform: translate(-50%, -50%);
    }
    .block-33 .l1 .point.p3{
        top: 100%;
        transform: translate(-50%, -50%);
    }
    .block-33 .l1 .b{
        border-radius: 30px !important;
        border: 1px solid #373737 !important;
        padding: 40px;
    }
    .block-33 .l1 .b:before{
        display: none;
    }
    .block-33 .h2_2{
        margin-top: 85px;
        margin-bottom: 58px;
    }
    .block-33 .l2{
        background: linear-gradient(#000, #000) padding-box, linear-gradient(180deg, #000 10%, #373737 100%) border-box;
        border: 1px solid transparent;
        border-top: none;
        border-bottom: none;
    }
    .block-33 .l2 .r{
        flex-direction: column;
        align-items: center;
        grid-gap: 58px;
        max-width: 466px;
        z-index: 10;
        position: relative;
    }
    .block-33 .l2 .r .b{
        width: 100%;
        max-width: none;
        align-items: center;
    }
    .block-33 .l2 .r .b .up:before{
        display: none;
    }
    .block-33 .l2 .r .b:before{
        content: '';
        position: absolute;
        top: 21px;
        left: 0;
        height: calc(100% + 58px);
        width: 100%;
        /* background: red; */
        z-index: -1;
        border: 1px solid #373737;
        border-bottom: none;
    }
    .block-33 .l2 .r .b:nth-child(1):before{
        border-radius: 10px 10px 0 0;
    }
    .block-33 .l2 .r .b:nth-child(2):before{
        height: 100%;
    }
    .block-33 .l2 .r .b:nth-child(3):before{
        transform: scaleY(-1) translate(0, 100%);
        height: 58px;
        border-radius: 10px 10px 0 0;
    }
    .block-33 .l2 .r .b .down{
        max-width: 310px;
        text-align: center;
    }
    .block-34{
        margin-top: 160px;
    }
    .block-34 h2,
    .block-35 h2{
        font-size: 48px;
    }
    .block-34 .l{
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 20px;
        margin-top: 60px;
    }
    .block-34 .l .b{
        width: 100%;
        padding: 40px 30px 37px;
    }
    .block-34 .l .b:last-child{
        grid-column-start: 1;
        grid-column-end: 3;
        width: 100%;
        padding-left: 100px;
        padding-right: 100px;
    }
    .block-34 .l .b:last-child .h3 br{
        display: none;
    }
    .block-35 .cont .l1{
        flex-direction: column;
        width: 100%;
        align-items: center;
        grid-gap: 20px;
    }
    .block-35 .cont{
        width: 688px;
        padding: 25px 30px 30px;
    }
    .block-35 .l1 .l{
        max-width: 550px;
        text-align: center;
    }
    .block-35 .l1 .r{
        max-width: none;
        justify-content: center;
    }
    .block-36{
        margin-top: 150px;
    }
    .block-36 .cont{
        grid-template-columns: 1fr;
    }
    .block-36 .cont .b.target,
    .block-36 .cont .b.context,
    .block-36 .cont .b.seo,
    .block-36 .cont .b.smm{
        grid-column-start: inherit;
        grid-column-end: inherit;
        display: grid;
        grid-template-columns: 198px 1fr;
        padding: 40px 40px !important;
    }
    .block-36 .cont .b .cc{
        margin-top: 0;
    }
    .block-36 .cont .b .h3{
        padding-left: 0;
    }
    .block-36 .cont .b.smm .cc{
        grid-template-columns: 1fr 1fr;
    }
    .block-36 .cont .b.context .cc{
        grid-template-columns: 1fr;
    }
    .block-36 .cont .b.context .h3{
        width: auto;;
    }
    .block-36 .cont{
        grid-gap: 20px;
        margin-top: 60px;
    }
    .block-36 h2{
        font-size: 36px;
    }
    .block-37 .cont .left .box{
        display: none;
    }
    .block-37 .cont .ll{
        background: #404040;
        border-radius: 30px;
    }
    .block-37 .cont .left{
        background: #5DA1D2;
        width: 3px;
        height: 270px;
        padding: 0;
    }
    .block-37 .cont {
        grid-template-columns: 3px 1fr;
        grid-gap: 57px;
    }
    .block-37 .cont .right .up{
        margin-bottom: 52px;
    }
    .block-37 .right h3{
        font-size: 34px;
        margin-bottom: 30px;
    }
    .block-37.p2{
        margin-top: 20px;
        padding: 60px 0;
    }
    .block-37 h2{
        font-size: 48px;
    }
    .block-37.p2:before{
        width: 663px;
        height: 226px;
        top: -126px;
    }
    .block-9 img{
        height: 30px;
    }
    .block-9 .main-line{
        grid-column-gap: 40px;
        max-width: 688px;
        grid-row-gap: 40px;
        margin-top: 50px;
    }
    .block-9 .head-line{
        max-width: 688px;
        grid-row-gap: 5px;
        grid-column-gap: 5px;
    }
    .block-9 .head-line .item{
        font-size: 14px;
        padding: 15px 20px;
    }
    .block-9 h2{
        margin-bottom: 30px;
    }
    .block-9 .head-line .item:before{
        padding: 1px
    }
}


.block-2 .boxx{
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    grid-gap: 10px;
    margin-top: 32px;
}
.block-2 .boxx .line {
    padding: 2px 0;
    border-bottom: none;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    overflow: hidden;
    position: relative;
    background: #060606;
    border: 1px solid #242424;
    border-radius: 10px;
}


.block-2 .boxx .head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    grid-gap: 25px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    padding-left: 20px;
    /* background: red; */
    position: relative;
}
.block-2 .boxx .head:before{
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: url(https://wafe.partners/wp-content/themes/morris_new/img/b2_arrow_001.svg) center center no-repeat;
    background-size: cover;
    top: 50%;
    right: 24px;
    transform: translate(0, -50%);
    transition: 0.3s;
}
.block-2 .boxx .line.active .head:before{
    transform: translate(0, -50%) rotate(180deg);
}
.block-2 .boxx .head:after{
    background: linear-gradient(0deg, rgba(216, 15, 245, 0) 0%, rgba(34, 245, 197, 1) 50%, rgba(216, 15, 245, 0) 100%);
    content: '';
    position: absolute;
    height: 40px;
    width: 2px;
    top: 50%;
    left: 0px;
    transform: translate(0, -50%);
    transition: 0.3s;
    opacity: 0;
}
.block-2 .boxx .line.active .head:after{
    opacity: 1;
}
.block-2 .boxx .head svg{
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translate(0, -50%);
    filter: blur(3px);
    transition: 0.3s;
    opacity: 0;
}
.block-2 .boxx .line.active .head svg{
    opacity: 1;
}
.block-2 .boxx .head .h3 {
    margin-top: 16px;
    margin-bottom: 16px;
    font-family: "Steppe", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: -0.06em;
    color: #8b8b8b;
    position: relative;
    padding-left:39px;
    color: #fff !important;
    z-index: 10;
}
.block-2 .boxx .head .h3:before{
    content: '';
    top: 50%;
    left: 0;
    position: absolute;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    width: 16px;
    height: 16px;
    border: 1px solid #3C3C3C;
    border-radius: 5px;
    cursor: pointer;
}
.block-2 .boxx .head .h3:after{
    content: '';
    position: absolute;
    top: 50%;
    left: 8px;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: #D7FFB7;
    width: 6px;
    height: 6px;
    border-radius: 2px;
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
}
.block-2 .boxx .active .head .h3{
    color: #FF6B00;
}
.block-2 .boxx .active .head .h3:before{
    border-color: #FF6B00;
}
.block-2 .boxx .active .head .h3:after{
    opacity: 1;
    background: #FF6B00;
}

.block-2 .boxx .text {
    position: relative;
    width: 100%;
}

.block-2 .boxx .text .p{
    position: absolute;
    padding: 15px 35px 10px;
    width: 100%;
}
.block-2 .boxx .text p {
    font-family: "Steppe", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: -0.08em;
    color: #fff;
    color: #9f9f9f;
}
.block-2 .boxx .text p span {
    color: #fff;
}

@media(max-width: 767px) {
   
    .block-1 h1{
        font-size: 32px;
        max-width: 260px;
    }
    .block-1,
    .block-17{
        margin-top: 80px;
    }
    .block-1 .b1_bg{
        display: none
    }
    .block-1 .b1_bg.mobile{
        display: block;
        width: 100%;
    }
    .block-1 .container,
    .block-17 .container{
        grid-gap: 35px;
    }
    .block-17.serv .container{
        grid-template-columns: 1fr;
        grid-gap: 40px;
    }
    .block-17.serv .btn,
    .block-17.serv .btn p,
    .block-17.serv .btn .right{
        order: inherit;
        margin-bottom: 0;
        transform: none;
    }
    .block-1 .desc{
        margin-top: 21px;
        font-size: 17px;
    }
    .block-1 ul li:nth-child(3){
        order: 10;
    }
    .block-1 .btn,
    .block-17 .btn{
        margin-top: 25px;
        width: calc(100% - 40px);
    }
    .block-1 .btn p,
    .block-17 .btn p{
        width: 100%;
        font-size: 18px;
    }
    .block-1 .box:nth-child(2),
    .block-1 ul{
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        grid-gap: 35px;
    }
    .block-1 ul{
        grid-gap: 25px;
    }
    .block-1 .box:nth-child(2) .partners{
        -webkit-box-ordinal-group: 0;
            -ms-flex-order: -1;
                order: -1;
        grid-gap: 20px;
    }
    .block-1 .partners .list{
        grid-gap: 0;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        width: 100%;
    }
    .block-1 .text,
    .block-17 .text{
        -webkit-box-ordinal-group: inherit;
            -ms-flex-order: inherit;
                order: inherit;
        max-width: none;
    }
    .block-1 .box .img3d{
        width: 410px;
        top: -70px;
        width: 310px;
        right: -40px;
        position: relative;
        z-index: -1;
    }
    .block-2{
        margin-top: 87px;
        z-index: 9999;
        position: relative;
    }
    .block-2 .boxx{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .block-2 .before_2, .block-2 .before_3{
        display: none
    }
    .block-2 h2{
        font-size: 28px;
    }
    .block-2 .cont:nth-child(2),
    .block-2.serv .cont{
        display: none;
    }
    .block-2 .change .box .bottom .btns .btn .text, .block-2 .boxx .btns .btn .text{
        font-size: 14px;
        padding: 0 10px
    }
    .block-2 .change .box .bottom .btns .btn .plus, .block-2 .boxx .btns .btn .plus{
        min-width: 40px;
    }
    .block-2 .change .box .bottom .btns, .block-2 .boxx .btns{
        grid-gap: 10px;
        margin-top: 40px;
    }
    .block-3{
        margin-top: 86px;
    }
    .block-3 h2{
        font-size: 32px;
        max-width: 300px;
    }
    .block-3 h2 br{
        display: none;
    }
    .block-3 .list{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        grid-gap: 30px;
        grid-row-gap: 23px;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-top: 44px;
    }
    .block-3 .list .box img{
        width: 86px;
    }
    .block-3 .list .box p{
        font-size: 13px;
        max-width: 86px;
        white-space: inherit;
        text-align: center;
    }
    .block-3 .list .box{
        grid-gap: 9px;
        /* max-width: 61px; */
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .block-4{
        margin-top: 102px;
    }
    .block-4 .line{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .block-4 .line img{
        height: 16vw;
        /* width: 80vw; */
    }
    .block-4 .line.l1,
    .block-4 .line.l2{
        padding: 0 !important;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .block-4 .line.l1{
        order: 2;
        margin: 0;
        top: 0;
    }
    .block-4 .line.l2{
        order: 3;
    }
    .block-4 .line.l2{
        margin-top: 34px;
        margin: 0;
    }
    .block-4 .line.l2 img{
        height: 18vw;
    }
    .block-4 .b4_3{
        top: calc(50% + 10px);
        top: -25px;
        order: -1;
        z-index: -1;
    }
    .block-5{
        margin-top: 50px;
    }
    .block-5 .head{
        font-size: 14px;
        max-width: 260px;
    }
    .block-5 .head br{
        display: none;
    }
    .block-5 .desc{
        margin-top: 47px;
        font-size: 14px;
        max-width: 205px;
    }
    .block-5 .circules{
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(90deg) scale(0.9);
            -ms-transform: translate(-50%, -50%) rotate(90deg) scale(0.9);
                transform: translate(-50%, -50%) rotate(90deg) scale(0.9);
    }
    .block-5 .circules.l{
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(-90deg) scale(0.9);
            -ms-transform: translate(-50%, -50%) rotate(-90deg) scale(0.9);
                transform: translate(-50%, -50%) rotate(-90deg) scale(0.9);

        display: none;
    }
    .block-5 .btn{
        margin-top: 25px;
    }
    .block-5 .circules span:nth-child(3){
        opacity: 0;
    }
    .block-6{
        margin-top: 60px;
    }
    .block-6 h2{
        font-size: 28px;
    }
    
    .block-6 .plugs{
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    .block-7{
        padding-top: 50px;
    }
    .block-7.infl{
        padding-top: 0;
    }
    .block-7 .container.h2{
        max-width: 320px;
    }
    .block-7 h2, .block-7 .h2,
    .block-7.infl h2{
        font-size: 28px;
    }
    .block-7 .l1{
        grid-gap: 28px;
    }
    .block-7 .l1 a, .block-13 .l1 a{
        font-size: 14px;
    }
    .block-7 .cont{
        margin-top: 32px;
        padding: 30px;
    }
    .block-7 .cont .swiper .swiper-slide img{
        width: 110px;
    }
    .block-7 .cont .bottom p{
        font-size: 14px;
        max-width: 140px;
    }
    .block-7 .cont .bottom{
        margin-top: 35px;
    }
    .block-7 .span_1{
        width: 130px;
        height: 42px;
        filter: blur(50px);
        /* filter: blur(0); */
        top: 25px;
        left: -10px;
        background: linear-gradient(138deg, #9cc7c0 0%, #7bb4e8 27.48%, #cd9b86 71.1%, #b1d7f1 100%);
    }
    .block-7 .span_2{
        width: 83px;
        height: 66px;
        filter: blur(40px);
        /* filter: blur(0); */
        top: 25px;
        left: 250px;
        background: #713F1C;
    }
    .block-7 .span_3{
        width: 60px;
        height: 42px;
        filter: blur(40px);
        /* filter: blur(0); */
        top: inherit;
        bottom: -6px;
        left: 0px;
        background: #660F6D;
    }
    .block-7 .span_4{
        width: 130px;
        height: 42px;
        filter: blur(40px);
        /* filter: blur(0); */
        top: inherit;
        bottom: 91px;
        left: 250px;
        background: linear-gradient(90deg, #a78186 0%, #6f8bbf 49.5%, #9ac7c5 100%);
    }
    .block-8 h2{
        font-size: 28px;
    }
    .block-8{
        padding-top: 80px;
    }
    .block-8 .cont{
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    .block-8 .cont{
        margin-top: 35px;
    }
    .block-8 .cont .box .h3{
        font-size: 24px;
    }
    .block-8 .cont .box .desc{
        font-size: 14px;
    }
    .block-9 .container{
        grid-gap: 30px;
    }
    .block-9 img{
        height: 26px;
    }
    .block-9{
        padding-top: 67px;
    }
    .block-10{
        overflow: hidden;
    }
    .block-10 h3{
        font-size: 28px;
    }
    .block-10 h2:before, .block-10 h2:after {
        width: 143px;
        height: 616px;
    }
    .block-10 h2:after{
        right: -10%;
        top: 60px;
    }
    .block-10 h2:before{
        left: -10%;
        top: 60px;
    }
    .block-10 .list{
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        grid-gap: 20px;
        margin-top: 50px;
    }
    .block-10 .h3 br,
    .block-10 .desc,
    .block-10 .bottom br{
        display: none
    }
    .block-10 .h3{
        min-height: 0;
        font-size: 20px;
    }
    .block-10 .box span{
        margin: 18px 0;
    }
    .block-10 .growth{
        width: calc(100% + 40px);
        height: 240px;
    }
    .block-11 .container{
        padding: 28px 26px;
        grid-gap: 60px;
        max-width: 320px;
        grid-template-columns: 1fr;
        background: url(https://wafe.partners/wp-content/themes/morris_new/img/b11_5.webp) center center no-repeat;
        background-size: cover;
    }
    .block-11 .rays.r768{
        display: none;
    }
    .block-11 .rays.r360{
        display: block;
        opacity: 0.5;
    }
    .block-11 h3{
        font-size: 32px;
    }
    .block-11 .left .list{
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        margin-top: 25px;
    }
    .block-11 .right{
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    .block-11 .right .dop{
        display: none;
    }
    .block-11 .left .desc{
        font-size: 14px;
        margin-top: 25px;
    }
    .block-11 .left .list p{
        font-size: 14px;
        padding-left: 43px;
    }
    .block-11 .right .head{
        font-size: 20px;
    }
    .block-11 .subdop_img{
        display: block;
        margin-top: 24px;
    }
    .block-11 .right .inputs{
        margin-top: 26px;
    }
    .block-11 .container:after{
        width: 41px;
        left: 30px;
    }
    .block-11 .container:before {
        width: 125px;
        height: 85px;
    }
    .block-12 h2, .block-12 .h2{
        font-size: 28px;
    }
    .block-12,
    .block-12.context{
        margin-top: 60px;
    }
    .block-12.infl{
        margin-top: 84px;
    }
    .block-12 .mySwiper2{
        margin-top: 40px;
    }
    .block-12 .mySwiper2 .item{
        width: 260px;
        padding:25px;
    }
    .block-12 .bottom p{
        font-size: 18px;
        width: 175px;
    }
    .block-12 .bottom{
        margin-top: 40px;
    }
    .block-13{
        margin-top: 70px;
        padding: 45px 0 56px;
    }
    .block-13 h2{
        font-size: 28px;
        max-width: 250px;
    }
    .block-13 .l1{
        grid-gap: 26px;
    }
    .block-13 .cont{
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    .block-13 .cont .h3{
        font-size: 20px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .block-13 .cont p{
        font-size: 12px;
    }
    .block-13 .cont .bottom .btn{
        font-size: 14px;
    }
    .block-13 .cont .bottom .tag,
    .block-13 .cont .bottom .date{
        font-size: 14px;
    }
    .block-13 .cont .bottom{
        margin-top: 20px;
    }
    .block-14{
        margin-top: 63px;
        margin-bottom: 70px;
    }
    .block-14 h2, .block-14.serv h2{
        font-size: 28px;
    }
    .block-14 .box{
        margin-top: 37px;
    }
    .block-14 .head h3{
        font-size: 18px;
    }
    .block-14 .text p{
        font-size: 14px;
    }
    .block-14 .bottom{
        margin-top: 50px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        width: 100%;
        grid-gap: 23px;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
    }
    .block-14 .bottom .btn{
        width: 100%;
    }
    .block-14 .bottom .btn .text{
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        background: var(--main-color);
        color: #fff;
    }
    .block-14 .bottom .main{
        text-align: center;
        width: 100%;
    }
    .block-14 .bottom .plus{
        display: none;
    }
    .block-15{
        padding-top: 39px;
    }
    .block-16{
        min-height: 600px;
    }
    .block-16 h1{
        font-size: 36px;
        max-width: 260px;
        margin-bottom: 15px;
    }
    .block-16 p{
        font-size: 14px;
        max-width: 170px;
        margin-bottom: 20px;
    }
    .block-16 a{
        font-size: 16px;
        width: 100%;
    }
    .block-16 .b16_1{
        display: none;
    }
    .block-16 .b16_3{
        display: block;
    }
    .block-17 .h1{
        font-size: 30px;
        margin-bottom: 23px;
    }
    #BreadcrumbList{
        margin-bottom: 30px;
    }
    .block-17.serv .right .text{
        font-size: 14px;
    }
    .block-17 .subhead{
        font-size: 14px;
    }
    .block-17 .left .desc{
        font-size: 14px;
        max-width: 300px;
    }
    .block-17 .btn{
        margin-top: 0;
    }
    .block-17 .ways{
        grid-template-columns: 1fr 1fr;
        grid-gap: 12px;
        order: 10;
        margin-top: 55px;
    }
    .block-17 .quoute{
        margin-top: 20px;
    }
    .block-17 .col.right{
        margin-top: 0;
    }
    .block-17 .right .text{
        margin-top: 25px;
        margin-left: 0;
        font-size: 12px;
    }
    .block-17 .person{
        margin-left: 0;
        margin-top: 20px;
    }
    .block-17 .go-line{
        display: none;
    }
    .block-18 .head{
        font-size: 66px;
    }
    .block-18 .sub{
        font-size: 22px;
        margin-left: 15px
    }
    .block-18 .bottom{
        font-size: 14px;
    }
    .block-18 .cont{
        grid-row-gap: 36px
    }
    .block-18 .big{
        grid-template-columns: 1fr;
    }
    .block-18 .big .b{
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 30px;
    }
    .block-18 .head .desc{
        display: none;
    }
    .block-18 .head .mob{
        display: block;
    }
    .block-18 .big .bottom{
        font-size: 12px;
    }
    .block-18 .vector{
        width: 439px;
        left: 50%;
        top: -22px;
    }
    .block-18 h2{
        margin-bottom: 50px;
    }
    .block-19{
        margin-top: 90px;
    }
    .block-18 h2, .block-19 h2, .block-19 .h2{
        font-size: 24px;
    }
    .block-19 .subhead br{
        display: none;
    }
    .block-19 .cont{
        margin-top: 36px;
    }
    .block-19 .cont .b{
        padding: 30px 0 33px;
        grid-gap: 18px;
    }
    .block-19 .cont .b img{
        width: 25px;
        height: auto;
    }
    .block-19 .name{
        font-size: 13px;
    }
    .block-19 .cont:before{
        width: 300px;
        height: 135px;
        background: rgba(34, 245, 197, 1);
        filter: blur(180px);
        /* border: 1px solid red; */
    }
    .block-20 h2, .block-9 h2{
        font-size: 23px;
    }
    .block-9 h2{
        margin-bottom: 20px;
    }
    .block-7 .container.h2 h2
    .block-9.infl h2{
        margin-bottom: 24px;
    }
    .block-7 .container.h2 .desc,
    .block-9 .desc{
        font-size: 14px;
        margin-bottom: 24px;
    }
    .block-7 .container.h2 .desc{
        margin-bottom: 0;
    }
    .block-20 .cont{
        display: none;
    }
    .block-20 .cont.mobile{
        display: flex;
        max-width: 320px;
        margin-top: 50px;
    }
    .block-20 .h3 br{
        display: none;
    }
    .block-20 .nav{
        display: flex;
        justify-content: space-between;
        align-items: center;
        grid-gap: 47px;
        /* background: red; */
        height: 10px;
        margin-top: 30px;
        position: relative;
    }
    .block-20 .nav:before{
        content: '';
        position:absolute;
        top: 50%;
        left: 50%;
        width: 220px;
        height: 90px;
        background: #0C451F;
        background: radial-gradient(50% 50% at 50% 50%, rgba(12, 69, 31, 0.19) 0%, rgba(1, 1, 1, 0) 100%);
        transform: translate(-50%, -50%);
        border-radius: 50%;
        z-index: -1;
    }
    .block-20 .nav .btn{
        width: 18px;
        height: 18px;
        background: url(https://wafe.partners/wp-content/themes/morris_new/img/b20_arrow_on.svg) center center no-repeat;
        background-size: cover;
    }
    .block-20 .nav .btn:last-child{
        transform: rotate(180deg);
    }
    .block-20 .nav .swiper-button-disabled{
        background: url(https://wafe.partners/wp-content/themes/morris_new/img/b20_arrow_off.svg) center center no-repeat !important;
        background-size: cover !important;
    }
    .block-20 .nav .swiper-pagination-bullets.swiper-pagination-horizontal{
        width: auto;
        flex-grow: 1;
        display: flex;
        justify-content: center;
        align-items: center;
        grid-gap: 5px;
    }
    .block-20 .nav .swiper-pagination-bullet{
        background: #2A2A2A !important;
        opacity: 1;
        margin: 0 !important;
        width: 19px;
        height: 3px;
        border-radius: 10px;
    }
    .block-20 .nav .swiper-pagination-bullet.swiper-pagination-bullet-active{
        background: var(--main-color) !important;
    }
    .block-21 h2, .block-21 .h2{
        font-size: 18px;
    }
    .block-21 .cont{
        padding: 37px;
    }
    .block-21 p{
        font-size: 12px;
        margin-top: 21px;
    }
    .block-21 .btn{
        margin-top: 21px;
        padding-left: 0;
        padding-right: 0;
        width: 100%;
    }
    .block-21 .btn span{
        display: none;
    }
    .block-21 .cont:before,
    .block-21 .cont:after{
        height: 187px;
        filter: blur(150px);
    }
    .block-22 h2{
        font-size: 24px;
    }
    .block-22 .subhead{
        font-size: 12px;
    }
    .block-22 .cont{
        margin-top: 100px;
        grid-gap: 90px;
    }
    .block-22 .cont .line:before{
        height: calc(100% + 20px);
    }
    .block-22 .cont .line{
        grid-gap: 20px;
    }
    .block-22 .plugs.g4{
        grid-template-columns: 1fr 1fr;
        grid-gap: 10px;
    }
    .block-22 .plugs.g4 .l:nth-child(2),
    .block-22 .plugs.g4 .l:nth-child(3),
    .block-22 .plugs.g4 .l:nth-child(4){
        grid-column-start: inherit;
        grid-column-end: inherit;
        grid-row-start: inherit;
        grid-row-end: inherit;
    }
    .block-22 .cont .line .l{
        margin-left: 0;
        /* width: 100% !important; */
        grid-gap: 15px;
        padding: 10px 16px;
    }
    .block-22 .plugs.g4 .l,
    .block-22 .line.bold .plugs.lines .l{
        flex-direction: row;
        grid-gap: 22px !important;
        padding: 10px 13px !important;
    }
    .block-22 .plugs.g4 .l:nth-child(3) img, .block-22 .plugs.g4 .l:nth-child(4) img{
        height: 22px;
    }
    .block-22 .plugs.g4 .l p{
        text-align: left;
    }
    .block-22 .cont .line .h3{
        font-size: 18px;
        max-width: 210px;
        min-width: 0;
    }
    .block-22 .cont .line .right{
        width: 100%;
    }
    .block-22 .cont .line .week-plug{
        top: -50px;
    }
    .block-22 .line.bold .plugs.lines{
        margin-top: 10px;
    }
    .block-22 .cont .line .right .big-grid{
        grid-gap: 0;
    }
    .block-22 .plugs.g4 .l:nth-child(2){
        order: -1;
        grid-column-start: 1;
        grid-column-end: 3;
    }
    .block-22 .plugs.g4 .l:nth-child(1),
    .block-22 .plugs.g4 .l:nth-child(2),
    .block-22 .plugs.g4 .l:nth-child(3),
    .block-22 .line.bold .plugs.lines .l:last-child{
        flex-direction:column;
        align-items: center;
        grid-gap: 10px !important;
        padding: 13px 30px !important;
        text-align: center !important;
    }
    .block-22 .plugs.g4 .l:nth-child(1) p,
    .block-22 .plugs.g4 .l:nth-child(2) p,
    .block-22 .plugs.g4 .l:nth-child(3) p{
        text-align: center;
    }
    .block-22 .cont .line.big .right .big-grid .plugs{
        flex-direction: column;
    }
    .block-22 .cont .line.big .plugs .l{
        width: 100%;
    }
    .block-22.out .cont .line{
        grid-template-columns: 130px 1fr;
        border-top: 1px solid rgba(114, 15, 245, 0.2);
        padding-top: 20px;
        grid-gap: 0;
    }
    .block-22.out .cont .line:first-child{
        border-top: none;
    }
    .block-22.out .cont .line .left,
    .block-22.out .cont .line .h3{
        width: 100%;
        font-size: 14px;
    }
    .block-22.out .cont .line .week-plug{
        position: absolute;
        top: 12px;
        left: -130px;
        align-items: flex-start;
        justify-content: flex-start;
        /* background: red; */
    }
    .block-22.out .cont .line .week-plug .r,
    .block-22.out .cont .line .week-plug .l{
        display: none !important;
    }
    .block-22.out .cont .line .week-plug span{
        padding: 0;
    }
    .block-22.out .cont .line .h3{
        padding-top: 40px;
    }
    .block-22.out .cont .line .right:before{
        top: -20px;
        height: calc(100% + 41px);
    }
    .block-22.out .cont .line:first-child .right:before{
        top: 5px;
    }
    .block-22.out .cont .line:last-child .right:before{
        display: block;
        height: 30px;
    }
    .block-22.out .cont{
        grid-gap: 20px;
        margin-top: 20px;
    }
    .block-22.out .cont .line .right{
        padding-left: 10px;
    }
    .block-22 .cont .line .l{
        padding: 12px 10px;
    }
    .block-22.out .cont .line .l{
        align-items: flex-start;
    }
    .block-22.out .cont .line .week-plug img{
        display: none;
    }
    .block-22.out .cont .line .week-plug span{
        max-width: 80px;
        text-align: left;
        white-space: inherit;
    }
    .block-22.out .cont .line:last-child .h3{
        padding-top: 60px;
    }
    
    .block-23{
        /* background: red; */
    }
    .block-23 h2, .block-23 .h2, .block-31 h2{
        font-size: 24px;
    }
    .block-23 .l{
        grid-template-columns: 1fr;
        grid-gap: 20px;
        align-items: stretch;
        margin-top: 40px;
    }
    .block-23 .l .b:nth-child(1),
    .block-23 .l .b:nth-child(2),
    .block-23 .l .b:nth-child(3){
        grid-column-start: inherit;
        grid-column-end: inherit;
        grid-row-start: inherit;
        grid-row-end: inherit;
        margin: 0;
    }
    .block-23 .l .b{
        display: grid;
        grid-template-columns: 40px 1fr;
        grid-gap: 26px;
        grid-row-gap: 0;
        padding: 22px;
    }
    .block-23 .l .b img, .block-23 .l .b picture{
        grid-row-start: 1;
        grid-row-end: 3;
        width: 40px;
        height: auto;
    }
    .block-23 .l .b .h3{
        font-size: 18px;
        margin-bottom: 16px
    }
    .block-23 .l .b .desc{
        font-size: 14px;
    }
    .block-23 .main_img{
        margin-top: 40px;
    }
    .block-23.smm .l{
        grid-template-columns: 1fr;
        grid-gap: 32px;
    }
    .block-23.smm .l .b,
    .block-23.out .l .b{
        width: 100%;
        display: flex;
        flex-direction: column;
        padding: 24px;
        width: calc(100% - 60px);
        align-items: flex-start;
    }
    .block-23.out .l .b:nth-child(2),
    .block-23.out .l .b:nth-child(4),
    .block-23.smm .l .b:nth-child(2),
    .block-23.smm .l .b:nth-child(4){
        margin-left: 60px;
    }
    .block-23.out .l .b img,
    .block-23.smm .l .b img{
        height: 35px;
        width: auto;
    }
    .block-23.smm .l .b .h3{
        margin-bottom: 20px;
        max-width: 100px;
    }
    .block-23.smm .l .b .desc{
        max-width: 180px;
    }
    .block-23.smm .main_img{
        margin-top: -793px;
    }
    .block-23.out .main_img{
        margin-top: -530px;
    }
    .block-24{
        margin-top: -20px;
        margin-bottom: -60px;
    }
    .block-24 .left h2{
        font-size: 24px;
        margin-bottom: 18px;
    }
    .block-24 .cont{
        padding: 28px 18px;
    }
    .block-24 .left .desc{
        font-size: 14px;
    }
    .block-24 .right .l{
        font-size: 14px;
        grid-gap: 21px;
        text-align: left;
    }
    .block-24 .right .l svg{
        width: 36px;
        height: auto;
    }
    .block-24 .right{
        grid-gap: 18px;
    }
    .block-24 .down p{
        font-size: 14px;
        margin-bottom: 20px;
    }
    .block-24 .down .btn{
        font-size: 14px;
        padding: 0;
        width: 100%;
        text-align: center;
        line-height: 60px;
    }
    .block-24 .c:before, .block-24 .c:after{
        width: 215px;
        height: 71px;
    }
    .block-25,
    .block-25.context{
        margin-top: -50px;
    }
    .block-25.infl .cont{
        background: url(https://wafe.partners/wp-content/themes/morris_new/img/infl_b25_4.png) center center no-repeat;
        background-size: cover;
    }
    .block-25 .cont h2{
        font-size: 26px;
        margin-bottom: 13px;
    }
    .block-25 .cont h2 br{
        display: none;
    }
    .block-25 .cont{
        padding: 30px;
        padding-bottom: 220px;
    }
    .block-25 .cont:after{
        border-width: 8px;
    }
    .block-25 .cont .desc{
        max-width: 140px;
        font-size: 12px;
    }
    .block-25 .btn,
    .block-25 .btn.b1{
        margin-top: 18px;
        width: calc(100% - 20px);
    }
    .block-25 .btn p,
    .block-25 .btn.b1 p{
        width: 100%;
        font-size: 16px;
        line-height: 60px;
    }
    .block-25 .btn span,
    .block-25 .btn.b1 span{
        width: 61px;
        height: 68px;
        top: -39px;
        right: -33px;
    }
    .block-25 .btn .right,
    .block-25 .btn.b1 .right{
        width: 40px;
        height: 40px;
        top: -32px;
        right: -26px;
    }
    .block-25 .btn .right svg,
    .block-25 .btn.b1 .right svg{
        width: 21px;
    }
    .block-25 .btn.b1 .right svg path{
        fill: #fff;
    }
    .block-25 .big_img, .block-25.smm .big_img{
        width: 491px;
        height: 319px;
        transform: translate(-50%, 0);
        left: 50%;
        top: 192px;
    }
    .block-25.smm .big_img{
        top: 220px;
    }
    .block-25 .linght_1,
    .block-25 .linght_2{
        width: 230px;
        height: 73px;
    }
    .block-26{
        margin-top: 100px;
    }
    .block-26 h2{
        font-size: 24px;
        max-width: 260px;
    }
    .block-26 .subhead{
        font-size: 12px;
        margin-top: 18px;
    }
    .block-26 .cont{
        grid-template-columns: 1fr;
        margin-top: 41px;
    }
    .block-27 .cont{
        padding: 20px;
        grid-gap: 24px;
    }
    .block-27 .cont .left h2{
        font-size: 24px;
        margin-bottom: 20px;
    }
    .block-27 .left .up p{
        font-size: 14px;
    }
    .block-27 .cont .right{
        margin-top: 0;
        grid-gap: 30px;
    }
    .block-27 .cont .right .b{
        grid-gap: 20px;
    }
    .block-27 .cont .right .b .h3{
        font-size: 16px;
    }
    .block-27 .cont .right .b .img img{
        width: 36px;
    }
    .block-27 .bottom .btn, .block-27.infl .bottom .btn{
        font-size: 14px;
        padding: 0;
        width: 100%;
        line-height: 60px;
    }
    .block-27 .bottom p{
        width: 100%;
        font-size: 14px;
    }
    .block-28{
        margin-top: 110px;
    }
    .block-28 h2{
        font-size: 24px;
    }
    .block-28 .cont{
        grid-template-columns: 1fr;
        margin-top: 25px;
    }
    .block-29{
        margin-top: 20px;
        margin-bottom: 40px;
    }
    .block-29 .h2{
        font-size: 24px;
    }
    .block-29 .l{
        flex-direction: column;
        margin-top: 30px;
    }
    .block-29 .l .b{
        padding-bottom: 40px;
    }
    .block-29 .l2 {
        padding-left: calc((100% - 320px) / 2);
        padding-right: calc((100% - 320px) / 2);
    }
    .block-29 .l3{
        margin-top: 25px;
    }
    .block-29 .l3 p{
        font-size: 14px;
        max-width: 300px;
    }
    .block-30 h2{
        font-size: 24px;
        max-width: 90%;
    }
    .block-30 .cont{
        margin-top: 30px;
    }
    .block-30.context .cont{
        grid-template-columns: 1fr;
    }
    .block-30.context .cont .b{
        background: transparent;
        padding: 30px 26px;
    }
    .block-30 .cont .b{
        padding: 30px;
    }
    .block-31{
        margin-top: 120px;
        margin-bottom: -100px;
    }
    .block-31 .subhead.dark,
    .block-31 .subhead{
        font-size: 12px;
        margin-top: 16px;
    }
    .block-31 .b .l.head p{
        font-size: 16px;
    }
    .block-31 .b{
        padding: 19px 15px;
    }
    .block-31 .b .l.head .img{
        margin-right: 12px;
    }
    .block-31 .b .l.head{
        padding-bottom: 16px;
    }
    .block-31 .b .l p{
        font-size: 12px;
        padding-right: 10px;
    }
    .block-31 .b .l img{
        width: 19px;
        height: 19px;
        margin-right: 12px;
    }
    .block-31 span{
        font-size: 10px;
        width: auto;
        white-space: nowrap;
        padding: 0 7px;
    }
    .block-31 .b .l{
        padding: 12px 0;
    }
    .block-32 .container{
        max-width: none;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .block-32 h2{
        font-size: 32px;
        margin-bottom: 32px;
        max-width: 350px;
        min-height: 96px;
        /* display: flex; */
        /* justify-content: center; */
        /* align-items: center; */
    }
    .block-32 .col{
        flex-direction: column;
        top: 200px;
        padding: 0;
        height: 108px;
    }
    .block-32 .col p{
        font-size: 18px;
        max-width: none
    }
    .block-32 .bg{
        height: 365px;
    }
   .block-32 .bg-light {
        width: 480px;
        height: 590px;
        top: -30px;
    }
    .block-32{
        padding-bottom: 100px;
        margin-top: 120px;
        overflow: hidden;
    }
    .block-33{
        margin-top: 98px;
    }
    .block-33 h2{
        font-size: 24px;
        margin-bottom: 50px;
    }
    .block-33 .l1{
        padding-left: 0;
    }
    .block-33 .l1:before,
    .block-33 .l1 .point,
    .block-21 .left-row, 
    .block-21 .right-row{
        display: none;
    }
    .block-33 .l1 .b{
        padding: 25px;
    }
    .block-33 .l2{
        border: none;
    }
    .block-33 .h2_2{
        margin-top: 50px;
        margin-bottom: 34px;
        font-size: 24px;
    }
    .block-33 .l2 .r .b .down{
        max-width: 270px;
    }
    .block-33 .l2 .r{
        margin-bottom: 53px;
    }
    .block-34{
        margin-top: 80px;
    }
    .block-34 h2,
    .block-35 h2{
        font-size: 28px;
    }
    .block-34 .l{
        margin-top: 36px;
        grid-template-columns: 1fr;
    }
    .block-34 .b .h3{
        font-size: 24px;
        margin-top: 34px;
    }
   .block-34 .l .b:last-child {
        grid-column-start: 1;
        grid-column-end: 2;
        padding-left: 25px;
        padding-right: 25px;
    }
    .block-35 .cont{
        width: 100%;
        padding: 30px 20px 20px;
        margin-top: 30px;
    }
    .block-35 .cont .l1{
        padding-bottom: 20px;
    }
    .block-35 .l1 .l{
        font-size: 16px;
        max-width: 250px;
    }
    .block-35 .l2{
        font-size: 14px;
        margin-top: 20px;
    }
    .block-36{
        margin-top: 100px;
        margin-bottom: 10px;
    }
    .block-36 h2{
        font-size: 24px;
    }
    .block-36 h2 br{
        display: none
    }
    .block-36 .cont{
        margin-top: 40px;
    }
    .block-36 .cont .b.target, .block-36 .cont .b.context, .block-36 .cont .b.seo, .block-36 .cont .b.smm{
        grid-template-columns: 1fr;
        padding: 40px 20px !important;
    }
    .block-36 .cont .b .h3 br{
        display: none;
    }
    .block-36 .cont .b .h3{
        font-size: 20px;
        margin-bottom: 20px;
        padding-left: 20px;
    }
    .block-36 .cont .b .cc{
        grid-template-columns: 1fr !important
    }

    .block-37 h2{
        font-size: 32px;
    }
    .block-37.p2{
        margin-top: 40px;
        padding-top: 36px;
        padding-bottom: 62px;
    }
    .block-37 .ll{
        display: none;
    }
    .block-37 .cont{
        grid-template-columns: 1fr;
    }
    .block-37 .right h3{
        font-size: 22px;
        margin-bottom: 24px;
    }
    .block-37 .right .box p{
        font-size: 16px;
    }
    .block-37 .cont .right .up{
        margin-bottom: 37px;
    }
    .block-37 .cont .right{
        grid-gap: 56px;
    }
    .block-37 .cont .right .up p{
        font-size: 16px;
    }
    .block-37.p2:before{
        width: 320px;
        height: 144px;
        top: -72px;
    }
    
    

    #iframe-logo-wrapper{
        /* width: 400px; */
        width: 370px;
        height: 400px;
        left: 0;
        position: absolute;
        top: 0;
        transform: none;
    }
    #iframe-logo{
        transform: translate(-28%, -28%) scale(0.4);
    }

    .block-9 img{
        height: 25px !important;
    }
    .block-9 .main-line{
        grid-column-gap: 20px;
        max-width: 328px;
        grid-row-gap: 30px;
        margin-top: 50px;
    }
    .block-9 .head-line{
        max-width: 328px;
        grid-row-gap: 5px;
        grid-column-gap: 5px;
    }
    .block-9 .head-line .item{
        font-size: 14px;
        padding: 10px 14px;
    }
    .block-9 h2{
        margin-bottom: 30px;
    }
}





.input-cont,.input-cont input {
    width: 100%;
    position: relative
}

.input-cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* border-bottom: 1px solid #3b3b3b; */
    border: 1px solid #1f1e1e;
    border-radius: 10px !important;
    background: #fff;
    padding-left: 20px;
    border: 4px solid #E9E9E9;
    margin: 0 !important;
    !i;
    !;
}

.input-cont input {
    height: 52px !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    border: none;
    background: 0 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 50px;
    padding: 0;
    border: none !important;
    padding-top: 0 !important;
    
    
    
    !i;
    !;
}

.input-cont .select {
    position: absolute;
    width: 100%;
    height: auto;
    max-height: 200px;
    top: 100%;
    left: 0px;
    display: none;
    overflow: auto;
    z-index: 10;
    padding-top: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 7px;
    -webkit-box-shadow: 0 0 1px rgb(0 0 0 / 10%);
    box-shadow: 0 0 1px rgb(0 0 0 / 10%);
    overflow-y: scroll;
    border: 1px solid #1f1e1e;
    border-radius: 10px !important;
    background: #121212;
}

.input-cont .select::-webkit-scrollbar {
    margin: 0;
    background: 0 0;
    width: 10px
}

.input-cont .select::-webkit-scrollbar-button {
    display: none
}

.input-cont .select::-webkit-scrollbar-track-piece {
    background: rgba(0,0,0,0)
}

.input-cont .select::-webkit-scrollbar-thumb {
    margin: 10px;
    background: #c0c7cf;
    border-radius: 10px
}

.input-cont .t-input-phonemask__options-item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px 10px;
    cursor: pointer;
    font-size: 14px;
    border-radius: 5px;
    -webkit-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s
}

.input-cont.active .select,.t-input-phonemask__options-wrap.t-input-phonemask__options-wrap_open {
    display: block
}

.t-input-phonemask__options-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.t-input-phonemask__options-flag {
    -webkit-box-shadow: 0 0 5px rgb(0 0 0 / 30%);
    box-shadow: 0 0 5px rgb(0 0 0 / 30%);
    background-position: -257px -74px
}

.input-cont .t-input-phonemask__options-item:hover {
    background: #eee
}

.modal .input-cont input::-webkit-input-placeholder {
    color: #c4c4c4
}

.modal .input-cont input::-moz-placeholder {
    color: #c4c4c4
}

.modal .input-cont input:-ms-input-placeholder {
    color: #c4c4c4
}

.modal .input-cont input:-moz-placeholder {
    color: #c4c4c4
}

.form .input-cont input::-webkit-input-placeholder {
    color: #c4c4c4
}

.form .input-cont input::-moz-placeholder {
    color: #c4c4c4
}

.form .input-cont input:-ms-input-placeholder {
    color: #c4c4c4
}

.form .input-cont input:-moz-placeholder {
    color: #c4c4c4
}

.input-cont .t-input-phonemask__options-item.hide {
    background: red;
    display: none
}

.t-input-phonemask__select,.t-input-phonemask__select span {
    cursor: pointer!important;
    color: #7E7E7E;
    font-family: "Steppe", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 50px;
    letter-spacing: -0.08em;
}

.block-9 {
    z-index: 0
}

.t-input-group.js-error-control-box .t-input-phonemask {
    border: 0!important
}

.t-input_pvis.t-input-phonemask__wrap {
    padding-top: 0;
    padding-bottom: 0
}

.t-input-phonemask__wrap {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex
}

.t-input-phonemask {
    height: auto;
    padding: 0;
    background-color: transparent
}

.t-input-phonemask__options-wrap {
    display: none;
    position: absolute;
    z-index: 10;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 7px;
    -webkit-box-shadow: 0 0 1px rgba(0,0,0,.1);
    box-shadow: 0 0 1px rgba(0,0,0,.1);
    overflow-y: scroll
}

.t-input-phonemask__options-item {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: end;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    padding: 8px 10px;
    font-family: sans-serif;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    font-family: "Steppe", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 13px;
    letter-spacing: -0.08em;
}

.t-input-phonemask__options-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.t-input-phonemask__options-item.t-input-phonemask__options-item_chosen,.t-input-phonemask__options-item:hover {
    background-color: #eee
}

.t-input-phonemask__select {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 5px;
    margin-left: 0;
    font-size: 16px;
    cursor: pointer
}

.t-input-phonemask__select-triangle {
    position: relative;
    margin-left: 6px;
    border-style: solid;
    border-width: 5px 4px 0;
    border-color: #9a9a9a transparent transparent
}

.t-input-phonemask__select-code {
    white-space: nowrap
}

.t-input-phonemask__options-code,.t-input-phonemask__select-code {
    margin-left: 10px
}

.t-input-phonemask__options-flag,.t-input-phonemask__select-flag {
    width: 18px;
    min-width: 18px;
    height: 13px;
    background-color: #c5c5c5;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
    box-shadow: 0 0 5px rgba(0,0,0,.3);
    background-image: url(https://wafe.partners/wp-content/themes/morris_new/img/flags5.webp);
    background-repeat: no-repeat;
    display: inline-block
}

.t-input-phonemask__options-flag {
    margin-left: 8px
}

.t-input-phonemask__options-wrap::-webkit-scrollbar {
    width: 8px;
    height: 15px
}

.t-input-phonemask__options-wrap::-webkit-scrollbar-thumb {
    border-radius: 7px;
    background: #c2c9d2
}

@media screen and (max-width: 640px) {
    .t-input-phonemask__options-wrap {
        min-width:auto
    }
}

.t-input-phonemask__options-flag_ad,.t-input-phonemask__select-flag[data-phonemask-flag=ad] {
    background-position: -5px -5px
}

.t-input-phonemask__options-flag_ae,.t-input-phonemask__select-flag[data-phonemask-flag=ae] {
    background-position: -33px -5px
}

.t-input-phonemask__options-flag_af,.t-input-phonemask__select-flag[data-phonemask-flag=af] {
    background-position: -61px -5px
}

.t-input-phonemask__options-flag_ag,.t-input-phonemask__select-flag[data-phonemask-flag=ag] {
    background-position: -89px -5px
}

.t-input-phonemask__options-flag_al,.t-input-phonemask__select-flag[data-phonemask-flag=al] {
    background-position: -117px -5px
}

.t-input-phonemask__options-flag_am,.t-input-phonemask__select-flag[data-phonemask-flag=am] {
    background-position: -145px -5px
}

.t-input-phonemask__options-flag_ao,.t-input-phonemask__select-flag[data-phonemask-flag=ao] {
    background-position: -173px -5px
}

.t-input-phonemask__options-flag_ar,.t-input-phonemask__select-flag[data-phonemask-flag=ar] {
    background-position: -201px -5px
}

.t-input-phonemask__options-flag_at,.t-input-phonemask__select-flag[data-phonemask-flag=at] {
    background-position: -229px -5px
}

.t-input-phonemask__options-flag_au,.t-input-phonemask__select-flag[data-phonemask-flag=au] {
    background-position: -257px -5px
}

.t-input-phonemask__options-flag_az,.t-input-phonemask__select-flag[data-phonemask-flag=az] {
    background-position: -285px -5px
}

.t-input-phonemask__options-flag_ba,.t-input-phonemask__select-flag[data-phonemask-flag=ba] {
    background-position: -313px -5px
}

.t-input-phonemask__options-flag_bb,.t-input-phonemask__select-flag[data-phonemask-flag=bb] {
    background-position: -5px -28px
}

.t-input-phonemask__options-flag_bd,.t-input-phonemask__select-flag[data-phonemask-flag=bd] {
    background-position: -33px -28px
}

.t-input-phonemask__options-flag_be,.t-input-phonemask__select-flag[data-phonemask-flag=be] {
    background-position: -61px -28px
}

.t-input-phonemask__options-flag_bf,.t-input-phonemask__select-flag[data-phonemask-flag=bf] {
    background-position: -89px -28px
}

.t-input-phonemask__options-flag_bg,.t-input-phonemask__select-flag[data-phonemask-flag=bg] {
    background-position: -117px -28px
}

.t-input-phonemask__options-flag_bh,.t-input-phonemask__select-flag[data-phonemask-flag=bh] {
    background-position: -145px -28px
}

.t-input-phonemask__options-flag_bi,.t-input-phonemask__select-flag[data-phonemask-flag=bi] {
    background-position: -173px -28px
}

.t-input-phonemask__options-flag_bj,.t-input-phonemask__select-flag[data-phonemask-flag=bj] {
    background-position: -201px -28px
}

.t-input-phonemask__options-flag_bm,.t-input-phonemask__select-flag[data-phonemask-flag=bm] {
    background-position: -229px -28px
}

.t-input-phonemask__options-flag_bn,.t-input-phonemask__select-flag[data-phonemask-flag=bn] {
    background-position: -257px -28px
}

.t-input-phonemask__options-flag_bo,.t-input-phonemask__select-flag[data-phonemask-flag=bo] {
    background-position: -285px -28px
}

.t-input-phonemask__options-flag_br,.t-input-phonemask__select-flag[data-phonemask-flag=br] {
    background-position: -313px -28px
}

.t-input-phonemask__options-flag_bs,.t-input-phonemask__select-flag[data-phonemask-flag=bs] {
    background-position: -5px -51px
}

.t-input-phonemask__options-flag_bt,.t-input-phonemask__select-flag[data-phonemask-flag=bt] {
    background-position: -33px -51px
}

.t-input-phonemask__options-flag_bw,.t-input-phonemask__select-flag[data-phonemask-flag=bw] {
    background-position: -61px -51px
}

.t-input-phonemask__options-flag_by,.t-input-phonemask__select-flag[data-phonemask-flag=by] {
    background-position: -89px -51px
}

.t-input-phonemask__options-flag_bz,.t-input-phonemask__select-flag[data-phonemask-flag=bz] {
    background-position: -117px -51px
}

.t-input-phonemask__options-flag_ca,.t-input-phonemask__select-flag[data-phonemask-flag=ca] {
    background-position: -145px -51px
}

.t-input-phonemask__options-flag_cd,.t-input-phonemask__select-flag[data-phonemask-flag=cd] {
    background-position: -173px -51px
}

.t-input-phonemask__options-flag_cf,.t-input-phonemask__select-flag[data-phonemask-flag=cf] {
    background-position: -201px -51px
}

.t-input-phonemask__options-flag_cg,.t-input-phonemask__select-flag[data-phonemask-flag=cg] {
    background-position: -229px -51px
}

.t-input-phonemask__options-flag_ch,.t-input-phonemask__select-flag[data-phonemask-flag=ch] {
    background-position: -257px -51px
}

.t-input-phonemask__options-flag_ci,.t-input-phonemask__select-flag[data-phonemask-flag=ci] {
    background-position: -285px -51px
}

.t-input-phonemask__options-flag_ck,.t-input-phonemask__select-flag[data-phonemask-flag=ck] {
    background-position: -313px -51px
}

.t-input-phonemask__options-flag_cl,.t-input-phonemask__select-flag[data-phonemask-flag=cl] {
    background-position: -5px -74px
}

.t-input-phonemask__options-flag_cm,.t-input-phonemask__select-flag[data-phonemask-flag=cm] {
    background-position: -33px -74px
}

.t-input-phonemask__options-flag_cn,.t-input-phonemask__select-flag[data-phonemask-flag=cn] {
    background-position: -61px -74px
}

.t-input-phonemask__options-flag_co,.t-input-phonemask__select-flag[data-phonemask-flag=co] {
    background-position: -89px -74px
}

.t-input-phonemask__options-flag_cr,.t-input-phonemask__select-flag[data-phonemask-flag=cr] {
    background-position: -117px -74px
}

.t-input-phonemask__options-flag_cu,.t-input-phonemask__select-flag[data-phonemask-flag=cu] {
    background-position: -145px -74px
}

.t-input-phonemask__options-flag_cv,.t-input-phonemask__select-flag[data-phonemask-flag=cv] {
    background-position: -173px -74px
}

.t-input-phonemask__options-flag_cy,.t-input-phonemask__select-flag[data-phonemask-flag=cy] {
    background-position: -201px -74px
}

.t-input-phonemask__options-flag_cz,.t-input-phonemask__select-flag[data-phonemask-flag=cz] {
    background-position: -229px -74px
}

.t-input-phonemask__options-flag_de,.t-input-phonemask__select-flag[data-phonemask-flag=de] {
    background-position: -257px -74px
}

.t-input-phonemask__options-flag_dj,.t-input-phonemask__select-flag[data-phonemask-flag=dj] {
    background-position: -285px -74px
}

.t-input-phonemask__options-flag_dk,.t-input-phonemask__select-flag[data-phonemask-flag=dk] {
    background-position: -313px -74px
}

.t-input-phonemask__options-flag_dm,.t-input-phonemask__select-flag[data-phonemask-flag=dm] {
    background-position: -5px -97px
}

.t-input-phonemask__options-flag_do,.t-input-phonemask__select-flag[data-phonemask-flag=do] {
    background-position: -33px -97px
}

.t-input-phonemask__options-flag_dz,.t-input-phonemask__select-flag[data-phonemask-flag=dz] {
    background-position: -61px -97px
}

.t-input-phonemask__options-flag_ec,.t-input-phonemask__select-flag[data-phonemask-flag=ec] {
    background-position: -89px -97px
}

.t-input-phonemask__options-flag_ee,.t-input-phonemask__select-flag[data-phonemask-flag=ee] {
    background-position: -117px -97px
}

.t-input-phonemask__options-flag_eg,.t-input-phonemask__select-flag[data-phonemask-flag=eg] {
    background-position: -145px -97px
}

.t-input-phonemask__options-flag_eh,.t-input-phonemask__select-flag[data-phonemask-flag=eh] {
    background-position: -173px -97px
}

.t-input-phonemask__options-flag_er,.t-input-phonemask__select-flag[data-phonemask-flag=er] {
    background-position: -201px -97px
}

.t-input-phonemask__options-flag_es,.t-input-phonemask__select-flag[data-phonemask-flag=es] {
    background-position: -229px -97px
}

.t-input-phonemask__options-flag_et,.t-input-phonemask__select-flag[data-phonemask-flag=et] {
    background-position: -257px -97px
}

.t-input-phonemask__options-flag_fi,.t-input-phonemask__select-flag[data-phonemask-flag=fi] {
    background-position: -285px -97px
}

.t-input-phonemask__options-flag_fj,.t-input-phonemask__select-flag[data-phonemask-flag=fj] {
    background-position: -313px -97px
}

.t-input-phonemask__options-flag_fm,.t-input-phonemask__select-flag[data-phonemask-flag=fm] {
    background-position: -5px -120px
}

.t-input-phonemask__options-flag_fr,.t-input-phonemask__select-flag[data-phonemask-flag=fr] {
    background-position: -33px -120px
}

.t-input-phonemask__options-flag_ga,.t-input-phonemask__select-flag[data-phonemask-flag=ga] {
    background-position: -61px -120px
}

.t-input-phonemask__options-flag_gb,.t-input-phonemask__select-flag[data-phonemask-flag=gb] {
    background-position: -89px -120px
}

.t-input-phonemask__options-flag_gd,.t-input-phonemask__select-flag[data-phonemask-flag=gd] {
    background-position: -117px -120px
}

.t-input-phonemask__options-flag_ge,.t-input-phonemask__select-flag[data-phonemask-flag=ge] {
    background-position: -145px -120px
}

.t-input-phonemask__options-flag_gh,.t-input-phonemask__select-flag[data-phonemask-flag=gh] {
    background-position: -173px -120px
}

.t-input-phonemask__options-flag_gm,.t-input-phonemask__select-flag[data-phonemask-flag=gm] {
    background-position: -201px -120px
}

.t-input-phonemask__options-flag_gn,.t-input-phonemask__select-flag[data-phonemask-flag=gn] {
    background-position: -229px -120px
}

.t-input-phonemask__options-flag_gq,.t-input-phonemask__select-flag[data-phonemask-flag=gq] {
    background-position: -257px -120px
}

.t-input-phonemask__options-flag_gr,.t-input-phonemask__select-flag[data-phonemask-flag=gr] {
    background-position: -285px -120px
}

.t-input-phonemask__options-flag_gt,.t-input-phonemask__select-flag[data-phonemask-flag=gt] {
    background-position: -313px -120px
}

.t-input-phonemask__options-flag_gw,.t-input-phonemask__select-flag[data-phonemask-flag=gw] {
    background-position: -5px -143px
}

.t-input-phonemask__options-flag_gy,.t-input-phonemask__select-flag[data-phonemask-flag=gy] {
    background-position: -33px -143px
}

.t-input-phonemask__options-flag_hk,.t-input-phonemask__select-flag[data-phonemask-flag=hk] {
    background-position: -61px -143px
}

.t-input-phonemask__options-flag_hn,.t-input-phonemask__select-flag[data-phonemask-flag=hn] {
    background-position: -89px -143px
}

.t-input-phonemask__options-flag_hr,.t-input-phonemask__select-flag[data-phonemask-flag=hr] {
    background-position: -117px -143px
}

.t-input-phonemask__options-flag_ht,.t-input-phonemask__select-flag[data-phonemask-flag=ht] {
    background-position: -145px -143px
}

.t-input-phonemask__options-flag_hu,.t-input-phonemask__select-flag[data-phonemask-flag=hu] {
    background-position: -173px -143px
}

.t-input-phonemask__options-flag_id,.t-input-phonemask__select-flag[data-phonemask-flag=id] {
    background-position: -201px -143px
}

.t-input-phonemask__options-flag_ie,.t-input-phonemask__select-flag[data-phonemask-flag=ie] {
    background-position: -229px -143px
}

.t-input-phonemask__options-flag_il,.t-input-phonemask__select-flag[data-phonemask-flag=il] {
    background-position: -257px -143px
}

.t-input-phonemask__options-flag_in,.t-input-phonemask__select-flag[data-phonemask-flag=in] {
    background-position: -285px -143px
}

.t-input-phonemask__options-flag_iq,.t-input-phonemask__select-flag[data-phonemask-flag=iq] {
    background-position: -313px -143px
}

.t-input-phonemask__options-flag_ir,.t-input-phonemask__select-flag[data-phonemask-flag=ir] {
    background-position: -5px -166px
}

.t-input-phonemask__options-flag_is,.t-input-phonemask__select-flag[data-phonemask-flag=is] {
    background-position: -33px -166px
}

.t-input-phonemask__options-flag_it,.t-input-phonemask__select-flag[data-phonemask-flag=it] {
    background-position: -61px -166px
}

.t-input-phonemask__options-flag_jm,.t-input-phonemask__select-flag[data-phonemask-flag=jm] {
    background-position: -89px -166px
}

.t-input-phonemask__options-flag_jo,.t-input-phonemask__select-flag[data-phonemask-flag=jo] {
    background-position: -117px -166px
}

.t-input-phonemask__options-flag_jp,.t-input-phonemask__select-flag[data-phonemask-flag=jp] {
    background-position: -145px -166px
}

.t-input-phonemask__options-flag_ke,.t-input-phonemask__select-flag[data-phonemask-flag=ke] {
    background-position: -173px -166px
}

.t-input-phonemask__options-flag_kg,.t-input-phonemask__select-flag[data-phonemask-flag=kg] {
    background-position: -201px -166px
}

.t-input-phonemask__options-flag_kh,.t-input-phonemask__select-flag[data-phonemask-flag=kh] {
    background-position: -229px -166px
}

.t-input-phonemask__options-flag_ki,.t-input-phonemask__select-flag[data-phonemask-flag=ki] {
    background-position: -257px -166px
}

.t-input-phonemask__options-flag_km,.t-input-phonemask__select-flag[data-phonemask-flag=km] {
    background-position: -285px -166px
}

.t-input-phonemask__options-flag_kn,.t-input-phonemask__select-flag[data-phonemask-flag=kn] {
    background-position: -313px -166px
}

.t-input-phonemask__options-flag_kp,.t-input-phonemask__select-flag[data-phonemask-flag=kp] {
    background-position: -5px -189px
}

.t-input-phonemask__options-flag_kr,.t-input-phonemask__select-flag[data-phonemask-flag=kr] {
    background-position: -33px -189px
}

.t-input-phonemask__options-flag_ks,.t-input-phonemask__select-flag[data-phonemask-flag=ks] {
    background-position: -61px -189px
}

.t-input-phonemask__options-flag_kw,.t-input-phonemask__select-flag[data-phonemask-flag=kw] {
    background-position: -89px -189px
}

.t-input-phonemask__options-flag_kz,.t-input-phonemask__select-flag[data-phonemask-flag=kz] {
    background-position: -117px -189px
}

.t-input-phonemask__options-flag_la,.t-input-phonemask__select-flag[data-phonemask-flag=la] {
    background-position: -145px -189px
}

.t-input-phonemask__options-flag_lb,.t-input-phonemask__select-flag[data-phonemask-flag=lb] {
    background-position: -173px -189px
}

.t-input-phonemask__options-flag_lc,.t-input-phonemask__select-flag[data-phonemask-flag=lc] {
    background-position: -201px -189px
}

.t-input-phonemask__options-flag_li,.t-input-phonemask__select-flag[data-phonemask-flag=li] {
    background-position: -229px -189px
}

.t-input-phonemask__options-flag_lk,.t-input-phonemask__select-flag[data-phonemask-flag=lk] {
    background-position: -257px -189px
}

.t-input-phonemask__options-flag_lr,.t-input-phonemask__select-flag[data-phonemask-flag=lr] {
    background-position: -285px -189px
}

.t-input-phonemask__options-flag_ls,.t-input-phonemask__select-flag[data-phonemask-flag=ls] {
    background-position: -313px -189px
}

.t-input-phonemask__options-flag_lt,.t-input-phonemask__select-flag[data-phonemask-flag=lt] {
    background-position: -5px -212px
}

.t-input-phonemask__options-flag_lu,.t-input-phonemask__select-flag[data-phonemask-flag=lu] {
    background-position: -33px -212px
}

.t-input-phonemask__options-flag_lv,.t-input-phonemask__select-flag[data-phonemask-flag=lv] {
    background-position: -61px -212px
}

.t-input-phonemask__options-flag_ly,.t-input-phonemask__select-flag[data-phonemask-flag=ly] {
    background-position: -89px -212px
}

.t-input-phonemask__options-flag_ma,.t-input-phonemask__select-flag[data-phonemask-flag=ma] {
    background-position: -117px -212px
}

.t-input-phonemask__options-flag_mc,.t-input-phonemask__select-flag[data-phonemask-flag=mc] {
    background-position: -145px -212px
}

.t-input-phonemask__options-flag_md,.t-input-phonemask__select-flag[data-phonemask-flag=md] {
    background-position: -173px -212px
}

.t-input-phonemask__options-flag_me,.t-input-phonemask__select-flag[data-phonemask-flag=me] {
    background-position: -201px -212px
}

.t-input-phonemask__options-flag_mg,.t-input-phonemask__select-flag[data-phonemask-flag=mg] {
    background-position: -229px -212px
}

.t-input-phonemask__options-flag_mh,.t-input-phonemask__select-flag[data-phonemask-flag=mh] {
    background-position: -257px -212px
}

.t-input-phonemask__options-flag_mk,.t-input-phonemask__select-flag[data-phonemask-flag=mk] {
    background-position: -285px -212px
}

.t-input-phonemask__options-flag_ml,.t-input-phonemask__select-flag[data-phonemask-flag=ml] {
    background-position: -313px -212px
}

.t-input-phonemask__options-flag_mm,.t-input-phonemask__select-flag[data-phonemask-flag=mm] {
    background-position: -5px -235px
}

.t-input-phonemask__options-flag_mn,.t-input-phonemask__select-flag[data-phonemask-flag=mn] {
    background-position: -33px -235px
}

.t-input-phonemask__options-flag_mo,.t-input-phonemask__select-flag[data-phonemask-flag=mo] {
    background-position: -61px -235px
}

.t-input-phonemask__options-flag_mr,.t-input-phonemask__select-flag[data-phonemask-flag=mr] {
    background-position: -89px -235px
}

.t-input-phonemask__options-flag_mt,.t-input-phonemask__select-flag[data-phonemask-flag=mt] {
    background-position: -117px -235px
}

.t-input-phonemask__options-flag_mu,.t-input-phonemask__select-flag[data-phonemask-flag=mu] {
    background-position: -145px -235px
}

.t-input-phonemask__options-flag_mv,.t-input-phonemask__select-flag[data-phonemask-flag=mv] {
    background-position: -173px -235px
}

.t-input-phonemask__options-flag_mw,.t-input-phonemask__select-flag[data-phonemask-flag=mw] {
    background-position: -201px -235px
}

.t-input-phonemask__options-flag_mb,.t-input-phonemask__options-flag_mx,.t-input-phonemask__select-flag[data-phonemask-flag=mb],.t-input-phonemask__select-flag[data-phonemask-flag=mx] {
    background-position: -229px -235px
}

.t-input-phonemask__options-flag_my,.t-input-phonemask__select-flag[data-phonemask-flag=my] {
    background-position: -257px -235px
}

.t-input-phonemask__options-flag_mz,.t-input-phonemask__select-flag[data-phonemask-flag=mz] {
    background-position: -285px -235px
}

.t-input-phonemask__options-flag_na,.t-input-phonemask__select-flag[data-phonemask-flag=na] {
    background-position: -313px -235px
}

.t-input-phonemask__options-flag_ne,.t-input-phonemask__select-flag[data-phonemask-flag=ne] {
    background-position: -5px -258px
}

.t-input-phonemask__options-flag_ng,.t-input-phonemask__select-flag[data-phonemask-flag=ng] {
    background-position: -33px -258px
}

.t-input-phonemask__options-flag_ni,.t-input-phonemask__select-flag[data-phonemask-flag=ni] {
    background-position: -61px -258px
}

.t-input-phonemask__options-flag_nl,.t-input-phonemask__select-flag[data-phonemask-flag=nl] {
    background-position: -89px -258px
}

.t-input-phonemask__options-flag_no,.t-input-phonemask__select-flag[data-phonemask-flag=no] {
    background-position: -117px -258px
}

.t-input-phonemask__options-flag_np,.t-input-phonemask__select-flag[data-phonemask-flag=np] {
    width: 16px;
    min-width: 16px;
    background-position: -341px -5px
}

.t-input-phonemask__options-flag_nr,.t-input-phonemask__select-flag[data-phonemask-flag=nr] {
    background-position: -145px -258px
}

.t-input-phonemask__options-flag_nu,.t-input-phonemask__select-flag[data-phonemask-flag=nu] {
    background-position: -173px -258px
}

.t-input-phonemask__options-flag_nz,.t-input-phonemask__select-flag[data-phonemask-flag=nz] {
    background-position: -201px -258px
}

.t-input-phonemask__options-flag_om,.t-input-phonemask__select-flag[data-phonemask-flag=om] {
    background-position: -229px -258px
}

.t-input-phonemask__options-flag_pa,.t-input-phonemask__select-flag[data-phonemask-flag=pa] {
    background-position: -257px -258px
}

.t-input-phonemask__options-flag_pe,.t-input-phonemask__select-flag[data-phonemask-flag=pe] {
    background-position: -285px -258px
}

.t-input-phonemask__options-flag_pg,.t-input-phonemask__select-flag[data-phonemask-flag=pg] {
    background-position: -313px -258px
}

.t-input-phonemask__options-flag_ph,.t-input-phonemask__select-flag[data-phonemask-flag=ph] {
    background-position: -5px -281px
}

.t-input-phonemask__options-flag_pk,.t-input-phonemask__select-flag[data-phonemask-flag=pk] {
    background-position: -33px -281px
}

.t-input-phonemask__options-flag_pl,.t-input-phonemask__select-flag[data-phonemask-flag=pl] {
    background-position: -61px -281px
}

.t-input-phonemask__options-flag_ps,.t-input-phonemask__select-flag[data-phonemask-flag=ps] {
    background-position: -89px -281px
}

.t-input-phonemask__options-flag_pt,.t-input-phonemask__select-flag[data-phonemask-flag=pt] {
    background-position: -117px -281px
}

.t-input-phonemask__options-flag_pw,.t-input-phonemask__select-flag[data-phonemask-flag=pw] {
    background-position: -145px -281px
}

.t-input-phonemask__options-flag_py,.t-input-phonemask__select-flag[data-phonemask-flag=py] {
    background-position: -173px -281px
}

.t-input-phonemask__options-flag_qa,.t-input-phonemask__select-flag[data-phonemask-flag=qa] {
    background-position: -201px -281px
}

.t-input-phonemask__options-flag_ro,.t-input-phonemask__select-flag[data-phonemask-flag=ro] {
    background-position: -229px -281px
}

.t-input-phonemask__options-flag_rs,.t-input-phonemask__select-flag[data-phonemask-flag=rs] {
    background-position: -257px -281px
}

.t-input-phonemask__options-flag_ru,.t-input-phonemask__select-flag[data-phonemask-flag=ru] {
    background-position: -285px -281px
}

.t-input-phonemask__options-flag_rw,.t-input-phonemask__select-flag[data-phonemask-flag=rw] {
    background-position: -313px -281px
}

.t-input-phonemask__options-flag_sa,.t-input-phonemask__select-flag[data-phonemask-flag=sa] {
    background-position: -5px -304px
}

.t-input-phonemask__options-flag_sb,.t-input-phonemask__select-flag[data-phonemask-flag=sb] {
    background-position: -33px -304px
}

.t-input-phonemask__options-flag_sc,.t-input-phonemask__select-flag[data-phonemask-flag=sc] {
    background-position: -61px -304px
}

.t-input-phonemask__options-flag_sd,.t-input-phonemask__select-flag[data-phonemask-flag=sd] {
    background-position: -89px -304px
}

.t-input-phonemask__options-flag_se,.t-input-phonemask__select-flag[data-phonemask-flag=se] {
    background-position: -117px -304px
}

.t-input-phonemask__options-flag_sg,.t-input-phonemask__select-flag[data-phonemask-flag=sg] {
    background-position: -145px -304px
}

.t-input-phonemask__options-flag_si,.t-input-phonemask__select-flag[data-phonemask-flag=si] {
    background-position: -173px -304px
}

.t-input-phonemask__options-flag_sk,.t-input-phonemask__select-flag[data-phonemask-flag=sk] {
    background-position: -201px -304px
}

.t-input-phonemask__options-flag_sl,.t-input-phonemask__select-flag[data-phonemask-flag=sl] {
    background-position: -229px -304px
}

.t-input-phonemask__options-flag_sm,.t-input-phonemask__select-flag[data-phonemask-flag=sm] {
    background-position: -257px -304px
}

.t-input-phonemask__options-flag_sn,.t-input-phonemask__select-flag[data-phonemask-flag=sn] {
    background-position: -285px -304px
}

.t-input-phonemask__options-flag_so,.t-input-phonemask__select-flag[data-phonemask-flag=so] {
    background-position: -313px -304px
}

.t-input-phonemask__options-flag_sr,.t-input-phonemask__select-flag[data-phonemask-flag=sr] {
    background-position: -5px -327px
}

.t-input-phonemask__options-flag_ss,.t-input-phonemask__select-flag[data-phonemask-flag=ss] {
    background-position: -33px -327px
}

.t-input-phonemask__options-flag_st,.t-input-phonemask__select-flag[data-phonemask-flag=st] {
    background-position: -61px -327px
}

.t-input-phonemask__options-flag_sv,.t-input-phonemask__select-flag[data-phonemask-flag=sv] {
    background-position: -89px -327px
}

.t-input-phonemask__options-flag_sy,.t-input-phonemask__select-flag[data-phonemask-flag=sy] {
    background-position: -117px -327px
}

.t-input-phonemask__options-flag_sz,.t-input-phonemask__select-flag[data-phonemask-flag=sz] {
    background-position: -145px -327px
}

.t-input-phonemask__options-flag_td,.t-input-phonemask__select-flag[data-phonemask-flag=td] {
    background-position: -173px -327px
}

.t-input-phonemask__options-flag_tg,.t-input-phonemask__select-flag[data-phonemask-flag=tg] {
    background-position: -201px -327px
}

.t-input-phonemask__options-flag_th,.t-input-phonemask__select-flag[data-phonemask-flag=th] {
    background-position: -229px -327px
}

.t-input-phonemask__options-flag_tj,.t-input-phonemask__select-flag[data-phonemask-flag=tj] {
    background-position: -257px -327px
}

.t-input-phonemask__options-flag_tl,.t-input-phonemask__select-flag[data-phonemask-flag=tl] {
    background-position: -285px -327px
}

.t-input-phonemask__options-flag_tm,.t-input-phonemask__select-flag[data-phonemask-flag=tm] {
    background-position: -313px -327px
}

.t-input-phonemask__options-flag_tn,.t-input-phonemask__select-flag[data-phonemask-flag=tn] {
    background-position: -367px -5px
}

.t-input-phonemask__options-flag_to,.t-input-phonemask__select-flag[data-phonemask-flag=to] {
    background-position: -341px -28px
}

.t-input-phonemask__options-flag_tr,.t-input-phonemask__select-flag[data-phonemask-flag=tr] {
    background-position: -341px -51px
}

.t-input-phonemask__options-flag_tt,.t-input-phonemask__select-flag[data-phonemask-flag=tt] {
    background-position: -341px -74px
}

.t-input-phonemask__options-flag_tv,.t-input-phonemask__select-flag[data-phonemask-flag=tv] {
    background-position: -341px -97px
}

.t-input-phonemask__options-flag_tw,.t-input-phonemask__select-flag[data-phonemask-flag=tw] {
    background-position: -341px -120px
}

.t-input-phonemask__options-flag_tz,.t-input-phonemask__select-flag[data-phonemask-flag=tz] {
    background-position: -341px -143px
}

.t-input-phonemask__options-flag_ua,.t-input-phonemask__select-flag[data-phonemask-flag=ua] {
    background-position: -341px -166px
}

.t-input-phonemask__options-flag_ug,.t-input-phonemask__select-flag[data-phonemask-flag=ug] {
    background-position: -341px -189px
}

.t-input-phonemask__options-flag_us,.t-input-phonemask__select-flag[data-phonemask-flag=us] {
    background-position: -341px -212px
}

.t-input-phonemask__options-flag_uy,.t-input-phonemask__select-flag[data-phonemask-flag=uy] {
    background-position: -341px -235px
}

.t-input-phonemask__options-flag_uz,.t-input-phonemask__select-flag[data-phonemask-flag=uz] {
    background-position: -341px -258px
}

.t-input-phonemask__options-flag_va,.t-input-phonemask__select-flag[data-phonemask-flag=va] {
    background-position: -341px -281px
}

.t-input-phonemask__options-flag_vc,.t-input-phonemask__select-flag[data-phonemask-flag=vc] {
    background-position: -341px -304px
}

.t-input-phonemask__options-flag_ve,.t-input-phonemask__select-flag[data-phonemask-flag=ve] {
    background-position: -341px -327px
}

.t-input-phonemask__options-flag_vn,.t-input-phonemask__select-flag[data-phonemask-flag=vn] {
    background-position: -5px -350px
}

.t-input-phonemask__options-flag_vu,.t-input-phonemask__select-flag[data-phonemask-flag=vu] {
    background-position: -33px -350px
}

.t-input-phonemask__options-flag_ws,.t-input-phonemask__select-flag[data-phonemask-flag=ws] {
    background-position: -61px -350px
}

.t-input-phonemask__options-flag_xk,.t-input-phonemask__select-flag[data-phonemask-flag=xk] {
    background-position: -89px -350px
}

.t-input-phonemask__options-flag_ye,.t-input-phonemask__select-flag[data-phonemask-flag=ye] {
    background-position: -117px -350px
}

.t-input-phonemask__options-flag_za,.t-input-phonemask__select-flag[data-phonemask-flag=za] {
    background-position: -145px -350px
}

.t-input-phonemask__options-flag_zm,.t-input-phonemask__select-flag[data-phonemask-flag=zm] {
    background-position: -173px -350px
}

.t-input-phonemask__options-flag_zw,.t-input-phonemask__select-flag[data-phonemask-flag=zw] {
    background-position: -201px -350px
}