@charset "UTF-8";
@font-face {
    font-family: Lato;
    src: url("../fonts/Lato-Regular.eot");
    src: url("../fonts/Lato-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Lato-Regular.woff2") format("woff2"), url("../fonts/Lato-Regular.woff") format("woff"), url("../fonts/Lato-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Lato;
    src: url("../fonts/Lato-Semibold.eot");
    src: url("../fonts/Lato-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/Lato-Semibold.woff2") format("woff2"), url("../fonts/Lato-Semibold.woff") format("woff"), url("../fonts/Lato-Semibold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

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

.check-blue input {
    display: none;
}

.check-blue input + label {
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
    background-color: white;
    border: 3px solid white;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    margin-left: 10px;
    vertical-align: text-top;
}

.check-blue input + label:after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 20px;
    border: 1px solid #767c7e;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    top: -5px;
    left: -5px;
}

.check-blue input + label + label {
    margin-left: 8px;
}

.check-blue input:checked + label {
    background-color: #2c96b9;
}

.check-blue input:checked + label + label {
    color: #2c96b9;
}

.check-blue input:checked + label:after {
    border: 1px solid #2c96b9;
}

.check-fly {
    padding-left: 0;
    padding-right: 5px;
}

.check-fly input {
    display: none;
}

.check-fly input + label {
    cursor: pointer;
}

.check-fly input + label + label {
    cursor: pointer;
    margin-left: 30px;
}

.check-fly input:checked + label {
    position: relative;
    display: inline-block;
    margin-left: 10px;
    margin-right: 5px;
    vertical-align: text-top;
    margin-top: 5px;
}

.description .d-md-block .row {
    margin: 0;
}

.product-img-wrap .icons-wrap {
    position: absolute;
    bottom: -10px;
    left: 5px;
}

.check-fly input:checked + label:after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 12px;
    -webkit-mask-image: url(../icons/tick_icon.svg);
    mask-image: url(../icons/tick_icon.svg);
    background-color: #2c96b9;
}

.check-fly input:checked + label + label {
    color: #2c96b9;
    margin-left: 15px;
}

.check-fly input:checked + label:after {
    border: 1px solid #2c96b9;
}

.text-show {
    display: none;
    color: #4da2c1;
    text-align: center;
}

.cat .description {
    margin-left: 20px;
    padding: 0 15px;
}

.text-show a:hover {
    border-bottom: #4da2c1 1px solid;
}

i {
    position: relative;
    display: inline-block;
    width: 15px;
    height: 15px;
    cursor: pointer;
}

i.load:before {
    position: absolute;
    left: 0;
    height: 100%;
    background-size: 100%;
}

i.close-i {
    background: url("../icons/close.svg") no-repeat center;
    margin: 24px 0px 10px 5px;
}

i.compare_icon {
    background: url("../icons/compare_icon.svg") no-repeat center;
}

i.compare_icon.active,
i.compare_icon:hover {
    background: url("../icons/compare_icon_fill.svg") no-repeat center;
}

i.compare_icon.active:hover {
    opacity: .8;
}

i.user_icon {
    background: url("../icons/user_icon.svg") no-repeat center;
}

i.user_icon.active {
    background: url("../icons/user_icon_fill.svg") no-repeat center;
}

i.user_icon.active:hover {
    opacity: .8;
}

i.tick_icon {
    background: url("../icons/tick_icon.svg") no-repeat center;
}

i.shopping_bag_icon {
    background: url("../icons/shopping_bag_icon.svg") no-repeat center;
}

i.shopping_bag_icon.active,
i.shopping_bag_icon:hover {
    background: url("../icons/shopping_bag_icon_fill.svg") no-repeat center;
}

i.shopping_bag_icon span {
    margin-top: 7px;
}

i.favorite_i {
    background: url("../icons/favorite_icon.svg") no-repeat;
    text-align: center;
}

i.favorite_i span {
    display: inline-block;
    margin-top: 4px;
    margin-right: 1px;
    vertical-align: 3px;
}

i.favorite_i:hover {
    background: url("../icons/favorite_icon_fill.svg") no-repeat center;
}

.load {
    -webkit-mask-image: none !important;
    mask-image: none !important;
    background: transparent !important;
    z-index: 1050;
}

.load * {
    opacity: 0;
}

.load:before {
    position: relative;
    display: inline-block;
    content: '';
    width: 100%;
    height: 100vh;
    background: url(../icons/loader.gif) no-repeat center;
    background-size: 15%;
}

.popover {
    z-index: 1000;
}

.popover-body .load:before {
    width: 20px;
    vertical-align: bottom;
    height: 20px;
    background-size: 100%;
}

button.load {
    border: transparent;
    color: transparent;
}

button.load:before {
    position: absolute;
    height: 33px;
    background-size: 30%;
    top: 0;
    left: 0;
}

.buy-history-wrap .load:before {
    width: 110px;
    height: 110px;
    background-size: 59%;
    vertical-align: text-top;
}

.discount {
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: #ff9b35;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    line-height: 3.5;
    color: white;
    text-align: center;
}

.back-shadow {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: black;
    opacity: 0.5;
    z-index: 1054;
}

i.arrows {
    position: relative;
}

i.arrows:after {
    position: absolute;
    display: block;
    content: '';
    width: 25px;
    height: 25px;
    border-left: 2px solid #2c96b9;
    border-bottom: 2px solid #2c96b9;
}

.baner-prev-arrow,
.baner-next-arrow,
.news .about-full-wrap .next-arrow,
.map .about-full-wrap .next-arrow,
.show-room .next-arrow,
.news .about-full-wrap .prev-arrow,
.map .about-full-wrap .prev-arrow,
.show-room .prev-arrow {
    position: absolute;
    top: 15%;
    left: 0;
    width: 100px;
    height: 85%;
    z-index: 10;
    cursor: pointer;
    opacity: 0;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.baner-prev-arrow:after,
.baner-next-arrow:after,
.news .about-full-wrap .next-arrow:after,
.map .about-full-wrap .next-arrow:after,
.show-room .next-arrow:after,
.news .about-full-wrap .prev-arrow:after,
.map .about-full-wrap .prev-arrow:after,
.show-room .prev-arrow:after {
    position: absolute;
    top: 45%;
    left: 50px;
    display: block;
    content: '';
    width: 35px;
    height: 35px;
    border-left: 3px solid #767c7e;
    border-bottom: 3px solid #767c7e;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.baner-next-arrow,
.news .about-full-wrap .next-arrow,
.map .about-full-wrap .next-arrow,
.show-room .next-arrow {
    left: unset;
    right: 0;
}

.baner-next-arrow:after,
.news .about-full-wrap .next-arrow:after,
.map .about-full-wrap .next-arrow:after,
.show-room .next-arrow:after {
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    left: unset;
}

.text-blue {
    color: #2c96b9;
}

.btn-grey {
    border-color: black;
    background-color: transparent;
}

.btn-grey:focus {
    box-shadow: none;
}

.modal-dialog {
    max-width: 600px;
}

.modal-content {
    padding: 4rem;
}

.modal-content .header {
    margin-bottom: 15px;
    margin-top: -30px;
}

.modal-content .header .modal-title {
    float: left;
    color: #2c96b9;
}

.modal-content .header .modal-title button {
    margin: -15px -40px;
}

nav.blue-menu {
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: 600;
}

nav.blue-menu ul li {
    float: left;
    width: 16.66%;
    text-align: center;
}

nav.blue-menu ul li a {
    display: block;
    padding: 20px 0;
    background-color: #bfdce6;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

nav.blue-menu ul li a:hover {
    position: relative;
    background-color: white;
    color: #2c96b9;
    -moz-box-shadow: 0 0 16px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 16px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 16px 2px rgba(0, 0, 0, 0.2);
}

nav.blue-menu ul li a.active {
    background-color: white;
    color: #2c96b9;
    -moz-box-shadow: 0 0 16px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 16px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 16px 2px rgba(0, 0, 0, 0.2);
}

.humburger-wrap {
    position: absolute;
    left: 15px;
    top: 30px;
    display: block;
    width: 27px;
    height: 16px;
}

.humburger-wrap div {
    position: absolute;
    display: block;
    height: 2px;
    width: 25px;
    background-color: black;
    transition: 0.3s;
}

.humburger-wrap div:first-child {
    top: 0;
}

.humburger-wrap div:nth-child(2) {
    top: 6px;
}

.humburger-wrap div:last-child {
    top: 12px;
}

.humburger-wrap.op div:first-child {
    top: 6px;
    transform: rotate(45deg);
}

.humburger-wrap.op div:nth-child(2) {
    top: 6px;
    opacity: 0;
}

.humburger-wrap.op div:last-child {
    top: 6px;
    transform: rotate(-45deg);
}

i.favorite_i.active {
    background: url(../icons/favorite_icon_fill.svg);
}

i.favorite_i.active:hover {
    opacity: .8;
}

.star {
    -webkit-mask-image: url(../icons/star_fill.svg);
    mask-image: url(../icons/star_fill.svg);
    background-color: #ff9c32;
    margin-left: -4px;
    background-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    position: relative;
}

.star.star1:before,
.star.star2:before,
.star.star3:before,
.star.star4:before {
    content: '';
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    object-fit: cover;
    background: #ff9b35;
}

.star.star1:before {
    width: 25%;
}

.star.star2:before {
    width: 50%;
}

.star.star3:before {
    width: 75%;
}

.star.star4:before {
    height: 100%;
}

.star.grey {
    -webkit-mask-image: url(../icons/star_fill.svg) no-repeat;
    mask-image: url(../icons/star_fill.svg) no-repeat;
    background-repeat: no-repeat;
    background-color: gray;
    margin-left: -4px;
}

.container-reloader {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    overflow: hidden;
    animation-delay: 1s;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1050;
}

.item-1 {
    width: 20px;
    height: 20px;
    background: #f583a1;
    border-radius: 50%;
    background-color: #99cbdc;
    margin: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@keyframes scale {
    0% {
        transform: scale(1);
    }
    50%,
    75% {
        transform: scale(2.5);
    }
    78%,
    100% {
        opacity: 0;
    }
}

.item-1:before {
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #99cbdc;
    opacity: 0.7;
    animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
    animation-delay: 200ms;
    transition: 0.5s all ease;
    transform: scale(1);
}

.item-2 {
    width: 20px;
    height: 20px;
    background: #f583a1;
    border-radius: 50%;
    background-color: #99cbdc;
    margin: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@keyframes scale {
    0% {
        transform: scale(1);
    }
    50%,
    75% {
        transform: scale(2.5);
    }
    78%,
    100% {
        opacity: 0;
    }
}

.item-2:before {
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #99cbdc;
    opacity: 0.7;
    animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
    animation-delay: 400ms;
    transition: 0.5s all ease;
    transform: scale(1);
}

.item-3 {
    width: 20px;
    height: 20px;
    background: #f583a1;
    border-radius: 50%;
    background-color: #85c1d5;
    margin: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@keyframes scale {
    0% {
        transform: scale(1);
    }
    50%,
    75% {
        transform: scale(2.5);
    }
    78%,
    100% {
        opacity: 0;
    }
}

.item-3:before {
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #85c1d5;
    opacity: 0.7;
    animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
    animation-delay: 600ms;
    transition: 0.5s all ease;
    transform: scale(1);
}

.item-4 {
    width: 20px;
    height: 20px;
    background: #f583a1;
    border-radius: 50%;
    background-color: #7bbcd1;
    margin: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@keyframes scale {
    0% {
        transform: scale(1);
    }
    50%,
    75% {
        transform: scale(2.5);
    }
    78%,
    100% {
        opacity: 0;
    }
}

.item-4:before {
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #7bbcd1;
    opacity: 0.7;
    animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
    animation-delay: 800ms;
    transition: 0.5s all ease;
    transform: scale(1);
}

.item-5 {
    width: 20px;
    height: 20px;
    background: #f583a1;
    border-radius: 50%;
    background-color: #71b1ce;
    margin: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@keyframes scale {
    0% {
        transform: scale(1);
    }
    50%,
    75% {
        transform: scale(2.5);
    }
    78%,
    100% {
        opacity: 0;
    }
}

.item-5:before {
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #71b1ce;
    opacity: 0.7;
    animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
    animation-delay: 1000ms;
    transition: 0.5s all ease;
    transform: scale(1);
}

.category-dropdown.group {
    width: 270px;
}

.cloth-blue {
    background: #50748a;
}

.w-100-cloth {
    display: flex;
    justify-content: center;
    color: white;
    padding-top: 0.5rem;
    flex-flow: row wrap;
    width: 100%;
}

.m-top {
    margin-top: -15px;
}

.cloth-to-cart {
    width: 40px;
    height: 40px;
    background: white;
}

.cloth-container {
    width: 80%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
    position: relative;
}

.t-cloth {
    text-align: center;
}

@media (max-width: 575px) {
    .p404 .p404_block .text {
        margin-top: 0;
    }

    .cat .description .row {
        margin: 0;
        padding: 0;
    }

    .cat .description .row .col {
        margin: 0;
        padding: 0;
    }

    .cat .description {
        margin: 0;
        padding: 0;
    }

    .description .row .col .text {
        height: 13rem;
        overflow: hidden;
    }

    .description .row .col .text::after {
        /* position: absolute;
        top: 100px;
        left: 0;
        content: "";
        background: #fff;
        width: 100%;
        height: 110px;
        z-index: 5;
        background: linear-gradient(180deg,hsla(0,0%,100%,0) 0,#fff); */
    }

    .text-show {
        padding-top: 10px;
        z-index: 6;
        display: block;
    }

    .product-specs-box .title {
        padding-top: 30px;
    }

    .category-dropdown {
        position: fixed !important;
        top: 40% !important;
        right: 0 !important;
        left: 0 !important;
        margin: auto !important;
        transform: none !important;
        z-index: 1055;
    }

    .check-fly input[type='radio'],
    .check-fly label {
        cursor: pointer;
    }

    .check-fly input + label {
        display: none;
    }

    .check-fly input:checked + label {
        display: none;
    }

    .check-fly input:checked + label:after {
        display: none;
    }

    .check-fly input:checked + label + label {
        margin-left: 30px;
    }

    .check-fly input[type='radio'] {
        display: block;
        position: absolute;
        right: 20px;
        top: 8px;
        height: 18px;
        width: 18px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        outline: none;
    }

    .check-fly input[type='radio']::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 18px;
        height: 18px;
        border-radius: 50%;
        transform: translate(-50%, -50%);
        background-color: white;
        border: 2px solid #2c96b9;
    }

    .check-fly input[type='radio']:checked::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 11px;
        height: 11px;
        border-radius: 50%;
        background-color: #2c96b9;
        transform: translate(-50%, -50%);
        visibility: visible;
    }
}

html,
body,
.wrap,
.r-wrap {
    min-height: 100vh;
    position: relative;
}

.r-wrap {
    padding-bottom: 350px;
}

body {
    font-family: 'Lato', sans-serif;
    color: #333333;
    margin: 0;
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
    font-size: 14px;
}

/*.row {
  margin-left: 0;
  margin-right: 0;
}*/

header,
nav,
section,
article,
aside,
footer {
    display: block;
}

.r-wrap {
    margin-left: 318px;
}

.short-menu .r-wrap {
    margin-left: 80px;
}

.row.favorite {
    margin-right: 0;
    margin-left: 0;
}

input {
    outline: none;
}

input::-webkit-input-placeholder,
input::-moz-placeholder,
input:-moz-placeholder,
input:-ms-input-placeholder {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    transition: opacity 0.3s ease;
}

input:focus::-webkit-input-placeholder,
input:focus::-moz-placeholder,
input:focus:-moz-placeholder,
input:focus:-ms-input-placeholder {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

ul {
    margin: 0;
    padding: 0;
}

ul li {
    list-style: none;
}

ul.head-menu {
    font-size: 14px;
}

ul.head-menu > li {
    float: left;
    margin-left: 30px;
    padding-top: 10px;
}

ul.head-menu > li.social {
    padding: 0;
}

ul.head-menu > li.social svg {
    margin-right: 5px;
    width: 40px;
    height: 40px;
}

ul.head-menu .dropdown .drop-wrapp {
    padding: 20px;
}

ul.head-menu .dropdown .drop-wrapp div:not(.input-wrapp) {
    margin-right: 15px;
}

ul.head-menu .dropdown .drop-wrapp div:not(.input-wrapp) li {
    padding: 5px;
    margin-bottom: 5px;
}

ul.head-menu .dropdown .drop-wrapp .city-wrapp {
    margin-top: 15px;
}

ul.head-menu .dropdown .drop-wrapp .city-wrapp a {
    display: block;
    width: 100%;
}

ul.head-menu .dropdown .drop-wrapp .city-wrapp li {
    border-radius: 5px;
}

ul.head-menu .dropdown .drop-wrapp .city-wrapp li:hover {
    background-color: #d6eaf1;
}

ul.head-menu .dropdown .drop-wrapp .city-wrapp li.active {
    background-color: #2c96b9;
}

ul.head-menu .dropdown .btn-city {
    font-size: 14px;
    line-height: 1;
}

a {
    color: black;
}

a:hover {
    color: black;
    text-decoration: none;
}

.h1,
h1 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px;
}

.h4,
h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 30px;
}

.h5,
h5 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 30px;
}

.h3,
h3 {
    font-size: 1.50rem;
}

.text-light-c {
    color: #767c7e;
}

.title h3 {
    display: inline-block;
}

.btn.btn-blue {
    background-color: #2c96b9;
    color: white;
    padding: 5px 11px 5px 10px;
    vertical-align: top;
}

.btn.btn-blue:hover {
    background-color: #4da2c1;
    transition: 0.5s;
}

.btn-blue-white {
    background-color: white;
    border: 1px solid #4da2c1;
    color: #4da2c1;
    padding: 5px 11px 5px 10px;
}

.btn-blue-white:hover {
    background-color: #4da2c1;
    color: white;
}

.content {
    box-sizing: border-box;
    min-height: 100%;
    width: 100%;
}

footer {
    height: 345px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.content-main-wrap {
    position: relative;
    -moz-transition: 0.1s;
    -o-transition: 0.1s;
    -webkit-transition: 0.1s;
    transition: 0.1s;
}

.content-main-wrap .header-wrap {
    background-color: rgba(255, 255, 255, 0.8);
    height: 75px;
    position: absolute;
    top: 0;
    width: calc(100% + 318px);
    margin-left: -318px;
    z-index: 1;
}

.content-main-wrap .header-wrap .side-logo-wrap {
    float: left;
    width: 318px;
    position: fixed;
    top: 10px;
    left: 40px;
    z-index: 30;
}

.content-main-wrap .header-wrap .phone-wrap {
    display: inline-block;
    margin: 13px 0 0 350px;
}

.content-main-wrap .header-wrap .phone-title {
    font-size: 12px;
    color: #767c7e;
    text-align: justify;
    line-height: 1;
}

.content-main-wrap .header-wrap .phone {
    font-size: 24px;
    color: black;
    font-weight: 600;
    text-align: justify;
}

.content-main-wrap .header-wrap .shedule-wrapp {
    display: inline-block;
    margin: 28px 0 0 10px;
    font-size: 10px;
    line-height: 1.2;
}

.content-main-wrap .header-wrap .btn-blue {
    margin: 28px 0 0 24px;
}

.content-main-wrap .header-wrap .confirm-city {
    position: absolute;
    background-color: white;
    padding: 15px;
    border: 1px solid #cdd2d4;
}

.content-main-wrap .header-wrap .confirm-city .btn-blue {
    margin: 0;
}

.short-menu .content-main-wrap .header-wrap {
    width: calc(100% + 70px);
    margin-left: -70px;
    border-bottom: 1px solid #cdd2d4;
}

.short-menu .content-main-wrap .header-wrap .side-logo-wrap {
    position: relative;
    left: 85px;
    z-index: 0;
}

.content-main-wrap .header-wrap .side-logo-wrap .logo {
    width: 219px;
}

.short-menu .content-main-wrap .header-wrap .side-logo-wrap .logo {
    width: 219px;
}

.short-menu .content-main-wrap .header-wrap .side-logo-wrap .logo img,
.content-main-wrap .header-wrap .side-logo-wrap .logo img {
    width: 145px
}

.short-menu .content-main-wrap .phone-wrap {
    margin: 13px 0 0;
}

.short-menu .content-main-wrap .line {
    margin: 20px 0px 20px -15px;
}

.main-prop-wrap .text-left .icons-wrap i {
    display: block;
    float: left;
    text-align: center;
    margin-right: 2px;
    font-style: normal;
}

.header-wrap .icons-wrap i {
    display: block;
    float: left;
    width: 25px;
    height: 25px;
    font-size: 10px;
    text-align: center;
    margin-right: 10px;
    font-style: normal;
}

.float-left .clearfix .icons-wrap .icons-reviews a {
    position: relative;
    bottom: 0;
    vertical-align: 4px;
}

.float-left .clearfix .icons-wrap i {
    display: block;
    float: left;
    font-size: 10px;
    text-align: center;
    margin-right: 6px;
    font-style: normal;
    height: 13px;
    width: 14px;
}

.float-left .clearfix .icons-wrap i:first-child {
    margin-left: 0px;
}

.pain-reviews {
    padding-left: 10px;
}

button#cart {
    border: 0px;
    background: none;
    padding: 0px;
    float: left;
}

button#login-btn {
    border: 0px;
    background: none;
    padding: 0px;
}

.icons-wrap a {
    display: inline-flex;
}

.icons-wrap .logo-m a {
    display: inline-flex;
    align-items: flex-start !important;
}

button#cart:focus,
button#cart:active,
button#cart:focus-visible,
button#login-btn:focus,
button#login-btn:active,
button#login-btn:focus-visible {
    outline: none !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    -ms-appearance: none !important;
}

.icons-wrap span {
    display: inline-block;
}

.icons-wrap .lang-swich-wrap {
    position: absolute;
    right: 30px;
    top: 0;
}

.icons-wrap .lang-swich-wrap a,
.icons-wrap .lang-swich-wrap button {
    font-size: 10px;
    color: #767c7e;
    border: 0px;
    background: none;
    padding: 0px;
    cursor: pointer;
}

.icons-wrap .lang-swich-wrap button:active,
.icons-wrap .lang-swich-wrap button:focus,
.icons-wrap .lang-swich-wrap button:focus-within {
    outline: none !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    -ms-appearance: none !important;
}

.icons-wrap .lang-swich-wrap button.language-select.active {
    text-decoration: underline;
    color: black;
}

.icons-wrap .lang-swich-wrap a.active {
    text-decoration: underline;
    color: black;
}

.icons-wrap .lang-swich-wrap span {
    display: inline;
    position: relative;
    /* new */
    cursor: pointer;
    display: inline-flex;
}

.delivery {
    -webkit-mask-image: url(../icons/delivery.svg);
    mask-image: url(../icons/delivery.svg);
    background-color: #2c96b9;
}

nav.breadcrumb-wrap .breadcrumb {
    background-color: transparent;
    font-size: 12px;
    margin-bottom: 0;
}

nav.breadcrumb-wrap .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    content: ">";
}

nav.breadcrumb-wrap .breadcrumb .breadcrumb-item a {
    color: #6c757d;
}

nav.breadcrumb-wrap .breadcrumb .breadcrumb-item.active {
    color: black;
    color: #6c757d;
}

nav.breadcrumb-wrap a:hover {
    text-decoration: underline;
}

/*sprite with stars*/

#reviewStars-input input:checked ~ label,
#reviewStars-input label,
#reviewStars-input label:hover,
#reviewStars-input label:hover ~ label {
    mask-image: url("../icons/star_fill.svg");
    -webkit-mask-image: url("../icons/star_fill.svg");
    background-color: gray;
}

#reviewStars-input {
    /*fix floating problems*/
    zoom: 1;
    /*end of fix floating problems*/
    position: relative;
    float: left;
}

