[v-cloak] {
    display: none !important;
}

:root {
    --purple: #000000;
    --purple50: #00000080;
    --purple25: #00000040;
    --green: #3c763d;
    --light-green: #3EB75E;
    --yellow: #FFC203;
    --dark: #18191a;
    --second-grey: #24252680;
    --grey: #242526;
    --light-grey: #3a3b3c;
    --text: #333;
    --border-color: rgba(255, 255, 255, 0.1);
    --bg: #00000040;
}

@media (min-width: 1420px) {
    .container {
        /*max-width:1200px*/
    }
}

@media (min-width: 1200px){
    .container {
        max-width: calc(100vw - 100px);
    }
}

@media (min-width: 1360px){
    .container {
        max-width: 1260px;
    }
}

@media (min-width: 1200px) {
    .col-xl-2-5 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
}

body {
    /*background-color: #fff;*/
    /*background-color: #ededed;*/
    /*font-family: "Futura PT", sans-serif;*/
    /*font-family: 'Questrial', sans-serif;*/
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.6em;
    color: #fff;

    -webkit-font-feature-settings: 'lnum';
    -moz-font-feature-settings: 'lnum';
    font-feature-settings: 'lnum';
}

.no-scroll {
    overflow: hidden;
}

img {
    max-width: 100%;
}

button {
    font-size: 18px;
    box-shadow: none;
    border: none;
    outline: none !important;
}

a {
    transition: .3s ease;
    color: #fff;
}

a:hover {
    color: #3EB75E;
    text-decoration: none;
}

i[class^="flaticon-"] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.container-fluid {
    /*max-width: 1500px;*/
}

.btn-white {
    border-radius: 5px;
    font-size: 16px;
    background-color: #fff;
    /*color: #555;*/
    color: #000000;
    padding: 10px 16px;
    transition: .3s ease;
    /*border: 2px solid #555;*/
    border: 2px solid #000000;
    text-align: center;
}

.btn-white:hover {
    /*background-color: #555;*/
    background-color: #000000;
    color: #fff;
}

.btn-white-green {
    border-radius: 5px;
    font-size: 16px;
    background-color: #fff;
    /*color: #555;*/
    color: #000000;
    padding: 10px 16px;
    transition: .3s ease;
    /*border: 2px solid #555;*/
    border: 2px solid #000000;
    text-align: center;
}

.btn-white-green:hover {
    /*background-color: #555;*/
    background-color: #3EB75E;
    color: #fff;
}

.btn-green {
    border-radius: 5px;
    font-size: 16px;
    /*background-color: #555;*/
    /*background-color: #000000;*/
    background-color: #3EB75E;
    color: #fff;
    padding: 8px 15px;
    transition: .3s ease;
    /*border: 2px solid #555;*/
    /*border: 2px solid #000000;*/
    border: 2px solid #3EB75E;
    text-align: center;
    box-shadow: none !important;
}

.btn-green:hover {
    background-color: #fff;
    /*border-color: #000000;
    color: #000000;*/
    border-color: #fff;
    color: #3EB75E;
}

/*.btn-green {*/
/*    border-radius: 0px;*/
/*    font-size: 16px;*/
/*    !*background-color: #555;*!*/
/*    background-color: #000000;*/
/*    color: #fff;*/
/*    padding: 8px 15px;*/
/*    transition: .3s ease;*/
/*    !*border: 2px solid #555;*!*/
/*    border: 2px solid #000000;*/
/*    text-align: center;*/
/*    box-shadow: none !important;*/
/*}*/

/*.btn-green:hover {*/
/*    background-color: #fff;*/
/*    border-color: #000000;*/
/*    color: #000000;*/
/*}*/

.btn-red {
    border-radius: 5px;
    font-size: 16px;
    /*background-color: #555;*/
    background-color: #ff8c00;
    color: #fff;
    padding: 8px 15px;
    transition: .3s ease;
    /*border: 2px solid #555;*/
    border: 2px solid #ff8c00;
    text-align: center;
    box-shadow: none !important;
}

.btn-red:hover {
    background-color: #fff;
    border-color: #ff8c00;
    color: #ff8c00;
}

.btn-grey {
    border-radius: 5px;
    font-size: 16px;
    background-color: #ddd;
    color: #fff;
    padding: 8px 15px;
    transition: .3s ease;
    border: 2px solid #ddd;
    text-align: center;
    box-shadow: none !important;
}

.btn-grey:hover {
    background-color: #ddd;
    color: #fff;
}

.btn-green {
    border-radius: 5px;
    font-size: 16px;
    background-color: #01D793;
    color: #fff;
    padding: 10px 16px;
    transition: .3s ease;
    border: 2px solid #01D793;
    text-align: center;
}

.btn-green:hover {
    background-color: #fff;
    color: #01D793;
}

.btn-black {
    border-radius: 5px;
    font-size: 16px;
    background-color: #000;
    color: #fff;
    padding: 10px 16px;
    transition: .3s ease;
    border: 2px solid #000;
    text-align: center;
}

.btn-black:hover {
    border-color: #3EB75E;
    background-color: #3EB75E;
    color: #fff;
}

.btn-big {
    font-size: 18px;
    padding: 14px 32px;
}

.large-big {
    font-size: 18px;
    padding: 14px 40px;
}

.position-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.owl-dots {
    /*width: 100%;*/
    margin: 15px 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    /*position: absolute;*/
    /*bottom: 25px;*/
    /*left: 50%;*/
    /*transform: translateX(-50%);*/
}

.owl-dot {
    box-shadow: none !important;
    outline: none !important;
}

.owl-dot span {
    display: block;
    width: 16px;
    height: 16px;
    border: 3px solid #555;
    margin-right: 10px;
    border-radius: 3px;
    background-color: transparent;
    transition: .3s ease;
    opacity: .5
}

.owl-dot:hover span {
    background-color: #555;
}

.owl-dot.active span {
    background-color: #555;
    opacity: 1;
}




















body.padding-right  {
     padding-right: 17px;
}

header {
    display: flex;
    flex-direction: column;
    align-items: center;
    /*background-color: #fff;*/
    /*padding: 0 15px;*/
    padding: 0;
    /*color: #000;*/
    color: #ffffff;
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
    /*width: 100%;*/
    /*z-index: 101*/
}

header .header-right-block a,
header .header-left-block a {
    white-space: nowrap;
    color: #ffffff;
}

.header-left-block > ul li:not(:first-child) > a {
    margin-left: 15px;
}

.top-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    padding: 5px 0;
    background-color: #ededed;
}

.headroom--not-top .top-header {
    /*background-color: #321f14;*/
}

.top-header .header-left-menu ul:not(.sub-menu) {
    display: flex;
    flex-direction: row;
    align-items: center
}

.top-header .header-left-menu li {

}

.top-header .header-left-menu li:not(:last-child) {
    padding-right: 15px;
}

.top-header .header-left-menu li a {
    color: #333;
    font-weight: 400;
}

.top-header .header-left-menu li a:hover {
    color: #c5c0bd;
    color: #000;
}

.top-header .header-left-menu .sub-menu-title {
    margin-right: 0 !important;
}



.top-header .header-right-block {
    height: 100%;
    display: flex;
    align-items: center;
}

.header-user a + a {
    padding-left: 12px;
}

header .header  {
    padding-top: 5px;
    padding-bottom: 5px;
}

@media (min-width: 991px){
    header .header {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (min-width: 1200px){
    header .header {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media (min-width: 1600px){
    header .header {
        padding-left: 50px;
        padding-right: 50px;
    }
}

.modal-open {
    padding-right: 17px !important;
}

.modal-open header,
header.padding-right,
.no-scroll header {
    /*padding-right: 32px;*/
    padding-right: 17px;
}

@media (max-width: 767.98px){
    .modal-open header,
    header.padding-right,
    .no-scroll header {
        padding-right: 0;
    }
}

header ul {
    list-style: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-left: 0;
    margin-bottom: 0;
}

header .header-lang {
    white-space: nowrap;
}

header .social-status a i {
    font-size: 1.25rem;
}

.mobile-header-social .social-status {
    margin-bottom: 0 ;
}
.mobile-header-social .social-status a {
    color: #ffffff88;
}

.mobile-header-social .social-status a i {
    padding: 10px 0;
    border: none;
    min-width: auto;
    width: auto;
    font-size: 20px;
    margin-left: 0;
}

.mobile-header-social .social-status a:hover {
    color: #3EB75E;
}




header.transparent {
    transition: all .5s ease, padding 0s ease;
}

header.transparent.headroom--not-top.headroom--not-bottom,
header.transparent.headroom--not-top.headroom--bottom {
    background-color: #242526 !important;
}

header {
    background-color: #242526;
    /*background-size: cover;*/
    /*background-position: center center;*/
    /*background-repeat: no-repeat;*/
    /*background-image: url(../images/IMG_3320.JPG);*/
}

header.transparent {
    background-color: transparent;
}

.wrapper:not(.home-wrapper) header:before {
    /*content: "";*/
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*background-color: rgba(0, 0, 0, .4);*/
}

.wrapper:not(.home-wrapper) header .logo {
    /*overflow: visible;*/
    /*z-index: 1;*/
    /*overflow-x: auto;*/
}

.wrapper:not(.home-wrapper) header .logo a:before,
footer .logo a:before {
    /*content: "";*/
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 50%;*/
    /*transform: translateX(-50%);*/
    /*max-width: 282px;*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*background-image: url("../images/logo-bg.png?v=291120211627");*/
    /*background-size: 100%;*/
    /*background-position: 50% 57%;*/
    /*pointer-events: none;*/
    /*z-index: -1;*/
}

.wrapper:not(.home-wrapper) header .logo a img {
    /*width: 80%;*/
}

header.transparent .logo a {
    position: relative;
}
header.transparent .logo a img.white {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

header.transparent.header--fixed.headroom--not-top,
header.transparent.header--fixed.headroom--not-top a,
header.transparent.header--fixed.headroom--not-top .show-dropdown-category a,
header.transparent.header--fixed.headroom--not-top .show-dropdown-category i {
    color: #ffffff88 !important;
}

header.transparent.header--fixed.headroom--not-top a:hover,
header.transparent.header--fixed.headroom--not-top .show-dropdown-category a:hover,
header.transparent.header--fixed.headroom--not-top .show-dropdown-category a:hover ~ i {
    color: #ffffff !important;
}

.header-logo img {
    height: 105px;
}

.header-logo,
.header-main-menu > ul > li > .sub-menu-title > a,
.header-right-block > li > a {
    display: flex;
    align-items: center;
    justify-content: center;
    /*height: 100px;*/
    /*font-size: 16px;*/
    /*font-weight: 700;*/
    /*text-transform: uppercase;*/
}

.header-main-menu > ul > li:not(:last-child) > .sub-menu-title {
    /*margin-right: 17px;*/
}

.header-right-block > li >  a {
    position: relative;
    height: auto;
}

.header-right-block > li:not(:last-child) > a {
    margin-right: 34px;
}

.header-right-block li a:not(.social-status-link):hover {
    color: #3EB75E;
    /*color: #555;*/
}

.header-phone a i,
.header-right-block > li > a i {
    font-size: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-phone:hover .sub-menu,
.header-phone .sub-menu:hover {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.header-phone .sub-menu-title {
    position: relative;
    margin-right: 34px;
}

.header-phone .sub-menu-title i + span {
    padding-left: 8px;
}

.circle-dot {
    pointer-events: none;
    position: absolute;
    top: -20px;
    right: -20px;

    color: #555;
    background-color: #ededed;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .7rem;
    width: 22px;
    height: 22px;
}

.header-main-menu > ul > li {
    position: relative;
}

.sub-menu-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (min-width: 992px){
    .flex-container {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .category-nav {
        background-color: #242526;
    }

    .header-main-menu > ul > li:not(:last-child) > .sub-menu-title {
        /*margin-right: 0;*/
    }

    .show-dropdown-category {
        font-size: 16px;
        font-weight: 500;
        padding-right: 25px;
    }

    .show-dropdown-category a,
    .show-dropdown-category i {
        transition: .3s ease;
        color: #fff
    }

    .show-dropdown-category.active > a,
    .show-dropdown-category.active .sub-menu-title > a,
    .show-dropdown-category.active .sub-menu-title > i,
    header.transparent.header--fixed.headroom--not-top a:hover,
    header.transparent.header--fixed.headroom--not-top .show-dropdown-category a:hover,
    header.transparent.header--fixed.headroom--not-top .show-dropdown-category a:hover ~ i,
    header.transparent.header--fixed.headroom--not-top .show-dropdown-category i:hover,
    header.transparent.header--fixed.headroom--not-top .show-dropdown-category.active .sub-menu-title > a,
    header.transparent.header--fixed.headroom--not-top .show-dropdown-category.active .sub-menu-title > a ~ i {
        color: #3EB75E !important;
    }

    .show-dropdown-category .sub-menu-title.red a {
        color: red
    }

    .sub-menu-title i {
        /*padding-left: 5px;*/
        font-size: 8px;
        margin-left: 5px;
    }
}

@media (min-width: 1600px){
    .show-dropdown-category {
        padding: 20px 40px 20px 0;
    }
}

.header-main-menu .sub-menu + .sub-menu-title a:after {
    /*content: "\f10c";*/
    font-size: .65rem;
    padding-left: 5px;
    font-family: flaticon !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

.header-main-menu .sub-menu {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    /*justify-content: flex-start;*/
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 160px;

    background-color: #000000;
    color: #333;
    padding: 12px 10px;
    /*border-bottom: 1px solid rgba(255,255,255,.1);*/
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.2);

    opacity: 0;
    visibility: hidden;
    transition: .3s ease;
    transform: translateY(20px);
    border-radius: 4px;
}

.header-main-menu .sub-menu a {
    font-size: 14px;
    font-weight: 600;
    display: flex;
    width: 100%;
    color: #ffffff;
    opacity: .95;
    padding: 5px 20px;
    border-radius: 3px;
}

.header-main-menu .sub-menu a:hover {
    color: #3EB75E !important;
    opacity: 1;
}

.header-main-menu li:hover .sub-menu,
.header-main-menu .sub-menu:hover {
    z-index: 10;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.header-main-menu .sub-menu li {
    width: 100%;
}

.header-main-menu .sub-menu li:not(:last-child) {
    /*padding-bottom: 10px;*/
}

.header-main-menu.category-nav a,
.header-main-menu.category-nav i,
.header-right-block a {
    white-space: nowrap;
    letter-spacing: .5px;
}

.header-right-block a:hover {
    /*color: #555;*/
}

.header-right-block ul li {
    position: relative;
}


















.right-cart-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .250);
    display: none;
    z-index: 1000;
}

.fixed-right-cart {
    width: 380px;
    max-width: 100vw;
    position: fixed;
    top: 0;
    right: -380px;
    bottom: 0;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 9%);
    overflow: hidden;
    overflow-y: auto;
    transition: .3s ease;
    z-index: 1001;
}

.fixed-right-cart.active {
    right: 0;
    transition: .5s ease;
}

.right-cart-container {
    height: 100%;
    background-color: #fff;
    padding: 25px 25px 25px 40px;
}

.cart-close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    font-size: 22px;
    background-color: transparent;
    transition: .3s ease;
}

.cart-close:hover {
    color: red;
}

.right-cart-title {
    font-size: 20px;
    margin-bottom: 25px;
}

/*.right-cart-list:not(:last-child) {*/
/*    margin-bottom: 25px;*/
/*}*/

.right-cart-list ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}

.right-cart-list-item {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    padding: 5px;
    background-color: rgba(0, 0, 0, .03);
}

.right-cart-list-item:not(:last-child){
    margin-bottom: 10px;
}

.right-cart-list-item-remove {
    font-size: 10px;
    background-color: transparent;
}

.right-cart-list-item a {
    width: calc(100% - 25px);
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    /*align-items: center;*/
    font-size: 14px;
    color: inherit;
    /*transition: .3s ease;*/

}

.right-cart-list-item a:hover .right-cart-list-item-title {
    color: #555;
}

.right-cart-list-item img {
    width: 70px;
    min-width: 70px;
    /*height: 70px;*/
    object-fit: cover;
}

.right-cart-list-item-desc {
    padding-left: 15px;
    width: 100%;
}

.right-cart-list-item-title {
    font-weight: 500;
    font-size: 16px;
    transition: .3s ease
}

.right-cart-list-item-price {
    color: #333 !important;
}

.right-cart-list a:hover {
    color: #000000;
}

.right-cart-total {
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 15px 0 20px;
}

.right-cart-btn {
    margin: 10px 0;
}

.right-cart-btn > *:not(:first-child) {
    margin-top: 10px;
}

.search-container {
    transition: .3s ease;
}

.search-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 34px 20px;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    background: rgba(0, 0, 0, .7);
}
.search-container.active {
    opacity: 1;
    visibility: visible;
}
.search-result {
    max-height: calc(100vh - 110px);
}

@media (max-width: 991.98px){
    .search-form-group > button.search-btn {
        right: 47px;
    }
    header .header {
        box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
    }
    .category-nav .container {
        padding: 0;
    }
    .category-nav .mobile-menu-title {
        padding: 15px 0 15px 15px;
        /*font-size: 22px;*/
        font-size: 18px;
        border-bottom: 1px solid rgba(255,255,255,.1);
        flex-direction: row !important;
    }
    .category-nav .flex-container,
    .category-nav .flex-container ul {
        align-items: start;
        flex-direction: column;
    }
    .category-nav .flex-container ul li {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }
}

@media (max-width: 767.98px) {
    .category-nav .mobile-menu-title {
        padding: 5px 0 5px 15px;
    }
}


.search-form-group input {
    padding: 10px 12px;
    /*padding: 16px;*/
    color: #333;
    font-size: 16px;
    transition: .3s ease;
    border-radius: 5px;
    background: #fff;
}

.search-form-group input:focus,
.search-form-group input:hover {
    color: #333;
    background: #fff;
    border-color: #fff;
}

.search-form-group {
    position: relative;
}

.search-form-group > button {
    position: absolute;
    top: 2px;
    right: 2px;
    width: 44px;
    height: 44px;
    box-shadow: none;
    outline: none;
}

.search-form-group > button.search-btn {
    right: 47px;
}

.search-form-group > button.search-btn:hover {
    color: red;
}

.search-form-group > button {
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-form-group > button:last-child {
    border-radius: 0 4px 4px 0;
}

.search-result {
    position: absolute;
    top: 100%;
    left: 1px;
    right: 1px;
    border: 2px solid #e9e9e9;
    background-color: #fff;
    padding: 15px;
    max-height: calc(100vh - 124px);
    overflow-y: auto;
    border-radius: 6px;
    z-index: 9999;
}

.search-result .search-result-description {
    padding-left: 15px;
}

.search-result a {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
}

.search-result li {
    width: 100%;
    margin-bottom: 20px;
    border-bottom: 1px solid #d4d4d4;
}

.search-result li:not(:last-child) {
    padding-bottom: 10px;
}

.search-result ul {
    margin: 0;
    display: flex;
    flex-direction: column;
}

.search-result .search-result-description .product-title {
    margin-top: 0;
}

.search-result .search-result-description .product-price {
    justify-content: flex-start;
}

.search-result .search-result-description .product-price > span + span {
    padding-left: 15px;
}

.search-result [class^="btn-"] {
    width: auto;
    display: inline-flex;
}



.right-menu-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .250);
    display: none;
    z-index: 1000;
}

.fixed-right-menu {
    width: 380px;
    max-width: 100vw;
    position: fixed;
    top: 0;
    right: -380px;
    bottom: 0;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.9);
    overflow: hidden;
    overflow-y: auto;
    transition: .3s ease;
    z-index: 1001;
}

.fixed-right-menu.active {
    right: 0;
    transition: .5s ease;
}

.right-menu-container {
    height: 100%;
    background-color: #fff;
    padding: 25px 25px 25px 40px;
}

.menu-close {
    /*position: absolute;*/
    /*top: 0;*/
    /*right: 0;*/
    /*width: 40px;*/
    /*height: 40px;*/
    font-size: 22px;
    background-color: transparent;
    transition: .3s ease;
}

.menu-close:hover {
    color: red;
}

.right-menu-title {
    font-size: 20px;
    margin-bottom: 25px;
}

.right-menu-list:not(:last-child) {
    margin-bottom: 25px;
}

.right-menu-list ul {
    list-style: none;
    padding: 0;
}

.right-menu-list a {
    display: block;
    color: #555;
    font-size: 16px;
    padding: 5px 0;
}

.right-menu-list a:hover {
    color: #000000;
}

/* header-mobile-lang */
.header-mobile-lang {
    position: relative;
}

.header-mobile-lang ul {
    display: none;
    position: absolute;
    top: 100%;
    margin-top: 15px;
    background: #000000cc;
    color: #fff;
}

.header-mobile-lang b,
.header-mobile-lang ul li {
    font-size: 16px;
    padding: 4px 12px;

}
/* header-mobile-lang */
/* header END */










.main-slider {
    padding: 0;
}

.main-carousel,
.category-carousel {
    position: relative;
    margin-bottom: 25px;
}

.main-carousel .owl-nav {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    font-size: 32px;

    margin-top: 115px;

    pointer-events: none;
}

@media (min-width: 991px){
    .main-carousel .owl-nav {
        left: 50px;
        right: 50px;
    }
}

.main-carousel .owl-nav button {
    pointer-events: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 15vw;
    min-width: 60px;
    max-width: 100px;
    opacity: .7;
    transition: .3s ease;
}

.main-carousel .owl-nav button:hover {
    opacity: 1;
}

.main-carousel .owl-nav button.owl-prev {
    /*background: linear-gradient(to left, rgba(0, 0, 0, 0) 0% , rgba(0, 0, 0, .5) 100%);*/
}

.main-carousel .owl-nav button.owl-next {
    /*background: linear-gradient(to right, rgba(0, 0, 0, 0) 0% , rgba(0, 0, 0, .5) 100%);*/
}

.main-carousel .owl-item {
    pointer-events: none;
    user-select: none;
}


.main-carousel-item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    pointer-events: none;
    z-index: 1
}

