.icon:before,
[class^="icon-"]:before,
[class*=" icon-"]:before {
  content: '';
  display: inline-block;
}
.icon.icon-inline:before,
[class^="icon-"].icon-inline:before,
[class*=" icon-"].icon-inline:before {
  vertical-align: middle;
  margin: 0 10px;
}
.icon.icon-flip-x:before,
[class^="icon-"].icon-flip-x:before,
[class*=" icon-"].icon-flip-x:before {
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1,
.h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
body {
  color: #202020;
  background-color: #f1f2f2;
  -webkit-font-smoothing: subpixel-antialiased !important;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img {
  max-width: 100%;
  vertical-align: middle;
}
blockquote {
  padding: 15px 60px;
  margin: 0;
  position: relative;
}
blockquote:before,
blockquote:after {
  content: '';
  position: absolute;
  width: 41px;
  height: 30px;
}
blockquote:before {
  top: 0;
  left: 0;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
blockquote:after {
  bottom: 0;
  right: 0;
}
.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1500px;
  padding: 0 40px;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
.content-wrapper {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
.main {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  margin-bottom: 50px;
}
.row,
.row-10 {
 /* margin-right: -10px;
  margin-left: -10px;*/
}
.row:before,
.row-10:before,
.row:after,
.row-10:after {
  content: " ";
  display: table;
}
.row:after,
.row-10:after {
  clear: both;
}
.row > [class^="col-"],
.row-10 > [class^="col-"] {
  float: left;
  min-height: 1px;
  position: relative;
}
.row > [class^="col-"],
.row-10 > [class^="col-"] {
  padding-right: 10px;
  padding-left: 10px;
}
.row > [class^="col-"].offset-bottom,
.row-10 > [class^="col-"].offset-bottom {
  margin-bottom: 20px;
}
.row .col-x1,
.row-10 .col-x1 {
  width: 8.333333333333334%;
}
.row .col-x2,
.row-10 .col-x2 {
  width: 16.666666666666668%;
}
.row .col-x3,
.row-10 .col-x3 {
  width: 25%;
}
.row .col-x4,
.row-10 .col-x4 {
  width: 33.333333333333336%;
}
.row .col-x5,
.row-10 .col-x5 {
  width: 41.666666666666664%;
}
.row .col-x6,
.row-10 .col-x6 {
  width: 50%;
}
.row .col-x7,
.row-10 .col-x7 {
  width: 58.333333333333336%;
}
.row .col-x8,
.row-10 .col-x8 {
  width: 66.66666666666667%;
}
.row .col-x9,
.row-10 .col-x9 {
  width: 75%;
}
.row .col-x10,
.row-10 .col-x10 {
  width: 83.33333333333333%;
}
.row .col-x11,
.row-10 .col-x11 {
  width: 91.66666666666667%;
}
.row .col-x12,
.row-10 .col-x12 {
  width: 100%;
}
.row.row-md,
.row-10.row-md {
  margin-right: -1px;
  margin-left: -1px;
}
.row.row-md > [class^="col-"],
.row-10.row-md > [class^="col-"] {
  padding-right: 1px;
  padding-left: 1px;
}
.row.row-md > [class^="col-"].offset-bottom,
.row-10.row-md > [class^="col-"].offset-bottom {
  margin-bottom: 2px;
}
.row-10 {
  margin-right: -10px;
  margin-left: -10px;
}
.row-10 > [class^="col-"] {
  padding-right: 10px;
  padding-left: 10px;
}
.row-10 > [class^="col-"].offset-bottom {
  margin-bottom: 20px;
}
.row-10 .col-x1 {
  width: 10%;
}
.row-10 .col-x2 {
  width: 20%;
}
.row-10 .col-x3 {
  width: 30%;
}
.row-10 .col-x4 {
  width: 40%;
}
.row-10 .col-x5 {
  width: 50%;
}
.row-10 .col-x6 {
  width: 60%;
}
.row-10 .col-x7 {
  width: 70%;
}
.row-10 .col-x8 {
  width: 80%;
}
.row-10 .col-x9 {
  width: 90%;
}
.row-10 .col-x10 {
  width: 100%;
}
.clearfix:before,
.collapse:before,
.sidebar-courses .sidebar-courses-item:before,
.article .block-clearfix:before,
.clearfix:after,
.collapse:after,
.sidebar-courses .sidebar-courses-item:after,
.article .block-clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after,
.collapse:after,
.sidebar-courses .sidebar-courses-item:after,
.article .block-clearfix:after {
  clear: both;
}
.columns,
.columns-3 {
  -webkit-column-count: 4;
     -moz-column-count: 4;
          column-count: 4;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.columns-initial {
  list-style: initial;
  padding-left: 20px;
  margin-top: 20px;
}
.columns-3 {
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
}
.lg-numbers {
  list-style: none;
  margin: 0;
  padding: 0;
  counter-reset: lg-numbers-list;
}
.lg-numbers li {
  counter-increment: lg-numbers-list;
}
.lg-numbers li:before {
  content: counter(lg-numbers-list) ". ";
  color: #f56aca;
  font-size: 18px;
}
*,
:before,
:after {
  box-sizing: border-box;
}
.main-block,
.article .block-clearfix {
  padding: 50px;
  background: transparent;
  border-radius: 5px;
  position: relative;
}
.main-block.block-none,
.article .block-clearfix.block-none {
  padding: 0;
}
.main-block.block-sm,
.article .block-clearfix.block-sm {
  padding: 10px;
}
.main-block.block-md,
.article .block-clearfix.block-md,
.search .search-more-content {
  padding: 20px;
}
.main-block.block-lg,
.article .block-clearfix.block-lg {
  padding: 50px;
}
.no-shadow {
  box-shadow: none;
}
.block-offset,
.article .block-clearfix {
  margin-bottom: 20px;
}
.block-offset-lg {
  margin-bottom: 40px;
}
.block-offset-xlg {
  margin-bottom: 140px;
}
.block-success {
  background-color: #8a68e1;
  background-image: linear-gradient(-32deg, #8a68e1 12%, #4bd1e9 88%);
  background-repeat: no-repeat;
}
@font-face {
    font-family: 'PT Serif';
    src: url('fonts/pt-serif_bold-italic.woff2') format('woff2'),
        url('fonts/pt-serif_bold-italic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'PT Serif';
    src: url('fonts/pt-serif_bold.woff2') format('woff2'),
        url('fonts/pt-serif_bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'PT Serif Caption';
    src: url('fonts/pt-serif_caption-italic.woff2') format('woff2'),
        url('fonts/pt-serif_caption-italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'PT Serif';
    src: url('fonts/pt-serif_regular.woff2') format('woff2'),
        url('fonts/pt-serif_regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'PT Serif';
    src: url('fonts/pt-serif_italic.woff2') format('woff2'),
        url('fonts/pt-serif_italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'PT Serif Caption';
    src: url('fonts/pt-serif_caption-regular.woff2') format('woff2'),
        url('fonts/pt-serif_caption-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
body {
  font-size: 14px;
  line-height: 1.428571428571429;
  font-family: "PT Serif", sans-serif;
  font-weight: 400;
}
a {
  color: #d5a64c;
  text-decoration: none;
}
a:hover,
a:active,
a:focus {
  text-decoration: none;
}
strong {
  font-weight: 900;
}
b {
  font-weight: 700;
}
.text-center {
  text-align: center;
}
.text-right,
.read-more {
  text-align: right;
  text-align: -webkit-right;
}
.text-left {
  text-align: left;
}
.nowrap {
  white-space: nowrap;
}
.text-overflow {
  overflow: hidden;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-danger {
  color: #d5a64c;
}
.text-white {
  color: #fff;
}
.disable {
  display: none;
}
ol li {
  margin: 0.5em 0;
}
.h,
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  margin: 0.5em 0 0.3em;
  font-weight: 300;
}
h1,
.h1 {
  font-weight: 600;
}
.h:first-child,
h1:first-child,
.h1:first-child,
h2:first-child,
.h2:first-child,
h3:first-child,
.h3:first-child,
h4:first-child,
.h4:first-child,
h5:first-child,
.h5:first-child {
  margin-top: 0px;
}
h1,
.h1 {
  font-size: 50px;
}
h2,
.h2 {
  font-size: 40px;
}
h3,
.h3 {
  font-size: 30px;
}
h4,
.h4 {
  font-size: 25px;
}
h5,
.h5 {
  font-size: 18px;
}
.table-title {
  color: #202020;
  font-size: 18px;
  font-weight: 600;
  border-bottom: 1px solid #eeedf3;
  padding: 20px 30px;
}
table.table {
  margin-top: 20px;
  width: 100%;
  border-collapse: collapse;
}
table.table.table-padded th {
  padding: 30px;
}
table.table.table-padded td {
  padding: 30px;
}
table.table.table-bordered th {
  border-bottom: 1px solid #eee;
}
table.table.table-bordered td {
  border-bottom: 1px solid #eee;
  border-right: 1px solid #fed5ef;
}
table.table.table-bordered td:last-child {
  border-right: none;
}
table.table.table-bordered tr:last-child td {
  border-bottom: none;
}
table.table th {
  font-weight: 700;
}
table.table td {
  padding: 10px 10px;
  border-bottom: 1px solid #eee;
  overflow: hidden;
}
table.table tr:last-child td {
  border-bottom: none;
}
.table-row,
.lg-menu .lg-menu-row {
  display: table-row;
}
.table-cell,
.table-cell-top,
.table-cell-middle,
.table-cell-bottom,
.table.table-top .table-cell,
.table.table-middle .table-cell,
.table.table-bottom .table-cell,
.tab-list .tab-item,
.product-grid .product-title-row .product-title,
.product-grid .product-icons-row .product-icons-cell,
.product-grid .product-cart-info .product-cart-cell,
.product-grid .product-features .product-features-body .product-features-row .product-features-def,
.product-grid .product-features .product-features-body .product-features-row .product-features-val,
.product-grid .product-brand .product-brand-icon,
.product-grid .product-brand .product-brand-body,
.brands-toggle .brands-toggle-item,
.carusel .carusel-arrow-left,
.carusel .carusel-arrow-right,
.lg-menu .lg-menu-cell,
.timer .timer-cell,
.main-row .main-row-body,
.main-row .main-row-title {
  display: table-cell;
  vertical-align: top;
}
.table-cell-middle,
.table.table-middle .table-cell,
.tab-list .tab-item,
.product-grid .product-cart-info .product-cart-cell,
.carusel .carusel-arrow-left,
.carusel .carusel-arrow-right,
.timer .timer-cell {
  vertical-align: middle !important;
}
.table-cell-bottom,
.table.table-bottom .table-cell,
.product-grid .product-features .product-features-body .product-features-row .product-features-def,
.product-grid .product-features .product-features-body .product-features-row .product-features-val {
  vertical-align: bottom;
}
.table,
.product-grid .product-cart-info,
.carusel,
.lg-menu .lg-menu-wrap,
.timer .timer-table,
.main-row {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.table.table-auto,
.product-grid .product-cart-info.table-auto,
.carusel.table-auto,
.lg-menu .lg-menu-wrap.table-auto,
.timer .timer-table.table-auto,
.main-row.table-auto,
.product-grid .product-features .product-features-body .product-features-row,
.main-row {
  table-layout: auto;
}
.table.table-bordered-side .table-cell,
.product-grid .product-cart-info.table-bordered-side .table-cell,
.carusel.table-bordered-side .table-cell,
.lg-menu .lg-menu-wrap.table-bordered-side .table-cell,
.timer .timer-table.table-bordered-side .table-cell,
.main-row.table-bordered-side .table-cell {
  border-left: 1px solid rgba(255,255,255,0.5);
  padding: 0 40px;
}
.table.table-bordered-side .table-cell:first-child,
.product-grid .product-cart-info.table-bordered-side .table-cell:first-child,
.carusel.table-bordered-side .table-cell:first-child,
.lg-menu .lg-menu-wrap.table-bordered-side .table-cell:first-child,
.timer .timer-table.table-bordered-side .table-cell:first-child,
.main-row.table-bordered-side .table-cell:first-child {
  border-left: none;
  padding-left: 0;
}
.table.table-bordered-side .table-cell:last-child,
.product-grid .product-cart-info.table-bordered-side .table-cell:last-child,
.carusel.table-bordered-side .table-cell:last-child,
.lg-menu .lg-menu-wrap.table-bordered-side .table-cell:last-child,
.timer .timer-table.table-bordered-side .table-cell:last-child,
.main-row.table-bordered-side .table-cell:last-child {
  padding-right: 0;
}
.employees .table {
  table-layout: auto;
}
.employees .table-title {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.hide {
  display: none;
}
.collapse {
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.collapse.in {
  overflow-y: auto;
  max-height: 1000px;
  transition: max-height 1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.fade {
  opacity: 0;
  transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.fade.in {
  opacity: 1;
  transition: opacity 1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
/*buttons*/
.btn {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  display: inline-block;
  white-space: nowrap;
  text-align: center;
  margin: 0;
  border: none;
  border-radius: 5px;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  line-height: 2.1;
  font-weight: 600;
}
.btn-group .btn {
  margin-right: 20px;
}
.btn-group .btn:last-child {
  margin-right: 0;
}
.btn-block {
  display: block;
  padding-left: 0;
  padding-right: 0;
}
.btn-bold {
  font-weight: 900;
}
.btn-black {
  background-color:#000000;
}
.btn-success {
  background-color: #77dcf7;
  background-image: linear-gradient(-38deg, #77dcf7 34%, #5dd8d0 66%);
  background-repeat: no-repeat;
}
.btn-success.btn-bordered {
  background-color: #77dcf7;
  background-image: linear-gradient(-38deg, #77dcf7 34%, #5dd8d0 66%);
  background-repeat: no-repeat;
  border: none;
  position: relative;
}
.btn-success.btn-bordered:after {
  content: '';
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  background: #fff;
  z-index: 1;
  border-radius: 4px;
}
.btn-success.btn-bordered:before,
.btn-success.btn-bordered span {
  position: relative;
  z-index: 2;
}
.btn-default {
  background-color: #f3f3f3;
  color: #000;
}
.btn-default.btn-bordered {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.btn-default.btn-bordered:hover {
  background-color: #fff;
  color: #555;
}
.btn-gray {
  padding: 10px 15px;
  display: block;
  height: auto;
  background-color: transparent;
  vertical-align: middle;
  color: #999999;
  text-decoration: none;
  border: 1px solid #999999;
  border-radius: 6px;
  transition: 0.2s;
}
.btn-gray:hover {
  background-color: #d5a64c;
  border: 1px solid #d5a64c;
  color: #ffffff;
}
.btn-danger {
  background-color: #d5a64c;
  background-image: linear-gradient(0.75turn, rgba(168, 255, 120, 1) 0%, rgba(120, 255, 214, 1) 100%);
  color: #555555;
  background-repeat: no-repeat;
  transition: 0.2s;
  font-weight: 900;
  border-radius: 64px;
  transition: 0.2s;
}
.btn-danger:hover {
  background-image: linear-gradient(0.90turn, rgba(168, 255, 120, 1) 0%, rgba(120, 255, 214, 1) 100%);
  transition: 0.2s;
}
.btn-danger-new {
  background-color: #f15377;
  background-image: linear-gradient(100deg, #f15377, #421e3a);
  background-repeat: no-repeat;
  color: #fff;
}
.btn-danger.btn-bordered {
  background-color: #e87ab2;
  background-repeat: no-repeat;
  border: none;
  position: relative;
}
.btn-danger.btn-bordered:after {
  content: '';
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  background: #fff;
  z-index: 1;
  border-radius: 4px;
}
.btn-danger.btn-bordered:before,
.btn-danger.btn-bordered span {
  position: relative;
  z-index: 2;
}
.btn-danger:hover {
  color: #000000;
  transition: 0.2s;
}
.btn-danger:active {
  background-color: #ff7394;
  background-repeat: no-repeat;
}
.btn-danger-new:hover {
  background-color: #f15377;
  background-image: linear-gradient(100deg, #c94c69, #421e3a);
  background-repeat: no-repeat;
}
.btn-danger.btn-bordered {
  color: #e87ab2;
}
.btn-disabled {
  color: #999;
  font-weight: 900;
  border: 1px solid;
  cursor: default;
}
.btn-sm {
  border-radius: 2px;
  padding: 7px 15px;
}
.btn-sm.btn-bordered:after {
  border-radius: 1px;
}
.btn-md {
  border-radius: 5px;
  padding: 6px;
}
.btn-md.btn-bordered:after {
  border-radius: 4px;
}
.btn-lg {
  font-size: 12px;
  font-weight: 500;
  line-height: 2.1;
  border-radius: 5px;
  padding: 10px 40px;
}
.btn-lg.btn-bordered:after {
  border-radius: 4px;
}
.btn-xlg {
  font-weight: 500;
  line-height: 2.1;
  padding-right: 60px;
  padding-left: 60px;
}
.btn-multiline {
  line-height: 1.6;
  padding-top: 5px;
  padding-bottom: 5px;
}
.btns-row .btn {
  margin-bottom: 5px;
}
.btns-row .btn:first-child {
  margin-left: 0px;
}
.label-success,
.label-danger,
.label-prepare,
.label-done,
.label-accepted,
.label-gather,
.label-handed,
.label-paid,
.label-awaiting {
  border-radius: 3px;
  display: inline-block;
  padding: 3px 25px;
  color: #fff;
  font-size: 16px;
  margin-top: -3px;
  vertical-align: middle;
}
.label-success,
.label-done {
  background-color: #98e5d9;
}
.label-danger,
.label-accepted,
.label-prepare {
  background-color: #98abe5;
}
.label-gather {
  background-color: #ef9f9f;
}
.label-paid {
  background-color: #f4f4f4;
  color: #000;
}
.label-awaiting {
  background-color: #fbfa00;
  color: #000;
}
.label-handed {
  background-color: #f7cc67;
}
.label-intheway {
  background-color: #eb9898;
}
.badge {
  width: 16px;
  height: 16px;
  float: left;
  margin: 0 15px 15px 0;
  border-radius: 3px;
}
.make-pay input {
  position: relative;
  border: 0;
  border-radius: 3px;
  display: inline-block;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 6px;
  padding-top: 3px;
  color: #d5a64c;
  font-size: 16px;
  margin-top: -3px;
  vertical-align: middle;
  background-color: #000000;
  z-index: 999;
  text-transform: lowercase;
  transition: 0.2s;
}
.make-pay input:hover {
  background-color: #d5a64c;
  color: #ffffff;
  transition: 0.2s;
}
@media screen and (max-width: 480px) {
  .label-success,
  .label-danger,
  .label-prepare,
  .label-done,
  .label-accepted,
  .label-handed,
  .label-paid,
  .label-awaiting,
  .make-pay input {
    margin-left: 0px;
  }
}

/*HEADER*/
/*main menu*/
.header {
  width: 100%;
  background-color: #ffffff;
  background-image: linear-gradient(0turn,rgba(251,250,0,1) 0%,rgba(152,229,217,1) 100%);
}
.header .contacts-block {
  width: 100%;
  background-color: #000000;
  height: 50px;
  font-size: 16px;
  font-weight: 500;
}
.header .contacts-block a {
  color: #d5a64c;
}
.header .contacts-block a:hover {
  color: #b1b1b1;
}
.header .contacts-block .block-wrapper {
  width: 100%;
  height: 50px;
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
}
.header .contacts-block .block-right {
  text-align: right;
}
.header .contacts-block .block-right a {
  display: inline-block;
}
.header .contacts-block .block-right a:after {
  content: " |";
  color: #b1b1b1;
}
.header .contacts-block .block-right a:last-child:after {
  display: none;
}
.menu .menu-header {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  width: 100%;
  padding-top: 15px;
}
.menu .menu-header a {
  color: #2b2b2b;
}
.logo-link {
  display: block;
  width: 100%;
  height: 100%;
}
.menu .menu-header .block-right,
.navbar-mobile .block-right {
  display: flex;
  flex-flow: row;
  justify-content: end;
}
.menu {
  display: flex;
  flex-flow: column;
  align-items: center;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-top: 10px;
  padding-bottom: 15px;
}
.menu .menu-nav li:first-child {
  padding-left: 0px;
}
.menu .menu-nav-sub--right {
  right: 0px;
}
.menu .menu-nav-sub--right:after {
  left: auto;
  right: 15px;
}
.menu-search:before,
.menu-favorite:before,
.menu-personal:before,
.menu-cart:before {
 content: '';
  display: block;
  margin-right: 15px;
  vertical-align: middle;
  width: 25px;
  height: 25px;
}
.menu-search:before {
  background-image: url("icons/search_icon_blk.png");
  background-position: center;
  background-size: cover;
  width: 25px;
  height: 25px;
}
.menu-favorite:before {
  background-image: url("icons/favorite_icon_blk.png");
  background-position: center;
  background-size: cover;
  width: 25px;
  height: 25px;;
}
.menu-personal:before {
  background-image: url("icons/lk_icon_blk.png");
  background-position: center;
  background-size: cover;
  width: 25px;
  height: 25px;
}
.menu-personal:after {
  content: '';
}
.menu-cart:before {
  background-image: url("icons/cart_icon_blk.png");
  background-position: center;
  background-size: cover;
  width: 25px;
  height: 25px;
  margin-right: 0;
}
.menu-favorite,
.menu-cart {
  position: relative;
}
.menu-favorite .menu-icon-status,
.menu-cart .menu-icon-status {
  content: '';
  display: flex;
  flex-flow: column;
  justify-content: center;
  min-width: 17px;
  height: 17px;
  line-height: 14px;
  background-color: red;
  position: absolute;
  border-radius: 50%;
  color: #fff;
  top: 15px;
  font-size: 10px;
  text-align: center;
  z-index: 6;
}
.menu-favorite .menu-icon-status {
  right: 10px;
}
.menu-cart .menu-icon-status { 
  right: -5px;
}
.menu .header-logo {
  width: 150px;
  max-width: 150px;
  margin-bottom: 35px;
}
.menu .menu-nav {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 99;
}
.menu .menu-nav-item {
  padding: 0 15px 10px 15px;
  white-space: nowrap;
}
.menu .menu-nav-item .menu-nav-link {
  color: #2b2b2b;
  text-decoration: none;
  padding-bottom: 5px;
  font-size: 20px;
  font-weight: 600;
  transition: 0.2s;
}
.menu .menu-nav-item .menu-nav-link .submenu-arrow {
  border-color: inherit;
  display: inline-block;
  margin-left: 6px;
  position: relative;
  vertical-align: middle;
}
.menu .menu-nav-item .menu-nav-link .submenu-arrow:after {
  border-color: transparent;
  border-style: solid;
  border-top-color: inherit;
  border-width: 4px 3px 0;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  top: 45%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
}
/*.menu .menu-nav-item.hover .menu-nav-sub {
  display: block;
}*/
.menu .menu-nav-item.active .menu-nav-link {
  color: #d5a64c;
  border-bottom: 1px solid #d5a64c;
}
.menu .menu-nav-item .menu-nav-link:hover,
.menu .menu-nav-item .menu-nav-link:active,
.menu .menu-nav-item .menu-nav-link:focus {
  text-decoration: none;
  color: #d5a64c;
  border-bottom: 1px solid #d5a64c;
  transition: 0.2s;
}
.menu .menu-nav-sub {
  display: none;
  position: absolute;
  background: #fff;
  list-style: none;
  margin: 0;
  min-width: 250px;
  padding: 20px 30px;
  top: 35px;
  font-size: 16px;
  margin-left: -8px;
  box-shadow: -5px 6px 6px rgba(0, 0, 0, 0.2);
  transition: 0.3s;
}
.menu .menu-nav-item:hover .menu-nav-sub {
  display: block;
  transition: 0.3s;
}
.menu .menu-nav-sub .menu-nav-sub-item.active .menu-nav-sub-link,
.menu .menu-nav-sub .menu-nav-sub-item:hover .menu-nav-sub-link {
  color: #d5a64c;
}
.menu .menu-nav-sub .menu-nav-sub-item.active .menu-nav-sub-link:after,
.menu .menu-nav-sub .menu-nav-sub-item:hover .menu-nav-sub-link:after {

}
.menu .menu-nav-sub .menu-nav-sub-item:last-child .menu-nav-sub-link:after {
  border-bottom: none;
}
.menu .menu-nav-sub .menu-nav-sub-link {
  color: #2b2b2b;
  text-decoration: none;
  line-height: 44px;
  display: block;
  position: relative;
  font-size: 20px;
  font-weight: 600;
}
.menu .menu-nav-sub .menu-nav-sub-link:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid rgba(208,208,208,0.4);
  left: 0;
  bottom: 0;
}
.menu .menu-nav-sub--right {
  right: 0px;
}
.fixed-menu {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: #fbfa00;
  z-index: 9999;
  display: none;
}
.fixed-menu .menu {
  padding-top: 20px;
}
.fixed-menu-show {
  display: block;
}
@media screen and (max-width: 980px) {

}
@media screen and (max-width: 640px) {
  .header .contacts-block .block-right a:nth-child(2),
  .header .contacts-block .block-right a:nth-child(3) {
    display: none;
  }
  .header .contacts-block .block-right a:after {
    display: none;
  }
}
/**/
.breadcrumbs {
  background-color: transparent;
  text-transform: lowercase;
}
.breadcrumbs ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.breadcrumbs ul li {
  display: inline-block;
}
.breadcrumbs ul li a {
  text-decoration: none;
  color: #ffffff;
  transition: 0.2s;
}
.breadcrumbs ul li a:hover {
  color: #dddddd;
  transition: 0.2s;
}
.breadcrumbs ul li a:after {
  background: #ffffff;
  content: "";
  height: 1px;
  width: 13px;
  transition: 0.2s;
  display: inline-block;
  margin: 0 3px;
  margin-bottom: 3px;
}
.breadcrumbs ul li:last-child a:after {
  content: none;
}
/*pagination pager*/
.pagination-wrapper {
  padding-top: 20px;
}
.pagination-wrapper .pagination {
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;
}
.pager-content {
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 50px;
}
.pager-content .col-x12 {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.pager-content .col-x12 .pager-left,
.pager-content .col-x12 .pager-right {
  float: none;
  width: auto;
  margin-bottom: 10px;
}
.pager {
  list-style: none;
  margin: 0;
  padding: 0;
}
.pager .pager-item {
  display: inline-block;
  margin: 0 5px;
  text-align: center;
}
.pager .pager-item.pager-first .pager-link,
.pager .pager-item.pager-last .pager-link {
  border-color: #cdcdcd;
  transition: 0.2s;
}
.pager .pager-item.pager-next .pager-link,
.pager .pager-item.pager-prev .pager-link {
  border: none;
  position: relative;
  transition: 0.2s;
}
.pager .pager-item.pager-next:hover .pager-link,
.pager .pager-item.pager-prev:hover .pager-link {
  background-color: #999;
  border: none;
  position: relative;
  transition: 0.2s;
}
.pager .pager-item.pager-item-static {
  font-size: 12px;
  text-transform: uppercase;
}
.pager .pager-item.active .pager-link {
  color: #fff;
  background-color: #d5a64c;
  border: 1px #d5a64c solid;
  transition: .2s;
}
.pager .pager-item:hover .pager-link {
  background-color:#999;
  color: #fff;
  border: 1px #999 solid;
  transition: .2s;
}
.pager .pager-item.active:hover .pager-link {
  color: #fff;
  background-color: #999999;
  border: 1px #999999 solid;
  transition: 0.2s;
}
.pager .pager-link {
  padding: 4px 7px;
  min-width: 29px;
  height: 29px;
  display: inline-block;
  vertical-align: middle;
  color: #999;
  font-size: $pager-font-sm;
  text-decoration: none;
  border: 1px solid;
  border-radius: 2px;
  transition: 0.2s;
}
.pagination-wrapper .load-more {
  display: flex;
  flex-flow: row;
  justify-content: center;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.no-items {
  padding: 100px 0;
  font-size: 38px;
  color: #999999;
  text-align: center;
}
/*footer*/
.footer .footer-logo {
  width: 150px;
}
.footer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer .nav-link {
  display: block;
  padding: .5rem 1rem;
}
.footer-menu {
  display: flex;
  flex-flow: row;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: space-evenly;
  -webkit-justify-content: space-evenly;
  margin-bottom: 50px;
}
.footer-menu-block {
  display: inline-block;
  list-style: none;
  padding-left: 0px;
  font-size: 16px;
}
.footer-copyright {
  text-align: center;
  margin-bottom: 35px;
  margin-left: 0px;
  margin-right: 0px;
  color: #ffffff;
}
.footer-copyright a {
  display: inline-block;
  color: #ffffff;
  text-decoration: underline;
}
.footer-copyright a:hover {
  color: #fbb03b;
}
.footer {
  padding-top: 25px;
  padding-bottom: 25px;
  margin-top: 45px;
}
.footer .about-shop {
  display: flex;
  flex-flow: column;
  align-items: center;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}
.footer-menu .nav-item a {
  color: #b1b1b1;
}
.footer-menu .nav-item:hover a {
  color: #d5a64c;
}
.footer .error-send {
  text-align: center;
  color: #ababab;
  margin-left: 0px;
  margin-right: 0px;
}
.footer a:hover {
  color: #fbb03b;
  text-decoration: underline;
}
.site-makers {
  margin-left: 0px;
  margin-right: 0px;
}
.footer .age-restriction {
  background-image: url(icons/restriction.png);
  width: 50px;
  height: 50px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 35px;
}
@media screen and (max-width: 980px) {

}
@media screen and (max-width: 640px) {
  .footer-menu {
    justify-content: flex-start;
  }
}
/*search*/
.search {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  background: transparent;
  border-radius: 4px;
  margin-bottom: 10px;
  position: relative;
  border: 1px solid #000000;
  z-index: 9;
}
.modal-search-container .search {
  margin-top: 20px;
}
.search .search-input-row {
  position: relative;
  z-index: 2;
}
.search .search-query {
  display: flex;
  flex-flow: row;
  justify-content: flex-start;
  width: 100%;
  position: relative;
}
.search .search-submit {
  width: 58px;
  height: 64px;
  background-color: transparent;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  background-image: none;
  position: relative;
  float: left;
  z-index: 999;
}
.search .search-submit.btn-bordered {
  background-color: #77dcf7;
  background-image: linear-gradient(-38deg, #77dcf7 34%, #5dd8d0 66%);
  background-repeat: no-repeat;
  border: none;
  position: relative;
}
.search .search-submit.btn-bordered:after {
  content: '';
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  background: #fff;
  z-index: 1;
  border-radius: 4px;
}
.search .search-submit.btn-bordered:before,
.search .search-submit.btn-bordered span {
  position: relative;
  z-index: 2;
}
.search .search-submit:before {
  content: '';
  background-image: url("icons/search_icon_blk.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  top: 25px;
  margin-top: -6.5px;
  margin-left: -8.5px;
  left: 23px;
  z-index: 10;
  transition: 0.2s;
}
.search .search-submit:hover:before {
  transform: scale(1.1);
  transition: 0.2s;
}
.search .search-input,
.search .search-btn {
  height: 100%;
  width: 92%;
  border: none;
  color: #000000;
  caret-color: #000000;
  background: none;
  position: relative;
  z-index: 10;
}
.search .search-input:focus,
.search .search-btn:focus,
.search .search-input:active,
.search .search-btn:active {
  outline: none;
}
.search .search-input {
  font-size: 16px;
  background-color: #fff;
  height: 64px;
}
.search .search-input::-moz-placeholder {
  color: #999;
}
.search .search-input:-ms-input-placeholder {
  color: #999;
}
.search .search-input::-webkit-input-placeholder {
  color: #999;
}
.search-result-msg {
  padding: 10px 25px 50px 0px;
  font-size: 38px;
  color: #999999;
  text-align: left;
}
@media screen and (max-width: 980px) {

}
@media screen and (max-width: 720px) {
  .search-input-row {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .search {
    max-width: 530px;
  }
}
/*Fractals*/
.page-fractal {
  text-align: center;
}
html.index .page-fractal .fractal-wrapper {
  width: 100%;
  height: 500px;
  max-height: 500px;
  background-color: #98e5d9;
  position: relative;
}
html.index .page-fractal .breadcrumbs-row {
  display: none;
}
.page-fractal .fractal-wrapper {
  width: 100%;
  height: 400px;
  max-height: 500px;
  background-color: #98e5d9;
  position: relative;
}
.fractal {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  color: #fff;
  padding: 0 25px;
  position: relative;
  z-index: 10;
}
.fractal-title h1 {
  font-size: 72px;
}
.page-fractal .fractal-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
html.index .fractal-image {
  background-image: url(/templates/intt/css/images/cats/main_cat_frak.jpg);
}
html.index .fraktal-filter {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0turn,rgba(0,0,0,0.7) 0%,rgba(152,229,217,0.2) 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}
.fraktal-filter {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom,rgba(152,229,217,0.2),rgba(251,250,0,0.3));
  position: absolute;
  top: 0;
  left: 0;
}
.fractal h1,
.fractal h2,
.fractal h3,
.fractal h4,
.fractal h5,
.fractal h6 {
  margin: 0;
}
@media screen and (max-width: 640px) {
  .page-fractal .fractal-wrapper {
    height: 250px;
  }
}

/**/
.catalog {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  margin-bottom: 200px;
}
.ccard, 
.ccard-similar {
  background-color: transparent;
  margin-bottom: 80px;
  position: relative;
  transition: 0.2s border linear;
  text-align: center;
  height: 520px;
}
.ccard:hover,
.ccard-similar:hover {
  transition: 0.1s border linear;
}
.ccard:hover,
.ccard.active,
.ccard-similar:hover,
.ccard-similar.active {
  border-color: #e87ab2;
}
.ccard.active,
.ccard-similar.active {
  border-width: 2px;
  border-style: solid;
}
.ccard .ccard-link,
.ccard-similar .ccard-link {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.ccard .ccard-image,
.ccard-similar .ccard-image {
  height: 300px;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 10px;
  background-color: transparent;
}
.ccard .ccard-image.deactive,
.ccard-similar .ccard-image.deactive {
  opacity: 0.3;
}
.ccard .ccard-title,
.ccard-similar .ccard-title {
  color: #202020;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  width: 100%;
  max-height: 45px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 10px;
  transition: 0.5s;
}
.ccard .ccard-article,
.ccard-similar .ccard-article {
  color: rgba(32,32,32,0.56);
  font-size: 12px;
  line-height: 18px;
}
.ccard .ccard-price-old,
.ccard-similar .ccard-price-old {
  color: rgba(32,32,32,0.56);
  font-size: 14px;
  font-weight: 400;
  text-decoration: line-through;
}
.ccard .ccard-price-retail,
.ccard-similar .ccard-price-retail {
  display: inline-block;
  color: #202020;
  font-size: 30px;
  font-weight: 700;
}
.ccard .ccard-price-retail.discount {
  color: #ff93ac;
}
.ccard .ccard-info-right,
.ccard-similar .ccard-info-right {
  display: table-cell;
  vertical-align: top;
  width: 72px;
}
.ccard .ccard-desc,
.ccard-similar .ccard-desc {
  position: relative;
}
.ccard .ccard-desc:hover .ccard-title,
.ccard-similar .ccard-desc:hover .ccard-title {
  color: #d5a64c;
  transition: 0.2s;
}
.ccard .ccard-status {
  color: #ef9f9f;
  padding: 5px 0px;
  font-size: 16px;
  font-style: italic;
}
.ccard .ccard-cart,
.ccard-similar .ccard-cart {
  display: flex;
  flex-flow: row;
  justify-content: center;
  z-index: 3;
}
label {
  cursor: pointer;
}
.form-group {
  margin-bottom: 15px;
}
.form-lg .form-group {
  margin-bottom: 30px;
}
.form-sm .form-group {
  margin-bottom: 10px;
}
.form-group.horizontal label {
  line-height: 31px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  min-width: 200px;
}
.form-group.horizontal input {
  display: inline-block;
  width: auto;
  height: 42px;
}
.form-control {
  width: 100%;
  border-radius: 3px;
  border: 1px solid transparent;
  padding: 0 10px;
  height: 38px;
  color: #666;
  font-size: 14px;
  font-weight: 400;
  transition: 0.4s border-color;
  border-color: #999999;
}
.form-lg .form-control {
  border-radius: 5px;
  height: 48px;
  padding: 0 20px;
}
.form-sm .form-control {
  border-radius: 2px;
  height: 27px;
  padding: 0 10px;
}
.form-control::-moz-placeholder {
  font-style: italic;
}
.form-control:-ms-input-placeholder {
  font-style: italic;
}
.form-control::-webkit-input-placeholder {
  font-style: italic;
}
.form-control:hover {
  border-color: #d5a64c;
}
.form-control:focus {
  border-color: #999999;
}
.form-control:focus {
  outline: none;
}
.form-control.form-control-success {
  border-color: #61e7de;
}
.form-control.form-control-success:hover {
  border-color: #45e3d8;
}
.form-control.form-control-success:focus {
  border-color: #28ded2;
}
.form-control.form-control-gray {
  border-color: #555;
}
.form-control.form-control-gray:hover {
  border-color: #4d4d4d;
}
.form-control.form-control-gray:focus {
  border-color: #444;
}
textarea.form-control {
  padding: 10px;
  height: 240px;
  resize: vertical;
}
.form-lg textarea.form-control {
  padding: 20px;
  height: 240px;
}
.checkbox {
  margin-bottom: 0px;
}
.sorting {
  background-color: transparent;
  padding: 15px 0px 25px 0px;
  margin: 0 0 2px 0;
  font-size: 16px;
  font-weight: 300;
}
.sorting .sorting-container {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-items: baseline;
}
.sorting .checkbox {
  display: inline-block;
  margin-right: 10px;
}
/*sorting search*/
.sorting .search-container {
  padding-top: 0px;
  width: 25%;
}
.sorting .search {
  margin-bottom: 0px;
  border: 1px solid #999999;
  border-radius: 3px;
  transition: 0.2s;
}
.sorting .search:hover {
  border: 1px solid #d5a64c;
  transition: 0.2s;
}
.sorting .search .search-submit {
  width: 30px;
  height: 30px;
}
.sorting .search .search-submit:before {
  width: 20px;
  height: 20px;
  top: 12px;
  left: 13px;
}
.sorting .search .search-input {
  height: 30px;
  font-size: 14px;
}
.form-lg .checkbox {
  margin-bottom: 10px;
}
.checkbox input[type="checkbox"] {
  display: none;
}
.checkbox input[type="checkbox"] + label {
  position: relative;
}
.checkbox input[type="checkbox"] + label:before {
  content: '';
  display: inline-block;
  border: 1px solid #ddd;
  background: #fff;
  margin-right: 5px;
  vertical-align: middle;
  width: 1.1em;
  height: 1.1em;
  transition: 0.4s border-color;
  margin-top: -4px;
}
.checkbox input[type="checkbox"] + label:after {
  position: absolute;
  color: #555;
  content: '\2714';
  top: -1px;
  left: 2px;
  opacity: 0;
  transition: 0.6s opacity;
}
.checkbox input[type="checkbox"] + label:hover:before {
  border-color: #999999;
}
.checkbox input[type="checkbox"] + label:active:before {
  border-color: #999999;
}
.checkbox input[type="checkbox"]:checked + label:after {
  opacity: 1;
  transition: 0.1s opacity;
}
.radio input[type="radio"] {
  display: none;
}
.radio input[type="radio"] + label:before {
  content: '';
  display: inline-block;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 10px;
  background-color: #fff;
  width: 0.5em;
  height: 0.5em;
  box-shadow: 0 0 0 0.25em #fff;
}
.radio input[type="radio"]:checked + label:before {
  background-color: #555655;
}
.radio.radio-colored input[type="radio"] + label:before {
  box-shadow: 0 0 0 0.25em #fff, 0 0 0 0.3em #555;
}
.radio.radio-colored input[type="radio"]:checked + label:before {
  background-color: #61e7de;
  box-shadow: 0 0 0 0.25em #fff, 0 0 0 0.3em #61e7de;
}
.label-select {
  line-height: 31px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
select {
  background: transparent;
  border: 1px solid #fff;
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  padding: 4px 4px 3px;
  width: 144px;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
}
select option {
  color: #555;
  padding: 5px 0;
}
select.pink {
  background-image: none;
  text-transform: lowercase;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  height: 30px;
  color: #000;
  border: 1px solid #ddd;
  transition: 0.2s;
}
select.pink:hover {
  border: 1px solid #999999;
  transition: 0.2s;
}
select::-ms-expand {
  display: none;
}
/*product detail*/
.main .product-grid {
  padding: 25px 35px;
  background-color: #ffffff;
}
.product-grid .product-row {
  margin-right: -2px;
  margin-left: -2px;
}
.product-grid .product-row:before,
.product-grid .product-row:after {
  content: " ";
  display: table;
}
.product-grid .product-row:after {
  clear: both;
}
.product-grid .product-row [class^="product-col-x"] {
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 2px;
  padding-left: 2px;
}
.product-grid .product-row .product-col-x1 {
  width: 8.333333333333334%;
}
.product-grid .product-row .product-col-x2 {
  width: 16.666666666666668%;
}
.product-grid .product-row .product-col-x3 {
  width: 25%;
}
.product-grid .product-row .product-col-x4 {
  width: 33.333333333333336%;
}
.product-grid .product-row .product-col-x5 {
  width: 41.666666666666664%;
}
.product-grid .product-row .product-col-x6 {
  width: 50%;
}
.product-grid .product-row .product-col-x7 {
  width: 58.333333333333336%;
}
.product-grid .product-row .product-col-x8 {
  width: 66.66666666666667%;
}
.product-grid .product-row .product-col-x9 {
  width: 75%;
}
.product-grid .product-row .product-col-x10 {
  width: 83.33333333333333%;
}
.product-grid .product-row .product-col-x11 {
  width: 91.66666666666667%;
}
.product-grid .product-row .product-col-x12 {
  width: 100%;
}
.product-grid .product-image .product-image-img {
  max-width: 100%;
  max-height: 500px;
}
.product-grid .product-gall .product-gall-image .product-gall-image-link {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 85px;
  min-height: 74px;
  overflow: hidden;
  line-height: 74px;
  text-align: left;
}
.product-grid .product-gall .product-gall-image .product-gall-image-img {
  max-width: 100%;
  cursor: pointer;
}
.product-grid .product-row .product-row-right {
  padding-left: 15px;
  padding-right: 15px;
}
.product-grid .product-gall-image {
  padding: 0px;
}
.product-grid .product-gall-image .cell-sm {
  padding: 0px;
}
.product-grid .cell,
.product-grid .cell-md,
.product-grid .cell-sm {
  background: #fff;
  margin-bottom: 4px;
}
.product-grid .cell {
  padding: 30px;
}
.product-grid .cell-md {
  padding: 20px;
}
.product-grid .cell-sm {
  padding: 10px;
  text-align: center;
}
.product-grid .product-head,
.product-grid .product-head-lg {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #eee;
  font-size: 18px;
}
.product-grid .product-head-lg {
  font-size: 20px;
}
.product-grid .product-features {
  color: #202020;
  font-size: 14px;
}
.product-grid .product-features .product-features-body {
  margin-right: -20px;
  margin-left: -20px;
}
.product-grid .product-features .product-features-body .product-features-row {
  display: table;
  width: 100%;
}
.product-grid .product-features .product-features-body .product-features-row .product-features-def,
.product-grid .product-features .product-features-body .product-features-row .product-features-val {
  padding: 7px 20px;
  display: table-cell;
  vertical-align: bottom;
}
.product-grid .product-features .product-features-body .product-features-row .product-features-val {
  text-align: right;
}
.product-grid .product-title-row {
  display: flex;
  flex-flow: column;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.product-grid .product-title-row .product-title {
  color: #333;
  vertical-align: middle;
  padding-right: 10px;
  font-size: 28px;
  line-height: 1;
  font-weight: 600;
}
.product-grid .category-icons {
  display: flex;
  flex-flow: row;
  margin-top: 10px;
}
.product-grid .product-caption {
  position: relative;
}
.product-grid .product-caption .product-title-sub {
  width: 90%;
}
.product-grid .product-icons-row {
  width: 100%;
  margin-top: 25px;
  display: flex;
  justify-content: center;
}
.product-grid .product-icons-row .product-icons-cell {
  text-align: center;
}
.product-grid .product-icons-row .product-icons-icon {
  max-width: 100%;
  max-height: 70px;
  margin-bottom: 10px;
}
.product-grid .product-icons-row .product-icons-caption {
  color: #202020;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}
.product-grid .product-icons-row .product-icons-cell:hover .product-icons-caption {
  color: #f56aca;
}
.product-grid .product-price {
  display: flex;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
.product-grid .product-price .product-price-cell {
  display: flex;
  flex-flow: column;
  padding: 20px 0px;
  margin-right: 25px;
}
.product-grid .product-price .product-price-cell .product-price-recomend {
  color: #e87ab2;
  font-size: 16px;
  font-weight: 400;
}
.product-grid .product-price .product-price-cell .product-price-old-price {
  font-size: 20px;
}
.product-grid .product-price .product-price-cell .product-price-price {
  color: #333;
  font-size: 24px;
  font-weight: 400;
}
.product-grid .product-price .product-price-cell .product-price-base-price {
  color: #8a68e1;
  font-size: 16px;
  font-weight: 400;
}
.product-grid .product-price .product-price-cell.product-price-discount {
  padding: 15px;
  text-align: center;
  color: #555555;
  font-size: 14px;
  font-weight: 400;
  background-color: #fbfa00;
  margin-right: 0px;
}
.product-grid .product-price .product-price-cell.product-price-discount a {
  color: inherit;
}
.product-grid .product-buy-info {
  display: flex;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 30px;
}
.product-grid .product-buy-info .product-quantity {
  margin-right: 15px;
}
.product-grid .ccard-cart-button-add {
  display: inline-block;
  bottom: 0;
  color: #ffffff;
  padding: 10px 25px;
  font-size: 14px;
  background-color: #000000;
  --border-width: 2px;
  border-radius: 6px;
  box-shadow: -4px 4px 0px 0px #d5a64c;
  transition: 0.2s;
  position: relative;
  z-index: 6;
}
.product-grid .product-cart-info {
  margin-bottom: 4px;
  border-collapse: collapse;
  box-shadow: 0 1px 2px rgba(0,0,0,0.2);
  border-radius: 5px;
}
.product-grid .product-cart-info .product-cart-cell {
  background: #fff;
  height: 53px;
}
.product-grid .product-cart-info .product-cart-cell:first-child {
  border-radius: 5px 0 0 5px;
}
.product-grid .product-cart-info .product-cart-cell:last-child {
  border-radius: 0 5px 5px 0;
}
.product-grid .product-cart-info .product-cart-info-def {
  color: rgba(32,32,32,0.56);
  font-size: 13px;
  border-right: 1px solid #eee;
  text-align: left;
  line-height: 15px;
  padding: 0px 10px;
  text-align: center;
}
.product-grid .product-cart-info .product-cart-info-val {
  text-align: center;
  color: #e87ab2;
  font-size: 13px;
  width: 50px;
}
.product-grid .product-cart-btn {
  margin-bottom: 4px;
  height: 53px;
  padding-top: 10px;
  border-radius: 5px;
  text-align: center;
  vertical-align: middle;
  background-color: #ff93ac;
  background-image: linear-gradient(11deg, #931dca -95%, #ff93ac 62%);
  background-repeat: no-repeat;
  box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
}
.product-grid .product-head,
.product-grid .product-head-lg {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #eee;
  font-size: 18px;
}
.product-grid .product-head-lg {
  font-size: 20px;
}
.product-grid .product-features {
  color: #202020;
  font-size: 18px;
}
.product-grid .product-features .product-features-body {
  margin-right: -20px;
  margin-left: -20px;
}
.product-grid .product-features .product-features-body .product-features-row:last-child {
  border: 0;
}
.product-grid .product-features .product-features-body .product-features-row .product-features-def,
.product-grid .product-features .product-features-body .product-features-row .product-features-val {
  padding: 7px 20px;
}
.product-grid .product-features .product-features-body .product-features-row .product-features-val {
  text-align: right;
}
.product-grid .product-description {
  color: #202020;
}
.product-grid .product-description .product-description-title {
  font-size: 18px;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.product-grid .product-description .product-description-icons {
  margin-top: 20px;
}
.product-grid .product-description .product-description-video a {
  font-size: 18px;
}
.product-grid .product-description .product-description-video iframe {
  width: 100%;
}
.product-grid .product-description .product-description-btns .btn {
  margin-right: 20px;
}
.product-grid .prod-main-image {
  padding: 0px;
  text-align:left;
}
/*relevants*/
.product-grid .relevants {
  margin-top: 30px;
}
.product-grid .relevants .relevants-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
}
.category-icons .category-icon {
  width: auto;
  height: auto;
  margin: 4px 4px 0 0;
  text-align: center;
  position: relative;
}
.category-icons [class^="category-icon-"] {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
}
.category-icons .new-icon {
  padding: 5px 10px;
  background-color: #fbfa00;
  color: #555555;
}
.category-icons .action-icon {
  width: auto;
  color: #fff;
  background-color: #d5a64c;
  font-weight: bold;
  padding: 5px 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.category-icons .sale-icon {
  width: auto;
  color: #fff;
  font-weight: bold;
  padding: 0 5px;
  padding-top: 6px;
  white-space: nowrap;
}
.ccard .category-icons {
  width: 100%;
  position: absolute;
  left: 10px;
  top: 10px;
}
@media screen and (max-width: 1200px) {
  .sorting .sorting-container {
    display: flex;
    flex-flow: column;
    align-items: center;
  }
  .sorting-container .second-block {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 980px) {
  .product-grid .relevants .col-x3 {
    width: 33.33%;
  }
}
@media screen and (max-width: 720px) {
  .sorting .search-container {
    width: 80%;
  }
  .sorting .search .search-input {
    width: 100%;
  }
  .product-grid .relevants .col-x3 {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .main .product-grid {
    padding: 25px 10px;
  }
  .sorting .search-container {
    width: 90%;
  }
  .product-grid .product-row .product-row-right {
    padding-left: 5px;
    padding-right: 5px;
  }
  .product-grid .product-price {
    flex-flow: column;
    align-items: flex-start;
  }
}
/*lk*/
.personal-menu-container {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 50px;
}
.personal-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: table;
  width: 100%;
  table-layout: fixed;
  margin-bottom: 20px;
}
.personal-menu .pm-item {
  display: table-cell;
}
.personal-menu .pm-item:hover .pm-link,
.personal-menu .pm-item.active .pm-link {
  background-color: #d5a64c;
  color: #fff;
  transition: 0.2s;
}
.personal-menu .pm-link {
  display: block;
  text-align: center;
  background: #fff;
  color: #999999;
  text-decoration: none;
  font-size: 16px;
  padding: 10px 0;
  border-left: 1px solid #eeedf3;
  transition: 0.2s;
}
.personal-menu li:first-child .pm-link {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.personal-menu li:last-child .pm-link {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.order-form .order-form-comment {
  width: 100%;
  height: 163px;
  border: 1px solid #999;
  font-size: 14px;
  resize: none;
  padding: 15px;
  border-radius: 5px;
}
.order-form .order-form-comment::-moz-placeholder {
  color: #999;
  font-weight: 400;
}
.order-form .order-form-comment:-ms-input-placeholder {
  color: #999;
  font-weight: 400;
}
.order-form .order-form-comment::-webkit-input-placeholder {
  color: #999;
  font-weight: 400;
}
.order-form .order-form-discount {
  border-radius: 5px;
  border: 1px solid;
  text-align: center;
  color: #e87ab2;
  font-weight: 700;
  padding: 10px 5px;
  margin-bottom: 20px;
}
.order-form .order-form-info {
  line-height: 30px;
}
.order-form .order-form-info .order-form-info-def {
  font-weight: 400;
}
.order-form .order-form-info .order-form-info-val {
  font-weight: 700;
}
.order-form .hint {
  font-size: 12px;
  font-weight: 300;
  font-style: italic;
}
.cart-form {
  background: #fff;
  border-radius: 5px;
  width: 100px;
}
.cart-form .cart-form-minus,
.cart-form .cart-form-plus {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #999999;
  font-weight: bold;
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 5;
}
.cart-form .cart-form-btn-minus,
.cart-form .cart-form-btn-plus {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
.cart-form .cart-form-input {
  width: 30px;
  height: 25px;
  border: 0;
  font-size: 16px;
  text-align: center;
  position: relative;
  z-index: 4;
}
.order .icon-trash_gray_light {
  background: #999999;
  height: 18px;
  position: relative;
  width: 4px;
  display: block;
  transform: rotate(45deg);
}
.icon-trash_gray_light:before {
  background: #999999;
  content: "";
  height: 4px;
  left: -7px;
  position: absolute;
  top: 7px;
  width: 18px;
}
.order-form .btn {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
/*orders*/
.orders {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.orders .order-content-block {
  display: flex;
  flex-flow: row;
}
.orders .single-order,
.orders .order-content {
  width: 100%;
  font-size: 16px;
  background-color: #ffffff;
  border-radius: 5px;
  padding: 20px 20px;
  margin-bottom: 10px;
  min-height: 60px;
  position: relative;
  transition: 0.2s;
}
.orders .order-content-block .order-content {
  flex-grow: 1;
}
.orders .order-content-block .order-content:first-child {
  margin-right: 10px;
} 
.orders .single-order {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.orders .single-order:hover {
  background-color: #fcfcfc;
  transition: 0.2s;
}
.single-order .order-link {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.single-order .order-details,
.single-order .order-status {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  gap: 10px;
}
.single-order .order-number,
.single-order .order-price {
  font-weight: bold;
}
.single-order .label-success,
.single-order .label-paid, 
.single-order .label-prepare {
  margin-left: 0px;
}
/*sucsess*/
.orders .order-success {
  background-color: #98e5d9;
  flex-flow: column;
  font-size: 20px;
}
.orders .order-success:hover {
  background-color: #98e5d9;
}
.orders .order-success .make-pay {
  margin-top: 15px;
}
.orders .order-success .make-pay input {
  padding: 10px 25px;
  font-size: 18px;
}
/*order-status*/
.order-status-detail {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
}
.order-status-detail .status {
  color: #999999;
  margin-right: 40px;
  position: relative;
  font-size: 18px;
}
.order-status-detail .status:after {
  background: #d1d1d1;
  content: "";
  height: 12px;
  position: absolute;
  right: -11px;
  top: 8px;
  width: 6px;
  display: block;
  border-radius: 5px;
  transform: rotate(-45deg);
}
.order-status-detail .status:before {
  background: #d1d1d1;
  content: "";
  height: 20px;
  position: absolute;
  right: -20px;
  top: 3px;
  width: 6px;
  display: block;
  border-radius: 5px;
  transform: rotate(45deg);
}
.order-status-detail .status.status-done:after,
.order-status-detail .status.status-done:before {
  background: #98e5d9;
}
.order-status-detail .status.status-done {
  color: #000000;
  font-weight: bold;
}
.order-status-detail div.status:last-child {
  margin-right: 0;
}
/*order details*/
.auth-block {
  margin-bottom: 25px;
  padding: 15px 15px;
  background-color: #ececec;
  text-align: center;
}
.auth-block .auth-link {
  text-decoration: underline;
}
.orders .order-content {
  line-height: 24px;
}
.orders .section-title {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.order-content .product-list {
  display: flex;
  flex-flow: column;
  width: 100%;
  padding-left: 0;
  list-style-type: none;
}
.order-content .product-item {
  display: flex;
  flex-flow: row;
  margin-bottom: 20px;
}
.order-content .order-img-block {
  padding-right: 15px;
} 
.order-content .order-img {
  width: 110px;
  height: 110px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  margin: 0 auto;
}
.order-content .product-info {
  display: flex;
  flex-flow: row;
  width: 100%;
}
.order-content .product-title-wrapper {
  display: flex;
  flex-flow: column;
  flex-grow: 2;
  align-items: flex-start;
}
.order-content .order-title a {
  color: #000;
}
.order-content .order-articul {
  margin-top: 10px;
  font-size: 12px;
  font-weight: 300;
  color: #999999;
}
.order-content .order-price,
.order-content .order-rest {
  color: #000;
  font-size: 18px;
  text-align: right;
}
.order-content .order-price {
  min-width: 110px;
}
.order-content .order-rest {
  min-width: 50px;
}
.order-content .order-total-info {
  display: flex;
  flex-flow: column;
  align-items: flex-end;
  font-size: 16px;
}
.order-content .order-total-info .table-row span:nth-child(2) {
  margin-left: 10px;
}
.order-content .order-total {
  display: flex;
  flex-flow: row;
  justify-content: flex-end;
  font-size: 16px;
  font-weight: bold;
}
.order-content .order-total dd {
  margin-left: 10px;
}
.order-content .pay-info {
  padding-top: 10px;
  font-size: 16px;
  min-width: 100%;
  white-space: nowrap;
}
.order-content .pay-info div {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
}
.order-content .pay-info dt {
  color: #999;
  white-space: normal;
}
.order-content .pay-info .status dd {
  font-weight: bold;
}
.order-content .pay-info .promocode {
  position: relative;
}
.order-content .pay-info .promocode .promo-hint {
  font-size: 12px;
}
.order-content .pay-info .promocode:hover .promo-name {
  display: block;
  transition: 0.2s;
}
.order-content .pay-info .promo-name {
  display: none;
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  background-color: #000;
  padding: 10px 20px;
  border-radius: 5px;
  transition: 0.2s;
  color: #ffffff;
  max-width: 60%;
  white-space: wrap;
}
.orders .back-to-orders {
  padding: 20px;
}
.orders .back-to-orders a {
  font-size: 16px;
  color: #000000;
  transition: 0.2s;
}
.orders .back-to-orders a:hover {
  color: #999999;
  transition: 0.2s;
}
/*basket*/
.order-content .order-num {
  color: #000;
  font-size: 18px;
  text-align: center;
}
.order-content .order-info {
  box-shadow: none;
}
.order-content .order-form {
  width: 110px;
}
.order-content .order-form .cart-form-input {
  width: 27px;
  height: 30px;
}
.order-content .input-group {
  margin-bottom: 20px;
}
.order-content .input-title,
.order-content .input-subtitle {
  display: block;
  height: 100%;
  padding: 0 10px 5px 0;
  vertical-align: middle;
  cursor: default;
}
.order-content .input-title {
  color: #1b1b1b;
}
.order-content .input-subtitle {
  color: #999999;
  padding-bottom: 15px;
}
.order-content .input-block {
  padding: 0;
  margin: 0;
  border: 0;
}
.order-content .order-input,
.order-content .select {
  height: 56px;
  color: #1b1b1b;
  border: 1px solid #1b1b1b;
  border-radius: 0;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.33;
  margin: 0;
  outline: none;
  padding: 0 20px;
  width: 100%;
}
.order-content .input-error {
  display: none;
  color: red;
  font-size: 13px;
  margin-top: 5px;
}
.radio-wrapper .radio {
  opacity: 0;
  position: absolute;
  z-index: -1;
}
.radio-wrapper .radio-control {
  display: flex;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
}
.radio-wrapper .radio-indicator {
  border: 2px solid #000;
  border-radius: 50%;
  box-sizing: border-box;
  display: inline-block;
  height: 20px;
  margin-right: 10px;
  opacity: .6;
  position: relative;
  transition: all .2s;
  vertical-align: middle;
  width: 20px;
}
.radio-wrapper .radio-indicator:after {
  background: #000;
  border-radius: 50%;
  bottom: 0;
  content: "";
  height: 10px;
  left: 0;
  margin: auto;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all .2s;
  width: 10px;
}
.radio-wrapper .radio-control .radio:checked~.radio-indicator,
.radio-wrapper .radio-control .radio:checked~.radio-indicator:after {
  opacity: 1;
}
.order-content .select-wrapper {
  padding: 0;
  margin: 0;
  border: 0;
  position: relative;
}
.order-content .select-wrapper .select {
  cursor: pointer;
}
.order-content .select-wrapper:after {
  border-color: #000 transparent transparent;
  border-style: solid;
  border-width: 6px 5px 0;
  bottom: 0;
  content: " ";
  height: 0;
  margin: auto;
  pointer-events: none;
  position: absolute;
  right: 20px;
  top: 0;
  width: 0;
}
.order-content .input-block textarea {
  height: 102px;
  padding-top: 17px;
}
.order-content .input-block textarea.order-input {
  resize: vertical;
}
.order-content .promocode-input-wrapper {
  display: table;
  width: 100%;
}
.promocode-input-wrapper .inputpromocode {
  display: table-cell;
}
.promocode-input-wrapper .inputpromocode-btn {
  display: table-cell;
  position: relative;
  height: auto;
  color: rgb(255, 255, 255);
  background: rgb(0, 0, 0);
  font-size: 16px;
  padding-left: 60px;
  padding-right: 60px;
  text-align: center;
}
.promocode-input-wrapper .btn-link {
  display: block;
  width: 100%;
  height: 100%;
  border: 0 none;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  font-weight: 700;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 15px;
  color: #ffffff;
}
.submit {
  padding: 15px;
  border: 1px solid #1b1b1b;
}
.order-content .form-submit {
  display: block;
  height: 100%;
  margin-bottom: 10px;
  margin-top: 30px;
  vertical-align: middle;
}
.order-content .form-submit .submit {
  width: 100%;
  height: 60px;
  font-size: 16px;
  padding-left: 60px;
  padding-right: 60px;
  background-color: #000000;
  color: #d5a64c;
  font-weight: 700;
  border-style: none !important;
  box-shadow: none !important;
  transition: 0.2s;
  transition-duration: 0.2s;
  transition-property: background-color, color, border-color, box-shadow, opacity, transform, gap;
  transition-timing-function: ease-in-out;
}
.order-content .form-submit .submit:hover {
  color: #ffffff;
  transition: 0.2s;
}
.order-content .form-submit.order .submit {
  background-color: #d2d2d2;
}
.order-content .order-bottom-text {
  margin-bottom: 60px;
  margin-top: 20px;
  text-align: center;
}
@media screen and (max-width: 980px) {
  .orders .order-content-block {
    flex-flow: column-reverse;
  }
  .orders .order-content-block .order-content:first-child {
    margin-right: 0px;
  }
  .orders .single-order {
    flex-flow: column;
    align-items: flex-start;
  }
  .orders .order-success {
    align-items: center;
  }
  .single-order .order-status {
    margin-top: 15px;
  }
}
@media screen and (max-width: 720px) {
  .personal-menu li:first-child .pm-link {
    border-bottom-left-radius: 0px;
    border-top-right-radius: 5px;
  }
  .personal-menu li:last-child .pm-link {
    border-top-right-radius: 0px;
    border-bottom-left-radius: 5px;
  }
  .order-content .pay-info .promo-name {
    max-width: 70%;
    top: -60px;
  }
}
@media screen and (max-width: 640px) {
  .order-content .pay-info .promo-name {
    max-width: 80%;
    top: -70px;
  }
}
@media screen and (max-width: 480px) {
  .orders .single-order {
    padding-top: 20px;
  }
  .single-order .order-status {
    flex-wrap: wrap;
  }
  .order-content .product-item {
    flex-flow: column;
    align-items: flex-start;
  }
  .order-content .product-info {
    padding-top: 10px;
  }
  .order-content .order-rest {
    min-width: 30px;
  }
  .order-content .order-price {
    min-width: 90px;
  }
  .order-content .order-img {
    width: 100px;
    height: 100px;
  }
  .order-content .order-total {
    justify-content: flex-start;
  }
  .order-status-detail {
    flex-flow: column;
  }
  .order-status-detail .status {
    margin-right: 0px;
    margin-left: 30px;
  }
  .order-status-detail .status:before {
    left: -20px;
  }
  .order-status-detail .status:after {
    left: -29px;
  }
}

/*modals*/
.modal-window-wr{
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(50,48,48,0.7);
  z-index: 9999;
  display: none;
}
.modal-window-wr.active{
  display: block;
}
.modal-fade {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(50,48,48,0.7);
  z-index: 9999;
}
.modal {
  position: fixed;
  top: 355px;
  left: 50%;
  width: 755px;
  margin-left: -377.5px;
  z-index: 10000;
}
.modal.modal-fixed {
  height: 200px;
  top: 50%;
  margin-top: -100px;
}
.modal-wr {
  position: absolute;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  left: 50%;
}
#modal-window-enter-wr,
#modal-window-search-wr {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: none;
  background-color: rgba(0,0,0,0.7);
  z-index: 9999;
  transition: all 0.2s;
}
#modal-window-enter-wr.active,
#modal-window-search-wr.active {
  display: block;
  transition: all 0.2s;
}
#modal-window-enter {
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  right: 0;
  width: 350px;
  font-size: 12px;
  z-index: 10;
  border-radius: 5px;
  padding: 25px;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#modal-window-enter a {
  display: block;
  padding: 5px 0px;
  color: #000000;
  font-size: 14px;
  transition: 0.2s;
}
#modal-window-enter a:hover {
  color: #999999;
  transition: 0.2s;
}
#modal-window-enter.active,
#modal-window-search.active {
  display: block;
}
#modal-window-enter .form-group {
  margin-bottom: 10px;
}
#modal-window-enter .btn {
  width: 100%;
  margin-top: 15px;
}
.modal-search-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 20vh;
  padding: 45px 15px;
  background-color: #ffffff;
}
.modal-search-container .sbright-close {
  cursor: pointer;
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  right: 20px;
  top: 15px; 
}
.modal-search-container .sbright-close:before {
  background: #999999;
  content: "";
  height: 25px;
  position: absolute;
  right: 10px;
  top: 0px;
  width: 4px;
  display: block;
  transform: rotate(45deg);
  transition: 0.2s;
}
.modal-search-container .sbright-close:after {
  background: #999999;
  content: "";
  height: 4px;
  right: -1px;
  position: absolute;
  top: 10px;
  width: 25px;
  transition: 0.2s;
  transform: rotate(45deg);
}
/*index*/
.search .search-input {
  background-color: transparent;
  box-shadow: 0;
}
.ccard .ccard-cart-button-add {
  display: inline-block;
  cursor: pointer;
  position: absolute;
  bottom: 0;
  color: #ffffff;
  padding: 10px 25px;
  font-size: 14px;
  background-color: #000000;
  --border-width: 2px;
  border-radius: 6px;
  box-shadow: -4px 4px 0px 0px #d5a64c;
  transition: 0.2s;
}
.ccard .ccard-cart-button-add:hover,
.product-grid .ccard-cart-button-add:hover {
  background-color: #d5a64c;
  box-shadow: -4px 4px 0px 0px rgba(0 0 0);
  transition: 0.2s;
}
.footer {
  width: 100%;
  position: relative;
  background-color: #2b2b2b;
  padding: 45px 0 20px;
}

/*lightbox*/
.lightbox-gallery .ccard-image,
.lightbox-gallery img {
  position: relative;
}
.lightbox-gallery .ccard-image:before,
.lightbox-gallery img:before {
  content: '';
  background-color: transparent;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.3s;
  opacity: 0;
}
.lightbox-gallery .ccard-image:after,
.lightbox-gallery img:after {
  content: '';
  background-image: url("images/icons.png");
  background-position: 0px -2829px;
  width: 48px;
  height: 48px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  transition: 0.3s;
  opacity: 0;
}
.lightbox-gallery a:hover .ccard-image:before,
.lightbox-gallery a:hover img:before,
.lightbox-gallery a:hover .ccard-image:after,
.lightbox-gallery a:hover img:after {
  opacity: 0.7;
}
.sbright {
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
  padding: 30px;
  width: 260px;
  font-size: 12px;
  z-index: 15;
}
.content-overlay-close {
  position: fixed;
  display: block;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.sbright .sbright-btns {
  padding: 0 21px;
}
.sbright .sbright-btns .btn {
  margin-bottom: 10px;
}
.sbright .sbright-close {
  cursor: pointer;
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  right: 20px;
  top: 15px;
}
.sbright .sbright-close:before {
  background: #999999;
  content: "";
  height: 20px;
  position: absolute;
  right: 10px;
  top: 2px;
  width: 4px;
  display: block;
  transform: rotate(45deg);
  transition: 0.2s;
}
.sbright .sbright-close:after {
  background: #999999;
  content: "";
  height: 4px;
  left: 3px;
  position: absolute;
  top: 10px;
  width: 20px;
  transform: rotate(45deg);
  transition: 0.2s;
}
.article {
  font-weight: 400;
  font-size: 28px;
  line-height: 45px;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  padding: 50px;
}
.article p {
  margin-top: 10px;
  margin-bottom: 50px;
}
.article a {
  text-decoration: underline;
  color: #d5a64c;
  transition: 0.2s;
}
.article a:hover {
  color: #999999;
  transition: 0.2s;
}
.article h1,
.article h2,
.article h3,
.article h4,
.article h5 {
  font-weight: 700;
  margin: 1em 0 2em;
}
.article h1 {
  text-transform: uppercase;
  font-size: 32px;
}
.article h2 {
  font-size: 30px;
}
.article h3 {
  font-size: 28px;
}
.article h4 {
  font-size: 28px;
}
.article h5 {
  font-size: 28px;
}
.article img {
  max-width: 100%;
}
.article iframe {
  width: 100%;
  height: 385px;
}
.article ul {
  margin-top: 5px;
}
.article .gifs,
.order-content .gifs {
  text-align: center;
}
.article .article-card-title {
  display: block;
  text-transform: uppercase;
  font-size: 24px;
  margin: 0;
  font-weight: 400;
  text-decoration: none;
  color: #000;
}
.article .article-card-title:hover {
  color: #e87ab2;
}
.article .article-text {
  margin-top: 10px;
}
.article .article-title {
  margin: 0 auto;
  border: 1px solid #f77caa;
  padding: 30px;
  text-align: center;
}
.article .article-title .article-title-img {
  max-width: 800px;
}
.article .article-author {
  color: #757575;
  font-size: 12px;
  text-align: right;
  text-transform: uppercase;
  margin-top: 15px;
}
.article .article-annotate {
  font-size: 18px;
  color: #555;
  margin: 40px 0;
}
.article .article-anchors {
  font-size: 18px;
  float: right;
  font-weight: 300;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  padding-left: 65px;
  width: 365px;
  margin-left: 80px;
}
.article .article-anchors * {
  margin: 0;
  padding: 0;
}
.article .article-anchors:before {
  content: '';
  width: 40px;
  border-top: 2px solid rgba(248,123,167,0.87);
  position: absolute;
  top: 10px;
  left: 0;
}
.article .article-anchors a {
  display: block;
  margin-bottom: 25px;
  color: #fe75a4;
  text-decoration: none;
}
.article .article-anchors a:hover {
  text-decoration: underline;
}
.article .article-img-right {
  float: right;
  max-width: 365px;
  margin-left: 80px;
}
.article .article-img-left {
  float: left;
  max-width: 365px;
  margin-right: 80px;
}
.article .article-read-also {
  list-style: none;
  margin: 0;
  padding: 0;
}
.article .article-read-also li {
  margin: 20px 0 20px 50px;
}
.article .article-read-also a {
  color: #555;
  font-size: 18px;
  text-decoration: none;
  text-transform: uppercase;
}
.article .article-read-also a:hover {
  text-decoration: underline;
  color: #fe75a4;
}
.article .brand-main-img {
  text-align: center;
  margin-bottom: 30px;
}
.article .brand-main-img img + * {
  margin-top: 10px;
}
.article .article-sh1,
.article .article-sh2,
.article .article-sh3,
.article .article-sh4,
.article .article-sh5,
.article .block-document .block-document-desc .block-document-desc-title,
.article .block-video-wr--course .block-desc .block-desc-title {
  color: #fe75a4;
  font-size: 24px;
  margin: 2em 0 1em;
}
.article .article-sh1:first-child,
.article .article-sh2:first-child,
.article .article-sh3:first-child,
.article .article-sh4:first-child,
.article .article-sh5:first-child,
.article .block-document .block-document-desc .block-document-desc-title:first-child,
.article .block-video-wr--course .block-desc .block-desc-title:first-child {
  margin-top: 0px;
}
.article .article-sh1:last-child,
.article .article-sh2:last-child,
.article .article-sh3:last-child,
.article .article-sh4:last-child,
.article .article-sh5:last-child,
.article .block-document .block-document-desc .block-document-desc-title:last-child,
.article .block-video-wr--course .block-desc .block-desc-title:last-child {
  margin-bottom: 0px;
}
.article .article-sh2,
.article .block-video-wr--course .block-desc .block-desc-title {
  font-size: 22px;
}
.article .article-sh3 {
  font-size: 20px;
}
.article .article-sh4 {
  font-size: 18px;
}
.article .article-sh5 {
  font-size: 16px;
  color: #555;
}
.article .article-incstruction {
  color: #777;
  font-size: 14px;
  font-weight: 400;
}
.article .article-btn {
  background-color: #fe75a4;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 11px 20px;
  border-radius: 4px;
  margin-right: 15px;
  margin-bottom: 15px;
  min-width: 31%;
  overflow: hidden;
  text-align: center;
  background-color: #77dcf7;
  background-image: linear-gradient(-38deg, #77dcf7 34%, #5dd8d0 66%);
  background-repeat: no-repeat;
}
.article .article-btn.btn-bordered {
  background-color: #77dcf7;
  background-image: linear-gradient(-38deg, #77dcf7 34%, #5dd8d0 66%);
  background-repeat: no-repeat;
  border: none;
  position: relative;
}
.article .article-btn.btn-bordered:after {
  content: '';
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  background: #fff;
  z-index: 1;
  border-radius: 4px;
}
.article .article-btn.btn-bordered:before,
.article .article-btn.btn-bordered span {
  position: relative;
  z-index: 2;
}
.article .article-btn:hover {
  background-color: #47d0f4;
  background-image: linear-gradient(-38deg, #47d0f4 34%, #34cec4 66%);
  background-repeat: no-repeat;
}
.article .article-btn:active {
  background-color: #17c3f1;
  background-image: linear-gradient(-38deg, #17c3f1 34%, #28a79f 66%);
  background-repeat: no-repeat;
}
.article .article-btn:hover {
  background-color: #6ecde7;
  background-image: linear-gradient(-38deg, #6ecde7 34%, #58ccc4 66%);
  background-repeat: no-repeat;
}
.article .article-btn:active,
.article .article-btn:focus {
  background-color: #58c0dc;
  background-image: linear-gradient(-38deg, #58c0dc 34%, #4eb6af 66%);
  background-repeat: no-repeat;
}
.article blockquote,
.article .article-quote {
  font-size: 18px;
  font-weight: 400;
  border-left: 2px solid #fe77a6;
  margin: 35px 0 35px 85px;
  padding-left: 50px;
}
.article .article-quote-author-name {
  color: #fe77a6;
  font-size: 18px;
  text-transform: uppercase;
}
.article .article-quote-author-prof {
  color: #777;
  font-size: 18px;
  font-style: italic;
}
.article .block-title {
  padding: 15px 30px;
  margin-top: 0px;
  text-transform: uppercase;
}
.article .block-comment {
  padding: 0px;
}
.article .block-comment .article-comment {
  padding: 10px 10px;
  border-bottom: 1px solid #eee;
}
.article .block-comment .article-desc {
  padding: 20px 20px;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
}
.article .block-video-wr {
  padding: 0px;
  width: 33%;
  display: inline-block;
  vertical-align: top;
}
.article .block-video-wr .block-video {
  width: 100%;
  height: 150px;
  background-position: center center;
  background-size: cover;
  background-color: #f56aca;
}
.article .block-video-wr .block-video-desc {
  padding: 20px;
}
.article .block-video-wr .block-video-desc .block-video-title {
  color: #f56aca;
  font-size: 18px;
  font-weight: bold;
  max-height: 75px;
  overflow: hidden;
}
.article .block-video-wr .block-video-desc .article-incstruction {
  max-height: 45px;
  overflow: hidden;
}
.article .block-document {
  padding: 0px;
  width: 33%;
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 480px) {
  .article {
    padding: 0px 20px;
  }
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}
input[type=number]{
  -moz-appearance: textfield;
}
/*Tags*/
.product-description-tags-title {
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
}
.tags-page {
 margin-top: 0px !important;
 margin-bottom: 0px;
}
.ccard-inner .in_the_way {
  width: auto;
  font-size: 16px;
  text-transform: lowercase;
  color: #fff;
  padding: 0px 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-radius: 5px;
  background-color: #e168da;
  background-image: linear-gradient(63deg, #ffccdc 8%, #fd5a8c 92%);
  position: absolute;
  top: 200px;
}
.brand_in_the_way_cat {
 color: #ffffff;
 background-color: #ff93ac;
 margin-left: 5px;
 padding: 1px 5px;
 font-size: 12px;
 vertical-align: super;
 border-radius: 3px;
 white-space: nowrap;
}
.thanks_links {
  display: inline-block;
  margin-right: 10px;
  font-size: 16px;
  color: #f55bbd;
  text-decoration: underline;
}
.thanks_for_order {
  color: #f55bbd;
  font-weight: bold;
}
.thats_for_you {
  color: #555555;
  display: inline-block;
  padding-left: 560px;
  font-size: 20px;
  font-style: italic;
}
.testers-available {
 display: inline-block;
 padding: 5px;
 font-size: 18px;
}
.text-yellow {
 color: #e6ff5c;
}  

/*=== Mobile Friendly ===*/
/*MAIN PAGE*/
/*base*/
.block-offset,
.tayfest-offset .text-lg {
  font-size: 20px;
}
.d-flex {
  display: flex;
  display: -webkit-flex;
}
.new-products .col-sm-12,
.cats-bottom-block .col-sm-12,
.latest-news .col-sm-12,
.latest-trainings .col-sm-12,
.tayfest-offset .col-sm-12,
.benefits .col-sm-12 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.black-text {
  color: #000000;
}
.grey-text {
  color: rgba(32,32,32,0.56);
}
.text-md {
  font-size: 18px;
}
.pl-0 {
  padding-left: 0px !important;
}
.pr-0 {
  padding-right: 0px !important;
}
.mt-0 {
  margin-top: 0px;
}
.pt-20 {
  padding-top: 20px;
}
.mb-20 {
  margin-bottom: 20px;
}
.cart-sm {
  display: none;
}
.cart-status-icon {
  position: fixed;
  top: 350px;
  z-index: 300;
  right: 20px;
  min-width: 250px;
}
.cart-status-icon .cart-status-wrapper {
  position: relative;
  cursor: pointer;
}
.cart-status-icon .cart-status-wrapper:hover .cart-summ {
  display: block; 
}
.cart-status-icon .cart-icon-link {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.cart-status-icon .cart-summ {
  display: none;
  position: absolute;
  top: 30px;
  right: 100px;
  min-width: 100px;
  background-color: #555555;
  color: #fff;
  padding: 5px 10px;
  text-align: center;
  border-radius: 3px;
  box-sizing: border-box;
}
.cart-status-icon .cart-icon-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #fbfa00;
  box-shadow: 0 0 15px rgba(0, 0, 0, .1);
  background-image: url('icons/cart_icon_blk.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 40px;
  position: absolute;
  right: 0;
  transition: 0.2s;
}
.cart-status-icon .cart-icon-icon:hover {
  transform: scale(1.1);
  transition: 0.2s;
}
.cart-status-icon .cart-status {
  display: flex;
  flex-flow: column;
  justify-content: center;
  position: absolute;
  top: 60px;
  right: 0;
  min-width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  background-color: red;
}
.menu .text-right.menu-nav-item {
  padding-right: 0px;
}
.logo-block {
  text-align: center;
}
.logo-block-img {
  width: 100%;
  height: auto;
}
.section-wrapper {
  margin-bottom: 50px;
}
.additional-block {
  margin-top: 20px;
}
.additional-btn {
  display: inline-block;
  background-color: transparent;
  padding: 8px 30px;
  margin-right: 5px;
  margin-bottom: 10px;
  color: #000;
  font-size: 21px;
  font-weight: 400;
  border-radius: 5px;
  border: 1px solid #fff;
  transition: 0.2s;
}
.additional-btn:hover {
  background-color: #fff;
  color: #000;
  transition: 0.2s;
}
.product-description-title,
.product-description-text,
.brand-cat-link {
  margin-bottom: 15px;
}
.product-description-text {
  font-size: 20px;
  color: #555555;
  min-height: 250px;
}
.product-description-text a:hover {
  text-decoration: underline;
}
.product-description-tags {
  margin-top: 30px;
  margin-bottom: 20px;
  border-top: 1px solid #eeeeee;
  padding-top: 20px;
}
.product-description-tags .product-tags {
  display: inline-block;
  padding: 5px 10px;
  background-color: #d5a64c;
  margin-bottom: 10px;
  margin-right: 5px;
  border-radius: 5px;
  text-transform: lowercase;
  letter-spacing: 0.05em;
  color: #ffffff;
  border: 1px #d5a64c solid;
  font-size: 18px;
  transition: 0.2s;
}
.product-description-tags .product-tags:hover {
  background-color: #ffffff;
  color: #555555;
  border: 1px #d5a64c solid;
  transition: 0.2s;
}
/*mobile nav*/
.navbar-mobile {
  display: none;
}
.navbar-mobile .cart-q:before {
  content: '|';
  margin-right: 3px;
}
.navbar-mobile .rub {
  line-height: 5px;
  width: 0.4em;
  border-bottom: 1px solid #ffffff; 
  display: inline-block;
}
.hidden-menu li a:hover .cart-q .rub {
  border-bottom: 1px solid #000000; 
}
.navbar-mobile .logo-mobile {
  text-align: center;
  width: 100px;
}
.navbar-mobile .logo-mobile img {
  max-width: 150px;
}
.navbar-mobile .mobile-nav-contacts {
  display: block;
  position: fixed;
  list-style:none;
  margin: 0;
  box-sizing: border-box;
  bottom: 20px;
  transition: left .2s;
  z-index: 55;
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  padding-left: 6px;
  color: #ffffff;
  font-size: 14px;
}
.navbar-mobile .mobile-nav-contacts span {
  display: block;
  padding-top: 5px;
}
.navbar-mobile .mobile-nav-contacts a {
  text-decoration: underline;
  color: #d5a64c;
}
.navbar-mobile .mobile-nav-contacts a:hover {
  color: #ffffff;
}
.mobile-personal-menu {
  text-align: right;
}
.navbar-mobile {
  position: relative;
}
.hidden-menu-ticker {
  display: none;
}
.btn-menu {
  color: #fff;
  position: absolute;
  top: -16px;
  cursor: pointer;
  transition: left .23s;
  z-index: 201;
  width: 30px;
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.btn-menu span {
  display: block;
  height: 3px;
  background-color: #000000;
  margin: 7px 0 0;
  transition: all .1s linear .23s;
  position: relative;
}
.btn-menu span.first {
  margin-top: 0;
}
.hidden-menu {
  display: block;
  font-size: 16px;
  position: fixed;
  list-style:none;
  padding: 50px 10px 10px 25px;
  margin: 0;
  box-sizing: border-box;
  max-width: 300px;
  width: 300px;
  background-color: #2b2b2b;
  height: 100%;
  top: 0;
  left: -300px;
  transition: left 0.3s;
  z-index: 200;
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
}
.hidden-menu li {
  padding:5px 0;
}
.hidden-menu li a {
  font-size:20px;
  color:#ffffff;
  padding:6px 6px;
}
.hidden-menu li a:hover,
.hidden-menu li a:active {
  color: #d5a64c;
}
.hidden-menu-ticker:checked ~ .btn-menu {
  left: 250px;
  top: 25px;
  position: fixed;
}
.hidden-menu-ticker:checked ~ .btn-menu span {
  color: #000000;
}
.hidden-menu-ticker:checked ~ .hidden-menu {
  left: 0;
}
.hidden-menu-ticker:checked ~ .btn-menu span.first {
  -webkit-transform: rotate(45deg);
  top: 10px;
  background-color: #ffffff;
}
.hidden-menu-ticker:checked ~ .btn-menu span.second {
  opacity: 0;
}
.hidden-menu-ticker:checked ~ .btn-menu span.third {
  -webkit-transform: rotate(-45deg);
  top: -10px;
  background-color: #ffffff;
}
/*navbar media*/
@media screen and (max-width: 980px) {
  .menu {
    display: none;
  }
  .navbar-mobile {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    padding-top: 15px;
    margin-bottom: 0px;
    z-index: 9999;
  }
  .navbar-mobile .menu {
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 0px
  }
  .navbar-mobile .navbar-mobile-wrapper {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    margin-left: 0px;
    margin-right: 0px;
  }
  .navbar-mobile .navbar-mobile-wrapper .col-x4 {
    width: auto;
    flex-grow: 1;
  }
  .navbar-mobile .navbar-mobile-wrapper .col-x4:first-child {
    flex-grow: 2;
  }
  .navbar-mobile .logo-block a {
    border:0px;
    text-decoration: none;
  }
}
@media screen and (max-width: 480px) {
  .navbar-mobile .navbar-mobile-wrapper .col-x4 {
    width: auto;
    flex-grow: 0;
  }
}
@media screen and (max-width: 320px) {
  .navbar-mobile .logo-mobile img {
    max-width: 100px;
  }
}
.block-title h1 {
  margin-bottom: 0;
}
.block-title h2 {
  font-size: 62px;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0;
}
.block-title a {
  display: inline-block;
  color: #202020;
}
.block-title a:hover {
  color: #fbb03b;
}
.flex-container {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
}
/*cats-promo-container*/
.cats-promo-container {
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  margin-bottom: 50px;
}
.cats-promo-container .cats-wrapper {
  width: 100%;
  padding: 0;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
}
.cats-promo-container .item-one,
.cats-promo-container .item-two,
.cats-promo-container .item-three,
.cats-promo-container .item-four,
.cats-promo-container .item-five,
.cats-promo-container .item-six {
  display: flex;
  flex-grow: 1;
}
.cats-promo-container .item-one,
.cats-promo-container .item-six {
  width: 50%;
}
.cats-promo-container .item-two,
.cats-promo-container .item-three,
.cats-promo-container .item-four,
.cats-promo-container .item-five {
  width: 25%;
}
.cats-promo-container .card-container  {
  overflow: hidden;
  flex-grow: 1;
  position: relative;
  padding-bottom: 50%;
  border-radius: 70px;
}
.cats-promo-container .cats-wrapper .cat-link {
  display: block;
  width: 100%;
  height: 100%;
  z-index: 10;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}
.cats-promo-container .cats-wrapper .card-content {
  z-index: 2;
  padding: 30px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #ffffff;
}
.cats-promo-container .card-content .card-title {
  font-size: 32px;
  font-weight: bold;
  word-break: normal;
  overflow-wrap: anywhere;
  transition: 0.2s;
}
.cats-promo-container .card-container:hover .card-title {
  color: #d5a64c;
  transition: 0.2s;
}
.cats-promo-container .card-content .card-descr {
  font-size: 18px;
  margin-top: 15px;
  word-break: normal;
  overflow-wrap: anywhere;
}
.cats-promo-container .card-container .card-image {
  z-index: 0;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.cats-promo-container .card-container .card-filter {
  z-index: 0;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0turn,rgba(0,0,0,0.5) 0%,rgba(255,255,255,0) 30%);
}
@media screen and (max-width: 980px) {
  .cats-promo-container .item-one,
  .cats-promo-container .item-four {
    width: 40%;
  }
  .cats-promo-container .item-two,
  .cats-promo-container .item-three {
    width: 60%;
  }
  /*.cats-promo-container .item-one .card-container {
    padding-bottom: 25%;
  }*/
}
@media screen and (max-width: 640px) {
  .cats-promo-container {
    display: none;
  }
}
/*cats slider swiper*/
html.index .cats-slider {
  display: none;
}
.cats-slider {
  width: 100%;
}
.swiper-slide:hover .cat-name {
  color: #d5a64c;
  transition: 0.2s;
}
.swiper-slide .card-filter {
  z-index: 1;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0turn,rgba(0,0,0,0.5) 0%,rgba(255,255,255,0) 30%);
}
.swiper-slide .cat-card {
  min-height: calc(360px / (3 / 4));
}
.swiper-slide .cat-name {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 20px 30px 20px 30px;
  font-size: 24px;
  color: #ffffff;
  z-index: 2;
  transition: 0.2s;
}
.swiper-slide:hover .cat-name {
  color: #d5a64c;
  transition: 0.2s;
}
.swiper-slide .cat-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition-property: opacity, visibility;
  transition-duration: 0.3s;
  z-index: 1;
}
.swiper-slide .cat-link {
  display: block;
  width: 100%;
  height: 100%;
  z-index: 10;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}
.swiper .swiper-button-next,
.swiper .swiper-button-prev {
  color: #ffffff;
  background: rgba(50, 50, 50, 0.8);
  width: 45px;
  height: 45px;
  border-radius: 50%;
  transition: all 0.3s ease;
  opacity: 1 !important;
}
.swiper .swiper-button-next:after,
.swiper .swiper-button-prev:after {
  font-size: 18px !important;
  transition: transform 0.3s ease;
}
.swiper .swiper-button-next:hover,
.swiper .swiper-button-prev:hover {
  color: #ffffff;
  background: #d5a64c;
}
@media screen and (max-width: 980px) {
  .swiper-slide .cat-card {
    min-height: calc(280px / (3 / 4));
 }
}
@media screen and (max-width: 640px) {
  html.index .cats-slider {
    display: block;
  }
  .swiper-slide .cat-card {
    min-height: calc(250px / (3 / 4));
 }
}
/*cats bottom block*/
.cats-bottom-block {
  width: 100%;
  max-width: 1200px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  border: 0;
}
.cats-bottom-block .cats-list {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1200px;
  padding: 0;
}
.cats-bottom-block .cats-list .cat-wrapper {
  width: 25%;
  padding: 5px;
}
.cats-bottom-block .cat-container {
  overflow: hidden;
  position: relative;
  padding-bottom: 150%;
  border-radius: 70px;
}
.cats-bottom-block .cats-list .cat-link {
  display: block;
  width: 100%;
  height: 100%;
  z-index: 10;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}
.cats-bottom-block .cats-list .card-content {
  z-index: 2;
  padding: 30px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #ffffff;
}
.cats-bottom-block .card-content .card-title {
  font-size: 24px;
  font-weight: bold;
  word-break: normal;
  overflow-wrap: anywhere;
  transition: 0.2s;
}
.cats-bottom-block .cat-container:hover .card-title {
  color: #d5a64c;
  transition: 0.2s;
}
.cats-bottom-block .card-content .card-descr {
  font-size: 16px;
  margin-top: 15px;
  word-break: normal;
  overflow-wrap: anywhere;
}
.cats-bottom-block .cat-container .card-image {
  z-index: 0;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: transform 0.3s ease-out;
}
.cats-bottom-block .cat-container:hover .card-image {
  transform: scale(1.02);
  transition: transform 0.3s ease-in;
}
.cats-bottom-block .cat-container .card-filter {
  z-index: 0;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0turn, rgba(0, 0, 0, 0.5) 0%, rgba(251, 250, 0, 0.1) 30%);
}
@media screen and (max-width: 980px) {
  .cats-bottom-block .cats-list .cat-wrapper {
    width: 50%;
  }
  .cats-bottom-block .cat-container {
    padding-bottom: 100%;
  }
}
@media screen and (max-width: 640px) {
  .cats-bottom-block .cats-list .cat-wrapper {
    width: 100%;
  }
  .cats-bottom-block .cat-container {
    padding-bottom: 50%;
  }
}

/*Brands*/
.cats-block .brands-block-title {
  margin-bottom: 15px;
  padding-right: 10px;
}
.cats-block .brands-block-list {
  padding-left: 10px;
}
.cats-block .brand-container {
  padding: 10px;
  text-align: center;
}
.cats-block .brand-container img {
  margin-right: auto;
  margin-left: auto;
}
.cats-block .brand-cell-link {
  display: block;
  padding: 15px;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 5px;
  max-width: 148px;
  min-height: 175px;
  position: relative;
  transition: 0.2s;
}
.cats-block .brand-cell-link:hover {
  transition: 0.2s;
}
.cats-block .brand-container p {
  position: absolute;
  top: 70%;
  left: 10px;
  right: 10px;
  font-size: 16px;
  margin: 0px;
}
.cats-block .brand-cell-link:hover {
  border-color: #f56aca;
  background-color: #fff;
  color: #501d3b;
}

/*= CAT PAGE =*/
.breadcrumbs-row {
  margin-left: 0px;
  margin-right: 0px;
  background-color: transparent;
}
.pager-right {
  text-align: right;
}
.product-price-old {
  text-decoration: line-through;
  display: inline-block;
  margin-right: 5px;
  color: rgba(32,32,32,0.56);
}
.product-price-new {
  display: inline-block;
}
.ccard-discount {
  position: absolute;
  top: 240px;
  right: 15px;
  padding: 10px;
  background-color: #fbb03b;
  text-align: center;
  color: #555555;
}
/*sales*/
/*.sale-main-title {
  display: block;
  padding: 5px 10px;
  margin-bottom: 10px;
  border-radius: 5px 5px 0px 0px;
  border: 3px solid #ff93ac;
}
.sale-main-title h1 {
  color: #555555;
  font-size: 38px;
}
.sale-border {
  border-top: 3px solid #5dd8d0;
}
.sale-list a {
  text-decoration: none;
}
.sale-link {
  display: block;
  text-decoration: none;
  min-height: 460px;
}
.sale-image {
  height: 232px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.sale-info {
  padding: 20px 30px;
  height: 200px;
  overflow: hidden;
}
.sale-title,
.sale-descr {
  display: block;
}
.sale-title {
  font-size: 28px;
}
.sale-descr {
  color: #555555;
  margin-top: 5px;
}
.sale-link:hover {
  border-radius: 5px;
}
.sale-link:hover .sale-border {
  border-top: 3px solid #ff93ac;
}
.sale-link:hover .sale-title {
  color: #ff93ac;
}*/
/*cart*/
.cart-product .row {
  margin-left: 0px;
  margin-right: 0px;
}
.cart-items-titles {
  justify-content: space-between;
  padding-top: 15px;
  font-weight: 700;
}
.cart-items-values {
  list-style: none;
  padding-left: 0px;
  justify-content: space-between;
}
.cart-items-values li {
  display: inline-block;
}
.cart-product .order {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
.order-left-block {
  display: flex;
  display: -webkit-flex;
  align-items: center;
}
.order-right-block {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: flex-end;
}
.order-right-block .order-price {
  white-space: nowrap;
}
.order-right-block .order-price,
.order-right-block .order-rest,
.order-right-block .order-form {
  display: inline-block;
  padding: 0px 15px;
}
.order-right-block .order-del {
  display: inline-block;
  cursor: pointer;
  padding: 0 15px;
}
.order-right-block .order-del a {
  display: block;
  width: 100%;
  height: 100%;
}
/*detail page tabs*/
.description-tabs>input[type="radio"] {
  display: none;
}
.description-tabs>div {
  display: none;
}
#tab-btn-1:checked~#tab-content-1,
#tab-btn-2:checked~#tab-content-2 {
  display: block;
}
.description-tabs>label {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  padding: 2px 0px 2px 0;
  font-size: 18px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  margin-right: 15px;
  line-height: 1.5;
  cursor: pointer;
  position: relative;
  top: 1px;
  font-weight: 700;
  border-bottom: 2px solid #fff;
  color: rgba(32,32,32,0.56);
  transition: .2s;
}
.description-tabs>label:not(:first-of-type) {
  border-left: none;
}
.description-tabs>input[type="radio"]:checked+label {
  background-color: #fff;
  border-bottom: 2px solid #d5a64c;
  font-weight: 700;
  color: #333;
  transition: .2s;
}
/*cat filter*/
.filter-cat-list {
  white-space: normal;
  padding-left: 20px;
  margin-left: 0px;
}
.filter-cat-list li {
    text-indent: 0px;
    margin-left: 0px;
}
/*analogs*/
.product-grid .analog-products {
  padding: 20px 0;
  background: #5dd8d0;
  background-color: #f55bbd;
  background-image: linear-gradient(53deg, #5dd8d0 0, #77dcf7 120%);
}
/*combining cards*/
.product-options .product-size,
.product-options .product-color,
.product-options .product-volume,
.product-options .product-elmyato-buy {
  margin-top: 15px;
}
.product-option-btn {
  display: inline-block;
  padding: 10px 10px;
  border-radius: 5px;
  border: 2px solid #dcdcdc;
  margin-bottom: 5px;
  color: #202020;
  min-width: 50px;
  text-align: center;
}
.elmyato-btn {
  display: block;
  color: #ffffff;
  border: none;
  transition: .2s;
  font-size: 20px;
  background-color: #ff93ac;
  width: 60%;
}
.product-elmyato-buy .elmyato-btn:hover {
  border: none;
  color: rgba(0,0,0,0.5);
  transition: .2s;
  background-color: rgba(255,147,172,0.8);
}
.product-option-btn:hover {
  border: 2px solid #f56aca;
  transition: .2s;
}
.product-options .active {
  border: 2px solid #f56aca;
  color: #f56aca;
}
.product-options .active:hover {
  cursor: default;
}
.product-options .disabled {
  border: 2px solid #dcdcdc;
  color: #dcdcdc;
}
.product-options .disabled:hover {
  cursor: default;
}
/*visual search*/
.search .search-extended-lkp {
  display: none;
  padding: 60px 20px 20px;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0px;
  border-radius: 5px;
  width: 100%;
  min-width: 380px;
}
.search .visual-search {
  position: absolute;
  left: 0;
  width: 100%;
}
.visual-search .visual-search-container {
  padding-left: 0px;
  padding-right: 0px;
}
.visual-search .visual-search-item {
  position: relative;
  padding: 15px;
}
.visual-search .visual-search-link {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
}
.visual-search .visual-search-item:hover {
  background-color: #edf6f9;
}
.visual-search .visual-search-img {
  width: 45px;
  height: 45px;
}
.visual-search .order-title {
  font-weight: 700;
}
.visual-search .visual-search-title .order-articul,
.visual-search .visual-search-title .barcode,
.visual-search .visual-search-title .brand,
.visual-search .visual-search-title .item-id {
  display: inline-block;
}
.visual-search .visual-search-title .order-articul,
.visual-search .visual-search-title .barcode,
.visual-search .visual-search-title .brand,
.visual-search .visual-search-title .item-id {
  margin-right: 5px;
}
.visual-search .visual-search-title .order-articul,
.visual-search .visual-search-title .item-id,
.visual-search .visual-search-title .barcode,
.visual-search .visual-search-title .brand {
  font-weight: 400;
  color: #333;
}
/*cookies*/
.cookies-alert {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: auto;
  padding: 15px 25px;
  z-index: 990;
  background-color: #ffffff;
  color: #000000;
  font-size: 20px;
  box-shadow: 0 0 15px rgba(0, 0, 0, .1);
}
.cookies-alert .col-x12 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cookies-alert .cookies-info {
  text-align: left;
  margin-right: 15px;
}
.btn-cookies {
  margin-left: 25px;
  min-width: 100px;
  background-image: linear-gradient(0.75turn, rgba(168, 255, 120, 1) 0%, rgba(120, 255, 214, 1) 100%);
  color: #555555;
  background-position: center;
  border-radius: 64px;
  transition: 0.2s;
}
.btn-cookies:hover {
  color: #000000;
  transition: 0.2s;
}
.news-main-title {
  display: block;
  padding: 5px 10px;
  margin-bottom: 10px;
  border-radius: 5px 5px 0px 0px;
  border: 3px solid #ff93ac;
}
.news-main-title h1 {
  color: #555555;
  font-size: 38px;
}
/**/
/*running text*/
.running-text-wrap {
  position: relative;
  top: 0;
  z-index: 100;
  margin: auto;
  padding: 0px;
  background-color: #ffffff;
  background-size: 400% 400%;
  animation: gradient 30s ease infinite;
}
.running-text-items-wrap {
  position: relative;
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: 5px;
}
.running-text {
  flex-shrink: 0;
  display: flex;
  gap: 5px;
  counter-reset: item;
  justify-content: space-around;
  min-width: 100%;
}
.running-text .item {
  flex: 0 0 auto;
  counter-increment: item;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #000;
  margin: 10px 0;
  transition: all 0.1s ease-in-out;
}
.marquee {
  animation: scroll 75s linear infinite;
}
/*button up*/
.btn-up {
  position: fixed;
  right: 20px;
  bottom: 15vh;
  cursor: pointer;
  width: 40px;
  height: 40px;
  z-index: 9999;
}
.btn-up-hide {
  display: none;
}
.btn-up::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
  background-image: url("icons/btnup-other.png");
}
.flex-table-name {
  font-size: 30px;
  margin-bottom: 10px;
  font-size: 40px;
}
.flex-table {
  display: flex;
  flex-flow: column;
  font-size: 18px;
}
.flex-table .table-row {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
}
.flex-table .table-cell {
  text-align: left;
  padding: 10px 0px;
  min-width: 100px;
}
@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - 5px));
  }
}

/*favorite items*/
.to-favorite-button {
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 10px;
  top: 15px;
  cursor: pointer;
  height: 36px;
  z-index: 99;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  background-color: #f5f5f5;
}
.to-favorite-button-icon {
  max-height: 20px;
  max-width: 20px;
  transition: 0.2s;
}
.to-favorite-button:hover>.to-favorite-button-icon {
  transform: scale(1.1);
  transition: 0.2s;
}
.to-favorite-button-detail-wrapper {
  display: block;
  width: 45px;
  height: 45px;
  margin-left: 15px;
}
.to-favorite-button-detail {
  cursor: pointer;
  margin: auto;
  margin-bottom: 4px;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  background-color: #fff;
  position: relative;
  display: block;
  width: 45px;
  height: 45px;
  background-color: #f5f5f5;
}
.to-favorite-button-icon-detail {
  max-height: 21px;
  max-width: 21px;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: 0.2s;
}
.to-favorite-button-detail:hover .to-favorite-button-icon-detail {
  transform: scale(1.1);
  transition: 0.2s;
}
.to-favorite-button-cart {
  display: flex;
  flex-flow: row;
  align-items: center;
  margin-top: 15px;
  cursor: pointer;
  white-space: nowrap;
}
.to-favorite-button-cart .to-favorite-button-icon {
  height: 15px;
  width: 15px;
  margin-right: 5px;
}
.favorites-cat {
  display: flex;
  flex-flow: column;
  align-items: center;
  text-align: center;
  padding-top: 200px;
  padding-bottom: 200px;
}
.favorites-cat h2 {
  font-weight: 500;
}
.favorites-lack-text {
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 15px;
}
.favorites-cat a {
  font-size: 24px;
}
/*age verify modal*/
 .age-verify {
  display: none;
 }
 .age-verify-wrap {
  background-color: #fff;
  color: #414141;
  padding: 25px 35px;
  border-radius: 5px;
  max-width: 55vh;
 }
 .age-verify-wrap {
  display: flex;
  flex-flow: column;
 }
 .modal-age-title {
  display: flex;
  flex-flow: column;
  margin-bottom: 15px;
  color:#d5a64c;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
 }
 .age-title-main {
  margin-bottom: 10px;
 }
 .age-title-sub {
  font-size: 18px;
  font-weight: 400;
  color: #999999;
 }
 .modal-age-btns {
  display: flex;
  flex-flow: row;
  justify-content: center;
  font-weight: bold;
 }
 .modal-yes-btn,
 .modal-no-btn {
  cursor: pointer;
  padding: 15px;
  font-size: 28px;
  margin: 0 10px;
  transition: .3s;
 }
 .modal-yes-btn:hover,
 .modal-no-btn:hover {
  transition: .3s;
  color: #d5a64c;
 }

/*=== MEDIA ===*/
@media print {
  body {
    background-color: transparent;
  }
}
@media screen and (max-width: 1200px) {
  .container {
    max-width: 1140px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .content {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row.row-md .col-x3 {
    width: 33.33%;
  }
  .row.row-md .col-x6 {
    width: 66.66%;
  }
  .pager-content {
    /*margin-left: 240px;*/
  }
  .search-container {
  padding-top: 10px;
  }
  .personal-info .personal-info-avatar {
    width: 100px;
  }
  .personal-info .personal-info-settings {
    margin-left: 68px;
  }
  .personal-info .personal-info-discount {
    margin-left: 60px;
  }
  .cart-form .cart-form-plus,
  .cart-form .cart-form-minus {
    padding: 0px 0px;
  }
  .product-grid .product-description .product-description-btns .btn {
    margin-bottom: 20px;
  }
  .product-grid .product-description .product-description-btns .btn:last-child {
    margin-bottom: 0px;
  }
  .fractal .col-x6,
  .fractal .col-x8,
  .fractal .col-x5 {
    width: 90%;
  }
  .sidebar,
  .sidebar-fixed .sidebar-fixed-cont {
    max-width: 170px;
  }
  .block-title h2 {
    font-size: 50px;
  }
  .benefits .block-title h2 {
    font-size: 35px;
  }
  .benefits .block-title {
    min-height: 162px;
  }
  .search.in .search-input,
  .search.in .search-input {
    width: 85%;
  }
  html.index .company-desc {
    width: 30%;
  }
  html.index .timer .timer-cell {
    width: 186px;
  }
  html.index .tayfest {
    width: 90%;
    margin-bottom: 60px;
  }
  html.index .soc-api {
    width: 50%;
  }
  .catalog .col-x3 {
    width: 25%;
  }
  .thats_for_you {
    padding-left: 420px;
  }
 #modal-window-fastview {
  width: 90%;
 }
}
@media screen and (max-width: 980px) {
  .container {
    max-width: 960px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .categories .categories-item-title {
    font-size: 16px;
  }
  .catalog .col-x3 {
    width: 33.33%;
  }
  .cookies-alert .col-x12 {
    display: block;
  }
  .cookies-alert .cookies-info {
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .become-client {
    bottom: 80px;
  }
  .btn-up {
    bottom: 20vh;
  }
}

@media screen and (max-width: 720px) {
  /*headings*/
  h1, .h1, .article-h1 {
    font-size: 34px;
  }
  h2, .h2, .h1 {
    font-size: 34px;
  }
  h3, .h3 {
    font-size: 24px;
  }
  .content {
    padding: 10px;
  }
  .row.row-md .col-x3 {
    width: 50%;
  }
  .table-mobile-toggle {
    display: block;
  }
  .mobile-toggle .col-cx6 {
    width: 100%;
  }
  .mobile-toggle .col-cx3 {
    width: 50%;
  }
  .block-title h2 {
    font-size: 44px;
  }
  .flex-container {
    justify-content: center;
    -webkit-justify-content: center;
  }
  .btns-row .btn {
    margin-left: 0px;
  }
  .personal-menu {
    display: grid;
  }
  .personal-menu .pm-link {
    padding: 14px 0;
  }
  .second-menu ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .second-menu ul li {
    padding: 0px 7px;
    border-right: none;
    height: auto;
  }
  .second-menu ul li a {
    font-size: 18px;
    padding: 5px 0px;
  }
  .breadcrumbs-row .col-x9 {
    width: 70%;
  }
  .breadcrumbs-row .col-x3 {
    width: 30%;
  }
  .cat-slider .slide_image {
    height: 220px;
  }
  .sorting .table-mobile-toggle {
    margin-bottom: 15px;
    text-align: center;
    font-size: 16px;
  }
  .sorting .label-select {
    display: none;
  }
  .categories .categories-item-title {
    font-size: 24px;
  }
  .categories .categories-row .categories-col {
    width: 100%;
  }
  .articles-list .article-container {
    width: 100%;
  }
  .articles-list .col-x6 {
    width: 100%;
  }
  .articles-container .article-container:nth-child(3n) .article {
    display: block;
  }
  .articles-container .article-container:nth-child(3n) .article .article-image {
    height: 232px;
    width: auto;
  }
  .articles-container .article-container:nth-child(3n) .article .article-content {
    width: 100%;
  }
  .product-row.product-buy-info {
    margin-bottom: 5px;
  }
  .product-row.product-buy-info .product-col-x4 {
    width: 100%;
  }
  .pager-content .col-x4 {
    width: 100%;
    float: none;
    text-align: center;
    margin-bottom: 15px;
  }
  .pager-content .col-x8 {
    width: 100%;
    float: none;
    text-align: center;
  }
  .pager .pager-link {
    padding: 8px 7px;
    min-width: 38px;
    height: 38px;
  }
  /*catalog*/
  .ccard .ccard-title, 
  .ccard-similar .ccard-title,
  .ccard-analog .ccard-title {
    font-size: 14px;
  }
  .pager-content .col-x12 {
    justify-content: center;
  }
  /*personal*/
  .personal-info {
    margin-bottom: 10px;
  }
  .personal-info .col-x4,
  .personal-info .col-x8 {
    width: 100%;
  }
  .personal-info .col-x4 {
    margin-bottom: 5px;
  }
  .order-form .col-x8,
  .order-form .col-x4,
  .order-form .col-x3 {
    width: 100%;
  }
  .order-form #save-comment,
  .order-form #clear_basket,
  .order-form #clc_basket,
  .order-form #confirm-order {
    margin-bottom: 5px;
  }
  /*cart*/
  .order-right-block {
    padding-top: 20px;
  }
  .cart-product .order {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .order .order-title {
    max-width: 100%;
  }
  .cart-items-titles {
    display: none;
  }
  /*detail page*/
  .product-grid .product-features,
  .product-grid .product-description {
    height: auto !important;
  }
  .product-grid .product-row .product-col-x4,
  .product-grid .product-row .product-col-x5,
  .product-grid .product-row .product-col-x8 {
    width: 100%;
  }
  .product-grid .product-row .product-row-right .cell-md {
    padding-left: 0px;
    padding-right: 0px;
  }
  .product-grid .product-row .product-gall {
    width: 100%;
  }
  .product-grid .product-row .product-gall-image {
    width: 16.66%;
  }
  .product-grid .product-cart-info .product-cart-info-def {
    font-size: 18px;
  }
  .cart-form .cart-form-plus, .cart-form .cart-form-minus {
    width: 30px;
    height: 30px;
  }
  .catalog .col-x3 {
    width: 50%;
  }
  .advantages-block .col-x4 {
    width: 100%;
    margin-bottom: 15px;  
  }
  .tags-page {
    text-align: center;
  }
  .cookies-alert .col-x12 {
    white-space: inherit;
    overflow: visible;
  }
  .article .block-comment .article-desc {
    justify-content: center;
  }
  /*potw*/
  .potw-item .ccard-inner {
    flex-direction: column;
  }
  .potw-item .ccard-desc {
    padding-top: 25px;
    padding-left: 0;
  }
  .potw-item .ccard-image {
    min-height: 450px;
    background-size: cover;
  }
  .potw-item .ccard .ccard-cart {
    width: 100%;
  }
  .potw-item .ccard .ccard-cart .ccard-cart-button-plus button {
    width: 100%;
  }
  .fractal.fractal-action-big {
  min-height: 215px;
  position: relative;
  }
  .order-items-titles {
    display: none;
  }
  .order-hidden-title {
    display: inline-block;
    margin-right: 5px;
  }
  .orders-grid .order-single div {
    align-items: flex-start;
    font-size: 20px;
    text-align: center;
  }
  .orders-grid .order-single>div {
    margin-bottom: 15px;
  }
  .order-single>div:nth-child(1),
  .order-single>div:nth-child(2),
  .order-single>div:nth-child(3),
  .order-single>div:nth-child(4),
  .order-single>div:nth-child(5),
  .order-single>div:nth-child(6) {
    width: 50%;
  }
  .order-single div:nth-child(3) .order-hidden-title,
  .order-single div:nth-child(4) .order-hidden-title {
    margin-left: 5px;
    margin-right: 0px;
  }
  .orders-grid .table-title .col-x4,
  .orders-grid .table-title .col-x8 {
    width: 100%;
    text-align: center;
  }
  .orders-grid .table-title .col-x4 {
    margin-bottom: 15px;
    font-size: 24px;
  }
}

@media screen and (max-width: 720px) {
  .product-grid .product-title-row {
    display: flex;
    flex-flow: column;
  }
  .product-grid .product-title-row .product-title {
    margin-bottom: 10px;
  }
  .product-grid .product-title-row .category-icons {
    width: 100%;
  }
  .product-grid .product-title-row .category-icons .category-icons {
    flex-flow: row;
  }
}

@media screen and (max-width: 640px) {
  /*headings*/
  h1, .h1, .article-h1 {
    font-size: 30px;
  }
  h2, .h2, .h1 {
    font-size: 30px;
  }
  h3, .h3 {
    font-size: 24px;
  }
  .container {
    max-width: 540px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .search .search-input,
  .search .search-btn {
    width: auto;
  }
  .block-title h2 {
    font-size: 34px;
  }
  .product-grid .product-row .product-gall-image {
    width: 25%;
  }
  .cookies-alert .btn-cookies:first-child {
    margin-left: 0px;
  }
  .columns-3 {
  -webkit-column-count: 1;
     -moz-column-count: 1;
          column-count: 1;
  }
  .fractal-title h1 {
    font-size: 34px;
  }
}

@media screen and (max-width: 480px) {
  .search .search-input {
    max-width: 72%;
  }
  .search .search-default .btn-lg {
    padding:10px 20px;
  }
  .icon-search-close::before {
    display: none;
  }
  .block-title h2 {
    font-size: 28px;
  }
  .ccard, .ccard-similar {
    height: 480px;
  }
  .ccard .ccard-image,
  .ccard-similar .ccard-image {
    height: 250px;
  }
  .ccard-discount {
    top: 190px;
  }
  .main-block {
    padding: 0px;
  }
}

@media screen and (max-width: 415px) {
 .search .search-input {
    width: 100%;
  }
  .row.row-md .col-x3 {
    width: 100%;
  }
}

@media screen and (max-width: 320px) {
  h3, .h3 {
    font-size: 18px;
  }
  .block-title h2 {
    font-size: 20px;
  }
  .search .search-input {
    width: 47%;
  }
  .ccard, .ccard-similar {
    height: 450px;
  }
  .ccard .ccard-image,
  .ccard-similar .ccard-image {
    height: 200px;
  }
}

/**/
