@import url(../fonts/Raleway/stylesheet.css);
@import url(../fonts/bebasneue/stylesheet.css);

@font-face {
    font-family: 'Inder';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/Inder-Regular.woff') format('woff'),
         url('../fonts/Inder-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter/Inter-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter/Inter-Medium.ttf');
    font-weight: 600;
    font-style: normal;
}

@keyframes rotate {
    0% {transform: rotate(0deg);}
    50% {transform: rotate(180deg);}
    100% {transform: rotate(360deg);}
}

@keyframes textRoll {
    0% {
        transform: translateX(0)
    }
    100% {
        transform: translateX(-50%)
    }
  }


*{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    border: none;
    font-family: 'Raleway';
    font-size: 16px;
    line-height: 140%; 
}

html, body{
    height: 100%;
}

body{
    width: 100%;
    max-width: 100vw;
    color: #FFFFFF;
    background:#101517;
    position: relative;
}

body.white{
    background: #ffffff;
    color: #000000;
}

ul{
    list-style: none;
}

img{
    max-width: 100%;
    display: block;
}

a{
    color: #FFFFFF;
    text-decoration: none;
    border-bottom: 1px solid #515562;
    transition: all 0.3s;
}

.white a{
    color: #000000;
}

a:hover{
    text-decoration: none;
    border-bottom-color: #ffffff
}

.white a:hover{
    border-bottom-color: #000000
}

.more a{
    display: inline-block;
    padding-right: 30px;
    background-image: url(../images/more2.svg);
    background-repeat: no-repeat;
    background-position: top right;
    font-size: 18px;
    line-height: 22px;
    font-weight: normal;
}

.noise {
    position: absolute;
    width: 100%;
    z-index: 1;
    top: 0;
    left: 0;
}

.wrapper{
    position: relative;
    z-index: 10;
}

.element-animation{
    opacity: 0;
    transform: translateY(30%);
}

.element-animation.element-show{
    opacity: 1;
    transition: transform 1s, opacity 1s;
    transform: translateY(0%);
}

.page span{
    color: #ffffff;
    font-weight: 400;
}

.bold{
    font-weight: 700;
}

header{
    transition: all 0.3s;
    position: fixed;
    z-index: 20;
    padding-top: 35px;
    padding-bottom: 30px;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
}

header.scroll{
    background-color: #101517;
    z-index: 100;
}

.white header.scroll{
    background-color: #ffffff;
}

header .row{
    align-items: center;
}

header .logo a, header .phone a{
    border: none;
}

body.white header .logo svg path:nth-child(3), body.white header .logo svg path:nth-child(4), body.white header .logo svg path:nth-child(5){
    fill: #000000;
}

header .logo svg{
  width: 143px;
  height: 36px;
}

header .phone a{
    color: #888888;
    font-size: 24px;
    line-height: 28px;
}

body.white header .phone a:hover{
    color: #000000;
}

header .phone a:hover

header .burger-block{
    display: flex;
    justify-content: flex-end;
}

header .burger{
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    width: 34px;
    height: 19px;
}

header .burger span{
    width: 21px;
    background: #FFFFFF;
    height: 1px;
    transition: all 0.3s;
}

.white header .burger span{
    background: #000000;
}

header .burger span:nth-child(2){
    width: 100%;
}

header .burger span:nth-child(3){
    width: 26px;
}

header .burger:hover span{
    width: 100%;
}

.btn{
    display: flex;
    font-size: 36px;
    line-height: 42px;
    align-items: center;
    border-bottom: none;
}

.btn span{
    margin-left: 33px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 1px solid #646573;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}

.btn span svg path{
    transition: all 0.3s;
} 

.btn:hover span{
    border-color: #ffffff;
}

.white .btn:hover span{
    border-color: #000000;
}

.btn:hover span svg path{
    fill: #FF0000;
}

.top-block{
    position: relative;
    padding-top: 340px;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 60px;
}

.top-block .top-img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    max-width: 100vw;
    overflow: hidden;
}

.top-block .top-img video{
    transform: scale(1.1);
}

.top-block .top-img img{
    width: 100%;
    height: 100%;
    filter: grayscale(0.7);
}

h1, .post-page .title{
    font-family: 'Bebas Neue';
    font-weight: 700;
    font-size: 102px;
    line-height: 110px;
    text-transform: uppercase;
}

.top-block .bot-text, .top-block .top-text{
    position: relative;
    z-index: 2;
}


.top-block .bot-text .row{
    align-items: flex-end;
}

.top-block .bot-text .arrow-circle{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #535B6B;
    position: absolute;
    bottom: 0;
}

.top-block .bot-text .arrow-bot{
    position: relative;
    height: 85px;
    width: 52px;
    display: flex;
    justify-content: center;
}

.top-block .bot-text .after-title{
    font-size: 18px;
    line-height: 28px;
    font-family: 'Inter';
    max-width: 410px;
}

.second{
    margin-top: 103px;
    padding-top: 137px;
    background-image: url(../images/main-mid-bg.svg);
    background-repeat: no-repeat;
    background-position: right 85px top;
}

h2{
    font-family: 'Bebas Neue';
    font-weight: 700;
    font-size: 100px;
    line-height: 114px;
}

.second .after-title{
    margin-top: 22px;
    font-size: 20px;
    line-height: 32px;
    max-width: 512px;
}

.cycle-list .item{
    padding-bottom: 55px;
    margin-bottom: 55px;
    border-bottom: 1px solid #ffffff;
}

.cycle-list .item:last-child{
    margin-bottom: 0;
}

.cycle-list .item .name{
    font-family: 'Bebas Neue';
    font-weight: 700;
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 24px;
}

.cycle-list .item .text{
    color: #E6E6E6;
}

h4{
    color: #E6E6E6;
    font-weight: 700;
    font-size: 28px;
    line-height: 105.84%;
    font-family: 'Bebas Neue';
}

.fact{
    margin-top: 86px;
}

.fact .list{
    margin-top: 47px;
}

.fact .list .inner{
    display: flex;
    align-items: center;
}

.fact .list .inner .num{
    font-weight: 700;
    font-size: 100px;
    line-height: 114px;
    font-family: 'Bebas Neue';
    margin-right: 25px;
}

.fact .list .inner .text{
    font-size: 16px;
    line-height: 143.84%;
    color: #E6E6E6;
}

.clients{
    margin-top: 142px;
}

.clients .list{
    margin-top: 47px;
}

.clients .list .item .inner{
    max-width: 150px;
    padding: 0 25px;
    display: flex;
    align-items: center;
    height: 100px;
}

.clients .list .item .inner img{
    filter: grayscale();
}

.project-block{
    margin-top: 280px;
}

.project-block h3{
    margin-bottom: 46px;
}

h3{
    font-weight: 700;
    font-size: 77px;
    line-height: 155.19%;
    font-family: 'Bebas Neue';
}

.project-slider-block{
    position: relative;
}

.project-slider .item .inner{
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
    border-radius: 8px;
    height: 583px;
    display: block;
}

.item.project .inner .name-block{
    position: absolute;
    top: 32px;
    left: 28px;
    font-weight: 300;
}

.item.project .inner .name-block .type{
    font-weight: 300;
}

.item.project .inner .name-block .name{
    max-width: 570px;
    font-family: 'Bebas Neue';
    font-size: 114px;
    color: #ffffff;
    margin-top: 14px;
    font-weight: 600;
    line-height: 86.478%;
}

.item.project .inner .more, .projects-list .item a .more, .other-projects-list .item a .more{
    left: 37px;
    bottom: 44px;
    position: absolute;
}

.item.project.min-item .inner .more, .projects-list .item.min-item a .more, .other-projects-list .item.min-item a .more{
    left: auto;
    bottom: auto;
    top: 35px;
    right: 15px;
}

.item.project .inner .more a, .projects-list .item a .more div, .other-projects-list .item a .more div{
    font-weight: 300;
    position: relative;
    padding-right: 120px;
    background: none;
    border: none;
    font-family: 'Raleway';
    transition: all 0.3s;
}

