*{margin: 0;padding: 0;}
html{min-width: 320px;}
img{border:0;}
body {font-family: 'Cera Pro';color: #222;font-size: 22px;overflow-x: hidden;}
a{color: #fff;text-decoration: underline;}
a:hover{color: #fff;text-decoration: underline;}
header{padding-top: 70px;}
.logos{display: table;position: relative;}
.logos img{width: 200px;}
.header_desc{font-size: 30px;float: right;color: #1d509f;}
.header_desc em{font-style: normal;color: #6fcbd6;}
.bottom_header-title{font-weight: bold;font-size: 72px;line-height: 80px;color: #103c7f;margin: 0 0 50px;}
.bottom_header{position: relative;}
.bottom_header:before{    content: "";
    position: absolute;
    width: 1267px;
    height: 100%;
    background: url(../img/bottom_header.jpg) center bottom no-repeat;
    z-index: 0;
    left: calc(50% - -28px);
    transform: translateX(-50%);}
.bottom_header{}
.bottom_header .d-table-cell{height: 670px;vertical-align: middle;width: 1280px;}
.bottom_header-desc{font-size: 45px;opacity: 0.7;
    line-height: 50px;
    color: #1d509f;}
.main_h1 {text-align: center;text-transform: uppercase;
    font-size: 36px;
    color: #1d509f;
    font-weight: bold;
}
.content{padding-top: 70px;}
.main_h1{margin-bottom: 70px;}
.delemiter_box{font-size: 30px;background: #d8f8ff;color: #0f3b7f;    max-width: 1255px;
    line-height: 34px;
    margin: 0 auto 70px;
    padding: 20px 40px;}
.item__offer {
        margin: 0 0 70px;
}
.item__offer-content {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0px 0px 27px 0px rgba(31, 31, 31, 0.3);
    height: 100%;
    width: 100%;
    display: block;
    max-width: 380px;
    margin: 0 auto;
    padding: 35px 35px 120px;
    position: relative;
    text-decoration: none;
    border:3px solid #45258f;
        min-height: 410px;
}

.offer_shild {
    display: block;
    height: 78px;
    border-radius: 10px 10px 0 0;
    background: #45258f;
    color: #fff;
    font-size: 25px;
    line-height: 30px;
    text-align: center;
    font-weight: 500;
    width: 100%;
    max-width: 360px;
    margin: 0 auto;padding: 0 20px;
}
.offer_shild .d-table-cell{height: 78px;vertical-align: middle;width: 360px;}
.offer_img {
    display: table-cell;
    vertical-align: middle;
    width: 310px;
    height: 100px;
}
.offer_rating-title {
    font-size: 20px;
    line-height: 28px;
    color: #000;
    text-align: center;
    font-weight: bold;
    margin-bottom: 5px;
}
.offer_ratings-box {
    position: relative;
    width: 144px;
    display: block;
    height: 26px;
    margin: 0 auto 20px;
}
.stars_block {
    display: block;
    width: 144px;
    height: 26px;
    background: url(../img/stars_block.svg) no-repeat;
    z-index: 1;
    position: relative;
}
.stars_block_2{background: url(../img/stars_block_2.svg) no-repeat;}
.rating_scale {
    background: #e2810e;
    width: 100%;
    height: 21px;
    display: block;
    position: absolute;
    z-index: 0;
    top: 1px;
    left: 2px;
    max-width: 140px;
}
.list-item_properties {
    list-style: none;
    font-size: 18px;
    line-height: 25px;
    margin: 10px 15px 0 15px;
    color: #000;
}
.list-item_properties li {
    color: #576c6f;
    position: relative;
    margin-bottom: 10px;
}
.list-item_properties li .float-left {
    font-weight: 500;
    background: #fff;
    position: relative;
    bottom: -1px;
}
.list-item_properties li .float-right {
    background: #fff;
    position: relative;
    bottom: -1px;
    font-weight: bold;
}
.float-left {
    float: left;
}
.float-right {
    float: right;
}
.clearfix:after {
    content: " ";
    clear: both;
    display: table;
}
.offer_img {
    display: table-cell;
    vertical-align: middle;
    width: 310px;
    height: 100px;
}
.offer_img img {
    display: block;
    max-width: 262px;
    max-height: 65px;
    margin: 0 auto;
}
.btn_1 {
    color: #fff;
    text-align: center;
    border-radius: 35px;
    background-image: -moz-linear-gradient( -88deg, rgb(138,206,76) 0%, rgb(93,157,33) 76%);
  background-image: -webkit-linear-gradient( -88deg, rgb(138,206,76) 0%, rgb(93,157,33) 76%);
  background-image: -ms-linear-gradient( -88deg, rgb(138,206,76) 0%, rgb(93,157,33) 76%);
}
.item__offer-content .btn_1 {
    font-size: 24px;
    position: absolute;
    width: calc(100% - 74px);
    bottom: 30px;
    left: 50%;
    text-transform: uppercase;
    display: block;
    padding: 20px 0;
    font-weight: bold;
    transform: translateX(-50%);  
}
.btn_1:hover {
    background: #4f8202;
}
.item__offer:hover .btn_1{
    background: #4f8202;
}
.off_6 a:hover{text-decoration: none;}
.off_6 .item__offer-content{background: #45258f;border: 0;}
.off_6 .btn_1{background: #ffffff;color: #1f1f1f;
-webkit-box-shadow:0px 0px 20px 0px rgba(255,255,255,0.8) ;
-moz-box-shadow:0px 0px 20px 0px rgba(255,255,255,0.8);
box-shadow:0px 0px 20px 0px rgba(255,255,255,0.8);}

.off_6:hover .btn_1{background: #9787bc;color: #1f1f1f;
-webkit-box-shadow:0px 0px 0px 3px #ffffff ;
-moz-box-shadow:0px 0px 0px 3px #ffffff ;
box-shadow:0px 0px 0px 3px #ffffff ;}
.off_6 i{display: block;width: 158px;height: 108px;background: url("../img/off_6.png") no-repeat;margin: 0 auto;}
.item__bonus-title{font-size: 50px;line-height: 65px;text-transform: uppercase;text-align: center;font-weight: bold;display: block;margin-bottom: 20px;}
.item__bonus-desc{text-transform: uppercase;text-align: center;font-weight: bold;display: block;font-size: 35px;line-height: 28px;margin-bottom: 30px;}
.footer_box{color: #222;font-size: 18px;line-height: 25px;padding-top: 115px;padding-bottom: 120px;opacity: 0.8;}
.footer_box:after{content: "";position: absolute;width: 1600px;height: 3px;background: #45258f;top: 0px;left: 50%;transform: translateX(-50%);}
.modals {
    position: fixed;
    z-index: 1;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);}
.theme_modal {    width: 378px;display: none;
    border-radius: 4px;
    background: #d8f8ff;
    padding: 15px;
    position: absolute;
    left: 0;
    bottom: 120px;
border: 3px solid #45258f;}
.btn_cloze {
    width: 16px;
    height: 16px;
    position: absolute;
    background: url(../img/btn_cloze.png) center no-repeat;
    right: 10px;
    top: 10px;
    cursor: pointer;
}
.theme_modal-img {
    display: block;
    position: absolute;
    width: 136px;
    height: 139px;
    background: url(../img/theme_modal-img.png) center no-repeat;
    left: 10px;
        top: 50%;
    transform: translateY(-50%);
}
footer .float-right {
    width: 205px;
    text-align: center;
}
.theme_modal-title {
    display: block;
    font-weight: bold;
    color: #1f1f1f;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
}
.theme_modal-body {text-align: center;
    font-size: 15px;
    line-height: 20px;
    color: #1f1f1f;
    display: block;
    margin: 0 0 10px;
}
.theme_modal .btn_1 {
    width: 154px;
    height: 35px;
    font-size: 16px;
    text-decoration: none;
    display: block;
    margin: 0 auto;
    line-height: 35px;
    text-transform: uppercase;
    font-weight: bold;
}
.item__offer .visited{opacity: 0.5;}
.item__offer .visited .btn_1{background: #d6cdc1;}
.item__bonus .visited{opacity: 1;}
.item__bonus .visited .btn_1{background: #fff;}
.bonus__animate{    width: 153px;
    height: 139px;
    border-radius: 50%;
    background: url(../img/bonus__animate.png) no-repeat;
    position: absolute;
    display: none;
    bottom: 130px;
    right: 0px;
    animation-duration: 2s;
    animation-iteration-count: infinite;}
.bounce {
    animation-name: bounce;
    animation-timing-function: ease;
}
 @keyframes  bounce {
    0%   { transform: scale(1,1)    translateY(0); }
    10%  { transform: scale(1.1,.9) translateY(0); }
    30%  { transform: scale(.9,1.1) translateY(-40px); }
    50%  { transform: scale(1,1)    translateY(0); }
    57%  { transform: scale(1,1)    translateY(-7px); }
    64%  { transform: scale(1,1)    translateY(0); }
    100% { transform: scale(1,1)    translateY(0); }
}

.truepush_optin_notifications .text-center.mt-2{display: none;}
.truepush_optin_notifications .optinbox_plus_truepush .optinbox_plus_tpsection .optinbox_tpbuttons .tp_btn_default{font-size: 12px;opacity: 0.5;}
.truepush_optin_notifications .optinbox_plus_truepush .optinbox_plus_tpsection .optinbox_tpbuttons .tp_btn_primary{font-size: 15px;}

