@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap");
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, button, input, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

fieldset, img {
    border: 0;
}

img, object, embed {
    vertical-align: bottom;
}

address, caption, cite, code, dfn, em, th, var {
    font-style: normal;
    font-weight: normal;
}

ol, ul {
    list-style: none;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}

q:before, q:after {
    content: '';
}

a * {
    cursor: pointer;
}

input, textarea {
    outline: none;
}

input,
button {
    background-color: transparent;
    border: none;
    outline: none;
    font-family: inherit;
}

button {
    cursor: pointer;
}

@font-face {
    font-family: "Ico Moon";
    src: url("../fonts/icomoon.eot");
    src: url("../fonts/icomoon.eot?#iefix") format("embedded-opentype"), url("../fonts/icomoon.woff") format("woff"), url("../fonts/icomoon.ttf") format("truetype"), url("../fonts/icomoon.svg#Ico Moon") format("svg");
    font-weight: normal;
    font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    @font-face {
        font-family: "Ico Moon";
        src: url("../fonts/icomoon.svg#Ico Moon") format("svg");
    }
}

html {
    height: 100%;
    min-width: 320px;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    scroll-behavior: smooth;
}

body {
    font: 14px/1.4 "Inter", sans-serif;
    font-weight: 400;
    height: 100%;
    min-width: 320px;
    position: relative;
    color: #000;
    background: #F5F5F5;
    text-rendering: optimizeSpeed;
    -webkit-font-smoothing: antialiased;
}

body.scroll-locked {
    height: 100%;
    overflow: hidden;
    position: fixed;
    width: 100%;
}

.svg-icon {
    display: inline-block;
    vertical-align: top;
    width: 1em;
    height: 1em;
}

a {
    color: #2600ff;
    text-decoration: none;
}

.sticky-message {
    position: fixed;
    right: 16px;
    bottom: 16px;
    margin: -2px;
    transition: bottom .2s;
    z-index: 10;
}

@media screen and (max-width: 991px) {
    .sticky-message {
        right: 12px;
        bottom: 12px;
    }
}

.sticky-message .item {
    padding: 2px;
}

.sticky-message a {
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
    height: 36px;
    width: 36px;
    background: #B9A074;
    border-radius: 100%;
    font-size: 12px;
    color: #282A30;
    transform: scale(1);
    transition: transform .2s, background .2s;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (min-width: 1025px) {
    .sticky-message a:hover {
        background: #9B8256;
        transform: scale(1.05);
    }
}

input {
    outline: none;
    -webkit-appearance: none;
    border-radius: 0;
}

button,
textarea,
input {
    font-size: inherit;
}

* {
    outline: none;
}

* {
    box-sizing: border-box;
}

*:before, *:after {
    box-sizing: border-box;
}

* ::-moz-selection {
    background: #2600ff;
    color: #fff;
}

* ::selection {
    background: #2600ff;
    color: #fff;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #87898E;
}

input:-moz-placeholder, textarea:-moz-placeholder {
    color: #87898E;
    opacity: 1;
}

input::-moz-placeholder, textarea::-moz-placeholder {
    color: #87898E;
    opacity: 1;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #87898E;
}

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
    color: transparent;
}

input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
    color: transparent;
}

input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
    color: transparent;
}

input.placeholder, textarea.placeholder {
    color: #87898E !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #F5F5F5 inset !important;
}

.wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
}

.section {
    margin: 24px 0;
}

@media screen and (max-width: 568px) {
    .section {
        margin: 16px 0;
    }
}

.section.second {
    background: #EAEAEA;
    margin-bottom: 0;
}

.container {
    margin: 0 auto;
    max-width: 1240px;
    padding: 0 40px;
    width: 100%;
}

@media screen and (max-width: 991px) {
    .container {
        padding: 0 16px;
    }
}

.mimas {
    position: relative;
    overflow: hidden;
    font-size: 14px;
    z-index: 2;
    will-change: transform;
}

.mimas::before {
    overflow: hidden;
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: 120%;
    left: -10%;
    transform: skew(30deg);
    overflow: hidden;
    transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
}

@media screen and (min-width: 1025px) {
    .mimas:hover::before {
        transform: translate3d(100%, 0, 0);
    }
}

.mimas span,
.mimas i {
    position: relative;
}

.breadcrumbs {
    margin: -3px -3px 10px;
    text-overflow: unset;
    overflow: hidden;
    overflow-x: auto;
    white-space: nowrap;
}

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

.item-breadcrumbs {
    display: inline;
    color: #282A30;
    padding: 3px;
    font-size: 12px;
}

.item-breadcrumbs:first-child {
    margin-left: 0;
}

.item-breadcrumbs a {
    color: #87898E;
}

@media screen and (min-width: 1025px) {
    .item-breadcrumbs a:hover {
        color: #B9A074;
    }
}

.item-breadcrumbs i {
    font-size: 8px;
}

.tooltip-wrap {
    position: relative;
    z-index: 2;
}

.tooltip-wrap.show::before, .tooltip-wrap.show::after {
    visibility: visible;
    opacity: 1;
}

.tooltip-wrap.inactive .balance-btn {
    opacity: .5;
    pointer-events: none;
}

.tooltip-wrap.second {
    display: inline-flex;
    vertical-align: baseline;
    margin-left: 6px;
}

@media screen and (min-width: 1025px) {
    .tooltip-wrap.second:hover::before, .tooltip-wrap.second:hover::after {
        visibility: visible;
        opacity: 1;
    }
}

.tooltip-wrap i {
    cursor: pointer;
}

[data-tooltip]:before, [data-tooltip]:after,
[data-tooltip-info]:before,
[data-tooltip-info]:after {
    visibility: hidden;
    opacity: 0;
    transition: opacity .2s, visibility .2s;
    pointer-events: none;
}

[data-tooltip]:before,
[data-tooltip-info]:before {
    position: absolute;
    bottom: calc(100% + 12px);
    margin-bottom: 5px;
    padding: 12px;
    width: 100%;
    max-width: 264px;
    border-radius: 16px;
    background-color: #282A30;
    color: #fff;
    content: attr(data-tooltip);
    font-size: 14px;
    line-height: 1.4;
    overflow: hidden;
}

[data-tooltip]:after,
[data-tooltip-info]:after {
    position: absolute;
    bottom: calc(100% + 12px);
    will-change: transform;
    transform: rotate(-135deg);
    width: 0;
    height: 0;
    border: 6px solid;
    border-color: #282A30 transparent transparent #282A30;
    border-radius: 2px;
    content: "";
}

[data-tooltip-info]::before {
    content: attr(data-tooltip-info);
    min-width: 300px;
    left: -15px;
}

@media screen and (max-width: 480px) {
    [data-tooltip-info]::before {
        left: -100%;
        min-width: 180px;
        font-size: 12px;
        padding: 8px;
    }
}

[data-tooltip-info]::after {
    left: 2px;
}

@media screen and (min-width: 1025px) {
    [data-tooltip]:hover::before, [data-tooltip]:hover::after {
        visibility: visible;
        opacity: 1;
    }
}

[data-tooltip]:before {
    right: 0;
}

