@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;
}


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

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

/* color variables */
:root {
    --main-color: #E94E1B;
    --main-button-color: #E94E1B;
    --gray-hover: #e8ecf1;
}



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

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

h2 {
    font-size: 27px;
}

h3 {
    font-size: 21px;
}

h4 {
    font-size: 15px;
}

h5 {
    font-size: 12px;
}

h6 {
    font-size: 10.2px;
}

a {
    color: var(--main-color);
}

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;
}

/* top */
#top {
    padding: 20px 0px 20px 0;
    min-height: 40px;
}

.social-buttons a img {
    width: 18px;
}

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

#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: var(--main-color);
    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: 14px;
    line-height: 18px;
    color: #2E3230;
    padding: 20px 12px;
    position: relative;
}

#menu .navbar-collapse.collapse {
    padding-left: 0px;
    padding-right: 0px;
    display: flex !important;
    justify-content: center;
}

.flex-bg-menu {
    background: #FFFFFF;
    /* border-radius: 12px; */
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

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

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

a.dropdown-toggle:after {
    content: "";
    width: 6px;
    height: 6px;
    border: 1px solid #000;
    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);
    }

    #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: 10px 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 #848987;
    border-bottom: 1px solid #848987;
    -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: #2E3230;
}

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: var(--main-color);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: white;
    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: 30px;
    overflow: auto;
    background: #fff;
    border-radius: 20px;
}

.product-image-card img.img-responsive {
    transition: 0.8s ease-in-out;
}

.product-thumb:hover img.img-responsive {
    scale: 1.1;
}

.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: 50px;
}

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

.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;
    display: flex;
    flex-direction: column-reverse;
    font-size: 18px;
}

.product-thumb .price-new {
    font-weight: 600;
    color: red;
    letter-spacing: 0.5px;
}

.product-thumb .price-old {
    color: #999;
    text-decoration: line-through;
    margin-left: 0;
    display: block;
    font-size: 15px;
    font-weight: 400;
}

.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: 15px;
}

.social-buttons a {
    display: inline-block;
    background: #FFFFFF;
    border-radius: 7px;
    margin: 0px 6px;
    padding: 6px 10px 8px;
}

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

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

.item-telephone {
    display: flex;
    align-items: center;
    flex-direction: column;
}

div.item-telephone a {
    display: flex;
    align-items: center;
}

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

.item-telephone a {
    font-family: Gilroy;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #2E3230;
    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;
    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: var(--main-color) !important;
    text-shadow: none !important;
}

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

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

img.icon-search {
    width: 14px;
    height: 14px;
}

.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: 12px;
}

#search button.btn.btn-default.btn-lg {
    background: var(--main-color);
    border-radius: 6px;
    box-shadow: none;
    text-shadow: none;
    width: 100%;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #FFFFFF;
    height: 100%;
    padding: 0px 30px;
}

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

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

div#search {
    max-width: 0px;
    left: auto;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
}

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: #2E3230;
}

.parent-menu-block {
    display: flex;
    flex-wrap: wrap;
    /* overflow: hidden; */
}

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

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

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

#compare-total {
    width: 15px;
    position: relative;
}

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

a.not-empty-compare:before {
    content: attr(data-num-compare);
    font-weight: 600;
    font-size: 11px;
    line-height: 14px;
    color: var(--main-color);
    margin-bottom: 4px;
    position: absolute;
    top: -3px;
    left: -4px;
    background: white;
    width: 14px;
    height: 14px;
    display: flex;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    border: 0.5px solid var(--main-color);
}

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

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

.not-empty-wishlist img.icon-wishlist {
    content: url(/image/catalog/header/wishlist_not_empty.svg);
}

button.btn-show-cart {
    padding: 10px 9px !important;
    background: #43B02A;
    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: 14px;
    position: relative;
    top: -4px;
}

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: var(--main-color);
    font-size: 12px;
    line-height: 14px;
    padding-top: 1px;
}

.not-empty-cart .count-product {
    background: white;
}

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;
}

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

.item.item-slide {
    min-height: 512px;
    position: relative;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}

.item-slide.item-slide-2 {
    background-position: 50%;
}


.title-on-slider {
    font-family: 'Gilroy';
    font-weight: 500;
    font-size: 45px;
    line-height: 60px;
    color: #FFFFFF;
    max-width: 760px;
    text-align: center;
}

.title-on-slider span {
    font-weight: 800;
}

.title-on-slider .title-slider-start {
    /* background-color: #4CDD37; */
    border-radius: 5px;
    /* padding: 3px 10px; */
    display: inline-block;
    position: relative;
    z-index: 5;
}

/* .title-slider-start:before,
.title-slider-start:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    display: block;
    z-index: -1;
    background-color: #4CDD37;
    width: 100%;
    border-radius: 10px;
} */

.title-slider-start:before {
    left: -10px;
    -webkit-transform: skewX(-10deg);
    -ms-transform: skewX(-10deg);
    transform: skewX(-10deg);
}

.title-slider-start:after {
    right: -5px;
    -webkit-transform: skewX(10deg);
    -ms-transform: skewX(10deg);
    transform: skewX(10deg);
}


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

a.link-white-blue-text {
    background: #E94E1B;
    border: 1px solid #E94E1B;
    border-radius: 10px;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    padding: 0 25px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 35px;
    transition: all 0.4s ease-in-out;
}

a.link-white-blue-text:hover {
    background-color: white;
    border: 1px solid #E94E1B;
    color: #E94E1B;
}

section.home-slider {
    margin-top: 0;
}

.slider_content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

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

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

span.arrow-btn-slider {
    background: white;
    /* border: 1px solid rgba(255, 255, 255, 0.27); */
    border: 1px solid white;
    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 grey;
    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: #fff;
}

span.arrow-btn-slider:hover:before {
    border-color: var(--main-color);
}

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

.home-slider .owl-dots {
    position: absolute;
    bottom: 66px;
    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); */
    background: white;
    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, rgba(255, 255, 255, 0.81), rgba(255, 255, 255, 0.81)), var(--main-color); */
    background: white;
    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: 15px;
    line-height: 1.2;
    text-align: center;
    color: #2E3230;
    max-width: 303px;
    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: 50px;
    margin-bottom: 60px;
}

section.features-section .col-sm-3 {
    padding: 0;
}


.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: 0;
    transition: all 0.4s ease-in-out;
}

.categories-indie:hover {
    box-shadow: 0px 0px 30px 3px rgba(233, 78, 27, 46%);

}

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

.categories-indie:hover span.text-inside-categories {
    height: 100%;
}

span.text-inside-categories {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
    position: absolute;
    height: 64px;
    padding: 0 25px;
    left: 0;
    right: 0;
    transition: 0.4s ease-out;
}

span.text-inside-categories:before {
    content: '';
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    /* background: #C14F29; */
    /* opacity: 0.6; */
    z-index: -1;
    background: rgba(233, 78, 27, 30%);
    backdrop-filter: blur(10px);
}

.image-inside-categories {
    position: absolute;
    right: 23px;
    bottom: 31px;
    transition: 0.3s;
}

.categories-indie:hover .image-inside-categories {
    right: 18px;
    bottom: 31px;
}

.heading-title-module {
    font-weight: bold;
    font-size: 32px;
    line-height: 1.2;
    text-align: center;
    color: #2E3230;
    margin-bottom: 40px;
    position: relative;
}

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

.heading-title-module:after {
    content: "";
    width: calc(50% - 110px);
    position: absolute;
    right: 0;
    display: block;
    height: 1px;
    background: #D5DBD8;
    top: 20px;
}

.heading-title-module:before {
    content: "";
    width: calc(50% - 110px);
    position: absolute;
    left: 0;
    display: block;
    height: 1px;
    background: #D5DBD8;
    top: 20px;
}

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

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

.product-image-card>a {
    height: 220px;
    display: block;
    overflow: hidden;
}

.product-image-card>a:focus,
.product-image-card>a:active {
    background: transparent !important;
    border: none !important;
}

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

.product-image-card img.img-responsive {
    margin: auto;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.product-title-block a {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2;
    color: #2E3230;
    display: block;
    margin-top: 15px;
}

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

.button-group-on-card button {
    border: 1px solid #43B02A;
    box-sizing: border-box;
    border-radius: 10px;
    background: #43B02A;
    padding: 13px 12px;
    font-weight: 600;
    font-size: 13px;
    line-height: 14px;
    color: white;
    transition: all 0.4s ease-in-out;
}

.button-group-on-card button:hover {
    background: transparent;
    color: #43B02A;
    border: 1px solid #43B02A;
}

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

.add-to-cart-catalog-disabled {
    background-color: grey !important;
    border: 1px solid grey !important;
}

.add-to-cart-catalog-disabled:hover {
    background-color: grey;
    border: 1px solid grey;
    color: white !important;
}

.button-group-on-card .add-to-cart-catalog-disabled:hover .icon-basket path {
    fill: white !important;
}

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

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

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

.button-group-on-card {
    padding: 0px 15px;
    margin-top: 5px;
    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: red;
    transform: rotate(-45deg);
    display: inline-block;
    width: 128px;
    position: absolute;
    left: -33px;
    top: 17px;
    padding: 7px 0px;
    z-index: 2;
}

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

.arrow-up,
.arrow-down {
    display: block;
    position: relative;
    cursor: pointer;
}

.arrow-up:before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border: 1.5px solid #7F8A84;
    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 #7F8A84;
    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;
    width: 55%;
}

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

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-wrapper {
    display: flex;
    justify-content: space-between;
}

.flex-row-about {
    display: flex;
    margin: 0px -15px;
    align-items: center;
    flex-direction: row;
    flex-basis: 50%;
}

.column-about {
    flex-basis: 50%;
}

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

section.about-text {
    position: relative;
    background: linear-gradient(84.69deg, #C14F29 17.6%, #E6793D 99.3%);
    overflow: hidden;
}

.about-text .flex-row-about {
    margin: 0;
}


h2.title-inside-text-about {
    font-weight: 700;
    font-size: 53px;
    line-height: 65px;
    color: #FFFFFF;
    display: block;
    margin-bottom: 25px;
}

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

.column-about.about-img img {
    width: 100%;
    top: 0;
}

.inside-text-about {
    padding-left: calc((100vw - 1326px) / 2 + 15px);
    padding-right: 70px;
    margin-left: 15px;
}

.head-pumps-pic {
    position: relative;
    top: 15px;
}

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

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

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

.item-other:hover {
    box-shadow: 0px 0px 30px 3px rgba(233, 78, 27, 40%);
}

img.right-img-absolut {
    /* height: 400px;
    position: absolute;
    right: -80px;
    width: 270px; */
}

.inside-mas-cats {
    padding: 30px 30px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

a.title-cat-other {
    font-weight: bold;
    font-size: 32px;
    line-height: 1.2;
    color: #FFFFFF;
    margin-bottom: 10px;
    display: block;
}

nav.inside-link-other-cats {
    display: flex;
    /* flex-wrap: wrap; */
    flex-direction: column;
    height: auto;
    align-items: baseline;
}

.right-img-absolut-2 {
    margin-right: 35px;
}

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;
}

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;
    color: #FFFFFF;
    padding: 12px 0;
    display: inline-block;
    margin-top: 18px;
    transition: all 0.4s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 215px;
}

a.blue-link.link-to-cat:hover {
    background: white;
    color: var(--main-color);
}

a.blue-link.link-to-cat:hover span {
    background: var(--main-color);
}

a.blue-link.link-to-cat:hover span:after {
    border-color: var(--main-color);
}


span.arrow-right-angle {
    display: inline-block;
    width: 10px;
    height: 1.5px;
    background: white;
    border-radius: 20px;
    position: relative;
    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 white;
    transform: rotate(45deg);
    border-left: 0px;
    border-bottom: 0px;
    right: -1px;
    top: -1.7px;
}

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

.under_form_text {
    font-size: 12px;
    line-height: 19px;
    color: #585C5A;
    margin-top: 10px;
    text-align: end;
}

span.form-title {
    font-weight: bold;
    font-size: 30px;
    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: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

form.inside-form-other {
    display: flex;
}

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

a.link-form-tel {
    text-align: right;
    font-weight: 800;
    font-size: 27px;
    line-height: 37px;
    /* identical to box height, or 116% */
    color: var(--main-color);
    text-shadow: none;
}

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

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: var(--main-color);
    border-radius: 6px;
    height: 49px;
    border: none;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    border: 1px solid var(--main-color);
    transition: 0.4s;
}

button.type-submit-tab {
    width: 100%;
    max-width: 30px;
    height: 31px;
    display: block;
    background: var(--main-color);
    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 {
    padding-top: 30px;
    overflow: hidden;
}

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

.about-text-inside-bg {
    background: rgba(255, 255, 255, 0.76);
    backdrop-filter: blur(17px);
    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 {
    width: 70px;
    margin-right: 20px;
}

.img-review-word {
    flex-basis: 40%;
    min-width: 70px;
    max-width: 70px;
    height: 70px;
    margin-right: 20px;
    background: linear-gradient(180deg, #F08347 0%, #E94E1B 100%);
    border-radius: 50%;
    position: relative;
}

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

span.fio-text {
    font-weight: bold;
    font-size: 18px;
    line-height: 16px;
    color: #2E3230;
    display: block;
    margin-bottom: 15px;
}

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

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

.review-section span.arrow-btn-slider {
    border: 1px solid rgba(233, 78, 27, 27%);
}

.review-section span.arrow-btn-slider:before {
    border-color: var(--main-color);
}

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

.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 rgba(233, 78, 27, 27%) !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-color: var(--main-color);
}

.review-section .owl-dots span {
    background: rgba(233, 78, 27, 27%);
    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;
}

.wrapper-text-seo p strong {
    margin-bottom: 25px;
    color: #2E3230;
}

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

footer {
    background-color: #fff;
    padding: 45px 0px 35px;
    margin-top: 30px;
}

.social-block-footer img {
    width: 14px;
    height: 14px;
}

.social-block-footer a {
    background: #F4F5F6;
    border-radius: 7px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px 5px;
}

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;
    margin-top: 40px;
}

span.title-menu-footer {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #2E3230;
    display: block;
    margin-bottom: 15px;
}

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; */
}

nav.column-menu a {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #585C5A;
    display: block;
    margin-bottom: 15px;
}

.tel-right-footer a {
    font-weight: 600;
    font-size: 21px;
    line-height: 30px;
    color: #2E3230;
    display: flex;
    /* text-align: right; */
    margin-bottom: 3px;
    align-items: center;
}

.tel-right-footer a img {
    margin-right: 10px;
}

.mail-footer .mail-link {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    /* text-align: right; */
    color: #000000;
    margin-top: 10px;
    display: block;
    margin-bottom: 10px;
}

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

.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: var(--main-color) !important;
}

