body { 
    background-color: #0b1222;
}
p, a {
    font-weight: 400;
    line-height: normal;
    color: #fff;
    line-height: 24px;
}
h2 {
    font-size: 36px;
    margin-bottom: 25px;
    text-transform: uppercase;
    color: #fff;
}
h3, h4 {
    text-transform: uppercase;
    color: #fff;
}
.sticky-top {
    background-color: #0b1222;
}
.header__logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-radius: 23px;
    background-color: #0b1222;
    padding: 0 27px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.header__logo img { 
    max-width: 240px;
    height: 75px;
    width: 100%;
    object-fit: cover;
}
.header__bonus {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-radius: 23px;
    border: 1px solid #e6e6e640;
    padding: 5px;
    font-weight: 700;
    line-height: 105.8%;
    letter-spacing: -.03em;
    text-transform: uppercase;
}
.header__bonus div {
        width: 100%;
        height: 100%;
        padding: 19px 30px;
        border-radius: 20px;
        background: transparent;
        text-align: center;
        color: #fff;
}
@media screen and (max-width:767px){
    ._btn_mob {
        padding: 20px 15px!important;
    }
    .header__bonus,
    .guida,
    .rabona_login {
        display: none!important;
    }
    .header__promocode-text{
        font-size: 12px;
        padding-left: 15px;
    }
    .header__promocode-img{
        display: none;
    } 
}

.header__bonus span {
        color: #dc3545;
}

.header__promocode {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    border-radius: 23px;
    border: 1px dashed #273242;
    background-color: #273242;
    color: #fff;
    padding: 4px;
}
.header__promocode-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    
    padding: 5px 30px 0 0;
    gap: 20px;
    border-radius: 20px;
    background: #e6e6e6;
}
.header__promocode-img {
    width: 61px;
    height: 61px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.header__promocode-text b {
    text-transform: uppercase;
}
.header__promocode-text span {
    color: #2b94ec;
}
.header__promocode-text label {
    opacity: .5;
}
.header__donwload {
    font-size: 22px;
    font-weight: 700;
    text-decoration: none;
    padding: 25px 70px;
    border-radius: 20px!important;
    max-width: 200px;
    width: 100%;
}
.rabona_login,
.guida {
    padding: 0px 25px;
    height: 75px;
    text-transform: uppercase;
}
._btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    gap:20px;
    color: #000;
    line-height: 1;
    letter-spacing: -.02em;
    text-transform: uppercase;
    border-radius: 55px;
    border: 1px solid #ecfd00;
    background-color: #ecfd00;
    padding: 25px 20px;
    text-align: center;
    max-width: 280px;
    -webkit-transition: .3s;
    transition: .3s;
}
._btn svg {
    width: 18px;
    height: 18px;
    stroke: currentColor;
    stroke-width: 2px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-transition: stroke .3s;
    transition: stroke .3s;
}

@media screen and (max-width: 1024px) {
    .header__body {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        font-size: 14px;
    }
    .header__logo {
       max-width: 175px;
        height: 70px;
        width: 100%;
        padding: 5px 10px 0 15px;
    }
    .header__logo img {
        width: 100%;
        height: 90px;
        object-fit: contain;
    }
    ._btn-main{
        display: none;
    }
    ._btn_mob{
        display: block;
        padding: 20px 15px!important;
        border-radius: 30px;
        width: 50%;
        font-size: 18px;
        line-height: 25px;
    }
    .header__bonus,
    .header__promocode,
    .header__promocode-body{
        width: 100%;
    }
}
@media screen and (min-width:1024px){
    ._btn_mob{
        display: none;
    }
}

