
@import url("../mercury/style.css");

body {
    overflow: initial;
}

.space-box {
    background-color: #07011e;
}

.peort {
    padding: 20px;
}

.peort-ins {
    padding-top: 0;
}

@media screen and (max-width: 479px) {
    .main .peort-ins {
        padding-top: 0;
    }
}

.marosh-pg-ko {
    color: #ffffff;
}

.space-page-wrapper {
    max-width: 100%;
    padding: 0;
    margin: 0;
}

h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #ffffff;
}

.marosh-pg-ko-wrap {
    margin: 0;
}

.space-title-box {
    background-color: transparent;
}

.space-title-box-h1 h1 {
    color: #ffffff;
}

.tobler td, .tobler th {
    border: 1px solid rgb(255 255 255 / 40%);
}

.tobler thead tr {
    background-color: #010e1c;
}

.tobler thead {
    border-bottom: none;
}

.marosh-pg-ko table {
    width: auto;
}

.big-table table {
    min-width: 1000px;
}

.tobler.aligncenter {
    display: block;
    width: 100%;
}

.tobler.aligncenter table {
    margin: 0 auto;
}

.sn-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.header {
    background-color: #010e1c;
    padding: 20px 0;
    position: sticky;
    top: 0;
    z-index: 1;
}

.golfot-block {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px 0 30px;
}

@media (max-width: 767px) {
    .golfot-block {
        padding: 0 20px;
    }
}

.btn-search {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    padding: 4px;
    border-radius: 50%;
    border: none;
    background-color: #ffffff;
    cursor: pointer;
    transition: all 0.3s;
}

@media (max-width: 575px) {
    .btn-search {
        width: 30px;
        height: 30px;
    }
}

.btn-search:hover {
    background-color: #123031;
    color: #ffffff;
}

.btn-search:hover svg path {
    fill: #ffffff;
}

.btn-search svg {
    width: 20px;
    height: 20px;
}

@media (max-width: 575px) {
    .btn-search svg {
        width: 15px;
        height: 15px;
    }
}

.user-menu .dovoli-re a {
    display: block;
    border-radius: 20px;
    color: #000000;
    font-size: 14px;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #55fffe;
    /*animation: glowing 1800ms infinite;*/
}

@media (max-width: 575px) {
    .user-menu .dovoli-re a {
        font-size: 12px;
        padding: 7px 14px;
    }
}