.nav>li>a:hover:after {
    border-color: var(--main-color) !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: 50px;
    left: 15px;
    min-width: 200px;
    width: 100%;
    height: auto;
    padding: 0px;
    overflow: hidden;
}

.dropdown-menu a:hover {
    background: #f4f5f7 !important;
    color: var(--main-color) !important;
}

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

#top #form-language .language-select:hover {
    background: transparent;
    color: var(--main-color) !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;
}

button.btn-transparent:hover {
    background: rgba(233, 78, 27, 30%);
    backdrop-filter: blur(12px);
    /* Note: backdrop-filter has minimal browser support */
    border-radius: 6px;
}

.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 green;
}

h1.category-title {
    font-weight: bold;
    font-size: 32px;
    line-height: 1.2;
    color: #2E3230;
    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 #edc8c8;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

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

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

.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: var(--main-color);
    border-color: var(--main-color);
}

.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: var(--main-color) !important;
    /* opacity: 0.5; */
    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: var(--main-color);
    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 white;
    border-right: 1px solid white;
}

.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;
}

.quantity_div span:hover {
    background: rgba(0, 77, 132, 0.14);
}

.noUi-handle:before {
    content: "";
    display: block;
    position: absolute;
    height: 7px !important;
    width: 1px !important;
    background: white !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;
}

.flex-price-block .item-price-block {
    flex-basis: calc(50% - 20px);
    margin: 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;
    cursor: auto;
}

.popover-content .btn.btn-primary {
    font-weight: bold;
    font-size: 15px;
    line-height: 20px;
    color: var(--main-color);
    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/checkmarks.svg);
    background-repeat: no-repeat;
    background-size: cover;
}

.ocfilter-option-popover {
    background: #FFFFFF;
    border: 1px solid #edc8c8;
    box-sizing: border-box;
    box-shadow: 0px 0px 14px rgba(233, 78, 27, 0.16);
    border-radius: 12px;
    height: 48px;
}

.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: #2E3230;
}

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: 25px;
}

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

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

.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;
}

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

.item-select.selected-block {
    color: var(--main-color);
}

.item-select:hover {
    color: var(--main-color);
}

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

.select-sort {
    padding-bottom: 20px;
    margin-bottom: -20px;
}

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

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

.bg-row-block {
    background: #fff;
    border-radius: 20px;
    padding: 20px;
}

.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;
    position: relative;
}

span.stock-item {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: #4A504D;
    padding: 8px 20px;
    background: #F2FBE8;
    border-radius: 6px;
}

span.stock-item:before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #64B900;
    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-left: 0;
}

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

.flex-stock-sku {
    margin-top: 10px;
}

.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: 9;
}

.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: 12px;
    line-height: 19px;
    color: #9E9E9E;
    margin-bottom: 10px;
}

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

.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;
}

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

.flex-row-option .radio input:checked~.custom-radio {
    background: var(--main-color);
    border-radius: 10px;
    color: #fff;
}

span.custom-radio:hover {
    background: var(--main-color);
    border-radius: 10px;
    color: #fff;
}

.option-wrapper {
    margin-top: 15px;
}

span.price-text {
    font-weight: bold;
    font-size: 35px;
    line-height: 1.2;
    color: var(--main-color);
}

span.price-text-old {
    font-weight: 500;
    font-size: 28px;
    line-height: 1.2;
    color: grey;
}

button#button-cart,
#button-cart-fixed {
    background: var(--main-color);
    border-radius: 10px;
    border: none;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
    height: 50px;
}

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

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

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

.input-group.number-spinner {
    display: flex;
    align-items: center;
}

.input-group.number-spinner span button {
    background: transparent;
    border: 1px solid rgba(0, 77, 132, 0.18) !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: 42px;
    min-height: 42px;
    border-radius: 100% !important;
    align-items: center;
    justify-content: center;
}

.input-group.number-spinner {
    margin-left: 25px;
}

.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%;
    border-radius: 5px;
}

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

.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: 5px;
    margin-right: 5px;
}

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

.list-price {
    margin-top: 25px;
}

.item-price-new {
    display: flex;
    flex-direction: column;
}

.list-price .special-text {
    font-weight: bold;
    font-size: 35px;
    line-height: 1.2;
    color: red;
    letter-spacing: 0.5px;
}

#quick-buy-form {
    position: relative;
    max-width: 391px;
}

input.input-tel {
    border: 1px solid #f4f5f7;
    box-sizing: border-box;
    border-radius: 10px;
    height: 50px;
    padding-left: 15px;
    font-size: 13px;
    line-height: 19px;
    color: #2e3230;
    width: 100%;
    transition: 0.4s;
}

button.quick-buy {
    background: #f4f5f7;
    border-radius: 10px;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: var(--main-color);
    height: 48px;
    border: none;
    padding: 0px 25px;
    margin-left: -20px;
    position: relative;
    top: 1px;
    transition: 0.4s;
    position: absolute;
    right: 1px;
}

button.quick-buy:hover {
    background: #dcdcdc;
}


.quick-buyer-block {
    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: 1px solid #F3F3F3 !important;
    box-sizing: border-box !important;
    border-radius: 19px !important;
    margin-bottom: 0px;
}

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

li.image-additional .thumbnail {
    border: 1px solid rgba(0, 0, 0, 0.3) !important;
    box-sizing: border-box;
    border-radius: 9px !important;
    margin: 10px 0px;
}

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

li.main-thumb-block a.thumbnail {
    padding: 0;
    overflow: hidden;
}

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

.dop-image-block {
    flex-basis: 124px;
    overflow-y: scroll;
    padding-right: 20px;
    height: 471px;
}

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

.dop-image-block::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1);
    border-radius: 3px;
}

.dop-image-block::-webkit-scrollbar-thumb {
    background: var(--main-color);
    border-radius: 3px;
}

ul.tabs-block-top {
    padding: 0px;
    list-style: none;
    display: flex;
    align-items: center;
    margin-bottom: 23px;
    margin-top: 3px;
}

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

ul.tabs-block-top li a {
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    color: #2E3230;
    transition: 0.4s;
}

ul.tabs-block-top li a:hover {
    color: var(--main-color);
}

span.title-attr-wrapper {
    font-weight: bold;
    font-size: 24px;
    line-height: 20px;
    /* identical to box height, or 83% */
    color: #2E3230;
    display: block;
    margin-bottom: 20px;
}

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

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

.flex-row-attribute:nth-child(odd) {
    background: #fff;
    border-radius: 4px;
}

.flex-row-attribute {
    display: flex;
    padding: 5px 30px;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    /* identical to box height, or 171% */
    color: #2E3230;
    flex-wrap: wrap;
}

.name-attr {
    flex-basis: 50%;
}

.value-attr {
    flex-basis: 50%;
}

.inside-description {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #2E3230;
    background: #fff;
    padding: 30px;
    border-radius: 20px;
}

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

.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: var(--main-color);
    border-bottom: 1px dashed;
}

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

.review-wrapper {
    background: #FFFFFF;
    border-radius: 20px;
    padding: 30px;
}

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

textarea#input-review,
input#input-name {
    border: 1px solid #DFDFDF;
    box-sizing: border-box;
    border-radius: 10px;
    box-shadow: none;
    font-size: 13px;
    line-height: 19px;
    color: #000;
    padding: 15px;
    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: var(--main-color);
    border: 1px solid var(--main-color) !important;
    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 var(--main-color);
    background: white;
}

span.input-circle-rating {
    width: 13px;
    height: 13px;
    display: inline-block;
    border-radius: 100%;
    border: 1px solid var(--main-color);
    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: var(--main-color);
    border-radius: 100%;
}

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

.author-rating {
    display: flex;
    align-items: center;
}

span.author-review {
    font-weight: bold;
    font-size: 18px;
    line-height: 16px;
    color: #2E3230;
    margin-right: 10px;
}

.data-review {
    font-size: 14px;
    line-height: 16px;
    color: #ACACAC;
}

span.text-rating {
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    color: var(--main-color);
    margin-left: 5px;
}

.description-block-review {
    font-weight: 500;
    font-size: 14px;
    line-height: 23px;
    color: #2E3230;
}

.item-review-block {
    border-bottom: 1px solid #F4F5F6;
    padding-bottom: 20px;
    margin-bottom: 25px;
}

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(0, 77, 132, 0.22);
    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: var(--main-color);
    position: absolute;
}

.stars-rating .wrap:hover span {
    border: 1px solid var(--main-color);
}

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

.stars-rating .wrap:hover span:hover~span {
    border: 1px solid rgba(0, 77, 132, 0.22);
}

.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: var(--main-color);
}

.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 var(--main-color);
}

.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: var(--main-color);
    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;
}

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

.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;
    margin-top: 7px;
}

#information-information #content {
    min-height: 515px;
}

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

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


.adress-warehouse {
    position: relative;
}

.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-second-adress {
    margin-top: 8px;
    display: block;
}

.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.svg);
    background-repeat: no-repeat;
}

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

.phone-numbers-email {
    margin-top: 20px;
}

.contact-icon-text:before {
    content: '';
    position: absolute;
    left: 0;
    width: 19px;
    height: 19px;
    background-image: url(/image/catalog/Message.svg);
    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: 100%;
    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;
}

.article-text-content span {
    margin-bottom: 8px;
    display: block;
}

.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;

}

.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: var(--main-color);
    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;
}

.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: 15px;
    margin: 7px 0;
    line-height: 21px;
}

.text-content-numbers {
    color: var(--main-color);
}

.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: -45px;
}

.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;
}

.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: #757676;
    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 span {
    font-size: 27px;
    margin-bottom: 10px;
    display: block;
}

.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;
    font-size: 32px;
    font-weight: 700;
}

.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, #504f4f 0%, rgba(0, 77, 132, 0) 100%);
    z-index: 9;
    transition: 0.5s;
}

.product-thumb-article-category .image a:hover {
    background: linear-gradient(360deg, #504f4f 0%, rgba(0, 77, 132, 0) 100%);
}

.product-thumb-article-category .image img {
    object-fit: cover;
    margin-right: auto;
    width: 100%;
    height: 100%;
    transition: 0.3s;
}

.article-short-info {
    font-size: 13px;
    line-height: 20px;
    color: #A3ABB0;
    margin: 14px 0 10px;
}

.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: #2E3230;
    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;
    display: none;
}

.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: #2E3230;
    margin-bottom: 30px;
    padding-top: 10px;

}

.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;
}

.well-login:after {
    content: '';
    position: absolute;
    top: 5%;
    width: 100%;
    border-top: 1px solid #D5DBD8;
    z-index: 1;
}

.forgot-password {
    text-align: end;
}

.control-label-enter {
    font-size: 13px;
    line-height: 19px;
    color: #626262;
}

.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: #545454;
}

.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: var(--main-color);
    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: var(--main-color);
    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%;
}

.login-button:hover {
    color: var(--main-color);
    border: 1px solid var(--main-color);
    background: white;
}

.register-link,
.register-link:hover {
    padding: 0;
    border: none;
    background: none;
    font-weight: 600;
    font-size: 14px;
    line-height: 11px;
    color: var(--main-color);
    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 var(--main-color);
    ;
    bottom: -3px;
    right: 0;
    width: 100%;
}

.forgot-password {
    font-size: 14px;
    line-height: 19px;
    color: #B5B5B5;
    position: relative;
}

.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: #626262;
    text-align: center;
    margin-bottom: 16px;
    display: block;
}

.soc-buttons-wrapper {
    display: flex;
    justify-content: space-between;
}


.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: #626262;
    margin-bottom: 6px !important;
    padding-top: 0 !important;
}

.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: #626262;
    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: var(--main-color);
    position: relative;
}

.link-to-login a:after {
    content: '';
    position: absolute;
    display: block;
    border-bottom: 1px dashed var(--main-color);
    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: #626262;
    margin-bottom: 6px !important;
    display: block;
    padding-left: 0 !important;
}

.instruction-text {
    font-size: 12px;
    line-height: 15px;
    color: #626262;
    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: var(--main-color);
    position: relative;
}

.link-rec-to-login:after {
    content: '';
    position: absolute;
    display: block;
    border-bottom: 1px dashed var(--main-color);
    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;
}

.account-links {
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    color: #2E3230 !important;
    padding: 15px 19px 16px 19px !important;
    display: block;
    margin-bottom: 0 !important;
    border-radius: 6px;
    border: unset !important;
    background: #F4F5F7;
}

.account-links-active {
    color: var(--main-color);
    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: var(--main-color);
    box-shadow: unset;
}

.save-data-button:hover {
    color: var(--main-color);
    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: var(--main-color);
}


.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;
    min-height: 390px;
    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;
}

.image-content-wish {
    height: 100%;
}

.text-left {
    margin-bottom: 8px;
}

.wishlist-price {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: var(--main-color);
}

#account-wishlist .text-center a {
    height: 100%;
    display: block;
}

.wishlist-product-img {
    /* height: 160px; */
    width: 70%;
    position: relative;
    top: 50%;
    transform: translate(0px, -50%);
    height: auto;
}

.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: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 {
    max-height: 1000px;
    overflow: unset;
}


.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;
    position: relative;
    top: 4px;
}

.order-table-numbers {
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    /* margin-right: 125px; */
    flex-basis: 17%;
    text-align: start;
    margin-bottom: 0;
}

.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) {
    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;
    /* margin-right: 12px; */
    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;
}

.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-product-image-top-desktop:nth-child(1) {
    opacity: 1;
    transition: 0.3s;
}

.order-table-title-status {
    margin-right: 70px;
}

.order-table-title-orderid {
    margin-right: 30px;
}

.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: var(--main-color);
}

.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;
}

.product-info-top {
    flex: 1;
    display: flex;
    align-items: center;
}

.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 #D9E1E8;
    margin-top: 20px;
    padding-top: 20px;
    align-items: center;
}

a.link-continue {
    font-weight: 600;
    font-size: 16px;
    line-height: 79%;
    color: #43B02A;
    border-bottom: 1px dashed #43B02A;
    padding-bottom: 3px;
    cursor: pointer;
}

.shoping-cart-totals {
    display: flex;
}

a.btn-checkout {
    background: #43B02A;
    border-radius: 13px;
    height: 74px;
    font-weight: 600;
    font-size: 16px;
    line-height: 17px;
    color: #FFFFFF;
    padding: 28px 36px;
    margin-left: 12px;
}


.shoping-cart-totals-item {
    background: #FFFFFF;
    border: 2px solid #43B02A;
    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: #43B02A;
}

.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: var(--main-color);
    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: #2E3230;
    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: var(--main-color);
    background: transparent;
    padding: 0px;
    height: auto !important;
    border: none;
    border-bottom: 1px dashed var(--main-color);
}

button.login-form {
    font-weight: 600;
    font-size: 14px;
    color: #505050;
    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;
}