.main-carousel-item {
    position: relative;
    pointer-events: none;
    height: 100vh;
    min-height: 320px;
    min-height: 100vh;
}

.main-carousel-img {
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 50%;*/
    /*transform: translateX(-50%);*/
    width: 100vw;
    height: 100%;
}

.main-carousel-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-carousel-title {
    text-transform: uppercase;
    font-size: 62px;
    font-weight: 600;
    /*margin-bottom: 1.25rem;*/
}

.main-carousel-text {
    margin-top: calc(115px/2);
    font-size: 18px;
    color: #fff;
    z-index: 2;
    pointer-events: auto;
    min-width: 75%;
}

.main-carousel-description {
    font-size: 1.15rem;
    margin-bottom: 1.25rem;
    text-transform: uppercase;
    color: rgba(198, 201, 216, 0.75);
}

.main-carousel-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
    background-color: #00000040;
    border: 2px solid #fff;
    color: #fff;
    padding: 15px 35px;
    transition: .3s ease;
    border-radius: 5px;
}

.main-carousel-btn:hover {
    color: #000000;
    background-color: #fff;
}

@media (orientation: portrait) and (max-width: 575.98px){
    .main-carousel-item {
        min-height: 440px;
        max-height: 80vw !important;
        height: 100vw !important;
    }

    .main-carousel .owl-nav {
        margin-top: 70px;
    }
}

@media (min-width: 576px) {
    .category-carousel {
        margin: 0 -15px;
        width: initial;
    }

    .category-carousel .owl-item .category-carousel-item {
        padding: 10px 15px;
    }

    .category-carousel .owl-item:not(:last-child) .category-carousel-item {
        /*border-right: 1px #eee solid;*/
    }
}

.category-carousel.owl-carousel .owl-stage-outer {
    /*margin: 0 -15px;*/
    overflow: auto;
    overflow-x: hidden;
}

.category-carousel .owl-carousel .owl-item {
    margin: 0 15px !important;
}

.category-carousel-title {
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    display: block;
    color: #fff !important;
    text-align: left;
    margin-bottom: 15px !important;
    transition: opacity .65s cubic-bezier(.05,.2,.1,1),transform .65s cubic-bezier(.05,.2,.1,1);
}

.category-carousel-item:hover .category-carousel-title {
    transform: translateY(-62px);
}



.category-slider,
.blogs-section {
    background: #18191a;
}

.category-slider .owl-stage {
    display: flex;
    align-items: stretch;
}

.category-slider .owl-item {
    /*display: flex;*/
}

.category-carousel-item {
    height: 100%;
}

.category-carousel-item .category-slider-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: .3s ease;
    /*background: rgba(0, 0, 0, .3);*/
}

.category-carousel-item > a,
.category-carousel-item img {
    border-radius: 0;
}

.category-carousel-item .category-carousel-img {
    display: block;
    height: 100%;
    position: relative;
    border-radius: 5px;
    background: #242526;
    overflow: hidden;
}


.category-carousel-item:hover .category-carousel-img {
    transform: translateY(-10px);
}


.category-carousel-item .category-carousel-img::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 85%;
    display: block;
    z-index: 1;
    content: "";
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #3EB75E 100%);
    transition: transform .65s ease, opacity 0.65s cubic-bezier(0.05, 0.2, 0.1, 1);
    transform: translateY(25%);
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
}

.category-carousel-item:hover .category-carousel-img::after {
    transform: translateY(0);
    opacity: 1;
}

.category-carousel-item .category-carousel-img img {
    transition: transform 1s ease, opacity 0.5s ease 0.25s;
    position: relative;
    z-index: 1;
    width: 100%;
}

.category-carousel-item:hover .category-carousel-img img {
    transform: scale(1.1);
    transition: transform 1s ease, opacity 0.5s ease 0.25s
}

/*.category-carousel-item > a:hover {
    background: rgba(0, 0, 0, .25);
}*/

.category-carousel-item .category-carousel-btn-block {
    font-size: 18px;
    opacity: 0;
    position: absolute;
    bottom: 35px;
    margin-top: 10px;
    transform: translateY(20px);
    line-height: 1.5em;
    max-width: 80%;
    transition: opacity 0.3s cubic-bezier(0.05, 0.2, 0.1, 1), transform 0.3s cubic-bezier(0.05, 0.2, 0.1, 1);
    /* height: 62px; */
    text-overflow: ellipsis;
    /*     overflow: hidden; */
}

.category-carousel-item:hover .category-carousel-btn-block {
    transform: translateY(0);
    opacity: 1;
    transition: opacity .65s cubic-bezier(.05,.2,.1,1) 0.15s,transform .65s cubic-bezier(.05,.2,.1,1) 0.15s;
}

.category-carousel-item .category-carousel-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    line-height: normal;
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
    padding: 12px 35px;

    margin-top: -50px;
    border-radius: 5px;

    transition: .3s ease;
}


.category-carousel-item .category-carousel-btn:hover {
    transform: translateY(-5px);
    background-color: #3EB75E;
    border-color: #3EB75E;
    color: #fff;
}

.category-carousel-item .category-carousel-title {
    /*display: block;
    font-size: 1.75rem;
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;

    color: #000;
    transition: .3s ease;*/
}

.category-carousel-item:hover .category-carousel-title {
    /*transform: translateY(-25px);*/
}

.category-carousel-item:hover .category-carousel-btn {
    /*opacity: .8;*/
    /*transform: translateY(25px);*/
}

.category-carousel-text {
    color: #000;
    width: 100%;
    padding: 30px;
    text-align: center;
    /*pointer-events: none;*/
    /*user-select: none;*/
    /*transition: .3s ease;*/
    position: relative;
    z-index: 2
}

/*.category-carousel-item:hover .category-carousel-text {*/
/*    color: #fff;*/
/*}*/

/*.category-carousel-item:hover .category-carousel-title {*/
/*    text-shadow: none;*/
/*}*/

.main-carousel .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
}

.main-carousel .owl-dot {
    box-shadow: none;
    outline: none;
}

.main-carousel .owl-dot span {
    display: block;
    width: 16px;
    height: 16px;
    border: 3px solid #ffffff;
    margin-right: 10px;
    /*border-radius: 50%;*/
    background-color: transparent;
    transition: .3s ease;
    opacity: .5
}

.main-carousel .owl-dot:hover span {
    background-color: #ffffff;
}

.main-carousel .owl-dot.active span {
    background-color: #ffffff;
    opacity: 1;
}
/* sliders END */




.fixed-social-list {
    position: absolute;
    right: 35px;
    bottom: 25px;
    z-index: 1;
}

.fixed-social-list.social-list ul {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.fixed-social-list ul li:not(:last-child) {
    margin-bottom: 15px;
}

.social-list:not(.fixed-social-list) ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    /*justify-content: center;*/
}


.social-list:not(.fixed-social-list) ul li {
    margin-right: 10px;
    /*font-size: 30px;*/
}

.social-list ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    font-size: 16px;
    color: #000000;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 50%;
}

.fixed-social-list.social-list ul li a {
    color: #fff;
    border: 1px solid #fff;
}

.social-list ul li a:hover {
    color: #3EB75E;
    background-color: transparent;
    border-color: #3EB75E ;
}

.fixed-social-list.social-list ul li a:hover {
    border-color: #000000;
}










/*.wrapper:not(.home-wrapper) {*/
.wrapper {
    background: #18191a;
}

.products-section,
.about-section,
.home-wrapper section:not(.main-slider),
.description-section,
.search-page,
.product-page,
.contact-section,
.big-product-item,
.partners-wrapper .partners-section {
    padding-top: 6em;
    padding-bottom: 6em;
}

.search-page,
.big-product-item:first-child {
    padding-top: 3em;
}

.static-page.description-section {
    padding-top: 2em;
    padding-bottom: 2em;
}

.static-page.description-section .large-content-text {
    font-size: 1.35em;
    line-height: 1.2;
    text-align: center;
}


@media (min-width: 576px) and (max-width: 1199.98px){
    .products-section,
    .about-section,
    .home-wrapper section:not(.main-slider),
    .product-page,
    .contact-section,
    .description-section,
    .partners-wrapper .partners-section {
        padding-top: 4em;
        padding-bottom: 4em;
    }

    .search-page,
    .big-product-item {
        padding-top: 3.5em;
        padding-bottom: 3.5em;
    }

    .search-page,
    .big-product-item:first-child {
        padding-top: 2em;
    }

    .static-page.description-section {
        padding-top: 1.5em;
        padding-bottom: 1.5em;
    }
}

@media (max-width: 575.98px){
    .products-section,
    .about-section,
    .home-wrapper section:not(.main-slider),
    .product-page,
    .contact-section,
    .description-section,
    .partners-wrapper .partners-section {
        padding-top: 2.5em;
        padding-bottom: 2.5em;
    }

    .search-page,
    .big-product-item {
        padding-top: 2em;
        padding-bottom: 2em;
    }

    .search-page,
    .big-product-item:first-child {
        padding-top: 1em;
    }

    .static-page.description-section {
        padding-top: 1em;
        padding-bottom: 1em;
    }
}

.about-section {
    /*padding-bottom: 0;*/
}

.products-section {
    background: #24252680;
}

.products-section-list {
    /*margin-bottom: 86px;*/
}
.products-section-list ul {
    list-style: none;
    padding: 0;
}

.products-section-list .product-item {
    background: transparent;
}

.products-section-list .product-item .product-link {
    transition: 0.65s ease;
    background: #3a3b3c;
    border-radius: 6px;
    padding: 12px;
}

