html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

html, body, span {
  margin: 0 0;
  padding: 0 0;
}

a {
  display: block;
  text-decoration: none;
}

ul, ol {
  list-style: none inside;
  margin: 0 0;
  padding: 0 0;
}

pre {
  padding: 0;
  margin: 0;
}

img, video {
  display: block;
}

iframe {
  border: 0 none;
}

form {
  margin: 0;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type='number'] {
  -moz-appearance: textfield;
}

button {
  background: none;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
  /*  -webkit-appearance: button;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none; */
}

input::-moz-focus-inner, button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.is-hidden {
  display: none;
}

.is-centered-txt {
  text-align: center;
}

.is-flex-container {
  display: flex;
}

.is-fixed {
  position: fixed !important;
}

.is-fixed .scroll-up {
  display: initial !important;
}

.is-hidden {
  visibility: hidden;
}

body a {
  color: #292929;
}

h1, h2, .h2, h3, h4, p {
  margin: 0 0;
  padding: 0 0;
  font-weight: normal;
}

.cart-block .h--section {
  text-align: center;
}

.checkbox__description {
  margin-top: 1em;
  margin-bottom: 1.5em;
}

section.l-section.delivery-choice {
  margin-top: 2em;
}

.pay-o {
  margin: 0 auto;
  width: 240px;
}

html {
  color: #000;
  font-size: 1em;
  font-family: 'Gill-Sans', sans-serif;
  text-transform: none;
}

@font-face {
  font-family: Gill-Sans;
  src: url(/files/fonts/Gill-Sans.woff) format("woff"), url(/files/fonts/Gill-Sans.ttf) format("truetype");
  font-style: normal;
  font-weight: bold;
}

h1, h2, .h2, h3, h4, h5, h6 {
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 1em;
}

h1 {
  font-size: 1.88em;
}

h2, .h2 {
  font-size: 1.5em;
}

h3 {
  color: #000;
  font-size: 1.13em;
  text-align: left;
}

p {
  font-size: 1em;
  margin-bottom: 1em;
}

.h--section, .h--page {
  font-size: 1.5em;
}

.phone {
  font-size: 18px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
}

.phone a {
  margin-right: 16px;
}

.overtop {
  background: #FFD73D;
  display: flex;
  padding: 10px;
}

.overtop>div {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.menu-p {
  display: none;
}

.phonetop {
  display: flex;
  align-items: center;
}

.phonetop a {
  margin-right: 16px;
  font-size: 20px;
}

.viber {
  width: 30px;
  height: 30px;
  background: url(/design/custom/images/viber-w.svg) no-repeat center top;
  background-size: 30px 30px;
}

section.l-section.delivery>*, .l-section.order-info>*, .l-section.payment-choice>*, .l-section.order-status>*, .l-section.payment-method>* {
  text-align: center;
}

section.l-section.delivery, .l-section.order-info, .l-section.payment-choice, .l-section.order-status, .l-section.payment-method {
  margin-top: 30px;
}

.overtop .viber {
  background: url(/design/custom/images/viber.svg) no-repeat center top;
}

.description--page>h1 {
  font-size: 30px;
  font-weight: normal;
  text-transform: uppercase;
  width: 100%;
}

div#currencies>ul {
  display: flex;
  width: 100px;
  justify-content: space-between;
  margin: 0 auto;
}

div#currencies>ul>li {
  padding: 5px;
  border: solid 1px;
}

div#currencies>ul>li.selected {
  background: rgba(0, 0, 0, 1);
}

div#currencies>ul>li.selected a {
  color: #fff;
}

article.descriptionpage {
  display: block;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

article.descriptionpage>div {
  font-size: 14px;
}

article.descriptionpage>div img {
  max-width: 100%;
  height: auto;
}

article.descriptionpage h2 {
  position: relative;
  box-sizing: border-box;
  padding-left: 0%;
  text-align: left;
  margin-bottom: 1em;
  margin-top: 2em;
}

article.descriptionpage h2:before {
  content: '';
  height: 140%;
  width: 70%;
  background: #f0f0f0;
  top: -15px;
  left: 0;
  z-index: -1;
  position: absolute;
}

article.descriptionpage ul {
  list-style: disc;
  margin-left: 25px;
}

.select * {
  display: block;
  margin: 0px;
  padding: 0px;
  white-space: nowrap;
  cursor: default;
  overflow: hidden;
}

.select {
  display: inline-block;
  position: relative;
}

.select:focus {
  outline: none;
}

.select .label, .select ul {
  box-sizing: border-box;
}

#tab-deliveries h4 {
  text-align: left;
  margin-bottom: 5px;
}

#tab-deliveries .tab-deliveries-item {
  margin-bottom: 30px;
}

.select .label {
  text-transform: uppercase;
  /*   background-image: url(/design/custom/images/arrow.svg);
  background-size: 10px;
  background-position: 100% 50%; */
  background-repeat: no-repeat;
  /*   width: 50px; */
  padding: 5px;
  font-size: 20px;
  border: none;
  border-radius: 0;
  outline: none;
  color: #292929;
  cursor: pointer;
  text-align: center;
}

.select ul {
  position: absolute;
  margin: 10px 0px 0px!important;
  background-color: #111;
  max-height: 400px;
  overflow: hidden;
  display: none;
  z-index: 10000;
  border: 1px solid #111;
  cursor: pointer;
}

.select.drop ul {
  display: inherit;
}

.select li {
  padding: 6px 10px;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
}

/* .select li:hover {} */

#tabs {
  margin: 30px 0 15px;
}

.tabs-nav {
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.tabs-nav li {
  display: block;
  float: left;
  padding: 0;
  list-style: none;
}

.tabs-nav a {
  display: block;
  padding: 10px 20px;
  font-size: 16px;
  text-decoration: none;
  text-align: center;
  color: #999;
  border: 1px solid transparent;
}

.tabs-nav a.active {
  border: 1px solid #ccc;
  border-bottom: none;
  background: #fff;
  color: #000;
  border-radius: 5px 5px 0 0;
}

.tabs-items {
  border-top: 1px solid #ccc;
  background: #fff;
  margin: -2px 0 0 0;
}

.tabs-item {
  padding: 15px;
}

table.tab-features-table {
  width: 425px;
  max-width: 100%;
  border-collapse: collapse;
}

table.tab-features-table td {
  padding: 10px;
}

table.tab-features-table tr {
  background: #ebebeb73;
}

table.tab-features-table tr:nth-child(even) {
  background: none;
}

.select li.selected {
  background-color: #FFD73D;
  color: #fff;
}

.features h2 {
  text-align: left;
}

.just {
  padding: 0!important;
}

.li-wishlist span.mylist_add {
  padding: 10px 0;
  top: 85%;
  text-transform: uppercase;
  text-decoration: underline;
  font-size: 80%;
}

strike.compare-price {
  font-size: 70%;
}

#l-main p {
  font-size: 95%;
}

.lof {
  min-width: 280px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}

.svg {
  cursor: pointer;
  width: 4em;
  height: 4em;
  position: absolute;
  top: 22%;
  left: 80%;
  z-index: 3;
}

.extHTML h1, .comment h1, .text h1, article h1 {
  font-size: 2em;
  margin: 0.67em 0;
  text-align: left;
}

.extHTML h2, .comment h2, .text h2, article h2, .description--page h2 {
  font-size: 24px;
  margin: 0 0 0.83em;
  text-transform: uppercase;
  font-weight: bold;
  text-align: left;
  position: relative;
}

.extHTML h3, .comment h3, .text h3, article h3, .description--page h3 {
  font-size: 1.8em;
  margin: 1em 0;
  margin: 0.83em 0;
  text-transform: uppercase;
  font-weight: bold;
}

.extHTML h4, .comment h4, .text h4, article h4, .description--page h4 {
  margin: 1.6em 0;
}

.extHTML h5, .comment h5, .text h5, article h5, .description--page h5 {
  font-size: 1.5em;
  margin: 1.67em 0;
}

.extHTML h6, .comment h6, .text h6, article h6, .description--page h6 {
  font-size: 1em;
  margin: 2.33em 0;
}

.extHTML p, .comment p, .text p, article p, .description--page p {
  margin: 0.83em 0;
}

.extHTML a, .comment a, .text a, article a, .description--page a {
  display: inline;
  text-decoration: underline;
}

.l-wrapper {
  min-height: calc(100vh - 410px);
  width: 100%;
  display: flex;
  flex-direction: column;
}

#p-page, #p-main, #p-brands, #p-blog, #p-post, #p-feedback, #p-cart, #p-order, #p-login, #p-user, #p-register, #p-comments, #p-password-remind, #p-wholesaleorder, #p-shopfinder, #p-products, #p-product, .p-main {
  border: 1px solid transparent;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 0rem 10px;
}

.description--page {
  position: relative;
}

#p-product .description--page, .p-brand article.description--page, #p-feedback .description--page {
  height: auto;
  align-self: center;
  display: flex;
  max-width: 1200px;
  flex-direction: column;
  min-height: auto;
}

span.currency {
  font-size: 80%;
}

.h--page {
  margin: 2rem 0;
}

#p-page>*, #p-main>*, #p-brands>*, #p-blog>*, #p-post>*, #p-feedback>*, #p-cart>*, #p-order>*, #p-login>*, #p-user>*, #p-register>*, #p-comments>*, #p-password-remind>*, #p-wholesaleorder>*, #p-shopfinder>*, #p-products>* {
  width: 100%;
}

#p-page .l-content, #p-main .l-content, #p-brands .l-content, #p-blog .l-content, #p-post .l-content, #p-feedback .l-content, #p-cart .l-content, #p-order .l-content, #p-login .l-content, #p-user .l-content, #p-register .l-content, #p-comments .l-content, #p-password-remind .l-content, #p-wholesaleorder .l-content, #p-shopfinder .l-content, #p-products .l-content, #p-product .l-content, #p-page .l-main, #p-main .l-main, #p-brands .l-main, #p-blog .l-main, #p-post .l-main, #p-feedback .l-main, #p-cart .l-main, #p-order .l-main, #p-login .l-main, #p-user .l-main, #p-register .l-main, #p-comments .l-main, #p-password-remind .l-main, #p-wholesaleorder .l-main, #p-shopfinder .l-main, #p-products .l-main, #p-product .l-main {
  display: flex;
  align-items: center;
  flex-direction: column;
}

