body:not(.toplevel_page_script-plus) .thumb-list .wrap-img {
    height: 20px;
}

body:not(.toplevel_page_script-plus) .sidebar li {
    margin-bottom: 1px;
}

.sidebar .btn[data-filter-type].active {
    color: #fff;
    background-color: rgba(0, 176, 115, 0.5);
}
.sidebar .btn[data-filter-type].active .value {
    opacity: 1;
}
.sidebar .btn[data-filter-type].active .indicator:before {
    opacity: 1;
}

.sidebar .btn[data-filter-type].active:before{
    background-color: #fff;
}

.thumb-main .scroll-content {
    z-index: 2;
}

.scroll-to-next {
    display: none;
}

.thumb-col:empty {
    display:none;
}

@media (max-width: 768px) {
    .scroll-to-next {
        display: block;
        background: #313131;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        border: 1px solid #000000;
        width: 36px;
        height: 36px;
        position: fixed;
        top: 50%;
        margin: -18px 0 0 0;
        right: 5px;
        z-index: 10;
        cursor: pointer;
        opacity: .8;
    }

    .scroll-to-next:before {
        content: "";
        width: 4px;
        height: 16px;
        background: var(--accent-color);
        position: absolute;
        left: 0;
        right: 0;
        top: 7px;
        margin: auto;
    }

    .scroll-to-next:after {
        position: absolute;
        top: 9px;
        left: 0;
        right: 0;
        margin: auto;
        content: "";
        width: 12px;
        height: 12px;
        border-right: 4px solid var(--accent-color);
        border-top: 4px solid var(--accent-color);
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-225deg);
    }
}

/*Banner on home page START*/
.banner-main {
    position: absolute;
    right: 15px;
    top: 0;
    width: calc(75% - 25px);
    min-height: 200px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.banner-main:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
}
.banner-main h1,
.banner-main h2,
.banner-main h3,
.banner-main h4,
.banner-main h5,
.banner-main h6,
.banner-main p,
.banner-main .btn {
    position: relative;
    z-index: 2;
    color: #fff;
}
.banner-main h1,
.banner-main h2,
.banner-main h3,
.banner-main h4,
.banner-main h5,
.banner-main h6 {
    color: #fff;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.banner-main p {
    margin: 8px 0 14px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 50px;
}
.banner-main .btn {
    background-color: var(--accent-color);
    border-radius: 5px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    min-width: 150px;
    text-align: center;
}
.banner-main .btn:hover {
    background: #6c6c6c;
}
.banner-main  img{
    width: 100%;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    z-index: 1;
    object-fit: cover;
}

@media (max-width: 1350px) {
    .banner-main {
        width: calc(100% - 20px);
        right: 10px;
    }
}

@media (max-width: 768px) {
    .banner-main {
        width: 100%;
        position: relative;
        right: 0;
        margin: 15px 6px 0;
    }

    .banner-main p {
        -webkit-line-clamp: 10;
        max-height: 999px;
    }
}
/*Banner on home page END*/


/*Thumbs on home page START*/
.thumbs.enable-banner .thumb-col {
    margin-top: 215px;
}
.thumbs.enable-banner .thumb-col:first-child {
    margin-top: 0;
}

@media (max-width: 1350px) {
    .thumbs.enable-banner .thumb-col {
        margin-top: 0;
    }
    .thumbs.enable-banner .thumb-col:first-child {
        margin-top: 215px;
    }
}

@media (max-width: 1024px) {
    .thumbs {
        margin: 0 10px 30px;
    }
}

@media (max-width: 768px) {
    .thumbs.enable-banner .thumb-col:first-child {
        margin-top: -10px;
    }
}

.thumbs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px 30px;
    position: relative;
}

.thumbs.selected .thumb-list li.item .js-wrap {
    opacity: .3;
}

.thumbs.selected .thumb-list li.item.active .js-wrap {
    opacity: 1;
}

.thumbs .box {
    width: 100%;
    padding: 0 15px 30px;
}

.thumbs .thumb-col {
    width: 25%;
}

.thumb {
    border-radius: 10px;
    background-color: #161616;
    padding: 0 10px 30px;
}

.thumb.has .thumb-checked {
    opacity: 1;
}

