body {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: underline;
    display: inline-block;
    cursor: pointer;
}

ul {
    list-style: disc;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html::-webkit-scrollbar {
    width: 6px;
}

html::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, .2);
    border-radius: 10px;
}

html::-webkit-scrollbar-track {
    background: 0 0
}

html {
    scrollbar-width: thin;
    scrollbar-color: rgba(255, 255, 255, .2) transparent
}

body {
    -ms-scroll-chaining: none;
    overscroll-behavior: none;
    font-family: "Roboto",sans-serif;
    color: #ffffff;
    font-size: 16px;
    line-height: 20px;
    background: #1c1c35;
    position: relative;
}
body.body_banner{
    padding-bottom: 80px;
}
body a, body div, body h1, body h2, body h3, body h4, body h5, body h6, body p, body span, body strong {
    color: #f5f6f9;
}

img{
    max-width: 100%;;
}
input:focus, a:focus, button:focus, .toggle-menu.responsive-menu a:focus,
textarea:focus, .woocommerce form .form-row input:focus.input-text, .woocommerce form .form-row textarea:focus {
    outline: none;
    border-bottom: 0;
}
h1 {
    font-size: 2em;
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}

h2 {
    font-size: 1.5em;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}

h3 {
    font-size: 1.17em;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}

p {
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

ul, ol {
    padding: 0;
    margin-bottom: 12px;
    list-style-position: inside;
}

ol {
    list-style-type: decimal;
}

ul li, ol li {
    margin-bottom: 10px;
}

table {
    width: 100%;
    border-collapse: collapse;
}

table td, table th {
    border: 1px solid #8587a2;
    padding: 8px;
    word-break: break-word;
}

table tr:nth-child(even) {
    background-color: #282622;
}

table th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
}

table td p, table th p {
    margin: 0;
}
.row {
    display: flex;
    flex-wrap: wrap;
}
@media (min-width: 992px) {
    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.6666666667%;
    }
}
@media (min-width: 992px) {
    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
}
input[type="radio"] {
    width: 20px;
    height: 20px;
    margin: 7px;
}

header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
}
.header {
    position: sticky;
    z-index: 20;
    top: 0;
    width: 100%;
    border-bottom: 1px solid #0f1241;
}
.header__wrapper {
    margin: 0 auto;
    padding: 12px 16px;
    max-width: 1920px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    box-sizing: content-box;
    /*justify-content: space-between;*/
}

.header__logo {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header__logo a {
    display: block;
    cursor: pointer;
}

.header__nav {
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
}
.header__nav a:hover, .header__nav a:hover .header_menu-item__title{
    color: #FFD84E;
}
.header_search{
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 0 0 auto;
}

.header_search a {
    text-decoration: none;
    background: #fff0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 420px;
    height: 56px;
    gap: 10px;
    padding: 20px;
    border-radius: 0;
    border: 1px solid #DDDEE3;
}
.header_search a {
    color: #b3bac8;
}
.header__user-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
}

.header__user-actions .chat, .header__user-actions .telegram {
    min-width: 36px;
    height: 36px;
    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;
    color: #bfbfcb;
}

.header__user-actions .chat svg, .header__user-actions .telegram svg {
    height: 24px;
    width: 24px;
}

.header__user-actions .chat svg path, .header__user-actions .telegram svg path {
    fill: currentColor;
}

.header__user-actions .chat:hover svg path, .header__user-actions .telegram:hover svg path {
    fill: #282622;
}

.header__user-actions .registration:hover a span {
    color: #fff;
}

.header__user-actions .registration:hover .registration-animation {
    background: #8f8f8f;
}

.header__user-actions a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 0;
    color: #DDDEE3;
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    font-style: italic;
    padding: 10px 16px;
    border-radius: 0;
    text-transform: uppercase;
    transition: none;
    text-decoration: none;
}

