/*@font-face {*/
/*    font-family: 'Montserrat';*/
/*    src: url('fonts/Montserrat-VariableFont_wght.ttf');*/
/*    src: url('fonts/Montserrat-VariableFont_wght.ttf')  format('truetype')*/
/*}*/
html, body {
    /*overflow-x: hidden;*/
    width: 100%;
}
body{
    margin: 0;
    /*background: #fff;*/
    color: #000;
    font-family: 'Montserrat', sans-serif;
}
.overflow_hidden_wrapper{
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden
}
#main-container{
    max-width: 1642px;
}
.top_row{
    padding-top: 80px;
}
.top_row2{
    padding-top: 80px;
    padding-bottom: 132px;
}
.top_row2 h1{
    font-weight: bold;
    width: 595px;
    font-size: 44px;
    text-shadow: white 0px 0px 0, white 0px 0px 0, white 0px 0px 0, white 0px 0px 0, white 3px 0px 7px;
}
.promo-text{
    padding-top: 30px;
    /*width: 80%;*/
    width: 545px;
    font-size: 18px;
    line-height: 31px;
}
.burger{
    background: url("/images/burger.png");
    width: 34px;
    height: 34px;
}
#lp_phone{
    background: url("/images/lp/lp-phone.png");
    width: 1229px;
    height: 1032px;
    position: absolute;
    right: 0;
    top: 85px;
    background-size: cover;
}
.top_buttons{
    padding-top: 50px;
}
.top_buttons>div{
    float: left;
}
.top_buttons>div:first-child{
    margin-right: 50px;
}
.button_link{
    padding: 16px 38px;
    color: #ffffff;
    text-decoration: none;
    border-radius: 14px;
    font-weight: 500;
    font-size: 18px;
    transition: opacity 0.1s ease, box-shadow 0.3s ease;
}
.button_link:hover{
    text-decoration: none;
    color: #ffffff !important;
    opacity: 0.9;
}
.pink_button_link{
    background: rgb(242,73,139);
    background: linear-gradient(130deg, rgba(242,73,139,1) 0%, rgba(198,11,186,1) 100%);
}
.pink_button_link:hover{
    box-shadow: 0px 0px 12px rgb(222 64 160 / 50%);
}
.blue_button_link{
    background: rgb(148,75,243);
    background: linear-gradient(130deg, rgba(148,75,243,1) 0%, rgba(54,165,227,1) 100%);
}
.blue_button_link:hover{
    box-shadow: 0px 0px 12px rgb(106 116 236 / 50%);
}
.landing_row2{
    padding-top: 452px;
    z-index: 100;
    max-width: 640px;
}
.big_round_left1{
    background: url("../images/circle_left1.png");
    width: 787px;
    height: 1131px;
    position: absolute;
    left: 0;
    background-size: cover;
}
.round_right1{
    background: url("../images/circle_right1.png");
    width: 221px;
    height: 372px;
    position: absolute;
    right: 0;
    margin-top: 374px;
}
.rounds1_wrapper{
    /*position: relative;*/
}
.digit{
    background: url("../images/numbers1.png");
    width: 71px;
    height: 90px;
    float: left;
    margin-right: 20px;
}
.digit1{
    background-position: 0 0;
}
.digit2{
    background-position: 0 -90px;
}
.digit3{
    background-position: 0 -180px;
}
.landing_row2>div{
    overflow: auto;
    padding-bottom: 45px;
}
.promo_block_row{
    margin-top: 190px;
}
.promo_block_wrapper{
    border-radius: 15px;
    box-shadow: 4px 4px 12px rgb(0 0 0 / 20%);
    padding: 28px;
    z-index: 100;
    background: #ffffff;
    position: relative;
    width: 300px;
    text-align: center;
    float: left;
}
.promo_block_wrapper_sale{
    margin-left: 85px;
}
.promo_title{
    margin: 10px auto 15px;
}
.promo_text{
    font-weight: bold;
    width: 210px;
    margin: 0 auto;
}
.promo_label{
    margin: 10px auto 0;
}
.promo_link{
    height: 54px;
    margin-top: 27px;
}
.promo_link a{
    display: block;
    width: 100%;
}
.promo_free_title{
    background: url("../images/free_label.png") no-repeat;
    width: 230px;
    height: 71px;
}
.promo_free_label{
    background: url("../images/free_label_star.png") no-repeat;
    width: 133px;
    height: 132px;
}
.promo_sale_title{
    background: url("../images/sale_label.png") no-repeat;
    width: 231px;
    height: 71px;
    background-size: cover;
}
.promo_sale_label{
    background: url("../images/sale_label_round.png") no-repeat;
    width: 132px;
    height: 132px;
}
.h1{
    font-weight: bold;
    font-size: 44px;
}
#lp_footer{
    background: url("../images/footer_bg.png") 0 50%;
    width: 100%;
    height: 595px;
    margin-top: 256px;
    color: white;
}
#lp_footer>div{
    max-width: 1642px;
}
#lp_footer .row{
    margin-top: 488px;
}
.center_text{
    text-align: center;
}
.right_text{
    text-align: right;
}
.c_text{
    font-size: 18px;
}