#reviewStars-input input {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    height: 24px;
    width: 25px;
    position: absolute;
    top: 0;
    z-index: 0;
}

#reviewStars-input input:checked ~ label {
    background-color: #ff9c32;
    height: 24px;
    width: 25px;
}

#reviewStars-input label {
    background-position: 0 0;
    height: 24px;
    width: 25px;
    float: right;
    cursor: pointer;
    margin-right: 10px;
    position: relative;
    z-index: 1;
}

#reviewStars-input label:hover,
#reviewStars-input label:hover ~ label {
    background-color: #ff9c32;
    height: 24px;
    width: 25px;
}

#reviewStars-input #star-0 {
    left: 0px;
}

#reviewStars-input #star-1 {
    left: 53px;
}

#reviewStars-input #star-2 {
    left: 106px;
}

#reviewStars-input #star-3 {
    left: 159px;
}

#reviewStars-input #star-4 {
    left: 212px;
}

#reviewStars-input #star-5 {
    left: 265px;
}

.search-item .ui-menu-item-wrapper {
    padding: 5px 15px;
}

.search-item div {
    display: inline-block;
}

.search-item .img-wrapp {
    margin-right: 15px;
    width: 105px;
}

.search-item .name {
    color: #767c7e;
    width: 135px;
    vertical-align: middle;
    line-height: 21px;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
}

.subscription-wrap .btn.btn-blue {
    padding: 6px 11px 7px 10px;
    display: inline-flex;
    align-items: center;
    align-content: center;
    height: 32;
}

.all-menu-wrap .side-menu-wrap,
.all-menu-wrap .side-second-menu-wrap {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 320px;
    background: white;
    -moz-box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.2);
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    z-index: 1050;
    z-index: 21;
}

.all-menu-wrap .side-menu-wrap img,
.all-menu-wrap .side-second-menu-wrap img {
    width: 30px;
}

.all-menu-wrap .side-menu-wrap .logo,
.all-menu-wrap .side-second-menu-wrap .logo {
    border-bottom: 1px solid #cdd2d4;
}

.all-menu-wrap .side-menu-wrap .logo img,
.all-menu-wrap .side-second-menu-wrap .logo img {
    padding: 10px 30px 10px 30px;
    height: 73px;
    width: 100%;
}

.all-menu-wrap .side-menu-wrap .inner-menu-wrap,
.all-menu-wrap .side-second-menu-wrap .inner-menu-wrap {
    width: 100%;
}

.all-menu-wrap .side-menu-wrap .inner-menu-wrap #main-menu,
.all-menu-wrap .side-second-menu-wrap .inner-menu-wrap #main-menu {
    width: 100%;
}

.all-menu-wrap .side-menu-wrap .inner-menu-wrap img,
.all-menu-wrap .side-second-menu-wrap .inner-menu-wrap img {
    margin-left: 5px;
    margin-right: 20px;
}

.all-menu-wrap .side-menu-wrap .inner-menu-wrap .top-info img,
.all-menu-wrap .side-second-menu-wrap .inner-menu-wrap .top-info img {
    width: auto;
    margin: 5px;
    vertical-align: middle;
}

.all-menu-wrap .side-menu-wrap .inner-menu-wrap .top-info img,
.all-menu-wrap .side-second-menu-wrap .inner-menu-wrap .top-info .contact-link img {
    width: 16px;
}

.all-menu-wrap .side-menu-wrap .inner-menu-wrap .top-info .info,
.all-menu-wrap .side-second-menu-wrap .inner-menu-wrap .top-info .info {
    margin-top: 10px;
}

.all-menu-wrap .side-menu-wrap .inner-menu-wrap .top-info .info a,
.all-menu-wrap .side-second-menu-wrap .inner-menu-wrap .top-info .info a {
    color: #2c96b9;
    font-weight: 800;
}

.all-menu-wrap .side-menu-wrap .inner-menu-wrap .top-info .socials,
.all-menu-wrap .side-second-menu-wrap .inner-menu-wrap .top-info .socials {
    text-align: center;
}

.mini-icon {
    width: 15px;
    display: inline-block;
    vertical-align: middle !important;
    margin-right: 2px;
    margin-top: -3px;
}

.mini-icon.blue-icon {
    fill: #4d99b6;
}

.mini-icon.geo-icon {
    fill: #2c96b9;
}

.all-menu-wrap .side-menu-wrap .inner-menu-wrap .top-info .socials,
.all-menu-wrap .side-second-menu-wrap .inner-menu-wrap .top-info .socials a.s-social {
    display: inline-block;
}

.s-social svg {
    width: 40px;
    height: 40px;
    margin: 5px;
}

.all-menu-wrap .side-menu-wrap .inner-menu-wrap .top-info .socials a.s-social img {
    width: 40px;
}

.all-menu-wrap .side-menu-wrap .inner-menu-wrap .top-info .socials .phone,
.all-menu-wrap .side-second-menu-wrap .inner-menu-wrap .top-info .socials .phone {
    font-size: 20px;
    color: #2c96b9;
    font-weight: 800;
}

.all-menu-wrap .side-menu-wrap .inner-menu-wrap .top-info .socials .time,
.all-menu-wrap .side-second-menu-wrap .inner-menu-wrap .top-info .socials .time {
    font-size: 12px;
    font-weight: 800;
}

.all-menu-wrap .side-menu-wrap .inner-menu-wrap .top-info .line,
.all-menu-wrap .side-second-menu-wrap .inner-menu-wrap .top-info .line {
    margin: 10px 0;
}

.all-menu-wrap .side-menu-wrap .inner-menu-wrap .search-wrap,
.all-menu-wrap .side-second-menu-wrap .inner-menu-wrap .search-wrap {
    margin-bottom: 20px;
}

.all-menu-wrap .side-menu-wrap .inner-menu-wrap .search-wrap > img,
.all-menu-wrap .side-second-menu-wrap .inner-menu-wrap .search-wrap > img {
    width: 30px;
    margin-left: 20px;
}

.all-menu-wrap .side-menu-wrap .inner-menu-wrap .search-wrap input,
.all-menu-wrap .side-second-menu-wrap .inner-menu-wrap .search-wrap input {
    border: transparent;
    font-size: 14px;
    outline: none;
    margin: 10px 0;
}

.all-menu-wrap .side-menu-wrap .inner-menu-wrap ul li,
.all-menu-wrap .side-second-menu-wrap .inner-menu-wrap ul li {
    width: 100%;
    position: relative;
}

.all-menu-wrap .side-menu-wrap .inner-menu-wrap ul li:nth-child(1):hover,
.all-menu-wrap .side-second-menu-wrap .inner-menu-wrap ul li:nth-child(1):hover {
    background-color: #d6eaf1;
    height: fit-content;
}

.all-menu-wrap .side-menu-wrap .inner-menu-wrap ul li:nth-child(1).active,
.all-menu-wrap .side-second-menu-wrap .inner-menu-wrap ul li:nth-child(1).active {
    background-color: #d6eaf1;
}

.all-menu-wrap .side-menu-wrap .inner-menu-wrap ul li:nth-child(2):hover,
.all-menu-wrap .side-second-menu-wrap .inner-menu-wrap ul li:nth-child(2):hover {
    background-color: #cce5ed;
    height: fit-content;
}

.all-menu-wrap .side-menu-wrap .inner-menu-wrap ul li:nth-child(2).active,
.all-menu-wrap .side-second-menu-wrap .inner-menu-wrap ul li:nth-child(2).active {
    background-color: #cce5ed;
}

.all-menu-wrap .side-menu-wrap .inner-menu-wrap ul li:nth-child(3):hover,
.all-menu-wrap .side-second-menu-wrap .inner-menu-wrap ul li:nth-child(3):hover {
    background-color: #c2e0ea;
    height: fit-content;
}

.all-menu-wrap .side-menu-wrap .inner-menu-wrap ul li:nth-child(3).active,
.all-menu-wrap .side-second-menu-wrap .inner-menu-wrap ul li:nth-child(3).active {
    background-color: #c2e0ea;
}

.all-menu-wrap .side-menu-wrap .inner-menu-wrap ul li:nth-child(4):hover,
.all-menu-wrap .side-second-menu-wrap .inner-menu-wrap ul li:nth-child(4):hover {
    background-color: #b8dbe7;
    height: fit-content;
}

.all-menu-wrap .side-menu-wrap .inner-menu-wrap ul li:nth-child(4).active,
.all-menu-wrap .side-second-menu-wrap .inner-menu-wrap ul li:nth-child(4).active {
    background-color: #b8dbe7;
}

.all-menu-wrap .side-menu-wrap .inner-menu-wrap ul li:nth-child(5):hover,
.all-menu-wrap .side-second-menu-wrap .inner-menu-wrap ul li:nth-child(5):hover {
    background-color: #aed6e3;
    height: fit-content;
}

.all-menu-wrap .side-menu-wrap .inner-menu-wrap ul li:nth-child(5).active,
.all-menu-wrap .side-second-menu-wrap .inner-menu-wrap ul li:nth-child(5).active {
    background-color: #aed6e3;
}

.all-menu-wrap .side-menu-wrap .inner-menu-wrap ul li:nth-child(6):hover,
.all-menu-wrap .side-second-menu-wrap .inner-menu-wrap ul li:nth-child(6):hover {
    background-color: #a3d1df;
    height: fit-content;
}

.all-menu-wrap .side-menu-wrap .inner-menu-wrap ul li:nth-child(6).active,
.all-menu-wrap .side-second-menu-wrap .inner-menu-wrap ul li:nth-child(6).active {
    background-color: #a3d1df;
}

.all-menu-wrap .side-menu-wrap .inner-menu-wrap ul li:nth-child(7):hover,
.all-menu-wrap .side-second-menu-wrap .inner-menu-wrap ul li:nth-child(7):hover {
    background-color: #99cbdc;
    height: fit-content;
}

.all-menu-wrap .side-menu-wrap .inner-menu-wrap ul li:nth-child(7).active,
.all-menu-wrap .side-second-menu-wrap .inner-menu-wrap ul li:nth-child(7).active {
    background-color: #99cbdc;
}

.all-menu-wrap .side-menu-wrap .inner-menu-wrap ul li:nth-child(8):hover,
.all-menu-wrap .side-second-menu-wrap .inner-menu-wrap ul li:nth-child(8):hover {
    background-color: #90c6d9;
    height: fit-content;
}

.all-menu-wrap .side-menu-wrap .inner-menu-wrap ul li:nth-child(8).active,
.all-menu-wrap .side-second-menu-wrap .inner-menu-wrap ul li:nth-child(8).active {
    background-color: #90c6d9;
}

.all-menu-wrap .side-menu-wrap .inner-menu-wrap ul li:nth-child(9):hover,
.all-menu-wrap .side-second-menu-wrap .inner-menu-wrap ul li:nth-child(9):hover {
    background-color: #85c1d5;
    height: fit-content;
}

.all-menu-wrap .side-menu-wrap .inner-menu-wrap ul li:nth-child(9).active,
.all-menu-wrap .side-second-menu-wrap .inner-menu-wrap ul li:nth-child(9).active {
    background-color: #85c1d5;
}

.all-menu-wrap .side-menu-wrap .inner-menu-wrap ul li:nth-child(10):hover,
.all-menu-wrap .side-second-menu-wrap .inner-menu-wrap ul li:nth-child(10):hover {
    background-color: #7bbcd1;
    height: fit-content;
}

.all-menu-wrap .side-menu-wrap .inner-menu-wrap ul li:nth-child(10).active,
.all-menu-wrap .side-second-menu-wrap .inner-menu-wrap ul li:nth-child(10).active {
    background-color: #7bbcd1;
}

.all-menu-wrap .side-menu-wrap .inner-menu-wrap ul li:nth-child(11):hover,
.all-menu-wrap .side-second-menu-wrap .inner-menu-wrap ul li:nth-child(11):hover {
    background-color: #71b1ce;
    height: fit-content;
}

.all-menu-wrap .side-menu-wrap .inner-menu-wrap ul li:nth-child(11).active,
.all-menu-wrap .side-second-menu-wrap .inner-menu-wrap ul li:nth-child(11).active {
    background-color: #71b1ce;
}