#p-page .l-content>*, #p-main .l-content>*, #p-brands .l-content>*, #p-blog .l-content>*, #p-post .l-content>*, #p-feedback .l-content>*, #p-cart .l-content>*, #p-order .l-content>*, #p-login .l-content>*, #p-user .l-content>*, #p-register .l-content>*, #p-comments .l-content>*, #p-password-remind .l-content>*, #p-wholesaleorder .l-content>*, #p-shopfinder .l-content>*, #p-products .l-content>*, #p-product .l-content>*, #p-page .l-main>*, #p-main .l-main>*, #p-brands .l-main>*, #p-blog .l-main>*, #p-post .l-main>*, #p-feedback .l-main>*, #p-cart .l-main>*, #p-order .l-main>*, #p-login .l-main>*, #p-user .l-main>*, #p-register .l-main>*, #p-comments .l-main>*, #p-password-remind .l-main>*, #p-wholesaleorder .l-main>*, #p-shopfinder .l-main>*, #p-products .l-main>*, #p-product .l-main>* {
  width: 100%;
}

#p-main {
  border: 0 none !important;
  padding-top: 0 !important;
}

#p-main .l-main {
  width: 100%;
}

#p-main .description--page__shell {
  width: 100%;
}

#p-main .banner, #p-main .tiles {
  width: 100%;
}

#p-brands .contacts .l-core, #p-blog .contacts .l-core, #p-post .contacts .l-core, #p-feedback .contacts .l-core {
  display: flex;
  align-items: center;
  flex-direction: column;
}

#p-brands .contacts .l-core>*:not(:last-child), #p-blog .contacts .l-core>*:not(:last-child), #p-post .contacts .l-core>*:not(:last-child), #p-feedback .contacts .l-core>*:not(:last-child) {
  margin-bottom: 1rem;
}

#p-page .description--page img {
  max-width: 100%;
  width: auto !important;
  height: auto !important;
}

#p-page .description--page h1 {
  margin-top: 1em;
}

#p-page .description--page {
  max-width: 1000px;
  margin: 2em auto;
  height: auto;
}

#p-product .l-main {
  margin-top: 2em;
  width: 100%;
}

.cart-block {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.cart-block>*:not(:last-child) {
  margin-bottom: 1rem;
}

.purchase {
  padding: 0.5em;
  border-bottom: 1px solid #f7f7f7;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.purchase-l__item {
  flex: auto;
  display: flex;
  align-items: center;
  max-width: 400px;
}

.purchase-l__item>* {
  margin: 0.5em;
}

.purchase__image {
  width: 84px;
  height: 84px;
  background: url(/design/custom/images/no_photo.png) no-repeat center;
  background-size: contain;
  display: flex;
  align-items: center;
  justify-content: center;
}

.purchase__image a {
  width: 100%;
  height: 100%;
}

.purchase__image a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.purchase>* {
  display: flex;
  align-items: center;
  box-sizing: border-box;
}

.purchase.only {
  display: none;
}

.purchase__info span {
  margin-top: 0.25em;
  font-size: 0.85em;
}

.purchase__info.f-size {
  width: 100px;
  justify-content: center;
}

.purchase__info.f-size span {
  padding: 10px 5px;
  background: #585858;
  color: #fff;
  width: 55px;
  text-align: center;
  display: block;
}

.purchase__price, .purchase__total-price {
  white-space: nowrap;
  padding: 10px;
  text-align: center;
  width: 150px;
  font-size: 22px;
  justify-content: center;
}

.purchase__total-price {
  font-weight: bold;
}

.purchase__remove {
  display: flex;
  width: 90px;
  align-items: center;
}

.purchase__remove a {
  display: flex;
  align-items: center;
}

.purchase__remove img {
  width: 22px;
  height: 22px;
  margin-right: 10px;
}

.total-price {
  padding: 1em;
  align-self: flex-end;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  display: inline-block;
  background: #ffeba2;
}

.total-price span {
  font-size: 1.5em;
}

section.user-data.l-section.l-core--form {
  margin-top: 2em;
}

.orders-history {
  width: 100%;
}

.orders-history__main>*:not(:last-child) {
  margin-bottom: 1em;
}

.orders-history .order {
  display: flex;
}

.orders-history .order>*:not(:last-child) {
  margin-right: 1em;
}

.user {
  display: flex;
  flex-direction: column;
}

.user>*:not(:last-child) {
  margin-bottom: 4rem;
}

.password-change {
  align-self: center;
}

.password-change:hover {
  text-decoration: underline;
}

.login__pass-reminder, .login__register {
  align-self: center;
}

.login__pass-reminder:hover, .login__register:hover {
  text-decoration: underline;
}

.checklist>*:not(:last-child) {
  margin-bottom: 0.75em;
}

.order-info__main {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}

.order-info__main>div {
  text-align: center;
}

.order-info__main>*:not(:last-child) {
  margin-bottom: 1em;
}

.order-status__message {
  text-align: center;
}

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

.payment>*:not(:last-child) {
  margin-bottom: 2em;
}

.payment .payment-form {
  display: flex;
  flex-direction: column;
}

.payment .payment-form>*:not(:last-child) {
  margin-bottom: 2em;
}

.form--textFields {
  text-transform: capitalize;
  display: flex;
  flex-direction: column;
}

.form--textFields>*:not(:last-child) {
  margin-bottom: 1em;
}

.form--textFields .legend {
  text-align: center;
  text-transform: none;
}

.form--textFields .fields-block .field {
  display: flex;
  flex-direction: column;
  align-self: center;
  min-width: 280px;
}

.form--textFields .fields-block .field>*:not(:first-child) {
  margin-top: 0.5em;
}

.form--textFields .fields-block .field input, .form--textFields .fields-block .field textarea {
  border: 1px solid #000;
  padding: 0.3em 0.8em;
}

.form--textFields .fields-block .field input {
  height: 44px;
}

.form--textFields .fields-block .field textarea {
  height: 120px;
}

.form--textFields .fields-block .field input.input--required:-ms-input-placeholder {
  text-align: left;
  font-size: 16px;
  vertical-align: top;
}

.form--textFields .fields-block .field input.input--required::-webkit-input-placeholder {
  text-align: left;
  font-size: 12px;
  vertical-align: top;
}

.form--textFields .fields-block .field input.input--required::-moz-placeholder {
  text-align: left;
  font-size: 12px;
  vertical-align: top;
}

.form--textFields .fields-block .field textarea.input--required:-ms-input-placeholder {
  text-align: left;
  font-size: 12px;
  vertical-align: top;
}

.form--textFields .fields-block .field textarea.input--required::-webkit-input-placeholder {
  text-align: left;
  font-size: 12px;
  vertical-align: top;
}

.form--textFields .fields-block .field textarea.input--required::-moz-placeholder {
  text-align: left;
  font-size: 12px;
  vertical-align: top;
}

.form--textFields .captcha {
  width: 100%;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}

.form--textFields .captcha>*:not(:last-child) {
  margin-right: 2em;
}

.form--textFields .captcha .field {
  flex: auto;
}

.form--textFields .captcha img {
  margin-bottom: 4px;
}

.register .l-block {
  display: flex;
  flex-direction: column;
}

.register .l-block>*:not(:last-child) {
  margin-bottom: 1.5rem;
}

.confirm {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}

.confirm__captcha-input {
  padding: 1em;
  border: solid 1px #ddd;
  font-size: 0.8em;
}

.confirm>* {
  border: 1px solid #ddd;
}

.confirm>*:not(:first-child) {
  margin-left: 1em;
}

.filters {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
}

.filters>*:not(:last-child) {
  margin-bottom: 2em;
}

.filters__h {
  font-size: 1.88em;
  text-transform: capitalize;
  font-weight: normal;
  margin-top: 0.4em;
}

.filters--features {
  display: flex;
  flex-direction: column;
}

.filters--features>*:not(:last-child) {
  margin-bottom: 1rem;
}

.filters__main {
  display: flex;
  width: 100%;
  font-size: 1em;
  text-transform: none;
  justify-content: space-between;
  margin-bottom: 2em;
  flex-wrap: wrap;
}

form.filters__main>div {
  position: relative;
}

.filters__main>*:not(:last-child) {
  margin-bottom: 1em;
}

.filters__buttons {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}

.filters__buttons>* {
  width: 100px;
  text-align: center;
  padding: 0.2em 0.5em;
}

.filter__main {
  display: flex;
  position: relative;
  flex-wrap: wrap;
}

.filter__main>div:not(:last-child) {
  margin-right: 1em;
}

.filter__h {
  color: #555;
  font-size: 85%;
}

.filter--checkboxes__option {
  font-size: 85%;
}

.filter--price__slider {
  min-width: 250px;
  position: absolute;
  bottom: 0;
}

.filter--price {
  min-width: 280px;
}

.filter--price .filter__main .display {
  margin-right: 0;
  display: flex;
  width: 100%;
  padding-bottom: 20px;
  justify-content: space-between;
}

.display input {
  max-width: 50px;
  border: 0;
}

.display label, .display span {
  font-size: 12px;
}

.ui-widget {
  font-family: initial !important;
  font-size: initial !important;
}

.ui-widget input, .ui-widget button {
  font-family: initial !important;
  font-size: initial !important;
}

.ui-widget-content {
  border: initial !important;
}

.ui-corner-all {
  border: initial !important;
  border-radius: initial !important;
}

.ui-widget-content {
  background: #ddd;
}

.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

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

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: 0;
}

.ui-slider-horizontal .ui-slider-range {
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-widget-header {
  border: 1px solid #ddd;
  background: #ddd;
  color: #ffffff;
}

.ui-widget-header a {
  color: #ffffff;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  border: 0;
  background: #000000;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus {
  border: 0;
  background: #111111;
  font-weight: normal;
}

.filter--checkboxes .filter__h {
  padding-bottom: 20px;
}

.message--error, .message--success, .message--info, .message--no-content, .message--is-available, .message--is-unavailable {
  display: block;
  width: 100%;
  margin: 1em auto;
  text-align: center;
  text-transform: initial;
}

/* .message--error {}

.message--success {}

.message--is-available {}

.message--is-unavailable {}
 */

.message--has-no-price {
  font-size: 0.8em;
}

.message--has-no-price a {
  display: inline;
  text-decoration: underline;
}

ul.menu-level-3.inherent-level-3 {
  padding-left: 1.5em;
  padding-top: 0.5em;
}

.button--add-comment, .button--logout, .button--confirm, .button--captcha-confirm, .button--checkout, .button--buyme, .button--filter, .button--more, .button--comments-all, .tiles .menu-level-2 .link, #p-main .tiles .menu-level-1 .link, #p-blog .tiles .menu-level-1 .link {
  cursor: pointer;
  align-self: center;
  background: #ffd73d;
  color: #000;
  transition: all 0.5s;
  font-size: 24px;
  border: none;
}

