/*TYPOGRAPHY START*/

/* Google Fonts loaded async via functions.php for better PageSpeed */

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    height: -webkit-fill-available;
    min-width: 320px;
    scrollbar-color: #16b073 transparent;
    scrollbar-width: thin;
}

body {
    margin: 0;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
    text-transform: none;
}

select {
    text-transform: none;
}

button,
html input[type="button"] {
    -webkit-appearance: button;
    cursor: pointer;
}

input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

button {
    padding: 0;
    background: none;
    outline: none;
    border: none;
    cursor: pointer;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none;
    color: #838383;
}

input {
    outline: none;
    color: #fff;
    border-radius: 20px;
    height: 40px;
    border: 1px solid #303030;
    padding: 0 40px 0 20px;
    background-color: #111;
    -webkit-appearance: none;
    -webkit-transition: border-color 0.3s;
    -o-transition: border-color 0.3s;
    transition: border-color 0.3s;
}

@media (max-width: 1250px) {
    input {
        padding: 0 40px 0 15px;
    }
}

input:focus {
    border-color: #00b073;
}


ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.svg-icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    fill: currentColor;
}

input[type="text"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

::-webkit-input-placeholder {
    color: #6c6c6c;
    font: 300 14px/1.2 "Exo 2", sans-serif;
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

@media (max-width: 1024px) {
    ::-webkit-input-placeholder {
        font-size: 12px;
    }
}

::-moz-placeholder,
:-moz-placeholder {
    color: #6c6c6c;
    font: 300 14px/40px "Exo 2", sans-serif;
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

@media (max-width: 1024px) {
    ::-moz-placeholder {
        font-size: 12px;
    }
}

:focus::-webkit-input-placeholder,
:focus::-moz-placeholder,
:focus:-moz-placeholder,
:focus:-ms-input-placeholder {
    opacity: 0;
}
/*TYPOGRAPHY END*/

/*Styles for All pages*/
body:not(.toplevel_page_script-plus)  {
    position: static;
}

@media screen and (max-width: 782px) {
    body:not(.toplevel_page_script-plus)  {
        position: static;
    }
}

body:not(.toplevel_page_script-plus) .card {
    box-shadow: none;
}

body:not(.toplevel_page_script-plus) .info-bottom .price span {
    margin-left: 5px;
}

body:not(.toplevel_page_script-plus) .toplevel_page_script-plus {
    background: #f1f1f1;
}

body {
    height: -webkit-fill-available;
    min-width: 320px;
    font: 400 14px/1.2 "Roboto", sans-serif;
    background-color: #000;
    text-rendering: optimizeSpeed;
    -webkit-font-smoothing: antialiased;
    color: #838383;
    position: relative;
    overflow-x: hidden;
}

@media (max-width: 768px) {
    body {
        font-size: 13px;
    }
}

body.open:before {
    visibility: visible;
    opacity: 0.8;
}

.wrapper {
    display: table;
    width: 100%;
    height: 100%;
    table-layout: fixed;
    overflow-x: hidden;
}

@media (max-width: 768px) {
    .wrapper {
        padding-top: 65px;
    }
}

.container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 15px;
}

@media (max-width: 479px) {
    .container {
        padding: 0 10px;
    }
}

.go_up:after {
    position: absolute;
    top: 14px;
    left: 0;
    right: 0;
    margin: auto;
    content: "";
    width: 17px;
    height: 17px;
    border-right: 5px solid #00b073;
    border-top: 5px solid #00b073;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.go_up:before {
    content: "";
    width: 5px;
    height: 22px;
    background: #00b073;
    position: absolute;
    left: 0;
    right: 0;
    top: 15px;
    margin: auto;
}
.go_up {
    display: none;
    background: #313131;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 1px solid #000000;
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 130px;
    left: 10px;
    z-index: 20;
    cursor: pointer;
    opacity: .8;
}

/*Header START*/

.header {
    background-color: #111;
    margin: 0 0 28px 0;
    padding: 15px 20px;
    -webkit-box-shadow: 0 4px 21px rgba(0, 0, 0, 0.34);
    box-shadow: 0 4px 21px rgba(0, 0, 0, 0.34);
    border-bottom-left-radius: 30px;
    position: relative;
    z-index: 12;
    pointer-events: all;
}
.header .header-inner {
    max-width: 1280px;
    margin: 0 auto;
}

.header-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.header-inner.active .col.second {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}
.header-inner.active .mobile-search {
    font-size: 16px;
}
.header-inner.active .mobile-search .icon-search:before {
    content: "\e919";
}
.header-inner.active .btn-burger {
    opacity: 0;
}
.header-inner .logo {
    margin-right: 30px;
}

.header-inner .col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
}
.header-inner .col.second {
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-left: 30px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.header-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 15px;
    padding-left: 25px;
    position: relative;
    font-weight: 400;
    color: #fff;
    text-transform: lowercase;
}
.header-text:before {
    content: "";
    width: 1px;
    height: 30px;
    background-color: #2a2a2a;
    position: absolute;
    left: 0;
    top: -4px;
}
.header-text span {
    margin-right: 5px;
    color: #00b073;
    text-transform: capitalize;
}

.navbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.navbar .btn {
    color: #fff;
    text-transform: uppercase;
    padding: 13px 30px;
    margin-right: 25px;
}
.navbar .btn:last-child {
    margin-right: 0;
}
.navbar .active {
    background-color: #00b073;
    pointer-events: none;
}

.categories-block {
    position: absolute;
    width: 100%;
    background: #161616;
    left: 0;
    top: 70px;
    z-index: 5;
    border-top: 1px solid #313131;
    opacity: 0;
    pointer-events: none;
    transition: .3s;
}

.wrap-cat:hover .categories-block {
    opacity: 1;
    pointer-events: all;
}
.wrap-cat:hover .btn-categories:before {
    pointer-events: all;
}

.categories-block .asside-list-wrap {
    max-width: 1280px;
    margin: 0 auto;
}

.categories-block .asside-list {
    display: flex;
    flex-wrap: wrap;
    padding-top: 10px;
}

.categories-block .asside-list li a:hover .cat-logo {
    filter: brightness(0);
}

.categories-block .asside-list li {
    width: calc(20% - 20px);
    margin: 0 10px 10px;
}

.categories-block .asside-list li a span {
    color: #fff;
}

.categories-block .asside-list li a {
    padding: 7px 14px;
    display: flex;
    align-items: center;
}

.categories-block .asside-list li a .cat-logo {
    margin-right: 10px;
    width: 24px;
    height: 24px;
    transition: .3s;
}

.categories-block .asside-list li a .text {
    display: flex;
    justify-content: space-between;
    flex-grow: 1;
}

.categories-block .asside-list li a .value {
    padding-left: 4px;
}

.btn-asside {
    width: 100%;
}
.btn-asside.active {
    background-color: #313131;
    color: #fff;
    border-radius: 12px 12px 0 0;
}
.btn-asside.active:before {
    background-color: #00b073;
}
.btn-asside.active .icon-arrow-top {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
}
.btn-asside i {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    font-size: 16px;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    -o-transition: -o-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s, -o-transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    will-change: transform;
}

.list-inner {
    display: none;
    background-color: #111;
    border-radius: 0 0 12px 12px;
    overflow: hidden;
}
.list-inner .btn {
    border-radius: 0;
}
.list-inner li {
    padding-left: 20px;
}

.wrap-search {
    max-width: 440px;
    position: relative;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    margin-left: 40px;
}
.wrap-search input {
    width: 100%;
    padding-right: 55px;
}

.wrap-search label {
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
    position: absolute;
    z-index: -9999;
}

.wrap-search i {
    display: block;
}

.btn-submit {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 100%;
    color: #fff;
    font-size: 16px;
    background-color: #00b073;
    -webkit-transition: background-color 0.3s, color 0.3s;
    -o-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
}

.btn-categories {
    position: relative;
}

.btn-categories:before  {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50px;
    transform: translateY(50%);
    pointer-events: none;
    opacity: 0;
}

.mobile-search {
    display: none;
    width: 24px;
    height: 24px;
}
.mobile-search i {
    display: block;
}

@media (max-width: 1500px) {
    .header-inner .logo {
        margin-right: 15px;
    }

    .header-inner .col.second {
        margin-left: 15px;
    }

    .header-text {
        padding-left: 15px;
    }

    .navbar .btn {
        margin-right: 15px;
        padding: 12px 18px;
    }

    .categories-block .asside-list li {
        width: calc(25% - 20px);
    }

    .wrap-search {
        margin-left: 15px;
    }
}

@media (max-width: 1350px) {
    .header-inner .logo {
        width: 160px;
        height: 25px;
    }
    .header-text {
        font-size: 14px;
    }

    .navbar .btn {
        margin-right: 10px;
        padding: 10px;
    }
}

@media (max-width: 1250px) {
    .header-inner .logo {
        margin-right: 10px;
    }

    .header-text {
        padding-left: 10px;
    }

    .navbar .btn {
        padding: 12px;
        margin-right: 15px;
    }

    .wrap-search {
        margin-left: 10px;
    }
}

@media (max-width: 1150px) {
    .header-inner .col.second {
        border-left: 1px solid #2a2a2a;
        padding-left: 25px;
    }

    .header-text {
        display: none;
    }

    .wrap-search {
        max-width: 100%;
    }
}


@media (max-width: 1100px) {
    .categories-block .asside-list li {
        width: calc(33.33% - 20px);
    }
}

@media (max-width: 1024px) {
    .header {
        padding: 12px 15px;
    }

    .header-inner .col.second {
        padding-left: 10px;
        margin-left: 0;
    }

    .wrap-search input {
        padding-right: 45px;
    }

    .btn-submit {
        width: 40px;
    }
}

@media screen and (min-width: 1025px) {
    .btn-submit:hover {
        background-color: #6c6c6c;
    }
}

@media (max-width: 768px) {
    .header {
        margin: 0 0 18px;
        border-bottom-left-radius: 0;
        position: fixed;
        left: 0;
        width: 100%;
        top: 0;
        z-index: 26;
    }

    .header-inner .logo {
        margin-right: 0;
    }

    .header-inner.active .logo {
        opacity: 0;
        pointer-events: none;
    }

    .header-inner .col {
        -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
        flex-shrink: 1;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .header-inner .col.second {
        top: 50%;
        left: 15px;
        width: -webkit-calc(100% - 65px);
        width: calc(100% - 65px);
        position: absolute;
        padding-left: 0;
        border-left: none;
        -webkit-transform: translate3d(-100%, -50%, 0);
        transform: translate3d(-100%, -50%, 0);
        visibility: hidden;
        opacity: 0;
        -webkit-transition: opacity 0.7s, visibility 0.5s, -webkit-transform 0.5s;
        transition: opacity 0.7s, visibility 0.5s, -webkit-transform 0.5s;
        -o-transition: opacity 0.7s, visibility 0.5s, transform 0.5s;
        -o-transition: opacity 0.7s, visibility 0.5s, -o-transform 0.5s;
        transition: opacity 0.7s, visibility 0.5s, transform 0.5s;
        transition: opacity 0.7s, visibility 0.5s, transform 0.5s, -webkit-transform 0.5s, -o-transform 0.5s;
        transition: opacity 0.7s, visibility 0.5s, transform 0.5s, -webkit-transform 0.5s;
    }

    .header-inner .navbar {
        display: none;
    }

    .wrap-search {
        margin-left: 0;
        max-width: 100%;
    }

    .btn-submit {
        width: 50px;
    }

    .mobile-search {
        display: block;
        color: #fff;
        font-size: 20px;
        -webkit-transition: color 0.3s;
        -o-transition: color 0.3s;
        transition: color 0.3s;
        margin-left: 15px;
    }

    .wrap-cat {
        display: none;
    }
}

/*Header END*/

.text-info {
    display: block;
    font-weight: 300;
    margin-top: 12px;
    padding: 0 4px;
}

.text-info .info-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 4px;
}

.text-info .text {
    color: #fff;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-right: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
    font-weight: 500;
}

.text-info .text .numb,
.text-info .info-top .numb {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    margin-right: 8px;
}

.text-info .rate {
    color: #fff;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    font-weight: 500;
    margin-top: 1px;
}

.text-info .icon-like {
    color: #00b073;
}

.info-bottom {
    font-size: 12px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-weight: 500;
    margin-top: 12px;
    padding: 0 4px;
}

.info-bottom .price {
    margin: 0 auto;
    text-transform: uppercase;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.info-bottom .price span {
    color: #00b073;
}

.info-bottom .name {
    font-size: 14px;
    font-weight: 500;
    color: #00b073;
    max-width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: none;
}

/*Card START*/

.card .text-info.mobile-top {
    background: #2a2a2a;
    padding: 4px 10px 25px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0;
    display: flex;
    margin-bottom: 4px;
}
.card {
    position: relative;
    padding-top: 25px;
}

.cards .box {
    width: 25%;
    padding: 0 12px 30px;
}

@media (max-width: 1250px) {
    .cards .box {
        width: 33.33%;
    }
}

@media (max-width: 768px) {
    .cards {
        margin: 0 -10px;
    }
}

@media (max-width: 650px) {
    .cards .box {
        width: 50%;
        padding: 0 6px 20px;
    }
}

.card {
    -webkit-box-shadow: 0 0 35px rgba(50, 50, 60, 0.1);
    box-shadow: 0 0 35px rgba(50, 50, 60, 0.1);
    border-radius: 10px;
    overflow: hidden;
    display: block;
}

@media screen and (min-width: 768px) {
    .card:hover .text-info .text {
        color: #00b073;
    }
}

.card-img {
    position: relative;
    border-radius: 18px;
    display: block;
    overflow: hidden;
}

.card-img img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.card-img:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 75%;
}

.card-img .card-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

@media screen and (min-width: 768px) {
    .card:hover .block-overcover {
        opacity: 1;
    }
}

@media (max-width: 479px) {
    .card-img {
        border-radius: 10px;
    }
}

/*Card END*/


/*BTN Global START*/
.btn {
    font-size: 12px;
    display: inline-block;
    border-radius: 12px;
    padding: 12px 20px;
    -webkit-transition: background-color 0.3s, color 0.3s, border-color 0.3s, -webkit-border-radius 0.3s;
    -o-transition: background-color 0.3s, color 0.3s, border-color 0.3s, border-radius 0.3s;
    -webkit-transition: background-color 0.3s, color 0.3s, border-color 0.3s, border-radius 0.3s;
    transition: background-color 0.3s, color 0.3s, border-color 0.3s, border-radius 0.3s;
}

@media screen and (min-width: 1025px) {
    .btn:hover {
        color: #fff;
        background-color: #00b073;
    }
}
/*BTN Global END*/


/*LOGO START*/
.logo {
    display: inline-block;
    width: 190px;
    height: 32px;
}
.logo img {
    display: block;
    width: 100%;
}

@media (max-width: 768px) {
    .logo {
        transition: .3s;
    }
}

/*LOGO END*/

.main {
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    .main {
        margin-bottom: 0;
    }
}


.main-columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.main-columns .content {
    width: 100%;
}

.content {
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 1px;
    padding-bottom: 34px;
    -webkit-transition: margin-left 0.4s;
    -o-transition: margin-left 0.4s;
    transition: margin-left 0.4s;
    margin-left: 0;
}

.asside-list {
    font-size: 16px;
}
.asside-list .item {
    position: relative;
}

.title-name {
    font-size: 20px;
    color: #fff;
}

.scroll-viewport {
    height: 550px;
    position: relative;
}
.scroll-viewport > .scroll-content {
    bottom: 0;
    left: 0;
    overflow-y: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    will-change: transform;
    scrollbar-color: #16b073 transparent;
    scrollbar-width: thin;
}
.scroll-viewport > .scroll-content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #313131;
}
.scroll-viewport > .scroll-content::-webkit-scrollbar {
    width: 6px;
    background-color: #151515;
}
.scroll-viewport > .scroll-content::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #16b073;
}