/*  Hero section  */
.hero {
    margin-top: 30px;
}
.hero__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: radial-gradient(43.3% 49.85%,#0b122266 0%,#0b1222 100%);
    border-radius: 23px;
    overflow: hidden;
    padding: 40px;
}
.hero h1 {
    line-height: 105.8%;
    text-transform: uppercase;
    font-size: 36px;
    color: #fff;
}
.hero__right img{ 
    max-height: 590px;
    object-fit: cover;
    margin-top: -40px;
}
.hero p {
    font-size: 14px;
    margin: 25px 0 30px;
    font-weight: 400;
    line-height: 105.8%;
    text-transform: capitalize;
    opacity: .5;
    color: #fff;
}
.hero ol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    padding: 0;
}
.hero ol li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 20px;
    border: 1px solid #e6e6e640;
    padding: 18px 20px;
    min-width: 117px;
}
.hero ol li label {
    margin-top: 5px;
    font-weight: 500;
    line-height: 105.8%;
    opacity: .5;
    color: #fff;
}
.hero ol li span{
    color: #fff;
}
.hero__left ._btn {
    margin-top: 35px;
}
@media (max-width: 1220px) {
    .hero h1 {
        font-size: calc(28px + 8*(100vw - 360px) / 860);
    }
    .hero__right{
        display: none;
    }
    .hero__body{
        justify-content: center;
        padding: 50px;
        background: linear-gradient(180deg,#cc0034 -27.4%,#bc1f3900 100%);
    }
    .hero ol li{
        padding: 15px 15px;
        min-width: 90px;
    }
    .hero ol li label{
        font-size: 12px;
    }
}

/* SLIDER */
.slider {
    margin-top: 30px;
}
.slider img { 
    margin: 0 20px;
    object-fit: cover;
    border-radius: 20px;
    max-height: 120px;
}

/* Main Block */
.main {
    margin-top: 80px;
}
.main__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.main__sidebar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.card {
    border-radius: 30px;
    border: 1px solid #2a394e;
    color: #fff;
    background: transparent;
    padding: 0px 10px 10px;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    text-align: center;
    gap:15px;
}
.navigation {
    margin-top: 30px;
}
.navigation ul {
   padding: 0;
}
.navigation ul li {
    list-style: none;
}
.navigation ul a {
    display: block;
    border-top: 1px solid #e6e6e6;
    padding: 15px 0;
    font-weight: 500;
    color: #fff;
    -webkit-transition: color .3s;
    transition: color .3s;
    text-decoration: none;
}
.navigation label {
    display: block;
    margin: 0 0 30px 30px;
    font-size: 22px;
    font-weight: 500;
    line-height: 105.8%;
    color: #fff;
}
p._tall {
    font-size: 20px;
    color: #fff;
}
.data-list {
    margin-top: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 18px;
    
}
@media screen and (max-width:1020px){
    .data-list {
        flex-wrap: wrap;
    }
    .main__content img {
        width: 100%;
        padding: 20px;
    }
}
.main__content {
    justify-items: center;
}
.main__content h2,
.main__content p {
    padding: 30px 0 15px 0;
}
.login_img {
    max-width: 350px;
    width: 100%;
    padding: 50px 0;
}
.data-list__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 10px;
    color: #fff;
    padding: 15px 0;
    border-top: 1px solid #e6e6e6;
    font-size: 14px;
    letter-spacing: -.02em;
}
.images{
    justify-content: center;
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    margin: 50px 0;
}
.images img{
    max-width: 225px;
    width: 100%;
}
.counter{
    text-align: center;
    padding-top: 70px;
}
.blocks{
    display: flex;
    flex-direction: row;
    margin-top: 60px;
    gap:30px;
    flex-wrap: wrap;
    justify-content: center;
}
.block{
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 20px;
    padding: 20px;
    border: 1px dashed #3333;
    text-align: center;
}
.blocks { 
    counter-reset: count -1;
}
.blocks .block {
    counter-increment: count 1;
    width: 330px;
    height: auto;
    background-color: #ecfd00;
}
.blocks .block h3 {
    color: #000;
    border-bottom: 2px solid #f40948;
    text-align: left;
}
.blocks .block p {
    padding: 20px 0;
    line-height: 24px;
    color: #000;
    text-align: left;
}
.with_buttons {
    padding: 70px 20px;
    text-align: center;
    justify-content: center;
}
.with_buttons .btn {
    width: 100%;
    height: 50px;
    text-align: center;
    border: 1px solid #2b94ec;
    border-radius: 40px;
    color: #2b94ec;
    margin: 10px 0;
}

.with_text img {
    max-width: 340px;
    justify-content: center;
}
.with_text h2,
.with_text h3 { 
    text-align: center;
    padding: 30px 0;
}

/* Raiting */

.with_reviews {
    max-width: 920px;
    padding-top: 70px;
}
.with_reviews h2 {
    text-align: center;
}
.rating-data {
    background: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 30px;
    padding: 10px;
    gap: 30px;
    border: 1px solid #3333;
    margin-bottom: 35px;
}
.rating-data__rating span {
    font-size: 56px;
    font-weight: 700;
    line-height: 105.8%;
    text-transform: uppercase;
}
.rating-data__rating label {
    font-size: 20px;
    font-weight: 500;
    opacity: .5;
}
.rating-data__rating {
    border: 1px dashed #3333;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 60px;
    padding-bottom: 50px;
    padding-inline: 30px;
    width: 100%;
    max-width: 240px;
}
@media screen and (max-width:767px){
    .rating-data__rating{
    padding-top: 30px;
    padding-bottom: 30px;
    padding-inline: 30px;
    width: 46%;
    }
    .with_text {
        padding: 0 25px;
    }
    .main {
        margin-top: 30px;
    }
}
.rating-data__info {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding-right: 37px;
}
.rating-data__info label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 14px;
}
.rating-data__info label i {
    display: block;
    width: calc(100% - 12px - 14px);
    height: 12px;
    border-radius: 100px;
    background-color: #d9d9d9;
    position: relative;
}
.rating-data__info label .more:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    background-color: #2b94ec;
    opacity: .5;
    width: 90%;
}
.rating-data__info label .less:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    background-color: #2b94ec;
    opacity: .5;
    width: 8.3%;
}
.rating-data__info>:not(:last-child) {
    margin-bottom: 15px;
}
.rating-data__info label span {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 12px;
    color: #333333;
    font-size: 20px;
    font-weight: 500;
}
.rating-data__info label i {
    display: block;
    width: calc(100% - 12px - 14px);
    height: 12px;
    border-radius: 100px;
    background-color: #cecece;
    position: relative;
}

