html {
  min-height: 100vh;
}

html.is-hidden {
  overflow: hidden;
}

body {
  opacity: 1;
  background: #fff;
  font-family: 'Lato', Arial, Verdana, Tahoma, sans-serif;
  font-size: 16px;
  line-height: 1.3;
  color: #1B1A19;
  min-height: 100vh;
}
.show-mobile.main-btn.product-item_add-cart {
  display: none;
}
.global-wrapper {
  min-width: 320px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  min-height: 100vh;
}

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

input {
  background: none;
  border: 0;
  margin: 0;
  padding: 0;
  outline: none !important;
}

@media not all and (min-resolution: 0.001dpcm) {
  select:focus, textarea:focus, input:focus {
    -webkit-appearance: none;
  }
  select:active, input:active, textarea:active {
    -webkit-appearance: none;
  }
  input, textarea, select {
    -webkit-appearance: none;
  }
  select:focus, textarea:focus, input:focus {
    font-size: 16px;
  }
  select:active, input:active, textarea:active {
    font-size: 16px;
  }
  input, textarea, select {
    font-size: 16px;
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

p {
  font-weight: 300;
  line-height: 1.8;
  margin-bottom: 1em;
}

a {
  text-decoration: none;
  color: inherit;
}

a:not([class]) {
  color: #E88910;
  border-bottom: 1px solid #E88910;
  transition: border-bottom-color .3s;
}

a:not([class]):hover {
  border-bottom-color: transparent;
}

::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  right: 0;
}

body a:hover, body a:active, body a:focus {
  text-decoration: none;
  outline: 0;
}

input:focus {
  border: none;
  outline: none;
}

button {
  -webkit-appearance: button;
  cursor: pointer;
}

button:focus {
  outline: none;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
  background-color: transparent !important;
}

html input[type="button"] {
  -webkit-appearance: button;
  cursor: pointer;
}

input {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

input[type="hidden"] {
  display: none;
}

button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

ul:not([class]) {
  margin: 0 0 1em;
  list-style-type: disc;
  padding-left: 15px;
}

ul:not([class]) li {
  margin-bottom: 5px;
}

ul:not([class]) li:last-child {
  margin-bottom: 0;
}

ol:not([class]) {
  margin: 0 0 1em;
  padding-left: 15px;
  list-style-type: decimal;
}

ol:not([class]) li {
  margin-bottom: 5px;
}

ol:not([class]) li:last-child {
  margin-bottom: 0;
}

.like-h1, .main-title {
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.2;
  color: #FFF4AA;
  margin-top: 0;
  margin-bottom: 1em;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.75);
  text-align: center;
}

.like-h2, .section-title {
  font-size: 2.375rem;
  font-weight: 400;
  font-family: "Montserrat";
  line-height: 1;
  margin-bottom: .5em;
}

.like-h2 small, .section-title small {
  display: block;
  margin-top: .3em;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.6;
}

.white-title {
  color: #fff;
}

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

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

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

.text-upper {
  text-transform: uppercase;
}

.min {
  display: block;
}

.col-mod-left {
  padding-left: 0;
}

.col-mod-right {
  padding-right: 0;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  ::i-block-chrome, .row {
    display: block;
  }
  ::i-block-chrome, .row:after {
    content: '';
    display: table;
    height: 0;
    clear: both;
  }
}

@media (min-resolution: 0.001dpcm) {
  _:-o-prefocus .row, body .row {
    display: block;
  }
  _:-o-prefocus .row:after, body .row:after {
    content: '';
    display: table;
    height: 0;
    clear: both;
  }
}

[class^="col-"] {
  float: left;
}

@media all and (min-width: 0\0) and (min-resolution: 0.001dpcm) {
  .row:after {
    content: '';
    display: table;
    height: 0;
    clear: both;
  }
}

@font-face {
  font-family: 'Lato';
  src: url("../fonts/Lato-Regular/Lato-Regular.woff2") format("woff2"), url("../fonts/Lato-Regular/Lato-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Lato';
  src: url("../fonts/Lato-Medium/Lato-Medium.woff2") format("woff2"), url("../fonts/Lato-Medium/Lato-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Lato';
  src: url("../fonts/Lato-SemiBold/Lato-SemiBold.woff2") format("woff2"), url("../fonts/Lato-SemiBold/Lato-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Lato';
  src: url("../fonts/Lato-Bold/Lato-Bold.woff2") format("woff2"), url("../fonts/Lato-Bold/Lato-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Lato';
  src: url("../fonts/Lato-Light/Lato-Light.woff2") format("woff2"), url("../fonts/Lato-Light/Lato-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Times';
  src: url("../fonts/Times/TimesNewRomanPSMT.woff2") format("woff2"), url("../fonts/Times/TimesNewRomanPSMT.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-Regular/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular/Montserrat-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "rouble";
  src: url("../fonts/rouble.otf") format("opentype");
}

.rouble {
  font-family: "rouble";
}

@font-face {
  font-family: 'ico-icon';
  src: url("../fonts/icons/ico-icon.ttf?afbcla") format("truetype"), url("../fonts/icons/ico-icon.woff?afbcla") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="ico-"], [class*=" ico-"] {
  font-family: 'ico-icon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ico-exit:before {
  content: "\e911";
  color: #be890f;
}

.ico-email:before {
  content: "\e910";
}

.ico-clip:before {
  content: "\e90f";
}

.ico-clock:before {
  content: "\e90e";
}

.ico-check .path1:before {
  content: "\e90c";
  color: #f9cd66;
}

.ico-check .path2:before {
  content: "\e90d";
  margin-left: -1em;
  color: white;
}

.ico-share:before {
  content: "\e90b";
}

.ico-cart-2:before {
  content: "\e90a";
}

.ico-fav:before {
  content: "\e909";
  color: #e01919;
}

.ico-arrow:before {
  content: "\e908";
}

.ico-adress:before {
  content: "\e900";
}

.ico-cart:before {
  content: "\e901";
}

.ico-close:before {
  content: "\e902";
}

.ico-heart:before {
  content: "\e903";
}

.ico-key:before {
  content: "\e904";
}

.ico-phone:before {
  content: "\e905";
}

.ico-search:before {
  content: "\e906";
}

.ico-user:before {
  content: "\e907";
}

.bg-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 90;
}

.wrapper-loader {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 1000;
}

.logo-loader {
  width: 170px;
  height: 130px;
  background: url(../img/static/logo-2.png) no-repeat center top;
  background-size: contain;
  margin-bottom: 1em;
  animation: pulse 2s linear infinite;
}

.loader-content {
  width: 310px;
  height: 5px;
  background: #EDEDED;
  border-radius: 200px;
}

#nprogress .bar {
  background: #E88910;
  height: 100%;
}

@keyframes pulse {
  0% {
    opacity: .2;
    transform: scale(0.9);
  }
  50% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: .2;
    transform: scale(0.9);
  }
}

/*****HEADER*****/
.ui-header {
  position: relative;
  background: url(../img/bg3-head.jpg) no-repeat center top;
  background-size: cover;
  z-index: 110;
    background-position-y: -18px;
}

.ui-header:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
    background: linear-gradient(180deg, rgb(0 0 0 / 21%) 23.43%, rgba(0, 0, 0, 0) 115.88%);
  z-index: -1;
}

.ui-header.is-overflow {
  overflow-y: scroll;
}

.head_top-panel {
  background: linear-gradient(180deg, #FFED8E 0%, #FFB31E 100%);
  border-radius: 0px 0px 8px 8px;
  font-size: .875rem;
  height: 40px;
}

@media(min-width: 992px){
  .head_top-panel .col-lg-8{
    flex: 0 0 65.666667%;
    max-width: 65.666667%;
  }
  .head-logo a {
    display: inline-block;
    height: 97.54px;
  }
}

.head_log-register li {
  padding: 0;
  /* margin: 15px .6em; */
}
.head_top-panel .right-column {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
  padding-left: 0;
}

.head_top-menu {
  display: flex;
  justify-content: space-between;
  padding: 0 0% 0 0em;
  margin: 0 .2em;
  /* height:100%; */
}

.head_top-menu a {
  height:100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: inherit;
  border-bottom: none;
  min-height: 35px;
  padding: .2em 1em;
  transition: background .3s;
}

.head_top-menu a:hover {
  background: #FEF3C1;
}

.head_log-register {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 -.6em;
  padding-right: .7em;
}

.head_log-register li {
  padding: 0;
  /* margin: 15px .6em; */
}

.head_log-register a {
  display: flex;
  align-items: center;
  color: inherit;
  border-bottom: none;
  padding: .2em 0;
  transition: background .3s, color .3s;
}

.head_log-register a:hover {
  color: #E88910;
}

.head_log-register [class^="ico-"] {
  margin-right: 6px;
  font-size: 1.5rem;
  color: #BE890F;
}

.head_log-register .ico-exit {
  font-size: 1.25rem;
}

.head_switch-box {
  display: flex;
  flex: 0 0 auto;
  padding-right: 1.2em;
  justify-content: center;
}

.switch-currency {
  position: relative;
  padding: 0 .7em;
  margin:0 .6em;
}

.currency-label {
  display: flex;
  align-items: center;
  padding-right: 22px;
  position: relative;
  cursor: pointer;
}

.currency-label:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-top: 7px solid #000;
  position: absolute;
  top: 6px;
  right: 0;
  transform-origin: 50% 25%;
  transition: transform .3s;
}

.currency-label.is-active:after {
  transform: rotate(-180deg);
}

.currency-list {
  display: none;
  position: absolute;
  top: 110%;
  left: 0;
  background: #ffdd88;
  width: 100%;
  z-index: 50;
}

.currency-list li {
  cursor: pointer;
  border-bottom: 1px solid #fff;
  transition: background .3s;
}

.currency-list li:last-child {
  border-bottom: none;
}

.currency-list li.active {
  pointer-events: none;
  background: #b86d0d;
}

.currency-list a {
  display: block;
  color: inherit;
  border-bottom: none;
  padding: .7em;
  transition: background .3s;
}

.currency-list a:hover {
  background: #f1a13a;
}

.switch-language {
  position: relative;
  padding: 0 .7em;
  margin:0 .6em;
}

.switch-language .language-label {
  display: flex;
  align-items: center;
  padding-right: 22px;
  position: relative;
  cursor: pointer;
  text-transform: uppercase;
}

.switch-language .language-label:after {
  content: '';
  display: block;
  border: 6px solid transparent;
  border-top: 7px solid #000;
  position: absolute;
  top: 6px;
  right: 0;
  transform-origin: 50% 25%;
  transition: transform .3s;
}

.switch-language .language-label.is-active:after {
  transform: rotate(-180deg);
}

.switch-language_icon {
  display: block;
  margin-right: 11px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
}

.switch-language_icon img {
  display: block;
}

.switch-language_list {
  display: none;
  position: absolute;
  top: 110%;
  left: 0;
  background: #ffdd88;
  width: 100%;
  z-index: 50;
}

.switch-language_list li {
  cursor: pointer;
  border-bottom: 1px solid #fff;
  transition: background .3s;
}

.switch-language_list li:last-child {
  border-bottom: none;
}

.switch-language_list li.active {
  pointer-events: none;
  background: #b86d0d;
}

.switch-language_list a {
  display: flex;
  align-items: center;
  color: inherit;
  border-bottom: none;
  padding: .7em;
  transition: background .3s;
}

.switch-language_list a:hover {
  background: #f1a13a;
}

.main-head {
  padding-top: 1.5em;
}

.main-head .left-column {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-right: 0;
  position: relative;
}

.main-head [class^="ico-"] {
  color: #F9CD66;
  font-size: .7rem;
}

.main-head .right-column {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 23px;
}

.main-head .main-btn {
  min-width: 235px;
  font-size: .875rem;
  font-weight: 400;
  text-transform: none;
}

.main-head .messengers-list {
  position: absolute;
  left: 101%;
  /* top: 28px; */
  flex: 24px 0 0;
  z-index: 5;
}

.main-head .messengers-list li:last-child {
  margin-bottom: 0;
}

.head-adress {
  flex: 50% 0 0;
  display: flex;
  color: #FFF4AA;
  font-size: 1.3125rem;
  font-weight: 800;
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.58);
}

.head-adress .ico-adress {
  position: relative;
  top: 9px;
  margin-right: 7px;
}
.head-adress a {
  color: #FFF4AA;
  text-decoration: none;
  border-bottom: 0;
}

.head_phone-number {
  position: relative;
  padding-left: 30px;
  font-size: 1.4125rem;
}

.head_phone-number .ico-phone {
  position: absolute;
  top:50%;
  transform: translateY(-50%);
  left: 5px;
}

.head_phone-number a {
  color: #FFF4AA !important;
  border-bottom: none !important;
  font-weight: 800 !important;
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.58);
  display:block;
}
@media(max-width:992px){
  .head_phone-number a{
    display: block;
    margin:3px 3px;
  }
}
.head-nav_panel .head_phone-number a{
  color:#000 !important;
}
.head-logo {
  position: relative;
  top: -10px;
  text-align: center;
}

.head-logo a {
  border-bottom: none;
}

.head-logo img {
  max-width: 257px;
}

.head-fav {
  position: relative;
  color: #FFF4AA;
  border-bottom: none;
  padding-left: 40px;
  transition: color .3s;
}

.head-fav:hover {
  color: #895109;
}

.head-fav:hover .ico-heart {
  color: #895109;
}

.head-fav .ico-heart {
  position: absolute;
  top: 10px;
  left: 0;
  font-size: 1.7rem;
  transition: color .3s;
}

.head-fav .text {
  color: #FFF4AA;
  font-size: 16px;
  display: block;
}

.head-fav_number {
  font-size: 1.125rem;
}

.head-basket {
  position: relative;
  color: #FFF4AA;
  border-bottom: none;
  padding-left: 47px;
  transition: color .3s;
}

.head-basket:hover {
  color: #895109;
}

.head-basket:hover .ico-cart {
  color: #895109;
}

.head-basket .ico-cart {
  position: absolute;
  top: 10px;
  left: 0;
  font-size: 1.7rem;
  transition: color .3s;
}

.head-basket .text {
  color: #FFF4AA;
    font-size: 16px;
  display: block;
}

.head-basket_number {
  font-size: 1.125rem;
}

.main-head_bottom-row {
  margin-top: -27px;
  margin-bottom: 1.5em;
  align-items: flex-end;
}

.main-head_bottom-row .like-h1 {
  margin-bottom: 0;
}

.main-head_bottom-row .right-column {
  display: flex;
  justify-content: flex-end;
  position: relative;
}

.search-dropdown {
  display: none;
  background: #fff;
  padding: .8em 1.7em;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.07);
  border: 1px solid #D9D9D9;
  position: absolute;
  width: 375px;
  top: calc(100% + 15px);
  right: 15px;
  z-index: 80;
}

.search-product_list li {
  padding: .7em 0;
}

.search-product_item {
  display: flex;
}

.search-product_item-img {
  flex: 53px 0 0;
  max-width: 53px;
  height: 53px;
  padding: .2em;
  border: 1px solid #F4F2F2;
}

.search-product_item-img a {
  border-bottom: none;
  color: inherit;
}

.search-product_item-img img {
  max-width: 100%;
  max-height: 100%;
}

.search-product_item-desc {
  flex: 1 0 0;
  padding-left: 1em;
}

.search-product_item-title {
  display: block;
  font-size: .8125rem;
  color: #405179;
  margin-bottom: .5em;
}

.search-product_item-title .text {
  font-weight: 300;
  color: #1B1A19;
}

.search-product_item-title a {
  color: inherit;
  border-bottom: none;
  transition: color .3s;
}

.search-product_item-title a:hover {
  color: #E88910;
}

.search-product_item-code {
  display: block;
  font-size: .75rem;
  font-weight: 700;
  margin-bottom: .5em;
}

.search-product_item-price {
  font-size: .8125rem;
  font-weight: 700;
  margin-bottom: .5em;
}

.all-result_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: .2em 1em;
  background: #F5F3F3;
  height: 48px;
  color: #A5A5A5;
  font-size: .8125rem;
  font-weight: 500;
  transition: background .3s, color .3s;
}

.all-result_btn:hover {
  background: #E88910;
  color: #fff;
}

.form-search {
  position: relative;
  color: #fff;
  max-width: 304px;
  width: 100%;
}

.form-search_input {
  width: 100%;
  height: 35px;
  font-size: .875rem;
  border: 1px solid #F5F3F3;
  border-radius: 5px;
  padding: 0 3em 0 1em;
  transition: border .3s;
}

.form-search_input::-webkit-input-placeholder {
  color: #fff;
}

.form-search_input::-moz-placeholder {
  color: #fff;
}

.form-search_input::input-placeholder {
  color: #fff;
}

.form-search_input:focus {
  border: 1px solid #E88910;
}

.wrapper_form-search_submit {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 100%;
}

.wrapper_form-search_submit:hover .ico-search {
  color: #9B51E0;
}

.wrapper_form-search_submit .ico-search {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 0;
  bottom: 0;
  color: #fff;
  right: 10px;
  font-size: 1.2rem;
  margin: auto;
  transition: color .3s;
}

.form-search_submit {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}

.main-btn {
  display: inline-block;
  min-width: 240px;
  height: 35px;
  font-size: .75rem;
  line-height: 35px;
  border: none;
  background-image: linear-gradient(180deg, #FEE369 0%, #F09000 100%);
  border-radius: 5px;
  position: relative;
  padding: 0 1em;
  font-weight: 500;
  text-align: center;
  transition: background .3s;
  white-space: nowrap;
  text-transform: uppercase;
  z-index: 1;
  cursor: pointer;
}

.main-btn .ico-arrow {
  color: #000;
  margin-left: 6px;
  font-size: 1.6rem;
  position: relative;
  top: 6px;
}

.main-btn:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, #FFED8E 0%, #FFB31E 100%);
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity .3s, background .3s;
  z-index: -1;
}

.main-btn:hover:before {
  opacity: 1;
}

.main-btn:active {
  border-top: 1px solid transparent;
}

.main-btn:active:before {
  box-shadow: inset 1px 2px 0 #9a7e01;
}

.main-btn_mod {
  display: inline-block;
  min-width: 240px;
  height: 35px;
  font-size: .75rem;
  line-height: 35px;
  border: 1px solid #E88910;
  background: transparent;
  border-radius: 5px;
  font-weight: 500;
  color: #E88910;
  position: relative;
  padding: 0 1em;
  text-align: center;
  transition: background .3s;
  white-space: nowrap;
  text-transform: uppercase;
  z-index: 1;
}

.main-btn_mod .ico-arrow {
  color: #000;
  margin-left: 6px;
  font-size: 1.6rem;
  position: relative;
  top: 6px;
  transition: color .3s;
}

.main-btn_mod:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(360deg, #FEE369 0%, #F09000 100%);
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity .3s, background .3s;
  z-index: -1;
}

.main-btn_mod:hover {
  color: #fff;
}

.main-btn_mod:hover:before {
  opacity: 1;
}

.main-btn_mod:active {
  border-top: 1px solid transparent;
}

