@font-face {
    font-family: "Gilroy";
    src: url("/catalog/view/theme/default/fonts/Gilroy-Light.ttf");
    font-weight: 300;
}

@font-face {
    font-family: "Gilroy";
    src: url("/catalog/view/theme/default/fonts/Gilroy-Regular.ttf");
    font-weight: 400;
}

@font-face {
    font-family: "Gilroy";
    src: url("/catalog/view/theme/default/fonts/Gilroy-Medium.ttf");
    font-weight: 500;
}

@font-face {
    font-family: "Gilroy";
    src: url("/catalog/view/theme/default/fonts/Gilroy-SemiBold.ttf");
    font-weight: 600;
}

@font-face {
    font-family: "Gilroy";
    src: url("/catalog/view/theme/default/fonts/Gilroy-Bold.ttf");
    font-weight: bold;
}

@font-face {
    font-family: "Gilroy";
    src: url("/catalog/view/theme/default/fonts/Gilroy-ExtraBold.ttf");
    font-weight: 800;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 120px;
    height: 100dvh;
}

body {
    font-family: 'Gilroy';
    font-weight: 400;
    color: #2E3230;
    font-size: 16px;
    line-height: 1.2;
    width: 100%;
    background: #11161A;
    padding-right: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #2E3230;
}

/* default font size */
.fa {
    font-size: 14px;
}

/* Override the bootstrap defaults */
h1 {
    font-size: 33px;
}

h2 {
    font-size: 27px;
    font-family: "Russo One", sans-serif;
}

h3 {
    font-size: 21px;
}

h4 {
    font-size: 15px;
}

h5 {
    font-size: 12px;
}

h6 {
    font-size: 10.2px;
}

a {
    color: #0cacd0;
}

a:hover {
    text-decoration: none;
}

legend {
    font-size: 18px;
    padding: 7px 0px
}

label {
    font-size: 12px;
    font-weight: normal;
}

select.form-control,
textarea.form-control,
input[type="text"].form-control,
input[type="password"].form-control,
input[type="datetime"].form-control,
input[type="datetime-local"].form-control,
input[type="date"].form-control,
input[type="month"].form-control,
input[type="time"].form-control,
input[type="week"].form-control,
input[type="number"].form-control,
input[type="email"].form-control,
input[type="url"].form-control,
input[type="search"].form-control,
input[type="tel"].form-control,
input[type="color"].form-control {
    font-size: 12px;
}

.input-group input,
.input-group select,
.input-group .dropdown-menu,
.input-group .popover {
    font-size: 12px;
}

.input-group .input-group-addon {
    font-size: 12px;
    height: 30px;
}

input[type="text"].form-control,
input[type="email"].form-control,
input[type="date"].form-control,
input[type="tel"].form-control {
    font-size: 14px;
}

/* Fix some bootstrap issues */
span.hidden-xs,
span.hidden-sm,
span.hidden-md,
span.hidden-lg {
    display: inline;
}

.nav-tabs {
    margin-bottom: 15px;
}

div.required .control-label:before {
    content: '* ';
    color: #F00;
    font-weight: bold;
}

/* Gradent to all drop down menus */
.dropdown-menu li>a:hover {
    text-decoration: none;
    color: #ffffff;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
}

.breadcrumb {
    background: transparent !important;
}

.breadcrumb a,
.breadcrumb span {
    color: white;
}

.modal-open .modal-backdrop {
    display: none;
}

.place_noimage {
    width: 100%;
    border-radius: 18px;
    display: block;
}

/* top */
#top {
    padding: 12px 0px 12px 0;
    min-height: 40px;
    position: relative;
    z-index: 100;
}

.header_container header {
    position: relative;
    z-index: 30;
}

.social-buttons a img {
    width: 18px;
    filter: brightness(11);
}

#top .container {
    padding: 0 20px;
}

#top #form-currency .currency-select,
#top #form-language .language-select {
    text-align: left;
}

#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
    text-shadow: none;
    color: #ffffff;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
}

#top .btn-link,
#top-links li,
#top-links a {
    color: #888;
    text-shadow: 0 1px 0 #FFF;
    text-decoration: none;
}

#top .btn-link:hover,
#top-links a:hover {
    color: #444;
}

#top-links .dropdown-menu a {
    text-shadow: none;
}

#top-links .dropdown-menu a:hover {
    color: #FFF;
}

#top .btn-link strong {
    font-size: 14px;
    line-height: 14px;
}

#top-links {
    padding-top: 6px;
}

#top-links a+a {
    margin-left: 15px;
}

/* search */
#search {
    margin-bottom: 10px;
}

#search .input-lg {
    height: 40px;
    line-height: 20px;
    padding: 0 10px;
}

#search .btn-lg {
    font-size: 15px;
    line-height: 18px;
    padding: 10px 35px;
    text-shadow: 0 1px 0 #FFF;
}

#cart>.btn {
    font-size: 12px;
    line-height: 18px;
    color: #FFF;
}

#cart.open>.btn {
    background-image: none;
    background-color: #0cacd0;
    border: 1px solid #E6E6E6;
    color: #fff;
    box-shadow: none;
    text-shadow: none;
}

#cart.open>.btn:hover {
    color: #444;
}

#cart .dropdown-menu {
    background: #eee;
    z-index: 1001;
}

#cart .dropdown-menu {
    min-width: 100%;
    overflow-y: auto;
    max-height: 800px;
    scrollbar-width: thin;
    overflow-x: hidden;
}

@media (max-width: 478px) {
    #cart .dropdown-menu {
        width: 100%;
    }
}

#cart .dropdown-menu table {
    margin-bottom: 10px;
}

#cart .dropdown-menu li>div {
    min-width: 427px;
    padding: 0 10px;
}

@media (max-width: 478px) {
    #cart .dropdown-menu li>div {
        min-width: 100%;
    }
}

#cart .dropdown-menu li p {
    margin: 20px 0;
}

/* menu */


#menu .btn-navbar {
    font-size: 15px;
    font-stretch: expanded;
    color: #FFF;
    padding: 2px 18px;
    float: right;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
    border-color: #1f90bb #1f90bb #145e7a;
}

#menu .btn-navbar:hover,
#menu .btn-navbar:focus,
#menu .btn-navbar:active,
#menu .btn-navbar.disabled,
#menu .btn-navbar[disabled] {
    color: #ffffff;
    background-color: #229ac8;
}

ul.nav.navbar-nav>li>a {
    font-family: Gilroy;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    color: #fff;
    padding: 20px 20px;
    position: relative;
}

.navbar-collapse {
    padding-left: 0px;
    padding-right: 0px;
}

.flex-bg-menu {
    backdrop-filter: blur(4px);
    background: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.telegram_mob {
    display: none;
}

.header-logo-mobile {
    display: none;
}

nav#menu {
    margin-bottom: 0px;
}

a.dropdown-toggle:after {
    content: "";
    width: 6px;
    height: 6px;
    border: 1px solid #fff;
    display: block;
    transform: rotate(45deg);
    border-left: 9px;
    border-top: 0px;
    position: absolute;
    right: 5px;
    top: 24px;
}



@media (min-width: 768px) {
    #menu .dropdown:hover .dropdown-menu {
        display: block;
    }
}

@media (max-width: 767px) {
    #menu {
        border-radius: 4px;
    }

    #menu div.dropdown-inner>ul.list-unstyled {
        display: block;
    }

    #menu div.dropdown-menu {
        margin-left: 0 !important;
        padding-bottom: 10px;
        background-color: rgba(0, 0, 0, 0.1);
    }

    #menu .dropdown-inner {
        display: block;
    }

    #menu .dropdown-inner a {
        width: 100%;
        color: #fff;
    }

    #menu .dropdown-menu a:hover,
    #menu .dropdown-menu ul li a:hover {
        background: rgba(0, 0, 0, 0.1);
        background: unset !important;
    }

    #menu .see-all {
        margin-top: 0;
        border: none;
        border-radius: 0;
        color: #fff;
    }
}

/* content */
#content {
    min-height: 600px;
}

/* footer */

/* alert */
.alert {
    padding: 8px 14px 8px 14px;
}

/* breadcrumb */
.breadcrumb {
    margin: 15px 0;
    padding: 0px;
    border: none;
}

.breadcrumb i {
    font-size: 15px;
}

ul.breadcrumb li:first-child {
    padding-left: 0px;
}

.breadcrumb>li {
    padding: 0 10px;
    position: relative;
    white-space: nowrap;
}

.breadcrumb>li+li:before {
    content: '';
    padding: 0;
}

.breadcrumb>li:after {
    content: '';
    display: block;
    position: absolute;
    top: 8px;
    right: -4px;
    width: 6px;
    height: 6px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

ul.breadcrumb li:last-child::after {
    display: none;
}

.flex-row-category {
    margin-bottom: 20px;
}

ul.breadcrumb a {
    font-size: 13px;
    line-height: 20px;
    color: #fff;
}

ul.breadcrumb span {
    font-size: 13px;
    line-height: 20px;
    color: #fff;
}

span.last-bread {
    color: #848987;
}

.pagination {
    margin: 0;
}

/* buttons */
.buttons {
    margin: 1em 0;
}

.btn {
    padding: 7.5px 12px;
    font-size: 12px;
    border: 1px solid #cccccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
}

.btn-xs {
    font-size: 9px;
}

.btn-sm {
    font-size: 10.2px;
}

.btn-lg {
    padding: 10px 16px;
    font-size: 15px;
}

.btn-group>.btn,
.btn-group>.dropdown-menu,
.btn-group>.popover {
    font-size: 12px;
}

.btn-group>.btn-xs {
    font-size: 9px;
}

.btn-group>.btn-sm {
    font-size: 10.2px;
}

.btn-group>.btn-lg {
    font-size: 15px;
}

.btn-default {
    color: #777;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #e7e7e7;
    background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
    background-repeat: repeat-x;
    border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}

.btn-primary {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
    border-color: #1f90bb #1f90bb #145e7a;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
    background-color: #1f90bb;
    background-position: 0 -15px;
}

.btn-warning {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #faa732;
    background-image: linear-gradient(to bottom, #fbb450, #f89406);
    background-repeat: repeat-x;
    border-color: #f89406 #f89406 #ad6704;
}

.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-danger {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #da4f49;
    background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
    background-repeat: repeat-x;
    border-color: #bd362f #bd362f #802420;
}

.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-success {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #5bb75b;
    background-image: linear-gradient(to bottom, #62c462, #51a351);
    background-repeat: repeat-x;
    border-color: #51a351 #51a351 #387038;
}

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-info {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #df5c39;
    background-image: linear-gradient(to bottom, #e06342, #dc512c);
    background-repeat: repeat-x;
    border-color: #dc512c #dc512c #a2371a;
}

.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}

.btn-link {
    border-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    color: #23A1D1;
    border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link[disabled] {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    box-shadow: none;
}

.btn-inverse {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #363636;
    background-image: linear-gradient(to bottom, #444444, #222222);
    background-repeat: repeat-x;
    border-color: #222222 #222222 #000000;
}

.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
    background-color: #222222;
    background-image: linear-gradient(to bottom, #333333, #111111);
}

/* list group */
.list-group a {
    border: 1px solid #DDDDDD;
    color: #888888;
    padding: 8px 12px;
}

.list-group a.active,
.list-group a.active:hover,
.list-group a:hover {
    color: #444444;
    background: #eeeeee;
    border: 1px solid #DDDDDD;
    text-shadow: 0 1px 0 #FFF;
}

/* carousel */
.carousel-caption {
    color: #FFFFFF;
    text-shadow: 0 1px 0 #000000;
}

.carousel-control .icon-prev:before {
    content: '\f053';
    font-family: FontAwesome;
}

.carousel-control .icon-next:before {
    content: '\f054';
    font-family: FontAwesome;
}

/* product list */
.product-thumb {
    margin-bottom: 20px;
    overflow: auto;
    background: #fff;
    border-radius: 27px;
    padding: 5px;
}

#product-category .product-thumb {
    margin-bottom: 0;
}

.product-thumb .image {
    text-align: center;
}

.product-thumb .image a {
    display: block;
}

.product-thumb .image a:hover {
    opacity: 0.8;
}

.product-thumb .image img {
    margin-left: auto;
    margin-right: auto;
}

.product-grid .product-thumb .image {
    float: none;
}

@media (min-width: 767px) {
    .product-list .product-thumb .image {
        float: left;
        padding: 0 15px;
    }
}

.product-thumb h4 {
    font-weight: bold;
}

.product-thumb .caption {
    padding: 0 15px;
    /* min-height: 70px; */
}

.product-thumb .rating {
    padding-bottom: 10px;
}

#product-product .latest-section {
    opacity: 1;
}

.rating .fa-stack {
    font-size: 8px;
}

.rating .fa-star-o {
    color: #999;
    font-size: 15px;
}

.rating .fa-star {
    color: #FC0;
    font-size: 15px;
}

.rating .fa-star+.fa-star-o {
    color: #E69500;
}

h2.price {
    margin: 0;
}

.product-thumb .price {
    color: #444;
}

.product-thumb .price-new {
    font-weight: 600;
}

.product-thumb .price-old {
    color: #999;
    text-decoration: line-through;
    margin-left: 10px;
}

.product-thumb .price-tax {
    color: #999;
    font-size: 12px;
    display: block;
}

.product-thumb .button-group {
    border-top: 1px solid #ddd;
    background-color: #eee;
    overflow: auto;
}

.product-list .product-thumb .button-group {
    border-left: 1px solid #ddd;
}

@media (max-width: 768px) {
    .product-list .product-thumb .button-group {
        border-left: none;
    }
}

.product-thumb .button-group button {
    width: 60%;
    border: none;
    display: inline-block;
    float: left;
    background-color: #eee;
    color: #888;
    line-height: 38px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

.product-thumb .button-group button+button {
    width: 20%;
    border-left: 1px solid #ddd;
}

.product-thumb .button-group button:hover {
    color: #444;
    background-color: #ddd;
    text-decoration: none;
    cursor: pointer;
}

@media (max-width: 1200px) {

    .product-thumb .button-group button,
    .product-thumb .button-group button+button {
        width: 33.33%;
    }
}

@media (max-width: 767px) {

    .product-thumb .button-group button,
    .product-thumb .button-group button+button {
        width: 33.33%;
    }
}

.thumbnails {
    overflow: auto;
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0;
}

.thumbnails>li {
    margin-left: 20px;
}

.thumbnails {
    display: flex;
}

.thumbnails>img {
    width: 100%;
}

.image-additional a {
    margin-bottom: 20px;
    padding: 5px;
    display: block;
    border: 1px solid #ddd;
}

.image-additional {
    max-width: 78px;
}

.thumbnails .image-additional {
    float: none;
    margin-left: 0px;
}

div#logo img {
    width: 185px;
}

div#logo {
    margin-bottom: 0px;
}

.logo-mobile {
    display: none;
}

img.icon-account {
    width: 14px;
}

.flex-row-top {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.btns-wish a img {
    width: 20px;
}

.social-buttons a {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 9px;
    background: transparent;
    border-radius: 7px;
    padding: 0 20px;
    height: 42px;
    color: white;
    border: 1px solid #fff;
}

.telephone-head-block {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin: 0px -6px;
    flex-basis: 14%;
}

.item-search-block {
    flex-basis: 37%;
}

.telephone-head-block>div {
    /* flex-basis: calc(50% - 12px); */
    margin: 0px 6px;
}

.item-telephone a {
    font-family: Gilroy;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2;
    /* identical to box height */
    color: #fff;
    display: block;
    margin: 3px 0px;
}

span.text-svyaz {
    font-size: 12px;
    line-height: 14px;
    /* identical to box height */
    color: #616661;
    margin: 5px 0px;
    display: block;
}

nav.nav-items-top a {
    font-size: 14px;
    line-height: 16px;
    color: #313830;
    margin: 0px 7px;
}

a.link-account {
    background: #FFFFFF;
    border-radius: 14px;
    width: 86px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
}

ul.row-menu {
    padding: 3px;
    list-style: none;
    display: flex;
    background: #FFFFFF;
    border-radius: 18px;
    height: 32px;
    align-items: center;
    margin-bottom: 0px;
}

.language-block ul.row-menu {
    flex-direction: row-reverse;
}

ul.row-menu a {
    padding: 0px;
}

ul.row-menu a {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 10px;
    line-height: 12px;
    text-transform: uppercase;
    color: black !important;
    text-shadow: none !important;
}

a.btn.btn-link.btn-block.language-select.current-lang {
    color: #fff !important;
    background: #0cacd0;
    border-radius: 16px;
}


#search button.btn.btn-default.btn-lg {
    padding: 0px;
    border: transparent;
    background: transparent;
    box-shadow: none;
    position: relative;
    top: -2px;
    margin-right: 13px;
}

img.icon-search {
    width: 16px;
    height: 16px;
    filter: brightness(11);
}

.flex-bg-menu {
    position: relative;
}

#search .input-lg {
    height: 100%;
    margin-bottom: 0px;
    border: none;
    box-shadow: none;
    padding-left: 10px;
    padding-right: 0px;
}

div#search {
    /* position: absolute; */
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    margin-bottom: 0px !important;
    height: 100%;
    padding: 7px;
    background: #fff;
    border-radius: 50px;
}

#search button.btn.btn-default.btn-lg {
    background: transparent;

    box-shadow: none;
    text-shadow: none;
    height: 100%;
    padding: 0px;
}

.btn-search-row {
    position: relative;
    right: 20px;
}

span.search-btn-wrapper {
    cursor: pointer;
}

div#search {
    left: auto;
    /* opacity: 0;
    visibility: hidden; */
    transition: all 0.4s ease-in-out;
    height: 47px;
    backdrop-filter: blur(4px);
    background: rgba(255, 255, 255, 0.1);
}

/* div#search.open-search {
    opacity: 1;
    visibility: visible;
    max-width: 1100px;
    z-index: 91;
} */

.overlay-search.open-search-wrapper:before {
    content: "";
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(39, 39, 39, 0.61);
    z-index: 9;
}

#search input.form-control.input-lg {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #fff;
    background: transparent;
}

#search input.form-control.input-lg::placeholder {
    color: #fff !important;
}

.parent-menu-block {
    display: flex;
    flex-wrap: wrap;
}

.flex-bg-menu {
    flex-basis: 88%;
}

.parent-menu-block.menu-scroll {
    /* background: white; */
    max-width: 1326px;
    margin: 0 auto;
    padding: 0 15px;
    background: transparent;
}

.parent-menu-block.menu-scroll:before {
    content: '';
    position: absolute;
    inset: 0;
    background: transparent;
    backdrop-filter: blur(13px);
    background: rgba(0, 0, 0, 0.5);
    width: 1000%;
    left: -100%;
    box-shadow: 0px 4px 12px rgb(52 87 10 / 16%);
}

.parent-menu-block.menu-scroll .flex-bg-menu {
    background: transparent;
    backdrop-filter: unset;
}

.btns-wish {
    flex-basis: 10%;
    margin-left: 20px;
    display: flex;
    align-items: center;
    background: #FFFFFF;
    border-radius: 12px;
    overflow: hidden;
}

.btns-wish>a {
    max-width: 55px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    flex-direction: column;
}

a#wishlist-total:before {
    content: attr(data-num-wishlist);
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    color: #0cacd0;
    margin-bottom: 7px;
}

a.not-empty-compare:before {
    content: attr(data-num-compare);
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    color: #0cacd0;
    margin-bottom: 4px;
    position: relative;
    top: -2px;
}

a.not-empty-compare .icon-wishlist {
    content: url(/image/catalog/header/compare_not_empty.svg);
}

a#wishlist-total img {
    position: relative;
    top: -3px;
}

.menu-scroll a#wishlist-total img {
    filter: brightness(11);
}

.not-empty-wishlist img.icon-wishlist {
    content: url(/image/catalog/icons/wish-f.svg);
}

button.btn-show-cart {
    padding: 10px 8px !important;
    background: #0cacd0;
    border-radius: 12px;
    border: none;
    height: 60px;
    margin-bottom: 0px !important;
    position: relative;
    display: block;
    text-align: left;
    margin-right: 0px !important;
    width: 100%;
}

img.icon-cart {
    width: 18px;
    position: relative;
    top: -4px;
    /* filter: invert(1) brightness(11); */
}

span.count-product {
    position: absolute;
    top: 9px;
    right: 9px;
    width: 19px;
    height: 19px;
    background: white;
    border-radius: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 12px;
    line-height: 14px;
    padding-top: 1px;
}

.not-empty-cart .count-product {
    background: #000;
    color: white;
    border: 1px solid;
}

/* button.not-empty-cart .icon-cart {
    content: url(/image/catalog/header/cart_not_empty.svg);
} */

span.sum-prod {
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    color: #FFFFFF;
    position: relative;
    margin-top: 6px;
    display: block;
    white-space: nowrap;
}

.header_submenu_link:after {
    display: none !important;
}

.modal-content .control-label-enter,
.modal-content .remember-title,
.modal-content .face-google-title {
    color: #000;
}

.dropdown-menu:has(.header_submenu) .header_submenu_link:after {
    display: block !important;
}

/* .btns-wish>a:first-child {
    border-right: 1px solid #F4F5F6;
} */

.item.item-slide {
    min-height: 600px;
    background-size: cover;
    background-position: bottom;
}

.content-slider {
    margin-top: 50px;
}

.title-on-slider {
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    font-style: italic;
    font-weight: 900;
    font-size: 57px;
    line-height: 118%;
    text-transform: uppercase;
}

.item-slide-2 .title-on-slider {
    font-size: 46px;
}

.title-on-slider span {
    color: #00b3fd;
}

p.desc-on-slider {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    margin-top: 10px;
}

.title-on-slider-black {
    color: #ffffff;
}

/* .desc-on-slider-black {
    color: #2E3230 !important;
} */

a.link-white-blue-text {
    background: #0cacd0;
    border-radius: 6px;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #ffffff;
    padding: 15px 25px;
    display: inline-block;
    margin-top: 15px;
    transition: 0.4s;
    border: 1px solid transparent;
}

section.home-slider {
    margin-top: 30px;
}

.home-slider .owl-nav {
    max-width: 1336px;
    margin: auto;
    padding: 0px 15px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40px;
    z-index: 99;
}

.home-slider button.owl-dot.active {
    border: 1px solid rgba(255, 255, 255, 0.27);
    border-radius: 100%;
    height: 17px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3px !important;
    margin: 5px;
    position: relative;
    top: 1px;
}

span.arrow-btn-slider {
    backdrop-filter: blur(4px);
    background: rgba(255, 255, 255, 0.1);
    border: unset;
    box-sizing: border-box;
    backdrop-filter: blur(4px);
    transform: matrix(-1, 0, 0, 1, 0, 0);
    width: 48px;
    height: 48px;
    display: inline-block;
    border-radius: 100%;
    margin-right: 7px;
    position: relative;
    transition: all 0.4s ease-in-out;
}

span.arrow-btn-slider:before {
    content: "";
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    border: 2px solid #FFFFFF;
    border-radius: 2px;
    transform: rotate(45deg);
    left: 17px;
    top: 18px;
    border-left: 0px;
    border-bottom: 0px;
}

span.arrow-btn-slider.right-arrow:before {
    transform: rotate(-135deg);
}

span.arrow-btn-slider:hover {
    background: #596575;
}

span.arrow-btn-slider:hover:before {
    border-color: grey;
}

span.arrow-btn-slider:before {
    transition: all 0.4s ease-in-out;
}

.home-slider .owl-dots {
    position: absolute;
    bottom: 57px;
    left: 0;
    right: 0;
    max-width: 1336px;
    width: 100%;
    margin: auto;
    padding: 0px 15px 0px 150px;
    z-index: 10;
    display: flex;
    align-items: center;
}

.home-slider .owl-dots span {
    background: rgba(255, 255, 255, 0.27);
    transform: matrix(-1, 0, 0, 1, 0, 0);
    width: 8px;
    height: 8px;
    display: inline-block;
    margin-right: 0px;
    border-radius: 100%;
}

.home-slider button.owl-dot.active span {
    background: linear-gradient(0deg, #FFFFFF, #FFFFFF), #FFFFFF;
    border: 1px solid rgba(255, 255, 255, 0.27);
    box-sizing: border-box;
    transform: matrix(-1, 0, 0, 1, 0, 0);
    padding: 2px !important;
    margin: auto;
}

span.icon-block-feature img {
    width: 37px;
}

span.icon-block-feature {
    display: block;
    margin-bottom: 10px;
}

.inside-block-feature {
    text-align: center;
    position: relative;
    padding: 16px 0px;
}

span.desc-block-feature {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
    text-align: center;
    color: #2E3230;
    max-width: 250px;
    display: block;
    margin: auto;
}

.inside-block-feature:after {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    bottom: 0;
    right: 0;
    border-right: 1px solid #EFEFEF;
    height: 117px;
}


section.features-section {
    background: #fff;
    padding: 12px 0px;
}

section.categories-section {
    margin-top: 57px;
    margin-bottom: 32px;
}

.categories-indie {
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    min-height: 196px;
    margin-bottom: 30px;
}

#information-information .categories-indie {
    height: 196px;
}

.categories-indie-lilac {
    background-color: #EDB3FF;
}

.categories-indie-yellow {
    background-color: #E4E8A6;
}

.categories-indie-pink {
    background-color: #FFC8CE;
}

.categories-indie-green {
    background-color: #D3FFDC;
}

.categories-indie-cola {
    background-color: #CF8365;
}

.categories-indie-ananas {
    background-color: #FFE4B2;
}

.categories-indie-limonad {
    background-color: #FEC8D5;
}

.categories-indie-banan {
    background-color: #ECE5C3;
}

.categories-indie a {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    border-radius: 15px;
    z-index: 9;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 19px;
    transition: all 0.4s ease-in-out;
}

.categories-indie-link-1 {
    background: linear-gradient(0deg, #C88DDA 28.69%, rgba(237, 179, 255, 0) 138.62%);
}

.categories-indie-link-2 {
    background: linear-gradient(0deg, #E4E8A6 15.39%, rgba(228, 232, 166, 0) 51.46%);
}

.categories-indie-link-3 {
    background: linear-gradient(0deg, #FFC8CE 15.39%, rgba(255, 200, 206, 0) 51.46%);
}

.categories-indie-link-4 {
    background: linear-gradient(0deg, #D3FFDC 15.39%, rgba(211, 255, 220, 0) 51.46%);
}

.categories-indie-link-5 {
    background: linear-gradient(0deg, #CF8365 15.39%, rgba(207, 131, 101, 0) 51.46%);
}

.categories-indie-link-6 {
    background: linear-gradient(0deg, #FFE4B2 15.39%, rgba(255, 228, 178, 0) 51.46%);
}

.categories-indie-link-7 {
    background: linear-gradient(0deg, #FEC8D5 15.39%, rgba(254, 200, 213, 0) 51.46%);
}

.categories-indie-link-8 {
    background: linear-gradient(0deg, #ECE5C3 15.39%, rgba(236, 229, 195, 0) 51.46%);
}

.categories-indie a:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    opacity: 0;
    transition: all 0.4s ease-in-out;
}

.categories-indie-link-1:before {
    background: linear-gradient(360deg, #9141a9 0%, rgba(14, 46, 84, 0) 162.07%);
}

.categories-indie-link-2:before {
    background: linear-gradient(360deg, #bdc361 0%, rgba(14, 46, 84, 0) 162.07%);
}

.categories-indie-link-3:before {
    background: linear-gradient(360deg, #cd7680 0%, rgba(14, 46, 84, 0) 162.07%);
}

.categories-indie-link-4:before {
    background: linear-gradient(360deg, #81d090 0%, rgba(14, 46, 84, 0) 162.07%);
}

.categories-indie-link-5:before {
    background: linear-gradient(360deg, #be7457 0%, rgba(14, 46, 84, 0) 162.07%);
}

.categories-indie-link-6:before {
    background: linear-gradient(360deg, #d7ba85 0%, rgba(14, 46, 84, 0) 162.07%);
}

.categories-indie-link-7:before {
    background: linear-gradient(360deg, #e79eaf 0%, rgba(14, 46, 84, 0) 162.07%);
}

.categories-indie-link-8:before {
    background: linear-gradient(360deg, #d2c898 0%, rgba(14, 46, 84, 0) 162.07%);
}

.categories-indie a:hover:before {
    opacity: 1;
}

.categories-indie-yellow img {
    margin-top: 5px;
}

.categories-indie-pink img {
    margin-top: 10px;
}

.categories-indie-cat img {
    position: relative;
    z-index: 5;
    width: 27%;
}

.categories-indie-cat {
    height: 80px;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}

a.categories-indie-link {
    transition: 0.3s;
    position: relative;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    height: 100%;
}

a.categories-indie-link-one {
    background: #B94ACB;
}

a.categories-indie-link-two {
    background: #F37148;
}

a.categories-indie-link-three {
    background: #F39844;
}

a.categories-indie-link-four {
    background: #EEDC39;
}

a.categories-indie-link-five {
    background: #E85555;
}

a.categories-indie-link-six {
    background: #58DE55;
}

a.categories-indie-link-seven {
    background: #EEDA23;
}

a.categories-indie-link-eight {
    background: #4F96D8;
}

a.categories-indie-link-nine {
    background: #65D733;
}

a.categories-indie-link-ten {
    background: #82301B;
}

a.categories-indie-link-eleven {
    background: #ED758D;
}

a.categories-indie-link-twelve {
    background: #BC0115;
}

a.categories-indie-link-one:before,
a.categories-indie-link-two:before,
a.categories-indie-link-three:before,
a.categories-indie-link-four:before,
a.categories-indie-link-five:before,
a.categories-indie-link-six:before,
a.categories-indie-link-seven:before,
a.categories-indie-link-eight:before,
a.categories-indie-link-nine:before,
a.categories-indie-link-ten:before,
a.categories-indie-link-eleven:before,
a.categories-indie-link-twelve:before {
    content: '';
    position: absolute;
    top: 0;
    height: 0;
    left: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: 0.4s;
    z-index: 1;
    border-radius: 10px;
}

a.categories-indie-link-one:before {
    background: linear-gradient(103.11deg, #F480DF 3.28%, #B94ACB 96.35%);
}

a.categories-indie-link-two:before {
    background: linear-gradient(103deg, #FCAC5C 4.09%, #F37148 97.88%);
}

a.categories-indie-link-three:before {
    background: linear-gradient(104.47deg, #FED66E 4.22%, #F39844 97.71%);
}

a.categories-indie-link-four:before {
    background: linear-gradient(103.31deg, #FFE6A5 5.78%, #EEDC39 100%);
}

a.categories-indie-link-five:before {
    background: linear-gradient(103.01deg, #F9758F 3.98%, #E14343 100%);
}

a.categories-indie-link-six:before {
    background: linear-gradient(103.41deg, #B0FAAE 2.04%, #58DE55 98.39%);
}

a.categories-indie-link-seven:before {
    background: linear-gradient(103.44deg, #FEE483 0%, #EEDA23 100%);
}

a.categories-indie-link-eight:before {
    background: linear-gradient(103.33deg, #96C4EE 0%, #4F96D8 100%);
}

a.categories-indie-link-nine:before {
    background: linear-gradient(90deg, rgba(101, 215, 51, 1) 40%, rgba(83, 173, 43, 1) 100%);
}

a.categories-indie-link-ten:before {
    background: linear-gradient(90deg, rgb(141 68 49) 40%, rgba(130, 48, 27, 1) 100%);
}

a.categories-indie-link-eleven:before {
    background: linear-gradient(90deg, rgb(233 136 155) 40%, rgba(237, 121, 145, 1) 100%);
}

a.categories-indie-link-twelve:before {
    background: linear-gradient(90deg, rgb(197 35 52) 40%, rgba(190, 4, 23, 1) 100%);
}

a.categories-indie-link-one:hover:before,
a.categories-indie-link-two:hover:before,
a.categories-indie-link-three:hover:before,
a.categories-indie-link-four:hover:before,
a.categories-indie-link-five:hover:before,
a.categories-indie-link-six:hover:before,
a.categories-indie-link-seven:hover:before,
a.categories-indie-link-eight:hover:before,
a.categories-indie-link-nine:hover:before,
a.categories-indie-link-ten:hover:before,
a.categories-indie-link-eleven:hover:before,
a.categories-indie-link-twelve:hover:before {
    opacity: 0;
}

span.text-inside-categories {
    display: block;
    font-weight: 600;
    font-size: 22px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
    /* text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.24); */
    text-shadow: 0px 2px 5px rgb(0 0 0 / 50%);
    position: relative;
    z-index: 10;
}

.heading-title-module {
    /* font-weight: bold; */
    font-size: 32px;
    line-height: 1.2;
    text-align: left;
    color: #fff;
    margin-bottom: 40px;
    position: relative;
    font-family: "Russo One", sans-serif;
}

.heading-title-module-review {
    text-align: center;
}

.heading-title-module span {
    position: relative;
    z-index: 5;
    padding: 5px;
}

section.latest-section {
    margin-top: 55px;
}

.btns-on-card {
    position: absolute;
    right: 20px;
    top: 20px;
}



.product-image-card {
    position: relative;
    text-align: center;
    padding: 0;
}

/* .product-image-card:before {
    content: 'НОВИНКА';
    position: absolute;
    top: 17px;
    left: -28px;
    background: #0cacd0;
    width: 110px;
    height: 19px;
    color: white;
    font-weight: 700;
    font-size: 11px;
    line-height: 13px;
    text-align: center;
    transform: rotate(-45deg);
    padding-top: 3px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
} */

button.btn-transparent {
    background: transparent;
    border: none;
}

.product-image-card img.img-responsive {
    border-radius: 22px;
    display: block;
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
}

.product_layout .img-responsive {
    height: 213px;
    display: block;
}

.product-title-block a {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.2;
    color: #2E3230;
    display: block;
    /* height: 40px; */
    text-align: center;
    max-width: 230px;
    margin: 0 auto;
    font-family: "Russo One", sans-serif;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 20px auto 24px;
}

.ocfilter-option label {
    font-weight: 300 !important;
    font-family: "Russo One", sans-serif;
}

.pagination-block .ajax-content {
    margin-left: 0;
    margin-right: 0;
    margin-top: 15px;
}

p.price {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #202020 !important;
    margin-bottom: 0px;
}

.category_wrapper_side {
    padding: 0;
}

.cat_wrapper_content #column-left {
    padding-left: 0;
}

.rating_block {
    margin: 15px 0;
    padding: 0 15px;
    height: 20px;
}

.category_wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

.product_rating_cat span.fa {
    color: #ffae00;
}

.product_rating_cat {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.button-group-on-card button {
    border: 1px solid #0cacd0;
    box-sizing: border-box;
    border-radius: 17px;
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    transition: all 0.4s;
    position: relative;
    overflow: hidden;
    background: #0cacd0;
    width: 55px;
    height: 51px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.button-group-on-card button span {
    position: relative;
    z-index: 5;
}

.button-group-on-card button:hover {
    background: #fff;
    color: #0cacd0;
    border: 1px solid #0cacd0;
}

.button-group-on-card button:before {
    content: '';
    position: absolute;
    top: 0;
    height: 0;
    left: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: #0CACD0;
    opacity: 1;
    transition: 0.4s;
    z-index: 1;
    border-radius: 10px;
}

.button-group-on-card button:hover:before {
    opacity: 0;
}

.icon-basket path {
    fill: #fff;
}

.button-group-on-card button:hover .icon-basket path {
    fill: #0cacd0;
}

.button-group-on-card button .icon-basket path {
    transition: all 0.4s ease-in-out;
}

span.icon-basket {
    display: inline-block;
    margin-top: -7px;
    position: relative;
    top: 3px;
    transition: 0.4s;
}

img.icon-basket-on-card {
    position: relative;
    top: -2px;
    margin-right: 5px;
}

.button-group-on-card {
    padding: 0px 15px;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

span.text-attr {
    font-size: 14px;
    line-height: 16px;
    color: #8E9591;
    display: block;
    margin-top: 10px;
}

span.sticker {
    font-weight: bold;
    font-size: 11px;
    line-height: 13px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #2BA700;
    transform: rotate(-45deg);
    display: inline-block;
    width: 90px;
    position: absolute;
    left: -19px;
    top: 15px;
    padding: 3px 0px;
    z-index: 2;
}

.latest-section span.sticker {
    background: #0cacd0;
}

.slider-mob.owl-carousel.owl-theme {
    display: block;
}

.arrow-up,
.arrow-down {
    display: block;
    position: relative;
    cursor: pointer;
    font-weight: 500;
    font-size: 18px;
    line-height: 139%;
    text-align: center;
    color: #2e3230;
}

/* 
.arrow-up:before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border: 1.5px solid #5b6ceb;
    transform: rotate(45deg);
    border-bottom: 0px;
    border-right: 0px;
    position: relative;
    top: 1px;
}

.arrow-down:before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border: 1.5px solid #fff;
    transform: rotate(45deg);
    border-top: 0px;
    border-left: 0px;
    position: relative;
    top: -1px;
} */

.quantity_div {
    display: flex;
    align-items: center;
    margin-right: 2px;
}

.btn-carb-block {
    display: flex;
    align-items: center;
    gap: 7px;
}


.quantity-block {
    margin-right: 10px;
    max-width: 50px;
    display: none;
}

.shoping-cart-products-item-quantity .quantity-block {
    display: block;
}

input.quantity_input {
    text-align: center;
    font-weight: 600;
    font-size: 13px;
    line-height: 14px;
    color: #2E3230;
    border: none;
    width: 14px;
    padding: 0px;
}

span.plus.arrow-up {
    position: relative;
    top: 0px;
}

span.minus.arrow-down {
    position: relative;
    bottom: 0px;
}

.flex-row-about {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -15px;
    align-items: center;
}

.column-about {
    flex-basis: calc(50% - 30px);
    margin: 15px;
}

.column-about.about-img {
    text-align: center;
}

section.about-text {
    /* backdrop-filter: blur(300px); */
    position: relative;
    /* background: radial-gradient(circle, rgba(49, 86, 129, 1) 6%, rgba(14, 46, 84, 1) 91%, rgba(14, 46, 84, 1) 100%); */
    background-image: url(/image/catalog/home/bg-gradient.png);
    background-repeat: no-repeat;
    background-size: cover;
}


h1.title-inside-text-about {
    font-weight: bold;
    font-size: 69px;
    line-height: 1;
    color: #FFFFFF;
    display: block;
    margin-bottom: 25px;
}

.inside-text-about p {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;
}

.flex-row-about:first-child {
    position: relative;
    top: -100px;
    margin-bottom: -100px;
}

.column-about.about-img img {
    width: auto;
    max-width: 630px;
}

.flex-row-about:first-child .about-text {
    margin-top: 90px;
}

.flex-row-about:last-child {
    margin-top: 20px;
}

section.about-text {
    padding-bottom: 20px;
    padding-top: 5px;
    margin-top: 110px;
}

input.quantity_input:focus {
    outline: none;
    box-shadow: none;
}

.item-other {
    position: relative;
    background-image: url(/image/catalog/home/other-cat-bg1.png);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 14px;
    display: flex;
    align-items: center;
    overflow: hidden;
    margin-bottom: 30px;
}

.other-categories .col-sm-6:nth-child(2) .item-other,
.other-categories .col-sm-6:nth-child(3) .item-other {
    background-image: url(/image/catalog/home/other-cat-bg2.png);

}

.item-other {
    transition: all 0.3s ease-in-out;
}

.item-other img {
    margin-right: 0;
}

.item-other:hover {
    /* box-shadow: 0px 0px 30px 3px rgb(255 255 255 / 46%); */
    box-shadow:
        -6px 0 20px 5px rgba(200, 60, 100, 0.15),
        0 0 28px 8px rgba(80, 150, 255, 0.40),
        8px 0 30px 7px rgba(150, 100, 255, 0.25),
        0 0 45px 12px rgba(110, 170, 255, 0.18);
}

img.right-img-absolut {
    height: auto;
    position: absolute;
    right: 0;
    width: auto;
}

.inside-mas-cats {
    padding: 30px 30px;
    width: 100%;
}

a.title-cat-other {
    /* font-weight: bold; */
    font-size: 32px;
    line-height: 1.2;
    color: #FFFFFF;
    margin-bottom: 15px;
    display: block;
    font-family: "Russo One", sans-serif;
}

nav.inside-link-other-cats {
    display: flex;
    flex-wrap: nowrap;
    height: 85px;
    align-items: baseline;
    flex-direction: column;
}

.item-other-popular nav.inside-link-other-cats {
    height: 146px;
}

nav.inside-link-other-cats a {
    /* flex-basis: 50%; */
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    color: #FFFFFF;
    text-shadow: none;
    position: relative;
}

nav.inside-link-other-cats a:after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    border-bottom: 2px solid white;
    width: 0;
    background-color: white;
    transition: 0.7s;
}

nav.inside-link-other-cats a:hover:after {
    width: 100%;
}

a.blue-link.link-to-cat {
    background: rgba(255, 255, 255, 0.16);
    border-radius: 6px;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    /* identical to box height, or 119% */
    color: #FFFFFF;
    padding: 12px 18px;
    display: inline-block;
    margin-top: 18px;
    transition: all 0.4s ease-in-out;
}

a.blue-link.link-to-cat:hover {
    background: #fff;
    color: #0cacd0;
}

a.blue-link.link-to-cat:hover span {
    background: #0cacd0;
}

a.blue-link.link-to-cat:hover span:after {
    border-color: #0cacd0;
}


span.arrow-right-angle {
    display: inline-block;
    width: 10px;
    height: 1.5px;
    background: #fff;
    border-radius: 20px;
    position: relative;
    top: -3px;
    margin-left: 5px;
    transition: all 0.4s ease-in-out;
}

span.arrow-right-angle:after {
    content: "";
    transition: all 0.4s ease-in-out;
    width: 5px;
    height: 5px;
    display: inline-block;
    position: absolute;
    right: 0;
    border: 1px solid #fff;
    transform: rotate(45deg);
    border-left: 0px;
    border-bottom: 0px;
    right: -1px;
    top: -2px;
}

.form-right-other-cats {
    background: #FFFFFF;
    border-radius: 14px;
    padding: 32px 30px;
    height: 266px;
}

span.form-title {
    font-weight: bold;
    font-size: 31px;
    line-height: 37px;
    /* identical to box height, or 116% */
    letter-spacing: 0.02em;
    color: #2E3230;
    margin-bottom: 18px;
    display: block;
}

.flex-row-others {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 30px;
    flex-direction: column;
}

.flex-row-others>* {
    flex-basis: 50%;
}

a.link-form-tel {
    text-align: right;
    font-weight: 800;
    font-size: 40px;
    line-height: 37px;
    /* identical to box height, or 116% */
    color: #0cacd0;
    text-shadow: none;
    margin-top: 30px;
}

span.desc-form {
    font-size: 16px;
    line-height: 19px;
    color: #585C5A;
    width: 100%;
    max-width: 465px;
}

span.desc-form span {
    font-weight: bold;
}

div#form-inside-tel {
    display: flex;
    flex-wrap: wrap;
}

.inside-input-block input {
    border: 1px solid #DFDFDF;
    box-sizing: border-box;
    border-radius: 6px;
    height: 50px;
    font-size: 13px;
    line-height: 19px;
    color: #000;
    padding: 15px;
    margin-right: 10px;
}

button.type-submit {
    width: 100%;
    display: block;
    background: #0cacd0;
    border-radius: 6px;
    height: 49px;
    border: none;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
}

button.type-submit-tab {
    width: 100%;
    max-width: 30px;
    height: 31px;
    display: block;
    background: #0cacd0;
    border-radius: 3px;
    height: 31px;
    border: none;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    display: none;
    padding-bottom: 5px;
}

.inside-input-block {
    flex-basis: 36%;
    margin-right: 1%;
}

.inside-input-block:last-child {
    flex-basis: 26%;
    margin-right: 0px;
}

.inside-input-block input {
    width: 100%;
}

section.other-categories {
    margin-top: 50px;
}

.about-text-bg {
    background-image: url("/image/catalog/home/about.jpg");
    background-size: cover;
    border-radius: 29px;
    padding: 25px;
}

.about-text-inside-bg {
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(40px);
    border-radius: 15px;
    padding: 25px 30px 1px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #2E3230;
}

.about-text-inside-bg p {
    margin-bottom: 25px;
}

section.about-company-before {
    margin-top: 25px;
}

section.review-section {
    margin-top: 60px;
}

.inside-reviw {
    display: flex;
    align-items: center;
}

.img-review img {
    border-radius: 100%;
}

.img-review {
    flex-basis: 40%;
    max-width: 184px;
    height: 184px;
    margin-right: 51px;
    background: linear-gradient(180deg, #8AC3FF 0%, #5894D3 100%);
    border-radius: 50%;
    position: relative;
}

.review-word-name {
    font-family: 'Gilroy';
    font-weight: 600;
    font-size: 84px;
    color: #FFFFFF;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.desc-review {
    flex-basis: 100%;
}

span.fio-text {
    display: block;
    /* margin-bottom: 15px; */
    display: flex;
    align-items: center;
    gap: 15px;
    font-weight: 700;
    font-size: 18px;
    line-height: 89%;
    color: #fff;
}

.fio_letter {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #0cacd0;
    font-weight: 400;
    font-size: 18px;
    line-height: 122%;
    text-align: center;
    color: #fff;
}

span.text-review {
    display: block;
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    color: #fff;
}



span.date-review {
    display: block;
    font-size: 14px;
    line-height: 16px;
    color: #ACACAC;
    margin-top: 15px;
}


.review-section span.arrow-btn-slider:before {
    border-color: #fff;
}

.review-section .owl-nav {
    text-align: center;
    max-width: 180px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    margin-top: 45px;
}

.link-to-login {
    color: #fff;
}

.review-section .owl-dots {
    max-width: 50px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 19px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.review-section button.owl-dot.active {
    border: 1px solid #fff !important;
    box-sizing: border-box;
    transform: matrix(-1, 0, 0, 1, 0, 0);
    border-radius: 100%;
    height: 18px;
    display: flex;
    align-items: center;
    margin: 0px !important;
}

.review-section button.owl-dot.active span {
    background: #fff;
}

button.owl-dot {
    margin: 0 5px;
}

.review-section .owl-dots span {
    background: #fff;
    transform: matrix(-1, 0, 0, 1, 0, 0);
    width: 8px;
    height: 8px;
    display: inline-block;
    margin: 0px 4px;
    border-radius: 100%;
}

.seo-text-footer .heading-title-module:before {
    width: calc(50% - 160px);
}

.seo-text-footer .heading-title-module:after {
    width: calc(50% - 160px);
}

.wrapper-text-seo {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #2E3230;
}

.wrapper-text-seo p {
    margin-bottom: 25px;
}

section.seo-text-footer {
    margin-top: 45px;
}

footer {
    background-color: #fff;
    padding: 60px 0px;
}

.social-block-footer img {
    width: 18px;
    height: 18px;
    margin-right: 7px;
    filter: brightness(11);
}

.social-block-footer a {
    background: transparent;
    border-radius: 7px;
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.4s;
    padding: 0 12px;
    font-weight: 600;
    font-size: 11px;
    line-height: 137%;
    color: #fff;
    border: 1px solid #fff;
}

.social-block-footer a:hover {
    color: black;
}

span.arrow-btn-slider.right-arrow:before {
    left: 19px;
}

nav.inside-link-other-cats.column-inside-cat {
    flex-wrap: nowrap;
    flex-direction: column;
    display: block;
}

nav.inside-link-other-cats.column-inside-cat a {
    display: block;
}

.social-block-footer {
    display: flex;
    /* justify-content: center; */
    margin-top: 20px;
    flex-direction: column;
    gap: 10px;
    /* align-items: center; */
}

.footer_soc_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-top: 20px;
}

.footer_soc_wrapper img {
    width: 20px;
}

#product-search h1+p {
    color: white;
}

.footer_soc_wrapper a {
    /* width: 24px;
    height: 24px; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.review_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 15px;
}

.footer_soc_wrapper a svg {
    width: 43px;
    height: 43px;
}

.white_txt {
    color: #fff;
}

span.title-menu-footer {
    font-weight: 300;
    font-size: 17px;
    line-height: 106%;
    color: #0cacd0;
    display: block;
    margin-bottom: 20px;
    font-family: "Russo One", sans-serif;
}

nav.menu-inside-footer a {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #585C5A;
    flex-basis: 50%;
    margin-bottom: 15px;
}

.inside-menu-footer.padding-left-30 {
    padding-left: 30px;
}

.inside-menu-footer.padding-left-40 {
    padding-left: 60px;
}

.inside-menu-footer .column-menu {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 250px;
}

.popular-link-item {
    margin-right: 20px;
}

nav.column-menu a {
    font-weight: 500;
    font-size: 14px;
    line-height: 129%;
    color: #fff;
    margin-bottom: 11px;
    display: block;
}

footer .col-sm-2 {
    width: 13.666667%;
}

.work_time span {
    font-weight: 400;
    font-size: 14px;
    line-height: 137%;
    color: #fff;
    font-family: "Russo One", sans-serif;
}

.row_copyright {
    /* margin-top: 100px;*/
    margin-top: 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.row_copyright span {
    font-weight: 400;
    font-size: 14px;
    line-height: 180%;
    color: #fff;
}

.row_copyright a {
    font-weight: 500;
    font-size: 15px;
    line-height: 168%;
    color: #fff;
}

.work_time {
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: flex-end;
}

.tel-right-footer a {
    font-weight: 400;
    font-size: 18px;
    line-height: 107%;
    color: #fff;
    margin-bottom: 10px;
    display: block;
    font-family: "Russo One", sans-serif;
    text-align: end;
}

.mail-footer .mail-link {
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #fff;
    margin: 15px 0 25px;
    display: block;
    text-align: end;
}

.footer_contacts.col-sm-2 {
    width: 16%;
}

span.text-adress {
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    color: #2E3230;
    text-align: right;
    display: block;
    padding-left: 5px;
}

.row-copyright {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    font-size: 13px;
    line-height: 15px;
    color: #9A9A9A;
}


.text-right-copyright a {
    font-weight: bold;
    color: #9A9A9A;
}

.nav>li>a {
    transition: all 0.4s ease-in-out;
}

.nav>li>a:after {
    transition: all 0.4s ease-in-out;
}

.nav>li>a:hover {
    background: transparent;
    color: #0cacd0 !important;
}

.nav>li>a:hover:after {
    border-color: #0cacd0 !important;
}

.nav.navbar-nav .dropdown-menu {
    float: none;
    background: #FFFFFF;
    box-shadow: 0px 4px 12px rgb(52 87 10 / 16%);
    border-radius: 6px;
    border: none;
    top: 46px;
    min-width: 200px;
    height: auto;
    padding: 0px;
    /* overflow: hidden; */
}

.header_submenu {
    position: absolute;
    top: 0;
    background: white;
    list-style: none;
    left: 100%;
    padding-left: 0;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
    translate: -20px 0;
}

.header_submenu a {
    white-space: nowrap;
}

.header_submenu_wrapper {
    position: relative;
}

.header_submenu_wrapper:hover .header_submenu {
    opacity: 1;
    visibility: visible;
    translate: 0 0;
    border-radius: 10px 10px 10px 10px;
}

.header_submenu_link {
    position: relative;
}

.header_submenu_link:after {
    content: "";
    width: 8px;
    height: 9px;
    display: block;
    transform: rotate(-90deg);
    position: absolute;
    top: 50%;
    right: 6px;
    translate: 0 -50%;
    background-image: url(/image/catalog/Arrowdownorder.png);
    background-repeat: no-repeat;
    background-size: contain;
    filter: brightness(0);
}

.to_free_del {
    display: none;
}

.dropdown-menu a:hover {
    background: #f4f5f7 !important;
    color: #0cacd0 !important;
}

.dropdown-menu a,
.menu_item_nolink {
    font-weight: 500;
    font-size: 15px;
    line-height: 13px;
    color: #2E3230;
    padding: 10px 12px;
    height: 100% !important;
    position: relative;
    display: block;
    border-bottom: 2px solid #efefef;
    border-radius: 10px;
    text-transform: none;
}

#top #form-language .language-select:hover {
    background: transparent;
    color: #0cacd0 !important;
    transition: all 0.4s ease-in-out;
}



@media (min-width: 1360px) {
    .container {
        max-width: 1326px;
        padding: 0px 15px;
        width: 100%;
    }
}

@media (min-width: 1200px) {

    #content .col-lg-2:nth-child(6n+1),
    #content .col-lg-3:nth-child(4n+1),
    #content .col-lg-4:nth-child(3n+1),
    #content .col-lg-6:nth-child(2n+1) {
        clear: left;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {

    #content .col-md-2:nth-child(6n+1),
    #content .col-md-3:nth-child(4n+1),
    #content .col-md-4:nth-child(3n+1),
    #content .col-md-6:nth-child(2n+1) {
        clear: left;
    }
}

@media (min-width: 768px) and (max-width: 991px) {

    #content .col-sm-2:nth-child(6n+1),
    #content .col-sm-3:nth-child(4n+1),
    #content .col-sm-4:nth-child(3n+1),
    #content .col-sm-6:nth-child(2n+1) {
        clear: left;
    }
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left .product-layout .col-md-3 {
        width: 100%;
    }

    #column-left+#content .product-layout .col-md-3 {
        width: 50%;
    }

    #column-left+#content+#column-right .product-layout .col-md-3 {
        width: 100%;
    }

    #content+#column-right .product-layout .col-md-3 {
        width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout,
#column-right .product-layout {
    width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
    min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}

/* fix oclabs */
.alert-dismissable .close,
.alert-dismissible .close {
    right: -1px;
}

button.btn-transparent {
    width: 40px;
    height: 40px;
    padding: 0px !important;
    margin: 0px !important;
    transition: all 0.4s ease-in-out;
    border-radius: 6px;
    /* display: none; */
    background: rgba(91, 161, 235, 0.27);
    backdrop-filter: blur(12px);
}

button.btn-transparent:hover {
    background: rgba(91, 161, 235, 0.27);
    backdrop-filter: blur(12px);
    border-radius: 6px;
}

.try_text {
    margin-top: 60px;
}

.try_text_wrapper img {
    width: 100%;
    border-radius: 16px;
    display: block;
}

.try_text_wrapper {
    position: relative;
}

.try_text_side {
    position: absolute;
    left: 50px;
    top: 45%;
    translate: 0 -50%;
    display: flex;
    flex-direction: column;
    gap: 25px;
    align-items: flex-start;
}

.try_text_side span {
    text-align: left;
    font-size: 38px;
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    font-style: italic;
    font-weight: 900;
    line-height: 118%;
    text-transform: uppercase;
}

.try_text_side span span {
    color: #00b3fd;
}

.try_text_side a {
    height: 51px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    padding: 0 26px;
    height: 51px;
    background: #00abcf;
    border: 1px solid #00abcf;
    font-weight: 600;
    font-size: 16px;
    line-height: 119%;
    color: #fff;
    transition: 0.3s;
}

.bestseller h2 {
    margin-top: 0;
}

.bestseller {
    margin-top: 80px;
}

.try_text_side a:hover {
    border: 1px solid #00abcf;
    color: #00abcf;
    background: transparent;
}

.inside-input-block input:focus {
    outline: none;
}

input.error-validate {
    border: 1px solid #FF6B6B;
    box-sizing: border-box;
    box-shadow: inset 0px 0px 13px rgba(255, 52, 50, 0.15);
    border-radius: 6px;
}

input.success-validate {
    border: 1px solid #0cacd0;
}

h1.category-title {
    font-weight: bold;
    font-size: 32px;
    line-height: 1.2;
    color: #fff;
    text-shadow: none;
    margin-top: 0px;
    margin-bottom: 0px;
}

label.input-group-addon {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: #6D716E;
    background: transparent;
    border: none;
    text-align: right;
    padding: 0px !important;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    float: none;
}

.form-control:focus {
    border-color: transparent;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.change-sort {
    font-weight: 600;
    font-size: 16px !important;
    line-height: 17px;
    color: #2E3230;
    text-align: right;
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 0px !important;
    margin-top: -10px !important;
}

.flex-row-category .row {
    display: flex;
    align-items: center !important;
}

.list-group-item {
    border: none;
    padding: 0px;
    border-bottom: 1px solid #F4F5F6;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.list-group-widget {
    background: #FFFFFF;
    border-radius: 10px;
    padding: 25px;
}

.list-group-item.ocfilter-option.price-block-option {
    margin-bottom: 10px;
}

.ocfilter-option .ocf-option-name {
    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 19px;
    color: #2E3230;
    margin-bottom: 12px !important;
}

.ocfilter-option label {
    text-decoration: none;
    font-weight: 500;
    font-size: 14px !important;
    line-height: 16px !important;
    color: #4A4F4C !important;
    position: relative;
}

.ocfilter-option label input {
    position: relative;
    top: 2px;
}

small.badge {
    font-weight: 300;
    font-size: 12px !important;
    line-height: 14px;
    color: #8F8F8F;
    background: transparent !important;
    padding: 0px !important;
    position: relative;
    top: -1px;
}

span.custom-check {
    border: 1px solid #D2D2D2;
    box-sizing: border-box;
    border-radius: 3px;
    width: 18px;
    height: 18px;
    display: inline-block;
    position: relative;
    float: left;
    margin-right: 7px;
}

.ocfilter-option label input:checked~.custom-check {
    background: #0cacd0;
    border-color: #0cacd0;
}

.ocfilter-option label input:checked~.custom-check:before {
    content: "";
    display: block;
    position: absolute;
    left: 4px;
    right: 0;
    bottom: 0;
    top: 1px;
    width: 7px;
    height: 10px;
    border: 2px solid #fff;
    border-radius: 2px;
    transform: rotate(45deg);
    border-left: 0px;
    border-top: 0px;
}

.ocfilter-option label input {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    opacity: 0;
}

.relative-name-check {
    position: relative;
    top: 1px;
}

.noUi-origin.noUi-connect.noUi-draggable {
    background: #d6f7ff !important;
    box-shadow: none !important;
    border: none !important;
    height: 7px !important;
}

div#scale-price {
    box-shadow: none !important;
    border: none;
    background: transparent;
    height: 7px;
}

.noUi-pips.noUi-pips-horizontal {
    display: none;
}

.noUi-horizontal .noUi-handle {
    width: 17px !important;
    height: 17px !important;
    left: -17px !important;
    top: -5px !important;
    background: #0cacd0;
    border-radius: 5px;
    box-shadow: none;
    border: none;
}

.noUi-handle:after {
    content: "";
    display: block;
    position: absolute;
    height: 5px !important;
    width: 7px !important;
    background: transparent !important;
    left: 6px !important;
    top: 6px !important;
    border-left: 1px solid #F6DDE2;
    border-right: 1px solid #F6DDE2;
}

.quantity_div span {
    /* background: rgba(0, 77, 132, 0.14); */
    width: 18px;
    height: 18px;
    align-items: center;
    display: flex;
    justify-content: center;
    border-radius: 100%;
    transition: all 0.3s ease-in-out;
    border: 1px solid rgba(235, 91, 119, 0.27);
}

.quantity_div span:hover {
    background: rgba(235, 91, 119, 0.27);
    border: 1px solid rgba(235, 91, 119, 0.27);
}

.noUi-handle:before {
    content: "";
    display: block;
    position: absolute;
    height: 7px !important;
    width: 1px !important;
    background: #EABFC8 !important;
    left: 8px !important;
    top: 5px !important;
}

.noUi-handle:after {
    left: 5px !important;
}

div#scale-price {
    margin-bottom: 10px;
    margin-right: 0px;
}

.flex-price-block {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -10px;
}

.item_price_block {
    display: flex;
    align-items: center;
    gap: 17px;
}

.flex-price-block .item-price-block {
    flex-basis: calc(50% - 20px);
    margin: 5px 10px;
}

.flex-price-block .item-price-block input {
    width: 100%;
    min-width: auto;
    background: #F4F5F6;
    border-radius: 7px;
    height: 38px;
    box-shadow: none;
    border: none;
    text-align: center;
    color: #2E3230;
    font-weight: 600;
    font-size: 14px;
}

.popover-content .btn.btn-primary {
    font-weight: bold;
    font-size: 15px;
    line-height: 20px;
    color: #0cacd0;
    background-color: #fff !important;
    border: none !important;
    background-image: none !important;
    box-shadow: none !important;
    padding: 0px !important;
    text-shadow: none !important;
}

.popover-content .btn.btn-primary:focus {
    outline: none;
}

.popover-content .btn.btn-primary:after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 5px;
    position: relative;
    top: 3px;
    background-image: url(/image/catalog/checkmarks1.svg);
    background-size: cover;
}

.ocfilter-option-popover {
    background: #FFFFFF;
    border: 1px solid #e6f2fb;
    box-sizing: border-box;
    /* box-shadow: 0px 0px 14px rgba(186, 65, 89, 0.13); */
    border-radius: 12px;
    height: 48px;
}

#product-category .popover.right>.arrow {
    border-right-color: #FBE6EA !important;
}

.list-group-item.selected-options {
    background: transparent !important;
}

.selected-options .ocfilter-option {
    background: transparent !important;
    padding: 0px !IMPORTANT;
}

button.btn.btn-xs.btn-danger:focus,
button.btn.btn-xs.btn-danger:active {
    outline: none;
    color: #6D716E;
    background: #E3E8EC;
}

.price-block-option .ocf-option-values {
    background: #F4F5F6;
    border-radius: 7px;
}

.noUi-background {
    background: #F4F5F6;
    /* border-radius: 7px !important; */
    box-shadow: none !important;
}

.noUi-origin.noUi-connect.noUi-draggable {
    border-radius: 7px !important;
    box-shadow: none !important;
}

.selected-options button.btn-danger {
    background: #E3E8EC;
    border-radius: 14px;
    border: none;
    font-size: 10px;
    line-height: 14px;
    color: #6D716E;
    height: 28px;
    padding: 0px 9px !important;
    margin-bottom: 5px;
    margin-right: 5px;
    box-shadow: none !important;
    text-shadow: none !important;
}

.selected-options button.btn.btn-block.btn-danger {
    width: auto;
    background: transparent;
    box-shadow: none;
    color: #6D716E;
    padding: 0px !important;
}

.list-group-item.selected-options {
    display: flex;
    flex-wrap: wrap;
    box-shadow: none;
    border: none;
}

span.del-block {
    display: inline-block;
    margin-left: 2px;
    font-size: 23px;
    transform: rotate(45deg);
    position: relative;
    top: 5px;
    line-height: 0;
    margin-right: -2px;
}


span.name-sort {
    display: flex;
    text-align: right;
    justify-content: flex-end;
    align-items: center;
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    color: #fff;
}

span.name-sort .arrow-down {
    margin-left: 10px;
    position: relative;
    top: -2px;
}

.select-sort {
    margin-top: -5px;
    position: relative;
}

.dropdown-select {
    position: absolute;
    right: 0;
    z-index: 9;
    background: #FFFFFF;
    box-shadow: 0px 4px 12px rgb(52 87 10 / 16%);
    border-radius: 6px;
    top: 35px;
}

.sorting-block-blog .dropdown-select {
    z-index: 50;
}

.sorting-block-blog .control-label {
    margin-bottom: 8px;
}

.blog-header {
    display: flex;
    align-items: center;
}

/* .dropdown-select-style {
    min-height: 375px;
} */

.item-select {
    font-weight: 500;
    font-size: 14px;
    line-height: 13px;
    /* identical to box height */
    color: #2E3230;
    padding: 10px 12px;
    border-bottom: 1px solid #EFEFEF;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
    white-space: nowrap;
}

.item-select:last-child {
    border: none;
}

.item-select.selected-block {
    color: #0cacd0;
}

.item-select:hover {
    color: #0cacd0;
}

.flex-btn-ocfilter {
    display: flex;
    justify-content: flex-end;
}

.dropdown-select {
    max-height: 0px;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
}

.select-sort {
    border: 1px solid #fff;
    border-radius: 6px;
    height: 35px;
    width: 140px;
    display: flex;
    justify-content: center;
    margin-left: auto;
}

.select-sort:hover .dropdown-select {
    max-height: 200px;
}

.select-sort:hover .dropdown-select-style {
    max-height: 375px;
}

ul.nav.nav-tabs.tabs-block-top {
    border: none;
}

.bg-row-block {
    background: #fff;
    border-radius: 20px;
    padding: 20px;
    position: relative;
    isolation: isolate;
    overflow: hidden;
}

.flex-heading-row {
    display: flex;
    align-items: flex-start;
}

.btn-group.btn-group-heading {
    display: flex;
}

h1.product-title {
    font-weight: bold;
    font-size: 32px;
    line-height: 36px;
    /* or 112% */
    color: #2E3230;
    margin-top: 0px;
}

.btn-group.btn-group-heading button {
    border: 1px solid #F2F2F2;
    box-sizing: border-box;
    border-radius: 10px;
    margin-left: 10px !important;
}

.flex-row-thumb {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -15px;
    /* align-items: center; */
}

.flex-row-thumb>div {
    flex-basis: calc(50% - 30px);
    margin: 0px 15px;
    display: flex;
    flex-direction: column;
}

span.stock-item {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: #00bc52;
    /* background: #F2FBE8; */
    border-radius: 6px;
}

.rating_block_prod {
    margin: 0;
    padding: 0;
}

span.stock-item:before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #00bc52;
    border-radius: 100%;
    margin-right: 7px;
    margin-left: -2px;
    position: relative;
    top: -1px;
}

span.sku-item {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: #6D716E;
    margin-bottom: 10px;
    text-align: end;
    /* margin-left: 15px; */
}

span.sku-item span {
    color: #8E9591;
}

.rating_block_prod .review-count {
    font-weight: 500;
    font-size: 12px;
    line-height: 117%;
    color: #8e9591;
    display: inline-block;
    margin-left: 8px;
}

.flex-stock-sku {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
    position: relative;
    justify-content: space-between;
}

.attribute-block {
    max-width: 400px;
    display: block;
    margin-top: 20px;
}

.flex-row-main {
    display: flex;
    flex-wrap: wrap;
}

.flex-row-main>div {
    flex-basis: 50%;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    /* or 171% */
    color: #2E3230;
}

.value-item-main {
    text-align: left;
}

.name-item-main {
    position: relative;
    background: #fff;
    z-index: 8;
}

.name-item-main span {
    background: #fff;
    position: relative;
    z-index: 9;
    padding-right: 2px;
}

.name-item-main:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 6px;
    border-bottom: 1px dashed #ADADAD;
    z-index: 1;
}

.option-wrapper .control-label {
    font-size: 15px;
    line-height: 19px;
    color: black;
    margin-bottom: 4px;
}

.flex-row-option {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    row-gap: 10px;
}

.flex-row-option .radio {
    margin: 0px;
    margin-right: 10px;
    position: relative;
    /* flex-basis: 74px; */
}

.flex-row-option .radio input {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0px !important;
    z-index: 9;
    opacity: 0;
}

.flex-row-option .radio label {
    padding: 0px;
    width: 100%;
    display: block;
}

.other_brands_slider .owl-item:has(.product_related_current) {
    display: none !important;
}

.brand-rating {
    display: flex;
}

.brand-rating:has(.rating-text) {
    display: block;
}

span.custom-radio {
    display: flex;
    width: 100%;
    height: 30px;
    padding: 0 7px;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 12px;
    line-height: 19px;
    /* identical to box height, or 136% */
    color: #000000;
    border: 1px solid #E1E9EF;
    box-sizing: border-box;
    border-radius: 6px;
    overflow: hidden;
    transition: all 0.2s ease-in-out;
}

.flex-row-option .radio input:checked~.custom-radio {
    background: #0cacd0;
    border-radius: 10px;
    color: #fff;
}

span.custom-radio:hover {
    background: #0cacd0;
    border-radius: 10px;
    color: #fff;
}

.option-wrapper {
    /* margin-top: 30px; */
    height: auto;
    margin-bottom: 15px;
    order: 1;
}

.sticky_prod_block_price .btn-block {
    width: auto;
    font-size: 15px !important;
}

.option-wrapper .text-danger {
    margin-top: 12px;
}

span.price-text {
    font-weight: 700;
    font-size: 35px;
    line-height: 120%;
    color: #2e3230;
    white-space: nowrap;
}

button#button-cart,
#button-cart-fixed {
    background: #0cacd0;
    border: 1px solid #0cacd0;
    border-radius: 10px;
    border: none;
    font-weight: 600;
    font-size: 18px;
    line-height: 17px;
    color: #FFFFFF;
    height: 50px;
    transition: 0.4s;
}

button#button-cart:hover,
#button-cart-fixed:hover {
    background: #fff;
    border: 1px solid #0cacd0;
    color: #0cacd0;
}

.prod_wish_wrapper img {
    pointer-events: none;
}

span.icon-basket.icon-blue-basket svg {
    width: 17px;
    height: 17px;
}

span.icon-basket.icon-blue-basket path {
    fill: #fff;
    transition: 0.4s;
}

button#button-cart:hover path,
#button-cart-fixed:hover path {
    fill: #0cacd0;
}

.flex-input-block {
    display: flex;
    max-width: 350px;
    margin-top: 25px;
}

.input-group.number-spinner {
    display: flex;
    align-items: center;
    margin-left: 25px;
    border: 1px solid #e3e3e3;
    border-radius: 7px;
    overflow: hidden;
}

.input-group.number-spinner span button {
    background: transparent;
    border: unset !important;
    box-sizing: border-box;
    /* Note: backdrop-filter has minimal browser support */
    box-shadow: none !important;
    text-shadow: none !important;
    display: flex;
    padding: 0px;
    float: none !important;
    min-width: 43px;
    min-height: 43px;
    border-radius: 0 !important;
    align-items: center;
    justify-content: center;
}

.input-group.number-spinner .input-group-btn {
    box-shadow: none !important;
    text-shadow: none !important;
    display: block !important;
    float: none !important;
    width: auto;
}

span.icon-basket.icon-blue-basket {
    margin-left: 10px;
    margin-right: 0px;
}

li.image-additional .thumbnail img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

li.image-additional .thumbnail {
    height: 90px;
    width: 90px;
}

.btn-group-heading .btn-transparent-prod {
    width: 50px;
    height: 50px;
    background: transparent;
    border-radius: 10px;
    border: 1px solid #0cacd0 !important;
    position: relative;
}

.bg-row-block-bg {
    position: absolute;
    z-index: -1;
    bottom: 0;
    right: 0;
    pointer-events: none;
}

.del_info_prod {
    background: #ebfbff;
    border-radius: 12px;
    padding: 4px 12px 8px 0;
    display: flex;
    align-items: center;
    gap: 13px;
    order: 3;
    margin-top: 15px;
}

.del_info_prod_txt {
    padding-top: 5px;
    font-size: 15px;
    line-height: 120%;
    color: #2a2e2c;
}

.btn-transparent-prod svg {
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
}

.number-spinner input#input-quantity {
    display: block !important;
    padding: 0px;
    width: auto;
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    color: #2E3230;
    min-width: auto;
    text-align: center;
    border: none;
    box-shadow: none;
    margin-left: 0;
    margin-right: 0;
    height: 43px;
    width: 55px;
    border-right: 1px solid #e3e3e3;
    border-left: 1px solid #e3e3e3;
}

.form-group {
    margin-bottom: 0px;
}

.list-price {
    margin-top: 15px;
    display: flex;
}

input.input-tel {
    border: 1px solid #DFDFDF;
    box-sizing: border-box;
    border-radius: 10px;
    height: 50px;
    padding-left: 15px;
    font-size: 13px;
    line-height: 19px;
    color: #2e3230;
    width: 230px;
}

button.quick-buy {
    background: #EEF5FA;
    border-radius: 10px;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #0cacd0;
    height: 51px;
    border: none;
    padding: 0px 25px;
    margin-left: -20px;
    position: relative;
    top: 1px;
}


.quick-buyer-block {
    display: none;
    margin-top: 17px;
}

input.input-tel::placeholder {
    color: #AEAEAE;
}

.number-spinner .arrow-down:before,
.number-spinner .arrow-up:before {
    width: 8px;
    height: 8px;
}

input:focus,
button:focus {
    outline: none !important;
    box-shadow: none !important;
}

a.thumbnail {
    border: unset !important;
    box-sizing: border-box !important;
    border-radius: 19px !important;
    margin-bottom: 0px;
}

.main-thumb-block .thumbnail img {
    border-radius: 15px;
}

.article-title {
    color: white;
}

.dop-image-block {
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
}

li.image-additional .thumbnail {
    border: unset !important;
    box-sizing: border-box;
    border-radius: 9px !important;
    margin: 0px;
}

.image-additional img {
    border-radius: 8px;
}

.price-text-old {
    font-size: 18px !important;
    font-weight: 300 !important;
}

li.main-thumb-block,
div.main-thumb-block {
    width: 100%;
    margin-left: 10px;
    padding-left: 0px;
    overflow: hidden;
    position: relative;
}

span.sticker.product-sticker {
    text-align: center;
}

.product_title_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 20px;
}

.dop-image-block {
    flex-basis: 124px;
    overflow-y: auto;
    padding-right: 20px;
    height: 500px;
    list-style: none;
    padding-left: 0;
}


.dop-image-block::-webkit-scrollbar {
    width: 3px;
}

.dop-image-block::-webkit-scrollbar-track {
    background: #E0E7EC;
    border-radius: 3px;
}

.dop-image-block::-webkit-scrollbar-thumb {
    background: #0cacd0;
    border-radius: 3px;
}

ul.tabs-block-top {
    padding: 14px;
    list-style: none;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    margin-top: 20px;
    background-color: #2E3230;
    border-radius: 6px;
}

ul.tabs-block-top li {
    margin-right: 25px;
}

ul.tabs-block-top li a {
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    position: relative;
}


/* ul.tabs-block-top li a.active-tab-product {
    color: #0cacd0;
} */

ul.tabs-block-top li a.active-tab-product:after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    bottom: -15px;
    height: 2px;
    background-color: #0cacd0;
}


.prod_descr_titles {
    font-weight: 700;
    font-size: 24px;
    line-height: 83%;
    color: #fff;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    cursor: pointer;
}

.descr_prod_item {
    margin-top: 20px;
    background: #1b2025;
    border-radius: 15px;
    padding: 25px;
}

div#tab-specification,
div#tab-description {
    margin-top: 0;
    background: #1b2025;
    border-radius: 15px;
    padding: 25px;
}

.sticky_prod_img {
    width: 295px;
    aspect-ratio: 1 / 1;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    position: relative;
}

.sticky_prod_img .img_prod_fix {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 15px;
}

img.mfp-img {
    border-radius: 15px;
    padding: 0 !important;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    top: -50px;
}

.reviews_product_wrapper p {
    color: #fff;
}

.prod_fix_sale {
    position: absolute;
    top: -15px;
    right: -21px;
    z-index: 10;
}

#product-category:has(.pagination li.active:last-child) .col-lg-4.col-md-4.pagination-text-justify {
    display: none;
}

#product-category:has(.pagination li.active:last-child) .row-pagination-container .text-left {
    max-width: 100%;
    flex-basis: 100%;
}

.descr_prod_in {
    font-weight: 300;
    font-size: 15px;
    line-height: 160%;
    color: #fff;
}

div#tab-dopusk {
    margin-top: 0;
}

.attribute-groupe {
    border-radius: 0;
    overflow: hidden;
}

.flex-row-attribute {
    display: flex;
    padding: 0;
    color: #fff;
    flex-wrap: nowrap;
    background: transparent;
    border-bottom: unset;
    position: relative;
    isolation: isolate;
    margin-bottom: 7px;
    align-items: end;
}

.flex-row-attribute:before {
    content: '';
    position: absolute;
    width: 100%;
    z-index: -1;
    border: 1px dashed rgba(255, 255, 255, 0.25);
    bottom: 5px;
}

.product_related_wrapper .slick-arrow {
    position: absolute;
    top: unset;
    bottom: -35px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: unset;
    left: 27%;
    translate: -50% 0;
    z-index: 50;
    font-size: 0;
    transition: 0.4s;
    backdrop-filter: blur(4px);
    background: #262d37;
}

.product_related_wrapper .slick-arrow:hover {
    border: 1px solid #0cacd0;
}

.product_related_wrapper .slick-next {
    left: 73%;
}

.product_related_wrapper .slick-prev {
    rotate: 180deg;
}

.product_related_wrapper .slick-arrow:before {
    content: "";
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    border: 2px solid #fff;
    border-radius: 2px;
    transform: rotate(45deg);
    left: 50%;
    top: 50%;
    translate: -50% -50%;
    border-left: 0px;
    border-bottom: 0px;
    transition: 0.4s;
}

.product_related_wrapper .slick-arrow:hover:before {
    border: 2px solid #0cacd0;
    border-left: 0px;
    border-bottom: 0px;
}

.product_related_wrapper .icon-basket {
    display: none;
}

.product_related_wrapper .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: -15px;
    left: 50%;
    translate: -50% 0;
    gap: 10px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.product_related_wrapper .slick-dots button {
    background: #262d37;
    border: unset;
    border-radius: 50%;
    width: 8px;
    min-width: 8px;
    height: 8px;
    padding: 0;
    font-size: 0;
    color: transparent;
}

.char_review_wrapper {
    margin-bottom: 60px;
    display: flex;
    gap: 40px;
    margin-top: 30px;
}


.product_related_wrapper p.price {
    font-size: 24px;
}

.product_related_wrapper .product-image-card a {
    display: flex;
    justify-content: center;
}

.product_related_wrapper .slick-track {
    display: flex;
    gap: 25px;
}

.product_related_wrapper {
    margin-bottom: 60px;
}

.name-attr {
    flex-basis: 35%;

}

.name-attr span {
    font-weight: 500;
    font-size: 15px;
    line-height: 160%;
    color: #fff;
    display: inline-block;
    background: #1b2025;
    position: relative;
    z-index: 5;
    padding-right: 15px;
}

.value-attr {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.other_prod_brands_title {
    font-weight: 700;
    font-size: 24px;
    line-height: 83%;
    color: #fff;
    margin-bottom: 25px;
}

.other_prod_brands {
    background: #1b2025;
    border-radius: 15px;
    padding: 25px;
    margin-bottom: 20px;
    position: relative;
    display: none;
}

.other_prod_brands:has(.other_brands_slider) {
    display: block;
}

.descr_prod_info {
    transition: 0.5s;
    overflow: hidden;
}

.descr_prod_info p a,
.seo_plus_list a {
    color: #d6f7ff;
    text-decoration: underline;
}

.descr_prod_item:has(.descr_prod_info.hide) .prod_descr_titles {
    margin-bottom: 0;
}

.descr_prod_item:has(.descr_prod_info.hide) .prod_descr_titles svg {
    rotate: 180deg;
}

.descr_prod_info.hide {
    max-height: 0;
}

.value-attr span {
    text-align: end;
    font-weight: 300;
    font-size: 15px;
    line-height: 160%;
    color: #fff;
    display: inline-block;
    background: #1b2025;
    position: relative;
    z-index: 5;
    padding-left: 15px;
}


.inside-description img {
    width: 100%;
    border-radius: 12px;
}

div#tab-description {
    margin-top: 20px;
}

.sticky_prod_block_name {
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    color: #fff;
    margin-bottom: 10px;
}

.sticky_prod_block_rev .review-count {
    font-weight: 500;
    font-size: 16px;
    line-height: 87%;
    color: #8e9591;
}

.price-text-fix span {
    font-weight: 700;
    font-size: 31px;
    line-height: 120%;
    color: #fff;
}

.sticky_prod_block_price {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    margin-top: 20px;
}

.sticky_prod_block_btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05), inset 0 1px 0 0 rgba(255, 255, 255, 0.2);
    background: #0cacd0;
    border-radius: 10px;
    height: 45px;
    font-weight: 600;
    font-size: 16px;
    line-height: 106%;
    text-align: center;
    color: #fff;
    width: 100%;
    max-width: 175px;
    transition: 0.3s;
    border: 1px solid #0cacd0;
}

.sticky_prod_block_btn:hover {
    background: transparent;
    color: #0cacd0;
    border: 1px solid #0cacd0;
}

.sticky_prod_block_rev .product_rating_cat {
    justify-content: flex-start;
    gap: 15px;
}

.sticky_prod_block_bottom {
    margin-top: 25px;
}

.item-download {
    background: #FFFFFF;
    border-radius: 20px;
    padding: 20px 27px;
    margin-bottom: 10px;
}

.item-download a {
    display: flex;
    height: 100%;
    align-items: center;
}

.item-download a img {
    margin-right: 10px;
}

.item-download span {
    font-weight: bold;
    font-size: 14px;
    line-height: 11px;
    /* or 79% */
    color: #0cacd0;
    border-bottom: 1px dashed;
}

div#tab-download {
    margin-top: 30px;
}

.sticky-review {
    position: sticky;
    top: 101px;
}

.text-rating {
    display: none;
}

.review-wrapper #form-review {
    display: flex;
    gap: 40px;
}

.reviews_product_wrapper {
    flex-basis: 70%;
}

.review_form {
    flex-basis: 30%;
}

div#tab-review {
    margin-top: 30px;
}

textarea#input-review,
input#input-name {
    box-sizing: border-box;
    box-shadow: none;
    font-size: 13px;
    line-height: 19px;
    padding: 15px;

    border: 1px solid #414f62;
    border-radius: 10px;
    width: 376px;
    height: 50px;

    font-weight: 500;
    font-size: 14px;
    line-height: 136%;
    color: #fff;
    opacity: 0.7;
    background-color: transparent;
}

textarea#input-review {
    height: 125px;
    resize: none;
}

input#input-name {
    height: 50px;
    margin-bottom: 15px;
}

.group-ocenka {
    margin: 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
    text-align: left;
    margin-top: 15px;
}

.buttons.btn-leave-review-block {
    margin: 0px;
}

.rating-group label {
    font-size: 13px;
    line-height: 19px;
    color: #AEAEAE;
    display: block;
    text-align: left !important;
    margin-bottom: 5px !important;
}

.rating-group {
    text-align: left;
}

button#button-review {
    background: #0cacd0;
    border: 1px solid #0cacd0;
    border-radius: 10px;
    height: 50px;
    border: none;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    padding: 15px 75px;
    transition: 0.4s;
}

button#button-review:hover {
    border: 1px solid #0cacd0;
    color: #0cacd0;
    background: transparent;
}

span.input-circle-rating {
    width: 13px;
    height: 13px;
    display: inline-block;
    border-radius: 100%;
    border: 1px solid #0cacd0;
    box-sizing: border-box;
    padding: 1px;
    position: relative;
    top: 2px;
}

span.input-circle-rating:before {
    content: "";
    position: absolute;
    left: 1px;
    right: 1px;
    bottom: 1px;
    top: 1px;
    background: #0cacd0;
    border-radius: 100%;
}

.head-block-review {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.author-rating {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 15px;
}

span.author-review {

    display: flex;
    align-items: center;
    gap: 15px;
}

.autor_txt {
    font-weight: 700;
    font-size: 18px;
    line-height: 89%;
    color: #fff;
}

.author-review-letter {
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #0cacd0;
    width: 40px;
    height: 40px;
    font-weight: 400;
    font-size: 18px;
    line-height: 122%;
    text-align: center;
    color: #fff;
}

.data-review {
    font-weight: 400;
    font-size: 14px;
    line-height: 114%;
    color: #fff;
    opacity: 0.5;
}

span.text-rating {
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    color: #0cacd0;
    margin-left: 5px;
}

.description-block-review {
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    color: #fff;
    margin-bottom: 15px;
}

.item-review-block {
    background: #1b2025;
    border-radius: 14px;
    padding: 30px;
    margin-bottom: 20px;
}

.stars_wrapper span {
    cursor: pointer;
}

/* 
span.out-circle-rating {
    width: 13px;
    height: 13px;
    display: inline-block;
    border-radius: 100%;
    border: 1px solid rgba(0, 77, 132, 0.22);
    box-sizing: border-box;
    padding: 1px;
    position: relative;
    top: 2px;
}

.stars-rating .wrap span {
    border: 1px solid rgba(91, 93, 235, 0.27);
    box-sizing: border-box;
    width: 32px;
    height: 32px;
    display: inline-block;
    border-radius: 100%;
    padding-right: 2px;
    position: relative;
}

.stars-rating .wrap span:before {
    content: "";
    border-radius: 100%;
    position: absolute;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    transition: all 0.3s ease-in-out;
}

.stars-rating .wrap span {
    transition: all 0.3s ease-in-out;
}

.stars-rating .wrap:hover span:before {
    content: "";
    border-radius: 100%;
    background: #0cacd0;
    position: absolute;
}

.stars-rating .wrap:hover span {
    border: 1px solid rgba(235, 91, 119, 0.27);
}

.stars-rating .wrap:hover span:hover~span:before {
    background: #fff;
}

.stars-rating .wrap:hover span:hover~span {
    border: 1px solid rgba(235, 91, 119, 0.27);
}

.stars-rating .wrap[data-rate="1"] span:nth-child(-n+1):before,
.stars-rating .wrap[data-rate="2"] span:nth-child(-n+2):before,
.stars-rating .wrap[data-rate="3"] span:nth-child(-n+3):before,
.stars-rating .wrap[data-rate="4"] span:nth-child(-n+4):before,
.stars-rating .wrap[data-rate="5"] span:nth-child(-n+5):before {
    background: #0cacd0;
}

.stars-rating .wrap[data-rate="1"] span:nth-child(-n+1),
.stars-rating .wrap[data-rate="2"] span:nth-child(-n+2),
.stars-rating .wrap[data-rate="3"] span:nth-child(-n+3),
.stars-rating .wrap[data-rate="4"] span:nth-child(-n+4),
.stars-rating .wrap[data-rate="5"] span:nth-child(-n+5) {
    border: 1px solid #0cacd0;
} */

.nav-fixed-top {
    position: fixed;
    left: 0;
    right: 0;
    top: 0px;
    background: #FFFFFF;
    border: 1px solid #F3F3F3;
    box-sizing: border-box;
    box-shadow: 0px 4px 6px rgb(5 49 80 / 7%);
    border-radius: 0px;
    padding: 4px 0px 5px;
    z-index: 9;
}

.flex-top-fixed {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.flex-top-fixed {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.buttons-fixed-top {
    display: flex;
}

.title-product-fixed {
    display: flex;
    align-items: center;
}

span.heading-fixed-title {
    display: block;
    text-align: right;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.1;
    /* identical to box height, or 225% */
    color: #2E3230;
}

span.price-fixed-top {
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #0cacd0;
    text-align: right;
    display: block;
}


.buttons-fixed-top button:nth-child(1),
.buttons-fixed-top button:nth-child(2) {
    border: 1px solid #F2F2F2;
    box-sizing: border-box;
    border-radius: 10px;
    min-width: 45px;
    height: 45px;
    margin-left: 12px !important;
}

.buttons-fixed-top button#button-cart-fixed {
    height: 45px;
    margin-left: 10px;
}

.buttons-fixed-top {
    margin-left: 10px;
}

.product_related_title {
    color: #fff;
    margin-top: 70px;
    margin-bottom: 20px;
}

.nav-fixed-top {
    display: none;
}

.tabTops {
    display: none;
}

.flex-top-fixed ul.tabs-block-top {
    margin-top: -3px;
    margin-bottom: 0px;
    background: transparent;
}

.flex-top-fixed ul.tabs-block-top a {
    color: #000;
}

.nav-fixed-top {
    transform: translate(0px, -80px);
    transition: all 0.4s ease-in-out;
}

.inside-description ul {
    padding-left: 25px;
}

.fixedCat .nav-fixed-top {
    transform: translate(0px, 62px);
}


/* CONTACTS ===========================*/

#information-information #content h1 {
    /* margin-bottom: 0;
    color: #2E3230;
    font-weight: bold;
    font-size: 32px;
    line-height: 20px;*/
    font-weight: bold;
    font-size: 32px;
    line-height: 1.2;
    color: #fff;
    text-shadow: none;
    margin-top: 0px;
    margin-bottom: 0px;

}

#information-information #content {
    min-height: calc(100vh - 516px);
}

.contacts-content {
    margin-top: 28px;
}

.content__text-adress {
    /* width: 100%; */
    max-width: 636px;
    background: #FFFFFF;
    border-radius: 20px;
    padding: 23px 20px;
    margin-bottom: 40px;
}

.adress-warehouse {
    position: relative;
}

.adress-warehouse:after {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    right: 9px;
    height: 67px;
    border-right: 1px solid #F0F0F0;
}

.adress-title {
    position: relative;
    padding-left: 26px;
    color: #2E3230;
    font-size: 16px;
    line-height: 19px;
    font-weight: 600;
    margin-bottom: 11px;
    display: block;
}

.adress-body span {
    color: #2E3230;
    font-size: 16px;
    line-height: 19px;
    display: block;
    padding-left: 4px;
}

.adress-title:before {
    content: '';
    position: absolute;
    left: 0;
    width: 21px;
    height: 21px;
    background-image: url(/image/catalog/adresspic.png);
}

.content__text-phone {
    margin-bottom: 40px;
}

.phone-block-second {
    padding-left: 12px;
}

.phone-title {
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #2E3230;
}

.phone-icon,
.contact-icon-text {
    display: block;
    font-size: 12px;
    line-height: 14px;
    color: #616661;
    position: relative;
    padding-left: 28px;
    margin: 10px 0;
}

.phone-icon:before {
    content: '';
    position: absolute;
    top: -2px;
    left: 0;
    width: 20px;
    height: 20px;
    background-image: url(/image/catalog/Calling.png);
}

.phone-numbers .phone-number {
    display: block;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #2E3230;
}

.contact-icon-text:before {
    content: '';
    position: absolute;
    left: 0;
    width: 19px;
    height: 19px;
    background-image: url(/image/catalog/Message.png);
    background-repeat: no-repeat;
}

.content__text-email {
    padding: 0;
}

.text-email-adress {
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    color: #2E3230;
}

.contacts-content__map {
    overflow: hidden;
    border-radius: 20px;
    max-width: 630px;
    height: 385px;
}



.contacts-content__map iframe {
    height: 100%;
    width: 100%;
}

/* END CONTACTS ========================= */


/* ABOUT-US ============================== */
.first-section {
    margin-top: 20px;
    margin-bottom: 30px;
}

.right-side-img {
    max-width: 700px;
    overflow: hidden;
    position: relative;
    top: -40px;
}

.right-side-img img {
    width: 100%;
    border-radius: 20px;
    padding: 0;
}

.text-block {
    font-size: 16px;
    line-height: 27px;
    color: #2E3230;
    font-weight: 500;
}

.advantages-block {
    background: #FFFFFF;
    border-radius: 13px;
    padding: 50px 45px;
    height: 390px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.advantage-item {
    text-align: center;
    padding: 0 20px;
}

.advantage-img {
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
}

.advantage-text {
    font-size: 16px;
    line-height: 20px;
    color: #2E3230;
    font-weight: 500;

}

.row-top {
    margin-bottom: 50px;
}

.row-bottom {
    margin-top: 50px;
}

.right-side-text {
    padding-top: 50px;
}

.advantage-item-rightline {
    position: relative;
}

.advantage-item-rightline:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 117px;
    border-right: 1px solid #EFEFEF;
}

.advantage-item-gorline {
    position: relative;
}

.advantage-item-gorline:after {
    content: '';
    display: block;
    position: absolute;
    top: 170%;
    right: 50%;
    transform: translate(50%, 50%);
    width: 200px;
    border-top: 1px solid #EFEFEF;
}

.advantage-item-leftline {
    position: relative;
}

.advantage-item-leftline:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 117px;
    border-right: 1px solid #EFEFEF;
}

.advantage-item-topline {
    position: relative;
}

.advantage-item-topline:before {
    content: '';
    display: block;
    position: absolute;
    top: -36%;
    left: 50%;
    transform: translate(-50%, 50%);
    width: 200px;
    border-top: 1px solid #EFEFEF;
}

.text-block-benefits {
    margin-bottom: 25px;
}

.benefits-title {
    margin-top: 50px;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 22px;
    line-height: 27px;
    color: #2E3230;
}

.benefits-list {
    list-style: none;
    padding-left: 30px;
    margin-bottom: 25px;
}

.benefits-item {
    position: relative;
    font-size: 14px;
    line-height: 20px;
    color: #2E3230;
    margin-bottom: 15px;
    font-weight: 500;
}

.prod_info_left {
    flex-basis: 70%;
}

.sticky_prod_block {
    flex-basis: 30%;
}

.sticky_prod_wrapper {
    background-color: #1b2025;
    background-image: url(/image/catalog/fix-block-bg.png);
    background-repeat: repeat;
    background-size: contain;
    border-radius: 20px;
    padding: 30px;
    position: sticky;
    top: 80px;
}

header .account-block,
.phone_mob {
    display: none;
}

.benefits-item:before {
    content: '';
    position: absolute;
    top: 5px;
    left: -30px;
    width: 20px;
    height: 20px;
    background-image: url(/image/catalog/checkmark-1.png);
    background-repeat: no-repeat;
}

.benefits-img {
    width: 100%;
}

.benefits-picture-block {
    margin-top: 95px;
}

.numbers-section {
    margin: 50px 0;
    background: #FFFFFF;
    border-radius: 13px;
    padding: 40px 10px 30px 28px;
}

.number-title {
    font-weight: 500;
    font-size: 50px;
    line-height: 20px;
    color: #0cacd0;
    margin-bottom: 7px;
    display: block;
}

.numbers-description {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #2E3230;
    margin-top: 10px;
}

.numbers-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100px;
}

.numbers-item-line {
    position: relative;
}

.numbers-item-line:after {
    content: '';
    display: block;
    position: absolute;
    top: -13px;
    right: 10px;
    height: 117px;
    border-right: 1px solid #EFEFEF;
}

.viz {
    opacity: 1;
    transition: 1s;
}

#information-information .row #content div .other-categories .container {
    padding: 0;
}

/* END ABOUT US =============================*/



/* ДОСТАВКА И ОПЛАТА */
.delivery__content {
    margin-top: 20px;
}

.delivery-payment-title {
    font-weight: bold;
    font-size: 22px;
    line-height: 27px;
    color: #2E3230;
}

.block-content {
    background: #FFFFFF;
    border-radius: 11px;
    padding: 20px 22px;
    /* height: 100%; */
}

.text-content {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #2E3230;
    border-bottom: 1px solid #E7ECF0;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.text-content:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}

.text-content p {
    font-size: 14px;
    margin: 7px 0;
    line-height: 21px;
}

.text-content-numbers {
    color: #0cacd0;
}

.text-icon-block {
    border-bottom: 1px solid #E7ECF0;
    padding-bottom: 23px;
    margin-bottom: 19px;
}

.text-icon-item {
    position: relative;
}

.text-icon-item:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    border-right: 1px solid #F4F4F4;
    height: 72px;
}

.text-icon-item:last-child::after {
    display: none;
}

.text-icon-item img {
    display: block;
}

.text-icon-item span {
    font-weight: 600;
    font-size: 13px;
    line-height: 14px;
    color: #2E3230;
    display: block;
    margin-top: 9px;
}

.text-section-title {
    font-weight: bold;
    font-size: 16px;
    line-height: 27px;
    color: #2E3230;
}

.text-section-content {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #2E3230;
}

.text-section-content-bottom {
    margin-bottom: 0;
}

/* END ДОСТАВКА И ОПЛАТА */



/* СТРАНИЦА НОВОСТЕЙ */

.content-links-wrapper {
    position: sticky;
    top: 127px;
}

.content-links {
    background: #FFFFFF;
    border-radius: 15px;
    padding: 22px 15px;
    position: relative;
    top: -84px;
}

.content-links-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    color: rgba(46, 50, 48, 0.9);
    margin-bottom: 18px;
    display: block;
}

.content-links-text {
    display: block;
    margin-bottom: 15px;
}

.content-links-text:last-child {
    margin-bottom: 0;
}

.content-links a {
    color: #C35380;
}

.text-content-title {
    font-weight: bold;
    font-size: 22px;
    line-height: 27px;
    color: #2E3230;
    margin-bottom: 11px;
    display: block;
}

.text-content-subtitle {
    font-weight: bold;
    font-size: 18px;
    line-height: 27px;
    color: #2E3230;
}

.text-block img {
    margin: 15px 0 0;
}

.article-text .text-block {
    margin-bottom: 20px;
}

.image-reviews-section .thumbnails li a.thumbnail {
    padding: 0;
    background-color: transparent;
    pointer-events: none;
}

.thanks-text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.thanks-text-title {
    font-weight: bold;
    font-size: 15px;
    line-height: 27px;
    color: #464646;
    display: block;
    position: relative;
    z-index: 5;
    padding-right: 10px;
    background-color: #F4F5F7;
}

.date-title-bottom {
    font-size: 16px;
    line-height: 20px;
    color: #464646;
    margin-top: 0;
    display: block;
    position: relative;
    z-index: 5;
    padding-left: 10px;
    background-color: #F4F5F7;
}

.thanks-text:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    border-top: 1px solid #DDDFE1;
    top: 50%;
    transform: translate(0, -50%);
}

.vews-reviews-block {
    margin: 30px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 355px;
}

.title-views,
.reviews-wrapper {
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    display: block;
}

.reviews-wrapper {
    margin-top: 30px;
}

.num-views,
.num-review {
    display: inline-block;
    position: relative;
    background: #FFFFFF;
    border-radius: 4px;
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
    color: #707070;
    padding: 5px 10px 5px 27px;
    max-width: 55px;
    margin-top: 5px;
}

.num-views:before {
    content: '';
    position: absolute;
    display: block;
    background-image: url(/image/catalog/eye-views.png);
    top: 9px;
    left: 6px;
    width: 13px;
    height: 13px;
}

.num-review {
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    color: #417295;
}

.num-review:before {
    content: '';
    position: absolute;
    display: block;
    background-image: url(/image/catalog/reviews-img.png);
    background-repeat: no-repeat;
    background-size: contain;
    top: 10px;
    left: 7px;
    width: 10px;
    height: 10px;
}

.date-title {
    font-size: 16px;
    line-height: 20px;
    color: #2E3230;
    display: block;
    margin-top: 26px;
}

.share-block {
    margin-bottom: 10px;
}

.share-block-title {
    margin-bottom: 5px;
}

.facebook-share,
.twitter-share {
    margin-right: 1px;
}

.reviews-container {
    background: #FFFFFF;
    border-radius: 15px;
    padding: 28px 20px;
    height: 322px;
}

.reviews-title {
    font-weight: bold;
    font-size: 32px;
    line-height: 27px;
    color: #2E3230;
    margin-bottom: 30px;
    display: block;
}

.reviews-container .text-right {
    border: none;
}

.reviews-container tr {
    background-color: white !important;
}

.table-bordered>tbody>tr>td {
    border: none;
    padding: 0;
}

.reviews-container .table-bordered {
    border: none;
    border-bottom: 1px solid #F4F5F6;
    ;
}

.reviews-container tr td {
    font-weight: bold;
    font-size: 18px;
    line-height: 16px;
    color: #2E3230;
}

.reviews-container tr td p {
    font-weight: 500;
    font-size: 14px;
    line-height: 23px;
    color: #2E3230;
    margin: 15px 0;
}

.reviews-container tr .text-right {
    font-size: 14px;
    line-height: 16px;
    color: #ACACAC;
    font-weight: 500;
    margin-top: 6px;
    display: block;
}

#review::-webkit-scrollbar {
    width: 3px;
    background-color: #F5F5F5;
}

#review::-webkit-scrollbar-thumb {
    background: #ACBECB;
    border-radius: 3px;
}

#review::-webkit-scrollbar-track {
    background: #E0E7EC;
    border-radius: 3px;
}

.review-block h2 {
    margin-top: 5px;
}

.review-button {
    margin: 0;
    float: right;
    padding-right: 0;
    max-width: 296px;
}

.review-button .pull-right {
    width: 100%;
}

.review-button .pull-right button {
    width: 100%;
}

.image-reviews-section .thumbnail {
    cursor: unset;
    border-radius: 15px;
}

.image-reviews-section .thumbnails {
    margin-left: -10px;
}

.image-reviews-section img {
    border-radius: 15px;
}

.thumbnails-pic-wrapper {
    width: 100%;
}

.image-reviews-section .thumbnail img {
    width: 100%;
    height: 425px;
    object-fit: cover;
}

.article-content .article-text img {
    border-radius: 15px;
    width: 100%;
}

.nameinput-button-block {
    margin-top: 15px;
}

.form-horizontal-review {
    padding-left: 30px;
}

.reviews-container .review-section {
    padding-right: 30px;
}

.share-items img {
    border-radius: unset !important;
}

.caption-article {
    margin-left: 0 !important;
}

/* END СТРАНИЦА НОВОСТЕЙ */


/* СТРАНИЦА КАТЕГОРИИ НОВОСТЕЙ */
.view-style {
    display: none;
}

.blog-categoey-title {
    margin: 0;
    margin-top: 5px;
    color: #fff;
}

.view-select {
    float: right;
    max-width: 116px;
}

.product-thumb-article-category {
    background-color: transparent;
    border-radius: unset;
}

.product-thumb-article-category .button-group {
    border-top: unset;
}

.product-thumb-article-category .image {
    height: 182px;
    width: 100%;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    padding: 0 !important;
    float: none !important;
}


.product-thumb-article-category .image a {
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(360deg, #5394c3 0%, rgba(0, 77, 132, 0) 100%);
    z-index: 9;
    transition: 0.5s;
}

.product-thumb-article-category .image a:hover {
    background: linear-gradient(360deg, #5394c3 0%, rgba(0, 77, 132, 0) 100%);
}

.product-thumb-article-category .image img {
    object-fit: cover;
    margin-right: auto;
    width: 100%;
    height: 100%;
}

.article-short-info {
    font-size: 13px;
    line-height: 20px;
    color: #A3ABB0;
    margin: 14px 0 10px;
}

.caption-first-item .article-short-info {
    color: white;
}

.article-short-info .date-item {
    margin-right: 5px;
}

.article-short-info .num-reviews,
.article-short-info .num-viewed {
    position: relative;
    padding-left: 15px;
}

.article-short-info .num-viewed {
    padding-left: 18px;
    margin-left: 5px;
}

.article-short-info .num-reviews:before,
.article-short-info .num-viewed:before {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 12px;
    height: 12px;
}

.article-short-info .num-reviews:before {
    background-image: url(/image/catalog/review-cat.png);
    top: 2px;
}

.article-short-info .num-viewed:before {
    background-image: url(/image/catalog/cat-eye.png);
    width: 15px;
    height: 15px;

}

.product-thumb-article-category .caption {
    padding: 0;
}

.product-thumb-article-category .caption a {
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    color: #fff;
    min-height: 70px;
    display: block;
}

.category-article-items .caption {
    margin-left: 0 !important;
}



.article-category-form {
    min-height: 280px;
    margin-bottom: 23px;
    background: #FFFFFF;
    border-radius: 14px;
    padding: 45px 26px;
    position: relative;
    overflow: hidden;
    z-index: 10;
}

.article-category-form:after {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    right: -75px;
    background-image: url(/image/catalog/circule-form.png);
    background-repeat: no-repeat;
    width: 222px;
    height: 222px;
    z-index: 2;
}

.article-category-form .category-form-title .form-title {
    font-weight: bold;
    font-size: 32px;
    line-height: 31px;
    letter-spacing: 0.02em;
    color: #2E3230;
}

.article-category-form .category-form-title .form-subtitle {
    font-size: 16px;
    line-height: 19px;
    color: #585C5A;
}

.cattegory-form-fields {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.category-mail-form {
    flex-basis: 70%;
}

.category-mail-form input {
    height: 51px;
    width: 100%;
    border: 1px solid #DFDFDF;
    border-radius: 6px;
    padding: 15px;
}

.category-submit-form {
    flex-basis: 28%;
}

.category-submit-form button {
    width: 100%;
}

.category-mail-form input::placeholder {
    color: #AEAEAE;
    font-size: 13px;
    line-height: 19px;
}

.caption-first-item {
    position: absolute;
    bottom: 25px;
    left: 40px;
    z-index: 20;
}

.first-article .caption-first-item a {
    min-height: 0;
    color: white;
    font-weight: 600;
    font-size: 22px;
    line-height: 20px;
}

.first-article .image {
    height: 283px;
}

.form-control-category-article {
    padding: 0;
    font-weight: 600;
    font-size: 14px !important;
    line-height: 17px;
    color: #2E3230;
    background-color: transparent;
    border: unset;
    height: 19px;
    margin-right: 0;
    box-shadow: unset;
}

.load-more-button {
    height: 66px;
    background: #FFFFFF;
    border-radius: 33px;
    border: none;
    outline: none;
    margin-bottom: 20px;
    width: 100%;
}

.load-more-button span {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #6D716E;
    position: relative;
}

.load-more-button span:after {
    content: '';
    position: absolute;
    right: -24px;
    top: 5px;
    background-image: url(/image/catalog/Arrow-down.png);
    background-repeat: no-repeat;
    width: 13px;
    height: 13px;
}

.title-views-mobile {
    display: block;
}

.tab-pane-reviews {
    margin: 50px 0 60px;
}

.reviews-row {
    padding: 0 15px;
}

.other-articles {
    font-weight: bold;
    font-size: 32px;
    line-height: 27px;
    color: #2E3230;
    margin-bottom: 27px;
}

.num-reviews-srticle .title-views-mobile,
.num-reviews-srticle .num-review {
    display: none !important;
}

.top-info-text {
    font-weight: bold;
    font-size: 22px;
    line-height: 21px;
    color: #E0E7EC;
    text-align: center;
}

.top-info img {
    display: block;
    margin: 0 auto;
}

.bottom-blocks {
    margin-top: 35px;
}

.bottom-blocks img {
    width: 100%;
}

.nameinput-button-block .form-group {
    width: 54%;
}

/* END СТРАНИЦА КАТЕГОРИИ НОВОСТЕЙ */



/* СТРАНИЦА ВХОДА */

.enter-form-title {
    font-weight: bold;
    font-size: 32px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
    padding-top: 10px;
}

.modal-dialog .enter-form-title {
    color: #000;
}

.login-form-title {
    position: relative;
    z-index: 50;
    width: 88px;
    margin: 23px auto 30px;
    /* background: #F4F5F6; */
}

.popup-btn-close {
    font-size: 27px;
    font-weight: 400;
    line-height: 1;
}

.well-login {
    border: none;
    box-shadow: none;
    max-width: 320px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    background: transparent;
}

.well-login:after {
    content: '';
    position: absolute;
    top: 5%;
    width: 100%;
    border-top: 1px solid #D5DBD8;
    z-index: 1;
    display: none;
}

.forgot-password {
    text-align: end;
}

.control-label-enter {
    font-size: 13px;
    line-height: 19px;
    color: #fff;
}

.form-control-enter {
    height: 51px;
    width: 318px;
    background-color: #FFFFFF;

    border-radius: 6px;
    border: none;
    box-shadow: none;
    padding-left: 15px;
    position: relative;
}

.show-password-log {
    top: 60% !important;
    /* right: 33px !important; */
}

.form-group-password {
    margin-top: 15px;
}

.remember-checkbox-wrapper {
    margin-top: 20px;
}

.remember-title {
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    color: #fff;
}

.remember-checkbox-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.remember-checkbox-input+label {
    display: inline-flex;
    align-items: center;
    user-select: none;
}

.remember-checkbox-input+label::before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    border: none;
    margin-right: 0.5em;
    background-color: #0cacd0;
    border-radius: 3px;
}

.remember-checkbox-input:checked+label::before {
    background-image: url(/image/catalog/checkmarkss-login.png);
    background-repeat: no-repeat;
    background-position: center;
}

.login-button {
    background: #0cacd0;
    border-radius: 6px;
    outline: none;
    border: none;
    height: 51px;
    margin: 19px 0 14px;
    transition: 0.3s;
    font-weight: bold;
    font-size: 16px;
    line-height: 35px;
    color: #FFFFFF;
    width: 100%;
    border: 1px solid #0cacd0;
}

.login-button:hover {
    background: white;
    color: #0cacd0;
    border: 1px solid #0cacd0;
}

.register-link,
.register-link:hover {
    padding: 0;
    border: none;
    background: none;
    font-weight: 600;
    font-size: 14px;
    line-height: 11px;
    color: #0cacd0;
    box-shadow: none;
    position: relative;
    max-width: 145px;
    display: block;
    margin: 0 auto 20px;
}

.register-link:after {
    content: '';
    position: absolute;
    display: block;
    border-bottom: 1px dashed #0cacd0;
    ;
    bottom: -3px;
    right: 0;
    width: 100%;
}

.forgot-password {
    font-size: 14px;
    line-height: 19px;
    color: #B5B5B5;
    position: relative;
}

.forgot-password:hover {
    color: #0cacd0;
}

.forgot-password:after {
    content: '';
    position: absolute;
    display: block;
    border-bottom: 1px dashed #B5B5B5;
    bottom: 0;
    right: 17px;
    width: 60%;
}

.face-google-title {
    font-size: 12px;
    line-height: 14px;
    color: #fff;
    text-align: center;
    margin-bottom: 16px;
    display: block;
}

.soc-buttons-wrapper {
    display: flex;
    justify-content: space-between;
    display: none;
}


.social-reg-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: white;
    width: 147px;
    height: 51px;
    border-radius: 6px;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    position: relative;
}

.social-reg-button img {
    margin-right: 5px;
}

.face-btn {
    color: #1976D2;
}

.google-btn {
    color: #EA4335;
}

.modal-content-login {
    background: #F4F5F6;
    max-width: 366px;
    padding-bottom: 25px;
    margin: 0 auto;
    border-radius: 15px;
}

.modal-dialog-reg {
    border-radius: 15px;
    width: 100%;
    max-width: 710px;
}

.modal-dialog {
    top: 50%;
    transform: translate(0, -50%) !important;
    margin-top: 0 !important;
}

/* END СТРАНИЦА ВХОДА */



/* СТРАНИЦА РЕГИСТРАЦИИ */
.forms-items-wrapper {
    width: 100%;
    margin: 0 auto;
    max-width: 662px;
}

.close-register {
    margin-right: 15px;
    margin-top: 8px;
}

div.required .control-label:before {
    display: none;
}

.control-label-register {
    font-size: 13px;
    line-height: 19px;
    color: #fff;
    margin-bottom: 6px !important;
    padding-top: 0 !important;
}

.modal-dialog .control-label-register,
.modal-dialog .password-info-text {
    color: #000;
}

.register-form-title {
    position: relative;
    z-index: 50;
    width: 340px;
    margin: 23px auto 30px;
    background: #F4F5F6;
}

.form-control-wrapper {
    width: 100%;
    max-width: 318px;
}

.form-control-register {
    background: #FFFFFF;
    border-radius: 6px;
    height: 51px;
    border: unset;
    box-shadow: unset;
    margin-bottom: 15px;
}

.password-info-text {
    font-size: 12px;
    line-height: 15px;
    color: #fff;
    margin-left: -15px;
    margin-top: 28px;
}

.form-control-wrapper-pass {
    position: relative;
}

.eye-button-reg {
    position: absolute;
    top: 39%;
    right: 10px;
    display: block;
    width: 17px;
    height: 11px;
    cursor: pointer;
}

.eye-button-reg-page {
    top: 42% !important;
}

.button-wrappepr-reg {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}

.button-register {
    width: 318px;
    margin: 0 0 12px 0;
}

.link-to-login a {
    font-weight: 600;
    font-size: 14px;
    line-height: 11px;
    color: #0cacd0;
    position: relative;
}

.link-to-login a:after {
    content: '';
    position: absolute;
    display: block;
    border-bottom: 1px dashed #0cacd0;
    bottom: 0px;
    right: 0px;
    width: 100%;
}

.modal-content-register {
    border-radius: 15px;
    background: #F4F5F6;
    padding: 15px 0;
    position: relative;
}

.modal-content-register:after {
    content: '';
    position: absolute;
    width: 94%;
    top: 11%;
    left: 3%;
    width: 94%;
    border-top: 1px solid #D5DBD8;
    z-index: 1;
}

.button-wrappepr-reg .buttons {
    margin-bottom: 0;
}

.form-group-right {
    margin-left: auto !important;
}

/* END СТРАНИЦА РЕГИСТРАЦИИ */




/* ВОССТАНОВЛЕНИЕ ПАРОЛЯ */
.recover-pass {
    width: 100%;
    max-width: 375px;
    margin: 0 auto;
}

.form-group-recover {
    display: flex;
    flex-direction: column;
}

.recovery-input {
    width: 318px;
    margin: 0 auto;
}

.control-label-recover {
    width: 100%;
    text-align: start !important;
    font-size: 13px;
    line-height: 19px;
    color: #fff;
    margin-bottom: 6px !important;
    display: block;
    padding-left: 0 !important;
}

.instruction-text {
    font-size: 12px;
    line-height: 15px;
    color: #fff;
    width: 318px;
    display: block;
    margin: 0 auto;
}

.form-control-recovery {
    margin-bottom: 10px !important;
}

.buttons-recovery-wrapper {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
}

.button-recovery {
    width: 100%;
    width: 318px;
    margin: 12px 0 14px;
}

.link-rec-to-login {
    padding: 0;
    background: transparent;
    border: unset;
    outline: unset;
    box-shadow: unset;
    font-weight: 600;
    font-size: 14px;
    line-height: 11px;
    color: #0cacd0;
    position: relative;
}

.link-rec-to-login:after {
    content: '';
    position: absolute;
    display: block;
    border-bottom: 1px dashed #0cacd0;
    bottom: -3px;
    right: 0px;
    width: 100%;
}

.link-rec-to-login:hover {
    background: transparent;
    padding: 0;
}

.agree-text-checkbox {
    opacity: 0;
    visibility: hidden;
}

.pull-right {
    float: none !important;
}


/* END ВОССТАНОВЛЕНИЕ ПАРОЛЯ */


.reset-pass {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
}

.control-label-reset {
    text-align: start !important;
    font-size: 13px;
    line-height: 19px;
    color: #626262;
    display: block;
    margin-bottom: 5px !important;
}

.form-control-reset {
    margin-bottom: 0;
}

.password-info-text-reset {
    margin-left: 0;
    margin-top: 19px;
    margin-bottom: 19px;
}

.reset-button {
    margin-top: 0;
}

.success-page {
    text-align: center;
    margin-top: 100px;
    min-height: 290px !important;
}

.success-text-message {
    display: block;
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
}

.success-button {
    max-width: 300px;
}

.recover-pass {
    min-height: 350px !important;
}

.show-password {
    background: url(/image/catalog/eye-login.png);
}

.hide-password {
    background: url(/image/catalog/close-eye.png);
    top: 31%;
    height: 19px;
}

/* АККАУНТ -----------------*/

.account-title {
    font-weight: bold;
    font-size: 32px;
    line-height: 20px;
    margin-bottom: 17px;
    color: #fff;
}

.account-links {
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    color: #2E3230 !important;
    padding: 15px 19px 16px 19px !important;
    display: block;
    margin-bottom: 15px !important;
    border-radius: 6px;
    border: unset !important;
    background: #F4F5F7;
}

.account-links-active {
    color: #0cacd0;
    background: #DBE3E8;
}

.account-content__right-side {
    background: #FFFFFF;
    border-radius: 15px;
    min-height: 283px !important;
    padding: 23px 30px;
}

.account-forms-title {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
}

.account-form-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
}

.account-form-wrapper {
    flex-basis: 33%;
}


.account-form-name {
    font-size: 13px;
    line-height: 19px;
    margin-bottom: 6px !important;
}

.account-input-wrapper .form-control-item {
    height: 51px;
    border-radius: 6px;
    border: 1px solid #F4F5F6;
    box-shadow: unset;
    cursor: default !important;
}

.account-form-row:not(:last-child) {
    margin-bottom: 26px;
}

.header-form-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 30px;
}

.button-save-form {
    margin: 0;
}

.style-data-button {
    padding: 0;
    border: unset;
    outline: unset;
    background: transparent;
    cursor: pointer;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #7B91A2;
}

.style-data-button img {
    margin-left: 3px;
}

.edit-data-button {
    position: relative;
    padding-right: 15px;
}

.edit-data-button:after {
    content: '';
    display: block;
    position: absolute;
    width: 14px;
    height: 13px;
    background: url(/image/catalog/edit-form.png);
    background-position: center;
    background-size: contain;
    right: 0;
    top: 3px;
}

.save-data-button {
    color: #0cacd0;
    box-shadow: unset;
}

.save-data-button:hover {
    color: #0cacd0;
    background: transparent;
}

.edit-input-data {
    display: flex;
    align-items: center;
}

.button-save-form {
    display: none;
}

.cancel-edit-form {
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    color: #595959;
    cursor: pointer;
    margin-right: 25px;
    display: none;
}

.subscribe-block {
    height: 51px;
    border-radius: 6px;
    background: #EEEEEE;
    margin-top: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.subscribe-checkbox-input+label {
    margin-right: 0;
    margin-bottom: 0;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.subscribe-checkbox-input+label::before {
    margin-left: 115px;
    margin-right: 0;
}

.subscribeto-title {
    font-weight: 500;
    font-size: 14px;
    color: #0cacd0;
}


.wish-list-block {
    background: #FFFFFF;
    border-radius: 15px;
    padding: 30px 40px;
    border: unset;
}

.wish-list-block h2 {
    margin-top: 0;
    margin-bottom: 29px;
}

.product-items {
    display: flex;
    flex-wrap: wrap;
}

.product-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 305px;
    height: 291px;
    border: 1px solid #F3F3F3;
    border-radius: 20px;
    box-sizing: border-box;
    padding: 15px;
    margin-right: 39px;
    margin-bottom: 38px;
    flex-basis: 33%;
    position: relative;
}

.product-item:nth-child(3n+3) {
    margin-right: 0;
}

.product-item:nth-last-child(-n+3) {
    margin-bottom: 0;
}

.wishlist-price {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #0cacd0;
}

.wishlist-product-img {
    height: 160px;
}

.wishlist-remove-item,
.wishlist-remove-item:hover {
    position: absolute;
    top: 5px;
    right: 5px;
    border: unset;
    outline: unset;
    background: transparent;
    box-shadow: unset;
    color: grey;
}

.wishlist-product-name {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #2E3230;
}

.wishlist-bottom-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.button-group-on-wishlist {
    padding: 0;
    margin: 0;
}

.account-right-content {
    margin-top: 60px;
    padding-left: 0;
}

.form-change-password {
    background: #FFFFFF;
    border-radius: 15px;
    padding: 30px;
    margin-top: 60px;
}

.password-form-block {
    padding-left: 0;
}

.password-form-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.password-form-group:not(:last-child) {
    margin-right: 37px !important;
    margin-left: 0 !important;

}

.password-form-group {
    width: 100%;
    max-width: 318px;
    margin-bottom: 0;
}


.form-account-title {
    font-weight: bold;
    font-size: 22px;
    line-height: 19px;
    margin-top: 0;
}

#input-password,
#input-confirm {
    cursor: text !important;
}

.form-account-title-pass {
    margin-bottom: 30px;
}

.account-input-wrapper-pass {
    max-width: 318px;
}

.account-input-wrapper-pass input {
    width: 100%;
}

.password-btn-submit {
    height: 51px;
    margin-bottom: 0;
}

.account-input-wrapper-pass {
    position: relative;
}

.password-form-subtitle {
    font-size: 12px;
    line-height: 15px;
    max-width: 660px;
    margin-top: 10px;
}

.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border: unset;
}

.table-bordered {
    border: unset;
}

.order-table-titles {
    font-size: 13px;
    line-height: 19px;
    color: #626262;
}

.order-column-titles {
    display: flex;
    /* justify-content: space-between; */
}

.order-all-info {
    background: #F4F5F6 !important;
    border-radius: 10px;
    margin-bottom: 12px;
    width: 100%;
    padding: 5px;
    display: block;
    max-height: 57px;
    overflow: hidden;
    transition: 0.4s;
}

.order-all-info-hide {
    max-height: 1000px;
    overflow: unset;
    /* transition: 0.6s; */
}

.order-all-info:last-child {
    margin-bottom: 0;
}

.order-form-wrapper {
    padding: 30px 23px 40px 40px;
}

.table-columns-block {
    margin-bottom: 10px;
}

.order-column-data {
    display: flex;
    align-items: center;
    position: relative;
}


.order-all-info-hide .order-column-data:after {
    content: '';
    display: block;
    position: absolute;
    left: 131px;
    bottom: 0;
    width: 463px;
    border-top: 1px solid #D3D8DC;
}

.order-table-status {
    width: 98px;
    height: 47px;
    background: rgb(255, 214, 137);
    border-radius: 6px;
    font-weight: 600;
    font-size: 13px;
    line-height: 19px;
    color: rgb(212, 138, 0);
    text-align: center;
    padding-top: 13px;
    margin-right: 33px;
}

.order-table-numbers {
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    /* margin-right: 125px; */
    flex-basis: 17%;
    text-align: start;
}

.order-table-date {
    /* margin-right: 53px; */
    flex-basis: 15%;
}

.order-table-total {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
}

.order-product-row {
    display: flex;
    align-items: center;
    align-self: flex-start;
    padding-left: 15px;
    position: relative;
    width: 100%;
}

.order-product-row:not(:last-child):after {
    content: '';
    position: absolute;
    bottom: -9px;
    left: 15px;
    display: block;
    width: 92%;
    height: 1px;
    background-color: #D3D8DC;

}

.order-product-row:not(:last-child) {
    margin-bottom: 17px;
}

.order-product-row:after .order-all-info-hide {
    content: '';
    position: absolute;
    display: block;
    bottom: -12px;
    left: 21px;
    width: 575px;
    border-top: 1px solid #D3D8DC;

}

.order-product-image {
    width: 47px;
    height: 47px;
    background: white;
    border-radius: 6px;
    flex-basis: unset;
}

.order-product-name {
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    color: #2E3230;
    /* margin-right: 70px; */
    flex-basis: 59%;
    padding-left: 12px;
}

.order-product-quantity {
    margin-right: 60px;
    text-align: start;
    flex-basis: 15%;
}

.order-row-title {
    font-size: 13px;
    line-height: 19px;
    color: #626262;

}

.order-row-number {
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    color: #2E3230;
}

.order-product-total {
    text-align: start;
    flex-basis: 15%;
}



.order-more-info {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    margin-top: 16px;
}

.order-more-info-wrapper {
    width: 70%;
}

.order-payment-shipping {
    padding-top: 4px;
    position: relative;
}

.order-payment-shipping:before {
    content: '';
    display: block;
    position: absolute;
    top: -3px;
    left: -19px;
    height: 107px;
    border-left: 1px solid #D3D8DC;
}

.order-payment {
    margin-bottom: 14px;
}

.img-thumbnail-order {
    width: 47px;
    height: 47px;
    border-radius: 4px;
}

.order-short-info {
    display: flex;
    justify-content: space-between;
    width: 100%;
    cursor: pointer;
    height: 47px;
}

.order-short-info-icon {
    background-image: url(/image/catalog/Arrowdownorder.png);
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    width: 45px;
    height: 45px;
    filter: grayscale(1);
}

.order-all-info-hide .order-short-info-icon {
    transform: rotate(180deg);
    transition: 0.3s;
}

.order-all-info-hide .order-product-image-top,
.order-all-info-hide .order-product-image-top-desktop {
    opacity: 0;
    visibility: hidden;
}

.order-table-title-status {
    margin-right: 70px;
}

.order-table-title-orderid {
    margin-right: 33px;
}

.order-table-title-date {
    margin-right: 70px;
}

.table-responsive-order {
    overflow: hidden;
}

.adress-add-item {
    display: flex;
    justify-content: center;
}

.adress-row-item {
    display: flex;
    align-items: center;
    box-shadow: 0px 2px 8px rgba(0, 77, 132, 0.04);
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 22px;
}

.adress-input-wrapper {
    margin-right: 25px;
    width: 100%;
}

.adress-input {
    height: 51px;
    border-radius: 6px;
    border: 1px solid #F4F5F6;
    box-shadow: unset;
    background: #F4F5F6;
}

.adress-input-wrapper-city {
    max-width: 158px;
}

.adress-input-wrapper-street {
    max-width: 379px;
}

.adress-input-wrapper-house {
    max-width: 85px;
}

.adress-input-wrapper-postcode {
    max-width: 105px;
}

.adress-input {
    width: 100%;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #2E3230;
    padding-left: 15px;
}

.adress-buttons {
    display: flex;
    flex-direction: column;
    align-items: self-end;
    margin-left: auto;
    height: 72px;
    justify-content: space-between;
}


.adress-buttons-added {
    justify-content: center;
}

.new-buttons-flex {
    justify-content: space-between;
}

.adress-buttons button,
.adress-delete-button {
    background: transparent;
    border: unset;
    outline: unset;
    padding: 0;
    color: #7B91A1;
    font-weight: 500;
    font-size: 13px;
    line-height: 19px;
}

.adress-buttons .adress-save-button {
    font-size: 16px;
    line-height: 19px;
    color: #0cacd0;
}

.adress-buttons button img,
.adress-buttons a img {
    object-fit: contain;
    margin: 0 0 4px 4px;
    width: 13px;
    height: 13px;
}

.adress-buttons .adress-cancel-button {
    font-size: 16px;
    margin-top: 15px;
}

.adress-button-list {
    display: none;
}

.clearfix-add {
    margin-bottom: 0;
}

.adress-add-btn {
    background: unset;
    border: unset;
    box-shadow: unset;
    outline: unset;
    color: #7B91A1;
    font-weight: 500;
    font-size: 13px;
    line-height: 19px;
}

.adress-add-btn:hover,
.adress-add-btn:focus,
.adress-add-btn:active {
    background: unset;
    border: unset;
    box-shadow: unset;
    color: #7B91A1;
}

.adress-plus-icon {
    display: block;
    width: 20px;
    height: 20px;
    color: white;
    background-color: #7B91A1;
    border-radius: 5px;
    font-size: 16px;
    margin: 0 auto 3px;
    padding-top: 1px;
}

.button-list-open {
    display: none;
}

.adress-buttons-wrapper {
    margin-left: auto;
    min-width: 133px;
}

.new-input-button {
    display: none;
}

.dropdown-account-menu {
    display: none;
}

.order-title-mobile {
    display: none;
}

.order-product-image-top {
    display: none;
}

.order-product-image-top-desktop {
    display: block;
    margin-bottom: 5px;
    opacity: 0;
    transition: 0.3s;
}

.order-product-image-top-desktop:nth-child(1) {
    opacity: 1;
    transition: 0.3s;
}

.product-info-top {
    flex: 1;
    display: flex;
    align-items: center;
}

.product-info-top strong {
    display: block;
}

.mobile-edits-order,
.mobile-edits {
    min-height: 300px !important;

}

.shoping-cart {
    padding: 24px;
    position: fixed;
    left: 0;
    right: 0;
    max-width: 900px;
    width: 100%;
    margin: auto;
    background: #F4F5F6;
    border-radius: 20px;
    top: 20%;
    bottom: auto;
    /* max-height: 500px; */
    z-index: 91;
    opacity: 0;
    visibility: hidden;
    transform: scale(0.5);
    transition: all 0.3s ease-in-out;
}

.open .shoping-cart {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.overlay-cart {
    display: none;
    background-color: rgba(39, 39, 39, 0.61);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 90;
}

.open .overlay-cart {
    display: block;
}

button.close-cart {
    background: transparent;
    position: absolute;
    right: 24px;
    top: 35px;
    border: none;
    padding: 0px;
    line-height: 0;
    color: #C4C4C4;
    transform: rotate(45deg);
    font-size: 34px;
    font-weight: 100;
}

.title-popup-cart {
    font-weight: bold;
    font-size: 32px;
    line-height: 62%;
    text-align: center;
    color: #2E3230;
    position: relative;
    margin-top: 20px;
}

.title-popup-cart:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    background: #D5DBD8;
    top: 12px;
}

.title-popup-cart span {
    position: relative;
    background: #f4f5f6;
    padding: 0px 10px;
}

.shoping-cart-products-item {
    display: flex;
    align-items: center;
    background: #FFFFFF;
    border-radius: 13px;
    padding: 7px;
    flex-wrap: wrap;
}

.shoping-cart-products-item-image img {
    border: 1px solid #F4F4F4;
    box-sizing: border-box;
    border-radius: 6px;
    width: 100% !important;
    display: block;
}

.shoping-cart-products-item-image {
    flex-basis: 75px;
}

.shoping-cart-products-item-image a {
    display: block;
    width: 100%;
    height: 100%;
}

.shoping-cart-products-item-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.1;
    color: #2E3230;
}

.shoping-cart-products-item-caption {
    flex-basis: calc(52% - 15px);
    margin-left: 15px;
}

.shoping-cart-products-item-quantity {
    flex-basis: 43%;
    margin-left: 15px;
    width: 100%;
}

.shoping-cart-products-item-price {
    flex-basis: 35%;
}

.shoping-cart-products-item-quantity i {
    background: rgba(255, 255, 255, 0.34);
    border: 1px solid rgba(0, 77, 132, 0.18);
    box-sizing: border-box;
    backdrop-filter: blur(4px);
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    cursor: pointer;
}

.shoping-cart-products-item-quantity span {
    display: flex;
    justify-content: space-between;
    max-width: 135px;
    margin: auto;
}

i.btn-up {
    transform: rotate(180deg);
}

input.quantity-block {
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    color: #2E3230;
    text-align: center;
    background: transparent;
    border: none;
    width: calc(100% - 84px);
    margin: 0px;
}

.shoping-cart-products-loop {
    margin-top: 30px;
}

.shoping-cart-products-item {
    margin-bottom: 5px;
}

.shoping-cart-products-item-price {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #2E3230;
    text-align: center;
}

span#cart_remove_product {
    cursor: pointer;
}

.shoping-cart-empty {
    font-size: 18px;
    text-align: center;
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.options-text small {
    font-size: 12px;
    line-height: 14px;
    color: #8E9591;
}

.shoping-cart-buttons {
    display: flex;
    justify-content: space-between;
    border-top: 2px solid rgb(91 203 235 / 27%);
    margin-top: 20px;
    padding-top: 20px;
    align-items: center;
}

a.link-continue {
    font-weight: 600;
    font-size: 14px;
    line-height: 79%;
    color: #0cacd0;
    border-bottom: 1px dashed #0cacd0;
    padding-bottom: 3px;
    cursor: pointer;
}

.shoping-cart-totals {
    display: flex;
}

a.btn-checkout {
    background: #0cacd0;
    border-radius: 13px;
    height: 74px;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
    padding: 28px 36px;
    margin-left: 12px;
}

.shoping-cart-totals-item {
    background: #FFFFFF;
    /* border: 2px solid rgba(235, 91, 119, 0.27); */
    border: 2px solid rgb(91 203 235 / 27%);
    box-sizing: border-box;
    border-radius: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0px 36px;
}

span.shoping-cart-totals-item-title {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    color: #858C89;
}

span.shoping-cart-totals-item-value {
    font-weight: bold;
    font-size: 25px;
    line-height: 30px;
    text-align: center;
    color: #0cacd0;
}

.shoping-cart-products-loop {
    max-height: 280px;
    overflow-y: scroll;
}

/* width */
.shoping-cart-products-loop::-webkit-scrollbar {
    width: 5px;
}

/* Track */
.shoping-cart-products-loop::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.shoping-cart-products-loop::-webkit-scrollbar-thumb {
    background: #0cacd0;
    border-radius: 10px;
}

/* Handle on hover */
.shoping-cart-products-loop::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.flex-to-btn {
    flex-basis: calc(100% - 52% - 15px - 73px);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

h1.title-page-checkout {
    font-weight: bold;
    font-size: 32px;
    line-height: 25px;
    /* identical to box height, or 62% */
    color: #fff;
    margin-top: 0px;
    margin-bottom: 0px;
}

.flex-row-checkout {
    display: flex;
    align-items: flex-end;
    margin-top: 35px;
    margin-bottom: 40px;
}

.soc-flex-block {
    margin-left: 20px;
}

button.new-customer-btn {
    font-weight: 600;
    font-size: 14px;
    color: #0cacd0;
    background: transparent;
    padding: 0px;
    height: auto !important;
    border: none;
    border-bottom: 1px dashed #0cacd0;
}

button.login-form {
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    margin-left: 15px;
    background: transparent;
    border: none;
}

.checkout-profile {
    background: #FFFFFF;
    border-radius: 11px;
    max-width: 636px;
}

span.check-validate {
    display: block;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    position: absolute;
    right: -16px;
    background: #F4F5F6;
    padding: 4px;
}

span.inside-check-validate {
    border: 2px solid #DBDBDB;
    box-sizing: border-box;
    width: 24px;
    height: 24px;
    display: block;
    border-radius: 100%;
}

span.inside-check-validate:before {
    content: "...";
    font-weight: bold;
    font-size: 10px;
    line-height: 19px;
    color: #B3B3B3;
    position: relative;
    left: 6px;
    top: -4px;
}

.checkout-profile-user {
    position: relative;
}

.checkout-profile-address {
    position: relative;
}

.checkout-profile-payment {
    position: relative;
}

.checkout-profile-user {
    padding: 28px;
    border-bottom: 2px solid #F4F5F6;
}

.checkout-profile-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    /* identical to box height, or 150% */
    color: #2E3230;
    margin-bottom: 10px;
}

.checkout-profile-user-fields input {
    border: 1px solid #DFDFDF;
    box-sizing: border-box;
    border-radius: 6px;
    height: 43px;
    padding-left: 15px;
    width: 100%;
}

.checkout-profile-user-fields {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -10px;
}

.checkout-profile-user-fields label {
    flex-basis: calc(50% - 20px);
    margin: 10px;
    width: 100%;
}

.checkout-profile-user-fields span {
    font-weight: 500;
    font-size: 13px;
    line-height: 19px;
    color: #545457;
}

.checkout-profile-address {
    padding: 28px;
    border-bottom: 2px solid #F4F5F6;
}

.cab-inputs {
    margin-top: 10px;
}

.cab-inputs label {
    width: 100%;
}

.checkout-profile-address-inputs input,
.cab-inputs input {
    border: 1px solid #DFDFDF;
    box-sizing: border-box;
    border-radius: 6px;
    height: 43px;
    padding-left: 15px;
    width: 100%;
}

.checkout-profile-address-inputs {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -10px;
}

.checkout-profile-address-inputs label {
    flex-basis: calc(50% - 20px);
    margin: 10px;
}

.checkout-profile-address-inputs span,
.cab-inputs span {
    font-weight: 500;
    font-size: 13px;
    line-height: 19px;
    color: #545457;
    display: block;
}

.checkout-profile-payment {
    padding: 28px;
    border-bottom: 2px solid #F4F5F6;
}

.comment-block {
    padding: 28px;
}

.comment-block textarea {
    border: 1px solid #DFDFDF;
    box-sizing: border-box;
    border-radius: 6px;
    width: 100%;
    display: block;
    height: 80px;
}

.inside-comment-block label {
    font-weight: 500;
    font-size: 13px;
    line-height: 19px;
    color: #545457;
}

.checkout-cart-products-loop {
    background: #FFFFFF;
    border-radius: 13px;
}

.checkout-cart-product-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 7px;
    border-bottom: 2px solid #F4F5F6;
    position: relative;
}

.checkout-cart-product-item:last-child {
    border-bottom: none;
}

.checkout-cart-product-item-image img {
    border: 1px solid #F4F4F4;
    box-sizing: border-box;
    border-radius: 6px;
}

.checkout-cart-product-item-name {
    flex-basis: calc(70% - 114px);
    margin-left: 10px;
    line-height: 1;
}

.checkout-cart-product-item-name-text {
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    /* or 100% */
    color: #2E3230;
}

.checkout-cart-product-item-image {
    flex-basis: 73px;
}

.checkout-cart-product-item-name small {
    font-size: 12px;
    line-height: 14px;
    color: #8E9591;
}

.quantity-checkout-cart {
    flex-basis: 12%;
    text-align: center;
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    color: #2E3230;
}

.checkout-cart-product-item-price {
    flex-basis: 13%;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    color: #2E3230;
    margin-left: -5px;
}

.checkout-submit-title-summ {
    padding: 28px;
    border-bottom: 2px solid #F4F5F6;
}

.checkout-submit-title {
    background: #FFFFFF;
    border-radius: 13px;
    margin-top: 23px;
}

button.submit-checkout-form {
    background: #0cacd0;
    border-radius: 11px;
    height: 54px;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    width: 100%;
    border: none;
    margin-top: 17px;
}

.totals_order {
    padding: 23px;
    text-align: center;
}

span.text_order {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #747C82;
}

span.value_order {
    font-weight: 600;
    font-size: 22px;
    line-height: 26px;
    color: #0cacd0;
}

span.title-for-sub {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #747C82;
}

span.sum-for-sub {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    /* identical to box height */
    color: #2B2B2B;
}

.row-subsums {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    position: relative;
}

.row-subsums:before {
    content: "";
    height: 0px;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5px;
    border-bottom: 1px dashed #A3A9AD;
}

.row-subsums>span {
    background: #fff;
    position: relative;
    padding: 0px 2px;
}

.wrapper-shipping-method {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -10px;
}

.item-shipping-method {
    flex-basis: calc(33.333% - 20px);
    margin: 10px;
}

.item-shipping-method label {
    padding: 0px;
    position: relative;
}

.item-shipping-method label input {
    position: absolute !important;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    margin-left: 0px !important;
}

span.title-ship-item {
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
    /* identical to box height, or 136% */
    color: #2E3230;
    display: block;
}

span.price-method-shipp {
    font-weight: 500;
    font-size: 12px;
    line-height: 12px;
    /* or 100% */
    color: #7A7A7A;
    display: block;
    margin-top: 4px;
}

span.title-image-shipping {
    background: #F1F1F2;
    border-radius: 6px;
    min-width: 58px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 9px;
}

.item-shipping-method input:checked~.title-image-shipping {
    background: #fff;
}

.item-shipping-method input:checked~.inside-into-shipping {
    background: #F1F1F2;
}

.inside-into-shipping {
    display: flex;
    align-items: center;
}

.inside-into-shipping {
    border-radius: 12px;
    padding: 7px;
    padding-bottom: 8px;
}

.item-shipping-method input:checked~.inside-into-shipping .title-image-shipping {
    background: #fff;
}

.radio.item-shipping-method {
    margin-top: 10px !important;
}

input.error-input {
    border: 1px solid #FF6B6B;
    box-sizing: border-box;
    box-shadow: inset 0px 0px 13px rgb(255 52 50 / 15%);
}

.error-check span {
    border: 2px solid #FF6B6B;
}

.error-check span:before {
    color: #FF6B6B;
    content: "!";
    font-size: 15px;
    top: 0px;
    left: 8px;
}

.valid-check span {
    border: 2px solid #76B76C;
}

.valid-check span:before {
    content: "";
    width: 7px;
    height: 11px;
    border: 2px solid #76B76C;
    display: block;
    transform: rotate(45deg);
    top: 3px;
    border-left: 0px !important;
    border-top: 0px;
}


/* QUESTION-ANSWER/FAQ BLOCK===============  */

.faq-block {
    margin: 100px 0;
}

.question-side {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

.question-answer-wrapper {
    background: #FFFFFF;
    border-radius: 12px;
    margin-bottom: 15px;
    /* height: 62px; */
    overflow: hidden;
}

.question-row {
    border-bottom: 2px solid #F4F5F6;
    position: relative;
    cursor: pointer;
}

.menu-scroll .btns-wish {
    background: transparent !important;
}

.header_container:has(.menu-scroll) nav#top {
    display: none;
}

footer {
    background-image: url(/image/catalog/home/Footer-bg-new.png);
    background-size: cover;
}

.question-row:after {
    content: '';
    position: absolute;
    display: block;
    top: 50%;
    transform: translate(0, -50%);
    right: 10px;
    width: 40px;
    height: 40px;
    background-image: url(/image/catalog/Arrowdownorder.png);
    background-position: center;
    background-repeat: no-repeat;
    filter: grayscale(1);
}

.question-row span {
    font-weight: bold;
    font-size: 18px;
    line-height: 27px;
    color: #2E3230;
    padding: 18px 55px 18px 24px;
    display: block;
}

.question-row span h3 {
    margin: 0px;
    font-weight: bold;
    font-size: 18px;
    line-height: 27px;
    color: #2E3230;
    display: block;
}

.answer-block {
    padding: 15px 24px;
    display: none;
}

.answer-block p {
    font-size: 14px;
    line-height: 24px;
    color: #2E3230 !important;
    text-align: left !important;
}

.answer-block a {
    text-decoration: underline !important;
}

.answer-hide {
    height: auto;
}

.answer-hide .question-row:after {
    transform: rotate(180deg);
    transition: 0.3s ease-in-out;
    top: 21%;
}

.answer-hide .answer-block {
    display: block !important;
}

.faq-block .form-right-other-cats {
    margin: 0;
}

form.form-horizontal input {
    box-shadow: none !important;
}

.heading-title-module h2 {
    background: #f4f5f7;
    position: relative;
    z-index: 1;
    padding: 0px 10px;
    font-size: 32px;
    font-weight: bold;
}

span.icon_in_header {
    display: block;
}

.flex-row-compare {
    display: flex;
}

.flex-row-compare>div {
    flex-basis: 25%;
}

.item-compare img.img-thumbnail {
    border: none;
    margin: 0px;
    padding: 0px;
}

.item-compare .product-image-card {
    background: #fff;
}

.product-item-compare {
    border-left: 1px solid #E4E6E9;
}

.item-compare:nth-child(2) .product-item-compare {
    border-left: 0px;
}

.item-compare:nth-child(2) {
    border-radius: 20px 0px 0px 0px;
    overflow: hidden;
}

.item-compare:last-child {
    border-radius: 0px 20px 0px 0px;
    overflow: hidden;
}

.item-compare .product-title-block {
    padding: 0px 20px;
    background: #fff;
    min-height: 70px;
}

.price-product-compare {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 20px;
    background: #fff;
}

.price-product-compare .price {
    font-size: 20px;
}

.product-item-compare {
    min-height: 320px;
    background: #fff;
}

button.add-to-cart-button {
    width: 40px;
    height: 40px;
    background: #0cacd0;
    border-radius: 10px;
    border: none;
}

.category-compare-list {
    min-height: 327px;
    max-height: 327px;
}

.item-name-attribute {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    /* identical to box height, or 150% */
    color: #2E3230;
    padding: 14px 12px;
    background: #fff;
    min-height: 52px;
    border-left: 1px solid #E4E6E9;
}

.category-compare-block .item-name-attribute {
    font-size: 16px;
}

.attribute-group-column .item-name-attribute:nth-child(even) {
    background: transparent;
}

.category-compare-block .item-name-attribute {
    border-left: 0px;
}

.item-compare:last-child .attribute-group-column .item-name-attribute:last-child {
    border-bottom-right-radius: 6px;
}

.category-compare-block .item-name-attribute:last-child {
    border-bottom-left-radius: 6px;
}

.category-compare-block .item-name-attribute:first-child {
    border-top-left-radius: 6px;
}

.product-item-compare {
    border-left: 1px solid #E4E6E9;
    border-bottom: 1px solid #E4E6E9;
    padding-bottom: 7px;
}

#product-compare h1 {
    font-weight: bold;
    font-size: 32px;
    line-height: 1.2;
    color: #2E3230;
    text-shadow: none;
    margin-top: 0px;
    margin-bottom: 20px;
}

.item-category-compare {
    max-width: calc(100% - 20px);
}

.item-category-compare a {
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    color: #2E3230;
    padding: 16px 19px;
    display: block;
}

.item-category-compare.active-menu {
    background: #DBE3E8;
    border-radius: 6px;
}

.item-category-compare.active-menu a {
    color: #0cacd0;
}

h1.title-success-page {
    font-weight: bold;
    font-size: 44px;
    line-height: 20px;
    color: #fff;
    margin-bottom: 34px;
    margin-top: 80px;
}

.desc-success-page {
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    color: #fff;
}

.flex-form-success {
    margin-top: 50px;
    margin-bottom: 60px;
    background: #FEFEFE;
    border-radius: 14px;
    padding: 30px;
}

span.title-success-form {
    font-weight: 600;
    font-size: 25px;
    line-height: 37px;
    letter-spacing: 0.02em;
    color: #2E3230;
    display: block;
    margin-bottom: 8px;
}

.flex-row-success-block {
    display: flex;
    align-items: center;
}

span.text-left-tel-success {
    flex-basis: 47%;
    font-size: 14px;
    line-height: 19px;
    /* or 136% */
    color: #585C5A;
    margin-right: 3%;
}

span.text-left-tel-success span {
    font-weight: bold;
}

a.tel-success-bottom-form {
    font-weight: 500;
    font-size: 24px;
    line-height: 37px;
    /* identical to box height, or 154% */
    color: #2E3230;
}

.flex-row-form-success {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
}

.flex-row-form-success input {
    border: 1px solid #DFDFDF;
    box-sizing: border-box;
    border-radius: 6px;
    height: 50px;
    font-size: 13px;
    line-height: 19px;
    /* identical to box height, or 146% */
    color: #000;
    padding: 15px;
    width: 100%;
}

.item-success-input {
    margin-right: 8px;
}

button.submit-form-success {
    background: #0cacd0;
    border-radius: 6px;
    border: none;
    height: 50px;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    /* identical to box height, or 119% */
    color: #FFFFFF;
    padding: 0px 20px;
    width: 100%;
}

.item-success-input {
    flex-basis: calc(40% - 26px);
}

.btn-success-bottom-form {
    flex-basis: 26%;
}

.form-success-bottom {
    margin-top: 25px;
}

#common-success div#content {
    min-height: auto;
}

#product-manufacturer h1 {
    font-weight: bold;
    font-size: 32px;
    line-height: 20px;
    color: #2E3230;
    margin-bottom: 30px;
}

.animated {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    opacity: 0;
    animation-timing-function: cubic-bezier(.34, .88, .44, .95);
}

.slideUp {
    -webkit-animation-name: slideUp;
    animation-name: slideUp;
}

@keyframes slideUp {
    0% {
        opacity: 0;
    }

    to {
        transform: translate(0px, 0px);
        transform: scale(1) !important;
        opacity: 1
    }
}

.title-on-slider {
    animation-delay: 0.1s;
    animation-duration: 0.8s;
    transform: translate(0px, 20px);
}

.desc-on-slider {
    animation-delay: 0.2s;
    animation-duration: 0.6s;
    transform: translate(0px, 25px);
}

.content-slider a.link-white-blue-text {
    animation-delay: 0.3s;
    animation-duration: 0.6s;
    transform: translate(0px, 30px);
}

.inside1-feature {
    animation-delay: 0.2s;
    animation-duration: 0.8s;
    transform: translate(-10px, 0px);
}

.inside2-feature {
    animation-delay: 0.3s;
    animation-duration: 1s;
    transform: translate(-10px, 0px);
}

.inside3-feature {
    animation-delay: 0.4s;
    animation-duration: 1s;
    transform: translate(-10px, 0px);
}

.inside4-feature {
    animation-delay: 0.5s;
    animation-duration: 1s;
    transform: translate(-10px, 0px);
}

.categories-indie {
    animation-delay: 0.2s;
    animation-duration: 0.6s;
    transform: translate(0px, 20px);
}

section.home-slider {
    min-height: 535px;
}

section.home-slider .content-slider {
    margin-top: -70px;
    text-align: left;
}

.cashback_block_mobile {
    display: none;
}

section.home-slider .item.item-slide {
    display: flex;
    align-items: center;
    flex-direction: row;
}

.cashback_block-text {
    margin-top: 7px;
}

.latest-section {
    animation-delay: 0.2s;
    animation-duration: 0.6s;
    transform: translate(0px, 20px);
}

.leftSlide {
    animation-delay: 0.2s;
    animation-duration: 1s;
    transform: translate(-30px, 0px);
}

.rightSlide {
    animation-delay: 0.2s;
    animation-duration: 1s;
    transform: translate(30px, 0px);
}

.item-other1 {
    animation-delay: 0.2s;
    animation-duration: 1s;
    transform: translate(0px, 20px);
}

.item-other2 {
    animation-delay: 0.3s;
    animation-duration: 1s;
    transform: translate(0px, 20px);
}

.item-other3 {
    animation-delay: 0.4s;
    animation-duration: 1s;
    transform: translate(0px, 20px);
}

.item-other4 {
    animation-delay: 0.5s;
    animation-duration: 1s;
    transform: translate(0px, 20px);
}

.about-company-before,
.review-section,
.seo-text-footer,
.popular-tastes-section,
.features-block {
    animation-delay: 0.2s;
    animation-duration: 1s;
    transform: translate(0px, 30px);
}

.absolut-img-slider {
    animation-delay: 0.2s;
    animation-duration: 1s;
    transform: scale(0.8);
}

.categories-indie:hover>img {
    transform: scale(1.04);
}

.categories-indie>img {
    transition: all 0.4s ease-in-out;
    display: block;
    margin: 0 auto;
}

.models-image {
    width: 60%;
    position: relative;
    z-index: 2;
}

.absolut-img-slider img {
    width: auto !important;
}

.absolut-img-slider {
    position: absolute;
    right: 0;
    top: 80px;
}

.item.item-slide .container {
    position: relative;
}

h3.widget-title {
    font-weight: bold;
    font-size: 32px;
    line-height: 1.2;
    text-align: left;
    color: #2E3230;
    margin-bottom: 30px;
    position: relative;
    margin-top: 40px;
}


.second-adress {
    display: block;
    margin-top: 10px;
}


.features-block {
    margin: 52px 0;
}

.feature-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: rgba(0, 0, 0, 0.04);
    border-radius: 14px;
    padding: 22px 15px 0 15px;
    min-height: 205px;
    max-width: 306px;
}

.desc-feature-content {
    margin-top: 15px;
    color: white;
    font-family: 'Gilroy';
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
}

.flex-row-about-howbuy {
    top: 0 !important;
    margin-bottom: 0 !important;
    /* margin-top: 90px !important; */
}

.about-img-howbuy {
    border-radius: 20px;
    overflow: hidden;
}

.title-inside-howbuy {
    font-family: 'Gilroy';
    font-weight: 700;
    font-size: 65px;
    line-height: 70px;
    color: #2E3230;
}

.inside-text-howbuy p {
    font-family: 'Gilroy';
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #2E3230;
    margin-top: 20px;
}

.flex-row-about-howbuy:first-child .about-text {
    margin-top: 0;
}


.many-tastes-block {
    flex-basis: calc(50% - 30px);
    margin: 12px;
}

.many-tastes-pic {
    border-radius: 20px;
    overflow: hidden;

}

.many-tastes-text {
    font-family: 'Gilroy';
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #2E3230;
}

.many-tastes-text ul {
    list-style: none;
}

.benefits-item-red:before {
    background-image: url(/image/catalog/checkmark-red.png);
}

.many-tastes {
    margin-top: 90px;
}

.popular-tastes-section {
    margin: 57px 0 62px;
}

.main-categories {
    margin-top: 47px;
}

.main-categories-inside {
    border-radius: 20px;
    min-height: 229px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    padding: 30px;
}

.main-categories-inside:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: white;
    z-index: -1;
    border-radius: 20px;
}

.main-categories-inside:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 0;
}

.seo_section_title {
    text-align: center;
    color: white;
    margin-top: 0;
    font-family: "Russo One", sans-serif;
    font-size: 32px;
    line-height: 1.2;
    margin-bottom: 35px;
}

h1.seo_section_title {
    text-align: center;
    color: white;
    margin-top: 0;
    font-family: "Russo One", sans-serif;
    font-size: 36px;
    line-height: 1.2;
    margin-bottom: 35px;
}




.seo_section .flex-row-about .seo_section_title {
    margin-bottom: 0px;
    margin-top: 25px;
}

.seo_section {
    margin-top: 100px;
}

.seo_section img {
    display: block;
    border-radius: 20px;
}



.seo_section h3 {
    text-align: left;
    color: white;
    margin-top: 0;
    font-family: "Russo One", sans-serif;
    font-size: 21px;
    line-height: 1.2;
    margin-top: 25px;
    margin-bottom: 0px;
}

.seo_section ul li {
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    color: #fff;
}





.inside-text-howbuy p {
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    color: #fff;
}

.faq_title {
    margin-top: 0;
    margin-bottom: 35px;
    text-align: center;
    font-weight: 400;
    font-size: 38px;
    line-height: 105%;
    color: #fff;
    font-family: "Russo One", sans-serif;
}

.main-categories-inside-1 {
    background-image: url(/image/catalog/home/main-cat-1.png);
}

.main-categories-inside-2 {
    background-image: url(/image/catalog/home/main-cat-2.png);
}

.main-categories-inside-3 {
    background-image: url(/image/catalog/home/main-cat-3.png);
}

.main-categories-inside-4 {
    background-image: url(/image/catalog/home/main-cat-4.png);
}

.main-categories-inside-1:after {
    background-image: url(/image/catalog/home/main-cat-text-1.png);
}

.main-categories-inside-2:after {
    background-image: url(/image/catalog/home/main-cat-text-2.png);
}

.main-categories-inside-3:after {
    background-image: url(/image/catalog/home/main-cat-text-3.png);
}

.main-categories-inside-4:after {
    background-image: url(/image/catalog/home/main-cat-text-4.png);
}


.main-categories-title {
    font-family: 'Gilroy';
    font-weight: 700;
    font-size: 23px;
    line-height: 28px;
    color: #2E3230;
    position: relative;
    z-index: 2;
}

.main-categorie-links {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    position: relative;
    z-index: 2;
}

.main-categorie-links a {
    font-family: 'Gilroy';
    font-weight: 600;
    font-size: 18px;
    line-height: 31px;
    color: #0cacd0;
    position: relative;
}

.main-categorie-links a span {
    position: relative;
    padding-left: 18px;
}

.main-categorie-links a span:before {
    content: '';
    position: absolute;
    left: 3px;
    top: 10px;
    width: 7px;
    display: block;
    border-top: 2px solid #0cacd0;
    transition: 0.5s;
}

.main-categorie-links a span:hover:before {
    animation: line 0.7s;
    width: 107%;
    top: 22px;
    transition: 0.5s;
    animation-direction: alternate;
}

@keyframes line {
    0% {
        width: 7px;
        top: 10px;
    }

    50% {
        top: 22px;
        width: 7px;
    }

    100% {
        top: 22px;
        width: 107%
    }
}

.show-content-btn {
    font-family: 'Gilroy';
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #0cacd0;
    display: none;
    position: relative;
    top: -75px;
    left: 50%;
    transform: translate(-50%, 0);
}

.show-content-btn:after {
    content: '';
    position: absolute;
    top: 6px;
    transform: rotate(45deg);
    right: -12px;
    display: block;
    width: 7px;
    height: 7px;
    background-color: transparent;
    border-bottom: 2px solid rgba(235, 91, 119, 1);
    border-right: 2px solid rgba(235, 91, 119, 1);

}

#product-category .text-left {
    max-width: 633px;
    height: 66px;
    background-color: white;
    flex-basis: 74%;
    padding: 0;
    margin-left: 15px;
    margin-right: 15px;
    border-radius: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.category-desc {
    padding-top: 15px;
}

#product-category .pagination {
    display: flex;
    align-items: center;
}

.pagination>li>a,
.pagination>li>span {
    border: unset;
    font-family: 'Gilroy';
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #6D716E;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span,
.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-radius: 15.5px;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background-color: #0cacd0;
    border-color: #0cacd0;
    border-radius: 50%;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    color: #0cacd0;
    background-color: unset;
    border-color: unset;
}

.pagination>.active>span {
    background: #0cacd0;
    border-radius: 15.5px;
    color: #FFFFFF;
}

.cat_wrapper_content {
    margin-bottom: 80px;
}

.wrapper-btn-pagination {
    width: 94px;
    height: 48px;
}

.pagination>li>a.btn-pag-nav {
    background: rgba(255, 255, 255, 0.34);
    border: 1px solid rgb(91 216 235 / 21%) !important;
    border-radius: 24px;
    backdrop-filter: blur(4px);
    width: 100%;
    height: 100%;
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    color: #0cacd0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: 0.5s;
}

.pagination>li>a.btn-pag-next {
    padding-right: 22px;
}

.pagination>li>a.btn-pag-prev {
    padding-right: 6px;
}

.pagination>li>a.btn-pag-nav:after {
    content: '';
    position: absolute;
    /* right: 21px;
    top: 21px; */
    width: 6px;
    height: 6px;
    border: 2px solid #0cacd0;
    border-bottom: transparent;
    border-left: transparent;
    /* transform: rotate(45deg); */
    border-radius: 1px;
    transition: 0.3s;
}

.pagination>li>a.btn-pag-prev:after {
    right: 66px;
    top: 20px;
    transform: rotate(225deg);
}

.pagination>li>a.btn-pag-next:after {
    right: 21px;
    top: 21px;
    transform: rotate(45deg);
}

.pagination>li>a.btn-pag-nav:hover:after {
    border: 2px solid white;
    border-bottom: transparent;
    border-left: transparent;
}

.pagination>li>a.btn-pag-nav:hover {
    color: white;
    background-color: #0cacd0;
}

.wrapper-btn-pagination {
    position: absolute;
}

.wrapper-btn-pagination-next {
    right: 10px;
}

#review .pagination {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    justify-content: center;
}

#review .col-sm-6:has(.pagination) {
    width: 100%;
}

.wrapper-btn-pagination-prev {
    left: 11px;
}

button.btn-load-pagination {
    margin: 0;
    background: white;
    border-radius: 33px;
    border: unset;
    height: 64px;
    color: #6D716E;
    font-family: 'Open Sans';
    font-size: 14px;
    line-height: 19px;
    width: 100%;
    top: 50%;
    transform: translate(-50%, 0);
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

div.title-button {
    margin: 0;
    position: relative;
}

div.title-button:after {
    content: '';
    position: absolute;
    right: -13px;
    top: 5px;
    width: 7px;
    height: 7px;
    border: 2px solid #6D716E;
    border-bottom: transparent;
    border-left: transparent;
    transform: rotate(45deg);
    border-radius: 1px;
    transition: 0.3s;
    transform: rotate(135deg);
}

button.btn-load-pagination:hover div.title-button:after {
    border: 2px solid white;
    border-bottom: transparent;
    border-left: transparent;
}


button.btn-load-pagination:hover {
    background-color: #0cacd0;
    color: white;
}


.video-wrapper {
    overflow: hidden;
    border-radius: 20px;
    height: 150px;
}

.video-title {
    font-family: 'Gilroy';
    font-weight: 500;
    font-size: 15px;
    line-height: 23px;
    color: #2E3230;
    margin: 10px 0 20px;
}

.all-info-link {
    white-space: nowrap;
}


section.categories-section-cat {
    margin-top: 0;
    margin-bottom: 0;
}

.categories-section-cat .categories-indie {
    height: 93px;
    min-height: unset;
}

.categories-section-cat .categories-indie-link-1 {
    align-items: center;
    padding-bottom: 0;
}

.categories-section-cat .categories-indie a {
    align-items: center;
    padding-bottom: 0;
}


/* FIXED HEADER */
@media (min-width: 992px) {

    .logo-menu-wrapper .flex-bg-menu,
    .logo-menu-wrapper .btns-wish {
        height: 100%;
        transition: 0.3s;
    }


    .menu-scroll {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        z-index: 70;
        height: 62px;
        transition: 0.5s;
        /* box-shadow: 0px 4px 12px rgb(52 87 10 / 16%); */
    }

    .menu-scroll .flex-bg-menu,
    .menu-scroll .btns-wish {
        border-radius: 0;
        transition: 0.3s;
    }

    .menu-scroll .flex-bg-menu {
        flex-basis: 88%;
    }

    .menu-scroll .btn-block {
        width: 30%;
        min-width: 70px;
    }

    .menu-scroll .btns-wish>a {
        width: 30%;
    }

    .menu-scroll button.btn-show-cart {
        height: 50px;

    }

    .menu-scroll span.sum-prod {
        margin-top: 0;
    }

    .menu-scroll .btns-wish {
        margin-left: 0;
        /* border-left: 1px solid #F4F5F6; */
        flex-basis: 12%;
        justify-content: flex-end;
    }

    .menu-scroll .btns-wish>a:hover {
        border-radius: 0;
        transition: 0.3s;
    }

    .menu-scroll .btns-wish a {
        height: 100%;
        /* border-left: 1px solid #F4F5F6; */
    }

    .menu-scroll .logo-mobile {
        order: 1;
        flex-basis: 12%;
        display: flex;
        justify-content: center;
    }

    .menu-scroll .logo-mobile img {
        width: 115px !important;
    }

    .menu-scroll .item-menu-block {
        order: 2;
        flex-basis: 78%;
    }

    .menu-scroll .item-search-block {
        order: 3;
        flex-basis: 10%;
    }

    .menu-scroll .btn-search-row {
        display: flex;
        flex-direction: row-reverse;
    }

    .menu-scroll #search input.form-control.input-lg {
        border: 1px solid lightgrey;
    }

    .menu-scroll span.count-product {
        width: 16px;
        height: 16px;
        top: 10px;
    }

    .menu-scroll .navbar-nav {
        margin-right: -75px;
    }


}

/* END FIXED HEADER */

.inside-form-other {
    display: flex;
}

.form-right-send {
    position: relative;
}

.success-message {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 10px;
    z-index: 10;
    width: 300px;
    height: 100px;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
    background: rgba(38, 52, 139, 0.8);
    backdrop-filter: blur(6px);
    border-radius: 12px;
    color: white;
}

.active-message {
    opacity: 1;
    visibility: visible;
}

.unactive-message {
    opacity: 0;
    visibility: hidden;
}

.pagination-block-search {
    width: 100%;
    display: flex;
    justify-content: center;
}

.pagination-block-search ul {
    width: 100%;
    max-width: 700px;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 50px;
    padding: 13px;
    margin-bottom: 30px;
}

.pagination-block-search .wrapper-btn-pagination {
    position: inherit;
}

#product-search .product-thumb {
    margin-bottom: 30px;
}


.text-content .del-top-block,
.text-section .del-top-block {
    padding-bottom: 20px !important;
    font-size: 14px;
    margin: 7px 0;
    line-height: 21px;
    border-bottom: 1.5px solid #F5F5F5;
}

.del-bottom-block {
    margin-top: 20px;
    display: block;
}

.delivery-side,
.payment-side {
    /* height: 285px; */
}


.plus-minus-block h3 {
    font-weight: 700;
    font-size: 21px;
    line-height: 20px;
    color: #2E3230;
    margin-bottom: 0;
    margin-top: 40px;
    margin-bottom: 20px;
}


.plus-minus-block p {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #2E3230;
    margin: 20px 0;
}

.plus-minus-block ul,
.descr_list_style {
    background: #FFFFFF;
    box-shadow: 0px 0px 37px rgba(0, 0, 0, 0.06);
    border-radius: 20px;
    padding: 30px;
    list-style: none;
    margin-bottom: 20px;
}

.plus-minus-block li,
.descr_list_style li {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #2E3230;
    position: relative;
    padding-left: 26px;
}

.plus-minus-block li:not(:last-child),
.descr_list_style li:not(:last-child) {
    margin-bottom: 15px;
}


.plus-list-item:before,
.minus-list-item:before {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    top: 3px;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.plus-list-item:before {
    background-image: url(/image/catalog/category/check-list-icon.svg);
}

.minus-list-item:before {
    background-image: url(/image/catalog/category/check-list-icon-red.svg);
}

.cat-footer-img {
    border-radius: 20px;
}

.work-time-text {
    display: none;
}

.parent-menu-block .list-unstyled {
    width: 225px;
    border-radius: 10px;
}

.display-none-block {
    height: 0px;
    margin: 0;
}

.dropdown-menu .link-to-all {
    font-weight: 700;
}

.categories-indie-models {
    position: relative;
    min-height: 200px;
    margin-bottom: 25px;
    border-radius: 15px;
    overflow: hidden;
    text-align: center;
}

.categories-indie-models a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 15px;
    z-index: 9;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 19px;
}

.categories-indie-500 {
    background: #B94ACB;
}

.categories-indie-600 {
    /* background: #EEDA23; */
    background: grey;
}

.categories-indie-800 {
    /* background: #FD9CA7; */
    background: grey;
}

.categories-indie-800t {
    /* background: #52AC39; */
    background: grey;
}

.categories-indie-1500 {
    background: #58DE55;
}

.categories-indie-1500chr {
    background: #FF6060;
}

.categories-indie-1500lux {
    /* background: #F37148; */
    background: grey;
}

.categories-indie-1600 {
    /* background: #4F96D8; */
    background: grey;
}

.categories-indie-1800 {
    background: #F85151;
}

.categories-indie-2000 {
    background: #F35EA8;
}

.categories-indie-2000lux {
    background: #21AB81;
}

.categories-indie-2200 {
    /* background: #F09A5B; */
    background: grey;
}

.categories-indie-2500 {
    background: #AA4B7C;

}

.categories-indie-2500crys {
    /* background: #3E6AC1; */
    background: grey;
}

.categories-indie-3000bc {
    background: #31B5B0;
}

.categories-indie-3500 {
    /* background: #5B84D3; */
    background: grey;

}

.categories-indie-3600 {
    background: #DA3A8C;
}

.categories-indie-4000 {
    background: #B94ACB;
}

.categories-indie-5000 {
    /* background: #DDD740; */
    background: grey;

}

.categories-indie-5000bc {
    /* background: #B16ADD; */
    background: grey;

}



.categories-indie-models:after {
    content: '';
    position: absolute;
    top: 0;
    height: 0;
    left: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: 0.4s;
    z-index: -1;
    border-radius: 15px;
}

.categories-indie-500:after {
    background: linear-gradient(160.38deg, #F480DF 13.14%, #B94ACB 86.86%);
}

.categories-indie-600:after {
    /* background: linear-gradient(160.43deg, #FEE483 13.11%, #EEDA23 86.89%); */
    background: lightgray;
}

.categories-indie-800:after {
    /* background: linear-gradient(180deg, #FFDEC8 0%, #FD9CA7 100%); */
    background: lightgray;
}

.categories-indie-800t:after {
    /* background: linear-gradient(160.38deg, #A5EA92 13.14%, #52AC39 86.86%); */
    background: lightgray;
}

.categories-indie-1500:after {
    background: linear-gradient(160.13deg, #B0FAAE 13.27%, #58DE55 85.26%);
}

.categories-indie-1500chr:after {
    background: linear-gradient(160.38deg, rgba(255, 148, 148, 0.73) 13.14%, #FF6060 86.05%);
}

.categories-indie-1500lux:after {
    /* background: linear-gradient(160.49deg, #FCAC5C 13.08%, #F37148 86.92%); */
    background: lightgray;
}

.categories-indie-1600:after {
    /* background: linear-gradient(160.19deg, #96C4EE 13.24%, #4F96D8 86.76%); */
    background: lightgray;
}

.categories-indie-1800:after {
    background: linear-gradient(160.48deg, #FF8EA4 13.09%, #F85151 86.91%);
}

.categories-indie-2000:after {
    background: linear-gradient(160.38deg, #FC94C8 13.14%, #F35EA8 86.86%);
}

.categories-indie-2000lux:after {
    background: linear-gradient(160.38deg, #65EAC2 13.14%, #21AB81 86.86%);
}

.categories-indie-2200:after {
    /* background: linear-gradient(160.38deg, #FFBA88 13.14%, #F09A5B 86.86%); */
    background: lightgray;
}

.categories-indie-2500:after {
    background: linear-gradient(160.38deg, #BC6C95 13.14%, #AA4B7C 86.86%);
}

.categories-indie-2500crys:after {
    /* background: linear-gradient(160.38deg, #80A7F4 13.14%, #3E6AC1 86.86%); */
    background: lightgray;
}

.categories-indie-3000bc:after {
    background: linear-gradient(160.38deg, #68EAE5 13.14%, #31B5B0 86.86%);
}

.categories-indie-3500:after {
    /* background: linear-gradient(160.38deg, #8EAFEF 13.14%, #5B84D3 86.86%); */
    background: lightgray;
}

.categories-indie-3600:after {
    background: linear-gradient(160.38deg, #EF69AE 13.14%, #DA3A8C 86.86%);
}

.categories-indie-4000:after {
    background: linear-gradient(160.38deg, #F480DF 13.14%, #B94ACB 86.86%);
}

.categories-indie-5000:after {
    /* background: linear-gradient(160.38deg, #EAE568 13.14%, #DDD740 86.86%); */
    background: lightgray;
}

.categories-indie-5000bc:after {
    /* background: linear-gradient(160.38deg, #CA8EEF 13.14%, #B16ADD 86.86%); */
    background: lightgray;
}

.categories-indie-models:hover:after {
    opacity: 0;
}







.categories-indie-models:before {
    content: '';
    position: absolute;
    top: -31px;
    left: 50%;
    transform: translate(-50%, 0);
    font-size: 108px;
    font-weight: 900;
    z-index: 1;
    color: transparent;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.3);
}

.categories-indie-500:before {
    content: '500';
}

.categories-indie-600:before {
    content: '600';
}

.categories-indie-800:before {
    content: '800';
}

.categories-indie-800t:before {
    content: 'T800';
}

.categories-indie-1500:before {
    content: '1500';
}

.categories-indie-1500chr:before {
    content: '1500';
}

.categories-indie-1500lux:before {
    content: '1500';
}

.categories-indie-1600:before {
    content: '1600';
}

.categories-indie-1800:before {
    content: '1800';
}

.categories-indie-2000:before {
    content: '2000';
}

.categories-indie-2000lux:before {
    content: '2000';
}

.categories-indie-2200:before {
    content: '2200';
}

.categories-indie-2500:before {
    content: '2500';
}

.categories-indie-2500crys:before {
    content: '2500';
}

.categories-indie-3000bc:before {
    content: '3000';
}

.categories-indie-3500:before {
    content: '3500';
}

.categories-indie-3600:before {
    content: '3600';
}

.categories-indie-4000:before {
    content: '4000';
}

.categories-indie-5000:before {
    content: '5000';
}

.categories-indie-5000bc:before {
    content: '5000';
}

.categories-indie-models img {
    width: 60%;
    position: absolute;
    left: 50%;
    top: 43%;
    z-index: 2;
    transform: translate(-50%, -50%);
}

.categories-indie-models .models-image-2 {
    width: 55%;
    top: 48%;
}

.categories-indie-models .models-image-3 {
    width: 80%;
}

.categories-indie-models .models-image-6 {
    width: 73%;
}

.categories-indie-models .models-image-7 {
    width: 53%;
}

.categories-indie-models .models-image-8 {
    width: 76%;
}

.categories-indie-models .models-image-9 {
    width: 73%;
    top: 50%;
}

.categories-indie-models .models-image-11 {
    top: 50%;
    width: 63%;
}

.categories-indie-models .models-image-13,
.categories-indie-models .models-image-14 {
    width: 70%;
}

.categories-indie-models .models-image-15 {
    width: 65%;
}

.categories-indie-models .models-image-16 {
    width: 41%;
}

.categories-indie-models .models-image-17 {
    width: 55%;
}

.buttons-cart-cat-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 5px;
}

.buttons-cart-cat-block a.cat-link-item {
    background: #0cacd0;
    border-radius: 6px;
    outline: none;
    border: none;
    margin: 19px 0 14px;
    transition: 0.3s;
    font-weight: bold;
    font-size: 15px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 150px;
}

.buttons-cart-cat-block a .cat-link-item:hover {
    color: #0cacd0;
    border: 1px solid #0cacd0;
    background: white;
}


.add-to-cart-catalog-disabled {
    background-color: grey !important;
    border: 1px solid grey !important;
}

.button-group-on-card button.add-to-cart-catalog-disabled:before {
    background: grey;
}

.button-group-on-card button.add-to-cart-catalog-disabled:hover {
    color: white;
}

.img-responsive-disabled {
    filter: grayscale(100%);
    height: 213px;
    display: block;
    width: 100%;
}

.row-pagination-container {
    display: flex;
    align-items: center;
    gap: 0;
    margin-top: 30px;
}

span.stock-item-disabled {
    /* background-color: #F4F5F7 !important; */
    color: gray;
}

[data-template-id="photo-full"] {
    margin-bottom: 30px;
}

span.stock-item-disabled:before {
    background-color: grey !important;
}

.prod_info_left .seo_img {
    margin-bottom: 30px;
}

button.disabled-button {
    background: grey !important;
    cursor: auto !important;
    color: white !important;
    border: 1px solid gray !important;
}

.option-item {
    position: relative;
}

.option-item__input {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
}

.option-item__button {
    display: block;
    border: 1px solid #e3e3e3;
    padding: 9px;
    border-radius: 6px;
    color: #2e3230;
    cursor: pointer;
    transition: 0.3s;
}

.option-item__button:hover {
    border: 1px solid #0cacd0;
    color: #0cacd0;
}

.option-item__input:checked~.option-item__button {
    background-color: #0cacd0;
    color: white;
}

.options-block-wrapper .form-control {
    border: none;
    box-shadow: none;
    padding-left: 0;
    height: auto !important;
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
}

.title-image-shipping img {
    width: 40px;
}

.checkout-profile-payment .title-image-shipping img {
    filter: grayscale(1);
}

div#shipping_method_block .wrapper-shipping-method .radio.item-shipping-method:first-child {
    flex-basis: calc(66.667% - 20px);
    margin: 10px;
    display: flex;
    justify-content: space-between;
}

div#shipping_method_block .wrapper-shipping-method .radio.item-shipping-method:first-child>div {
    flex-basis: calc(50% - 10px);
}

.bingc-phone-button {
    bottom: 3% !important;
}

.free-delivery-info {
    height: 30px;
    background: #DAF2FF;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0 15px;
}

.free-delivery-info span {
    font-size: 14px;
    color: #4C514A;
}

.car-del-icon {
    width: 17px;
}

.del-info-icon {
    width: 19px;
    cursor: pointer;
}

.del-info-text {
    font-size: 15px;
    position: absolute;
    right: 69px;
    bottom: 41px;
    background: white;
    /* border: 1px solid #a2d08a; */
    background-color: #c8e9b6;
    border-radius: 7px;
    padding: 10px;
    text-align: center;
    max-width: 400px;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
    translate: 0 10px;
}

.del-info-text.show-del-info {
    opacity: 1;
    visibility: visible;
    translate: 0;
}

.main_info_prod {
    border: 1px solid #e3e3e3;
    border-radius: 10px;
    padding: 20px 25px;
    order: 2;
}

.remove-product {
    /* display: none; */
    border: none;
    background: none;
    box-shadow: none;
    background-image: url(/image/catalog/deletebacket.svg);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 50%;
    translate: 0 -50%;
    right: 18px;
}

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

.remove-product:hover,
.remove-product:active,
.remove-product:focus {
    background-color: unset !important;
    border: none;
    box-shadow: none;
}

.qnt_checkout {
    /* display: none; */
    flex-basis: 75px;
    margin-left: 11px;
    margin-right: 10px;
}


.qnt_checkout i {
    width: 23px;
    height: 23px;
}

.qnt_checkout i img {
    width: 9px;
}

.qnt_checkout input {
    width: auto;
}

.chosen_del-block {
    margin-top: 14px;
}

.chosen_del-block {
    font-size: 14px;
}

.chosen_del-value {
    font-weight: 600;
}

.reg_log_cashback {
    margin-bottom: 7px;
}

.reg_log_cashback button {
    font-weight: 600;
    font-size: 16px;
    border-bottom: unset;
    margin: 0;
    padding: 0;
    color: #0cacd0;
}

.shipping_pay_text {
    display: block;
    margin-top: 5px;
    /* text-align: center; */
}

.to_free_del {
    /* display: none; */
    text-align: center;
    margin-top: 15px;
}

.to_free_del_text {
    padding: 16px;
    padding-left: 100px;
    display: inline-block;
    border-radius: 13px;
    font-size: 14px;
    overflow: hidden;
    position: relative;
    background: #DAF2FF;
}

.to_free_del_checkout {
    /* display: none; */
    margin-top: 18px;
}

.to_free_del_checkout .to_free_del_text {
    padding: 16px;
    padding-left: 100px;
    border-radius: 15px;
    width: 100%;
    text-align: left;
}

.mob_btn_drop {
    position: relative;
    display: none;
    border-radius: 7px;
    background: #464747;
}

.mob_btn_drop_s {
    border-radius: 7px;
    background: #464747;
}

.mob_btn_drop:before,
.mob_btn_drop_s:before {
    content: "";
    width: 8px;
    height: 8px;
    border: 1px solid #fff;
    display: block;
    transform: rotate(-45deg);
    border-left: 9px;
    border-top: 0px;
    position: absolute;
    left: 10px;
}

.to_free_del_text strong {
    color: #0cacd0;
    font-size: 16px;
}

.free-del-pic {
    position: absolute;
    left: 2px;
    top: 50%;
    translate: 0 -50%;
    width: 86px;
}

.free-del-pic-2 {
    position: absolute;
    right: 0;
    top: 8px;
    display: none;
}

.category-desc img {
    width: 100%;
}

.blog-article-content img {
    width: 100%;
}


.tags {
    margin-top: 50px;
}

.tag_block {
    display: flex;
    align-items: center;
    margin-bottom: 0 25px;
}

.tag_title {
    font-size: 20px;
    flex-basis: 24%;
    margin: 0;
}

.tags_wrapper {
    flex-basis: 76%;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.tags_wrapper_width.tags_wrapper {
    flex-basis: 100%;
}

.tag_item a {
    font-size: 14px;
    padding: 5px 8px;
    border-radius: 15px;
    background: white;
    border: 1px solid #0cacd0;
    transition: 0.3s;
    display: block;
}

.tag_item a:hover {
    background: #0cacd0;
    border: 1px solid #0cacd0;
    color: white;
}

.input-circle-rating_added {
    margin-right: 4px;
}

.load_more_comm_btn {
    margin: 0 auto 25px;
    display: block;
    background-color: transparent;
    border: 1px solid #0cacd0;
    color: white;
    width: 100%;
    max-width: 285px;
    height: 50px;
    border-radius: 10px;
    transition: 0.3s;
}

.review_form_title {
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    text-align: center;
    color: #fff;
    margin-bottom: 22px;
}

.review_form_wrapper {
    background: #1b2025;
    border-radius: 20px;
    padding: 30px;
    position: sticky;
    top: 80px;
}

.load_more_comm_btn:hover {
    background-color: #0cacd0;
    border: 1px solid #0cacd0;
    color: white;
}

.logo-img-footer {
    width: 143px;
}

.product_tag {
    position: absolute;
    top: 6px;
    left: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #71c708;
    border-radius: 18px;
    padding: 0 16px;
    height: 30px;
    font-weight: 500;
    font-size: 14px;
    line-height: 119%;
    color: #fff;
}

.product_tag_red {
    background: #c72e08;
}

.collapse hr {
    display: none;
}

.mobile_bottom_menu {
    display: none;
}

.cart_wrapper {
    width: 100%;
}


.cart_wrapper .cart_txt_bottom {
    display: none;
}

.seo_category_wrapper {
    background: #1b2025;
    border-radius: 15px;
    padding: 70px 148px 90px 148px;
    margin-bottom: 100px;
}

.seo_title,
.seo_category_wrapper h2,
.seo_category_wrapper h2 span,
.descr_prod_in h2 {
    font-weight: 700;
    font-size: 28px;
    line-height: 120%;
    text-transform: uppercase;
    text-align: center;
    display: block;
    color: #fff;
    margin-top: 0;
    margin-bottom: 25px;
    font-family: 'Gilroy';
}

.seo_category_wrapper img {
    margin-bottom: 30px !important;
    border-radius: 15px;
}

.seo_category_wrapper h1 {
    font-weight: 700;
    font-size: 29px;
    line-height: 120%;
    text-transform: uppercase;
    text-align: center;
    display: block;
    color: #fff;
    margin-top: 0;
    margin-bottom: 25px;
    font-family: 'Gilroy';
}

.seo_category_wrapper ul li span,
.seo_category_wrapper ul li {
    color: white;
}

.seo_descr,
.seo_category_wrapper p,
.seo_category_wrapper span,
.descr_prod_in p,
.descr_prod_in span {
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 25px;
    display: block;
}

.prod_info_left .question-row span {
    color: #000;
    text-align: left;
    margin-bottom: 0;
    font-weight: 500;
}

.seo_category_wrapper .question-row span {
    font-weight: bold;
    font-size: 18px;
    line-height: 27px;
    color: #2E3230;
    padding: 18px 55px 18px 24px;
    display: block;
    text-align: left;
    margin-bottom: 0;
}

.seo_descr a {
    font-weight: 500;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: #00abcf;
}

.seo_img {
    width: 100%;
    display: block;
    border-radius: 17px;
}

.seo_mt60 {
    margin-top: 30px;
}

.seo_blocks_t {
    display: grid;
    grid-template-columns: repeat(3, 1fr);

}

.seo_blocks {
    margin-bottom: 25px;
    gap: 15px;
}

.seo_block_item {
    background: rgba(12, 172, 208, 0.05);
    border: 1px solid #0cacd0;
    border-radius: 15px;
    padding: 23px 25px;
}

.seo_block_item_title {
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    color: #fff;
    margin-bottom: 12px;
}

.seo_block_item_descr {
    font-weight: 300;
    font-size: 16px;
    line-height: 130%;
    color: #fff;
}

.seo_plus_minus {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-bottom: 30px;
}

.seo_plus_minus_icon {
    width: 58px;
    height: 58px;
    display: block;
    margin: 0 auto;
}

.descr_prod_in h1 {
    color: white;
    font-weight: 700;
    font-size: 29px;
    line-height: 120%;
    text-transform: uppercase;
    text-align: center;
}

.seo_plus_minus_side_p {
    background: rgba(113, 199, 8, 0.05);
    border: 1px solid #71c708;
}

.seo_plus_minus_side_m {
    background: rgba(116, 116, 116, 0.07);
    border: 1px solid #747474;
}

.seo_plus_minus_side {
    border-radius: 15px;
    padding: 30px 35px 35px 35px;
}

.seo_plus_minus_title {
    font-weight: 700;
    font-size: 25px;
    line-height: 120%;
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
    margin-top: 10px;
}

.seo_plus_minus_side ul {
    list-style: none;
    padding-left: 30px;
}

.seo_plus_minus_side ul li {
    position: relative;
    font-weight: 300;
    font-size: 16px;
    line-height: 130%;
    color: #fff;
    margin-bottom: 15px;
}

.seo_plus_minus_side ul li:before {
    content: '';
    position: absolute;
    left: -30px;
    top: 50%;
    translate: 0 -50%;
    width: 18px;
    height: 18px;
    background-size: 18px 18px;
    background-repeat: no-repeat;
}

.seo_plus_minus_side_p ul li:before {
    background-image: url(/image/catalog/plus-icon.svg);
}

.seo_plus_minus_side_m ul li:before {
    background-image: url(/image/catalog/minus-icon.svg);
}

.seo_plus_minus_side ul li:last-child {
    margin-bottom: 0;
}

.seo_important {
    background: linear-gradient(339deg, rgba(206, 0, 0, 0.1) 0%, rgba(242, 0, 0, 0.1) 100%);
    border: 1px solid #f00;
    border-radius: 15px;
    padding: 30px 35px;
    display: flex;
    align-items: center;
    gap: 25px;
    margin-bottom: 30px;
}

.seo_category_wrapper .seo_important_icon img {
    width: 84px !important;
    margin-bottom: 0 !important;
    border-radius: 0 !important;
}

.seo_category_wrapper .seo_important_txt_title,
.description-wrapper .seo_important_txt_title {
    font-weight: 700;
    font-size: 21px;
    line-height: 120%;
    color: #fff;
    display: block;
    margin-bottom: 10px;
    text-align: left;
    text-transform: uppercase;
}

.seo_important_txt_descr {
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    color: rgba(255, 255, 255, 0.9);
}

.seo_blocks_f {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 30px;
}

.descr_prod_in img {
    border-radius: 17px;
    margin-top: 30px !important;
    display: block !important;
}

.description-wrapper .seo_important img {
    margin-top: 0;
}

.seo_blocks_f .seo_block_item {
    flex-basis: 49%;
}

.seo_category_wrapper .question-side {
    max-width: 100%;

}


.stars-rating .wrap[data-rate="1"] span:nth-child(-n+1) path,
.stars-rating .wrap[data-rate="2"] span:nth-child(-n+2) path,
.stars-rating .wrap[data-rate="3"] span:nth-child(-n+3) path,
.stars-rating .wrap[data-rate="4"] span:nth-child(-n+4) path,
.stars-rating .wrap[data-rate="5"] span:nth-child(-n+5) path {
    stroke: #0cacd0;
    fill: #0cacd0;
}

.stars-rating .wrap span path:hover {
    stroke: #0cacd0;
    fill: #0cacd0;
}

#button-review {
    margin-top: 25px;
}

#product-product .product_related_title {
    text-align: center;
}

.btns-on-card button {
    display: flex;
    justify-content: center;
    align-items: center;
}

.live-search .product-name {
    font-size: 14px !important;
    line-height: 14px !important;
}

/* .live-search ul li {
    margin-bottom: 8px !important;
} */

.live-search ul li a {
    display: flex !important;
    align-items: center;
}

footer .inside-menu-footer-popular .column-menu a {
    white-space: nowrap;
}


.footer-links-list {
    flex-wrap: wrap;
    /* justify-content: center; */
}

.footer-links-list a {
    background: rgba(199, 199, 199, 0.2) !important;
    border-radius: 7px !important;
    padding: 8px 10px !important;
}

.footer-links-list a:hover {
    color: #0cacd0;
    background: white !important;
}













.auth-inline-form {
    display: flex;
    align-items: flex-end;
    gap: 15px;
    flex-wrap: wrap
}

.auth-inline-form .phone-group {
    flex: 1 1 250px
}

.auth-inline-form .type-group {
    flex: 0 0 auto;
    width: 100%
}

.auth-type-options {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 10px;
    width: 100%
}

.auth-type-options input[type="radio"] {
    display: none
}

.auth-type-option {
    display: block;
    flex: 0 0 45%;
    width: 45%;
    text-align: center;
    padding: 12px 0;
    border: 2px solid #ccc;
    border-radius: 6px;
    cursor: pointer;
    user-select: none;
    transition: all .2s ease;
    font-weight: 500;
    background: #f8f8f8
}

.auth-type-option:hover {
    border-color: #888;
    background: #f0f0f0
}

.auth-type-options input[type="radio"]:checked+.auth-type-option {
    border-color: #00abcf;
    /*background: #00abcf;*/
    color: #00abcf;
}

.auth-inline-form .submit-group {
    flex: 0 0 100%
}

.auth-inline-form .btn {
    width: 100%;
    height: 42px;
    font-size: 16px
}

.btn-custom {
    background: #00abcf !important;
    border: none !important
}

.btn-custom:hover {
    opacity: .9
}

.code-group {
    display: none;
    flex: 1 1 200px
}

.code-row {
    display: flex;
    gap: 10px;
    align-items: flex-end
}

.code-row .help {
    font-size: 12px;
    color: #666;
    margin-top: 6px
}

.muted {
    opacity: .7
}

.link-like {
    background: none;
    border: none;
    padding: 0;
    color: #007bff;
    text-decoration: underline;
    cursor: pointer
}

.hidden {
    display: none !important
}

.alert-sm {
    padding: 8px 12px;
    margin: 0 0 10px
}

#btn-note {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    line-height: 1.5;
}

.seo_block_item_title:empty {
    display: none;
    margin: 0;
    padding: 0;
}



.footer-links-block {
    padding-bottom: 20px;
}

.footer-links-title {
    font-family: Russo One;
    font-weight: 300;
    font-size: 17px;
    line-height: 106%;
    color: #0cacd0;
    padding: 15px;
}

.footer-links-list {
    padding: 15px;
    margin-top: 15px;
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.footer-links-list a {
    display: inline-block;
    padding: 10px 18px;
    border-radius: 30px;
    background: rgba(199, 199, 199, 0.5);
    color: #fff;
    font-size: 14px;
    line-height: 1.4;
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer-links-list a:hover {
    opacity: 0.85;
    background: rgba(199, 199, 199, 0.7);
    transform: translateY(-2px);
}

.product_info_block {
    border-radius: 15px;
    padding: 25px;
    font-size: 22px;
    color: #fff;
    margin-top: 30px;
    background: rgba(12, 172, 208, 0.05);
    border: 1px solid #0cacd0;
}

.header_container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: transparent;
    z-index: 1000;
}

section.home-slider {
    margin-top: 0;
    padding-top: 155px;
    background-image: url(/image/home-slider-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

body:not(:has(#common-home)) {
    padding-top: 155px;
}

section.home-slider .item.item-slide {
    background-color: transparent;
}

.title-on-slider {
    min-height: 120px;
}

button.btn-transparent-wish {
    width: 53px;
    height: 51px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(12, 172, 208, 0.1) !important;
    border-radius: 17px !important;
    border: unset !important;
}



button.btn-transparent-wish:before {
    display: none !important;
}

.prices-block .price {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
}

.sale_wrapper {
    display: flex;
    gap: 5px;
}

.sale_wrapper span {
    font-size: 27px;
    font-weight: 600;
    line-height: 121%;
    color: #202020;
    white-space: nowrap;
}

#product-category .sale_wrapper span {
    font-size: 20px;
}

#product-category .prices-block .price-old {
    font-size: 15px;
}

#product-category .button-group-on-card button {
    width: 44px;
    height: 44px;
}

#product-category .button-group-on-card button svg {
    width: 20px;
}

#product-category button.btn-transparent-wish {
    width: 44px;
    height: 44px;
}

#product-category button.btn-transparent-wish img {
    width: 50%;
}

#product-category .product-title-block a {
    min-height: 40px;
}

.parent-menu-block.menu-scroll .cart_wrapper {
    display: flex;
    justify-content: flex-end;
}

.prices-block .price-old {
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    text-align: center;
    color: #a4a4a4;
    margin-left: 0 !important;
}






















































@media (min-width: 993px) {

    .nav .open>a,
    .nav .open>a:focus,
    .nav .open>a:hover {
        background: transparent;
    }

    .open>.dropdown-menu {
        display: none;
    }
}

@media (min-width: 992px) and (max-width: 1360px) {
    #product-category .text-left {
        max-width: unset;
        flex-basis: unset;
        margin-left: 0;
        margin-right: 0;
    }
}

@media (max-width: 1360px) {

    .absolut-img-slider {
        right: 65px;
    }

    .telephone-head-block {
        flex-basis: 25%;
    }

    .title-on-slider {
        font-size: 50px;
    }

    .home-slider .owl-nav {
        max-width: 1165px;
    }

    .home-slider .owl-dots {
        right: auto;
        width: auto;
        padding: 0;
        left: 252px;
        bottom: 56px;
    }

    p.price {
        font-size: 16px;
    }

    .button-group-on-card button {
        font-weight: 600;
        font-size: 13px;
    }
}

@media (max-width: 1300px) {
    .flex-row-form-success {
        flex-wrap: wrap;
    }

}

@media (max-width: 1280px) {

    .seo_category_wrapper {
        padding: 70px 80px 90px 80px;
    }

    .column-about.about-img img {
        max-width: 473px;
        width: 100%;
    }

    .about-img-howbuy img {
        max-width: 1300px !important;
        width: 100%;
    }

    h1.title-inside-text-about {
        font-size: 55px;
    }

    .mail-footer a {
        font-weight: 500;
        font-size: 14px;
    }

    .tel-right-footer a {
        font-size: 18px;
    }

    .content-slider {
        margin-top: 75px;
    }

    a.link-form-tel {
        font-size: 26px;
    }

    span.form-title {
        font-size: 28px;
        line-height: 28px;
        margin-bottom: 15px;
    }

    .flex-row-others {
        margin-bottom: 25px;
    }

    .telephone-head-block {
        flex-basis: 14%;
    }

    .product_tag {
        font-size: 14px;
    }

    a.title-cat-other {
        font-size: 28px;
    }



    .char_review_wrapper {
        margin-top: 40px;
    }
}

@media (max-width: 1200px) {

    .price-text-fix span {
        font-size: 28px;
    }

    .product_related_wrapper .slick-arrow {
        left: 20%;
    }

    .product_related_wrapper .slick-next {
        left: 80%;
    }



    .seo_category_wrapper {
        padding: 70px 30px 90px 30px;
    }

    .flex-bg-menu {
        flex-basis: 87%;
    }

    .checkout-cart-product-item-image {
        flex-basis: 56px;
    }

    .btns-wish>a {
        max-width: 40px;
    }

    .checkout-cart-product-item-image img {
        width: 100%;
    }

    nav.nav-items-top a {
        font-size: 12px;
        margin: 0px 5px;
    }

    .desc-on-slider {
        max-width: 670px;
    }

    .item-telephone a {
        font-size: 13px;
        margin: 3px 0px;
    }

    .item-slide .col-sm-6 {
        width: 100%;
    }

    .item.item-slide {
        min-height: 440px;
        background-size: cover;
        background-position-x: 0;
    }

    .title-on-slider {
        font-size: 40px;
    }

    section.home-slider {
        min-height: auto;
    }

    .content-slider {
        margin-top: 50px;
        margin-bottom: 55px;
    }

    .product-title-block a {
        font-size: 16px;
    }

    .home-slider .owl-nav {
        max-width: 970px;
    }

    .button-group-on-card button,
    button.btn-transparent-wish {
        width: 40px;
        height: 40px;
    }

    .icon-basket svg {
        width: 18px;
        height: 18px;
    }

    .btn-transparent.btn-transparent-wish img {
        width: 18px;
        height: 18px;
    }

    .button-group-on-card {
        padding: 0px 10px;
    }

    .sale_wrapper span {
        font-size: 24px;
    }

    .account-block {
        min-width: 45px;
    }

    img.icon-basket-on-card {
        margin: 0px;
    }

    a.link-form-tel {
        font-size: 21px;
    }

    .flex-row-others {
        margin-bottom: 18px;
    }

    span.form-title {
        font-size: 22px;
        line-height: 17px;
        margin-bottom: 15px;
    }

    .tel-right-footer a {
        font-size: 14px;
        line-height: 1.3;
    }

    span.text-adress {
        font-size: 14px;
        line-height: 1.2;
        padding-left: 0px;
    }

    nav.column-menu a {
        font-size: 11px;
        line-height: 16px;
        margin-bottom: 10px;
    }

    .work_time svg {
        display: none;
    }

    .work_time span {
        text-align: end;
    }

    .logo-img-footer {
        width: 125px;
    }

    .social-block-footer a {
        height: 35px;
        padding: 0 13px;
        font-size: 12px;
    }

    .social-block-footer img {
        width: 12px;
    }

    .mail-footer a {
        font-weight: 500;
        font-size: 13px;
        margin-left: 0px;
    }

    product_related_wrapper p.price {
        font-size: 15px;
    }

    .mail-footer .mail-link {
        font-size: 14px;
    }

    .try_text_side span {
        font-size: 33px;
    }

    nav.menu-inside-footer a {
        font-size: 12px;
        line-height: 16px;
        margin-bottom: 10px;
        padding-right: 5px;
    }

    .social-block-footer {
        margin-top: 15px;
    }

    a.link-account {
        border-radius: 10px;
        width: 100%;
        /*40px;*/
        height: 45px;
        margin-left: 0;
    }



    .item-search-block {
        flex-basis: auto;
    }

    .social-buttons a {
        border-radius: 7px;
        margin: 0px 4px;
        padding: 6px 10px 8px;
    }

    h1.title-inside-text-about {
        font-size: 46px;
    }

    .inside-text-about p {
        font-weight: 500;
        font-size: 14px;
        line-height: 1.5;
        color: #FFFFFF;
    }

    span.title-menu-footer {
        font-size: 14px;
    }

    a.title-cat-other {
        font-size: 28px;
        line-height: 1.2;
    }

    nav.inside-link-other-cats a {
        font-size: 13px;
        line-height: 16px;
    }

    a.blue-link.link-to-cat {
        background: rgba(255, 255, 255, 0.16);
        border-radius: 6px;
        font-weight: bold;
        font-size: 14px;
        line-height: 20px;
        color: #FFFFFF;
        padding: 12px 18px;
        display: inline-block;
        margin-top: 18px;
    }

    .item-other {
        height: 230px;
    }

    span.desc-form {
        font-size: 14px;
    }

    .form-right-other-cats {
        padding: 28px 25px;
    }

    .about-text-inside-bg {
        font-size: 14px;
    }

    span.text-review {
        font-size: 14px;
    }

    .wrapper-text-seo {
        font-size: 14px;
    }

    .heading-title-module {
        margin-bottom: 25px;
    }

}

@media (min-width: 768px) {
    .container {
        width: 100%;
    }
}

@media (max-width: 1024px) {
    .cat_wrapper_content {
        margin-bottom: 60px;
    }
}

@media (max-width: 992px) {

    .seo_blocks_f .seo_block_item {
        flex-basis: 48%;
    }

    .checkout-cart-product-item-name-text {
        font-size: 12px;
    }

    .checkout-cart-product-item-image {
        flex-basis: 35px;
    }

    .remove-product {
        right: 8px;
    }

    .to_free_del_checkout .to_free_del_text {
        padding-left: 91px;
    }

    .footer-bottom {
        position: inherit;

    }

    div#shipping_method_block .wrapper-shipping-method .radio.item-shipping-method:first-child {
        display: block;
        flex-basis: 100%;
    }

    div#shipping_method_block .wrapper-shipping-method .radio.item-shipping-method:first-child>div {
        margin-bottom: 20px;
    }

    div#shipping_method_block .wrapper-shipping-method .radio.item-shipping-method:first-child>div:last-child {
        margin-bottom: 0;
    }

    .parent-menu-block .list-unstyled {
        width: auto;
        height: 470px;
    }

    ul.tabs-block-top li {
        margin-right: 8px;
    }

    #product-product .owl-carousel button.owl-dot {
        padding: unset !important;
        width: 20px;
        /* border: 1px solid rgba(235, 91, 119, 0.27); */
        border-radius: 5px;
        background-color: rgb(91 187 235 / 27%);
        height: 3px;
    }

    #product-product .owl-carousel button.owl-dot.active {
        background-color: rgb(91 187 235 / 27%);
        background-color: #0cacd0;
    }

    #product-product .owl-dots {
        display: flex;
        justify-content: center;
        margin: 10px 0;
    }

    .sku-item {
        /*  display: none;*/
    }

    span.arrow-btn-slider {
        display: none;
    }

    span.shoping-cart-totals-item-title {
        font-size: 20px;
    }

    .tel-right-footer {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .order-form-wrapper {
        overflow: scroll;
    }

    .table-responsive-order {
        width: 1028px;
    }

    .option-wrapper {
        height: auto;
    }

    .many-tastes-pic img {
        width: 100%;
    }

    .logo-mobile {
        display: block;
        margin-right: 35px;
        margin-left: 0;
    }

    div#logo img {
        width: 170px;
        padding-left: 20px;
    }

    .btns-wish {
        margin-right: 1%;
        margin-left: 0;
    }

    .open-search-mob .input.form-control.input-lg {
        left: 10px !important;
    }

    .open-search-mob .btn-search-row {
        left: -20px !important;
        top: 5px !important;
    }

    .sorting-block-blog .control-label {
        margin-bottom: 0;
    }


    .blog-header {
        display: flex;
        align-items: center;
    }

    .manufacturer-breadcrumb,
    .category-breadcrumb {
        overflow-y: scroll;
    }

    .manufacturer-breadcrumb .breadcrumb,
    .category-breadcrumb .breadcrumb {
        display: flex;
    }

    .header-logo-mobile {
        display: flex;
    }

    #column-right {
        display: block !important;
    }

    .absolut-img-slider {
        position: absolute;
        right: 0;
        top: 18px;
        height: 85%;
        right: 40px;
    }

    .absolut-img-slider img {
        width: auto !important;
        height: 100% !important;
    }

    .leftSlide {
        animation-delay: 0.2s;
        animation-duration: 1s;
        transform: translate(0px, 20px);
    }

    .rightSlide {
        animation-delay: 0.2s;
        animation-duration: 1s;
        transform: translate(0px, 20px);
    }

    span.title-success-form {
        font-size: 20px;
    }

    span.text-left-tel-success {
        font-size: 12px;
        line-height: 1.2;
    }

    .item-success-input {
        flex-basis: calc(50% - 8px);
    }

    .btn-success-bottom-form {
        flex-basis: calc(100% - 8px);
        margin-top: 8px;
    }


    .form-success-bottom {
        margin-top: 0px;
    }

    .flex-form-success {
        margin-top: 25px;
    }

    h1.title-success-page {
        font-weight: bold;
        font-size: 36px;
        line-height: 1.1;
        color: #2E3230;
        margin-bottom: 25px;
        margin-top: 40px;
    }

    a.tel-success-bottom-form {
        font-size: 20px;
    }

    .list-price .input-group-btn button {
        margin: 0px !important;
    }

    .heading-title-module:before,
    .heading-title-module:after {
        top: 15px;
    }

    header .container {
        padding: 0px;
    }

    button.btn-show-cart {
        height: auto;
        background: transparent;
        /* padding: 0px !important; */
    }

    nav#top {
        display: none;
    }

    .product-layout.product-grid.col-lg-4.col-md-4.col-sm-6.col-xs-6 {
        padding: 0px 5px;
    }

    .slider-mob.owl-carousel.owl-theme {
        display: block;
        width: 100%;
    }

    .owl-item .thumbnail img {
        width: auto !important;
    }

    .bottom-inline-buttons img {
        width: 15px;
    }

    button.btn.btn-inverse.btn-block.btn-lg.dropdown-toggle {
        height: 50px;
    }


    ul.nav.navbar-nav {
        height: auto;
        padding-top: 14px;
    }

    .navbar-nav .dropdown-menu {
        position: fixed !important;
        right: 0;
        left: 0;
        background: #2E3230 !important;
        transform: translate(500px, 0px);
        opacity: 0;
        visibility: hidden;
        /* height: 300px !important; */
        box-shadow: none !important;
        transition: all 0.4s ease-in-out;
    }

    .navbar-nav .open .dropdown-menu {
        transform: translate(0px, 0px);
        opacity: 1;
        visibility: visible;
        transition: all 0.4s ease-in-out;
    }


    li.dropdown.open>a:first-child {
        visibility: hidden;
    }

    .btn-back {
        margin: 15px 20px 3px;
        display: block;
    }

    .btn-back {
        font-size: 14px;
        line-height: 30px;
        color: #fff;
        margin-bottom: 10px;
        font-weight: 550;
    }

    span.arrow-left:before {
        display: inline-block;
        content: "";
        width: 8px;
        height: 8px;
        border: 1px solid #fff;
        transform: rotate(45deg);
        border-right: 0px;
        border-top: 0px;
        margin-right: 8px;
        position: relative;
        top: -1px;
    }

    .header_submenu_link:after {
        display: none;
    }

    #menu .dropdown-inner a,
    #menu .menu_item_nolink {
        font-size: 20px;
        line-height: 30px;
        font-weight: 400 !important;
        /* or 214% */
        color: #fff;
        padding: 5px 0px;
        /* margin: 0px 20px !important; */
        width: auto;
        border-bottom: unset;
    }

    .header_submenu_wrapper .header_submenu li {
        padding-left: 15px;
    }

    .bottom-inline-buttons img {
        width: 15px;
    }

    .bottom-block-in-menu {
        margin: 20px;
    }

    .menu-after-menu {
        margin: 18px 20px;
    }

    .visible-xs {
        display: block !important;
    }

    nav.pod-menu a {
        display: block;
        font-size: 14px;
        line-height: 30px;
        color: #313830;
    }

    .bottom-block-in-menu .row-in-head-wishlist a {
        /* background: #F4F5F6; */
        margin-left: 0px;
    }

    a.link-account {
        width: 80px;
    }

    .telephone-head-block.mob-in-menu-block a {
        font-size: 20px;
        font-weight: 400;
        line-height: 18px;
        margin-bottom: 20px;
    }

    .telephone-head-block.mob-in-menu-block {
        margin-top: 20px;
    }

    span.text-svyaz {
        font-size: 15px;
        margin-bottom: 7px;
    }

    .bottom-block-in-menu {
        /* position: absolute; */
        left: 0;
        right: 0;
        bottom: 80px;
    }

    header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 991;
    }

    body {
        padding-top: 50px;
        padding-right: 0 !important;
    }

    body:has(#common-home) {
        padding-top: 0;
    }

    .row-in-head-wishlist {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .home-slider .owl-dots {
        justify-content: center;
    }

    ul.row-menu {
        background: #F4F5F6;
    }

    .bottom-inline-buttons {
        margin-top: 10px;
        display: flex;
        justify-content: space-between;
        margin-left: -7px;
        margin-right: -7px;
    }

    .bottom-inline-buttons a {
        flex-basis: 100%;
        margin: 7px;
        background: #F4F5F6;
        border-radius: 7px;
        font-weight: 500;
        font-size: 14px;
        line-height: 12px;
        text-align: center;
        color: #2E3230;
        padding: 17px;
    }

    .bottom-inline-buttons a img {
        position: relative;
        top: -1px;
        margin-right: 2px;
    }

    ul.nav.navbar-nav {
        margin: 0px;
    }

    a.dropdown-toggle:after {
        content: "";
        width: 8px;
        height: 8px;
        border: 1px solid #fff;
        display: block;
        transform: rotate(-45deg);
        border-left: 9px;
        border-top: 0px;
        position: absolute;
        right: 0;
        top: 23px;
    }

    #menu .dropdown:hover .dropdown-menu {
        margin-left: 0 !important;
    }

    .btns-wish {
        background: transparent;
    }

    .nav .open>a,
    .nav .open>a:focus,
    .nav .open>a:hover {
        background: transparent;
    }

    button.btn.btn-navbar.navbar-toggle:focus,
    button.btn.btn-navbar.navbar-toggle:active {
        box-shadow: none;
        outline: none;
    }

    button.btn-show-cart {
        padding: 14px 8px 10px !important;
    }

    ul.nav.navbar-nav>li>a {
        font-weight: 400;
        font-size: 21px;
        line-height: 14px;
        padding: 15px;
        /* border-bottom: 1px solid #ECEEEE; */
        /* margin: 0px 20px; */
        display: inline-block;
    }



    span.toggle-navbar-icon,
    span.toggle-navbar-icon:after,
    span.toggle-navbar-icon:before {
        transition: all 0.4s ease-in-out;
    }

    .open-menu-drop span.toggle-navbar-icon {
        transform: rotate(45deg);
        width: 20px;
    }

    .open-menu-drop span.toggle-navbar-icon:after {
        opacity: 0;
    }

    .open-menu-drop span.toggle-navbar-icon:before {
        transform: rotate(-90deg);
        top: 0px;
    }

    .product-thumb .caption {
        padding: 0 10px;
    }

    .navbar-collapse {
        position: fixed;
        left: 0;
        right: 0;
        top: 43px;
        background: #2E3230;
        z-index: 99;
        width: 100%;
        height: calc(100vh - 49px) !important;
        opacity: 0;
        visibility: hidden;
    }

    .collapse.in {
        display: block;
        opacity: 1;
        visibility: visible;
        /* height: calc(100vh - 49px) !important; */
    }

    .product-thumb {
        border-radius: 16px;
        margin-bottom: 10px;
    }

    .product_related_wrapper .product-thumb {
        margin-left: 10px;
        margin-right: 10px;
    }

    .product-image-card img.img-responsive {
        border-radius: 13px;
    }

    .product_related_wrapper .slick-track {
        gap: 0;
    }

    .product_related_wrapper .slick-arrow {
        left: 4%;
    }

    .product_related_wrapper .slick-next {
        left: 96%;
    }

    .title-on-slider {
        font-size: 18px;
        line-height: 1.2;
        max-width: 300px;
    }

    p.desc-on-slider {
        display: none;
    }

    a.link-white-blue-text.link-in-category {
        margin-top: 11px;
        padding: 7px 16px;
        text-align: center;
        display: inline-block;
    }

    .content-slider {
        margin-top: 0;
        margin-bottom: 0;
    }

    img.right-img-absolut {
        z-index: -1;
        /*right: -55px;*/
        height: 100%;
        bottom: 0px;
    }



    section.home-slider .content-slider {
        margin-top: 0;
    }

    section.other-categories {
        margin-top: 25px;
    }

    .home-slider .owl-nav {
        bottom: 12px;
        justify-content: space-between;
        width: 100%;
        display: flex;
    }

    .btns-wish>a {
        display: none;
    }

    .home-slider .owl-dots {
        right: 0;
        width: auto;
        padding: 0;
        left: 0;
        bottom: 30px;
        text-align: center;
        max-width: 100px;
    }

    .categories-indie img {
        width: 100%;
    }

    .categories-indie {
        margin-bottom: 30px;
    }

    section.categories-section {
        margin-top: 15px;
    }

    .categories-indie {
        height: 180px;
    }

    section.latest-section {
        margin-top: 15px;
    }

    .heading-title-module {
        margin-bottom: 20px;
        font-size: 25px;
    }

    .quantity-block {
        display: none;
    }

    .qnt_checkout .quantity-block {
        display: block;
    }

    .button-group-on-card {
        display: flex;
        margin-top: 15px;
        padding: 0px 10px;
    }

    .name-attr span {
        font-size: 13px;
    }

    .value-attr span {
        font-size: 12px;
    }

    .footer-elfbar {
        display: flex;

    }

    .try_text_side {
        right: 45px;
    }

    .bestseller {
        margin-top: 45px;
    }



    .try_text {
        margin-top: 10px;
    }

    p.price {
        font-size: 18px;
        line-height: 1.2;
        margin-bottom: 10px;
    }

    span.text-attr {
        font-size: 12px;
        line-height: 16px;
        margin-top: 2px;
        margin-bottom: 2px;
    }

    h1.category-title {
        margin-bottom: 20px;
    }

    .flex-btn-ocfilter {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .btns-on-card {
        /* display: none; */
        right: 10px;
        top: 10px;
    }

    button.show-filter-block {
        background: #0cacd0;
        border-radius: 6px;
        height: 35px;
        display: block;
        width: 140px;
        border: none;
        font-size: 14px;
        line-height: 14px;
        color: #F4F5F6;
        top: 1px;
        position: relative;
    }

    img.icon-filter-btn {
        position: relative;
        top: -1px;
        margin-right: 3px;
    }

    .flex-row-category .row {
        display: block;
    }

    h1.category-title {
        font-size: 25px;
        line-height: 30px;
    }

    .ocf-offcanvas {
        background: #F4F5F6 !important;
    }

    .active div#ocfilter-button {
        position: fixed;
        display: block !important;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 5;
    }

    button.btn-apply-filter {
        background: #FFFFFF;
        border: 1px solid #D6DFE6;
        box-sizing: border-box;
        /* box-shadow: 0px 0px 14px rgb(235 91 119 / 28%); */
        border-radius: 12px;
        width: 100%;
        font-weight: bold;
        font-size: 15px;
        line-height: 20px;
        color: #0cacd0;
        border: none !important;
        border-radius: 0px;
        text-shadow: none !important;
        padding: 14px;
    }

    .btn-apply-filter:after {
        content: '';
        display: inline-block;
        background-image: url(/image/catalog/checkmarks1.svg);
        margin-left: 10px;
        width: 18px;
        height: 18px;
        background-size: cover;
        position: relative;
        top: 4px;
    }

    button.close-filter {
        border: none;
        background: transparent !important;
        padding: 0px 7px;
        box-shadow: none !important;
        color: #888D8B !important;
    }

    .list-group-widget {
        margin: 0px 15px;
    }

    .heading-ocfilter {
        font-weight: bold;
        font-size: 25px;
        line-height: 20px;
        color: #2E3230;
        display: block;
    }

    button.btn.btn-primary.close-filter span {
        font-size: 32px;
        transform: rotate(45deg);
        display: block;
        line-height: 1;
    }

    label.input-group-addon {
        margin-bottom: 0px;
    }

    .button-group-on-card button {
        font-weight: 600;
        font-size: 13px;
        display: flex;
        justify-content: center;
    }

    .flex-row-about {
        display: flex;
        flex-direction: column;
    }

    .flex-row-about-howbuy {
        flex-direction: column-reverse;
    }

    .flex-row-about:first-child .about-text {
        margin-top: 0px;
    }

    .inside-block-feature:after {
        display: none;
    }

    h1.title-inside-text-about {
        font-size: 31px;
        margin-bottom: 10px;
    }

    .flex-row-about:last-child {
        margin-top: 0;
        display: flex;
        flex-direction: column-reverse;
    }

    .column-about.about-img {
        text-align: center;
        margin: 0px 15px;
    }

    .button-group-on-card button span {
        display: block;
    }

    img.icon-basket-on-card {
        margin: 0px;
        margin-right: 5px;
        position: relative;
        top: -3px;
    }

    .inside-mas-cats {
        padding: 15px 15px;
        width: 100%;
    }

    a.title-cat-other {
        font-size: 16px;
        line-height: 1.2;
    }

    .item-other {
        height: auto;
        align-items: flex-start;
    }

    img.left-image-absolut {
        height: 167px;
    }

    nav.inside-link-other-cats {
        display: block;
        /* height: auto; */
        margin-top: 14px;
        margin-bottom: 14px;
    }

    nav.inside-link-other-cats a {
        font-size: 12px;
        line-height: 7px;
        display: block;
    }

    .flex-row-others {
        display: flex;
        margin-bottom: 10px;
    }

    .form-right-other-cats {
        padding: 20px 15px;
        margin: 0px;
    }

    .inside-input-block {
        flex-basis: 44%;
        margin-right: 0;
        margin-bottom: 10px;
        height: 100%;
    }

    .inside-input-block:last-child {
        flex-basis: 8%;
    }

    .inside-input-block input {
        width: 100%;
    }

    .about-text-inside-bg {
        font-size: 14px;
        padding: 10px 15px 1px;
        line-height: 1.5;
    }

    .about-text-bg {
        padding: 15px;
    }

    section.review-section {
        margin-top: 25px;
    }

    section.seo-text-footer {
        margin-top: 30px;
    }

    .tel-right-footer a {
        font-size: 22px;
        line-height: 30px;
        text-align: left;
        font-weight: 600;
    }

    span.text-adress {
        font-size: 14px;
        text-align: left;
        margin-top: 15px;
        margin-bottom: 25px;
    }

    .inside-block-footer {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 20px;
    }

    img.logo-img-footer {
        width: 150px;
    }

    .inside-menu-footer.padding-left-30 {
        padding-left: 0;
        margin-bottom: 15px;
    }

    .inside-menu-footer.padding-left-10 {
        margin-top: 0;
        display: block;
        margin-bottom: 20px;
    }

    footer .row {
        display: flex;
        flex-wrap: wrap;
    }

    footer .row .col-sm-2:nth-child(1) {
        width: 100% !important;
        order: 5;
    }

    footer .row .col-sm-2:nth-child(4) {
        width: 50% !important;
        order: 1;
    }

    footer .row .col-sm-4 {
        width: 100%;
        order: 2;
    }

    footer .row .col-sm-2:nth-child(2) {
        width: 50%;
        order: 3;
    }

    .contact-footer {
        flex-direction: column-reverse;
    }

    .work_time {
        justify-content: flex-start;
        margin-top: 20px;
    }

    .work_time span {
        text-align: left;
    }

    footer .row .col-sm-2:nth-child(3) {
        width: 50% !important;
        order: 4;
    }

    footer .col-sm-2 {
        width: 50% !important;
    }

    .contact-footer.text-align-right {
        margin-bottom: 20px;
    }

    footer {
        background-color: #fff;
        padding: 30px 0px 90px;
        margin-top: 30px;
    }

    span.desc-form {
        display: block;
        font-size: 12px;
        line-height: 13px;
    }

    a.link-form-tel {
        font-size: 16px;
        line-height: 22px;
    }

    a.blue-link.link-to-cat {
        background: rgba(255, 255, 255, 0.16);
        border-radius: 6px;
        font-weight: 500;
        font-size: 12px;
        line-height: 9px;
        color: #FFFFFF;
        padding: 12px 18px;
        display: inline-block;
        margin-top: 65px;
    }

    button.navbar-toggle {
        background: transparent !important;
        background-image: none !important;
        border: none;
        box-shadow: none !important;
    }

    span.toggle-navbar-icon {
        display: block;
        width: 13px;
        height: 3px;
        background: #0cacd0;
        border-radius: 3px;
    }

    span.toggle-navbar-icon:before {
        content: "";
        display: block;
        width: 20px;
        height: 3px;
        background: #0cacd0;
        border-radius: 3px;
        margin-bottom: 3px;
        position: relative;
        top: -6px;
    }

    span.toggle-navbar-icon:after {
        content: "";
        display: block;
        width: 20px;
        height: 3px;
        background: #0cacd0;
        border-radius: 3px;
        margin-bottom: 3px;
        position: relative;
        top: 0px;
    }

    .navbar-toggle {
        display: block;
    }

    span.sum-prod {
        display: none;
    }

    .btns-wish {
        flex-basis: auto;
    }

    nav#menu {
        min-height: auto;
    }

    section.home-slider {
        margin-top: 0;
    }

    .parent-menu-block {
        display: flex;
        flex-wrap: wrap;
        /* background: #2E3230; */
        /* padding: 5px 0px; */
        max-height: 55px;
        /* margin: 0px -15px; */
        /* justify-content: space-between; */
    }

    div.btn-group.btn-block {
        margin-left: 7px;
    }

    .flex-bg-menu {
        flex-basis: calc(100% - 60px);
        background: transparent;
        backdrop-filter: unset;
    }

    button.btn.btn-inverse.btn-block.btn-lg.dropdown-toggle {
        background: transparent;
        box-shadow: none;
    }

    span.desc-block-feature {
        font-weight: 500;
        font-size: 12px;
        line-height: 1.2;
        min-height: 30px;
    }


    #search input.form-control.input-lg {
        height: 32px;
        width: 100%;
        background: #F4F5F6;
        border-radius: 7px;
        max-width: 100%;
        border: none;
    }

    div#search {
        display: flex;
        align-items: center;
        margin-bottom: 0px;
    }

    .item-search-block {
        width: 80%;
        position: relative;
    }

    .inside-menu-footer.padding-left-40 {
        padding: 0px;
    }

    footer .row .col-sm-3:nth-child(2) {
        order: 3;
    }

    span.input-group-btn {
        width: fit-content;
        display: block !important;
        height: 100%;
        font-size: 14px;
    }

    span.input-group-btn {
        width: 0px;
        overflow: hidden;
    }

    img.icon-cart {
        content: url(/image/catalog/basket-pink.svg);
        width: 23px;
        filter: brightness(11);
    }

    header .flex-bg-menu {
        justify-content: flex-start;
        padding-left: 15px;
    }

    .item.item-slide {
        min-height: 300px;
    }

    /* 
    button.not-empty-cart img.icon-cart {
        content: url(/image/catalog/header/cart_active_mob.svg);
    } */

    button.navbar-toggle {
        margin: 0px;
    }

    span.count-product {
        top: 6px;
        right: 10px;
        width: 15px;
        height: 15px;
        font-size: 10px;
        border: 1px solid;
    }

    .phone_mob {
        display: flex;
    }

    .inside-block-footer {
        margin-bottom: 40px;
    }

    .about-text-inside-bg p {
        margin-bottom: 10px;
    }

    .inside-reviw {
        display: block;
    }

    .img-review img {
        max-width: 100px;
        margin: auto;
        margin-bottom: 20px;
    }

    .review-section .owl-dots {
        display: none;
    }

    .review-section span.arrow-btn-slider {
        border: 0.584088px solid rgba(100, 185, 0, 0.27);
    }

    .review-section span.arrow-btn-slider:before {
        border-color: #64B900;
    }

    .review-section .owl-nav {
        text-align: center;
        max-width: 100%;
        margin: auto;
        display: flex;
        justify-content: space-between;
        margin-top: 0;
        position: absolute;
        left: 0;
        right: 0;
        top: 25px;
    }

    span.fio-text {
        font-size: 16px;
        line-height: 16px;
    }

    .desc-review {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    span.fio-text {
        order: 1;
    }

    span.text-review {
        order: 3;
    }

    span.date-review {
        order: 2;
        margin-top: 0px;
        margin-left: 10px;
    }

    .row-copyright {
        display: block;
        margin-top: 20px;
    }

    span.text-copyright {
        display: block;
        margin-bottom: 10px;
    }

    section.flex-mob-with-icon {
        display: flex;
        flex-direction: column-reverse;
    }



    .hidden-text-on-mob {
        max-height: 380px;
        overflow: hidden;
        position: relative;
    }

    span.btn-read-more {
        font-weight: bold;
        font-size: 16px;
        line-height: 19px;
        color: #0cacd0;
        text-align: center;
        display: block;
        margin-top: 10px;
    }

    span.btn-read-more:after {
        content: "";
        display: inline-block;
        width: 8px;
        height: 8px;
        border: 1px solid #0cacd0;
        transform: rotate(45deg);
        margin-left: 10px;
        border-left: 0px;
        border-top: 0px;
        position: relative;
        top: -3px;
    }

    .hidden-text-on-mob.show-text-all {
        max-height: 1200px;
        transition: all 0.3s ease-in-out;
    }

    .show-text-all {
        transition: all 0.3s ease-in-out;
    }

    .hidden-text-on-mob.show-text-all:before {
        display: none;
    }

    .select-sort {
        margin-top: 3px;
    }

    span.last-bread {
        font-size: 13px;
    }

    .dropdown-select {
        min-width: 140px;
    }

    .ocf-offcanvas.active {
        left: 0 !important;
    }

    div#content .row {
        margin: 0px -15px;
    }

    .fixedCat .flex-btn-ocfilter {
        position: fixed;
        left: 0;
        right: 0;
        top: 44px;
        background: #2E3230;
        z-index: 9;
        padding: 5px 15px;
        box-shadow: 0px 2px 7px rgb(53 95 4 / 6%);
        border-radius: 0px 0px 8px 8px;
    }

    .group-ocenka {
        display: block;
    }

    .rating-group {
        margin-bottom: 10px;
    }


    .main-thumb-block img {
        max-height: 290px;
    }

    h1.product-title {
        font-size: 25px;
        line-height: 1.2;
    }

    .review-wrapper #form-review {
        flex-direction: column;
    }

    textarea#input-review,
    input#input-name {
        width: 100%;
    }

    .rating-group {
        flex-direction: column;
        display: flex;
        align-items: center;
    }

    .flex-input-block {
        display: flex;
        align-items: center;
    }

    button#button-review {
        position: relative;
        left: 50%;
        translate: -50% 0;
    }

    .btn-group.btn-group-heading.button-in-mob.visible-xs {
        display: flex !important;
    }

    .flex-input-block button#button-cart {
        height: 40px;
    }

    span.price-text {
        font-size: 36px;
        white-space: nowrap;
    }

    .sticky_prod_block {
        display: none;
    }

    .prod_info_left {
        flex-basis: 100%;
    }

    .desc-flex {
        padding: 15px;
    }

    .flex-input-block .input-group.number-spinner {
        display: none;
    }

    .input-group.number-spinner {
        margin-left: 0px;
    }

    .input-group.number-spinner .input-group-btn {
        position: relative;
        top: 0;
    }

    .item-download {
        background: #FFFFFF;
        border-radius: 13px;
        padding: 13px 15px;
        margin-bottom: 10px;
    }

    .attribute-groupe {
        margin: 0px -15px;
    }

    body.fixedCat {
        padding-top: 90px;
    }

    .fixedCat header {
        border-bottom: 0px solid #F4F5F6;
    }

    .tabTops {
        position: fixed;
        top: 49px;
        left: 0;
        padding-left: 18px;
        background: transparent;
        right: 0;
        overflow-x: scroll;
        padding-bottom: 9px;
        margin-top: 42px;
        z-index: 99;
        transition: 0.1s;
    }

    .tabTops-fixed {
        margin-top: 0;
        background: #fff;

    }

    .flex-row-thumb>div {
        flex-basis: 100%;
        margin: 0px 0px;
        width: 100% !important;
    }

    .slider-mob span.arrow-btn-slider.left-arrow {
        position: absolute;
        top: 50%;
        background: rgba(255, 255, 255, 0.75);
        border: 1px solid rgba(0, 77, 132, 0.27);
        box-sizing: border-box;
        left: 7px;
    }

    .slider-mob span.arrow-btn-slider.right-arrow {
        position: absolute;
        top: 50%;
        background: rgba(255, 255, 255, 0.75);
        border: 1px solid rgba(0, 77, 132, 0.27);
        box-sizing: border-box;
        right: 0;
    }

    .slider-mob span.arrow-btn-slider:before {
        border-color: #0cacd0;
    }


    .slider-mob span.arrow-btn-slider.right-arrow:before {
        border-color: #0cacd0;
    }

    ul.tabs-block-top li a {
        font-size: 13px;
        line-height: 20px;
        border: 1px solid lightgrey;
        border-radius: 5px;
        padding: 1px 4px;
    }

    ul.tabs-block-top {
        margin-bottom: 0px;
        padding: 0;
        background-color: transparent;
        margin-top: 5px;
    }

    .nav-fixed-top {
        top: auto;
        bottom: 0;
        transform: translate(0px, 0px) !important;
        padding: 0px 0px 0px;
        border: none;
        box-shadow: 0px -5px 7px rgb(53 95 4 / 6%);
        border-radius: 8px 8px 0px 0px;
        overflow: hidden;
    }

    .product-breadcrumb .breadcrumb {
        display: flex;
        margin-right: -10px !important;
    }

    .product-breadcrumb {
        margin-top: 0;
        overflow-y: scroll;
        margin-right: -10px;
    }

    .inside-description {
        padding: 10px;
        border-radius: 20px;
    }

    form#quick-buy-form {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

    span.title-attr-wrapper {
        font-size: 22px;
    }

    .dop-image-block {
        display: none;
    }

    h1.product-title {
        margin-top: 15px;
        text-align: center;
        padding: 0 10px;
    }

    .product_title_top {
        justify-content: center;
        flex-direction: column;
        gap: 10px;
    }

    .other_prod_brands_title {
        font-size: 22px;
    }

    .options-block-wrapper .form-control {
        column-gap: 5px;
    }

    .option-item {
        margin-bottom: 5px;
    }




    .option-wrapper {
        margin-bottom: 6px;
    }

    .option-item__button {
        padding: 7px;
    }

    .main-thumb-block img {
        max-height: 240px;
    }

    .bg-row-block {
        padding: 0px;
        margin-top: 37px;
    }

    span.heading-fixed-title {
        display: none;
    }

    .flex-top-fixed .nav-lists {
        display: none;
    }

    .flex-row-thumb {
        margin: 0px 0px;
    }

    .buttons-fixed-top {
        margin-left: 0;
    }

    .nav-fixed-top .container {
        padding: 0px !important;
    }

    .buttons-fixed-top button.btn-transparent {
        margin: 0px !important;
        border-radius: 0px;
        border: none;
        border-left: 1px solid #F2F2F2;
        min-width: 38px;
        height: 38px;
    }

    span.price-fixed-top {
        display: block;
        width: 100%;
        text-align: center;
    }

    .mob-flex-center {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
    }

    .buttons-fixed-top button#button-cart {
        height: 45px;
        margin-left: 0;
    }

    a.thumbnail {
        border: none !important;
    }

    .buttons-fixed-top button#button-cart {
        height: 38px;
        margin-left: 0;
        border-radius: 0px;
    }

    li.main-thumb-block,
    div.main-thumb-block {
        width: 100%;
        margin-left: 0;
        padding-left: 0px;
        overflow: hidden;
        position: relative;
    }

    .title-product-fixed {
        width: 100%;
        justify-content: space-between;
    }



    input.input-tel {
        border: 1px solid #DFDFDF;
        box-sizing: border-box;
        border-radius: 10px;
        height: 38px;
        padding-left: 15px;
        font-size: 13px;
        line-height: 19px;
        color: #2e3230;
        width: 100%;
        flex-basis: 55%;
    }

    button.quick-buy {
        height: 38px;
        flex-basis: calc(45% + 15px);
        margin-left: -15px;
        font-size: 12px;
        border-radius: 10px !important;
        top: 0;
    }

    .shoping-cart-products-loop {
        max-height: 330px;
        overflow-y: scroll;
    }

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

    .input-group.number-spinner.spinner-in-mob {
        display: flex !important;
        margin-left: 20px;
    }





    .shoping-cart {
        top: 30px;
        max-height: calc(100% - 94px);
        bottom: auto;
        overflow-y: scroll;
    }

    .hidden-xs {
        display: none !important;
    }

    .buttons-fixed-top button#button-cart-fixed {
        height: 42px;
        margin-left: 0px;
        border-radius: 0px 8px 0px 0px;
    }

    .shoping-cart {
        padding: 20px 15px;
    }

    .title-popup-cart {
        margin-top: 0px;
        font-size: 25px;
        line-height: 20px;
    }

    button.close-cart {
        top: 18px;
        right: 12px;
    }

    .shoping-cart-products-item-image {
        flex-basis: 40px;
    }

    .flex-to-btn {
        flex-basis: 100%;
        border-top: 1px solid #F4F4F4;
        margin-top: 10px;
        padding-top: 10px;
    }

    .shoping-cart-products-item-caption {
        flex-basis: calc(100% - 55px);
        margin-left: 15px;
    }

    .flex-to-btn input.quantity-block {
        display: block;
    }

    .shoping-cart-products-item-quantity {
        flex-basis: 100px;
        margin-left: 0px;
    }

    .shoping-cart-products-item-quantity i {
        width: 33px;
        height: 33px;
    }

    .shoping-cart-products-item-price {
        flex-basis: 140px;
    }

    .shoping-cart-buttons {
        flex-direction: column-reverse;
    }

    .shoping-cart-totals {
        flex-direction: column;
        width: 100%;
    }

    a.btn-checkout {
        margin-left: 0px;
        margin-top: 10px;
        margin-bottom: 20px;
        height: 60px;
        padding: 22px;
        width: 100%;
        display: block;
        text-align: center;
    }

    .shoping-cart-totals-item {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        height: 60px;
    }

    span.shoping-cart-totals-item-value {
        font-size: 23px;
    }

    div#search {
        opacity: 1;
        visibility: visible;
        max-width: 100%;
        position: relative;
        padding: 0px;
    }

    .btn-search-row {
        position: absolute;
        right: auto;
        top: 5px;
        z-index: 9;
        left: 10px;
    }

    .category-article-items .product-list {
        width: 50%;
    }

    .sorting-block-blog {
        width: 100%;
    }

    .article-category-form .category-form-title .form-title {
        font-size: 24px;
        line-height: 28px;
    }

    .article-category-form {
        padding: 26px;
        margin-bottom: 36px;
    }

    span.form-title {
        margin-bottom: 5px;
        font-size: 19px;
        line-height: 22px;
    }

    .vews-reviews-block {
        height: 313px;
        margin: 0;
    }

    .image-reviews-section .thumbnails {
        height: auto;
    }

    .image-reviews-section ul {
        width: 80%;
    }

    .image-reviews-section .vews-reviews-block {
        width: 20%;
    }

    .content-links-wrapper {
        width: 30%;
    }

    .reviews-container {
        padding: 26px 20px 28px;
    }

    .advantage-item-topline:before {
        top: -42%;
        width: 135px;
    }

    .advantage-item-gorline:after {
        width: 135px;
    }

    .main-categories-inside {
        padding: 23px;
        min-height: 165px;
    }

    .main-categories-title {
        font-size: 18px;

    }

    .main-categorie-links a {
        font-size: 13px;
        line-height: 28px;
    }

    #product-category .text-left {
        max-width: 1000px;
    }

    .pagination-text-justify {
        margin-top: 28px;
    }


}

@media (min-width: 768px) and (max-width: 992px) {

    footer .row {
        display: block;
        /* flex-wrap: nowrap; */
        flex-direction: column-reverse;
    }

    footer .row .col-sm-2:nth-child(1) {
        width: 22%;
    }

    .inside-block-footer {
        display: flex;
        flex-direction: column;
    }

    .public-block-footer {
        display: block !important;
    }

    footer .row .col-sm-3:nth-child(2) {
        width: 23%;
    }

    footer .row .col-sm-2:nth-child(3) {
        width: 18%;
    }

    footer .row .col-sm-2:nth-child(4) {
        width: 37%;
    }

    footer .row .col-sm-3:nth-child(5) {
        width: 100%;
    }

    nav.column-menu {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        height: 100px;
    }

    nav.column-menu a:nth-child(4),
    nav.column-menu a:nth-child(5) {
        width: 108px;
    }

    .tel-right-footer a {
        font-size: 15px;
        line-height: 20px;
    }

    .mail-footer {
        display: block;
        order: 5;

    }

    .mail-footer a {
        text-align: start;
        margin: 0;
        margin-bottom: 2px;
    }

    .contact-footer.text-align-right {
        display: flex;
        justify-content: end;
    }

    span.text-adress {
        margin-top: 4px;
    }

    .adress-header {
        display: block;
        font-size: 12px;
        line-height: 14px;
        color: #646866;
        margin-bottom: 7px;
    }

    .mail-footer {
        flex-basis: 21%;
    }

    span.text-adress {
        flex-basis: 58%;
        display: flex;
    }

    span.text-adress>span {
        font-size: 14px;
        line-height: 16px;
        color: #2E3230;
        flex-basis: 50%;
        padding: 0 20px;
    }

    .contact-footer.text-align-right {
        margin-bottom: 4px;
    }

    .public-block-footer {
        top: 0 !important;
    }

    .inside-menu-footer.padding-left-10 {
        margin-bottom: 0;
    }

    .mail-footer .mail-link {
        margin: 0;
    }

    .second-adress {
        margin-top: 0;
    }

    .mail-footer .mail-link {
        font-size: 15px;
        text-align: left;
    }


    .telephone-head-block>div {
        margin: 10px 6px 10px 6px;
    }

    .telephone-head-block.mob-in-menu-block a {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 5px;
    }

    .second-section .right-side-text {
        padding-top: 0;
    }

    button.type-submit {
        display: none;
    }

    button.type-submit-tab {
        display: block;
    }

    .inside-input-block input {
        height: 100%;
    }

    div#form-inside-tel {
        display: flex;
        height: 31px;
        justify-content: space-between;
    }

}


.item-compare {
    min-width: 250px;
}

h2.title-inside-text-about {
    color: #fff;
    font-size: 51px;
    line-height: 53px;
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
}

@media (max-width: 768px) {


    div.shoping-cart {
        max-height: 640px;
    }

    div.icons-cart-block {
        height: 415px;
        flex-direction: column;
        flex-wrap: nowrap;
    }

    div.icons-cart-block img {
        width: 88px;
    }

    .buttons-cart-cat-block {
        justify-content: space-evenly;
        align-items: center;
        flex-wrap: wrap;
    }

    .video-wrapper iframe {
        width: 100%;
        height: 50%;
    }

    .video-wrapper {
        height: auto;
    }

    .feature-content {
        max-width: 800px;
        margin-bottom: 30px;
    }

    a.link-form-tel {
        font-size: 21px;
        margin-bottom: 18px;
    }

    span.desc-form {
        font-size: 14px;
        line-height: 19px;
        margin-bottom: 8px;
    }

    .flex-row-others {
        display: block;
    }

    div#form-inside-tel {
        display: block;
    }

    img.left-image-absolut {
        height: 115px;
    }

    a.blue-link.link-to-cat {
        margin-top: 19px;
    }

    .image-reviews-section ul {
        width: 100%;
    }

    .image-reviews-section .vews-reviews-block {
        width: 100%;
    }

    .category-article-items .product-list {
        width: 100%;
    }

    h3.widget-title {
        margin-top: 20px;
        font-size: 25px;
        margin-bottom: 20px;
    }

    .inside-menu-footer {
        margin-bottom: 25px;
    }

    span.title-inside-text-about {
        color: #fff;
        font-size: 18px;
        font-weight: bold;
        display: block;
        line-height: 1.2;
        margin-bottom: 10px;
    }

    .column-about.about-img img {
        max-width: 473px;
        width: 100%;
    }

    .inside-wrapper-compare {
        padding-top: 65px;
        position: relative;
    }

    h1.title-success-page {
        font-size: 22px;
        color: #2E3230;
        margin-bottom: 10px;
        margin-top: 20px;
    }

    .flex-form-success {
        margin-top: 25px;
        padding: 15px;
    }

    a.tel-success-bottom-form {
        display: block;
        margin-top: 5px;
        margin-bottom: 15px;
    }

    .item-success-input {
        margin-right: 0px;
        flex-basis: 100%;
        margin-bottom: 8px;
    }

    .btn-success-bottom-form {
        flex-basis: 100%;
        margin-top: 0px;
    }

    .flex-row-success-block {
        display: block;
        margin-bottom: 10px;
    }

    span.title-success-form {
        font-size: 20px;
        line-height: 1.2;
    }

    .desc-success-page {
        font-weight: 500;
        font-size: 14px;
        line-height: 1.3;
        color: #585C5A;
    }

    .item-category-compare.active-menu {
        max-width: 100%;
    }

    .item-category-compare.hidden-item-menu {
        max-height: 0px !important;
        overflow: hidden;
        z-index: 9;
        background: #f4f5f7;
        width: 100%;
        max-width: 100%;
        transition: all 0.4s ease-in-out;
    }

    .inside-category-list.show-all-compare .hidden-item-menu {
        max-height: 50px !important;
        border: 1px solid #dbe3e8;
        border-top: 0px;
        border-radius: 0px 0px 6px 6px;
        margin-top: -3px;
    }

    .inside-category-list {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        z-index: 9;
    }

    .inside-category-list {
        display: flex;
        width: 100%;
        flex-direction: column;
    }

    .inside-category-list>div {
        order: 2;
    }

    .inside-category-list>div.active-menu {
        order: 1;
        position: relative;
    }

    span.arrow-down-compare {
        display: inline-block;
        width: 8px;
        height: 8px;
        border: 1.5px solid #0cacd0;
        transform: rotate(45deg);
        position: absolute;
        right: 14px;
        top: 18px;
        border-left: 0px;
        border-top: 0px;
    }

    .checkout-profile-user-fields input {
        padding-left: 10px;
    }

    .well-login .remember-checkbox-input+label::before {
        /* position: absolute;
        right: -35px; */
    }

    .inside-wrapper-compare {
        overflow-x: scroll;
    }

    .item-compare .product-title-block {
        padding: 0px 6px;
        background: #fff;
        min-height: 40px;
    }

    .price-product-compare {
        padding: 0px 7px;
    }

    .price-product-compare .price {
        font-size: 14px;
        margin-bottom: 0px;
    }

    .item-compare button.btn-transparent {
        width: 30px;
        height: 30px;
    }

    .item-name-attribute {
        font-size: 12px;
        padding: 5px 10px;
        background: #fff;
        min-height: 34px;
        border-left: 1px solid #E4E6E9;
    }

    .product-item-compare {
        min-height: 175px;
    }

    .category-compare-list {
        min-height: 175px;
        max-height: 175px;
    }

    .item-compare img.img-thumbnail {
        max-width: 100px;
    }

    .item-compare .product-image-card {
        padding: 5px 0px;
    }

    button.add-to-cart-button {
        width: 30px;
        height: 30px;
        border-radius: 6px;
        border: none;
    }

    .mail-footer .mail-link {
        text-align: left;
    }

    #content {
        min-height: auto;
    }

    .item-compare {
        min-width: 50vw;
    }

    .inside-description {
        margin: 0px -15px;
    }

    input.quantity-block {
        width: calc(100% - 66px);
        color: #000;
    }

    .review-wrapper {
        margin: 0px -15px;
    }

    #column-right {
        display: block !important;
    }

    .flex-row-checkout {
        display: block;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    h1.title-page-checkout {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .soc-flex-block {
        margin-left: 0px;
    }

    .checkout-profile-user {
        padding: 10px;
    }

    .checkout-profile-address {
        padding: 10px;
    }

    .item-shipping-method {
        flex-basis: calc(100% - 20px);
        margin: 10px;
    }

    .checkout-cart-product-item-image img {
        width: 100%;
    }

    .checkout-cart-product-item-price {
        flex-basis: 20%;
    }

    .wrapper-cart-checkout {
        margin-top: 20px;
    }

    .item-shipping-method label {
        width: 100%;
    }

    .comment-block {
        padding: 10px;
    }

    .checkout-cart-product-item-image {
        flex-basis: 40px;
    }

    .checkout-profile-payment {
        padding: 10px;
    }

    #information-information #content h1 {
        margin: 5px 0 25px;
    }

    .contacts-content__text {
        margin-bottom: 40px;
    }

    .content__text-adress {
        width: 100%;
        max-width: 800px;
        padding: 20px;
        margin-bottom: 25px;
    }

    .adress-warehouse {
        margin-bottom: 35px;
    }

    .adress-warehouse:after {
        top: 140%;
        right: 50%;
        transform: translate(50%, 50%);
        height: 0;
        border-top: 1px solid #F0F0F0;
        width: 90%;
    }

    .adress-title {
        margin-bottom: 5px;
    }


    .phone-block {
        margin-bottom: 25px;
    }

    .contact-icon-text {
        margin-top: 0;
    }

    .content__text-phone {
        margin-bottom: 7px;
    }

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

    .right-side-img {
        margin-bottom: 20px;
        top: 0;
    }

    .advantages-block-wrapper {
        padding: 0;
    }

    .advantage-text {
        font-size: 12px;
    }

    .row-top {
        display: flex;
        margin-bottom: 65px !important;
    }

    .row-bottom {
        display: flex;
    }

    .advantages-block {
        background: #FFFFFF;
        border-radius: unset;
        padding: 41px 9px;
        height: auto;
    }

    .advantages-block-wrapper {
        padding: 0;
    }

    .advantage-item {
        flex-basis: 50%;
    }

    .advantages-block {
        position: relative;
    }

    .advantages-block:before,
    .advantages-block:after {
        content: '';
        display: block;
        position: absolute;
        top: 50%;

        transform: translate(0, 50%);
        width: 29%;
        border-top: 1px solid #EFEFEF;
    }

    .advantages-block:before {
        left: 11%;
    }

    .advantages-block:after {
        right: 11%;
    }

    .advantage-item-gorline:after {
        display: none;
    }

    .advantage-item-topline:before {
        display: none;
    }

    .left-side-text {
        padding: 0;
    }

    .benefits-section {
        display: flex;
        flex-direction: column-reverse;
    }

    .benefits-title {
        margin-top: 20px;
    }

    .benefits-picture-block {
        margin-top: 40px;
        padding: 0;
    }

    .numbers-section {
        display: flex;
        flex-direction: column;
        align-items: center;
        height: auto;
        width: 100%;
        max-width: 750px;
        padding: 20px;
        text-align: center;
    }

    .numbers-item {
        margin-top: 50px;
        height: auto;
        width: 100%;
    }

    .numbers-item:last-child {
        margin-bottom: 30px;
    }

    .numbers-item-line:after {
        display: none;
    }

    .sorting-block {
        display: none;
    }

    .article-short-info {
        margin: 8px 0 0;
    }

    .first-article .image {
        height: 182px;
    }

    .content-links {
        display: none;
    }

    .image-reviews-section .thumbnails {
        margin-left: 0 !important;
        padding: 0 15px;
    }

    .image-reviews-section .thumbnails li {
        margin-left: 0 !important;
    }

    .image-reviews-section .thumbnail img {
        height: 100%;
    }

    .vews-reviews-block {
        flex-direction: row;
        height: auto;
        margin: 8px 0 15px;
    }

    .vews-reviews-block .num-views {
        margin-right: 8px;
    }

    .title-views-mobile {
        display: none;
    }

    .first-two-blocks {
        display: flex;
    }

    .reviews-wrapper {
        margin-top: 0;
    }

    .share-block {
        display: flex;
        align-items: center;
        margin-bottom: 0;
    }

    .title-views {
        margin-right: 8px;
        margin-bottom: 0;
    }

    .num-review,
    .num-views {
        margin-top: 0;
    }

    .article-content-block {
        margin-top: 0 !important;
    }

    .date-title {
        padding: 0;
    }

    .article-title {
        margin-top: 5px;
        font-size: 25px;
    }

    .reviews-container {
        height: auto;
        display: flex;
        flex-direction: column-reverse;
        padding-top: 8px;
    }

    .reviews-title {
        font-size: 25px;
        line-height: 27px;
        margin-bottom: 15px;
        padding: 0 15px;
    }

    .reviews-row {
        padding: 0;
    }

    .form-horizontal {
        padding: 0;
    }

    .review-block h2 {
        font-weight: bold;
        font-size: 18px;
        line-height: 27px;
        color: #2E3230;
    }

    .review-button {
        width: 100%;
        max-width: 800px;
        padding: 0;
    }

    .reviews-container .review-section {
        padding: 0;
        margin-top: 22px;
    }

    .review-section {
        height: 355px;
    }

    .reviews-container tr td {
        font-size: 16px;
        line-height: 16px;
    }

    .no-comments {
        margin: 0 !important;
    }

    .bottom-blocks {
        margin-top: 100px;
    }

    .caption-first-item {
        left: 20px;
        right: 10px;
    }

    .first-article .caption-first-item a {
        font-size: 14px;
        line-height: 15px;
    }

    .product-thumb-article-category .caption a {
        font-size: 16px;
        min-height: 40px;
    }

    .text-icon-item {
        text-align: center;
        padding: 0 66px;
        margin-bottom: 25px;
    }

    .text-icon-item:after {
        display: none;
    }

    .text-icon-item img {
        margin: 0 auto;
    }

    .text-icon-title br {
        display: none;
    }

    .text-icon-block {
        padding-bottom: 0;
    }

    .delivery-payment-title {
        margin-top: 5px;
        font-size: 20px;
    }

    .delivery-content {
        margin-bottom: 23px;
    }

    .form-control-wrapper {
        width: 100%;
        max-width: 800px;
    }

    .form-group-reg {
        padding: 0 15px;
    }

    .password-info-text {
        padding: 0 15px;
        margin-top: 0;
    }

    .enter-form-title {
        font-size: 25px;
        margin: 5px auto 11px;
    }

    .login-content {
        min-height: 455px !important;
    }

    .well-login {
        max-width: 700px;
    }

    .form-control-enter {
        width: 100%;
    }

    .remember-checkbox {
        display: inline-block;
    }

    .login-button {
        margin: 0 0 14px;
    }

    .social-reg-button {
        width: 300px;
    }

    .face-btn {
        margin-right: 15px;
    }

    .button-register {
        margin-top: 0;
    }

    .modal-content-login {
        padding: 20px;
    }

    .well-login:after {
        display: none;
    }

    .forgot-password {
        float: right;
    }

    .forgot-password:after {
        width: 77%;
    }

    .modal-dialog {
        margin: 0;
    }

    .modal-content-register:after {
        display: none;
    }

    .col-sm-6-mob {
        padding-left: 0 !important;
    }

    .form-change-password {
        padding: 15px;
    }

    .password-form-block {
        padding: 0;
    }

    .password-form-wrapper {
        flex-direction: column;
    }

    .password-form-group:not(:last-child) {
        margin-right: -15px !important;
        margin-left: -15px !important;
    }

    .password-form-group,
    .account-input-wrapper-pass {
        max-width: 800px;
    }

    .form-account-title {
        display: none;
    }

    .account-content__right-side {
        padding: 15px;
    }

    .account-form-row {
        flex-direction: column;
        padding: 0;
    }

    .account-form-row:not(:last-child) {
        margin-bottom: 0;
    }

    .account-form-wrapper {
        width: 100%;
        margin-bottom: 15px;
    }

    .account-input-wrapper .form-control-item {
        height: 40px;
    }

    .subscribe-block {
        margin-top: 0;
        margin-bottom: 0;
        height: 40px;
        padding: 0 15px;
        flex-basis: unset;
        justify-content: flex-start;
    }

    .remember-checkbox-input+label::before {
        /* position: absolute;
        right: 30px; */
    }

    .account-right-content {
        padding-right: 0;
    }

    .table-responsive {
        border: unset;
    }

    .wish-list-block {
        padding: 15px;
    }

    .product-items {
        justify-content: space-between;
    }

    .product-item {
        margin-right: 0;
        margin-bottom: 15px;
        flex-basis: 48%;
    }

    .wishlist-product-name {
        font-size: 12px;
    }

    .wishlist-price {
        font-size: 15px;
    }

    .wishlist-product-img {
        height: 98px;
    }

    .adress-row-item {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .adress-buttons {
        height: auto;
        align-items: self-start;
        margin-right: auto;
        margin-left: 0;

    }

    .button-list-open {
        display: block;
        transform: rotate(90deg);
        font-size: 23px;
        color: #0cacd0;
    }

    .adress-buttons-wrapper {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        order: -1;
        margin-bottom: 15px;
    }

    .adress-edit-button,
    .adress-delete-button {
        display: none;
    }

    .button-list-open-active {
        display: block;
        align-self: flex-start;
    }

    .adress-input-wrapper-city,
    .adress-input-wrapper-street {
        max-width: 800px;
    }

    .adress-input-wrapper-house,
    .adress-input-wrapper-postcode {
        max-width: 800px;
        width: 47%;
    }

    .adress-input-wrapper-house {
        margin-right: 13px !important;
    }

    .adress-input-wrapper {
        margin-right: 0;
    }

    .account-right-content-adres {
        min-height: 412px !important;
    }

    .account-menu {
        position: relative;
    }

    .dropdown-account-menu {
        display: block;
        position: absolute;
        top: 2px;
        right: 4px;
        width: 40px;
        height: 40px;
        z-index: 100;
    }

    .account-menu {
        height: 47px;
        overflow: hidden;
        transition: 0.3s;
        display: flex;
        flex-direction: column;
    }

    .account-menu-active {
        height: auto;
        overflow: auto;
    }

    .account-links-active {
        order: -1;
    }

    .mobile-edits {
        margin-top: 0;
        min-height: 200px !important;
    }

    .mobile-height {
        min-height: 300px !important;
    }

    .password-form-group:not(:last-child) {
        margin-bottom: 15px;
    }

    .table-responsive-order {
        width: 700px;
    }

    .order-form-wrapper {
        overflow: scroll;
    }

    .order-more-info {
        flex-wrap: wrap;
    }

    .order-product-row {
        flex-basis: 100%;
        padding-left: 14px;
        padding-top: 4px;
        position: relative;
    }



    .order-short-info {
        position: relative;
        justify-content: start;
        align-items: center;
    }

    .order-short-info-icon-mobile {
        position: absolute;
        left: 6px;
        height: 30px;
        width: 30px;
    }

    .order-table-status {
        margin-left: 47px;
        margin-right: 23px;
        width: 95px;
        height: 39px;
        padding-top: 10px;
    }

    .order-all-info {
        padding: 7px 5px 5px;
        height: 55px;
    }

    .order-all-info-hide .order-column-data:after {
        left: 13px;
        bottom: -10px;
    }

    .order-all-info-hide {
        height: auto;
    }

    .order-column-titles {
        display: none;
    }

    .product-top-hide {
        display: none;
    }

    .product-info-top {
        display: flex;
        align-items: center;
        flex-direction: row-reverse;
        flex-basis: 50%;
        justify-content: space-between;
    }

    .order-table-numbers {
        text-align: left;
        font-size: 13px;
        flex-basis: 30%;
    }

    .order-table-label {
        display: block;
    }

    .order-table-total {
        font-weight: 500;
        /* margin-left: 15px; */
        text-align: left;
        font-size: 13px;
    }

    /* .order-table-date {
        margin-left: 30px;
    } */

    .order-product-image {
        width: 40px;
        height: 40px;
    }

    .order-product-image img {
        width: 100%;
        height: 100%;
        border-radius: 4px;
    }

    .table-responsive-order {
        margin-bottom: 0;
    }

    .order-product-name {
        font-size: 12px;
    }

    .order-payment-shipping-block {
        display: flex;
        width: 100%;
        padding-left: 15px;
        margin-top: 15px;
    }

    .order-payment {
        margin-bottom: 0;
    }

    .order-payment-wrapper {
        margin-right: 30px;
    }

    .order-title-mobile {
        display: inline;
    }

    .order-product-image-top {
        display: block;
        margin-right: 6px;
    }

    .order-product-image-top-desktop {
        display: none;
    }

    .order-all-info-hide .order-column-data:after {
        width: 557px;
    }

    .order-more-info {
        position: relative;
    }

    .order-more-info:after {
        content: '';
        position: absolute;
        bottom: 45px;
        left: 12px;
        width: 100%;
        border-top: 1px solid #D3D8DC;
        width: 557px;
    }

    .main-categories .row,
    .categories-section .row {
        margin-right: -10px;
        margin-left: -10px;
    }

    .main-categories .col-sm-3.col-xs-6,
    .categories-section .col-sm-3.col-xs-6 {
        padding-right: 10px;
        padding-left: 10px;
    }

    .main-categories-inside,
    .categories-indie {
        margin-bottom: 20px;
    }

    .order-column-data {
        flex-basis: 50%;
    }

}

@media (max-width: 501px) {

    .prod_info_left,
    .sticky_prod_block {
        width: 100% !important;
        flex-basis: 100% !important;
    }

    .value-attr {
        width: unset;
        flex-basis: 50%;
    }

    .name-attr {
        flex-basis: 50%;
    }

    .flex-row-attribute:before {
        display: none;
    }

    .value-attr span {
        padding-left: 0;
        line-height: 135%;
    }

    .name-attr span {
        padding-right: 0;
    }

    .flex-row-attribute {
        margin-bottom: 20px;
        align-items: flex-start;
    }

    .seo_category_wrapper {
        padding: 35px 15px;
        margin-bottom: 13px;
    }

    .cart_wrapper {
        width: auto;
    }

    .seo_descr {
        font-size: 14px;
    }

    .seo_mt60 {
        margin-top: 35px;
    }

    .seo_title,
    .descr_prod_in h2 {
        font-size: 24px !important;
        margin-bottom: 18px;
    }

    .descr_prod_in h1 {
        font-size: 25px !important;
    }

    .descr_prod_in img {
        border-radius: 8px;
    }

    .seo_blocks_t {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }

    div.btn-group.btn-block {
        margin-left: 0;
    }

    .seo_plus_minus {
        grid-template-columns: repeat(1, 1fr);
    }

    .seo_plus_minus_title {
        font-size: 22px;
        margin-bottom: 14px;
    }

    .seo_plus_minus_side {
        padding: 20px;
    }

    .seo_important {
        flex-direction: column;
    }

    .seo_important {
        padding: 30px 15px;
    }

    .seo_category_wrapper .question-row span {
        padding-left: 15px;
    }

    .seo_blocks_f .seo_block_item {
        flex-basis: 100%;
        padding: 17px 15px;
    }

    .seo_category_wrapper .seo_important_txt_title {
        text-align: center;
    }

    .seo_important_txt_title {
        text-align: center !important;
    }

    .seo_important_txt_descr {
        text-align: center;
    }

    button.btn-show-cart {
        padding: 0 !important;
        position: relative;
    }

    #cart-total {
        position: absolute;
        top: -11px;
        right: -12px;
    }

    img.icon-cart {
        top: 0;
    }

    .home-slider .owl-dots {
        right: unset;
        left: 10px;
    }

    .item-slide-2 .title-on-slider {
        font-size: 18px;
    }

    .mobile_bottom_menu {
        display: flex;
        align-items: center;
        gap: 15px;
        justify-content: space-between;
        position: fixed;
        bottom: -1px;
        left: 0;
        right: 0;
        padding: 17px 0;
        background: #4dace1;
        z-index: 5000;
        padding-right: 15px;
        padding-left: 15px;
    }

    .search_icon {
        width: 22px;
    }

    .bingc-phone-button {
        bottom: 8% !important;
    }

    .mobile_bottom_menu_search #search {
        opacity: 0;
        visibility: hidden;
        height: 65px;
        background: #00abcf;
    }

    .mobile_bottom_menu_search_input {
        transition: 0.3s;
        opacity: 0;
        visibility: hidden;
        position: absolute;
        z-index: 20;
        width: 94%;
        left: 11px;
        right: 15px;
        top: 4px;
    }

    .mobile_bottom_menu_search_input.show {
        opacity: 1;
        visibility: visible;
        background: #00abcf;
    }

    .mobile_bottom_menu_search_input.show #search {
        opacity: 1;
        visibility: visible;
    }

    .mobile_bottom_menu_search_input.show #search input {
        color: #111;
    }

    .wish_mob_bottom img {
        width: 22px;
    }

    .mobile_bottom_menu_search_close {
        position: absolute;
        top: 20px;
        color: #111111;
        rotate: 45deg;
        font-size: 30px;
        z-index: 20;
        opacity: 0;
        visibility: hidden;
        right: 18px;
    }

    /* .mobile_bottom_menu_search_input .live-search {
        display: none !important;
    } */

    .mobile_bottom_menu_search_input .input-group-btn,
    .mobile_bottom_menu_search_input .dropdown-menu {
        display: none !important;
    }

    .open-search-mob #search input.form-control.input-lg {
        left: 0 !important;
        padding-left: 15px !important;
    }

    .mobile_bottom_menu_search_close.show {
        opacity: 1;
        visibility: visible;
    }

    .mobile_bottom_menu_search #search input.form-control.input-lg {
        padding-left: 15px;
    }

    .mobile_catalog {
        background: transparent;
        border: unset;
        padding: 0;
        height: auto;
        display: flex;
        align-items: center;
        flex-direction: column;
        gap: 5px;

        font-weight: 600;
        font-size: 12px;
        line-height: 100%;
        text-align: center;
        color: #fff;
        order: 1;
    }

    .mobile_bottom_menu_search {
        order: 2;
    }

    .mobile_catalog img {
        width: 22px;
    }

    .navbar-toggle {
        display: flex;
    }

    .bg-row-block {
        margin-top: 15px;
    }

    .attribute-groupe,
    .review-wrapper,
    .inside-description {
        margin: 0px;
    }

    .product_related_wrapper .slick-track {
        gap: 0;
    }

    .product_related_wrapper .slick-arrow {
        width: 35px;
        height: 35px;
    }

    .product_related_wrapper .slick-arrow {
        bottom: -10px;
        translate: 0;
        left: 30%;
    }

    .product_related_wrapper .slick-next {
        left: unset;
        right: 30%;
    }

    .product_related_wrapper .slick-arrow:before {
        left: 44%;
    }

    .product_related_title {
        margin-top: 40px;
    }

    .product_related_wrapper {
        margin-bottom: 0px;
    }

    .item.item-slide {
        min-height: 186px;
    }

    .try_text {
        height: 200px;
    }

    .try_text .container {
        height: 100%;
    }

    .try_text_wrapper {
        height: 100%;
    }

    .try_text_wrapper img {
        height: 100%;
        object-fit: cover;
        object-position: left;
    }


    .buy_btn_text {
        display: none !important;
    }

    .try_text_side {
        right: 22px;
    }

    .text-rating {
        display: none;
    }

    .try_text_side a {
        height: 44px;
    }

    /* .btn-carb-block .icon-basket {
        display: none;
    } */

    .product_tag {
        top: 7px;
        left: 7px;
        padding: 0 17px;
        height: 18px;
        font-size: 9px;
        padding: 0 10px;
        border-radius: 11px;
    }

    .home-slider .container {
        /*margin-left: unset;*/
    }

    .seo_section_title {
        font-size: 25px;
        margin-bottom: 0;
    }

    .seo_section h2.seo_section_title {
        margin-bottom: 20px !important;
    }

    .seo_section h3 {
        margin-bottom: 20px;
    }

    .seo_section p:nth-child(1) {
        margin-top: 25px;
    }


    .try_text_side span {
        font-size: 22px;
    }

    span.author-review {
        font-size: 14px;
    }

    .description-block-review {
        font-size: 13px;
        line-height: 20px;
    }

    .title-on-slider span {
        font-size: 24px;
    }

    .tags {
        padding: 0 15px;
    }

    .tag_block {
        flex-direction: column;
        padding: 20px 0;
        border-top: 1px solid lightgrey;
        margin-bottom: 0;
    }

    .tag_title {
        font-size: 16px;
        margin-bottom: 10px;
        text-align: center;
    }

    .tags_wrapper {
        gap: 13px;
        column-gap: 10px;
        justify-content: center;
    }


    .checkout-cart-product-item-name-text {
        font-size: 12px;
    }

    .remove-product {
        right: 7px;
    }

    .qnt_checkout {
        flex-basis: 55px;
        margin-right: 0;
    }

    .qnt_checkout i {
        width: 23px;
        height: 23px;
    }

    .qnt_checkout input.quantity-block {
        width: auto;
    }

    .product_related_wrapper {
        padding-bottom: 28px;
    }

    .qnt_checkout span {
        max-width: 35px;
    }

    .cashback_block-text {
        display: none;
    }

    .cashback_block_mobile {
        display: block;
        margin-top: 11px;
        margin-bottom: 3px;
    }

    .cashback_block_mobile>span {
        margin-bottom: 3px;
    }

    .list-price {
        justify-content: space-between;
    }

    .input-group.number-spinner.spinner-in-mob {
        margin-left: 0;
    }

    .cashback-block {
        margin-left: 0;
        font-size: 12px;
        height: 39px;
        padding: 0 11px;
        gap: 5px;
    }

    .cashback-block:before {
        width: 35px;
        height: 35px;
        top: 2px;
        left: 4%;
    }

    .cashback-block span {
        margin-right: 2px;
    }

    .del-info-text {
        right: 0;
    }

    .input-group.number-spinner span button {
        min-width: 40px;
        min-height: 40px;
    }

    .option-wrapper {
        height: auto;
    }

    .options-block-wrapper .form-control {
        height: auto;
    }

    h2.title-inside-text-about {
        font-size: 31px;
        line-height: 1;
    }

    #menu div.dropdown-menu {
        min-height: 350px;
    }

    .flex-row-category {
        margin-bottom: 10px;
    }

    .pagination-text-justify {
        margin-top: 0;
        padding-left: 0;
    }

    #product-category .product-grid:nth-child(odd) {
        padding-right: 7px;
    }

    #product-category .product-grid:nth-child(even) {
        padding-left: 7px;
    }

    .pagination>li>a.btn-pag-prev:after {
        right: 19px;
    }

    .pagination>li>a,
    .pagination>li>span {
        font-size: 11px;
        padding: 4px 11px;
    }

    .pagination>li>a.btn-pag-next {
        padding-right: 15px;
        right: -48px;
    }

    .text-pagination {
        display: none;
    }

    .pagination>li>a.btn-pag-nav {
        width: 50%;
    }

    #product-category .product-thumb {
        margin-bottom: 13px;
    }

    .categories-indie-cat {
        margin-bottom: 10px;
    }

    .video-wrapper {
        height: 150px;
    }

    .video-wrapper iframe {
        height: auto;
    }

    .form-right-other-cats {
        height: auto;
    }

    .item.item-slide {
        height: 200px;
    }

    .main-categories {
        margin-top: 18px;
    }

    .mobile_bottom_menu .btn-show-cart img,
    .mobile_bottom_menu .btn-show-cart svg,
    .mobile_bottom_menu .search_icon,
    .mobile_bottom_menu .mobile_catalog img {
        filter: invert(1) brightness(11);
    }

    span.toggle-navbar-icon,
    span.toggle-navbar-icon:before,
    span.toggle-navbar-icon:after {
        color: white;
        background: white;
        height: 2px;
    }

    .mobile_bottom_menu_search_btn,
    .wish_mob_bottom {
        display: flex;
        flex-direction: column;
        align-items: center;
        font-weight: 600;
        font-size: 12px;
        line-height: 100%;
        text-align: center;
        color: #fff;
        gap: 5px;
    }

    .wish_mob_bottom img {
        height: 22px;
        filter: invert(1) brightness(11);
    }

    .wish_mob_bottom {
        order: 3;
        position: relative;
    }

    .wish_mob_bottom:before {
        content: attr(data-num-wishlist);
        background: #11161A;
        color: white;
        /* border: 1px solid white; */
        top: -9px;
        right: 13px;
        width: 15px;
        height: 15px;
        font-size: 10px;
        position: absolute;
        border-radius: 50%;
        z-index: 10;
    }

    .cart_wrapper {
        order: 4;
    }

    .burger_btn {
        order: 5;
        height: 40px;
        justify-content: space-between;
        /* padding-top: 0; */
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .phone_mob {
        font-size: 15px;
    }


    span.toggle-navbar-icon:after {
        top: 1px;
    }

    .ocf-offcanvas {
        overflow: scroll;
    }

    .navbar-collapse {
        top: 48px;
    }



    .list-group-widget {
        margin-bottom: 60px;
        position: relative;
        z-index: 1;
    }

    .name-item-main span,
    .name-item-main {
        z-index: 5;
    }

    .question-row span {
        font-size: 16px;
    }

    #information-information #content h1 {
        font-size: 28px;
    }

    .inside-block-feature {
        min-height: 115px;
        padding-bottom: 0px !important;
    }

    .categories-indie img {
        width: 55%;
        /* height: 100%; */
        object-fit: cover;
    }

    .categories-indie a {
        padding-bottom: 10px;
    }

    .categories-indie {
        height: 90px;
        min-height: 85px;
    }

    span.text-inside-categories {
        display: block;
        font-weight: 600;
        font-size: 16px;
        line-height: 1.2;
        text-align: center;
        color: #FFFFFF;
        text-shadow: 0px 0.456018px 1.82407px rgba(0, 0, 0, 0.24);
    }

    .product-title-block a {
        font-weight: 600;
        font-size: 12px;
    }

    p.price {
        font-size: 15px;
    }

    .product-layout.col-lg-3.col-md-3.col-sm-6.col-xs-6 {
        padding: 0px 10px;
    }

    .product-layout.col-lg-3.col-md-3.col-sm-6.col-xs-6:nth-child(even) {
        padding-left: 5px;
    }

    .product-layout.col-lg-3.col-md-3.col-sm-6.col-xs-6:nth-child(odd) {
        padding-right: 5px;
    }

    section.other-categories {
        margin-top: 10px;
    }

    .item-other {
        margin-bottom: 10px;
        max-height: 150px;
    }

    .form-side .form-title {
        line-height: 24px;
    }

    .inside-input-block input {
        font-size: 15px;
    }

    .main-categories .row,
    .categories-section .row {
        margin-right: -5px;
        margin-left: -5px;
    }

    .main-categories .col-sm-3.col-xs-6,
    .categories-section .col-sm-3.col-xs-6 {
        padding-right: 15px;
        padding-left: 15px;
    }



    .categories-section-cat .col-sm-3.col-xs-6:nth-child(odd) {
        padding-right: 7px;
    }

    .categories-section-cat .col-sm-3.col-xs-6:nth-child(even) {
        padding-left: 7px;
    }

    .main-categories-inside,
    .categories-indie {
        margin-bottom: 10px;
    }

    .main-categories-title {
        font-size: 14px;
        line-height: 13px;
    }

    .main-categorie-links a {
        font-size: 12px;
        line-height: 23px;
    }

    .main-categorie-links {
        margin-top: 10px;
    }

    .main-categories-inside {
        padding: 13px 5px 13px 13px;
        min-height: 100px;
    }

    span.desc-block-feature {
        font-size: 10px;
        line-height: 12px;
        color: #2E3230;
    }

    section.latest-section {
        margin-top: 26px;
    }



    .img-responsive {
        max-width: 100%;
    }

    .product-title-block a {
        height: 40px;
        margin: 12px auto 16px;
    }

    /* .bestseller .button-group-on-card button .icon-basket {
        display: none;
    } */

    .sale_wrapper span {
        font-size: 16px !important;
    }

    .prices-block .price-old {
        font-size: 11px !important;
    }

    .inside-form-other {
        display: none;
    }

    .social-block-footer {
        width: 50%;
    }

    .social-block-footer a {
        width: 100%;
    }

    .logo-mobile img {
        max-width: 130%;
    }

    div#logo img {
        width: 135px;
        padding-left: 0;
    }

    span.title-inside-text-about {
        font-size: 31px;
    }

    span.count-product {
        top: 1px;
        right: 3px;
    }

    nav.inside-link-other-cats {
        height: auto;
    }

    .flex-row-about:nth-child(2) {
        flex-direction: column-reverse;
    }

    .features-block {
        margin: 15px 0;
    }

    .feature-content {
        margin-bottom: 10px;
        flex-direction: row;
        min-height: 90px;
        padding: 13px 15px 15px 15px;
        background: rgba(255, 255, 255, 0.11);
    }

    .desc-feature-content {
        margin-top: 0;
        font-size: 12px;
        line-height: 16px;
        margin-left: 15px;
        display: block;
    }

    a.title-cat-other {
        font-size: 15px;
        line-height: 15px;
        margin-bottom: 9px;
    }

    nav.inside-link-other-cats a {
        font-size: 14px;
        font-weight: 400;
        line-height: 8px;
    }

    .inside-text-about p {
        font-size: 16px;
    }

    .answer-block p {
        font-size: 16px;
    }

    a.blue-link.link-to-cat {
        margin-top: 0;
        padding: 13px 16px;
        font-size: 10px;
    }

    nav.inside-link-other-cats a {
        margin-bottom: 12px;
    }

    span.arrow-right-angle {
        width: 6px;
        top: -2px;
    }

    img.left-image-absolut {
        align-self: center;
    }

    a.link-form-tel {
        font-size: 28px;
        line-height: 37px;
        display: block;
        text-align: center;
        margin-bottom: 0;
    }

    .title-inside-howbuy {
        font-size: 25px;
        line-height: 25px;
        text-align: center;
        display: block;
    }

    span.text-review {
        line-height: 19px;
    }

    .flex-row-about-howbuy {
        margin-top: 5px !important;
    }

    .faq_title {
        font-size: 25px;
    }

    footer .row .col-sm-2:nth-child(1) {
        order: 0;
    }

    .inside-block-footer {
        flex-direction: column;
    }

    .footer_contacts.col-sm-2 {
        order: 10;
    }

    .inside-text-howbuy p {
        margin-top: 0;
    }

    #menu .btn-navbar {
        padding-left: 15px;
    }

    .home-slider .owl-dots {
        bottom: 10px;
    }



    .tel-right-footer a {
        font-size: 16px;
        font-weight: 400;
        margin-bottom: 7px;
    }

    .row_copyright {
        margin-top: 35px;
        flex-direction: column;
        gap: 7px;
    }

    .faq-block {
        margin: 40px 0;
    }

    .many-tastes {
        margin-top: 45px;
    }

    .seo_section {
        margin-top: 37px;
    }

    .mt-pic-2 {
        display: none;
    }

    .mobile-hide-content {
        display: none;
    }

    .seo_section .mobile-hide-content {
        display: flex;
    }

    .seo_section .flex-row-about-howbuy:nth-child(3) {
        flex-direction: column;
    }

    .seo_section .flex-row-about-howbuy:nth-child(5) {
        flex-direction: column;
    }








    .show-content-btn {
        display: inline-block;
    }

    .inside-text-howbuy .mobile-style {
        margin-top: 0;
    }



    .many-tastes-text {
        font-size: 14px;
        line-height: 1.5;
    }

    .inside-menu-footer-catalog .column-menu {
        height: 150px;
    }

    .inside-menu-footer-popular .column-menu {
        height: 155px;
    }

    .popular-link-item {
        width: 142px;
        margin-right: 0;
    }

    .item-other img {
        margin-right: 12px;
    }

    p.price,
    .text-attr,
    .product-title-block {
        text-align: center;
    }


    .img-review {
        flex-basis: 100%;
        max-width: 100px;
        height: 100px;
        margin: 10px auto;
    }

    .review-word-name {
        font-size: 60px;
    }

    .review-section {
        height: auto;
    }

    .work-time-text {
        display: block;
        font-size: 18px;
        line-height: 24px;
        margin: 0 7px;

    }

    .price-product {
        font-size: 16px !important;
    }

    .product-thumb .price {
        margin-bottom: 0;
    }

    .remember-checkbox-wrapper {
        margin: 15px 0 !important;
    }

    .col-sm-12>.well.well-login .form-group.form-group-password .eye-button-reg {
        top: 48.5% !important;
    }

    #account-password #content,
    #account-account #content,
    #account-address #content,
    #account-order #content {
        padding: 0 15px;
    }

}

@media (max-width: 418px) {
    .adress-warehouse:after {
        top: 125%;
    }
}

@media (max-width: 391px) {
    .checkout-cart-product-item-name-text {
        font-size: 11px;
    }
}

@media (max-width: 370px) {

    .input-group.number-spinner span button {
        min-width: 30px;
        min-height: 30px;
    }

    .buttons-cart-cat-block {
        margin-top: 12px;
    }

    .price-text .grn-text {
        font-size: 13px;
    }

    .price-product {
        font-size: 20px;
    }
}

@media (max-width: 350px) {
    #button-cart-fixed {
        font-size: 11px;
    }

    .inside-block-footer {
        flex-direction: column;
    }

    .product-title-block a {
        height: 63px;
    }

    .option-item__button {
        padding: 8px;
    }
}

.public-block-footer a {
    font-weight: 500;
    font-size: 12px;
    line-height: 8px;
    color: #585C5A;
    display: block;
    margin-bottom: 10px;
}

.public-block-footer {
    margin-top: 0px;
    position: relative;
    top: 10px;
}

.public-block-footer a:hover {
    text-decoration: underline;
}

@media(max-width: 1200px) {
    .public-block-footer a {
        font-size: 12px;
        line-height: 16px;
        margin-bottom: 0px;
    }
}

@media(max-width: 992px) {
    .public-block-footer {
        display: flex;
        justify-content: space-between;
        /* display: none; */
    }
}

@media(max-width: 767px) {
    .row.flex-row-items {
        display: flex;
        flex-wrap: wrap;
    }

    .text-icon-item {
        padding: 0;
        flex-basis: 50%;
    }


    .product-thumb .caption {
        min-height: 60px;
    }

    .hidden-text-on-mob:before {
        box-shadow: none !important;
    }

    .absolut-img-slider {
        position: absolute;
        right: 0;
        top: 18px;
        height: 75%;
        right: 6px;
        width: auto;
        left: unset;
    }
}


#top .social-buttons a.telegram {
    display: flex;
    width: auto;
}

#top .social-buttons a.viber {
    padding: 5px 8px 8px 6px;
    width: 33px;
    height: 33px;
}

#top .social-buttons a.viber img {
    width: 23px;
}



.review-section .owl-carousel .owl-item img {
    width: 184px;
}

.review-section .inside-reviw {
    align-items: flex-start;
    background-image: url(/image/catalog/rev-bg-1.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px;
    border-radius: 14px;
    background-color: #1b2025;
    min-height: 245px;
}

.review-section .owl-item:nth-child(odd) .inside-reviw {
    background-image: url(/image/catalog/rev-bg-2.png);

}

#account-login .enter-form-title.login-form-title {
    width: 100%;
    line-height: 30px;
}

#top .social-buttons a.viber:hover,
#top .social-buttons a.telegram:hover {
    background-color: #d3d9de;
    -webkit-transition: all 0.7s 0s ease;
    -moz-transition: all 0.7s 0s ease;
    -o-transition: all 0.7s 0s ease;
    transition: all 0.7s 0s ease;
}

.menu-top nav.nav-items-top a:hover {
    color: #0cacd0;
    -webkit-transition: all 0.4s 0s ease;
    -moz-transition: all 0.4s 0s ease;
    -o-transition: all 0.4s 0s ease;
    transition: all 0.4s 0s ease;
}

a.link-account:hover {
    background-color: #e8ecf1;
    -webkit-transition: all 0.7s 0s ease;
    -moz-transition: all 0.7s 0s ease;
    -o-transition: all 0.7s 0s ease;
    transition: all 0.7s 0s ease;
}



.btns-wish>a:hover {
    /* background-color: #e8ecf1; */
    -webkit-transition: all 0.7s 0s ease;
    -moz-transition: all 0.7s 0s ease;
    -o-transition: all 0.7s 0s ease;
    transition: all 0.7s 0s ease;
    border-radius: 12px 0px 0px 12px;
}

.btns-wish>a#wishlist-total:hover {
    border-radius: 0px;
}

.content-slider a.link-white-blue-text:hover {
    color: #0cacd0;
    background: white;
    border: 1px solid #0cacd0;
    /* transition: 0.4s; */
}

button.type-submit:hover {
    background: #ee889d;
    -webkit-transition: all 0.4s 0s ease;
    -moz-transition: all 0.4s 0s ease;
    -o-transition: all 0.4s 0s ease;
    transition: all 0.4s 0s ease;
}

.inside-input-block input:focus {
    border-color: #0cacd0;
    -webkit-transition: all 0.4s 0s ease;
    -moz-transition: all 0.4s 0s ease;
    -o-transition: all 0.4s 0s ease;
    transition: all 0.4s 0s ease;
}

.social-block-footer a:hover {
    background: #0cacd0;
    -webkit-transition: all 0.4s 0s ease;
    -moz-transition: all 0.4s 0s ease;
    -o-transition: all 0.4s 0s ease;
    transition: all 0.4s 0s ease;
    border: 1px solid #0cacd0;
    color: #fff;
}

footer nav.column-menu a:hover {
    color: #0cacd0;
    -webkit-transition: all 0.4s 0s ease;
    -moz-transition: all 0.4s 0s ease;
    -o-transition: all 0.4s 0s ease;
    transition: all 0.4s 0s ease;
}






.col-sm-12>.well.well-login .form-group.form-group-password .eye-button-reg {
    top: 43.5% !important;
}



.compare-remove-item,
.compare-remove-item:hover {
    position: absolute;
    top: 5px;
    right: 5px;
    border: unset;
    outline: unset;
    background: transparent;
    box-shadow: unset;
    color: grey;
}


span.access-quantity {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #000;
    background: #EAF5ED;
    border-radius: 5px;
    display: inline-block;
    padding: 5px 10px 5px 30px;
    font-size: 14px;
    position: relative;
}

span.access-quantity:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 11px;
    width: 12px;
    height: 8px;
    margin-top: -6px;
    border-left: 2px solid #279C43;
    border-bottom: 2px solid #279C43;
    transform: rotate(-45deg);
}


.pull-right a.btn-primary {
    background: #0cacd0;
    border-radius: 6px;
    border: 1px solid #0cacd0;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    padding: 15px 10px;
    transition: .5s ease;
}

.pull-right a.btn-primary:hover {
    background-color: white;
    border: 1px solid #0cacd0;
    color: #0cacd0;
}

.shoping-cart-products-loop .alert.alert-danger {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 0;
}

a.btn-checkout.disabled {
    user-select: none;
    cursor: not-allowed;
    background: #bbbbbb;
}




@media(min-width: 816px) and (max-width: 991px) {
    .hidden-text-on-mob {
        margin-bottom: 20px;
    }
}

@media(min-width: 768px) and (max-width: 991px) {
    .btn-search-row {
        left: 10px;
    }

    .title-on-slider {
        max-width: none;
        font-size: 31px;
    }

    .categories-indie img {
        height: 100%;
        object-fit: cover;
    }

    .hidden-text-on-mob {
        margin-bottom: 0px;
    }

    #information-information #content h1 {
        margin: 5px 0 25px;
    }

    .advantages-block {
        position: relative;
        background: #FFFFFF;
        border-radius: 20px;
        padding: 41px 9px;
        height: auto;
        font-size: 12px;
    }

    .advantage-text {
        font-size: 12px;
    }

    .row-top {
        margin-bottom: 65px !important;
    }

    .text-icon-item {
        width: 100%;
        text-align: center;
        padding: 0 66px;
        margin-bottom: 25px;
    }

    .text-icon-item img {
        margin: 0 auto;
    }

    span.form-title {
        line-height: 29px;
    }

    button#button-review {
        padding: 7.5px 12px;
    }

    .numbers-section {
        padding: 40px 10px 30px 10px;
    }

    .benefits-section .left-side.left-side-text.col-sm-6 {
        padding-right: 0;
        padding-left: 0;
    }

    .image-reviews-section .thumbnail img {
        height: 100%;
    }

}

@media(max-width: 767px) {
    div#tab-review {
        margin-bottom: 10px;
    }

    .product-thumb .caption {
        min-height: 0;
    }

    .product-thumb-article-category .caption a {
        min-height: 0;
    }
}

.error-text {
    font-family: Gilroy;
}

span.cashback_text {
    font-size: 14px;
    display: block;
    margin-top: 10px;
    font-weight: 400;
}

span.cashback_text span {
    font-weight: 600;
}

span.text-nologged {
    padding: 0px 20px 20px;
    text-align: center;
    display: block;
}

.text-nologged button {
    font-size: 16px;
    border-bottom: none;
}

.input-block-cashback {
    text-align: center;
    padding-bottom: 15px;
}

button.use-cashback {
    background: #0cacd0;
    border-radius: 8px;
    height: 40px;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    border: none;
    padding: 10px 10px;
}

input#total-cashback {
    border: 1px solid #DFDFDF;
    box-sizing: border-box;
    border-radius: 6px;
    height: 40px;
    padding-left: 15px;
    padding-right: 20px;
    margin-right: 10px;
}

.cahsback-input {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}





.category-desc .recommend-seo-block {
    background: url('/image/catalog/product_photo_desc/vs_recommend_bg_2.jpg');
    padding: 50px 46px;
    background-color: #fff;
    border-radius: 12px;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 24px;
}

.category-desc .recommend-block-title {
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    text-align: center;
    color: #2E3230;
    margin-bottom: 20px;
}

.category-desc .recommend-block-text {
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    text-align: center;
    color: #2E3230;
    margin-bottom: 20px;
}

.category-desc .recommend-block-links-wrapper {
    display: flex;
    justify-content: space-around;
}

.category-desc a.recommend-block-link {
    border-radius: 44px;
    background: linear-gradient(90.35deg, #00B0E6 0.3%, #08E68D 101.85%);
    width: 186px;
    height: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #fff;
    background: linear-gradient(90.35deg, #ffbe26 0.3%, #0cacd0 101.85%);
    background: linear-gradient(180deg, #ED5B78 0%, #C75480 100%);
}

.category-desc a.recommend-block-link:hover {
    background: #0cacd0;
}





.inside-comment-block textarea::placeholder {
    font-weight: 500;
    font-size: 13px;
    line-height: 19px;
    color: #545457;
    opacity: 0.8;
}

.inside-comment-block textarea {
    padding-left: 10px;
    padding-top: 8px;
}

.other_brands_slider {
    padding: 0 35px;
}

.prod_info_left {
    width: 70%;
}

.other_prod_brands .owl-nav button.owl-prev,
.other_prod_brands .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    background: #fff;
    border-radius: 50%;
    border: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    z-index: 10;
    display: block;
    opacity: 1;
}

.other_prod_brands .owl-nav button.owl-prev span,
.other_prod_brands .owl-nav button.owl-next span {
    display: inline-block;
    font-size: 20px;
    line-height: 25px;
    color: #000;
}

.other_prod_brands .owl-nav button.owl-prev {
    left: 0px;
}

.other_prod_brands .owl-nav button.owl-next {
    right: 0px;
}

.other_prod_brands .owl-nav button.owl-prev,
.other_prod_brands .owl-nav button.owl-next {
    visibility: visible !important;
    opacity: 1 !important;
    background: #fff !important;
}

.control-label.style_name {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 25px;
    color: #fff;
}

.other_prod_brands .owl-nav .owl-prev,
.other_prod_brands .owl-nav .owl-next {
    display: block !important;
}

.other_prod_brands .owl-nav button.owl-prev:hover,
.other_prod_brands .owl-nav button.owl-next:hover {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
    background: #fff;
}

.price-buy {
    width: 140px;
    display: flex;
    justify-content: space-between;
}

.other_brands_slider .price-buy {
    width: 100%;
}

.item {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 210px;
    background: #fff;
    border-radius: 6px;
    padding: 10px 14px;
    box-sizing: border-box;
    text-align: center;
}

.review-section .item {
    background: transparent;
    padding: 0;
    min-height: unset;
}

.item-brand-inr {
    width: 140px;
    margin-bottom: 10px;
}

.brand-name {
    height: 34px;
    overflow: hidden;
    text-align: left;
    margin-top: 8px;
    margin-bottom: 2px;
    font-weight: bold;
    font-size: 14px;
    color: #333;
}

.brand-name-link {
    font-size: 12px;
    font-weight: 400;
    color: inherit;
    text-decoration: none;
}

.brand-img-img {
    max-height: 120px;
    border-radius: 4px;
}

.btn-add-prod-cart {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 0;
    background: #0CACD0;
    border-radius: 10px;
    width: 41px;
    height: 25px;
}

.price-buy .price {
    font-size: 18px;
    font-weight: 700;
    color: black;
}

.btn-add-prod-cart:hover {
    background: #0c99b9;
    transition: .3s
}

.other_prod_brands .other_brands_slider {
    max-height: 305px;
}

.other_prod_brands .other_brands_slider .item {
    min-height: 210px;
    box-sizing: border-box;
}

.other_prod_brands .other_brands_slider .item .item-brand-inr {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.brand-img img {
    border-radius: 8px;
    display: block;
}

.rating-text {
    font-size: 11px;
    font-weight: 500;
    line-height: 14px;
    color: #8E9591;
}

.brand-rating {
    display: flex;
    justify-content: flex-start;
}

.brand-rating>.rating-text {
    margin-left: 10px;
}


.contact-block-magazin {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #1f252b;
    color: white;
    padding: 15px 30px;
    border-radius: 10px;
    font-family: 'Arial', sans-serif;
    flex-wrap: wrap;
    height: 113px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.contact-block-magazin .phones {
    display: flex;
    gap: 40px;
    font-family: Russo One;
    font-weight: 400;
    font-size: 23px;
    line-height: 25.2px;
    color: #FFFFFF;
}

.contact-block-magazin .phones a {
    font-family: Russo One;
    font-weight: 400;
    font-size: 23px;
    line-height: 25.2px;
    color: #FFFFFF;
}

.contact-block-magazin .working-hours {
    display: flex;
    align-items: center;
    gap: 12px;
}

.contact-block-magazin .working-hours .icon {
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-block-magazin .working-hours .icon svg {
    width: 41px;
    height: 41px;
}

.contact-block-magazin .working-hours .time {
    display: flex;
    flex-direction: column;
    font-family: Russo One;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
}

.contact-block-magazin .no-weekends {
    font-family: Russo One;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    margin-top: 4px;
}

.contact-block-magazin .support-btn button {
    background: transparent;
    border: 1px solid white;
    border-radius: 7px;
    color: white;
    cursor: pointer;
    font-family: Gilroy;
    font-weight: 600;
    font-size: 15px;
    line-height: 19.2px;
    width: 198px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;

}

.contact-block-magazin .support-btn button a {
    color: white;
    font-family: Gilroy;
    font-weight: 600;
    font-size: 15px;
    line-height: 19.2px;
}

.contact-block-magazin .support-btn button:hover {
    background-color: #d3d9de;
    -webkit-transition: all 0.7s 0s ease;
    -moz-transition: all 0.7s 0s ease;
    -o-transition: all 0.7s 0s ease;
    transition: all 0.7s 0s ease;
}


.contact-block-magazin .support-btn button svg {
    margin-right: 9px;
}




.heading-title-module {
    display: flex;
    justify-content: center;
}



.preloader {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;

    background: rgba(0, 0, 0, .45);
    backdrop-filter: blur(2px);

    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .2s ease, visibility .2s ease;
}

.preloader.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.preloader.lock {
    pointer-events: auto;
}

.vape {
    --accent: #0cacd0;
    --w: 56px;
    --h: 150px;
    position: relative;
    width: 220px;
    height: 220px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    filter: drop-shadow(0 10px 30px rgba(0, 0, 0, .35));
}

.vape__device {
    position: relative;
    width: var(--w);
    height: var(--h);
    display: block;
}

.preloader.active .vape__device {
    animation: vape-breathe 1.8s ease-in-out infinite;
}

@keyframes vape-breathe {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-2px);
    }
}

.vape__mouth {
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 34px;
    height: 18px;
    border-radius: 10px;
    background: rgba(255, 255, 255, .14);
    border: 1px solid rgba(255, 255, 255, .22);
}

.vape__body {
    position: absolute;
    top: 6px;
    left: 50%;
    transform: translateX(-50%);
    width: var(--w);
    height: calc(var(--h) - 6px);
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(255, 255, 255, .22), rgba(255, 255, 255, .10));
    border: 1px solid rgba(255, 255, 255, .22);
    box-shadow:
        inset 0 0 0 1px rgba(0, 0, 0, .08),
        0 10px 30px rgba(0, 0, 0, .18);
}

.vape__window {
    position: absolute;
    top: 44px;
    left: 50%;
    transform: translateX(-50%);
    width: 22px;
    height: 44px;
    border-radius: 10px;

    background: rgba(0, 0, 0, .18);
    border: 1px solid rgba(12, 172, 208, .35);
    box-shadow: 0 0 18px rgba(12, 172, 208, .18);
    overflow: hidden;
}

.vape__bars {
    position: absolute;
    left: 50%;
    bottom: 7px;
    transform: translateX(-50%);
    display: flex;
    gap: 3px;
    align-items: flex-end;
}

.vape__bars .bar {
    width: 4px;
    height: 26px;
    border-radius: 999px;
    opacity: .18;
    transform: scaleY(.85);
    transform-origin: bottom;
    box-shadow: 0 0 10px rgba(12, 172, 208, .22);

    background:
        repeating-linear-gradient(to bottom,
            rgba(255, 255, 255, .28) 0px,
            rgba(255, 255, 255, .28) 2px,
            rgba(255, 255, 255, 0) 2px,
            rgba(255, 255, 255, 0) 6px),
        rgba(12, 172, 208, .10);
}

.vape__bars .b1 {
    animation: bar1 1.35s linear infinite;
}

.vape__bars .b2 {
    animation: bar2 1.35s linear infinite;
}

.vape__bars .b3 {
    animation: bar3 1.35s linear infinite;
}

.vape__bars .b4 {
    animation: bar4 1.35s linear infinite;
}

@keyframes bar1 {

    0%,
    79.999% {
        opacity: 1;
        transform: scaleY(1);
        background:
            repeating-linear-gradient(to bottom, rgba(255, 255, 255, .40) 0 2px, rgba(255, 255, 255, 0) 2px 6px),
            rgba(12, 172, 208, .95);
        box-shadow: 0 0 14px rgba(12, 172, 208, .55);
    }

    80%,
    100% {
        opacity: .18;
        transform: scaleY(.85);
        background:
            repeating-linear-gradient(to bottom, rgba(255, 255, 255, .28) 0 2px, rgba(255, 255, 255, 0) 2px 6px),
            rgba(12, 172, 208, .10);
        box-shadow: 0 0 10px rgba(12, 172, 208, .22);
    }
}

@keyframes bar2 {

    0%,
    19.999% {
        opacity: .18;
        transform: scaleY(.85);
    }

    20%,
    79.999% {
        opacity: 1;
        transform: scaleY(1);
        background:
            repeating-linear-gradient(to bottom, rgba(255, 255, 255, .40) 0 2px, rgba(255, 255, 255, 0) 2px 6px),
            rgba(12, 172, 208, .95);
        box-shadow: 0 0 14px rgba(12, 172, 208, .55);
    }

    80%,
    100% {
        opacity: .18;
        transform: scaleY(.85);
    }
}

@keyframes bar3 {

    0%,
    39.999% {
        opacity: .18;
        transform: scaleY(.85);
    }

    40%,
    79.999% {
        opacity: 1;
        transform: scaleY(1);
        background:
            repeating-linear-gradient(to bottom, rgba(255, 255, 255, .40) 0 2px, rgba(255, 255, 255, 0) 2px 6px),
            rgba(12, 172, 208, .95);
        box-shadow: 0 0 14px rgba(12, 172, 208, .55);
    }

    80%,
    100% {
        opacity: .18;
        transform: scaleY(.85);
    }
}

@keyframes bar4 {

    0%,
    59.999% {
        opacity: .18;
        transform: scaleY(.85);
    }

    60%,
    79.999% {
        opacity: 1;
        transform: scaleY(1);
        background:
            repeating-linear-gradient(to bottom, rgba(255, 255, 255, .40) 0 2px, rgba(255, 255, 255, 0) 2px 6px),
            rgba(12, 172, 208, .95);
        box-shadow: 0 0 14px rgba(12, 172, 208, .55);
    }

    80%,
    100% {
        opacity: .18;
        transform: scaleY(.85);
    }
}

.vape__led {
    position: absolute;
    bottom: 18px;
    left: 50%;
    transform: translateX(-50%);
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: var(--accent);
    box-shadow: 0 0 18px rgba(12, 172, 208, .80);
    animation: vape-led 1.1s ease-in-out infinite;
}

@keyframes vape-led {

    0%,
    100% {
        opacity: .55;
        transform: translateX(-50%) scale(.9);
    }

    50% {
        opacity: 1;
        transform: translateX(-50%) scale(1.1);
    }
}

.vape__smoke {
    position: absolute;
    left: 50%;
    bottom: calc(var(--h) + 14px);
    transform: translateX(-50%);
    width: 160px;
    height: 160px;
    pointer-events: none;
}

.smoke {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 18px;
    height: 18px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .18);
    border: 1px solid rgba(255, 255, 255, .12);
    opacity: 0;
    transform: translateX(-50%) translateY(0) scale(.6);
    animation: smoke-rise 1.6s ease-in-out infinite;
}

.smoke.s1 {
    animation-delay: 0s;
}

.smoke.s2 {
    animation-delay: .25s;
    width: 14px;
    height: 14px;
}

.smoke.s3 {
    animation-delay: .5s;
    width: 20px;
    height: 20px;
}

.smoke.s4 {
    animation-delay: .75s;
    width: 16px;
    height: 16px;
}

.smoke.s5 {
    animation-delay: 1s;
    width: 22px;
    height: 22px;
}

@keyframes smoke-rise {
    0% {
        opacity: 0;
        transform: translateX(-50%) translateY(0) translateX(0) scale(.6);
    }

    10% {
        opacity: .8;
    }

    100% {
        opacity: 0;
        transform: translateX(-50%) translateY(-110px) translateX(28px) scale(1.6);
    }
}

@media (prefers-reduced-motion: reduce) {
    .smoke {
        animation: none;
        opacity: .35;
    }

    .vape__bars .bar {
        animation: none;
        opacity: .6;
        transform: scaleY(1);
    }

    .vape__led {
        animation: none;
        opacity: .9;
    }

    .preloader.active .vape__device {
        animation: none;
    }
}

.custom-radio.show-more-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #00abcf;
    border-radius: 6px;
    font-weight: 500;
    font-size: 12px;
    line-height: 143%;
    color: #00abcf;
    background: transparent;
}

.title-menu-footer-arrow,
.burger_mob {
    display: none;
}

label.sr-only {
    display: none !important;
    padding: 0 !important;
}





































@media(max-width: 1220px) {
    .parent-menu-block.menu-scroll .navbar-nav a {
        padding: 20px 17px;
        font-size: 18px;
    }
}

@media(max-width: 1199px) {

    .review-section .inside-reviw {
        min-height: 275px;
    }

    .category-desc .recommend-seo-block {
        background-position: right;
    }
}

@media(max-width: 1180px) {
    .category-desc .recommend-block-links-wrapper {
        display: grid;
        justify-content: center;
        gap: 31px 86px;
        justify-items: stretch;
    }

    .category-desc a.recommend-block-link:nth-child(1) {
        grid-column-start: 1;
    }

    .category-desc a.recommend-block-link:nth-child(2) {
        grid-column-start: 2;
    }

    .char_review_wrapper {
        gap: 20px;
    }

    .prod_info_left {
        width: 60%;
        flex-basis: 60%;
    }

    .sticky_prod_block {
        width: 40%;
        flex-basis: 40%;
    }
}

@media(max-width: 992px) {
    .burger_mob {
        display: flex;
        width: 23px;
        height: 14px;
        position: relative;
        border: 1px solid transparent;
    }

    .burger_mob .burger_mob_line {
        width: 100%;
        background: #fff;
        border-radius: 1px;
        height: 2px;
        transition: 0.3s;


    }

    .burger_mob:before {
        content: '';
        position: absolute;
        top: 50%;
        translate: 0 -50%;
        width: 14px;
        background: #fff;
        border-radius: 1px;
        height: 2px;
        transition: 0.3s;
    }

    .burger_mob:after {
        content: '';
        position: absolute;
        bottom: 0;
        width: 19px;
        background: #fff;
        border-radius: 1px;
        height: 2px;
        transition: 0.3s;


    }

    header:has(.navbar-ex1-collapse.in) .burger_mob:after {
        bottom: 6px;
        width: 100%;
        rotate: -45deg;

    }

    header:has(.navbar-ex1-collapse.in) .burger_mob:before {
        scale: 0;
    }

    header:has(.navbar-ex1-collapse.in) .burger_mob .burger_mob_line {
        rotate: 45deg;
        position: relative;
        top: 4px;
        left: 0px;
    }

    div.btn-show-cart {
        position: relative;
    }

    .header_container {
        overflow: hidden;
    }


}

@media(max-width: 767px) {

    .category-desc .recommend-block-links-wrapper {
        display: unset;
        justify-content: unset;
        gap: unset;
        justify-items: unset;
    }

    .category-desc a.recommend-block-link:nth-child(1) {
        grid-column-start: unset;
    }

    .category-desc a.recommend-block-link:nth-child(2) {
        grid-column-start: unset;
    }




    .category-desc .recommend-block-links-wrapper {
        flex-direction: column;
    }

    .category-desc a.recommend-block-link {
        width: 100%;
    }

    .category-desc .recommend-seo-block {
        padding: 30px;
    }

    .category-desc .recommend-block-title {
        text-align: left;
        font-size: 32px;
        line-height: 39px;
    }

    .category-desc .recommend-block-text {
        text-align: left;
        font-size: 16px;
        line-height: 19px;
    }

    .category-desc a.recommend-block-link {
        margin-bottom: 20px;
    }

    .category-desc a.recommend-block-link:nth-last-child(1) {
        margin-bottom: 0;
    }

    .nav-fixed-top {
        display: block;
    }
}


/* pagination-blog */
.pagination-blog .pagination {
    display: flex;
    align-items: center;
}

.pagination-blog .text-left {
    max-width: 633px;
    height: 66px;
    background-color: white;
    flex-basis: 74%;
    padding: 0;
    margin-left: 15px;
    margin-right: 15px;
    border-radius: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}


.pagination-blog .load-more-button {
    width: 50%;
}

@media(max-width: 767px) {

    .pagination-blog .load-more-button {
        width: calc(100% - 30px);
        margin-left: 15px;
        margin-right: 15px;
        margin-top: 15px;
    }

}


@media (max-width: 768px) {

    .article-content .row {
        display: flex;
        flex-direction: column-reverse;
    }

    .article-content .article-text.col-sm-6 {
        margin-top: 15px;
    }

    .content-links-wrapper {
        position: relative;
        top: unset;
        width: 100%;
        margin-top: 15px;
    }

    .content-links {
        display: block;
        top: unset;
    }



}

@media (max-width: 500px) {

    .flex-bg-menu {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
    }

    .pagination>li>a {
        padding: 0;
        width: 20px;
        height: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .pagination>li>a.btn-pag-nav {
        padding: 0;
        width: 26px;
        height: 26px;
        right: 0;
    }

    .wrapper-btn-pagination {
        width: auto;
        height: auto;
    }

    .pagination>li>a.btn-pag-next:after {
        left: 44%;
        top: 50%;
        translate: -50% -50%;
    }

    .pagination>li>a.btn-pag-prev:after {
        top: 50%;
        left: 54%;
        translate: -50% -50%;
    }

    .cat_wrapper_content {
        margin-bottom: 18px;
    }

    .pagination>li>span {
        font-size: 11px;
        padding: 0 !important;
        width: 20px;
        height: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .menu-scroll .flex-bg-menu {
        backdrop-filter: blur(13px) !important;
        background: rgba(0, 0, 0, 0.5) !important;
    }

    .header_container {
        position: relative;
    }

    .main-thumb-block .owl-carousel.owl-drag .owl-item {
        max-height: unset !important;
    }

    #product-product .owl-carousel button.owl-dot {
        width: 8px;
        height: 8px;
    }

    #product-product .owl-dots {
        justify-content: center;
    }

    button.owl-dot {
        margin: 0 3px;
    }

    .product_info_block {
        font-size: 19px;
    }

    .char_review_wrapper {
        margin-top: 30px;
    }

    header .flex-bg-menu {
        flex-basis: 100%;
        justify-content: space-between;
        padding-left: 0;
        padding: 10px 0;
        padding-right: 15px;
        background: transparent;
        backdrop-filter: unset;
    }

    .parent-menu-block {
        background: transparent
    }

    .telegram_mob img {
        min-width: 22px;
        display: block;
        filter: brightness(11);
    }

    .parent-menu-block.menu-scroll {
        padding: 0;
    }

    a.link-account {
        border-radius: 0;
        margin-left: 0;
    }

    .logo-mobile {
        margin-right: 0;
        position: relative;
        /* left: -15px; */
    }

    a.link-account img {
        width: 12px;
    }

    .telegram_mob {
        border: 1px solid #fff;
        border-radius: 7px;
        width: 36px;
        height: 29px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .telegram_mob img {
        width: 13px;
        min-width: 13px;
    }

    a.link-account {
        background: #fff;
        border-radius: 8px;
        width: 34px;
        height: 28px;
        display: flex;
        justify-content: center;
        align-items: center;
    }


    .col-sm-12>.well.well-login .form-group.form-group-password .eye-button-reg {
        top: 48.5% !important;
    }

    .category_wrapper {
        grid-template-columns: repeat(2, 1fr);
    }

    button.navbar-toggle {
        width: 36px;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .menu_text {
        font-weight: 600;
        font-size: 12px;
        line-height: 100%;
        text-align: center;
        color: #fff;
    }

    .review-count {
        font-size: 12px;
        display: block;
        line-height: 0;
    }

    .rating-stars .fa {
        font-size: 11px;
    }

    span.count-product {
        background: #11161A;
        border: unset;
        color: #fff;
    }

    .cart_wrapper .cart_txt_bottom {
        display: block;
        font-weight: 600;
        font-size: 12px;
        line-height: 100%;
        text-align: center;
        color: #fff;
    }

    .cart_wrapper {
        display: flex;
        flex-direction: column;
        gap: 5px;
        align-items: center;
    }

    #cart {
        width: auto;
    }

    header .account-block,
    .phone_mob {
        display: block;
        color: #fff;
    }

    section.home-slider {
        padding-top: 50px;
    }

    .title-on-slider {
        min-height: unset;
    }

    .home-slider .item.item-slide .container {
        margin: 0;
        padding: 0;
    }

    .number-spinner input#input-quantity {
        height: 30px;
    }

    .input-group.number-spinner span button {
        min-width: 30px;
        min-height: 30px;
    }

    .list-price {
        margin-top: 5px;
    }

    .list-price {
        flex-direction: column;
        gap: 14px;
    }

    .flex-input-block {
        margin-top: 15px;
    }

    .main_info_prod .price-product {
        font-size: 30px !important;
    }

    .free_icon_prod,
    .car_icon_prod {
        width: 50px;
    }

    .del_info_prod_txt {
        font-size: 12px;
    }

    .main_info_prod {
        padding: 12px 20px;
    }

    .descr_prod_in {
        font-size: 14px;
        line-height: 140%;
    }

    h1.seo_section_title {
        font-size: 28px;
    }

    .live-search {
        top: unset !important;
        bottom: 68px !important;
        margin-left: -10px !important;
        height: 43vh !important;
    }

    .shoping-cart {
        width: 93%;
    }

    .account-block {
        position: relative;
        left: -7px;
    }

    .control-label.style_name {
        display: block;
        text-align: center;
    }

    .other_prod_brands .other_brands_slider {
        max-height: unset;
    }

    .brand-name-link {
        font-size: 16px;
    }

    .other_brands_slider {
        padding: 0 20px;
    }

    .other_prod_brands .owl-nav button.owl-next {
        right: -15px;
    }

    .other_prod_brands .owl-nav button.owl-prev {
        left: -15px;
    }

    /* .other_brands_slider .owl-stage {
        display: flex;
        flex-direction: column;
    } */

    /* .other_prod_brands .other_brands_slider {
        max-height: unset !important;
        padding: 0 !important;
    } */

    /* .other_prod_brands .other_brands_slider .owl-item {
        width: 100% !important;
        margin-right: 0 !important;
        margin-bottom: 15px;
    } */

    /* .other_prod_brands .other_brands_slider .owl-stage {
        width: 100% !important;
    } */

    .main_info_prod .list-price {
        align-items: flex-start;
    }

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

    .checkout-cart-product-item-name-text {
        font-size: 13px !important;
    }

    .checkout-cart-product-item-price {
        font-size: 16px;
        font-weight: 600;
    }

    .checkout-cart-product-item-image {
        flex-basis: 55px;
    }

    .review_head {
        flex-direction: row-reverse;
    }

    .review_stars {
        scale: 0.7;
    }

    nav.inside-link-other-cats a:after {
        display: none;
    }

    .flex-bg-menu .account-block {
        display: none;
    }

    .mobile_bottom_menu .account-block {
        display: block;
        order: 5;
    }

    .mobile_bottom_menu .link-account {
        border-radius: 0;
        background: transparent;
        flex-direction: column;
        font-weight: 600;
        font-size: 12px;
        line-height: 100%;
        text-align: center;
        color: #fff;
        gap: 7px;
    }

    .mobile_bottom_menu .link-account img {
        filter: invert(1) brightness(11);
        width: 22px;
    }

    .btn-group-heading .btn-transparent-prod {
        width: 40px;
        height: 40px;
    }

    .flex-row-thumb>div {
        overflow: hidden;
    }
}



@media (max-width: 768px) {

    .contact-block-magazin {
        display: flex;
        align-items: center;
        justify-content: space-between;
        background-color: #1f252b;
        color: white;
        padding: 30px 30px;
        border-radius: 10px;
        font-family: 'Arial', sans-serif;
        flex-wrap: nowrap;
        height: auto;
        margin-bottom: 30px;
        flex-direction: column;
        gap: 30px;
    }

    .contact-block-magazin .phones {
        display: flex;
        gap: 20px;
        font-family: Russo One;
        font-weight: 400;
        font-size: 23px;
        line-height: 25.2px;
        color: #FFFFFF;
        flex-direction: column;
    }

}







#mapContent .apteka-address.open {
    border-bottom-color: transparent;
}

#mapContent .apteka-address.open .image-time {
    height: 150px;
    visibility: visible;
    opacity: 1;
    padding: 20px;
    margin: 20px 0 0 0;
    display: none !important;
}

#mapContent .apteka-address .image-time span {
    padding-left: 25px;
}

#mapContent .apteka-address .image-time img {
    height: 100%;
    width: auto;
    border-radius: 5px;
}

#mapContent .apteka-content {
    background: #fff;
    padding: 0 15px;
    border-radius: 15px 5px 5px 15px;
    display: flex;
    flex-direction: column;
    width: 500px;
    padding-bottom: 15px;
}

#mapContent .map-cities-title {
    background: #F4F4F4;
    color: #3B3B3B;
    margin: 15px 0px 0px 0px;
    font-size: 22px;
    line-height: 31.43px;
    font-weight: 700;
    font-style: Bold;
    padding: 15px 12.5px 12.5px 15px;
    border-radius: 8px;
}

#mapContent>* {
    margin-bottom: 30px;
    border-radius: 15px 5px 5px 15px;
}

#mapContent .apteka-address {
    border-bottom: 1px solid #f4f4f4;
    padding: 0px 6px;
}

#mapContent .address-title {
    color: #3B3B3B;
    font-family: Gilroy;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    cursor: pointer;
    position: relative;
    padding: 10px 0px 10px 6px;
}

#mapContent .apteka-address.open .address-title {
    color: #4f80bc;
    padding-left: 25px;
    transition: 0.5s all ease-in-out;
}

#mapContent .apteka-address .address-title::before {
    content: '';
    width: 0px;
    height: 3px;
    border-radius: 10px;
    background-color: #4f80bc;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -2px;
    transition: 0s all ease-in-out;
}

#mapContent .apteka-address.open .address-title::before {
    width: 13px;
    transition-delay: 0.4s;
    transition-duration: 0.5s;
}




#mapContent .leaflet-popup-content-wrapper {
    width: 266px;
    height: auto;
    display: flex;
    flex-direction: column;
    /*align-items: center;*/
    justify-content: flex-start;
    padding: 10px;
}

#mapContent .img-map-address {
    width: 246px;
    height: 155px;
    margin-top: 0px;
    border-radius: 2px;
}

#mapContent .leaflet-popup-content p {
    font-family: Gilroy;
    font-weight: 500;
    font-size: 15px;
    line-height: 21.43px;
    margin: 16px 0px 5px 0px;
    width: 246px;
    display: block;
}

#mapContent .leaflet-popup-content:not(:has(img)) p {
    margin-top: 0px
}


#mapContent .leaflet-popup-content {
    margin: 0px;
}

#mapContent span.block-youtube {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

#mapContent span.block-youtube img {
    width: 42px;
    margin-right: 1px;
}

#mapContent .leaflet-popup-content .map-button-client {
    font-family: Gilroy;
    font-weight: 600;
    font-size: 14px;
    line-height: 19.2px;
    /*width: 194px;*/
    width: 100%;
    min-width: 194px;
    height: 33px;
    border: 1px solid #00ABCF;
    border-radius: 3px;
    padding: 6.5px 36px;
    white-space: nowrap;
    /*margin-right: 10px;*/
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
}


#mapContent .leaflet-popup-close-button {
    display: none;
}



/* Firefox */
#mapContent * {
    scrollbar-width: thin;
    /* "auto", "thin", "none" */
    scrollbar-color: #00ABCF #f0f0f0;
    /* цвет ползунка и трека */
}

/* Работает в Chrome, Edge, Safari */
#mapContent ::-webkit-scrollbar {
    width: 10px;
    /* Ширина вертикального скролла */
}

#mapContent ::-webkit-scrollbar-track {
    background: #FFFFFF;
    /* Цвет фона трека (дорожки) */
}

#mapContent ::-webkit-scrollbar-thumb {
    background: #00ABCF;
    /* Цвет самого ползунка */
    border-radius: 24px;
}

#mapContent ::-webkit-scrollbar-thumb:hover {
    background: #00ABCF;
    /* Цвет при наведении */
}







.apteka-wrapper {
    max-width: 380px;
    width: 55%;
    max-height: 500px;
    overflow: hidden;
}

.apteka-content {
    position: relative;
    overflow-y: scroll;
    position: relative;
    padding-right: 12px;
    /* место под кастомный скроллбар */
}

/* Скрыть нативный скролл в Chrome, Edge, Safari */
.apteka-content::-webkit-scrollbar {
    display: none;
}

/* Скрыть в Firefox */
.apteka-content {
    scrollbar-width: none;
}

/* Кастомный скроллбар (внешний контейнер) */
.apteka-scrollbar {
    position: absolute;
    right: 0;
    top: 0;
    width: 10px;
    height: 100%;
    background: #FFFFFF;
    border-radius: 24px;
}

/* Ползунок */
.apteka-scrollbar-thumb {
    position: absolute;
    width: 100%;
    height: 130px;
    background: #00ABCF;
    border-radius: 4px;
    cursor: pointer;
    transition: background 0.2s;
}

.apteka-scrollbar-thumb:hover {
    background: #2c80b4;
}










.desc-flex .option-wrapper .form-group {
    margin-bottom: 10px;
}



@media (max-width: 992px) {
    #mapContent .apteka-address.open {
        order: -1;
    }

    .mob_btn_drop,
    .mob_btn_drop_s {
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: 5px;
        right: 19px;
        width: 33px;
        height: 32px;
    }

    .mob_btn_drop_s {
        top: 3px;
    }

    .header_submenu_link {
        display: inline-block !important;
        margin: 0 !important;
        padding: 5px 0px !important;
    }

    .header_submenu_wrapper {
        border-bottom: 1px solid #464747;
    }

    a.dropdown-toggle:after {
        display: none;
    }

    .dropdown:has(.mob_btn_drop) {
        position: relative;
    }

    .dropdown:has(.mob_btn_drop):before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        border-top: 1px solid #464747;
    }

    .dropdown-menu.showSub {
        display: block;
        opacity: 1;
        visibility: visible;
        transform: translate(0, 0);
    }

    .header_submenu {
        background: #2E3230;
        z-index: 10;
        height: 470px;
        width: 100%;
        position: fixed;
    }

    .header_submenu.showSub {
        left: 0;

    }

    .dropdown-menu a {
        color: white;
        border: unset !important;
        font-size: 20px;
        font-weight: 400;
        display: block;
        line-height: 30px;
    }

    .header_submenu_wrapper {
        padding-left: 15px;
    }

    .parent-menu-block.menu-scroll .navbar-nav a {
        padding: 15px;
        font-size: 21px;
    }

}


@media (max-width: 768px) {
    #mapContent {
        display: flex;
        flex-direction: column;
    }

    #mapContent .apteka-content {
        width: 100%;
    }

    #mapContent #mapid {
        height: 500px;
    }

    #mapContent .apteka-wrapper {
        width: 100%;
        max-height: 100%;
        height: 100% !important;
    }

    #mapContent>* {
        border-radius: 15px 15px 15px 15px;
    }

    .apteka-scrollbar {
        display: none;
    }



    .breadcrumb>li {
        padding-left: 14px;
    }

    .breadcrumb a,
    .breadcrumb span {
        font-size: 13px;
    }



    div.title-button:after {
        right: -3px;
        top: 14px;
    }








    .product_layout .img-responsive {
        height: auto;
        max-height: 213px;
    }




    .select-sort:after {
        content: '';
        position: absolute;
        right: 14px;
        top: 12px;
        width: 7px;
        height: 7px;
        border: 2px solid #ffffff;
        border-bottom: transparent;
        border-left: transparent;
        transform: rotate(45deg);
        border-radius: 1px;
        transition: 0.3s;
        transform: rotate(135deg);
    }









    .main-thumb-block .owl-carousel.owl-drag .owl-item {
        /* max-height: 350px; */
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .main-thumb-block img {
        max-height: unset;
    }


    .del_info_prod_txt br {
        display: none;
    }


    span.access-quantity {
        margin-top: 20px;
        margin-bottom: 5px;
    }

    .shoping-cart-products-item {
        padding: 10px;
    }

    .shoping-cart-totals-item {
        padding: 0px 10px;
    }

    a.btn-checkout {
        font-size: 18px;
    }



    .shoping-cart-buttons {
        border-top: 2px solid rgb(213 219 216 / 27%);
    }






    .pagination>li>a.btn-pag-nav {
        background: #fff;
    }





    #bingc-phone-button.bingc-show {
        left: 2%;
    }







    /* checkout */
    span.check-validate {
        display: none;
    }

    .checkout-profile-address-inputs {
        flex-direction: column;
    }

    .checkout-cart-products-loop {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .checkout-submit-title-summ {
        padding-top: 15px;
    }

    span.value_order {
        font-size: 30px;
    }




    /* account/logout */
    #common-success div#content.success-page.height-page {
        color: #fff;
    }

    /* account/success */
    h1.title-success-page {
        color: #fff;
    }


    /* account/account */
    #account-password #content,
    #account-account #content {
        padding-top: 10px;
        padding-bottom: 20px;
    }

    .subscribe-checkbox-input+label {
        align-items: center;
        flex-direction: row;
        gap: 10px;
    }

    .subscribe-checkbox-input+label::before {
        margin-left: unset;
    }


    .subscribe-block {
        background-color: transparent;
        padding: 0px;
    }


    .account-menu-active .order-short-info-icon {
        background-image: url(/image/catalog/Arrowdownorder.png);
        background-position: center;
        background-repeat: no-repeat;
        display: block;
        width: 45px;
        height: 45px;
        filter: grayscale(1);
        transform: rotate(180deg);
        transition: transform 0.3s ease;
    }

    .row.ajax-content {
        margin: 15px 0 !important;
    }

}


@media (max-width: 500px) {
    .button-group-on-card button {
        width: 33px !important;
        min-width: 33px !important;
        height: 33px !important;
        border-radius: 10px !important;
    }

    .try_text_side span {
        font-size: 18px;
    }

    .try_text_side {
        right: unset;
        left: 20px;
        top: 50%;
    }

    .review-section .inside-reviw {
        min-height: 229px;
    }

    footer {
        background-position: center;
    }

    .footer-links-title {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 15px;
        padding: 0 15px;
    }

    .footer-links-list {
        padding: 0 15px;
        margin-top: 20px;
        transition: 0.6s;
        overflow: hidden;
        max-height: 1000px;
        opacity: 1;
        padding-bottom: 20px;
        border-bottom: 1px solid #4eace1;

    }

    .footer-links-list.hide_t {
        max-height: 0;
        opacity: 0;
        margin-top: 0;
    }

    .footer-links-block {
        width: 100%;
    }

    .footer-links-title svg {
        transition: 0.3s;
    }

    .footer-links-block:has(.hide_t) .footer-links-title svg {
        rotate: 180deg;
    }

    .footer-links-block {
        margin-bottom: 35px;
        padding-bottom: 0;
    }

    footer .row .col-sm-2:nth-child(2) {
        order: 0;
        width: 100% !important;
    }

    img.logo-img-footer {
        width: 100%;
    }

    .social-block-footer {
        width: 100%;
        flex-direction: row;
    }

    .social-block-footer a {
        height: 43px;
    }

    .social-block-footer img {
        width: 18px;
    }

    .footer_soc_wrapper {
        gap: 13px;
    }

    .footer-elfbar .col-sm-2,
    footer .row .col-sm-2:nth-child(4),
    footer .row .col-sm-2:nth-child(3) {
        width: 100% !important;
    }

    span.title-menu-footer,
    span.title-menu-footer a {
        font-weight: 400;
        font-size: 16px;
        line-height: 93%;
        color: #fff;
    }

    .title-menu-footer-arrow {
        display: block;
    }

    span.title-menu-footer {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 15px;
        width: 100%;
        margin-bottom: 0;
        transition: 0.3s;
    }

    .inside-menu-footer {
        margin-bottom: 25px;
        padding-bottom: 17px;
        border-bottom: 1px solid #4eace1;
    }

    .inside-menu-footer .column-menu {
        height: auto !important;
        max-height: 0;
        transition: 0.6s;
        overflow: hidden;
        opacity: 0;
    }

    .inside-menu-footer .column-menu.open_f {
        max-height: 1000px;
        opacity: 1;
        margin-top: 20px;
    }

    nav.column-menu a:last-child {
        margin-bottom: 0;
    }

    .title-menu-footer-arrow {
        transition: 0.3s;
    }

    .inside-menu-footer:has(.open_f) .title-menu-footer-arrow {
        rotate: 180deg;
    }

    .footer_contacts .title-menu-footer {
        text-align: center;
        width: 100%;
        justify-content: center;
        margin-bottom: 20px;
    }

    .footer_contacts .title-menu-footer a {
        color: #4eace1 !important;
    }

    .footer_contacts {
        margin-top: 40px;
    }

    .tel-right-footer {
        justify-content: center;
    }

    .tel-right-footer a {
        display: block;
        text-align: center;
    }

    .mail-footer .mail-link {
        text-align: center;
    }

    .work_time {
        justify-content: center;
    }

    .work_time span {
        text-align: center;
    }

    .product-title-block a {
        height: auto;
        -webkit-line-clamp: 2;
        /* height: 43px; */
    }

    #product-category .product-title-block a {
        min-height: 28px;
        margin-bottom: 0;
    }

    body:not(:has(#common-home)) {
        padding-top: 48px;
    }

    .rating_block {
        margin: 8px 0;
    }

    .desc-flex {
        padding-top: 10px;
    }

    #product-product .owl-dots {
        margin-bottom: 0;
    }

    .product-thumb {
        padding: 3px;
    }

}


@media (min-width: 992px) {
    #mapContent {
        display: flex;
        flex-direction: row-reverse;
    }

    #mapContent .apteka-content {
        max-width: 500px;
        width: 100%;
        max-height: 500px;
        overflow: hidden hidden;
        overflow-y: auto;
        height: 500px;
    }

    #mapContent>* {
        width: 100%;
    }

    #mapid {
        max-height: 500px;
        min-height: 500px;
        margin-left: 30px;
        width: 890px;
        border-radius: 15px;
    }


}










#mapContent .apteka-address:hover {
    background-color: #00ABCF;
}

#mapContent .apteka-address:hover .address-title span {
    color: white;
}


.header_submenu_wrapper:not(:has(.header_submenu li)) .header_submenu_link:after {
    display: none !important;
}








@media (max-width: 368px) {
    .tel-right-footer a {
        font-size: 14px;
        white-space: nowrap;
    }
}


@media (max-width: 998px) {

    .inside-menu-footer .column-menu {
        height: 156px;
    }

}



@media (min-width: 768px) {
    .navbar-nav {
        display: flex;
        gap: 15px;
        text-transform: uppercase;
    }
}



#information-sitemap h1 {
    color: #fff;
}

#information-sitemap .col-sm-6 ul li {
    color: #fff;
}