.text-name {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
    color: #fff;
}
.text-name img {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    margin-right: 10px;
    display: block;
}

.cat-logo {
    position: relative;
    transition: .3s;
    will-change: transform;
    display: inline-block;
    vertical-align: middle;
    width: 32px;
    height: 32px;
    background-size: auto 32px;
    margin-right: 15px;
    background-repeat: no-repeat;
}

.category-menu .item-link .cat-logo {
    width: 24px;
    height: 24px;
    display: block;
    background-size: auto 24px;
    margin-right: 10px;
    flex-shrink: 0;
    flex-grow: 0;
}

.thumb-header {
    padding: 14px 20px;
    margin: 0 -10px 10px;
    background-color: #000;
    border-radius: 0 0 0 30px;
    position: relative;
}
.thumb-header .icon_cat {
    margin-right: 8px;
}

.thumb-header.second.mt-40 {
    margin-top: 40px;
}

.text-name .title {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    width: calc(100% - 34px);
}

.text-name .title span {
    text-transform: initial;
}

.thumb-header.second {
    margin: 0;
    background-color: #161616;
    border-radius: 0;
    padding: 0;
}

.thumb-header.second:after,
.thumb-header.second:before {
    display: none;
}

.thumb-header.second .text-name {
    background-color: #000;
    padding: 14px 20px;
    border-radius: 0 0 0 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.thumb-header.second .text-name img {
    max-width: 32px;
}

.thumb-header.second .text-name:hover {
    color: #fff;
}

@supports (-ms-ime-align: auto) {
    .thumb-header.second {
        margin-bottom: -1px;
    }
}

.spot-wrap .title-name {
    margin-bottom: 15px;
    font-size: 18px;
}

.spot-wrap .text {
    line-height: 1.5;
}

.spot-wrap .text p:not(:last-child) {
    margin-bottom: 10px;
}


/*Footer START*/
.footer {
    display: table-row;
    height: 1px;
}

.footer-wrap {
    position: relative;
    z-index: 3;
    padding: 20px 10px 15px 20px;
    -webkit-box-shadow: 0 4px 21px rgba(0, 0, 0, 0.34);
    box-shadow: 0 4px 21px rgba(0, 0, 0, 0.34);
    background-color: #111;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top-left-radius: 30px;
    margin-left: 10px;
    justify-content: space-between;
}

.footer-wrap .col {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    padding: 0 5px;
}
/*.footer-wrap .col:first-child {*/
    /*min-width: 430px;*/
/*}*/
.footer-wrap .col.second {
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: right;
}
.footer-wrap .col .block-link {
    display: flex;
    align-items: center;
}

.footer-wrap .col .block-link a {
    position: relative;
    margin: 0 15px;
    display: block;
    width: 92px;
    height: 50px;
    text-align: center;
    opacity: 0.5;
    -webkit-transition: all 0.3s, -webkit-border-radius 0.3s;
    -o-transition: all 0.3s, border-radius 0.3s;
    -webkit-transition: all 0.3s, border-radius 0.3s;
    transition: all 0.3s, border-radius 0.3s;
}

.footer-wrap .col .block-link a:hover {
    opacity: 1;
}

.footer-wrap .col .block-link a:last-child {
    width: 121px;
    height: 43px;
}
.footer-wrap .col.flex {
    display: flex;
    align-items: center;
}

.footer-wrap .col .block-link a img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
}
.footer-wrap .col .atten {
    position: relative;
    margin: 0 15px;
    display: block;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 100%;
    overflow: hidden;
    opacity: 0.5;
}