.button--add-comment:hover, .button--logout:hover, .button--confirm:hover, .button--captcha-confirm:hover, .button--checkout:hover, .button--buyme:hover, .button--filter:hover, .button--more:hover, .button--comments-all:hover, .tiles .menu-level-2 .link:hover, #p-main .tiles .menu-level-1 .link:hover, #p-blog .tiles .menu-level-1 .link:hover {
  transform: translate(0px, 10px);
}

.button--comments-all {
  max-width: 90%;
  font-size: 1.69em;
  text-align: center;
  border: 1px solid #fff;
  outline: 0.5em solid rgba(255, 255, 255, 0.5);
  margin: 0.5em 0;
}

.button--add-comment, .button--logout, .button--confirm, .button--captcha-confirm, .button--checkout, .button--buyme, .tiles .menu-level-2 .link, #p-main .tiles .menu-level-1 .link, #p-blog .tiles .menu-level-1 .link {
  padding: 0.5em 1.5em;
  font-size: 1.3em;
  text-align: center;
  margin: 0.5em 0;
}

/* .button--add-comment a, .button--logout a, .button--confirm a, .button--captcha-confirm a, .button--checkout a, .button--buyme a, .tiles .menu-level-2 .link a, #p-main .tiles .menu-level-1 .link a, #p-blog .tiles .menu-level-1 .link a {} */

input.button--filter.js-filter-reset {
  background: #696969;
}

.banner .button--to-catalog {
  position: absolute;
  left: 20px;
  bottom: 20px;
  color: #fff;
}

.tiles .button--to-catalog {
  max-width: 76%;
}

span.collname {
  /*font-family: ;*/
  text-transform: uppercase;
  font-size: 42px;
}

span.colldesc {
  transform: rotate(-90deg) translate(-70px, 95px);
  position: absolute;
  top: 0;
  right: 0;
}

span.s-phone {
  display: block;
}

.colldesc, .s-phone {
  font-family: Montserrat-Bold;
  text-transform: uppercase;
  font-size: 30px;
}

.cart-informer__icon {
  background: url(/design/custom/images/cart.svg) no-repeat right top transparent;
  width: 50px;
  height: 30px;
  background-size: 34px 30px;
}

.button--buyme {
  position: relative;
  padding: 16px 30px 16px 60px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  background-image: url(/design/custom/images/cart-b.svg);
  background-repeat: no-repeat;
  background-position: 15px 13px;
  background-size: 34px 30px;
}

.button--buyme input {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0 none;
  text-indent: -200%;
  background: transparent;
  cursor: pointer;
}

.ui-effects-transfer {
  border: 1px solid #fff;
  background: #f9f6f1;
}

.button--filter {
  border: 0;
  font-size: 14px;
  margin-bottom: 10px;
  text-transform: none;
}

.button--more {
  padding: 1em;
  align-self: stretch;
  margin-top: 1em;
  text-transform: uppercase;
}

.button--more a {
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
}

.button--toolbar {
  cursor: pointer;
}

.comments--latest__main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.comments--latest .latest-comment {
  max-width: 100%;
  display: flex;
  justify-content: flex-start;
  position: relative;
  margin: 2rem;
}

.comments--latest .latest-comment__aimg {
  background: linear-gradient(145deg, #f2f2f2 27%, #c4a16e 90%);
  width: 25em;
  height: 25em;
  flex: none;
  max-width: 100%;
}

.comments--latest .latest-comment .l-core {
  background: #f2f2f2;
  padding: 3em;
  position: relative;
  width: 100%;
  min-height: 15em;
}

.comments--latest .latest-comment .l-core:after {
  content: '';
  width: 4em;
  height: 4em;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: absolute;
  bottom: 2em;
  right: 2em;
}

.comments--latest .latest-comment .l-core a>p {
  font-size: 18px !important;
  color: #c4a16e !important;
}

.comments--latest .latest-comment .l-core a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.blog {
  display: grid;
  grid-row-gap: 1em;
  justify-content: center;
}

.post {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: 3em;
  max-width: 1000px;
}

.post__text, .post__text img {
  max-width: 100%;
  margin: 0 auto;
  height: auto;
}

.post__text ul {
  list-style: circle;
  margin-left: 20px;
}

.post__text ul li {
  padding-left: 10px;
}

.post__img {
  max-width: 100%;
}

.post>*:not(:last-child) {
  margin-bottom: 2em;
}

.post-short {
  display: flex;
  justify-content: center;
  position: relative;
  flex-wrap: wrap;
  max-width: 100%;
  margin: 1em;
}

.post-short a {
  display: block;
  text-decoration: none !important;
}

.post-short .l-core {
  width: 100%;
  flex: none;
  max-width: 400px;
  padding: 0 2em;
  position: relative;
}

.post-short__h {
  font-size: initial !important;
}

.post-short__h a {
  font-size: 1.88em;
  text-transform: capitalize;
  font-weight: normal;
  text-align: left;
}

.post-short__main {
  display: flex;
  flex: auto;
}

.post-short__main>*:not(:last-child) {
  margin-right: 1em;
}

.post-short__main--l {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: column;
}

.post-short__main--r {
  float: right;
}

.post-short__date {
  font-size: 1.5em;
  font-weight: bold;
}

.post-short>a.post-short__aimg {
  width: 25em;
  height: 25em;
  flex: none;
  max-width: 100%;
}

.post-short>a.post-short__aimg img {
  width: 100%;
  height: 100%;
}

.post-short img {
  margin-left: auto;
  margin-right: auto;
}

.comment {
  margin: 3rem auto;
  display: flex;
  flex-wrap: nowrap;
}

.comment>*:not(:last-child) {
  margin-right: 1rem;
}

.comment>img {
  display: block;
}

.comment__image {
  margin-right: 2rem;
}

.comment__main {
  width: 80%;
  display: flex;
  flex-direction: column;
}

.comment__main>*:not(:last-child) {
  margin-bottom: 1.5rem;
}

.comment__header {
  display: flex;
  flex-direction: column;
}

.comment__header>*:not(:last-child) {
  margin-bottom: 0.5rem;
}

.comment__name {
  font-weight: bold;
}

.comment__date {
  display: block;
}

.comment__text {
  margin: 0.3em 0;
}

.comments {
  width: 100%;
  margin: 0 auto;
}

.add-comment {
  display: flex;
  flex-direction: column;
}

.add-comment>*:not(:last-child) {
  margin-bottom: 2rem;
}

.add-comment__window {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 80vw;
  max-width: 700px;
}

.add-comment__window>*:not(:last-child) {
  margin-bottom: 1em;
}

.add-comment__form {
  width: 100%;
}

.add-comment__form .input-block {
  display: flex;
  flex-direction: column;
}

.add-comment__form .input-block>*:not(:last-child) {
  margin-bottom: 0.5em;
}

.add-comment__form>*:not(:last-child) {
  margin-bottom: 1em;
}

.add-comment__form .field {
  display: flex;
  justify-content: space-around;
}

.add-comment__form .field input, .add-comment__form .field textarea {
  width: 100%;
  padding: 1em;
  border: solid 1px #ddd;
  font-size: 0.8em;
}

.add-comment__form .field label {
  display: flex;
  justify-content: center;
  align-items: center;
}

.add-comment__form .field .upload-image {
  border: none;
  width: 200px;
}

.add-comment__form textarea {
  height: 200px;
}

.breadcrumbs {
  font-size: 0.88em;
  margin-bottom: 15px;
}

.breadcrumbs__main {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  opacity: 0.5;
}

/* .breadcrumbs span {}

.breadcrumbs a {} */

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

.breadcrumbs a, .breadcrumbs span {
  margin: 0.25em 0.5em;
}

.breadcrumbs a:hover {
  text-decoration: underline;
}

.pagination {
  display: flex;
  justify-content: center;
  position: relative;
  flex-direction: row;
  align-items: center;
  right: 0;
  margin-top: 2vw;
  color: #000000;
  font-size: 1em;
  text-transform: none;
}

.pagination a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.2em;
  margin: 0.3em;
  color: #000000;
}

.pagination__number, .pagination__hellip, .pagination__all {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 1.8em;
  height: 1.8em;
  border: 1px solid #000000;
}

.pagination__number:not(.is-selected):hover, .pagination__hellip:not(.is-selected):hover, .pagination__all:not(.is-selected):hover {
  transform: scale(1.1);
}

.pagination__hellip {
  background: #000000;
  border: initial;
  color: #fff !important;
}

.pagination__all:not(.is-selected):hover {
  transform: scale(1.1);
}

.pagination .next-arrow__head--l {
  border-bottom: solid 1em transparent;
  border-top: solid 1em transparent;
  border-right: solid 1em #3c3c3c;
}

.pagination .next-arrow__head--l:not(.is-selected):hover {
  transform: scale(1.1);
}

.pagination .next-arrow__head--r {
  border-bottom: solid 1em transparent;
  border-top: solid 1em transparent;
  border-left: solid 1em #3c3c3c;
}

.pagination .next-arrow__head--r:not(.is-selected):hover {
  transform: scale(1.1);
}

.pagination .is-selected {
  background: transparent;
  color: #3c3c3c;
}

.back-forward {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.88em;
  margin-bottom: 2em;
}

.back-forward__prev, .back-forward__next, .back-forward__back-to {
  padding: 0.2em;
  margin: 1vw;
  text-align: center;
  text-decoration: underline;
}

.back-forward__prev:hover, .back-forward__next:hover, .back-forward__back-to:hover {
  text-decoration: underline;
}

.back-forward__prev-arrow, .back-forward__next-arrow {
  font-family: Roboto;
}

.album__images {
  margin-top: 3vw;
}

.album .cell {
  float: left;
}

.album img {
  display: block;
  width: 100%;
}

.menu--pages {
  border: 1px solid #000;
  display: flex;
}

.menu--pages>*:not(:last-child) {
  margin-right: 1em;
}

.cart {
  display: flex;
  justify-content: space-between;
  padding: 0px 20px 0 0;
}

.cart-informer {
  display: flex;
}