.item.project.min-item .inner .more a, .projects-list .item.min-item a .more div, .other-projects-list .item.min-item a .more div{
    font-size: 10px;
    padding-right: 67px;
}

.item.project .inner .more a:before, .projects-list .item a .more div:before, .other-projects-list .item a .more div:before{
    content: '';
    width: 52px;
    height: 52px;
    position: absolute;
    right: 0;
    top: -15px;
    border-radius: 50%;
    border: 1px solid #ffffff;
    transition: all 0.3s;
}

.item.project.min-item .inner .more a:before, .projects-list .item.min-item a .more div:before, .other-projects-list .item.min-item a .more div:before{
    width: 30px;
    height: 30px;
    top: -8px
}

.item.project .inner .more a:after, .projects-list .item a .more div:after, .other-projects-list .item a .more div:after{
    content: '';
    width: 68px;
    height: 8px;
    background-image: url(../images/arrow-next2.svg);
    background-repeat: no-repeat;
    position: absolute;
    right: 8px;
    top: 7px;
    transition: all 0.3s;
}

.item.project.min-item .inner .more a:after, .projects-list .item.min-item a .more div:after, .other-projects-list .item.min-item a .more div:after{
    background-image: url(../images/arrow-min.svg);
    width: 40px;
    height: 5px;
    top: 5px;
}

.item.project .inner .more a:hover:after, .projects-list .item a:hover .more div:after, .other-projects-list .item a:hover .more div:after{
    right: -26px;
}

.item.project.min-item .inner .more a:hover:after, .projects-list .item.min-item a:hover .more div:after, .other-projects-list .item.min-item a:hover .more div:after{
    right: -10px;
}

.arrows{
    position: absolute;
    top: -140px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
}

.arrows .arrow-prev{
    display: flex;
    justify-content: flex-start;
    width: 85px;
    position: relative;
    cursor: pointer;
}

.arrows .arrow-next{
    width: 85px;
    position: relative;
    cursor: pointer;
}

.arrows>div div{
    width: 52px;
    height: 52px;
    border: 1px solid #716E6E;
    border-radius: 50%;
    transition: all 0.3s;
}

.arrows .arrow-next{
    display: flex;
    justify-content: flex-end;
    margin-left: 20px;
}

.arrows>div svg{
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}

.arrows .arrow-prev svg{
    left: 18px;
}

.arrows .arrow-next svg{
    right: 18px;
}

.arrows>div:hover div{
    background-color: #ffffff;
}

.services{
    margin-top: 136px;
    padding: 195px 0 168px;
    background: #ffffff;
    color: #101517;
}

.services a{
    color: #020202;
}

.service-list .item{
    margin-top: 55px;
}

.service-list .item:first-child{
    margin-top: 0;
}

.service-list .item a{
    height: 104px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #C0CAD5;
}

.service-list .item a .name{
    font-size: 24px;
    line-height: 105.84%;
    width: 30%;
    transition: all 0.3s;
}

.service-list .item a .name span{
    color: #000;
    max-width: 210px;
    display: block;
    font-weight: 400;
    transition: all 0.3s;
}

.service-list .item a .text{
    font-size: 18px;
    width: 440px;
    max-height: 104px;
    overflow: hidden;
}

.service-list .item a:hover .name{
    width: 25%;
}

.service-list .item a:hover .name span{
    font-weight: 600;
}

.service-list .item a:hover svg path{
    transition: all 0.3s;
}

.service-list .item a:hover svg path{
    fill: #FF0000;
}

.employees{
    padding-top: 155px;
}

.employees .row{
    align-items: stretch;
}

.employees .title-block{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding-top: 41px;
}

.employees .title-block .after-title{
    max-width: 330px;
    font-weight: 300;
    font-size: 18px;
    line-height: 32px;
    margin-top: 17px;
}

.employees-slider-block{
    position: relative;
    padding-bottom: 100px;
}

.employees-slider .slide .inner{
    display: flex;
    align-items: flex-start;
    position: relative;
    padding-top: 41px;
}

.employees-slider .slide .inner .name-block{
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 300px;
}

.employees-slider .slide .inner .quote{
    width: 185px;
    margin-right: 30px;
    font-style: italic;
    padding-top: 41px;
    margin-top: -41px;
    background-image: url(../images/quote.svg);
    background-repeat: no-repeat;
    background-position: top left;
}

.employees-slider .slide .inner .name-block .name{
    font-weight: 700;
    font-size: 85px;
    line-height: 78px;  
    font-family: 'Bebas Neue';  
    color: #6C6C6C;
}

.employees-slider .slide .inner .name-block .vacancy{
    font-weight: 300;
}

.employees-slider-block .arrows{
    bottom: 0;
    top: auto;
}

.employees-slider-block .arrows>div:hover svg path{
    fill: #BE2330;
}

.blog-block{
    margin-top: 196px;
}

.blog-list{
    margin-top: 140px;
}

.blog-list .item{
    padding-bottom: 83px;
    margin-bottom: 59px;
    border-bottom: 1px solid #605656;
}

.blog-list .item:last-child{
    margin-bottom: 0;
}

.blog-list .item .num{
    color: #E6E6E6;
    font-family: 'Bebas Neue';
    font-weight: 700;
    line-height: 105.84%;
}

.blog-list .item .name a{
    border-bottom: 1px solid transparent;
    font-weight: 600;
    font-size: 29px;
    line-height: 136.84%;
    color: #E6E6E6;
}

.blog-list .item .name:hover a{
    border-bottom-color: #E6E6E6;
}

.blog-list .item .text{
    font-size: 18px;
    line-height: 158.34%;
    max-width: 520px;
}

.blog-list .item .date{
    margin-top: 16px;
    color: #E6E6E6;
    font-weight: 300;
}

.blog-list .item .plus{
    border: none;
}

.blog-list .item .plus:hover svg line{
    stroke: #BE2330;
}

.blog-block .read-more{
    text-align: center;
    margin-top: 69px;
}

.blog-block .read-more a{
    display: inline-block;
    padding-right: 58px;
    background-image: url(../images/read-more.svg);
    background-repeat: no-repeat;
    background-position: right center;
    border: none;
    font-weight: 300;
    font-size: 18px;
    color: #E6E6E6;
}

.blog-block .read-more a:hover{
    background-position: right 10px center;
}

.bottom-form{
    margin-top: 127px;
    padding-top: 122px;
    background: #ffffff;
    color: #101517;
    padding-bottom: 220px;
}

.bottom-form .form-title{
    font-weight: 700;
    font-size: 100px;
    line-height: 114px;
    font-family: 'Bebas Neue';
}

.bottom-form .row{
    align-items: flex-end;
}

.form-block .text{
    font-weight: 700;
    font-size: 26px;
    line-height: 26px;
}

.form-inner .form-field, .form-inner .btn-block{
    margin-top: 54px;
}

.formResponsive .form-inner .form-field input{
    margin: 0;
    box-sizing: border-box;
    height: 47px;
    padding-bottom: 16px;
    width: 100%;
    font-family: 'Raleway';
    font-size: 22px;
    line-height: 32px;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #6F7983;
    box-shadow: none;
}

.formResponsive .form-inner .form-field input:focus{
    outline: none;
    box-shadow: none;
    border-bottom-color: #BE2330;
}

.formResponsive .form-inner .btn-block button, .btn-second{
    width: 100%;
    color: #000000;
    background: #ffffff;
    border-radius: 0;
    border: 1px solid #000000;
    transition: all 0.3s;
    position: relative;
    font-size: 22px;
    line-height: 26px;
    font-family: 'Raleway';
    font-weight: 400;
    padding: 21px 0;
}

.btn-second{
    background: transparent;
    border-color: #ffffff;
    display: inline-block;
    text-align: center;
}

.btn-second span{
    display: inline-block;
    color: #ffffff;
    padding-right: 38px;
    background-image: url(../images/btn-form.svg);
    background-repeat: no-repeat;
    background-position: right center;
}