.products-section-list .product-item:hover .product-link {
    transition: .3s ease;
    transform: translateY(-5px);
}

.products-section-list .product-item:before {
    display: none;
}

.products-section-list .product-title {
    color: #fff
}

.product-list .product-hover-block button {
    font-size: 16px;
    line-height: 1.35;
    padding: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 767.98px){
    .product-list .product-hover-block button {
        font-size: 14px;
        padding: 10px;
    }
}

@media (max-width: 479.98px){
    .product-list .product-hover-block button {
        font-size: 13px;
    }

    .product-list .product-hover-block button span {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .product-list .product-hover-block button span.pl-2 {
        padding-left: 5px !important;
    }
}


.about-section {
    position: relative;
    overflow: hidden;
}

.about-section-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-color: transparent;
    /*background: #18191a !important;*/
    z-index: -1;
}

@supports (-webkit-touch-callout: none) {
    .about-section-img {
        height: 100vh;
        width: 100vw;
        background-attachment: initial;
        background-size: auto 100vh;
    }
}

.about-section:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 0;
}

.about-section .about-section-text {
    z-index: 1;
    text-align: center;
}

.main-title.section-title {
    font-size: 45px;
}

.subtitle {
    font-size: 1.1em;
    line-height: 1.35;
}

.section-title {
    color: #fff;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    font-size: 32px;
    /*margin-top: 5px;*/
    margin-bottom: 25px;
    z-index: 1;
}

.wrapper:not(.home-wrapper) .section-title {
    /*margin-top: -50px;*/
}

.see-all {
    display: inline-flex;
    align-items: baseline;
    justify-content: center;
    font-size: 18px;
    line-height: normal;
    color: #333;
    border-bottom: 1px dotted
}

.see-all span {
}

.see-all i {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 5px;
    font-size: .6em;
}

.see-all:hover {
    border-color: transparent;
    color: #000000;
}

.about-section-text {
    display: flex;
    flex-direction: column;
    /*align-items: center;*/
    justify-content: center;
    padding-right: 50px !important;
    padding-left: 50px !important;
    color: rgba(198, 201, 216, 0.75);
    color: rgba(255, 255, 255, 0.8);
    /*background-color: #0000004099/
    /*background-color: #d4d4d4;*/
    min-height: 200px;
}

.about-section-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-section-text h1,
.about-section-text h2,
.about-section-text h3,
.about-section-text h4,
.about-section-text h5,
.about-section-text h6 {
    font-size: 32px;
    margin-bottom: 20px;
}

.about-section-text p {
    font-size: 1.35em;
    line-height: 1.2;
    margin-bottom: 1.5em;
}

.about-section-btn {
    margin-top: 30px;
    text-align: center;
}

.about-section-btn a {
    display: inline-block;
}










/* PARTNERS SECTION BEGIN */

.home-wrapper .partners-section {
    background: #242526;
}

.partners-section .section-title {
    font-size: 50px;
    font-weight: 600;
    line-height: 62px;
    margin-bottom: 20px;
}

.partners-list {

}

.partners-list li {
    padding: 25px;
    flex-basis: 20%;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .partners-list li {
        flex-basis: 33.33%;
        padding: 17px 10px;
    }
}
@media only screen and (max-width: 575px) {
    .partners-list li {
        flex-basis: 33.33%;
        padding: 0 15px;
        margin-bottom: 16px;
    }
}

.partners-list li img {
    opacity: 0.8;
    transition: 0.3s;
    max-width: 180px;
    filter: grayscale(1);
    cursor: pointer;
}

@media (max-width: 991px){
    .partners-list li img {
        max-width: 120px;
    }
}

@media (max-width: 575px){
    .partners-list li img {
        max-width: 80px;
    }
}

.partners-list li img:hover {
    transform: scale(1.1);
    opacity: 1;
    filter: grayscale(0);
}

/* PARTNERS SECTION END */








/* BLOGS SECTION BEGIN */

.blogs-section .section-title {
    font-size: 50px;
    font-weight: 600;
    line-height: 62px;
    margin-bottom: 20px;
}

.blogs-item {
    /*margin: 0 15px !important;*/
    margin-top: 10px;
    margin-bottom: 25px;
}

.blogs-item-title {
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    display: flex;
    flex-direction: column;
    color: #fff !important;
    text-align: left;
    /*margin-bottom: 15px !important;*/
    transition: opacity .65s cubic-bezier(.05,.2,.1,1),transform .65s cubic-bezier(.05,.2,.1,1);
}

.blogs-item-title .blogs-item-sub-title {
    color: #ffffff;
    opacity: 0.8;
    display: inline-block;
    /*margin: 5px 0;*/
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.5px;
}

.blogs-item:hover .blogs-item-title {
    transform: translateY(-62px);
}

.blogs-item > a,
.blogs-item img {
    border-radius: 0;
}

.blogs-item .blogs-item-img {
    display: block;
    height: 100%;
    position: relative;
    border-radius: 5px;
    background: #242526;
    overflow: hidden;
}


.blogs-item:hover .blogs-item-img {
    transform: translateY(-10px);
}

.blogs-item .blogs-item-img::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 85%;
    display: block;
    z-index: 2;
    content: "";
    background: linear-gradient(to bottom, rgba(15, 15, 15, 0), rgba(15, 15, 15, 0.75) 100%);
    transition: transform .65s ease, opacity 0.65s cubic-bezier(0.05, 0.2, 0.1, 1);
    transform: translateY(25%);
    cursor: pointer;
    opacity: 1;
    pointer-events: none;
}

.blogs-item:hover .blogs-item-img::before {
    opacity: 0;
}

.blogs-item .blogs-item-img::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 85%;
    display: block;
    z-index: 1;
    content: "";
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #3EB75E 100%);
    transition: transform .65s ease, opacity 0.65s cubic-bezier(0.05, 0.2, 0.1, 1);
    transform: translateY(25%);
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
}

.blogs-item:hover .blogs-item-img::after {
    transform: translateY(0);
    opacity: 1;
}

.blogs-item .blogs-item-img img {
    transition: transform 1s ease, opacity 0.5s ease 0.25s;
    position: relative;
    z-index: 1;
    width: 100%;
}

.blogs-item:hover .blogs-item-img img {
    transform: scale(1.1);
    transition: transform 1s ease, opacity 0.5s ease 0.25s
}

.blogs-item .blogs-item-btn-block {
    font-size: 18px;
    opacity: 0;
    position: absolute;
    bottom: 35px;
    /*margin-top: 10px;*/
    transform: translateY(20px);
    line-height: 1.5em;
    max-width: 80%;
    transition: opacity 0.3s cubic-bezier(0.05, 0.2, 0.1, 1), transform 0.3s cubic-bezier(0.05, 0.2, 0.1, 1);
    text-overflow: ellipsis;
}

.blogs-item:hover .blogs-item-btn-block {
    transform: translateY(10px);
    opacity: 1;
    transition: opacity .65s cubic-bezier(.05,.2,.1,1) 0.15s,transform .65s cubic-bezier(.05,.2,.1,1) 0.15s;
}

.blogs-item .blogs-item-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    line-height: normal;
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
    padding: 12px 35px;

    /*margin-top: -50px;*/
    border-radius: 5px;

    transition: .3s ease;
}

.blogs-item .blogs-item-btn:hover {
    transform: translateY(-5px);
    background-color: #3EB75E;
    border-color: #3EB75E;
    color: #fff;
}

.blogs-item-text {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    color: #000;
    width: 100%;
    padding: 30px;
    z-index: 2
}

@media (max-width: 767.98px){
    .blogs-item-text {
        padding: 15px 15px 20px;
    }

    .blogs-item-title {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        font-size: 20px;
        line-height: 1.35;
        transform: translateY(-62px);
    }

    .blogs-item .blogs-item-btn-block {
        font-size: 16px;
        opacity: 1;
        bottom: 35px;
        transform: translateY(20px) !important;
        line-height: 1.35em;
        max-width: calc(100% - 30px);
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

    .blogs-item .blogs-item-img img {
        min-height: 240px;
        height: 70vh;
        width: 100% !important;
        object-fit: cover;
    }
}

/* BLOGS SECTION END */





/* VACANCY SECTION BEGIN */

.home-wrapper .vacancy-section {
    /*background: #18191a;*/
    /*background: #242526;*/
    position: relative;
    overflow: hidden;
}

.home-wrapper .vacancy-section:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 0;
}

.wrapper:not(.home-wrapper) .vacancy-list {
    margin-bottom: 45px;
}

.vacancy-section .section-title {
    font-size: 50px;
    font-weight: 600;
    line-height: 62px;
    margin-bottom: 20px;
}

.vacancy-section-list {
    position: relative;
    z-index: 1;
}

.vacancy-section-list ul li {
    margin-top: 10px;
}

.vacancy-item {
    display: flex;
    height: 100%;
    border-radius: 5px;
    background: #000;
    transition: color .3s ease, transform .3s ease, box-shadow .3s ease;
}

.vacancy-item:hover {
    box-shadow: 0px 2px 70px 0px rgba(253, 71, 102, 0.05);
    transform: translateY(-5px);
}

.vacancy-item-block {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    padding: 40px 30px;
    /*transform: translateY(0);*/
}

.vacancy-title {
    margin-bottom: 19px;
    font-weight: 600;
    font-size: 20px;
    color: #fff;
}

.vacancy-icon {
    font-size: 45px;
    font-weight: 400;
    margin-bottom: 23px;
    text-align: center;
    border-radius: 100%;
    display: flex;
    justify-content: left;
}

.vacancy-item .vacancy-icon svg,
.vacancy-item .vacancy-icon img {
    stroke-width: 1 !important;
    width: 47px;
    height: 47px;
}

