@keyframes move{
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 50px 50px;
    }
}
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,500);

*{
    margin: 0;
}
body {
    line-height: 1.5;
    font-family: 'Roboto', sans-serif;
}
a{
    text-decoration: none;
}

.img_home {
    margin: 30px auto 10px;
    text-align: center;
}

.img_home > img {
    margin: 0 auto;
    width: 90%;
    border-radius: 10px;

}

.four {
    text-align: center;
    display: block;
    margin-top: 10px;
}

.titles {
    font-size: 24px;
    color: #073064;
    width: 90%;
    text-align: center;
    margin: 10px auto;
}

.txt2 {
    font-size: 18px;
    line-height: 1.5;
    width: 90%;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 20px;
}

.line-wrap {
    position: relative;
    z-index: 10;
    margin: 0 auto;
    height: 30px;
    overflow: hidden;
    width: 80%;
    max-width: 460px;
    box-shadow: 0 0 0 1px rgb(0 0 0 / 10%);
    background-color: rgb(0 0 0 / 24%);
    border-radius: 8px;
}

#line {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 98%;
    background-color: #0e6431;
    background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, #499a35), color-stop(1, #0d6330) );
    overflow: hidden;
    z-index: -2;
    transition: all .3s ease;

}

.btn_box {
    font-family: 'GeometriaMedium', sans-serif;
    text-align: center;
    margin-top: 20px;
}

.btn_share {
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    background-color: #0e6431;
    box-shadow: 0 10px 10px rgb(0 0 0 / 10%);
    line-height: 48px;
    /* height: 48px; */
    border-radius: 10px;
    padding: 12px 35px;
    text-decoration: none;
    margin-top: 20px;
}

#line span {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, rgba(255, 255, 255, .2)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .2)), color-stop(.75, rgba(255, 255, 255, .2)), color-stop(.75, transparent), to(transparent));
    background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
    z-index: -1;
    -webkit-animation: move 2s linear infinite;
    -webkit-background-size: 50px 50px;
    -moz-background-size: 50px 50px;
    animation: move 2s linear infinite;
    background-size: 50px 50px;
    overflow: hidden;
}


.content_bottom > img {
    width: 70%;
    border-radius: 10px;
}

.vidos{
    width: 90%;
    max-width: 400px;
    margin: 20px auto;
    text-align: center;
    display: flex;
}
.cc{
    width: 90%;
    margin: 0 auto;
}
.cards__title {
    font-size: 22px;
    color: #0079c1;
    display: inline-block;
    width: 100%;
    text-align: center;
}

.card{
    width: 75%;
    margin: 0px auto 30px;
}


.card_img > img{
    width:100%;
}


.cards__price {
        font-size: 23px;
        margin-top: 20px;
        margin-bottom: 5px;
}
.cards__price span {
    color: #0e6431;
    font-size: 22px;
    display: inline-block;
}
.cards_balance{
    font-size: 22px;
}

.buy_btn{
    width: 100%;
    padding: 12px 0;
    margin: 10px 0;
    background: #FAD546;
    cursor: pointer;
    font-size: 20px;
    -webkit-transition: 0.2s ease all;
    transition: 0.2s ease all;
    text-align: center;
    border-radius: 5px;
}

.popup{
    width: 100%;
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    height: 100%;
    overflow: auto;
    background: rgb(0,0,0, 0.6);
}

.modal{
    position: fixed;
    background: #ffffff;
    left: 0;
    right: 0;
    top: 30px;
    z-index: 100;
}

#m1, #m2, #m3, #m4,#m5{
    display: none;
}


.close{
    float: right;
    margin: 5px 15px;
    font-size: 26px;
}

.modal_title{
    text-align: center;
    font-size: 20px;
    padding: 20px 0 0 30px;
}

.modal_img{
    text-align: center;
}

.modal_img > img{
    width: 70%;
}



.modal_cards__price {
    text-align: center;
    font-size: 18px;
}

.modal_cards_balance{
    text-align: center;
    font-size: 22px;
}

.input_m{
    display: block;
    height: 40px;
    width: 80%;
    /* text-align: -webkit-right; */
    margin: 10px auto;
    padding: 10px;
    border: 1px solid #D2D2D2;
    border-radius: 6px;
}

.modal_button{
    height: 35px;
    width: 80%;
    /* margin: 0 auto; */
    border: none;
    border-radius: 6px;
    background: #FAD546;
    font-size: 18px;
}

.modal_form{
    text-align: center;
}

.poopup__attention {
    margin: 5px auto;
    /* font-family: 'RobotoRegular'; */
    width: 80%;
    text-align: center;
    color: #ACACAC;
    font-size: 10px;
    padding-bottom: 10px;
}
}