html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:700}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}*,*:after,*:before{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;outline:none}a:focus{outline:none}h1,h2,h3,h4,h5,h6{margin: 0;}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Light.eot');
    src: local('Montserrat Light'), local('Montserrat-Light'),
        url('../fonts/Montserrat-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-Light.woff2') format('woff2'),
        url('../fonts/Montserrat-Light.woff') format('woff'),
        url('../fonts/Montserrat-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Regular.eot');
    src: local('Montserrat Regular'), local('Montserrat-Regular'),
        url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-Regular.woff2') format('woff2'),
        url('../fonts/Montserrat-Regular.woff') format('woff'),
        url('../fonts/Montserrat-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Medium.eot');
    src: local('Montserrat Medium'), local('Montserrat-Medium'),
        url('../fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-Medium.woff2') format('woff2'),
        url('../fonts/Montserrat-Medium.woff') format('woff'),
        url('../fonts/Montserrat-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Bold.eot');
    src: local('Montserrat Bold'), local('Montserrat-Bold'),
        url('../fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-Bold.woff2') format('woff2'),
        url('../fonts/Montserrat-Bold.woff') format('woff'),
        url('../fonts/Montserrat-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Light.eot');
    src: local('Roboto Light'), local('Roboto-Light'),
        url('../fonts/Roboto-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-Light.woff2') format('woff2'),
        url('../fonts/Roboto-Light.woff') format('woff'),
        url('../fonts/Roboto-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Comforter Brush';
    src: url('../fonts/ComforterBrush-Regular.eot');
    src: local('Comforter Brush Regular'), local('ComforterBrush-Regular'),
        url('../fonts/ComforterBrush-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ComforterBrush-Regular.woff2') format('woff2'),
        url('../fonts/ComforterBrush-Regular.woff') format('woff'),
        url('../fonts/ComforterBrush-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

*{
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-family: 'Montserrat';
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body{
    font-family: 'Montserrat';
    color: #000000;
}

body,
html{
    -webkit-text-size-adjust:100%;
    text-size-adjust:100%;
    -webkit-font-smoothing:antialiased!important;
}

button{
    margin: 0;
    padding: 0;
    border: 0;
}

.show-mob{
    display: none;
}

@media only screen and (max-width: 767px){
    .show-mob{
        display: block;
    }
}

.noscroll {
    overflow: hidden;
}

.left{
    text-align: left;
}

.center{
    text-align: center;
}

.right{
    text-align: right;
}

.violet{
    color: #BE2D94;
}

a{
    color: #BE2D94;
    cursor: pointer;
    outline: none;
    text-decoration: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -webkit-user-select: none;
}

a:hover{
    
}

p{
    margin: 0 0 22px;
}

p:last-child{
    margin-bottom: 0;
}

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

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

@media only screen and (max-width: 1179px){
    
}

@media only screen and (max-width: 1023px){
    
}

@media only screen and (max-width: 767px){
    
}

/*     table     */

table {
    width: 100%;
    border-collapse: collapse;
    
}

table td,
table tr{
    border: 1px solid #777;
}

table td{
    padding: 5px;
}

/*     btn     */

.btn{
    position: relative;
    display: inline-block;
    cursor: pointer;
    border: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -webkit-user-select: none;
}

.btn__main{
    padding: 22px 60px;
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #BE2D94;
    background: #fff;
    border-radius: 33px;
}

.btn__main:hover{
    color: #fff;
    background: #BE2D94;
}

.btn__link{
    font-weight: 300;
    font-size: 24px;
    line-height: 29px;
    color: #0A0A0A;
}

.btn__link:hover{
    color: #BE2D94;
}


@media only screen and (max-width: 1440px){
    
}

@media only screen and (max-width: 1179px){
    
}

@media only screen and (max-width: 1023px){
    
}

@media only screen and (max-width: 767px){
    .btn__main{
        padding: 12px 40px;
        font-size: 14px;
        line-height: 22px;
        background: inherit;
        border: 1px solid #fff;
    }

    .btn__main:hover{
        color: #BE2D94;
        background: #fff;
    }

    .btn__link{
        font-weight: 500;
        font-size: 12px;
        line-height: 15px;
    }
}

/*     container     */

.container{
    position: relative;
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
}

@media only screen and (max-width: 1280px){
    .container{
        max-width: 1180px;
        padding: 0 20px;
    }
}

@media only screen and (max-width: 1179px){
    .container{
        max-width: 1024px;
    }
}

@media only screen and (max-width: 1023px){
    .container{
        max-width: 768px;
    }
}

@media only screen and (max-width: 767px){
    .container{
        max-width: 375px;
        padding: 0 15px;
    }
}

/*  row-block  */

.row-block:before,
.row-block:after{
    content:" ";
    display:table;
}

.row-block:after{
    clear:both;
}

/*   parts   */

.parts-divide{
    position: relative;
    clear: both;
}

.parts-divide:before,
.parts-divide:after{
    content:" ";
    display:table
}

.parts-divide:after{
    clear:both;
}

.parts-divide .col-item{
    float: left;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.parts-divide.parts-2{
    margin-left: -10px;
    margin-right: -10px;
}

.parts-divide.parts-3,
.parts-divide.parts-4,
.parts-divide.parts-5,
.parts-divide.parts-6,
.parts-divide.parts-7,
.parts-divide.parts-8{
    margin-left: -20px;
    margin-right: -20px;
}

.parts-2 .col-item{
    padding: 0 10px;
}

.parts-3 .col-item,
.parts-4 .col-item,
.parts-5 .col-item,
.parts-6 .col-item,
.parts-7 .col-item,
.parts-8 .col-item{
    padding: 0 20px;
}

.parts-2 .col-item{
    width: 50%;
}

.parts-2 .col-item:nth-child(odd){
    clear: both;
}

.parts-2 .col-item:nth-child(2n+1){
    clear: both;
}

.parts-3 .col-item{
    width: 33.333333333333336%;
}

.parts-3 .col-item:nth-child(3n+1){
    clear: both;
}

.parts-4 .col-item {
    width: 25%;
}

.parts-5 .col-item{
    width: 20%;
}

.parts-5 .col-item:nth-child(5n+1){
    clear: both;
}

.parts-5 .part-3{
    width: 54.5%;
}

.parts-5 .part-2{
    width: 45.5%;
}

.parts-divide.parts-5 .part-1{
    width: 22.2222222222%;
}

.parts-6 .col-item{
    width: 16.6666666667%;
}

.parts-6 .col-item:nth-child(6n+1){
    clear: both;
}

.parts-8 .col-item{
    width: 12.5%;
}

.parts-8 .col-item:nth-child(8n+1){
    clear: both;
}

/*     main     */

.body-main-page{
    overflow: hidden;
}

.section{
    position: relative;
    width: 100%;
}

.sub-title{
    margin: 0 0 5px;
    font-family: 'Comforter Brush';
    font-weight: 400;
    font-size: 32px;
    line-height: 45px;
    letter-spacing: 0.05em;
}

.title{
    display: flex;
    align-items: center;
    margin: 0;
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 48px;
    line-height: 59px;
    white-space: nowrap;
}

.title span.violet{
    margin-left: 8px;
}

.title:after{
    margin-left: 20px;
}

.title.decore-1:after{
    content: url(../img/title-decore-line-1.svg);
}

.title.decore-2:after{
    content: url(../img/title-decore-line-2.svg);
}

.title.decore-3:after{
    content: url(../img/title-decore-line-3.svg);
}

.title.decore-4:after{
    content: url(../img/title-decore-line-4.svg);
}

.title.decore-5:after{
    content: url(../img/title-decore-line-5.svg);
}

.description {
    max-width: 1105px;
    margin: 40px 0 0;
    font-family: 'Montserrat';
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
}

@media only screen and (max-width: 1440px){

}

@media only screen and (min-width: 1921px){
    
}

@media only screen and (max-width: 1179px){

}

@media only screen and (max-width: 1023px){
    .description br{
        display: none;
    }
}

@media only screen and (max-width: 767px){
    .title{
        font-size: 20px;
        line-height: 24px;
    }

    .title.decore-1:after,
    .title.decore-2:after,
    .title.decore-3:after,
    .title.decore-4:after,
    .title.decore-5:after{
        content: url(../img/title-decore-line.svg);
    }

    .sub-title{
        font-size: 16px;
        line-height: 20px;
    }

    .description{
        margin-top: 15px;
        font-size: 12px;
        line-height: 18px;
    }
}


/*     header     */

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 120px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.79) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 50;
}

.active-scroll .header {
    height: 80px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 100%) 0%, rgba(255, 255, 255, 100%) 100%);
}