.all-menu-wrap .side-menu-wrap .inner-menu-wrap ul li a,
.all-menu-wrap .side-second-menu-wrap .inner-menu-wrap ul li a {
    display: block;
    padding: 10px;
    font-weight: 600;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.all-menu-wrap .side-menu-wrap .inner-menu-wrap ul li a:hover,
.all-menu-wrap .side-second-menu-wrap .inner-menu-wrap ul li a:hover {
    text-decoration: none;
    color: black;
}

.all-menu-wrap .side-menu-wrap .inner-menu-wrap ul li a.btn,
.all-menu-wrap .side-second-menu-wrap .inner-menu-wrap ul li a.btn {
    max-width: 250px;
    padding: 5px;
    margin: 5px auto;
}

.all-menu-wrap .side-menu-wrap .inner-menu-wrap .sub-menu,
.all-menu-wrap .side-second-menu-wrap .inner-menu-wrap .sub-menu {
    display: none;
}

.all-menu-wrap .side-menu-wrap .side-logo-wrap,
.all-menu-wrap .side-second-menu-wrap .side-logo-wrap {
    margin-top: 1px;
}

.all-menu-wrap .side-menu-wrap .drop-wrapp,
.all-menu-wrap .side-second-menu-wrap .drop-wrapp {
    padding: 5px;
}

.all-menu-wrap .side-second-menu-wrap {
    padding-left: 320px;
    overflow: hidden;
    margin-top: -70px;
    width: 290px;
    z-index: 1049;
    z-index: 20;
}

.all-menu-wrap .side-second-menu-wrap.open {
    width: 700px;
    padding-top: 74px;
}

.all-menu-wrap .side-second-menu-wrap .close-i {
    position: absolute;
    right: 15px;
    top: 110px;
    margin: 0;
    display: block;
    width: 15px;
    height: 15px;
}

.all-menu-wrap .side-second-menu-wrap .title {
    float: left;
    margin: 24px 29px 72px 15px;
    font-size: 24px;
    min-height: 38px;
}

.all-menu-wrap .side-second-menu-wrap .sub-menu ul li:hover {
    background-color: white;
}

.all-menu-wrap .side-second-menu-wrap .sub-menu ul li a {
    font-weight: 600;
    display: block;
    padding: 10px 14px 10px 20px;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.all-menu-wrap .side-second-menu-wrap .sub-menu ul li.active {
    background-color: white;
}

.all-menu-wrap .side-second-menu-wrap .sub-menu .sub-menu-icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 15px;
}

.all-menu-wrap .side-second-menu-wrap .sub-menu .sub-menu-icon img {
    width: 100%;
    height: auto;
}

.all-menu-wrap .side-icons-wrap {
    display: inline-block;
    height: 30px;
    width: 32px;
    margin-right: 15px;
}

.short-menu .side-menu-wrap,
.short-menu .all-menu-wrap .side-second-menu-wrap,
.all-menu-wrap .short-menu .side-second-menu-wrap {
    width: 65px;
    overflow: hidden;
}

.short-menu .side-menu-wrap.open,
.short-menu .all-menu-wrap .open.side-second-menu-wrap,
.all-menu-wrap .short-menu .open.side-second-menu-wrap {
    width: 300px;
}

.short-menu .side-menu-wrap.open ul li,
.short-menu .all-menu-wrap .open.side-second-menu-wrap ul li,
.all-menu-wrap .short-menu .open.side-second-menu-wrap ul li {
    width: 100%;
    min-height: 50px;
}

.short-menu .side-menu-wrap .search-wrap,
.short-menu .all-menu-wrap .side-second-menu-wrap .search-wrap,
.all-menu-wrap .short-menu .side-second-menu-wrap .search-wrap {
    cursor: pointer;
    width: 250px;
}

.short-menu .side-menu-wrap .search-wrap > img,
.short-menu .all-menu-wrap .side-second-menu-wrap .search-wrap > img,
.all-menu-wrap .short-menu .side-second-menu-wrap .search-wrap > img {
    margin-left: 20px !important;
}

.short-menu .side-menu-wrap ul li,
.short-menu .all-menu-wrap .side-second-menu-wrap ul li,
.all-menu-wrap .short-menu .side-second-menu-wrap ul li {
    width: 65px;
    padding-left: 5px;
    overflow: hidden;
}

.short-menu .side-menu-wrap ul li a,
.short-menu .all-menu-wrap .side-second-menu-wrap ul li a,
.all-menu-wrap .short-menu .side-second-menu-wrap ul li a {
    width: 300px;
}

.short-menu .side-menu-wrap .side-logo-wrap,
.short-menu .all-menu-wrap .side-second-menu-wrap .side-logo-wrap,
.all-menu-wrap .short-menu .side-second-menu-wrap .side-logo-wrap {
    display: none;
}

.short-menu .side-menu-wrap.open .side-logo-wrap,
.short-menu .all-menu-wrap .open.side-second-menu-wrap .side-logo-wrap,
.all-menu-wrap .short-menu .open.side-second-menu-wrap .side-logo-wrap {
    display: block;
}

.short-menu .side-second-menu-wrap {
    padding-left: 80px;
    width: 65px;
}

.short-menu .side-second-menu-wrap.half-open {
    padding-left: 90px;
}

.short-menu .side-second-menu-wrap.open {
    width: 700px !important;
    padding-left: 300px;
}

.short-menu .side-second-menu-wrap ul li {
    width: 100% !important;
}

.short-menu .side-second-menu-wrap:hover {
    cursor: pointer;
}

.cat .filters-data input:not([type*='checkbox']) {
    width: 70px;
    margin: 0 8px;
    font-size: 14px;
    padding: .375rem .5rem;
}

.cat button.vg-filter.open:after {
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.cat .filters-wrap {
    background-color: #bfdce6;
}

.cat .filters-wrap .f1 {
    padding: 8px 10px;
}

.cat .filters-wrap .f1 button {
    position: relative;
}

.cat .filters-wrap .f1 button:after {
    top: 40%;
    right: 15px;
}

.cat .filters-wrap .f2 {
    width: 440px;
    padding: 8px 0;
}

.cat .filters-wrap .f2 button {
    position: relative;
}

.cat .filters-wrap .f2 button:first-child:after {
    top: 40%;
    left: 160px;
}

.cat .filters-wrap .f2 button:last-child:after {
    top: 40%;
    left: 140px;
}

.cat .filters-wrap .labels-wrpper {
    position: relative;
    margin: 5px;
}

.cat .filters-wrap .labels-wrpper button {
    margin: 5px;
}

.cat .filters-wrap .labels-wrpper i {
    width: 10px;
    height: 10px;
}

.cat .filters-wrap .labels-wrpper i.close-i {
    margin: 0 0 0 8px;
    vertical-align: middle;
}

.cat .filters-wrap .labels-wrpper .btn {
    vertical-align: middle;
    float: left;
    margin-right: 10px;
}

.cat .filters-wrap .labels-wrpper .scrollingHotSpotLeft,
.cat .filters-wrap .labels-wrpper .scrollingHotSpotRight {
    height: 100%;
    background: transparent;
}

.cat .mobile-f .dropdown-menu {
    width: 50vw;
}

.cat .mobile-f .check-fly input:checked + label + label {
    font-size: 12px;
}

.cat .mobile-f .check-fly input + label + label {
    font-size: 12px;
}

.cat .description ul {
    margin: 1em;
    padding-inline-start: 40px;
}

.cat .description ul li {
    list-style: disc;
}

.cat .keep_open ul {
    margin-left: 30px;
}

.cat .keep_open ul li {
    cursor: pointer;
}

.cat .keep_open ul li.group {
    list-style: disc;
    font-weight: 600;
    font-size: 18px;
}

.cat .keep_open ul li ul {
    margin-left: 15px;
}

.filter-title {
    display: inline-block;
    vertical-align: middle;
    padding: 8px;
}

@media (max-width: 575px) {
    .cat .filters-wrap {
        padding: 15px 0;
    }

    .cat .filters-wrap .f2 {
        width: auto;
    }

    .cat .filters-wrap .f2 button:first-child {
        margin-right: 0px;
        width: 130px;
        font-size: 12px;
        padding-left: 5px;
    }

    .cat .filters-wrap .f2 button:first-child:first-child:after {
        top: 40%;
        left: 115px;
    }
}

@media (max-width: 575px) {
    .dropdown-menu {
        width: 250px;
    }
}

.h1,
h1 {
    margin-bottom: 8px;
}

.content .title {
    position: relative;
}

.content .title button {
    position: absolute;
    right: 0;
}

.outer-wrapp {
    float: left;
    margin-bottom: 15px;
    height: 355px;
}

.map .article-wrap {
    padding-left: 0;
    margin-left: calc((100% - 606px) / 2);
}

.news .article-wrap,
.map .article-wrap {
    margin-left: 15px;
}

.main-baner-wrap {
    overflow: hidden;
    position: relative;
    margin-left: -1px;
}

@media (min-width: 768px) {
    .main-baner-wrap {
        margin-bottom: 0px !important;
    }
}

.main-baner-wrap a {
    display: block;
}

.main-baner-wrap img {
    width: 100%;
}

.main-baner-wrap:hover .baner-prev-arrow,
.main-baner-wrap:hover .baner-next-arrow,
.main-baner-wrap:hover .news .about-full-wrap .next-arrow,
.news .about-full-wrap .main-baner-wrap:hover .next-arrow,
.main-baner-wrap:hover .map .about-full-wrap .next-arrow,
.map .about-full-wrap .main-baner-wrap:hover .next-arrow,
.main-baner-wrap:hover .show-room .next-arrow,
.show-room .main-baner-wrap:hover .next-arrow,
.main-baner-wrap:hover .news .about-full-wrap .prev-arrow,
.news .about-full-wrap .main-baner-wrap:hover .prev-arrow,
.main-baner-wrap:hover .map .about-full-wrap .prev-arrow,
.map .about-full-wrap .main-baner-wrap:hover .prev-arrow,
.main-baner-wrap:hover .show-room .prev-arrow,
.show-room .main-baner-wrap:hover .prev-arrow {
    opacity: 1;
}

@media (max-width: 991px) {
    .main-baner-wrap .baner-prev-arrow,
    .main-baner-wrap .baner-next-arrow {
        opacity: 1 !important;
    }

    .baner-next-arrow:after,
    .baner-prev-arrow:after {
        top: calc((100% + 50px) / 2) !important;
    }
}

.header-wrap .icons-wrap {
    float: right;
    width: 155px;
    margin-top: 35px;
    display: flex;
}

.big-links-wrap {
    height: 229px;
}

.big-links-wrap div {
    position: relative;
    float: left;
    width: calc(100% / 3);
    text-align: center;
    border-bottom: 1px solid #d9dee0;
    transition: 1s;
    height: 230px;
}

.big-links-wrap div:nth-child(2) {
    border-left: 1px solid #d9dee0;
    border-right: 1px solid #d9dee0;
}

.big-links-wrap div img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.big-links-wrap div:hover {
    background-color: #f7f7f7;
}

.big-links-wrap div a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.big-links-wrap div div {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 15px;
    border-bottom: none;
    height: 30px;
    text-transform: uppercase;
    font-weight: 600;
}

.pad-norm {
    padding: 10px 30px;
}

.slider-wrap {
    margin-left: 60px;
}

.slider-wrap:hover .baner-prev-arrow,
.slider-wrap:hover .baner-next-arrow,
.slider-wrap:hover .news .about-full-wrap .next-arrow,
.news .about-full-wrap .slider-wrap:hover .next-arrow,
.slider-wrap:hover .map .about-full-wrap .next-arrow,
.map .about-full-wrap .slider-wrap:hover .next-arrow,
.slider-wrap:hover .show-room .next-arrow,
.show-room .slider-wrap:hover .next-arrow,
.slider-wrap:hover .news .about-full-wrap .prev-arrow,
.news .about-full-wrap .slider-wrap:hover .prev-arrow,
.slider-wrap:hover .map .about-full-wrap .prev-arrow,
.map .about-full-wrap .slider-wrap:hover .prev-arrow,
.slider-wrap:hover .show-room .prev-arrow,
.show-room .slider-wrap:hover .prev-arrow {
    opacity: 1;
}

.slider-wrap .baner-prev-arrow,
.slider-wrap .baner-next-arrow,
.slider-wrap .news .about-full-wrap .next-arrow,
.news .about-full-wrap .slider-wrap .next-arrow,
.slider-wrap .map .about-full-wrap .next-arrow,
.map .about-full-wrap .slider-wrap .next-arrow,
.slider-wrap .show-room .next-arrow,
.show-room .slider-wrap .next-arrow,
.slider-wrap .news .about-full-wrap .prev-arrow,
.news .about-full-wrap .slider-wrap .prev-arrow,
.slider-wrap .map .about-full-wrap .prev-arrow,
.map .about-full-wrap .slider-wrap .prev-arrow,
.slider-wrap .show-room .prev-arrow,
.show-room .slider-wrap .prev-arrow {
    top: 0;
    height: 100%;
}

.outer-wrapp.scroll .item-wrap-full {
    opacity: 1 !important;
    display: none;
    z-index: 50;
}

.outer-wrapp.scroll .item-wrap-full .product-img-wrap {
    height: 230px;
    overflow: hidden;
}

.item-wrap-full {
    top: 0;
    position: absolute;
    width: 268px;
    padding: 0 20px;
    -moz-box-shadow: 0 3px 16px 1px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 3px 16px 1px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 16px 1px rgba(0, 0, 0, 0.5);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: white;
    opacity: 0;
    z-index: -1;
    /*меняем тут*/
}

.item-wrap-full i {
    position: absolute;
    display: inline-block;
    width: 14px;
    height: 13px;
    margin-right: 2px;
    padding: 0;
    font-size: 12px;
    z-index: 1;
    font-style: normal;
    cursor: pointer;
}

.item-wrap-full .favorite_i {
    top: 20px;
    height: 20px;
    width: 20px;
}

.item-wrap-full .compare_icon {
    right: 20px;
    top: 20px;
    height: 20px;
    width: 20px;
}

.item-wrap-full .product-name {
    height: 40px;
}

.bx-wrapper {
    min-width: 100%;
}

.see-wrap {
    border-bottom: 1px solid #cdd2d4;
    margin-bottom: 30px;
    padding: 30px 30px;
}

.see-wrap .row.title {
    margin: 15px 0 0;
}

.see-wrap .outer-wrapp > .item-wrap {
    position: relative;
    padding: 0 20px;
}

.see-wrap .line {
    margin: 50px 1px 0 -45px;
}

.item-wrap {
    width: 268px;
}

.item-wrap span img {
    width: 20px;
}

.item-wrap img.product {
    width: 100%;
    margin-top: 25px;
}

.item-wrap img.product.lazyload {
    filter: blur(3px);
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -ms-filter: blur(3px);
    opacity: 0.1;
}

.item-wrap img.product.lazlad::after {
    conten: '';
    widh: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: rgba(255, 255, 255, .6);
    backdrop-filter: blur(5px)
}

.item-wrap button {
    margin: 10px 0;
}

.item-wrap .product-name {
    height: 40px;
}

.icons-reviews {
    padding-left: 1px;
    position: relative;
    width: 100%;
}

.icons-reviews a {
    position: absolute;
    bottom: -1px;
    font-size: 12px;
    color: #2c96b9;
    width: 70px;
    text-align: center;
}

.icons-reviews a:hover {
    text-decoration: underline;
}

.stars .icons-wrap .star {
    margin-right: 2px;
}

.rate .icons-wrap .star {
    margin-right: 2px;
}

.rate .icons-wrap .star:last-child {
    margin-right: 0;
}

.item-wrap i {
    position: absolute;
    display: inline-block;
    width: 14px;
    height: 13px;
    font-size: 12px;
    margin-right: 2px;
    font-style: normal;
    cursor: pointer;
    z-index: 1;
    /* margin-bottom: -4px; */
}

.item-wrap .favorite_i {
    top: 20px;
}

.item-wrap .compare_icon {
    right: 20px;
    top: 20px;
}

.item-wrap-full img.product {
    width: 100%;
    margin-top: 25px;
    z-index: -1;
}

.item-wrap-full .product-img-wrap {
    position: relative;
    height: 230px;
}

.item-wrap .product-img-wrap {
    position: relative;
    height: 230px;
    /* height: 211px; */
    overflow: hidden;
}

.item-wrap .product-img-wrap .discount {
    bottom: 10px;
    right: 10px;
}

.item-wrap .product-img-wrap .discount.top {
    background: #7BB091;
    right: 94px;
    font-size: 10.5px;
    line-height: 1.1;
    display: flex;
    display: none;
    align-items: center;
    justify-content: center;
}

.item-wrap .product-img-wrap .discount.cashback {
    background: #CD85A8;
    right: 52px;
    font-size: 10.5px;
    line-height: 1.1;
    display: flex;
    display: none;
    align-items: center;
    justify-content: center;
}

.item-wrap-full .product-img-wrap .discount {
    bottom: 10px;
    /* top: 180px; */
    right: 10px;
}

.item-wrap-full .product-img-wrap .discount.cashback {
    background: #CD85A8;
    right: 52px;
    font-size: 10.5px;
    line-height: 1.1;
    display: flex;
    display: none;
    align-items: center;
    justify-content: center;
}

.item-wrap-full .product-img-wrap .discount.top {
    background: #7BB091;
    right: 94px;
    font-size: 10.5px;
    line-height: 1.1;
    display: flex;
    display: none;
    align-items: center;
    justify-content: center;
}

.item-wrap .main-prop-wrap,
.item-wrap .price-titile {
    /* margin-top: 15px; */
    padding-top: 15px;
}

.item-wrap-full .main-prop-wrap,
.item-wrap-full .price-titile {
    /* margin-top: 15px; */
    padding-top: 15px;
}

.item-wrap .main-prop-wrap .price-old,
.item-wrap-full .main-prop-wrap .price-old {
    margin-top: 5px;
    color: #767c7e;
    font-size: 12px;
    text-decoration: line-through;
    margin-right: 20px;
}

.item-wrap .main-prop-wrap .price-new,
.item-wrap-full .main-prop-wrap .price-new {
    margin-top: 5px;
    font-size: 20px;
    line-height: 0.9;
    font-weight: 600;
}

.items .item-wrap-full:hover,
.item-wrap-full:hover {
    opacity: 1;
}

.items .outer-wrapp:not(.scroll),
.outer-wrapp:not(.scroll) {
    position: relative;
}

.items .outer-wrapp:not(.scroll):hover .item-wrap-full,
.outer-wrapp:not(.scroll):hover .item-wrap-full {
    opacity: 1;
    z-index: 10;
}

.slider-wrap .outer-wrapp {
    position: static;
    margin-right: 20px;
}

.slider-wrap .item-wrap-full {
    display: none;
}

.item-wrap-full .sizes-wrap > .title {
    font-size: 14px;
    margin-top: 15px;
}

.item-wrap-full .sizes-wrap .block {
    margin-top: 5px;
    margin-left: 30px;
}

.item-wrap-full .sizes-wrap .block:first-of-type {
    margin-left: 0;
}

.item-wrap-full .sizes-wrap .inner-wrap .title {
    font-size: 12px;
    color: #767c7e;
}

.item-wrap-full .sizes-wrap .inner-wrap .value {
    font-size: 14px;
}

.item-wrap-full button {
    margin: 20px 0;
}

.news-wrap,
.news .article-wrap,
.map .article-wrap {
    margin-bottom: 30px;
}

.news-wrap .item-wrap,
.news .article-wrap .item-wrap,
.map .article-wrap .item-wrap {
    position: relative;
    border: 1px solid #d9dee0;
    border-radius: 5px;
    width: 255px;
    height: 360px;
    overflow: hidden;
    float: left;
}

.news-wrap .item-wrap .text-wrap,
.news .article-wrap .item-wrap .text-wrap,
.map .article-wrap .item-wrap .text-wrap {
    padding: 20px 20px 25px 20px;
    font-weight: bold;
}

.news-wrap .item-wrap .img-wrap,
.news .article-wrap .item-wrap .img-wrap,
.map .article-wrap .item-wrap .img-wrap {
    height: 195px;
    overflow: hidden;
}

.news-wrap .item-wrap .img-wrap img,
.news .article-wrap .item-wrap .img-wrap img,
.map .article-wrap .item-wrap .img-wrap img {
    width: 100%;
}

.news-wrap .item-wrap .img-wrap .title-info,
.news .article-wrap .item-wrap .img-wrap .title-info,
.map .article-wrap .item-wrap .img-wrap .title-info {
    background: #bfdce6;
    padding: 3px 5px;
    width: 70px;
}

.news-wrap .item-wrap a,
.news .article-wrap .item-wrap a,
.map .article-wrap .item-wrap a {
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
}

.news-wrap .item-wrap a:hover .title,
.news .article-wrap .item-wrap a:hover .title,
.map .article-wrap .item-wrap a:hover .title {
    text-decoration: underline;
}

.news-wrap .title a,
.news .article-wrap .title a,
.map .article-wrap .title a {
    color: black;
    font-weight: bold;
}

.news-wrap .title a:hover,
.news .article-wrap .title a:hover,
.map .article-wrap .title a:hover {
    text-decoration: underline;
}

.news-wrap .short-text,
.news .article-wrap .short-text,
.map .article-wrap .short-text {
    position: relative;
    color: #767c7e;
    font-size: 14px;
}

.news-wrap .short-text .text-shadow,
.news .article-wrap .short-text .text-shadow,
.map .article-wrap .short-text .text-shadow {
    width: 100%;
    height: 90px;
    z-index: 1000;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.63) 50%, #ffffff 79%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}

.sell-wrap,
.new-wrap,
.news-wrap,
.news .article-wrap,
.map .article-wrap {
    border-bottom: 1px solid #cdd2d4;
    padding-bottom: 41px;
}

.sell-wrap .scrollM,
.new-wrap .scrollM,
.news-wrap .scrollM,
.news .article-wrap .scrollM,
.map .article-wrap .scrollM {
    margin-top: 30px;
}

.new-wrap {
    padding-left: 18px;
}

.news-wrap .item-wrap,
.news .article-wrap .item-wrap,
.map .article-wrap .item-wrap {
    width: 265px;
    margin: 0 15px;
}

.news-wrap .title,
.news .article-wrap .title,
.map .article-wrap .title {
    margin-bottom: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-wrap .title h3,
.news .article-wrap .title h3,
.map .article-wrap .title h3,
.news-wrap .title .h3,
.news .article-wrap .title .h3,
.map .article-wrap .title .h3 {
    display: block;
    text-align
}

.news-wrap {
    border-bottom: 0px;
}

#homepage-news {
    border-bottom: 1px solid #ddd;
}

.cat-ontent-wrap {
    border-bottom: 1px solid #cdd2d4;
}

.sell-wrap .btn-blue-white,
.new-wrap .btn-blue-white,
.news-wrap .btn-blue-white,
.news .article-wrap .btn-blue-white,
.map .article-wrap .btn-blue-white,
.see-wrap .btn-blue-white,
.cat-content-wrap .btn-blue-white,
.see-wrap .btn-blue-white {
    margin-right: 60px;
}

.some-info {
    margin-bottom: 85px;
    margin-top: 50px;
}

.some-info .text {
    color: #767c7e;
    font-size: 14px;
    margin: 0 50px;
}

.some-info .title {
    margin-bottom: 30px;
}

.subscription-wrap {
    background-color: #bfdce6;
    padding-top: 40px;
    padding-bottom: 40px;
}

.subscription-wrap.row {
    margin: 40px 0 0 -20px;
}

.subscription-wrap label {
    font-size: 18px;
    font-weight: 600;
    margin-right: 30px;
}

.subscription-wrap input {
    width: 250px;
    background-color: #bfdce6;
    border: 1px solid #767c7e;
    border-radius: 5px;
    height: 32px;
    padding-left: 15px;
}

.subscription-wrap input + button {
    margin-left: -10px;
}

.subscription-wrap input + .btn-sm {
    line-height: 1.3;
}

footer {
    padding: 50px 40px 15px 40px;
}

.footer-wrap .row {
    margin-left: 0;
    margin-right: 0;
}

.footer-wrap img {
    width: 115px;
    height: 45px;
    margin-bottom: 30px;
}

.footer-wrap .phone-footer-wrap {
    font-size: 12px;
}

.footer-wrap .phone-footer-wrap .phone {
    font-size: 24px;
    color: #2c96b9;
}

.footer-wrap h6 {
    font-weight: 600;
    color: black;
}

footer a {
    font-size: 14px;
    color: #767c7e;
}

footer a:hover {
    color: #575757;
}

footer .socials svg {
    width: 30px;
    height: 30px;
}

.footer-wrap .socials ul + h6,
.footer-wrap .pay ul + h6 {
    margin-top: 24px;
}

.cop {
    font-size: 12px;
    padding: 10px 0 50px;
}

.top-wraper {
    display: none;
    position: fixed;
    bottom: 80px;
    right: 80px;
    height: 40px;
    width: 40px;
    border: 1px solid #4da2c1;
    border-radius: 30px;
    z-index: 50;
}

.top-wraper a {
    display: block;
}

.top-wraper a span {
    display: none;
}

.top-wraper i.top {
    position: relative;
}

.top-wraper i.top:after {
    position: absolute;
    top: 15px;
    left: 11px;
    display: block;
    content: '';
    width: 15px;
    height: 15px;
    border-left: 1px solid #2c96b9;
    border-bottom: 1px solid #2c96b9;
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.baner-info-wrap {
    position: absolute;
    top: 70%;
    width: 450px;
    font-size: 30px;
    font-weight: 600;
    margin-left: 50px;
}

.baner-info-wrap .discount {
    position: absolute;
    top: -35px;
    right: 63px;
    background: #ff9b35;
    color: white;
    padding: 10px;
    width: 90px;
    height: 90px;
    border-radius: 45px;
    line-height: 2.2;
}

.vg-filter {
    color: black;
    width: 230px;
    border-color: black;
    text-align: left;
    padding-left: 20px;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active {
    color: black;
    background-color: transparent;
    border-color: black;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

button.vg-filter:after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-bottom: 1px solid;
    border-right: 1px solid;
    position: absolute;
    top: -2px;
    right: -54px;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -moz-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease;
    -webkit-transition-delay: 0s;
    transition: all 0.25s ease 0s;
}

.filters-wrap .f2 button:first-child {
    margin-right: 15px;
    width: 200px;
}

.filters-wrap .f2 button:last-child {
    margin-right: 15px;
    width: 165px;
}

.filters-wrap .f2 button.vg-filter:first-child:after {
    right: -25px;
    right: 15px;
    left: auto;
}

.filters-wrap .f2 button.vg-filter:last-child:after {
    right: -38px;
}

.btn-outline-secondary:focus {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.vg-filter:hover {
    background-color: transparent;
    color: #575757;
}

small {
    color: #767c7e;
}

.more-wrapp {
    position: relative;
    display: inline-block;
    /*margin: 60px 0;*/
    text-align: center;
    width: 100%;
}

.pagin_results {
    margin: 60px 0;
}

.more-wrapp button,
.more-wrapp > a {
    position: static;
    margin: 0 0 15px !important;
    width: 268px;
}

.page-link {
    padding-top: 5px;
    padding-bottom: 5px;
    color: #767c7e;
}

.page-link:hover {
    color: #767c7e;
}

.some-info .row {
    margin-right: 0;
    margin-left: 0;
}

.cat-content-wrap .title h3 {
    margin-left: 0;
}

.filters-data {
    display: inline-block;
    width: 0px;
    border-right: 1px solid #d9dee0;
    overflow: hidden;
    margin-bottom: -5px;
    height: 0px;
}

.filters-data .h5,
.filters-data h5 {
    margin-top: 20px;
    margin-bottom: 0;
}

.filters-data.open {
    width: 250px;
    height: auto;
    margin-top: -15px;
    margin-left: -14px;
}

.filters-data .inner-wrap {
    padding: 20px 30px;
    border-bottom: 1px solid #d9dee0;
}

.filters-data .title {
    margin-bottom: 15px;
    font-weight: 600;
}

.filters-data [data-id="ean"] .title {
    display: none;
}

.filters-data [data-id="ean"] .mfilter-option {
    display: none;
}

.filters-data [data-id="ean"] .mfilter-option:first-child {
    display: block;
}

.filters-data li[data-type="checkbox"][data-base-type="filter"] .mfilter-content-opts {
    margin-bottom: 0px;
    font-weight: 600;
    padding-bottom: 20px;
    border-bottom: 1px solid #d9dee0;
}

.filters-data .main-title {
    margin-left: 30px;
    margin-bottom: 0;
    margin-top: 20px;
    font-weight: 600;
}

.product .opt-wrap .drop-wrap .dropdown-item.active,
.product .opt-wrap .drop-wrap .dropdown-item:active {
    background: #2c96b9;
}

.modal-content {
    padding: 40px 20px !important;
}

.btn-city {
    padding: 0;
}

/*.form-inline .form-control {
  width: 70px;
  margin: 0 15px;
  padding: 4px 10px;
  font-size: 14px;
  color: $text_light;
}*/

.filters-data .form-group {
    margin-bottom: 20px;
}

.filters-data .inner-wrap:last-child {
    border-bottom: none;
}

.ui-widget.ui-widget-content {
    background-color: #7bbcd1;
}

.ui-menu.ui-widget.ui-widget-content,
.ui-dialog.ui-widget.ui-widget-content {
    background-color: white;
}

.ui-widget-header {
    background: transparent;
    color: #2c96b9;
    font-size: 24px;
    text-align: center;
    border: 1px solid transparent;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button {
    border: 7px solid transparent;
    background: transparent;
}

.ui-slider-horizontal {
    height: .4em;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button {
    border: 6px solid #2c96b9;
    background: #bfdce6;
    font-weight: normal;
    color: #454545;
    border-radius: 10px;
}

html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: 7px solid #2c96b9;
    background: #bfdce6;
    font-weight: normal;
    color: #454545;
    border-radius: 10px;
}

.ui-state-default,
.ui-widget-content .ui-state-default:focus {
    outline: none;
}

.ui-slider-horizontal .ui-slider-range {
    top: 2px;
}

.btn-link {
    font-weight: 400;
    color: #2c96b9;
    text-decoration: none;
    font-size: 12px;
}

.btn-link:hover {
    color: #2c96b9;
    text-decoration: underline;
}

/*################Produkt#################
##########################################*/

.prod-wrap {
    display: inline-block;
    width: calc(100% - 5px);
}

.prod-wrap .item-wrap {
    padding: 0 20px;
}

.prod-wrap.short {
    width: calc(100% - 320px);
}

.product .left-wrap {
    margin-left: 15px;
    width: 808px;
}

/* .product .icons-wrap .delivery, .product .icons-wrap .star {
    vertical-align: middle;
} */

.product-content-wrap .icons-wrap {
    display: inline-block;
    float: none;
}

/* .product .icons-wrap i.star {
    width: 14px;
    height: 13px;
    margin-right: 5px;
} */

.product .icons-wrap small {
    vertical-align: -1px;
    padding-left: px;
}

.product .slider {
    width: 612px;
}

:focus {
    outline: none;
}

.product-content-wrap .tabs-wraper {
    min-height: 400px;
    width: 800px;
}

.product-content-wrap .title h3 {
    margin-left: 0;
    display: block;
}

.product .icons-wrap a {
    color: #2c96b9;
}

.product .opt-wrap {
    margin-left: 20px;
    width: 266px;
    -webkit-box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.53);
    -moz-box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.53);
    box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.53);
    border-radius: 3px;
    padding: 25px 30px;
    position: absolute;
}

.product .price {
    font-size: 22px;
}

.product .price .price-old {
    color: #767c7e;
    line-height: 1;
}

.product .price .price-wrap a {
    color: #2c96b9;
    font-size: 12px;
    text-decoration: underline;
}

.product .price .icons-wrap {
    margin-right: 0;
    color: #767c7e;
}

.product .price .icons-wrap.d-block i {
    width: 20px;
    height: 20px;
    vertical-align: bottom;
    opacity: 0.7;
}

.line {
    border-bottom: 1px solid #d9dee0;
    margin: 20px -30px;
}

.product .title.row {
    margin: 0;
}

.product .opt-wrap .drop-wrap {
    position: relative;
    font-size: 12px;
    color: #767c7e;
}

.product .opt-wrap .drop-wrap .dropdown-item.active,
.product .opt-wrap .drop-wrap .dropdown-item:active {
    font-weight: bold;
}

.product .opt-wrap .drop-wrap .w {
    position: absolute;
    top: 5px;
    left: 2px;
    z-index: 5;
}

.product .opt-wrap .drop-wrap .h {
    position: absolute;
    top: 5px;
    left: 78px;
    z-index: 5;
}

.product .opt-wrap .drop-wrap .l {
    position: absolute;
    top: 5px;
    left: 150px;
    z-index: 5;
}

.product .opt-wrap .drop-wrap.sleep-place .l {
    left: 85px;
}

.product .opt-wrap .drop-wrap .size-opt {
    font-size: 14px;
    color: #212529;
    padding: 25px 0 10px;
}

.size-prop-wrap .dropdown .btn {
    padding-left: 0;
    margin-left: -2px;
}

.color-title span:nth-child(2) {
    display: inline-block;
}

.color-title span:nth-child(2) a {
    font-size: 12px;
    color: #767c7e;
    text-decoration: underline;
}

.color-select .box-color {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-color: black;
    vertical-align: middle;
}

.opt-wrap .form-check {
    font-size: 12px;
    color: #767c7e;
}

.opt-wrap input {
    display: inline-block;
    margin-top: .1rem;
}

.over-price {
    color: #2c96b9;
}

.opt-wrap.fix-on {
    position: fixed;
    width: 266px;
    top: 20px;
    z-index: 5;
    background: white;
}

.price-wrap .discount {
    top: 30px;
    right: 40px;
    width: 70px;
    height: 70px;
    -moz-border-radius: 35px;
    -webkit-border-radius: 35px;
    border-radius: 35px;
    font-size: 18px;
    line-height: 3.7;
}

.nav-tabs .nav-link {
    border-color: #cdd2d4;
    margin: 0 5px;
}

.nav-tabs .nav-link.active {
    color: white;
    background-color: #767c7e;
}

.tab-content {
    border: solid 1px #cdd2d4;
    border-top: transparent;
    padding: 35px 30px;
}

.nav-tabs .nav-item {
    position: relative;
}

.nav-tabs .nav-link {
    border-color: #cdd2d4;
    margin: 0 5px;
}

.nav-tabs .nav-link.active {
    color: white;
    background-color: #767c7e;
}

.nav-link {
    display: block;
    padding: .4rem 2rem;
}

.tab-content {
    border: solid 1px #cdd2d4;
    border-top: transparent;
    padding: 35px 30px;
}

.bg {
    position: absolute;
    background-color: #767c7e;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    color: white;
    width: 19px;
    height: 19px;
    font-size: 10px;
    text-align: center;
    top: 9px;
    right: 3px;
}

.bg div {
    padding-top: 2px;
}

.login-form-wrap {
    display: none;
    position: absolute;
    width: 500px;
    height: 500px;
    top: 75px;
    right: 1px;
    background-color: white;
    z-index: 1055;
    padding: 30px;
}

.login-form-wrap i {
    width: 20px;
    height: 20px;
}

.login-form-wrap i.close-i {
    float: right;
    margin: 0px 20px 0px 0px;
    vertical-align: bottom;
}

.login-form-wrap .btn-link {
    margin-top: -2px;
}

.login-form-wrap .btn-blue-white {
    margin-top: 10px;
}

.login-form-wrap h5 {
    margin-bottom: 60px;
}

#arived img {
    width: 110px;
}

#arived .item .title {
    color: #767c7e;
}

#arived .item > div {
    display: inline-block;
    vertical-align: middle;
}