.vacancy-description {
    font-size: 18px;
    line-height: 1.5em;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 20px;

    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.vacancy-price {
    color: rgba(198, 201, 216, 0.75);
    font-size: 18px;
    width: 100%;
    /*text-align: center;*/
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.vacancy-price > span {
    display: flex;
    align-items: center;
}

.vacancy-price > span svg {
    margin-right: 7px;
}

.vacancy-price small {
    font-size: .9rem;
    /*color: #000000;*/
}






.vacancy-page {
    padding-bottom: 45px;
}

.vacancy-date {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 14px;
    width: 100%;
    /*text-align: center;*/
    margin: 0 0 5px;
}

.vacancy-date span {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.vacancy-sidebar {
    position: sticky;
    top: 20px;
    background-color: #242526;
    border-radius: 6px;
    transition: .3s ease;
    overflow: hidden;
}

header.headroom--top ~ .vacancy-page .vacancy-sidebar,
/*header.headroom--not-top:not(.slideDown) ~ .vacancy-page .vacancy-sidebar,*/
header.slideDown ~ .vacancy-page .vacancy-sidebar {
    top: 140px;
}

.sidebar-title {
    padding: 15px;
    margin-bottom: 0;
    /*border-bottom: 1px solid #18191a;*/
}

.sidebar-list {
    margin-bottom: 0;
}

.sidebar-item {
    padding: 10px 15px;
}

.sidebar-item:not(:last-child){
    border-bottom: 1px solid #18191a88;
}

.sidebar-item-title {
    color: #3EB75E;
}

.sidebar-item .sidebar-item-price {
    /*display: contents;*/
    color: #fff !important;
}

/* VACANCY SECTION END */















.parser-page {
    /*color: rgba(198, 201, 216, 0.75);*/
    font-size: 1.2em;
    font-size: 15px;
    line-height: 1.5em;
    font-weight: 500;
}

.parser-page h1,
.parser-page h2,
.parser-page h3,
.parser-page h4,
.parser-page h5,
.parser-page h6 {
    color: #fff;
    margin-top: 1.25rem;
    margin-bottom: 2.25rem;
}

.parser-page table {
    color: rgba(255, 255, 255, .8);
    margin-bottom: 2.25rem;
}

.big-product-item-description p,
.parser-page p {
    position: relative;
    color: inherit;
    margin-bottom: 2rem;
}

.parser-page span {
    position: relative;
    color: inherit;
}

.parser-page a {
    position: relative;
    color: rgba(255, 255, 255, .8);
    color: #3EB75E;
    transition: .3s ease;
    /*text-decoration: underline*/
}

.parser-page a:hover {
    color: #3EB75E;
    color: rgba(255, 255, 255, .8);
}

.parser-page img {
    margin-bottom: 25px
}

.parser-page p:nth-child(1) img,
.parser-page p:nth-child(2) img {
    margin-top: 10px;
}

.parser-page img.note-float-right {
    margin-left: 25px
}

.parser-page img.note-float-left {
    margin-right: 25px
}

.big-product-item-description ol,
.big-product-item-description ul,
.parser-page ol,
.parser-page ul {
    display: flex;
    flex-direction: column;
    /*margin-bottom: 18px*/
    margin-bottom: 2rem !important;
}

.big-product-item-description ul,
.parser-page ul {
    padding-left: 0;
    list-style: none;
}

.big-product-item-description ol li,
.big-product-item-description ul li,
.parser-page ol li,
.parser-page ul li {
    position: relative;
    /*font-size: 16px;*/
    padding-left: 30px;
    /*line-height: 1.5em*/
}

.big-product-item-description ol li,
.parser-page ol li {

}

.big-product-item-description ul li:before,
.parser-page ul li:before {
    content: "";
    position: absolute;
    left: 10px;
    top: 9px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    display: block;
    background-color: #777;
}

.big-product-item-description ol,
.parser-page ol {
    padding-left: 30px
}

.big-product-item-description ol li.
.parser-page ol li {
    list-style: auto;
    padding-left: 0
}

.parser-page table {
    /*display: none;*/
}

/*--------------------------------------------------------------------------------------------------------------------*/

/* big product */

.big-product-item {
    position: relative;
    background: none;
}

.big-product-item:last-child {
    /*padding-bottom: 0 !important;*/
}
.big-product-item.bg-dark:before,
.big-product-item.bg-grey:before {
    content: "";
    position: absolute;
    top:0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
}
.big-product-item.bg-dark:before {
    background: #18191a;
}
.big-product-item.bg-grey:before {
    background: #242526;
    /*background: rgb(51,51,51);*/
    /*background: linear-gradient(90deg, rgba(153,153,153,1) 0%, rgba(51,51,51,1) 100%);*/
}
.big-product-item.bg-grey.second:before {
    /*background: rgb(153,153,153);*/
    /*background: linear-gradient(90deg, rgba(51,51,51,1) 0%, rgba(153,153,153,1) 100%);*/
}

.big-product-item.bg-dark,
.big-product-item.bg-dark .big-product-item-title,
.big-product-item.bg-grey,
.big-product-item.bg-grey .big-product-item-title {
    /*background-color: #fff !important;*/
    color: #fff;
}

.big-product-item-title {
    font-size: 32px;
    line-height: 1.3;
    font-weight: 600;
    margin-bottom: 2rem;
}
.big-product-item-description {
    font-size: 1.2em;
    line-height: 1.35;
    margin-bottom: 2rem;
    font-weight: 500;
    color: rgba(198, 201, 216, 0.75);
}

.big-product-item-description > div:last-child,
.big-product-item-description > p:last-child,
.big-product-item-description > a:last-child,
.big-product-item-description > span:last-child,
.big-product-item-description > ul:last-child,
.big-product-item-description > ol:last-child {
    margin-bottom: 0 !important;
}

@media (min-width: 1420px){
    .big-product-item-description {
        /*max-width: 60%;*/
    }
}

@media (min-width: 991.98px) and (max-width: 1420px){
    .big-product-item-description {
        /*max-width: 80%;*/
    }
}

@media (max-width: 991px){
    .big-product-item-title {
        line-height: 1.25;
    }

    .big-product-item-description {
        display: -webkit-box;
        -webkit-line-clamp: 6;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
}


.big-product-item-img {
    background: #242526;
    border-radius: 6px;
    padding: 10px 15px;
}

.big-product-item.bg-grey .big-product-item-img {
    background: #3a3b3c;
}

.big-product-more-description,
.description-shadow-link {
    font-size: 0.95em;
    line-height: 1.35;
    font-weight: 700;
    color: #ffffff;
    position: relative;
    display: inline-block;
    width: fit-content;
    padding-bottom: 3px;

    text-transform: uppercase;
    transition: all .3s ease;

    background: linear-gradient(120deg, #ffffff88 20.69%, #3EB75E 79.69%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff88", endColorstr="#3EB75E",GradientType=1 );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.big-product-more-description:after,
.description-shadow-link:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 40px;
    height: 2px;
    opacity: 0.75;
    transition: all .65s ease;

    background: linear-gradient(120deg, #ffffff88 20.69%, #3EB75E 79.69%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff88", endColorstr="#3EB75E",GradientType=1 );
}

.big-product-more-description.more-description-center:after,
.description-shadow-link.more-description-center:after {
    left: calc(50% - 20px);
}

.big-product-more-description:hover,
.description-shadow-link:hover {
    /*background: linear-gradient(120deg, #3EB75E 20.69%, #ffffff88 79.69%);*/
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#3EB75E", endColorstr="#ffffff88",GradientType=1 );*/
    /*-webkit-background-clip: text;*/
    /*-webkit-text-fill-color: transparent;*/
}

.big-product-more-description:hover:after,
.description-shadow-link:hover:after {
    width: 100%;
    /*background: linear-gradient(120deg, #3EB75E 20.69%, #ffffff88 79.69%);*/
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#3EB75E", endColorstr="#ffffff88",GradientType=1 );*/
}

.big-product-more-description.more-description-center:hover:after,
.description-shadow-link.more-description-center:hover:after {
    left: 0;
}

.description-shadow-link {
    /*font-size: 18px;*/
}

/* big product */

/*--------------------------------------------------------------------------------------------------------------------*/

/* product */

.product-item {
    border-radius: 5px 5px 0 0;
    position: relative;
    padding-top: 15px;
    /*border-bottom: none;*/
    transition: 0s ease;
    margin-bottom: 12px;
    background-color: #fff;
    /*border: 4px solid #ededed;*/
}

.product-item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #eee;
    pointer-events: none;
    opacity: 0;
    transition: 0s ease;
    /*border: 1px solid #000000;*/
    /*border: 2px solid #5e2f0d;*/
    border-radius: 5px;
}

@media (min-width: 1200px) {
    .product-item:not(:nth-child(4n+1)) {
        /*border-left: 1px solid #eee;*/
    }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .product-item:not(:nth-child(3n+1)) {
        /*border-left: 1px solid #eee;*/
    }
}

@media (min-width: 360px) and (max-width: 767.98px) {
    .product-item:not(:nth-child(2n+1)) {
        /*border-left: 1px solid #eee;*/
    }
}

.product-item:not(.new-item):before {
    /*bottom: -155px;*/
    bottom: -70px;
}

.product-item .comparison-link {
    font-size: 20px;
    height: 41px;
    width: 41px;
    padding: 0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s ease;
    z-index: 1;

    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #ededed;
    color: #01D793;
}
.product-item .comparison-link:hover,
.product-item .comparison-link.active {
    /*background-color: #000;*/
    background-color: #01D793;
    color: #fff;
}

.product-item .wishlist-link {
    font-size: 20px;
    height: 41px;
    width: 41px;
    padding: 0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s ease;
    z-index: 1;

    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #ededed;
    color: #FF8C00;
}
.product-item .wishlist-link:hover,
.product-item .wishlist-link.active {
    /*background-color: #000;*/
    background-color: #FF8C00;
    color: #fff;
}

.product-link {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

.product-img {
    border-radius: 0px;
    position: relative;
    margin-bottom: 0;
    width: 100%;
}

.product-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0px;
}

.product-title {
    color: gray;
    /*font-size: 18px;*/
    font-size: 16px;
    width: 100%;
    height: 100%;
    /*text-align: center;*/
    margin: 10px 0 5px;
    /*flex: 1 1 100%;*/
}

.product-title span {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.product-price {
    color: rgba(198, 201, 216, 0.75);
    font-size: 18px;
    width: 100%;
    /*text-align: center;*/
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.product-price > span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product-price small {
    font-size: 15px;
    color: #000000;
}

.product-text {
    color: #555;
    font-size: 15px;
    width: 100%;
    /*text-align: center;*/
    margin: 0 0 5px;

    flex: 1 1 100%;

    /*display: -webkit-box;*/
    /*-webkit-line-clamp: 2;*/
    /*-webkit-box-orient: vertical;*/
    /*overflow: hidden;*/

}

.product-date {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: gray;
    font-size: 14px;
    width: 100%;
    /*text-align: center;*/
    margin: 0 0 5px;
}

.product-date span {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.product-date i {
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-date i {
    padding-right: 5px;
}

.product-date i ~ i {
    padding-left: 10px;
}

.product-eye {
    color: gray;
    font-size: 16px;
    width: 100%;
    /*text-align: center;*/
    margin: 0 0 5px;
}

.product-btn {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}

@media (max-width: 1366px) {
    .product-buy-btn.product-btn {
        flex-direction: column !important;
    }

    .product-buy-btn.product-btn {
        flex-direction: column !important;
    }

    .product-buy-btn.product-btn > *:not(:first-child) {
        margin-left: 0 !important;
    }

    .product-buy-btn.product-btn > *:not(:first-child){
        margin-top: 10px !important;
    }
}

.product-btn > *:not(:first-child){
    /*margin-top: 5px;*/
}

.product-present {
    width: 100%;
    /*text-align: center;*/
    color: #000000;
}

.product-count {
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-count .quantity {
    width: 120px;
    max-width: 100%;
}

.product-hover-block {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    padding: 0 15px 10px;
    /*background: #fff;*/
    opacity: 0;
    visibility: hidden;
    transition: 0s ease;
    transform: translateY(-10px);
    z-index: 1;
    border-radius: 0 0 5px 5px;
    /*border: 1px solid transparent;*/
}

.product-hover-block .product-present {
    margin-bottom: 5px;
}

.product-hover-block button {
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: center;*/
    /*letter-spacing: .5px;*/
}

.product-hover-block button i {
    /*padding-right: 5px;*/
    /*padding-bottom: 2px;*/
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.product-item:hover {
    /*background-color: #00000020;*/
    /*z-index: 1;*/
    z-index: 2;
    transition: .3s ease;
}

.product-item:hover:before {
    opacity: 1;
    transition: .5s ease;
    /*background-color: #ffffff;*/
}

.product-item:hover .product-hover-block,
.product-hover-block:hover {
    opacity: 1;
    visibility: visible;
    transition: opacity .5s ease, transform .5s ease;
    transform: translateY(0px);
}


.product-product-characteristics {
    /*width: 600px;*/
    /*max-width: 100%;*/
    width: 100%;
}

.product-product-characteristics ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

.product-product-characteristics ul ul li {
    display: flex;
    font-size: 15px;
    color: #222;
    align-items: baseline;
    justify-content: space-between;
}

.product-product-characteristics ul ul li:not(first-child){
    /*padding-left: 5px;*/
}

.product-product-characteristics ul ul li b {
    /*font-size: 16px;*/
    color: #000;
    font-weight: 600;
}

.product-product-characteristics ul ul li .line {
    border-bottom: 1px dotted #ddd;
}

.product-description-title {
    font-size: 1.75em;
    color: #fff;
    font-weight: 600;
    margin-bottom: 1em;
}

.product-description-title span {
    color: rgba(255,255,255,.1);
}

/* description-shadow */
.description-shadow{display:block;position:relative;overflow:hidden}
.description-shadow:after{content:"";position:absolute;bottom:0;left:0;right:0;/*height:calc(4em);*/height:120px;background:linear-gradient(to bottom, rgba(25,25,25,0) 0%,rgba(25,25,25,1) 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0)}
/*.description-shadow-link{color: #ffffff88 !important;display:inline-block;text-decoration:none !important;transition:.3s ease;margin: 15px 0 10px; font-size: 1.1rem}*/
/*.description-shadow-link:hover{color: #3EB75E !important;border-color:transparent}*/
/*@media(max-width: 575px){.description-shadow-link{margin:5px 0 5px}}*/







/* product END */



















.wrapper:not(.home-wrapper) .breadcrumb {
    /*margin: 100px 0 0;*/
    padding-top: 165px;
}

.top-spacer {
    padding-top: 149px;
}

.wrapper:not(.home-wrapper):not(.product-wrapper) .breadcrumb {
    text-align: right;
}

.breadcrumb {
    font-size: 15px;
    padding: 15px 0;
    margin: 0;
    background: none;
}

.breadcrumb + section {
    padding-top: 0 !important;
}







.breadcrumb .breadcrumb-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0
}

.breadcrumb .breadcrumb-list li {
    white-space: nowrap;
    /*overflow: hidden;*/
}

.breadcrumb-list li a {
    /*color: #333;*/
    color: #ffffff88;
}

.breadcrumb-list li a:hover {
    /*color: #000000;*/
    color: #ffffff;
}

.breadcrumb-list li a:after {
    content: "\f108";
    font-family: Flaticon;
    color: #636363;
    padding: 0 3px;
    font-size: 8px
}

.breadcrumb-list li span {
    /*color: #01D793;*/
    /*color: #000000;*/
    color: #ffffff;
}

/* breadcrumb END */




/* single product */

.wrapper:not(.home-wrapper) section {
    /*padding: 20px 0;*/
}

.product-wrapper {
    background: #18191a;
}

.product-wrapper .section-title {
    /*color: #fff;*/
    margin-top: 0;
}

/*.product-wrapper .breadcrumb-list li a {
    color: #ffffff88;
}

.product-wrapper .breadcrumb-list li a:hover {
    color: #ffffff;
}

.product-wrapper .breadcrumb-list li span {
    !*color: #01D793;*!
    color: #ffffff;
}*/

.product-page-right-block {
    position: sticky;
    top: 15px;
    margin-bottom: 15px;
    color: #fff;
}

.product-page-item {
    position: relative;
    margin-bottom: 30px;
    padding-right: 1px;
    max-width: 100%;
}

.product-page-img {
    /*border: 1px solid #3EB75E;*/
    border-radius: 5px;
    background: #242526;
}

.product-page-img > a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-image-size {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 24px;
    padding: 10px 0;
    color: #fff;
    background-color: #00000066;
    text-align: center;
    /*opacity: .5;*/
    transition: .3s ease;
}

.product-image-size.active {
    /*opacity: 1;*/
    background-color: #00000080;
}

.product-page-item img,
.product-page-item video {
    /*overflow: hidden;*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*-o-object-fit: cover;*/
    /*   object-fit: cover;*/
    /*cursor: pointer;*/
    /*border-radius: 0px;*/
}

.product-page-item video {
    /*width: calc(100% - 30px);*/
    /*position: absolute;*/
    /*top: calc(50% + 0px);*/
    /*left: calc(50% + 0px);*/
    /*transform: translate(-50%, -50%);*/
}

.product-page-video .video-icon {
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 60px;
    color: #555;
    border-radius: 50%;
    height: 60px;
    width: 60px;
    border: 1px solid #dddddd40;
    box-sizing: content-box;
    opacity: .5;
    transition: .2s ease;
    pointer-events: none;
}

.product-page-item:hover .video-icon {
    opacity: 1;
}

.product-page-video .video-icon i {
    position: relative;
    display: flex;
    z-index: 2;
}

.product-page-video .video-icon i:after {
    content: "";
    position: absolute;
    top: 5%;
    left: 5%;
    width: 90%;
    height: 90%;
    border-radius: 50%;
    background-color: #fff;
    z-index: -1;
}

.product-page-title h1 {
    color: #fff;
    margin-bottom: 10px;
    /*line-height: 34px;*/
    line-height: 1;
}

.product-page-article,
.product-page-rating,
/*.product-page-price,*/
.product-page-size,
.product-page-present,
.product-page-count,
.product-page-btn,
.product-page-description,
.product-page-social {
    margin-bottom: 15px;
    /*line-height: normal;*/
}

.product-page-price {
    font-size: 26px;
    font-weight: 700;
    color: rgba(198, 201, 216, 0.75);
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}

.product-page-price small {
    font-size: 15px;
    /*color: #000000;*/
    padding-left: 4px;

}

.product-page-rating {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.product-rating {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    line-height: normal;
}

.product-review {
    color: #333;
    transition: .3s ease;
}

.product-review:hover {
    color: #000000;
}

.product-review span {
    border-bottom: 1px dotted;
}

.rating {
    display: inline-flex;
}

.rating span {
    padding-right: 2px;
}

.rating span.star::before {
    color: #ccc;
    font-size: 13px;
    content: "\f107";
    font-family: Flaticon;
}

.rating span.star.active::before {
    color: #FFC203
}

.product-page-size {

}

.product-page-size ul {
    padding-left: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.product-page-size ul a {
    display: inline-block;
    /*color: #333;*/
    /*background-color: #fff;*/
    padding: 4px 12px;
    border-width: 1px;
    margin-right: 5px;
    margin-bottom: 5px;
}

.product-page-size ul a.active {
    color: #fff !important;
    border-color: #000000 !important;
    background-color: #000000 !important;
}

.product-page-present {
    font-size: 15px;
    color: #000000;
}

.product-page-count {
    display: flex;
    /*flex-wrap: nowrap;*/
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .product-page-count {
        flex-wrap: wrap;
    }

    .product-page-count .quantity + button {
        margin-left: 0;
    }

    .product-page-count > button {
        width: 100%;
    }
}

.product-page-count > * {
    margin-bottom: 5px;
}

.quantity {
    height: 50px;
    overflow: hidden;
    position: relative;
    min-width: 120px;
    max-width: 380px;
    border-radius: 0px;
    /*color: #e9e9e9;*/
}

.quantity .btn {
    border-radius: 0;
    left: 0;
    bottom: 0;
    font-size: 28px;
    /*color: #e9e9e9;*/
    color: #999;
    height: 50px;
    width: 50px;
    padding: 0;
    position: absolute;
    /*background-color: #555;*/
    cursor: pointer;
    outline: none;
    box-shadow: none;
    /*border: 1px solid #555;*/
    border-width: 0 1px 0 0;
}

.quantity .btn:hover {
    color: #555;
    /*background-color: #000000;*/
}

.quantity .btn.plus {
    left: auto;
    right: 0;
    border-width: 0 0 0 1px;
}

.quantity .form-control.qty {
    border-radius: 0;
    color: #333;
    text-align: center;
    font-size: 18px;
    height: inherit;
    border-width: 2px;
    /*border-color: #e9e9e9;*/
    border-color: #c7c7c7;
    font-family: system-ui;
}

.quantity .form-control.qty::-webkit-inner-spin-button,
.quantity .form-control.qty::-webkit-outer-spin-button {
    display: none
}

@media (max-width: 360px){
    .product-quantity {
        -ms-flex-order: 4;
        order: 4;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

.product-page-count .quantity {
    min-width: 140px
}

.product-page-count .quantity + button {
    margin-left: 10px;
}

.product-page-count  {

}

.product-page-right-block [class^="btn-"] {
    display: flex;
    align-items: center;
    justify-content: center;
    /*line-height: normal;*/
    /*width: auto;*/
    padding: 12px 16px;
}

.product-page-right-block [class^="btn-"] i {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 5px;
    /*padding-bottom: 2px;*/
}

.product-page-description {

}

.product-page-description-title {
    font-size: 18px;
    margin-bottom: 10px;
}

.product-page-description ul {
    padding-left: 0;
    list-style: none;
}

.product-page-description ul li {
    position: relative;
    padding-left: 25px;
}

.product-page-description ul li:before {
    content: "";
    position: absolute;
    left: 5px;
    top: 8px;
    width: 6px;
    height: 6px;
    display: block;
    background: #000000;
}

.product-description .tabs .theme-tabs {
    /*margin-bottom: 15px;*/
    border-bottom: 1px solid #e9e9e9;
}

.product-description .tabs .theme-tabs li:not(:last-child){
    /*margin-right: 15px;*/
}

.product-description .tabs .theme-tabs li a {
    display: block;
    /*font-size: 16px;*/
    font-weight: 600;
    /*color: #e9e9e9;*/
    /*color: #ccc;*/
    color: #999;
    padding: 10px 25px;
    border: 1px solid #fff;
    border-bottom-color: transparent;
    margin-bottom: -1px;
    /*border-right: 4px 4px 0 0;*/
}

.product-description .tabs .theme-tabs li a.active {
    color: #555;
    border: 1px solid #e9e9e9;
    border-bottom-color: #f8f8f8;
    background-color: #f8f8f8;
}

.product-description .tab-content {
    /*border: 1px solid #e9e9e9;*/
    /*border-top: none;*/
    padding: 25px;
    color: #fff;
    /*background-color: #f8f8f8;*/
    /*background-color: #fff;*/
}


.form-control,
input.form-control,
input,
textarea.form-control,
textarea,
.bootstrap-select>.dropdown-toggle {
    font-family: Arial;
    color: #555;
    padding: 8px 14px;
    border-radius: 0;
    border: 2px solid rgba(255,255,255,.1);
    box-shadow: none !important;
    outline: none !important;
    font-size: .8em;
    height: auto;
    background-color: transparent;
    outline: none !important;
    border-radius: 5px;
}

input.form-control::placeholder,
input::placeholder,
textarea.form-control::placeholder,
textarea::placeholder,
.bootstrap-select>.dropdown-toggle.bs-placeholder {
    color: #999;
}

input.form-control:focus,
input:focus,
textarea.form-control:focus,
textarea:focus,
.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select.show>.dropdown-toggle {
    border-color: #3EB75E;
    outline: none !important;
    background: transparent;
}

.add-comment {
    display: flex;
    align-items: center;
}

.add-comment .rating {
    padding-left: 10px;
}

.modal-body {
    padding: 30px 30px 15px;
    color: #fff;
}

.modal-content {
    border-radius: 6px !important;
    /*border-color: rgba(255,255,255,.1);*/
    background: #242526;
    /*box-shadow: 0px 0px 3px 1px rgba(255,255,255,.1);*/
}

.modal-header {
    position: relative;
    border-radius: 0 !important;
    border-bottom: 1px solid rgba(255,255,255,.1);
}

.modal-header .close {
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
    padding: 0;
    margin: 0;
    color: #fff;
}

.modal-title {
    display: block;
    font-size: 24px;
    padding: 0 10px;
    color: #fff;
}

.modal-footer {
    padding: 30px;
    border-top: 1px solid rgba(255,255,255,.1);
}

.auth-modal .modal-title {
    font-size: 18px;
    opacity: .5;
}

.auth-modal .modal-title.active {
    /*color: #000000;*/
    opacity: 1;
}

.auth-modal .modal-body {
    padding: 15px 25px 0;
}

.auth-modal .modal-footer {
    padding: 25px;
}

.auth-modal .modal-body a {
    color: #555;
}

.auth-modal .modal-body a:hover {
    color: #000000;
}

.modal-footer-socail-btn {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.modal-footer-socail-btn a {
    width: calc(50% - 10px)
}

.cart-modal .modal-body {
    padding: 30px;
}

.cart-modal .modal-footer {
    background-color: #eee;
    /*margin: 15px -30px -30px;*/
    padding: 30px;
}

.modal-footer-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.btn-facebook {
    background-color: #3b5999;
    border-color: #3b5999 !important
}

.btn-facebook:active,
.btn-facebook:hover {
    color: #3b5999
}

.btn-google {
    background-color: #d34836;
    border-color: #d34836 !important
}

.btn-google:active,
.btn-google:hover {
    color: #d34836
}

.btn-viber {
    background-color: #7360f2;
    border-color: #7360f2 !important
}

.btn-viber:active,
.btn-viber:hover {
    color: #7360f2
}

.btn-instagram {
    background-color: #c32aa3;
    border-color: #c32aa3 !important
}

.btn-instagram:active,
.btn-instagram:hover {
    color: #c32aa3
}

.btn-facebook,.btn-google,.btn-viber,.btn-instagram {
    display: flex;
    align-items: center;
    justify-content: center
}

.btn-facebook i,
.btn-google i,
.btn-viber i,
.btn-instagram i {
    padding-right: 7px;
    display: flex;
    align-items: center;
    justify-content: center
}







/* cart modal */

.cart-modal-list {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.cart-modal-item {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding-bottom: 25px;
}

.cart-modal-list li:not(:last-child) .cart-modal-item{
    /*padding-bottom: 25px;*/
}

.cart-modal-item-img {
    width: 100px;
    min-width: 100px;
    object-fit: cover;
}

.cart-modal-item-img img {
    width: 100%;
    height: 100%;
    border-radius: 0px;
}

.cart-modal-item-description {
    padding-left: 15px;
    width: 100%;
}

.cart-modal-item-name {
    font-size: 22px;
    color: #555;
    margin-right: 50px;
    margin-bottom: 15px;
}

.cart-modal-item-size {
    font-size: 16px;
    transition: .3s ease;
    border: 2px solid #555;
    text-align: center;
    display: inline-block;
    padding: 4px 12px;
    border-width: 1px;
    margin-right: 5px;
    margin-bottom: 5px;
    color: #fff;
    border-color: #000000;
    background-color: #000000;
}

.cart-modal-item-price-block {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.cart-modal-item-price {
    font-size: 18px;
}

.cart-modal-item-full-price {
    font-weight: 600
}

.cart-modal-item-count {
    position: relative;
    width: 180px;
}

.cart-modal-item-present {
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    text-align: center;
    /*transform: translateX(-50%);*/
    margin-bottom: 0;
    font-size: .85em;
}

.cart-modal-item-remove {
    position: absolute;
    top: 0;
    right: 5px;
    /*transform: translateY(-50%);*/
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background-color: transparent;
    color: #555;
    transition: .3s ease;
}

.cart-modal-item-remove:hover {
    color: red;
    /*background-color: red;*/
}

.cart-modal-total {
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /*margin: 25px 0 0;*/
}

/* cart modal END */








.category-top {
    /*padding-bottom: 5px;*/
    padding-bottom: 15px;
}

.category-top .category-filter {
    font-size: 18px;
}

.category-top .category-filter-title {
    font-size: 24px;
}

.category-top .category-blocks {

}

.category-top .category-blocks ul {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.category-top .category-blocks li:not(:last-child) {
    padding-right: 15px;
}

.category-top .category-blocks a {
    font-size: 18px;
    color: #333;
}

.category-top .category-blocks a.active {
    color: #000000;
}

.category-top .category-blocks a:hover {
    color: #000000;
}

.category-top .category-sort {

}

.category-sort .bootstrap-select .dropdown-toggle:focus,.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    outline: none !important;
    box-shadow: none;
}








/* filters */
.filter-btn {
    padding: 9px 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none !important;
    box-shadow: none !important;
    /*background-color: #01D793;*/
    /*border-color: #01D793;*/

    background-color: #242526;
    border-color: #242526;

    color: #fff;
    transition: .3s ease;
    border-radius: 0;

    min-width: 220px;
    border-radius: 0px;
}

.filter-btn:hover {
    /*color: #fff !important;*/
    /*background-color: #000000;*/
    /*border-color: #000000;*/

    color: #000000 !important;
    background-color: #fff;
    border-color: #000000;

    transition: .3s ease;
}

.filter-btn span {
    padding-left: 5px;
}

.filter-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .250);
    display: none;
    z-index: 1000;
}

.filter-block {
    position: relative;
    height: 100%;
    /*background-color: #fff;*/
    /*padding: 25px 25px 25px 25px;*/
    padding: 0 10px 0 0;
}

.filter-close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    font-size: 22px;
    background-color: transparent;
    transition: .3s ease;
}

.filter-close:hover {
    color: red;
}

.filters-title {
    font-size: 22px;
    line-height: 20px;
    margin-bottom: 25px;
}

.filter-title {
    font-size: 18px;
    margin-bottom: 15px;
}

.filter-list {
    list-style: none;
    padding-left: 0;
    font-size: 16px;
}

.filter-list:not(:last-child){
    margin-bottom: 25px;
}

.filter-list label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    position: relative;
}

.filter-list input {
    display: none;
}

.filter-list label.active {

}

.filter-list .filter-name {
    display: block;
    width: 100%;
    color: inherit;
    padding-left: 35px;
    transition: .3s ease;
    cursor: pointer;
}

.filter-list input ~ .filter-name:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    background: #fff;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border: 1px solid grey;
    border-radius: 0px;
}

.filter-list input:checked ~ .filter-name:before {
    background-color: #000000;
}

.filter-list input:checked ~ .filter-name:after {
    content: '\2714';
    position: absolute;
    top: 50%;
    left: 5px;
    color: #fff;
    font-size: 12px;
    transform: translateY(-50%);
}

.filter-list input:checked ~ .filter-name,
.filter-list label .filter-name:hover {
    color: #000000;
}

.filter-list .count {
    color: #625555;
}

@media (min-width: 991px) {
    .filter-block {
        /*background: #ededed;*/
        /*border-radius: 0px;*/
    }
}

@media (max-width: 990.98px) {
    .filter-container {
        width: 380px;
        max-width: 100vw;
        position: fixed;
        top: 0;
        left: -380px;
        bottom: 0;
        box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.9);
        transition: .3s ease;
        z-index: 1001;
        background-color: #fff;
    }

    .filter-container.active {
        left: 0;
        transition: .5s ease;
    }

    .filter-block {
        max-height: 100vh;
        overflow: hidden;
        overflow-y: auto;
    }
}
/* filters END */




/* sort */

.category-sort .dropdown-toggle {
    font-size: 16px;
    color: #fff !important;
    /*background-color: #01D793;*/
    /*border-color: #01D793;*/

    background-color: #242526;
    border-color: #242526;

    transition: .3s ease;
}

.category-sort .dropdown-toggle:hover {
    /*color: #fff !important;*/
    /*background-color: #000000;*/
    /*border-color: #000000;*/

    color: #000000 !important;
    background-color: #fff;
    border-color: #000000;

    transition: .3s ease;
}

.category-sort .dropdown-menu li a:hover {
    color: #fff !important;
    background-color: #000000;
}

/* sort END */




/* pagination */
.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
}

.page-item.active .page-link {
    /*background-color: #000000;*/
    /*border-color: #000000;*/
    color: #fff;
    background-color: #3EB75E;
    border-color: #3EB75E;
}

.page-link {
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    font-size: 14px;
    width: 40px;
    height: 40px;
    margin: 0 2px;
    border-radius: 4px;
}

.page-item:nth-child(2) .page-link{
    /*border-radius: 0;*/
}

.page-item:nth-child(-2n) .page-link{
    /*border-radius: 0;*/
}

.page-item:first-child .page-link {
    margin-right: 10px;
    /*border-radius: 0px;*/
}

.page-item:last-child .page-link {
    margin-left: 10px;
    /*border-radius: 0px;*/
}

.page-link:hover {
    color: #000000;
}

.page-link span {
    display: flex;
}
/* pagination END */



.category-wrapper {
    background: #18191a;
}

.category-wrapper .section-title {
    /*color: #fff;*/
    margin-top: 0;
    margin-bottom: 0;
}

/*.category-wrapper .breadcrumb-list li a {
    color: #ffffff88;
}

.category-wrapper .breadcrumb-list li a:hover {
    color: #ffffff;
}

.category-wrapper .breadcrumb-list li span {
    color: #ffffff;
}*/

.category-products {
    /*margin-bottom: 3em;*/
}

.category-products-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}









/* order */

.order-left-block,
.order-right-block {
    position: sticky;
    top: 15px;
    margin-bottom: 59px;
}

.order-block {
    border: 1px solid #e9e9e9;
    padding: 20px;
    background-color: #f8f8f8;
    margin-bottom: 15px;
    border-radius: 0;
}

.order-right-block .order-block {
    border-radius: 0;
}

.order-block-title {
    padding: 15px 20px;
    font-size: 18px;
    /*background-color: #00000020;*/
    background-color: #d4d4d4;
    /*border: 1px solid #e9e9e9;*/
    border: 1px solid #d4d4d4;
    border-bottom: none;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    border-radius: 0;
}

.order-block-title span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding-right: 5px;
}

.order-block-title .edit-order-btn {
    margin-left: auto;
    color: #000000;
    border-bottom: 1px dotted #000000;
}

.order-block-title .edit-order-btn:hover {
    color: #555;
}

.order-products ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}

.order-products-item {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: space-between;
    /*padding: 5px;*/
    /*background-color: rgba(0, 0, 0, .03);*/
}

.order-products-item:not(:last-child){
    margin-bottom: 10px;
}

.order-products-item-remove {
    font-size: 10px;
    background-color: transparent;
}

.order-products-item a {
    width: calc(100% - 25px);
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    /*align-items: center;*/
    font-size: 14px;
    color: inherit;
    /*transition: .3s ease;*/

}

.order-products-item a:hover .order-products-item-title {
    color: #555;
}

.order-products-item img {
    width: 70px;
    min-width: 70px;
    /*height: 70px;*/
    object-fit: cover;
}

.order-products-item-desc {
    padding-left: 15px;
    width: 100%;
}

.order-products-item-title {
    font-size: 20px;
    color: #555;
    margin-bottom: 10px;
    font-weight: 500;
    /*font-size: 16px;*/
    transition: .3s ease
}

.order-products-item-size {
    font-size: 16px;
    transition: .3s ease;
    border: 2px solid #555;
    text-align: center;
    display: inline-block;
    padding: 4px 12px;
    border-width: 1px;
    margin-right: 5px;
    margin-bottom: 5px;
    color: #fff;
    border-color: #000000;
    background-color: #000000;
}

.order-products-item-price {
    font-size: 16px;
    color: #333 !important;
}

.order-products a:hover {
    color: #000000;
}

.order-products-item-remove {
    margin-top: 2px;
    font-size: 16px;
    color: #333;
}

.order-products-item-remove:hover {
    color: red;
}

.order-products-total {
    padding: 15px 20px;
    margin-top: -15px;
    font-size: 18px;
    background-color: #00000020;
    border: 1px solid #e9e9e9;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.order-products-total:last-child{
    border-radius: 0;
}
/* order END */









footer {
    /*margin-top: 20px;*/
}

.footer-top {
    padding: 70px 0 50px;
    color: #fff;
    /*background-color: #00000040;*/
    background-color: #242526;
    background-color: #24252680;
}

.product-wrapper .footer-top {
    /*background-color: #18191a;*/
}

.footer-bottom {
    padding-top: 15px;
    padding-bottom: 5px;
    color: #fff;
    /*background-color: #00000080;*/
    background-color: #18191a;
    /*background-image: url(../images/header-bg.jpg);*/
}

.footer-bottom a {
    color: #ffffff;
    margin-left: 5px;
}

.footer-bottom a:hover {
    color: #ffffff88
}

footer ul {
    padding-left: 20px;
}

footer ul li a {
    color: #fff;
}

footer ul li a:hover {
    color: #ffffff88;
}




.contacts-page {
    color: #fff;
}

.contact-section {
    background: #18191a;
}

.contact-section legend {
    color: #fff;
}

.contact-section .contact-title {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;

    /*display: inline-block;*/
    /*background: #3EB75E;*/
    /*padding: 6px 12px;*/
    /*margin-bottom: 1em;*/
    /*font-size: 1.15em;*/
    /*font-weight: 700;*/
    /*color: #fff;*/
    /*text-align: left;*/
    /*border-radius: 5px;*/
}

.contact-section .contact-block-item {
    margin-bottom: 30px;
}

.contact-section .contact-item {
    padding: 30px 30px;
    border-radius: 10px;
    background: #242526;
    box-shadow: 0 0 20px rgb(0 0 0 / 5%);
    transition: 0.3s;

    font-size: 18px;
    margin-bottom: 0;
    color: #fff;
}

.contact-section .contact-item:hover {
    transform: translateY(-5px);
}

.contact-section .contact-item ul {
    margin-bottom: 0;
}

.contact-section .contact-item ul li a {
    color: rgba(255, 255, 255, 0.4);
}

.contact-section .contact-item ul li a:hover {
    color: #3EB75E;
}

.contact-section .contact-item ul li a:hover svg path {
    fill: #3EB75E;
}

.contact-section .contact-item .contact-icon {
    color: #3EB75E;
    font-size: 33px;
    display: inline-block;
    margin-bottom: 12px;
}

.contact-section .contact-item .contact-icon i[class^="flaticon-"]:before {
    /*font-weight: 600 !important;*/
}

.contact-section .contact-item .form-control {
    background-color: #fff;
}

.contact-section form label {
    font-size: 16px;
    color: #fff;
}

.contact-section iframe {
    border-radius: 6px;
    overflow: hidden;
}

input::placeholder,
textarea::placeholder {
    font-size: inherit;
    color: rgba(255, 255, 255, 0.3);
}

input,
input.form-control,
textarea,
textarea.form-control {
    display: block;
    width: 100%;
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-radius: 5px;
    transition: all 0.3s ease;
    outline: none;
    color: rgba(255, 255, 255, 0.5);
    font-size: 15px;
    letter-spacing: 0.1px;
    background: transparent;
}

input:hover,
input.form-control:hover,
textarea:hover {
    color: rgba(255, 255, 255, 0.6);
    border-color: rgba(255, 255, 255, 0.6);
    background: transparent;
}

input:focus,
input.form-control:focus,
textarea:focus {
    color: #fff;
    border: 2px solid #3EB75E;
    background: transparent;
}

.contact-section form input,
.contact-section form textarea {
    padding: 0 20px;
    min-height: 44px;
    line-height: 44px;
    margin-bottom: 30px;
    outline: none;
}

.contact-section form textarea {
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 20px;
}

@media (max-width: 575.98px){
    textarea {
        max-height: 120px;
    }
}

/*.contact-block {*/
/*    display: flex;*/
/*    align-items: stretch;*/
/*    height: 100%;*/
/*}*/

.contacts-page .contact-block {
    margin-top: 15px;
    margin-bottom: 25px;
}

.contacts-page .contact-item {
    position: relative;
    height: 100%;
    padding: 35px 15px 15px;
    background-color: #fff;
    border: 2px solid #e9e9e9;
}

.contacts-page .contact-title {
    font-size: 18px;
    text-align: center;
    margin-bottom: 10px;
}

.contacts-page .contact-item > i {
    position: absolute;
    top: -25px;
    left: 50%;
    width: 50px;
    height: 50px;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    color: #3EB75E;
    background-color: #fff;
    border: 2px solid #e9e9e9;
    border-radius: 50%;
}

.contacts-page .contact-item ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    margin: 0 auto;
}











.table-comparison {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
}

.table-comparison table tr th {
    position: sticky;
    left: 0;
    min-width: 145px;
    width: 180px;
    /*white-space: nowrap;*/
    padding: 0;
    z-index: 1;
}

.table-comparison table tr th a,
.table-comparison table tr th span {
    position: relative;
    display: block;
    height: 100%;
    padding: 0.75rem;
    background: #fff;
}

.table-comparison table tr th {
    background: #fff;
    border: 1px solid #a1a1a1;
}
.table-comparison table tr td {
    background: #d4d4d4;
    border: 1px solid #a1a1a1;
}
.table-comparison table tr th:after {
    content: "";
    position: absolute;
    top: 0;
    left: -1px;
    right: -1px;
    bottom: -1px;
    pointer-events: none;
}

.table-comparison table tr td {
    min-width: 150px;
}

.table-comparison table tr td {
    min-width: 220px;
}

.table-comparison table tr td:nth-child(2):not(:last-child) {
    margin-left: -1px;
}

@media (max-width: 990.98px){
    .table-comparison {
        font-size: 14px;
        line-height: 1.15em;
    }
    .table-comparison table tr th {
        width: 100px;
        min-width: 100px;
    }

    .table-comparison .comparison-product-title {
        min-height: 32px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .table-comparison .product-not-in-stock {
        min-height: 36px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        font-size: 16px;
    }
}

@media (max-width: 575.98px){
    .table-comparison {
        font-size: 13px;
    }
    .table-comparison table tr th {
        width: 90px;
        min-width: 90px;
    }
    .table-comparison table tr td {
        min-width: 150px;
    }
}










/* headroom */
@media (min-width: 1200px) {
    headroom--pinned {
        display: block;
    }

    .headroom--unpinned {
        display: none;
    }

    .headroom {
        will-change: transform, background-color, opacity;
        transition: transform .5s linear, background-color .5s linear, opacity .5s linear;
    }

    .header--fixed {
        /*background-color: #fff;*/
        position: fixed;
        z-index: 10;
        right: 0;
        left: 0;
        top: 0;
        -webkit-animation-duration: .5s;
        -moz-animation-duration: .5s;
        -o-animation-duration: .5s;
        animation-duration: .5s;
        -webkit-animation-fill-mode: both;
        -moz-animation-fill-mode: both;
        -o-animation-fill-mode: both;
        animation-fill-mode: both;
        will-change: transform, background-color, opacity
    }

    .headroom--pinned {
        transform: translateY(0%);
    }

    .headroom--unpinned {
        transform: translateY(-100%);
    }

    .header.headroom--not-top .top_nav,
    .header.headroom--not-top .main-nav {
        opacity: 0;
        visibility: hidden;
        max-height: 0;
        margin-bottom: 0;
        overflow: hidden;
        padding: 0;
        transition: .5s ease !important;
    }

    .animated {
        -webkit-animation-duration: .5s;
        -moz-animation-duration: .5s;
        -o-animation-duration: .5s;
        animation-duration: .5s;
        -webkit-animation-fill-mode: both;
        -moz-animation-fill-mode: both;
        -o-animation-fill-mode: both;
        animation-fill-mode: both;
        will-change: transform, background-color, opacity
    }

    @-webkit-keyframes slideDown {
        0% {
            -webkit-transform: translateY(-100%)
        }

        100% {
            -webkit-transform: translateY(0)
        }
    }

    @-moz-keyframes slideDown {
        0% {
            -moz-transform: translateY(-100%)
        }

        100% {
            -moz-transform: translateY(0)
        }
    }

    @-o-keyframes slideDown {
        0% {
            -o-transform: translateY(-100%)
        }

        100% {
            -o-transform: translateY(0)
        }
    }

    @keyframes slideDown {
        0% {
            transform: translateY(-100%)
        }

        100% {
            transform: translateY(0)
        }
    }

    .animated.slideDown {
        -webkit-animation-name: slideDown;
        -moz-animation-name: slideDown;
        -o-animation-name: slideDown;
        animation-name: slideDown
    }

    @-webkit-keyframes slideUp {
        0% {
            -webkit-transform: translateY(0)
        }

        100% {
            -webkit-transform: translateY(-100%)
        }
    }

    @-moz-keyframes slideUp {
        0% {
            -moz-transform: translateY(0)
        }

        100% {
            -moz-transform: translateY(-100%)
        }
    }

    @-o-keyframes slideUp {
        0% {
            -o-transform: translateY(0)
        }

        100% {
            -o-transform: translateY(-100%)
        }
    }

    @keyframes slideUp {
        0% {
            transform: translateY(0)
        }

        100% {
            transform: translateY(-100%)
        }
    }

    .animated.slideUp {
        -webkit-animation-name: slideUp;
        -moz-animation-name: slideUp;
        -o-animation-name: slideUp;
        animation-name: slideUp
    }
}
/* headroom END*/
@media (max-width: 1199.98px) {
    .header--fixed, header.header--fixed.transparent {
        background-color: #00000044;
        position: fixed;
        right: 0;
        left: 0;
        top: 0;
        z-index: 10;
    }
}





.h1,h1 {
    font-size: 32px
}



@media (max-width: 1319.98px) {
    .product-hover-block .product-count + button {
        margin-left: 2px;
    }
}

@media (max-width: 1199.98px) {
    .header-logo {
        height: auto;
    }

    .header-logo img {
        height: 80px;
    }

    .search-container {
        padding: 22px 20px 21px;
    }

    .wrapper:not(.home-wrapper) .breadcrumb {
        /*margin: 80px 0 0;*/
        padding-top: 140px;
    }

    .top-spacer {
        padding-top: 124px;
    }

    .circle-dot {
        top: -12px;
        right: -12px;

        font-size: .7rem;
        width: 18px;
        height: 18px;
    }

    .btn-big {
        padding: 12px 18px;
    }

    .product-list {

    }

    .products-section .product-list .row {
        flex-direction: row;
        flex-wrap: nowrap;
        overflow-x: auto;
    }

    .product-list:not(.category-products-list) .product-item {
        flex: 0 0 300px;
        max-width: 300px;
        padding-bottom: 15px;
    }

    .product-hover-block {
        position: static;
        opacity: 1;
        visibility: visible;
        transform: translateY(0px);
        padding: 0;
    }

    .product-item:before {
        display: none;
    }

    .product-hover-block {
        position: static;
    }

    .product-link {
        height: auto;
    }

    .product-link .product-price {
        /*display: flex;*/
        /*flex-direction: column;*/
        width: 100%;
    }

}

@media (max-width: 991.98px) {
    .big-product-item-title,
    .h1,h1 {
        font-size: 28px
    }

    .h2,h2 {
        font-size: 1.65rem
    }

    .h3,h3 {
        font-size: 1.5rem
    }

    .h4,h4 {
        font-size: 1.35rem
    }

    .h5,h5 {
        font-size: 1.15rem
    }

    .h6,h6 {
        font-size: 1rem
    }

    .big-product-item-description,
    .about-section-text p,
    .parser-page {
        font-size: 16px
    }

    .big-product-more-description, .description-shadow-link {
        font-size: 13.5px
    }

    .left-cart-bg {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .250);
        display: none;
        z-index: 1000;
    }

    .top-header {
        padding: 0;
    }

    .header-main-menu {
        /*display: none;*/
        width: 380px !important;
        max-width: 100vw !important;
        position: fixed;
        top: 0;
        left: -380px;
        bottom: 0;
        color: #fff;
        background-color: #000;
        box-shadow: 0 0 15px 0 #18191a;
        overflow: hidden;
        overflow-y: auto;
        transition: .3s ease;
        z-index: 1001 !important;
    }

    .header-main-menu.active {
        left: 0;
        transition: .5s ease;
    }

    .header-main-menu .mainmenu {
        flex-direction: column;
        align-items: flex-start;
        padding: 0 15px;
    }

    .header-main-menu .mainmenu-title {
        color: #555;
        font-size: 24px;
        padding: 20px 15px;
        margin-bottom: 16px;
    }

    .header-main-menu > ul > li {
        display: flex;
        flex-direction: column-reverse;
        width: 100%;
    }

    .header-main-menu > ul > li > a,
    .header-main-menu .sub-menu li a {
        height: auto;
        width: 100%;
        padding: 5px 0 0;
        color: #ffffff88;
        justify-content: flex-start;
    }

    .header-main-menu .sub-menu {
        display: none;
        position: static;
        width: 100%;
        background: #18191a;
        transform: translateY(0);
        transition: all 0s;
        /*transition: height .5s linear;*/
    }

    .header-main-menu .sub-menu:not(.active) {
        /*height: 0;*/
        opacity: 0 ;
        visibility: hidden;
    }

    .header-main-menu .sub-menu.active {
        /*height: auto !important;*/
        opacity: 1 !important;
        visibility: visible !important;
    }

    .header-mobile-menu {
        white-space: nowrap;
        letter-spacing: .5px;
        /*color: #fff;*/
    }

    .header-mobile-menu:hover {
        /*color: #000*/
        color: inherit;
    }

    .header-mobile-menu i {
        font-size: 1.35rem;
    }

    .header-mobile-menu .flaticon-telephone {
        font-size: 1.15rem;
    }

    .header-main-menu .mainmenu-title {
        margin-bottom: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .1);
    }

    .header-main-menu .mainmenu {
        padding: 0;
        /*border-bottom: 1px solid #33333366;*/
    }

    .header-main-menu .sub-menu-title {
        width: 100%;
        color: #fff;
    }

    .header-main-menu .sub-menu {
        box-shadow: none;
    }

    .header-main-menu .menu-close,
    .header-main-menu .mainmenu > li > a,
    .header-main-menu .sub-menu-title a,
    .header-main-menu .sub-menu-title i {
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        padding: 15px 20px 15px 15px;
        width: 60px;
        min-width: 60px;
        height: 60px;
    }

    .header-main-menu .sub-menu-title > a {
        width: 100%;
        justify-content: flex-start !important;
        padding-right: 10px;
        color: inherit;
    }

    .header-main-menu .sub-menu-title > a:hover,
    .header-main-menu .sub-menu-title > i:hover {
        color: #3EB75E;
    }

    .header-main-menu .sub-menu-title i {
        color: inherit;
        border-left: 1px solid rgba(255,255,255,.1);
    }

    .header-main-menu .sub-menu-title i:before {
        transition: .5s ease;
    }

    .header-main-menu .sub-menu.active + .sub-menu-title i:before {
        transform: rotateX(180deg);
    }

    .header-main-menu .sub-menu-title {
        border-bottom: 1px solid rgba(255,255,255,.1);
    }

    .header-main-menu .mainmenu:not(.link-menu) > li > a {
        border-bottom: 1px solid rgba(255,255,255,.1);
    }

    .header-main-menu .mainmenu.link-menu {
        border-bottom: 1px solid rgba(255,255,255,.1);
    }

    .header-main-menu .mainmenu.link-menu > li > a {
        width: auto;
    }

    .header-main-menu .mainmenu.link-menu > li > a.active {
        color: #000000;
        font-weight: 600;
    }

    .wrapper:not(.home-wrapper) .breadcrumb {
        /*margin: 80px 0 0;*/
        padding-top: 105px;
    }

    .top-spacer {
        padding-top: 90px;
    }

    .sub-menu-title {
        display: flex;
        align-items: stretch;
        justify-content: space-between;
        color: #333;
    }

    .sub-menu-title i {
        width: 64px;
        /*font-size: 10px;*/
        text-align: center;
        font-size: 8px;
        margin-left: 5px;
    }

    .header-main-menu > ul > li > .sub-menu-title > a {
        height: auto;
    }

    .header-main-menu > ul > li:not(:last-child) > .sub-menu-title {
        margin-right: 0;
    }

    .header-main-menu .mainmenu a {
        color: #333;
    }

    .header-main-menu .sub-menu {
        padding: 0;
        /*border-bottom: 1px solid #33333366;*/
    }

    .header-main-menu .sub-menu li {
        padding: 10px 15px;
        border-bottom: 1px solid rgba(255, 255, 255, .1);
    }

    .header-main-menu > ul > li > a,
    .header-main-menu .sub-menu li a {
        padding: 0;
    }

    .header-left-block,
    .header-left-block > a {
        align-items: center;
        display: flex;
    }

    .header-left-block > a:first-child {
        margin-right: 34px;
    }

    .search-container {
        /*padding: 9px;*/
    }








    .modal-open {
        padding-right: 0 !important;
    }

    .modal-open header, header.padding-right {
        padding-right: 0;
    }

    .cart-modal .modal-dialog {
        width: 600px;
        max-width: calc(100% - 1rem);
    }

    .main-carousel-text {
        width: calc(100% - 150px);
    }

    .main-carousel-title {
        font-size: 42px;
    }

    .section-title {
        font-size: 26px;
        margin-bottom: 15px;
    }


    .product-list ul {
        margin-bottom: 0;
    }

    .header-right-block > li.header-cart > a {
        margin-right: 8px !important;
    }

    .product-item {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: stretch;
        /* height: 100%; */
    }

    .product-item a {
        height: 100%;
    }

    .product-item-size {
        font-size: 13px;
        /*width: calc(100%/2 - 4px);*/
    }

    .product-item .product-item-sizes {
        opacity: 1;
        visibility: visible;
        transition: opacity .5s ease, transform .5s ease;
        transform: translateY(0px);
    }
}

@media (max-width: 990.98px) and (min-width: 768px) {
    .category-products-list .product-item:nth-child(3n-1),
    .category-products-list .product-item:nth-child(3n) {
        /*padding-left: 7.5px;*/
    }
    .category-products-list .product-item:nth-child(3n-2),
    .category-products-list .product-item:nth-child(3n-1) {
        /*padding-right: 7.5px;*/
    }
}

@media (max-width: 767.98px) {
    .header-logo img {
        height: 60px;
        object-fit: contain;
    }

    .wrapper:not(.home-wrapper) .breadcrumb {
        /*margin: 80px 0 0;*/
        padding-top: 80px;
    }

    .top-spacer {
        padding-top: 70px;
    }

    .search-container {
        padding: 12px 10px 11px;
    }

    .search-form-group input {
        padding: 10px;
    }

    .search-form-group > button {
        width: 44px;
        height: 44px;
    }

    /*.search-form-group > button.search-btn {*/
    /*    right: 48px;*/
    /*}*/

    .search-result {
        max-height: calc(100vh - 78px);
    }

    .fixed-social-list {
        right: 15px;
        bottom: 5px;
    }

    .main-carousel-title {
        font-size: 36px;
        line-height: normal;
    }

    .main-carousel-text {
        width: calc(100% - 150px);
    }

    .main-carousel .owl-dots {
        /*bottom: 15px;*/
    }

    .about-section-text {
        padding: 25px 15px !important;
    }

    .about-section-btn a {
        display: block;
    }

    .products-section .product-list .row {
        margin-left: -7.5px;
        margin-right: -7.5px;
    }

    .products-section .product-list .row .product-item {
        padding-left: 7.5px;
        padding-right: 7.5px;
    }

    .product-list:not(.category-products-list)  .product-item {
        flex: 0 0 240px;
        max-width: 240px;
        padding-bottom: 15px;
    }

    .category-carousel-item a {
        background: rgba(0, 0, 0, .25);
    }

    .category-carousel-item .category-carousel-btn {
        color: #555;
        background-color: #fff;
    }

    .category-carousel-text {
        padding: 10px 15px;
    }

    .category-carousel-item .category-carousel-title {
        /*transform: translateY(-30px);*/
    }

    .category-carousel-item:hover .category-carousel-title {
        transform: translate(0px);
    }

    .category-carousel-item .category-carousel-btn {
        display: none;
        opacity: 1;
        transform: translateY(30px);
    }

    .product-page-left-block > .row {
        flex-direction: row;
        overflow: hidden;
        overflow-x: auto;
        flex-wrap: nowrap;
    }

    .product-page-left-block .product-page-item {
        flex: 0 0 40vw;
        min-width: 40vw;
    }
}

@media (max-width: 767.98px) and (min-width: 575px) {
    .product-page-btn.product-btn {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: stretch;
    }
    .product-btn > *:not(:first-child) {
        /*margin-top: 0px;*/
        /*margin-left: 5px;*/
    }
}
@media (max-width: 767.98px) and (min-width: 361px) {
    .category-products .product-item:nth-child(even) {
        padding-left: 7.5px;
    }
    .category-products .product-item:nth-child(odd) {
        padding-right: 7.5px;
    }
}

@media (max-width: 575.98px) {
    .big-product-item-title,
    .h1,h1 {
        font-size: 24px
    }

    .h2,h2 {
        font-size: 1.5rem
    }

    .h3,h3 {
        font-size: 1.35rem
    }

    .h4,h4 {
        font-size: 1.25rem
    }

    .h5,h5 {
        font-size: 1.1rem
    }

    .h6,h6 {
        font-size: 1rem
    }

    .big-product-item-description,
    .about-section-text p,
    .parser-page {
        font-size: 14px
    }

    .big-product-more-description, .description-shadow-link {
        font-size: 12px
    }

    header .logo,
    header .header-left-block {
        padding-right: 0;
    }
    .modal-footer-btn {
        flex-direction: column;
    }
    .modal-footer-btn > button {
        margin-bottom: 4px;
    }
    .modal-footer-btn > button, .modal-footer-btn > a {
        width: 100%;
    }
    .cart-modal-item-name {
        margin-bottom: 5px;
    }
    .cart-modal-item-present {
        position: relative;
        margin-bottom: 5px;
    }
    .cart-modal-item-count {
        margin-top: 5px;
        max-width: 100%;
    }
    .cart-modal-item {
        padding-bottom: 0;
        margin-bottom: 15px;
    }
    .cart-modal-item-img {
        padding-bottom: 28px;
    }
    .cart-modal-item-price-block {
        flex-direction: column;
    }
    .cart-modal-item-size {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100px;
        padding: 2px 10px;
    }
    .product-page-left-block .product-page-item {
        flex: 0 0 60vw;
        min-width: 60vw;
        margin-right: -15px;
    }

    .product-image-size {
        font-size: 18px;
    }

    .product-page-title h1 {
        margin-top: 10px;
        margin-bottom: 15px;
        font-size: 28px;
        /*line-height: 30px;*/
        line-height: 1;
    }

    .product-page-article, .product-page-rating, .product-page-price, .product-page-size, .product-page-size ul, .product-page-present, .product-page-count, .product-page-btn, .product-page-description, .product-page-social {
        margin-bottom: 10px;
        font-size: 14px;
    }

    .product-page-price {
        font-size: 22px;
    }

    /*header {*/
    /*    padding: 0;*/
    /*}*/

    .header-left-block > a:first-child {
        margin-right: 15px;
    }

    .header-right-block > li:not(:last-child) > a {
        margin-right: 15px;
    }

    .main-carousel-text {
        width: calc(100% - 80px);
        margin-top: calc(70px/2);
    }

    .main-carousel-description {
        width: calc(100% - 110px);
    }

    .fixed-social-list ul li:not(:last-child) {
        margin-bottom: 5px;
    }

    .category-wrapper .breadcrumb {
        text-align: left;
    }

    .section-title {
        margin-top: 0;
    }

    .category-top {
        padding-bottom: 0;
    }

    .category-top > .row {
        flex-wrap: nowrap;
    }

    .category-top > .row > .col-auto:nth-child(1) {
        padding-right: 7.5px;
    }

    .category-top > .row > .col-auto:nth-child(2) {
        padding-left: 7.5px;
    }

    .category-filter,
    .category-top .category-sort {
        width: calc((100vw - 45px)/2);
    }

    .category-top .filter-btn,
    .category-top .category-sort .bootstrap-select {
        width: 100% !important;
        min-width: auto;
    }

    .product-item-size {
        width: calc(100% / 2 - 4px) !important;
    }

    .main-carousel-item {
        max-height: calc(100vh - 55px);
    }

    .btn-big {
        padding: 8px 15px;
        font-size: 15px;
    }

    .product-item .comparison-link {
        top: 10px;
        left: 10px;
    }

    .product-item .wishlist-link {
        top: 10px;
        right: 10px;
    }

    .parser-page img.note-float-right,
    .parser-page img.note-float-left {
        margin: 15px 25px 15px 0;
        width: 100% !important;
    }

    .wrapper:not(.home-wrapper) .breadcrumb {
        padding: 80px 0 8px;
    }

    .wrapper:not(.home-wrapper):not(.product-wrapper) .breadcrumb {
        text-align: left;
    }

    .wrapper:not(.home-wrapper) .section-title {
        margin-top: 0px;
    }

    .footer-top {
        padding: 50px 0 30px;
    }

    .footer-bottom a {
        display: inline-block;
    }

    .product-page-right-block {
        margin-bottom: 0px;
    }

}

@media (max-width: 420px) {
    .header-logo img {
        /*height: 50px;*/
    }
    .modal-title {
        padding: 0 5px;
    }
    .cart-modal .modal-body,
    .cart-modal .modal-footer {
        padding: 20px;
    }
    .main-carousel-title {
        font-size: 32px;
        line-height: 32px;
    }

    .product-title {
        font-size: 16px;
        line-height: 16px;
    }
    .product-price small,
    .product-present {
        font-size: 14px;
    }
    .product-page-title h1 {
        font-size: 24px;
        /*line-height: 24px;*/
        line-height: 1;
    }
}

@media (max-width: 360px) {
    .header-logo img {
        /*height: auto;*/
        /*width: calc(100vw - 195px);*/
    }

    .main-carousel-title {
        font-size: 28px;
        line-height: 28px;
    }

    .product-item {
        flex-basis: 100%;
        min-width: 100%;
    }
}

/*ADDITIONAL BEGIN*/
/*PRODUCT LIST | SIZES BEGIN*/
.product-item-sizes {
    position: absolute;
    left: 4px;
    right: 4px;
    bottom: 0;
    padding: 0;
    margin: 0 -2px;
    opacity: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    /*justify-content: center;*/
    visibility: hidden;
    transition: 0s ease;
    z-index: 1;
    transform: translateY(10px);
}

.product-item:hover .product-item-sizes,
.product-item-sizes:hover {
    opacity: 1;
    visibility: visible;
    transition: opacity .5s ease, transform .5s ease;
    transform: translateY(0px);
}

.product-item-size {
    display: inline-block;
    font-size: 14px;
    width: calc(100%/3 - 4px);
    padding: 4px 4px;
    margin: 0 2px 4px;
    border: 1px solid #555;
}
.product-item-size.active {
    color: #fff;
    border-color: #000000;
    background-color: #000000;
}
/*PRODUCT LIST | SIZES END*/

.fancybox-caption {
    text-align: center;
}

/*PAGINATION BEGIN*/
.page-link:focus {
    box-shadow: none;
}
.page-item.active .page-link {
    z-index: 0;
}
.page-item.active .page-link:hover {
    color: #fff;
}
.page-item .page-link.inactive {
    /*color: #bbb;*/
    color: #999;
    /*background-color: #e9ecef;*/
    background-color: #d4d4d4;
    /*border-color: #dee2e6;*/
    border-color: #c7c7c7;
}
/*PAGINATION END*/

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    background-color: #5e2f0d;
}

/*HALF CIRCLE SPINNER BEGIN*/
.half-circle-spinner, .half-circle-spinner * {
    box-sizing: border-box;
}
.half-circle-spinner {
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    position: relative;
}
.half-circle-spinner .circle {
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    border: calc(60px / 10) solid transparent;
}
.half-circle-spinner .circle.circle-1 {
    border-top-color: #ff1d5e;
    animation: half-circle-spinner-animation 1s infinite;
}
.half-circle-spinner .circle.circle-2 {
    border-bottom-color: #ff1d5e;
    animation: half-circle-spinner-animation 1s infinite alternate;
}
@keyframes half-circle-spinner-animation {
    0% {
        transform: rotate(0deg);

    }
    100%{
        transform: rotate(360deg);
    }
}

/*HEADER | SEARCH BEGIN*/
.half-circle-spinner-search {
    width: 30px;
    height: 30px;
    margin: 0 auto;
}
.half-circle-spinner.half-circle-spinner-search .circle {
    border: calc(30px / 10) solid transparent;
}
.half-circle-spinner.half-circle-spinner-search .circle.circle-1 {
    border-top-color: #555;
}
.half-circle-spinner.half-circle-spinner-search .circle.circle-2 {
    border-bottom-color: #555;
}
/*HEADER | SEARCH END*/




/*SEARCH PAGE | SEARCH BEGIN*/

.search-wrapper {
    background: #18191a;
}

.search-page {

}

.search-wrapper .section-title {
    /*color: #fff;*/
    margin-top: 0;
    margin-bottom: 0;
}

/*.search-wrapper .breadcrumb-list li a {
    color: #ffffff88;
}

.search-wrapper .breadcrumb-list li a:hover {
    color: #ffffff;
}

.search-wrapper .breadcrumb-list li span {
    color: #ffffff;
}*/

.category-products-list  .product-item {
    background: transparent;
}

.category-products-list  .product-item .product-link {
    transition: 0.65s ease;
    background: #242526;
    border-radius: 6px;
    padding: 12px;
}

.category-products-list  .product-item:hover .product-link {
    transition: .3s ease;
    transform: translateY(-5px);
}

.category-products-list  .product-item:before {
    display: none;
}

.category-products-list  .product-title {
    color: #fff
}

/*SEARCH PAGE | SEARCH END*/





/*AUTH BEGIN*/
.half-circle-spinner-auth {
    position: absolute;
    width: 20px;
    height: 20px;
    display: inline-block;
    padding-top: 2px;
    margin-left: 8px;
}
.half-circle-spinner.half-circle-spinner-auth .circle {
    border: calc(30px / 10) solid transparent;
}
.half-circle-spinner.half-circle-spinner-auth .circle.circle-1 {
    border-top-color: #fff;
}
.half-circle-spinner.half-circle-spinner-auth .circle.circle-2 {
    border-bottom-color: #fff;
}
.btn-green:hover .half-circle-spinner.half-circle-spinner-auth .circle.circle-1 {
    border-top-color: #555;
}
.btn-green:hover .half-circle-spinner.half-circle-spinner-auth .circle.circle-2 {
    border-bottom-color: #555;
}
/*AUTH END*/

/*PROFILE BEGIN*/
.half-circle-spinner-profile {
    position: absolute;
    width: 20px;
    height: 20px;
    display: inline-block;
    top: 6px;
    margin:0 0 0 8px;
}
.half-circle-spinner.half-circle-spinner-profile .circle {
    border: calc(30px / 10) solid transparent;
}
.half-circle-spinner.half-circle-spinner-profile .circle.circle-1 {
    border-top-color: #fff;
}
.half-circle-spinner.half-circle-spinner-profile .circle.circle-2 {
    border-bottom-color: #fff;
}
.btn:hover .half-circle-spinner.half-circle-spinner-profile .circle.circle-1 {
    border-top-color: #555;
}
.btn:hover .half-circle-spinner.half-circle-spinner-profile .circle.circle-2 {
    border-bottom-color: #555;
}
/*PROFILE END*/

/*ORDER BEGIN*/
.half-circle-spinner-order {
    position: absolute;
    width: 20px;
    height: 20px;
    display: inline-block;
    padding-top: 2px;
    margin-left: 8px;
}
.half-circle-spinner.half-circle-spinner-order .circle {
    border: calc(30px / 10) solid transparent;
}
.half-circle-spinner.half-circle-spinner-order .circle.circle-1 {
    border-top-color: #fff;
}
.half-circle-spinner.half-circle-spinner-order .circle.circle-2 {
    border-bottom-color: #fff;
}
.btn-green:hover .half-circle-spinner.half-circle-spinner-order .circle.circle-1 {
    border-top-color: #555;
}
.btn-green:hover .half-circle-spinner.half-circle-spinner-order .circle.circle-2 {
    border-bottom-color: #555;
}
/*ORDER END*/

/*CONTACTS BEGIN*/
.half-circle-spinner-contacts {
    position: absolute;
    width: 20px;
    height: 20px;
    display: inline-block;
    padding-top: 2px;
    margin-left: 8px;
}
.half-circle-spinner.half-circle-spinner-contacts .circle {
    border: calc(30px / 10) solid transparent;
}
.half-circle-spinner.half-circle-spinner-contacts .circle.circle-1 {
    border-top-color: #fff;
}
.half-circle-spinner.half-circle-spinner-contacts .circle.circle-2 {
    border-bottom-color: #fff;
}
.btn-green:hover .half-circle-spinner.half-circle-spinner-contacts .circle.circle-1 {
    border-top-color: #555;
}
.btn-green:hover .half-circle-spinner.half-circle-spinner-contacts .circle.circle-2 {
    border-bottom-color: #555;
}
/*CONTACTS END*/

/*FAST ORDER BEGIN*/
.half-circle-spinner-fast-order {
    position: absolute;
    width: 20px;
    height: 20px;
    display: inline-block;
    padding-top: 2px;
    margin-left: 8px;
}
.half-circle-spinner.half-circle-spinner-fast-order .circle {
    border: calc(30px / 10) solid transparent;
}
.half-circle-spinner.half-circle-spinner-fast-order .circle.circle-1 {
    border-top-color: #fff;
}
.half-circle-spinner.half-circle-spinner-fast-order .circle.circle-2 {
    border-bottom-color: #fff;
}
.btn-green:hover .half-circle-spinner.half-circle-spinner-fast-order .circle.circle-1 {
    border-top-color: #555;
}
.btn-green:hover .half-circle-spinner.half-circle-spinner-fast-order .circle.circle-2 {
    border-bottom-color: #555;
}
/*FAST ORDER END*/
/*HALF CIRCLE SPINNER END*/

/*VALIDATION BEGIN*/
input.incorrect-field,
textarea.incorrect-field {
    border-color: #ff0000 !important;
}
input.incorrect-field::-webkit-input-placeholder,
textarea.incorrect-field::-webkit-input-placeholder {/* Chrome/Opera/Safari/Edge */
    color: #ff0000 !important;
}
input.incorrect-field::-ms-input-placeholder,
textarea.incorrect-field::-ms-input-placeholder { /* Microsoft Edge */
    color: #ff0000 !important;
}
input.incorrect-field:-ms-input-placeholder,
textarea.incorrect-field:-ms-input-placeholder {/* IE 10+ */
    color: #ff0000 !important;
}
input.incorrect-field::-moz-placeholder,
textarea.incorrect-field::-moz-placeholder {/* Firefox 19+ */
    opacity: 1; /*Firefox by default has an opacity object that usually is ideal to reset so it matches webkit*/
    color: #ff0000 !important;
}
input.incorrect-field:-moz-placeholder,
textarea.incorrect-field:-moz-placeholder {/* Firefox 18- */
    opacity: 1; /*Firefox by default has an opacity object that usually is ideal to reset so it matches webkit*/
    color: #ff0000 !important;
}
input.incorrect-field::placeholder,
textarea.incorrect-field::placeholder {
    color: #ff0000 !important;
}
/*VALIDATION END*/

/*PRODUCT REVIEWS BEGIN*/
.incorrect-rating {
    color: #ff0000 !important;
}
.product-single-review-item {
    border-bottom: 1px solid #bbb;
}
.product-single-review-item:last-child {
    border-bottom: none;
}
/*PRODUCT REVIEWS END*/

/*FOOTER BEGIN*/
.social-status {
    font-size: 30px;
    margin-bottom: 20px;
}
.social-status a {
    display: flex;
    align-items: center;
    color: #fff;
}
.social-status a:hover {
    color: #ffffff88;
}
/*FOOTER END*/

/*BOOTSTRAP SELECT BEGIN*/
.bootstrap-select>.dropdown-toggle.incorrect-field {
    border-color: #ff0000;
    color: #ff0000;
}
/*BOOTSTRAP SELECT END*/
/*PRODUCT BEGIN*/

/*PRODUCT END*/
/*ADDITIONAL END*/













.mobile-user a {
    color: #333;
    outline: none !important;
}

.bcAfter {
    position: relative
}

.bcAfter::after {
    display: block;
    content: "...";
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 18px
}

.product-not-in-stock {
    font-size: 20px;
    /*font-size: 16px;*/
}

.field-required {
    color: #ff0000;
}

.product-old-price {
    text-decoration: line-through;
    font-size: .7em;
    opacity: .7;
    color: #dc3545;
}
.product-old-price small {
    color: #dc3545;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 225px;
}

.header-phone {
    z-index: 4;
}

.category-nav-bg {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    opacity: .5;
    z-index: 3;
}

.header-main-menu.category-nav {
    z-index: 3;
}
#category-menu-bg {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    opacity: .5;
}

.product-free-delivery {
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 700;
}
.product-free-delivery span:first-child {
    color: #333;
}
.product-free-delivery span:last-child {
    color: #ff0000;
}

.show > .btn-light.dropdown-toggle {
    color: #212529 !important;
}

.form-control[readonly] {
    background-color: #d4d4d4;
}

.owl-carousel-single.owl-theme .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    pointer-events: none;
    display: none;
}

.owl-carousel-single.owl-theme .owl-nav [class*=owl-] {
    width: 30px;
    height: 30px;
    pointer-events: auto;
    padding: 12px;
    background: #00000033;
    color: #ffffff88
}

.owl-carousel-single.owl-theme .owl-nav [class*=owl-] {
    pointer-events: auto;
    padding: 12px;
    margin: 10px;
    background: #00000033;
    color: #ffffff88
}

.owl-carousel:not(.main-carousel) .owl-item img {
    width: auto;
    max-width: 100%;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {

}

.owl-thumbs-container {
    overflow: hidden;
}

.owl-thumbs {
    white-space: nowrap;
    overflow-x: auto;
    padding-bottom: 12px;
}

.owl-thumbs-container ::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 5px;
    border-radius: 4px;
    transition: .3s ease;
}

.owl-thumbs-container ::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #333;
    /*box-shadow: 0 0 1px rgba(255, 255, 255, .5);*/
    transition: .3s ease;
}

.owl-thumbs-container ::-webkit-scrollbar-thumb:hover {
    background: #3EB75E;
}

.owl-thumbs .owl-thumb-item {
    height: 150px;
    width: 100%;
    min-width: 18%;
    max-width: 22%;
    padding: 10px;
    background: transparent;
    border: none;
    overflow: hidden;
    border-radius: 5px;
    transition: .3s ease;
}

.owl-thumbs .owl-thumb-item.active {
    border: 1px solid #3EB75E;
    padding: 4px;
}

.owl-thumbs .owl-thumb-item:not(.active):hover {
    padding: 6px;
    border: 1px solid #ddd;
}

.owl-thumbs .owl-thumb-item img {
    max-width: 100%;
    height: auto;
}

.owl-dots {
    /*position: absolute;*/
    /*bottom: 170px;*/
    /*left: 0;*/
    /*right: 0;*/
}

@media (min-width: 576px) and (max-width: 990.98px){
    .owl-thumbs .owl-thumb-item {
        height: 110px;
        width: 110px;
        min-width: auto;
        max-width: none;
    }
}

@media (max-width: 767.98px){
    .category-carousel .owl-dots {
        position: static;
    }
}
@media (max-width: 575.98px){
    .owl-thumbs  {
        display: flex;
        flex-direction: row;
        /*align-items: center;*/
        /*justify-content: center;*/
        /*white-space: nowrap;*/
        /*overflow-x: auto;*/
        padding-bottom: 12px;
    }
    .owl-thumbs .owl-thumb-item {
        height: 80px;
        width: 80px;
        min-width: 22%;
        max-width: none;
    }
}

/* COOKIE*/
.cookie-disclaimer {
    background: #000000;
    color: #FFF;
    opacity: 0.8;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 9;
    min-height: 150px;
    position: fixed;
}
.cookie-disclaimer .container {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.cookie-disclaimer .cookie-close{
    float: right;
    padding: 10px;
    cursor: pointer;
}
/*END COOKIE*/







/* BLOG BEGIN */

.blog-info {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    left: 0;
    bottom: 0;
    height: 50px;
    padding: 20px 20px 20px 20px;
    color: #ffffff;
    z-index: 1;
}

.blog-date {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 14px;
    width: 100%;
    /*text-align: center;*/
    margin: 0 0 5px;
}

/*.blog-date span {*/
/*    color: inherit;*/
/*}*/

.blog-single-img:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100px;
    background: linear-gradient(180deg, transparent 0%, #18191a 100%);
}

.sidebar {

}

.sidebar-container {
    position: sticky;
    top: 140px;
    transition: .5s ease;
}

.header.slideUp ~ .blog-page .sidebar-container {
    top: 25px;
}

.sidebar-item {
    transition: .3s ease;
}

.sidebar-item:hover {
    background: #ffffff20;
}

.sidebar-img {
    height: 80px;
    aspect-ratio: 1/1;
}

.blog-page .sidebar-title {
    padding: 0 0 0 15px;
}

.sidebar-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* BLOG END */

.ferumwill-icon {
    width: 30px;
    height: 30px;
    background: url('/assets/images/ferumwill.svg');
    display: block;
}




/* LANDING BEGIN */

.section_bg {
    background-color: rgba(0, 0, 0, 0.4);
}

.landing-page {
    font-size: 18px;
}

@media (min-width: 768px) {
    .landing-page {
        margin-top: -30px;
    }
}

@media (min-width: 1199.98px) {
    .landing-page .main-block-info,
    .landing-page .main-block-video {
        min-height: calc(100vh - 149px - 48px*2);
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-bottom: 149px;
    }
}

@media (max-width: 767.98px) {
    .wrapper:not(.home-wrapper) .breadcrumb {
        padding-top: 70px;
        padding-bottom: 0;
    }

}

.landing-page .description-section {
    /*max-height: calc(100dvh - 180px);*/
    padding-top: 4em;
    padding-bottom: 4em;
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .landing-page .description-section {
        padding-top: 2.5em;
        padding-bottom: 2.5em;
    }
}

@media (max-width: 767.98px){
    .landing-page .description-section {
        padding-top: 1.5em;
        padding-bottom: 1.5em;
    }
}

.landing-page .section-title {
    font-size: 40px;
}

.landing-page .section-title.main-title {
    font-size: 50px;
}


@media (max-width: 991.98px){
    .landing-page {
        font-size: 16px;
    }

    .landing-page .section-title {
        font-size: 36px;
    }

    .landing-page .section-title.main-title {
        font-size: 44px;
    }
}

@media (max-width: 575.98px){
    .landing-page {
        font-size: 14px;
    }

    .landing-page .section-title {
        font-size: 32px;
    }

    .landing-page .section-title.main-title {
        font-size: 36px;
        line-height: 1.15;
    }
}

.landing-page .video-block {
    border-radius: 5px;
    overflow: hidden;
}

.landing-page .video-block video {
    border-radius: 5px;
    max-height: calc(100dvh - 100px);
}

.landing-page .border-radius,
.landing-page .border-radius img {
    border-radius: 5px;
    overflow: hidden;
}

.partners-carousel {
    padding: 0 35px;
}

.partners-carousel .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);

    display: flex;
    align-items: center;
    justify-content: space-between;
}