.cart-informer img {
  width: 30px;
  height: 30px;
}

.cart-informer>*:not(:last-child) {
  margin-right: 0.5em;
}

.cart-informer a {
  position: relative;
}

.cart-informer__text {
  font-size: 1em;
  text-transform: none;
}

.cart-informer__text:hover {
  text-decoration: underline;
}

.cart-informer__count {
  font-size: 13px;
  text-transform: none;
  color: #000000;
  padding: 2px 5px;
  position: absolute;
  top: -7px;
  right: -6px;
  background: #FFD73D;
  border-radius: 50%;
  box-shadow: 0 0 10px #666464;
}

.cart-informer svg {
  width: 100%;
  height: 100%;
}

.languages {
  display: flex;
  margin-right: 16px;
}

.languages>*:not(:last-child) {
  margin-right: 1em;
}

.languages select {
  border: 1px solid #fff;
  width: 55px;
  height: 30px;
  padding: 0 0.5em;
  text-align: center;
  background: none;
  border-radius: 30%;
}

.languages select option {
  height: 2.5em;
  display: flex;
  justify-content: center;
  align-items: center;
}

.scroll-up {
  width: 2.5em;
  height: 2.5em;
  transition: opacity 0.1s;
  cursor: pointer;
  opacity: 0.8;
  flex: none;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 90%;
  right: 10px;
}

.scroll-up__square {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.scroll-up:hover {
  opacity: 1;
}

.scroll-up__arrow {
  border-left: 5px solid #ffd73d;
  border-top: 5px solid #ffd73d;
  width: 100%;
  height: 100%;
  transform: scale(0.6) rotate(45deg);
  position: absolute;
  left: 0;
}

.scroll-up__arrow:first-of-type {
  top: 0%;
}

.scroll-up__arrow:last-of-type {
  top: 25%;
}

.is-top-scroller-inactive .scroll-up__arrow {
  border-left: 5px solid #808080;
  border-top: 5px solid #808080;
}

.scroll-up__title {
  position: absolute;
  left: -0.2em;
  bottom: -35%;
  text-align: center;
}

.header {
  background: #292929;
  position: relative;
  z-index: 1000;
}

.header>div {
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  width: 100%;
}

.header__top {
  height: 55px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 1.5rem;
}

.header__top>* {
  margin: 0 0.5rem;
}

.account {
  display: flex;
  background: url(/design/custom/images/account.svg) no-repeat center top;
  background-size: 24px;
}

.account>*:not(:last-child) {
  margin-right: 0.5em;
}

.account__register, .account__username {
  order: 1;
}

.account__login, .account__logout {
  order: 3;
}

.account__link {
  order: 2;
}

.account a {
  display: block;
  width: 30px;
  height: 30px;
  font-size: 1em;
  text-transform: none;
  white-space: nowrap;
}

.account a:hover {
  text-decoration: underline;
}

.search {
  flex: none;
  display: flex;
  justify-content: center;
  z-index: 20;
}

.search .input--search {
  min-width: 0;
  padding: 0.4em 0.8em;
  color: #000000;
  width: 500px;
  font-size: 1em;
  text-transform: none;
  outline: #fff;
  background: #ffffff;
  border: 1px solid #000000;
}

.work_time {
  color: #fff;
  font-size: 14px;
  position: relative;
  top: -7px;
}

.search__icon {
  width: 1.5em;
  height: 1.5em;
}

.search button, .button_search {
  background: url(/design/custom/images/search.svg) no-repeat;
  width: 30px;
  height: 30px;
  margin-left: 10px;
  border: none;
  position: relative;
}

.search.open .form--search {
  width: 100%;
  display: flex;
  height: 62px;
  align-items: center;
}

.search.open .input--search {
  width: calc(100% - 40px);
}

.search.open button {
  background: none;
}

.search.open button:before {
  content: '\002715';
  font-size: 36px;
  position: absolute;
  top: 4px;
  left: 0%;
  width: 100%;
  height: 100%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 0px;
}

.toolbar {
  top: 0px;
  left: 0px;
  z-index: 100;
  align-items: center;
  /* display: flex; */
  display: none;
  justify-content: flex-start;
}

.toolbar__main {
  position: relative;
  padding: 0 0.5em;
  height: 30px;
  display: flex;
  justify-content: center;
  z-index: 20;
}

.toolbar__main--r {
  display: flex;
}

.toolbar__main--r>*:not(:last-child) {
  margin-right: 2em;
}

.logo {
  width: 120px;
  flex: none;
  padding: 9px;
}

.logo img {
  width: 100%;
  position: relative;
  z-index: 1000;
}

header .logo img {
  max-width: 90px;
  margin: 0 auto;
}

.menu-button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: none;
  cursor: pointer;
  width: 36px;
  height: 26px;
  text-align: center;
}

.menu-button__main {
  width: 100%;
  height: 100%;
}

.menu-button__main div {
  font-size: 13px;
  margin-bottom: 2px;
}

.menu-button__main.is-active-button li {
  background: #d6bd9a;
}

.menu-button__main.is-active-button ul {
  position: relative;
  visibility: hidden;
}

.menu-button__main.is-active-button:before, .menu-button__main.is-active-button:hover:before {
  content: '\002715';
  font-size: 36px;
  position: absolute;
  top: 4px;
  left: 0%;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 0px;
}

.menu-button ul {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.menu-button li {
  background: #292929;
  height: 14%;
  width: 100%;
}

.toolbar .menu--main {
  background: rgba(255, 255, 255, 0.95);
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  z-index: 10;
  padding-top: 0px;
  width: 240px;
  height: calc(100vh - 50px);
  transform: translateX(-240px);
  transition: all 0.5s;
}

.wrapper {
  transform: translateX(0px);
  transition: all 0.5s;
}

.open-menu .wrapper {
  position: fixed;
  -webkit-transform: translateX(240px);
  transform: translateX(240px);
  width: calc(100% - 240px);
}

.l-wrapper:before {
  content: '';
  display: block;
  position: absolute;
  top: -100px;
  /* left: -300px;*/
  max-width: 120vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 400;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
}

.open-menu .toolbar .menu--main {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  transform: translateX(0px);
  overflow: scroll;
  padding: 1em 1em 3em;
  background: #292929;
}

.open-menu .l-wrapper:before {
  opacity: 1;
  visibility: visible;
}

.open-menu .toolbar .menu--main a {
  color: #fff;
}

.single-variant .fasovka, .single-variant .sizes {
  display: none;
}

.toolbar .menu--main>ul.menu-level-1 {
  justify-content: space-between;
  flex-direction: column;
  width: 100%;
  max-width: 400px;
  padding: 1em;
  font-size: 1em;
}

.toolbar .menu--main>ul.menu-level-1>li {
  padding: 10px 0 0 0;
}

.toolbar .menu--main ul.menu-level-2 {
  margin: 0.5em 0 0.1em 1em;
}

.toolbar .menu--main ul.menu-level-2>li {
  padding: 2.5px;
}

li.is-current>a, .toolbar .menu--main>ul.menu-level-1 li:hover>a {
  text-decoration: underline;
}

.open-menu .toolbar .menu--main {
  display: flex;
}

.menu--footer p {
  margin-bottom: 1em;
}

.menu--footer ul li {
  text-align: left;
  margin-bottom: 10px;
}

.menu--footer ul li a {
  text-decoration: underline;
  color: #fff;
}

.filter-button {
  width: 2em;
  height: 2em;
}

.filter-button img {
  width: 100%;
  height: 100%;
}

.menu--additional ul.menu-level-1 {
  display: flex;
  flex-wrap: wrap;
}

.menu--additional ul.menu-level-1>*:not(:last-child) {
  margin-right: 1em;
}

.dead-link {
  pointer-events: none;
}

.tiles {
  width: 100%;
}

#p-page .tiles ul.menu-level-1 {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: column;
}

#p-page .tiles .menu-level-1>a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1em;
  color: #c4a16e;
  font-size: 2.5em;
  text-transform: capitalize;
  font-weight: normal;
}

.tiles .menu-level-2 .link, #p-main .tiles .menu-level-1 .link, #p-blog .tiles .menu-level-1 .link {
  padding: 0 0.5em !important;
  width: 7em;
  min-height: 3em;
  max-width: 82% !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tiles .menu-level-2>li:not(.has-image), #p-main .tiles .menu-level-1>li:not(.has-image), #p-blog .tiles .menu-level-1>li:not(.has-image) {
  background: radial-gradient(#f2f2f2 66%, #c4a16e 100%);
  padding: 0.5em;
  position: relative;
}

.tiles .menu-level-2>li:not(.has-image):before, #p-main .tiles .menu-level-1>li:not(.has-image):before, #p-blog .tiles .menu-level-1>li:not(.has-image):before {
  height: 0;
  padding-bottom: 100%;
  content: '';
  display: block;
}

.tiles .menu-level-2>li:not(.has-image)>*, #p-main .tiles .menu-level-1>li:not(.has-image)>*, #p-blog .tiles .menu-level-1>li:not(.has-image)>* {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
}

.tiles .menu-level-2>li:not(.has-image) .overlay, #p-main .tiles .menu-level-1>li:not(.has-image) .overlay, #p-blog .tiles .menu-level-1>li:not(.has-image) .overlay {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}

.tiles .menu-level-2>li.has-image, #p-main .tiles .menu-level-1>li.has-image, #p-blog .tiles .menu-level-1>li.has-image {
  position: relative;
}

.tiles .menu-level-2>li.has-image:before, #p-main .tiles .menu-level-1>li.has-image:before, #p-blog .tiles .menu-level-1>li.has-image:before {
  height: 0;
  padding-bottom: 100%;
  content: '';
  display: block;
}

.tiles .menu-level-2>li.has-image>*, #p-main .tiles .menu-level-1>li.has-image>*, #p-blog .tiles .menu-level-1>li.has-image>* {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
}

.tiles .menu-level-2>li.has-image .overlay, #p-main .tiles .menu-level-1>li.has-image .overlay, #p-blog .tiles .menu-level-1>li.has-image .overlay {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}

.tiles .menu-level-2>li.has-image img, #p-main .tiles .menu-level-1>li.has-image img, #p-blog .tiles .menu-level-1>li.has-image img {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
}

#p-main .tiles .menu-level-1 .link {
  min-height: initial;
}

.tiles .image-link {
  pointer-events: none;
}

h2.headmain {
  text-align: right;
  font-size: 2em;
  margin-bottom: 1em;
}