.modal {
    z-index: 1060 !important;
}

.modal-open .modal {
    padding-right: 0 !important;
}

.ui-dialog.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5 !important;
}

.ui-dialog-titlebar-close {
    background: url(../icons/close.svg) no-repeat center;
    border: transparent;
    cursor: pointer;
}

.topic-page .text {
    margin-bottom: 0 !important;
}

.ui-menu .ui-state-active {
    border: 1px solid #D5DEDE;
    background: #D5DEDE;
}

.ui-menu-item:not(.search-item) {
    padding: 0 15px 15px;
}

.ui-dialog {
    z-index: 2000;
}

.ui-dialog .ui-dialog-title {
    white-space: normal;
    overflow: visible;
    text-overflow: unset;
    float: none;
}

.ui-dialog-titlebar .ui-button {
    border: 7px solid transparent !important;
    background: transparent !important;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -.5em !important;
}

.items {
    margin-top: 15px;
    margin-left: 15px;
}

.fancybox-is-open .fancybox-bg {
    opacity: 1 !important;
    background: white;
}

.count {
    display: inline-block;
    background-color: #767c7e;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    line-height: 1.3;
    color: white;
    width: 19px;
    height: 19px;
    text-align: center;
}

p {
    margin-bottom: 0.5rem;
}

.cart .row,
.cart-popup-wrap .row {
    margin-right: 0;
}

.cart .text-muted,
.cart-popup-wrap .text-muted {
    font-size: 12px;
}

.cart .content .main-title,
.cart-popup-wrap .content .main-title {
    font-size: 24px;
    text-transform: uppercase;
    background: #bfdce6;
}

.cart .content .main-title .wrapper,
.cart-popup-wrap .content .main-title .wrapper {
    margin-left: 85px;
    padding: 15px 0;
    font-weight: bold;
}

.cart .content .block,
.cart-popup-wrap .content .block {
    margin-top: 30px;
}

.cart .content .block .outer-wrapper,
.cart-popup-wrap .content .block .outer-wrapper {
    padding: 0 30px;
}

.cart .content .block .outer-wrapper .inner-wrapper,
.cart-popup-wrap .content .block .outer-wrapper .inner-wrapper {
    padding: 15px 15px;
    background: #bfdce6;
}

.cart .content .block .outer-wrapper .inner-wrapper.rounded.empty {
    background: transparent
}

.cart .content .block .outer-wrapper .inner-wrapper .title,
.cart-popup-wrap .content .block .outer-wrapper .inner-wrapper .title {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.cart .content .block .outer-wrapper .inner-wrapper .title a,
.cart-popup-wrap .content .block .outer-wrapper .inner-wrapper .title a {
    text-decoration: underline;
}

.cart .content .block .outer-wrapper .inner-wrapper .title a.name,
.cart-popup-wrap .content .block .outer-wrapper .inner-wrapper .title a.name {
    text-transform: none;
    color: #2c95b8;
}

.cart .content .block .itemss,
.cart-popup-wrap .content .block .itemss {
    padding: 15px;
    background: #ffffff;
    border: solid 1px #2c95b8;
}

.cart .content .block .itemss .item .img,
.cart-popup-wrap .content .block .itemss .item .img {
    margin-right: 15px;
}

.cart .content .block .itemss .item .img img,
.cart-popup-wrap .content .block .itemss .item .img img {
    width: 125px;
}

.cart .content .block .itemss .info,
.cart-popup-wrap .content .block .itemss .info {
    height: 120px;
    min-width: 200px;
}

.cart .content .block .itemss .info .price-old,
.cart-popup-wrap .content .block .itemss .info .price-old {
    color: #767c7e;
    text-decoration: line-through;
    margin-right: 10px;
}

.cart .content .block .itemss .info .price,
.cart-popup-wrap .content .block .itemss .info .price {
    font-size: 22px;
}

.cart .content .block .itemss .discountt,
.cart-popup-wrap .content .block .itemss .discountt {
    min-width: 50px;
    height: 50px;
    background-color: #ff9b35;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    line-height: 3.5;
    color: white;
    text-align: center;
}

.cart .content .block .total,
.cart-popup-wrap .content .block .total {
    text-transform: uppercase;
    margin: 15px 0;
}

.cart .content .block .btn-wrapp,
.cart-popup-wrap .content .block .btn-wrapp {
    margin: 15px 0;
}

.cart .content .block .btn-wrapp button,
.cart-popup-wrap .content .block .btn-wrapp button,
.cart .content .block .btn-wrapp input,
.cart-popup-wrap .content .block .btn-wrapp input {
    text-transform: uppercase;
    width: 80%;
    padding: 15px 0;
    font-size: 18px;
}

.cart .count-wrap,
.cart-popup-wrap .count-wrap {
    margin-right: 20px;
}

.cart .count-wrap div,
.cart-popup-wrap .count-wrap div,
.cart .count-wrap button,
.cart-popup-wrap .count-wrap button {
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px;
    outline: none;
    background-color: transparent;
    color: #333333;
}

.cart .count-wrap .minus,
.cart-popup-wrap .count-wrap .minus,
.cart .count-wrap .plus,
.cart-popup-wrap .count-wrap .plus,
.cart .count-wrap .closee,
.cart-popup-wrap .count-wrap .closee {
    position: relative;
    border: 1px solid #767c7e;
    width: 20px;
    height: 20px;
    color: #767c7e;
}

.cart .count-wrap .minus:after,
.cart-popup-wrap .count-wrap .minus:after,
.cart .count-wrap .plus:after,
.cart-popup-wrap .count-wrap .plus:after,
.cart .count-wrap .closee:after,
.cart-popup-wrap .count-wrap .closee:after {
    position: absolute;
    display: block;
    content: '\2013';
    width: 100%;
    top: -2px;
    left: 0;
}

.cart .count-wrap .minus:hover,
.cart-popup-wrap .count-wrap .minus:hover,
.cart .count-wrap .plus:hover,
.cart-popup-wrap .count-wrap .plus:hover,
.cart .count-wrap .closee:hover,
.cart-popup-wrap .count-wrap .closee:hover {
    cursor: pointer;
}

.cart .count-wrap .plus:after,
.cart-popup-wrap .count-wrap .plus:after,
.cart .count-wrap .closee:after,
.cart-popup-wrap .count-wrap .closee:after {
    content: '+';
}

.cart .count-wrap .closee,
.cart-popup-wrap .count-wrap .closee {
    border: none;
    width: auto;
    margin-left: 5px;
}

.cart .count-wrap .closee:after,
.cart-popup-wrap .count-wrap .closee:after {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    font-size: 20px;
    top: -10px;
}

.cart .form-control,
.cart-popup-wrap .form-control {
    border: solid 1px #2c95b8;
}

.cart .form-control.is-invalid,
.cart-popup-wrap .form-control.is-invalid {
    border-color: #dc3545;
}

@media (max-width: 575px) {
    .items {
        margin-top: 15px;
    }

    .subscription-wrap .btn.btn-blue {
        margin-left: 8px;
    }

    .cart .form-block,
    .cart-popup-wrap .form-block {
        margin-left: 0;
    }

    .cart .content .main-title,
    .cart-popup-wrap .content .main-title {
        font-size: 16px;
    }

    .cart .content .main-title .wrapper,
    .cart-popup-wrap .content .main-title .wrapper {
        margin: 0;
    }

    .cart .content .title,
    .cart-popup-wrap .content .title {
        font-size: 16px;
    }

    .cart .content .title .wrapper,
    .cart-popup-wrap .content .title .wrapper {
        margin-left: 0;
        text-align: center;
    }

    .cart .content .block .outer-wrapper,
    .cart-popup-wrap .content .block .outer-wrapper {
        padding: 0;
    }

    .cart .content .block .outer-wrapper .inner-wrapper,
    .cart-popup-wrap .content .block .outer-wrapper .inner-wrapper {
        padding: 15px 0;
    }

    .cart .content .block .outer-wrapper .inner-wrapper .title,
    .cart-popup-wrap .content .block .outer-wrapper .inner-wrapper .title {
        font-size: 12px;
    }

    .cart .content .block .itemss .info,
    .cart-popup-wrap .content .block .itemss .info {
        height: 100%;
    }

    .cart .content .block .itemss .item-name,
    .cart-popup-wrap .content .block .itemss .item-name {
        padding-bottom: 15px;
        text-align: center;
    }

    .cart .content .block .itemss .price-wrap,
    .cart-popup-wrap .content .block .itemss .price-wrap {
        display: inline-block;
    }

    .cart .content .block .btn-wrapp button,
    .cart-popup-wrap .content .block .btn-wrapp button {
        width: 100%;
    }

    .cart .content .block .img,
    .cart-popup-wrap .content .block .img {
        text-align: left;
        text-align: center;
    }

    .cart .content .item-amount {
        text-align: center;
    }

    .cart .content .block .discountt,
    .cart-popup-wrap .content .block .discountt {
        position: absolute;
        top: 30px;
        right: 0;
    }

    .cart .price-wrap div:not(.dropdown-menu),
    .cart-popup-wrap .price-wrap div:not(.dropdown-menu) {
        display: block;
    }

    footer .footer-wrap .f-logo {
        width: 50%;
    }

    footer .footer-wrap .f-logo img {
        width: 120px;
    }

    footer .footer-wrap img {
        width: auto;
        height: auto;
        margin-bottom: 0;
        vertical-align: -1px;
        margin-right: 5px;
    }

    footer section .schedule {
        text-align: center;
        margin: 0 15px;
        width: 50%;
    }

    footer section .schedule > div {
        font-size: 12px;
    }

    footer section .schedule .phone,
    footer section .schedule .phone:hover,
    footer section .schedule .phone:visited {
        font-size: 20px;
        color: #2c96b9;
        font-weight: bold;
        text-decoration: none;
    }

    footer section.links,
    footer section.socials {
        font-size: 18px;
        padding: 0 15px;
    }

    footer section.links a,
    footer section.socials a {
        font-size: 18px;
    }

    footer section.links .line,
    footer section.socials .line {
        margin: 5px -30px;
    }

    footer .footer-wrap .socials img {
        height: auto;
        width: 31px;
        margin-bottom: 0;
        vertical-align: middle;
        margin-right: 0px;
    }

    footer .footer-wrap .socials > div:first-child {
        margin-top: 10px;
        margin-bottom: 15px;
    }

    footer .footer-wrap .socials > div:last-child {
        margin-bottom: 30px;
    }

    footer .cop {
        font-size: 12px;
        padding: 10px 0 0;
    }
}

.compare .outer-wrapp {
    height: auto;
}

.compare .title-wrap h1 {
    display: inline-block;
    margin-right: 10px;
}

.compare .row {
    margin-left: 0;
    margin-right: 0;
    padding-left: 15px;
}

.compare [class*='col'] {
    padding: 0 0px;
}

.compare footer {
    height: 250px;
    margin-top: -250px;
}

.compare .content {
    box-sizing: border-box;
    min-height: 100%;
    padding-bottom: 250px;
    width: calc(100% + 4px);
    margin-left: -4px;
}

.compare .optc-wrap {
    position: relative;
    width: 255px;
    float: left;
    -moz-box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.53);
    -webkit-box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.53);
    box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.53);
    padding: 30px;
    z-index: 10;
}

.compare .optc-wrap .add-ct {
    margin-bottom: 15px;
}

.compare .optc-wrap .add-ct span {
    color: #2c96b9;
}

.compare .optc-wrap .show-wrap {
    height: 165px;
}

.compare .optc-wrap .show-wrap + .line {
    margin: 91px -30px 0;
}

.compare .optc-wrap .show-wrap div:first-child {
    color: #767c7e;
    margin-bottom: 15px;
}

.compare .optc-wrap .show-wrap .form-group {
    margin-bottom: 0;
}

.compare .optc-wrap li {
    padding: 10px 30px;
    margin: 0 -30px;
}

.compare .optc-wrap li:nth-child(2n+1) {
    background-color: #efefef;
}

.compare .optc-wrap .btn-link {
    text-decoration: underline;
}

.compare .compare-content {
    overflow: auto;
}

.compare .compare-content .scroll-wrap {
    width: 5000px;
}

.compare .compare-content .scroll-wrap .item-wrap {
    height: auto;
    padding: 0px 20px;
}

.compare .compare-content .outer-wrapp {
    float: left;
    border: 1px solid #cdd2d4;
    margin-right: -1px;
}

.compare .compare-content .outer-wrapp .item-wrap img.product {
    /* margin-top: 60px; */
    margin-top: 20px;
}

.compare .compare-content .outer-wrapp .item-wrap .product-name {
    min-height: 45px;
}

.compare .compare-content .outer-wrapp .main-prop-wrap {
    margin-bottom: 25px;
}

.compare .compare-content .outer-wrapp .main-prop-wrap + button {
    margin-bottom: 15px;
}

.compare .compare-content .outer-wrapp li {
    padding: 10px 20px;
    margin: 0 -20px;
    min-height: 41px;
}

.compare .compare-content .outer-wrapp li:nth-child(2n+1) {
    background-color: #efefef;
}

.compare .compare-content .outer-wrapp li:last-child {
    margin-bottom: 14px;
}

.compare .compare-content .outer-wrapp .line {
    margin: 0 -20px 0;
}

.compare .compare-content .outer-wrapp .product-img-wrap {
    position: relative;
    height: 211px;
}

.compare .compare-content .outer-wrapp .product-img-wrap > div {
    position: absolute;
}

.compare .compare-content .icons-wrap {
    float: left;
    width: auto;
    margin-top: 25px;
    top: 0px;
}

.compare .compare-content .icons-wrap i {
    width: 15px;
    height: 14px;
}

.compare .compare-content .icons-wrap small {
    vertical-align: top;
    display: inline-flex;
}

.compare .compare-content .top-wrap {
    width: 100%;
}

.compare .compare-content .close-wrap {
    float: right;
}

.compare .compare-wrap {
    margin-bottom: 100px;
}

.compare .compare-wrap .btn-link span {
    transform: rotate(135deg);
    display: inline-block;
}

.sales .content {
    box-sizing: border-box;
    min-height: 100%;
    width: calc(100% + 4px);
    margin-left: -4px;
}

.sales [class*='col'] {
    padding: 0 0px;
}

.sales .item {
    width: 330px;
    float: left;
    margin-left: 30px;
    margin-bottom: 30px;
    border: 1px solid #cdd2d4;
}

.sales .img-wrap {
    position: relative;
}

.sales .img-wrap img {
    width: 100%;
}

.sales .discount {
    width: 75px;
    height: 75px;
    -moz-border-radius: 45px;
    -webkit-border-radius: 45px;
    border-radius: 45px;
    font-size: 24px;
    line-height: 3.1;
    top: 120px;
    left: 40px;
}

.sales .text {
    padding: 20px;
}

.sales .item-footer {
    padding: 0 20px 30px;
}

.sales .item-footer div {
    display: inline-block;
    vertical-align: -10px;
}

.sales .item-footer button {
    display: inline-block;
    padding-left: 40px;
    padding-right: 40px;
}

.favorite .content {
    box-sizing: border-box;
    min-height: 100%;
    width: calc(100% + 4px);
    margin-left: -4px;
}

.favorite [class*='col'] {
    padding: 0 0px;
}

.favorite .favorite-wrap {
    margin-bottom: 30px;
}

.favorite .favorite-wrap .item-wrap {
    padding: 0 20px;
}

.favorite .item-wrap {
    position: relative;
    float: left;
    border: 1px solid #cdd2d4;
    margin: 0 20px 30px;
    height: auto;
}

.favorite .product-img-wrap div:first-child {
    width: 100%;
    position: absolute;
    opacity: 0.7;
}

.favorite h1 .favorite_i {
    width: 30px;
    height: 30px;
}

.favorite h1 .favorite_i:hover {
    background-color: transparent;
    cursor: inherit;
}

.favorite h1 i {
    vertical-align: middle;
    margin-left: 10px;
}

.favorite h1 i span {
    top: 6px;
    left: 10px;
    font-size: 14px;
}

.favorite .favorite-wrap .compare_icon {
    width: 22px;
    height: 22px;
    position: absolute;
}

.favorite .favorite-wrap .product-name {
    min-height: 45px;
}

.seen-wrap .compare_icon {
    float: right;
}

.seen-wrap .favorite_i {
    width: 22px;
    height: 22px;
    margin: 19px 0px;
}

.seen-wrap .compare_icon {
    width: 22px;
    height: 22px;
    float: right;
    margin: 19px 0px;
}

.menu-pad a {
    padding-left: 60px;
}