.header__logo{
    position: absolute;
    top: 30px;
    left: 20px;
    display: block;
    width: 132px;
    height: 53px;
    background-image: url(../img/logo.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
}

.active-scroll .header__logo{
    top: 12px;
}

.header__menu.nav{
    position: absolute;
    top: 50px;
    right: 110px;
}

.header__menu.language{
    position: absolute;
    top: 50px;
    right: 15px;
}

.active-scroll .header__menu.nav,
.active-scroll .header__menu.language{
    top: 30px;
}

.header__menu ul{
    display: flex;
}

.header__menu.nav ul {
    column-gap: 30px;
}

.header__menu.language ul {
    column-gap: 10px;
}

.header__menu ul li a{
    cursor: pointer;
    line-height: 22px;
    color: #F3F3F3;
}

.active-scroll .header__menu ul li a,
.header.open .header__menu ul li a{
    color: #333;
}

.header__menu ul .current-menu-item a,
.header__menu ul li a:hover{
    color: #BE2D94!important;
}

.header__menu.nav ul li a{
    font-size: 18px;
}

.header__menu.language ul li a{
    font-size: 14px;
}

.header__menu ul li.current-lang a{
    position: relative;
    cursor: default;
}

.header-menu.language ul li a{
    position: relative;
    color: rgba(255, 255, 255, 0.4);
}

.header__menu.language ul li.current-lang a,
.header__menu.language ul li.current_page_item a{
    color: #BE2D94;
}

.header-block_contact{
    position: absolute;
    top: -6px;
    right: 250px;
}

.header-block_contact-item{
    display: block;
    float: left;
    width: 45px;
    height: 45px;
    margin-right: 37px;
    background-position: center;
    background-repeat: no-repeat;
}

.header-block_contact-item:last-child{
    margin-right: 0;
}

.header-block_contact-item.viber{
    background-image: url(../images/icon-viber.svg);
}

.header-block_contact-item.whatsapp{
    background-image: url(../images/icon-whatsapp.svg);
}

.header-block_contact-item.telegram{
    background-image: url(../images/icon-telegram.svg);
}

.header-block_contact-item.facebook{
    background-image: url(../images/icon-facebook.svg);
}

.header-burger{
    display: none;
}

.header__contacts{
    display: none;
}

@media only screen and (max-width: 1179px){
	
    
}

@media only screen and (max-width: 1023px){
    
}

@media only screen and (max-width: 767px){
    .header,
    .active-scroll .header{
        height: 70px;
    }

    .header.open .container{
        padding-top: 70px;
    }

    .header.open{
        height: 100vh;
        background: #fff;
    }

    .header__logo{
        top: 10px;
        width: 104px;
        height: 41px;
    }

    .header__menu.nav{
        position: relative;
        top: auto;
        right: auto;
        display: none;
    }

    .header__menu.language,
    .active-scroll .header__menu.language{
        top: 24px;
        right: 73px;
    }
    .header-menu.nav{
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        display: none;
    }

    .header.open .header__menu.nav{
        display: block;
        top: 0;
    }
    
    .header.open .header__menu.nav ul{
        margin: 0 -15px;
        padding: 30px 15px;
        flex-direction: column;
        text-align: center;
        border-top: 1px solid rgba(0,0,0,0.1);
        border-bottom: 1px solid rgba(0,0,0,0.1);
    }

    .header.open .header__menu.nav ul li{
        margin-bottom: 30px;
    }

    .header.open .header__menu.nav ul li:last-child{
        margin-bottom: 0;
    }

    .header__menu.nav ul li a{
        font-size: 20px;
        line-height: 24px;
    }

    .header__burger{
        position: absolute;
        top: 20px;
        right: 21px;
        display: block;
        width: 29px;
        height: 29px;
        cursor: pointer;
        background-image: url(../img/icon-burger.svg);
        background-repeat: no-repeat;
        background-position: center;
    }
   
    .active-scroll .header__burger{
        background-image: url(../img/icon-burger-active.svg);
    }

    .header.open .header__burger{
        background-image: url(../img/icon-burger-close.svg)!important;
    }

    .header.open .header__contacts {
        display: block;
        padding: 30px 0 68px;
        font-size: 20px;
        line-height: 24px;
        text-align: center;
    }

    .header-contact:nth-child(2) {
        margin-top: 30px;
    }

    .header-contact a {
        color: #000;
    }

    .header-contact a:hover {
        color: #BE2D94;
    }

    .header-contact__title {
        margin-bottom: 10px;
        font-weight: 500;
        color: #BE2D94;
    }

    .header-contact__line {
        margin-bottom: 20px;
    }

    .header-contact__line:last-child {
        margin-bottom: 0;
    }



}

/*     first     */

.first{
    height: 790px;
    margin-bottom: 20px;
    background-color: black;
    background-image: url(../img/bg-first.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.first__content{
    position: absolute;
    top: 50%;
    left: 15px;
    right: 15px;
    margin-top: 46px;
    transform: translate(0, -50%);
}

.first__description{
    font-family: 'Roboto';
    font-weight: 300;
    font-size: 42px;
    line-height: 49px;
    letter-spacing: 0.1em;
    color: #FFFFFF;
}

.first__title{
    margin: 30px 0 0;
    font-weight: 700;
    font-size: 188px;
    line-height: 229px;
    color: #BE2D94;
}

.first__img {
    max-width: 692px;
    margin: 35px auto 0;
}

.first__btn{
    margin-top: 62px;
}

.first__arrow{
    display: none;
}

@media only screen and (max-width: 1179px){
    .first__title{
        font-size: 150px;
        line-height: 190px;
    }

    .first__img{
        max-width: 560px;
    }
}

@media only screen and (max-width: 1023px){
    .first__title {
        font-size: 120px;
        line-height: 160px;
    }

    .first__description{
        font-size: 32px;
        line-height: 40px;
    }

    .first__img {
        max-width: 480px;
    }
}

@media only screen and (max-width: 767px){
    .first{
        height: 100vh;
        margin-bottom: 0;
        background-image: url(../img/bg-first-mob.jpg);
    }

    .first__content{
        left: 0;
        right: 0;
        margin-top: 0;
    }

    .first__img{
        max-width: 320px;
        margin-top: 20px;
    }

    .first__title{
        margin-top: 10px;
        font-size: 64px;
        line-height: 78px;
    }

    .first__description{
        font-size: 24px;
        line-height: 28px;
        letter-spacing: 0.03em;
    }

    .first__btn {
        margin-top: 42px;
    }

    .first__arrow{
        position: absolute;
        left: 50%;
        bottom: 40px;
        display: block;
        width: 50px;
        height: 25px;
        margin-left: -25px;
        background-image: url(../img/icon-arrow.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        animation: spin 1.6s infinite linear;
    }

    @keyframes spin {
        0% {
          transform: translate3d(0, -25%, 0);
        }
        50% {
          transform: translate3d(0, 25%, 0);
        }
        100% {
          transform: translate3d(0, -25%, 0);
        }
    }
}

/*     general     */

.general{
    padding: 50px 0 50px;
}

.general_info{
    padding: 50px 0 118px;
}

.general_gallery{
    padding: 50px 0 118px;
}

.general_info:before{
    position: absolute;
    content: '';
    top: 236px;
    right: 0;
    width: 440px;
    height: 750px;
    background-image: url(../img/logo-hand.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.general_info .general__row{
    position: relative;
    padding-right: 500px;
}

.general_top{
    padding-top: 10px;
}

.general__title{
    position: relative;
    margin: 30px 0 0;
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
}

.general__title_medium{
    font-weight: 500;
}

.general__list{
    margin: 25px 0 0;
    display: flex;
    justify-content: left;
    column-gap: 40px;
}

.general__list li{
    position: relative;
    margin-bottom: 20px;
    padding-left: 20px;
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
}

.general__list li:last-child{
    margin-bottom: 0;
}

.general__list li:before{
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    width: 10px;
    height: 10px;
    margin-top: -6px;
    background-color: #BE2D94;
    border-radius: 50%;
}

.general__line{
    margin-bottom: 70px;
}

.general__line:last-child{
    margin-bottom: 0;
}

.general__line .general__gallery{
    margin-top: 45px;
}

.general__list ~ .general__gallery{
    margin-top: 35px;
}

.description ~ .general__gallery{
    margin-top: 35px;
}

.gallery{
    display: flex;
    flex-wrap: wrap;
    margin-left: -25px;
    margin-right: -25px;
    margin-bottom: -30px;
}

.gallery__item{
    width: 33.3333333333%;
    margin-bottom: 30px;
    padding: 0 25px;
}

.gallery_1_3,
.gallery_3_1{
    justify-content: space-between;
    align-items: center;
}

.gallery_1_3 .gallery__item:nth-child(1),
.gallery_3_1 .gallery__item:nth-child(2){
    position: relative;
    width: 33%;
}

.gallery_1_3 .gallery__item:nth-child(1):before,
.gallery_3_1 .gallery__item:nth-child(2):before{
    position: absolute;
    content: '';
    background-image: url(../img/bg-decore-gallery.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    z-index: -1;
}

.gallery_1_3 .gallery__item:nth-child(1):before{
    top: 10px;
    left: 35px;
    right: 15px;
    bottom: -10px;
}

.gallery_3_1 .gallery__item:nth-child(2):before{
    top: 10px;
    left: 15px;
    right: 35px;
    bottom: -10px;
}

.gallery_1_3 .gallery__item:nth-child(2),
.gallery_3_1 .gallery__item:nth-child(1){
    width: 66%;
}

.general__partners{
    display: flex;
    column-gap: 70px;
    align-items: center;
    margin: 40px -10px 0;
}
.partner {
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin: 0 10px;
}
.general__partners .partner img{
    height: 150px;
    width: 150px;
    object-fit: contain;
}

.general__partners .partner:nth-child(4) img{
    /* height: 54px; */
}

.general__link{
    margin: 20px 0 0;
    text-align: center;
}

.title ~ .general__step{
    margin-top: 40px;
}

.general__step .description{
    margin-top: 25px;
}

.general__step .general__list{
    column-gap: 60px;
}

.general__text{
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
}

.general__text strong{
    font-weight: 500;
}

@media only screen and (max-width: 1179px){
    .gallery{
        margin-left: -15px;
        margin-right: -15px;
    }

    .general_info:before{
        top: 276px;
        width: 330px;
        height: 560px;
    }

    .general_info .general__row{
        padding-right: 320px;
    }

    .gallery__item{
        padding: 0 15px;
    }

    .gallery_1_3 .gallery__item:nth-child(1):before{
        right: 5px;
        left: 25px;
    }

    .gallery_3_1 .gallery__item:nth-child(2):before{
        left: 5px;
        right: 25px;
    }
}

@media only screen and (max-width: 1023px){
    .general_info:before{
        opacity: 0.1;
    }

    .general_info .general__row{
        padding-right: 0;
    }

    .general__list{
        display: block;
    }

    .general__list ul:last-child{
        margin-top: 20px;
    }
}

@media only screen and (max-width: 767px){
    .general{
        padding: 30px 0;
    }

    .general_top{
        padding-top: 0;
    }

    .general__title{
        margin-top: 10px;
        font-size: 14px;
        line-height: 17px;
    }

    .general__list{
        margin-top: 17px;
    }

    .general__list li{
        margin-bottom: 15px;
        padding-left: 15px;
        font-size: 12px;
        line-height: 18px;
        letter-spacing: 0.02em;
    }

    .general__list li:before {
        width: 4px;
        height: 4px;
        margin-top: -2px;
    }

    .general__list li br{
        display: none;
    }

    .gallery{
        display: block;
        flex-wrap: inherit;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 0;
    }

    .gallery__item{
        width: 100%;
        padding: 0;
        margin-bottom: 15px;
    }

    .gallery__item:last-child{
        margin-bottom: 0;
    }

    .general__link{
        margin-top: 15px;
    }

    .description ~ .general__gallery {
        margin-top: 20px;
    }

    .general__partners{
        margin-top: 20px;
        column-gap: 0;
    }

    .general__line {
        margin-bottom: 30px;
    }
    
    .general__line .general__gallery{
        margin-top: 20px;
    }

    .title ~ .general__step{
        margin-top: 15px;
    }

    .gallery__item:nth-child(1){
        width: 100%!important;
        margin-bottom: 15px;
    }

    .gallery__item:nth-child(2){
        width: 100%!important;
    }

    .gallery__item:before{
        display: none!important;
    }

    .general__step .description {
        margin-top: 10px;
    }

    .general_info:before{
        top: 50%;
        width: 258px;
        height: 298px;
        left: 50%;
        background-image: url(../img/logo-hand-mob.png);
        transform: translate(-50%, -50%);
        opacity: 1;
    }
}

/*     digital     */

.digital{
    padding: 40px 0;
    color: #FFFFFF;
    background-color: #BE2D94;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(../img/bg-digital.png);
}

.digital__row{
/*     display: flex;
    justify-content: space-between; */
	display: grid;
	grid-template-columns: repeat(3,1fr)
}

.digital__column{
    text-align: center;
}

.digital__value{
    font-weight: 700;
    font-size: 48px;
    line-height: 59px;
}

.general__text{
    margin-top: 20px;
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
}

@media only screen and (max-width: 767px){
    .general__partners .partner img {width: 100px;height: 100px;}
    .digital{
        background-image: url(../img/bg-digital-mob.png);
    }
    
    .digital__row{
        display: block;
    }

    .digital__column{
        margin-bottom: 35px;
    }

    .digital__column:last-child{
        margin-bottom: 0;
    }

    .digital__value{
        font-size: 32px;
        line-height: 39px;
    }

    .digital__text{
        margin-top: 5px;
        font-size: 14px;
        line-height: 17px;
    }

    .general__list ul:last-child {
        margin-top: 15px;
    }

    .general__text {
        margin-top: 10px;
        font-size: 12px;
        line-height: 18px;
    }
}

/*     footer     */

.footer {
    
    padding: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.3);
}


.footer__row{
    display: flex;
    flex-wrap: wrap;
}

.footer__column{
    border-right: 1px solid rgba(0, 0, 0, 0.3);
}

.footer__column:nth-child(1){
    width: 26.85%;
    padding-top: 30px;
}

.footer__column:nth-child(2){
    width: 28.5%;
    padding: 75px 15px 0 50px;
}

.footer__column:nth-child(3){
    width: 44.65%;
    padding: 31px 10px 50px 60px;
}

.footer__column:last-child{
    border-right: none;
}

.footer__logo{
    display: block;
    width: 292px;
    padding-top: 152px;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #BE2D94;
    background-image: url(../img/logo.png);
    background-repeat: no-repeat;
    background-position: top 14px center;
    background-size: contain;
}

.footer__menu{
    margin-bottom: -25px;
}

.footer__menu li{
    display: block;
    float: left;
    width: 50%;
    margin-bottom: 25px;
}

.footer__menu li a{
    font-size: 20px;
    line-height: 24px;
    color: #000;
}

.footer__menu li a:hover{
    color: #BE2D94;
}

.footer__title{
    margin-bottom: 26px;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
}

.footer-contacts{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    column-gap: 30px;
    font-size: 20px;
    line-height: 24px;
}

.footer-contacts a{
    color: #000;
}

.footer-contacts a:hover{
    color: #BE2D94;
}

.footer-contacts__title{
    margin-bottom: 15px;
    font-weight: 500;
    color: #BE2D94;
}

.footer-contacts__column{

}

.footer-contacts__line{
    margin-bottom: 20px;
}

.footer-contacts__line:last-child{
    margin-bottom: 0;
}

@media only screen and (max-width: 1280px){
    .footer-contacts{
        display: block;
    }

    .footer-contacts__column:nth-child(2){
        margin-top: 20px;
    }
}

@media only screen and (max-width: 1179px){
    .footer__logo{
        width: 260px;
        padding-top: 140px;
    }

    .footer__column:nth-child(1){
        width: 33%;
        padding-top: 30px;
    }
    
    .footer__column:nth-child(2){
        width: 33%;
        padding: 70px 15px 0 30px;
    }
    
    .footer__column:nth-child(3){
        width: 33%;
        padding: 30px 10px 30px 30px;
    }

    .footer__menu li{
        float: none;
        width: 100%;
    }
}

@media only screen and (max-width: 1023px){
    .footer {
        padding: 50px 0;
    }

    .footer__row {
        display: block;
    }
    
    .footer__column{
        width: 100%!important;
        padding: 0!important;
        border: none;
        overflow: hidden;
    }

    .footer__column:nth-child(2){
        margin: 40px 0!important;
    }

    .footer__logo{
        width: auto;
        background-size: 260px;
        background-position: top 14px left;
    }

    .footer__menu li {
        float: left;
        width: 50%;
    }

    .footer-contacts{
        column-gap: 0;
    }

    .footer-contacts__column{
        width: 50%;
    }
}

@media only screen and (max-width: 767px){
    .footer {
        padding: 30px 0;
    }

    .footer__logo{
        background-size: 140px;
        padding-top: 90px;
        font-size: 12px;
        line-height: 16px;
    }

    .footer__menu li{
        margin-bottom: 15px;
    }

    .footer__menu li a {
        font-size: 14px;
        line-height: 20px;
    }

    .footer-contacts {
        font-size: 12px;
        line-height: 18px;
    }
}