.formResponsive .form-inner .btn-block button:before{
    width: 16px;
    height: 16px;
    content: '';
    background-image: url(../images/btn-form.svg);
    position: absolute;
    top: 26px;
    right: 140px;
}

.formResponsive .form-inner .btn-block button:hover{
    background: #000000;
    color: #ffffff;
}

.btn-second:hover{
    background: #ffffff;
}

.btn-second:hover span{
    color: #000000;
}

.top-block .after-title span{
    color: #ffffff;
    font-weight: 600;
}

.uniq{
    margin-top: 170px;
}

.uniq h3 {
    line-height: 105%;
    max-width: 410px;
}

.uniq h3 span{
    font-weight: 700;
    font-family: 'Bebas Neue';
    color: #808589;
    line-height: 105%;
}

.uniq .warning{
    margin-top: 188px;
    padding-left: 110px;
}

.uniq .warning .caption{
    font-weight: 700;
    font-size: 37px;
    line-height: 105.84%;
    font-family: 'Bebas Neue';
    color: #E6E6E6;
}

.uniq .warning .val{
    color: #E6E6E6;
    font-weight: 500;
    font-size: 20px;
    line-height: 143.84%;
}


.uniq-block{
    padding-top: 130px;
}

.uniq-block .text{
    font-size: 24px;
    line-height: 143.84%;
    max-width: 630px;
}

.uniq-block .text span{
    font-weight: 700;
    letter-spacing: 0.145em;
}

.uniq-block .img{
    margin-top: 43px;
    height: 416px;
    background-image: url(../images/uniq.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    overflow: hidden;
}

.uniq-block .img:hover{
    background-position: top -416px center;
}

.izum{
    margin-top: 250px;
}

.izum .title-block .title{
    font-weight: 700;
    font-size: 158px;
    line-height: 148px;
    font-family: 'Bebas Neue';
    text-transform: uppercase;
}

.izum .title-block .after-title{
    margin-top: 36px;
    margin-left: 110px;
    color: #E6E6E6;
    font-size: 24px;
    line-height: 32px;
}

.izum .title-block .after-title span{
    font-weight: 700;
}

.izum-list>.row{
    align-items: stretch;
}

.izum-list .item{
    margin-bottom: 390px;
}

.izum-list .item:last-child{
    margin-bottom: 0;
}

.izum{
    position: relative;
}

.izum .animate-bot{
    position: absolute;
    bottom: 0;
    right: 0;
    display: none;
}

.izum .img{
    position: relative;
    width: 500px;
    height: 500px;
}

.izum .img .star, .izum .img .izum-img{
    position: absolute;
}

.izum .img .star{
    z-index: 1;
    animation: rotate 12s infinite linear;
}

.izum .img .star.ready{
    animation: none;
}

#izum.fixed{
    position: fixed;
    top: 10px;
    z-index: 2;
}

.izum .img .izum-img{
    z-index: 2;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    filter: grayscale(1);
}

.izum .img .izum-img.color{
    filter: none;
}

.we-can{
    margin-top: 300px;
}

.we-can h3{
    max-width: 270px;
    font-size: 94px;
    line-height: 92px;
}

.we-can-list .item{
    border-bottom: 1px solid #393B46;
    padding-bottom: 36px;
    margin-bottom: 36px;
}

.we-can-list .item:last-child{
    margin-bottom: 0;
}

.we-can-list .item .inner{
    display: flex;
    align-items: flex-start;
}

.we-can-list .item .inner>div{
    width: 50%;
}

.we-can-list .item .inner .name{
    font-weight: 600;
    font-size: 24px;
    line-height: 105.84%;
}

.we-can-list .item .inner ul li{
    line-height: 32px;
}

.we-can .after-list{
    margin-top: 72px;
    font-size: 20px;
    line-height: 32px;
}

.marketing-page .top-block .bot-text .after-title, .site-page .top-block .bot-text .after-title, .context-page .top-block .bot-text .after-title{
    max-width: 330px;
}

.digarson-page .top-block .bot-text .after-title{
    max-width: 360px;
}

.strategy{
    margin-top: 170px;
}

.strategy h3{
    font-size: 74px;
    line-height: 105.84%;
    max-width: 410px;
}

.rotate-img .img{
    width: 320px;
    height: 320px;
    background-repeat: no-repeat;
    background-position: center center;
}

.rotate-img .img img{
    animation: rotate 12s infinite linear;
}

.marketing-page .rotate-img .img{
    background-image: url(../images/duck2.gif);
    background-position: left 40px center;
    background-size: 260px;
    mix-blend-mode: color-dodge;
}

.strategy .text{
    margin-top: 130px;
    max-width: 354px;
}

.concept{
    margin-top: 295px;
}

.concept .title{
    max-width: 850px;
    margin-bottom: 30px;
}

.concept .title h2{
    font-size: 158px;
    line-height: 148px;
}

.concept .text{
    margin-top: 320px;
    margin-left: 35%;
    max-width: 354px;
    font-weight: 500;
    font-size: 20px;
    color: #E6E6E6;
}

.stages{
    margin-top: 335px;
}

h5{
    font-weight: 700;
    font-size: 56px;
    line-height: 68px;
    font-family: 'Bebas Neue';
    text-transform: uppercase;
}

.stages h5{
    max-width: 410px;
}

.block-list ul li{
    margin-bottom: 34px;
    padding-bottom: 34px;
    font-weight: 500;
    font-size: 18px;
    line-height: 143.84%;
    color: #E6E6E6;
    border-bottom: 1px solid #393B46;
}

.block-list ul li:last-child{
    margin-bottom: 0;
}

.list-in .after-list{
    margin-top: 123px;
    font-size: 20px;
    line-height: 32px;
}

.list-in h3{
    max-width: 344px;
    font-size: 74px;
    line-height: 105.84%;
}

.company-types h3, .target-page .second-block .text-block{
    max-width: 414px;
}

.second-block{
    margin-top: 187px;
    padding: 140px 0 187px;
    background-image: url(../images/site-mid-bg.svg);
    background-repeat: no-repeat;
    background-position: right 31px bottom;
}

.second-block .text-block{
    max-width: 360px;
}

.second-block .name{
    font-weight: 700;
    font-size: 69px;
    line-height: 80px;
    font-family: 'Bebas Neue';
}

.second-block .text{
    margin-top: 30px;
    font-size: 20px;
    line-height: 32px;
}

.second-site{
    position: relative;
    overflow: hidden;
    margin: 0;
    padding-top: 260px;
    padding-bottom: 89px;
}

.second-site .line{
    position: absolute;
    top: -210px;
    transform: rotate(-7.5deg);
}

.second-site .line .inner span, .top-marquee .marquee-line span{
    color: #101517;
    font-weight: 700;
    font-size: 89px;
    line-height: 105.84%;
    font-family: 'Bebas Neue';
    text-shadow: 1px 0 1px #8D939E, 
                0 1px 1px #8D939E, 
                -1px 0 1px #8D939E, 
                0 -1px 1px #8D939E;
                margin-right: 10px;
}

.requirements{
    margin-top: 200px;
}

.requirements .after-list{
    display: flex;
    align-items: center;
}

.requirements .after-list .img{
    margin-right: 58px;
    width: 22px;
}

.requirements .after-list .text{
    width: calc(100% - 80px);
}

.requirements .after-list .text span{
    color: #FF0000;
}

.adv-site, .stages-site{
    margin-top: 328px;
}

.adv-site .rotate-img .img{
    background-image: url(../images/serj.png);
}

.adv-site h3{
    max-width: 543px;
    font-size: 74px;
    line-height: 80px;
}

.adv-site .text{
    margin-top: 70px;
    font-size: 20px;
    line-height: 32px;
}

.company-types, .help, .context-stages, .planing{
    margin-top: 320px;
}

.block-list .name{
    font-family: 'Bebas Neue';
    font-weight: 700;
    font-size: 32px;
    line-height: 32px;
}

.block-list .text-block{
    margin-top: 24px;
    color: #E6E6E6;
}