.btn-more {
    display: inline-block;
    padding-right: 12px;
    position: relative;
    color: inherit !important;
    cursor: pointer;
    text-decoration: none !important;
    background: none;
    border: none;
    box-shadow: none;
    transition: color .15s ease-in-out 0s;
    padding: 0 12px 0 0;
    margin-top: 15px;
}

.btn-more:focus,
.btn-more:active {
    border: none;
    outline: none;
}

.btn-more:after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-top: 1px solid;
    border-right: 1px solid;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%) rotate(135deg);
    transition: all 0.25s ease 0s;
}

.btn-more .noopen {
    display: inline;
}

.inner-wrap.opened .btn-more .noopen {
    display: none;
}

.btn-more .open {
    display: none;
}

.inner-wrap.opened .btn-more .open {
    display: inline;
}

.form-check.hidden {
    display: none
}

.inner-wrap.opened .form-check.hidden {
    display: block
}

.inner-wrap.opened .btn-more:after {
    transform: translateY(0%) rotate(-45deg);
}

@media screen and (prefers-reduced-motion: reduce) {
    .wrap .form-control {
        font-size: 16px;
    }
}

.cart-popup-wrap {
    overflow-y: scroll;
    overflow-x: hidden;
    border-left: 1px solid #d9dee0;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: white;
    z-index: 1055;
    width: 500px;
    height: 0;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.cart-popup-wrap.open {
    height: 100%;
}

.cart-popup-wrap .order-wrapp {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 25px;
    width: 100%;
}

.cart-popup-wrap .order-wrapp .item.active {
    border: none;
}

.cart-popup-wrap .order-wrapp .title-wrap {
    margin-left: 20px;
    margin-bottom: 30px;
}

.cart-popup-wrap .order-wrapp .title-wrap h1 {
    float: left;
}

.cart-popup-wrap .order-wrapp .title-wrap i {
    width: 20px;
    height: 20px;
}

.cart-popup-wrap .order-wrapp .title-wrap i.close-i {
    margin: 7px 0 0;
    float: right;
}

.cart-popup-wrap .order-wrapp .title-wrap i.shopping_bag_icon {
    margin: 7px 65px 0 0;
    float: left;
}

.cart-popup-wrap .order-wrapp .total-wrap {
    background-color: #bfdce6;
    margin: -20px -30px 0;
    padding: 40px 15px;
    font-weight: 600;
}

.cart-popup-wrap .order-wrapp .total-wrap > span:first-child {
    font-size: 16px;
    margin-left: 15px;
}

.cart-popup-wrap .order-wrapp .total-wrap > span:last-child {
    float: right;
    font-size: 20px;
    margin-right: 15px;
}

.cart-popup-wrap .similar-wrap {
    font-size: 16px;
}

.cart-popup-wrap .item-wrap {
    width: 148px;
    height: 225px;
    float: left;
    padding: 5px 5px 15px 5px;
    margin: 5px 5px 0 5px;
    -moz-transition: 0.5;
    -o-transition: 0.5;
    -webkit-transition: 0.5;
    transition: 0.5;
    font-size: 14px;
}

.cart-popup-wrap .item-wrap img {
    width: 100%;
    margin-top: 0;
    height: auto;
}

.cart-popup-wrap .item-wrap .product-name {
    font-size: 12px;
}

.cart-popup-wrap .item-wrap:hover {
    -moz-box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.2);
}

.cart-popup-wrap .price-titile {
    font-size: 12px !important;
}

.cart-popup-wrap .price-old {
    font-size: 11px !important;
}

.cart-popup-wrap .price-new {
    font-size: 13px !important;
}

.cart-popup-wrap a {
    display: block;
}

.cart-popup-wrap .item-wrap .product-img-wrap .discount {
    bottom: 3px;
    right: 5px;
    width: 40px;
    height: 40px;
    line-height: 3.3;
    font-size: 12px;
}

.cart-popup-wrap .title {
    font-weight: 600;
    margin: 0 10px 10px 20px;
}

.cart-popup-wrap .img-wrapp {
    min-height: 120px;
    float: left;
    width: 125px;
    margin-right: 15px;
}

.cart-popup-wrap .img-wrapp img {
    width: 100%;
}

.cart-popup-wrap .price-wrap .price-old {
    color: #767c7e;
    text-decoration: line-through;
    margin-right: 10px;
}

.cart-popup-wrap .price-wrap .price {
    font-size: 22px;
}

.cart-popup-wrap .item .discount {
    top: 25px;
    right: 50px;
    width: 70px;
    height: 70px;
    border-radius: 40px;
    line-height: 3.5;
    font-size: 20px;
}

.news nav.blue-menu,
.map nav.blue-menu {
    margin-left: -30px;
    margin-right: -15px;
}

.news nav.blue-menu ul li,
.map nav.blue-menu ul li {
    width: 20%;
}

.news.row,
.row.map {
    margin-right: 0;
    margin-left: 0;
}

.news img,
.map img {
    max-width: 100%;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.news .date,
.map .date,
.news .label,
.map .label {
    display: block;
    float: right;
    font-size: 10px;
    background-color: #bfdce6;
    padding: 5px 80px 3px 20px;
    line-height: 2;
}

.news .text,
.map .text {
    font-size: 16px;
}

.news .text a,
.map .text a {
    color: #2c96b9;
    text-decoration: underline;
}

.news .news-wrap,
.map .news-wrap,
.news .article-wrap,
.map .article-wrap {
    border-bottom: none;
}

.news .news-wrap .title,
.map .news-wrap .title,
.news .article-wrap .title,
.map .article-wrap .title {
    margin-bottom: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news .news-wrap .item-wrap,
.map .news-wrap .item-wrap,
.news .article-wrap .item-wrap,
.map .article-wrap .item-wrap {
    margin-bottom: 20px;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.news .news-wrap .item-wrap:hover,
.map .news-wrap .item-wrap:hover,
.news .article-wrap .item-wrap:hover,
.map .article-wrap .item-wrap:hover {
    -moz-box-shadow: 0 3px 16px 1px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 3px 16px 1px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 16px 1px rgba(0, 0, 0, 0.5);
}

.news .news-wrap .item-wrap .img-wrap,
.map .news-wrap .item-wrap .img-wrap,
.news .article-wrap .item-wrap .img-wrap,
.map .article-wrap .item-wrap .img-wrap {
    position: relative;
}

.news .news-wrap .item-wrap .img-wrap .date,
.map .news-wrap .item-wrap .img-wrap .date,
.news .article-wrap .item-wrap .img-wrap .date,
.map .article-wrap .item-wrap .img-wrap .date {
    position: absolute;
    bottom: 0;
    background-color: #bfdce6;
    padding: 5px 50px;
    font-size: 10px;
    font-weight: 600;
}

.news .news-full-wrap .img-wrap {
    margin-bottom: 0.5rem;
    text-align: center;
}

.news .news-wrap .scrollWrapper,
.map .news-wrap .scrollWrapper,
.news .article-wrap .scrollWrapper,
.map .article-wrap .scrollWrapper {
    height: 370px;
}

.news .btn-wrap,
.map .btn-wrap {
    margin: 60px 0;
}

.news .btn-wrap button:last-child,
.map .btn-wrap button:last-child {
    float: right;
}

.news .btn-wrap .btn-link,
.map .btn-wrap .btn-link {
    font-size: 14px;
}

.news .about-full-wrap .slider:hover .prev-arrow,
.map .about-full-wrap .slider:hover .prev-arrow {
    opacity: 1;
}

.news .about-full-wrap .slider:hover .next-arrow,
.map .about-full-wrap .slider:hover .next-arrow {
    opacity: 1;
}

.news .about-full-wrap .slider-nav img,
.map .about-full-wrap .slider-nav img {
    margin: 13px 5px;
    cursor: pointer;
    border: none;
    -moz-transition: box-shadow 0.5s;
    -o-transition: box-shadow 0.5s;
    -webkit-transition: box-shadow 0.5s;
    transition: box-shadow 0.5s;
}

.news .about-full-wrap .slider-nav img:hover,
.map .about-full-wrap .slider-nav img:hover {
    -moz-box-shadow: 0 3px 16px 1px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 3px 16px 1px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 16px 1px rgba(0, 0, 0, 0.5);
}

.news .about-full-wrap .prev-arrow,
.map .about-full-wrap .prev-arrow {
    top: 0;
    height: 100%;
}

.news .about-full-wrap .prev-arrow:after,
.map .about-full-wrap .prev-arrow:after {
    border-left: 3px solid white;
    border-bottom: 3px solid white;
}

.news .about-full-wrap .next-arrow,
.map .about-full-wrap .next-arrow {
    top: 0;
    height: 100%;
}

.news .about-full-wrap .next-arrow:after,
.map .about-full-wrap .next-arrow:after {
    border-left: 3px solid white;
    border-bottom: 3px solid white;
}

.news .about-full-wrap .text,
.map .about-full-wrap .text {
    margin-bottom: 60px;
}

.news .cert-wrap .img-wrap,
.map .cert-wrap .img-wrap {
    float: left;
    padding: 70px 0 50px;
    margin: 0 40px 30px 0;
    border: 1px solid #cdd2d4;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    width: 290px;
}

.news .cert-wrap .img-wrap:hover,
.map .cert-wrap .img-wrap:hover {
    -moz-box-shadow: 0 3px 16px 1px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 3px 16px 1px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 16px 1px rgba(0, 0, 0, 0.5);
}

.news .cert-wrap .img-wrap p,
.map .cert-wrap .img-wrap p {
    margin-top: 40px;
}

.news .cert-wrap .img-wrap a,
.map .cert-wrap .img-wrap a {
    display: block;
}

.news .cert-wrap .img-wrap:hover,
.map .cert-wrap .img-wrap:hover {
    text-decoration: underline;
}

.news .cert-wrap img,
.map .cert-wrap img {
    width: 150px;
    height: 150px;
}

.news .cert-full-wrap h1 img,
.map .cert-full-wrap h1 img {
    width: 50px;
    margin-left: 30px;
}

.news .full,
.map .full {
    margin: 0 0px 0 -14px;
    width: calc(100% + 14px);
}

.news .article-wrap .label,
.map .article-wrap .label {
    float: none;
    position: absolute;
    bottom: 0;
    text-transform: uppercase;
    font-weight: 600;
}

.news .article-wrap img,
.map .article-wrap img {
    margin-bottom: 0px;
}

.news .label.d,
.map .label.d {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
}

.news .discount-full-wrap .img-wrap,
.map .discount-full-wrap .img-wrap {
    position: relative;
}

.news .discount-full-wrap .discount,
.map .discount-full-wrap .discount {
    bottom: 20%;
    left: 7%;
    top: 50px;
    font-size: 48px;
    width: 150px;
    height: 150px;
    -moz-border-radius: 80px;
    -webkit-border-radius: 80px;
    border-radius: 80px;
    line-height: 3.1;
}

.news .visa,
.map .visa {
    display: block;
    width: 220px;
    margin-bottom: 0;
}

.news .liq,
.map .liq {
    width: 150px;
    margin-bottom: 0;
    margin-left: 15px;
}

.news .pci-wrap,
.map .pci-wrap {
    background-color: #d9dee0;
    padding: 20px;
    margin-top: 40px;
}

.news .pci-wrap img,
.map .pci-wrap img {
    float: left;
    margin: 10px 15px 0 0;
}

.some-wrrap {
    border: 1px solid #cdd2d4;
    margin-bottom: 15px;
}

.some-wrrap .img-wrap {
    padding: 5px;
}

.some-wrrap .info-wrap {
    padding: 0 15px 15px 15px;
}

.some-wrrap .info-wrap .title {
    color: #767c7e;
}

.some-wrrap .info-wrap .name {
    font-size: 18px;
}

.some-wrrap .info-wrap .price-old {
    color: #767c7e;
    text-decoration: line-through;
}

.some-wrrap .info-wrap .price {
    padding: 5px;
    font-size: 20px;
    font-weight: bold;
}

.some-wrrap .info-wrap .discount {
    display: inline-block;
    position: relative;
    right: 0;
    top: 0;
    font-size: 16px;
    line-height: 2.5;
    width: 40px;
    height: 40px;
}

.some-wrrap .info-wrap .price-wrap {
    min-height: 40px;
}

.product .opt-wrap #similar-button {
    color: #767c7e;
    text-decoration: underline;
    cursor: pointer;
}

.product .opt-wrap #similar-button:hover {
    text-decoration: underline;
}

.product .opt-wrap .price-wrap .icons-wrap {
    margin-right: 8px;
}

.product .opt-wrap .price-wrap .icons-wrap div {
    margin-bottom: 15px;
    display: flex;
}

.product .opt-wrap .price-wrap .icons-wrap i {
    width: 20px;
    height: 20px;
    vertical-align: bottom;
}

.product .opt-wrap .price-wrap .discount {
    top: 30px;
    right: 15px;
    width: 60px;
    height: 60px;
    line-height: 3.4;
}

.product .opt-wrap .pointer-wrapper {
    margin: 15px 0;
}

.product .opt-wrap .pointer-wrapper .i-pointer {
    display: inline-block;
    background-image: url("../icons/pointer.png");
    height: 20px;
    width: 20px;
    background-size: contain;
    vertical-align: middle;
}

.product .opt-wrap .pointer-wrapper .dropdown {
    display: inline-block;
}

.product .opt-wrap .pointer-wrapper .btn {
    padding: 0;
}

.product h1 {
    margin-bottom: 0;
}

.product .prev-arrow,
.product .next-arrow {
    position: relative;
    display: block;
    width: 30px;
    height: 30px;
    left: 705px;
    top: 520px;
    z-index: 5;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    cursor: pointer;
    border: 1px solid #9a9fa1;
    background: white;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.product .prev-arrow::after,
.product .next-arrow::after {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    left: 8px;
    border-left: 3px solid #9a9fa1;
    border-bottom: 3px solid #9a9fa1;
    height: 12px;
    width: 12px;
    -moz-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
}

.product .prev-arrow:hover,
.product .next-arrow:hover {
    border: 1px solid transparent;
    -moz-box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.33);
    -webkit-box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.33);
    box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.33);
}

.product .next-arrow {
    top: -519px;
}

.product .next-arrow::after {
    top: 10px;
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.product .slider-nav .slick-slide {
    margin: 10px 15px;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    cursor: pointer;
}

.product .img-wrap .slick-slide.slick-active {
    z-index: 200 !important;
    z-index: 19 !important;
}

.product .slider-nav .slick-slide:hover {
    box-shadow: none !important;
}

.product .slider-nav .slick-slide.item {
    width: 125px;
}

.product .slider-nav .slick-slide img {
    width: 180px;
    padding: 10px 10px;
    outline: none;
    border: 1px solid #e4e4e4;
    transition: .5s;
}

.product .slider-nav .slick-slide img:hover {
    border: 1px solid transparent;
    box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.33);
}

.product .slider-nav .slick-slide:hover {
    border: 1px solid transparent;
    -moz-box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.33);
    -webkit-box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.33);
    box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.33);
}

.product .line {
    margin: 18px 0px 0 -50px;
}

.product .question-wrap .title h5 {
    float: left;
}

.product .question-wrap ul {
    margin-left: 15px;
}

.product .question-wrap ul li {
    margin-top: 15px;
}

.product .question-wrap .btn-link {
    padding-left: 0;
}

.product .question-wrap .name {
    font-weight: 800;
}

.product .question-wrap .info-wrap {
    float: left;
    margin-right: 30px;
}

.product .question-wrap .date {
    font-size: 12px;
    color: #767c7e;
}

.product .icons-wrap {
    margin-top: 0;
}

.product .icons-wrap span {
    display: inline-block;
    position: static;
}

.product .add-fav,
.product .add-compare {
    cursor: pointer;
}

.product .add-fav:hover .compare_icon,
.product .add-compare:hover .compare_icon {
    background: url("../icons/compare_icon_fill.svg") no-repeat center;
    background-size: 100%;
}

.product .add-fav:hover .favorite_i,
.product .add-compare:hover .favorite_i {
    background: url("../icons/favorite_icon_fill.svg") no-repeat center;
}

.product .title {
    min-width: 88%;
}

.product .tabbed-content hr {
    margin: 1rem 0;
}

.product .tabbed-content .question-wrap .icons-wrap {
    width: auto;
    margin-right: 5px;
    margin-top: 0;
}

.product .tabbed-content .question-wrap .comment-title-main {
    float: left;
    margin-right: 10px;
}

.product .tabbed-content .question-wrap form {
    margin-bottom: 60px;
    margin-top: 15px;
}

.product .tabbed-content .question-wrap .stars {
    /* padding: 6px 0 0 0; */
    margin: 0;
    float: left;
}

.product .tabbed-content .question-wrap p.icons-wrap {
    padding: 4px 0 0 16px;
}

.product .tabbed-content .question-wrap .buttons {
    text-align: right;
}

.product .tabbed-content .question-wrap .name-description {
    float: left;
    margin-right: 10px;
}

.product .tabbed-content .in-stock {
    font-size: 14px;
}

.product .tabbed-content .in-stock .count {
    display: inline-block;
    background-color: #767c7e;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    line-height: 1.3;
    color: white;
    width: 19px;
    height: 19px;
    text-align: center;
    margin: 0 5px;
}

.product .tabbed-content .in-stock .city {
    display: inline-block;
    background-color: #f8f9fa;
    padding: 5px;
    margin-left: 10px;
    border: 1px transparent;
    cursor: pointer;
}

.product .tabbed-content .in-stock .city > img {
    display: inline-block;
    margin-left: 10px;
}

.product .tabbed-content .in-stock .title-in-stock {
    color: #0a7ac1;
    font-weight: bold;
    padding: 15px;
}

.product .tabbed-content .in-stock .tab-map .card-acability {
    padding: 5px 0;
}

.product .tabbed-content .in-stock .tab-map .point,
.product .tabbed-content .in-stock .tab-map .time {
    font-weight: bold;
}

.product .tabbed-content .in-stock .tab-map .point .map-icon,
.product .tabbed-content .in-stock .tab-map .point .time-icon,
.product .tabbed-content .in-stock .tab-map .time .map-icon,
.product .tabbed-content .in-stock .tab-map .time .time-icon {
    vertical-align: top;
}

.product .tabbed-content .in-stock .tab-map .point .map-icon img,
.product .tabbed-content .in-stock .tab-map .point .time-icon img,
.product .tabbed-content .in-stock .tab-map .time .map-icon img,
.product .tabbed-content .in-stock .tab-map .time .time-icon img {
    display: inline-block;
    margin-right: 5px;
}

.product .tabbed-content .in-stock .tab-map [id*='tab-map-'] {
    margin: 15px 0;
    height: 250px;
}

.product .tabbed-content .in-stock .tab-map .phone {
    padding: 15px 0;
    font-weight: bold;
}

.product .tabbed-content .in-stock .tab-map .phone a {
    color: #2c96b9;
    text-decoration: underline;
    font-size: 12px;
}

.product .tabbed-content .in-stock .tab-map .phone > div {
    margin: 25px 0;
}

.product .tabbed-content .in-stock .w-65 {
    width: 65%;
}

.product .tabbed-content .in-stock .w-45 {
    width: 45%;
}

.product #prod-labels {
    margin-top: 16px;
}

.product #prod-labels a {
    margin: 0 2px;
}

@media (max-width: 575px) {
    .product .tabbed-content .in-stock .time,
    .product .tabbed-content .in-stock [id*='street-'] {
        font-size: 12px;
    }

    .product .tabbed-content .in-stock .tab-map .phone > div {
        margin: 10px 0;
    }

    .product .tabbed-content .in-stock .tab-map .phone > div div {
        line-height: 0.4;
        font-size: 12px;
    }

    .product .tabbed-content .in-stock .tab-map .phone {
        padding: 0;
    }

    .ui-dialog {
        width: 100% !important;
        left: 0 !important;
    }
}

.map #map {
    width: 100%;
    height: 500px;
}

.map #map section {
    margin-bottom: 10px;
}

.map #map span,
.map #map h3 {
    color: #2c96b9;
}

.map .img-wrap {
    margin: 30px auto 0 auto;
}

.map .img-wrap .img {
    margin-bottom: 15px;
    position: relative;
}

.map .img-wrap .img img {
    margin-bottom: 0;
}

.map .img-wrap .img .text-wrap {
    width: 250px;
    height: 115px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background-color: rgba(255, 255, 255, 0.7);
    text-align: center;
    padding: 15px;
}

.show-room .new-wrap img {
    width: 100%;
}

.show-room.row {
    margin-right: 0;
    margin-left: 0;
}

.show-room .addres {
    font-size: 16px;
}

.show-room .slider:hover .prev-arrow {
    opacity: 1;
}

.show-room .slider:hover .next-arrow {
    opacity: 1;
}

.show-room .slider-nav img {
    margin: 13px 5px;
    cursor: pointer;
    border: none;
    -moz-transition: box-shadow 0.5s;
    -o-transition: box-shadow 0.5s;
    -webkit-transition: box-shadow 0.5s;
    transition: box-shadow 0.5s;
}

.show-room .slider-nav img:hover {
    -moz-box-shadow: 0 3px 16px 1px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 3px 16px 1px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 16px 1px rgba(0, 0, 0, 0.5);
}

.show-room .slider-nav img a {
    display: block;
    position: absolute;
    height: 100%;
    width: calc(100% - 30px);
    top: 0;
}

.show-room .prev-arrow {
    top: 0;
    height: 100%;
}

.show-room .prev-arrow:after {
    border-left: 3px solid white;
    border-bottom: 3px solid white;
}

.show-room .next-arrow {
    top: 0;
    height: 100%;
}

.show-room .next-arrow:after {
    border-left: 3px solid white;
    border-bottom: 3px solid white;
}

/* .show-room p {
    margin-bottom: 0;
} */

.show-room p span {
    color: #2c96b9;
}

.show-room .show-room-wrap {
    margin: 40px 0;
}

.show-room .show-room-wrap .bl-1 {
    border: 1px solid #cdd2d4;
}

.show-room .show-room-wrap .bl-1 .i-bl-w1 {
    float: left;
    font-weight: bold;
    font-size: 16px;
    padding: 30px;
    width: 50%;
}

