/* Jet Cache: catalog/view/theme/default/stylesheet/mayheadcss2.css */
html,
body,
div,
span,
iframe,
h1,
a,
img,
strong,
b,
ul,
li,
form,
label,
header,
nav {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline
}

body,
html {
    -ms-scroll-chaining: none;
    overscroll-behavior: none;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

img {
    max-width: 100%;
    height: auto
}

img,
a img {
    border: none
}

input[type="text"],
textarea {
    -webkit-appearance: none
}

textarea {
    overflow: auto
}

input,
button {
    line-height: 1.3;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent
}

div,
input,
textarea,
select,
button,
h1,
a,
span {
    text-decoration: none;
    outline: none
}

ul,
li {
    list-style-type: none
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

a {
    font-family: 'GothamPro';
    font-size: 14px;
    line-height: 1.3;
    color: #181818
}

body {
    font-family: 'GothamPro', 'Arial', sans-serif;
    color: #020001;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.3;
    letter-spacing: 0.28px
}

header {
    position: relative
}

.wrapper {
    max-width: 100%;
    overflow-x: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%
}

.content {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.container {
    width: 1140px;
    padding: 0 15px;
    max-width: 100%;
    margin: 0 auto;
    position: relative
}

.menu--border {
    border-bottom: 1px solid #e8e8e8
}

.menu-first {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.menu-first a,
.menu-first span {
    display: inline-block;
    padding: 5px 0;
    margin-right: 2rem;
    color: #181818;
    font-family: 'GothamPro';
    font-size: 14px;
    font-weight: 400
}

.menu-first li:last-child {
    margin-left: auto
}

.menu-first li:last-child a {
    margin-right: 0
}

.tel-block a {
    display: block;
    padding: 0.5rem 0.5rem;
    font-size: 18px
}

.tel-block svg {
    width: 10px;
    height: 10px;
    margin-left: 0.5rem;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.tel-block {
    position: relative;
    border-radius: 5px
}

.tel-block__hidden {
    position: absolute;
    background: #ffffff;
    display: none;
    width: 230px;
    z-index: 110;
    border-radius: 0px
}

.tel-block__hidden3 {
    width: 230px
}

.top-menu_center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 0
}

.btn-main-search {
    background: #ffffff
}

.search-form {
    background: #ffffff
}

.search-field {
    position: absolute;
    top: -15px;
    left: 4.5rem;
    z-index: 2;
    padding: 25px 8px 5px;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    background: #ffffff;
    border-radius: 0;
    border-bottom: 1px solid #b31212
}

.search-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.search-block>div {
    margin-left: 2rem
}

.top-menu_categories {
    background: #b31212;
    height: 46px
}

.top-menu-list,
.top-menu--flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative
}

.nav-link {
    color: #ffffff;
    padding: 12px 25px 11px;
    font-size: 18px;
    text-align: center;
    width: 100%;
    height: 100%;
    display: block
}

.top-menu-list li {
    width: 100%
}

#message {
    display: inline-block;
    position: relative;
    bottom: 10px
}

.top-menu--flex .btn-hamburger--wrap {
    width: 10%;
    line-height: 0
}

.basket {
    position: relative
}

.basket span {
    position: absolute;
    right: -0.4rem;
    top: -1.2rem;
    border-radius: 50%;
    background-color: #b31212;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #ffffff;
    font-size: 14px;
    line-height: 1;
    width: 19px;
    height: 19px
}

.sub_nav-link svg {
    margin-left: auto;
    width: 10px;
    height: 10px;
    fill: #181818;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.sub_nav-link {
    font-family: 'GothamPro';
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 17px;
    padding: 1rem 0 0.7rem 3rem;
    position: relative;
    color: #181818
}

.sub_nav-link img {
    left: 0;
    position: absolute;
    width: 22px;
    max-height: 35px
}

.dropmenu {
    display: none;
    width: 100%;
    position: absolute;
    min-height: 70vh;
    z-index: 8;
    left: 0;
    top: 46px;
    background: #fff;
    border: 1px solid #e8e8e8;
    border-top: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.menu-categories_list {
    width: 370px;
    height: 70vh;
    padding: 1rem 0rem
}

.menu-categories_list li {
    padding-left: 2.1rem;
    padding-right: 2.1rem
}

.menu-categories_list1 {
    position: relative;
    background-color: #e8e8e8
}

.dropmenu-2 {
    display: none;
    position: absolute;
    width: calc(100% - 370px);
    left: 100%;
    top: 0;
    min-height: 100%
}

.menu-categories_list2 {
    position: relative;
    background-color: #f8f8f8
}

.menu-categories_list2 .sub_nav-link {
    padding-left: 0rem;
    word-wrap: break-word;
    line-height: 1.3;
    height: auto
}

.menu-categories_list3 {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap
}

.menu-categories_list3 li {
    width: auto;
    padding-left: 1rem;
    padding-right: 1.5rem;
    width: 50%;
    display: inline-block
}

.dropmenu-3 {
    display: none;
    position: absolute;
    width: calc(100% - 370px);
    left: 100%;
    top: 0;
    min-height: 100%
}

.sub-menu {
    display: none;
    z-index: 9;
    min-height: 70vh;
    width: 110%;
    left: -10%;
    position: absolute;
    top: 46px;
    background: #fff;
    border: 1px solid #e8e8e8;
    border-top: none
}

.sub-menu__block {
    padding: 0 1.5rem;
    min-width: 17%
}

.sub-menu__block:not(:first-child) {
    border-left: 1px solid #e8e8e8
}

.sub-menu__doble {
    width: 40%;
    padding-left: 2rem
}

.sub__menu-link {
    font-family: 'GothamPro';
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    padding: 1rem 0px 0.7rem 0rem;
    position: relative;
    color: #181818
}

.sub-menu__doble li {
    display: inline-block;
    width: auto;
    width: 50%
}

.sub-menu__doble li a {
    padding-right: 10px
}

.sub-menu__doble li:nth-child(2n) a {
    padding-left: 0px;
    padding-right: 0
}

.sub-menu__doble ul {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    height: 70vh
}

.top-menu-list .item {
    color: #ffffff !important
}

.btn-hamburger {
    padding: 13px 0
}

.img-white {
    display: none
}

.catalog-list .productions-slider__card {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 10px 20px;
    border: 1px solid #e8e8e8;
    border-left: 1px solid transparent
}

.productions-slider__card:first-child {
    border: 1px solid #e8e8e8
}

.name-block {
    width: 100%;
    display: inline-block;
    color: #020001;
    text-transform: uppercase;
    font-family: "GothamPro";
    font-size: 24px;
    font-weight: normal;
    text-align: center;
    padding-top: 1rem;
    padding-bottom: 1rem
}

.btn {
    display: inline-block;
    color: #181818;
    font-family: "GothamPro";
    font-size: 16px;
    padding: 9px 20px;
    text-transform: uppercase;
    border: 1px solid #b31212
}

.prod-name {
    font-family: 'GothamPro-Light';
    font-weight: bold;
    font-size: 14px;
    line-height: 1.1;
    display: block;
    text-align: center;
    padding-top: 1rem
}

.prod-price {
    font-size: 20px;
    margin-top: auto;
    text-align: center;
    display: block;
    padding: 1rem 0 1rem
}

.btn--wrap {
    text-align: center
}

.filters-mob {
    display: none
}

.main-footer--flex>div {
    min-width: 30%
}

footer .tel-block svg {
    display: none
}

.logo img {
    text-align: center;
    display: block;
    margin: 0 auto;
    width: 108px;
    height: auto
}

.tel-block img {
    display: none
}

.btn-hamburger svg {
    fill: #ffffff
}

.closebtn {
    display: none
}

.sub-mobmenu {
    display: none
}

.mob-category-name,
.mob-category-name2 {
    display: none
}

.sub-mobmenu--wpap {
    display: none
}

.footer-contact {
    display: none
}

.desk-none {
    display: none
}

.search-field::-webkit-input-placeholder {
    color: transparent
}

.search-field::-moz-placeholder {
    color: transparent
}

.search-field:-moz-placeholder {
    color: transparent
}

.search-field:-ms-input-placeholder {
    color: transparent
}

input::-webkit-input-placeholder {
    line-height: 1.3
}

input::-moz-placeholder {
    line-height: 1.3
}

input:-moz-placeholder {
    line-height: 1.3
}

input:-ms-input-placeholder {
    line-height: 1.3
}

.top-menu_center .tel-block {
    min-width: 234px
}

.tel-block-mob {
    display: none
}

.top-menu-list2 {
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative
}

.top-menu-list2 a {
    color: #181818;
    padding: 12px 30px 12px;
    font-size: 18px;
    text-align: center;
    width: 100%;
    height: 100%;
    display: block
}

.top-menu-list2 {
    padding-right: 1rem
}

.breadcrumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 2rem 0 0
}

.breadcrumbs a {
    display: inline-block;
    color: #181818;
    position: relative;
    font-family: "GothamPro";
    font-size: 14px;
    font-weight: 300;
    padding-right: 1.3rem
}

.breadcrumbs a:after {
    content: "";
    position: absolute;
    top: 5px;
    right: 0;
    width: 10px;
    height: 8px;
    background-image: url("https://kalyanchik.ua/catalog/view/theme/default/stylesheet/catalog/view/theme/default/img/back-2.svg");
    background-repeat: no-repeat
}

.breadcrumbs li:last-child a {
    color: #b31212;
    padding-right: 0;
    background-image: none
}

.breadcrumbs li:last-child a:after {
    background-image: none
}

.filter-btn,
.sort-btn {
    display: none
}

.sort--wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    padding-top: 0.5rem;
    padding-bottom: 2rem
}

.sort-by-name span {
    color: #020001;
    font-family: "GothamPro";
    font-size: 16px
}

.sort-by-list,
.sort-by-list option {
    font-family: "GothamPro" !important;
    font-size: 14px;
    padding: 8px 20px 8px 8px;
    border: 1px solid #e8e8e8;
    outline: none
}

.sort {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 47px;
    height: 30px;
    border: 1px solid #e8e8e8
}

.sort-active {
    background-color: #e8e8e8
}

.sort-active svg {
    fill: #b31212
}

.sort-by-list {
    position: relative;
    border: 1px solid #e8e8e8
}

.filter input {
    border: 1px solid #d7d7d7
}

.filter label {
    color: #181818;
    font-family: "GothamPro";
    font-size: 15px;
    font-weight: 300
}

.catalog-list {
    width: 100%
}

.catalog-block__left {
    width: 25%;
    padding-right: 1.5rem;
    display: inline-block;
    -webkit-transform: translateY(-3.5rem);
    -ms-transform: translateY(-3.5rem);
    transform: translateY(-3.5rem)
}

.catalog-block__right {
    width: 75%;
    display: inline-block;
    margin-left: auto
}

.filter-1 input {
    display: inline-block;
    padding: 5px 10px;
    width: 5rem;
    margin: 0 5px;
    color: #b31212;
    font-family: "GothamPro";
    font-size: 15px
}

.filter-2 input {
    display: none
}

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

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

.catalog-list a {
    width: 33.3%
}

.filter-name {
    color: #020001;
    font-family: "GothamPro";
    font-size: 18px;
    font-weight: 400;
    padding-bottom: 10px;
    padding-right: 30px;
    position: relative
}

.filter-2 .filter-name span {
    position: absolute;
    right: 0;
    width: 12px;
    height: 14px;
    top: 5px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    background-image: url("https://kalyanchik.ua/catalog/view/theme/default/stylesheet/catalog/view/theme/default/img/back.svg");
    background-repeat: no-repeat
}

.filter-2 label {
    display: inline-block;
    position: relative;
    padding: 7px 0 7px 30px
}

.filter-2 label::before {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    left: 0;
    top: 11px;
    border: 1px solid #d7d7d7
}

.filter-2 {
    padding-top: 1.5rem
}

.catalog-list .productions-slider__card:first-child {
    border-left: 1px solid transparent
}

.catalog-list .productions-slider__card:nth-child(3n+1) {
    border-left: 1px solid #e8e8e8
}

.filter-2 .filter-2__list1 {
    display: none
}

.filter-2 .open-filters {
    display: block
}

.rotate-arr.filter-name>span {
    -webkit-transform: rotate(90deg) !important;
    -ms-transform: rotate(90deg) !important;
    transform: rotate(90deg) !important;
    top: 8px
}

.filter-1 input::-webkit-input-placeholder {
    color: #b31212
}

.filter-1 input::-moz-placeholder {
    color: #b31212
}

.filter-1 input:-ms-input-placeholder {
    color: #b31212
}

.filter-1 input:-moz-placeholder {
    color: #b31212
}

.sort-by {
    margin: 0 1rem
}

.filter-1 {
    padding-bottom: 0.5rem
}

.catalog-list .prod-price--margin {
    margin-top: auto;
    text-align: center
}

.prod-card__specifications {
    display: none;
    max-width: 78%;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 11px
}

.prod-card__specifications li {
    padding-bottom: 0.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.prod-card__specifications .attrib-info {
    padding-left: 2rem;
    text-align: left;
    width: 50%
}

.sort-by {
    position: relative
}

.sort-by-list {
    background: transparent
}

select {
    font-family: "GothamPro";
    min-width: 200px;
    font-size: 16px;
    border: 1px solid #ccc;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.sort-by::after {
    content: "";
    position: absolute;
    top: 30%;
    right: 5px;
    z-index: -1;
    width: 12px;
    height: 15px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    background-image: url("https://kalyanchik.ua/catalog/view/theme/default/stylesheet/catalog/view/theme/default/img/back.svg");
    background-repeat: no-repeat
}

select::-ms-expand {
    display: none
}

.sort-by-list option {
    padding-bottom: 10px
}

.sort-mob {
    display: none
}

.one-card__btn {
    color: #ffffff;
    padding-top: 9px;
    padding-bottom: 9px;
    background-color: #b31212
}

.modal-content input,
.modal-content textarea {
    width: 100%;
    display: block;
    color: #181818;
    font-family: "GothamPro";
    font-size: 14px;
    font-weight: 300;
    padding: 9px;
    line-height: 1.3;
    margin-bottom: 2rem;
    border: 1px solid #b31212
}

.modal-content textarea {
    height: 84%
}

.modal-flex span {
    position: relative
}

.modal {
    position: absolute;
    z-index: 10000;
    top: 0;
    left: 0;
    display: none;
    visibility: hidden;
    width: 100%;
    height: 100%
}

.modal-overlay {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    visibility: hidden;
    opacity: 0
}

.modal-wrapper {
    position: fixed;
    z-index: 9999;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 730px;
    width: 100%
}

.modal-content {
    padding: 30px;
    padding-bottom: 5rem;
    height: auto;
    -webkit-box-shadow: 0 0 10px 1px rgba(122, 122, 122, 0.15);
    box-shadow: 0 0 10px 1px rgba(122, 122, 122, 0.15);
    position: relative;
    background: #ffffff;
    text-shadow: none;
    font-size: 14px
}

.modal-content .close-modal {
    position: relative;
    top: 0;
    right: 0;
    display: block;
    margin-left: auto;
    color: #181818;
    font-size: 35px;
    font-family: "GothamPro-Light"
}

.modal-body {
    padding: 0;
    z-index: 9999999
}

.modal-name {
    display: block;
    margin: 0 auto;
    padding-bottom: 3rem;
    color: #181818;
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
    font-family: "GothamPro"
}

.modal-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 0 4rem
}

.modal-flex span {
    width: 45%
}

.modal .btn {
    display: block;
    margin: 0 auto;
    margin-top: 1rem
}

.close-modal-added {
    position: absolute;
    right: 15px;
    top: 0;
    font-size: 30px;
    color: #b6b5b5
}

#added-to-cart .modal-header {
    margin-bottom: 35px
}

.modal-cart-added a:first-child {
    font-size: 14px;
    padding: 10px 25px;
    width: 50%;
    color: #b31212;
    left: 0;
    position: absolute;
    bottom: 0;
    padding-top: 10px
}

.modal-cart-added a:last-child {
    font-size: 14px;
    padding: 10px 25px;
    width: 50%;
    background: #b31212;
    color: #fff;
    right: 0;
    position: absolute;
    bottom: 0;
    padding-top: 10px
}

.added-to-cart-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #0000007d;
    z-index: 100;
    height: 100%
}

.search-modal {
    display: none !important;
    position: absolute;
    background: #ffffff;
    z-index: 999;
    top: 50px;
    right: -2rem;
    -webkit-box-shadow: 0 0 10px 1px rgba(122, 122, 122, 0.15);
    box-shadow: 0 0 10px 1px rgba(122, 122, 122, 0.15)
}

.search-modal--el {
    width: 450px;
    height: 280px;
    overflow: hidden
}

.search-modal__list {
    width: 100%;
    position: absolute;
    overflow-y: scroll;
    height: 100%
}

.modal-user {
    position: absolute;
    z-index: 1000;
    top: 115px;
    right: 26.2%;
    display: none;
    visibility: hidden;
    width: auto;
    height: auto;
    background: #ffffff;
    -webkit-box-shadow: 0 0 10px 1px rgba(122, 122, 122, 0.15);
    box-shadow: 0 0 10px 1px rgba(122, 122, 122, 0.15)
}

.modal-user a {
    display: block;
    padding: 15px;
    margin: 0 15px;
    border-bottom: 1px solid #e8e8e8
}

.modal-user a:last-child {
    border-bottom: none
}

.modal-user::before {
    content: "▲";
    position: absolute;
    font-size: 17px;
    top: -17px;
    right: 20px;
    color: #fff;
    background: transparent;
    text-shadow: 0 -4px 7px rgba(122, 122, 122, 0.10)
}

.search-modal::before {
    content: "▲";
    position: absolute;
    font-size: 17px;
    top: -17px;
    right: 47%;
    color: #fff;
    background: transparent;
    text-shadow: 0 -4px 7px rgba(122, 122, 122, 0.10)
}

.search-modal__list::-webkit-scrollbar {
    width: 12px
}

.search-modal__list::-webkit-scrollbar-button {
    background: #e8e8e8
}

.search-modal__list::-webkit-scrollbar-track {
    background: #e8e8e8
}

.search-modal__list::-webkit-scrollbar-track-piece {
    background: #e8e8e8
}

.search-modal__list::-webkit-scrollbar-thumb {
    background: #b31212;
    border-radius: 10px
}

.owl-carousel {
    position: relative
}

.owl-carousel {
    width: 100%
}

.carousel-wrap {
    padding: 0;
    background-color: #fdd764;
    width: 100%;
    position: relative
}

.owl-carousel .item {
    position: relative;
    z-index: 100
}

.owl-carousel .item span {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 1;
    -webkit-backface-visibility: hidden
}

.img-red,
.img-white {
    vertical-align: bottom;
    align-self: flex-end;
    width: 100%
}

.sub-menu__mini {
    width: 22rem;
    left: 0;
    white-space: normal;
    min-height: auto;
    padding-bottom: 1rem
}

.sub-menu__mini .sub-menu__block {
    padding: 0 1rem
}

.top-menu-list .sub-menu__item {
    position: relative;
    white-space: nowrap
}

.sub-menu__mini .sub__menu-link {
    padding-right: 1rem
}

.top-menu-list li:first-child>.sub-menu>.sub-menu__block:first-child {
    display: none
}

.modal-cart .text-center {
    display: block;
    margin: 0 auto;
    text-align: center;
    transform: translateY(10px)
}

@media (max-width:1680px) {
    .modal-user {
        right: 23.5%
    }

    .top-menu-list2 a {
        padding: 12px 25px 12px
    }
}

@media (max-width:1440px) {
    .sub_nav-link {
        font-size: 15px
    }

    .dropmenu {
        top: 42px
    }

    .sub__menu-link {
        font-size: 15px
    }

    .breadcrumbs {
        margin: 1rem 0 0
    }

    .sub-menu {
        top: 42px
    }

    .nav-link {
        font-size: 16px;
        padding: 11px 20px 11px
    }

    .btn-hamburger svg {
        max-width: 65%
    }

    .tel-block a {
        font-size: 16px
    }

    .top-menu_categories {
        height: 42px
    }

    .logo img {
        max-width: 85%
    }

    .search-block svg {
        max-width: 85%
    }

    .search-block img {
        max-width: 85%
    }

    .basket span {
        top: -1rem;
        font-size: 12px;
        width: 15px;
        height: 15px
    }

    .name-block {
        font-size: 22px;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem
    }

    .sub-menu__mini {
        width: 18rem
    }

    .top-menu-list2 a {
        font-size: 16px
    }

    .sort {
        height: 33px
    }

    .sort-by-name span {
        font-size: 14px
    }

    .filter-name {
        font-size: 16px
    }

    .btn {
        font-size: 14px
    }

    .catalog-block__left {
        padding-right: 2rem
    }

    .modal-name {
        padding-bottom: 2.5rem;
        color: #181818;
        font-size: 22px
    }

    .modal-content {
        padding: 20px
    }

    .modal-flex {
        padding: 0
    }

    .modal-wrapper {
        top: 40%;
        left: 50%;
        max-width: 600px
    }

    .modal-flex span {
        width: 47%
    }

    .modal-content .close-modal {
        height: auto
    }

    .modal-user {
        right: 19%
    }

    .search-modal--el {
        width: 420px
    }

    .tel-block__hidden,
    .tel-block__hidden3 {
        width: 210px
    }

    .filter-1 input {
        width: 4rem
    }
}

@media (max-width:1366px) {
    .modal-user a {
        padding: 10px;
        margin: 0 10px
    }

    .modal-user {
        right: 17.5%
    }

    .search-modal {
        right: -1rem
    }

    .sub-menu__mini {
        width: 150%
    }
}

@media (max-width:1280px) {
    .sub-menu__block {
        padding: 0 1rem
    }

    .sub__menu-link {
        padding: 0.9rem 0 0.6rem 0rem
    }

    .name-block {
        padding-top: 1rem;
        padding-bottom: 1rem
    }

    .modal-user {
        right: 15.3%
    }

    .sub-menu__mini .sub-menu__block {
        padding: 0 0.5rem
    }
}

@media (max-width:1024px) {
    .container {
        padding: 0 30px
    }

    .catalog-block__left {
        padding-right: 1.5rem
    }

    .prod-card__specifications .attrib-info {
        padding-left: 1rem
    }

    .menu-first a,
    .menu-first span {
        margin-right: 1rem;
        font-size: 14px
    }

    .menu-categories_list {
        width: 370px;
        height: 50vh
    }

    .dropmenu {
        height: 50vh
    }

    .menu-categories_list li {
        padding-left: 1rem;
        padding-right: 1rem
    }

    .menu-categories_list {
        width: 331px
    }

    .dropmenu-2 {
        width: calc(100% - 331px);
        max-width: 33%
    }

    .dropmenu-3 {
        display: none;
        position: absolute;
        width: calc(100% - 331px);
        max-width: 33%
    }

    .sub-menu__doble {
        width: 331px
    }

    .search-field {
        width: 75%
    }

    .btn {
        padding: 7px 15px
    }

    .modal-wrapper {
        top: 30%
    }

    .modal-user {
        right: 14.3%
    }
}

@media (max-width:800px) {
    .rotate-arr.filter-name>span {
        -webkit-transform: rotate(-90deg) !important;
        -ms-transform: rotate(-90deg) !important;
        transform: rotate(-90deg) !important
    }

    .filter-2 .open-filters {
        display: none
    }

    .closebtn {
        display: block
    }

    .sub-mobmenu--wpap {
        display: block
    }

    .tel-block-mob {
        display: block
    }

    .tel-block__hidden,
    .tel-block__hidden3 {
        width: 180px
    }

    .breadcrumbs a:after {
        top: 4px
    }

    .menu-first {
        display: none
    }

    .top-menu_center .tel-block svg {
        display: none
    }

    .top-menu_center .tel-block img {
        display: block
    }

    .tel-block img {
        display: block
    }

    .map-link,
    .personal {
        display: none
    }

    .btn-hamburger svg {
        fill: #181818
    }

    .tel-block__hidden3 {
        display: none
    }

    .btn-hamburger {
        position: absolute;
        top: 0;
        left: 0;
        -webkit-transform: translateY(-4rem);
        -ms-transform: translateY(-4rem);
        transform: translateY(-4rem)
    }

    .top-menu_center {
        margin-left: 4.5rem
    }

    .top-menu_center .tel-block {
        min-width: auto
    }

    .dropmenu {
        height: 100%;
        width: 0;
        display: block;
        z-index: 200;
        position: fixed;
        top: 0;
        left: -2px;
        background-color: #ffffff;
        overflow-x: hidden;
        min-height: auto
    }

    .dropmenu .closebtn {
        position: relative;
        display: block;
        color: #181818;
        margin-left: auto;
        font-size: 36px;
        font-weight: normal;
        font-family: initial
    }

    .dropmenu--overlay {
        display: none;
        position: fixed;
        z-index: 100;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5)
    }

    .menu-categories_list {
        width: 100%;
        background: #ffffff
    }

    .sub_nav-link img {
        display: none
    }

    .sub_nav-link {
        padding: 1rem 0 0.7rem 1rem
    }

    .menu-categories_list li {
        padding-right: 2rem
    }

    .menu-categories_list3 li {
        padding-right: 1rem;
        min-width: 100%
    }

    .sub-mobmenu {
        padding: 0.5rem 1.7rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .sub-mobmenu .personal,
    .sub-mobmenu .map-link,
    .sub-mobmenu .tel-block {
        display: block
    }

    .sub-mobmenu>div>a {
        padding: 0 2rem 0 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .search-mob {
        border: 1px solid #b31212;
        border-radius: 25px;
        padding: 10px 10px 10px 2.7rem;
        font-size: 16px;
        color: #181818;
        font-family: "GothamPro";
        background: url("https://kalyanchik.ua/catalog/view/theme/default/stylesheet/catalog/view/theme/default/img/search.png") no-repeat 15px 11px;
        background-size: 17px
    }

    .search-form-sub {
        padding: 1rem 1.5rem 0.5rem
    }

    .search-form-sub .search-mob {
        display: inline-block;
        max-width: 246px
    }

    .menu-categories_list {
        min-height: auto
    }

    .breadcrumbs {
        flex-wrap: wrap
    }

    .dropmenu-2,
    .dropmenu-3 {
        position: fixed;
        display: block;
        overflow-y: scroll;
        -webkit-transform: translateX(-300px);
        -ms-transform: translateX(-300px);
        transform: translateX(-300px);
        left: 0;
        top: 0;
        height: 100%;
        width: 300px;
        max-width: 100%;
        background: #ffffff;
        z-index: 201
    }

    .dropmenu-3 {
        z-index: 202
    }

    .mob-category-name,
    .mob-category-name2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0.8rem 0 0.3rem;
        margin: 0 1.7rem 0rem 1rem;
        border-bottom: 1px solid #b31212
    }

    .mob-category-name span,
    .mob-category-name2 span {
        display: block;
        line-height: 1;
        padding-left: 1rem;
        text-transform: uppercase;
        color: #181818;
        font-family: "GothamPro";
        font-size: 18px;
        font-weight: 300
    }

    .mob-category-name img,
    .mob-category-name2 img {
        width: 8px;
        height: auto
    }

    .sub_nav-link {
        padding: 0.7rem 0 0.5rem 0.7rem
    }

    .main-footer a {
        color: #ffffff
    }

    footer .tel-block svg {
        display: inline;
        right: 5px;
        bottom: 13px;
        position: absolute;
        fill: #ffffff
    }

    .main-footer--flex>div {
        width: 30%
    }

    .footer-contact {
        display: block;
        text-align: center
    }

    .footer-contact a {
        display: inline-block;
        margin: 1.5rem 0 0.7rem;
        text-align: center;
        color: #b31212;
        font-family: "GothamPro";
        font-size: 16px;
        border-bottom: 1px solid #b31212
    }

    .nav-link {
        padding: 11px 25px 11px
    }

    .desk-none {
        display: block
    }

    .menu-first_sup {
        border-top: 1px solid #b31212;
        padding-top: 2rem;
        margin-top: 1rem;
        padding-bottom: 1rem
    }

    .menu-first_sup a {
        display: inline-block;
        font-family: 'GothamPro-Light';
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 15px;
        padding: 0.5rem 0.5rem 0.5rem 1.7rem;
        color: #181818
    }

    .search-block img {
        max-width: 100%
    }

    .search-block svg {
        max-width: 100%
    }

    .search-field {
        width: 96vw;
        top: 87px;
        border: 1px solid #b31212;
        border-radius: 25px;
        padding: 10px 10px 8px 2.7rem;
        font-size: 16px;
        color: #181818;
        left: 15px;
        -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: top;
        -ms-transform-origin: top;
        transform-origin: top;
        position: absolute
    }

    .search-field::-webkit-input-placeholder {
        color: #181818
    }

    .search-field::-moz-placeholder {
        color: #181818
    }

    .search-field:-moz-placeholder {
        color: #181818
    }

    .search-field:-ms-input-placeholder {
        color: #181818
    }

    .tel-block__hidden {
        position: relative
    }

    .tel-block__hidden3 {
        position: absolute;
        background: #ffffff;
        top: calc(100% + 20px);
        z-index: 10
    }

    .tel-block__hidden3 a {
        background: #ffffff
    }

    .btn-hamburger {
        text-align: left
    }

    .search-block {
        position: static
    }

    .catalog-block__left,
    .sort-mob {
        height: 100%;
        width: 300px;
        display: block;
        z-index: 200;
        position: fixed;
        top: 0;
        -webkit-transform: translate(-300px);
        -ms-transform: translate(-300px);
        transform: translate(-300px);
        background-color: #ffffff;
        overflow-x: hidden;
        min-height: auto;
        left: 0
    }

    .sort-mob ul {
        padding: 0.8rem 0 2rem;
        margin: 0 1rem 0rem 1rem
    }

    .filter-2 {
        padding-top: 1rem
    }

    .sort-mob a {
        display: block;
        color: #020001;
        font-family: "GothamPro";
        font-size: 16px;
        font-weight: 400;
        padding-top: 1rem;
        position: relative
    }

    #ocfilter {
        padding: 0.8rem 0 0.3rem;
        margin: 0 1rem 0rem 1rem
    }

    .filters-mob {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0.3rem 0 0rem;
        margin: 0 1rem 0rem 1rem;
        border-bottom: 1px solid #b31212
    }

    .filters-mob b {
        display: block;
        line-height: 1;
        text-transform: uppercase;
        color: #b31212;
        font-family: "GothamPro";
        font-size: 18px;
        font-weight: 300
    }

    .closebtn-filter {
        position: relative;
        display: block;
        color: #181818;
        margin-left: auto;
        font-size: 36px;
        font-family: initial
    }

    .catalog-block__right {
        width: 100%
    }

    .catalog-block__left {
        padding-right: 0rem;
        padding-bottom: 2rem
    }

    .sort-by-name,
    .sort-by {
        display: none
    }

    .sort--wrap {
        padding-bottom: 1rem
    }

    .sort-btn,
    .filter-btn {
        font-family: 'GothamPro-Light';
        font-weight: bold;
        display: block;
        color: #181818;
        font-size: 16px;
        padding: 6px 15px;
        border: 1px solid #e8e8e8;
        text-transform: uppercase
    }

    .sort--wrap {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .sort {
        height: 34px
    }

    .sort-plitka {
        margin-left: auto
    }

    .filter-2 .filter-name span {
        top: 2px
    }

    .rotate-arr.filter-name>span {
        top: 2px
    }

    .btn {
        padding: 7px 10px
    }

    .dropmenu--overlay2 {
        display: none;
        position: fixed;
        z-index: 100;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5)
    }

    .prod-card__specifications {
        display: none
    }

    .btn-buy {
        display: none
    }

    #catalog-list .btn-buy {
        display: block
    }

    .catalog-list .prod-price {
        display: inline-block;
        padding: 0;
        align-self: center;
        margin-top: 0
    }

    .catalog-list .prod-price--margin {
        margin-left: 0;
        justify-content: space-between;
        display: flex;
        padding: 0 1rem;
        align-items: center;
        width: 100%
    }

    .catalog-list .productions-slider__card {
        padding: 10px
    }

    .catalog-list .prod-name {
        padding-bottom: 0.5rem
    }

    .catalog-list .prod-price {
        font-size: 18px
    }

    .top-menu-list2 a {
        padding: 10px 20px 11px
    }

    .search-modal {
        right: 41%;
        top: 146px
    }

    .modal-user {
        right: auto;
        left: 1rem;
        top: 68px
    }

    .modal-user::before {
        right: 103px
    }

    .modal-letter .modal-content {
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .modal-wrapper {
        max-width: 100%;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0)
    }

    .modal-content {
        min-height: 100%;
        height: auto
    }
}