.checkout-profile-address-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 {
    font-weight: 500;
    font-size: 13px;
    line-height: 19px;
    color: #545457;
}

.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;
    resize: none;

}

.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;
}

.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(67% - 73px);
    margin-left: 10px;
}

.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: 15%;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #2E3230;
}

.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: var(--main-color);
    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: var(--main-color);
}

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: var(--main-color);
}

.item-shipping-method input:checked~.inside-into-shipping .title-ship-item {
    color: white;
}

.item-shipping-method input:checked~.inside-into-shipping .title-ship-item .price-method-shipp {
    color: lightgrey;
}

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

.inside-into-shipping {
    border-radius: 12px;
    padding: 7px;
}

.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-top: 39px;
}

.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;
}

.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;
}

.question-row span {
    font-weight: bold;
    font-size: 18px;
    line-height: 27px;
    color: #2E3230;
    padding: 18px 55px 18px 24px;
    display: block;
}

.answer-block {
    padding: 15px 24px;
    display: none;
}

.answer-block p {
    font-size: 14px;
    line-height: 24px;
    color: #2E3230;
}

.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;
}

.answer-hide .answer-block li {
    font-size: 14px;
}

.faq-block .form-right-other-cats {
    margin: 0;
}

form.form-horizontal input {
    box-shadow: none !important;
}

.heading-title-module span {
    background: #f4f5f7;
    position: relative;
    z-index: 1;
    padding: 0px 10px;
}

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: 18px;
}

.product-item-compare {
    min-height: 320px;
    background: #fff;
}

button.add-to-cart-button {
    width: 40px;
    height: 40px;
    background: var(--main-color);
    border-radius: 10px;
    border: none;
}

.category-compare-list {
    min-height: 353px;
    max-height: 353px;
}

.item-name-attribute {
    font-weight: 500;
    font-size: 14px;
    /* line-height: 24px; */
    color: #2E3230;
    padding: 0 12px;
    background: #fff;
    min-height: 42px;
    display: flex;
    border-left: 1px solid #E4E6E9;
    align-items: center;
}

.category-compare-block .item-name-attribute {
    font-size: 12px;
    font-weight: 700;
}

.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: var(--main-color);
}

h1.title-success-page {
    font-weight: bold;
    font-size: 44px;
    line-height: 20px;
    color: #2E3230;
    margin-bottom: 34px;
    margin-top: 80px;
}

.desc-success-page {
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    color: #585C5A;
}

.flex-form-success {
    margin-top: 80px;
    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: var(--main-color);
    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(.45,.92,.48,.92); */
    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);
}

.title-on-slider-2 {
    position: relative;
    bottom: 55px;
}

.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);
    height: 236px;
    padding-top: 0;
    text-align: center;
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    position: relative;
    transition: 0.3s;
}

.categories-indie-last {
    border: 1px solid #444444;
}

.categories-indie-last span.text-inside-categories:before {
    display: none;
}

.categories-indie.categories-indie-last:hover span.text-inside-categories {
    height: auto;
}

.categories-indie-last span.text-inside-categories {
    color: #444444;
    top: 50%;
    transform: translate(0, -50%);
}

.categories-indie-last span.text-inside-categories:before {
    display: none;
}

.categories-indie {
    margin-bottom: 30px;
}

section.home-slider {
    min-height: 512px;
}

.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 {
    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);
    position: relative;
}

.absolut-img-slider:before,
.absolut-img-slider:after {
    content: '';
    position: absolute;
    display: block;
    width: 54px;
    height: 54px;
    background-image: url(/image/catalog/home/waves.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.absolut-img-slider:before {
    left: -36px;
    top: 85%;
}

.absolut-img-slider:after {
    right: -76px;
    top: 65%;
}

.snowflakes {
    position: absolute;
    animation: 4s linear 0s normal none infinite running snowflake;
}

.snowflakes-1 {
    left: -130px;
}

.snowflakes-2 {
    top: 15%;
    right: -14%;
}

@keyframes snowflake {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.categories-indie:hover>img {
    transform: scale(1.04);
}

.categories-indie>img {
    transition: all 0.4s ease-in-out;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.absolut-img-slider img {
    width: auto !important;
}

.absolut-img-slider {
    position: absolute;
    right: 7%;
    top: 20px;

}

.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;
}

.main-categories-inside {
    min-height: 250px;
    background: white;
    border-radius: 12px;
    padding: 20px;
    background-repeat: no-repeat;
    background-position: bottom right;
}

.main-categories-inside-1 {
    background-image: url(/image/catalog/home/block-img.png);

}

.main-categories-inside-2 {
    background-image: url(/image/catalog/home/block-img2.png);

}

.main-categories-inside-3 {
    background-image: url(/image/catalog/home/block-img3.png);

}

.main-categories-inside-4 {
    background-image: url(/image/catalog/home/block-img4.png);
}


.main-categories {
    margin-top: 50px;
    margin-bottom: 60px;
}

.main-categories-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    color: #2E3230;
    margin-bottom: 30px;
}

.main-categorie-links {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.main-categorie-links a {
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    color: #585C5A;
    margin-bottom: 10px;
    display: block;
    transition: 0.5s;
}

.main-categorie-links a:hover {
    color: var(--main-color);
}

.inside-block-footer-logo {
    display: flex;
    flex-direction: column;
}

.inside-block-footer-logo .logo-img-footer {
    max-width: 196px;
}



.column-menu-1 {
    display: flex;
    flex-direction: column;
    height: auto;
    /* flex-wrap: wrap; */
}

.column-menu-2 {
    display: flex;
    flex-direction: column;
    height: auto;
}

.col-sm-3-cat {
    width: 30%;
}

.col-sm-2-brand {
    width: 20%;
}

.mobile-img-slider {
    display: none;
}

#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: var(--main-color);
    border-color: var(--main-color);
    border-radius: 50%;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    color: var(--main-color);
    background-color: unset;
    border-color: unset;
}

.pagination>.active>span {
    background: var(--main-color);
    border-radius: 15.5px;
    color: #FFFFFF;
}

.wrapper-btn-pagination {
    width: 94px;
    height: 48px;
}

.pagination>li>a.btn-pag-nav {
    background: rgba(255, 255, 255, 0.34);
    border: 1px solid rgba(0, 77, 132, 0.27) !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: var(--main-color);
    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 var(--main-color);
    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: var(--main-color);
}

.wrapper-btn-pagination {
    position: absolute;
}

.wrapper-btn-pagination-next {
    right: 10px;
}

.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;
    width: 100%;
}

div.title-button:after {
    content: '';
    position: absolute;
    right: 63px;
    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: var(--main-color);
    color: white;
}

.description-product img {
    width: 100%;
}

.description-product h2 {
    font-size: 20px;
    font-weight: 600;
    margin: 10px 0;
    display: block;
}

.desc-block {
    margin-bottom: 20px;
}


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

/* 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: 100%;
    }

    .menu-scroll #compare-total {
        display: none;
    }

    .menu-scroll .btn-block {
        width: 30%;
    }

    .menu-scroll button.btn-show-cart {
        height: 50px;

    }

    .menu-scroll span.sum-prod {
        margin-top: 0;
        font-size: 10px;
        line-height: 16px;
    }

    .menu-scroll .btns-wish {
        margin-left: 0;
        /* border-left: 1px solid #F4F5F6; */
        flex-basis: 15%;
        justify-content: center;
    }

    .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: 10%;
        display: flex;
        justify-content: center;
    }

    .menu-scroll .logo-mobile img {
        width: 115px !important;
    }

    .menu-scroll .item-menu-block {
        order: 2;
        flex-basis: 85%;
    }

    .menu-scroll .item-search-block {
        order: 3;
        flex-basis: 5%;
    }

    .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 .flex-bg-menu .container {
        max-width: 100%;
    }

}

/* END FIXED HEADER */


.alert-success {
    display: none;
}


.about-us-header__top {
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.about-us-header__title {
    font-family: 'Gilroy';
    font-weight: 700;
    font-size: 45px;
    line-height: 125%;
    color: #2E3230;
    flex-basis: 65%;
    margin-top: 33px;
    margin-bottom: 0;
}

.about-us-header__logo {
    flex-basis: 35%;
    max-width: 380px;
}

.about-us-header p {
    max-width: 755px;
    font-family: 'Gilroy';
    font-weight: 500;
    font-size: 22px;
    color: #585C5A;
    margin: 26px 0 42px;
}

.about-main-image {
    border-radius: 12px;
    overflow: hidden;
}

.about-us__main {
    margin-top: 75px;
}

.about__mirror-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 75px;
}

.about-us__main p {
    font-family: 'Gilroy';
    font-weight: 500;
    font-size: 22px;
    color: #2E3230;
    max-width: 400px;
    margin: 0 auto;
    flex-basis: 55%;
    position: relative;
    padding: 0 10px;
}

.about__mirror-block img {
    flex-basis: 45%;
}

.about__left-side:before,
.about__right-side:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);

    display: block;
    border-top: 2px solid rgba(55, 159, 221, 0.5);
    width: 220px;
}

.about__left-side:before {
    left: -250px;
}

.about__right-side:after {
    right: -225px;
}

.about-us__footer {
    padding: 65px 0;
    background-color: white;
    box-shadow: 0 0 0 100vmax white;
    clip-path: inset(0 -100vmax);
    /* margin-bottom: 100vw; */
}

.about-us__footer p {
    font-weight: 700;
    font-size: 32px;
    text-align: center;
    margin-bottom: 40px;
}

.about-us__footer span {
    color: #379FDD;
}

.about__map-contact {
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
}

.about__form-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    color: #2E3230;
    text-align: center;
}

.about__form-wrapper {
    display: flex;
    flex-direction: column;
}

.about__form {
    flex-basis: 35%;
}

.about__form-container {
    width: 270px;
    margin: 0 auto;
}

.about__form-social .social-block-footer {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.about-input-block input {
    width: 100%;
    height: 50px;
    border: 2px solid #F2F2F2;
    border-radius: 6px;
    margin-bottom: 20px;
    padding-left: 15px;
}

.about-type-submit {
    background: #379FDD;
    border-radius: 6px;
    width: 100%;
    height: 50px;
    border: unset;
    color: white;
    transition: 0.5s;
    border: 1px solid var(--main-color);

}

.about-type-submit:hover {
    color: var(--main-color);
    border: 1px solid var(--main-color);
    background-color: white;
}

.about__map {
    flex-basis: 65%;
    border-radius: 12px;
    overflow: hidden;
}

.about__map iframe {
    width: 100%;
}

.about-us__footer p.about-form__text-bottom {
    font-size: 12px;
    line-height: 19px;
    text-align: center;
    color: #585C5A;
    margin-top: 10px;
}

.about-us__footer p.about-form__text-bottom a {
    color: var(--main-color);
}

#information-information footer {
    margin-top: 0;
}


.menu-scroll ul.nav.navbar-nav>li>a {
    font-size: 14px;
    padding: 20px 15px;
}

.text-block-desc img {
    width: 100%;
}

.text-block-desc h4 {
    font-weight: 600;
}



.success-message {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 10px;
    z-index: 993;
    width: 100%;
    max-width: 500px;
    height: 241px;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
    background: #f17952;
    backdrop-filter: blur(6px);
    border-radius: 12px;
    color: white;
    translate: 0 -20px;
}

.success-message.showPopup {
    opacity: 1;
    visibility: visible;
    translate: 0;
}

.first-suc-msg {
    margin-top: 20px;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #FFFFFF;
}

.second-suc-msg {
    margin-top: 10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #F8F8F8;
}

.first-suc-msg-text {
    color: #2fba2f;
    margin-top: 10px;
    display: block;
    opacity: 0;
    visibility: hidden;
    transform: translate(0, 20px);
    transition: 0.3s;
}

.first-suc-msg-text.active-message {
    transform: translate(0, 0);
}

.active-message {
    opacity: 1;
    visibility: visible;
}

.unactive-message {
    opacity: 0;
    visibility: hidden;
}


.delivery-block-title {
    font-weight: 700;
    font-size: 22px;
    line-height: 20px;
    color: #2E3230;
    margin-bottom: 22px;
    margin-top: 5px;
    display: block;
}

p.text-content-first {
    font-weight: 600;
    font-size: 18px;
    line-height: 140%;
    color: #000000;
    padding-left: 0;
    margin-top: 0;
}

.text-content span {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #2E3230;
    display: block;
    margin-bottom: 7px;
    margin-top: 20px;
}

span.first-item-payment {
    margin-top: 0;
}

a.all-list-style {
    font-weight: 600;
}

.h1-main-title {
    text-align: center;
    margin-bottom: -4px;
    margin-top: 41px;
    font-weight: 600;
    font-size: 55px;

}

.content-slider-text-img {
    display: flex;
    align-items: center;
    margin-top: 112px;
}

.title-slider-start-2 span {
    font-weight: 700;
    font-size: 50px;
    line-height: 125%;
    display: inline-block;
    padding: 0 11px;
    background: white;
    color: #5E06CC;
    margin-top: 20px;
}


.title-slider-start-blue span {
    color: #46A5F9;
}

.title-slider-start-pink span {
    color: #A60255;
}

.title-slider-start-green span {
    color: #2BA700;
}

.title-slider-start-yellow span {
    color: #DD7A05;
}

.title-slider-start-pink-idea span {
    color: #DF515A;
}

span.title-slider-start-1 {
    text-transform: uppercase;
    color: #660AD3;
    font-size: 50px;
    margin-bottom: 8px;
    display: block;
}

span.title-slider-start-white {
    color: white;
}

span.title-slider-start-2 {
    /* width: 160px; */
    display: block;
    font-weight: 800;
    font-size: 50px;
    line-height: 55px;
    color: #FFFFFF;
}

.red-line-text {
    position: relative;
}

.red-line-text::before,
.red-line-text::after {
    content: '';
    position: absolute;
    left: -7px;
    top: 55%;
    display: block;
    width: 110%;
    border-top: 2px solid red;
}

.red-line-text::before {
    transform: rotate(7deg);
}

.red-line-text::after {
    transform: rotate(-7deg);
}

.content-slider-2 {
    flex-basis: 50%;
}

.home-images-block {
    flex-basis: 50%;
}

a.link-sale-slide {
    margin-top: 0;
    color: white;
    background: #158EFF;
    border: 1px solid #158EFF;
    padding: 13px 25px;
    border-radius: 10px;
    transition: 0.4s;
}

a.link-sale-slide:hover {
    border: 1px solid #FFC113;
    background: white;
    color: black;
}

.absolut-img-slider-2 {
    position: relative;
}

a.link-green-slide {
    background: #64B900;
    border: 1px solid #64B900;

}