.show-room .show-room-wrap .bl-1 .i-bl-w2 {
    width: 50%;
    height: 280px;
    float: right;
}

.show-room .show-room-wrap #map {
    width: 100%;
    height: 100%;
}

.show-room .show-room-wrap button {
    margin-top: 30px;
}

.show-room .new-wrap {
    margin: 30px 0;
    border-bottom: none;
}

.show-room .new-wrap .img {
    position: relative;
    margin: 0 5px;
}

.show-room .new-wrap .text-wrap {
    width: 250px;
    height: 115px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background-color: rgba(255, 255, 255, 0.7);
    text-align: center;
    padding: 15px;
}

.show-room .btn-blue-white {
    margin-right: 100px;
}

.show-room .line {
    margin: 20px -15px 60px -40px;
}

.contacts {
    font-size: 16px;
    margin-bottom: 30px;
}

.contacts.row {
    margin-left: 0;
    margin-right: 0;
}

.contacts #map {
    height: 330px;
}

.contacts .info {
    margin-bottom: 15px;
}

.contacts .contact-form {
    margin-top: 30px;
}

.contacts form {
    margin-top: 15px;
}

.p404 {
    font-size: 16px;
    margin-right: 0;
}

.p404_special_text {
    margin-bottom: 10px;
}

.p404_button {
    margin-bottom: 10px;
}

.p404 .text {
    font-size: 30px;
    margin-top: 20px;
}

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

.search .btn.btn-blue {
    margin-left: -8px;
    z-index: 1;
    padding: 8px 15px;
}

.cabinet > div {
    max-width: 1100px;
}

.cabinet.row,
.cabinet .row {
    margin-left: 0;
    margin-right: 0;
}

.cabinet nav.blue-menu ul li {
    width: 25%;
}

.cabinet .cabinet-info {
    margin-top: -32px;
    font-size: 16px;
    border: 1px solid #cdd2d4;
    padding: 30px 20px;
}

.cabinet .cabinet-info .title {
    font-weight: 600;
    display: inline-block;
    display: inline-block;
    font-size: 16px;
}

.cabinet .cabinet-info .title span {
    display: inline-block;
    border: 1px solid #2c96b9;
    padding: 5px 11px;
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
    border-radius: 18px;
    font-size: 14px;
    margin-right: 15px;
    margin-left: -45px;
}

.cabinet .cabinet-info .compare_icon + form {
    float: right;
}

.cabinet .cabinet-info .item.active {
    border: 1px solid transparent;
}

.cabinet .cabinet-info .bonus-wrap div.row {
    padding: 10px 0;
}

.cabinet .cabinet-info .bonus-wrap div.row:first-of-type {
    margin: 0 0 25px;
}

.cabinet .cabinet-info .bonus-wrap .line {
    margin: 0;
}

.cabinet .cabinet-info .form-control:disabled {
    background-color: transparent;
    border: 1px solid transparent;
}

.cabinet .cabinet-info select:disabled {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.cabinet .cabinet-info-main {
    padding: 30px 75px;
}

.cabinet .line {
    margin: 20px -90px;
}

.cabinet .favorite-wrap .item-wrap {
    float: left;
}

.cabinet .favorite-wrap i.compare_icon {
    width: 20px;
    height: 20px;
    margin: 0px 0px 10px 5px;
    right: 0px;
}

.cabinet .favorite-wrap i.close-i {
    width: 17px;
    height: 17px;
}

.cabinet .favorite-wrap .item-wrap {
    height: 440px;
    border: 1px solid #cdd2d4;
    margin: 0 30px 15px 0;
    padding: 0px 20px;
}

.cabinet .favorite-wrap .item-wrap .product-img-wrap .discount {
    bottom: 10px;
    right: 10px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.cabinet .favorite-wrap .item-wrap .product-img-wrap div:nth-child(2) {
    max-height: 200px;
    overflow: hidden;
}

.cabinet .favorite-wrap .price-wrap {
    margin-bottom: 15px;
}

.cabinet .favorite-wrap .close-wrap {
    float: right;
    margin-right: 30px;
}

.cabinet .favorite-wrap .icon-wrap {
    position: absolute;
    top: 1px;
    opacity: 0.8;
}

.cabinet .favorite-wrap .title-wrap {
    margin-bottom: 30px;
    width: 100%;
}

.cabinet .favorite-wrap .title-wrap i.close-i {
    margin: 2px 0px 0px 5px;
    width: 8px;
    height: 8px;
    fill: #4da2c1;
}

.cabinet .favorite-wrap .title-wrap .btn-link {
    padding-left: 2px;
}

.cabinet .favorite-wrap h6 {
    float: left;
}

.cabinet .buy-history-wrap {
    padding: 15px 0;
}

.cabinet .buy-history-wrap .orders {
    width: 100%;
}

.cabinet .buy-history-wrap .order-wrap {
    width: 100%;
}

.cabinet .buy-history-wrap .order-wrap .line {
    margin: 20px 0;
}

.cabinet .buy-history-wrap .order-wrap .title-wrap i.arrows {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin: 2px 10px;
    transition: 0.5s;
}

.cabinet .buy-history-wrap .order-wrap .title-wrap i.arrows:after {
    width: 13px;
    height: 13px;
}

.cabinet .buy-history-wrap .order-wrap .title-wrap i.arrows.open {
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.cabinet .buy-history-wrap .order-wrap .title-wrap div {
    float: left;
    width: 22%;
}

.cabinet .buy-history-wrap .order-wrap .title-wrap div:first-child {
    min-width: 110px;
    color: #2c96b9;
}

.cabinet .buy-history-wrap .order-wrap .title-wrap div:first-child a {
    color: #4da2c1;
}

.cabinet .buy-history-wrap .order-wrap .title-wrap div:nth-child(2) {
    min-width: 175px;
}

.cabinet .buy-history-wrap .order-wrap .title-wrap div:nth-child(3) {
    min-width: 175px;
    font-weight: 600;
}

.cabinet .buy-history-wrap .order-wrap .title-wrap div:nth-child(4) {
    min-width: 105px;
    text-align: right;
    color: #4da2c1;
}

.cabinet .buy-history-wrap .order-items .name {
    margin-left: 35px;
}

.cabinet .buy-history-wrap .order-items img {
    width: 110px;
}

.cabinet .buy-history-wrap .order-items .item div {
    display: inline-block;
    min-width: 17%;
    max-width: 34%;
}

.cabinet .buy-history-wrap .order-items .item div:first-child {
    min-width: 110px;
    max-width: 240px;
    width: 18%;
}

.cabinet .buy-history-wrap .order-items .item div:nth-child(2) {
    min-width: 175px;
    max-width: 245px;
}

.cabinet .buy-history-wrap .order-items .item div:nth-child(2) .title {
    color: #767c7e;
}

.cabinet .buy-history-wrap .order-items .item div:nth-child(3) {
    max-width: 175px;
}

.cabinet .buy-history-wrap .order-items .item div:nth-child(4) {
    text-align: right;
}

.cabinet .buy-history-wrap .total {
    width: 50%;
    float: right;
    margin-top: 25px;
}

.cabinet .buy-history-wrap .total .title {
    color: #767c7e;
}

.cabinet .buy-history-wrap .total div {
    display: inline-block;
    width: 49%;
}

.cabinet .buy-history-wrap .total div:last-child {
    text-align: right;
}

.reg-wraper {
    border: 1px solid #cdd2d4;
    padding: 30px 50px;
}

.reg-wraper .title {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 15px;
}

.reg-wraper .title span {
    display: inline-block;
    border: 1px solid #2c96b9;
    padding: 5px 11px;
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
    border-radius: 18px;
    font-size: 14px;
    margin-right: 15px;
}

.scrollComtent {
    width: 100%;
    position: relative;
}

.scrollComtent .outer-wrapp {
    /* If you don't want the images in the scroller to be selectable, try the following
     block of code. It's just a nice feature that prevent the images from
     accidentally becoming selected/inverted when the user interacts with the scroller. */
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

div.scrollWrapper {
    overflow: hidden;
}

div.scrollingHotSpotRight {
    min-width: 75px;
    width: 10%;
    position: absolute;
    z-index: 200;
    right: 0;
    background: -moz-linear-gradient(left, rgba(125, 185, 232, 0) 32%, rgba(148, 197, 236, 0) 44%, #fffcfd 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(125, 185, 232, 0) 32%, rgba(148, 197, 236, 0) 44%, #fffcfd 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(125, 185, 232, 0) 32%, rgba(148, 197, 236, 0) 44%, #fffcfd 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007db9e8', endColorstr='#fffcfd', GradientType=1);
}

div.scrollingHotSpotRight .arrow {
    position: absolute;
    top: 175px;
    right: 30px;
    width: 30px;
    height: 30px;
    border: 1px solid #a1a1a1;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
}

div.scrollingHotSpotRight .arrow:after {
    display: block;
    width: 30px;
    height: 30px;
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    content: '';
    left: 7px;
    top: 9px;
    border-left: 1px solid #a1a1a1;
    border-bottom: 1px solid #a1a1a1;
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}

.scrollingHotSpotLeft {
    min-width: 75px;
    width: 10%;
    background-color: transparent;
    position: absolute;
    z-index: 200;
    left: 0;
    background: -moz-linear-gradient(left, #fffcfd 0%, rgba(148, 197, 236, 0) 56%, rgba(125, 185, 232, 0) 68%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #fffcfd 0%, rgba(148, 197, 236, 0) 56%, rgba(125, 185, 232, 0) 68%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #fffcfd 0%, rgba(148, 197, 236, 0) 56%, rgba(125, 185, 232, 0) 68%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcfd', endColorstr='#007db9e8', GradientType=1);
}

.scrollingHotSpotLeft .arrow {
    position: absolute;
    top: 175px;
    left: 30px;
    width: 30px;
    height: 30px;
    border: 1px solid #a1a1a1;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
}

.scrollingHotSpotLeft .arrow:after {
    display: block;
    width: 30px;
    height: 30px;
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    content: '';
    left: 11px;
    top: 9px;
    border-left: 1px solid #a1a1a1;
    border-bottom: 1px solid #a1a1a1;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*
SCSS variables and mixins
*/

/*
Some styles to make this demo look pretty (or at least decent)
If you want to style everything yourself, you shouldn't need these
*/

.tabbed-content {
    background: #fff;
    min-width: 320px;
    padding: 1em;
}

.tabs ul, .cloth-tabs ul {
    margin: 0;
    font-weight: bold;
}

.tabs ul li, .cloth-tabs ul li {
    border: 1px solid #cdd2d4;
    border-bottom: none;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.tabs ul li a, .cloth-tabs ul li a {
    padding: .5em 24px;
}

.tabs ul li a:hover,
.tabs ul li a.active,
.cloth-tabs ul li a:hover,
.cloth-tabs ul li a.active {
    background: #bfbfbf;
    color: #fffcfc;
}

.cloth-tabs ul li a:hover,
.cloth-tabs ul li a.active {
    color: black;
}

section .item, section .cloth-item {
    display: none;
}

.item, .cloth-item {
    position: relative;
    margin-bottom: 2px;
}

.item::before, .cloth-item::before {
    cursor: pointer;
    font-weight: bold;
    background: #eee;
    padding: .5em;
    display: block;
}

.item.active, .cloth-item.active {
    border: 1px solid #cdd2d4;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display: block;
}

.item.active::before, .cloth-item::before {
    background: #bfbfbf;
    color: #fffcfc;
}

.item.active .item-content {
    padding: 1em;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

.tabbed-content .tabs, .tabbed-content .cloth-tabs {
    display: none;
}

.tabbed-content .item, .tabbed-content .cloth-item {
    min-height: 2em;
}

.tabbed-content .item::before {
    content: attr(data-title);
}

.tabbed-content .item .item-content {
    opacity: 0;
    visibility: hidden;
    height: 0;
}

.tabbed-content .item.active .item-content {
    opacity: 1;
    visibility: visible;
    height: auto;
    padding: 25px;
    min-height: 200px;
}

@media (min-width: 575px) {
    .tabbed-content .tabs {
        display: block;
    }

    .tabbed-content .tabs li {
        display: inline-block;
        position: relative;
    }

    .tabbed-content .tabs li a {
        display: block;
    }

    .tabbed-content .item {
        min-height: 0;
        display: none;
    }

    .tabbed-content .item.active {
        display: block;
    }

    .tabbed-content .item::before {
        display: none;
    }

    .tabbed-content.tabs-side .tabs {
        width: 150px;
        float: left;
    }

    .tabbed-content.tabs-side .tabs li {
        display: block;
    }

    .tabbed-content.tabs-side .item {
        margin-left: 150px;
    }
}

.order-complete .title-wrap {
    margin-bottom: 30px;
}

.order-complete .title-wrap .title {
    float: left;
}

.order-complete .title-wrap .title-btn {
    float: right;
}

.order-complete .title-wrap .title-btn {
    margin-right: 45px;
}

.order-complete .title-wrap i {
    width: 30px;
    height: 28px;
}

.order-complete .title-wrap i.check {
    background: url(../icons/check.png);
}

.order-complete .items-wrap {
    padding: 0 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 3px 16px 1px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 3px 16px 1px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 16px 1px rgba(0, 0, 0, 0.5);
}

.order-complete .items-wrap .item {
    padding: 20px;
}

.order-complete .items-wrap .item.active {
    border: none;
}

.order-complete .items-wrap .item .item-img {
    display: inline-block;
    width: 150px;
}

.order-complete .items-wrap .item .item-info {
    display: inline-block;
    vertical-align: middle;
    margin-left: 30px;
}

.order-complete .items-wrap .item .item-info .title {
    color: #767c7e;
}

.order-complete .items-wrap .item .item-info .item-name {
    font-weight: 600;
}

.order-complete .items-wrap .item .item-info .price {
    font-size: 22px;
    font-weight: 600;
}

.order-complete .items-wrap .item .item-info .price-old {
    color: #767c7e;
    font-size: 14px;
    text-decoration: line-through;
}

.order-complete .items-wrap .line {
    margin: 0;
}

.order-complete .order-info {
    font-size: 14px;
    font-weight: 600;
    margin-left: 30px;
}

.order-complete .order-info .total {
    margin-top: 60px;
    font-weight: 600;
    font-size: 22px;
}

.order-complete .line {
    margin: 50px -15px 0 -35px;
}

.commets-wrap {
    padding-left: 15px;
    /*sprite with stars*/
}

.commets-wrap .commets-block {
    margin-top: 30px;
}

.commets-wrap .diagram-wrapp {
    font-size: 16px;
    font-weight: 800;
}

.commets-wrap .diagram-wrapp .total-diagram .item-wrapp {
    margin-bottom: 15px;
}

.commets-wrap .diagram-wrapp .total-diagram .item-wrapp div {
    display: inline-block;
}

.commets-wrap .diagram-wrapp .total-diagram .item-wrapp .item-line-wrapp {
    position: relative;
    width: 50%;
    float: right;
    height: 24px;
    vertical-align: middle;
}

.commets-wrap .diagram-wrapp .total-diagram .item-wrapp .item-line-wrapp .item-line {
    text-align: center;
    color: transparent;
}

.commets-wrap .diagram-wrapp .total-diagram .item-wrapp .item-line-wrapp .item-line:first-child {
    position: absolute;
    background-color: #dbdbdb;
    height: 100%;
}

.commets-wrap .diagram-wrapp .total-diagram .item-wrapp .item-line-wrapp .item-line:nth-child(2) {
    display: block;
    position: absolute;
    width: 0;
    height: 100%;
    background-color: #8cc34c;
    left: 0;
}

.commets-wrap .diagram-wrapp .total-diagram .item-wrapp .item-line-wrapp .item-line:last-child {
    display: block;
    position: absolute;
    width: 0;
    height: 100%;
    background-color: #e33840;
    right: 0;
}

.commets-wrap .diagram-wrapp .total-rate .item-wrapp {
    margin-bottom: 15px;
}

.commets-wrap .filters-wrap {
    margin-left: -30px;
}

.commets-wrap .filters-wrap .f2 button:first-child {
    width: 215px;
}

.commets-wrap .filters-wrap .f2 button:first-child:after {
    left: 195px !important;
    top: 40%;
}

.commets-wrap .form-check {
    padding-left: 0;
}

.commets-wrap .filters-wrap .dropdown-menu {
    width: 250px;
}

.commets-wrap .comment-items {
    margin-top: 60px;
}

.commets-wrap .comment-items li {
    margin-bottom: 60px;
}

.commets-wrap .comment-items .info-wrap {
    margin-right: 90px;
}

.commets-wrap .comment-items .info-wrap .no-avatar {
    margin-right: 20px;
}

.commets-wrap .comment-items .info-wrap .info .date {
    margin-bottom: 15px;
}

.commets-wrap .comment-items .info-wrap .info .btn-link {
    font-size: 16px;
    padding: 0;
}

.commets-wrap .comment-items .info-wrap .info .btn-link:hover,
.commets-wrap .comment-items .info-wrap .info .btn-link:focus {
    color: #2c96b9;
    text-decoration: none;
}

.commets-wrap .comment-items .info-wrap .info .dropdown-menu {
    font-size: 14px;
}

.commets-wrap .comment-items .info-wrap .info .dropdown-toggle::after {
    vertical-align: sub;
    content: '';
    border-top: .3em transparent;
}

.commets-wrap .comment-items .info-wrap .info .dropdown-toggle.pen::after {
    content: url(../icons/pen.png);
}

.commets-wrap .comment-items ul {
    margin-top: 15px;
}

.commets-wrap .comment-items ul li ul {
    margin-left: 120px;
}

.commets-wrap .comment-items ul li ul .info-wrap {
    margin-right: 30px;
}

.commets-wrap .user-rate-items {
    font-size: 16px;
    font-weight: 800;
    margin-top: 15px;
    display: none;
}

.commets-wrap .user-rate-items .user-rate-item {
    margin-right: 15px;
    display: inline-block;
}

.commets-wrap .user-rate-items div {
    display: inline-block;
}

.commets-wrap .sprite-smile {
    width: 41px;
    height: 41px;
    background: url(../icons/sprite_smile_.png) no-repeat;
    vertical-align: middle;
    margin-left: 5px;
    margin-right: 5px;
}

.commets-wrap .sprite-smile.angry {
    background-position: 0 0;
}

.commets-wrap .sprite-smile.sad {
    background-position: -40px 0;
}

.commets-wrap .sprite-smile.netral {
    background-position: -80px 0;
}

.commets-wrap .sprite-smile.good {
    background-position: -120px 0;
}

.commets-wrap .sprite-smile.perfect {
    background-position: -160px 0;
}

.commets-wrap .form-block {
    overflow: hidden;
    display: none;
}

.commets-wrap .line {
    display: none;
}

.commets-wrap .form-wrap {
    font-size: 16px;
    font-weight: 800;
    padding: 15px;
}

.commets-wrap .form-wrap .title {
    margin-bottom: 30px;
}

.commets-wrap .form-wrap .rate-rating div {
    display: inline-block;
    vertical-align: bottom;
}

.commets-wrap .form-wrap .rate-rating .name-description {
    float: left;
}

.commets-wrap .form-wrap .rate-rating .rating-wrapper {
    float: right;
}

.commets-wrap .form-wrap .check-fly input:checked + label + .green {
    color: #8cc34c;
}

.commets-wrap .form-wrap .check-fly input:checked + label + .red {
    color: #e33840;
}

.commets-wrap .form-wrap .check-fly input:checked + label + .grey {
    color: #a7a5a5;
}

.commets-wrap .form-wrap .cf {
    margin-top: 15px;
}

.commets-wrap .form-wrap .check-fly {
    margin-left: 15px;
}

.commets-wrap .form-wrap .check-fly:last-child {
    width: 130px;
}

.commets-wrap .form-wrap .check-fly input + label {
    display: block;
    height: 40px;
    width: 40px;
    margin: auto;
}

.commets-wrap .form-wrap .check-fly input + label:after {
    content: '';
    display: block;
    height: 40px;
    width: 41px;
    -webkit-mask-image: unset;
    border: 1px solid transparent;
    top: 0;
}

.commets-wrap .form-wrap .check-fly input + label + label {
    margin-left: 0;
    width: 100%;
    text-align: center;
}

.commets-wrap .form-wrap .check-fly:first-child input + label:after {
    background: url(../icons/sprite_smile_.png);
    background-position: -161px -41px;
}

.commets-wrap .form-wrap .check-fly:first-child input:checked + label:after {
    background-position: -161px -1px;
}

.commets-wrap .form-wrap .check-fly:nth-child(2) input + label:after {
    background: url(../icons/sprite_smile_.png);
    background-position: -202px -42px;
}

.commets-wrap .form-wrap .check-fly:nth-child(2) input:checked + label:after {
    background-position: -202px -1px;
}

.commets-wrap .form-wrap .check-fly:last-child input + label:after {
    background: url(../icons/sprite_smile_.png);
    background-position: -1px -41px;
}

.commets-wrap .form-wrap .check-fly:last-child input:checked + label:after {
    background-position: -1px -1px;
}

.commets-wrap #reviewSmile-input {
    transform: scale(-1, 1);
}

.commets-wrap #reviewSmile-input label,
.commets-wrap #reviewSmile-input label:hover {
    background: url(../icons/sprite_smile_.png);
}

.commets-wrap #reviewSmile-input {
    /*fix floating problems*/
    zoom: 1;
    /*end of fix floating problems*/
    position: relative;
    float: left;
}

.commets-wrap #reviewSmile-input input {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    height: 40px;
    width: 40px;
    position: absolute;
    top: 0;
    z-index: 0;
}

.commets-wrap #reviewSmile-input label {
    height: 40px;
    width: 40px;
    float: right;
    cursor: pointer;
    margin-right: 20px;
    position: relative;
    z-index: 1;
}

.commets-wrap #reviewSmile-input label:hover,
.commets-wrap #reviewSmile-input label:hover ~ label {
    height: 40px;
    width: 40px;
}

.commets-wrap #reviewSmile-input #smile-0 {
    left: 0;
}

.commets-wrap #reviewSmile-input label[for*="smile-0"] {
    background-position: 0 -41px;
}

.commets-wrap #reviewSmile-input label[for*="smile-1"] {
    background-position: -41px -41px;
}