@media (max-width:768px) {

    .img-red,
    .img-white {
        width: auto
    }

    #catalog-list .btn-buy {
        font-size: 0px
    }

    .catalog-list .prod-price--margin {
        padding: 0 1rem
    }

    .menu-categories_list {
        min-height: auto;
        height: auto
    }
}

@media (max-width:600px) {
    .main-footer--flex>div {
        width: 35%
    }

    .top-menu-list,
    .top-menu-list2 {
        padding-right: 2.5rem
    }

    .top-menu_center {
        margin-left: 3.6rem
    }

    .search-field {
        width: 94.9vw
    }

    .search-field {
        padding: 10px 10px 8px 2.7rem
    }

    .search-modal {
        right: 23%
    }

    .name-block {
        font-size: 20px
    }

    .nav-link {
        padding: 11px 20px 11px
    }

    .catalog-list .prod-price--margin {
        padding: 0
    }

    #catalog-list .btn-buy {
        font-size: 0px
    }
}

@media (max-width:480px) {
    .container {
        padding: 0 15px
    }

    .top-menu_center {
        margin-left: 3.5rem
    }

    .name-block {
        font-size: 20px;
        padding-top: 1rem;
        padding-bottom: 1rem
    }

    .main-footer--flex>div {
        width: 45%
    }

    .logo img {
        max-width: 65%
    }

    .btn-hamburger {
        padding: 18px 0
    }

    .top-menu_center {
        padding: 5px 0 10px
    }

    .search-field {
        padding: 9px 10px 9px 2.7rem
    }

    .search-field {
        width: 94vw;
        top: 74px
    }

    .img-red img,
    .img-white img {
        max-width: 80%
    }

    .btn-hamburger svg {
        max-width: 80%
    }

    .top-menu_center {
        margin-left: 5rem
    }

    .btn-buy {
        display: none
    }

    .prod-price {
        padding: 1rem 0 0rem
    }

    .breadcrumbs {
        margin: 1rem 0 0rem;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .prod-card__specifications {
        max-width: 100%
    }

    .search-modal {
        right: 30px;
        top: 130px
    }

    .catalog-list a {
        width: 50%
    }

    .catalog-list .productions-slider__card:nth-child(3n+1) {
        border-left: 1px solid transparent
    }

    .catalog-list .productions-slider__card:nth-child(2n+1) {
        border-left: 1px solid #e8e8e8
    }

    .catalog-list .productions-slider__card:nth-child(n+3) {
        border-top: 1px solid transparent
    }

    .sort-spisok svg {
        display: none
    }

    .sort-spisok {
        background-image: url(https://kalyanchik.ua/catalog/view/theme/default/img/photo.svg);
        background-repeat: no-repeat;
        background-size: 17px;
        background-position: center
    }

    .sort-active svg {
        fill: #000000
    }

  
    .catalog-list .prod-price--margin {
        padding: 0 1rem
    }

    .catalog-list .prod-price {
        font-size: 16px
    }
}

@media (max-width:414px) {
    .search-form-sub {
        padding: 0.5rem 1.5rem 0
    }

    .top-menu_center {
        margin-left: 4rem
    }

    select,
    option {
        font-size: 14px !important
    }

    .logo img {
        max-width: inherit;
        width: 65px;
        height: auto
    }

    .top-menu_center .tel-block {
        margin-right: 1.5rem
    }

    .nav-link {
        font-size: 14px
    }

    .top-menu-list li {
        padding: 0
    }

    .prod-name {
        font-size: 12px
    }

    .prod-price {
        font-size: 14px;
        padding: 0.7rem 0 0rem
    }

    .btn {
        font-size: 14px
    }

    .main-footer--flex>div {
        width: 60%
    }

    .search-field {
        width: 96vw;
        top: 70px;
        left: 0.5rem;
        font-size: 14px
    }

    .nav-link {
        font-size: 12px
    }

    .img-red img,
    .img-white img {
        max-width: 40%
    }

    .nav-link {
        padding: 10px 15px 11px
    }

    .search-field {
        padding: 8px 10px 7px 2.7rem
    }

    .top-menu-list2 a {
        font-size: 13px
    }

    .breadcrumbs a {
        font-size: 12px
    }

    .filter-2 {
        padding-top: 0.8rem
    }

    .breadcrumbs a:after {
        top: 2px
    }

    .top-menu_categories {
        height: 37px
    }

    .sort-btn,
    .filter-btn {
        padding: 7px 15px 5px
    }

    .btn {
        padding: 7px 10px 6px
    }

    .top-menu-list2 a {
        padding: 12px 15px 9px
    }

    .search-modal {
        right: 0;
        top: 120px
    }

    .search-modal--el {
        width: 100vw
    }

    .modal-user {
        top: 61px
    }

    .modal-flex {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .modal-flex span {
        width: 100%
    }

    .modal-content input,
    .modal-content textarea {
        width: 70%;
        margin-left: auto;
        margin-right: auto
    }

    .modal-name {
        padding-bottom: 2.5rem;
        padding-top: 1rem;
        font-size: 20px
    }

    .modal-content textarea {
        height: 100%
    }

    .modal .btn {
        margin-top: 2rem
    }

    .modal-name {
        padding-bottom: 1.5rem;
        padding-top: 2rem;
        font-size: 18px
    }

    .modal-user::before {
        top: -14px
    }

    body {
        overflow-y: scroll
    }

    .wrapper {
        overflow-y: scroll
    }

    .content {
        overflow-y: scroll
    }

    .catalog-list .prod-price--margin {
        padding: 0
    }

    .catalog-list .btn-buy {
        padding: 13px 0;
        width: 40px;
        background-size: 20px
    }

    .catalog-list .prod-price {
        font-size: 15px
    }
}

@media (max-width:320px) {
    .container {
        padding: 0 10px
    }

    .search-block>div {
        margin-left: 1.2rem
    }

    .top-menu_center {
        margin-left: 3.2rem
    }

    .top-menu_center .tel-block {
        margin-right: 0.5rem
    }

    .menu-categories_list {
        padding: 0.5rem 0rem
    }

    .sub_nav-link {
        padding: 0.5rem 0 0.5rem 0.7rem
    }

    .img-red img,
    .img-white img {
        max-width: 55%
    }

    .main-footer--flex>div {
        width: 65%
    }

    .nav-link {
        font-size: 13px
    }

    .sort-btn,
    .filter-btn {
        font-size: 14px;
        padding: 7px 12px
    }

    .menu-first_sup {
        padding-top: 1.5rem
    }

    .menu-first_sup a {
        padding: 0.4rem 0.5rem 0.4rem 1.7rem
    }

    .name-block {
        font-size: 18px
    }

    footer .tel-block svg {
        display: inline;
        right: 0px
    }

    .nav-link {
        padding: 10px 12px 11px
    }

    .top-menu-list2 a {
        padding: 10px 12px 9px
    }

    .catalog-list .btn-buy {
        padding: 1rem 0;
        width: 2.7rem;
        background-size: 20px
    }

    .catalog-list .prod-price--margin {
        padding: 0
    }

    .catalog-list .prod-price {
        font-size: 14px
    }
}

@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .catalog-list .productions-slider__card {
        display: block !important
    }

    .prod-price {
        display: block
    }

    .productions-slider__card .btn {
        display: block;
        width: 50%;
        margin: 0 auto
    }

    .prod-name {
        min-height: 3rem
    }

    .search-field {
        left: 35%
    }

    .top-menu-list li {
        width: auto
    }
}

@media (pointer:coarse) {
    body {
        overflow-y: scroll
    }

    .wrapper {
        overflow-y: scroll
    }

    .content {
        overflow-y: scroll
    }
}

.catalog-dropmenu__list li {
    width: 10%;
    text-align: center;
    border: 1px solid #b31212;
    padding: 20px 7px 7px
}

.catalog-dropmenu__list li:not(:last-child) {
    margin-right: 0.6%
}

.catalog-dropmenu__list a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center
}

.catalog-dropmenu {
    width: 100%;
    margin: 25px auto 50px
}

.catalog-dropmenu__list {
    width: 100%
}

.catalog-dropmenu__list {
    display: flex;
    justify-content: center
}

.catalog-dropmenu__list img {
    max-height: 63px
}

.catalog-dropmenu__list span {
    padding-top: 15px;
    margin-top: auto;
    min-height: 42px;
    align-self: center
}

.img-white {
    display: none
}

.catalog-dropmenu__list .img-red,
.catalog-dropmenu__list .img-white {
    width: 100%
}

@media (max-width:1440px) {
    .catalog-dropmenu {
        width: 100%;
        margin: 25px auto 35px
    }

    .catalog-dropmenu__list span {
        padding-top: 10px;
        min-height: 37px
    }
}

@media (max-width:1024px) {
    .catalog-dropmenu__list {
        flex-wrap: wrap
    }

    .catalog-dropmenu__list li {
        width: 19.5%;
        margin-bottom: 0.5%
    }

    .catalog-dropmenu__list li:nth-child(5n) {
        margin-right: 0px !important
    }

    .catalog-dropmenu__list span {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (max-width:600px) {
    .catalog-dropmenu__list span {
        padding-right: 0px;
        padding-left: 0px
    }

    .catalog-dropmenu__list img {
        max-height: 50px;
        width: auto
    }

    .catalog-dropmenu__list span {
        min-height: 32px
    }
}

@media (max-width: 932px) and (max-width: 480px) {
    .catalog-dropmenu {
        margin: 5px auto 25px
    }

    .catalog-dropmenu__list li {
        width: 24.2%;
        margin-bottom: 1%
    }

    .catalog-dropmenu__list li:not(:last-child) {
        margin-right: 1%
    }

    .catalog-dropmenu__list li:nth-child(5n) {
        margin-right: 1% !important
    }

    .catalog-dropmenu__list li:nth-child(4n) {
        margin-right: 0px !important
    }

    .catalog-dropmenu__list {
        justify-content: flex-start
    }

    .catalog-dropmenu__list span {
        font-size: 13px
    }
}

@media (max-width:411px) {
    .catalog-dropmenu__list li {
        width: 32.6%;
        padding: 15px 5px 7px
    }

    .catalog-dropmenu__list li:not(:last-child) {
        margin-right: 1%
    }

    .catalog-dropmenu__list li:nth-child(3n) {
        margin-right: 0 !important
    }

    .catalog-dropmenu__list li:nth-child(5n) {
        margin-right: 1% !important
    }

    .catalog-dropmenu__list li:nth-child(4n) {
        margin-right: 1% !important
    }

    .catalog-dropmenu__list span {
        font-size: 12px;
        padding-top: 7px;
        min-height: 28px
    }

    .catalog-dropmenu__list .img-red img,
    .catalog-dropmenu__list .img-white img {
        max-width: 49%
    }
}
/* Одинаковые стили для вертикальной и горизонтальной ориентации iPhone Pro и Pro Max */
@media only screen and (min-device-width: 390px) and (max-device-width: 460px) {
    .container {
        width: 100%;
        padding: 0 15px;
    }
    .nav-link {
        font-size: 14px;
    }
    .btn {
        padding: 7px 12px;
    }
    .search-field {
        width: 90vw;
    }
}
/* Jet Cache: catalog/view/theme/default/css/style.css */
@charset "UTF-8";











html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}

body,
html {
	/*height: 100%;*/
	-ms-scroll-chaining: none;
	overscroll-behavior: none;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

img {
	max-width: 100%;
	height: auto;
}
.i {
	font-style: italic;
}

img,
fieldset,
a img {
	border: none;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
	-webkit-appearance: none;
}

textarea {
	overflow: auto;
}

input,
button {
	line-height: 1.3;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
}

input[type="submit"],
button {
	cursor: pointer;
}

div,
input,
textarea,
select,
button,
h1,
h2,
h3,
h4,
h5,
h6,
a,
span,
a:focus {
	text-decoration: none;
	outline: none;
}

ul,
ol,
li {
	list-style-type: none;
}
table {
	border-spacing: 0;
	border-collapse: collapse;
	width: 100%;
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

a {
	font-family: "GothamPro";
	font-size: 14px;
	line-height: 1.3;
	cursor: pointer;
	color: #000000;
}

body {
	font-family: "GothamPro", "Arial", sans-serif;
	color: #020001;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.3;
	letter-spacing: 0.28px;
}
header {
	position: relative;
}

.contact-mob {
	display: none;
}

.wrapper {
	max-width: 100%;
	overflow-x: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: auto;
	min-height: 100%;
}
.content {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
}
footer {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.container {
	width: 1140px;
	padding: 0 15px;
	max-width: 100%;
	margin: 0 auto;
	position: relative;
}

.menu--border {
	border-bottom: 1px solid #e8e8e8;
}
.menu-first {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.menu-first a,
.menu-first span {
	display: inline-block;
	padding: 5px 0;
	cursor: pointer;
	margin-right: 2rem;
	color: #181818;
	font-family: "GothamPro";
	font-size: 14px;
	font-weight: 400;
}
.menu-first span {
	cursor: default;
	line-height: 1.3;
	vertical-align: baseline;
}

.menu-first li:last-child {
	margin-left: auto;
}

.menu-first li:last-child a {
	margin-right: 0;
}
.tel-block a {
	display: block;
	padding: 0.5rem 0.5rem;
	font-size: 18px;
}
.tel-block svg {
	width: 10px;
	height: 10px;
	margin-left: 0.5rem;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.tel-block {
	position: relative;
	border-radius: 5px;
}

.tel-block__hidden {
	position: absolute;
	background: #ffffff;
	display: none;
	width: 230px;
	z-index: 110;
	border-radius: 0px;
}
.tel-block__hidden3 {
	width: 230px;
}
.tel-block:hover .tel-block__hidden,
.tel-block:active .tel-block__hidden {
	display: block;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-box-shadow: 0 7px 10px 1px rgba(122, 122, 122, 0.15);
	box-shadow: 0 7px 10px 1px rgba(122, 122, 122, 0.15);
}

.tel-block:hover .tel-block__hidden3,
.tel-block:active .tel-block__hidden3,
.tel-block--shadow {
	height: 100%;
	-webkit-box-shadow: 0 0 10px 1px rgba(122, 122, 122, 0.15);
	box-shadow: 0 0 10px 1px rgba(122, 122, 122, 0.15);
}

.top-menu_first a:hover {
	color: #b31212;
}

.top-menu_center {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 5px 0;
}
.search-block a:hover svg {
	fill: #b31212;
}
.btn-main-search {
	background: #ffffff;
}
.search-form {
	background: #ffffff;
}
.search-field {
	position: absolute;
	top: -15px;
	left: 3.8rem;
	z-index: 2;
	padding: 25px 8px 5px;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: left;
	-ms-transform-origin: left;
	transform-origin: left;
	background: #ffffff;
	border-radius: 0;
	border-bottom: 1px solid #b31212;
}
.search-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}
.search-block > div {
	margin-left: 2rem;
}

.open-scaleX {
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}
.top-menu2--fon .container {
	visibility: hidden;
}

.top-menu_categories {
	background: #b31212;
	height: 46px;
}
.top-menu-list,
.top-menu--flex {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	width: 100%;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
}
.slick-initialized {
	visibility: visible !important;
}
.nav-link {
	color: #ffffff;
	padding: 12px 25px 11px;
	font-size: 18px;
	text-align: center;
	width: 100%;
	height: 100%;
	display: block;
}
.top-menu-list li {
	width: 100%;
}

#message {
	display: inline-block;
	position: relative;
	bottom: 10px;
}

.error-mes.name {
	position: absolute;
	top: 39px;
	font-size: 0.8rem;
}
.error-mes.email {
	position: absolute;
	top: 108px;
	font-size: 0.8rem;
}
.error-mes.tel {
	position: absolute;
	bottom: 13px;
	font-size: 0.8rem;
}

.nav-link:hover {
	background: #ff350d;
}
.top-menu--flex .btn-hamburger--wrap {
	width: 10%;
	line-height: 0;
}
.btn-hamburger {
	cursor: pointer;
}
.basket {
	position: relative;
}
.basket span {
	position: absolute;
	right: -0.4rem;
	top: -1.2rem;
	border-radius: 50%;
	background-color: #b31212;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #ffffff;
	font-size: 14px;
	line-height: 1;
	width: 19px;
	height: 19px;
}

.sub_nav-link svg {
	margin-left: auto;
	width: 10px;
	height: 10px;
	fill: #181818;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.sub_nav-link {
	font-family: "GothamPro";
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 17px;
	padding: 0.7rem 0 0.7rem 3rem;
	position: relative;
	color: #181818;
}
.sub_nav-link img {
	left: 0;
	position: absolute;
	width: 22px;
	max-height: 35px;
}

.dropmenu {
	display: none;
	width: 100%;
	position: absolute;
	min-height: 70vh;
	z-index: 8;
	left: 0;
	top: 46px;
	background: #fff;
	border: 1px solid #e8e8e8;
	border-top: none;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.menu-categories_list {
	width: 270px;
	height: 70vh;
	padding: 1rem 0rem;
}

.menu-categories_list li {
	padding-left: 2.1rem;
	padding-right: 2.1rem;
}
.menu-categories_list1 {
	position: relative;
	background-color: #e8e8e8;
}

.dropmenu-2 {
	display: none;
	position: absolute;
	width: calc(100% - 370px);
	left: 100%;
	top: 0;
	min-height: 100%;
	-webkit-transition: margin 0.3s;
	-o-transition: margin 0.3s;
	transition: margin 0.3s;
}

.menu-categories_list2 {
	position: relative;
	background-color: #f8f8f8;
}
.menu-categories_list2 .sub_nav-link {
	padding-left: 0rem;
	word-wrap: break-word;
	height: auto;
	line-height: 1.3;
}
.menu-categories_list3 {
	position: relative;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
}
.menu-categories_list3 li {
	width: auto;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
	width: 50%;
	display: inline-block;
}

.dropmenu-3 {
	display: none;
	position: absolute;
	width: calc(100% - 370px);
	left: 100%;
	top: 0;
	min-height: 100%;
	-webkit-transition: margin 0.3s;
	-o-transition: margin 0.3s;
	transition: margin 0.3s;
}
.open {
	display: block !important;
}
.close {
	display: none;
}
#view-more {
	font-family: "GothamPro";
}
#view-more h1 {
	font-family: "GothamPro";
	font-size: 24px;
	font-weight: normal;
}
#view-more h2 {
	font-weight: normal;
	font-family: "GothamPro";
	font-size: 18px;
}
.sub-menu {
	display: none;
	z-index: 9;
	min-height: 70vh;
	width: 110%;
	left: -10%;
	position: absolute;
	top: 46px;
	background: #fff;
	border: 1px solid #e8e8e8;
	border-top: none;
}

.sub-menu__block {
	padding: 0 1.5rem;
	min-width: 17%;
}
.sub-menu__block:not(:first-child) {
	border-left: 1px solid #e8e8e8;
}

.sub-menu__doble {
	width: 40%;
	padding-left: 1rem;
}

.sub__menu-link {
	font-family: "GothamPro";
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 13px;
	padding: 0.8rem 0px 0.1rem 0rem;
	position: relative;
	color: #181818;
}

.sub-menu__doble li {
	display: inline-block;
	width: auto;
	width: 40%;
}
.sub-menu__doble li a {
	padding-right: 10px;
	line-height: 1.2;
}

.sub-menu__doble li:nth-child(2n) a {
	padding-left: 0px;
	padding-right: 0;
}

.sub-menu__doble ul {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: flex-start;
	height: 70vh;
}

.active a,
.active,
.menu-categories_list li:hover > a {
	color: #b31212;
}
.owl-carousel .active a,
.owl-carousel .active {
	color: inherit;
}
.top-menu-list .item {
	color: #ffffff !important;
}
.active svg,
.active,
.menu-categories_list li:hover > a svg {
	fill: #b31212;
}

.top-menu--flex li:hover > .sub-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.fixed-menu {
	position: fixed;
	top: 0;
	z-index: 1010;
	width: 100%;
}
.fixed-menu .top-menu-list {
	display: none !important;
}
.fixed-cart,
.fix-mm {
	display: none;
}
.fixed-menu .fixed-cart {
	width: 24px;
	height: 24px;
	display: block;
	margin-top: 10px;
	position: relative;
}
.fixed-menu .fixed-cart #fx-count {
	position: absolute;
	right: -12px;
	top: -4px;
	border-radius: 50%;
	background-color: #a70000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
	font-size: 13px;
	line-height: 1;
	width: 19px;
	height: 19px;
}
.checkout-simplecheckout header + .container {
	min-height: 400px;
}
/*
.btn-hamburger--wrap:hover >.dropmenu{
  display: block;
}
*/
.menu-categories_list1 li:hover > .dropmenu-2 {
	display: block;
}
.menu-categories_list2 li:hover > .dropmenu-3 {
	display: block;
}

.active ~ .dropmenu-2 {
	display: block;
}
.active ~ .dropmenu-3 {
	display: block;
}

/*.active ~.dropmenu-2 > ul > li:first-child > a{
  color: yellow;
}*/

.btn-hamburger {
	padding: 13px 0;
}
/* Slider */
.slick-slider {
	position: relative;

	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;

	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;

	display: block;
	overflow: hidden;

	margin: 0;
	padding: 0;
}
.slick-list:focus {
	outline: none;
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.general-slider picture {
	display: inline-block;
	vertical-align: top;
}
.slick-track {
	position: relative;
	top: 0;
	left: 0;

	display: block;
	margin-left: auto;
	margin-right: auto;
}
.slick-track:before,
.slick-track:after {
	display: table;

	content: "";
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;

	height: 100%;
}
[dir="rtl"] .slick-slide {
	float: right;
}
.slick-slide img {
	display: block;
}
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	display: block;
	overflow: hidden;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;

	height: auto;

	/*  border: 1px solid transparent;*/
}
.slick-arrow.slick-hidden {
	display: none;
}
/* Arrows */
.slick-prev,
.slick-next {
	font-size: 0;
	line-height: 0;

	position: absolute;
	top: 50%;

	display: block;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);

	cursor: pointer;

	color: transparent;
	border: none;
	outline: none;
	background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	color: transparent;
	outline: none;
	background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
	font-family: "slick";
	font-size: 20px;
	line-height: 1;

	opacity: 0.75;
	color: white;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-prev {
	left: -25px;
}
[dir="rtl"] .slick-prev {
	right: -25px;
	left: auto;
}

.slick-next {
	right: -25px;
}
[dir="rtl"] .slick-next {
	right: auto;
	left: -25px;
}
/* Dots */

.slick-dots {
	position: absolute;
	bottom: -25px;

	display: block;

	width: 100%;
	padding: 0;
	margin: 0;

	list-style: none;

	text-align: center;
}
.slick-dots li {
	position: relative;

	display: inline-block;

	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;

	cursor: pointer;
}
.slick-dots li button {
	font-size: 0;
	line-height: 0;

	display: block;

	width: 20px;
	height: 20px;
	padding: 5px;

	cursor: pointer;

	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	opacity: 1;
}
.slick-dots li button:before {
	font-family: "slick";
	font-size: 6px;
	line-height: 20px;

	position: absolute;
	top: 0;
	left: 0;

	width: 20px;
	height: 20px;

	content: "•";
	text-align: center;

	opacity: 0.25;
	color: black;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
	opacity: 0.75;
	color: black;
}
.slick-slider--wrap {
	max-width: 100%;
	overflow-x: hidden;
	height: auto;
}

.slick-slide,
.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);

	-ms-transform: translate3d(0, 0, 0);

	transform: translate3d(0, 0, 0);

	-webkit-transform: translateZ(0);

	-ms-transform: translateZ(0);

	transform: translateZ(0);

	-webkit-perspective: 1000;

	-ms-perspective: 1000;

	perspective: 1000;

	-webkit-backface-visibility: hidden;

	backface-visibility: hidden;
}
.general-slider .slick-next,
.general-slider .slick-prev {
	display: none;
}
.general-slider .slick-next:before,
.general-slider .slick-prev:before {
	display: none;
	/*content: "";
  background-image: url("https://kalyanchik.ua/catalog/view/theme/default/img/arrow.svg");
  background-repeat: no-repeat;
  width: 47px;
  height: 47px;
  display: block;
  z-index: 2;*/
}
.general-slider .slick-next {
	left: 6.5rem;
	top: 9rem;
	z-index: 2;
}
.general-slider .slick-prev {
	left: 6.5rem;
	top: 22rem;
	z-index: 2;
}

.general-slider .slick-prev:before {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	background-image: url("https://kalyanchik.ua/catalog/view/theme/default/img/arrow.svg");
}

.general-slider .slick-dots li button:before {
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 50%;
	opacity: 1;
	background: transparent;
	border: 1px solid #181818;
}
.general-slider .slick-dots li.slick-active button:before {
	background: #b51107;
	border: 1px solid transparent;
}

.general-slider .slick-track {
	flex-direction: column !important;
}
.general-slider .slick-dots {
	top: 15rem;
	left: 4.1rem;
	bottom: auto;
	display: block;
	width: auto;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.banner-lnk-mob {
	display: none;
}
.top-menu-list2 .slick-prev {
	display: none !important;
}
.city-contact {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.city-contact a,
.city-contact__list a {
	font-family: "GothamPro-Light";
	max-height: 48px;
	font-size: 18px;
	text-align: center;
	padding: 13px 10px;
	display: block;
}

.city-contact a:hover {
	color: #b31212;
	fill: #b31212;
}

.city-contact__our {
	width: auto;
	min-width: 22%;
	margin-right: 2%;
	background: #b31212;
	color: #ffffff;
}
.city-contact__our a {
	color: #ffffff;
}
.city-contact__our a:hover {
	color: #ffffff;
}
.city-contact__our:hover {
	background: #ff350d;
}

.city-contact__our svg {
	display: inline-block;
	margin-right: 6px;
	vertical-align: middle;
	fill: #ffffff;
	-webkit-transform: translateY(-0.2rem);
	-ms-transform: translateY(-0.2rem);
	transform: translateY(-0.2rem);
}
.city-contact__slider {
	padding-right: 3rem;
}
.city-contact__slider .slick-next {
	right: 0.3rem;
	top: 1.7rem;
}
.city-contact__slider .slick-next:before {
	content: "";
	display: block;
	width: 25px;
	height: 20px;
	background-size: 30%;
	background-image: url("https://kalyanchik.ua/catalog/view/theme/default/img/next.png");
	background-repeat: no-repeat;
}
.city-contact__slider .slick-prev:before,
.city-contact__slider .slick-prev {
	display: none !important;
}
.city-slider--wrap {
	width: 76%;
	background: #e8e8e8;
}
.sub__menu-link:hover {
	color: #b31212;
}
.center-menu,
.center-menu__new {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 3rem;
}
.center-menu__item {
	text-align: center;
	border: 1px solid #b31212;
	padding: 1rem;
	width: 15%;
}
.menu-new__item {
	text-align: center;
	padding: 1rem;
	width: 15%;
}

.center-menu__item:not(:last-child) {
	margin-right: 0.8%;
}
.img-white {
	display: none;
}
.center-menu__item a,
.menu-new__item a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	width: 100%;
	flex-wrap: wrap;
	justify-content: center;
}
.center-menu__item span,
.menu-new__item span {
	margin-top: auto;
}
.center-menu__item:hover .img-red {
	display: none;
}
.center-menu__item:hover .img-white {
	display: block;
}
.center-menu__item:hover span {
	color: #ffffff;
}
.center-menu__item:hover {
	background-color: #b31212;
}
.catalog-list .productions-slider__card,
.productions-slider .productions-slider__card {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	position: relative;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px 10px 20px;
	border: 1px solid #e8e8e8;
	border-left: 1px solid transparent;
}
.personal a svg {
	vertical-align: sub;
	margin-bottom: 2px;
}
.ic-text {
	vertical-align: super;
	font-family: gothampro;
	font-size: 14px;
}
.productions-slider__card:first-child {
	border: 1px solid #e8e8e8;
}
.production--wrap {
	/*margin-bottom: 4rem;*/
}
.name-block {
	width: 100%;
	display: inline-block;
	color: #020001;
	text-transform: uppercase;
	font-family: "GothamPro";
	font-size: 24px;
	font-weight: normal !important;
	text-align: center;
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.btn {
	display: inline-block;
	color: #181818;
	font-family: "GothamPro";
	font-size: 16px;
	padding: 9px 20px;
	text-transform: uppercase;
	border: 1px solid #b31212;
	cursor: pointer;
}

.filter-btn--wrap .btn {
	padding: 7px 20px;
}
.btn:hover {
	background: #b31212;
	color: #ffffff;
}
.prod-name {
	font-family: "GothamPro-Light";
	font-weight: bold;
	font-size: 14px;
	line-height: 1.1;
	display: block;
	text-align: center;
	padding-top: 1rem;
}
.prod-price {
	font-size: 20px;
	margin-top: auto;
	text-align: center;
	display: block;
	padding: 1rem 0 1rem;
}

.productions-slider .slick-slide img {
	margin: 0 auto;
	max-height: 240px;
	width: auto;
}
.btn--wrap {
	text-align: center;
}
.productions-slider .slick-track {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-left: 1px solid transparent;
}

.productions-slider .slick-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0 1px;
}

.productions-slider .slick-next:before,
.productions-slider .slick-prev:before {
	content: "";
	display: block;
	width: 35px;
	height: 35px;
	background-size: 50%;
	background-image: url(https://kalyanchik.ua/catalog/view/theme/default/img/next.png);
	background-repeat: no-repeat;
}

.productions-slider .slick-prev:before {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.productions-slider .slick-prev {
	left: -85px;
}

.productions-slider .slick-next {
	right: -70px;
	top: 51%;
}
.productions-slider__card:hover {
	border: 1px solid #b31212;
}
.slider-miniatures .slick-prev {
	left: -25px;
	content: "";
	display: block;
	width: 25px;
	height: 25px;
	background-size: 50%;
	background-image: url(https://kalyanchik.ua/catalog/view/theme/default/img/prev.png);
	background-repeat: no-repeat;
}

.slider-miniatures .slick-next {
	right: -40px;
	content: "";
	display: block;
	width: 25px;
	height: 25px;
	background-size: 50%;
	background-image: url(https://kalyanchik.ua/catalog/view/theme/default/img/next.png);
	background-repeat: no-repeat;
}
.advantages {
	background-color: #e8e8e8;
	margin-top: 4rem;
	padding-bottom: 2rem;
}
.filters-mob {
	display: none;
}
.advantages-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
}
.advantages-list li {
	text-align: center;
	width: 25%;
	padding: 0 3rem;
}
.advantages-list span {
	margin-top: 1rem;
	font-size: 16px;
	display: block;
	text-align: center;
}
.action {
	position: absolute;
	padding: 0.3rem 0.4rem;
	top: 1.4rem;
	left: -1px;
	color: #ffffff;
	font-family: "GothamPro";
	font-size: 12px;
	text-align: center;
	text-transform: uppercase;
	background-color: #b31212;
}
.prod-price--close {
	position: relative;
	font-size: 16px;
	margin-right: 1rem;
	text-decoration: line-through;
}
.prod-price--close::before {
	/** content: "";
 left: -4px;
 bottom: 8px;
 position: absolute;
 background-color: #b31212;
 -webkit-transform: rotate(-25deg);
     -ms-transform: rotate(-25deg);
         transform: rotate(-25deg);
 width: 100%;
 height: 1px;**/
}
.about-us {
	background-position: left top;
	background-repeat: no-repeat;
	width: 100%;
	margin-bottom: 1rem;
}
.about-us .first-text {
	padding-bottom: 1rem;
}
.about-us p {
	padding-bottom: 1rem;
	text-align: justify;
}
#folding {
	display: inline-block;
	text-align: center;
	margin: 0 auto;
	margin-top: 2rem;
	margin-bottom: 4rem;
}
.news-block__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 100%;
	padding-top: 1rem;
}
.news-block__item:not(:nth-child(3n)) {
	margin-right: 2%;
}
.news-block__item {
	width: 32%;
	clear: both;
	padding-bottom: 2rem;
	margin-bottom: 4rem;
}
.news-block__item img {
	display: block;
	margin: 0 auto;
}
.lit-title {
	position: relative;
	display: inline-block;
	min-height: 15%;
	color: #020001;
	margin-top: 1rem;
	padding-left: 1rem;
	font-family: "GothamPro";
	font-size: 16px;
	font-weight: 400;
}

.news-block__item .lit-title:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 0px;
	height: 70%;
	background: #b31212;
	-webkit-box-shadow: 0 0 1px 1px #b31212;
	box-shadow: 0 0 1px 1px #b31212;
}

.news-block__item p {
	margin-bottom: 1rem;
	height: 4.5rem;
	color: black;
	overflow-y: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	margin-bottom: 1.5rem;
}
#goup {
	position: fixed;
	z-index: 15;
	width: 50px;
	height: 50px;
	right: 15px;
	bottom: 4%;
	display: none;
	background-color: #b31212;
	cursor: pointer;
}
.icon-up {
	width: 17px;
	height: 17px;
	display: block;
	position: absolute;
	top: 21px;
	left: 17px;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	transform: rotate(45deg);
}
.btn-next {
	display: inline-block;
	color: #b31212;
	font-family: "GothamPro";
	font-size: 12px;
	float: right;
}
.btn-next img {
	vertical-align: middle;
	display: inline-block;
	margin-left: 0.5rem;
	/* -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);*/
}
.btn-next:hover {
	opacity: 0.7;
}
.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.comment-form .flex.flex--email {
	align-items: flex-start;
}
.user-form .flex {
	align-items: flex-start;
}
.mail-link {
	font-size: 18px;
	color: #020001;
	font-family: "GothamPro";
}