.slider-percent-block {
    position: absolute;
    top: -44px;
    right: 44px;
    padding: 10px;
    background-color: #FF4200;
    border-radius: 35px;
    transform: skew(-9deg, -4deg);
    border: 2px solid white;
    box-shadow: 0px 0px 10.9924px rgba(0, 0, 0, 0.15), inset 0px 4.39695px 8.79389px rgba(77, 22, 22, 0.25);
}


/* cookie popup */

.exitblock .modaltext {
    box-sizing: border-box;
    position: relative;
    top: 30%;
    width: 100%;
    background: #fff;
    height: 330px;
    width: 400px;
    display: flex;
    right: 20px;
    bottom: 20px;
    border-radius: 12px;
    overflow: hidden;
    background-image: url(/image/catalog/home/pop-up.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 26px 20px;
    align-items: center;
}

.cookie-content {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    align-items: center;
}

.cookie-content__title {
    color: white;
    font-size: 25px;
    text-align: center;
    line-height: 37px;
}

.cookie-content__title .bottom_text_popup {
    font-size: 43px;
    font-weight: 500;
    display: block;
    margin-top: 7px;
}

.cookie-content__title .middle_text_popup {
    font-size: 29px;
    font-weight: 500;
}

.exit-popup {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.exit-popup_header {
    text-align: center;
    color: #FFF;
    background: #ff5f2d;
    width: 100%;
    background-image: url(/images/stopFon.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    background-position: center;
}

.exit-popup_body {
    width: 100%;
    background: transparent;
    text-align: center;
    padding-top: 0px;
    position: absolute;
    top: 115px;
    z-index: 999;
}

video.vidos-popup {
    position: relative;
    z-index: 0;
}

.exit-popup_header-title {
    font-size: 28px;
    line-height: 1;
}

.exit-popup_header-subtitle {
    font-size: 20px;
    line-height: 1;
    padding: 10px 0;
    font-size: 30px;
}

.exit-popup_header-stop {
    font-size: 68px;
    text-transform: uppercase;
    line-height: 1;
}

.exit-popup_header-subtitle span {
    color: #ff5f2d;
    font-weight: bold;
    font-size: 40px;
}

.exitblock {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 100000;
    visibility: hidden;
    /* display: none; */
    opacity: 0;
    transform: translate(400px, 0px);
    transition: transform 0.6s ease-in-out;
}

.exitblock.show_cookie {
    transform: translate(0px, 0px);
    transition: transform 0.6s ease-in-out;
    visibility: visible;
    opacity: 1;
}

.exitblock .fon {
    background: #000;
    opacity: .8;
    position: fixed;
    width: 100%;
    height: 100%;
}

.closeblock {
    cursor: pointer;
    position: absolute;
    line-height: 15px;
    font-size: 30px;
    transform: rotate(45deg);
    text-align: center;
    top: 15px;
    right: 15px;
    color: #656565;
    z-index: 99999999;
    display: block;
    z-index: 9;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    padding: 5px;
    transition: 0.3s;
}

.closeblock:hover {
    color: white;
}

.cookie-content__image {
    width: 100%;
    max-width: 355px;
}

.cookie-content__title-text {
    font-weight: 800;
    font-size: 32px;
    line-height: 110%;
    color: #FFFFFF;
}

.cookie-content__title-text span {
    font-weight: 700;
    font-size: 32px;
    line-height: 125%;
    text-transform: uppercase;
    display: block;
    color: #202020;
}

.cookie-content__img-block {
    position: relative;
}

.cookie-content__percent-block {
    position: absolute;
    top: -38px;
    right: 16px;
    padding: 10px;
    background-color: #FF4200;
    border-radius: 35px;
    transform: skew(-9deg, -4deg);
    border: 2px solid white;
    box-shadow: 0px 0px 10.9924px rgb(0 0 0 / 15%), inset 0px 4.39695px 8.79389px rgb(77 22 22 / 25%);
}

.cookie-content__percent-block img {
    width: 180px;
}

.cookie-content__cat-link {
    background: var(--main-color);
    border-radius: 10px;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 28px;
    max-width: 220px;
    margin: 0 auto;
    transition: 0.4s;
}

.cookie-content__cat-link:hover {
    background: white;
    color: black;
}

/* end cookie popup */

.bank-details-block {
    margin-top: 10px;
}

.payment-icons {
    text-align: right;
}

.payment-icons img {
    margin-left: 30px;
    margin-top: -30px;
}


.buttons-cart-cat-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 5px;
}

.cat-link-item {
    background: var(--main-color);
    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;
}

.cat-link-item:hover {
    color: var(--main-color);
    border: 1px solid var(--main-color);
    background: white;
}


.title-slider-5percent {
    color: #FB3459;
    background-color: white;
    padding: 0 4px 6px 4px;
    text-transform: uppercase;
}

.content-slider-5percent {
    margin-top: 55px;
}

.subtitle-slider-5percent {
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    color: #202020;
    display: block;
    margin-top: 10px;
    max-width: 255px;
    position: relative;
}

.subtitle-slider-5percent::before {
    content: '';
    position: absolute;
    top: 52%;
    transform: translate(0, -52%);
    left: 0;
    background-image: url(/image/catalog/home/vawes-bater.svg);
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    height: 5px;
    width: 94%;
}

.content-slider-5percent a.link-sale-slide {
    margin-top: 30px;
    display: inline-block;
}

.owl-carousel .owl-item .content-slider-5percent img {
    display: block;
    width: 34%;
    position: absolute;
    right: -391px;
}

.owl-carousel button.owl-dot {
    margin-right: 10px !important;
}

.review-section .owl-carousel button.owl-dot {
    margin-right: 0 !important;
}

.review-section button.owl-dot.active {
    position: relative;
    top: 1px;
}

#product-category .product-thumb {
    position: relative;
    overflow: hidden;
}

.sale-labe {
    font-weight: bold;
    font-size: 11px;
    line-height: 13px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #FFFFFF;
    background: red;
    transform: rotate(-45deg);
    display: inline-block;
    width: 128px;
    position: absolute;
    left: -33px;
    top: 17px;
    padding: 7px 0px;
    z-index: 2;
    text-align: center;
}

.checkout__price-block,
.cart__price-block {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.wrapper-cart-checkout-conteiner {
    height: 100vh;
}

.wrapper-cart-checkout {
    position: sticky;
    top: 76px;
}

button.disabled-button {
    background-color: grey !important;
    cursor: auto !important;
}

span.stock-item-disabled {
    background-color: #F4F5F7 !important;
}

span.stock-item-disabled:before {
    background-color: grey !important;
}

.dogovor-oferta-wrapper {
    margin-top: 23px;
}

.return-exchange-block {
    margin-top: 100px;
    position: relative;
}

.return-exchange-block:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: -45px;
    display: block;
    width: 100%;
    border-bottom: 1px solid #D6D6D6;
}

.return-exchange-title {
    margin-bottom: 30px;
    color: #2E3230;
    font-weight: bold;
    font-size: 32px;
    line-height: 20px;
    /* margin-top: 7px; */
    display: block;
}

.return-exchange-side-title {
    margin-top: 0;
}

.return-exchange-side ul {
    list-style: none;
    padding-left: 0;
    padding-right: 30px;
}

.return-exchange-side ul li {
    margin-bottom: 20px;
    position: relative;
    padding-left: 17px;
}

.return-exchange-side ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #379FDD;
}

.return-exchange-footer {
    margin-top: 80px;
}


.return-exchange-footer .important-block {
    margin-bottom: 30px;
}

.dogovor-oferta-wrapper span {
    text-align: center;
    display: block;
    font-size: 18px;
    margin-bottom: 10px;
}

.catalog_link {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #E94E1B;
    height: 40px;
    padding: 0 20px;
    border: 1px solid #E94E1B;
    border-radius: 10px;
    transition: 0.4s;
}

.catalog_link:hover {
    border: 1px solid #E94E1B;
    color: white;
    background: #E94E1B;
}

.show_product {
    background: #E94E1B;
    border: 1px solid #E94E1B;
    border-radius: 10px;
    height: 40px;
    width: 100%;
    padding: 0 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    transition: 0.3s;
    font-size: 14px;
}

.show_product:hover {
    background: white;
    border: 1px solid #E94E1B;
    color: var(--main-color);
}

.need-consultation {
    background: var(--main-color);
    border: 1px solid var(--main-color);
    border-radius: 10px;
    font-weight: 700;
    font-size: 20px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .4s;
    width: 100%;
    height: 50px;
}

.need-consultation:hover {
    border: 1px solid #9b3311;
    background: #9b3311;
    color: white;
}

.need-consultation:focus {
    color: white;
    text-decoration: none;
}

.contact-form-product {
    display: none;
}

.form-consult-wrapper {
    background: #F4F5F6;
    border-radius: 20px;
    max-width: 575px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    padding: 26px 25px;
    position: relative;
}

span.form-title {
    font-weight: bold;
    font-size: 25px;
    line-height: 32px;
    letter-spacing: 0.02em;
    color: #2E3230;
    margin-bottom: 18px;
    display: block;
    text-align: center;
}

.form-consult-wrapper input {
    width: 100%;
    background: #FFFFFF;
    border-radius: 6px;
    border: none;
    height: 50px;
    margin-bottom: 17px;
    padding-left: 10px;
}

.form-consult-wrapper .under_form_text {
    font-size: 14px;
    margin-top: 15px;
    text-align: center;
}

.button-consult {
    width: 100%;
    background: var(--main-color);
    border: 1px solid var(--main-color);
    border-radius: 10px;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: white;
    height: 51px;
    border: none;
    padding: 0px 25px;
    transition: 0.4s;
}

.button-consult:hover {
    border: 1px solid var(--main-color);
    background: white;
    color: var(--main-color);
}

.buttons-fixed-top .need-consultation {
    width: 200px;
    margin-left: 17px;
    height: 44px;
}

.flex-bg-menu-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}


.mfp-with-anim {
    animation: popupFadeIn 0.4s ease;
}

@keyframes popupFadeIn {
    from {
        opacity: 0;
        transform: translateY(-50px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}


.input-tel.error {
    border: 1px solid red;
}

.form_popup.error-1 {
    border: 1px solid red;
}

.overley {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .8);
    z-index: 992;
    opacity: 0;
    visibility: hidden;
}

.overley.showPopup {
    opacity: 1;
    visibility: visible;
}

.close-popup {
    color: white;
    font-size: 35px;
    rotate: 45deg;
    position: absolute;
    top: 10px;
    right: 20px;
    cursor: pointer;
}

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

.mfp-image-holder .mfp-close {
    right: -42px !important;
}

.btn-primary:hover {
    color: var(--main-color) !important;
    background: white !important;
}

.cost_info p {
    font-size: 14px;
    font-style: italic;
    color: #dda896;
}

.gallery_block {
    margin-top: 30px;
}

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

.gallery-image-wrapper img {
    max-width: 100%;
    height: auto;
    transition: 0.3s;
}

.gallery-image-wrapper {
    display: block;
    overflow: hidden;
    border-radius: 10px;
    transition: 0.3s;
    position: relative;
}

.gallery-image-wrapper::before {
    content: '';
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
}

.gallery-image-wrapper::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url(/image/catalog/Search.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    width: 35px;
    height: 35px;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
    z-index: 100;
}

.gallery-image-wrapper:hover::before,
.gallery-image-wrapper:hover::after {
    opacity: 1;
    visibility: visible;
}

.tab_gallery_ankor {
    margin-top: -70px;
    padding-top: 70px;
}

.image_galery_name {
    position: absolute;
    left: 9px;
    bottom: 10px;
    background-color: white;
    color: black;
    padding: 5px 7px;
    border-radius: 5px;
    font-size: 14px;
    margin-right: 9px;
}

.blog-image-wrapper {
    width: 100%;
    max-width: 590px;
    margin: 30px auto;
}

.blog-image-wrapper img {
    width: 100%;
    margin: 0;
}

.blog_ankor {
    margin-top: -84px;
    padding-top: 84px;
}

.mobile_reviews {
    display: none;
}

.about-us-content {
    margin-top: 30px;
}

.about-us-content p {
    font-size: 18px;
}

.about-us-content p strong {
    font-size: 27px;
}

.about-us-image-block {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-gap: 10px;
    margin: 20px 0 30px;
}

.about-us-popup-img {
    height: 350px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.about-us-popup-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-us-popup-img::before {
    content: '';
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
}

.about-us-popup-img::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url(/image/catalog/Search.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    width: 35px;
    height: 35px;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
    z-index: 100;
}

.about-us-popup-img:hover::before,
.about-us-popup-img:hover::after {
    opacity: 1;
    visibility: visible;
}

#information-information .other-categories {
    overflow: unset;
}

.text_img_block {
    display: flex;
    align-items: center;
    gap: 26px;
}

.text_img_block_top {
    margin-top: 38px;
}

.text_img_item {
    flex-basis: 50%;
}

#information-information #content h1.text_img_item_title {
    margin-bottom: 20px;
    font-size: 51px;
    line-height: 53px;
    color: #2E3230;
}

.text_img_item p {
    font-size: 18px;
    line-height: 24px;
    color: #2E3230;
}

.hide_title {
    display: none !important;
}