.thumb-header:before {
    content: "";
    position: absolute;
    right: 0;
    top: 100%;
    width: 46px;
    height: 46px;
    background-color: #161616;
    border-radius: 50%;
    z-index: 2;
}
.thumb-header:after {
    content: "";
    position: absolute;
    right: 0;
    top: 100%;
    width: 26px;
    height: 26px;
    background-color: #000;
    z-index: 1;
}

.thumb-checked {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--accent-color);
    font-size: 20px;
    opacity: 0;
}

.thumb-description {
    width: 100%;
    color: #9e9e9e;
    font-weight: 400;
    text-align: center;
    margin: 0 auto 10px;
    height: 36px;
    line-height: 1.5;
    font-size: 12px;
    overflow: hidden;
    position: relative;
    z-index: 3;
}

.thumb-description strong {
    font-weight: 400;
}

.thumb-main .scroll-viewport {
    height: 340px;
    margin: 0 -5px;
}

.thumb-main .scroll-content {
    padding: 0 30px;
    width: 100%;
}

.thumb .scroll-viewport.top-shadow:before {
    background: #fff0;
    background-image: -webkit-linear-gradient(bottom,rgba(22, 22, 22, 0),#161616);
    background-image: -webkit-linear-gradient(bottom,rgba(22, 22, 22, 0),#161616);
    background: linear-gradient(to top, rgba(22, 22, 22, 0), #161616);
}
.thumb .scroll-viewport.top-shadow:before {
    content: '';
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 40px;
    z-index: 1;
    position: absolute;
    pointer-events: none;
    z-index: 10;
}
.thumb .scroll-viewport.bottom-shadow:after {
    background: #fff0;
    background: -moz-linear-gradient(top,#ffffff00 0%,#161616 100%);
    background-image: -webkit-linear-gradient(top,rgba(22, 22, 22, 0),#161616);
    background: linear-gradient(to top, #161616, rgba(22, 22, 22, 0));
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#161616',GradientType=0 );

}

.thumb .scroll-viewport.bottom-shadow:after {
    content: '';
    left: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 40px;
    z-index: 1;
    position: absolute;
    pointer-events: none;
    z-index: 10;
}

.thumb-footer {
    margin-top: 15px;
}
.thumb-footer.btn {
    font-size: 12px;
    background-color: #313131;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-transform: uppercase;
}
.thumb-footer i {
    margin-left: 6px;
    -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-size: 16px;
}

.thumb-list {
    margin: 0 -30px;
    will-change: transform;
    overflow: hidden;
}
.thumb-list .desc {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
    font-size: 0;
}
.thumb-list .primary-link .img {
    width: 20px;
    height: 13px;
    border-radius: 2px;
    overflow: hidden;
    opacity: 0.8;
    position: absolute;
    right: 34px;
    top: 50%;
    transform: translateY(-50%);
    transition: .3s;
}

.thumb-list .primary-link {
    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;
    padding: 12px 10px 12px 14px;
    min-height: 48px;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
    flex-shrink: 1;
    flex-grow: 1;
}


.thumb-list .primary-link .js-wrap {
    width: calc(100% - 20px);
}
.thumb-list .primary-link .js-wrap .iconsprite {
    border-radius: 100%;
    overflow: hidden;
    height: 16px;
    margin-right: 10px;
}
.thumb-list .primary-link .js-wrap .iconsprite:before {
    margin-right: 0;
    top: 0;
}

.thumb-list .primary-link .js-wrap .img img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
}
.thumb-list .item {
    position: relative;
    -webkit-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
    border-radius: 10px;
    counter-increment: item;
    display: flex;
    align-items: center;
}

.thumb-list .item:before {
    color: #9e9e9e;
    margin-right: 5px;
    width: 19px;
    content: counter(item) ".";
    margin-left: 14px;
}

.thumb-list .item.active .js-wrap {
    color: var(--accent-color);
}
.thumb-list .item.active:before {
    color: #a7a7a7;
}

.thumb-list .wrap-img {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    align-items: center;
    display: flex;
    flex-grow: 0;
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    flex-grow: 0;
    border-radius: 50%;
    margin-right: 10px;
}
.thumb-list .wrap-img .iconsprite {
    border-radius: 100%;
    display: flex;
    width: 16px;
    height: 16px;
    overflow: hidden;
    align-items: center;
    justify-content: center;
}
.thumb-list .wrap-img .iconsprite:before {
    margin-right: 0;
    top: 0;
}
.thumb-list .wrap-img img {
    display: block;
}

.thumb-list .name {
    font-size: 15px;
    font-weight: 400;
    padding-right: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: calc(100% - 45px);
    transition: max-width 0.3s;
}
.thumb-list .link-search {
    color: #9e9e9e;
    font-size: 16px;
    position: absolute;
    top: 50%;
    right: 8px;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    display: inline-block;
    width: 24px;
    height: 24px;
}

@media (max-width: 1600px) {
    .thumb {
        padding: 0 10px 15px;
    }

    .thumb-main .scroll-content {
        padding: 0 15px;
    }

    .thumb-list {
        margin: 0 -15px;
    }

    .thumb-list .primary-link {
        padding: 8px 8px 8px 0;
    }
}

@media (max-width: 1400px) {
    .thumbs {
        margin: 0 -6px 30px;
    }

    .thumbs .box {
        padding: 0 6px 12px;
    }
}

@media (max-width: 1350px) {
    .thumbs .thumb-col {
        width: 80%;
        margin: 0 auto;
    }

    .thumb-list {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .thumb-list .item {
        width: 50%;
    }

    .thumb-list .link-search {
        right: 0;
    }
    .thumb-list .link-search i {
        padding: 10px;
    }
}

@media (max-width: 1150px) {
    .thumb-list .number {
        margin-right: 3px;
    }

    .thumb-list .wrap-img {
        margin-right: 5px;
    }
}

@media (max-width: 1024px) {
    .thumb-list .item .primary-link .img {
        opacity: 0.6;
    }
}

@media screen and (min-width: 1025px) {
    .thumb-footer.btn:hover {
        color: #fff;
        background-color: var(--accent-color);
    }

    .thumb-list .item:hover {
        background-color: #313131;
    }
    .thumb-list .item:hover .primary-link {
        color: #fff;
    }
    .thumb-list .item:hover .link-search {
        opacity: 1;
    }
    .thumb-list .item:hover .modal {
        opacity: 1;
        visibility: visible;
    }
}

@media (max-width: 1024px) {
    .thumb-list .primary-link {
        width: calc(100% - 15px);
    }

    .thumb-list .link-search {
        right: 10px;
    }
}

@media (max-width: 768px) {
    .thumbs .thumb-col {
        width: 100%;
    }

    .thumb-list .link-search i {
        padding: 14px 12px;
        min-width: 48px;
        min-height: 48px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .thumb-list .name {
        max-width: calc(100% - 48px);
    }
    .thumb-list .primary-link {
        padding: 12px 8px 12px 0;
        min-height: 48px;
    }
    .thumb-list .primary-link .img {
        right: 40px;
    }
}

@media (max-width: 750px) {
    .thumb-list .item {
        width: 100%;
    }
}

@media (max-width: 639px) {
    .thumb-description {
        max-width: 100%;
        height: auto;
        margin-bottom: 15px;
    }
}


/*Thumbs on home page END*/


.item-box {
    font-size: 10px;
    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;
    color: #9e9e9e;
    text-transform: uppercase;
    padding: 3px 6px;
    border-radius: 5px;
    background-color: #444444;
    margin: 0 30px 0 auto;
}

.item-box span:first-child{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.item-box .price {
    color: var(--accent-color);
    margin: 0 2px;
    white-space: normal !important;
}

@media (max-width: 1350px) {
    .item-box {
        opacity: 1;
    }
}

@media (max-width: 479px) {
    .item-box span:first-child  {
        display: none;
    }
}

.thumb-list .primary-link .item-box {
    pointer-events: none;
    position: absolute;
    left: -999px;
    display: none;
}

@media screen and (min-width: 1025px) {
    .text-name:hover {
        color: var(--accent-color);
    }
}


@media (max-width: 1350px) {
    body:not(.toplevel_page_script-plus) .thumb-list .link-search {
        opacity: 1;
    }
    .thumb-list .link-search {
        opacity: 1;
    }

    body.home.hidden {
        overflow: hidden;
        pointer-events: none;
    }
}

@media (max-width: 768px) {
    body.home.open {
        overflow: hidden;
        pointer-events: none;
    }
}

@media screen and (min-device-width: 1630px) and (max-device-width: 1800px) {
    .main-columns.homepage.open .content {
        margin-left: -100px;
    }
}

@media screen and (min-device-width: 1351px) and (max-device-width: 1630px) {
    .main-columns.homepage.open .content {
        margin-left: -6px;
    }
}

.main-columns.homepage.open .sidebar {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
    opacity: 1;
    pointer-events: all;
}

@media (max-width: 1800px) {
    body.open .swiper-button-prev {
        -webkit-transform: translate3d(35px, -50%, 0);
        transform: translate3d(35px, -50%, 0);
    }
    body.open .swiper-button-next {
        -webkit-transform: translate3d(-35px, -50%, 0);
        transform: translate3d(-35px, -50%, 0);
    }
}


/*Slider on main page START*/
.wrap-slider {
    position: relative;
    margin-bottom: 35px;
}

.swiper-container {
    background-color: #161616;
    padding: 30px 20px;
    border-radius: 0 20px 20px 20px;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.swiper-pagination {
    margin-top: 10px;
    position: static;
}

.swiper-pagination-bullet {
    background-color: #313131;
    opacity: 1;
    margin: 0 2px;
    outline: none;
    width: 8px;
    height: 8px;
    padding: 8px;
    background-clip: content-box;
    box-sizing: content-box;
}

.swiper-pagination-bullet-active {
    background-color: var(--accent-color);
}

.swiper-button-next,
.swiper-button-prev {
    outline: none;
    width: 50px;
    height: 50px;
    border: 3px solid #fff;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    -webkit-transition: border-color 0.3s, color 0.3s, -webkit-transform 0.4s;
    transition: border-color 0.3s, color 0.3s, -webkit-transform 0.4s;
    -o-transition: border-color 0.3s, color 0.3s, transform 0.4s;
    -o-transition: border-color 0.3s, color 0.3s, -o-transform 0.4s;
    transition: border-color 0.3s, color 0.3s, transform 0.4s;
    transition: border-color 0.3s, color 0.3s, transform 0.4s, -webkit-transform 0.4s, -o-transform 0.4s;
    transition: border-color 0.3s, color 0.3s, transform 0.4s, -webkit-transform 0.4s;
}

.swiper-button-next:after,
.swiper-button-next:before {
    display: none;
}

.swiper-button-prev:after,
.swiper-button-prev:before {
    display: none;
}

.swiper-button-next {
    right: -35px;
}

.swiper-button-prev {
    left: -35px;
}

.swiper-slide img {
    width: 100%;
    display: block;
    overflow: hidden;
    border-radius: 20px;
}

.swiper-slide.card .card-img:before {
    padding-top: 90%;
}


@media (max-width: 1460px) {
    .swiper-button-next,
    .swiper-button-prev {
        display: none;
    }
}

@media screen and (min-width: 1025px) {
    .swiper-button-next:hover,
    .swiper-button-prev:hover {
        border-color: var(--accent-color);
        color: var(--accent-color);
    }

    .swiper-slide:hover .text-info .text {
        color: var(--accent-color);
    }
}

@media (max-width: 768px) {
    .wrap-slider {
        margin-bottom: 25px;
    }
}


/*Slider on main page END*/



/*Header styles for Home-page 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: var(--accent-color);
    }
}
/*Header styles for Home-page END*/


/* Main-columns Home-page START*/
.main-columns.homepage .content .container {
    max-width: 1400px;
}

@media screen and (min-width: 1350px) {
    .main-columns.homepage .sidebar .scroll-viewport {
        height: -webkit-calc(100vh - 200px);
        height: calc(100vh - 200px);
    }

    .main-columns.homepage .content {
        width: -webkit-calc(100% - 250px);
        width: calc(100% - 250px);
        margin-left: -250px;
    }
}

.main-columns.homepage .thumb-col:first-child .box:first-child .thumb:first-child {
    border: 1px solid #2b2b2b;
    overflow: hidden;
}
.main-columns.homepage .thumb-col:first-child .box:first-child .thumb:first-child .thumb-header {
    border-bottom: 1px solid #2b2b2b;
}
.main-columns.homepage .thumb-col:first-child .box:first-child .thumb-header:before,
.main-columns.homepage .thumb-col:first-child .box:first-child .thumb-header:after{
    content: none;
}
/* Main-columns Home-page END*/


/*Sidebar START*/
.sidebar {
    width: 300px;
    position: absolute;
    top: 82px;
    left: 0;
    z-index: 12;
    border-radius: 0 30px 30px 0;
    background-color: #1a1a1a;
    padding: 35px 6px 35px 12px;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    height: 100%;
    will-change: transform;
    -webkit-transition: visibility 0.4s, opacity 0.8s, -webkit-transform 0.4s;
    transition: visibility 0.4s, opacity 0.8s, -webkit-transform 0.4s;
    -o-transition: transform 0.4s, visibility 0.4s, opacity 0.8s;
    -o-transition: visibility 0.4s, opacity 0.8s, -o-transform 0.4s;
    transition: transform 0.4s, visibility 0.4s, opacity 0.8s;
    transition: transform 0.4s, visibility 0.4s, opacity 0.8s, -webkit-transform 0.4s, -o-transform 0.4s;
    transition: transform 0.4s, visibility 0.4s, opacity 0.8s, -webkit-transform 0.4s;
    opacity: 0;
    pointer-events: none;
}

.sidebar .sidebar-holder {
    height: 100%;
}

.sidebar .scroll-viewport .scroll-content {
    padding-right: 6px;
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-overflow-scrolling: touch;
}
.sidebar hr {
    border: 0;
    border-top: 1px solid #313131;
}

.sidebar:before,
.sidebar:after {
    content: "";
    position: absolute;
    left: 1px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -webkit-box-shadow: 0 30px 0 0 #1a1a1a;
    box-shadow: 0 30px 0 0 #1a1a1a;
    pointer-events: none;
}

.sidebar:before {
    top: -50px;
    -webkit-transform: rotate(-315deg);
    -ms-transform: rotate(-315deg);
    -o-transform: rotate(-315deg);
    transform: rotate(-315deg);
}
.sidebar:after {
    bottom: -50px;
    -webkit-transform: rotate(-220deg);
    -ms-transform: rotate(-220deg);
    -o-transform: rotate(-220deg);
    transform: rotate(-220deg);
}
.sidebar .btn {
    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;
    padding: 12px 15px;
    text-transform: capitalize;
    font-size: 14px;
    position: relative;
    text-align: left;
}

.sidebar .box .block-btn.btn {
    border-radius: 5px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    min-width: 125px;
    max-width: 150px;
    text-align: center;
    justify-content: center;
    color: #fff;
    width: fit-content;
    margin: 10px auto 0;
    padding: 8px 14px;
    border: 1px solid var(--accent-color);
    cursor: pointer;
}
.sidebar .btn .img {
    margin-right: 7px;
    position: relative;
    height: 20px;
    width: 20px;
}
.sidebar .btn .img img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 100%;
}

.sidebar .btn .icon_cat {
    transform: scale(.7);
    margin-right: 10px;
    margin-left: -5px;
}
.sidebar .btn:last-child {
    margin-bottom: 0;
}
.sidebar .btn .text {
    -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-right: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sidebar .asside-list li a {
    padding: 12px 15px 12px 35px;
}
.sidebar .asside-list li .indicator {
    content: '';
    display: block;
    position: absolute;
    left: 7px;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid #e2e2e2;
    border-radius: 4px;
    width: 16px;
    height: 16px;
}
.sidebar .asside-list li .indicator:before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 5px;
    width: calc(100% - 5px);
    height: calc(100% - 5px);
    background: url(../img/check.svg) no-repeat;
    background-position: center;
    background-size: contain;
    opacity: 0;
    transition: .3s;
}

.sidebar .btn .value {
    -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;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.sidebar .title-name {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-left: 10px;
    letter-spacing: 1px;
}

.sidebar .box {
    margin-bottom: 40px;
}

.sidebar .box.active {
    padding-bottom: 8px;
    margin-bottom: 20px;
    -webkit-transition: margin-bottom 0.3s, padding-bottom 0.3s;
    -o-transition: margin-bottom 0.3s, padding-bottom 0.3s;
    transition: margin-bottom 0.3s, padding-bottom 0.3s;
}

.sidebar .box.active .icon-arrow-top:before {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.sidebar-bottom {
    display: none;
}

@media screen and (min-width: 1350px) {
    .sidebar {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        visibility: visible;
        width: 250px;
        position: -webkit-sticky;
        position: sticky;
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .sidebar {
        position: fixed;
    }

    .main-columns.homepage .content {
        margin: 0;
        width: 100%;
        height: auto;
    }
}

@media screen and (min-width: 1025px) {
    .sidebar .btn:hover .value {
        opacity: 1;
    }
    .sidebar .btn:hover:before {
        background-color: #fff;
    }
}

@media (max-width: 1350px) {
    .sidebar {
        top: 160px;
    }

    .selected .sidebar {
        top: 270px;
    }

    .sidebar-bottom {
        display: block;
        width: 100%;
        padding: 5px 0 10px;
        opacity: 0;
        visibility: hidden;
        transition: all .3s;
    }
    .sidebar-bottom.show {
        opacity: 1;
        visibility: visible;
    }
    .sidebar-bottom .btn {
        margin: 0 auto;
        background-color: var(--accent-color);
        border-radius: 5px;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 500;
        min-width: 150px;
        max-width: 150px;
        text-align: center;
        justify-content: center;
        color: #fff;
        width: fit-content;
        padding: 8px 14px;
    }
    .sidebar-bottom .btn span {
        padding-left: 3px;
    }
}

@media (max-width: 768px) and (max-height: 380px) {
    .selected .sidebar {
        padding: 91px 0 0;
    }
}

@media (max-width: 768px) {
    .sidebar .box {
        margin-bottom: 35px;
        padding-left: 12px;
        padding-right: 12px;
    }

    .sidebar .box .title {
        display: none;
    }

    .sidebar .sidebar-holder {
        background: #1a1a1a;
        position: relative;
    }

    .sidebar {
        padding: 120px 0 0;
        border-right: none;
        top: 0;
        position: fixed;
        z-index: 25;
        height: 100%;
        width: 100%;
        pointer-events: all;
        background: none;
    }

    .sidebar:before,
    .sidebar:after {
        content: none;
    }

    .selected .sidebar {
        top: 0;
    }

    .selected .sidebar:after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background-color: #1a1a1a;
        z-index: -1;
        transform: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

    .sidebar .scroll-viewport {
        height: calc(100% - 45px);
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .sidebar .scroll-viewport>.scroll-content {
        padding-bottom: 20px;
        padding-right: 0;
        margin-top: 30px;
    }

    .sidebar .wrap-search input {
        border: 2px solid #eef1f6;
    }

    .selected.open .head-filtering {
        border-bottom: 1px solid #313131;
        z-index: 26;
        transform: translate3d(0, -65px, 0);
        transition: transform 0.4s,
        -webkit-transform 0.4s;
    }

    body.admin-bar .sidebar {
        padding: 157px 0 0;
    }

    .sidebar-bottom {
        background-color: #1a1a1a;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
    }
}

@media (max-width: 479px) {
    .sidebar .box {
        margin-bottom: 20px;
    }
}
/*Sidebar END*/


/* JS Tooltip START*/
.js-wrap {
    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;
    width: 100%;
}

.js-tooltip {
    text-align: center;
    background-color: #464646;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
    z-index: 10;
    padding: 15px 20px 14px;
}

.js-tooltip .item-box {
    background-color: #252525;
    margin: 0 auto;
    text-align: center;
    width: fit-content;
    margin-bottom: 8px;
    flex-wrap: wrap;
    justify-content: center;
}
.js-tooltip:after,
.js-tooltip:before {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    width: 0;
    height: 0;
    border-radius: 100%;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
}
.js-tooltip:after {
    border-top: 10px solid #464646;
    bottom: -8px;
}
.js-tooltip:before {
    top: -webkit-calc(100% + 1px);
    top: calc(100% + 1px);
    border-top: 10px solid rgba(0, 0, 0, 0.1);
}
.js-tooltip .js-wrap {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 700;
    color: #fff;
    font-size: 20px;
}

.js-tooltip .js-wrap .iconsprite {
    border-radius: 100%;
    display: flex;
    width: 16px;
    height: 16px;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    margin-right: 4px;
}
.js-tooltip .js-wrap .iconsprite:before {
    margin-right: 0;
    top: 0;
}
.js-tooltip .desc {
    padding: 10px 0 0;
    color: #fff;
    font-size: 12px;
}
.js-tooltip .js-wrap .img {
    margin-left: 5px;
    position: relative;
    width: 20px;
    height: 13px;
}

.js-tooltip .js-wrap .img img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 100%;
}
/* JS Tooltip END*/


/*Selections START*/
@media (max-width: 768px) {
    .main-columns.homepage.open .selections .selections-top .close-btn {
        top: 62px;
        right: 5px;
        display: block;
    }

    .main-columns.homepage.selected .selections .selections-top .close-btn {
        top: 10px;
        right: 0;
    }
}
/*Selections END*/

.to-hide{
    display: none;
}

.hidden-rate {
    display: none;
    position: relative;
}

.hidden-rate:before {
    content: "\e918";
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    color: var(--accent-color);
    margin-right: 4px;
}

.tooltip .hidden-rate {
    display: block;
    color: var(--accent-color);
    position: relative;
    font-weight: 700;
    padding: 8px 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: rgba(49, 49, 49, .8);
    margin: 0 4px;
}

.tooltip .img {
    display: block;
    padding: 6px 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: rgba(49, 49, 49, .8);
    margin: 0 4px;
}

.tooltip .img img {
    display: block;
}

.box-wrap {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: center;
    margin-top: 8px;
}

/*filter selections START*/

.head-filtering {
    display: flex;
    align-items: center;
    margin-bottom: 18px;
}

.choosen-sites {
    font-size: 20px;
    color: var(--accent-color);
    margin-right: 15px;
}

.selections {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    max-width: 550px;
    width: 100%;
    position: relative;
    z-index: 10;
    height: 40px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0 20px;
}

.selections.many-selections .selections-top {
    display: flex;
}

.selections.many-selections .selections-top .close-btn {
    display: none;
}

.selections.many-selections .list-wrap {
    opacity: 0;
    visibility: hidden;
    height: 0;
}

.selections.opened {
    padding: 20px 20px 10px;
    z-index: 11;
}

.selections.opened .selections-top {
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
    background-color: #000;
    border-radius: 15px 15px 0 0;
}

.selections.opened .selections-top .close-btn {
    display: block;
}

.selections.opened .filter {
    background-color: var(--accent-color);
    border-radius: 15px 15px 0 0;
}

.selections.opened .list-wrap {
    opacity: 1;
    visibility: visible;
    height: auto;
    padding: 30px 20px 10px;
    background-color: #161616;
    top: 40px;
    left: 20px;
    position: absolute;
    border-radius: 0 15px 15px;
    box-shadow: 0 0 17px 4px rgba(0, 0, 0, 0.85);
}
@media (max-width: 768px) and (max-height: 380px) {
    .selections.opened .list-wrap {
        padding: 30px 20px 5px;
    }

    .selections.opened .item {
        padding: 5px 10px;
    }

    .selections.opened .list-top {
        margin-bottom: 5px;
    }
}
.selections .selections-top {
    display: none;
    align-items: center;
}

.selections .selections-top .remove-all {
    margin-left: 20px;
    margin-top: 2px;
    transition: color 0.3s;
    cursor: pointer;
    font-weight: 300;
}

.selections .selections-top .remove-all:hover {
    color: var(--accent-color);
}

.selections .selections-top .close-btn {
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
    top: 50px;
    right: -30px;
    cursor: pointer;
}

.selections .selections-top .close-btn:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    height: 2px;
    background-color: #fff;
    width: 100%;
    transform: translateY(-50%) rotate(45deg);
    transition: all .3s;
}

.selections .selections-top .close-btn:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    height: 2px;
    background-color: #fff;
    width: 100%;
    transform: translateY(-50%) rotate(-45deg);
    transition: all .3s;
}

.selections .selections-top .close-btn:hover:before {
    background-color: var(--accent-color);
}
.selections .selections-top .close-btn:hover:after {
    background-color: var(--accent-color);
}

.selections .filter {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    height: 40px;
    padding: 0 20px;
    border-radius: 15px;
    background-color: #161616;
    -webkit-transition: background-color .3s;
    -moz-transition: background-color .3s;
    -ms-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
}

@media (min-width: 1024px) {
    .selections .filter:hover {
        background-color: var(--accent-color);
    }
}


.selections .filter .filter-icon {
    font-size: 20px;
    margin-right: 10px;
}

.selections .filter .value {
    display: inline;
}

.selections .list-wrap {
    width: 100%;
}

.selections .list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.selections .item {
    display: flex;
    align-items: center;
    padding: 10px 10px;
    background-color: var(--accent-color);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    transition: background-color 0.3s;
    white-space: nowrap;
}

.selections .item:not(:last-child) {
    margin-right: 10px;
}

.selections .item .txt {
    text-transform: capitalize;
}

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

.selections .item .close {
    display: block;
    width: 12px;
    height: 12px;
    margin-left: 10px;
    position: relative;
}

.selections .item .close:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    height: 2px;
    background-color: #fff;
    width: 100%;
    transform: translateY(-50%) rotate(45deg);
}

.selections .item .close:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    height: 2px;
    background-color: #fff;
    width: 100%;
    transform: translateY(-50%) rotate(-45deg);
}



@media (max-width: 1350px) {

    .selections {
        z-index: 11;
        pointer-events: all;
    }

    .selections .selections-top {
        display: flex;
    }

    .selections .selections-top .close-btn {
        display: none;
    }

    .selections .list-wrap {
        opacity: 0;
        visibility: hidden;
        height: 0;
    }
}

@media (max-width: 768px) {


    .selections .selections-top .close-btn {
        top: 3px;
    }



    .selections .selections-top .close-btn {
        width: 20px;
        height: 20px;
    }



    .head-filtering {
        position: relative;
        z-index: 25;
        margin-bottom: 25px;
    }

    .choosen-sites {
        margin: 0;
        position: absolute;
        left: 0;
        top: 9px;
        font-size: 18px;
    }

    .selections {
        max-width: 100%;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        padding: 0;
    }

    .selections.opened {
        padding: 10px 0 0;
        background-color: #1a1a1a;
        height: auto;
    }
    .selections.opened:after {
        position: absolute;
        content: '';
        top: 0;
        bottom: 0;
        left: -10px;
        right: -10px;
        background-color: #1a1a1a;
        z-index: -1;
    }

    .selections .selections-top {
        justify-content: flex-end;
    }

    .selections.opened .selections-top {
        justify-content: flex-start;
        margin: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        background-color: transparent;
    }

    .selections.opened .filter {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        background-color: initial;
        padding: 0;

    }

    .selections .selections-top .remove-all {
        margin-left: 10px;
    }

    .selected .selections .selections-top .remove-all {
        display: block;
    }

    .selections .list {
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 10px;
    }

    .selections .list::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        border-radius: 10px;
        background-color: #313131;
    }

    .selections .list::-webkit-scrollbar {
        height: 6px;
        background-color: #151515;
    }

    .selections .list::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        background-color: var(--accent-color);
    }

    .selections .list-wrap {
        overflow: hidden;
        position: relative;
        padding: 40px 20px 10px;
        position: absolute;
        opacity: 0;
        visibility: hidden;
        width: 0;
    }

    .selections.opened .list-wrap {
        padding: 0 0 15px;
        top: auto;
        left: auto;
        position: relative;
        box-shadow: none;
        border-radius: 0;
        background-color: initial;
        width: auto;
    }

    .selections .list-wrap:after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 20px;
        right: 0;
        width: 35px;
        background: -moz-linear-gradient(left,#ffffff00 0%,#1a1a1a 100%);
        background-image: -webkit-linear-gradient(left,rgba(22, 22, 22, 0),#1a1a1a);
        background: linear-gradient(to left, #1a1a1a, rgba(22, 22, 22, 0));
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#1a1a1a',GradientType=0 );
    }

}


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

    .choosen-sites {
        left: 5px;
    }
}
/*filter selections END*/


#paic-chatbox-mobile:not(.expanded) {
    animation: pulse-animation 2s infinite;
}

#paic-chatbox-mobile:not(.expanded) svg {
    animation: slide-in 1.5s infinite ease;
}

@media (min-width: 768px) {
    #paic-chatbox-mobile:not(.expanded) svg {
        animation: slide-in 1.5s infinite ease;
        rotate: -90deg;
    }
}

@keyframes slide-in {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(3px);
    }
    100% {
        transform: translateY(0);
    }
}

@keyframes pulse-animation {
    0% {
        box-shadow: 0 0 1px 1px rgba(0,176,115,.8);
    }
    100% {
        box-shadow: 0 0 0 12px rgba(0, 0, 0, 0);
    }
}