.news-block {
	margin-bottom: 2rem;
}

.foto-inst ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 100%;
	overflow: hidden;
	max-height: 300px;
}
.main-footer--flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.main-footer--flex > div {
	min-width: 30%;
}
.main-footer {
	border-top: 1px solid #e8e8e8;
	padding: 3rem 0 2rem;
}

footer .menu-first {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

footer .menu-first a,
footer .menu-first span {
	font-family: "GothamPro";
	padding: 4px 0;
	text-transform: uppercase;
	line-height: 1.3;
	display: block;
}

footer .tel-block__hidden {
	position: relative;
	display: block;
}

footer .tel-block svg {
	display: none;
}

footer .tel-block a {
	padding-right: 0;
	padding-left: 0;
}

footer .menu-first li:last-child {
	margin-left: 0;
}

.footer-social {
	padding-top: 2rem;
	text-align: right;
}
.footer-logo {
	text-align: center;
	margin: 0 auto;
	display: block;
}
.footer__last-block {
	text-align: right;
}
.footer-social > div {
	display: inline-block;
	margin-left: 13%;
}
.footer-social a:hover {
	fill: #b31212;
}
.menu-first a:hover {
	color: #b31212;
}
.logo img {
	text-align: center;
	display: block;
	margin: 0 auto;
	width: 108px;
	height: auto;
}

.main-footer .logo img {
	width: 157px;
	height: auto;
}

.main-footer .logo {
	margin: 0 auto;
	text-align: center;
}

.footer-suptext {
	display: block;
	text-align: center;
	margin: 0 auto;
	padding-top: 2rem;
	font-weight: normal;
	color: #181818;
	font-family: "GothamPro";
	font-size: 12px;
}
.no-active {
	color: #181818;
}
.no-active svg {
	fill: #000000;
}

.no-active ~ .dropmenu-2 {
	display: none;
}
.no-active ~ .dropmenu-3 {
	display: none;
}
.tel-block img {
	display: none;
}
.btn-hamburger svg {
	fill: #ffffff;
}
.closebtn {
	display: none;
}
.sub-mobmenu {
	display: none;
}
.mob-category-name,
.mob-category-name2 {
	display: none;
}
.sub-mobmenu--wpap {
	display: none;
}
.opt-shop {
	display: none !important;
}
.footer-contact {
	display: none;
}
.desk-none {
	display: none;
}
.search-field::-webkit-input-placeholder {
	color: transparent;
}
.search-field::-moz-placeholder {
	color: transparent;
} /* Firefox 19+ */
.search-field:-moz-placeholder {
	color: transparent;
} /* Firefox 18- */
.search-field:-ms-input-placeholder {
	color: transparent;
}

input::-webkit-input-placeholder {
	line-height: 1.3;
}
input::-moz-placeholder {
	line-height: 1.3;
} /* Firefox 19+ */
input:-moz-placeholder {
	line-height: 1.3;
} /* Firefox 18- */
input:-ms-input-placeholder {
	line-height: 1.3;
}

.advantages-list img {
	height: 65px;
	width: auto;
}

.top-menu_center .tel-block {
	min-width: 234px;
}
.tel-block-mob {
	display: none;
}

.top-menu-list2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
}

.top-menu2--fon {
	background-color: #fdd764;
}
.top-menu-list2 a {
	color: #181818;
	padding: 12px 5px;
	font-size: 18px;
	text-align: center;
	width: 100%;
	height: 100%;
	display: block;
}
.top-menu-list2 a:hover {
	background-color: #fbec8b;
	color: #181818;
}

.top-menu-list2 {
	padding-right: 1rem;
}

.top-menu-list2 .slick-next:before {
	content: "";
	display: block;
	width: 25px;
	height: 15px;
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
	background-size: 60%;
	background-image: url(https://kalyanchik.ua/catalog/view/theme/default/img/back.svg);
	background-repeat: no-repeat;
}

.top-menu-list2 .slick-prev:before {
	display: none;
}

.top-menu-list2 .slick-next {
	right: 10px;
}
.breadcrumbs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 2rem 0 0;
}

.breadcrumbs a {
	display: inline-block;
	color: #181818;
	position: relative;
	font-family: "GothamPro";
	font-size: 14px;
	font-weight: 300;
	padding-right: 20px;
}

.breadcrumbs a:after {
	content: "";
	position: absolute;
	top: 5px;
	right: 0;
	width: 14px;
	height: 8px;
	background-image: url("https://kalyanchik.ua/catalog/view/theme/default/img/back-2.svg");
	background-repeat: no-repeat;
}

.breadcrumbs li:last-child a {
	color: #b31212;
	cursor: default;
	padding-right: 0;
	background-image: none;
}

.breadcrumbs li:last-child a:after {
	background-image: none;
}
.filter-btn,
.sort-btn {
	display: none;
}
.sort--wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	width: 100%;
	padding-top: 0.5rem;
	padding-bottom: 2rem;
}

.sort-by-name span {
	color: #020001;
	font-family: "GothamPro";
	font-size: 16px;
}

.sort-by-list,
.sort-by-list option {
	font-family: "GothamPro" !important;
	font-size: 14px;
	padding: 8px 20px 8px 8px;
	border: 1px solid #e8e8e8;
	outline: none;
}

.sort {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 47px;
	height: 30px;
	cursor: pointer;
	border: 1px solid #e8e8e8;
}

.sort-active {
	background-color: #e8e8e8;
}
.sort-active svg {
	fill: #b31212;
}
.sort-by-list {
	position: relative;
	border: 1px solid #e8e8e8;
}
.filter input {
	border: 1px solid #d7d7d7;
}
.filter label {
	color: #181818;
	font-family: "GothamPro";
	font-size: 15px;
	font-weight: 300;
}

.catalog-list {
	width: 100%;
}
.catalog-block__left {
	width: 25%;
	padding-right: 1.5rem;
	display: inline-block;
	-webkit-transform: translateY(-3.5rem);
	-ms-transform: translateY(-3.5rem);
	transform: translateY(-3.5rem);
}
.catalog-block__right {
	width: 75%;
	display: inline-block;
	margin-left: auto;
}
.filter-1 input {
	display: inline-block;
	padding: 5px 10px;
	width: 5rem;
	margin: 0 5px;
	color: #b31212;
	font-family: "GothamPro";
	font-size: 15px;
}

.filter-2 input {
	display: none;
}

.catalog--wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.catalog-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.catalog-list a {
	width: 33.3%;
}

.filter-name {
	color: #020001;
	font-family: "GothamPro";
	font-size: 18px;
	font-weight: 400;
	padding-bottom: 10px;
	padding-right: 30px;
	position: relative;
}

.filter-2 .filter-name span {
	position: absolute;
	right: 0;
	width: 12px;
	height: 14px;
	top: 5px;
	cursor: pointer;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	background-image: url("https://kalyanchik.ua/catalog/view/theme/default/img/back.svg");
	background-repeat: no-repeat;
}

.filter-2 label {
	display: inline-block;
	cursor: pointer;
	position: relative;
	padding: 7px 0 7px 30px;
}

.filter-2 label::before {
	content: "";
	width: 10px;
	height: 10px;
	position: absolute;
	left: 0;
	top: 11px;
	border: 1px solid #d7d7d7;
}
.filter-2 input:checked ~ label {
	color: #b31212;
}

.filter-2 input:checked ~ label::before {
	background-color: #b31212;
	border: 1px solid #b31212;
}
.filter-sub2 {
	display: none;
}

.filter-2 {
	padding-top: 1.5rem;
}

.filter-btn--wrap {
	border-top: 1px solid #d7d7d7;
	padding-top: 2rem;
	margin-top: 1.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.catalog-list .productions-slider__card:first-child {
	border-left: 1px solid transparent;
}
.catalog-list .productions-slider__card:nth-child(3n + 1) {
	border-left: 1px solid #e8e8e8;
}

.catalog-list .productions-slider__card:nth-child(n + 4) {
	border-top: 1px solid transparent;
}

.productions-slider__card:hover {
	border: 1px solid #d9d9d9 !important;
}

.catalog-list .productions-slider__card:nth-child(3n + 1):hover {
	border: 1px solid #d9d9d9 !important;
}

.filter-2 .filter-2__list1 {
	display: none;
}

.filter-2 .open-filters {
	display: block;
}

.rotate-arr.filter-name > span {
	-webkit-transform: rotate(90deg) !important;
	-ms-transform: rotate(90deg) !important;
	transform: rotate(90deg) !important;
	top: 8px;
}

.filter-2-sub {
	display: none;
}

.filter-1 input::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #b31212;
}
.filter-1 input::-moz-placeholder {
	/* Firefox 19+ */
	color: #b31212;
}
.filter-1 input:-ms-input-placeholder {
	/* IE 10+ */
	color: #b31212;
}
.filter-1 input:-moz-placeholder {
	/* Firefox 18- */
	color: #b31212;
}

.filter-btn2 {
	font-size: 13px;
	color: #b31212;
	padding-top: 10px;
	border-bottom: 1px solid #b31212;
}
.sort-by {
	margin: 0 1rem;
}
.filter-1 {
	padding-bottom: 0.5rem;
}
.catalog-list2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
}
.catalog-list2 .productions-slider__card {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	position: relative;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0px 10px 0px;
	border: 1px solid #e8e8e8;
}

.catalog-list2 .productions-slider__card:nth-child(n + 2) {
	border-top: 1px solid transparent;
}

.catalog-list2 .prod-name {
	font-family: "GothamPro-Light";
	font-weight: bold;
	font-size: 16px;
	display: block;
	text-align: left;
	-ms-flex-item-align: start;
	align-self: flex-start;
	line-height: 2;
	padding-top: 1rem;
	margin-top: 0.5rem;
	height: 3rem;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.catalog-list2 .prod-price--close {
	display: block;
	margin-bottom: 0.5rem;
}

.catalog-list2 .prod-price {
	display: block;
	text-align: left;
	padding: 0rem 0 1.5rem;
}
.catalog-list .prod-price--margin {
	/* margin-top: auto; */
	margin-top: 0;
	text-align: center;
}
.catalog-list2 .prod-price--margin {
	margin-left: auto;
}
.catalog-list2 .prod-name--wrap {
	-ms-flex-item-align: start;
	align-self: flex-start;
	width: 100%;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}
.prod-card__specifications {
	display: none;
	max-width: 78%;
	padding-top: 1rem;
	padding-bottom: 1rem;
	font-size: 11px;
}
.catalog-list2 .prod-card__specifications {
	width: 100%;
	max-width: 100%;
}
.prod-card__specifications li {
	padding-bottom: 0.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.prod-card__specifications .attrib-info {
	padding-left: 2rem;
	text-align: left;
	width: 50%;
}
.catalog-list2 .attrib-info {
	width: 58%;
}

.catalog-list2 img {
	max-width: 483px;
	min-width: 350px;
}

.catalog-list2 .prod-card__specifications {
	display: block;
}

.catalog-list2 .prod-price--close::before {
	-webkit-transform: rotate(-20deg);
	-ms-transform: rotate(-20deg);
	transform: rotate(-20deg);
	width: 70%;
}

.pagination--wrap {
	margin-top: 3rem;
	margin-bottom: 2rem;
	text-align: center;
}

/* 
29.11.18 попросили скрыть не работающую кнопку
показать еще на странице новостей
*/
.news-block .pagination--wrap #show-more {
	display: none;
}

.link {
	cursor: pointer;
	text-decoration: underline;
	color: blue;
}
.chosen {
	cursor: default;
	text-decoration: none;
	color: black;
}
#container {
	padding: 30px 10px 15px 10px;
}
.pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

#pagination {
	font-family: "GothamPro";
	display: inline-block;
	vertical-align: middle;
	padding: 1px 2px 4px 2px;
	font-size: 14px;
	color: #7d7d7d;
}

#pagination a,
#pagination i,
#pagination span {
	display: inline-block;
	vertical-align: middle;
	color: #181818;
	text-align: center;
	height: 100%;
	padding: 2px 7px 2px 8px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
#pagination a {
	cursor: pointer;
	font-size: 18px;
}
#pagination a:hover {
	color: #b31212;
}
#pagination i {
	margin: 0 1px 0 1px;
	cursor: pointer;
	border: 2px solid transparent;
}
#pagination i:hover {
	margin: 0 1px 0 1px;
	cursor: pointer;
}
#pagination input {
	width: 30px;
	padding: 4px 4px;
	color: #7d7d7d;
	text-align: right;
	font-size: 12px;
	margin-bottom: 2px;
}
#pagination .active span {
	color: #ffffff;
	background: #b31212;
}

.prew-pagination,
.next-pagination {
	display: inline-block;
	height: 11px;
	width: 17px;
	background-repeat: no-repeat;
}
.prew-pagination {
	/* background-image: url("https://kalyanchik.ua/catalog/view/theme/default/img/back-red.svg");*/
	background-size: 11px;
	background-position: 0 45%;
}
.next-pagination {
	/*background-image: url("https://kalyanchik.ua/catalog/view/theme/default/img/back-2red.svg");*/
	background-position: 85% 45%;
	background-size: 6px;
}
.shadow-block {
	text-align: justify;
}
.sort-by {
	position: relative;
}

.sort-by-list {
	background: transparent;
}

select {
	font-family: "GothamPro";
	cursor: pointer;
	min-width: 200px;
	font-size: 16px;
	border: 1px solid #ccc;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.sort-by::after {
	content: "";
	position: absolute;
	top: 30%;
	right: 5px;
	z-index: -1;
	cursor: pointer;
	width: 12px;
	height: 15px;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	background-image: url("https://kalyanchik.ua/catalog/view/theme/default/img/back.svg");
	background-repeat: no-repeat;
}

select::-ms-expand {
	display: none; /* remove default arrow in IE 10 and 11 */
}

.sort-by-list option {
	padding-bottom: 10px;
}
.sort-mob {
	display: none;
}

.one-card__title {
	color: #181818;
	font-family: "GothamPro-Light";
	font-size: 24px;
	padding-top: 2rem;
	padding-bottom: 1rem;
	font-weight: 700;
}

.one-card__price {
	display: inline-block;
	color: #181818;
	margin-right: 4rem;
	font-family: "GothamPro";
	font-size: 30px;
	font-weight: 400;
}

.one-card__available {
	display: inline-block;
	padding: 1rem 0 2rem;
	color: #44db5e;
}

.one-card__btn {
	color: #ffffff;
	padding-top: 9px;
	padding-bottom: 9px;
	background-color: #b31212;
}

.one-card__info .one-card__btn {
	padding: 9px 34px;
}

.one-card__btn:hover {
	background-color: #ff350d;
	border: 1px solid #ff350d;
}

.one-card__color ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 1rem 0 2rem;
}
.card__price--flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	padding-bottom: 1rem;
}

.one-card__color li {
	margin-right: 1rem;
}
.one-card__color a {
	display: inline-block;
	cursor: pointer;
	width: 25px;
	height: 25px;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	outline: 1px solid transparent;
	outline-offset: 2px;
	border: 1px solid;
}

.active-color {
	outline-offset: 2px;
	outline: 1px solid #b31212 !important;
}

.slider-miniatures .slick-current {
	display: none !important;
}
.slider-foto img {
	width: auto;
	max-width: 350px;
	height: auto;
}
.slider-foto .slick-slide {
	height: 345px;
	overflow: hidden;
}
.slider-miniatures img {
	width: 80px;
	height: auto;
	margin: 0 auto;
}
.one-card--flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	margin-bottom: 4rem;
}
.one-card__foto {
	width: 40%;
}
.one-card__info {
	/* width: 60%;  */
	width: 70%;
	padding-left: 5rem;
}
.slider-foto {
	margin-top: 1rem;
	max-width: 352px;
	margin: 0 auto;
	height: 290px;
}

.slider-miniatures {
	max-width: 360px;
	margin: 0 auto;
	margin-top: 3rem;
}

.slider-miniatures .slick-slide {
	cursor: pointer;
}

.star-1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-bottom: 4rem;
}
.star-1 li {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 0.5rem;
	position: relative;
}

.star-comment li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-right: 0.5rem;
	position: relative;
}

.star-1 li {
	background-image: url("https://kalyanchik.ua/catalog/view/theme/default/img/star-2.svg");
	background-repeat: no-repeat;
	background-size: 20px;
}
.star-comment {
	margin-left: 1.5rem;
}
.star-1 .no-star {
	background-image: url("https://kalyanchik.ua/catalog/view/theme/default/img/star.svg");
	background-repeat: no-repeat;
	background-size: 20px;
}
.star-comment li {
	background-image: url("https://kalyanchik.ua/catalog/view/theme/default/img/star-2.svg");
	background-repeat: no-repeat;
	background-size: 10px;
}

.star-comment .no-star {
	background-image: url("https://kalyanchik.ua/catalog/view/theme/default/img/star.svg");
	background-repeat: no-repeat;
	background-size: 10px;
}
.answer {
	padding-top: 1.5rem;
	margin-left: 7rem;
}

.comment {
	padding-bottom: 1.5rem;
	margin-bottom: 1rem;
	border-bottom: 1px solid #e8e8e8;
}

.btn-click {
	display: inline-block;
	color: #181818;
	font-family: "GothamPro";
	font-size: 14px;
	padding: 10px 30px;
	text-transform: uppercase;
	background-color: #fdd764;
	cursor: pointer;
}

.btn-click:hover {
	background-color: #fbec8b;
}

.one-click input {
	display: inline-block;
	padding: 9px;
	margin-right: 0.5rem;
	font-family: "GothamPro";
	font-size: 14px;
	border-radius: 0;
	border: 1px solid #181818;
}
.one-card {
	padding: 2.5rem 0;
}
.one-card__model span {
	padding-right: 5px;
}
.one-click {
	padding-top: 2rem;
	border-top: 1px solid #e8e8e8;
}
.tab-card .tabs__controls ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.tabs__controls li {
	display: block;
}

.tab {
	display: none;
}

.tabs__items {
	padding: 2rem 0;
	border-top: 1px solid #e8e8e8;
}

.tab--active {
	display: block;
}

.tab-card .tabs__controls a {
	display: inline-block;
	padding: 10px 0;
	width: 258px;
	margin: -1px;
	text-align: center;
	border: 1px solid transparent;
	color: #181818;
	font-family: "GothamPro-Light";
	font-size: 18px;
	font-weight: 700;
}

.tab-card .tab-active {
	color: #b31212 !important;
	border: 1px solid #e8e8e8 !important;
	border-bottom: 1px solid #ffffff !important;
	margin-bottom: -1px;
	padding: 10px;
	font-size: 18px;
	font-weight: 700;
	font-family: "GothamPro-Light";
	width: fit-content;
	padding-left: 20px;
	padding-right: 20px;
	text-wrap: nowrap;
}

.one-card__specif {
	color: #181818;
	font-family: "GothamPro";
	font-size: 14px;
	font-weight: 300;
	width: 100%;
}

.one-card__specif li {
	padding-bottom: 0.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.one-card__specif span {
	margin-left: auto;
	text-align: left;
	width: 60%;
}
.comment time {
	display: block;
	padding-top: 0.3rem;
	padding-bottom: 1rem;
}

.comment-author {
	font-size: 16px;
	line-height: 2;
}

.star-comment {
	display: inline-block;
}

.comment-form1 input,
.comment-form textarea {
	display: block;
	color: #181818;
	font-family: "GothamPro";
	font-size: 14px;
	font-weight: 300;
	padding: 9px;
	margin-bottom: 2rem;
	border: 1px solid #b31212;
}

.comment-form1 input {
	width: 255px;
}

.comment-form textarea {
	margin-left: 2rem;
	width: 350px;
	height: 105px;
}

.star-cb-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: 2rem;
	unicode-bidi: bidi-override;
	direction: rtl;
}
.star-cb-group * {
	font-size: 22px;
}

.star-cb-group > input {
	display: none;
}

.star-cb-group > input + label {
	/* only enough room for the star */
	display: inline-block;
	overflow: hidden;
	text-indent: 9999px;
	width: 1em;
	white-space: nowrap;
	cursor: pointer;
}

.star-cb-group > input + label {
	display: block;
	width: 20px;
	height: 20px;
	text-indent: -9999px;
	background-image: url("https://kalyanchik.ua/catalog/view/theme/default/img/star.svg");
	background-repeat: no-repeat;
	background-size: 15px;
}

.star-cb-group > input:checked ~ label,
.star-cb-group > input + label:hover ~ label,
.star-cb-group > input + label:hover {
	background-image: url("https://kalyanchik.ua/catalog/view/theme/default/img/star-2.svg");
}

.star-cb-group > .star-cb-clear + label {
	text-indent: -9999px;
	width: 0;
	height: 0;
	margin-left: -0.5em;
}
.star-cb-group > .star-cb-clear + label {
	width: 0.5em;
}

.star-cb-group:hover > input + label {
	background-image: url("https://kalyanchik.ua/catalog/view/theme/default/img/star.svg");
}
.star-cb-group:hover > input + label:hover ~ label,
.star-cb-group:hover > input + label:hover {
	background-image: url("https://kalyanchik.ua/catalog/view/theme/default/img/star-2.svg");
}

.comment-form .flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	width: 57%;
}

.comment-form b {
	display: inline-block;
	padding-top: 0.5rem;
	padding-bottom: 1.5rem;
	font-size: 16px;
}
.comment-form .btn {
	margin-left: auto;
}
.one-card__tabs {
	margin-bottom: 1.5rem;
}
.comment--mar {
	margin-left: auto;
}
.tabs-d--none {
	display: none;
}
.slick-slider--wrap {
	visibility: hidden;
}
.one-card__foto {
	visibility: hidden;
}
.one-card__foto .slick-initialized,
.slick-slider--wrap .slick-initialized {
	visibility: visible;
}
.modal-content input,
.modal-content textarea {
	width: 100%;
	display: block;
	color: #181818;
	font-family: "GothamPro";
	font-size: 14px;
	font-weight: 300;
	padding: 9px;
	line-height: 1.3;
	margin-bottom: 2rem;
	border: 1px solid #b31212;
}
.modal-content textarea {
	height: 84%;
}
.modal-flex span {
	position: relative;
}

/**
 * Modals ($modals)
 */
.modal {
	position: absolute;
	z-index: 10000;
	top: 0;
	left: 0;
	display: none;
	visibility: hidden;
	width: 100%;
	height: 100%;
}

.modal.is-visible {
	visibility: visible;
	display: block;
}
.modal-cart.is-visible {
	visibility: visible;
	display: block;
}
.modal-user.is-visible {
	visibility: visible;
	display: block;
}

.modal-overlay {
	position: fixed;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	visibility: hidden;
	opacity: 0;
	-webkit-transition: visibility 0s linear 0.3s, opacity 0.3s;
	-o-transition: visibility 0s linear 0.3s, opacity 0.3s;
	transition: visibility 0s linear 0.3s, opacity 0.3s;
}

.modal.is-visible .modal-overlay {
	opacity: 1;
	visibility: visible;
	-webkit-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
}

.modal-wrapper {
	position: fixed;
	z-index: 9999;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 730px;
	width: 100%;
}

.modal-transition {
	-webkit-transition: all 0.3s 0.12s;
	-o-transition: all 0.3s 0.12s;
	transition: all 0.3s 0.12s;
	opacity: 0;
}

.modal.is-visible .modal-transition {
	opacity: 1;
}

.modal-content {
	padding: 30px;
	padding-bottom: 5rem;
	height: auto;
	-webkit-box-shadow: 0 0 10px 1px rgba(122, 122, 122, 0.15);
	box-shadow: 0 0 10px 1px rgba(122, 122, 122, 0.15);
	position: relative;
	background: #ffffff;
	text-shadow: none;
	font-size: 14px;
}

.modal-content .close-modal {
	position: relative;
	top: 0;
	right: 0;
	display: block;
	margin-left: auto;
	color: #181818;
	font-size: 35px;
	font-family: "GothamPro-Light";
	line-height: 22px;
}

#modal-cart .modal-cart__list {
	margin-top: 35px;
}
#modal-cart .close {
	display: block;
	right: 33px;
	position: absolute;
	top: 20px;
	font-size: 35px;
	opacity: 0.8;
	cursor: pointer;
}

.modal-body {
	padding: 0;
	z-index: 9999999;
}

.modal-name {
	display: block;
	margin: 0 auto;
	padding-bottom: 3rem;
	color: #181818;
	font-size: 24px;
	text-align: center;
	text-transform: uppercase;
	font-family: "GothamPro";
}

.modal-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	padding: 0 4rem;
}
.modal-flex span {
	width: 45%;
}

.modal .btn {
	display: block;
	margin: 0 auto;
	margin-top: 1rem;
}

.modal-cart__list img {
	width: 85px;
	margin-right: 20px;
}

.modal-cart {
	display: none;
	position: fixed;
	z-index: 1001;
	right: 0;
	left: 0;
	visibility: hidden;
	width: 100%;
	height: auto;
	top: 50%;
}

.modal-cart .modal-wrapper {
	position: absolute;
	z-index: 1001;
	top: 0;
	left: 0;
	right: 0;
	width: auto;
	margin: 0 auto;
	transform: translate(0, -50%);
	max-width: 90%;
	max-width: 1400px;
}

.modal-cart .modal-wrapper .modal-data-cart {
	display: flex;
	justify-content: space-between;
	padding-top: 15px;
}
.modal-cart .modal-wrapper .modal-cart-list {
	width: 100%;
	overflow: auto;
	max-height: 500px;
	padding-right: 20px;
}
.modal-cart .modal-wrapper .modal-cart-list.added {
	max-height: 300px;
}
.modal-cart .modal-content {
	max-height: 90vh;
	min-height: 40vh;
	overflow: auto;
}
.modal-cart .modal-wrapper .cart-total {
	min-width: 350px;
	margin-left: 30px;
	height: fit-content;
	background: #efefef;
	padding: 15px;
}

.modal-cart__name {
	display: inline-block;
	max-width: 250px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	font-size: 14px;
	color: #b31212;
	width: 100%;
}

.modal-cart__name small {
	color: #656565;
}

.modal-cart__name a {
	display: inline-block;
	max-width: 250px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	font-size: 16px;
	color: #b31212;
}
.modal-cart .modal-title {
	font-size: 20px;
	font-weight: 600;
}
.modal-cart .calc-result {
	font-size: 14px;
	margin-left: 0;
	padding: 0.5rem 0;
}
.modal-cart .calc-result span {
	font-size: 15px;
	padding-left: 0;
	float: right;
}
.modal-cart .calc-result.bold,
.modal-cart .calc-result.bold span {
	font-weight: bold;
	font-size: 17px;
}

.modal-cart__list .flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: center;
}

.modal-cart__price {
	font-family: "GothamPro";
	font-size: 16px;
	font-weight: bold;
}
.modal-next,
#NotifyWhenAvailable_popup {
	display: none;
}

/* modal added to cart*/
#added-to-cart.is_open {
	z-index: 200;
	width: 300px;
	left: 50%;
	top: 40%;
	transform: translate(-50%, -50%);
	display: block;
	visibility: visible;
	min-height: 259px;
	height: auto;
	background-color: #fff;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	background-clip: padding-box;
	/* border-radius: 15px;*/
	position: fixed;
}
#added-to-cart.is_open .modal-dialog {
	text-align: center;
}
/*#added-to-cart.is_open .modal-dialog, #added-to-cart.is_open .modal-content {
  border-radius: 15px;
}*/
#added-to-cart.is_open .modal-cart-added {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 5px 4px 0 4px;
	/*border-radius: 0 0 14px 14px;*/
}
#added-to-cart.is_open .modal-content {
	box-shadow: none;
}
.close-modal-added {
	position: absolute;
	right: 15px;
	top: 0;
	font-size: 30px;
	color: #b6b5b5;
}
.close-modal-added:hover {
	color: #e8e8e8;
}
#added-to-cart .modal-header {
	margin-bottom: 35px;
}
.modal-content-added td {
	vertical-align: middle;
	margin: 25px 0;
}
.modal-cart-added a:first-child {
	font-size: 14px;
	padding: 10px 25px;
	width: 50%;
	-webkit-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	color: #b31212;
	left: 0;
	position: absolute;
	bottom: 0;
	/*border-radius: 0 0 0 14px;*/
	padding-top: 10px;
}
.modal-cart-added a:first-child:hover {
	background-color: #b31212;
	color: white;
}
.modal-cart-added a:last-child {
	font-size: 14px;
	padding: 10px 25px;
	width: 50%;
	-webkit-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	background: #b31212;
	color: #fff;
	right: 0;
	position: absolute;
	bottom: 0;
	/*border-radius: 0 0 14px 0;*/
	padding-top: 10px;
}

.added-to-cart-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #0000007d;
	z-index: 100;
	height: 100%;
}
.added-to-cart-overlay.is_open {
	display: block;
}
/* modal added to cart*/

.calc {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: auto;
}
.calc span {
	font-family: "GothamPro-Light";
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	cursor: pointer;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 25px;
	height: 25px;
	font-size: 24px;
	border: 1px solid #e8e8e8;
}

.calc .calc-center {
	font-size: 14px;
	color: #000000;
	cursor: default;
}
.modal-cart-list .calc span {
	width: 35px;
	height: 35px;
}
.flex-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-top: 1.3rem;
	border-top: 1px solid #e8e8e8;
}
.flex-btn .one-card__btn {
	margin: 0 auto;
}
.modal-cart__price {
	margin-left: 4rem;
	min-width: 90px;
}
.price--mar {
	margin-top: -1rem;
}

.calc-result {
	font-size: 20px;
	margin-left: 3rem;
	padding: 0.5rem 0;
}

.calc-result span {
	font-size: 25px;
	padding-left: 6rem;
}
.modal-cart__list li {
	position: relative;
	border-bottom: 1px solid #e8e8e8;
	padding-bottom: 1rem;
	padding-top: 1rem;
}
.modal-cart__list li:last-child {
	border-bottom: 0;
}
.search-modal {
	display: none !important;
	position: absolute;
	background: #ffffff;
	z-index: 999;
	top: 50px;
	right: -2rem;
	-webkit-box-shadow: 0 0 10px 1px rgba(122, 122, 122, 0.15);
	box-shadow: 0 0 10px 1px rgba(122, 122, 122, 0.15);
}

.search-modal--el {
	width: 450px;
	height: 280px;
	overflow: hidden;
}

.search-modal__list img {
	max-width: 55px !important;
}
.search-modal__list {
	width: 100%;
	position: absolute;
	overflow-y: scroll;
	height: 100%;
}