.text_img_icons {
    background: #FFFFFF;
    border-radius: 15px;
    padding: 60px;
    /* display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr 1fr;
    gap: 10px; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.text_img_icon_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.text_img_icon_bottom {
    margin-top: 40px;
    padding-top: 40px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
    border-top: 1px solid #EFEFEF;
}

.text_img_icon_line {
    height: 98px;
    border-right: 1px solid #EFEFEF;
}

.text_img_icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.text_img_icon img {
    height: 57px;
    width: 57px;
}

.text_img_icon span {
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #2E3230;
    display: block;
    max-width: 155px;
    margin-top: 12px;
}

.catalogies {
    margin: 100px 0;
    animation-delay: 0.2s;
    animation-duration: 0.6s;
    transform: translate(0px, 20px);
}

.catalogies_wrapper {
    display: flex;
    gap: 24px;
}

.catalogies_img {
    display: block;
    border-radius: 12px 12px 0px 0px;
    overflow: hidden;
    height: 266px;
}

.catalogies_img img {
    width: 100%;
    display: block;
    object-fit: cover;
    height: 100%;
    transition: 1s ease-in-out;
}

.catalogies_title {
    display: block;
    text-align: center;
    font-size: 17px;
    line-height: 19px;
    color: #444444;
    padding: 30px 10px;
    border-bottom: 0.945455px solid #D5DBD8;
    transition: 0.4s;
}

.catalogies_title:hover {
    color: var(--main-color);
}

.catalogies_bottom {
    border-radius: 0 0 12px 12px;
    border: 0.945455px solid #D5DBD8;
    transition: 0.5s;
}

.catalogies_download_link {
    display: flex;
    align-items: center;
    margin: 0 auto;
    width: 100%;
    justify-content: center;
    padding: 14px 10px;
    font-size: 15.1273px;
    line-height: 18px;
    color: #E94E1B;
    font-weight: bold;
    transition: 0.4s;
}

.catalogies_download_link:focus {
    color: var(--main-color);
}

.catalogies_download_link:hover {
    text-decoration: underline;
    color: var(--main-color);
}

.catalogies_item {
    transition: 0.4s;
    border-radius: 12px;
}

.catalogies_item:hover {
    box-shadow: 0px 0px 30px 3px rgba(233, 78, 27, 46%);
}

.catalogies_item:hover img {
    scale: 1.05;
}

.text_img_block_cont {
    margin-bottom: 100px;
}

.text_img_title {
    font-size: 32px;
    font-weight: bold;
    line-height: 38px;
    color: #2E3230;
    margin-top: 0;
    margin-bottom: 20px;
}

.text_img_block_cont .text_img_t p {
    font-size: 16px;
    line-height: 24px;
    color: #2E3230;
}

.text_img_block_cont .text_img_t ul {
    list-style: none;
    padding-left: 35px;
}

.text_img_block_cont .text_img_t li {
    font-size: 14px;
    margin: 16px 0;
    position: relative;
}

.text_img_block_cont .text_img_t li:before {
    content: '';
    position: absolute;
    left: -34px;
    top: 50%;
    transform: translate(0, -50%);
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(/image/catalog/shamotna/orange-check.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.text_img_t_i {
    margin: 20px 0;
    display: flex;
    align-items: center;
    gap: 23px;
}

.shamotna_text_block {
    margin-bottom: 100px;
    display: flex;
    gap: 25px;

    animation-delay: 0.2s;
    animation-duration: 0.6s;
    transform: translate(0px, 20px);
}

.shamotna_text_line {
    border-top: 1px solid #D5DBD8;
    width: 86px;
    min-width: 86px;
    margin-top: 9px;
}

.shamotna_text_block p {
    line-height: 24px;
}

.text_img_i {
    border-radius: 15px;
    overflow: hidden;
}

.text_img_i img {
    width: 100%;
}

.text_img_item a {
    font-weight: 600;
}

.text_img_item a:hover {
    color: var(--main-color);
    text-decoration: underline;
}

.category_portfolio_description {
    margin: 30px 0;
}

.category_portfolio_description p {
    font-size: 18px;
    line-height: 24px;
}

.subcategories ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.subcategories ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 8px;
    border: 1px solid var(--main-button-color);
    border-radius: 5px;
    transition: 0.4s;
}

.subcategories ul li a:hover,
.subcategories ul li a.active {
    border: 1px solid var(--main-button-color);
    background-color: var(--main-color);
    color: white;
}


.filter_wrapper {
    margin-bottom: 30px;
}

.category-portfolio-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.category-portfolio-items .product-thumb-article-category .image {
    height: 310px;
}

.category-portfolio-items .caption {
    text-align: center;
    margin-top: 10px;
}

.category-portfolio-items .product-thumb {
    margin-bottom: 20px;
}

.category-portfolio-items .product-thumb-article-category .caption a {
    min-height: auto;
}

.category-portfolio-items .product-thumb-article-category .image a {
    background: unset;
}

.shamotna_product_wrapper .heading-title-module {
    display: none;
}

.shamotna_products {
    margin-bottom: 100px;
}

.shamotna_cat_link {
    text-align: center;
    display: flex;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    max-width: 400px;
    border: 1px solid var(--main-color);
    height: 50px;
    border-radius: 12px;
    font-size: 19px;
    font-weight: bold;
    color: var(--main-color);
    transition: 0.4s;
}

.shamotna_cat_link:hover {
    color: white;
    border: 1px solid var(--main-color);
    background-color: var(--main-color);
}

.dos_icon {
    width: 45px;
    margin-bottom: 8px;
}

p.dos_list {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-size: 13px;
}

.dos_list_wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

div.article-content-portfolio#tab-description {
    margin-top: 0;
}

.description_block {
    margin: 20px 0 30px;
}

.portfolio_wrapper {
    grid-template-columns: repeat(4, 1fr);
}

.tab-pane-reviews-portfolio {
    display: none !important;
}

.image_portfolio_name {
    text-align: center;
    display: block;
    margin-top: 5px;
}

.portfolio_home_title {
    margin-top: 30px;
}

.articles_home_wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-bottom: 20px;
}

.articles_home_img {
    overflow: hidden;
    border-radius: 12px;
    display: block;
}

.articles_home_img img {
    width: 100%;
    display: block;
    transition: 0.4s;
}

.product-layout-portfolio:hover img {
    scale: 1.1;
}

.caption-portfolio {
    margin-top: 10px;
}

.caption-portfolio a {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #2E3230;
    text-align: center;
    display: block;
}

.service-header {
    margin-top: 14px;
}

.service-header h1 {
    font-weight: 700;
    font-size: 32px;
    line-height: 120%;
    color: #2E3230;
    margin-bottom: 20px;
    margin-top: 0;
}

.service_descr p {
    font-size: 18px;
}

.category-service-items {
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.category-service-item {
    background-color: white;
    border-radius: 15px;
    overflow: hidden;
}

.category-service-item .caption {
    padding: 0 20px 20px 20px;
}

.category-service-item .caption a {
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    color: #2E3230;
}

.category-service-item .caption p {
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #737373;
    margin-top: 15px;
    margin-bottom: 0;
}

.service_cat_img {
    overflow: hidden;
    height: 380px;
    margin-bottom: 20px;
    display: block;
}

.service_cat_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: 0.4s;
}

.category-service-item:hover img {
    scale: 1.05;
}

.white_form {
    background: #FFFFFF;
    border-radius: 15px;
    margin: 100px 0;
    padding: 40px 15px 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.white_form_bg {
    position: absolute;
    top: 0;
}

.white_form_bg_1 {
    left: 0;
}

.white_form_bg_2 {
    right: 0;
}

.white_form_title {
    font-weight: 700;
    font-size: 36px;
    line-height: 74px;
    text-align: center;
    color: #2E3230;
}

.white_form_subtitle {
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    color: #2E3230;
    max-width: 545px;
    margin-bottom: 50px;
}

.white_form .type-submit {
    border-radius: 10px;
    max-width: 180px;
}

.white_form form.inside-form-other {
    max-width: 710px;
    width: 100%;
}

.white_form .under_form_text {
    font-size: 14px;
    margin-top: 20px;
}

.white_form .inside-input-block {
    margin-right: 2%;
}

.text_img_l_r {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-bottom: 100px;
}

.text_img_t,
.text_img_i {
    flex-basis: 50%;
}

.text_img_t p {
    font-size: 18px;
}

.text_img_t h1 {
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 40px;
    line-height: 120%;
    color: #2E3230;
}

.text_img_l_r .text_img_t span {
    display: block;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 32px;
    line-height: 35px;
    color: #2E3230;
}

.text_orange {
    position: relative;
    isolation: isolate;
    background: linear-gradient(84.69deg, #C14F29 17.6%, #E6793D 99.3%);
    border-radius: 15px;
    padding: 30px;
    margin-bottom: 100px;
    overflow: hidden;
}

.text_orange img {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.text_orange p {
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    color: #FFFFFF;
    margin: 0;
}

.blocks_t_t {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
}

.block_t_t {
    background: #FFFFFF;
    border-radius: 15px;
    padding: 30px;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    color: #2E3230;
}

.text_numbers_item {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #2E3230;
    display: block;
    position: relative;
}

.text_numbers_item:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 600;
    font-size: 78px;
    color: #E7E7E7;
    z-index: -1;
}

.text_numbers_item:nth-child(1) {
    margin-bottom: 58px;
    padding-left: 38px;
}

.text_numbers_item:nth-child(1):before {
    content: '01';
}

.text_numbers_item:nth-child(2) {
    margin-bottom: 69px;
    padding-left: 76px;
}

.text_numbers_item:nth-child(2):before {
    content: '02';
    left: 38px;
    top: -6px;
}

.text_numbers_item:nth-child(3) {
    margin-bottom: 73px;
    padding-left: 38px;
}

.text_numbers_item:nth-child(3):before {
    content: '03';
}

.text_numbers_item:nth-child(4) {
    padding-left: 76px;
}

.text_numbers_item:nth-child(4):before {
    content: '04';
    left: 38px;
    top: -6px;
}

.text_numbers {
    margin-bottom: 100px;
}

.bottom_block_info {
    background: linear-gradient(84.69deg, #C14F29 17.6%, #E6793D 99.3%);
    border-radius: 15px;
    padding: 150px 50px;
    position: relative;
    margin-bottom: 100px;
}

.bottom_block_info img {
    position: absolute;
    right: -28px;
    top: -100px;
}

.bottom_block_info span {
    font-weight: 500;
    font-size: 36px;
    line-height: 130%;
    color: #FFFFFF;
    display: block;
    width: 100%;
    max-width: 660px;
    margin-bottom: 50px;
    display: none;
}

.bottom_block_info a {
    background: #FFFFFF;
    border-radius: 10px;
    height: 51px;
    width: 100%;
    max-width: 225px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 18px;
    line-height: 130%;
    color: #E94E1B;
    transition: 0.4s;
    border: 1px solid transparent;
}

.bottom_block_info a:hover {
    border: 1px solid white;
    background-color: transparent;
    color: white;
}

.text_img_l_r.m-b-50 {
    margin-bottom: 50px;
}

.service_only_text {
    margin-bottom: 50px;
    padding-left: 110px;
    position: relative;
}

.service_only_text:before {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    display: block;
    width: 86px;
    border-top: 1px solid #D5DBD8;
}

.text_orange p.text_orange_title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}

.text_orange ul {
    list-style: none;
    margin: 0;
}

.text_orange ul li {
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: #FFFFFF;
    margin-bottom: 13px;
    position: relative;
}

.text_orange ul li:before {
    content: '';
    position: absolute;
    left: -39px;
    top: 10px;
    display: block;
    width: 28px;
    border-top: 1px solid #D5DBD8;
}

.text_orange ul li:last-child {
    margin-bottom: 0;
}

.block_white_list {
    background: #FFFFFF;
    border-radius: 15px;
    padding: 30px;
    margin-bottom: 100px;
}

.block_white_list span {
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    color: #2E3230;
    display: block;
    margin-bottom: 20px;
}

.block_white_list ul {
    margin: 0;
    list-style: none;
    padding-left: 27px;
}

.block_white_list ul li {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #2E3230;
    margin-bottom: 10px;
    position: relative;
}

.block_white_list ul li:before {
    content: '';
    position: absolute;
    left: -27px;
    top: -1px;
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(/image/catalog/checkmark.svg);
    background-repeat: no-repeat;
    background-size: cover;
}

/* .text_orange.m-b-50 {
    margin-bottom: 50px;
} */

.text_numbers_title {
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    color: #2E3230;
    display: block;
    margin-bottom: 63px;
}

.text_numbers_item span {
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    color: #2E3230;
    display: block;
    margin-bottom: 20px;
}

.text_numbers_item p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #2E3230;
    margin: 0;
}

.block_white_list_wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
    margin-bottom: 50px;
}

.block_white_list_wrapper .block_white_list {
    margin-bottom: 0;
}

.block_white_list_wrapper span {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
}

.block_white_list_wrapper ul li {
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
}

.service_only_text_inside span {
    font-weight: 600;
    display: block;
    margin-bottom: 20px;
    line-height: 24px;
    font-size: 18px;
}

.service_only_text_inside p {
    line-height: 24px;
}

.text_orange p.text_orange_bottom {
    margin-top: 20px;
}

.text_img_l_r .text_img_t ul {
    margin: 10px 0 20px;
    list-style: none;
    padding-left: 27px;
}

.text_img_l_r .text_img_t ul li {
    color: #2E3230;
    margin-bottom: 10px;
    position: relative;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.text_img_l_r .text_img_t ul li:before {
    content: '';
    position: absolute;
    left: -27px;
    top: 2px;
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(/image/catalog/checkmark.svg);
    background-repeat: no-repeat;
    background-size: cover;
}

.title-attr-wrapper-related {
    margin-top: 30px;
    display: block;
}

.text_img_i_service {
    padding: 35px;
}

.text_img_i_service span {
    max-width: 170px;
}

.text_img_i_service_title {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #2E3230;
    display: block;
    margin-bottom: 40px;
    max-width: 355px;
}

.block_white_list_wrapper.m-b-28 {
    margin-bottom: 28px;
}

.block_white_list_single span {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
}

.block_white_list_single ul li {
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
}

.service_only_text_inside.m-b-100 {
    margin-bottom: 100px;
}

/* .text_img_icon_wrapper {
    height: 65px;
} */

.text_img_i_service .text_img_icon_top,
.text_img_i_service .text_img_icon_bottom {
    align-items: flex-start;
}

.text_img_t_title_s {
    margin-top: 20px;
}

.read_more_service {
    display: none;
}




































@media (max-width: 1600px) {
    ul.nav.navbar-nav>li>a {
        font-size: 14px;

    }
}


@media (max-width: 1500px) {

    .column-about.about-img img {
        width: 127%;
    }

    .about__left-side:before,
    .about__right-side:after {
        width: 30%;
    }

    .about__right-side:after {
        right: -30%;
    }

    .about__left-side:before {
        left: -36%;
    }

    /* .nav.navbar-nav .dropdown-menu {
        left: 93px;
    } */
}

@media (max-width: 1440px) {
    .menu-scroll ul.nav.navbar-nav>li>a {
        font-size: 12px;
        padding: 20px 10px;
    }
}


@media (min-width: 993px) {


    .nav .open>a,
    .nav .open>a:focus,
    .nav .open>a:hover {
        background: transparent;
    }

    .open>.dropdown-menu {
        display: none;
    }
}

@media (max-width: 1360px) {



    a.title-cat-other {
        font-size: 27px;
    }

    .about__left-side:before,
    .about__right-side:after {
        display: none;
    }

    .absolut-img-slider {
        right: 65px;
    }

    .telephone-head-block {
        flex-basis: 14%;
    }

    .title-on-slider {
        font-size: 50px;
    }

    .home-slider .owl-nav {
        max-width: 1165px;
    }

    .home-slider .owl-dots {
        right: auto;
        width: auto;
        padding: 0;
        left: 200px;
        bottom: 70px;
    }

    p.price {
        font-size: 16px;
    }

    .button-group-on-card button {
        padding: 12px 5px;
        font-weight: 600;
        font-size: 13px;
    }

    ul.nav.navbar-nav>li>a {
        font-size: 13px;
        padding: 20px 14px;
    }



}

@media (max-width: 1300px) {
    .flex-row-form-success {
        flex-wrap: wrap;
    }

}

@media (max-width: 1280px) {

    ul.nav.navbar-nav>li>a {
        font-size: 13px;
        padding: 15px 10px;
    }

    .flex-bg-menu {
        justify-content: space-between;
    }

    .menu-scroll .flex-bg-menu {
        flex-basis: 100%;
    }

    /* .menu-scroll .btns-wish {
        flex-basis: 17%;
    } */


    a.blue-link.link-to-cat {
        font-size: 13px;
    }

    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;
    }
}