@-webkit-keyframes glowing {
    0% { background-color: #123031; -webkit-box-shadow: 0 0 3px #123031; }
    50% { background-color: #7158e2; -webkit-box-shadow: 0 0 15px #7158e2; }
    100% { background-color: #123031; -webkit-box-shadow: 0 0 3px #123031; }
}
@keyframes glowing {
    0% { background-color: #123031; box-shadow: 0 0 3px #123031; }
    50% { background-color: #7158e2; box-shadow: 0 0 15px #7158e2; }
    100% { background-color: #123031; box-shadow: 0 0 3px #123031; }
}

.golfot-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
    .golfot-center {
        position: static;
        transform: translate(0, 0);
        padding-top: 4px;
    }
}

.golfot-center img {
    display: block;
}

@media (max-width: 575px) {
    .golfot-center img {
        max-width: 114px;
    }
}

.main {
    display: flex;
    flex-wrap: wrap;
}

.sidebar {
    position: sticky;
    top: 80px;
    width: 250px;
    height: 100vh;
    padding: 10px;
    background-color: #010e1c;
    color: #fff;
}

@media (max-width: 991px) {
    .sidebar {
        position: fixed;
        left: 0;
        bottom: 0;
        height: auto;
        top: auto;
        width: 100%;
        z-index: 1;
    }
}

.full {
    width: calc(100% - 250px);
}

@media (max-width: 991px) {
    .full {
        width: 100%;
    }
}

.main-menu {
    border-bottom: 1px solid rgb(255 255 255 / 40%);
}

@media (max-width: 991px) {
    .main-menu {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        border-bottom: none;
    }
}

.main-menu .dovoli-re a {
    display: flex;
    color: #a5a5a5;
    padding: 15px 20px;
    border-radius: 5px;
    transition: all 0.3s;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    font-size: 14px;
}

@media (max-width: 991px) {
    .main-menu .dovoli-re a {
        font-size: 0;
    }
}

.main-menu .dovoli-re a:hover {
    background-color: #123031;
    color: #ffffff;
}

.main-menu .dovoli-re a svg {
    width: 22px;
    height: auto;
    display: block;
    margin-right: 15px;
}


@media (max-width: 991px) {
    .main-menu .dovoli-re a svg {
        margin-right: 0;
    }
}

.main-menu .dovoli-re a svg path {
    transition: all 0.3s;
}

.main-menu .dovoli-re a:hover svg path {
    fill: #ffffff !important;
}

.main-menu .dovoli-re.current-dovoli-re a {
    background-color: #123031;
    color: #ffffff;
}

.main-menu .dovoli-re.current-dovoli-re a svg path {
    fill: #ffffff !important;
}

.btn-border {
    border-bottom: 1px solid rgb(255 255 255 / 40%);
}

@media (max-width: 991px) {
    .btn-border {
        border: none;
    }
}

.qwas {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    margin-bottom: 30px;
}

@media (max-width: 991px) {
    .qwas {
        margin: -20px -20px 20px;
    }
}

.qwas__block {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-direction: column;
    padding: 30px;
}

.qwas__img {
    width: 100%;
    transform-origin: right;
    animation: qwas-animation 4s infinite ease-in-out
}

@keyframes qwas-animation {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }

    to {
        transform: scale(1);
    }
}

.qwas__title {
    font-size: 47px;
    text-transform: uppercase;
}

@media (max-width: 1199px) {
    .qwas__title {
        font-size: 40px;
    }
}

@media (max-width: 767px) {
    .qwas__title {
        font-size: 32px;
    }
}

@media (max-width: 575px) {
    .qwas__title {
        font-size: 17px;
    }
}

.qwas__btn {
    padding: 20px;
    margin-top: 20px;
    background-color: #55fffe;
    color: #000000;
    border-radius: 50px;
    font-size: 20px;
    min-width: 200px;
    text-align: center;
    transition: all 0.3s;
}

@media (max-width: 767px) {
    .qwas__btn {
        padding: 15px;
        font-size: 17px;
        min-width: 176px;
    }
}

@media (max-width: 575px) {
    .qwas__btn {
        padding: 10px;
        font-size: 14px;
        min-width: 154px;
        margin-top: 15px;
    }
}

.qwas__btn:hover {
    box-shadow: 0 0 15px #55fffe;
}

.footer {
    background-color: #000000;
    padding: 40px 0;
}

.pofer__block {
    display: flex;
    flex-wrap: wrap;
}

.pofer__providers {
    width: 50%;
    margin-bottom: 30px;
}

@media (max-width: 1199px) {
    .pofer__providers {
        width: 44%;
    }
}

@media (max-width: 991px) {
    .pofer__providers {
        width: 100%;
    }
}

.pofer__providers-list {
    display: grid;
    grid-gap: 30px;
    grid-auto-rows: auto;
    grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 991px) {
    .pofer__providers-list {
        grid-template-columns: repeat(6, 1fr);
    }
}

@media (max-width: 575px) {
    .pofer__providers-list {
        grid-template-columns: repeat(3, 1fr);
    }
}

.pofer__providers-item-url-logo {
    width: 100%;
}

.pofer__title {
    font-size: 24px;
    color: #ffffff;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 20px;
}

.pofer__menu {
    width: 25%;
    padding-left: 40px;
}

@media (max-width: 1199px) {
    .pofer__menu {
        width: 28%;
    }
}

@media (max-width: 991px) {
    .pofer__menu {
        width: 30%;
        padding: 0 40px 0 0;
    }
}

@media (max-width: 767px) {
    .pofer__menu {
        width: 34%;
    }
}

@media (max-width: 575px) {
    .pofer__menu {
        width: 100%;
        padding: 0;
    }
}

.pofer__menu-list .dovoli-re {
    margin-bottom: 15px;
}

.pofer__menu-list .dovoli-re a {
    display: block;
    font-size: 16px;
    color: #ffffff;
    line-height: 26px;
    transition: all 0.3s;
}

.pofer__menu-list .dovoli-re a:hover {
    color: #123031;
}

.pofer__payments {
    width: 50%;
}

@media (max-width: 991px) {
    .pofer__payments {
        width: 40%;
    }
}

@media (max-width: 767px) {
    .pofer__payments {
        width: 32%;
    }
}

@media (max-width: 575px) {
    .pofer__payments {
        width: 100%;
    }
}

.pofer__payments-list {
    display: grid;
    grid-gap: 30px;
    grid-auto-rows: auto;
    grid-template-columns: repeat(4, 1fr);
}

.pofer__payments-item-url-logo {
    width: 100%;
}

.app {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-left: 20px;
}

@media (max-width: 991px) {
    .app {
        width: 100%;
        padding: 20px 0 0 0;
    }
}

.app__list {
    display: flex;
    flex-wrap: wrap;
}

.app__list-item {
    margin-left: 20px;
}

@media (max-width: 991px) {
    .app__list-item {
        margin: 0 20px 0 0;
    }
}

@media (max-width: 575px) {
    .app__list-item {
        margin: 0 15px 0 0;
    }
}


/* FAQ */
.schema-faq {
    padding-top: 10px;
}

.schema-faq-question {
    display: block;
    padding: 20px 55px 20px 60px;
    color: #ffffff;
    background-color: #010e1c;
    border: 1px solid #010e1c;
    font-size: 18px;
    position: relative;
    border-radius: 40px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s;
}

@media (max-width: 575px) {
    .schema-faq-question {
        font-size: 14px;
        padding: 15px 55px 15px 60px;
    }
}

.schema-faq-question:before {
    content: "";
    width: 24px;
    height: 24px;
    background-image: url("img/question-mark.svg");
    background-repeat: no-repeat;
    background-color: #fff;
    position: absolute;
    border-radius: 20px;
    left: 20px;
    top: 50%;
    margin-top: -12px;
    background-size: 13px;
    background-position: center center;
    transition: all 0.3s;
}

.schema-faq-section__active .schema-faq-question:before {
    background-image: url("img/question-mark-active.svg");
    background-color: #010e1c;
}

.schema-faq-question:after {
    content: "";
    width: 24px;
    height: 24px;
    background-image: url("img/thin-chevron-round-bottom-icon.svg");
    background-repeat: no-repeat;
    position: absolute;
    border-radius: 20px;
    right: 20px;
    top: 50%;
    margin-top: -12px;
    background-size: 100%;
    background-position: center center;
    transform: rotate(0deg);
    transition: all 0.3s;
}

.schema-faq-section__active .schema-faq-question:after {
    background-image: url("img/thin-chevron-round-bottom-icon-active.svg");
    transform: rotate(180deg);
}

.schema-faq-section {
    overflow: hidden;
    margin-bottom: 20px;
}

.schema-faq-answer {
    padding: 0 20px;
    max-height: 0;
    overflow: hidden;
    will-change: max-height;
    transition: all 0.25s ease-out;
    color: #ffffff;
    opacity: 0;
}

@media (max-width: 575px) {
    .schema-faq-answer {
        font-size: 14px;
    }
}

.schema-faq-section__active .schema-faq-question {
    background-color: #ffffff;
    color: #010e1c;
    border-color: #ffffff;
}

.schema-faq-section__active .schema-faq-answer {
    padding: 20px;
    opacity: 1;
}
/* FAQ */

#scrolltop {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#scrolltop svg {
    width: 30px;
    height: auto;
}


@media (max-width: 991px) {
    #scrolltop.show {
        bottom: 80px;
    }
}