.footer-wrap .col .atten img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
}

.footer-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
}
.footer-nav .item {
    margin-left: 10px;
}
.footer-nav .item:first-child {
    margin-left: 0;
}
.footer-nav .btn {
    padding: 8px 20px;
    text-transform: uppercase;
}
.footer-nav .active {
    color: #fff;
    background-color: #00b073;
    pointer-events: none;
}

.copy {
    width: 100%;
    font-size: 12px;
    color: #9a9a9a;
    margin-top: 8px;
    display: block;
    text-align: left;
}

@media (max-width: 1350px) {

}

@media (max-width: 1200px) {

    .footer-wrap .col:first-child {
        margin-bottom: 10px;
        min-width: 100%;
        width: 100%;
    }
    .footer-wrap .col:last-child {
        min-width: 100%;
        width: 100%;
    }
    .footer-wrap .col:nth-child(2) {
        order: 3;
        margin: 10px auto 0;
    }
    .footer-wrap .col:nth-child(3) {
        order: 2;
    }

    .footer-wrap .col {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0;
        text-align: center;
    }

    .footer-nav {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .copy {
        text-align: center;
        margin-top: 20px;
    }
}

@media (max-width: 1024px) {
    .footer-wrap {
        padding: 35px 15px;
    }
    .footer-nav .item {
        margin-left: 5px;
    }
}

@media (max-width: 768px) {
    .footer-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        border-top-left-radius: 0;
        margin-left: 0;
        padding: 20px 10px 30px;
    }

    .footer-wrap .col.second {
        margin-top: 25px;
        text-align: center;
    }

    .text-name .title {
        font-size: 16px;
    }
    .footer-nav .item {
        margin: 0 10px;
    }
    .footer-nav .item:first-child {
        margin-left: 10px;
    }

    .copy {
        max-width: 100%;
    }
}

