.btn{
    position: relative;
    display: inline-block;
    background-color: #272727;
    border: 1px solid #272727;
    height: auto;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.15;
    text-align: center;
    white-space: normal;
    padding: 13px 80px;
    border-radius: 8px;
    cursor: pointer;
    transition: all .3s ease-in-out;
    box-shadow: none;
    color: #fff;
    text-transform: uppercase;
}
.pink{
    color: #EC47AE;
}
.header{
    width: 100%;
    height: 18vh;
    font-size: 120px;
}
.header-text{
    bottom: 9px;
    left: 0;
    right: 0;
    padding-top: 20px;
    z-index: 100000;
    position: relative;
    text-align: left;
    padding-left: 80px;
}
.image_section {
    /* height: 100vh;
    width: 100%;
    background-repeat: no-repeat;  */
    background-image: url(desc.jpg);
    /*display: flex;*/
    /*flex-direction: column;*/
    /*justify-content: center;*/
    width: 100%;
    height: 82vh;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    /* justify-content: center; */
    background-position: top;

}

@media (max-width: 768px) {
    .header-text {
        height: 8vh;
        bottom: 0px;
        text-align: center;
        padding-left: 0px;
    }
    .header-text {
        padding-top: 23px;
    }
    .btn {
        padding: 13px 50px;
    }
    .image_section{
        height: 92vh;
    }
}

.link, a {
    text-decoration: none;
}


body {
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    font-feature-settings: "ss09" on,"ss08" on,"ss07" on,"ss05" on,"ss02" on,"zero" on;
    font-family: Formular;

}



.section_header{
    display: flex;
    justify-content: center;
    background: url(vh.svg);
}
.image_section_logo{
    display: flex;
    justify-content: end;
    width: 57%;
}
.logo {
    margin-top: 40px;
    /* display: block;
    height: auto; */
    width: 24%;
    display: block;
    height: fit-content;
}

@media (max-width: 768px) {
    .logo {
        content: url('vh_mob.svg'); /* для меньших экранов */
    }
}

@media (min-width: 769px) {
    .logo {
        content: url('vh.svg'); /* для больших экранов */
    }
}


.text-main{
    margin-left: 80px;
    color: #272727;
    /* text-transform: uppercase; */
    width: 30%;
    position: absolute;
    bottom: 20px;
}

@media (max-width: 768px) {
    .subtitle-text {
    }
}

@media (min-width: 769px) {
    .subtitle-text {
    }
}

.wellcome_page{
    position: relative;
}
.grey{
    color: #3b3b3b;
}
.subtitle-text{
    margin-bottom: 20px;
    margin-top: 26px;
    font-size: 25px;
}
.title-text{
    line-height: 100%;
    font-size: 78px;
    letter-spacing: -1.4px;

}
.visage_fan {
    position: relative;
    display: flex;
}
.vis{
    margin: 120px auto 120px auto;
    height: auto;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    display: flex;
    max-width: 1250px;
}
.text_visage {
    font-size: 100px;
    line-height: 100%;
    letter-spacing: -1px;
    margin-right: 11px;
    margin-top: 175px;
}

.text_fan {
    font-size: 100px;
    line-height: 100%;
    letter-spacing: -1px;
    margin-left: 11px;
    margin-top: 175px;
}
.visage_fan_title {
    font-size: 80px;
    line-height: 100%;
    letter-spacing: -1px;

}
.visage_fan_subtitle {
    font-size: 25px;
    line-height: 115%;
    letter-spacing: -0.25px;
    text-transform: uppercase;

}
.visage_fan_text {
    margin: 0 8%;
    color: #EC47AE;

}

.content-text{
    margin-top: 8%;
    font-size: 21px;
    /*margin-left: 301px;*/
    margin-left: 370px;
    margin-right: 114px;
}
.text-subcribers{
    color: #EC47AE;
    font-family: Formular;
    font-size: 21px;
    line-height: 227.273%;
    letter-spacing: -0.22px;
    text-transform: uppercase;
    margin-bottom: 17px;

}
.visagiste-subscribe{
    display: flex;
    margin-top: 65px;
}
.svg-vis{
    position: absolute;
    right: 0;
    top: 10px;
}
.dop-content{
    margin-top: -10px;
    /* text-decoration: none; */
    font-size: 13px;
    line-height: 115.385%;
    letter-spacing: -0.13px;
    color: #979797;
    position: absolute;
    left: -300px;
    top: 64px;
}
.desk{
    position: relative;
}