.commets-wrap #reviewSmile-input label[for*="smile-2"] {
    background-position: -81px -41px;
}

.commets-wrap #reviewSmile-input label[for*="smile-3"] {
    background-position: -121px -41px;
}

.commets-wrap #reviewSmile-input label[for*="smile-4"] {
    background-position: -161px -41px;
}

.commets-wrap #reviewSmile-input label[for*="smile-0"]:hover {
    background-position: 0 0;
}

.commets-wrap #reviewSmile-input label[for*="smile-1"]:hover {
    background-position: -41px 0;
}

.commets-wrap #reviewSmile-input label[for*="smile-2"]:hover {
    background-position: -81px 0;
}

.commets-wrap #reviewSmile-input label[for*="smile-3"]:hover {
    background-position: -121px 0;
}

.commets-wrap #reviewSmile-input label[for*="smile-4"]:hover {
    background-position: -161px 0;
}

.commets-wrap #reviewSmile-input input:checked ~ label {
    height: 40px;
    width: 40px;
}

.commets-wrap #reviewSmile-input input[id*="smile-0"]:checked + label {
    background-position: 0 0;
}

.commets-wrap #reviewSmile-input input[id*="smile-1"]:checked + label {
    background-position: -41px 0;
}

.commets-wrap #reviewSmile-input input[id*="smile-2"]:checked + label {
    background-position: -81px 0;
}

.commets-wrap #reviewSmile-input input[id*="smile-3"]:checked + label {
    background-position: -121px 0;
}

.commets-wrap #reviewSmile-input input[id*="smile-4"]:checked + label {
    background-position: -161px 0;
}

.commets-wrap #reviewSmile-input #smile-1 {
    left: 53px;
}

.commets-wrap #reviewSmile-input #smile-2 {
    left: 106px;
}

.commets-wrap #reviewSmile-input #smile-3 {
    left: 159px;
}

.commets-wrap #reviewSmile-input #smile-4 {
    left: 212px;
}

.commets-wrap #reviewSmile-input #smile-5 {
    left: 265px;
}

.persent-block {
    padding: 0 20px;
}

.persent-block div {
    display: inline-block;
    min-width: 10px;
    height: 10px;
}

.persent-block .gren-b {
    background-color: green;
    margin-right: 5px;
}

.persent-block .grey-b {
    background-color: grey;
    margin-right: 5px;
}

.persent-block .red-b {
    background-color: red;
    margin-right: 5px;
}

.persent-block .persent-data {
    margin-right: 15px;
}

.green {
    color: #8cc34c;
}

.red {
    color: #e33840;
}

.grey {
    color: #a7a5a5;
}

#homepage-news {
    padding-left: 33px;
}

.h3,
h3 {
    font-size: 24px;
}

.slick-initialized .slick-slide {
    z-index: 19 !important;
}

.title .h3,
.title h3,
.see-wrap .title h3,
.see-wrap .title .h3 {
    text-align: center;
    display: block;
}

#warehouses .dropdown-item {
    padding: 3px 5px;
    text-align: left;
}

#warehouses .dropdown-item:active,
#warehouses .dropdown-item:hovar {
    background: #2c96b9;
}

div.product > div.container-fluid div.price-wrap > div.desc {
    color: #ff9b35;
    font-size: 14px;
    margin-top: 5px;
}

#reviewsbtn {
    font-size: 12px;
}

#reviewsbtn:hover {
    text-decoration: underline;
}

@media (max-width: 992px) {
    div.product > div.container-fluid div.price-wrap > div.desc {
        font-size: 14px;
        color: #ff9b35;
    }

    .new-wrap {
        padding-left: 0;
    }

    #homepage-news .news .article-wrap .scrollM {
        border-bottom: 0;
    }

    .commets-wrap .user-rate-items .user-rate-item {
        display: block;
        margin-bottom: 15px;
    }

    .commets-wrap .user-rate-items div {
        vertical-align: top;
    }

    .commets-wrap .diagram-wrapp .total-diagram .item-wrapp div {
        display: block;
    }

    .commets-wrap .diagram-wrapp .total-diagram .item-wrapp div {
        width: 100%;
    }

    .commets-wrap .comment-items ul li ul {
        margin-left: 30px;
    }

    .commets-wrap .comment-items ul li ul li .name {
        font-weight: 800;
    }

    .content-main-wrap {
        padding-top: 75px;
    }
}

@media (max-width: 576px) {
    .commets-wrap .diagram-wrapp {
        margin-left: -15px;
    }

    .commets-wrap .diagram-wrapp .total-diagram .item-wrapp .item-line-wrapp {
        width: 100%;
    }

    .commets-wrap #reviewSmile-input label {
        margin-right: 9px;
    }

    .form-block {
        margin-left: -15px;
    }

    .form-check-inline {
        font-size: 11px;
    }

    .item-title {
        line-height: 2.5;
        font-size: 14px;
    }

    .kostil {
        padding: 0;
    }
}

@media (max-width: 1199px) {
    .r-wrap {
        margin-left: 80px;
    }

    .all-menu-wrap .search-wrap {
        margin-top: 20px;
    }

    .all-menu-wrap .side-menu-wrap,
    .all-menu-wrap .side-second-menu-wrap {
        width: 65px;
        overflow: hidden;
    }

    .all-menu-wrap .side-menu-wrap.open,
    .all-menu-wrap .open.side-second-menu-wrap {
        width: 300px;
    }

    .all-menu-wrap .side-menu-wrap.open ul li,
    .all-menu-wrap .open.side-second-menu-wrap ul li {
        width: 300px;
    }

    .all-menu-wrap .side-menu-wrap.open ul li span,
    .all-menu-wrap .open.side-second-menu-wrap ul li span {
        opacity: 1;
    }

    .all-menu-wrap .side-second-menu-wrap {
        padding-left: 80px;
        width: 65px;
    }

    .all-menu-wrap .side-second-menu-wrap.half-open {
        padding-left: 90px;
    }

    .all-menu-wrap .side-second-menu-wrap.open {
        width: 700px !important;
        padding-left: 300px;
    }

    .all-menu-wrap .side-second-menu-wrap ul li {
        width: 100% !important;
    }

    .all-menu-wrap .side-second-menu-wrap:hover {
        cursor: pointer;
    }

    .short-menu .all-menu-wrap #main-menu li span {
        display: inline;
    }

    .content-main-wrap .header-wrap .side-logo-wrap {
        float: left;
        width: 250px;
        position: relative;
        left: 350px;
        top: 13px;
    }

    .content-main-wrap .head-menu {
        margin: 28px 0 0 310px;
    }

    .short-menu .content-main-wrap .head-menu {
        margin: 28px 0 0 80px;
    }

    .product .left-wrap {
        width: 798px;
    }

    .cart article,
    .cart-popup-wrap article {
        min-width: 330px;
    }

    .cart .order-wrapp,
    .cart-popup-wrap .order-wrapp {
        width: 100%;
    }

    .product .slider .slick-prev:before,
    .product .slider .slick-next:before {
        color: grey;
    }

    .product .slider {
        width: 100%;
    }

    .product .slider .slick-list {
        width: 88%;
        margin: 0 auto;
    }

    .product .slider .slick-prev {
        left: 0;
        z-index: 1;
    }

    .product .slider .slick-next {
        right: 0;
        z-index: 1;
    }

    .product .slider .slick-dots {
        z-index: 19;
        bottom: -20px;
    }

    .product .slider-nav {
        display: none;
    }
}

@media (max-width: 992px) {
    .cloth-top-lg {
        display: none;
    }

    .news nav.blue-menu,
    .map nav.blue-menu {
        margin-left: -15px;
    }

    .big-links-wrap div img {
        width: 90%;
    }

    /*
  .main-baner-wrap {
    padding-top: 75px;
  }
*/
    .header-wrap .icons-wrap {
        margin: 0 15px 0;
        width: auto;
    }

    .header-wrap .icons-wrap i {
        margin-right: 10px;
        margin-top: 22px;
    }

    .header-wrap .icons-wrap i.hanburger {
        position: absolute;
        width: 45px;
        height: 45px;
        left: 0;
        margin-top: 15px;
    }

    .header-wrap .icons-wrap img {
        margin-left: 0;
        width: 140px;
        height: auto;
    }

    .logo-m {
        width: 135px;
        overflow: hidden;
        left: 70px;
        top: 25px;
    }

    .content-main-wrap .header-wrap {
        width: 100%;
        margin-left: 0;
    }

    .content-main-wrap .header-wrap.open {
        z-index: 1060;
        background-color: white;
        position: fixed;
    }

    .content-main-wrap .header-wrap .side-logo-wrap {
        left: 55px;
    }

    .short-menu .content-main-wrap .header-wrap {
        width: 100%;
        margin-left: 0;
    }

    .form-check-label {
        cursor: pointer;
    }

    .slick-dots {
        /* bottom: -20px; */
        bottom: 20px !important;
    }

    .see-wrap .title {
        margin-bottom: 15px;
        text-align: center !important;
    }

    .see-wrap .btn-blue-white,
    .new-wrap .btn-blue-white,
    .show-room .btn-blue-white {
        margin-right: 0;
        min-width: 120px;
    }

    .item-wrap-full {
        display: none !important;
    }

    .subscription-wrap {
        font-size: 13px;
        text-align: center;
    }

    .subscription-wrap label {
        font-size: 12px;
        font-weight: 600;
        margin-right: 0;
    }

    .subscription-wrap input {
        width: 180px;
    }

    .content .title button {
        right: 15px;
    }

    .content .title .row button {
        position: static;
    }

    .some-info .text {
        margin: 0;
    }

    .scrollComtent {
        margin-left: 0;
    }

    .r-wrap {
        padding-bottom: 0;
    }

    footer {
        padding: 25px 0 0 0;
        height: auto;
        position: static;
    }

    body.open .slick-prev,
    body.open .slick-prev .slick-next {
        display: none;
    }

    .all-menu-wrap #main-menu li span {
        display: inline;
    }

    .all-menu-wrap .side-menu-wrap.open,
    .all-menu-wrap .open.side-second-menu-wrap {
        width: 300px;
        height: 100vh;
        overflow: scroll;
    }

    .all-menu-wrap .side-menu-wrap .inner-menu-wrap .sub-menu a,
    .all-menu-wrap .side-second-menu-wrap .inner-menu-wrap .sub-menu a {
        padding-left: 40px;
    }

    body.open,
    html.open {
        overflow: hidden;
        height: 100%;
        width: 100%;
        -webkit-overflow-scrolling: touch;
    }

    nav.breadcrumb-wrap .breadcrumb {
        margin-left: 0;
    }

    .breadcrumb-wrap .breadcrumb {
        margin-top: 4px;
    }

    .mobile-f {
        width: 262px;
        margin: 15px auto 0;
    }

    .mobile-f button {
        position: relative;
        width: 129px;
        font-size: 12px;
        padding-left: 5px;
    }

    .mobile-f button.vg-filter:after {
        top: 40%;
        right: 10px;
    }

    .filters-data .inner-wrap {
        padding: 20px 50px;
    }

    .filters-data.open {
        width: 100%;
    }

    .filters-data input:not([type*='checkbox']) {
        display: inline-block;
    }

    .prod-wrap.short {
        width: 100%;
    }

    .more-wrapp nav {
        margin: auto;
    }

    i.call-from-site {
        background: url("../icons/call-from-site.svg") left -7px top -5px no-repeat;
        float: right;
    }

    i.hanburger {
        background: url("../icons/hamburger_icon.svg") left no-repeat;
        margin-left: 15px;
    }

    i.close {
        display: none;
        background: url("../icons/krest.svg") no-repeat;
    }

    .product {
        margin: 0;
    }

    .product .left-wrap {
        margin-left: 0;
        width: 100%;
        padding: 0 15px;
    }

    .product .right-wrap {
        width: 100%;
    }

    .product .title {
        clear: both;
        width: 100%;
        display: flex;
    }

    .product .title .row {
        width: 100%;
    }

    .product .slider {
        width: 100%;
    }

    .product .slider img {
        width: 100%;
    }

    .product .slider-nav {
        display: none;
    }

    .product .icons-wrap {
        margin-right: 5px;
    }

    .product .icons-wrap i {
        margin-top: 0;
    }

    .product .delivery + span {
        font-size: 12px;
    }

    .product .opt-wrap {
        position: relative;
        width: 100%;
        margin-left: 0;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: unset;
        background-color: #bfdce6;
    }

    .product .opt-wrap .color-title {
        margin-top: 15px;
        margin-bottom: 10px;
    }

    .product .opt-wrap .price-wrap .discount {
        top: 15px;
        right: 15px;
        width: 50px;
        height: 50px;
        font-size: 18px;
        line-height: 2.8;
    }

    .product .opt-wrap .price-wrap div.available {
        display: block;
    }

    .product .opt-wrap .price-wrap div.available a {
        color: #2c96b9;
        text-decoration: underline;
    }

    .product .opt-wrap .price-wrap div.available a:hover {
        cursor: pointer;
    }

    .product .opt-wrap .price-wrap .price-old {
        font-size: 12px;
        color: #767c7e;
    }

    .product .opt-wrap .price-wrap .icons-wrap i {
        width: 20px;
        height: 20px;
        vertical-align: bottom;
        margin-right: 10px;
    }

    .product .opt-wrap .price-wrap .icons-wrap div {
        display: block;
        margin-bottom: 10px;
    }

    .product .opt-wrap .prop-wrap {
        background-color: white;
        margin: 0px -30px -25px;
        padding: 30px;
    }

    .product .opt-wrap .prop-wrap .color-title span:nth-child(2) a {
        color: #4da2c1;
    }

    .product .tabbed-content {
        margin: 0;
        padding: 0;
        box-shadow: none;
        width: 100%;
    }

    .product .tabbed-content .tabs {
        display: none;
    }

    .product .tabbed-content .item {
        display: block;
    }

    .product .tabbed-content .item .item-content {
        display: none;
    }

    .product .tabbed-content .item.active {
        border: none;
    }

    .product .tabbed-content .item.active .item-content {
        display: block;
    }

    .product section::before {
        background: transparent;
    }

    .product .see-wrap .btn-blue-white {
        margin-right: 15px;
    }

    .product-content-wrap {
        border-bottom: none;
    }

    .footer-wrap {
        padding: 0 15px;
    }

    .cart .row,
    .cart-popup-wrap .row {
        margin-left: 0;
        margin-right: 0;
    }

    .cart .order-wrapp,
    .cart-popup-wrap .order-wrapp {
        width: 100%;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 0 30px;
        margin-top: 0px;
    }

    .cart .order-wrapp .total-wrap,
    .cart-popup-wrap .order-wrapp .total-wrap {
        margin: -20px -45px 0;
    }

    .cart .order-wrapp .btn-link,
    .cart-popup-wrap .order-wrapp .btn-link {
        display: block;
        margin: auto;
    }

    .cart .tabbed-content,
    .cart-popup-wrap .tabbed-content {
        width: 100%;
    }

    .cart form,
    .cart-popup-wrap form {
        width: auto;
    }

    .order-complete .order-info {
        margin-left: 0;
        margin-top: 60px;
    }

    .order-complete .order-info .total {
        font-size: 20px;
    }

    .order-complete .items-wrap {
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .cabinet .cabinet-info {
        padding: 30px 45px;
        border: 1px solid transparent;
    }

    .cabinet .cabinet-info .items {
        width: 100%;
    }

    .cabinet .favorite-wrap .item-wrap {
        margin: 0 8px 15px;
    }

    .slick-track {
        margin-left: 0;
        margin-right: 0;
    }

    .item-wrap {
        width: 255px;
    }

    .sub-menu-icon {
        display: inline-block;
    }

    .r-wrap {
        margin-left: 0;
    }

    .slick-next {
        right: 0;
    }

    .slick-prev {
        left: 0;
    }

    .slick-prev,
    .slick-next {
        z-index: 201;
    }

    .slick-prev:before,
    .slick-next:before {
        color: grey;
    }

    section .cloth-item {
        width: 100%;
        display: flex;
        align-items: center;
        height: 28px;
    }

    .cloth-choice span {
        margin-left: 8px;
    }

    .cloth-sm-8 {
        margin-top: 8px;
    }
}