@media (max-width: 639px) {
    .footer-nav .item {
        margin: 0 5px;
    }
    .footer-nav .item:first-child {
        margin-left: 5px;
    }
}

@media (max-width: 599px) {
    .footer-nav .btn {
        padding: 8px 15px;
    }
}

@media (max-width: 576px) {
    .footer-wrap .col .atten {
        margin: 0 8px;
        width: 40px;
        height: 40px;
    }
    .footer-wrap .col .block-link a {
        width: 65px;
        height: 35px;
        margin: 0 8px;
    }
    .footer-wrap .col .block-link a:last-child {
        width: 90px;
        height: 31px;
    }
    .footer-wrap .col:nth-child(2) {
        order: 3;
        margin: 10px -8px 0;
    }
}

@media (max-width: 479px) {
    .footer-wrap {
        padding: 25px 10px;
    }

    .footer-wrap .col.second {
        margin-top: 20px;
    }

    .footer-nav {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .footer-nav .item {
        margin: 0 5px 10px;
    }

    .copy {
        margin-top: 10px;
    }
}
/*Footer END*/




/*Header styles for burger button START*/
.btn-burger {
    width: 24px;
    height: 20px;
    display: flex;
    align-items: center;
    margin-right: 30px;
    -webkit-transition: opacity 0.9s;
    -o-transition: opacity 0.9s;
    transition: opacity 0.9s;
    position: relative;
}

.btn-burger span {
    display: block;
    position: relative;
    height: 3px;
    width: 100%;
    background-color: #fff;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.btn-burger span:before,
.btn-burger span:after {
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    height: 3px;
    background-color: #fff;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.btn-burger span:before {
    top: -8px;
}

.btn-burger span:after {
    bottom: -8px;
}

@media (min-width: 768px) {
	.btn-burger {
		display: none;
	}
}

@media (max-width: 1500px) {
    .btn-burger {
        margin-right: 15px;
    }
}

@media (min-width: 1351px) {

    body.open .btn-burger span {
        background-color: transparent;
    }

    body.open .btn-burger span:before{
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg);
        top: 0;
    }

    body.open .btn-burger span:after {
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
        top: 0;
        bottom: auto;
    }
}

@media screen and (min-width: 1025px) {
    .btn-burger:hover span,
    .btn-burger:hover span:before,
    .btn-burger:hover span:after {
        background-color: #00b073;
    }
}
/*Header styles for burger button END*/



/*Category menu START*/
.category-menu {
    display: none;
}

@media (max-width: 1350px) {

    .category-menu {
        display: block;
        position: fixed;
        width: 100%;
        height: calc(100vh - 70px);
        top: 70px;
        left: 0;
        background-color: #000;
        z-index: 13;
        padding: 30px 20px;
        overflow: hidden;
        transition: all .3s;
        opacity: 0;
        visibility: hidden;
        transform: translate3d(-100%, 0, 0);
    }

    .category-menu.open {
        transform: translate3d(0, 0, 0);
        visibility: visible;
        opacity: 1;
        pointer-events: all;
    }

    .category-menu .holder {
        overflow-y: auto;
        height: 100%;
    }

    .category-menu .holder::-webkit-scrollbar {
        width: 0;
    }

    .category-menu .list {
        display: flex;
        flex-wrap: wrap;
    }

    .category-menu .item {
        width: 33.333%;
        border-bottom: 1px solid #303030;
        padding: 10px 0 0 10px;
        position: relative;
    }

    .category-menu .list .item:nth-child(3n+2):before {
        background-color: #303030;
        content: '';
        position: absolute;
        right: 100%;
        top: 10px;
        bottom: 10px;
        display: block;
        width: 1px;
    }

    .category-menu .list .item:nth-child(3n):before {
        background-color: #303030;
        content: '';
        position: absolute;
        right: 100%;
        top: 10px;
        bottom: 10px;
        display: block;
        width: 1px;
    }

    .category-menu .item-link {
        display: flex;
        align-items: center;
        padding-bottom: 10px;
        position: relative;
    }



    .category-menu .item-link .box {
        flex-shrink: 1;
        flex-grow: 1;
        min-width: 1px;
    }

    .category-menu .item-link .name {
        color: #fff;
        display: inline-block;
        width: 90%;
        overflow: hidden;
        white-space: nowrap;
        text-transform: none;
        text-overflow: ellipsis;
    }

    .category-menu .item-link .item-sites span {
        vertical-align: middle;
        position: relative;
    }

    .category-menu .item-link .item-sites span .icon {
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        overflow: hidden;
        height: 16px;
        display: block;
    }

    .category-menu .item-link .item-sites span .icon:before {
        top: 0;
        margin: 0;
    }

    .category-menu .item-link span {
        display: inline-block;
        margin-right: 4px;
    }

    .category-menu .item-link .site-icon:before {
        content: '';
        display: inline-block;
        width: 16px;
        height: 16px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        overflow: hidden;
        background-color: #303030;
        position: relative;
        top: 2px;
    }
}

@media (max-width: 1024px) {
    .category-menu {
        height: calc(100vh - 64px);
        top: 64px;
        padding: 20px 15px 30px;
    }
}

@media (max-width: 768px) {
    .category-menu {
        height: calc(100vh - 42px);
        top: 48px;
        z-index: 27;
    }

    .category-menu .list {
        padding-bottom: 130px;
    }

    .category-menu .item {
        width: 50%;
    }

    .category-menu .list .item:nth-child(3n+2):before {
        display: none;
    }

    .category-menu .list .item:nth-child(3n):before {
        display: none;
    }

    .category-menu .list .item:nth-child(2n):before {
        background-color: #303030;
        content: '';
        position: absolute;
        right: 100%;
        top: 10px;
        bottom: 10px;
        display: block;
        width: 1px;
    }
}

@media (max-width: 479px) {
    .category-menu .item {
        width: 100%;
    }

    .category-menu .item-link:after {
        content: '';
        display: inline-block;
        width: 6px;
        height: 6px;
        position: absolute;
        top: 50%;
        right: 2px;
        -webkit-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
        transform: translateY(-50%) rotate(45deg);
        border-top: 2px solid currentColor;
        border-right: 2px solid currentColor;
    }

    .category-menu .list .item:nth-child(2n):before {
        display: none;
    }
}
/*Category menu END*/