._one{
    margin-top: 70px;
}
.step {
    display: flex;
    margin-bottom: 50px;
}
.step_icon {
    display: flex;
    color: #EC47AE;
}
.icon-text {
    margin-right: 5px;
    line-height: 144.444%;
    text-transform: uppercase;
    letter-spacing: -0.18px;
    font-size: 18px;
}
.icon-number {
    margin-right: 20px;
    line-height: 144.444%;
    text-transform: uppercase;
    letter-spacing: -0.18px;
    font-size: 18px;

}
.text_step {
    font-size: 22px;
    line-height: 118.182%;
    letter-spacing: -0.22px;
}
.extreme{
    color: rgba(39, 39, 39, 0.61);
    font-size: 10px;
    line-height: 120%;
    letter-spacing: -0.1px;
    margin-top: 12px;
}
.is-active{
    transform: rotate(-180deg);
}
.opportunities{
    display: none;
    transition: transform 2s ease;

}
.fix-link{
    text-decoration: none;
}
.opportunities2{
    display: none;
    transition: transform 2s ease;

}
.visagiste-subscribe{
    cursor: pointer;
}

.content-visagiste {
    margin: 120px auto 120px auto;
    height: auto;
    width: 100%;
    display: flex;
    max-width: 1250px;
}
.purchases-text {
    margin-top: 13px;
    color: #EC47AE;
    font-size: 25px;
    line-height: 115%;
    letter-spacing: -0.25px;
    text-transform: uppercase;
}
.purchases_2 {
    margin-top: 45px;
}
.left-visagiste{
    margin-left: 172px;
    margin-right: 185px;
}
.container-visagiste{
    background: #F2F2F2;
    display: flex;
}
.text{
    font-size: 100px;
    line-height: 100%;
    letter-spacing: -1px;
    text-transform: uppercase;
    margin-top: -10px;
    z-index: 999999;
}
.__one{
    margin-top: -10px;
}
.icon-visagiste{
    display: flex;
}
.image-visagiste{
    margin-top: 60px;
    margin-left: -20px;
}
.__two{
    display: flex;
    align-items: flex-end;
    margin-bottom: -30px;
    margin-left: -140px;
}
.visagiste-description{
    margin-top: 120px;
}
.description-title{
    font-size: 22px;
    line-height: 100%;
    letter-spacing: -0.22px;
}
.description-subtitle{
    font-size: 21px;
    line-height: 100%;
    letter-spacing: -0.22px;
    margin-bottom: 4px;
    /* display: flex; */
}
.description-point{
    margin-top: 30px;
}
.warning{
    color: rgba(39, 39, 39, 0.61);
    font-size: 10px;
    line-height: 120%;
    letter-spacing: -0.1px;
    margin-top: 30px;

}
.svg-vis2 {
    position: absolute;
    right: 0;
    margin-top: 10px;
}
.bottom-config {
    color: var(--dark-grey, #979797);
}
.bottom-processing {
    color: var(--dark-grey, #979797);
}
.bottom-config:hover{
    transition: all .3s ease-in-out;
    color: #ec47ae;
}
.bottom-processing:hover{
    transition: all .3s ease-in-out;
    color: #ec47ae;
}
.download-apps__link:hover{
    transition: all .3s ease-in-out;
    color: #ec47ae;
}
.punkt:hover{
    transition: all .3s ease-in-out;
    color: #ec47ae;
}
.punkt{
    font-size: 13px;
    line-height: 115.385%;
    letter-spacing: -0.13px;
    text-transform: uppercase;
    font-family: Formular;
    color: var(--black, #272727);
}
.footer-top{
    display: flex;
    margin-top: 79px;
    justify-content: space-between;
}
.bottom-text{
    margin-right: 20px;
}
.footer-bottom{
    display: flex;
    color: var(--dark-grey, #979797);
    font-size: 13px;
    line-height: 115.385%;
    letter-spacing: -0.13px;
    margin-top: 39px;
    margin-bottom: 79px;
}
.bottom-processing {
    text-decoration: none;
}
.bottom-config{
    text-decoration: none;
}
.footer{
    margin: 0 5%;
}
.punkt{
    text-decoration: none;
}
.icon{
    margin-top: 12px;
}
@media(max-width: 1400px){
    .content-visagiste{
        max-width: 1059px;
    }
    .left-visagiste{
        margin-right: -6px;
    }
    .content-text{
        margin-right: 0px;
        font-size: 20px;
    }
    .vis{
        max-width: 1059px;
    }
}
@media(max-width: 660px){
    .footer-top{
        flex-direction: column;
        margin-top: 20px;
    }
    .top{
        padding-top: 20px;
    }
    .footer-bottom{
        flex-direction: column;
        margin-bottom: 44px;
        margin-top: 48px;

    }
    .bottom-text{
        padding-top: 10px;
    }
}
@media(max-width: 450px){
    .download-apps__stores{
        height: auto!important;

    }
    .fix-link{
        justify-content: center;
        display: flex;
    }
    .footer-apps__block{
        right: 0px!important;
        position: relative!important;
        margin: auto;
        margin-top: -272px;
        /* width: 90%; */

    }
    .flex-col-subscribe {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin: auto;
    }
    .image_section{
        background-image: url(mob.jpg);
    }
    .icon-number{
        margin-right: 55px;
    }
    .step_icon {
        margin-top: -5px;
    }
    .text_step {
        font-size: 15px;
    }
    .text-main{
        width: 90%;
        margin-left: 19px;
        margin-top: 304px;
    }
}
.visagiste-purchases{
    margin-top: 5px;
}
@media(max-width: 397px){
    .ic-visagiste{
        margin-left: 79px!important;
    }
    .image_visagefan{
        margin-left: 114px!important;
    }
}
@media(max-width: 800px){
    .header{
        height: 70px;
        font-size: 48px;
    }
    .text-main{
        margin-left: 30px;
    }
    .icon-text{
        line-height: 185.714%;
        letter-spacing: -0.14px;
        font-size: 14px;
    }
    .icon-number{
        line-height: 185.714%;
        letter-spacing: -0.14px;
        font-size: 14px;
    }
    .warning{
        letter-spacing: -0.07px;
        font-size: 7px;
    }
    .bottom-text1{
        order: 3;
    }
    .bottom-text2{
        order: 1;
    }
    .bottom-text3{
        order: 2;
    }
    .flex-img{
        margin-top: -5px!important;
    }
    .opportunities{
        margin: 0 19px;
    }
    .opportunities2{
        margin: 0 19px;
    }
    .extreme{
        margin-left: 99px;
        margin-top: -39px;
        margin-bottom: 20px;
        font-size: 7px;
    }
    .title-text{
        font-size: 48px;
    }
    .subtitle-text{
        width: 90%;
        line-height: 126%;
        margin-top: 20px;
        font-size: 18px;
    }


    .icon-visagiste{
        display: block;
    }
    .visage_fan{
        display: block;
    }
    .text_visage{
        font-size: 58px;
        margin-top: 0px;
        margin-right: 0px;
        margin-left: 19px;
        display: flex;
        justify-content: left;
    }
    .text_fan{
        font-size: 58px;
        margin-top: -194px;
        display: flex;
        justify-content: end;
        margin-right: 19px;
    }
    .content-visagiste{
        display: block;
    }
    .image_visagefan{
        width: 142px;
        height: 192px;
        margin-left: 135px;
    }
    .vis{
        margin: 79px auto;
    }
    .content-visagiste {
        margin: 79px auto;
    }
    .visage_fan_subtitle{
        font-size: 12px;
        line-height: 100%;
        letter-spacing: -0.12px;
        text-transform: uppercase;
    }
    .three-pr{
        height: 38px;
    }
    .visage_fan_text{
        position: absolute;
        top: -24px;
        right: 24px;
        margin: 0 0;
    }
    .content-text{
        margin-left: 0px;
        margin-right: 0px;
        font-size: 15px;
    }
    .description-text{
        margin-left: 19px;
        margin-right: 19px;
    }
    .purchases-text{
        font-size: 12px;
        line-height: 100%;
        letter-spacing: -0.12px;
    }
    .purchases_2 {
        margin-top: 0;
    }
    .visagiste-purchases{
        display: flex;
        justify-content: end;
        margin-right: 19px;
    }

    .purchases_2{
        margin-left: 40px;
    }
    .ic-visagiste{
        height: 192px;
        margin-left: 135px;
    }
    .text{
        font-size: 58px;
        margin-top: 30px;
        margin-bottom: -77px;
        position: relative;
    }
    .left-visagiste{
        margin-left: 0px;
        margin-right: 0px;
    }
    .__two{
        display: flex;
        justify-content: end;
        margin-right: 24px;
        margin-top: -23px;
    }
    .visagiste-description{
        margin-right: 19px;
        margin-left: 19px;
    }
    .visagiste-subscribe{
        margin-right: 19px;
        margin-left: 19px;
        margin-top: 110px;
    }
    .svg-vis2{
        width: 28px;
        right: 10px;
        top: -5px;
    }
    .svg-vis{
        width: 28px;
        right: 10px;
        top: 5px;
    }
    .text-subcribers{
        font-size: 14px;
    }
    .dop-content{
        left: 19px;
        top: -36px;
        margin-left: 0px!important;

    }
    .description-title{
        font-size: 15px;
        letter-spacing: -0.15px;
    }
    .description-subtitle{
        font-size: 15px;
        margin-bottom: 9px;
        /* display: flex; */
    }
    li::before {
        content: "•"; /* Замените символ или изображение по вашему выбору */
        color: rgb(0, 0, 0);   /* Замените цвет по вашему выбору */
        margin-right: 15px; /* Опционально: добавьте отступ между маркером и текстом */
        font-size: 21px;
    }
}

.flex{
    display: flex;
}

.flex-img{
    margin-right: 10px;
    margin-top: -2px
}

.flex-col {
}
.md-4 {
}
.footer__col {
}
.download-apps {
    position: relative;
}
.footer-apps {
}
.download-apps__link {
    display: block;
    cursor: pointer;
    color: #272727;
}
.download__link {
}
.download-apps__image-wrapper {
    margin-top: 12px;
}
.download-apps__block {
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    transition: all .3s ease-in-out;
}

.footer-apps__block {
    display: none;
    bottom: calc(100%);
    right: -96px;
}
/* @media (max-width: 365px){
    .footer-apps__block{
        margin-top: -308px!important;
    }
}
   */
.download-apps__qr {
    margin-bottom: 5px;
}
.download-apps__text {
    font-size: 13px;
    line-height: 15px;
    color: #979797;
    text-align: center;
    margin-bottom: 20px;
    max-width: 145px;
}
.subscribe-bottom{
    display: flex;
}
.flex-col-subscribe{
    position: absolute;
    right: 0;
}
.fix-link{

    border: 1px solid #EC47AE;
    border-radius: 8px;
    background-color: #EC47AE;
    padding: 12px 20px 12px 20px;
    text-transform: uppercase;
    letter-spacing: -0.13px;
    font-size: 13px;
    color: #fff;
}

.download-apps__stores {
    height: 29px;
    display: flex;
    gap: 10px;
}
.download-apps__store {
    height: 100%;
}
.fan_btn{
    display: block;
    width: 140px;
    padding: 15px;
    font-size: 10px;
    /* letter-spacing: 0.1em; */
    text-align: center;
    text-decoration: none;
    margin-bottom: 20px;
}
.download-apps__link{
    padding-top: 12px;
    margin-top: -12px;
}
.link-follower{
    background-color: #EC47AE;
}
@media (max-width: 285px){
    .text_visage{
        font-size: 40px!important;
    }
    .text_fan{
        font-size: 40px!important;
    }
    .image_visagefan{
        margin-left: 22px!important;
    }
    .three-pr{
        height: 31px!important;
    }
    .visage_fan_text{
        top: -33px!important;
    }
}

@media(min-width: 800px){
    .image_visagefan{
        height: 480px;
    }
    .ic-visagiste{
        height: 387px;
    }

}