[data-tooltip]:after {
    right: 18px;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'Ico Moon' !important;
    font-size: 12px;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-trash:before {
    content: "\e951";
}

.icon-copy:before {
    content: "\e950";
}

.icon-circle-arrow:before {
    content: "\e94f";
}

.icon-escort:before {
    content: "\e921";
}

.icon-token:before {
    content: "\e939";
}

.icon-document-banner:before {
    content: "\e94e";
}

.icon-circle-clock:before {
    content: "\e94d";
}

.icon-visible:before {
    content: "\e94c";
}

.icon-player:before {
    content: "\e94b";
}

.icon-instagram:before {
    content: "\e94a";
}

.icon-sort:before {
    content: "\e949";
}

.icon-clock:before {
    content: "\e948";
}

.icon-girl:before {
    content: "\e93b";
}

.icon-caledar-date:before {
    content: "\e92e";
}

.icon-gallery:before {
    content: "\e92d";
}

.icon-right-arrow:before {
    content: "\e946";
}

.icon-left-arrow:before {
    content: "\e947";
}

.icon-ban:before {
    content: "\e900";
}

.icon-banner:before {
    content: "\e901";
}

.icon-text:before {
    content: "\e902";
}

.icon-link:before {
    content: "\e903";
}

.icon-check-circle:before {
    content: "\e904";
}

.icon-carousel:before {
    content: "\e905";
}

.icon-download:before {
    content: "\e906";
}

.icon-file:before {
    content: "\e907";
}

.icon-clock-circle:before {
    content: "\e908";
}

.icon-ad-check:before {
    content: "\e909";
}

.icon-ad:before {
    content: "\e90a";
}

.icon-advertisement:before {
    content: "\e90b";
}

.icon-arriw-left:before {
    content: "\e90c";
}

.icon-arrow-down:before {
    content: "\e90d";
}

.icon-arrow-right:before {
    content: "\e90e";
}

.icon-basket:before {
    content: "\e90f";
}

.icon-business:before {
    content: "\e910";
}

.icon-buy-circle:before {
    content: "\e911";
}

.icon-buy:before {
    content: "\e912";
}

.icon-calendar:before {
    content: "\e913";
}

.icon-call:before {
    content: "\e914";
}

.icon-card:before {
    content: "\e915";
}

.icon-category:before {
    content: "\e916";
}

.icon-check:before {
    content: "\e917";
}

.icon-checkbox:before {
    content: "\e918";
}

.icon-circle:before {
    content: "\e919";
}

.icon-close:before {
    content: "\e91a";
}

.icon-congratulation:before {
    content: "\e91b";
}

.icon-document-check:before {
    content: "\e91c";
}

.icon-document:before {
    content: "\e91d";
}

.icon-done:before {
    content: "\e91e";
}

.icon-exit:before {
    content: "\e91f";
}

.icon-filter:before {
    content: "\e920";
}

.icon-heart:before {
    content: "\e922";
}

.icon-keys:before {
    content: "\e923";
}

.icon-live:before {
    content: "\e924";
}

.icon-mail:before {
    content: "\e925";
}

.icon-massage:before {
    content: "\e926";
}

.icon-menu-list:before {
    content: "\e927";
}

.icon-menu:before {
    content: "\e928";
}

.icon-message:before {
    content: "\e929";
}

.icon-minus:before {
    content: "\e92a";
}

.icon-name:before {
    content: "\e92b";
}

.icon-no-visible:before {
    content: "\e92c";
}

.icon-notice:before {
    content: "\e92f";
}

.icon-pencil:before {
    content: "\e930";
}

.icon-phone:before {
    content: "\e931";
}

.icon-pin:before {
    content: "\e932";
}

.icon-planet:before {
    content: "\e933";
}

.icon-plus:before {
    content: "\e934";
}

.icon-question-circle:before {
    content: "\e935";
}

.icon-questions:before {
    content: "\e936";
}

.icon-search:before {
    content: "\e937";
}

.icon-sex-shop:before {
    content: "\e938";
}

.icon-star-active:before {
    content: "\e93a";
}

.icon-star:before {
    content: "\e93c";
}

.icon-stats:before {
    content: "\e93d";
}

.icon-strip:before {
    content: "\e93e";
}

.icon-support:before {
    content: "\e93f";
}

.icon-telegram:before {
    content: "\e940";
}

.icon-time-balance:before {
    content: "\e941";
}

.icon-time:before {
    content: "\e942";
}

.icon-transfer:before {
    content: "\e943";
}

.icon-user:before {
    content: "\e944";
}

.icon-wallet:before {
    content: "\e945";
}

.stretch {
    height: 100%;
}

.header {
    flex-shrink: 0;
    flex-grow: 0;
}

@media screen and (max-width: 860px) {
    .header.open-navigation .header-mobile-navigation {
        opacity: 1;
        transform: translate3d(0, 0, 0);
        visibility: visible;
    }
    .header.open-navigation .mask {
        opacity: 1;
        visibility: visible;
    }
    .header.open-navigation .header-button i {
        font-size: 12px;
    }
    .header.open-navigation .header-button i::before {
        content: "\e91a";
    }
}

.header-holder {
    background: #282A30;
}

.header-holder .wrapped {
    padding: 12px 0;
    display: flex;
    align-items: center;
}

@media screen and (max-width: 768px) {
    .header-holder .wrapped {
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 480px) {
    .header-holder .wrapped {
        padding: 13px 0;
    }
}

.header-nav {
    background: #363941;
    padding: 12px 0;
}

@media screen and (max-width: 768px) {
    .header-nav {
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 99;
        overflow-x: scroll;
        width: 100%;
        white-space: nowrap;
        padding: 0;
    }
    .header-nav.top {
        bottom: auto;
        top: 0;
    }
    .header-nav .container {
        padding: 0;
    }
}

@media screen and (max-width: 768px) {
    .header-nav-list {
        position: relative;
        display: flex;
        padding: 4px 0;
        min-height: 70px;
        overflow: hidden;
    }
}

@media screen and (max-width: 480px) {
    .header-nav-list {
        min-height: 60px;
        padding: 2px 0;
    }
}

.header-nav-list .list {
    margin: 0 auto;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: space-between;
    overflow: auto;
    padding: 5px 15px 5px 0;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

@media screen and (max-width: 768px) {
    .header-nav-list .list {
        justify-content: normal;
        margin: 0;
        width: 100%;
    }
}

.header-nav-list .list::-webkit-scrollbar, .header-nav-list .list::-webkit-scrollbar-thumb {
    display: none;
}

.header-nav-list .item {
    position: relative;
    display: flex;
    justify-content: center;
    margin-right: 10px;
    white-space: nowrap;
}

@media screen and (max-width: 768px) {
    .header-nav-list .item {
        padding: 0 12px;
    }
    .header-nav-list .item:first-child {
        padding-left: 24px;
    }
    .header-nav-list .item:last-child {
        padding-right: 24px;
    }
}

.header-nav-list .link {
    display: flex;
    align-items: center;
    color: #fff;
}

@media screen and (min-width: 1025px) {
    .header-nav-list .link:hover {
        color: #B9A074;
    }
}

@media screen and (max-width: 992px) {
    .header-nav-list .link {
        font-size: 12px;
    }
}

@media screen and (max-width: 860px) {
    .header-nav-list .link {
        flex-direction: column;
    }
}

.header-nav-list .text {
    margin-left: 8px;
}

@media screen and (max-width: 860px) {
    .header-nav-list .text {
        margin: 8px 0 0;
    }
}

@media screen and (max-width: 480px) {
    .header-nav-list .text {
        margin: 4px 0 0;
    }
}

.header-nav-list i {
    font-size: 20px;
    line-height: 1.2;
}

@media screen and (max-width: 860px) {
    .header-nav-list i {
        font-size: 22px;
    }
}

@media screen and (max-width: 480px) {
    .header-nav-list i {
        font-size: 20px;
    }
}

.header-nav-list i.icon-right-arrow,
.header-nav-list i.icon-left-arrow {
    font-size: 10px;
    display: flex;
    align-items: center;
}

.slide-navigation-prev,
.slide-navigation-next {
    position: absolute;
    top: 0;
    bottom: 0;
    opacity: .9;
    background: #B9A074;
    z-index: 2;
    cursor: pointer;
    padding: 0 10px;
    display: none;
}

@media screen and (max-width: 768px) {
    .slide-navigation-prev,
    .slide-navigation-next {
        display: flex;
    }
    .slide-navigation-prev.hidden,
    .slide-navigation-next.hidden {
        display: none;
    }
}

.slide-navigation-prev .icon,
.slide-navigation-next .icon {
    display: none;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

@media screen and (max-width: 768px) {
    .slide-navigation-prev .icon,
    .slide-navigation-next .icon {
        display: flex;
    }
}

.slide-navigation-prev {
    left: 0;
}

.slide-navigation-next {
    right: 0;
}

.header-bottom {
    background: #4E4F58;
    padding: 12px 0;
}

.header-logo {
    margin-right: 10px;
    flex-grow: 1;
    flex-shrink: 1;
}

.header-logo a,
.header-logo img {
    display: inline-block;
    vertical-align: top;
}

.header-logo img {
    max-width: 170px;
    height: auto;
}

@media screen and (max-width: 480px) {
    .header-logo img {
        max-width: 110px;
    }
}

.header-inner {
    display: flex;
    justify-content: flex-end;
    flex-shrink: 2;
    flex-grow: 2;
}

.drop-group {
    display: flex;
    align-items: center;
    margin-right: 42px;
}

@media screen and (max-width: 1024px) {
    .drop-group {
        margin-right: 26px;
    }
}

@media screen and (max-width: 860px) {
    .drop-group.hidden {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .drop-group {
        margin-top: 12px;
        order: 3;
        width: calc(100% + 32px);
        justify-content: space-between;
        padding: 13px 16px;
        background: #363941;
        margin: 12px -16px -12px;
    }
}

.heading-group {
    display: none;
    align-items: center;
    justify-content: space-between;
    padding: 16px 24px;
    background: #363941;
}

@media screen and (max-width: 860px) {
    .heading-group {
        display: flex;
        padding: 23px 24px;
    }
}

.drop-item {
    position: relative;
    margin-right: 24px;
}

@media screen and (max-width: 768px) {
    .drop-item {
        margin: 0;
    }
}

.drop-item.open .icon-arrow-down {
    transform: rotate(180deg);
}

.drop-item.open .dropped {
    display: block;
}

.drop-item.open .dropped[data-attr="dropped-location"] {
    display: none;
}

@media screen and (min-width: 769px) {
    .drop-item.open .dropped[data-attr="dropped-location"] {
        display: block;
    }
}

@media screen and (max-width: 768px) {
    .drop-item.open .dropped-modal {
        visibility: visible;
        opacity: 1;
        transform: scale(1);
    }
}

@media screen and (min-width: 1024px) {
    .drop-item.show-version .ask-lang-drop {
        display: block;
    }
}

@media screen and (min-width: 1024px) {
    .drop-item.show-version .position::before {
        display: block;
    }
}

.drop-item:last-child {
    margin-right: 0;
}

.ask-lang-drop {
    position: absolute;
    min-width: 280px;
    padding: 12px;
    background: #fff;
    border-radius: 16px;
    top: calc(100% + 15px);
    right: 20px;
    z-index: 20;
    display: none;
}

.ask-lang-drop .wrap-lang {
    padding-right: 12px;
    margin-bottom: 12px;
}

@media screen and (max-width: 340px) {
    .ask-lang-drop .wrap-lang {
        margin-bottom: 8px;
    }
}

.ask-lang-drop .title {
    font-weight: 700;
    font-size: 16px;
    color: #282A30;
    margin-bottom: 6px;
}

@media screen and (max-width: 340px) {
    .ask-lang-drop .title {
        font-size: 14px;
    }
}

.ask-lang-drop .subtitle-lang {
    font-size: 12px;
    color: #87898E;
}

.ask-lang-drop .button-close {
    position: absolute;
    right: 12px;
    top: 6px;
}

.button-version {
    background: rgba(185, 160, 116, 0.1);
    border: 1px solid #B9A074;
    color: #B9A074;
    border-radius: 16px;
    font-weight: 600;
    font-size: 16px;
    padding: 7px;
    width: 100%;
    line-height: 1.25;
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}

@media screen and (min-width: 1025px) {
    .button-version.mimas {
        background: #E9E4DB;
        color: #B9A074;
    }
    .button-version.mimas::before {
        background: #EFEDE8;
    }
}

@media screen and (max-width: 340px) {
    .button-version {
        font-size: 14px;
        padding: 8px;
    }
}

.button-version img {
    margin-left: 2px;
    width: 18px;
    height: 18px;
    border-radius: 18px;
    overflow: hidden;
}

.button-version:last-child {
    margin-bottom: 0;
}

.button-version.second {
    background: #B9A074;
    color: #282A30;
}

@media screen and (min-width: 1025px) {
    .button-version.second.mimas {
        background: #9B8256;
    }
    .button-version.second.mimas::before {
        background: #B9A074;
    }
}

.btn-drop,
.button-drop {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 14px;
}

.btn-drop.position,
.button-drop.position {
    position: relative;
}

.btn-drop.position::before,
.button-drop.position::before {
    position: absolute;
    content: '';
    width: 12px;
    height: 12px;
    transform: rotate(45deg);
    background: #fff;
    top: calc(100% + 12px);
    left: 4px;
    display: none;
}

.btn-drop .flag,
.button-drop .flag {
    width: 18px;
    height: 18px;
    border-radius: 100%;
    overflow: hidden;
    margin-right: 8px;
    flex-shrink: 0;
    flex-grow: 0;
}

.btn-drop .flag img,
.button-drop .flag img {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: auto;
}

.btn-drop .icon-pin,
.button-drop .icon-pin {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    border-radius: 18px;
    margin-right: 12px;
}

@media screen and (max-width: 768px) {
    .btn-drop .icon-pin,
    .button-drop .icon-pin {
        box-shadow: none;
        width: auto;
        height: auto;
    }
}

.btn-drop .icon-arrow-down,
.button-drop .icon-arrow-down {
    font-size: 11px;
}

.btn-drop .text,
.button-drop .text {
    margin-right: 8px;
}

.btn-drop .text span,
.button-drop .text span {
    text-transform: uppercase;
}

.dropped {
    background: #fff;
    border-radius: 16px;
    min-width: 123px;
    position: absolute;
    top: calc(100% + 12px);
    left: 0;
    right: 0;
    z-index: 10;
    overflow: hidden;
    display: none;
    max-height: 177px;
    overflow-y: auto;
}

.dropped.second {
    min-width: auto;
    max-height: 230px;
}

.dropped .image {
    width: 18px;
    height: 18px;
    border-radius: 100%;
    overflow: hidden;
    flex-shrink: 0;
    flex-grow: 0;
}

.dropped .image img {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: auto;
}

.dropped-search {
    display: flex;
    align-items: center;
    position: relative;
    padding: 10px;
    border-bottom: 1px solid #EAEAEA;
}

@media screen and (max-width: 860px) {
    .dropped-search {
        padding: 14px 10px;
    }
}

.dropped-search .search {
    flex-grow: 0;
    flex-shrink: 0;
    margin-right: 7px;
}

.dropped-search .input {
    width: 100%;
    font-size: 14px;
}

.dropped-search i {
    font-size: 16px;
    display: inline-block;
    vertical-align: top;
}

.dropped-item {
    border-bottom: 1px solid #EAEAEA;
}

.dropped-item:last-child {
    border-bottom: none;
}

.dropped-link {
    display: flex;
    align-items: center;
    color: #282A30;
    padding: 13px;
}

@media screen and (min-width: 1025px) {
    .dropped-link:hover {
        background: #EAEAEA;
    }
}

.dropped-link:active {
    background: #E0E0E0;
}

.dropped-text {
    margin-left: 7px;
}

.dropped-modal {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transform: scale(0.98);
    transition: opacity .3s, visibility .3s, transform .3s;
    overflow-y: auto;
}

@media screen and (max-width: 768px) {
    .dropped-modal.active {
        display: block;
    }
}

.modal-search {
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #d5d6da;
}

.modal-search button {
    flex-grow: 0;
    flex-shrink: 0;
}

.modal-search i {
    font-size: 20px;
    color: #282A30;
}

.modal-search input {
    flex-grow: 1;
    flex-shrink: 1;
    width: 100%;
    padding: 0 10px;
    font-size: 20px;
}

.modal-autocomplete {
    padding: 10px 0;
    font-size: 16px;
}

.default-result,
.error-result,
.item-result {
    padding: 0 10px;
}

.item-result {
    margin-bottom: 10px;
}

.item-result:last-child {
    margin-bottom: 0;
}

.header-user {
    display: flex;
    align-items: center;
    margin-right: 24px;
    line-height: 1.1;
}

@media screen and (max-width: 860px) {
    .header-user {
        margin-right: 12px;
    }
}

@media screen and (max-width: 340px) {
    .header-user {
        margin-right: 8px;
    }
}

.header-user .user {
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #87898E;
}

@media screen and (max-width: 480px) {
    .header-user .user {
        font-size: 14px;
    }
}

@media screen and (max-width: 340px) {
    .header-user .user {
        font-size: 12px;
    }
}

.header-user .user strong {
    font-weight: 600;
    font-size: 16px;
    color: #fff;
}

@media screen and (max-width: 480px) {
    .header-user .user strong {
        font-size: 18px;
    }
}

@media screen and (max-width: 340px) {
    .header-user .user strong {
        font-size: 16px;
    }
}

.header-user .image {
    flex-grow: 0;
    flex-shrink: 0;
    margin-left: 12px;
    width: 36px;
    height: 36px;
    border-radius: 18px;
    overflow: hidden;
}

.header-user img {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
}

.header-notice {
    flex-grow: 0;
    flex-shrink: 0;
    margin-right: 26px;
    color: #fff;
}

@media screen and (min-width: 1025px) {
    .header-notice:hover i {
        transform: rotate(-15deg);
    }
}

@media screen and (max-width: 480px) {
    .header-notice {
        margin-right: 19px;
    }
}

@media screen and (max-width: 340px) {
    .header-notice {
        margin-right: 15px;
    }
}

.header-notice:active i {
    transform: rotate(0);
}

.header-notice i {
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    position: relative;
    transform: rotate(0);
    transform-origin: top;
    transition: transform .2s;
}

.header-notice .circle {
    position: absolute;
    top: 1px;
    right: 0;
    border: 1px solid #282A30;
    border-radius: 4px;
    background-color: #B9A074;
    width: 8px;
    height: 8px;
}

.header-form-title {
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    margin-bottom: 12px;
}

@media screen and (max-width: 768px) {
    .header-form-title {
        display: none;
    }
}

.header-select {
    background: #fff;
    border-radius: 16px;
    display: flex;
}

@media screen and (max-width: 768px) {
    .header-select {
        border-radius: 8px;
    }
}

.header-select .wrap {
    padding: 4px;
    min-height: 100%;
    flex-shrink: 0;
    flex-grow: 0;
}

.header-select .button {
    height: 100%;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #B9A074;
    border-radius: 16px;
    color: #282A30;
    min-width: 156px;
}

@media screen and (min-width: 1025px) {
    .header-select .button.mimas {
        background: #9B8256;
    }
    .header-select .button.mimas::before {
        background: #B9A074;
    }
}

@media screen and (max-width: 768px) {
    .header-select .button {
        min-width: 28px;
        border-radius: 8px;
    }
    .header-select .button span {
        display: none;
    }
}

.header-select .button i {
    display: none;
}

@media screen and (max-width: 768px) {
    .header-select .button i {
        display: block;
    }
}

.header-select .icon {
    position: relative;
    display: none;
}

.select-field-columns {
    display: flex;
    flex-shrink: 1;
    flex-grow: 1;
}

.select-field-columns .column {
    display: flex;
    width: 99%;
    border-right: solid 1px #EAEAEA;
}

@media screen and (max-width: 768px) {
    .select-field-columns .column {
        width: 99%;
    }
}

.select-field-columns .column:last-child {
    border: none;
}

.select-field-columns .column.second {
    width: 54%;
}

@media screen and (max-width: 768px) {
    .select-field-columns .column.second {
        width: 50%;
    }
}

.select-field-columns .wrap-choice {
    position: relative;
    flex-shrink: 1;
    flex-grow: 1;
}

@media screen and (max-width: 768px) {
    .select-field-columns .wrap-choice {
        width: 100%;
    }
}

.select-field-columns .wrap-choice.open .icon-arrow-down {
    transform: rotate(180deg);
}

.select-field-columns .wrap-choice.open .dropped-select {
    display: block;
}

.select-field-columns .button-choice {
    font-size: 14px;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    text-align: left;
    padding: 0 12px;
}

.select-field-columns .category-name {
    flex-grow: 1;
    flex-shrink: 1;
    display: flex;
    align-items: center;
    padding-right: 5px;
    overflow: hidden;
}

.select-field-columns .label {
    color: #87898E;
    flex-shrink: 0;
    flex-grow: 0;
    margin-right: 3px;
    display: flex;
    align-items: center;
}

.select-field-columns .label i {
    font-size: 15px;
    margin-right: 10px;
    flex-grow: 0;
    flex-shrink: 0;
    color: #282A30;
}

@media screen and (max-width: 768px) {
    .select-field-columns .label i {
        display: none;
    }
}

.select-field-columns .text:before {
    content: attr(data-attr-desctop);
}

@media screen and (max-width: 768px) {
    .select-field-columns .text:before {
        content: attr(data-attr-mobile);
    }
}

.select-field-columns .icon-arrow-down {
    font-size: 11px;
    color: #282A30;
    flex-grow: 0;
    flex-shrink: 0;
}

.select-field-columns .icon-pin {
    font-size: 18px;
    margin-right: 10px;
}

.select-field-columns .wrap-input-result {
    display: flex;
    flex-grow: 1;
    flex-shrink: 1;
    padding: 0 12px;
    position: relative;
}

.select-field-columns .wrap-input-result.show-result .search-result {
    display: block;
}

.select-field-columns .search-result {
    position: absolute;
    width: calc(100% - 12px);
    border-radius: 16px;
    background: #fff;
    display: none;
    top: calc(100% + 12px);
    max-height: 186px;
    overflow-y: auto;
    z-index: 10;
}

.select-field-columns .search-result a {
    padding: 12px;
    color: #282A30;
    font-weight: 600;
    font-size: 16px;
    display: flex;
    align-items: center;
}

@media screen and (min-width: 1025px) {
    .select-field-columns .search-result a:hover {
        background: #EAEAEA;
    }
}

@media screen and (max-width: 568px) {
    .select-field-columns .search-result a {
        font-size: 14px;
    }
}

@media screen and (max-width: 480px) {
    .select-field-columns .search-result a {
        font-size: 12px;
    }
}

.select-field-columns .search-result a:active {
    background: #E0E0E0;
}

.select-field-columns .input-select,
.select-field-columns .wrap-choice {
    min-height: 36px;
}

.name-category {
    color: #282A30;
    flex-shrink: 1;
    flex-grow: 1;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.input-select {
    font-size: 14px;
    font-style: italic;
    align-self: center;
    font-family: inherit;
    width: 100%;
    height: 100%;
}

.dropped-select {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 3;
    padding-top: 12px;
    display: none;
}

.dropped-select .list {
    background: #fff;
    overflow: hidden;
    border-radius: 16px;
    max-height: 184px;
    overflow: auto;
}

.item-drop {
    line-height: 1.35;
    font-weight: 600;
    font-size: 16px;
    display: flex;
    border-bottom: 1px solid #EAEAEA;
}

@media screen and (min-width: 1025px) {
    .item-drop:not(.selected) {
        cursor: pointer;
    }
    .item-drop:not(.selected):hover {
        background-color: #EAEAEA;
    }
}

@media screen and (max-width: 478px) {
    .item-drop {
        font-size: 12px;
    }
}

.item-drop:last-child {
    border-bottom: none;
}

.item-drop:active {
    background-color: #E0E0E0;
}

.item-drop.selected {
    color: #B9A074;
    background-color: #E9E4DB;
}

.item-drop.selected i {
    display: flex;
}

.item-drop .name {
    flex-shrink: 1;
    flex-grow: 1;
    padding: 12px 12px;
}

@media screen and (max-width: 478px) {
    .item-drop .name {
        padding: 10px;
    }
}

.item-drop i {
    flex-shrink: 0;
    flex-grow: 0;
    padding: 0 12px;
    font-size: 10px;
    align-items: center;
    cursor: pointer;
    display: none;
}

@media screen and (min-width: 1025px) {
    .item-drop i:hover {
        color: #9B8256;
    }
}

@media screen and (max-width: 478px) {
    .item-drop i {
        padding: 0 10px;
    }
}

.header-auth {
    margin: -2px;
    display: flex;
    align-items: center;
}

@media screen and (max-width: 860px) {
    .header-auth.hidden {
        display: none;
    }
}

.header-auth .item {
    padding: 2px;
}

.header-auth .button {
    padding: 10px;
    border-radius: 32px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: inset 0 0 0 1px #B9A074;
    color: #B9A074;
    background: #353435;
    min-width: 110px;
}

@media screen and (min-width: 1025px) {
    .header-auth .button.mimas::before {
        background: #b9a0741a;
    }
}

@media screen and (max-width: 480px) {
    .header-auth .button {
        min-width: 85px;
    }
}

@media screen and (max-width: 340px) {
    .header-auth .button {
        min-width: 70px;
    }
}

.header-auth .button.second {
    background: #B9A074;
    color: #282A30;
    min-width: 122px;
    box-shadow: inset 0 0 0 1px transparent;
}

@media screen and (min-width: 1025px) {
    .header-auth .button.second.mimas {
        background: #9B8256;
    }
    .header-auth .button.second.mimas::before {
        background: #B9A074;
    }
}

@media screen and (max-width: 480px) {
    .header-auth .button.second {
        min-width: 90px;
    }
}

@media screen and (max-width: 340px) {
    .header-auth .button.second {
        min-width: 74px;
    }
}

.header-auth .button.secondary {
    padding: 4px 10px;
    background: #B9A074;
    color: #282A30;
    min-height: 36px;
    min-width: 156px;
    box-shadow: inset 0 0 0 1px transparent;
}

@media screen and (min-width: 1025px) {
    .header-auth .button.secondary.mimas {
        background: #9B8256;
    }
    .header-auth .button.secondary.mimas::before {
        background: #B9A074;
    }
}

.header-auth .button i {
    background: #282A30;
    border-radius: 32px;
    padding: 6px;
    color: #B9A074;
    font-size: 15px;
    flex-shrink: 0;
    flex-grow: 0;
    margin-left: 16px;
}

.header-auth-mobile {
    display: none;
    align-items: center;
    margin: -4px;
    padding: 24px 24px 32px;
}

@media screen and (max-width: 860px) {
    .header-auth-mobile {
        display: flex;
    }
}

.header-auth-mobile .item {
    padding: 4px;
    width: 38%;
}

.header-auth-mobile .item.second {
    width: 62%;
}

.header-auth-mobile .button {
    padding: 15px;
    border-radius: 32px;
    font-weight: 600;
    display: flex;
    min-height: 50px;
    font-size: 16px;
    align-items: center;
    justify-content: center;
    box-shadow: inset 0 0 0 1px #B9A074;
    color: #B9A074;
    background: #353435;
    width: 100%;
}

@media screen and (max-width: 340px) {
    .header-auth-mobile .button {
        font-size: 14px;
    }
}

.header-auth-mobile .button.secondary {
    padding: 5px;
    justify-content: end;
    background: #B9A074;
    color: #282A30;
    box-shadow: inset 0 0 0 1px transparent;
}

.header-auth-mobile .button i {
    width: 40px;
    height: 40px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #282A30;
    border-radius: 32px;
    color: #B9A074;
    flex-shrink: 0;
    flex-grow: 0;
    margin-left: 16px;
}

.mask {
    background: rgba(0, 0, 0, 0.5);
    bottom: 0;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    transition: transform .3s,visibility .3s,opacity .3s;
    visibility: hidden;
    z-index: 9;
}

.header-button {
    color: #F5F5F5;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 100%;
    flex-grow: 0;
    flex-shrink: 0;
    display: none;
}

@media screen and (max-width: 860px) {
    .header-button {
        display: block;
    }
}

@media screen and (max-width: 340px) {
    .header-button {
        width: 32px;
        height: 32px;
    }
}

.header-button i {
    font-size: 18px;
}

@media screen and (max-width: 340px) {
    .header-button i {
        font-size: 16px;
    }
}

.mobile-list .item {
    position: relative;
    padding: 19px 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

@media screen and (max-width: 860px) {
    .mobile-list .item {
        font-size: 16px;
    }
}

.mobile-list .item:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate3d(0, -50%, 0);
    width: 5px;
    height: 20px;
    background: #282A30;
    border-radius: 0 10px 10px 0;
    display: none;
}

.mobile-list .item.active a {
    color: #F5F5F5;
    font-weight: 600;
}

.mobile-list a {
    display: flex;
    align-items: center;
    color: #87898E;
}

.mobile-list a i {
    font-size: 18px;
    flex-grow: 0;
    flex-shrink: 0;
    margin-right: 8px;
}

@media screen and (max-width: 860px) {
    .mobile-list a i {
        font-size: 19px;
    }
}

.mobile-list .text {
    display: flex;
    align-items: center;
}

@media screen and (max-width: 860px) {
    .mobile-list .text {
        justify-content: space-between;
        width: 100%;
    }
}

.mobile-list .ammount {
    flex-grow: 0;
    flex-shrink: 0;
    margin-left: 12px;
    background: #B9A074;
    display: block;
    text-align: center;
    border-radius: 20px;
    font-weight: 600;
    font-size: 12px;
    line-height: 1;
    width: 36px;
    overflow: hidden;
    color: #282A30;
    padding: 4px;
}

.header-mobile-navigation {
    display: none;
    background-color: #282A30;
    bottom: 0;
    left: 0;
    max-width: 360px;
    opacity: 0;
    overflow: hidden;
    overflow-y: auto;
    position: fixed;
    transform: translate3d(-100%, 0, 0);
    transition: transform .3s,opacity .3s,visibility .3s;
    visibility: hidden;
    width: 100%;
    z-index: 9;
}

.header-mobile-navigation.open-lang .action-lang .icon-arrow-down {
    transform: rotate(-180deg);
}

.header-mobile-navigation.open-lang .dropped-bar:not(.second) {
    display: block;
}

.header-mobile-navigation.open-pin .action-pin .icon-arrow-down {
    transform: rotate(-180deg);
}

.header-mobile-navigation.open-pin .dropped-bar.second {
    display: block;
}

@media screen and (max-width: 860px) {
    .header-mobile-navigation {
        display: block;
    }
}

.dropped-bar {
    display: none;
    max-height: 150px;
    overflow-y: auto;
}

.dropped-bar.second {
    min-width: auto;
}

.dropped-bar .image {
    width: 18px;
    height: 18px;
    border-radius: 100%;
    overflow: hidden;
    flex-shrink: 0;
    flex-grow: 0;
}

.dropped-bar .image img {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: auto;
}

.dropped-bar .dropped-item,
.dropped-bar .dropped-search {
    border-color: #363941;
}

.dropped-bar .dropped-search {
    background-color: #222327;
}

.dropped-bar .dropped-search i {
    color: #84868c;
}

.dropped-bar input {
    color: #fff;
}

.dropped-bar .dropped-link {
    color: #fff;
}

.main {
    flex-shrink: 1;
    flex-grow: 1;
}

.twocolumns {
    display: flex;
}

.twocolumns.indent .col {
    padding: 0;
}

.twocolumns .col {
    flex-grow: 1;
    flex-shrink: 1;
    width: 100%;
    padding: 12px 0;
}

.twocolumns .col.second {
    max-width: 200px;
    flex-grow: 0;
    flex-shrink: 0;
    padding-left: 12px;
    margin-left: 12px;
    border-left: 1px solid #EAEAEA;
}

@media screen and (max-width: 860px) {
    .twocolumns .col.second {
        display: none;
    }
}

.row-section {
    margin-bottom: 12px;
}

.row-section:last-child {
    margin-bottom: 0;
}

.row-section.order {
    display: flex;
    flex-direction: column;
}

.row-section .heading {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.row-section .section-title {
    font-weight: 600;
    font-size: 20px;
    color: #282A30;
    flex-grow: 1;
    flex-shrink: 1;
}

.row-section .link-all {
    flex-grow: 0;
    flex-shrink: 0;
    font-weight: 600;
    color: #282A30;
    background: #B9A074;
    border-radius: 18px;
    padding: 9px 32px;
    line-height: 1.29;
    margin-left: 5px;
}

@media screen and (min-width: 1025px) {
    .row-section .link-all.mimas {
        background: #9B8256;
    }
    .row-section .link-all.mimas::before {
        background: #B9A074;
    }
}

@media screen and (max-width: 568px) {
    .row-section .link-all {
        padding: 5px 13px;
        font-size: 12px;
    }
}

.profile-field {
    display: grid;
    align-items: flex-start;
    width: 100%;
    grid-template-columns: auto 1fr;
}

.profile-img {
    grid-column-start: 1;
    grid-row-start: 1;
    grid-row-end: 3;
    border-radius: 16px;
    overflow: hidden;
    max-width: 158px;
    margin-right: 12px;
    width: 100%;
    position: relative;
}

@media screen and (max-width: 568px) {
    .profile-img {
        max-width: 92px;
    }
}

.profile-img img {
    height: auto;
    display: block;
    width: 100%;
    overflow: hidden;
    border-radius: 16px;
}

@media screen and (max-width: 568px) {
    .profile-content.second {
        grid-column-start: 1;
        grid-column-end: 3;
        grid-row-start: 3;
        margin: 12px 0 0;
    }
}

.profile-content .wrap-profile {
    display: flex;
    align-items: flex-start;
    margin-left: 10px;
}

@media screen and (max-width: 568px) {
    .profile-content .wrap-profile {
        display: none;
    }
}

.profile-content .button-favorites {
    border: 1px solid #EAEAEA;
    border-radius: 100px;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #87898E;
}

@media screen and (min-width: 1025px) {
    .profile-content .button-favorites:hover {
        background: rgba(185, 160, 116, 0.1);
        border: 1px solid #B9A074;
        color: #B9A074;
    }
}

.profile-content .button-favorites:active {
    color: #B9A074;
}

.profile-content .button-favorites .icon-star-active {
    color: #B9A074;
}

.profile-content .button-favorites i {
    font-size: 20px;
}

.wrap-edit-link {
    flex-grow: 0;
    flex-shrink: 0;
    margin-left: 5px;
}

@media screen and (max-width: 568px) {
    .wrap-edit-link {
        display: none;
    }
}

.edit-link, .tip-link {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    color: #B9A074;
    padding: 8px 24px;
    line-height: 1.34;
    background: #EFEDE8;
    border: 1px solid #B9A074;
    border-radius: 46px;
}

@media screen and (min-width: 1025px) {
    .edit-link.mimas, .tip-link.mimas {
        background: #E9E4DB;
        color: #B9A074;
    }
    .edit-link.mimas::before, .tip-link.mimas::before {
        background: #EFEDE8;
    }
}

.tip-link {
    min-width: 122px;
    margin-left: 6px;
}

@media screen and (max-width: 767px) {
    .tip-link {
        min-width: auto;
    }
}

.wrap-link-mobile {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5px;
    display: none;
}

@media screen and (max-width: 568px) {
    .wrap-link-mobile {
        display: block;
    }
}

.edit-link-mobile {
    background: #F5F5F5;
    border-radius: 11px;
    font-weight: 600;
    font-size: 12px;
    color: #B9A074;
    padding: 4px;
    text-align: center;
    display: block;
}

.profile-top {
    justify-content: space-between;
    margin-bottom: 4px;
    display: flex;
}

.profile-top .wrap {
    display: flex;
    align-items: flex-start;
    padding: 7px 0;
}

@media screen and (max-width: 568px) {
    .profile-top .wrap {
        padding: 0;
    }
}

.profile-top .name {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.15;
    color: #282A30;
    padding: 2px 0;
}

@media screen and (max-width: 568px) {
    .profile-top .name {
        font-size: 14px;
        line-height: 1.3;
    }
}

@media screen and (max-width: 480px) {
    .profile-top .name {
        font-size: 12px;
    }
}

.profile-top .status {
    font-size: 12px;
    padding: 3px 6px;
    line-height: 1;
    background: #EFEDE8;
    box-shadow: inset 0 0 0 1px #B9A074;
    margin-left: 6px;
    flex-grow: 0;
    flex-shrink: 0;
}

@media screen and (max-width: 568px) {
    .profile-top .status {
        margin: 0 0 0 6px;
    }
}

@media screen and (max-width: 478px) {
    .profile-top .status {
        font-size: 11px;
        padding: 3px 8px;
    }
}

.profile-top .status i {
    margin-right: 3px;
    font-size: 16px;
}

@media screen and (max-width: 478px) {
    .profile-top .status i {
        font-size: 15px;
    }
}

.status, .status-info {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 0;
    flex-shrink: 0;
    color: #B9A074;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 66px;
}

.profile-body {
    color: #282A30;
    max-width: 536px;
}

@media screen and (max-width: 568px) {
    .profile-body {
        font-size: 12px;
    }
}

.profile-list {
    display: flex;
    flex-wrap: wrap;
    padding-top: 12px;
    margin: -4px -6px;
}

@media screen and (max-width: 568px) {
    .profile-list {
        flex-direction: column;
        grid-column-start: 1;
        grid-column-end: 3;
        grid-row-start: 3;
    }
}

@media screen and (max-width: 568px) {
    .profile-list.second {
        grid-column-start: 2;
        grid-column-end: 3;
        grid-row-start: 1;
        padding: 0;
    }
}

@media screen and (max-width: 480px) {
    .profile-list.second {
        margin: -2px -6px;
    }
}

@media screen and (max-width: 480px) {
    .profile-list.second .item {
        font-size: 12px;
        padding: 2px 6px;
    }
}

@media screen and (max-width: 340px) {
    .profile-list.second .wrap {
        flex-direction: column;
    }
}

@media screen and (max-width: 340px) {
    .profile-list.second .list-name {
        margin: 4px 0 0;
    }
}

.profile-list .item {
    display: flex;
    align-items: center;
    padding: 4px 6px;
}

.profile-list .map {
    flex-grow: 0;
    flex-shrink: 0;
    margin-left: 12px;
    font-weight: 500;
    font-size: 16px;
    text-decoration-line: underline;
    color: #282A30;
}

.profile-list .list-type {
    color: rgba(40, 42, 48, 0.4);
}

@media screen and (max-width: 568px) {
    .profile-list .list-type {
        flex-grow: 0;
        flex-shrink: 0;
        margin-right: 10px;
    }
}

.profile-list .list-name {
    color: #282A30;
}

.profile-list a {
    color: #282A30;
    text-decoration: underline;
}

@media screen and (min-width: 1025px) {
    .profile-list a:hover {
        text-decoration: none;
    }
}

.profile-list i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid #EAEAEA;
    font-size: 18px;
    color: #B9A074;
    flex-grow: 0;
    flex-shrink: 0;
    margin-right: 12px;
}

@media screen and (max-width: 568px) {
    .profile-list i {
        display: none;
    }
}

@media screen and (max-width: 568px) {
    .profile-list .wrap {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100%;
    }
}

.wrap-profile-mobile {
    display: none;
    align-items: center;
    justify-content: space-between;
    margin-top: 16px;
}

@media screen and (max-width: 568px) {
    .wrap-profile-mobile {
        display: flex;
    }
}

.favorites-mobile, .tip-mobile {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 12px;
    color: #B9A074;
}

.favorites-mobile i, .tip-mobile i {
    font-size: 17px;
    flex-grow: 0;
    flex-shrink: 0;
    margin-right: 8px;
}

.favorites-mobile .text, .tip-mobile .text {
    text-decoration-line: underline;
}

.tip-mobile {
    text-decoration: underline;
}

.sidebar-spot {
    margin-bottom: 8px;
}

.sidebar-spot:last-child {
    margin-bottom: 0;
}

.sidebar-spot img {
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 16px;
}

.wrapped-spot {
    border-radius: 16px;
    display: flex;
    overflow: hidden;
}

.rating-headline {
    position: relative;
    text-align: center;
    max-width: 99%;
    margin: 0 auto 12px;
}

.rating-headline::before {
    content: attr(data-attr-text);
    background-color: #F5F5F5;
    padding: 0 10px;
    position: relative;
    z-index: 2;
    text-transform: uppercase;
    color: #919191;
    font-weight: 600;
}

.rating-headline::after {
    content: "";
    height: 1px;
    width: 100%;
    background-color: #919191;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto 0;
}

.rating-group {
    display: flex;
    flex-wrap: wrap;
}

@media screen and (max-width: 568px) {
    .rating-group {
        margin: 0 -12px;
    }
}

@media screen and (max-width: 860px) {
    .rating-group .sidebar-spot {
        width: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0 3px;
        margin-bottom: 8px;
    }
}

@media screen and (max-width: 568px) {
    .rating-group .sidebar-spot {
        margin-bottom: 4px;
    }
}

.row-group-item {
    margin-bottom: 12px;
}

.row-group-item:last-child {
    margin-bottom: 0;
}

.switch-group {
    display: flex;
    flex-wrap: wrap;
}

@media screen and (max-width: 568px) {
    .switch-group {
        margin: 0 -12px;
    }
}

.switch-group.block {
    margin: -4px;
}

@media screen and (max-width: 568px) {
    .switch-group.block {
        margin: -4px -16px;
    }
}

.switch-group.block .sidebar-spot {
    width: calc(20% - 8px);
    margin: 4px;
    padding: 0;
}

@media screen and (max-width: 1024px) {
    .switch-group.block .sidebar-spot {
        width: calc(25% - 8px);
    }
}

@media screen and (max-width: 640px) {
    .switch-group.block .sidebar-spot {
        width: calc(33.333% - 8px);
    }
}

@media screen and (max-width: 479px) {
    .switch-group.block .sidebar-spot {
        width: calc(50% - 8px);
    }
}

.switch-group.block .sidebar-spot .wrapped-spot {
    width: 100%;
    height: 100%;
}

.switch-group.block .content {
    background-color: rgba(0, 0, 0, 0.5);
}

.switch-group.block .bottom-wrap {
    background-color: rgba(0, 0, 0, 0.7);
    padding: 8px 4px;
    margin: 0 -4px -4px;
}

.switch-group.block .info-post-second .item.secondary {
    display: none;
}

.switch-group.block .info-post-second a {
    color: #fff;
}

@media screen and (max-width: 860px) {
    .switch-group .sidebar-spot {
        width: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0 3px;
        margin-bottom: 6px;
    }
}

.rating-item-card {
    position: relative;
    width: calc(20% - 8px);
    overflow: hidden;
    border-radius: 12px;
    margin: 4px;
}

@media screen and (min-width: 1025px) {
    .rating-item-card:hover .detail-status,
    .rating-item-card:hover .adv {
        transform: translate3d(calc(-100% - 4px), 0, 0);
    }
    .rating-item-card:hover .content {
        background-color: rgba(135, 110, 66, 0.3);
    }
}

@media screen and (max-width: 1024px) {
    .rating-item-card {
        width: calc(25% - 8px);
    }
}

@media screen and (max-width: 640px) {
    .rating-item-card {
        width: calc(33.333% - 8px);
    }
}

@media screen and (max-width: 479px) {
    .rating-item-card {
        width: calc(50% - 8px);
    }
}

.rating-item-card .model-image,
.rating-item-card .post-image {
    margin: 0;
    padding-bottom: 100%;
    position: relative;
    flex-shrink: 1;
    flex-grow: 1;
    max-width: 100%;
}

.rating-item-card .model-image .circle,
.rating-item-card .post-image .circle {
    z-index: 2;
    top: 4px;
    width: 12px;
    height: 12px;
}

.rating-item-card .model-image img,
.rating-item-card .post-image img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.rating-item-card .content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 4px;
    background-color: rgba(55, 57, 65, 0.5);
    transition: background-color .2s;
}

.rating-item-card .top-wrap {
    margin-bottom: 5px;
}

.rating-item-card .top-wrap .title {
    -webkit-line-clamp: 1;
    max-width: 100%;
    color: #fff;
    margin: 0;
    font-size: 12px;
}

@media screen and (min-width: 1025px) {
    .rating-item-card .top-wrap .title:hover {
        color: #fff;
    }
}

.rating-item-card .info-post-second {
    color: #fff;
}

.rating-item-card .info-post-second .item,
.rating-item-card .info-post-second .item-row {
    padding: 0;
    font-size: 10px;
    line-height: 1;
    font-weight: 700;
}

.rating-item-card .info-post-second .item:before,
.rating-item-card .info-post-second .item-row:before {
    display: none;
}

.rating-item-card .info-post-second .item.second,
.rating-item-card .info-post-second .item-row.second {
    display: none;
}

.rating-item-card .info-post-second i {
    color: #fff;
    font-size: 12px;
}

.rating-item-card .status,
.rating-item-card .link-more,
.rating-item-card .info-second {
    display: none;
}

.rating-item-card .detail-status {
    display: flex;
}

.rating-item-card .rate-post, .rating-item-card .rate-post-mobile {
    display: none;
}

.rating-item-card .detail-rate {
    font-size: 14px;
    line-height: 1.15;
    color: #EAEAEA;
    display: flex;
    align-items: center;
    background-color: #F5F5F5;
    border-radius: 26px;
    position: absolute;
    top: 4px;
    left: 4px;
    padding: 5px 8px;
    z-index: 2;
}

.rating-item-card .detail-rate .text {
    color: #B9A074;
    font-size: 12px;
}

.detail-status {
    display: none;
    position: absolute;
    top: 4px;
    left: 4px;
    z-index: 2;
    flex-direction: column;
    align-items: flex-start;
    transform: translate3d(0, 0, 0);
    transition: transform .2s .1s;
}

.detail-status .status {
    display: flex;
    font-size: 12px;
    padding: 5px 9px;
    line-height: 1.34;
    background: #EFEDE8;
}

.detail-status .status i {
    margin-right: 5px;
    font-size: 15px;
}

.detail-status .adv {
    margin-top: 4px;
    background: #EFEDE8;
    color: #B9A074;
    padding: 2px 9px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 500;
    transform: translate3d(0, 0, 0);
    transition: transform .2s;
}

.rating-item-spot {
    width: 50%;
    margin-bottom: 8px;
    padding: 1px;
    display: none;
}

@media screen and (max-width: 860px) {
    .rating-item-spot {
        display: flex;
    }
}

@media screen and (max-width: 640px) {
    .rating-item-spot {
        margin-bottom: 4px;
    }
}

.rating-item-spot .wrap-spot {
    max-width: 164px;
    width: 100%;
    margin: 0 auto;
}

.rating-item {
    display: flex;
    width: 100%;
    padding: 6px;
    background-color: #fff;
    border-radius: 16px;
    margin-bottom: 8px;
}

@media screen and (max-width: 640px) {
    .rating-item {
        padding: 4px;
        margin-bottom: 4px;
    }
}

.rating-item:last-child {
    margin-bottom: 0;
}

.rating-item.second {
    background: none;
    padding: 0;
    display: none;
}

@media screen and (max-width: 860px) {
    .rating-item.second {
        display: block;
    }
}

.rating-item.open .select-dropped {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
}

.rating-item .content {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.rating-item .content.primary .title {
    max-width: 568px;
}

@media screen and (max-width: 640px) {
    .rating-item .content.primary .title {
        max-width: 100%;
    }
}

.rating-item .status {
    font-size: 9px;
    padding: 4px 9px;
    line-height: 1.34;
    box-shadow: inset 0 0 0 1px #B9A074;
    background: #EFEDE8;
    margin-left: 5px;
}

@media screen and (max-width: 640px) {
    .rating-item .status {
        display: none;
    }
}

.rating-item .status i {
    margin-right: 3px;
    font-size: 11px;
    color: #B9A074;
}

.rating-item .detail-rate {
    display: none;
}

.rating-item .info-post-second .item {
    position: relative;
}

@media screen and (max-width: 640px) {
    .rating-item .info-post-second .item.secondary {
        margin-right: 0;
        padding: 0;
    }
    .rating-item .info-post-second .item.secondary::before {
        display: none;
    }
    .rating-item .info-post-second .item.primary {
        display: none;
    }
}

.rating-item .wrapper-post {
    width: 50%;
}

@media screen and (max-width: 640px) {
    .rating-item .wrapper-post {
        width: 100%;
    }
}

.rating-item .info-second {
    margin-left: 5px;
    width: 25%;
}

@media screen and (max-width: 640px) {
    .rating-item .info-second {
        width: auto;
    }
}

.rating-item .select-box {
    display: flex;
    align-items: center;
    color: #87898E;
    font-weight: 500;
    font-size: 12px;
}

@media screen and (max-width: 480px) {
    .rating-item .select-box {
        font-size: 9px;
    }
}

.rating-item .select-box span {
    max-width: 96px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

@media screen and (max-width: 480px) {
    .rating-item .select-box span {
        max-width: 80px;
    }
}

.select-dropped {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 2;
    padding-top: 6px;
    min-width: 100px;
    max-width: 131px;
    transform: translate3d(0, 4px, 0);
    opacity: 0;
    visibility: hidden;
    transition: transform .3s, visibility .3s, opacity .3s;
}

.select-dropped .wrap {
    background-color: #fff;
    box-shadow: 0 4px 4px 0 #F5F5F5;
    border-radius: 0 0 5px 5px;
    padding: 5px 8px;
    max-height: 78px;
    overflow: auto;
}

.select-item {
    margin-bottom: 8px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.select-item:last-child {
    margin-bottom: 0;
}

.post-image {
    max-width: 72px;
    height: 72px;
}

@media screen and (max-width: 568px) {
    .post-image {
        max-width: 40px;
        height: 40px;
    }
}

.model-image {
    max-width: 68px;
    height: 68px;
    position: relative;
}

@media screen and (max-width: 568px) {
    .model-image {
        max-width: 40px;
        height: 40px;
    }
}

.model-image .circle {
    position: absolute;
    border: 2px solid #fff;
    background: #69BA38;
    border-radius: 100px;
    width: 10px;
    height: 10px;
    bottom: 4px;
    right: 4px;
}

.model-image a {
    display: inline-flex;
    vertical-align: top;
}

.post-image, .model-image {
    flex-grow: 0;
    flex-shrink: 0;
    margin-right: 8px;
    border-radius: 12px;
    overflow: hidden;
    width: 100%;
}

.post-image img, .model-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: inline-block;
    vertical-align: top;
}

.top-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-grow: 1;
    flex-shrink: 1;
}

.top-wrap .title {
    max-width: 568px;
    font-weight: 600;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: block;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #282A30;
    margin-bottom: 8px;
}

@media screen and (min-width: 1025px) {
    .top-wrap .title:hover {
        color: #B9A074;
    }
}

@media screen and (max-width: 568px) {
    .top-wrap .title {
        -webkit-line-clamp: 1;
        margin-bottom: 2px;
        font-size: 12px;
        max-width: calc(100% - 60px);
    }
}

.wrap-spot {
    border-radius: 16px;
    overflow: hidden;
    height: 100%;
}

.wrap-spot img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    display: inline-block;
    vertical-align: top;
    -o-object-fit: cover;
    object-fit: cover;
}

.rate-post, .rate-post-mobile {
    display: flex;
    align-items: center;
}

.rate-post {
    margin-left: 10px;
    flex-grow: 0;
    flex-shrink: 0;
}

@media screen and (max-width: 640px) {
    .rate-post.second {
        display: none;
    }
}

.rate-post-mobile {
    margin-right: 12px;
    display: none;
}

@media screen and (max-width: 640px) {
    .rate-post-mobile {
        display: flex;
    }
}

.rate-mobile {
    margin-left: 5px;
    font-size: 14px;
    flex-grow: 0;
    flex-shrink: 0;
    display: none;
    align-items: center;
    color: #EAEAEA;
}

@media screen and (max-width: 640px) {
    .rate-mobile {
        display: flex;
    }
}

.rate-mobile .text {
    color: #B9A074;
}

.rate-star {
    flex-grow: 0;
    flex-shrink: 0;
    margin-right: 5px;
    position: relative;
}

.rate-star i {
    font-size: 16px;
    display: block;
}

.rate-star i.full {
    color: #B9A074;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

.rate-count {
    font-weight: 500;
    flex-grow: 0;
    flex-shrink: 0;
    margin-right: 10px;
}

@media screen and (max-width: 480px) {
    .rate-count {
        font-size: 9px;
        margin-right: 8px;
    }
}

.rate-date {
    color: #282A30;
    margin-right: 10px;
    flex-grow: 0;
    flex-shrink: 0;
}

.date-mobile {
    display: none;
}

@media screen and (max-width: 640px) {
    .date-mobile {
        display: flex;
    }
}

.list-rating {
    display: flex;
    align-items: center;
}

.list-rating .item {
    margin-left: 5px;
    color: #B9A074;
}

.list-rating .item:first-child {
    margin-left: 0;
}

.list-rating .icon-star {
    color: #87898E;
}

.list-rating i {
    font-size: 16px;
}

@media screen and (max-width: 480px) {
    .list-rating i {
        font-size: 12px;
    }
}

.spot-mobile-group {
    display: flex;
    margin: -3px;
    flex-shrink: 1;
    flex-grow: 1;
    justify-content: space-around;
}

.spot-mobile-group .box {
    display: flex;
    padding: 3px;
}

.spot-mobile-group .wrap {
    border-radius: 16px;
    overflow: hidden;
}

.spot-mobile-group img {
    max-width: 100%;
    height: auto;
    display: inline-block;
    vertical-align: top;
}

.bottom-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-grow: 0;
    flex-shrink: 0;
}

@media screen and (max-width: 640px) {
    .bottom-wrap {
        justify-content: flex-start;
    }
}

.bottom-wrap .wrapper-post {
    display: flex;
    align-items: center;
}

.info-post,
.info-post-second {
    display: flex;
    color: #87898E;
}

.info-post .item,
.info-post .item-row,
.info-post-second .item,
.info-post-second .item-row {
    position: relative;
    font-size: 12px;
    font-weight: 500;
    display: flex;
    align-items: center;
    padding-right: 8px;
    margin-right: 8px;
}

@media screen and (max-width: 640px) {
    .info-post .item,
    .info-post .item-row,
    .info-post-second .item,
    .info-post-second .item-row {
        padding-right: 6px;
        margin-right: 6px;
    }
}

@media screen and (max-width: 480px) {
    .info-post .item,
    .info-post .item-row,
    .info-post-second .item,
    .info-post-second .item-row {
        font-size: 9px;
    }
}

.info-post .item::before,
.info-post .item-row::before,
.info-post-second .item::before,
.info-post-second .item-row::before {
    position: absolute;
    content: '';
    width: 1px;
    height: 100%;
    background: #EAEAEA;
    right: 0;
    top: 50%;
    transform: translate3d(0, -50%, 0);
}

.info-post .item:last-child,
.info-post .item-row:last-child,
.info-post-second .item:last-child,
.info-post-second .item-row:last-child {
    margin-right: 0;
    padding-right: 0;
}

.info-post .item:last-child::before,
.info-post .item-row:last-child::before,
.info-post-second .item:last-child::before,
.info-post-second .item-row:last-child::before {
    display: none;
}

@media screen and (max-width: 640px) {
    .info-post .item.second,
    .info-post .item-row.second,
    .info-post-second .item.second,
    .info-post-second .item-row.second {
        display: none;
    }
}

@media screen and (max-width: 640px) {
    .info-post .item.second.primary,
    .info-post .item-row.second.primary,
    .info-post-second .item.second.primary,
    .info-post-second .item-row.second.primary {
        display: none;
    }
}

.info-post i,
.info-post-second i {
    font-size: 17px;
    flex-grow: 0;
    flex-shrink: 0;
    margin-right: 6px;
    color: #282A30;
}

@media screen and (max-width: 480px) {
    .info-post i,
    .info-post-second i {
        font-size: 11px;
    }
}

.info-post a,
.info-post-second a {
    color: #87898E;
}

.info-second {
    display: flex;
    position: relative;
}

@media screen and (max-width: 640px) {
    .info-second {
        flex-grow: 0;
        flex-shrink: 0;
    }
}

.info-second .status {
    display: flex;
}

@media screen and (max-width: 480px) {
    .info-second .status {
        padding: 4px 7px;
    }
}

@media screen and (max-width: 340px) {
    .info-second .status {
        padding: 4px;
    }
    .info-second .status i {
        margin: 0;
    }
    .info-second .status span {
        display: none;
    }
}

.info-second .adv {
    border: 1px solid #EAEAEA;
    border-radius: 36px;
    color: #87898E;
    padding: 1px 8px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.17;
    display: flex;
    align-items: center;
    margin-left: 4px;
}

@media screen and (max-width: 640px) {
    .info-second .adv {
        font-size: 9px;
    }
}

.link-more {
    display: flex;
    text-align: right;
    text-decoration-line: underline;
    color: #B9A074;
    font-weight: 500;
    font-size: 12px;
    flex-grow: 0;
    flex-shrink: 0;
    margin-left: 10px;
}

@media screen and (min-width: 1025px) {
    .link-more:hover {
        color: #9B8256;
    }
}

.link-more:active {
    color: #876E42;
}

@media screen and (max-width: 640px) {
    .link-more {
        display: none;
    }
}

.comments-field {
    padding: 12px;
    background: #fff;
    border-radius: 16px;
}

.comments-field .row {
    margin-bottom: 12px;
}

.comments-field .row:last-child {
    margin-bottom: 0;
}

.title-section {
    margin-bottom: 8px;
    display: flex;
    align-items: center;
}

.title-section .title {
    font-weight: 700;
    font-size: 18px;
    color: #24231D;
    flex-grow: 1;
    flex-shrink: 1;
}

.title-section .title.second {
    font-size: 22px;
}

@media screen and (max-width: 568px) {
    .title-section .title.second {
        font-size: 20px;
    }
}

.title-section .amount {
    font-weight: 400;
    color: #868686;
}

.title-section .review-link {
    flex-grow: 0;
    flex-shrink: 0;
    font-weight: 700;
    text-decoration-line: underline;
    color: #24231D;
}

@media screen and (min-width: 1025px) {
    .title-section .review-link:hover {
        color: #876E42;
    }
}

@media screen and (max-width: 568px) {
    .title-section .review-link {
        display: none;
    }
}

.comments-item {
    border: 1px solid #EAEAEA;
    border-radius: 16px;
    padding: 12px;
    margin-bottom: 4px;
}

.comments-item:last-child {
    margin-bottom: 0;
}

.comments-item .wrap-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 6px;
}

.comments-item .user-info {
    display: flex;
    align-items: center;
}

@media screen and (min-width: 1025px) {
    .comments-item .user-info:hover .name {
        color: #876E42;
    }
}

.comments-item .image-wrap {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    overflow: hidden;
    flex-grow: 0;
    flex-shrink: 0;
    margin-right: 6px;
}

@media screen and (max-width: 480px) {
    .comments-item .image-wrap {
        width: 24px;
        height: 24px;
    }
}

.comments-item .image-wrap .image {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
}

.comments-item .name {
    font-weight: 600;
    font-size: 16px;
    color: #282A30;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media screen and (max-width: 480px) {
    .comments-item .name {
        font-size: 14px;
    }
}

.comments-item .wrap-bottom {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

@media screen and (max-width: 640px) {
    .comments-item .wrap-bottom {
        flex-direction: column;
    }
}

.comments-item .comment-text {
    color: #87898E;
    max-width: 540px;
}

@media screen and (max-width: 640px) {
    .comments-item .comment-text {
        max-width: 100%;
    }
}

.comments-item .button-delete {
    font-weight: 500;
    font-size: 12px;
    display: flex;
    text-align: right;
    text-decoration-line: underline;
    color: #B9A074;
    flex-grow: 0;
    flex-shrink: 0;
}

@media screen and (min-width: 1025px) {
    .comments-item .button-delete:hover {
        color: #876E42;
    }
}

.button-show {
    font-weight: 500;
    display: flex;
    font-size: 14px;
    align-items: center;
    text-decoration-line: underline;
    color: #B9A074;
    margin: 12px auto 0;
}

@media screen and (min-width: 1025px) {
    .button-show:hover {
        color: #9B8256;
    }
}

.button-show:active {
    color: #876E42;
}

.wrap-tools {
    flex-shrink: 0;
    flex-grow: 0;
    margin-left: 10px;
}

@media screen and (max-width: 640px) {
    .wrap-tools {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 8px 0 0;
        width: 100%;
    }
}

.comment-form {
    border: 1px solid #EAEAEA;
    border-radius: 16px;
}

.comment-form .textarea {
    font-family: inherit;
    font-weight: 400;
    font-size: 14px;
    resize: none;
    border: none;
    background: transparent;
    padding: 12px;
    width: 100%;
    height: 44px;
    display: block;
}

.rating-wrapper {
    border-top: 1px solid #EAEAEA;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px;
}

@media screen and (max-width: 568px) {
    .rating-wrapper {
        flex-direction: column;
    }
}

.rating-wrapper .list {
    display: inline-flex;
    align-items: center;
    box-shadow: inset 0 0 0 1px #EAEAEA;
    border-radius: 60px;
}

@media screen and (min-width: 1025px) {
    .rating-wrapper .list:hover i::before {
        content: "\e93a";
    }
    .rating-wrapper .list label:hover ~ label i::before {
        content: "\e93c";
    }
}

@media screen and (max-width: 568px) {
    .rating-wrapper .list {
        margin-bottom: 12px;
        width: 100%;
    }
}

.rating-wrapper .list.checked i::before {
    content: "\e93a";
}

.rating-wrapper .list.checked input {
    display: none;
}

.rating-wrapper .list.checked input:checked + label ~ label i::before {
    content: "\e93c";
}

.rating-wrapper .list input {
    display: none;
}

.rating-wrapper .item {
    border-right: 1px solid #EAEAEA;
}

.rating-wrapper .item:last-child {
    border-right: 0;
}

.rating-wrapper label {
    padding: 8px 16px;
    cursor: pointer;
    display: flex;
}

@media screen and (max-width: 568px) {
    .rating-wrapper label {
        flex-shrink: 1;
        flex-grow: 1;
        justify-content: center;
    }
}

@media screen and (max-width: 340px) {
    .rating-wrapper label {
        padding: 8px 10px;
    }
}

.rating-wrapper label i {
    color: #B9A074;
    font-size: 18px;
    line-height: 1.125;
}

.rating-wrapper .button {
    font-weight: 600;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    color: #282A30;
    background: #B9A074;
    border-radius: 100px;
    min-width: 160px;
    padding: 10px;
    flex-grow: 0;
    flex-shrink: 0;
}

@media screen and (max-width: 1160px) {
    .rating-wrapper .button {
        min-width: 140px;
    }
}

@media screen and (min-width: 1025px) {
    .rating-wrapper .button.mimas {
        background: #9B8256;
    }
    .rating-wrapper .button.mimas::before {
        background: #B9A074;
    }
}

@media screen and (max-width: 568px) {
    .rating-wrapper .button {
        width: 100%;
    }
}

.accordion-field {
    display: flex;
    flex-wrap: wrap;
}

.accordion-field .title {
    font-weight: 600;
    font-size: 32px;
    color: #282A30;
    margin-bottom: 12px;
}

@media screen and (max-width: 568px) {
    .accordion-field .title {
        font-size: 22px;
    }
}

@media screen and (max-width: 860px) {
    .accordion-field .sidebar-spot {
        width: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0 3px;
        margin-bottom: 6px;
    }
}

.accordion-panel {
    margin-bottom: 12px;
    border-radius: 16px;
    background: #fff;
    overflow: hidden;
    width: 100%;
}

@media screen and (max-width: 568px) {
    .accordion-panel {
        margin-bottom: 6px;
    }
}

.accordion-panel:last-child {
    margin-bottom: 0;
}

.accordion-panel .accordion {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 12px;
}

@media screen and (max-width: 568px) {
    .accordion-panel .accordion {
        padding: 8px 12px;
    }
}

.accordion-panel .accordion.active i::before {
    content: "\e92a";
}

.accordion-panel .accordion.active i.circle {
    border-radius: 12px;
}

.accordion-panel i {
    flex-grow: 0;
    flex-shrink: 0;
    margin-left: 5px;
    font-size: 14px;
}

.accordion-panel i.circle {
    height: 36px;
    width: 36px;
    border-radius: 100%;
    background: #F5F5F5;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
}

.accordion-panel .item {
    display: flex;
    align-items: center;
    flex-grow: 1;
    flex-shrink: 1;
}

.accordion-panel .image {
    width: 22px;
    height: 22px;
    border-radius: 100%;
    overflow: hidden;
    flex-grow: 0;
    flex-shrink: 0;
    margin-right: 10px;
}

@media screen and (max-width: 568px) {
    .accordion-panel .image {
        width: 18px;
        height: 18px;
    }
}

.accordion-panel .image img {
    display: inline-block;
    vertical-align: top;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    max-width: 100%;
    width: 100%;
}

.accordion-panel .text {
    font-weight: 600;
    color: #282A30;
}

.accordion-panel .text span {
    color: rgba(0, 0, 0, 0.6);
    font-weight: 400;
}

.accordion-panel .title-text {
    font-weight: 600;
    color: #282A30;
    font-size: 20px;
}

@media screen and (max-width: 991px) {
    .accordion-panel .title-text {
        font-size: 16px;
    }
}

@media screen and (max-width: 568px) {
    .accordion-panel .title-text {
        font-size: 14px;
    }
}

.accordion-panel .detail-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px;
    font-weight: 500;
    color: #282A30;
    justify-content: space-between;
    border-top: 1px solid #EAEAEA;
}

.accordion-panel i.icon-right-arrow {
    font-size: 9px;
}

/*.accordion-panel .detail {*/
/*    max-height: 0;*/
/*    overflow: hidden;*/
/*    transition: max-height .5s ease;*/
/*}*/

.accordion-panel .text-detail {
    padding: 0 12px 12px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #87898E;
}

@media screen and (max-width: 568px) {
    .accordion-panel .text-detail {
        font-size: 14px;
    }
}

.description {
    padding: 24px 0;
    font-size: 18px;
    color: #87898E;
}

@media screen and (max-width: 568px) {
    .description {
        font-size: 14px;
        padding: 12px 0;
    }
}

.description p {
    margin-bottom: 30px;
}

@media screen and (max-width: 568px) {
    .description p {
        margin-bottom: 20px;
    }
}

.description p:last-child {
    margin-bottom: 0;
}

.spot-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    margin: -6px;
}

.spot-wrap.indent {
    margin: -6px -6px 6px;
}

@media screen and (max-width: 640px) {
    .spot-wrap.indent {
        order: -2;
    }
}

.spot-wrap .spot-item {
    padding: 6px;
    width: 25%;
}

@media screen and (max-width: 640px) {
    .spot-wrap .spot-item {
        width: 50%;
    }
}

@media screen and (max-width: 345px) {
    .spot-wrap .spot-item {
        width: 100%;
    }
}

.spot-wrap img {
    display: inline-block;
    vertical-align: top;
    height: auto;
    width: 100%;
    border-radius: 16px;
}

.transfer-wrap,
.ticket-wrap {
    display: flex;
    height: 100%;
    position: relative;
}

.aside-profile {
    display: flex;
    flex-direction: column;
    border-right: 1px solid #EAEAEA;
    max-width: 192px;
    width: 100%;
    padding: 40px 0 12px;
    flex-shrink: 0;
    flex-grow: 0;
    margin-right: 12px;
}

@media screen and (max-width: 860px) {
    .aside-profile {
        display: none;
    }
}

.aside-list {
    overflow: hidden;
}

.aside-list .item {
    position: relative;
    padding: 0 12px 0 24px;
}

.aside-list .item:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate3d(0, -50%, 0);
    width: 5px;
    height: 20px;
    background: #282A30;
    border-radius: 0 10px 10px 0;
    display: none;
}

.aside-list .item.active:before {
    display: block;
}

.aside-list .item.active a {
    color: #282A30;
}

.aside-list a {
    padding: 10px 0;
    display: flex;
    align-items: center;
    color: #87898E;
}

.aside-list a:active {
    color: #282A30;
}

.aside-list a i {
    font-size: 18px;
    flex-grow: 0;
    flex-shrink: 0;
    margin-right: 8px;
}

.aside-list a:hover i {
    color: #282A30;
}

.aside-list .text {
    display: flex;
    align-items: center;
}

.aside-list .ammount {
    flex-grow: 0;
    flex-shrink: 0;
    margin-left: 12px;
    background: #B9A074;
    display: block;
    text-align: center;
    border-radius: 20px;
    font-weight: 600;
    font-size: 12px;
    line-height: 1;
    width: 36px;
    overflow: hidden;
    color: #282A30;
    padding: 4px;
}

.banner-menu {
    flex-shrink: 0;
    flex-grow: 0;
    margin-top: 20px;
    display: flex;
    justify-content: center;
}

.banner-menu img {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    border-radius: 16px;
}

.transfer-field {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    padding: 24px 0;
    flex-shrink: 1;
    flex-grow: 1;
}

.transfer-field .content {
    max-width: 424px;
    width: 100%;
    flex-shrink: 1;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
}

.transfer-field .content.second {
    max-width: 220px;
}

@media screen and (max-width: 480px) {
    .transfer-field .content.second {
        max-width: 100%;
    }
}

.transfer-field .box-form {
    width: 100%;
}

.transfer-field .row {
    margin-top: 7px;
}

.transfer-field .row:first-child {
    margin-top: 0;
}

.transfer-field .row.hidden {
    margin-top: 4px;
    display: none;
}

@media screen and (max-width: 480px) {
    .transfer-field .row.hidden {
        display: flex;
    }
}

.transfer-field .title {
    font-weight: 600;
    font-size: 24px;
    color: #282A30;
    margin-bottom: 30px;
    text-align: center;
}

@media screen and (max-width: 860px) {
    .transfer-field .title {
        font-size: 22px;
        margin-bottom: 12px;
    }
}

.transfer-field .headline {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 24px;
    color: #282A30;
    text-align: center;
}

@media screen and (max-width: 374px) {
    .transfer-field .headline {
        font-size: 18px;
    }
}

.transfer-field .subtitle {
    color: #87898E;
    text-align: center;
    margin-bottom: 12px;
}

@media screen and (max-width: 374px) {
    .transfer-field .subtitle {
        margin-bottom: 10px;
    }
}

.transfer-field .ava-info {
    text-align: center;
    margin-bottom: 12px;
}

@media screen and (max-width: 374px) {
    .transfer-field .ava-info {
        margin-bottom: 24px;
    }
}

.transfer-field .ava-info img {
    width: 110px;
    height: 110px;
    border-radius: 16px;
    overflow: hidden;
    -o-object-fit: cover;
    object-fit: cover;
    display: inline-block;
    vertical-align: top;
    max-width: 100px;
}

@media screen and (max-width: 374px) {
    .transfer-field .ava-info img {
        width: 72px;
        height: 72px;
    }
}

.transfer-field .wrap-input {
    padding: 4px;
    color: #282A30;
    border: 1px solid #ddd;
    border-radius: 18px;
    display: flex;
    align-items: center;
}

.transfer-field .wrap-input img {
    flex-grow: 0;
    flex-shrink: 0;
    margin-right: 4px;
    width: 28px;
    height: 28px;
    border-radius: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.transfer-field .wrap-input img + input {
    padding-left: 0;
}

.transfer-field .input {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    height: 28px;
    width: 100%;
    padding: 6px 8px;
}

.transfer-field .wrap-box {
    margin-top: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.transfer-field .balace {
    flex-grow: 1;
    flex-shrink: 1;
    font-size: 12px;
    color: #282A30;
}

.transfer-field .link {
    flex-grow: 0;
    flex-shrink: 0;
    font-weight: 600;
    font-size: 12px;
    text-decoration-line: underline;
    color: #B9A074;
}

@media screen and (min-width: 1025px) {
    .transfer-field .link:hover {
        text-decoration: none;
    }
}

@media screen and (max-width: 480px) {
    .transfer-field .link {
        display: none;
    }
}

.transfer-field .button-item {
    font-weight: 600;
    font-size: 14px;
    color: #282A30;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 9px;
    line-height: 1.29;
    background: #B9A074;
    border-radius: 100px;
}

@media screen and (min-width: 1025px) {
    .transfer-field .button-item.mimas {
        background: #9B8256;
    }
    .transfer-field .button-item.mimas::before {
        background: #B9A074;
    }
}

.transfer-field .button-item.second {
    background: rgba(185, 160, 116, 0.1);
    box-shadow: inset 0 0 0 1px #B9A074;
    color: #B9A074;
}

.transfer-field .button-item.primary {
    font-size: 16px;
    padding: 8px;
}

.ticket-field {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    padding: 24px 0;
    flex-shrink: 1;
    flex-grow: 1;
}

.ticket-field .content {
    width: 100%;
    flex-shrink: 1;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
}

.ticket-field .content.second {
    max-width: 220px;
}

@media screen and (max-width: 480px) {
    .ticket-field .content.second {
        max-width: 100%;
    }
}

.checkbox-label {
    display: inline-flex;
    align-items: flex-start;
    cursor: pointer;
}

.checkbox-label .checkbox {
    display: inline-flex;
    vertical-align: top;
    position: relative;
    font-weight: 500;
    color: #282A30;
    cursor: pointer;
    position: relative;
    margin-right: 10px;
    flex-shrink: 0;
    flex-grow: 0;
    width: 20px;
    border: 1px solid #E4E4E4;
    transition: background .2s, border .2s;
    border-radius: 5px;
    height: 20px;
}

@media screen and (min-width: 1025px) {
    .checkbox-label .checkbox:hover {
        background: #fff;
    }
}

.checkbox-label .checkbox::after {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    z-index: 2;
    width: 20px;
    height: 20px;
    background: url("../images/checkbox.svg") no-repeat center;
    opacity: 0;
    transform: scale(0.6);
    transition: opacity .2s, transform .2s;
}

.checkbox-label strong {
    font-weight: 600;
    font-size: 18px;
}

@media screen and (max-width: 640px) {
    .checkbox-label strong {
        font-size: 14px;
    }
}

.checkbox-label span:not(.checkbox) {
    padding: 1px 0;
}

.checkbox-label span a {
    text-decoration-line: underline;
    color: #B9A074;
}

@media screen and (min-width: 1025px) {
    .checkbox-label span a:hover {
        color: #876E42;
    }
}

.checkbox-input {
    display: none;
}

.checkbox-input:checked + .checkbox {
    background: rgba(47, 175, 91, 0.1);
    border: 1px solid #2FAF5B;
}

.checkbox-input:checked + .checkbox::after {
    opacity: 1;
    transform: scale(1);
}

.section-tools {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 12px;
}

@media screen and (max-width: 568px) {
    .section-tools {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 14px;
    }
}

.section-tools .wrap {
    flex-grow: 1;
    flex-shrink: 1;
}

.section-tools .wrap.second {
    display: flex;
    align-items: center;
    width: 100%;
}

.box-title {
    font-weight: 600;
    font-size: 24px;
    color: #282A30;
    flex-grow: 1;
    flex-shrink: 1;
}

@media screen and (max-width: 568px) {
    .box-title {
        font-size: 22px;
    }
}

.box-subtitle {
    color: #87898E;
    margin-top: 2px;
}

.filters-group {
    flex-grow: 0;
    flex-shrink: 0;
}

@media screen and (max-width: 568px) {
    .filters-group {
        width: 100%;
        margin-top: 12px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
}

.filters-group .text {
    font-weight: 600;
    font-size: 20px;
    color: #282A30;
    display: none;
}

@media screen and (max-width: 568px) {
    .filters-group .text {
        display: block;
    }
}

.filters-group .button-clear-mob {
    margin-right: 20px;
    flex-grow: 0;
    flex-shrink: 0;
    font-weight: 500;
    text-decoration-line: underline;
    color: #B9A074;
    display: none;
}

@media screen and (max-width: 568px) {
    .filters-group .button-clear-mob.active {
        display: block;
    }
}

.section-tools-btn {
    display: flex;
    align-items: center;
    margin: -2px;
    flex-grow: 0;
    flex-shrink: 0;
}

.section-tools-btn .button {
    height: 36px;
    width: 36px;
    border: 1px solid #EAEAEA;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #282A30;
}

.section-tools-btn .button:active {
    color: #B9A074;
}

.section-tools-btn .button.active i {
    font-size: 12px;
    color: #282A30;
}

.section-tools-btn .button.active i::before {
    content: "\e91a";
}

@media screen and (min-width: 1025px) {
    .section-tools-btn .button:hover {
        border: 1px solid #B9A074;
    }
}

.section-tools-btn .item {
    padding: 2px;
}

.section-tools-btn i {
    font-size: 15px;
}

.link-detail {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7px;
    line-height: 1.25;
    font-weight: 600;
    font-size: 16px;
    min-width: 140px;
    background: #EFEDE8;
    border: 1px solid #B9A074;
    border-radius: 18px;
    color: #B9A074;
}

.link-detail.mobile {
    display: none;
    margin-top: 12px;
}

@media screen and (max-width: 640px) {
    .link-detail.mobile {
        display: flex;
    }
}

@media screen and (min-width: 1025px) {
    .link-detail.mimas {
        background: #E9E4DB;
        color: #B9A074;
    }
    .link-detail.mimas::before {
        background: #EFEDE8;
    }
}

@media screen and (max-width: 640px) {
    .link-detail {
        display: none;
    }
}

.filter-block {
    width: 100%;
    max-width: 880px;
    align-items: center;
    margin-top: 12px;
    display: none;
}

@media screen and (max-width: 640px) {
    .filter-block {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media screen and (max-width: 568px) {
    .filter-block {
        margin-top: 16px;
    }
}

.filter-block.active {
    display: flex;
}

.filter-block .item-dropped {
    margin-left: 12px;
    position: relative;
    flex: 100%;
}

@media screen and (max-width: 640px) {
    .filter-block .item-dropped {
        width: 100%;
        margin: 7px 0 0;
    }
}

.filter-block .item-dropped:first-child {
    margin: 0;
}

.select-button {
    border: 1px solid #EAEAEA;
    border-radius: 18px;
    padding: 8px 12px;
    font-size: 14px;
    color: #87898E;
    display: flex;
    align-items: center;
    width: 100%;
    line-height: 1.29;
}

.select-button.active i {
    transform: rotate(180deg);
}

.select-button .text {
    flex-grow: 1;
    flex-shrink: 1;
    text-align: start;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-right: 4px;
}

.select-button i {
    flex-grow: 0;
    flex-shrink: 0;
    color: #282A30;
    font-size: 10px;
    transition: transform .3s;
}

.hidden-area {
    position: absolute;
    width: 100%;
    top: calc(100% + 5px);
    z-index: 4;
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    max-height: 177px;
    overflow-y: auto;
    display: none;
}

.hidden-area.open {
    display: block;
}

.hidden-area .item {
    padding: 12px;
    color: #282A30;
    cursor: pointer;
    font-weight: 600;
}

.hidden-area .item.selected {
    background-color: #EAEAEA;
}

.hidden-area .item:active {
    background: #E0E0E0;
}

@media screen and (min-width: 1025px) {
    .hidden-area .item:hover {
        background: #EAEAEA;
    }
}

.button-clear {
    flex-grow: 0;
    flex-shrink: 0;
    font-weight: 500;
    text-decoration-line: underline;
    margin-left: 12px;
    color: #B9A074;
}

@media screen and (max-width: 640px) {
    .button-clear {
        margin: 12px 0 0;
    }
}

@media screen and (max-width: 568px) {
    .button-clear {
        display: none;
    }
}

.pagination-list {
    display: flex;
    border: 1px solid #EAEAEA;
    border-radius: 18px;
    overflow: hidden;
    margin-top: 12px;
}

.pagination-list .list {
    display: flex;
    flex-shrink: 1;
    flex-grow: 1;
    justify-content: space-around;
    max-width: 690px;
    width: 100%;
    margin: 0 auto;
}

.pagination-list .item {
    font-weight: 500;
    color: #282A30;
    line-height: 1;
    text-align: center;
}

@media screen and (max-width: 640px) {
    .pagination-list .item {
        display: none;
    }
}

@media screen and (max-width: 480px) {
    .pagination-list .item {
        font-size: 12px;
    }
}

.pagination-list .item:not(.pager) {
    padding: 2px;
}

.pagination-list .item:not(.pager) a {
    border-radius: 16px;
    min-width: 32px;
    height: 32px;
    padding: 2px;
}

@media screen and (max-width: 480px) {
    .pagination-list .item:not(.pager) a {
        min-width: 28px;
        height: 28px;
    }
}

@media screen and (max-width: 640px) {
    .pagination-list .item.active {
        display: block;
    }
    .pagination-list .item.active + * {
        display: block;
    }
    .pagination-list .item.active + * + * {
        display: block;
    }
}

.pagination-list .item.active a {
    background: #B9A074;
    pointer-events: none;
}

.pagination-list .item.pager {
    flex-grow: 0;
    flex-shrink: 0;
    min-width: 80px;
}

@media screen and (max-width: 640px) {
    .pagination-list .item.pager {
        display: block;
    }
}

@media screen and (max-width: 480px) {
    .pagination-list .item.pager {
        min-width: 48px;
    }
}

.pagination-list .item.pager:first-child {
    border-right: 1px solid #EAEAEA;
}

.pagination-list .item.pager:last-child {
    border-left: 1px solid #EAEAEA;
}

.pagination-list .item.pager a {
    width: 100%;
}

@media screen and (max-width: 480px) {
    .pagination-list .item.pager span {
        display: none;
    }
}

.pagination-list .item.pager i {
    display: none;
}

@media screen and (max-width: 480px) {
    .pagination-list .item.pager i {
        display: block;
        font-size: 9px;
    }
}

@media screen and (max-width: 640px) {
    .pagination-list .dots {
        display: block;
    }
    .pagination-list .dots + * {
        display: block;
    }
}

.pagination-list .dots span {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.pagination-list a {
    display: inline-flex;
    vertical-align: top;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: #282A30;
}

@media screen and (min-width: 1025px) {
    .pagination-list a:hover {
        background: #876E42;
        color: #fff;
    }
}

.spot-section {
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 12px;
}

@media screen and (max-width: 640px) {
    .spot-section.second {
        display: none;
    }
}

.spot-section img {
    width: 100%;
    height: auto;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: inline-block;
    vertical-align: top;
}

.description-models {
    display: grid;
    grid-template-columns: calc(100% - 460px - 12px) 460px;
    grid-auto-flow: column;
    grid-gap: 12px;
    align-items: flex-start;
}

@media screen and (max-width: 1024px) {
    .description-models {
        display: flex;
        flex-direction: column;
    }
}

.description-models.secondary {
    grid-template-columns: calc(100% - 385px - 12px) 385px;
}

.description-models.secondary .descripton {
    margin: -4px;
    flex-wrap: wrap;
}

.description-models.secondary .description-name,
.description-models.secondary .description-date {
    padding: 4px;
}

.description-models .row {
    background: #fff;
    border-radius: 16px;
    padding: 15px 12px 12px;
    width: 100%;
    margin-bottom: 12px;
}

@media screen and (max-width: 1024px) {
    .description-models .row {
        margin-bottom: 0;
    }
}

.description-models .row:last-child {
    margin-bottom: 0;
}

.description-models .box {
    grid-column: 2;
    grid-row: 1 / span 3;
    width: 100%;
}

@media screen and (max-width: 1024px) {
    .description-models .box {
        order: -1;
    }
}

.description-models .box .row {
    margin-top: 12px;
}

.description-models .box .row:first-child {
    margin-top: 0;
}

@media screen and (max-width: 1024px) {
    .description-models .col,
    .description-models .column {
        width: 100%;
    }
}

@media screen and (max-width: 1024px) {
    .description-models .col.second,
    .description-models .column.second {
        width: 100%;
    }
}

.descripton {
    display: flex;
    align-items: center;
}

.description-name {
    display: flex;
    align-items: center;
    flex-grow: 1;
    flex-shrink: 1;
}

.description-name .image-link {
    flex-grow: 0;
    flex-shrink: 0;
    display: inline-block;
    vertical-align: top;
    margin-right: 8px;
}

.description-name img {
    width: 36px;
    height: 36px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 100%;
}

.description-name .name {
    font-weight: 600;
    font-size: 16px;
    color: #282A30;
}

@media screen and (min-width: 1025px) {
    .description-name .name:hover {
        color: #B9A074;
    }
}

@media screen and (max-width: 340px) {
    .description-name .name {
        font-size: 14px;
    }
}

.description-name .status {
    flex-grow: 0;
    flex-shrink: 0;
    font-weight: 500;
    margin-left: 6px;
    font-size: 12px;
    padding: 3px 6px;
    line-height: 1.34;
    background: rgba(185, 160, 116, 0.1);
    box-shadow: inset 0 0 0 1px #B9A074;
    border-radius: 12px;
}

@media screen and (max-width: 480px) {
    .description-name .status {
        padding: 4px;
    }
}

.description-name .status span {
    margin-left: 3px;
}

@media screen and (max-width: 480px) {
    .description-name .status span {
        display: none;
    }
}

.description-name .status i {
    font-size: 16px;
}

@media screen and (max-width: 480px) {
    .description-name .status i {
        font-size: 14px;
    }
}

.description-date {
    display: flex;
    align-items: center;
    flex-grow: 0;
    flex-shrink: 0;
    font-size: 16px;
    margin-left: 5px;
}

@media screen and (max-width: 480px) {
    .description-date {
        font-size: 14px;
    }
}

.description-date i {
    font-size: 16px;
    margin-right: 4px;
}

@media screen and (max-width: 480px) {
    .description-date i {
        display: none;
    }
}

.description-text {
    font-size: 16px;
    color: #282A30;
}

@media screen and (max-width: 640px) {
    .description-text {
        font-size: 14px;
    }
}

.description-text p {
    margin-bottom: 16px;
}

@media screen and (max-width: 640px) {
    .description-text p {
        margin-bottom: 14px;
    }
}

.description-text p:last-child {
    margin-bottom: 0;
}

.tabs-list {
    align-items: center;
    position: relative;
    display: flex;
}

.tabs-list::before {
    position: absolute;
    content: '';
    background: #F5F5F5;
    border-radius: 14px;
    width: 100%;
    height: 4px;
    box-shadow: 0 0 0 1px #F5F5F5;
    left: 0;
    right: 0;
    bottom: 0;
}

.tabs-list .item {
    position: relative;
    padding-bottom: 18px;
    font-size: 16px;
    flex-shrink: 1;
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #87898E;
    cursor: pointer;
    overflow: hidden;
}

@media screen and (max-width: 640px) {
    .tabs-list .item {
        font-size: 14px;
    }
}

.tabs-list .item.active {
    color: #282A30;
}

.tabs-list .item.active ~ .underline {
    width: 100%;
}

.tabs-list .item i {
    font-size: 18px;
    flex-grow: 0;
    flex-shrink: 0;
    margin-right: 6px;
}

@media screen and (max-width: 640px) {
    .tabs-list .item i {
        font-size: 16px;
    }
}

.underline {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 4px;
    background-color: #282A30;
    border-radius: 10px;
    transform-origin: left;
    width: 0;
    transition: transform .3s ease-in-out, width .3s;
}

.tab-list {
    margin-top: 18px;
    border: 1px solid #EAEAEA;
    border-radius: 16px;
    display: none;
}

.tab-list.active {
    display: block;
}

.tab-list .checkbox-label {
    display: block;
    width: 100%;
}

.tab-list .checkbox {
    padding: 0;
    width: 100%;
    font-size: 16px;
    color: #87898E;
    font-weight: 400;
}

.tab-list .checkbox::before, .tab-list .checkbox:after {
    right: 0;
    left: auto;
}

.tab-list .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px;
    border-bottom: 1px solid #EAEAEA;
    font-size: 16px;
    color: #282A30;
}

@media screen and (max-width: 640px) {
    .tab-list .item {
        font-size: 14px;
    }
}

.tab-list .item:last-child {
    border-bottom: none;
}

.tab-list .type {
    color: #87898E;
}

.tab-list svg {
    flex-grow: 0;
    flex-shrink: 0;
    margin-left: 10px;
}

.map-field {
    margin-bottom: 8px;
    border-radius: 16px;
    overflow: hidden;
    width: 100%;
}

.map-field img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    display: inline-block;
    vertical-align: top;
}

.twocolumns-group {
    display: flex;
}

@media screen and (max-width: 860px) {
    .twocolumns-group {
        flex-direction: column;
    }
}

.twocolumns-group .column {
    flex-grow: 1;
    flex-shrink: 1;
    display: flex;
    flex-direction: column;
}

.twocolumns-group .column.second {
    max-width: 166px;
    margin-left: 12px;
    flex-shrink: 0;
    flex-grow: 0;
}

@media screen and (max-width: 860px) {
    .twocolumns-group .column.second {
        flex-direction: row;
        justify-content: space-between;
        max-width: 100%;
        margin: 12px 0 0;
    }
}

@media screen and (max-width: 860px) {
    .twocolumns-group .sidebar-spot {
        margin: 0 0 0 12px;
    }
    .twocolumns-group .sidebar-spot:first-child {
        margin: 0;
    }
}

@media screen and (max-width: 568px) {
    .twocolumns-group .sidebar-spot:last-child {
        display: none;
    }
}

.router-bar {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    border: 1px solid #EAEAEA;
    border-radius: 16px;
    line-height: 1.25;
    margin-bottom: 12px;
    flex-shrink: 0;
    flex-grow: 0;
    overflow: hidden;
}

@media screen and (max-width: 640px) {
    .router-bar {
        order: 1;
        margin: 12px 0 0;
    }
}

@media screen and (max-width: 640px) {
    .router-bar {
        flex-wrap: wrap;
    }
}

.router-bar .pager {
    padding: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 0;
    flex-shrink: 0;
    font-weight: 500;
    font-size: 16px;
    color: #282A30;
}

@media screen and (min-width: 1025px) {
    .router-bar .pager.mimas {
        background: #B9A074;
    }
    .router-bar .pager.mimas::before {
        background: #F5F5F5;
        width: 140%;
        left: -20%;
    }
}

.router-bar .pager i {
    font-size: 16px;
}

.router-bar .pager:first-child {
    border-right: 1px solid #EAEAEA;
    margin-right: 12px;
}

@media screen and (max-width: 640px) {
    .router-bar .pager:first-child {
        order: -2;
        border-right: none;
    }
}

.router-bar .pager:first-child i {
    margin-right: 12px;
}

.router-bar .pager:last-child {
    border-left: 1px solid #EAEAEA;
    margin-left: 12px;
}

@media screen and (max-width: 640px) {
    .router-bar .pager:last-child {
        border-left: none;
        order: -2;
        margin-left: auto;
    }
}

.router-bar .pager:last-child i {
    margin-left: 12px;
}

.router-bar .title {
    flex-grow: 1;
    flex-shrink: 1;
    text-align: left;
    font-weight: 600;
    font-size: 20px;
    color: #282A30;
}

.router-bar .title span {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: block;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media screen and (max-width: 640px) {
    .router-bar .title span {
        -webkit-line-clamp: 2;
        font-size: 18px;
    }
}

@media screen and (max-width: 640px) {
    .router-bar .title {
        width: 100%;
        border-top: 1px solid #EAEAEA;
        padding: 12px 20px;
    }
}

.gallery-info {
    margin-top: 12px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 12px;
    background: #B9A074;
    border-radius: 16px;
}

@media screen and (max-width: 568px) {
    .gallery-info {
        flex-direction: column;
        width: 100%;
    }
}

.gallery-list {
    display: flex;
    flex-wrap: wrap;
    margin: -4px -6px;
    width: calc(100% + 12px);
}

@media screen and (max-width: 568px) {
    .gallery-list {
        flex-direction: column;
    }
}

.gallery-list.secondary i {
    background: transparent;
    color: #282A30;
    border: 1px solid #ddd;
}

.gallery-list.secondary .wrap {
    flex-direction: column;
    align-items: flex-start;
}

.gallery-list.secondary .list-type {
    font-size: 14px;
}

.gallery-list.secondary .list-name {
    font-size: 16px;
    text-align: start;
}

.gallery-list .item {
    display: flex;
    align-items: center;
    padding: 4px 6px;
}

.gallery-list .item.second {
    flex-shrink: 1;
    flex-grow: 1;
}

.gallery-list .item.second ~ .item {
    flex-shrink: 0;
    flex-grow: 0;
}

.gallery-list .list-type {
    font-size: 12px;
    color: #282A30;
}

@media screen and (max-width: 568px) {
    .gallery-list .list-type {
        flex-grow: 0;
        flex-shrink: 0;
        margin-right: 10px;
    }
}

.gallery-list .list-name {
    color: #282A30;
    font-size: 14px;
    font-weight: 500;
}

@media screen and (max-width: 568px) {
    .gallery-list .list-name {
        flex-shrink: 1;
        flex-grow: 1;
        text-align: right;
        word-break: break-all;
    }
}

.gallery-list .list-name.second {
    max-width: 210px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media screen and (max-width: 480px) {
    .gallery-list .list-name.second {
        max-width: 190px;
    }
}

@media screen and (max-width: 340px) {
    .gallery-list .list-name.second {
        max-width: 100px;
    }
}

@media screen and (max-width: 568px) {
    .gallery-list .list-name span {
        display: none;
    }
}

.gallery-list a {
    color: #282A30;
    text-decoration: underline;
}

@media screen and (min-width: 1025px) {
    .gallery-list a:hover {
        text-decoration: none;
    }
}

.gallery-list i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #282A30;
    font-size: 16px;
    color: #B9A074;
    flex-grow: 0;
    flex-shrink: 0;
    margin-right: 12px;
}

@media screen and (max-width: 568px) {
    .gallery-list .wrap {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }
}

.gallery-price-wrap {
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    margin-left: 12px;
}

@media screen and (max-width: 568px) {
    .gallery-price-wrap {
        width: 100%;
        flex-direction: column;
        margin: 12px 0 0;
    }
}

.gallery-price-wrap i {
    width: 36px;
    height: 36px;
    background: #282A30;
    color: #B9A074;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    font-size: 18px;
    flex-grow: 0;
    flex-shrink: 0;
    margin-right: 12px;
}

@media screen and (max-width: 568px) {
    .gallery-price-wrap i {
        display: none;
    }
}

.gallery-price-wrap .text-mobile {
    display: none;
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 18px;
    color: #282A30;
}

@media screen and (max-width: 568px) {
    .gallery-price-wrap .text-mobile {
        display: block;
    }
}

.gallery-price {
    display: flex;
}

@media screen and (max-width: 568px) {
    .gallery-price {
        flex-direction: column;
        width: 100%;
    }
}

.gallery-price .item {
    line-height: 1.2;
    display: flex;
    flex-direction: column;
    color: #282A30;
    margin-right: 12px;
    padding-right: 12px;
    position: relative;
}

@media screen and (max-width: 568px) {
    .gallery-price .item {
        justify-content: space-between;
        flex-direction: row;
        margin: 0 0 8px;
        padding: 0;
    }
}

.gallery-price .item::before {
    position: absolute;
    content: '';
    right: 0;
    top: 50%;
    transform: translate3d(0, -50%, 0) rotate(15deg);
    height: 100%;
    width: 1px;
    background: #282A30;
}

@media screen and (max-width: 568px) {
    .gallery-price .item::before {
        display: none;
    }
}

.gallery-price .item:last-child {
    padding-right: 0;
    margin: 0;
}

.gallery-price .item:last-child::before {
    display: none;
}

.gallery-price .type {
    color: rgba(40, 42, 48, 0.4);
}

.gallery-price .name {
    font-weight: 500;
    margin-top: 2px;
}

.album-container {
    position: relative;
    flex-shrink: 1;
    flex-grow: 1;
}

@media screen and (max-width: 568px) {
    .album-container {
        margin: 0 -14px;
    }
}

.album-container .more {
    position: absolute;
    bottom: 12px;
    right: 12px;
    background-color: #fff;
    padding: 10px 12px;
    border-radius: 18px;
    color: #282A30;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 500;
    display: flex;
    align-items: center;
}

@media screen and (min-width: 1025px) {
    .album-container .more.mimas {
        background: #E9E4DB;
    }
    .album-container .more.mimas::before {
        background: #fff;
    }
}

@media screen and (max-width: 568px) {
    .album-container .more {
        left: 50%;
        right: auto;
        bottom: 10%;
        transform: translate3d(-50%, 0, 0);
        text-align: center;
    }
}

.album-container .more i {
    font-size: 16px;
    flex-shrink: 0;
    flex-grow: 0;
    margin-right: 6px;
}

@media screen and (max-width: 568px) {
    .album-slider {
        position: relative;
        width: 100%;
        overflow: hidden;
    }
}

.album-items-container {
    display: grid;
    grid-gap: 6px;
    grid-template-columns: repeat(4, 1fr);
}

@media screen and (max-width: 568px) {
    .album-items-container {
        display: flex;
        grid-gap: 0;
        padding: 10px 0;
        transition: transform .3s ease;
    }
}

@media screen and (max-width: 568px) {
    .album-item {
        flex: 0 0 100%;
        transition: opacity .3s;
    }
    .album-item.active img {
        transform: scale(0.9);
    }
    .album-item.prev {
        opacity: .4;
    }
    .album-item.prev img {
        transform: scale(1.05);
    }
    .album-item.next {
        opacity: .4;
    }
    .album-item.next img {
        transform: scale(1.05);
    }
}

.album-item:first-child {
    grid-column: 1 / 3;
    grid-row: 1 / 3;
}

.album-item img {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 16px;
    overflow: hidden;
    transform: scale(1);
    transition: transform .3s;
}

.slider-controls {
    position: absolute;
    top: 42px;
    left: 35px;
    background-color: #fff;
    padding: 9px 12px;
    border-radius: 23px;
    font-weight: 500;
    line-height: 1.2;
    display: none;
}

@media screen and (max-width: 568px) {
    .slider-controls {
        display: block;
    }
}

.box-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 12px 0;
    flex-shrink: 1;
    flex-grow: 1;
}

.box-content .tab-list {
    border: none;
    margin-top: 12px;
}

.box-content .content {
    display: flex;
    flex-direction: column;
    height: 100%;
    flex-shrink: 1;
    flex-grow: 1;
    width: 100%;
}

.box-content .content.primary {
    flex-shrink: 1;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    max-width: 425px;
}

.box-content .icon-congratulation {
    font-size: 108px;
    color: #000;
    margin-bottom: 14px;
}

@media screen and (max-width: 480px) {
    .box-content .icon-congratulation {
        font-size: 71px;
    }
}

.box-content .headline {
    font-weight: 600;
    font-size: 24px;
    color: #282A30;
    margin-bottom: 10px;
}

@media screen and (max-width: 480px) {
    .box-content .headline {
        font-size: 18px;
    }
}

.box-content .subtitle {
    color: #87898E;
    margin-bottom: 12px;
    text-align: center;
    max-width: 300px;
}

.box-content .button-item {
    font-weight: 600;
    font-size: 16px;
    color: #282A30;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 8px;
    line-height: 1.29;
    background: #B9A074;
    border-radius: 100px;
}

@media screen and (min-width: 1025px) {
    .box-content .button-item.mimas {
        background: #9B8256;
    }
    .box-content .button-item.mimas::before {
        background: #B9A074;
    }
}

@media screen and (max-width: 480px) {
    .box-content .button-item {
        font-size: 14px;
        padding: 9px;
    }
}

.notify-list {
    border: 1px solid #EAEAEA;
    border-radius: 16px;
}

.notify-list .item {
    display: flex;
    padding: 12px;
    border-bottom: 1px solid #EAEAEA;
}

.notify-list .item:last-child {
    border: none;
}

@media screen and (max-width: 568px) {
    .notify-list .item {
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }
}

.notify-list i {
    position: absolute;
    top: 0;
    left: 0;
    height: 36px;
    width: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #B9A074;
    background: rgba(185, 160, 116, 0.1);
    border: 1px solid #B9A074;
    border-radius: 100%;
}

@media screen and (max-width: 568px) {
    .notify-list i {
        order: -1;
    }
}

.notify-list a {
    font-weight: 500;
    display: inline-block;
    vertical-align: top;
    text-decoration-line: underline;
    color: #B9A074;
    margin-top: 8px;
}

@media screen and (max-width: 568px) {
    .notify-list a {
        font-size: 12px;
    }
}

@media screen and (min-width: 1025px) {
    .notify-list a:hover {
        color: #9B8256;
    }
}

.notify-list a:active {
    color: #876E42;
}

.notify-list .content-item {
    flex-grow: 1;
    flex-shrink: 1;
    position: relative;
    padding-left: 48px;
}

@media screen and (max-width: 568px) {
    .notify-list .content-item {
        width: 100%;
        padding-left: 0;
    }
}

.notify-list .wrapped-head {
    display: flex;
    margin-bottom: 4px;
}

@media screen and (max-width: 568px) {
    .notify-list .wrapped-head {
        flex-direction: column;
    }
}

.notify-list .title-text {
    font-weight: 600;
    font-size: 16px;
    color: #3C4550;
    flex-grow: 1;
    flex-shrink: 1;
}

@media screen and (max-width: 568px) {
    .notify-list .title-text {
        font-size: 14px;
        order: 2;
    }
}

.notify-list .color {
    color: #282A30;
}

.notify-list .text {
    font-size: 12px;
    color: #87898E;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: block;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media screen and (max-width: 568px) {
    .notify-list .text {
        font-size: 12px;
        -webkit-line-clamp: 3;
    }
}

.notify-action {
    display: flex;
    align-items: flex-start;
    flex-grow: 0;
    flex-shrink: 0;
    padding: 3px 0;
    margin-left: 10px;
}

@media screen and (max-width: 568px) {
    .notify-action {
        justify-content: flex-end;
        margin: 0 0 12px;
        padding: 10px 0 10px 48px;
    }
}

.notify-action .item-action {
    font-size: 12px;
    display: flex;
    padding-right: 8px;
    margin-right: 8px;
    position: relative;
}

.notify-action .item-action::before {
    position: absolute;
    content: '';
    width: 1px;
    height: 100%;
    background: #EAEAEA;
    right: 0;
    top: 50%;
    transform: translate3d(0, -50%, 0);
}

.notify-action .item-action:last-child::before {
    display: none;
}

.notify-action .btn {
    text-decoration-line: underline;
    color: #B9A074;
    font-weight: 500;
}

@media screen and (min-width: 1025px) {
    .notify-action .btn:hover {
        color: #9B8256;
    }
}

.notify-action .btn:active {
    color: #876E42;
}

.notify-action .date {
    font-size: 12px;
    color: #87898E;
}

@media screen and (max-width: 568px) {
    .notify-action .date {
        order: -1;
    }
}

.panel-ads {
    display: flex;
    position: relative;
}

@media screen and (max-width: 640px) {
    .panel-ads {
        flex-direction: column;
    }
}

.panel-ads::before {
    position: absolute;
    content: '';
    background: #EAEAEA;
    border-radius: 14px;
    width: 100%;
    height: 4px;
    box-shadow: 0 0 0 2px #EAEAEA;
    left: 0;
    right: 0;
    bottom: 0;
}

@media screen and (max-width: 991px) {
    .panel-ads::before {
        display: none;
    }
}

@media screen and (max-width: 991px) {
    .panel-ads .underline {
        display: none;
    }
}

.panel-ads .tabs-list {
    flex-shrink: 1;
    flex-grow: 1;
}

@media screen and (max-width: 991px) {
    .panel-ads .tabs-list {
        flex-wrap: wrap;
        margin: -4px;
    }
}

.panel-ads .tabs-list:before {
    display: none;
}

.panel-ads .item {
    font-weight: 600;
    font-size: 24px;
}

@media screen and (max-width: 1160px) {
    .panel-ads .item {
        font-size: 20px;
    }
}

@media screen and (max-width: 991px) {
    .panel-ads .item {
        font-size: 14px;
        background: #FFFFFF;
        border-radius: 20px;
        padding: 10px;
        margin: 4px;
        width: calc(50% - 8px);
    }
    .panel-ads .item:last-child {
        margin: 0;
    }
}

.panel-ads .item-tab {
    font-size: 23px;
    font-weight: 600;
    color: rgba(23, 28, 29, 0.4);
}

.panel-ads .link-add {
    flex-shrink: 0;
    flex-grow: 0;
    margin-left: 20px;
    font-weight: 600;
    font-size: 16px;
    color: #B9A074;
    display: flex;
    justify-content: center;
    padding: 7px;
    line-height: 1.25;
    background: rgba(185, 160, 116, 0.1);
    border: 1px solid #B9A074;
    border-radius: 32px;
    min-width: 140px;
    align-self: self-start;
}

@media screen and (min-width: 1025px) {
    .panel-ads .link-add.mimas {
        background: #E9E4DB;
        color: #B9A074;
    }
    .panel-ads .link-add.mimas::before {
        background: #EFEDE8;
    }
}

@media screen and (max-width: 640px) {
    .panel-ads .link-add {
        min-width: 100%;
        margin: 12px 0 0;
        background: #B9A074;
        color: #282A30;
    }
}

.add-flex {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

@media screen and (max-width: 991px) {
    .add-flex {
        flex-direction: row;
        margin: -4px;
    }
}

.add-flex .wrapper-post {
    flex-grow: 1;
    flex-shrink: 1;
    width: auto;
}

.add-flex .rating-item {
    align-items: stretch;
    padding: 0;
}

@media screen and (max-width: 991px) {
    .add-flex .rating-item {
        flex-direction: column;
        width: calc(33.333% - 8px);
        position: relative;
        margin: 4px;
    }
}

@media screen and (max-width: 568px) {
    .add-flex .rating-item {
        width: calc(50% - 8px);
    }
}

@media screen and (max-width: 991px) {
    .add-flex .status {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 28px;
        width: 28px;
        position: absolute;
        z-index: 1;
        top: 10px;
        right: 10px;
        margin: 0;
        box-shadow: none;
        background: #FFFFFF;
    }
}

@media screen and (max-width: 991px) {
    .add-flex .status i {
        margin: 0;
        font-size: 15px;
    }
}

@media screen and (max-width: 991px) {
    .add-flex .status span {
        display: none;
    }
}

@media screen and (max-width: 991px) {
    .add-flex .model-image {
        padding-bottom: 100%;
        max-width: 100%;
        margin: 0;
    }
}

@media screen and (max-width: 991px) {
    .add-flex .model-image img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
    }
}

@media screen and (max-width: 991px) {
    .add-flex .bottom-wrap {
        display: none;
    }
}

.add-flex .link-wrap {
    flex-shrink: 1;
    flex-grow: 1;
    display: flex;
    padding: 6px;
}

@media screen and (max-width: 991px) {
    .add-flex .link-wrap {
        flex-direction: column;
    }
}

.add-flex .title {
    font-size: 14px;
    max-width: 440px;
    margin-bottom: 10px;
}

@media screen and (max-width: 991px) {
    .add-flex .title {
        margin: 4px 0 0;
        -webkit-line-clamp: 2;
    }
}

.add-flex .item {
    font-size: 12px;
    color: #87898E;
}

.add-flex i {
    font-size: 15px;
}

.add-flex .info-second {
    margin-left: 12px;
}

.add-flex .link-ads {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    border: 1px dashed #EAEAEA;
    border-radius: 16px;
    font-weight: 500;
    color: #282A30;
    line-height: 1.36;
    margin-bottom: 8px;
}

@media screen and (min-width: 1025px) {
    .add-flex .link-ads:hover {
        color: #9B8256;
    }
}

.add-flex .link-ads:active {
    color: #876E42;
}

@media screen and (max-width: 991px) {
    .add-flex .link-ads {
        order: 1;
        align-self: flex-end;
        width: 100%;
        margin: 0;
    }
}

.add-flex .link-ads i {
    font-size: 32px;
    flex-grow: 0;
    flex-shrink: 0;
    margin-right: 8px;
}

@media screen and (min-width: 1025px) {
    .add-flex .btn:hover i {
        color: #9B8256;
    }
}

.add-flex .btn:active i {
    background: #B9A074;
    color: #282A30;
    border: 1px solid #B9A074;
}

.mobile-btn {
    display: none;
    z-index: 1;
    position: absolute;
    bottom: 4px;
    right: 4px;
}

@media screen and (max-width: 991px) {
    .mobile-btn {
        display: block;
    }
}

.mobile-btn .item-btn {
    margin-bottom: 4px;
}

.mobile-btn .item-btn:last-child {
    margin-bottom: 0;
}

.mobile-btn .btn {
    width: 28px;
    height: 28px;
    color: #282A30;
    background: #FFFFFF;
    border-radius: 45px;
}

.mobile-btn i {
    font-size: 15px;
}

.content-tools {
    flex-grow: 0;
    flex-shrink: 0;
    padding: 6px 6px 6px 12px;
    margin-left: 12px;
    display: flex;
    align-items: center;
    border-left: 1px solid #EAEAEA;
}

@media screen and (max-width: 991px) {
    .content-tools {
        border-left: none;
        padding: 0 4px 4px;
        margin: 0;
    }
}

.content-tools .list {
    display: flex;
    align-items: center;
}

@media screen and (max-width: 991px) {
    .content-tools .list {
        width: 100%;
    }
}

.content-tools i {
    height: 36px;
    width: 36px;
    border: 1px solid #EAEAEA;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #282A30;
}

.content-tools .item-btn {
    display: flex;
    align-items: center;
    margin-right: 7px;
}

@media screen and (max-width: 991px) {
    .content-tools .item-btn {
        display: none;
    }
}

.content-tools .item-btn:last-child {
    margin: 0;
}

@media screen and (max-width: 991px) {
    .content-tools .item-btn.second {
        display: flex;
        width: 100%;
        margin: 0;
    }
}

.content-tools .button-up {
    font-weight: 600;
    font-size: 16px;
    color: #282A30;
    display: flex;
    justify-content: center;
    padding: 6px;
    background: #B9A074;
    box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.08);
    border-radius: 40px;
    min-width: 120px;
    line-height: 1.5;
}

@media screen and (min-width: 1025px) {
    .content-tools .button-up.mimas {
        background: #9B8256;
    }
    .content-tools .button-up.mimas::before {
        background: #B9A074;
    }
}

@media screen and (max-width: 1024px) {
    .content-tools .button-up {
        min-width: 84px;
    }
}

@media screen and (max-width: 991px) {
    .content-tools .button-up {
        min-width: 100%;
        padding: 5px;
        font-size: 12px;
    }
}

.title-headline {
    display: flex;
    align-items: center;
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px solid #EAEAEA;
}

@media screen and (max-width: 480px) {
    .title-headline {
        margin-bottom: 8px;
    }
}

.title-headline.second {
    flex-direction: column;
    align-items: start;
    padding: 0 12px 12px 0;
}

@media screen and (max-width: 480px) {
    .title-headline.second {
        padding: 0 0 12px;
    }
}

.title-headline .title {
    flex-grow: 1;
    flex-shrink: 1;
    font-weight: 600;
    font-size: 24px;
    color: #282A30;
}

@media screen and (max-width: 480px) {
    .title-headline .title {
        font-size: 22px;
    }
}

.drop-sort {
    position: relative;
    flex-grow: 0;
    flex-shrink: 0;
    margin-left: 10px;
}

.drop-sort.open .sort-btn {
    border-radius: 18px 18px 0 0;
}

.drop-sort.open .hidden-drop {
    display: block;
}

.drop-sort.open .icon-arrow-down {
    transform: rotate(180deg);
}

.drop-sort .sort-btn {
    display: flex;
    align-items: center;
    background: #FFFFFF;
    padding: 4px;
    border-radius: 18px;
    min-width: 185px;
}

@media screen and (max-width: 340px) {
    .drop-sort .sort-btn {
        min-width: 145px;
    }
}

.drop-sort .wrap {
    flex-grow: 1;
    flex-shrink: 1;
    display: flex;
    align-items: center;
}

.drop-sort .icon-sort {
    font-size: 11px;
    color: #282A30;
    flex-grow: 0;
    flex-shrink: 0;
    margin-right: 10px;
}

.drop-sort .text {
    color: #070707;
}

.drop-sort .icon-arrow-down {
    width: 28px;
    height: 28px;
    color: #070707;
    background: #F5F5F5;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 0;
    flex-shrink: 0;
    font-size: 12px;
    transition: transform .3s;
}

.drop-sort .hidden-drop {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    background: #fff;
    border-radius: 0 0 18px 18px;
    z-index: 2;
    overflow: hidden;
    max-height: 177px;
    overflow-y: auto;
    display: none;
}

.drop-sort .item {
    padding: 8px 4px;
    border-bottom: 1px solid #EAEAEA;
    cursor: pointer;
}

.drop-sort .item:last-child {
    border: none;
}

@media screen and (min-width: 1025px) {
    .drop-sort .item:hover {
        background: #EAEAEA;
    }
}

.drop-sort .item:active {
    background: #E0E0E0;
}

.main-grid {
    display: flex;
    flex-wrap: wrap;
    margin: -6px;
}

@media screen and (max-width: 480px) {
    .main-grid {
        margin: -4px -8px;
    }
}

.main-item {
    width: 25%;
    padding: 6px;
}

@media screen and (max-width: 860px) {
    .main-item {
        width: 33.333%;
    }
}

@media screen and (max-width: 568px) {
    .main-item {
        width: 50%;
    }
}

@media screen and (max-width: 480px) {
    .main-item {
        padding: 4px 8px;
    }
}

.blog-card {
    display: flex;
    flex-direction: column;
    padding: 6px;
    border: 1px solid #EAEAEA;
    border-radius: 16px;
    height: 100%;
}

@media screen and (max-width: 480px) {
    .blog-card {
        padding: 4px;
    }
}

.blog-card .image {
    border-radius: 16px;
    overflow: hidden;
    display: block;
    height: auto;
    padding-bottom: 73%;
    position: relative;
    width: 100%;
}

.blog-card .image img {
    bottom: 0;
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    right: 0;
    top: 0;
    transition: .5s;
    width: 100%;
}

.blog-card .card-bottom {
    padding: 6px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

@media screen and (max-width: 480px) {
    .blog-card .card-bottom {
        padding: 4px 0;
    }
}

.blog-card .title {
    font-weight: 600;
    color: #282A30;
    min-height: 40px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: block;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media screen and (min-width: 1025px) {
    .blog-card .title:hover {
        color: #B9A074;
    }
}

@media screen and (max-width: 480px) {
    .blog-card .title {
        font-size: 10px;
        min-height: 30px;
    }
}

.blog-card .subtitle {
    font-size: 12px;
    color: #87898E;
    margin-top: 4px;
    flex-grow: 1;
    flex-shrink: 1;
}

@media screen and (max-width: 480px) {
    .blog-card .subtitle {
        font-size: 9px;
    }
}

.blog-card .more {
    font-weight: 600;
    color: #B9A074;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 8px;
    background: rgba(185, 160, 116, 0.1);
    border: 1px solid #B9A074;
    border-radius: 18px;
    margin-top: 6px;
    line-height: 1.29;
    flex-grow: 0;
    flex-shrink: 0;
}

@media screen and (min-width: 1025px) {
    .blog-card .more.mimas {
        background: #E9E4DB;
        color: #B9A074;
    }
    .blog-card .more.mimas::before {
        background: #EFEDE8;
    }
}

@media screen and (max-width: 480px) {
    .blog-card .more {
        padding: 5px;
        font-size: 12px;
    }
}

.card-list {
    display: flex;
    flex-wrap: wrap;
    margin: -4px;
    padding-top: 4px;
}

.card-list .text {
    font-size: 12px;
    color: #87898E;
}

@media screen and (max-width: 480px) {
    .card-list .text {
        font-size: 9px;
    }
}

.card-list .item {
    padding: 4px;
    display: flex;
    align-items: center;
}

.card-list .item.secondary .text {
    font-size: 14px;
}

@media screen and (max-width: 480px) {
    .card-list .item.secondary .text {
        font-size: 12px;
    }
}

.card-list .item.secondary i {
    font-size: 15px;
}

.card-list i {
    font-size: 13px;
    margin-right: 4px;
}

@media screen and (max-width: 480px) {
    .card-list i {
        font-size: 11px;
    }
}

.more-btn {
    background: #B9A074;
    border-radius: 18px;
    padding: 8px;
    min-width: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.25;
    color: #282A30;
    margin: 15px auto 0 auto;
}

@media screen and (min-width: 1025px) {
    .more-btn.mimas {
        background: #9B8256;
    }
    .more-btn.mimas::before {
        background: #B9A074;
    }
}

@media screen and (max-width: 480px) {
    .more-btn {
        font-size: 14px;
        padding: 9px;
        min-width: 264px;
    }
}

.column-flex {
    display: flex;
    justify-content: space-between;
    padding-top: 12px;
    color: #282A30;
}

.column-flex .col {
    flex-grow: 1;
    flex-shrink: 1;
    width: 100%;
}

.column-flex .col.second {
    flex-grow: 0;
    flex-shrink: 0;
    max-width: 200px;
    padding-left: 12px;
    border-left: 1px solid #EAEAEA;
}

@media screen and (max-width: 860px) {
    .column-flex .col.second {
        display: none;
    }
}

.article-group {
    display: flex;
    flex-wrap: wrap;
    max-width: 860px;
    width: 100%;
    padding-right: 12px;
}

@media screen and (max-width: 860px) {
    .article-group {
        padding: 0;
        max-width: 100%;
    }
}

.article-group p {
    margin: 10px 0;
}

.article-group .section-row {
    margin-top: 16px;
}

@media screen and (max-width: 480px) {
    .article-group .section-row {
        margin-top: 12px;
    }
}

.article-group .section-row:first-child {
    margin-top: 0;
}

.article-group .title {
    font-weight: 600;
    font-size: 24px;
    color: #282A30;
    margin: 0 0 10px;
}

@media screen and (max-width: 480px) {
    .article-group .title {
        font-size: 18px;
    }
}

.article-group a.second {
    font-weight: 500;
}

.article-group .link-info {
    margin-top: 4px;
    font-size: 16px;
    color: #1A1A1A;
}

@media screen and (max-width: 480px) {
    .article-group .link-info {
        font-size: 12px;
    }
}

.article-group a {
    text-decoration-line: underline;
    color: #282A30;
}

@media screen and (min-width: 1025px) {
    .article-group a:hover {
        color: #B9A074;
    }
}

.article-group .button-player {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    color: #282A30;
    width: 75px;
    height: 75px;
    background-color: #B9A074;
    border-radius: 75px;
    box-shadow: 0 0 0 18px rgba(185, 160, 116, 0.1);
    transition: box-shadow .3s, transform .3s, background-color .3s, color .3s;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (min-width: 1025px) {
    .article-group .button-player:hover {
        transform: translate3d(-50%, -50%, 0) scale(1.1);
        box-shadow: 0 0 0 0 rgba(185, 160, 116, 0.1);
        background-color: #282A30;
        color: #B9A074;
    }
}

@media screen and (max-width: 480px) {
    .article-group .button-player {
        width: 27px;
        height: 27px;
        box-shadow: 0 0 0 6px rgba(185, 160, 116, 0.1);
    }
}

.article-group .button-player i {
    font-size: 22px;
    transform: translateX(2px);
}

@media screen and (max-width: 480px) {
    .article-group .button-player i {
        font-size: 10px;
    }
}

.article-group .row-list {
    margin-top: 16px;
}

@media screen and (max-width: 480px) {
    .article-group .row-list {
        margin-top: 12px;
    }
}

.article-group .row-list:first-child {
    margin-top: 0;
}

@media screen and (max-width: 860px) {
    .article-group .sidebar-spot {
        width: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0 3px;
        margin-top: 16px;
    }
}

@media screen and (max-width: 568px) {
    .article-group .sidebar-spot {
        margin-top: 12px;
    }
}

.section-image {
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    display: flex;
    margin: -6px;
}

.section-image.second::before {
    position: absolute;
    content: '';
    background: linear-gradient(0deg, rgba(40, 42, 48, 0.6), rgba(40, 42, 48, 0.6));
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.section-image .group {
    padding: 6px;
}

.section-image .wrap {
    background-color: #000;
    width: 100%;
    padding-bottom: 56.5%;
    position: relative;
}

.section-image video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
}

.section-image img {
    display: inline-block;
    vertical-align: top;
    height: auto;
    max-width: 100%;
    border-radius: 16px;
}

.article-description {
    background: #EAEAEA;
    border-radius: 4px;
    padding: 12px;
    margin-top: 8px;
}

.article-description .text {
    margin-bottom: 6px;
    color: #282A30;
}

.article-description a.link {
    font-size: 16px;
}

.row-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
}

@media screen and (max-width: 480px) {
    .row-title {
        font-size: 16px;
    }
}

.box-list .item {
    margin-bottom: 8px;
}

.box-list .item:last-child {
    margin-bottom: 0;
}

.box-list.secondary {
    font-weight: 300;
}

ol.box-list {
    counter-reset: number;
    list-style: none;
}

ol.box-list .item {
    counter-increment: number;
}

ol.box-list .item:before {
    content: counter(number) ". ";
    font-weight: 600;
}

ul.box-list .item {
    position: relative;
    padding-left: 17px;
}

ul.box-list .item:before {
    position: absolute;
    content: "";
    left: 2px;
    background: #000;
    width: 7px;
    height: 7px;
    border-radius: 1px;
    top: 50%;
    transform: translate3d(0, -50%, 0) rotate(45deg);
}

.article-share {
    padding: 12px 12px 12px 0;
    margin-top: 16px;
    border-top: 1px solid #DDD;
    display: flex;
    justify-content: end;
}

@media screen and (max-width: 480px) {
    .article-share {
        padding: 10px 0;
    }
}

.article-share .text {
    font-size: 16px;
    color: #A1A8C0;
}

@media screen and (max-width: 480px) {
    .article-share .text {
        font-size: 14px;
    }
}

.article-social-list {
    display: flex;
    align-items: center;
    flex-grow: 0;
    flex-shrink: 0;
    margin-left: 10px;
    color: #282A30;
}

.article-social-list .item {
    margin-left: 16px;
}

@media screen and (max-width: 480px) {
    .article-social-list .item {
        margin-left: 8px;
    }
}

.article-social-list .item:first-child {
    margin-left: 0;
}

.article-social-list .link-social {
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #282A30;
}

@media screen and (min-width: 1025px) {
    .article-social-list .link-social:hover {
        color: #876E42;
    }
}

.article-social-list i {
    font-size: 18px;
}

@media screen and (max-width: 480px) {
    .article-social-list i {
        font-size: 14px;
    }
}

.form-box {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    flex-shrink: 1;
}

.form-box .wrap {
    flex-shrink: 1;
    flex-grow: 1;
}

.form-box .wrap-cols {
    flex-grow: 1;
    flex-shrink: 1;
    display: flex;
    margin: -6px;
}

@media screen and (max-width: 568px) {
    .form-box .wrap-cols {
        flex-direction: column;
    }
}

.form-box .col {
    flex-grow: 1;
    flex-shrink: 1;
    padding: 6px;
    width: 60%;
}

@media screen and (max-width: 568px) {
    .form-box .col {
        width: 100%;
    }
}

.form-box .col.second {
    width: 40%;
}

@media screen and (max-width: 568px) {
    .form-box .col.second {
        width: 100%;
    }
}

.form-box .row {
    margin-bottom: 24px;
}

@media screen and (max-width: 480px) {
    .form-box .row {
        margin-bottom: 12px;
    }
}

.form-box .row:last-child {
    margin-bottom: 0;
}

.form-box .heading {
    margin-bottom: 8px;
    display: flex;
    align-items: center;
}

.form-box i.icon-support {
    font-size: 18px;
    color: #282A30;
}

@media screen and (max-width: 480px) {
    .form-box i.icon-support {
        font-size: 20px;
    }
}

.form-box .decoration {
    color: #CB4646;
}

.form-box .title {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.2;
}

@media screen and (max-width: 480px) {
    .form-box .title {
        font-size: 18px;
    }
}

.form-box .field {
    background-color: #fff;
    border-radius: 16px;
    padding: 14px 12px;
    width: 100%;
    display: block;
    border: none;
    color: #282A30;
    font-family: inherit;
    display: flex;
    flex-wrap: wrap;
}

@media screen and (min-width: 1025px) {
    .form-box .field:hover {
        box-shadow: inset 0 0 0 1px #282A30;
    }
}

.form-box input.field {
    font-weight: 600;
    font-size: 18px;
}

.form-box input.field::-moz-placeholder {
    font-weight: 400;
    font-size: 16px;
}

.form-box input.field::placeholder {
    font-weight: 400;
    font-size: 16px;
}

.form-box textarea.field {
    height: 156px;
    resize: none;
    color: #87898E;
    font-weight: 400;
    font-size: 16px;
}

@media screen and (max-width: 480px) {
    .form-box textarea.field {
        height: 284px;
    }
}

.form-box textarea.field.second {
    height: 46px;
    padding: 12px;
}

@media screen and (max-width: 480px) {
    .form-box textarea.field.second {
        height: 64px;
    }
}

.form-box .map-location {
    margin-top: 12px;
    border-radius: 16px;
    overflow: hidden;
    width: 100%;
}

.form-box .map-location img {
    max-width: 100%;
    height: auto;
    display: inline-block;
    vertical-align: top;
}

.wrapped-choice.show .dropped-choice-select {
    max-height: 250px;
}

.wrap-choice-select {
    display: flex;
    flex-wrap: wrap;
    font-weight: 400;
    font-size: 16px;
    margin: -4px;
    /*padding-bottom: 12px;*/
}

.item-tag {
    display: flex;
    align-items: center;
    padding: 5px 16px;
    border-radius: 16px;
    margin: 4px;
    background-color: #F5F5F5;
    transition: background-color .3s;
    font-size: 16px;
}

@media screen and (min-width: 1025px) {
    .item-tag:hover {
        background: #E0E0E0;
    }
}

.item-tag:active {
    background: #D6D6D6;
}

@media screen and (max-width: 480px) {
    .item-tag {
        font-size: 14px;
    }
}

.item-tag i {
    margin-left: 5px;
    font-size: 8px;
    cursor: pointer;
}

.field-add {
    font-weight: 400;
    font-size: 16px;
    width: 100%;
}

.dropped-choice-select {
    background-color: #fff;
    margin-top: 10px;
    font-weight: 600;
    font-size: 16px;
    border-radius: 16px;
    overflow: auto;
    max-height: 0;
    transition: max-height .3s;
}

.dropped-choice-select .item {
    border-bottom: 1px solid #E0E0E0;
    cursor: pointer;
    padding: 12px;
    transition: background-color .3s;
}

@media screen and (min-width: 1025px) {
    .dropped-choice-select .item:hover {
        background-color: #EAEAEA;
    }
}

.dropped-choice-select .item:last-child {
    margin-bottom: 0;
    border-bottom: none;
}

.dropped-choice-select .item.active, .dropped-choice-select .item:active, .dropped-choice-select .item.selected {
    background-color: #E0E0E0;
}

.wrapper-headline {
    display: flex;
    justify-content: center;
    margin-bottom: 12px;
}

.wrapper-headline.secondary {
    justify-content: space-between;
}

.wrapper-headline.second {
    padding: 0 0 7px 12px;
    margin: 0 0 12px -12px;
    border-bottom: 1px solid #EAEAEA;
    flex-grow: 0;
    flex-shrink: 0;
}

@media screen and (max-width: 991px) {
    .wrapper-headline.second {
        padding: 0 16px 7px;
        margin: 0 -16px 12px;
    }
}

.wrapper-headline .title {
    font-weight: 600;
    font-size: 24px;
    color: #282A30;
    flex-grow: 1;
    flex-shrink: 1;
}

@media screen and (max-width: 568px) {
    .wrapper-headline .title {
        font-size: 22px;
    }
}

.wrapper-headline .number-step {
    font-weight: 600;
    font-size: 24px;
    color: #282A30;
    flex-grow: 0;
    flex-shrink: 0;
    margin-left: 10px;
}

@media screen and (max-width: 480px) {
    .wrapper-headline .number-step {
        font-size: 18px;
    }
}

.all-btn {
    align-self: flex-start;
    margin-left: 6;
    padding: 5px 16px;
    flex-grow: 0;
    flex-shrink: 0;
    line-height: 1.5;
    display: flex;
    text-align: center;
    background: rgba(185, 160, 116, 0.1);
    border: 1px solid #B9A074;
    border-radius: 16px;
    font-weight: 600;
    font-size: 14px;
    color: #B9A074;
}

@media screen and (min-width: 1025px) {
    .all-btn.mimas {
        background: #E9E4DB;
        color: #B9A074;
    }
    .all-btn.mimas::before {
        background: #EFEDE8;
    }
}

.add-box-headline {
    flex-shrink: 0;
    flex-grow: 0;
}

.add-box-headline .text-box {
    color: #87898E;
    margin-bottom: 12px;
}

.add-box-headline .text-box strong {
    font-weight: 500;
    color: #282A30;
}

.add-box-content {
    flex-grow: 1;
    flex-shrink: 1;
}

.file-grid {
    display: flex;
    margin: -3px;
    flex-wrap: wrap;
}

.file-grid .item {
    width: 25%;
    padding: 3px;
}

@media screen and (max-width: 640px) {
    .file-grid .item {
        width: 33.33%;
    }
}

@media screen and (max-width: 480px) {
    .file-grid .item {
        width: 50%;
    }
}

.file-grid .item.secondary {
    width: 20%;
}

@media screen and (max-width: 991px) {
    .file-grid .item.secondary {
        width: 25%;
    }
}

@media screen and (max-width: 640px) {
    .file-grid .item.secondary {
        width: 33.33%;
    }
}

@media screen and (max-width: 480px) {
    .file-grid .item.secondary {
        width: 50%;
    }
}

label.file-control {
    cursor: pointer;
}

.file-control {
    position: relative;
    padding-bottom: 100%;
    display: block;
}

@media screen and (min-width: 1025px) {
    .file-control:hover .file-box {
        background-color: #e3e2e2;
    }
}

.file-control.add {
    width: 100%;
}

@media screen and (min-width: 1025px) {
    .file-control.add:hover .file-box {
        border-color: #000;
    }
}

.file-control.add .file-box {
    border: 1px dashed #ddd;
    background-color: transparent;
}

.file-control.add .file-box i {
    background-color: #ddd;
    color: #282A30;
}

.file-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #EAEAEA;
    transition: background-color .3s, border .3s;
    border-radius: 16px;
    overflow: hidden;
}

.file-box i.icon-plus {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background-color: #F5F5F5;
    font-size: 12px;
    margin-bottom: 12px;
}

@media screen and (max-width: 480px) {
    .file-box i.icon-plus {
        margin-bottom: 7px;
    }
}

.file-box img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.file-box .text {
    text-align: center;
    color: #87898E;
}

@media screen and (max-width: 480px) {
    .file-box .text {
        font-size: 12px;
    }
}

.file-box .detail {
    text-decoration-line: underline;
    color: #B9A074;
}

@media screen and (min-width: 1025px) {
    .file-box .detail:hover {
        text-decoration: none;
    }
}

.file-box .button-close {
    position: absolute;
    top: 5px;
    right: 10px;
    color: #282A30;
    width: 20px;
    height: 20px;
    color: #87898E;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background: #fff;
    transition: transform .1s, color .1s, background .1s;
}

@media screen and (min-width: 1025px) {
    .file-box .button-close:hover {
        background: #B9A074;
        color: #fff;
        transform: scale(1.2);
    }
}

.file-box .icon-close {
    font-size: 9px;
}

.image-upload {
    display: none;
}

.label-radio {
    cursor: pointer;
    margin-top: 12px;
    display: flex;
}

.label-radio .radio-circle {
    position: relative;
}

.label-radio .radio-circle::before {
    background-color: transparent;
    border: 1px solid #E4E4E4;
    border-radius: 10px;
    content: "";
    height: 20px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    width: 20px;
}

.label-radio .radio-circle::after {
    background-color: #B9A074;
    border-radius: 10px;
    content: "";
    height: 10px;
    left: 5px;
    position: absolute;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    transition: opacity .1s;
    width: 10px;
    opacity: 0;
}

.label-radio input {
    display: none;
}

.label-radio input:checked + i::after {
    opacity: 1;
}

.label-radio input:checked + i::before {
    border: 1px solid #B9A074;
}

.label-radio .text-radio {
    padding-left: 28px;
    color: #87898E;
}

.wrap-btn-content .item {
    padding: 3px;
}

.wrap-btn-content,
.wrap-btn-contact {
    display: flex;
    justify-content: space-between;
    flex-grow: 0;
    flex-shrink: 0;
    padding-top: 12px;
    margin: -3px;
}

@media screen and (max-width: 480px) {
    .wrap-btn-content,
    .wrap-btn-contact {
        flex-direction: column;
    }
}

.wrap-btn-content.second,
.wrap-btn-contact.second {
    justify-content: flex-end;
}

.wrap-btn-contact {
    margin: -3px -6px;
}

@media screen and (max-width: 480px) {
    .wrap-btn-contact {
        flex-direction: column-reverse;
    }
}

.wrap-btn-contact .item {
    width: 50%;
    padding: 3px 6px;
}

@media screen and (max-width: 480px) {
    .wrap-btn-contact .item {
        width: 100%;
    }
}

.button-step {
    min-width: 312px;
}

@media screen and (max-width: 991px) {
    .button-step {
        min-width: 200px;
    }
}

@media screen and (max-width: 480px) {
    .button-step {
        min-width: 100%;
    }
}

.button-step,
.button-contact {
    display: flex;
    justify-content: center;
    font-weight: 600;
    font-size: 16px;
    color: #282A30;
    background: #B9A074;
    border-radius: 18px;
    padding: 7px;
    border: 1px solid #B9A074;
}

@media screen and (min-width: 1025px) {
    .button-step.mimas,
    .button-contact.mimas {
        background: #9B8256;
    }
    .button-step.mimas::before,
    .button-contact.mimas::before {
        background: #B9A074;
    }
}

.button-step.second,
.button-contact.second {
    background: rgba(185, 160, 116, 0.1);
    color: #B9A074;
    background: #EFEDE8;
    border: 1px solid #B9A074;
}

@media screen and (min-width: 1025px) {
    .button-step.second.mimas,
    .button-contact.second.mimas {
        background: #E9E4DB;
        color: #B9A074;
    }
    .button-step.second.mimas::before,
    .button-contact.second.mimas::before {
        background: #EFEDE8;
    }
}

.button-contact {
    width: 100%;
}

@media screen and (max-width: 480px) {
    .button-contact {
        font-size: 14px;
        padding: 8px;
    }
}

.drop-number {
    position: relative;
}

.drop-number.active .dropped-number {
    display: block;
}

.drop-number.active .field-number {
    border-color: #282A30;
}

.drop-number.active i {
    transform: rotate(180deg);
}

.drop-number .mask-number {
    margin-right: 3px;
    flex-grow: 0;
    flex-shrink: 0;
}

.drop-number .search-number {
    display: flex;
    align-items: center;
    padding: 12px;
}

.drop-number .search-number i {
    font-size: 22px;
    margin-right: 7px;
    color: #282A30;
}

.drop-number .item-number {
    display: flex;
    align-items: center;
    padding: 12px;
    border-top: 1px solid #EAEAEA;
    cursor: pointer;
}

@media screen and (min-width: 1025px) {
    .drop-number .item-number:hover {
        background: #EAEAEA;
    }
}

.drop-number .item-number:active {
    background: #E0E0E0;
}

.drop-number .item-number.select {
    background: #E0E0E0;
}

.drop-number .field-number {
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 16px;
    transition: border .3s;
}

@media screen and (min-width: 1025px) {
    .drop-number .field-number:hover {
        border-color: #282A30;
    }
}

.drop-number .field-number-drop {
    display: flex;
    align-items: center;
    padding: 7px 20px 7px 12px;
    margin-right: 12px;
    border-right: 1px solid #EAEAEA;
    cursor: pointer;
}

.drop-number img {
    width: 20px;
    height: 20px;
    -o-object-fit: cover;
    object-fit: cover;
    display: inline-block;
    vertical-align: top;
    border-radius: 50%;
    overflow: hidden;
    flex-grow: 0;
    flex-shrink: 0;
    margin-right: 5px;
}

.drop-number i {
    font-size: 11px;
}

.drop-number .dropped-number {
    display: none;
    position: absolute;
    top: calc(100% + 12px);
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    z-index: 5;
    min-width: 185px;
    left: 0;
    max-height: 230px;
    overflow-y: auto;
}

.input-number {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 2px;
    width: 100%;
    font-size: 14px;
}

.field-detail .item,
.info-box .item {
    width: 33.333%;
    padding: 3px;
}

@media screen and (max-width: 991px) {
    .field-detail .item,
    .info-box .item,
    .field-detail .item-business{
        width: 50%;
    }
}

@media screen and (max-width: 768px) {
    .field-detail .item,
    .info-box .item,
    .field-detail .item-business{
        width: 100%;
    }
}

@media screen and (max-width: 1024px) {
    .field-detail .item.secondary,
    .info-box .item.secondary {
        width: 50%;
    }
}

@media screen and (max-width: 568px) {
    .field-detail .item.secondary,
    .info-box .item.secondary {
        width: 100%;
    }
}

.adv-detail {
    margin: -6px 0;
}

.adv-detail .item {
    width: 100%;
    padding: 6px 0;
}

@media screen and (min-width: 1025px) {
    .adv-detail .input:hover,
    .adv-detail .textarea:hover {
        border-color: #282A30;
    }
}

.adv-detail .textarea {
    width: 100%;
    border: 1px solid #DDD;
    border-radius: 16px;
    resize: none;
    padding: 12px;
    background: transparent;
    font-family: inherit;
    font-size: 14px;
    height: 120px;
}

.info-box .info-dropped,
.info-box .info-drop,
.field-detail .info-dropped,
.field-detail .info-drop,
.adv-detail .info-dropped,
.adv-detail .info-drop,
.select-wrapped .info-dropped,
.select-wrapped .info-drop {
    position: relative;
}

.info-box .info-dropped.active .dropped-area,
.field-detail .info-dropped.active .dropped-area,
.adv-detail .info-dropped.active .dropped-area,
.select-wrapped .info-dropped.active .dropped-area {
    display: block;
}

.info-box .info-dropped.active i.icon-arrow-down,
.field-detail .info-dropped.active i.icon-arrow-down,
.adv-detail .info-dropped.active i.icon-arrow-down,
.select-wrapped .info-dropped.active i.icon-arrow-down {
    transform: rotate(180deg);
}

.info-box .info-drop.open i.icon-arrow-down,
.field-detail .info-drop.open i.icon-arrow-down,
.adv-detail .info-drop.open i.icon-arrow-down,
.select-wrapped .info-drop.open i.icon-arrow-down {
    transform: rotate(180deg);
}

.info-box .info-drop.open .dropped-area,
.field-detail .info-drop.open .dropped-area,
.adv-detail .info-drop.open .dropped-area,
.select-wrapped .info-drop.open .dropped-area {
    display: block;
}

.info-box .info-button,
.field-detail .info-button,
.adv-detail .info-button,
.select-wrapped .info-button {
    width: 100%;
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: space-between;
    box-shadow: inset 0 0 0 1px #DDD;
    border-radius: 16px;
    min-height: 36px;
    padding: 9px 12px;
    color: #87898E;
    transition: box-shadow .1s;
    font-size: 14px;
}

@media screen and (min-width: 1025px) {
    .info-box .info-button:hover,
    .field-detail .info-button:hover,
    .adv-detail .info-button:hover,
    .select-wrapped .info-button:hover {
        box-shadow: inset 0 0 0 1px #282A30;
    }
}

.info-box .info-button.primary,
.field-detail .info-button.primary,
.adv-detail .info-button.primary,
.select-wrapped .info-button.primary {
    min-width: 70px;
}

.info-box .info-button.second,
.field-detail .info-button.second,
.adv-detail .info-button.second,
.select-wrapped .info-button.second {
    padding: 4px 12px;
}

.info-box .info-button.active i,
.field-detail .info-button.active i,
.adv-detail .info-button.active i,
.select-wrapped .info-button.active i {
    transform: rotate(180deg);
}

.info-box .info-button i,
.field-detail .info-button i,
.adv-detail .info-button i,
.select-wrapped .info-button i {
    font-size: 11px;
    color: #282A30;
    flex-grow: 0;
    flex-shrink: 0;
    margin-left: 10px;
    transform: rotate(0);
}

.info-box .text,
.field-detail .text,
.adv-detail .text,
.select-wrapped .text {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: block;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
}

.info-box .dropped-area,
.field-detail .dropped-area,
.adv-detail .dropped-area,
.select-wrapped .dropped-area {
    display: none;
    position: absolute;
    background: #fff;
    width: 100%;
    top: calc(100% + 5px);
    border-radius: 16px;
    z-index: 5;
    overflow: hidden;
    max-height: 118px;
    overflow-y: auto;
    border: 1px solid #E4E4E4;
}

.info-box .dropped-area.open,
.field-detail .dropped-area.open,
.adv-detail .dropped-area.open,
.select-wrapped .dropped-area.open {
    display: block;
}

.info-box .dropped-area i,
.field-detail .dropped-area i,
.adv-detail .dropped-area i,
.select-wrapped .dropped-area i {
    font-size: 14px;
}

.info-box .search-drop,
.field-detail .search-drop,
.adv-detail .search-drop,
.select-wrapped .search-drop {
    padding: 5px;
    display: flex;
    align-items: center;
}

.info-box .search-drop .search,
.field-detail .search-drop .search,
.adv-detail .search-drop .search,
.select-wrapped .search-drop .search {
    margin-right: 8px;
    flex-grow: 0;
    flex-shrink: 0;
}

.info-box .search-drop input,
.field-detail .search-drop input,
.adv-detail .search-drop input,
.select-wrapped .search-drop input {
    width: 100%;
}

.info-box .item-dropped, .info-box .dropped-variant,
.field-detail .item-dropped,
.field-detail .dropped-variant,
.adv-detail .item-dropped,
.adv-detail .dropped-variant,
.select-wrapped .item-dropped,
.select-wrapped .dropped-variant {
    padding: 5px;
    cursor: pointer;
}

@media screen and (min-width: 1025px) {
    .info-box .item-dropped:hover, .info-box .dropped-variant:hover,
    .field-detail .item-dropped:hover,
    .field-detail .dropped-variant:hover,
    .adv-detail .item-dropped:hover,
    .adv-detail .dropped-variant:hover,
    .select-wrapped .item-dropped:hover,
    .select-wrapped .dropped-variant:hover {
        background: #EAEAEA;
    }
}

.info-box .item-dropped:active, .info-box .dropped-variant:active,
.field-detail .item-dropped:active,
.field-detail .dropped-variant:active,
.adv-detail .item-dropped:active,
.adv-detail .dropped-variant:active,
.select-wrapped .item-dropped:active,
.select-wrapped .dropped-variant:active {
    background: #E0E0E0;
}

.info-box .item-dropped.selected, .info-box .dropped-variant.selected,
.field-detail .item-dropped.selected,
.field-detail .dropped-variant.selected,
.adv-detail .item-dropped.selected,
.adv-detail .dropped-variant.selected,
.select-wrapped .item-dropped.selected,
.select-wrapped .dropped-variant.selected {
    background: #E0E0E0;
}

.info-box .dropped-variant,
.field-detail .dropped-variant,
.adv-detail .dropped-variant,
.select-wrapped .dropped-variant {
    display: flex;
    align-items: center;
}

.info-box .dropped-variant span,
.field-detail .dropped-variant span,
.adv-detail .dropped-variant span,
.select-wrapped .dropped-variant span {
    flex-grow: 1;
    flex-shrink: 1;
}

.info-box .dropped-variant i,
.field-detail .dropped-variant i,
.adv-detail .dropped-variant i,
.select-wrapped .dropped-variant i {
    flex-shrink: 0;
    flex-grow: 0;
    margin-left: 10px;
    font-size: 9px;
    display: none;
}

@media screen and (min-width: 1025px) {
    .info-box .dropped-variant i:hover,
    .field-detail .dropped-variant i:hover,
    .adv-detail .dropped-variant i:hover,
    .select-wrapped .dropped-variant i:hover {
        color: #B9A074;
    }
}

.info-box .dropped-variant.select,
.field-detail .dropped-variant.select,
.adv-detail .dropped-variant.select,
.select-wrapped .dropped-variant.select {
    background-color: #eee;
}

.info-box .dropped-variant.select i,
.field-detail .dropped-variant.select i,
.adv-detail .dropped-variant.select i,
.select-wrapped .dropped-variant.select i {
    display: block;
}

.info-box .input,
.field-detail .input,
.adv-detail .input,
.select-wrapped .input {
    border: 1px solid #ddd;
    border-radius: 16px;
    padding: 9px 12px;
    width: 100%;
    font-size: 14px;
    transition: border .3s;
}

@media screen and (min-width: 1025px) {
    .info-box .input:hover,
    .field-detail .input:hover,
    .adv-detail .input:hover,
    .select-wrapped .input:hover {
        border-color: #282A30;
    }
}

.field-detail {
    display: flex;
    align-items: center;
    margin: -3px;
    flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
    .field-detail {
        flex-direction: column;
    }
}

@media screen and (max-width: 768px) {
    .field-detail.second {
        flex-direction: row;
    }
}

.field-detail.secondary {
    background: #fff;
    padding: 12px;
    border-radius: 16px;
}

.field-detail .wrap-location {
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 16px;
    transition: border .3s;
    padding: 4px 12px;
}

@media screen and (min-width: 1025px) {
    .field-detail .wrap-location:hover {
        border-color: #282A30;
    }
}

.field-detail .button-detail {
    background: rgba(185, 160, 116, 0.1);
    box-shadow: inset 0 0 0 1px #B9A074;
    border-radius: 32px;
    padding: 5px 16px;
    font-weight: 500;
    color: #B9A074;
    flex-shrink: 0;
    flex-grow: 0;
}

.field-detail .button-detail.second {
    flex-grow: 0;
    flex-shrink: 0;
    margin-left: 10px;
}

.field-detail .input-pin {
    width: 100%;
    flex-grow: 1;
    flex-shrink: 1;
    line-height: 1.2;
    font-size: 14px;
    height: 100%;
}

.field-detail .wrapped-selected {
    flex-grow: 0;
    flex-shrink: 0;
    margin-left: 10px;
    display: flex;
    align-items: center;
}

.field-detail .wrapped-info {
    padding: 5px 18px;
    border: 1px solid #DDD;
    border-radius: 16px;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #87898E;
    transition: border .3s;
}

@media screen and (min-width: 1025px) {
    .field-detail .wrapped-info:hover {
        border-color: #282A30;
    }
}

@media screen and (max-width: 768px) {
    .field-detail .wrapped-info {
        padding: 5px 20px;
    }
}

@media screen and (max-width: 480px) {
    .field-detail .wrapped-info {
        font-size: 14px;
        padding: 5px 10px;
    }
}

.field-detail .input-price {
    flex-grow: 0;
    flex-shrink: 0;
    width: 100%;
    max-width: 100px;
    color: #87898E;
    font-size: 16px;
    border-bottom: 1px solid #87898E;
}

@media screen and (max-width: 480px) {
    .field-detail .input-price {
        font-size: 14px;
    }
}

.field-price {
    margin-bottom: 12px;
    display: flex;
    align-items: center;
}

.field-price .label-radio {
    margin: 0 20px 0 0;
}

.field-price .label-radio:last-child {
    margin: 0;
}

.title-pay {
    margin-bottom: 12px;
    font-weight: 600;
    font-size: 18px;
    color: #282A30;
}

.pay-field {
    padding-top: 12px;
    padding: 12px 12px 0;
    border-top: 1px solid #EAEAEA;
    margin: 0 -12px;
}

.box-pay {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: -4px;
}

.field-checkbox {
    padding: 4px;
}

.field-checkbox .checkbox-label {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 11px 8px;
    min-width: 84px;
    box-shadow: inset 0 0 0 1px  #EAEAEA;
    border-radius: 16px;
}

.field-checkbox .info-pay {
    font-weight: 600;
    font-size: 16px;
    flex-shrink: 1;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #282A30;
}

.field-checkbox .checkbox {
    margin: 4px 0 0;
    padding: 0;
    flex-shrink: 0;
    flex-grow: 0;
}

.promote-item {
    display: flex;
    box-shadow: inset 0 0 0 1px #EAEAEA;
    border-radius: 16px;
    margin-top: 12px;
    cursor: pointer;
}

@media screen and (max-width: 640px) {
    .promote-item {
        flex-direction: column;
        padding: 12px 21px;
    }
}

.promote-item.select {
    background: #FFF;
}

.promote-item.select:hover i,
.promote-item.select:hover .promote-title {
    color: #282A30;
}

.promote-item:first-child {
    margin-top: 0;
}

.promote-item .icon {
    color: #000;
    flex-shrink: 0;
    flex-grow: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #EAEAEA;
    min-width: 60px;
}

@media screen and (max-width: 640px) {
    .promote-item .icon {
        border: none;
    }
}

.promote-item i {
    font-size: 31px;
}

@media screen and (max-width: 640px) {
    .promote-item i {
        padding: 0 0 12px;
        min-width: auto;
    }
}

.promote-item a {
    transition: color .2s;
}

@media screen and (min-width: 1025px) {
    .promote-item a:hover {
        color: #B9A074;
    }
}

.wrapper-text {
    color: #87898E;
    padding: 12px;
    flex-grow: 1;
    flex-shrink: 1;
}

@media screen and (max-width: 640px) {
    .wrapper-text {
        text-align: center;
        padding: 0 0 12px;
    }
}

.wrapper-text .subtitle-text {
    text-align: start;
    margin: 4px 0 0;
}

@media screen and (max-width: 640px) {
    .wrapper-text .subtitle-text {
        text-align: center;
        max-width: 100%;
        margin: 7px 0 0;
    }
}

.promote-title {
    font-weight: 500;
    font-size: 16px;
    color: #282A30;
    margin-bottom: 4px;
}

.price-info {
    color: #87898E;
}

.wrapper-button {
    flex-grow: 0;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    margin: 0 -6px;
    padding-right: 12px;
}

@media screen and (max-width: 640px) {
    .wrapper-button {
        padding: 0;
    }
}

.wrapper-button .item {
    padding: 0 6px;
}

@media screen and (max-width: 640px) {
    .wrapper-button .item {
        width: 50%;
        text-align: center;
    }
}

.wrapper-button .select-btn {
    background: rgba(185, 160, 116, 0.1);
    border: 1px solid #B9A074;
    line-height: 1.29;
    border-radius: 16px;
    color: #B9A074;
    font-weight: 500;
    padding: 8px;
    min-width: 93px;
    width: 100%;
    font-size: 14px;
}

@media screen and (min-width: 1025px) {
    .wrapper-button .select-btn.mimas {
        background: #E9E4DB;
        color: #B9A074;
    }
    .wrapper-button .select-btn.mimas::before {
        background: #EFEDE8;
    }
}

.wrapper-button .select-btn .text:before {
    content: attr(data-attr-select);
}

.wrapper-button .select-btn.cancel {
    background: #B9A074;
    color: #282A30;
    border: 1px solid #B9A074;
}

@media screen and (min-width: 1025px) {
    .wrapper-button .select-btn.cancel.mimas {
        background: #9B8256;
    }
    .wrapper-button .select-btn.cancel.mimas::before {
        background: #B9A074;
    }
}

.wrapper-button .select-btn.cancel .text:before {
    content: attr(data-attr-cancel);
}

.wrapper-button .link {
    font-weight: 500;
    text-decoration-line: underline;
    color: #B9A074;
}

@media screen and (min-width: 1025px) {
    .wrapper-button .link:hover {
        color: #9B8256;
    }
}

.wrapper-button .link:active {
    color: #876E42;
}

.result-field {
    margin-top: 12px;
    display: flex;
    justify-content: space-between;
    font-size: 16px;
}

@media screen and (max-width: 991px) {
    .result-field {
        flex-direction: column;
    }
}

.result-field .result {
    margin-right: 10px;
}

@media screen and (max-width: 991px) {
    .result-field .result {
        margin: 0 0 12px;
    }
}

.result-field .name {
    color: #87898E;
    flex-grow: 1;
    flex-shrink: 1;
    min-width: 208px;
    margin-right: 35px;
}

@media screen and (max-width: 991px) {
    .result-field .name {
        min-width: auto;
        margin-right: 5px;
    }
}

.result-field .amount {
    flex-grow: 0;
    flex-shrink: 0;
    color: #282A30;
}

.result-field .item {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 12px;
}

.result-field .item:last-child {
    margin-bottom: 0;
}

.info-box.second {
    background: #fff;
    border-radius: 16px;
    padding: 12px;
}

.info-box .item-row {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.info-box .item-row:last-child {
    margin-bottom: 0;
}

.info-box .type {
    font-weight: 600;
    font-size: 18px;
    color: #282A30;
    flex-grow: 1;
    flex-shrink: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

@media screen and (max-width: 991px) {
    .info-box .type {
        font-size: 14px;
    }
}

.info-box .item {
    width: 100%;
    padding: 0;
    max-width: 200px;
    margin-left: 5px;
}

@media screen and (max-width: 991px) {
    .info-box .item {
        max-width: 108px;
    }
}

.info-box .item-tariff {
    margin-bottom: 12px;
    width: 100%;
}

@media screen and (max-width: 480px) {
    .info-box .item-tariff {
        margin-bottom: 8px;
    }
}

.info-box .item-tariff:last-child {
    margin-bottom: 0;
}

.info-box .info-input {
    width: 100%;
    padding: 9px 12px;
    border: 1px solid #E4E4E4;
    border-radius: 18px;
    font-size: 14px;
    line-height: 1.15;
    transition: border .1s;
}

@media screen and (min-width: 1025px) {
    .info-box .info-input:hover {
        border-color: #282A30;
    }
}

@media screen and (max-width: 340px) {
    .info-box .info-input::-moz-placeholder {
        font-size: 12px;
    }
    .info-box .info-input::placeholder {
        font-size: 12px;
    }
}

.info-box .text {
    font-weight: 500;
}

.info-box .info-button {
    color: #282A30;
}

.info-box .dropped-area {
    box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.4);
}

.schedule-field {
    background: #FFFFFF;
    border-radius: 16px;
    padding: 12px;
}

.schedule-field .item {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

@media screen and (max-width: 640px) {
    .schedule-field .item {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 12px;
    }
}

.schedule-field .item:last-child {
    margin-bottom: 0;
}

.schedule-field .day {
    flex-grow: 1;
    flex-shrink: 1;
}

@media screen and (max-width: 640px) {
    .schedule-field .day {
        margin-bottom: 12px;
    }
}

.schedule-field .day .checkbox-label {
    align-items: center;
}

.schedule-field .time {
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    margin: -5px -5px -5px 15px;
    justify-content: flex-end;
}

@media screen and (max-width: 640px) {
    .schedule-field .time {
        margin: -5px;
        width: 100%;
        justify-content: center;
    }
}

.time-dropped {
    padding: 5px;
    flex-grow: 0;
    flex-shrink: 0;
    position: relative;
}

@media screen and (max-width: 640px) {
    .time-dropped {
        width: 50%;
    }
}

.time-dropped.active .dropped-area {
    display: block;
}

.time-dropped.active .icon-arrow-down {
    transform: rotate(180deg);
}

.time-dropped .text {
    font-weight: 500;
    font-size: 14px;
    color: #282A30;
    margin-right: 5px;
    min-width: 40px;
}

.time-dropped .color {
    color: #87898E;
    font-weight: 400;
    margin-right: auto;
    font-size: 14px;
}

.time-dropped .dropped-area {
    display: none;
    border: 1px solid #E4E4E4;
    position: absolute;
    background: #fff;
    width: calc(100% - 10px);
    top: calc(100% + 5px);
    border-radius: 16px;
    z-index: 2;
    overflow: hidden;
    max-height: 118px;
    overflow-y: auto;
}

.time-dropped .item-dropped {
    padding: 5px;
    cursor: pointer;
}

@media screen and (min-width: 1025px) {
    .time-dropped .item-dropped:hover {
        background: #EAEAEA;
    }
}

.time-dropped .item-dropped:active, .time-dropped .item-dropped.selected {
    background: #E0E0E0;
}

.schedule-headline {
    display: flex;
    align-items: center;
    margin: 0 -12px 12px;
    padding: 0 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #EAEAEA;
}

@media screen and (max-width: 640px) {
    .schedule-headline {
        flex-direction: column;
        align-items: flex-start;
    }
}

.schedule-headline .item-btn {
    padding: 5px;
}

@media screen and (max-width: 640px) {
    .schedule-headline .item-btn {
        width: 50%;
    }
}

.button-clock,
.time-button {
    min-width: 170px;
    border: 1px solid #E4E4E4;
    border-radius: 18px;
    padding: 9px 12px;
    line-height: 1.15;
    display: flex;
    align-items: center;
    width: 100%;
    text-align: left;
}

@media screen and (min-width: 1025px) {
    .button-clock:hover,
    .time-button:hover {
        border: 1px solid #B9A074;
    }
}

@media screen and (max-width: 480px) {
    .button-clock,
    .time-button {
        min-width: 132px;
    }
}

@media screen and (max-width: 340px) {
    .button-clock,
    .time-button {
        min-width: 120px;
    }
}

.time-button {
    justify-content: center;
}

.time-button i {
    flex-grow: 0;
    flex-shrink: 0;
    font-size: 11px;
    color: #282A30;
}

.button-clock {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
}

@media screen and (max-width: 480px) {
    .button-clock {
        padding: 9px 12px;
    }
}

.button-clock span {
    color: #87898E;
    font-size: 14px;
}

.button-clock i {
    font-size: 18px;
    flex-grow: 0;
    flex-shrink: 0;
    margin-right: 8px;
    color: #000;
}

@media screen and (max-width: 480px) {
    .button-clock i {
        font-size: 16px;
    }
}

.setting-headline {
    margin-bottom: 4px;
}

.setting-headline .title {
    font-weight: 600;
    font-size: 18px;
    color: #282A30;
}

@media screen and (max-width: 480px) {
    .setting-headline .title {
        font-size: 16px;
    }
}

.setting-headline .title.second {
    margin-bottom: 12px;
}

.setting-headline .setting-subtitle {
    margin-bottom: 15px;
    color: #87898E;
}

.setting-headline .text-box {
    color: #87898E;
    margin-bottom: 12px;
}

.setting-headline strong {
    font-weight: 500;
    color: #282A30;
}

.setting-row .textarea {
    width: 100%;
    background: #FFF;
    padding: 12px;
    resize: none;
    border: 1px solid #fff;
    border-radius: 16px;
    font-weight: 400;
    font-family: inherit;
    font-size: 14px;
    color: #87898E;
    height: 80px;
    transition: border .1s;
}

@media screen and (min-width: 1025px) {
    .setting-row .textarea:hover {
        border-color: #282A30;
    }
}

@media screen and (max-width: 480px) {
    .setting-row .textarea {
        height: 64px;
    }
}

.form-field {
    display: flex;
    flex-wrap: wrap;
    margin: -6px -3px;
}

@media screen and (max-width: 480px) {
    .form-field {
        margin: -3px;
    }
}

.form-field .column {
    width: 33.33%;
    padding: 3px;
}

@media screen and (max-width: 768px) {
    .form-field .column {
        width: 50%;
    }
}

@media screen and (max-width: 568px) {
    .form-field .column {
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    .form-field .column {
        padding: 3px;
    }
}

.form-field .input-name {
    display: flex;
    align-items: center;
    border: 1px solid #E4E4E4;
    border-radius: 18px;
    padding: 8px;
    width: 100%;
    font-family: inherit;
    font-size: 14px;
}

@media screen and (min-width: 1025px) {
    .form-field .input-name:hover {
        border-color: #282A30;
    }
}

.button-change,
.button-settings {
    padding: 10px;
    color: #282A30;
    font-weight: 600;
    background: #B9A074;
    border-radius: 16px;
}

@media screen and (min-width: 1025px) {
    .button-change.mimas,
    .button-settings.mimas {
        background: #9B8256;
    }
    .button-change.mimas::before,
    .button-settings.mimas::before {
        background: #B9A074;
    }
}

.button-change {
    width: 100%;
}

.button-settings {
    min-width: 300px;
    line-height: 1.15;
}

@media screen and (max-width: 480px) {
    .button-settings {
        min-width: 100%;
    }
}

.wrapped-input {
    display: flex;
    align-items: center;
    border: 1px solid #E4E4E4;
    border-radius: 18px;
    padding: 8px;
}

@media screen and (min-width: 1025px) {
    .wrapped-input:hover {
        border-color: #282A30;
    }
}

.wrapped-input input {
    width: 100%;
    font-family: inherit;
    font-size: 14px;
}

.wrapped-input i {
    flex-grow: 0;
    flex-shrink: 0;
    color: #282A30;
    font-size: 18px;
    cursor: pointer;
}

.icon-visible {
    cursor: pointer;
}

.icon-invisible {
    opacity: .5;
}

.wrap-example-image {
    display: flex;
    margin: -6px;
}

@media screen and (max-width: 991px) {
    .wrap-example-image {
        flex-direction: column;
    }
}

.wrap-example-image .column {
    width: 45%;
    padding: 6px;
}

@media screen and (max-width: 991px) {
    .wrap-example-image .column {
        width: 100%;
    }
}

.wrap-example-image .column.second {
    width: 55%;
}

@media screen and (max-width: 991px) {
    .wrap-example-image .column.second {
        width: 100%;
    }
}

.wrap-example-image .subtitle-info {
    color: #87898E;
    margin-bottom: 12px;
}

.wrap-example-image .title-description {
    margin-bottom: 24px;
    font-weight: 600;
    font-size: 24px;
    color: #282A30;
}

@media screen and (max-width: 568px) {
    .wrap-example-image .title-description {
        font-size: 22px;
        margin-bottom: 12px;
    }
}

.example-block {
    padding: 22px;
    background: #FFF;
    border-radius: 15px;
}

.example-block.secondary {
    padding: 40px;
}

@media screen and (max-width: 991px) {
    .example-block.secondary {
        padding: 18px;
    }
}

@media screen and (max-width: 991px) {
    .example-block {
        padding: 20px;
    }
}

.example-block img {
    border-radius: 15px;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: inline-block;
    vertical-align: top;
}

.total-item {
    display: flex;
    align-items: center;
    margin-top: 12px;
}

.total-item .name {
    flex-grow: 0;
    flex-shrink: 0;
    font-size: 16px;
    color: #87898E;
    margin-right: 5px;
}

.total-item .amount {
    flex-grow: 1;
    flex-shrink: 1;
    text-align: end;
    font-weight: 600;
    font-size: 24px;
    color: #282A30;
}

.total-btn {
    display: flex;
    margin: -3px -6px;
    padding-top: 12px;
}

@media screen and (max-width: 480px) {
    .total-btn {
        flex-direction: column;
    }
}

.total-btn .item {
    width: 50%;
    padding: 3px 6px;
}

@media screen and (max-width: 480px) {
    .total-btn .item {
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    .total-btn .item:last-child {
        order: 1;
    }
}

@media screen and (max-width: 480px) {
    .total-btn .item:first-child {
        order: 2;
    }
}

.total-btn .button {
    background: rgba(185, 160, 116, 0.1);
    border: 1px solid #B9A074;
    color: #B9A074;
    border-radius: 16px;
    font-weight: 600;
    font-size: 16px;
    padding: 7px;
    width: 100%;
    line-height: 1.25;
}

@media screen and (min-width: 1025px) {
    .total-btn .button.mimas {
        background: #E9E4DB;
        color: #B9A074;
    }
    .total-btn .button.mimas::before {
        background: #EFEDE8;
    }
}

@media screen and (max-width: 568px) {
    .total-btn .button {
        font-size: 14px;
        padding: 8px;
    }
}

.total-btn .button.second {
    background: #B9A074;
    color: #282A30;
}

@media screen and (min-width: 1025px) {
    .total-btn .button.second.mimas {
        background: #9B8256;
    }
    .total-btn .button.second.mimas::before {
        background: #B9A074;
    }
}

.ads-grid {
    display: flex;
    flex-wrap: wrap;
    margin: -6px;
    padding-bottom: 12px;
}

.ads-grid.second .file-control {
    padding-bottom: 47%;
}

.ads-grid.second .item {
    width: 100%;
}

@media screen and (max-width: 991px) {
    .ads-grid.second .item {
        width: 50%;
    }
}

@media screen and (max-width: 568px) {
    .ads-grid.second .item {
        width: 100%;
    }
}

.ads-grid .item {
    padding: 6px;
    width: 33.333%;
}

@media screen and (max-width: 1160px) {
    .ads-grid .item {
        width: 50%;
    }
}

@media screen and (max-width: 991px) {
    .ads-grid .item {
        width: 25%;
    }
}

@media screen and (max-width: 568px) {
    .ads-grid .item {
        width: 33.333%;
    }
}

@media screen and (max-width: 414px) {
    .ads-grid .item {
        width: 50%;
    }
}

.ads-grid label.file-control {
    height: 100%;
}

.ads-grid .card {
    border-radius: 13px;
    overflow: hidden;
    position: relative;
}

.ads-grid img {
    width: 100%;
    border-radius: 10px;
    height: auto;
    display: inline-block;
    vertical-align: top;
}

.ads-grid .card-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ads-grid .button {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFF;
    color: #282A30;
    border-radius: 12px;
    height: 24px;
    width: 24px;
    transition: transform .1s, color .1s, background .1s;
}

@media screen and (min-width: 1025px) {
    .ads-grid .button:hover {
        background: #B9A074;
        color: #fff;
        transform: scale(1.1);
    }
}

.ads-grid i {
    font-size: 12px;
}

.link-prev {
    font-weight: 600;
    font-size: 24px;
    color: #282A30;
    margin-bottom: 12px;
    display: inline-flex;
    flex-grow: 1;
    flex-shrink: 1;
}

@media screen and (min-width: 1025px) {
    .link-prev:hover {
        color: #B9A074;
    }
}

@media screen and (max-width: 568px) {
    .link-prev {
        font-size: 22px;
        margin-bottom: 16px;
    }
}

.link-prev .icon-arriw-left {
    padding: 6px 0;
    font-size: 23px;
    flex-grow: 0;
    flex-shrink: 0;
    margin-right: 7px;
}

@media screen and (max-width: 568px) {
    .link-prev .icon-arriw-left {
        padding: 4px 0;
    }
}

.btn-order {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 190px;
    font-weight: 600;
    font-size: 16px;
    color: #282A30;
    background: #B9A074;
    border-radius: 16px;
    margin: 25px auto 0 auto;
    padding: 8px;
    line-height: 1.25;
}

@media screen and (min-width: 1025px) {
    .btn-order.mimas {
        background: #9B8256;
    }
    .btn-order.mimas::before {
        background: #B9A074;
    }
}

@media screen and (max-width: 480px) {
    .btn-order {
        font-size: 14px;
        padding: 9px;
        min-width: 100%;
    }
}

.account-field,
.contact-field,
.balance-field {
    flex-direction: column;
    display: flex;
    height: 100%;
    flex-grow: 1;
    flex-shrink: 1;
    padding: 12px 0;
}

.account-field .content {
    max-width: 424px;
    width: 100%;
    flex-shrink: 1;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
}

.account-field .headline {
    margin-bottom: 24px;
    text-align: center;
}

@media screen and (max-width: 480px) {
    .account-field .headline {
        margin-bottom: 12px;
    }
}

.account-field .title {
    font-weight: 600;
    font-size: 24px;
    color: #282A30;
    text-align: center;
}

@media screen and (max-width: 480px) {
    .account-field .title {
        font-size: 22px;
    }
}

.account-field .subtitle {
    display: inline-block;
    vertical-align: top;
    margin-top: 7px;
    color: #87898E;
    max-width: 285px;
}

.account-field .row {
    margin-bottom: 7px;
}

.account-field .row:last-child {
    margin-bottom: 0;
}

.form-box-account,
.form-box-balance {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    flex-shrink: 1;
    justify-content: center;
}

.input-auth {
    padding: 8px;
    align-self: center;
    font-family: inherit;
    width: 100%;
    height: 36px;
    color: #000;
    font-size: 14px;
}

.wrap-input {
    position: relative;
    border: 1px solid #DDD;
    border-radius: 16px;
    display: flex;
    padding-right: 12px;
    transition: border .1s;
}

@media screen and (min-width: 1025px) {
    .wrap-input:hover {
        border-color: #282A30;
    }
}

.wrap-input.secondary {
    border: 1px solid #D83838;
}

.wrap-input label {
    flex-shrink: 0;
    flex-grow: 0;
    padding-left: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.wrap-input i {
    font-size: 18px;
    flex-grow: 0;
    flex-shrink: 0;
    color: #282A30;
    display: flex;
    align-items: center;
}

.error {
    color: #D83838;
    font-size: 12px;
    margin-top: 2px;
}

.wrap-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 12px;
}

.link-password {
    text-decoration-line: underline;
    color: #B9A074;
}

@media screen and (min-width: 1025px) {
    .link-password:hover {
        color: #876E42;
    }
}

.wrapped-btn {
    margin-top: 12px;
}

.btn-auth {
    background: rgba(185, 160, 116, 0.1);
    border: 1px solid #B9A074;
    color: #B9A074;
    border-radius: 16px;
    font-weight: 600;
    font-size: 16px;
    padding: 7px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.25;
    margin-bottom: 7px;
}

@media screen and (min-width: 1025px) {
    .btn-auth.mimas {
        background: #E9E4DB;
        color: #B9A074;
    }
    .btn-auth.mimas::before {
        background: #EFEDE8;
    }
}

@media screen and (max-width: 480px) {
    .btn-auth {
        font-size: 14px;
        padding: 8px;
    }
}

.btn-auth:last-child {
    margin-bottom: 0;
}

.btn-auth.second {
    background: #B9A074;
    color: #282A30;
}

@media screen and (min-width: 1025px) {
    .btn-auth.second.mimas {
        background: #9B8256;
    }
    .btn-auth.second.mimas::before {
        background: #B9A074;
    }
}

.custom-input {
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-input input {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: 2px solid #ddd;
    text-align: center;
    margin-right: 7px;
    font-size: 25px;
}

.custom-input input:last-child {
    margin-right: 0;
}

.custom-input input:focus {
    outline: none;
    border-color: #B9A074;
}

.contact-field .content {
    max-width: 760px;
    width: 100%;
    flex-shrink: 1;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
}

.contact-field .headline {
    margin-bottom: 12px;
    text-align: center;
}

@media screen and (max-width: 480px) {
    .contact-field .headline {
        margin-bottom: 7px;
    }
}

.contact-field .title {
    font-weight: 600;
    font-size: 24px;
    color: #282A30;
    text-align: center;
}

@media screen and (max-width: 480px) {
    .contact-field .title {
        font-size: 22px;
    }
}

.contact-field .subtitle {
    display: inline-block;
    vertical-align: top;
    color: #87898E;
}

.contact-field .link {
    text-decoration-line: underline;
    color: #282A30;
}

@media screen and (min-width: 1025px) {
    .contact-field .link:hover {
        color: #876E42;
    }
}

.contact-box .row {
    margin-top: 12px;
}

.contact-box .row:first-child {
    margin-top: 0;
}

.contact-box textarea {
    height: 120px;
    border: 1px solid #DDD;
    border-radius: 16px;
    resize: none;
    width: 100%;
    font-family: inherit;
    font-size: 16px;
    color: #282A30;
    padding: 12px;
}

@media screen and (max-width: 480px) {
    .contact-box textarea {
        height: 200px;
    }
}

@media screen and (min-width: 1025px) {
    .contact-box textarea:hover {
        border-color: #282A30;
    }
}

.wrapper-contact {
    display: flex;
    flex-wrap: wrap;
    margin: -3px -6px;
}

.wrapper-contact .item-contact {
    padding: 3px 6px;
    width: 50%;
}

@media screen and (max-width: 640px) {
    .wrapper-contact .item-contact {
        width: 100%;
    }
}

.wrapper-contact .field-number {
    padding: 2px;
}

.wrapper-contact .field-number-drop {
    border: none;
    background: #DDD;
    padding: 3px;
    border-radius: 65px;
    padding: 2px 12px 2px 5px;
    min-width: 60px;
    justify-content: space-between;
    flex-grow: 0;
    flex-shrink: 0;
}

.wrapper-contact .image-lang {
    width: 26px;
    height: 26px;
}

.verification {
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    color: #87898E;
    padding: 38px;
    background: #DDD;
    border-radius: 16px;
    margin-top: 12px;
}

.balance-field .content {
    max-width: 425px;
    width: 100%;
    flex-shrink: 1;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
}

.balance-field .headline {
    margin-bottom: 12px;
    text-align: center;
}

@media screen and (max-width: 480px) {
    .balance-field .headline {
        margin-bottom: 7px;
    }
}

.balance-field .title {
    font-weight: 600;
    font-size: 24px;
    color: #282A30;
    text-align: center;
}

@media screen and (max-width: 480px) {
    .balance-field .title {
        font-size: 22px;
    }
}

.balance-box .row {
    margin-top: 12px;
}

.balance-box .row:first-child {
    margin-top: 0;
}

.balance-box .input-balance {
    padding: 8px 12px;
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 16px;
    font-size: 14px;
    height: 36px;
    transition: border .1s;
}

@media screen and (min-width: 1025px) {
    .balance-box .input-balance:hover {
        border-color: #282A30;
    }
}

.input-subtitle {
    text-align: end;
    color: #282A30;
    margin-top: 7px;
}

.cryptocurrency {
    padding: 12px;
    background: #EAEAEA;
    border-radius: 16px;
}

.cryptocurrency .item {
    margin-top: 7px;
}

.cryptocurrency .item:first-child {
    margin-top: 0;
}

.cryptocurrency .text-wrap {
    color: #87898E;
    padding: 12px 20px;
    background: #FFFFFF;
    border-radius: 16px;
}

.cryptocurrency .text.second {
    color: #282A30;
}

.cryptocurrency-select {
    padding: 5px 12px;
    background: #fff;
    border-radius: 16px;
    position: relative;
}

@media screen and (max-width: 480px) {
    .cryptocurrency-select {
        padding: 12px;
    }
}

.cryptocurrency-select.show .select-hidden {
    display: block;
}

.cryptocurrency-select.show .icon-arrow-down {
    transform: rotate(180deg);
}

.cryptocurrency-select .select {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.cryptocurrency-select .image-select .crypto-img {
    margin-right: 12px;
}

.cryptocurrency-select .crypto-img {
    -o-object-fit: cover;
    object-fit: cover;
    display: inline-block;
    vertical-align: top;
    height: 26px;
    width: 26px;
    border-radius: 100%;
    overflow: hidden;
    flex-grow: 0;
    flex-shrink: 0;
}

@media screen and (max-width: 480px) {
    .cryptocurrency-select .crypto-img {
        height: 36px;
        width: 36px;
    }
}

.cryptocurrency-select .text-select {
    font-weight: 500;
    font-size: 16px;
    color: #282A30;
    margin-right: auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cryptocurrency-select .detail {
    color: #87898E;
    font-weight: 400;
}

.cryptocurrency-select .icon-arrow-down {
    flex-grow: 0;
    flex-shrink: 0;
    width: 26px;
    height: 26px;
    border-radius: 100%;
    background: #F5F5F5;
    display: flex;
    align-items: center;
    font-size: 10px;
    justify-content: center;
}

@media screen and (max-width: 480px) {
    .cryptocurrency-select .icon-arrow-down {
        height: 36px;
        width: 36px;
        font-size: 12px;
    }
}

.select-hidden {
    position: absolute;
    border: 1px solid #ddd;
    top: calc(100% + 5px);
    left: 0;
    right: 0;
    width: 100%;
    background: #fff;
    border-radius: 16px;
    z-index: 3;
    overflow: hidden;
    max-height: 177px;
    overflow-y: auto;
    display: none;
}

.select-hidden .choice {
    display: flex;
    align-items: center;
    padding: 5px;
    cursor: pointer;
}

.select-hidden .choice .crypto-img {
    margin-right: 12px;
}

.select-hidden .choice.selected {
    background-color: #EAEAEA;
}

.select-hidden .choice:active {
    background: #E0E0E0;
}

@media screen and (min-width: 1025px) {
    .select-hidden .choice:hover {
        background: #EAEAEA;
    }
}

.code-field .wrap-separate {
    position: relative;
}

.code-field .wrap-separate::after {
    position: absolute;
    content: "";
    width: 100%;
    top: 50%;
    height: 1px;
    background: #EAEAEA;
    transform: translate3d(0 -50%, 0);
}

.code-field .code {
    position: relative;
    z-index: 2;
    color: #87898E;
    max-width: 118px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    padding: 8px 7px;
    background: #FFF;
    border-radius: 12px;
}

.code-field .code-wrap {
    position: relative;
}

.code-field .code-wrap::before {
    content: '';
    width: 100%;
    height: 1px;
    background: red;
}

.code-field .code-images {
    max-width: 200px;
    margin: 12px auto 0;
}

.code-field .code-images img {
    height: auto;
    display: inline-flex;
    vertical-align: top;
    -o-object-fit: cover;
    object-fit: cover;
}

.copy-code {
    display: flex;
    align-items: center;
}

.copy-code.copied .button-copy {
    color: #63d300;
}

.copy-code.copied .button-copy i::before {
    content: '\e904';
}

.copy-code .images {
    border-radius: 100%;
    flex-grow: 0;
    flex-shrink: 0;
    border: 1px solid #DDD;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 14px;
}

.copy-code .images img {
    width: 17px;
    height: 17px;
    -o-object-fit: cover;
    object-fit: cover;
}

.copy-code .text-copy {
    flex-grow: 1;
    flex-shrink: 1;
}

.copy-code .text {
    max-width: 270px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media screen and (max-width: 480px) {
    .copy-code .text {
        max-width: 175px;
    }
}

.copy-code .button-copy {
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    font-size: 18px;
    color: #282A30;
    margin-left: 6px;
}

.copy-code .icon-copy {
    font-size: 18px;
}

.balance-btn {
    background: #EAEAEA;
    border-radius: 16px;
    width: 100%;
    padding: 8px;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.25;
    text-align: center;
    color: #87898E;
}

@media screen and (min-width: 1025px) {
    .balance-btn.mimas {
        background: #E9E4DB;
        color: #87898E;
    }
    .balance-btn.mimas::before {
        background: #EAEAEA;
    }
}

@media screen and (max-width: 480px) {
    .balance-btn {
        font-size: 14px;
        padding: 9px;
    }
}

.favorite-field {
    display: flex;
    height: 100%;
}

.favorite-field .headline {
    margin-bottom: 12px;
}

.favorite-field .title {
    font-weight: 600;
    font-size: 24px;
    color: #282A30;
}

@media screen and (max-width: 480px) {
    .favorite-field .title {
        font-size: 22px;
        text-align: center;
    }
}

.favorite .item-row {
    display: flex;
    justify-content: space-between;
    background: #FFF;
    border-radius: 16px;
    padding: 6px;
    margin-bottom: 7px;
}

@media screen and (max-width: 480px) {
    .favorite .item-row {
        margin: 0 -12px 7px -12px;
    }
}

@media screen and (max-width: 480px) {
    .favorite .item-row {
        margin-bottom: 4px;
        padding: 4px;
    }
}

.favorite .item-row:last-child {
    margin-bottom: 0;
}

.favorite .item {
    flex-grow: 1;
    flex-shrink: 1;
}

.favorite .item.primary {
    flex-grow: 0;
    flex-shrink: 0;
}

@media screen and (max-width: 480px) {
    .favorite .item {
        padding: 4px;
        margin: 0;
    }
}

@media screen and (max-width: 480px) {
    .favorite .item::before {
        display: none;
    }
}

.favorite .info-post {
    flex-grow: 1;
    flex-shrink: 1;
    align-self: center;
}

@media screen and (max-width: 480px) {
    .favorite .info-post {
        font-size: 9px;
        margin: -4px;
    }
}

@media screen and (max-width: 340px) {
    .favorite .info-post {
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 480px) {
    .favorite .info-post i {
        margin-right: 4px;
    }
}

.favorite .info-post span {
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.favorite .content-box {
    display: flex;
}

.favorite .detail-info {
    display: flex;
    flex-grow: 1;
    flex-shrink: 1;
}

@media screen and (max-width: 1024px) {
    .favorite .detail-info {
        flex-direction: column;
    }
}

.favorite .image {
    width: 42px;
    height: 42px;
    margin-right: 12px;
    flex-grow: 0;
    flex-shrink: 0;
    align-self: center;
    display: block;
}

.favorite img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    border-radius: 12px;
}

.favorite .wrap {
    display: flex;
    align-items: center;
    margin-right: 12px;
    flex-grow: 0;
    flex-shrink: 0;
}

@media screen and (max-width: 1024px) {
    .favorite .wrap {
        margin: 0 0 4px;
    }
}

.favorite .name {
    font-weight: 600;
    font-size: 14px;
    line-height: 1.15;
    color: #282A30;
    padding: 2px 0;
}

@media screen and (min-width: 1025px) {
    .favorite .name:hover {
        color: #B9A074;
    }
}

@media screen and (max-width: 480px) {
    .favorite .name {
        font-size: 12px;
    }
}

.favorite .status {
    font-size: 9px;
    padding: 6px 9px;
    line-height: 1;
    background: #EFEDE8;
    box-shadow: inset 0 0 0 1px #B9A074;
    margin-left: 8px;
    flex-grow: 0;
    flex-shrink: 0;
}

@media screen and (max-width: 480px) {
    .favorite .status {
        box-shadow: none;
        margin-left: 5px;
        background: transparent;
        padding: 0;
    }
}

.favorite .status span {
    margin-left: 5px;
}

@media screen and (max-width: 480px) {
    .favorite .status span {
        display: none;
    }
}

.favorite .icon-check {
    font-size: 10px;
    flex-grow: 0;
    flex-shrink: 0;
}

@media screen and (max-width: 480px) {
    .favorite .icon-check {
        font-size: 13px;
    }
}

.favorite .button-delete {
    flex-grow: 0;
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    border-radius: 100%;
    border: 1px solid #EAEAEA;
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    margin-left: 10px;
    color: #282A30;
}

@media screen and (min-width: 1025px) {
    .favorite .button-delete:hover {
        color: #B9A074;
    }
}

@media screen and (max-width: 480px) {
    .favorite .button-delete {
        height: 30px;
        width: 30px;
    }
}

.favorite .button-delete i {
    font-size: 17px;
}

.policy-field .wrap {
    max-width: 860px;
}

.policy-field .wrap p {
    font-weight: 400;
}

.policy-field .title {
    font-weight: 600;
    font-size: 24px;
    color: #282A30;
    margin-bottom: 4px;
}

@media screen and (max-width: 480px) {
    .policy-field .title {
        font-size: 22px;
    }
}

.policy-field .some-title {
    font-size: 18px;
}

.policy-field p {
    margin: 8px 0;
    font-weight: 300;
}

.policy-field a {
    text-decoration-line: underline;
    color: #282A30;
    font-weight: 300;
}

@media screen and (min-width: 1025px) {
    .policy-field a:hover {
        color: #B9A074;
    }
}

.policy-field a span {
    font-weight: 500;
}

.policy-field ul,
.policy-field ol {
    margin: 8px 0;
}

.back-page {
    padding-bottom: 12px;
    border-bottom: 1px solid #EAEAEA;
}

.back-page,
.back-link {
    font-weight: 600;
    font-size: 24px;
    display: flex;
    margin-bottom: 12px;
    align-items: center;
}

@media screen and (max-width: 480px) {
    .back-page,
    .back-link {
        font-size: 22px;
    }
}

.back-page a,
.back-link a {
    display: flex;
    text-decoration: none;
    color: #282A30;
}

@media screen and (min-width: 1025px) {
    .back-page a:hover,
    .back-link a:hover {
        color: #B9A074;
    }
}

.back-page i,
.back-link i {
    font-size: 23px;
    margin-right: 7px;
    padding: 6px 0;
}

@media screen and (max-width: 480px) {
    .back-page i,
    .back-link i {
        padding: 4px;
    }
}

.back-link span {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: block;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
}

.grid-album {
    -moz-column-count: 2;
    column-count: 2;
    -moz-column-gap: 10px;
    column-gap: 10px;
}

@media screen and (max-width: 480px) {
    .grid-album {
        -moz-column-count: 1;
        column-count: 1;
        -moz-column-gap: 0;
        column-gap: 0;
        margin: 0 -12px;
    }
}

.grid-album .item {
    display: grid;
    grid-template-rows: 1fr auto;
    padding-bottom: 10px;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
}

@media screen and (max-width: 480px) {
    .grid-album .item {
        padding-bottom: 4px;
    }
}

.grid-album .item > img {
    grid-row: 1 / -1;
    grid-column: 1;
}

.grid-album img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 16px;
    display: inline-block;
    vertical-align: top;
}

.wrap-error {
    padding: 100px 0;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    flex-shrink: 1;
    flex-grow: 1;
    width: 100%;
    line-height: 1.2;
}

@media screen and (max-width: 480px) {
    .wrap-error {
        padding: 50px;
    }
}

.wrap-error .title {
    color: #B9A074;
    font-size: 250px;
    opacity: .7;
    text-align: center;
    text-shadow: 0 0 1px #000;
}

@media screen and (max-width: 768px) {
    .wrap-error .title {
        font-size: 200px;
    }
}

@media screen and (max-width: 640px) {
    .wrap-error .title {
        font-size: 180px;
    }
}

@media screen and (max-width: 480px) {
    .wrap-error .title {
        font-size: 100px;
    }
}

.wrap-error .subtitle {
    color: #282A30;
    font-size: 50px;
    font-weight: 700;
    opacity: .35;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .wrap-error .subtitle {
        font-size: 40px;
    }
}

@media screen and (max-width: 640px) {
    .wrap-error .subtitle {
        font-size: 30px;
    }
}

@media screen and (max-width: 480px) {
    .wrap-error .subtitle {
        font-size: 20px;
    }
}

.link-new {
    flex-grow: 0;
    flex-shrink: 0;
    font-weight: 600;
    color: #282A30;
    background: #B9A074;
    border-radius: 18px;
    padding: 9px 32px;
    line-height: 1.29;
    margin-left: 5px;
}

@media screen and (min-width: 1025px) {
    .link-new.mimas {
        background: #9B8256;
    }
    .link-new.mimas::before {
        background: #B9A074;
    }
}

.group-table {
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0 0 0 1px #ddd;
}

@media screen and (max-width: 767px) {
    .group-table {
        overflow: auto;
    }
}

.group-table i {
    font-size: 12px;
}

.group-table .icon-close {
    color: #c50202;
}

.group-table .icon-checkbox {
    color: #2FAF5B;
}

@media screen and (max-width: 767px) {
    .group-table-wrap {
        min-width: 900px;
    }
}

.group-table-head {
    display: flex;
}

.group-thead,
.group-tcolumn {
    width: 16.666%;
    padding: 12px;
    align-self: center;
}

.group-thead.secondary,
.group-tcolumn.secondary {
    width: 25%;
}

.group-thead {
    color: #87898E;
    background-color: #ececec;
}

.group-thead:first-child {
    border-radius: 16px 0 0;
}

.group-thead:last-child {
    border-radius: 0 16px 0 0;
}

.group-table-main {
    font-size: 16px;
}

.group-row {
    display: flex;
    box-shadow: 0 1px 1px 0 #ddd;
}

.group-row:last-child {
    box-shadow: none;
}

.group-row .wrap {
    display: flex;
    width: 100%;
    color: #000;
    transition: background .2s;
}

@media screen and (min-width: 1025px) {
    .group-row .wrap:hover {
        background: #E9E4DB;
    }
}

.group-table-footer {
    box-shadow: 0 -1px 1px 0 #ddd;
    display: flex;
    justify-content: space-between;
}

.group-tcolumn.primary {
    width: auto;
    flex-grow: 0;
    flex-shrink: 0;
}

.select-wrapped {
    display: flex;
    align-items: center;
}

.select-wrapped .label {
    margin-left: 5px;
}

.ticket-box .row {
    margin-bottom: 12px;
}

.ticket-box .row:last-child {
    margin-bottom: 0;
}

.ticket-box .ticket-title {
    font-size: 16px;
    font-weight: 500;
    color: #282A30;
    margin-bottom: 6px;
    font-weight: 500;
}

.ticket-box .ticket-subtitle {
    color: #B9A074;
    font-weight: 500;
}

.ticket-box .textarea {
    width: 100%;
    border: 1px solid #DDD;
    border-radius: 16px;
    resize: none;
    padding: 12px;
    background: transparent;
    font-family: inherit;
    font-size: 14px;
    height: 120px;
}

@media screen and (min-width: 1025px) {
    .ticket-box .textarea:hover {
        border-color: #282A30;
    }
}

.ticket-box .heading-ticket {
    border: 1px solid #ddd;
    border-radius: 16px;
    padding: 9px 12px;
    width: 100%;
    color: #868686;
    font-weight: 500;
}

.ticket-box .heading-ticket.second {
    height: 80px;
}

.ticket-box .text {
    color: #868686;
    margin-bottom: 4px;
    font-weight: 500;
    display: inline-flex;
    vertical-align: top;
}

.comments-block {
    margin-top: 12px;
    border-radius: 16px;
    border: 1px solid #EAEAEA;
    background: #fff;
    padding-top: 12px;
}

.comments-block .headline-title {
    padding: 6px;
    border-top: 1px solid #EAEAEA;
    border-bottom: 1px solid #EAEAEA;
    background: #EAEAEA;
    text-align: center;
    font-weight: 500;
}

.headline-comment {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    padding: 0 12px;
}

@media screen and (max-width: 480px) {
    .headline-comment {
        flex-direction: column;
    }
}

.headline-comment .title {
    font-weight: 500;
    font-size: 18px;
    flex-grow: 1;
    flex-shrink: 1;
}

.headline-comment .btn-comment {
    margin-left: 5px;
    flex-grow: 0;
    flex-shrink: 0;
    font-weight: 600;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    color: #282A30;
    background: #B9A074;
    border-radius: 100px;
    min-width: 120px;
    padding: 10px;
    flex-grow: 0;
    flex-shrink: 0;
}

@media screen and (min-width: 1025px) {
    .headline-comment .btn-comment.mimas {
        background: #9B8256;
    }
    .headline-comment .btn-comment.mimas::before {
        background: #B9A074;
    }
}

@media screen and (max-width: 480px) {
    .headline-comment .btn-comment {
        margin-top: 10px;
    }
}

.headline-comment .btn-comment:disabled {
    opacity: .5;
    pointer-events: none;
}

.comment-field .item {
    display: flex;
    align-items: center;
    padding: 12px;
    border-bottom: 1px solid #EAEAEA;
}

@media screen and (max-width: 860px) {
    .comment-field .item {
        flex-direction: column;
        align-items: flex-start;
    }
}

.comment-field .item:last-child {
    border: none;
}

.comment-field .detail {
    flex-grow: 0;
    flex-shrink: 0;
    margin-right: 12px;
}

.comment-field .comment-text {
    flex-grow: 1;
    flex-shrink: 1;
}

.comment-field .author-name {
    margin-bottom: 2px;
    font-weight: 600;
}

.comment-field .date {
    font-weight: 600;
    font-size: 12px;
    color: #87898E;
}

.color-moderator,
.color-user,
.color-admin {
    font-weight: 600;
}

.color-moderator {
    color: #2FAF5B;
}

.color-user {
    color: #000;
}

.color-admin {
    color: #c50202;
}

.modal-wrap {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    will-change: transform;
    background: rgba(0, 0, 0, 0.5);
    z-index: 5;
    display: flex;
    opacity: 0;
    visibility: hidden;
    transform: scale(1.02);
    transition: transform .3s, opacity .3s, visibility .3s;
}

.modal-wrap.show {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.modal-holder {
    margin: auto;
    max-height: 100%;
    overflow: hidden;
    overflow-y: auto;
    max-width: 1000px;
    width: 100%;
}

.modal {
    background: #fff;
    padding: 20px;
    position: relative;
    border-radius: 16px;
    margin: 10px;
}

.modal-top {
    padding: 0 20px 12px;
    border-bottom: 1px solid #EAEAEA;
    margin: 0 -20px 20px;
}

.modal-top .title {
    font-size: 24px;
    font-weight: 600;
    padding-right: 30px;
    align-items: center;
    display: flex;
    align-items: flex-end;
}

@media screen and (max-width: 860px) {
    .modal-top .title {
        font-size: 22px;
    }
}

.modal-top .btn-close {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #000;
    cursor: pointer;
    transition: color .2s;
}

@media screen and (min-width: 1025px) {
    .modal-top .btn-close:hover {
        color: #B9A074;
    }
}

.modal-body {
    margin-bottom: 20px;
}

.modal-body .label {
    display: flex;
    flex-direction: column;
}

.modal-body .text {
    color: #868686;
    margin-bottom: 4px;
    font-weight: 500;
}

.modal-body .text span {
    color: #c50202;
}

.modal-body .textarea {
    width: 100%;
    border: 1px solid #DDD;
    border-radius: 16px;
    resize: none;
    padding: 12px;
    background: transparent;
    font-family: inherit;
    font-size: 14px;
    height: 120px;
}

@media screen and (min-width: 1025px) {
    .modal-body .textarea:hover {
        border-color: #282A30;
    }
}

.modal-bottom {
    display: flex;
    margin: 0 -20px;
    padding: 20px 20px 0;
    border-top: 1px solid #EAEAEA;
}

.modal-bottom .button-modal {
    margin-left: 10px;
    font-weight: 600;
    font-size: 14px;
    color: #282A30;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 9px;
    line-height: 1.29;
    background: #B9A074;
    max-width: 140px;
    border-radius: 100px;
    border: 1px solid #B9A074;
}

@media screen and (min-width: 1025px) {
    .modal-bottom .button-modal.mimas {
        background: #9B8256;
    }
    .modal-bottom .button-modal.mimas::before {
        background: #B9A074;
    }
}

.modal-bottom .button-modal:first-child {
    margin: 0;
}

.modal-bottom .button-modal.second {
    background: rgba(185, 160, 116, 0.1);
    border: solid 1px #B9A074;
    color: #B9A074;
}

@media screen and (min-width: 1025px) {
    .modal-bottom .button-modal.second.mimas {
        background: #E9E4DB;
        color: #B9A074;
    }
    .modal-bottom .button-modal.second.mimas::before {
        background: #EFEDE8;
    }
}

.ticket-pagination {
    flex-grow: 0;
    flex-shrink: 0;
    display: flex;
}

.ticket-pagination .item {
    font-weight: 500;
    color: #282A30;
    line-height: 1;
    text-align: center;
    margin-left: 5px;
}

.ticket-pagination .item:first-child {
    margin-left: 0;
}

.ticket-pagination .item.action a {
    background: #B9A074;
    pointer-events: none;
}

.ticket-pagination a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #282A30;
    border-radius: 16px;
    min-width: 30px;
    height: 30px;
    padding: 2px;
    border: 1px solid transparent;
}

.ticket-pagination a:hover {
    border: 1px solid #B9A074;
}

@media screen and (max-width: 480px) {
    .ticket-pagination a {
        min-width: 28px;
        height: 28px;
    }
}

.ticket-pagination.pager {
    flex-grow: 0;
    flex-shrink: 0;
    min-width: 30px;
}

.ticket-pagination.pager i {
    display: none;
}

@media screen and (max-width: 480px) {
    .ticket-pagination.pager i {
        font-size: 9px;
    }
}

.footer {
    flex-shrink: 0;
    flex-grow: 0;
}

.logo-footer {
    text-align: center;
    max-width: 111px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 12px;
}

.logo-footer .logo {
    width: 100%;
    height: auto;
}

.footer-main {
    padding: 12px 0;
    background-color: #363941;
    text-align: center;
}

.footer-nav {
    padding: 12px 0;
    background: #282A30;
}

.footer-nav .list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: -10px;
}

@media screen and (max-width: 640px) {
    .footer-nav .list {
        justify-content: flex-start;
    }
}

.footer-nav .item {
    padding: 10px;
}

@media screen and (max-width: 480px) {
    .footer-nav .item {
        width: 50%;
        padding: 6px;
        font-size: 11px;
    }
}

.footer-nav a {
    color: #918a8a;
}

@media screen and (min-width: 1025px) {
    .footer-nav a:hover {
        color: #B9A074;
    }
}

.footer-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: -3px;
}

@media screen and (max-width: 480px) {
    .footer-list {
        margin: -2px;
    }
}

.footer-list .item {
    padding: 3px;
    color: #87898E;
}

@media screen and (max-width: 480px) {
    .footer-list .item {
        font-size: 11px;
        padding: 2px;
    }
}

.footer-list a {
    color: #87898E;
}

@media screen and (min-width: 1025px) {
    .footer-list a:hover {
        color: #B9A074;
    }
}