@media (max-width: 1200px) {

    img.right-img-absolut {
        width: 37%;
    }

    .main-categories {
        margin-bottom: 0;
    }

    .main-categories-inside {
        margin-bottom: 30px;
    }

    nav.nav-items-top a {
        font-size: 12px;
        margin: 0px 5px;
    }

    .item-telephone a {
        font-size: 13px;
        margin: 3px 0px;
    }

    .item-slide .col-sm-6 {
        width: 100%;
    }

    .item.item-slide {
        /* min-height: auto; */
        background-size: cover;
        /* background-position-x: -85px; */
    }

    section.home-slider {
        min-height: auto;
    }

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

    .home-slider .owl-nav {
        max-width: 970px;
    }

    .button-group-on-card button {
        padding: 9px 7px 7px;
        font-weight: 600;
        font-size: 13px;
    }

    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: 12px;
        line-height: 16px;
        margin-bottom: 10px;
    }

    .mail-footer a {
        font-weight: 500;
        font-size: 14px;
        margin-left: 0px;
    }

    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: 40px;
        height: 45px;
        margin-left: 10px;
    }

    .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;
    }

    a.title-cat-other {
        font-size: 24px;
        line-height: 1;
    }

    nav.inside-link-other-cats a {
        font-size: 13px;
        line-height: 16px;
    }

    a.blue-link.link-to-cat {
        background: white;
        border-radius: 6px;
        font-weight: bold;
        font-size: 14px;
        line-height: 20px;
        color: var(--main-color);
        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 (max-width: 1130px) {

    .menu-scroll .flex-bg-menu {
        flex-basis: 82%;
        margin-right: -1px;
    }

    .menu-scroll .btns-wish {
        flex-basis: 18%;
    }

    .item-menu-block .navbar-nav {
        width: 113%;
    }

    .menu-scroll ul.nav.navbar-nav>li>a {
        padding: 20px 13px;
    }
}

@media (min-width: 768px) {
    .container {
        width: 100%;
    }
}

@media (max-width: 992px) {

    .articles_home_wrapper {
        grid-template-columns: repeat(2, 1fr);
    }

    .dos_list_wrapper {
        grid-template-columns: repeat(1, 1fr);
    }


    .catalog_link_mob {
        margin-top: 25px;
        margin-bottom: 0;
    }

    .text_img_block_top {
        flex-direction: column;
    }

    .text_img_item {
        flex-basis: 100%;
        width: 100%;
    }

    .catalogies {
        margin: 30px 0;
    }

    .catalogies_img {
        height: 210px;
    }

    .text_img_block {
        flex-direction: column;
    }

    .text_img_block_cont {
        margin-bottom: 50px;
    }


    .text_img_block_fl_rev {
        flex-direction: column-reverse;
    }

    .gallery_wrapper {
        grid-template-columns: repeat(4, 1fr);
    }

    .portfolio_wrapper {
        grid-template-columns: repeat(3, 1fr);
    }

    .portfolio_wrapper .image_galery_name {
        font-size: 12px;
    }

    .img-review-word {
        margin: 0 auto 20px;
        min-width: 100px;
        max-width: 100px;
        height: 100px;
    }

    .review-word-name {
        font-size: 40px;
    }

    .product-image-card img.img-responsive {
        width: 100%;
    }

    .item.item-slide {
        min-height: 300px;
    }

    .ocf-offcanvas {
        overflow: scroll;
    }

    .payment-icons {
        margin-top: -55px;
        margin-right: 60px;
    }

    .payment-icons img {
        margin-left: 77px;
        margin-top: -30px;
    }

    h2.title-inside-text-about {
        font-size: 30px;
        line-height: 40px;
    }

    span.arrow-right-angle {
        display: none;
    }

    .column-about.about-img img {
        max-width: 1473px;
        width: 100%;
        /* margin-left: 12px; */
    }

    .h1-main-title {
        font-size: 50px;
    }

    .about-text-inside {
        margin-top: 0;
        margin-bottom: 20px;
    }

    section.categories-section {
        margin-bottom: 25px;
    }

    .menu-scroll .btns-wish {
        flex-basis: 4%;
    }

    .about__map {
        flex-basis: 100%;
        width: 100%;
    }

    .about-us-header__logo {
        display: none;
    }

    .about-us-header__top {
        justify-content: center;
    }

    .about-us-header__title {
        font-size: 37px;
        line-height: 42px;
        text-align: center;
    }

    .about-us-header p {
        width: 100%;
        margin: 20px auto;
        text-align: center;
    }

    .about__mirror-block {
        flex-direction: column-reverse;
    }

    .about__mirror-block:nth-child(even) {
        flex-direction: column;
    }

    .flex-row-about-wrapper {
        flex-direction: column;
    }

    .about__map-contact {
        flex-direction: column-reverse;
    }

    .about__mirror-block img {
        width: 100%;
    }

    .about-us__main p {
        font-size: 18px;
        max-width: 600px;
        margin: 20px auto 0;
        text-align: center;
    }


    .right-img-absolut {
        position: absolute;
        right: -36px;
        bottom: -51px;
        width: 64%;
    }

    .snowflakes {
        display: none !important;
    }

    .logo-mobile {
        display: block;
        margin-right: 35px;
        margin-left: 10px;
    }

    div#logo img {
        width: 110px;
    }

    .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: none;
    }

    #column-right {
        display: block !important;
    }

    .absolut-img-slider {
        position: absolute;
        right: 0;
        top: 18px;
        height: 85%;
        right: 115px;
    }

    .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%;
    }

    .bottom-inline-buttons img {
        width: 15px;
    }

    button.btn.btn-inverse.btn-block.btn-lg.dropdown-toggle {
        height: 50px;
    }


    ul.nav.navbar-nav {
        height: auto;
    }

    .item-menu-block .navbar-nav {
        width: 100%;
    }

    .navbar-nav .dropdown-menu {
        position: fixed !important;
        right: 0;
        left: 0;
        background: #fff !important;
        transform: translate(500px, 0px);
        opacity: 0;
        visibility: hidden;
        height: 342px !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: #313830;
        margin-bottom: 0px;
        font-weight: 550;
    }

    span.arrow-left:before {
        display: inline-block;
        content: "";
        width: 8px;
        height: 8px;
        border: 1px solid #000;
        transform: rotate(45deg);
        border-right: 0px;
        border-top: 0px;
        margin-right: 8px;
        position: relative;
        top: -1px;
    }

    #menu .dropdown-inner a {
        font-size: 14px;
        line-height: 30px;
        /* or 214% */
        color: #313830;
        padding: 5px 0px;
        margin: 0px 20px !important;
        width: auto;
        border-bottom: 1px solid #efefef;
    }

    .bottom-inline-buttons img {
        width: 15px;
    }

    .bottom-block-in-menu {
        margin: 15px 15px 30px 15px;
    }

    .menu-after-menu {
        margin: 18px 20px;
    }

    .visible-xs {
        display: block !important;
    }

    /* 
    .navbar-collapse.collapse {
        height: calc(100vh - 50px) !important;
    } */

    nav.pod-menu a {
        display: block;
        font-size: 18px;
        line-height: 32px;
        color: #313830;
    }

    .item-menu-block .face-book img {
        width: 9px;
    }

    .bottom-block-in-menu .row-in-head-wishlist a {
        background: #F4F5F6;
        margin-left: 0px;
    }

    .telephone-head-block.mob-in-menu-block a {
        font-size: 15px;
        line-height: 18px;
        margin-bottom: 5px;
        background: transparent;
    }

    .telephone-head-block.mob-in-menu-block {
        margin-top: 0;
        flex-basis: unset;
        margin: 0;
    }

    span.text-svyaz {
        font-size: 15px;
        margin-bottom: 7px;
    }

    .bottom-block-in-menu {
        /* position: absolute;
        left: 0;
        right: 0;
        bottom: 0; */
    }

    header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 991;
    }

    body {
        padding-top: 50px;
        padding-right: 0 !important;
    }

    .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: calc(50% - 14px);
        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;
        display: flex;
        flex-direction: column;
    }

    .menu-scroll ul.nav.navbar-nav>li>a {
        padding: 20px 0px;
        font-size: 18px;
    }

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

    #menu .dropdown:hover .dropdown-menu {
        margin-left: 0 !important;
    }

    .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;
    }

    ul.nav.navbar-nav>li>a {
        font-weight: 600;
        font-size: 14px;
        line-height: 14px;
        padding: 11px 0px;
        border-bottom: 1px solid #ECEEEE;
        margin: 0px 20px;
    }

    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: 15px;

    }

    .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: 42px;
        background: #fff;
        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 - 42px) !important; */
    }

    #menu .navbar-collapse.collapse {
        flex-direction: column;
        justify-content: space-between;
    }

    .navbar-collapse:before {
        display: none;
    }

    .product-thumb {
        border-radius: 10px;
    }

    .title-on-slider {
        font-size: 26px;
        line-height: 1.2;
        max-width: 200px;
    }

    p.desc-on-slider {
        display: none;
    }


    .content-slider {
        margin-top: 25px;
        margin-bottom: 30px;
    }

    .home-slider .owl-nav {
        bottom: 12px;
        justify-content: space-between;
        /* width: 100%; */
        display: flex;
        left: 19px;
    }

    .absolut-img-slider:before,
    .absolut-img-slider:after {
        display: none;
    }

    .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: 10px;
    }

    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;
    }

    .button-group-on-card {
        display: block;
        margin-top: 0px;
        padding: 0px 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;
    }

    button.show-filter-block {
        background: var(--main-color);
        border-radius: 6px;
        height: 35px;
        display: block;
        width: 140px;
        border: none;
        font-size: 12px;
        line-height: 14px;
        color: #F4F5F6;
    }

    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 rgba(233, 78, 27, 28%);
        border-radius: 12px;
        width: 100%;
        font-weight: bold;
        font-size: 15px;
        line-height: 20px;
        color: var(--main-color);
        border: none !important;
        border-radius: 0px;
        text-shadow: none !important;
        padding: 14px;
    }

    .btn-apply-filter:after {
        content: '';
        background-image: url(/image/catalog/checkmarks.svg);
        background-repeat: no-repeat;
        background-size: cover;
        display: inline-block;
        margin-left: 10px;
        position: relative;
        top: 4px;
        width: 16px;
        height: 16px;
    }

    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 {
        padding: 11px 7px 9px;
        font-weight: 600;
        font-size: 13px;
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .flex-row-about {
        display: flex;
        flex-direction: column;
    }

    .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;
        flex-basis: unset;
        height: 400px;
        overflow: hidden;
    }

    .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: 166px;
        align-items: flex-start;
        position: relative;
    }

    img.left-image-absolut {
        height: 167px;
    }

    nav.inside-link-other-cats {
        display: block;
        height: auto;
    }

    nav.inside-link-other-cats a {
        font-size: 12px;
        line-height: 7px;
        display: block;
        font-weight: 500;
    }

    .flex-row-others {
        display: flex;
        margin-bottom: 10px;
    }

    .form-right-other-cats {
        padding: 20px 15px;
        margin: 0px;
        height: 200px;
    }

    /* div#form-inside-tel {
        display: flex;
        height: 31px;
        justify-content: space-between;
    } */

    .inside-input-block {
        flex-basis: unset;
        margin-right: 0;
        margin-bottom: 10px;
        height: 100%;
    }

    form.inside-form-other {
        gap: 10px;
        height: 30px;
    }

    .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;
        background-position: top;
    }

    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;
    }



    .mail-footer .mail-link {
        /* display: none; */
    }

    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: flex-start;
        flex-direction: column;
        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;
        flex-direction: column;
    }

    footer .row .col-sm-2:nth-child(1) {
        width: 100%;
        order: 5;
    }

    footer .row .col-sm-2:nth-child(4) {
        width: 46%;
        order: 4;
    }

    footer .row .col-sm-4 {
        width: 100%;
        order: 2;
    }

    footer .row .col-sm-2:nth-child(2) {
        width: 100%;
        order: 3;
    }

    footer .row .col-sm-2:nth-child(3) {
        width: 46%;
        order: 4;
    }

    .contact-footer.text-align-right {
        margin-bottom: 20px;
    }

    footer {
        background-color: #fff;
        padding: 30px 0px 20px;
        margin-top: 30px;
        overflow: hidden;
    }

    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;
        position: absolute;
        bottom: 16px;
        z-index: 5;
    }

    button.navbar-toggle {
        background: transparent !important;
        background-image: none !important;
        border: none;
        box-shadow: none !important;
    }

    span.toggle-navbar-icon {
        display: block;
        width: 9px;
        height: 3px;
        background: var(--main-color);
        border-radius: 3px;
    }

    span.toggle-navbar-icon:before {
        content: "";
        display: block;
        width: 15px;
        height: 3px;
        background: var(--main-color);
        border-radius: 3px;
        margin-bottom: 3px;
        position: relative;
        top: -6px;
    }

    span.toggle-navbar-icon:after {
        content: "";
        display: block;
        width: 15px;
        height: 3px;
        background: var(--main-color);
        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: -5px;
    }

    .parent-menu-block {
        display: flex;
        flex-wrap: wrap;
        background: #fff;
        padding: 5px 0px;
        max-height: 49px;
        /* margin: 0px -15px; */
        justify-content: space-between;
    }

    .flex-bg-menu {
        /* flex-basis: calc(100% - 60px)!important; */
        flex-basis: 100% !important;
    }

    button.btn.btn-inverse.btn-block.btn-lg.dropdown-toggle {
        background: transparent;
        box-shadow: none;
    }

    span.desc-block-feature {
        font-weight: 500;
        font-size: 15px;
        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: 90%;
        position: relative;
    }

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

    footer .row .col-sm-3:nth-child(2) {
        order: 3;
    }

    span.input-group-btn {
        /* position: absolute; */
        /* left: 8px; */
        /* top: 6px; */
        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-blue.svg);
        width: 18px;
    }

    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: 2px;
        right: 5px;
        width: 15px;
        height: 15px;
        font-size: 10px;
    }

    .inside-block-footer {
        margin-bottom: 0px;
    }

    .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;
        margin-bottom: 5px;
    }

    .desc-review {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        text-align: 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;
    }

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

    .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: var(--main-color);
        text-align: center;
        display: block;
        margin-top: 10px;
    }

    /* .hidden-text-on-mob:before {content: "";display: block;position: absolute;left: 0;right: 0;top: 0;bottom: 0;background-image: linear-gradient(
    0deg, #F4F5F6 -5%, transparent 46%);} */

    span.btn-read-more:after {
        content: "";
        display: inline-block;
        width: 8px;
        height: 8px;
        border: 1px solid var(--main-color);
        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: 49px;
        background: #fff;
        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;
    }

    .flex-row-attribute {
        padding: 9px 15px;
    }

    .main-thumb-block img {
        max-height: 290px;
        height: 100%;
        object-fit: cover;
    }

    h1.product-title {
        font-size: 25px;
        line-height: 1.2;
    }

    .review-wrapper {
        background: #FFFFFF;
        border-radius: 20px;
        padding: 15px;
    }

    .flex-input-block {
        display: flex;
    }

    .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: 30px;
    }

    .desc-flex {
        padding: 8px;
    }

    .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: 1px solid #F4F5F6;
    }

    .tabTops {
        position: fixed;
        top: 42px;
        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: var(--main-color);
    }


    .slider-mob span.arrow-btn-slider.right-arrow:before {
        border-color: var(--main-color);
    }

    ul.tabs-block-top li a {
        font-size: 13px;
        line-height: 20px;
    }

    ul.tabs-block-top {
        margin-bottom: 0px;
    }

    .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;
        margin-bottom: 10px;
    }

    .dop-image-block {
        /* display: none; */
        display: flex;
        flex-direction: revert;
        gap: 10px;
        overflow-x: auto;
        flex-basis: 108px;
        padding-right: 0;
        padding-top: 10px;
    }

    li.image-additional .thumbnail {
        margin: 0;
    }

    .dop-image-block::-webkit-scrollbar {
        height: 9px;
    }

    .thumb-flex .thumbnails {
        flex-direction: column-reverse;
    }

    .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;
    }

    .categories-indie:hover span.text-inside-categories {
        height: auto;
    }

    .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 {
        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: unset;
    }

    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;
    }

    .number-spinner input#input-quantity {
        margin-left: 15px;
    }

    .list-price .number-spinner input#input-quantity {
        margin-left: 5px;
    }

    .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;
        left: 0;
    }

    .btn-search-row {
        position: absolute;
        right: auto;
        top: 5px;
        z-index: 9;
        left: 10px;
    }

    .category-article-items .product-list {
        width: 50%;
    }

    /* .category-article-items .product-list:last-child {
        width: 100%;
    }

    .category-article-items .product-list:last-child .image {
        height: 270px;
    } */
    .sorting-block-blog {
        width: 100%;
    }

    /* .sorting-content-wrapper {
        display: flex;
        align-items: center;
    } */
    /* 
    .sorting-content-item {
        padding-right: 0;
    } */

    .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;
    }



}

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

    img.logo-img-footer {
        width: 100px;
    }

    .social-block-footer a {
        margin: 12px 5px;
    }

    .social-block-footer {
        display: block;
    }



    footer .row {
        display: block;
        flex-direction: column-reverse;
    }

    footer .row .col-sm-2:nth-child(1) {
        width: 16%;
    }

    .inside-block-footer {
        display: flex;
        flex-direction: column;
    }

    .public-block-footer {
        display: block !important;
    }

    footer .row .col-sm-3:nth-child(1) {
        width: 22%;
    }

    footer .row .col-sm-3:nth-child(2) {
        width: 22%;
    }

    footer .row .col-sm-2:nth-child(3) {
        width: 17%;
    }

    footer .row .col-sm-2:nth-child(4) {
        width: 16%;
    }

    footer .row .col-sm-3:nth-child(5) {
        width: 100%;
    }

    .col-sm-2-contacts {
        width: 22%;
    }

    nav.column-menu {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        height: auto;
    }

    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;
        flex-basis: 21%;
    }

    .mail-footer a {
        text-align: start;
        margin: 0;
        margin-bottom: 2px;
    }

    .contact-footer.text-align-right {
        display: flex;
        justify-content: end;
        flex-direction: column;
    }

    .adress-header {
        display: block;
        font-size: 12px;
        line-height: 14px;
        color: #646866;
        margin-bottom: 7px;
    }

    span.text-adress {
        flex-basis: 58%;
        display: flex;
        margin-top: 4px;
    }

    span.text-adress>span {
        font-size: 14px;
        line-height: 16px;
        color: #2E3230;
        flex-basis: 100%;
        padding: 0;
    }

    .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: 14px;
        text-align: left;
    }

    .telephone-head-block>div {
        margin: 0;
    }

    .telephone-head-block.mob-in-menu-block a {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 5px;
        background: transparent;
    }

    .second-section .right-side-text {
        padding-top: 0;
    }

    button.type-submit {
        display: none;
    }

    button.type-submit-tab {
        display: block;
        height: 27px;
    }

    .inside-input-block input {
        height: 28px;
        padding: 0px 6px;
    }

    div#form-inside-tel {
        display: flex;
        height: 31px;
        justify-content: space-between;
    }

}