.main-btn_mod:active:before {
  box-shadow: inset 1px 2px 0 #9a7e01;
  background: linear-gradient(to bottom, #F09000 0%, #FEE369 50%, #F09000 100%);
}

.head_close-btn {
  margin-left: .5em;
  font-size: 1.5rem;
  display: none;
}

.head-menu {
  display: flex;
  justify-content: space-between;
  font-weight: 500;
  font-size: .875rem;
  background: linear-gradient(180deg, #FFED8E 0%, #FFB31E 100%), #F9CD66;
  border-radius: 8px 8px 0 0;
  width: 100%;
  text-transform: uppercase;
}

.head-menu > li {
  flex: 1 0 auto;
  position: relative;
  transition: background .3s;
}

.head-menu > li:first-child:after {
  display: none;
}

.head-menu > li:first-child:hover {
  transform: none;
}

.head-menu > li:first-child > a {
  border-radius: 8px 0 0 0;
}

.head-menu > li:last-child:after {
  display: none;
}

.head-menu > li:last-child:hover {
  transform: none;
}

.head-menu > li:last-child > a {
  border-radius: 0 8px 0 0;
}

.head-menu > li:after {
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  background: linear-gradient(180deg, #FEE369 0%, #F09000 100%);
  position: absolute;
  top: 0;
  right: 0;
}

.head-menu > li:last-child:after {
  display: none;
}

.head-menu > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: inherit;
  border-bottom: none;
  min-height: 35px;
  padding: .2em .4em;
  position: relative;
  z-index: 10;
  transition: background .3s;
}

.head-menu > li .bg-red{
  background: #ff7777;
  background: -moz-linear-gradient(top,  #ff7777 0%, #ff0000 100%);
  background: -webkit-linear-gradient(top,  #ff7777 0%,#ff0000 100%);
  background: linear-gradient(to bottom,  #ff7777 0%,#ff0000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7777', endColorstr='#ff0000',GradientType=0 );
  color: #fff;
}

.head-menu > li .bg-red:before {
  display: none;
}

.head-menu > li .bg-red:hover {
  background: #ff0202;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 535px;
  font-weight: 400;
  display: none;
}

.dropdown-menu .back-list {
  display: none;
}

.sub-menu {
  background: #FEF3C1;
  width: 200px;
  box-shadow: 0px 5px 10px -4px rgba(0, 0, 0, 0.15);
  text-transform: none;
}

.sub-menu a {
  display: flex;
  min-height: 65px;
  align-items: center;
  color: inherit;
  padding: .3em 2.8em;
  border-bottom: none;
  transition: background .3s;
}

.sub-menu a:hover {
  background: #ffffff;
}

.sub-menu_desc {
  display: none;
  width: 325px;
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
  box-shadow: 0px 5px 10px -4px rgba(0, 0, 0, 0.15);
  min-height: 100%;
  padding: 1.7em;
  z-index: 2;
}

.sub-menu_desc:before {
  content: '';
  display: block;
  height: 100%;
  width: 10px;
  background: #fff;
  position: absolute;
  left: -10px;
  top: 0;
}

.sub-menu_desc p {
  color: #000;
  line-height: 1.3;
}

.sub-menu_desc-category {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(199, 192, 191, 0.2);
  padding: .3em;
  margin-bottom: 1em;
  height: 130px;
}

.sub-menu_desc-category img {
  max-width: 100%;
  max-height: 100%;
}

.dropdown-menu_mod {
  right: 0;
  left: auto;
  text-align:right;
}

.dropdown-menu_mod .sub-menu {
  position: absolute;
  right: 0;
  top: 0;
}

.dropdown-menu_mod .sub-menu a {
  justify-content: flex-end;
}

.dropdown-menu_mod .sub-menu_desc {
  right: 100%;
}

.dropdown-menu_mod .sub-menu_desc:before {
  left: auto;
  right: -10px;
}

@media only screen and (min-width: 1199px) {
  .head-menu > li:first-child:hover {
    background-color: transparent;
  }
  .head-menu > li:last-child:hover {
    background-color: transparent;
  }
  .head-menu > li:hover {
    background: #FEF3C1;
    z-index: 1;
  }
  .head-menu > li:hover:after {
    opacity: 0;
  }
  .head-menu > li:hover .dropdown-menu {
    display: block;
  }
  .sub-menu li:hover .sub-menu_desc {
    display: block;
  }
}

.fixed-menu {
  position: fixed;
  top: 0;
  left: 0;
  transform: translate3d(0, -100px, 0);
  visibility: visible !important;
  width: 100%;
  z-index: 101;
}

.fixed-menu .head_top-panel {
  display: none;
}

.fixed-menu .main-head {
  display: none;
}

.fixed-menu .head-menu > li:first-child > a {
  border-radius: 0;
}

.fixed-menu .head-menu > li:last-child > a {
  border-radius: 0;
}

.easyzoom-flyout {
  border: 1px solid #d9d9d9;
  z-index: 160;
}

.scroll-transform {
  transform: translate3d(0, 0, 0) !important;
  transition: transform .4s;
}

@media only screen and (min-width: 1200px) {
  .fixed-menu .container {
    max-width: 100%;
    padding: 0;
  }
  .head_log-register li {
    padding: 0 .2em;
    /* margin: 15px .6em; */
  }
}

.hamburger {
  display: none;
  padding: 0;
  cursor: pointer;
  width: 30px;
  flex: 30px 0 0;
  height: 25px;
}

.hamburger.is-active .hamburger-inner {
  background: #E88910;
}

.hamburger.is-active .hamburger-inner:after, .hamburger.is-active .hamburger-inner:before {
  background: #E88910;
}

.hamburger.is-active .hamburger-box:after {
  opacity: 0;
}

.hamburger.is-active .hamburger-box:before {
  opacity: 0;
}

.hamburger-box {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}

.hamburger-inner {
  background: #E88910;
}

.hamburger-inner:after, .hamburger-inner:before {
  background: #E88910;
}

.hamburger.is-active:hover, .hamburger:hover {
  opacity: 1;
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
  width: 100%;
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
  height: 3px;
}

.hamburger--spring .hamburger-inner:before {
  top: 10px;
}

.hamburger--spring .hamburger-inner:after {
  top: 20px;
}

.main-content {
  flex: 1 0  auto;
}

/***product-section**/
.product-section {
  padding: 1.2em 0;
}

.product-section .top-text {
  display: block;
  font-weight: 300;
  margin-top: -1em;
  margin-bottom: 1em;
}

.fav-section {
  padding: 2.2em 0;
}

.product-slider {
  margin-bottom: -9em;
}

.product-slider.is-position {
  z-index: 10;
}

.product-slider > .slick-list {
  padding-bottom: 11em;
  padding-left: 2px;
  padding-right: 2px;
  margin-left: -2px;
}

.product-slider > .slick-list > .slick-track {
  display: flex;
}

.product-slider > .slick-list > .slick-track > .slick-slide {
  height: auto;
}

.product-slider > .slick-list > .slick-track > .slick-slide > div {
  height: 100%;
}

.product-slider .slick-disabled {
  opacity: .5;
}

.product-slider .slick-arrow {
  bottom: auto;
  top: 220px;
}

.slick-arrow {
  width: 38px;
  height: 38px;
  background: linear-gradient(180deg, #FEE369 0%, #F09000 100%), #FFFFFF;
  border-radius: 5px;
  top: 0;
  bottom: 0;
  border: none;
  margin: auto;
  transform: none;
  transition: opacity .3s;
}

.slick-arrow:hover:before {
 opacity: 1;
}

.slick-arrow:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #FEE369 0%, #F09000 100%), #FFFFFF;
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity .3s;
  z-index: -1;
}

/*.slick-arrow:hover {
  opacity: 1;
}*/

.slick-arrow:after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 3px;
  margin: auto;
  transform: rotate(45deg);
}

.slick-prev:after {
  left: 3px;
  right: 0;
  transform: rotate(-135deg);
}

.slick-dots {
  bottom: -1.5em;
}

.slick-dots li {
  width: 8px;
  height: 8px;
  border: 1px solid #C0C0C0;
  margin: 0 4px;
  background-color: transparent;
  transition: transform .3s;
}

.slick-dots li.slick-active {
  background: transparent;
  transform: scale(0.7);
}

.product-item {
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 2.5em 1em 1.2em;
  background: #fff;
  overflow: hidden;
  position: relative;
  border: 1px solid rgba(199, 192, 191, 0.2);
  height: 100%;
}

.product-item:hover {
  overflow: visible;
  z-index: 20;
}

.product-item:hover .product-item_hidden-content {
  opacity: 1;
}

.product-item:hover .product-item_delete {
  opacity: 1;
}

.product-item_new {
  position: absolute;
  left: 2.3em;
  top: 1.6em;
  height: 28px;
  min-width: 86px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: .2em .6em;
  background: #CCB204;
  border-radius: 2px;
  font-size: .875rem;
  color: #fff;
  z-index: 9;
}

.product-item_ended {
  position: absolute;
  left: 0;
  right: 0;
  top: 1.6em;
  margin: auto;
  min-height: 28px;
  max-width: 252px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: .2em .6em;
  background: #E88910;
  border-radius: 2px;
  font-size: .875rem;
  color: #fff;
  z-index: 9;
}

.product-item_price-row {
  position: relative;
  display: inline-block;
  margin-bottom: .7em;
}

.product-item_price-row.price-row_present {
  position: relative;
  left: -2em;
}

.product-item_new-price {
  background: #FFDEDE;
  padding: .1em .5em;
  font-size: 1.425rem;
  color: #E01919;
  letter-spacing: 0.03em;
}

.product-item_old-price {
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(100% + 10px);
  color: #C0C0C0;
  font-size: 1.125rem;
  line-height: 1.6;
  white-space: nowrap;
}

.product-item_sale {
  position: absolute;
  right: 2.5em;
  top: .7em;
  min-height: 60px;
  min-width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: .2em;
  background: url(../img/icons/sale-bg.svg) no-repeat center top;
  background-size: cover;
  font-size: .875rem;
  color: #fff;
  z-index: 9;
}

.product-item_img {
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1em;
}

.product-item_img a {
  border-bottom: none;
  color: inherit;
}

.product-item_img img {
  max-width: 100%;
  max-height: 100%;
  height:230px;
}

.product-item_title {
  display: block;
  font-weight: 300;
  margin-bottom: .7em;
  text-align: center;
  display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.product-item_title a {
  color: inherit;
  border-bottom-color: transparent;
  transition: color .3s, border-bottom-color .3s;
}

.product-item_title a:hover {
  border-bottom-color: #E88910;
  color: #E88910;
}

.product-item_code {
  display: block;
  font-weight: 700;
  margin-bottom: .6em;
  text-align: center;
}

.product-item_price-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: auto;
}

.product-item_price-name {
  display: inline-block;
  padding: 0 1em;
  background: #B7D493;
  border-radius: 2px;
  font-size: .875rem;
  color: #fff;
  min-width: 105px;
  height: 27px;
  line-height: 27px;
  margin-bottom: .7em;
  text-align: center;
}

.product-item_price-name.name-present {
  background: #E01919;
}

.product-item_price {
  display: block;
  font-size: 1.625rem;
  text-align: center;
  width: 100%;
}

.product-item_price.price-present {
  color: #E01919;
}

.product-item_hidden-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  background: #fff;
  box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.11);
  border: 1px solid rgba(199, 192, 191, 0.5);
  padding: 1em;
  display: flex;
  align-items: flex-start;
  opacity: 0;
  transition: opacity .3s;
  text-align: center;
  z-index: 10;
}

.product-item_hidden-content .left-column {
  flex: 60px 0 0;
  max-width: 60px;
  padding: 0 2px;
}

.product-item_hidden-content .right-column {
  flex-basis: calc(100% - 60px);
  max-width: calc(100% - 60px);
  padding-left: .7em;
  position: relative;
}

.product-item_hidden-content .wrapper-counter-btn {
  margin-bottom: .7em;
  margin-left: 1.8em;
  height: 30px;
}

.product-item_hidden-content .wrapper-counter-btn .counter-back, .product-item_hidden-content .wrapper-counter-btn .counter-forward {
  width: 25px;
  height: 25px;
}

.product-item_hidden-content .product-item_price-box {
  align-items: center;
}

.product-item_hidden-content .product-item_price-name {
  margin-bottom: .1em;
}

.product-item_hidden-content .product-item_price {
  line-height: 1.2;
}

.product-item_hidden-content .product-item_add-cart {
  height: 35px;
  line-height: 35px;
}

.product-item_hidden-present {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  width: 100%;
}

.product-item_present-btn {
  min-width: 150px;
}

.product-item_option {
  margin-top: 1em;
  width: 100%;
  text-align: left;
}

.product-item_option li {
  margin-bottom: 5px;
}

.product-item_delete {
  display: flex;
  align-items: center;
  position: absolute;
  top: 2em;
  right: 2em;
  font-size: .875rem;
  color: #A5A5A5;
  cursor: pointer;
  opacity: 0;
  transition: color .3s;
  transition: opacity .3s;
  z-index: 11;
}

.product-item_delete:hover {
  color: #E01919;
}

.product-item_delete .ico-close {
  margin-left: 10px;
}

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

.product-item_small-img .slick-slide {
  padding: 6px 0;
}

.product-item_small-img .slick-arrow {
  width: 0;
  height: 0;
  background: none;
  border-radius: 0;
  border: 10px solid transparent;
  border-left: 12px solid #000;
  transform: none;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 1;
  transition: border-color .3s;
}

.product-item_small-img .slick-arrow:after {
  display: none;
}

.product-item_small-img .slick-arrow:before {
  display: none;
}

.product-item_small-img .slick-arrow:hover {
  border-left-color: #000;
}

.product-item_small-img .slick-arrow.slick-disabled:hover, .product-item_small-img .slick-disabled {
  border-left-color: #808080;
}

.product-item_small-img .slick-prev {
  transform: rotate(-90deg);
}

.product-item_small-img .slick-next {
  transform: rotate(90deg);
  bottom: -15px;
  top: auto;
}

.product-item_small-img .slick-prev {
  top: -15px;
  bottom: auto;
}

.product-item_small-img .slick-prev:after {
  top: 0;
  bottom: 8px;
  transform: rotate(45deg);
}

.product-item_small-img .slick-current li {
  border-color: #D7D6D5;
}

.product-item_small-img li {
  display: flex !important;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 1px solid transparent;
  height: 60px;
}

.product-item_small-img img {
  max-height: 100%;
  max-width: 100%;
}

.product-item_view-btn {
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: .2em .3em;
  border: 1px solid #A5A5A5;
  background: rgba(192, 192, 192, 0.2);
  font-size: .75rem;
  font-weight: 500;
  border-radius: 5px;
  height: 40px;
  max-width: 194px;
  width: 100%;
  text-transform: uppercase;
  transition: background .3s, color .3s;
  z-index: 30;
}

.product-item_view-btn:hover {
  background: #E88910;
  color: #fff;
}

.product-item_slide-img {
  height: 200px;
  flex: 200px 0 0;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.product-item_slide-img img {
  max-width: 100%;
  max-height: 100%;
  flex: 0 0 0;
}

.product-item_subtitle {
  display: block;
  color: #C0C0C0;
  font-size: .625rem;
  letter-spacing: 0.01em;
  margin-bottom: .5em;
  text-transform: uppercase;
  text-align: center;
}

.product-item_size-slider {
  padding: 0 1.7em;
  margin-bottom: .6em;
  max-width: 100%;
}

.product-item_size-slider .slick-slide {
  padding: 0 5px;
}

.product-item_size-slider .slick-arrow {
  width: 0;
  height: 0;
  top: 0;
  bottom: 0;
  border-radius: 0;
  background: none;
  border: 10px solid transparent;
  border-left: 12px solid #000;
  transform: none;
  transition: border-color .3s;
}

.product-item_size-slider .slick-arrow:after {
  display: none;
}

.product-item_size-slider .slick-arrow:before {
  display: none;
}

.product-item_size-slider .slick-arrow:hover {
  border-left-color: #000;
}

.product-item_size-slider .slick-disabled {
  opacity: 1;
  border-left-color: #808080 !important;
}

.product-item_size-slider .slick-prev {
  transform: rotate(180deg);
}

.product-item_size-slider li {
  display: flex !important;
  border: 1px solid #D9D9D9;
  height: 28px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: .2em;
  cursor: pointer;
  position: relative;
}

.product-item_size-slider li.active {
  background: #F8E2AF;
  border-color: #E01919;

}

.product-item_size-slider .gray-bg {
  background: #C0C0C0;
}

.product-item_size-slider .gray-bg.active {
  background: #C0C0C0;
}

.wrapper-counter-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 170px;
  height: 38px;
  border: 1px solid #D9D9D9;
  background: #fff;
  padding: 0 4px;
  border-radius: 3px;
  overflow: hidden;
}

.wrapper-counter-btn .counter-back, .wrapper-counter-btn .counter-forward {
  border: none;
  width: 28px;
  height: 28px;
  background: #FAF7F5;
  border-radius: 3px;
  position: relative;
  transition: background .25s, border-color .25s;
}

.wrapper-counter-btn .counter-back:hover, .wrapper-counter-btn .counter-forward:hover {
  background: #E88910;
}

.wrapper-counter-btn .counter-back:hover:after, .wrapper-counter-btn .counter-back:hover:before, .wrapper-counter-btn .counter-forward:hover:after, .wrapper-counter-btn .counter-forward:hover:before {
  background: #fff;
}

.wrapper-counter-btn .counter-back:before {
  content: '';
  display: block;
  width: 10px;
  height: 1px;
  background: #1B1A19;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: background .3s;
}

.wrapper-counter-btn .counter-forward:after, .wrapper-counter-btn .counter-forward:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #1B1A19;
  transition: background .3s;
}

.wrapper-counter-btn .counter-forward:after {
  height: 10px;
  width: 1px;
}

.wrapper-counter-btn .counter-forward:before {
  height: 1px;
  width: 10px;
}

.wrapper-counter-btn .product-count {
  width: 100%;
  flex: 1 0 0;
  max-width: calc(100% - 60px);
  font-size: .875rem;
  font-weight: 300;
  height: 28px;
  border: none;
  text-align: center;
}

.product-item_footer {
  display: flex;
  align-items: center;
  padding-left: 1.7em;
}

.product-item_add-cart {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.1;
  min-width: auto;
  max-width: 174px;
  width: 100%;
  margin-right: 10px;
}

.product-item_add-cart .ico-cart-2 {
  font-weight: 500;
  font-size: 1.4rem;
  margin-right: 10px;
}

.product-item_add-cart.main-btn_mod {
  pointer-events: none;
}

.product-item_fav {
  font-size: 1.3rem;
  position: relative;
}
.product-item .product-item_fav{
  position: absolute;
  top: 10px;
  right: 7px;
  z-index: 14;
}

.product-item_fav .ico-heart {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  color: #E01919;
  font-size: 1.5rem;
  transition: opacity .3s;
}

.product-item_fav.active .ico-heart {
  opacity: 1;
}

.see-all_product-btn {
  font-weight: 500;
  font-size: .75rem;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
}

/**reviews-section***/
.reviews-section {
  padding: 1em 0 3em;
  position: relative;
  z-index: 2;
}

.reviews-slider {
  padding: 0 5em;
  margin-bottom: 2.7em;
}

.reviews-slider .slick-slide {
  padding: 0 15px;
}
.reviews-slider .slick-disabled {
  opacity: .5;
}

.review-item {
  background: #fff;
  border: 1px solid #F5F3F3;
  border-radius: 5px;
  padding: 2.5em;
  padding-bottom: .5em;
  height: 100%;
}

.review-item p {
  font-weight: 300;
  line-height: 1.8;
  padding-right: 2%;
}

.review-item p:last-child {
  margin-bottom: 0;
}

.review-item_name {
  font-size: 1.125rem;
  display: block;
  margin-bottom: .7em;
}

.reviews-section_footer {
  display: flex;
  align-items: center;
  justify-content: center;
}

.reviews-section_footer .main-btn {
  margin-right: 1em;
}
/***about-us_section***/
.about-us_section {
  background: #FAF7F5;
  padding: 2.5em 0;
}

.about-us_section p {
  margin-bottom: 0;
  text-indent: 30px;
}

.about-us_slider {
  padding: 0 3em;
}

.about-us_slider .slick-disabled {
  opacity: .5;
}

/***subscription-section**/
.subscription-section {
  padding: 1.2em 0;
  background: #FCF3DF;
}

.subscription-section .top-text {
  display: block;
  color: #000;
  font-weight: 300;
  line-height: 1.7;
  margin-bottom: .8em;
}

.subscription-section .social-network {
  margin-top: 1.5em;
}

.subscription-section .section-title {
  margin-bottom: .25em;
}

.subscription-form {
  display: flex;
  align-items: flex-end;
  max-width: 712px;
}

.subscription-form .ico-arrow {
  display: none;
}

.subscription-form .form-group {
  flex: 1 0 0;
  margin-bottom: 0;
  margin-right: 1em;
}

.subscription-form .form-label {
  display: block;
  font-size: .875rem;
  margin-bottom: 10px;
}

.subscription-form .wrapper-submit {
  min-width: 150px;
  position: relative;
}

.subscription-form_submit {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: .75rem;
  font-weight: 500;
  z-index: 2;
  text-transform: uppercase;
}

.subscription-form_input {
  height: 35px;
  background: #FFFFFF;
  border-radius: 5px;
  padding: 0 1em;
  width: 100%;
}

.social-network {
  display: flex;
  margin: 0 -6px;
}

.social-network li {
  padding: 0 6px;
}

.social-network a {
  display: block;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border-bottom: none;
  color: inherit;
  transition: opacity .3s;
}

.social-network a:hover {
  opacity: .8;
}

.social-network img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

/**catalog-section**/
.catalog-section {
  padding-bottom: 2em;
}

.breadcrumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 1em 0 .5em;
  font-weight: 400;
  font-size: .75rem;
}

.breadcrumbs li {
  margin-right: 3em;
  margin-bottom: .4em;
  position: relative;
}

.breadcrumbs li:after {
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  border-right: 1px solid #C0C0C0;
  border-top: 1px solid #C0C0C0;
  position: absolute;
  top: 6px;
  right: -15px;
  transform: rotate(45deg);
}

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

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

.breadcrumbs a {
  color: #C0C0C0;
  font-weight: 300;
  border-bottom-color: transparent;
  transition: color .3s, border-bottom-color .3s;
}

.breadcrumbs a:hover {
  border-bottom-color: #E88910;
  color: #E88910;
}

.sort-filter_panel {
  display: flex;
  align-items: center;
  min-height: 51px;
  padding: .5em 2.7em .5em 2em;
  background: #FAF7F5;
  margin-bottom: 1.5em;
}

.sort-filter_panel .left-column {
  flex: 1 0 0;
  padding-right: 10px;
}

.sort-filter_panel .right-column {
  flex: 400px 0 0;
  display: flex;
  justify-content: space-between;
  padding-left: 10px;
}

.sort-filter_menu {
  display: flex;
  margin: 0 -10px;
  padding-top: 10px;
  padding-right: 1em;
}

.sort-filter_menu li {
  flex: 1 0 auto;
  padding: 0 10px;
  position: relative;
  display: flex;
  justify-content: center;
}

.sort-filter_menu .first-item {
  flex: 20% 0 0;
  justify-content: flex-start;
}

.sort-filter_menu .second-item {
  flex: 17% 0 0;
}

.sort-filter_menu .third-item {
  flex: 25% 0 0;
}

.sort-filter_menu .fourth-item {
  flex: 20% 0 0;
}

.sort-filter_menu .rouble {
  text-transform: none;
}

.sort-filter_status {
  position: absolute;
  top: -15px;
  left: 0;
  right: 30px;
  margin: auto;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #86A262;
}

.sort-filter_item {
  display: inline-block;
  cursor: pointer;
  font-family: "Montserrat";
  font-size: .75rem;
  padding-right: 40px;
  position: relative;
  text-transform: uppercase;
}

.sort-filter_item.is-active:after {
  transform: rotate(-135deg);
}

.sort-filter_item:after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #1B1A19;
  border-bottom: 2px solid #1B1A19;
  position: absolute;
  bottom: 7px;
  right: 0;
  transform: rotate(45deg);
  transform-origin: 75% 75%;
  transition: transform .2s;
}

.sort-filter_box {
  display: none;
  position: absolute;
  top: calc(100% + 15px);
  left: 50%;
  background: #fff;
  box-shadow: 0px 4px 16px #D8D0DF;
  padding: 1em 0;
  width: 166px;
  max-height: 300px;
  overflow: hidden;
  overflow-y: auto;
  scrollbar-color: #9a9a9a #E6E6E6;
  scrollbar-width: auto;
  transform: translatex(-50%);
  z-index: 20;
}

.sort-filter_box::-webkit-scrollbar-track {
  background-color: #cccccc;
}

.sort-filter_box::-webkit-scrollbar-thumb {
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-color: #9a9a9a;
}

.sort-filter_box::-webkit-resizer {
  width: 3px;
  height: 0px;
}

.sort-filter_box::-webkit-scrollbar {
  width: 3px;
}

.wrapper_filter-number {
  margin-bottom: 1em;
  padding: 0 1em;
}

.wrapper_filter-number:last-child {
  margin-bottom: 0;
}

.wrapper_filter-number .text {
  display: block;
  font-size: .625rem;
  font-weight: 600;
  color: #000;
  margin-bottom: 5px;
}

.field-number {
  border: 1px solid #D9D9D9;
  border-radius: 4px;
  height: 27px;
  padding: 0 .5em;
  font-weight: 300;
  font-size: .625rem;
  width: 100%;
  transition: border .3s;
}

.field-number:focus {
  border: 1px solid #E88910;
}

.sort-filter_list li {
  display: block;
  padding: 0.5em 1em;
  transition: background .3s;
}

.sort-filter_list li:hover {
  background: #F5F3F3;
}

.sort-filter_list a {
  min-height: 36px;
  font-size: .875rem;
  display: flex;
  padding: 0 1em;
  align-items: center;
  border-bottom: none;
  color: inherit;
}

.sort-filter_box-last {
  width: 181px;
}

.sort-filter_box-last li {
  margin-bottom: 0;
  padding: 0;
}

.sort-filter_box-first {
  padding: 1em;
}

.unified-checkbox {
  display: inline-block;
  position: relative;
  cursor: pointer;
  font-weight: 300;
  font-size: .875rem;
  margin-bottom: 0;
  padding-left: 27px;
  color: inherit;
}

.unified-checkbox input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  display: none;
}

.unified-checkbox input[type="checkbox"]:checked + .checkbox-text:before {
  opacity: 1;
}

.unified-checkbox input[type="checkbox"] + .checkbox-text:before {
  width: 5px;
  height: 11px;
  content: '';
  display: block;
  border-right: 1.5px solid #1B1A19;
  border-bottom: 1.5px solid #1B1A19;
  position: absolute;
  top: 2px;
  left: 6px;
  opacity: 0;
  transform: rotate(45deg);
  transition: opacity .2s;
  z-index: 1;
}

.unified-checkbox input[type="checkbox"] + .checkbox-text:after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  position: absolute;
  top: 0;
  left: 0;
  transition: border-color .3s, background .3s;
}

.unified-checkbox .checkbox-text {
  display: inline-block;
  transition: color .2s;
}

.unified-checkbox.checkbox-color input[type="checkbox"]:checked + .checkbox-text:after {
  background: linear-gradient(180deg, #FFED8E 0%, #FFB31E 100%);
  border-color: transparent;
}

.unified-checkbox_color input[type="checkbox"]:checked + .checkbox-text:after {
  background: linear-gradient(to top, #FFB726, #FFE884);
  border-color: transparent;
}

.unified-checkbox_color input[type="checkbox"] + .checkbox-text:before {
  border-color: #fff;
}

.filter-apply_btn {
  flex: 47% 0 0;
  max-width: 47%;
  height: 41px;
  background: #B7D493;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  padding: .2em 1em;
  color: #fff;
  font-weight: 500;
  font-size: .875rem;
  white-space: nowrap;
  text-transform: uppercase;
  transition: background .3s, border-color .3s, color .3s;
}

.filter-apply_btn:hover {
  border-color: #B7D493;
  background-color: transparent;
  color: #B7D493;
}

.filter-apply_btn .number-goods {
  font-weight: 700;
  color: #E88910;
  margin-right: 8px;
}

.filter-reset_btn {
  flex: 47% 0 0;
  max-width: 47%;
  height: 41px;
  background: #E88910;
  border: 1px solid transparent;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: .2em 1em;
  color: #fff;
  font-weight: 500;
  font-size: .875rem;
  white-space: nowrap;
  text-transform: uppercase;
  transition: background .3s, border-color .3s, color .3s;
}

.filter-reset_btn:hover {
  border-color: #E88910;
  background-color: transparent;
  color: #E88910;
}

/***product-card_section**/
.product-card_section {
  padding-bottom: 4em;
}

.product-card_content .left-column {
  padding: 0 15px;
  flex: 45% 0 0;
  max-width: 45%;
}

.product-card_content .right-column {
  padding: 0 15px 0 2.8em;
  flex: 55% 0 0;
  max-width: 55%;
}

.back-page_box {
  display: flex;
  margin-bottom: 1.25em;
}

.back-page_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1.5em;
  height: 44px;
  border: 1px solid #C0C0C0;
  border-radius: 40px;
  color: #C0C0C0;
  font-size: .75rem;
  font-weight: 500;
  margin-top: 10px;
  text-transform: uppercase;
  transition: background .3s, color .3s;
}

.back-page_btn:hover {
  background: #C0C0C0;
  color: #fff;
}

.back-page_btn:hover:before {
  border-color: #fff;
}

.back-page_btn:before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  border-left: 2px solid #C0C0C0;
  border-top: 2px solid #C0C0C0;
  margin-right: 9px;
  transform: rotate(-45deg);
  transition: border-color .3s;
}

.wrapper_product-card_slider {
  display: flex;
  justify-content: space-between;
  border: 1px solid #D9D9D9;
  background: #fff;
  padding: 3em 2.5em;
}

.product-card_slider-box {
  order: 2;
  position: relative;
  flex-basis: calc(100% - 87px);
  max-width: calc(100% - 87px);
  padding: 0 1em;
}

.product-card_slider-box .product-item_sale {
  top: -1.5em;
  right: -1em;
  width: 75px;
  height: 75px;
  font-size: 1.125rem;
}

.go_product-card_btn {
  position: absolute;
  top: -1.7em;
  left: 0;
  right: 3em;
  margin: auto;
  height: 44px;
  line-height: 1.1;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: normal;
  max-width: 240px;
  width: 100%;
}

.product-card_item {
  height: 460px;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.product-card_item a {
  border-bottom: none;
  color: inherit;
}

.product-card_item img {
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
  width: auto;
}

.product-card_item .fancybox {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
}

.product-card_item .fancybox:hover:after {
  opacity: 1;
}

/*.product-card_item .fancybox:after {
  content: '';
  display: block;
  width: 100px;
  height: 100px;
  background: rgba(255, 255, 255, 0.5) url(../img/icons/loop-icon.png) no-repeat center center;
  border-radius: 50%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transition: opacity .3s;
}*/

.card-loop {
  position: absolute;
  background: rgba(0, 0, 0, 0.18);
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.5);
  cursor: pointer;
  /*width: 150px !important;
  height: 250px !important;*/
}

.product-card_small-slider {
  flex: 87px 0 0;
  max-width: 87px;
  height: 100%;
  order: 1;
}

.product-card_small-slider .slick-slide {
  padding: 12px 0 0;
}

.product-card_small-slider .slick-arrow {
  width: 24px;
  height: 24px;
  right: 0;
  left: 0;
  border: none;
  background: transparent;
  transform: none;
}

.product-card_small-slider .slick-arrow:hover:after {
  border-color: #E88910;
}

.product-card_small-slider .slick-arrow:before {
  display: none;
}

.product-card_small-slider .slick-arrow:after {
  content: '';
  display: block;
  position: absolute;
  top: 11px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 50%;
  height: 50%;
  border: none;
  border-bottom: 2px solid #1B1A19;
  border-right: 2px solid #1B1A19;
  transition: border-color .3s;
}

.product-card_small-slider .slick-next {
  bottom: -36px;
  top: auto;
}

.product-card_small-slider .slick-prev{
  top: -27px;
  bottom: auto;
}

.product-card_small-slider .slick-prev:after {
  top: 0;
  bottom: 8px;
}

.product-card_small-slider .slick-current .product-card_small-item {
  border-color: #ffb31e;
}

.product-card_small-item {
  display: flex !important;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 1px solid  #F4F2F2;
  height: 87px;
}

.product-card_small-item img {
  max-width: 100%;
  max-height: 100%;
}

.product-card_top {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}

.product-card_title {
  font-size: 1.8rem;
  line-height: 1.1;
}

.product-card_sare-box {
  position: relative;
  padding-right: 10px;
  margin-top: -5.4em;
  transition: opacity .3s;
}

.product-card_sare-box:hover {
  opacity: .6;
}