.partners-carousel img {
    width: 100%;
}

.btn-link {
    display: inline-block;
    background: transparent;
    outline: none;
    box-shadow: none;
    width: auto;
    text-align: left;
    padding: 0;
}


.landing-wrapper .breadcumb-container {
    display: none;
}

.landing-page .product-item {
    background: transparent;
}

.landing-page .product-item:before {
    display: none;
}

.landing-page .product-item .product-link {
    align-items: flex-start;
}

.landing-page .product-item .product-img {
    background: #ffffff;
    padding: 8px;
    border-radius: 8px;
}

.landing-page .product-item .product-img img {
    border-radius: 5px;
    aspect-ratio: 1/1;
}

.landing-page .product-item .product-title {
    margin: 15px 0 5px;
    font-weight: 600;
    color: #fff
}

.landing-page .product-item .product-title:hover {
    color: #3EB75E;
}

.landing-page .product-item:hover {
    /*background-color: #00000020;*/
    /*z-index: 1;*/
    z-index: 2;
    transition: .3s ease;
}

.product-item:hover:before {
    opacity: 1;
    transition: .5s ease;
    /*background-color: #ffffff;*/
}

.product-item:hover .product-hover-block,
.product-hover-block:hover {
    opacity: 1;
    visibility: visible;
    transition: opacity .5s ease, transform .5s ease;
    transform: translateY(0px);
}