.rating-form__ratings {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3px;
    padding: 3px;
    width: 100%;
    border-radius: 50px;
    border: 1px solid #fff;
    background: #ffffff;
}
.rating-form__ratings-item {
    font-size: 16px;
    cursor: pointer;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    border-radius: 50px;
    border: 1px solid #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 1px;
    height: 56px;
    padding: 10px;
    color: #3339;
    font-size: 24px;
    font-weight: 500;
    line-height: 105.8%;
    position: relative;
    -webkit-transition: .3s;
    transition: .3s;
}
.fa-star:before {
    color: #ffbe41;
}
.rating-form__ratings-item.current{
    border-color: #2b94ec;
}
.form-control {
    border-radius: 50px;
    padding: 18px 25px;
    gap: 20px;
}
.form_item label {
    display: block;
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: 500;
    line-height: 105.8%;
    color: #fff;
}
.name {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 20px;
}
.form_item textarea {
    border-radius: 20px;
}        
.form .btn,
.rating-list .btn {
    max-width: 340px;
    width: 100%;
    height: 50px;
    text-align: center;
    border: 1px solid #2b94ec;
    border-radius: 40px;
    color: #2b94ec;
    margin: 30px 0;
    text-transform: uppercase;
    line-height: 35px;
}

/* REviews items */
.rating-list__item {
    border-top: 1px solid rgb(from var(--black) r g b / .2);
    padding-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 30px;
}
.rating-list>:not(:last-child) {
    margin-bottom: 20px;
}
.rating-list__item-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
}
.rating-list__item {
    border-top: 1px solid #3333;
    padding-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
    background: #e6e6e6;
    padding: 20px 20px 0 20px;
    color: #000;
}
.rating-list__item p {
    color: #000;
}

@media screen and (max-width:767px){
    .images img {
        width: 100%;
        max-width: 150px;
    }
    .name .form_item{ 
        width: 100%;
    }
    .rating-list__item {
        flex-wrap: wrap;
    }

}

.rating-list__item-info .rating-author {
    width: 83px;
    height: 83px;
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.rating-list__item-info .rating-info time {
    font-size: 16px;
    opacity: .5;
    display: block;
    margin-top: 3px;
}
.rating-list__item-text {
    max-width: 580px;
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.rating-list__item-info .rating-author img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 20px;
}

/* Footer */

footer {
    margin-top: 90px;
}
footer nav{
    background-color: #d9d9d9;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 50px 0 0px 0;
}
@media screen and (max-width: 920px){
    footer nav{
        justify-content: flex-start;
    }
}
.footer nav ul a {
    color: #333333b3;
    display: block;
    padding: 15px 0;
    border-top: 1px solid #acacac;
    text-transform: uppercase;
    text-decoration: none;
}
.footer nav ul li{
    list-style: none;
}
.footer nav ul {
    padding-bottom: 20px;
}
.footer__bottom {
     background-color: #333333;
     display: flex;
     flex-wrap: wrap;
     align-items: center;
     color: #ffffff80;
     padding: 20px;
     font-size: 14px;
}
.footer__bottom div {
    display: flex;
    align-items: center;
}
.footer__bottom p {
    margin: 0;
    color: #ffffff57;
}
.footer__bottom img {
    padding: 10px;
}

/* TO TOP Button */
#button {
    display: inline-block;
    background-color: #ecfd00;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50%;
    position: fixed;
    bottom: 45px;
    right: 30px;
    transition: background-color .3s, 
      opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
  }
  .fa-arrow-up:before {
    content: "\f062";
    color: #000;
    font-size: 25px;
    line-height: 45px;
}
  #button:hover {
    cursor: pointer;
    background-color: #333;
  }
  #button:active {
    background-color: #555;
  }
  #button.show {
    opacity: 1;
    visibility: visible;
  }