.product-card_sare-box .ico-share {
  width: 47px;
  height: 47px;
  font-size: 1.2rem;
  background: linear-gradient(180deg, #FEE369 0%, #F09000 100%), #FFFFFF;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.product-card_social {
  display: none;
}

.product-card_social li {
  padding: 0 2px;
}

.product-card_social a {
  display: block;
  border-bottom: none;
  width: 24px;
  height: 24px;
  transition: opacity .3s;
}

.product-card_social a:hover {
  opacity: .85;
}

.product-card_social img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-card_middle-row {
  display: flex;
  font-weight: 500;
  font-size: 1.25rem;
  margin-bottom: .7em;
  color: #fff;
}

.product-card_price-name {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #B7D493;
  border-radius: 3px;
  min-width: 204px 0 0;
  padding: .2em 1em;
  height: 30px;
  margin-right: .7em;
}

.product-card_stock {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #86A262;
  padding: 0 1em;
  height: 30px;
  border-radius: 3px;
}

.product-card_price-row {
  display: flex;
  align-items: center;
  padding-left: 8.5%;
  margin-bottom: .8em;
}

.product-card_price-new {
  color: #E01919;
  font-size: 1.5rem;
  background: #FFDEDE;
  padding: .4em .5em;
  height: 40px;
  display: flex;
  align-items: center;
  margin-right: .5em;
  position: relative;
}

.product-card_price-new:before {
  content: '';
  display: block;
  width: 26px;
  height: 100%;
  background: url(../img/icons/triangle-icon.png) no-repeat center top;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 100%;
}

.product-card_price-new .rouble {
  position: relative;
  top: -1px;
}

.product-card_old-price {
  color: #D9D9D9;
  font-size: 1.25rem;
}

.product-card_subtitle {
  margin-bottom: 10px;
  font-size: .875rem;
}

.light-text {
  font-weight: 300;
}

.product-card_color-list {
  max-width: 548px;
  padding: 0 2em;
  margin-bottom: .8em;
}

.product-card_color-list .slick-slide {
  padding: 0 4px;
}

.product-card_color-list .slick-arrow {
  width: 0;
  height: 0;
  top: 0;
  bottom: 0;
  border-radius: 0;
  background: transparent !important;
  border: 10px solid transparent;
  border-left: 12px solid #000;
  transform: none;
  transition: border-color .3s;
}

.product-card_color-list .slick-arrow:after {
  display: none;
}

.product-card_color-list .slick-arrow:before {
  display: none;
}

.product-card_color-list .slick-prev {
  transform: rotate(180deg);
}

.product-card_color-list .slick-disabled {
  border-left-color: #808080;
}

.product-card_color-item {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 1px solid #F4F2F2;
  transition: border-color .3s;
}

.product-card_color-item:hover {
  border-color: #E88910;
}

.product-card_color-item.is-active {
  border-color: #E88910;
}

.product-card_color-item img {
  max-width: 100%;
  max-height: 100%;
}

.product-card_size-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1em;
}

.product-card_size-list li {
  display: flex;
  border: 1px solid #D9D9D9;
  height: 34px;
  width: 50px;
  border-radius: 5px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: .2em;
  margin-right: .7em;
  margin-bottom: .7em;
  position: relative;
  cursor: pointer;
  transition: background .3s, border-color .3s;
}

.product-card_size-list li:hover .product-item_prompt {
  /*display: block;*/
}

/*.product-card_size-list li:last-child {
  margin-bottom: 0;
}*/

.product-card_size-list li:hover {
  background: #F8E2AF;
  border-color: #E01919;
}

.product-card_size-list li.active {
  background: #F8E2AF;
  border-color: #E01919;
}

.product-card_size-list .gray-bg {
  background: #C0C0C0;
}

.product-card_size-list .gray-bg.active {
  background: #C0C0C0;
}

.product-card_weight-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: .6em;
}

.product-card_weight-list li {
  display: flex;
  border: 1px solid #D9D9D9;
  height: 34px;
  width: 50px;
  border-radius: 5px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: .2em;
  margin-right: .7em;
  margin-bottom: .7em;
  cursor: pointer;
  transition: background .3s, border-color .3s;
}

.product-card_weight-list li:hover .product-item_prompt {
  display: block;
}

.product-card_weight-list li:last-child {
  margin-bottom: 0;
}

.product-card_weight-list li:hover {
  background: #F8E2AF;
  border-color: #E01919;
}

.product-card_weight-list li.active {
  background: #F8E2AF;
  border-color: #E01919;
}

.product-card_weight-list .gray-bg {
  background: #C0C0C0;
}

.product-card_weight-list .gray-bg.active {
  background: #C0C0C0;
}

.product-card_counter-box {
  display: flex;
  margin-bottom: 1em;
}

.product-card_counter-box .column {
  margin-right: 1em;
}

.product-card_counter-box .column:last-child {
  margin-right: 0;
}

.product-card_counter-box .text-right {
  font-size: .75rem;
  margin-bottom: 12px;
}

.product-card_available-number {
  width: 79px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F8E2AF;
  border-radius: 3px;
  font-size: .875rem;
}

.product-card_btns {
  display: flex;
  align-items: center;
  margin-bottom: 1.5em;
}

.product-card_add-card {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  line-height: 1.1;
  min-width: auto;
  max-width: 170px;
  width: 100%;
  margin-right: 2em;
}

.product-card_add-card.is-active .ico-cart-2 {
  display: none;
}

.product-card_add-card .ico-cart-2 {
  font-weight: 500;
  font-size: 1.4rem;
  margin-right: 10px;
}
.product-card_one-click {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  line-height: 1.1;
  min-width: auto;
  max-width: 170px;
  margin-right: 2em;
  width: 100%;
}

.product-card_fav {
  font-size: 1.5rem;
  position: relative;
}

.product-card_fav .ico-heart {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  color: #E01919;
  font-size: 1.8rem;
  transition: opacity .3s;
}

.product-card_fav.active .ico-heart {
  opacity: 1;
}

.product-card_features {
  font-size: .875rem;
  margin-bottom: 1em;
  margin-top: 0.5em;
}

.product-card_features tr:first-child td {
  padding-top: 0;
}

.product-card_features td {
  padding: .6em;
  padding-bottom: 0;
  position: relative;
  vertical-align: bottom;
}

.product-card_features td:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  border-bottom: thin #d8d8d8 dotted;
  position: absolute;
  bottom: 4px;
  left: 0;
}

.product-card_features td:first-child {
  padding-left: 0;
  color: #C0C0C0;
  width: 200px;
}

.product-card_features td:last-child {
  padding-right: 0;
}

.product-card_features td:last-child .text {
  display: block;
  /*padding: 0 0 0 .3em;*/
}

.product-card_features td:last-child:after {
  right: 0;
  left: auto;
  width: calc(100% - 3px);
  border-bottom: 0;
}

.product-card_features .text {
  position: relative;
  background: #ffffff;
  padding-right: .4em;
  z-index: 1;
}

.product-card_bottom-text {
  font-size: .875rem;
}

.product-card_bottom-text p {
  text-indent: 20px;
  margin-bottom: 0;
}

/***whole-set_section**/
.whole-set_section {
  padding-bottom: 1em;
}

.whole-set_table {
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  margin-top: -4px;
  width: 100%;
}

.whole-set_table td {
  padding: 1.2em;
  vertical-align: top;
}

.whole-set_table td:first-child {
  padding-left: 2em;
}

.whole-set_table td:last-child {
  padding-right: 2em;
}

.whole-set_table .wrapper-counter-btn {
  max-width: 120px;
}

.whole-set_table .main-btn {
  height: 38px;
  font-size: .75rem;
  line-height: 38px;
  min-width: 166px;
  margin-top: 1.9em;
}

.collection-item {
  display: flex;
  max-width: 332px;
}

.collection-item_img {
  flex: 118px 0 0;
  height: 118px;
  max-width: 118px;
  border: 1px solid #F5F3F3;
  position: relative;
}

.collection-item_img > a {
  display: block;
  border-bottom: none;
  position: relative;
  z-index: 1;
  height: 100%;
}

.collection-item_img img {
  max-width: 100%;
  max-height: 100%;
}

.collection-item_img:hover:after {
  opacity: 1;
}

.collection-item_img:after {
  content: '';
  display: block;
  width: 32px;
  height: 32px;
  background: rgba(255, 255, 255, 0.7) url(../img/icons/loop2-icon.png) no-repeat center center;
  background-size: 16px;
  border-radius: 50%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transition: opacity .3s;
}

.collection-item_popup-content {
  width: 235px;
  height: 235px;
  padding: 1.25em;
}

.collection-item_popup-box {
  position: absolute;
  top: -105%;
  left: 0;
  height: 0;
  box-shadow: 0px 4px 26px rgba(0, 0, 0, 0.14);
  background: #fff;
  overflow: hidden;
  z-index: 30;
}

.collection-item_popup-box.is-open {
  height: auto;
}

.collection-item_popup-close {
  cursor: pointer;
  width: 25px;
  height: 25px;
  border-radius: 3px;
  border: 1px solid #A5A5A5;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #A5A5A5;
  font-size: 10px;
  position: absolute;
  top: 5px;
  right: 5px;
  transition: color .3s, border-color .3s;
  z-index: 10;
}

.collection-item_popup-close:hover {
  color: #E88910;
  border-color: #E88910;
}

.collection-item_popup-slider .slick-arrow {
  width: 0;
  height: 0;
  top: 0;
  bottom: 0;
  border-radius: 0;
  background: transparent !important;
  border: 10px solid transparent;
  border-left: 12px solid #000;
  transform: none;
  transition: border-color .3s;
}

.collection-item_popup-slider .slick-arrow:after {
  display: none;
}



.collection-item_popup-slider .slick-arrow:before {
  display: none;
}

.collection-item_popup-slider .slick-prev {
	transform: rotate(180deg);
	left: -26px;
}
.collection-item_popup-slider .slick-next {
	right: -26px;
}

.collection-item_popup-slider .slick-disabled {
  border-left-color: #808080;
}

.collection-item_img-slider {
  width: 100%;
  height: 100%;
}

.collection-item-desc {
  padding-left: 1em;
  flex: 1 0 0;
}

.collection-item_title {
  display: block;
  font-weight: 500;
  font-size: .875rem;
  margin-bottom: 10px;
}

.collection-item_title a {
  color: inherit;
  border-bottom-color: transparent;
  transition: color .3s, border-bottom-color .3s;
}

.collection-item_title a:hover {
  color: #E88910;
  border-bottom-color: #E88910;
}

.collection-item_code {
  display: block;
  font-weight: 700;
  font-size: .8125rem;
  margin-bottom: .9em;
}

.collection-item_price-name {
  display: inline-block;
  padding: 0 1.2em;
  background: #B7D493;
  border-radius: 2px;
  font-size: .875rem;
  color: #fff;
  min-width: 110px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  margin-bottom: .7em;
}

.collection-item_price-row {
  display: flex;
  align-items: center;
  padding-left: 18%;
}

.collection-item_new-price {
  font-size: 1.625rem;
  color: #E01919;
  letter-spacing: 0.03em;
  margin-right: .5em;
}

.collection-item_old-price {
  color: #C0C0C0;
  font-size: 1.125rem;
}

.collection-item_subtitle {
  display: block;
  font-size: .75rem;
  color: #A5A5A5;
  margin-bottom: 10px;
}

.collection-item_size-list {
  display: flex;
  flex-wrap: wrap;
  max-width: 200px;
}

.collection-item_size-list li {
  display: flex;
  border: 1px solid #D9D9D9;
  height: 34px;
  width: 50px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: .1em;
  margin-right: .7em;
  margin-bottom: .7em;
  cursor: pointer;
  position: relative;
  transition: background .3s, border-color .3s;
}

.collection-item_size-list li:hover .collection-item_prompt {
  display: block;
}

.collection-item_size-list li:last-child {
  margin-bottom: 0;
}

.collection-item_size-list li:hover {
  background: #F8E2AF;
  border-color: #E01919;
}

.collection-item_size-list li.active {
  background: #F8E2AF;
  border-color: #E01919;
}

.collection-item_size-list .gray-bg {
  background: #C0C0C0;
}

.collection-item_size-list .gray-bg.active {
  background: #C0C0C0;
}

.collection-item_add-cart.main-btn_mod {
  pointer-events: none;
}

.collection-item_prompt {
  display: none;
  position: absolute;
  bottom: 100%;
  left: 0;
  background: #F5F3F3;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.09);
  border-radius: 3px;
  padding: 1em;
  font-size: .875rem;
  width: 290px;
}

.collection-item_prompt:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: 9px solid transparent;
  border-top: 10px solid #F5F3F3;
  position: absolute;
  top: 100%;
  left: 20px;
}

.product-item_prompt {
  display: none;
  position: absolute;
  bottom: 100%;
  left: 0;
  background: #F5F3F3;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.09);
  border-radius: 3px;
  padding: 1em;
  font-size: .875rem;
  width: 290px;
  z-index: 100;
}

.product-item_prompt:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: 9px solid transparent;
  border-top: 10px solid #F5F3F3;
  position: absolute;
  top: 100%;
  left: 20px;
}

.product-item_prompt-fixed {
  position: fixed;
  bottom: auto;
  z-index: 100;
}

.product-item_prompt-fixed2 {
  position: fixed;
  bottom: auto;
  z-index: 100;
}

.collection-item_weight-list {
  display: flex;
  flex-wrap: wrap;
}

.collection-item_weight-list li {
  display: flex;
  border: 1px solid #D9D9D9;
  height: 34px;
  width: 50px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: .2em;
  margin-right: .7em;
  margin-bottom: .7em;
  cursor: pointer;
  position: relative;
  transition: background .3s, border-color .3s;
}

.collection-item_weight-list li:hover .collection-item_prompt {
  display: block;
}

.collection-item_weight-list li:last-child {
  margin-bottom: 0;
}

.collection-item_weight-list li:hover {
  background: #F8E2AF;
  border-color: #E01919;
}

.collection-item_weight-list li.active {
  background: #F8E2AF;
  border-color: #E01919;
}

.collection-item_weight-list .gray-bg {
  background: #C0C0C0;
}

.collection-item_weight-list .gray-bg.active {
  background: #C0C0C0;
}

.collection-item_available-number {
  width: 79px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F8E2AF;
  border-radius: 3px;
  font-size: .875rem;
}

.modal-container {
  padding: 0;
  border-radius: 8px;
  display: none;
}

.one-click_popup {
  max-width: 940px;
  width: 100%;
  display: flex;
  background: #fff;
  border-radius: 8px;
}

.one-click_popup .left-column {
  flex: 39% 0 0;
  max-width: 39%;
  background: url(../img/bg/one-click_bg.jpg) no-repeat center top;
  background-size: cover;
}

.one-click_popup .right-column {
  flex: 61% 0 0;
  max-width: 61%;
  padding: 4.8em 4.3em 3em;
}

.popup-title {
  font-size: 1.5rem;
  font-family: "Montserrat";
  margin-bottom: 1.2em;
  text-align: center;
}

.popup-title.text-left {
  text-align: left;
}

.form-group {
  margin-bottom: 1.3em;
}

.form-label {
  font-size: .875rem;
  display: block;
  margin-bottom: 10px;
}

.form-control {
  border: 1px solid #D9D9D9;
  border-radius: 5px;
  background: #fff;
  height: 35px;
  padding: 0 1em;
  width: 100%;
  transition: border .3s;
}

.form-control:focus {
  border: 1px solid #E88910;
}

.one-click_form-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 2em;
}

.one-click_form-footer .form-policy {
  font-weight: 300;
  font-size: .875rem;
  margin-bottom: 1.7em;
  line-height: 1.8;
  text-align: center;
}

.one-click_form .wrapper-submit {
  min-width: 206px;
}

.one-click_form-submit {
  width: 100%;
  height: 100%;
  font-weight: 500;
  font-size: .75rem;
  text-transform: uppercase;
}

.fancybox-close-small {
  border: 1px solid #A5A5A5;
  border-radius: 3px;
}

.fancybox-slide--html .fancybox-close-small {
  right: 10px;
  top: 10px;
}

.fancybox-slide--html .fancybox-close-small path {
  transition: fill .3s;
}

.fancybox-slide--html .fancybox-close-small:hover svg path {
  fill: #E88910;
}

.share-popup {
  width: 407px;
  padding: 2em 2.5em;
}

.share-popup .social-network {
  justify-content: center;
  margin-top: -10px;
  margin-bottom: 1.7em;
}

.more-information_product-btn {
  margin: 1.2em 0 1em;
  max-width: 336px;
  width: 100%;
}

.product-arrow {
  position: absolute;
  top: 400px;
  width: 74px;
  height: 74px;
  border: 1px solid #F4F2F2;
  transition: border-color .3s;
}

.product-arrow:hover {
  border-color: #E88910;
}

.product-arrow:hover:after {
    border-left-color: #808080;
}

.product-arrow:after {
    content: '';
    display: block;
    position: absolute;
    left: 20px;
    right: -3px;
    margin: auto;
    width: 0;
    height: 0;
    top: 0;
    bottom: 0;
    border-radius: 0;
    background: transparent !important;
    border: 16px solid transparent;
    border-left: 19px solid #000;
    transform: none;
    transition: border-color .3s;
}

.next-product {
  right: 0;
}

.prev-product {
  left: 0;
}

.prev-product:after {
  left: -21px;
  right: 0;
  transform: rotate(-180deg);
}

/**basket-section**/
.basket-section {
  padding-bottom: 1.5em;
}

.basket_attention-text {
  padding: .5em 1.5em;
  border: 1px solid #B7D493;
  background: #F3FFEE;
  margin-bottom: 1.5em;
}

.cart-table {
  font-size: .875rem;
  background: #fff;
  width: 100%;
}

.cart-table th {
  background: #FAF7F5;
  font-weight: 600;
  padding: 1.7em;
  text-align: left;
}

.cart-table tr:nth-child(2) td {
  padding-top: 3em;
}

.cart-table td {
  padding: 1.7em;
  vertical-align: top;
}

.cart-table .mobile-title {
  color: #A5A5A5;
  font-size: .875rem;
  font-weight: 600;
  margin-bottom: 5px;
  display: none;
}

.cart-item_img {
  width: 138px;
  height: 138px;
  border: 1px solid #FAF7F5;
}

.cart-item_img a {
  display: block;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: none;
  color: inherit;
  padding: .7em;
}

.cart-item_img img {
  max-width: 100%;
  max-height: 100%;
}

.cart-item_desc {
  max-width: 230px;
}

.cart-item_title {
  display: block;
  font-size: 1rem;
  margin-bottom: 1em;
}

.cart-item_title a {
  color: inherit;
  border-bottom: none;
  transition: color .3s;
}

.cart-item_title a:hover {
  color: #E88910;
}

.cart-item_stock {
  display: inline-block;
  height: 26px;
  line-height: 26px;
  min-width: 104px;
  background: #86A262;
  border-radius: 2px;
  color: #fff;
  margin-bottom: 1em;
  text-align: center;
}

.cart-item_stock.out_stock {
  background: #E88910;
}

.cart-item_size-weight {
  color: #A5A5A5;
}

.cart-item_size-weight li {
  margin-bottom: 10px;
}

.cart-item_size-weight li:last-child {
  margin-bottom: 0;
}

.cart-item_sale {
  font-size: 1.125rem;
  display: inline-block;
  margin-top: 5px;
}

.cart-item_sale.red {
  color: #E01919;
}

.cart-item_price {
  font-size: 1.125rem;
  display: inline-block;
  margin-top: 5px;
}

.cart-item_sale {
  font-size: 1.125rem;
  display: inline-block;
  margin-top: 5px;
}

.cart-item_total {
  font-size: 1.125rem;
  display: inline-block;
  margin-top: 5px;
}

.cart-item_price-row {
  display: flex;
  align-items: center;
  margin-top: 5px;
  font-size: 1.125rem;
}

.cart-item_new-price {
  font-weight: 500;
  margin-right: 10px;
}

.cart-item_old-price {
  font-weight: 300;
  color: #A5A5A5;
}

.cart-item_btns {
  display: flex;
  margin-top: 10px;
}

.cart-item_postpone-btn {
  display: flex;
  align-items: center;
  color: #A5A5A5;
  border: none;
  position: relative;
  font-size: .875rem;
  background-color: transparent;
  margin-right: 18%;
  transition: color .3s;
}

.cart-item_postpone-btn .ico-heart {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  color: #E01919;
  font-size: 1rem;
  transition: opacity .3s;
}

.cart-item_postpone-btn.is-active {
  color: #E88910;
}

.cart-item_postpone-btn.is-active .ico-fav:before {
  color: #E88910;
}

.cart-item_postpone-btn.is-active .ico-heart {
  opacity: 1;
}

.cart-item_postpone-btn .ico-fav {
  margin-right: 10px;
}

.cart-item_postpone-btn .ico-fav:before {
  color: #A5A5A5;
  transition: color .3s;
}

.cart-item_postpone-btn:hover {
  color: #E88910;
}

.cart-item_postpone-btn:hover .ico-fav:before {
  color: #E88910;
}

.cart-item_delete-btn {
  display: flex;
  align-items: center;
  color: #A5A5A5;
  font-size: .875rem;
  border: none;
  background-color: transparent;
  transition: color .3s;
}

.cart-item_delete-btn .ico-close {
  margin-right: 10px;
}

.cart-item_delete-btn:hover {
  color: red;
}

.select-packaging_text {
  background: #FAF7F5;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: .2em 1em;
  font-size: 1.125rem;
}

.package-slider {
  margin-bottom: 1em;
  background: #fff;
}

.package-slider .slick-track {
  display: flex;
}

.package-slider .slick-slide {
  height: auto;
}

.package-slider .slick-slide > div {
  height: 100%;
}

.package-slider .slick-list {
  padding: 2px;
}

.package-slider .slick-disabled {
  opacity: .5;
}

.package-item {
  border: 1px solid #FAF7F5;
  padding: 1.25em;
  text-align: center;
  height: 100%;
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  transition: box-shadow .3s;
}

.package-item.active {
  border-color: #E88910;
}

.package-item.active:hover {
  box-shadow: none;
}

.package-item:hover {
  box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.11);
}

.package-item .main-btn {
  min-width: 150px;
}

.package-item_img {
  height: 185px;
  margin-bottom: 1.8em;
}

.package-item_img img {
  max-width: 100%;
  max-height: 100%;
}

.package-item_title {
  display: block;
  font-weight: 300;
  margin-bottom: 1em;
}

.package-item_price-name {
  display: inline-block;
  height: 27px;
  line-height: 27px;
  min-width: 82px;
  padding: 0 .4em;
  color: #fff;
  font-size: .875rem;
  background: #B7D493;
  border-radius: 2px;
  margin-top: auto;
  margin-bottom: .4em;
  text-align: center;
}

.package-item_price {
  font-size: 1.625rem;
  margin-bottom: 7px;
}

.basket-section_footer {
  display: flex;
  align-items: flex-end;
}

.basket-section_footer .left-column {
  flex: 0 0 auto;
  padding-right: 1em;
}

