@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');

.header *,
.main *,
.footer *{
    box-sizing:border-box;
}

.container {
    width: 100%;
    max-width: 425px;
    margin-left: auto;
    margin-right: auto;

}

.container .inner-cont{
    padding-left: 26px;
    padding-right: 26px
}

@media only screen and (max-width: 375px) {
    .container .inner-cont{
        padding-left: 20px;
        padding-right: 20px
    }
}

html{
    height: 100%;
}
.main{
    overflow-y: scroll;
}
body{
    margin: 0;
    display: flex;
    flex-direction: column;
    position: relative;
    height: 100%;
    overflow-y: scroll;
}

/* HEADER */
.header{
    background: #FFFFFF;
    box-shadow: 0 4px 35px rgba(180, 181, 181, 0.44);
    padding-top: 17px;
    padding-bottom: 13px;
    z-index: 6;
}
.header .header_wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header .header_wrapper .header_logo{}
.header .header_wrapper .header_logo a{
    display: block;
}
.header .header_wrapper .header_logo a img{
    height: 50px;
}
.header .header_wrapper .header_burger{
    margin-bottom: 5px;
}
.header .header_wrapper .header_burger:hover{
    cursor: pointer;
}
.header .header_wrapper .header_burger .hamburger{}
.header .header_wrapper .header_burger .hamburger span{
    width: 47px;
    height: 5px;
    border-radius: 8px;
    margin-bottom: 7px;
    display: block;
}
.header .header_wrapper .header_burger .hamburger span:nth-child(1){
    background: rgba(80, 154, 34, 0.75);
}
.header .header_wrapper .header_burger .hamburger span:nth-child(2){
    background: rgba(80, 154, 34, 0.5);
}
.header .header_wrapper .header_burger .hamburger span:nth-child(3){
    background: rgba(80, 154, 34, 0.33);
}
.header .header_wrapper .header_burger .hamburger span:last-child{
    margin-bottom: 0;
}

