
@media (min-width: 320px) and (max-width: 1023px) { 
 .navbar {
   display: none;
}
 #rmp-container-207 {
          top: 0px;
        z-index: 2;
        padding-top: 70px;
 }
  .header_container {
  padding: 5px 0px;
        display: flex;
        justify-content: space-between;
}
  header .logo img{
          width: 90px;
  }
 
  a.button_login{
           display: flex;
        background: #fff;
        color: var(--background-header);
        border-radius: 40px;
        font-weight: 700;
        line-height: 1;
        text-transform: uppercase;
        padding: 10px 20px;
        align-items: center;
            margin-right: 80px;
    font-size: 11px;
  }
  
   header {
 
        width: 100%;
        z-index: 999;
        height: 50px;
        display: flex;
        align-items: center;
}
  
 header .header_container .instrument {
  display: none;
}
  
  h1 {
  font-size: 30px;
    font-family: var(--font-secondary);
}
h2 {
  font-size: 26px;
    font-family: var(--font-secondary);
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 22px;
}
h5 {
  font-size: 20px;
}
h6 {
  font-size: 18px;
}
.pb-90 {
    padding-bottom: 40px;
}
.pt-80 {
    padding-top: 40px;
}
  
  .hentry h2 {
    font-size: 26px;
    font-family: var(--font-secondary);
}
  .hentry h3 {
    font-size: 24px;
}
  .hentry h4 {
    font-size: 22px;
}
  .hentry h5 {
    font-size: 20px;
}
  .hentry h6 {
    font-size: 18px;
}
  
 p{
    font-size: 14px;
    line-height: 22px;
}
   .hentry p {
    font-size: 14px;
    line-height: 22px;
}
  
  .page_header_container {
    display: flex;
    flex-direction: column;
}
  .page_header_container .left_content {
    width: 100%;
}
  .page_header_container .right_content {
    width: 100%;
}
  .page_header_container .left_content .img {
   width: 80%;
   margin: 0 auto;
}
  .page_header_container .bonus_deposite {
    padding: 20px;
            margin-bottom: 20px;
}
  .page_header_container .bonus_deposite .text span {

    margin-right: 2px;
    font-size: 20px;
}
  .page_header_container .bonus_deposite .block_buttons {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: center;
    display: flex;
    gap: 5px;
}
  .site-breadcrumb h1 {

    margin-bottom: 25px;
    font-size: 30px;
}
  .page_header_container .left_content .text_block p {
    font-size: 14px;
}
 .page_header_container .bonus_deposite .block_buttons .btn {
       display: flex;
    justify-content: center;
    gap: 10px;
    font-size: 12px;
    align-items: center;
    flex-direction: row;
   height: 50px;
    min-width: auto;

}
  .btn span {
  
    font-size: 12px;
 
}
  .page_header_container .rate .logo {
      padding: 0px 20px;
    height: 35px;
}
  
  .page_header_container .rate .logo img{
  width: 90px;
}
  .page_header_container .rate {
    display: flex;
    gap: 20px;
    margin-top: 0;
    align-items: center;
}
  .page_header_container .rate .rate_item {
   
    padding: 12px 0px;
    gap: 5px;
   
}
  
  
  tr td {
    padding: 6px 10px;
}
  body {
    font-size: 14px;
}
  .columns_item .alignnone {
    margin: 10px 0px 10px 0px;
}
  
  .columns_item p:last-child{
    margin-bottom: 0;
}
section.page_section {
    padding: 15px 0px;
}
.site-breadcrumb {
    padding: 50px 0px 40px 0px;
    margin-bottom: 10px;
}
  .manual_item .img {
    min-height: auto;
    padding: 30px;

}
  .hentry ul {
    padding-left: 20px !important;
    margin-bottom: 10px;
    margin-top: 0px;
    margin-left: 0px;
}
  .slot_wrap {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    flex-direction: row;
}
  
  .slot_item {
    width: calc(100% / 2 - 10px);
}
  .hentry ol li {
   
    font-size: 14px;
}
  table {
    margin-bottom: 20px;
}
  .hentry ul li {
    font-size: 14px;
}
  .accordion-button {
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
}
  .accordion-button, .accordion-button:not(.collapsed) {
    padding: 10px 0px 10px 0px;
    margin-top: 10px;
}
  .accordion-button span {
    padding-right: 20px;
}
     footer .navbar {
        display: block;
    }
  footer .navbar-nav {
   
    -webkit-flex-direction:column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    justify-content: flex-start;
    gap: 15px;
    flex-wrap: nowrap;
}
  .navbar-expand .navbar-nav {
    flex-direction: column;
}
  .footer_menu_wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
}
  .footer_buttons {

    justify-content: center;
    display: flex;
    gap: 20px;
    align-items: flex-start;
    margin-bottom: 30px;
    flex-direction: column;
}
  .footer_copy_info p {
    font-size: .8rem;
}
  .btn {
    font-size: 14px;
  }
  .slot_bottom {
    opacity: 1;
  }
  .manual .container {
    max-width: 540px;
}
  
  
}
@media (min-width: 320px) and (max-width: 400px) { 
    .page_header_container .left_content .bonus_deposite .block_buttons {
  
        flex-direction: column;
    }
  .header_buttons {
    -webkit-box-flex: 0;
    flex-direction: column;
}
}

@media (min-width: 768px) and (max-width: 1023px) { 
      .slot_item {
        width: calc(100% / 3 - 20px);
    }
      .manual .container {
        max-width: 720px;
    }
      .page_header_container .left_content .bonus_deposite {
        max-width: 400px;
    }
  .footer_menu_wrap {
              display: flex;
        justify-content: space-between;
        align-items: flex-start;
        gap: 20px;
        flex-direction: row;
    }
  .footer_buttons {
        justify-content: space-between;
        display: flex;
        gap: 20px;
        align-items: flex-start;
        margin-bottom: 30px;
        flex-direction: row;
    }
}

@media (min-width: 992px) and (max-width: 1023px) { 
      .slot_item {
        width: calc(100% / 4 - 20px);
    }
}

@media (min-width: 1024px) and (max-width: 1140px) { 
    .container {
        max-width: 1024px;
    }
}

@media (min-width: 1141px) and (max-width: 1199px) { 
    .container {
        max-width: 1080px;
    }
}

@media (min-width: 680px) and (max-width: 767px) {
    a.button_login {
       
        margin-right: 0px;
        font-size: 12px;
    }
}


@media (min-width: 880px) and (max-width: 991px) {
    a.button_login {
       
        margin-right: 0px;
        font-size: 12px;
    }
}

@media (min-width: 1024px) {
    a.button_login {
       
    display: none;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
.page_header_container .left_content {
   
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
  .page_header_container .rate .rate_left {
    width: 30%;
}
  .page_header_container .bonus_deposite .block_buttons .btn {
     
        max-width: 100%;
    }
}


@media (max-width: 767px) {
      .site-breadcrumb h1 {
    
        text-align: center;
    }
  .page_header_container .left_content .img {
        width: 70%;
        margin: 0 auto;
    }
}