.item-compare {
    min-width: 250px;
}

span.title-inside-text-about {
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    display: block;
    line-height: 1.2;
    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;
    }

    .buttons-cart-cat-block {
        justify-content: space-evenly;
        align-items: center;
        flex-wrap: wrap;
    }

    div.icons-cart-block img {
        width: 88px;
    }

    .payment-icons {
        margin-top: 0;
        margin-right: 0;
        text-align: start;
    }

    .payment-icons img {
        margin-left: 0;
        margin-top: 22px;
        margin-right: 30px;
        width: 14%;
    }

    .flex-row-others {
        margin-bottom: 8px;
    }

    /* .item-other1 img,
    .item-other3 img {
        top: 29px;
        right: 1px;
        width: 50%;
    } */
}

@media (max-width: 767px) {

    .cost_info p {
        font-size: 13px;
    }

    .about-us__main p {
        margin: 10px auto 0;
    }

    .about-us-header__title {
        font-size: 25px;
        line-height: 33px;
        flex-basis: 100%;
    }

    .about-us-header p {
        font-size: 18px;
    }

    .about-main-image {
        display: none;
    }

    .about-us__main {
        margin-top: 30px;
    }

    .about__mirror-block {
        margin-bottom: 40px;
    }

    .about-us__footer p {
        font-size: 24px;
    }

    .about__form-container {
        width: 100%;
        max-width: 400x;
    }

    .form-right-other-cats {
        height: auto;
    }

    .absolut-img-slider {
        display: none;
    }

    .item.item-slide {
        background-color: #379FDD;
        background-image: none;
        padding: 10px;
    }

    .title-on-slider {
        max-width: 800px;
        text-align: center;
    }

    .mobile-img-slider {
        display: block;
        width: 89%;
        height: auto;
        position: relative;
        top: -15px;
    }

    .title-on-slider {
        font-size: 22px;
    }

    .title-on-slider .title-slider-start {
        padding: 0;
    }

    .item.item-slide .row {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .main-categories {
        margin-top: 20px;
    }

    .main-categories-inside {
        margin-bottom: 20px;
    }


    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;
    }

    .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 var(--main-color);
        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;
    }

    .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: 14px;
        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: var(--main-color);
    }

    .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;
    }

    .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;
    }

    .order-table-numbers {
        text-align: left;
        font-size: 13px;
    }

    .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;
    }

    .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;
    }

    h2.title-inside-text-about {
        font-size: 30px;
        line-height: 30px;
        margin-top: 0;
    }

    .inside-text-about p {
        font-size: 14px;
        line-height: 24px;
    }

    .title-inside-text-about-2 {
        margin-top: 0 !important;
    }

    div.categories-indie img {
        /* width: 60%; */
        height: unset;
    }

    .categories-indie span.text-inside-categories {
        font-weight: 600;
        font-size: 20px;
        line-height: 20px;
    }

    section.categories-section {
        margin-bottom: 5px;
    }

}