/* MAIN */
.main{
    background: #fff;
    height: 100%;
    padding-bottom: 65px;
    padding-top: 21px;
}
.main .first_page{}
.main .first_page .main_title{
    font-size: 20px;
    line-height: 23px;
    color: #6C6C6C;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin-bottom: 33px;
}
@media only screen and (max-width: 375px) {
    .main .first_page .main_title{
        font-size: 17px;
    }
    .main .second_page .main_title{
        font-size: 17px;
    }
}
.main .first_page .main_title .red-bg{
    background: linear-gradient(180deg, #DF5F5D 0%, #C8201D 100%);
    border-radius: 4px;
    text-transform: uppercase;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 11px;
    padding: 1px 6px;
    margin-left: auto;
    display: inline-block;
}
.main .first_page .slider_wrapper{
    background: #FFFFFF;
    box-shadow: unset;
    padding: 0;
}
.main .first_page .slider_wrapper .slider-items{}
.main .first_page .slider_wrapper .slider-items .slider-item{
    background: #FFFFFF;
    box-shadow: 0 1px 7px rgba(0,0,0,0.08);
    border-radius: 10px;
    padding: 18px 17px;
    margin-bottom: 17px;
}
.main .first_page .slider_wrapper .slider-items .slider-item .title{
    font-family: 'Roboto', sans-serif;
    color: #55676A;
    font-size: 12px;
    line-height: 14px;
    font-weight: 500;
    margin-bottom: 0;
}
.main .first_page .slider_wrapper .slider-items .slider-item .labels{
    margin-top: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.main .first_page .slider_wrapper .slider-items .slider-item .labels .left-label{
    font-size: 12px;
    line-height: 14px;
    color: #CACECE;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}
.main .first_page .slider_wrapper .slider-items .slider-item .labels .right-label{
    font-size: 12px;
    line-height: 14px;
    color: #CACECE;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

.main .first_page .slider_wrapper .informations{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.main .first_page .slider_wrapper .informations .information{
    display: flex;
    flex-direction: column;
    background: #FFFFFF;
    box-shadow: 0 2px 7px rgba(0,0,0,0.08);
    border-radius: 10px;
    padding: 11px 13px;
    align-items: flex-start;
    /*width: 107px;*/
    width: 120px;
}
@media only screen and (max-width: 374px) {
    .main .first_page .slider_wrapper .informations .information{
        width: 90px;
    }
}
.main .first_page .slider_wrapper .informations .information .title{
    font-size: 10px;
    line-height: 12px;
    color: #B7B7B7;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    margin-bottom: 4px;
}
.main .first_page .slider_wrapper .informations .information .money{
    padding: 0;
    background: transparent;
    color: #4B4B4B;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    border-radius: 20px;
    text-align: center;
    font-family: 'Roboto', sans-serif;
}
@media only screen and (max-width: 374px) {
    .main .first_page .slider_wrapper .informations .information .money{
        font-size: 12px;
        line-height: 12px
    }
}

.main .bottom_text{
    margin-top: 42px;
}
.main .bottom_text p{
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 10px;
    line-height: 100%;
    text-align: justify;
    color: #BBBBBB;
}


.main .second_page .main_title{
    font-size: 20px;
    line-height: 23px;
    color: #6C6C6C;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin-bottom: 33px;
}
@media only screen and (max-width: 375px) {
    .main .second_page .main_title{
        font-size: 17px !important;
    }
}
.main .second_page .main_title .red-bg{
    background: linear-gradient(180deg, #DF5F5D 0%, #C8201D 100%);
    border-radius: 4px;
    text-transform: uppercase;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 11px;
    padding: 1px 6px;
    margin-left: auto;
    display: inline-block;
}

.main .second_page .form_wrapper{
    background: #FFFFFF;
    border-radius: 5px;
    padding: 0;
    box-shadow: none;
}
.main .second_page .form_wrapper .phone-wrapper{
    background: #FFFFFF;
    box-shadow: 0 1px 7px rgba(0,0,0,0.08);
    border-radius: 10px;
    padding: 17px 18px;
}
.main .second_page .form_wrapper .phone-wrapper .label{
    font-family: 'Roboto', sans-serif;
    color: #55676A;
    font-weight: 500;
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 8px;
}
.main .second_page .form_wrapper .phone-wrapper input{
    border: none;
    width: 100%;
    background: #EFEFEF;
    border-radius: 8px;
    height: 34px;
    padding-left: 12px;
    padding-right: 12px;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    color: #434343;
}
.main .second_page .form_wrapper .phone-wrapper input:focus{
    outline: none;
}
.main .second_page .form_wrapper .phone-wrapper input::placeholder{
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    color: #bfbfbf;
}
.main .second_page .form_wrapper .general_button_wrapper{
    margin-top: 23px;
}


.main .third_page .main_title{
    font-size: 16px;
    line-height: 19px;
    color: #6C6C6C;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 19px;
}
@media only screen and (max-width: 375px) {
    .main .third_page .main_title{
        font-size: 14px;
    }
}
.main .third_page .offers_wrapper{}
.main .third_page .offers_wrapper .offer{
    padding: 61px 44px 32px 44px;
    position: relative;
    margin-bottom: 35px;

    background: #FFFFFF;
    box-shadow: 0px 4px 25px rgba(0,0,0,0.15);
    border-radius: 15px;
}
.main .third_page .offers_wrapper .offer.not-small-padding{
    padding: 78px 25px 32px 25px;
}
@media only screen and (max-width: 375px) {
    .main .third_page .offers_wrapper .offer.not-small-padding{
        padding: 78px 25px 32px 25px;
    }
    .main .third_page .offers_wrapper .offer{
        padding: 40px 25px 32px 25px;
    }
}
.main .third_page .offers_wrapper .offer .label{
    height: 30px;
    display: flex;
    align-items: center;
    padding-left: 10px;
    font-size: 12px;
    line-height: 14px;
    color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    left: 0;
    top: 28px;
    position: absolute;
    padding-right: 30px;
}
.main .third_page .offers_wrapper .offer .label .rubick{
    position: absolute;
    width: 30px;
    height: 30px;
    background: white;
    transform: rotate(45deg);
    right: -15px;
}
.main .third_page .offers_wrapper .offer .label.orange{
    background: linear-gradient(180deg, #F4C411 0%, #F89500 100%), #FACC20;
}
.main .third_page .offers_wrapper .offer .label.green{
    background: linear-gradient(180deg, #53B853 0%, #13AE64 100%), #5DBA45;
}
.main .third_page .offers_wrapper .offer .offer-bg{
    width: 100%;
    height: 80px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 110%;
    margin-bottom: 20px;
}
@media only screen and (max-width: 375px) {
    .main .third_page .offers_wrapper .offer .offer-bg{
        background-size: 97%;
    }
}
@media only screen and (min-width: 425px) {
    .main .third_page .offers_wrapper .offer .offer-bg{
        background-size: 88%;
    }
}
.main .third_page .offers_wrapper .offer .rating{}
.main .third_page .offers_wrapper .offer .rating .title{
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #113C40;
}
.main .third_page .offers_wrapper .offer .rating .bar-wrap{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80%;
    margin: 8px auto 0;
}
.main .third_page .offers_wrapper .offer .rating .bar-wrap .bar-top{
    height: 17px;
    width: 90%;
    background: #CDCDCE;
    border-radius: 54px;
}
.main .third_page .offers_wrapper .offer .rating .bar-wrap .bar-top .inner{
    background: #58B239;
    border-radius: 54px;
    height: 17px;
}
.main .third_page .offers_wrapper .offer .rating .bar-wrap .value{
    font-size: 14px;
    line-height: 16px;
    color: #BBBBBB;
    margin-left: 7px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}
.main .third_page .offers_wrapper .offer .bank-card{
    margin-top: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
}
.main .third_page .offers_wrapper .offer .bank-card img{
    margin-right: 7px;
}
.main .third_page .offers_wrapper .offer .bank-card span{
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #113C40;
}
.main .third_page .offers_wrapper .offer .text-data{
    margin-bottom: 8px;
    text-align: center;
    font-size: 12px;
    line-height: 14px;
    color: #406F3C;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}
.main .third_page .offers_wrapper .offer .text-data .bold{
    font-weight: 700;
}
.main .third_page .offers_wrapper .offer .general_button_wrapper{}
.main .third_page .offers_wrapper .offer .general_button_wrapper .button{
    width: 100%;
}
@media only screen and (max-width: 375px) {
    .main .third_page .offers_wrapper .offer .general_button_wrapper .button{
        width: 90%;
    }
}

/* BUTTON */
.main .general_button_wrapper{
    text-align: center;
    margin-top: 30px;
}
.main .general_button_wrapper .button{
    width: 80%;
    margin: 0 auto;
    position: relative;
}
.main .general_button_wrapper .button a,
.main .general_button_wrapper .button button{
    background: linear-gradient(99.36deg, #7CBD28 0.16%, #53B13C 94.24%);
    border-radius: 7px;
    border: none;
    width: 100%;
    height: 43px;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 0 0 rgba(90,153,212, .5);
  -webkit-animation: pulse 2s infinite;
}

.main .general_button_wrapper .button button:hover {
  -webkit-animation: none;
}

@-webkit-keyframes pulse {
  0% {
    @include transform(scale(.9));
  }
  70% {
    @include transform(scale(1));
    box-shadow: 0 0 0 7px rgba(90,153,212, 0);
  }
    100% {
    @include transform(scale(.9));
    box-shadow: 0 0 0 0 rgba(90,153,212, 0);
  }
}

.main .general_button_wrapper .button a img{
    margin-right: 8px;
}
.main .general_button_wrapper .button button:hover{
    cursor: pointer;
}
.main .general_button_wrapper .button button:focus{
    outline: none;
}
.main .general_button_wrapper .button .action{
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    text-align: right;
    color: #4DB75A;
    font-style: italic;
    margin-top: 10px;
}
.main .general_button_wrapper .button .arrow{
    position: absolute;
    right: -23px;
    top: 26px;
}

/* SLIDER */
.irs--round{
    height: 20px !important;
}
.irs--round .irs-line{
    height: 8px !important;
    border-radius: 8px !important;
    background: #E7E7E7 !important;
    top: 10px !important;
}
.irs--round .irs-single{
    display: none !important;
}
.irs--round .irs-bar{
    top: 10px !important;
    background: #53B13C !important;
    height: 8px !important;
}
.irs--round .irs-bar--single{
    border-radius: 8px !important;
}
.irs--round .irs-handle{
    background: #53B13C !important;
    border: 3px solid rgba(112, 205, 89, 0.75) !important;
    top: 5px !important;
    width: 18px !important;
    height: 18px !important;
}

/* FOOTER */
.footer{
    background: #FFFFFF;
    box-shadow: 0 4px 35px rgba(0, 81, 79, 0.44);
    padding-bottom: 14px;
    padding-top: 14px;
    margin-top: auto;
}
.footer .footer_wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer .footer_wrapper .copy{}
.footer .footer_wrapper .copy span{
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: #5E5E5E;
}
.footer .footer_wrapper .footer_logo{}
.footer .footer_wrapper .footer_logo a{
    display: block;
}
.footer .footer_wrapper .footer_logo a img{
    width: 73px;
}


/* MOBILE NAV */
.mobile-menu{
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 105px;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 3;
    transform: translateY(-100%);
}
.mobile-menu .mobile-inner{
    margin-top: 27px;
}
.mobile-menu .mobile-inner .mobile-items{}
.mobile-menu .mobile-inner .mobile-items .mobile-item{}
.mobile-menu .mobile-inner .mobile-items .mobile-item a{
    font-size: 16px;
    line-height: 19px;
    text-decoration-line: underline;
    color: #00A3D3;
    display: block;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

/* ANIMATION */
.slide-top {
    -webkit-animation: slide-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: slide-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
@-webkit-keyframes slide-top {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}
@keyframes slide-top {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}


.slide-bottom {
    -webkit-animation: slide-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: slide-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
@-webkit-keyframes slide-bottom {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes slide-bottom {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.days-title {
    display: flex;
    justify-content: space-between;
}

.money-title {
    display: flex;
    justify-content: space-between;
}

.days-current {
    background: #53b13c;
    padding: 3px 10px;
    color: white;
    border-radius: 10px;
    font-weight: 300;
}

.money-current {
    background: #53b13c;
    padding: 3px 10px;
    color: white;
    border-radius: 10px;
    font-weight: 300;
}

.input-wrapper {
    position: relative;
}

.phone-error {
    display: none;
    position: absolute;
    left: 0;
    bottom: -18px;
    color: #f00;
    font: 600 14px 'Roboto', sans-serif;
}

@media only screen and (max-width: 375px) {
    .main .second_page .main_title {
        font-size: 17px;
    }
}

.main .second_page .main_title {
    font-size: 20px;
    line-height: 23px;
    color: #6C6C6C;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin-bottom: 33px;
}

.main .second_page .main_title .red-bg {
    background: linear-gradient(180deg, #DF5F5D 0%, #C8201D 100%);
    border-radius: 4px;
    text-transform: uppercase;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 11px;
    padding: 1px 6px;
    margin-left: auto;
    display: inline-block;
}

.main .second_page .form_wrapper {
    background: #FFFFFF;
    border-radius: 5px;
    padding: 0;
    box-shadow: none;
}

.main .second_page .form_wrapper .phone-wrapper {
    background: #FFFFFF;
    box-shadow: 0 1px 7px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    padding: 17px 18px;
}

.main .second_page .form_wrapper .phone-wrapper .label {
    font-family: 'Roboto', sans-serif;
    color: #55676A;
    font-weight: 500;
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 8px;
}

.main .second_page .form_wrapper .phone-wrapper input {
    border: none;
    width: 100%;
    background: #EFEFEF;
    border-radius: 8px;
    height: 34px;
    padding-left: 12px;
    padding-right: 12px;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    color: #434343;
}
button.second{
    opacity: .6;
}
.overlay{
    background-color: rgba(0, 0, 0, 0.35);
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 9999;
}
.text_bottom{
    color:#272727;
}
.text_bottom p{
    line-height: 24px;
}
.text_bottom ul li{
    margin:10px 0;
}
.modal{
    width: 500px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    top:50%;
    transform: translate(-50%,-50%);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 15px;
    padding: 0 20px;
}
.icon_fire{
    position: relative;
    text-align: center;
}
.icon_fire img{
    margin: 0 auto;
    margin-top: -28px;

    position: relative;
}
.modal_title{
    width: 100%;
    /*height: 70px;*/
    position: relative;
    color:#000;
    font-weight: bold;
    font-size: 20px;
    text-align: center;

    padding: 10px;
}
.offer_modal .logo{
    padding: 0 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    padding-left: 40px;
}
.modal .offer_button{
    margin-bottom: 0;
    height: 52px;
    line-height: 52px;
    border-radius: 0;
    background-color: #F09917 !important;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    width: 130px;
}
.modal{
    position: relative;
    padding-bottom: 20px;
    border-radius: 5px;
}
.modal_text{
    text-align: center;
    padding: 0 10px;
    color: #3D3D3D;
    font-size: 14px;
}
.offer_modal .logo img{
    width: 130px;
}
.offer_modal .text{
    color: #191919;
    font-weight: normal;
    font-size: 20px;
}
.close_modal{
    position: absolute;
    top: 28px;
    width: 20px;
    right: 20px;
    cursor: pointer;
}
.close_modal img{
    max-width: 15px;
}
.offer_modal{
    display: flex;
    text-decoration: none;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0;
    border-radius: 12px;
}
.offer_modal .button .offer_button{
    margin-top: 0;
}
.offer_modal.border{
    border-top: 1px solid #0099FF;
    border-bottom: 1px solid #0099FF;
}
.modal_bottom{
    padding: 15px 0;
    position: relative;
    background-color: #0099FF;
}
.offer_modal{
    position: relative;
}
.point_block{
    position: absolute;
    left: -10px;
    top:50%;
    transform: translateY(-50%);
}
.modal_image img{
    max-width: 30px;
}
.modal .offer_button {
    margin-bottom: 0;

    line-height: 45px;

    background: linear-gradient(99.36deg, #7CBD28 0.16%, #53B13C 94.24%);
    box-shadow: 0px 0px 12px #7CBD28;
    border-radius: 5px;
    width: 150px;
    height: 45px;
    transition: .3s;
    font-weight: bold;
    font-size: 12px;
    color: #fff;
    -webkit-animation: pulse 2s infinite;
    text-align: center;
}
.offer_button:hover {
    opacity: .7 !important;
}
.offer_modal:hover{
    text-decoration: none;
}
@media(max-width: 767px){
    .modal_title{
        font-size: 15px;
    }
    .offer_modal{
        padding: 18px 30px;
    }
    .modal{
        width: 85%;
    }

    .modal_title{
        margin-bottom: 15px;
    }
    .modal_title:before {
        height: 115px;
        background-position-y: 115px;
    }
    .input_block input{
        width: 166px;
        font-size: 15px;
    }
    .offer_modal .logo img{
        width: 100px;
    }
    .offer_modal .button .offer_button{
        margin-top: 10px;
    }
    .modal{
        max-width: 98%;
    }
    .offer_modal{
        padding: 0;
    }
    .offer_modal{
        padding-left: 10px;
    }
    .modal .offer_button{
        width: 115px;
        height: 35px;
        line-height: 35px;
    }
    .offer_modal .logo{
        padding-left:0;
    }
    .modal_title{
        margin-bottom: 0;
    }
    .modal_text{
        font-size: 16px;
    }
    .offer_modal .button .offer_button{
        margin-top: 0;
    }
    .offer_modal{
        padding: 10px 0;
    }
    button.duration-200{
        font-size: 11px;
    }
    .offer_modal .text{
        font-size: 17px;
    }
}
.privacy_popup{
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0, .6);
    z-index: 999;
    display: none;
}
.privacy_popup .privacy_text{
    max-width: 400px;
    padding: 20px;
    position: absolute;
    top:50%;
    left:50%;
    border-radius: 20px;
    transform: translate(-50%,-50%);
    background-color: #fff;
    font-family: 'Roboto', sans-serif;
}
.privacy_popup .privacy_text div a{
    color:#53b13c;
    text-decoration: none;
}
.privacy_text .close{
    right:20px;
    top:20px;
    position: absolute;
    cursor: pointer;
}
.privacy_text .close img{
    width: 20px;
    height: 20px;
}
.privacy_policy label{
    font-size: 12px;
    color:#53b13c;
    text-decoration: underline;
    cursor: pointer;
}
@media(max-width: 767px){
    .privacy_popup{
        width: 98%;
    }
}