.help-container{
    position: relative;
    min-height: 900px;
}

.help h3{
    line-height: 80px;
    max-width: 500px;
    position: relative;
    z-index: 2;
}

.help-container .img-block{
    position: absolute;
    bottom: 0;
    left: 50px;
    z-index: 1;
}

.help-container .text{
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
    color: #E6E6E6;
    max-width: 386px;
}

.help-container .text span{
    font-weight: 600;
}

.bot-text{
    margin-top: 57px;
}

.bot-text .text{
    font-weight: 700;
    font-size: 342px;
    line-height: 261px;
    font-family: 'Bebas Neue';
}

.cube-block{
    margin-top: 247px;
}

.cube-block .text-block{
    max-width: 413px;
}

.cube-block .text-block h3{
    margin-bottom: 25px;
    margin-top: 70px;
    line-height: 80px;
}

.cube-block .text-block .text{
    font-size: 20px;
    line-height: 32px;
}

.cube-block .row{
    align-items: center;
}

.friends{
    margin-top: 214px;
}

.friends .row{
    align-items: flex-end;
}

.friends .text-block h3{
    line-height: 80px;
    max-width: 443px;
}

.friends .img-block{
    transform: rotate(-30deg);
}

.cube-block, .friends .img-block{
    mix-blend-mode: color-dodge;
}

.friends .text-block span{
    text-decoration-line: line-through;
    color: #313131;
    font-family: 'Bebas Neue';
    font-weight: 700;
}

.friends .text-block .text{
    margin-top: 43px;
    max-width: 300px;
    font-size: 20px;
    line-height: 32px;
}

.tool{
    margin-top: 162px;
}

.tool .text-block, .advantage-container, .head-container{
    position: relative;
}

.head-container .text{
    position: relative;
    z-index: 2;
}

.tool .text-block .after-title{
    position: absolute;
    width: 146px;
    font-size: 20px;
    line-height: 32px;
    top: 136px;
    right: 190px;
}

.advantage-block{
    margin-top: 170px;
}

.advantage-container{
    padding-bottom: 46px;
}

.advantage-container .img-block{
    position: absolute;
    bottom: 0;
    left: 100px;
    width: 592px;
    height: 765px;
    overflow: hidden;
}

.digarson-page .descr-block .img, .advantage-container .img-block, .help-container .img-block{
    mix-blend-mode: lighten;
}

.advantage-container .img-block img{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 0;
    height: 765px;
}

.advantage-container .row{
    position: relative;
    z-index: 2;
}

.advantage-block .text-block h3{
    font-size: 68px;
    line-height: 80px;
    max-width: 413px;
}

.advantage-block .text-block .text{
    margin-top: 36px;
    font-size: 20px;
    line-height: 32px;
    max-width: 366px;
}

.target-stages, .head{
    margin-top: 185px;
}

.target-stages h3{
    max-width: 444px;
}

.head h3{
    line-height: 80px;
    position: relative;
    z-index: 2;
    max-width: 470px;
}

.head-container .img-block{
    position: absolute;
    top: 56px;
    left: 0;
}

.head{
    padding-bottom: 211px;
}

.descr-block{
    margin-top: 197px;
    padding-bottom: 50px;
}

.descr-block .row{
    align-items: flex-end;
}

.descr-block .name{
    font-family: 'Bebas Neue';
    font-weight: 700;
    font-size: 214px;
    line-height: 164px;
}

.descr-block .text{
    margin-top: 86px;
    max-width: 406px;
}

