.wazamba {
    color: #fff;
    background-color: #071f3e;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 400;
}

div {
    box-sizing: border-box;
}

img {
    width: 100%;
}

.perspective {
    perspective: 1px;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
}

.banner {
    width: 100%;
    height: 440px;
    background-image: url(./images/banner_bg@2x.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.banner-1-side {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.banner-1-side::before {
    width: 603px;
    height: 100%;
    background-image: url(./images/l_tree.png);
    content: "";
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    transition: all .2s;
    position: absolute;
    bottom: 0;
    left: 0;
}

.banner-1-side::after {
    width: 303px;
    height: 187px;
    z-index: 4;
    background-image: url(./images/l_box.png);
    transform: translate(-45%);
    content: "";
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    transition: all .2s;
    position: absolute;
    bottom: 0;
    left: 140px;
}

.banner-wrap {
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
}

.banner-wrap::before {
    content: "";
    width: 100%;
    height: 158px;
    z-index: 3;
    background-image: url(./images/grass@2x.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
}

.banner-hero {
    width: 404px;
    height: 100%;
    z-index: 3;
    transition: all .5s;
    position: absolute;
    left: calc(50% - 100px);
    transform: translate(-30%);
}

.banner-hero::before {
    width: 280px;
    height: 344px;
    background-image: url(./images/chimola.png);
    left: 0;
    transform: translate(-90%);
    content: "";
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 20px;
}

.banner-hero::after {
    width: 303px;
    height: 394px;
    z-index: 3;
    background-image: url(./images/bomani@2x.png);
    right: 0;
    transform: translate(90%);
    content: "";
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 20px;
}

.banner-description {
    width: 476px;
    height: 414px;
    z-index: 2;
    background-image: url(./images/plate@2x.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    transition: all .5s;
    position: absolute;
    top: 0;
    left: calc(50% - 100px);
    transform: translate(-35%);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.form {
    width: 360px;
    z-index: 34;
    transition: all .5s;
    display: block;
    position: relative;
    left: calc(50% - 100px);
    transform: translate(-30%);
}

.quick-registration {
    padding-top: 80px;
}

.quick-registration-title {
    text-align: center;
    color: #ffcf01;
    text-shadow: 0 1px #cc2500, 0 4px 4px #00000059;
    padding-bottom: 10px;
    font-size: 18px;
    font-weight: 800;
    line-height: 22px;
}

.quick-registration-wrap {
    background: #0006;
    border-radius: 20px;
    flex-direction: column;
    gap: 8px;
    padding: 16px;
    display: flex;
}

.quick-registration-dropdown {
    z-index: 0;
    border-radius: 20px;
    position: relative;
}

.quick-registration-dropdown.show {
    z-index: 35;
    min-height: 82px;
}

.quick-registration-dropdown.show .quick-registration-promotions {
    height: unset;
    position: absolute;
}

.quick-registration-promotions {
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    cursor: pointer;
    background: linear-gradient(#3b7096 0%, #254a64 100%);
    border-radius: 14px;
    position: relative;
}

.quick-registration-promotions:after {
    content: "";
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    z-index: -1;
    background: linear-gradient(#f8e153 0%, #db7c23 100%);
    border-radius: 14px;
    position: absolute;
    top: -2px;
    bottom: 0;
    left: -2px;
    right: 0;
    box-shadow: 0 8px 4px #0e112299, 0 20px 40px 12px #0b2031e6;
}

.quick-registration-promo.is-active {
    order: -1;
    display: flex;
}

.quick-registration-promo.is-active:after {
    width: 10px;
    height: 7px;
    content: "";
    opacity: .9;
    pointer-events: none;
    background-image: url(./images/download.svg);
    background-repeat: no-repeat;
    top: 0;
    bottom: 0;
    right: 12px;
}


.quick-registration-promo {
    display: none;
    position: relative;
}

.quick-registration-promo {
    min-height: 80px;
    align-items: center;
    padding: 12px;
    display: flex;
}

.quick-registration-promo-label {
    width: 100%;
    cursor: pointer;
    align-items: center;
    gap: 12px;
    display: flex;
}

.quick-registration-promo-img-wrap {
    height: 61px;
    align-items: center;
    display: flex;
}

.quick-registration-promo-img {
    width: 56px;
    height: 61px;
    object-fit: contain;
    display: block;
}

.quick-registration-promo-wrap {
    color: #fff;
    overflow: hidden;
}

.quick-registration-promo-title {
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 12px;
}

.quick-registration-promo-text {
    color: #ffcf01;
    text-shadow: 0 1px #cc2500, 0 4px 4px #00000059;
    padding: 4px 0;
    font-size: 20px;
    font-weight: 800;
    line-height: 20px;
}

.quick-registration-promo-subtext {
    color: #fff;
    text-shadow: 0 4px 4px #00000059;
    font-size: 16px;
    font-weight: 800;
    line-height: 16px;
}


.sidebar-logo {
    margin-top: 45px;
    margin-bottom: 15px;
    width: 100%;
    z-index: 10;
    display: block;
    position: relative;
    color: #fff;
    background-color: #0000;
    font-size: 100%;
    text-decoration: none;
}

.sidebar-logo-img.show-guest {
    width: 164px;
    height: 86px;
}

.sidebar-logo-img {
    margin-left: 54px;
}

.sidebar-logo img {
    max-width: 100%;
    height: auto;
    border-style: none;
}

.sidebar-icon {
    top: 87px;
}

.sidebar-icon {
    width: 44px;
    height: 44px;
    z-index: 501;
    border-radius: 50%;
    padding: 0;
    transition: all .2s;
    position: absolute;
    top: 88px;
    left: -19px;
}

.g-btn-orange {
    background-color: #ff7800;
    background-image: linear-gradient(#ff7800, #f97600), linear-gradient(#f90, #f2a268);
    background-position: top, -10px -10px;
    background-repeat: no-repeat, no-repeat;
    background-size: cover, calc(100% + 20px) calc(100% + 20px);
    background-clip: padding-box, border-box;
    box-shadow: inset 0 0 3px #00000040, 0 4px #b75637;
}

.g-btn {
    box-sizing: border-box;
    height: 52px;
    width: 52px;
    cursor: pointer;
    max-width: 100%;
    text-shadow: 0 0 10px #00000040;
    letter-spacing: 1.2px;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    border: 5px solid #0000;
    border-radius: 80px;
    padding: 5px 10px;
    font-size: 22px;
    font-style: normal;
    font-weight: 800;
    font-stretch: 100%;
    line-height: 43px;
    display: inline-block;
    overflow: hidden;
}

.sidebar-icon:after {
    content: "";
    color: #0000;
    width: 36px;
    height: 35px;
    background-image: url(./images/burger-close.svg);
    background-position: 27%;
    background-repeat: no-repeat;
    display: block;
}

.quick-registration-dropdown-bind {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.select ul {
    padding: 0;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    cursor: pointer;
    background: linear-gradient(#3b7096 0%, #254a64 100%);
    border-radius: 14px;
    position: relative;
}

.select ul::after {
    content: "";
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    z-index: -1;
    background: linear-gradient(#f8e153 0%, #db7c23 100%);
    border-radius: 14px;
    position: absolute;
    top: -2px;
    bottom: 0;
    left: -2px;
    right: 0;
    box-shadow: 0 8px 4px #0e112299, 0 20px 40px 12px #0b2031e6;
}


.select ul div.option {
    z-index: 1;
    padding: 5px;
    display: none;
    list-style: none;
}

.is-reg-btn option {
    background: #143251;
}

.select ul div:first-child {
    display: block;
}

.select ul div {
    cursor: default;
}

.quick-registration-promotions-input {
    justify-content: center;
    align-items: center;
    font-family: Montserrat, sans-serif;
    display: flex;
    position: relative;
}

.is-reg-amount {
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    height: 48px;
    color: #ffcf01;
    text-shadow: 0 1px #cc2500, 0 4px 4px #00000059;
    text-indent: 20px;
    background: #4d90bfa1;
    border: 1px solid #143251;
    border-radius: 14px 0 0 14px;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 800;
    line-height: 20px;
    box-shadow: inset 0 2px 1px #00000059;
}

.form-item-drop {
    z-index: 9;
    display: block;
    position: relative;
}

.is-reg-btn {
    height: 52px;
    width: 111px;
    color: #fff;
    -webkit-appearance: none;
    background: linear-gradient(#00000008, #00000008), linear-gradient(#105485a8 0%, #153c58a8 100%);
    border: 1px solid #143251;
    border-radius: 0 14px 14px 0;
    align-items: center;
    padding: 12px 30px 12px 20px;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 800;
    line-height: 20px;
    display: flex;
    box-shadow: inset 0 2px 1px #00000059;
}

.form-item-drop:after {
    width: 10px;
    height: 7px;
    content: "";
    opacity: .9;
    pointer-events: none;
    background-image: url(./images/download.svg);
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
}

.form-buttons a {
    width: 100%;
}

.form-buttons a:hover {
    text-decoration: none;
}

.wrap-img {
    margin: 25px auto;
    display: block;
    max-width: fit-content;
}

.submit-btn {
    width: fit-content;
    min-width: 288px;
    cursor: pointer;
    background: linear-gradient(#a0ff00 0%, #68f284 95.03%);
    border: 0;
    border-radius: 14px;
    outline: 0;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    padding: 5px;
    font-family: Montserrat, sans-serif;
    display: flex;
    box-shadow: 0 2px #38b751;
}

.submit-btn:after {
    content: attr(name);
    white-space: nowrap;
    height: 54px;
    text-align: center;
    color: #fff;
    text-shadow: 0 2px #1f6b06, 0 2px 2px #0006;
    width: 100%;
    background: #3ed70b;
    border-radius: 11px;
    justify-content: center;
    align-items: center;
    padding: 0 15px;
    font-size: 20px;
    font-weight: 800;
    line-height: 20px;
    display: flex;
    overflow: hidden;
    box-shadow: inset 0 0 3px #00000040;
}

.btn-wrap {
    z-index: 33;
    transition: all .5s;
    position: absolute;
    bottom: 20px;
    left: calc(50% - 100px);
}

.entrance-banner-crypto {
    width: fit-content;
    background: #00000059;
    border-radius: 24px;
    align-items: center;
    gap: 4px;
    margin: 20px auto 0;
    padding: 4px 8px;
    display: flex;
}

.banner-wrap:after {
    content: "";
    width: 100%;
    height: 40px;
    z-index: 10;
    background-image: url(./images/b_line.png);
    background-position: 50%;
    background-repeat: repeat-x;
    background-size: contain;
    position: absolute;
    bottom: -27px;
    left: 0;
}

.entrance-banner-r-side {
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}

.entrance-banner-r-side:before {
    content: "";
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    transition: all .2s;
    position: absolute;
    bottom: 0;
    right: 0;
}

.entrance-banner-r-side:before {
    width: 672px;
    height: 100%;
    background-image: url(./images/r_tree@2x.png);
}

.entrance-banner-r-sides {
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    transition: all .5s;
}

.entrance-banner-r-sides:after {
    width: 415px;
    height: 198px;
    z-index: 3;
    background-image: url(./images/r_box@2x.png);
    transform: translate(33%);
}

.entrance-banner-r-sides:after {
    content: "";
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    /* transition: all .5s; */
    position: absolute;
    bottom: 0;
    right: 0;
}

.sidebar-content {
    width: 228px;
    z-index: 100;
    max-height: calc(100% - 150px);
    max-height: calc(100vh - 175px);
    min-height: 485px;
    flex-direction: column;
    flex: auto;
    margin-left: 8px;
    padding-bottom: 56px;
    display: flex;
    position: relative;
}

.sidebar-buttons {
    margin: 15px 0 22px;
    padding-left: 12px;
    padding-right: 12px;
}

.g-btn-full {
    width: 100%;
    display: block;
    margin-bottom: 14px;
}

.g-btn-46 {
    height: 46px;
    letter-spacing: .9px;
    padding: 0 15px;
    font-size: 18px;
    line-height: 36px;
}

.sidebar-reg {
    background-color: #3ed70b;
    background-image: linear-gradient(#3ed70b, #3ed70b), linear-gradient(#a0ff00, #68f284);
    background-position: top, -10px -10px;
    background-repeat: no-repeat, no-repeat;
    background-size: cover, calc(100% + 20px) calc(100% + 20px);
    background-clip: padding-box, border-box;
    box-shadow: inset 0 0 3px #00000040, 0 4px #37b751, 0 2px 15px 3px #a0ff00;
}

.sidebar-links {
    border: 1px solid #0000001a;
    border-left: none;
    border-right: 0;
    margin-left: 4px;
    padding: 8px 12px 8px 8px;
}

.sidebar-link--seasons {
    margin-bottom: 8px;
}

.sidebar-link-summer-promotion {
    flex-direction: row;
    align-items: flex-end;
    gap: 10px;
    margin-bottom: 10px;
    padding: 0;
    line-height: 30px;
    display: flex;
    position: relative;
}

.sidebar-link--bold {
    font-weight: 700;
}

.sidebar-link {
    letter-spacing: .05em;
    color: #fff;
    text-shadow: 0 0 10px #00000040;
    white-space: break-spaces;
    background-position: 0;
    background-repeat: no-repeat;
    background-size: auto 32px;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    position: relative;
}

.sidebar-link:before {
    content: "";
    height: 2px;
    transform-origin: 0;
    background-color: #fff;
    transition: transform .35s;
    position: absolute;
    bottom: 0;
    left: 40px;
    right: 0;
    transform: scaleX(0);
}

.sidebar-link-img {
    height: 32px;
    width: 32px;
    background-repeat: no-repeat;
    background-size: contain;
    flex-shrink: 0;
    margin-block-start: auto;
    margin-block-end: auto;
    position: relative;
}

.sidebar-link-img:after {
    content: attr(data-label);
    text-transform: uppercase;
    max-width: 25px;
    width: 100%;
    height: 12px;
    text-align: center;
    background: red;
    border-radius: 4px;
    font-size: 7px;
    font-weight: 900;
    line-height: 12px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    box-shadow: 0 2px #990101;
}

.sidebar-btn-wrap {
    width: 100%;
    justify-content: center;
    gap: 20px;
    display: flex;
    position: absolute;
    bottom: -5px;
}

.sidebar-lang-btn a span {
    background-image: url(./images/en.svg);
    margin-top: 3px;
    width: 28px;
    height: 28px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
}

.sidebar-chat-btn a span {
    background-image: url(./images/chat.svg);
    margin-top: 3px;
    width: 28px;
    height: 28px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
}

.g-btn-ico.g-btn {
    box-shadow: inset 0 0 3px #00000040, 0 2px #b75637;

}

.g-btn-ico {
    width: 45px;
    height: 45px;
    padding: 0;
}

.g-btn-orange:hover {
    background-image: linear-gradient(#ff7800, #ff4d00), linear-gradient(#ffad32, #fdc399 95%);
    text-decoration: none;
}

.menu-togg:hover {
    background-image: linear-gradient(#ff7800, #ff4d00), linear-gradient(#ffad32, #fdc399 95%);
}

.sidebar-reg:hover {
    background-image: linear-gradient(#3ed70b, #2db200), linear-gradient(#c9ff6e, #b6ffc5 95%);
}

.playbtn:hover {
    background-image: linear-gradient(#3ed70b, #2db200), linear-gradient(#c9ff6e, #b6ffc5 95%);

}

.main-content {
    margin-top: 50px;
    padding: 0 260px;
}

.main-content h1 {
    color: #ff7903;
    text-align: center;
    font-weight: 700;
}

.main-content p {
    margin-top: 20px;
    font-size: 18px;
    color: #bcc8cf;
}

.footer-pays {
    border-top: 1px solid #3677c433;
    border-bottom: 1px solid #3677c433;
    margin-top: 20px;
    padding: 10px 0;
    transition: 0.5s;
}

.icons-list {
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -5px;
    display: flex;
}

.icons-item {
    width: 80px;
    height: 30px;
    margin: 5px 8px;
}

.icons-item img {
    width: 100%;
    height: 100%;
    word-break: break-all;
    font-size: 10px;
}

.footer {
    color: #21728a;
    z-index: 100;
    background-color: #05191f;
    padding: 42px 0 10px;
    position: relative;
    margin-top: 80px;
    padding-bottom: 20px;
}

.footer:before {
    content: "";
    height: 30px;
    width: 100%;
    z-index: 5;
    background: url(./images/footer.svg);
    position: absolute;
    top: -30px;
    left: 0;
}

.table-content {
    margin-top: 50px;
}

.table-content table {
    background-color: #ffffff1a;
    text-align: center;
    margin: auto;
}

.table-content table tr th p {
    width: 30%;
    color: #071f3e;
}

.table-content table tr td p {
    color: #071f3e;
}

.table-content table {
    border-spacing: 0;
    max-width: 1040px;
    width: 100%;
    margin: auto;
    box-sizing: border-box;
    margin-bottom: 52px;
    font-family: Lato;
}


th {
    border: 1px solid #f8f8ff;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #fff;
}


td {
    border: 1px solid #f8f8ff;
    font-weight: 700;
    font-size: 36px;
    line-height: 48px;
    letter-spacing: 0.01em;
    text-align: center;
    color: #fff;
}

td div {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #dadada;
}

tr:nth-child(even) {
    background-color: #ffedd2;
}

tr:nth-child(odd) {
    background-color: #e6d0b5;
}

.sidebar-scroll-border {
    display: flex;
    position: relative;
    overflow: hidden;
    flex-direction: column;
}

.sidebar-scroll.scrolled {
    overflow-y: auto;
}

.sidebar-nav {
    flex-direction: column;
    align-items: flex-start;
    padding: 0 12px;
    display: flex;
}

.sidebar-scroll {
    position: relative;
    overflow-y: auto;
}

.sidebar-scroll-wrap {
    padding-top: 4px;
}

.footer-icons {
    justify-content: center;
    padding: 16px 0;
    display: flex;
    transition: 0.5s;
}

.footer-icons-item_18 {
    width: 30px;
}

.footer-icons-item {
    height: 30px;
}

.footer-icons-item img {
    fill: #21728a;
    width: 30px;

}

.sidebars {
    width: 50px;
    position: fixed;
    z-index: 1;
    top: 30px;
    right: -15px;
    background-image: url(./images/sidebar-bg-up.svg), linear-gradient(90deg, #ba6618 0% 4px, #ff7901 4px 100%), url(./images/sidebar-bg-bottom.svg);
    background-position: 0 0, 8px 167px, 0 100%;
    background-repeat: no-repeat;
    background-size: 236px 172px, 236px calc(100% - 340px), 236px 177px;
    transition: 0.5s;
}

.sidebars a {
    text-decoration: none;
    transition: 0.3s;
}

.sidebars a span {
    position: relative;
    overflow: hidden;
    padding: 10px;
    color: #fff;
}

.sidebars a span::after {
    content: "";
    display: block;
    height: 3px;
    width: 100%;
    background-color: #fff;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}

.sidebars a span:hover::after {
    transform: scaleX(1);
}

.sidebars a:hover {
    color: #f1f1f1;
    text-decoration: none;
}

.sidebars .closebtn {
    position: absolute;
    top: 56px;
    right: 167px;
    font-size: 80px;
    margin-right: 50px;
    z-index: 999;
}

a.closebtn {
    color: transparent;
}

a.closebtn:hover {
    color: transparent;
}

.openbtn {
    font-size: 20px;
    cursor: pointer;
    background-color: #ff7901;
    color: white;
    padding: 10px 15px;
    border: none;
    float: right;
    position: relative;
    bottom: 450px;
    z-index: 20;
    border-radius: 35px;
    left: 36px;
}

.openbtn:hover {
    background-color: #ff7901;
}

#main {
    transition: margin-right .5s;
}

.sidebar-scroll::-webkit-scrollbar {
    display: none;
}

.bg-lights {
    background-color: #ff7901;
}

.bg-lights img {
    width: 90px;
    height: 50px;
}

.mobile-nav {
    display: none;
}

.button {
    display: flex;
    justify-content: space-between;
    gap: 5px;
}

.perspective::-webkit-scrollbar {
    display: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.mobile {
    display: none;
}

.menu-togg {
    background: transparent;
    border: none;
}

img#toggleIcon {
    width: 20px;
    height: 20px;
    position: relative;
    bottom: 7px;
    right: 5px;
}

button:focus {
    outline: 1px dotted;
    outline: 0px auto -webkit-focus-ring-color !important;
}

.table-content table {
    font-family: sans-serif;
}

.sidebar-btnn {
    background-color: #3ed70b;
    background-image: linear-gradient(#3ed70b, #3ed70b), linear-gradient(#a0ff00, #68f284);
    background-position: top, -10px -10px;
    background-repeat: no-repeat, no-repeat;
    background-size: cover, calc(100% + 20px) calc(100% + 20px);
    background-clip: padding-box, border-box;
    box-shadow: inset 0 0 3px #00000040, 0 4px #37b751, 0 2px 15px 3px #a0ff00;
}

.playbtn {
    max-width: 288px;
    width: 100%;
    margin: 25px auto;
}

.play-btn {
    color: #fff !important;
}

.main-content a {
    color: #f9d600;
}

.main-content a:hover {
    color: #f9d600;
    text-decoration: none;
}

a.closebtn.desktops {
    display: none;
}

a.closebtn.mobiles {
    display: none;
}
.sidebars {
    width: 250px;
    transition: width 0.3s ease-in-out;
}
@media screen and (min-width: 1024px) {
    .wazamba {
        min-width: 1024px;
        width: 100%;
    }

}

@media screen and (max-width: 768px) {
    .main-content {
        margin-top: 50px;
        padding: 0 20px;
    }
    .sidebars {
        width: 250px;
    }

    .sidebar {
        display: none;
    }

    .banner-hero::after {
        display: none;
    }

    .banner-hero::before {
        display: none;
    }

    .banner-wrap {

        display: flex;
        align-content: center;
        justify-content: center;

    }

    .btn-wrap {
        left: unset;
        transform: unset;
    }

    .form {
        left: unset;
        transform: unset;
    }

    .banner-description {
        left: unset;
        transform: unset;
    }

    .mobile-nav {
        display: block;
    }

    .openbtn {
        display: none;
    }

    .openbtn-mobile {
        font-size: 20px;
        cursor: pointer;
        background-color: #ff7901;
        color: white;
        float: right;
        z-index: 20;
        border-radius: 35px;
        left: 36px;
    }

    .g-btn-full {
        width: auto;
        font-size: 14px;
        z-index: 0;
    }

    .navbar {
        align-items: flex-start !important;
    }

    .sidebar-icon {
        display: none;
    }

    .sidebars {
        top: 0;
    }

    .sidebar-icons {
        position: relative;
        bottom: 142px;
        left: 167px;
    }

    a.closebtn.mobiles {
        top: 5px;
        left: 184px;
        color: #fff;
        font-size: 30px;
        font-weight: 700;
        text-decoration: none;
    }


    a.closebtn.desktops {
        display: none !important;
    }

    a.closebtn.mobiles {
        display: flex !important;
    }

    .mobile {
        display: flex;
    }

    .sidebar-content {
        bottom: 50px;
        padding-bottom: 22px;
    }

    #main {
        margin-right: unset !important;
    }

    #forms {
        left: unset !important;
    }

    #btn-wrapp {
        left: unset !important;
    }

    #sides {
        right: unset !important;
    }

    #hero {
        left: unset !important;
    }

    .sidebar-btn-wrap {
        bottom: -50px;
    }

    .sidebar-login:hover {
        color: #fff;
    }

    .sidebar-reg:hover {
        color: #fff;
    }
}

@media screen and (max-height: 450px) {
    .sidebars {
        padding-top: 15px;
    }

    .sidebars a {
        font-size: 18px;
    }
}