.basket-section_footer .right-column {
  flex: 1 0 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.form-coupon {
  width: 309px;
  display: flex;
  align-items: flex-end;
}

.form-coupon .form-group {
  flex: 1 0 0;
  margin-bottom: 0;
  margin-right: 10px;
}

.form-coupon .wrapper-submit {
  flex: 35px 0 0;
  min-width: auto;
}

.form-coupon .form-control {
  height: 35px;
}

.form-coupon_submit {
  width: 100%;
  height: 100%;
  font-size: .75rem;
  font-weight: 500;
}

.basket-total_box li {
  margin-bottom: .7em;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

.basket-total_box .text {
  font-weight: 300;
  padding-right: 10px;
  position: relative;
  top: -2px;
}

.basket-total_box .text-sale {
  color: #E01919;
}

.basket-total_sum {
  font-weight: 500;
  font-size: 1.375rem;
  min-width: 102px;
  text-align: right;
}

.basket-total_sale {
  font-weight: 500;
  font-size: 1.375rem;
  color: #E01919;
  min-width: 102px;
  text-align: right;
}

.basket-total_sum2 {
  font-size: 1.625rem;
}

.basket_footer-btns {
  display: flex;
  align-items: center;
}

.basket_footer-btns .main-btn_mod {
  margin-right: 1em;
}

/***discount-section*/
.discount-section {
  padding: 1em 0 2.2em;
  position: relative;
  z-index: 2;
}

.discount-content {
  background: #EFF9E2;
  border: 1px solid #B7D493;
  padding: 1.2em 2em;
}

.h3 {
  font-size: 1.5rem;
  font-family: "Montserrat";
  margin-bottom: .7em;
  text-align: center;
}

.h3.text-left {
  text-align: left;
}

.discount-list {
  display: flex;
  margin: 0 -10px;
}

.discount-list li {
  padding: 0 10px;
  flex: 1 0 0;
  text-align: center;
}

.discount-list li:last-child .discount-percent:after {
  display: none;
}

.discount-list li.active .discount-percent {
  opacity: 1;
}

.discount-list li.active .discount-percent:after {
  background: linear-gradient(89.99deg, #86A262 36.77%, rgba(255, 255, 255, 0) 100.01%), #CCDABB;
}

.discount-list .text {
  display: block;
  color: #86A262;
  font-size: .875rem;
}

.discount-percent {
  font-size: 1.25rem;
  margin-bottom: 2px;
  color: #86A262;
  opacity: .6;
  height: 37px;
  line-height: 37px;
  display: inline-block;
  position: relative;
}

.discount-percent.percent-fifth {
  font-size: 1.375rem;
}

.discount-percent.percent-seven {
  font-size: 1.5rem;
}

.discount-percent.percent-ten {
  font-size: 1.625rem;
}

.discount-percent.percent-fifteen {
  font-size: 1.75rem;
}

.discount-percent.percent-twenty {
  font-size: 1.875rem;
}

.discount-percent:after {
  content: '';
  display: block;
  width: 138px;
  height: 1px;
  background: #CCDABB;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: calc(100% + 5vw);
}

.discount-price {
  font-size: .935rem;
  font-weight: 500;
}

.discount-list_mod {
  margin-left: auto;
  margin-right: auto;
  justify-content: space-between;
}

/**ordering-section***/
.ordering-section {
  padding-bottom: 3em;
}

.ordering-step {
  border: 1px solid #EDF2F8;
  background: #fff;
  margin-bottom: .6em;
}

.ordering-step:last-child {
  margin-bottom: 0;
}

.ordering-step.active .ordering-step_body {
  display: block;
}

.ordering-step_header {
  height: 57px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #FBFBFB;
  padding: .3em 1.3em;
  color: #5E5E5D;
  font-size: 1rem;
}

.ordering-step_header .left-text {
  display: flex;
  align-items: center;
}

.ordering-step_header .edit-btn {
  display: none;
  font-size: .75rem;
  border-bottom: 1px dotted #1B1A19;
  transition: border-bottom-color .3s;
  text-transform: uppercase;
}

.ordering-step_header .edit-btn:hover {
  border-bottom-color: transparent;
}

.ordering-step_square {
  margin-right: 1em;
  position: relative;
}

.ordering-step_square .ico-check {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  font-size: 1.9rem;
}

.ordering-step_number {
  flex: 30px 0 0;
  width: 30px;
  height: 30px;
  border: 1px solid #D9D9D9;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
}

.ordering-step_body {
  padding: 1.7em 4.1em 2.1em;
  display: none;
}

.ordering-step_body .location-text {
  font-size: .875rem;
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: -2.2em;
  width: 73%;
}

.ordering-step_body .attention-box {
  min-height: 34px;
  display: flex;
  align-items: center;
  background: #FFEEDF;
  border: 1px solid #FADBBF;
  border-radius: 1px;
  color: #F2994A;
  font-size: .8125rem;
  padding: .4em 1.4em;
  margin-bottom: 2em;
}

.ordering-step_body .glipf-attention {
  margin-right: 6px;
}

.ordering-step_body-last {
  display: block;
}

.ordering-step_subtitle {
  display: block;
  font-size: .875rem;
  margin-bottom: .5em;
}

.unified-radio {
  display: inline-block;
  position: relative;
  cursor: pointer;
  font-weight: 300;
  font-size: .875rem;
  margin-bottom: 0;
  padding-left: 27px;
}

.unified-radio input[type="radio"] {
  position: absolute;
  margin-left: -20px;
  display: none;
}

.unified-radio input[type="radio"]:checked + .radio-text:before {
  opacity: 1;
}

.unified-radio input[type="radio"]:checked + .radio-text:after {
  border-color: #1B1A19;
}

.unified-radio input[type="radio"] + .radio-text:before {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #1B1A19;
  content: '';
  display: block;
  position: absolute;
  top: 6px;
  left: 4px;
  opacity: 0;
  transition: opacity .2s;
  z-index: 1;
}

.unified-radio input[type="radio"] + .radio-text:after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid #A5A5A5;
  background: #fff;
  position: absolute;
  top: 2px;
  left: 0;
  margin: auto;
  transition: border-color .3s, background .3s;
}

.unified-radio .radio-text {
  display: inline-block;
  transition: color .2s;
}

.form-location {
  display: flex;
  justify-content: space-between;
}

.form-location .form-group {
  flex: 235px 0 0;
  max-width: 235px;
  margin-bottom: 1.7em;
}

.form-location .form-group:first-child {
  flex-basis: calc(100% - 255px);
  max-width: calc(100% - 255px);
}

.ordering-step sup {
  color: #E01919;
  font-size: 1.2rem;
  top: 0;
}

.ordering-step .required-fill {
  font-size: .875rem;
  font-weight: 300;
}

.ordering-step.is-checked .ordering-step_header {
  background: #FCF3DF;
}

.ordering-step.is-checked .ordering-step_header .ico-check {
  opacity: 1;
}

.ordering-step_footer {
  margin-top: 2.2em;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ordering-step_footer .main-btn {
  min-width: 145px;
}

.ordering_left-column {
  padding: 0 15px;
  flex: 71% 0 0;
  max-width: 71%;
}

.ordering_right-column {
  padding: 0 15px 0 10px;
  flex: 29% 0 0;
  max-width: 29%;
  position: relative;
}

.ordering-total_box {
  border: 1px solid #F5F3F3;
  padding: 1.3em 2.5em 2em;
  border-radius: 2px;
  background: #fff;
}

.ordering-total_box.is-sticky {
  position: fixed;
  width: 401px;
  top: 60px;
}

.ordering-total_box.is-static {
  position: absolute;
  bottom: 0;
  top: auto;
  left: 10px;
  width: calc(100% - 25px);
}

.ordering-total_box .red-text {
  color: #E01919;
  font-size: .875rem;
  display: block;
  text-align: left;
}

.ordering-total_table {
  margin-bottom: 2em;
  width: 100%;
}

.ordering-total_table td {
  padding: .3em;
  vertical-align: bottom;
}

.ordering-total_table td:first-child {
  color: #5F5F5E;
  padding-left: 0;
}

.ordering-total_table td:last-child {
  padding-right: 0;
  font-size: 1.375rem;
  font-weight: 500;
  text-align: right;
}

.ordering-total_table .delivery-text {
  color: #86AA5A;
  font-weight: 500;
  font-size: 1rem;
}

.ordering-total_table .weight {
  font-weight: 400;
  font-size: 1rem;
}

.ordering-total_table .border-row {
  border-bottom: 1px solid #D9D9D9;
}

.ordering-total_table .border-row td {
  padding-bottom: 15px;
}

.ordering-total_table .last-row td {
  padding-top: 15px;
}

.ordering-total_table .red-row {
  color: #E01919;
  font-weight: 500;
}

.ordering-total_table .red-row td {
  color: inherit;
  font-weight: inherit;
  font-size: inherit;
}

.ordering-total_sum {
  font-size: 1.75rem;
  font-weight: 600;
  letter-spacing: .7px;
  white-space: nowrap;
}

.ordering-total_card {
  display: flex;
  align-items: center;
  margin: 0 -.4em;
}

.ordering-total_card li {
  padding: 0 .4em;
}

.ordering-total_card img {
  max-width: 100%;
}

.ordering-step_radio-list {
  margin-bottom: 2em;
}

.ordering-step_radio-list li {
  margin-bottom: .6em;
}

.ordering-data_list {
  display: none;
}

.ordering-data_list li {
  display: flex;
  margin-bottom: .6em;
}

.ordering-data_list li:last-child {
  margin-bottom: 0;
}

.ordering-data_subtitle {
  font-weight: 500;
  color: #8D909B;
  margin-right: 1em;
}

.delivery_tab-names {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
  flex: 64% 0 0;
  max-width: 64%;
}

.delivery_tab-names li {
  padding: 0 10px;
  margin-bottom: 1em;
  flex: 33.33% 0 0;
  max-width: 33.33%;
}

.delivery_tab-names li.active .delivery-item_img {
  border-color: #E88910;
  background: #FCF3DF;
}

.delivery_tab-names li.active .delivery-item_price {
  background: #E88910;
  bottom: -5px;
  right: -5px;
}

.delivery-content_tabs {
  flex: 36% 0 0;
  max-width: 36%;
  padding-left: 1em;
}

.delivery-item {
  color: #A5A5A5;
  font-size: .875rem;
  text-align: center;
}

.delivery-item_img {
  border: 1px solid #F5F3F3;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 74px;
  position: relative;
  padding: 0 .7em;
  margin-bottom: .7em;
  transition: border-color .2s;
}

.delivery-item_img img {
  max-width: 100%;
  max-height: 100%;
}

.delivery-item_price {
  width: 61px;
  height: 23px;
  background: rgba(0, 0, 0, 0.62);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: .875rem;
  position: absolute;
  bottom: 0;
  right: 0;
  transition: bottom .2s, right .2s;
}

.delivery_tab-content {
  padding: 1.7em;
  background: #FAF7F5;
}

.delivery_tab-content .title {
  display: block;
  font-size: 1.125rem;
  margin-bottom: .6em;
}

.delivery_tab-content .img-box {
  margin-bottom: 1.2em;
}

.delivery_tab-content img {
  max-width: 100%;
}

.delivery_tab-content .attention-text {
  display: block;
  margin-bottom: 1.2em;
  font-size: .875rem;
  font-weight: 500;
  padding-right: 7px;
  color: #E01919;
}

.delivery_tab-table {
  font-weight: 500;
  margin-bottom: 1em;
  width: 100%;
}

.delivery_tab-table td {
  padding: .2em;
}

.delivery_tab-table td:first-child {
  color: #5E5C5B;
  padding-left: 0;
}

.delivery_tab-table td:last-child {
  padding-right: 0;
  text-align: right;
}

.payment_tab-names {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
  flex: 64% 0 0;
  max-width: 64%;
}

.payment_tab-names li {
  padding: 0 10px;
  margin-bottom: 1em;
  flex: 33.33% 0 0;
  max-width: 33.33%;
}

.payment_tab-names li.active .payment-item_img {
  border-color: #E88910;
  background: #FCF3DF;
}

.payment-content_tabs {
  flex: 36% 0 0;
  max-width: 36%;
  padding-left: 1.7em;
}

.payment-item {
  color: #A5A5A5;
  font-size: .875rem;
  text-align: center;
}

.payment-item_img {
  border: 1px solid #F5F3F3;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 74px;
  position: relative;
  padding: 0 .7em;
  margin-bottom: .7em;
  transition: border-color .2s;
}

.payment-item_img img {
  max-width: 100%;
  max-height: 100%;
}

.payment_tab-content {
  padding: 1.5em;
  background: #FAF7F5;
}

.payment_tab-content .title {
  display: block;
  font-size: 1.125rem;
  margin-bottom: .6em;
}

.payment_tab-content .img-box {
  margin-bottom: 1.2em;
}

.payment_tab-content img {
  max-width: 100%;
}

.ordering-form_footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.ordering-form_footer .main-btn_mod {
  margin-right: auto;
}

.ordering-form_footer .form-policy {
  padding: 0;
  color: #102C54;
  line-height: 1.5;
  padding-left: 10%;
}

.ordering-form {
  margin-bottom: 2.3em;
}

.ordering-form .form-group {
  margin-bottom: 1.1em;
}

.ordering-form .form-label {
  margin-bottom: .4em;
}

.wrapper_ordered-goods {
  max-height: 400px;
  overflow: hidden;
  overflow-y: auto;
  padding-right: 20px;
  width: calc(100% + 20px);
  scrollbar-color: #9a9a9a #E6E6E6;
  scrollbar-width: thin;
}

.wrapper_ordered-goods::-webkit-scrollbar-track {
  background-color: #cccccc;
}

.wrapper_ordered-goods::-webkit-scrollbar-thumb {
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-color: #9a9a9a;
}

.wrapper_ordered-goods::-webkit-resizer {
  width: 3px;
  height: 0px;
}

.wrapper_ordered-goods::-webkit-scrollbar {
  width: 3px;
}

.ordered-goods {
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid #D9D9D9;
  padding: 1.3em 0;
}

.ordered-goods:first-child {
  padding-top: 0;
}

.ordered-goods:last-child {
  border-bottom: none;
}

.ordered-goods_img {
  width: 80px;
  height: 80px;
  border: 1px solid #F4F2F2;
}

.ordered-goods_img a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: .3em;
  border-bottom: none;
}

.ordered-goods_img img {
  max-width: 100%;
  max-height: 100%;
}

.ordered-goods_desc {
  padding-left: 2em;
  flex: 1 0 0;
}

.ordered-goods_title {
  display: block;
  font-weight: 500;
  margin-bottom: 10px;
}

.ordered-goods_title a {
  color: inherit;
  border-bottom: none;
  transition: color .3s;
}

.ordered-goods_title a:hover {
  color: #E88910;
}

.ordered-goods_size {
  font-size: .875rem;
  color: #A5A5A5;
}

.ordered-goods_number {
  flex: 135px 0 0;
  text-align: center;
  font-weight: 500;
}

.ordered-goods_price {
  flex: 135px 0 0;
  text-align: center;
  font-weight: 500;
  text-align: right;
}

.ordering-section_footer {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 3em;
}

.ordering-section_footer .ordering-policy {
  font-size: .875rem;
  font-weight: 300;
  max-width: 550px;
  margin-right: 2em;
  width: 100%;
  text-align: right;
}

.ordering_coupon-box {
  display: none;
  margin-top: 2em;
}

/***personal-area_section**/
.personal-area_section {
  margin-bottom: -2.2em;
}

.personal-area_menu {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
  width: 85%;
}

.personal-area_menu li {
  padding: 0 5px;
  flex: 1 0 0;
}

.personal-area_menu li.active .text {
  background: #FCF3DF;
}

.personal-area_menu .text {
  height: 35px;
  background: #FAF7F5;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: .2em .3em;
  font-size: .875rem;
  font-weight: 500;
  text-align: center;
  transition: background .3s;
}

.personal-area_menu .text:hover {
  background: #FCF3DF;
}

.personal-area_tab-container {
  margin-bottom: 2.5em;
}

.personal-data_form {
  max-width: 623px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -8px;
}

.personal-data_form .form-group {
  margin-bottom: 1.1em;
}

.personal-data_form-footer {
  display: flex;
  padding-top: 10px;
}

.personal-data_form-footer .main-btn_mod {
  height: 60px;
  line-height: 60px;
  min-width: 123px;
}

.personal-data_form-submit {
  min-width: 219px;
  height: 60px;
  line-height: 60px;
  margin-right: 1em;
}

.delivery-list {
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: -.5em;
  margin-bottom: 1.5em;
  position: relative;
  width: 95%;
  z-index: 2;
}

.delivery-list li {
  flex: 1 0 0;
  padding: 0 10px;
}

.delivery-list img {
  max-width: 100%;
}

.accumulative-program_content {
  padding: 2.5em 0 0;
}

.accumulative-program_content .top-text {
  display: block;
  margin-bottom: 1em;
  margin-top: -14px;
  font-weight: 300;
  line-height: 1.7;
  text-align: center;
}

.accumulative-program_table {
  max-width: 470px;
  margin-left: auto;
  margin-right: auto;
  font-size: .875rem;
  margin-bottom: 4em;
}

.accumulative-program_table th {
  font-weight: 500;
  padding: .5em 2.2em;
  border-right: 1px solid #fff;
  text-align: left;
}

.accumulative-program_table th:last-child {
  border-right: none;
}

.accumulative-program_table td {
  font-weight: 300;
  padding: .5em 2.2em;
  border-right: 1px solid #fff;
}

.accumulative-program_table td:first-child {
  width: 64%;
}

.accumulative-program_table td:last-child {
  border-right: none;
}

.accumulative-program_table tr:nth-child(odd) {
  background: #F5F3F3;
}

.order-good_table {
  background: #fff;
  width: 100%;
}

.order-good_table th {
  padding: 1.3em;
  padding-top: 1.5em;
  font-weight: 500;
  border-bottom: 1px solid #E8E8E8;
  text-align: left;
}

.order-good_table td {
  padding: .9em 1.3em;
  font-weight: 300;
}

.order-good_table .first-td {
  padding-left: 0;
  padding-right: 0;
}

.order-good_title-row.is-active {
  background: #F5F3F3;
}

.order-good_title-row.is-active .order-status:after {
  transform: rotate(-135deg);
}

.order-good_title-row .mobile-title {
  display: none;
  font-weight: 500;
  margin-bottom: 7px;
}

.order-status {
  font-weight: 500;
  position: relative;
  cursor: pointer;
  display: flex;
}

.order-status.received {
  color: #219653;
}

.order-status.going-to {
  color: #E88910;
}

.order-status.submitted {
  color: #2F80ED;
}

.order-status:hover:after {
  border-color: #E88910;
}

.order-status:after {
  content: '';
  display: block;
  width: 7px;
  height: 7px;
  border-right: 2px solid  #1B1A19;
  border-bottom: 2px solid  #1B1A19;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transform: rotate(45deg);
  transition: border-color .3s;
}

.order-content {
  display: none;
}

.order-content.is-open {
  display: table-row;
}

.order-item {
  display: flex;
  align-items: flex-start;
  padding: 1.5em 0;
}

.order-item:first-child {
  padding-top: 0;
}

.order-item:last-child {
  border-bottom: none;
}

.ordered-item_img {
  width: 102px;
  height: 102px;
  flex: 102px 0 0;
  border: 1px solid #F4F2F2;
}

.ordered-item_img a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: .3em;
  border-bottom: none;
}

.ordered-item_img img {
  max-width: 100%;
  max-height: 100%;
}

.ordered-item_desc {
  padding-left: 2em;
  padding-top: 10px;
  padding-right: 1.2em;
  flex: 1 0 0;
}

.ordered-item_title {
  display: block;
  font-size: 1.125rem;
  font-weight: 400;
  margin-bottom: 10px;
}

.ordered-item_title a {
  color: inherit;
  border-bottom: none;
  transition: color .3s;
}

.ordered-item_title a:hover {
  color: #E88910;
}

.order-item_size-weight {
  color: #A5A5A5;
  font-size: .875rem;
}

.order-item_size-weight li {
  margin-bottom: 10px;
}

.order-item_size-weight li:last-child {
  margin-bottom: 0;
}

.order-item_price-column {
  flex: 0 0 auto;
  padding-top: 17px;
  padding-right: 2em;
}

.order-item_price-column .text {
  display: block;
  color: #A5A5A5;
  font-size: .875rem;
  margin-bottom: 1px;
}

.ordered-item_price {
  font-weight: 400;
  font-size: 1.625rem;
}

.wrapper_order-item {
  padding-top: 10px;
  padding-left: 1.3em;
}

.order-content_footer {
  display: flex;
  background: #F5F3F3;
  padding: 2em 1em;
}

.order-content_footer .left-column {
  flex: 1 0 0;
  padding-right: 1em;
}

.order-content_footer .right-cell {
  flex: 0 0 auto;
}

.wrapper_order-details_list {
  display: flex;
  align-items: flex-start;
}

.track-order_btn {
  margin-left: 5%;
  position: relative;
  top: 2px;
}

.track-order_btn a {
  font-size: .8125rem;
  color: #2F80ED;
  border-bottom: 1px dashed #2F80ED;
  transition: border-bottom-color .3s;
}

.track-order_btn a:hover {
  border-bottom-color: transparent;
}

.order-details_list {
  color: #A5A5A5;
  font-weight: 500;
  margin-bottom: 1.7em;
}

.order-details_list:last-child {
  margin-bottom: 0;
}

.order-details_list li {
  margin-bottom: 10px;
}

.order-details_list li:last-child {
  margin-bottom: 0;
}

.order-details_list .right-cell {
  margin-left: 1em;
  color: #1B1A19;
  font-weight: 300;
}

.order-details_list a {
  color: inherit;
  border-bottom: none;
}

.order-content_total {
  color: #A5A5A5;
  font-weight: 500;
}

.order-content_total td {
  padding: .4em;
}

.order-content_total td:first-child {
  padding-right: 3.5em;
}

.order-content_total td:last-child {
  font-size: 1.375rem;
  color: #1B1A19;
  font-weight: 500;
  text-align: right;
}

.order-content_total .delivery-price {
  font-size: 1.125rem;
  font-weight: 400;
}

.modes-communication_list {
  display: flex;
  justify-content: center;
  margin-bottom: 3em;
}

.modes-communication_list li {
  margin-right: 3em;
}

.modes-communication_list li:last-child {
  margin-right: 0;
}

.modes-communication_box {
  background: #fff;
  height: 100%;
  padding: 3.3em 4.5em;
}

.modes-communication_form {
  margin-top: 2em;
}

.modes-communication_form .wrapper-submit {
  min-width: 275px;
  position: relative;
}

.h4 {
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 1em;
}

.subscribe-news_box {
  padding: 3.3em 4.5em;
  background: #FCF3DF;
}

.subscribe-news_box .h4 {
  text-align: center;
}

.subscription-form_mod {
  padding-top: 15px;
}

.subscription-form_mod .wrapper-submit {
  min-width: 275px;
  position: relative;
  margin-top: 1em;
}

.subscription-form_mod .form-control {
  border-color: transparent;
}

.subscription-form_mod .form-control:focus {
  border-color: #E88910;
}

.subscription-form_mod-submit {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: .75rem;
  font-weight: 500;
  z-index: 2;
  text-transform: uppercase;
}

.modes-communication_submit-btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: .75rem;
  font-weight: 500;
  z-index: 2;
  text-transform: uppercase;
}

/**contact-section***/
.contact-row {
  padding-top: 1.25em;
}

.contact-row .left-column {
  padding: 0 15px;
  flex: 46% 0 0;
  max-width: 46%;
}

.contact-row .right-column {
  padding: 0 15px;
  flex: 54% 0 0;
  max-width: 54%;
}

.contact-box {
  margin-bottom: 3em;
}

.contact-box_title {
  pointer-events: none;
}

.contact-list li {
  margin-bottom: 1em;
  display: flex;
  line-height: 1.7;
  font-weight: 300;
}

.contact-list [class^="ico-"] {
  margin-right: 15px;
  color: #e88910;
  display: flex;
  align-items: center;
}

.contact-item_map-btn {
  color: #A5A5A5;
  font-size: .8125rem;
  font-weight: 300;
  border-bottom: 1px dotted #A5A5A5;
  height: 20px;
  margin-left: 20px;
  position: relative;
  top: -10px;
  white-space: nowrap;
  transition: border-bottom-color .3s;
}

.contact-item_map-btn:hover {
  border-bottom-color: transparent;
}

.contact_phone-number {
  margin-right: 1.2em;
}

.contact_phone-number a {
  color: inherit;
  border-bottom: none;
}

.messengers-list {
  display: flex;
}

.messengers-list li {
  padding: 0 5px;
  margin-bottom: 0;
}

.messengers-list a {
  border-bottom: none;
  color: inherit;
  width: 24px;
  height: 24px;
  display: block;
  transition: opacity .3s;
}

.messengers-list a:hover {
  opacity: .6;
}

.messengers-list img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.contact-email {
  font-size: 1.125rem;
  margin-bottom: 2.5em;
  margin-top: 3.5em;
}

.contact-email a {
  margin-left: 10px;
  color: #2F80ED;
  border-bottom: none;
  transition: color .3s;
}

.contact-email a:hover {
  color: #E88910;
}

.contact-skype {
  display: flex;
  align-items: center;
  font-size: 1.125rem;
  transition: color .3s;
}

.contact-skype:hover {
  color: #E88910;
}

.skype-icon {
  display: block;
  flex: 52px 0 0;
  height: 52px;
  width: 52px;
  margin-right: 1em;
}

.skype-icon img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.contact-section_footer .h4 {
  margin-bottom: .7em;
}

.ask-qustion_form {
  background: #FAF7F5;
  padding: 2.2em 4.5em;
}

.ask-qustion_form .form-control {
  border-color: transparent;
}

.ask-qustion_form .form-control:focus {
  border-color: #E88910;
}

.ask-qustion_form .wrapper-submit {
  position: relative;
  margin-bottom: 3em;
}

.ask-qustion_form .form-policy {
  margin-top: 1.5em;
  margin-bottom: 2.5em;
  padding: 0 8%;
  font-size: .875rem;
  font-weight: 300;
  line-height: 1.7;
  text-align: center;
}

.ask-qustion_form .survey-fields {
  color: #E01919;
  font-size: .875rem;
  font-weight: 300;
}

.ask-qustion_form sup {
  color: #E01919;
  font-size: 1.2rem;
  top: 0;
}

.form-captcha {
  display: flex;
  align-items: center;
  margin-bottom: 1em;
}

.form-captcha_img {
  max-width: 239px;
  margin-right: 10px;
}

.form-captcha_img img {
  max-width: 100%;
  max-height: 35px;
}

.update-code_btn {
  font-size: .875rem;
  color: #A5A5A5;
  transition: color .3s;
}

.update-code_btn:hover {
  color: #E88910;
}

.ask-qustion_form-submit {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-weight: 500;
  font-size: .75rem;
  text-transform: uppercase;
}

.form-textarea {
  outline: none;
  resize: none;
  height: 95px;
  padding-top: 10px;
}

.map-container {
  margin-top: 2em;
}

#map {
  height: 460px;
}

/**shop-section**/
.shop-section {
  padding: 2.5em 0;
}

.shop-slider {
  max-width: 1190px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 4em;
}

.shop-slider .slick-dots {
  bottom: -3em;
}

.shop-slider .slick-list {
  padding-top: 2em !important;
}

.shop-slider .slick-disabled {
  opacity: .5;
}

.shop-slider .slick-slide {
  position: relative;
  transition: transform .4s;
}

.shop-slider .slick-center {
  filter: brightness(100%);
  transform: scale(1.17);
  z-index: 1;
}

.shop-slider .slick-center:after {
  opacity: 0;
}

.shop-item {
  height:450px;
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center;
}

/**shop-section**/
.production-section {
  padding: 2em 0;
}

.production-slider {
  max-width: 1190px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 4em;
}

.production-slider .slick-dots {
  bottom: -3em;
}

.production-slider .slick-list {
  padding-top: 2em !important;
  padding-bottom: 2em !important;
}

.production-slider .slick-disabled {
  opacity: .5;
}

.production-slider .slick-slide {
  filter: brightness(44%);
  position: relative;
  transition: transform .4s;
}

.production-slider .slick-slide:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.66), rgba(0, 0, 0, 0.66));
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity .4s;
}

.production-slider .slick-center {
  filter: brightness(100%);
  transform: scale(1.17);
  z-index: 1;
}

.production-slider .slick-center:after {
  opacity: 0;
}

.production-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/**documents-section**/
.documents-section {
  padding: 2.5em 0 0;
}

.documents-slider {
  padding: 0 3em;
  max-width: 1190px;
  margin-left: auto;
  margin-right: auto;
}

.documents-slider .slick-slide {
  padding: 0 15px;
  height: auto;
}

.documents-slider .slick-slide > div {
  height: 100%;
}

.documents-slider .slick-track {
  display: flex;
}

.documents-slider .slick-disabled {
  opacity: .5;
}

.document-item {
  height: 100%;
  text-align: center;
}

.document-item img {
  max-width: 100%;
  max-height: 100%;
}

.document-item .fancybox {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
}

.document-item .fancybox:hover:after {
  opacity: 1;
}

.document-item .fancybox:after {
  content: '';
  display: block;
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.5) url(../img/icons/loop2-icon.png) no-repeat center center;
  border-radius: 50%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transition: opacity .3s;
}

.log-register_section {
  padding-bottom: 3.5em;
}

.log-register_form {
  max-width: 622px;
  margin-left: auto;
  margin-right: auto;
}

.log-register_form .form-group {
  margin-bottom: 1.7em;
}

.log-register_form .form-list {
  padding-top: 5px;
  margin-bottom: 2em;
}

.log-register_form .form-list li {
  margin-bottom: 1.5em;
}

.log-register_form .wrapper-submit {
  position: relative;
  min-width: 279px;
  margin-bottom: 2em;
}

.log-register_form .wrapper-submit_login {
  min-width: 324px;
}

.log-register_form .wrapper-submit_login.disabled {
  background: #D9D9D9;
}

.log-register_form .wrapper-submit_login.disabled:before {
  display: none;
}

.log-register_form .form-policy {
  margin-top: 1.5em;
  margin-bottom: 2.5em;
  padding: 0 8%;
  font-size: .875rem;
  font-weight: 300;
  line-height: 1.7;
  text-align: center;
}