@media (max-width: 1602px) {
    #lp_phone {
        width: 1029px;
        height: 864px;
        right: -68px;
    }
    .promo_block_wrapper_sale{
        margin-left: 60px;
    }
    .promo_block_wrapper{
        width: 250px;
    }
}
@media (max-width: 1480px) {
    #lp_phone {
        width: 829px;
        height: 696px;
    }
}
@media (max-width: 1265px) {
    #lp_phone {
        width: 711px;
        height: 597px;
        top: 137px;
        right: -23px;
    }
}
@media (max-width: 1213px) {
    .top_buttons .button_link{
        padding: 12px 25px;
    }
}
@media (max-width: 1151px) {
    #lp_phone {
        right: -100px;
    }
}
@media (max-width: 1110px) {
    #lp_phone {
        right: -164px;
        /*width: 529px;*/
        /*height: 444px;*/
        /*top: 169px;*/
    }
}
@media (max-width: 1087px) {
    .top_buttons>div:first-child{
        margin-right: 25px;
    }
}
@media (max-width: 1038px) {
    #lp_phone {
        right: -228px;
    }
}
@media (max-width: 980px) {
    #lp_phone {
        right: -319px;
    }
}
@media (max-width: 888px) {
    #lp_phone {
        right: -385px;
    }
}
@media (max-width: 767px) {
    #lp_phone {
        display: none;
    }
    .top_row2 h1 {
        width: 100%;
        font-size: 40px;
    }
    .promo-text{
        width: 100%;
    }
    .top_row2 {
        padding-top: 40px;
    }
}
@media (max-width: 625px) {
    .top_row2 h1 {
        font-size: 36px;
    }
    .promo-text {
        padding-top: 19px;
        font-size: 16px;
        line-height: 28px;
    }
}
@media (max-width: 563px) {
    .top_row2 h1 {
        font-size: 32px;
    }
    .promo-text {
        padding-top: 12px;
        font-size: 14px;
        line-height: 24px;
    }
}
@media (max-width: 515px) {
    .top_row2 {
        padding-top: 30px;
    }
    .top_row2 h1 {
        font-size: 26px;
    }
    .promo-text {
        padding-top: 7px;
    }
    .top_row {
        padding-top: 42px;
    }
}
@media (max-width: 430px) {
    .top_row2 h1 {
        font-size: 22px;
        line-height: 32px;
    }
}

/*@media (max-width: 1532px) {*/
/*    .promo-text{*/
/*        width: 90%;*/
/*    }*/
/*}*/
/*@media (max-width: 1400px) {*/
/*    .promo-text{*/
/*        width: 100%;*/
/*    }*/
/*}*/
.top_row2>div:first-child{
    z-index: 1;
}