@media (max-width: 765px) {
    body {
        min-width: 0;
    }

    .form-control-sm,
    .input-group-sm > .form-control,
    .input-group-sm > .input-group-append > .btn,
    .input-group-sm > .input-group-append > .input-group-text,
    .input-group-sm > .input-group-prepend > .btn,
    .input-group-sm > .input-group-prepend > .input-group-text {
        font-size: 16px;
    }

    .filter-class.content.content-main-wrap {
        padding-top: 0px;
    }

    .header-wrap {
        background-color: rgba(255, 255, 255, 0.8);
        height: 75px;
        -webkit-box-shadow: 0px 3px 9px -3px rgba(0, 0, 0, 0.53);
        -moz-box-shadow: 0px 3px 9px -3px rgba(0, 0, 0, 0.53);
        box-shadow: 0px 3px 9px -3px rgba(0, 0, 0, 0.53);
        position: relative;
        z-index: 2;
    }

    .main-baner-wrap img {
        width: 100%;
        height: auto;
    }

    .slider-wrap .outer-wrapp,
    .slider-wrap .items .outer-wrapp {
        position: relative;
        width: 100%;
        margin-left: 0;
    }

    .item-wrap,
    .slider-wrap .item-wrap-full,
    .items .item-wrap-full {
        margin-right: auto;
        margin-left: auto;
    }

    .all-menu-wrap .side-menu-wrap,
    .all-menu-wrap .side-second-menu-wrap {
        width: 0;
        background: white;
        overflow: scroll;
        font-size: 14px;
        position: absolute;
        height: 100vh;
        z-index: 10000;
        -moz-transition: 0.5s;
        -o-transition: 0.5s;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .all-menu-wrap .side-menu-wrap .logo,
    .all-menu-wrap .side-second-menu-wrap .logo {
        border-bottom: unset;
    }

    .all-menu-wrap .side-menu-wrap .inner-menu-wrap,
    .all-menu-wrap .side-second-menu-wrap .inner-menu-wrap {
        width: 300px;
    }

    .all-menu-wrap .side-second-menu-wrap .inner-menu-wrap ul {
        width: 100%;
    }

    .all-menu-wrap .side-second-menu-wrap .inner-menu-wrap ul li:first-child {
        padding-top: 5px;
    }

    .all-menu-wrap .side-second-menu-wrap .inner-menu-wrap ul li a {
        width: 100%;
        padding: 8px;
    }

    .all-menu-wrap .side-second-menu-wrap .inner-menu-wrap .sub-menu div {
        display: inline-block;
    }

    .all-menu-wrap .side-second-menu-wrap .inner-menu-wrap .sub-menu a {
        padding-left: 110px;
    }

    .closed {
        width: 0;
    }

    .map nav.blue-menu ul li {
        width: 20%;
    }

    .search-wrap {
        border-bottom: 1px solid #767c7e;
        overflow: hidden;
        width: 300px;
    }

    .search-wrap img {
        margin-top: 6px;
        margin-bottom: 6px;
    }

    .favorit.close {
        float: none;
        margin-left: 15px;
        display: none;
    }

    .content-main-wrap .header-wrap .side-logo-wrap {
        left: 90px;
    }

    .content-main-wrap .header-wrap .side-logo-wrap .logo img {
        width: 220px;
        max-height: 52px;
    }

    .icons-wrap img {
        margin-left: 10px;
        margin-bottom: 8px;
    }

    .mob-lang {
        margin-top: 20px;
        margin-bottom: 20px;
        font-size: 12px;
    }

    .mob-lang .select {
        text-decoration: underline;
    }

    .mob-lang span:first-child {
        margin-right: 10px;
    }

    .baner-info-wrap {
        position: relative;
        top: 0;
        left: 0;
        font-size: 20px;
        margin-left: 90px;
        width: 300px;
        padding: 10px;
    }

    .baner-info-wrap .discount {
        top: 10px;
        left: -70px;
        padding: 10px;
        width: 60px;
        height: 60px;
        line-height: 1.9;
    }

    .sell-wrap {
        border-top: 1px solid #d9dee0;
    }

    .pad-norm {
        padding-top: 24px;
        padding-bottom: 35px;
    }

    .sell-wrap .btn-blue-white,
    .new-wrap .btn-blue-white,
    .news-wrap .btn-blue-white,
    .news .article-wrap .btn-blue-white,
    .map .article-wrap .btn-blue-white,
    .news .article-wrap .btn-blue-white,
    .map .article-wrap .btn-blue-white,
    .map .article-wrap .btn-blue-white {
        margin-right: 15px;
    }

    .tabbed-content section::before {
        border-top: 1px solid #bfbfbf;
    }

    section.item:not(.active)::after {
        display: block;
        content: "";
        width: 7px;
        height: 7px;
        border-right: 1px solid black;
        border-bottom: 1px solid black;
        right: 5%;
        top: 13px;
        position: absolute;
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .product .line {
        margin: 50px 0 0 -31px;
    }

    .content .title button {
        right: 25px;
    }

    .news .article-wrap .item-wrap,
    .map .article-wrap .item-wrap {
        margin: 0 auto 20px auto;
        float: none;
    }

    .slick-dots {
        bottom: 13px !important;
    }

    .see-wrap .btn-blue-white {
        margin-right: 0;
    }

    footer .logo-m {
        width: 116px;
        overflow: hidden;
        position: relative;
        left: 0;
        top: 25px;
    }

    .favorite .item-wrap {
        float: none;
        margin: 0;
    }

    .btn-more-wrapp {
        display: block;
    }

    .price-wrap div:not(.dropdown-menu,
    .desc) {
        display: inline-block;
    }
}

@media (max-width: 575px) {
    .labels-wrpper.scrollWrapper {
        overflow: inherit;
    }

    .product .line {
        display: none;
    }

    .product .see-wrap .btn-blue-white {
        margin: 0 auto;
    }

    .product .tabbed-content .item {
        margin-left: 0;
        margin-right: 0;
    }

    .content .see-wrap .title button,
    .content .news-wrap .title button,
    .content .news .article-wrap .title button,
    .news .content .article-wrap .title button,
    .content .map .article-wrap .title button,
    .map .content .article-wrap .title button {
        bottom: -1130px;
    }

    .content .see-wrap {
        padding: 15px 15px 15px 15px;
    }

    .content .see-wrap .row.title {
        margin-bottom: 0;
    }

    .content .see-wrap.salon .outer-wrapp {
        position: relative;
    }

    .content .see-wrap .title button {
        right: 0;
        left: 0;
        width: 120px;
        bottom: -425px;
        margin: auto;
        z-index: 1054;
    }

    .content .see-wrap .title button.salon .title button {
        bottom: -360px;
    }

    .content .show-room .see-wrap .title button {
        left: 0;
        bottom: -390px;
        z-index: 5;
    }

    .content .show-room .new-wrap .title button {
        bottom: -375px !important;
    }

    .content .show-room .shr.btn {
        top: 325px;
        margin: auto;
        right: calc(50% - 55px);
        z-index: 5;
    }

    .content .logo-m {
        position: absolute;
        width: 114px;
        left: 50px;
    }

    .header-wrap .icons-wrap {
        width: auto;
        margin: 25px 5px 0;
    }

    .content .icons-wrap i {
        margin-top: 0;
    }

    .content .product .tabbed-content .question-wrap p.icons-wrap {
        padding: 4px 0 0 0;
    }

    .content .product .tabbed-content .question-wrap .title button {
        right: 0px;
        top: 35px;
        margin-top: 15px;
    }

    .content .product .tabbed-content .question-wrap .stars {
        margin-bottom: 25px;
    }

    .news-wrap,
    .news .article-wrap,
    .map .article-wrap {
        padding-bottom: 15px;
        border-bottom: none;
    }

    #homepage-news {
        border-bottom: 1px solid #cdd2d4;
        padding-left: 15px;
    }

    .news-wrap .item-wrap,
    .news .article-wrap .item-wrap,
    .map .article-wrap .item-wrap {
        min-height: 350px;
        width: calc(100% - 26px);
        margin: 0 auto;
        float: none;
    }

    .news-wrap .item-wrap .img-wrap,
    .news .article-wrap .item-wrap .img-wrap,
    .map .article-wrap .item-wrap .img-wrap {
        height: auto;
    }

    .news-wrap .outer-wrapp {
        padding: 0 15px;
    }

    .subscription-wrap.row {
        margin: 30px 0 0 -14px;
    }

    .cart-popup-wrap.open {
        width: 100%;
    }

    .cart-popup-wrap .order-wrapp {
        padding: 25px 5px;
    }

    .cart-popup-wrap .order-wrapp h1 {
        font-size: 18px;
    }

    .cart-popup-wrap .order-wrapp .title-wrap i {
        width: 15px;
        height: 15px;
        float: right;
    }

    .cart-popup-wrap .order-wrapp .title-wrap i.close-i {
        margin: -14px 15px 0;
    }

    .cart-popup-wrap .order-wrapp .title-wrap i.shopping_bag_icon {
        margin: 3px 50px 0 0;
    }

    .cart-popup-wrap .order-wrapp .total-wrap {
        padding: 40px 65px;
    }

    .cart-popup-wrap .order-wrapp .total-wrap span:first-child {
        font-size: 14px;
        margin-left: 0;
    }

    .cart-popup-wrap .order-wrapp .total-wrap span:last-child {
        font-size: 16px;
    }

    .cart-popup-wrap .order-wrapp .btn.btn-blue,
    .cart-popup-wrap .order-wrapp .btn-blue-white {
        margin-bottom: 15px;
    }

    .tabbed-content {
        padding: 0;
    }

    .tabbed-content .item {
        margin: 1px -15px;
    }

    .compare .h1,
    .compare h1 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .compare .row {
        padding-left: 15px;
        padding-right: 15px;
    }

    .compare .opt-wrap {
        position: static;
        float: none;
        width: 100%;
        box-shadow: none;
        padding: 0;
    }

    .compare .opt-wrap .btn-blue {
        display: none;
    }

    .compare .opt-wrap .btn-link {
        position: absolute;
        top: 30px;
        right: 10px;
        width: 120px;
    }

    .compare .opt-wrap .show-wrap {
        height: 15px;
        margin-top: 15px;
    }

    .compare .opt-wrap .show-wrap > div:first-child {
        float: left;
        height: 50px;
    }

    .compare .opt-wrap .show-wrap div:first-child {
        margin-bottom: 0;
    }

    .compare .titles-wrap {
        display: none;
    }

    .compare .item-wrap {
        width: 160px;
        height: 350px;
        padding: 0 10px;
    }

    .compare .item-wrap img.product {
        width: 100%;
        height: auto;
    }

    .compare .item-wrap .close-wrap {
        position: absolute;
        right: 15px;
        top: 10px;
    }

    .compare .compare-content {
        margin: 0 -15px;
        margin: 0px;
        max-width: calc(100% - 174px);
        /* border: 1px solid red; */
    }

    .compare .compare-content .m-titles {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: -5px auto 0;
        width: 185px;
        text-align: center;
        font-weight: 600;
    }

    .compare .compare-content .m-titles ul {
        margin-top: 575px;
    }

    .compare .compare-content .m-titles ul li {
        height: 41px;
        padding: 10px 0;
    }

    .compare .compare-content .outer-wrapp {
        margin-left: 1px;
        border: 1px solid transparent;
    }

    .compare .compare-content .outer-wrapp .main-prop-wrap {
        min-height: 140px;
    }

    .compare .compare-content .outer-wrapp .item-wrap img.product {
        margin-top: 35px;
    }

    .compare .compare-content .outer-wrapp:not(.rounded) {
        float: none;
    }

    .compare .compare-content .outer-wrapp li {
        padding: 10px 10px;
        margin: 0 -10px;
    }

    .compare .compare-content .outer-wrapp li:nth-child(2n+1) {
        height: 41px;
        background-color: transparent;
    }

    .compare .compare-content .outer-wrapp li:nth-child(2n) {
        background-color: #efefef;
    }

    .compare .compare-content .icons-wrap {
        margin-top: 10px;
        display: flex;
        align-content: center;
        align-items: center;
        height: 13px;
    }

    .compare .compare-content .icons-wrap i {
        width: 11px;
        height: 11px;
        margin-right: 2px;
        display: flex;
        margin-left: 0px;
        align-content: center;
        align-items: center;
    }

    .compare i.close-i {
        margin: 0;
        width: 10px;
    }

    nav.blue-menu {
        margin: 0px 0px 30px;
    }

    nav.blue-menu ul li {
        float: none;
        width: 100% !important;
    }

    nav.blue-menu ul li a.active {
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .map .map-wrap {
        margin: 0 -15px 30px;
    }

    .map .map-wrap .img {
        padding: 0 15px;
    }

    .map .img-wrap .img {
        width: 100%;
        margin-left: 0;
    }

    #map {
        margin-top: 15px !important;
    }

    .show-room.row {
        margin-right: 0;
        margin-left: 0;
    }

    .show-room .show-room-wrap .bl-1 .i-bl-w2,
    .show-room .show-room-wrap .bl-1 .i-bl-w1 {
        width: 100%;
    }

    .show-room .line {
        margin: 50px -15px 60px -40px;
    }

    .scrollComtent div.scrollWrapper .outer-wrapp {
        width: 100%;
        float: none;
    }

    .sell-wrap,
    .new-wrap,
    .news-wrap,
    .news .article-wrap,
    .news .article-wrap,
    .map .article-wrap {
        position: relative;
    }

    .sell-wrap .btn-blue-white,
    .new-wrap .btn-blue-white,
    .news-wrap .btn-blue-white,
    .news .article-wrap .btn-blue-white {
        margin: auto;
        position: absolute;
        left: 0;
        right: 0;
        width: 120px;
        bottom: 16px;
        z-index: 1;
    }

    .map .article-wrap .btn-blue-white {
        margin: auto;
    }

    .news-wrap .title button,
    .news .article-wrap .title button,
    .map .article-wrap .title button {
        bottom: -1215px;
    }

    .map .article-wrap {
        margin-left: 0;
    }

    .top-wraper {
        position: fixed;
        bottom: 0;
        right: 0;
        width: 100%;
        border-radius: 0;
        border: 1px solid #bfdce6;
        background: #bfdce6;
        text-align: center;
        padding: 9px;
        z-index: 2000;
    }

    .top-wraper i.top:after {
        top: 8px;
    }

    .top-wraper a {
        color: #2c96b9;
    }

    .top-wraper a span {
        display: inline;
    }

    .footer-wrap .phone-footer-wrap .phone {
        font-size: 17px;
    }

    .title-wrap {
        text-align: center;
    }

    .order-complete .title-wrap .title-btn {
        margin-right: 0;
        float: none;
    }

    .order-complete .title-wrap .title-btn a {
        margin-top: 15px;
    }

    .order-complete .items-wrap .item .item-info {
        margin-left: 0;
    }

    .order-complete .items-wrap .item .item-img {
        display: inline-block;
        width: 100px;
    }

    .cabinet .title-wrap {
        margin-bottom: 15px;
    }

    .cabinet .cabinet-info {
        padding: 30px 0;
    }

    .cabinet .cabinet-info .title span {
        margin-left: 0px;
    }

    .cabinet .cabinet-info .line {
        margin: 20px 0;
    }

    .cabinet .favorite-wrap .close-wrap {
        margin-right: 0;
    }

    .cabinet .buy-history-wrap .order-items img {
        width: 100%;
    }

    .cabinet .buy-history-wrap .order-items .item div {
        max-width: unset;
    }

    .cabinet .buy-history-wrap .order-items .item div:nth-child(2) {
        min-width: unset;
        max-width: unset;
        margin-left: unset;
        width: 100%;
    }

    .cabinet .buy-history-wrap .order-items .item div:nth-child(4) {
        width: 75%;
    }

    .cabinet .buy-history-wrap .total {
        width: 100%;
    }

    .cabinet .buy-history-wrap .order-wrap .title-wrap div:nth-child(4) {
        margin-top: -25px;
    }

    .all-menu-wrap .side-menu-wrap .inner-menu-wrap .search-wrap,
    .all-menu-wrap .side-second-menu-wrap .inner-menu-wrap .search-wrap {
        border-bottom: none;
        margin-top: 0;
        margin-bottom: 0;
    }

    .all-menu-wrap .side-menu-wrap .inner-menu-wrap .sub-menu a,
    .all-menu-wrap .side-second-menu-wrap .inner-menu-wrap .sub-menu a {
        padding-left: 40px;
    }

    .header-wrap .icons-wrap img {
        width: 105px;
    }

    .header-wrap .icons-wrap i.hanburger {
        margin-top: -10px;
    }

    .cat-content-wrap .outer-wrapp {
        float: none;
    }

    .tabbed-content {
        min-width: 100%;
    }

    .favorite .item-wrap {
        margin: 15px auto;
    }

    .login-form-wrap {
        width: 100%;
    }

    .login-form-wrap i.close-i {
        margin: 0px -5px 0px 0px;
    }
}

/* search */

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

.search__pager {
    margin-top: 30px;
}

@media (max-width: 575px) {
    .search {
        margin-right: 15px;
    }

    .search .outer-wrapp {
        float: none;
    }

    .search .form-inline {
        flex-flow: row;
        -webkit-flex-flow: row;
        -ms-flex-flow: row;
    }

    .search .btn.btn-blue {
        padding: 5px 11px 5px 10px;
    }

    .search .items {
        margin-left: 0;
    }

    .search-text {
        margin-right: 15px;
    }
}

/* end */

.ocpoc-product-btn,
.ocpoc-product-btn2 {
    width: 100%
}

/*.ocpoc-product-btn2 {*/
/*    display: none*/
/*}*/

.head-menu #city-input {
    font-size: 16px;
}

a[aria-label="searchbtn"] {
    font-size: 16px;
    font-family: 400;
    font-family: Arial, Helvetica, sans-serif;
}

#hpmodel .drop-wrap .btn.disabled {
    background: #fff;
    border: 1px solid #fff;
    opacity: 1 !important;
    color: #333333;
}

#hpmodel .dropdown-menu#similar-by-configuration {
    text-align: center !important;
}


.pointer-wrapper .dropdown-menu.show {
    text-align: center;
}

.product .img-wrap .slick-slide.slick-active {
    z-index: 2000 !important;
}

.product-content-wrap .slick-track {
    z-index: 19;
}

.main_slideshow_block .play_button1 {
    text-align: center;
    margin-top: 0px !important;
    cursor: pointer;
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
    height: 100%;
    /* border: 1px solid red; */
    display: flex;
    justify-content: center;
    align-items: center;

}

.main_slideshow_block .play_button1 + iframe {
    text-align: center;
    margin-top: 0px !important;
    cursor: pointer;
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
    height: 100%;
    /* border: 1px solid red; */
    display: block;
}

.main_slideshow_block .play_button1 .miniimage {
    height: 200px;
    max-height: 40%;
    opacity: 0.6;
}

.main_slideshow_block .baner-next-arrow,
.main_slideshow_block .baner-prev-arrow {
    /* border:1px solid red; */
    height: calc(100% - 50px);
}

.main_slideshow_block .baner-next-arrow {
    z-index: 0
}

.main_slideshow_block .slick-dots {
    width: 250px;
    margin-left: 50%;
    transform: translateX(-50%);
    /* border:1px solid red; */
}

/* product video */
.miniimg .play_button1 {
    left: calc((100% - 0px) / 2) !important;
}

.playButton img,
.play_button img {
    opacity: 0.6;
}

.container-sm-100 {
    width: 100%;
    justify-content: center;
    display: flex;
    margin-bottom: 8px;
}

.container-sm-m-8 {
    margin: 8px;
    width: 100%
}

.container-type-cloth {
    width: 100%;
    position: relative;
}

.cloth-black {
    color: black;
}

.cloth-itallic {
    font-style: italic;
    margin: 0;
}

.cloth-color > img {
    width: 100%;
    height: auto;
    border-radius: 100%;
}

.cloth-color {
    width: 13%;
}

.cloth-color > span {
    width: 100%;
    display: flex;
    justify-content: center;
}

.cloth-colors {
    display: flex;
    justify-content: space-around;
    margin-bottom: 8px;
    width: 100%;
    position: relative;
    margin-top: 8px;
}

.cloth-padding {
    padding: 25px 0 !important;
}

.cloth-padding-25 {
    padding-left: 25px;
    padding-right: 25px;
}

.cloth-padding-14 {
    padding-left: 35px;
    padding-right: 35px;
}

.cloth-right {
    display: flex;
    justify-content: flex-end;
    margin-right: 16px;
}

.container-type-cloth .cloth-category-check {
    margin-left: 8px;
}

.cloth-category-check {
    padding: 8px;
    margin-left: 21px;
    width: 16px;
}

.cloth-mg-8 {
    margin-top: 16px;
}

.cloth-top {
    position: absolute;
    right: 16px;
    top: 3px;
    color: white;
    background: #50748a;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px
}

#cloth-groups {
    width: 100%;
}

.cloth-ckeckout-container, .cloth-big-container {
    outline: none !important;
    -webkit-backface-visibility: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
}

.cloth-ckeckout-content, .cloth-big-content {
    background: #fff;
    padding: 15px;
    border-radius: 0.3rem;
    width: 320px;
    margin: 0 auto;
    position: relative;
}

.cloth-big-content {
    border-radius: 1px;
    width: 90%;
    max-height: 80%;
    height: auto;
    padding: 0;
}

.cloth-big-image, .cloth-big-image img {
    width: 100%;
    height: auto;
}

.cloth-big-content .oc-footer {
    position: absolute;
    padding: 0;
    bottom: 21px;
    width: 100%;
}

.cloth-ckeckout-block, .cloth-big-block {
    width: 100%;
    height: 100%;
    position: fixed !important;
    overflow: hidden;
    left: 0;
    top: 0;
    z-index: 1043;
}

.cloth-ckeckout-inner, .cloth-big-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    left: 0;
    top: 0;
    padding-top: 20%;
    padding-top: calc(50vh - 270px);
}

.cloth-ckeckout-content .oc-firstname span, .cloth-ckeckout-content .oc-telephone span {
    display: none;
}

.cloth-ckeckout-content .has-error {
    display: block !important;
}

.cloth-to-cart > img {
    width: 100%;

}

.cloth-color:hover {
    cursor: pointer;
}

.product .product-content-wrap {
    display: flex;
    flex-direction: column;
}

.product .cashback-block {
    margin-bottom: 8px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.product .product-specs-box .title {
    margin-bottom: 8px;
}

.product .open-video,
.product #cloth-button,
.product #recommend-adding-button {
    color: #333;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    cursor: pointer;
    transition: all .3s ease;
}

.product .open-video:hover,
.product #cloth-button:hover,
.product #recommend-adding-button:hover {
    color: #000;
}

.product #tab2 .item-content iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
}

@media (max-width: 991px) {
    .short-menu .r-wrap {
        margin-left: 0;
    }

    .all-menu-wrap .side-menu-wrap,
    .all-menu-wrap .side-second-menu-wrap {
        top: 75px;
        width: 0;
        overflow-y: auto;
        overflow-x: hidden;
        height: auto;
        z-index: 1060;
    }
}

@media (min-width: 992px) {
    .short-menu .content-main-wrap .header-wrap .side-logo-wrap {
        left: 15px;
    }
}

@media (min-width: 993px) {
    .cloth-big-content {
        width: 45%;
        height: auto;
    }

    .cloth-big-inner {
        padding: 0;
        display: flex;
        align-items: center;
    }

    .cloth-container {
        width: 33%;
    }

    .tabbed-content .cloth-tabs {
        display: block;
    }

    .tabbed-content .cloth-tabs li {
        display: inline-block;
        position: relative;
        margin-right: 3px;
    }

    .tabbed-content .cloth-tabs li a {
        display: block;
    }

    .w-100-cloth {
        justify-content: space-around;
    }

    .t-cloth {
        width: auto !important;
        margin-bottom: 0;
        align-items: center;
        display: flex;
        margin-top: -0.5rem;
    }

    .cloth-border {
        border: 1px solid #cdd2d4;
        border-bottom: 0;
    }

    .w-calc-cloth {
        margin-left: 20px;
        width: calc(100% - 40px);
    }

    .cloth-top {
        display: none;
    }

    .container-type-cloth h3 {
        display: inline-block;
    }

    .cloth-top-lg {
        display: inline-block;
        position: relative;
    }

    .cloth-top-lg span {
        color: white;
        background: #50748a;
        width: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 8px;
        position: absolute;
        right: -50px;
        top: -30px;
    }

    .container-type-cloth {
        display: flex;
        flex-flow: row wrap
    }

    .cloth-text {
        width: 50%;
        order: 1
    }

    .cloth-colors {
        order: 3
    }

    .cloth-order {
        order: 2;
        width: 50%;
        margin: 0;
    }

    .product .opt-wrap {
        position: sticky;
        top: 42px;
        margin-bottom: 14px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .product .prop-wrap1 {
        padding: 0 20px 30px;
        margin: 0 -20px -25px;
    }

    .product .opt-wrap .line {
        margin: 20px 0;
    }

    .product .product-content-wrap {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto auto;
    }

    .product .left-wrap {
        grid-column: 1;
        grid-row: 1;
    }

    .product .right-wrap {
        grid-column: 2;
        grid-row: 1 / span 2; /* Займає два ряди, тобто висота дорівнює сумі блоків 1 і 3 */
        width: fit-content;
        margin-left: auto;
        margin-right: 20px;
    }

    .product .tabbed-content {
        grid-column: 1;
        grid-row: 2;
    }

    nav.breadcrumb-wrap {
        padding-top: 80px;
    }

    .short-menu .content-main-wrap .header-wrap .side-logo-wrap {
        left: 85px;
    }

    .product .slider .slick-slide > img {
        width: 100%;
        height: auto;
    }

    .product #prod-labels {
        margin-top: 32px;
        padding-right: 14px;
    }

    .product .left-wrap {
        width: calc(100vw - 416px);
    }
}

@media (min-width: 993px) and (max-width: 1028px) {
    .product .right-wrap {
        margin-top: 35px;
    }
}

@media (min-width: 1200px) {
    .product .slider {
        width: 80%;
        max-width: 1000px;
        height: 100% !important;
        min-height: 750px;
        max-height: 750px;
    }

    .product .slider .slick-slide {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 750px;
        max-height: 750px;
    }

    .product .slider-nav {
        width: 20%;
        margin-left: auto;
        position: relative;
    }

    .product .slider-nav .next-arrow {
        position: absolute;
        top: -5%;
        bottom: auto;
        left: 50%;
        transform: translateX(-50%);
        z-index: 20;
    }

    .product .slider-nav .prev-arrow {
        position: absolute;
        top: auto;
        bottom: -5%;
        left: 50%;
        transform: translateX(-50%);
        z-index: 20;
    }

    .product .slider-nav .slick-slide {
        min-height: 209.25px;
    }

    .product .slider-nav .slick-slide .miniimage {
        max-width: 116px;
    }

    .product .slider-nav .slick-slide img {
        width: unset;
    }

    .slide-outer-wrapp {
        display: flex;
        align-items: center;
        max-height: 750px;
    }
}

@media (min-width: 1200px) and (max-width: 1278px) {
    .product .right-wrap {
        margin-top: 35px;
    }
}


.product-prop .hpm-block,.product-prop .product-specs-box  {
    display: none;
}

@media (max-width: 1024px) {
    .product-prop .hpm-block,.product-prop .product-specs-box {
        display: block;
    }
    .outer-wrapp {
        height: auto;
    }
    
}


    #hpmodel .dropdown-menu#similar-by-configuration {
        transform: none !important;
        max-height: 350px;
        overflow-y: auto;
        top: auto !important;
        left: -20px !important;
        bottom: 100%;
    }


.product-attributes{margin-top: 5px;
    font-size: 13px;}