.main-preview-catalog li .overlay {
  position: absolute;
  z-index: 100;
  bottom: 30px;
  width: 100%;
  box-sizing: border-box;
  background: #ffd73d;
}

.main-preview-catalog li .overlay a {
  /*    font-family:;*/
  font-size: 1.5em;
  padding: 1em;
  text-transform: uppercase;
  text-align: center;
  transition: all 0.5s;
  display: flex;
  flex-direction: column;
}

.main-preview-catalog li .object-fit__cont {
  width: auto;
  height: auto;
  background: none;
}

.main-preview-catalog .overlay a span.brand {
  font-size: 0.8em;
}

.main-preview-catalog li {
  position: relative;
  width: 100%;
  margin-bottom: 40px;
}

.main-preview-catalog li:hover .overlay a {
  color: #000;
  opacity: 1;
  transition: all 0.5s;
}

div#menu_pc {
  background: #FFD73D;
  display: flex;
  margin: 0 16px;
  padding: 10px;
  height: 40px;
}

div#menu_pc ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

div#menu_pc ul li.active>a {
  color: #767676;
}

div#menu_pc>ul>li {
  position: relative;
}

div#menu_pc ul.menu_sub_pc {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  background: #FFD73D;
  flex-direction: column;
  z-index: 9;
  min-width: 150px;
  padding-top: 10px;
}

div#menu_pc ul.menu_sub_pc li {
  border-top: 2px solid #fff;
}

div#menu_pc ul.menu_sub_pc li a {
  display: block;
  padding: 10px;
}

div#menu_pc>ul>li:hover ul.menu_sub_pc {
  display: flex;
}

div#menu_pc>ul>li:first-child ul.menu_sub_pc {
  left: -10px;
}

div#menu_pc>ul>li:last-child ul.menu_sub_pc {
  right: 0px;
  left: unset;
}

#wrapped-content {
  max-width: 100%;
  width: 100%;
}

.footer {
  display: flex;
  align-items: stretch;
  flex-direction: column;
  font-size: 0.88em;
  background: #292929;
  text-transform: none;
  max-width: 100%;
  color: #fff;
}

.footer a {
  color: #fff;
}

.footer-top, .header-bottom {
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  padding: 16px;
  color: #000;
}

.header-bottom {
  padding: 10px;
}

.footer-top {
  margin-top: 50px;
  background: #FFD73D;
}

.footer__m {
  display: flex;
  justify-content: space-between;
  flex: auto;
  flex-wrap: wrap;
}

.footer__m>* {
  margin: 0.75em;
}

.menu--footer {
  flex: none;
  text-align: center;
  font-size: 1em;
  text-transform: none;
}

.footer__b {
  display: flex;
  flex-direction: column;
  opacity: 0.8;
  justify-content: center;
  align-items: center;
}

ul.p-slide li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.7s;
}

.copyrights {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  flex-direction: row;
  align-items: center;
}

.copyrights>* {
  margin: 0.5em;
}

.copyrights .site {
  display: flex;
}

.copyrights .site>*:not(:last-child) {
  margin-right: 0.5em;
}

.banner .bg-slider .slide-1 {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.banner .bg-slider .slide-2 {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.banner .bg-slider .slide-3 {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.banner .bg-slider .slide-4 {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.banner .overlay {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: column;
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  z-index: 99;
}

.banner .overlay>*:not(:last-child) {
  margin-bottom: 5rem;
}

.main-f-t {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 4em;
}

.grey-bg {
  position: relative;
  text-align: left;
  padding: 10px;
}

.grey-bg:before {
  content: '';
  display: block;
  width: 90%;
  position: absolute;
  left: 0;
  top: -3%;
  background: #f0f0f0;
  z-index: -1;
  height: 110%;
}

.grey-bg h2 {
  text-align: right;
}

.grey-img img {
  max-width: 100%;
}

.benefits div p {
  text-align: left;
}

.benefits h3 {
  font-size: 1.5em;
  margin-bottom: 0;
  padding-left: 20px;
  position: relative;
}

.benefits h3:before {
  content: '';
  display: block;
  width: 50px;
  height: 50px;
  background: #f0f0f0;
  border-radius: 50%;
  left: 0;
  top: -5px;
  position: absolute;
  z-index: -1;
}

.benefits p {
  padding-left: 45px;
}

.bg-b {
  width: 100%;
  padding: 30% 20px 0;
  background: url(/design/custom/images/main-semida-sposa2.jpg) no-repeat left top;
  background-size: contain;
  min-height: 400px;
}

.bg-b h2 {
  background: #fff;
  color: #9b9b9b;
  font-family: montserrat-bold;
  padding: 20px;
}

.description {
  position: relative;
}

.description__main {
  padding: 2em 0;
  box-sizing: border-box;
}

.description__main ul {
  list-style-type: disc;
  margin-bottom: 1em;
}

a.upperlink {
  text-transform: uppercase;
  text-decoration: underline;
}

#p-main .description--page {
  text-align: left;
}

.carousel {
  position: relative;
}

.carousel.product-gallery:not(.vertical) {
  padding: 0 2em;
}

.vertical .slide-box {
  position: relative;
}

.vertical .slide-box:before {
  height: 0;
  padding-bottom: 150%;
  content: '';
  display: block;
}

.vertical .slide-box>* {
  position: absolute;
}

.vertical .slide-box .slide {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
}

.vertical .slide-box .slide .product-view {
  width: 100%;
  height: 100%;
}

.carousel--hor .carousel__arrow--l, .carousel--hor .carousel__arrow--r, .carousel__arrow--l, .carousel__arrow--r {
  transition: opacity 0.5s;
  cursor: pointer;
}

.carousel--hor .carousel__arrow--l:hover, .carousel--hor .carousel__arrow--r:hover {
  opacity: 0.6;
}

.carousel--hor .carousel__arrow--l, .carousel__arrow--l, .carousel--hor .carousel__arrow--r, .carousel__arrow--r {
  position: absolute;
  top: 50%;
  z-index: 100;
  transform: translateY(-50%);
  width: 1.5em;
}

.carousel__arrow--l:before, .carousel__arrow--r:before, .carousel__arrow--l:after, .carousel__arrow--r:after {
  content: '';
  display: block;
  background: #fff;
  width: 0.25em;
  height: 2em;
}

.carousel--vert .carousel__arrow--t, .carousel--vert .carousel__arrow--b {
  width: 100%;
  height: 2.5em;
  position: absolute;
  left: 50%;
  z-index: 5;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.6);
}

.carousel--vert .carousel__arrow--t:before, .carousel--vert .carousel__arrow--b:before, .carousel--vert .carousel__arrow--t:after, .carousel--vert .carousel__arrow--b:after {
  content: '';
  display: block;
  background: #fff;
  width: 0.25em;
  height: 2em;
  position: absolute;
  left: 50%;
}

.carousel--vert, .carousel--hor {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.carousel--vert .slide, .carousel--hor .slide {
  cursor: pointer;
}

.carousel--vert .carousel__dots, .carousel--hor .carousel__dots {
  width: 100%;
  height: 40px;
}

.carousel--vert .slick-dotted, .carousel--hor .slick-dotted {
  margin: 0 !important;
}

.carousel--vert .slick-dots, .carousel--hor .slick-dots {
  display: flex !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  position: static !important;
}

.carousel__main {
  width: 100%;
}

.carousel--vert {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  position: relative;
}

.carousel--vert .slick-current, .carousel--vert .is-slide-active {
  border: 1px solid #fff !important;
}

.carousel--vert .slide:not(.slick-current), .carousel--vert .slide:not(.is-slide-active) {
  border: 1px solid #808080;
}

.carousel--vert li {
  margin: 0.1em 0;
}

.carousel--vert .carousel__arrow--t {
  top: 0%;
}

.carousel--vert .carousel__arrow--t:before, .carousel--vert .carousel__arrow--t:after {
  top: 20%;
}

.carousel--vert .carousel__arrow--b {
  bottom: 0%;
}

.carousel--vert .carousel__arrow--b:before, .carousel--vert .carousel__arrow--b:after {
  bottom: 10%;
}

.carousel--vert .carousel__arrow--t {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-direction: column;
}

.carousel--vert .carousel__arrow--t:before {
  transform: translateX(-350%) rotate(60deg);
  transform-origin: right;
}

.carousel--vert .carousel__arrow--t:after {
  transform: translateX(350%) rotate(-60deg);
  transform-origin: left;
}

.carousel--vert .carousel__arrow--b {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
}

.carousel--vert .carousel__arrow--b:before {
  transform: translateX(-300%) rotate(-60deg);
  transform-origin: left;
}

.carousel--vert .carousel__arrow--b:after {
  transform: translateX(300%) rotate(60deg);
  transform-origin: right;
}

.carousel--hor .slick-track {
  display: flex;
  justify-content: center;
  align-items: center;
}

.carousel--hor .carousel__top {
  position: relative;
}

.carousel__arrow--l {
  left: 14px;
}

.carousel__arrow--r {
  right: 14px;
}

.carousel--hor.related-products__main li {
  margin: 0 1rem;
}

.carousel--hor.product-gallery__main li {
  margin: 0 0.5rem;
}

.carousel--hor.product-gallery__main .slick-current, .carousel--hor.product-gallery__main .is-slide-active {
  border: 1px solid #fff !important;
}

.carousel--hor.product-gallery__main .slide:not(.slick-current), .carousel--hor.product-gallery__main .slide:not(.is-slide-active) {
  border: 1px solid #808080;
}

.carousel--hor.product-big-image__main li {
  margin: 0 0 3em 0;
}

.carousel--hor.product-big-image__main .slick-list, .carousel--hor.product-big-image__main .slick-track {
  display: block;
}

.carousel--hor.album__images .slide {
  border: 1px solid #fff;
}

.carousel--hor.album__images .slide__name {
  width: 100%;
  height: 2.5em;
  background: rgba(255, 255, 255, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  z-index: 3;
}

.carousel--hor.album__images .slide .l-box--image, .p-images-carousel {
  position: relative;
}

.carousel--hor.album__images .slide .l-box--image:before {
  height: 0;
  padding-bottom: 66.66666666666667%;
  content: '';
  display: block;
}

.carousel--hor.album__images .slide .l-box--image img {
  width: 100%;
  height: 100%;
}

.carousel__arrow--l {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-direction: column;
}

.carousel__arrow--l:before {
  transform: translateY(15%) rotate(30deg);
  transform-origin: top;
}

.carousel__arrow--l:after {
  transform: translateY(-15%) rotate(-30deg);
  transform-origin: bottom;
}

.carousel__arrow--r {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
}

.carousel__arrow--r:before {
  transform: translateY(15%) rotate(-30deg);
  transform-origin: top;
}

.carousel__arrow--r:after {
  transform: translateY(-15%) rotate(30deg);
  transform-origin: bottom;
}

.banner .slick-list, .banner .slick-track {
  width: 100%;
  height: 100%;
}

.item {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  position: relative;
  background: #fff;
  margin-bottom: 2em;
}

.recommended {
  position: absolute;
  top: 2%;
  right: 2%;
  width: 12%;
}

.new {
  color: #f00;
  font-size: 0.88em;
  text-transform: none;
}

.item:hover .nameplate {
  color: #000;
}

.entry__title {
  display: inline-block;
  margin-right: 0.5em;
}

.nameplate {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  transition: all 0.5s;
  padding: 0;
}

.nameplate>*:not(:last-child) {
  margin-bottom: 0.5em;
}

.nameplate__name {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 16px;
}

.nameplate__name a {
  font-size: 24px;
  font-weight: normal;
  text-align: center;
}

.product-presentation {
  align-self: center;
  width: 100%;
}

.product-presentation>*:not(:last-child) {
  margin-bottom: 3rem;
}

.product-name {
  color: #000;
  font-size: 1.7em;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
}

.product-info {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
}

.product-info .entry {
  text-align: left;
}

.product-info .sku {
  font-size: 1.25em;
  text-transform: none;
  margin-bottom: 1em !important;
}

.product-info .variants {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  flex-direction: column;
  font-size: 1em;
  text-transform: none;
}

.product-info .variants .variant {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  display: flex;
  align-items: center;
}

.product-info .variants .variant>*:not(:last-child) {
  margin-right: 1em;
}

.product-info .variants .variant__title {
  color: #000;
}

.amount-conteiner {
  display: flex;
  align-items: center;
}

.amount-conteiner>span {
  cursor: pointer;
}

.amount-conteiner>* {
  min-width: 32px;
  max-width: 46px;
  height: 32px;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  padding: 0 0.1em;
  border: solid 1px #979797;
}

.amount-conteiner>input {
  margin: 0 10px;
  font-size: 14px;
}

.sizes {
  display: flex;
}

.sizes li {
  display: block;
  cursor: pointer;
  text-align: center;
  font-size: 14px;
  color: #000;
  padding: 5px;
  margin: 0 0.15em;
  border: 1px solid #292929;
  border: 1px solid #292929;
}

.sizes li.active, .colors li.active {
  background: rgba(0, 0, 0, 1);
  color: #fff;
}

.view--size-chart {
  cursor: pointer;
  color: #000;
  text-decoration: underline;
  font-size: 12px;
  text-transform: uppercase;
}

.view--size-chart:hover {
  text-decoration: underline;
}

#js-size-chart {
  max-width: 100%;
}

#js-size-chart img {
  width: 100%;
}

.js-size-chart {
  position: fixed;
  display: none;
  width: 80%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -30%);
  background: url(/design/custom/images/sizechart.jpg) no-repeat center top;
  background-size: contain;
  height: 80%;
  max-width: 1024px;
  z-index: 1000;
}

#shopfinder {
  display: flex;
  flex-direction: column-reverse;
}