.log-register_form .survey-fields {
  color: #E01919;
  font-size: .875rem;
  font-weight: 300;
}

.log-register_form sup {
  color: #E01919;
  font-size: 1.2rem;
  top: 0;
}

.log-register_form .unified-checkbox {
  font-weight: 500;
}

.log-register_form .form-btns {
  padding: 2.4em 0 2.5em;
  text-align: center;
}

.log-register_form .social-network {
  justify-content: center;
  margin-bottom: 2em;
}

.log-register_submit {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-weight: 500;
  font-size: .75rem;
  text-transform: uppercase;
}

.forgot-password_btn {
  display: inline-block;
  font-size: 1.125rem;
  color: #A5A5A5;
  margin-bottom: 1.7em;
  transition: color .3s;
}

.forgot-password_btn:hover {
  color: #E88910;
}

.login-code_btn {
  display: inline-block;
  font-size: 1.125rem;
  color: #E01919;
  border-bottom-color: transparent;
  transition: border-bottom-color .3s;
}

.login-code_btn:hover {
  border-bottom-color: #E01919;
}

.advantages-box {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2em;
}

.advantages-box .main-btn {
  width: 100%;
}

.advantages-list {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.375rem;
  font-weight: 500;
  margin: 0 -10px .5em;
}

.advantages-list li {
  padding: 0 10px;
  flex: 50% 0 0;
  max-width: 50%;
  margin-bottom: .5em;
  text-align: center;
}

.advantages-icon {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 90px;
  margin-bottom: .6em;
}

.advantages-icon img {
  max-width: 100%;
  max-height: 100%;
}

.log-register_subtitle {
  display: block;
  font-size: .875rem;
  margin-bottom: .5em;
}

.register_radio-list {
  margin-bottom: 1.8em;
}

.register_radio-list li {
  margin-bottom: .4em;
}

.wrapper_input-file {
  display: flex;
}

.input-file-text {
  flex: 1 0 0;
  margin-right: 1em;
}

.input-file-text::-webkit-input-placeholder {
  color: #000000;
  font-weight: 300;
}

.input-file-text::input-placeholder {
  color: #000000;
  font-weight: 300;
}

.input-file-text::-moz-input-placeholder {
  color: #000000;
  font-weight: 300;
}

.input-file {
  position: relative;
  cursor: pointer;
  z-index: 1;
}

.input-file:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.upload-file {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}

.input-file_mod {
  display: flex;
  align-items: center;
}

.input-file_mod .clip-icon {
  font-size: 1.4rem;
  margin-right: .7em;
}

.wholesale-form {
  padding: 2em 2.5em;
  background: #FAF7F5;
  max-width: 100%;
    height: 100%;
}

.wholesale-form .top-text {
  font-weight: 300;
  display: block;
  margin-top: -10px;
  margin-bottom: 1.8em;
}

.wholesale-form .form-policy {
  margin-top: 0;
  margin-bottom: 1.3em;
}

.wholesale-form .wrapper-submit {
  margin-bottom: .7em;
}

.wholesale-form .form-fields_mod {
  border-bottom: 1px solid #C0C0C0;
  margin-bottom: 1.4em;
}

.discount-content_wholesale {
  background: #F4E4F9;
  border: 1px solid #DAA6EA;
  padding: 5.8em 0;
}

.discount-content_wholesale .top-text {
  display: block;
  font-weight: 300;
  margin-bottom: 1.8em;
  text-align: center;
}

.discount-list_wholesale {
  flex-direction: column;
  align-items: center;
}

.discount-list_wholesale .discount-percent {
  color: #A73EC7;
}

.discount-list_wholesale .text {
  color: #DAA6EA;
}

.discount-list_wholesale .discount-percent:after {
  left: 0;
  right: 0;
  top: calc(100% + 140px);
  margin: auto;
  transform: rotate(90deg);
  transform-origin: 38% 50%;
  width: 40px;
}

.discount-list_wholesale li.active .discount-percent:after {
  background: #A73EC7;
}

.discount-list_wholesale .discount-percent:after {
  background: #DAA6EA;
}

.discount-list_wholesale li {
  margin-bottom: 4.5em;
}

.discount-list_wholesale li:last-child {
  margin-bottom: 0;
}

.wholesale-company_content {
  padding: 2.2em 0 0;
}

.wholesale-company_content .top-text {
  display: block;
  font-weight: 300;
  margin-top: -14px;
  margin-bottom: 1.7em;
  line-height: 1.7;
  text-align: center;
}

.wholesale-company_content .top-text strong {
  display: block;
  font-size: 1.25rem;
  margin-top: 5px;
}

.wholesale-company_row {
  margin-top: -12px;
}

.wholesale-company_box {
  padding: 1.7em;
  padding-top: 1em;
  padding-bottom: .8em;
  height: 100%;
}

.wholesale-company_box.first {
  background: #FFBADB;
}

.wholesale-company_box.second {
  background: #F9CD66;
}

.wholesale-company_box.third {
  background: #F8E0FF;
}

.wholesale-company_box ul:not([class]) {
  font-weight: 300;
  font-size: .875rem;
  line-height: 1.5;
  margin-top: -7px;
  margin-bottom: 0;
}

.wholesale-company_box ul:not([class]) li {
  margin-bottom: 1em;
}

.wholesale-company_box ul:not([class]) li:last-child {
  margin-bottom: 0;
}

.cooperate-section {
  background: #FAF7F5;
  padding: 2.2em 0;
  margin-bottom: 1em;
}

.cooperate-item {
  display: flex;
}

.cooperate-item_icon {
  flex: 90px 0 0;
  max-width: 90px;
}

.cooperate-item_icon img {
  max-width: 100%;
}

.cooperate-item_desc {
  flex: 1 0 0;
  padding-left: 1em;
}

.cooperate-item_desc p {
  font-size: 1.125rem;
  line-height: 1.5;
  padding-right: 20%;
}

.cooperate-item_title {
  display: block;
  font-family: "Montserrat";
  font-size: 1.5rem;
  margin-bottom: .7em;
}

.cooperate-contact_list {
  font-size: 1.1125rem;
  font-weight: 300;
}

.cooperate-contact_list li {
  margin-bottom: 1.1em;
}

.cooperate-contact_list a {
  color: inherit;
  border-bottom-color: transparent;
  transition: color .3s;
}

.cooperate-contact_list a:hover {
  color: #E88910;
}

.cooperate-email {
  font-weight: 600;
  border-bottom: 1px solid #000;
  transition: color .3s, border-bottom-color .3s;
}

.cooperate-email:hover {
  color: #E88910;
  border-bottom-color: #E88910;
}

.get-catalog_box {
  padding-top: 2em;
  text-align: center;
}

.get-catalog_box .main-btn {
  min-width: 275px;
}

/***about-us_section**/
.about-us_left-column {
  flex: 300px 0 0;
  max-width: 300px;
  padding: 0 15px;
}

.about-us_right-column {
  padding: 0 15px 0 2.7em;
  flex-basis: calc(100% - 300px);
  max-width: calc(100% - 300px);
}

.about-us_right-column .section-title {
  margin-bottom: .5em;
}

.about-us_right-column p {
  text-indent: 30px;
}

.companu-menu li {
  margin-bottom: 2px;
}

.companu-menu li.active {
  pointer-events: none;
}

.companu-menu li.active a {
  background: #FEF3C1;
}

.companu-menu li.active a:after {
  display: block;
}

.companu-menu li:first-child a {
  border-radius: 8px 8px 0 0;
}

.companu-menu a {
  background: linear-gradient(270deg, #FFB727 0%, #FFED8E 51.64%, #FFB31E 100%);
  height: 58px;
  display: flex;
  align-items: center;
  padding: .2em 1.6em;
  font-size: .875rem;
  font-weight: 500;
  color: inherit;
  border-bottom: none;
  position: relative;
  transition: opacity .3s;
}

.companu-menu a:after {
  display: none;
  content: '';
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-left: 12px solid #FEF3C1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  margin: auto;
}

.companu-menu a:hover {
  opacity: .85;
}

.vacancies-box {
  padding: .8em 2em;
  border: 1px solid #D9D9D9;
  background: #fff;
  max-width: 536px;
  margin-bottom: 2.5em;
}

.vacancies-box .h3 {
  text-align: left;
  margin-bottom: .3em;
}

.vacancies-box p {
  font-weight: 300;
  line-height: 1.7;
}

.vacancies-box p:last-child {
  margin-bottom: 0;
}

.vacancie-item_subtitle {
  display: block;
  font-weight: 500;
  margin-bottom: .3em;
}

.requirement-list {
  font-weight: 300;
  margin-bottom: .7em;
}

.requirement-list:last-child {
  margin-bottom: 0;
}

.requirement-list li {
  position: relative;
  padding-left: 10px;
  margin-bottom: 5px;
}

.requirement-list li:after {
  content: '';
  display: block;
  width: 6px;
  height: 1px;
  background: #000;
  position: absolute;
  top: 10px;
  left: 0;
}

.resume-box {
  background: #FAF7F5;
  padding: 5.2em 8.7em;
}

.resume-box .section-title {
  text-align: center;
}

.resume-box .survey-fields {
  color: #E01919;
  font-size: .875rem;
  font-weight: 300;
}

.resume-box sup {
  color: #E01919;
  font-size: 1.2rem;
  top: 0;
}

.resume-box .top-text {
  font-weight: 300;
  display: block;
  margin-bottom: 2em;
  text-align: center;
}

.resume-box .top-text a {
  font-weight: 500;
  color: inherit;
  border-bottom-color: inherit;
  transition: color .3s, border-bottom-color .3s;
}

.resume-box .top-text a:hover {
  border-bottom-color: transparent;
  color: #E88910;
}

.resume-box .form-policy {
  margin-left: 3.4em;
  color: #32323B;
  font-size: .875rem;
  font-weight: 300;
}

.resume-form_bottom-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.2em;
  padding-left: 1em;
}

.resume-form_footer {
  display: flex;
  align-items: center;
}

.resume-form_submit {
  min-width: 270px;
}

.resume-form .input-file_mod {
  flex: 250px 0 0;
}

.resume-form .input-file-text {
  margin-right: 0;
}

.wrapper_shop-slider {
  margin: 2em 0;
}

.about-shop_box p {
  margin-bottom: 0;
}

.company-section {
  padding-bottom: 2em;
}

.certificates-row {
  padding-top: 1em;
  margin-bottom: -1em;
}

.certificate-item {
  display: inline-block;
  margin-bottom: 2em;
}

.certificate-item .fancybox {
  display: block;
  position: relative;
}

.certificate-item .fancybox:hover:after {
  opacity: 1;
}

.certificate-item .fancybox:after {
  content: '';
  display: block;
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.5) url(../img/icons/loop2-icon.png) no-repeat center center;
  border-radius: 50%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transition: opacity .3s;
}

.certificate-item img {
  max-width: 100%;
}

.document-item {
  margin-bottom: 1.875em;
}

.document-item .fancybox {
  display: block;
  position: relative;
}

.document-item .fancybox:hover:after {
  opacity: 1;
}

.document-item .fancybox:after {
  content: '';
  display: block;
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.5) url(../img/icons/loop2-icon.png) no-repeat center center;
  border-radius: 50%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transition: opacity .3s;
}

.document-item img {
  width: 100%;
}

.our-details_box {
  background: #FAF7F5;
  padding: 3em 4.5em;
  font-weight: 300;
  line-height: 1.8;
  margin-top: 1.5em;
  margin-bottom: 1em;
}

.our-details_box .section-title {
  margin-bottom: 1em;
  text-align: center;
}

.our-details_box .main-btn {
  min-width: 290px;
  margin-top: 3.2em;
}

.our-details_box a {
  color: inherit;
  border-bottom-color: transparent;
}

/**buy-section***/
.buy-item {
  border-bottom: 1px solid #D9D9D9;
  border-top: 1px solid #D9D9D9;
  margin-bottom: -1px;
}

.buy-item_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: .3em 2.5em;
  background: #FAF7F5;
  color: #000;
  font-size: 1.25rem;
  min-height: 35px;
  font-weight: 500;
  cursor: pointer;
}

.buy-item_title.is-active {
  background: #fff;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.06);
  border-bottom-color: transparent;
}

.buy-item_title.is-active .buy-item_icon:after {
  display: none;
}

.buy-item_icon {
  position: relative;
  border: 1px solid #F5F3F3;
  width: 31px;
  height: 31px;
  flex: 31px 0 0;
  margin-left: 1em;
}

.buy-item_icon:after, .buy-item_icon:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #000;
  transition: background .3s;
}

.buy-item_icon:after {
  height: 17px;
  width: 2px;
}

.buy-item_icon:before {
  height: 2px;
  width: 17px;
}

.buy-item_body {
  height: 0;
  overflow: hidden;
}

.buy-item_body.is-active {
  height: auto;
  overflow: visible;
  padding: 1.9em 3em;
}

.buy-item_body a {
  color: inherit;
  border-bottom: none;
}

.buy-item_body .email {
  font-weight: 500;
  border-bottom: 1px solid #000;
  color: #000;
  transition: color .3s, border-bottom-color .3s;
}

.buy-item_body .email:hover {
  border-color: transparent;
  color: #E88910;
}

.buy-item_body p {
  line-height: 1.5;
}

.buy-item_body p:last-child {
  margin-bottom: 0;
}

.contact-list_mod {
  margin-top: 2.2em;
  color: #000;
}

.contact-list_mod li {
  margin-bottom: 1.4em;
}

.contact-list_mod .ico-email {
  font-size: .875rem;
  position: relative;
  top: 1px;
}

.contact-list_mod .contact-email_mod {
  border-bottom: 1px solid #000;
  color: #000;
  transition: color .3s, border-bottom-color .3s;
}

.contact-list_mod .contact-email_mod:hover {
  border-color: transparent;
  color: #E88910;
}

#map-2 {
  height: 345px;
}

.buy-content {
  margin-bottom: 5em;
}

.step-order_item {
  margin-bottom: 4em;
  text-align: center;
}

.step-order_item:last-child {
  margin-bottom: 0;
}

.step-order_item p {
  line-height: 1.7;
}

.step-order_item-title {
  display: block;
  font-size: 1.125rem;
  color: #000;
  margin-bottom: .6em;
}

.step-order_item-img img {
  width: 100%;
}

.payment-item_mod {
  background: #fff;
  border: 1px solid #F5F3F3;
  padding: 2.7em;
  padding-bottom: 1em;
  height: 100%;
  text-align: center;
}

.payment-item_mod p {
  line-height: 1.7;
}

.payment-item_mod.fourth img {
  max-width: 38px;
}

.payment-item_icon {
  display: block;
  height: 77px;
  margin-bottom: 1.8em;
}

.payment-item_icon img {
  max-width: 100%;
  max-height: 100%;
}

.payment-item_title {
  display: block;
  font-size: 1.125rem;
  margin-bottom: 1.3em;
}

.payment-item_list {
  font-weight: 300;
  padding-left: 1em;
}

.payment-item_list li {
  display: flex;
  align-items: center;
  margin-bottom: 1.7em;
}

.payment-item_list li:last-child {
  margin-bottom: 0;
}

.payment-item_list .card-icon {
  display: inline-block;
  flex: 55px 0 0;
  max-width: 55px;
  margin-right: 1.7em;
}

.payment-item_list img {
  max-width: 100%;
}

.payment-row {
  margin-top: 3em;
  margin-left: -5px;
  margin-right: -5px;
}

.payment-row [class^="col-"] {
  padding: 0 5px;
  margin-bottom: 1.875em;
}

/**questions-section**/
.questions-section {
  padding-bottom: 2em;
}

.question-item {
  border-bottom: 1px solid #D9D9D9;
  border-top: 1px solid #D9D9D9;
  margin-bottom: -1px;
}

.question-item_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: .3em 2.5em;
  background: #FAF7F5;
  font-size: 1.25rem;
  color: #000;
  min-height: 35px;
  font-weight: 500;
  cursor: pointer;
}

.question-item_title.is-active {
  background: #fff;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.06);
  border-bottom-color: transparent;
}

.question-item_title.is-active .question-item_icon:after {
  display: none;
}

.question-item_icon {
  position: relative;
  border: 1px solid #F5F3F3;
  width: 31px;
  height: 31px;
  flex: 31px 0 0;
  margin-left: 1em;
}

.question-item_icon:after, .question-item_icon:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #000;
  transition: background .3s;
}

.question-item_icon:after {
  height: 17px;
  width: 2px;
}

.question-item_icon:before {
  height: 2px;
  width: 17px;
}

.question-item_body {
  height: 0;
  overflow: hidden;
}

.question-item_body.is-active {
  height: auto;
  overflow: visible;
  padding: 1em 3em;
}

.question-item_body a {
  color: inherit;
  border-bottom: none;
  transition: color .3s;
}

.question-item_body a:hover {
  color: #E88910;
}

.question-item_body p {
  line-height: 1.5;
}

.question-item_body p:last-child {
  margin-bottom: 0;
}

.ask-question_form-mod {
  background-color: transparent;
  padding: 0;
}

.ask-question_form-mod .form-policy {
  margin-top: 1em;
  padding: 0;
  margin-bottom: 2em;
}

.ask-question_form-mod .wrapper-submit {
  min-width: 308px;
  margin-bottom: 0;
}

.ask-question_box {
  margin-top: 3em;
  background: #FAF7F5;
  padding: 4.2em 9em 4em;
}

.question-sent_icon {
  display: block;
  margin-bottom: 1em;
}

.question-sent_icon img {
  max-width: 100%;
}

.question-sent_title {
  font-size: 2rem;
  font-weight: 600;
  font-family: "Montserrat";
  display: block;
  margin-bottom: .3em;
}

.question-sent_box {
  text-align: center;
}

.question-sent_box p:last-child {
  margin-bottom: 0;
}

.tab {
  cursor: pointer;
}

.tab-item {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: opacity .2s;
}

.tab-item.is-visible {
  height: auto;
  overflow: visible;
  animation: fadein 1s forwards;
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/**guarantees-section***/
.guarantees-section {
  padding-bottom: 1em;
}

.certificates-section {
  margin: 2.5em 0;
}

.certificates-slider {
  padding: 0 4em;
  margin-top: 1.5em;
}

.certificates-slider .certificate-item {
  margin-bottom: 0;
}

.certificates-slider .slick-slide {
  padding: 0 2em;
}

.certificates-slider .slick-disabled {
  opacity: .5;
}

/**delivery-section***/
.delivery_tab-menu {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4em;
}

.delivery_tab-menu li {
  padding: 0 5px;
  flex: 1 0 0;
}

.delivery_tab-menu li.active .text {
  background: #FCF3DF;
}

.delivery_tab-menu .text {
  height: 64px;
  background: #FAF7F5;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: .2em .3em;
  font-size: .875rem;
  font-weight: 500;
  text-align: center;
  transition: background .3s;
}

.delivery_tab-menu .text:hover {
  background: #FCF3DF;
}

.delivery_tabs-content {
  padding: 0 3.6em;
}

.delivery_tabs-content p {
  margin-bottom: 2em;
}

.delivery_tabs-content p:last-child {
  margin-bottom: 0;
}

.delivery_tabs-content ul:not([class]) {
  font-weight: 300;
}

.delivery_tabs-content ul:not([class]) li {
  margin-bottom: 1.6em;
}

.delivery_tabs-content .h4 {
  margin-bottom: 1.7em;
}

.delivery_tabs-content .h4-mod {
  margin-bottom: .7em;
}

.delivery_tabs-content a:not([class]) {
  color: #2F80ED;
  font-weight: 500;
  border-bottom: 1px solid #2F80ED;
  transition: color .3s;
}

.delivery_tabs-content a:not([class]):hover {
  border-bottom-color: transparent;
  color: #E88910;
}

.delivery_tabs-content .delivery-list {
  width: 100%;
}

.delivery_tabs-content .map-container {
  margin-top: 0;
  margin-bottom: 2em;
}

.delivery_tabs-content .top-list {
  margin-bottom: 3em;
}

.delivery-section_footer {
  padding: 0 3.6em;
}

.delivery-section_footer .email, .delivery-section_footer .skype {
  color: #2F80ED;
  font-weight: 500;
  transition: color .3s;
}

.delivery-section_footer .email:hover, .delivery-section_footer .skype:hover {
  color: #E88910;
}

.delivery_tab-container {
  margin-bottom: 1.5em;
}

.medium-text {
  font-weight: 500;
}

.red-text {
  color: #E01919;
}

.delivery-table {
  font-size: .875rem;
  margin-bottom: 3em;
  background: #fff;
  width: 100%;
}

.delivery-table th {
  padding: 1.25em;
  font-weight: 500;
  background: #F5F3F3;
  border-right: 1px solid #fff;
  text-align: left;
}

.delivery-table th:last-child {
  border-right: none;
}

.delivery-table td {
  padding: 1.2em;
  font-weight: 300;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  vertical-align: top;
}

.delivery-table td:first-child {
  width: 48%;
  text-transform: uppercase;
}

.delivery-table td:last-child {
  border-right: none;
}

.delivery-table .green-bg {
  background: #F3FFEE;
}

.delivery-table .blue-bg {
  background: #EEF5FF;
}

.delivery-table .text-lowercase {
  text-transform: none;
}

.delivery-table_mod tr:nth-child(odd) {
  background: #F5F3F3;
}

.delivery-table_mod tr.green-bg {
  background: #F3FFEE;
}

.delivery-table_mod tr.blue-bg {
  background: #EEF5FF;
}

.list-checkpoints_btn {
  padding: 0 3.8em;
  margin-bottom: 7em;
}

#map-3 {
  height: 410px;
}

.delivery-small_table {
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  font-size: .875rem;
  margin-top: 3em;
  background: #fff;
  margin-bottom: 3.3em;
}

.delivery-small_table th {
  font-weight: 500;
  padding: 1em 2.2em;
  border-right: 1px solid #fff;
  text-align: left;
}

.delivery-small_table th:last-child {
  border-right: none;
}

.delivery-small_table td {
  font-weight: 300;
  padding: 1.2em 2.2em;
  border-right: 1px solid #fff;
}

.delivery-small_table td:last-child {
  border-right: none;
}

.delivery-small_table tr:nth-child(odd) {
  background: #F5F3F3;
}

.payment-section {
  margin-bottom: -3em;
}

.payment-item_other {
  display: flex;
  margin-bottom: 2em;
}

.payment-item_other .item-icon {
  flex: 100px 0 0;
  max-width: 100px;
}

.payment-item_other img {
  max-width: 100%;
}

.payment-item_other .item-desc {
  flex: 1 0 0;
  padding-left: 2em;
  line-height: 1.7;
}

.payment-item_other ul:not([class]) {
  font-weight: 300;
}

.payment-item_other ul:not([class]) li {
  margin-bottom: .9em;
}

.payment-item_other .h4 {
  margin-top: -4px;
  margin-bottom: .5em;
}

.payment-section_content {
  padding: 0 2.8em;
  margin-top: 2.7em;
}

/***reviews-mod_section**/
.reviews-mod_section {
  margin-bottom: -1em;
}

.add-review_btn {
  margin-top: -1em;
  margin-bottom: 5.3em;
}

.review-mod_item {
  background: #FAF7F5;
  padding: 2.5em 2em;
  margin-bottom: 1em;
}

.review-mod_item .subtitle {
  display: block;
  font-weight: 500;
  margin-bottom: .5em;
}

.review-mod_item p:last-child {
  margin-bottom: 0;
}

.review-mod_item-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.2em;
}

.review-mod_item-header .left-column {
  display: flex;
  align-items: center;
  padding-right: 1em;
  font-weight: 500;
  flex: 0 0 auto;
}

.review-mod_item-header .right-column {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 1 0 0;
}

.review-mod_item-header .text {
  font-weight: 500;
  margin-right: 12px;
}

.review-mod_item-name {
  margin-right: 1em;
}

.review-mod_item-date {
  color: #A5A5A5;
  margin-right: 10px;
}

.review-mod_item-time {
  color: #A5A5A5;
}

.review-useful {
  display: flex;
  align-items: center;
  flex: 140px 0 0;
  font-size: .875rem;
}

.review-useful .ico-dislike {
  position: relative;
  top: 2px;
}

.review-like {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  flex: 60px 0 0;
  max-width: 60px;
  border: 1px solid #86A262;
  color: #86A262;
  margin-right: .5em;
}

.review-like .like-number {
  color: #1B1A19;
  margin-left: 3px;
}

.review-dislike {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  flex: 60px 0 0;
  max-width: 60px;
  border: 1px solid #E01919;
  color: #E01919;
}

.review-dislike .dislike-number {
  color: #1B1A19;
  margin-left: 3px;
}

.review-mod_item-admin {
  margin-left: 15em;
}

.add-review_form {
  display: none;
  width: 78%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3em;
}

.add-review_form .form-group {
  margin-bottom: 1.7em;
}

.add-review_form .form-textarea {
  height: 125px;
}

.add-review_form .wrapper-submit {
  position: relative;
  max-width: 308px;
  min-width: auto;
  margin-bottom: 2.3em;
  width: 100%;
}

.add-review_form sup {
  color: #E01919;
  font-size: 1.2rem;
  top: 0;
}

.add-review_form .left-cell {
  display: flex;
  align-items: flex-end;
}

.add-review_form .right-cell {
  display: flex;
  justify-content: flex-end;
}

.add-review_form .form-captcha {
  margin-left: .7em;
  margin-bottom: 1.6em;
}

.add-review_form .form-group_code {
  flex: 284px 0 0;
}

.add-review_submit {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-weight: 500;
  font-size: .75rem;
  text-transform: uppercase;
}

.add-review_form-mod {
  display: block;
  padding: 3em;
  margin-bottom: 0;
  width: 912px;
}

button.close {
  width: 40px;
  height: 40px;
  border: 1px solid #A5A5A5;
  border-radius: 3px;
  position: absolute;
  top: 1em;
  right: 1em;
  font-size: .75rem;
  border-radius: 0;
  opacity: 1;
  color: #A5A5A5;
  text-shadow: none;
  transition: background .3s;
  z-index: 20;
}

button.close:hover {
  color: #E88910;
}

.modal-backdrop.show {
  opacity: .8;
}

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

.modal-dialog .whole-set_table {
  margin-left: -2em;
  margin-right: -2em;
}

.modal-backdrop {
  z-index: 120;
}