.header__user-actions span {
    position: relative;
    display: block;
    color: #000;
}
.header__user-actions .login {
    background: #FFD84E;
}
.header__user-actions .login span {
    color: #010101;
}
.header__user-actions .registration, .header__user-actions .glogin {
    background: transparent;
    border: 1px solid #DDDEE3;
}
.header__user-actions .registration span {
    position: relative;
    display: block;
    color: #DDDEE3;
}
.header__user-actions .registration:hover {
    border-color: #ffcc17;
}
.header__user-actions .registration:hover span{
    color: #ffcc17;
}
.header__user-actions .login:hover {
    background: #f5ec62;
}
.header__user-actions .login:hover span{
    color: #010101;
}
.header_menu {
    display: flex;
    align-items: center;
    gap: 32px;
}
.header_menu-item {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    color: #fff;
    -webkit-text-decoration: none;
    text-decoration: none;
    gap: 8px;
}
.header_menu-item-icon__front {
    align-self: flex-end;
    width: 50px;
    height: 54px;
}
.header_menu-item__title {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    color: #fff;
}
.header_menu-item svg {
    width: 28px;
    height: auto;
}

#footer {
    padding: 24px 0;
    background: #11111f;
    font-size: 13px;
    color: #fff;
}
#footer p{
    color: #fff;
}
#footer aside {
    padding: 0;
}

.footer__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 32px;
}

.footer__icons {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
}
.footer__recaptcha {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.footer__recaptcha img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 8px;
}

.footer__recaptcha-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
}

.footer__recaptcha-text span {
    color: #fff;
    font-size: 10px;
}