#shopfinder .filter {
  margin-bottom: 1.5em;
}

#shopfinder select.country, #shopfinder select.city {
  display: block;
  font-size: 18px;
  margin: 1.5em 0;
  height: 30px;
  width: 280px;
  border: solid 1px #000;
  color: #000;
}

.shopfinder .shops {
  width: 100%;
  padding: 4px;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  justify-content: flex-start;
}

.shopfinder .shops .shop {
  margin: 10px 10px 0 0;
  padding: 15px;
  cursor: pointer;
  width: 280px;
  box-sizing: border-box;
  border: solid 1px #000;
}

.shopfinder .shops .shop h2 {
  font-size: 15px;
  text-align: left;
}

.js-viewsize-open .js-size-chart {
  display: block;
}

.close-sizechart {
  width: 45px;
  height: 45px;
  position: absolute;
  right: 15px;
  top: 2px;
  background: #000;
  cursor: pointer;
}

.close-sizechart:before {
  content: '\002715';
  font-size: 2.4375em;
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  display: flex;
  color: #fff;
  justify-content: center;
  align-items: center;
  color: #fff;
  line-height: 0px;
}

.product-info .features {
  font-size: 1em;
  text-transform: none;
  margin-top: 1em;
  align-self: stretch;
}

.product-info .features>*:not(:last-child) {
  margin-bottom: 0.5em;
}

.to-cart {
  align-self: stretch;
}

.to-cart .price__value>*:not(:last-child) {
  margin-right: 0.25em;
}

/* .to-cart .price--compare+.price--actual .price__value {} */

.to-cart .variant-price {
  display: flex;
  text-align: center;
  justify-content: center;
  font-size: 28px;
  margin: 10px auto;
}

.to-cart .variant-price>*:not(:last-child) {
  margin-right: 1em;
}

.price.price--compare {
  opacity: 0.5;
}

.nameplate .to-cart {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  font-size: 16px;
  font-weight: normal;
  text-transform: none;
}

.pricing {
  color: #000000;
  text-align: center;
}

.product-info .to-cart {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-transform: none;
}

.product-info .to-cart>*:not(:last-child) {
  margin-bottom: 1em;
}

.product-info .to-cart .pricing {
  font-size: 28px;
}

.has-no-price {
  font-size: 12px;
}

/* .product-info .to-cart .pricing__cont {} */

.product-info .to-cart .pricing__cont>*:not(:last-child) {
  margin-right: 1em;
}

.whole-login {
  font-size: 12px;
  width: 170px;
  margin-top: 1em;
}

.to-cart-image .l-imagelink {
  padding: 2%;
  background: #fff;
}

.to-cart-image img {
  width: 100%;
  position: static !important;
}

.product-image {
  position: relative;
}

.browsed {
  border: 1px solid #000;
  min-width: 200px;
}

.browsed__title {
  font-size: 1em;
  width: 100%;
}

.browsed__main {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.browsed__main .item {
  border: 1px solid #000;
  width: 120px;
}

.browsed__main .item__image {
  width: 120px;
  height: 150px;
}

.browsed__main img {
  border: 1px solid #000;
}

.product-kits {
  width: 100%;
}

.product-kits__main {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.product-kits__main>*:not(:last-child) {
  margin-bottom: 2em;
}

.product-kits__main .kit {
  width: 100%;
  padding: 1em;
  display: flex;
  flex-direction: column;
}

.product-kits__main .kit>*:not(:last-child) {
  margin-bottom: 1em;
}

.product-kits__main .kit__description {
  text-align: center;
}

.product-kits__main .kit .form--kit {
  display: flex;
  flex-direction: column;
}

.product-kits__main .kit .form--kit>*:not(:last-child) {
  margin-bottom: 2em;
}

.product-kits__main .kit__products {
  justify-content: space-around !important;
  flex-wrap: nowrap !important;
  border: 1px solid #fff;
}

.product-kits__main .kit__products .divider {
  margin: 0.25em 0 0.25em 3%;
  align-self: center;
  font-size: 8rem;
  flex-shrink: 5;
}

.product-kits__main .kit__to-cart {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.product-kits__main .kit__to-cart>*:not(:last-child) {
  margin-bottom: 1em;
}

.product-kits__main .kit__pricing {
  display: flex;
  flex-direction: column;
}

.product-kits__main .kit__pricing>*:not(:last-child) {
  margin-bottom: 1em;
}

.product-kits__main .kit__pricing>* {
  display: flex;
  justify-content: space-between;
}

.product-kits__main .kit .buyme {
  width: 100%;
}

body {
  font-size: 16px;
}

.l-board {
  align-self: stretch;
  position: relative;
}

.l-mixin-shell {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}

.l-mixin-shell>* {
  max-width: 100%;
}

.l-shell {
  width: 100%;
}

.l-shell>* {
  max-width: 100%;
}

.l-core, .l-core--form {
  max-width: 100%;
  align-self: center;
  display: flex;
  flex-direction: column;
}

.l-core>*:not(:last-child), .l-core--form>*:not(:last-child) {
  margin-bottom: 2rem;
}

.l-svg-cont {
  width: 100%;
}

.l-section {
  display: flex;
  flex-direction: column;
  align-self: center;
  max-width: 100%;
}

.l-section>*:not(:last-child) {
  margin-bottom: 2rem;
}

.l-split {
  position: relative;
}

.l-split-product {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-self: stretch;
  position: relative;
}

.l-split-product__l {
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: url(/design/custom/images/no_photo.png) no-repeat 0 0 transparent;
  background-size: 100% auto;
}

.l-split-product__l>*:not(:last-child) {
  margin-bottom: 1em;
}

.l-split-product__l .carousel {
  width: 100%;
}

.formula {
  font-size: 60px;
  font-weight: bold;
}

.catalog__main .formula {
  font-size: 48px;
}

.purchase .formula {
  font-size: 14px;
}

/* .purchase  */

.formula p {
  margin-bottom: 0;
}

.l-split-product__m {
  width: 14.9%;
  flex: none;
  margin-left: 1rem !important;
}

.l-split-product__r {
  padding: 0 1em;
  flex: none;
  position: relative;
  right: 10%;
  min-width: 550px;
  width: 50%;
}

.l-split-product__r>*:not(:last-child) {
  margin-bottom: 0.5rem;
}

/* .related-products {} */

.l-catalog--flex {
  width: 100%;
}

.featured--catalog__main {
  justify-content: space-around !important;
}

.l-top-stripe {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
}

.products-top--left, .products-top--right {
  display: flex;
  justify-content: center;
  align-items: center;
}

.products-top--left {
  padding: 20px;
  background: #c38488;
}

/* .products-top--left h1 {} */

.products-top--right {
  background: rgba(255, 255, 255, 0.75);
  padding: 20px;
  flex: auto;
}

.zoomContainer {
  z-index: 5 !important;
}

.zoomWindowContainer, .zoomWindow {
  width: 100% !important;
  height: 100% !important;
}

.centered {
  text-align: center;
}

.l-image-link img {
  max-width: 100%;
}

.l-box--image {
  position: relative;
}

.l-overlay, .l-box__overlay {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contain-image img {
  max-width: 100%;
  max-height: 100%;
}

.object-fit__cont {
  overflow: hidden;
  height: 100%;
  min-width: 280px;
  min-height: 280px;
  background: url(/design/custom/images/no_photo.png) no-repeat center;
  background-size: contain;
  margin-bottom: 20px;
}

.object-fit__cont img {
  object-fit: cover;
  width: 100%;
  height: auto;
  transition: all 0.7s;
}

.main-preview-catalog li:hover img, .l-catalog--flex>.item:hover img {
  transform: scale(1.1) translate(23px);
}

.object-fit__cont.compat-object-fit img {
  display: none;
}

.object-fit__cont--contain {
  overflow: hidden;
}

.object-fit__cont--contain img {
  object-fit: contain;
}

.object-fit__cont--contain.compat-object-fit img {
  display: none;
}

.compat-object-fit {
  background-size: cover;
  background-position: center center;
}

.compat-object-fit--contain {
  background-size: contain;
  background-position: center center;
}

.rate {
  display: block;
  margin-bottom: 1em!important;
  width: 210px;
  height: 35px;
  background-image: url(/design/custom/images/rate.png);
  background-position: 50% 0;
  background-position: 50% 0;
  background-repeat: no-repeat;
}

.add-comment__window rate {
  cursor: pointer;
}

a.statcounter {
  display: none;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  background: #00000063;
  width: 100%;
  height: 100Vh;
  display: none;
  justify-content: space-around;
  z-index: 2000;
  align-items: center;
}

body.show-popup .popup {
  display: flex;
}

.closebanner {
  position: absolute;
  top: 17px;
  width: 23px;
  cursor: pointer;
  right: 30px;
  height: 23px;
  background: url(/design/custom/images/closebanner.png);
}

.buttons-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.c-menu {
  display: none;
}

ul.pc_menu {
  display: flex;
  align-items: center;
}

ul.pc_menu li {
  display: flex;
  align-items: center;
  padding: 0px 10px;
}

ul.pc_menu li a {
  padding-bottom: 5px;
  font-size: 16px;
  border-bottom: 1px solid transparent;
  position: relative;
  top: 2px;
}

ul.pc_menu li.active a, ul.pc_menu li:hover a {
  border-bottom: 1px solid;
}

@media (max-width: 1130px) {
  div#menu_pc {
    align-items: center;
  }
  div#menu_pc a {
    font-size: 14px;
  }
  div#menu_pc ul.menu_sub_pc{
    padding-top: 12px;
  }
}

@media (max-width: 1025px) {
  .toolbar {
    display: flex;
  }
  ul.pc_menu {
    display: none;
  }
  div#menu_pc {
    display: none;
  }
}