.landing-page .product-item .product-title,
.landing-page .product-item .product-price {
    font-size: 16px;
}



.case-section {

}

.case-item {

}

.case-item .case-img {
    overflow: hidden;
    border-radius: 5px;
}
.case-item img {
    width: 100%;
    aspect-ratio: 3/2;
    object-fit: cover;
    transition: .3s ease;
}

.case-item:hover img {
    transform: scale(1.1);
}

.case-item .case-title {
    margin-top: 15px;
}

@media (max-width: 767.98px){
    .case-list .case-list-item:not(:nth-child(1)):not(:nth-child(2)) {
        display: none !important;
    }
}


.contact-bg:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #757575;
    border-radius: 6px;
    width: 180px;
    height: 180px;
    transform: translate(-50%, -50%) rotate(45deg);
    z-index: 0;
}

.contact-bg:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #75757560;
    border-radius: 10px;
    width: 190px;
    height: 190px;
    transform: translate(-50%, -50%) rotate(45deg);
    z-index: 0;
}

.contact-bg * {
    z-index: 1;
}



.info-consult-section {

}

.info-block-title {
    font-size: 1.35em;
    margin-bottom: 25px;
}

.info-block-img {
    border-radius: 5px;
    overflow: hidden;
}


.landing-page .subtitle {
    margin-top: -10px;
    margin-bottom: 0;
}