.modal {
  z-index: 130;
}

.modal-product {
	display: block !important;
	height: 0;
	overflow: hidden;
}

.modal-product.show {
  height: auto;
}

.modal-content {
  padding: 3.7em 6em 2em;
  border-radius: 0;
}

.error {
  display: block;
  font-size: .875rem;
  font-weight: 600;
  color: red;
}

.input-error {
  border-color: red !important;
}

.tablet-small_visible {
  display: none;
}

.mobile-visible {
  display: none;
}

.tablet-visible {
  display: none;
}

.tablet-large_visible {
  display: none;
}

.site-map_section {
  padding: 3em 0;
}

.site-map_menu li {
  margin-bottom: 1em;
}

.site-map_menu-purple a:not([class]) {
  color: #9B51E0;
  border-bottom-color: #9B51E0;
}

.site-map_menu-purple a:not([class]):hover {
  border-bottom-color: transparent;
}

/***main-footer***/
.main-footer {
  flex: 0 0 auto;
  padding: 2.5em 0 0;
}

.main-footer .right-column {
  padding-left: 3.8em;
}

.copyright {
  color: #5C5C5C;
  font-size: 9px;
  display: none;
}

.scroll-to-top {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #b86d0d;
  cursor: pointer;
  position: fixed;
  right: 90px;
  bottom: 5em;
  opacity: 0;
  transform: scale(0);
  transition: transform 0.4s, opacity 0.6s;
  z-index: 100;
}

.scroll-to-top:after {
  content: "";
  display: block;
  height: 30%;
  width: 30%;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  position: absolute;
  top: 4px;
  bottom: 0;
  left: -1px;
  right: 0;
  margin: auto;
  transform: rotate(-45deg);
}

.scroll-to-top:hover {
  opacity: 0.7;
}

.scroll-to-top-visible {
  transform: scale(1);
  opacity: 1;
}

.scroll-to-top-visible.is-hidden {
  display: none;
}

.footer-logo a {
  border-bottom: none;
}

.footer-logo img {
  max-width: 100%;
}

.footer-title {
  color: #A5A5A5;
  font-weight: 500;
  font-size: .875rem;
  margin-bottom: .7em;
  text-transform: uppercase;
}

.footer-title_mod {
  margin-bottom: 5px;
}

.footer-nav {
  display: flex;
  justify-content: space-between;
  margin: 0 -10px;
  max-width: 272px;
}

.footer-menu {
  padding: 0 10px;
  margin-bottom: .55em;
}

.footer-menu li {
  margin-bottom: .2em;
}

.footer-menu a {
  color: inherit;
  font-weight: 500;
  border-bottom-color: transparent;
  transition: color .3s, border-bottom-color .3s;
}

.footer-menu a:hover {
  color: #E88910;
  border-bottom-color: #E88910;
}

.footer-column {
  display: flex;
  justify-content: space-between;
  max-width: 255px;
  margin: 0 -10px;
}

.footer-menu_mod {
  padding: 0 10px;
}

.footer-menu_mod li {
  margin-bottom: .2em;
}

.footer-menu_mod a {
  color: inherit;
  font-weight: 300;
  border-bottom-color: transparent;
  transition: color .3s, border-bottom-color .3s;
}

.footer-menu_mod a:hover {
  color: #E88910;
  border-bottom-color: #E88910;
}

.footer-adress {
  display: block;
  font-weight: 300;
  margin-bottom: .4em;
}

.footer_phone-number {
  font-size: 1.125rem;
  margin-bottom: .3em;
}

.footer_phone-number a {
  color: inherit;
  border-bottom: none;
  display: inline-block;
  margin-bottom: 5px;
}

.footer-email {
  display: inline-block;
  font-size: 1.125rem;
  color: #2F80ED;
  margin-bottom: .6em;
  transition: color .3s;
}

.footer-email:hover {
  color: #E88910;
}

.main-footer_bottom {
  padding: 1.2em 0;
  background: #1B1A19;
  color: #fff;
  font-weight: 300;
  font-size: .875rem;
}

.footer-studio {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: .75rem;
  color: #5C5C5C;
}

.footer-studio a {
  margin-left: 10px;
  border-bottom: none;
  transition: filter .3s;
}

.footer-studio a:hover {
  filter: invert(35%) sepia(100%) saturate(797%) hue-rotate(8deg) brightness(102%) contrast(90%);
}

.footer-studio img {
  max-width: 100%;
}

.purple-title {
  color: #E085FC;
}

.purple-color {
  color: #9B51E0;
}

.purple-bg {
  background: #9B51E0;
}

.main-footer_purple .footer-menu a:hover {
  color: #9B51E0;
  border-bottom-color: #9B51E0;
}

.main-footer_purple .footer-menu_mod a:hover {
  color: #9B51E0;
  border-bottom-color: #9B51E0;
}

.main-footer_purple .footer-email:hover {
  color: #9B51E0;
}

.scroll-to-top-purple {
  background: #9B51E0;
}

.main-content_purple {
  background: #FAF5FE;
}