.modal-user {
	position: absolute;
	z-index: 1000;
	top: 96px;
	right: 29%;
	display: none;
	visibility: hidden;
	width: auto;
	height: auto;
	background: #ffffff;
	-webkit-box-shadow: 0 0 10px 1px rgb(122 122 122 / 15%);
	box-shadow: 0 0 10px 1px rgb(122 122 122 / 15%);
}
.modal-user a {
	display: block;
	padding: 15px;
	margin: 0 15px;
	border-bottom: 1px solid #e8e8e8;
}
.modal-user a:last-child {
	border-bottom: none;
}

.modal-user::before {
	content: "▲";
	position: absolute;
	font-size: 17px;
	top: -17px;
	right: 20px;
	color: #fff;
	background: transparent;
	text-shadow: 0 -4px 7px rgba(122, 122, 122, 0.1);
}

.search-modal::before {
	content: "▲";
	position: absolute;
	font-size: 17px;
	top: -17px;
	right: 47%;
	color: #fff;
	background: transparent;
	text-shadow: 0 -4px 7px rgba(122, 122, 122, 0.1);
}

.search-modal__list a {
	font-family: "GothamPro";
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px;
	margin: 0 10px;
	border-bottom: 1px solid #e8e8e8;
}

.price-form {
	font-family: "GothamPro-Light";
	font-weight: bold;
	font-size: 16px;
	min-width: 70px;
	padding-left: 10px;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	margin-left: auto;
}

.search-modal__list::-webkit-scrollbar {
	width: 12px; /* 1 - вертикальный скроллбар */
}
.search-modal__list::-webkit-scrollbar:horizontal {
	height: 22px; /* 1 - горизонтальный скроллбар */
}
.search-modal__list::-webkit-scrollbar-button {
	background: #e8e8e8; /* 2 - кнопка */
}
.search-modal__list::-webkit-scrollbar-track {
	background: #e8e8e8; /* 3 - трек */
}
.search-modal__list::-webkit-scrollbar-track-piece {
	background: #e8e8e8; /* 4 – видимая часть трека */
}
.search-modal__list::-webkit-scrollbar-thumb {
	background: #b31212;
	border-radius: 10px;
}

.basket-table img {
	width: 126px;
	margin: 0 auto;
}
.table-img {
	width: 156px;
	padding-left: 30px;
}
.basket-table {
	margin-top: 2rem;
	margin-bottom: 4rem;
}
.basket-table tr {
	position: relative;
	border-bottom: 1px solid #e8e8e8;
}

.basket-table td {
	position: relative;
	vertical-align: middle;
	padding-top: 30px;
	padding-bottom: 30px;
}

.basket-table th {
	font-size: 18px;
	font-weight: 500;
	padding-bottom: 30px;
}

.table__name {
	font-size: 18px;
	line-height: 1.5;
	max-width: 400px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	color: #b31212;
}

.table__name a {
	font-size: 14px;
	line-height: 1.5;
	max-width: 400px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	color: #b31212;
}

.table__name--pd {
	padding-left: 4rem;
	padding-right: 1rem;
	width: 42%;
}
.model-cart {
	display: block;
}

.calc-table {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.calc-table span {
	font-family: "GothamPro-Light";
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	cursor: pointer;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 35px;
	height: 35px;
	font-size: 30px;
	border: 1px solid #e8e8e8;
}

.calc-table .calc-t-center {
	font-size: 18px;
}
.table-cart__price {
	font-family: "GothamPro";
	font-size: 24px;
}
.table-cart__price2 {
	font-family: "GothamPro";
	font-size: 30px;
}
.t-price {
	text-align: center;
}

.table-btn > button {
	font-family: "GothamPro-Light";
	font-weight: normal;
	top: 10px;
	right: 0;
	font-size: 35px;
	position: absolute;
}
.basket-total {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	margin-top: 6rem;
	margin-bottom: 4rem;
}

.total-sum {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	line-height: 1;
	padding: 12px 25px;
	-webkit-box-shadow: 0 0 10px 1px rgba(122, 122, 122, 0.15);
	box-shadow: 0 0 10px 1px rgba(122, 122, 122, 0.15);
	margin-left: auto;
}

.basket-total .btn {
	font-size: 17px;
	padding-top: 9px;
	padding-bottom: 9px;
	margin-right: 4rem;
}

.basket-total .table-cart__price2 {
	margin-left: 4rem;
}

.checkout-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 2rem;
	margin-bottom: 6rem;
}
/*.checkout-form span{
  width: 30%;
}
*/
.calc-table span {
	width: 30%;
}
.checkout-form input {
	width: 75%;
	display: block;
	color: #181818;
	border-radius: 0;
	font-family: "GothamPro";
	font-size: 14px;
	font-weight: 300;
	padding: 9px;
	line-height: 1.3;
	margin-bottom: 2rem;
	border: 1px solid #e8e8e8;
}

.checkout-form textarea {
	width: 100%;
	display: block;
	color: #181818;
	border-radius: 0;
	font-family: "GothamPro";
	font-size: 14px;
	font-weight: 300;
	padding: 9px;
	line-height: 1.3;

	border: 1px solid #e8e8e8;
}

.checkout-form__pay input {
	display: none;
}

.checkout-form label {
	display: inline-block;
	cursor: pointer;
	position: relative;
	padding: 7px 0 7px 30px;
	color: #181818;
	font-family: "GothamPro";
	font-size: 15px;
	font-weight: 300;
}
.checkout-form__pay label::before {
	content: "";
	width: 10px;
	height: 10px;
	position: absolute;
	left: 0;
	top: 11px;
	border: 1px solid #d7d7d7;
}
.checkout-form__pay input:checked ~ label a {
	color: #b31212;
}
.checkout-form__pay input:checked ~ label::before {
	background-color: #b31212;
	border: 1px solid #b31212;
}
.checkout-form__name {
	display: block;
	font-family: "GothamPro";
	font-size: 16px;
	padding-bottom: 1rem;
	font-weight: 500;
}
.checkout-form__bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	margin-top: 2rem;
}
.d-none {
	display: none;
}
.checkout-form__pay i {
	display: block;
	font-style: normal;
}
.basket-total--none {
	display: none;
}
.page-404 {
	width: 100%;
	height: 82vh;
	position: relative;
	background-image: url("https://kalyanchik.ua/catalog/view/theme/default/img/ezhik.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.contact-tabs .tabs__items {
	border: none;
}
.contact-tabs .tabs__items {
	margin-top: 4rem;
}
.contact-tabs .tabs__controls ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}
.contact-tabs .tabs__controls li {
	min-width: 16.6%;
}
.contact-tabs .tabs__controls li a {
	border: 1px solid #e8e8e8;
	border-right: 1px solid transparent;
}

.contact-tabs .tab-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	height: 100%;
	width: 100%;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 10px 0;
}
.contact-tabs .tab-link img {
	width: 65px;
	height: 55px;
	display: block;
	margin: 0 auto;
}
.contact-tabs .img-red {
	margin-top: auto;
}

.tab-link span {
	width: 100%;
	margin-top: auto;
	padding-top: 15px;
	text-align: center;
	font-size: 13px;
}

.contact-tabs .tabs__controls li:last-child a,
.contact-tabs .tabs__controls li:nth-child(6) a {
	border-right: 1px solid #e8e8e8;
}
.contact-tabs .tabs__controls li:nth-child(n + 7) a {
	border-top: 1px solid transparent;
}
.tab-active .img-red {
	display: none;
}
.tab-active .img-white {
	display: block;
}
.contact-tabs .tab-active {
	border: 1px solid #b31212;
	background: #b31212;
}
.contact-tabs .tab-active span {
	color: #ffffff;
}
.contact-info {
	padding-top: 0.5rem;
	width: 37%;
}
.map--wrap {
	width: 60%;
}

.contact-info a {
	display: block;
}
.contact-info span {
	display: inline-block;
}
.contact-info li {
	width: 100%;
	padding-bottom: 2rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.contact-info img {
	height: 25px;
}
.contact-info a,
.contact-info li {
	font-family: "GothamPro-Light";
	color: #454444;
	font-size: 16px;
}
.contact-info__img {
	text-align: left;
	width: 10%;
}
.contact-info__addres {
	width: 90%;
}
.map iframe {
	width: 100%;
	height: 430px;
}
#map1 {
	height: 430px;
	width: 100%;
}
.contact-tabs .flex {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.contact-tabs {
	margin-top: 1rem;
	margin-bottom: 4rem;
}

.tab-user__registration .tabs__controls-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.tab-user__registration .tabs__controls-list li {
	display: inline-block;
	margin-right: 2.5rem;
}

.tab-user__registration li:last-child {
	margin-right: 0;
}

.tab-user__registration .tabs__controls-list a {
	display: block;
	color: #181818;
	font-family: "GothamPro-Light";
	font-weight: 700;
	font-size: 14px;
	padding: 7px 20px;
	border: 1px solid #e8e8e8;
	cursor: pointer;
}

.tab-user__registration {
	margin-top: 1rem;
	margin-bottom: 3rem;
}

.tab-user__registration .tab-active {
	color: #ffffff !important;
	border: 1px solid #e8e8e8 !important;
	background: #ff350d;
}

.tab-user__registration .tabs__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 2rem 0;
	border-top: 0;
}

.tab-user__registration input {
	width: 260px;
	display: block;
	border-radius: 0;
	color: #181818;
	font-family: "GothamPro";
	font-size: 14px;
	font-weight: 300;
	padding: 9px;
	line-height: 1.3;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2rem;
	border: 1px solid #b31212;
}

.user-form {
	margin-top: 1rem;
}

.user-form .btn {
	display: block;
	margin: 0 auto;
	margin-top: 3rem;
}
.mail-list input {
	display: none;
}
.mail-list label {
	display: inline-block;
	cursor: pointer;
	position: relative;
	padding: 7px 0 7px 30px;
	color: #181818;
	font-family: "GothamPro";
	font-size: 15px;
	font-weight: 300;
}
.mail-list label::before {
	content: "";
	width: 10px;
	height: 10px;
	position: absolute;
	left: 0;
	top: 11px;
	border: 1px solid #d7d7d7;
}

.mail-list input:checked ~ label {
	color: #b31212;
}
.mail-list input:checked ~ label::before {
	background-color: #b31212;
	border: 1px solid #b31212;
}
.user-form span:first-child {
	margin-right: 2rem;
}
.user-form__text {
	width: 300px;
	text-align: center;
	-webkit-transform: translateY(-1.5rem);
	-ms-transform: translateY(-1.5rem);
	transform: translateY(-1.5rem);
}
.checkout-form__sub {
	text-align: center;
	margin: 0 auto;
}
.checkout-form__sub .checkout-city {
	font-family: "GothamPro";
	font-size: 14px;
	min-width: 0;
	border-radius: 0;
	border: 1px solid #b31212;
}
.checkout-form__sub .checkout-city {
	padding: 8px 25px 8px 8px;
	line-height: 1.5;
}
.sort-by__address {
	font-size: 16px;
}
.checkout-form--flex {
	/* display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;*/
	margin: 0;
	padding-top: 5px;
	padding-bottom: 5px;
}
.checkout-form .checkout-form__center {
	width: 100%;
	/*  padding-bottom:20px;*/
}

.news-one {
	color: #181818;
	font-family: "GothamPro";
	font-size: 14px;
	margin-top: 1.5rem;
	line-height: 1.6;
	margin-bottom: 3rem;
	clear: both;
}

.news-one img {
	float: left;
	margin-right: 2rem;
	margin-bottom: 1rem;
	max-width: 500px;
}

.news-one__sup {
	/display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.news-one--wpar {
	margin-bottom: 4rem;
}
.big-padding .breadcrumbs {
	margin-bottom: 1rem;
}

.form-item {
	vertical-align: top;
	position: relative;
	width: 260px;
	margin: 0 auto;
}

.form-input {
	position: relative;
	width: 100%;
	height: 40px;
	padding: 5px 15px;
}

.form-label {
	position: absolute;
	pointer-events: none;
	left: 15px;
	top: 0;
	color: #575050;
	font-size: 14px;
	line-height: 40px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.form-input:focus ~ label,
.form-input:valid ~ label,
.form-input:not([value=""]) ~ label {
	top: -30px;
	font-size: 12px;
}
.user-form__sup {
	font-size: 12px;
	margin-top: 1rem;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.user-form__sup i {
	font-style: normal;
	cursor: pointer;
	color: #b31212;
	padding-left: 5px;
}

.search-page__inp {
	border: 1px solid #b31212;
	border-radius: 0;
	padding: 10px 10px 10px 2.7rem;
	font-size: 16px;
	color: #181818;
	font-family: "GothamPro";
	background: url(https://kalyanchik.ua/catalog/view/theme/default/img/search.png) no-repeat 15px 10px;
}
.search-page {
	width: 100%;
}

.search-page__form {
	width: 100%;
	margin-top: 4rem;
	margin-bottom: 2rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.search-page select {
	font-size: 16px;
	border-radius: 0;
	line-height: 1.3;
	min-width: 350px;
	padding: 10px 30px 10px 10px;
	border: 1px solid #b31212;
}

.search-page .sort-by-list option {
	font-family: "GothamPro";
	font-size: 16px;
	border-radius: 0;
	line-height: 1.3;
	color: #181818;
	padding: 10px 30px 10px 10px;
}

.search-check {
	position: relative;
}
.search-page .search-check label {
	font-size: 16px;
}

.search-page .search-check label::before {
	content: "";
	width: 10px;
	height: 10px;
	position: absolute;
	left: -1.5rem;
	top: 5px;
	border: 1px solid #d7d7d7;
}

.search-page__inp::-webkit-input-placeholder {
	color: #181818;
}
.search-page__inp::-moz-placeholder {
	color: #181818;
} /* Firefox 19+ */
.search-page__inp:-moz-placeholder {
	color: #181818;
} /* Firefox 18- */
.search-page__inp:-ms-input-placeholder {
	color: #181818;
}

.search-page__cards {
	margin-top: 1rem;
}
.search-page__cards .catalog-list a {
	width: 25%;
}
.search-page__cards .catalog-list .productions-slider__card {
	border: 1px solid #e8e8e8;
}
.search-page__cards .catalog-list .productions-slider__card {
	border-left: 1px solid transparent;
}
.search-page__cards .catalog-list .productions-slider__card:nth-child(4n + 1) {
	border-left: 1px solid #e8e8e8;
}

.search-page__cards .catalog-list .productions-slider__card:nth-child(n + 5) {
	border-top: 1px solid transparent;
}
.red-dots {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 70%;
	margin: 0 auto;
	margin-bottom: 3rem;
}

.bold-text {
	font-family: "GothamPro-Bold";
	text-align: center;
	display: block;
	margin-top: 2rem;
	margin-bottom: 2rem;
}

.red-dots li {
	position: relative;
	width: 50%;
	padding-left: 20%;
	line-height: 2;
}

.red-dots li::before {
	content: "";
	display: inline-block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #b31212;
	-webkit-transform: translate(-10px, -2px);
	-ms-transform: translate(-10px, -2px);
	transform: translate(-10px, -2px);
}

.about-us__img {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 3rem;
}

.about-us__img img {
	width: 255px;
	max-width: 30%;
	margin-right: 6%;
}

.about-us__img img:nth-child(3n) {
	margin-right: 0%;
}
.about-us__text {
	line-height: 1.6;
	margin-bottom: 2rem;
}
.video {
	padding: 3rem 0;
	text-align: center;
	margin: 0 auto;
}

.video iframe {
	max-width: 100%;
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,
.owl-carousel .owl-item {
	-webkit-tap-highlight-color: transparent;
	position: relative;
}
.owl-carousel {
	width: 100%;
}
.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	touch-action: manipulation;
	-moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
	display: block;
	width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
	display: none;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
	display: block;
	padding: 0 2rem;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
	cursor: pointer;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
	background: 0 0;
	color: inherit;
	border: none;
	padding: 0 !important;
	font: inherit;
}
.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}
.owl-carousel.owl-hidden {
	opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
	visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.owl-carousel.owl-grab {
	cursor: move;
	cursor: grab;
}
.owl-carousel.owl-rtl {
	direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
	float: right;
}
.owl-carousel .animated {
	animation-duration: 1s;
	animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
	z-index: 0;
}
.owl-carousel .owl-animated-out {
	z-index: 1;
}
.owl-carousel .fadeOut {
	animation-name: fadeOut;
}
@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
.owl-height {
	transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity 0.4s ease;
}
.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
	max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
	transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000;
}
.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url(https://kalyanchik.ua/catalog/view/theme/default/css/owl.video.play.png) no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	transition: transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
	-ms-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
	display: none;
}
.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%;
}

.carousel-wrap {
	padding: 0;
	background-color: #fdd764;
	width: 100%;
	position: relative;
	max-height: 40px;
}

/* fix blank or flashing items on carousel */
.owl-carousel .item {
	position: relative;
	z-index: 100;
}
.owl-carousel .item span {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	line-height: 1;
	-webkit-backface-visibility: hidden;
}
/* end fix */
.owl-nav > li {
	margin-top: -26px;
	position: absolute;
	top: 50%;
	color: #cdcbcd;
}
.owl-nav {
	width: 0;
	height: 0;
}
.owl-nav .owl-next span,
.owl-nav .owl-prev span {
	position: absolute;
	right: 0;
	top: 32%;
	font-size: 0;
	display: block;
	width: 25px;
	height: 15px;
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
	background-size: 60%;
	background-image: url(https://kalyanchik.ua/catalog/view/theme/default/img/back.svg);
	background-repeat: no-repeat;
}
.owl-nav .owl-prev span {
	left: 0;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

.top-menu-list .owl-nav .owl-prev,
.top-menu-list .owl-nav .owl-prev span {
	display: none;
}
.top-menu-list .owl-nav .owl-next span {
	background-image: url(https://kalyanchik.ua/catalog/view/theme/default/img/back-white.svg);
}

.product-image {
	/* visibility: hidden; */
	min-width: 350px;
}
.one-card__color input {
	display: none;
}
.tel-block a:hover {
	color: #b31212;
}
.foto-inst .slick-list {
	width: 100%;
}
.img-red,
.img-white {
	vertical-align: bottom;
	align-self: flex-end;
	width: 100%;
}
.filter-btn--wrap .btn {
	font-size: 14px;
	padding: 7px 12px;
}
.sub-menu__mini {
	width: 22rem;
	left: 0;
	white-space: normal;
	min-height: auto;
	padding-bottom: 1rem;
}
.sub-menu__mini .sub-menu__block {
	padding: 0 1rem;
}

.top-menu-list .sub-menu__item {
	position: relative;
	white-space: nowrap;
}
.sub-menu__mini .sub__menu-link {
	padding-right: 1rem;
}

.btn-hamburger--wrap:hover .dropmenu {
	display: flex;
}
.one-card__not-available {
	display: inline-block;
	padding: 1rem 0 2rem;
	color: #b31212;
}
#simplecheckout_cart {
	width: 100%;
}
/* changed to first-child for */
/*.top-menu-list li:first-child> .sub-menu > .sub-menu__block:last-child{
  display: none;
}*/
.top-menu-list li:first-child > .sub-menu > .sub-menu__block:first-child {
	display: none;
}

#mySidenav > .menu-categories_list1 .menu-categories_list2 a.active {
	display: none;
}

.modal-cart .text-center {
	display: block;
	margin: 0 auto;
	text-align: center;
	transform: translateY(10px);
}
.modal-cart .text-center.cart-empty {
	display: block;
	text-align: center;
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
	transform: translate(0, -50%);
	top: 50%;
	font-weight: bold;
	font-size: 16px;
}
.productions-slider-cart {
	max-height: 241px !important;
}
.modal-cart .productions-slider-cart .slick-slide img {
	margin: 0 auto;
	max-height: 120px;
	width: auto;
}
.modal-cart .productions-slider-cart .slick-track {
	margin-left: 0;
}
.modal-cart .name-block {
	font-size: 17px;
	text-align: left;
	padding-top: 2rem;
}
.modal-cart .productions-slider-cart .prod-price {
	font-size: 13px;
	padding: 10px 0;
}
.modal-cart .productions-slider__card {
	text-align: center;
}
.modal-cart .productions-slider__card .btn {
	font-size: 11px;
	padding: 5px 15px;
	margin-bottom: 10px;
}
.modal-cart .productions-slider__card:first-child {
	border: 1px solid #e8e8e8;
}
.modal-cart .productions-slider__card {
	/* border-top: 1px solid #e8e8e8; */
	/* border-right: 1px solid #e8e8e8; */
	/* border-bottom: 1px solid #e8e8e8; */
	padding: 5px;
}
.modal-cart .productions-slider__card:hover {
	border: none !important;
}
.productions-slider-cart .slick-next:before,
.productions-slider-cart .slick-prev:before {
	content: "";
	display: block;
	width: 35px;
	height: 35px;
	background-size: 50%;
	background-image: url(https://kalyanchik.ua/catalog/view/theme/default/img/next.png);
	background-repeat: no-repeat;
}
.productions-slider-cart .slick-next {
	right: -10px;
}
.productions-slider-cart .slick-prev {
	left: -25px;
	transform: rotate(180deg);
}
.modal-cart .slick-list {
	max-height: 275px;
}
.modal-cart .slick-list .prod-name {
	min-height: 80px;
}
/*.general-slider a{
  display: inline-block;
  line-height: 1;
}*/
.checkout-form .has-error {
	border: 1px solid #b31212;
}
#simplecheckout_form_0 .checkout-form__left {
	width: 100%;
	padding-bottom: 20px;
}
.checkout-form input {
	margin-bottom: 0;
	margin-top: 2rem;
}
.checkout-form input:first-child {
	margin-top: 0rem;
}
a[href="https://kalyanchik.ua/cart/"]
{
	display: none;
}
.temporal-text {
	display: none;
}
#simplecheckout_payment_address {
	padding-bottom: 1em;
	margin-top: 1rem;
	width: 100%;
}
#simplecheckout_payment_address .sort-by__address {
	min-width: 5rem;
	text-align: left;
}
#simplecheckout_payment_address select {
	min-width: 375px;
}
.slider-foto img {
	cursor: pointer;
}
.manufacturers-page strong,
.manufacturers-page .strong {
	font-size: 20px;
	display: block;
	font-weight: bold;
}
.manufacturers-item {
	display: inline-block;
	vertical-align: top;
	padding-right: 1rem;
	width: 20%;
	text-align: left;
}
.manufacture-advantages {
	display: flex;
	width: 100%;
	margin-top: 1rem;
	margin-bottom: 2rem;
	justify-content: space-between;
}

.manufacture-advantages img {
	display: block;
	height: 50px;
	margin: 10px auto;
}
.manufacture-advantages li {
	padding: 0 20px;
	text-align: center;
}
.manufacturers-page {
	text-align: left;
}
.manufac-alf {
	display: flex;
	margin-top: 1rem;
	align-items: center;
	margin-bottom: 1rem;
}
.manufacturer_description h2 {
	line-height: 1.3;
}
.pagination--wrap .btn a {
	color: #ffffff;
}
.catalog-list2 .opt-row {
	display: flex;
	align-items: center;
	justify-content: center;
	/* position: absolute; */
	bottom: 105px;
	right: 0;
}
.catalog-list .options-category {
	width: 100%;
}
.catalog-list2 .radio-inline img {
	max-width: initial;
	min-width: initial;
}
.catalog-list2 .options-category .radio-inline {
	margin-right: 7px;
	max-width: 29px;
	max-height: 29px;
}

.error-link {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	padding-bottom: 250px;
	width: 100%;
	height: 100%;
}
.error-link a {
	display: inline-block;
	font-size: 16px;
	border-bottom: 1px solid #181818;
}
.error-link a:hover {
	color: #b31212;
	border-color: #b31212;
}
.nostock {
	/* filter: grayscale(100%); */
	opacity: 0.6;
	cursor: default;
}
/*.dropmenu > .menu-categories_list1 li:first-child >
 .dropmenu-2 .menu-categories_list2 li:first-child >
  .dropmenu-3 .menu-categories_list3 li{
  background: yellow;
  width: 100%;
}*/

.center-menu__new .img-white {
	display: none !important;
}
.center-menu--wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.center-menu__new .menu-new__item:hover {
	background-color: #fff;
}
.center-menu__new .menu-new__item:hover .img-red {
	display: inline-block !important;
}
.center-menu__new .menu-new__item:hover span {
	color: #181818;
}
.center-menu--wrap .menu-new__item:nth-child(1) {
	width: 255px;
	height: 200px;
}
.center-menu--wrap .menu-new__item:nth-child(1) {
	align-items: flex-end;
}
.center-menu--wrap .menu-new__item:nth-child(1) img {
	padding-right: 15px;
}

.center-menu--wrap .menu-new__item:nth-child(2) {
	width: 255px;
	height: 200px;
}
.center-menu--wrap .menu-new__item:nth-child(2) .center-menu__img {
	text-align: left;
	align-self: center;
}

.center-menu--wrap .menu-new__item:nth-child(3) {
	margin-top: 24px;
	width: 160px;
	height: auto;
}

.center-menu--wrap .menu-new__item:nth-child(3) {
	margin-top: 24px;
	width: 160px;
	height: auto;
}

.center-menu--wrap .menu-new__item:nth-child(4) {
	margin-top: 24px;
	width: 350px;
	height: auto;
	vertical-align: bottom;
}

.center-menu__new .center-menu__item1 {
	width: 350px;
}
.center-menu__new .center-menu__item2 {
	width: 542px;
}
.center-menu__new .center-menu__item3 {
	width: 160px;
}
.center-menu__new .menu-new__item {
	border: 2px solid #b31212;
}
.center-menu__new .center-menu__item3 img {
	margin-right: 15px;
}

.center-menu__new span {
	font-size: 16px;
	font-family: "GothamPro-Light";
	font-weight: 700;
	text-transform: uppercase;
}
.center-menu__img {
	align-self: flex-end;
}

.center-menu__item1 span {
	display: block;
	width: 100%;
	text-align: center;
	padding-top: 10px;
}
.center-menu__new .menu-new__item:not(:last-child) {
	margin-right: 0;
}
.center-menu__new .menu-new__item {
	transition-duration: 0.5s;
}
.center-menu__new .menu-new__item:hover {
	box-shadow: 0 0 1px 1px #b31212;
	transition-duration: 0.5s;
}
.top-menu-list--new .nav-link {
	padding: 12px 15px 11px;
}
.top-menu-list--new .nav-link__first {
	background: #ff350d;
}
#view-more * {
	font-family: "GothamPro";
	color: #020001 !important;
}
#view-more h1 {
	font-family: "GothamPro";
	font-size: 24px;
	font-weight: normal;
}
#view-more h2 {
	font-weight: normal;
	font-family: "GothamPro";
	font-size: 18px;
}
#view-more ul,
#view-more li {
	list-style-type: disc !important;
}
#view-more ul {
	padding-left: 20px;
	padding-bottom: 10px;
}

.catalog-list .no-quantity {
	filter: grayscale(100%);
	opacity: 0.6;
	cursor: default;
}
.modal-cart .empty-cart {
	margin-right: 25px;
}
#modal-cart .close {
	font-size: 35px;
}

@media (max-width: 1680px) {
	.modal-user {
		right: 23.5%;
	}
	.owl-nav .owl-next span {
		top: 30%;
	}
	.top-menu-list2 a {
		padding: 12px 25px 12px;
	}
	.contact-tabs .tabs__items {
		margin-top: 1rem;
	}
	.catalog-list2 img {
		max-width: 350px;
		min-width: 350px;
	}
	.catalog-list2 .prod-name {
		padding-top: 0.5rem;
		margin-top: 0;
	}
	.catalog-list2 .prod-card__specifications {
		padding-top: 0rem;
		padding-bottom: 0;
	}
}

@media (max-width: 1440px) {
	.sub_nav-link {
		font-size: 15px;
	}
	.dropmenu {
		top: 42px;
	}
	.slider-miniatures img {
		width: 75px;
	}
	.sub__menu-link {
		font-size: 13px;
	}
	.center-menu__item:not(:last-child) {
		margin-right: 0.8%;
	}
	.center-menu__item {
		width: 16%;
	}
	.manufacturers-page strong,
	.manufacturers-page .strong {
		font-size: 18px;
		display: block;
		margin: 0.5rem 0;
	}
	.breadcrumbs {
		margin: 1rem 0 0;
	}
	.sub-menu {
		top: 42px;
	}
	.nav-link {
		font-size: 16px;
		padding: 11px 20px 11px;
	}
	.btn-hamburger svg {
		max-width: 65%;
	}
	.tel-block a {
		font-size: 16px;
	}
	.top-menu_categories {
		height: 42px;
	}
	.logo img {
		max-width: 85%;
	}
	.main-footer .logo img {
		max-width: 40%;
	}
	.footer-social svg {
		max-width: 80%;
	}
	.catalog-list2 .prod-price--margin {
		margin-left: auto;
		width: 20%;
	}
	.footer-social > div {
		margin-left: 10%;
	}
	.catalog-list2 .attrib-info {
		width: 61%;
	}
	.search-block svg {
		max-width: 85%;
	}
	.search-block img {
		max-width: 85%;
	}
	.basket span {
		top: -1rem;
		font-size: 12px;
		width: 15px;
		height: 15px;
	}
	.general-slider .slick-next {
		top: 5rem;
	}
	.general-slider .slick-dots {
		top: 10.5rem;
	}
	.general-slider .slick-prev {
		top: 16.5rem;
	}
	.city-contact a,
	.city-contact__list a {
		font-size: 16px;
	}
	.city-contact__slider .slick-next {
		top: 1.6rem;
	}
	.city-contact__our svg {
		max-width: 9%;
		margin-top: -0.2rem;
		-webkit-transform: translateY(0rem);
		-ms-transform: translateY(0rem);
		transform: translateY(0rem);
	}
	.name-block {
		font-size: 22px;
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
	}
	#folding {
		margin-bottom: 3rem;
	}
	.sub-menu__mini {
		width: 18rem;
	}
	.advantages-list img {
		height: 80px;
		width: auto;
	}
	.top-menu-list2 a {
		font-size: 16px;
	}
	.sort {
		height: 33px;
	}
	.sort-by-name span {
		font-size: 14px;
	}
	.filter-name {
		font-size: 16px;
	}
	.btn {
		font-size: 14px;
	}
	.catalog-block__left {
		padding-right: 2rem;
	}
	.one-card__title {
		color: #181818;
		font-family: "GothamPro-Light";
		font-size: 22px;
		padding-top: 0rem;
		padding-bottom: 1rem;
	}
	.one-card {
		padding: 1.5rem 0;
	}
	.slider-miniatures {
		max-width: 320px;
		margin: 0 auto;
		margin-top: 1rem;
	}
	.slider-foto img {
		width: 330px;
	}
	.one-card__price {
		font-size: 28px;
	}
	.one-click {
		padding-top: 2.5rem;
	}
	.tabs__controls a {
		width: 240px;
		font-size: 16px;
	}
	.comment-author {
		font-size: 15px;
	}
	.modal-name {
		padding-bottom: 2.5rem;
		color: #181818;
		font-size: 22px;
	}
	.modal-content {
		padding: 20px;
	}
	.modal-flex {
		padding: 0;
	}
	.modal-wrapper {
		top: 40%;
		left: 50%;
		max-width: 600px;
	}
	.modal-flex span {
		width: 47%;
	}
	.modal-content .close-modal {
		height: auto;
	}
	.modal-user {
		right: 19%;
	}
	.search-modal__list img {
		max-width: 45px !important;
	}
	.search-modal--el {
		width: 420px;
	}
	.calc-result span {
		font-size: 20px;
		margin-right: 1rem;
	}
	.basket-table td {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.table-btn > button {
		top: 5px;
		font-size: 25px;
	}
	.table-cart__price2 {
		font-size: 25px;
	}
	.table-cart__price {
		font-size: 20px;
	}
	.calc-table .calc-t-center {
		font-size: 16px;
	}
	.calc-table span {
		width: 30px;
		height: 30px;
		font-size: 25px;
	}
	.basket-table th {
		font-size: 16px;
		padding-bottom: 20px;
	}
	.table-img {
		padding-left: 10px;
		width: 120px;
	}
	.basket-table img {
		width: 100px;
	}
	.table__name--pd {
		padding-left: 3rem;
		width: 43%;
	}
	.basket-total {
		margin-top: 3rem;
		margin-bottom: 3rem;
	}
	.checkout-form label {
		font-size: 14px;
	}
	.checkout-form__name {
		font-size: 15px;
	}
	.checkout-form {
		margin-top: 1rem;
		margin-bottom: 4rem;
	}
	.checkout-form input {
		width: 70%;
		font-size: 14px;
		margin-top: 1.5rem;
	}
	.checkout-form input:first-child {
		margin-top: 0rem;
	}
	.tab-link span {
		font-size: 13px;
	}
	.contact-info a,
	.contact-info li {
		font-size: 16px;
	}
	.contact-info__addres {
		-ms-flex-item-align: center;
		-ms-grid-row-align: center;
		align-self: center;
	}
	.contact-tabs {
		margin-bottom: 3rem;
	}
	.tab-user__registration a {
		width: auto !important;
		font-size: 14px;
	}
	.tab-user__registration {
		margin-top: 0rem;
		margin-bottom: 1rem;
	}
	.tab-user__registration .tabs__items {
		padding: 1rem 0;
	}
	.sort-by__address {
		font-size: 15px;
	}
	.news-one img {
		margin-right: 1.5rem;
		margin-bottom: 0.5rem;
		max-width: 400px;
	}
	.news-one {
		margin-top: 1rem;
	}
	.big-padding .breadcrumbs {
		margin-bottom: 0.5rem;
	}
	.search-page select {
		font-size: 14px;
		min-width: 320px;
		padding: 8px 30px 8px 10px;
	}

	.search-page__inp {
		padding: 8px 10px 8px 2.7rem;
		font-size: 14px;
		background-size: 15px;
	}

	.search-page .search-check label {
		font-size: 14px;
	}

	.search-page .search-check label::before {
		top: 3px;
	}
	.search-page__form {
		margin-top: 3rem;
		margin-bottom: 1rem;
	}
	.search-page .sort-by-list option {
		font-size: 14px;
		padding: 8px 30px 8px 10px;
	}
	.bold-text {
		margin-top: 1.5rem;
		margin-bottom: 1.5rem;
	}
	.about-us__img {
		margin-bottom: 2rem;
	}
	.red-dots {
		margin-bottom: 2rem;
	}
	.video iframe {
		width: 640px;
		height: 360px;
	}
	.video {
		padding: 2rem 0;
	}
	.about-us__img img {
		margin-right: 5%;
	}
	.page-404 {
		height: 80vh;
	}
	.owl-nav .owl-prev span {
		left: 5px;
	}
	/*.center-menu__item img{
  max-height: 100px;
  max-width: 65px;
}*/

	.tel-block__hidden,
	.tel-block__hidden3 {
		width: 210px;
	}
	.filter-1 input {
		width: 4.4rem;
	}
	#simplecheckout_payment_address .sort-by__address {
		min-width: 4rem;
	}
	.error-link {
		padding-bottom: 200px;
	}
}

