*{
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
}
body,html{
    margin: 0;
    padding: 0;
}
.wrapper{
    max-width: 1140px;
    margin: 0 auto;
}
.offers .wrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.offer{
    display: block;
    text-decoration: none;
    width: 230px;
    border:1px solid #e2e8f0;
    border-radius: 8px;
    color:#333;
    margin: 20px 10px;
}
.hover_grey{
    padding-top: 20px;
}
.offer_logo{
    height: 45px;
}
.offer_descr_bold{
    margin-top: 10px;
}
.offer_logo img{
    max-width: 180px;
    max-height: 45px;
    display: block;
    margin: 0 auto;
}
.offer_logo{
    /*margin-top: 20px;*/
    /*padding: 25px 0;*/
}
.offer_descr_bold{
    font-size: 15px;
    text-align: center;
    font-weight: 600;
    color:#3939d0;
    height: 50px;
}
.bold_text{
    color:#333;
    font-weight: 600;
    font-size: 14px;
    margin-top: 10px;
    text-align: center;
}
.bold_light{
    font-size: 13px;
    font-weight: 300;
    text-align: center;
    margin: 3px 0;
}
.bold_light.last{
    padding-bottom: 20px;
}
.get_money_button{
    width: 100%;
    height: 40px;
    text-align: center;
    display: block;
    text-decoration: none;
    color:#fff;
    font-size: 15px;
    line-height: 40px;
    font-weight: 600;
    background-color: #3939d0;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;

    transition: .2s;
}
.get_money_button:hover{
    background-color: #2727a5;
}
.hover_grey.{
    transition: .3s;
}
.hover_grey:hover{
    background-color: #f7fafc;
}
.site_descr{
    font-size: 17px;
    text-align: center;
    font-weight: 600;
    color:#3939d0;
}
.logo img{
    display: block;
    max-width: 50px;
    margin: 0 auto;
}
header, footer{
    padding: 20px 0;
}
footer p{
    text-align: center;
    font-size: 18px;
}
@media(max-width: 767px){
    .offer_logo img{
        max-width: 120px;
    }
    .offer{
        width: 150px;
    }
    .offer_descr_bold{
        font-size: 13px;
    }
}
.offer_modal .text{
    color: #191919;
    font-weight: bold;
    font-size: 25px;
}
.offer_modal{
    padding: 20px 30px;
    display: flex;
    text-decoration: none;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.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;
}