.main-content_purple .main-btn {
  color: #fff;
  background-image: linear-gradient(183.41deg, #E29CFB 5.33%, #A73EC7 98.07%);
}

.main-content_purple .main-btn .ico-arrow {
  color: #fff;
}

.main-content_purple .main-btn:before {
  background-image: linear-gradient(183.41deg, #e9b5fc 0%, #b052cd 100%);
}

.main-content_purple .main-btn:active:before {
  box-shadow: inset 1px 2px 0 #250d2c;
}

.main-content_purple .main-btn_mod {
  border: 1px solid #A73EC7;
  color: #A73EC7;
  background: none;
}

.main-content_purple .main-btn_mod:before {
  background: linear-gradient(183.41deg, #E29CFB 5.33%, #A73EC7 98.07%);
}

.main-content_purple .main-btn_mod:hover {
  color: #fff;
}

.main-content_purple .main-btn_mod:active:before {
  box-shadow: inset 1px 2px 0 #9208c3;
  background: linear-gradient(to bottom, #A73EC7 0%, #E29CFB 50%, #A73EC7 100%);
}

.main-content_purple:active:before {
  box-shadow: inset 1px 2px 0 #250d2c;
}

.main-content_purple .slick-arrow {
  background: linear-gradient(183.41deg, #E29CFB 5.33%, #A73EC7 98.07%);
}

.main-content_purple .slick-arrow:after {
  border-color: #fff;
}

.main-content_purple .slick-arrow:before {
  background: linear-gradient(90deg, #E29CFB 5.33%, #A73EC7 98.07%);
}

.main-content_purple .about-us_section {
  background: #FFFFFF;
}

.main-content_purple .subscription-section {
  background: #F4E4F9;
}

.main-content_purple .product-item_title a:hover {
  border-bottom-color: #9B51E0;
  color: #9B51E0;
}

.main-content_purple .field-number:focus {
  border: 1px solid #9B51E0;
}

.main-content_purple .breadcrumbs a:hover {
  color: #9B51E0;
  border-bottom-color: #9B51E0;
}

.main-content_purple .product-card_small-slider .slick-current .product-card_small-item {
  border-color: #9B51E0;
}

.main-content_purple .product-card_small-slider .slick-arrow {
  background: transparent;
}

.main-content_purple .product-card_small-slider .slick-arrow:after {
  border-color: #1B1A19;
}

.main-content_purple .product-card_small-slider .slick-arrow:hover:after {
  border-color: #9B51E0;
}

.main-content_purple .product-card_sare-box .ico-share {
  background: linear-gradient(183.41deg, #E29CFB 5.33%, #A73EC7 98.07%);
  color: #fff;
}

.main-content_purple .product-card_features .text {
  background: #FAF5FE;
}

.main-content_purple .collection-item_price-name {
  background: #A73EC7;
}

.main-content_purple .product-item_price-name {
  background: #9B51E0;
}

.main-content_purple .product-item_view-btn:hover {
  background: #9B51E0;
  border-color: transparent;
  color: #fff;
}

.main-content_purple .basket_attention-text {
  background: #F4E4F9;
  border-color: #DAA6EA;
}

.main-content_purple .cart-table th {
  background: #DAA6EA;
  color: #fff;
}

.main-content_purple .cart-item_postpone-btn:hover {
  color: #9B51E0;
}

.main-content_purple .cart-item_postpone-btn:hover .ico-fav:before {
  color: #9B51E0;
}

.main-content_purple .product-item_price-name.name-present {
  background: #E01919;
}

.main-content_purple .discount-content {
  background: #F4E4F9;
  border-color: #DAA6EA;
}

.main-content_purple .discount-percent {
  color: #A73EC7;
}

.main-content_purple .discount-list .text {
  color: #DAA6EA;
}

.main-content_purple .discount-list li.active .discount-percent:after {
  background: #A73EC7;
}

.main-content_purple .discount-percent:after {
  background: #DAA6EA;
}

.main-content_purple .delivery_tab-names li.active .delivery-item_img {
  background: #F4E4F9;
  border: 1px solid #DAA6EA;
}

.main-content_purple .delivery_tab-names li.active .delivery-item_price {
  background: #A73EC7;
}

.main-content_purple .payment_tab-names li.active .payment-item_img {
  background: #F4E4F9;
  border: 1px solid #DAA6EA;
}

.main-content_purple .payment_tab-content {
  background: #F5F3F3;
}

.main-content_purple .form-control:focus {
  border-color: #9B51E0;
}

.main-content_purple .ordering-step.is-checked .ordering-step_header {
  background: #F4E4F9;
}

.main-content_purple .ordering-step.is-checked .ico-check .path1:before {
  color: #A73EC7;
}

.main-content_purple .personal-area_menu .text {
  background: #F4E4F9;
}

.main-content_purple .personal-area_menu li.active .text {
  background: #DAA6EA;
}

.main-content_purple .personal-area_menu li:hover .text {
  background: #DAA6EA;
}

.main-content_purple .accumulative-program_table tr:nth-child(odd) {
  background: #fff;
}

.main-content_purple .order-good_title-row.is-active {
  background: #F4E4F9;
}

.main-content_purple .order-content_footer {
  background: #fff;
}

.main-content_purple .subscribe-news_box {
  background: #F8EEFC;
}

.main-content_purple .contact-list [class^="ico-"] {
  color: #A73EC7;
}

.main-content_purple .ask-qustion_form {
  background: #fff;
}

.main-content_purple .ask-qustion_form .form-control {
  border-color: #D9D9D9;
}

.main-content_purple .ask-qustion_form .form-control:focus {
  border-color: #9B51E0;
}

.main-content_purple .product-card_color-item.is-active {
  border-color: #9B51E0;
}

.main-content_purple .companu-menu a {
  background: linear-gradient(270deg, #A73EC7 0%, #E79AFF 48.96%, #A73EC7 100%);
  color: #fff;
}

.main-content_purple .companu-menu li.active a {
  background: #DAA6EA;
}

.main-content_purple .companu-menu a:after {
  border-left-color: #DAA6EA;
}

.main-content_purple .resume-box {
  background: #fff;
}

.main-content_purple .our-details_box {
  background: #fff;
}

.main-content_purple .question-item_title {
  background: #F4E4F9;
}

.main-content_purple .question-item {
  border-color: #DAA6EA;
}

.main-content_purple .question-item_title.is-active {
  background: #fff;
}

.main-content_purple .ask-question_box {
  background: #fff;
}

.main-content_purple .delivery_tab-menu .text {
  background: #F4E4F9;
}

.main-content_purple .delivery_tab-menu li.active .text {
  background: #DAA6EA;
}

.main-content_purple .delivery_tab-menu li:hover .text {
  background: #DAA6EA;
}

.main-content_purple .delivery-table th {
  background: #F4E4F9;
}

.main-content_purple .delivery-table_mod tr:nth-child(odd) {
  background: #F4E4F9;
}

.main-content_purple .delivery-table_mod tr.blue-bg {
  background: #EEF5FF;
}

.main-content_purple .delivery-table_mod tr.green-bg {
  background: #F3FFEE;
}

.main-content_purple .review-mod_item {
  background: #fff;
}

.main-content_purple .delivery_tab-title {
  background: #F4E4F9;
}

.main-content_purple .delivery_tab-title.is-active {
  background: #DAA6EA;
}

.main-content_purple .wrapper-counter-btn .counter-back:hover, .main-content_purple .wrapper-counter-btn .counter-forward:hover {
  background: #9B51E0;
}

.main-content_purple .sort-filter_panel {
  background: #fff;
}

.main-content_purple .cart-item_postpone-btn.is-active {
  color: #9B51E0;
}

.main-content_purple .cart-item_postpone-btn.is-active .ico-fav:before {
  color: #9B51E0;
}

.main-content_purple .product-item_size-slider .slick-arrow {
  background: none;
}

.modal-content_purple .main-btn {
  color: #fff;
  background-image: linear-gradient(183.41deg, #E29CFB 5.33%, #A73EC7 98.07%);
}

.modal-content_purple .main-btn .ico-arrow {
  color: #fff;
}

.modal-content_purple .main-btn:before {
  background-image: linear-gradient(183.41deg, #E29CFB 0%, #A73EC7 100%);
}

.modal-content_purple .main-btn_mod {
  border: 1px solid #A73EC7;
  color: #A73EC7;
  background: none;
}

.modal-content_purple .main-btn_mod:before {
  background: linear-gradient(183.41deg, #E29CFB 5.33%, #A73EC7 98.07%);
}

.modal-content_purple .main-btn_mod:hover {
  color: #fff;
}

.modal-content_purple .main-btn_mod:active:before {
  box-shadow: inset 1px 2px 0 #9208c3;
  background: linear-gradient(to bottom, #A73EC7 0%, #E29CFB 50%, #A73EC7 100%);
}

.modal-content_purple:active:before {
  box-shadow: inset 1px 2px 0 #250d2c;
}

.modal-content_purple .slick-arrow {
  background: linear-gradient(183.41deg, #E29CFB 5.33%, #A73EC7 98.07%);
}

.modal-content_purple .slick-arrow:after {
  border-color: #fff;
}

.modal-content_purple .slick-arrow:before {
  background: linear-gradient(90deg, #E29CFB 5.33%, #A73EC7 98.07%);
}

.modal-content_purple .product-card_price-name {
  background: #9B51E0;
}

.modal-content_purple button.close:hover {
  color: #9B51E0;
}

.modal-content_purple .form-control:focus {
  border-color: #9B51E0;
}

.modal-content_purple .collection-item_price-name {
  background: #A73EC7;
}

.modal-content_purple .product-card_small-slider .slick-arrow {
  background: none;
}

.modal-content_purple .product-card_small-slider .slick-arrow:after {
  border-color: #000;
}

.modal-content_purple .product-card_small-slider .slick-arrow:hover:after {
  border-color: #9B51E0;
}

.modal-content_purple .collection-item_popup-close:hover {
  border-color: #9B51E0;
  color: #9B51E0;
}

.one-click_popup-purple .main-btn {
  color: #fff;
  background-image: linear-gradient(183.41deg, #E29CFB 5.33%, #A73EC7 98.07%);
}

.one-click_popup-purple .main-btn .ico-arrow {
  color: #fff;
}

.one-click_popup-purple .main-btn:before {
  background-image: linear-gradient(183.41deg, #E29CFB 0%, #A73EC7 100%);
}

.one-click_popup-purple .form-control:focus {
  border-color: #9B51E0;
}

.share-popup_purple .main-btn {
  color: #fff;
  background-image: linear-gradient(183.41deg, #E29CFB 5.33%, #A73EC7 98.07%);
}

.share-popup_purple .main-btn .ico-arrow {
  color: #fff;
}

.share-popup_purple .main-btn:before {
  background-image: linear-gradient(183.41deg, #E29CFB 0%, #A73EC7 100%);
}

.share-popup_purple .form-control:focus {
  border-color: #9B51E0;
}

.modal-container_purple .fancybox-close-small:hover svg path {
  fill: #9B51E0;
}

.modal-container_purple .form-control:focus {
  border-color: #9B51E0;
}

.modal-content_purple .product-card_small-slider .slick-current .product-card_small-item {
  border-color: #9B51E0;
}

.modal-content_purple .product-card_color-item.is-active {
  border-color: #9B51E0;
}

.modal-content_purple .wrapper-counter-btn .counter-back:hover, .modal-content_purple .wrapper-counter-btn .counter-forward:hover {
  background-color: #9B51E0;
}

.modal-content_purple .product-arrow:hover {
  border-color: #9B51E0;
}

.modal-content_purple .product-arrow:hover:after {
    border-left-color: #808080;
}

form[name="bform"]{
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 3em 1em;
}
form[name="bform"] p{
  text-align: center;
}
.bx-forgotpass-table{
  width: 100%;
  max-width: 440px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
}
.bx-forgotpass-table thead td{
  padding-bottom: 1em;
}
.bx-forgotpass-table td{
  padding: .5em;
  /*vertical-align: middle;*/
}
.bx-forgotpass-table td:first-child{
  padding-left: 0;
}
.bx-forgotpass-table td:last-child{
  padding-right: 0;
}
.bx-forgotpass-table input{
  width: 100%;
  border: 1px solid #FFCB4C;
  height: 40px;
  padding: 0 1em;
}
.bx-forgotpass-table [name="USER_LOGIN"]{
  margin-bottom: 1em;
}
.bx-forgotpass-table input[type="submit"]{
    display: inline-block;
    /*width: 240px;*/
    height: 35px;
    font-size: .75rem;
    line-height: 35px;
    border: none;
    background-image: linear-gradient(180deg, #FEE369 0%, #F09000 100%);
    border-radius: 5px;
    padding: 0 1em;
    font-weight: 500;
    text-align: center;
    transition: background .3s;
    white-space: nowrap;
    text-transform: uppercase;
}
.bx-forgotpass-table tbody tr:first-child td:first-child{
  padding-top: 1.1em;
  vertical-align: top;
}

.bx-auth{
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 1.2em;
  text-align: center;
}
.bx-changepass-table{
  width: 100%;
}
.bx-changepass-table td{
  padding: .5em;
}
.bx-changepass-table td:first-child{
  text-align: right;
}
.bx-changepass-table input{
  width: 100%;
  border: 1px solid #FFCB4C;
  height: 40px;
  padding: 0 1em;
}
.bx-changepass-table  input[type="submit"]{
    display: inline-block;
    /*width: 240px;*/
    height: 35px;
    font-size: .75rem;
    line-height: 35px;
    border: none;
    background-image: linear-gradient(180deg, #FEE369 0%, #F09000 100%);
    border-radius: 5px;
    padding: 0 1em;
    font-weight: 500;
    text-align: center;
    transition: background .3s;
    white-space: nowrap;
    text-transform: uppercase;
}
.bx-changepass-table thead td:first-child{
  text-align: center;
}
  

@media only screen and (max-width: 1599px) {
  .head_top-menu {
    padding: 0 1em;
  }
  .head_top-menu a {
    padding-left: .5em;
    padding-right: .5em;
  }
  .head_log-register li {
    padding: 0 .1em;
  }
  .head_top-panel {
    font-size: .8125rem;
  }
  .head-adress {
    font-size: 1rem;
  }
  .head_phone-number {
    font-size: 1rem;
  }
  .head-fav_number {
    font-size: .875rem;
  }
  .head-basket_number {
    font-size: .875rem;
  }
  .main-head_bottom-row .like-h1 {
    font-size: 1.45rem;
  }
  .sub-menu a {
    min-height: 55px;
  }
  .product-item_price {
    font-size: 1.4rem;
  }
  .product-item_new-price {
    font-size: 1.4rem;
  }
  .product-item_old-price {
    font-size: 0.7rem;
    line-height: 1.7;
  }
  .review-item p {
    line-height: 1.5;
  }
  .review-item {
    padding: 1.7em;
    padding-bottom: .5em;
  }
  p {
    line-height: 1.5;
  }
  .like-h2, .section-title {
    font-size: 2.1rem;
  }
  .subscription-section .min {
    display: inline;
  }
  .sort-filter_panel .right-column {
    flex: 300px 0 0;
  }
  .filter-reset_btn {
    font-size: .75rem;
  }
  .filter-apply_btn {
    font-size: .75rem;
  }
  .sort-filter_item {
    padding-right: 20px;
  }
  .sort-filter_panel {
    padding-left: 1.7em;
    padding-right: 1.7em;
  }
  .sort-filter_status {
    right: 15px;
  }
  .whole-set_table {
    width: 100%;
  }
  .whole-set_table .main-btn {
    min-width: 120px;
  }
  .whole-set_table td {
    padding: .5em;
  }
  .product-card_section {
    padding-bottom: 2em;
  }
  .wrapper_product-card_slider {
    padding: 2em 1.5em;
  }
  .breadcrumbs {
    margin-top: 2em;
  }
  .modal-dialog {
    max-width: 1270px;
  }
  .product-arrow {
    width: 50px;
    height: 50px;
  }
  .modal-content {
    padding-left: 4em;
    padding-right: 4em;
  }
  .go_product-card_btn {
    top: -1em;
  }
  .cart-table td {
    padding: 1em;
  }
  .cart-table th {
    padding: 1em;
  }
  .cart-item_postpone-btn {
    margin-right: 12%;
  }
  .discount-price {
    font-size: .875rem;
  }
  .discount-percent:after {
    width: 110px;
  }
  .ordering-step_body {
    padding: 1.5em 2.4em;
  }
  .ordering-total_box {
    padding: 1.2em;
  }
  .ordering-total_box.is-sticky {
    width: 323px;
  }
  .delivery_tab-table {
    font-size: .875rem;
  }
  .delivery_tab-content {
    padding: 1.2em;
  }
  .payment_tab-content {
    padding: 1.2em;
  }
  .product-item {
    padding: 1.5em .7em 1.2em;
  }
  .product-item_new {
    left: 1.3em;
  }
  .product-item_sale {
    right: 1.3em;
  }
  .personal-area_menu {
    width: 92%;
  }
  .wholesale-form {
    padding-left: 5em;
    padding-right: 5em;
  }
  .resume-box {
    padding: 3em 5em;
  }
  .our-details_box {
    padding: 2em 3em;
  }
  .payment-item_mod {
    padding: 1.5em;
  }
  .questions-section .min {
    display: inline;
  }
  .ask-question_box {
    padding: 2.5em 5em 2.7em;
  }
  .certificates-slider .slick-slide {
    padding: 0 15px;
  }
  .certificates-slider {
    padding: 0 3em;
  }
  .certificates-section .min {
    display: inline;
  }
  .product-slider > .slick-list {
    padding-bottom: 13em;
  }
  .personal-area_section .min {
    display: inline;
  }
  .product-slider {
    margin-bottom: -11em;
  }
  .product-card_price-row {
    padding-left: 10.5%;
  }
  .modal-dialog .whole-set_table {
    margin-left: 0;
    margin-right: 0;
    width: calc(100% + 30px);
    position: relative;
    left: -15px;
  }
  .main-head .messengers-list {
    top: 17px;
  }
  .main-head_bottom-row .like-h1.purple-title {
    font-size: 1.35rem;
  }
}

@media only screen and (max-width: 1199px) {
  .head_top-panel {
    font-size: .75rem;
  }
  .head_top-menu {
    padding: 0;
  }
  .head_log-register [class^="ico-"] {
    font-size: 1rem;
  }
  .switch-language .language-label {
    padding-right: 15px;
  }
  .currency-label {
    padding-right: 15px;
  }
  .head_log-register a {
    padding-left: .3em;
    padding-right: .3em;
  }
  .switch-currency {
    padding: 0;
  }
  .switch-language {
    padding: 0;
  }
  .head_switch-box {
    padding-right: 0;
  }
  .head-adress {
    font-size: .75rem;
  }
  .head_phone-number {
    font-size: .78rem;
  }
  .head-fav .text {
    font-size: .625rem;
  }
  .head-fav_number {
    font-size: .75rem;
  }
  .head-basket_number {
    font-size: .75rem;
  }
  .head-fav .ico-heart {
    font-size: 1.4rem;
  }
  .head-basket .ico-cart {
    font-size: 1.4rem;
  }
  .head-fav {
    padding-left: 28px;
  }
  .head-basket {
    padding-left: 30px;
  }
  .head-basket .text {
    font-size: .625rem;
  }
  .head-menu {
    font-size: .7rem;
  }
  .product-item_hidden-content {
    display: none;
  }
  .review-item {
    padding: 1.25em;
  }

  p {
    font-size: .875rem;
  }
  .like-h2, .section-title {
    font-size: 1.875em;
  }
  body {
    font-size: 15px;
  }
  .subscription-section .top-text {
    padding-right: 10%;
  }
  .subscription-section .section-title {
    min-height: 100px;
  }
  .footer-nav {
    max-width: 100%;
    padding-right: 5%;
  }
  .product-slider > .slick-list {
    padding-bottom: 0;
  }
  .product-slider {
    margin-bottom: 2.5em;
  }
  .sort-filter_panel {
    display: block;
  }
  .sort-filter_menu {
    margin-bottom: 1.25em;
    flex-wrap: wrap;
  }
  .sort-filter_menu {
    margin-bottom: 0;
  }
  .sort-filter_menu .first-item {
    flex: 33% 0 0;
    justify-content: center;
  }
  .sort-filter_menu .second-item {
    flex: 33% 0 0;
  }
  .sort-filter_menu .third-item {
    flex: 33% 0 0;
  }
  .sort-filter_menu .fourth-item {
    flex: 50% 0 0;
  }
  .sort-filter_menu .fifth-item {
    flex: 50% 0 0;
  }
  .sort-filter_menu > li {
    margin-bottom: 2.5em;
  }
  .product-card_middle-row {
    font-size: 1.25rem;
  }
  .product-card_item {
    height: 350px;
  }
  .whole-set_table {
    display: block;
  }
  .whole-set_table tr {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 2em;
    border-bottom: 1px solid #a5a5a5;
    padding-bottom: 1em;
  }
  .whole-set_table td {
    display: block;
    flex: 33% 0 0;
    max-width: 33%;
    text-align: center;
  }
  .whole-set_table td:first-child {
    flex: 50% 0 0;
    max-width: 50%;
  }
  .whole-set_table td:nth-child(2) {
    flex: 25% 0 0;
    max-width: 25%;
  }
  .whole-set_table td:nth-child(3) {
    flex: 25% 0 0;
    max-width: 25%;
  }
  .collection-item {
    max-width: 100%;
    text-align: left;
  }
  .collection-item_price-row {
    padding-left: 12%;
  }
  .whole-set_table .wrapper-counter-btn {
    margin-left: auto;
    margin-right: auto;
  }
  .collection-item_available-number {
    margin-left: auto;
    margin-right: auto;
  }
  .collection-item_weight-list {
    justify-content: center;
  }
  .one-click_popup .right-column {
    padding: 2em;
  }
  .fancybox-button.fancybox-close-small {
    height: 25px;
    width: 25px;
  }
  .fancybox-slide--html .fancybox-close-small {
    padding: 3px;
  }
  .one-click_form-footer .form-policy {
    line-height: 1.5;
  }
  .modal-dialog {
    max-width: 960px;
  }
  .product-card_content .right-column {
    padding-left: 15px;
  }
  .go_product-card_btn {
    max-width: 140px;
    min-width: auto;
  }
  .cart-item_btns {
    flex-direction: column;
    align-items: center;
  }
  .cart-item_postpone-btn {
    margin: 0 0 12px 0;
  }
  .cart-table th {
    padding: .7em;
    font-size: .75rem;
  }
  .cart-table td {
    padding: .7em;
  }
  .cart-item_img {
    width: 100px;
    height: 100px;
  }
  .cart-item_desc {
    max-width: 200px;
  }
  .discount-price {
    display: inline-block;
  }
  .discount-percent:after {
    width: 75px;
  }
  .ordering_left-column {
    flex: 100% 0 0;
    max-width: 100%;
    margin-bottom: 2em;
  }
  .ordering_right-column {
    flex: 100% 0 0;
    max-width: 100%;
  }
  .ordering-total_box.is-sticky {
    position: static;
    width: 100%;
  }
  .ordering-total_box.is-static {
    position: static;
    width: 100%;
  }
  .subscribe-news_box {
    padding: 2em 2.5em;
  }
  .modes-communication_box {
    padding: 2em 2.5em;
  }
  .contact-section_footer .social-network {
    margin-bottom: 2em;
  }
  .ask-qustion_form {
    padding: 2em 2.5em;
  }
  .map-container {
    margin-top: 3em;
  }
  .production-section {
    padding: 1.5em 0;
  }
  .head-menu {
    background: #ffda5d;
  }
  .fixed-menu .main-head_bottom-row {
    display: none;
  }
  .fixed-menu .main-head {
    display: block;
    padding: .5em 0;
  }
  .fixed-menu .main-head .row {
    align-items: center;
  }
  .fixed-menu .main-head .center-column {
    align-items: center;
  }
  .fixed-menu .head-logo {
    top: 0;
  }
  .fixed-menu .head-logo img {
    height: 37px;
  }
  .advantages-list {
    font-size: 1.125rem;
  }
  .advantages-icon {
    height: 60px;
  }
  .advantages-list {
    margin-top: 0;
  }
  .wholesale-form {
    padding: 1.7em 2.5em;
  }
  .cooperate-item_icon {
    flex: 50px 0 0;
  }
  .cooperate-contact_list li {
    margin-bottom: .6em;
  }
  .cooperate-section {
    padding: 4em 0;
  }
  .advantages-box {
    margin-bottom: 3em;
  }
  .advantages-list {
    margin-bottom: 0;
  }
  .wholesale-company_content {
    padding-top: 4em;
  }
  .resume-box {
    padding: 2em 3em;
  }
  .resume-form_submit {
    min-width: 220px;
  }
  .resume-box .form-policy {
    margin-left: 1.7em;
  }
  .certificates-row {
    margin-bottom: 0;
  }
  .our-details_box {
    margin-top: 1.5em;
  }
  .buy-content {
    margin-bottom: 3em;
  }
  .step-order_item {
    margin-bottom: 3em;
  }
  .ask-question_form-mod {
    padding: 0;
  }
  .certificates-section {
    margin: 3.5em 0;
  }
  .add-review_form .form-group_code {
    flex: 200px 0 0;
  }
  .reviews-mod_section .min {
    display: inline;
  }
  .tablet-large_visible {
    display: block;
  }
  .product-item_delete {
    opacity: 1;
    left: 50%;
    right: auto;
    transform: translate(-30%, 0);
  }
}

@media only screen and (max-width: 991px) {
  .tablet-visible {
    display: block;
  }
  .tablet-hidden {
    display: none !important;
  }
  .head-fav .text {
    display: none;
  }
  .head-fav {
    padding-left: 0;
  }
  .head-fav .ico-heart {
    position: static;
  }
  .head-basket {
    padding-left: 0;
  }
  .head-basket .ico-cart {
    position: static;
  }
  .head-fav_number {
    display: none;
  }
  .head-basket .text {
    display: none;
  }
  .head-basket_number {
    display: none;
  }
  .head-logo {
    padding-left: 16.6%;
    flex: 1 0 0;
  }
  .main-head_bottom-row {
    margin-top: 0;
    margin-bottom: 0;
  }
  .hamburger {
    display: block;
  }
  .main-head {
    padding-top: 2em;
    padding-bottom: 1.2em;
  }
  .main-head .center-column {
    display: flex;
  }
  .head-nav_panel {
    position: fixed;
    top: 0;
    left: -100%;
    height: 100vh;
    overflow: hidden;
    overflow-y: auto;
    max-width: 400px;
    background: #FFE076;
    padding-top: 1em;
    padding-bottom: 1em;
    width: 100%;
    transition: left .4s;
    z-index: 100;
  }
  .head-nav_panel.is-open {
    left: 0;
  }
  .dropdown-menu_mod .sub-menu {
    position: static;
  }
  .dropdown-menu_mod .sub-menu a {
    justify-content: flex-start;
  }
  .head_switch-box {
    margin-bottom: 1.25em;
    padding-left: .3em;
  }
  .head_log-register {
    padding-left: .7em;
  }
  .head-menu {
    display: block;
    position: relative;
    transition: transform .4s;
  }
  .head-menu > li {
    display: flex;
    position: static;
  }
  .head-menu > li > a {
    flex: 1 0 0;
    justify-content: flex-start;
    padding-left: 1.2em;
    min-height: 35px;
  }
  .head-menu > li > a:before {
    display: none;
  }
  .dropdown-menu {
    left: 100%;
    top: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    overflow-y: auto;
    background: #FEF3C1;
  }
  .dropdown-menu.is-visible {
    display: block;
    z-index: 2;
  }
  .dropdown-menu .back-list {
    display: flex;
    align-items: center;
    position: relative;
    padding: .2em 1em .2em 1em;
    margin-left: 1.2em;
    font-size: .75rem;
    cursor: pointer;
    color: #7A7A7A;
    height: 35px;
    user-select: none;
  }
  .dropdown-menu .back-list:before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    position: absolute;
    top: -1px;
    bottom: 0;
    left: 0;
    margin: auto;
    transform: rotate(-45deg);
  }
  .head-menu > li:first-child > a {
    border-radius: 0;
  }
  .head-menu > li:last-child > a {
    border-radius: 0;
  }
  .mobile-menu_arrow-icon {
    display: block;
    width: 35px;
    height: 35px;
    position: relative;
    flex: 40px 0 0;
    cursor: pointer;
  }
  .mobile-menu_arrow-icon:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 12px;
    height: 12px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(45deg);
  }
  .sub-menu {
    box-shadow: none;
    width: 100%;
  }
  .sub-menu a {
    min-height: 35px;
    padding-left: 1.2em;
  }
  .head_top-menu {
    display: block;
    padding-top: 1.25em;
    padding-left: .7em;
    margin: 0;
  }
  .head_top-menu li {
    margin-bottom: .6em;
  }
  .head_top-menu a {
    min-height: auto;
    padding: 0;
    display: inline-block;
  }
  .head_close-btn {
    display: block;
  }
  .about-us_slider {
    margin-bottom: 2em;
  }
  .reviews-slider {
    padding: 0 3em;
  }
  .subscription-section .section-title {
    min-height: auto;
  }
  .subscription-form {
    margin-bottom: 3em;
  }
  .subscription-section .social-network {
    margin-top: 0;
  }
  .main-footer .right-column {
    padding-left: 15px;
  }
  .main-footer .col-mod-left {
    padding-left: 15px;
  }
  .main-footer {
    font-size: .8125rem;
    padding-top: 2.2em;
  }
  .footer_phone-number {
    font-size: inherit;
  }
  .footer-email {
    font-size: inherit;
  }
  .head_phone-number {
    font-size: 1rem;
  }
  .head_phone-number a {
    text-shadow: none;
    color: inherit;
  }
  .head_phone-number .ico-phone {
    left: 10px;
  }
  .head-nav.fixed-menu {
    position: static;
    transform: translae(0, 0, 0);
  }
  .product-card_content .left-column {
    flex: 100% 0 0;
    max-width: 100%;
    margin-bottom: 2em;
  }
  .product-card_content .right-column {
    flex: 100% 0 0;
    max-width: 100%;
    padding-left: 15px;
  }
  .product-card_item {
    height: 400px;
  }
  .product-card_slider-box .product-item_sale {
    top: 0;
    right: 0;
    width: 66px;
    height: 66px;
  }
  .product-card_sare-box {
    margin-top: 0;
    margin-bottom: 1em;
  }
  .collection-item_prompt {
    display: none !important;
  }
  .modal-dialog {
    max-width: 760px;
  }
  .go_product-card_btn {
    max-width: 220px;
  }
  .product-item_prompt {
    display: none !important;
  }
  .cart-table th {
    display: none;
  }
  .cart-table {
    display: block;
  }
  .cart-table .mobile-title {
    display: block;
  }
  .cart-table tr {
    display: flex;
    flex-wrap: wrap;
    border: 1px #ebe9e8 solid;
    padding: 10px;
    margin-bottom: 1.2em;
  }
  .cart-table tr:first-child {
    display: none;
  }
  .cart-table td {
    flex: 1 0 0;
    text-align: center;
  }
  .cart-table td:nth-child(1) {
    flex: 120px 0;
    max-width: 120px;
  }
  .cart-table td:nth-child(2) {
    flex-basis: calc(100% - 120px);
    max-width: calc(100% - 120px);
  }
  .cart-item_desc {
    max-width: 100%;
    text-align: left;
  }
  .cart-item_btns {
    align-items: flex-start;
    margin-top: 0;
  }
  .cart-item_price {
    margin-top: 0;
  }
  .cart-item_sale {
    margin-top: 0;
  }
  .cart-item_total {
    margin-top: 0;
  }
  .cart-item_price-row {
    margin-top: 0;
  }
  .cart-table tr:nth-child(2) td {
    padding-top: .7em;
  }
  .form-coupon {
    width: 100%;
  }
  .basket_footer-btns {
    justify-content: space-between;
    width: 100%;
  }
  .basket_footer-btns a {
    min-width: auto;
    flex: 49% 0 0;
  }
  .discount-percent:after {
    width: 40px;
  }
  .discount-section {
    padding: 3em 0;
  }
  .delivery-list {
    margin-bottom: 3em;
  }
  .accumulative-program_content {
    padding-top: 3em;
  }
  .personal-area_section {
    margin-bottom: 0;
  }
  .order-good_table th {
    font-size: .875rem;
  }
  .order-content_total td:first-child {
    padding-right: 2em;
  }
  .contact-item_map-btn {
    top: 0;
  }
  .form-captcha {
    display: block;
  }
  .ask-qustion_form .form-policy {
    padding: 0;
  }
  .ask-qustion_form .min {
    display: inline;
  }
  .wholesale-company_box .h3 {
    font-size: 1.25rem;
  }
  .wholesale-company_box {
    padding: 1.1em;
  }
  .cooperate-section {
    padding: 3em 0;
  }
  .cooperate-item_icon {
    flex: 35px 0 0;
  }
  .cooperate-item_title {
    font-size: 1.25rem;
  }
  .cooperate-item_desc p {
    font-size: .935rem;
  }
  .cooperate-contact_list {
    font-size: .935rem;
  }
  .get-catalog_box .min {
    display: inline;
  }
  .resume-form_footer {
    flex-direction: column;
  }
  .resume-box .form-policy {
    margin-left: 0;
    text-align: center;
  }
  .resume-form_submit {
    margin-bottom: 1em;
  }
  .about-us_right-column {
    padding-left: 15px;
  }
  .vacancies-box {
    padding: 1.7em 1.25em;
    margin-bottom: 2em;
  }
  .resume-box {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
  .resume-form_bottom-panel {
    display: block;
  }
  .resume-form .input-file_mod {
    margin-bottom: 1em;
  }
  .our-details_box {
    line-height: 1.5;
  }
  .our-details_box {
    padding: 1.25em;
  }
  .ask-question_box {
    padding-left: 2em;
    padding-right: 2em;
    margin-top: 3em;
  }
  .ask-question_form-mod .form-captcha {
    display: flex;
  }
  .ask-question_form-mod .wrapper-submit {
    margin-bottom: 0;
  }
  .questions-section {
    padding-bottom: 0;
  }
  .delivery-table td:first-child {
    width: 30%;
  }
  .delivery_tab-menu {
    margin-bottom: 2em;
  }
  .delivery_tabs-content .top-list {
    margin-bottom: 2em;
  }
  .list-checkpoints_btn {
    margin-bottom: 3em;
  }
  .review-mod_item-admin {
    margin-left: 6em;
  }
  .ui-header {
    z-index: 100;
  }
  .add-review_form-mod {
    width: 100%;
  }
  .modal-dialog .whole-set_table {
    left: 0;
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  #contact-form-btn{
    display: none !important;
  }
  .main-head .messengers-list {
    left:auto;
    right:0px;
  }
  .tablet-small_visible {
    display: block;
  }
  .tablet-small_hidden {
    display: none;
  }
  .footer-email {
    display: inline-block;
    margin-bottom: 2em;
  }
  .footer-nav {
    max-width: 255px;
    padding: 0;
  }
  .footer-logo {
    margin-bottom: 1.2em;
    text-align: center;
  }
  .sort-filter_menu .first-item {
    flex: 50% 0 0;
  }
  .sort-filter_menu .second-item {
    flex: 50% 0 0;
  }
  .sort-filter_menu .third-item {
    flex: 50% 0 0;
  }
  .whole-set_table td {
    padding: 5px;
  }
  .whole-set_table td:first-child {
    flex: 100% 0 0;
    max-width: 100%;
  }
  .whole-set_table td:nth-child(2) {
    flex: 50% 0 0;
    max-width: 50%;
  }
  .whole-set_table td:nth-child(3) {
    flex: 50% 0 0;
    max-width: 50%;
  }
  .collection-item_size-list {
    max-width: 100%;
    justify-content: center;
  }
  .product-card_item {
    height: 300px;
  }
  .product-card_slider {
    margin-bottom: 1.25em;
  }
  .modal-dialog {
    max-width: 570px;
  }
  .cart-table tr {
    position: relative;
    padding-left: 120px;
  }
  .cart-item_img {
    position: absolute;
    top: 10px;
    left: 10px;
  }
  .cart-table td:nth-child(1) {
    flex: 0 0 0;
    max-width: 0;
    padding: 0;
  }
  .cart-table td:nth-child(2) {
    flex: 100% 0 0;
    max-width: 100%;
  }
  .cart-table td {
    flex: 50% 0 0;
    max-width: 50%;
  }
  .cart-table td:last-child {
    flex: 100% 0 0;
    max-width: 100%;
  }
  .cart-item_btns {
    flex-direction: row;
    justify-content: space-between;
  }
  .cart-table td {
    text-align: left;
  }
  .basket-section_footer {
    display: block;
    margin-top: 1.5em;
  }
  .basket-section_footer .left-column {
    margin-bottom: 1.25em;
    padding-right: 0;
  }
  .discount-list {
    flex-direction: column;
    align-items: center;
  }
  .discount-list li {
    margin-bottom: 4em;
  }
  .discount-list li:last-child {
    margin-bottom: 0;
  }
  .discount-percent:after {
    left: 0;
    right: 0;
    top: calc(100% + 125px);
    margin: auto;
    transform: rotate(90deg);
    transform-origin: 30% 50%;
  }
  .delivery_tab-names {
    flex: 100% 0 0;
    max-width: 100%;
    margin-bottom: 1em;
  }
  .delivery-content_tabs {
    flex: 100% 0 0;
    max-width: 100%;
    padding-left: 0;
  }
  .payment_tab-names {
    flex: 100% 0 0;
    max-width: 100%;
    margin-bottom: 1em;
  }
  .payment-content_tabs {
    flex: 100% 0 0;
    max-width: 100%;
    padding-left: 0;
  }
  .ordering-step_body .form-coupon {
    margin-top: 1.25em;
  }
  .ordered-goods {
    flex-wrap: wrap;
    position: relative;
    padding-left: 100px;
  }
  .ordered-goods_img {
    position: absolute;
    top: 0;
    left: 0;
  }
  .ordered-goods_desc {
    flex: 100% 0 0;
    max-width: 100%;
    padding-left: 0;
  }
  .ordered-goods_number {
    padding-top: 10px;
    flex: 50% 0 0;
    text-align: left;
  }
  .ordered-goods_price {
    padding-top: 10px;
    flex: 50% 0 0;
    text-align: left;
  }
  .personal-area_menu {
    flex-wrap: wrap;
    margin-bottom: 1.25em;
  }
  .personal-area_menu li {
    margin-bottom: 10px;
    flex: 25% 0 0;
    max-width: 25%;
  }
  .personal-area_section .like-h2 small {
    margin-top: 1em;
    line-height: 1.5;
  }
  .delivery-list {
    flex-wrap: wrap;
  }
  .delivery-list li {
    margin-bottom: 10px;
    flex: 33.333% 0 0;
    max-width: 33.333%;
  }
  .order-good_table thead {
    display: none;
  }
  .order-good_title-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: #F5F3F3;
    margin-bottom: .7em;
  }
  .order-good_title-row.is-active {
    background: #ded7d7;
  }
  .order-good_title-row td {
    flex: 33.333% 0 0;
    max-width: 33.333%;
  }
  .order-good_title-row .mobile-title {
    display: block;
  }
  .personal-area_tab-container {
    margin-bottom: 3em;
  }
  .order-content_footer {
    display: block;
    padding: 1em;
  }
  .order-content_total {
    width: 100%;
  }
  .order-content_total td {
    padding: .2em;
  }
  .order-content_total td:first-child {
    padding-left: 0;
    padding-right: 1.2em;
  }
  .order-content_total td:last-child {
    padding-right: 0;
  }
  .ordered-item_price {
    font-size: 1.35rem;
  }
  .order-details_list:last-child {
    margin-bottom: 1.7em;
  }
  .modes-communication_list {
    margin-bottom: 1.7em;
  }
  .modes-communication_form {
    margin-top: 1em;
    margin-bottom: 1.7em;
  }
  .subscribe-news_box {
    padding: 1.25em;
  }
  .modes-communication_box {
    padding: 1.25em;
  }
  .contact-row .left-column {
    flex: 100% 0 0;
    max-width: 100%;
    margin-bottom: 1.875em;
  }
  .contact-row .right-column {
    flex: 100% 0 0;
    max-width: 100%;
  }
  .contact-box {
    margin-bottom: 5px;
  }
  .contact-box_title {
    min-height: 64px;
    background: #FAF7F5;
    display: flex;
    align-items: center;
    padding: 0 2em 0 1.7em;
    margin-bottom: 0;
    pointer-events: auto;
    position: relative;
  }
  .contact-box_title.is-active:after {
    transform: rotate(-135deg);
  }
  .contact-box_title:after {
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    border-right: 2px solid  #1B1A19;
    border-bottom: 2px solid  #1B1A19;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1.7em;
    margin: auto;
    transform: rotate(45deg);
    transition: border-color .3s;
  }
  .contact-list {
    display: none;
    padding-top: 1em;
  }
  .contact-email {
    margin-top: 2em;
    margin-bottom: 1.5em;
  }
  .form-captcha {
    display: flex;
  }
  .modes-communication_box {
    margin-bottom: 1.25em;
    height: auto;
  }
  .main-content_purple .contact-box_title {
    background: #F4E4F9;
  }
  .advantages-icon {
    height: 40px;
  }
  .advantages-list {
    font-size: .875rem;
  }
  .wholesale-form {
    margin-bottom: 1.7em;
  }
  .wholesale-company_content .top-text {
    line-height: 1.5;
    margin-top: -10px;
    font-size: .875rem;
    margin-bottom: 1.2em;
    line-height: 1.5;
  }
  .wholesale-company_content .top-text strong {
    font-size: 1rem;
  }
  .wholesale-company_row {
    margin-top: 0;
  }
  .log-register_section {
    padding-bottom: 3em;
  }
  .cooperate-item {
    margin-bottom: 1.7em;
  }
  .get-catalog_box {
    padding-top: 1.5em;
  }
  .reviews-slider {
    padding: 0 2em;
  }
  .reviews-slider .slick-slide {
    padding: 0 5px;
  }
  .about-us_left-column {
    flex: 100% 0 0;
    max-width: 100%;
    margin-bottom: 1.7em;
  }
  .about-us_right-column {
    flex: 100% 0 0;
    max-width: 100%;
  }
  .companu-menu li.active a:after {
    display: none;
  }
  .companu-menu a {
    height: 35px;
  }
  .question-item_title {
    padding: .2em 1em;
    font-size: 1rem;
    min-height: 50px;
  }
  .question-item_body.is-active {
    padding: 1.3em 1em;
  }
  .ask-question_box {
    padding-bottom: 2.2em;
  }
  .certificates-slider .slick-slide {
    padding: 0;
  }
  .certificates-slider {
    padding: 0;
    margin-top: 0;
  }
  .certificates-section {
    margin: 2em 0 2.5em;
  }
  .delivery-table {
    font-size: .75rem;
  }
  .delivery-table th {
    padding: .5em;
  }
  .delivery-table td {
    padding: .5em;
  }
  .delivery-table td:first-child {
    font-size: .6rem;
  }
  .delivery_tabs-content {
    padding: 0;
    font-size: .875rem;
  }
  .delivery-section_footer {
    padding: 0;
    font-size: .875rem;
  }
  .delivery_tab-menu {
    flex-wrap: wrap;
    margin-bottom: 1.2em;
  }
  .delivery_tab-menu li {
    flex: 50% 0 0;
    max-width: 50%;
    margin-bottom: 5px;
  }
  .delivery_tabs-content .h4 {
    margin-bottom: 1em;
  }
  .delivery_tabs-content ul:not([class]) li {
    margin-bottom: 1em;
  }
  .delivery-table {
    margin-bottom: 1.7em;
  }
  #map-3 {
    height: 350px;
  }
  .payment-section_content {
    margin-top: 1.7em;
    padding: 0;
  }
  .payment-item_other .item-desc {
    padding-left: 1em;
  }
  .review-mod_item-header {
    display: block;
  }
  .review-mod_item-header .right-column {
    justify-content: flex-start;
    margin-top: .7em;
  }
  .add-review_form .form-group {
    margin-bottom: 1.1em;
  }
  .add-review_form .form-captcha {
    margin-bottom: 1em;
  }
  .add-review_form {
    width: 100%;
  }
  .add-review_form .right-cell {
    justify-content: center;
  }
  .wholesale-company_box {
    height: auto;
    margin-bottom: 1.25em;
  }
}

@media only screen and (max-width: 575px) {
  .mobile-visible {
    display: block;
  }
  .mobile-hidden {
    display: none !important;
  }
  .product-item_img img {
    height:auto;
}
  .main-head_bottom-row .like-h1 {
    font-size: 1.125rem;
  }
  .scroll-to-top {
    opacity: .7;
    border-radius: 100%;
    width: 26px;
    height: 26px;
    right: 18px;
    left: auto;
  }
  .scroll-to-top:before {
    content: '';
    display: block;
    width: 140%;
    height: 140%;
    border-radius: 50%;
    border: 2px solid #b86d0d;
    position: absolute;
    top: -5px;
    left: -5px;
    z-index: -1;
  }
  .scroll-to-top:after {
    left: 0;
    top: 2px;
  }
  .scroll-to-top-purple:before {
    border: 2px solid #8226d8;
  }
  .like-h2, .section-title {
    font-size: 1.5rem;
    text-align: center;
  }
  .product-section .top-text {
    text-align: center;
  }
  .product-item_img {
    height: 210px;
  }
  .product-item_title {
    font-size: 1rem;
  }
  .product-item_price {
    font-size: 1.625rem;
  }
  .product-item_new {
    height: 26px;
    top: 1em;
    left: 1em;
  }
  .reviews-slider {
    padding: 0;
  }
  .reviews-slider .slick-slide {
    padding: 0;
  }
  .review-item p {
    font-size: .75rem;
  }
  .about-us_slider {
    padding: 0;
    margin-bottom: 1.25em;
  }
  .about-us_slider .slick-arrow {
    bottom: auto;
    top: 58vw;
  }
  .about-us_slider .slick-prev {
    left: auto;
    right: 45px;
  }
  .about-us_section {
    padding: 2.2em 0;
  }
  .about-us_section p:last-child {
    margin-bottom: 0;
  }
  .subscription-section {
    padding: 2.2em 0;
  }
  .subscription-section .top-text {
    padding-right: 0;
    text-align: center;
  }
  .social-network {
    justify-content: center;
  }
  .footer-title {
    display: none;
  }
  .main-footer {
    text-align: center;
  }
  .footer_phone-number {
    font-size: 1.125rem;
  }
  .footer-email {
    font-size: 1.125rem;
  }
  .footer-logo img {
    max-width: 113px;
  }
  .copyright {
    display: block;
  }
  .main-footer_bottom {
    padding: 1em 0;
  }
  .main-footer_bottom .right-cell {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .subscription-form .ico-arrow {
    display: block;
    top: 1px;
    font-size: 2rem;
  }
  .subscription-form .form-group {
    margin-right: 0;
  }
  .subscription-form_submit {
    font-size: 0;
  }
  .subscription-form .wrapper-submit {
    min-width: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.1;
    border-radius: 0 5px 5px 0;
  }
  .sort-filter_menu .first-item {
    flex: 100% 0 0;
    justify-content: flex-start;
  }
  .sort-filter_menu .second-item {
    flex: 100% 0 0;
  }
  .sort-filter_menu .third-item {
    flex: 100% 0 0;
  }
  .sort-filter_menu .fourth-item {
    flex: 100% 0 0;
  }
  .sort-filter_menu .fifth-item {
    flex: 100% 0 0;
  }
  .sort-filter_menu > li {
    justify-content: flex-start;
    flex-direction: column;
  }
  .sort-filter_status {
    margin: 0;
    right: auto;
    left: 10px;
  }
  .sort-filter_box {
    left: 0;
    position: static;
    transform: none;
    margin-top: 10px;
    width: 100%;
  }
  .sort-filter_panel {
    padding: 1em;
    margin-bottom: 1.7em;
  }
  .sort-filter_panel .left-column {
    padding: 0;
  }
  .sort-filter_panel .right-column {
    padding: 0;
  }
  .sort-filter_item {
    display: block;
    width: 100%;
  }
  .filter-reset_btn {
    flex: 48.5% 0 0;
    max-width: 48.5%;
    font-size: .7rem;
  }
  .filter-apply_btn {
    flex: 48.5% 0 0;
    max-width: 48.5%;
    font-size: .7rem;
  }
  .wrapper_product-card_slider {
    display: block;
  }
  .product-card_small-slider {
    max-width: 100%;
    padding: 0 1.5em;
    height: auto;
  }
  .product-card_small-slider .slick-slide {
    padding: 0 5px;
  }
  .product-card_small-slider .slick-next {
    left: auto;
    bottom: 0;
    top: 0;
  }
  .product-card_small-slider .slick-prev {
    right: auto;
    bottom: 0;
    top: 0;
  }
  .product-card_small-slider .slick-arrow:after {
    bottom: 10px;
    transform: rotate(-45deg);
  }
  .product-card_small-slider .slick-prev:after {
    bottom: -3px;
    transform: rotate(-225deg);
  }
  .product-card_small-item {
    height: 20vw;
  }
  .product-card_slider-box {
    max-width: 100%;
  }
  .wrapper_product-card_slider {
    padding: 1.25em;
  }
  .product-card_slider-box .product-item_sale {
    width: 50px;
    height: 50px;
    font-size: .875rem;
  }
  .product-card_sare-box .ico-share {
    width: 35px;
    height: 35px;
  }
  .product-card_middle-row {
    font-size: .8125rem;
    justify-content: space-between;
  }
  .product-card_price-name {
    flex: 49% 0 0;
    height: 25px;
  }
  .product-card_stock {
    flex: 49% 0 0;
    height: 25px;
  }
  .product-card_price-new {
    height: 45px;
  }
  .product-card_price-new {
    font-size: 1.875rem;
  }
  .product-card_price-new:before {
    width: 29px;
    background-size: contain;
  }
  .product-card_old-price {
    font-size: 1.35rem;
  }
  .product-card_btns {
    flex-direction: column;
    position: relative;
    padding-top: 2.5em;
    margin-bottom: 1.5em;
  }
  .product-card_add-card {
    max-width: 100%;
    margin-bottom: 1em;
    margin-right: 0;
  }
  .product-card_one-click {
    max-width: 100%;
    margin-right: 0;
  }
  .product-card_fav {
    position: absolute;
    top: 0;
    right: 0;
  }
  .product-card_counter-box {
    margin-bottom: 1.5em;
  }
  .product-card_features td:first-child {
    width: 155px;
  }
  .product-card_features {
    margin-bottom: 1.7em;
  }
  .like-h2 small, .section-title small {
    margin-top: .6em;
    font-size: .875rem;
  }
  .whole-set_table td {
    flex: 50% 0 0;
    max-width: 50%;
    text-align: left;
  }
  .whole-set_table td:last-child {
    max-width: 100%;
    flex: 100% 0 0;
  }
  .whole-set_table .main-btn {
    width: 100%;
  }
  .whole-set_table .wrapper-counter-btn {
    margin-left: 0;
  }
  .collection-item_available-number {
    margin-left: 0;
  }
  .collection-item_weight-list {
    justify-content: flex-start;
  }
  .collection-item_size-list {
    justify-content: flex-start;
  }
  .whole-set_section {
    padding-bottom: 1em;
  }
  .back-page_btn {
    height: 35px;
    border-radius: 15px;
  }
  .one-click_popup .left-column {
    display: none;
  }
  .one-click_popup .right-column {
    max-width: 100%;
    flex: 100% 0 0;
  }
  .popup-title {
    margin-bottom: .7em;
  }
  .one-click_form-footer {
    padding: 0;
  }
  .one-click_form-footer .form-policy {
    line-height: 1.3;
  }
  .collection-item_price-row {
    padding-left: 0;
  }
  .whole-set_table .main-btn {
    margin-top: 1em;
  }
  .share-popup {
    width: 100%;
  }
  .share-popup .social-network {
    margin-top: 0;
  }
  button.close {
    width: 25px;
    height: 25px;
  }
  .modal-content {
    padding-top: 2.6em;
    padding-left: .5em;
    padding-right: .5em;
  }
  .go_product-card_btn {
    top: 0;
  }
  .cart-table tr {
    padding-left: 85px;
  }
  .cart-item_img {
    width: 70px;
    height: 70px;
  }
  .cart-item_postpone-btn {
    margin-bottom: 0;
  }
  .basket_attention-text {
    padding: 1em;
    margin-bottom: 1.7em;
  }
  .cart-item_size-weight li {
    margin-bottom: 5px;
  }
  .basket-total_sum2 {
    font-size: 1.4rem;
  }
  .basket-total_sale {
    font-size: 1.25rem;
  }
  .basket-total_sum {
    font-size: 1.25rem;
  }
  .basket-section {
    padding-bottom: 2em;
  }
  .package-item_img {
    height: 150px;
    margin-bottom: .7em;
  }
  .package-slider {
    margin-bottom: 2.5em;
  }
  .discount-section {
    padding: .5em 0 2em;
  }
  .breadcrumbs {
    margin-bottom: 1em;
  }
  .form-location {
    display: block;
  }
  .form-location .form-group:first-child {
    max-width: 100%;
  }
  .form-location .form-group {
    max-width: 100%;
  }
  .ordering-step_body .location-text {
    font-size: .75rem;
    width: 100%;
  }
  .ordering-step_body {
    padding: 1.25em;
  }
  .ordering-step_header {
    padding-left: 1.1em;
    padding-right: 1.1em;
  }
  .delivery-method_hidden .row {
    margin: 0;
  }
  .delivery_tab-names li {
    flex: 50% 0 0;
    max-width: 50%;
  }
  .payment_tab-names li {
    flex: 50% 0 0;
    max-width: 50%;
  }
  .payment-method_hidden .row {
    margin: 0;
  }
  .ordering-section_footer {
    display: block;
    text-align: center;
    margin-top: 1.7em;
  }
  .ordering-section_footer .ordering-policy {
    font-size: .75rem;
    margin-bottom: 1em;
    text-align: center;
  }
  .ordering-section {
    padding-bottom: 3em;
  }
  .ordering-step_header .edit-btn {
    margin-left: 8px;
  }
  .ordering-step_header {
    font-size: .875rem;
  }
  .ordering-step .required-fill {
    padding-right: 10px;
    font-size: .75rem;
  }
  .product-item_delete {
    top: 1.3em;
  }
  .personal-area_menu {
    display: none;
    width: 100%;
  }
  .personal-area_menu li {
    flex: 33.3336% 0 0;
    max-width: 33.3336%;
  }
  .personal-area_menu .text {
    height: auto;
    min-height: 40px;
    font-size: .75rem;
  }
  .personal-data_form-submit {
    min-width: auto;
    width: 100%;
  }
  .accumulative-program_table {
    margin-bottom: 0;
    width: 100%;
  }
  .order-good_title-row {
    padding-left: 5px;
    padding-right: 5px;
  }
  .order-good_title-row td {
    flex: 100% 0 0;
    max-width: 100%;
    padding: 10px;
  }
  .order-item {
    position: relative;
    flex-wrap: wrap;
    padding-left: 100px;
  }
  .ordered-item_img {
    position: absolute;
    width: 80px;
    height: 80px;
    top: .5em;
    left: 0;
  }
  .ordered-item_desc {
    padding: 0;
    flex: 100% 0 0;
    max-width: 100%;
    margin-bottom: .7em;
  }
  .order-item_size-weight li {
    margin-bottom: 5px;
  }
  .order-item_price-column {
    padding: 0;
    flex: 100% 0 0;
    max-width: 100%;
  }
  .min {
    display: inline;
  }
  .wrapper_order-details_list {
    flex-direction: column;
  }
  .wrapper_order-details_list .order-details_list {
    order: 2;
  }
  .track-order_btn {
    margin: 0 0 10px;
    order: 1;
  }
  .shop-slider {
    padding: 0;
  }
  .shop-slider .slick-dots {
    bottom: -1.5em;
  }
  .shop-section {
    padding: 1.5em 0;
  }
  .production-slider {
    padding: 0;
  }
  .production-slider .slick-dots {
    bottom: -1.5em;
  }
  .documents-slider {
    padding: 0;
  }
  .documents-slider .slick-slide {
    padding: 0 7px;
  }
  .documents-slider .slick-list {
    padding-right: 15%;
  }
  .documents-section {
    padding: 1.7em 0;
  }
  #map {
    height: 300px;
  }
  .ask-qustion_form {
    padding: 1.5em 1em;
  }
  .ask-qustion_form .form-group {
    margin-bottom: 1em;
  }
  .update-code_btn {
    white-space: nowrap;
  }
  .ask-qustion_form .form-policy {
    margin: 1em 0;
  }
  .form-captcha {
    margin-bottom: 0;
  }
  .ask-qustion_form .wrapper-submit {
    width: 100%;
  }
  .contact-item_map-btn {
    margin-left: 10px;
  }
  .log-register_form .form-group {
    margin-bottom: 1.1em;
  }
  .log-register_form .form-list {
    margin-bottom: 0;
  }
  .log-register_form .form-policy {
    padding: 0;
    line-height: 1.5;
    margin-bottom: 1.25em;
    margin-top: 1em;
  }
  .log-register_section {
    padding-bottom: 2.2em;
  }
  .log-register_form .wrapper-submit_login, .log-register_form .wrapper-submit {
    min-width: auto;
    width: 100%;
  }
  .log-register_form .form-btns {
    padding: 1em 0;
  }
  .forgot-password_btn {
    margin-bottom: .7em;
  }
  .log-register_form .social-network {
    margin-bottom: 0;
  }
  .product-slider .slick-arrow {
    top: 190px;
  }
  .h3 {
    font-size: 1.25rem;
  }
  .product-card_price-new .rouble {
    top: 0;
  }
  .main-head .right-column {
    padding-left: 10px;
  }
  .basket-total_box .text {
    top: -4px;
  }
  .form-coupon .wrapper-submit {
    height: 45px;
    line-height: 45px;
  }
  .cart-table td {
    padding: .5em;
  }
  .cart-item_old-price {
    white-space: nowrap;
  }
  .cart-item_new-price {
    white-space: nowrap;
  }
  .cart-item_price-row {
    flex-wrap: wrap;
  }
  .wholesale-form {
    padding: 1.5em 1.2em;
  }
  .wholesale-form .top-text {
    font-size: .875rem;
  }
  .wholesale-form .form-policy {
    margin-top: 0;
  }
  .discount-content_wholesale .top-text {
    font-size: .875rem;
  }
  .discount-list_wholesale .discount-percent:after {
    top: calc(100% + 135px);
  }
  .wholesale-company_content {
    padding-top: 2.5em;
  }
  .cooperate-section {
    padding: 2em 0;
  }
  .cooperate-item_icon {
    flex: 30px 0 0;
  }
  .cooperate-item_title {
    font-size: 1rem;
    margin-bottom: .7em;
  }
  .cooperate-contact_list {
    font-size: .875rem;
  }
  .cooperate-item_desc p {
    font-size: .875rem;
  }
  .advantages-box {
    margin-bottom: 2.5em;
  }
  .input-file {
    height: 45px;
    line-height: 45px;
    width: 100%;
  }
  .wrapper_input-file {
    display: block;
  }
  .input-file-text {
    margin-bottom: 10px;
  }
  .vacancies-box {
    padding: 1.25em;
    margin-top: 1.7em;
  }
  .resume-box {
    padding: 1em 1.25em;
  }
  .resume-form .input-file-text {
    margin-bottom: 0;
  }
  .input-file_mod {
    height: auto;
    line-height: 1.2;
  }
  .resume-form_bottom-panel {
    margin-bottom: 1.25em;
  }
  .resume-form_submit {
    width: 100%;
  }
  .resume-box .top-text {
    font-size: .875rem;
  }
  .form-textarea {
    height: 90px;
  }
  .wrapper_shop-slider {
    margin: 1em 0 3em;
  }
  .company-section {
    padding-bottom: 0;
  }
  .certificates-row {
    margin: 0 -5px;
  }
  .certificates-row [class^="col-"] {
    padding: 0 5px;
  }
  .certificate-item {
    margin-bottom: 1em;
  }
  .certificates-row {
    padding-top: 10px;
  }
  .documents-row {
    padding-top: 10px;
  }
  .document-item {
    margin-bottom: 1em;
  }
  .our-details_box .main-btn {
    margin-top: 1.7em;
    min-width: auto;
    width: 100%;
  }
  .our-details_box {
    font-size: .875rem;
  }
  .our-details_box .section-title {
    margin-bottom: .5em;
  }
  .buy-item_title {
    padding: .2em 1em;
    font-size: 1rem;
    min-height: 50px;
  }
  .buy-item_body.is-active {
    padding: 1.3em 1em;
  }
  #map-2 {
    height: 300px;
  }
  .step-order_item {
    margin-bottom: 2em;
  }
  .step-order_item:last-child {
    margin-bottom: 0;
  }
  .payment-row {
    margin-top: 1em;
  }
  .payment-item_icon {
    height: 55px;
    margin-bottom: .7em;
  }
  .payment-item_title {
    margin-bottom: 1em;
  }
  .payment-item_mod {
    padding: 1.25em;
  }
  .payment-row [class^="col-"] {
    margin-bottom: 1.25em;
  }
  .payment-item_list li:last-child {
    margin-bottom: 0;
  }
  .question-item_title {
    font-size: .935rem;
  }
  .ask-question_form-mod {
    padding: 0;
  }
  .ask-question_box {
    padding: 1.25em;
    padding-top: 1.6em;
  }
  .ask-qustion_form .wrapper-submit {
    min-width: auto;
    width: 100%;
  }
  .question-content {
    margin-top: 1.7em;
  }
  .question-sent_title {
    font-size: 1.25rem;
  }
  .list-checkpoints_btn {
    padding: 0 1em;
    width: 100%;
  }
  .delivery_tab-menu .text {
    min-height: 45px;
    height: auto;
  }
  .delivery_mobile-title {
    display: flex;
  }
  .delivery_tab-menu {
    display: none;
  }
  .delivery_tab-title {
    background: #FAF7F5;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .2em 1.5em .2em 1em;
    font-weight: 700;
    position: relative;
  }
  .delivery_tab-title.is-active:after {
    transform: rotate(-135deg);
  }
  .delivery_tab-title:after {
    content: '';
    display: inline-block;
    width: 7px;
    height: 7px;
    border-right: 2px solid #1B1A19;
    border-bottom: 2px solid #1B1A19;
    position: relative;
    top: -2px;
    transform: rotate(45deg);
    transform-origin: 75% 75%;
  }
  .delivery_tabs-content .tab-item {
    height: auto;
    overflow: visible;
    opacity: 1;
  }
  .delivery_item-content {
    height: 0;
    overflow: hidden;
  }
  .delivery_item-content.is-open {
    height: auto;
    overflow: visible;
    margin-bottom: 1em;
  }
  .personal-area_tab-title {
    background: #FAF7F5;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .2em 1.5em .2em 1em;
    font-weight: 700;
    font-size: 1rem;
    font-family: "Montserrat";
    margin-bottom: 7px;
    position: relative;
  }
  .personal-area_tab-title.is-active {
    background: #FCF3DF;
  }
  .personal-area_tab-title.is-active:after {
    transform: rotate(-135deg);
  }
  .personal-area_tab-title:after {
    content: '';
    display: inline-block;
    width: 7px;
    height: 7px;
    border-right: 2px solid #1B1A19;
    border-bottom: 2px solid #1B1A19;
    position: relative;
    top: -2px;
    transform: rotate(45deg);
    transform-origin: 75% 75%;
  }
  .personal-area_tabs-content .tab-item {
    height: auto;
    overflow: visible;
    opacity: 1;
  }
  .personal-area_tabs-content .contact-box_title {
    min-height: 45px;
  }
  .personal-area_item-content {
    height: 0;
    overflow: hidden;
  }
  .personal-area_item-content.is-open {
    height: auto;
    overflow: visible;
    margin-top: 1em;
    margin-bottom: 1em;
  }
  .contact-row {
    padding-top: 0;
  }
  .delivery-small_table {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }
  .delivery-small_table th, .delivery-small_table td {
    padding: .7em;
  }
  .payment-item_other .item-icon {
    flex: 70px 0 0;
    max-width: 70px;
  }
  .payment-item_other .item-desc {
    line-height: 1.5;
    font-size: .875rem;
  }
  .add-review_form .form-textarea {
    height: 90px;
  }
  .add-review_form .left-cell {
    display: block;
  }
  .add-review_form .wrapper-submit {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%;
  }
  .add-review_form .right-cell {
    display: block;
  }
  .add-review_form .form-captcha {
    margin-left: 0;
  }
  .add-review_form {
    margin-bottom: 2em;
  }
  .review-mod_item {
    padding: 1.5em 1em;
  }
  .review-mod_item-admin {
    margin-left: 2em;
  }
  .delivery-list {
    margin-bottom: 1.7em;
    margin-top: 0;
    width: 100%;
  }
  .delivery-list li {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
  }
  .delivery-list img {
    width: 100%;
  }
  .order-content {
    background: #fff;
    margin-bottom: 10px;
  }
  .order-good_table {
    background-color: transparent;
  }
  .order-content.is-open {
    display: block;
    margin-top: -.7em;
  }
  .delivery_tabs-content .delivery_tab-title {
    margin-bottom: 7px;
  }
  .main-content_purple .personal-area_tab-title {
    background: #F4E4F9;
  }
  .main-content_purple .personal-area_tab-title.is-active {
    background: #DAA6EA;
  }
  .add-review_form-mod {
    padding-left: 1em;
    padding-right: 1em;
    padding-bottom: 1.25em;
    margin-bottom: 0;
  }
  .reviews-section_footer {
    flex-direction: column;
  }
  .reviews-section_footer a {
    width: 100%;
  }
  .reviews-section_footer .main-btn {
    margin-right: 0;
    margin-bottom: 1em;
  }
  .reviews-section {
    padding: 2em 0;
  }
  .personal-area_tab-container {
    margin-bottom: 1.7em;
  }
  .guarantees-section {
    padding-bottom: 0;
  }
  .catalog-section {
    padding-bottom: 0;
  }
  .whole-set_table td:first-child {
    padding-left: 5px;
  }
  .whole-set_table td:last-child {
    padding-right: 5px;
  }
  .product-section .top-text {
    margin-top: -.5em;
  }
  .wholesale-form .form-fields_mod {
    margin-bottom: .7em;
  }
  .main-head_bottom-row .like-h1.purple-title {
    font-size: 1.125rem;
  }
  .head-logo {
    padding-left: 17%;
  }
  .head-logo img {
    max-width: 150px;
  }
}

@media only screen and (max-width: 370px) {
  .product-card_middle-row {
    font-size: .75rem;
  }
  .collection-item_subtitle {
    min-height: 30px;
  }
  .collection-item_new-price {
    font-size: 1.35rem;
  }
  .collection-item_old-price {
    font-size: .935rem;
  }
  .cart-item_delete-btn .ico-close {
    margin-right: 5px;
  }
  .cart-item_postpone-btn .ico-fav {
    margin-right: 5px;
  }
  .cart-table .mobile-title {
    font-size: .75rem;
  }
  .cart-table td {
    padding: .35em;
  }
  .ordering-step_header {
    font-size: .75rem;
  }
  .ordering-step_header .edit-btn {
    font-size: .625rem;
  }
  .ordering-step_footer {
    justify-content: space-between;
  }
  .ordering-step_footer .main-btn {
    min-width: auto;
    flex: 49% 0 0;
  }
  .review-mod_item-admin {
    margin-left: 1em;
  }
}
.mf-ok-text{
  color:red;
  font-size:30px;
  text-align:center
  
}

.result-box{
  color:red;
  
}
.atrikle_name{
  color: #ccc0c0;
  font-size: 14px;
  padding-bottom:10px;
}
/* custom */
.modal-content.review-ok{
  width:90%;
  max-width:750px;
  padding:0;
  overflow: hidden;
  border-radius: 8px;
}
.modal-content.review-ok .ask-question_box{
  margin-top:0 !important;
}
.delivery-list a{
  text-decoration: none !important;
  border-bottom: none !important;
}
#wait_captcha-block{
  display:none;
}
.container-404{
  width:90%;
  max-width:980px;
  margin:0 auto;
  padding:100px 0;
  text-align: center;

}
.container-404 h1{
  color:grey;
  font-size:140px;
  text-transform: uppercase;
  text-shadow: none;
  font-weight:700;
  margin-bottom: 50px;
  letter-spacing: 5px;
}
.container-404 h1 span{
  display: block;
  font-size:52px;
  width:100%;
  letter-spacing: 4px;
}
.container-404 p{
  font-size:18px;
  margin-bottom: 50px;
  font-weight:400;
}
#upload-container{
  border: 1px solid #D9D9D9;
  border-radius: 5px;
  background: #fff;
  height: auto;
  padding: 10px 1em;
  width: 100%;
  transition: border .3s;
  margin-right: 25px;
}
#upload-container > div{
  display: inline-block;
  margin:5px;
}
.multifile_remove_input{
  color:red;
  font-size:14px;
  margin-right:5px;
}
#file-select{
  position: relative;
}
#file_input{
  width:100%;
  height:100%;
  position: absolute;
  opacity: 0;
  z-index: 2;
  left:0;
  top:0;
  cursor: pointer;
}
.bx-soa-customer-field[data-property-id-row="7"], .bx-soa-customer-field[data-property-id-row="8"], .bx-soa-customer-field[data-property-id-row="9"],
.bx-soa-customer-field[data-property-id-row="12"], .bx-soa-customer-field[data-property-id-row="47"], .bx-soa-customer-field[data-property-id-row="48"]{
  display: inline-block;
  width: 32%;
  margin-right:1.33%;
}
.bx-soa-customer-field[data-property-id-row="9"], .bx-soa-customer-field[data-property-id-row="48"]{
  width:33.33%;
  margin-right: 0;
}
.col-sm-12 > .form-group.bx-soa-customer-field{
  margin-top:1.1em;
}
.col-sm-12 > .form-group.bx-soa-customer-field label{
  margin-bottom: 10px;
  display: block;
}


.slick-vertical .slick-slide
{
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}

.btn.btn-lg.btn-success.pl-4.pr-4{
  display: inline-block;
  min-width: 240px !important;
  height: 35px !important;
  font-size: .75rem !important;
  line-height: 35px !important;
  border: none !important;
  background-image: linear-gradient(180deg, #FEE369 0%, #F09000 100%);
  border-radius: 5px !important;
  position: relative;
  padding: 0 1em !important;
  font-weight: 500;
  text-align: center !important;
  transition: background .3s !important;
  white-space: nowrap !important;
  text-transform: uppercase !important;
  z-index: 1;
}
.btn.btn-lg.btn-success.pl-4.pr-4:before{
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, #FFED8E 0%, #FFB31E 100%);
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity .3s, background .3s;
  z-index: -1;
}
.whole-sales .btn.btn-lg.btn-success.pl-4.pr-4:before{
  background-image: linear-gradient(183.41deg, #e9b5fc 0%, #b052cd 100%);
}
.btn.btn-lg.btn-success.pl-4.pr-4:before:hover{
  opacity:1;
}
.whole-sales .btn.btn-lg.btn-success.pl-4.pr-4{
  color: #fff !important;
  background-image: linear-gradient(183.41deg, #E29CFB 5.33%, #A73EC7 98.07%) !important;
}
.mb-4 .btn{background: linear-gradient(
180deg, #FFED8E 0%, #FFB31E 100%), #F9CD66;border-radius: 8px 8px 0 0;padding: 10px;
}
#contact-form-btn{
  display: block;
  text-align: center;
  position: fixed;
  padding:12.5px;
  height:50px !important;
  background: rgba(254, 186, 53, 1);
  background-image:linear-gradient( rgba(254, 186, 53, 1),  rgba(254, 186, 53, 1));
  cursor:pointer;
  z-index: 100;
  width:50px;
  border-radius: 50%;
  bottom: 5em;
  right:20px;
  box-shadow:0 0 0 0 rgba(90, 153, 220, 0.7), inset 0 1px 0 #abcbe9;
  -webkit-animation: pulse 1s infinite cubic-bezier(0.6, 0, 0, 1);
  animation: pulse 1s infinite cubic-bezier(0.6, 0, 0, 1);
}
#contact-form-btn{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height:50px !important;
  background: rgba(254, 186, 53, 1);
  border-radius: 50%;
  animation: radial-pulse 1s infinite;
  padding:12.5px;
}
@keyframes radial-pulse {
  0% {
    box-shadow: 0 0 0 0px rgba(254, 186, 53, 1);
  }

  100% {
    box-shadow: 0 0 0 20px rgba(254, 186, 53, 0);
  }
}

@media (max-width: 991px){
  .head_phone-number{
    margin-bottom:2em;
  }
  .form-search{
    margin:15px 0;
    max-width:100%;
  }
}
.tq-product-item{
  height:100%;
}

.sale-order-payment-change-pp .mb-4 .btn,
.sale_order_full_table .mb-4 .btn {
    background: linear-gradient(180deg, #51c151 0%, #398439 100%), #398439;
    border-radius: 8px 8px 0 0;
    color: white;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}
.sale-order-list-inner-row,
.sale-order-list-inner-row-body {
    display: flex;
    flex-direction: row;
    justify-content: end;
    margin-top: 0;
    padding-top: 0;
}

.sale-order-list-change-payment.main-btn {
    margin-right: 8px;
}


@media (max-width: 600px){
    .sale-order-list-inner-row,
    .sale-order-list-inner-row-body {
        justify-items: center;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .sale-order-list-change-payment.main-btn {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .ui-header {
        background-position-y: -2px;
    }
}
@media (max-width: 420px) {
  .col-xs-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }
}
.bx-step-completed .bx-soa-item-img-block {
    width: 98px;
}