@media (max-width: 1366px) {
	.contact-mob {
		display: none;
	}
	.modal-user a {
		padding: 10px;
		margin: 0 10px;
	}
	.modal-user {
		right: 17.5%;
	}
	.search-modal {
		right: -1rem;
	}
	.page-404 {
		height: 77vh;
	}
	.sub-menu__mini {
		width: 150%;
	}
	.top-menu-list li:last-child > .sub-menu {
		left: auto;
		right: 0;
	}
}

@media (max-width: 1280px) {
	.contact-mob {
		display: none;
	}
	.sub-menu__block {
		padding: 0 1rem;
	}
	.sub__menu-link {
		padding: 0.9rem 0 0.6rem 0rem;
	}
	.general-slider .slick-dots li {
		margin: 0 3px;
	}
	.general-slider .slick-next {
		left: 4rem;
	}
	.general-slider .slick-dots {
		left: 2.1rem;
	}
	.general-slider .slick-prev {
		left: 4rem;
	}
	.productions-slider .slick-next {
		right: -50px;
		top: 49%;
	}
	.productions-slider .slick-prev {
		left: -65px;
		top: 48%;
	}
	.name-block {
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
	.modal-user {
		right: 15.3%;
	}
	.contact-tabs {
		margin-top: 1rem;
	}
	.sub-menu__mini .sub-menu__block {
		padding: 0 0.5rem;
	}
	.error-link {
		position: absolute;
		bottom: 30%;
		padding: 0;
	}
	.error-link a {
		font-size: 14px;
	}
}

@media (max-width: 1050px) {
	.contact-mob {
		display: none;
	}
	.one-card__info .one-card__btn {
		margin-bottom: 5px;
	}
}
@media (max-width: 1024px) {
	.contact-mob {
		display: none;
	}
	.container {
		padding: 0 30px;
	}
	.catalog-block__left {
		padding-right: 1.5rem;
	}
	.catalog-list2 .prod-price {
		font-size: 18px;
	}
	.catalog-list2 .attrib-info {
		width: 57%;
	}
	.productions-slider .slick-prev:before {
		display: none;
	}
	.prod-card__specifications .attrib-info {
		padding-left: 1rem;
	}
	.productions-slider .slick-next:before {
		right: 0;
		width: 27px;
		height: 25px;
		background-size: 30%;
	}
	.productions-slider .slick-next {
		top: -7%;
		right: 0;
	}
	.filter-btn--wrap .btn {
		font-size: 12px;
	}
	.general-slider .slick-next {
		top: 3rem;
		left: 1rem;
	}

	.general-slider .slick-prev {
		left: 1rem;
		top: 14.5rem;
	}
	.general-slider .slick-dots {
		left: -0.8rem;
		top: 8rem;
	}
	.menu-first a {
		margin-right: 1rem;
		font-size: 14px;
	}
	.menu-categories_list {
		width: 370px;
		height: 50vh;
	}
	.dropmenu {
		height: 50vh;
	}
	.menu-categories_list li {
		padding-left: 1rem;
		padding-right: 1rem;
	}
	.menu-categories_list {
		width: 331px;
	}
	.dropmenu-2 {
		width: calc(100% - 331px);
		max-width: 33%;
	}
	.dropmenu-3 {
		display: none;
		position: absolute;
		width: calc(100% - 331px);
		max-width: 33%;
	}
	.sub-menu__doble {
		width: 331px;
	}
	.search-field {
		width: 75%;
	}
	.manufac-alf {
		display: block;
	}
	.city-contact__our {
		min-width: 25%;
	}
	.city-slider--wrap {
		width: 73%;
	}
	.advantages-list img {
		height: 65px;
		width: auto;
	}
	.btn {
		padding: 7px 15px;
	}
	.star-1 li::before {
		font-size: 26px;
	}
	.star-1 li {
		width: 20px;
	}
	.star-comment li {
		width: 12px;
		margin-right: 0;
	}

	.slider-foto .slick-slide {
		height: auto;
	}
	.modal-wrapper {
		top: 30%;
	}
	.modal-user {
		right: 14.3%;
	}
	.basket-table {
		margin-bottom: 3rem;
	}
	.basket-total {
		margin-bottom: 3rem;
	}
	.checkout-form {
		margin-bottom: 2rem;
	}

	.error-link {
		bottom: 50%;
	}
	.page-404 {
		height: 66vh;
		background-image: url("https://kalyanchik.ua/catalog/view/theme/default/img/ezhik.jpg");
	}
	.tab-link span {
		padding-top: 15px;
	}
	.tab-link img {
		width: 80px;
	}

	.contact-tabs {
		margin-bottom: 2rem;
	}
	.calc-result {
		margin-left: 2rem;
	}
	.contact-tabs .tabs__items {
		margin-top: 0rem;
	}
	.tab-user__registration {
		margin-top: 2rem;
	}
	.tab-user__registration .tabs__controls-list {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.tab-user__registration .tabs__items {
		padding-top: 3rem;
	}
	.big-padding .breadcrumbs {
		margin-bottom: 1.5rem;
	}
	.news-one {
		margin-top: 1.5rem;
	}
	.search-page__form {
		margin-top: 2rem;
	}
	.search-page select {
		min-width: 300px;
	}
	.red-dots {
		width: 80%;
	}
	.page-404 {
		background-image: url("https://kalyanchik.ua/catalog/view/theme/default/img/404-mob.jpg");
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
	}
	.checkout-form input {
		width: 80%;
	}
	.manufacturers-page strong,
	.manufacturers-page .strong {
		font-size: 16px;
	}
	.manufacturers-item {
		width: 25%;
	}
	.center-menu__img img {
		width: 80%;
	}
	.center-menu__new .menu-new__item,
	.center-menu--wrap .menu-new__item:nth-child(2),
	.center-menu--wrap .menu-new__item:nth-child(1) {
		width: 48%;
		height: auto;
	}
	.center-menu__new .center-menu__item2 {
		width: 50%;
		margin-right: 2%;
		margin-left: 2%;
	}
	.center-menu__new .center-menu__item1 {
		width: 38%;
	}
	.center-menu__new .center-menu__item3 {
		width: 20%;
	}
	.center-menu--wrap .menu-new__item:nth-child(4) {
		width: 58%;
	}
	.center-menu--wrap .menu-new__item:nth-child(3) {
		width: 39%;
	}
}

@media (max-width: 932px)  {
	.fixed-menu .fix-mm {
		display: block;
		position: absolute;
		left: 0px;
		top: 11px;
	}
	.fixed-menu .fix-mm svg {
		fill: #fff;
	}
	.top-menu-list {
		max-height: 42px !important;
	}
	.ic-text {
		display: none;
	}
	#callWidget_c6ed4f0f1b96b0bc6dc1bb7e331831ca {
		display: none !important;
	}
	.temporal-text {
		transform: translateY(-1rem);
	}
	.menu-categories_list1 li:hover > .dropmenu-2 {
		display: inherit;
		overflow-y: scroll;
	}
	.rotate-arr.filter-name > span {
		-webkit-transform: rotate(-90deg) !important;
		-ms-transform: rotate(-90deg) !important;
		transform: rotate(-90deg) !important;
	}
	.rotate-arr2.filter-name > span {
		-webkit-transform: rotate(90deg) !important;
		-ms-transform: rotate(90deg) !important;
		transform: rotate(90deg) !important;
	}
	.menu-categories_list2 li:hover > .dropmenu-3 {
		display: inherit;
		overflow-y: scroll;
	}
	.filter-2 .open-filters {
		display: none;
	}
	.filter-2 .open-filters2 {
		display: block;
	}
	.closebtn {
		display: block;
	}
	.sub-mobmenu--wpap {
		display: block;
	}
	.btn-hamburger--wrap:hover .dropmenu {
		display: block;
	}
	.tel-block-mob {
		display: block;
		cursor: pointer;
	}
	.tel-block__hidden,
	.tel-block__hidden3 {
		width: 180px;
	}
	.center-menu .center-menu__item span {
		display: block;
		width: 100%;
	}
	.center-menu .img-red,
	.center-menu .img-white {
		margin-bottom: 10px;
	}
	#goup {
		bottom: 85px;
		width: 45px;
		height: 45px;
	}
	.icon-up {
		width: 15px;
		height: 15px;
		top: 21px;
		left: 15px;
	}
	.options-category {
		position: absolute;
		top: 0;
	}
	.prod-price--margin.opt-cat {
		padding-top: 35px !important;
		position: relative;
	}
	.options-category .radio-inline span img {
		max-width: 17px !important;
	}
	.options-category .checkbox-inline input + span,
	.options-category .radio-inline input + span,
	#product .checkbox-inline input + span,
	#product .radio-inline input + span {
		height: 20px !important;
	}
	.options-category {
		display: none;
	}

	.general-slider .slick-dots {
		top: auto;
		left: 0;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		right: 0;
		bottom: 0;
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	.general-slider .slick-next:before,
	.general-slider .slick-prev:before {
		display: none;
	}
	.breadcrumbs a:after {
		top: 4px;
	}
	.menu-first {
		display: none;
	}
	.tel-block:hover .tel-block__hidden,
	.tel-block:active .tel-block__hidden {
		display: none;
	}
	.top-menu_center .tel-block svg {
		display: none;
	}
	.top-menu_center .tel-block img {
		display: block;
	}
	.tel-block img {
		display: block;
	}

	.top-menu--flex li:hover > .sub-menu {
		display: none;
	}
	.map-link,
	.personal {
		display: none;
	}
	.btn-hamburger svg {
		fill: #181818;
	}
	.tel-block__hidden3 {
		display: none;
	}
	.tel-block__hidden2 {
		display: none;
	}
	.btn-hamburger {
		position: absolute;
		top: 0;
		left: 0;
		-webkit-transform: translateY(-4rem);
		-ms-transform: translateY(-4rem);
		transform: translateY(-4rem);
	}
	.top-menu_center {
		margin-left: 4.5rem;
	}
	.top-menu_center .tel-block {
		min-width: auto;
	}
	.dropmenu {
		height: 100%;
		width: 0;
		display: block;
		z-index: 200;
		position: fixed;
		top: 0;
		left: -2px;
		-webkit-transition-duration: 0.4s;
		-o-transition-duration: 0.4s;
		transition-duration: 0.4s;
		background-color: #ffffff;
		overflow-x: hidden;
		min-height: auto;
	}
	.filter-btn--wrap .btn {
		font-size: 14px;
		padding: 7px 20px;
	}
	.product-image {
		margin-bottom: 2rem;
		/* visibility: hidden; */
		padding-top: 50px;
		min-width: auto;
	}
	.dropmenu .closebtn {
		position: relative;
		display: block;
		color: #181818;
		margin-left: auto;
		font-size: 36px;
		font-weight: normal;
		font-family: initial;
	}

	#main {
		-webkit-transition: margin-left 0.4s;
		-o-transition: margin-left 0.4s;
		transition: margin-left 0.4s;
	}

	.main-open {
		overflow: hidden;
		height: 100%;
	}

	.dropmenu--overlay {
		display: none;
		position: fixed;
		z-index: 100;
		top: 0;
		right: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.5);
	}
	.open {
		display: block;
	}
	.menu-categories_list {
		width: 100%;
		background: #ffffff;
	}
	.sub_nav-link img {
		display: none;
	}
	.sub_nav-link {
		padding: 1rem 0 0.7rem 1rem;
	}
	.menu-categories_list li {
		padding-right: 2rem;
	}
	.menu-categories_list3 li {
		padding-right: 1rem;
		min-width: 100%;
	}
	.sub-mobmenu {
		padding: 0.5rem 1.7rem;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.sub-mobmenu .personal,
	.sub-mobmenu .map-link,
	.sub-mobmenu .tel-block {
		display: block;
	}
	.sub-mobmenu > div > a {
		padding: 0 2rem 0 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.search-mob {
		border: 1px solid #b31212;
		border-radius: 25px;
		padding: 10px 10px 10px 2.7rem;
		font-size: 16px;
		color: #181818;
		font-family: "GothamPro";
		background: url("https://kalyanchik.ua/catalog/view/theme/default/img/search.png") no-repeat 15px 11px;
		background-size: 17px;
	}

	.search-form-sub {
		padding: 1rem 1.5rem 0.5rem;
	}

	.search-form-sub .search-mob {
		display: inline-block;
		max-width: 246px;
	}
	.contact-tabs .tabs__controls ul {
		flex-wrap: wrap;
	}
	.contact-tabs .tabs__controls li {
		width: 33.3%;
	}
	.menu-categories_list {
		min-height: auto;
	}
	.contact-tabs .tabs__controls li a {
		border: 1px solid #e8e8e8;
	}
	.breadcrumbs {
		flex-wrap: wrap;
	}

	.dropmenu-2,
	.dropmenu-3 {
		position: fixed;
		display: block;
		overflow-y: scroll;
		-webkit-transform: translateX(-300px);
		-ms-transform: translateX(-300px);
		transform: translateX(-300px);
		-webkit-transition-duration: 0.5s;
		-o-transition-duration: 0.5s;
		transition-duration: 0.5s;
		left: 0;
		top: 0;
		height: 100%;
		width: 300px;
		max-width: 100%;
		background: #ffffff;
		z-index: 201;
	}
	.dropmenu-3 {
		z-index: 202;
	}
	#simplecheckout_form_0 .checkout-form__left {
		width: 100%;
	}
	#simplecheckout_form_0 .checkout-form__left input {
		width: 40%;
	}

	#simplecheckout_payment_address {
		margin-top: 0rem;
	}
	.mob-category-name,
	.mob-category-name2 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 0.8rem 0 0.3rem;
		margin: 0 1.7rem 0rem 1rem;
		border-bottom: 1px solid #b31212;
	}

	.mob-category-name span,
	.mob-category-name2 span {
		display: block;
		line-height: 1;
		padding-left: 1rem;
		text-transform: uppercase;
		color: #181818;
		font-family: "GothamPro";
		font-size: 18px;
		font-weight: 300;
	}

	.mob-category-name img,
	.mob-category-name2 img {
		width: 8px;
		height: auto;
	}
	.open-trans {
		-webkit-animation: open-trans 0.2s linear forwards;
		animation: open-trans 0.2s linear forwards;
	}

	.close-trans {
		-webkit-animation: close-trans 0.2s linear forwards;
		animation: close-trans 0.2s linear forwards;
	}

	@-webkit-keyframes open-trans {
		0% {
			-webkit-transform: translateX(-300px);
			transform: translateX(-300px);
		}
		100% {
			-webkit-transform: translateX(0px);
			transform: translateX(0px);
		}
	}

	@keyframes open-trans {
		0% {
			-webkit-transform: translateX(-300px);
			transform: translateX(-300px);
		}
		100% {
			-webkit-transform: translateX(0px);
			transform: translateX(0px);
		}
	}

	@-webkit-keyframes close-trans {
		0% {
			-webkit-transform: translateX(0px);
			transform: translateX(0px);
		}
		100% {
			-webkit-transform: translateX(-300px);
			transform: translateX(-300px);
		}
	}

	@keyframes close-trans {
		0% {
			-webkit-transform: translateX(0px);
			transform: translateX(0px);
		}
		100% {
			-webkit-transform: translateX(-300px);
			transform: translateX(-300px);
		}
	}
	.sub_nav-link {
		padding: 0.7rem 0 0.5rem 0.7rem;
	}
	.city-contact__our svg {
		display: none;
	}
	.city-contact__list {
		display: none;
	}
	.opt-shop {
		display: block !important;
	}
	.city-slider--wrap {
		width: auto;
		min-width: 49%;
	}
	.city-contact__our {
		min-width: 49%;
	}
	.center-menu {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-top: 2rem;
		margin-bottom: 0rem;
	}
	.center-menu__item:not(:last-child) {
		margin-right: 0%;
	}
	.center-menu__item {
		padding: 2rem;
		width: 32%;
		margin-bottom: 2%;
	}
	.city-contact__our {
		margin-right: 0%;
	}
	.block-mob--none {
		display: none;
	}
	.about-us {
		background-image: none !important;
	}

	.main-footer {
		color: #ffffff;
		padding: 2rem 0 1rem;
		border-top: none;
		background-color: #181818;
	}
	.main-footer a {
		color: #ffffff;
	}
	.main-footer--flex {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.main-footer .tel-block__hidden {
		background-color: #181818;
		color: #ffffff;
	}
	.main-footer .logo img {
		width: 160px;
		height: auto;
		max-width: 100%;
	}
	footer .tel-block svg {
		display: inline;
		right: 5px;
		bottom: 13px;
		position: absolute;
		fill: #ffffff;
	}
	.main-footer .tel-block {
		text-align: center;
	}
	.main-footer .tel-block__hidden {
		display: none;
	}
	.main-footer .tel-block a {
		display: inline-block;
	}
	.main-footer .tel-block__hidden a {
		width: 100%;
		padding-right: 14px;
		margin: 0 auto;
		text-align: center;
	}
	.footer-social svg {
		max-width: 100%;
		fill: #ffffff;
	}
	.calc-result span {
		margin-right: 2rem;
	}
	.footer-social {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding: 1.5rem 1.5rem 0;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.footer-social > div {
		margin-left: 0%;
	}
	.main-footer--flex > div {
		width: 30%;
	}
	.footer-suptext {
		color: #ffffff;
		padding-top: 1.5rem;
	}
	.footer-contact {
		display: block;
		text-align: center;
	}
	.footer-contact a {
		display: inline-block;
		margin: 1.5rem 0 0.7rem;
		text-align: center;
		color: #b31212;
		font-family: "GothamPro";
		font-size: 16px;
		border-bottom: 1px solid #b31212;
	}
	.general-slider .slick-slide img {
		margin: 0 auto;
		width: 100%;
		height: auto;
	}
	.slick-slider--wrap {
		padding-bottom: 5px;
		border-bottom: 1px solid #e8e8e8;
		margin-bottom: 1.5rem;
	}
	.production--wrap {
		margin-bottom: 1rem;
	}
	#folding {
		margin-bottom: 2rem;
	}
	.nav-link {
		padding: 11px 25px 11px;
	}
	.top-menu-list .slick-next:before {
		content: "";
		display: block;
		width: 25px;
		height: 25px;
		background-size: 30%;
		background-image: url(https://kalyanchik.ua/catalog/view/theme/default/img/next.png);
		background-repeat: no-repeat;
	}
	.desk-none {
		display: block;
	}
	.menu-first_sup {
		border-top: 1px solid #b31212;
		padding-top: 2rem;
		margin-top: 1rem;
		padding-bottom: 1rem;
	}

	.menu-first_sup a {
		display: inline-block;
		font-family: "GothamPro-Light";
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		font-size: 15px;
		padding: 0.5rem 0.5rem 0.5rem 1.7rem;
		color: #181818;
	}

	.search-block img {
		max-width: 100%;
	}
	.manufacture-advantages li {
		padding: 0 10px;
	}
	.search-block svg {
		max-width: 100%;
	}
	.slick-slider--wrap {
		overflow: hidden;
		visibility: hidden;
	}
	.one-card__foto {
		visibility: hidden;
	}
	.one-card__foto .slick-initialized,
	.slick-slider--wrap .slick-initialized {
		visibility: visible;
	}
	.manufacture-advantages img {
		height: 30px;
	}
	.search-field {
		width: 96vw;
		top: 87px;
		border: 1px solid #b31212;
		border-radius: 25px;
		padding: 10px 10px 8px 2.7rem;
		font-size: 16px;
		color: #181818;
		left: 15px;
		-webkit-transform: scaleY(0);
		-ms-transform: scaleY(0);
		transform: scaleY(0);
		-webkit-transform-origin: top;
		-ms-transform-origin: top;
		transform-origin: top;
		position: absolute;
	}

	.search-field::-webkit-input-placeholder {
		color: #181818;
	}
	.search-field::-moz-placeholder {
		color: #181818;
	} /* Firefox 19+ */
	.search-field:-moz-placeholder {
		color: #181818;
	} /* Firefox 18- */
	.search-field:-ms-input-placeholder {
		color: #181818;
	}

	.open-scaleX {
		-webkit-transition-duration: 0.1s;
		-o-transition-duration: 0.1s;
		transition-duration: 0.1s;
		-webkit-transform: scaleY(1);
		-ms-transform: scaleY(1);
		transform: scaleY(1);
	}

	.top-menu-list .slick-next:before,
	.top-menu-list2.slick-next:before {
		content: "";
		display: block;
		width: 25px;
		height: 15px;
		-webkit-transform: rotate(-180deg);
		-ms-transform: rotate(-180deg);
		transform: rotate(-180deg);
		background-size: 60%;
		background-image: url(https://kalyanchik.ua/catalog/view/theme/default/img/back-white.svg);
		background-repeat: no-repeat;
	}
	.top-menu-list .slick-prev:before,
	.top-menu-list2 .slick-prev:before {
		display: none;
	}

	.top-menu-list .slick-next,
	.top-menu-list2 .slick-next {
		right: 25px;
	}
	.tel-block__hidden {
		position: relative;
	}
	.tel-block__hidden3 {
		position: absolute;
		background: #ffffff;
		top: calc(100% + 20px);
		z-index: 10;
	}
	.tel-block__hidden3 a {
		background: #ffffff;
	}
	.btn-hamburger {
		text-align: left;
	}
	.search-block {
		position: static;
	}
	.nav-link:hover {
		background-color: #b31212;
	}
	.catalog-block__left,
	.sort-mob {
		height: 100%;
		width: 300px;
		display: block;
		z-index: 200;
		position: fixed;
		top: 0;
		-webkit-transform: translate(-300px);
		-ms-transform: translate(-300px);
		transform: translate(-300px);
		-webkit-transition-duration: 0.4s;
		-o-transition-duration: 0.4s;
		transition-duration: 0.4s;
		background-color: #ffffff;
		overflow-x: hidden;
		min-height: auto;
		left: 0;
	}
	.sort-mob ul {
		padding: 0.8rem 0 2rem;
		margin: 0 1rem 0rem 1rem;
	}
	.filter-2 {
		padding-top: 1rem;
	}
	.sort-mob a {
		display: block;
		color: #020001;
		font-family: "GothamPro";
		font-size: 16px;
		font-weight: 400;
		padding-top: 1rem;
		position: relative;
	}
	#ocfilter {
		padding: 0.8rem 0 0.3rem;
		margin: 0 1rem 0rem 1rem;
	}
	.catalog-block__left form {
		padding: 0.8rem 0 0.3rem;
		margin: 0 1rem 0rem 1rem;
	}

	.filters-mob {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 0.3rem 0 0rem;
		margin: 0 1rem 0rem 1rem;
		border-bottom: 1px solid #b31212;
	}
	.filters-mob b,
	.filters-mob .b {
		display: block;
		line-height: 1;
		text-transform: uppercase;
		color: #b31212;
		font-family: "GothamPro";
		font-size: 18px;
		font-weight: 300;
	}

	.closebtn-filter {
		position: relative;
		display: block;
		color: #181818;
		margin-left: auto;
		font-size: 36px;
		font-family: initial;
	}

	.catalog-block__right {
		width: 100%;
	}
	.catalog-block__left {
		padding-right: 0rem;
		padding-bottom: 2rem;
	}
	.sort-by-name,
	.sort-by {
		display: none;
	}
	.sort--wrap {
		padding-bottom: 1rem;
	}

	.sort-btn,
	.filter-btn {
		font-family: "GothamPro-Light";
		font-weight: bold;
		display: block;
		color: #181818;
		font-size: 16px;
		padding: 6px 15px;
		border: 1px solid #e8e8e8;
		text-transform: uppercase;
	}
	.sort--wrap {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.manufacturer_description h2 > span {
		font-size: 18px !important;
		line-height: 1.3 !important;
	}
	.city-contact__our {
		background: #e8e8e8;
		color: #020001;
	}
	.city-contact__our a {
		color: #020001;
	}
	.sort {
		height: 34px;
	}
	.sort-plitka {
		margin-left: auto;
	}
	.filter-2 .filter-name span {
		top: 2px;
	}
	.rotate-arr.filter-name > span {
		top: 2px;
	}
	.btn {
		padding: 7px 10px;
	}
	.dropmenu--overlay2 {
		display: none;
		position: fixed;
		z-index: 100;
		top: 0;
		right: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.5);
	}

	.prod-card__specifications {
		display: none;
	}
	.catalog-list2 .productions-card {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.btn-buy {
		display: none;
	}
	#catalog-list .btn-buy {
		display: block;
	}
	.catalog-list .prod-price {
		display: inline-block;
		padding: 0;
		align-self: center;
		margin-top: 0;
	}
	.catalog-list .prod-price--margin {
		margin-left: 0;
		justify-content: space-between;
		display: flex;
		padding: 0 1rem;
		align-items: center;
		width: 100%;
	}
	.catalog-list .productions-slider__card,
	.productions-slider .productions-slider__card {
		padding: 10px;
	}
	.catalog-list2 img {
		max-width: 350px;
		min-width: 300px;
		margin-right: 1rem;
	}
	.catalog-list .prod-name {
		padding-bottom: 0.5rem;
	}
	.catalog-list .prod-price {
		font-size: 16px;
	}
	.catalog-list2 .prod-name {
		line-height: 1.3;
		height: auto;
		padding-top: 1rem;
		padding-bottom: 1rem;
		margin-top: 0;
		overflow: visible;
		display: block;
		-webkit-line-clamp: initial;
		-webkit-box-orient: vertical;
	}
	.prod-price--close::before {
		left: 3px;
		width: 70%;
	}

	.catalog-list .prod-price--close {
		position: relative;
		font-size: 15px;
		margin-right: 0rem;
		margin-bottom: 4px;
	}

	.catalog-list .prod-price--close {
		display: block;
	}
	.pagination--wrap {
		margin-top: 2rem;
	}
	.catalog-list2 .prod-price {
		padding: 2rem 0 1.5rem;
	}
	.top-menu-list2 a {
		padding: 10px 20px 11px;
	}
	.slider-miniatures {
		display: none;
	}
	.one-card--flex {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-bottom: 1rem;
	}

	.one-card__foto {
		width: 100%;
		margin-bottom: 2rem;
	}
	.one-card__info {
		margin: 0 auto;
		padding-left: 0rem;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.slider-foto img {
		width: auto;
		margin: 0 auto;
		max-width: 350px;
	}
	.slider-foto .slick-next:before,
	.slider-foto .slick-prev:before {
		content: "";
		display: block;
		width: 35px;
		height: 35px;
		z-index: 5;
		position: relative;
		background-size: 50%;
		background-image: url(https://kalyanchik.ua/catalog/view/theme/default/img/next.png);
		background-repeat: no-repeat;
	}

	.slider-foto .slick-prev:before {
		-webkit-transform: rotate(-180deg);
		-ms-transform: rotate(-180deg);
		transform: rotate(-180deg);
	}

	.slider-foto .slick-prev {
		left: -85px;
	}

	.slider-fotoder .slick-next {
		right: -70px;
		top: 51%;
	}
	.star-1 {
		display: none;
	}

	.card__price--flex {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.one-card__title {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
		padding-bottom: 2rem;
		position: absolute;
		top: 0;
	}

	.catalog-list .prod-price--margin.no-quantity {
		display: block;
	}
	.catalog-list .prod-price--margin.no-quantity span {
		margin-bottom: 5px;
	}

	.one-card__color {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
	.one-c_model--wrap {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		-ms-flex-item-align: start;
		align-self: flex-start;
	}
	.tabs-d--none {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
		margin-bottom: 0.5rem;
		margin-top: 1rem;
	}
	.card__price--flex {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
	}
	.one-click {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5;
		padding-top: 1.5rem;
		border: none;
	}

	.one-click form {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.tab-card .tabs__items {
		padding: 1.5rem 0;
		margin-bottom: 1.5rem;
		border-bottom: 1px solid #e8e8e8;
	}
	.tab-card .tabs__controls a {
		width: 222px;
	}
	.one-card__info .one-card__btn {
		padding: 7px 25px;
	}
	.one-card--flex {
		margin-bottom: 2rem;
	}
	.slider-foto .slick-next:before {
		background-position: right;
	}

	.slider-foto .slick-next {
		right: -45px;
	}
	.productions-slider .slick-next {
		top: -28px;
	}
	.tabs-d--none {
		display: block;
	}
	.one-card__info {
		width: 100%;
	}
	.one-card__specif {
		width: 100%;
	}
	.search-modal {
		right: 41%;
		top: 146px;
	}
	.flex-btn .one-card__btn {
		margin-left: auto;
	}
	.modal-user {
		right: auto;
		left: 1rem;
		top: 68px;
	}
	.modal-user::before {
		right: 103px;
	}
	.modal-letter .modal-content {
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.modal-wrapper {
		max-width: 100%;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		-webkit-transform: translate(0);
		-ms-transform: translate(0);
		transform: translate(0);
	}
	.modal-content {
		min-height: 100%;
		height: auto;
	}
	.t-price1 {
		display: none;
	}
	.basket-table thead {
		display: none;
	}
	.basket-table {
		margin-top: 0rem;
	}
	.table__name--pd {
		padding-left: 1rem;
		width: 45%;
	}
	.table-img {
		padding-left: 0;
		width: 100px;
	}
	.table__name {
		font-size: 16px;
	}
	.table-cart__price2 {
		font-size: 22px;
	}
	.basket-total .table-cart__price2 {
		margin-left: 2rem;
	}
	.checkout-form input {
		width: 100%;
	}
	.checkout-form__bottom {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-top: 1rem;
	}
	.checkout-form label {
		font-size: 14px;
		padding: 9px 0 7px 30px;
	}
	.checkout-form__name {
		font-size: 14px;
		padding-bottom: 1rem;
	}
	.checkout-form__bottom label {
		font-size: 12px;
	}
	.checkout-form__pay i,
	.checkout-form__pay .i {
		font-size: 12px;
	}
	.basket-total--none {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.basket-total--mnone .total-sum {
		display: none;
	}

	.basket-total--mnone {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.basket-total .btn {
		margin-right: 2rem;
		margin-left: 2rem;
	}

	.productions-slider .slick-list {
		padding: 0px 2px;
	}
	.contact-tabs .flex {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.contact-info {
		width: 100%;
	}
	.contact-info__img {
		width: 5%;
	}
	.map--wrap {
		width: 100%;
	}
}

@media (width: 768px) {
	.catalog-list2 .btn-buy {
		font-size: 15px !important;
	}
}
@media (max-width: 800px) {
	.contact-mob {
		display: block;
	}
	.banner-lnk-desk {
		display: none;
	}
	.banner-lnk-mob {
		display: block;
	}

	.contact-tabs {
		margin-bottom: 0rem;
	}
	.checkout-form {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.checkout-form span {
		width: auto;
		margin-bottom: 1rem;
	}
	.checkout-form .select2-selection--single,
	.checkout-form .select2-selection--single > span {
		margin-bottom: 0 !important;
	}

	#simplecheckout_payment {
		margin-top: 1rem;
	}
	#simplecheckout_payment span {
		width: 100%;
	}

	.checkout-form label {
		width: 65%;
	}
	.checkout-form__bottom {
		margin-top: 0rem;
	}
	.checkout-form .checkout-form__center {
		width: 100%;
		/*  margin-top: 2rem;*/
	}
	.checkout-form__sub .sort-by {
		display: block;
	}
	.checkout-form__sub {
		/* margin-bottom: 1rem;*/
	}
	.sort-by__address {
		font-size: 14px;
	}
	.news-block__item:not(:nth-child(3n)) {
		margin-right: 0;
	}
	.news-block__item:not(:nth-child(2n)) {
		margin-right: 4%;
	}
	.news-block__item {
		width: 48%;
	}
	.news-block__item {
		margin-bottom: 2rem;
		margin-top: 1rem;
	}
	.news-one img {
		max-width: 300px;
		margin-bottom: 0.7rem;
	}
	.search-page__form .sort-by {
		display: block;
		margin: 0;
	}
	.tab-user__registration .tabs__controls-list {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.search-page select,
	.search-page__inp {
		min-width: 75%;
		width: auto;
	}
	.search-page__form {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		margin-bottom: 0rem;
	}
	.search-page__item {
		width: 50%;
		margin-bottom: 1.5rem;
	}
	.search-check {
		margin-left: 1.5rem;
	}
	.search-page__btn {
		text-align: left;
	}
	.search-page__form .sort-by::after {
		right: 26%;
	}
	.search-page__cards .catalog-list a {
		width: 33.3%;
	}
	.search-page__cards .catalog-list .productions-slider__card {
		border: 1px solid #e8e8e8;
		border-left: 1px solid transparent;
	}
	.search-page__cards
		.catalog-list
		.productions-slider__card:nth-child(2n + 1) {
		border-left: 1px solid #e8e8e8;
	}
	.catalog-list .productions-slider__card:nth-child(n + 4) {
		border-top: 1px solid transparent;
	}
	.red-dots {
		width: 90%;
	}
	.page-404 {
		height: 81vh;
	}
	.prew-pagination {
		background-size: 11px;
		background-position: 0% 50%;
	}
	.next-pagination {
		background-position: 61% 50%;
	}
	.contact-info li {
		padding-bottom: 1rem;
	}
	.bold-text {
		margin-top: 1rem;
		margin-bottom: 1rem;
	}
	.tab-user__registration .tabs__controls-list li {
		margin-right: 1rem;
	}
	.one-card__available {
		padding: 0.5rem 0 1rem;
	}
	.one-card__color ul {
		padding: 0.5rem 0 1rem;
		margin-left: 4px;
	}
	.owl-nav .owl-prev span {
		left: -25px;
	}
	.owl-nav .owl-next span {
		right: -25px;
	}
	.no-js .owl-carousel,
	.owl-carousel.owl-loaded {
		display: block;
		padding: 0 0rem;
	}
	.contact-tabs .tab-link {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}

	.contact-tabs .tabs__controls ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.tab-link > div {
		margin: 0 0.5rem 0 1rem;
	}
	.tab-link span {
		-ms-flex-item-align: center;
		-ms-grid-row-align: center;
		align-self: center;
		margin-top: 0;
		font-size: 15px;
		padding-top: 0;
	}
	.catalog-list2 .prod-name--wrap {
		padding-bottom: 0.5rem;
	}
	.one-card__not-available {
		padding: 0.5rem 0 1rem;
	}
	.contact-tabs .tab-link img {
		width: 75px;
		text-align: left;
		margin: 0;
	}
	.contact-tabs .tab-link span {
		text-align: left;
		padding-left: 1rem;
		font-size: 13px;
	}
	.img-red,
	.img-white {
		width: auto;
	}
	#catalog-list .btn-buy {
		font-size: 14px;
		border: 1px solid #b31212;
		padding: 4px;
		width: 5rem;
	}
	#catalog-list2 .btn-buy {
		font-size: 11px;
	}
	.catalog-list .btn-buy {
		display: inline-block;
		font-size: 0;
		padding: 1.1rem 0;
		font-size: 0;
		width: 2rem;
		background-position: right;
		background-size: 26px;
		border: none;
		background-color: transparent;
		background-repeat: no-repeat;
	}
	.catalog-list .prod-price--margin {
		padding: 0;
	}
	.menu-categories_list {
		min-height: auto;
		height: auto;
	}
	.center-menu__new span {
		font-size: 14px;
	}
	.center-menu--wrap .menu-new__item:nth-child(2) .center-menu__img {
		text-align: center;
		align-self: flex-end;
		vertical-align: bottom;
	}
	.menu-new__item img {
		width: 65%;
	}
	.center-menu--wrap .menu-new__item:nth-child(4),
	.center-menu--wrap .menu-new__item:nth-child(3) {
		margin-top: 13px;
	}
}

.one-card_half {
	width: 50%;
	padding-left: 5rem;
}

@media (max-width: 600px) {
	.main-footer--flex > div {
		width: 35%;
	}
	.one-card_half {
		width: 100%;
	}
	footer {
		position: relative;
		z-index: 1;
	}
	.footer-social {
		padding: 1.5rem 1rem 0;
	}
	.top-menu-list,
	.top-menu-list2 {
		padding-right: 2.5rem;
	}
	.top-menu-list .slick-next,
	.top-menu-list2 .slick-next {
		right: 17px;
	}
	.top-menu_center {
		margin-left: 3.6rem;
	}
	.search-field {
		width: 94.9vw;
	}
	#view-more h1 {
		font-size: 18px;
	}
	#view-more h2 {
		font-size: 16px;
	}
	.search-field {
		padding: 10px 10px 8px 2.7rem;
	}
	.slider-foto .slick-next:before,
	.slider-foto .slick-prev:before {
		background-size: 35%;
		height: 25px;
	}
	.slider-foto .slick-next {
		right: -25px;
	}
	.slider-foto .slick-prev {
		left: -75px;
	}
	.one-card__specif {
		width: auto;
	}
	.one-card__specif span {
		min-width: 7rem;
		width: 50%;
		padding-left: 10px;
	}
	.search-modal {
		right: 23%;
	}
	.calc-table span {
		width: 25px;
		height: 25px;
		font-size: 20px;
	}

	#simplecheckout_form_0 .checkout-form__left input {
		width: 50%;
	}
	.table-img {
		padding-left: 0;
		width: 80px;
	}
	.mob-none,
	.boc_order_btn {
		display: none;
	}
	.center-menu .img-red,
	.center-menu .img-white {
		margin-bottom: 0px;
	}
	.d-none {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.calc-table {
		margin-top: 20px;
		margin-left: -19rem;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.table__name--pd {
		width: 67%;
	}
	.simple-content .table__name--pd {
		width: 60%;
		vertical-align: top;
	}
	.table-cart__price2 {
		font-size: 20px;
	}
	.card__price--flex {
		justify-content: space-around;
		align-items: center;
	}
	.t-price {
		text-align: right;
	}
	.basket-table td {
		vertical-align: bottom;
	}
	.total-sum {
		padding: 8px 20px;
	}
	.basket-total {
		margin-top: 0rem;
	}
	.basket-table img {
		width: 80px;
		vertical-align: top;
	}

	.basket-table .model-cart {
		display: none;
	}
	.table__name {
		-webkit-line-clamp: 2;
	}
	.basket-total .btn {
		font-size: 16px;
	}
	.basket-total .btn {
		margin-top: 2rem;
		margin-right: 0;
		margin-left: 0;
	}
	.basket-total--mnone {
		-webkit-box-pack: justify !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	.basket-total--mnone {
		border: none !important;
	}
	.contact-info__img {
		width: 8%;
	}
	.tab-user__registration .tabs__items {
		padding-top: 1rem;
	}
	.tab-user__registration .tabs__controls-list li {
		margin-right: 0.5rem;
	}
	.tab-user__registration .tabs__controls-list {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.tab-user__registration .tabs__controls a {
		padding: 7px 10px;
	}
	.tab-user__registration input {
		width: 240px;
	}
	.form-item {
		width: 240px;
	}
	.search-page select,
	.search-page__inp {
		width: 90%;
	}
	.search-page__form .sort-by::after {
		right: 15%;
	}
	.name-block {
		font-size: 20px;
	}
	#container {
		padding: 30px 0px 15px 0px;
	}
	.red-dots {
		width: 100%;
	}
	.red-dots li {
		padding-left: 15%;
	}
	.no-js .owl-carousel,
	.owl-carousel.owl-loaded {
		display: block;
		padding: 0 0.5rem;
	}
	.owl-nav .owl-prev span {
		left: -20px;
	}
	.owl-nav .owl-next span {
		right: -20px;
	}
	.nav-link {
		padding: 11px 20px 11px;
	}
	.card__price--flex {
		position: fixed !important;
		bottom: 0 !important;
		background: #ffffff !important;
		z-index: 90;
		width: 100%;
		left: 0;
		padding: 2rem;
		-webkit-box-shadow: 0 0 10px 1px rgba(122, 122, 122, 0.15);
		box-shadow: 0 0 10px 1px rgba(122, 122, 122, 0.15);
	}
	.card__price--flex {
		padding: 0.5rem 2rem;
	}
	.one-card__price {
		font-size: 27px;
		align-items: center;
		justify-content: space-around;
	}
	/*.one-card-checked{   
	background-image: url("https://kalyanchik.ua/catalog/view/theme/default/img/tick.svg")!important;
	background-color: #76e284!important;
}*/
	.catalog-list .prod-price--margin {
		padding: 0;
	}
	#catalog-list .btn-buy {
		font-size: 11px;
		border: 1px solid #b31212;
		padding: 4px;
		min-width: 70px;
		background: #b31212;
		color: #fff;
		line-height: 23px;
	}
	#catalog-list2 .btn-buy {
		font-size: 11px;
		border: 1px solid #b31212;
		padding: 4px;
		min-width: 100px !important;
		background: #b31212;
		color: #fff;
		line-height: 37px !important;
	}
	.contact-tabs .tab-link span {
		text-align: left;
		padding-left: 0.5rem;
	}
	.contact-tabs .tab-link img {
		width: 65px;
	}
	.comment-form .flex {
		flex-wrap: wrap;
		width: 100%;
	}
	.comment--mar {
		margin-left: 0;
	}
	.comment-form textarea {
		margin-left: 0rem;
	}
	.one-card .tabs__controls a {
		width: auto;
		padding: 10px 25px;
		font-size: 16px;
	}
	.manufacturer_description iframe {
		max-width: 100%;
		margin: 0 auto;
		display: block;
	}
	.center-menu__new {
		flex-direction: column;
		justify-content: center;
	}
	.center-menu__new .center-menu__item1,
	.center-menu__new .center-menu__item2,
	.center-menu__new .center-menu__item3 {
		width: 100%;
		margin: 10px 0;
	}
	.center-menu__new .center-menu__item3 span {
		display: block;
		margin: 0 auto;
		width: 100%;
	}
	.center-menu__new .center-menu__item3 img {
		margin-right: 0;
	}
	.center-menu__new {
		margin-top: 1rem;
	}
	.center-menu__new span {
		display: block;
		width: 100%;
	}
}

@media (max-width: 932px) and (max-width: 480px) {
	.bread01 {
		font-size: 12px;
	}
	.container {
		padding: 0 15px;
	}
	.manufacture-advantages {
		justify-content: center;
		flex-wrap: wrap;
	}
	.manufacture-advantages li {
		margin-bottom: 15px;
		padding: 0 20%;
	}
	.slick-slider--wrap {
		margin-bottom: 1rem;
	}
	.top-menu_center {
		margin-left: 3.5rem;
	}
	.name-block {
		font-size: 20px;
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
	.main-footer--flex > div {
		width: 45%;
	}
	.logo img {
		max-width: 65%;
	}
	.owl-nav .owl-next span {
		right: -10px;
	}
	.city-contact a {
		padding: 10px 10px;
	}
	.owl-nav .owl-prev span {
		left: -10px;
	}
	.btn-hamburger {
		padding: 18px 0;
	}
	.top-menu_center {
		padding: 5px 0 10px;
	}
	.search-field {
		padding: 9px 10px 9px 2.7rem;
	}
	.search-field {
		width: 94vw;
		top: 74px;
	}
	.center-menu__item span {
		font-size: 12px;
	}
	.center-menu__item {
		padding: 0.7rem;
	}
	.center-menu {
		margin-top: 1rem;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.center-menu__item {
		width: 33.3%;
		margin-bottom: 0%;
	}
	.img-red img,
	.img-white img {
		max-width: 80%;
	}
	.btn-hamburger svg {
		max-width: 80%;
	}
	.top-menu_center {
		margin-left: 5rem;
	}
	.productions-slider .slick-next {
		top: -27px;
	}
	.btn-buy {
		display: none;
	}
	.prod-price {
		padding: 1rem 0 0rem;
	}
	.breadcrumbs {
		margin: 1rem 0 0rem;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		white-space: nowrap;
		overflow-x: scroll;
	}
	.catalog-list2 .productions-slider__card {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
		position: relative;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 10px;
	}
	.catalog-list2 a {
		width: 100%;
	}
	.catalog-list2 .prod-price--close {
		display: block;
		margin-right: 0;
		padding-bottom: 0;
		margin-bottom: 0;
	}
	.catalog-list2 img {
		max-width: 100%;
		margin-right: 0;
	}
	.catalog-list2 .prod-price {
		padding: 0;
		display: inline-block;
		margin-top: 0.1rem;
	}
	.catalog-list2 .prod-name--wrap {
		width: 100%;
	}
	.catalog-list2 .prod-name {
		text-align: center;
	}
	.prod-card__specifications {
		max-width: 100%;
	}
	.catalog-list2 .prod-price--margin {
		margin-left: 0;
		justify-content: space-between;
		display: flex;
		align-items: center;
		width: 65%;
	}
	.manufacturers-item {
		width: 49%;
	}
	.catalog-list2 .prod-card__specifications {
		display: none;
	}
	.slider-foto .slick-next {
		right: 0;
		top: 47%;
	}
	.slider-foto .slick-prev {
		left: -40px;
		top: 46.5%;
	}
	.one-card__specif span {
		min-width: 9rem;
	}
	.one-c_model--wrap {
		padding-right: 3rem;
	}
	.card__price--flex {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.card__price--flex > span {
		width: 51%;
		text-align: center;
	}
	.search-modal {
		right: 30px;
		top: 130px;
	}
	.table__name {
		font-size: 14px;
	}
	.model-cart {
		font-size: 12px;
	}
	.contact-tabs .tab-link img {
		width: 60px;
	}
	.table-cart__price2 {
		font-size: 18px;
	}
	.calc-table .calc-t-center {
		font-size: 14px;
	}
	.calc-table {
		margin-top: 15px;
		margin-left: -16.4rem;
	}
	.table__name--pd {
		padding-left: 0.5rem;
	}
	.calc-table span {
		width: 22px;
		height: 22px;
		font-size: 18px;
	}
	.table__name {
		-webkit-line-clamp: 1;
		height: 1.5rem;
	}
	.table__name--pd {
		padding-right: 0.5rem;
	}
	.basket-table img {
		width: 50px;
	}
	.total-sum {
		margin: 0;
		padding: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.basket-total {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding-bottom: 1rem;
		border-bottom: 1px solid #e8e8e8;
	}
	.basket-table {
		margin-bottom: 1rem;
	}
	.total-sum .table-cart__price2 {
		font-size: 22px;
	}
	.basket-total .table-cart__price2 {
		margin-left: 8rem;
	}
	.checkout-form__bottom label {
		font-size: 11px;
		padding-right: 10px;
		width: 60%;
	}
	.checkout-form__pay i,
	.checkout-form__pay .i {
		font-size: 11px;
	}
	.basket-total .btn {
		font-size: 14px;
	}
	.catalog-list a {
		width: 50%;
	}
	.catalog-list .productions-slider__card:nth-child(3n + 1) {
		border-left: 1px solid transparent;
	}
	.catalog-list .productions-slider__card:nth-child(2n + 1) {
		border-left: 1px solid #e8e8e8;
	}
	.catalog-list .productions-slider__card:nth-child(n + 3) {
		border-top: 1px solid transparent;
	}
	.center-menu__item {
		border-right: 1px solid transparent;
	}
	.center-menu__item:nth-child(3n) {
		border-right: 1px solid #b31212;
	}
	.center-menu__item:nth-child(n + 4) {
		border-top: 1px solid transparent;
	}
	.center-menu__item:nth-child(n + 5) {
		border-right: 1px solid #b31212;
	}
	.contact-tabs .tabs__controls li {
		width: 50%;
	}
	.contact-tabs .tabs__controls li:nth-child(2n) a {
		border-right: 1px solid #e8e8e8;
	}
	.contact-tabs .tabs__controls li:nth-child(n + 3) a {
		border-top: 1px solid transparent;
	}
	.contact-tabs {
		margin-top: 0rem;
	}
	.tab-link span {
		width: 70%;
		text-align: left;
	}
	.tab-link img {
		width: 40px;
	}
	.tab-link > div {
		margin-left: 1rem;
		margin-right: 0.5rem;
	}
	.contact-tabs .tab-link {
		padding: 7px 0 7px;
	}
	.tab-link span {
		-ms-flex-item-align: center;
		-ms-grid-row-align: center;
		align-self: center;
		margin-top: 0;
		font-size: 15px;
		padding-top: 0;
	}
	.contact-tabs .tabs__items {
		margin-top: 0rem;
	}
	.contact-info a,
	.contact-info li {
		font-family: "GothamPro";
		font-size: 14px;
	}
	.search-page__cards .catalog-list a {
		width: 50%;
	}
	.contact-info li {
		width: 70%;
		padding-bottom: 1rem;
	}
	.contact-info__img {
		width: 12%;
	}
	.tab-user__registration .tabs__controls a {
		padding: 7px 7px;
		font-size: 12px;
	}
	.tab-user__registration input {
		width: 200px;
	}
	.user-form span:first-child {
		margin-right: 1rem;
	}
	.tab-user__registration input {
		font-size: 12px;
	}
	.checkout-form__sub .sort-by {
		margin-left: 0rem;
	}
	.checkout-form--flex {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.sort-by__address {
		margin-bottom: 0.5rem;
	}
	.checkout-form--flex {
		/* margin-top: 1rem;*/
	}
	.news-block__item {
		margin-right: 0%;
	}

	.news-block__item:not(:nth-child(3n)) {
		margin-right: 0;
	}
	.news-block__item:not(:nth-child(2n)) {
		margin-right: 0%;
	}
	.news-block__item {
		width: 320px;
		max-width: 100%;
	}
	.news-block__list {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.news-one img {
		width: auto;
		margin: 0 auto;
		max-width: 100%;
		margin-bottom: 1rem;
	}
	.news-one {
		margin-top: 0;
	}
	.form-item {
		width: 200px;
	}
	.search-page__form .sort-by {
		text-align: right;
	}
	.search-page__btn {
		text-align: left;
		padding-left: 1.5rem;
	}
	.search-page select {
		padding: 8px 20px 8px 10px;
	}
	.search-page__form .sort-by::after {
		right: 5%;
	}
	.next-pagination {
		background-position: 85% 55%;
	}
	.prew-pagination {
		background-size: 11px;
		background-position: 0% 55%;
	}
	.no-js .owl-carousel,
	.owl-carousel.owl-loaded {
		display: block;
		padding: 0 1rem;
	}
	.card__price--flex {
		padding: 0.5rem 2rem;
	}
	.sort-spisok svg {
		display: none;
	}
	.pagination li:first-child,
	.pagination li:last-child {
		display: none;
	}
	.pagination .active {
		display: inline-block !important;
	}
	.sort-spisok {
		background-image: url(https://kalyanchik.ua/catalog/view/theme/default/img/photo.svg);
		background-repeat: no-repeat;
		background-size: 17px;
		background-position: center;
	}
	.sort-active svg {
		fill: #000000;
	}
	.catalog-list2 .btn-buy {
		display: inline-block;
		font-size: 0;
		padding: 1.5rem 0;
		font-size: 15px !important;
		width: 5.4rem;
		height: 3rem;
		background-position: right;
		background-size: 30px;
		border: none;
		background-color: transparent;
		background-repeat: no-repeat;
	}
	.catalog-list .btn-buy {
		display: inline-block;
		font-size: 0;
		padding: 1.1rem 0;
		font-size: 0;
		width: 2rem;
		background-position: right;
		background-size: 26px;
		border: none;
		background-color: transparent;
		background-repeat: no-repeat;
	}
	.catalog-list .prod-price--margin {
		padding: 0 1rem;
	}
	.catalog-list2 .prod-price {
		font-size: 20px;
	}
	.answer {
		margin-left: 4rem;
	}
	#pagination a,
	#pagination i,
	#pagination span {
		padding: 4px 8px 4px 8px;
	}
	.catalog-list .prod-price {
		font-size: 16px;
	}
	.checkout-form input:first-child {
		/*   margin-top: 1.5rem;*/
	}
	.manufacturer_description img {
		display: block;
		margin: 10px auto;
	}
	.table-img {
		width: 60px;
	}
}

@media (max-width: 414px) {
	.search-form-sub {
		padding: 0.5rem 1.5rem 0;
	}
	.top-menu_center {
		margin-left: 4rem;
	}
	select,
	option {
		font-size: 14px !important;
	}
	.center-menu__item span {
		font-size: 10px;
	}
	.logo img {
		max-width: inherit;
		width: 65px;
		height: auto;
	}
	.top-menu_center .tel-block {
		margin-right: 1.5rem;
	}

	.nav-link {
		font-size: 14px;
	}
	.top-menu-list li {
		padding: 0;
	}
	.manufacturer_description iframe {
		max-height: 300px;
	}
	.city-contact a,
	.city-contact__list a {
		font-size: 12px;
	}
	.general-slider .slick-dots li button:before {
		width: 6px;
		height: 6px;
	}
	.general-slider .slick-dots li {
		position: relative;
		display: inline-block;
		width: 12px;
	}
	.prod-name {
		font-size: 12px;
	}
	.prod-price {
		font-size: 14px;
		padding: 0.7rem 0 0rem;
	}
	.btn {
		font-size: 14px;
	}
	.main-footer .logo img {
		width: 150px;
	}
	.main-footer--flex > div {
		width: 60%;
	}
	.footer-social {
		padding: 1.5rem 1.5rem 0;
	}
	.footer-suptext {
		font-size: 10px;
	}
	.calc-table {
		margin-left: -11.4rem;
	}
	.prod-price--close {
		font-size: 12px;
	}
	.card__price--flex .prod-price--close {
		font-size: 15px;
		display: block;
	}
	.card__price--flex .prod-price--close::before {
		left: 41px;
		width: 31%;
		bottom: 8px;
		-webkit-transform: rotate(-25deg);
		-ms-transform: rotate(-25deg);
		transform: rotate(-22deg);
	}
	.checkout-form__sub .checkout-city {
		padding: 10px 25px 8px 8px;
		max-width: 340px;
	}

	.productions-slider .productions-slider__card {
		padding: 10px 5px 10px;
	}
	.about-us {
		margin-bottom: 0rem;
	}
	.prod-price--close {
		color: #888888;
		margin-right: 0.5rem;
	}
	.production--wrap {
		margin-bottom: 0rem;
	}
	.search-field {
		width: 96vw;
		top: 70px;
		left: 0.5rem;
		font-size: 14px;
	}
	.nav-link {
		font-size: 12px;
	}
	.top-menu-list .slick-next:before,
	.top-menu-list2 .slick-next:before {
		height: 13px;
		background-size: 50%;
	}
	.img-red img,
	.img-white img {
		max-width: 40%;
	}
	.center-menu__item img {
		max-height: 60px;
	}
	.nav-link {
		padding: 10px 15px 11px;
	}
	.simple-content .table__name--pd {
		width: 55%;
		height: 90px;
	}
	.search-field {
		padding: 8px 10px 7px 2.7rem;
	}
	.productions-slider .slick-next {
		top: -10.5%;
		right: -10px;
	}
	.top-menu-list2 a {
		font-size: 13px;
	}
	.breadcrumbs a {
		font-size: 12px;
	}
	.catalog-list2 .prod-price {
		font-size: 17px;
	}
	.catalog-list2 .prod-price--close {
		font-size: 16px;
	}

	.filter-2 {
		padding-top: 0.8rem;
	}
	.filter-btn--wrap {
		padding-top: 1.5rem;
		margin-top: 1rem;
	}
	.breadcrumbs a:after {
		top: 2px;
	}
	#simplecheckout_payment_address select {
		min-width: 242px;
		max-width: 242px;
	}
	#payment_address_city ~ .select2,
	#payment_address_address_1 ~ .select2 {
		min-width: 242px !important;
		max-width: 242px !important;
	}
	#simplecheckout_payment_address .checkout-form--flex {
		margin-top: 0rem;
	}
	#simplecheckout_payment_address .checkout-form__sub {
		margin-bottom: 1rem;
	}
	.catalog-list2 .productions-card {
		padding: 15px 5px 10px 0;
	}
	.action {
		top: 0rem;
	}
	.top-menu_categories {
		height: 37px;
	}
	.catalog-list2 .action {
		top: 0rem;
	}
	.sort-btn,
	.filter-btn {
		padding: 7px 15px 5px;
	}
	.btn {
		padding: 7px 10px 6px;
	}
	.top-menu-list2 a {
		/* padding: 12px 15px 9px; */
	}
	.no-js .owl-carousel,
	.owl-carousel.owl-loaded {
		display: block;
		padding: 0 0.5rem;
	}
	.slider-foto .slick-next {
		width: 40px;
		z-index: 5;
	}
	.slider-foto .slick-prev {
		left: -20px;
		width: 40px;
		z-index: 5;
	}
	.slider-foto .slick-prev::before {
		left: 0;
		background-position: left;
	}
	.one-card__title {
		color: #181818;
		font-family: "GothamPro";
		font-size: 18px;
		padding-bottom: 1rem;
		font-weight: bold;
	}
	.one-c_model--wrap {
		padding-right: 0rem;
	}
	.tab-card .tabs__controls a {
		width: auto;
	}
	.one-card__price {
		font-size: 35px;
	}
	.one-card__specif span {
		width: 45%;
	}
	.btn-click {
		font-size: 12px;
		padding: 10px 15px;
	}
	.one-card__color ul {
		padding: 0.5rem 0 1rem;
	}
	.tab-card .tabs__controls a {
		font-size: 14px;
		padding: 8px 25px;
	}
	.one-card__specif {
		font-size: 12px;
	}
	.slider-foto img {
		max-width: 290px;
	}
	.tab {
		font-size: 12px;
	}
	.one-card__info .one-card__btn {
		padding: 9px 20px 7px;
	}
	.card__price--flex > span {
		width: 45%;
	}
	.modal-cart .modal-content {
		width: 100%;
		max-width: 100%;
		left: 0;
		right: auto;
	}
	.modal-cart .modal-wrapper {
		right: 0;
		width: 100%;
	}
	.search-modal {
		right: 0;
		top: 120px;
	}
	.search-modal--el {
		width: 100vw;
	}
	.modal-user {
		top: 61px;
	}
	.modal-flex {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.modal-flex span {
		width: 100%;
	}
	.modal-content input,
	.modal-content textarea {
		width: 70%;
		margin-left: auto;
		margin-right: auto;
	}
	.modal-name {
		padding-bottom: 2.5rem;
		padding-top: 1rem;
		font-size: 20px;
	}
	.modal-content textarea {
		height: 100%;
	}
	.modal .btn {
		margin-top: 2rem;
	}
	.modal-name {
		padding-bottom: 1.5rem;
		padding-top: 2rem;
		font-size: 18px;
	}
	.modal-cart__name {
		max-width: 200px;
	}
	.modal-user::before {
		top: -14px;
	}
	.table-cart__price2 {
		font-size: 16px;
	}
	.basket-table img {
		width: 50px;
		vertical-align: top;
	}
	.table-img {
		padding-left: 0;
		width: auto;
	}
	.calc-table {
		margin-top: 10px;
	}
	.basket-table .table-img {
		vertical-align: middle;
	}
	.total-sum .table-cart__price2 {
		font-size: 24px;
	}
	.basket-total .table-cart__price2 {
		margin-left: 5rem;
	}
	.checkout-form label {
		width: 100%;
	}
	.checkout-form__bottom label {
		margin-bottom: 15px;
	}
	.table__name--pd {
		padding-right: 5px;
		padding-left: 5px;
	}
	.checkout-form__bottom {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.basket-total {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.basket-total .btn {
		width: 65%;
		margin-top: 1.5rem;
	}
	.basket-total--mnone .btn {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	.basket-total--mnone .one-card__btn {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
	}
	.tab-link img {
		width: 50px;
	}
	.tab-link > div {
		margin-left: 0.5rem;
		margin-right: 0.2rem;
	}
	.contact-info li {
		width: 100%;
		padding-right: 1rem;
	}
	.map iframe {
		width: 100%;
		height: 320px;
	}
	.user-form .flex {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.user-form span:first-child {
		margin-right: 0rem;
	}
	.tab-user__registration input {
		width: 250px;
	}
	.tab-user__registration .tabs__controls-list li {
		margin-right: 5px;
		width: 49%;
		margin-bottom: 8px;
	}
	.tab-user__registration .tabs__controls-list li:nth-child(2n) {
		margin-right: 0px;
	}
	.tab-user__registration .tabs__controls-list {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.tab-user__registration {
		margin-top: 1rem;
	}
	.tab-user__registration a {
		text-align: center;
	}
	.mail-list label {
		display: block;
		margin: 0 auto;
		width: 240px;
	}
	.mail-link {
		font-size: 16px;
	}
	.news-block {
		margin-bottom: 1rem;
	}
	.news-block__list {
		margin-top: -1rem;
	}
	.big-padding .breadcrumbs {
		margin-bottom: 0rem;
	}
	.news-one--wpar {
		margin-bottom: 3rem;
	}
	.form-item {
		width: 250px;
	}
	.user-form .btn {
		margin-top: 2.5rem;
	}
	.search-page select {
		vertical-align: bottom;
		line-height: 1.3;
		padding: 6px 20px 5px 10px;
	}
	.search-page select,
	.search-page__inp {
		width: 98%;
	}
	.search-page__inp {
		vertical-align: bottom;
		line-height: 1.3;
		padding: 6px 10px 5px 2.3rem;
	}
	.search-page__inp {
		background: url(https://kalyanchik.ua/catalog/view/theme/default/img/search.png) no-repeat 13px 6px;
		background-size: 14px;
	}
	.search-page .search-check {
		width: 110%;
	}
	.search-page__btn {
		text-align: right;
	}
	.search-page .search-check label::before {
		top: 2px;
	}
	.about-us__text {
		line-height: 1.3;
		margin-bottom: 1rem;
	}
	.red-dots li {
		padding-left: 10%;
	}
	.video iframe {
		height: 300px;
	}
	.page-404 {
		height: 75vh;
	}
	body {
		overflow-y: scroll;
	}
	.wrapper {
		overflow-y: scroll;
	}
	.content {
		overflow-y: scroll;
	}
	.owl-nav .owl-next span {
		top: 24%;
		background-size: 45%;
	}
	.owl-nav .owl-prev span {
		background-size: 45%;
		top: 32%;
	}
	.one-card__info .one-card__price {
		margin-right: 0;
	}
	.card__price--flex {
		justify-content: space-between;
		z-index: 100000;
	}
	.one-card__info .one-card__price {
		font-size: 20px;
	}
	.catalog-list2 .btn-buy {
		padding: 1.3rem 0;
		width: 5rem;
		font-size: 13px;
		height: 1.9rem;
		background-size: 25px;
	}
	.catalog-list2 .prod-price--margin {
		width: 75%;
	}
	.catalog-list2 .prod-name--wrap {
		padding-bottom: 0rem;
	}
	.catalog-list .prod-price--margin {
		padding: 0;
		height: 70px;
	}
	.catalog-list .btn-buy {
		padding: 13px 0;
		width: 40px;
		background-size: 20px;
	}
	.catalog-list .prod-price {
		font-size: 13px;
	}
	.catalog-list .prod-price--close {
		font-size: 13px;
		margin-bottom: 3px;
	}
	.tab-link .img-white,
	.tab-link .img-red {
		width: 19%;
	}
	.tab-link .img-white img,
	.tab-link .img-red img {
		width: 100%;
		max-width: 100%;
	}
	.contact-tabs .tab-link span {
		padding-left: 10px;
	}
	.tab-card .tabs__controls a {
		font-size: 14px;
		padding: 8px 15px;
	}
	.comment-form textarea {
		width: 255px;
	}
	.comment-form .btn {
		margin-left: 0;
		margin-top: 1.5rem;
	}
	.tab-card .tabs__items {
		border-bottom: 0;
	}
	.comment-form b,
	.comment-form .b {
		font-size: 15px;
	}
	.comment-form1 input,
	.comment-form textarea {
		font-size: 12px;
		margin-bottom: 1.5rem;
	}
	#simplecheckout_form_0 .checkout-form__left input {
		width: 100%;
	}
	.checkout-form__bottom .btn {
		display: block;
		margin: 0 auto;
	}
	.basket-total {
		margin-bottom: 2rem;
	}
	.checkout-form__pay a {
		font-size: 12px;
	}
	.center-menu__new .center-menu__item1,
	.center-menu__new .center-menu__item2,
	.center-menu__new .center-menu__item3 {
		margin: 0;
	}

	.center-menu__new .menu-new__item,
	.center-menu--wrap .menu-new__item:nth-child(2),
	.center-menu--wrap .menu-new__item:nth-child(3),
	.center-menu--wrap .menu-new__item:nth-child(4),
	.center-menu--wrap .menu-new__item:nth-child(1) {
		width: 100%;
		height: auto;
		margin: 10px 0;
	}
	.center-menu--wrap .menu-new__item:nth-child(1) img {
		padding-right: 0;
	}
	.menu-new__item img {
		width: 95%;
	}
	.center-menu__new span {
		padding-top: 5px;
	}
}

@media (max-width: 320px) {
	.container {
		padding: 0 10px;
	}

	.search-block > div {
		margin-left: 1.2rem;
	}
	.top-menu_center {
		margin-left: 3.2rem;
	}
	.top-menu_center .tel-block {
		margin-right: 0.5rem;
	}
	.menu-categories_list {
		padding: 0.5rem 0rem;
	}
	.sub_nav-link {
		padding: 0.5rem 0 0.5rem 0.7rem;
	}
	.city-contact a,
	.city-contact__list a {
		padding: 10px 5px;
	}
	.img-red img,
	.img-white img {
		max-width: 55%;
	}
	.main-footer--flex > div {
		width: 65%;
	}
	.calc-table {
		margin-left: -10rem;
	}
	.nav-link {
		font-size: 13px;
	}
	.center-menu__item span {
		font-size: 9px;
	}
	.productions-slider .slick-next {
		top: -8.7%;
		right: -13px;
	}
	.productions-slider .slick-next:before {
		right: 0;
		width: 23px;
		height: 23px;
	}
	#simplecheckout_payment_address select {
		min-width: 300px;
		max-width: 300px;
	}
	.sort-btn,
	.filter-btn {
		font-size: 14px;
		padding: 7px 12px;
	}
	.one-card__title {
		font-size: 16px;
	}
	.one-card__specif span {
		min-width: 5rem;
	}
	.catalog-list2 .prod-card__specifications {
		padding-top: 0rem;
		padding-right: 0%;
		padding-left: 0%;
	}
	.one-card__foto {
		margin-bottom: 1rem;
	}
	.one-click {
		padding-top: 1rem;
	}
	.one-click input {
		padding: 5px;
		width: 50%;
	}
	.btn-click {
		padding: 10px;
	}
	.one-card {
		padding: 1rem 0;
	}
	.productions-slider .slick-next {
		top: -10%;
		right: -16px;
	}
	.production--wrap .name-block {
		text-align: left;
	}

	.menu-first_sup {
		padding-top: 1.5rem;
	}
	.menu-first_sup a {
		padding: 0.4rem 0.5rem 0.4rem 1.7rem;
	}
	.calc-result {
		font-size: 18px;
		margin-left: 2rem;
	}
	.calc-result span {
		font-size: 18px;
	}
	.modal-cart .close-modal {
		font-size: 25px;
	}
	.table-cart__price2 {
		font-size: 14px;
	}
	.table__name--pd {
		width: 65%;
	}
	.tab-link > div {
		text-align: center;
		margin-left: 0;
	}
	.user-form .btn {
		margin-top: 2.5rem;
	}
	.mail-link {
		font-size: 14px;
	}
	.name-block {
		font-size: 18px;
	}
	.search-page select {
		font-size: 12px;
	}
	.search-page__inp {
		font-size: 12px;
		background-size: 12px;
	}
	.search-page .search-check label {
		font-size: 12px;
	}

	.search-page .sort-by::after {
		height: 10px;
	}
	.red-dots li {
		padding-left: 5%;
	}
	.about-us__img {
		margin-bottom: 1rem;
	}
	.about-us__img img {
		width: 32%;
		max-width: 32%;
		margin-right: 2%;
	}
	.about-us__img img:nth-child(3n) {
		margin-right: 0%;
	}
	.video {
		padding: 2rem 0 1rem;
	}
	.page-404 {
		height: 81vh;
	}
	footer .tel-block svg {
		display: inline;
		right: 0px;
	}
	.owl-nav .owl-next span {
		right: -5px;
	}
	.owl-nav .owl-prev span {
		left: -5px;
	}
	.nav-link {
		padding: 10px 12px 11px;
	}
	.top-menu-list2 a {
		padding: 10px 12px 9px;
	}
	.no-js .owl-carousel,
	.owl-carousel.owl-loaded {
		display: block;
		padding: 0 1rem;
	}
	.tab-link span {
		font-size: 13px;
	}
	.contact-info a,
	.contact-info li {
		font-size: 13px;
	}
	.catalog-list .btn-buy {
		padding: 1rem 0;
		width: 2.7rem;
		background-size: 20px;
	}
	.catalog-list .prod-price--margin {
		padding: 0;
	}
	.catalog-list .prod-price--close {
		margin-bottom: 0px;
	}
	.catalog-list .prod-price {
		font-size: 11px;
	}
	.catalog-list .prod-price--close {
		font-size: 12px;
	}
	.prod-price--close::before {
		left: 13px;
		width: 47%;
		bottom: 6px;
	}
	.tab-card .tabs__controls a {
		font-size: 13px;
		padding: 8px 10px;
	}
	.one-card__specif span {
		min-width: 10rem;
	}
	#simplecheckout_form_0 .checkout-form__left input {
		width: 100%;
	}
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.productions-slider .slick-list {
		display: block;
	}
	.catalog-list .productions-slider__card,
	.productions-slider .productions-slider__card {
		display: block !important;
	}
	.prod-price {
		display: block;
	}
	.productions-slider__card .btn {
		display: block;
		width: 50%;
		margin: 0 auto;
	}
	.prod-name {
		min-height: 3rem;
	}
	.search-field {
		left: 35%;
	}
	.next-pagination {
		background-size: 8px;
	}
	.top-menu-list li {
		width: auto;
	}
	.search-page__item {
		display: block;
	}
}
@media (pointer: coarse) {
	body {
		overflow-y: scroll;
	}
	.wrapper {
		overflow-y: scroll;
	}
	.content {
		overflow-y: scroll;
	}
}

#product .alert {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
	order: 2;
}
#product .alert-warning {
	background-color: #f2dede;
	border-color: #ebccd1;
	color: #a94442;
}
#product .alert-success {
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #3c763d;
}

/*Catalog-dropmenu*/

.catalog-dropmenu__list li {
	width: 10%;
	text-align: center;
	border: 1px solid #b31212;
	padding: 20px 7px 7px;
}

.catalog-dropmenu__list li:not(:last-child) {
	margin-right: 0.6%;
}

.catalog-dropmenu__list a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	width: 100%;
	flex-wrap: wrap;
	justify-content: center;
}
.catalog-dropmenu {
	width: 100%;
	margin: 25px auto 50px;
}
.catalog-dropmenu__list {
	width: 100%;
}
.catalog-dropmenu__list {
	display: flex;
	justify-content: center;
}
.catalog-dropmenu__list img {
	max-height: 63px;
}
.catalog-dropmenu__list span {
	padding-top: 15px;
	margin-top: auto;
	min-height: 42px;
	align-self: center;
}
.catalog-dropmenu__list li:hover {
	background-color: #b31212;
	color: #ffffff;
}
.catalog-dropmenu__list li:hover a {
	color: #ffffff;
}
.img-white {
	display: none;
}
.catalog-dropmenu__list li:hover .img-red {
	display: none;
}

.catalog-dropmenu__list li:hover .img-white {
	display: block;
}

.catalog-dropmenu__list .img-red,
.catalog-dropmenu__list .img-white {
	width: 100%;
}

@media (max-width: 1440px) {
	.catalog-dropmenu {
		width: 100%;
		margin: 25px auto 35px;
	}
	.catalog-dropmenu__list span {
		padding-top: 10px;
		min-height: 37px;
	}
}

@media (max-width: 1024px) {
	.catalog-dropmenu__list {
		flex-wrap: wrap;
	}
	.catalog-dropmenu__list li {
		width: 19.5%;
		margin-bottom: 0.5%;
	}
	.catalog-dropmenu__list li:nth-child(5n) {
		margin-right: 0px !important;
	}
	.catalog-dropmenu__list span {
		padding-right: 15px;
		padding-left: 15px;
	}
	.tab-link span {
		font-size: 12px;
	}
}

@media (max-width: 600px) {
	.catalog-dropmenu__list span {
		padding-right: 0px;
		padding-left: 0px;
	}
	.catalog-dropmenu__list img {
		max-height: 50px;
		width: auto;
	}
	.catalog-dropmenu__list span {
		min-height: 32px;
	}
	.modal-cart .empty-cart {
		margin-right: 25px;
	}
	#modal-cart .close {
		font-size: 29px;
	}
}

@media (max-width: 480px) {
	.catalog-dropmenu {
		margin: 5px auto 25px;
	}
	.catalog-dropmenu__list li {
		width: 24.2%;
		margin-bottom: 1%;
	}
	.catalog-dropmenu__list li:not(:last-child) {
		margin-right: 1%;
	}
	.catalog-dropmenu__list li:nth-child(5n) {
		margin-right: 1% !important;
	}
	.catalog-dropmenu__list li:nth-child(4n) {
		margin-right: 0px !important;
	}
	.catalog-dropmenu__list {
		justify-content: flex-start;
	}
	.catalog-dropmenu__list span {
		font-size: 13px;
	}
}

@media (max-width: 411px) {
	.catalog-dropmenu__list li {
		width: 32.6%;
		padding: 15px 5px 7px;
	}
	.catalog-dropmenu__list li:not(:last-child) {
		margin-right: 1%;
	}
	.catalog-dropmenu__list li:nth-child(3n) {
		margin-right: 0 !important;
	}
	.catalog-dropmenu__list li:nth-child(5n) {
		margin-right: 1% !important;
	}
	.catalog-dropmenu__list li:nth-child(4n) {
		margin-right: 1% !important;
	}
	.catalog-dropmenu__list span {
		font-size: 12px;
		padding-top: 7px;
		min-height: 28px;
	}
	.catalog-dropmenu__list .img-red img,
	.catalog-dropmenu__list .img-white img {
		max-width: 49%;
	}
}
#simpleregister .form-item input {
	margin-bottom: 0px;
}
#simpleregister .form-item input {
	margin-bottom: 0px;
}
#simpleregister .form-item input + .simplecheckout-rule-group {
	margin-bottom: 2rem;
}
.total-sum-foot {
	margin: 20px 0 10px;
}
.basket-total-foot {
	width: 100%;
}
.modal-open {
	overflow: hidden;
}
.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	display: none;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	outline: 0;
}
.modal.fade .modal-dialog {
	-webkit-transition: -webkit-transform 0.3s ease-out;
	-o-transition: -o-transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
	-webkit-transform: translate(0, -25%);
	-ms-transform: translate(0, -25%);
	-o-transform: translate(0, -25%);
	transform: translate(0, -25%);
}
.modal.in .modal-dialog {
	visibility: visible;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}
.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
}
.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px;
}
.modal-content {
	position: relative;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	outline: 0;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}
.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000;
}
.modal-backdrop.fade {
	filter: alpha(opacity=0);
	opacity: 0;
}
.modal-backdrop.in {
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.modal-header {
	min-height: 16.42857143px;
	padding: 15px;
	border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
	margin-top: -2px;
}
.modal-title {
	margin: 0;
	line-height: 1.42857143;
}
.modal-body {
	position: relative;
	padding: 15px;
}
.modal-footer {
	padding: 15px;
	text-align: right;
	border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
	margin-bottom: 0;
	margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
	margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
	margin-left: 0;
}
.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll;
}
.category-description table,
.com01 table {
	border: 1px solid;
}
.category-description table > tbody > tr,
.com01 table > tbody > tr {
	border: 1px solid;
}
.category-description table > tbody > tr > td,
.com01 table > tbody > tr > td {
	border: 1px solid;
	padding: 4px 10px;
}
.table-responsive {
	overflow-x: auto;
}
.checkout-form--flex .cities {
	display: flex;
	margin-top: 10px;
	justify-content: space-between;
}
.checkout-form--flex .cities > span {
	border-bottom: 1px dotted;
	cursor: pointer;
}
.checkout-form--flex .cities > span:hover {
	opacity: 0.8;
}
@media (min-width: 768px) {
	.modal-dialog {
		width: 600px;
		margin: 30px auto;
	}
	.modal-content {
		-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
		box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
	}
	.modal-sm {
		width: 300px;
	}
}
@media (min-width: 992px) {
	.modal-lg {
		width: 900px;
	}
}