.footer__recaptcha-text div {
    color: #fff;
    font-size: 12px;
}
.color_border {
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><defs><linearGradient id='Gradient' x1='0' x2='100' y1='0' y2='0' gradientTransform='rotate(72)' gradientUnits='userSpaceOnUse'><stop stop-color='%233e7bfa' offset='0'/><stop stop-color='%236600cc' offset='1'/></linearGradient></defs><rect x='0.5' y='0.5' width='99%' height='99%' rx='8' ry='8' stroke-width='1' fill='transparent' stroke='url(%23Gradient)'/></svg>");
}
.socials {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.socials a{
     display: block;
    font-size: 14px;
    color: #fff;
    min-width: 160px;
    padding: 8px 12px;
    max-height: 40px;
    display: flex;
    gap: 8px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    text-decoration: none;
}
.socials .lang {
    text-transform: uppercase;
    justify-content: space-between;
}
.socials svg{
    fill: #fff;
}
.badge_items{
    position: relative;
}
.badge_items .app{
    background: linear-gradient(135deg,#ff3b3b 0%,#60c 100%);
}
.badge_items .telegram{
    background: linear-gradient(135deg,#3e7bfa 0%,#60c 100%);
}
.badge-gift {
    letter-spacing: 0;
    text-align: center;
    background: #ff3b3b;
    pointer-events: none;
    border-radius: 16px;
    min-width: 24px;
    height: 24px;
    font-size: 10px;
    font-weight: 500;
    line-height: 16px;
    position: absolute;
    top: -6px;
    right: -6px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.toggle_block {
    height: 226px;
    transition: 0.2s;
}
.toggle_block.close {
    height: 0;
}
.footer-nav_mob {
    display: none;
    position: fixed;
    z-index: 20;
    bottom: -1px;
    height: 58px;
    width: 100%;
    left: 0;
    background: #0a0a0a;
    justify-content: space-around;
    padding: 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .04), 0 8px 16px rgba(0, 0, 0, .32);
    gap: 0;
}

.footer-nav_mob ul {
    width: 100%;
    position: relative;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px;
    padding: 0;
    list-style-type: none;
}

.footer-nav_mob ul li {
    width: 100%;
    position: relative
}

.footer-nav_mob ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    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;
    align-items: center;
    cursor: pointer;
    padding: 8px;
    min-width: unset;
    color: #fff;
    text-decoration: none;
}
.footer-nav_mob ul li a img {
    position: relative;
    width: 24px;
    height: 24px
}

.footer-nav_mob ul li a svg {
    height: 24px;
    width: 24px;
    color: #fff;
}

.footer-nav_mob ul li a svg path {
    fill: currentColor
}

.footer-nav_mob ul li a span {
    position: relative;
    font-size: 10px;
}
.footer-nav_mob .header_menu-item{
    gap: 2px;
    flex-direction: column;
    background: transparent;
    width: 100%;
    height: 100%;
    justify-content: center;
}
.footer-nav_mob .header_menu-item__title{
    color: #c1c1cf;
    font-size: 10px;
    font-weight: 500;
    line-height: 14px;
}

.footer-nav_mob .header_menu-item-icon svg path{
    fill: #fff;
}
.footer-nav_mob .header_menu-item-wrapper{
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.footer-nav_mob .header_menu-item.active span{
    color: #fff;
}
.footer-nav_mob .header_menu-item.active svg path{
    fill: #fff;
}
.footer__icons {
    margin-top: 20px;
}
.footer_menu {
    display: flex;
    justify-content: space-between;
    gap: 0;
    align-items: flex-start;
    width: 100%;
    padding: 25px 0 40px;
}
.footer_menu-wrapper{
    flex-flow: column;
    align-items: center;
    display: flex;
}
.footer_menu aside{
    min-width: 120px;
    max-width: 250px;
}
#footer .widget-title {
    letter-spacing: 0;
    margin-top: 0 !important;
    margin-bottom: 16px;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    text-transform: capitalize;
    text-decoration: none;
    border-bottom: 0;
    color: #fff;
}
#footer .footer_menu ul.menu {
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
#footer .footer_menu ul.menu li {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}
#footer .footer_menu .menu li a {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    text-decoration: none;
}
.copyright {
    background-color: transparent !important;
}
.copyright p, .copyright p a {
    color: rgb(193, 193, 207) !important;
}
.action_btn{
    display: flex;
    margin: 25px auto;
    border: 0;
    width: fit-content;
    align-items: center;
    justify-content: center;
    background: #FFD84E;
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    font-style: italic;
    padding: 10px 16px;
    border-radius: 2px;
    text-transform: uppercase;
    text-decoration: none;
    color: #010101;
    animation: pulse_btn_banner 1.5s ease-in infinite;
    cursor: pointer;
}
.action_btn:hover {
    background: #f5ec62;
}
@keyframes pulse_btn_banner {
    0% {
        transform: scale(1)
    }
    50% {
        transform: scale(1.1)
    }
    100% {
        transform: scale(1)
    }
}
.btn_menu {
    color: #fff;
    width: 35px;
    height: 35px;
    display: none;
}
.btn_menu svg{
    width: 35px;
    height: 35px;
}
.close {
    position: absolute;
    right: 30px;
    top: 30px;
    width: 30px;
    height: 30px;
    cursor: pointer;
}
.header_menu:not(.active) .close {
    display: none;
}   
.mobile_show{
    display: none;
}
.banner{
    display:flex;
    flex-wrap:nowrap;
    gap:12px;
    align-items:flex-start;
    margin:12px 0;
}
.banner > a{
    flex:1 1 calc(50% - 6px);
    max-width:calc(50% - 6px);
    display:block;
}
@media screen and (max-width: 1441px) { 
    .header_menu:not(.active) {
        display: none;
    }   
    .mobile_show{
        display: flex;
    }
    .header_menu {
        position: fixed;
        width: 100vw;
        height: 100vh;
        background: #000;
        z-index: 100;
        overflow-y: scroll;
        top: 0;
        left: 0;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        padding: 60px 30px;
    }
    .header__wrapper{
        justify-content: space-between;
    }
    .btn_menu{
        display: block;
    }
    .header_search{
        display: none;
    }
}
@media screen and (max-width: 1124px) { 
    .footer_menu aside{
        max-width: 200px;
    }
}
@media screen and (max-width: 1024px) {
    .main__wrapper {
        grid-template-columns:1fr;
        grid-template-rows:auto auto auto auto auto;
        grid-template-areas:"banner" "sidebar" "top-games" "popular" "content" "footer"
    }
    .footer-nav_mob {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    body.body_banner{
        padding-bottom: 60px;
    }
    .footer__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 16px;
    }
    .footer__text {
        text-align: center
    }
    .header__user-actions {
        gap: 8px;
    }
}
@media screen and (max-width: 1000px){
    #header{
        background: #1c1c28 !important;
    }
}
@media screen and (max-width: 990px){
    .footer__icons {
        margin-top: 25px;
    }
}
@media screen and (max-width: 767px){
    .banner{
        overflow-x: scroll;
    }
    .banner > a{
        flex: 1 0 100%;
        max-width: unset;
    }
    .header__user-actions {
        margin-left: 0 !important;
    }
    .header__wrapper{
        justify-content: space-between;
    }
    .footer_menu {
        flex-direction: column;
    }
    .footer_menu aside {
        min-width: unset;
        max-width: unset;
        width: 100%;
    }
    #footer .widget-title{
        background-color: #262643;
        cursor: pointer;
        border-radius: 0;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        margin-bottom: 10px;
        padding: 10px;
        font-size: 16px;
        display: inline-flex;
    }
    .socials {
        flex-direction: row;
        gap: 24px 8px;
        flex-wrap: wrap;
        width: 335px;
        margin: 0 auto;
    }
    #footer .footer_menu ul.menu {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 8px;
        margin-top: -4px;
        margin-bottom: 16px;
        display: none;
    }
    #footer .footer_menu ul.show{
        display: flex;
    }
    #footer .footer_menu ul.menu li {
        flex: 1 1 calc(50% - 4px);
    }
    .footer_menu .widget_block {
        order: -1;
        margin-bottom: 24px;
    }
    .header__user-actions .glogin {
        display: none;
    }
}
.wp-block-table th, .wp-block-table td {
    padding: 10px;
}
@media screen and (max-width: 550px) {
    h1 {
        font-size: 22px;
        margin-bottom: 22px;
    }
    h2 {
        font-size: 18px;
        margin-bottom: 18px;
    }
    h3 {
        font-size: 15px;
        margin-bottom: 16px;
    }
    .header {
        height: 52px;
    }
    .header__wrapper {
        padding-left: 0;
        padding-right: 0;
        gap: 10px !important;
    }
    .content__wrapper {
        padding: 8px;
    }
    .footer {
        margin: 16px auto 80px;
    }
}
@media screen and (max-width: 374px) {
    body {
        font-size: 12px;
    }
}

