* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

input,
button,
textarea {
    border: 0;
    background: none;
    outline: none;
}

a {
    text-decoration: none;
    color: inherit;
}

ul,
ol {
    list-style: none;
}

::-webkit-scrollbar {
    display: none;
}

svg-icon-sprite {
    aspect-ratio: 1/1;
    display: block;
    width: 20px;
}

svg-icon-sprite svg {
    display: block;
    width: 100%;
    height: 100%;
    fill: var(--button-text-color);
}

body {
    background-color: var(--main-theme-color);
    font-size: 16px;
    line-height: 1.2;
    font-weight: 600;
    color: var(--text-color);
    font-family: "Geologica", sans-serif;
}

body.betalice-0vft5j {
    overflow: hidden;
}

.betalice-j1houh {
    width: calc(100% - 40px);
    margin: 0 auto;
    max-width: 1920px;
}

header {
    height: 64px;
    position: sticky;
    top: 0;
    z-index: 99;
    background-color: var(--fh-bg-color);
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

header .betalice-j1houh {
    height: 100%;
    max-width: none;
    width: 100%;
    padding: 0 2px 0 20px;
}

header.betalice-bx7ywj .betalice-v5sgaw:last-child {
    color: var(--button-text-color);
}

.betalice-63w0a1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

.betalice-1bqr47 {
    display: flex;
    align-items: center;
    gap: 30px;
}

.betalice-w86r8g {
    display: none;
}

.betalice-lmtfnk {
    width: 143px;
}

.betalice-lmtfnk img {
    width: 100%;
    height: 100%;
    display: block;
}

.betalice-sih6oz {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.betalice-sih6oz svg-icon-sprite {
    width: 100%;
}

.betalice-l4sxuc {
    display: flex;
    gap: 2px;
}

.betalice-yc21di {
    display: flex;
    align-items: center;
    gap: 8px;
    height: 59px;
    width: 300px;
    padding: 0 20px;
    border: 1px solid var(--border-color);
    border-radius: 8px;
    background-color: var(--button-bg-color);
    letter-spacing: -0.03em;
    color: var(--button-text-color)
}

.betalice-yc21di svg-icon-sprite {
    width: 16px;
}

.betalice-v5sgaw {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 59px;
    padding: 0 24px;
    text-align: center;
    position: relative;
    border-radius: 8px;
    letter-spacing: -0.02em;
    line-height: 1;
    text-transform: uppercase;
    border-right: 1px solid var(--border-color);
    border-left: 1px solid var(--border-color);
    text-shadow: 0 1px 0 rgb(0, 0, 0);
    background-color: var(--button-bg-color);
    color: var(--button-text-color);
}

.betalice-v5sgaw:before {
    position: absolute;
    top: 0;
    left: -1px;
    width: calc(100% + 2px);
    height: calc(100% + 1px);
    content: "";
    z-index: 1;
    border-radius: 8px;
    box-shadow: inset 0 -1px 0 rgb(0, 0, 0);
}

.betalice-r3m7ey {
    position: fixed;
    left: 0;
    top: 64px;
    height: calc(100vh - 64px);
    width: 232px;
    z-index: 99;
    overflow: auto;
    display: flex;
    flex-direction: column;
    transition-duration: 0.3s;
    background-color: var(--fh-bg-color);
    border-inline-end: 1px solid rgba(255, 255, 255, 0.08);
}

.betalice-r3m7ey .betalice-yc21di {
    display: none;
}

.betalice-r3m7ey.betalice-bx7ywj {
    width: 80px;
}

.betalice-r3m7ey.betalice-bx7ywj .betalice-o3x9t2 a::after {
    display: none;
}

.betalice-r3m7ey.betalice-bx7ywj .betalice-o3x9t2 a span:nth-child(2) {
    display: none;
}

.betalice-r3m7ey.betalice-bx7ywj .betalice-hlp0la {
    grid-template-columns: repeat(1, 1fr);
}

.betalice-r3m7ey.betalice-bx7ywj .betalice-hlp0la a span {
    display: none;
}

.betalice-uuayae {
    display: flex;
    flex-direction: column;
    border-top: 1px solid var(--border-color);
}

.betalice-i6nxqb {
    height: 1px;
    margin: 0 6px;
    background-color: 1px solid var(--border-color);
}

.betalice-i6nxqb:last-child {
    display: none;
}

.betalice-o3x9t2 {
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 4px 6px;
    gap: 1px;
}

.betalice-o3x9t2:nth-child(12)::after {
    display: none;
}

.betalice-o3x9t2:nth-child(4) li:first-child a {
    background-color: var(--button-bg-color);
    color: var(--button-text-color);
}

.betalice-o3x9t2:nth-child(4) li:first-child a span:nth-child(1) svg-icon-sprite svg {
    fill: var(--button-text-color);
}

.betalice-o3x9t2:nth-child(4) li:first-child a:after,
.betalice-o3x9t2:nth-child(4) li:first-child a:before {
    background-color: var(--button-bg-color);
    opacity: 1;
}

.betalice-o3x9t2 li {
    width: 100%;
}

.betalice-o3x9t2 a {
position: relative;
    display: flex;
    align-items: center;
    height: 52px;
    gap: 12px;
    width: 100%;
    padding: 0 16px;
    color: var(--button-text-color);
    letter-spacing: -0.04em;
    font-weight: 600;
    transition: 0.3s;
    text-transform: uppercase;
    background: var(--button-bg-color);
    border-radius: 8px;
}

.betalice-o3x9t2 a:after,
.betalice-o3x9t2 a:before {
    content: "";
    width: 2px;
    height: 18px;
    border-radius: 8px;
    background-color: rgb(252, 252, 252);
    position: absolute;
    left: 0;
    transition-duration: 0.3s;
    opacity: 0;
}

.betalice-o3x9t2 a::after {
    opacity: 0;
    left: auto;
    right: 0;
}

.betalice-o3x9t2 a span:nth-child(1) {
    width: 20px;
    min-width: 20px;
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.betalice-o3x9t2 a span:nth-child(1) svg-icon-sprite {
    width: 100%;
}

.betalice-o3x9t2 a span:nth-child(1) svg-icon-sprite svg {
    fill: var(--button-text-color);
}

.betalice-o3x9t2 a span:nth-child(2) {
    min-width: -moz-max-content;
    min-width: max-content;
}


.betalice-o3x9t2 a:hover:before {
    opacity: 1;
}

.betalice-hlp0la {
    margin-top: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    position: sticky;
    bottom: 0;
    z-index: 2;
    padding: 3px 8px 3px 3px;
    gap: 2px;
        background: var(--fh-bg-color);
}

.betalice-hlp0la a {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    height: 60px;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 700;
    background: var(--button-bg-color);
    box-shadow: 0 2px rgb(0, 0, 0), 0 2px 0 0 rgba(255, 255, 255, 0.25) inset, 0 -2px 0 0 rgba(0, 0, 0, 0.25);
    gap: 8px;
    color: var(--button-text-color);
    letter-spacing: -0.02em;
    border-right: 1px solid var(--border-color);
    border-left: 1px solid var(--border-color);
    border-radius: 8px;
    text-transform: uppercase;
}

.betalice-hlp0la a span {
    min-width: -moz-max-content;
    min-width: max-content;
}

.betalice-hlp0la a img,
.betalice-hlp0la a svg-icon-sprite {
    width: 16px;
    aspect-ratio: 1/1;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
}

.betalice-hlp0la a img svg,
.betalice-hlp0la a svg-icon-sprite svg {
    fill: rgb(255, 255, 255);
}

.betalice-poxbpp {
    padding-left: 232px;
    transition-duration: 0.3s;
}

.betalice-poxbpp.betalice-bx7ywj {
    padding-left: 80px;
}

.betalice-shsrhx .betalice-j1houh {
    width: 100%;
}

.betalice-90uarz {
    aspect-ratio: 1816/550;
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    border-bottom: 2px solid var(--border-color);
}


.betalice-3raxw1 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.betalice-3raxw1 img {
    width: 100%;
    height: 100%;
    /* -o-object-fit: cover;
    object-fit: cover; */
    display: block;
}

.betalice-3raxw1 video {
    position: absolute;
    height: 100%;
    width: auto;
    inset: 0;
    right: unset;
    left: 50%;
    transform: translate(-27%);
}

.betalice-qftlq5 {
    z-index: 1;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 600px;
    height: 100%;
    padding-left: 72px;
}

.betalice-qftlq5 p:nth-child(1) {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: -0.04em;
    color: var(--title-color);
}

.betalice-qftlq5 p:nth-child(2) {
margin-top: 8px;
    font-size: 35px;
    line-height: 1.1;
    letter-spacing: -0.05em;
    font-weight: 900;
    text-transform: uppercase;
    max-width: 500px;
    font-family: "Unbounded", sans-serif;
    word-wrap: break-word;
    color: var(--text-color);
}

.betalice-qftlq5 a {
    margin-top: 24px;
    height: 90px;
    width: 430px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-size: 24px;
    padding: 0 10px;
    border-width: 0 1px;
    border-style: solid;
    border-color: transparent;
    border-radius: 10px;
    text-align: center;
    font-family: "Unbounded", sans-serif;
    letter-spacing: -0.02em;
    line-height: 1;
    text-shadow: 0 1px 0 rgb(255, 255, 255);
    text-transform: uppercase;
    background-color: var(--button-bg-color);
    text-shadow: 0 1px 0 rgb(255, 255, 255);
    color: var(--button-text-color);
}

.betalice-w3xxmf {
    top: 63px;
    z-index: 9;
    position: sticky;
    overflow: hidden;
    max-width: 1920px;
    margin: 0 auto;
    background-color: var(--fh-bg-color);
    padding: 16px 0 8px 20px;
}

.betalice-lgyiqh {
    position: relative;
}

.betalice-lgyiqh::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 60px;
    right: 0;
    top: 0;
    background-image: linear-gradient(270deg, var(--fh-bg-color) 50%, rgba(255, 255, 25, 0) 100%);
}

.betalice-k4amb9 {
    overflow-x: auto;
    padding: 0 20px 8px 0;
}

.betalice-k4amb9::-webkit-scrollbar {
    display: block;
    height: 11px;
}

.betalice-k4amb9::-webkit-scrollbar-thumb {
    background: var(--button-bg-color);
}

.betalice-k4amb9::-webkit-scrollbar-track {
    background: transparent;
}

.betalice-k4amb9 ul {
    display: flex;
    gap: 4px;
    min-width: -moz-max-content;
    min-width: max-content;
    justify-content: center;
}

.betalice-k4amb9 ul li:last-child {
    position: relative;
    z-index: 2;
}

.betalice-k4amb9 ul a {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    gap: 12px;
    min-width: 120px;
    padding: 16px 12px;
    text-transform: uppercase;
    background-color: var(--button-bg-color);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.25);
    border-right: 1px solid var(--border-color);
    border-left: 1px solid var(--border-color);
    border-radius: 8px;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: -0.04em;
    color: var(--button-text-color)
}

.betalice-k4amb9 ul a span {
    position: relative;
}

.betalice-k4amb9 ul a span:nth-child(1) {
    width: 42px;
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.betalice-k4amb9 ul a span:nth-child(1) img {
    width: 100%;
    height: 100%;
}

.betalice-z6zp29 {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.betalice-zea605 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.betalice-zea605:nth-child(3) .betalice-0hrwr1 {
    grid-template-columns: repeat(3, 1fr);
}

.betalice-zea605:nth-child(3) .betalice-fk8m1y {
    aspect-ratio: 614/409;
}

.betalice-dm7qu5 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.betalice-zb2xg8 {
    font-size: 24px;
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: -0.02em;
    font-family: "Unbounded", sans-serif;
    text-transform: uppercase;
}

.betalice-q1huzp {
    display: none;
}

.betalice-zd2dtl {
    display: flex;
    align-items: center;
    gap: 12px;
}

.betalice-zd2dtl p {
    font-size: 12px;
    line-height: 1;
    font-weight: 900;
    font-family: "Unbounded", sans-serif;
    text-transform: uppercase;
    letter-spacing: -0.02em;
    color: var(--button-bg-color);
}

.betalice-6ph9go {
    display: flex;
    align-items: center;
    gap: 1px;
}

.betalice-6ph9go span {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--button-bg-color);
    box-shadow: 0 1px rgba(255, 255, 255, 0.1) inset, 0 1px rgba(0, 0, 0, 0.2) inset, 0 1px rgb(0, 0, 0);
    transition-duration: 0.3s;
    border-radius: 6px;
    border-right: 1px solid linear-gradient(0deg, var(--border-color), var(--border-color)), linear-gradient(238.betalice-77yrb1, var(--border-color) 5%, rgba(73, 73, 73, 0) 76%);
    border-left: 1px solid linear-gradient(0deg, var(--border-color), var(--border-color)), linear-gradient(238.betalice-77yrb1, var(--border-color) 5%, rgba(73, 73, 73, 0) 76%);
}

.betalice-6ph9go span svg-icon-sprite {
    width: 24px;
}

.betalice-6ph9go span svg-icon-sprite svg {
    fill: var(--button-text-color);
}

.betalice-6ph9go span:first-child svg-icon-sprite,
.betalice-6ph9go span:hover svg-icon-sprite {
    width: 24px;
}

.betalice-6ph9go span:first-child svg-icon-sprite svg,
.betalice-6ph9go span:hover svg-icon-sprite svg {
    fill: var(--button-text-color);
}

.betalice-0hrwr1 {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 8px;
}

.betalice-fk8m1y {
    position: relative;
    max-height: 235px;
    max-width: 175px;
    overflow: hidden;
    border: 3px solid var(--border-color);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3px;
}

.betalice-fk8m1y span {
    display: none;
}

.betalice-fk8m1y img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 4px;
}

.betalice-itku2g {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    margin-top: 8px;
    font-size: 14px;
    letter-spacing: -0.04em;
    color: rgb(110, 110, 110);
}

.betalice-mmofap {
    padding: 40px 80px;
    position: relative;
}

.betalice-36uxxm {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.betalice-erdbw5 {
    font-size: 18px;
    line-height: 1.4;
    font-weight: 500;
    color: var(--text-color)
}

.betalice-erdbw5 h1,
.betalice-erdbw5 h2,
.betalice-erdbw5 h3,
.betalice-erdbw5 h4 {
    font-weight: 600;
    color: var(--title-color)
}

.betalice-erdbw5 h1 {
    font-size: 40px;
    margin-bottom: 10px;
}

.betalice-erdbw5 h2 {
    font-size: 35px;
    margin-bottom: 10px;
}

.betalice-erdbw5 h3 {
    font-size: 27px;
    margin-bottom: 10px;
}

.betalice-erdbw5 h4 {
    font-size: 20px;
    margin-bottom: 10px;
}

.betalice-erdbw5 p,
.betalice-erdbw5 .betalice-yy8wwr {
    margin-bottom: 20px;
}

.betalice-erdbw5 ol,
.betalice-erdbw5 ul {
    padding-left: 50px;
    list-style: auto;
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 17px;
}

.betalice-erdbw5 ol p,
.betalice-erdbw5 ul p {
    margin-bottom: 15px;
}

.betalice-erdbw5 ol p:first-child,
.betalice-erdbw5 ul p:first-child {
    font-weight: 900;
}

.betalice-erdbw5 ul {
    list-style: disc;
}

.betalice-erdbw5 h3:last-child,
.betalice-erdbw5 ol:last-child,
.betalice-erdbw5 p:last-child,
.betalice-erdbw5 .betalice-yy8wwr:last-child {
    margin-bottom: 0;
}

.betalice-erdbw5.betalice-b4wbb2 .betalice-r6oyvk {
    margin-bottom: 25px;
}

.betalice-erdbw5.betalice-b4wbb2 .betalice-r6oyvk p,
.betalice-erdbw5.betalice-b4wbb2 .betalice-r6oyvk ol,
.betalice-erdbw5.betalice-b4wbb2 .betalice-r6oyvk ul,
.betalice-erdbw5.betalice-b4wbb2 .betalice-r6oyvk .betalice-yy8wwr {
    margin-bottom: 15px;
}

.betalice-erdbw5.betalice-b4wbb2 .betalice-r6oyvk p:last-child,
.betalice-erdbw5.betalice-b4wbb2 .betalice-r6oyvk ol:last-child,
.betalice-erdbw5.betalice-b4wbb2 .betalice-r6oyvk ul:last-child,
.betalice-erdbw5.betalice-b4wbb2 .betalice-r6oyvk .betalice-yy8wwr:last-child {
    margin-bottom: 0;
}

.betalice-erdbw5.betalice-b4wbb2 .betalice-r6oyvk p:first-child {
    margin-bottom: 15px;
    font-size: 25px;
    font-weight: 900;
}

.betalice-erdbw5.betalice-b4wbb2 .betalice-r6oyvk:last-child {
    margin-bottom: 0;
}

.betalice-erdbw5 table {
    border-collapse: collapse;
    margin-bottom: 17px;
    width: 100%;
}

.betalice-erdbw5 th,
.betalice-erdbw5 td {
    padding: 12px;
    border: 1px solid rgb(255, 255, 255);
    text-align: left;
    font-weight: 500;
}



.betalice-erdbw5 th {
    background: url(../images/general-btn-texture.betalice-0c2x62.svg) repeat-x left center padding-box, linear-gradient(0deg, var(--border-color), var(--border-color)), linear-gradient(238.betalice-77yrb1, var(--border-color) 5%, rgba(64, 64, 64, 0) 76%);
}

footer {
    padding: 32px 0;
    position: relative;
    background-color: var(--fh-bg-color);
    border-top: 1px solid var(--border-color);
}

.betalice-t3yebq {
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding: 0 20px;
}

.betalice-vhj8k8 {
    display: flex;
    justify-content: center;
    gap: 2px;
}

.betalice-vhj8k8 a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    width: 180px;
    gap: 8px;
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
    background: var(--button-bg-color);
    box-shadow: 0 2px rgb(0, 0, 0), 0 2px 0 0 rgba(255, 255, 255, 0.25) inset, 0 -2px 0 0 rgba(0, 0, 0, 0.25);
    font-family: "Unbounded", sans-serif;
    letter-spacing: -0.02em;
    line-height: 1;
    text-transform: uppercase;
    border-right: 1px solid var(--border-color);
    border-left: 1px solid var(--border-color);
    border-radius: 8px;
    text-shadow: 0 1px 0 rgb(0, 0, 0);
    color: var(--button-text-color);
}

.betalice-vhj8k8 a svg-icon-sprite {
    width: 20px;
}

.betalice-vhj8k8 a svg-icon-sprite svg {
    fill: var(--button-bg-color);
}

.betalice-vhj8k8 a img {
    width: 20px;
    aspect-ratio: 1/1;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
}

.betalice-cqi179 {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 40px;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    letter-spacing: -0.03em;
    text-transform: capitalize;
}

.betalice-cqi179 ul {
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 16px;
    display: flex;
    flex-direction: column;
    color: var(--footer-text-color)
}

.betalice-n1l9c8 {
    font-size: 12px;
    line-height: 1.2;
    font-weight: 900;
    text-transform: uppercase;
    font-family: "Unbounded", sans-serif;
    letter-spacing: -0.02em;
    color: var(--title-color);
}

.betalice-8lux0z {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.betalice-8lux0z:nth-child(2) {
    margin-top: 60px;
}

.betalice-r3njm4 {
    display: flex;
    justify-content: center;
    gap: 1px;
}

.betalice-r3njm4 a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    width: 92px;
    height: 36px;
    padding: 6px;
    border-radius: 32px;
    color: var(--button-text-color);
    background: var(--button-bg-color);
    font-weight: 400;
    line-height: 1.2;
    font-size: 12px;
}

.betalice-r3njm4 a:last-child {
    width: 80px;
}

.betalice-r3njm4 a svg-icon-sprite {
    width: 12px;
}

.betalice-r3njm4 a svg-icon-sprite svg {
    fill: var(--button-bg-color);
}

.betalice-r3njm4 a img {
    width: 80px;
}

.betalice-vfnm4d {
    display: flex;
    justify-content: center;
    align-items: center;
}

.betalice-vfnm4d img {
    width: 40px;
}

.betalice-qcet1q {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    gap: 16px;
    color: rgb(110, 110, 110);
    font-size: 12px;
    line-height: 1.4;
    font-weight: 400;
}

@media (max-width: 1919px) {
    .betalice-0hrwr1 {
        grid-template-columns: repeat(7, 1fr);
    }
    .betalice-rb9l95:nth-child(n+8) {
        display: none;
    }
    .betalice-90uarz {
        aspect-ratio: 1304/450;
    }
    .betalice-qftlq5 {
        width: 510px;
    }
    .betalice-qftlq5 p:nth-child(2) {
        font-size: 30px;
    }
}

@media (max-width: 1279px) {
    .betalice-w86r8g {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 24px;
        height: 24px;
    }
    .betalice-w86r8g svg-icon-sprite {
        width: 100%;
    }
    .betalice-w86r8g span {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
    }
    .betalice-w86r8g span:nth-child(2) {
        display: none;
    }
    .betalice-w86r8g.betalice-bx7ywj span:nth-child(1) {
        display: none;
    }
    .betalice-w86r8g.betalice-bx7ywj span:nth-child(2) {
        display: flex;
    }
    .betalice-sih6oz {
        display: none;
    }
    .betalice-lmtfnk {
        width: 96px;
    }
    .betalice-yc21di {
        display: none;
    }
    header {
        height: 60px;
    }
    .betalice-r3m7ey {
        width: 420px;
        left: -420px;
        transition-duration: 0.3s;
        top: 60px;
        height: calc(100vh - 60px);
    }
    .betalice-r3m7ey.betalice-bx7ywj {
        left: 0;
        width: 420px;
    }
    .betalice-r3m7ey.betalice-bx7ywj .betalice-o3x9t2 a::after {
        display: block;
    }
    .betalice-r3m7ey.betalice-bx7ywj .betalice-o3x9t2 a span:nth-child(2) {
        display: block;
    }
    .betalice-r3m7ey.betalice-bx7ywj .betalice-hlp0la {
        grid-template-columns: repeat(2, 1fr);
    }
    .betalice-r3m7ey.betalice-bx7ywj .betalice-hlp0la a span {
        display: block;
    }
    .betalice-r3m7ey .betalice-yc21di {
        display: flex;
        width: 100%;
    }
    .betalice-poxbpp {
        padding-left: 0;
        position: relative;
    }
    .betalice-poxbpp.betalice-bx7ywj {
        padding-left: 0;
    }
    .betalice-poxbpp.betalice-bx7ywj::before {
        opacity: 1;
    }
    .betalice-poxbpp::before {
        content: "";
        pointer-events: none;
        z-index: 50;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        transition-duration: 0.3s;
        left: 0;
        background: rgba(26, 26, 26, 0.85);
        opacity: 0;
    }
    .betalice-0hrwr1 {
        grid-template-columns: repeat(6, 1fr);
    }
    .betalice-rb9l95:nth-child(n+7) {
        display: none;
    }
    .betalice-6ph9go {
        display: none;
    }
    .betalice-cqi179 {
        grid-template-columns: repeat(4, 1fr);
    }
    .betalice-3ovgo4:nth-child(n+5) {
        display: none;
    }
    .betalice-mmofap {
        padding: 40px 0px;
    }
    .betalice-t3yebq {
        padding: 0;
    }
    .betalice-90uarz {
        aspect-ratio: 768/250;
    }
    .betalice-3raxw1 video {
        display: none;
    }
    .betalice-qftlq5 {
        padding-left: 20px;
        width: 410px;
    }
    .betalice-qftlq5 p:nth-child(1) {
        font-size: 16px;
    }
    .betalice-qftlq5 p:nth-child(2) {
        font-size: 28px;
    }
    .betalice-qftlq5 a {
        width: 400px;
    }
    .betalice-w3xxmf {
        top: 59px;
        padding: 8px 0 4px 20px;
    }
    .betalice-k4amb9 {
        padding: 0 20px 4px 0;
    }
    .betalice-k4amb9::-webkit-scrollbar {
        height: 5px;
    }
    .betalice-k4amb9 ul a {
        flex-direction: row;
        padding: 11px 16px;
        min-width: auto;
        gap: 8px;
    }
    .betalice-k4amb9 ul a span:nth-child(1) {
        width: 30px;
    }
    .betalice-lgyiqh::after {
        display: none;
    }
    .betalice-zb2xg8 {
        font-size: 20px;
    }
    .betalice-uuayae {
        padding: 12px 20px 32px;
    }
    .betalice-r3m7ey .betalice-yc21di {
        margin-bottom: 8px;
    }
}

@media (max-width: 767px) {
    .betalice-r3m7ey {
        width: 100%;
        left: -100%;
    }
    .betalice-r3m7ey.betalice-bx7ywj {
        width: 100%;
    }
    .betalice-0hrwr1 {
        grid-template-columns: repeat(3, 1fr);
    }
    .betalice-rb9l95:nth-child(n+7) {
        display: none;
    }
    .betalice-erdbw5 ol,
    .betalice-erdbw5 ul {
        padding-left: 30px;
    }
    .betalice-erdbw5 {
        font-size: 16px;
    }
    .betalice-yy8wwr th,
    .betalice-yy8wwr td {
        padding: 8px;
    }
    .betalice-cqi179 {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px 20px;
        padding: 0 30px;
    }
    .betalice-vhj8k8 {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    .betalice-vhj8k8 a {
        width: 100%;
    }
    .betalice-r3njm4 {
        flex-wrap: wrap;
    }
    .betalice-zea605:nth-child(3) .betalice-0hrwr1 {
        grid-template-columns: repeat(1, 1fr);
    }
    .betalice-90uarz {
        aspect-ratio: 375/710;
        padding-bottom: 20px;
    }
    .betalice-90uarz:before {
        height: 70%;
        width: 100%;
        bottom: 0;
        left: 0;
    }
    .betalice-3raxw1 {
        /* height: 258px; */
    }
    .betalice-qftlq5 {
        padding: 0px 20px;
        width: 100%;
        justify-content: flex-end;
        align-items: center;
        text-align: center;
    }
    .betalice-qftlq5 p:nth-child(2) {
        margin-top: 4px;
        font-size: 24px;
    }
    .betalice-qftlq5 a {
        width: 100%;
        height: 80px;
        margin-top: 8px;
    }
    .betalice-1bqr47 {
        gap: 15px;
    }
    .betalice-v5sgaw {
        height: 55px;
        padding: 0 8px;
        font-size: 12px;
    }
    header .betalice-j1houh {
        width: 100%;
        margin: 0 auto;
        padding: 0 2px 0 10px;
        max-width: 1920px;
    }
}

@media (max-width: 370px) {
    .betalice-v5sgaw {
        padding: 0 4px;
        font-size: 10px;
    }
    .betalice-uuayae {
        padding: 12px 12px 32px;
    }
}

@media (max-width: 569px) {
    .betalice-erdbw5 th, .betalice-erdbw5 td {
       padding: 6px 3px;
        font-size: 10px;
        max-width: 60px;
    }
}

.betalice-qftlq5 p {
    text-shadow: 0 0 20px black;
}

.betalice-mmofap img {
    max-width: 100%;
    display: block;
    margin: 17px auto;
}

.betalice-5meax4 {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 350px;
  width: 100%;
  height: 60px;
  font-size: 18px;
  font-weight: 600;
  color: var(--button-text-color);
  cursor: pointer;
  text-align: center;
  border-radius: 6px;
  text-decoration: none;
  background: var(--button-bg-color);
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial;
  margin: 25px auto;
}

/* contanct form */
.betalice-hpwpea {
  background: var(--fh-bg-color);
  padding: 2rem;
  border-radius: 12px;
  box-shadow: -2px 1px 8px 5px rgba(0, 0, 0, 0.1);
  max-width: 800px;
  margin: 50px auto;
}

.betalice-hpwpea label {
  font-size: 14px;
}

.betalice-hpwpea h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.betalice-hpwpea input,
.betalice-hpwpea textarea,
.betalice-hpwpea button {
  width: 100%;
  padding: 10px;
  margin-top:5px;
  margin-bottom: 15px;
  border-radius: 8px;
  border: 1px solid #ccc;
  background-color: var(--main-theme-color);
  font-size: 1rem;
}
.betalice-hpwpea button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.betalice-p51jad ease;
}
.betalice-hpwpea button:hover {
  background-color: #691204;
}
.betalice-aytftf {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.betalice-rsbruo ease-in;
}

.betalice-aytftf h2 {
  color: green;
  font-weight: 500;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

aside {
    font-size: 14px;
}
/* brandauto-contrast-fix v1 */
:root {
  --footer-menu-color: #ece7dc;
  --updated-block-color: #ece7dc;
  --rate-counter-bg: #1e1e1e;
  --rate-counter-bg-top: #2a2a2a;
}
.betalice-sg468b, .betalice-uh8ou5, [class*="review-card"],
thead, thead th, table th, .betalice-g05to3,
.betalice-a5donu, [class*="collapsible-header"],
.betalice-e6vffh, [class*="updated-block"] {
  color: #ece7dc !important;
}