#boc_form .has-error {
	-webkit-box-shadow: 0px 0px 10px 0px rgba(255, 0, 0, 1);
	-moz-box-shadow: 0px 0px 10px 0px rgba(255, 0, 0, 1);
	box-shadow: 0px 0px 10px 0px rgba(255, 0, 0, 1);
}

.mobile_menu-phone .tel-block__hidden3 {
	position: relative;
	display: inline-block;
	width: 100%;
	top: 0;
	background: transparent;
	box-shadow: none;
	margin-bottom: 15px;
	box-shadow: none !important;
}

.mobile_menu-phone .tel-block__hidden3 > a {
	background: transparent;
	font-size: 20px;
	padding: 15px 0 0 25px;
	color: #000;
}

.mobile_menu-phone .tel-block__hidden3 > a > button {
	padding: 6px 11px;
	margin-top: 0px;
}
.mobile_menu-phone .tel-block__hidden3 > a > button > svg {
	margin-left: 0;
}
.mobile_menu-phone .tel-block__hidden {
	width: 100%;
	padding: 0 0 0 20px;
	box-shadow: none !important;
}

@media (max-width: 1299px) {
	.modal-cart__name a {
		max-width: 200px;
		font-size: 14px;
	}
	.modal-cart-list .calc span {
		width: 25px;
		height: 25px;
	}
	.modal-cart__list img {
		width: 75px;
		margin-right: 20px;
	}
	.modal-cart .modal-wrapper .modal-cart-list {
		width: 100%;
		overflow: auto;
		max-height: 500px;
		padding-right: 10px;
	}
	.modal-cart .modal-wrapper .modal-cart-list.added {
		max-height: 300px;
	}
	.modal-cart .modal-wrapper .cart-total {
		min-width: 310px;
		margin-left: 15px;
	}
}