#header {
    background: #1c1c35;
    padding: 0;
}
.container {
    max-width: unset !important;
    margin: 0 auto;
    padding: 0 15px;
}
@media (min-width: 1400px) {
    .container {
        max-width: 1200px !important;
    }
}
.wp-block-image {
    margin-bottom: 0;
}

@media (min-width: 768px) and (max-width: 1024px) {
    #maincontent .col-md-4,
    #maincontent .col-md-8  {
        flex: 0 0 auto;
        width: 100%;
    }
}

.popular__item-tag {
    position: absolute;
    top: 8px;
    left: 0;
    text-transform: uppercase;
    color: #010101;
    font-size: 10px;
    height: 20px;
    width: 39px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    pointer-events: none;
    z-index: 1;
    font-weight: 700;
    font-style: italic;
}
.label_new {
    background: #00f0a0;
}
.label_hot {
    background: #ff4831;
}
.six-card-item{
    width: calc(16.6% - 8px);
    padding-top: 21%;
   border-radius:8px;
   overflow:hidden;
   position:relative;
   background:#282622 center/cover no-repeat;
   cursor:pointer;
   flex:0 0 auto;
   display:flex;
   align-items: flex-end;
   justify-content:center;
}
.six-card-link{
    display:block;
    width:100%;
    height:100%;
    text-decoration:none;
    color:#fff;
}
.six-cards-row{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    margin:16px 0 25px;
    justify-content:flex-start;
}
.six-card-title{
    background: rgba(0,0,0,0.6);
    padding: 8px 10px;
    text-align: center;
    font-size: 14px;
    line-height: 1.4;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
}
.template2 .six-card-title{
    background: #343761;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40px;
}
.template2.six-card-item{
    padding-top: 27%;
}
.bg{
    position: absolute;
    width: 100%;
    height: calc(100% - 40px);
    top: 0;
    left: 0;
    z-index: 0;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all .2s cubic-bezier(.46, .03, .52, .96);
    transition: all .2s cubic-bezier(.46, .03, .52, .96);
}
.icon_animate{
  animation: animate_drop_shadow .5s linear infinite alternate;
  background-color: #ffd84e;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 10px;
  justify-content: center;
  width: 10px;
}
.six-card-item .card_overlay{
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: rgba(11, 14, 18, .7);
    color: #fff;
    height: 100%;
    left: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    text-align: center;
    top: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .2s cubic-bezier(.46, .03, .52, .96);
    transition: all .2s cubic-bezier(.46, .03, .52, .96);
    width: 100%;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.six-card-item:hover .card_overlay {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.six-card-item:hover .bg {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}
.six-card-item.template2 .card_overlay{
    height: calc(100% - 40px);
}
@keyframes animate_drop_shadow {
    0% {
        -webkit-filter: drop-shadow(0 0 6px #57ec32);
        filter: drop-shadow(0 0 6px #57ec32)
    }

    to {
        -webkit-filter: drop-shadow(0 0 0 #57ec32);
        filter: drop-shadow(0 0 0 #57ec32)
    }
}

@media screen and (max-width: 768px){
    .six-card-item {
        width: calc(33.3% - 7px);
    }
    .six-card-item {
        padding-top: 45%;
    }
    .template2.six-card-item {
        padding-top: 50%;
    }
}
@media screen and (max-width: 550px) {
    .six-card-item {
        width: calc(50% - 5px);
    }
    .six-card-item {
        padding-top: 60%;
    }
    .template2.six-card-item {
        padding-top: 76%;
    }
}
.banner_bottom {
    display: flex;
    padding: 15px;
    z-index: 99;
    max-height: 20vh;
    overflow: auto;
    border-radius: 5px 5px 0 0;
    transition: opacity 0.4s;
    align-items: center;
    justify-content: space-between;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    background: #262643;
    position: fixed;
    bottom: 0;
    left: 0;
    overflow: hidden;
  }
  @media screen and (max-width: 620px) {
    .banner_bottom {
      max-height: 33vh;
        padding: 10px 10px 10px 5px;
    }
  }
  .banner_bottom_btn {
    margin-left: 25px;
    white-space: nowrap;
    font-family: inherit;
    border-radius: 3px;
    padding: 8px 16px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    color: #010101;
    background: #ffd84e;
    line-height: 22px;
    font-style: italic;
    font-size: 14px;
  }
  .banner_bottom-text_content {
    align-self: flex-start;
    color: #ffd84e;
  }
  .banner_bottom-text_content * {
    color: inherit;
  }

  .banner_info{
    display: flex;
    gap: 15px;
    font-size: 26px;
    align-items: center;
    line-height: 34px;
  }
  .banner_info p{
    font-size: inherit;
  }
  .banner_bottom_btn {
      transition: all 0.5s ease-in-out;
      animation: pulse_btn_banner 1.5s ease-in infinite;
  }
  @keyframes pulse_btn_banner {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.1);
    }
    100% {
      transform: scale(1);
    }
  }
  @media screen and (max-width: 767px){
    .banner_info {
        gap: 10px;
        font-size: 16px;
        line-height: 20px;
    }
    .banner_info img {
        max-width: 35px;
        height: auto;
    }
    .banner_bottom_btn {
        font-size: 12px;
        margin-left: 10px !important;
        padding: 8px 10px;
    }
  }