@media (max-width: 441px) {

    .caption.caption-first-item {
        display: flex;
        flex-direction: column-reverse;
        position: unset;
    }

    .first-article .caption-first-item a {
        color: #2E3230;
    }

    .category-portfolio-items {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .product-thumb-article-category .caption a {
        line-height: 16px;
    }

    .category_portfolio_description p {
        font-size: 16px;
        line-height: 22px;
    }

    .subcategories ul {
        gap: 10px;
    }

    .subcategories ul li a {
        font-size: 14px;
    }

    .category-portfolio-items .product-thumb-article-category .image {
        height: 150px;
    }

    .category-portfolio-items .product-thumb {
        margin-bottom: 10px;
        overflow: hidden;
    }

    .category-service-item .caption a.read_more_service {
        display: block;
        font-size: 16px;
        color: var(--main-color);
        display: block;
        margin-top: 9px;
    }

    .categories-section .col-xs-6 {
        padding: 0 7px;
    }

    .categories-section {
        padding: 0 8px;
    }

    .text_img_i_service span {
        max-width: 103px;
    }

    .text_img_i_service .text_img_icon_bottom {
        justify-content: space-evenly;
    }

    .service_only_text_inside.m-b-100 {
        margin-bottom: 35px;
    }

    .text_img_l_r .text_img_t ul {
        margin: 10px 0 10px;
    }

    .block_white_list_wrapper {
        grid-template-columns: repeat(1, 1fr);
    }

    .service_only_text_inside span {
        line-height: 22px;
        font-size: 16px;
        margin-bottom: 15px;
    }

    .service_only_text_inside p {
        line-height: 21px;
        font-size: 14px;
    }

    .text_orange p.text_orange_bottom {
        font-size: 14px;
    }

    .service_only_text {
        padding-left: 35px;
        margin-bottom: 37px;
    }

    .service_only_text:before {
        width: 26px;
    }

    .text_orange p.text_orange_title {
        font-size: 16px;
    }

    .text_orange ul li {
        font-size: 14px;
    }

    .block_white_list span {
        font-size: 16px;
        line-height: 21px;
    }

    .block_white_list {
        padding: 15px;
        margin-bottom: 30px;
    }

    .text_numbers_title {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 50px;
    }

    .text_numbers_item span {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .text_numbers_item p {
        font-size: 14px;
        line-height: 21px;
    }

    .text_numbers {
        margin-bottom: 40px;
    }

    .block_white_list ul li {
        font-size: 14px;
        line-height: 20px;
    }

    .text_img_l_r {
        flex-direction: column;
        gap: 10px;
        margin-bottom: 35px;
    }

    .text_img_l_r.m-b-50 {
        margin-bottom: 35px;
    }

    .text_img_l_r.flex-d-r {
        flex-direction: column-reverse;
    }

    .text_img_t h1 {
        font-size: 25px;
        margin-top: 17px;
        margin-bottom: 10px;
    }

    .service-header h1 {
        font-size: 26px;
    }

    .text_img_l_r .text_img_t span {
        font-size: 20px;
        line-height: 23px;
        margin-bottom: 7px;
    }

    .text_img_t p {
        font-size: 14px;
    }

    .text_orange p {
        font-size: 16px;
    }

    .text_orange {
        margin-bottom: 30px;
        padding: 17px;
    }

    .text_img_l_r .text_img_t ul li {
        font-size: 14px;
        line-height: 22px;
    }

    .text_img_t_title_s {
        margin-top: 10px;
    }

    .category-service-items {
        grid-template-columns: repeat(1, 1fr);
        gap: 16px;
    }

    .blocks_t_t {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }

    .category-service-item .caption a {
        font-size: 18px;
    }

    .service_cat_img {
        height: 225px;
    }

    .white_form {
        margin: 45px 0;
        padding: 27px 15px 30px;
    }

    .service_content .white_form {
        margin: 30px 0;
    }

    .text_numbers_item {
        font-size: 14px;
    }

    .text_numbers_item:nth-child(2),
    .text_numbers_item:nth-child(4) {
        padding-left: 38px;
    }

    .text_numbers_item:nth-child(2):before,
    .text_numbers_item:nth-child(4):before {
        left: 0;
        top: 0;
    }

    .text_numbers_item:nth-child(1),
    .text_numbers_item:nth-child(2) {
        margin-bottom: 50px;
    }

    .bottom_block_info img {
        display: none;
    }

    .bottom_block_info {
        padding: 30px;
        margin-bottom: 30px;
    }

    .bottom_block_info span {
        font-size: 22px;
        text-align: center;
        margin-bottom: 20px;
    }

    .bottom_block_info a {
        max-width: 100%;
    }

    .white_form_bg {
        display: none;
    }

    .white_form_title {
        font-size: 18px;
        line-height: 25px;
    }

    .service_descr {
        font-size: 14px;
    }

    .category-service-item .caption p {
        font-size: 14px;
    }

    .service-header {
        margin-top: 0px;
    }

    .white_form_subtitle {
        font-size: 14px;
        line-height: 20px;
        margin-top: 20px;
        margin-bottom: 25px;
    }

    .white_form .type-submit {
        max-width: 100%;
    }

    .white_form .under_form_text {
        margin-top: 8px;
    }

    .articles_home_wrapper {
        gap: 15px;
    }

    .caption-portfolio a {
        font-size: 14px;
    }

    .menu-scroll ul.nav.navbar-nav>li>a {
        padding: 13px 0px;
        font-size: 14px;
    }

    #information-information #content h1.text_img_item_title {
        font-size: 30px;
        line-height: 21px;
    }

    .text_img_item p {
        font-size: 14px;
        line-height: 21px;
    }

    .text_img_icons {
        padding: 20px;
    }

    .text_img_icon span {
        font-size: 11px;
    }

    .text_img_icon img {
        height: 45px;
        width: 45px;
    }

    .text_img_i_service .text_img_icon img {
        height: 35px;
        width: 35px;
    }

    .text_img_icon_bottom {
        justify-content: space-between;
        margin-top: 30px;
        padding-top: 30px;
    }

    .show_product {
        height: 30px;
        padding: 0 8px;
        font-size: 12px;
    }

    .catalogies_wrapper {
        flex-direction: column;
    }

    .text_img_title {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 13px;
    }



    .text_img_block_cont .text_img_t p,
    .text_img_t_i span {
        font-size: 14px;
        line-height: 21px;
    }

    .shamotna_text_line {
        display: none;
    }

    .shamotna_text_block {
        margin-bottom: 40px;
    }

    .text_img_block_top {
        margin-top: 22px;
    }

    .text_img_block_cont .text_img_t li {
        font-size: 12px;
    }

    .text_img_block_cont {
        margin-bottom: 40px;
        gap: 11px;
    }

    .category-compare-list {
        min-height: 258px;
        max-height: 258px;
    }

    .item-search-block {
        width: 70%;
    }

    #compare-total {
        width: 26px;
        margin: 0 15px;
    }

    .desktop_reviews {
        display: none;
    }

    .mobile_reviews {
        display: block;
    }

    .image_galery_name {
        right: unset;
        bottom: 5px;
        left: 5px;
        padding: 3px 5px;
        font-size: 12px;
    }

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

    .need-consultation {
        font-size: 16px;
    }

    .flex-top-fixed .need-consultation {
        border-radius: 0;
    }

    .nav-fixed-top {
        border-radius: 0;
    }

    .gallery_wrapper {
        grid-template-columns: repeat(3, 1fr);
    }

    .portfolio_wrapper {
        grid-template-columns: repeat(2, 1fr);
    }

    .portfolio_wrapper .image_portfolio_name {
        font-size: 12px;
    }

    .btn-carb-block {
        width: 100%;
    }

    span.text-inside-categories {
        height: auto;
    }

    .categories-indie a {
        align-items: center;
    }

    .product-image-card>a {
        height: 145px;
    }

    .item-select {
        font-size: 11px;
        padding: 9px 12px;
    }

    div.public-block-footer {
        margin-top: 10px;
        top: 0;
        margin-bottom: 20px;
    }

    div.public-block-footer a {
        margin-bottom: 5px;
    }

    .return-exchange-title {
        line-height: 30px;
    }

    .title-slider-start-2 span {
        margin-top: 6px;
        font-size: 37px;
    }

    span.title-slider-start-1 {
        display: none;
    }

    .title-on-slider-2 {
        position: inherit;
    }

    .home-slider {
        height: 200px;
        min-height: unset;
    }

    .slider_content {
        margin-top: 17px;
    }

    a.link-white-blue-text {
        height: 40px;
        margin-top: 18px;
    }

    .home-slider .owl-carousel,
    .home-slider .owl-stage-outer,
    .home-slider .owl-stage,
    .home-slider .owl-item,
    .home-slider .item.item-slide,
    .home-slider .item.item-slide .container {
        height: 100%;
    }

    .mobile-img-slider {
        width: 75%;
    }

    .item.item-slide {
        background-color: transparent;
        min-height: unset;
    }

    .success-message {
        width: 100%;
        max-width: 586px;
    }

    .product-thumb .price-new {
        font-size: 18px;
    }

    .item.item-slide-2 {
        background-position: 32% 0;
    }

    .content-slider-text-img {
        display: block;
        margin-top: 0;
    }

    span.title-slider-start-2 {
        font-size: 34px;
        line-height: 39px;
        text-align: start;
        width: 333px;
    }

    .home-images-block {
        margin-top: 12px;
    }

    .item-slide-2 .owl-carousel .owl-item img {
        display: block;
        width: 83%;
        margin: 0 auto;
    }

    .slider-percent-block {
        top: -20px;
        right: 22px;
        display: block;
        width: 107px;
    }

    .pagination>li>a.btn-pag-nav {
        width: 50%;
    }

    .pagination>li>a.btn-pag-next {
        padding-right: 15px;
        right: -48px;
    }

    .pagination>li>a.btn-pag-prev:after {
        right: 19px;
    }

    .text-pagination {
        display: none;
    }

    .exitblock .modaltext {
        /* display: none; */
    }

    .cookie-content__percent-block img {
        width: 126px;
    }

    .cookie-content__percent-block {
        display: block;
        width: 157px;
    }

    .cookie-content__title-text {
        font-size: 28px;
    }

    .exitblock .modaltext {
        top: 30%;
        width: 100%;
        max-width: 100%;
        /* background: #fff; */
        height: 220px;
        padding: 16px 20px;
        right: 0;
        bottom: 0;
    }

    .cookie-content__title {
        font-size: 22px;
    }

    .cookie-content__title .middle_text_popup {
        font-size: 26px;
    }

    .cookie-content__title .bottom_text_popup {
        font-size: 33px;
    }

    .exitblock {
        right: 15px;
        bottom: 15px;
        left: 15px;
    }

    .content-slider {
        margin-bottom: 24px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    a.link-sale-slide.link-in-category {
        display: block;
        text-align: center;
        max-width: 200px;
        font-size: 15px;
        padding: 12px 12px;
        margin-top: 12px;
    }

    .h1-main-title {
        margin-bottom: 5px;
        margin-top: 15px;
        font-weight: 600;
        font-size: 26px;
        padding: 0 5px;
    }

    .heading-title-module:after {
        width: 100%;
    }

    .seo-text-footer .heading-title-module:after {
        width: 100%;
    }

    .hidden-text-on-mob {
        max-height: 100%;
    }

    div.categories-indie img {
        width: 37%;
        height: unset;
    }

    .product-thumb {
        margin-bottom: 20px;
    }

    .reviews-block {
        display: flex;
        align-items: center;
    }

    .twitter-share {
        display: none;
    }

    .latest-section .product-thumb {
        margin-bottom: 20px;
    }

    .main-categorie-links a {
        text-align: start;
    }

    .about__form-social .social-block-footer {
        justify-content: space-around;
    }

    .about-us__footer p {
        font-size: 20px;
        margin-bottom: 25px;
    }

    .about-us__footer {
        padding: 30px 0;
    }

    .about__form-title {
        font-size: 20px;
    }


    .about__mirror-block {
        margin-bottom: 28px;
    }

    .about-us-header p {
        font-size: 16px;
    }

    .column-menu {
        flex-wrap: wrap;
    }

    .column-menu-1 {
        height: 150px;
    }

    nav.column-menu a {
        width: 183px;
        padding-right: 17px;
    }

    .number-title {
        font-size: 44px;
        margin-bottom: 15px;
    }

    .about-us-image-block {
        grid-template-columns: repeat(2, minmax(170px, 1fr));
    }

    .column-menu-2 {
        height: 135px;
    }

    .about-us-content p {
        font-size: 16px;
    }

    .about-us-header__title {
        margin-top: 0;
    }

    .about-us-content {
        margin-top: 15px;
    }

    .about-us-popup-img {
        height: 165px;
    }

    .about-us-content p strong {
        font-size: 20px;
    }

    div.categories-indie img {
        width: 100%;
    }

    .social-buttons .face-book a {
        padding: 6px 13px 6px;
    }

    .categories-indie-last span.text-inside-categories {
        transform: unset;
    }

    section.features-section {
        padding: 20px 0px;
    }

    .social-buttons .face-book img {
        width: 16px;
    }

    /* .ocf-offcanvas {
        overflow: scroll;
    } */

    .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: 100%;
        height: 100%;
        object-fit: cover;
    }

    .categories-indie {
        height: 120px;
        margin-bottom: 15px;
    }

    span.text-inside-categories {
        display: block;
        font-weight: 600;
        font-size: 14px;
        line-height: 1.2;
        text-align: center;
        text-shadow: none;
    }

    span.text-inside-categories:before {
        background: rgba(233, 78, 27, 41%);
        backdrop-filter: blur(3px);
    }

    span.text-inside-categories {
        position: initial;
    }

    .product-title-block a {
        font-weight: 600;
        font-size: 12px;
        margin-bottom: 5px;
        height: 45px;
    }

    .image-inside-categories {
        display: none;
    }

    .product-image-card a img {
        width: 80%;
    }

    .about-text-inside {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .inside-text-about {
        padding-right: 10px;
    }

    h2.title-inside-text-about {
        font-size: 24px;
    }

    section.about-text {
        padding-bottom: 15px;
    }

    img.left-image-absolut {
        height: 175px;
    }

    p.price {
        font-size: 15px;
    }

    .product-layout.col-lg-3.col-md-3.col-sm-6.col-xs-6 {
        padding: 0px 10px;
    }

    section.other-categories {
        margin-top: 0;
    }

    .item-other {
        margin-bottom: 20px;
        height: 175px;
    }

    .form-side .form-title {
        line-height: 24px;
    }

    .inside-input-block input {
        font-size: 11px;
        height: 35px;
    }

    button.type-submit {
        height: 35px;
    }

    .under_form_text {
        text-align: center;
    }

    .under_form_text a {
        display: block;
    }

    .form-right-other-cats {
        padding: 12px 15px;
    }

    form.inside-form-other {
        flex-direction: column;
        height: auto;
        gap: 5px;
    }

    .row-copyright {
        text-align: center;
    }
}

@media (max-width: 418px) {
    .adress-warehouse:after {
        top: 125%;
    }
}

@media (max-width: 391px) {
    .image_galery_name {
        font-size: 10px;
    }
}

@media (max-width: 376px) {

    .column-about.about-img {
        height: 363px;
    }

    div.icons-cart-block a {
        margin-top: 0px;
        height: 40px;
    }

    .buttons-cart-cat-block {
        margin-top: 12px;
    }

    div.icons-cart-block img {
        width: 65px;
    }
}

@media (max-width: 350px) {
    #button-cart-fixed {
        font-size: 11px;
    }

    nav.column-menu a {
        width: 149px;
    }

    .title-on-slider {
        font-size: 18px;
    }
}

.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: 60px;
}

.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; */
        flex-direction: column;
    }
}

@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;
    }

    span.text-attr {
        display: none;
    }

    .hidden-text-on-mob:before {
        /* display: none; */
        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 {
    padding: 6px 7px 8px;
}

#top .social-buttons a.viber {
    padding: 5px 8px 8px 7px;
    width: 33px;
    height: 33px;
}

#top .social-buttons a.viber img {
    width: 20px;
}

#top .social-buttons a {
    width: 33px;
    height: 33px;
}

.review-section .owl-carousel .owl-item img {
    width: 70px;
}

.review-section .inside-reviw {
    align-items: flex-start;
}


#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: var(--main-color);
    -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: var(--gray-hover);
    -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: #FFFFFF;
    background: #4CDD37;
    transition: all 0.4s ease-in-out;
}

button.type-submit:hover {
    background: white;
    border: 1px solid var(--main-color);
    color: var(--main-color);
    -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: #5C86A4;
    -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: #e6eaee;
    -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;
}

footer nav.column-menu a:hover {
    color: var(--main-color);
    -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;
}

.pull-right a.btn-primary {
    background: var(--main-color);
    border-radius: 6px;
    border: none;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    padding: 17px 10px;
    border: 1px solid var(--main-color);
    transition: .5s ease;
}

.pull-right a.btn-primary:hover {
    background-color: #FFFFFF;
    color: var(--main-color);
    border: 1px solid var(--main-color);
}

@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 {
        right: 10px;
        left: unset;
    }

    .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;
    }
}

/* SEO TEXT */

.seo-text-img-wrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.seo-text-title {
    color: #2E3230;
    font-weight: 600;
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 20px;
}

.seo-text-container p {
    color: #8E9591;
    line-height: 25px;
    font-size: 16px;
}

.seo-text-container p span {
    color: #262626;
    font-weight: 500;
}

.seo-text-img-block img {
    border-radius: 12px;
}

.seo-text-info-block {
    flex-basis: 52.36%;
}

#common-home .seo-text-info-block {
    flex-basis: 65%;
}

#common-home .seo-text-container {
    margin-bottom: 45px;
}

.seo-text-container {
    margin-top: 42px;
}

ul.seo-text-list {
    margin: 20px 0;
    padding: 0;
}

ul.seo-text-list li {
    color: #262626;
    font-size: 16px;
    line-height: 25px;
    position: relative;
    list-style: none;
    padding-left: 16px;
    margin-bottom: 15px;
    font-weight: 500;
}

ul.seo-text-list li:nth-last-child(1) {
    margin-bottom: 0;
}

ul.seo-text-list li:before {
    position: absolute;
    top: 8.5px;
    left: 0;
    width: 8px;
    height: 8px;
    content: "";
    background-color: #379FDD;
    border-radius: 100%;
}

.important-block {
    position: relative;
    padding: 35px 70px;
    background: rgba(55, 159, 221, 0.07);
    border-radius: 182px;
    margin: 50px 0;
}

.important-block p {
    color: #262626;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
}

.important-title {
    color: #379FDD;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 5px;
}

.circle-block {
    position: absolute;
    top: -40px;
    left: calc(50% - 40px);
}

.circle-1 {
    background: rgba(55, 159, 221, 0.1);
    width: 80px;
    height: 80px;
    border-radius: 100%;
    position: relative;
}

.circle-2 {
    background: #379FDD;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    position: absolute;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
}

.circle-3 {
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    border-radius: 100%;
    position: absolute;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
}

.circle-3 span {
    line-height: 1;
    color: #FFFFFF;
    font-size: 50px;
    position: absolute;
    top: calc(50% - 25px);
    left: calc(50% - 5.25px);
}

.seo-text-img-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

ol.seo-text-num-list {
    list-style: none;
    counter-reset: oli;
    margin: 20px 0;
    padding: 0;
}

ol.seo-text-num-list li {
    position: relative;
    counter-increment: oli;
    padding-left: 16px;
    color: #262626;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 15px;
    font-weight: 500;
}

ol.seo-text-num-list li:nth-last-child(1) {
    margin-bottom: 0;
}

ol.seo-text-num-list li:before {
    content: counter(oli);
    position: absolute;
    top: 0;
    left: 0;
    color: #379FDD;
    font-weight: 500;
}

@media(max-width: 1250px) {
    #common-home .seo-text-info-block {
        flex-basis: 55%;
    }
}

@media(max-width: 1199px) {
    #common-home .seo-text-img-wrapper {
        flex-wrap: nowrap;
    }

    .seo-text-img-wrapper {
        flex-wrap: wrap;
        margin-bottom: 40px;
    }

    .seo-text-info-block {
        flex-basis: 100%;
    }

    #common-home .seo-text-img-block {
        margin: auto;
        margin-right: 0;
    }

    .seo-text-img-block {
        margin: auto;
        margin-top: 30px;
    }

    #common-home .seo-text-img-wrapper.col-reverse {
        flex-direction: row;
    }

    .seo-text-img-wrapper.col-reverse {
        flex-direction: column-reverse;
    }

    #common-home .seo-text-img-wrapper.col-reverse .seo-text-img-block {
        margin-left: 0;
    }
}

@media(max-width: 991px) {
    #common-home .seo-text-img-wrapper {
        flex-wrap: wrap;
    }

    #common-home .seo-text-info-block {
        flex-basis: 100%;
    }

    #common-home .seo-text-img-block {
        text-align: center;
        display: block;
        margin: 20px 0;
    }

    #common-home .seo-text-img-block img {
        width: 100%;
    }

    #common-home .seo-text-img-wrapper {
        margin-bottom: 0;
    }
}

@media(max-width: 767px) {
    .seo-text-img-block {
        width: 100%;
    }

    .important-block {
        padding: 35px 35px;
        border-radius: 50px;
        margin: 50px 0 30px 0;
    }

    .seo-text-title {
        font-size: 24px;
        line-height: 30px;
    }
}

@media(max-width: 321px) {
    ul.nav.navbar-nav>li>a {
        padding: 8px 0px;
        font-size: 12px;
    }

    .social-buttons .face-book img {
        width: 8px;
    }

    nav.pod-menu a {
        font-size: 13px;
        line-height: 23px;
    }

    .column-about.about-img {
        height: 317px;
    }

    .telephone-head-block.mob-in-menu-block a {
        font-size: 13px;
    }

    .social-buttons a img {
        width: 13px;
    }
}