@media (max-width: 991px) {
	.modal-cart .modal-wrapper .modal-data-cart {
		display: block;
		padding-top: 15px;
		margin-left: 0;
	}
	#modal-cart .modal-cart__list {
		margin-top: 0px;
	}
	.modal-cart .modal-wrapper .modal-cart-list {
		margin-bottom: 40px;
	}
	.modal-cart .modal-wrapper .cart-total {
		min-width: auto;
		margin-left: 0;
		padding: 20px 30px;
	}
}

@media (max-width: 800px) {
	.modal-cart {
		top: 5%;
	}
	.calc-result span {
		margin-right: 0;
	}
	.modal-cart__price {
		margin-left: 1rem;
		min-width: 90px;
	}
	.modal-cart__list img {
		width: 60px;
		margin-right: 10px;
	}
	.modal-cart .production--wrap {
		/* display: none; */
	}
}
@media (min-width: 415px) {
	.slider-foto {
		height: 350px !important;
		max-height: 350px !important;
	}
}
@media (min-width: 801px) {
	.slider-foto {
		height: 345px !important;
		max-height: 345px !important;
	}
}
.slider-miniatures {
	height: 80px !important;
	max-height: 80px !important;
}
@media (max-width: 670px) {
	.modal-cart__list .flex {
		display: block;
		position: relative;
	}
	.modal-cart__list img {
		float: left;
	}
	.modal-cart__price + .close-modal {
		position: absolute;
	}
	.modal-cart__list .calc {
		margin-left: 0;
		position: absolute;
		left: 70px;
		bottom: -10px;
	}
	.clearfix::after {
		content: "";
		clear: both;
		display: table;
	}
	.modal-cart__name {
		font-size: 11px;
	}
	.modal-cart__name a {
		max-width: 200px;
		font-size: 12px;
	}
	.modal-cart__price {
		margin-left: auto;
		min-width: 90px;
		position: absolute;
		right: 0;
		bottom: -10px;
	}
	.modal-content .close-modal {
		font-size: 30px;
	}
	#modal-cart .close {
		right: 23px;
		top: 15px;
		font-size: 35px;
	}
	.modal-cart .modal-wrapper {
		max-width: 100%;
	}
	.modal-cart .modal-wrapper .modal-cart-list {
		width: 100%;
		overflow: auto;
		max-height: 45vh;
		padding-right: 10px;
	}
}

/* Адаптивность роликов Ютуб в карточках товара  */
.thumb-wrap {
	position: relative;
	padding-bottom: 56.25%; /* задаёт высоту контейнера для 16:9 (если 4:3 — поставьте 75%) */
	height: 0;
	overflow: hidden;
}
.thumb-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-width: 0;
	outline-width: 0;
}

/*Catalog-dropmenu-end*/
.category-description ul {
	list-style-type: disc;
	list-style-position: inside;
	margin-top: 1em;
	margin-bottom: 1em;
}
.category-description ol {
	list-style-type: decimal;
	list-style-position: inside;
	margin-top: 1em;
	margin-bottom: 1em;
}
.category-description li {
	list-style-type: inherit;
}
.category-description h2,
h3,
h4 {
	line-height: 1.5;
}
.category-description p {
	margin-top: 1em;
	margin-bottom: 1em;
}
.category-description a {
	color: #b31212;
}
.news-one ul {
	list-style-type: disc;
	list-style-position: inside;
	margin-top: 1em;
	margin-bottom: 1em;
}
.news-one ol {
	list-style-type: decimal;
	list-style-position: inside;
	margin-top: 1em;
	margin-bottom: 1em;
}
.news-one li {
	list-style-type: inherit;
}
.news-one h2,
h3,
h4 {
	line-height: 1.5;
}
.news-one p {
	margin-top: 1em;
	margin-bottom: 1em;
}

/* Jet Cache: catalog/view/javascript/option/default.css */
.options-category .checkbox-inline input, .options-category .radio-inline input, #product .checkbox-inline input, #product .radio-inline input {
	display:none;
}
.options-category {
    margin-bottom: 10px;
	min-height: 32px;
}
.catalog-list2 .options-category {
	    width: 100%;
}
.options-category .radio-inline {
	margin-right: 7px;
}
.options-category .checkbox-inline input + span, 
.options-category .radio-inline input + span, 
#product .checkbox-inline input + span, 
#product .radio-inline input + span {
	padding: 1px;
    cursor: pointer;
    display: inline-block;
    height: 29px;
    outline-offset: 2px;
}
.opt-row {
	display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.options-category .checkbox-inline input:checked + span, .options-category .radio-inline input:checked + span, #product .checkbox-inline input:checked + span, #product .radio-inline input:checked + span {
outline: 1px solid #b31212!important;
}
.options-category .checkbox-inline input[disabled] + span, .options-category .radio-inline input[disabled] + span, #product .checkbox-inline input[disabled] + span, #product .radio-inline input[disabled] + span {
    background-color: rgba(0, 0, 0, 0);
	background-image: none;
}
/* Jet Cache: catalog/view/javascript/ocfilter/nouislider.min.css */
/*! nouislider - 8.5.1 - 2016-04-24 16:00:30 */
.noUi-target, .noUi-target * {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-ms-touch-action: none;
	touch-action: none;
	-ms-user-select: none;
	-moz-user-select: none;
	user-select: none;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.noUi-target {
	position: relative;
	direction: ltr
}

.noUi-base {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1
}

.noUi-origin {
	position: absolute;
	right: 0;
	top: 0;
	left: 0;
	bottom: 0
}

.noUi-handle {
	position: relative;
	z-index: 1
}

.noUi-stacking .noUi-handle {
	z-index: 10
}

.noUi-state-tap .noUi-origin {
	-webkit-transition: left .3s, top .3s;
	transition: left .3s, top .3s
}

.noUi-state-drag * {
	cursor: inherit!important
}

.noUi-base, .noUi-handle {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0)
}

.noUi-horizontal {
	height: 18px
}

.noUi-horizontal .noUi-handle {
	width: 34px;
	height: 28px;
	left: -17px;
	top: -6px
}

.noUi-vertical {
	width: 18px
}

.noUi-vertical .noUi-handle {
	width: 28px;
	height: 34px;
	left: -6px;
	top: -17px
}

.noUi-background {
	background: #FAFAFA;
	box-shadow: inset 0 1px 1px #f0f0f0
}

.noUi-connect {
	background: #1f92bd;
	box-shadow: inset 0 0 3px rgba(51,51,51,.45);
	-webkit-transition: background 450ms;
	transition: background 450ms
}

.noUi-origin {
	border-radius: 2px
}

.noUi-target {
	border-radius: 4px;
	border: 1px solid #D3D3D3;
	box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB
}

.noUi-target.noUi-connect {
	box-shadow: inset 0 0 3px rgba(51,51,51,.45), 0 3px 6px -5px #BBB
}

.noUi-draggable {
	cursor: w-resize
}

.noUi-vertical .noUi-draggable {
	cursor: n-resize
}

.noUi-handle {
	border: 1px solid #D9D9D9;
	border-radius: 3px;
	background: #FFF;
	cursor: default;
	box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB
}

.noUi-active {
	box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB
}

.noUi-handle:after, .noUi-handle:before {
	content: "";
	display: block;
	position: absolute;
	height: 14px;
	width: 1px;
	background: #E8E7E6;
	left: 14px;
	top: 6px
}

.noUi-handle:after {
	left: 17px
}

.noUi-vertical .noUi-handle:after, .noUi-vertical .noUi-handle:before {
	width: 14px;
	height: 1px;
	left: 6px;
	top: 14px
}

.noUi-vertical .noUi-handle:after {
	top: 17px
}

[disabled] .noUi-connect, [disabled].noUi-connect {
	background: #B8B8B8
}

[disabled] .noUi-handle, [disabled].noUi-origin {
	cursor: not-allowed
}