@media (min-width: 992px) {
    .landing-page .subtitle {
        width: 50%;
    }
}

@media (max-width: 575.98px) {
    .landing-page .subtitle {
        margin-top: 0;
    }
}

/* LANDING END */



.faq-list .card {
    border-radius: 5px;
    margin-bottom: 15px;
    overflow: hidden;
    border: none;
    background-color: #242526;
}

.faq-list .card .card-header {
    border: 0;
    padding: 0;
    background-color: #242526;
}

.faq-list .card .card-header .faq-link {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    color: #222;
    color: #fff;
    padding: 15px;
    text-decoration: none;
    min-height: 80px;
    padding-right: 75px;
    line-height: 24px;

    font-weight: 600;
}

.faq-list .card .card-header .faq-link:hover {
    /*color: #3EB75E;*/
}

.faq-list .card .card-header .faq-link:before {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    content: "";
    border-radius: 50%;
    background: #18191a;
    width: 40px;
    height: 40px;
    z-index: 1;
}

.faq-list .card .card-header .faq-link:after {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%) rotateX(180deg);
    content: "\f10c";
    font-family: flaticon, sans-serif !important;
    font-weight: 500;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color:  #fff;

    transition: .5s ease;
    z-index: 2;
}

.faq-list .card .card-header .faq-link.collapsed {
    /*color: #222;*/
}

.faq-list .card .card-header .faq-link.collapsed:after {
    transform: translateY(-50%) rotateX(0deg);
}

.faq-list .card .collapse {
    border: 0;
    color: #222;
    line-height: 20px;
    background-color: #fff;
}

.faq-list .card .collapsing {
    color: #222;
    line-height: 20px;
}

.faq-list .card .collapse.show {
    line-height: 20px;
    color: #222;
}

.main section:not(.main-slider) {
    padding-top: 6em;
    padding-bottom: 6em;
}

@media (min-width: 576px) and (max-width: 1199.98px) {
    .main section:not(.main-slider) {
        padding-top: 4em;
        padding-bottom: 4em;
    }
}
@media (max-width: 575.98px) {
    .main section:not(.main-slider) {
        padding-top: 2.5em;
        padding-bottom: 2.5em;
    }
}