@media only screen and (min-width: 30em) {
  #p-main .description {
    width: 100%;
  }
  #p-main .tiles {
    display: flex;
    justify-content: space-between;
  }
  #p-main .tiles--l, #p-main .tiles--r {
    flex-basis: 50%;
  }
  #p-main .tiles--r .menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  #p-main .tiles--r .menu>li:not(:nth-child(2n + 1)) {
    margin-left: 0;
  }
  #p-main .tiles--r .menu>li {
    width: 50%;
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  table.tab-features-table {
    width: 100%;
  }
  .tabs-item {
    padding: 20px 0px;
  }
}

@media only screen and (min-width: 48em) {
  .toolbar .menu--main {
    width: 440px;
    transform: translateX(-440px);
  }
}

@media only screen and (min-width: 56.25em) {
  .form--textFields .fields-block {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .form--textFields .fields-block>div:not(:nth-child(2n + 1)) {
    margin-left: 0;
  }
  .form--textFields .fields-block>div {
    width: 100%;
    margin-bottom: 1em;
  }
}

@media screen and (min-width: 64em) {
  #p-page, #p-main, #p-brands, #p-blog, #p-post, #p-feedback, #p-cart, #p-order, #p-login, #p-user, #p-register, #p-comments, #p-password-remind, #p-wholesaleorder, #p-shopfinder, #p-products, #p-product {
    padding: 20px
  }
  form.form--search.js-search-form {
    justify-content: space-around;
    align-items: center;
    display: flex;
  }
  .button--toolbar {
    display: none;
  }
  .l-split-product__r {
    position: sticky;
    position: -webkit-sticky;
    top: 50px;
    align-self: start;
    right: 20px;
    min-width: 550px;
  }
  .purchase.only {
    display: flex;
  }
  .purchase.only>* {
    padding: 0;
  }
  .purchase__amount {
    min-width: 120px;
    text-align: center;
    justify-content: center;
  }
  .c-menu .menu-level-1>li {
    position: relative;
  }
  .c-menu .menu-level-1>li>a {
    color: #fff;
    padding: 30px 14px;
    text-transform: uppercase;
    font-size: 14px;
  }
  .c-menu .menu-level-1>li>a:hover, .c-menu .menu-level-1>li.is-current>a {
    text-decoration: none;
    background: #ffd73d;
    color: #292929;
  }
  .c-menu ul.menu-level-2 {
    display: none;
  }
  .c-menu .menu-level-1 li:hover>ul.menu-level-2 {
    display: block;
    position: absolute;
    background: #292929;
    padding: 20px;
    min-width: 254px;
    max-width: 318px;
    width: 100%;
    top: 99%;
    left: 0;
  }
  .c-menu .menu-level-1 ul.menu-level-2 a {
    color: #fff;
    padding: 8px 0;
  }
  .c-menu .menu-level-1 ul.menu-level-2 a:hover {
    text-decoration: underline;
  }
  .c-info {
    display: grid;
  }
  h2.headmain {
    transform: translateX(-52%);
  }
  .l-split-product__l {
    width: 45%;
    flex: none;
  }
  .footer__m {
    max-width: 100%;
    margin: 0 auto;
  }
  .menu--footer {
    min-width: 260px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .banner .button--to-catalog {
    left: 60px;
    bottom: 60px;
  }
  .is-fixed {
    visibility: initial !important;
  }
  .motto {
    position: absolute;
    top: 50%;
    left: 75%;
    width: 5em;
    transform: translate(-50%, -50%);
  }
  html {
    font-size: 1vw;
  }
  .banner.font-controller {
    font-size: 1vw;
  }
  .products-top {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .products-top--left {
    width: 35em;
  }
  .l-core--form {
    width: 500px;
  }
  .main-preview-catalog, .main-preview-catalog ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
  }
  .main-preview-catalog li {
    width: 48%;
  }
  .footer__r {
    flex-basis: 300px;
  }
  .banner {
    position: relative;
    margin-top: -50px;
  }
  .banner:before {
    height: 0;
    padding-bottom: 53%;
    content: '';
    display: block;
  }
  .banner>* {
    position: absolute;
  }
  .banner .bg-slider {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
  }
}

@media only screen and (min-width: 64em) and (max-width: 75em) {
  .lof {
    min-width: 80px;
  }
}

@media screen and (min-width: 75em) {
  .object-fit__cont {
    width: 360px;
    height: 360px;
    background-size: cover;
  }
  .search .form--search {
    display: flex;
  }
  div#p-feedback .l-main {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-column-gap: 2em;
  }
  div#p-feedback .l-main>* {
    align-self: start;
  }
  .c-info {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media only screen and (max-width: 63.99em) {
  .search .form--search {
    display: none;
    height: 0px;
    transition: all 0.5s;
  }
  .work_time {
    display: none;
  }
  .header>div {
    padding: 0 10px;
  }
  .banner .slick-slide {
    display: block;
    background-position: center top!important;
  }
  .purchase {
    justify-content: space-between;
  }
  .comments--latest .latest-comment {
    width: 400px;
    flex-direction: column;
  }
  .comments--latest .latest-comment:not(.no-image) .l-core {
    margin-top: -200px;
  }
  .no-image .latest-comment__aimg {
    display: none;
  }
  .post-short {
    width: 400px;
    flex-direction: column;
  }
  .search .form--search {
    position: absolute;
    background: #292929;
    width: 100%;
    top: 68px;
    left: 0;
    padding: 10px;
  }
  .logo {
    width: 90px;
  }
  .lof {
    margin: 0 auto;
    width: 100%;
  }
  .menu--footer {
    width: 100%;
    margin: 0.5em auto;
  }
  .toolbar .menu--main {
    flex-direction: column;
  }
  .toolbar .menu--main>ul.menu-level-1:last-child {
    padding-top: 0;
  }
  .toolbar .menu--main>ul.menu-level-1:first-child {
    padding-bottom: 0;
  }
  .menu--additional {
    display: none;
  }
  #p-main .tiles {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .footer {
    padding: 0.5em 1em;
  }
  .carousel--hor.album__images .slide .l-box--image {
    position: relative;
  }
  .carousel--hor.album__images .slide .l-box--image:before {
    height: 0;
    padding-bottom: 100%;
    content: '';
    display: block;
  }
  .product-kits__main .kit__products .divider {
    display: none;
  }
}