.input_block input{
    width: 198px;
    height: 33px;
    background: #FFFFFF;
    border-radius: 20px;
    border: none;
    padding-left: 15px;
    outline: none;
    font-size: 18px;
}
.input_block{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.button_block{
    margin-top: 20px;
}
.button_block button{
    width: 220px;
    height: 33px;
    background: #FFFFFF;
    border-radius: 20px;
    border: none;
    font-weight: bold;
    font-size: 18px;
    color: #0099FF;
    display: block;
    margin: 0 auto;
    -webkit-text-fill-color: #0099FF;
    opacity: 1;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.modal{
    position: relative;
}
.viber_chat{
    z-index: 2222;
}
.close_modal img{
    width: 30px;
    height: 30px;
}
.close_modal{
    position: absolute;
    right:10px;
    top:10px;
    cursor: pointer;
    z-index: 3;
}
.modal_title{
    background-color: #38AD0F;
}
.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: 600px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    top:50%;
    transform: translate(-50%,-50%);
}
.wrapper h1{
    text-align: center;
    font-size: 30px;
    margin: 5px 0;
}
.wrapper.text_title p{
    text-align: center;
    margin: 5px 0;
    font-size: 20px;
}
.text_title{
    padding-top: 20px;
}
main .wrapper{
    padding-top: 10px;
}
@media(max-width: 767px){
    .modal_title{
        font-size: 15px;
    }
    .offer_modal{
        padding: 18px 30px;
    }
    .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{
        max-width: 100px;
    }
    .offer_modal .button .offer_button{
        margin-top: 10px;
    }
    .modal{
        width: 94%;
    }
    .offer_modal{
        justify-content: center;
    }
    .offer_modal .text{
        font-size: 20px;
        margin-left: 20px;
    }
    .modal_title:before{
        height: 140px;
        background-position-y: 140px;
    }
    .input_block input{
        margin: 5px 0;
    }
    .wrapper h1{
        font-size: 28px;
    }
    .offer{
        margin: 30px auto;
    }
    .text_title{
        padding-top: 5px;
    }
    .logo_block img{
        max-width: 180px;
    }
    .inner_text p{
        margin: 3px 0;
    }
}
.offer_modal .text{
    color: #191919;
    font-weight: bold;
    font-size: 25px;
}
.offer_modal{
    padding: 20px 30px;
    display: flex;
    text-decoration: none;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.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;
}

.input_block input{
    width: 198px;
    height: 33px;
    background: #FFFFFF;
    border-radius: 20px;
    border: none;
    padding-left: 15px;
    outline: none;
    font-size: 18px;
}
.input_block{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.button_block{
    margin-top: 20px;
}
.button_block button{
    width: 220px;
    height: 33px;
    background: #FFFFFF;
    border-radius: 20px;
    border: none;
    font-weight: bold;
    font-size: 18px;
    color: #0099FF;
    display: block;
    margin: 0 auto;
    -webkit-text-fill-color: #0099FF;
    opacity: 1;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.modal{
    position: relative;
}
.viber_chat{
    z-index: 2222;
}
.close_modal img{
    width: 30px;
    height: 30px;
}
.close_modal{
    position: absolute;
    right:10px;
    top:10px;
    cursor: pointer;
    z-index: 3;
}
.modal_title{
    background-color: #38AD0F;
}
.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: 600px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    top:50%;
    transform: translate(-50%,-50%);
}
.wrapper h1{
    text-align: center;
    font-size: 30px;
    margin: 5px 0;
}
.wrapper.text_title p{
    text-align: center;
    margin: 5px 0;
    font-size: 20px;
}
.text_title{
    padding-top: 20px;
}
main .wrapper{
    padding-top: 10px;
}
@media(max-width: 767px){
    .modal_title{
        font-size: 15px;
    }
    .offer_modal{
        padding: 18px 30px;
    }
    .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{
        max-width: 100px;
    }
    .offer_modal .button .offer_button{
        margin-top: 10px;
    }
    .modal{
        width: 94%;
    }
    .offer_modal{
        justify-content: center;
    }
    .offer_modal .text{
        font-size: 20px;
        margin-left: 20px;
    }
    .modal_title:before{
        height: 140px;
        background-position-y: 140px;
    }
    .input_block input{
        margin: 5px 0;
    }
    .wrapper h1{
        font-size: 28px;
    }
    .offer{
        margin: 30px auto;
    }
    .text_title{
        padding-top: 5px;
    }
    .logo_block img{
        max-width: 180px;
    }
    .inner_text p{
        margin: 3px 0;
    }
}
.offer_button{
    background: #38AD0F;
    border-radius: 10px;
    width: 230px;
    height: 50px;
    color:#fff;
    text-decoration: none;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    text-transform: uppercase;
    display: block;
    margin: 15px 0;
}
.modal{
    width: 600px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    top:50%;
    transform: translate(-50%,-50%);
}
.modal_title{
    width: 100%;
    /*height: 70px;*/
    position: relative;
    color:#fff;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    padding: 20px 40px;
}
.modal_title:before{
    content:"";
    top:0;
    left:0;
    position: absolute;
    width: 100%;
    height: 100%;
    /*background-image: url(../img/wave-3.svg);*/
    background-size: cover;
    transform: rotate(180deg);
    background-position-y: 95px;
    z-index: -1;
}
.offer_modal .logo img{
    max-width: 150px;
}
@media(max-width: 767px){
    .modal_title{
        font-size: 15px;
    }
    .offer_modal{
        padding: 0px 30px;
    }
    .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{
        max-width: 100px;
    }
    .offer_modal .button .offer_button{
        margin-top: 10px;
    }
    .modal{
        width: 94%;
    }
    .offer_modal{
        justify-content: center;
    }
    .offer_modal .text{
        font-size: 20px;
        margin-left: 20px;
    }
    .modal_title:before{
        height: 140px;
        background-position-y: 140px;
    }
    .input_block input{
        margin: 5px 0;
    }
    .wrapper h1{
        font-size: 28px;
    }
    .offer{
        margin: 30px auto;
    }
    .text_title{
        padding-top: 5px;
    }
    .logo_block img{
        max-width: 180px;
    }
    .inner_text p{
        margin: 3px 0;
    }
    .offer_button {
        background: #38AD0F;
        border-radius: 10px;
        width: 230px;
        height: 40px;
        color: #fff;
        text-decoration: none;
        text-align: center;
        line-height: 40px;
        font-size: 18px;
        text-transform: uppercase;
        display: block;
        margin: 15px 0;
    }
}
.add-button {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
    background-color: #c7d300;
    outline: none;
    border: none;
    border-radius: 6px;
    width: 100%;
    height: 40px;
    color: #fff;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    display: none;
}