.descr-block .text-block{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.descr-block .text p{
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 46px;
}

.descr-block .text p:last-child{
    margin-bottom: 0;
}

.how-it-works{
    margin-top: 175px;
}

.reasons{
    margin-top: 225px;
}

.reasons .title{
    font-family: 'Bebas Neue';
    font-weight: 700;
    font-size: 207px;
    line-height: 182px;
}

.reasons-list{
    margin-top: 117px;
}

.reasons-list .num{
    font-family: 'Bebas Neue';
    font-weight: 700;
    margin-bottom: 20px;
}

.reasons-list .item{
    height: 210px;
    margin-bottom: 20px;
}

.reasons-list .item .text{
    font-size: 18px;
    line-height: 24px;
}

.simple{
    margin-top: 100px;
}

.simple .row{
    align-items: center;
}

.simple .img-block, .sphere-list{
    position: relative;
}

.simple .img-block .inside{
    color: #CE0909;
    text-align: center;
    font-weight: 700;
    font-size: 52px;
    line-height: 46px;
    font-family: 'Bebas Neue';
    width: 494px;
    height: 494px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
}

.simple .img-block .img img{
    animation: rotate 12s infinite linear;
}

.simple h3{
    line-height: 80px;
    max-width: 577px;
}

.sphere{
    margin-top: 260px;
}

.sphere-list{
    padding-top: 216px;
    padding-left: 330px;
}

.sphere-list .title{
    font-family: 'Bebas Neue';
    font-weight: 700;
    font-size: 74px;
    line-height: 80px;
    max-width: 520px;
    top: 0;
    left: 0;
    position: absolute;
}

.sphere-list .item{
    margin-bottom: 100px;
}

.sphere-list .item .inner{
    font-size: 36px;
    line-height: 44px;
    font-family: 'Bebas Neue';
    max-width: 200px;
}

.digarson-bot{
    margin-top: 388px;
}

.digarson-bot .text{
    font-family: 'Bebas Neue';
    font-weight: 700;
    font-size: 133px;
    line-height: 120px;
}

.second-text{
    margin-top: 250px;
}

.second-text .text{
    font-size: 20px;
    line-height: 32px;
    max-width: 520px;
}

.second-text .img{
    margin-top: 46px;
    margin-bottom: 46px;
}

.second-text h3{
    max-width: 520px;
    line-height: 80px;
}

.second-text .after-title{
    margin-top: 17px;
    font-family: 'Bebas Neue';
    font-weight: 700;
    font-size: 33px;
    line-height: 40px;
    margin-bottom: 64px;
    max-width: 520px;
}

.third-title{
    margin-top: 140px;
}

.third-title .container{
    padding-bottom: 325px;
    background-image: url(../images/site-mid-bg.svg);
    background-repeat: no-repeat;
    background-position: right bottom;
}

.third-title h3{
    line-height: 80px;
    max-width: 520px;
}

.criteries h3{
    line-height: 80px;
    max-width: 505px;
}

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

.criteries-list{
    max-width: 300px;
    width: 100%;
}

.criteries-list .title{
    font-family: 'Bebas Neue';
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 50px;
}

.criteries-list ul li{
    font-weight: 500;
    font-size: 18px;
    line-height: 143.84%;
    color: #E6E6E6;
    padding-bottom: 36px;
    margin-bottom: 36px;
    border-bottom: 1px solid #393B46;
}

.criteries-list ul li:last-child{
    margin-bottom: 0;
}

.criteries .after-list{
    margin-top: 146px;
    font-size: 20px;
    line-height: 32px;
    max-width: 630px;
}

.how-often{
    margin-top: 260px;
}

.how-often .title{
    font-family: 'Bebas Neue';
    font-weight: 700;
    font-size: 133px;
    line-height: 120px;
}

.how-often .text-block{
    display: flex;
    justify-content: flex-end;
    margin-top: 92px;
}

.how-often .text-block .text{
    font-size: 20px;
    line-height: 32px;
    max-width: 520px;
}

.how-often .text-block .text span{
    font-weight: 600;
}

.top-marquee{
    max-width: 100%;
    overflow: hidden;
    height: 700px;
}


.marquee-line{
    transform: rotate(-8.45deg);
    margin-top: 240px;
}

.yoda-block .quote{
    font-family: 'Bebas Neue';
    font-weight: 700;
    font-size: 74px;
    line-height: 80px;
    padding-top: 40px;
    background-image: url(../images/quote2.svg);
    background-repeat: no-repeat;
    background-position: top left;
}

.atten{
    margin-top: 170px;
}

.atten .text-block{
    padding-bottom: 150px;
    border-bottom: 1px solid #393B46;
}

.atten .text{
    font-size: 26px;
    line-height: 32px;
    max-width: 357px;
}

.vacancy-block{
    margin-bottom: 280px;
}

.vacancy-page .vacancy{
    margin-top: 100px;
    padding-bottom: 100px;
    border-bottom: 1px solid #393B46;
}

.vacancy-page .vacancy h3{
    font-size: 74px;
    line-height: 80px;
    max-width: 444px;
}

.vacancy-page .vacancy .list{
    margin-bottom: 70px;
}

.vacancy-page .vacancy .list .title{
    font-weight: 700;
    font-size: 20px;
    line-height: 143.84%;
    color: #E6E6E6;
    margin-bottom: 27px;
}

.vacancy-page .vacancy .list li{
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #E6E6E6;
    margin-bottom: 20px;
    position: relative;
    padding-left: 36px;
}

.vacancy-page .vacancy .list li:before{
    content: '/';
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 500;
    font-size: 20px;
    line-height: 143.84%;
    color: #E6E6E6;
}

.vacancy-page .vacancy .contacts .item{
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    color: #E6E6E6;
}

.vacancy-page .vacancy .contacts .item a{
    color: #E6E6E6;
    border-bottom: 1px solid transparent;
}

.vacancy-page .vacancy .contacts .item a:hover{
    border-bottom-color: #E6E6E6;
}

.vacancy-page .vacancy .btn-block{
    margin-top: 50px;
}

.project-top{
    margin-top: 300px;
}

.project-top .type{
    font-size: 24px;
    line-height: 28px;
}

.project-top .text-block h1, .project-page .text-block .title{
    text-transform: uppercase;
    font-family: 'Bebas Neue';
    font-weight: 700;
    font-size: 50px;
    line-height: 56px;
}

.project-top .text-block .text, .project-page .text-block .text{
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    margin-top: 26px;
}

.project-top .text-block .text p, .project-page .text-block .text p{
    margin-bottom: 20px;
}

.project-page .text-block .text ul{
    margin-bottom: 30px;
}

.project-page .text-block .text li{
    list-style: disc inside;
    margin-top: 10px;
}

.project-top .text-block .text p:last-child, .project-page .text-block .text p:last-child{
    margin-bottom: 0;
}

.project-page .top-img{
    margin-top: 50px;
    padding: 75px 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.project-page .top-img img{
    margin: 0 auto;
    border-radius: 30px;
}

.project-page .problem{
    margin-top: 124px;
}

.project-page .problem .text-block{
    margin-bottom: 80px;
}

.project-page .problem .text-block:last-child{
    margin-bottom: 0;
}

.project-img-slider-block{
    margin-top: 135px;
}

.project-img-slider-block img{
    height: 90vh;
}

.project-img-slider-block .slide .inner{
    margin: 0 10px;
}

.project-page .result{
    margin-top: 162px;
}

.project-page .result-img{
    margin-top: 147px;
}

.project-page .result-img .result-img-list .item{
    margin-bottom: 30px;
}

.project-page .result-img .result-img-list .item a{
    border: 1px solid #ABABAB;
    border-radius: 18px;
    display: block;
    overflow: hidden;
    height: 324px;
}

.project-page .result-img .result-img-list .item a img{
    width: 100%;
    height: 100%;
}

.project-page .top-video, .project-page .top-img{
    margin-top: 40px;
    width: 100%;
}

.project-page .main-block{
    margin-top: 50px;
}

.project-page .main-block .title{
    font-size: 18px;
    line-height: 28px;
    text-align: right;
    padding-right: 100px;
    margin-bottom: 34px;
}

.project-page .main-block .img-block{
    position: relative;
    padding-bottom: 70px;
}

.project-page .main-block .img-block .img1 img{
    margin: 0 auto;
    border-radius: 41px;
}

.project-page .main-block .img-block .img2{
    position: absolute;
    right: 200px;
    top: 180px;
}

.project-page .main-block .img-block .img2 img{
    border-radius: 21px;
}

.project-page .second-pages-block{
    margin-top: 140px;
}

.project-page .second-pages-block .title{
    font-size: 18px;
    line-height: 28px;
    padding-left: 100px;
    margin-bottom: 22px;
}

.other-projects {
    margin-top: 200px;
}

.other-projects .title{
    font-family: 'Bebas Neue';
    font-weight: 700;
    font-size: 50px;
    line-height: 56px;
    text-transform: uppercase;
}

.other-projects-list, .projects-list{
    margin-top: 50px;
}

.projects-list .item a, .other-projects-list .item a{
    position: relative;
}

.projects-list .item a .more{
    left: 33px;
}

.projects-list .item{
    margin-bottom: 30px;
}

.other-projects-list .item a, .projects-list .item a{
    display: block;
    padding: 32px 0 0 32px;
    box-sizing: border-box;
    width: 100%;
    height: 538px;
    border: none;
    border-radius: 8px;
    overflow: hidden;
    background-size: 100% 100%;
}

.other-projects-list .item a .type, .projects-list .item a .type{
    font-weight: 300;
    color: #ffffff;
}

.other-projects-list .item a .name, .projects-list .item a .name{
    max-width: 570px;
    color: #FFF;
    font-size: 50px;
    font-family: 'Bebas Neue';
    line-height: 86.478%;
    margin-top: 14px;
    font-weight: 600;
}

.other-projects-list .item.min-item a .name, .projects-list .item.min-item a .name{
    font-size: 50px;
    margin-top: 10px;
}

.top-project-front{
    padding-top: 220px;
}

.project-category-list{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 40px;
}

.project-category-list .item{
    margin-right: 16px;
}

.project-category-list .item:last-child{
    margin-right: 0;
}

.project-category-list .item a{
    display: inline-block;
    font-family: 'Bebas Neue';
    font-size: 24px;
    line-height: 32px;
    font-weight: 300;
    text-transform: uppercase;
    padding: 10px 41px;
    border: 1px solid #FFFFFF;
    border-radius: 2px;
    background: transparent;
    transition: all 0.3s;
}

.project-category-list .item a:hover, .project-category-list .item.current a{
    background: #BE2330;
    border-color: #BE2330;
}

.project-category-list .item.current a{
    font-weight: 700;
}

.top-blog{
    padding-top: 210px;
}

.posts-list{
    margin-top: 138px;
}

.posts-list .post{
    margin-bottom: 156px;
}

.posts-list .post .row{
    align-items: center;
}

.posts-list .post .name a{
    font-weight: 600;
    font-size: 29px;
    line-height: 136.84%;
    color: #E6E6E6;
    border-bottom-color: transparent;
}

.posts-list .post .name a:hover{
    border-bottom-color: #E6E6E6;
}

.posts-list .post .short-descr{
    font-size: 18px;
}

.posts-list .post .date{
    color: #E6E6E6;
    font-weight: 300;
    margin-top: 15px;
}

.post-body{
    background: #FFFFFF;
    color: #000000;
    margin-top: 15px;
    position: relative;
}

.post-body::before{
    content: '';
    width: 100%;
    height: 220px;
    background: #101517;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.post-body .container{
    position: relative;
    z-index: 2;
}

.post-body .text-block{
    max-width: 740px;
    margin: 140px auto 0;
}

.post-body .text-block .name h1{
    font-family: 'Raleway';
    font-weight: 600;
    font-size: 29px;
    line-height: 136.84%;
    text-transform: none;
}

.post-body .text-block .stat{
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.post-body .text-block .stat .view{
    padding-left: 20px;
    background-image: url(../images/Eye.svg);
    background-repeat: no-repeat;
    background-position: left center;
    color: #544E4E;
}

.post-body .text-block .stat .date{
    color: #868282;
    margin-left: 54px;
}

.post-body .text-block .text{
    font-size: 18px;
    line-height: 158.34%;
    padding-bottom: 100px;
    margin-top: 43px;
}

.post-body .text-block .text p{
    margin-bottom: 44px;
}

.post-body .text-block .text h3{
    font-family: 'Raleway';
    font-weight: 500;
    font-size: 18px;
    line-height: 158.34%;
    margin-bottom: 11px;
}

.post-body .text-block .text ul{
    list-style: disc outside;
    padding-left: 20px;
    font-size: 18px;
    line-height: 158.34%;
}

.post-body .text-block .text ul li{
    margin-bottom: 30px;
}

.more-posts{
    padding-top: 81px;
}

.more-posts .title{
    font-family: 'Raleway';
    font-weight: 600;
    font-size: 36px;
    line-height: 43px;
    color: #FBF3F3;
}

.more-posts .posts-list{
    margin-top: 48px;
}

.more-posts .posts-list .post{
    margin-bottom: 59px;
}

.eye-block{
    width: 100%;
    height: 157px;
    background-image: url(../images/eye2.gif);
    background-repeat: no-repeat;
    background-position: top -240px center;
    background-size: 130%;
    mix-blend-mode: color-dodge;
}

.videoprod-page .top-block{
    justify-content: flex-end;
}

.videoprod-page .second-block .row{
    align-items: flex-end;
}

.videoprod-page .second-block .title, .videoprod-page .second-block .title span{
    font-family: 'Bebas Neue';
    font-weight: 700;
    font-size: 166px;
    line-height: 156px;
    text-transform: uppercase;
}

.videoprod-page .second-block .title span{
    color: #BE2330;
}

.videoprod-page .second-block .text{
    margin-top: 0;
    font-size: 20px;
    line-height: 140%;
}

.videoprod-page .second-video-block{
    margin-top: -133px;
    position: relative;
    z-index: 2;
}

.videoprod-page .second-video-block .video{
    border-radius: 26px;
    overflow: hidden;
}

.videoprod-page .video-projects{
    position: relative;
}

.videoprod-page .video-projects:before{
    content: '';
    background-color: #09090A;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 55%;
    height: 90%;
    z-index: 1;
}

.videoprod-page .video-projects .container{
    position: relative;
    z-index: 2;
}

.videoprod-page .video-projects h2{
    font-size: 221px;
}

.videoprod-page .video-projects .inner-content{
    margin-top: 140px;
    max-width: 630px;
}

.videoprod-page .video-projects .inner-content .video-list{
    margin-top: 30px;
}

.videoprod-page .video-projects .inner-content .video-list .item{
    margin-bottom: 27px;
}

.videoprod-page .video-projects .inner-content .video-list .video{
    border-radius: 4px;
    overflow: hidden;
    max-height: 331px;
}

.videoprod-page .video-projects .inner-content .video-list .caption{
    font-size: 14px;
    line-height: 210%;
    margin-top: 8px;
}

.videoprod-page .video-projects .title{
    margin-top: 101px;
}

.videoprod-page .video-projects .title span{
    font-family: 'Bebas Neue';
    font-size: 143px;
    line-height: 122px;
    font-weight: 700;
    text-transform: uppercase;
    color: #3B3A41;
    writing-mode: vertical-lr;
}

.videoprod-page .video-projects .process-list{
    margin-top: 70px;
    padding-left: 100px;
}

.videoprod-page .video-projects .process-list .item{
    margin-bottom: 70px;
}

.videoprod-page .video-projects .process-list .item .name{
    font-size: 39px;
    line-height: 170%;
    font-family: 'Bebas Neue';
    font-weight: 700;
    text-transform: uppercase;
}

.videoprod-page .video-projects .process-list .item .text{
    margin-top: 23px;
    font-size: 18px;
    line-height: 140%;
}

.videoprod-page .video-projects .title-after{
    margin-top: 175px;
    font-family: 'Bebas Neue';
    font-weight: 700;
    text-transform: uppercase;
    font-size: 77px;
    line-height: 120%;
}

/*-----------------project---------------*/



.video-block .video-main, .video-block .playlist .line .img{
    border-radius: 16px;
    overflow: hidden;
}

.video-block .playlist{
    max-height: 537px;
    overflow: auto;
}

.video-block .playlist::-webkit-scrollbar{
    width: 0;
}

.video-block .playlist .line{
    margin-bottom: 24px;
    cursor: pointer;
}

.video-block .playlist .line .name{
    margin-top: 12px;
    font-family: 'Bebas Neue';
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 133%;
}

.video-block .playlist .line .text{
    font-size: 12px;
    line-height: 143%;
}

.main-video-block .name{
    margin-top: 44px;
    font-family: 'Bebas Neue';
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 100%;
}

.main-video-block .text{
    line-height: 143.84%;
    margin-top: 15px;
}

.project-page .top-project-block, .project-page .top-direct-block{
    padding-top: 226px;
}

.project-page .top-project-block .back a, .project-page .top-direct-block .back a{
    display: flex;
    align-items: center;
    text-decoration: none;
    border-bottom: none;
    font-weight: 500;
    line-height: 27.5px;
    font-size: 24px;
}

.project-page .top-project-block .back a svg, .project-page .top-direct-block .back a svg{
    margin-right: 21px;
}

.project-page .top-project-block .inner .name, .project-page .standart-project .title, .project-page .top-direct-block .inner .name{
    font-family: 'Bebas Neue';
    font-size: 74px;
    line-height: 56px;
    font-weight: 600;
}

.project-page .top-project-block .inner .text, .project-page .standart-project .text, .project-page .top-direct-block .inner .text{
    margin-top: 32px;
    font-size: 18px;
    font-weight: 500;
    line-height: 27.5px; 
}

.project-page .standart-project{
    margin-top: 175px;
}

.project-page .standart-project .title{
    line-height: 80px;
}

.project-page .standart-project .text{
    margin-top: 0;
}

.project-page .standart-project .text p{
    margin-bottom: 30px;
}

.project-page .standart-project .text p:last-child{
    margin-bottom: 0;
}

.project-page .standart-project .img-block, .project-page .smm-block .img-block, .project-page .mid-img-block .img-block, .project-page .bot-img-block .img-block{
    margin-top: 100px;
    padding: 0 50px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.project-page .standart-project .img-block .img, .project-page .smm-block .img-block .img, .project-page .mid-img-block .img-block .img, .project-page .bot-img-block .img-block .img{
    padding: 0 15px;
}

.project-page .standart-project .img-block .img img, .project-page .smm-block .img-block .img img, .project-page .mid-img-block .img-block .img img, .project-page .bot-img-block .img-block .img img{
    border-radius: 34px;
}

.top-smm-block{
    position: relative;
    overflow: hidden;
    min-height: 1080px;
    padding-top: 340px;
}

.top-smm-block .bg{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.top-smm-block .bg img{
    height: 100%;
    width: 100%;
}

.top-smm-block .container{
    z-index: 2;
    position: relative;
}

.top-smm-block .bg .top-img{
    margin-top: 0;
    padding: 0;
}

.top-smm-block h1{
    font-family: 'Bebas Neue';
    font-size: 94px;
    line-height: normal;
}

.top-smm-block h1 span{
    font-family: 'Bebas Neue';
    color: #FBCC12;
    font-weight: 700;
}

.top-smm-block .after-title{
    font-size: 30px;
    margin-top: 100px;
    padding-bottom: 60px;
    font-weight: 500;
}

.justify-end{
    justify-content: flex-end;
}

.project-page .mid-block{
    padding-top: 100px;
    position: relative;
}

.project-page .mid-block .platform-list{
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    z-index: 3;
}

.project-page .mid-block .platform-list .text{
    font-family: 'Bebas Neue';
    font-size: 55px;
    line-height: 55px;
    font-weight: 700;
}

.project-page .mid-block .img-block img{
    margin: 0 auto;
    max-width: 100%;
}

.project-page .spectr{
    margin-top: 170px;
}

.project-page .spectr ul {
    list-style: disc outside;
    padding-left: 20px;
}

.project-page .spectr ul li{
    font-size: 20px;
    font-weight: 500;
    line-height: 140%;
    margin-bottom: 40px;
}

.project-page .content-block{
    margin-top: 335px;
}

.project-page .content-block .text-block{
    margin-bottom: 140px;
}

.project-page .content-block .text-block .text{
    margin-top: 0;
    font-weight: 500;
    line-height: 143%; 
}

.project-page .content-block .title{
    max-width: 430px;
}

.top-direct-img{
    margin-top: 60px;
}

.top-direct-img img{
    width: 100%;
}

.project-page .top-text{
    margin-top: 216px;
}

.project-page .top-text h4{
    font-size: 74px;
}

.project-page .top-text p{
    margin-bottom: 49px;
}

.project-page .top-text p:last-child{
    margin-bottom: 0;
}

.project-page .top-text .img-block .text{
    font-size: 18px;
    margin-top: 30px;
}

.project-page .mid-img-block{
    margin-top: 90px;
}

.project-page .mid-text{
    margin-top: 182px;
}

.project-page .mid-text h3{
    font-size: 50px;
}

.project-page .mid-text .list{
    margin-top: 54px;
}

.project-page .mid-text .list .row{
    justify-content: space-between;
}

.project-page .list .list-item{
    border-bottom: 1px solid rgb(70, 70, 75);
    margin-bottom: 24px;
    padding-bottom: 23px;
    color: rgb(230, 230, 230);
    line-height: 143.84%;
}

.project-page .result-text{
    margin-top: 100px;
}

.project-page .result-text .text1{
    font-family: 'Bebas Neue';
    font-size: 50px;
    line-height: 56px;
    text-transform: uppercase;
    font-weight: 700;
}

.project-page .result-text .text2{
    font-family: 'Bebas Neue';
    font-size: 134px;
    text-transform: uppercase;
    line-height: 150px;
    margin-top: 24px;
    font-weight: 700;
}

.project-page .formats{
    margin-top: 125px;
    max-width: 615px;
    font-family: 'Bebas Neue';
    font-size: 50px;
    line-height: 56px;
    text-transform: uppercase;
    font-weight: 700;
}

.project-page .bot-block{
    margin-top: 140px;
}

.project-page .bot-block .inner p{
    font-size: 18px;
    font-weight: 500;
}

.project-page .bot-block .inner p.title{
    font-size: 25.6px;
    font-weight: 700;
    line-height: 29.34px;
    margin-bottom: 5px;
    margin-top: 55px;
}

.project-page .bot-block .inner .num{
    font-size: 74px;
    font-weight: 700;
    line-height: 105.84%;
    margin-bottom: 12px;
}

.project-page .bot-block .text-block{
    margin-top: 286px;
    max-width: 850px;
}

.project-page .bot-block .text-block p{
    font-size: 18px;
    font-weight: 500;
    line-height: 27.5px;
    margin-bottom: 30px;
}

.project-page .top-text.perviiNomer .img-block .img{
    margin-top: -330px;
}

.project-page .top-text.perviiNomer .img-block .title{
    font-family: 'Bebas Neue';
    text-transform: uppercase;
    font-size: 50px;
    line-height: 110%;
    margin-bottom: 12px;
    font-weight: 700;
}

.project-page .top-text .list{
    margin-top: 23px;
}

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

.project-page .top-text h3, .project-page .mid-text h3{
    font-size: 50px;
    line-height: 110%;
}

.project-page .mid-text h2{
    font-size: 74px;
    line-height: 110%;
}

.project-page .top-text .inner h3{
    margin-top: 49px;
    margin-bottom: 76px;
}

.project-page .mid-text .after-title{
    margin-top: 22px;
    font-size: 18px;
    font-weight: 500;
}

.project-page .mid-text .works{
    margin-top: 120px;
}

.project-page .mid-text .works h3{
    margin-bottom: 49px;
}

.project-page .mid-text .works .num{
    font-weight: 700;
}

.project-page .mid-text .works .text{
    font-weight: 500;
    margin-top: 15px;
}

.project-page .mid-text .after-works{
    margin-top: 130px;
    max-width: 595px;
}

.project-page .top-text.sirius{
    margin-top: 69px;
}

.project-page .top-text.sirius .text{
    font-size: 18px;
    line-height: 140%;
    font-weight: 500;
}

.project-page .top-text.sirius .list{
    margin-top: 125px;
    max-width: 520px;
}

.project-page .top-text .list .num{
    font-family: 'Bebas Neue';
    text-transform: uppercase;
    font-size: 50px;
    margin-bottom: 12px;
}

.project-page .top-text.sirius .top-logo{
    max-width: 410px;
    padding-top: 23px;
    margin: 0 auto;
}

.project-page .top-text.sirius .top-logo .text{
    font-size: 18px;
    font-weight: 500;
    margin-top: 23px;
}

.project-page .top-text.sirius .logo-block h3{
    margin-top: 60px;
    font-size: 46px;
}

.project-page .mid-text .after-title{
    font-size: 18px;
    font-weight: 500;
    max-width: 630px;
    margin-top: 60px;
    text-transform: uppercase;
}

.project-page .cpl-text{
    margin-top: 150px;
}

.project-page .cpl-text h2{
    line-height: 100%;
}

.project-page .cpl-text .text{
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
}

.project-page .top-text.kitchn .list{
    max-width: 410px;
}

.project-page .top-text.kitchn .list .list-item{
    border-bottom: none;
}

.project-page .top-text.kitchn .list .list-item p{
    margin-bottom: 0;
}

.project-page .top-text.kitchn .inner h3{
    margin-top: 60px;
    margin-bottom: 12px;
}

.project-page .mid-text.kitchn .text{
    margin-bottom: 146px;
}

.project-page .mid-text.kitchn .text h3{
    margin-bottom: 87px;
}

.project-page .mid-text.kitchn .text p{
    max-width: 520px;
}

.project-page .mid-text.kitchn .img img{
    border-radius: 18px;
}

.project-page .mid-text.kitchn .text2{
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
}

.project-page .mid-text.kitchn .after-blocks{
    margin-top: 192px;
}

.videoprod-top{
    margin-top: 50px;
}

.error-page{
    padding-top: 270px;
    padding-bottom: 240px;
}

.error-page .error-block{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.error-page .error-block .img{
    width: 100%;
    max-width: 518px;
    position: relative;
    z-index: 2;
}

.error-page .error-block .text-block{
    position: relative;
    width: calc(100% - 518px);
    padding-left: 140px;
}

.error-page .error-block .text-block .text404{
    font-family: 'Bebas Neue';
    font-size: 750px;
    line-height: 750px;
    z-index: 1;
    position: absolute;
    bottom: -110px;
    right: -50px;
    background: linear-gradient(235.05deg, #151B1E,rgba(27, 34, 37, 0.86),rgba(0, 0, 0, 0));
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
    background-clip:text;
    text-fill-color:transparent;
}

.error-page .error-block .text-block .title, .error-page .error-block .text-block .text{
    position: relative;
    z-index: 2;
}

.error-page .error-block .text-block .title{
    font-family: 'Bebas Neue';
    font-size: 78px;
    line-height: 88px;
    text-transform: uppercase;
    color: #ffffff;
}

.error-page .error-block .text-block .title span{
    color: #BE2330;
    font-family: 'Bebas Neue';
}

.error-page .error-block .text-block .text{
    margin-top: 32px;
    max-width: 400px;
    font-size: 20px;
    line-height: 32px;
}

.error-page .error-block .text-block .text.text-bot{
    margin-top: 210px;
    max-width: 365px;
}

/*-----------------footer---------------*/


footer{ 
    position: relative;
    z-index: 10;
}

.top-footer{
    padding: 55px 0;
    border-bottom: 1px solid #6F7983;
}

.top-footer .phone a{
    color: #FBF3F3;
    font-size: 36px;
    line-height: 42px;
    border-bottom: 1px solid transparent;
}

body.white .top-footer .phone a{
    color: #000000;
}

.top-footer .phone a:hover{
    border-bottom-color: #ffffff;
}

body.white .top-footer .phone a:hover{
    border-bottom-color: #000000;
}

.bot-footer{
    padding: 55px 0;
}

.bot-footer .adress, .bot-footer .email{
    margin-bottom: 18px;
}

.bot-footer .adress, .bot-footer .email a, .bot-footer .privacy-policy a{
    font-size: 18px;
    line-height: 158.34%;
}

.bot-footer .adress .caption{
    font-weight: 500;
    margin-bottom: 6px;
}

.bot-footer .social-block{
    margin-top: 55px;
    display: flex;
    align-items: center;
}

.bot-footer .social-block .item{
    margin-right: 24px;
}

.bot-footer .social-block .item:last-child{
    margin-right: 0;
}

.bot-footer .social-block .item a{
    border: none;
}

.bot-footer .social-block .item a svg path{
    transition: all 0.3s;
}

.bot-footer .social-block .item a:hover svg path{
    fill: #ffffff;
}

.bot-footer .menu .nav li{
    margin-bottom: 29px;
}

.bot-footer .menu .nav li:last-child{
    margin-bottom: 0;
}

.bot-footer .menu .nav li a{
    border-bottom: 1px solid transparent;
    font-size: 17px;
    line-height: 20px;
}

.bot-footer .menu .nav li a:hover{
    border-bottom: 1px solid #ffffff;
}

.bot-footer div.menu{
    display: flex;
    justify-content: flex-end;
}

.bot-footer .service-link{
    cursor: pointer;
}

/*-----------------forms---------------*/

.popupblock, .popupmenu{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 9999;
}

.popupblock .close{
    width: 29px;
    height: 29px;
    position: absolute;
    top: 58px;
    left: 68px;
    cursor: pointer;
    transform: rotate(45deg);
}

.popupblock .close:before, .popupblock .close:after{
    content: '';
    position: absolute;
    height: 100%;
    width: 3px;
    border-radius: 3px;
    background: #000000;
    left: 12px;
}

.popupblock .close:before{
    transform: rotate(90deg);
}

.popupblock .inner{
    background: #FCFCFC;
    box-shadow: 0px 17px 42px rgba(0, 0, 0, 0.162);
    border-radius: 0px;
    padding: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    max-width: 630px;
}

.popupmenu .inner{
    width: 100%;
    height: 100vh;
    background-color: #101517;
    padding: 35px 0;
}

.popupblock .inner .form-title{
    font-family: 'Bebas Neue';
    text-transform: uppercase;
    font-weight: 700;
    font-size: 63px;
    line-height: 80px;
    color: #000000;
}

.popupblock .inner .formResponsive .form-inner .btn-block button:before{
    right: 90px;
}

.formResponsive .form-inner .personal{
    color: #000000;
}

.formResponsive .form-inner .personal input[type="checkbox"]{
    width: 0;
    height: 0;
    visibility: hidden;
}

.formResponsive .form-inner .personal label{
    color: #737982;
    display: flex;
}

.formResponsive .form-inner .personal label span.check{
    border: 1px solid #000000;
    display: block;
    width: 14px;
    height: 14px;
    position: relative;
    margin-right: 15px;
    margin-top: 5px;
}

.formResponsive .form-inner .personal label span.text{
    width: calc(100% - 30px);
		font-size: 16px;
    font-weight: 400;
}

.formResponsive .form-inner .personal label span.check:before{
    content: '';
    background-image: url(../images/check.svg);
    height: 10px;
    width: 14px;
    background-repeat: no-repeat;
    position: absolute;
    top: 1px;
    left: 2px;
    opacity: 0;
    transition: all 0.3s;
}

.formResponsive .form-inner .personal input[type="checkbox"]:checked ~ label span.check:before{
    opacity: 1;
}

.inner-menu{
    position: relative;
}

.white .inner-menu a, .white .inner-menu span{
    color: #ffffff;
}

.menu-logo a{
    border: none;
}

.menu-logo svg{
  width: 143px;
  height: 143px;
}

.inner-menu div.menu{
    margin-top: 100px;
}

.inner-menu div.menu ul.menu a, .inner-menu .service-link{
    border-bottom: 1px solid transparent;
}

.inner-menu div.menu ul.menu a:hover, .inner-menu .service-link:hover{
    border-bottom-color: #ffffff;
}

.inner-menu div.menu ul.menu>li>a, .inner-menu .service-link{
    text-transform: uppercase;
    font-size: 57px;
    line-height: 57px;
    font-family: 'Bebas Neue';
}

.inner-menu .service-link{
    cursor: pointer;
    transition: all 0.3s;
}

.inner-menu div.menu ul.menu>li{
    margin-bottom: 40px;
}

.inner-menu div.menu ul.menu>li:last-child{
    margin-bottom: 0;
}

.inner-menu div.menu ul.menu li .nav-child{
    position: absolute;
    right: 0;
    max-width: 720px;
    width: 100%;
    top: 20%;
    display: none;
}

.inner-menu div.menu ul.menu li .nav-child ul{
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    flex-wrap: wrap;
}

.inner-menu div.menu ul.menu li .nav-child ul li{
    width: 280px;
    margin-bottom: 80px;
}

.inner-menu div.menu ul.menu li .nav-child ul li a{
    font-size: 20px;
    line-height: 105.84%;
}

.inner-menu .menu-contacts{
    margin-top: 50px;
}

.inner-menu .menu-contacts>.item{
    margin-bottom: 33px;
}

.inner-menu .menu-contacts>.item:last-child{
    margin-bottom: 0;
}

.inner-menu .menu-contacts>.item a{
    color: #888888;
    font-size: 30px;
    line-height: 35px;
    border-bottom-color: transparent;
}

.inner-menu .menu-contacts>.item a:hover{
    border-bottom-color: #888888;
}

.inner-menu .menu-contacts .item .social-block{
    display: flex;
    align-items: center;
}

.inner-menu .menu-contacts .item .social-block .item{
    margin-right: 24px;
}

.inner-menu .menu-contacts .item .social-block .item:last-child{
    margin-right: 0;
}

.inner-menu .menu-contacts .item .social-block .item a{
    border: none;
}

.inner-menu .close{
    width: 23px;
    height: 23px;
    top: 42px;
    position: absolute;
    transition: all 0.3s;
    right: 0;
    cursor: pointer;
}

.inner-menu .close:hover{
    transform: rotate(180deg);
}

.rsfp_thankyou_popup_inner{
	border-radius: 0;
	padding: 33px 41px;
}

.rsfp_thankyou_popup_inner p{
	font-weight: 300;
	margin-top: 20px;
	text-align: center;
    color: #000000;
}

.rsfp_thankyou_popup_inner .title{
	font-weight: 500;
	font-size: 36px;
	text-align: center;
    color: #000000;
}

.rsfp_thankyou_popup_inner .btn-block{
	margin-top: 40px;
	text-align: center;
}

.rsfp_thankyou_popup_inner .btn-block .btn{
    position: static;
    color: #000000;
    text-align: center;
    display: inline-block;
    padding: 10px 30px;
    border: 1px solid;
    border-radius: 20px;
    transition: all 0.3s;
}

.rsfp_thankyou_popup_inner .btn-block .btn:hover{
    color: #ffffff;
    background: #000000;
}

div.rsfp_thankou_popup_close_btn:not(.close){
	top: 20px;
    right: 20px;
    font-size: 45px;
}

.cookies-block{
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #ffffff;
	z-index: 1000;
}

.cookies-inner{
	padding: 15px 0;
}

.cookies-inner .grid{
	display: grid;
	grid-template-columns: auto 310px;
	gap: 20px;
}

.cookies-inner .text{
	font-size: 18px;
	line-height: 28px;
	color: #000000;
}

.cookies-inner .text .title{
	font-weight: 600;
}

.cookies-inner .btn-block a{
	display: inline-block;
	width: 100%;
	border: 1px solid #BE2330;
	background-color: #BE2330;
	color: #ffffff;
	text-align: center;
	padding: 12px 0;
	font-size: 18px;
	line-height: 28px;
	transition: all 0.3s;
	font-weight: 600;
}

.cookies-inner .btn-block a:hover{
	background-color: #ffffff;
	color: #BE2330;
}