@media only screen and (max-width: 56.1875em) {
  .form--textFields .fields-block {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .form--textFields .fields-block>*:not(:last-child) {
    margin-bottom: 2rem;
  }
  .form--textFields .fields-block .field {
    width: 100%;
  }
  .form--textFields .button--confirm, .form--textFields .button--captcha-confirm {
    width: 100%;
  }
  .header__top {
    flex-direction: column;
  }
  .l-core--form {
    width: 400px;
  }
  .l-split-product__r {
    right: 0%;
    min-width: 350px;
    width: 100%;
    margin-left: 0%;
  }
}

@media only screen and (max-width: 31.1875em) {
  .confirm>*:not(:last-child) {
    margin-bottom: 0.5em;
  }
  .confirm .button--captcha-confirm, .confirm .button--confirm {
    width: 100%;
    margin-left: 0 !important;
  }
  .menu--footer:last-child {
    flex: auto;
  }
  .purchase {
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
  }
  .purchase>* {
    flex-wrap: wrap;
    justify-content: center;
  }
  .purchase__total-price {
    display: none;
  }
  .home-s {
    height: calc(100vh - 10px);
    justify-content: flex-start;
    padding-top: 2em;
  }
  .home-s h2 {
    font-size: 2em;
  }
}

@media only screen and (min-width: 25em) and (max-width: 79.9375em) {
  .comments--latest .latest-comment {
    width: 730px;
  }
}

@media only screen and (min-width: 37.5em) {
  .comments--latest .latest-comment .l-core {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
}

@media only screen and (min-width: 48em) {
  .bg-b {
    padding: 30% 100px 0;
    min-height: 600px;
  }
  .bg-b h2 {
    padding: 30px;
    transform: translateX(100px);
  }
  .grey-bg {
    transform: translateX(-11px);
  }
  .grey-img {
    transform: translate(-11px, 50px);
  }
  .toolbar .menu--main>ul.menu-level-1 {
    max-width: 100%;
    width: 100%;
    padding: 0 0 0 1em;
  }
  body.open-menu {
    position: fixed;
    width: 100%;
  }
  .feedback {
    max-width: 650px !important;
  }
  .scroll-up {
    right: 50px;
  }
  /*   .footer {} */
  .l-wrapper {
    width: 100%;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
  }
  .header {
    width: 100%;
  }
  .toolbar {
    flex-direction: column;
    justify-content: center;
  }
  /*   .search {
    margin-left: 10px;
  } */
}

@media only screen and (min-width: 31.25em) {
  .comments--latest .latest-comment .l-core {
    width: 31.25em;
    height: 15em;
  }
}

@media only screen and (max-width: 29.9375em) {
  .comment {
    align-items: center;
    flex-direction: column;
  }
  .comment>*:not(:last-child) {
    margin-bottom: 2rem;
  }
  .comment__header {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .comment__reply {
    margin-left: auto;
    margin-right: auto;
  }
  .footer__m {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

@media only screen and (max-width: 26.1875em) {
  .cart-informer__text {
    display: none;
  }
  .account span:first-of-type {
    display: none;
  }
}

@media only screen and (max-width: 79.9375em) {
  .toolbar__main {
    justify-content: space-between;
  }
  .footer__t {
    flex-wrap: wrap;
  }
  .l-split-product__m {
    display: none;
  }
}

@media screen and (min-width: 0em) and (max-width: 34.9em) {
  #p-page .tiles ul.menu-level-2, #p-blog .tiles ul.menu-level-1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    justify-content: space-around;
  }
  #p-page .tiles ul.menu-level-2>li:not(:nth-child(1n + 1)), #p-blog .tiles ul.menu-level-1>li:not(:nth-child(1n + 1)) {
    margin-left: 0;
  }
  #p-page .tiles ul.menu-level-2>li, #p-blog .tiles ul.menu-level-1>li {
    width: 100%;
    margin-bottom: 0;
  }
  .browsed__main {
    height: 320px;
    overflow: scroll;
  }
  .product-kits__main .kit__products {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .product-kits__main .kit__products>.item:not(:nth-child(2n + 1)) {
    margin-left: 3%;
  }
  .product-kits__main .kit__products>.item {
    width: 48.5%;
    margin-bottom: 1em;
  }
  .l-catalog--flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .l-catalog--flex>.item:not(:nth-child(1n + 1)) {
    margin-left: 2%;
  }
  .l-catalog--flex>.item {
    width: 100%;
  }
  .main-preview-catalog {
    display: flex;
    flex-direction: column;
  }
  .m-bg-p {
    background-position: -300px 0;
  }
  .dm-f-img-2 img {
    margin-top: 0;
    max-width: 100%;
  }
}

@media screen and (min-width: 34.9em) and (max-width: 49.9375em) {
  #p-page .tiles ul.menu-level-2, #p-blog .tiles ul.menu-level-1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    justify-content: space-around;
  }
  #p-page .tiles ul.menu-level-2>li:not(:nth-child(2n + 1)), #p-blog .tiles ul.menu-level-1>li:not(:nth-child(2n + 1)) {
    margin-left: 0;
  }
  #p-page .tiles ul.menu-level-2>li, #p-blog .tiles ul.menu-level-1>li {
    width: 50%;
    margin-bottom: 0;
  }
  .l-catalog--flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .l-catalog--flex>.item:not(:nth-child(2n + 1)) {
    margin-left: 2%;
  }
  .l-catalog--flex>.item {
    width: 49%;
  }
}

@media screen and (min-width: 50em) and (max-width: 79.9375em) {
  #p-page .tiles ul.menu-level-2, #p-blog .tiles ul.menu-level-1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    justify-content: space-around;
  }
  #p-page .tiles ul.menu-level-2>li:not(:nth-child(3n + 1)), #p-blog .tiles ul.menu-level-1>li:not(:nth-child(3n + 1)) {
    margin-left: 0;
  }
  #p-page .tiles ul.menu-level-2>li, #p-blog .tiles ul.menu-level-1>li {
    width: 33.333333333333336%;
    margin-bottom: 0;
  }
  .l-catalog--flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .l-catalog--flex>.item:not(:nth-child(3n + 1)) {
    margin-left: 0;
  }
  .l-catalog--flex>.item {
    width: 31%;
  }
  ul.p-slide li img {
    min-height: 456px;
  }
}

@media screen and (min-width: 79em) {
  .menu-p {
    display: none;
  }
  .menu-p ul {
    display: flex;
    justify-content: space-between;
  }
  .menu-p ul li a {
    padding: 8px;
  }
  .filter--colors {
    max-width: calc(100% - 750px);
  }
  .main-f-t2 {
    display: flex;
    justify-content: space-between;
  }
  .bg-b {
    width: 48%;
    padding: 10% 100px 0;
  }
  .benefits {
    width: 48%;
  }
  .menu--footer {
    min-width: 300px;
  }
  .grey-bg {
    padding-left: 100px;
    transform: none;
  }
  .grey-bg h2 {
    padding-left: 37%;
  }
  article.descriptionpage>div {
    width: 48%;
  }
  .l-split-product__r {
    min-width: 500px;
  }
  .banner .button--to-catalog {
    left: 100px;
    bottom: 100px;
  }
  ul.p-slide li img {
    min-height: 540px;
  }
  lastCollection #p-page .tiles ul.menu-level-2, #p-blog .tiles ul.menu-level-1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    justify-content: space-around;
  }
  #p-page .tiles ul.menu-level-2>li:not(:nth-child(4n + 1)), #p-blog .tiles ul.menu-level-1>li:not(:nth-child(4n + 1)) {
    margin-left: 0;
  }
  #p-page .tiles ul.menu-level-2>li, #p-blog .tiles ul.menu-level-1>li {
    width: 25%;
    margin-bottom: 0;
  }
  .l-catalog--flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .l-catalog--flex>.item:not(:nth-child(4n + 1)) {
    margin-left: 0;
  }
  .l-catalog--flex>.item {
    width: 31%;
    position: relative;
  }
  .comments--latest .latest-comment {
    width: 45%;
  }
  #p-page, #p-main, #p-brands, #p-blog, #p-post, #p-feedback, #p-cart, #p-order, #p-login, #p-user, #p-register, #p-comments, #p-password-remind, #p-wholesaleorder, #p-shopfinder, #p-products, #p-product, .p-main {
    padding: 16px;
  }
  .is-fixed .toolbar__main, .is-fixed .toolbar-menu {
    display: flex !important;
  }
  .l-split-product__r {
    right: 100px;
  }
}

@media screen and (min-width: 85em) {}

@media only screen and (max-width: 63.9375em) {
  .banner {
    height: 25em;
  }
  .banner .bg-slider {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
  }
  .motto {
    font-size: 2em;
    text-align: center;
    padding: 0.5em;
    background: rgba(255, 255, 255, 0.4);
    border: 1px solid #fff;
  }
  html {
    font-size: 1vw;
  }
  .banner.font-controller {
    font-size: 16px;
  }
  .l-board {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
  }
}

@media only screen and (min-width: 37.5em) and (max-width: 49.9375em) {
  .carousel--hor.album__images .slide .l-box--image {
    position: relative;
  }
  .carousel--hor.album__images .slide .l-box--image:before {
    height: 0;
    padding-bottom: 80%;
    content: '';
    display: block;
  }
}

@media screen and (min-width:100em) {
  .grey-bg:before {
    width: 80%;
  }
}

@media screen and (max-width:30em) {
  .l-split-product {
    flex-direction: column;
  }
  .l-split-product>*:not(:last-child) {
    margin-bottom: 1em;
  }
  .l-split-product__r {
    right: 0%;
    min-width: 0;
    width: 100%;
    margin-left: 0%;
  }
  .filters__buttons {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .banner {
    height: 17em;
    margin-top: 30px;
  }
  .banner .button--to-catalog {
    transform: scale(0.7) translate(-30px, 40px);
    left: 0px;
    bottom: 40px;
  }
  .grey-bg:before {
    top: 0;
    width: 100%;
  }
  .main-f-t {
    margin-top: 30px;
  }
  .grey-img {
    margin-top: 50px;
  }
  span.s-phone {
    display: none;
  }
  #l-main p.dm-f-p-4 {
    font-size: 3vh;
  }
  #l-main p.dm-f-p-3 {
    font-size: 3.5vh;
  }
  .m-bg-p {
    margin: 0;
  }
  .l-split-product__r {
    padding: 1em 2em;
  }
  .product-info .to-cart .pricing__cont {
    text-align: left;
    position: relative;
    right: 0;
    top: 0;
    width: 100%;
    font-size: 25px;
  }
  .whole-login {
    font-size: 14px;
    width: 100%;
  }
  .view--size-chart {
    font-size: 14px;
    margin: 1em 0;
  }
  .button--buyme {
    justify-content: center;
  }
  span.collname {
    padding-right: 0;
    width: 100%;
    display: block;
    text-align: left;
  }
  .description__main {
    padding-top: 0;
  }
  .toolbar .menu--main>ul.menu-level-1>li {
    padding: 5px 0;
  }
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-item {
  position: relative;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  transition: -webkit-transform .6s ease;
  transition: transform .6s ease;
  transition: transform .6s ease, -webkit-transform .6s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.carousel-item-next, .carousel-item-prev, .carousel-item.active {
  display: block;
}

.carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
  transform: translateX(0);
  transform: translate3d(0, 0, 0);
}

.carousel-item-next, .active.carousel-item-right {
  transform: translateX(100%);
  transform: translate3d(100%, 0, 0);
}

.carousel-item-prev, .active.carousel-item-left {
  transform: translateX(-100%);
}

.carousel-indicators {
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  margin-top: 20px;
  list-style: none;
}

.carousel-indicators li {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: rgba(194, 194, 194, 0.5);
}

.carousel-indicators .active {
  background-color: #ffd73d;
}