.noUi-pips, .noUi-pips * {
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.noUi-pips {
	position: absolute;
	color: #999;
	font-size: 10px
}

.noUi-value {
	position: absolute;
	text-align: center
}

.noUi-value-sub {
	color: #ccc;
	font-size: 10px
}

.noUi-marker {
	position: absolute;
	background: #CCC
}

.noUi-marker-large, .noUi-marker-sub {
	background: #AAA
}

.noUi-pips-horizontal {
	padding: 10px 0;
	height: 45px;
	top: 100%;
	left: 0;
	width: 100%
}

.noUi-value-horizontal {
	-webkit-transform: translate3d(-50%,50%,0);
	transform: translate3d(-50%,50%,0)
}

.noUi-marker-horizontal.noUi-marker {
	margin-left: -1px;
	width: 2px;
	height: 5px
}

.noUi-marker-horizontal.noUi-marker-sub {
	height: 10px
}

.noUi-marker-horizontal.noUi-marker-large {
	height: 12px
}

.noUi-pips-vertical {
	padding: 0 10px;
	height: 100%;
	top: 0;
	left: 100%
}

.noUi-value-vertical {
	-webkit-transform: translate3d(0,-50%,0);
	transform: translate3d(0,-50%,0);
	padding-left: 25px
}

.noUi-marker-vertical.noUi-marker {
	width: 5px;
	height: 2px;
	margin-top: -1px
}

.noUi-marker-vertical.noUi-marker-sub {
	width: 10px
}

.noUi-marker-vertical.noUi-marker-large {
	width: 15px
}

.noUi-tooltip {
	display: block;
	position: absolute;
	border: 1px solid #D9D9D9;
	border-radius: 3px;
	background: #fff;
	padding: 5px;
	text-align: center
}

.noUi-horizontal .noUi-handle-lower .noUi-tooltip {
	top: -32px
}

.noUi-horizontal .noUi-handle-upper .noUi-tooltip {
	bottom: -32px
}

.noUi-vertical .noUi-handle-lower .noUi-tooltip {
	left: 120%
}

.noUi-vertical .noUi-handle-upper .noUi-tooltip {
	right: 120%
}

/* Jet Cache: catalog/view/theme/default/stylesheet/ocfilter/ocfilter.css */
/*=Background transparency */.ocfilter .fields-price,.ocfilter .button-float,.ocfilter-option .option-description{	background-color: rgba(0, 0, 0, 0.85);  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#D8000000, endColorstr=#D8000000)"; /* IE8 */  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#D8000000', endColorstr='#D8000000'); /* IE6 & 7 */  zoom: 1;}/*=Font size */.ocfilter-option .option-name,.ocfilter-option .option-values,.ocfilter-option .option-description,.ocfilter-option .fields-price{	font-size: 12px;}.clear{clear:both;}.relative-wrapper{position: relative;}.box.ocfilter{}#column-left .ocfilter{display: block;}.ocfilter .box-content{background-color: #FFFFFF; padding: 0; overflow: visible!important;}  .ocfilter-option{position: relative;}	.ocfilter-option + .ocfilter-option{border-top: 1px dotted #EEEEEE;}	  .ocfilter-option .option-name{color: #333; font-size: 16px; font-weight: bold;}    .ocfilter-option .option-name b{color: #CCCCCC; cursor: pointer; display: block; float: right; font-family: Georgia; font-size: 14px; line-height: 16px; font-style: italic; height: 16px; padding: 0 7px 0 4px;}    .ocfilter-option:hover .option-name b{color: #549EC2;}		.ocfilter-option .option-values{padding:5px 10px 5px 15px;}      .ocfilter-option .color{border-radius: 3px 3px 3px 3px; float: left; height: 19px; margin: 1px -16px 0 -3px; width: 19px;}      .ocfilter-option .image{background-repeat: no-repeat; background-position: 0 0; float: left; height: 19px; margin: 1px -16px 0 -3px; position: relative; width: 19px; z-index: 10;}      .ocfilter-option label{cursor: pointer; display: block; font-size: 12px; font-weight: normal; line-height: 1.2; padding: 4px 0;}      .ocfilter-option label input{display: inline-block; margin: 0 5px 0 0; vertical-align: top;}      .ocfilter-option label small{background-color: #DBEAF9; border-radius: 0 3px 3px 0; color: #0E6A93; display: inline-block; font-size: 10px; line-height: 15px; height: 15px; margin: 0 0 0 5px; padding: 0 3px; position: absolute; text-align: right;}			.ocfilter-option label small:before {border-color: transparent #DBEAF9 transparent transparent; border-style: dashed solid; border-width: 8px 3px 7px 0; content: ""; display: block; height: 0; left: -3px; position: absolute; top: 0; width: 0;}			.ocfilter-option label.disabled{color: #999999;}      .ocfilter-option label.disabled small{background-color: #EFEFEF; color: #999999;}      .ocfilter-option label.disabled small:before {border-color: transparent #EFEFEF transparent transparent;}			.ocfilter-option label a{color: #236BBB; text-decoration: none;}      .ocfilter-option label.selected {color: #E56101;}      .ocfilter-option label.selected small{display: none;}      .ocfilter-option select{width: 100%; margin: 2px 0;}      .ocfilter-option select.selected{border: 1px solid #E56101;}			.ocfilter-option .option-description,      .fields-price{color: #FFFFFF; bottom: 100%; left: 0; position: absolute; text-align: center; padding: 11px 0; width: 100%;} .fields-price{ padding:0 0 11px}      .fields-price input{padding: 4px 6px; width: 80px; color: #000000;}      // .fields-price.active{margin-bottom: -23px;}      .ocfilter-option .option-description{line-height: 16px; margin: 0;}      .ocfilter-option .option-description.active{margin-bottom: -6px; z-index: 16;}      .ocfilter-option .option-description div{padding: 7px;}			.ocfilter-option .option-description dd,			.fields-price dd{border-color: rgba(0, 0, 0, 0.85) transparent transparent; border-style: solid dashed none; border-width: 6px 7px 0; height: 0; left: 50%; margin-left: -6px; padding: 0; position: absolute; bottom: -6px; width: 0;}			.ocfilter-option .option-description.active,			.fields-price.active{opacity: 1; z-index: 10;}    /*=Selected Options */    .selected-options {color: #333333; margin: -15px -14px 10px;}    .selected-options .ocfilter-option{ border-top: 1px solid #FFFFFF; font-size: 10px; padding: 4px 5px;}    .selected-options .cancel-large,		.selected-options .cancel-small{background-color: #EEEEEE; border-radius: 30px 30px 30px 30px; box-shadow: 0 1px 1px #CCCCCC inset, 0 1px 0 #FFFFFF; color: #666666; display: inline-block; padding: 0 7px; text-decoration: none;}		.selected-options .cancel-large{border-radius: 0 0 0 0; box-shadow: none; display: block; font-weight: bold; padding: 1px 5px 4px;}    .selected-options .cancel-small{font-size: 10px; line-height: 17px; white-space: nowrap;}    .selected-options .cancel-large span,    .selected-options .cancel-small span{color: #AAAAAA; font-weight: bold;text-align: center;}		.selected-options .cancel-large span{font-size: 15px; height: 17px; line-height: 19px; margin: 0 5px 0 0; position: relative; top: 1px; width: 17px;}		.selected-options .cancel-small span{font-size: 11px; height: 12px; line-height: 14px; margin: 0 4px 0 0; width: 12px;}  	.selected-options .cancel-large:hover span,		.selected-options .cancel-small:hover span{color: #CD4B08;}    /*=Price filtering */		#ocfilter-price .option-values{padding: 10px 10px 5px;}		.trackbar, .trackbar .left-block, .trackbar .right-block{height: 4px;}		.scale{box-shadow: 0 1px 1px #DBDEE1 inset; background-color: #F2F2F2; border-radius: 41px 41px 41px 41px; padding: 8px 10px; margin: 4px 0 5px -5px; position: relative; z-index: 10;}	  .trackbar{background-color: #41AA35; margin:0; padding: 0;} /*=Width was given automatically */			.trackbar .handler-block{background-color: #DADADA; width: 0;}	    .trackbar .left-block{border-radius: 3px 0 0 3px; float: left; margin: 0 0 0 -3px; padding: 0 0 0 3px;}	    .trackbar .right-block{border-radius: 0 3px 3px 0; float: right; margin: 0 -3px 0 0; padding: 0 3px 0 0;}				.trackbar .trackbar-handler{-moz-box-sizing: content-box; -webkit-box-sizing: content-box; -o-box-sizing: content-box; box-sizing: content-box; border: 4px solid #04B6F0; background-color: #0E6A93; border-radius: 50% 50% 50% 50%; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); cursor:pointer; width: 4px; height: 4px;margin-top: -4px;}    		.scale.disabled .trackbar,        .scale.disabled .trackbar-handler{background-color: #F2F2F2;}        .scale.disabled .trackbar-handler{border-color: #BABABA;}		    .trackbar .left-handler{float: right; margin-right: -6px;}		    .trackbar .right-handler{float: left; margin-left: -6px;}		.trackbar-scale{height: 18px; line-height: normal; margin: 2px 0 0; padding: 0 8px 0 5px;}		.trackbar-scale a,		.trackbar-scale div{border-left: 1px solid #DADADA;display:block;float:left;margin-right: -2px;text-decoration: none;position: relative;height: 5px;}		.trackbar-scale a.last,		.trackbar-scale div.last{border-right: 1px solid #DADADA; margin-right: -4px;}			.trackbar-scale a:hover,			.trackbar-scale a:hover span,			.trackbar-scale a:hover + a .from{background-color: #F8F8F8; color:#000000;}			.trackbar-scale div{background-color: #0EB9F0;}			.trackbar-scale a span,			.trackbar-scale div span{color: #666666; font-size: 8px; position: absolute; top: 5px;}			.trackbar-scale a span.from,			.trackbar-scale div span.from{left: 0; }			.trackbar-scale a span.to,			.trackbar-scale div span.to{right: 0; }		.price-links{}			.price-links a{display: block;}			.price-links a.selected{color:#F89217;}      .price-links span.disabled{color:#777777;}  /*=Filter buttons */  .ocfilter .button-float{border-radius: 0 3px 3px 0; height: 26px; filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0); opacity: 0; zoom: 1; left: 100%; top: -9px; line-height: 26px; padding: 0 8px; position: absolute; z-index: -1; margin-top: 4px;}  	.ocfilter .button-float.active{filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100); opacity: 1; z-index: 17;}    .ocfilter .button-float a{color: #FFFFFF; white-space: nowrap; font-weight: bold; text-shadow: 0 1px 0 #02364F;}    .ocfilter .button-float:before{border-color: transparent rgba(0, 0, 0, 0.85); border-style: dashed solid dashed none; border-width: 13px 6px; content: ""; display: block; height: 0; left: 0; margin: 0 0 0 -6px; padding: 0; position: absolute; top: 0; width: 0; }	/*=Selectbox */	.ocfilter-selectbox{margin: 4px 0 3px -5px; position: relative; z-index: 1;}  .ocfilter-selectbox.active{z-index: 2;}	  .ocfilter-selectbox .selecteds{cursor: pointer; background-color: #FFFFFF; border-width: 1px; border-style: solid; border-color: #BBBBBB; padding: 5px 23px 4px 6px; position: relative; z-index: 15;}    .ocfilter-selectbox .selecteds i{font-style: normal;}		.ocfilter-selectbox .selecteds span{display: block; overflow: hidden; white-space: nowrap;}    .ocfilter-selectbox .selecteds span + span{margin-top: 5px;}		.ocfilter-selectbox .selecteds:after{border-color: #AAAAAA transparent transparent; border-style: solid dashed none; border-width: 5px 5px 0; content: ""; display: block; height: 0; margin: -3px 0 0; position: absolute; right: 7px; top: 50%; width: 0;}    .ocfilter-selectbox.active .selecteds{border-width: 1px 1px 0; padding-bottom: 5px;}    .ocfilter-selectbox.selected .selecteds{border-color: #E56101;}		.ocfilter-selectbox.active .selecteds:after{border-color: transparent transparent #AAAAAA; border-style: none dashed solid; border-width: 0 5px 5px;}    .ocfilter-selectbox .selectbox-values{box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); background-color: #FFFFFF; border: 1px solid #BBBBBB; display: none; left: 0; padding: 7px 0 7px 7px; position: absolute; margin: -1px 0 0; min-width: 100%; overflow: auto; max-height: 217px; z-index: 14;}    .ocfilter-selectbox.active .selectbox-values{display: block;}    	.ocfilter-selectbox .selectbox-values label{white-space: nowrap; padding-right: 60px;}  /*=Price diagram */  .price-diagram{box-shadow: 0 1px 1px #DBDEE1 inset; background: #F2F2F2 url('https://kalyanchik.ua/catalog/view/theme/default/image/ocfilter/diagram-bg-repeat.png') repeat 0 1px; border-radius: 3px 3px 3px 3px; overflow: hidden; margin: 10px 10px 5px 5px;}    .diagram-field{position:relative;margin: 0;height: 40px;}			.diagram-field circle{stroke-width: 2; opacity: 1;}			.diagram-field path{stroke-width: 1; opacity: 0.25; stroke-opacity: 1;}  /*=Products list */	/*=Uncomment this block for display product attributes in grid-view mode */	/*	.product-grid .description{display:block; font-size:11px; margin:0 -5px 7px; padding:5px;}  .product-grid .description .product-ocfilter-options{display: table;list-style-type:none;margin:0;padding:0;}  .product-grid .description .product-ocfilter-options li{line-height:15px;display: table-row;}  .product-grid .description .product-ocfilter-options li .product-ocfilter-option{color: #999999; display: table-cell;width: 50%;}  .product-grid .description .product-ocfilter-options li .product-ocfilter-value{display: table-cell; vertical-align: bottom;}	*/  .product-list .description{font-size: 11px; margin: 10px 125px 5px 100px;overflow: hidden;}  .product-list .description .product-ocfilter-options{display: table;float:left;list-style-type:none; margin:0 20px 0 0; padding: 0;}  .product-list .description .product-ocfilter-options li{display: table-row;margin:0; line-height:17px;padding:0;}  .product-list .description .product-ocfilter-options li .product-ocfilter-option{display: table-cell;color:#999999;}  .product-list .description .product-ocfilter-options li .product-ocfilter-value{display: table-cell;padding: 0 0 0 5px;}	.hidden-options,	.hidden-values{display: none;}  .hidden-options.visible,	.hidden-values.visible{display: block;}  .option-values > .hidden-values{background-color: #FBFBFB; border: 1px dotted #CCCCCC; left: -1px; padding: 7px 0; position: absolute; width: 100%; z-index: 15;}    .option-values > .hidden-values label{padding-left: 15px;}    .option-values > .hidden-values .color,		.option-values > .hidden-values .image{margin-left: 12px;}	.show-hidden-options{background-color: #EEEEEE; display: block; height: 22px; line-height: 22px; text-align: center; text-decoration: none;}  .show-hidden-options:hover{background-color: #F4F4F4;}  .show-hidden-options:active{background-color: #EEF4FA;}  .show-hidden-options span{border-color: #CCCCCC transparent transparent; border-style: solid dashed dashed; border-width: 8px 8px 0; display: inline-block; height: 0; width: 0;}  .show-hidden-options:hover span{border-color: #777777 transparent transparent;}  .show-hidden-options:active span{border-color: #5E89AD transparent transparent;}	.show-hidden-options.active span{border-color: transparent transparent #CCCCCC; border-style: dashed dashed solid; border-width: 0px 8px 8px;}  .show-hidden-options.active:hover span{border-color: transparent transparent #777777;}  .show-hidden-options.active:active span{border-color: transparent transparent #5E89AD;}	.show-hidden-values{display: block; height: 22px; line-height: 22px;}  .show-hidden-values:after{border-color: #38B0E3 transparent transparent; border-style: solid dashed dashed; border-width: 4px 4px 0; content: ""; display: inline-block; height: 0; margin: 0 0 0 4px; position: relative; top: -2px; width: 0;}	.show-hidden-values.active:after{border-color: transparent transparent #38B0E3; border-style: dashed dashed solid; border-width: 0px 4px 4px;}/* Position center style */.ocfilter-content-top,.ocfilter-content-bottom{}	.ocfilter-content-top .box-content,	.ocfilter-content-bottom .box-content{font-size: 0;}	.ocfilter-content-top .ocfilter-option,	.ocfilter-content-bottom .ocfilter-option{display: inline-block; vertical-align: top; width: 33%;}  .ocfilter-content-top .ocfilter-option + .ocfilter-option,	.ocfilter-content-bottom .ocfilter-option + .ocfilter-option{border-top: none;}  .ocfilter-option .option-name {    /*margin: 30px 0 15px;*/  }  .trackbar {    background: none repeat scroll 0 0 #b31212;    border: 0 none;    color: #FFFFFF;    font-weight: bold;  }  .trackbar .right-handler,  .trackbar .left-handler {    width: 18px;    height: 18px;    border: 1px solid #ccc;    background: #fff;    font-weight: bold;    color: #1c94c4;    position: absolute;    top: -.3em;  }  .selected-options {    display: none;  }  .option-values label:before {    content: "";    display: inline-block;    width: 16px;    height: 16px;    margin-right: 10px;    margin-top: -7px;    border: 1px solid #ccc;    background: #fff;    vertical-align: middle;    cursor: pointer;  }  .ocfilter-option label {    position: relative;  }  .ocfilter-option label input {    display: none;  }  .ocfilter-option label a {    font-size: 14px;    font-weight: 400;    color: #333;    line-height: 1.42857143;  }  .ocfilter-option label small {    margin: 0;    padding: 0;    background-color: transparent;    border-radius: 0 3px 3px 0;    color: #333;    display: inline-block;    font-size: 14px;    text-align: right;    position: static;  }  .ocfilter-option label small:before {    display: none;  }  .option-values label.selected:after {    content: "";    position: absolute;    top: 25%;    left: 1%;    width: 16px;    height: 16px;    background: url(https://kalyanchik.ua/catalog/view/theme/default/image/checbox-checked.png) no-repeat;  }  .fields-price {    bottom: 0;  }  #filterpro .price_slider {    margin-bottom: 50px;  }  .ocfilter-option label.disabled small {  	background-color: transparent;  	color: #000;  }  .trackbar .left-block {  	position: relative;  }  .trackbar .left-handler {  	position: absolute;  	right: 0;  }  .ocfilter .fields-price {  	background-color: transparent;  }  .fields-price input {    padding: 6px 12px;    border: 1px solid #ccc;  	border-radius: 24px;  }  .ocfilter-option .option-description {    display: none;  }@media screen and (max-width: 768px) {  .ocfilter .button-float {    right: 60px;    top: -10px;    left: auto;  }  .ocfilter-option:not(:nth-of-type(1)) {    margin: 50px 0 15px;    border-top: none;  }  .ocfilter-option:not(:nth-of-type(1)):not(:nth-of-type(2)) {    margin: 0;  }  .ocfilter-option .option-name {    margin: 15px 0 0;  }  .trackbar {    display: none;  }  .fields-price {    padding: 25px 0;  }  .fields-price input {    width: 100px;    font-size: 20px;  }  .ocfilter .fields-price {    position: absolute;    top: 0;  }  #column-left .ocfilter {    height: 100vh;    overflow-x: hidden;    overflow-y: scroll;  }}/* new filter style */.ocfilter-option .option-values.option_show {	height: auto;	min-height: auto;	max-height: auto;	overflow: hidden;}.ocfilter-option .option-values {	min-height: 43px;	max-height: 300px;	overflow-x: hidden;	overflow-y: scroll;}
/* Jet Cache: catalog/view/theme/default/css/select2.css */
.select2-container {
	box-sizing: border-box;
	display: inline-block;
	margin: 0;
	position: relative;
	vertical-align: middle;
}
.select2-container .select2-selection--single {
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	height: 28px;
	user-select: none;
	-webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
	display: block;
	padding-left: 8px;
	padding-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
	position: relative;
}
.select2-container[dir="rtl"]
	.select2-selection--single
	.select2-selection__rendered {
	padding-right: 8px;
	padding-left: 20px;
}
.select2-container .select2-selection--multiple {
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	min-height: 32px;
	user-select: none;
	-webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
	display: inline-block;
	overflow: hidden;
	padding-left: 8px;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.select2-container .select2-search--inline {
	float: left;
}
.select2-container .select2-search--inline .select2-search__field {
	box-sizing: border-box;
	border: none;
	font-size: 100%;
	margin-top: 5px;
	padding: 0;
}
.select2-container
	.select2-search--inline
	.select2-search__field::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

.select2-dropdown {
	background-color: white;
	border: 1px solid #aaa;
	border-radius: 4px;
	box-sizing: border-box;
	display: block;
	position: absolute;
	left: -100000px;
	width: 100%;
	z-index: 1051;
}

.select2-results {
	display: block;
}

.select2-results__options {
	list-style: none;
	margin: 0;
	padding: 0;
}

.select2-results__option {
	padding: 6px;
	user-select: none;
	-webkit-user-select: none;
}
.select2-results__option[aria-selected] {
	cursor: pointer;
}

.select2-container--open .select2-dropdown {
	left: 0;
}

.select2-container--open .select2-dropdown--above {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.select2-search--dropdown {
	display: block;
	padding: 4px;
}
.select2-search--dropdown .select2-search__field {
	padding: 4px;
	width: 100%;
	box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
	-webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
	display: none;
}

.select2-close-mask {
	border: 0;
	margin: 0;
	padding: 0;
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	min-height: 100%;
	min-width: 100%;
	height: auto;
	width: auto;
	opacity: 0;
	z-index: 99;
	background-color: #fff;
	filter: alpha(opacity=0);
}

.select2-hidden-accessible {
	border: 0 !important;
	clip: rect(0 0 0 0) !important;
	/*-webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;*/
	height: 1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
	white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
	background-color: #fff;
	line-height: 1.5;
	height: auto;
	border-radius: 0;
	text-align: left;
}

#payment_address_city ~ .select2,
#payment_address_address_1 ~ .select2 {
	padding: 8px 25px 8px 8px;
	width: 100%;
	max-width: 100%;
	min-width: 345px;
	height: auto;
	display: block;
	border: 1px solid #b31212;
	font-size: 14px;
}
.select2-container--default
	.select2-selection--single
	.select2-selection__rendered {
	color: inherit;
	line-height: 1.5;
}
.select2-container--default
	.select2-selection--single
	.select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: bold;
}
.select2-container--default
	.select2-selection--single
	.select2-selection__placeholder {
	color: #999;
}
./*select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }*/
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #888 transparent transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0 4px;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0;
}

.select2-container--default[dir="rtl"]
	.select2-selection--single
	.select2-selection__clear {
	float: left;
}

.select2-container--default[dir="rtl"]
	.select2-selection--single
	.select2-selection__arrow {
	left: 1px;
	right: auto;
}

.select2-container--default.select2-container--disabled
	.select2-selection--single {
	background-color: #eee;
	cursor: default;
}
.select2-container--default.select2-container--disabled
	.select2-selection--single
	.select2-selection__clear {
	display: none;
}

.select2-container--default.select2-container--open
	.select2-selection--single
	.select2-selection__arrow
	b {
	border-color: transparent transparent #888 transparent;
	border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
	background-color: white;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: text;
}
.select2-container--default
	.select2-selection--multiple
	.select2-selection__rendered {
	box-sizing: border-box;
	list-style: none;
	margin: 0;
	padding: 0 5px;
	width: 100%;
}
.select2-container--default
	.select2-selection--multiple
	.select2-selection__rendered
	li {
	list-style: none;
}
.select2-container--default
	.select2-selection--multiple
	.select2-selection__placeholder {
	color: #999;
	margin-top: 5px;
	float: left;
}
.select2-container--default
	.select2-selection--multiple
	.select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: bold;
	margin-top: 5px;
	margin-right: 10px;
}
.select2-container--default
	.select2-selection--multiple
	.select2-selection__choice {
	background-color: #e4e4e4;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: default;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	padding: 0 5px;
}
.select2-container--default
	.select2-selection--multiple
	.select2-selection__choice__remove {
	color: #999;
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
	margin-right: 2px;
}
.select2-container--default
	.select2-selection--multiple
	.select2-selection__choice__remove:hover {
	color: #333;
}

.select2-container--default[dir="rtl"]
	.select2-selection--multiple
	.select2-selection__choice,
.select2-container--default[dir="rtl"]
	.select2-selection--multiple
	.select2-selection__placeholder,
.select2-container--default[dir="rtl"]
	.select2-selection--multiple
	.select2-search--inline {
	float: right;
}

.select2-container--default[dir="rtl"]
	.select2-selection--multiple
	.select2-selection__choice {
	margin-left: 5px;
	margin-right: auto;
}

.select2-container--default[dir="rtl"]
	.select2-selection--multiple
	.select2-selection__choice__remove {
	margin-left: 2px;
	margin-right: auto;
}

.select2-container--default.select2-container--focus
	.select2-selection--multiple {
	border: solid black 1px;
	outline: 0;
}

.select2-container--default.select2-container--disabled
	.select2-selection--multiple {
	background-color: #eee;
	cursor: default;
}

.select2-container--default.select2-container--disabled
	.select2-selection__choice__remove {
	display: none;
}

.select2-container--default.select2-container--open.select2-container--above
	.select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above
	.select2-selection--multiple {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below
	.select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below
	.select2-selection--multiple {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
	border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
	background: transparent;
	border: none;
	outline: 0;
	box-shadow: none;
	-webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
	max-height: 200px;
	overflow-y: auto;
}

.select2-container--default .select2-results__option[role="group"] {
	padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled="true"] {
	color: #999;
}

.select2-container--default .select2-results__option[aria-selected="true"] {
	background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
	padding-left: 1em;
}
.select2-container--default
	.select2-results__option
	.select2-results__option
	.select2-results__group {
	padding-left: 0;
}
.select2-container--default
	.select2-results__option
	.select2-results__option
	.select2-results__option {
	margin-left: -1em;
	padding-left: 2em;
}
.select2-container--default
	.select2-results__option
	.select2-results__option
	.select2-results__option
	.select2-results__option {
	margin-left: -2em;
	padding-left: 3em;
}
.select2-container--default
	.select2-results__option
	.select2-results__option
	.select2-results__option
	.select2-results__option
	.select2-results__option {
	margin-left: -3em;
	padding-left: 4em;
}
.select2-container--default
	.select2-results__option
	.select2-results__option
	.select2-results__option
	.select2-results__option
	.select2-results__option
	.select2-results__option {
	margin-left: -4em;
	padding-left: 5em;
}
.select2-container--default
	.select2-results__option
	.select2-results__option
	.select2-results__option
	.select2-results__option
	.select2-results__option
	.select2-results__option
	.select2-results__option {
	margin-left: -5em;
	padding-left: 6em;
}

.select2-container--default
	.select2-results__option--highlighted[aria-selected] {
	background-color: #5897fb;
	color: white;
}

.select2-container--default .select2-results__group {
	cursor: default;
	display: block;
	padding: 6px;
}

.select2-container--classic .select2-selection--single {
	background-color: #f7f7f7;
	border: 1px solid #aaa;
	border-radius: 4px;
	outline: 0;
	background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
	background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
	background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
	border: 1px solid #5897fb;
}
.select2-container--classic
	.select2-selection--single
	.select2-selection__rendered {
	color: #444;
	line-height: 28px;
}
.select2-container--classic
	.select2-selection--single
	.select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: bold;
	margin-right: 10px;
}
.select2-container--classic
	.select2-selection--single
	.select2-selection__placeholder {
	color: #999;
}
.select2-container--classic
	.select2-selection--single
	.select2-selection__arrow {
	background-color: #ddd;
	border: none;
	border-left: 1px solid #aaa;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	height: 26px;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px;
	background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
	background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
	background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}
.select2-container--classic
	.select2-selection--single
	.select2-selection__arrow
	b {
	border-color: #888 transparent transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0 4px;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0;
}

.select2-container--classic[dir="rtl"]
	.select2-selection--single
	.select2-selection__clear {
	float: left;
}

.select2-container--classic[dir="rtl"]
	.select2-selection--single
	.select2-selection__arrow {
	border: none;
	border-right: 1px solid #aaa;
	border-radius: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	left: 1px;
	right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
	border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open
	.select2-selection--single
	.select2-selection__arrow {
	background: transparent;
	border: none;
}
.select2-container--classic.select2-container--open
	.select2-selection--single
	.select2-selection__arrow
	b {
	border-color: transparent transparent #888 transparent;
	border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above
	.select2-selection--single {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
	background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
	background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below
	.select2-selection--single {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
	background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
	background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
	background-color: white;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: text;
	outline: 0;
}
.select2-container--classic .select2-selection--multiple:focus {
	border: 1px solid #5897fb;
}
.select2-container--classic
	.select2-selection--multiple
	.select2-selection__rendered {
	list-style: none;
	margin: 0;
	padding: 0 5px;
}
.select2-container--classic
	.select2-selection--multiple
	.select2-selection__clear {
	display: none;
}
.select2-container--classic
	.select2-selection--multiple
	.select2-selection__choice {
	background-color: #e4e4e4;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: default;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	padding: 0 5px;
}
.select2-container--classic
	.select2-selection--multiple
	.select2-selection__choice__remove {
	color: #888;
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
	margin-right: 2px;
}
.select2-container--classic
	.select2-selection--multiple
	.select2-selection__choice__remove:hover {
	color: #555;
}

.select2-container--classic[dir="rtl"]
	.select2-selection--multiple
	.select2-selection__choice {
	float: right;
	margin-left: 5px;
	margin-right: auto;
}

.select2-container--classic[dir="rtl"]
	.select2-selection--multiple
	.select2-selection__choice__remove {
	margin-left: 2px;
	margin-right: auto;
}

.select2-container--classic.select2-container--open
	.select2-selection--multiple {
	border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above
	.select2-selection--multiple {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below
	.select2-selection--multiple {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
	border: 1px solid #aaa;
	outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
	outline: 0;
	box-shadow: none;
}

.select2-container--classic .select2-dropdown {
	background-color: white;
	border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
	border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
	border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
	max-height: 200px;
	overflow-y: auto;
}

.select2-container--classic .select2-results__option[role="group"] {
	padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled="true"] {
	color: grey;
}

.select2-container--classic
	.select2-results__option--highlighted[aria-selected] {
	background-color: #3875d7;
	color: white;
}

.select2-container--classic .select2-results__group {
	cursor: default;
	display: block;
	padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
	border-color: #5897fb;
}

/* Jet Cache: catalog/view/theme/default/stylesheet/mayheadcss3.css */
.collapse,
#accordion {
    display: none;
}
#accordion .panel-body {
    padding: 5px 0 10px;
}
.collapse.in {
    display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
#accordion .panel-title a {
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
}
.lang-swith .list-inline {
    position: absolute;
    left: 265px;
    top: 40px;
}
.lang-swith .list-inline>li {display: inline-block;padding-left:5px;}
.lang-swith .list-inline>li:first-child span::after,
.lang-swith .list-inline>li:first-child a::after {
    content: '';
    width: 1px;
    height: 14px;
    display: inline-block;
    background: #000;
    margin-left: 5px;
    margin-bottom: -2px;
}
.lang-swith .list-inline>li a {
    font-weight: 600;
}
@media (max-width:1440px){
    .lang-swith .list-inline {
        left: 250px;
        top: 34px;
    }
}

@media (max-width:767px){
    .lang-swith .list-inline {
        position: initial;
    }
}

@media (max-width:450px) and (max-width: 932px) {
    .top-menu_center {
        margin-left: 3rem !important;
    }
}

#yottie_1{margin-top: 10px !important;top :10px !important;}
.slick-next {z-index: 100;}
    .popup {
    display:none;
    position: fixed;
    top: 30%;
    left: 50%;
    padding: 20px;
    width: 360px;
    margin-left: -200px;
    background: #fff;
    border: 1px solid orange;
    border-radius: 4px;
    z-index: 99999;
    opacity: 1;
}
.popup-close {
    position: absolute;
    top: 10px;
    right: 10px;
}
.popup-fade {
    display:none;
}
.popup-fade:before {
    
    content: '';
    background: #000;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    z-index: 9999;
}
.footer_tabs {
padding: 10px 0px;
margin: 10px 0px;
}

.footer_tabs a{
padding: 8px;
text-transform: uppercase;
}



.footer_tabs a.ssel{
border: 1px solid #000;
padding: 7px;
}

.footer_tabs_category, .footer_tabs_tovar {
line-height: 20px;
}

.footer_tabs_category a, .footer_tabs_category span, .footer_tabs_tovar a, .footer_tabs_tovar span{
font-size: 12px;
}

.footer_tabs_category a:hover, .footer_tabs_tovar a:hover{
text-decoration: underline;
}

.footer_tabs_category div, .footer_tabs_tovar div{
padding: 5px;
}


@media (max-width: 700px) {
.footer_tabs a, .footer_tabs_category a, .footer_tabs_tovar a{
font-size: 11px;
}

.footer_tabs_category, .footer_tabs_tovar {
line-height: 20px;
}

}
@keyframes lds-rolling {
                            0% {
                                -webkit-transform: translate(-50%, -50%) rotate(0deg);
                                transform: translate(-50%, -50%) rotate(0deg);
                            }
                            100% {
                                -webkit-transform: translate(-50%, -50%) rotate(360deg);
                                transform: translate(-50%, -50%) rotate(360deg);
                            }
                        }
                        @-webkit-keyframes lds-rolling {
                            0% {
                                -webkit-transform: translate(-50%, -50%) rotate(0deg);
                                transform: translate(-50%, -50%) rotate(0deg);
                            }
                            100% {
                                -webkit-transform: translate(-50%, -50%) rotate(360deg);
                                transform: translate(-50%, -50%) rotate(360deg);
                            }
                        }
                        .lds-rolling {
                            position: relative;
                            text-align: center;
                        }
                        .lds-rolling div, .lds-rolling div:after {
                            position: absolute;
                            width: 160px;
                            height: 160px;
                            border: 20px solid #bbcedd;
                            border-top-color: transparent;
                            border-radius: 50%;
                        }
                        .lds-rolling div {
                            -webkit-animation: lds-rolling 1s linear infinite;
                            animation: lds-rolling 1s linear infinite;
                            top: 100px;
                            left: 100px;
                        }
                        .lds-rolling div:after {
                            -webkit-transform: rotate(90deg);
                            transform: rotate(90deg);
                        }
                        .lds-rolling {
                            width: 200px !important;
                            height: 200px !important;
                            -webkit-transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
                            transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
                            margin: 0 auto;
                        }
                        .col-pd-15 {
                            padding-left:15px;
                            padding-right:15px;
                        }
                        .col-mb-10 {
                            margin-bottom:10px;
                        }
                        #boc_order hr {
                            margin-top:0px;
                            margin-bottom:15px;
                        }
                        .boc_product_info > div {
                            line-height: 120px;
                        }
                        .boc_product_info > div > img {
                            max-height: 120px;
                            margin: 0 auto;
                        }
                        .boc_product_info > div > img, .boc_product_info > div > div, .boc_product_info > div > p {
                            display: inline-block;
                            line-height: normal;
                            vertical-align: middle;
                        }
                        #boc_order .checkbox {
                            margin-top: 0;
                            padding: 0 10px;
                            border: 1px solid transparent;
                            border-radius: 6px;
                        }
                        #boc_order .checkbox.has-error {
                            border-color: #a94442;
                        }
                        @media (max-width: 767px) {
                            .boc_product_info > div {
                                line-height:normal;
                                text-align:center;
                            }
                        }
/* Одинаковые стили для вертикальной и горизонтальной ориентации iPhone Pro и Pro Max */
@media only screen and (min-device-width: 390px) and (max-device-width: 460px) {
    .container {
        width: 100%;
        padding: 0 15px;
    }
    .nav-link {
        font-size: 14px;
    }
    .btn {
        padding: 7px 12px;
    }
    .search-field {
        width: 90vw;
    }
}
/* Jet Cache: catalog/view/javascript/bal_style.css */
/*раскомментируйте ниже строчку, если вам не нужна пагинация*/
/*.pagination{ display:none;}*/
/*.divpagination div:last-child { display:none;}*/
#autopager-loading {
	text-align: center;
	z-index: 100;
	width:115px;
	padding: 20px;
	color: #222;
	display:block;
	margin:0  auto;
	font-size:14px;
	font-weight: bold;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.results{
	display: block;
}
a[rel=next]{
	text-decoration: none;
	font-size: 18px;
}
.box-next{
	cursor: pointer;
	display: block!important;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #ddd;
	background: #efefef;
	text-align: center;
	font-weight: bold;
	box-shadow: 2px 2px 2px rgba(50,50,50,.4);
	color: #444;
	text-decoration: none;
	padding: 5px;
}
.box-next:hover{
	background:#dfdfdf;color:#222
}
/* Jet Cache: catalog/view/javascript/bal_style.css */
/*раскомментируйте ниже строчку, если вам не нужна пагинация*/
/*.pagination{ display:none;}*/
/*.divpagination div:last-child { display:none;}*/
#autopager-loading {
	text-align: center;
	z-index: 100;
	width:115px;
	padding: 20px;
	color: #222;
	display:block;
	margin:0  auto;
	font-size:14px;
	font-weight: bold;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.results{
	display: block;
}
a[rel=next]{
	text-decoration: none;
	font-size: 18px;
}
.box-next{
	cursor: pointer;
	display: block!important;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #ddd;
	background: #efefef;
	text-align: center;
	font-weight: bold;
	box-shadow: 2px 2px 2px rgba(50,50,50,.4);
	color: #444;
	text-decoration: none;
	padding: 5px;
}
.box-next:hover{
	background:#dfdfdf;color:#222
}
/* Jet Cache: catalog/view/theme/default/css/customstyle5.css */
.none {
	display: none;
}
.com04 {
	color: black;
	padding: 10px 20px 10px 20px;
	text-transform: uppercase;
	display: inline-block;
	margin-bottom: 15px;
	cursor: pointer;
	border: 1px solid #b31212;
	background: #fff;
}

.comment-form .flex.flex--email {
	align-items: normal;
	width: 100%;
	display: inline-block;
}
.com01 span {
	display: inline-block;
}
.com01 h2,
h3,
h4 {
	line-height: 1.5;
}
.com01 ul {
	list-style-type: disc;
	list-style-position: inside;
	margin-top: 1em;
	margin-bottom: 1em;
}
.com01 ol {
	list-style-type: decimal;
	list-style-position: inside;
	margin-top: 1em;
	margin-bottom: 1em;
}
.com01 li {
	list-style-type: inherit;
}
.com01 p {
	margin-top: 1em;
	margin-bottom: 1em;
}
.com04:hover {
	background-color: #fdd764;
	color: black;
}
.com04a {
	display: none;
}
.comment--mar {
	width: 100%;
	display: inline-block;
}
.comment-form1 input {
	width: 100%;
	margin-bottom: 20px;
}
.comment-form textarea {
	margin-left: 0px;
	width: 100%;
	height: 105px;
	margin-bottom: 15px;
}
.com06 {
	display: flex;
	margin-bottom: 15px;
}
.comment-form .btn {
	margin-top: 15px;
}

@media (min-width: 800px) {
	.com00 {
		display: flex;
		width: 100%;
	}
	.com01 {
		width: 60%;
		padding-right: 30px;
	}
	.com02 {
		width: 40%;
	}
	.menu-categories_list1 > li:nth-child(5) .menu-categories_list2 > li {
		width: 49%;
		display: inline-block;
	}
	.menu-categories_list1 > li:nth-child(5) .menu-categories_list2 {
		width: 520px;
	}

	.menu-categories_list1 > li:nth-child(3) .menu-categories_list2 > li {
		width: 49%;
		display: inline-block;
	}
	.menu-categories_list1 > li:nth-child(3) .menu-categories_list2 {
		width: 520px;
	}

	.menu-categories_list1 > li:nth-child(2) .menu-categories_list2 > li {
		width: 49%;
		display: inline-block;
	}
	.menu-categories_list1 > li:nth-child(2) .menu-categories_list2 {
		width: 520px;
	}
}
@media (max-width: 600px) {
	.com00 {
		display: block;
	}
	.com01 {
		width: 100%;
		padding-right: 0px;
		margin-bottom: 20px;
	}
	.com02 {
		width: 100%;
	}
}

