@charset "UTF-8";
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;
}

a {
    text-decoration: none;
}

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

* {
    outline: none;
}

* {
    box-sizing: border-box;
}

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

i {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body,
html {
    height: 100%;
}

body {
    font: 400 14px/1.2 "Roboto", sans-serif;
    color: #000000;
    background: #000000;
}

body.lock__page {
    overflow: hidden;
}

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

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

.row__wrapper {
    position: relative;
    overflow: hidden;
}

.header {
    flex: 0 0 auto;
}

.main {
    position: relative;
    flex: 1 0 auto;
    margin-top: 160px;
}
@media (max-width: 1024px) {
    .main {
        margin-top: 110px;
    }
}

.footer {
    flex: 0 0 auto;
}

.header {
    background: #000000;
    border-top: 4px solid #B59657;
    border-bottom: 12px solid #B59657;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 16;
}
.header .logo {
    opacity: 1;
    transition: opacity 0.3s;
    max-width: 280px;
}
.header .logo a {
    display: block;
}
.header .logo a img {
    transform: translateY(10px);
    width: 100%;
}
@media (max-width: 1024px) {
    .header .logo a img {
        height: 80px;
        transform: translateY(6px);
    }
}

.burger__btn {
    cursor: pointer;
    width: 30px;
    display: none;
}
@media (max-width: 1024px) {
    .burger__btn {
        display: block;
    }
}
.burger__btn .burger__btn span:last-child {
    margin-bottom: 0;
}
.burger__btn span {
    display: block;
    width: 100%;
    height: 3px;
    margin-bottom: 5px;
    border-radius: 10px;
    background-color: #fff;
    position: relative;
    top: 0;
    transition: all 0.3s ease-in-out;
}

.header__inner {
    display: flex;
    align-items: center;
    position: relative;
    padding: 5px 0;
}
@media (max-width: 1024px) {
    .header__inner {
        justify-content: space-between;
    }
}

.search__mobile {
    display: none;
    background: transparent;
    border: none;
    cursor: pointer;
    position: relative;
}
.search__mobile svg {
    width: 25px;
    height: 25px;
    opacity: 1;
    transition: opacity 0.3s;
}
@media (max-width: 1024px) {
    .search__mobile {
        display: flex;
    }
}
.search__mobile .close__btn {
    cursor: pointer;
    width: 30px;
    position: absolute;
    top: 4px;
    left: -8px;
    opacity: 0;
    transition: 0.2s;
}
.search__mobile .close__btn span {
    display: block;
    width: 100%;
    height: 3px;
    margin-bottom: 5px;
    border-radius: 10px;
    background-color: #fff;
    position: relative;
    top: 0;
    transition: all 0.3s ease-in-out;
}
.search__mobile .close__btn span:last-child {
    margin-bottom: 0;
}

.col__inner {
    margin-left: 21px;
    width: 100%;
}
@media (max-width: 1024px) {
    .col__inner {
        position: absolute;
        transition: all 0.3s;
        margin-left: 0;
        width: calc(100% - 60px);
        opacity: 0;
        visibility: hidden;
        transform: translateY(-780px);
        z-index: 5;
    }
    .col__inner .content__holder {
        display: none;
    }
}

.header.show_search .logo {
    opacity: 0;
}
.header.show_search .col__inner {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.header.show_search .search__mobile svg {
    opacity: 0;
}
.header.show_search .search__mobile .close__btn {
    opacity: 1;
}
.header.show_search .search__mobile .close__btn span:nth-child(1) {
    transform: rotate(45deg);
    top: 8px;
}
.header.show_search .search__mobile .close__btn span:nth-child(2) {
    opacity: 0;
}
.header.show_search .search__mobile .close__btn span:nth-child(3) {
    transform: rotate(-45deg);
    top: -8px;
}

.inner__text-item .text__item {
    font-weight: 800;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #B59657;
    display: flex;
    align-items: center;
}
.inner__text-item .text__item svg {
    width: 16px;
    height: 19px;
    fill: #B59657;
    margin-right: 7px;
}
.inner__text-item .text__item-sub {
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    color: #EEEEEE;
    margin-bottom: 8px;
    max-width: 865px;
    width: 100%;
}
.inner__text-item .text__item-sub span {
    font-weight: 800;
}

.search {
    position: relative;
    width: 100%;
}
.search form {
    width: 100%;
}
.search .search__inner {
    width: 100%;
    position: relative;
}
.search .search__inner input {
    width: 100%;
    height: 30px;
    font-weight: 800;
    font-size: 13px;
    line-height: 18px;
    color: #C8C8C8;
    border: none;
    background-color: #ffffff;
    padding: 6px 50px 6px 17px;
}
.search .search__inner input::-moz-placeholder {
    font-family: "Manrope";
    font-weight: 800;
    font-size: 13px;
    line-height: 18px;
    color: #C8C8C8;
}
.search .search__inner input:-ms-input-placeholder {
    font-family: "Manrope";
    font-weight: 800;
    font-size: 13px;
    line-height: 18px;
    color: #C8C8C8;
}
.search .search__inner input::placeholder {
    font-family: "Manrope";
    font-weight: 800;
    font-size: 13px;
    line-height: 18px;
    color: #C8C8C8;
}
.search.show__menu .search__thumbs {
    opacity: 1;
    visibility: visible;
    display: block;
}

.search__thumbs {
    position: absolute;
    width: 100%;
    z-index: 5;
    background: #ffffff;
    box-shadow: -7px 7px 6px rgba(0, 0, 0, 0.25);
    padding-bottom: 24px;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    display: none;
    transition: 0.3s;
}

@media (max-width: 1024px) {
    .search__thumbs {
        width: calc(100% + 90px);
        top: calc(100% + 30px);
        left: -15px;
        height: 100vh;
        overflow-y: scroll;
        padding-bottom: 120px;
    }
}
.search__thumbs .pagination {
    z-index: 0;
}

.review {
    transition: all 0.3s;
    transform: translateX(100%);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.search__thumbs.show__review .review {
    transform: translateX(0);
}

.review__inner {
    position: absolute;
    z-index: 20;
    top: 43px;
    overflow: hidden;
    width: 100%;
    height: 100%;
    max-height: calc(100% - 120px);
}
@media (max-width: 1024px) {
    .review__inner {
        max-height: calc(100% - 108px);
        top: 40px;
    }
}

.review__inner .img__desctop {
    position: absolute;
    width: 100%;
    display: block;
}
@media (max-width: 1024px) {
    .review__inner .img__desctop {
        display: none;
    }
}
@media (max-width: 767px) {
    .review__inner .img__desctop {
        height: 100%;
        width: auto;
    }
}

.review__inner .title {
    position: relative;
    font-weight: 800;
    font-size: 32px;
    line-height: 44px;
    color: #FFFFFF;
    margin-bottom: 16px;
    padding: 0 24px;
}
@media (max-width: 1024px) {
    .review__inner .title {
        font-size: 20px;
        line-height: 25px;
    }
}

.review__inner .text__holder {
    position: relative;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0.004em;
    color: #FFFFFF;
    padding: 0 24px;
    margin-bottom: 57px;
}
@media (max-width: 1024px) {
    .review__inner .text__holder {
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 30px;
    }
}

.visit__link {
    display: block;
    position: relative;
    background: #B59657;
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px rgba(0, 0, 0, 0.14), 0px 1px 5px rgba(0, 0, 0, 0.12);
    border-radius: 4px;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.46px;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 19px 56px;
    transition: all 0.3s;
}
@media (min-width: 1025px) {
    .visit__link:hover {
        background: #ffffff;
        color: #B59657;
        box-shadow: none;
    }
}
@media (max-width: 1024px) {
    .visit__link {
        padding: 10px 40px;
    }
}

.link__holder {
    display: flex;
    justify-content: center;
    position: relative;
    width: 100%;
}
.link__holder::before {
    content: "";
    height: 5px;
    width: 100%;
    background: #B59657;
    position: absolute;
    top: -16px;
}

.review__holder {
    padding: 24px 0 24px 0;
    background-color: rgba(0, 0, 0, 0.75);
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow-y: scroll;
}
@media (max-width: 1024px) {
    .review__holder {
        background-color: rgb(0, 0, 0);
        overflow-y: scroll;
        padding: 24px 0 110px 0;
    }
}

.search__heading {
    background: #B59657;
    display: flex;
    align-items: center;
    padding: 8px 24px;
    margin-bottom: 10px;
    position: relative;
    z-index: 25;
}
@media (max-width: 550px) {
    .search__heading {
        padding: 8px;
    }
}
.search__heading .title {
    font-weight: 800;
    font-size: 20px;
    line-height: 27px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #FFFFFF;
    order: 0;
    white-space: nowrap;
    margin-right: 10px;
}
@media (max-width: 550px) {
    .search__heading .title {
        display: none;
        font-size: 12px;
        line-height: 20px;
        margin-right: 0;
    }
}
.search__heading .heading__category {
    padding-left: 10px;
    flex-grow: 1;
    display: flex;
    align-items: center;
    overflow-y: scroll;
}
.search__heading .heading__category::-webkit-scrollbar {
    display: none;
}
.search__heading .heading__category::-webkit-scrollbar-track {
    display: none;
}
.search__heading .heading__category::-webkit-scrollbar-thumb {
    display: none;
}
.search__heading .heading__category a {
    display: block;
    border: 1px solid #FFFFFF;
    color: #ffffff;
    font-size: 16px;
    border-radius: 4px;
    padding: 6px 10px;
    margin-right: 15px;
    transition: 0.3s;
    white-space: nowrap;
}
@media (max-width: 660px) {
    .search__heading .heading__category a {
        font-size: 12px;
        padding: 4px 7px;
        margin-right: 10px;
    }
}
@media (min-width: 1024px) {
    .search__heading .heading__category a:hover {
        color: #B59657;
        background: #ffffff;
    }
}
.search__heading .heading__category a:last-child {
    margin-right: 0;
}
.search__heading .search__close,
.search__heading .block__close {
    background: transparent;
    border: none;
    cursor: pointer;
    transition: all 0.3s;
    margin-left: 10px;
}
.search__heading .search__close svg,
.search__heading .block__close svg {
    fill: #ffffff;
    width: 12px;
    height: 13px;
}
.search__heading .block__close {
    position: absolute;
    right: 24px;
}

@media (max-width: 550px) {
    .search__heading .block__close {
        right: 8px;
    }
}

.search__thumbs.show__review .search__heading .block__close {
    opacity: 0;
    visibility: hidden;
}
.search__thumbs.show__review .search__heading .search__close {
    opacity: 1;
    visibility: visible;
}

.review__img {
    width: 100%;
    max-width: 400px;
    display: none;
    margin-bottom: 10px;
}
@media (max-width: 1024px) {
    .review__img {
        display: flex;
    }
}
.review__img img {
    width: 100%;
}

.search__thumbs.show__review {
    overflow: hidden;
}

.search__btn {
    background: transparent;
    border: none;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    position: absolute;
    right: 17px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
.search__btn svg {
    width: 14px;
    height: 14px;
    fill: #C8C8C8;
    transition: fill 0.3s;
}
@media (min-width: 1024px) {
    .search__btn:hover svg {
        fill: #B59657;
    }
}

.scroll-to-next {
    background: rosybrown;
    position: fixed;
    top: calc(50% + 85px);
    right: 5px;
    z-index: 10;
    width: 40px;
    height: 40px;
    transform: rotate(90deg) translateX(-50%);
    border: none;
    overflow: hidden;
    border-radius: 50%;
    display: none;
}
@media (max-width: 767px) {
    .scroll-to-next {
        display: flex;
    }
}
.scroll-to-next img {
    transform: scale(1.5);
    background: #B59657;
}

.search__thumb {
    padding: 0 24px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px;
    min-height: 480px;
}
@media (max-width: 500px) {
    .search__thumb {
        padding: 0 12px;
    }
}
.search__thumb .thumb {
    width: 25%;
    margin-bottom: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 12px;
}
@media (max-width: 767px) {
    .search__thumb .thumb {
        width: 50%;
        margin-bottom: 15px;
        padding: 0 4px;
    }
}
.search__thumb .thumb .title {
    font-weight: 800;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    color: #B59657;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
@media (max-width: 550px) {
    .search__thumb .thumb .title {
        font-size: 9px;
        line-height: 17px;
    }
}
.search__thumb .thumb .img__item {
    position: relative;
    border-radius: 2px;
    overflow: hidden;
    width: 100%;
}
@media (min-width: 1024px) {
    .search__thumb .thumb .img__item:hover .thumb__links {
        opacity: 1;
        visibility: visible;
    }
}
.search__thumb .thumb .img__item .thumb__links {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: rgba(0, 0, 0, 0.6);
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
}
/*@media (max-width: 1024px) {*/
/*    .search__thumb .thumb .img__item .thumb__links {*/
/*        opacity: 1;*/
/*        visibility: visible;*/
/*    }*/
/*}*/
.search__thumb .thumb .img__item .thumb__links a {
    display: block;
    font-weight: 800;
    font-size: 13px;
    line-height: 22px;
    letter-spacing: 0.46px;
    text-transform: uppercase;
    text-align: center;
    color: #B59657;
    background: #ffffff;
    border: 1px solid #B59657;
    border-radius: 4px;
    margin-bottom: 8px;
    padding: 5px 17px;
    transition: 0.3s;
    max-width: 133px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
@media (min-width: 1024px) {
    .search__thumb .thumb .img__item .thumb__links a:hover {
        background: #B59657;
        color: #ffffff;
        box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px rgba(0, 0, 0, 0.14), 0px 1px 5px rgba(0, 0, 0, 0.12);
    }
}
.search__thumb .thumb .img__item .thumb__links a.second {
    padding: 4px 14px;
}
@media (max-width: 660px) {
    .search__thumb .thumb .img__item .thumb__links a.second {
        padding: 4px 8px;
    }
}
.search__thumb .thumb .img__item .thumb__links a:last-child {
    margin-bottom: 0;
}
@media (max-width: 660px) {
    .search__thumb .thumb .img__item .thumb__links a {
        padding: 4px 8px;
    }
}
@media (max-width: 400px) {
    .search__thumb .thumb .img__item .thumb__links a {
        font-size: 8px;
        padding: 2px 6px;
        line-height: 12px;
        max-width: 76px;
        width: 100%;
    }
    .search__thumb .thumb .img__item .thumb__links a.second {
        padding: 2px 4px;
    }
}
.search__thumb .thumb .img__item img {
    width: 100%;
}
.search__thumb .thumb .item__title {
    background: #B59657;
    width: 100%;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    padding: 4px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
@media (max-width: 460px) {
    .search__thumb .thumb .item__title {
        font-size: 13px;
    }
}

.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 20;
}
.pagination a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, 0.12);
    border-radius: 4px;
    margin-right: 6px;
    font-weight: 400;
    font-size: 14px;
    line-height: 143%;
    text-align: center;
    letter-spacing: 0.17px;
    color: rgba(0, 0, 0, 0.87);
    transition: 0.3s;
}
@media (max-width: 767px) {
    .pagination a {
        display: none;
    }
}
@media (max-width: 415px) {
    .pagination a {
        width: 30px;
        height: 30px;
    }
}
.pagination a:last-child {
    margin-right: 0;
}
.pagination a svg {
    height: 11px;
    width: 6px;
    transition: fill 0.3s;
    fill: #D0D0D0;
}
.pagination a:hover {
    background: rgba(0, 0, 0, 0.95);
    color: #ffffff;
}
.pagination a:hover svg {
    fill: #181B21;
}
@media (max-width: 767px) {
    .pagination a.item {
        display: flex;
    }
}
.pagination a.jumper {
    background: transparent;
}
@media (max-width: 767px) {
    .pagination a.jumper {
        display: flex;
    }
}
.pagination a.prev, .pagination a.next {
    background: transparent;
}
@media (max-width: 767px) {
    .pagination a.prev, .pagination a.next {
        display: flex;
    }
}

.cards__holder {
    grid-auto-columns: initial;
    position: relative;
    z-index: 10;
    padding-bottom: 40px;
    display: grid;
    grid-row-gap: 10px;
    row-gap: 10px;
    -moz-column-gap: 8px;
    column-gap: 8px;
    -ms-grid-rows: initial;
    grid-template-rows: initial;
    -ms-grid-columns: repeat(4, 1fr);
    grid-template-columns: repeat(4, 1fr);
    grid-template-areas: initial;
    grid-auto-flow: row dense;
    grid-auto-rows: 1px;
    grid-auto-columns: initial;
}
@media (max-width: 1024px) {
    .cards__holder {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 767px) {
    .cards__holder {
        grid-template-columns: repeat(1, 1fr);
        justify-items: center;
    }
}

.card__item-header svg {
    position: absolute;
    fill: #ffffff;
    width: 25px;
    height: 20px;
    right: 10px;
    transform: rotate(270deg);
    opacity: 0;
    transition: all 0.3s;
}

[data-column="1"] {
    grid-column: 1/1;
}

[data-column="2"] {
    grid-column: 2/2;
}

[data-column="3"] {
    grid-column: 3/3;
}

[data-column="4"] {
    grid-column: 4/4;
}

@media (max-width: 1024px) {
    [data-column="3"] {
        grid-column: 1/1;
    }
    [data-column="4"] {
        grid-column: 2/2;
    }
}

@media (max-width: 767px) {
    [data-column="2"] {
        grid-column: 1/1;
    }
    [data-column="3"] {
        grid-column: 1/1;
    }
    [data-column="4"] {
        grid-column: 1/1;
    }
}

.card__holder-item {
    position: relative;
    background: #ffffff;
    grid-row-end: span 36;
    overflow: hidden;
    counter-reset: number 0;
    box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.1);
    transition: all 0.3s;
}
.card__holder-item.tall {
    grid-row-end: span 50;
}
@media (max-width: 767px) {
    .card__holder-item.tall {
        grid-row-end: span 26;
    }
}
.card__holder-item.small {
    grid-row-end: span 25;
}
.card__holder-item.hide {
    height: 52px;
}
.card__holder-item.hide .card__item-header svg {
    opacity: 1;
    transform: rotate(90deg);
}
.card__holder-item.hide .card__box-list {
    display: none;
}
.card__holder-item.hide .card__item-all {
    display: none;
}
@media (max-width: 767px) {
    .card__holder-item {
        grid-row-end: span 26;
        width: calc(100% - 70px);
    }
}
.card__holder-item .card__item-header {
    background: #B59657;
    text-align: center;
    font-weight: 800;
    font-size: 17px;
    line-height: 24px;
    color: #FFFFFF;
    padding: 14px 6px;
    position: relative;
    z-index: 2;
    transition: background 0.3s;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.card__holder-item .card__item-header .img__star {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 15px;
    right: 10px;
    opacity: 0;
    visibility: hidden;
}
.card__holder-item .card__item-header::after {
    content: "";
    position: absolute;
    z-index: -1;
    background: #D2B270;
    width: 100%;
    height: calc(100% + 4px);
    left: 0;
    right: 0;
    top: 0;
    opacity: 0;
    transition: opacity 0.3s;
}
.card__holder-item .card__item-header::before {
    content: "";
    position: absolute;
    z-index: -1;
    background: #D2B270;
    width: 100%;
    max-width: 85%;
    height: 4px;
    left: 0;
    right: 0;
    bottom: 0;
    transform: translate3d(-2px, 4px, 0px) skewX(-40deg);
    transition: max-width 0.3s;
}
.card__holder-item .card__item-header .img__holder {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    flex-grow: 0;
    flex-shrink: 0;
}
.card__holder-item .card__item-header .img__holder img {
    width: 100%;
}
.card__holder-item.active__cat .card__item-header {
    background: #ff8700;
}
.card__holder-item.active__cat.anim .card__item-header {
    -webkit-animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
    animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    perspective: 1000px;
}
@-webkit-keyframes shake {
    10%, 90% {
        transform: translate3d(-1px, 0, 0);
    }
    20%, 80% {
        transform: translate3d(2px, 0, 0);
    }
    30%, 50%, 70% {
        transform: translate3d(-4px, 0, 0);
    }
    40%, 60% {
        transform: translate3d(4px, 0, 0);
    }
}
@keyframes shake {
    10%, 90% {
        transform: translate3d(-1px, 0, 0);
    }
    20%, 80% {
        transform: translate3d(2px, 0, 0);
    }
    30%, 50%, 70% {
        transform: translate3d(-4px, 0, 0);
    }
    40%, 60% {
        transform: translate3d(4px, 0, 0);
    }
}
.card__holder-item .card__box-list {
    flex-grow: 1;
    flex-shrink: 1;
    overflow-y: scroll;
    scrollbar-width: thin;
    scrollbar-color: #DEDEDE white;
    padding-bottom: 1px;
}
.card__holder-item .card__box-list.scroll-viewport {
    height: 100%;
    padding-bottom: 156px;
}
.card__holder-item .card__box-list::-webkit-scrollbar {
    width: 4px;
    left: -100px;
}
.card__holder-item .card__box-list::-webkit-scrollbar-thumb {
    background-color: #DEDEDE;
    border-radius: 20px;
}
.card__holder-item .card__text {
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
    text-align: center;
    color: #AFABAA;
    margin-bottom: 8px;
    background: #F2F2F2;
    padding: 11px 21px;
    position: relative;
}
.card__holder-item .card__text span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s;
    opacity: 1;
    visibility: visible;
    max-width: 260px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
/*@media (max-width: 1024px) {*/
/*  .card__holder-item .card__text span {*/
/*    display: none;*/
/*  }*/
/*}*/
.card__holder-item .card__box-item {
    display: flex;
    align-items: center;
    padding: 7px 10px 7px 20px;
    cursor: pointer;
    transition: background 0.3s;
    position: relative;
}
@media (min-width: 1024px) {
    .card__holder-item .card__box-item:hover {
        background: #F1F1F1;
    }
    .card__holder-item .card__box-item:hover .card__box__item-link {
        color: #E72948;
    }
    .card__holder-item .card__box-item:hover .list__box__item-preview svg {
        fill: #E72948;
    }
}
.card__holder-item .card__box-item::before {
    counter-increment: number;
    content: counters(number, ".") ". ";
    display: inline-block;
    width: 20px;
    text-align: center;
    border: 0;
    font-weight: 400;
    color: #adadad;
    font-size: 14px;
}
.card__holder-item .card__box-item:last-child {
    margin-bottom: 0;
}
.card__holder-item .card__box__item-link {
    font-weight: 500;
    font-size: 13px;
    color: #000000;
    display: block;
    flex-grow: 1;
    transition: color 0.3s;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-right: 30px;
}
.card__holder-item .list__box__item-preview {
    width: 16px;
    height: 16px;
    flex-grow: 0;
    flex-shrink: 0;
}
.card__holder-item .list__box__item-preview svg {
    width: 100%;
    height: 16px;
    fill: #B59657;
    transition: 0.3s;
}
.card__holder-item .card__item-all {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    color: #000000;
    font-weight: 500;
    font-size: 10px;
    text-transform: uppercase;
    position: relative;
    padding: 10px 5px 10px 5px;
    transition: background 0.3s;
    border-top: 5px solid #B59657;
    position: absolute;
    z-index: 10;
    width: calc(100% - 14px);
    bottom: 0;
    left: 7px;
    right: 7px;
}
.card__holder-item .card__item-all .text {
    margin-right: 4px;
}
@media (max-width: 374px) {
    .card__holder-item .card__item-all .text {
        display: none;
    }
}
.card__holder-item .card__item-all a {
    display: block;
    font-weight: 500;
    font-size: 10px;
    line-height: 14px;
    color: #000000;
    margin-right: 4px;
    padding-right: 4px;
    border-right: 1px solid rgba(0, 0, 0, 0.12);
    transition: color 0.3s;
}
@media (min-width: 1024px) {
    .card__holder-item .card__item-all a:hover {
        color: #B59657;
    }
}
.card__holder-item .card__item-all a:last-child {
    margin-right: 0;
    margin-left: 0;
    border-right: 0;
}

.card__holder-item.active__item .card__item-header {
    background: #ff8700;
}
.card__holder-item.active__item .card__item-header {
    -webkit-animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
    animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    perspective: 1000px;
}
@keyframes shake {
    10%, 90% {
        transform: translate3d(-1px, 0, 0);
    }
    20%, 80% {
        transform: translate3d(2px, 0, 0);
    }
    30%, 50%, 70% {
        transform: translate3d(-4px, 0, 0);
    }
    40%, 60% {
        transform: translate3d(4px, 0, 0);
    }
}

.card__holder-item.show__list .card__box-list {
    height: 100% !important;
}

.card__holder-item.tall.show__list {
    grid-row-end: span 98;
}

.card__holder-item.mid.show__list {
    grid-row-end: span 48;
}

.card__holder-item.small.show__list {
    grid-row-end: span 48;
}

.card__holder-item.default.show__list-default {
    grid-row-end: span 38;
}

.card__box__item-icon {
    width: 16px;
    height: 16px;
    margin: 0 10px;
}

.icon__star {
    fill: #ED8A19;
    width: 12px;
    height: 12px;
    margin: 0 10px;
    flex-grow: 0;
    flex-shrink: 0;
}

.card__box-item .img {
    width: 15px;
    border-radius: 2px;
    overflow: hidden;
    opacity: 1;
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.3s;
}
.card__box-item .img img {
    width: 100%;
    height: 100%;
}

.description__inner {
    background: #ffffff;
    padding: 45px 0;
}
.description__inner h4 {
    font-weight: 800;
    font-size: 24px;
    line-height: 33px;
    color: #B59657;
}
@media (max-width: 767px) {
    .description__inner h4 {
        font-size: 20px;
        line-height: 25px;
    }
}
.description__inner p {
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0.004em;
    color: #000000;
    margin-bottom: 45px;
}
.description__inner p:last-child {
    margin-bottom: 0;
}
@media (max-width: 767px) {
    .description__inner p {
        font-size: 14px;
    }
}

.deck__row {
    margin-bottom: 45px;
}
.deck__row:last-child {
    margin-bottom: 0;
}
.deck__row .title {
    font-weight: 800;
    font-size: 24px;
    line-height: 33px;
    color: #B59657;
}
@media (max-width: 767px) {
    .deck__row .title {
        font-size: 20px;
        line-height: 25px;
    }
}
.deck__row .sub__title {
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0.004em;
    color: #000000;
}
@media (max-width: 767px) {
    .deck__row .sub__title {
        font-size: 14px;
    }
}

.footer {
    background: #000000;
}

.footer-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 34px 0;
}
.footer-inner .text {
    color: #ffffff;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 22px;
}
.footer-inner .contact__link {
    text-decoration: underline;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #FFFFFF;
    display: block;
    transition: color 0.3s;
    margin-bottom: 22px;
}
@media (min-width: 1024px) {
    .footer-inner .contact__link:hover {
        color: #B59657;
    }
}
.footer-inner .footer__nav {
    display: flex;
    align-content: center;
    color: #ffffff;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 28px;
}
.footer-inner .footer__nav a {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    /* identical to box height */
    text-align: center;
    color: #B59657;
    display: block;
    transition: color 0.3s;
    margin-right: 18px;
    position: relative;
}
@media (max-width: 767px) {
    .footer-inner .footer__nav a {
        font-size: 14px;
    }
}
.footer-inner .footer__nav a::after {
    content: "";
    position: absolute;
    width: 8px;
    height: 2px;
    background: #ffffff;
    right: -13px;
    top: 50%;
    transform: translateY(-50%);
}
.footer-inner .footer__nav a:last-child {
    margin-right: 0;
}
.footer-inner .footer__nav a:last-child::after {
    display: none;
}
@media (min-width: 1024px) {
    .footer-inner .footer__nav a:hover {
        color: #ffffff;
    }
}
.footer-inner .footer__logo a {
    display: block;
}

.card__holder-item.selected:hover .card__text span {
    opacity: 1;
    visibility: visible;
}
@media (max-width: 1024px) {
    .card__holder-item.selected .card__text span {
        opacity: 1;
        visibility: visible;
        display: block;
    }
}

.cpoy__text {
    background: #B59657;
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;
    text-align: center;
    color: #FFFFFF;
    padding: 8px 4px;
}
.cpoy__text span {
    font-weight: 800;
}

#particles-js {
    position: absolute;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    z-index: 1;
}

.markfav {
    position: relative;
}
.markfav::before {
    content: "☆";
    position: absolute;
    width: 30px;
    height: 30px;
    z-index: 5;
    color: red;
    font-size: 25px;
    right: 10px;
    top: -35px;
    display: none;
}

.markfav.on::before {
    display: block;
}

body.contact__open {
    overflow: hidden;
}
body.contact__open .overlay.contact__holder {
    height: 100%;
    top: 0;
    opacity: 1;
}
body.about__open {
    overflow: hidden;
}
body.about__open .overlay.about__holder {
    height: 100%;
    top: 0;
    opacity: 1;
}
body.faq__open {
    overflow: hidden;
}
body.faq__open .overlay.faq__holder {
    height: 100%;
    top: 0;
    opacity: 1;
}
body.privacy__open {
    overflow: hidden;
}
body.privacy__open .overlay.privacy__holder {
    height: 100%;
    top: 0;
    opacity: 1;
}
body.terms__open {
    overflow: hidden;
}
body.terms__open .overlay.terms__holder {
    height: 100%;
    top: 0;
    opacity: 1;
}

.overlay {
    position: fixed;
    width: 100%;
    height: 0;
    top: 100%;
    left: 0;
    background: rgba(0, 0, 0, 0.93);
    opacity: 0;
    overflow: auto;
    transition: all 1s;
    z-index: 9999;
}
.overlay h3 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 60px;
    text-transform: uppercase;
}
@media (max-width: 767px) {
    .overlay h3 {
        margin-top: 15px;
        font-size: 30px;
    }
}
@media (max-width: 375px) {
    .overlay h3 {
        font-size: 22px;
    }
}
.overlay h3,
.overlay h4 {
    color: #ffffff;
    font-weight: 800;
}
.overlay h4 {
    font-size: 25px;
    margin-bottom: 20px;
}
@media (max-width: 767px) {
    .overlay h4 {
        font-size: 20px;
    }
}
.overlay p {
    font-size: 18px;
    color: #c2c2c2;
    margin-bottom: 35px;
}
@media (max-width: 767px) {
    .overlay p {
        font-size: 16px;
    }
}
.overlay label {
    font-size: 25px;
    color: #ffffff;
    font-weight: 800;
}
.overlay input {
    width: 100%;
    height: 30px;
    font-weight: 800;
    font-size: 13px;
    line-height: 18px;
    color: #000000;
    border: none;
    background-color: #ffffff;
    padding: 6px 50px 6px 17px;
    margin-bottom: 35px;
}
.overlay input::-moz-placeholder {
    font-family: "Manrope";
    font-weight: 800;
    font-size: 13px;
    line-height: 18px;
    color: #000000;
}
.overlay input:-ms-input-placeholder {
    font-family: "Manrope";
    font-weight: 800;
    font-size: 13px;
    line-height: 18px;
    color: #000000;
}
.overlay input::placeholder {
    font-family: "Manrope";
    font-weight: 800;
    font-size: 13px;
    line-height: 18px;
    color: #000000;
}
.overlay textarea {
    width: 100%;
    font-weight: 800;
    font-size: 13px;
    line-height: 18px;
    color: #000000;
    border: none;
    background-color: #ffffff;
    padding: 6px 50px 6px 17px;
    font-family: "Manrope";
}
.overlay.btn__row {
    display: flex;
    justify-content: center;
    align-items: center;
}
.overlay .btn__send {
    background: #B59657;
    color: #ffffff;
    font-size: 18px;
    font-weight: 800;
    padding: 5px 20px;
    border: none;
    transition: background 0.3s;
    cursor: pointer;
}
@media (min-width: 1024px) {
    .overlay .btn__send:hover {
        background: #D2B270;
    }
}

.contact__inner {
    display: flex;
    flex-direction: column;
    padding: 20px 0;
}
.contact__inner .title {
    text-align: center;
    font-size: 60px;
    color: #ffffff;
    font-weight: 800;
    margin-bottom: 30px;
    text-transform: uppercase;
}
@media (max-width: 767px) {
    .contact__inner .title {
        font-size: 30px;
    }
}
@media (max-width: 450px) {
    .contact__inner .title {
        font-size: 25px;
    }
}

.close__modal {
    position: absolute;
    right: 32px;
    top: 32px;
    width: 32px;
    height: 32px;
    opacity: 0.3;
    transition: 0.3s;
}
@media (max-width: 520px) {
    .close__modal {
        right: 14px;
        top: 14px;
    }
}

.close__modal:hover {
    opacity: 1;
}

.close__modal:before, .close__modal:after {
    position: absolute;
    left: 15px;
    content: " ";
    height: 33px;
    width: 2px;
    background-color: #ffffff;
}

.close__modal:before {
    transform: rotate(45deg);
}

.close__modal:after {
    transform: rotate(-45deg);
}

.about__holder .row-title,
.faq__holder .row-title,
.privacy__holder .row-title,
.terms__holder .row-title {
    font-size: 25px;
    color: #ffffff;
    font-weight: 800;
    margin-bottom: 20px;
}
@media (max-width: 767px) {
    .about__holder .row-title,
    .faq__holder .row-title,
    .privacy__holder .row-title,
    .terms__holder .row-title {
        font-size: 20px;
    }
}
.about__holder .text,
.faq__holder .text,
.privacy__holder .text,
.terms__holder .text {
    font-size: 18px;
    color: #c2c2c2;
}
@media (max-width: 767px) {
    .about__holder .text,
    .faq__holder .text,
    .privacy__holder .text,
    .terms__holder .text {
        font-size: 15px;
    }
}

.faq__holder .row {
    margin-bottom: 30px;
}
.faq__holder .row:last-child {
    margin-bottom: 0;
}
.faq__holder .faq__open {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.faq__holder .faq__open h4 {
    margin-bottom: 0;
}
.faq__holder .faq__open .title__item {
    flex-grow: 1;
    flex-shrink: 1;
}
.faq__holder p {
    height: 0;
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s, height 0.3s;
    margin-bottom: 0;
}
.faq__holder .row.show p {
    height: 100%;
    max-height: 100%;
    opacity: 1;
    visibility: visible;
}
.faq__holder .row.show .icon {
    transform: rotate(180deg);
}
.faq__holder .icon {
    background: #B59657;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 40px;
    flex-grow: 0;
    flex-shrink: 0;
    transition: transform 0.3s;
    transform: rotate(0deg);
}
.faq__holder .icon.icon-4 .bottom-arrow {
    border-style: solid;
    border-color: #FFF;
    border-width: 0 4px 4px 0;
    margin-top: -6px;
    padding: 6px;
    transform: rotate(45deg);
}

.faq__open {
    cursor: pointer;
}

.info__holder {
    display: flex;
    align-items: flex-start;
    margin-bottom: 5px;
}
.info__holder .img__holder {
    max-width: 200px;
    width: 100%;
    margin-right: 10px;
}
.info__holder .description__holder {
    color: #ffffff;
    font-size: 16px;
}

.card__holder-item.selected .card__item-header .img__star {
    opacity: 1;
    visibility: visible;
}
.card__holder-item.selected .card__item-header::after {
    background-color: rgb(213, 31, 6) !important;
    width: 100%;
    opacity: 1;
}
.card__holder-item.selected .card__item-header::before {
    background-color: rgb(213, 31, 6) !important;
    width: 100%;
}

.card__holder-item.selected.hide .open__hide {
    cursor: pointer;
}
.card__holder-item.selected.hide .card__item-header .img__star {
    opacity: 0;
    visibility: hidden;
}

.card__holder-item.selected .markfav a {
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
}

.card__holder-item.selected .card__item-header {
    background-color: rgb(213, 31, 6) !important;
}

.markfav a {
    font-weight: 500;
    font-size: 10px;
    line-height: 14px;
    text-align: center;
    color: #181B21;
    opacity: 0;
    transition: opacity 0.3s;
}

.card__holder-item:hover .markfav a {
    opacity: 1;
}
.card__holder-item:hover .card__text span {
    opacity: 0;
    visibility: hidden;
}

@media (max-width: 1024px) {
    /*.card__holder-item .markfav a {*/
    /*  opacity: 1;*/
    /*}*/
    .card__holder-item:hover .markfav a {
        opacity: 0;
    }
    .card__holder-item:hover .card__text span {
        opacity: 1;
        visibility: visible;
    }
}
/*@media (max-width: 1024px) {*/
/*  .markfav a {*/
/*    opacity: 1;*/
/*  }*/
/*}*/
.mobile__menu {
    height: 425px;
    overflow-y: scroll;
}

.header__nav {
    color: #ffffff;
    flex-wrap: wrap;
    width: 100%;
}
.header__nav a {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #B59657;
    display: block;
    transition: color 0.3s;
    margin-bottom: 18px;
    position: relative;
}
.header__nav a.nav__category {
    background: #D2B270;
    color: #ffffff;
    padding: 4px 4px;
    transition: 0.3s;
}
@media (min-width: 1024px) {
    .header__nav a.nav__category:hover {
        background: transparent;
        color: #B59657;
    }
}
.header__nav a:last-child {
    margin-bottom: 0;
}
@media (max-width: 767px) {
    .header__nav a {
        font-size: 14px;
    }
}
@media (min-width: 1024px) {
    .header__nav a:hover {
        color: #ffffff;
    }
}

.mobile__menu {
    position: absolute;
    z-index: 45;
    top: 100%;
    padding: 20px;
    max-width: 220px;
    background: rgba(0, 0, 0, 0.9);
    width: 100%;
    transition: all 0.3s;
    transform: translateX(-100%);
    display: none;
}
@media (max-width: 1024px) {
    .mobile__menu {
        display: flex;
    }
}

.header.show_menu .burger__btn span {
    background: #B59657;
}
.header.show_menu .mobile__menu {
    transform: translateY(0);
}

.card__holder-item .open__hide {
    position: absolute;
    width: 100%;
    height: 52px;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    top: 0;
    left: 0;
    right: 0;
}
.card__holder-item.hide {
    grid-row-end: span 6;
}
.card__holder-item.hide .open__hide {
    visibility: visible;
    opacity: 1;
}

.copy__notify {
    font-size: 16px;
    color: #ffffff;
    position: absolute;
    right: 15px;
    top: 0px;
    z-index: 0;
    background-color: #ff8600;
    padding: 15px 25px;
    border-radius: 10px;
    opacity: 0;
    transition: all 0.3s;
}

@keyframes hide {
    0% {
        opacity: 1;
        transform: scale(1);
    }
    30% {
        transform: scale(1.02);
    }
    100% {
        opacity: 0;
        transform: scale(0.5);
    }
}
@-webkit-keyframes hide {
    0% {
        opacity: 1;
        transform: scale(1);
    }
    30% {
        transform: scale(1.02);
    }
    100% {
        opacity: 0;
        transform: scale(0.5);
    }
}
.card__holder-item.ng-show .copy__notify {
    -webkit-animation: 0.3s show;
    animation: 0.3s show;
    opacity: 1;
    z-index: 30;
}

@keyframes show {
    0% {
        transform: scale(0.5);
    }
    70% {
        transform: scale(1.02);
    }
    100% {
        transform: scale(1);
    }
}
@-webkit-keyframes show {
    0% {
        transform: scale(0.5);
    }
    70% {
        transform: scale(1.02);
    }
    100% {
        transform: scale(1);
    }
}
.js_link svg {
    stroke: #0F1111;
    transition: stroke 0.3s;
    width: 20px;
    height: 20px;
}
@media (min-width: 1024px) {
    .js_link:hover svg {
        stroke: #B59657;
    }
}

.share__holder {
    position: relative;
}
.share__holder .btn__share {
    background: transparent;
    border: none;
    cursor: pointer;
    border-right: none;
}
@media (min-width: 1024px) {
    .share__holder .btn__share:hover svg {
        fill: #B59657;
    }
}
.share__holder .btn__share svg {
    fill: #0F1111;
    transition: fill 0.3s;
    width: 18px;
    height: 18px;
}
.share__holder .btn__share img {
    width: 18px;
    height: 18px;
}
.share__holder .share__drop {
    position: absolute;
    bottom: calc(100% + 9px);
    right: -10px;
    width: 125px;
    background: #ffffff;
    box-shadow: -7px 7px 6px rgba(0, 0, 0, 0.25);
    padding: 10px;
    transform: scaleY(0);
    border: 1px solid #D2B270;
    -webkit-animation: growDown 300ms ease-in-out forwards;
    animation: growDown 300ms ease-in-out forwards;
    opacity: 0;
}
.share__holder .share__drop.anim_block {
    opacity: 1;
    transform-origin: bottom center;
}
.share__holder .share__drop button,
.share__holder .share__drop a {
    font-size: 14px;
    color: #000000;
    margin-right: 0;
    padding-right: 0;
    margin-bottom: 15px;
    border-right: none;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    background: none;
    border: none;
    cursor: pointer;
    transition: 0.3s;
}
@media (min-width: 1024px) {
    .share__holder .share__drop button:hover,
    .share__holder .share__drop a:hover {
        color: #D2B270;
    }
}
.share__holder .share__drop button img,
.share__holder .share__drop a img {
    width: 20px;
    margin-right: 5px;
}
.share__holder .share__drop button:last-child,
.share__holder .share__drop a:last-child {
    margin-bottom: 0;
}
.share__holder.show_share .share__drop {
    -webkit-animation: growUp 300ms ease-in-out forwards;
    animation: growUp 300ms ease-in-out forwards;
    transform-origin: bottom center;
}
@-webkit-keyframes growUp {
    0% {
        transform: scaleY(0);
    }
    80% {
        transform: scaleY(1.1);
    }
    100% {
        transform: scaleY(1);
    }
}
@keyframes growUp {
    0% {
        transform: scaleY(0);
    }
    80% {
        transform: scaleY(1.1);
    }
    100% {
        transform: scaleY(1);
    }
}
@-webkit-keyframes growDown {
    0% {
        transform: scaleY(1);
    }
    80% {
        transform: scaleY(1.1);
    }
    100% {
        transform: scaleY(0);
    }
}
@keyframes growDown {
    0% {
        transform: scaleY(1);
    }
    80% {
        transform: scaleY(1.1);
    }
    100% {
        transform: scaleY(0);
    }
}

.nav__inner {
    margin-bottom: 10px;
}
.nav__inner::-webkit-scrollbar {
    width: 6px;
}
.nav__inner::-webkit-scrollbar-track {
    background: transparent;
}
.nav__inner::-webkit-scrollbar-thumb {
    background-color: #ffffff;
    border-radius: 20px;
    border: 3px solid transparent;
}

.mobile__devise .card__holder-item .card__item-all a.btn-share {
    display: flex;
}
.mobile__devise .share__holder {
    display: none;
}

.card__holder-item .card__item-all a.btn-share {
    display: none;
    border-right: none !important;
}
.card__holder-item .card__item-all a.btn-share svg {
    width: 20px;
    height: 20px;
}

.fixed__button {
    position: fixed;
    top: calc(50% + 85px);
    right: 5px;
    z-index: 10;
    width: 40px;
    height: 40px;
    transform: rotate(90deg) translateX(-50%);
    border: none;
    overflow: hidden;
    border-radius: 50%;
    display: none;
}
@media (max-width: 767px) {
    .fixed__button {
        display: block;
    }
}
.fixed__button img {
    transform: scale(1.5);
    background: #B59657;
}

.heading__category .action__category.active__item {
    -webkit-animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
    animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    perspective: 1000px;
    color: #B59657;
    background: #ffffff;
}
@keyframes shake {
    10%, 90% {
        transform: translate3d(-1px, 0, 0);
    }
    20%, 80% {
        transform: translate3d(2px, 0, 0);
    }
    30%, 50%, 70% {
        transform: translate3d(-4px, 0, 0);
    }
    40%, 60% {
        transform: translate3d(4px, 0, 0);
    }
}/*# sourceMappingURL=style.css.map */
